@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600&display=swap');

/*---- bootstrap-----*/
/*---------------- Start Reset CSS ----------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*---------------- End Reset CSS ----------------- */
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=ce09fde71af3dd1a0c54)
 * Config saved to config.json and https://gist.github.com/ce09fde71af3dd1a0c54
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/*@-ms-viewport{ width: auto !important;}*/
@-ms-viewport {
  width: device-width;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

/*b,
strong {
  font-weight: bold;
}*/
dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img,
.img-responsive {
  vertical-align: middle;
  display: block;
  width: auto \9;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}

/*
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
} */

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1230px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: ' ';
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---- fonts-open-sans-----*/
/************* Open Sans ******************/
@font-face {
  font-family: 'Open Sans Light';
  src: url('/content/dam/microsites/elianttrade/ui/fonts/open-sans-light.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans Regular';
  src: url('/content/dam/microsites/elianttrade/ui/fonts/open-sans-regular.ttf') format('truetype');
  font-weight: 400;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Semi Bold';
  src: url('/content/dam/microsites/elianttrade/ui/fonts/open-sans-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Bold';
  src: url('/content/dam/microsites/elianttrade/ui/fonts/open-sans-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Extra Bold';
  src: url('/content/dam/microsites/elianttrade/ui/fonts/open-sans-extra-bold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

/*---- font-graphik-----*/

/* CSS Document */
@font-face {
  font-family: 'Graphik Bold Web';
  src: url('https://fonts.idigitalcontents.com/a/apollo-v3/graphik-webfonts/graphik-bold-web-eot.eot');
  src: url('https://fonts.idigitalcontents.com/a/apollo-v3/graphik-webfonts/graphik-bold-web-eot.eot?#iefix')
      format('embedded-opentype'),
    url('https://fonts.idigitalcontents.com/a/apollo-v3/graphik-webfonts/graphik-bold-web-woff2.woff2')
      format('woff2'),
    url('https://fonts.idigitalcontents.com/a/apollo-v3/graphik-webfonts/graphik-bold-web-woff.woff')
      format('woff');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  /*font-display: swap;*/
}

.Graphik-Bold-Web {
  font-family: 'Graphik Bold Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graphik SemiBold Web';
  src: url('https://fonts.idigitalcontents.com/a/apollo-v3/graphik-webfonts/graphik-semibold-web-eot.eot');
  src: url('https://fonts.idigitalcontents.com/a/apollo-v3/graphik-webfonts/graphik-semibold-web-eot.eot?#iefix')
      format('embedded-opentype'),
    url('https://fonts.idigitalcontents.com/a/apollo-v3/graphik-webfonts/graphik-semibold-web-woff2.woff2')
      format('woff2'),
    url('https://fonts.idigitalcontents.com/a/apollo-v3/graphik-webfonts/graphik-semibold-web-woff.woff')
      format('woff');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

.Graphik-Semibold-Web {
  font-family: 'Graphik SemiBold Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graphik Web';
  src: url('https://fonts.idigitalcontents.com/a/apollo-v3/graphik-webfonts/graphik-regular-web-eot.eot');
  src: url('https://fonts.idigitalcontents.com/a/apollo-v3/graphik-webfonts/graphik-regular-web-eot.eot?#iefix')
      format('embedded-opentype'),
    url('https://fonts.idigitalcontents.com/a/apollo-v3/graphik-webfonts/graphik-regular-web-woff2.woff2')
      format('woff2'),
    url('https://fonts.idigitalcontents.com/a/apollo-v3/graphik-webfonts/graphik-regular-web-woff.woff')
      format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

.Graphik-Regular-Web {
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graphik Light Web';
  src: url('https://fonts.idigitalcontents.com/a/apollo-v3/graphik-webfonts/graphik-light-web-eot.eot');
  src: url('https://fonts.idigitalcontents.com/a/apollo-v3/graphik-webfonts/graphik-light-web-eot.eot?#iefix')
      format('embedded-opentype'),
    url('https://fonts.idigitalcontents.com/a/apollo-v3/graphik-webfonts/graphik-light-web-woff2.woff2')
      format('woff2'),
    url('https://fonts.idigitalcontents.com/a/apollo-v3/graphik-webfonts/graphik-light-web-woff.woff')
      format('woff');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

.Graphik-Light-Web {
  font-family: 'Graphik Light Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graphik Medium Web';
  src: url('https://fonts.idigitalcontents.com/a/apollo-v3/graphik-webfonts/graphik-medium-web-eot.eot');
  src: url('https://fonts.idigitalcontents.com/a/apollo-v3/graphik-webfonts/graphik-medium-web-eot.eot?#iefix')
      format('embedded-opentype'),
    url('https://fonts.idigitalcontents.com/a/apollo-v3/graphik-webfonts/graphik-medium-web-woff2.woff2')
      format('woff2'),
    url('https://fonts.idigitalcontents.com/a/apollo-v3/graphik-webfonts/graphik-medium-web-woff.woff')
      format('woff');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

.Graphik-Medium-Web {
  font-family: 'Graphik Medium Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graphik Extra Light Web';
  src: url('/content/dam/microsites/elianttrade/ui/fonts/graphik-extralight-web-eot');
  src: url('/content/dam/microsites/elianttrade/ui/fonts/graphik-extralight-web-eot?#iefix') format('embedded-opentype'),
    url('/content/dam/microsites/elianttrade/ui/fonts/graphik-extralight-web-woff2.woff2') format('woff2'),
    url('/content/dam/microsites/elianttrade/ui/fonts/graphik-extralight-web-woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

.Graphik-Extralight-Web {
  font-family: 'Graphik Extra Light Web';
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

/*---- mmenu-----*/
.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  border: none !important;
}

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
  -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);
}

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
  z-index: 1;
}

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
}

.mm-panels > .mm-panel {
  border-top: 1px solid #d5dce0;
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 10px;
}

.mm-panels > .mm-panel:before,
.mm-panels > .mm-panel:after {
  content: '';
  display: block;
  /*height: 20px;*/
  height: 0px;
}

.mm-panels > .mm-panel:after {
  height: 0px;
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 0 0 10px 20px;
}

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 48px;
  bottom: auto;
}

.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-navbar {
  /*border-bottom: 1px solid;
  border-color: inherit;*/
  line-height: 20px;
  height: auto;
  padding: 0;
  margin: 0;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.mm-navbar > * {
  display: block;
  padding: 10px 0;
}

.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}

.mm-navbar .mm-title {
  padding: 28px 0 10px;
  color: #262626 !important;
  font-size: 2.2rem;
  font-family: 'adobe-garamond-pro';
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar .mm-btn {
  box-sizing: border-box;
  width: auto;
  /*height: 40px;*/
  position: static;
  display: inline-block;
  z-index: 1;
}

.mm-navbar .mm-btn:first-child {
  color: #fff;
  background: #17a17a;
  padding: 12px 28px;
  font-size: 1.5rem;
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
  padding: 0 18px;
}

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li,
.mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
  border-color: #c1c2c3 !important;
}

.mm-listview > li > a,
.mm-listview > li > span {
  font-size: 1.8rem;
  line-height: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: inline-block;
  padding: 13px 0;
  /* border-color: #d2d2d2 !important; */
  margin: 0;
}

.mm-listview > li span {
  display: block;
}

.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 65px;
}

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.mm-listview > li:not(.mm-divider):after {
  left: 0;
}

.mm-listview .mm-next {
  /* border-top: 1px solid #e2e3e4; */
  /* border-bottom: 1px solid #e2e3e4; */
  background: none;
  width: 45px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  /* border: none !important; */
}

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 0px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
  /*width: 100%;*/
}

.mm-listview .mm-next.mm-fullsubopen:before {
  /* border-left: none; */
}

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 65px;
  margin-right: 0;
}

/*.mm-panels > .mm-panel > .mm-listview {
margin: 20px -20px 0px; }*/
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 94px;
  padding: 0 20px;
}

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}

.mm-listview .mm-inset > li {
  padding: 5px 0;
}

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

.mm-listview .mm-spacer {
  padding-top: 40px;
}

.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  /*border: 1px solid transparent;*/
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  /* -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);*/
  background: url('/content/dam/microsites/elianttrade/icons/plus-icon.svg') no-repeat;
  background-repeat: no-repeat;
}

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px;
  display: none;
}

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: -5px;
  left: 0;
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: #000;
  right: -12px;
  left: 0;
}

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview {
  /* border-color: rgba(0, 0, 0, 0.1); */
}

.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: #d2d2d2;
}

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: #fff;
}

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

/*
jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}

html.mm-opened {
  overflow-x: hidden;
  position: relative;
}

html.mm-blocking {
  overflow: hidden;
}

html.mm-blocking body {
  /*overflow: hidden;*/
  overflow: hidden;
  /* position: fixed;*/
  position: static;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  /*background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;*/
  display: none;
  width: 65px;
  height: 65px;
  position: fixed;
  /*position:absolute;YT : added absolute as there was issue in chrome*/
  top: 0;
  right: 0px;
  z-index: 999999 !important;
}

html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
  /*  position:absolute;*/
}

.mm-menu.mm-current {
  display: none;
}

.mm-menu.mm-opened {
  display: block;
}

.mm-menu {
  width: 73%;
  min-width: 140px;
  max-width: 100%;
}

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(675px, 0);
    -moz-transform: translate(675px, 0);
    -ms-transform: translate(675px, 0);
    -o-transform: translate(675px, 0);
    transform: translate(675px, 0);
  }
}

/*
jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-autoheight {
  /*max-height: 80%;*/
}

.mm-menu.mm-autoheight.mm-fullscreen {
  max-height: 100%;
}

.mm-menu.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

/*
jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}

em.mm-counter + a.mm-next {
  width: 90px;
}

em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}

.mm-nosubresults > .mm-counter {
  display: none;
}

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

/*
jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -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);
}

.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}

.mm-hasdividers .mm-fixeddivider {
  display: block;
}

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}

/*
jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/*
jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left;
  -moz-transition-property: -moz-transform, left;
  -ms-transition-property: -ms-transform, left;
  -o-transition-property: -o-transform, left;
  transition-property: transform, left;
}

.mm-iconpanel .mm-panel.mm-opened {
  border-left: none;
}

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -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);
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}

/*
jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -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);
}

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0;
}

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}

.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}

.mm-close:after {
  content: 'x';
}

.mm-navbar[class*='mm-navbar-content-'] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}

.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}

.mm-navbar > .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}

.mm-navbar > .mm-breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}

.mm-navbar-top-1 {
  top: 0px;
}

.mm-hasnavbar-top-1 .mm-panels {
  top: 50px;
  border-bottom: 4px solid #17a17a !important;
}

.mm-navbar-top-2 {
  top: 40px;
}

.mm-hasnavbar-top-2 .mm-panels {
  top: 80px;
}

.mm-navbar-top-3 {
  top: 80px;
}

.mm-hasnavbar-top-3 .mm-panels {
  top: 120px;
}

.mm-navbar-top-4 {
  top: 120px;
}

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}

.mm-navbar-bottom-1 {
  bottom: 0px;
}

.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px;
}

.mm-navbar-bottom-2 {
  bottom: 40px;
}

.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px;
}

.mm-navbar-bottom-3 {
  bottom: 80px;
}

.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px;
}

.mm-navbar-bottom-4 {
  bottom: 120px;
}

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}

.mm-navbar-size-2 {
  height: 80px;
}

.mm-navbar-size-3 {
  height: 120px;
}

.mm-navbar-size-4 {
  height: 160px;
}

.mm-navbar-content-2 > * {
  width: 50%;
}

.mm-navbar-content-3 > * {
  width: 33.33%;
}

.mm-navbar-content-4 > * {
  width: 25%;
}

.mm-navbar-content-5 > * {
  width: 20%;
}

.mm-navbar-content-6 > * {
  width: 16.67%;
}

/*
jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box;
}

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px;
}

.mm-search input {
  border: none;
  border-radius: 26px;
  font: inherit;
  line-height: 26px;
  outline: none;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px;
}

.mm-search input::-ms-clear {
  display: none;
}

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-panel.mm-hassearch {
  padding-top: 40px;
}

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0;
}

.mm-noresults .mm-noresultsmsg {
  display: block;
}

.mm-noresults .mm-indexer {
  display: none !important;
}

li.mm-nosubresults > a.mm-next {
  display: none;
}

li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
}

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

/*
jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -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);
}

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}

.mm-indexer ~ .mm-panel.mm-hasindexer {
  margin-right: 20px;
}

.mm-hasindexer .mm-indexer {
  right: 0;
}

.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

/*
jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px;
}

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}

label.mm-toggle:before,
label.mm-check:before {
  content: '';
  display: block;
}

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

li.mm-vertical label.mm-toggle,
li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0;
}

li.mm-vertical label.mm-toggle {
  top: 5px;
}

li.mm-vertical label.mm-check {
  top: 5px;
}

label.mm-toggle,
label.mm-check {
  right: 20px;
}

label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px;
}

label.mm-check + a,
label.mm-check + span {
  padding-right: 60px;
}

a.mm-next + label.mm-toggle,
a.mm-next + label.mm-check {
  right: 60px;
}

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span,
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  margin-right: 50px;
}

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}

a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 65px;
}

em.mm-counter + a.mm-next + label.mm-toggle,
em.mm-counter + a.mm-next + label.mm-check {
  right: 100px;
}

em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span,
em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span {
  margin-right: 90px;
}

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7);
}

/*
jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none;
}

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important;
}

.mm-menu.mm-border-offset .mm-listview > li:after,
.mm-listview.mm-border-offset > li:after {
  right: 20px;
}

/*
jQuery.mmenu effects extension CSS
*/
.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}

html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

html.mm-opening .mm-menu.mm-effect-menu-slide {
  -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);
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -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);
}

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1;
}

.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -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);
}

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  /* border-color: #a3a3a3; */
}

.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -ms-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}

.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}

.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}

.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}

.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  -moz-transition-delay: 350ms;
  -ms-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}

.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 450ms;
  -moz-transition-delay: 450ms;
  -ms-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}

.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(10) {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(11) {
  -webkit-transition-delay: 550ms;
  -moz-transition-delay: 550ms;
  -ms-transition-delay: 550ms;
  -o-transition-delay: 550ms;
  transition-delay: 550ms;
}

.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(12) {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(13) {
  -webkit-transition-delay: 650ms;
  -moz-transition-delay: 650ms;
  -ms-transition-delay: 650ms;
  -o-transition-delay: 650ms;
  transition-delay: 650ms;
}

.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(14) {
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(15) {
  -webkit-transition-delay: 750ms;
  -moz-transition-delay: 750ms;
  -ms-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -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);
  opacity: 1;
}

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
}

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  opacity: 0;
  top: -25%;
  -webkit-transition-property: opacity, top;
  -moz-transition-property: opacity, top;
  -ms-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  transition-property: opacity, top;
}

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0;
}

/*
jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}

@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
  }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}

@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
  }
}

.mm-menu.mm-fullscreen.mm-top,
.mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}

/*
jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal;
}

/*
jQuery.mmenu pagedim extension CSS
*/
html.mm-pagedim #mm-blocker,
html.mm-pagedim-white #mm-blocker,
html.mm-pagedim-black #mm-blocker {
  opacity: 0;
}

html.mm-pagedim.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim-black.mm-opening #mm-blocker {
  opacity: 0.3;
  transition: opacity 0.4s ease 0.4s;
}

html.mm-pagedim #mm-blocker {
  background: inherit;
}

html.mm-pagedim-white #mm-blocker {
  background: #fff;
}

html.mm-pagedim-black #mm-blocker {
  background: #fff;
}

/*
jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: '';
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%;
}

.mm-menu.mm-pageshadow.mm-next:after,
.mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none;
}

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/*
jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu.mm-right {
  left: auto;
  right: 0;
  height: 100%;
  overflow-y: auto;
  background: #fff;
}

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-675px, 0);
    -moz-transform: translate(-675px, 0);
    -ms-transform: translate(-675px, 0);
    -o-transform: translate(-675px, 0);
    transform: translate(-675px, 0);
  }
}

/*
jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important;
}

.mm-menu.mm-front {
  z-index: 10;
}

.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
  -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);
}

.mm-menu.mm-top,
.mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

/*
jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333333;
}

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-white {
  height: 100% !important;
  background: #191919;
  border-color: #fff;
  color: #fff;
  z-index: 999;
}

.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white .mm-navbar a {
  color: #fff;
  padding: 10px 22px;
}

.mm-menu.mm-theme-white .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
  border-color: #fff;
}

.mm-menu.mm-theme-white .mm-listview {
  border-color: #a3a3a3;
}

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
  border-color: #fff;
}

/*    .mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
-webkit-tap-highlight-color: #2ca2d2;
tap-highlight-color: #2ca2d2; }
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
background: #2ca2d2; }*/
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: #a3a3a3;
}

.mm-menu.mm-theme-white .mm-divider {
  background: #a3a3a3;
}

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: #a3a3a3;
}

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: white;
}

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none;
}

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: black;
}

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/*
jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: '';
  display: block;
  clear: both;
}

.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative;
}

.mm-menu.mm-tileview .mm-listview > li:after,
.mm-menu .mm-tileview.mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}

.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span,
.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}

.mm-menu.mm-tileview .mm-listview > li > .mm-next,
.mm-menu .mm-tileview.mm-listview > li > .mm-next {
  width: auto;
}

.mm-menu.mm-tileview .mm-listview > li > .mm-next:before,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
  content: none;
  display: none;
}

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}

.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}

.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}

.mm-opening .mobile-menu-burger:before {
  top: 0;
  transform: rotate(45deg);
}

.mm-opening .mobile-menu-burger:after {
  bottom: 0;
  transform: rotate(-45deg);
}

.mm-opening .mobile-menu-burger,
html.mm-opening #Homepage .mobile-menu-burger {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.exLinkmenu a:before {
  border: 1px solid rgba(0, 0, 0, 0);
  bottom: 0;
  content: '';
  display: inline-block;
  height: 14px;
  margin: auto;
  position: absolute;
  top: 0;
  transform: rotate(-45deg);
  width: 14px;
  border-left: none;
  border-top: none;
  border-color: #2c3540 !important;
  right: 23px;
}

.exLinkmenu a {
  background: #fd6e39;
}

.exLinkmenu:hover a,
.exLinkmenu a:visited,
.exLinkmenu a:focus,
.exLinkmenu a:active,
.exLinkmenu a,
.exLinkmenu.mm-selected a {
  color: #2c3540 !important;
  background: #fd6e39 !important;
}

.mobi-menu-cover {
  float: right;
}

.mm-panel:first-child .mm-navbar {
  display: none;
}

.mm-panels .top-links {
  display: block;
  text-align: center;
  margin: 0;
  opacity: 1 !important;
  padding: 0;
  margin: 30px auto 20px;
  border: #17a17a solid 2px;
  font-weight: bold;
  width: 89%;
  position: absolute;
  top: 0;
}

.mm-panel ul.mm-listview li .top-links {
  display: none;
}

/* .mm-panels .top-links:hover{ background:#17A17A;}
.mm-panels .top-links:hover a{ color:#fff; } */
.mm-listview li {
  display: block;
  width: 100%;
}

.mm-listview li a {
  display: block;
}

.mm-listview li.level1.current > a {
  color: #17a17a;
}

.mm-listview li.level1.selected a {
  color: #000;
}

.mm-panels .top-links a {
  display: inline-block;
}

.mm-listview li a:focus,
.mm-listview li a:hover {
  text-decoration: none;
}

.mm-listview li:first-child {
  border-top: 1px solid #e3e4e4;
}

.mmenu-closed {
  display: block !important;
  position: absolute;
  height: 50px;
  width: 45px;
  background: url(/content/dam/microsites/elianttrade/icons/menu-close-x.svg) no-repeat;
  margin: 0;
  cursor: pointer;
  content: '';
  display: none;
  top: 15px;
  background-position: center;
  right: 25px;
}

#mm-blocker.showClose:before {
  display: block;
}

/*#mobi-section-Homepage-level1{display:none}*/
#mobi-section-Homepage-level1.mm-opened {
  display: block;
  position: relative;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

.mm-listview li.selected > span,
.mm-listview li.current > a > span {
  color: #17a17a;
}

.mm-menu .mm-listview {
  -webkit-overflow-scrolling: touch;
  /*height:100% !important*/
}

/*.mm-panels,.mm-panels > .mm-panel,.mm-menu.mm-right{overflow-y:auto !important;-webkit-overflow-scrolling: touch;} */
html.mm-pagedim-black #MainWrapper:before {
  content: '';
  background-color: rgba(80, 80, 85, 0.8);
  width: 100%;
  height: 100%;
  top: 0px;
  /*position: absolute;*/
  position: fixed;
  left: 0px;
  z-index: 5;
  transition: all 0.5s linear;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.mobi-topnavigation li.selected.level1 > a > span,
.mobi-topnavigation li.level1 > span,
.mobi-topnavigation li.current.level1 > a > span,
.mobi-topnavigation li.level1:hover > a > span,
.topnavigation li.level1 > span {
  color: #17a17a;
  font-family: 'Graphik SemiBold Web';
}

#mmenu .rad-loginBtn li {
  border: none;
  padding: 0px;
}

#mmenu .rad-loginBtn {
  margin: 0px;
  border-top: 0;
  display: block;
}

#mmenu .top-links .rad-loginBtnChild {
  position: relative;
  border: #17a17a solid 2px;
}

.mm-panels .top-links .rad-loginBtn > li > a {
  display: inline-block;
  padding: 8px 8px;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  color: #17a17a;
  font-family: 'Graphik SemiBold Web';
  background: rgba(85, 88, 90, 0.1);
}

.mm-panels .top-links {
  border: none;
}

#mobi-section-Homepage-level1.mm-panel.mm-hasnavbar .mm-navbar {
  display: none;
}

#mobi-nav-Homepage-level1 {
  display: none;
}

#mobi-nav-about-apollo-level1 {
  border-top: 1px solid;
}

.mobi-topnavigation li.level1:hover > a > span {
  color: #17a17a;
  font-family: 'Graphik SemiBold Web';
}

.mm-listview > li.level1.mm-opened > .mm-next {
  transition: all ease 0.5s;
}

.mm-listview > li.level1.mm-opened > .mm-next:after {
  background: url(/content/dam/microsites/elianttrade/icons/minus-icon.svg) no-repeat;
  transform: none;
  top: 22px;
  background-position-x: right;
}

.mm-listview li.level2 + .top-links {
  display: none;
}

.mm-listview li.level2 {
  border: none;
  font-family: 'Graphik SemiBold Web';
}

.mm-listview li.level2:after {
  display: none;
}

.mm-listview > li.level2 span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  white-space: normal;
}

.level1 .mm-vertical .mm-listview li.level2 a span:after {
  content: '';
  background: url(/content/dam/microsites/elianttrade/icons/right-arrow-icon-black) no-repeat;
  position: absolute;
  width: 8px;
  height: 10px;
  top: 6px;
  right: -22px;
  transition: all ease 0.5s;
  display: none;
}

.mm-listview li.level2 a {
  padding: 15px 0;
}

.mm-listview li.level2 a {
  padding-top: 0;
}

.mobi-topnavigation li.current.level2 > a > span {
  color: #000;
}

div#mobi-section-public-vehicles-level3,
.mm-listview li.level2.haschildren .mm-next {
  display: none;
}

.mm-vertical .mm-listview li.level2.haschildren div.mm-panel {
  display: block;
  padding-bottom: 0;
}

.mm-vertical .mm-listview div.mm-panel .inactive,
.mm-listview > li.level3:not(.mm-divider):after,
.mm-listview li.level3 a span:after {
  display: none;
}

.mm-listview li.level3,
.mm-listview li.level3 a {
  border: none;
  padding-top: 0;
}

.mm-listview > li.level3 span {
  font-size: 16px;
  line-height: 28px;
  font-family: 'Graphik Web';
}

.mobi-topnavigation li.level1 > a > span {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-family: 'Graphik Web';
}

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  padding: 0;
}

.mm-listview > li.level1 > .mm-next:after {
  width: 41px;
  background-position-x: right;
}

.mm-listview > li.level1.current > .mm-next:after {
  background: url(/content/dam/microsites/elianttrade/icons/plus-icon-blue.svg) no-repeat;
  background-position-x: right;
}

.mm-listview > li.level1.selected > .mm-next:after {
  background: url(/content/dam/microsites/elianttrade/icons/plus-icon-blue.svg) no-repeat;
  background-position-x: right;
}

.mm-listview > li.level1.selected.mm-opened > .mm-next:after {
  background: url(/content/dam/microsites/elianttrade/icons/minus-icon-blue.svg) no-repeat;
  background-size: 16px;
  background-position-x: right;
}

.mm-listview > li.level1.current.mm-opened > .mm-next:after {
  background: url(/content/dam/microsites/elianttrade/icons/minus-icon-blue.svg) no-repeat;
  background-size: 16px;
  background-position-x: right;
}

.mm-vertical .mm-listview .top-links .rad-loginBtnChild a {
  color: #17a17a;
}

.mm-vertical .mm-listview .top-links .rad-loginBtnChild a:hover {
  background-color: #17a17a;
  color: white;
}

#mobi-section-Homepage-level1::before {
  content: '';
  position: absolute;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.07);
  width: 100%;
  height: 7px;
  z-index: 99999;
  top: -7px;
}

.mm-listview li#mobi-nav-wealth-management-nav-point-level2 a span:after {
  content: '';
  background: url(/content/dam/microsites/elianttrade/icons/external-link-icon-blue.svg) no-repeat;
  width: 18px;
  height: 10px;
  top: 0;
  right: 0 !important;
  display: inline-block;
  background-position: center;
  margin-left: 2px;
  background-size: contain;
  position: relative;
}

.mm-listview li #mobi-section-wealth-management-nav-point-level3 a span {
  position: relative;
}

.mm-listview li #mobi-section-wealth-management-nav-point-level3 a span:after {
  top: 12px;
  right: -20px !important;
  position: absolute;
}

.mm-listview li#mobi-nav-athene-holding-level2 a span:after {
  content: '';
  background: url(/content/dam/microsites/elianttrade/icons/external-link-icon-blue.svg) no-repeat;
  width: 20px;
  height: 10px;
  top: 0;
  right: 0 !important;
  display: inline-block;
  background-position: center;
  margin-left: 2px;
  background-size: contain;
  position: relative;
  display: inline-block !important;
}

.mm-vertical .mm-listview div.mm-panel li.level4 {
  padding-left: 44px;
  position: relative;
}

.mm-vertical .mm-listview div.mm-panel li.level4:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: black;
  top: 15px;
  left: 20px;
  border-radius: 50%;
}

#headerwrapper.menuup {
  background-color: #fff;
}

.level1 .mm-vertical .mm-listview .level2 {
  padding: 15px 0;
}

.mm-vertical li.mm-opened > .mm-panel {
  padding-bottom: 45px;
}

.level1 .mm-vertical .mm-listview .level2:nth-child(2),
.level1 .mm-vertical .mm-listview:last-child .level2 {
  padding-bottom: 0;
}

.mobi-topnavigation li.selected > a > span {
  color: #17a17a;
}

/*---- slick-slider-----*/
/* 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;
}

/* Dots */
.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: auto;
  right: 26px;
  z-index: 9;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '•';
  width: 20px;
  height: 20px;
  font-family: 'slick';
  font-size: 5rem;
  line-height: 20px;
  text-align: center;
  color: #efefef;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #07a979;
  opacity: 1;
}

/* Arrows */
.slick-prev,
.slick-next {
  line-height: 0;
  position: absolute;
  top: 15%;
  display: block;
  width: 16px;
  height: 38px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -40%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: url('/content/dam/microsites/elianttrade/icons/carousel-arrow-icon-left') no-repeat;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-next {
  right: -25px;
  background: url('/content/dam/microsites/elianttrade/icons/carousel-arrow-icon-right') no-repeat;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

/*---- main-----*/
/* apollo v4 style start */
.apollo-v4-style .inner-banner-wrapper,
.apollo-v4-style #contentwrapper {
  opacity: 1;
}

.apollo-v4-style #MainWrapper {
  margin-top: 0;
}

.apollo-v4-style .video-gallery-wrapper,
.apollo-v4-style .insurance-diversified-solutions-wrapper {
  background-color: transparent;
}

/* apollo v4 style end */
.apollo-v4-style {
  overflow: initial !important;
}

/*.site-disclaimer-popup-wrapper{
display: none;
}*/
body {
  overflow-x: hidden;
}

h1 {
  font-size: 68px;
  line-height: 80px;
  font-family: 'Graphik Extra Light Web' !important;
  font-weight: 200;
}

h2 {
  font-size: 52px;
  line-height: 60px;
  font-family: 'Graphik Extra Light Web' !important;
  font-weight: 200;
}

h3 {
  font-size: 40px;
  line-height: 48px;
  font-family: 'Graphik Extra Light Web' !important;
  font-weight: 200;
}

h4 {
  font-size: 28px;
  line-height: 32px;
  font-family: 'Graphik Extra Light Web' !important;
  font-weight: 200;
}

/* .link,
.link a{
font-family: 'Graphik Extra Light Web';
font-weight:  200;
font-style:   normal;
font-stretch: normal;
}*/
/*---------------------- globle css start --------------*/
.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.mrr-0 {
  margin-right: 0px !important;
}

.prr-0 {
  padding-left: 0;
  padding-right: 0;
}

.pl-0 {
  padding-left: 0 !important;
}

.col-offset-right-1 {
  margin-right: 8.33333333%;
}

.m-b-60 {
  margin-bottom: 60px;
}

/*---------------------- globle css end --------------*/
/*---------------------- No-light-box-video-module-and-home-story-insights-module-starst----C-S--------------*/
/*---------------------- No-light-box-video-module-and-home-story-insights-module-starst----C-S--------------*/
.insights-pull-stories-module-wrapper
  .module-insights-stories-pull
  .pulled-story-insights
  .pulled-home-story-insights
  h3.insights-title
  a:hover {
  color: #395878 !important;
  text-decoration: underline !important;
}

.insights-pull-stories-module-wrapper
  .module-insights-stories-pull.story-right-img
  .pulled-story-insights
  .pulled-home-story-insights
  h3.insights-title
  a:hover {
  color: #395878 !important;
  text-decoration: underline !important;
}

.insights-pull-stories-module-wrapper .full-width {
  width: 100%;
  max-width: 100%;
}

.insights-pull-stories-module-wrapper .pulled-story-insights {
  max-width: 580px;
  margin-left: auto;
}

.insights-pull-stories-module-wrapper .story-right-img .pulled-story-insights {
  max-width: 580px;
  margin-right: auto;
  margin-left: 0;
}

.videos-no-light-box .no-light-videos-wrap .no-light-videos-main .sub-title h2 {
  text-transform: capitalize;
  color: #333333;
  padding-bottom: 15px;
}

.videos-no-light-box .no-light-videos-wrap .no-light-videos-main .sub-title h2:after {
  content: none;
}

.videos-no-light-box
  .no-light-videos-wrap
  .no-light-videos-main
  .sub-title
  p.no-light-videos-sub-title {
  font-family: 'Graphik Web';
  font-size: 1.6rem;
  padding-bottom: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #000;
}

.videos-no-light-box .no-light-videos-sub-title .video-thumbnail img {
  height: 100%;
  width: 100%;
  max-width: 850px;
  position: absolute;
  object-fit: cover;
}

.videos-no-light-box .no-light-videos-sub-title .video-thumbnail.video-popup-link {
  position: static;
}

.videos-no-light-box .no-light-videos-sub-title .video-thumbnail a.no-light-box-button:before {
  content: '';
  position: absolute;
  color: #ffffff;
  background: url(/content/dam/microsites/elianttrade/icons/play--icon) no-repeat;
  height: 82px;
  background-size: 100%;
  width: 82px;
  transition: all ease-out 0.1s;
}

.videos-no-light-box .no-light-videos-sub-title .video-thumbnail a.no-light-box-button {
  position: absolute !important;
  width: 82px;
  height: 82px;
  top: 50%;
  display: block;
  overflow: hidden;
  left: 50%;
  transform: translate(-50%, -50%);
}

.videos-no-light-box .no-light-videos-sub-title .video-thumbnail a:focus:after {
  content: none;
}

.videos-no-light-box .bgcoveon img,
.videos-no-light-box .bgcoveon a {
  z-index: 9;
}

.videos-no-light-box iframe#video-playin-page {
  opacity: 0;
}

.videos-no-light-box {
  padding: 60px 0;
}

.videos-no-light-box .video-thumbnail {
  height: 100%;
  display: flex;
  justify-content: center;
}

.videos-no-light-box div#videoPlayerStandalone {
  width: 850px;
  height: 100%;
}

.videos-no-light-box div#videoPlayerStandalone {
  opacity: 0;
}

.no-light-video-wrapper {
  min-height: 478px;
}

.insights-pull-stories-module-wrapper {
  padding: 60px 0;
}

@media screen and (max-width: 1024px) {
  /* .no-light-video-wrapper {
  min-height: auto;
}*/
  .no-light-video-wrapper {
    display: inline-block;
  }

  .videos-no-light-box div#videoPlayerStandalone {
    width: auto;
  }

  .videos-no-light-box .no-light-videos-sub-title .video-thumbnail img {
    height: 100%;
    padding: 0 15px;
    left: 0;
  }
}

@media screen and (min-width: 767.98px) and (max-width: 1024px) {
  .videos-no-light-box .no-light-videos-sub-title .video-thumbnail a.no-light-box-button:after {
    width: 60px;
    height: 60px;
  }
}

@media screen and (min-width: 767.98px) and (max-width: 991.98px) {
  .videos-no-light-box div#videoPlayerStandalone {
    opacity: 0;
  }
}

@media screen and (min-width: 991.98px) and (max-width: 1180px) {
  /*.insights-pull-stories-module-wrapper .module-insights-stories-pull .pulled-home-story-insights, .insights-pull-stories-module-wrapper .module-insights-stories-pull.story-right-img .pulled-home-story-insights{.pulled-home-story-insights {
  padding-left: 15px;
}*/
  /*.module-insights-stories-pull{    padding-top: 0 !important;
  padding-bottom: 0 !important;}
  .prr-0 {padding: 0; }*/
  /*.insights-pull-stories-module-wrapper .pulled-story-insights{padding-left:0 !important;}
  .insights-pull-stories-module-wrapper .story-right-img .pulled-story-insights{padding-right:0 !important;}*/
  .insights-pull-stories-module-wrapper .tagged-insight-item-image img {
    height: auto !important;
  }
}

@media screen and (max-width: 991.98px) {
  .insights-pull-stories-module-wrapper .module-insights-stories-pull .pulled-home-story-insights {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .insights-pull-stories-module-wrapper .module-insights-stories-pull .description p {
    /*padding-bottom:60px;*/
  }

  .insights-pull-stories-module-wrapper .story-right-img .pulled-story-insights {
    max-width: 100%;
  }

  .insights-pull-stories-module-wrapper .tagged-insight-item-image-wrapper {
    width: 100% !important;
  }

  .insights-pull-stories-module-wrapper
    .full-width
    .module-insights-stories-pull.story-right-img
    .row.d-flex
    .col-md-5,
  .insights-pull-stories-module-wrapper
    .full-width
    .module-insights-stories-pull
    .row.d-flex
    .col-md-5 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .insights-pull-stories-module-wrapper .tagged-insight-item-image img {
    height: auto !important;
  }

  .insights-pull-stories-module-wrapper
    .module-insights-stories-pull
    h2.module-insights-stories-pull-title {
    padding-right: 0 !important;
  }

  .insights-pull-stories-module-wrapper .pulled-story-insights {
    max-width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .videos-no-light-box .no-light-videos-sub-title .video-thumbnail img {
    min-height: auto;
  }

  .insights-pull-stories-module-wrapper
    .full-width
    .module-insights-stories-pull.story-right-img
    .row.d-flex
    .col-md-5 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .insights-pull-stories-module-wrapper
    .full-width
    .module-insights-stories-pull
    .row.d-flex
    .col-md-5 {
    padding-left: 20px !important;
  }

  .insights-pull-stories-module-wrapper
    .module-insights-stories-pull
    h2.module-insights-stories-pull-title {
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 1023.98px) {
  .insights-pull-stories-module-wrapper .module-insights-stories-pull .d-flex.align-items-center {
    flex-direction: column;
  }

  .insights-pull-stories-module-wrapper
    .module-insights-stories-pull
    .row.d-flex.align-items-center.story-right-img {
    flex-direction: column-reverse;
  }

  .module-insights-stories-pull {
    /*padding-top: 60px;padding-bottom: 60px;*/
  }

  .insights-pull-stories-module-wrapper .pulled-story-insights {
    padding-left: 0 !important;
  }

  .insights-pull-stories-module-wrapper .story-right-img .pulled-story-insights {
    padding-right: 0 !important;
  }
}

.insights-pull-stories-module-wrapper
  .module-insights-stories-pull
  h2.module-insights-stories-pull-title {
  font-family: 'adobe-garamond-pro';
  font-size: 4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000;
  padding-bottom: 8px;
  padding-right: 30px;
}

.insights-pull-stories-module-wrapper .module-insights-stories-pull h3.insights-title a {
  font-family: 'Graphik Web' !important;
  font-size: 2rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000;
  text-decoration: underline;
}

.insights-pull-stories-module-wrapper .module-insights-stories-pull .description p {
  font-family: 'Graphik Web';
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #000;
}

.insights-pull-stories-module-wrapper .module-insights-stories-pull h2:after {
  content: none;
}

.insights-pull-stories-module-wrapper .tagged-insight-item-image {
  overflow: hidden;
}

.insights-pull-stories-module-wrapper .tagged-insight-item-image img {
  width: 100%;
  object-fit: cover;
  height: 580px;
  transition: all ease-out 0.5s;
}

.insights-pull-stories-module-wrapper .tagged-insight-item-image:hover img {
  transform: scale(1.1);
}

.insights-pull-stories-module-wrapper .module-insights-stories-pull .d-flex.align-items-center {
  display: flex;
  align-items: center;
}

.insights-pull-stories-module-wrapper
  .full-width
  .module-insights-stories-pull
  .row.d-flex
  .col-lg-5 {
  padding-left: calc((100% - 1110px) / 2);
}

.insights-pull-stories-module-wrapper
  .full-width
  .module-insights-stories-pull.story-right-img
  .row.d-flex
  .col-lg-5 {
  padding-right: calc((100% - 1110px) / 2);
  padding-left: 0;
}

/*---------------------- No-light-box-video-module-and-home-story-insights-module-ends-------------------*/
/*---------------------- Global new modules background color starts -------------------*/
.new-module-background {
  background: #eae7e3;
}

/*---------------------- Global new modules background color ends -------------------*/
/*---------------------- Global new button style starts -------------------*/
a.btn-new {
  color: #395878;
  font-size: 1.6rem;
  line-height: 1;
  padding: 8px 19px 8px 21px;
  background: #f2f2f3;
  display: inline-block;
  transition: 0.5s;
  font-family: 'Graphik SemiBold Web';
}

a.btn-new-white-bg {
  color: #395878;
  font-size: 1.6rem;
  line-height: 1;
  padding: 8px 19px 8px 21px;
  background: #eeeeef;
  display: inline-block;
  transition: 0.5s;
  font-family: 'Graphik SemiBold Web';
}

a.btn-new:hover,
a.btn-new:focus,
a.btn-new:active,
a.btn-new-white-bg:hover,
a.btn-new-white-bg:focus,
a.btn-new-white-bg:active {
  color: #ffffff !important;
  background: #395878;
  text-decoration: none;
}

/*---------------------- Global new button style ends -------------------*/
.inv_videoReady .inv_videoStillArea,
.inv_videoReady .inv_videoStillArea img {
  transition: none !important;
}

.show-xs {
  display: none !important;
}

.hide-xs {
  /* display:block!important; */
}

.global-skip-to-main-content {
  /* position: relative*/
}

.global-skip-to-main-content a {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  padding: 8px 16px;
  background-color: #07a979;
  color: #fff;
  z-index: 99999999;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.global-skip-to-main-content a:focus {
  overflow: visible;
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #000;
  outline: 1px dotted #07a979;
  outline-offset: 0px;
}

.ip3-edit .global-skip-to-main-content a {
  display: none;
}

.highcharts-range-selector-group {
  display: none;
}

#MainWrapper {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-top: 120px;
}

#MainWrapper.over {
  overflow: visible !important;
}

.ip3-shareholders #MainWrapper {
  margin-top: 167px;
}

.topnavigation ul li.level1 > ul li {
  visibility: hidden;
}

.container-fluid {
  margin: 0 auto;
  max-width: 1140px;
}

h4,
body {
  font-family: 'Graphik Web';
}

.topnavigation ul li.level1#nav-about-apollo-level1 .Menu-Wrap .signpostRight .video-player {
  display: none;
}

/*-------------- Main Body CSS Starts --------------*/
html {
  font-size: 10px !important;
  -webkit-text-size-adjust: none;
  -ms-content-zooming: none;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

body {
  line-height: 2.8rem;
  font-size: 1.8rem;
  color: #000000;
  font-weight: 400;
}

a {
  color: #17a17a;
  text-decoration: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  position: relative;
}

a:hover {
  color: #008969;
  text-decoration: underline;
}

a[href^='mailto'] {
  color: #008969;
}

a[href^='mailto']:hover,
a[href^='mailto']:focus {
  color: #008969;
}

b,
strong {
  font-family: 'Graphik SemiBold Web';
}

a:focus {
  outline: 0;
  color: #008969;
  font-family: 'Graphik SemiBold Web';
  /*text-decoration:none*/
}

a:active {
  text-decoration: none;
  border: none;
  outline: 0;
  color: #008969;
}

.homecontentwrapper a,
#contentwrapper a,
.content-wrapper a,
.events-calendar-wrapper .share > a,
.external-content-wrapper .share > a {
  position: relative;
  font-family: 'Graphik SemiBold Web';
}

.homecontentwrapper a:focus,
#contentwrapper a:focus {
  color: #005d47;
  /*text-decoration: none;*/
}

.signpost-image a:focus:after,
.signpost-image a:hover:after {
  display: none !important;
}

/*.homeWrap a:after, .footer-link a:before, #breadcrumb a:before, .article-link a:before, .topnavigation .hedermenuSignpostItem .signpostRight p a:before, .topnavigation .hedermenuSignpostItem .signpostRight a.menulink:before{content: "";position: absolute;right: 0;width: 100%;display: block;background: #008969;height: 1px;-webkit-transform-origin: 100% 50%;transform-origin: 100% 50%;-webkit-transform: scaleX(0);transform: scaleX(0); transition: -webkit-transform .2s ease;transition: transform .2s ease;top: 20px;}
.homeWrap a:hover:after, .footer-link a:hover:before, #breadcrumb a:hover:before, .article-link a:hover:before, .topnavigation .hedermenuSignpostItem .signpostRight p a:hover:before, .topnavigation .hedermenuSignpostItem .signpostRight a.menulink:hover:before{-webkit-transform: scaleX(1);transform: scaleX(1);-webkit-transform-origin: 0 50%;transform-origin: 0 50%;background: #008969;}*/
.homeWrap a:after,
.footer-link a:before,
.article-link a:before,
.topnavigation .hedermenuSignpostItem .signpostRight p a:before,
.topnavigation .hedermenuSignpostItem .signpostRight a.menulink:before,
#alertWrapper .alert_inner > p > a:after,
.slider-wrap .banner-button:after,
.media-landing .video-text a:after,
.latest-pr-section .pr-signpost-content p a:after,
.carrer-tabs-wrapper .video-text a:after {
  content: '';
  display: block;
  background-image: url(/content/dam/microsites/elianttrade/icons/right-arrow-icon-green.svg);
  position: absolute;
  width: 6px;
  height: 9px;
  top: 6px;
  right: -17px;
  opacity: 0;
  transition: all ease 0.5s;
}

.footer-link a:before,
#alertWrapper .alert_inner > p > a:after,
.slider-wrap .banner-button:after {
  background-image: url(/content/dam/microsites/elianttrade/icons/right-arrow-icon.svg);
}

.homecontentwrapper a:focus:after,
#contentwrapper a:focus:after,
.article-link a:focus:before {
  background-image: url(/content/dam/microsites/elianttrade/icons/right-arrow-icon-darkgreen.svg);
  opacity: 1;
}

.homeWrap a:hover:after,
.article-link a:hover:before,
.topnavigation .hedermenuSignpostItem .signpostRight p a:hover:before,
.topnavigation .hedermenuSignpostItem .signpostRight a.menulink:hover:before,
#alertWrapper .alert_inner > p > a:hover:after,
.slider-wrap .banner-button:hover:after,
.media-landing .video-text a:hover:after,
.latest-pr-section .pr-signpost-content p a:hover:after,
.carrer-tabs-wrapper .video-text a:hover:after {
  opacity: 1;
}

.homeWrap .intro-content a:hover:after {
  opacity: 0;
}

/*.media-landing .video-text a:hover, .latest-pr-section .pr-signpost-content p a:hover{text-decoration:none !important}
.carrer-tabs-wrapper .video-text a:hover {text-decoration: none;}*/
.footer-link a:before,
topnavigation .hedermenuSignpostItem .signpostRight p a:before {
  top: 8px;
}

.carrer-tabs-wrapper .video-text a:after {
  top: 10px;
}

.footer-link a:hover::before,
.footer-link a:focus::before {
  opacity: 1;
}

.slider-wrap .banner-button:hover {
  color: #fff;
  text-decoration: none !important;
}

.topnavigation .hedermenuSignpostItem .signpostRight p a:before {
  top: 8px;
}

.slider-wrap .banner-button:after {
  top: 16px;
}

/*.homeWrap a:hover, .footer-link a:hover, #breadcrumb a:hover, .article-link a:hover, #alertWrapper .alert_inner > p > a:hover, .slider-wrap .banner-button:after{text-decoration:none}*/
#breadcrumb a:focus,
#mob-breadcrumb a:focus {
  color: #005d47;
}

.btn {
  color: #008969;
  font-family: 'Graphik SemiBold Web';
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: normal;
  padding: 14px 40px;
  border: 1px solid #008969;
  margin: 30px 0;
  display: inline-block;
  text-decoration: none;
  min-width: 254px;
  text-align: center;
}

.btn:hover {
  background: #008969;
  color: #fff;
  text-decoration: none;
}

.btn:active,
.btn:focus {
  background: #005d47;
  color: #fff !important;
  text-decoration: none;
  border: 1px solid #005d47;
}

.homecontentwrapper a.btn:after,
#contentwrapper a.btn:after {
  display: none;
}

.hide {
  display: none;
}

.invisible {
  position: absolute;
  left: -9999999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: visible;
}

img {
  /*outline-style:none;
  outline-width:0;
  border:0 none;*/
}

sup {
  font-size: smaller;
}

sub {
  margin: 2px 0;
  padding: 2px 0;
}

ul,
ol {
  list-style: none;
}

#twocolright ul {
  list-style-image: none;
  margin: 0 0 20px 15px;
}

#twocolright ul ul {
  margin: 5px 0 0 15px;
}

#twocolright ol ol {
  margin: 5px 0 0 15px;
}

#twocolright ol {
  list-style: outside none numeric;
  margin: 0 0 20px 15px;
}

#twocolright ol li,
#twocolright ul li {
  margin: 0 0 5px;
}

#twocolright ul li ol,
#twocolright ol li ul {
  margin: 5px 0 0 15px;
}

hr {
  border-style: none none solid;
  border-width: 0 0 1px;
  margin: 5px 0;
}

:active {
  /*outline-style:none;
  outline-width:0;*/
}

* {
  margin: 0;
  padding: 0;
}

.uppercase {
  text-transform: uppercase;
}

p {
  padding: 0 0 20px;
}

.title-h1 h1 {
  padding: 0;
  margin: 0;
}

p#sectionheader {
  font-size: 1.6rem;
  line-height: 2rem;
}

ul {
  margin: 0 0 17px;
}

ul ul {
  margin: 0 0 0 20px;
}

ul li {
  padding-bottom: 10px;
  position: relative;
}

h1.banner-heading {
  font-size: 3.5rem;
  line-height: 4.5rem;
  color: #fff;
  padding-top: 0;
  margin: 5px 0 26px;
}

.history-slider .history-slider-ttl h2:after {
  background: #fdae2a;
}

.home h2:after,
.employee-list-section-wrapper h2:after,
#ip3-our-people h2:after,
#ip3-insights h2:after,
.ip3-insights h2:after,
.ip3-leadership h2:after,
#ip3-contact h2:after {
  display: none;
}

#contentwrapper ul li {
  position: relative;
  padding-left: 20px;
}

#contentwrapper ul li:before {
  content: '\25CF';
  display: block;
  font-size: 1.2rem;
  left: 0px;
  top: -4px;
  position: absolute;
  color: #00aa78;
}

#contentwrapper .footer-top ul li:before {
  display: none;
}

body#ip3-esg-corporate-social-responsibility #contentwrapper ul li:before,
#ip3-tax-information #contentwrapper ul li:before,
#ip3-stockholder-faqs #contentwrapper ul li:before {
  top: 0;
}

.float100 {
  float: left;
  width: 100%;
}

.hide {
  display: none;
}

.border-top {
  border-top: 1px solid #008969;
}

.border-bottom {
  border-bottom: 1px solid #008969;
}

.align-right {
  text-align: right;
}

.home-slider {
  height: 345px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.full-width {
  width: 100%;
}

.inline-block {
  display: inline-block;
}

a[href^='tel:'] {
  color: inherit !important;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Graphik Web' !important;
}

a[href^='tel:'].mobile-tel-link {
  color: inherit !important;
  cursor: pointer !important;
}

/*-------------- Main Body CSS Ends --------------*/
/* Megamenu */
div#megaMenu {
  display: none;
  min-height: 435px /*315px*/;
}

.topnavigation .hedermenuSignpostItem {
  display: none;
}

.Menu-Wrap {
  display: block;
  position: fixed;
  width: 100%;
  background: #f1f1f1;
  padding: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  transition: all ease-in 0.4s;
  height: 0px;
  top: 149px;
}

.header-toppad .topnavigation ul li:hover > div {
  display: block;
  position: fixed;
  width: 100%;
  background: #fff;
  padding: 0 0 70px;
  left: 0;
  z-index: 1;
  /*height: 435px;*/
  min-height: auto;
  height: auto;
  overflow: hidden;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.07);
}

.header-toppad .topnavigation ul li:hover > div .hedermenuSignpostItem {
  display: block;
  margin: 0 auto;
  max-width: 1110px;
  /*border-top: 1px solid #55585a;*/
  border-top: 1px solid #c1c2c3;
}

.topnavigation .hedermenuSignpostItem ul,
.topnavigation .hedermenuSignpostItem .signpostRight {
  float: left;
  width: 50%;
}

.topnavigation .hedermenuSignpostItem ul {
  padding-top: 33px;
  padding-left: 30px;
  display: block !important;
}

.topnavigation .hedermenuSignpostItem ul li {
  margin-left: 50%;
  width: 25%;
  border-bottom: 1px solid #c1c2c3;
  padding-right: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}

.topnavigation .hedermenuSignpostItem ul li.last {
  border-bottom: 0;
}

.topnavigation .hedermenuSignpostItem ul li:first-child {
  padding-top: 0;
}

.topnavigation .hedermenuSignpostItem ul li a span {
  font-size: 1.6rem;
  letter-spacing: -0.16px;
  font-family: 'Graphik SemiBold Web';
}

.topnavigation .hedermenuSignpostItem .signpostLeft {
  display: inline-block;
  margin-left: 50%;
  margin-top: 22px;
}

.topnavigation .hedermenuSignpostItem .signpostLeft a {
  color: #395878;
  padding: 14px 20px;
  width: 255px;
  text-align: center;
  margin: 0;
  font-size: 14px;
}

.topnavigation .hedermenuSignpostItem .signpostLeft a:hover {
  color: #fff;
}

.topnavigation .hedermenuSignpostItem .signpostRight {
  padding-top: 10px;
  padding-left: 110px;
  position: relative;
  padding-bottom: 25px;
}

.topnavigation .hedermenuSignpostItem .signpostRight:before {
  content: '';
  width: 1px;
  background: #c1c2c3;
  position: absolute;
  left: 50px;
  top: 47px;
  /*height: 251px;*/
  height: 224px;
}

.topnavigation .hedermenuSignpostItem .signpostRight span {
  display: inline-block;
  width: 100%;
  font-family: 'Graphik SemiBold Web';
  font-size: 1.4rem;
  line-height: 2.3rem;
  letter-spacing: 0.28px;
  color: #4a4a4a;
  padding-bottom: 6px;
}

.topnavigation .hedermenuSignpostItem .signpostRight p.rad-head {
  font-size: 2.8rem;
  line-height: 3.2rem;
  letter-spacing: 0.56px;
  padding-top: 6px;
  padding-bottom: 5px;
  font-family: 'adobe-garamond-pro';
}

.topnavigation .hedermenuSignpostItem .signpostRight p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #333;
}

.topnavigation .hedermenuSignpostItem .signpostRight .business-submenu p {
  font-size: 1.8rem;
  color: #000;
}

.topnavigation .hedermenuSignpostItem .signpostRight a {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #395878;
  font-family: 'Graphik SemiBold Web';
}

.topnavigation .hedermenuSignpostItem .signpostRight a.menulink:hover::before {
  display: none;
}

.topnavigation .hedermenuSignpostItem .signpostRight a:focus {
  color: #005d47;
}

.topnavigation .hedermenuSignpostItem .signpostRight .apollo-external a,
.topnavigation .hedermenuSignpostItem .signpostRight .apollo-external a span {
  font-size: 1.6rem;
}

.topnavigation .hedermenuSignpostItem .signpostRight .mega-impact {
  padding-top: 32px;
}

.topnavigation .hedermenuSignpostItem .signpostRight .report-img,
.topnavigation .hedermenuSignpostItem .signpostRight .report-wrap {
  display: inline-block;
}

.topnavigation .hedermenuSignpostItem .signpostRight .report-img {
  width: 40%;
}

.topnavigation .hedermenuSignpostItem .signpostRight .report-wrap h3 {
  padding-bottom: 8px;
}

.topnavigation .hedermenuSignpostItem .signpostRight .report-wrap {
  width: 55%;
  vertical-align: top;
  padding-left: 6px;
}

.topnavigation .hedermenuSignpostItem .signpostRight .report-img img {
  width: 167px;
}

.header-toppad .topnavigation ul li a.video-popup-link:focus img {
  background-color: #fff;
  opacity: 0.75;
  transform: scale(1.1);
}

.header-toppad .topnavigation ul li a.video-popup-link:focus:after {
  transform: scale(1.1);
}

.business-submenu {
  margin-top: 16px;
}

.business-submenu > p {
  font-family: 'Graphik SemiBold Web';
  padding-bottom: 5px;
}

.topnavigation .hedermenuSignpostItem .apollo-external {
  padding: 0;
}

.topnavigation .hedermenuSignpostItem .apollo-external li {
  margin-left: 0;
  width: 100%;
  border: 0;
  padding: 0;
}

.topnavigation .hedermenuSignpostItem .apollo-external li a,
.topnavigation .hedermenuSignpostItem .apollo-external li a span {
  color: #007d55;
  font-family: 'Graphik Web';
}

.topnavigation .hedermenuSignpostItem .apollo-external li a span {
  padding-bottom: 0;
}

.topnavigation .hedermenuSignpostItem .apollo-external li:hover a span {
  color: #008969;
  font-family: 'Graphik SemiBold Web';
  letter-spacing: -0.16px;
}

.topnavigation .hedermenuSignpostItem .signpostRight .signpostLeft {
  display: none;
}

#nav-esg-corporate-social-responsibility-level1 .business-submenu {
  display: none;
}

.topnavigation
  #nav-esg-corporate-social-responsibility-level1
  .hedermenuSignpostItem
  .signpostRight:before {
  top: 43px;
  /*height:295px*/
  height: 324px;
}

.topnavigation #nav-about-apollo-level1 .hedermenuSignpostItem .signpostRight:before {
  top: 43px;
  height: 68px;
}

/*.header-toppad .topnavigation ul li#nav-esg-corporate-social-responsibility-level1:hover > div{height:384px}
.header-toppad .topnavigation ul li#nav-about-apollo-level1:hover > div{height:340px}*/
.header-toppad .topnavigation ul li#nav-about-apollo-level1:focus-within > div {
  height: 340px !important;
}

.header-toppad
  .topnavigation
  ul
  li#nav-esg-corporate-social-responsibility-level1:focus-within
  > div {
  height: 384px !important;
}

/* Megamenu */
/*-------------- Top Navigation CSS Ends --------------*/
/*-------mobi-menu Starts------------*/
.mobi-menu-trigger {
  cursor: pointer;
  display: block;
  float: left;
  height: 30px;
  position: relative;
  width: 22px;
  margin: -28px 40px 0 0;
}

.mobile-menu-burger {
  background: #000 none repeat scroll 0 0;
  cursor: pointer;
  display: inline-block;
  height: 2px;
  margin-top: 8px;
  position: relative;
  transition: all 0.5s ease 0s;
  width: 22px;
  text-indent: -999999px;
}

.mobile-menu-burger::after,
.mobile-menu-burger::before {
  background: #000 none repeat scroll 0 0;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: -8px;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.mobile-menu-burger::after {
  bottom: -8px;
  top: auto;
}

/*-------mobi-menu Ends------------*/
/*-------------- Left Navigation CSS Starts --------------*/
#utility {
  margin-top: 40px;
}

.leftnavigation .level1 {
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin-bottom: 15px;
}

.leftnavigation .level1.haschildren > ul {
  display: none;
  padding-left: 20px;
}

.leftnavigation .level2 {
  margin-top: 15px;
}

.leftnavigation .level1.selected > a {
  color: #000;
}

.leftnavigation .level1 a:hover {
  color: #000;
}

/*Left menu drop down starts*/
a.showmore-menu {
  cursor: pointer;
  display: block;
  height: 14px;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 0px;
  width: 14px;
  z-index: 500;
  font-family: 'icomoon' !important;
}

.leftnavigation .level1.haschildren {
  position: relative;
}

.leftnavigation .level1.haschildren > a > span {
  padding-right: 30px;
}

a.showmore-menu:after {
  content: '\f068';
}

a.showmore-menu.opened:after {
  content: '\f067';
}

a.showmore-menu:focus {
  text-decoration: none;
  color: #159ee4;
}

/*Left menu drop down ends*/
/*-------------- Left Navigation CSS Ends --------------*/
/*-------------- Breadcrumb CSS Starts --------------*/
#breadcrumb,
#mob-breadcrumb {
  margin: 0px 0 17px;
  font-size: 0.8em;
  /*border-top: 2px solid #b7b7b7;*/
  padding-top: 35px;
  background: transparent;
}

.leader-detail #breadcrumb,
.leader-detail #mob-breadcrumb {
  border-top: 1px solid #b7b7b7;
}

#breadcrumb a,
#breadcrumb span,
#mob-breadcrumb a,
#mob-breadcrumb span {
  font-size: 1.2rem;
  font-family: 'Graphik Web';
  text-transform: uppercase;
  width: auto;
  color: #007d55;
  padding: 10px 0;
}

#breadcrumb span,
#mob-breadcrumb span {
  color: #000;
}

#breadcrumb .separator,
#mob-breadcrumb .separator {
  position: relative;
  margin-right: 14px;
  margin-left: 10px;
  padding-top: 0;
  padding-bottom: 0px;
  /*background: #fff;*/
  background: transparent;
  display: inline-block;
  width: 4px;
  height: 4px;
}

#breadcrumb .separator:before,
#breadcrumb .separator:after,
#mob-breadcrumb .separator:before,
#mob-breadcrumb .separator:after {
  height: 50%;
  content: '';
  position: absolute;
  border: solid #666;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  top: -5px;
  transition: all ease 0.5s;
  right: 0;
  left: -3px;
}

#breadcrumb a:focus,
#mob-breadcrumb a:focus {
  outline: 1px dotted #008969;
  /*font-family: 'Graphik SemiBold Web';*/
}

#breadcrumb a:hover,
#mob-breadcrumb a:hover {
  /*font-family: 'Graphik SemiBold Web';*/
  text-decoration: underline;
}

.innerpage-intro.inner-intro-grey-bg {
  background-color: #f0f0f1;
}

.inner-intro-grey-bg #breadcrumb,
.inner-intro-grey-bg #mob-breadcrumb {
  background: transparent;
}

.chapter-top.hide-chapter-subtitle #breadcrumb,
.chapter-top.hide-chapter-subtitle #mob-breadcrumb {
  margin-bottom: 0;
}

/*-------------- Breadcrumb CSS Ends --------------*/
/*-------------- Search page CSS Starts --------------*/
.ip3search_highlight {
  font-weight: bold;
}

.sitesearchpagination ul li {
  display: inline;
  padding: 0;
  list-style: none !important;
  padding-left: 0px !important;
}

table.searchTable {
  width: 100%;
  word-break: break-all;
  max-width: 635px;
  margin-bottom: 20px;
}

.searchresultpage .scroll-table-container {
  margin-bottom: 25px;
}

table.searchTable tbody tr th {
  text-align: left;
  height: 22px;
}

#tabs.sectionTabs {
  float: left;
  position: relative;
  width: 100%;
  padding: 0 0 10px;
}

#tabs.sectionTabs ul {
  border-bottom: 1px solid #000;
  float: left;
  list-style: none outside none;
  padding: 0;
  margin: 0;
  width: 100%;
}

#tabs.sectionTabs li {
  float: left;
  padding: 0;
  margin: 0;
  border-left: 1px solid #000;
  border-top: 1px solid #008969;
  list-style: outside none none;
}

#tabs.sectionTabs li.lastLI {
  border-right: 1px solid #000;
}

#tabs.sectionTabs li a span {
  display: block;
  text-align: center;
}

#tabs.sectionTabs li a {
  display: block;
  padding: 10px;
  text-align: center;
  background-color: #d6d6d6;
}

#tabs.sectionTabs li.current a,
#tabs.sectionTabs li a:hover {
  background-color: #fff;
}

#tabsDD {
  height: 35px;
  font-size: 1.5rem;
  width: 180px;
}

#ip3-search-results #tabsDD {
  width: 100%;
}

#tabs.sectionTabs span.select {
  position: absolute;
  width: 100% !important;
  font-size: 1.5rem;
  top: 0;
  left: 0;
  color: #000;
  border-bottom: 1px solid #000;
  padding: 5px 45px 5px 0px;
  display: inline-block;
  font-family: 'Graphik SemiBold Web';
  line-height: 24px;
}

#tabs.sectionTabs span.select:after {
  background: url('/content/dam/microsites/elianttrade/images/down-arrow.png') no-repeat;
  position: absolute;
  right: 1px;
  bottom: 11px;
  content: '';
  width: 10px;
  height: 6px;
}

.searchresultpage #loadmore a {
  color: #008969;
  background: transparent;
  font-size: 2rem;
  line-height: 2rem;
  padding: 13px 40px 13px 15px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #008969;
  text-align: left;
}

.searchresultpage #loadmore a:hover {
  background: #008969;
  color: #fff;
}

.searchresultpage #loadmore a:after {
  content: ' ';
  position: absolute;
  display: block;
  background-color: #008969;
  height: 12px;
  margin-top: -5px;
  top: 50%;
  z-index: 0;
  top: calc(50% - 1px);
  right: 20px;
  width: 2px;
}

.searchresultpage #loadmore a:before {
  content: ' ';
  position: absolute;
  display: block;
  background-color: #008969;
  width: 12px;
  margin-left: -5px;
  right: 15px;
  z-index: 0;
  top: 50%;
  top: calc(50% - 1px);
  height: 2px;
}

.searchresultpage #loadmore a:hover:after,
.searchresultpage #loadmore a:hover:before {
  background: #fff;
}

.searchresultpage #loadmore {
  width: 100%;
  float: left;
  padding: 0px 0 45px;
  max-width: 635px;
}

.searchresultpage #loader,
.searchresultpage #loadedcontent {
  display: none;
}

#searchinnerRP {
  margin-bottom: 10px;
  float: left;
}

#searchTextBoxContainerRP {
  float: left;
  position: relative;
}

#searchTextBoxContainerRP .ui-autocomplete.ui-menu {
  margin: 0;
}

#searchButtonContainerRP {
  float: left;
}

#searchTextBoxContainerRP input {
  border: 1px solid #cfcfcf;
  margin-right: 0;
  padding: 4px 13px 3px;
  width: 100%;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #000;
  background: #fff;
  height: 37px;
}

#searchTextBoxContainerRP input:focus {
  border-color: #000;
}

#searchButtonContainerRP > input {
  border: none medium;
  height: 37px;
  color: #fff;
  background: #008969;
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding: 7px 11px 10px;
}

#searchButtonContainerRP > input:hover {
  background-color: #0f3223;
}

#searchTextBoxContainerRP .ui-autocomplete.ui-menu > li {
  float: left;
}

.mobi-pr-tabs ul {
  display: none;
  margin: 0 !important;
}

.mobi-pr-tabs ul li {
  list-style-type: none !important;
  background: #fff;
  border: 1px solid #d6d6d6;
}

.newsWrapper {
  margin-top: 16px;
}

.mobi-pr-tabs .year-item {
  padding: 10px;
  background: #efefef;
}

.mobi-pr-tabs .year-item:after {
  content: '\e906';
  display: block;
  height: 15px;
  width: 15px;
  color: inherit;
  font-family: icomoon;
  float: right;
}

.mobi-pr-tabs .year-item.active:after {
  font-family: icomoon;
  content: '\e909';
}

.mobi-pr-tabs ul li a {
  padding: 10px;
  display: block;
}

table.searchTable td {
  padding-bottom: 0;
}

/*-------------- Search page CSS Ends --------------*/
/*-------------- Site Map CSS Starts --------------*/
#sitemapcontainer {
  padding-bottom: 30px;
}

#contentwrapper #sitemapcontainer li.level1:before {
  top: 2px;
}

#contentwrapper #sitemapcontainer li.level2:before {
  top: 0px;
}

#contentwrapper #sitemapcontainer li.level3:before {
  top: 0px;
}

#sitemapcontainer li a {
  display: inline-block;
  padding: 3px;
}

#sitemapcontainer li ul li {
  padding-bottom: 0;
}

#sitemapcontainer li ul li a {
  padding: 0 0 0 3px;
}

#sitemapcontainer li ul li ul {
  margin-bottom: 10px;
}

#sitemapcontainer li {
  padding-bottom: 0;
}

/*#sitemapcontainer li#nav-site-services-level1{display:none;}*/
/*-------------- Site Map CSS Ends --------------*/
/*-------------- Homepage Bottom Boxes Starts --------------*/
.homecontentwrapper {
  position: relative;
  /*padding-bottom: 80px;*/
}

.signpost-title.top {
  font-size: 2.8rem;
  line-height: normal;
  padding: 5px 0 13px;
  border-bottom: 1px solid #7f7f7f;
}

.signpost-title.top > a {
  color: #000;
  font-family: inherit;
}

.signpost-title.top > a:after {
  display: none;
}

.signpost-title.bottom {
  font-size: 2.8rem;
  line-height: 32px;
  color: #000;
  margin-top: 0px;
  padding: 7px 0px 0 0;
  font-family: 'adobe-garamond-pro';
}

#signpost-box-bottom .signpost-wrapper:first-of-type a {
  display: inline-block;
}

#signpost-box-bottom .signpost-wrapper:first-of-type a:after {
  top: 9px !important;
}

.module-landing {
  /*opacity:0;*/
  float: left;
  width: 100%;
  padding: 34px 0 45px;
}

.homeWrap .module-landing {
  padding-bottom: 0;
}

.homeWrap .introWrap {
  margin-bottom:
    /*28px;*/ 60px;
  padding-top: 60px;
}

#signpost-box-top {
  padding-top: 35px;
}

#signpost-box-top .counter0 {
  display: none;
}

.ie9 .module-landing {
  opacity: 1 !important;
  background-color: inherit !important;
}

.homeWrap > .module-landing:last-child {
  padding:
    /*31px*/ 60px 0 0 0;
}

.module-landing.padding-bottom-0 {
  padding-bottom: 0;
}

.module-landing.padding-top-0 {
  padding-top: 0;
}

.nojs .module-landing {
  opacity: 1;
}

.signpost-content {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-top: 15px;
}

#signpost-box-bottom .signpost-content {
  padding-top: 0px;
}

.homeWrap .introWrap .intro-text-wrapper {
  margin-bottom: 0;
}

.signpost-date {
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding-top: 15px;
  padding-bottom: 0;
}

.signpost-subtitle.top {
  font-size: 2.4rem;
  line-height: 3rem;
  padding: 15px 0 0px;
  font-family: 'adobe-garamond-pro';
}

.signpost-image {
  margin-bottom: 15px;
  transition: all ease-out 0.5s;
  overflow: hidden;
}

.signpost-image:empty {
  padding: 0;
}

.signpost-image:hover img {
  transform: scale(1.1);
  transition: all ease-out 0.5s;
}

.signpost-image:focus img,
.signpost-image a:focus img {
  background-color: #fff;
  opacity: 0.75;
}

.signpost-image img {
  transition: all ease-out 0.5s;
}

.border-top .signpost-wrapper {
  margin-bottom: 45px;
}

.intro-text-wrapper .intro-text-content p.rad-big {
  font-size: 4rem;
  line-height: 48px;
  margin: 0;
  letter-spacing: normal;
  padding-bottom: 0px;
}

/*.latest-pr-section h2.latest-pr-title{margin-bottom:20px;}*/
.latest-pr-section h2.latest-pr-title:after {
  content: none;
}

/*-------------- Homepage Bottom Boxes Ends --------------*/
.white-popup {
  position: relative;
  background: #fff;
  padding: 40px 21px;
  width: auto;
  max-width: 920px;
  margin: 20px auto;
}

/*------Video Section----*/
.videoWrap h2.video-full-heading {
  padding-bottom: 30px;
}

.videoWrap .video-text h2,
.videoWrap .video-text h3 {
  padding: 0 0 10px;
}

.video-title {
  font-size: 3.5rem;
  line-height: 45px;
  padding: 0px;
}

h2.video-title ~ .video-text {
  padding-top: 10px;
}

.videoWrap .video-text p,
.videoWrap .video-text ul li {
  padding-bottom: 17px;
}

.videoWrap .video-text ul {
  margin-bottom: 17px;
}

.rad-content {
  padding-right: 100px;
  padding-top: 27px;
  display: block;
}

.videoWrap .video-player {
  padding-top: 8px;
}

.videoWrap .video-content .rad-btn {
  display: inline-block;
  margin-top: 8px;
}

.video-popup {
  position: relative;
  background: rgba(0, 0, 0, 0);
  padding: 20px;
  width: auto;
  max-width: 960px;
  margin: 20px auto;
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.25);
  opacity: 1;
  position: fixed !important;
}

.mfp-wrap {
  position: fixed !important;
}

.video-popup-link,
.career-video-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.video-player img {
  transition: all ease-out 0.3s;
  position: relative;
}

/*.video-player:hover img {transform: scale(1.1); transition: all ease-out 0.3s;}*/
.video-player:focus img,
a.video-popup-link:focus img {
  transform: scale(1.1);
  transition: all ease-out 0.3s;
  background-color: #fff;
  opacity: 0.75;
}

body#ip3-investing-with-esg-impact .video-player:focus img {
  background-color: transparent;
  opacity: 1;
}

/*#contentwrapper a.video-popup-link:focus:after, .video-player:hover .video-popup-link:after, .video-player:focus .video-popup-link:after{height:44px;width:44px}*/
a.video-popup-link:focus,
a.video-popup-link:hover {
  text-decoration: none !important;
}

a.video-popup-link:focus::after {
  background: url(/content/dam/microsites/elianttrade/icons/play-icon) no-repeat !important;
}

.video-popup-link:after {
  content: '';
  position: absolute;
  color: #ffffff;
  display: inline-block;
  background: url(/content/dam/microsites/elianttrade/icons/play-icon) no-repeat;
  height: 33px;
  width: 33px;
  bottom: 15px;
  right: 15px;
  transition: all ease-out 0.5s;
  background-size: 100%;
}

/*#contentwrapper a.video-popup-link:focus:after {background: url(/content/dam/microsites/elianttrade/icons/play-icon) no-repeat;    background-size: 100%;}*/
.watch-video-text a:hover {
  text-decoration: underline !important;
}

/* --------------- Banner Starts ---------------*/
#sliderBackgroundWrapper,
#sliderInnerBackgroundWrapper {
  position: relative;
}

#sliderBackgroundWrapper .bgSlide {
  position: relative;
  height: 440px;
  background-color: #000 !important;
}

#sliderBackgroundWrapper .bg-title {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
}

#sliderBackgroundWrapper .bannerWrap {
  display: table;
  height: 440px;
  padding-bottom: 100px;
}

#sliderInnerBackgroundWrapper .bgInnerSlide {
  position: relative;
  height: 290px;
}

#sliderInnerBackgroundWrapper .banner-without-content {
  height: 190px;
}

#sliderInnerBackgroundWrapper.inner-banner-wrapper .bgInnerSlide {
  height: 190px;
  background-color: #000 !important;
}

#bannerwrapper,
#mob-bannerwrapper {
  position: relative;
  margin: 0 auto 0;
  overflow: hidden;
  min-height: 440px;
}

.bannerSlide .banner-image-wrapper {
  float: left;
  width: 100%;
  min-height: 248px;
  position: relative;
  overflow: hidden;
}

.bannerSlide .banner-image-wrapper img {
  max-width: inherit;
  position: absolute;
  top: -100%;
  left: -100%;
  bottom: -100%;
  right: -100%;
  margin: auto;
  height: 100%;
  width: auto;
}

.home-banner .banner-title,
#sliderBackgroundWrapper .banner-title {
  color: #fff;
  /*font-size:7.8rem;*/
  font-size: 6.8rem;
  line-height: 78px;
  padding-bottom: 0;
  text-shadow: 0 0 32px #000;
  padding-top: 0;
  margin: 0;
}

body#ip3-Homepage h1.banner-heading {
  color: #fff;
  font-size: 6rem;
  line-height: 60px;
  max-width: 450px;
  padding-top: 3px;
}

.home-banner .banner-text {
  font-size: 2.6rem;
  color: #fff;
  line-height: 34px;
}

.home-banner .banner-text p {
  padding-bottom: 0;
}

.home-banner .bannerWrap {
  display: table;
  height: 440px;
}

.home-banner .banner-content,
#sliderBackgroundWrapper .banner-content {
  display: table-cell;
  vertical-align: top;
  /*padding-top: 75px;*/
  padding-top: 25px;
}

#sliderBannerWrapper .sliderInnerWrapper .slick-track {
  /*background: rgba(0, 57, 77, 0.8);*/
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

/*.banner-slide-item {background: rgba(0, 57, 77, 0.8);-webkit-backdrop-filter: blur(3px);backdrop-filter: blur(3px);} */
.sliderInnerWrapper .banner-content {
  padding: 30px 70px 25px 0;
}

.sliderInnerWrapper .banner-slide-item {
  border-top: 8px solid #07a979;
  background: rgba(0, 57, 77, 0.8);
}

.bannerSlide .banner-content .banner-text p {
  font-size: 3.6rem;
  line-height: 4rem;
  color: #fdae2a;
  padding-bottom: 10px;
}

.banner-normal-content p {
  font-size: 1.4rem;
  color: #fff;
  line-height: 2.4rem;
  padding: 0;
}

.banner-button {
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Graphik SemiBold Web';
  line-height: normal;
  padding-top: 10px;
  display: inline-block;
}

.sliderInnerWrapper .slick-dots {
  transition: all 0.3s ease-in-out;
}

.inner-banner-wrapper {
  position: relative;
}

.inner-banner-wrapper .inner-banner {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

#bannerwrapper,
#mob-bannerwrapper.long-banner {
  /*min-height:576px*/
  min-height: 440px;
}

.chapter-banner-text-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.long-banner.dw-content-wrapper .download-wrap {
  max-width: 920px;
}

.dw-content-wrapper.long-banner {
  margin-bottom: 20px !important;
}

.inner-banner .banner-content {
  background: rgba(0, 57, 77, 0.8);
  padding: 30px;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-top: 8px solid #07a979;
  position: relative;
  left: -30px;
}

.inner-banner .banner-content .banner-text p {
  font-size: 2.8rem;
  line-height: 3.4rem;
  color: #fff;
  padding-top: 23px;
  padding-bottom: 0;
}

.inner-banner .banner-content .banner-text p span.rad-intro {
  color: #fdae2a;
}

.nojs .banner-video-link {
  display: none !important;
}

.medium + .inner-banner {
  display: none;
}

#bannerwrapper,
#mob-bannerwrapper.inner-banner-top.medium {
  min-height: 300px;
}

/*.ip3-stockholders .medium + .inner-banner {display: block;}*/
/* Chapter Pages Banner */
.chapter-wrapper {
  margin-top: 1px;
}

.chapter-wrapper .chapter-top {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 40px;
}

.chapter-top.hide-chapter-subtitle {
  border-bottom: none;
  margin-bottom: 15px;
}

.chapter-wrapper .share-position {
  padding-left: 0;
  padding-right: 0;
}

.chapter-wrapper .banner-text {
  display: inline-block;
  width: 100%;
  padding-top: 5px;
}

.chapter-wrapper .chapter-top-title h1 {
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: 0.25px;
  color: #231f20;
  padding-top: 0;
  font-family: 'Graphik SemiBold Web';
  margin-bottom: 10px;
  text-transform: uppercase;
}

.chapter-subtitle {
  font-size: 5.6rem;
  line-height: 5.9rem;
  color: #231f20;
  font-family: 'adobe-garamond-pro';
}

.chapter-top.hide-chapter-subtitle .chapter-subtitle {
  display: none;
}

.chapter-wrapper .share {
  top: auto;
  bottom: -90px;
  right: 0;
}

.chapter-wrapper .share > a {
  font-family: 'Graphik SemiBold Web';
}

.chapter-top.hide-chapter-subtitle .share {
  bottom: 0;
  position: relative;
  float: right;
  top: 35px;
  z-index: 9;
}

.Download-banner .dw-content-wrapper {
  max-width: 100%;
  border-top: 6px solid #07a879;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  position: relative;
  margin: -55px 16px 44px 16px;
}

.dw-content-wrapper.long-banner {
  margin-top: -27px;
}

.Download-banner .download-wrap {
  max-width: 630px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.Download-banner .dw-content {
  padding-top: 0;
}

.Download-banner .dw-content p {
  font-size: 1.8rem;
  line-height: 28px;
  padding-top: 25px;
  padding-bottom: 33px;
  text-align: left;
}

.download-wrap .dw-link-wrapper {
  margin-left: 30px;
  padding-top: 0;
}

.download-wrap .dw-link-wrapper .btn {
  font-size: 1.4rem;
  background-color: transparent;
  padding: 14px 60px 14px 25px;
  margin: 28px 0 0;
}

.download-wrap .dw-link-wrapper a.btn:before {
  right: 32px;
}

.download-wrap .dw-link-text-wrapper {
  position: absolute;
  right: 85px;
  bottom: 5px;
}

.Impact-Chapter-Wrapper + a + #contentwrapper .brdcrumb,
.Impact-Chapter-Wrapper + a + #contentwrapper .share > a {
  display: none;
}

.Impact-Chapter-Wrapper + a + #contentwrapper .introgeneral {
  width: 100%;
}

.Impact-Chapter-Wrapper + a + #contentwrapper .innerpage-intro {
  /*padding-bottom:44px*/
  padding-bottom: 60px;
}

.Impact-Chapter-Wrapper + a + #contentwrapper .innerpage-intro.padding-top-40 {
  padding-top: 40px;
}

.Impact-Chapter-Wrapper + a + #contentwrapper .innerpage-intro p {
  font-size: 2.4rem;
  line-height: 3.8rem;
  padding: 0;
  font-family: 'Graphik Light Web';
}

.video-popup {
  position: relative;
  background: rgba(0, 0, 0, 0);
  padding: 20px;
  width: auto;
  max-width: 960px;
  margin: 20px auto;
}

.video-popup::after {
  content: '';
  display: block;
  clear: both;
}

.video-popup .mfp-close {
  margin-top: 0;
  color: #ccc;
}

/*.ip3-insights .video-popup .mfp-close {color: #000;}*/
#sliderBannerWrapper .bannerSlide > .container-fluid,
#sliderBannerWrapper .stickyContent > .container-fluid,
#bannerwrapper,
#mob-bannerwrapper > .container-fluid {
  position: relative;
  z-index: 2;
}

#sliderBannerWrapper {
  margin-top: -162px;
  z-index: 2;
  position: relative;
}

#sliderBannerWrapper .bannerSlide {
  position: relative;
}

#sliderBannerWrapper .bannerSlide .bdr {
  border-top: 5px solid #07a979;
}

#sliderBannerWrapper .bannerSlide:after,
#sliderBannerWrapper .stickyContent:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.67;
  z-index: 1;
  background-image: linear-gradient(to right top, #000000, rgba(0, 0, 0, 0) 56%);
}

/* --------------- Banner Ends ---------------*/
/* --------------- Search Starts ---------------*/
.right-align {
  float: right;
}

.siteSearch {
  padding: 12px 25px;
  background: #008969;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2.2rem;
  border: none medium;
  transition: border-color 200ms ease-in-out, box-shadow 200ms ease-in-out, color 200ms ease-in-out,
    background-color 200ms ease-in-out;
  height: 45px;
  width: 106px;
}

.search {
  border: none;
  width: calc(55% - 40px);
  float: left;
  padding-top: 43px;
  margin-left: 45%;
}

.searchbox .search-bdr {
  position: relative;
}

.searchbox .search-bdr:before {
  position: absolute;
  content: '';
  height: 2px;
  width: calc(100% - 30px);
  background: #b7b7b7;
  left: 15px;
}

.searchbox {
  width: 100%;
  position: absolute;
  left: 0;
  top: 110px;
  background: #fff;
  z-index: 9;
  padding: 2px 15px 45px;
  display: none;
}

/* body#ip3-our-people .searchbox, */
.ip3-insights .searchbox {
  top: 152px;
}

.search-txt {
  border-left: 1px solid #4c4c4c;
  width: 100%;
  background: none;
  border-top: none;
  border-right: none;
  height: 45px;
  font-size: 2.8rem;
  border-bottom: none;
  color: #7f7f7f;
  padding-left: 13px;
}

.search-txt::-ms-clear {
  display: none;
}

.new-white-navigation .logo .new-logo-white img {
  display: block;
}

.new-white-navigation .logo .new-logo-black img {
  display: none;
}

.new-white-navigation .menuup .logo .new-logo-white img {
  display: none;
}

.new-white-navigation .menuup .logo .new-logo-black img {
  display: block;
}

#searchButtonContainer {
  float: right;
  margin-left: 35px;
  display: none;
}

.siteSearch:hover {
  text-decoration: none;
  background-color: #0f3223;
}

.search-btn.open {
  background: url('/content/dam/microsites/elianttrade/icons/search-icon-dark.svg') no-repeat;
}

.searchbox .close-icon {
  background: url(/content/dam/microsites/elianttrade/icons/close-x-icon.svg) no-repeat;
  top: 55px;
  margin: 0;
}

.searchresultpage .sectionTabs ul li:before {
  display: none !important;
}

.searchresultpage #tabs.sectionTabs ul li a {
  padding: 0 10px 3px;
  display: block;
  border-bottom: 1px solid #cbcfd3;
  background-color: transparent;
  color: #000;
  text-align: center;
}

.searchresultpage #tabs.sectionTabs li {
  margin-right: 10px;
  font-size: 1.5rem;
  line-height: 2.2rem;
}

.searchresultpage #tabs.sectionTabs li,
.searchresultpage #tabs.sectionTabs ul {
  border: none;
}

.searchresultpage #tabs.sectionTabs li a span {
  /*text-align:left;float: right;padding-left: 10px;*/
  display: block;
}

.searchresultpage #tabs.sectionTabs li.current a {
  border-bottom: 1px solid #000;
  color: #000;
}

.searchresultpage #tabs.sectionTabs li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #000;
  color: #000;
}

.ui-autocomplete.ui-menu li {
  list-style: none !important;
}

.ui-autocomplete.ui-menu .ui-menu-item {
  width: 50% !important;
  list-style-image: none !important;
  margin: 0 auto !important;
  max-width: 1110px;
  padding: 1px 0 !important;
  margin-left: 47% !important;
}

.ui-autocomplete.ui-menu .ui-menu-item:before {
  display: none !important;
}

.ui-autocomplete.ui-menu a,
.ui-autocomplete.ui-menu a:hover {
  height: auto;
  /*margin-left:-30px*/
}

.ui-autocomplete.ui-menu {
  width: 100% !important;
  max-width: none !important;
  position: absolute;
  left: 0 !important;
  border: none;
}

#ui-id-1.ui-autocomplete.ui-menu {
  width: 100% !important;
}

.ui-autocomplete.ui-menu {
  border-radius: 0 !important;
  z-index: 99999 !important;
}

.ui-autocomplete.ui-menu .ui-state-focus {
  background: #008969 !important;
  color: #fff !important;
  border-radius: 0 !important;
  background: transparent;
  color: #000;
  border-radius: 0 !important;
  text-decoration: underline;
}

.ui-autocomplete.ui-menu .ui-menu-item a {
  cursor: pointer;
  font-size: 1.5rem !important;
  text-transform: capitalize;
}

.ui-menu a:hover {
  width: auto !important;
}

.ui-menu .ui-menu-item a {
  width: 40% !important;
}

#searchTextBoxContainerRP .ui-menu .ui-menu-item a {
  float: left;
  width: 100% !important;
}

#searchTextBoxContainerRP .ui-menu .ui-menu-item a > span:first-child {
  padding-right: 5px;
  width: 80%;
}

#searchTextBoxContainerRP .ui-menu .ui-menu-item a > span:last-child {
  width: 20%;
  text-align: right;
}

#searchTextBoxContainerRP .ui-autocomplete.ui-menu a,
#searchTextBoxContainerRP .ui-autocomplete.ui-menu a:hover {
  height: auto;
}

.searchresultpage .ui-autocomplete.ui-menu .ui-menu-item {
  width: 100% !important;
  margin-left: 0% !important;
}

.searchresultpage #searchTextBoxContainerRP .ui-menu .ui-menu-item a {
  font-family: 'Graphik Web';
}

.searchresultpage #searchTextBoxContainerRP .ui-autocomplete.ui-menu {
  border: 1px solid #cfcfcf;
  margin-top: -1px;
}

/* --------------- Search Ends ---------------*/
/* Profiles section starts */
.profile-content-wrapper {
  /*max-width:635px;*/
  max-width: 510px;
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding-top: 12px;
}

.profiles-section-wrapper .profiles-loadmore {
  margin-bottom: 45px;
}

.profiles-section-wrapper .profiles-loadmore a.global-button {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #008969;
  font-family: 'Graphik SemiBold Web';
  border-color: #008969;
  padding: 7px 14px;
}

.profiles-section-wrapper .profiles-loadmore a.global-button:hover {
  color: #fff;
  background: #008969;
}

.profiles-section-wrapper .profiles-loadmore a.global-button:focus {
  color: #008969;
  background: transparent;
  border-color: #008969;
  text-decoration: none;
}

.profiles-section-wrapper .profiles-item .profiles-title {
  line-height: 20px;
  padding-top: 3px;
}

.profiles-section-wrapper .profiles-item {
  margin-bottom: 27px;
}

.profiles-section-wrapper .profiles-item .profiles-title .title {
  margin-right: 5px;
}

.profiles-section-wrapper .profiles-item .profiles-title .title,
.profiles-section-wrapper .profiles-item .profiles-title .subtitle,
.profiles-section-wrapper .profiles-item p {
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-family: 'Graphik SemiBold Web';
}

.profiles-section-wrapper .profiles-item .profiles-title .subtitle {
  font-style: italic;
  display: none !important;
}

.profiles-section-wrapper .profiles-item p.profiles-bio {
  font-family: 'Graphik Web';
  font-style: italic;
  padding-bottom: 0;
}

.profiles-section-wrapper .profiles-list-wrapper {
  padding-top: 16px;
  padding-bottom: 15px;
}

.profiles-section-wrapper .profiles-list-wrapper.withoutTitle {
  padding-top: 0;
}

.profiles-section-wrapper .profiles-item img {
  width: 100%;
  height: auto;
}

.profiles-section-wrapper .profiles-item .profiles-video-link {
  opacity: 1;
  display: block;
  position: relative;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}

.profiles-section-wrapper .profiles-item .profiles-video-link:after {
  content: '\e936';
  font-family: 'apollo-icons';
  font-size: 5rem;
  line-height: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  opacity: 1;
  display: inline-block;
  float: left;
  font-weight: 300;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.33);
}

a.emp-profile-popup {
  font-size: 2.5rem;
  line-height: 2rem;
  font-style: normal;
}

.profiles-wrapper a.profile-interview-link {
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-style: normal;
}

.popup-media > img {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.nojs .profiles-section-wrapper .profiles-item .profiles-video-link:after {
  display: none;
}

a.emp-profile-popup:hover,
a.emp-profile-popup:focus,
.profiles-section-wrapper .profiles-item .profiles-video-link:hover,
.profiles-section-wrapper .profiles-item .profiles-video-link:focus {
  text-decoration: none !important;
}

.profiles-video .video-popup-content * {
  color: #fff;
}

.profiles-video .video-popup-content {
  float: left;
  width: 100%;
  margin-bottom: 19px;
}

.profiles-video .video-popup-content .profiles-title {
  float: left;
  width: 35%;
  padding-right: 10px;
}

.profiles-video .video-popup-content .profiles-content {
  float: left;
  width: 53%;
}

.profiles-video .video-popup-content .profiles-title span {
  display: block;
}

.profiles-video .video-popup-content .profiles-title .title {
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-family: 'adobe-garamond-pro';
}

.profiles-video .video-popup-content .profiles-title .subtitle {
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-family: 'Graphik Web';
}

.profiles-video .video-popup-content .profiles-content * {
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-family: 'Graphik Web';
  color: #b2b2b2;
  letter-spacing: -0.1px;
}

/* Profiles section ends */
/* --------------- Snapdown Wrapper Starts ---------------- */
.snapdown-link {
  position: relative;
  margin-bottom: 13px;
  display: inline-block;
  padding-right: 20px;
  top: -11px;
}

.snapdown-link::after {
  content: ' ';
  position: absolute;
  display: block;
  background-color: #008969;
  height: 12px;
  margin-top: -5px;
  top: 50%;
  right: 5px;
  z-index: 9;
  width: 2px;
}

.snapdown-link::before {
  content: ' ';
  position: absolute;
  display: block;
  background-color: #008969;
  width: 12px;
  margin-left: -5px;
  right: 0px;
  top: 50%;
  bottom: 5px;
  z-index: 9;
  height: 2px;
}

.snapdown-link.active:after {
  display: none;
}

.snapdown-link:hover,
.snapdown-link:focus {
  text-decoration: none;
}

.showmore-content {
  display: none;
}

#contentwrapper {
  float: left;
  width: 100%;
}

/* --------------- Snapdown Wrapper Ends ---------------- */
.nojs .snapdown-link {
  display: none !important;
}

/*--------Intro--------*/
/* ---------------Starts Committee Composition ---------------- */
.category-key span {
  width: 30%;
  float: left;
}

.category-key {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
}

.committee-composition-container {
  float: left;
  width: 100%;
}

table.committee-composition-table {
  width: 100%;
  margin-top: 13px;
}

table.committee-composition-table td {
  padding: 14px 15px 14px 0px;
}

table.committee-composition-table th {
  padding: 15px 15px 15px 0px;
}

table.committee-composition-table tr td:nth-child(2),
table.committee-composition-table tr th:nth-child(2) {
  padding-left: 10px;
}

table.committee-composition-table tr td:nth-child(3),
table.committee-composition-table tr th:nth-child(3) {
  padding-left: 20px;
}

.category-key img {
  margin-top: -5px;
  display: inline;
}

.committee-composition-table img {
  display: inline-block;
}

.committee-composition-container span[class^='dot'] {
  font-size: 2.2rem;
  line-height: 2.2rem;
  font-family: 'apollo-icons' !important;
}

.committee-composition-container span.dot1:before {
  color: #008969;
}

.committee-composition-container span.dot2:before {
  color: #3b62ae;
}

.committee-composition-container span.dot3:before {
  color: #ffb33f;
}

.committee-composition-container span.dot4:before {
  color: #898989;
}

.committee-composition-container span.dot5:before {
  color: #a0c878;
}

/* ---------------Ends Committee Composition ---------------- */
/* --------------- Events and Presentation Starts ---------------- */
.events-presentations-container {
  float: left;
  width: 100%;
}

.events-presentations-container .event-date {
  width: 20%;
}

.event-table td {
  vertical-align: top;
}

.webcast-event {
  display: block;
  float: left;
  min-height: 25px;
  padding: 2px 2px 3px 20px;
  clear: left;
  position: relative;
}

a.webcast-event:after {
  font-family: 'icomoon' !important;
  content: '\f1c7';
  position: absolute;
  left: 0px;
  top: 0px;
}

table.upcoming-event-table {
  margin-bottom: 20px;
}

.eventSubitems {
  margin-top: 10px;
}

.eventSubitems a {
  position: relative;
  display: block;
  float: left;
  padding: 2px 0;
}

.eventSubitems .relatedLink {
  padding-bottom: 5px;
}

.event-table strong.title-sub {
  display: block;
}

.event-document:first-child {
  margin-top: 10px;
}

.event-document {
  clear: both;
  display: block;
  float: left;
}

.event-document img {
  padding: 0 4px 0 2px;
  vertical-align: middle;
  display: inline;
}

.event-document a {
  display: block;
  padding: 2px 0;
  float: left;
}

.pdf-size {
  display: block;
  float: left;
  padding: 5px 0 3px 8px;
}

.event-document.event-document-1 a {
  padding: 3px 0 2px;
}

.Outlook-link {
  display: block;
  float: left;
  padding: 2px 0;
}

.Outlook-link img {
  margin-right: 11px;
  vertical-align: middle;
  display: inline;
}

.rad-underline {
  text-decoration: underline;
}

.event-document .media-link {
  font-size: 1.5rem;
  color: #159ee4;
}

.event-document .media-link:hover {
  font-size: 1.5rem;
  color: #159ee4;
}

.relatedDocuments {
  float: left;
  /*margin-bottom: 15px;*/
  /*margin-top: 10px;*/
  width: 100%;
}

/* --------------- Events and Presentation Listing Starts ------------------*/
.listing-events-container h2 {
  margin-bottom: 15px;
  font-size: 1.5em;
}

.upcoming-events-container {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

.related-materials-expand {
  display: none;
  margin-top: 10px;
  float: left;
}

.event-listing-item-container {
  padding: 15px;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #eee;
}

.event-listing-item-container.last {
  margin-bottom: 0px;
}

.upcoming-events-container .outlook-link {
  margin: 0px;
}

.upcoming-events-container .outlook-link img {
  float: left;
  margin-right: 10px;
}

.related-materials-collapsed p:before {
  font-family: 'icomoon' !important;
  content: '\f068';
  cursor: pointer;
  left: 0;
  position: absolute;
}

.related-materials-collapsed.active p:before {
  content: '\f067';
}

.event-listing-item-container .media-link,
.event-listing-item-container .media-link:hover {
  font-size: 1rem;
  color: #159ee4;
}

.events-presentations-container .past-events-container .event-date {
  width: 100%;
}

.related-materials-collapsed {
  float: left;
  width: 100%;
}

.related-materials-collapsed p {
  padding-bottom: 0;
  cursor: pointer;
  display: inline-block;
  padding-left: 25px;
  position: relative;
}

.eventDate {
  width: 25%;
}

.eventData {
  width: 75%;
}

.upcoming-events-container .eventData {
  width: 55%;
}

.eventCalendar {
  width: 20%;
}

/* --------------- Events and Presnetation Listing ------------------*/
/* --------------- Events and Presentation Ends ---------------- */
/* --------------- Calendar Of Events Starts ------------------*/
.latest-webcast-tem {
  margin-bottom: 20px;
}

.webcast-link-container img {
  display: inline-block;
}

.latest-webcast-tem .webcast-subject,
.latest-webcast-tem .webcast-date {
  padding-left: 30px;
}

.financial-calendar-container,
.subscriptionbox {
  float: left;
  margin-top: 15px;
}

.events-item-container,
.formrow {
  margin-bottom: 20px;
}

.formrow label {
  margin-bottom: 10px;
}

.privacytext p {
  padding-bottom: 0px;
}

.supporting-material-item {
  margin-bottom: 10px;
}

.supporting-material-item.last {
  margin-bottom: 0px;
}

.supporting-material-item .doc-pdf-icon {
  float: right;
}

.webcast-link .normal-text-link {
  display: inline-block;
  width: 100%;
}

.calendar-past-event-item {
  float: left;
  width: 100%;
  margin: 20px 0 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}

.calendar-past-event-item.last {
  border-bottom: 0px;
}

.supporting-material-container .material-text {
  float: left;
  width: 20%;
}

.supporting-material-container .material-item {
  float: left;
  width: 80%;
}

.supporting-material-container .material-item a {
  float: right;
}

/* --------------- Calendar Of Events Ends ------------------*/
/* --------------- Listing Page Starts ---------------- */
.list-title {
  float: left;
  width: 89%;
}

.list-document {
  float: left;
  padding: 7px 0;
  width: 11%;
}

.list-document div {
  float: left;
  margin-right: 5px;
}

.list-wrapper ul li.last {
  border-bottom: 4px solid #0380c1;
}

.list-wrapper ul li.first {
  border-top: 4px solid #0380c1;
}

.list-wrapper ul li {
  border-top: 1px solid #adcde4;
  clear: both;
  float: left;
  padding: 0;
  width: 100%;
}

.list-wrapper ul li p {
  line-height: 16px;
  margin: 0;
  padding: 15px 10px 0 0;
}

.noprint {
  font-size: 1rem;
}

.noprint span {
  float: left;
}

.noprint div {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}

.dwd-brief-link {
  margin-top: 5px;
  text-align: left;
}

#twocolright .tabs ul {
  margin: 0;
}

#twocolright .tabs li {
  list-style: none;
}

.tabs .level2 {
  float: left;
  margin-right: 10px;
}

.tabs .level2 a span {
  font-weight: bold;
  display: block;
  background-color: #f1ece2;
  padding: 10px 25px;
  font-size: 1.6rem;
  color: #000;
}

.tabs .current span {
  background-color: #faf8f5;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 25px;
}

.tabs .level2 a {
  font-weight: bold;
  display: block;
  background-color: #f1ece2;
  font-size: 1.6rem;
  color: #000;
}

.tabs ul {
  float: left;
  width: 100%;
}

.newsWrapper {
  margin-top: 0px;
}

.newsWrapper table tr td a {
  font-family: 'Graphik Web' !important;
}

body#ip3-press-releases .newsWrapper [class^='icon-'],
body#ip3-press-releases .newsWrapper [class*=' icon-'],
body#ip3-dividends .distributions-landing [class^='icon-'],
body#ip3-dividends .distributions-landing [class*=' icon-'] {
  font-family: 'apollo-icons' !important;
}

/*.ip3-press-releases.ip3-level4 #contentwrapper {background: #f0f0f1;}*/
.summary-wrap {
  display: inline-block;
  width: 100%;
}

.summary {
  display: inline-block;
  width: 65%;
  background: #f0f0f1;
  padding: 20px 10px 0 20px;
  margin: 10px 0 30px 0;
}

.related {
  display: inline-block;
  width: 34%;
  vertical-align: top;
  padding: 30px 0 0 100px;
}

.related p {
  font-family: 'Graphik SemiBold Web';
  font-size: 2rem;
}

.related .link-wrapper {
  padding-bottom: 10px;
  padding-left: 20px;
}

.related .link-wrapper a:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #008969;
  display: inline-block;
  left: -20px;
  top: 9px;
  border-radius: 100%;
}

/* --------------- Listing Page Ends ---------------- */
/*---------- Table Styling ------------*/
.ip3-edit table {
  table-layout: fixed;
}

table {
  margin-bottom: 30px;
  width: 100%;
}

table tr {
  border-bottom: 1px solid #d6d6d6;
}

table thead th {
  padding: 18px 15px 18px 0px;
  font-family: 'Graphik SemiBold Web';
}

table.prReports thead th {
  padding: 18px 20px 18px 0px;
}

table tr.ignore-header.active {
  border-bottom: 0;
}

table tbody tr:last-child {
  border-bottom: 1px solid #d6d6d6;
}

td,
th {
  padding: 20px 15px 20px 0px;
  color: #000000;
  font-size: 1.5rem;
  vertical-align: top;
  line-height: 2.2rem;
  text-align: left;
}

td.rad-noborder,
tbody th.rad-noborder {
  border-bottom: none;
  padding-bottom: 2px;
}

table.inv-responsive-table {
  width: 100%;
  margin-bottom: 10px;
}

tbody th {
  font-weight: normal;
}

th.cAlign,
td.cAlign {
  text-align: center;
}

th.rAlign,
td.rAlign {
  text-align: right;
  padding-right: 0 !important;
}

td p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.inv-responsive-header-td {
  font-weight: 700;
}

.inv-responsive-data-header {
  width: 30%;
  font-weight: 700;
}

.inv-responsive-data-content {
  width: 70%;
}

.pr-mobi-headers {
  display: none;
}

table.rad-list th a,
table.rad-list td a {
  color: #808080;
}

table.rad-noborder {
  margin-bottom: 0;
}

table.rad-noborder tr,
table.rad-noborder td,
table.rad-noborder th {
  border: none !important;
  padding: 5px 15px 5px 0;
}

table.rad-noborder th {
  font-size: 1.8rem;
  /*letter-spacing: 1.5px;*/
  padding-bottom: 10px;
  font-family: 'Graphik SemiBold Web';
}

/*---------- Table Styling ------------*/
.auto-scroll,
.scroll-table-container {
  overflow: auto;
  width: 100%;
  margin-bottom: 0;
}

.auto-scroll::-webkit-scrollbar,
.scroll-table-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 20px;
  height: 10px;
  background: #e3e3e3;
  border-radius: 5px;
}

.auto-scroll::-webkit-scrollbar-thumb,
.scroll-table-container::-webkit-scrollbar-thumb {
  height: 6px;
  border-radius: 5px;
  border: 2px solid #e3e3e3;
  background-color: #c7c7c7;
}

/*--------------- No JS Banner Start ------------------*/
.nojs .banneritem {
  display: none;
}

.nojs .banneritem.banner1 {
  display: block;
}

.nojs .snapdown-content {
  display: block;
}

.ir-contact-form .form-right textarea {
  border: 1px solid #007d55 !important;
}

/*--------------- No JS Banner End ------------------*/
.ir-contact-form .form-right textarea.errorClass,
.ir-contact-form .form-right input.errorClass {
  border: 1px solid red;
}

#body_0_main_1_ctl06_Submit {
  border: 1px solid #dddddd;
}

/*--------------- PR Start ------------------*/
input.txt-search-pr,
input.btn {
  border: 1px solid #d8d8d8;
  color: #000000;
  display: inline-block;
  font-size: 1.5rem;
  margin-right: 9px;
  padding: 7px 10px;
  vertical-align: top;
  width: 180px;
  border-radius: 0px;
  box-shadow: none;
}

input.btn-pr-search {
  background: #efefef none repeat scroll 0 0;
  border: 1px solid #dddddd;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  float: none;
  font-size: 1.5rem;
  padding: 7px 12px;
  vertical-align: top;
  width: 80px;
  border-radius: 0px;
}

.news-filter {
  margin-left: 10px;
  margin-top: 30px;
  width: 450px;
}

.pr-dropdown {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 215px;
}

.pr-dropdown.finder-dropdown-sort {
  margin-left: 6px;
  width: 170px;
}

a.pr-toggle > span.pr-label:after {
  background-position: -297px -151px;
  height: 11px;
  right: 10px;
  top: 9px;
  width: 18px;
}

a.pr-toggle > span.pr-label {
  border: 1px solid #d8d8d8;
  color: #000000;
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  padding: 6px 40px 6px 6px;
  position: relative;
}

.pr-dropdown .pr-options {
  display: none;
  position: absolute;
  width: 215px;
  z-index: 500;
}

#twocolright .pr-dropdown .pr-options ul {
  background: #003764 none repeat scroll 0 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 5;
}

#twocolright .pr-dropdown .pr-options ul li {
  border-bottom: 1px solid #fff;
  cursor: pointer;
  float: none;
  list-style: outside none none;
  margin: 0 !important;
  padding: 0;
  position: relative;
}

#twocolright .pr-dropdown .pr-options ul li a {
  color: #fff;
  display: block;
  font-size: 1.5rem;
  margin-right: 0;
  padding: 10px;
}

.pr-toggle .icofont:after {
  content: '\e906';
}

.open .pr-toggle .icofont:after {
  font-family: icomoon;
  content: '\e909';
}

.icofont {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font: normal normal normal 14px/1 icomoon;
}

a.pdf-swap span.icon-file-pdf {
  font-size: 2.2rem;
}

/*.pr-filter-dropdown.dk_open .dk_options {display: block;}*/
.pr-dropdown.finder-dropdown-sort .pr-options {
  width: 170px;
}

.press-text-filter {
  margin-top: 30px;
  width: 275px;
}

.pr-toggle .icofont {
  font-family: 'icomoon' !important;
  color: #000000;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}

.press-releases-container #loadmore {
  margin-top: 20px;
}

.press-releases-container #loadmore a {
  background-color: #f1ece2;
  color: #000;
  cursor: pointer;
  display: block;
  line-height: 23px;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}

table.rad-financialtable tbody tr td.rad-right,
table.rad-financialtable thead tr th.rad-right {
  text-align: right;
}

table.rad-financialtable tr th.rad-right {
  text-align: right;
}

#twocolright .press-release-pagination-container {
}

#twocolright .press-release-pagination-container ul {
}

#twocolright .press-release-pagination-container ul li {
  float: left;
  list-style: none;
}

#twocolright .press-release-pagination-container ul li.prev {
}

#twocolright .press-release-pagination-container ul li.next {
}

#twocolright .press-release-pagination-container ul li.prev a {
}

#twocolright .press-release-pagination-container ul li.next a {
}

#twocolright .press-release-pagination-container ul li a {
  display: block;
  padding: 0 5px;
}

#twocolright .press-release-pagination-container ul li strong {
  padding: 0 5px;
}

/*--------------- PR End ------------------*/
/*--------------- non js navigation <strat>------------------*/
.nonjs-navigation {
  display: none;
}

#Homepage.nojs .nonjs-navigation {
  display: block;
  float: left;
  margin-top: 2px;
  width: 100%;
}

.nojs #bannerwrapper,
#mob-bannerwrapper.home-slider .sliderbanner {
  visibility: visible;
}

.nojs .related-materials-collapsed p::before {
  content: '';
  margin-right: 0px;
}

.nojs .related-materials-expand {
  display: block;
}

/*--------------- non js navigation <end>------------------*/
/*--------------- link to top starts ---------------*/
#auto-top-link {
  border: 1px solid #008969;
}

/*--------------- link to top ends ---------------*/
.module-landing .container-bg:before {
  position: absolute;
  content: '';
  top: -40px;
  left: -30px;
  right: -30px;
  bottom: -40px;
  margin: auto;
  background: #fff;
  z-index: -1;
}

.module-landing.padding-bottom-0 .container-bg:before {
  bottom: 0;
}

.module-landing.padding-top-0 .container-bg:before {
  top: 0;
}

#contentwrapper.ss-page .module-landing .container-bg::before {
  display: none;
}

span.rad-quote {
  font-style: italic;
  margin: 30px 0 0;
  display: block;
}

span.rad-thick {
  font-family: 'Graphik SemiBold Web';
}

#ip3-error-page .static-nav-wrapper {
  display: none;
}

.static-nav-wrapper {
  background: #0f3223;
  padding: 10px 0;
}

.static-nav-wrapper ul {
  margin: 0;
}

.static-nav-wrapper ul li {
  float: left;
  padding: 0 14px 0 0;
}

.static-nav-wrapper ul li a:hover {
  text-decoration: none;
}

.static-nav-wrapper ul li span {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #fff;
  display: inline-block;
  position: relative;
}

.static-nav-wrapper ul li.selected span:after,
.static-nav-wrapper ul li.current span:after {
  content: '';
  position: absolute;
  bottom: 2px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #fff;
  left: 0;
}

.static-nav-wrapper ul li span:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background: #fff;
  visibility: hidden;
  border-radius: 5px;
}

.static-nav-wrapper ul li a:hover span:before {
  visibility: visible;
}

.static-nav-wrapper ul li.selected span:before,
.static-nav-wrapper ul li.current span:before {
  display: none !important;
}

.externalWrap {
  padding-bottom: 25px;
  padding-top: 25px;
}

.externalWrap .external-page-heading {
  padding-top: 12px;
}

.nojs .topnavigation {
  display: block !important;
}

#headerwrapper > .container-fluid {
  min-height: 45.5px;
}

#auto-top-link {
  background: url('/content/dam/microsites/elianttrade/icons/topofpage');
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center center;
  width: 43px;
  display: none;
  /*display:none !important;*/
}

.width70 .intro-text-content {
  max-width: 920px;
}

.button.email-alerts-btn:hover {
  background: #0f3223;
}

#footer-mob-menu {
  display: none;
}

.mob-positions-filter-item,
.history-mob-title,
.year-content.mob-right-history {
  display: none;
}

.copyright p {
  float: left;
  padding-right: 5px;
  padding-bottom: 0;
}

/*-------------------Media Starts----------*/
.media-landing .video-title {
  font-size: 1.8rem;
  line-height: 24px;
  font-family: 'Graphik SemiBold Web';
  padding: 0;
}

.media-landing .media-pr-item {
  border-bottom: 1px solid #939597;
  padding-bottom: 30px;
}

.media-landing .media-pr-item .pr-doc .pdf-swap {
  font-size: 1.4rem;
}

.media-landing .video-title > a {
  color: #000;
}

.media-landing .video-text {
  font-size: 1.5rem;
  line-height: 2.2rem;
}

.media-date {
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding-top: 20px;
}

.media-landing .video-player {
  padding-top: 1px;
  width: 44%;
  float: left;
}

.media-landing .video-player.leftSideVideo {
  padding-right: 12px;
}

.media-landing .video-player.rightSideVideo {
  padding-left: 12px;
}

.media-landing .videoWrap {
  padding-top: 0;
  padding-bottom: 40px;
}

.media-landing .video-content {
  width: 56%;
  float: left;
}

.media-landing .video-content.rightSideContent {
  padding-left: 16px;
}

.media-landing .video-content.leftSideContent {
  padding-right: 16px;
}

.media-title {
  font-size: 2.6rem;
  line-height: 34px;
  padding-bottom: 5px;
  float: left;
  width: 100%;
}

.media-landing.module-landing {
  padding-top: 0;
}

.media {
  padding-top: 40px;
}

.media h2.media-title {
  margin-bottom: 30px;
}

.media h2.media-title:after {
  bottom: -5px;
}

.media-landing .video-text {
  margin-top: 20px;
  width: 100%;
}

.media-landing .video-text > span:last-child {
  border-right: 0;
}

/*.media-landing .video-popup-link::after{top: 13px; right: 10px; font-size: 50px; line-height: 50px;}*/
.media-snapdown-link::after {
  content: ' ';
  position: absolute;
  display: block;
  background-color: #008969;
  height: 12px;
  margin-top: -5px;
  top: 50%;
  top: calc(50% - 1px);
  right: 5px;
  width: 2px;
}

.media-snapdown-link::before {
  content: ' ';
  position: absolute;
  display: block;
  background-color: #008969;
  width: 12px;
  margin-left: -5px;
  right: 0px;
  top: 50%;
  top: calc(50% - 1px);
  height: 2px;
}

.media-snapdown-link {
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  padding-right: 20px;
}

.media-loadmore.profiles-loadmore {
  text-align: left;
}

.media-landing {
  margin-bottom: 44px;
}

.media-pr-section.media-landing {
  margin-bottom: 0px;
}

.media-pr-section.media-landing .snapdown-link {
  margin-bottom: 5px;
}

.media-pr-section.media-landing .pr-section-bottom-content {
  margin-bottom: 12px;
}

.media-pr-section.media-landing .pr-section-bottom-content > p {
  padding-bottom: 12px;
}

.rightcol-title {
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-family: 'Graphik SemiBold Web';
  padding: 5px 0 20px;
  border-top: 1px solid #008969;
  margin-top: 35px;
}

.rightcol-title:first-child {
  margin-top: 0;
}

.rightcol-content {
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding-bottom: 22px;
}

.rightcol-content p {
  padding-bottom: 0;
}

.rightcol-content strong {
  font-family: 'Graphik SemiBold Web';
}

.rightcol-content a {
  color: #808080;
}

.rigthCol {
  margin-top: 45px;
}

.media .rigthCol {
  margin-top: 70px;
}

.media-landing .video-player {
  overflow: hidden;
}

.media-landing .video-player img {
  padding-top: 3px;
  transition: all ease 0.5s;
}

.media-landing .video-player:hover img {
  transform: scale(1.1);
}

.media-landing .video-player:focus img {
  background-color: #fff;
  opacity: 0.75;
}

/*---------------------Media Ends------------------*/
/*Content with signpost*/
.contentWithSignpost .content-signpost-wrapper.border-bottom {
  padding-bottom: 30px;
}

.contentWithSignpost .content-signpost-wrapper > h2 {
  padding-bottom: 10px;
}

.contentWithSignpost .intro-text {
  padding-top: 18px;
}

.contentWithSignpost .intro-text p {
  font-size: 2.6rem;
  line-height: 3.4rem;
  letter-spacing: -0.39px;
  font-family: 'adobe-garamond-pro';
}

.contentWithSignpost .content-text p {
  padding-bottom: 18px;
}

.contentWithSignpost .content-text ul {
  margin: 0;
}

.contentWithSignpost .content-text ul li {
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding-bottom: 10px;
}

#contentwrapper .contentWithSignpost .content-text ul li:before {
  font-size: 1rem;
  left: -9px;
  top: 0;
  color: #008969;
}

.contentWithSignpost .signpost-img {
  padding: 23px 0 5px;
}

.contentWithSignpost .signpost-subtitle ~ .signpost-img {
  padding: 13px 0 9px;
}

.contentWithSignpost .signpost-text {
  font-size: 1.5rem;
  line-height: 2.2rem;
}

.contentWithSignpost .signpost-text .rad-notes {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #888888;
}

.contentWithSignpost .signpost-title {
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-family: 'Graphik SemiBold Web';
  padding-bottom: 0;
  padding-top: 5px;
}

.contentWithSignpost .signpost-subtitle {
  font-size: 1.2rem;
  line-height: 15px;
  padding-bottom: 0;
}

/*content with keyfact*/
.contentWithKeyfact {
  padding: 60px 0 50px;
}

.contentWithKeyfact h2 {
  line-height: 28px;
}

.keyfact-wrapper {
  margin-bottom: 20px;
  float: left;
}

.content-signpost-wrapper .rad-notes.footnote-text {
  display: inline-block;
}

.content-signpost-wrapper .rad-notes.footnote-text p {
  padding-bottom: 5px;
}

.contentWithKeyfact .content-text {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #000;
  padding-top: 15px;
}

.contentWithKeyfact .content-text p {
  padding-bottom: 10px;
}

.right-title {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #000;
  font-family: 'Graphik SemiBold Web';
  padding-bottom: 0;
}

.img-bx {
  position: relative;
  margin: 30px 0;
  margin-top: 20px;
}

.img-bx img {
  border-top: 6px solid #07a979;
}

.content-text-img {
  position: absolute;
  top: 35px;
  right: 50px;
  max-width: 510px;
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: #fdb913;
  font-family: 'Graphik SemiBold Web';
}

.img-bx-mobile {
  display: none;
}

.content-value {
  width: 100%;
  padding-top: 24px;
}

.content-value .key-before {
  font-size: 8.91rem;
  display: inline-block;
  vertical-align: top;
  font-family: 'Graphik Light Web';
  line-height: normal;
  padding-top: 18px;
}

.content-value .value {
  font-size: 12.4rem;
  font-family: 'Graphik Light Web';
  line-height: normal;
}

.portfolio-highlight-signpost-wrapper span.key-after {
  font-size: 9rem;
}

.content-value .keyfact-text {
  font-size: 2.4rem !important;
  line-height: 3.6rem !important;
  font-family: 'Graphik SemiBold Web';
  max-width: 74%;
}

.content-value .portfolio-signpost,
.content-value .keyfact-data {
  margin-bottom: 0 !important;
  /*display: flex;*/
}

.content-value.split-view .value,
.content-value.split-view .keyfact-text {
  display: inline-block;
}

.content-value.split-view .keyfact-text {
  width: 35%;
  padding-left: 35px;
  padding-top: 20px;
}

.content-value .portfolio-signpost:before {
  position: absolute;
  top: 8px;
  left: 0;
  transition: all ease-in-out 3s;
  background: none repeat scroll 0 0 #007d55;
  content: '';
  display: block;
  height: 1px;
  width: 0;
}

.content-value .portfolio-signpost.animated:before {
  width: 100%;
  max-width: 365px;
}

.content-value.split-view .portfolio-signpost:before {
  background: none repeat scroll 0 0 #429bd5;
  transition: all ease-in-out 3s;
}

.content-value.split-view .portfolio-signpost.animated:before {
  max-width: 680px;
}

.keyfact-wrapper .keyfact-items {
  margin-bottom: 40px;
  position: relative;
}

.keyfact-wrapper .keyfact-items:last-child {
  margin-bottom: 10px;
}

.keyfact-wrapper .keyfact-items .keyfact-data {
  font-size: 9.6rem;
  line-height: 9.6rem;
  font-family: 'Graphik Light Web';
}

.keyfact-wrapper .keyfact-items .keyfact-text {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-family: 'Graphik SemiBold Web';
}

.keyfact-wrapper .keyfact-items .keyfact-data .postval {
  font-size: 5.6rem;
}

.keyfact-wrapper .keyfact-items .keyfact-data .preval {
  font-size: 6rem;
  vertical-align: top;
  display: inline-block;
  margin-top: -8px;
}

.keyfact-wrapper .keyfact-items:after {
  background: #939597;
  position: absolute;
  height: 1px;
  width: 136px;
  content: '';
  bottom: -20px;
}

.keyfact-wrapper .keyfact-items:last-child:after {
  background: none;
}

.content-value.split-view .portfolio-signpost.animated {
  animation-delay: 3s;
}

/*quote with image*/
.quoteWithImage.module-landing {
  padding: 45px 0;
}

.quoteWithImage.module-landing.padding-top-0 {
  padding-top: 0;
}

.quoteWithImage.module-landing.padding-bottom-0 {
  padding-bottom: 0;
}

.quoteWithImage .quote-content-wrapper.border-bottom {
  padding-bottom: 60px;
}

.quoteWithImage .quote-content-wrap {
  position: relative;
  margin-top: -8px;
}

.quoteWithImage .quote-text {
  font-size: 3.5rem;
  line-height: 4.5rem;
  letter-spacing: -0.7px;
  font-family: 'adobe-garamond-pro';
  font-style: italic;
  padding-bottom: 15px;
}

.quoteWithImage .member-name {
  font-size: 1.5rem;
  font-family: 'Graphik SemiBold Web';
  line-height: 2.2rem;
  padding-bottom: 0;
}

.quoteWithImage .member-designation {
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding-bottom: 0;
}

.quoteWithImage .quote-text:before {
  content: '“';
  position: absolute;
  left: -15px;
}

.quoteWithImage .quote-text:after {
  content: '”';
  position: absolute;
}

/*Three column content*/
.threeColSignpostWrapper .three-col-signpost-item {
  margin-bottom: 30px;
}

.threeColSignpostWrapper .three-col-signpost-item .signpost-heading {
  font-size: 2.6rem;
  line-height: 3.4rem;
  padding-bottom: 10px;
  font-family: 'adobe-garamond-pro';
  letter-spacing: -0.25px;
}

.threeColSignpostWrapper .three-col-signpost-item .signpost-image {
  margin-bottom: 5px;
}

.threeColSignpostWrapper .footnote-content {
  padding-top: 102px;
  color: #999999;
}

.threeColSignpostWrapper .footnote-content strong {
  color: #000000;
}

/*location module*/
.locationItemWrapper > h2 {
  margin-bottom: 20px;
  padding-bottom: 12px;
}

.locationItemWrapper .locationItem {
  border-top: 1px solid #008969;
  margin-top: 4px;
  padding-top: 2px;
  padding-bottom: 0;
}

.locationItemWrapper .locationItem > h3 {
  padding-top: 0;
  padding-bottom: 20px;
}

.loc-address {
  font-size: 1.5rem;
  line-height: 2.2rem;
  width: 25%;
  float: left;
  padding: 0 15px;
}

.loc-address.padding-right-0 {
  padding-right: 0;
}

.loc-address .loc-address-title {
  font-family: 'Graphik SemiBold Web';
  min-height: 47px;
}

.loc-address .loc-address-title > p {
  padding: 5px 0 20px;
}

.loc-address .loc-address-text {
  margin-bottom: 8px;
}

.location-item-inner-wrapper {
  margin: 0 -15px;
}

.location-item-inner-wrapper:after {
  clear: left;
  display: block;
  content: '';
}

.locationModule .locationItem h3:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 96px;
  background: #939597;
  bottom: 10px;
  left: 0;
}

/*inquiry module*/
.inquiryItemWrapper .inquiries-container:after {
  clear: both;
  display: block;
  content: '';
}

.inquiryItemWrapper > h2 {
  margin-bottom: 5px;
}

.inquiryItemWrapper .inquiryItem {
  border-top: 1px solid #939597;
  padding-top: 2px;
}

.inquiryItemWrapper .inquiryItem > h3 {
  padding-top: 0;
  padding-bottom: 20px;
}

.inquiryItemWrapper .inquiryItem.no-border {
  border-top: none medium;
}

.inquiryItem.full-width {
  border-top: none;
}

.inquiryItem.full-width h3:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 96px;
  background: rgb(147, 149, 151);
  bottom: 10px;
  left: 0px;
}

.inquiry-item-inner-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 10px;
}

.inquiry-item-inner-wrapper:after {
  clear: both;
  display: block;
  content: '';
}

.inquiry-address {
  font-size: 1.5rem;
  line-height: 2.2rem;
  width: 50%;
  float: left;
  padding: 0px 15px 20px;
}

.inquiry-address p {
  padding-bottom: 21px;
}

.inquiry-address a[href^='mailto'] {
  color: #008969;
  font-family: 'Graphik SemiBold Web';
}

.inquiry-address .inquiry-address-title {
  font-family: 'Graphik SemiBold Web';
}

.inquiry-address a[href^='mailto']:focus {
  color: #005d47;
}

.inquiryItemWrapper .inquiryItem.full-width .inquiry-address {
  width: 25%;
}

.inquiryItemWrapper .inquiryItem:not(.full-width) .inquiry-address:nth-child(2n + 1) {
  clear: left;
}

.ss-page .inquiry-address {
  width: 100%;
}

.highcharts-label-box.highcharts-tooltip-box {
  fill: rgba(1, 26, 49, 0.9);
  color: #fff;
}

.highcharts-label-box.highcharts-tooltip-box ~ text {
  color: #fff !important;
  fill: #fff !important;
}

/* Distributions Module starts */
.qualified-notice,
.distributions-landing td.align-right,
.distributions-landing th.align-right {
  padding-right: 0;
}

.distributions-landing td.align-right a {
  float: right;
}

.distributions-landing .small-font {
  font-family: 'Graphik SemiBold Web';
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding-bottom: 13px;
}

.distributions-chart .highcharts-xaxis-labels text:nth-last-child(1),
.distributions-chart .highcharts-xaxis-labels text:nth-last-child(2),
.distributions-chart .highcharts-xaxis-labels text:nth-last-child(3) {
  font-weight: 700 !important;
}

.highcharts-column-series.highcharts-data-labels g:nth-last-child(1) text,
.highcharts-column-series.highcharts-data-labels g:nth-last-child(2) text,
.highcharts-column-series.highcharts-data-labels g:nth-last-child(3) text {
  font-weight: 700 !important;
}

.distributions-chart-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.distributions-chart-wrapper .distribution_chart_wrap {
  width: 25%;
  float: left;
}

.distributions-chart-wrapper .distribution_chart_wrap > table {
  display: none;
}

.nojs .distributions-chart-wrapper .distribution_chart_wrap > table {
  display: block;
}

.distribution_chart_inner {
  position: relative;
  margin-bottom: 70px;
  padding-top: 40px;
  border-bottom: 1px solid #898989;
}

.distribution_chart_inner {
  content: '';
  display: block;
  clear: both;
}

.distribution_chart_inner .bar-item {
  text-align: center;
  position: relative;
  bottom: -7px;
  display: inline-block;
  height: 250px;
  font-size: 1.5rem;
  line-height: 22px;
}

.distribution_chart_inner .bar-item .bar_label {
  position: absolute;
  top: 250px;
  width: 100%;
  display: inline-block;
  left: 0;
  padding: 10px 0 0;
  color: #000;
}

.distribution_chart_inner .bar-item .bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}

.distribution_chart_inner .bar-item .bar_value {
  position: absolute;
  top: -30px;
  width: 100%;
  right: 0;
}

.distribution_chart_inner .bar-item:not(.last) .bar_value {
  color: #000;
}

.distribution_chart_inner .bar-item.last {
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-family: 'Graphik SemiBold Web';
}

.distribution_chart_inner .bar-item {
  height: 250px !important;
  width: 20% !important;
  max-width: none !important;
}

.distribution_chart_inner .bar-item .bar_label {
  top: auto !important;
  bottom: -30px !important;
  height: 30px;
}

.distributions-chart-wrapper.animated {
  margin-top: 40px;
}

.distributions-chart-wrapper.hide-distributions-highchart.animated {
  display: none;
}

.mob-distribution-table {
  display: none !important;
}

table.distributions-table.dataTable tr td:not(.document-links) {
  line-height: 27px;
}

table.distributions-table.dataTable tr td.document-links.rAlign {
  line-height: 15px;
}

.distribution-table-wrap table tr.even {
  background: #f0f0f1;
}

/*.distribution-table-wrap table tr.odd {background: #fff;}*/
.dataTables_wrapper thead th:first-child,
.dataTables_wrapper tbody td:first-child {
  /*padding-left: 5px;*/
  padding-left: 10px;
}

.dataTables_wrapper thead th {
  padding-left: 10px !important;
}

.dataTables_wrapper thead th:last-child,
.dataTables_wrapper tbody td:last-child {
  padding-right: 2px !important;
}

/* Distributions Module ends */
.committee-composition-table tbody tr:last-child {
  border: none;
}

.secondary-content p {
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding-bottom: 21px;
}

.secondary-content .footnote-content p {
  font-size: 1.3rem;
  line-height: 15px;
  color: #333;
  padding-bottom: 43px;
}

.secondary-content .footnote-content {
  margin-top: 10px;
}

.committee-composition-container table.inv-responsive-table:last-child {
  border: none !important;
}

.searchresultpage td p {
  padding: 0 0 20px;
  word-break: normal;
  word-wrap: normal;
}

#sliderBannerWrapper {
  position: relative;
}

#sliderBannerWrapper > .sliderInnerWrapper > .banner-slide-item {
  display: none;
}

#sliderBannerWrapper > .sliderInnerWrapper > .banner-slide-item:first-child {
  display: block;
}

#sliderBannerWrapper .stickyContent {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
}

.nojs #sliderBannerWrapper .stickyContent {
  position: relative;
  background: #0f3223;
}

.hideBannerContent .sliderInnerWrapper .banner-content {
  display: none !important;
}

/*footer patch*/
#footer-nav-nav-media-level1 {
  position: relative;
  margin-left: -64px;
}

.singleColWrapper {
  padding-bottom: 11px;
}

#our-history .half-content-wrapper {
  margin-top: 0;
}

.rad-small {
  font-size: 1.5rem;
  line-height: 2.2rem;
}

img.rad-center {
  display: block;
  margin: 6px auto 18px !important;
  text-align: center;
}

/* Alert */
#alertWrapper {
  display: block;
  position: fixed;
  top: 149px;
  z-index: -1;
  width: 100%;
  height: auto;
  background-image: linear-gradient(to bottom, #1b7445, #004c24 100%);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.15px;
  line-height: 2.2rem;
  overflow: hidden;
  left: 0;
}

#alertWrapper .alert_inner {
  max-width: 1140px;
  display: block;
  margin: 0 auto;
  padding: 8px 100px 12px 50px;
  color: #fff;
  position: relative;
}

#alertWrapper .alert_inner:before {
  background: url('/content/dam/microsites/elianttrade/icons/alert-icon.svg') no-repeat;
  content: '';
  height: 24px;
  width: 24px;
  left: 10px;
  top: 18px;
  position: absolute;
}

#alertWrapper .alert_inner > p {
  padding: 0;
}

#alertWrapper .alert_inner > p > a {
  font-family: 'Graphik SemiBold Web';
  color: #fff;
}

#alertWrapper #alert-agree {
  margin-top: 0;
  padding: 0;
  background: url('/content/dam/microsites/elianttrade/icons/close-icon.svg') no-repeat;
  display: inline-block;
  border: none;
  position: absolute;
  right: 15px;
  top: 14px;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
}

#alertWrapper #alert-agree:hover,
#alertWrapper #alert-agree:focus {
  background: url('/content/dam/microsites/elianttrade/icons/close-icon-hover.svg') no-repeat;
}

/* Alert */
.mfp-close:active {
  top: 13px;
}

#_cookieConsentWrapper {
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 9;
  width: 100%;
  background: rgba(85, 88, 90, 0.9);
}

#_cookieConsentWrapper .cookie_inner {
  max-width: 1140px;
  display: block;
  margin: 0 auto;
  padding: 17px 15px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.2rem;
  letter-spacing: 0.15px;
}

#_cookieConsentWrapper .cookie_inner > p {
  padding: 0;
  max-width: 825px;
  display: inline-block;
}

#_cookieConsentWrapper .cookie_inner > p a {
  font-family: 'Graphik SemiBold Web';
  color: #fff;
}

#_cookieConsentWrapper #cookie-agree {
  margin-top: 0;
  padding: 20px 50px;
  background: #f2f2f3;
  color: #395878;
  display: inline-block;
  font-size: 1.4rem;
  border: none medium;
  line-height: normal;
  font-family: 'Graphik SemiBold Web';
  margin-left: 115px;
}

#_cookieConsentWrapper #cookie-agree:hover {
  background-color: #395878;
  color: #fff;
}

#_cookieConsentWrapper #cookie-agree:focus {
  background-color: #395878;
  color: #fff;
}

.visible-mobile {
  display: none;
}

#ip3-european-overview h2.introWrap-title {
  max-width: 635px;
}

/*meet apollo team*/
.meet-team-item {
  padding-top: 12px;
  padding-bottom: 10px;
}

.meet-team-item .meet-team-content {
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding: 5px 0 0;
}

.meet-team-item .meet-team-content span.rad-quote {
  margin: 0;
}

.meet-team-item .meet-team-content p.career-quote > span {
  font-style: italic;
}

.meet-team-item .meet-team-content .meet-team-title {
  font-family: 'Graphik SemiBold Web';
}

.meet-team-item .meet-team-bottom {
  position: relative;
  top: -6px;
}

.meet-team-item .meet-team-subtitle {
  padding-left: 5px;
}

.meet-team-item .meet-video-link {
  display: block;
  position: relative;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}

.meet-team-item .meet-video-link:after {
  content: '\e936';
  font-family: 'apollo-icons';
  font-size: 5rem;
  line-height: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  opacity: 1;
  display: inline-block;
  float: left;
  font-weight: 300;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.33);
}

.meet-team-item img {
  width: 100%;
  height: auto;
}

.meet-team-item .meet-video-link:hover,
.meet-team-item .meet-video-link:focus {
  text-decoration: none !important;
}

/*animated Graph*/
table.table-animate {
  display: none;
}

.nojs table.table-animate {
  display: block;
}

.animated_graph_inner {
  position: relative;
  margin-bottom: 80px;
  padding-top: 50px;
  text-align: center;
}

.animated_graph_inner {
  content: '';
  display: block;
  clear: both;
}

.animated_graph_inner .bar-item {
  position: relative;
  bottom: -5px;
  display: inline-block;
  height: 250px;
}

.animated_graph_inner .bar-item:nth-child(2) .bar_value {
  width: 87px;
}

.animated_graph_inner .bar-item.last {
  margin-left: 6px;
}

.animated_graph_inner .bar-item.last:before {
  content: '';
  position: absolute;
  background: #505055;
  height: 1px;
  width: 8px;
  left: -7px;
  top: auto;
  bottom: -1px;
}

.animated_graph_inner .bar-item .bar_label {
  position: absolute;
  top: 250px;
  width: 100%;
  display: inline-block;
  left: 0;
  padding: 7px 15px 0;
  color: #000;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: 'Graphik SemiBold Web';
  border-top: 1px solid #505050;
}

.animated_graph_inner .bar-item .bar {
  position: absolute;
  bottom: 0;
  width: 50%;
  right: 0;
  border-left: 4px solid transparent;
  border-right: 0px solid transparent;
}

.animated_graph_inner .bar-item .bar:before {
  position: absolute;
  content: '';
  display: block;
  width: 200%;
  right: 0;
  bottom: -1px;
  height: 1px;
  background-color: #505055;
}

.animated_graph_inner .bar-item.first .bar:before,
.animated_graph_inner .bar-item.last .bar:before {
  display: none;
}

.animated_graph_inner .bar-item.first .bar,
.animated_graph_inner .bar-item.last .bar {
  width: 100%;
}

.animated_graph_inner .bar-item.first .bar_label,
.animated_graph_inner .bar-item.last .bar_label {
  color: inherit;
  font-size: 1.8rem;
  color: #000;
  font-family: 'Graphik SemiBold Web';
  border-top: 1px solid #505050;
}

.animated_graph_inner .bar-item .bar_value {
  position: absolute;
  top: -45px;
  width: 100%;
  right: 0;
  /*font-family: 'Oswald', sans-serif;*/
  font-weight: normal;
  font-size: 2.5rem;
  line-height: normal;
  color: #231f20 !important;
}

.animated_graph_inner .bar-item .bar_value .prefix_text {
  font-size: 1.8rem;
  line-height: normal;
  display: inline-block;
  vertical-align: top;
  padding-top: 4px;
}

.animated_graph_inner .bar-item.first .bar_value,
.animated_graph_inner .bar-item.last .bar_value {
  font-size: 3.5rem;
  line-height: normal;
  top: -54px;
  color: #231f20 !important;
  font-family: 'Graphik Web';
}

.animated_graph_inner .bar-item.first .bar_value .prefix_text,
.animated_graph_inner .bar-item.last .bar_value .prefix_text {
  font-size: 2.5rem;
  line-height: normal;
  vertical-align: top;
  padding-top: 5px;
  display: inline-block;
}

#apollo-assets-under-management .content-wrapper .content {
  width: 100%;
}

#apollo-assets-under-management .content-wrapper .content p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

#apollo-assets-under-management .rad-notes {
  font-size: 1.2rem;
  line-height: 20px;
  color: #231f20;
  letter-spacing: 0.01px;
}

@keyframes animateGraph {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes mobAnimateGraph {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes animateGraphLabel {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.distribution_chart_inner .bar-item.animated .bar,
.animated_graph_inner .bar-item.animated .bar {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: animateGraph;
  animation-name: animateGraph;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
}

.mob-animated_graph_inner .bar-item.animated .bar {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: mobAnimateGraph;
  animation-name: mobAnimateGraph;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
}

.distribution_chart_inner .bar-item.animated .bar_label,
.animated_graph_inner .bar-item.animated .bar_label,
.mob-animated_graph_inner .bar-item.animated .bar_label {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: animateGraphLabel;
  animation-name: animateGraphLabel;
}

.distribution_chart_inner .bar-item:not(.animated),
.animated_graph_inner .bar-item:not(.animated),
.mob-animated_graph_inner .bar-item:not(.animated) {
  visibility: hidden;
}

.animated_graph_wrap .mob-animated_graph_inner {
  display: none;
  margin-bottom: 40px;
}

.mob-animated_graph_inner .bar-item {
  width: 100%;
  position: relative;
}

.mob-animated_graph_inner .bar-item .bar_label_wrapper {
  width: 32%;
  display: table;
  /*height: 70px;*/
  height: 55px;
  border-right: 1px solid #898989;
}

.mob-animated_graph_inner .bar-item.first .bar_label_wrapper {
  height: 66px;
}

.mob-animated_graph_inner .bar-item.last .bar_label_wrapper {
  height: 75px;
}

.mob-animated_graph_inner .bar-item .bar_label {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #000;
  display: table-cell;
  vertical-align: middle;
  padding: 5px 5px 5px 0;
  font-family: 'Graphik Web';
}

.mob-animated_graph_inner .bar-item.first .bar_label,
.mob-animated_graph_inner .bar-item.last .bar_label {
  font-size: 14;
  line-height: 18px;
  color: inherit;
}

.mob-animated_graph_inner .bar-item .bar {
  height: 30px;
  width: 68%;
  position: absolute;
  left: 32%;
  top: 30px;
}

.mob-animated_graph_inner .bar-item .bar:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 50px;
  left: -1px;
  bottom: 0;
  background-color: #505055;
}

.mob-animated_graph_inner .bar-item .bar_value {
  font-size: 2rem;
  line-height: normal;
  font-family: 'Graphik Web';
  position: absolute;
  left: 100%;
  padding-left: 10px;
  color: #231f20;
}

.mob-animated_graph_inner .bar-item .bar_value .prefix_text {
  font-size: 1.6rem;
  line-height: normal;
}

.mob-animated_graph_inner .bar-item.first .bar {
  height: 70px;
  top: 0;
}

.mob-animated_graph_inner .bar-item.last .bar {
  height: 70px;
  top: 10px;
}

.mob-animated_graph_inner .bar-item.first .bar:before,
.mob-animated_graph_inner .bar-item.last .bar:before {
  display: none;
}

.mob-animated_graph_inner .bar-item.first .bar_value,
.mob-animated_graph_inner .bar-item.last .bar_value {
  font-size: 2.8rem;
  line-height: normal;
  font-family: 'Graphik Web';
  color: #231f20;
  padding-top: 12px;
}

.mob-animated_graph_inner .bar-item.first .bar_value .prefix_text,
.mob-animated_graph_inner .bar-item.lsat .bar_value .prefix_text {
  font-size: 1.8rem;
  line-height: normal;
  color: #231f20;
}

.ip3-shareholders #MainWrapper {
  margin-top: 130px;
}

.blankcol {
  visibility: hidden;
  display: none;
}

#mission-statement ul li {
  font-size: 1.5rem;
}

.right-logos img {
  margin-bottom: 20px;
}

a.bio-popup-link {
  font-size: 2.5rem;
}

a.profile-interview-link:hover,
a.bio-popup-link:hover,
a.profile-interview-link:focus,
a.bio-popup-link:focus {
  text-decoration: none;
}

.ip3-edit #headerwrapper {
  position: relative !important;
}

.ip3-edit #MainWrapper {
  margin-top: 0 !important;
}

.ip3-preview #headerwrapper {
  position: relative;
}

.ip3-preview #MainWrapper {
  margin-top: 0;
}

body#ip3-careers #your-experience-at-apollo .half-content-wrapper a.search-opportunities {
  border: 1px solid #008969;
  padding: 10px;
  color: #008969;
  text-decoration: none;
}

body#ip3-careers #your-experience-at-apollo .half-content-wrapper a.search-opportunities:hover {
  background-color: #008969;
  color: #ffffff;
}

.top-links .rad-loginBtnChild {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 155px;
  border: 1px solid #395878;
  margin: 5px 0 0 0;
  padding: 10px 0px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}

.top-links .rad-loginBtnChild a {
  background-color: #fff;
  border: none !important;
  padding: 6px 8px;
  width: 100%;
  text-align: left;
}

.top-links .rad-loginBtnChild li {
  padding: 0;
}

.top-links .rad-loginBtnChild a:hover,
.top-links .rad-loginBtnChild a:focus,
.top-links .rad-loginBtnChild a:active {
  background-color: #395878;
  color: #fff;
}

.white-popup ul li:before {
  content: '\25CF';
  display: block;
  font-size: 1rem;
  left: -9px;
  top: 0px;
  position: absolute;
  color: #008969;
}

span.ae-author {
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-style: italic;
}

@media all and (max-width: 1024px) {
  .static-nav-wrapper ul li {
    padding: 0 7px 0 0 !important;
  }
}

body#ip3-responsibility #esg h2 {
  font-size: 3.5rem;
}

@media all and (max-width: 767px) {
  body#ip3-responsibility #esg .leftImage {
    margin-bottom: 15px;
  }
}

#DisclaimerMainContainer {
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px 15px;
}

input#DisclaimerAcceptButton,
#DisclaimerDeclineButton {
  border: 1px solid #007d55;
  padding: 0px 7px;
  color: #007d55;
  font-size: 1.4rem;
  background: transparent;
}

input#DisclaimerAcceptButton:hover,
#DisclaimerDeclineButton:hover {
  background-color: #007d55;
  color: #fff;
  font-size: 1.4rem;
}

input#DisclaimerAcceptButton {
  margin-right: 10px;
}

#ip3-ukpossible-offer-disclaimer-agree #contentwrapper {
  max-height: 150px !important;
}

#DisclaimerTitleContainer {
  font-size: 3.5rem;
  line-height: 45px;
  margin: 20px 0px;
  letter-spacing: -0.4px;
  padding-bottom: 0;
}

/* Start - Highchart - Pie chart with popup styling */
.chart-wrapper {
  position: relative;
}

.chart-wrapper p span.rad-notes {
  padding-bottom: 0;
}

.chart-wrapper p.rad-notes-parent {
  padding-bottom: 0;
}

.donutChartWrap {
  /*padding-top: 10px; padding-bottom:50px;*/
  padding-top: 20px;
  padding-bottom: 60px;
}

h2.chart-title {
  font-size: 2rem;
  line-height: 2.2rem;
  font-family: 'Graphik SemiBold Web';
  padding: 0;
}

h2.chart-title:after {
  display: none;
}

.chart-subtitle {
  font-size: 1.4rem;
  line-height: normal;
  color: #231f20;
  padding-top: 7px;
}

.legend-popup {
  display: none;
  height: auto;
  /*right: 8%;*/
  left: 40%;
  position: absolute;
  top: 35px;
  max-width: 540px;
  z-index: 9;
  border-top: 0 !important;
  /* box-shadow: 4px 3px 7px 0 rgba(0, 0, 0, 0.25); */
  /* border: solid 1px #979797; */
  /* background-color: rgba(254, 254, 254, 0.9); */
}

/*.legend-popup.rightside {left: 50%;}*/
.legend-popup a {
  font-size: 3.2rem;
  position: absolute !important;
  right: 10px;
  top: 11px;
  display: none;
}

.legend-popup a:hover {
  text-decoration: none;
}

text.highcharts-title {
  display: none;
}

.legend-popup p {
  font-family: 'Graphik SemiBold Web';
  font-size: 2rem;
  border-bottom: 1px solid #939597;
  margin-bottom: 20px;
}

.mobi-chart-content {
  display: none;
}

/*.hichartDataValue{position: absolute; z-index: 10; top: 50%; left: 0; right: 0; transform: translateY(-50%); text-align: center; font-size: 1.6rem; max-width: 120px; margin: 0 auto; line-height: 2rem;color: #0F3557;	font-weight: 600;}*/
#contentwrapper .legend-popup ul li:before {
  display: none;
}

#contentwrapper .legend-popup ul li span {
  height: 5px;
  border-radius: 50%;
  width: 5px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 13px;
}

.chart-snap-wrapper > a {
  display: block;
}

.mobi-legend-popup {
  display: none;
}

.chart-tables {
  position: relative;
}

.hichartDataValue {
  position: absolute;
  z-index: 1;
  top: 46%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 6.2rem;
  margin: 0 auto;
  line-height: 2rem;
  color: #231f20;
  font-family: 'Graphik Light Web';
  transform: translateY(-46%);
}

.hichartDataValue span {
  font-size: 4.22rem;
  vertical-align: top;
  position: relative;
  top: -5px;
}

.hichartDataValue span + span {
  font-size: 6.2rem;
  top: 0;
}

.hichartDataValue span.txt {
  font-size: 2.8rem;
  display: block;
  position: relative;
  top: 30px;
  left: 20px;
  font-family: 'Graphik Web';
}

/*body#ip3-credit .hichartDataValue {top: 47%;margin: 0;transform: translate(-14% , -47%);width: 16%;font-size: 4.2rem;left: 14%;}*/
span.chart-total {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-family: 'Graphik SemiBold Web';
  top: -5px;
  position: relative;
}

span.click-chart {
  font-size: 1.6rem;
  line-height: 2.6rem;
  position: relative;
  top: 20px;
}

/* End - Highchart - Pie chart with popup styling */
/*location-link-wrapper*/
.location-link-wrapper {
  padding: 0 0 36px 0;
}

.ip3-edit .introWrap .footnote-content .scWebEditInput.scEnabledChrome[contentEditable='true'] {
  min-width: 100%;
}

.ip3-edit .highlight-module.animate-signpost-wrapper .plateform-signpost-inner p.asw_title {
  width: 70px;
}

/*
23march2021
*/
g.highcharts-legend {
  /*   display: none; */
}

/*
Hybrid Creative Module
*/
.hybridCreativeModule li:before {
  color: #ffffff !important;
}

.hybridCreativeModule li {
  font-size: 13px;
}

.hybridCreativeModule h3 {
  color: #fff;
  font-family: 'Graphik SemiBold Web';
}

.hybridCreativeModule .col1 {
  width: 35%;
  float: left;
  display: inline-block;
  padding: 0 15px;
}

.hybridCreativeModule .col2 {
  width: 30%;
  float: left;
  display: inline-block;
  padding: 0 15px;
}

.hybridCreativeModule .col3 {
  width: 35%;
  float: left;
  display: inline-block;
  padding: 0 15px;
}

.hybridCreativeModule > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-top: 0;
}

.hybridCreativeModule .first {
  background-color: #3a68ae;
  color: #fff;
  min-height: 230px;
  padding: 25px;
  position: relative;
}

.hybridCreativeModule .wrapper.first:after {
  content: '';
  width: 228px;
  height: 100%;
  background-color: #3a68ae;
  position: absolute;
  top: 0;
  right: -82px;
  transform: skewX(23deg);
  z-index: -1;
}

.hybridCreativeModule .second {
  background-color: #fbad38;
  color: #fff;
  min-height: 330px;
  padding: 25px;
  text-align: center;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  height: 100%;
  margin-top: -40px;
}

.hybridCreativeModule .third {
  background-color: #4aa284;
  color: #fff;
  min-height: 230px;
  padding: 25px;
  position: relative;
}

.hybridCreativeModule .wrapper.third:after {
  content: '';
  background-color: #4aa284;
  width: 175px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -83px;
  transform: skewX(-22deg);
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .hybridCreativeModule .wrapper.first:after,
  .hybridCreativeModule .wrapper.third:after {
    display: none;
  }

  .hybridCreativeModule .second {
    clip-path: none;
    margin-top: 0;
  }

  .hybridCreativeModule .second,
  .hybridCreativeModule .first,
  .hybridCreativeModule .third {
    text-align: left;
    min-height: auto;
    height: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .search {
    width: 100%;
    margin-left: 0;
  }

  .hybridCreativeModule .col1 {
    width: 100%;
  }

  .hybridCreativeModule .col2 {
    width: 100%;
    text-align: left;
  }

  .hybridCreativeModule .second,
  .hybridCreativeModule .first,
  .hybridCreativeModule .third {
    text-align: left;
    min-height: auto;
  }

  .hybridCreativeModule .col3 {
    width: 100%;
  }
}

@supports (-ms-ime-align: auto) {
  .hybridCreativeModule .wrapper.first:after,
  .hybridCreativeModule .wrapper.third:after {
    display: none;
  }
}

#esg-chart-content.esg-chart-content .highcharts-label text {
  text-align: center;
}

.header-toppad .topnavigation > ul > li:focus-within .hedermenuSignpostItem {
  width: 100%;
}

.header-toppad .topnavigation > ul > li:focus-within .hedermenuSignpostItem {
  margin: 0 auto;
  max-width: 1110px;
}

/*----- Module - Wealth Management starts -----*/
.video-wrapper-background {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 60px 40px 30px 0;
  background-size: cover;
  color: #fff;
}

.wms-video-module .video-player a.video-popup-link {
  height: 250px;
}

.wms-video-module .video-player a img {
  transform: none;
  height: 100%;
  object-fit: cover;
}

body .video-copy-module .video-popup-link:after,
body .video-copy-module .video-popup-link:focus:after {
  height: 60px !important;
  width: 60px !important;
  transform: none !important;
  background-size: 60px !important;
  background-position: center center !important;
  bottom: 20px;
  right: 15px;
}

.video-wrapper-background .video-desc-wrap {
  vertical-align: baseline;
  padding: 0 40px;
}

.wms-video-module .video-desc-wrap .bottom-link-text a {
  color: #fff;
}

.wms-video-module .video-desc-wrap .bottom-link-text a:focus {
  color: #fff !important;
}

.video-wrapper-background h3 {
  color: #fff;
  font-family: 'adobe-garamond-pro';
  font-size: 28px;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 30px;
  width: 100%;
}

.video-wrapper-background .video-desc-wrap .video-text {
  width: 100%;
  font-family: 'Graphik Web';
}

.video-wrapper-background .video-desc-wrap .video-text p {
  line-height: 1.56;
  font-size: 18px;
}

.wms-content-wrapper {
  display: inline-block;
  width: 100%;
  padding: 30px 40px 20px 40px;
}

.wms-wrapper {
  display: flex;
  justify-content: space-between;
}

.wms-wrapper .item-content {
  max-width: 182px;
}

.wms-wrapper .item-content .item-content-title {
  font-family: 'Graphik SemiBold Web';
  font-size: 14px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.71;
  padding-bottom: 0;
}

.wms-wrapper .item-content .item-content-description {
  font-family: 'Graphik Web';
  font-size: 14px;
  line-height: 1.71;
}

.sub-item-content .sub-item-content-title {
  margin-top: 20px;
}

.sub-item-content .btn {
  margin-top: 0px;
}

.wms-video-module .video-wrapper-background .wms-video-title {
  /*padding-left: 20px; padding-right: 20px;*/
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 5px;
}

.wms-video-module .video-wrapper-background .wms-video-title:after {
  content: '';
  height: 1px;
  width: 95px;
  position: absolute;
  background-color: #fff;
  bottom: 25px;
  left: 0px;
}

.wms-video-module .video-player:focus img,
a.video-popup-link:focus img {
  opacity: 1;
}

/*----- Module - Wealth Management ends -----*/
/*
Location field hide
*/
/*
.employee-filter-section .filter-inner-wrapper .pr-location-wrapper{
display:none;
}
.press-releases-container.newsWrapper .responsive-table table.reportTable.prReports .trHeaders th.pr-location-field{
display:none;
}
*/
/***Video content popup***/
.career-slider-wrapper .popupData,
.popupDataDisplay {
  display: none;
}

.career-slider-wrapper .popupDataDisplay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #999999b0;
  z-index: 10;
}

.career-slider-wrapper .appendHtml {
  background-color: #f6f6f6;
  padding: 35px;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.career-slider-wrapper .closePopup {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #000;
  background-color: #fff;
  padding: 5px;
  width: 35px;
  text-align: center;
  height: 35px;
  border-radius: 100%;
  line-height: 25px;
  font-family: monospace;
  cursor: pointer;
}

.career-slider-wrapper .buttonPopup {
  color: #008969;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  position: relative;
  font-family: 'Graphik SemiBold Web';
  cursor: pointer;
}

.videoPopupWithContent .popupData {
  background-color: #fff;
  padding: 35px;
}

.videoPopupWithContent .video-popup {
  padding: 0;
}

/*.career-slider-wrapper .video-player>a{
pointer-events:none;
}*/
.Our-People-Wrapper .people-side-by-side .video-popup-link:after {
  pointer-events: none;
}

.videoPopupWithContent .tabImagePopup {
  margin-bottom: 20px;
}

.popup-active,
html.popup-html-active {
  overflow: inherit !important;
  height: auto !important;
  max-height: inherit !important;
}

.popup-active {
  overflow: hidden !important;
}

.featured-news-wrapper-item .title-bottom {
  font-size: 1.2rem;
  color: #429bd6;
  font-family: 'Graphik SemiBold Web';
  text-transform: uppercase;
  padding-bottom: 13px;
  /* border-top: 1px solid #7f7f7f; padding-top: 12px; */
}

/*----- Module - Feature Stories starts  -----*/
.chapter-module.module-featured-story {
  padding-top: 60px;
}

.featured-story-heading h2 {
  line-height: 1;
}

.chapter-module.module-featured-story .featured-story-label {
  margin-bottom: 10px;
}

.chapter-module.module-featured-story .featured-story-image {
  /*margin-top: 30px;*/
}

.chapter-module.module-featured-story .featured-story-content {
  /*margin-top: 30px;*/
  margin-top: 40px;
}

.module-featured-story .featured-story-label p {
  line-height: 1.25;
  font-family: 'Graphik SemiBold Web';
  font-weight: 600;
}

.featured-story-title {
  font-family: 'adobe-garamond-pro';
}

.featured-story-title p {
  padding-bottom: 0;
}

/*----- Module - Feature Stories ends  -----*/
/*----- Module - Infographic starts  -----*/
.chapter-module.module-infographic {
  padding-bottom: 60px;
  background-size: cover;
  padding-top: 40px;
  /*padding-top: 20px;*/
}

.chapter-module.module-infographic.module-infographic-remove-top-space {
  padding-top: 20px;
}

.infographic-credit-text p {
  font-size: 12px;
  line-height: 2.17;
}

.infographic-box-wrapper .infographic-title h3 {
  font-family: 'Graphik SemiBold Web';
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}

.infographic-content p {
  font-size: 14px;
  font-family: 'Graphik Web';
  line-height: 1.43;
}

.chapter-module.module-infographic .infographic-image {
  padding-bottom: 30px;
}

.chapter-module.module-infographic .infographic-image.center-infographic-image img {
  margin: 0 auto;
}

.chapter-module.module-infographic .infographic-image.infographic-image-no-bottom-space {
  padding-bottom: 0px;
}

.infographic-box-wrapper .infographic-bottom-text {
  font-size: 12px;
  line-height: 2.17;
  /*margin-top: 30px; margin-bottom: 20px;*/
  display: inline-block;
}

.chapter-module.module-infographic .infographic-box-wrapper {
  padding: 15px 65px 0px 30px;
}

/*----- Module - Infographic ends  -----*/
.left-content-white .content-text-img p {
  font-family: 'Graphik Web';
}

.chapter-module.module-image-charts {
  padding-bottom: 40px;
  /*padding-top: 60px;*/
  padding-top: 20px;
}

/*----- Module - Chapter stats starts  -----*/
.chapter-module.module-chapter-stats {
  padding-top: 40px;
  padding-bottom: 40px;
}

.chapter-module.module-chapter-stats.module-chapter-stats-remove-top-space {
  padding-top: 20px;
}

.chptr-stats-item-wrapper .chptr-key-value {
  font-size: 15rem;
  line-height: normal;
  font-family: 'Graphik SemiBold Web';
  display: flex;
  justify-content: center;
}

.chptr-stats-item-wrapper .chptr-key-value .value-postfix {
  font-size: 7rem;
  letter-spacing: 0.15px;
  vertical-align: top;
  margin-top: 25px;
  display: inline-block;
}

.chptr-stats-item-wrapper .chptr-key-value .value-postfix.chapter-stats-large-postfix-value {
  font-size: 15rem;
  display: inline;
}

/*----- Module - Chapter stats ends  -----*/
.module-image-charts .image-chart-item {
  margin-bottom: 20px;
  margin-top: 20px;
}

.chart-title.two-line-heading {
  font-family: 'Graphik SemiBold Web';
  letter-spacing: -0.32px;
}

/*----- Module - Chapter Small Stats starts -----*/
.module-chapter-small-stats .chptr-small-stats-item-wrapper {
  font-family: 'Graphik SemiBold Web';
}

.module-chapter-small-stats .chptr-small-stats-item-wrapper .value.counter {
  font-size: 82.6px;
  line-height: normal;
  letter-spacing: -0.02px;
  font-weight: 600;
}

.module-chapter-small-stats .chptr-small-stats-item-wrapper .value-postfix {
  font-size: 50px;
  vertical-align: top;
  margin-top: 25px;
  display: inline-block;
}

.module-chapter-small-stats .chptr-small-stats-item-wrapper .chptr-stats-bottom-text p {
  line-height: normal;
  font-size: 20px;
  letter-spacing: -0.5px;
}

.module-chapter-small-stats
  .chptr-small-stats-main-title
  .chptr-stats-head
  p
  span.rad-border
  strong {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline;
  font-weight: normal;
}

.module-chapter-small-stats .chptr-small-stats-item-wrapper .chptr-stats-bottom-text {
  max-width: 130px;
  text-align: center;
}

.module-chapter-small-stats .chptr-small-stats-item-wrapper .chptr-key-value p {
  padding-bottom: 7px;
}

.module-chapter-small-stats .chptr-small-stats-item-wrapper .chptr-stats-bottom-text {
  line-height: normal;
  letter-spacing: -0.5px;
}

.module-chapter-small-stats .charts-bottom-content.rad-notes {
  margin-top: 15px;
  padding-bottom: 0px;
}

/*----- Module - Chapter Small Stats ends -----*/
/*----- Module - Highlight Stats ends -----*/
.module-chapter-highlights-stats .charts-bottom-content.rad-notes,
.module-chapter-highlights-stats-four .charts-bottom-content.rad-notes {
  margin-top: 20px;
}

.module-chapter-highlights-stats .charts-bottom-content.rad-notes ol,
.module-chapter-highlights-stats-four .charts-bottom-content.rad-notes ol {
  list-style: number;
}

/*-----  Module Chapter Stats -----*/
.module-chapter-stats .chptr-stats-item-wrapper p span.rad-border {
  padding: 11px 3%;
  margin-bottom: 0px;
  line-height: 1.5em;
  font-family: 'Graphik SemiBold Web';
  min-height: 72px;
}

.module-chapter-stats .chptr-stats-item-wrapper .chptr-stats-head.two-line-heading p {
  padding-bottom: 0px;
}

.module-chapter-stats .charts-bottom-content.rad-notes ol,
.module-chapter-small-stats .charts-bottom-content.rad-notes ol {
  list-style: number;
  margin-left: 15px;
}

/*------ module-chapter-vertical-stats----*/
.module-chapter-vertical-stats {
  /*padding-top: 55px;*/
  padding-top: 40px;
  padding-bottom: 60px;
}

.module-chapter-vertical-stats .col-sm-4 .chptr-vstats-item {
  text-align: center;
}

.module-chapter-vertical-stats .col-sm-4 .chptr-vstats-item .chptr-bottom-txt p {
  padding: 0;
  margin-bottom: 8px;
  font-size: 1.6rem;
  color: #231f20;
  line-height: 1.5;
  font-family: 'Graphik SemiBold Web';
}

.module-chapter-vertical-stats .col-sm-4 .chptr-vstats-item .chptr-bottom-txt p .rad-border {
  padding: 15px 33px 20px;
  display: block;
  border-top: 1px solid #8b8b8b;
  border-bottom: 1px solid #8b8b8b;
}

.module-chapter-vertical-stats .col-sm-4 .chptr-vstats-item .chptr-key-value p {
  padding: 0;
  letter-spacing: 0.32px;
  color: #008969;
  font-size: 15rem;
  display: block;
  font-family: 'Graphik SemiBold Web';
}

.module-chapter-vertical-stats .col-sm-4 .chptr-vstats-item .chptr-key-value p span {
  display: inline-block;
  line-height: normal;
}

.module-chapter-vertical-stats
  .col-sm-4
  .chptr-vstats-item
  .chptr-key-value
  p
  span.chptr-kf-postfix {
  font-size: 7rem;
  vertical-align: top;
  position: relative;
  top: 25px;
}

.module-chapter-vertical-stats .col-sm-7 .chptr-vstats-item {
  margin-bottom: 25px;
  position: relative;
}

.module-chapter-vertical-stats .col-sm-7 .chptr-vstats-item:after {
  content: '';
  width: 136px;
  height: 1px;
  display: block;
  background: #939597;
  margin-top: 25px;
}

.module-chapter-vertical-stats .col-sm-7 .chptr-vstats-item .chptr-top-txt p {
  padding: 0;
  font-size: 1.6rem;
  color: #231f20;
  line-height: 1.5;
  font-family: 'Graphik SemiBold Web';
  margin-bottom: 10px;
}

.module-chapter-vertical-stats .col-sm-7 .chptr-vstats-item .chptr-key-value p {
  padding: 0;
  letter-spacing: 0.32px;
  color: #008969;
  font-size: 9.6rem;
  display: block;
  font-family: 'Graphik SemiBold Web';
  line-height: 1;
  margin-bottom: 20px;
}

.module-chapter-vertical-stats .col-sm-7 .chptr-vstats-item .chptr-bottom-txt p {
  padding: 0;
  font-size: 1.4rem;
  color: #231f20;
  line-height: 1.5;
  font-family: 'Graphik SemiBold Web';
}

.module-chapter-vertical-stats .col-sm-7 .row:last-of-type .chptr-vstats-item:after {
  display: none;
}

.module-chapter-vertical-stats .col-sm-7 .row:last-of-type .chptr-vstats-item {
  margin-bottom: 45px;
}

.module-chapter-vertical-stats .charts-bottom-content {
  padding-top: 15px;
}

.module-chapter-vertical-stats .charts-bottom-content ol.rad-notes {
  padding: 0;
  max-width: 541px;
  list-style: auto;
  margin-left: 15px;
}

.module-chapter-vertical-stats .charts-bottom-content ol.rad-notes li {
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.module-chapter-vertical-stats .charts-bottom-content ol.rad-notes li:last-child {
  margin-bottom: 0;
}

/*------- module-chapter-highlights-stats-----------*/
.module-chapter-highlights-stats.grey-bg {
  background: #f0f0f1;
  padding-top: 40px;
}

.module-chapter-highlights-stats.no-bottom-border .row {
  border-bottom: none;
}

.module-chapter-highlights-stats.module-stats-highlight-text-remove-top-space {
  padding-top: 20px;
}

.module-chapter-highlights-stats .row {
  padding-top: 45px;
  padding-bottom: 45px;
  margin: 0;
  border-top: 1px #bbbdbf solid;
  border-bottom: 1px #bbbdbf solid;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.module-chapter-highlights-stats .row .col-sm-4:nth-child(2) {
  border-left: 1px #bbbdbf solid;
  border-right: 1px #bbbdbf solid;
}

.module-chapter-highlights-stats
  .row
  .chptr-highlights-stats-item-wrapper
  .chptr-highlight-stats-bottom-text.highlighted-chptr-stats-text
  p {
  padding: 0;
  font-size: 2.4rem;
  line-height: 1.5;
  font-family: 'Graphik SemiBold Web';
  color: #3777bc;
  margin-top: 20px;
}

.module-chapter-highlights-stats .chptr-highlights-stats-item-wrapper .chptr-key-value p {
  font-size: 12rem;
  line-height: 120px;
  padding: 0;
  font-family: 'Graphik SemiBold Web';
  margin-bottom: 12px;
}

.module-chapter-highlights-stats
  .chptr-highlights-stats-item-wrapper
  .chptr-highlight-stats-bottom-text
  p {
  font-family: 'Graphik Light Web';
  padding: 0;
  line-height: 1.63;
  font-size: 1.6rem;
  color: #231f20;
}

.career-slider-wrapper.Our-People-Wrapper .video-player .video-popup-link {
  pointer-events: none;
}

.career-slider-wrapper.Our-People-Wrapper .videoIconImagePopup {
  width: 51px !important;
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: transparent !important;
  /*cursor:pointer;*/
  pointer-events: all;
}

.career-slider-wrapper h2 {
  padding-bottom: 0;
}

.career-slider-wrapper h2:after {
  content: none;
}

/*----- Our business new menu updates starts -----*/
ul#section-our-business-level2 {
  padding-left: 0;
  position: relative;
}

ul#section-our-business-level2 li#nav-investment-opportunities-level2 {
  margin-left: 0;
  border-bottom: none;
}

ul#section-our-business-level2 li#nav-capital-solutions-level2,
ul#section-our-business-level2 li#nav-wealth-management-level2,
ul#section-our-business-level2 li#nav-wealth-management-nav-point-level2,
ul#section-our-business-level2 li#nav-origination-level2 {
  margin-left: 20%;
}

div#sitemapcontainer ul#section-our-business-level2 li#nav-wealth-management-nav-point-level2 {
  margin-left: 0;
}

.header-toppad .topnavigation > ul > li#nav-our-business-level1:focus-within .Menu-Wrap {
  /*height: auto;*/
}

ul#section-our-business-level2 li#nav-capital-solutions-level2 {
  padding-top: 0;
}

li#nav-our-business-level1 .business-submenu {
  display: flex;
  flex-direction: column;
}

.business-submenu ul.apollo-external ~ p {
  margin-top: 40px;
}

li#nav-our-business-level1 a[href^='http'] span:after,
li#nav-stockholders-level1 a[href^='http'] span:after {
  content: '';
  background: url(/content/dam/microsites/elianttrade/icons/external-link-icon-blue.svg);
  width: 20px;
  height: 10px;
  top: 0;
  right: 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 2px;
  background-size: contain;
}

.topnavigation li#nav-our-business-level1 .hedermenuSignpostItem .signpostRight {
  padding-top: 20px;
}

.topnavigation li#nav-our-business-level1 .hedermenuSignpostItem .signpostRight:before {
  top: 40px;
  height: 192px;
}

/*----- Tablet landscape view -----*/
@media screen and (min-width: 992px) and (max-width: 1024px) {
  ul#section-our-business-level2 li#nav-investment-opportunities-level2 {
    margin-left: 10%;
  }

  ul#section-our-business-level2 li#nav-capital-solutions-level2,
  ul#section-our-business-level2 li#nav-retirement-services-level2,
  ul#section-our-business-level2 li#nav-wealth-management-level2,
  ul#section-our-business-level2 li#nav-wealth-management-nav-point-level2,
  ul#section-our-business-level2 li#nav-origination-level2 {
    margin-left: 30%;
  }
}

/*----- Our business new menu updates endss  -----*/
/*----- Governanve Leadership starts  -----*/
.governance-leadership .member-row {
  display: inline-block;
  width: 100%;
}

.governance-leadership .accordion-image-wrapper > img {
  display: block;
}

.governance-leadership .member-item-content-wrapper-2 {
  display: none;
}

.governance-leadership .member-item-content {
  box-shadow: 0 3px 9px 0 rgb(32 0 0 / 15%);
  padding: 48px 95px;
  margin-bottom: 20px;
}

.governance-leadership .member-item-content .member-title {
  font-size: 1.6rem !important;
  line-height: 1.5;
  font-family: 'Graphik SemiBold Web';
  padding-bottom: 0;
}

.governance-leadership .member-item-content .accordion-subheading {
  padding-bottom: 20px;
  font-size: 1.4rem;
  padding-top: 0;
}

.governance-leadership .member-item-content .memberContent {
  font-size: 1.4rem;
  line-height: 1.71;
}

.bodWrapper.governance-leadership .accordion-inner-wrapper {
  /*min-height: 495px;*/
  height: 100%;
  padding-bottom: 15px;
}

.governance-leadership .accordion-wrapper .accordion-content {
  padding: 15px 0 10px;
}

#contentwrapper .governance-leadership .member-row ul li {
  display: inline-block;
}

#contentwrapper .governance-leadership ul li:before,
.governance-leadership-category ul.drp-list li a:before {
  font-size: 1.5rem;
  top: 0;
  font-family: 'apollo-icons';
}

.governance-leadership-category ul.drp-list li a:before {
  margin-right: 10px;
  vertical-align: middle;
}

#contentwrapper .governance-leadership li.icon-board-of-director:before,
.governance-leadership-category ul.drp-list li a[data-itemname='board-of-director']:before {
  content: '\e93a';
  color: #008969;
}

#contentwrapper .governance-leadership li.icon-independent-director:before,
.governance-leadership-category ul.drp-list li a[data-itemname='independent-director']:before {
  content: '\e93c';
  color: #3b62ae;
}

#contentwrapper .governance-leadership li.icon-audit-committee:before,
.governance-leadership-category ul.drp-list li a[data-itemname='audit-committee']:before {
  content: '\e93c';
  color: #ffb33f;
}

#contentwrapper .governance-leadership li.icon-conflicts-committee:before,
.governance-leadership-category ul.drp-list li a[data-itemname='conflicts-committee']:before {
  content: '\e93c';
  color: #898989;
}

#contentwrapper .governance-leadership li.icon-executive-officer:before,
.governance-leadership-category ul.drp-list li a[data-itemname='executive-officer']:before {
  content: '\e93c';
  color: #a0c878;
}

#contentwrapper .governance-leadership li.icon-executive-committee:before,
.governance-leadership-category ul.drp-list li a[data-itemname='executive-committee']:before {
  color: #1bafdc;
  content: '\e93c';
}

.governance-leadership span.drp-list {
  /*min-width: 255px;*/
  float: right;
  padding: 5px 0px 5px 16px;
}

.member-mod .governance-leadership-category.dd-wrap .category-selected.drp-list {
  max-width: 255px;
  width: 100%;
  display: block;
}

.governance-leadership-category span.category-selected.drp-list a {
  font-size: 1.4rem;
  text-decoration: none;
  color: #505055 !important;
}

.governance-leadership-category ul.filter-department.drp-list li a {
  text-decoration: none;
  font-size: 1.4rem;
  font-family: 'Graphik Web' !important;
  line-height: normal;
  padding: 10px 0 !important;
}

.governance-leadership-category ul.filter-department.drp-list li a:hover {
  color: #07a979 !important;
  font-family: 'Graphik SemiBold Web' !important;
  transition: 0s;
}

.governance-leadership-category ul.drp-list {
  top: 45px;
  right: 15px;
  max-height: inherit;
  max-width: 255px;
  left: auto;
  background-color: #f8f8f8;
  padding-bottom: 13px;
  /*height: auto;*/
  overflow: hidden !important;
}

.governance-leadership-category ul.drp-list li {
  display: block;
  padding-left: 13px !important;
  padding-right: 32px;
}

.governance-leadership .accordionWrap.mod-common-pad a.close-bod-item {
  width: 20px;
  height: 20px;
  position: absolute;
  background: url(/content/dam/microsites/elianttrade/images/close-icon);
  background-repeat: no-repeat;
  float: right;
  margin: 40px;
  background-size: 30px;
  background-position: center center;
}

#contentwrapper .governance-leadership .accordion-inner-wrapper ul li {
  font-size: 1.4rem;
  width: 100%;
  line-height: 1.71;
  font-family: 'Graphik Web' !important;
  padding-bottom: 0;
}

.bodWrapper.governance-leadership .accordion-inner-wrapper.opacity-active {
  opacity: 0.7;
}

/*.bodWrapper.governance-leadership .accordion-inner-wrapper a.active .accordion-image-wrapper {
border-bottom: 10px solid #07a979;
height: 221px;
}*/
.bodWrapper.governance-leadership .accordion-inner-wrapper.opacity-active:hover {
  opacity: 1;
}

.bodWrapper.governance-leadership .accordion-inner-wrapper .accordion-image-wrapper {
  border-bottom: none;
}

.bodWrapper.governance-leadership .accordion-inner-wrapper .accordion-image-wrapper:before {
  position: absolute;
  content: '';
  background-color: #07a979;
  width: 100%;
  height: 6px;
  bottom: 0;
  display: block;
  z-index: 1;
  transition: 0.5s;
  opacity: 1;
}

.bodWrapper.governance-leadership
  .accordion-inner-wrapper
  a.active
  .accordion-image-wrapper:before {
  height: 10px;
}

.governance-leadership-category.dd-wrap.hide-filter {
  display: none;
}

.accordionWrap.mod-common-pad.hide-images .accordion-image-wrapper img {
  display: none;
}

.accordionWrap.mod-common-pad.hide-images .accordion-image-wrapper {
  border-bottom: 6px solid #07a979;
}

.career-slider-close-popup.mfp-close {
  background: url(/content/dam/microsites/elianttrade/icons/close-x-icon);
  background-repeat: no-repeat;
  width: 15px;
  height: 20px;
  background-size: 100%;
  background-position: center center;
  margin: 5px;
  cursor: pointer;
}

.career-slider-wrapper.Our-People-Wrapper .video-popup-link::after {
  display: none;
}

/*---------- our business landing module starts  ----------*/
.our-business-landing-module-wrapper {
  padding: 60px 0;
}

.our-business-landing-module-wrapper
  .our-business-landing-box-wrapper
  h2.our-business-landing-title {
  margin-bottom: 20px;
}

.our-business-landing-module-wrapper .our-business-landing-box-wrapper {
  display: inline-block;
}

.our-business-landing-module-wrapper .bottom-arrow-image {
  background-size: 100% !important;
  background-position: center center !important;
  height: 46px;
  width: 100%;
  display: block;
  position: relative;
  background-repeat: no-repeat !important;
}

.our-business-landing-module-wrapper .bottom-arrow-image.hide-bottom-arrow-image {
  display: none !important;
}

.our-business-landing-module-wrapper p.title-bottom {
  text-align: center;
  font-size: 2.8rem;
  margin-top: 10px;
  font-family: 'adobe-garamond-pro';
  color: #231f20;
  line-height: normal;
}

.our-business-landing-module-wrapper .our-business-landing-links-title {
  text-align: center;
  margin-top: 20px;
  font-family: 'Graphik SemiBold Web';
  font-size: 2rem;
  letter-spacing: -0.24px;
}

.our-business-landing-module-wrapper .our-business-landing-links-data ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0px;
}

.our-business-landing-module-wrapper .our-business-landing-links-data ul li:before {
  display: none !important;
}

.our-business-landing-module-wrapper .our-business-landing-links-data ul li {
  padding-left: 0 !important;
  padding-right: 30px;
  padding-bottom: 0px;
}

.our-business-landing-module-wrapper .our-business-landing-links-data ul li:last-child {
  padding-right: 0;
}

.our-business-landing-module-wrapper .our-business-landing-links-data ul li:nth-child(4n) {
  padding-right: 0;
}

.our-business-landing-module-wrapper .our-business-landing-links-data ul li a {
  border: 1px solid #008969;
  width: 255px;
  padding: 12px 15px;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  transition: 0.5s;
  text-decoration: none;
  margin-top: 25px;
}

.our-business-landing-module-wrapper .our-business-landing-links-data ul li a:hover,
.our-business-landing-module-wrapper .our-business-landing-links-data ul li a:focus {
  background-color: #008969;
  color: #fff !important;
}

.our-business-landing-module-wrapper .our-business-landing-signpost-box {
  cursor: pointer;
  position: relative;
}

.our-business-landing-module-wrapper .our-business-landing-signpost-box .infographic-image {
  overflow: hidden;
}

.our-business-landing-module-wrapper
  .our-business-landing-box-wrapper
  .our-business-landing-signpost-box-link
  a {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}

.our-business-landing-module-wrapper .infographic-image {
  overflow: hidden;
}

.our-business-landing-module-wrapper .infographic-image img {
  transition: all 0.5s ease;
}

.our-business-landing-module-wrapper
  .our-business-landing-signpost-box:hover
  .infographic-image
  img {
  transform: scale(1.1);
}

/*---------- our business landing module endss  ----------*/
/*---------- Module - Hybrid Value Image Content starts  ----------*/
.module-hybrid-value-image-content-wrapper {
  padding: 60px 0;
}

.module-hybrid-value-image-content-wrapper .hybrid-value-image-content-box-wrapper {
  color: #fff;
}

.module-hybrid-value-image-content-wrapper .hybrid-value-image-content-box-1 {
  background-color: #3a68ae;
}

.module-hybrid-value-image-content-wrapper .hybrid-value-image-content-box-2 {
  background-color: #fbad38;
}

.module-hybrid-value-image-content-wrapper .hybrid-value-image-content-box-3 {
  background-color: #4aa284;
}

.module-hybrid-value-image-content-wrapper .display-tablet-mobile {
  display: none;
}

.module-hybrid-value-image-content-wrapper .box-title-value-desc {
  font-family: 'adobe-garamond-pro';
  font-size: 2.6rem;
  line-height: 34px;
  font-weight: 400;
  padding: 12px 0 14px;
}

.module-hybrid-value-image-content-wrapper .hybrid-value-box {
  padding: 25px;
  min-height: 371px;
}

.module-hybrid-value-image-content-wrapper .box-title {
  border-bottom: 4px solid #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.module-hybrid-value-image-content-wrapper .box-value-content p {
  border-bottom: 1px solid #fff;
  padding: 5px 0;
}

.module-hybrid-value-image-content-wrapper .box-value-text {
  font-size: 4.5rem;
  font-family: 'adobe-garamond-pro';
  line-height: normal;
}

.module-hybrid-value-image-content-wrapper .box-value-content p:last-child {
  border-bottom: none;
}

/*.module-hybrid-value-image-content-wrapper .box-value-desc {
padding-top: 0 !important;
}*/
.module-hybrid-value-image-content-wrapper .hybrid-value-image-content-title h2 {
  font-size: 3.5rem;
  letter-spacing: -0.4px;
}

.module-hybrid-value-image-content-wrapper .hybrid-value-image-content-title h2:after {
  display: none;
}

.module-hybrid-value-image-content-wrapper .hybrid-value-image-content-title h2 {
  font-size: 3.5rem;
  letter-spacing: -0.4px;
  line-height: 45px;
  padding-bottom: 10px;
}

.module-hybrid-value-image-content-wrapper .box-value-content {
  padding-bottom: 17px;
}

/*---------- Module - Hybrid Value Image Content endss  ----------*/
/*---------- Risk Return Spectrum Accordion Module -- Image and text variation starts  ----------*/
.items-with-text-and-image a.risk-return-spectrum-accordion-item.risk-return-accordion-title {
  min-height: 128px;
}

.items-with-text-and-image .accordion-item-logo-image img {
  margin: 0 auto;
  margin-bottom: 5px;
}

.risk-return-spectrum-accordion-module-wrapper.items-with-text-and-image .heading {
  border-bottom: 1px solid #939597;
  margin-bottom: 10px;
  line-height: normal;
  font-weight: 600;
}

.items-with-text-and-image .item-col {
  margin-top: 25px;
}

.items-with-text-and-image .item-col:nth-child(6n + 1) {
  clear: both;
}

.items-with-text-and-image .risk-return-spectrum-accordion-item:after {
  height: 20px;
  width: 20px;
  background-size: 20px;
}

.items-with-text-and-image .risk-return-accordion-content {
  padding: 21px 0px 0;
}

.items-with-text-and-image .risk-return-accordion-content-item {
  padding: 11px 0 17px 0;
  margin: 0;
}

.items-with-text-and-image .risk-return-spectrum-accordion-item .accordion-item-heading {
  line-height: 2rem;
}

.risk-return-accordion-top-content-wrapper {
  margin-top: 25px;
  position: relative;
}

.risk-return-accordion-top-content-wrapper .risk-return-accordion-top-content {
  margin: 0 auto;
  font-size: 1.6rem;
  color: #fff;
  padding: 14px 0;
  text-align: center;
  font-family: 'Graphik SemiBold Web';
  line-height: 1.25;
}

.risk-return-accordion-top-content-wrapper .risk-return-accordion-top-content ul {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0;
}

.risk-return-accordion-top-content-wrapper .risk-return-accordion-top-content ul li {
  padding-left: 0 !important;
  padding-bottom: 0;
}

.risk-return-accordion-top-content-wrapper .risk-return-accordion-top-content ul li:before {
  display: none !important;
}

.risk-return-accordion-bottom-content-wrapper {
  margin-top: 25px;
}

.risk-return-accordion-bottom-content-wrapper.bottom-content-gradient-bg {
  background-image: linear-gradient(to right, #008991 0%, #4391d6 48%, #00394d 100%);
}

.risk-return-accordion-bottom-content-wrapper .risk-return-accordion-bottom-content {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.6rem;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-family: 'Graphik SemiBold Web';
  line-height: 1.25;
}

.is-colored-heading .risk-return-accordion-content-item.isheading {
  font-family: 'Graphik SemiBold Web';
}

.risk-return-spectrum-accordion-module
  .risk-return-accordion-content-item
  .risk-return-accordion-content-item-in
  ul {
  margin-bottom: 0;
  text-align: left;
  display: inline-block;
}

.risk-return-spectrum-accordion-module
  .risk-return-accordion-content-item
  .risk-return-accordion-content-item-in
  ul
  li {
  padding-bottom: 0 !important;
}

.risk-return-spectrum-accordion-module
  .risk-return-accordion-content-item
  .risk-return-accordion-content-item-in
  ul
  li:before {
  position: relative !important;
  color: #000000 !important;
  display: inline-block !important;
  top: -2px !important;
  left: -2px !important;
  font-size: 1rem !important;
}

.risk-return-spectrum-accordion-module
  .risk-return-accordion-content-item
  .risk-return-accordion-content-item-in
  p.ul-title-no-space {
  padding-bottom: 0;
}

.risk-return-accordion-top-content-wrapper:before {
  position: absolute;
  width: 25px;
  height: 100%;
  top: 0;
  left: 15px;
  content: '';
  background: url(/content/dam/microsites/elianttrade/icons/left-carat-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.risk-return-accordion-top-content-wrapper:after {
  position: absolute;
  width: 25px;
  height: 100%;
  top: 0;
  right: 15px;
  content: '';
  background: url(/content/dam/microsites/elianttrade/icons/left-carat-white.svg);
  background-repeat: no-repeat;
  transform: rotate(180deg);
  background-size: cover;
}

/*---------- Risk Return Spectrum Accordion Module -- Image and text variation ends  ----------*/
/*---------- Module - Counter Boxes starts  ----------*/
.counter-boxes-module-wrapper {
  padding: 60px 0;
}

.counter-boxes-module-wrapper .heading {
  border-bottom: 1px solid #939597;
  padding-bottom: 25px;
  margin-bottom: 10px;
}

.counter-boxes-module-wrapper .module-counter-boxes-item {
  min-height: 110px;
  /*padding: 20px 15px;*/
  position: relative;
  width: 100%;
  /*display: table;*/
  vertical-align: middle;
  text-decoration: none !important;
  /*background: #03b279;*/
  text-align: center;
  margin-top: 25px;
}

.counter-boxes-module-wrapper .counter-boxes-module {
  list-style-type: none;
  counter-reset: css-counter 0;
}

.counter-boxes-module-wrapper .counter-boxes-module .item-col {
  counter-increment: css-counter 1;
}

.counter-boxes-module-wrapper .counter-boxes-module .item-col .module-counter-boxes-item:before {
  content: counter(css-counter) '';
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 58px;
  height: 58px;
  border-radius: 100%;
  background: #fefefe;
  color: #fff;
  font-size: 3.2rem;
  font-family: 'Graphik SemiBold Web';
}

.counter-boxes-module-wrapper .counter-box-item-heading {
  font-size: 2.2rem;
  color: #fefefe;
  font-family: 'Graphik SemiBold Web';
  line-height: 1.27;
  margin-top: 20px;
}

.risk-return-spectrum-accordion-module.item-4 .risk-return-accordion-content-item-in p {
  padding-bottom: 0;
}

.counter-boxes-module-wrapper .module-counter-boxes-item .small-title {
  color: #fefefe;
  font-size: 1.2rem;
  line-height: 1.67;
  font-family: 'Graphik SemiBold Web';
  letter-spacing: -0.02px;
  font-weight: 600;
}

/*---------- Module - Counter Boxes ends  ----------*/
/*---------- Module - Boxes starts ----------*/
.module-boxes-wrapper {
  padding: 60px 0;
}

.module-boxes-wrapper .risk-return-spectrum-accordion-item:after {
  display: none;
}

.module-boxes-wrapper .risk-return-spectrum-accordion-item {
  padding: 0 !important;
}

.module-boxes-wrapper .accordion-item-heading {
  font-size: 2.2rem !important;
  padding: 3px !important;
  line-height: 1.27 !important;
}

.module-boxes-wrapper svg.boxes-icon.boxes-open-icon {
  opacity: 1;
  visibility: visible;
}

.module-boxes-wrapper svg.boxes-icon {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  /* transition: 0.2s; */
  bottom: 0;
}

.module-boxes-wrapper svg.boxes-icon.boxes-close-icon {
  opacity: 0;
  visibility: hidden;
}

.module-boxes-wrapper .risk-return-spectrum-accordion-item.active svg.boxes-icon.boxes-open-icon {
  opacity: 0;
  visibility: hidden;
}

.module-boxes-wrapper .risk-return-spectrum-accordion-item.active svg.boxes-icon.boxes-close-icon {
  opacity: 1;
  visibility: visible;
}

.module-boxes-wrapper .risk-return-spectrum-accordion-module .item-col {
  margin-top: 0;
}

.module-boxes-wrapper .risk-return-spectrum-accordion-item {
  background: transparent;
}

.module-boxes-wrapper .accordion-item-logo-heading-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.module-boxes-wrapper .risk-return-accordion-content-item {
  padding: 12px 0;
  margin: 0;
}

.module-boxes-wrapper .risk-return-accordion-content-item.isheading {
  margin: 0;
}

.module-boxes-wrapper .risk-return-spectrum-accordion-item {
  min-height: 98px !important;
}

.module-boxes-wrapper .accordion-item-heading-wrapper {
  vertical-align: top;
}

.module-boxes-wrapper > .container-fluid > .heading {
  margin-bottom: 25px;
  border-bottom: 1px solid #939597;
  line-height: normal;
  font-weight: 600;
}

.module-boxes-wrapper .risk-return-accordion-content {
  padding: 10px 5px 0;
}

.module-boxes-wrapper .item-col:nth-child(6n + 1) {
  clear: both;
}

.module-boxes-wrapper .risk-return-spectrum-accordion-module.item-with-logo-text .item-col {
  margin-top: 20px;
}

.module-boxes-wrapper
  .risk-return-spectrum-accordion-module.item-with-logo-text
  .risk-return-spectrum-accordion-item
  .accordion-item-logo-heading-wrapper {
  border-bottom: 1px solid transparent;
  padding-bottom: 25px;
}

.module-boxes-wrapper
  .risk-return-spectrum-accordion-module.item-with-logo-text
  .risk-return-accordion-content-item {
  border-color: #898b8e !important;
}

.module-boxes-wrapper
  .risk-return-spectrum-accordion-module.item-with-logo-text
  .risk-return-spectrum-accordion-item {
  min-height: 128px !important;
}

.module-boxes-wrapper
  .risk-return-spectrum-accordion-module.item-with-logo-text
  .accordion-item-heading {
  font-size: 1.6rem !important;
  line-height: normal !important;
  letter-spacing: -0.32px !important;
}

.module-boxes-wrapper .risk-return-spectrum-accordion-module.item-with-logo-text svg.boxes-icon {
  /*bottom: 20px !important;*/
}

.module-boxes-wrapper
  .risk-return-spectrum-accordion-module.item-with-logo-text
  .risk-return-accordion-content {
  padding-top: 0;
}

.module-boxes-wrapper .risk-return-accordion-content-item-in {
  align-self: center;
}

.module-boxes-wrapper .risk-return-accordion-content-item-in p {
  padding-bottom: 0;
}

/*---------- Module - Boxes ends ----------*/
/*---------- Module - New Hybrid Value starts ----------*/
.module-new-hybrid-value .risk-return-spectrum-accordion-item .content-text {
  color: #231f20;
  font-size: 2rem;
}

.module-new-hybrid-value .risk-return-accordion-top-content-wrapper.top-content-gradient-bg {
  background-image: linear-gradient(to right, #008991 0%, #4391d6 48%, #00394d 100%);
  margin-bottom: 20px;
}

.module-new-hybrid-value > .container-fluid > .heading {
  margin-bottom: 10px;
}

.module-new-hybrid-value .accordion-item-heading {
  font-size: 3.6rem !important;
  font-weight: 600 !important;
  line-height: normal !important;
}

.module-new-hybrid-value .accordion-item-heading span.title-suffix {
  font-size: 2.4rem !important;
}

.module-new-hybrid-value
  .risk-return-accordion-top-content-wrapper
  .risk-return-accordion-top-content
  ul
  li {
  min-width: 33.33%;
  font-size: 2rem;
  color: #fefefe;
}

.module-new-hybrid-value .risk-return-spectrum-accordion-item {
  min-height: 110px !important;
}

.module-new-hybrid-value .risk-return-spectrum-accordion-module {
  padding: 0 15px;
}

.module-new-hybrid-value
  .risk-return-accordion-top-content-wrapper
  .risk-return-accordion-top-content {
  padding: 13px 0;
}

.module-new-hybrid-value .risk-return-accordion-content {
  padding: 13px 5px 0;
}

.module-new-hybrid-value .accordion-item-heading {
  display: flex;
  align-items: center;
}

.module-new-hybrid-value .accordion-item-heading span.title-suffix {
  padding-top: 0;
}

.module-new-hybrid-value .accordion-item-logo-heading-wrapper {
  height: auto !important;
}

/*---------- Are 4 Items with Title Text starts ----------*/
.module-new-hybrid-value .four-items-with-title-text .col-md-4 {
  width: 25%;
}

.module-new-hybrid-value .four-items-with-title-text .accordion-item-heading {
  font-size: 2.2rem !important;
  line-height: 1.27 !important;
}

.module-new-hybrid-value .four-items-with-title-text .risk-return-spectrum-accordion-item {
  min-height: 98px !important;
}

.module-new-hybrid-value .four-items-with-title-text .accordion-item-logo-heading-wrapper {
  padding-bottom: 30px;
}

/*---------- Are 4 Items with Title Text ends ----------*/
/*---------- Module - New Hybrid Value ends ----------*/
/*---------- global footnote updates across the site starts ----------*/
.accordion-wrapper .accordionWrap-footnote p span.rad-notes,
.as-of p,
.chart-wrapper span.rad-notes,
.content-signpost-wrapper .rad-notes,
.content-module-wrapper span.rad-notes,
.infographic-box-wrapper .infographic-bottom-text,
.module-featured-story .featured-story-content p .rad-notes,
.module-chapter-small-stats .charts-bottom-content.rad-notes,
.module-chapter-highlights-stats .charts-bottom-content.rad-notes,
.module-chapter-vertical-stats .charts-bottom-content ol.rad-notes {
  font-size: 1.2rem;
  line-height: 20px;
  color: #231f20;
  letter-spacing: 0.01px;
  font-style: normal;
}

.as-of p {
  color: #fff;
  margin-bottom: 10px;
}

/*---------- global footnote updates across the site starts ----------*/
/*---------- Module - Values starts ----------*/
.module-values-wrapper {
  padding: 60px 0;
}

.module-values-wrapper .module-vlaues-bg {
  padding: 40px 20px;
}

.module-values-wrapper .module-values-item {
  text-decoration: none;
  display: inline-block;
  padding-bottom: 40px;
}

.module-values-wrapper .module-values .item-col {
  /*width: 20%;*/
  max-width: 172px;
  text-align: center;
  padding: 0 10px;
}

.module-values-wrapper .module-values .item-col .values-item-icon-image img {
  margin: 0 auto;
}

.module-values-wrapper .module-values .item-col .values-item-heading {
  margin-bottom: 10px;
  text-align: center;
  font-family: 'Graphik SemiBold Web';
  color: #231f20;
  font-size: 1.6rem;
  line-height: 1.25;
}

.module-values-wrapper .module-values .item-col .module-vlaues-title svg.boxes-icon {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

.module-values-wrapper
  .module-values
  .item-col
  .module-vlaues-title
  svg.boxes-icon.boxes-open-icon {
  opacity: 1;
  visibility: visible;
}

.module-values-wrapper
  .module-values
  .item-col
  .module-vlaues-title
  svg.boxes-icon.boxes-close-icon {
  opacity: 0;
  visibility: hidden;
}

.module-values-wrapper
  .module-values
  .item-col
  .module-vlaues-title.active
  svg.boxes-icon.boxes-close-icon {
  opacity: 1;
  visibility: visible;
}

.module-values-wrapper
  .module-values
  .item-col
  .module-vlaues-title.active
  svg.boxes-icon.boxes-open-icon {
  opacity: 0;
  visibility: hidden;
}

.module-values-wrapper .module-vlaues-bg p.heading {
  font-family: 'adobe-garamond-pro';
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.module-values-wrapper .values-item-content {
  margin-top: 15px;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: -0.56px;
  line-height: 1.29;
}

.module-values-wrapper .module-values .item-col .values-item-icon-image {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  min-height: 104px;
}

.module-values-wrapper .item-col-wrapper {
  display: flex;
  justify-content: space-between;
}

.module-values-wrapper .values-bottom-content p {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 0;
}

/*---------- Module - Values ends ----------*/
/*---------- Module - Private Equity Infographic starts ----------*/
.module-private-equity-infographic {
  padding: 60px 0;
}

.module-private-equity-infographic .left-content-wrapper.infographic-column-content-wrapper {
  background: url(/content/dam/microsites/elianttrade/images/private-equity-left-chevron.svg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 183px;
  background-position: right center;
}

.module-private-equity-infographic .right-content-wrapper.infographic-column-content-wrapper {
  background: url(/content/dam/microsites/elianttrade/images/private-equity-right-chevron.svg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 183px;
  background-position: left center;
}

.module-private-equity-infographic .infographic-logo-wrapper .infographic-logo-image {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, #008991 0%, #4391d6 48%, #00394d 100%);
}

.module-private-equity-infographic
  .left-content-wrapper.infographic-column-content-wrapper
  .left-content {
  width: 72%;
  padding-top: 20px;
  margin-left: 15px;
  text-align: center;
}

.module-private-equity-infographic
  .right-content-wrapper.infographic-column-content-wrapper
  .right-content {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  margin-right: 15px;
  padding-top: 20px;
}

.module-private-equity-infographic .left-content-title,
.module-private-equity-infographic .right-content-title {
  text-align: center;
  max-width: 72%;
}

.module-private-equity-infographic .right-content-title {
  margin: 0 auto;
  margin-right: 0;
}

.module-private-equity-infographic .infographic-column-content-title {
  font-size: 2rem;
  font-family: 'Graphik SemiBold Web';
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: normal;
}

.module-private-equity-infographic .bottom-content-wrapper {
  text-align: center;
  margin-top: 25px;
  border-bottom: 1px solid #939597;
  padding-bottom: 25px;
}

.module-private-equity-infographic .bottom-content-wrapper .bottom-content-title {
  font-size: 2rem;
  font-family: 'Graphik SemiBold Web';
  font-weight: 600;
  line-height: normal;
  color: #231f20;
}

.module-private-equity-infographic .bottom-content-wrapper .bottom-content-value-details {
  font-size: 3.6rem;
  font-family: 'Graphik SemiBold Web';
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.module-private-equity-infographic .bottom-content-wrapper .bottom-content-value-description {
  font-size: 1.6rem;
  line-height: normal;
  color: #231f20;
}

.module-private-equity-infographic .infographic-column-content p {
  padding-bottom: 10px;
  line-height: 1.33;
}

.module-private-equity-infographic .infographic-column-content p span.rad-highlight {
  font-family: 'Graphik SemiBold Web';
}

.module-private-equity-infographic .bottom-content-wrapper .bottom-content-value-details span {
  font-size: 2.4rem;
  margin-right: 10px;
}

.module-private-equity-infographic .heading {
  padding-bottom: 25px;
}

/*---------- Module - Private Equity Infographic ends ----------*/
/*---------- Module - New Real Estate starts ----------*/
.module-new-real-estate .titles-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  background-image: linear-gradient(to right, #008991 0%, #4391d6 48%, #00394d 100%);
  min-height: 48px;
}

.module-new-real-estate .titles-wrapper:before {
  position: absolute;
  width: 25px;
  height: 100%;
  top: 0;
  left: 30px;
  content: '';
  background: url(/content/dam/microsites/elianttrade/icons/left-carat-white.svg);
  background-repeat: no-repeat;
}

.module-new-real-estate .titles-wrapper:after {
  position: absolute;
  width: 25px;
  height: 100%;
  top: 0;
  right: 30px;
  content: '';
  background: url(/content/dam/microsites/elianttrade/icons/left-carat-white.svg);
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

.module-new-real-estate .titles-wrapper .risk-return-accordion-title-new .accordion-item-heading {
  color: #fefefe;
  font-size: 1.8rem !important;
  justify-content: center;
  cursor: pointer;
  padding: 13px 0 !important;
}

.module-new-real-estate .columns-titles-wrapper {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0 15px;
}

.module-new-real-estate .columns-titles-wrapper .columns-title {
  font-size: 3.6rem;
  font-family: 'Graphik SemiBold Web';
  letter-spacing: -0.54px;
  line-height: normal;
}

.module-new-real-estate > .container-fluid > .heading {
  margin-bottom: 35px;
}

.module-new-real-estate .risk-return-spectrum-accordion-item {
  min-height: auto !important;
}

.module-new-real-estate svg.boxes-icon {
  position: relative;
  transform: none;
  left: 0;
  bottom: 0;
  margin-top: 13px;
}

.module-new-real-estate svg.boxes-icon.boxes-close-icon {
  display: none;
}

.module-new-real-estate
  .risk-return-spectrum-accordion-item.active
  svg.boxes-icon.boxes-close-icon {
  display: inline-block;
}

.module-new-real-estate .risk-return-spectrum-accordion-item.active svg.boxes-icon.boxes-open-icon {
  display: none;
}

.module-new-real-estate .risk-return-accordion-content-item-in p {
  letter-spacing: 0.07px;
  color: #231f20;
}

.module-new-real-estate .risk-return-accordion-content {
  padding-top: 0;
}

.module-new-real-estate .risk-return-directs-prefix,
.module-new-real-estate .risk-return-directs-postfix {
  color: #58585b;
}

.module-new-real-estate .titles-wrapper a {
  text-decoration: none;
}

/*---------- Module - New Real Estate ends ----------*/
/*---------- New Media section Structure updates with right side contacts starts ----------*/
.in-the-news-section .media-right-contact-one-title {
  padding-top: 40px;
}

.in-the-news-section .media-right-contact-title {
  border-bottom: 1px solid #7f7f7f;
  padding-bottom: 20px;
}

.in-the-news-section .media-right-contact-title:after {
  display: none;
}

.in-the-news-section .media-right-contact-one-content,
.in-the-news-section .media-right-contact-two-content {
  /*font-size: 1.4rem;*/
  font-size: 1.6rem;
  line-height: 1.71;
  padding-bottom: 20px;
}

.in-the-news-section .video-player .award-item img {
  min-height: 197px;
  object-fit: cover;
}

.in-the-news-section .award-desc p {
  padding-bottom: 0;
}

.in-the-news-section .award-content-wrap {
  padding-bottom: 20px;
}

.in-the-news-section .award-item {
  padding-top: 5px;
}

.in-the-news-section.media h2.media-title:after {
  bottom: -14px;
}

.in-the-news-section .media-right-contact-two-title {
  padding-top: 35px;
}

/*---------- New Media section Structure updates with right side contacts ends ----------*/
/*---------- New Investemet Oppourtunities Menu starts ----------*/
.topnavigation .hedermenuSignpostItem ul li.level3.haschildren.first:first-child a {
  display: block;
}

.topnavigation .hedermenuSignpostItem ul li.level3.haschildren {
  margin-left: 0;
}

.topnavigation .hedermenuSignpostItem ul li.level3.haschildren > a span {
  font-family: 'Graphik SemiBold Web';
}

.topnavigation .hedermenuSignpostItem ul li.level3.haschildren > ul {
  padding-top: 0;
  padding-left: 0;
}

/*---------- New Investemet Oppourtunities Menu ends ----------*/
/*---------- Our Business New Mneu updates starts ----------*/
.topnavigation .hedermenuSignpostItem ul#section-our-business-level2 li:first-child {
  width: 100%;
  padding-bottom: 0;
}

/*.topnavigation .hedermenuSignpostItem ul#section-our-business-level2 li.level2:not(:first-child) {margin-left: 0; width: 100%; border-bottom: none;     padding: 0px;}*/
.topnavigation .hedermenuSignpostItem ul#section-our-business-level2 li.level2 {
  margin-left: 0;
  width: 100%;
  border-bottom: none;
  padding: 0px;
  margin-bottom: 10px;
}

.topnavigation .hedermenuSignpostItem ul#section-our-business-level2 li.level2 a {
  /*border-bottom: 1px solid #b7b7b7;*/
  width: 30%;
  padding-bottom: 10px;
}

.topnavigation
  .hedermenuSignpostItem
  ul#section-our-business-level2
  li.level2#nav-asset-management-level2 {
  border-bottom: 1px solid #c1c2c3;
  width: 35%;
}

.topnavigation .hedermenuSignpostItem ul#section-our-business-level2 li.level2 ul li.level3 {
  font-size: 1.4rem;
  font-family: 'Graphik Web';
  line-height: 1.71;
}

.topnavigation .hedermenuSignpostItem ul#section-our-business-level2 li.level2 ul li.level3 a {
  padding-bottom: 5px;
}

/*.topnavigation .hedermenuSignpostItem ul#section-our-business-level2 li.level2 a span {font-size: 2rem;}*/
.topnavigation
  .hedermenuSignpostItem
  ul#section-our-business-level2
  li#nav-wealth-management-nav-point-level2 {
  position: absolute;
  right: 0;
  top: 33px;
  width: auto;
}

/*.topnavigation .hedermenuSignpostItem ul#section-our-business-level2 .menu-right-column-wrap {top: 33px; display: inline-block; position: absolute; right: 0;}*/
.topnavigation
  .hedermenuSignpostItem
  ul#section-our-business-level2
  li#nav-wealth-management-nav-point-level2
  a {
  width: 100%;
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .topnavigation .hedermenuSignpostItem ul#section-our-business-level2 li {
    margin-left: 10% !important;
  }

  .topnavigation
    .hedermenuSignpostItem
    ul#section-our-business-level2
    li#nav-wealth-management-nav-point-level2 {
    right: 0;
    width: 50%;
  }

  .topnavigation
    .hedermenuSignpostItem
    ul#section-our-business-level2
    li#nav-wealth-management-nav-point-level2
    a
    span {
    white-space: initial;
  }
}

/*---------- Our Business New Menu updates ends ----------*/
/*---------- Module Investor Leadership Day starts ----------*/
.module-leadership-investor-day-wrapper .accordion-inner-wrapper .accordion-image-wrapper img {
  display: block;
  height: 100%;
  object-fit: cover;
}

.module-leadership-investor-day-wrapper.bodWrapper .accordion-inner-wrapper {
  height: auto;
}

.module-leadership-investor-day-wrapper .accordion-image-wrapper {
  position: relative;
  max-height: 233px;
  height: 100%;
}

.module-leadership-investor-day-wrapper .accordion-wrapper .accordion-content {
  height: auto;
}

@media screen and (max-width: 767px) {
  .module-leadership-investor-day-wrapper .accordion-image-wrapper {
    max-height: 133px;
  }

  .module-leadership-investor-day-wrapper .accordion-image-wrapper {
    margin-bottom: 10px;
  }
}

/*---------- Module Investor Leadership Day ends ----------*/
/*---------- Module Video Gallery updates starts ----------*/
.video-gallery-wrapper .video-copy-module-background.video-gallery.slick-slider {
  background: transparent;
}

.video-gallery-wrapper .video-gallery-thumb.hide-video-gallery-thumb-bar {
  display: none;
}

/*---------- Module Video Gallery updates ends ----------*/
/*---------- Leadership details page hide bottom leaders slider starts ----------*/
.leader-detail .hide-bottom-leaders-list {
  display: none;
}

/*---------- Leadership details page hide bottom leaders slider ends ----------*/
/*---------- Module - Pie chart enhancement starts ----------*/
.module-pie-chart-footnotes.rad-notes {
  margin-top: 30px;
}

/*---------- Module - Pie chart enhancement ends ----------*/
/*---------- Content Module left right content starts ----------*/
.content-module-wrapper .intro-content .rad-left {
  width: 66.66666667%;
  float: left;
}

.content-module-wrapper .intro-content .rad-right {
  width: 25%;
  margin-left: 8.33333333%;
  float: left;
}

@media screen and (max-width: 1024px) {
  .content-module-wrapper .intro-content .rad-left {
    width: 100%;
    float: left;
  }

  .content-module-wrapper .intro-content .rad-right {
    width: 100%;
    margin-left: 0;
    float: left;
  }
}

/*---------- Content Module left right content ends ----------*/
/*---------- Content Module not first child strong remove margin top starts ----------*/
.content-module-wrapper .intro-content p:not(:first-child) strong {
  margin-top: 0;
}

/*---------- Content Module not first child strong remove margin top ends ----------*/
/*---------- Display Accordion content when JS is disabled starts ----------*/
.nojs .faq-content.c-snapdown-content {
  display: block;
}

/*---------- Display Accordion content when JS is disabled ends ----------*/
/*---------- Hide filters of the news landing page starts ----------*/
.in-the-news-landing .filter-inner-wrapper .dd-wrap {
  display: none;
}

body#ip3-in-the-news .employee-filter-section .filter-section-wrapper {
  margin-top: 0px;
}

/*---------- Hide filters of the news landing page ends ----------*/
/*---------- Hide filters and table columns of the press release landing page starts ----------*/
.pr-archive-wrapper .press-releases-container.newsWrapper table.prReports .pr-business-field,
.pr-archive-wrapper .press-releases-container.newsWrapper table.prReports .pr-location-field {
  display: none;
}

.pr-archive-wrapper .news-list-section-wrapper .pr-business-wrapper.dd-wrap,
.pr-archive-wrapper .news-list-section-wrapper .pr-location-wrapper.dd-wrap {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .pr-archive-wrapper .news-list-section-wrapper .pr-type-wrapper.dd-wrap {
    margin-top: 20px;
  }
}

/*---------- Hide filters and table columns of the press release landing page ends ----------*/
/*---------- search page radio button visiblity starts ----------*/
.searchresultpage input[type='radio'] {
  -webkit-appearance: radio;
}

/*---------- search page radio button visiblity ends ----------*/
/*---------- featured insights section update starts ----------*/
.insights-landing-featured-insights-wrapper .featured-insights {
  padding: 0;
}

/*---------- featured insights section update ends ----------*/
.case-studies-item-text-in > .case-study-popup-link:hover,
.in-the-news-section .award-content-wrap .award-content > a:hover,
.insights-main .insights-top-section .article-title > a:hover,
.insights-main .insights-bottom-section .insight-title > a,
.featured-news-wrapper-item a.award-title:hover,
.in-the-news-landing .award-content-wrap .award-content > a:hover,
.Awards-wrapper .award-content-wrap .award-content > a:hover {
  color: #000000;
}

.award-content-wrap .award-content a {
  padding-bottom: 20px;
  display: inline-block;
}

/*---------- content module grey bg removing bottom space starts ----------*/
.no-bottom-space-after-grey-bg .intro-content .grey-bg {
  margin-bottom: 0;
}

/*---------- content module grey bg removing bottom space ends ----------*/
/*---------- Module - Show more less starts ----------*/
.module-show-more-less .show-more-less-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.module-show-more-less .show-more-less-button-wrapper .show-more,
.module-show-more-less .show-more-less-button-wrapper .show-less {
  transition: 0.5s;
}

.toggle-wrapper {
  display: none;
}

.show-more-content-wrapper .toggle-wrapper {
  display: block;
}

.show-more-content-wrapper {
  display: none;
  overflow: visible !important;
}

.module-show-more,
.module-show-less {
  padding: 60px 0;
}

.module-show-more .show-more-button-wrapper,
.module-show-less .show-less-button-wrapper {
  text-align: center;
}

.module-show-more .show-more-button-wrapper a.btn,
.module-show-less .show-less-button-wrapper a.btn {
  margin: 0;
}

.module-show-less {
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 30px;
}

.module-show-more .show-more-button-wrapper a.btn:after {
  content: '\002B';
  position: relative;
  display: inline-block !important;
  font-size: 2rem;
  margin-left: 5px;
  top: 3px;
  background: transparent !important;
}

.module-show-less .show-less-button-wrapper a.btn:after {
  content: '\2212';
  position: relative;
  display: inline-block !important;
  font-size: 2rem;
  margin-left: 5px;
  top: 3px;
  background: transparent !important;
}

.module-show-less.show-less-grey-bg {
  padding: 60px 0;
  margin-top: 0;
}

/*---------- Module - Show more less ends ----------*/
/*---------- Leadership detail page enhancement starts ----------*/
.leader-detail .insights-right-section .article-main .insight-title {
  min-height: auto;
}

/*---------- Leadership detail page enhancement ends ----------*/
/*---------- Sitewide spacing enhancements enhancements starts ----------*/
div#signpost-box-top .signpost-wrapper .signpost-content p:last-child {
  padding-bottom: 0;
}

/*---------- Sitewide spacing enhancements enhancements ends ----------*/
/*---------- Our People and Insights module Enhancements starts ----------*/
.insights-bottom-section.insights-right-section .right-panel-wrapper p.tag {
  padding: 10px 0;
}

.insights-bottom-section.insights-right-section .right-panel-wrapper p.tag a,
.module-related-articles .right-panel-wrapper p.tag a {
  font-size: 1.2rem;
  color: #429bd6;
  text-transform: uppercase;
  padding-bottom: 0;
}

.insights-bottom-section.insights-right-section .right-panel-wrapper {
  border-bottom: 1px solid #7f7f7f;
  padding-bottom: 25px;
}

.insights-bottom-section.insights-right-section .right-panel-wrapper:last-child {
  border-bottom: none;
}

.insights-bottom-section.insights-right-section .right-panel-wrapper > h3 {
  font-size: 2.4rem;
  line-height: 3rem;
  font-family: 'adobe-garamond-pro';
  font-weight: 400;
  padding-bottom: 13px;
  padding-top: 0;
}

.insights-bottom-section.insights-right-section .right-panel-wrapper .date {
  display: inline-block;
  padding-top: 8px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-bottom: 13px;
}

.insights-bottom-section.insights-right-section .right-panel-wrapper .description {
  font-size: 1.6rem;
  line-height: 1.6;
}

/*---------- Our People and Insights module Enhancements ends ----------*/
/*---------- Module - Related articles starts ----------*/
.module-related-articles {
  padding: 60px 0;
}

@media screen and (min-width: 1200px) {
  .module-related-articles .right-panel-wrapper .img-wrap-insight {
    height: 180px;
    width: 100%;
  }

  .module-related-articles .right-panel-wrapper .img-wrap-insight img {
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .module-related-articles .right-panel-wrapper > h3 {
    height: auto !important;
  }
}

.module-related-articles h2.title {
  margin-bottom: 30px;
}

.module-related-articles .right-panel-wrapper .date {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-bottom: 10px;
}

.module-related-articles .right-panel-wrapper .description {
  font-size: 1.6rem;
  line-height: 1.6;
}

/*---------- Module - Related articles ends ----------*/
/*---------- Module - Homepage Signpost Box Starts--21-12-2021-C.S----------*/
.signpostWrap.Home .signpost-title.top,
.signpostWrap.Home .signpost-title.top a {
  font-size: 1.2rem;
  font-weight: 600;
  color: #429bd6;
  border-bottom: none;
  padding: 5px 0;
  font-family: 'Graphik SemiBold Web';
  text-transform: uppercase;
}

.signpostWrap.Home .signpost-subtitle.top {
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  color: #000;
  font-family: 'Graphik SemiBold Web';
}

.signpostWrap.Home .signpost-date {
  line-height: normal;
  padding-top: 5px;
}

.signpostWrap.Home .signpost-content {
  line-height: 1.71;
  border-bottom: solid 1px #7f7f7f;
  padding: 8px 0 23px;
}

.signpostWrap.Home .signpost-wrapper {
  margin-bottom: 18px;
}

.signpostWrap.Home .signpost-wrapper .signpost-content p {
  padding: 0;
}

.signpostWrap.Home .signpost-wrapper .signpost-content p a {
  color: #007d55;
  font-weight: 600;
  line-height: 2.4rem;
}

.signpostWrap.Home .home-twitter-social .twitter-feeds-title p {
  font-family: 'Graphik Web';
  font-size: 1.6rem;
  line-height: 1.63;
  color: #000;
  padding: 15px 0 5px;
}

.signpostWrap.Home .twitter-bottom {
  border-top: none;
}

.signpostWrap.Home .twitter-bottom .twitter-bottom a {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #007d55;
}

.signpostWrap.Home .col-sm-8.col-xs-12 > div:last-child .signpost-wrapper .signpost-content {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.signpostWrap.Home .col-sm-8.col-xs-12 > div:first-child p.signpost-title.top,
.signpostWrap.Home .col-sm-8.col-xs-12 > div:first-child p.signpost-title.top a {
  padding-top: 0;
}

.signpostWrap.Home .counter0 p.signpost-title.top {
  padding-top: 0;
}

.signpostWrap.Home .counter0 p.signpost-title.top span.twitter-name {
  background: url(/content/dam/microsites/elianttrade/icons/twitter) no-repeat;
  height: 15px;
  width: 18px;
  display: inline-block;
  background-size: 100%;
  cursor: pointer;
  margin-left: 10px;
}

.signpostWrap.Home .counter0 p.signpost-title.top span.twitter-name a {
  display: none;
}

/*---------- Module - Homepage Signpost Box Ends ----------*/
/*---------- Content Module - Careers Page - Second CTA Starts ----------*/
.content-module-wrapper .intro-content a.btn:last-child {
  margin-left: 25px;
}

.content-module-wrapper .intro-content a.btn.two {
  color: #3b62ae;
  border: solid 1px #3b62ae;
}

.content-module-wrapper .intro-content a.btn.two:hover {
  background: #3b62ae;
  color: #ffffff;
}

/*---------- Content Module - Careers Page - Second CTA Ends ----------------*/
/*----------------------- Homepage Banner Starts ----------------------------*/
div#bannerwrapper,
#mob-bannerwrapper.homepage-banner {
  min-height: 350px;
}

.homepage-banner .bannerSlide .banner-content .banner-text p {
  color: #ffffff;
}

/*------------------------- Homepage Banner Ends ----------------------------*/
/*--------------------------- Homepage Intro Content Module Starts ------------------------*/
.homeWrap .homepage-intro-content h2.introWrap-title {
  font-size: 4rem;
  line-height: 4.8rem;
  color: #007d55;
  font-family: 'adobe-garamond-pro';
}

.homeWrap .introWrap h2 {
  font-size: 4rem;
  line-height: 4.8rem;
  color: #000000;
  font-family: 'adobe-garamond-pro';
}

.homepage-intro-content .intro-text-wrapper .intro-text-content .intro-text p,
.introWrap .intro-text-wrapper .intro-text-content .intro-text p {
  font-size: 2.8rem;
  line-height: 3.4rem;
}

.homepage-intro-content .intro-text-wrapper .intro-text-content .intro-text p:last-child,
.introWrap .intro-text-wrapper .intro-text-content .intro-text p:last-child {
  padding-bottom: 0;
}

.homepage-intro-content .intro-text-wrapper .intro-text-content .intro-text a,
.introWrap .intro-text-wrapper .intro-text-content .intro-text a {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.01px;
  color: #007d55;
}

.homepage-intro-content .intro-text-wrapper .intro-text-content .intro-text a:after,
.introWrap .intro-text-wrapper .intro-text-content .intro-text a:after {
  display: none;
}

/*--------------------------- Homepage Intro Content Module Ends ------------------------*/
/*---------------------- Stockholder Menu Enhancements and Structual Updates Starts -------------------*/
.signpostRight.mega-menu-block-with-bottom-link .mega-impact {
  display: flex;
  flex-direction: column;
}

.signpostRight.mega-menu-block-with-bottom-link .mega-impact .report-img {
  width: auto;
}

.signpostRight.mega-menu-block-with-bottom-link .mega-impact .report-img img {
  width: auto;
}

.signpostRight.mega-menu-block-with-bottom-link .mega-impact .report-wrap a {
  color: #000000 !important;
  font-size: 2.4rem;
  font-family: 'adobe-garamond-pro';
  margin-top: 15px;
}

li#nav-stockholders-level1 li#nav-apollo-global-management-inc-level2 {
  margin-left: 35%;
}

li#nav-stockholders-level1 li.level3 {
  display: none;
}

ul#section-stockholders-level2 li.level2 {
  border-bottom: none;
}

ul#section-stockholders-level2 li.level2:not(:first-child) {
  margin-left: 35%;
  padding-bottom: 0;
  padding-top: 0;
}

ul#section-stockholders-level2 li.level2:not(:first-child) a span {
  font-family: 'Graphik Web';
  font-size: 1.4rem;
}

.signpostRight.mega-menu-block-with-bottom-link .mega-impact .report-wrap a:before {
  display: none;
}

.signpostRight.mega-menu-block-with-bottom-link .mega-impact .report-wrap a:hover {
  text-decoration: underline;
}

.signpostRight.mega-menu-block-with-bottom-link .mega-impact {
  padding-top: 20px !important;
}

.topnavigation li#nav-stockholders-level1 .hedermenuSignpostItem ul:first-child {
  padding-top: 35px;
}

.Sub-Navigation-Wrapper .sub-navigation ul li.level3 {
  padding-bottom: 17px;
}

div#mobi-section-stockholders-level2 .mm-listview li.level2 a {
  white-space: normal;
}

div#mobi-section-stockholders-level2 .mm-listview li.level2 a span:after {
  display: inline-block;
  position: relative;
  top: 0;
  display: none;
}

div#mobi-section-stockholders-level2 .mm-listview li.level3 a span:after {
  display: none;
}

div#mobi-section-stockholders-level2 .mm-listview li.level3,
.mm-listview li.level4:after {
  content: none;
}

div#mobi-section-stockholders-level2 .mm-listview li.level3,
.mm-listview li.level4 {
  border: none;
}

body#ip3-site-map
  div#contentwrapper
  li#nav-stockholders-level1
  li#nav-apollo-global-management-inc-level2 {
  margin-left: 0;
}

body#ip3-site-map div#contentwrapper ul#section-stockholders-level2 li.level2:not(:first-child) {
  margin-left: 0;
}

body#ip3-site-map
  div#contentwrapper
  ul#section-stockholders-level2
  li.level2:not(:first-child)
  a
  span {
  font-family: 'Graphik SemiBold Web';
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  body#ip3-site-map
    div#contentwrapper
    ul#section-stockholders-level2
    li.level2:not(:first-child)
    a
    span {
    font-size: 1.3rem;
  }
}

body#ip3-site-map div#contentwrapper li#nav-stockholders-level1 li.level3 {
  display: block;
}

/*---------------------- Stockholder Menu Enhancements and Structual Updates Ends -------------------*/
/*---------------------- Our People page enhancements starts -------------------*/
.bodWrapper.hide-management-committee .management-committee {
  display: none;
}

.bodWrapper.hide-management-committee .management-member {
  display: none;
}

.bodWrapper.hide-management-committee .accordion-wrapper.member-mod {
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  padding-top: 40px;
}

/*---------------------- Our People page enhancements ends -------------------*/
body#ip3-overview.ip3-apollo-asset-management-inc.ip3-stockholders #contentwrapper {
  background-color: #f0f0f1;
}

#contentwrapper .governance-leadership li.icon-co-chair:before,
.governance-leadership-category ul.drp-list li a[data-itemname='co-chair']:before {
  content: '\e93c';
  color: #007d55;
}

#contentwrapper .governance-leadership li.icon-nominating-and-corporate-governance-committee:before,
.governance-leadership-category
  ul.drp-list
  li
  a[data-itemname='nominating-and-corporate-governance-committee']:before {
  content: '\e93c';
  color: #ff8551 !important;
}

#contentwrapper
  .governance-leadership
  li.icon-sustainability-and-corporate-responsibility-committee:before,
.governance-leadership-category
  ul.drp-list
  li
  a[data-itemname='sustainability-and-corporate-responsibility-committee']:before {
  content: '\e93c';
  color: #07a979 !important;
}

.governance-leadership-category ul.drp-list .conflicts-committee {
  display: none;
}

/*---------------------- Insights Landing page content Title enhancement starts -------------------*/
.insights-main .insights-bottom-section h2 {
  display: block;
}

/*---------------------- Insights Landing page content Title enhancement ends -------------------*/
/*---------------------- Our People tagging functionality Enhancements starts -------------------*/
/*.insights-right-section h2.right-articles-title:not(:first-child) {
display: none;
}*/
.insights-bottom-section.insights-right-section .right-panel-wrapper h3 a,
.module-related-articles .right-panel-wrapper h3 a {
  font-family: 'adobe-garamond-pro' !important;
  color: #000;
}

.module-related-articles .right-panel-wrapper h3 a {
  display: inline-block;
}

.insights-right-section h2.hide.right-articles-title {
  display: none;
}

/*---------------------- Our People tagging functionality Enhancements ends -------------------*/
.content-signpost-wrapper .statsright p.right-top-image {
  position: relative;
  padding-bottom: 50px;
  /*margin-bottom: 20px;*/
}

.content-signpost-wrapper .statsright p.right-top-image:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 50%;
  background: #939597;
  bottom: 0;
  left: 0;
  display: inline-block;
}

.videoWrap.icons-with-content .video-player.icon-image {
  padding: 0;
  padding-left: 15px;
}

.videoWrap.icons-with-content {
  padding-top: 20px;
}

.videoWrap.icons-with-content .video-text.icon-img-content {
  font-family: 'Graphik Web' !important;
  padding-left: 20px;
}

.videoWrap.icons-with-content .icon-img-content-wrapper {
  height: auto;
}

.keyfact-items.portfolio-signpost.stats-with-highlighted-description .keyfact-text {
  font-size: 3rem !important;
  font-family: 'Graphik Web' !important;
  color: #007d55;
}

.keyfact-items.portfolio-signpost.stats-with-highlighted-description .keyfact-data .preval {
  font-size: 4rem;
  margin-top: 0 !important;
}

.keyfact-items.portfolio-signpost.stats-with-highlighted-description .keyfact-data .value.counter {
  font-size: 8.2rem;
}

.keyfact-items.portfolio-signpost.stats-with-highlighted-description .keyfact-data .postval {
  font-size: 8.2rem;
}

.keyfact-items.portfolio-signpost.stats-with-highlighted-description .keyfact-data .postval span {
  font-size: 4rem;
  line-height: normal;
  position: relative;
  vertical-align: middle;
  top: -20px;
}

.ip3-edit .topnavigation ul li.level1 ul {
  display: none !important;
}

.ip3-edit .topnavigation ul li.level1 {
  pointer-events: auto;
}

/*---------------------- Video Landing page and Video Detail page starts -------------------*/
.videos-landing-page-wrapper .videos-item-image-wrapper img {
  max-height: 200px;
  object-fit: cover;
}

.videos-item-detail-wrapper .inv_playerContainer {
  width: 50%;
  min-height: 320px;
}

.videos-item-detail-wrapper a.video-popup-link-button {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.videos-item-detail-wrapper a.video-popup-link-button:after {
  content: '';
  position: absolute;
  color: #ffffff;
  display: inline-block;
  background: url(/content/dam/microsites/elianttrade/icons/play-icon) no-repeat;
  height: 60px;
  width: 60px;
  /*bottom: 15px;*/
  /*right: 15px;*/
  transition: all ease-out 0.5s;
  background-size: 60px;
}

.videos-landing-page-wrapper .videos-item-image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.videos-landing-page-wrapper .videos-item-image-wrapper:before {
  content: '';
  position: absolute;
  color: #ffffff;
  display: inline-block;
  background: url(/content/dam/microsites/elianttrade/icons/play-icon) no-repeat;
  height: 40px;
  width: 40px;
  /* bottom: 15px; */
  /* right: 15px; */
  transition: all ease-out 0.5s;
  background-size: 40px;
}

.videos-landing-page-wrapper a.video-details {
  position: absolute !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.videos-item-detail-wrapper a.video-popup-link-button:focus:after {
  background: url(/content/dam/microsites/elianttrade/icons/play-icon) no-repeat !important;
  background-size: 60px !important;
}

.video-item-bg-image-wrapper {
  position: relative;
}

.video-item-bg-image {
  z-index: 9;
  position: relative;
  width: 50%;
  min-height: 320px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-item-details-popup .mfp-iframe {
  background: #ffffff;
}

.video-item-details-popup .mfp-wrap {
  overflow: hidden !important;
}

.video-item-details-popup .mfp-iframe-holder .mfp-content {
  max-width: 95%;
  max-height: 95%;
}

.video-item-details-popup .float100.brdcrumb {
  display: none;
}

/*---------------------- Video Landing page and Video Detail page ends -------------------*/
/*----------------------Module - Values css-C.S-13-04-2022-stastrs-------------------*/
.module-values-wrapper .module-vlaues-bg.no-grey-bg {
  background: #fff;
}

.content-module-wrapper .intro-content.no-grey-bg .grey-bg {
  background: #fff;
}

#contentwrapper .intro-content.no-grey-bg .grey-bg ul li::before {
  color: #000000;
}

.content-module-wrapper .intro-content.no-grey-bg .grey-bg p:last-child {
  padding-bottom: 0;
}

#contentwrapper .content-module-wrapper .intro-content .grey-bg ul li:before {
  color: #00aa78;
}

#contentwrapper .content-module-wrapper .intro-content ul li:before {
  color: #000;
}

.value-title h2 {
  font-family: 'adobe-garamond-pro';
  font-size: 4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000;
}

.value-title h2:after {
  background: none;
}

.module-values-wrapper .module-vlaues-bg.grey-bg.no-grey-bg .item-col {
  max-width: 100%;
}

.module-values-wrapper
  .module-vlaues-bg.grey-bg.no-grey-bg
  .values-sub-heading
  .values-item-content {
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: normal;
}

@media screen and (max-width: 991.98px) {
  .footer-top .footer-social {
    padding-top: 0;
    left: 0;
    bottom: 0;
    top: 0;
    position: relative;
  }

  .footer-top .copyright {
    float: right;
    padding: 0px;
  }

  .footer-links-container .footer-top .footer-link {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .copyright > p {
    padding-bottom: 30px !important;
  }

  .videos-no-light-box .no-light-videos-sub-title {
    overflow: hidden;
    min-height: auto;
  }
}

@media screen and (max-width: 767.98px) {
  .module-values-wrapper
    .module-vlaues-bg.grey-bg.no-grey-bg
    .module-values
    .item-col
    .values-item-heading {
    margin-bottom: 20px;
    height: auto !important;
  }

  .module-values-wrapper .module-vlaues-bg.grey-bg.no-grey-bg .module-values-item {
    padding-bottom: 20px;
  }

  .icon-linked-in-square:before {
    content: '\e902';
  }

  .videos-no-light-box .no-light-videos-sub-title .video-thumbnail a.no-light-box-button {
    /*top: 25%;right: 38%;*/
  }

  iframe#video-playin-page {
    height: 100%;
    width: 100%;
  }

  .videos-no-light-box .no-light-videos-sub-title .video-thumbnail a.no-light-box-button:after {
    width: 70px;
    height: 70px;
  }

  div#videoPlayerStandalone {
    opacity: 0;
    width: 100% !important;
  }
}

/*---------------------- Tagged Insights Module starts -------------------*/
.tagged-insights-module-wrapper {
  padding: 60px 0;
}

.tagged-insights-module-wrapper .tagged-insights-item .tag {
  font-size: 1.2rem;
  line-height: 1;
  color: #395878;
  font-family: 'Graphik SemiBold Web';
  text-transform: uppercase;
}

.tagged-insights-module-wrapper .tagged-insights-item h3.insights-title a {
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  text-decoration: underline;
  transition: 0.5s;
}

.new-insights-detail-wrapper.tagged-insights-module-wrapper
  .tagged-insights-item
  h3.insights-title
  a {
  font-family: 'Graphik Semibold Web';
}

.tagged-insights-module-wrapper .tagged-insights-item h3.insights-title a:hover,
.tagged-insights-module-wrapper .tagged-insights-item h3.insights-title a:focus {
  color: #395878 !important;
  text-decoration: underline !important;
}

.tagged-insights-module-wrapper .tagged-insights-item .description {
  font-size: 1.6rem;
  line-height: 1.76;
}

.tagged-insights-module-wrapper .loadmoree {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tagged-insights-module-wrapper .tagged-insights-item .description p:last-child {
  padding-bottom: 0;
}

.tagged-insights-module-wrapper .tagged-insights-item-col {
  padding-bottom: 60px;
  /*min-height: 514px;*/
}

.tagged-insights-module-wrapper .tagged-insight-item-image {
  overflow: hidden;
  height: 180px;
}

.tagged-insights-module-wrapper .tagged-insight-item-image-wrapper img {
  transition: all ease-out 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tagged-insights-module-wrapper .tagged-insight-item-image-wrapper:hover img {
  transform: scale(1.1);
}

.tagged-insights-module-wrapper .tagged-insights-module-title:after {
  display: none;
}

.tagged-insights-module-wrapper .tagged-insights-item {
  border-top: 1px solid #000000;
  padding-top: 20px;
}

.tagged-insights-module-wrapper h3.insights-title {
  padding: 20px 0;
  height: auto !important;
}

.tagged-insights-module-wrapper .tagged-insights-module-title {
  padding: 0 10px;
  padding-bottom: 60px;
  text-align: center;
  font-size: 4rem;
  line-height: 1.2;
  font-family: 'adobe-garamond-pro';
}

/*---------------------- Tagged Insights Module ends -------------------*/
.insights-detail .video-player .video-popup-link {
  max-height: 180px;
}

.insights-detail .video-player .video-popup-link img {
  height: 180px;
  object-fit: cover;
}

.header-toppad .topnavigation ul li > div {
  background: #fff;
  transition: unset;
  top: 123px;
}

.header.new-white-navigation .header-toppad .topnavigation > ul > li.level1.current > a span {
  color: #fff;
  font-family: 'Graphik SemiBold Web';
}

.header-toppad .topnavigation > ul > li.level1.selected > a span {
  font-family: 'Graphik SemiBold Web';
}

ul#section-our-business-level2 .signpostLeft {
  margin-left: 0%;
  width: 100%;
  margin-top: 10px;
}

/*---------------------- Inner pages banner video option enhancement starts -------------------*/
/*------------------ Module Image content Start------------------------*/
.module-image-content-wrapper {
  padding: 60px 0;
}

.module-image-content-wrapper .full-width {
  width: 100%;
  max-width: 100%;
}

.module-image-content-wrapper .module-image-content-pull .d-flex.align-items-center {
  display: flex;
  align-items: center;
}

.module-image-content-wrapper .full-width .module-image-content-pull .row.d-flex .col-lg-5 {
  padding-left: calc((100% - 1110px) / 2);
}

.module-image-content-wrapper
  .full-width
  .module-image-content-pull.module-content-right-img
  .row.d-flex
  .col-lg-5 {
  padding-right: calc((100% - 1110px) / 2);
  padding-left: 0;
}

.module-image-content-wrapper .module-image-content-lable p {
  font-family: 'Graphik Medium Web';
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.81;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #999999;
  padding-bottom: 10px;
}

.module-image-content-wrapper h3.module-image-content-title {
  color: #000000;
  padding-bottom: 12px;
}

h2.module-image-content-title::after {
  display: none;
}

.module-image-content-wrapper .module-image-content-desc p {
  font-family: 'Graphik Web';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  color: #000000;
  padding-bottom: 40px;
}

.module-image-content-wrapper .module-image-content-link {
  align-items: center;
  display: inline-flex;
}

.module-image-content-wrapper .module-image-content-link a {
  border: 1px solid #1bc191;
  align-items: center;
  display: inline-flex;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.module-image-content-wrapper .module-image-content-link a {
  padding: 13px 31px;
  font-family: 'Arial' !important;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #233e3c;
  text-decoration: none;
}

.module-image-content-wrapper .module-image-content-link:hover,
.module-image-content-wrapper .module-image-content-link a:focus {
  background: #1bc191;
  color: #fff !important;
  text-decoration: none;
}

.module-image-content-wrapper .module-image-content-link:hover a,
.module-image-content-wrapper .module-image-content-link:focus a {
  color: #fff;
  text-decoration: none;
}

.module-image-content-wrapper .item-image img {
  object-fit: cover;
  width: 100%;
  min-height: 540px;
  height: 100%;
  transition: all ease-out 0.5s;
}

@media screen and (max-width: 1023.98px) {
  .module-image-content-wrapper .module-image-content-pull .d-flex.align-items-center {
    flex-direction: column;
  }

  .module-image-content-wrapper .module-content-right-img .d-flex.align-items-center {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .module-image-content-wrapper .full-width .module-image-content-pull .row.d-flex .col-lg-5,
  .module-image-content-wrapper
    .full-width
    .module-image-content-pull.module-content-right-img
    .row.d-flex
    .col-lg-5 {
    padding-left: calc((100% - 1000px) / 2);
  }
}

@media screen and (max-width: 991.98px) {
  .module-image-content-wrapper .item-image img {
    min-height: auto !important;
  }

  .module-image-content-wrapper
    .full-width
    .row.d-flex
    .module-image-content
    .module-image-content-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .module-image-content-wrapper.tablet-mobile-padding-bottom-0 {
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 768px) {
  .module-image-content-wrapper .full-width .row.d-flex .module-image-content {
    /*padding-right: 20px !important;
    padding-left: 20px !important;*/
  }
}

/*------------------ Module Image content End------------------------*/
/*------------------ Module Column content Start------------------------*/
.module-column-content-wrapper {
  background-color: #233e3c;
  padding: 60px 0;
  margin: 60px 0;
}

.module-column-content-wrapper .module-column-content-lable p {
  font-family: 'Graphik Medium Web';
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.81;
  letter-spacing: 1.6px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.module-column-content-wrapper h2.module-column-content-title {
  /*font-family: 'Graphik Extra Light Web';
  font-size: 58px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;*/
  color: #1bc191;
  padding-bottom: 0;
}

.module-column-content-wrapper h2.module-column-content-title span {
  color: #fff;
}

.module-column-content-wrapper h2.module-column-content-title::after {
  display: none;
}

.one-third h2.module-column-content-title {
  font-family: 'Graphik Extra Light Web';
  font-size: 40px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #1bc191;
  padding-bottom: 0;
}

.module-column-content-wrapper .module-column-content-desc p {
  font-family: 'Graphik Web';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #fff;
  padding-bottom: 40px;
}

.module-column-content-wrapper .module-column-content-link {
  align-items: center;
  display: inline-flex;
}

.module-column-content-wrapper .module-column-content-link a {
  border: 1px solid #1bc191;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.module-column-content-wrapper .module-column-content-link a {
  padding: 13px 31px;
  font-family: 'Arial' !important;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #fff;
}

.module-column-content-wrapper .module-column-content-link:hover,
.module-column-content-wrapper .module-column-content-link a:focus {
  background: #1bc191;
  text-decoration: none;
  color: #fff !important;
}

.module-column-content-wrapper .module-column-content-link:hover a {
  text-decoration: none;
}

.module-column-content-wrapper .switch-position {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.module-column-content-wrapper .row.d-flex.align-items-center.one-third {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .module-column-content-wrapper h2.module-column-content-title {
    padding-bottom: 20px;
  }

  .module-column-content-wrapper .module-column-content-desc p {
    line-height: 1.5;
  }

  .module-column-content-wrapper .switch-position {
    flex-direction: column;
  }

  .module-column-content-wrapper .switch-position .module-column-content-left,
  .module-column-content-wrapper .switch-position .module-column-content-left-right {
    text-align: left;
  }

  .module-column-content-wrapper .row.d-flex.align-items-center.one-third {
    flex-direction: column;
    align-items: flex-start;
  }

  .module-column-content-wrapper
    .row.d-flex.align-items-center.one-third
    .module-column-content-link {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .module-column-content-wrapper .module-column-content-pull {
    padding: 0 20px;
  }
}

/*------------------ Module Column content End------------------------*/
/*----------------- Module Column Left Colored Border Start ----------------- */
.module-columns-left-colored-border-wrapper .module-columns-left-colored-border h2:after {
  content: none;
}

.module-columns-left-colored-border-wrapper {
  padding: 60px 0;
  /*background: #d4d5d6;*/
}

.module-columns-left-colored-border-wrapper
  .module-columns-left-colored-border
  .columns-left-colored-border-item:first-child {
  margin-left: 3% !important;
}

.module-columns-left-colored-border h2.title {
  text-transform: capitalize;
  color: #333333;
  /*margin-bottom:82px;*/
  margin-bottom: 42px;
  /* Changed the bottom space of heading due to add content above strategy columns as per ticket AWQ-274 */
  padding-bottom: 0;
  padding-top: 0;
}

.module-columns-left-colored-border
  .columns-left-colored-border-item
  h3.columns-left-colored-border-item-heading {
  color: #000;
  padding-bottom: 0;
}

.module-columns-left-colored-border
  .columns-left-colored-border-item
  .columns-left-colored-border-item-content {
  margin-top: 20px;
  font-family: 'Graphik Web';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.module-columns-left-colored-border .columns-left-colored-border-item .left-colored-border:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: inherit;
  left: -15px;
  opacity: 0.5;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .module-columns-left-colored-border-wrapper
    .module-columns-left-colored-border
    .columns-left-colored-border-item:first-child {
    margin-left: 0 !important;
  }

  .module-columns-left-colored-border
    .columns-left-colored-border-item
    .left-colored-border:before {
    content: '';
    left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .module-columns-left-colored-border h2.title {
    margin-bottom: 44px;
  }

  .module-columns-left-colored-border-wrapper
    .module-columns-left-colored-border
    .columns-left-colored-border-item {
    margin-left: 3%;
    margin-bottom: 30px;
  }
}

/*---------------- module columns left colored border end -------------------- */
/*---------------------- New refresh banner style starts -------------------*/
.inner-banner-top.new-refresh-banner-style {
  height: 654px;
}

.inner-banner-top.new-refresh-banner-style + .inner-banner {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .inner-banner-top.new-refresh-banner-style {
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .inner-banner-top.new-refresh-banner-style {
    height: 350px;
  }
}

.homepage-refresh-banner {
  position: relative;
  height: 850px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage-refresh-banner-bg-video {
  height: auto;
  max-height: 850px;
}

.homepage-refresh-banner-content-wrapper {
  position: absolute;
  z-index: 9;
  width: 100%;
  /* top: calc(50% + 75px);
  height: auto;
  transform: translateY(-50%);*/
}

.homepage-refresh-banner-bg-video-desktop.inv_playerContainer {
  max-height: 850px;
  pointer-events: none;
  height: auto;
  /*height: 850px;*/
  width: 100%;
}

.homepage-refresh-banner-bg-video-desktop.inv_playerContainer .inv_videoControls {
  display: none !important;
}

.video-poster-image-wrapper {
  width: 100%;
  object-fit: cover;
}

h2.homepage-refresh-banner-content-title {
  margin-top: 20px;
  color: #333333;
  padding: 0;
  text-transform: capitalize;
}

.homepage-refresh-banner-description-title h1 {
  font-family: 'Graphik Medium Web' !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 29px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #333333;
  padding: 0;
}

.homepage-refresh-banner-description p {
  font-family: 'Graphik Web';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}

.homepage-refresh-banner-description p:last-child {
  padding-bottom: 0;
}

.homepage-refresh-banner-description p a {
  font-family: 'Graphik SemiBold Web';
  color: #395878;
  text-decoration: underline;
  transition: 0.5s;
}

.homepage-refresh-banner-description p a:hover,
.homepage-refresh-banner-description p a:focus {
  text-decoration: none;
}

.video-poster-image-wrapper img,
.video-poster-image-wrapper-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.refresh-banner-tablet-image,
.refresh-banner-mobile-image {
  display: none;
}

.homepage-refresh-banner-bg-video-desktop .inv_videoLoaderArea {
  display: none !important;
}

.homepage-refresh-banner .homepage-refresh-banner-bg-video-desktop.inv_playerContainer {
  background-image: none !important;
  background-color: transparent !important;
}

.homepage-refresh-banner-description-wrapper .btn-new {
  border: 1px solid #1bc191;
  background: transparent;
  transition: all 0.5s;
  cursor: pointer;
  padding: 13px 31px;
  font-family: 'Arial' !important;
  font-weight: normal;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #233e3c;
  text-decoration: none;
  margin-top: 30px;
}

.homepage-refresh-banner-description-wrapper .btn-new:hover,
.homepage-refresh-banner-description-wrapper .btn-new:active,
.homepage-refresh-banner-description-wrapper .btn-new:focus {
  background: #1bc191;
  color: #fff !important;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .homepage-refresh-banner-content-wrapper {
    background-color: transparent !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .homepage-refresh-banner-content-wrapper {
    padding-bottom: 60px;
  }

  .homepage-refresh-banner {
    height: 604px !important;
  }

  .homepage-refresh-banner .homepage-refresh-banner-bg-video-desktop.inv_playerContainer {
    display: none;
  }
}

@media screen and (min-width: 992px) and (max-width: 1023px) {
  .homepage-refresh-banner-bg-video-desktop {
    display: block;
  }

  .refresh-banner-tablet-image {
    display: none;
  }

  .refresh-banner-mobile-image {
    display: none;
  }

  .homepage-refresh-banner-bg-video-desktop.inv_playerContainer {
    height: 100%;
  }

  .homepage-refresh-banner-content-wrapper {
    background-color: transparent !important;
  }

  .homepage-refresh-banner-bg-video-desktop.inv_playerContainer .inv_videoMainContainer {
    left: -2px;
  }
}

@media screen and (max-width: 991px) {
  .homepage-refresh-banner-bg-video-desktop {
    display: none;
  }

  .homepage-refresh-with-video {
    position: relative !important;
  }

  .refresh-banner-tablet-image {
    display: block;
    height: 591px;
  }

  .refresh-banner-tablet-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .refresh-banner-mobile-image {
    display: none;
  }

  .homepage-refresh-banner-content-wrapper {
    position: relative;
    transform: translateY(0);
  }

  .homepage-refresh-banner {
    height: auto !important;
    background-image: none !important;
    flex-direction: column;
  }

  .homepage-refresh-banner-content-wrapper {
    padding: 60px 0;
  }

  h1.homepage-refresh-banner-content-title {
    margin: 0;
    padding-top: 0;
  }

  .homepage-refresh-banner .homepage-refresh-banner-description-wrapper {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .refresh-banner-tablet-image {
    display: none;
  }

  .refresh-banner-mobile-image {
    display: block;
  }

  .homepage-refresh-banner {
    height: 413px;
  }

  h1.homepage-refresh-banner-content-title {
    font-size: 5.2rem;
    line-height: 1;
  }

  .refresh-banner-mobile-image img {
    width: 100%;
    object-fit: cover;
  }

  .homepage-refresh-banner-description p {
    line-height: 1.5;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1440px) {
  .homepage-refresh-banner {
  }

  .homepage-refresh-banner .homepage-refresh-banner-bg-video-desktop.inv_playerContainer {
    height: 100%;
    min-height: 700px;
  }

  .homepage-refresh-banner-content-wrapper {
    position: relative;
  }

  .homepage-refresh-with-video {
    position: absolute;
  }
}

@media screen and (min-width: 1440px) {
  .homepage-refresh-banner {
    min-height: 850px !important;
  }
}

/*@media screen and (min-width: 1141px) {
.homepage-refresh-banner {
height: auto !important;
}
}*/
/*---------------------- New refresh banner style ends -------------------*/
/*---------------------- Insights Start -------------------*/
.insights-main .article-title {
  padding: 29px 0 0;
}

.insights-main .insight-title p {
  font-family: 'Graphik Medium Web';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #999999;
}

.insights-main .insight-title h3,
.insights-main .article-title h2 {
  font-family: 'Graphik Light Web';
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 28px;
  color: #000000;
}

.insights-main .article-title h2:after {
  display: none;
}

.insights-main .article-link a {
  /*font-family: 'Graphik Web'!important;*/
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.05em;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 2px solid #326462;
  /*margin-top: 39px;*/
}

.insights-main .article-link a:hover {
  text-decoration: none;
}

.insights-main .article-link a:before {
  display: none;
}

.insights-main .article-content {
  font-family: 'Graphik Web';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

/*---------------------- Insights end -------------------*/
/*---------------------- Home Insights Start -------------------*/
.InsightsModule {
  padding: 60px 0;
}

.InsightsModule .insights-title {
  padding-bottom: 40px;
}

.InsightsModule .insights-title h2 {
  color: #3f3f3f;
}

.InsightsModule .insights-list .insights-top .insight-img,
.insights-main .insights-top-section .insights-top .article-img {
  height: 100%;
  overflow: hidden;
}

.InsightsModule .insights-list .insights-top .insight-img img,
.insights-main .insights-top-section .insights-top .article-img img {
  width: 100%;
  height: 180px;
  transition: all ease-out 0.5s;
  object-fit: cover;
  position: relative;
}

.InsightsModule .insights-list .insight-category p {
  padding-bottom: 20px;
  border-top: 1px solid #000;
  padding-top: 20px;
}

.InsightsModule .insights-list .insight-category p,
.InsightsModule .insight-social-title p {
  font-size: 1.2rem;
  line-height: 1;
  color: #17a17a;
  font-family: 'Graphik SemiBold Web';
  font-weight: 600;
  text-transform: uppercase;
}

.InsightsModule .insights-list .article-title {
  padding: 20px 0;
}

.insights-main .insights-top-section .insights-top .article-title {
  padding: 0 0 20px;
}

.insights-main .insights-top-section .insights-top .article-author {
  display: none;
}

.InsightsModule .insights-list .article-title a,
.insights-main .insights-top-section .insights-top .article-title a {
  /*text-transform: capitalize;*/
  font-family: 'Graphik SemiBold Web';
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  text-decoration: underline;
  transition: 0.5s;
}

.InsightsModule .insights-list .article-title a:after,
.insights-main .insights-top-section .insights-top .article-title a:after {
  display: none;
}

.InsightsModule .insights-list .article-title a:hover,
.insights-main .insights-top-section .insights-top .article-title a:hover {
  color: #17a17a;
}

.InsightsModule .insights-list .insights-bottom {
  /*padding: 30px 24px 33px 24px;*/
  position: relative;
}

.InsightsModule .insights-list .insights-bottom .date {
  font-family: 'Graphik Medium Web';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 9px;
}

/* home page insight start*/
.InsightsModule .insights-list .listing-insider {
  position: relative;
}

.InsightsModule .insights-list .listing-insider .insights-bottom {
  padding-bottom: 40px;
  position: initial;
}

.InsightsModule .insights-list .listing-insider .insights-bottom .article-link {
  position: absolute;
  bottom: 0;
}

.InsightsModule .insights-list .listing-insider .insights-bottom .article-link a {
  font-family: 'Graphik Extra Light Web' !important;
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 8px;
  border-bottom: 2px solid #000;
  display: inline;
  transition: color 0.1s linear;
  position: relative;
  bottom: auto;
}

/* home page insight end*/
.InsightsModule .insights-list .insights-bottom .article-content,
.insights-main .insights-top-section .insights-top .article-content {
  font-size: 1.6rem;
  line-height: 1.76;
  font-family: 'Graphik Web';
  font-weight: 400;
  padding-bottom: 25px;
  color: #000;
  /*font-family: 'Graphik Web';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom:39px;
  color: #000000;*/
}

.InsightsModule .insights-list .insights-bottom .article-content p {
  padding-bottom: 25px;
}

/*.InsightsModule .insights-list .insights-bottom .article-link a,*/
.insights-main .insights-top-section .insights-top .article-link a {
  font-family: 'Graphik Extra Light Web' !important;
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 8px;
  border-bottom: 2px solid #000;
  display: inline;
  transition: color 0.1s linear;
  bottom: 0;
  position: absolute;
  text-decoration: none;
}

.InsightsModule .insights-list .insights-bottom .article-link a:hover,
.insights-main .insights-top-section .insights-top .article-link a:hover {
  text-decoration: none;
  color: #17a17a;
  border-bottom: 2px solid #17a17a;
  font-family: 'Graphik Medium Web';
}

.InsightsModule .insights-list .insights-bottom .article-link a:before,
.InsightsModule .insights-list .insights-bottom .article-link a:after,
.InsightsModule .insights-list .article-title a:before,
.InsightsModule .insights-list .article-title a:after {
  display: none;
}

.twitter .insight-title img {
  height: 22px;
  width: 29px;
  object-fit: cover;
}

.twitter .twitter-name a {
  display: none;
}

.twitter .twitter-name a:after {
  display: none;
}

.twitter-listing {
  background: #f7f7f7;
  height: 100%;
  padding: 26px 24px;
}

.twitter-listing .insight-social-title p {
  font-family: 'Graphik Medium Web';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #999999;
  padding-bottom: 0;
}

.twitter-listing .insights-last {
}

.twitter-feeds-panel .twitter-feeds-title img {
  height: 120px;
  width: 100%;
  padding: 0;
  object-fit: cover;
  margin-bottom: 27px;
}

.twitter-feeds-panel .twitter-feeds-title p {
  font-family: 'Graphik Web';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  padding: 0;
}

.twitter-listing .twitter-heading {
  margin-bottom: 27px;
  display: block;
}

.InsightsModule .insight-img:hover img {
  transform: scale(1.1);
}

.twitter-listing .twitter-heading .insight-title,
.twitter-listing .twitter-heading .insight-social-title {
  display: inline-block;
}

.twitter-listing .twitter-heading .insight-social-title {
  float: right;
}

@media screen and (max-width: 767px) {
  .InsightsModule .insights-list .insight {
    margin-bottom: 30px;
    height: 100% !important;
  }

  .InsightsModule .insights-list .insights-bottom .article-link a {
    bottom: auto;
    position: relative;
  }
}

/*---------------------- Home Insights End -------------------*/
/* ------------------------ Accordion FAQ module on about page starts here ---------------------------------*/
.faq-section .value-top,
.faq-section .value-top {
  font-family: 'Graphik SemiBold Web';
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  text-transform: capitalize;
}

/* ------------------------ Accordion FAQ module on about page ends here ---------------------------------*/
/* ------------------------ Solution page our-registered-funds start ---------------------------------*/
.our-registered-funds {
  padding: 60px 0;
  margin: 60px 0;
}

.our-registered-funds.grey-background {
  background: #f4f4f4;
}

.our-registered-funds h2 {
  text-transform: capitalize;
  color: #333333;
  /*margin-bottom: 18px; --> This space is changed as per the ticket AWQ-275 */
  margin-bottom: 70px;
  /* The bottom space is changes as per zeplin design */
  padding: 0;
}

.our-registered-funds h2:after {
  content: none;
}

.our-registered-funds .left-content p {
  font-family: 'Graphik Web';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.our-registered-funds .left-content p:last-child {
  padding-bottom: 0;
}

.our-registered-funds .right-content {
  font-family: 'Graphik Web';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}

.our-registered-funds.half-width-two-modules .right-content {
  color: #000;
}

.our-registered-funds.half-width-two-modules h3 {
  padding-bottom: 10px;
  font-weight: bold;
}

.our-registered-funds .right-content,
.our-registered-funds.half-width-two-modules .left-content {
  display: inline-block;
  margin-bottom: 5px;
}

.our-registered-funds .right-content a,
.our-registered-funds.half-width-two-modules .left-content a {
  font-family: 'Graphik SemiBold Web' !important;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}

.our-registered-funds .right-content a:hover,
.our-registered-funds .right-content a:focus,
.our-registered-funds.half-width-two-modules .left-content a:hover,
.our-registered-funds.half-width-two-modules .left-content a:focus {
  color: #17a17a;
}

.our-registered-funds .right-content a[href^='http']:after,
.our-registered-funds .right-content a:focus:after,
.our-registered-funds.half-width-two-modules .left-content a[href^='http']:after,
.our-registered-funds.half-width-two-modules .left-content a:focus:after {
  content: '';
  background: url(../resources/content-images/external-link-icon-blue.svg) !important;
  width: 24px;
  height: 24px;
  /*top: 0;*/
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 15px;
  background-size: contain;
}

.our-registered-funds .right-content p:last-child,
.our-registered-funds.half-width-two-modules .left-content p:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .our-registered-funds.half-width-two-modules .left-content {
    margin-bottom: 20px;
  }
}

/* ------------------------ Solution page our-registered-funds ends ---------------------------------*/
/* ------------------------ Static Signpost start ---------------------------------*/
.static-signpost-wrapper {
  padding: 60px 0;
  position: relative;
}

.static-signpost-wrapper .title {
  color: #3f3f3f;
  text-transform: capitalize;
  padding-bottom: 40px;
}

.static-signpost-wrapper .static-signpost-item {
  position: relative;
  background: #f7f7f7;
}

.static-signpost-wrapper .static-signpost-item .static-signpost-img-wrap img {
  width: 100%;
  min-height: 240px;
  height: 100%;
  object-fit: cover;
}

.static-signpost-wrapper .static-signpost-item .bottom {
  padding: 29px 24px 66px 24px;
}

.static-signpost-wrapper .static-signpost-item .bottom .date {
  font-family: 'Graphik Web';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 14px;
  color: #000;
}

.static-signpost-wrapper .static-signpost-item .topic {
  font-family: 'Graphik Medium Web';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #999999;
  padding-bottom: 4px;
}

.static-signpost-wrapper .static-signpost-item a.title-bottom p {
  font-family: 'Graphik Light Web';
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 28px;
  color: #000000;
  padding-bottom: 4px;
  transition: 0.2s ease;
}

.static-signpost-wrapper .static-signpost-item a:hover p {
  color: #17a17a;
  font-family: 'Graphik SemiBold Web';
}

.static-signpost-wrapper .static-signpost-item .title-bottom h2:after,
.static-signpost-wrapper .title:after {
  content: none;
}

.static-signpost-wrapper .static-signpost-item .content-type {
  font-family: 'Graphik Web';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  padding-bottom: 39px;
}

.static-signpost-wrapper .static-signpost-item .bottom .static-signpost-btn {
  font-family: 'Graphik Extra Light Web' !important;
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 8px;
  border-bottom: 2px solid #000;
  display: inline;
  transition: color 0.1s linear;
  bottom: 33px;
  position: absolute !important;
}

.static-signpost-wrapper .static-signpost-item .bottom .static-signpost-btn:hover {
  text-decoration: none;
  color: #17a17a;
  border-bottom: 2px solid #17a17a;
  font-family: 'Graphik Medium Web' !important;
}

@media screen and (max-width: 767px) {
  .static-signpost-wrapper .static-signpost-item {
    margin-bottom: 20px;
    height: 100% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .static-signpost-wrapper .static-signpost-item {
    margin-bottom: 20px;
  }
}

/* ------------------------ Static Signpost end ---------------------------------*/
/*---------------------- Module - New Intro Style Start -------------------*/
.new-intro-style h1 {
  color: #333333;
  text-transform: capitalize;
}

.new-intro-style h2 {
  font-size: 40px;
  line-height: 48px;
  padding-bottom: 15px;
}

.new-intro-style h2:after {
  display: none;
}

.new-intro-style .border-wrap .intro-border {
  border: none;
  display: none;
}

.new-intro-style p {
  font-size: 16px;
  line-height: 28px;
  font-family: 'Graphik Web';
}

.new-intro-style p a {
  color: #395878;
  font-weight: 600;
  font-family: 'Graphik Semibold web';
  text-decoration: underline;
}

.new-intro-style p a:hover {
  text-decoration: none;
}

#contentwrapper .new-intro-style p a:focus {
  color: #395878;
}

/*---------------------- Module - New Intro Style Ends -------------------*/
/*---------------------- Latest PR Pull Start -------------------*/
.latest-pr-wrapper {
  padding: 60px 0;
}

.latest-pr-wrapper .title {
  text-transform: capitalize;
  color: #3f3f3f;
  padding-bottom: 40px;
}

.latest-pr-wrapper .title:after {
  content: none;
}

.latest-pr-wrapper .latest-pr .Pr-apollo {
  padding: 29px 24px 65px 24px;
  position: relative !important;
  height: 100% !important;
}

.latest-pr-wrapper.grey-background .latest-pr .Pr-apollo {
  background: #e7e8ea;
}

.latest-pr-wrapper .latest-pr .latest-pr-title {
  font-family: 'Graphik Light Web';
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 28px;
  color: #000000;
  padding-bottom: 38px;
}

.latest-pr-wrapper .latest-pr .latest-pr-description {
  font-family: 'Graphik Web';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  padding-bottom: 39px;
}

.latest-pr-wrapper .latest-pr .latest-pr-link a {
  font-family: 'Graphik Extra Light Web' !important;
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 8px;
  border-bottom: 2px solid #000;
  display: inline;
  transition: color 0.1s linear;
  bottom: 35px;
  position: absolute !important;
}

.latest-pr-wrapper .latest-pr .latest-pr-link a:hover {
  text-decoration: none;
  color: #17a17a;
  border-bottom: 2px solid #17a17a;
  font-family: 'Graphik Medium Web' !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .latest-pr-wrapper .latest-pr .Pr-apollo {
    margin-bottom: 20px;
  }
}

/*---------------------- Latest PR Pull Ends -------------------*/
/*---------------------- module-for-new-inquries module style starts ----------------------- */
.module-new-inquries-wrapper {
  padding: 60px 0;
}

.module-new-inquries-wrapper .col-offset-right-1 {
  margin-right: 8.33333333%;
}

.module-new-inquries-wrapper .module-new-inquries-heading .inquiry-heading,
.new-inquries h2 {
  /* font-size: 40px;
  font-weight: 200;
  line-height: 48px;
  font-family: "Graphik Extra Light Web";
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;*/
  color: #000;
  margin-bottom: 12px;
  padding-bottom: 0;
}

.module-new-inquries-wrapper .new-inquries .module-new-inquries .content-intro {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.67;
  color: #000;
  font-family: 'Graphik Web';
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

.module-new-inquries-wrapper .new-inquries .module-new-inquries .content-intro p:last-child {
  padding-bottom: 0;
}

h2.inquiry-heading:after {
  display: none;
}

.module-new-inquries-wrapper .new-inquries-item .new-inquries-item-content .inquires-text {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.33;
  color: #000;
  font-family: 'Graphik Light Web';
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

.module-new-inquries-wrapper
  .new-inquries-item
  .new-inquries-item-content
  .inquires-text
  span[class^='rad-link'] {
  font-size: 18px;
  line-height: 1.67;
  color: #999999;
  font-weight: 400;
  font-family: 'Graphik Web';
}

.module-new-inquries-wrapper
  .new-inquries-item
  .new-inquries-item-content
  .inquires-text
  span[class^='rad-link']
  a {
  font-size: inherit;
  color: inherit;
  font-family: inherit !important;
  line-height: inherit;
}

.module-new-inquries-wrapper
  .new-inquries-item
  .new-inquries-item-content:last-child
  .inquires-text
  p {
  padding-bottom: 0;
}

.module-new-inquries-wrapper
  .new-inquries-item
  .new-inquries-item-content
  .inquires-text
  .rad-link-1
  a:before {
  content: '';
  margin-right: 7px;
  display: inline-block;
  background: url('/content/dam/microsites/elianttrade/icons/envelop.png') no-repeat;
  background-size: contain;
  width: 16px;
  height: 20px;
  position: relative;
  left: 1px;
  top: 8px;
}

.module-new-inquries-wrapper
  .new-inquries-item
  .new-inquries-item-content
  .inquires-text
  .rad-link-2
  a[href^='tel:']:hover {
  text-decoration: underline;
  cursor: pointer;
}

.module-new-inquries-wrapper
  .new-inquries-item
  .new-inquries-item-content
  .inquires-text
  .rad-link-2
  a:before {
  content: '';
  margin-right: 7px;
  display: inline-block;
  background: url('/content/dam/microsites/elianttrade/icons/phone-receiver.png') no-repeat;
  background-size: contain;
  width: 16px;
  height: 20px;
  position: relative;
  left: 1px;
  top: 3px;
}

@media screen and (max-width: 767px) {
  .module-new-inquries-wrapper .new-inquries .module-new-inquries .content-intro p:last-child {
    padding-bottom: 30px;
  }

  .module-values-wrapper .module-values .item-col .values-item-icon-image {
    height: auto !important;
  }
}

/*---------------------- module-for-new-inquries module style ends ----------------------- */
/*---------------------- module-link style ends here ----------------------- */
.module-link {
  padding: 60px 0;
  text-align: center;
}

.module-link .module-link-btn {
  font-family: 'Graphik Web' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #233e3c;
  border: 1px solid #1bc191;
  display: inline-flex;
  padding: 13px 31px;
}

.module-link .module-link-btn:hover,
.module-link .module-link-btn:focus,
.module-link .module-link-btn:active {
  text-decoration: none;
  color: #fff !important;
  background: #1bc191;
  font-family: 'Graphik Medium Web';
}

/*---------------------- module-link ends ----------------------- */
/*---------------------- Module - Two Column for Chapter Page Start ----------------------- */
.twocol-chapter-container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*min-height: 527px;*/
  min-height: auto;
  height: 100%;
  /*padding: 48px 0;*/
  padding-top: 60px;
  padding-bottom: 40px;
  width: 100vw;
  /* left: 50%; */
  position: relative;
  /* transform: translate(-50%); */
}

.twocol-chapter-container[style*='background-image:url(/content/dam'] div {
  color: #fff;
}

.twocol-chapter-container[style*='background-image:url(/content/dam'] a {
  color: #fff;
  border-color: #fff;
}

.attachment-link-button {
  display: flex;
  justify-content: center;
}

.attachment-link-button .attachment-link.btn {
  min-width: 350px;
  padding: 14px 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.opportunity-container {
  position: relative;
  /*padding-left: 8.33%;padding-bottom: 30px;*/
}

.chapter-title {
  font-size: 2rem;
  font-family: 'Graphik SemiBold Web';
  padding: 13px 0 36px 0;
}

.chapter-text {
  /*font-size: 1.8rem; font-family: 'Graphik SemiBold Web';color:#231f20*/
}

.chapter-content p {
  /*font-size: 1.6rem;color: #231f20;*/
}

.chapter-content p.intro-text {
  font-size: 2.4rem;
  font-family: 'Graphik SemiBold Web';
  color: #231f20;
}

.twocol-chapter-container .rad-highlight {
  color: #007d55;
  font-family: 'Graphik SemiBold Web';
  letter-spacing: -0.5px;
  line-height: 1.33;
  font-weight: 600;
}

/*---------------------- Module - Two Column for Chapter Page End ----------------------- */
/*---------- Contact form starts  ----------*/
#disclosures {
  /*display: none;*/
}

.twocol-chapter-container {
  padding: 60px 0;
}

.twocol-chapter-container .new-inquries h3 {
  /*font-size: 40px;
  font-weight: 200;
  line-height: 48px;
  font-family: "Graphik Extra Light Web";
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;*/
  padding-bottom: 12px;
  padding-top: 0;
  color: #000;
}

.twocol-chapter-container .new-inquries .page-introtext p {
  font-family: 'Graphik Web';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.twocol-chapter-wrapper hr {
  color: #999999;
  margin-bottom: 60px;
}

.twocol-chapter-wrapper .twocol-chapter-container.ir-contact-form .ir-contact-form .form-msg p {
  padding-bottom: 0px;
  color: #17a17a !important;
}

.twocol-chapter-wrapper .twocol-chapter-container.ir-contact-form .ir-contact-form select {
  margin-bottom: 20px;
  margin-top: 50px;
}

.twocol-chapter-wrapper .twocol-chapter-container.ir-contact-form .key-contacts h3 {
  padding-bottom: 20px;
  padding-top: 80px;
  font-size: 2.8rem;
  line-height: 20px;
  color: #008969;
}

.twocol-chapter-wrapper .twocol-chapter-container.ir-contact-form .key-contacts p strong {
  padding-top: 26px;
  display: block;
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 15px;
  border-top: solid 1px #7f7f7f;
  margin-top: 26px;
  font-weight: 600;
}

.twocol-chapter-wrapper .twocol-chapter-container.ir-contact-form .key-contacts p {
  padding-bottom: 0px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #231f20;
  font-family: 'Graphik Web';
}

.twocol-chapter-wrapper.ir-contact-form .twocol-chapter-container.ir-contact-form .key-contacts a {
  color: #007d55;
}

.ir-contact-form input.disabled {
  opacity: 0.5 !important;
  pointer-events: none !important;
}

.ir-contact-form .form-right input[type='submit'] {
  font-family: 'Graphik Web' !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #233e3c !important;
  border: 1px solid #1bc191 !important;
  display: inline-flex;
  padding: 16px 36px !important;
  background: none;
  width: auto !important;
  height: auto !important;
}

.twocol-chapter-wrapper
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  input {
  border-bottom: 1px solid #999999 !important;
  border: 0;
  width: 100%;
  padding: 10px 0;
  height: 43px;
  font-size: 1.4rem;
  line-height: normal;
  font-weight: normal;
  color: #505055;
  font-family: 'Graphik SemiBold Web';
  font-weight: 600;
}

.twocol-chapter-wrapper
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  input[type='submit'] {
  border: 1px solid #1bc191 !important;
}

.twocol-chapter-wrapper
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  input[type='submit']:hover {
  background-color: #1bc191 !important;
  color: #fff !important;
}

.twocol-chapter-wrapper .twocol-chapter-container.ir-contact-form .ir-contact-form select,
.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  textarea {
  border: 1px solid #007d55;
  width: 444px;
  padding: 9px 16px;
  height: 38px;
  font-size: 1.4rem;
  line-height: normal;
  font-weight: normal;
  color: #505055;
  font-family: 'Graphik SemiBold Web';
  font-weight: 600;
}

.ir-contact-form .form-right input {
  border: 1px solid #d8d8d8;
  margin-right: 10px;
  padding: 5px 10px;
  width: 230px;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  input[type='submit'].disabled {
  color: #008969 !important;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  span {
  /*opacity:0;*/
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  label.focusin,
.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  label.error {
  top: 0 !important;
  padding-left: 0 !important;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  label.error {
  color: red;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  .g-recaptcha {
  margin-top: 10px;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  .checkboxAgree
  label {
  display: block;
  font-size: 0 !important;
  position: absolute !important;
  left: 0;
  top: 6px;
  cursor: pointer;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  .checkboxAgree
  input[type='checkbox']:checked
  ~ label:before,
.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .reason-for-outreach-wrapper
  input[type='checkbox']:checked
  ~ label:before {
  /*background: #2A7D55;*/
  background: #17a17a;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  .checkboxAgree
  input[type='checkbox']
  ~ label:before,
.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .reason-for-outreach-wrapper
  input[type='checkbox']
  ~ label:before {
  background: #fff;
  width: 29px;
  height: 27px;
  content: '';
  position: absolute;
  display: block !important;
  border: 1px solid #999999;
  cursor: pointer;
}

.reason-for-outreach-wrapper input[type='checkbox'] {
  position: absolute;
  opacity: 0;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .reason-for-outreach-wrapper
  input[type='checkbox']
  ~ label {
  position: relative;
  padding-left: 45px;
  display: inline-block;
  font-family: 'Graphik Web';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .reason-for-outreach-wrapper
  input[type='checkbox']
  ~ label:before {
  display: inline-block !important;
  left: 0;
  bottom: 0;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  .checkboxAgree
  input[type='checkbox']:checked
  ~ label:after {
  content: '';
  border: 3px solid #ffffff;
  position: absolute;
  background: transparent;
  width: 18px;
  height: 10px;
  top: 5px;
  transform: rotate(-45deg);
  border-top: 0;
  border-right: 0;
  left: 5px;
  cursor: pointer;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .reason-for-outreach-wrapper
  input[type='checkbox']:checked
  ~ label:after {
  content: '';
  border: 3px solid #ffffff;
  position: absolute;
  background: transparent;
  width: 18px;
  height: 10px;
  top: 5px;
  transform: rotate(-45deg);
  border-top: 0;
  border-right: 0;
  left: 5px;
  cursor: pointer;
}

span.select2-search.select2-search--dropdown {
  display: none;
}

span.select2-selection.select2-selection--single {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #007d55;
  border-radius: 0;
  margin-top: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 1.4rem;
  color: #505055;
}

span.select2-selection__arrow {
  position: relative !important;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0;
  border: 1px solid #007d55;
  background-color: transparent;
  overflow: auto;
}

ul.select2-results__options {
  padding: 0 45px 14px 16px;
  background-color: #f8f8f8;
  font-size: 1.4rem;
}

.select2-results__option.select2-results__option--selectable.select2-results__option--selected {
  background: transparent;
}

.select2-results__option--selectable {
  border-bottom: solid 1px rgba(0, 0, 0, 0.25);
}

.select2-results__option.select2-results__option--selectable.select2-results__option--highlighted[aria-selected='true'] {
  background-color: transparent;
  color: #000;
  font-weight: bold;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 190px;
  overflow-y: auto;
  width: 96.5%;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  background-color: #888b8d;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

@media screen and (min-width: 3000px) {
  .landing-page-banner-module-wrapper .imageBGWrapper {
    background-position: center -80px !important;
  }
}

/*---------- Contact form ends  ----------*/
/*---------- Contact Form Start ------------------*/
.ir-contact-form div.clearfix {
  border: medium none;
  margin-bottom: 23px;
}

.ir-contact-form .form-left {
  float: left;
  margin-right: 10px;
  width: 120px;
}

.ir-contact-form .form-left span.mandatory,
span.mandatory {
  color: #ff0000;
}

.ir-contact-form .form-right {
  float: left;
  width: 100%;
}

.form-right > span {
  position: absolute;
}

.ir-contact-form .form-right label {
  font-family: 'Graphik semibold Web';
  font-style: normal;
  font-weight: 500;
  font-size: 15px !important;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #999999;
  padding-bottom: 5px;
}

.ir-contact-form .form-right textarea {
  /*border: 1px solid #999999;*/
  margin-right: 10px;
  padding: 5px 10px;
  width: 100%;
  height: 80px;
  resize: none;
}

.ir-contact-form .form-right input#txtCaptcha {
  float: none;
  margin-top: 10px;
}

.form-right > div {
  margin-bottom: 10px;
}

.reason-for-outreach-wrapper p {
  font-family: 'Graphik Semibold Web';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #999999;
}

/*---------- Second Pattern Starts ------------------*/
.ir-contact-form-second-pattern .form-left {
  width: 160px;
}

.ir-contact-form-second-pattern .form-right {
  width: 100%;
}

.ir-contact-form-second-pattern .form-element {
  float: left;
  min-height: 90px;
}

.ir-contact-form-second-pattern .half-element {
  width: 50%;
}

.ir-contact-form-second-pattern .full-element,
.ir-contact-form-second-pattern .form-right textarea {
  width: 100%;
}

.ir-contact-form-second-pattern select {
  padding: 5px 10px;
}

.ir-contact-form-second-pattern .ir-label {
  margin-bottom: 5px;
  display: inline-block;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  textarea {
  height: 80px;
  width: 400px;
}

.ir-contact-form .form-right.additional-details-wrapper {
  margin-left: 45px;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  .checkboxAgree {
  margin-top: 68px;
  position: relative !important;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  .checkboxAgree
  #agreeCheckBox {
  margin-right: 20px;
  opacity: 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

#agreeCheckBox {
  -webkit-appearance: auto;
  width: 29px;
  height: 27px;
  margin-left: 0;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  .checkboxAgree
  p {
  font-family: 'Graphik Web';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  padding-bottom: 55px;
}

.checkboxAgree {
  display: flex;
  clear: both;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  .checkboxAgree
  input[type='checkbox']:checked
  ~ label:before,
.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .reason-for-outreach-wrapper
  input[type='checkbox']:checked
  ~ label:before {
  /*background: #2A7D55;*/
  background: #17a17a;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  .checkboxAgree
  input[type='checkbox']:checked
  ~ label:after {
  content: '';
  border: 3px solid #ffffff;
  position: absolute;
  background: transparent;
  width: 18px;
  height: 10px;
  top: 5px;
  transform: rotate(-45deg);
  border-top: 0;
  border-right: 0;
  left: 5px;
  cursor: pointer;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .reason-for-outreach-wrapper
  input[type='checkbox']:checked
  ~ label:after {
  content: '';
  border: 3px solid #ffffff;
  position: absolute;
  background: transparent;
  width: 18px;
  height: 10px;
  top: 8px;
  transform: rotate(-45deg);
  border-top: 0;
  border-right: 0;
  left: 5px;
  cursor: pointer;
}

.reason-for-outreach-wrapper {
  margin: 10px 0 36px 0;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  label.error
  ~ input,
.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  label.error
  ~ textarea,
.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  label.error-required
  ~ input {
  border-bottom: 1px #ff0000 solid !important;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  label {
  position: relative;
  top: 32px;
  font-size: 1.4rem;
  color: #999999;
  transition: all 0.5s;
  pointer-events: none;
}

/*---------- Second Pattern Ends ------------------*/
/*---------- Contact Form End ------------------*/
/*---------- Media Start ------------------*/
#media .Sub-Navigation-Wrapper {
  display: none;
}

/*---------- Media End ------------------*/
/*---------- Insight Landing Start ------------------*/
.InsightsModule {
  padding: 60px 0;
}

.InsightsModule .insights-title {
  padding-bottom: 40px;
}

.InsightsModule .insights-title h2 {
  color: #3f3f3f;
}

.InsightsModule .insights-list .insights-top .insight-img {
  height: 100%;
  overflow: hidden;
}

.InsightsModule .insights-list .insights-top .insight-img img {
  width: 100%;
  height: 180px;
  transition: all ease-out 0.5s;
  object-fit: cover;
  position: relative;
}

.InsightsModule .insights-list .insight-category p {
  padding-bottom: 20px;
  border-top: 1px solid #000;
  padding-top: 20px;
}

.InsightsModule .insights-list .insight-category p,
.InsightsModule .insight-social-title p {
  font-size: 1.2rem;
  line-height: 1;
  color: #17a17a;
  font-family: 'Graphik SemiBold Web';
  font-weight: 600;
  text-transform: uppercase;
}

.InsightsModule .insights-list .article-title {
  padding: 20px 0;
}

.InsightsModule .insights-list .article-title a,
.insights-main .insights-top-section .insights-top .article-title a h2 {
  text-transform: capitalize;
  font-family: 'Graphik SemiBold Web' !important;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  text-decoration: underline;
  transition: 0.5s;
}

.InsightsModule .insights-list .article-title a:after {
  display: none;
}

.InsightsModule .insights-list .article-title a:hover,
.insights-main .insights-top-section .insights-top .article-title a:hover h2 {
  color: #17a17a;
}

.InsightsModule .insights-list .insights-bottom {
  /*padding: 30px 24px 33px 24px;*/
  position: relative;
}

.InsightsModule .insights-list .insights-bottom .article-link {
  position: relative;
  margin-top: 31px;
}

.InsightsModule .insights-list .insights-bottom .date {
  font-family: 'Graphik Medium Web';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 9px;
}

.InsightsModule .insights-list .insights-bottom .article-content {
  font-size: 1.6rem;
  line-height: 1.76;
  font-family: 'Graphik Web';
  font-weight: 400;
  padding-bottom: 25px;
  /*font-family: 'Graphik Web';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom:39px;
  color: #000000;*/
}

.InsightsModule .insights-list .insights-bottom .article-content p {
  padding-bottom: 25px;
}

.InsightsModule .insights-list .insights-bottom .article-link a {
  font-family: 'Graphik Extra Light Web';
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 8px;
  border-bottom: 2px solid #000;
  display: inline;
  transition: color 0.1s linear;
  bottom: 0;
  position: absolute;
}

.InsightsModule .insights-list .insights-bottom .article-link a:hover {
  text-decoration: none;
  color: #17a17a;
  border-bottom: 2px solid #17a17a;
  font-family: 'Graphik Medium Web';
}

.InsightsModule .insights-list .insights-bottom .article-link a:before,
.InsightsModule .insights-list .insights-bottom .article-link a:after,
.InsightsModule .insights-list .article-title a:before,
.InsightsModule .insights-list .article-title a:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .InsightsModule .insights-list .insight {
    margin-bottom: 30px;
    height: 100% !important;
  }

  .InsightsModule .insights-list .insights-bottom .article-link a {
    bottom: auto;
    position: relative;
  }
}

.insights-main .insight-title > p {
  color: #17a17a !important;
  padding: 20px 0;
  font-weight: 600;
  letter-spacing: normal;
  border-top: 1px solid #000 !important;
}

.insights-detail-wrap .article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insights-landing-heading h1 {
  margin: 0;
}

.insights-landing-item .article-link {
  bottom: 0;
  position: absolute;
}

/*---------- Insight Landing End ------------------*/
/*---------- Intro Module Start ------------------*/
.intro-section .top-intro {
  padding-top: 15px;
}

/*---------- Intro Module End ------------------*/
.otherDetails-wrapper label,
.fundInfodetails-wrapper label {
  padding-left: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .insights-detail-new .leader-detail #breadcrumb a,
  .insights-detail-new .leader-detail #mob-breadcrumb a,
  .insights-detail-new .leader-detail #breadcrumb span,
  .insights-detail-new .leader-detail #mob-breadcrumb span {
    font-size: 10px !important;
  }

  .videos-no-light-box.video-left-align {
    width: 100% !important;
  }
}

/********************* style of investment page as per ticket AWQ - 205 starts here *******************/
/* Changed the h1 font size as per client requirement on ticket AWQ-205 and AWQ-207 */
.wms-style .new-intro-style h1 {
  /*font-size: 67px;*/
  font-size: 60px;
  /* Changed font size as per ticet AWQ-240 Client Requirement */
}

/* Style for video as per client requirment on ticket and AWQ-207 */
.wms-style .no-light-video-wrapper {
  margin-left: 0;
  display: flex;
  /* Added this code avoid text overlap when play video */
  width: 850px;
}

.wms-style .videos-no-light-box .no-light-video-wrapper .video-thumbnail {
  justify-content: flex-start;
}

.wms-style .videos-no-light-box .no-light-video-wrapper .video-thumbnail img {
  max-width: 915px;
}

/*.wms-style .videos-no-light-box div#videoPlayerStandalone {
width: 915px;
}*/
/**************** style of investment page as per ticket AWQ - 205 ends here *****************/
.wms-style .inv_videoPaused .inv_mouseLeave .inv_videoControls {
  bottom: 0px;
}

/******************************** Ends here *********************************/
/********************* Custom checkbox style based on Ticket no AWQ-205 **********************/
.site-disclaimer-popup-wrapper
  .site-disclaimer-popup
  .site-disclaimer-popup-content
  span.individual
  span.custom-checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #007d55;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: 0;
}

.site-disclaimer-popup-wrapper
  .site-disclaimer-popup
  .site-disclaimer-popup-content
  span.individual
  input[type='checkbox']:checked
  ~ span.custom-checkbox {
  background: #007d55;
}

.site-disclaimer-popup-wrapper
  .site-disclaimer-popup
  .site-disclaimer-popup-content
  span.individual
  input[type='checkbox']:checked
  ~ span.custom-checkbox:before {
  content: '\2714';
  width: 18px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  font-size: 1.6rem;
  color: #fff;
}

.site-disclaimer-popup-wrapper
  .site-disclaimer-popup
  .site-disclaimer-popup-content
  span.individual
  input[type='checkbox'][disabled] {
  cursor: not-allowed;
}

.site-disclaimer-popup-wrapper
  .site-disclaimer-popup
  .site-disclaimer-popup-content
  span.individual
  input[type='checkbox'][disabled]
  ~ span.custom-checkbox {
  background: #f1f1f1;
}

.site-disclaimer-popup-wrapper
  .site-disclaimer-popup
  .site-disclaimer-popup-content
  span.individual
  span.custom-error-text {
  color: #ff0000;
  font-size: 1.4rem;
  padding-bottom: 10px;
  display: block;
}

/* Focus style */
.site-disclaimer-popup-wrapper
  .site-disclaimer-popup
  .site-disclaimer-popup-content
  .rad-highlight
  input[type='radio']:focus
  ~ span.custom-radio-button {
  border: 2px solid #000000 !important;
}

.site-disclaimer-popup-wrapper
  .site-disclaimer-popup
  .site-disclaimer-popup-content
  .rad-highlight
  input[type='checkbox']:focus
  ~ span.custom-radio-button {
  border: 2px solid #000000 !important;
}

.site-disclaimer-popup-wrapper
  .site-disclaimer-popup
  .site-disclaimer-popup-content
  span.individual
  input[type='checkbox']:focus
  ~ span.custom-radio-button {
  border: 2px solid #000000 !important;
}

.site-disclaimer-popup-wrapper
  .site-disclaimer-popup
  .site-disclaimer-popup-content
  .disclaimer-popup-buttons
  a:focus {
  border: 1px dotted #008969;
  outline-offset: 0px;
}

input[type='radio']:focus ~ span:not(.rad-highlight) {
  border: 2px solid #000000 !important;
}

/************* Custom checkbox style based on Ticket no AWQ-205 ends here **************/
/***************************** style for ADA complaint **********************************/
.apollo-v4444.overflownone {
  overflow: auto;
}

.h1 {
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  color: #fdae2a;
  font-family: 'Graphik SemiBold Web' !important;
}

.contentWithKeyfact .content-text .content-title p {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.2px;
  color: #000000;
  font-weight: 600;
  padding-top: 30px;
  display: block;
}

.itemContent.active .closeTeam span:focus {
  outline: 1px dashed #008263;
  outline-offset: -2px;
}

.intro-text a:focus {
  border: 1px dotted #008969;
  outline-offset: 0px;
}

.introWrap .introWrap-title,
.introWrap h2 {
  font-size: 3.6rem;
  line-height: 4.4rem;
  font-family: 'Graphik Web' !important;
  color: #007d55;
  padding-bottom: 30px;
}

.checkboxAgree a:focus {
  border: 1px dotted #008969;
  outline-offset: 0px;
}

.signpost-title a:focus {
  border: 1px dotted #008969;
  outline-offset: 0px;
}

.signpost-content a:focus {
  border: 1px dotted #008969;
  outline-offset: 0px;
}

.twitter-name a:focus {
  border: 1px dotted #1cafdb;
  outline-offset: 0px;
}

.twitter-bottom a:focus {
  border: 1px dotted #008969;
  outline-offset: 0px;
}

.accordion-inner-wrapper a:focus {
  border: 1px dotted #008969;
  outline-offset: 0px;
}

.document-item a:focus {
  border: 1px dotted #008969;
  outline-offset: 0px;
}

.doc-item a:focus {
  border: 1px dotted #1cafdb;
  outline-offset: 0px;
}

.intro-content a:focus {
  border: 1px dotted #1cafdb;
  outline-offset: 0px;
}

.intro-content a:focus > span[class^='icon']:before {
  border: 1px dotted #1cafdb;
  outline-offset: 0px;
}

/**************************************** Ends here *****************************************/
/********************** Enable the hidded module on aris-main.js *************************/
.visible-content .inner-banner-wrapper {
  opacity: 1 !important;
}

.visible-content div#contentwrapper {
  opacity: 1 !important;
}

/**************************************** End Here ***********************************/
/********* Global Heading style for wealth management only as per ticket AWQ-240 **********/
.wms-style .insights-detail-new .insights-detail-wrap .insight-title h1 {
  font-size: 60px;
  line-height: 62px;
}

.wms-style h1 {
  font-size: 60px;
}

.wms-style h2 {
  font-size: 40px;
}

.wms-style h3 {
  font-size: 26px;
}

.wms-style .h3 {
  font-size: 26px;
  line-height: 48px;
  font-family: 'Graphik SemiBold Web';
  font-weight: 200;
  color: #000;
  text-decoration: underline;
  transition: 0.5s;
  margin: 20px 0;
}

.wms-style .insights-main .insights-top-section .insights-top .article-title a h2 {
  font-size: 40px;
}

/************************************** Ends here ***************************************/
/**************** Style for Our stratagies image width as per ticket AWQ-252 *****************/
.columns-left-colored-border-item-icon-image img {
  width: 100%;
  max-height: 132px;
}

/**************************************** Ends here *****************************************/
/**************** style for remove bottom space for document in investors page *****************/
@media screen and (min-width: 1920px) {
  body#documents.ip3-investors #MainWrapper {
    position: relative;
    min-height: 90vh;
  }

  body#documents.ip3-investors .footer-links-container {
    position: absolute;
    bottom: 0;
  }

  body#error-page.debt-solutions-style #MainWrapper {
    position: relative;
    min-height: 87vh;
  }

  body#error-page.debt-solutions-style .footer-links-container {
    position: absolute;
    bottom: 0;
  }
}

/************************************** Ends here ***************************************/
a.new-logo-black-dark-nav:focus {
  outline: 0;
}

/******************* Style for mega menu as per ticket AWQ-274 ***************************/
.header-toppad .topnavigation ul li > div.Menu-Wrap {
  background: #fff;
  transition: unset;
  top: 80px;
}

.module-columns-left-colored-border p.intro-title {
  margin-bottom: 32px;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.wms-style .new-nav-header-style .header-right .topnavigation .top-links a {
  font-family: 'Graphik Web';
  color: #000000;
}

.wms-style .new-nav-header-style .header-right .topnavigation .top-links .rad-accessBtn {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 155px;
  border: 1px solid #395878;
  margin: 5px 0 0 0;
  padding: 10px 0px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  height: auto !important;
}

.wms-style .new-nav-header-style .header-right .topnavigation .top-links .rad-loginBtn li {
  padding-left: 0;
  width: 100%;
}

.wms-style .new-nav-header-style .header-right .topnavigation .top-links .rad-accessBtn a {
  background-color: #fff;
  border: none !important;
  padding: 6px 8px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-family: 'Graphik Web';
}

.wms-style
  .new-nav-header-style
  .header-right
  .topnavigation
  .top-links
  .rad-accessBtn:hover
  a {
  background-color: #fff;
  border: none !important;
  padding: 6px 8px;
  width: 100%;
  text-align: left;
  font-family: 'Graphik Web';
  font-size: 16px;
}

.wms-style
  .new-nav-header-style
  .header-right
  .topnavigation
  .top-links
  .rad-accessBtn
  a:hover {
  text-decoration: underline;
}

.wms-style .new-nav-header-style .header-right .topnavigation .top-links ul.rad-accessBtn li {
  line-height: inherit;
  width: 100%;
  padding-left: 0;
}

.wms-style .top-links .rad-loginBtnChild a:hover {
  background-color: transparent;
  text-decoration: underline;
}

/********************************** Ends here ********************************************/
/*---- main2-----*/
.homecontentwrapper {
  max-width: 100% !important;
}

/****----    New chapter pages css starts    ----****/
/*---   Loadmore table style starts   ---*/
.dt-more-container {
  text-align: center;
}

.table-show-more {
  min-width: 350px;
  padding: 14px 40px;
  display: inline-block;
  margin-top: 40px;
  border: 1px solid #008969;
  font-weight: 600;
  color: #007d55;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.table-show-more:hover {
  text-decoration: none;
}

/*---   Featured Story module style starts   ---*/
.featured-story-heading {
  padding-bottom: 50px;
}

.featured-story-label p {
  padding: 0;
  color: #00a0cc;
  font-size: 1.6rem;
  line-height: 1.25em;
  text-transform: uppercase;
}

.featured-story-title p {
  font-size: 4rem;
  line-height: 1.2;
}

.featured-story-image-caption {
  background-color: #00a0cc;
  /*margin-bottom:40px;*/
  margin-bottom: 20px;
  padding: 26px 90px 34px 32px;
}

.featured-story-image-caption p {
  color: #fff;
  font-size: 3rem;
  line-height: 1.33;
  padding-bottom: 0;
  font-family: 'Graphik SemiBold Web';
}

/*---   Infographic module style starts   ---*/
.chapter-module.module-infographic.grey-bg .infographic-box-wrapper,
.chapter-module.module-infographic.with-bg-img .infographic-box-wrapper {
  background-color: #fff;
}

.chapter-module.module-infographic .infographic-box-wrapper {
  background-color: #f2f2f2;
}

/*---   Video module style starts   ---*/
.grey-bg.video-copy-module .video-copy-module-background {
  background-color: #fff;
}

.grey-bg.video-copy-module {
  background-color: #f0f0f1;
}

/*-----  Module Chapter Stats -----*/
.module-chapter-stats .chptr-stats-item-wrapper p span.rad-border {
  padding: 11px 5%;
  margin-bottom: 0px;
}

/*---   Charts Image module   ---*/
.module-chapter-stats .chptr-stats-item-wrapper p span.rad-border,
.module-chapter-small-stats p span.rad-border,
.module-image-charts p span.rad-border {
  border-top: 1px solid #939597;
  border-bottom: 1px solid #939597;
  padding: 11px 17%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.625em;
  font-weight: 600;
  margin-bottom: 38px;
  display: inline-block;
  width: 100%;
}

/*.module-image-charts .image-chart-item p span.rad-border { display: flex; justify-content: center; align-items: center; }*/
.module-image-charts .image-chart-item p span.rad-border strong {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  font-weight: normal;
}

.module-image-charts .image-chart-item1 p span.rad-border {
  padding: 11px 25%;
}

.module-image-charts .image-chart-item p span.rad-border {
  min-height: 76px;
}

.module-image-charts.charts-50-50 .image-chart-item1 p span.rad-border {
  padding: 11px 22%;
}

.module-image-charts.charts-50-50 .image-chart-item2 p span.rad-border {
  padding: 11px 29%;
}

.module-image-charts .chart-image img {
  /*width:100%;*/
  width: auto;
  margin: 0 auto;
}

.module-image-charts .charts-bottom-content {
  /*margin-top:40px;*/
  margin-top: 20px;
}

.module-image-charts .charts-bottom-content p,
.module-image-charts .charts-bottom-content ol li {
  font-size: 1.2rem;
  line-height: 1.17;
}

/*----- full width variation -----*/
.full-width-charts-module.module-image-charts p span.rad-border {
  border: none;
  text-align: left;
  padding: 0;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 10px;
  letter-spacing: 0;
}

@media all and (max-width: 767px) {
  .module-image-charts .image-chart-item p span.rad-border {
    display: block;
    height: auto !important;
  }
}

/*---   Stats module animation   ---*/
.chptr-stats-item.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: portfolioHighlights;
  animation-name: portfolioHighlights;
}

.chptr-stats-item.animateIt {
  visibility: hidden;
}

/*---   Vertical Stats module animation   ---*/
.chptr-vstats-item.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: portfolioHighlights;
  animation-name: portfolioHighlights;
}

.chptr-vstats-item.animateIt {
  visibility: hidden;
}

/*---   Varations in Module - Content With Keyfact   ---*/
.left-content-white .content-text-img {
  position: absolute;
  top: 35px;
  right: 50px;
  max-width: 510px;
  font-size: 1.6rem;
  line-height: 1.63em;
  color: #fff;
}

.left-content-white .content-text-img a {
  color: #fff;
}

.left-content-white .content-text-img a:focus {
  color: #fff !important;
  text-decoration: underline !important;
}

.left-content-white .content-text-img h2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 0.67;
  color: #fff;
  font-family: 'Graphik SemiBold Web';
}

.left-content-white .content-text-img h2:after {
  display: none;
}

@media all and (max-width: 991px) {
  .left-content-white .content-text-img {
    max-width: 410px;
    font-size: 1.3rem;
    right: 20px;
  }

  .left-content-white .content-text-img h2 {
    font-size: 2.5rem;
  }
}

@media all and (max-width: 480px) {
  .left-content-white .content-text-img {
    top: auto;
    right: 16px;
    left: 20px;
    bottom: 0px;
  }
}

/*---   Varations in Module - Module - Donut Chart    ---*/
.donutChartWrap.grey-bg .chart-wrapper .highcharts-background {
  fill: #fff;
}

.donutChartWrap.grey-bg .chart-wrapper {
  background-color: #fff;
}

/*---   Variation quote module    ---*/
.quotes-module-wrapper.hide-top-quote-bar .quotes-text::before {
  display: none;
}

/*---   Small Stats Module   ---*/
.module-chapter-small-stats .chptr-small-stats-item-wrapper .stats-item {
  position: relative;
}

.module-chapter-small-stats .chptr-small-stats-item-wrapper .stats-item:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 112px;
  background-color: #bbbdbf;
  content: '';
  margin-top: 20px;
}

.module-chapter-small-stats .chptr-small-stats-item-wrapper .stats-item .chptr-key-value {
  text-align: center;
}

.module-chapter-small-stats p span.rad-border {
  margin-bottom: 0;
  letter-spacing: -0.32px;
}

.module-chapter-small-stats .chptr-small-stats-item-wrapper:last-child .stats-item:after {
  display: none;
}

.chptr-small-stats-item.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: portfolioHighlights;
  animation-name: portfolioHighlights;
}

.chptr-small-stats-item.animateIt {
  visibility: hidden;
}

/*---    Chapter stats with highlighted center content   ---*/
.module-chapter-highlights-stats .chptr-key-value {
  font-size: 120px;
  font-weight: 600;
  line-height: normal;
}

.module-chapter-highlights-stats .chptr-key-value .value-postfix {
  font-size: 7rem;
  vertical-align: top;
  display: inline-block;
  letter-spacing: 0.15px;
  line-height: normal;
}

.module-chapter-highlights-stats .chptr-highlight-stats-bottom-text.highlighted-chptr-stats-text {
  font-size: 2.4rem;
  font-weight: 600;
  color: #3777bc;
}

.module-chapter-highlights-stats .chptr-highlight-stats-bottom-text {
  font-size: 1.6rem;
  color: #231f20;
  line-height: 1.63;
}

.chptr-highlights-stats-item {
  max-width: 247px;
  margin: 0 auto;
}

.chptr-highlights-stats-item.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: portfolioHighlights;
  animation-name: portfolioHighlights;
}

.chptr-highlights-stats-item.animateIt {
  /*visibility: hidden;*/
}

.module-chapter-highlights-stats .charts-bottom-content.rad-notes {
  /*padding-bottom: 20px;*/
  padding-bottom: 0px;
}

/*----- 4 stats variation -----*/
.module-chapter-highlights-stats-four {
  padding-top: 0px;
  padding-bottom: 60px;
}

.row.module-chapter-highlights-stats-four-wrapper {
  border-bottom: 1px #bbbdbf solid;
  padding-bottom: 30px;
  margin: 0 auto;
}

.module-chapter-highlights-stats-four .chptr-highlights-stats-item-wrapper {
  text-align: center;
  margin-top: 30px;
}

.module-chapter-highlights-stats-four .chptr-highlights-stats-item-wrapper:after {
  position: absolute;
  background: #bbbdbf;
  width: 1px;
  height: 203px;
  top: 0;
  right: 0;
  content: '';
  margin-top: 20px;
}

.module-chapter-highlights-stats-four .chptr-highlights-stats-item-wrapper:last-child:after {
  display: none;
}

.module-chapter-highlights-stats-four .chptr-key-value {
  font-size: 8.26rem;
  line-height: normal;
  font-family: 'Graphik SemiBold Web';
}

.module-chapter-highlights-stats-four .chptr-key-value .value-postfix {
  font-size: 5rem;
  vertical-align: top;
  line-height: normal;
  display: inline-block;
  margin-top: 10px;
}

.module-chapter-highlights-stats-four .chptr-highlight-stats-bottom-text {
  font-family: 'Graphik SemiBold Web';
  font-size: 2rem;
  line-height: 1.5;
  max-width: 220px;
  margin: 0 auto;
}

/****----    New chapter pages css ends    ----****/
/*Global Text Color*/
.white-text-color,
.white-text-color h2 {
  color: #fff;
}

.bg-white {
  background: #fff;
}

.black-text-color {
  color: #000;
}

#contentwrapper.ss-page {
  background: #f0f0f1;
}

.rad-bold {
  font-family: 'Graphik SemiBold Web';
}

.padding-top-60 {
  padding-top: 60px !important;
}

.padding-bottom-60 {
  padding-bottom: 60px !important;
}

.top-0 {
  padding-top: 0 !important;
}

.bottom-0 {
  padding-bottom: 0 !important;
}

.border-only {
  background: #f0f0f1;
}

.grey-bg {
  background: #f0f0f1;
}

.top-border {
  border-top: 1px solid #7f7f7f;
}

.ip3-edit .ss-note {
  padding-top: 20px;
}

.intro-text-wrapper .intro-text-content img {
  margin: 6px 0 18px;
}

.intro-text-wrapper .intro-text-content p {
  color: #000;
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-family: 'adobe-garamond-pro';
  padding-bottom: 20px;
}

.intro-text-wrapper .intro-text-content {
  max-width: 635px;
}

.intro-text-wrapper.width100 .intro-text-content {
  max-width: 100%;
}

.introWrap .footnote-content {
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding-top: 20px;
}

.introWrap .footnote-content strong {
  color: #000;
  font-family: 'Graphik SemiBold Web';
}

.introWrap .introWrap-title {
  padding-bottom: 10px;
}

.content-wrapper {
  padding-bottom: 8px;
}

.content-wrapper .content {
  width: 635px;
}

.content-wrapper.width100 .content {
  width: 100%;
}

.content-wrapper .content span.rad-highlight,
.popup-content span.rad-highlight {
  font-style: italic;
}

.half-content-wrapper {
  margin-top: 3px;
}

.half-content-wrapper p > img {
  margin-top: 4px;
}

.half-content-wrapper .half-content {
  float: left;
  width: 50%;
}

.half-content-wrapper .half-content > h2 {
  padding-bottom: 26px;
}

.half-content-wrapper .half-content span.rad-highlight {
  font-style: italic;
}

.half-content-wrapper .content-left {
  padding-right: 15px;
}

.half-content-wrapper .content-right {
  padding-left: 15px;
}

.half-content-wrapper .half-content p {
  font-size: 1.5rem;
  line-height: 2.2rem;
}

.half-content-wrapper .half-content .rad-header {
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-family: 'Graphik SemiBold Web';
  display: block;
  padding-bottom: 21px;
}

.half-content-wrapper .half-content p {
  padding-bottom: 21px;
}

.half-content-wrapper .half-content ol:not(.no-bullet) {
  list-style-type: numeric;
  list-style-type: decimal;
  padding-left: 18px;
}

.half-content-wrapper .half-content ul,
.half-content-wrapper .half-content ol {
  margin: 0 0 21px;
}

.half-content-wrapper .half-content ul ul,
.half-content-wrapper .half-content ol ol {
  margin-bottom: 0;
}

.half-content-wrapper .half-content ul li,
.half-content-wrapper .half-content ol li {
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding-bottom: 10px;
}

#contentwrapper .half-content-wrapper .half-content ul li:before {
  font-size: 1rem;
  left: -9px;
  top: 0;
  color: #007d55;
}

.half-content-wrapper .half-content ul > li:last-child {
  padding-bottom: 0;
}

.half-content-wrapper .half-content ul.no-bullet > li::before {
  display: none !important;
}

.half-content-wrapper .half-content > ol:last-child,
.half-content-wrapper .half-content > ul:last-child {
  margin-bottom: 0;
}

.half-content-wrapper .half-content > p:last-child {
  padding-bottom: 0;
}

/* BOD starts*/
.leader-wrap {
  padding: 0 0 5px;
}

.inner-title {
  float: left;
  width: auto;
}

.share-position {
  position: relative;
}

.share {
  position: absolute;
  top: 33px;
  bottom: 8px;
  right: 15px;
  z-index: 1;
}

.share > a {
  font-size: 1.4rem;
  line-height: 3.2rem;
  text-decoration: none;
  padding: 3px 50px 3px 0px;
  background: url(/content/dam/microsites/elianttrade/icons/share-icon.svg) no-repeat;
  background-position: 50px 0px;
  display: inline-block;
  width: 100%;
}

.share > a:hover {
  text-decoration: none !important;
  background: url('/content/dam/microsites/elianttrade/icons/share-icon-hover.svg') no-repeat;
  background-position: 50px 0px;
}

.share > a:focus {
  background: url('/content/dam/microsites/elianttrade/icons/share-icon-click.svg') no-repeat;
  background-position: 50px 0px;
  outline: 1px dotted #008969;
}

.share-details {
  position: absolute;
  right: -3px;
  z-index: 2;
  top: 45px;
  display: block;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.share-details.show {
  display: block;
  top: 55px;
  opacity: 1;
  visibility: visible;
}

.leader-detail .brdcrumb .share {
  display: none;
}

#contentwrapper .share-details ul,
.chapter-wrapper .share-details ul,
.events-calendar-wrapper .share-details ul,
.external-content-wrapper .share-details ul {
  margin-bottom: 0;
}

#contentwrapper .share-details ul li:before,
.chapter-wrapper .share-details ul li:before {
  display: none;
}

#contentwrapper .share-details ul li,
.chapter-wrapper .share-details ul li,
.events-calendar-wrapper .share-details ul li,
.external-content-wrapper .share-details ul li {
  position: relative;
  padding: 0;
}

#contentwrapper .share-details ul li:last-child a,
.chapter-wrapper .share-details ul li:last-child a,
.events-calendar-wrapper .share-details ul li:last-child a,
.external-content-wrapper .share-details ul li:last-child a {
  border-bottom: 2px solid #979797;
}

#contentwrapper .share-details a,
.chapter-wrapper .share-details a,
.events-calendar-wrapper .share-details ul li a,
.external-content-wrapper .share-details ul li a {
  text-align: center;
  width: 100%;
  display: inline-block;
  color: #000;
  font-size: 2rem;
  padding: 12px 6px;
  background: #fff;
  border-top: 2px solid #979797;
  border-left: 2px solid #979797;
  border-right: 2px solid #979797;
}

#contentwrapper .share-details a:hover,
#contentwrapper .share-details a:focus,
.chapter-wrapper .share-details a:hover,
.chapter-wrapper .share-details a:focus,
.events-calendar-wrapper .share-details ul li a:hover,
.events-calendar-wrapper .share-details ul li a:focus,
.external-content-wrapper .share-details ul li a:hover,
.external-content-wrapper .share-details ul li a:focus {
  background: #429bd6;
  color: #fff;
  text-decoration: none;
}

#contentwrapper .share-details a[href^='mailto']:hover,
.chapter-wrapper .share-details a[href^='mailto']:hover {
  color: #fff;
}

.link-copied {
  position: absolute;
  width: 150px;
  background: #008969;
  color: #fff;
  text-align: center;
  z-index: 9999;
  left: auto;
  bottom: 10px;
  padding: 3px 0 5px;
  font-size: 1.2rem;
  line-height: 1.4rem;
  right: 45px;
}

.leader-main,
.main-title {
  /*border-bottom: 1px solid #979797;*/
  float: left;
  padding-bottom: 22px;
}

.leadership-wrapper h1 {
  font-size: 4.8rem;
  line-height: 4rem;
  padding: 0px 0;
  margin: 0;
}

.leadership-wrapper h1:after {
  display: none;
}

.leadership-intro p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding-bottom: 20px;
}

#bod-committee .member-mod {
  margin-top: 38px;
}

#bod-executive-committee {
  padding-top: 0;
}

.accordion-inner-wrapper a:hover + .accordion-content .accordion-title .title {
  text-decoration: underline;
}

.bodWrapper .management-committee h2.subheading {
  border-top: 1px solid #979797;
  padding: 20px 0 0 0;
}

.accordion-wrapper .accordion-title {
  font-size: 2.8rem;
  line-height: normal;
  color: #231f20;
}

.accordion-wrapper .accordion-title p {
  padding: 0;
}

.accordion-wrapper.transactions .accordion-title {
  padding-right: 35px;
}

.accordion-wrapper .accordion-subheading {
  font-size: 1.4rem;
  line-height: 2.4rem;
  display: block;
  padding-top: 10px;
  color: #231f20;
}

.accordion-wrapper .opened .accordion-subheading::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  left: calc(50% - 15px);
  bottom: -46px;
  width: 28px;
  height: 28px;
  border-top: 1px solid #007d55;
  border-left: 1px solid #007d55;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion-wrapper .accordion-content {
  position: relative;
  padding-right: 40px;
}

.accordion-wrapper .details-wrapper {
  display: none;
  float: left;
  width: 100%;
  margin-bottom: 45px;
}

.details-inner {
  float: left;
  width: 100%;
  padding: 50px 45px 20px;
  border: 1px solid #007d55;
  margin-top: 31px;
  background: #fff;
}

.member-mod .details-inner {
  position: relative;
}

.member-mod .details-inner .close_btn {
  position: absolute;
  right: 28px;
  top: 28px;
  z-index: 1;
  text-indent: -99999px;
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.close_btn_shareholder {
  position: absolute;
  right: 40px;
  top: 60px;
  z-index: 1;
  text-indent: -99999px;
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.close_btn_shareholder:before,
.member-mod .details-inner .close_btn:before {
  content: '';
  width: 24px;
  height: 2px;
  background: #007d55;
  position: absolute;
  top: 10px;
  left: 0;
  transform: rotate(-45deg);
}

.close_btn_shareholder:after,
.member-mod .details-inner .close_btn:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 24px;
  height: 2px;
  background: #007d55;
  transform: rotate(45deg);
}

.details-inner > p {
  max-width: 635px;
  font-size: 1.5rem;
  line-height: 2.2rem;
}

.details-inner .bod-content-title {
  font-family: 'adobe-garamond-pro', serif;
  font-size: 2.6rem;
  line-height: 3.4rem;
  padding-bottom: 12px;
  color: #000;
}

.accordion-wrapper.transactions .details-wrapper {
  display: block;
  padding-top: 23px;
}

.accordion-wrapper.transactions .details-wrapper ul,
.accordion-wrapper.transactions .details-wrapper ol {
  padding-bottom: 5px;
}

.accordion-wrapper .details-wrapper .read-more {
  font-weight: 700;
}

.accordion-wrapper .accordion-btn {
  position: absolute;
  top: 8px;
  right: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
}

.accordion-wrapper .accordion-content .accordion-btn,
.accordion-wrapper .accordion-content.active .accordion-btn.minus {
  display: block;
}

.accordion-wrapper .accordion-content .accordion-btn.minus,
.accordion-wrapper .accordion-content.active .accordion-btn {
  display: none;
}

.accordion-wrapper .accordion-content {
  padding: 15px 0 20px;
  float: left;
  width: 100%;
}

.transactions.accordion-wrapper .accordion-content {
  border-bottom: none;
}

.accordion-inner-wrapper {
  position: relative;
}

.bodWrapper h2.subheading {
  padding-bottom: 0;
  font-size: 2.8rem;
  line-height: 2.4rem;
  padding-top: 0;
}

#management-committee .bodWrapper h2.subheading {
  font-size: 2.8rem;
  line-height: 3.2rem;
}

.bodWrapper .subheading-txt {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-bottom: 0;
  padding-top: 4px;
}

.accordion-wrapper.member-mod .accordionWrap {
  float: left;
  padding-top: 7px;
  padding-bottom: 0;
  width: 100%;
}

.accordion-inner-wrapper {
  padding-top: 20px;
  height: 420px;
}

/*.accordionWrap.selected  .accordion-inner-wrapper:not(.opened) img, .accordionWrap.selected  .accordion-inner-wrapper:not(.opened) .accordion-content{opacity:0.4}
.accordionWrap.selected  .accordion-inner-wrapper:hover img, .accordionWrap.selected  .accordion-inner-wrapper:hover  .accordion-content{opacity:1 !important}*/
.accordion-image-wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  width: 100%;
  float: left;
  overflow: hidden;
  border-bottom: 6px solid #07a979;
}

.accordion-image-wrapper > img {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  transition: all ease 0.5s;
  transform: scale(1.01);
  display: none;
}

.accordion-image-wrapper:hover img {
  transform: scale(1.1);
}

.accordion-image-wrapper:focus,
.accordion-image-wrapper:focus img,
.accordion-image-wrapper img:focus {
  background-color: #fff;
  opacity: 0.75;
}

.accordion-row {
  padding-bottom: 0;
  float: left;
  width: 100%;
}

.accordion-wrapper .accordion-right-wrapper .quote-content p {
  font-size: 4.8rem;
  line-height: 54px;
  color: #000000;
}

.accordion-wrapper .accordion-right-wrapper .quote-member-name {
  font-size: 2.4rem;
  line-height: 28px;
  float: right;
  position: relative;
  padding-top: 50px;
}

.accordion-wrapper .accordion-right-wrapper .quote-member-name:before {
  height: 2px;
  width: 100px;
  background: #000;
  content: '';
  display: inline-block;
  margin: 6px 15px;
}

.accordion-wrapper .accordion-right-wrapper.accordion-with-quote {
  padding-top: 22px;
}

.accordion-wrapper .accordion-inner-wrapper.accordion-with-quote {
  padding-top: 14px;
  clear: left;
}

.accordion-wrapper .accordion-btn:after {
  content: ' ';
  position: absolute;
  display: block;
  background-color: #007d55;
  height: 12px;
  margin-top: -5px;
  top: 50%;
  top: calc(50% - 1px);
  right: 5px;
  width: 2px;
}

.accordion-wrapper .accordion-btn:before {
  content: ' ';
  position: absolute;
  display: block;
  background-color: #007d55;
  width: 12px;
  margin-left: -5px;
  right: 0px;
  top: 50%;
  top: calc(50% - 1px);
  height: 2px;
}

.accordion-wrapper .accordion-btn:after {
  background-color: #000;
  top: 7px;
  right: 5px;
}

.accordion-wrapper .accordion-btn:before {
  background-color: #000;
  top: 7px;
  right: 0px;
}

.accordion-btn.active:after {
  display: none;
}

.accordionWrap .bord-member {
  position: absolute !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.accordionWrap .bord-member:hover .accordion-content {
  color: #17a17a;
}

.accordionWrap .bord-member:hover {
  text-decoration: none;
}

.accordionWrap .bord-member:hover + .accordion-image-wrapper img {
  transform: scale(1.1);
}

.accordionWrap .bord-member:focus + .accordion-image-wrapper img {
  background-color: #fff;
  opacity: 0.75;
}

.accordionWrap .bord-member:hover + .accordion-image-wrapper + .accordion-content,
.accordionWrap .bord-member:focus + .accordion-image-wrapper + .accordion-content {
  color: #4c4c4c;
}

.nojs .member-mod .accordion-inner-wrapper {
  width: 100% !important;
  margin-bottom: 20px;
}

.nojs .member-mod .accordion-image-wrapper > img {
  width: auto;
}

.nojs .accordion-wrapper .details-wrapper {
  display: block;
}

.nojs .accordion-wrapper .accordion-btn,
.nojs .member-mod .details-inner .close_btn {
  display: none;
}

/* BOD ends*/
/* BOD Detail */
.leader-detail {
  margin: 2px 0 0;
}

.board-wrap,
.member-wrap {
  position: relative;
}

.board-wrap .Leader-image-wrapper {
  max-width: 285px;
}

.Leader-image-wrapper,
.leader-bio {
  float: left;
}

.leader-bio {
  padding: 0 0 0 30px;
}

.bio-title {
  font-family: 'adobe-garamond-pro';
  font-size: 4rem;
  line-height: 4.8rem;
}

.bio-title p {
  padding-bottom: 10px;
}

.bio-title p.title {
  margin-top: -8px;
}

.leader-subheading {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 1px;
}

.board-wrap .share {
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto;
}

.leadership-detail .details-inner {
  border-top: 1px solid #7f7f7f;
  margin-top: 30px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 25px 0 33px 0;
}

.leadership-detail .details-inner > p {
  max-width: 100%;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

/*.leadership-detail .details-inner p:first-child {
  font-family: 'Graphik Light Web';
  font-size: 2.4rem;
  line-height: 3.6rem;
}*/
.leaders-list {
  font-size: 2.8rem;
  font-family: 'adobe-garamond-pro';
}

.leaders-list p {
  border-top: 1px solid #7f7f7f;
  padding: 20px 0 25px;
}

#sliderMemberWrapper {
  padding-top: 5px;
  padding-bottom: 50px;
}

#sliderMemberWrapper .sliderMember .slick-prev,
#sliderMemberWrapper .sliderMember .slick-next {
  top: 22%;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@supports (-ms-ime-align: auto) {
  #sliderMemberWrapper .sliderMember .slick-prev,
  #sliderMemberWrapper .sliderMember .slick-next {
    top: 22%;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
  }
}

/* Temp. Hide */
/*.leadership-detail .insights-right-section {display: none;}*/
/* Temp. Hide */
.member-img {
  border-bottom: 5px solid #07a979;
  overflow: hidden;
}

.member-img img {
  transition: all ease 0.5s;
  min-height: 239px;
}

.sliderMember .banner-content {
  padding: 27px 0 30px 0;
  height: 150px;
  color: #231f20;
}

.sliderMember .banner-normal-text {
  font-size: 2.8rem;
  font-family: 'adobe-garamond-pro';
  line-height: normal;
  padding-bottom: 9px;
}

.sliderMember .banner-normal-content,
.banner-sub-content {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.banner-sub-content {
  border-top: 1px solid #7f7f7f;
  padding: 14px 0 0;
}

.slick-prev:focus,
.slick-next:focus {
  outline: 1px dotted #008969 !important;
}

#sliderMemberWrapper .accordionWrap .bord-member:hover + .member-img img {
  transform: scale(1.1);
}

#sliderMemberWrapper .accordionWrap .bord-member:hover + .member-img + .banner-content {
  color: #4c4c4c;
}

#sliderMemberWrapper .accordionWrap .bord-member:focus + .member-img img,
#sliderMemberWrapper .accordionWrap .bord-member:focus + .member-img + .banner-content {
  background-color: #fff;
  opacity: 0.75;
}

/*.sliderMember .slick-track {display: flex !important;}
.sliderMember .slick-slide {height: inherit !important; width:285px}*/
/* BOD Detail */
/* Insights Landing */
.insight-sub-banner {
  border-top: 8px solid #07a979;
  background: rgba(0, 57, 77, 0.8);
}

.insight-banner-sub-image {
  float: left;
  overflow: hidden;
  overflow: hidden;
  width: calc(100% + 24px);
  /* height:220px;*/
  height: 180px;
  position: relative;
  overflow: hidden;
}

.insight-banner-sub-image img {
  transition: all ease 0.5s;
  max-width: inherit;
  position: absolute;
  top: -100%;
  left: -100%;
  bottom: -100%;
  right: -100%;
  margin: auto;
  height: 100%;
  width: auto;
}

.insight-banner-sub-image:hover img {
  transform: scale(1.1);
}

.insight-banner-sub-image:focus img {
  background-color: #fff;
  opacity: 0.75;
}

.insights-banner h1 {
  margin: 0;
  padding: 0;
}

.insights-banner h1:after {
  display: none;
}

.insights-banner .insights-banner-content {
  /* background: rgba(0, 57, 77, 0.8); */
  padding: 17px 30px 20px 28px;
  backdrop-filter: blur(3px);
  /*min-height: 200px;*/
  min-height: 180px;
}

.insight-banner-text {
  font-size: 1.2rem;
  font-family: 'Graphik SemiBold Web';
  color: #fff;
  text-transform: uppercase;
}

.insight-banner-text p,
.insight-banner-content p {
  padding-bottom: 0;
}

.insight-banner-content {
  color: #fff;
  /*font-size: 4rem;*/
  /*font-size: 3.5rem; line-height: 4.6rem;*/
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-family: 'adobe-garamond-pro';
  padding:
    /*18px*/ 14px 0 5px 0;
}

.insights-banner-content a.banner-button {
  padding-top: 0;
  transition: all ease 0.5s;
}

.insights-banner-content a.banner-button:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.insights-banner-content a.banner-button:after {
  content: '';
  background-image: url(/content/dam/microsites/elianttrade/icons/right-arrow-icon.svg);
  position: absolute;
  width: 6px;
  height: 9px;
  top: 5px;
  right: -17px;
  opacity: 0;
  transition: all ease 0.5s;
}

.insights-banner-content a.banner-button:hover:after {
  opacity: 1;
}

.insights-main {
  padding: 0;
  margin: 0 0 0 0;
}

.insights-main .insights-top-section .counter3 {
  /*display: none;*/
}

.insights-top-section {
  /*padding-top:42px*/
  padding-bottom: 60px;
  /******************** Changed as per ticket AWQ-254 ********************/
  display: flex;
  flex-wrap: wrap;
  /******************************* Ends here *****************************/
}

.insights-top-section h2 {
  padding-bottom: 17px;
}

.insights-main .article-author {
  padding-bottom: 10px;
}

.insights-main .article-author .article-author {
  float: left;
  padding: 0 5px 0 0;
}

.insights-main .insights-bottom-section .article-author .article-detail p {
  display: block !important;
}

.insights-main .article-author .article-detail p:last-child {
  padding-bottom: 0;
}

.insights-landing .inner-title h1 {
  border-bottom: 1px solid #979797;
  padding-bottom: 20px;
  font-size: 4rem;
  line-height: 4.8rem;
}

.insights-main .insight-title > p {
  font-size: 1.2rem;
  color: #429bd6;
  font-family: 'Graphik SemiBold Web';
  text-transform: uppercase;
  padding-bottom: 13px;
  border-top: 1px solid #7f7f7f;
  padding-top: 12px;
}

.insights-main .article-title h2 {
  font-size: 4rem;
  line-height: 4.8rem;
  padding: 20px 0;
}

/*.insights-main .counter2 .article-title h2{padding-top:0}*/
.insights-main .insights-middle .article-title h3 {
  padding-top: 0;
}

.insights-main .article-author span,
.insights-main .article-author p,
.article-link {
  font-family: 'Graphik SemiBold Web';
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.article-link a:focus {
  outline: 1px dotted #008969;
}

.insights-middle .article-content {
  padding: 5px 0 20px 0;
}

.insights-main .article-author p {
  font-family: 'Graphik Web';
}

.insights-main .article-author p.article-detail {
  padding-bottom: 0;
  display: inline-block;
}

.insights-main .article-author p.date {
  padding-bottom: 10px;
}

.insights-top-section .article-content {
  color: #333;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.twitter-footer {
  display: none;
}

.twitter-name a {
  background: url(/content/dam/microsites/elianttrade/icons/twitter) no-repeat;
  height: 15px;
  width: 18px;
  display: inline-block;
  background-size: 100%;
  position: absolute !important;
  top: 21px;
  cursor: pointer;
  right: 15px;
}

.social-btn {
  display: block;
}

.social-btn a {
  width: 100%;
  text-align: center;
}

.article-social {
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: 0.24px;
  font-family: 'adobe-garamond-pro';
}

.social-btn .btn {
  margin: 20px 0;
}

.article-social p {
  padding-bottom: 0;
  padding-top: 20px;
}

.insights-bottom-section {
  padding-top: 58px;
}

.insights-bottom-section h2 {
  padding-bottom: 17px;
  font-size: 2.8rem;
  line-height: 3.2rem;
  padding-top: 0;
}

.insights-bottom-section .article-main {
  padding: 0 0 0 0;
  display: inline-block;
}

.insights-bottom-section .article-main .insight-title {
  padding-bottom: 30px;
  min-height: 310px;
  display: none;
}

.insights-bottom-section .article-main .insight-title > p {
  padding-bottom: 13px;
  border-top: 1px solid #7f7f7f;
  padding-top: 12px;
}

.insights-bottom-section .article-main .insight-title.first > p {
  border-top: 1px solid #7f7f7f;
}

.insights-bottom-section .article-main .insight-title h3 {
  font-size: 2.4rem;
  line-height: 3rem;
  font-family: 'adobe-garamond-pro';
  font-weight: 400;
  padding-bottom: 13px;
  padding-top: 0;
}

.insights-bottom-section .article-main .article-author span,
.insights-bottom-section .article-main .article-author p {
  display: inline-block;
}

.insights-bottom-section .article-author .article-detail {
  display: inline-block;
  width: 100%;
}

.loadmore {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-bottom: 40px;
}

.loadmore a {
  margin-top: 0;
  min-width: 350px;
}

/*.insights-right-section{display:none}
.insights-bottom-section .article-main .insight-title:first-child, .insights-bottom-section .article-main .insight-title:nth-child(2) {display: none !important;}*/
/* Insights Landing */
/* Insights Detail */
.insights-detail-wrap .insight-title {
  position: relative;
  padding: 20px 0 0 0;
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

.insights-detail-wrap .insight-title > p {
  font-size: 1.2rem;
  color: #429bd6;
  font-family: 'Graphik SemiBold Web';
  text-transform: uppercase;
  padding-bottom: 20px;
}

.insights-detail-wrap .insight-title h1 {
  font-size: 5.4rem;
  line-height: 6.2rem;
}

.insights-detail-wrap .article-author {
  display: inline-block;
  padding-top: 8px;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.insights-detail-wrap .article-author span {
  font-family: 'Graphik SemiBold Web';
  padding-right: 7px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.insights-detail-wrap .article-author .article-detail {
  /* display: inline-block; */
  position: relative;
  padding: 0 0 0 9px;
}

.insights-detail .article-detail br {
  display: none;
}

.insights-right-section .insights-detail-wrap .article-author .article-detail {
  display: inline;
}

/* .insights-detail-wrap .article-author span:after {position: absolute; content: ""; background: #000; right: -4px; top: 6px; width: 2px; height: 14px;} */
.insights-right-section .insights-detail-wrap .article-author .article-detail::before {
  display: inline-block;
  position: absolute;
  content: '';
  background: #000;
  left: -2px;
  top: 1px;
  width: 2px;
  height: 14px;
}

.insights-detail-wrap .article-author .date {
  padding-bottom: 15px;
}

.insights-detail-wrap .share {
  top: auto;
  right: 0;
}

.article-desc {
  font-size: 1.6rem;
  line-height: 2.6rem;
  clear: both;
}

.insights-detail-wrap .article-desc {
  padding-bottom: 40px;
}

.article-desc p:first-child {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-family: 'Graphik Light Web';
}

.article-desc ul {
  margin: 0;
  padding-bottom: 10px;
}

.article-desc ul > p.rad-bold {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-family: 'Graphik SemiBold Web';
  padding-bottom: 10px;
}

#contentwrapper .article-desc ul li {
  padding-left: 25px;
}

.insights-video-module {
  background: #efefef;
  padding: 48px 0;
  position: relative;
}

.insights-video-module:before,
.insights-video-module:after {
  background: #efefef;
  height: 100%;
  width: 100%;
  content: '';
  left: 100%;
  top: 0;
  right: auto;
  position: absolute;
}

.insights-video-module:after {
  left: auto;
  right: 100%;
}

.video-wrap {
  display: inline-block;
  vertical-align: top;
  padding-right: 0;
}

.insights-video-detail h3 {
  font-size: 2.8rem;
  line-height: 3.2rem;
  padding-top: 0;
  padding-bottom: 10px;
}

.insights-video-detail p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-bottom: 0;
}

.insights-bottom-content {
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding: 40px 0;
}

.insights-right-section {
  padding-top: 0;
}

.insights-right-section h2 {
  font-size: 2.8rem;
  line-height: 3.2rem;
  padding-left: 0px;
  padding-top: 0;
  padding-bottom: 19px;
  display: block;
}

.insights-right-section .article-main .insight-title {
  padding-bottom: 25px;
}

.insights-right-section .article-main .insight-title:first-child > p {
  border-top: 0;
}

.insights-right-section .article-main .article-author span,
.insights-right-section .article-main .article-author p {
  display: inline;
}

.insights-right-section .article-main .article-author p.date {
  display: block;
  padding-bottom: 0;
}

.insights-right-section .insights-detail-wrap .article-author span:after {
  top: 3px;
}

.insights-right-section .insights-detail-wrap .article-author {
  padding-bottom: 13px;
}

/* Insights Detail */
/* Employees section starts */
table.sort-table th.sorting span {
  background-image: url('/content/dam/microsites/elianttrade/icons/sort-order-icon.svg');
  background-repeat: no-repeat;
  background-position: 100% 60%;
  padding-right: 15px;
}

table.sort-table th.sorting_desc span {
  background-image: url('/content/dam/microsites/elianttrade/icons/sort-order-icon.svg');
  background-repeat: no-repeat;
  background-position: 100% 60%;
  padding-right: 15px;
}

table.sort-table th.sorting_asc span {
  background-image: url('/content/dam/microsites/elianttrade/icons/sort-order-icon.svg');
  background-repeat: no-repeat;
  background-position: 100% 60%;
  padding-right: 15px;
}

table.sort-table th.sorting_disabled span,
table.sort-table th.nosort span {
  background-image: none;
}

table.sort-table th.sorting span:focus {
  border: 1px dotted #008969;
}

table.sort-table th.sorting span a {
  color: #000;
}

table.sort-table th.sorting span a:hover {
  text-decoration: none;
}

.employee-list-wrapper.module-landing {
  margin-top: 30px;
  padding: 60px 0;
}

.employee-list-section-wrapper h2 {
  font-size: 2.8rem;
  line-height: 2.8rem;
  padding-bottom: 0;
}

.employee-list-table-wrapper .dataTables_wrapper thead th.department:focus-within span,
.employee-list-table-wrapper .dataTables_wrapper thead th.location:focus-within span {
  outline: 1px dotted #008969;
}

.employee-units-wrapper,
.employee-department-wrapper,
.employee-locations-wrapper,
.filter-inner-wrapper .label-filter {
  float: left;
  position: relative;
}

.employee-list-table-wrapper table {
  width: 100%;
}

.employee-list-table-wrapper table th,
.employee-list-table-wrapper table td {
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.employee-list-table-wrapper table tbody th,
.employee-list-table-wrapper table tbody td {
  padding: 10px 15px 9px 0;
}

.employee-list-wrapper table.dataTable tbody tr {
  background-color: transparent;
}

.employee-list-wrapper table.dataTable tbody tr th.name .innername {
  display: flex;
}

.employee-list-wrapper table.dataTable tbody tr th.name p {
  padding: 0;
  margin-left: 5px;
}

.employee-list-wrapper table.dataTable tbody tr th.name p span {
  position: relative;
  margin-right: 2px;
}

.employee-list-wrapper table.dataTable tbody tr th.name p span::before {
  font-size: 1.5rem;
  top: 0;
  font-family: 'apollo-icons';
}

.employee-list-wrapper table.dataTable tbody tr th.name p span.icon-management-committee::before {
  content: '\e93c';
  color: #007d55;
}

.employee-list-wrapper table.dataTable tbody tr th.name p span.icon-business-committee::before {
  content: '\e93c';
  color: #ff8551;
}

.employee-list-wrapper
  table.dataTable
  tbody
  tr
  th.name
  p
  span.icon-leadership-advisory-forum::before {
  content: '\e93c';
  color: #07a979;
}

.employee-list-wrapper .mCustomScrollBox {
  background-color: #f0f0f0;
}

.employee-list-wrapper table.dataTable thead .sorting,
.employee-list-wrapper table.dataTable thead .sorting_asc,
.employee-list-wrapper table.dataTable thead .sorting_desc {
  background-image: none;
}

.employee-list-table-wrapper table tr,
.employee-list-table-wrapper table tr:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.employee-list-table-wrapper table thead th:last-child,
.employee-list-table-wrapper table tbody td:last-child {
  text-align: right;
  padding-right: 0;
}

.employee-list-table-wrapper .dataTables_wrapper thead th.name {
  width: 255px !important;
}

.employee-list-table-wrapper .dataTables_wrapper thead th.title {
  width: 385px !important;
}

.employee-list-table-wrapper .dataTables_wrapper thead th.category {
  width: 385px !important;
}

.employee-list-table-wrapper .dataTables_wrapper thead th.department {
  width: 285px !important;
}

.employee-list-table-wrapper .dataTables_wrapper thead th.location {
  width: 90px !important;
}

.employee-list-table-wrapper .dataTables_wrapper thead th.bio {
  width: 70px !important;
}

.employee-list-table-wrapper a.emp-profile-popup {
  font-family: 'Graphik Web' !important;
}

a.emp-profile-popup:focus {
  outline: 1px dotted #008969;
}

.employee-list-table-wrapper .no-data + .dataTables_wrapper {
  display: none;
}

.filter-inner-wrapper {
  margin-bottom: 28px;
  margin-top: 40px;
  float: left;
  width: 100%;
  position: relative;
}

.nojs .filter-inner-wrapper {
  display: none;
}

.filter-inner-wrapper .label-filter {
  font-size: 1.4rem;
  line-height: normal;
  margin-right: 20px;
  margin-top: 0;
  padding: 11px 0 11px 0;
}

.filter-inner-wrapper .dd-wrap {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  float: left;
}

.employee-list-wrapper .dd-wrap {
  word-wrap: break-word;
  width: 100%;
}

.filter-inner-wrapper span.drp-list {
  font-size: 1.4rem;
  line-height: normal;
  min-width: 180px;
}

span.drp-list {
  border: 1px solid #007d55;
  padding: 10px 45px 9px 16px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #505055;
  font-family: 'Graphik Web';
}

span.drp-list:after {
  background: url(/content/dam/microsites/elianttrade/icons/dropdown-closed-icon.svg) no-repeat;
  position: absolute;
  right: 17px;
  content: '';
  width: 11px;
  height: 7px;
  top: 15px;
  background-size: 100%;
  transition: all ease 0.5s;
}

span.drp-list.active::after {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.employee-departments-wrapper {
  margin-right: 13px;
  position: relative;
}

.employee-departments-wrapper ul,
.employee-locations-wrapper ul {
  display: none;
}

ul.drp-list {
  list-style-type: none;
  width: 100%;
  background-color: #fff;
  cursor: pointer;
  padding: 0px;
  position: absolute;
  top: 43px;
  left: 0;
  margin: 0;
  z-index: 3;
  display: none;
  border: 1px solid #007d55;
  max-height: 207px;
  overflow-y: auto !important;
}

#contentwrapper ul.drp-list li:before {
  display: none;
}

span.drp-list a {
  color: #505055;
  font-family: 'Graphik Web' !important;
}

span.drp-list a:focus {
  outline: 1px dotted #008969;
}

.internetexplorer11.popup-employee {
  margin-right: -17px;
}

/*#contentwrapper ul.drp-list::-webkit-scrollbar { -webkit-appearance: none; width: 4px;}
#contentwrapper ul.drp-list::-webkit-scrollbar-thumb { border-radius: 3.5px; background-color: #888b8d;}*/
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #888b8d !important;
  height: 52px !important;
  border-radius: 3.5px !important;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #888b8d !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent !important;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  right: 0px !important;
}

.mCSB_inside > .mCSB_container {
  margin-right: 40px !important;
}

.mCSB_scrollTools {
  width: 40px !important;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  top: 10% !important;
}

#contentwrapper ul.drp-list li {
  padding-bottom: 0;
  padding-left: 16px;
}

#contentwrapper ul.drp-list li > a {
  padding: 8px 0px;
  display: inline-block;
  width: 100%;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.filter-inner-wrapper ul.drp-list li > a {
  font-size: 1.4rem;
  line-height: normal;
  font-family: 'Graphik Web' !important;
}

#contentwrapper ul.drp-list li > a:focus {
  outline: 1px dotted #008969;
}

#txtEmployeeTitle,
#txtNews {
  border: 0;
  padding: 10px 20px 9px 16px;
  width: 100%;
  min-width: 180px;
  max-width: 340px;
  border: 1px solid #007d55;
  font-size: 1.4rem;
  line-height: normal;
  color: #505055;
  background: transparent;
}

.filter-section-wrapper {
  position: relative;
  float: left;
}

.employee-list-data {
  display: none;
}

.filter-section-wrapper #ui-id-1.ui-autocomplete.ui-menu,
.filter-section-wrapper #ui-id-2.ui-autocomplete.ui-menu {
  max-width: 339px !important;
  list-style-type: none;
  background-color: #fff;
  cursor: pointer;
  padding: 0px;
  position: absolute;
  margin: 0;
  display: none;
  border: 1px solid #007d55;
  max-height: 207px;
  overflow-y: auto !important;
}

.filter-section-wrapper #ui-id-1.ui-autocomplete.ui-menu .ui-menu-item a,
.filter-section-wrapper #ui-id-2.ui-autocomplete.ui-menu .ui-menu-item a {
  width: 100% !important;
  font-family: 'Graphik Web' !important;
  font-size: 1.4rem !important;
}

.emp-filter-click,
.news-filter-click {
  background: url('/content/dam/microsites/elianttrade/icons/search-icon.svg') no-repeat;
  width: 15px;
  height: 15px;
  position: absolute !important;
  right: 10px;
  top: 12px;
  background-size: 15px 15px;
}

.emp-filter-click:focus,
.news-filter-click:focus {
  outline: 1px dotted #008969;
}

.employee-filter-section .ui-autocomplete.ui-menu .ui-menu-item {
  width: 90% !important;
  margin-left: 5% !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.employee-filter-section .ui-autocomplete.ui-menu .ui-menu-item a {
  font-size: 1.4rem;
}

.employee-filter-section .filter-inner-wrapper {
  padding-left: 76px;
}

.employee-filter-section .filter-inner-wrapper .label-filter {
  position: absolute;
  left: 0;
  top: 0;
}

.employee-filter-section .drp-list {
  width: 100%;
  min-width: inherit;
}

ul.filter-category.drp-list li {
  background-color: #f0f0f0;
}

.employee-category-wrapper .filter-category li {
  position: relative;
}

.employee-category-wrapper .filter-category li::before {
  font-size: 1.5rem !important;
  top: 9px !important;
  font-family: 'apollo-icons';
  display: block !important;
  left: 16px !important;
}

.employee-category-wrapper .filter-category li.icon-all::before {
  display: none !important;
}

.employee-category-wrapper .filter-category li.icon-management-committee::before {
  content: '\e93c' !important;
  color: #007d55 !important;
}

.employee-category-wrapper .filter-category li.icon-business-committee::before {
  content: '\e93c' !important;
  color: #ff8551 !important;
}

.employee-category-wrapper .filter-category li.icon-leadership-advisory-forum::before {
  content: '\e93c' !important;
  color: #07a979 !important;
}

.employee-category-wrapper .filter-category li:not(.icon-all) a {
  padding-left: 20px !important;
}

.employee-filter-section .filter-section-wrapper {
  width: 100%;
}

body#ip3-in-the-news .employee-filter-section .filter-section-wrapper {
  width: 49%;
  margin-top: 20px;
}

body#ip3-press-releases .employee-filter-section .filter-section-wrapper {
  width: 100%;
  margin-top: 20px;
}

#txtNews {
  min-width: 100%;
}

body#ip3-press-releases #txtNews {
  padding-right: 50px;
}

body#ip3-in-the-news .employee-filter-section .ui-autocomplete.ui-menu .ui-menu-item,
body#ip3-press-releases .employee-filter-section .ui-autocomplete.ui-menu .ui-menu-item,
body#ip3-in-the-news .filter-section-wrapper #ui-id-2.ui-autocomplete.ui-menu,
body#ip3-press-releases .filter-section-wrapper #ui-id-2.ui-autocomplete.ui-menu {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden;
}

body#ip3-in-the-news .employee-filter-section .ui-autocomplete.ui-menu .ui-menu-item,
body#ip3-press-releases .employee-filter-section .ui-autocomplete.ui-menu .ui-menu-item {
  margin-left: 10px !important;
  padding: 5px 20px 5px 0 !important;
}

body#ip3-in-the-news .ui-autocomplete.ui-menu a,
body#ip3-in-the-news .ui-autocomplete.ui-menu a:hover,
body#ip3-press-releases .ui-autocomplete.ui-menu a,
body#ip3-press-releases .ui-autocomplete.ui-menu a:hover {
  height: auto;
}

body#ip3-in-the-news .filter-inner-wrapper span.drp-list,
body#ip3-press-releases .filter-inner-wrapper span.drp-list {
  min-width: 243px;
}

body#ip3-in-the-news .pr-year-wrapper.dd-wrap,
body#ip3-press-releases .pr-year-wrapper.dd-wrap {
  margin-right: 0;
}

.white-popup.employee-pop {
  max-width: 100%;
  margin: 0 auto;
  padding: 35px 40px 20px 40px;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.employee-list-wrapper .employees-table .lastname {
  display: inline-block !important;
  width: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
}

.popup-employee .mfp-auto-cursor .mfp-content {
  max-width: 920px;
}

.popup-employee .mfp-close:active {
  top: 13px;
}

.cat-pop-title .cat-wrap {
  margin-left: 15px;
}

.cat-pop-title .cat-wrap > span {
  position: relative;
  margin-right: 2px;
}

.cat-pop-title .cat-wrap > span::before {
  font-size: 1.5rem;
  top: 0;
  font-family: 'apollo-icons';
}

.cat-pop-title .cat-wrap > span.icon-management-committee::before {
  content: '\e93c';
  color: #007d55;
}

.cat-pop-title .cat-wrap > span.icon-business-committee::before {
  content: '\e93c';
  color: #ff8551;
}

.cat-pop-title .cat-wrap > span.icon-leadership-advisory-forum::before {
  content: '\e93c';
  color: #07a979;
}

/* Employees section ends */
/* Positions section starts */
.positions-filter-wrapper ul li:before {
  display: none !important;
}

.positions-filter-wrapper .filter-title {
  padding: 20px 10px 16px 17px;
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-family: 'Graphik SemiBold Web';
  background: url('/content/dam/microsites/elianttrade/icons/filter-shape.png') no-repeat;
  background-position: 0px 25px;
  background-size: 12px;
  border-bottom: 1px solid #d6d6d6;
}

.positions-filter-item {
  position: relative;
  padding-bottom: 8px;
  font-size: 1.5rem;
  line-height: 2.2rem;
  display: block;
}

.positions-filter-wrapper .show-all-link {
  margin-top: 8px;
}

.positions-filter-item .outer {
  position: absolute;
  height: 16px;
  width: 16px;
  background: #d6d6d6;
  left: 0;
  top: 2px;
  z-index: 0;
}

.positions-filter-wrapper ul {
  margin: 15px 10px 0 0;
}

.positions-filter-item .inner {
  background: url('/content/dam/microsites/elianttrade/icons/checked.png');
  position: absolute;
  height: 10px;
  width: 10px;
  left: 3px;
  top: 5px;
  z-index: 0;
  background-size: cover;
  display: none;
}

.positions-filter-item input {
  display: none;
}

.positions-filter-item label {
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.positions-filter-item input[type='checkbox']:checked ~ .inner {
  display: block;
}

.positions-filter-item input[type='checkbox']:checked ~ .outer {
  background: #007d55;
}

.positions-filter-item label span {
  color: #535353;
}

.positions-filter-item input[type='checkbox']:checked ~ label span {
  color: #007d55;
  font-family: 'Graphik SemiBold Web';
}

.positions-filter-wrapper .show-all-link a {
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-family: 'Graphik SemiBold Web';
}

.positions-section-wrapper {
  margin-top: 7px;
  float: left;
  width: 100%;
}

.nojs .positions-section-wrapper .positions-filter-wrapper {
  display: none;
}

.positions-list-table-wrapper .no-data {
  margin-top: 19px;
}

.positions-list-table-wrapper .no-data + .dataTables_wrapper {
  display: none;
}

/* Positions section starts */
/* Data tables pagination starts*/
.dataTables_wrapper thead th {
  cursor: pointer;
}

.dataTables_wrapper thead .sorting_disabled {
  cursor: auto;
}

.dataTables_paginate a.paginate_button {
  cursor: pointer;
  font-size: 1.4rem;
  line-height: normal;
  color: #008969;
}

.dataTables_paginate a:hover,
.dataTables_paginate a:focus {
  text-decoration: none !important;
}

.dataTables_paginate a.previous {
  float: left;
  letter-spacing: 1px;
  width: 25%;
  padding: 0;
  font-family: 'Graphik SemiBold Web';
}

.dataTables_paginate a.next {
  float: right;
  letter-spacing: 1px;
  width: 25%;
  text-align: right;
  padding: 0;
  font-family: 'Graphik SemiBold Web';
}

.dataTables_paginate > span {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 1px;
  display: inline-block;
  margin-left: 0;
  line-height: normal;
}

.dataTables_paginate > span > a.paginate_button,
.dataTables_paginate > span > span.ellipsis {
  margin-right: 4px;
  font-family: 'Graphik Web' !important;
}

.dataTables_paginate a.previous.disabled,
.dataTables_paginate a.next.disabled,
.dataTables_paginate a.paginate_button.current {
  font-family: 'Graphik SemiBold Web' !important;
  color: #000;
  cursor: default;
}

.dataTables_paginate a.paginate_button:focus,
.sitesearchpagination ul li a:focus {
  outline: 1px dotted #008969;
}

.dataTables_info {
  float: left;
  width: 100%;
  margin-top: 10px;
  letter-spacing: normal;
  font-size: 1.4rem;
  line-height: normal;
  margin-bottom: 6px;
}

.dataTables_wrapper.no-pagination {
  padding-bottom: 15px;
}

/* Data tables pagination ends*/
/*case study module - start*/
.case-studies-topcontent {
  max-width: 635px;
}

.case-studies-wrapper .case-study-item {
  margin-bottom: 35px;
}

.case-studies-wrapper .case-study-item:not(.small-boxes):nth-child(odd) {
  clear: left;
}

.case-studies-wrapper .case-study-item.small-boxes:nth-child(3n + 1) {
  clear: left;
}

.case-studies-wrapper .case-study-item .case-study-title {
  font-size: 2.6rem;
  line-height: 3.4rem;
  padding-bottom: 0px;
}

.case-studies-wrapper .case-study-item .case-study-image {
  padding-bottom: 6px;
}

.case-studies-wrapper .case-study-item .case-study-content {
  font-size: 1.5rem;
  line-height: 2.2rem;
}

.case-studies-wrapper .case-study-item .case-study-content p {
  padding-bottom: 0;
}

/*case study module - end*/
/*Portfolio module - start*/
.portfolio-wrapper {
  clear: left;
}

.portfolio-wrapper .portfolio-item-wrapper {
  float: left;
  width: 100%;
}

.portfolio-loadmore {
  display: none;
  text-align: center;
  padding-bottom: 45px;
}

.portfolio-loadmore .global-button,
.portfolio-loadmore .global-button:focus {
  background: #007d55 !important;
  border: none;
  min-width: auto;
  color: #fff !important;
  text-decoration: none !important;
}

.portfolio-loadmore .global-button:hover {
  background: #0f3223 !important;
  text-decoration: none;
  border: none;
  color: #fff;
}

.portfolio-loadmore .btn {
  width: 100%;
  max-width: 350px;
}

.portfolio-wrapper .portfolio-item {
  margin-bottom: 45px;
}

.portfolio-wrapper .portfolio-item .portfolio-item-wrapper1 {
  border-top: 1px solid #939597;
}

.portfolio-wrapper .portfolio-item .portfolio-image {
  cursor: pointer;
}

.portfolio-wrapper .portfolio-item .portfolio-image img {
  max-height: 115px;
  margin: 0 auto;
}

.portfolio-wrapper .portfolio-details {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-family: 'Graphik SemiBold Web';
  position: relative;
  padding-right: 25px;
  color: #231f20;
}

.portfolio-wrapper .portfolio-details .acquired,
.portfolio-wrapper .portfolio-details .year {
  margin-bottom: 6px;
  display: inline-block;
}

.portfolio-wrapper .portfolio-details .investment-type,
.portfolio-wrapper .portfolio-details .industry,
.portfolio-wrapper .portfolio-details .portfolio-company-status,
.portfolio-wrapper .portfolio-details .fund {
  display: block;
  margin: 0 0 6px 0;
}

.portfolio-wrapper .portfolio-content {
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin: 25px 0 0 0;
}

.portfolio-wrapper .portfolio-content > p {
  padding-bottom: 0;
  font-size: 1.4rem;
  color: #231f20;
}

.portfolio-wrapper .portfolio-content .morecontent {
  display: none;
}

.portfolio-wrapper .portfolio-content.opened .morecontent {
  display: block;
}

.portfolio-wrapper .portfolio-content.opened .moreellipses {
  display: none;
}

.portfolio-wrapper .portfolio-details .morelink {
  position: absolute !important;
  top: 0;
  right: 0;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  border: 1px solid #007d55;
  border-radius: 100%;
  color: #007d55;
}

.portfolio-wrapper .portfolio-details .morelink:before {
  content: ' ';
  position: absolute;
  display: block;
  background-color: #007d55;
  width: 10px;
  left: 50%;
  top: 50%;
  z-index: 1;
  height: 2px;
  transform: translate(-50%, -50%);
}

.portfolio-wrapper .portfolio-details .morelink:after {
  content: ' ';
  position: absolute;
  display: block;
  background-color: #007d55;
  height: 10px;
  margin-top: 0;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 2px;
  transform: translate(-50%, -50%);
}

.portfolio-wrapper .portfolio-details .morelink.less:after {
  display: none;
}

.portfolio-wrapper .portfolio-details .morelink:focus {
  outline: 1px dotted;
}

.portfolio-wrapper .portfolio-details .morelink span {
  display: none;
}

.portfolio-filter .filter-inner-wrapper {
  position: relative;
  padding-left: 79px;
  margin-top: 16px;
  margin-bottom: 61px;
}

.filter-inner-wrapper .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.filter-inner-wrapper .row .col-xs-12 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.portfolio-filter .filter-inner-wrapper .label-filter {
  position: absolute;
  left: 0;
  top: 0;
}

.portfolio-filter .filter-inner-wrapper .dd-wrap {
  width: 100%;
  margin-right: 0;
}

.portfolio-filter .filter-inner-wrapper .dd-wrap:nth-child(-n + 4) {
  margin-bottom: 20px;
}

.portfolio-filter .filter-inner-wrapper span.drp-list {
  width: 100%;
}

.portfolio-module h2:after {
  display: none;
}

/*Portfolio module - end*/
.logo-list-module .portfolio-filter .filter-inner-wrapper {
  margin-bottom: 18px;
}

.logo-list-module .portfolio-item .portfolio-item-wrapper1 {
  padding-top: 17px;
}

.logo-list-module .categories {
  font-family: 'Graphik SemiBold Web';
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #449bd6;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.logo-list-module .portfolio-wrapper .portfolio-item .portfolio-image {
  margin: 0 0 14px 0;
}

.logo-list-module .portfolio-title {
  font-family: 'Graphik SemiBold Web';
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0 0 7px 0;
}

.logo-list-module .portfolio-content {
  margin: 0;
}

.logo-list-module .portfolio-content > p {
  font-size: 1.4rem;
  line-height: 2rem;
}

.case-studies-wrapper .case-study-item .case-study-title {
  font-family: 'adobe-garamond-pro';
}

.case-studies-module h2 + .case-studies-wrapper {
  padding-top: 26px;
}

/*-------PR - Events starts ------------*/
.archive-title {
  padding-top: 0;
  padding-bottom: 10px;
}

.pr-filter-wrapper .filter-inner-wrapper {
  margin-bottom: 20px;
  margin-top: 20px;
}

.third-level-nav {
  margin-top: 35px;
  margin-bottom: 0px;
}

.featured-pr-title {
  padding-top: 0;
  padding-bottom: 10px;
}

.featured-pr-list {
  position: relative;
  padding: 30px 0 40px;
}

.third-level-nav ul {
  float: left;
  width: 100%;
  margin: 0;
}

.third-level-nav ul li::before {
  display: none !important;
}

.third-level-nav ul li {
  float: left;
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding-bottom: 0px;
  margin-right: 10px;
}

.third-level-nav ul li.first {
  padding-left: 0 !important;
}

.third-level-nav ul li span {
  padding: 0;
  display: block;
  padding: 4px 30px 4px 0;
  border-bottom: 1px solid rgba(99, 114, 127, 0.28);
}

.third-level-nav ul li > span {
  border-bottom: 1px solid #000;
  font-family: 'Graphik SemiBold Web';
}

.third-level-nav ul li a {
  color: #515f6c;
}

.third-level-nav ul li a:hover span,
.third-level-nav ul li a:focus span {
  color: #000;
  border-bottom: 1px solid #000;
}

.third-level-nav ul li a:hover,
.third-level-nav ul li a:focus {
  text-decoration: none;
}

.event-subject-wrapper a {
  font-family: 'adobe-garamond-pro', serif !important;
  font-size: 2.2rem;
  line-height: 2.6rem;
  padding-top: 0;
  display: inline-block;
  color: #000;
}

.event-subject-wrapper {
  padding: 10px 26px 20px 0;
}

.featured-events-wrapper {
  margin-top: 10px;
}

.featured-events-wrapper .event-subject-wrapper {
  min-height: 110px;
  margin-top: 20px;
  border-top: 2px solid #939597;
}

.event-item .event-subject-wrapper {
  font-size: 4.8rem;
  line-height: 6rem;
  color: #000;
  padding-top: 50px;
  padding-bottom: 30px;
  font-family: 'adobe-garamond-pro', serif;
  font-style: normal;
}

.event-item.standard-content-wrapper {
  padding: 0 0 30px;
}

.event-url {
  margin-bottom: 15px;
  margin-top: 10px;
}

.event-url a {
  font-size: 1.6rem;
}

.ss-event-item {
  padding: 40px 0;
}

.featured-pr-list .date-wrapper {
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #000;
  padding-bottom: 5px;
}

.sitesearchpagination {
  padding-top: 0;
  float: left;
  width: 100%;
}

.sitesearchpagination ul {
  width: auto;
}

.sitesearchpagination ul li {
  display: inline;
  margin: 0 10px 0 0 !important;
  padding: 0;
  list-style: none !important;
}

.sitesearchpagination .previous span,
.sitesearchpagination .previous a,
.sitesearchpagination .next a,
.sitesearchpagination .next span,
.sitesearchpagination .xofytext,
.sitesearchpagination ul li a,
.sitesearchpagination ul li {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #007d55;
  font-family: 'Graphik Web' !important;
}

.sitesearchpagination p > span {
  color: #000 !important;
}

.sitesearchpagination a:hover,
.sitesearchpagination a:focus {
  text-decoration: none !important;
}

.sitesearchpagination .previous {
  float: left;
  letter-spacing: 1px;
  width: 25%;
  padding: 0;
  font-family: 'Graphik SemiBold Web';
}

.sitesearchpagination .next {
  float: right;
  letter-spacing: 1px;
  width: 25%;
  text-align: right;
  padding: 0;
  font-family: 'Graphik SemiBold Web';
}

.sitesearchpagination .xofytext {
  float: left;
  width: 100%;
  margin-top: 6px;
  letter-spacing: 1px;
  color: #000000;
  padding-bottom: 6px;
}

.sitesearchpagination ul {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 1px;
  margin-left: 0;
  padding-left: 0;
  text-align: left;
  line-height: normal;
}

.sitesearchpagination ul li {
  color: #000;
  margin-right: 0px !important;
  display: inline-block;
}

.sitesearchpagination ul li:before {
  display: none !important;
}

.sitesearchpagination ul li.pagination-dots > span {
  color: #000;
}

#regTextbox {
  width: calc(100% - 60px);
  float: left;
  height: 60px;
  padding: 10px 20px;
  border: 1px solid #d6d6d6;
  color: #000;
  border-right: none medium;
}

.button.email-alerts-btn {
  float: left;
  width: 60px;
  height: 60px;
  background: #007d55;
  display: inline-block;
  text-align: center;
}

.email-alerts-btn a {
  display: block;
  padding: 17px;
}

.email-text {
  display: inline-block;
  vertical-align: top;
}

.email-button {
  display: inline-block;
  margin-left: 30px;
}

.email-text p {
  font-size: 2.6rem;
  line-height: 34px;
  padding: 10px 0 0 0;
}

.email-alerts-wrapper {
  float: left;
  width: 100%;
  padding-bottom: 40px;
}

.email-button .btn {
  margin-top: 0;
  margin-bottom: 0;
  /*font-size: 1.6rem;*/
  font-size: 1.4rem;
}

.pr-document-field .pdf-swap,
.document-links .pdf-swap,
.document-links .media-link {
  padding: 0px 2px;
  /*color: #000;*/
  display: inline-block;
}

.pr-document-field .pdf-swap:hover,
.pr-document-field .pdf-swap:focus,
.document-links .pdf-swap:hover,
.document-links .pdf-swap:focus,
.document-links .media-link:hover,
.document-links .media-link:focus {
  text-decoration: none;
  color: #007d55;
}

.page-introtext p {
  color: #000;
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-family: 'adobe-garamond-pro';
  padding-bottom: 15px;
}

.featured {
  padding-bottom: 20px;
}

/*-------PR - Events ends ------------*/
.footnote-wrapper {
  max-width: 635px;
  margin-top: 15px;
}

.rad-notes {
  font-size: 1.3rem;
  line-height: 20px;
  display: block;
  color: #333;
  padding-bottom: 13px;
}

/*Chart*/
.chart-wrapper .chart-title {
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-family: 'Graphik SemiBold Web';
  color: #000;
  text-align: center;
  margin-bottom: 5px;
  /*margin-right: 38px;*/
}

.ip3-edit .chart-wrapper .chart {
  height: auto !important;
}

.chartwrap {
  position: relative;
  border-top: 1px solid #939597;
}

.chartwrap .chart-inner-html {
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  text-align: center;
  vertical-align: middle;
  display: table;
  -moz-transform: translate(90px, 90px);
  -webkit-transform: translate(90px, 90px);
  -ms-transform: translate(90px, 90px);
  -o-transform: translate(90px, 90px);
  transform: translate(90px, 90px);
}

.chartwrap .chart-inner-html .chart-inner-text {
  display: table-cell;
  vertical-align: middle;
  height: 150px;
  width: 150px;
  font-family: Graphik Web;
  font-size: 1.3rem;
  color: rgb(0, 0, 0);
  line-height: 15px;
}

div.highcharts-legend .highcharts-legend-item > span {
  top: 0 !important;
  line-height: 18px !important;
  font-size: 1.3rem !important;
  color: #000 !important;
  padding-left: 5px;
}

div.highcharts-legend .highcharts-legend-item > span > .keyfigure-title {
  font-family: 'Graphik SemiBold Web';
}

.chartwrap .chart-inner-html .chart-inner-text .keyfigure {
  font-size: 5rem;
  line-height: 54px;
  letter-spacing: -1px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}

.chartwrap .chart-inner-html .chart-inner-text .prefix,
.chartwrap .chart-inner-html .chart-inner-text .postfix {
  font-size: 3rem;
  line-height: 34px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}

ul.drp-list li > a.current {
  text-decoration: underline;
}

.pr-no-content {
  height: 200px;
}

/*Portfolio Highlights*/
@keyframes portfolioHighlights {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.keyfact-wrapper .keyfact-item.animateIt,
.portfolio-signpost.animateIt {
  visibility: hidden;
}

.keyfact-wrapper .keyfact-item.animated,
.portfolio-signpost.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: portfolioHighlights;
  animation-name: portfolioHighlights;
}

.bottom-content-wrapper .rad-right {
  float: right;
}

.profiles-content {
  display: none;
}

.profiles-item-wrapper {
  float: left;
  width: 100%;
}

.nojs .profiles-video {
  min-height: 260px;
}

/***Nav DATA--------*/
.inc-title {
  width: 30%;
  float: left;
  margin-right: 5%;
}

.nav-value {
  display: block;
}

#container {
  float: left;
  width: 100%;
}

.nav-tabs li {
  color: #000;
  padding: 0 29px 3px 0;
  display: block;
  border-bottom: 1px solid #cbcfd3;
  cursor: pointer;
}

.nav-tabs li:hover,
.nav-tabs li.active {
  border-bottom: 1px solid #000;
}

.nav-tabs {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

.rn-items p {
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-family: 'Graphik SemiBold Web';
  color: #000;
  padding-bottom: 10px;
  border-bottom: solid 1px #d6d6d6;
  padding-top: 10px;
}

.graph .highcharts-background {
  fill: transparent !important;
}

.market-tooltip {
  color: #fff;
  font-size: 1.3rem;
  border: none;
}

.nav-content,
#container {
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.nav-value {
}

.graph {
  display: none;
}

.market-title {
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding-top: 5px;
}

.market-value {
  font-size: 2.6rem;
  line-height: 34px;
  font-family: 'adobe-garamond-pro';
  padding-top: 5px;
}

.graph .highcharts-legend-item * {
  cursor: auto !important;
}

/*Document Item Module*/
#Latest_Financials {
  padding-top: 70px;
}

#Latest_Financials .documents-item-wrapper h2 {
  /*border-top: 2px solid #008960*/
  width: 48%;
  padding-top: 20px;
}

#Latest_Financials .feature-podcast-wrapper h2 {
  /*border-top: 2px solid #008960*/
  width: 90%;
  padding-top: 20px;
}

.Document-Wrap {
  display: inline-block;
  width: 49%;
}

.documents-item-wrapper h2 {
  margin-bottom: 30px;
}

.documentItems .document-item {
  margin: 5px 0;
  background: #f0f0f1;
  padding: 10px 20px;
}

.documentItems .Document-Wrap .document-item a {
  font-size: 1.4rem;
  line-height: normal;
}

.documentItems .document-item.alt {
  background: #fff;
}

.documentItems .document-item img {
  width: 100%;
  height: auto;
}

.documentItems .document-item [class^='icon-'],
.documentItems .document-item [class^='icon-'] {
  font-family: 'apollo-icons' !important;
}

.documentItems .document-item [class^='icon-'],
.documentItems .document-item [class^='icon-']:before {
  float: right;
}

.email-alert {
  float: left;
  width: 50%;
  margin-top: 20px;
}

.email-alert .btn {
  margin-bottom: 0;
}

.feature-podcast-wrapper {
  display: inline-block;
  width: 47%;
  margin-top: -110px;
  vertical-align: top;
  margin-left: 20px;
}

.feature-podcast-wrapper a {
  display: inline-block;
  overflow: hidden;
  margin-top: 5px;
}

.feature-podcast-wrapper img {
  /*width: 350px; --> Changed due to focus issue */
  width: 100%;
  float: left;
  height: 180px;
  object-fit: cover;
  /*margin-top: 5px; */
  transition: all ease-out 0.5s;
}

.feature-podcast-wrapper a img:hover {
  transform: scale(1.1);
}

.feature-podcast-wrapper .doc-title {
  float: left;
  padding-top: 10px;
  font-size: 1.4rem;
  line-height: normal;
}

.feature-podcast-wrapper .doc-title:after {
  content: '\e903';
  font-size: 2.7rem;
  font-family: 'apollo-icons';
  vertical-align: bottom;
  margin-left: 10px;
  display: none;
}

.largeSignpostWrap .left-col .date {
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-family: 'Graphik SemiBold Web';
  padding-bottom: 16px;
}

.largeSignpostWrap .largeSignpostWrap-title {
  padding-bottom: 30px;
  font-size: 2.5rem;
  line-height: 34px;
}

.largeSignpostWrap .text-inner {
  font-size: 1.5rem;
  line-height: 2.2rem;
}

span.no-committee {
  color: #ccc;
}

/*bod without image*/
.bodwrap {
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding-bottom: 45px;
  margin: 0 15px;
}

.bodwrap:after {
  content: '';
  display: block;
  clear: both;
}

.bodwrap .bod-item-heading {
  font-family: 'Graphik SemiBold Web';
  width: 100%;
  float: left;
  border-bottom: 1px solid #d6d6d6;
}

.bodwrap .bod-item {
  width: 100%;
  float: left;
  border-bottom: 1px solid #d6d6d6;
}

.bodwrap .mobi-bod-title,
.bodwrap .mobi-bod-designation,
.bodwrap .mobi-bod-title {
  display: none;
  font-family: 'Graphik SemiBold Web';
}

.bodwrap .bod-btn {
  color: #007d55;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 13px;
  z-index: 1;
  padding-right: 20px;
}

.bodwrap .bod-btn:before {
  content: ' ';
  position: absolute;
  display: block;
  background-color: #007d55;
  width: 12px;
  margin-left: -5px;
  right: 0px;
  top: 50%;
  top: calc(50% - 1px);
  bottom: 5px;
  z-index: 9;
  height: 2px;
}

.bodwrap .bod-btn:after {
  content: ' ';
  position: absolute;
  display: block;
  background-color: #007d55;
  height: 12px;
  margin-top: -5px;
  top: 50%;
  top: calc(50% - 1px);
  right: 5px;
  z-index: 9;
  width: 2px;
}

.bodwrap .bod-btn.active:after {
  display: none;
}

.bodwrap .bod-bio-innner {
  display: none;
}

.bodwrap .bod-bio {
  position: relative;
}

.border-bottom .bodwrap .bod-item:last-child {
  border-bottom: 0;
}

.border-bottom .bodwrap {
  padding-bottom: 30px;
}

.bod-title,
.bod-designation,
.bod-bio {
  padding-top: 13px;
  padding-bottom: 13px;
}

.nojs .bodwrap .bod-bio-innner {
  display: block !important;
}

.nojs .bodwrap .bod-btn {
  display: none !important;
}

#email-alert.externalWrapper #page-iframe-container {
  padding-bottom: 30px;
}

/*latest-pr*/
.latest-pr-section .pr-title {
  font-size: 1.5rem;
  line-height: 22px;
  padding: 15px 0 18px;
}

.latest-pr-section .pr-subtitle {
  font-size: 2.2rem;
  line-height: 26px;
  padding-bottom: 0px;
}

.latest-pr-section .pr-subtitle > a {
  color: #000;
}

.latest-pr-section .pr-signpost-image {
  padding-bottom: 10px;
}

.latest-pr-section .pr-signpost-content {
  font-size: 1.5rem;
  line-height: 2.2rem;
}

.latest-pr-section .pr-signpost-wrapper + p {
  padding-bottom: 0;
}

.latest-pr-section .bottom-link-section {
  display: flex;
  justify-content: center;
}

.latest-pr-section .bottom-link-section a.btn {
  margin: 0;
}

.latest-pr-section .pr-signpost-wrapper {
  margin-bottom: 13px;
  margin-top: 20px;
}

#ip3-privacy-policy .read-more-content ul li {
  margin-left: 5%;
}

.content-btn .global-button,
.content-btn .global-button:focus {
  background: #007d55 !important;
  border: none;
  min-width: auto;
  color: #fff !important;
  text-decoration: none !important;
}

.content-btn .global-button:hover {
  background: #0f3223 !important;
  text-decoration: none;
  border: none;
  color: #fff;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  #esg .content-text-outer h2,
  #esg .content-text-outer .content-text {
    width: 500px !important;
  }
}

@media all and (min-width: 1024px) {
  #esg .content-text-outer h2,
  #esg .content-text-outer .content-text {
    width: 635px !important;
  }
}

/* Intro Module */
.intro-section {
  padding-bottom: 60px;
}

.intro-section h1 {
  padding-top: 37px;
  margin: 0;
}

.intro-section p {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-family: 'Graphik Light Web';
}

.intro-section a {
  color: #007d55;
}

.intro-border {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 25px;
}

.intro-section .btn {
  margin-top: 0;
}

.top-intro > p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #000;
  font-family: 'Graphik Web';
}

.two-box-intro {
  padding: 28px 0 0 0;
}

.two-box-intro .leftbox {
  padding-left: 0;
}

.two-box-intro .rightbox {
  padding-right: 0;
}

.two-box-intro .intro-title {
  font-size: 2.8rem;
  line-height: 2.4rem;
  font-family: 'adobe-garamond-pro';
  color: #000;
  padding: 20px 0 23px;
}

.two-box-intro .intro-desc {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-family: 'Graphik Web';
  color: #000;
}

.two-box-intro .link-wrapper a {
  font-size: 1.6rem;
  line-height: normal;
}

.innerpage-intro {
  padding-bottom: 50px;
}

#ip3-insurance .innerpage-intro {
  padding-bottom: 0px;
}

.innerpage-intro h3 {
  margin: 0 0 21px 0;
  padding-top: 27px;
  padding-bottom: 0;
}

/*.innerpage-intro #breadcrumb{margin-bottom:0} */
.innerpage-intro p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding: 0 0 14px;
}

.intro-section .grey-bg,
.introgeneral .grey-bg {
  padding: 15px 20px;
  margin: 10px 0 30px;
}

.intro-section .grey-bg h2:after,
.intro-content .grey-bg h2:after {
  display: none;
}

.intro-section .grey-bg p,
.intro-section .grey-bg ul li,
.intro-section ul.grey-bg li,
.intro-content .grey-bg p,
.intro-content .grey-bg ul li {
  font-size: 1.6rem !important;
  line-height: 2.6rem !important;
}

/* Intro Module */
/* Career Footer */
.career-footer-wrapper {
  background: #008969;
  padding: 37px 0;
  position: relative;
}

.career-footer-wrapper:after {
  content: '';
  background: #00aa78;
  position: absolute;
  /*width: 100%;*/
  width: 50%;
  height: 100%;
  top: 0;
  left: auto;
  /*right: -50%;*/
  right: 0;
  z-index: 0;
}

.Career-footer-left,
.Career-footer-right {
  color: #fff;
  z-index: 1;
  position: relative;
}

.career-footer-wrapper p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.career-footer-wrapper p.career-footer-head {
  font-size: 2.8rem;
  line-height: 2.8rem;
  font-family: 'adobe-garamond-pro';
  padding-bottom: 10px;
}

.career-footer-wrapper .btn {
  border: 1px solid #fff;
  color: #fff;
  margin: 0;
}

.career-footer-wrapper .btn:hover {
  color: #008969 !important;
  background: #fff;
}

/* Career Footer */
/* Career Tabs Module*/
.carrer-tabs-wrapper {
  padding: 60px 0 0;
}

.carrer-tabs-wrapper p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.carrer-tabs-wrapper .intro-content {
  padding-top: 10px;
}

.snapdown-tabs {
  margin-top: 15px;
  margin-bottom: 50px;
}

.tabs-listing ul li:before {
  display: none !important;
}

.tabs-listing {
  margin-bottom: 20px;
  position: relative;
}

.tabs-listing ul {
  padding: 0;
  border-bottom: 1px solid #939597;
  float: left;
  margin-bottom: 0;
}

.tabs-listing ul li {
  display: table-cell;
  width: 25%;
  padding-left: 0 !important;
  padding-bottom: 0;
}

.tabs-listing ul li.last {
  margin-right: 0;
}

.tabs-listing ul li:hover span,
.tabs-listing ul li.current span {
  border-bottom: 4px solid #07a879;
}

.tabs-listing ul li span {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-align: center;
  padding-bottom: 5px;
  font-family: 'Graphik SemiBold Web';
}

.tabs-listing ul li a span br {
  display: none;
}

.tab-sub-title {
  font-family: 'Graphik SemiBold Web';
}

.tabs-listing a {
  display: block;
  text-decoration: none;
  font-family: 'Graphik Web' !important;
  color: #000;
}

.tabs-listing a:hover {
  text-decoration: none;
}

.tabs-listing a:focus {
  outline: 1px dotted;
}

.scrollTabs ul {
  overflow: hidden;
  display: table;
  white-space: nowrap;
  width: 100%;
}

.tabs-content p {
  padding-bottom: 10px;
}

.mobiDropdown {
  display: none;
}

#contentwrapper .tabs-content ul li {
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding-bottom: 15px;
  padding-left: 16px;
}

#contentwrapper .tabs-content ul li:before {
  background: #007d55;
  content: '';
  height: 4px;
  width: 4px;
  border-radius: 50%;
  top: 11px;
}

body#ip3-careers .tabs-listing ul li:hover span,
#ip3-careers .tabs-listing ul li.current span {
  border-bottom: 4px solid #00aa78;
}

body#ip3-careers .tabs-listing ul li span {
  font-family: 'Graphik Web' !important;
}

body#ip3-careers .carrer-tabs-wrapper {
  padding-top: 30px;
}

.btm-content img {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 35px;
}

.tab-bottom {
  padding-top: 20px;
  margin-bottom: -30px;
}

.Tab-Number .snapdown-tabs {
  margin-top: -10px;
}

.Tab-Number .intro-content p:first-child {
  padding-bottom: 35px;
}

.Tab-Number .scrollTabs ul {
  overflow: visible;
}

.Tab-Number .tabs-listing ul li:hover span,
.Tab-Number .tabs-listing ul li.current span {
  border-bottom: none;
}

.Tab-Number .tabs-listing ul li a {
  border-bottom: 4px solid transparent;
}

.Tab-Number .tabs-listing ul li:hover a,
.Tab-Number .tabs-listing ul li.current a {
  border-bottom: 4px solid #07a879;
}

.Tab-Number .tabs-listing ul > li > a {
  display: flex;
  justify-content: center;
}

.Tab-Number .tabs-listing ul > li > a > span {
  line-height: 4rem;
  position: relative;
  display: inline-block;
}

.Tab-Number .tabs-listing ul > li > a > span:before {
  background: #00aa78;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -35px;
  text-align: center;
  color: #fff;
  font-family: 'Graphik SemiBold Web';
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.Tab-Number .tabs-listing ul > li.Number1 > a > span:before {
  content: '1';
}

.Tab-Number .tabs-listing ul > li.Number2 > a > span:before {
  content: '2';
}

.Tab-Number .tabs-listing ul > li.Number3 > a > span:before {
  content: '3';
}

.Tab-Number .tabs-listing ul > li.Number4 > a > span:before {
  content: '4';
}

.career-quote {
  padding: 0;
  text-align: center;
}

.c-quote p {
  color: #00394d;
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-family: 'adobe-garamond-pro';
}

.carrer-tabs-wrapper .video-text {
  width: 100%;
}

.career-video .video-text p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-bottom: 0 !important;
}

.career-video p.tab-sub-title {
  padding-bottom: 5px;
}

.content-btn .rad-btn {
  font-size: 1.4rem;
  line-height: 1.4rem;
}

/* Carrer Tab for Mobile as snapdown */
/* Career Location slider */
.sliderLocation .slick-track {
  display: flex !important;
}

.location-link-wrapper {
  text-align: center;
}

/*.sliderLocation{margin:0 -15px}*/
.location-slides {
  margin: 0 15px;
  padding-bottom: 50px;
  /*max-width: 539px;*/
  height: inherit !important;
}

#LocationWrapper {
  padding-top: 15px;
  float: left;
  width: 100%;
}

.sliderLocationWrapper {
  float: left;
  width: 100%;
}

/*#LocationWrapper .slick-list{padding:0 10% 0 10% !important;}*/
.location-content {
  padding: 30px 0 0;
}

/*.location-img{height:324px}*/
/*.location-slides.slick-slide img {width: 100%;}*/
p.location-title {
  font-size: 2.8rem;
  line-height: 2.8rem;
  color: rgba(0, 0, 0, 0.85);
  font-family: 'adobe-garamond-pro';
  padding-bottom: 10px;
}

.location-detail p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

#LocationWrapper .slick-dots {
  text-align: center;
  width: 100%;
  right: 0;
}

#LocationWrapper .slick-dots li:before {
  display: none !important;
}

#LocationWrapper .slick-dots li button:before {
  color: #bbbdbf;
}

#LocationWrapper .slick-dots li.slick-active button:before {
  color: #07a879;
}

#LocationWrapper .slick-dots li button:focus:before {
  outline: 1px dotted #07a879;
}

/* Content Module*/
.content-module-wrapper {
  padding: 60px 0 40px 0;
}

.content-module-wrapper .intro-content {
  padding-top: 15px;
}

.content-module-wrapper .intro-content ul li {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

body#ip3-about-apollo .content-module-wrapper {
  padding: 20px 0 40px 0;
}

body#ip3-our-history .content-module-wrapper {
  padding: 0px 0 40px 0;
}

body#ip3-private-equity .content-module-wrapper {
  padding: 20px 0 30px 0;
}

.content-module-wrapper .intro-content .grey-bg {
  padding: 15px 20px;
  margin-bottom: 15px;
}

.content-module-wrapper .intro-content p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.content-module-wrapper .intro-content a {
  font-size: 1.6rem;
  line-height: normal;
}

.content-module-wrapper .intro-content p strong {
  display: inline-block;
  margin-top: 20px;
}

.intro-content-module .introWrap-title {
  font-family: 'Graphik SemiBold Web';
  font-size: 2rem;
  line-height: 2.2rem;
  color: #000000;
}

.intro-content-module .introWrap-title:after {
  display: none;
}

body .content-module-wrapper .intro-content p,
.content-module-wrapper .intro-content a {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

#contentwrapper .content-module-wrapper ul li:before {
  top: -1px;
}

body#ip3-overview .intro-content-module .introWrap-title {
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-family: 'adobe-garamond-pro';
  padding-bottom: 20px;
}

.intro-content-module select option {
  background-color: #f0f0f1;
}

body#ip3-overview .intro-content-module h2.introWrap-title:after {
  bottom: 0;
  display: inline-block !important;
}

.ip3-esg-corporate-social-responsibility .content-module-wrapper .intro-content p strong {
  margin-top: 0;
}

.content-module-wrapper .intro-content table th {
  background: #007d55;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 13px 14px 12px;
  text-align: left;
}

.content-module-wrapper .intro-content table th:nth-child(3n) {
  text-align: center;
}

.content-module-wrapper .intro-content table td {
  color: #007d55;
  padding: 5px 15px 5px 0;
}

.content-module-wrapper .intro-content table tr {
  border-bottom: 1px solid #bbbdbf;
}

.content-module-wrapper .intro-content table tbody tr td:nth-child(2n),
.content-module-wrapper .intro-content table tbody tr td:nth-child(3n) {
  font-family: 'Graphik SemiBold Web';
  text-align: center;
  padding-left: 14px;
}

.content-module-wrapper .intro-content table:not(.check) tbody tr td:nth-child(2n) span,
.content-module-wrapper .intro-content table:not(.check) tbody tr td:nth-child(3n) span {
  text-align: left;
  display: inline-block;
  width: 100%;
}

.content-module-wrapper .intro-content table:not(.check) tbody tr td:nth-child(3n) span {
  padding-left: 40%;
}

.content-module-wrapper .intro-content table.check th {
  text-align: center;
}

.content-module-wrapper .intro-content table.check tr td span {
  background: url(/content/dam/microsites/elianttrade/icons/check-in-circle) no-repeat;
  height: 15px;
  width: 15px;
  background-size: 100%;
  display: inline-block;
}

.content-module-wrapper.padding-bottom-0 .intro-content table {
  margin-bottom: 16px;
}

/*Numbers under Content Module*/
ul.rad-list {
  margin: 30px 0 0;
}

ul.rad-list li {
  display: inline-block;
  font-family: 'Graphik Light Web';
  padding: 0 25px;
  text-align: center;
}

ul.rad-list li:before {
  display: none !important;
}

ul.rad-list li:first-child {
  padding-left: 0 !important;
  color: #00394d;
}

.content-module-wrapper .intro-content ul.rad-list li p {
  font-size: 2rem;
  color: #231f20;
  font-family: 'Graphik SemiBold Web';
  text-align: center;
  padding-top: 13px;
}

ul.rad-list li > span {
  font-size: 8.26rem;
}

ul.rad-list li > span + span {
  display: inline-block;
  vertical-align: top;
  margin-top: -12px;
}

ul.rad-list li:nth-child(2),
ul.rad-list li:nth-child(7) {
  color: #026bb5;
}

ul.rad-list li:nth-child(3),
ul.rad-list li:nth-child(8) {
  color: #007d55;
}

ul.rad-list li:nth-child(4),
ul.rad-list li:nth-child(9) {
  color: #07a879;
}

ul.rad-list li:nth-child(5),
ul.rad-list li:nth-child(10) {
  color: #429bd5;
}

ul.rad-list li:nth-child(6) {
  color: #00394d;
}

ul.rad-list li:after {
  content: '';
  display: inline-block;
  background: #bbbdbf;
  height: 112px;
  width: 1px;
  top: -23px;
  position: absolute;
  right: 0;
}

ul.rad-list li:last-child:after {
  display: none;
}

.readmore {
  font-size: 1.6rem;
  line-height: 1.6rem;
}

.content-module-wrapper.expand .intro-content p:not(:first-child),
.content-module-wrapper.expand .intro-content ul {
  display: none;
}

.content-module-wrapper.expand .intro-content.show p:not(:first-child),
.content-module-wrapper.expand .intro-content.show ul {
  display: block;
}

/* Video Gallery */
.video-gallery-wrapper {
  /*background:#f0f0f1;*/
  padding: 60px 0 70px;
}

.gallery-title p {
  padding-top: 10px;
}

.video-gallery.slick-slider {
  margin-bottom: 20px;
}

.video-gallery .video-popup-link:after {
  background: url(/content/dam/microsites/elianttrade/icons/gallery-play-icon) no-repeat;
  height: 103px;
  width: 103px;
  bottom: 36px;
  right: 36px;
  background-size: auto;
  transition: all ease-out 0.3s;
}

/*.video-gallery .video-player:hover .video-popup-link:after, .video-gallery .video-player:focus .video-popup-link:after, #contentwrapper .video-gallery .video-player a.video-popup-link:focus:after{height: 115px; width: 115px; background-size: 100%;}*/
#contentwrapper .video-gallery .video-player a.video-popup-link:focus:after {
  background: url(/content/dam/microsites/elianttrade/icons/gallery-play-icon) no-repeat;
}

.video-quote {
  position: absolute;
  bottom: 60px;
  display: block;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.video-quote > p {
  font-family: 'adobe-garamond-pro';
  font-size: 4rem;
  line-height: 2.8rem;
  color: #fff;
}

.video-quote .thumb-hover {
  display: block;
  width: 100%;
  color: #fff;
}

.video-quote .thumb-hover p {
  line-height: 2.6rem;
}

.video-quote .thumb-hover br {
  display: none;
}

.video-gallery-thumb .video-player.slick-slide {
  margin-right: 16px;
  position: relative;
  width: 219px;
}

.video-gallery-thumb .video-player.slick-slide a {
  display: inline-block;
}

.video-gallery-thumb .video-player.slick-slide:last-child {
  padding-right: 5px;
}

.video-gallery-thumb .video-player.slick-slide.slick-current {
  display: none;
}

.video-gallery-thumb .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
  left: 0 !important;
}

.thumb-hover {
  display: none;
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: 'Graphik SemiBold Web';
  text-align: center;
  width: 100%;
  color: #fff;
}

.thumb-hover p {
  padding-bottom: 0;
}

.video-gallery-thumb .video-player:hover img {
  transform: none;
}

.thumb-img-wrapper {
  position: relative;
  overflow: hidden;
}

.video-gallery-thumb .video-player .thumb-img-wrapper:before,
.video-gallery-thumb .video-player:focus .thumb-img-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 137, 105, 0.62);
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  transition: all ease 0.3s;
}

.video-gallery-thumb .video-player:hover .thumb-hover,
.video-gallery-thumb .video-player a:focus .thumb-hover {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.video-gallery-thumb .video-player:hover .thumb-img-wrapper:before,
.video-gallery-thumb .video-player a:focus .thumb-img-wrapper:before {
  opacity: 1;
}

/*Our business - Sub Link Module*/
.our-business-sub-link-wrapper {
  background: #f0f0f1;
  /*padding:60px 0 40px;*/
  padding: 60px 0 20px;
}

.our-business-sub-link-item {
  margin-bottom: 40px;
}

.our-business-sub-link-wrapper .image {
  /*height:185px;*/
  height: 160px;
  margin: 0 0 20px;
  transition: all ease-out 0.3s;
}

.our-business-sub-link-item h2 {
  margin: 0 0 10px 0;
  padding: 0;
  /*font-size: 2.7rem;*/
  font-size: 2.8rem;
  line-height: 0.86;
}

.our-business-sub-link-item h2:after {
  display: none;
}

.our-business-sub-link-wrapper .description p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.our-business-sub-link-item .btn {
  width: 100%;
  min-width: 100%;
  margin: 0;
}

.text-center {
  text-align: center;
}

.our-business-insights-sub-link-wrapper .bottom {
  margin: 0 0 7px 0;
}

.our-business-insights-sub-link-wrapper .bottom p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #000000;
  padding: 0;
  margin: 0 0 0 0;
}

.our-business-insights-sub-link-wrapper h2.title {
  margin: 0 0 30px 0;
}

.our-business-insights-sub-link-wrapper .btn {
  width: 100%;
  max-width: 350px;
}

.our-business-insights-sub-link-wrapper .our-business-sub-link-item {
  position: relative;
  overflow: hidden;
}

.our-business-insights-sub-link-wrapper .our-business-sub-link-item a {
  position: absolute !important;
  height: calc(100% - 25px);
  width: 100%;
  top: 0;
  left: 0;
}

.our-business-insights-sub-link-wrapper .our-business-sub-link-item:hover .image {
  transform: scale(1.1);
}

.our-business-insights-sub-link-wrapper .our-business-sub-link-item:hover h2 {
  color: #008969;
}

.our-business-insights-sub-link-wrapper .image {
  margin-bottom: 0;
}

.our-business-insights-sub-link-wrapper .our-business-sub-link-item h2 {
  margin-top: 20px;
  line-height: 1.19;
}

.img-wrap-insight {
  overflow: hidden;
}

/* Video Module */
.video-player {
  overflow: hidden;
}

.video-copy-module-background {
  background: #f0f0f1;
}

.video-copy-module {
  background: transparent;
  padding: 60px 0;
}

.video-content {
  display: table;
  height: 250px;
}

.video-desc-wrap {
  display: table-cell;
  vertical-align: middle;
}

.video-desc-wrap .bottom-link-text a {
  color: #007d55;
  font-size: 1.4rem;
}

.video-copy-module h3 {
  font-size: 2rem;
  line-height: normal;
  color: #231f20;
  font-family: 'Graphik SemiBold Web';
  width: 70%;
}

.video-text p {
  font-size: 1.4rem;
  line-height: 2rem;
  padding-bottom: 10px;
}

.video-text {
  width: 70%;
}

body#ip3-media .video-text {
  width: 100%;
}

.watch-video-text a {
  color: #007d55;
  font-size: 1.4rem;
}

.watch-video-text a:after {
  display: none;
}

.video-copy-module .video-popup-link:after {
  background: url(/content/dam/microsites/elianttrade/icons/video-play) no-repeat !important;
  height: 64px;
  width: 64px;
  bottom: 20px;
  right: 20px;
  background-size: auto;
  transition: all ease-out 0.3s;
}

.video-copy-module .video-popup-link:focus:after {
  background: url(/content/dam/microsites/elianttrade/icons/video-play) no-repeat !important;
  height: 64px;
  width: 64px;
  bottom: 20px;
  right: 20px;
  background-size: auto;
  transition: all ease-out 0.3s;
}

/*.video-copy-module .video-player:hover .video-popup-link:after, .video-copy-module .video-player:focus .video-popup-link:after{background-size: 100%; height: 75px; width:75px}*/
/*quotes-module-wrapper*/
.quotes-module-wrapper {
  /*padding:20px 0 40px;*/
  padding: 40px 0 40px;
}

.quotes-module-wrapper.padding-top-60 {
  padding-top: 70px !important;
}

.quotes-module-wrapper.padding-bottom-60 {
  padding-bottom: 60px !important;
}

.quotes-module-wrapper .quotes-text {
  font-size: 2.4rem;
  font-family: 'Graphik SemiBold Web';
  line-height: 3.6rem;
  color: #007d55;
  margin: 0 0 20px 0;
  position: relative;
  /*padding:10px 0 0 0; padding:40px 0 0 0 */
}

.quotes-module-wrapper .quotes-text:before {
  content: '';
  position: absolute;
  left: 0;
  /* top:0;*/
  top: -10px;
  width: 95px;
  border-top: 1px solid #939597;
}

.quotes-module-wrapper .quotes-text-in {
  position: relative;
}

/*.quotes-module-wrapper .quotes-text-in:before{content:"“"; position:absolute; left:-12px; top:0;}
.quotes-module-wrapper .quotes-text-in:after{content:"”";right: 5px; position: relative;}*/
.quotes-name-position {
  font-size: 1.4rem;
  line-height: normal;
  color: #231f20;
  position: relative;
  display: block;
  width: 100%;
}

.quotes-name-position strong {
  padding-right: 13px;
  position: relative;
}

.quotes-name-position strong:before {
  content: '';
  position: absolute;
  height: 12px;
  width: 1px;
  background: #231f20;
  right: 4px;
  top: 3px;
}

.quotes-name-position strong:empty:before {
  display: none;
}

.quotes-name-position a {
  /*position: absolute !important;*/
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #231f20;
}

.quotes-name-position a:hover {
  color: #007d55;
  text-decoration: none;
}

.quotes-name-position a span {
  font-family: 'Graphik Web';
}

/*Case Studies - Module*/
.case-studies-module-wrapper {
  background: #f0f0f1;
  padding: 70px 0;
}

.case-studies-module-wrapper .heading {
  font-size: 1.6rem;
  line-height: normal;
  color: #231f20;
  font-family: 'Graphik SemiBold Web';
  padding-bottom: 0;
}

.case-studies-module {
  background: #fff;
  padding: 24px 40px 20px;
}

.case-studies-item {
  padding: 50px 0;
}

.case-studies-item + .case-studies-item {
  border-top: 1px solid #939597;
}

.case-studies-item .image {
  height: 200px;
  border-top: 6px solid #007d55;
}

.case-studies-item h2 {
  padding: 0 0 0 0;
  margin: 0 0 5px 0;
}

.case-studies-item h2:after {
  display: none;
}

.case-studies-item .description p,
.case-study-popup-link {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 0;
  padding: 0;
}

.case-studies-item-text {
  display: table;
  height: 200px;
}

.case-studies-item-text-in {
  display: table-cell;
  vertical-align: middle;
}

.case-study-content p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-bottom: 0;
}

/*Portfolio Highlights - Module*/
.portfolio-highlights-wrapper {
  /*padding:70px 0;*/
  padding: 60px 0;
  background-color: #164e61;
}

.portfolio-highlights-wrapper .heading {
  font-size: 2rem;
  line-height: 2.2rem;
  color: #fff;
  font-family: 'Graphik SemiBold Web';
  padding: 20px 0px 40px;
  padding-top: 0;
}

/*
.portfolio-highlights-item-wrapper{display:table; width:100%;}
.portfolio-highlights-item-in{float:none !important; display:table-cell; width:auto !important;}
*/
.portfolio-highlights-item {
  border-top: 4px solid #007d55;
  padding: 20px 0 20px;
}

.portfolio-highlights-item-in:nth-child(2) .portfolio-highlights-item {
  border-top: 4px solid #429bd6;
}

.portfolio-highlights-item-in:nth-child(3) .portfolio-highlights-item {
  border-top: 4px solid #00aa78;
}

.portfolio-highlights-item-in:nth-child(4) .portfolio-highlights-item {
  border-top: 4px solid #6dcff6;
}

.portfolio-highlights-item .title {
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #fff;
  font-family: 'Graphik SemiBold Web';
  text-transform: uppercase;
  padding: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 20px;
  opacity: 0.8;
  letter-spacing: 0.09px;
}

.portfolio-highlights-item .portfolio-value > span {
  display: inline-block;
  vertical-align: middle;
}

.portfolio-highlights-item .portfolio-value .before {
  font-size: 6rem;
  font-weight: normal;
  margin: 18px 0 0 0;
  vertical-align: top;
}

.portfolio-highlights-item .portfolio-value {
  font-size: 8rem;
  line-height: normal;
  color: #fff;
  margin: -28px 0 0 0;
  font-family: 'Graphik Light Web';
}

.portfolio-highlights-bottom {
  border-top: 1px solid #6b8e9a;
  margin: 16px 0 0 0;
  padding: 30px 0 0 0;
}

.portfolio-highlights-bottom ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: flex;
  flex-wrap: wrap;
}

.portfolio-highlights-bottom ol li {
  counter-increment: my-awesome-counter;
  display: table-cell;
  width: 33%;
  padding: 0 25px 0 64px;
  position: relative;
  color: #fff;
  font-size: 2rem;
  line-height: 3rem;
  flex-grow: 1;
  width: 33.33%;
  margin-bottom: 80px;
}

.portfolio-highlights-bottom ol li:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

.portfolio-highlights-bottom ol li:before {
  content: counter(my-awesome-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 100%;
  background: #00aa78;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
}

body#ip3-infrastructure
  .portfolio-highlights-item-in:nth-child(4)
  .portfolio-highlights-item
  span.title {
  text-transform: inherit;
}

.as-of p {
  color: #fff;
  padding-bottom: 0;
  position: relative;
  top: 30px;
  font-style: italic;
  font-size: 1.6rem;
}

.portfolio-highlights-wrapper.only-bottom-list {
}

.portfolio-highlights-wrapper.only-bottom-list + .portfolio-highlights-wrapper.only-bottom-list {
  border-top: 4px solid #fff;
}

.portfolio-highlights-wrapper.only-bottom-list .heading {
  padding-top: 3px;
  padding-bottom: 32px;
}

.portfolio-highlights-wrapper.only-bottom-list .portfolio-highlights-bottom {
  border: 0;
  margin: 0 0 13px 0;
  padding: 7px 0 0 0;
}

.portfolio-highlights-wrapper.only-bottom-list .portfolio-highlights-bottom ol {
  padding-top: 38px;
}

.portfolio-highlights-wrapper.only-bottom-list .portfolio-highlights-bottom li {
  width: 33.333%;
}

.portfolio-highlights-wrapper.only-bottom-list .portfolio-highlights-bottom li:after {
  content: '';
  position: absolute;
  left: 0;
  top: -38px;
  height: 4px;
  width: calc(100% - 30px);
  background: #00aa78;
}

.portfolio-highlights-wrapper.only-bottom-list .portfolio-highlights-bottom li:nth-child(2):after {
  background: #439bd6;
}

.portfolio-highlights-wrapper.only-number-list .portfolio-highlights-bottom li:nth-child(2):after {
  background: #00aa78 !important;
}

.portfolio-highlights-wrapper.only-bottom-list .portfolio-highlights-bottom li:nth-child(3):after {
  width: 100%;
}

/*Insurance Diversified Solutions - Module*/
.insurance-diversified-solutions-wrapper {
  padding: 70px 0 28px;
  background: #f0f0f1;
}

.insurance-diversified-solutions-wrapper .heading {
  font-size: 2rem;
  line-height: 2.2rem;
  color: #231f20;
  padding: 0 0 15px 0;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #878787;
  font-family: 'Graphik SemiBold Web';
}

.insurance-diversified-solutions-wrapper .sub-heading {
  font-size: 1.6rem;
  line-height: normal;
  color: #231f20;
  margin: 0 0 10px 0;
  font-family: 'Graphik SemiBold Web';
  padding-bottom: 0;
}

.insurance-diversified-solutions-item {
  text-align: center;
  padding: 40px 0;
  border-top: 1px solid #939597;
}

.insurance-diversified-solutions-item.item-1,
.insurance-diversified-solutions-item.item-2,
.insurance-diversified-solutions-item.item-3 {
  border: 0;
}

.insurance-diversified-solutions-item img {
  display: inline-block;
  border-radius: 100%;
}

.insurance-diversified-solutions-item .description {
  margin: 18px auto 0;
  display: inline-block;
}

.insurance-diversified-solutions-item .description p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #231f20;
  margin: 0;
  padding: 0;
  text-align: left;
}

.insurance-diversified-solutions-item .description ul {
  margin-bottom: 0;
}

.insurance-diversified-solutions-item .description ul li {
  text-align: left;
  padding-bottom: 7px;
  font-size: 1.6rem;
}

.insurance-diversified-solutions-item .description ul li:last-child {
  padding-bottom: 0;
}

#contentwrapper .insurance-diversified-solutions-item .description ul li:before {
  top: -1px;
}

/*risk-return-spectrum-accordion-module*/
.risk-return-spectrum-accordion-module-wrapper {
  padding: 70px 0 40px;
}

body#ip3-real-assets .risk-return-spectrum-accordion-module-wrapper {
  padding-top: 0;
}

.risk-return-spectrum-accordion-module-wrapper .heading {
  font-size: 2rem;
  line-height: 2.2rem;
  color: #231f20;
  font-family: 'Graphik SemiBold Web';
  border-bottom: 1px solid #888;
  padding: 0 0 20px 0;
}

.risk-return-spectrum-accordion-module-wrapper .sub-heading {
  font-size: 1.6rem;
  line-height: normal;
  color: #bbbdbf;
  font-family: 'Graphik SemiBold Web';
  text-align: center;
  margin: 25px 0;
  position: relative;
}

.risk-return-spectrum-accordion-module-wrapper .sub-heading:before {
  content: '';
  border-top: 1px solid #d0d2d3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
}

.sub-heading-bg {
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

.risk-return-directs {
  position: relative;
  padding: 0 48px 0 25px;
  margin: 0 0 45px 0;
  font-size: 1.9rem;
  font-family: 'Graphik SemiBold Web';
  line-height: normal;
}

.risk-return-directs sup {
  margin: 0;
  font-size: 0.9rem;
  top: -0.7em;
}

.risk-return-directs-prefix {
  position: absolute;
  left: 0;
  top: -6px;
}

.risk-return-directs-postfix {
  position: absolute;
  right: 0;
  top: -6px;
}

.risk-return-directs-center {
  height: 14px;
  border-left: 1px solid #58585b;
  border-right: 1px solid #58585b;
}

.risk-return-directs-center:before {
  content: '';
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 6px;
  margin: 4px 0 4px 0;
  background-image: linear-gradient(to left, #9fd08a, rgba(205, 234, 190, 0.01));
}

.risk-return-spectrum-accordion-module {
  text-align: center;
}

.risk-return-spectrum-accordion-item {
  height: 128px;
  padding: 20px 10px 45px;
  position: relative;
  width: 100%;
  display: table;
  vertical-align: middle;
  text-decoration: none !important;
  background: #03b279;
}

.risk-return-spectrum-accordion-item:focus {
  outline: 1px dotted #fff;
}

.risk-return-spectrum-accordion-item .accordion-item-heading {
  font-size: 2.4rem;
  line-height: normal;
  color: #fefefe;
  font-family: 'Graphik SemiBold Web';
}

.risk-return-spectrum-accordion-item .accordion-item-heading > span,
.risk-return-spectrum-accordion-item .accordion-item-heading > b {
  font-size: 1.68rem;
  vertical-align: top;
  display: inline-block;
  padding-top: 5px;
  font-family: 'Graphik SemiBold Web';
}

.accordion-item-heading-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.risk-return-spectrum-accordion-item .accordion-item-heading.small-title {
  font-size: 1.6rem;
  line-height: normal;
}

.risk-return-spectrum-accordion-item .content-text {
  font-size: 1.6rem;
  line-height: normal;
  color: #fefefe;
  font-family: 'Graphik Web';
}

.risk-return-spectrum-accordion-item:after {
  content: '';
  height: 22px;
  width: 22px;
  position: absolute;
  left: 50%;
  bottom: 16px;
  background: url(/content/dam/microsites/elianttrade/icons/plus-icon-white.svg) no-repeat;
  transform: translateX(-50%);
}

.risk-return-spectrum-accordion-item.active:after {
  background: url(/content/dam/microsites/elianttrade/icons/minus-icon-white.svg) no-repeat;
}

.risk-return-spectrum-accordion-item:focus:after {
  background-image: url(/content/dam/microsites/elianttrade/icons/plus-icon-white.svg) !important;
}

.risk-return-spectrum-accordion-item.active:focus:after {
  background-image: url(/content/dam/microsites/elianttrade/icons/minus-icon-white.svg) !important;
}

.risk-return-accordion-content {
  padding: 38px 10px 0;
}

.risk-return-accordion-content-item {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #231f20;
  border-bottom: 1px solid #898b8e;
  margin: 0 0 12px 0;
  padding: 0 0 15px 0;
  min-height: 50px;
  display: flex;
}

body#ip3-real-assets .risk-return-accordion-content-item {
  padding: 0 20px 15px;
}

.risk-return-accordion-content-item-in {
  align-self: flex-end;
  width: 100%;
}

.show-only-bottom-list .risk-return-spectrum-accordion-item .accordion-item-heading {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding-left: 20px;
  padding-right: 20px;
}

.show-only-bottom-list .heading {
  border: 0;
}

.show-only-bottom-list .risk-return-accordion-content {
  padding-top: 20px;
}

.show-only-bottom-list .risk-return-accordion-content-item {
  line-height: 2rem;
  padding: 11px 0 26px 0;
  margin: 0 0 9px 0;
}

.show-only-bottom-list .risk-return-accordion-content-item.first {
  padding-top: 0;
}

.show-only-bottom-list .risk-return-accordion-content-item.isheading {
  min-height: 40px;
  padding: 0 0 16px 0;
  margin: 0 0 9px 0;
  font-weight: 600;
}

/*Private Equity Graph*/
.private-equity-graph-module-wrapper {
  padding: 15px 0 130px 0;
}

.private-equity-graph-module-wrapper .heading {
  font-size: 2rem;
  font-family: 'Graphik SemiBold Web';
  line-height: 2.2rem;
  color: #231f20;
  border-bottom: 1px solid #939597;
}

.private-equity-graph-module-wrapper .sub-heading {
  font-size: 2rem;
  font-weight: normal;
  line-height: normal;
  color: #231f20;
  margin: 30px 0;
  padding-bottom: 10px;
}

/*
.private-equity-graph-box-wrapper{padding:0 0 0 145px;position:relative;border-left:1px solid #939597; margin-top: 30px;}
.private-equity-graph-box{position:relative; background:url(../resources/content-images/business/hybrid-value-fund-background.png) no-repeat; background-size: cover; background-position: center center; height:813px;}
#contentwrapper .graph-right-number{position:absolute; left:-98px; bottom:0; width:70px; text-align:right; font-size:2rem; line-height:normal; font-weight: 600; color: #58585b;}
#contentwrapper .graph-right-number li{width:100%; padding:0!important;font-family: 'Graphik SemiBold Web';}
#contentwrapper .graph-right-number li + li{margin-top:112px;}
#contentwrapper .graph-bottom-number{position:absolute; left:0; width:100%; bottom: -40px; width: 100%; margin: 0px; padding:0 0 0 50px}
#contentwrapper .graph-bottom-number li{ padding:0!important; float:left; width:15.4%; text-align:left!important; font-size:1.8rem; line-height: normal; color:#231f20;}
#contentwrapper .graph-bottom-number li:last-child{width:auto;}
.graph-right-number span {font-size: 1rem; vertical-align: top; display: inline-block; padding-top: 3px;}
.private-equity-graph-box:before{
content:''; width:5px; height:100%; background-image: linear-gradient(to top, rgba(205, 234, 190, 0.01),#9fd08a); position:absolute; left:-15px; top:0;
}
.private-equity-graph-box:after{content:'';width:14px; border-top:1px solid #58585b; position:absolute; left:-19px;top:0}
#contentwrapper .private-equity-graph-box ul li:before{display:none!important; padding:0!important;}
.graph-box-item .plus-icon{text-align:center; position: absolute!important; left: 34px; bottom: 20px;}
.graph-box-item .plus-icon:before {content: ""; height: 30px; width: 30px; display: inline-block; background: url(/content/dam/microsites/elianttrade/icons/plus-icon-graph.svg) no-repeat; position: absolute; background-size: 100%; bottom: 0px;}
.graph-box-item .plus-icon.active:before {background: url(/content/dam/microsites/elianttrade/icons/minus-icon-graph.svg) no-repeat;background-size: 100%;}
.graph-box-item{position:absolute!important; left:0; padding:25px 34px !important;color:#fff}
.graph-box-item-title {  font-size: 2.4rem; font-family: 'Graphik SemiBold Web'; margin:0 0 8px 0}
.graph-box-item-sub-title {  font-size: 1.8rem; font-family: 'Graphik SemiBold Web';}
.graph-box-item .graph-box-description{display:none; position:absolute; left:0; bottom:0; min-width: 190px; box-shadow: 2px 2px 4px 0 rgba(133, 133, 133, 0.5); border: solid 1px #979797; background-color: rgba(255, 255, 255, 0.94); padding:0 32px;}
.graph-box-item.graph-box3 .graph-box-description {bottom:inherit; top: 68px;}
.graph-box-item .graph-box-description ul{margin:0;}
.graph-box-item .graph-box-description ul li{border-bottom:1px solid #979797; font-size:1.4rem; line-height:normal; color:#231f20; text-align:center!important; padding:16px 0!important;}
.graph-box-item .graph-box-description ul li:last-child{border:0;}
.graph-box-item .graph-box-description ul li:first-child {padding-top: 24px !important;}
.graph-box-item .graph-box-description ul li:last-child {padding-bottom: 24px !important;}
.graph-box2.graph-box-item .graph-box-description ul li, .graph-box3.graph-box-item .graph-box-description ul li{padding: 20px 0 !important;}
.graph-box2.graph-box-item .graph-box-description ul li:first-child, .graph-box3.graph-box-item .graph-box-description ul li:first-child{padding-top: 24px !important;}
.graph-box2.graph-box-item .graph-box-description ul li:last-child, .graph-box3.graph-box-item .graph-box-description ul li:last-child{padding-bottom: 24px !important;}
.graph-box1{height: 374px; background: #03b279; bottom:0; padding-top:51px !important;}
.graph-box2{height: 252px; background: rgba(67, 155, 214, 0.80); bottom:347px;}
.graph-box3{height: 149px; background:#007d55; top:0px;}
.net-return-target {position: absolute;top: 55%;left: 0;margin-left: -11px;background:#fff;color:#76787a;font-size: 1.6rem;font-family: 'Graphik SemiBold Web';padding: 0 20px ;line-height: normal;-webkit-transform: rotate(270deg);-moz-transform: rotate(270deg);-ms-transform: rotate(270deg);-o-transform: rotate(270deg);transform: rotate(270deg);-webkit-transform-origin: 0 0;-moz-transform-origin: 0 0;-ms-transform-origin: 0 0;-o-transform-origin: 0 0;transform-origin: 0 0;}
.time-horizon-years{color:#76787a; font-size: 1.6rem; font-family: 'Graphik SemiBold Web';line-height: normal; text-align:center; position: absolute; left: 0; bottom: -76px; width: 100%;}
*/
/*Private Equity Graph End*/
@media all and (min-width: 991px) {
  .private-equity-graph-module-wrapper {
    padding: 15px 0 60px 0;
  }

  .private-equity-graph-box-wrapper {
    padding: 0 0 0 62px;
    position: relative;
    margin-top: 125px;
  }

  .private-equity-graph-box {
    position: relative;
    background: url('/content/dam/microsites/elianttrade/images/hybrid-value-fund-background.png') no-repeat;
    background-size: cover;
    background-position: center center;
    height: 356px;
  }

  #contentwrapper .graph-right-number {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: left;
    font-size: 2rem;
    line-height: normal;
    font-weight: 600;
    color: #58585b;
    top: -170px;
    z-index: -1;
  }

  #contentwrapper .graph-right-number li {
    padding: 0 112px 0 0;
    font-family: 'Graphik SemiBold Web';
    display: inline-block;
  }

  #contentwrapper .graph-right-number li + li {
    margin-top: 112px;
  }

  #contentwrapper .graph-right-number li:last-child {
    padding-left: 15px;
  }

  #contentwrapper .graph-bottom-number {
    position: absolute;
    left: -50px;
    top: 0;
    height: 100%;
  }

  #contentwrapper .graph-bottom-number li {
    width: 100%;
    text-align: left !important;
    font-size: 1.6rem;
    line-height: normal;
    color: #231f20;
    padding-bottom: 37px;
  }

  #contentwrapper .graph-bottom-number li:last-child {
    width: auto;
    padding-bottom: 0;
  }

  .graph-right-number span {
    font-size: 1rem;
    vertical-align: top;
    display: inline-block;
    padding-top: 3px;
  }

  .private-equity-graph-box:before {
    content: '';
    width: 100%;
    height: 5px;
    background-image: linear-gradient(to right, rgba(205, 234, 190, 0.01), #9fd08a);
    position: absolute;
    left: 0;
    top: -25px;
  }

  .private-equity-graph-box:after {
    content: '';
    width: 1px;
    border-right: 1px solid #58585b;
    position: absolute;
    left: auto;
    top: -30px;
    right: 0px;
    height: 14px;
  }

  #contentwrapper .private-equity-graph-box ul li:before {
    display: none !important;
    padding: 0 !important;
  }

  .graph-box-item .plus-icon {
    text-align: center;
    position: absolute !important;
    left: 34px;
    bottom: 20px;
  }

  .graph-box-item .plus-icon:before {
    content: '';
    height: 22px;
    width: 22px;
    display: inline-block;
    background: url(/content/dam/microsites/elianttrade/icons/plus-icon-graph.svg) no-repeat;
    position: absolute;
    background-size: 100%;
    bottom: -5px;
    left: -10px;
  }

  .graph-box-item .plus-icon.active:before {
    background: url(/content/dam/microsites/elianttrade/icons/minus-icon-graph.svg) no-repeat;
    background-size: 100%;
  }

  .graph-box-item {
    position: absolute !important;
    left: 0;
    padding: 15px 20px !important;
    color: #fff;
  }

  .graph-box-item-title {
    font-size: 2.4rem;
    font-family: 'Graphik SemiBold Web';
    margin: 0 0 3px 0;
  }

  .graph-box-item-sub-title {
    font-size: 1.8rem;
    font-family: 'Graphik SemiBold Web';
  }

  .graph-box-item .graph-box-description {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 330px;
    box-shadow: 2px 2px 4px 0 rgba(133, 133, 133, 0.5);
    border: solid 1px #979797;
    background-color: rgba(255, 255, 255, 0.94);
    padding: 0 30px;
    z-index: 1;
  }

  .graph-box-item .graph-box-description ul {
    margin: 0;
  }

  .graph-box-item .graph-box-description ul li {
    border-bottom: 1px solid #979797;
    font-size: 1.4rem;
    line-height: normal;
    color: #231f20;
    text-align: center !important;
    padding: 15px 0 14px !important;
  }

  .graph-box-item .graph-box-description ul li:last-child {
    border: 0;
  }

  .graph-box-item .graph-box-description ul li:first-child {
    padding-top: 24px !important;
  }

  .graph-box-item .graph-box-description ul li:last-child {
    padding-bottom: 24px !important;
  }

  .graph-box2.graph-box-item .graph-box-description {
    top: 0;
    bottom: auto;
    left: 85px;
  }

  .graph-box-item.graph-box3 .graph-box-description {
    bottom: auto;
    top: 0px;
    left: auto;
    right: 184px;
  }

  .graph-box2.graph-box-item .graph-box-description ul li {
    padding: 17px 0 16px !important;
  }

  .graph-box3.graph-box-item .graph-box-description ul li {
    padding: 15px 0 !important;
  }

  .graph-box2.graph-box-item .graph-box-description ul li:first-child,
  .graph-box3.graph-box-item .graph-box-description ul li:first-child {
    padding-top: 24px !important;
  }

  .graph-box2.graph-box-item .graph-box-description ul li:last-child,
  .graph-box3.graph-box-item .graph-box-description ul li:last-child {
    padding-bottom: 24px !important;
  }

  .graph-box1 {
    height: 178px;
    background: #03b279;
    bottom: 0;
    width: 492px !important;
  }

  .graph-box2 {
    height: 252px;
    background: rgba(67, 155, 214, 0.8);
    bottom: 39px;
    width: 310px !important;
    left: 277px;
  }

  .graph-box3 {
    height: 198px;
    background: #007d55;
    width: 184px !important;
    left: auto;
    right: 0;
    top: 65px;
  }

  .net-return-target {
    position: absolute;
    top: -100px;
    left: 50%;
    background: #fff;
    color: #76787a;
    font-size: 1.6rem;
    font-family: 'Graphik SemiBold Web';
    padding: 0 20px;
    line-height: normal;
    transform: translateX(-50%);
  }

  .net-return-target:before,
  .net-return-target:after {
    background: #bbbdbf;
    content: '';
    height: 1px;
    width: 450px;
    left: 192px;
    top: 10px;
    display: block;
    position: absolute;
  }

  .net-return-target:after {
    left: auto;
    right: 192px;
  }

  .time-horizon-years {
    color: #76787a;
    font-size: 1.6rem;
    font-family: 'Graphik SemiBold Web';
    line-height: normal;
    text-align: center;
    position: absolute;
    left: 33px;
    bottom: 0;
    height: 100%;
    transform: rotate(-90deg);
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .private-equity-graph-module-wrapper {
    padding: 15px 0 60px 0;
  }

  .private-equity-graph-box-wrapper {
    padding: 0 0 0 62px;
    position: relative;
    margin-top: 125px;
  }

  .private-equity-graph-box {
    position: relative;
    background: url('/content/dam/microsites/elianttrade/images/hybrid-value-fund-background.png') no-repeat;
    background-size: cover;
    background-position: center center;
    height: 356px;
  }

  #contentwrapper .graph-right-number {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: left;
    font-size: 2rem;
    line-height: normal;
    font-weight: 600;
    color: #58585b;
    top: -60px;
  }

  #contentwrapper .graph-right-number li {
    padding: 0 45px 0 0;
    font-family: 'Graphik SemiBold Web';
    display: inline-block;
    font-size: 1.8rem;
  }

  #contentwrapper .graph-right-number li:last-child {
    padding-left: 20px;
  }

  #contentwrapper .graph-bottom-number {
    position: absolute;
    left: -50px;
    top: 0;
    height: 100%;
  }

  #contentwrapper .graph-bottom-number li {
    width: 100%;
    text-align: left !important;
    font-size: 1.6rem;
    line-height: normal;
    color: #231f20;
    padding-bottom: 37px;
  }

  #contentwrapper .graph-bottom-number li:last-child {
    width: auto;
    padding-bottom: 0;
  }

  .graph-right-number span {
    font-size: 1rem;
    vertical-align: top;
    display: inline-block;
    padding-top: 3px;
  }

  .private-equity-graph-box:before {
    content: '';
    width: 100%;
    height: 5px;
    background-image: linear-gradient(to right, rgba(205, 234, 190, 0.01), #9fd08a);
    position: absolute;
    left: 0;
    top: -25px;
  }

  .private-equity-graph-box:after {
    content: '';
    width: 1px;
    border-right: 1px solid #58585b;
    position: absolute;
    left: auto;
    top: -30px;
    right: 0px;
    height: 14px;
  }

  #contentwrapper .private-equity-graph-box ul li:before {
    display: none !important;
    padding: 0 !important;
  }

  .graph-box-item .plus-icon {
    text-align: center;
    position: absolute !important;
    left: 34px;
    bottom: 20px;
  }

  .graph-box-item .plus-icon:before {
    content: '';
    height: 22px;
    width: 22px;
    display: inline-block;
    background: url(/content/dam/microsites/elianttrade/icons/plus-icon-graph.svg) no-repeat;
    position: absolute;
    background-size: 100%;
    bottom: -5px;
    left: -19px;
  }

  .graph-box-item .plus-icon.active:before {
    background: url(/content/dam/microsites/elianttrade/icons/minus-icon-graph.svg) no-repeat;
    background-size: 100%;
  }

  .graph-box-item {
    position: absolute !important;
    left: 0;
    padding: 10px 15px !important;
    color: #fff;
  }

  .graph-box-item-title {
    font-size: 2rem;
    font-family: 'Graphik SemiBold Web';
    margin: 0 0 3px 0;
  }

  .graph-box-item-sub-title {
    font-size: 1.6rem;
    font-family: 'Graphik SemiBold Web';
  }

  .graph-box1 .graph-box-item-title br {
    display: none;
  }

  .graph-box-item .graph-box-description {
    display: none;
    position: absolute;
    left: 38px;
    bottom: 0;
    width: 275px;
    box-shadow: 2px 2px 4px 0 rgba(133, 133, 133, 0.5);
    border: solid 1px #979797;
    background-color: rgba(255, 255, 255, 0.94);
    padding: 0 30px;
    z-index: 1;
  }

  .graph-box-item .graph-box-description ul {
    margin: 0;
  }

  .graph-box-item .graph-box-description ul li {
    border-bottom: 1px solid #979797;
    font-size: 1.4rem;
    line-height: normal;
    color: #231f20;
    text-align: center !important;
    padding: 12px 0 11px !important;
  }

  .graph-box-item .graph-box-description ul li:last-child {
    border: 0;
  }

  .graph-box-item .graph-box-description ul li:first-child {
    padding-top: 10px !important;
  }

  .graph-box-item .graph-box-description ul li:last-child {
    padding-bottom: 10px !important;
  }

  .graph-box2.graph-box-item .graph-box-description {
    top: 0;
    bottom: auto;
    left: 53px;
    width: 264px;
  }

  .graph-box-item.graph-box3 .graph-box-description {
    bottom: auto;
    top: 0px;
    left: auto;
    right: 117px;
  }

  .graph-box2.graph-box-item .graph-box-description ul li {
    padding: 10px 0 !important;
  }

  .graph-box3.graph-box-item .graph-box-description ul li {
    padding: 13px 0 14px !important;
  }

  .graph-box2.graph-box-item .graph-box-description ul li:first-child,
  .graph-box3.graph-box-item .graph-box-description ul li:first-child {
    padding-top: 14px !important;
  }

  .graph-box2.graph-box-item .graph-box-description ul li:last-child,
  .graph-box3.graph-box-item .graph-box-description ul li:last-child {
    padding-bottom: 14px !important;
  }

  .graph-box1 {
    height: 178px;
    background: #03b279;
    bottom: 0;
    width: 295px !important;
  }

  .graph-box2 {
    height: 252px;
    background: rgba(67, 155, 214, 0.8);
    bottom: 43px;
    width: 177px !important;
    left: 175px;
  }

  .graph-box3 {
    height: 198px;
    background: #007d55;
    width: 118px !important;
    left: auto;
    right: 0;
    top: 62px;
  }

  .net-return-target {
    position: absolute;
    top: -100px;
    left: 50%;
    background: #fff;
    color: #76787a;
    font-size: 1.6rem;
    font-family: 'Graphik SemiBold Web';
    padding: 0 20px;
    line-height: normal;
    transform: translateX(-50%);
  }

  .net-return-target:before,
  .net-return-target:after {
    background: #bbbdbf;
    content: '';
    height: 1px;
    width: 450px;
    left: 192px;
    top: 10px;
    display: block;
    position: absolute;
  }

  .net-return-target:after {
    left: auto;
    right: 192px;
  }

  .time-horizon-years {
    color: #76787a;
    font-size: 1.6rem;
    font-family: 'Graphik SemiBold Web';
    line-height: normal;
    text-align: center;
    position: absolute;
    left: 33px;
    bottom: 0;
    height: 100%;
    transform: rotate(-90deg);
  }
}

/* Content With BG Impact*/
.contentWithBg {
  padding: 60px 0;
}

.content-bg-wrapper h2 {
  color: #fdae2a;
  line-height: 2.8rem;
}

.content-bg-wrapper h2:after {
  background: #fdae2a;
}

.content-bg-wrapper .content-txt {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding-top: 20px;
}

.border-top-bg {
  border-top: 6px solid #07a979;
}

#covid-19 {
  padding-bottom: 95px;
}

/* Promo Module */
.promo-wrapper {
  background: #00aa78;
  padding: 40px 0 44px;
  color: #fff;
}

.promo-text p {
  padding-bottom: 0;
  font-family: 'Graphik SemiBold Web';
}

.promo-link .btn {
  margin: 2px 0;
  border-color: #fff;
  color: #fff;
}

/* Investors Perspective */
.Investors-wrapper {
  padding: 70px 0 76px;
}

.investor-title {
  border-bottom: 1px solid #7f7f7f;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.heading {
  font-size: 2rem;
  line-height: 2.2rem;
  color: #231f20;
  font-family: 'Graphik SemiBold Web';
}

.Investors-Content {
  text-align: center;
}

.investor-head {
  background: #007d55;
  color: #fff;
  padding: 15px 0;
  font-family: 'Graphik SemiBold Web';
  font-size: 1.6rem;
}

.middle-content {
  padding: 24px 0;
}

.middle-content ul {
  margin: 0;
}

.middle-content ul li:before {
  display: none !important;
}

.middle-content ul li {
  font-style: italic;
  padding: 0 !important;
  font-size: 1.6rem;
}

.middle-content span {
  color: #007d55;
  font-family: 'Graphik SemiBold Web';
  padding-bottom: 10px;
  display: block;
  font-size: 1.6rem;
}

.bottom-txt {
  font-family: 'Graphik SemiBold Web';
  color: #fff;
  background: #00aa78;
  padding: 22px 0;
  font-size: 1.6rem;
}

.bottom-txt p {
  padding: 0;
}

/* Market Cycle Module */
.Market-Content-Wrapper {
  position: relative;
}

.Market-wrapper {
  padding: 76px 0;
}

.Market-head {
  display: block;
  background: #9fd08a;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-size: 2rem;
  font-family: 'Graphik SemiBold Web';
  position: relative;
  overflow: hidden;
}

.Market-Content.second .Market-head {
  background: #07a879;
}

.Market-Content.third .Market-head {
  background: #007d55;
}

.Market-head:after,
.Market-head:before {
  right: 27px;
  top: -5px;
  position: absolute;
  content: '';
  background: #fefefe;
  width: 0.8px;
  height: 34px;
  transform: rotate(-45deg);
}

.Market-head:before {
  bottom: -5px;
  top: auto;
  transform: rotate(45deg);
}

.Market-subhead {
  font-family: 'Graphik SemiBold Web';
  font-size: 1.6rem;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 0;
}

.Market-Content.first .Market-subhead,
.Market-Content.third .Market-subhead {
  opacity: 0;
}

.Market-Content .middle-content {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-style: italic;
  color: #231f20;
  text-align: center;
}

.Market-Content.first .middle-content {
  padding: 25px 70px;
}

.Market-Content .middle-content p {
  padding-bottom: 0;
}

.Market-subhead span:before,
.Market-subhead span:after {
  content: '';
  background: #d0d2d3;
  left: -96%;
  top: 23.5%;
  width: 115%;
  height: 1px;
  position: absolute;
}

.Market-subhead-bottom span:before,
.Market-subhead-bottom span:after {
  bottom: 44%;
  top: auto;
}

.Market-Content.first .Market-subhead-bottom span:before,
.Market-Content.first .Market-subhead-bottom span:after,
.Market-Content.third .Market-subhead-bottom span:after,
.Market-Content.third .Market-subhead-bottom span:before,
.Market-Content.first .Market-subhead span:before,
.Market-Content.first .Market-subhead span:after,
.Market-Content.third .Market-subhead span:after,
.Market-Content.third .Market-subhead span:before {
  display: none;
}

.Market-subhead span:after {
  left: auto;
  right: -96%;
}

.Market-subhead-bottom {
  padding-top: 0;
}

.bottom-txt-m {
  font-family: 'Graphik SemiBold Web';
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}

.bottom-txt-m span {
  background: #9fd08a;
  display: block;
  padding: 9px 0;
  border-bottom: 1px solid #f0f0f1;
}

.bottom-txt-m span.bottom3 {
  border-bottom: none;
}

.Market-Content.second .bottom-txt-m span {
  background: #07a879;
}

.Market-Content.third .bottom-txt-m span {
  background: #007d55;
}

.Market-Content.third .bottom2 {
  padding: 8px 55px;
  line-height: 1.5rem;
}

/* Info Graph */
.Info-Graph-wrapper {
  padding: 10px 0 70px;
}

.Info-Graph {
  border-top: 1px solid #939597;
  padding: 44px 0 60px;
}

.Info-Graph img {
  max-width: 820px;
  margin: 0 auto;
}

.Info-Graph-Tablet {
  display: none;
}

/* Value Orientation */
.Value-wrapper {
  padding: 15px 0 30px;
}

.Value-wrapper .investor-title {
  padding-bottom: 0;
}

.value-left-box {
  text-align: center;
  padding: 20px 20px 6px;
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
}

.value-left-box1 {
  background-color: #007d55;
  margin-top: 42px;
}

.value-left-box2 {
  background-color: #019565;
  padding: 34px 20px;
}

.value-left-box3 {
  background-color: #03b279;
  padding: 22px 20px 23px;
}

.value-top {
  text-transform: uppercase;
}

.value-top,
.value-content {
  font-size: 1.2rem;
  color: #fefefe;
  font-family: 'Graphik SemiBold Web';
  padding-bottom: 10px;
  line-height: 1.8rem;
}

.value-left-box1 .value-content br:not(:first-child) {
  display: block;
  padding-bottom: 10px;
  content: '';
}

.value-left-box1 .value-content br:last-child {
  padding-bottom: 0;
}

.value-content {
  font-size: 1.8rem;
  line-height: 2.6rem;
}

.value-left-box2 .value-top,
.value-left-box3 .value-top {
  padding-bottom: 10px;
}

.value-left-box2 .value-content,
.value-left-box3 .value-content {
  padding-bottom: 0;
}

.right-side-section {
  height: 436px;
  margin-top: 13px;
  position: relative;
}

.right-side-section:before {
  height: 100%;
  position: absolute;
  content: '';
  right: 30.5%;
  top: 0;
  z-index: 0;
  border: 1px dashed #fefefe;
  border-left-width: 0;
}

.right-side-section:after {
  content: '';
  background: #07a979;
  position: absolute;
  width: 30.5%;
  height: 56%;
  right: 0;
  top: 194px;
  opacity: 0.2;
}

.right-heading {
  font-size: 1.6rem;
  font-family: 'Graphik SemiBold Web';
  color: #231f20;
  display: inline-block;
}

.right1-heading {
  padding-left: 46px;
  width: 53%;
}

.right2-heading {
  width: 27%;
}

.right3-heading {
  width: 18.5%;
}

.right-section-1 {
  padding: 81px 0 75px;
}

.right-section-2 {
  padding: 43px 0 44px;
  position: relative;
}

.right-section-3 {
  padding: 42px 0 41px;
}

.right-section-1,
.right-section-2 {
  border-bottom: 1px solid #fefefe;
}

.right-box-value {
  font-size: 1.6rem;
  font-family: 'Graphik SemiBold Web';
  color: #fefefe;
  display: inline-block;
  line-height: 1.8rem;
  position: relative;
  vertical-align: top;
  border-left: 1px solid #fff;
  padding-left: 10px;
}

/*.right-box-value:before {content: "";background: url(/content/dam/microsites/elianttrade/icons/video-play) no-repeat;height: 34px;width: 34px;position: absolute;left: 50%;top: -38px;background-size: 90%;transform: translateX(-50%);}
.right-box-1.value4 .right-box-value:before, .right-box-2.value3 .right-box-value:before, .right-box-3.value2 .right-box-value:before{background: url(/content/dam/microsites/elianttrade/icons/video-play-green) no-repeat; background-size: 90%;}*/
.right-box-1.value4 .right-box-value,
.right-box-2.value3 .right-box-value,
.right-box-3.value2 .right-box-value {
  color: #a6c773;
  border-left: 1px solid;
}

.right-box {
  display: inline-block;
  text-align: center;
}

.right-box-1.value4 .right-box-value {
  border-left: none;
}

.right-box-1.value1 {
  width: 20%;
}

.right-box-1.value2 {
  width: 22%;
}

.right-box-1.value3 {
  width: 22%;
}

.right-box-1.value4 {
  width: 34%;
}

.right-box-2.value1 {
  width: 41%;
}

.right-box-2.value2 {
  width: 9%;
}

.right-box-2.value3 {
  width: 37%;
}

.right-box-3.value1 {
  margin-left: 50%;
  width: 17%;
}

.right-box-3.value2 {
  width: 32%;
}

.right-box-1.value4 .right-box-value span {
  display: inline-block;
  line-height: 1.9rem;
}

.right-box-1.value4 .right-box-value span:first-child {
  padding-left: 0;
  padding-right: 10px;
  position: relative;
}

.right-box-1.value4 .right-box-value span:last-child {
  padding-right: 0;
  padding-left: 7px;
  border-right: none;
}

.right-box-1.value4 .right-box-value span:first-child:after {
  content: '';
  background: #a6c773;
  position: absolute;
  height: 33px;
  width: 1px;
  top: 5px;
  right: 0;
}

.right-middle-title {
  font-size: 1.2rem;
  font-family: 'Graphik SemiBold Web';
  color: #fefefe;
  position: absolute;
  right: 80px;
  top: 7px;
}

.right-middle-title p {
  padding: 0;
}

/* Research Analyst Dropdown */
.select-dropdown {
  display: inline-block;
  padding: 30px 0 30px 50px;
  margin-top: 30px;
  width: 100%;
  background: #f0f0f1;
}

.select-dropdown .dropdown select {
  width: 100%;
  margin: 0;
  background: none;
  border: 1px solid transparent;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  z-index: 9;
  position: relative;
  cursor: pointer;
  padding-left: 16px;
}

.select-dropdown .dropdown::after {
  background: url(/content/dam/microsites/elianttrade/icons/dropdown-closed-icon.svg) no-repeat;
  position: absolute;
  right: 17px;
  content: '';
  width: 11px;
  height: 7px;
  top: 20px;
  background-size: 100%;
  transition: all ease 0.5s;
  z-index: 0;
}

.select-dropdown .button {
  border: 1px solid #007d55;
  padding: 8px 0px 7px 0;
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #000;
  font-family: 'Graphik SemiBold Web';
  width: 350px;
  margin-right: 10%;
  margin-left: 10px;
  /*background: #fff;*/
}

.select-dropdown .output {
  display: inline-block;
}

.select-dropdown .analystname {
  color: #000;
  display: none;
  font-family: 'Graphik SemiBold Web';
}

.select-dropdown .analystname:first-child {
  display: block;
}

.select-dropdown label {
  font-family: 'Graphik SemiBold Web';
}

/*.select-dropdown:before, .select-dropdown:after {background: #f0f0f1; content: ""; position: absolute; width: 100%; height: 100%; left: -100%; top: 0;}
.select-dropdown:after {left: auto;}*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select-dropdown .dropdown select::-ms-expand {
    display: none;
  }

  .select-dropdown select:focus::-ms-value {
    background: transparent;
    color: #222;
  }
}

/* Sub Navigation */
.Sub-Navigation-Wrapper {
  background: #f0f0f1;
  border-bottom: 1px solid #ddd;
  transition: 0.5s;
}

.Sub-Navigation-Wrapper.sticky-menu {
  top: 0;
  position: fixed;
  width: 100%;
  border-top: 1px solid #f0f0f1;
  z-index: 9;
}

.ip3-stockholders #contentwrapper.sticky-wrapper {
  margin-top: 94px;
}

.sub-navigation ul {
  margin-bottom: 0;
}

.sub-navigation ul > li {
  display: inline-block;
  /*padding: 17px 36px 0 0;*/
  padding: 17px 33px 0 0;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}

.sub-navigation ul li.level2,
.sub-navigation ul li.level3 {
  padding-bottom: 17px;
}

/*.sub-navigation ul li.level2.haschildren:after {content: "";background: url(/content/dam/microsites/elianttrade/icons/dropdown-closed-icon.svg) no-repeat;position: absolute;
height: 100%;
width: 13px;
right: 16px;
top: 50%;
transition: all ease-in-out 0.4s;
transform: translateY(-50%);
background-position: center;}*/
.sub-navigation ul li.level2.haschildren > a:after,
.sub-navigation ul li.level3.haschildren > a:after {
  content: '';
  background: url(/content/dam/microsites/elianttrade/icons/dropdown-closed-icon.svg) no-repeat;
  /*position: absolute;*/
  position: relative;
  height: 10px;
  width: 13px;
  transition: all ease-in-out 0.4s;
  /*right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;}*/
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
}

.sub-navigation ul > li:last-child {
  padding-right: 0;
}

.sub-navigation ul li a {
  color: #000;
  font-family: 'Graphik Light Web';
  font-size: 16px;
  /*padding-right: 20px;*/
}

.sub-navigation ul li a:focus {
  font-family: 'Graphik Light Web';
  outline: 1px dotted;
  color: #008969;
}

.sub-navigation ul li.current > a,
.sub-navigation ul li.selected > a {
  color: #008969;
}

.sub-navigation ul li a:hover {
  color: #008969 !important;
  text-decoration: none;
}

.sub-navigation ul ul {
  display: none;
  transition: ease-in-out 0.5s;
}

/*.sub-navigation ul > li.level2.haschildren:hover, .sub-navigation ul > li.level2.haschildren:focus-within{padding-right: 10.5px;}*/
.sub-navigation ul li.level2:hover ul,
.sub-navigation ul li.level3:hover ul,
.sub-navigation ul li.level2:focus-within ul,
.sub-navigation ul li.level3:focus-within ul {
  display: block;
  min-width: 180px;
  left: 0;
  transition: all ease-in 0.4s;
  position: absolute;
  margin-left: 0;
  top: 60px;
  background: #f0f0f1;
  z-index: 9;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 0.3);
  padding: 5px 0 20px 0;
  border-top: 1px solid #ddd;
}

.sub-navigation ul li.level2 ul li,
.sub-navigation ul li.level3 ul li {
  display: block;
  padding-right: 0;
  padding-left: 20px;
  transition: all ease-in-out 0.4s;
}

.sub-navigation ul li.level2:hover:after,
.sub-navigation ul li.level3:hover:after,
.sub-navigation ul li.level2:focus-within:after,
.sub-navigation ul li.level3:focus-within:after {
  transform: rotate(180deg) translateY(50%);
}

.sub-navigation ul li.level2.haschildren:hover > a:after,
.sub-navigation ul li.level3.haschildren:hover > a:after,
.sub-navigation ul li.level2:focus-within > a:after,
.sub-navigation ul li.level3:focus-within > a:after {
  transform: rotate(180deg) translateY(50%);
  margin-top: 5px;
}

/* Overview */
.latest-pr-section.module-landing {
  padding-top: 50px;
}

.latest-pr-section .border-top {
  border-top: 2px solid #939597;
}

.media-pr-section [class^='icon-'],
.media-pr-section [class*=' icon-'] {
  font-family: 'apollo-icons' !important;
}

.pr-doc {
  float: right;
  margin-top: -25px;
}

.pr-doc span.icon-pdf {
  float: right;
  margin-left: 20px;
}

.pr-doc.pr-inner {
  float: none;
  display: inline-block;
  margin: 0 0 20px 0;
}

/* Tax Information Two Column */
.stock-two-coloumn-wrapper {
  padding: 50px 0 20px;
}

.stock-footer-left .left,
.stock-footer-right .right {
  /*margin-top:20px*/
}

.stock-footer-left .left .stock-footer-head,
.stock-footer-right .right .stock-footer-head {
  /*border-top:2px solid #008969; */
  padding-top: 20px;
  font-family: 'Graphik SemiBold Web';
}

.stock-two-coloumn-wrapper .stock-footer-right p,
.stock-two-coloumn-wrapper .stock-footer-left p {
  padding-bottom: 10px;
  line-height: normal;
}

.stock-two-coloumn-wrapper .stock-footer-right .link-wrapper a.btn,
.stock-two-coloumn-wrapper .stock-footer-left .link-wrapper a.btn {
  margin-top: 0;
}

.inquiry-address-text a[href^='tel:']:focus {
  color: #008969 !important;
  font-family: 'Graphik SemiBold Web' !important;
}

/* Corporate Governence */
.threeColSignpostWrapper {
  padding-top: 70px;
}

.committee-composition-table tr.alt,
.committee-composition-table tr.alt + tr {
  background: #f0f0f1;
}

.committee-composition-table thead th:first-child,
.committee-composition-table tbody td:first-child {
  padding-left: 5px;
}

.t-snapdown-content {
  display: none;
}

.bio-content p {
  padding-bottom: 20px;
}

/* Contact & Alerts */
.inquiryItemWrapper .inquiryItem.three-col .inquiry-address {
  width: 100%;
  padding-bottom: 10px;
}

/* Featured News */
.featured-news-wrapper {
  padding: 60px 0 40px;
}

.featured-news-wrapper h2.title {
  margin: 0 0 30px 0;
}

.featured-news-wrapper-item {
  overflow: hidden;
}

.featured-news-wrapper-item h2 {
  margin: 0 0 10px 0;
  font-size: 2.7rem;
}

.featured-news-wrapper .award-title {
  padding-top: 20px;
  padding-bottom: 10px;
  display: inline-block;
}

.featured-news-wrapper-item .content-type {
  padding: 20px 0 15px 0;
  /*font-size: 1.6rem;*/
  font-size: 4rem;
  font-family: 'adobe-garamond-pro';
  line-height: 4.8rem;
}

.featured-news-wrapper-item .video-popup-link:focus:after {
  background: url(/content/dam/microsites/elianttrade/icons/play-icon) no-repeat !important;
}

.featured-news-wrapper-item .date {
  font-size: 1.4rem;
  padding-bottom: 10px;
}

.featured-news-wrapper-item > .bottom a {
  font-family: 'Graphik Web' !important;
  color: #000;
  text-decoration: none;
}

.featured-news-wrapper-item > .bottom a:hover {
  color: #008969;
  text-decoration: underline;
}

#awards .video-player:hover img {
  transform: none;
}

/* Awards Page */
.Awards-wrapper h2:after {
  display: none;
}

.Awards-wrapper h2 {
  padding-bottom: 0;
}

.Awards-wrapper {
  padding: 60px 0 40px;
}

.award-content-wrap {
  padding-bottom: 50px;
}

/*.award-content {padding: 10px 0 0 0;}*/
.award-title {
  font-size: 2rem;
  line-height: normal;
  color: #231f20;
  font-family: 'Graphik SemiBold Web';
}

.award-content .date {
  font-size: 1.6rem;
}

.award-desc p {
  line-height: 2rem;
  font-size: 1.4rem;
}

.award-desc p:last-child,
.award-desc p a:last-child {
  padding-bottom: 0;
}

.award-content-wrap .video-popup-link:after {
  background: url(/content/dam/microsites/elianttrade/icons/play-icon) no-repeat !important;
}

.award-content-wrap .award-content .date > span:last-child {
  border-right: 0;
}

.award-item {
  overflow: hidden;
}

/* In The News */
.in-the-news-wrapper {
  padding-top: 0;
}

.in-the-news-wrap {
  /*padding: 50px 0 0 0;*/
  padding: 25px 0 0 0;
}

.n-date,
.n-cat,
.n-bus {
  border-right: 1px solid;
  padding-right: 20px;
  margin-right: 15px;
  vertical-align: middle;
  display: inline-block;
}

.in-the-news-cta .btn {
  display: none;
}

.in-the-news-cta .btn:first-child {
  display: inline-block;
}

/* Our People Module */
.Our-People-Wrapper {
  /*padding: 75px 0 100px;*/
  /*padding: 00px 0 40px; */
  padding: 60px 0 40px 0;
}

.Our-People-Wrapper.people-side-by-side-main.padding-bottom-60 {
  padding-bottom: 60px;
}

.Our-People-Wrapper.grey-bg {
  padding-bottom: 60px;
  padding-top: 60px;
}

.Our-People-Wrapper.grey-bg .video-popup-link:last-child {
  margin-bottom: 0;
}

.Our-People-Wrapper h2:after {
  display: block !important;
}

.people-gallery {
  /*padding: 30px 0 0 0;*/
  padding: 20px 0 0 0;
}

.people-gallery-no-slider {
  padding: 10px 0 0 0;
}

.people-gallery-no-slider .people-slide .video-player.people-gallery-no-slider-pad-bottom {
  padding: 10px 0 20px;
}

.people-name {
  font-family: 'Graphik SemiBold Web';
}

.people-img {
  overflow: hidden;
}

/*.people-gallery .video-popup-link:after, #contentwrapper .people-gallery .video-popup-link:focus:after{background: url(/content/dam/microsites/elianttrade/icons/gallery-play-icon) no-repeat;height: 103px;width: 103px;top: 50%;left: 50%;background-size: auto;transition: all ease-out 0.3s;transform: translate(-50%, -50%);}*/
.people-quote {
  padding: 20px 0 0 0;
  font-family: 'Graphik SemiBold Web';
}

.people-gallery .slick-prev,
.people-gallery .slick-next {
  top: 28%;
  transform: translateY(-39%);
}

.people-gallery .slick-dots {
  margin: 0px auto 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}

#contentwrapper .people-gallery .slick-dots li:before {
  display: none;
}

#contentwrapper .slick-dots li button:focus:before {
  outline: 1px dotted #07a979;
}

body#ip3-credit .highcharts-point {
  opacity: 0.5 !important;
}

body#ip3-credit .highcharts-point.highcharts-point-select {
  opacity: 1 !important;
}

.people-side-by-side-main {
}

.Our-People-Wrapper.people-single-main,
.Our-People-Wrapper.people-double-main {
  padding-bottom: 40px;
}

.Our-People-Wrapper.people-double-main.grey-bg {
  padding-bottom: 50px;
  /*padding-bottom:40px;*/
}

.Our-People-Wrapper .people-side-by-side {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 10px;
}

.Our-People-Wrapper.grey-bg .people-side-by-side {
  margin-bottom: 0px;
}

.Our-People-Wrapper.people-single-main .people-side-by-side,
.Our-People-Wrapper.people-double-main .people-side-by-side {
  margin-top: 15px;
}

.Our-People-Wrapper.people-double-main .people-side-by-side {
  margin-top: 0px;
  margin-bottom: 0px;
}

.Our-People-Wrapper .people-side-by-side .video-popup-link,
.Our-People-Wrapper .people-side-by-side .people-img {
  /*margin-bottom:20px;*/
  margin-bottom: 10px;
}

.Our-People-Wrapper .people-side-by-side .people-name {
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 600;
  padding-bottom: 6px;
  display: inline-block;
  width: 100%;
}

.Our-People-Wrapper .people-side-by-side .people-quote {
  font-size: 1.4rem;
  font-family: 'Graphik Web';
  padding: 0px 0 0 0;
}

.Our-People-Wrapper .people-side-by-side .people-quote a {
  line-height: 2.4rem;
  font-weight: 600;
}

.Our-People-Wrapper .video-player-main {
  /*margin-top:10px;*/
  margin-top: 0px;
  margin-bottom: 10px;
}

.Our-People-Wrapper .people-side-by-side .video-player p {
  padding-bottom: 13px;
}

.Our-People-Wrapper .people-side-by-side .video-player img {
  width: 100%;
}

#ip3-insurance .Our-People-Wrapper {
  padding-bottom: 0;
}

#ip3-insurance .Our-People-Wrapper p:last-child {
  padding-bottom: 0;
}

.Our-People-Wrapper .people-side-by-side .video-popup-link:after {
  width: 51px;
  height: 51px;
  background: url(/content/dam/microsites/elianttrade/icons/gallery-play-icon) no-repeat !important;
  background-size: 100% !important;
  bottom: 15px;
  right: 15px;
  top: inherit;
  left: inherit;
  transform: inherit;
}

.Our-People-Wrapper.people-single-main .people-side-by-side .video-popup-link:after,
.Our-People-Wrapper.people-double-main .people-side-by-side .video-popup-link:after {
  width: 64px;
  height: 64px;
  bottom: 19px;
  right: 19px;
}

.Our-People-Wrapper.people-single-main .people-name {
  margin-top: 24px;
}

.Our-People-Wrapper p {
  padding-bottom: 14px;
}

/* CSS Start */
.carrer-tabs-wrapper .btm-content p {
  text-align: left !important;
}

.bodWrapper .accordion-inner-wrapper {
  /*height: 185px; */
  height: auto;
}

@media all and (max-width: 767px) {
  .bodWrapper .accordion-inner-wrapper {
    height: 150px;
  }

  .bodWrapper .accordion-image-wrapper {
    position: absolute;
  }

  .bodWrapper .accordion-wrapper .accordion-content {
    padding: 0;
  }
}

@media all and (max-width: 480px) {
  .img-bx.img-bx-mobile img {
    width: 100%;
  }

  .img-bx.img-bx-mobile .content-text-img {
    max-width: 100%;
  }
}

.Value-wrapper .right-section-2 .right-box.right-box-2.value1 {
  width: 20%;
}

.Value-wrapper .right-section-2 .right-box.right-box-2.value2 {
  width: 22%;
}

.Value-wrapper .right-section-2 .right-box.right-box-2.value3 {
  width: 22%;
}

.Value-wrapper .right-section-2 .right-box-2.value3 .right-box-value {
  color: #fefefe;
}

.Value-wrapper .right-section-1 .right-box-1.value4 .right-box-value span:first-child:after {
  height: 0px;
}

.award-content .date span.n-bus {
  border-right: none;
}

.featured-event-title:after,
.eventCalendarWrap h2.past-event-title:after,
.events-archive-list-wrapper h2.past-event-title:after {
  display: none;
}

.featured-events-wrapper .border-bottom {
  border: none;
}

/*----------intro-text--starts-----------*/
.innerpage-intro .chapter-intro-text p {
  font-size: 28px !important;
  font-weight: 300;
  line-height: 1.5 !important;
}

/*-----------feature-stories------starts----*/
.module-featured-story .featured-story-content p {
  font-size: 16px;
  line-height: 1.63;
}

.module-featured-story .featured-story-content p .rad-notes {
  padding-bottom: 0px;
}

/* CSS Ends*/
/*------------------------Module - Homepage Our Business Starts--------------------------*/
#module---home-our-business .counter0 {
  display: none;
}

.Module-home-our-business .module-home-title {
  margin: 60px 0 40px;
}

.Module-home-our-business .module-home-title h2 {
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #fff;
  font-family: 'adobe-garamond-pro';
  padding-bottom: 20px;
}

.Module-home-our-business .our-business-wrap .module-home-title h2:after {
  background: #fff;
  display: block;
}

.Module-home-our-business .module-home-row-one-title h2,
.Module-home-our-business .module-home-row-two-title h2 {
  font-family: 'adobe-garamond-pro';
  font-weight: normal;
  color: #fdae2a;
  padding-bottom: 5px;
}

.Module-home-our-business .module-home-row-one-title h2:after,
.Module-home-our-business .module-home-row-two-title h2:after {
  display: none;
}

.Module-home-our-business .module-home-row-one-title p,
.Module-home-our-business .module-home-row-two-title p {
  font-family: 'Graphik Light Web';
  font-size: 2rem;
  font-weight: 300;
  line-height: 3rem;
  color: #fff;
}

.Module-home-our-business .signpost-content-wrap .signpostWrap.module-landing {
  padding: 15px 0 34px;
}

.Module-home-our-business
  .signpost-content-wrap
  .signpostWrap.module-landing
  .signpost-wrapper
  p.signpost-title.bottom {
  padding-top: 0px;
  font-family: 'Graphik SemiBold Web';
  font-size: 2rem;
  font-weight: 600;
  line-height: 3.2rem;
  color: #fefefe;
}

.Module-home-our-business
  .signpost-content-wrap
  .signpostWrap.module-landing
  .signpost-wrapper
  .signpost-content {
  padding-top: 5px;
}

.Module-home-our-business
  .signpost-content-wrap
  .signpostWrap.module-landing
  .col-sm-4.col-xs-12.counter0 {
  display: none;
}

.Module-home-our-business
  .signpost-content-wrap
  .signpostWrap.module-landing
  .signpost-wrapper
  .signpost-content
  p {
  font-family: 'Graphik Web';
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2.4rem;
  color: #fefefe;
}

.Module-home-our-business
  .signpost-content-wrap
  .signpostWrap.module-landing
  .signpost-wrapper
  .signpost-content
  p
  a {
  font-size: 1.4rem;
  font-family: 'Graphik SemiBold Web';
  font-weight: normal;
  line-height: 2.4rem;
  color: #fefefe;
  padding-left: 10px;
}

.Module-home-our-business .module-home-row-two-title p span {
  display: block;
  font-family: 'Graphik Web';
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.6rem;
  color: #fefefe;
}

.Module-home-our-business .our-business-wrap {
  padding-bottom: 65px;
}

.Module-home-our-business .module-home-row-two-title p span a {
  font-family: 'Graphik SemiBold Web';
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.6rem;
  color: #fefefe;
}

.Module-home-our-business .signpost-wrapper .signpost-image:hover img {
  transform: scale(1.1);
  transition: all ease-out 0.5s;
}

.Module-home-our-business .module-home-row-two-title {
  clear: both;
}

.Module-home-our-business
  .signpost-content-wrap
  .signpostWrap.module-landing
  .signpost-wrapper
  .signpost-content
  p
  a:hover:after {
  content: '';
  display: block;
  background-image: url(/content/dam/microsites/elianttrade/icons/right-arrow-icon.svg);
  position: absolute;
  width: 6px;
  height: 9px;
  top: 6px;
  right: -17px;
  opacity: 1;
  transition: all ease 0.5s;
}

/*------------------------Module - Homepage Our Business Ends--------------------------*/
.ip3-apollo-asset-management-inc.ip3-stockholders #contentwrapper {
  min-height: auto !important;
}

body#ip3-our-people.ip3-about-apollo .col-xs-12.management-committee,
body#ip3-our-people.ip3-about-apollo .mod-common-pad.management-member {
  display: none;
}

.d_flex_updatedBannerTitle {
  display: flex;
  /*align-items: center;*/
  align-items: end;
  height: 100%;
  min-height: 300px;
  padding-bottom: 20px;
}

.d_flex_updatedBannerTitle h3.updatedBannerTitle {
  font-family: 'adobe-garamond-pro';
  font-size: 4.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fefefe;
  position: relative;
  z-index: 9;
}

a.media-link.pdf-swap span.icon-pdf:before {
  font-size: 0;
}

a.media-link.pdf-swap span.icon-pdf {
  background-image: url(/content/dam/microsites/elianttrade/icons/temp-pdf-icon);
  font-size: 0;
  display: inline-block;
  width: 20px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .Module-home-our-business .our-business-wrap {
    padding-bottom: 30px;
  }

  #module---homepage-signpost-box {
    padding-top: 30px;
  }

  .d_flex_updatedBannerTitle h3.updatedBannerTitle {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 1024px) {
  .bannerSlide .banner-image-wrapper img {
    width: 100% !important;
  }

  .signpostWrap.Home .signpost-wrapper {
    height: auto !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  /*.footer-link ul li:nth-child(6){
    padding-left:0 !important;
  }*/
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .footer-link ul li:last-child {
    padding-left: 0 !important;
  }

  .topnavigation ul li {
    padding: 0 10px !important;
  }

  .header-toppad .topnavigation > ul > li:last-child {
    padding-right: 30px !important;
  }

  .sliderInnerWrapper .banner-slide-item {
    min-height: 296px;
  }
}

body#ip3-our-people #our-people > div {
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  padding-top: 38px;
  margin-bottom: 38px;
}

.mm-listview li.level2 a span:after {
  right: -15px !important;
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  /*margin-right: 30px !important;*/
  margin-right: 25px !important;
}

.rad-small,
.rad-small a {
  font-size: 16px !important;
  line-height: 2.6rem !important;
  font-family: 'Graphik Web' !important;
}

body#ip3-apollo-investor-day-2021 .content-module-wrapper .intro-content p:last-child {
  padding-bottom: 0;
}

body#ip3-governance-and-leadership .bodWrapper .accordion-inner-wrapper {
  height: auto !important;
  padding-bottom: 0;
}

body#ip3-governance-and-leadership .bodWrapper .accordion-inner-wrapper ul {
  margin-bottom: 0 !important;
}

body#ip3-governance-and-leadership #bod-committee .member-mod {
  margin-top: 0;
}

/*---------------------- Data tables pagination styling starts -------------------*/
.dataTables_wrapper .dataTables_paginate.paging_numbers {
  float: left;
}

.dataTables_wrapper .dataTables_paginate.paging_numbers .paginate_button {
  color: #007d55 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  margin: 0;
  /*min-width: 1em;*/
}

.dataTables_wrapper .dataTables_paginate.paging_numbers .paginate_button:hover {
  color: #007d55 !important;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info[aria-live='polite'] {
    text-align: left;
  }

  .dataTables_wrapper .dataTables_paginate.paging_numbers {
    /*float: none;
    text-align: center;*/
  }
}

/*---------------------- Data tables pagination styling ends -------------------*/
p.contentPDF [class^='icon-'] {
  font-family: 'apollo-icons' !important;
  padding-right: 9px;
}

.autopullNewsModule h2 {
  padding-bottom: 20px !important;
}

.autopullNewsModule h2 a:hover:after {
  opacity: 0 !important;
}

.module-landing.autopullNewsModule {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.newsTitle p {
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  color: #000;
  font-family: 'Graphik SemiBold Web';
  padding-bottom: 5px;
}

.newsDate p {
  font-size: 1.4rem;
  line-height: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}

.newsDesc p {
  font-size: 1.4rem;
  line-height: 1.71;
}

.autopullNewsModule h2 a {
  font-family: 'adobe-garamond-pro';
}

.autopullNewsModule .newsDesc p a:hover:after {
  opacity: 0 !important;
}

.signpostWrap.Home .homeAutoPullNews .signpost-content {
  padding-bottom: 0px;
}

.signpostWrap.Home .homeSignpostBoxes .signpost-title.top {
  padding-top: 15px;
}

#ip3-Homepage p.signpost-subtitle,
#ip3-Homepage p.signpost-title {
  height: auto !important;
}

.career-footer-wrapper.margin-top-60 {
  margin-top: 60px;
}

.career-footer-wrapper.margin-bottom-60 {
  margin-bottom: 60px;
}

.portfolio-highlights-wrapper.margin-top-60 {
  margin-top: 60px;
}

.portfolio-highlights-wrapper.margin-bottom-60 {
  margin-bottom: 60px;
}

.history-slider.margin-top-60 {
  margin-top: 60px;
}

.history-slider.margin-bottom-60 {
  margin-bottom: 60px;
}

.insurance-diversified-solutions-wrapper.no-grey-background {
  background: transparent;
}

.intro-content-module .intro-text-wrapper .intro-text-content .intro-text h2:after {
  background: #939597;
}

.our-business-sub-link-wrapper.page-sub-links.padding-bottom-0 .our-business-sub-link-item {
  margin-bottom: 0;
}

.our-business-sub-link-wrapper.page-sub-links.no-grey-background {
  background: transparent;
}

.our-business-insights-sub-link-wrapper h2.title:after {
  background: #939597;
}

.our-business-sub-link-wrapper.our-business-insights-sub-link-wrapper.no-grey-background {
  background: transparent;
}

.case-studies-module-wrapper.no-grey-background {
  background: transparent;
}

.case-studies-module-wrapper.no-grey-background .case-studies-module {
  padding: 0;
}

.twocol-image-wrapper.no-background-gradient .twocol-image-container {
  background: none;
}

.intro-text-wrapper .intro-text-content img {
  margin: 6px 0 18px;
}

.intro-text-wrapper .intro-text-content p {
  color: #000;
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-family: 'adobe-garamond-pro';
  padding-bottom: 20px;
}

.intro-text-wrapper .intro-text-content {
  max-width: 635px;
}

.intro-text-wrapper.width100 .intro-text-content {
  max-width: 100%;
}

.introWrap .footnote-content {
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding-top: 20px;
}

.introWrap .footnote-content strong {
  color: #000;
  font-family: 'Graphik SemiBold Web';
}

.introWrap .introWrap-title {
  padding-bottom: 10px;
}

.content-wrapper {
  padding-bottom: 8px;
}

.content-wrapper .content {
  width: 635px;
}

.content-wrapper.width100 .content {
  width: 100%;
}

.content-wrapper .content span.rad-highlight,
.popup-content span.rad-highlight {
  font-style: italic;
}

.half-content-wrapper {
  margin-top: 3px;
}

.half-content-wrapper p > img {
  margin-top: 4px;
}

.half-content-wrapper .half-content {
  float: left;
  width: 50%;
}

.half-content-wrapper .half-content > h2 {
  padding-bottom: 26px;
}

.half-content-wrapper .half-content span.rad-highlight {
  font-style: italic;
}

.half-content-wrapper .content-left {
  padding-right: 15px;
}

.half-content-wrapper .content-right {
  padding-left: 15px;
}

.half-content-wrapper .half-content p {
  font-size: 1.5rem;
  line-height: 2.2rem;
}

.half-content-wrapper .half-content .rad-header {
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-family: 'Graphik SemiBold Web';
  display: block;
  padding-bottom: 21px;
}

.half-content-wrapper .half-content p {
  padding-bottom: 21px;
}

.half-content-wrapper .half-content ol:not(.no-bullet) {
  list-style-type: numeric;
  list-style-type: decimal;
  padding-left: 18px;
}

.half-content-wrapper .half-content ul,
.half-content-wrapper .half-content ol {
  margin: 0 0 21px;
}

.half-content-wrapper .half-content ul ul,
.half-content-wrapper .half-content ol ol {
  margin-bottom: 0;
}

.half-content-wrapper .half-content ul li,
.half-content-wrapper .half-content ol li {
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding-bottom: 10px;
}

#contentwrapper .half-content-wrapper .half-content ul li:before {
  font-size: 1rem;
  left: -9px;
  top: 0;
  color: #007d55;
}

.half-content-wrapper .half-content ul > li:last-child {
  padding-bottom: 0;
}

.half-content-wrapper .half-content ul.no-bullet > li::before {
  display: none !important;
}

.half-content-wrapper .half-content > ol:last-child,
.half-content-wrapper .half-content > ul:last-child {
  margin-bottom: 0;
}

.signpostWrap.Home.inner-page .image-wrapper-signpostWrap {
  position: relative;
  min-height: 921px;
  width: 100%;
  overflow: hidden;
}

.signpostWrap.Home.inner-page .image-wrapper-signpostWrap-inner {
  min-height: 921px;
  width: calc(50% - 15px);
  position: absolute;
  left: 0;
}

.signpostWrap.Home.inner-page .news-and-quartelyreport {
  display: flex;
  min-height: 921px;
  align-items: center;
}

.signpostWrap.Home.inner-page .image-wrapper-signpostWrap-inner img {
  width: 100%;
  min-height: 921px;
}

.signpostWrap.Home.inner-page .news-and-quartelyreport h3 {
  font-family: 'adobe-garamond-pro';
  font-size: 40px;
  margin-bottom: 21px;
  font-weight: normal;
  line-height: 1.2;
  color: #000;
}

.signpostWrap.Home.inner-page .signpost-subtitle.top {
  font-family: 'Graphik Web';
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
}

.signpostWrap.Home.inner-page .signpost-content {
  font-family: 'Graphik Web';
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  color: #000;
}

.signpostWrap.Home.inner-page .signpost-content .signpost-date {
  color: #55585a;
}

.signpostWrap.Home.inner-page .signpost-wrapper .signpost-content p a {
  margin-top: 30px;
}

.signpostWrap.Home.inner-page .signpost-content {
  border-bottom: 0px;
}

.signpostWrap.Home.inner-page .signpost-content a.btn-new {
  margin-top: 30px;
}

.signpostWrap.Home.inner-page .homeSignpostBoxes .signpost-title.top {
  font-family: 'Graphik Web';
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #395878;
}

.signpostWrap.Home.inner-page .signpost-title.top,
.signpostWrap.Home.inner-page .signpost-title.top a {
  font-family: 'Graphik Web';
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #395878;
}

.signpostWrap.Home.inner-page .signpost-wrapper .signpost-content p a {
  font-family: 'Graphik Web';
  color: #395878;
  font-size: 1.6rem;
  line-height: 1;
}

.signpostWrap.Home.inner-page .image-wrapper-signpostWrap-inner.tablet {
  display: none;
}

.signpostWrap.Home.inner-page .image-wrapper-signpostWrap-inner.mobile {
  display: none;
}

@media screen and (max-width: 1200px) {
  .signpostWrap.Home.inner-page.module-landing {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .signpostWrap.Home.inner-page .image-wrapper-signpostWrap {
    display: flex;
    flex-direction: column-reverse;
  }

  .signpostWrap.Home.inner-page .image-wrapper-signpostWrap-inner {
    display: none;
  }

  .signpostWrap.Home.inner-page .image-wrapper-signpostWrap-inner.mobile {
    display: none;
  }

  .signpostWrap.Home.inner-page .image-wrapper-signpostWrap-inner.tablet {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    display: block !important;
  }

  .signpostWrap.Home.inner-page .image-wrapper-signpostWrap-inner.tablet img {
    min-height: 750px;
    padding-top: 100px;
    object-fit: cover;
  }

  .signpostWrap.Home.inner-page .news-and-quartelyreport {
    min-height: auto;
  }

  .signpostWrap.Home.inner-page .image-wrapper-signpostWrap-inner.tablet {
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .signpostWrap.Home.inner-page .image-wrapper-signpostWrap {
    display: flex;
    flex-direction: column-reverse;
  }

  .signpostWrap.Home.inner-page .image-wrapper-signpostWrap-inner {
    display: none;
  }

  .signpostWrap.Home.inner-page .image-wrapper-signpostWrap-inner.tablet {
    display: none;
  }

  .signpostWrap.Home.inner-page .image-wrapper-signpostWrap-inner.mobile {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    display: block !important;
  }

  .signpostWrap.Home.inner-page .image-wrapper-signpostWrap-inner.mobile img {
    min-height: 338px;
    padding-top: 89px;
    object-fit: cover;
  }

  .signpostWrap.Home.inner-page .news-and-quartelyreport {
    min-height: auto;
  }

  .signpostWrap.Home.inner-page .image-wrapper-signpostWrap-inner.mobile {
    min-height: auto;
  }

  .signpostWrap.Home.inner-page .module-landing {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*------------------ New Insights Detail Start ------------------------*/
.insights-detail-new .brdcrumb {
  padding: 0 15px;
}

/********************** Removed this style code as per the ticket AWQ-221 ****************************/
/*.insights-detail #breadcrumb span{
	display: inline-block;
}*/
/*************************************** Ends here ***************************************************/
.insights-detail-new .detail-wrap {
  border-top: 1px solid #b7b7b7;
}

.insights-detail-new .insights-new-detail-wrap {
  z-index: 0;
}

.insights-detail-new .insights-detail-wrap .insight-title {
  margin-bottom: 60px;
  padding-top: 33px;
}

.insights-detail-new .insights-detail-wrap .insight-title,
.insights-detail-new .leader-detail #breadcrumb {
  border: none;
}

.insights-detail-new .leader-detail #breadcrumb a,
.insights-detail-new .leader-detail #breadcrumb span {
  font-family: 'Graphik SemiBold Web';
  line-height: 12px;
  font-size: 12px;
}

.insights-detail-new .detail-wrap .share-position {
  padding: 0;
}

.insights-detail-new .share > a {
  font-size: 16px;
  line-height: 28px;
  background-size: 30px;
  background-position: 50px 3px;
}

.insights-detail-new .share > a:focus {
  font-size: 16px;
  line-height: 28px;
}

.insights-detail-new .insights-detail-wrap .insight-title > p {
  padding-bottom: 0;
  color: #00345f;
  font-size: 12px;
  line-height: 12px;
}

.insights-detail-new .insights-detail-wrap .insight-title h1 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 0;
  padding-top: 15px;
  margin-top: 0;
}

.insights-detail-new .insights-detail-wrap .article-desc {
  padding-bottom: 0;
  padding-top: 60px;
}

.insights-detail-new .insights-detail-wrap .article-short {
  padding-top: 15px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  font-family: 'Graphik SemiBold Web';
}

.insights-detail-new .insights-detail-wrap .article-desc p:last-child {
  padding: 0;
}

.insights-detail-new .insights-detail-wrap .article-author {
  color: #55585a;
  padding-top: 15px;
  padding-bottom: 0 !important;
  display: block;
}

.insights-detail-new .insights-detail-wrap .share-wrap {
  display: contents;
}

.insights-detail-new .insights-detail-wrap .share-wrap .share {
  bottom: auto;
  top: 40px;
}

.insights-detail-new .content-module-wrapper .intro-content {
  padding-top: 0;
}

.insights-detail-new .content-module-wrapper .intro-content p:last-child {
  padding-bottom: 0;
}

.insights-detail-new .content-module-wrapper .intro-content p {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.insights-detail-new .content-module-wrapper .intro-content ul:last-child {
  margin-bottom: 0;
}

/*---------- Video brightcove Start---------*/
.videos-no-light-box.video-left-align {
  width: 100%;
}

.videos-no-light-box.video-left-align .no-light-video-wrapper {
  /*display: flex;
  justify-content: flex-start;*/
  margin-left: 0;
  width: 100%;
  /*********************************************** Avoid text overlap fr video **********************************************************/
  justify-content: flex-start;
  max-height: 437px;
  min-height: 437px;
  /**************************************************** Ends here **********************************************************************/
}

/**************** Added code for avoid text overlap when play video as per ticket AWQ-219 **************/
/*.wms-style .videos-no-light-box.video-left-align .no-light-video-wrapper{
  justify-content: flex-start;
  /*max-height: 437px;
  min-height: 437px;*/

/*}
.wms-style .inv_videoReady .inv_videoArea {
    height: 100%;
    position: relative;
    float: left;
}
.wms-style .inv_videoDisplay {
    min-height: 437px;
}*/
/************************************************* Ends here *******************************************/
.videos-no-light-box.video-left-align .video-thumbnail {
  width: 100%;
}

.videos-no-light-box.video-left-align .no-light-video-wrapper .inv_videoDisplay .inv_overlayPlay {
  height: 437px;
}

.videos-no-light-box.video-left-align .no-light-videos-sub-title .video-thumbnail img {
  height: 437px;
  width: 100%;
  max-width: 850px;
}

.videos-no-light-box.video-left-align .inv_playerContainer .inv_videoMainContainer_inner {
  height: auto;
}

.videos-no-light-box.video-left-align
  .no-light-videos-sub-title
  .video-thumbnail
  a.no-light-box-button,
.videos-no-light-box.video-left-align
  .no-light-videos-sub-title
  .video-thumbnail
  a.no-light-box-button:after {
  width: 52px;
  height: 52px;
}

/******** added style for play icon in the brightcove video in before pesudo code *********************/
.videos-no-light-box.video-left-align
  .no-light-videos-sub-title
  .video-thumbnail
  a.no-light-box-button,
.videos-no-light-box.video-left-align
  .no-light-videos-sub-title
  .video-thumbnail
  a.no-light-box-button:before {
  width: 52px;
  height: 52px;
}

/**************************************** Ends here ***************************************************/
/*-------- Video brightcove End --------------*/
.feature-new-style.chapter-module.module-featured-story .featured-story-image {
  margin-top: 0;
}

.feature-new-style .featured-story-image img {
  min-height: 426px;
  object-fit: cover;
  max-height: 426px;
  width: 100%;
}

.potrait .featured-story-image img {
  min-height: 686px;
  object-fit: cover;
}

.feature-new-style.chapter-module.module-featured-story .featured-story-content {
  margin-top: 60px;
}

.feature-new-style.chapter-module.module-featured-story .featured-story-content p {
  padding-bottom: 0;
}

.feature-new-style .featured-story-image-caption {
  margin: 0;
  background: transparent;
  padding: 0;
}

.feature-new-style .featured-story-image-caption p {
  color: #55585a;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Graphik Web';
  font-weight: normal;
}

.new-quote-style {
  text-align: center;
}

.new-quote-style.quotes-module-wrapper.padding-top-60 {
  padding-top: 60px !important;
}

.new-quote-style.quotes-module-wrapper .quotes-text {
  margin-bottom: 30px;
}

.new-quote-style.quotes-module-wrapper .quotes-text:before {
  display: none;
}

.new-quote-style .quotes-text-in {
  font-size: 28px;
  line-height: 32px;
  color: #000;
  font-family: 'adobe-garamond-pro';
}

.new-quote-style .quotes-name-position {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-weight: normal;
}

.new-quote-style .quotes-name-position strong {
  padding-right: 0;
  padding-left: 13px;
  font-family: 'Graphik Web';
  font-weight: normal;
}

.new-quote-style .quotes-name-position strong:before {
  width: 8px;
  height: 1px;
  right: auto;
  left: 0;
  top: 10px;
}

.new-quote-style .quotes-icon {
  background: url('/content/dam/microsites/elianttrade/icons/quote-icon') no-repeat center;
  width: 37px;
  height: 37px;
  background-size: contain;
  display: inline-block;
  margin-bottom: 60px;
}

.insights-detail-new .article-author span {
  font-weight: 600;
}

.insights-detail-new .article-author span,
.insights-detail-new .article-author .article-detail {
  padding-right: 4px;
  padding-bottom: 6px;
  font-size: 16px;
  line-height: 28px;
  color: #55585a;
}

.insights-detail-new .article-author .article-detail {
  display: inline-block;
  position: relative;
  padding-left: 0;
  font-weight: normal;
}

.insights-detail-new .insights-detail-wrap .article-author .date {
  padding-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  color: #55585a;
  font-weight: normal;
}

.insights-detail-new .content-module-wrapper .intro-content p strong {
  margin-top: 0;
}

#contentwrapper.insights-detail-new .content-module-wrapper .intro-content ul li:before {
  color: #00aa78;
}

.show-sm {
  display: none !important;
}

/*------------------ New Insights Detail End------------------------*/

/*------------------ New Employee Leadership Start------------------------*/
.new-leadership-detail .Leader-image-wrapper {
  margin-right: 30px;
}

.new-leadership-detail .leader-bio {
  padding-left: 0;
  width: 85%;
}

.new-leadership-detail .leader-bio .leader-subheading p {
  padding: 0;
}

.new-leadership-detail .leaders-list,
.new-leadership-detail #sliderMemberWrapper {
  display: none;
}

#contentwrapper .employee-list-wrapper table.dataTable tbody tr .innername a {
  color: #000;
  font-family: 'Graphik Web';
}

#contentwrapper .employee-list-wrapper table.dataTable tbody tr td.title a {
  font-size: 2.5rem;
  line-height: 2rem;
  font-style: normal;
  font-family: 'Graphik Web';
  text-decoration: none;
}

/*------------------ New Employee Leadership End------------------------*/

/*---------------------- New Insights Detail page Related Items Starts -------------------*/
.new-insights-detail.tagged-insights-module-title {
  padding-left: 0;
  text-align: left;
}

.new-insights-detail-wrapper .tagged-insights-item-col .date {
  padding-top: 10px;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #55585a;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .new-insights-detail-wrapper.tagged-insights-module-wrapper .tagged-insight-item-image {
    height: 127px;
  }
}

@media screen and (max-width: 767px) {
  .new-insights-detail-wrapper .tagged-insights-item-col {
    padding-left: 0px;
    padding-right: 0px;
  }

  .new-insights-detail-wrapper {
    padding-bottom: 0px;
  }
}

/*---------------------- New Insights Detail page Related Items Ends -------------------*/

@media screen and (max-width: 1024px) {
  .ip3-insights #headerwrapper {
    background: #fff;
  }
}

@media screen and (max-width: 991px) {
  #MainWrapper {
    margin-top: 70px;
  }
}

/*---------------------- WMS Contact form enhancements Starts ----------------------- */
.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  .error-message {
  transition: 0.2s;
  font-size: 1.4rem;
  margin-left: 10px;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  label.error
  ~ .error-message {
  opacity: 1;
  visibility: visible !important;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  label.error
  ~ .error-message[style*='hidden'] {
  /*opacity: 0;*/
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  label.error[for='txtEmailid']
  + .error-message {
  opacity: 1 !important;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  label.error[for='txtEmailid']
  ~ .error-message {
  opacity: 0;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  label
  ~ .error-message[style*='visible']
  ~ input {
  border-bottom: 1px solid red !important;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  label.invalid-email {
  color: #ff0000;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  label.invalid-email
  ~ .invalid {
  visibility: visible !important;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  label.invalid-email
  ~ input {
  border-color: #ff0000;
}

input[type='checkbox']:focus ~ label:before {
  border: 2px solid #000000 !important;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  label.invalid-phone {
  color: #ff0000;
}

/*Email ID patch starts*/
/*.form-right.email-fields {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}
.twocol-chapter-wrapper.ir-contact-form .twocol-chapter-container.ir-contact-form .ir-contact-form .form-right.email-fields .error-message {
	top:0;
    left: 30%;
}*/
/*Email ID patch ends*/
/*---------------------- WMS Contact form enhancements ends ----------------------- */

.faq-section .c-snapdownItem .faq-title.c-snapdown-title:focus:after {
  background-image: none !important;
}

.nojs .faq-section .c-snapdownItem .faq-title.c-snapdown-title:before,
.nojs .faq-section .c-snapdownItem .faq-title.c-snapdown-title:after {
  display: none;
}

/****************************** added style for WMS style as per ticket no AWQ-227 *****************************************************/
.wms-style .insights-detail-new .insights-detail-wrap .article-desc p > img {
  width: 100%;
}

/********************************************* Ebds here ********************************************************************************/
/********************* Added style for hitting the brakes as per ticket AWQ-228 **********************/
#ip3-hitting-the-brakes
  .videos-no-light-box
  .no-light-videos-sub-title
  .video-thumbnail
  a.no-light-box-button {
  transform: translate(-60%, -50%);
}

@media screen and (max-width: 1024px) {
  #ip3-hitting-the-brakes
    .videos-no-light-box
    .no-light-videos-sub-title
    .video-thumbnail
    a.no-light-box-button {
    transform: translate(-60%, -50%);
  }
}

/****************************************** Ends here *******************************************/
/********************* Added style for equal column height as per ticket AWQ-254 **********************/
.wms-style .insights-top-section .insights-landing-item {
  overflow: inherit !important;
}

/**************************************** Ends here ********************************************/
/********************* Added style for portfolio module for ticket AWQ-233 **************************/
.filter-inner-wrapper .dd-wrap span.drp-list a {
  color: #505055;
  font-family: 'Graphik SemiBold Web' !important;
}

.filter-inner-wrapper .dd-wrap ul.drp-list {
  background-color: #e7e3df;
}

.filter-inner-wrapper .dd-wrap .drp-list li > a {
  border-bottom: 0px solid rgba(0, 0, 0, 0.25) !important;
}

.employee-list-table-wrapper table thead th:last-child,
.employee-list-table-wrapper table tbody td:last-child {
  display: none;
}

.our-business-insights-sub-link-wrapper .our-business-sub-link-item a {
  position: relative !important;
}

.employee-list-table-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button {
  min-width: auto !important;
  margin: 0 3px;
}

#MainWrapper .employee-list-wrapper table.dataTable tbody tr .innername a {
  color: #008969;
}

.employee-category-wrapper .filter-category li.icon-management-committee::before {
  content: 'MC' !important;
  color: #000 !important;
  left: 10px !important;
}

.employee-category-wrapper .filter-category li.icon-business-committee::before {
  content: 'BC' !important;
  color: #000 !important;
  left: 10px !important;
}

ul.filter-category.drp-list li {
  background-color: inherit;
}

.employee-category-wrapper .filter-category li:not(.icon-all) a {
  padding-left: 25px !important;
}

/**************************************** Style for dataTable ************************************************/
.employee-list-table-wrapper .dataTables_wrapper {
  padding-bottom: 15px;
}

.employee-list-table-wrapper .dataTables_wrapper {
  position: relative;
  clear: both;
  zoom: 1;
  display: inline-block;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.abbreviation-block span {
  display: block;
  font-size: 12px;
  line-height: 1.67;
  color: #000;
}

/******************************************** DataTable style Ends here *********************************************/
/**************************** Style for Employee details in module library page ************************************/
.ip3-module-employee-section .share-position {
  display: block;
}

.leadership-detail .details-inner p:first-child {
  font-size: 1.6rem;
  font-family: 'Graphik Web';
  line-height: 2.6rem;
}

/********************************** Employee details style ends here ***********************************/
/********************** Style for module library page in shared one ************************************/
/************** Style for vidoe gallery module in module library page in shared onve ******************/
.ip3-apollo-global-management-inc .video-gallery-wrapper .video-copy-module-background {
  border-top: 0px solid #007d55;
}

.ip3-apollo-global-management-inc .video-gallery-wrapper {
  background: none;
}

/**************************************** Ends here *************************************************/
/********************* Style for enable breadcrumb in stackholders details page *********************/
.ip3-stackholders .share-position {
  display: block;
}

/**************************************** Ends here *************************************************/
/********************** Style for BOD Member in module library in shared library ********************/
.ip3-stackholders .module-leadership-investor-day-wrapper .accordion-wrapper .accordion-content {
  height: auto !important;
}

/**************************************** Ends here *************************************************/
/******************************** Style for Elient module info graphic ******************************/
body.microsite-template .Info-Graph {
  border-top: 0px solid #939597;
}

/**************************************** Ends here *************************************************/
/*---- eliant-global-style-----*/
/*---------------------- Global variable declaration start ------------------*/
:root {
  /*---------------------- New color palette Start ------------------*/
  --eliant-blue: #004472;
  --primary-color-1: #4ec9f5;
  --primary-color-2: #0f6596;
  --primary-color-3: #3e8dec;
  --primary-color-4: #3cade9;
  --primary-color-5: #83c1f3;
  --primary-color-6: #85d0f1;
  --primary-color-7: #bfecfd;
  --secondary-color-1: #024c55;
  --secondary-color-2: #1fa2a5;
  --secondary-color-3: #89e1c9;
  --secondary-color-4: #3f236e;
  --secondary-color-5: #008081;
  --secondary-color-6: #1fbcb1;
  --secondary-color-7: #73e2e5;
  --secondary-color-8: #64359f;
  --menu-border-color: #b7b7b7;
  --font-open-sans: 'Open Sans Regular';
  --font-open-sans-light: 'Open Sans Light';
  --font-open-sans-semibold: 'Open Sans Semi Bold';
  --font-open-sans-bold: 'Open Sans Bold';
  --font-open-sans-extra-bold: 'Open Sans Extra Bold';
  /*---------------------- New color palette end ------------------*/
  --white: #ffffff;
  --black: #000000;
  --red: #ff0000;
  --gray: #55585a;
  --dark-gray: #666666;
  --light-gray: #939597;
  --blue: #395878;
  --search-btn: #001932;
  --apollo-green: #00aa78;
  --eliant-sky-blue: #4b90c7;
  --eliant-dark-gray: #262626;
  --eliant-gray: #d2d2d2;
  --font-family-has: Helvetica, Arial, sans-serif;
}

/*---------------------- Global variable declaration End ------------------*/
/*---------------------- New typography Start ------------------*/
h1,
.h1 {
  font-family: var(--font-open-sans-semibold);
  font-style: normal;
  font-weight: 600;
  font-size: 4.6rem;
  line-height: 6.3rem;
}

h2,
.h2 {
  font-family: var(--font-open-sans-bold);
  font-style: normal;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 3.8rem;
}

h3,
.h3 {
  font-family: var(--font-open-sans-bold);
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.7rem;
}

.body-large {
  font-family: var(--font-open-sans);
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.7rem;
}

.body-small {
  font-family: var(--font-open-sans);
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9rem;
}

body,
p {
  font-family: var(--font-open-sans);
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.breadcumb {
  font-family: var(--font-open-sans);
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9rem;
  text-transform: uppercase;
}

.banner-title {
  font-family: var(--font-open-sans-bold);
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  line-height: 4.1rem;
}

.highlight-text {
  font-family: var(--font-open-sans-light);
  font-style: normal;
  font-weight: 300;
  font-size: 4rem;
  line-height: 5.4rem;
}

a {
  font-family: var(--font-open-sans);
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9rem;
}

a:hover,
a:focus {
  text-decoration-line: underline;
}

/*---------------------- New typography End ------------------*/
/*---------------------- Global style start ------------------*/
.global-skip-to-main-content {
  position: relative;
}

.global-skip-to-main-content a {
  background-color: var(--eliant-blue);
}

.global-skip-to-main-content a:focus {
  outline: 1px solid var(--eliant-blue);
}

input[type='radio'] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 0px 5px;
  padding: initial;
  border: initial;
}

/*---------------------- Global style ends ------------------*/
/*---- font-icon-----*/
@font-face {
  font-family: 'apollo-icons';
  src: url('/content/dam/microsites/elianttrade/ui/fonts/apollo-icons-eot.eot?431and');
  src: url('/content/dam/microsites/elianttrade/ui/fonts/apollo-icons/apollo-icons-eot.eot?431and#iefix')
      format('embedded-opentype'),
    url('/content/dam/microsites/elianttrade/ui/fonts/apollo-icons-ttf.ttf?431and') format('truetype'),
    url('/content/dam/microsites/elianttrade/ui/fonts/apollo-icons-woff.woff?431and') format('woff'),
    url('/content/dam/microsites/elianttrade/ui/fonts/apollo-icons-svg.svg?431and#apollo-icons-svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'apollo-icons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bod-chairperson:before {
  content: '\e939';
}

.icon-bod-member:before {
  content: '\e93a';
}

.icon-chairperson:before {
  content: '\e93b';
}

.icon-member:before {
  content: '\e93c';
}

.icon-play:before {
  content: '\e936';
}

.icon-directional-arrow:before {
  content: '\e938';
  color: #007d55;
}

.icon-Expand:before {
  content: '\e937';
}

.icon-xlsx:before,
.icon-xlsm:before {
  content: '\e935';
  font-size: 2.7rem;
}

.icon-xls-bg .path1:before {
  content: '\e90a';
  color: rgb(255, 255, 255);
}

.icon-xls-bg .path2:before {
  content: '\e90b';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-xls-bg .path3:before {
  content: '\e90c';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-xls-bg .path4:before {
  content: '\e90d';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-xls-bg .path5:before {
  content: '\e90e';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-ppt-bg .path1:before {
  content: '\e90f';
  color: rgb(255, 255, 255);
}

.icon-ppt-bg .path2:before {
  content: '\e910';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-ppt-bg .path3:before {
  content: '\e911';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-ppt-bg .path4:before {
  content: '\e912';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-ppt-bg .path5:before {
  content: '\e913';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-pdf-bg .path1:before {
  content: '\e914';
  color: rgb(255, 255, 255);
}

.icon-pdf-bg .path2:before {
  content: '\e915';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-pdf-bg .path3:before {
  content: '\e916';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-pdf-bg .path4:before {
  content: '\e917';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-pdf-bg .path5:before {
  content: '\e918';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-xbrl-bg .path1:before {
  content: '\e919';
  color: rgb(255, 255, 255);
}

.icon-xbrl-bg .path2:before {
  content: '\e91a';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-xbrl-bg .path3:before {
  content: '\e91b';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-xbrl-bg .path4:before {
  content: '\e91c';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-xbrl-bg .path5:before {
  content: '\e91d';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-xbrl-bg .path6:before {
  content: '\e91e';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-webcast-bg .path1:before {
  content: '\e91f';
  color: rgb(255, 255, 255);
}

.icon-webcast-bg .path2:before {
  content: '\e920';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-webcast-bg .path3:before {
  content: '\e921';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-webcast-bg .path4:before {
  content: '\e922';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-webcast-bg .path5:before {
  content: '\e923';
  margin-left: -0.765625em;
  color: rgb(255, 255, 255);
}

.icon-xlsx-bg .path1:before {
  content: '\e924';
  color: rgb(255, 255, 255);
}

.icon-xlsx-bg .path2:before {
  content: '\e925';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-xlsx-bg .path3:before {
  content: '\e926';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-xlsx-bg .path4:before {
  content: '\e927';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-xlsx-bg .path5:before {
  content: '\e928';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-xlsx-bg .path6:before {
  content: '\e929';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-html-bg .path1:before {
  content: '\e92a';
  color: rgb(255, 255, 255);
}

.icon-html-bg .path2:before {
  content: '\e92b';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-html-bg .path3:before {
  content: '\e92c';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-html-bg .path4:before {
  content: '\e92d';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-html-bg .path5:before {
  content: '\e92e';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-html-bg .path6:before {
  content: '\e92f';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-doc-bg .path1:before {
  content: '\e930';
  color: rgb(255, 255, 255);
}

.icon-doc-bg .path2:before {
  content: '\e931';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-doc-bg .path3:before {
  content: '\e932';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-doc-bg .path4:before {
  content: '\e933';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-doc-bg .path5:before {
  content: '\e934';
  margin-left: -0.765625em;
  color: rgb(0, 125, 85);
}

.icon-doc:before,
.icon-docx:before {
  content: '\e900';
  font-size: 2.7rem;
}

.icon-doc2:before {
  content: '\e901';
  font-size: 2.7rem;
}

.icon-xls:before {
  content: '\e902';
  font-size: 2.7rem;
}

.icon-pdf:before {
  content: '\e903';
  font-size: 2.7rem;
  float: left;
}

.icon-html:before {
  content: '\e904';
  font-size: 2.7rem;
}

.icon-ppt:before,
.icon-pptx:before {
  content: '\e905';
  font-size: 2.7rem;
}

.icon-webcast:before {
  content: '\e906';
  font-size: 2.7rem;
}

.icon-xbrl:before {
  content: '\e907';
  font-size: 2.7rem;
}

.icon-left:before {
  content: '\e908';
}

.icon-right:before {
  content: '\e909';
}

.archive-events-container .eventDocuments a {
  float: left;
}

/*---- icomoon-----*/
@font-face {
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  src: url(/content/dam/microsites/elianttrade/ui/fonts/icomoon-eot.eot?cg4ddw);
  src: url(/content/dam/microsites/elianttrade/ui/fonts/icomoon-eot.eot?cg4ddw#iefix) format('embedded-opentype'),
    url(/content/dam/microsites/elianttrade/ui/fonts/icomoon-ttf.ttf?cg4ddw) format('truetype'),
    url(/content/dam/microsites/elianttrade/ui/fonts/icomoon-woff.woff?cg4ddw) format('woff'),
    url(/content/dam/microsites/elianttrade/ui/fonts/icomoon-svg.svg?cg4ddw#icomoon) format('svg');
}

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close-icon:before {
  content: '\e907';
}

.icon-minus-icon:before {
  content: '\e906';
}

.icon-linked-in-square:before {
  content: '\e905';
}

.icon-envelope:before {
  content: '\e900';
}

.icon-facebook:before {
  content: '\e901';
}

.icon-linked-in:before {
  content: '\e902';
}

.icon-link:before {
  content: '\e903';
}

.icon-twitter:before {
  content: '\e904';
}

.icon-youtube:before {
  content: '\e908';
}

/*---- eliant-main-----*/
body.microsite-template .topnavigation ul li.level1 ul {
  display: block !important;
}

/*-------------- accessibility CSS Starts --------------*/
.banner-title {
  background: rgba(0, 0, 0, 0.01);
}

.topnavigation .search-btn,
.search-btn .invisible,
#mainContent .invisible {
  background-color: rgba(255, 255, 255, 0.01);
}

#contentwrapper .share-details a:hover,
#contentwrapper .share-details a:focus {
  background: var(--eliant-blue);
}

.footer-link a:focus {
  outline: 1px solid var(--white);
}

.team-member-main-title span:focus {
  outline: 1px solid var(--eliant-blue);
}

/*-------------- accessibility CSS Ends --------------*/
#MainWrapper {
  margin-top: 144px;
}

.latest-pr-section .pr-subtitle,
.stickyContent .banner-content p,
.home-banner .banner-text p,
.home-banner .banner-title,
#bannerwrapper.home-banner .banner-title,
.bannerSlide .banner-content .banner-text p,
.inner-banner .banner-content .banner-text p,
.video-title,
.signpost-title.top,
b,
strong,
h1,
h2,
h3 {
  font-family: var(--font-open-sans-bold) !important;
}

h4,
body {
  font-family: var(--font-open-sans);
}

a[href^='mailto']:hover,
a[href^='mailto']:focus {
  color: var(--primary-color-2);
}

a:hover {
  color: var(--primary-color-2);
}

a:focus {
  color: var(--primary-color-2);
  font-family: var(--font-open-sans);
  text-decoration: none;
  outline: 1px solid var(--eliant-blue);
}

a:active {
  color: var(--primary-color-2);
}

.homecontentwrapper a,
#contentwrapper a,
.content-wrapper a {
  font-family: var(--font-open-sans);
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: var(--primary-color-2);
}

.homecontentwrapper a:focus,
#contentwrapper a:focus {
  color: var(--primary-color-2);
  text-decoration: none;
  outline: 1px solid var(--eliant-blue);
}

#breadcrumb a:focus {
  color: var(--primary-color-2);
  outline: 1px solid var(--eliant-blue);
}

a.btn {
  color: var(--primary-color-2);
  font-family: var(--font-open-sans-extra-bold);
  border: 1px solid var(--secondary-color-2);
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.9rem;
  text-transform: initial;
}

.btn:active,
.btn:hover,
.btn:focus,
#contentwrapper .btn:hover {
  background: var(--eliant-blue);
  border: 1px solid var(--eliant-blue);
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: var(--black);
  padding-bottom: 21px;
  position: relative;
  font-family: var(--font-open-sans);
}

h2 {
  padding-bottom: 26px;
}

h2,
.h2 {
  margin: 0;
  letter-spacing: normal;
}

h3,
.h3 {
  /* font-size: 2.6rem;
  line-height: 34px;
  font-weight: 400;*/
  padding: 12px 0 14px;
}

h4,
.h4 {
  color: #333333;
}

body.microsite-template h2:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 96px;
  background: var(--light-gray);
  bottom: 10px;
  left: 0;
}

.content-wrapper {
  padding-bottom: 0;
}

#contentwrapper ul li {
  font-size: 1.8rem;
  line-height: 2.5rem;
}

#contentwrapper .intro-section li {
  line-height: 2.8rem;
}

#contentwrapper ul li:before {
  color: var(--eliant-blue);
  top: -1px;
}

.border-top {
  border-top: 1px solid var(--eliant-blue);
}

.border-bottom {
  border-bottom: 1px solid var(--eliant-blue);
}

#bannerwrapper .sliderbanner {
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

a[href^='tel:'] {
  text-decoration: none;
  cursor: default;
  font-family: var(--font-family-has) !important;
}

a[href^='tel:'].mobile-tel-link {
  color: inherit !important;
  cursor: pointer !important;
}

#contentwrapper ul li:last-child {
  padding-bottom: 0;
}

/*-------------- Main Body CSS Ends --------------*/
/*-------------- Header CSS Starts --------------*/
#headerwrapper {
  padding: 0;
  background: var(--white);
  min-height: 128px;
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0px;
}

#headerlinks {
  overflow: hidden;
}

#headerlinks ul li {
  border-right: 1px solid var(--black) 0FF;
  float: left;
  padding: 0 5px;
}

#searchcontainer {
  clear: both;
  float: right;
  height: 25px;
  margin: 10px 0 0;
  overflow: hidden;
}

#searchTextboxContainer {
  float: left;
}

#searchTextboxContainer input {
  width: 140px;
  /*height: 23px;*/
}

#SearchButtonContainer {
  float: left;
}

#SearchButtonContainer input {
  height: 24px;
  width: 44px;
}

#toplinks {
  float: left;
}

.top-links a {
  position: relative;
  display: block;
}

.top-links a:hover,
.top-links a:focus {
  text-decoration: none;
}

.toplinks-right {
  float: right;
  margin-top: 30px;
}

.topnavigation {
  display: none;
}

.showNav {
  display: block;
  animation: opac 0.5s;
  -webkit-animation: opac 0.5s;
  -moz-animation: opac 0.5s;
}

@keyframes opac {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.top-announcement-bar {
  background: var(--eliant-blue);
  color: var(--white);
  padding: 10px 0;
  font-size: 1.6rem;
  font-family: var(--font-family-has);
}

.top-announcement-bar p {
  padding: 0px;
}

.top-announcement-bar p a {
  color: var(--white);
  text-decoration: underline;
}

.top-announcement-bar p a:hover {
  text-decoration: none;
}

.header-toppad {
  padding: 31px 0 0 0;
}

.header-toppad .topnavigation > ul > li.level1 > a {
  padding-bottom: 30px;
  text-transform: initial;
}

/*-------------- Header CSS Ends --------------*/
/*-------------- Top Navigation CSS Starts --------------*/
#logo {
  float: left;
  position: relative;
  z-index: 10;
  margin-top: -14px;
}

#logo a:focus img {
  /* outline: 1px solid var(--eliant-blue);*/
}

#logo.showNav,
#mobi-logo.showNav {
  display: block;
  float: left;
  margin-left: 0px;
}

.nojs #logo,
.nojs #mobi-logo {
  display: block !important;
}

.topnavigation {
  float: left;
  margin: 0px 0 0px;
}

.header-toppad .topnavigation ul li ul {
  display: none;
}

.topnavigation ul li {
  float: left;
  /*padding: 0 25px;*/
  padding: 0 20px;
  position: relative;
}

.topnavigation ul li.level1 {
  padding-top: 4px;
  pointer-events: none;
}

.topnavigation ul li.level2 {
  width: 100%;
  border-bottom: 1px solid transparent;
  padding-left: 0;
}

.topnavigation ul li.level2.haschildren {
  position: static;
}

.topnavigation ul {
  float: left;
  margin: 5px 0 0 0;
}

.topnavigation ul li.level1 > ul {
  display: none;
  position: absolute;
  top: 30px;
  background: var(--white);
  margin-left: 0;
  z-index: 10;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 24px;
  height: auto;
  overflow: visible !important;
}

.topnavigation ul li.level1 > ul.shownav {
  display: block;
}

#right-header-nav.topnavigation ul li.level1 > ul {
  top: 25px;
  display: none !important;
}

#right-header-nav .topnavigation ul li.level1 > ul {
  padding-top: 0;
}

.topnavigation ul li:before {
  display: none;
}

.topnavigation ul li a {
  color: var(--black);
  display: inline-block;
}

.topnavigation ul li a:before {
  display: none;
}

.topnavigation ul li a > span {
  position: relative;
}

.topnavigation ul li a > span.invisible {
  position: absolute;
}

.topnavigation ul li span {
  font-size: 1.8rem;
  line-height: normal;
  letter-spacing: normal;
  display: inline-block;
  font-family: var(--font-open-sans-light);
  color: var(--black);
  font-weight: 300;
}

.topnavigation ul li a:hover {
  text-decoration: none;
}

.topnavigation ul li ul li span {
  white-space: nowrap;
}

.topnavigation ul li.level1 > ul.shownav li {
  visibility: visible;
}

#right-header-nav {
  float: right;
}

.header-toppad ul {
  margin: 0;
  float: right;
}

.header-toppad .topnavigation > ul > li:first-child {
  padding-left: 0;
}

.header-toppad .topnavigation > ul > li:last-child {
  padding-right: 65px;
}

.top-links ul.rad-loginBtn {
  margin: 0;
  border-top: 7px solid var(--eliant-blue);
}

.top-links ul.rad-loginBtn li {
  padding: 0;
  line-height: normal;
  width: 100%;
}

.top-links {
  /*padding-left:25px*/
}

.nojs .topnavigation ul li.level1:hover > ul {
  display: block;
}

.nojs .topnavigation ul li.level1 > ul li {
  visibility: visible;
}

.header-right {
  float: right;
}

#sec-Homepage-level1:empty {
  display: none;
}

.nojs .header-right #right-header-nav {
  display: none;
}

.header-right .topnavigation ul li.level1 span {
  font-size: 1.4rem;
  font-family: var(--font-open-sans-bold);
  text-align: right;
  color: var(--black);
  font-weight: bold;
  text-transform: initial;
}

.header-right .topnavigation ul li:hover > a > span,
.header-right .topnavigation ul li.level1.current span,
.header-right .topnavigation ul li.level1.selected > a > span {
  color: var(--eliant-blue);
}

.top-links {
  float: left;
}

.top-links p {
  padding: 0;
}

.top-links a {
  font-size: 1.4rem;
}

.header-right .top-links a {
  padding: 0 0;
  color: var(--eliant-blue);
  font-family: var(--font-family-has);
  letter-spacing: 0.5px;
  text-align: right;
}

.header-right .top-links a:focus {
  outline: 1px solid var(--eliant-blue);
}

.header-right .topnavigation ul li.level1 ul::after,
.header-right .topnavigation ul li.level1 ul::before {
  position: absolute;
  content: '';
  background: var(--white);
  width: 100vw;
  height: 100%;
  z-index: -1;
}

.header-right .topnavigation ul li.level1 ul::before {
  right: 0;
}

.header-right .topnavigation ul li.level1 ul::after {
  left: 0;
}

.mobi-topnavigation li.selected.level2 > a > span,
.mobi-topnavigation li.level2 > span,
.mobi-topnavigation li.current.level2 > a > span,
.mobi-topnavigation li.level2:hover > a > span,
.topnavigation li.level2 > span {
  color: var(--eliant-blue);
}

#right-header-nav > ul > li.level1 {
  padding: 0 25px 25px 25px;
}

#right-header-nav > ul > li > ul {
  padding-left: 0;
}

#right-header-nav.topnavigation ul li a > span:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background: var(--black);
  visibility: hidden;
  border-radius: 5px;
}

.topnavigation ul li.level2 > ul {
  float: none;
  padding-top: 10px;
  padding-left: 15px;
}

.topnavigation ul li.level2 > ul li {
  padding-left: 0;
  margin-left: 11px;
  padding-bottom: 0;
  width: 100%;
  border-bottom: 0;
  padding-top: 0;
}

/*.topnavigation ul li.level2.selected>a span,*/
.topnavigation ul li.level2 > ul li.current a span {
  color: var(--primary-color-2);
}

.topnavigation ul li.level2:hover > ul {
  display: block;
}

.topnavigation ul li a:hover,
.topnavigation ul li a:hover span,
.topnavigation ul li.current > a,
.topnavigation ul li.level1.selected > a {
  color: var(--primary-color-2);
}

.header-right .topnavigation ul li.level1.active ul li.current span,
.header-right .topnavigation ul li a:focus span {
  color: var(--primary-color-2);
}

.topnavigation ul li a:focus span {
  color: var(--primary-color-2);
}

.header-toppad .topnavigation > ul > li.level1.current > a span,
.header-toppad .topnavigation > ul > li.level1.selected > a span {
  color: var(--primary-color-2);
  font-family: var(--font-open-sans);
}

.header-toppad .topnavigation ul li.level1.selected.active > a span {
  color: var(--primary-color-2);
  font-family: var(--font-open-sans);
}

.header-toppad .topnavigation ul li.level1.selected ul li.level2.current > a > span {
  font-family: var(--font-open-sans-light);
  color: var(--primary-color-2);
}

.header-toppad .topnavigation ul li.level2:hover > a > span,
.header-toppad .topnavigation ul li.level2:hover > a,
.topnavigation ul li.level2 > ul li:hover a,
.topnavigation ul li.level2 > ul li:hover a span {
  color: var(--primary-color-2);
}

.header-toppad .topnavigation ul li.level2:focus a span {
  color: var(--primary-color-2) !important;
}

.topnavigation ul li.level2 a:focus span {
  color: var(--primary-color-2) !important;
}

ul.rad-loginBtnChild.shownavremove {
  display: none !important;
}

ul.rad-loginBtnChild.shownavremove.shownav {
  display: none !important;
}

#right-header-nav > ul > li.level1:focus-within ul li {
  visibility: visible;
}

.topnavigation ul li a:focus {
  outline: 1px solid var(--primary-color-2);
}

.header-toppad .topnavigation ul li a:focus {
  outline: 0;
}

.header-toppad .topnavigation ul li a:focus span {
  outline: 1px solid var(--primary-color-2);
}

/*.header-toppad .topnavigation>ul>li:focus-within .Menu-Wrap {
display: block;
position: fixed;
width: 100%;
background: var(--white);
padding: 0 0 30px;
left: 0;
height: auto;
z-index: 1;
overflow: hidden;
transition: all ease-in 0.2s;
top: 149px;
}*/
.header-toppad .topnavigation > ul > li:focus-within .hedermenuSignpostItem {
  display: block;
  width: 1110px;
  margin: 0 auto;
  /*border-top: 1px solid var(--menu-border-color);*/
}

.search-btn:focus-within {
  outline: 1px solid var(--eliant-blue);
}

.searchbox .close-icon:focus {
  outline: 1px solid;
}

.header-toppad .topnavigation ul li:hover > div {
  /* padding: 0;*/
  min-height: auto;
}

.header-toppad .topnavigation ul li:hover > div .hedermenuSignpostItem,
.header-toppad .topnavigation ul li:focus-within > div .hedermenuSignpostItem {
  border-top: 1px solid var(--menu-border-color);
}

.topnavigation .hedermenuSignpostItem ul li {
  border-bottom: 1px solid var(--menu-border-color);
}

.topnavigation .hedermenuSignpostItem ul li a span {
  font-family: var(--font-open-sans-light);
}

.topnavigation .hedermenuSignpostItem .signpostLeft a {
  color: var(--primary-color-2);
}

.topnavigation .hedermenuSignpostItem .signpostRight:before {
  content: none;
}

.topnavigation .hedermenuSignpostItem .signpostRight span {
  font-family: var(--font-family-has);
}

.topnavigation .hedermenuSignpostItem .signpostRight p.rad-head {
  font-family: var(--font-family-has);
}

.topnavigation .hedermenuSignpostItem .signpostRight a {
  color: var(--primary-color-2);
  font-family: var(--font-family-has);
}

.topnavigation .hedermenuSignpostItem .signpostRight a:focus {
  color: var(--eliant-blue);
}

.business-submenu > p {
  font-family: var(--font-family-has);
}

.topnavigation .hedermenuSignpostItem .apollo-external li a,
.topnavigation .hedermenuSignpostItem .apollo-external li a span {
  color: var(--eliant-blue);
  font-family: var(--font-family-has);
}

/*-------------- Top Navigation CSS Ends --------------*/
/*-------mobi-menu Starts------------*/
.mobile-menu-burger::after,
.mobile-menu-burger::before {
  background: #64646e none repeat scroll 0 0;
  content: '';
}

/*-------mobi-menu Ends------------*/
/*-------------- Breadcrumb CSS Starts --------------*/
#breadcrumb a,
#breadcrumb span {
  font-family: var(--font-family-open-sans);
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9rem;
  text-transform: uppercase;
}

#breadcrumb a {
  color: var(--primary-color-2);
}

#breadcrumb a:focus {
  outline: 1px solid var(--primary-color-2);
}

/*-------------- Breadcrumb CSS Ends --------------*/
/*-------------- Search page CSS Starts --------------*/
#tabs.sectionTabs li {
  border-top: 1px solid var(--eliant-blue);
}

#tabs.sectionTabs span.select {
  font-family: var(--font-family-has);
}

.searchresultpage #loadmore a {
  color: var(--eliant-blue);
  border: 1px solid var(--eliant-blue);
}

.searchresultpage #loadmore a:hover {
  background: var(--eliant-blue);
}

.searchresultpage #loadmore a:after {
  background-color: var(--eliant-blue);
}

.searchresultpage #loadmore a:before {
  background-color: var(--eliant-blue);
}

#searchButtonContainerRP > input {
  background: var(--eliant-blue);
}

#searchButtonContainerRP > input:hover {
  background-color: var(--search-btn);
}

/*-------------- Search page CSS Ends --------------*/
/*-------------- Homepage Bottom Boxes Starts --------------*/
.signpost-title.bottom {
  font-family: var(--font-family-has);
}

.module-landing {
  opacity: 0;
}

.homeWrap .introWrap {
  padding-top: 60px;
  padding-bottom: 60px;
}

.homecontentwrapper .homeWrap .introWrap {
  margin-bottom: 0;
}

.introWrap.top-border {
  border-top: 10px solid var(--secondary-color-3);
}

.homecontentwrapper .homeWrap .introWrap .content-wrapper {
  padding-bottom: 0;
}

/*-------------- Twitter --------------*/
.home-twitter-social {
  position: relative;
}

.home-twitter-social .twitter-feeds-title p {
  font-family: var(--font-family-has);
  font-size: 2.4rem;
  line-height: 3rem;
  padding: 15px 50px 30px 0;
}

.home-twitter-social .twitter-name a {
  width: 26px;
  height: 21px;
  top: 25px;
  right: 0;
}

.home-twitter-social .twitter-name a:after {
  display: none;
}

.home-twitter-social .twitter-name a:hover {
  text-decoration: underline;
}

.twitter-bottom {
  border-top: 1px solid #7f7f7f;
  padding-top: 5px;
}

.twitter-bottom a {
  font-size: 1.4rem;
}

.twitter-feeds-title a:after {
  display: none;
}

.signpost-subtitle.top {
  font-family: var(--font-family-has);
}

#bannerwrapper {
  min-height: 350px;
}

.bannerSlide .banner-image-wrapper {
  height: 225px;
}

.home-banner .banner-title,
#sliderBackgroundWrapper .banner-title {
  font-size: 3rem;
  line-height: 4.1rem;
  font-weight: bold;
  font-family: var(--font-open-sans);
}

.home-banner .bannerWrap {
  height: 350px;
}

.sliderInnerWrapper .banner-slide-item {
  border-top: 8px solid var(--eliant-blue);
}

.banner-button {
  font-family: var(--font-family-has);
}

#bannerwrapper.inner-banner-top {
  min-height: 290px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--black);
}

.inner-banner .banner-content {
  border-top: 8px solid var(--eliant-blue);
}

.chapter-wrapper .chapter-top-title h1,
.chapter-subtitle,
.chapter-wrapper .share > a,
.Impact-Chapter-Wrapper + a + #contentwrapper .innerpage-intro p {
  font-family: var(--font-family-has);
}

#sliderBannerWrapper .bannerSlide .bdr {
  border-top: 5px solid var(--eliant-blue);
}

#sliderBannerWrapper .bannerSlide:after,
#sliderBannerWrapper .stickyContent:after,
#bannerwrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.67;
  z-index: -1;
  background-image: linear-gradient(to right top, var(--black), rgba(0, 0, 0, 0) 56%);
}

/* --------------- Banner Ends ---------------*/
.siteSearch {
  background: var(--eliant-blue);
}

.searchbox {
  top: 144px;
}

.search-btn,
.close-icon {
  background: url('/content/dam/microsites/elianttrade/icons/search-icon.svg') no-repeat;
  text-indent: -9999px;
  width: 17px;
  height: 17px;
  float: left;
  cursor: pointer;
  margin: 10px 0 0 0px;
  position: absolute;
  right: 15px;
}

.ui-autocomplete.ui-menu .ui-state-focus {
  background: var(--eliant-blue) !important;
}

.searchresultpage #searchTextBoxContainerRP .ui-menu .ui-menu-item a {
  font-family: var(--font-family-has);
}

/* --------------- Search Ends ---------------*/
/* --------------- Profiles section starts ---------------*/
.profiles-section-wrapper .profiles-loadmore a.global-button {
  color: var(--eliant-blue);
  font-family: var(--font-family-has);
  border-color: var(--eliant-blue);
}

.profiles-section-wrapper .profiles-loadmore a.global-button:hover {
  background: var(--eliant-blue);
}

.profiles-section-wrapper .profiles-loadmore a.global-button:focus {
  color: var(--eliant-blue);
  border-color: var(--eliant-blue);
}

.profiles-section-wrapper .profiles-item .profiles-title .title,
.profiles-section-wrapper .profiles-item .profiles-title .subtitle,
.profiles-section-wrapper .profiles-item p,
.profiles-section-wrapper .profiles-item p.profiles-bio {
  font-family: var(--font-family-has);
}

.profiles-video .video-popup-content .profiles-title .title {
  font-family: var(--font-family-has);
}

.profiles-video .video-popup-content .profiles-title .subtitle {
  font-family: var(--font-family-has);
}

.profiles-video .video-popup-content .profiles-content * {
  font-family: var(--font-family-has);
}

/* --------------- Profiles section ends  ------------------*/
/* --------------- Snapdown Wrapper Starts ---------------- */
.snapdown-link::after {
  background-color: var(--eliant-blue);
}

.snapdown-link::before {
  background-color: var(--eliant-blue);
}

/* --------------- Snapdown Wrapper Ends ---------------- */
/* ---------------Starts Committee Composition ---------------- */
.committee-composition-container span.dot1:before {
  color: var(--eliant-blue);
}

/* ---------------Ends Committee Composition ---------------- */
/* --------------- Listing Page Starts ---------------- */
.newsWrapper table tr td a {
  font-family: var(--font-family-has) !important;
}

.related p {
  font-family: var(--font-family-has);
}

.related .link-wrapper a:before {
  background: var(--eliant-blue);
}

/* --------------- Listing Page Ends ---------------- */
/*---------- Table Styling ------------*/
table thead th {
  font-family: var(--font-family-has);
}

table.rad-noborder th {
  font-family: var(--font-family-has);
}

/*---------- Table Styling ------------*/
/*---------- Footer CSS Start ------------------*/
#footerwrapper {
  clear: both;
  padding-top: 40px;
}

#footerlinks ul li {
  float: left;
  padding: 0 5px;
}

.copyright p {
  color: var(--white);
  font-size: 1.4rem;
  line-height: 3.8rem;
  /*float: left;*/
  letter-spacing: 0.14px;
  font-weight: 400;
}

.footer-links-container li:before {
  display: none;
}

.footer-right-side a:before,
.footer-links-container a > span:before {
  background: var(--white);
}

.footer-links-container a {
  color: var(--white);
  font-size: 1.5rem;
  display: inline-block;
}

.footer-link {
  float: left;
  /*width:85%;*/
  width: 100%;
  margin-top: 15px;
}

.footer-link ul {
  font-size: 1.3rem;
  line-height: 2.2rem;
  margin: 0px;
}

.footer-link ul li {
  float: left;
  padding: 0 0 0 33px;
}

.footer-link ul li a {
  font-size: 1.4rem;
  font-family: var(--font-family-has);
  letter-spacing: 0.14px;
}

.footer-link ul li a:focus {
  text-decoration: underline;
}

.footer-link ul li:first-child {
  margin: 0;
  border-left: 0;
  padding-left: 0 !important;
}

.footer-links-container {
  background: var(--eliant-blue);
  position: relative;
  float: left;
  width: 100%;
  padding: 26px 0 50px;
}

.footer-social {
  float: right;
  width: auto;
  position: relative;
  top: 5px;
  left: -3px;
}

.footer-links-container .footer-social a {
  font-size: 3rem;
  text-decoration: none;
}

.footer-links-container .footer-social a.footer-twitter {
  font-size: 2.6rem;
  padding-left: 20px;
  padding-right: 10px;
}

.footer-links-container .footer-social a:focus i:before {
  outline: 1px solid var(--eliant-blue);
}

.footer-link a:before {
  display: none;
}

.footer-link ul li a:hover {
  text-decoration: underline;
}

/*---------- Footer CSS End ------------------*/
/*---------- Contact Form Start ------------------*/
.ir-contact-form div.clearfix {
  border: medium none;
  margin-bottom: 10px;
}

.ir-contact-form .form-left {
  float: left;
  margin-right: 10px;
  width: 120px;
}

.ir-contact-form .form-left span.mandatory,
span.mandatory {
  color: var(--red);
}

.ir-contact-form .form-right {
  float: left;
}

.form-right > span {
  position: absolute;
}

.ir-contact-form .form-right input {
  border: 1px solid #d8d8d8;
  margin-right: 10px;
  padding: 5px 10px;
  width: 230px;
}

.ir-contact-form .form-right textarea {
  border: 1px solid #d8d8d8;
  margin-right: 10px;
  padding: 5px 10px;
  width: 230px;
  height: 80px;
  resize: none;
}

.ir-contact-form .form-right input#txtCaptcha {
  float: none;
  margin-top: 10px;
}

.ir-contact-form .form-right input[type='submit'] {
  background: #efefef none repeat scroll 0 0;
  border: 1px solid #dddddd;
  color: var(--dark-gray);
  cursor: pointer;
  display: block;
  float: none;
  margin-top: 10px;
  padding: 5px 12px 6px;
  width: 100px;
}

.form-right > div {
  margin-bottom: 10px;
}

/*---------- Second Pattern Starts ------------------*/
.ir-contact-form-second-pattern .form-left {
  width: 160px;
}

.ir-contact-form-second-pattern .form-right {
  width: 100%;
}

.ir-contact-form-second-pattern .form-element {
  float: left;
  min-height: 90px;
}

.ir-contact-form-second-pattern .half-element {
  width: 50%;
}

.ir-contact-form-second-pattern .full-element,
.ir-contact-form-second-pattern .form-right textarea {
  width: 100%;
}

.ir-contact-form-second-pattern select {
  padding: 5px 10px;
}

.ir-contact-form-second-pattern .ir-label {
  margin-bottom: 5px;
  display: inline-block;
}

/*---------- Second Pattern Ends ------------------*/
/*---------- Contact Form End ------------------*/
/*--------------- link to top starts ---------------*/
#auto-top-link {
  border: 1px solid var(--eliant-blue);
  background: url('/content/dam/microsites/elianttrade/icons/top-to-page.png');
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center center;
}

/*--------------- link to top ends ---------------*/
span.rad-thick {
  font-family: var(--font-family-has);
}

#auto-top-link {
  display: block;
}

/*-------------------Media Starts----------*/
.media-landing .video-title {
  font-family: var(--font-family-has);
}

.media-snapdown-link::after {
  content: ' ';
  background-color: var(--eliant-blue);
}

.media-snapdown-link::before {
  content: ' ';
  background-color: var(--eliant-blue);
}

.rightcol-title {
  font-family: var(--font-family-has);
  border-top: 1px solid var(--eliant-blue);
}

.rightcol-content strong {
  font-family: var(--font-family-has);
}

/*---------------------Media Ends ------------------*/
/*-------------- Content with signpost start ------------------*/
.contentWithSignpost .intro-text p {
  font-family: var(--font-family-open-sans);
}

#contentwrapper .contentWithSignpost .content-text ul li:before {
  color: var(--eliant-blue);
}

.contentWithSignpost .signpost-title {
  font-family: var(--font-family-open-sans);
}

/*-------------- Content with signpost Ends -----*/
/*-------------- content with keyfact starts -----*/
.right-title {
  font-family: var(--font-family-has);
}

.img-bx img {
  border-top: 6px solid var(--eliant-blue);
}

.content-text-img {
  font-family: var(--font-family-has);
}

.content-value .key-before {
  font-family: var(--font-family-has);
}

.content-value .value {
  font-family: var(--font-family-has);
}

.content-value .keyfact-text {
  font-family: var(--font-family-has);
}

.content-value .portfolio-signpost:before {
  background: none repeat scroll 0 0 var(--eliant-blue);
}

.keyfact-wrapper .keyfact-items .keyfact-data {
  font-family: var(--font-family-has);
}

.keyfact-wrapper .keyfact-items .keyfact-text {
  font-family: var(--font-family-has);
}

/*--------------  content with keyfact ends -----*/
/*--------------  quote with image starts-----*/
.quoteWithImage .quote-text {
  font-family: var(--font-family-has);
}

.quoteWithImage .member-name {
  font-family: var(--font-family-has);
}

.threeColSignpostWrapper .three-col-signpost-item .signpost-heading {
  font-family: var(--font-family-has);
}

/*--------------  quote with image ends -----*/
/*--------------  location module starts -----*/
.locationItemWrapper .locationItem {
  border-top: 1px solid var(--eliant-blue);
}

.loc-address .loc-address-title {
  font-family: var(--font-family-has);
}

/*--------------  location module ends -----*/
/*--------------  inquiry module starts -----*/
.inquiry-address p {
  font-size: 1.5rem;
  line-height: 2.2rem;
}

.inquiry-address a[href^='mailto'] {
  color: var(--eliant-blue);
  font-family: var(--font-family-has);
}

.inquiry-address .inquiry-address-title {
  font-family: var(--font-family-has);
}

.inquiry-address a[href^='mailto']:focus {
  color: var(--eliant-blue);
}

body.microsite-template #contentwrapper .inquiry-address a {
  font-size: 1.5rem;
  line-height: 2.2rem;
}

/*--------------  inquiry module ends -----*/
/*--------------  Distributions Module starts -----*/
.distributions-landing .small-font {
  font-family: var(--font-family-has);
}

.distribution_chart_inner .bar-item.last {
  font-family: var(--font-family-has);
}

/*--------------  Distributions Module ends -----*/
/*--------------  Alert starts -----*/
#alertWrapper .alert_inner > p > a {
  font-family: var(--font-family-has);
}

/*--------------  Alert ends -----*/
/*-------------- cookie starts -----*/
#_cookieConsentWrapper {
  background: rgba(75, 144, 199, 0.9);
}

#_cookieConsentWrapper .cookie_inner > p a {
  font-family: var(--font-open-sans-bold);
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2.5rem;
}

#_cookieConsentWrapper #cookie-agree {
  background: var(--white);
  color: var(--eliant-blue);
  font-family: var(--font-family-has);
}

#_cookieConsentWrapper #cookie-agree:hover,
#_cookieConsentWrapper #cookie-agree:focus {
  background-color: var(--eliant-blue);
  color: var(--white);
}

/*--------------  cookie ends -----*/
/*--------------  meet apollo team starts -----*/
.meet-team-item .meet-team-content .meet-team-title {
  font-family: var(--font-family-has);
}

.animated_graph_inner .bar-item.first .bar_label,
.animated_graph_inner .bar-item.last .bar_label {
  font-family: var(--font-family-has);
}

.animated_graph_inner .bar-item.first .bar_value,
.animated_graph_inner .bar-item.last .bar_value {
  font-family: var(--font-family-has);
}

.mob-animated_graph_inner .bar-item .bar_label {
  font-family: var(--font-family-has);
}

.mob-animated_graph_inner .bar-item .bar_value {
  font-family: var(--font-family-has);
}

.mob-animated_graph_inner .bar-item.first .bar_value,
.mob-animated_graph_inner .bar-item.last .bar_value {
  font-family: var(--font-family-has);
}

/*--------------  meet apollo team ends -----*/
/*--------------  careers starts -----*/
body#ip3-careers #your-experience-at-apollo .half-content-wrapper a.search-opportunities {
  border: 1px solid var(--eliant-blue);
  color: var(--eliant-blue);
}

body#ip3-careers #your-experience-at-apollo .half-content-wrapper a.search-opportunities:hover {
  background-color: var(--eliant-blue);
}

/*--------------  careers ends -----*/
.top-links .rad-loginBtnChild {
  border: 1px solid var(--eliant-blue);
}

.top-links .rad-loginBtnChild a:hover,
.top-links .rad-loginBtnChild a:focus,
.top-links .rad-loginBtnChild a:active {
  background-color: var(--eliant-blue);
}

.white-popup ul li:before {
  color: var(--eliant-blue);
}

/*--------------  Disclaimer starts -----*/
input#DisclaimerAcceptButton,
#DisclaimerDeclineButton {
  border: 1px solid var(--eliant-blue);
  color: var(--eliant-blue);
}

input#DisclaimerAcceptButton:hover,
#DisclaimerDeclineButton:hover {
  background-color: var(--eliant-blue);
}

/*-------------- Disclaimer ends -----*/
/*--------------  Start - Highchart - Pie chart with popup styling -----*/
h2.chart-title {
  font-family: var(--font-family-has);
}

.legend-popup p {
  font-family: var(--font-family-has);
}

.hichartDataValue {
  font-family: var(--font-family-has);
}

.hichartDataValue span.txt {
  font-family: var(--font-family-has);
}

span.chart-total {
  font-family: var(--font-family-has);
}

/*-------------- End - Highchart - Pie chart with popup styling -----*/
/*Hybrid Creative Module start*/
.hybridCreativeModule h3 {
  font-family: var(--font-family-has);
}

/*-------------- Hybrid Creative Module ends -----*/
/*----- Module - Wealth Management starts -----*/
.video-wrapper-background h3 {
  font-family: var(--font-family-has);
}

.video-wrapper-background .video-desc-wrap .video-text {
  font-family: var(--font-family-has);
}

.wms-wrapper .item-content .item-content-title {
  font-family: var(--font-family-has);
}

.wms-wrapper .item-content .item-content-description {
  font-family: var(--font-family-has);
}

/*----- Module - Wealth Management ends -----*/
.career-slider-wrapper .buttonPopup {
  color: var(--eliant-blue);
  font-family: var(--font-family-has);
}

.featured-news-wrapper-item .title-bottom {
  font-family: var(--font-family-has);
}

.chapter-module.module-featured-story .featured-story-image {
  margin-top: 30px;
}

/*----- Module - Feature Stories starts  -----*/
.module-featured-story .featured-story-label p {
  font-family: var(--font-family-has);
}

.featured-story-title {
  font-family: var(--font-family-has);
}

/*----- Module - Feature Stories ends  -----*/
/*----- Module - Infographic starts  -----*/
.infographic-box-wrapper .infographic-title h3 {
  font-family: var(--font-family-has);
}

.infographic-content p {
  font-family: var(--font-family-has);
}

/*----- Module - Infographic ends  -----*/
.left-content-white .content-text-img p {
  font-family: var(--font-family-has);
}

/*----- Module - Chapter stats starts  -----*/
.chptr-stats-item-wrapper .chptr-key-value {
  font-family: var(--font-family-has);
}

/*----- Module - Chapter stats ends  -----*/
.chart-title.two-line-heading {
  font-family: var(--font-family-has);
}

/*----- Module - Chapter Small Stats starts -----*/
.module-chapter-small-stats .chptr-small-stats-item-wrapper {
  font-family: var(--font-family-has);
}

/*----- Module - Chapter Small Stats ends -----*/
/*-----  Module Chapter Stats -----*/
.module-chapter-stats .chptr-stats-item-wrapper p span.rad-border {
  font-family: var(--font-family-has);
}

/*------ module-chapter-vertical-stats----*/
.module-chapter-vertical-stats .col-sm-4 .chptr-vstats-item .chptr-bottom-txt p {
  font-family: var(--font-family-has);
}

.module-chapter-vertical-stats .col-sm-4 .chptr-vstats-item .chptr-key-value p {
  color: var(--eliant-blue);
  font-family: var(--font-family-has);
}

.module-chapter-vertical-stats .col-sm-7 .chptr-vstats-item .chptr-top-txt p {
  font-family: var(--font-family-has);
}

.module-chapter-vertical-stats .col-sm-7 .chptr-vstats-item .chptr-key-value p {
  color: var(--eliant-blue);
  font-family: var(--font-family-has);
}

.module-chapter-vertical-stats .col-sm-7 .chptr-vstats-item .chptr-bottom-txt p {
  font-family: var(--font-family-has);
}

/*------ module-chapter-vertical-ends----*/
/*------- module-chapter-highlights-stats-----------*/
.module-chapter-highlights-stats
  .row
  .chptr-highlights-stats-item-wrapper
  .chptr-highlight-stats-bottom-text.highlighted-chptr-stats-text
  p {
  font-family: var(--font-family-has);
}

.module-chapter-highlights-stats .chptr-highlights-stats-item-wrapper .chptr-key-value p {
  font-family: var(--font-family-has);
}

.module-chapter-highlights-stats
  .chptr-highlights-stats-item-wrapper
  .chptr-highlight-stats-bottom-text
  p {
  font-family: var(--font-family-has);
}

.career-slider-wrapper.Our-People-Wrapper .videoIconImagePopup {
  cursor: pointer;
}

/*------- module-chapter-highlights-ends-----------*/
/*----- Our business new menu updates starts -----*/
.header-toppad .topnavigation > ul > li#nav-our-business-level1:focus-within .Menu-Wrap {
  height: auto;
}

.topnavigation li#nav-our-business-level1 .hedermenuSignpostItem .signpostRight:before {
  height: 310px;
}

/*----- Our business new menu updates ends -----*/
/*----- Governanve Leadership starts  -----*/
.governance-leadership .member-item-content .member-title {
  font-family: var(--font-family-has);
}

#contentwrapper .governance-leadership li.icon-board-of-director:before,
.governance-leadership-category ul.drp-list li a[data-itemname='board-of-director']:before {
  color: var(--eliant-blue);
}

.governance-leadership-category ul.filter-department.drp-list li a {
  font-family: var(--font-family-has) !important;
}

.governance-leadership-category ul.filter-department.drp-list li a:hover {
  color: var(--eliant-blue) !important;
  font-family: var(--font-family-has) !important;
}

#contentwrapper .governance-leadership .accordion-inner-wrapper ul li {
  font-family: var(--font-family-has) !important;
}

.bodWrapper.governance-leadership .accordion-inner-wrapper .accordion-image-wrapper:before {
  background-color: var(--eliant-blue);
}

.accordionWrap.mod-common-pad.hide-images .accordion-image-wrapper {
  border-bottom: 6px solid var(--eliant-blue);
}

/*----- Governanve Leadership ends  -----*/
/*---------- our business landing module starts  ----------*/
.our-business-landing-module-wrapper p.title-bottom {
  font-family: var(--font-family-has);
}

.our-business-landing-module-wrapper .our-business-landing-links-title {
  font-family: var(--font-family-has);
}

.our-business-landing-module-wrapper .our-business-landing-links-data ul li a {
  border: 1px solid var(--eliant-blue);
}

.our-business-landing-module-wrapper .our-business-landing-links-data ul li a:hover,
.our-business-landing-module-wrapper .our-business-landing-links-data ul li a:focus {
  background-color: var(--eliant-blue);
}

/*---------- our business landing module ends  ----------*/
/*---------- Module - Hybrid Value Image Content starts  ----------*/
.module-hybrid-value-image-content-wrapper .box-title-value-desc {
  font-family: var(--font-family-has);
}

.module-hybrid-value-image-content-wrapper .box-value-text {
  font-family: var(--font-family-has);
}

/*---------- Module - Hybrid Value Image Content ends  ----------*/
/*---------- Risk Return Spectrum Accordion Module -- Image and text variation starts  ----------*/
.risk-return-accordion-top-content-wrapper .risk-return-accordion-top-content {
  font-family: var(--font-family-has);
}

.risk-return-accordion-bottom-content-wrapper .risk-return-accordion-bottom-content {
  font-family: var(--font-family-has);
}

.is-colored-heading .risk-return-accordion-content-item.isheading {
  font-family: var(--font-family-has);
}

/*---------- Risk Return Spectrum Accordion Module -- Image and text variation ends  ----------*/
/*---------- Module - Counter Boxes starts  ----------*/
.counter-boxes-module-wrapper .counter-boxes-module .item-col .module-counter-boxes-item:before {
  font-family: var(--font-family-has);
}

.counter-boxes-module-wrapper .counter-box-item-heading {
  font-family: var(--font-family-has);
}

.counter-boxes-module-wrapper .module-counter-boxes-item .small-title {
  font-family: var(--font-family-has);
}

/*---------- Module - Counter Boxes ends  ----------*/
/*---------- Module - Values starts ----------*/
.module-values-wrapper .module-values .item-col .values-item-heading {
  font-family: var(--font-family-has);
}

.module-values-wrapper .module-vlaues-bg p.heading {
  font-family: var(--font-family-has);
}

/*---------- Module - Values ends ----------*/
/*---------- Module - Private Equity Infographic starts ----------*/
.module-private-equity-infographic .infographic-column-content-title {
  font-family: var(--font-family-has);
}

.module-private-equity-infographic .bottom-content-wrapper .bottom-content-title {
  font-family: var(--font-family-has);
}

.module-private-equity-infographic .bottom-content-wrapper .bottom-content-value-details {
  font-family: var(--font-family-has);
}

.module-private-equity-infographic .infographic-column-content p span.rad-highlight {
  font-family: var(--font-family-has);
}

/*---------- Module - Private Equity Infographic ends ----------*/
/*---------- Module - New Real Estate starts ----------*/
.module-new-real-estate .columns-titles-wrapper .columns-title {
  font-family: var(--font-family-has);
}

/*---------- Module - New Real Estate ends ----------*/
/*---------- New Investemet Oppourtunities Menu starts ----------*/
.topnavigation .hedermenuSignpostItem ul li.level3.haschildren > a span {
  font-family: var(--font-family-has);
}

/*---------- New Investemet Oppourtunities Menu ends ----------*/
/*---------- Our Business New Mneu updates starts ----------*/
.topnavigation
  .hedermenuSignpostItem
  ul#section-our-business-level2
  li.level2#nav-asset-management-level2 {
  border-bottom: 1px solid var(--menu-border-color);
}

.topnavigation .hedermenuSignpostItem ul#section-our-business-level2 li.level2 ul li.level3 {
  font-family: var(--font-family-has);
}

/*---------- Our Business New Mneu updates ends ----------*/
#contentwrapper .award-content-wrap .award-content > a,
.ip3-edit .award-content-wrap .award-content > a {
  font-family: var(--font-open-sans-bold);
  color: var(--black);
  font-size: 2rem;
  font-weight: 700;
}

.award-content .date {
  font-family: var(--font-family-open-sans);
  font-size: 1.8rem;
  font-weight: 400;
}

.award-content .award-desc,
.award-content .award-desc p {
  font-family: var(--font-family-open-sans);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9rem;
}

.award-content .award-desc a {
  font-family: var(--font-family-open-sans);
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: var(--primary-color-2);
}

.award-content .award-desc a:hover {
  text-decoration-line: underline;
}

/*---------- Our People and Insights module Enhancements starts ----------*/
.insights-bottom-section.insights-right-section .right-panel-wrapper > h3 {
  font-family: var(--font-family-has);
}

/*---------- Our People and Insights module Enhancements ends ----------*/
/*---------- Module - Homepage Signpost Box Starts--21-12-2021-C.S----------*/
.signpostWrap.Home .signpost-title.top,
.signpostWrap.Home .signpost-title.top a {
  font-family: var(--font-family-has);
}

.signpostWrap.Home .signpost-subtitle.top {
  font-family: var(--font-family-has);
}

.signpostWrap.Home .signpost-wrapper .signpost-content p a {
  color: var(--eliant-blue);
}

.signpostWrap.Home .home-twitter-social .twitter-feeds-title p {
  font-family: var(--font-family-has);
}

.signpostWrap.Home .twitter-bottom .twitter-bottom a {
  color: var(--eliant-blue);
}

/*---------- Module - Homepage Signpost Box ends--21-12-2021-C.S----------*/
/*--------------------------- Homepage Intro Content Module Starts ------------------------*/
.homepage-intro-content h2.introWrap-title,
.homeWrap .homepage-intro-content h2.introWrap-title,
.ip3-edit .homepage-intro-content h2.introWrap-title {
  color: var(--eliant-blue);
  font-family: var(--font-open-sans-light) !important;
  font-weight: 300;
  font-size: 4rem;
  line-height: 5.4rem;
}

.introWrap h2.introWrap-title {
  font-family: var(--font-family-has);
}

.homepage-intro-content .intro-text-wrapper .intro-text-content .intro-text a,
.introWrap .intro-text-wrapper .intro-text-content .intro-text a {
  color: var(--eliant-blue);
}

.homepage-intro-content .intro-text-wrapper .intro-text-content .intro-text a {
  font-size: 2.8rem;
}

.content-wrapper .content p:last-child {
  padding-bottom: 0;
}

/*--------------------------- Homepage Intro Content Module Ends ------------------------*/
/*---------------------- Stockholder Menu Enhancements and Structual Updates Starts -------------------*/
.signpostRight.mega-menu-block-with-bottom-link .mega-impact .report-wrap a {
  font-family: var(--font-family-has);
}

ul#section-stockholders-level2 li.level2:not(:first-child) {
  margin-left: 38%;
}

ul#section-stockholders-level2 li.level2:not(:first-child) a span {
  font-family: var(--font-family-has);
}

body#ip3-site-map
  div#contentwrapper
  ul#section-stockholders-level2
  li.level2:not(:first-child)
  a
  span {
  font-family: var(--font-open-sans);
}

/*---------------------- Stockholder Menu Enhancements and Structual Updates Ends -------------------*/
body#ip3-overview.ip3-apollo-asset-management-inc.ip3-stockholders #contentwrapper {
  min-height: 50vh !important;
}

#contentwrapper .governance-leadership li.icon-co-chair:before,
.governance-leadership-category ul.drp-list li a[data-itemname='co-chair']:before {
  color: var(--eliant-blue);
}

#contentwrapper
  .governance-leadership
  li.icon-sustainability-and-corporate-responsibility-committee:before,
.governance-leadership-category
  ul.drp-list
  li
  a[data-itemname='sustainability-and-corporate-responsibility-committee']:before {
  color: var(--eliant-blue) !important;
}

/*---------------------- Our People tagging functionality Enhancements starts -------------------*/
.insights-bottom-section.insights-right-section .right-panel-wrapper h3 a,
.module-related-articles .right-panel-wrapper h3 a {
  font-family: var(--font-family-has) !important;
}

/*---------------------- Our People tagging functionality Enhancements ends -------------------*/
/*---------------------- Eliant Site Enhancements Starts -------------------*/
/*---------- Site logo updates Starts ----------*/
div#logo img,
#mobi-logo img {
  max-width: 194px;
}

/*---------- Site logo updates Ends ----------*/
.introWrap.gradient-bg p {
  color: var(--white);
}

.intro-content-module p.rad-highlight-wrapper span {
  font-family: var(--font-open-sans-bold);
}

.content-wrapper .content span.rad-highlight,
.content-wrapper .content span.rad-color-1 {
  color: var(--secondary-color-3);
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 3.8rem;
  font-style: normal;
}

.content-module-wrapper .intro-content h3 {
  color: var(--eliant-blue);
}

.content-wrapper .content span.rad-color-1 {
  color: var(--secondary-color-7);
}

.introWrap .rad-highlight-wrapper {
  padding-bottom: 10px;
}

.introWrap .rad-highlight-description {
  padding-bottom: 35px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  /*font-size: 2rem;
  line-height: 1.5;*/
  letter-spacing: -0.01px;
  font-family: var(--font-open-sans-light);
}

.introWrap h2.introWrap-title {
  font-weight: bold;
  line-height: normal;
}

.quotes-module-wrapper .link-wrapper .btn {
  margin-top: 0;
}

.quotes-module-wrapper .quotes-text-in {
  font-family: var(--font-open-sans-bold);
}

/*---------- logo images updates starts ----------*/
.content-module-wrapper .intro-content.logo-images {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-module-wrapper .intro-content.logo-images p {
  padding-bottom: 0;
}

/*---------- logo images updates starts ----------*/
.content-module-wrapper .intro-content.infographic-center-image p img {
  margin: 0 auto;
}

.content-module-wrapper .intro-content p:last-child,
.content-module-wrapper .intro-content p.rad-small-wrapper:last-child {
  padding-bottom: 0;
}

.info-graph-wrapper .info-graphic img {
  margin: 0 auto;
}

.intro-section h1 {
  font-family: var(--font-open-sans-semibold) !important;
  font-weight: 600;
  color: var(--eliant-blue);
  /*letter-spacing: 0.01px;
  line-height: normal;*/
  /*margin-bottom: 21px;*/
  padding-top: 0;
}

.footer-content-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.content-module-wrapper .intro-content .rad-highlight-wrapper {
  padding-bottom: 0;
  color: var(--eliant-blue);
  font-family: var(--font-open-sans-bold);
  font-size: 1.8rem;
  font-weight: 700;
}

.content-module-wrapper .intro-content .rad-highlight-description {
  /*padding-bottom: 10px;*/
}

.content-module-wrapper .content-module-title {
  font-weight: bold;
  color: var(--eliant-blue);
  margin-bottom: 25px;
  font-size: 2.8rem;
  line-height: 3.8rem;
  letter-spacing: normal;
}

ul:last-child {
  margin-bottom: 0;
}

ul li:last-child {
  padding-bottom: 0;
}

.introWrap[style*='background-color: rgb'] h2,
.introWrap.gradient-bg h2 {
  color: var(--secondary-color-7);
  margin-bottom: 25px;
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: 700;
  font-family: var(--font-open-sans-bold) !important;
}

.introWrap[style*='background-color: rgb'] h2:after,
.introWrap.gradient-bg h2:after {
  background: var(--white);
}

.introWrap[style*='background-color: rgb'] li,
.introWrap.gradient-bg {
  color: var(--white);
  /*padding-bottom: 10px;*/
}

.introWrap[style*='background-color: rgb'] li:before,
.introWrap.gradient-bg li:before {
  color: var(--white) !important;
}

div.contact-form {
  padding: 60px 0;
}

#bannerwrapper.inner-banner-top.small {
  min-height: 190px;
}

.small + .inner-banner {
  display: none !important;
}

a[href^='tel:'] {
  color: var(--eliant-blue) !important;
  cursor: pointer;
}

a[href^='tel:']:hover,
a[href^='tel:']:focus {
  text-decoration: underline !important;
  color: var(--eliant-blue) !important;
}

.singleColWrapper h2 {
  font-weight: bold;
  color: var(--eliant-blue);
}

.singleColWrapper h1.single-column-heading {
  /*display: none;*/
}

.singleColWrapper {
  padding: 60px 0;
}

.singleColWrapper p:last-child {
  /*padding-bottom: 0;*/
}

.singleColWrapper ul.no-bullet li:before {
  display: none !important;
}

.content-module-wrapper .intro-content span.rad-left {
  /*font-size: 2.4rem;
  line-height: 3.6rem;*/
}

.in-the-news-landing .in-the-news-wrapper .news-list-section-wrapper {
  display: none;
}

.in-the-news-landing .in-the-news-wrapper {
  /*padding-top: 30px;*/
}

.in-the-news-landing .inquiryItemWrapper > h2 {
  font-weight: bold;
  color: var(--eliant-blue);
}

.topnavigation ul li.level1.last {
  padding-right: 0 !important;
}

.in-the-news-landing .in-the-news-wrapper .award-content-wrap .award-img {
  display: none;
}

.pr-archive-wrapper .newsWrapper .in-the-news-wrap {
  padding: 0;
}

.in-the-news-landing a.hide.insight-leadership {
  display: block;
}

.intro-content.space-after-text-and-right-logo {
  padding-bottom: 30px;
}

.content-module-wrapper .intro-content a:focus {
  color: var(--eliant-sky-blue) !important;
}

.in-the-news-landing .inquiriesModule .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/*---------- Contact form updates starts ----------*/
/*.home-section.contact-section{padding-top:112px;padding-bottom:76px;}*/
.home-section.contact-section h2 {
  margin-bottom: 0px;
}

.home-section.contact-section .section-subtitle p {
  font-size: 2.1rem;
  line-height: 33px;
  color: #003856;
  text-transform: uppercase;
  font-family: 'Cinzel', serif;
  font-weight: 400;
  letter-spacing: 3.4px;
}

.contact-form {
  /*margin-top:20px;margin-bottom:46px;*/
}

.contact-form label {
  font-size: 1.3rem;
  line-height: 16px;
  color: var(--black);
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1.4px;
  margin-bottom: 6px;
}

.contact-form label.error {
  text-transform: lowercase;
  color: red;
  position: absolute;
  font-size: 14px;
  letter-spacing: 0;
}

.contact-form label.error::first-letter {
  text-transform: uppercase;
}

.contact-form input[type='text'],
.home-section.contact-section .contact-form textarea {
  background: var(--white);
  border: 1px solid var(--white);
  color: var(--black);
  padding: 10px;
  width: 100%;
}

.contact-form textarea {
  resize: none;
  min-height: 395px;
  border: 1px solid var(--white);
  width: 100%;
}

.contact-form input[type='submit'] {
  margin-top: 29px;
}

.contact-form .form-field {
  position: relative;
  margin-bottom: 25px;
}

.contact-form .form-field.textareafield {
  min-height: 395px;
}

.contact-form .form-field input.error,
.contact-form .form-field textarea.error {
  border: 1px solid red !important;
}

.contact-form .form-field span {
  position: absolute;
  bottom: -23px;
  left: 0;
  font-size: 1.4rem;
}

.contact-form .form-field.textareafield span {
  bottom: -21px;
}

.contact-form .half-width .form-field:nth-child(even) span {
  left: 23px;
}

.contact-form .half-width .form-field {
  float: left;
  width: 50%;
}

.contact-form .form-field.full-width {
  width: 100%;
  padding-right: 0 !important;
}

.contact-form .half-width .form-field:nth-child(odd) {
  padding-right: 23px;
}

.contact-form .half-width .form-field:nth-child(even) {
  padding-left: 23px;
}

.contact-form .captcha-field > div {
  background: rgba(0, 0, 0, 0) !important;
}

.contact-form .form-field textarea.errorClass,
.contact-form .form-field input.errorClass {
  border: 1px solid #f00 !important;
}

.home-section.contact-section .bottom-content p {
  font-size: 1.3rem;
  line-height: 2.6rem;
  color: #003856;
  font-weight: 400;
  letter-spacing: 2.1px;
}

.home-section.contact-section .bottom-content .rad-caption {
  font-weight: 600;
}

input.form-submit-btn {
  font-family: var(--font-open-sans-extra-bold);
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: var(--white);
  background: var(--eliant-blue);
  padding: 17px 27px;
  border: none;
  min-width: auto;
  transition: 0.5s;
}

input.form-submit-btn:hover,
input.form-submit-btn:focus {
  background: var(--search-btn) !important;
}

/*---------- Contact form updates ends ----------*/
/*---------------------- Eliant Site Enhancements Ends -------------------*/
/*---------------------- Self Serve Enhancements Starts -------------------*/
.content-module-wrapper
  .intro-content.logo-images
  .scWebEditInput.scEnabledChrome[contentEditable='true'] {
  display: flex;
  justify-content: space-between !important;
  align-items: center;
  width: 100%;
}

.ip3-edit .topnavigation ul li.level1 {
  pointer-events: auto;
}

.ip3-edit .captcha-field {
  display: none;
}

/*---------------------- Self Serve Enhancements Ends -------------------*/
/*---------------------- Featured Story module style starts -------------------*/
.featured-story-image-caption p {
  font-family: var(--font-family-has);
}

/*---------------------- Featured Story module style ends  -------------------*/
/*---------------------- Varations in Module - Content With Keyfact starts  -------------------*/
.left-content-white .content-text-img h2 {
  font-family: var(--font-family-has);
}

/*---------------------- Varations in Module - Content With Keyfact ends  -------------------*/
/*---------------------- Chapter stats with highlighted center content starts  -------------------*/
.module-chapter-highlights-stats-four .chptr-key-value {
  font-family: var(--font-family-has);
}

.module-chapter-highlights-stats-four .chptr-highlight-stats-bottom-text {
  font-family: var(--font-family-has);
}

/*---------------------- Chapter stats with highlighted center content ends  -------------------*/
.rad-bold {
  font-family: var(--font-family-has);
}

.intro-text-wrapper .intro-text-content p {
  font-family: var(--font-family-open-sans);
}

.introWrap .footnote-content strong {
  font-family: var(--font-family-open-sans-bold);
}

.half-content-wrapper .half-content .rad-header {
  font-family: var(--font-family-open-sans);
}

#contentwrapper .share > a {
  font-size: 1.4rem;
  line-height: 3.2rem;
  text-decoration: none;
  font-weight: bold;
  background: url(/content/dam/microsites/elianttrade/icons/eliant-trade-share-icon-blue.svg) no-repeat;
  background-position: 50px 0px;
  color: var(--eliant-blue);
}

#contentwrapper .share > a:hover {
  background: url(/content/dam/microsites/elianttrade/icons/eliant-trade-share-icon-click-blue.svg) no-repeat;
  background-position: 50px 0px;
}

#contentwrapper .share > a:focus {
  outline: 1px solid var(--eliant-blue);
}

.accordion-wrapper .accordion-title {
  font-family: var(--font-family-has);
}

.details-inner .bod-content-title {
  font-family: var(--font-family-has);
}

/*---------------------- BOD Detail starts  -------------------*/
.bio-title {
  font-family: var(--font-family-has);
}

.leadership-detail .details-inner p:first-child {
  font-family: var(--font-family-has);
  font-size: 2.4rem;
  line-height: 3.6rem;
}

.leaders-list {
  font-family: var(--font-family-has);
}

.sliderMember .banner-normal-text {
  font-family: var(--font-family-has);
}

/*---------------------- BOD Detail ends  -------------------*/
/*---------------------- Insights Landing starts  -------------------*/
.insight-banner-text {
  font-family: var(--font-family-has);
}

.insight-banner-content {
  font-family: var(--font-family-has);
}

.insights-main .insights-top-section .counter3 {
  display: none;
}

.insights-top-section {
  padding-top: 42px;
}

.insights-main .insight-title > p {
  font-family: var(--font-family-has);
}

.insights-main .article-author span,
.insights-main .article-author p,
.article-link {
  font-family: var(--font-family-has);
}

.insights-main .article-author p {
  font-family: var(--font-family-has);
}

.twitter-name a {
  background: url(/content/dam/microsites/elianttrade/icons/twitter) no-repeat;
  background-size: 100%;
}

.twitter-feeds-title p a {
  font-family: var(--font-family-has);
}

.twitter-feeds-title p a:hover {
  text-decoration: underline !important;
}

.twitter-feeds-title.processed img {
  height: 180px;
}

.homeWrap .twitter-feeds-title.processed img {
  width: 315px;
  padding: 20px 0 0 0;
}

.article-social {
  font-family: var(--font-family-has);
}

.insights-bottom-section .article-main .insight-title h3 {
  font-family: var(--font-family-has);
}

.insights-banner-content a.banner-button:after {
  content: '';
  background-image: url(/content/dam/microsites/elianttrade/icons/right-arrow-icon.svg);
}

/*---------------------- Insights Landing ends  -------------------*/
/*---------------------- Insights Detail starts  -------------------*/
.insights-detail-wrap .insight-title > p {
  font-family: var(--font-family-has);
}

.insights-detail-wrap .article-author span {
  font-family: var(--font-family-has);
}

.article-desc p:first-child {
  font-family: var(--font-family-has);
}

.article-desc ul > p.rad-bold {
  font-family: var(--font-family-has);
}

/*---------------------- Insights Detail ends  -------------------*/
/*---------------------- Employees section starts  -------------------*/
table.sort-table th.sorting span {
  background-image: url('/content/dam/microsites/elianttrade/icons/sort-order-icon.svg');
  background-repeat: no-repeat;
  background-position: 100% 60%;
}

table.sort-table th.sorting_desc span {
  background-image: url('/content/dam/microsites/elianttrade/icons/sort-order-icon.svg');
  background-repeat: no-repeat;
  background-position: 100% 60%;
}

table.sort-table th.sorting_asc span {
  background-image: url('/content/dam/microsites/elianttrade/icons/sort-order-icon.svg');
  background-repeat: no-repeat;
  background-position: 100% 60%;
}

.employee-list-table-wrapper a.emp-profile-popup {
  font-family: var(--font-family-has);
}

span.drp-list,
span.drp-list a {
  font-family: var(--font-family-has);
}

span.drp-list:after {
  background: url(/content/dam/microsites/elianttrade/icons/dropdown-closed-icon.svg) no-repeat;
  content: '';
  background-size: 100%;
}

.filter-inner-wrapper ul.drp-list li > a {
  font-family: var(--font-family-has);
}

.filter-section-wrapper #ui-id-1.ui-autocomplete.ui-menu .ui-menu-item a,
.filter-section-wrapper #ui-id-2.ui-autocomplete.ui-menu .ui-menu-item a {
  font-family: var(--font-family-has);
}

.emp-filter-click,
.news-filter-click {
  background: url('/content/dam/microsites/elianttrade/icons/search-icon.svg') no-repeat;
  background-size: 15px 15px;
}

/*---------------------- Employees section ends  -------------------*/
/*---------------------- Positions section starts  -------------------*/
.positions-filter-wrapper .filter-title {
  font-family: var(--font-family-has);
  background: url('/content/dam/microsites/elianttrade/icons/filter-shape.png') no-repeat;
}

.positions-filter-item input[type='checkbox']:checked ~ label span {
  font-family: var(--font-family-has);
}

.positions-filter-wrapper .show-all-link a {
  font-family: var(--font-family-has);
}

.positions-filter-item .inner {
  background: url('/content/dam/microsites/elianttrade/icons/checked.png');
  background-size: cover;
}

/*---------------------- Positions section ends  -------------------*/
/*---------------------- Data tables pagination starts  -------------------*/
.dataTables_paginate a.previous,
.dataTables_paginate a.next {
  font-family: var(--font-family-has);
}

.dataTables_paginate > span > a.paginate_button,
.dataTables_paginate > span > span.ellipsis,
.dataTables_paginate a.previous.disabled,
.dataTables_paginate a.next.disabled,
.dataTables_paginate a.paginate_button.current {
  font-family: var(--font-family-has);
}

/*---------------------- Data tables pagination starts ends  -------------------*/
/*---------------------- Portfolio module - start  -------------------*/
.portfolio-wrapper .portfolio-details {
  font-family: var(--font-family-has);
}

.logo-list-module .categories {
  font-family: var(--font-family-has);
}

.logo-list-module .portfolio-title {
  font-family: var(--font-family-has);
}

.case-studies-wrapper .case-study-item .case-study-title {
  font-family: var(--font-family-has);
}

.third-level-nav ul li > span {
  font-family: var(--font-family-has);
}

/*---------------------- Portfolio module - start ends  -------------------*/
/*---------------------- PR - Events  start  -------------------*/
.event-subject-wrapper a {
  font-family: var(--font-family-has);
}

.event-item .event-subject-wrapper {
  font-family: var(--font-family-has);
}

.sitesearchpagination .previous span,
.sitesearchpagination .previous a,
.sitesearchpagination .next a,
.sitesearchpagination .next span,
.sitesearchpagination .xofytext,
.sitesearchpagination ul li a,
.sitesearchpagination ul li {
  font-family: var(--font-family-open-sans) !important;
}

.sitesearchpagination .previous,
.sitesearchpagination .next {
  font-family: var(--font-family-open-sans);
}

.page-introtext p {
  font-family: var(--font-family-open-sans);
}

/*---------------------- PR - Events ends ------------*/
/*---------------------- Chart starts ------------*/
.chart-wrapper .chart-title {
  font-family: var(--font-family-has);
}

.chartwrap .chart-inner-html .chart-inner-text {
  font-family: var(--font-family-has);
}

div.highcharts-legend .highcharts-legend-item > span > .keyfigure-title {
  font-family: var(--font-family-has);
}

.rn-items p {
  font-family: var(--font-family-has);
}

.market-value {
  font-family: var(--font-family-has);
}

/*---------------------- Chart ends ------------*/
/*---------------------- Document Item Module starts ------------*/
.feature-podcast-wrapper img {
  width: 350px;
  margin-top: 5px;
}

.largeSignpostWrap .left-col .date {
  font-family: var(--font-family-has);
}

/*---------------------- Document Item Module ends ------------*/
/*---------------------- bod without image starts ------------*/
.bodwrap .bod-item-heading {
  font-family: var(--font-family-has);
}

.bodwrap .mobi-bod-title,
.bodwrap .mobi-bod-designation,
.bodwrap .mobi-bod-title {
  font-family: var(--font-family-has);
}

/*---------------------- bod without image ends ------------*/
/*---------------------- Intro Module starts ------------*/
.intro-section {
  padding-bottom: 40px;
  display: inline-block;
  width: 100%;
}

.intro-section p {
  font-family: var(--font-open-sans);
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.7rem;
  /*font-size: 1.8rem;
  line-height: 2.5rem; */
}

.intro-section p:last-child {
  padding-bottom: 0;
}

.intro-border {
  border-top: 1px solid var(--light-gray);
}

.top-intro > p {
  font-family: var(--font-family-has);
}

.two-box-intro .intro-title {
  font-family: var(--font-family-open-sans);
}

.two-box-intro .intro-desc {
  font-family: var(--font-family-open-sans);
}

.innerpage-intro h1,
h1.in-the-news-heading,
h1.rad-introtext,
.singleColWrapper h1.single-column-heading {
  font-family: var(--font-open-sans-semibold) !important;
  font-weight: 600;
  color: var(--eliant-blue);
  margin: 0;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--light-gray);
}

#twocolright h1,
#twocol-wrapper h1 {
  font-family: var(--font-open-sans-semibold) !important;
  font-weight: 600;
  color: var(--eliant-blue);
  margin-bottom: 25px;
}

/*---------------------- Intro Module ends ------------*/
/*---------------------- Career Footer starts ------------*/
.career-footer-wrapper:after {
  width: 100%;
  right: -50%;
}

.career-footer-wrapper p.career-footer-head {
  font-family: var(--font-family-open-sans);
}

/*---------------------- Career Footer ends ------------*/
/*---------------------- Career Tabs Module starts ------------*/
.tabs-listing ul li span {
  font-family: var(--font-family-has);
}

.tab-sub-title {
  font-family: var(--font-family-has);
}

.tabs-listing a {
  font-family: var(--font-family-has);
}

body#ip3-careers .tabs-listing ul li span {
  font-family: var(--font-family-has);
}

.Tab-Number .tabs-listing ul > li > a > span:before {
  font-family: var(--font-family-has);
}

.c-quote p {
  font-family: var(--font-family-has);
}

/*---------------------- Career Tabs Module ends ------------*/
p.location-title {
  font-family: var(--font-family-has);
}

/*---------------------- Content Module starts ------------*/
.content-module-wrapper {
  padding: 60px 0;
}

.content-module-wrapper .intro-content.logo-images {
  padding-top: 0;
}

.content-module-wrapper .intro-content ul li {
  padding-bottom: 10px;
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.content-module-wrapper .intro-content a {
  font-family: var(--font-open-sans);
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #0f6596;
}

.intro-content-module .introWrap-title {
  font-family: var(--font-family-has);
}

body#ip3-overview .intro-content-module .introWrap-title {
  font-family: var(--font-family-has);
}

.content-module-wrapper .intro-content table tbody tr td:nth-child(2n),
.content-module-wrapper .intro-content table tbody tr td:nth-child(3n) {
  font-family: var(--font-family-has);
}

ul.rad-list li {
  font-family: var(--font-family-has);
}

.content-module-wrapper .intro-content ul.rad-list li p {
  font-family: var(--font-family-has);
}

/*---------------------- Content Module ends ------------*/
/*---------------------- Video Gallery starts ------------*/
.video-quote > p {
  font-family: var(--font-family-has);
}

.thumb-hover {
  font-family: var(--font-family-has);
}

.video-gallery .video-popup-link:after {
  background: url(/content/dam/microsites/elianttrade/icons/gallery-play-icon) no-repeat;
  background-size: auto;
}

#contentwrapper .video-gallery .video-player a.video-popup-link:focus:after {
  background: url(/content/dam/microsites/elianttrade/icons/gallery-play-icon) no-repeat;
}

/*---------------------- Video Gallery ends ------------*/
/*---------------------- Video Module starts ------------*/
.video-copy-module h3 {
  font-family: var(--font-family-has);
}

.video-copy-module .video-popup-link:after {
  background: url(/content/dam/microsites/elianttrade/icons/video-play) no-repeat !important;
  background-size: auto;
}

.video-copy-module .video-popup-link:focus:after {
  background: url(/content/dam/microsites/elianttrade/icons/video-play) no-repeat !important;
  background-size: auto;
}

/*---------------------- Video Module ends ------------*/
/*---------------------- quotes-module-wrapper starts ------------*/
.quotes-module-wrapper .quotes-text {
  font-size: 2.8rem;
  font-weight: 700;
  color: #004472;
  margin: 0 0 25px 0;
  font-family: var(--font-open-sans);
}

.quotes-module-wrapper .quotes-text:before {
  top: -15px;
}

.quotes-module-wrapper .quotes-text.no-top-border:before {
  display: none;
}

.quotes-name-position a span {
  font-family: var(--font-family-has);
}

@media screen and (min-width: 992px) {
    .quotes-module-wrapper .first-child {
        border-right: 1px solid #939597;
    }
}

@media screen and (max-width: 991px) {
    .quotes-module-wrapper .first-child {
        margin-bottom: 30px;
    }
}

/*---------------------- quotes-module-wrapper ends ------------*/
/*---------------------- Case Studies - Module starts ------------*/
.case-studies-module-wrapper .heading {
  font-family: var(--font-family-has);
}

.portfolio-highlights-wrapper .heading {
  font-family: var(--font-family-has);
}

.portfolio-highlights-item .portfolio-value {
  font-family: var(--font-family-has);
}

/*---------------------- Case Studies - Module ends ------------*/
/*---------------------- Insurance Diversified Solutions - Module starts ------------*/
.insurance-diversified-solutions-wrapper .heading {
  font-family: var(--font-family-has);
}

.insurance-diversified-solutions-wrapper .sub-heading {
  font-family: var(--font-family-has);
}

.risk-return-spectrum-accordion-module-wrapper .heading {
  font-family: var(--font-family-has);
}

.risk-return-spectrum-accordion-module-wrapper .sub-heading {
  font-family: var(--font-family-has);
}

.risk-return-directs {
  font-family: var(--font-family-has);
}

.risk-return-spectrum-accordion-item .accordion-item-heading {
  font-family: var(--font-family-has);
}

.risk-return-spectrum-accordion-item .accordion-item-heading > span,
.risk-return-spectrum-accordion-item .accordion-item-heading > b {
  font-family: var(--font-family-has);
}

.risk-return-spectrum-accordion-item .content-text {
  font-family: var(--font-family-has);
}

.risk-return-spectrum-accordion-item:after {
  content: '';
  background: url(/content/dam/microsites/elianttrade/icons/plus-icon-white.svg) no-repeat;
  transform: translateX(-50%);
}

.risk-return-spectrum-accordion-item.active:after {
  background: url(/content/dam/microsites/elianttrade/icons/minus-icon-white.svg) no-repeat;
}

.risk-return-spectrum-accordion-item:focus:after {
  background-image: url(/content/dam/microsites/elianttrade/icons/plus-icon-white.svg) !important;
}

.risk-return-spectrum-accordion-item.active:focus:after {
  background-image: url(/content/dam/microsites/elianttrade/icons/minus-icon-white.svg) !important;
}

/*---------------------- Insurance Diversified Solutions - Module ends ------------*/
/*---------------------- Private Equity Graph starts ------------*/
.private-equity-graph-module-wrapper .heading {
  font-family: var(--font-family-has);
}

/*---------------------- Private Equity Graph End ------------*/
@media all and (min-width: 991px) {
  #contentwrapper .graph-right-number li {
    font-family: var(--font-family-has);
  }

  .private-equity-graph-box {
    background: url('/content/dam/microsites/elianttrade/images/hybrid-value-fund-background.png') no-repeat;
    background-size: cover;
  }

  .graph-box-item-title {
    font-family: var(--font-family-has);
  }

  .graph-box-item-sub-title {
    font-family: var(--font-family-has);
  }

  .graph-box-item .plus-icon:before {
    content: '';
    background: url('/content/dam/microsites/elianttrade/icons/plus-icon-graph.svg') no-repeat;
    background-size: 100%;
  }

  .graph-box-item .plus-icon.active:before {
    background: url(/content/dam/microsites/elianttrade/icons/minus-icon-graph.svg) no-repeat;
    background-size: 100%;
  }

  .net-return-target {
    font-family: var(--font-family-has);
  }

  .time-horizon-years {
    font-family: var(--font-family-has);
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  #contentwrapper .graph-right-number li {
    font-family: var(--font-family-has);
  }

  .graph-box-item-title {
    font-family: var(--font-family-has);
  }

  .graph-box-item-sub-title {
    font-family: var(--font-family-has);
  }

  .net-return-target {
    font-family: var(--font-family-has);
  }

  .time-horizon-years {
    font-family: var(--font-family-has);
  }

  .private-equity-graph-box {
    background: url('/content/dam/microsites/elianttrade/images/hybrid-value-fund-background.png') no-repeat;
    background-size: cover;
  }

  .graph-box-item .plus-icon:before {
    content: '';
    background: url(/content/dam/microsites/elianttrade/icons/plus-icon-graph.svg) no-repeat;
    position: absolute;
    background-size: 100%;
  }

  .graph-box-item .plus-icon.active:before {
    background: url(/content/dam/microsites/elianttrade/icons/minus-icon-graph.svg) no-repeat;
    background-size: 100%;
  }
}

/*---------------------- Promo Module start ------------*/
.promo-text p {
  font-family: var(--font-family-has);
}

/*---------------------- Promo Module End ------------*/
/*---------------------- Investors Perspective start ------------*/
.heading {
  font-family: var(--font-family-has);
}

.investor-head {
  font-family: var(--font-family-has);
}

.middle-content span {
  font-family: var(--font-family-has);
}

.bottom-txt {
  font-family: var(--font-family-has);
}

/*---------------------- Investors Perspective End ------------*/
/*---------------------- Market Cycle Module starts ------------*/
.Market-head {
  font-family: var(--font-family-has);
}

.Market-subhead {
  font-family: var(--font-family-has);
}

.bottom-txt-m {
  font-family: var(--font-family-has);
}

/*---------------------- Market Cycle Module End ------------*/
/*---------------------- Info Graph start ------------*/
.info-graph-wrapper {
  padding: 60px 0;
}

/*---------------------- Info Graph End ------------*/
/*---------------------- Value Orientation start ------------*/
.value-top,
.value-content {
  font-family: var(--font-family-has);
}

.right-heading {
  font-family: var(--font-family-has);
}

.right-box-value {
  font-family: var(--font-family-has);
}

.right-middle-title {
  font-family: var(--font-family-has);
}

/*---------------------- Value Orientation End ------------*/
/*---------------------- Research Analyst Dropdown start ------------*/
.select-dropdown .button {
  font-family: var(--font-family-has);
}

.select-dropdown .analystname {
  font-family: var(--font-family-has);
}

.select-dropdown label {
  font-family: var(--font-family-has);
}

/*---------------------- Research Analyst Dropdown end ------------*/
/*---------------------- Sub Navigation start ------------*/
.Sub-Navigation-Wrapper.sticky-menu {
  top: 151px;
}

.sub-navigation ul li a,
.sub-navigation ul li a:focus {
  font-family: var(--font-family-has);
}

.sub-navigation ul li a:hover {
  color: #008969;
}

/*---------------------- Sub Navigation end ------------*/
/*---------------------- Tax Information Two Column start ------------*/
.stock-footer-left .left .stock-footer-head,
.stock-footer-right .right .stock-footer-head {
  font-family: var(--font-family-has);
}

.inquiry-address-text a[href^='tel:']:focus {
  color: #004472 !important;
  font-family: var(--font-family-has);
}

/*---------------------- Tax Information Two Column end ------------*/
/*---------------------- Featured News start ------------*/
.featured-news-wrapper-item .content-type {
  font-family: var(--font-family-has);
}

.featured-news-wrapper-item > .bottom a {
  font-family: var(--font-family-has);
}

/*---------------------- Featured News end ------------*/
/*---------------------- Awards Page start ------------*/
.award-title {
  font-family: var(--font-family-has);
}

.award-desc p:last-child,
.award-desc p a:last-child {
  padding-bottom: 0;
  color: var(--eliant-sky-blue);
}

/*---------------------- Awards Page end ------------*/
/*----------------------Our People Module start ------------*/
.Our-People-Wrapper {
  padding: 00px 0 40px;
}

.people-name {
  font-family: var(--font-family-has);
}

.people-quote {
  font-family: var(--font-family-has);
}

.Our-People-Wrapper .people-side-by-side .people-quote {
  font-family: var(--font-family-has);
}

/*----------------------Our People Module end ------------*/
.footer-link ul li {
  padding: 0 0 0 25px !important;
}

/*------------------------Module - Homepage Our Business Starts--------------------------*/
.Module-home-our-business .module-home-title h2 {
  font-family: var(--font-family-has);
}

.Module-home-our-business .module-home-row-one-title h2,
.Module-home-our-business .module-home-row-two-title h2 {
  font-family: var(--font-family-has);
}

.Module-home-our-business .module-home-row-one-title p,
.Module-home-our-business .module-home-row-two-title p {
  font-family: var(--font-family-has);
}

.Module-home-our-business
  .signpost-content-wrap
  .signpostWrap.module-landing
  .signpost-wrapper
  p.signpost-title.bottom {
  font-family: var(--font-family-has);
}

.Module-home-our-business
  .signpost-content-wrap
  .signpostWrap.module-landing
  .signpost-wrapper
  .signpost-content
  p {
  font-family: var(--font-family-has);
}

.Module-home-our-business
  .signpost-content-wrap
  .signpostWrap.module-landing
  .signpost-wrapper
  .signpost-content
  p
  a {
  font-family: var(--font-family-has);
}

.Module-home-our-business .module-home-row-two-title p span {
  font-family: var(--font-family-has);
}

.Module-home-our-business .module-home-row-two-title p span a {
  font-family: var(--font-family-has);
}

/*------------------------Module - Homepage Our Business ends--------------------------*/
.d_flex_updatedBannerTitle {
  min-height: 190px;
}

.d_flex_updatedBannerTitle h3.updatedBannerTitle {
  font-family: var(--font-family-has);
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer-link ul li:nth-child(6) {
    padding-left: 0 !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .header-toppad .topnavigation > ul > li:last-child {
    padding-right: 50px !important;
  }
}

.intro-content .rad-small,
.intro-content .rad-small a {
  font-size: 12px !important;
  line-height: 2rem !important;
  font-family: var(--font-open-sans) !important;
}

.intro-content .rad-small a {
  font-family: var(--font-open-sans);
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9rem;
}

.content-module-wrapper .intro-content p.rad-small-wrapper {
  padding-bottom: 10px;
}

p.contentPDF [class^='icon-'] {
  font-family: 'apollo-icons' !important;
  padding-right: 9px;
}

.autopullNewsModule h2 {
  padding-bottom: 20px !important;
}

.autopullNewsModule h2 a:hover:after {
  opacity: 0 !important;
}

.module-landing.autopullNewsModule {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.newsTitle p {
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  color: var(--black);
  font-family: 'Graphik SemiBold Web';
  padding-bottom: 5px;
}

.newsDate p {
  font-size: 1.4rem;
  line-height: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}

.newsDesc p {
  font-size: 1.4rem;
  line-height: 1.71;
}

.autopullNewsModule h2 a {
  font-family: 'adobe-garamond-pro';
}

.autopullNewsModule .newsDesc p a:hover:after {
  opacity: 0 !important;
}

.signpostWrap.Home .homeAutoPullNews .signpost-content {
  padding-bottom: 0px;
}

.signpostWrap.Home .homeSignpostBoxes .signpost-title.top {
  padding-top: 15px;
}

#ip3-Homepage p.signpost-subtitle,
#ip3-Homepage p.signpost-title {
  height: auto !important;
}

.career-footer-wrapper.margin-top-60 {
  margin-top: 60px;
}

.career-footer-wrapper.margin-bottom-60 {
  margin-bottom: 60px;
}

.portfolio-highlights-wrapper.margin-top-60 {
  margin-top: 60px;
}

.portfolio-highlights-wrapper.margin-bottom-60 {
  margin-bottom: 60px;
}

.history-slider.margin-top-60 {
  margin-top: 60px;
}

.history-slider.margin-bottom-60 {
  margin-bottom: 60px;
}

.insurance-diversified-solutions-wrapper.no-grey-background {
  background: transparent;
}

.intro-content-module .intro-text-wrapper .intro-text-content .intro-text h2:after {
  background: var(--light-gray);
}

.our-business-sub-link-wrapper.page-sub-links.padding-bottom-0 .our-business-sub-link-item {
  margin-bottom: 0;
}

.our-business-sub-link-wrapper.page-sub-links.no-grey-background {
  background: transparent;
}

.our-business-insights-sub-link-wrapper h2.title:after {
  background: var(--light-gray);
}

.our-business-sub-link-wrapper.our-business-insights-sub-link-wrapper.no-grey-background {
  background: transparent;
}

.case-studies-module-wrapper.no-grey-background {
  background: transparent;
}

.case-studies-module-wrapper.no-grey-background .case-studies-module {
  padding: 0;
}

.twocol-image-wrapper.no-background-gradient .twocol-image-container {
  background: none;
}

.intro-text-wrapper .intro-text-content img {
  margin: 6px 0 18px;
}

.intro-text-wrapper .intro-text-content p {
  color: var(--black);
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-family: 'adobe-garamond-pro';
  padding-bottom: 20px;
}

.intro-text-wrapper .intro-text-content {
  max-width: 635px;
}

.intro-text-wrapper.width100 .intro-text-content {
  max-width: 100%;
}

.introWrap .footnote-content {
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding-top: 20px;
}

.introWrap .footnote-content strong {
  color: var(--black);
  font-family: 'Graphik SemiBold Web';
}

.introWrap .introWrap-title {
  padding-bottom: 10px;
}

.content-wrapper {
  padding-bottom: 8px;
}

.content-wrapper .content {
  width: 635px;
}

.content-wrapper.width100 .content {
  width: 100%;
}

/*.content-wrapper .content span.rad-highlight,*/
.popup-content span.rad-highlight {
  font-style: italic;
}

.half-content-wrapper {
  margin-top: 3px;
}

.half-content-wrapper p > img {
  margin-top: 4px;
}

.half-content-wrapper .half-content {
  float: left;
  width: 50%;
}

.half-content-wrapper .half-content > h2 {
  padding-bottom: 26px;
}

.half-content-wrapper .half-content span.rad-highlight {
  font-style: italic;
}

.half-content-wrapper .content-left {
  padding-right: 15px;
}

.half-content-wrapper .content-right {
  padding-left: 15px;
}

.half-content-wrapper .half-content p {
  font-size: 1.5rem;
  line-height: 2.2rem;
}

.half-content-wrapper .half-content .rad-header {
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-family: 'Graphik SemiBold Web';
  display: block;
  padding-bottom: 21px;
}

.half-content-wrapper .half-content p {
  padding-bottom: 21px;
}

.half-content-wrapper .half-content ol:not(.no-bullet) {
  list-style-type: numeric;
  list-style-type: decimal;
  padding-left: 18px;
}

.half-content-wrapper .half-content ul,
.half-content-wrapper .half-content ol {
  margin: 0 0 21px;
}

.half-content-wrapper .half-content ul ul,
.half-content-wrapper .half-content ol ol {
  margin-bottom: 0;
}

.half-content-wrapper .half-content ul li,
.half-content-wrapper .half-content ol li {
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding-bottom: 10px;
}

#contentwrapper .half-content-wrapper .half-content ul li:before {
  font-size: 1rem;
  left: -9px;
  top: 0;
  color: #007d55;
}

.half-content-wrapper .half-content ul > li:last-child {
  padding-bottom: 0;
}

.half-content-wrapper .half-content ul.no-bullet > li::before {
  display: none !important;
}

.half-content-wrapper .half-content > ol:last-child,
.half-content-wrapper .half-content > ul:last-child {
  margin-bottom: 0;
}

.signpostWrap.Home.inner-page .image-wrapper-signpostWrap {
  position: relative;
  min-height: 921px;
  width: 100%;
  overflow: hidden;
}

.signpostWrap.Home.inner-page .image-wrapper-signpostWrap-inner {
  min-height: 921px;
  width: calc(50% - 15px);
  position: absolute;
  left: 0;
}

.signpostWrap.Home.inner-page .news-and-quartelyreport {
  display: flex;
  min-height: 921px;
  align-items: center;
}

.signpostWrap.Home.inner-page .image-wrapper-signpostWrap-inner img {
  width: 100%;
  min-height: 921px;
}

.signpostWrap.Home.inner-page .news-and-quartelyreport h3 {
  font-family: 'adobe-garamond-pro';
  font-size: 40px;
  margin-bottom: 21px;
  font-weight: normal;
  line-height: 1.2;
  color: var(--black);
}

.signpostWrap.Home.inner-page .signpost-subtitle.top {
  font-family: 'Graphik Web';
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--black);
}

.signpostWrap.Home.inner-page .signpost-content {
  font-family: 'Graphik Web';
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  color: var(--black);
}

.signpostWrap.Home.inner-page .signpost-content .signpost-date {
  color: var(--gray);
}

.signpostWrap.Home.inner-page .signpost-wrapper .signpost-content p a {
  margin-top: 30px;
}

.signpostWrap.Home.inner-page .signpost-content {
  border-bottom: 0px;
}

.signpostWrap.Home.inner-page .signpost-content a.btn-new {
  margin-top: 30px;
}

.signpostWrap.Home.inner-page .homeSignpostBoxes .signpost-title.top {
  font-family: 'Graphik Web';
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: var(--blue);
}

.signpostWrap.Home.inner-page .signpost-title.top,
.signpostWrap.Home.inner-page .signpost-title.top a {
  font-family: 'Graphik Web';
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: var(--blue);
}

.signpostWrap.Home.inner-page .signpost-wrapper .signpost-content p a {
  font-family: 'Graphik Web';
  color: var(--blue);
  font-size: 1.6rem;
  line-height: 1;
}

.signpostWrap.Home.inner-page .image-wrapper-signpostWrap-inner.tablet {
  display: none;
}

.signpostWrap.Home.inner-page .image-wrapper-signpostWrap-inner.mobile {
  display: none;
}

@media screen and (max-width: 1200px) {
  .signpostWrap.Home.inner-page.module-landing {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .signpostWrap.Home.inner-page .image-wrapper-signpostWrap {
    display: flex;
    flex-direction: column-reverse;
  }

  .signpostWrap.Home.inner-page .image-wrapper-signpostWrap-inner {
    display: none;
  }

  .signpostWrap.Home.inner-page .image-wrapper-signpostWrap-inner.mobile {
    display: none;
  }

  .signpostWrap.Home.inner-page .image-wrapper-signpostWrap-inner.tablet {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    display: block !important;
  }

  .signpostWrap.Home.inner-page .image-wrapper-signpostWrap-inner.tablet img {
    min-height: 750px;
    padding-top: 100px;
    object-fit: cover;
  }

  .signpostWrap.Home.inner-page .news-and-quartelyreport {
    min-height: auto;
  }

  .signpostWrap.Home.inner-page .image-wrapper-signpostWrap-inner.tablet {
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .signpostWrap.Home.inner-page .image-wrapper-signpostWrap {
    display: flex;
    flex-direction: column-reverse;
  }

  .signpostWrap.Home.inner-page .image-wrapper-signpostWrap-inner {
    display: none;
  }

  .signpostWrap.Home.inner-page .image-wrapper-signpostWrap-inner.tablet {
    display: none;
  }

  .signpostWrap.Home.inner-page .image-wrapper-signpostWrap-inner.mobile {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    display: block !important;
  }

  .signpostWrap.Home.inner-page .image-wrapper-signpostWrap-inner.mobile img {
    min-height: 338px;
    padding-top: 89px;
    object-fit: cover;
  }

  .signpostWrap.Home.inner-page .news-and-quartelyreport {
    min-height: auto;
  }

  .signpostWrap.Home.inner-page .image-wrapper-signpostWrap-inner.mobile {
    min-height: auto;
  }

  .signpostWrap.Home.inner-page .module-landing {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*------------------ New Insights Detail Start ------------------------*/
.insights-detail-new .brdcrumb {
  padding: 0 15px;
}

/********************** Removed this style code as per the ticket AWQ-221 ****************************/
/*.insights-detail #breadcrumb span{
display: inline-block;
}*/
/*************************************** Ends here ***************************************************/
.insights-detail-new .detail-wrap {
  border-top: 1px solid var(--menu-border-color);
}

.insights-detail-new .insights-new-detail-wrap {
  z-index: 0;
}

.insights-detail-new .insights-detail-wrap .insight-title {
  margin-bottom: 60px;
  padding-top: 33px;
}

.insights-detail-new .insights-detail-wrap .insight-title,
.insights-detail-new .leader-detail #breadcrumb {
  border: none;
}

.insights-detail-new .leader-detail #breadcrumb a,
.insights-detail-new .leader-detail #breadcrumb span {
  font-family: 'Graphik SemiBold Web';
  line-height: 12px;
  font-size: 12px;
}

.insights-detail-new .detail-wrap .share-position {
  padding: 0;
}

.insights-detail-new .share > a {
  font-size: 16px;
  line-height: 28px;
  background-size: 30px;
  background-position: 50px 3px;
}

.insights-detail-new .share > a:focus {
  font-size: 16px;
  line-height: 28px;
}

.insights-detail-new .insights-detail-wrap .insight-title > p {
  padding-bottom: 0;
  color: #00345f;
  font-size: 12px;
  line-height: 12px;
}

.insights-detail-new .insights-detail-wrap .insight-title h1 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 0;
  padding-top: 15px;
  margin-top: 0;
}

.insights-detail-new .insights-detail-wrap .article-desc {
  padding-bottom: 0;
  padding-top: 60px;
}

.insights-detail-new .insights-detail-wrap .article-short {
  padding-top: 15px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  font-family: 'Graphik SemiBold Web';
}

.insights-detail-new .insights-detail-wrap .article-desc p:last-child {
  padding: 0;
}

.insights-detail-new .insights-detail-wrap .article-author {
  color: var(--gray);
  padding-top: 15px;
  padding-bottom: 0 !important;
  display: block;
}

.insights-detail-new .insights-detail-wrap .share-wrap {
  display: contents;
}

.insights-detail-new .insights-detail-wrap .share-wrap .share {
  bottom: auto;
  top: 40px;
}

.insights-detail-new .content-module-wrapper .intro-content {
  padding-top: 0;
}

.insights-detail-new .content-module-wrapper .intro-content p:last-child {
  padding-bottom: 0;
}

.insights-detail-new .content-module-wrapper .intro-content p {
  font-size: 16px;
  line-height: 28px;
  color: var(--black);
}

.insights-detail-new .content-module-wrapper .intro-content ul:last-child {
  margin-bottom: 0;
}

/*---------- Video brightcove Start---------*/
.videos-no-light-box.video-left-align {
  width: 100%;
}

.videos-no-light-box.video-left-align .no-light-video-wrapper {
  /*display: flex;
  justify-content: flex-start;*/
  margin-left: 0;
  width: 100%;
  /*********************************************** Avoid text overlap fr video **********************************************************/
  justify-content: flex-start;
  max-height: 437px;
  min-height: 437px;
  /**************************************************** Ends here **********************************************************************/
}

/**************** Added code for avoid text overlap when play video as per ticket AWQ-219 **************/
/*.wms-style .videos-no-light-box.video-left-align .no-light-video-wrapper{
justify-content: flex-start;
/*max-height: 437px;
min-height: 437px;*/
/*}
.wms-style .inv_videoReady .inv_videoArea {
height: 100%;
position: relative;
float: left;
}
.wms-style .inv_videoDisplay {
min-height: 437px;
}*/
/************************************************* Ends here *******************************************/
.videos-no-light-box.video-left-align .video-thumbnail {
  width: 100%;
}

.videos-no-light-box.video-left-align .no-light-video-wrapper .inv_videoDisplay .inv_overlayPlay {
  height: 437px;
}

.videos-no-light-box.video-left-align .no-light-videos-sub-title .video-thumbnail img {
  height: 437px;
  width: 100%;
  max-width: 850px;
}

.videos-no-light-box.video-left-align .inv_playerContainer .inv_videoMainContainer_inner {
  height: auto;
}

.videos-no-light-box.video-left-align
  .no-light-videos-sub-title
  .video-thumbnail
  a.no-light-box-button,
.videos-no-light-box.video-left-align
  .no-light-videos-sub-title
  .video-thumbnail
  a.no-light-box-button:after {
  width: 52px;
  height: 52px;
}

/******** added style for play icon in the brightcove video in before pesudo code *********************/
.videos-no-light-box.video-left-align
  .no-light-videos-sub-title
  .video-thumbnail
  a.no-light-box-button,
.videos-no-light-box.video-left-align
  .no-light-videos-sub-title
  .video-thumbnail
  a.no-light-box-button:before {
  width: 52px;
  height: 52px;
}

/**************************************** Ends here ***************************************************/
/*-------- Video brightcove End --------------*/
.feature-new-style.chapter-module.module-featured-story .featured-story-image {
  margin-top: 0;
}

.feature-new-style .featured-story-image img {
  min-height: 426px;
  object-fit: cover;
  max-height: 426px;
  width: 100%;
}

.potrait .featured-story-image img {
  min-height: 686px;
  object-fit: cover;
}

.feature-new-style.chapter-module.module-featured-story .featured-story-content {
  margin-top: 60px;
}

.feature-new-style.chapter-module.module-featured-story .featured-story-content p {
  padding-bottom: 0;
}

.feature-new-style .featured-story-image-caption {
  margin: 0;
  background: transparent;
  padding: 0;
}

.feature-new-style .featured-story-image-caption p {
  color: var(--gray);
  font-size: 16px;
  line-height: 28px;
  font-family: 'Graphik Web';
  font-weight: normal;
}

.new-quote-style {
  text-align: center;
}

.new-quote-style.quotes-module-wrapper.padding-top-60 {
  padding-top: 60px !important;
}

.new-quote-style.quotes-module-wrapper .quotes-text {
  margin-bottom: 30px;
}

.new-quote-style.quotes-module-wrapper .quotes-text:before {
  display: none;
}

.new-quote-style .quotes-text-in {
  font-size: 28px;
  line-height: 32px;
  color: var(--black);
  font-family: 'adobe-garamond-pro';
}

.new-quote-style .quotes-name-position {
  font-size: 16px;
  line-height: 28px;
  color: var(--black);
  font-weight: normal;
}

.new-quote-style .quotes-name-position strong {
  padding-right: 0;
  padding-left: 13px;
  font-family: 'Graphik Web';
  font-weight: normal;
}

.new-quote-style .quotes-name-position strong:before {
  width: 8px;
  height: 1px;
  right: auto;
  left: 0;
  top: 10px;
}

.new-quote-style .quotes-icon {
  background: url('/content/dam/microsites/elianttrade/icons/quote-icon') no-repeat center;
  width: 37px;
  height: 37px;
  background-size: contain;
  display: inline-block;
  margin-bottom: 60px;
}

.insights-detail-new .article-author span {
  font-weight: 600;
}

.insights-detail-new .article-author span,
.insights-detail-new .article-author .article-detail {
  padding-right: 4px;
  padding-bottom: 6px;
  font-size: 16px;
  line-height: 28px;
  color: var(--gray);
}

.insights-detail-new .article-author .article-detail {
  display: inline-block;
  position: relative;
  padding-left: 0;
  font-weight: normal;
}

.insights-detail-new .insights-detail-wrap .article-author .date {
  padding-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  color: var(--gray);
  font-weight: normal;
}

.insights-detail-new .content-module-wrapper .intro-content p strong {
  margin-top: 0;
}

#contentwrapper.insights-detail-new .content-module-wrapper .intro-content ul li:before {
  color: var(--apollo-green);
}

.show-sm {
  display: none !important;
}

/*------------------ New Insights Detail End------------------------*/
/*------------------ New Employee Leadership Start------------------------*/
.new-leadership-detail .Leader-image-wrapper {
  margin-right: 30px;
}

.new-leadership-detail .leader-bio {
  padding-left: 0;
  width: 85%;
}

.new-leadership-detail .leader-bio .leader-subheading p {
  padding: 0;
}

.new-leadership-detail .leaders-list,
.new-leadership-detail #sliderMemberWrapper {
  display: none;
}

#contentwrapper .employee-list-wrapper table.dataTable tbody tr .innername a {
  color: var(--black);
  font-family: 'Graphik Web';
}

#contentwrapper .employee-list-wrapper table.dataTable tbody tr td.title a {
  font-size: 2.5rem;
  line-height: 2rem;
  font-style: normal;
  font-family: 'Graphik Web';
  text-decoration: none;
}

/*------------------ New Employee Leadership End------------------------*/
/*---------------------- New Insights Detail page Related Items Starts -------------------*/
.new-insights-detail.tagged-insights-module-title {
  padding-left: 0;
  text-align: left;
}

.new-insights-detail-wrapper .tagged-insights-item-col .date {
  padding-top: 10px;
  font-size: 1.6rem;
  line-height: 1.25;
  color: var(--gray);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .new-insights-detail-wrapper.tagged-insights-module-wrapper .tagged-insight-item-image {
    height: 127px;
  }
}

@media screen and (max-width: 767px) {
  .new-insights-detail-wrapper .tagged-insights-item-col {
    padding-left: 0px;
    padding-right: 0px;
  }

  .new-insights-detail-wrapper {
    padding-bottom: 0px;
  }
}

/*---------------------- New Insights Detail page Related Items Ends -------------------*/
@media screen and (max-width: 1024px) {
  .ip3-insights #headerwrapper {
    background: #fff;
  }
}

@media screen and (max-width: 991px) {
  #MainWrapper {
    margin-top: 70px;
  }
}

/*---------------------- WMS Contact form enhancements Starts ----------------------- */
.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  .error-message {
  transition: 0.2s;
  font-size: 1.4rem;
  margin-left: 10px;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  label.error
  ~ .error-message {
  opacity: 1;
  visibility: visible !important;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  label.error
  ~ .error-message[style*='hidden'] {
  /*opacity: 0;*/
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  label.error[for='txtEmailid']
  + .error-message {
  opacity: 1 !important;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  label.error[for='txtEmailid']
  ~ .error-message {
  opacity: 0;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  label
  ~ .error-message[style*='visible']
  ~ input {
  border-bottom: 1px solid var(--red) !important;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  label.invalid-email {
  color: var(--red);
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  label.invalid-email
  ~ .invalid {
  visibility: visible !important;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  label.invalid-email
  ~ input {
  border-color: var(--red);
}

input[type='checkbox']:focus ~ label:before {
  border: 2px solid var(--black) !important;
}

.twocol-chapter-wrapper.ir-contact-form
  .twocol-chapter-container.ir-contact-form
  .ir-contact-form
  .form-right
  label.invalid-phone {
  color: var(--red);
}

/*Email ID patch starts*/
/*.form-right.email-fields {
display: flex;
flex-direction: column-reverse;
position: relative;
}
.twocol-chapter-wrapper.ir-contact-form .twocol-chapter-container.ir-contact-form .ir-contact-form .form-right.email-fields .error-message {
top:0;
left: 30%;
}*/
/*Email ID patch ends*/
/*---------------------- WMS Contact form enhancements ends ----------------------- */
.faq-section .c-snapdownItem .faq-title.c-snapdown-title:focus:after {
  background-image: none !important;
}

.nojs .faq-section .c-snapdownItem .faq-title.c-snapdown-title:before,
.nojs .faq-section .c-snapdownItem .faq-title.c-snapdown-title:after {
  display: none;
}

/****************************** added style for WMS style as per ticket no AWQ-227 *****************************************************/
.wms-style .insights-detail-new .insights-detail-wrap .article-desc p > img {
  width: 100%;
}

/********************************************* Ebds here ********************************************************************************/
/********************* Added style for hitting the brakes as per ticket AWQ-228 **********************/
#ip3-hitting-the-brakes
  .videos-no-light-box
  .no-light-videos-sub-title
  .video-thumbnail
  a.no-light-box-button {
  transform: translate(-60%, -50%);
}

@media screen and (max-width: 1024px) {
  #ip3-hitting-the-brakes
    .videos-no-light-box
    .no-light-videos-sub-title
    .video-thumbnail
    a.no-light-box-button {
    transform: translate(-60%, -50%);
  }

  body.microsite-template .home-banner .banner-title,
  body.microsite-template #sliderBackgroundWrapper .banner-title {
    font-size: 2.8rem;
  }
}

/****************************************** Ends here *******************************************/
/********************* Added style for equal column height as per ticket AWQ-254 **********************/
.wms-style .insights-top-section .insights-landing-item {
  overflow: inherit !important;
}

/**************************************** Ends here ********************************************/
/********************* Added style for portfolio module for ticket AWQ-233 **************************/
.filter-inner-wrapper .dd-wrap span.drp-list a {
  color: #505055;
  font-family: 'Graphik SemiBold Web' !important;
}

.filter-inner-wrapper .dd-wrap ul.drp-list {
  background-color: #e7e3df;
}

.filter-inner-wrapper .dd-wrap .drp-list li > a {
  border-bottom: 0px solid rgba(0, 0, 0, 0.25) !important;
}

.employee-list-table-wrapper table thead th:last-child,
.employee-list-table-wrapper table tbody td:last-child {
  display: none;
}

.our-business-insights-sub-link-wrapper .our-business-sub-link-item a {
  position: relative !important;
}

.employee-list-table-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button {
  min-width: auto !important;
  margin: 0 3px;
}

#MainWrapper .employee-list-wrapper table.dataTable tbody tr .innername a {
  color: #008969;
}

.employee-category-wrapper .filter-category li.icon-management-committee::before {
  content: 'MC' !important;
  color: var(--black) !important;
  left: 10px !important;
}

.employee-category-wrapper .filter-category li.icon-business-committee::before {
  content: 'BC' !important;
  color: var(--black) !important;
  left: 10px !important;
}

ul.filter-category.drp-list li {
  background-color: inherit;
}

.employee-category-wrapper .filter-category li:not(.icon-all) a {
  padding-left: 25px !important;
}

/**************************************** Style for dataTable ************************************************/
.employee-list-table-wrapper .dataTables_wrapper {
  padding-bottom: 15px;
}

.employee-list-table-wrapper .dataTables_wrapper {
  position: relative;
  clear: both;
  zoom: 1;
  display: inline-block;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.abbreviation-block span {
  display: block;
  font-size: 12px;
  line-height: 1.67;
  color: var(--black);
}

/******************************************** DataTable style Ends here *********************************************/
/**************************** Style for Employee details in module library page ************************************/
.ip3-module-employee-section .share-position {
  display: block;
}

.leadership-detail .details-inner p:first-child {
  font-size: 1.6rem;
  font-family: 'Graphik Web';
  line-height: 2.6rem;
}

/********************************** Employee details style ends here ***********************************/
/********************** Style for module library page in shared one ************************************/
/************** Style for vidoe gallery module in module library page in shared onve ******************/
.ip3-apollo-global-management-inc .video-gallery-wrapper .video-copy-module-background {
  border-top: 0px solid #007d55;
}

.ip3-apollo-global-management-inc .video-gallery-wrapper {
  background: none;
}

/**************************************** Ends here *************************************************/
/********************* Style for enable breadcrumb in stackholders details page *********************/
.ip3-stackholders .share-position {
  display: block;
}

/**************************************** Ends here *************************************************/
/********************** Style for BOD Member in module library in shared library ********************/
.ip3-stackholders .module-leadership-investor-day-wrapper .accordion-wrapper .accordion-content {
  height: auto !important;
}

/**************************************** Ends here *************************************************/
/******************************** Style for Elient module info graphic ******************************/
body.microsite-template .Info-Graph {
  border-top: 0px solid var(--light-gray);
}

/**************************************** Ends here *************************************************/
/******************************* New Eliant Trade Start ********************************************/
body.microsite-template .mobile-menu-burger {
  margin-top: 0;
}

body.microsite-template #mob-bannerwrapper {
  min-height: 190px;
}

.info-graph-wrapper .Info-Graph-Mobile {
  /*display:none;*/
}

.footer-top .footer-right-content .copyright > p {
  padding-bottom: 0 !important;
}

/****** Home Banner Starts *******/
#sliderBackgroundWrapper .banner-content {
  padding-top: 80px;
}

/****** Home Banner Ends *******/
/**************************************** Mob Menu Starts *************************************************/
.mobi-topnavigation li.level1 > a > span {
  font-family: var(--font-open-sans-light);
}

.mobi-topnavigation li.selected.level1 > a > span,
.mobi-topnavigation li.level1 > span,
.mobi-topnavigation li.current.level1 > a > span,
.mobi-topnavigation li.level1:hover > a > span,
.topnavigation li.level1 > span {
  color: var(--primary-color-2);
  font-family: var(--font-open-sans);
}

/**************************************** Mega Menu Starts *************************************************/
.topnavigation .hedermenuSignpostItem ul li:first-child {
  border: 0;
}

.topnavigation ul li.level2,
.topnavigation ul li.level2 a,
.topnavigation ul li.level2 a span {
  font-family: var(--font-open-sans-light);
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: var(--black);
}

/**************************************** Mega Menu Ends *************************************************/
@media screen and (max-width: 767px) {
  .showNav #logo img,
  .showNav #mobi-logo img {
    width: 95px;
  }

  #mmenu .showNav #logo,
  #mmenu .showNav #mobi-logo {
    float: left;
    position: relative;
    z-index: 2;
    margin: -43px 0 0px 20px;
    text-align: left;
  }

  .showNav #logo,
  .showNav #mobi-logo {
    padding: 0;
  }
}

.mobi-topnavigation li.level1 > a > span {
  line-height: normal;
  font-size: 1.8rem;
}

.mm-listview li:first-child {
  border-top: 0;
}

.mm-navbar .mm-btn:first-child {
  background: var(--eliant-blue);
}

.mm-listview > li,
.mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
  border-color: var(--eliant-gray) !important;
}

.mm-menu {
  color: var(--eliant-dark-gray);
}

.mm-hasnavbar-top-1 .mm-panels {
  top: 62px;
  border-bottom: 4px solid var(--primary-color-2) !important;
}

.mm-panels .top-links {
  border: var(--primary-color-2) solid 2px;
}

.mm-panels .top-links.inactive,
.mm-panels .top-links {
  border: 0;
}

.mm-listview li.level1.current > a {
  color: var(--primary-color-2);
}

.mm-listview li.selected > span,
.mm-listview li.current > a > span {
  color: var(--primary-color-2);
}

#mmenu .top-links .rad-loginBtnChild {
  border: var(--primary-color-2) solid 2px;
}

.mm-panels .top-links .rad-loginBtn > li > a {
  border: var(--primary-color-2) solid 2px;
  padding: 11px 8px;
  width: 100%;
}

.mobi-topnavigation li.level1:hover > a > span {
  color: var(--primary-color-2);
}

.mm-listview > li.level1.mm-opened > .mm-next:after {
  background: url(/content/dam/microsites/elianttrade/icons/minus-icon.svg) no-repeat;
  top: 25px;
}

.mm-listview > li.level2 span {
  font-size: 1.6rem;
  font-family: var(--font-open-sans-light);
}

.mm-listview > li.level3 span {
  font-size: 1.4rem;
  font-family: var(--font-open-sans-light);
}

.mm-listview li.level2 a span:after {
  content: '';
  background: url(/content/dam/microsites/elianttrade/icons/right-arrow-icon-black) no-repeat;
}

.mm-listview li.level2 a {
  padding: 0 0 10px 0;
  font-family: var(--font-open-sans-light);
}

.mm-listview li.level2:first-child a {
  padding-top: 0;
}

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: none;
}

.mm-listview > li.level1 > .mm-next:after,
.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  width: 100%;
}

.mm-vertical .mm-listview .mm-panel {
  padding: 0 0 10px 20px;
}

.mm-vertical .mm-listview .mm-panel #mobi-section-about-eliant-level3 {
  /*padding-left: 0;*/
}

.mm-vertical .mm-listview .mm-panel:last-child {
  /*padding-left:0;*/
}

ul.mm-listview.mm-vertical li {
  border-top: 1px solid;
}

.mm-vertical li.mm-opened > .mm-panel {
  padding-bottom: 0;
}

.mm-next:after,
.mm-arrow:after {
  right: 0;
}

.mm-listview > li.level1.mm-opened > .mm-next:after {
  background-size: 16px;
  background-position-x: right;
}

.level1 .mm-vertical .mm-listview .level2,
.level1 .mm-vertical .mm-listview .level3 {
  padding: 15px 0;
}

/**************************************** Mob Menu Ends *************************************************/
/**************************** Home Start *****************************************/
.intro-content-module.gradient-bg {
  background: linear-gradient(70deg, rgba(0, 68, 114, 1) 55%, rgba(0, 68, 114, 0) 100%),
    linear-gradient(
      to bottom,
      rgba(0, 207, 255, 1) 0%,
      rgba(2, 95, 174, 1) 82%,
      rgba(2, 92, 171, 1) 100%
    ),
    #004472;
}

/**************************** Home Ends *****************************************/
/**************************** About Start *****************************************/
#ip3-about.intro-section .top-intro {
  /* padding-top:0;*/
}

body.microsite-template .content-module-wrapper .intro-content {
  padding-top: 0;
}

/**************************** About Ends *****************************************/
/**************************** Supply Start *****************************************/
body.microsite-template .content-module-wrapper .intro-content p {
  /*font-size: 1.6rem;
  line-height: 2.6rem;*/
  font-size: 1.8rem;
  line-height: 2.5rem;
}

body.microsite-template .content-module-wrapper[style*='background-color: rgb'] .intro-content p {
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.singleColWrapper h1.single-column-heading {
  /*display: none;*/
}

.no-bullet li {
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}

/**************************** Supply Ends *****************************************/
/**************************** New Eliant Trade Ends *****************************************/
/**************************** Team Member Starts *****************************************/
.mod-leadership-team .team-member-box-wrapper {
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}

.mod-leadership-team .team-member-slider {
  position: relative;
}

.mod-leadership-team .team-member-slide.active .itemContent {
  visibility: visible;
}

.mod-leadership-team .itemContent p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}

.mod-leadership-team .itemContent .team-member-main-title {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
  font-family: 'Graphik SemiBold Web';
  font-size: 1.6rem;
}

.mod-leadership-team .itemContent .team-member-desig-title {
  padding-top: 0;
  padding-bottom: 21px;
  margin-top: 0;
}

.mod-leadership-team .itemContent {
  display: none;
}

.mod-leadership-team .team-member-slide.inActive {
  opacity: 0.5;
}

.mod-leadership-team .team-member-slide.active.inActive {
  opacity: 1;
}

.mod-leadership-team .team-member-main-title {
  margin-bottom: 0;
  padding-bottom: 0;
}

.mod-leadership-team .team-member-slide {
  position: static !important;
}

body#ip3-Homepage .module-highchart-two-col {
  display: none;
}

.mod-leadership-team .itemContent {
  position: absolute;
  margin-top: 50px;
  width: calc(100% - 30px);
  left: 50%;
  background-color: var(--white);
  z-index: 1;
  box-shadow: rgb(32 0 0 / 15%) 0px 3px 9px 0px;
  padding: 48px 95px;
  margin-bottom: 20px;
  max-width: 1113px;
  transform: translateX(-50%);
}

.mod-leadership-team .itemContent .closeTeam {
  position: absolute;
  top: 40px;
  right: 40px;
}

.mod-leadership-team .itemContent .closeTeam .icon-close {
  background-image: url('/content/dam/microsites/elianttrade/icons/team-close-icon.png');
  width: 36px;
  height: 36px;
  display: inline-block;
  cursor: pointer;
}

.mod-leadership-team .team-member-main-title .icon-minus {
  /*background: url(/~/media/Images/A/Apollo-Group/Apollo-Wealth-Management-V3/icons/minus-icon-white-svg.png) no-repeat !important;
  */
  background-size: contain !important;
}

@media screen and (max-width: 767px) {
  .mod-leadership-team .team-member-desig-title,
  .mod-leadership-team .team-member-desig-subtitle {
    font-size: 1.2rem !important;
    line-height: 18px !important;
  }

  .mod-leadership-team .itemContent p {
    font-size: 12px;
    line-height: 20px;
  }

  .mod-leadership-team .itemContent {
    position: static;
    visibility: visible;
    width: auto;
    box-shadow: none;
    margin: 0;
    padding: 0;
    border-top: 2px solid #6d7278;
    margin-top: 15px;
    padding-top: 15px;
  }

  .mod-leadership-team .itemContent .team-member-main-title,
  .mod-leadership-team .itemContent .team-member-desig-title {
    display: none;
  }
}

body.microsite-template .mod-wrapper h2,
body.microsite-template .mod-wrapper .h2 {
  color: var(--blue);
}

.mod-leadership-team .itemContent p {
  font-family: var(--font-open-sans);
}

/**************************** Team Member Ends *****************************************/
.header-toppad .topnavigation ul li:hover > div {
  padding-bottom: 30px;
}

.topnavigation .hedermenuSignpostItem ul {
  /* width: 75%;*/
}

.topnavigation .hedermenuSignpostItem ul#section-about-level2 li {
  /*margin-left: calc(100% - 35%);*/
}

#headerwrapper .topnavigation .hedermenuSignpostItem .signpostRight {
  padding: 0;
}

.topnavigation ul#section-solutions-level2 {
  /*margin-left: calc(100% -  90.9%);*/
  /*margin-left: calc(100% - 80.9%);*/
}

.topnavigation .hedermenuSignpostItem ul li {
  padding-top: 10px;
  padding-bottom: 0;
}

.topnavigation .hedermenuSignpostItem ul#section-about-level2 {
  padding-left: 0;
}

.topnavigation .hedermenuSignpostItem ul#section-about-level2 li .level3 {
  margin-left: 0;
}

.topnavigation .hedermenuSignpostItem ul#section-about-level2 li .level3 span {
  font-family: var(--font-open-sans-light);
  font-size: 1.4rem;
  line-height: 1.9rem;
}

.level1 .mm-vertical .mm-listview .level3:nth-child(3),
.level1 .mm-vertical .mm-listview:last-child .level3 {
  padding-bottom: 0;
}

.mobi-topnavigation li.level1:hover > a > span {
  font-family: var(--font-open-sans);
}

.ip3-insights .searchbox {
  top: 143px;
}

/* body#ip3-our-people .searchbox {
  top: 60px;
} */

/****************************************** Mega Menu New Styling **********************************/
.topnavigation .hedermenuSignpostItem ul li {
  margin-left: 0 !important;
}

.topnavigation .hedermenuSignpostItem ul {
  width: 100%;
}

body.microsite-template .header-toppad .topnavigation ul li:hover div.Menu-Wrap,
body.microsite-template .header-toppad .topnavigation ul li:focus-within div.Menu-Wrap {
  overflow: visible;
  top: auto !important;
  position: absolute;
}

body.microsite-template .header-toppad .topnavigation ul li:hover div.Menu-Wrap:before,
body.microsite-template .header-toppad .topnavigation ul li:focus-within div.Menu-Wrap:before {
  border-top: 1px solid var(--menu-border-color);
}

body.microsite-template .header-toppad .topnavigation ul li:hover div.Menu-Wrap:before,
body.microsite-template .header-toppad .topnavigation ul li:hover div.Menu-Wrap:after,
body.microsite-template .header-toppad .topnavigation ul li:focus-within div.Menu-Wrap:before,
body.microsite-template .header-toppad .topnavigation ul li:focus-within div.Menu-Wrap:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 200vw;
  transform: translateX(-50%);
  background-color: var(--white);
  min-height: 120px;
  height: 100%;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.07);
}

bo .topnavigation {
  position: relative;
}

.header-toppad .topnavigation ul li ul {
  position: relative;
  z-index: 1;
}

.mm-listview > li:not(.mm-divider):after {
  border: 0;
}

/*******************************Mega Menu New Styling End*************************/
/*******************************Our People Arrow effect start *************************/
body.microsite-template .mod-leadership-team .team-member-main-title span.icon-plus:before {
  content: '';
  position: absolute;
  background: url(/content/dam/microsites/elianttrade/icons/bod-minus-icon.svg) no-repeat;
  transition: 0.5s;
  opacity: 0;
  right: 0;
  top: 0;
  background-size: contain !important;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

body.microsite-template .mod-leadership-team .team-member-main-title span.icon-plus:after {
  content: '';
  position: absolute;
  background: url(/content/dam/microsites/elianttrade/icons/bod-plus-icon.svg) no-repeat;
  background-size: contain !important;
  right: 0;
  transition: 0.5s;
  top: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

body.microsite-template .mod-leadership-team .team-member-main-title span.icon-plus.active:after {
  opacity: 0;
}

body.microsite-template .mod-leadership-team .team-member-main-title span.icon-plus.active:before {
  opacity: 1;
  transition: 0.5s;
}

body.microsite-template .mod-leadership-team .team-member-slide.active-blur {
  opacity: 0.7;
}

body.microsite-template .mod-leadership-team .team-member-main-title .icon-plus {
  background: none !important;
}

body.microsite-template .mod-leadership-team .team-member-main-title .icon-minus {
  background: none !important;
}

/*******************************Our People Arrow effect End*************************/
/*-------------- Solar Search CSS Starts --------------*/
.searchbox {
  overflow: visible !important;
}

/* -------- font family starts --------- */
#keyword a,
.nav-title,
.showAdvSearchMobi,
#searchbox .ui-menu li,
.solr-search-tab-mobiDropdown,
.searchresultpage .searchdescription b,
.searchresultpage .searchdescription strong,
#contentwrapper .solr-search-tab ul li,
.solar-left-ttl,
.solarDateFilterBox #filterPublishDate,
.search-content .rad-header,
.resultURL a,
.solr-date,
.tags,
.solr-file-size,
#pagination,
.no-trends,
.solarDateFilterBox #filterPublishDate {
  font-family: var(--font-open-sans);
}

#solrstrap-facets a,
#searchbox #searchTextboxContainer input#searchTextbox[type='text'],
.tags,
.resultURL,
#solrstrap-searchbox,
.solrNoResult,
#contentwrapper .solr-search-tab ul li a {
  font-family: var(--font-open-sans);
}

/* -------- font family ends --------- */
/* ======= TAG Cloud start ========== */
div.tx3-tag-cloud a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #dadadb;
}

div.tx3-tag-cloud a:hover {
  color: #dadadb;
  text-decoration: underline;
  -webkit-transition: color 250ms linear;
  -moz-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  -ms-transition: color 250ms linear;
  transition: color 250ms linear;
}

/* ======= TAG Cloud start ========== */
/*Left side area*/
.solrsearchleft {
  padding: 80px 0px 30px 20px;
}

a.showAdvSearchMobi {
  display: none;
}

/*Filter Box*/
.solarDateFilterBox {
  margin-bottom: 20px;
}

.solarDateFilterBox .solar-left-ttl {
  color: #424242;
  font-size: 1.8rem;
  line-height: 22px;
  margin-bottom: 20px;
  font-weight: 700;
}

.solarDateFilterBox .solar-filter-item-wrap {
  margin-bottom: 10px;
}

.solarDateFilterBox .solar-filter-item-wrap label.solar-sbu-ttl {
  display: block;
}

.solarDateFilterBox .solar-filter-item-wrap input {
  width: 100%;
  border: 1px solid #bbbab9;
  padding: 12px 14px;
}

.solarDateFilterBox .filterDateBtnWrap:after {
  content: '';
  display: block;
  clear: both;
}

.solarDateFilterBox .filterDateBtnWrap #filterPublishDate {
  background: #0075bb;
  color: var(--white);
  cursor: pointer;
  display: block;
  float: left;
  margin-top: 10px;
  padding: 12px 10px;
  width: 100px !important;
  border: 1px solid #bbbab9;
}

.solarDateFilterBox .filterDateBtnWrap #filterPublishDate:hover {
  color: #dadadb;
  background: #4a4c4c;
}

/*Facet*/
#solrstrap-facets .facet {
  width: 100%;
  margin-bottom: 20px;
}

#solrstrap-facets .nav-title {
  color: #424242;
  font-size: 1.8rem;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: 700;
  width: 100%;
  display: inline-block;
}

/*Trending keyword*/
.solarLeftSideKeyWord {
}

.solarLeftSideKeyWord .nav-title {
  color: #424242;
  font-size: 1.8rem;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: 700;
}

.solarLeftSideKeyWord #keyword {
  background-color: var(--light-gray);
  padding: 20px;
}

.solarLeftSideKeyWord #keyword .no-trends {
  color: var(--light-gray);
}

p.anchorStyle {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-style: italic;
  color: var(--light-gray);
  float: left;
  width: 100%;
}

/*Searchpage textbox*/
#searchTextboxContainerSolr {
  position: relative;
  max-width: 400px;
}

#searchTextboxContainerSolr #solrstrap-searchbox {
  border: 1px solid var(--light-gray);
  padding: 12px 40px 12px 14px;
  width: 100%;
  color: var(--black);
}

#searchTextboxContainerSolr #submitButton {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0) url('/content/dam/microsites/elianttrade/icons/search-icon-dark.svg') no-repeat scroll
    center;
  width: 40px;
  height: 48px;
  border: none medium;
}

#searchboxSolr:after {
  clear: both;
  display: block;
  content: '';
}

#searchboxSolr #searchTextboxContainerSolr {
  margin-bottom: 20px;
}

#searchboxSolr #searchFilter {
  margin-bottom: 20px;
}

#solrstrap-sortmenu {
  position: relative;
  max-width: 400px;
}

#solrstrap-sortmenu select {
  padding: 12px 34px 12px 12px;
  width: 100%;
  height: auto;
  border: 1px solid var(--black);
}

/*solr tab*/
#solrstrap-tabs {
  position: relative;
  max-width: 400px;
}

#solrstrap-tabs .solr-search-tab .solr-search-tab-mobiDropdown {
  background: transparent;
  border: 1px solid var(--light-gray);
  color: var(--black);
  box-sizing: border-box;
  cursor: pointer;
  padding: 12px 34px 12px 14px;
  position: relative;
  width: 100%;
  display: block;
}

#solrstrap-tabs .solr-search-tab .solr-search-tab-mobiDropdown:after {
  border: solid var(--black);
  content: '';
  z-index: 99;
  box-sizing: border-box;
  height: 10px;
  width: 10px;
  top: 15px;
  right: 15px;
  position: absolute;
  border-style: solid;
  border-color: var(--light-grey);
  border-width: 0px 1px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-width 150ms ease-in-out;
  -moz-transition: border-width 150ms ease-in-out;
  -ms-transition: border-width 150ms ease-in-out;
  -o-transition: border-width 150ms ease-in-out;
  transition: border-width 150ms ease-in-out;
}

#solrstrap-tabs .solr-search-tab.active .solr-search-tab-mobiDropdown:after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 20px;
}

#solrstrap-tabs .solr-search-tab {
  margin-bottom: 20px;
}

#solrstrap-tabs ul.tab-links-main {
  float: left;
  width: 100%;
  display: none;
  border-bottom: 1px solid var(--menu-border-color);
  margin: 0 0 20px;
  position: absolute;
  background-color: var(--white);
  z-index: 9;
}

#solrstrap-tabs ul.tab-links-main:after {
  content: '';
  display: block;
  clear: both;
}

#solrstrap-tabs ul.tab-links-main li:before {
  display: none;
}

#solrstrap-tabs ul.tab-links-main li {
  display: block;
  border-right: 1px solid var(--menu-border-color);
  height: auto;
  border-left: 1px solid var(--menu-border-color);
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  padding: 0;
}

#solrstrap-tabs ul.tab-links-main li:first {
  padding-left: 0;
}

#solrstrap-tabs ul.tab-links-main li > a {
  text-decoration: none;
  cursor: pointer;
  color: var(--black);
  vertical-align: middle;
  display: block;
  text-decoration: none;
  padding: 9px 20px 10px 15px;
  width: 100%;
}

#solrstrap-tabs ul.tab-links-main li > a:hover {
  color: var(--white);
  background-color: var(--eliant-blue);
}

#solrstrap-hits #result-summary {
  margin-bottom: 20px;
}

#solrstrap-hits .entry {
  border-bottom: 1px solid var(--eliant-blue);
  margin: 20px 0;
  padding: 0 0 10px;
}

#solrstrap-hits .entry:last-child {
  border-bottom: 0;
}

#solrstrap-hits .entry .links {
  font-weight: bold;
}

#solrstrap-hits .entry .solr-date {
  font-style: italic;
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
  color: var(--light-gray);
}

#solrstrap-hits .entry .resultURL a {
  color: var(--eliant-blue);
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-family: var(--font-open-sans-bold);
}

#solrstrap-hits .entry .document-icon {
  display: inline-block;
  padding: 0 10px;
}

.searchresultpage .pagination-wrap {
  margin: 20px 0 60px 0;
  text-align: center;
}

.searchresultpage .pagination-wrap #pagination {
  font-family: var(--font-family-bold);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  background: var(--blue);
  color: var(--white);
  cursor: pointer;
  padding: 22px 80px;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}

.searchresultpage .pagination-wrap #pagination:hover {
  color: var(--white);
  background: var(--light-blue);
}

@media all and (max-width: 768px) and (max-width: 991px) {
  .solrsearchleft {
    padding: 0 0 20px 20px;
  }
}

@media all and (max-width: 767px) {
  .solrsearchleft {
    padding: 0 10px 20px;
  }

  .searchresultpage .pagination-wrap #pagination {
    padding: 9px 30px;
  }
}

/***************** jQuery UI ***********************/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: '';
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  /* support: IE7 */
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
  padding-left: 0.7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 0.4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
  min-width: 180px !important;
  max-width: 300px !important;
}

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
}

#content-wrapper .ui-menu .ui-menu-item {
  margin-bottom: 1px;
}

.ui-menu-item:hover {
  /*background-color:#999999;*/
}

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  float: left;
  padding: 2px 0.4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
  border: 1px solid transparent;
  color: #000;
  transition: 0.3s;
}

#searchboxSolr ul li a {
  color: #444444;
  height: auto;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  /*margin: -1px;*/
  border: 1px solid #aaaaaa;
  background: var(--eliant-blue);
  color: var(--white);
  transition: 0.3s;
}

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: 0.4em 0 0.2em;
  line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1em;
  display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertical centre icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}

.ui-tabs .ui-tabs-nav li a,
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  /*font-size: 1.1em;*/
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: var(--white) 50% 50% repeat-x;
  color: #222222;
}

.ui-widget-content a {
  color: var(--black);
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #b3aeae;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  background: #ededed;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  /*	color: #212121;
  text-decoration: none;*/
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

/*TODO I can't find these leaving here for now.*/
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url('/content/dam/microsites/elianttrade/icons/ui-icons_444444_256x240.png');
}

.ui-widget-header .ui-icon {
  background-image: url('/content/dam/microsites/elianttrade/icons/ui-icons_444444_256x240.png');
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url('/content/dam/microsites/elianttrade/icons/ui-icons_555555_256x240.png');
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url('/content/dam/microsites/elianttrade/icons/ui-icons_ffffff_256x240.png');
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url('/content/dam/microsites/elianttrade/icons/ui-icons_777620_256x240.png');
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url('/content/dam/microsites/elianttrade/icons/ui-icons_cc0000_256x240.png');
}

.ui-button .ui-icon {
  background-image: url('/content/dam/microsites/elianttrade/icons/ui-icons_777777_256x240.png');
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

.currentDomainCSS {
  background: #d3d3d3 50% 50% repeat-x;
}

.serachTextBoxMiddle {
  height: 18px;
  margin-left: 220px;
  right: 44px;
  width: 140px;
}

.serachButtonMiddle {
  left: 363px;
  position: absolute;
  top: 53px !important;
}

.centerText {
  margin-left: 195px;
}

.centerText1 {
  margin: 0 auto;
  width: 180px;
}

.ui-menu {
  min-width: 180px !important;
  max-width: 300px !important;
}

.ui-menu a {
  background-color: #fff;
  /*height:20px;*/
  width: 100%;
  position: relative;
  top: 0px;
  margin-bottom: 1px;
}

.ui-menu a:hover {
  /*height:20px;*/
  width: 100%;
  position: relative;
  /*top:0px;margin-bottom:1px;*/
}

.ui-menu .ui-menu-item {
  padding: 0 !important;
  width: 100% !important;
  line-height: normal;
  cursor: pointer;
  float: left;
  margin-bottom: 1px;
}

/*-------------- Solar Search CSS Ends --------------*/
/*---- eliant-main-2-----*/
body.microsite-template .header-toppad .topnavigation ul li > div.Menu-Wrap {
  /*top: 150px;*/
  top: 143px;
}

.module-careers-infographic {
  padding: 60px 0;
}

.module-careers-infographic .module-infographic-boxes-wrapper {
  height: 798px;
}

.module-infographic-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.box-wrapper {
  margin: 0;
  position: relative;
  width: 244px;
  height: 278px;
  cursor: pointer;
}

.box-wrapper:before {
  content: '';
  background: url(/content/dam/microsites/elianttrade/images/carrer-infograpic-box.svg);
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: cover;
  top: 0;
  left: 0;
  background-position: center center;
}

.box-content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  height: 50%;
}

.box-title-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.box-description-wrapper {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--eliant-blue);
}

.box-description-wrapper p {
  font-size: 1.4rem;
  line-height: normal;
  padding-bottom: 0;
}

.box-wrapper.box-two-wrapper {
  transform: translateY(-148px) translateX(227px) rotate(60deg);
}

.box-wrapper.box-two-wrapper .box-content-wrapper {
  transform: translate(-50%, -50%) rotate(-60deg);
}

.box-wrapper.box-three-wrapper {
  transform: translateY(-167px) translateX(226px) rotate(120deg);
}

.box-wrapper.box-four-wrapper {
  transform: scale(-1) translateY(314px) translateX(0px);
}

.box-wrapper.box-three-wrapper .box-content-wrapper {
  transform: scale(-1) translate(50%, 50%) rotate(60deg);
}

.box-wrapper.box-four-wrapper .box-content-wrapper {
  transform: translate(-50%, -50%) rotate(180deg);
}

.box-wrapper.box-five-wrapper {
  transform: scale(-1) translateY(723px) translateX(226px) rotate(60deg);
}

.box-wrapper.box-five-wrapper .box-content-wrapper {
  transform: scale(-1) translate(50%, 50%) rotate(-60deg);
}

.box-wrapper.box-six-wrapper {
  transform: translateY(-1259px) translateX(-227px) rotate(-60deg);
}

.box-wrapper.box-six-wrapper .box-content-wrapper {
  transform: translate(-50%, -50%) rotate(60deg);
}

.box-content-wrapper:hover .box-title-wrapper,
.box-content-wrapper:focus .box-title-wrapper {
  opacity: 0;
}

.box-content-wrapper:hover .box-description-wrapper {
  opacity: 1;
  transition: 1s;
}

.box-content-wrapper:focus .box-description-wrapper {
  opacity: 1;
  transition: 1s;
  outline: 1px solid var(--primary-color-2);
}

.module-infographic-title {
  position: absolute;
}

.module-infographic-title h2 {
  color: var(--eliant-blue);
  padding-bottom: 0;
  width: 60%;
  text-align: center;
  margin: 0 auto;
  /*padding-top: 20px;*/
}

.module-infographic-title h2:after {
  display: none;
}

.box-title-wrapper h3 {
  color: var(--eliant-blue);
}

.box-content-wrapper:focus .box-title-wrapper {
  outline: 1px solid var(--primary-color-2);
}

@media screen and (max-width: 767px) {
  .module-infographic-title {
    position: relative;
  }

  body.microsite-template .mod-leadership-team .team-member-slide {
    width: 50%;
  }

  .mod-leadership-team .itemContent .closeTeam .icon-close {
    display: none;
  }

  .mod-leadership-team .team-member-box-wrapper {
    margin-bottom: 0 !important;
  }

  .module-infographic-title h2 {
    width: 100%;
  }

  .module-infographic-wrapper .box-wrapper {
    transform: none;
    margin-bottom: 30px;
  }

  .module-infographic-wrapper .box-wrapper:last-child {
    margin-bottom: 0;
  }

  .module-infographic-wrapper .box-wrapper .box-content-wrapper {
    transform: translate(-50%, -50%);
  }

  .module-careers-infographic .module-infographic-boxes-wrapper {
    height: auto;
  }

  .module-infographic-wrapper .box-wrapper .box-content-wrapper:after {
    content: '';
    background: url(/content/dam/microsites/elianttrade/images/career-infographic-line.svg);
    height: 40px;
    width: 10px;
    /*bottom: -35px;*/
    top: 100%;
    display: inline-block;
    position: absolute;
    transform: translateX(-50%);
    margin-top: 65px;
  }

  .module-infographic-wrapper .box-wrapper:last-child .box-content-wrapper:after {
    display: none;
  }

  body.microsite-template #mob-bannerwrapper.inner-banner-top.medium {
    min-height: 190px;
  }

  body.microsite-template #mob-bannerwrapper.inner-banner-top.small {
    min-height: 160px;
  }

}

/*-------------Accessibility Start--------------*/
#solrstrap-hits .entry {
  background: rgba(0, 0, 0, 0.003);
}

.footer-links-container #auto-top-link {
  font-size: 0;
}

.itemContent.active .closeTeam span:focus {
  outline: 1px solid #008263;
}

.intro-content a:focus {
  border: 1px solid #1cafdb;
}

/*-------------Accessibility Ends--------------*/
/*-------------Lighthouse Start--------------*/
@media screen and (min-width: 991px) {
  #logo-images .value-title .intro-content p:nth-child(2n) img,
  .info-graph-wrapper .info-graphic img {
    width: fit-content;
    height: 100%;
  }
}

/*-------------Lighthouse Ends--------------*/
/*-------------Cookie V3.0 Start--------------*/
.footer-link a {
  cursor: pointer;
}

body #__cookieWrapper.custom-cookie a {
  font-size: 1.8rem;
  font-family: var(--font-open-sans-bold);
  text-decoration: none;
}

body #__cookieWrapper.custom-cookie a:hover {
  text-decoration: underline;
}

body #__cookieWrapper .__cookieNotice .__cookieNoticeBody {
  background: rgba(75, 144, 199, 0.9);
}

.__cookieNoticeBody .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

body #__cookieWrapper.custom-cookie .ccBtn,
body .custom-cookie-modal .modal-footer button {
  border-radius: 0;
  color: var(--primary-color-2);
  background: var(--white);
  font-family: var(--font-open-sans-extra-bold);
  border: 1px solid var(--secondary-color-2);
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.9rem;
  text-transform: initial;
  box-shadow: none;
}

body .switch input[type='checkbox'] + label {
  min-width: calc(calc(2rem * 0.9) * 2);
}

body #__cookieWrapper.custom-cookie .ccBtn:hover,
body .custom-cookie-modal .modal-footer button:hover,
body #__cookieWrapper.custom-cookie .ccBtn:focus,
body .custom-cookie-modal .modal-footer button:focus {
  background: var(--eliant-blue);
  border: 1px solid var(--eliant-blue);
  color: var(--white);
}

body .switch input[type='checkbox'] + label::before {
  border: 2px solid var(--secondary-color-2);
  width: calc(calc(1.8rem * 0.9) * 2);
}

body .switch input[type='checkbox'] + label::after,
body .switch input[type='checkbox']:checked + label::before {
  background-color: var(--primary-color-2);
}

body .switch input[type='checkbox']:disabled:checked + label::before {
  background-color: #a4a4a4;
}

body #__cookieWrapper .cookie-btn {
  margin-top: 20px;
  flex-direction: row;
  justify-content: center;
}

body #__cookieWrapper .custom-cookie-in {
  flex-direction: column;
}

body .custom-cookie-modal .modal-body h4 {
  font-size: 18px;
  font-family: var(--font-open-sans-semibold) !important;
}

body #__cookieWrapper .modal-title {
  font-size: 20px;
  font-family: var(--font-open-sans-semibold) !important;
}

@media screen and (max-width: 991px) {
  body .__cookieNoticeBody .container {
    max-width: 750px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body #__cookieWrapper .__cookieNotice .__cookieNoticeBody {
    padding: 30px;
  }

  body #__cookieWrapper .cookie-btn {
    flex-direction: column;
  }
}

/*-------------Cookie V3.0 Ends--------------*/
/*-------------Privacy Policy Cookie Table Start--------------*/
.singleColWrapper .scroll-table-container table thead {
  background: var(--eliant-blue);
}

.singleColWrapper .scroll-table-container table thead th {
  color: var(--white);
  padding: 18px 15px;
}

.singleColWrapper .scroll-table-container table tbody td {
  padding: 20px 15px;
}

/*-------------Privacy Policy Cookie Table Ends--------------*/

/*---- media-queries-----*/
@media all and (min-width: 2560px) {
  .member-img img {
    transition: all ease 0.5s;
    min-height: 240px;
  }
}

@media all and (min-width: 1600px) {
  .sliderLocationWrapper .slick-list {
    padding: 0 !important;
  }

  .location-slides {
    margin: 0 23px;
    max-width: 560px;
  }
}

@media all and (min-width: 1900px) {
  .sliderLocationWrapper .slick-list {
    padding: 0 10px !important;
  }

  .location-slides {
    margin: 0 19px !important;
    max-width: 539px !important;
  }
}

@media all and (min-width: 1600px) and (max-width: 1710px) {
  .sliderLocationWrapper .slick-list {
    padding: 0 !important;
  }

  .location-slides {
    margin: 0 10px;
    max-width: 535px;
  }
}

@media all and (min-width: 1440px) and (max-width: 1600px) {
  .sliderLocationWrapper .slick-list {
    padding: 0 !important;
  }

  .location-slides {
    margin: 0 15px;
    max-width: 500px;
  }
}

@media all and (min-width: 1280px) and (max-width: 1300px) {
  .value-left-box2 {
    padding: 33px 20px;
  }
}

@media all and (max-width: 1200px) {
  #logo.showNav {
    margin-left: 0;
  }

  .searchbox {
    padding: 16px 0 15px;
  }

  .search-btn {
    height: 25px;
    width: 25px;
  }

  .ui-autocomplete.ui-menu a,
  .ui-autocomplete.ui-menu a:hover {
    margin-left: 0px;
    padding-left: 13px !important;
  }

  .static-nav-wrapper ul li {
    padding: 0 12px 0 0;
  }

  .header-right > .topnavigation > ul {
    margin-left: 0;
  }

  #contentwrapper > .module-landing {
    padding-left: 10px;
    padding-right: 10px;
  }

  .static-nav-wrapper,
  .third-level-nav ul {
    padding-left: 10px;
    padding-right: 10px;
  }

  /*.inner-banner .banner-content{left:0;}*/
  .featured-events-list .event-subject-wrapper,
  .event-subject-wrapper {
    padding-right: 0;
  }

  .eventCalendarWrap .pr-email-alert.module-landing {
    padding-left: 0;
    padding-right: 0;
  }

  .email-text p {
    margin-top: 0;
  }

  #contentwrapper.externalWrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .searchresultpage #tabs.sectionTabs li {
    margin-right: 5px;
    font-size: 1.5rem;
  }

  .ui-autocomplete.ui-menu .ui-menu-item:after {
    clear: both;
    display: block;
    content: '';
  }

  .copyright {
    width: auto;
  }

  .footer-social {
    top: 4px;
  }

  .footer-link {
    width: 100%;
  }

  .footer-link ul {
    margin-left: 0;
    float: left;
  }

  .footer-link ul li {
    padding-left: 22px;
  }

  .copyright p {
    padding-bottom: 10px;
  }

  .footer-bottom {
    margin-top: 31px;
  }

  .sliderMember .slick-prev,
  .sliderMember .slick-next,
  .people-gallery .slick-prev,
  .people-gallery .slick-next {
    width: 24px;
    height: 44px;
    background-color: #efefef;
    background-size: 9px auto;
    background-position: center;
    z-index: 1;
    top: 11%;
  }

  #sliderMemberWrapper .sliderMember .slick-prev,
  #sliderMemberWrapper .sliderMember .slick-next {
    top: 20%;
    -webkit-transform: translate(0, -20%);
    -ms-transform: translate(0, -20%);
    transform: translate(0, -20%);
  }

  .people-gallery .slick-prev,
  .people-gallery .slick-next {
    top: 27%;
    -webkit-transform: translate(0, -37%);
    -ms-transform: translate(0, -37%);
    transform: translate(0, -37%);
  }

  .sliderMember .slick-prev,
  .people-gallery .slick-prev {
    left: 15px;
  }

  .sliderMember .slick-next,
  .people-gallery .slick-next {
    right: 13px;
  }
}

@media all and (max-width: 1140px) {
  .portfolio-filter .filter-inner-wrapper .label-filter {
    margin-right: 10px;
  }

  .portfolio-filter .filter-inner-wrapper .dd-wrap {
    margin-right: 10px;
  }

  #_cookieConsentWrapper #cookie-agree {
    margin-left: 0;
  }

  /* Video Gallery */
  .video-gallery .video-player,
  .video-gallery-thumb .video-player {
    padding: 0;
  }

  .video-gallery-thumb .video-player.slick-slide {
    margin-right: 15px;
    width: 195px;
  }

  .video-gallery .video-player:hover .video-popup-link:after,
  .video-gallery .video-player:focus .video-popup-link:after {
    height: 110px;
    width: 110px;
    background-size: 100%;
    right: 20px;
    bottom: 20px;
  }
}

@media all and (max-width: 1024px) {
  #MainWrapper {
    margin-top: 130px;
  }

  .searchbox,
  body.microsite-template .header-toppad .topnavigation ul li > div.Menu-Wrap {
    top: 125px;
  }

  #mob-breadcrumb .separator:before,
  #mob-breadcrumb .separator:after {
    padding: 3px;
    top: -4px;
  }

  .sub-navigation ul > li {
    padding: 17px 57px 0 0;
  }

  .sub-navigation ul li.level2 ul li {
    padding-left: 10px;
  }

  .sub-navigation ul > li.level2.haschildren:hover,
  .sub-navigation ul > li.level2.haschildren:focus-within {
    padding-right: 1px;
  }

  .sub-navigation ul li.level2:hover ul,
  .sub-navigation ul li.level2:focus-within ul {
    width: 150px;
  }

  .distribution_chart_inner .bar-item .bar_label {
    bottom: -43px !important;
  }

  .topnavigation .hedermenuSignpostItem ul {
    /*width: 45%;padding-left:0px;*/
  }

  .topnavigation .hedermenuSignpostItem .signpostRight {
    padding-left: 50px;
    width: 49%;
  }

  .topnavigation ul li#nav-our-business-level1 .hedermenuSignpostItem .signpostRight {
    padding-left: 90px;
    width: 54%;
  }

  .topnavigation
    ul
    li#nav-esg-corporate-social-responsibility-level1
    .hedermenuSignpostItem
    .signpostRight {
    padding-left: 80px;
    width: 54%;
  }

  .topnavigation ul li#nav-esg-corporate-social-responsibility-level1 .hedermenuSignpostItem ul li {
    margin-left: 40%;
  }

  #breadcrumb .separator:before,
  #breadcrumb .separator:after {
    padding: 3px;
    top: -4px;
  }

  #breadcrumb a:hover:before {
    display: none;
  }

  .video-player {
    padding: 15px 0px 15px 35px;
  }

  .award-img.video-player {
    padding-top: 0;
  }

  .insights-video-module {
    padding: 27px 0 35px;
  }

  .insights-video-module .video-player {
    padding: 0 0 0 15px;
  }

  .insights-video-detail {
    width: 35%;
    padding: 0 15px 0 20px;
  }

  .member-img img {
    min-height: auto;
  }

  /*body#ip3-credit .hichartDataValue {width: 18%; left: 16%;}*/
  .portfolio-highlights-item .portfolio-value {
    font-size: 7rem;
  }

  .portfolio-highlights-item .portfolio-value .before {
    font-size: 5rem;
    margin: 20px 0 0 0;
  }

  #p_signpost20 .bottom-content {
    position: relative;
    left: -35px;
  }

  #p_signpost21 .asw_title {
    left: 0px;
    top: 10px;
  }

  #p_signpost21 .bottom-content {
    position: relative;
    left: -30px;
    top: 40px;
  }

  .animated_graph_inner .bar-item .bar_value {
    width: 75px;
  }

  .animated_graph_inner .bar-item.last .bar_value,
  .animated_graph_inner .bar-item.first .bar_value {
    width: 120px;
  }

  #expanding-citizenship-efforts .content-signpost-wrapper .col-md-offset-1 {
    margin-left: 6%;
  }

  .btm-content img {
    margin-right: 17px;
  }

  .Tab-Number .tabs-listing ul > li.Number1 > a:before {
    left: 62px;
  }

  .Tab-Number .tabs-listing ul > li > a:before {
    left: 50px;
  }

  ul.rad-list li {
    padding: 0 10px !important;
  }

  .content-value.split-view .keyfact-text {
    width: 40%;
  }

  .Market-Content.third .middle-content {
    padding-bottom: 0;
    padding-top: 21px;
  }

  .value-left-box {
    padding: 18px 20px 16px;
  }

  .right-section-2 {
    padding: 33px 0 34px;
  }

  .people-slide .video-player {
    padding-left: 0;
  }

  /*.people-gallery .slick-prev, .people-gallery .slick-next{top:40%; transform: translateY(-40%);}
  .people-gallery .slick-prev{left: 1px;background-size: 75%;}
  .people-gallery .slick-next{right:1px;background-size: 75%;}*/
  body#ip3-in-the-news .pr-year-wrapper.dd-wrap {
    margin-top: 20px;
    margin-right: 20px;
  }

  body#ip3-in-the-news .employee-filter-section .filter-section-wrapper {
    width: 55%;
  }

  body#ip3-in-the-news .filter-inner-wrapper span.drp-list,
  body#ip3-press-releases .filter-inner-wrapper span.drp-list {
    min-width: 214px;
  }
}

@media all and (min-width: 991px) and (max-width: 1200px) {
  .search,
  #logo.showNav {
    margin-left: 0px;
  }

  .search-btn {
    margin-right: 0;
    margin-left: 12px;
    margin-top: 5px;
  }

  #searchButtonContainer {
    margin-left: 20px;
    margin-right: 10px;
  }

  .ui-autocomplete.ui-menu .ui-menu-item {
    padding-left: 10px !important;
  }

  #searchTextBoxContainerRP .ui-autocomplete.ui-menu .ui-menu-item {
    padding-left: 0 !important;
  }

  /*#bannerwrapper { padding: 0 10px; }*/
  .homecontentwrapper {
    /*padding:0 20px*/
  }

  .homecontentwrapper::after {
    top: -20px;
    height: 20px;
  }

  #contentwrapper.media,
  #contentwrapper.singleColWrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bannerSlide .banner-content,
  .stickyContent .banner-content {
    padding-left: 10px;
  }

  #ip3-european-overview .module-landing {
    padding-left: 10px;
    padding-right: 10px;
  }

  .portfolio-filter .filter-inner-wrapper .label-filter {
    margin-right: 10px;
  }

  .portfolio-filter .filter-inner-wrapper .portfolio-fund-wrapper span.drp-list,
  .portfolio-filter .filter-inner-wrapper .portfolio-years-wrapper span.drp-list {
    min-width: 180px;
  }

  .portfolio-module .filter-inner-wrapper span.drp-list {
    /*padding:5px 15px 5px 0px;*/
  }

  .animate-signpost-wrapper .plateform-signpost-inner p.asw_title,
  .animate-signpost-wrapper .plateform-signpost-inner p.asw_counter {
    font-size: 35px;
  }
}

@media all and (min-width: 991px) and (max-width: 1010px) {
  .topnavigation ul li span {
    font-size: 1.5rem;
  }
}

@media all and (min-width: 991px) {
  #apollo-portfolio-performance .readless {
    display: none;
  }

  #ip3-private-equity .Info-Graph-wrapper {
    display: none;
  }

  .rad-left-graph {
    float: left;
    width: 43%;
  }

  .rad-right-graph {
    float: left;
    width: 50%;
    margin-left: 7%;
  }

  /*.rad-right-graph img{width:100%}*/
  .rad-right-graph p.heading {
    text-align: center;
    border-bottom: 1px solid #939597;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .keyfact-wrapper .keyfact-item .keyfact-text {
    max-width: 75%;
  }

  .profiles-loadmore a:hover {
    background: #fff;
    border-color: #fff;
  }

  .profiles-loadmore.media-loadmore a:hover {
    background: none;
    border-color: none;
  }

  .global-button:hover {
    background: #fff;
    color: #007d55;
    text-decoration: none;
  }

  .mobi-show,
  .mobi-topnavigation {
    display: none;
  }

  .topnavigation {
    display: block;
  }

  .portfolio-wrapper .portfolio-item:nth-child(4n + 1) {
    clear: left;
  }

  .location-item-inner-wrapper .loc-address:nth-child(4n + 1) {
    clear: left;
  }

  .inquiryItemWrapper .inquiryItem.full-width .inquiry-address:nth-child(4n + 1) {
    clear: left;
  }
}

@media all and (max-width: 991px) {
  #contentwrapper .share > a {
    padding: 0 39px 0px 0px;
    background-position: 50px 3px;
    background-size: 25px;
    z-index: 9;
  }

  .header-right {
    display: none;
  }

  #mob-bannerwrapper.inner-banner-top.medium {
    min-height: 120px;
  }

  .footer-links-container .footer-top .footer-link {
    float: none;
  }

  .Sub-Navigation-Wrapper {
    display: none;
  }

  /*.mobile-navigation {display: none; float: left; width: 100%; border: 1px solid; margin: 51px 0 0 0;}
  .hamburger {display: block; height: 40px; width: 100%; padding: 15px 20px 35px 20px; position: absolute; top: 0px; left: 0; z-index: 7; border: 1px solid; font-size: 1.6rem; line-height: 2rem; color: #000 !important; text-decoration: none !important;}
  .mobile-menu {position: relative; height: 50px;}
  .hamburger:after {background: url(/content/dam/microsites/elianttrade/icons/dropdown-closed-icon.svg) no-repeat; position: absolute; right: 17px; content: ''; width: 11px; height: 7px; top: 50%; background-size: 100%; transition: all ease 0.5s; transform: translateY(-50%);}
  .hamburger.active:after{transform:translateY(-50%) rotate(180deg)}*/
  .rad-right-graph {
    display: none;
  }

  .eventCalendarWrap.module-landing {
    padding-top: 40px;
  }

  .events-archive-list-wrapper.module-landing {
    padding-top: 30px;
  }

  .pr-email-alert {
    padding: 0;
  }

  .email-button {
    margin-left: 0px;
    margin-top: 20px;
  }

  body#ip3-press-releases .innerpage-intro {
    padding-bottom: 35px;
  }

  .third-level-nav {
    margin-top: 0;
  }

  .h1 {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  h1:after {
    width: 100%;
  }

  #sliderBackgroundWrapper .bgSlide {
    height: 250px;
  }

  #sliderBackgroundWrapper .bannerWrap {
    height: auto;
    padding-bottom: 60px;
  }

  #sliderInnerBackgroundWrapper .bgInnerSlide {
    height: 200px;
  }

  #sliderInnerBackgroundWrapper .banner-without-content {
    height: 120px;
  }

  #sliderInnerBackgroundWrapper.inner-banner-wrapper .bgInnerSlide {
    height: 120px;
  }

  .homecontentwrapper .signpost-content a {
    color: #008c67;
  }

  #bannerwrapper.inner-banner-top.medium {
    min-height: 120px;
  }

  /* Alert */
  #alertWrapper {
    top: 70px;
    font-size: 1.3rem;
    line-height: 1.9rem;
  }

  #alertWrapper .alert_inner {
    padding: 15px 120px 15px 76px;
  }

  #alertWrapper .alert_inner:before {
    left: 40px;
    top: 16px;
  }

  #alertWrapper #alert-agree {
    right: 40px;
  }

  /* Alert */
  .rad-bold {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  #_cookieConsentWrapper .cookie_inner > p {
    max-width: 570px;
  }

  #MainWrapper {
    margin-top: 70px;
  }

  .searchbox {
    top: 69px;
    padding: 1px 0 21px;
  }

  .searchbox .search-bdr:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: #b7b7b7;
    left: 15px;
    max-width: 700px;
  }

  .search-txt {
    border-left: 1px solid #7f7f7f;
    height: 30px;
    font-size: 2.4rem;
    padding-left: 5px;
    display: inline-block;
  }

  .ip3-shareholders #MainWrapper {
    margin-top: 108px;
  }

  .btn {
    padding: 8px 20px;
    /*margin: 28px 0;*/
    width: 100%;
    max-width: 241px;
  }

  body#ip3-Homepage h1.banner-heading {
    max-width: 58%;
    padding-top: 0;
    margin-top: 0;
  }

  body#ip3-Homepage .inner-banner .bannerWrap,
  body#ip3-Homepage .stickyContent .bannerWrap {
    height: 333px;
  }

  #ip3-european-overview h2.introWrap-title {
    max-width: 100%;
  }

  .video-popup .mfp-close {
    margin-top: -30px;
  }

  .static-nav-wrapper,
  .searchbox .close-icon {
    display: none;
  }

  .search {
    padding-top: 26px;
  }

  .topnavigation > ul {
    display: none;
  }

  .mobi-show,
  .mobi-topnavigation {
    display: block;
  }

  .ir-contact-form .form-right input,
  .ir-contact-form .form-right textarea {
    width: 190px;
  }

  .mobi-topnavigation {
    width: 100%;
    max-width: 390px;
    display: none;
  }

  .header-right .top-links {
    display: none;
  }

  .homeWrap > .module-landing:last-child {
    padding: 30px 0 0 0;
  }

  .copyright {
    width: 100%;
  }

  .footer-top {
    padding: 0 25px;
  }

  .footer-link {
    width: 100%;
    margin-top: 5px;
  }

  .footer-social {
    top: 25px;
  }

  .footer-link ul li {
    padding: 0 25px 0 0;
  }

  .footer-link ul li a {
    font-size: 1.2rem;
    line-height: 2.6rem;
  }

  .intro-text-wrapper .intro-text-content {
    width: 100%;
    padding-right: 0;
  }

  .intro-text-wrapper .intro-text-content h2 {
    padding-bottom: 11px;
  }

  .intro-text-wrapper .intro-text-content .intro-text {
    padding-bottom: 0px;
  }

  .content-wrapper .content,
  .footnote-wrapper {
    width: 100%;
  }

  .case-studies-topcontent {
    max-width: 100%;
  }

  .content-wrapper {
    padding-bottom: 0;
  }

  body#ip3-insurance .innerpage-intro {
    padding-bottom: 10px;
  }

  .contentWithBg {
    padding: 27px 0;
  }

  body#ip3-operating-with-esg-impact .tabs-listing ul li a span {
    line-height: 2rem;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
  }

  .tabs-listing ul li a span br {
    display: block;
  }

  .btm-content img {
    margin-right: 20px;
  }

  .tab-bottom {
    padding-top: 20px;
    margin-bottom: 0;
  }

  .carrer-tabs-wrapper.Tab-Number {
    padding-bottom: 40px;
  }

  .Tab-Number .tabs-listing ul > li.Number1 > a:before {
    left: 42px;
  }

  .Tab-Number .tabs-listing ul > li > a:before {
    left: 30px;
    height: 25px;
    width: 25px;
    line-height: 2.4rem;
  }

  .contentWithKeyfact {
    padding-top: 40px;
  }

  .content-value .key-before {
    font-size: 7rem;
  }

  .content-value .value {
    font-size: 10.4rem;
  }

  .portfolio-highlight-signpost-wrapper span.key-after {
    font-size: 7.5rem;
  }

  .content-value .keyfact-data {
    padding-top: 10px;
  }

  .content-value .keyfact-text {
    font-size: 2rem !important;
    line-height: 3rem !important;
    max-width: 70%;
  }

  .statsright {
    margin-left: 0 !important;
    padding-top: 20px;
  }

  .keyfact-wrapper {
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .content-signpost-wrapper .rad-notes.footnote-text {
    margin-top: 25px;
  }

  .keyfact-wrapper .keyfact-items {
    margin-bottom: 0px;
    display: inline-block;
    width: 35%;
  }

  .keyfact-wrapper .keyfact-items:nth-child(2) {
    width: 32%;
    padding-left: 20px;
    /*top: -10px;*/
    top: 0px;
  }

  .keyfact-wrapper .keyfact-items:last-child {
    width: 31%;
    /*top: -10px;*/
    top: 0px;
    padding-left: 15px;
  }

  .keyfact-wrapper .keyfact-items .keyfact-data {
    /*font-size: 7.6rem;*/
    font-size: 6.5rem;
  }

  .keyfact-wrapper .keyfact-items .keyfact-data .postval {
    font-size: 4.6rem;
  }

  .keyfact-wrapper .keyfact-items .keyfact-data .preval {
    font-size: 4.8rem;
    margin-top: 10px;
    line-height: 6rem;
  }

  .keyfact-wrapper .keyfact-items .keyfact-text {
    /*max-width:210px*/
    max-width: 190px;
    margin-top: -15px;
  }

  .keyfact-wrapper .keyfact-items:first-child .keyfact-text {
    margin-top: -25px;
  }

  .keyfact-wrapper .keyfact-items:after {
    width: 116px;
    bottom: 0;
    transform: rotate(90deg);
    top: 50%;
    right: -50px;
  }

  /*.keyfact-wrapper .keyfact-items:nth-child(2):after{top:60%}*/
  .content-value.split-view .keyfact-text {
    padding-left: 20px;
  }

  .content-value.split-view .portfolio-signpost.animated:before {
    max-width: 590px;
  }

  #helping-veterans {
    padding-bottom: 30px;
    padding-top: 15px !important;
  }

  #helping-veterans .statsright {
    padding-top: 0;
  }

  .img-bx {
    margin: 20px 0;
  }

  .img-bx img {
    height: 210px;
  }

  .content-text-img {
    top: 15px;
    right: 10px;
    max-width: 410px;
    font-size: 2rem;
    line-height: 3rem;
  }

  .content-module-wrapper .intro-content table th {
    line-height: 1.8rem;
  }

  .content-module-wrapper .intro-content table:not(.check) th:last-child {
    text-align: left;
    width: 23%;
  }

  ul.rad-list li > span {
    font-size: 6.5rem;
  }

  .content-module-wrapper .intro-content ul.rad-list li p {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  ul.rad-list li {
    padding: 0 13px !important;
  }

  .column-content-wrapper {
    padding: 45px 0 10px;
  }

  .chart-wrapper .chart-message {
    top: 65%;
  }

  .two-box-intro {
    padding: 18px 0 0 0;
  }

  .intro-section .top-intro > p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }

  .two-box-intro .intro-title {
    font-size: 2.4rem;
    line-height: 2.4rem;
    padding: 16px 0 14px;
  }

  .two-box-intro .intro-desc {
    padding-bottom: 15px;
  }

  #Latest_Financials {
    padding-top: 50px;
  }

  .Document-Wrap {
    width: 100%;
  }

  .email-alert .btn {
    margin-top: 10px;
  }

  .feature-podcast-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .select-dropdown label.analyst {
    padding-left: 85px;
  }

  .select-dropdown .output {
    margin-top: 20px;
    padding-left: 10px;
  }

  .case-studies-wrapper .case-study-item .case-study-content p:empty {
    display: none;
  }

  .details-inner {
    padding: 25px 25px 10px;
  }

  .inquiry-item-inner-wrapper {
    padding-top: 8px;
  }

  .event-item .event-subject-wrapper,
  h1,
  .leadership-wrapper h1,
  .innerpage-intro h1 {
    font-size: 3rem;
    line-height: normal;
  }

  .leadership-wrapper h1 {
    padding-top: 0;
  }

  .home-banner .bannerWrap {
    padding-top: 0;
    padding-bottom: 0;
    height: 280px;
  }

  .home-banner .banner-title,
  #sliderBackgroundWrapper .banner-title {
    font-size: 4.5rem;
    line-height: 42px;
  }

  .home-banner .banner-content,
  #sliderBackgroundWrapper .banner-content {
    /*padding-top: 40px;*/
    padding-top: 20px;
  }

  .searchresultpage #loadmore,
  table.searchTable {
    max-width: 100%;
  }

  .our-history-wrapper .history-year .left-content .history-keyfact-text,
  .our-history-wrapper .history-year .left-content .history-keyfact-value {
    padding-left: 0;
  }

  #bannerwrapper {
    /*min-height:280px;*/
  }

  #sliderBannerWrapper {
    margin-top: -120px;
  }

  #sliderBannerWrapper .bannerSlide:after,
  #sliderBannerWrapper .stickyContent:after,
  #bannerwrapper::after {
    /*background-image: linear-gradient(to right top, #000000, rgba(0,0,0,0) 100%);*/
    display: none;
  }

  .sliderMember .slick-next {
    right: 13px;
  }

  .bodwrap .bod-bio {
    padding-right: 0;
  }

  .bodwrap .bod-bio .short_bio:not(.hide) {
    display: block;
  }

  .bodwrap .bod-btn {
    position: relative;
    top: 0;
  }

  .accordion-inner-wrapper {
    height: 360px;
  }

  .bottom-content-wrapper {
    margin-bottom: 15px;
  }

  #sliderBannerWrapper .banner-content {
    padding: 20px 0px;
  }

  #sliderBannerWrapper .banner-link {
    margin: 4px 0 0 0;
    display: inline-block;
    width: 100%;
  }

  .bannerSlide .banner-content .banner-text p {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }

  .bannerSlide .banner-normal-content {
    display: none;
  }

  .bannerSlide .banner-image-wrapper {
    height: 144px !important;
  }

  .home {
    padding: 0 15px;
  }

  .sliderInnerWrapper .slick-dots li {
    height: 9px;
    width: 9px;
    margin: 0 8px;
  }

  .sliderInnerWrapper .slick-dots li button {
    height: 9px;
    width: 9px;
  }

  .sliderInnerWrapper .slick-dots li button:before {
    height: 9px;
    width: 9px;
    line-height: 9px;
    font-size: 3.4rem;
  }

  .sliderInnerWrapper .slick-dots {
    margin: 0 0 14px 0;
    right: 34px;
  }

  .intro-text-wrapper .intro-text-content p.rad-big {
    font-size: 2.7rem;
    line-height: 3.2rem;
  }

  .homeWrap h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }

  .homeWrap .introWrap {
    /*margin-bottom: 60px;*/
  }

  #signpost-box-top {
    padding-top: 20px;
  }

  .signpost-title.bottom {
    font-size: 2.4rem;
    line-height: 2.8rem;
    padding: 0 0 16px;
    margin-top: 22px;
  }

  .signpost-title.top {
    font-size: 2.4rem;
    line-height: 2.8rem;
    border-width: 1px;
    display: inline-block;
    width: 100%;
    padding: 5px 0 15px;
  }

  .signpost-subtitle.top {
    font-size: 2rem;
    line-height: 2.4rem;
    padding: 17px 0 0px;
  }

  .signpost-content {
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding-top: 0;
  }

  .home-twitter-social .twitter-feeds-title p {
    font-size: 2rem;
    line-height: 2.4rem;
    padding: 15px 10px 10px 0;
  }

  .home-twitter-social .twitter-name a {
    top: 20px;
    right: -10px;
  }

  .homeWrap .twitter-feeds-title.processed img {
    width: 90%;
  }

  #bannerwrapper.inner-banner-top {
    min-height: 200px;
  }

  #bannerwrapper.long-banner {
    min-height: 398px;
  }

  .inner-banner .banner-content {
    left: -40px;
    padding: 8px 65px 25px 40px;
    max-width: 518px;
  }

  .inner-banner .banner-content .banner-text p {
    font-size: 1.8rem;
    line-height: 2.2rem;
    letter-spacing: 0;
    padding-top: 10px;
  }

  .share {
    top: 25px;
  }

  .share a {
    font-size: 1.4rem;
  }

  .share a:after {
    width: 25px;
    height: 25px;
    background-size: 100% auto;
  }

  .inner-title h2 {
    font-size: 3rem;
    line-height: normal;
  }

  .leader-wrap {
    padding: 0 15px;
  }

  .leadership-intro {
    padding: 0 15px;
  }

  .employee-list-wrapper.module-landing {
    margin-top: 50px;
    padding: 30px 0 60px;
  }

  #bod-committee .member-mod {
    padding-top: 18px;
    margin-top: 0;
  }

  .bodWrapper h2.subheading {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }

  .bodWrapper .subheading-txt {
    padding-top: 0;
  }

  .accordion-wrapper .accordion-title p {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }

  .accordion-wrapper .accordion-content {
    padding: 21px 0 10px;
  }

  .accordion-wrapper .accordion-subheading {
    padding-top: 8px;
  }

  .bodWrapper .management-committee h2.subheading {
    border-width: 1px;
    border-color: #b7b7b7;
  }

  .accordion-wrapper.member-mod .accordionWrap {
    padding-bottom: 20px;
  }

  .bodWrapper .management-committee h2.subheading {
    margin-bottom: -10px;
  }

  #breadcrumb {
    margin: 0px 0 30px;
    padding-top: 25px;
  }

  #breadcrumb a,
  #breadcrumb span {
    font-size: 1.1rem;
  }

  .share > a {
    padding: 0 39px 0px 0px;
    background-position: 53px 3px;
    background-size: 25px;
    z-index: 9;
  }

  .chapter-wrapper .chapter-top.hide-chapter-subtitle .share > a {
    margin-bottom: 3px;
  }

  #contentwrapper .share > a:hover,
  #contentwrapper .share > a:focus {
    background-position: 45px 2px;
    background-size: 30px;
  }

  .brd .container-fluid,
  #sliderMemberWrapper .container-fluid,
  .insights-main .container-fluid,
  .insights-video-module .container-fluid {
    padding: 0 15px;
  }

  .board-wrap .Leader-image-wrapper {
    max-width: 240px;
  }

  .leader-bio {
    padding: 0px 0 0 20px;
    width: 45%;
    display: inline-block;
  }

  .bio-title {
    font-size: 3rem;
    line-height: normal;
  }

  .leadership-intro {
    font-size: 2rem;
    line-height: 3.2rem;
  }

  .leader-subheading {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin: -7px 0 0 0;
  }

  .leadership-detail .details-inner {
    margin-top: 30px;
    padding: 20px 0 1px 0;
  }

  .leadership-detail .details-inner > p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .leadership-detail .details-inner p:first-child {
    font-size: 2rem;
    line-height: 3.2rem;
  }

  .leadership-detail .share-details.show {
    top: 45px;
  }

  /*.leader-subheading br{display:none;}*/
  #sliderMemberWrapper {
    padding-top: 0px;
  }

  .leaders-list {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }

  .leaders-list p {
    padding: 20px 0 19px;
  }

  .sliderMember .banner-content {
    padding: 20px 0 13px 0;
    height: 120px;
  }

  .sliderMember .banner-normal-text {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }

  .sliderMember .banner-normal-content {
  }

  .sliderMember .banner-sub-content {
    line-height: 2.1rem;
    border-color: #6d7278;
  }

  .insights-banner h1 {
    font-size: 1.1rem;
  }

  .insights-right-section h2 {
    padding-left: 0;
    font-size: 2.4rem;
    line-height: 2.8rem;
    padding-bottom: 31px;
  }

  .insights-bottom-section .article-main .insight-title > p {
    padding-top: 23px;
    padding-bottom: 22px;
    font-size: 1.1rem;
    line-height: 1.1rem;
  }

  .insights-bottom-section .article-main .insight-title h3 {
    font-size: 2rem;
    line-height: 2.4rem;
    padding-bottom: 7px;
  }

  .insights-right-section .insights-detail-wrap .article-author {
    padding-bottom: 7px;
  }

  .insights-right-section .article-main .insight-title {
    padding-bottom: 14px;
  }

  .insights-banner .insights-banner-content {
    min-height: inherit;
    padding: 16px 30px 12px 25px;
  }

  .insight-banner-text {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }

  .insight-banner-content {
    /*font-size:3rem;*/
    font-size: 1.8rem;
    line-height: 3rem;
    padding: 5px 0 5px 0;
  }

  .insight-banner-sub-image {
    height: 166px;
  }

  .insight-sub-banner {
    border-width: 4px;
    width: calc(100% - 23px);
  }

  .insights-bottom-section .article-main .insight-title {
    min-height: 290px;
  }

  .insights-detail .article-detail br {
    display: inline-block;
  }

  .insights-landing .inner-title h1 {
    border-width: 1px;
    padding-bottom: 16px;
    font-size: 3rem;
    line-height: 3.4rem;
  }

  .insights-main .insight-title > p {
    font-size: 1.1rem;
    line-height: normal;
    padding-bottom: 23px;
  }

  .insights-main .article-title h2 {
    font-size: 2.7rem;
    line-height: 3.2rem;
    padding: 20px 0 17px 0;
  }

  .insights-main {
    margin: 0 0 0 0;
  }

  .insights-main {
    margin: 8px 0 0 0;
  }

  .insights-main .insights-middle .article-title h3 {
    padding-top: 4px;
  }

  .article-social {
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0;
  }

  .twitter-name a {
    top: 15px;
  }

  .insights-bottom-section {
    padding-top: 30px;
    margin-top: 0px;
  }

  .insights-bottom-section h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    padding-bottom: 11px;
  }

  .insights-detail-wrap .insight-title {
    padding: 18px 0 0 0;
    border-width: 1px;
    margin-bottom: 21px;
  }

  .insights-detail-wrap .insight-title > p {
    font-size: 1.1rem;
    line-height: normal;
    padding-bottom: 22px;
  }

  .insights-detail-wrap .insight-title h1 {
    font-size: 3.6rem;
    line-height: 4.1rem;
  }

  .insights-detail-wrap .article-author {
    padding-top: 10px;
  }

  .insights-detail-wrap .article-author span {
    width: 100%;
    padding-right: 0;
  }

  .insights-detail-wrap .article-author span:after {
    display: none;
  }

  .insights-detail-wrap .article-author .article-detail {
    padding: 0 0 0 0;
    width: 100%;
  }

  .insights-detail-wrap .share {
    top: inherit;
    bottom: 16px;
    position: absolute;
    right: 0;
  }

  .insights-detail-wrap .article-author .article-detail p:last-child {
    padding: 0;
  }

  .insights-detail-wrap .article-author .date {
    padding-bottom: 21px;
  }

  .article-desc {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .article-desc p:first-child {
    font-size: 2rem;
    line-height: 3.2rem;
  }

  .insights-video-module {
    padding: 27px 0 34px 0;
  }

  .insights-video-detail {
    padding-left: 20px;
    /* max-width:300px*/
  }

  .insights-video-detail h3 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }

  .insights-video-detail p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .insights-bottom-content {
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding: 21px 0 33px 0;
  }

  /* Career - Intro*/
  .career-footer-wrapper {
    padding: 40px 0;
  }

  .career-footer-wrapper p.career-footer-head {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }

  .left {
    padding: 0 15px;
  }

  .right {
    padding: 0 15px 0 40px;
  }

  /* Career - Quote*/
  .c-quote {
    padding: 0 32px;
  }

  .c-quote p {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }

  .tabs-listing ul li {
    width: 20%;
  }

  .quotes-name-position a {
    position: static !important;
  }

  .carrer-tabs-wrapper {
    padding: 35px 0 0;
  }

  .carrer-tabs-wrapper .intro-content p {
    padding-top: 15px;
  }

  .carrer-tabs-wrapper .tabs-content p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .carrer-tabs-wrapper .tabs-content p.tab-sub-title {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .snapdown-tabs {
    margin-bottom: 0;
  }

  .location-content {
    padding: 15px 0 0;
  }

  p.location-title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-family: 'Helvetica, Arial, sans-serif';
  }

  /* Video Gallery */
  .video-gallery-wrapper {
    padding: 36px 0 50px;
  }

  .video-gallery-wrapper h2 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }

  .gallery-title p {
    display: none;
  }

  .video-gallery-wrapper .video-copy-module-background {
    padding: 15px 0 0 14px;
  }

  .video-gallery .video-popup-link:after {
    height: 61px;
    width: 61px;
    bottom: 15px;
    right: 15px;
    background-size: 100%;
    top: auto;
  }

  .video-gallery .video-player:hover .video-popup-link:after,
  .video-gallery .video-player:focus .video-popup-link:after {
    height: 75px;
    width: 75px;
    background-size: 100%;
    right: 15px;
    bottom: 15px;
  }

  .video-quote {
    bottom: 25px;
  }

  .video-quote > p {
    font-size: 3rem;
    line-height: 2.8rem;
    padding-bottom: 10px;
  }

  .video-gallery-thumb .video-player.slick-slide {
    margin-right: 10px;
    width: 148px;
  }

  .video-gallery-thumb .thumb-hover {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  /*content-module*/
  .content-module-wrapper .intro-content p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }

  .animateSignpostWrap.module-landing {
    padding-top: 38px;
  }

  .animateSignpostWrap h3 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-bottom: 20px;
  }

  .animateSignpostWrap h4 {
    font-size: 1.4rem;
    line-height: normal;
  }

  .intro-content-module .introWrap-title {
    font-size: 1.8rem;
    line-height: 1.9rem;
  }

  /*Our business - Sub Link Module*/
  .our-business-sub-link-wrapper {
    padding: 35px 0 40px 0;
  }

  .our-business-sub-link-item .title-top {
    display: block;
    font-size: 2.4rem;
    line-height: 3rem;
  }

  .our-business-sub-link-item .title-bottom {
    display: none;
    line-height: 3rem;
    font-size: 2.4rem;
  }

  .our-business-sub-link-wrapper .image {
    margin: 0 0 10px;
    height: 98px;
  }

  .our-business-insights-sub-link-wrapper .our-business-sub-link-item .title-bottom {
    display: block;
  }

  .video-copy-module-background {
    padding: 24px 24px 23px;
  }

  .video-player {
    padding: 0 12px;
  }

  .video-content {
    height: 100%;
    min-height: 140px;
  }

  .video-copy-module h3 {
    font-size: 1.8rem;
    padding-top: 0;
    width: 100%;
  }

  .video-text {
    width: 100%;
  }

  .quotes-module-wrapper .quotes-text {
    font-size: 2rem;
    line-height: 3rem;
  }

  .video-copy-module .video-popup-link:after {
    height: 43px;
    width: 43px;
    bottom: 10px;
    right: 10px;
    background-size: 100% !important;
    top: auto;
  }

  .video-copy-module .video-player:hover .video-popup-link:after,
  .video-copy-module .video-player:focus .video-popup-link:after {
    background-size: 100%;
    height: 55px;
    width: 55px;
  }

  /*Case Studies - Module*/
  .case-studies-item .image,
  .case-studies-item-text {
    height: 137px;
  }

  .case-studies-item h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    padding: 0;
    margin: 0 0 5px 0;
  }

  /*Portfolio Highlights - Module*/
  .portfolio-highlights-wrapper {
    padding: 50px 0;
  }

  .portfolio-highlights-wrapper .heading {
    font-size: 1.8rem;
    line-height: 1.3rem;
    padding-top: 0;
  }

  .portfolio-highlights-item .title {
    font-size: 1.4rem;
  }

  .portfolio-highlights-item .portfolio-value {
    font-size: 5rem;
    line-height: normal;
    margin: -20px 0 0 0;
  }

  .portfolio-highlights-item .portfolio-value .before {
    font-size: 3.6rem;
    margin: 15px 0 0 0;
  }

  .portfolio-highlights-bottom {
    margin: 10px 0 0 0;
    padding: 30px 0 0 0;
  }

  .portfolio-highlights-bottom ol li {
    padding: 0 20px 0 42px;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .portfolio-highlights-bottom ol li::before {
    width: 31px;
    height: 31px;
    line-height: 31px !important;
    font-size: 1.5rem;
    line-height: 2.2rem;
  }

  /*Insurance Diversified Solutions - Module*/
  .insurance-diversified-solutions-wrapper {
    padding: 43px 0 28px;
    background: #f0f0f1;
  }

  .insurance-diversified-solutions-wrapper .heading {
    font-size: 1.8rem;
    line-height: 2.6rem;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #878787;
    font-weight: 600;
  }

  .insurance-diversified-solutions-wrapper .sub-heading {
    font-size: 1.6rem;
    line-height: normal;
    margin: 0 0 0px 0;
  }

  .insurance-diversified-solutions-item {
    padding: 40px 0 24px;
  }

  .insurance-diversified-solutions-item .image img {
    max-width: 128px;
  }

  .risk-return-accordion-content {
    padding: 0;
  }

  .risk-return-spectrum-accordion-module-wrapper {
    padding: 50px 0 20px 0;
  }

  .risk-return-accordion-content-item {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }

  .risk-return-spectrum-accordion-item:after {
    bottom: 10px;
  }

  .risk-return-spectrum-accordion-module .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .risk-return-spectrum-accordion-module .col-md-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .risk-return-spectrum-accordion-item {
    height: 79px;
    margin-bottom: 20px;
    padding: 15px 5px 37px;
  }

  .risk-return-spectrum-accordion-item .accordion-item-heading.small-title {
    font-size: 1.8rem;
    line-height: normal;
  }

  .risk-return-spectrum-accordion-item .accordion-item-heading.small-title {
    font-size: 1.4rem;
    line-height: normal;
    margin-top: -5px;
  }

  .show-only-bottom-list .risk-return-spectrum-accordion-item .accordion-item-heading {
    padding-left: 0;
    padding-right: 0;
  }

  /* Graph - Private Equity */
  /*.private-equity-graph-box{height:504px}
  .private-equity-graph-box-wrapper {padding: 0 0 0 120px;}
  #contentwrapper .graph-right-number{margin-bottom:5px}
  #contentwrapper .graph-right-number li{font-size:1.8rem}
  #contentwrapper .graph-right-number li + li {margin-top: 67px;}
  .graph-box-item-title{margin-bottom:0;font-size: 2.0rem;}
  .graph-box-item-sub-title{font-size: 1.6rem;line-height: normal;}
  .graph-box-item{padding: 25px 20px !important;}
  .graph-box1 {height: 232px; padding-top: 26px !important; width: 278px !important;}
  .graph-box2 {height: 156px; bottom: 215px; width: 361px !important;margin-left: 15% !important;}
  .graph-box3 {height: 92px; width: 266px !important; margin-left: 31% !important;}
  .graph-box-item.graph-box2{padding:20px !important}
  .graph-box-item.graph-box3{padding:5px 20px !important}
  .graph-box-item .graph-box-description{padding:0 23px}
  .graph-box-item .graph-box-description ul li {padding: 13px 0 12px!important;}
  .graph-box-item .graph-box-description ul li:first-child {padding-top: 13px !important;}
  .graph-box-item .graph-box-description ul li:last-child {padding-bottom: 13px !important;}
  .graph-box2.graph-box-item .graph-box-description ul li{padding: 17px 0 !important;}
  .graph-box3.graph-box-item .graph-box-description ul li {padding: 13px 0 !important;}
  .graph-box2.graph-box-item .graph-box-description ul li:first-child {padding-top: 18px !important;}
  .graph-box3.graph-box-item .graph-box-description ul li:first-child {padding-top: 14px !important;}
  .graph-box2.graph-box-item .graph-box-description ul li:last-child{padding-bottom: 18px !important;}
  .graph-box3.graph-box-item .graph-box-description ul li:last-child {padding-bottom: 14px !important;}
  .graph-box2 .graph-box-description {bottom: -138px; left: 30px;width: 333px !important;}
  .graph-box-item.graph-box3 .graph-box-description {bottom: inherit; top: 40px; left: 5px; width: 275px !important;}
  .graph-box-item .plus-icon{bottom:12px; left:20px}
  .graph-box-item .plus-icon:before{height:20px; width:20px}
  .graph-box-item .plus-icon.active:before{background-size:100%}*/
  /*Chapter Pages*/
  .chapter-wrapper .chapter-top .brdcrumb .container-fluid {
    padding: 0 15px;
  }

  .chapter-wrapper .chapter-top {
    margin-bottom: 30px;
  }

  .chapter-subtitle {
    font-size: 3.5rem;
    line-height: 4.5rem;
    padding-bottom: 10px;
  }

  .chapter-wrapper .share {
    bottom: -77px;
  }

  .Impact-Chapter-Wrapper #bannerwrapper::after {
    background-image: none;
  }

  .Download-banner .download-wrap {
    max-width: 590px;
  }

  .long-banner.dw-content-wrapper .download-wrap {
    max-width: 590px;
  }

  .Download-banner .dw-content-wrapper {
    background-image: url(../resource/images/download-report-chapter-prompt-background-image-tablet.jpg) !important;
    margin-bottom: 30px;
  }

  .Download-banner .dw-content p {
    font-size: 1.6rem;
    line-height: 26px;
    padding-top: 18px;
    padding-bottom: 22px;
  }

  .download-wrap .dw-link-wrapper .btn {
    padding: 8px 40px 8px 5px;
    margin: 24px 0 0;
  }

  .dw-link-text-wrapper .link-text {
    font-size: 1.1rem;
  }

  .download-wrap .dw-link-wrapper a.btn:before {
    top: 11px;
  }

  .Impact-Chapter-Wrapper + a + #contentwrapper .innerpage-intro {
    padding-bottom: 30px;
  }

  .Impact-Chapter-Wrapper + a + #contentwrapper .innerpage-intro.padding-top-40 {
    padding-top: 20px;
  }

  .Impact-Chapter-Wrapper + a + #contentwrapper .innerpage-intro p {
    font-size: 2rem;
    line-height: 3.2rem;
  }

  /* Promo Module */
  .promo-wrapper {
    padding: 20px 0;
  }

  .promo-link .btn {
    margin: 24px 0 20px;
    min-width: 100%;
  }

  .promo-text p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }

  /* Investors Opportunistic */
  .Investors-wrapper {
    padding: 45px 0 50px;
  }

  .investro-head {
    padding: 10px 0;
  }

  .heading {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .investor-head,
  .middle-content span,
  .bottom-txt {
    font-size: 1.6rem;
  }

  .Investors-Content.left .no-pad {
    padding-left: 0;
    padding-right: 10px;
  }

  .Investors-Content.right .no-pad {
    padding-right: 0;
    padding-left: 10px;
  }

  .Investors-Content.right {
    padding-left: 20px;
  }

  .middle-content {
    padding: 24px 0 20px;
  }

  .bottom-txt {
    padding: 15px 0;
  }

  .Investors-Content .bottom-txt p {
    line-height: normal;
  }

  .Investors-wrapper .investor-title {
    padding-bottom: 0px;
    margin-bottom: 20px;
  }

  /* Market Cycle */
  .Market-wrapper {
    padding: 41px 0 45px;
  }

  .Market-wrapper .heading {
    font-size: 1.8rem;
    line-height: 2.6rem;
    padding-bottom: 10px;
  }

  .Market-wrapper .investor-title {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }

  .Market-Content .middle-content {
    padding: 15px 5px 0;
  }

  .Market-subhead {
    padding-top: 20px;
  }

  .Market-subhead span:before,
  .Market-subhead span:after {
    top: 20%;
    width: 110%;
  }

  .Market-subhead span:before {
    left: -93.5%;
  }

  .Market-subhead span:after {
    right: -93.5%;
  }

  .Market-subhead-bottom span:before,
  .Market-subhead-bottom span:after {
    bottom: 43%;
    width: 108%;
    top: auto;
  }

  .Market-head {
    font-size: 1.8rem;
  }

  .Market-Content.first .middle-content {
    padding: 40px 0 0;
  }

  .Market-Content.third .middle-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
  }

  .Market-subhead-bottom {
    padding-top: 20px;
  }

  .Market-Content.third .bottom2 {
    padding: 4px 10px;
    line-height: 1.9rem;
  }

  /* Info Graph */
  .Info-Graph-wrapper {
    padding: 30px 0 45px;
  }

  .Info-Graph {
    display: none;
  }

  /*.Info-Graph-Tablet{display:block; padding:40px 0}*/
  .Info-Graph-Tablet img {
    max-width: 624px;
  }

  .right-side-section {
    height: 464px;
    background-size: cover;
  }

  .right2-heading {
    width: 25%;
  }

  .right3-heading {
    width: 17%;
  }

  .value-content {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .value-left-box1 .value-content br:not(:first-child) {
    display: block;
    content: '';
    padding-bottom: 10px;
  }

  .value-left-box2 .value-content {
    line-height: normal;
  }

  .value-left-box {
    padding: 23px 5px;
  }

  .value-left-box2 {
    padding: 32px 5px;
  }

  .value-left-box3 {
    padding: 26px 5px 27px;
  }

  .right1-heading {
    width: 52%;
  }

  .right-section-1 {
    padding: 70px 0 53px;
  }

  .right-section-2 {
    padding: 47px 0 48px;
  }

  .right-section-3 {
    padding: 42px 0 26px;
  }

  .right-box-1.value1 {
    width: 29%;
  }

  .right-box-1.value2 {
    width: 15%;
  }

  .right-box-1.value3 {
    width: 22%;
  }

  .right-box-1.value4 {
    width: 28%;
  }

  .right-box-1.value4 .right-box-value span {
    width: 100%;
  }

  .right-box-1.value4 .right-box-value span:first-child {
    padding-right: 0;
  }

  .right-box-1.value4 .right-box-value span:last-child {
    padding-left: 0;
    padding-top: 10px;
  }

  .right-box-1.value4 .right-box-value span:first-child:after {
    top: 28px;
    right: 67px;
    transform: rotate(90deg);
  }

  .right-box-2.value1 {
    width: 32%;
    text-align: right;
  }

  .right-box-2.value2 {
    width: 29.5%;
  }

  .right-box-2.value3 {
    width: 36%;
    text-align: left;
  }

  .right-middle-title {
    right: 27px;
  }

  .right-box-3.value1 {
    width: 18%;
  }

  .right-box-3.value2 {
    width: 31%;
  }

  .right-side-section:after {
    height: 55%;
    top: 208px;
  }

  /* Awards Page */
  .Awards-wrapper {
    padding: 30px 0 20px;
  }

  .award-content-wrap {
    padding-bottom: 30px;
  }

  .award-content {
    padding: 10px 0 0 0;
  }

  .award-title {
    font-size: 1.8rem;
    color: #000;
    padding-bottom: 10px;
  }

  .award-content .date {
    font-size: 1.4rem;
    padding-bottom: 10px;
  }

  .award-desc p {
    line-height: 2rem;
    font-size: 1.4rem;
  }

  .summary {
    width: 70%;
  }

  .related {
    width: 29%;
    padding: 30px 0 0 13px;
  }

  .Our-People-Wrapper {
    padding: 35px 0 80px;
  }

  .Our-People-Wrapper.people-single-main,
  .Our-People-Wrapper.people-double-main {
    padding-bottom: 14px;
  }

  .people-slide .video-player {
    padding: 0;
  }

  .people-gallery .video-popup-link:after {
    height: 80px;
    width: 80px;
    background-size: 100%;
  }

  body#ip3-in-the-news .pr-location-wrapper.dd-wrap,
  body#ip3-press-releases .pr-location-wrapper.dd-wrap {
    margin-top: 20px;
  }

  body#ip3-in-the-news .employee-filter-section .filter-section-wrapper {
    width: 81%;
  }

  body#ip3-press-releases .pr-year-wrapper.dd-wrap {
    margin-top: 20px;
  }

  body#ip3-press-releases .filter-inner-wrapper span.drp-list {
    min-width: 298px;
  }

  body#ip3-press-releases .employee-filter-section .filter-section-wrapper {
    width: 99%;
  }
}

/*--------- iPad Portrait and large Tablets Portrait ---------*/
@media all and (min-width: 768px) and (max-width: 991px) {
  .search-btn {
    top: -10px;
  }

  .module-boxes-wrapper
    .risk-return-spectrum-accordion-module.item-with-logo-text
    .risk-return-spectrum-accordion-item
    .accordion-item-logo-heading-wrapper {
    max-height: 90px;
  }

  #breadcrumb .separator:before,
  #breadcrumb .separator:after {
    top: -4px;
  }

  .intro-section h1 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }

  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }

  .border-wrap .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  h2,
  .h2 {
    font-size: 2.4rem;
    line-height: 24px;
  }

  h2:after {
    bottom: 5px;
  }

  body#ip3-about-apollo .content-module-wrapper .intro-content p,
  body#ip3-about-apollo .content-module-wrapper .intro-content a {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }

  .leader-detail #breadcrumb {
    margin: 0px -25px 30px;
  }

  .keyfact-wrapper .keyfact-item .keyfact-data {
    font-size: 7.2rem;
    margin-bottom: 0;
  }

  .highlight-module .animate-signpost-wrapper .plateform-signpost-inner p.asw_title {
    font-size: 4rem;
  }

  .highlight-module .animate-signpost-wrapper .plateform-signpost-inner p.asw_title span {
    font-size: 2.5rem;
  }

  .highlight-module .animate-signpost-wrapper .platform-signpost.animated .bottom-content {
    font-size: 1rem;
  }

  .highlight-module
    .animate-signpost-wrapper
    .platform-signpost.animated:last-child
    .bottom-content {
    margin-left: 15px;
  }

  .h2 {
    font-size: 3.5rem;
  }

  .mm-hasnavbar-top-1 .mm-panels {
    top: 70px;
  }

  #contentwrapper.singleColWrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  #contentwrapper .pr-innerpage-container h1 {
    padding-left: 0px;
    padding-right: 0px;
  }

  #headerwrapper {
    padding: 0;
    /*border-bottom:1px solid #f0f0f1;*/
    min-height: 70px;
  }

  .showNav #logo {
    margin-left: 15px;
    z-index: 0;
    display: none;
  }

  #headerwrapper .showNav #logo img {
    width: 115px;
  }

  .search-btn {
    margin: 0;
    right: 30px;
    top: -8px;
  }

  #searchButtonContainer {
    margin-left: 20px;
    margin-right: 10px;
  }

  .ui-autocomplete.ui-menu .ui-menu-item {
    padding-left: 10px !important;
  }

  #searchTextBoxContainerRP .ui-autocomplete.ui-menu .ui-menu-item {
    padding-left: 0px !important;
  }

  .upcoming-events-container .eventData {
    width: 45%;
  }

  .eventCalendar {
    width: 26%;
  }

  .content-module-wrapper {
    /*padding: 45px 0 25px 0;*/
  }

  body#ip3-our-business .content-module-wrapper {
    padding: 20px 0 5px 0;
  }

  body#ip3-about-apollo .content-module-wrapper {
    padding: 0px 0 25px 0;
  }

  #apollo-assets-under-management .content-wrapper .content p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding-bottom: 0;
  }

  body#ip3-careers .intro-section {
    padding-bottom: 12px;
  }

  body#ip3-careers .career-location-wrapper {
    padding-top: 30px;
  }

  body#ip3-careers .tabs-content .container-fluid {
    padding: 0 20px;
  }

  .video-copy-module {
    padding: 45px 0;
  }

  .videoWrap {
    padding: 32px 0 40px;
  }

  .video-popup-link:after {
    top: 10px;
    right: 10px;
    font-size: 50px;
    line-height: 50px;
  }

  #bannerwrapper {
    padding: 0 10px;
  }

  .homecontentwrapper {
    padding: 0;
    margin-top: 0;
  }

  .meet-team-item .meet-video-link:after,
  .profiles-section-wrapper .profiles-item .profiles-video-link:after {
    top: 10px;
    right: 10px;
    font-size: 40px;
    line-height: 40px;
  }

  .signpost-wrapper {
    margin-bottom: 24px;
  }

  .intro-section p {
    font-size: 2rem;
    line-height: 3.2rem;
  }

  .homeWrap .videoWrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .video-title {
    line-height: 45px;
    padding-bottom: 20px;
  }

  .homeWrap .video-title {
    font-size: 3.4rem;
    line-height: 42px;
    padding-bottom: 15px;
  }

  .homeWrap .video-text {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }

  .video-text .rad-content {
    padding: 20px 0 0;
  }

  .bottom-image {
    padding-bottom: 6px;
  }

  .case-studies-module-wrapper {
    padding: 50px 0;
  }

  .case-studies-item {
    padding: 35px 0 25px;
  }

  .case-studies-module h2 {
    padding-top: 0px;
    margin: -5px 0 10px 0;
  }

  .case-studies-wrapper .case-study-item .case-study-image {
    padding-bottom: 3px;
  }

  .case-studies-wrapper .case-study-item .case-study-content {
    line-height: 20px;
  }

  .case-studies-wrapper .case-study-item .case-study-content p {
    padding-bottom: 0;
  }

  .our-history-wrapper {
    padding: 35px 0 53px;
  }

  .our-history-wrapper .history-year .part-left .year-title {
    margin-top: -18px;
  }

  .our-history-wrapper .history-year .part-right .year-content {
    margin-top: 45px;
  }

  .our-history-wrapper .history-year .part-left,
  .our-history-wrapper .history-year .part-right {
    padding-bottom: 15px;
  }

  .our-history-wrapper .history-year .history-keyfact-value {
    font-size: 7rem;
  }

  .bodWrapper #executive-committee h2 {
    padding-top: 12px;
  }

  .portfolio-module h2 {
    padding-top: 14px;
  }

  body#ip3-private-equity .portfolio-highlights-item .title {
    min-height: 36px;
  }

  .half-content-wrapper .half-content {
    /*margin-top:20px;*/
    margin-top: 0px;
  }

  .portfolio-wrapper .portfolio-item:nth-child(2n + 1) {
    clear: left;
  }

  .filter-inner-wrapper .label-filter {
    margin-right: 10px;
  }

  .filter-inner-wrapper {
    margin-top: 30px;
  }

  .filter-inner-wrapper .dd-wrap {
    margin-right: 8px;
  }

  span.drp-list {
    padding: 10px 35px 9px 10px;
  }

  .portfolio-wrapper .portfolio-item .portfolio-image {
    margin-bottom: 18px;
  }

  /*.portfolio-wrapper .portfolio-item .portfolio-image > img{width:100%;}*/
  .profiles-section-wrapper .profiles-loadmore {
    margin-bottom: 40px;
  }

  .profiles-section-wrapper > h2 {
    padding-bottom: 10px;
  }

  .profiles-section-wrapper > p {
    margin-bottom: 13px;
  }

  .meet-team-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .portfolio-highlights-item {
    border-top: 2.5px solid #007d55;
    padding: 20px 0 20px;
  }

  body#ip3-infrastructure
    .portfolio-highlights-item-in:first-of-type
    .portfolio-highlights-item
    .title {
    /*margin-bottom: 40px;*/
    margin-bottom: 20px;
  }

  /*body#ip3-real-assets .portfolio-highlights-item-in:last-child .portfolio-highlights-item .title {margin-bottom: 0px;padding:0 0 0 55px}
  body#ip3-real-assets .portfolio-highlights-item-in:last-child .portfolio-highlights-item .portfolio-value{margin-top:-50px}
  */
  .portfolio-highlights-item-in {
    padding: 0 10px;
  }

  .portfolio-highlights-item-in:nth-child(2) .portfolio-highlights-item {
    border-top: 2.5px solid #429bd6;
  }

  .portfolio-highlights-item-in:nth-child(3) .portfolio-highlights-item {
    border-top: 2.5px solid #00aa78;
  }

  .portfolio-highlights-item-in:nth-child(4) .portfolio-highlights-item {
    border-top: 2.5px solid #6dcff6;
  }

  .our-business-sub-link-item .title-top {
    /*line-height: 1.7rem;*/
    line-height: normal;
  }

  .our-business-insights-sub-link-wrapper .our-business-sub-link-item .title-top {
    line-height: 3rem;
  }

  /*content with signpost*/
  .contentWithSignpost .signpost-img {
    padding: 23px 0 12px;
  }

  .contentWithSignpost .signpost-subtitle ~ .signpost-img {
    padding: 13px 0 15px;
  }

  /*content with keyfact signpost*/
  .keyfact-wrapper .keyfact-item .keyfact-text {
    padding-top: 5px;
  }

  .contentWithKeyfact .content-text {
    padding-top: 10px;
  }

  .keyfact-wrapper .keyfact-item {
    margin-bottom: 0px;
  }

  .keyfact-wrapper .keyfact-item .keyfact-data {
    word-wrap: break-word;
    word-break: break-all;
  }

  #contentwrapper .content-module-wrapper ul li {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }

  .content-module-wrapper .intro-content p strong {
    margin-top: 15px;
  }

  .content-module-wrapper .intro-content p a,
  .case-study-popup-link {
    color: #007d55;
  }

  body#ip3-real-assets .content-module-wrapper .intro-content p {
    padding-bottom: 15px;
  }

  body#ip3-private-equity .content-module-wrapper {
    padding: 10px 0;
  }

  body#ip3-private-equity h2,
  .h2 {
    line-height: 3.2rem;
  }

  /*Quote module*/
  .padding-top-60 {
    padding-top: 50px !important;
  }

  .quotes-module-wrapper .quotes-text {
    margin-bottom: 20px;
  }

  .quotes-module-wrapper {
    padding: 20px 0 35px;
  }

  .quoteWithImage .quote-content-wrap {
    padding-left: 15px;
  }

  .quoteWithImage .quote-text:before {
    left: -7px;
  }

  .quoteWithImage.module-landing {
    padding: 45px 0;
  }

  .threeColSignpostWrapper .footnote-content {
    padding-top: 60px;
  }

  #contentwrapper > .module-landing.donutChartWrap {
    padding: 10px 0 50px;
  }

  .donutChartWrap h3.chart-title {
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #231f20;
  }

  .chart-subtitle {
    padding-top: 7px;
  }

  .hichartDataValue {
    transform: translateY(-120%);
  }

  .legend-popup {
    max-width: 340px;
  }

  /*.legend-popup.rightside {left: auto; right: 25px;}*/
  .legend-popup p {
    font-size: 1.8rem;
    line-height: normal;
    padding-bottom: 15px;
  }

  #contentwrapper .legend-popup ul li {
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding-bottom: 15px;
  }

  /*body#ip3-credit .hichartDataValue span.chart-total{font-size:1.2rem}
  body#ip3-credit .hichartDataValue span.click-chart {font-size: 1.6rem;top: 10px;}
  body#ip3-credit .hichartDataValue, body#ip3-credit .hichartDataValue span{font-size:2.8rem}
  body#ip3-credit .hichartDataValue {width: 18%; left: 14%; top: 32%;}
  */
  body#ip3-credit .hichartDataValue {
    top: 40%;
    transform: translateY(-46%);
  }

  body#ip3-credit .hichartDataValue span {
    font-size: 2.8rem;
    top: -3px;
  }

  body#ip3-credit .hichartDataValue span + span {
    top: 0;
  }

  body#ip3-credit .hichartDataValue,
  body#ip3-credit .hichartDataValue span + span {
    font-size: 4.2rem;
  }

  body#ip3-credit .hichartDataValue span.txt {
    font-size: 1.8rem;
    top: 10px;
    left: 5px;
  }

  body#ip3-real-assets .hichartDataValue {
    top: 40%;
    transform: translateY(-46%);
  }

  body#ip3-real-assets .hichartDataValue span {
    font-size: 2.8rem;
    top: -3px;
  }

  body#ip3-real-assets .hichartDataValue span + span {
    top: 0;
  }

  body#ip3-real-assets .hichartDataValue,
  body#ip3-real-assets .hichartDataValue span + span {
    font-size: 4.2rem;
  }

  body#ip3-real-assets .hichartDataValue span.txt {
    font-size: 1.8rem;
    top: 10px;
    left: 5px;
  }

  /*location module*/
  .loc-address {
    width: 33.33%;
  }

  .location-item-inner-wrapper .loc-address:nth-child(3n + 1) {
    clear: left;
  }

  /*inquiry module*/
  .inquiryItemWrapper .inquiryItem.full-width .inquiry-address {
    width: 33.33%;
  }

  .inquiryItemWrapper .inquiryItem.full-width .inquiry-address:nth-child(3n + 1) {
    clear: left;
  }

  .risk-return-spectrum-accordion-module-wrapper .heading {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .risk-return-spectrum-accordion-item .accordion-item-heading {
    font-size: 1.8rem;
  }

  .risk-return-spectrum-accordion-item .accordion-item-heading > span {
    font-size: 1.4rem;
  }

  .risk-return-spectrum-accordion-item .content-text {
    font-size: 1.3rem;
  }

  .risk-return-directs-prefix,
  .risk-return-directs-postfix {
    color: #58585b;
    font-size: 1.8rem;
  }

  /*media page*/
  .rigthCol {
    margin-top: 5px;
  }

  #contentwrapper.media {
    padding-left: 10px;
    padding-right: 10px;
  }

  .media-landing .video-popup-link::after {
    font-size: 40px;
    line-height: 40px;
  }

  .media-landing .snapdown-link {
    margin-bottom: 20px;
  }

  .rightcol-content a[href^='mailto'] {
    word-wrap: break-word;
    word-break: break-all;
  }

  .ie9 .rightcol-content a[href^='mailto'],
  .ie10 .rightcol-content a[href^='mailto'],
  .internetexplorer11 .rightcol-content a[href^='mailto'] {
    display: inline-block;
  }

  .copyright p {
    padding-bottom: 10px;
  }

  .footer-link ul {
    margin-left: 0;
  }

  /*.footer-bottom{margin-top:47px;}*/
  /*.footer-bottom ul li{font-size: 1.3rem;}*/
  .footer-bottom ul li.level1 {
    padding-right: 15px;
  }

  .footer-links-container .footer-bottom ul li a {
    font-size: 1.4rem;
  }

  #footer-nav-nav-media-level1 {
    margin-left: -57px;
  }

  .keyfact_separator {
    font-size: 4rem;
    top: -15px;
  }

  .portfolio-highlight-signpost-wrapper .small-signpost {
    padding-top: 15px;
  }

  .portfolio-highlight-signpost-wrapper .small-signpost .keyfigure-text {
    font-size: 3rem;
    line-height: 40px;
  }

  .portfolio-highlight-signpost-wrapper .small-signpost .keyfigure-text > span.signpost-img {
    padding-right: 8px;
  }

  .portfolio-highlight-signpost-wrapper .small-signpost .keyfigure-text > span.signpost-img > img {
    max-height: 40px;
  }

  .portfolio-filter .filter-inner-wrapper .label-filter {
    margin-right: 10px;
  }

  .portfolio-filter .filter-inner-wrapper .portfolio-fund-wrapper span.drp-list,
  .portfolio-filter .filter-inner-wrapper .portfolio-years-wrapper span.drp-list {
    min-width: 100px;
  }

  .portfolio-module .filter-inner-wrapper span.drp-list {
    /*font-size:1.3rem; padding:5px 15px 5px 0px;*/
  }

  #contentwrapper .portfolio-module.module-landing {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-wrapper .portfolio-content > p {
    line-height: 2rem;
  }

  /*animate graph*/
  #contentwrapper #apollo-assets-under-management.module-landing {
    padding-left: 0;
    padding-right: 0;
  }

  .animated_graph_inner .bar-item .bar_label {
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 10px 5px 0;
  }

  .animated_graph_inner .bar-item.first .bar_label,
  .animated_graph_inner .bar-item.last .bar_label {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .animated_graph_inner .bar-item .bar_value {
    font-size: 2rem;
    top: -30px;
  }

  .animated_graph_inner .bar-item .bar_value .prefix_text {
    font-size: 1.6rem;
    top: -30px;
  }

  .animated_graph_inner .bar-item.first .bar_value,
  .animated_graph_inner .bar-item.last .bar_value {
    font-size: 2.8rem;
  }

  .animated_graph_inner .bar-item.first .bar_value .prefix_text,
  .animated_graph_inner .bar-item.last .bar_value .prefix_text {
    font-size: 1.8rem;
  }

  .animate-signpost-wrapper .plateform-signpost-inner p.asw_title,
  .animate-signpost-wrapper .plateform-signpost-inner p.asw_counter {
    font-size: 30px;
  }

  .animated_graph_inner .bar-item:nth-child(2) .bar_value {
    width: 70px;
    top: -30px;
  }

  .animated_graph_inner .bar-item.last .bar_value,
  .animated_graph_inner .bar-item.first .bar_value {
    width: 95px;
    top: -35px;
  }

  #apollo-assets-under-management .rad-notes {
    padding-top: 20px;
    padding-bottom: 0;
    line-height: 1.8rem;
  }

  #contentwrapper .animateSignpostWrap.module-landing {
    padding-left: 0;
    padding-right: 0;
  }

  .animate-signpost-wrapper .plateform-signpost-inner {
    margin-right: 2px;
  }

  .highlight-module.animate-signpost-wrapper .plateform-signpost-inner p.asw_title {
    font-size: 2.8rem;
    top: -51px;
  }

  .highlight-module.animate-signpost-wrapper .plateform-signpost-inner p.asw_title span {
    font-size: 1.8rem;
    position: relative;
    top: 2px;
  }

  .portfolio-filter .filter-inner-wrapper {
    padding-left: 70px;
    margin-bottom: 20px;
  }

  .private-equity-graph-module-wrapper .heading,
  .private-equity-graph-module-wrapper .sub-heading {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .private-equity-graph-module-wrapper .sub-heading {
    padding-bottom: 0;
    margin: 30px 0;
  }

  .homecontentwrapper::after {
    /*top:-15px; height:15px;*/
  }

  .mobi-menu-trigger {
    margin: 0 17px 0 0;
    display: flex;
  }

  .mobi-menu-cover {
    margin-top: -12px;
  }

  #logo {
    /*max-width: 150px;*/
    margin-top: 0;
  }

  .sliderLocation {
    margin: 0;
  }

  .location-slides {
    margin: 0 10px;
    max-width: 335px;
  }

  #covid-19 {
    padding-bottom: 40px;
    background: url(/content/dam/microsites/elianttrade/images/covid-background-image-tablet.jpg) no-repeat !important;
  }

  #covid-19 .col-sm-12 {
    width: 72%;
  }

  .our-business-sub-link-wrapper .description p {
    min-height: 95px;
    display: inline-block;
  }
}

@media all and (min-width: 768px) and (max-width: 785px) {
  .internetexplorer11 .chart {
    margin-left: -8px;
    margin-right: -9px;
  }
}

@media all and (min-width: 768px) {
  .history-button {
    display: block;
  }

  .mobi-pr-tabs {
    display: none;
  }

  .risk-return-spectrum-accordion-module.item-5 .item-col {
    width: 20%;
  }

  .risk-return-spectrum-accordion-module.item-4 .item-col {
    width: 25%;
  }
}

@media all and (max-width: 768px) {
  .video-gallery-thumb .video-player.slick-slide {
    width: 138px;
  }
}

@media all and (min-width: 480px) and (max-width: 767px) {
  .mobi-chart-content {
    margin-top: -90px;
    padding-top: 60px;
  }
}

@media all and (min-width: 708px) and (max-width: 767px) {
  .hichartDataValue {
    font-size: 3.3rem !important;
    top: 37% !important;
  }

  .hichartDataValue span {
    font-size: 3.3rem !important;
  }
}

@media all and (min-width: 450px) and (max-width: 708px) {
  .hichartDataValue {
    top: 38% !important;
  }
}

/*--------- All Small Tablets and Large Phones Global CSS ---------*/
@media (max-width: 767px) {
  #mob-bannerwrapper.inner-banner-top.medium {
    min-height: 160px;
  }

  .location-slides {
    max-width: 375px !important;
  }

  .career-location-wrapper .sliderLocation .slick-dots {
    bottom: -25px;
  }

  .chart-tables {
    background-color: #f0f0f1;
  }

  .chart-tables .rad-notes {
    display: none;
  }

  #breadcrumb .separator:before,
  #breadcrumb .separator:after {
    transform: rotate(135deg);
    left: 1px;
    z-index: 9;
    top: 1px;
  }

  #breadcrumb {
    margin: 0 0 0 0;
    position: relative;
    padding-top: 30px;
  }

  #breadcrumb a,
  #breadcrumb span {
    font-size: 1.1rem;
    width: 190px;
    color: #004472;
    padding-top: 0;
  }

  #breadcrumb .mobi-breadcrumb-txt {
    display: inline-block;
    position: relative;
    top: -5px;
    left: 15px;
    padding-top: 0;
  }

  #breadcrumb:before {
    position: fixed;
    content: '';
    background: #b7b7b7;
    height: 2px;
    width: calc(100% - 35px);
    left: 19px;
    top: 50px;
    z-index: 2;
    display: none;
  }

  #breadcrumb .separator {
    margin-left: 0;
    top: -5px;
    width: 8px;
    height: 9px;
  }

  .leadder-detail #breadcrumb:before {
    display: block;
  }

  .leader-detail #breadcrumb .default,
  .ip3-media #breadcrumb .default {
    display: none;
  }

  .leader-detail #breadcrumb .insight-leadership,
  .ip3-media #breadcrumb .insight-leadership {
    display: block;
    padding-bottom: 0;
  }

  h1 {
    font-size: 3.5rem;
    line-height: 3.8rem;
  }

  h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }

  h2:after {
    width: 80px;
    background: #000;
  }

  .container-fluid,
  [class*='col-'],
  .brd .container-fluid,
  #sliderMemberWrapper .container-fluid,
  .insights-main .container-fluid {
    padding: 0 20px;
  }

  .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .btn {
    min-width: 100%;
  }

  .email-alert .btn {
    margin-left: 20px;
  }

  .documents-item-wrapper h2 {
    margin-bottom: 0px;
  }

  .feature-podcast-wrapper img {
    margin-top: 10px;
    width: 80%;
  }

  .feature-podcast-wrapper .doc-title {
    padding-left: 0;
    padding-top: 20px;
  }

  .latest-pr-section.module-landing {
    padding-top: 20px;
  }

  #Latest_Financials {
    padding-bottom: 0;
  }

  .homecontentwrapper .signpost-content a {
    color: #007d55;
  }

  .leader-main,
  .main-title {
    padding-bottom: 10px;
  }

  #sliderInnerBackgroundWrapper .bgInnerSlide {
    height: 160px;
  }

  #sliderInnerBackgroundWrapper .banner-without-content {
    height: 130px;
  }

  #sliderInnerBackgroundWrapper.inner-banner-wrapper .bgInnerSlide {
    height: 130px;
  }

  #bannerwrapper.inner-banner-top.medium {
    min-height: 160px;
  }

  .innerpage-intro h1 {
    font-size: 3rem;
    line-height: 3.5rem;
    padding-top: 15px;
  }

  .share {
    top: 25px;
  }

  .share-details.show {
    top: 30px;
  }

  .share > a,
  .share > a:focus {
    padding: 0 30px 0px 0px;
    background-position: 55px 1px;
    background-size: 23px;
    line-height: 2.5rem;
  }

  #contentwrapper .share-details a {
    padding: 10px 5px;
  }

  .share-details {
    right: -10px;
  }

  .intro-section p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .top-intro > p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .two-box-intro {
    padding-top: 10px;
  }

  .innerpage-intro {
    padding-bottom: 15px;
  }

  .two-box-intro .link-wrapper a {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .two-box-intro .rightbox {
    padding-left: 0;
    padding-top: 25px;
  }

  .two-box-intro .leftbox {
    padding-right: 0;
    padding-bottom: 20px;
  }

  .innerpage-intro {
    padding-bottom: 31px;
  }

  /* Alert */
  #alertWrapper {
    top: 50px;
  }

  #alertWrapper .alert_inner {
    padding: 20px 56px;
  }

  #alertWrapper .alert_inner:before {
    left: 18px;
    top: 20px;
  }

  #alertWrapper #alert-agree {
    right: 20px;
    top: auto;
    bottom: 17px;
  }

  /* Alert */
  #logo {
    /*max-width: 125px;*/
  }

  #mmenu #logo.showNav {
    float: left;
    position: relative;
    z-index: 2;
    margin: -43px 0 0px 20px;
    text-align: left;
  }

  .mmenu-closed {
    height: 50px;
    width: 45px;
    top: 6px;
    right: 7px;
  }

  .searchbox {
    top: 49px;
    padding: 1px 0 23px;
  }

  .searchbox .search-bdr:before {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    left: 15px;
  }

  .show-xs {
    display: block !important;
  }

  .hide-xs {
    display: none !important;
  }

  body#ip3-Homepage h1.banner-heading {
    max-width: 100%;
    font-size: 5rem;
    line-height: 56px;
  }

  body#ip3-Homepage .inner-banner .banner-content,
  body#ip3-Homepage .bannerSlide .banner-content,
  body#ip3-Homepage .stickyContent .banner-content {
    vertical-align: middle;
    padding: 4px 0 0 0;
  }

  body#ip3-Homepage .bannerSlide .banner-content {
    margin-left: -14px;
    padding: 4px 15px 0 0;
  }

  .banner-button {
    padding-top: 5px;
  }

  .sliderInnerWrapper .slick-dots li {
    height: 6px;
    width: 6px;
  }

  .sliderInnerWrapper .slick-dots li button {
    height: 6px;
    width: 6px;
  }

  .sliderInnerWrapper .slick-dots li button:before {
    height: 6px;
    width: 6px;
    line-height: 6px;
    font-size: 2.4rem;
  }

  .sliderInnerWrapper .slick-dots {
    margin: 0 0 8px 0;
    right: 7px;
  }

  .homecontentwrapper .link-wrapper {
    text-align: center;
  }

  .homecontentwrapper .link-wrapper .btn {
    padding: 9px 30px;
    /*margin: 7px 0;*/
    width: 100%;
    max-width: 320px;
  }

  .btn {
    font-size: 1.4rem;
  }

  .highlight-module {
    display: none;
  }

  .our-history-wrapper .history-year .year-part.part-left.bounce-in-left .left-content {
    visibility: visible !important;
    -webkit-animation: cd-bounce-1 1s !important;
    -moz-animation: cd-bounce-1 1s !important;
    animation: cd-bounce-1 1s !important;
  }

  .bannerSlide .bannerWrap,
  .stickyContent .bannerWrap {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .white-popup.employee-pop {
    padding: 22px 20px 5px 20px !important;
    max-width: 92% !important;
  }

  .mfp-close {
    right: 8px;
    top: 5px;
  }

  .employee-list-wrapper.module-landing {
    margin-top: 20px;
    padding: 30px 0 60px;
  }

  .border-top .signpost-wrapper {
    height: auto !important;
  }

  .border-top {
    margin-top: 0px;
  }

  .intro-text-wrapper .intro-text-content p.rad-big {
    font-size: 2.7rem;
    line-height: 3.2rem;
  }

  .highlight-module-mobile {
    display: block;
  }

  .highlight-module-mobile.animate-signpost-wrapper .platform-signpost {
    width: 100% !important;
  }

  .highlight-module-mobile.animate-signpost-wrapper .platform-signpost.animated .bottom-content1 {
    position: absolute;
    left: 0px;
    top: 4px;
    padding: 0;
    min-width: 63px;
    max-width: 86px;
    font-size: 1rem;
    line-height: 1.4rem;
    color: #404042;
    word-break: break-word;
    font-family: 'Helvetica, Arial, sans-serif';
  }

  .highlight-module-mobile.animate-signpost-wrapper .platform-signpost.animated .bottom-content1 p {
    padding-bottom: 15px;
  }

  .highlight-module-mobile.animate-signpost-wrapper .plateform-signpost-inner {
    border-top: 22px solid #008969;
    width: 125px;
    margin-left: 108px;
    float: left;
  }

  .highlight-module-mobile.animate-signpost-wrapper .plateform-signpost-inner p.asw_title {
    height: 33px;
    min-height: auto;
    position: absolute;
    z-index: 999;
    right: 0px;
    top: 0;
    background: #fff;
    padding: 5px;
    font-size: 2.6rem;
  }

  .highlight-module-mobile.animate-signpost-wrapper .platform-signpost {
    min-height: 60px;
  }

  .highlight-module-mobile .mobile-per {
    font-size: 2.8rem;
    float: left;
    font-family: 'Helvetica, Arial, sans-serif';
    color: #231f20 !important;
    line-height: normal;
    padding: 0px 5px 0px 5px;
    margin: -6px 0 0 0;
  }

  #mob_asw_global-base-of-long-term-investors {
    padding-top: 20px;
  }

  .highlight-module-mobile .mobile-per p span {
    font-size: 1.8rem;
    vertical-align: top;
    padding-top: 2px;
    display: inline-block;
  }

  #p_signpost22 .mobile-per {
    position: absolute;
    right: 0;
    top: -27px;
  }

  #p_signpost9 .plateform-signpost-inner {
    margin-top: 7px;
  }

  #p_signpost9 .mobile-per {
    margin: 0;
  }

  #p_signpost10 .plateform-signpost-inner {
    margin-top: 10px;
  }

  #p_signpost10 .mobile-per {
    margin-top: 3px;
  }

  #p_signpost11 .plateform-signpost-inner {
    margin-top: 15px;
  }

  #p_signpost11 .mobile-per {
    margin-top: 8px;
  }

  #p_signpost12 .plateform-signpost-inner,
  #p_signpost13 .plateform-signpost-inner,
  #p_signpost14 .plateform-signpost-inner,
  #p_signpost15 .plateform-signpost-inner {
    margin-top: 8px;
  }

  #p_signpost12 .mobile-per,
  #p_signpost13 .mobile-per,
  #p_signpost14 .mobile-per,
  #p_signpost15 .mobile-per {
    margin-top: 1px;
  }

  #apollo-assets-under-management .content-wrapper .content p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .market-tooltip {
    color: #fff;
    font-size: 1.1rem;
  }

  .market-title {
    font-size: 1.3rem;
    line-height: 18px;
  }

  .market-value {
    font-size: 2rem;
    line-height: 26px;
  }

  .inc-title {
    width: 45%;
  }

  body {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  .pr-signpost-image img,
  .signpost-image > img,
  .signpost-image > a > img,
  .signpost-image > a.video-popup-link > img {
    width: 100%;
  }

  #logo.showNav {
    margin-left: 15px;
    padding: 0;
  }

  #logo.showNav img {
    width: 95px;
  }

  .footer-top {
    padding: 0;
  }

  .footer-social {
    /*left: 20px; width: auto; position: absolute; bottom: 18px;*/
    top: auto;
    padding-bottom: 15px;
  }

  .footer-bottom {
    display: none !important;
  }

  .topnavigation {
    width: 100%;
  }

  .header-toppad {
    padding: 14px 0 0 0;
  }

  .search-btn {
    margin: -25px 0px 0 0;
    right: 45px;
    left: auto;
  }

  body > .ui-autocomplete.ui-menu {
    display: none !important;
  }

  #headerwrapper {
    min-height: 50px;
    padding: 0;
    border-bottom: 1px solid #ebebf0;
  }

  .ip3-insights #headerwrapper,
  .ip3-our-people #headerwrapper {
    border-bottom: 0;
  }

  .module-landing {
    padding: 30px 5px;
  }

  .module-landing.videoWrap {
    padding: 30px 0;
  }

  .module-landing .container-bg:before {
    top: -35px;
  }

  /*sup { top: -0.3em ; font-size: 10px; }*/
  #contentwrapper.externalWrap {
    padding-left: 0px;
    padding-right: 0px;
  }

  #contentwrapper .error-page-container > *,
  #contentwrapper.singleColWrapper,
  #contentwrapper > .module-landing {
    padding-left: 5px;
    padding-right: 5px;
  }

  .home-banner .banner-text {
    font-size: 2.4rem;
    line-height: 32px;
    padding-bottom: 25px;
  }

  .home-banner .banner-content {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 30px;
  }

  .home {
    padding-left: 10px;
    padding-right: 10px;
  }

  .homecontentwrapper {
    padding: 0 10px 0;
    margin-top: 0;
  }

  .homeWrap .float100.module-landing {
    margin-left: 5px;
    margin-right: 5px;
    width: calc(100% - 10px);
  }

  .homeWrap .float100.module-landing .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .homecontentwrapper:after {
    /*top:-10px; height:10px;*/
  }

  .homecontentwrapper #signpost-box-bottom {
    padding-bottom: 0px;
    padding: 8px 0 50px 0;
  }

  .home-twitter-social .twitter-feeds-title p {
    padding-right: 30px;
  }

  .twitter-feeds-title p {
    letter-spacing: 0;
  }

  .twitter-name a {
    right: 24px;
  }

  .homeWrap .twitter-bottom {
    padding-top: 15px;
  }

  #sliderBackgroundWrapper .bgSlide {
    height: 340px;
  }

  #bannerwrapper {
    min-height: 180px;
    margin: 0 auto 0;
  }

  #sliderBannerWrapper {
    margin: 0;
    padding: 00;
  }

  #sliderBannerWrapper .sliderInnerWrapper {
    padding: 0;
  }

  .bannerSlide .banner-image-wrapper {
    height: 140px;
  }

  .banner-normal-content p {
    display: none;
  }

  #sliderBannerWrapper .banner-link {
    margin: 0px 0 0 0;
  }

  .video-player {
    padding-bottom: 30px;
  }

  .mediaWrap .video-player {
    padding-bottom: 10px;
  }

  .video-player > img,
  .video-player > a > img {
    width: 100%;
  }

  .media-landing .videoWrap {
    padding-bottom: 0px;
  }

  .media .mediaWrap .video-player {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .media .mediaWrap .video-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .rightcol-title {
    padding-top: 35px;
  }

  .rigthCol {
    margin-top: 0;
  }

  .media-landing {
    margin-bottom: 0;
  }

  .media {
    padding-top: 30px;
  }

  .homeWrap h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }

  .video-title {
    font-size: 3rem;
    line-height: 37px;
    padding: 0 0 10px;
  }

  span.rad-quote {
    margin: 15px 0px 15px;
    font-size: 1.8rem;
    line-height: 27px;
  }

  span.rad-thick {
    font-size: 1.8rem;
    line-height: 27px;
  }

  .homeWrap > .module-landing {
    /*padding: 5px 0 19px;*/
  }

  .homeWrap .video-player {
    padding-bottom: 24px;
  }

  .homeWrap .video-title {
    padding: 0 0 30px;
  }

  .homeWrap .videoWrap {
    padding-top: 10px;
    padding-bottom: 25px;
  }

  #signpost-box-top {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .video-popup-link:after {
    bottom: 10px;
    right: 10px;
  }

  .rad-content {
    padding: 5px 0 0;
    font-size: 1.5rem;
    line-height: 2.2rem;
  }

  .signpost-wrapper {
    margin-bottom: 25px;
    height: auto !important;
  }

  .signpostWrap .counter3 .signpost-wrapper {
    margin-bottom: 0;
  }

  .border-top .signpost-wrapper {
    margin-bottom: 30px;
  }

  .signpost-title.bottom {
    font-size: 2.4rem;
    line-height: 2.8rem;
    padding-bottom: 0;
    margin-top: 16px;
    margin-bottom: 12px;
  }

  .signpost-title.top {
    font-size: 2.4rem;
    line-height: 2.8rem;
    padding: 15px 0 15px;
    border-width: 1px;
  }

  .signpost-subtitle.top {
    padding: 20px 0 7px 0;
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .mobi-pr-tabs ul li.current {
    display: none;
  }

  .footer-right-side {
    float: none;
    margin-bottom: 25px;
  }

  .mobi-pr-tabs {
    display: none;
  }

  .mobi-pr-tabs ul li {
    margin-bottom: 0px !important;
  }

  .upcoming-events-container .eventData {
    width: 50%;
  }

  .eventCalendar {
    width: 25%;
  }

  #bannerwrapper.inner-banner-top {
    min-height: 160px;
  }

  #bannerwrapper.long-banner {
    min-height: 210px;
  }

  .Impact-Chapter-Wrapper #bannerwrapper.inner-banner-top {
    background-size: cover;
  }

  .inner-banner-wrapper .inner-banner {
    position: static;
    left: inherit;
    bottom: inherit;
  }

  .inner-banner-wrapper .inner-banner .bannerWrap {
    padding: 0;
  }

  .inner-banner-wrapper .medium + .inner-banner,
  #sliderInnerBackgroundWrapper.inner-banner-wrapper .inner-banner {
    display: none !important;
  }

  .bannerSlide .banner-content,
  .stickyContent .banner-content {
    /*vertical-align: top;*/
    padding: 0 5px;
  }

  .bannerSlide .banner-content .banner-text p.banner-normal-text,
  .stickyContent .banner-content p.banner-normal-text {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }

  .inner-banner .banner-content .banner-text p.banner-normal-text {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }

  .inner-banner-wrapper .inner-banner {
    padding: 0;
  }

  .inner-banner-wrapper .inner-banner .banner-content {
    left: 0;
    padding: 19px 20px 25px 20px;
    border-top-width: 4px;
    background: #00394d;
    max-width: 100%;
  }

  .inner-banner .banner-content .banner-text p {
    font-size: 2.4rem;
    line-height: 3rem;
    padding-top: 19px;
  }

  .h2 {
    font-size: 3rem;
    line-height: 37px;
  }

  h3,
  .h3 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  .leader-wrap,
  .section-head-top {
    padding: 30px 20px 0;
  }

  .leadership-intro {
    padding: 0 20px;
  }

  .bodWrapper .subheading-txt {
    padding-top: 3px;
    padding-bottom: 11px;
    line-height: 2.1rem;
  }

  .accordion-wrapper .accordion-title p {
    line-height: 2.4rem;
  }

  .accordion-image-wrapper {
    border-width: 4px;
    max-width: 135px;
  }

  #bod-committee .member-mod {
    padding-top: 19px;
    margin-top: 0;
  }

  .accordion-wrapper .accordion-content {
    float: none;
    width: 55%;
    display: table-cell;
    height: 125px;
    padding: 0 0 0 15px;
    /*vertical-align: middle;*/
    vertical-align: top;
    padding-top: 10px !important;
  }

  .accordion-wrapper .accordion-subheading {
    padding-top: 5px;
    font-size: 1.2rem;
    line-height: 18px;
    color: #000;
  }

  .bodWrapper h2.subheading,
  .accordion-wrapper .accordion-title {
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: #000;
  }

  .accordion-wrapper.member-mod .accordionWrap {
    padding-top: 9px;
  }

  .employee-list-section-wrapper h2 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }

  .event-item .event-subject-wrapper {
    font-size: 4rem;
    line-height: 42px;
    padding-top: 30px;
  }

  .accordion-inner-wrapper {
    height: auto;
    padding-top: 8px;
    padding-bottom: 30px;
  }

  .accordionWrap.member-slides {
    padding: 0 10px;
  }

  #sliderMemberWrapper .sliderMember .slick-prev,
  #sliderMemberWrapper .sliderMember .slick-next {
    top: 12%;
    -webkit-transform: translate(0, -12%);
    -ms-transform: translate(0, -12%);
    transform: translate(0, -12%);
  }

  #sliderMemberWrapper.mgmt-slider .sliderMember .slick-prev,
  #sliderMemberWrapper.mgmt-slider .sliderMember .slick-next {
    top: 15%;
    -webkit-transform: translate(0, -15%);
    -ms-transform: translate(0, -15%);
    transform: translate(0, -15%);
  }

  .sliderMember .slick-next {
    right: 4px;
  }

  .sliderMember .slick-prev {
    left: 5px;
  }

  .sliderMember .slick-prev,
  .sliderMember .slick-next {
    width: 20px;
    height: 45px;
  }

  .half-content-wrapper .half-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  #sliderMemberWrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .accordionWrap.member-slides.slick-slide {
    margin: 0 -5px;
  }

  .case-studies-wrapper .case-study-item {
    margin-bottom: 25px;
  }

  .case-studies-wrapper .case-study-item .case-study-title {
    font-size: 2.2rem;
    line-height: 28px;
    padding-bottom: 15px;
  }

  .case-studies-wrapper .case-study-item .case-study-content p {
    padding-bottom: 5px;
  }

  .case-studies-wrapper .case-study-item .case-study-image > img {
    width: 100%;
  }

  .filter-inner-wrapper {
    margin-top: -5px;
    margin-bottom: 0px;
  }

  .filter-inner-wrapper .label-filter {
    margin: 10px 0;
    width: 100%;
  }

  .employee-filter-section .filter-inner-wrapper {
    padding-left: 0;
  }

  .employee-filter-section .filter-inner-wrapper .label-filter {
    position: static;
  }

  .filter-inner-wrapper .dd-wrap {
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }

  #txtEmployeeTitle,
  #txtNews {
    max-width: unset !important;
  }

  .filter-section-wrapper {
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }

  .filter-inner-wrapper span.drp-list {
    width: 100%;
  }

  .portfolio-filter .filter-inner-wrapper {
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 0;
  }

  .portfolio-filter .filter-inner-wrapper .label-filter {
    position: relative;
    margin-top: 0;
    padding-top: 0;
  }

  .portfolio-filter .filter-inner-wrapper .dd-wrap {
    width: 100%;
    margin: 0 0 15px;
  }

  .portfolio-wrapper .portfolio-item .portfolio-image {
    margin-bottom: 4px;
  }

  /*.portfolio-wrapper .portfolio-item .portfolio-image > img{width:100%;}*/
  .portfolio-wrapper .portfolio-item {
    margin-bottom: 30px;
  }

  .portfolio-wrapper .portfolio-content,
  .portfolio-wrapper .portfolio-details {
    padding-right: 35px;
  }

  .meet-team-item {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .profiles-video .video-popup-content .profiles-title {
    width: 100%;
    padding-right: 0;
  }

  .profiles-video .video-popup-content .profiles-title .title {
    font-size: 3rem;
    line-height: 3.2rem;
  }

  .profiles-video .video-popup-content .profiles-title .subtitle {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }

  .profiles-video .video-popup-content .profiles-content {
    width: 100%;
  }

  .profiles-video .video-popup-content .profiles-content > p {
    padding-bottom: 0;
  }

  .employee-list-table-wrapper table.sort-table td,
  .employee-list-table-wrapper table.sort-table th {
    white-space: nowrap;
  }

  /*career position module*/
  .positions-section-wrapper table.sort-table td,
  .positions-section-wrapper table.sort-table th {
    white-space: nowrap;
  }

  .positions-filter-section {
    position: relative;
    margin-bottom: 21px;
  }

  .positions-filter-wrapper .filter-title {
    background: none;
    padding: 5px 45px 5px 0px;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #000;
    cursor: pointer;
    width: 100%;
  }

  .positions-filter-wrapper .filter-title:after {
    background: url('/content/dam/microsites/elianttrade/icons/down-arrow.png') no-repeat;
    position: absolute;
    right: 1px;
    bottom: 9px;
    content: '';
    width: 10px;
    height: 6px;
  }

  .positions-filter-wrapper .filter-title.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .positions-filter-item .outer {
    top: 12px;
    left: 10px;
  }

  .positions-filter-item .inner {
    top: 15px;
    left: 13px;
  }

  .positions-filter-wrapper ul {
    margin: 0;
    border: 1px solid #000;
    background-color: #f0f0f0;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    display: none;
  }

  .positions-filter-wrapper ul .positions-filter-item {
    padding: 10px 5px 10px 8px;
    border-bottom: 1px solid #000;
  }

  .positions-filter-wrapper ul .positions-filter-item:last-child {
    border-bottom: none;
  }

  .positions-filter-wrapper .show-all-link {
    display: none;
  }

  .introWrap .bottom-image {
    clear: left;
    padding-top: 20px;
  }

  .intro-text-wrapper .intro-text-content p {
    font-size: 2.2rem;
    line-height: 30px;
    padding-bottom: 30px;
  }

  .intro-text-wrapper .intro-text-content img {
    margin: 0;
  }

  .intro-text-wrapper .intro-text-content h2 {
    padding-bottom: 30px;
  }

  .intro-text-wrapper .intro-text-content .intro-text {
    padding-bottom: 0;
  }

  body#ip3-about-apollo .intro-section {
    padding-bottom: 10px;
  }

  body#ip3-about-apollo .content-module-wrapper {
    padding-bottom: 10px;
  }

  .animateSignpostWrap.module-landing {
    padding-top: 20px;
  }

  .animateSignpostWrap h3 {
    line-height: 2.6rem;
    margin-bottom: 15px;
  }

  .mob-positions-filter-item {
    padding: 10px 5px 10px 8px;
    border-bottom: 1px solid #000;
    display: none;
  }

  .mob-positions-filter-item input {
    display: none;
  }

  .mob-positions-filter-item label {
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 1;
  }

  .mob-positions-filter-item .outer {
    position: absolute;
    height: 16px;
    width: 16px;
    background: #d6d6d6;
    top: 10px;
    left: 10px;
    z-index: 0;
  }

  .mob-positions-filter-item .inner {
    background: url('/content/dam/microsites/elianttrade/icons/checked.png');
    position: absolute;
    height: 10px;
    width: 10px;
    left: 13px;
    top: 13px;
    z-index: 0;
    background-size: cover;
    display: none;
  }

  .mob-positions-filter-item input[type='checkbox']:checked ~ .outer {
    background: #007d55;
  }

  .mob-positions-filter-item input[type='checkbox']:checked ~ .inner {
    display: block;
  }

  .mob-positions-filter-item input[type='checkbox']:checked ~ label span {
    color: #007d55;
    font-family: 'Helvetica, Arial, sans-serif';
  }

  .history-button {
    width: 280px;
    padding-top: 13px;
    margin-bottom: 30px;
  }

  .our-history-wrapper {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .our-history-wrapper .history-year .part-right {
    display: none !important;
  }

  .our-history-wrapper .history-year .part-left {
    height: auto !important;
    padding: 0 0 0 45px;
    width: 100%;
  }

  .mob-year-title,
  .mob-year-image,
  .history-mob-content {
    display: block;
  }

  .our-history-wrapper .history-year .part-left .year-border {
    right: 95%;
    right: calc(100% - 17px);
  }

  .our-history-wrapper .history-year .part-left .year-content {
    text-align: left;
    margin-top: -7px;
  }

  .our-history-wrapper .history-year .part-left .year-title {
    text-align: left;
    margin-bottom: 30px;
  }

  .our-history-wrapper .history-year .year-part .year-content p {
    padding-bottom: 17px;
  }

  .our-history-wrapper .history-year .year-image {
    padding-bottom: 40px;
  }

  .dataTables_wrapper .scroll-table-container {
    margin-bottom: 25px;
  }

  .half-content-wrapper .half-content {
    margin-top: 0;
  }

  .half-content-wrapper .half-content.content-left {
    margin-bottom: 30px;
  }

  .half-content-wrapper .half-content p {
    padding-bottom: 30px;
  }

  .half-content-wrapper .half-content ul {
    margin: 0 0 30px 10px;
  }

  .half-content-wrapper .half-content ul.no-bullet {
    margin-left: 0;
  }

  .half-content-wrapper .half-content ul:last-child {
    margin-bottom: 0;
  }

  /*highchart*/
  .donutChartWrap {
    padding-bottom: 20px;
  }

  body#ip3-real-assets .donutChartWrap {
    padding-bottom: 40px;
  }

  /*body#ip3-credit .donutChartWrap{padding-top:0}*/
  h2.chart-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding-bottom: 5px;
  }

  .donutChartWrap .container-fluid {
    padding: 0 15px;
  }

  .chartwrap {
    margin-bottom: 30px;
  }

  div.highcharts-legend .highcharts-legend-item > span {
    top: 2px !important;
  }

  .chartwrap .chart-inner-html {
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: 50%;
    left: calc(50% - 76px);
    top: 80px;
  }

  .highcharts-legend {
    display: none;
  }

  /*body#ip3-credit .mobi-chart-content{display:none}*/
  .mobi-chart-content {
    display: block;
    width: 100%;
    background: #f0f0f1;
    padding-bottom: 20px;
  }

  .mobi-legend-popup ul {
    margin-bottom: 0;
  }

  .mobi-legend-popup ul li {
    padding-bottom: 8px;
    font-size: 1.4rem;
  }

  .hichartDataValue {
    font-size: 3.3rem;
    top: 35%;
  }

  /*body#ip3-credit .hichartDataValue {width: 48%; left: 33%; top: 21%;font-size:2.8rem;color: #000;}
body#ip3-credit .hichartDataValue span.chart-total{font-size:1.2rem;top:-5px}
body#ip3-credit .hichartDataValue span{font-size:2.8rem;top:-2px}
body#ip3-credit .hichartDataValue span.click-chart{font-size: 1.8rem; top: 15px; font-family: 'Helvetica, Arial, sans-serif'; line-height: 1.8rem;}
.hichartDataValue span {font-size: 4.3rem; vertical-align: top;}
*/
  .hichartDataValue span + span {
    font-size: inherit;
  }

  .hichartDataValue span.txt {
    font-size: 2.4rem;
    display: block;
    position: relative;
    top: 20px;
    left: 0;
    font-family: 'Helvetica, Arial, sans-serif';
  }

  /*.legend-popup-wrapper .legend-popup{display:none !important}*/
  /*body#ip3-credit .legend-popup {left: 0; top: 45%; max-width: 100%; padding: 0 20px;}
body#ip3-credit .legend-popup p, body#ip3-credit .legend-popup ul li{font-size:1.8rem}
body#ip3-credit .legend-popup ul li{line-height:2.6rem}
*/
  .chart-snap-wrapper > a {
    display: block;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #231f20;
    width: 100%;
    padding-bottom: 10px;
    padding-left: 47px;
    padding-right: 60px;
  }

  .chart-snap-wrapper > a:before {
    content: '';
    height: 15px;
    width: 15px;
    background: #003a4f;
    position: absolute;
    left: 20px;
    top: 5px;
  }

  .chart-snap-wrapper > a:after {
    content: '+';
    position: absolute;
    height: 25px;
    width: 25px;
    border: 1px solid #007d55;
    right: 20px;
    top: 0;
    border-radius: 100%;
    display: block;
    text-align: center;
    color: #007d55;
    font-size: 2.3rem;
  }

  .chart-snap-wrapper > a.orange:before {
    background: #ff8551;
  }

  .chart-snap-wrapper > a.green:before {
    background: #007d55;
  }

  .chart-snap-wrapper > a.lightgreen:before {
    background: #a6c773;
  }

  .chart-snap-wrapper > a.sky:before {
    background: #1bafdc;
  }

  .chart-snap-wrapper > a.yellow:before {
    background: #fdae2a;
  }

  .chart-snap-wrapper > a.sky-dark:before {
    background: #429bd6;
  }

  .chart-snap-wrapper > a.grey:before {
    background: #667896;
  }

  .chart-snap-wrapper > a.active:after,
  .chart-snap-wrapper > a:after {
    background-image: none !important;
  }

  .chart-snap-wrapper > a.dark.active:after {
    border: none;
    font-family: 'icomoon' !important;
    content: '\e906';
    color: #003a4f;
  }

  .chart-snap-wrapper > a.orange.active:after {
    color: #ff8551;
    border: none;
    font-family: 'icomoon' !important;
    content: '\e906';
  }

  .chart-snap-wrapper > a.green.active:after {
    color: #007d55;
    border: none;
    font-family: 'icomoon' !important;
    content: '\e906';
  }

  .chart-snap-wrapper > a.lightgreen.active:after {
    color: #a6c773;
    border: none;
    font-family: 'icomoon' !important;
    content: '\e906';
  }

  .chart-snap-wrapper > a.sky.active:after {
    color: #1bafdc;
    border: none;
    font-family: 'icomoon' !important;
    content: '\e906';
  }

  .chart-snap-wrapper > a.yellow.active:after {
    color: #fdae2a;
    border: none;
    font-family: 'icomoon' !important;
    content: '\e906';
  }

  .chart-snap-wrapper > a.sky-dark.active:after {
    color: #429bd6;
    border: none;
    font-family: 'icomoon' !important;
    content: '\e906';
  }

  .chart-snap-wrapper > a.grey.active:after {
    color: #667896;
    border: none;
    font-family: 'icomoon' !important;
    content: '\e906';
  }

  body#ip3-real-assets .chart-snap-wrapper > a:after {
    display: none;
  }

  body#ip3-real-assets .chart-snap-wrapper > a {
    pointer-events: none;
  }

  body#ip3-credit .chart-snap-wrapper > a:after {
    display: none;
  }

  body#ip3-credit .chart-snap-wrapper > a {
    pointer-events: none;
  }

  body#ip3-esg-governance-practices .chart-snap-wrapper > a:after {
    display: none;
  }

  body#ip3-esg-governance-practices .chart-snap-wrapper > a {
    pointer-events: none;
  }

  .mobi-legend-popup {
    border: 0.5px solid #888888;
    box-shadow: 4px 3px 7px 0 rgba(0, 0, 0, 0.25);
    padding: 15px 20px 10px 7px;
    margin: 0 20px 20px;
    border-top: 5px solid #003a4f;
    background-color: rgba(254, 254, 254, 0.9);
    z-index: 1;
    position: relative;
  }

  .mobi-legend-popup.orange {
    border-top-color: #ff8551;
  }

  .mobi-legend-popup.green {
    border-top-color: #007d55;
  }

  .mobi-legend-popup.lightgreen {
    border-top-color: #a6c773;
  }

  .mobi-legend-popup.sky {
    border-top-color: #1bafdc;
  }

  .mobi-legend-popup.yellow {
    border-top-color: #fdae2a;
  }

  .mobi-legend-popup.sky-dark {
    border-top-color: #429bd6;
  }

  .mobi-legend-popup.grey {
    border-top-color: #667896;
  }

  #contentwrapper .mobi-legend-popup ul li:before {
    top: -2px;
    left: 5px;
    font-size: 1.3rem;
  }

  #contentwrapper .mobi-legend-popup.dark ul li:before {
    color: #003a4f;
  }

  #contentwrapper .mobi-legend-popup.orange ul li:before {
    color: #ff8551;
  }

  #contentwrapper .mobi-legend-popup.green ul li:before {
    color: #007d55;
  }

  #contentwrapper .mobi-legend-popup.lightgreen ul li:before {
    color: #a6c773;
  }

  #contentwrapper .mobi-legend-popup.sky ul li:before {
    color: #1bafdc;
  }

  #contentwrapper .mobi-legend-popup.yellow ul li:before {
    color: #fdae2a;
  }

  #contentwrapper .mobi-legend-popup.sky-dark ul li:before {
    color: #429bd6;
  }

  #contentwrapper .mobi-legend-popup.grey ul li:before {
    color: #667896;
  }

  .mm-menu {
    width: 100%;
  }

  #mm-blocker:before {
    right: 7%;
  }

  .mobi-menu-trigger {
    margin: 0 15px 0 0;
  }

  .mobi-menu-cover {
    margin-top: -19px;
  }

  .siteSearch {
    font-size: 1.5rem;
    height: 40px;
    width: 80px;
    padding: 8px 15px;
  }

  #searchButtonContainer {
    margin-left: 15px;
  }

  .copyright > p {
    padding-bottom: 0;
    font-size: 1.2rem;
    line-height: 2.3rem;
    padding-right: 40px;
  }

  .footer-link ul li a {
    font-size: 1.2rem;
    line-height: 2.3rem;
  }

  .footer-links-container {
    padding: 17px 0 15px;
  }

  .footer-link {
    margin-top: 26px;
    margin-bottom: 55px;
    width: 100%;
  }

  .footer-link ul {
    margin-left: 0;
    line-height: 15px;
    margin-bottom: 10px;
  }

  .footer-link ul li {
    display: inline-block;
    padding: 0 10px 0 0 !important;
    width: 100%;
  }

  .footer-link ul li {
    margin-bottom: 5px !important;
  }

  .member-mod .details-inner {
    padding: 25px 15px 0;
  }

  .member-mod .details-inner .close_btn {
    right: 15px;
    top: 25px;
  }

  .details-inner .bod-content-title {
    padding-right: 25px;
  }

  /*Portfolio Highlights*/
  .portfolio-highlights-item .portfolio-value {
    font-size: 6rem;
  }

  .portfolio-highlights-item .portfolio-value .before {
    font-size: 3.6rem;
    margin: 20px 0 0 0;
  }

  .portfolio-highlights-bottom {
    margin: 0px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #fff;
  }

  .portfolio-highlights-bottom ol li:before {
    top: 25%;
    transform: translateY(-25%);
  }

  .keyfact_separator {
    font-size: 4rem;
    top: -15px;
  }

  .animate-signpost-wrapper .platform-signpost {
    width: 100%;
    min-height: 90px;
  }

  .signpost-content p {
    padding-bottom: 3px;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .as-of p {
    top: 20px;
  }

  /*contact*/
  .loc-address .loc-address-title {
    min-height: 0;
  }

  .inquiryItemWrapper .inquiryItem.full-width .inquiry-address,
  .inquiry-address,
  .loc-address {
    width: 100%;
  }

  .keyfact-wrapper .keyfact-item .keyfact-data {
    line-height: 100px;
  }

  .keyfact-wrapper .keyfact-item {
    margin-bottom: 35px;
  }

  .quoteWithImage.module-landing {
    padding: 45px 0 10px;
  }

  .quoteWithImage .quote-content-wrap {
    margin: 30px 0px 30px 14px;
  }

  .quoteWithImage .quote-text {
    padding-bottom: 17px;
  }

  .quoteWithImage .quote-image > img {
    margin-bottom: 30px;
    width: 100%;
  }

  .threeColSignpostWrapper .three-col-signpost-item {
    margin-bottom: 5px;
  }

  .threeColSignpostWrapper .footnote-content {
    padding-top: 40px;
  }

  .contentWithSignpost .signpost-img > img {
    width: 100%;
  }

  /*media*/
  .media {
    margin-top: 0;
  }

  .media .media-title {
    padding-right: 5px;
  }

  .media-landing {
    padding-left: 5px;
    padding-right: 5px;
  }

  .media-pr-section.media-landing {
    margin-bottom: 0;
  }

  .media .mediaWrap .video-player {
    padding-bottom: 7px;
  }

  .media-landing .video-text {
    margin-top: 20px;
  }

  .media .videoWrap .video-player ~ .video-content {
    padding-bottom: 10px;
  }

  .media .videoWrap .video-content ~ .video-player {
    padding-bottom: 45px;
  }

  .rightcol-content {
    padding-left: 5px;
    padding-right: 5px;
  }

  .rightcol-title {
    padding-left: 5px;
    padding-right: 5px;
    border-top: 0;
  }

  .rigthCol {
    padding-bottom: 15px;
  }

  .introWrap .footnote-content {
    padding-top: 3px;
  }

  .introWrap .half-content-wrapper + .footnote-content {
    padding-top: 30px;
  }

  .half-content-wrapper .half-content img {
    width: 100%;
  }

  .android.chrome #contentwrapper .contentWithSignpost .content-text ul li:before {
    font-size: 6px;
  }

  .android.chrome #contentwrapper .half-content-wrapper .half-content ul li:before {
    font-size: 6px;
  }

  table.inv-responsive-table td,
  table.inv-responsive-table th {
    font-size: 1.5rem;
    line-height: 2.2rem;
    padding: 0;
  }

  table.inv-responsive-table .inv-responsive-data-header {
    width: 100%;
    display: block;
    font-family: 'Helvetica, Arial, sans-serif';
    padding-bottom: 5px;
  }

  table.inv-responsive-table .inv-responsive-data-content {
    width: 100%;
    float: left;
    display: block;
    padding-bottom: 15px;
  }

  table.inv-responsive-table tbody tr {
    border-bottom: none medium;
  }

  table.inv-responsive-table {
    border-bottom: 1px solid #d6d6d6;
  }

  .info-img img {
    width: 100%;
  }

  .documentItems .documents-item-wrapper .row .col-xs-12.document-item:last-child {
    margin-bottom: 0;
  }

  .largeSignpostWrap .content-signpost-wrapper {
    padding-top: 25px;
  }

  .largeSignpostWrap .largeSignpostWrap-title {
    padding-bottom: 12px;
  }

  .introWrap table td {
    white-space: nowrap;
  }

  .event-item.standard-content-wrapper,
  .events-archive-list-wrapper.module-landing,
  .featured-events-wrapper.module-landing,
  .eventCalendarWrap.module-landing,
  .pr-innerpage-container,
  .pr-email-alert.module-landing,
  .featured-pr-list.module-landing,
  .pr-archive-wrapper.module-landing,
  .static-nav-wrapper,
  .third-level-nav ul {
    padding-left: 5px;
    padding-right: 5px;
  }

  #corporate-governance {
    padding-bottom: 0;
  }

  .threeColSignpostWrapper {
    padding-top: 20px;
  }

  .three-col-content {
    padding: 0 5px;
  }

  .trHeaders {
    display: none;
  }

  .pr-date-field,
  .pr-type-field,
  .pr-document-field,
  .pr-title-field,
  .pr-business-field,
  .pr-location-field,
  .archive-events-container .event-title,
  .archive-events-container .event-date,
  .archive-events-container .event-more {
    clear: both;
    display: block;
    padding: 8px 10px;
    width: 100% !important;
  }

  .prReports tbody tr,
  .archive-events-container tbody tr {
    display: block;
    padding: 5px 0;
  }

  body#ip3-european-overview .prReports tbody tr {
    display: table-row;
  }

  .pr-mobi-headers {
    display: inline-block;
    font-family: 'Helvetica, Arial, sans-serif';
    vertical-align: top;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .event-more {
    text-align: left !important;
  }

  .archive-events-container .event-location {
    margin-bottom: 15px;
  }

  .prReports th.cAlign,
  .prReports td.cAlign,
  .prReports th.rAlign,
  .prReports td.rAlign {
    text-align: left;
  }

  .events-archive-list-wrapper .filter-inner-wrapper .dd-wrap {
    margin-left: 0 !important;
  }

  .documents-item-wrapper {
    padding-bottom: 30px;
  }

  .dataTables_wrapper thead th:first-child,
  .dataTables_wrapper tbody td:first-child {
    padding-left: 0;
  }

  .info-img {
    padding-bottom: 30px;
  }

  .pr-doc {
    float: none;
    margin-top: 30px;
    display: inline-block;
  }

  .pr-doc span.icon-pdf {
    margin-top: -5px;
  }

  .faqWrap.faq-left-section {
    padding-bottom: 18px;
  }

  body#ip3-european-overview .scroll-table-container {
    margin-bottom: 30px;
  }

  .singleColWrapper .page-content {
    padding-left: 5px;
    padding-right: 5px;
  }

  .imgWrapperScroll > img {
    max-width: none;
    margin-bottom: 20px !important;
  }

  .imgWrapperScroll {
    overflow: auto;
    width: 100%;
  }

  .imgWrapperScroll::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 20px;
    height: 10px;
    background: #e3e3e3;
    border-radius: 5px;
  }

  .imgWrapperScroll::-webkit-scrollbar-thumb {
    height: 6px;
    border-radius: 5px;
    border: 2px solid #e3e3e3;
    background-color: #c7c7c7;
  }

  /*bod without image*/
  .bodwrap .bod-item-heading {
    border-bottom: none medium;
    display: none;
  }

  .bodwrap .bod-title,
  .bodwrap .bod-bio {
    padding-left: 0;
    padding-right: 0;
  }

  .bodwrap .bod-designation {
    padding: 0;
  }

  .bodwrap .mobi-bod-title,
  .bodwrap .mobi-bod-designation,
  .bodwrap .mobi-bod-title {
    display: block;
  }

  .bodwrap {
    padding-bottom: 30px;
  }

  #ip3-error-page #mmenu #mobi-section-Homepage-level1 {
    -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);
    display: block;
  }

  #ip3-error-page #mmenu #mobi-section-Homepage-level1 ul.mm-listview > li {
    -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);
    opacity: 1;
  }

  .hide-mobile {
    display: none;
  }

  .visible-mobile {
    display: block;
  }

  /*distribution*/
  .distributions-chart-wrapper .distribution_chart_wrap {
    width: 100%;
  }

  .distribution_chart_inner {
    padding-top: 40px !important;
  }

  .distribution_chart_inner .bar-item .bar {
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
  }

  .distribution_chart_inner .bar-item {
    bottom: -5px !important;
  }

  .animated_graph_wrap .animated_graph_inner {
    display: none;
  }

  .animated_graph_wrap .mob-animated_graph_inner {
    display: block;
  }

  .animate-signpost-wrapper.left-border .platform-signpost {
    border-bottom: 1px solid #a0a0a2;
    border-left: none medium;
    margin-bottom: 35px;
  }

  .animate-signpost-wrapper.left-border .platform-signpost:last-child {
    border-bottom: none medium;
  }

  .animate-signpost-wrapper .plateform-signpost-inner p.asw_counter {
    padding-top: 0;
  }

  .animate-signpost-wrapper.left-border {
    padding-bottom: 0;
  }

  .animate-signpost-wrapper.show-arrow .platform-signpost {
    padding-left: 13px;
  }

  .media-pr-item {
    margin-bottom: 30px;
  }

  .mob-animated_graph_inner .bar-item.first .bar_label,
  .mob-animated_graph_inner .bar-item.last .bar_label {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2rem;
    color: #000000;
    font-family: 'Helvetica, Arial, sans-serif';
  }

  /*new responsive psd*/
  table {
    margin-bottom: 15px;
  }

  table.inv-responsive-table td,
  table.inv-responsive-table th,
  td,
  th {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  .our-history-wrapper .history-year .year-part .year-title {
    font-size: 3rem;
    line-height: 37px;
  }

  .our-history-wrapper .history-year .year-part .year-content h3 {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  .introWrap .half-content-wrapper + .footnote-content {
    padding-top: 15px;
  }

  .latest-pr-section .pr-signpost-wrapper {
    margin: 10px 0 15px;
  }

  .latest-pr-section .pr-title {
    font-size: 1.3rem;
    line-height: 1.5rem;
    padding-bottom: 10px;
  }

  .latest-pr-section .pr-subtitle {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  a.emp-profile-popup {
    line-height: 15px;
  }

  .signpost-content,
  .rightcol-content,
  .media-date,
  .media-landing .video-text,
  .faq-content p,
  .info-text p,
  .secondary-content p,
  .profiles-wrapper a.profile-interview-link,
  .meet-team-item .meet-team-content,
  .portfolio-wrapper .portfolio-details,
  .portfolio-wrapper .portfolio-content,
  .half-content-wrapper .half-content ul li,
  .half-content-wrapper .half-content ol li,
  .half-content-wrapper .half-content p,
  .details-inner > p,
  .our-history-wrapper .history-year .year-part .year-content p,
  .case-studies-wrapper .case-study-item .case-study-content,
  .inquiryItemWrapper .inquiryItem.full-width .inquiry-address,
  .inquiry-address,
  .loc-address,
  .latest-pr-section .pr-signpost-content {
    font-size: 1.4rem;
    line-height: normal;
  }

  .portfolio-wrapper .portfolio-content > p {
    line-height: 2rem;
  }

  .inquiry-address {
    padding-bottom: 15px;
  }

  .inquiry-address p {
    padding-bottom: 20px;
  }

  .rad-notes {
    font-size: 1.1rem;
    line-height: 1.4rem;
    padding-bottom: 10px;
  }

  #apollo-assets-under-management .rad-notes {
    padding-bottom: 0;
    line-height: 18px;
  }

  #apollo-assets-under-management .footnote-content p {
    padding-bottom: 0;
  }

  .secondary-content .footnote-content p {
    font-size: 1.1rem;
    line-height: 1.4rem;
    padding-bottom: 30px;
  }

  .media-landing .video-text {
    margin-top: 20px;
  }

  .profiles-section-wrapper .profiles-item .profiles-title .title,
  .profiles-section-wrapper .profiles-item .profiles-title .subtitle,
  .profiles-section-wrapper .profiles-item p {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  #mission-statement ul li {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  .portfolio-highlight-signpost-wrapper .small-signpost .title-text {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }

  .history-button,
  .searchresultpage #loadmore a {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .profiles-section-wrapper .profiles-loadmore a.global-button {
    padding: 12px 23px;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .inquiryItemWrapper .inquiryItem {
    padding-top: 0;
  }

  .inquiryItemWrapper > h2,
  .locationItemWrapper > h2 {
    margin-bottom: 20px;
  }

  body#ip3-overview .inquiryItemWrapper > h2 {
    margin-bottom: 8px;
  }

  h2.faq-heading {
    padding-bottom: 14px;
  }

  .homeWrap .introWrap .intro-text-wrapper {
    padding-top: 31px;
    margin-bottom: 10px;
  }

  .video-popup .mfp-close {
    margin-top: -10px;
  }

  .video-content + .video-player {
    padding-bottom: 0;
  }

  .contentWithKeyfact .content-signpost-wrapper > h2 {
    padding-bottom: 20px;
  }

  .documentItems .document-item {
    margin: 15px 0;
  }

  .board-wrap {
    padding-top: 25px;
  }

  .board-wrap .Leader-image-wrapper {
    max-width: 193px;
  }

  .Leader-image-wrapper,
  .leader-bio {
    width: 100%;
  }

  .leader-bio {
    padding: 16px 0 0 0px;
  }

  .bio-title {
    font-size: 3rem;
    line-height: normal;
  }

  .bio-title p {
    padding-bottom: 10px;
  }

  .leader-subheading {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }

  .board-wrap .share {
    bottom: -5px;
  }

  .leadership-detail .details-inner {
    margin-top: 32px;
    padding: 20px 0 12px 0;
  }

  .leadership-detail .details-inner > p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .leadership-detail .details-inner p:first-child {
    font-size: 2rem;
    line-height: 3.2rem;
  }

  .leadership-detail .share-details.show {
    top: auto;
    left: 45px;
    width: 46px;
    margin-top: 10px;
  }

  .sliderMember .slick-prev,
  .sliderMember .slick-next {
    top: 14%;
  }

  .insights-right-section h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }

  .insights-bottom-section .article-main {
    padding: 0 0 0 0;
  }

  .insights-right-section .article-main .insight-title {
    padding-bottom: 13px;
  }

  .insights-bottom-section .article-main .insight-title > p {
    padding-top: 17px;
    padding-bottom: 23px;
  }

  .insights-bottom-section .article-main .insight-title h3 {
    font-size: 2rem;
    line-height: 2.4rem;
    padding-bottom: 10px;
    color: #000;
  }

  .insights-detail-wrap .article-author {
    padding-top: 1px;
    line-height: 2.1rem;
    padding-bottom: 6px !important;
  }

  .insights-detail-wrap .article-author p {
    line-height: 2.1rem;
  }

  .leaders-list p {
    font-size: 2.4rem;
    line-height: 2.8rem;
    padding: 0 0 15px;
    border-top: 0;
  }

  .insights-video-module .video-player a {
    width: 100%;
  }

  .bodWrapper .management-committee h2.subheading {
    margin-bottom: 12px;
  }

  .sliderMember .banner-normal-text {
    line-height: 2.4rem;
  }

  .sliderMember .banner-normal-content {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }

  .sliderMember .banner-content {
    padding: 10px 0 15px 0;
    height: 130px;
  }

  .sliderMember .banner-sub-content {
    padding: 22px 0 0;
  }

  .sliderMember .banner-normal-content {
    margin: 4px 0 0 0;
  }

  body#ip3-insights .sliderInnerbgWrapper {
    display: none;
  }

  .insights-banner .container-fluid {
    padding: 0;
  }

  .insights-inner-banner {
    display: none;
  }

  .insight-banner-sub-image,
  .insight-sub-banner {
    width: 100%;
  }

  .insight-sub-banner {
    border: 0;
  }

  .insight-banner-sub-image {
    height: 160px;
  }

  .insight-banner-sub-image img {
    height: auto;
    width: 100%;
  }

  .insight-bannerWrap {
    border-top: 4px solid #07a979;
  }

  .insights-banner .insights-banner-content {
    padding: 20px 20px 21px;
  }

  .insight-banner-content {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .insight-banner-content {
    padding: 21px 0 16px 0;
  }

  .insights-landing .leader-wrap,
  .insights-main {
    padding-left: 0px;
    padding-right: 0px;
  }

  .insights-landing .leader-wrap {
    padding-bottom: 16px;
  }

  .insights-landing .inner-title h1 {
    padding-bottom: 13px;
  }

  .insights-main .insight-title > p {
    padding-bottom: 26px;
    padding-top: 22px;
  }

  .insights-main .article-title h2 {
    padding: 20px 0 21px 0;
  }

  .insights-main .article-author {
    padding-bottom: 2px;
  }

  .insights-bottom-section .article-main .article-author span {
    display: block;
    width: 100%;
    line-height: 2.1rem;
  }

  .insights-main .article-author p {
    line-height: 2.1rem;
  }

  .insights-main .insights-middle {
    border-bottom: 1px solid #7f7f7f;
    padding-bottom: 32px;
    margin: 0 0 32px 0;
  }

  .insights-main .insights-top {
    border-bottom: 0;
    padding-bottom: 30px;
  }

  .insights-bottom-section {
    padding-top: 7px;
  }

  .insights-top-section {
    padding-top: 20px;
  }

  .insights-main .insights-bottom-section .article-author p.date {
    padding-bottom: 3px;
  }

  .insights-bottom-section .article-main .insight-title {
    padding-bottom: 15px;
    min-height: auto;
  }

  .insights-bottom-section .article-main .insight-title:last-child {
    padding-bottom: 25px;
  }

  .insights-detail .insights-detail-wrap {
    padding-top: 20px;
  }

  .insights-detail-wrap .insight-title h1 {
    margin-bottom: 15px;
  }

  .insights-detail-wrap .share {
    top: 0;
    bottom: 0;
    position: static;
    right: inherit;
    float: left;
  }

  .insights-detail-wrap .share-details.show {
    top: auto;
    width: 46px;
    margin-top: 10px;
    left: 45px;
  }

  .insights-detail-wrap .article-author .date {
    padding-bottom: 8px;
  }

  .insights-detail-wrap .insight-title {
    padding: 18px 0 32px 0;
    margin-bottom: 24px;
  }

  .insights-video-module {
    margin: 15px 0 0 0;
    padding: 30px 25px 30px 10px;
  }

  .insights-video-detail {
    width: 100%;
    padding: 21px 0 0 15px;
  }

  .insights-video-detail h3 {
    padding-bottom: 21px;
  }

  .insights-bottom-content {
    padding: 21px 0 0 0;
    margin-bottom: -10px;
  }

  #MainWrapper {
    margin-top: 55px;
  }

  .home-banner .bannerWrap {
    height: 340px;
  }

  body#ip3-insurance .border-only {
    display: none;
  }

  body#ip3-insurance .case-studies-module-wrapper {
    padding-bottom: 0;
  }

  #_cookieConsentWrapper .cookie_inner > p {
    max-width: 100%;
  }

  #_cookieConsentWrapper .cookie_inner > p {
    font-size: 1.3rem;
    line-height: 1.9rem;
    letter-spacing: 0.13px;
  }

  #_cookieConsentWrapper #cookie-agree {
    margin-top: 10px;
    padding: 12px 35px;
  }

  /* Career - Intro */
  .career-footer-wrapper {
    padding: 0;
  }

  .career-footer-wrapper:after {
    top: 50%;
    right: 0;
  }

  .career-head {
    font-size: 2.7rem;
    line-height: 3.4rem;
  }

  .career-footer-wrapper p.career-footer-head {
    line-height: 3rem;
  }

  .left {
    padding: 30px 20px 50px;
  }

  .right {
    padding: 10px 20px 40px;
  }

  /* Video Gallery */
  .video-gallery-wrapper .video-copy-module-background {
    padding: 10px 20px 0;
  }

  .video-gallery .video-popup-link:after {
    height: 33px;
    width: 33px;
    bottom: 8px;
    right: 8px;
    background: url(/content/dam/microsites/elianttrade/icons/play-icon) no-repeat;
  }

  .video-quote > p {
    display: none;
  }

  .video-gallery-wrapper {
    padding: 25px 0 50px;
  }

  .video-gallery-thumb .slick-track {
    display: flex;
    width: 100% !important;
    flex-wrap: wrap;
    margin: 0;
  }

  .video-gallery-thumb .video-player.slick-slide {
    margin: 0;
    flex: 1 0 49%;
    width: auto !important;
    padding: 0 5px 10px;
  }

  .video-gallery-thumb .video-player .thumb-img-wrapper:before,
  .video-gallery-thumb .video-player:focus .thumb-img-wrapper:before {
    width: 100%;
  }

  .video-gallery-thumb .video-player:hover .thumb-hover,
  .video-gallery-thumb .video-player:focus .thumb-hover {
    top: 45%;
  }

  .video-gallery-thumb .video-player.slick-slide:last-child,
  .video-gallery-thumb .video-player.slick-slide:nth-child(3) {
    padding-right: 0;
  }

  .video-gallery-thumb .video-player.slick-slide:nth-child(2),
  .video-gallery-thumb .video-player.slick-slide:nth-child(4) {
    padding-left: 0;
  }

  /* Career Tabs */
  .carrer-tabs-wrapper {
    padding: 15px 0 0;
  }

  .career-intro .btn {
    max-width: 100%;
  }

  .career-quote {
    padding: 0;
  }

  /* --------------- Snapdown Starts ---------------- */
  .carrer-tabs-wrapper .c-snapdown-title p {
    font-size: 1.6rem;
    line-height: 1.6rem;
    padding-bottom: 10px;
    padding-top: 20px;
  }

  .carrer-tabs-wrapper .intro-content p,
  .carrer-tabs-wrapper .c-snapdown-content p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding-bottom: 10px;
    padding-top: 0px;
  }

  .carrer-tabs-wrapper .c-snapdown-content p.tab-sub-title {
    font-size: 1.6rem;
    line-height: 1.6rem;
    min-height: auto;
    padding-bottom: 12px;
  }

  .carrer-tabs-wrapper .intro-content p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .carrer-tabs-wrapper .intro-content p {
    padding-bottom: 0;
  }

  .Tab-Number.carrer-tabs-wrapper .intro-content p {
    padding-bottom: 15px;
  }

  .carrer-tabs-wrapper .c-snapdownItem.active .c-snapdown-title p {
    padding-bottom: 8px;
    position: relative;
  }

  .snapdown-tabs {
    margin-bottom: 35px;
    margin-top: 0;
  }

  .c-snapdownWrapper {
    float: left;
    width: 100%;
  }

  .c-snapdownItem {
    list-style: none;
  }

  .c-snapdownItem.active {
    border-bottom: none;
  }

  .c-snapdown-title {
    position: relative;
    cursor: pointer;
    float: left;
    width: 100%;
    display: block;
    border-bottom: 1px solid #939597;
  }

  .c-snapdownItem.active .c-snapdown-title,
  .c-snapdown-title:focus {
    border-bottom: 4px solid #00aa78;
  }

  .c-snapdown-content {
    float: left;
    width: 100%;
    display: none;
  }

  .nojs .c-snapdown-content {
    display: block;
  }

  .c-snapdownItem.first .c-snapdown-content {
    display: none;
  }

  .c-snapdown-inner {
    padding: 15px;
    float: left;
    width: 100%;
  }

  .c-snapdown-content {
    float: left;
    width: 100%;
    padding: 25px 0 0 0;
    margin-bottom: 0px;
  }

  .c-snapdown-title:before,
  .c-snapdown-title:after {
    content: '';
    display: block;
    background: #00aa78;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
  }

  .c-snapdown-title:before {
    height: 11px;
    width: 2px;
    top: 60%;
    right: 15px;
    margin-top: -2px;
    transform: rotate(45deg);
  }

  .c-snapdown-title:after {
    height: 2px;
    width: 11px;
    top: 60%;
    right: 18px;
    margin-top: 3px;
    transform: rotate(45deg);
  }

  .c-snapdownItem.active .c-snapdown-title:before,
  .c-snapdownItem.active .c-snapdown-title:after {
    transform: rotate(135deg);
  }

  .carrer-tabs-wrapper .video-player {
    padding-bottom: 12px;
  }

  .carrer-tabs-wrapper .video-popup-link:after {
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }

  .content-btn .rad-btn {
    padding: 10px 0;
    display: inline-block;
  }

  .carrer-tabs-wrapper .btn {
    padding: 12px 16px;
    line-height: 1.4rem;
    margin: 10px 0;
    min-width: 100%;
    width: 100%;
  }

  .c-quote {
    padding: 0 13px;
  }

  .c-quote p {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  /* Career Location slider */
  #LocationWrapper .slick-list {
    padding: 0 0% 0 10% !important;
  }

  .location-slides {
    padding: 0 20px;
  }

  p.location-title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-family: 'Helvetica, Arial, sans-serif';
    letter-spacing: 0.24px;
    color: #000;
  }

  .location-content {
    padding: 20px 0 30px;
  }

  #LocationWrapper .slick-dots li button:before {
    font-size: 3.5rem;
    height: 11px;
    width: 11px;
    line-height: 13px;
  }

  .location-link .btn {
    margin-top: 0;
  }

  .sliderLocation {
    margin: 0 0;
  }

  .location-slides {
    margin: 0 0;
  }

  #LocationWrapper {
    padding-top: 15px;
  }

  #LocationWrapper .slick-list {
    padding: 0 0 0 0 !important;
  }

  /* Content Module*/
  .content-module-wrapper {
    /*padding:40px 0 20px 0*/
  }

  body#ip3-private-equity .content-module-wrapper {
    padding: 20px 0 0px 0;
  }

  .content-module-wrapper .intro-content p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #231f20;
  }

  .content-module-wrapper .intro-content p a {
    color: #4b90c7;
  }

  .content-module-wrapper .intro-content ul li {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  body#ip3-real-assets .content-module-wrapper .intro-content p {
    padding-bottom: 10px;
  }

  body#ip3-our-business .content-module-wrapper {
    padding: 20px 0 0px 0;
  }

  .quotes-module-wrapper {
    padding-bottom: 35px;
  }

  .quotes-module-wrapper .quotes-text {
    margin-bottom: 15px;
  }

  body#ip3-real-assets .content-module-wrapper .intro-content p strong {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .quotes-name-position span {
    display: block;
  }

  .innerpage-intro p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .innerpage-intro h1 {
    margin-bottom: 20px;
  }

  body#ip3-infrastructure .padding-top-60 {
    padding-bottom: 20px;
  }

  /*Our business - Sub Link Module*/
  .our-business-insights-sub-link-wrapper h2.title {
    margin: 0 0 15px 0;
    line-height: 2.8rem;
  }

  .our-business-sub-link-item {
    margin: 0 0 20px 0;
    padding: 0 0 35px 0;
    border-bottom: 1px solid #939597;
  }

  .our-business-sub-link-item.last {
    margin: 0;
    padding: 0;
    border: 0;
  }

  .our-business-sub-link-wrapper .image {
    height: 127px;
  }

  .our-business-insights-sub-link-wrapper .our-business-sub-link-item {
    padding-bottom: 23px;
  }

  .our-business-sub-link-item .title-top {
    line-height: 1.7rem;
    margin-bottom: 17px;
  }

  .our-business-insights-sub-link-wrapper .title-top {
    line-height: 3.2rem;
  }

  .video-copy-module-background {
    padding: 0;
  }

  .video-player {
    padding-bottom: 0;
  }

  .video-copy-module {
    /*padding: 0; margin: 15px 0 40px 0;*/
    padding: 15px 0 40px 0;
    margin: 0;
  }

  .video-desc-wrap {
    padding: 8px 20px 25px 20px;
  }

  .video-copy-module h3,
  .video-text p {
    line-height: 2.4rem;
  }

  body#ip3-credit .video-copy-module {
    margin: 15px 0 0px 0;
  }

  /*Case Studies - Module*/
  .case-studies-module-wrapper {
    padding: 40px 0 45px;
  }

  .case-studies-module {
    background: #fff;
    padding: 24px 20px 10px 20px;
  }

  .case-studies-item {
    padding: 30px 0;
  }

  .case-studies-item + .case-studies-item {
    padding: 15px 0 30px 0;
    border-width: 1px;
  }

  .case-studies-item .description {
    margin: 10px 0 0 0;
  }

  .case-studies-item .image {
    height: 137px;
    margin-bottom: 15px;
  }

  .case-studies-item-text {
    height: auto;
  }

  .case-studies-item .title-top {
    display: block;
    margin: 0 0 15px 0;
  }

  .case-studies-item .title-bottom {
    display: none;
  }

  body#ip3-credit .border-only {
    display: none;
  }

  body#ip3-credit .our-business-sub-link-wrapper {
    padding: 0px 0 30px 0;
  }

  /*Portfolio Highlights - Module*/
  .portfolio-highlights-wrapper {
    padding: 35px 0 40px;
  }

  .portfolio-highlights-wrapper .heading {
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding: 0 0px 20px;
  }

  .portfolio-highlights-item {
    border-width: 2px !important;
  }

  .portfolio-highlights-bottom ol li {
    display: inline-block;
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }

  .portfolio-highlights-bottom ol li + li {
    margin: 20px 0 0 0;
  }

  .portfolio-highlights-item .title {
    margin-bottom: 17px;
  }

  .portfolio-highlights-item {
    padding: 13px 0 20px;
  }

  .Our-People-Wrapper.people-single-main .people-side-by-side .video-popup-link::after,
  .Our-People-Wrapper.people-double-main .people-side-by-side .video-popup-link::after {
    width: 32px !important;
    height: 32px !important;
    bottom: 15px !important;
    right: 15px !important;
  }

  .portfolio-highlights-wrapper.only-bottom-list .heading {
    padding-bottom: 22px;
  }

  .portfolio-highlights-wrapper.only-bottom-list .portfolio-highlights-bottom ol {
    padding-top: 10px;
  }

  .portfolio-highlights-wrapper.only-bottom-list .portfolio-highlights-bottom li {
    width: 100%;
  }

  .portfolio-highlights-wrapper.only-bottom-list .portfolio-highlights-bottom li:after {
    height: 2px;
    top: -15px;
    width: 100%;
  }

  .portfolio-highlights-wrapper.only-bottom-list .portfolio-highlights-bottom li + li {
    margin-top: 32px;
  }

  /*Insurance Diversified Solutions - Module*/
  .insurance-diversified-solutions-wrapper {
    padding: 35px 0 20px;
  }

  .insurance-diversified-solutions-wrapper .heading {
    font-size: 1.8rem;
    line-height: 2.6rem;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #878787;
    font-weight: 600;
  }

  .insurance-diversified-solutions-item .description p {
    font-size: 1.4rem;
  }

  .insurance-diversified-solutions-item {
    padding: 40px 0 24px;
  }

  .insurance-diversified-solutions-item .image img {
    max-width: 128px;
  }

  .insurance-diversified-solutions-item.item-2,
  .insurance-diversified-solutions-item.item-3 {
    border-top: 1px solid #939597 !important;
  }

  body#ip3-infrastructure
    .portfolio-highlights-item-in:nth-child(4)
    .portfolio-highlights-item
    span.title {
    line-height: 2rem;
  }

  /*risk-return-spectrum-accordion*/
  .risk-return-spectrum-accordion-module-wrapper {
    padding: 40px 0 20px 0;
  }

  .risk-return-spectrum-accordion-item {
    height: 109px !important;
    margin-bottom: 19px;
  }

  .risk-return-accordion-content-item {
    min-height: auto;
  }

  .risk-return-spectrum-accordion-item:after {
    bottom: 14px;
  }

  .risk-return-accordion-content {
    padding: 0px 10px 10px;
  }

  .risk-return-spectrum-accordion-module-wrapper .heading {
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #000;
  }

  .risk-return-spectrum-accordion-item .accordion-item-heading {
    font-size: 2rem;
    line-height: normal;
  }

  .risk-return-spectrum-accordion-item .content-text {
    font-size: 1.2rem;
    line-height: normal;
  }

  .risk-return-spectrum-accordion-module-wrapper .sub-heading {
    width: 40px;
    margin: 0;
  }

  .sub-heading-bg {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 10px;
    transform: rotate(-180deg);
  }

  .sub-heading-directs {
    position: relative;
    padding: 20px 0 0 140px;
  }

  .risk-return-spectrum-accordion-module-wrapper .sub-heading {
    position: absolute;
    left: 0;
    width: 58px;
    height: calc(100% - 40px);
  }

  .risk-return-spectrum-accordion-module-wrapper .sub-heading:before {
    border-top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    border-left: 1px solid #d0d2d3;
    height: 100%;
    top: 0;
  }

  .risk-return-directs {
    position: absolute;
    left: 81px;
    width: 50px;
    height: calc(100% - 40px);
    padding: 26px 0 30px;
    margin: 0;
  }

  .risk-return-directs-prefix {
    position: absolute;
    left: -2px;
    top: 0;
    font-size: 1.8rem;
    color: #58585b;
  }

  .risk-return-directs-postfix {
    position: absolute;
    right: inherit;
    left: 0;
    top: inherit;
    bottom: 0;
  }

  .risk-return-directs-center {
    height: 100%;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #58585b;
    border-bottom: 1px solid #58585b;
    width: 14px;
  }

  .risk-return-directs-center::before {
    width: 6px;
    height: 100%;
    margin: 0 4px;
    background-image: linear-gradient(to top, #9fd08a, rgba(205, 234, 190, 0.01));
  }

  .risk-return-directs sup {
    font-size: 1.2rem;
    top: -0.4em;
  }

  .risk-return-accordion-content-item {
    font-size: 1.4rem;
    line-height: 2rem;
    border-bottom: 0.5px solid #898b8e;
    margin-bottom: 15px;
  }

  .risk-return-accordion-content-item:last-child {
    margin-bottom: 9px;
  }

  .show-only-bottom-list .sub-heading-directs {
    padding: 0;
  }

  /*Private Equity Graph */
  .private-equity-graph-box-wrapper {
    padding: 0 0 0 145px;
    position: relative;
    border-left: 1px solid #939597;
    margin-top: 30px;
  }

  .private-equity-graph-box {
    position: relative;
    background: url('/content/dam/microsites/elianttrade/images/hybrid-value-fund-background.png') no-repeat;
    background-size: cover;
    background-position: center center;
    height: 813px;
  }

  #contentwrapper .graph-right-number {
    position: absolute;
    left: -98px;
    bottom: 0;
    width: 70px;
    text-align: right;
    font-size: 2rem;
    line-height: normal;
    font-weight: 600;
    color: #58585b;
  }

  #contentwrapper .graph-right-number li {
    width: 100%;
    padding: 0 !important;
    font-family: 'Helvetica, Arial, sans-serif';
  }

  #contentwrapper .graph-right-number li + li {
    margin-top: 112px;
  }

  #contentwrapper .graph-bottom-number {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -40px;
    width: 100%;
    margin: 0px;
    padding: 0 0 0 50px;
  }

  #contentwrapper .graph-bottom-number li {
    padding: 0 !important;
    float: left;
    width: 15.4%;
    text-align: left !important;
    font-size: 1.8rem;
    line-height: normal;
    color: #231f20;
  }

  #contentwrapper .graph-bottom-number li:last-child {
    width: auto;
  }

  .graph-right-number span {
    font-size: 1rem;
    vertical-align: top;
    display: inline-block;
    padding-top: 3px;
  }

  .private-equity-graph-box:before {
    content: '';
    width: 5px;
    height: 100%;
    background-image: linear-gradient(to top, rgba(205, 234, 190, 0.01), #9fd08a);
    position: absolute;
    left: -15px;
    top: 0;
  }

  .private-equity-graph-box:after {
    content: '';
    width: 14px;
    border-top: 1px solid #58585b;
    position: absolute;
    left: -19px;
    top: 0;
  }

  #contentwrapper .private-equity-graph-box ul li:before {
    display: none !important;
    padding: 0 !important;
  }

  .graph-box-item .plus-icon {
    text-align: center;
    position: absolute !important;
    left: 34px;
    bottom: 20px;
  }

  .graph-box-item .plus-icon:before {
    content: '';
    height: 30px;
    width: 30px;
    display: inline-block;
    background: url(/content/dam/microsites/elianttrade/icons/plus-icon-graph.svg) no-repeat;
    position: absolute;
    background-size: 100%;
    bottom: 0px;
  }

  .graph-box-item .plus-icon.active:before {
    background: url(/content/dam/microsites/elianttrade/icons/minus-icon-graph.svg) no-repeat;
    background-size: 100%;
  }

  .graph-box-item {
    position: absolute !important;
    left: 0;
    padding: 25px 34px !important;
    color: #fff;
  }

  .graph-box-item-title {
    font-size: 2.4rem;
    font-family: 'Helvetica, Arial, sans-serif';
    margin: 0 0 8px 0;
  }

  .graph-box-item-sub-title {
    font-size: 1.8rem;
    font-family: 'Helvetica, Arial, sans-serif';
  }

  .graph-box-item .graph-box-description {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 190px;
    box-shadow: 2px 2px 4px 0 rgba(133, 133, 133, 0.5);
    border: solid 1px #979797;
    background-color: rgba(255, 255, 255, 0.94);
    padding: 0 32px;
  }

  .graph-box-item.graph-box3 .graph-box-description {
    bottom: inherit;
    top: 68px;
  }

  .graph-box-item .graph-box-description ul {
    margin: 0;
  }

  .graph-box-item .graph-box-description ul li {
    border-bottom: 1px solid #979797;
    font-size: 1.4rem;
    line-height: normal;
    color: #231f20;
    text-align: center !important;
    padding: 16px 0 !important;
  }

  .graph-box-item .graph-box-description ul li:last-child {
    border: 0;
  }

  .graph-box-item .graph-box-description ul li:first-child {
    padding-top: 24px !important;
  }

  .graph-box-item .graph-box-description ul li:last-child {
    padding-bottom: 24px !important;
  }

  .graph-box2.graph-box-item .graph-box-description ul li,
  .graph-box3.graph-box-item .graph-box-description ul li {
    padding: 20px 0 !important;
  }

  .graph-box2.graph-box-item .graph-box-description ul li:first-child,
  .graph-box3.graph-box-item .graph-box-description ul li:first-child {
    padding-top: 24px !important;
  }

  .graph-box2.graph-box-item .graph-box-description ul li:last-child,
  .graph-box3.graph-box-item .graph-box-description ul li:last-child {
    padding-bottom: 24px !important;
  }

  .graph-box1 {
    height: 374px;
    background: #03b279;
    bottom: 0;
    padding-top: 51px !important;
  }

  .graph-box2 {
    height: 252px;
    background: rgba(67, 155, 214, 0.8);
    bottom: 347px;
  }

  .graph-box3 {
    height: 149px;
    background: #007d55;
    top: 0px;
  }

  .net-return-target {
    position: absolute;
    top: 55%;
    left: 0;
    margin-left: -11px;
    background: #fff;
    color: #76787a;
    font-size: 1.6rem;
    font-family: 'Helvetica, Arial, sans-serif';
    padding: 0 20px;
    line-height: normal;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  .time-horizon-years {
    color: #76787a;
    font-size: 1.6rem;
    font-family: 'Helvetica, Arial, sans-serif';
    line-height: normal;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -76px;
    width: 100%;
  }

  .private-equity-graph-box {
    height: 504px;
  }

  .private-equity-graph-box-wrapper {
    padding: 0 0 0 120px;
  }

  #contentwrapper .graph-right-number {
    margin-bottom: 5px;
  }

  #contentwrapper .graph-right-number li {
    font-size: 1.8rem;
  }

  #contentwrapper .graph-right-number li + li {
    margin-top: 67px;
  }

  .graph-box-item-title {
    margin-bottom: 0;
    font-size: 2rem;
  }

  .graph-box-item-sub-title {
    font-size: 1.6rem;
    line-height: normal;
  }

  .graph-box-item {
    padding: 25px 20px !important;
  }

  .graph-box1 {
    height: 232px;
    padding-top: 26px !important;
    width: 278px !important;
  }

  .graph-box2 {
    height: 156px;
    bottom: 215px;
    width: 361px !important;
    margin-left: 15% !important;
  }

  .graph-box3 {
    height: 92px;
    width: 266px !important;
    margin-left: 31% !important;
  }

  .graph-box-item.graph-box2 {
    padding: 20px !important;
  }

  .graph-box-item.graph-box3 {
    padding: 5px 20px !important;
  }

  .graph-box-item .graph-box-description {
    padding: 0 23px;
  }

  .graph-box-item .graph-box-description ul li {
    padding: 13px 0 12px !important;
  }

  .graph-box-item .graph-box-description ul li:first-child {
    padding-top: 13px !important;
  }

  .graph-box-item .graph-box-description ul li:last-child {
    padding-bottom: 13px !important;
  }

  .graph-box2.graph-box-item .graph-box-description ul li {
    padding: 17px 0 !important;
  }

  .graph-box3.graph-box-item .graph-box-description ul li {
    padding: 13px 0 !important;
  }

  .graph-box2.graph-box-item .graph-box-description ul li:first-child {
    padding-top: 18px !important;
  }

  .graph-box3.graph-box-item .graph-box-description ul li:first-child {
    padding-top: 14px !important;
  }

  .graph-box2.graph-box-item .graph-box-description ul li:last-child {
    padding-bottom: 18px !important;
  }

  .graph-box3.graph-box-item .graph-box-description ul li:last-child {
    padding-bottom: 14px !important;
  }

  .graph-box2 .graph-box-description {
    bottom: -138px;
    left: 30px;
    width: 333px !important;
  }

  .graph-box-item.graph-box3 .graph-box-description {
    bottom: inherit;
    top: 40px;
    left: 5px;
    width: 275px !important;
  }

  .graph-box-item .plus-icon {
    bottom: 12px;
    left: 20px;
  }

  .graph-box-item .plus-icon:before {
    height: 20px;
    width: 20px;
  }

  .graph-box-item .plus-icon.active:before {
    background-size: 100%;
  }

  .private-equity-graph-module-wrapper {
    padding: 0px 0 70px 0;
  }

  .private-equity-graph-module-wrapper .heading {
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding-bottom: 13px;
  }

  .private-equity-graph-module-wrapper .sub-heading {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin: 23px 0 0;
  }

  .private-equity-graph-box {
    background-image: url('/content/dam/microsites/elianttrade/images/hybrid-value-fund-background-mobile.png');
  }

  #contentwrapper .graph-right-number {
    font-size: 1.4rem;
    left: -85px;
  }

  .private-equity-graph-box::before {
    left: -24px;
  }

  .private-equity-graph-box::after {
    left: -28px;
  }

  #contentwrapper .graph-right-number li {
    transform: rotate(-90deg);
  }

  #contentwrapper .graph-right-number li + li {
    margin-top: 96px;
  }

  #contentwrapper .graph-bottom-number {
    bottom: -20px;
    padding: 0 0 0 0;
  }

  #contentwrapper .graph-bottom-number li {
    font-size: 1.4rem;
    width: 15%.8;
  }

  #contentwrapper .graph-right-number li {
    font-size: 1.4rem;
  }

  .time-horizon-years {
    bottom: -43px;
    font-size: 1.4rem;
  }

  .net-return-target {
    font-size: 1.6rem;
    top: 155px;
    margin-left: -10px;
  }

  .private-equity-graph-box-wrapper {
    padding: 0px 0 0 80px;
    border-width: 1px;
    margin-left: 5px;
  }

  .private-equity-graph-box {
    height: 666px;
  }

  .graph-box-item {
    padding: 20px 10px !important;
  }

  .graph-box-item-title {
    font-size: 1.8rem;
    margin: 0 0 8px 0;
    line-height: 2rem;
  }

  .graph-box-item-sub-title {
    font-size: 1.4rem;
  }

  .graph-box-item .graph-box-description {
    padding: 0 15px;
  }

  .graph-box-item .graph-box-description {
    bottom: 35px;
    width: 193px !important;
  }

  .graph-box-item .graph-box-description ul li {
    padding: 13px 0 !important;
    line-height: 2rem;
  }

  .graph-box2.graph-box-item .graph-box-description ul li {
    padding: 15px 0 !important;
  }

  .graph-box-item.graph-box3 .graph-box-description {
    top: 123px;
    left: -50px;
    width: 203px !important;
  }

  .graph-box3.graph-box-item .graph-box-description ul li {
    padding: 14px 0 !important;
  }

  .graph-box3.graph-box-item .graph-box-description ul li:first-child {
    padding-top: 15px !important;
  }

  .graph-box3.graph-box-item .graph-box-description ul li:last-child {
    padding-bottom: 15px !important;
  }

  .graph-box1 {
    height: 291px;
    width: 94px !important;
  }

  .graph-box2 {
    height: 206px;
    bottom: 280px;
    width: 121px !important;
    margin-left: 27px !important;
  }

  .graph-box-item.graph-box2 {
    padding: 20px 8px !important;
  }

  .graph-box3 {
    height: 124px;
    width: 98px !important;
    margin-left: 50px !important;
  }

  .graph-box-item.graph-box3 {
    padding: 8px 9px 0 !important;
  }

  .graph-box2 .graph-box-description {
    left: -27px;
    z-index: 1;
  }

  .graph-box3 .graph-box-description {
    left: -60px;
  }

  .graph-box-item .plus-icon {
    left: 8px;
    bottom: 8px;
  }

  .graph-box-item .plus-icon:before {
    width: 18px;
    height: 18px;
    line-height: 16px;
  }

  /*Private Equity Graph End*/
  .intro-section {
    padding-bottom: 20px;
  }

  .content-value .portfolio-signpost:before {
    height: 2px;
  }

  .content-value .key-before {
    font-size: 6rem;
  }

  .portfolio-highlight-signpost-wrapper span.key-after {
    font-size: 6.5rem;
  }

  .content-value .value {
    font-size: 9rem;
  }

  .content-value .key-before {
    padding-top: 13px;
  }

  .content-value .keyfact-text {
    max-width: 100%;
    padding-top: 10px;
  }

  .contentWithKeyfact .content-text {
    padding-top: 0;
  }

  .keyfact-wrapper {
    flex-direction: column;
  }

  .keyfact-wrapper .keyfact-items,
  .keyfact-wrapper .keyfact-items:nth-child(2),
  .keyfact-wrapper .keyfact-items:last-child {
    width: 100%;
  }

  .keyfact-wrapper .keyfact-items:nth-child(2),
  .keyfact-wrapper .keyfact-items:last-child {
    padding-left: 0;
    top: 0;
    margin-top: 20px;
  }

  .keyfact-wrapper .keyfact-items:nth-child(2):after {
    top: auto;
  }

  .keyfact-wrapper .keyfact-items:after {
    bottom: -16px;
    transform: none;
    top: auto;
    right: auto;
  }

  #covid-19 {
    padding-bottom: 25px;
    padding-top: 240px;
    background-position: top !important;
  }

  #covid-19 .content-bg-wrapper .content-txt {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .carrer-tabs-wrapper .c-snapdown-title p {
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: 'Helvetica, Arial, sans-serif';
  }

  .carrer-tabs-wrapper .btm-content {
    padding-top: 40px;
  }

  .carrer-tabs-wrapper .btm-content p {
    padding-bottom: 0;
    text-align: center;
  }

  .btm-content img:nth-child(3n) {
    margin-right: 0;
  }

  .btm-content img {
    margin-right: 15px;
    margin-bottom: 25px;
    max-width: 80px;
  }

  body#ip3-operating-with-esg-impact .carrer-tabs-wrapper ul li {
    padding-left: 15px;
  }

  body#ip3-operating-with-esg-impact .carrer-tabs-wrapper ul li:before {
    top: -2px;
    font-size: 1rem;
    color: #007d55;
  }

  .content-value.split-view .keyfact-text {
    width: 100%;
    padding-left: 0px;
    padding-top: 0;
  }

  #helping-veterans {
    padding-bottom: 5px;
  }

  .contentWithKeyfact {
    padding-bottom: 25px;
  }

  .content-module-wrapper .intro-content table:not(.check) th:last-child {
    text-align: center;
    width: 33%;
    padding-left: 0;
    padding-right: 0;
  }

  .content-module-wrapper .intro-content table tbody tr td:nth-child(2n),
  .content-module-wrapper .intro-content table tbody tr td:nth-child(3n),
  .content-module-wrapper .intro-content table th {
    vertical-align: middle;
  }

  .content-module-wrapper .intro-content table.check td:first-of-type {
    white-space: nowrap;
    padding-right: 5px;
  }

  .dwReportWrapper {
    padding: 30px 0;
  }

  .Tab-Number .c-snapdown-title p {
    padding-left: 30px;
  }

  .Tab-Number .c-snapdown-title p:before {
    content: '1';
    background: #00aa78;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 0;
    text-align: center;
    color: #fff;
    font-family: 'Helvetica, Arial, sans-serif';
    font-size: 1.4rem;
    line-height: 2.2rem;
  }

  .Tab-Number .c-snapdownItem:nth-child(2) .c-snapdown-title p:before {
    content: '2';
  }

  .Tab-Number .c-snapdownItem:nth-child(3) .c-snapdown-title p:before {
    content: '3';
  }

  .Tab-Number .c-snapdownItem:nth-child(4) .c-snapdown-title p:before {
    content: '4';
  }

  .Tab-Number .snapdown-tabs {
    margin-bottom: 0;
  }

  ul.rad-list li {
    width: 49%;
  }

  ul.rad-list li:first-child {
    margin-top: 0 !important;
  }

  ul.rad-list li:nth-child(2n + 1) {
    padding-left: 0 !important;
  }

  ul.rad-list li {
    padding: 0 !important;
  }

  ul.rad-list li:first-child,
  ul.rad-list li:nth-child(2),
  ul.rad-list li:nth-child(3),
  ul.rad-list li:nth-child(4) {
    border-bottom: 0.6px solid #bbbdbf;
    margin-bottom: 45px;
  }

  ul.rad-list li:after {
    right: -5px;
  }

  ul.rad-list li:nth-child(2):after,
  ul.rad-list li:nth-child(4):after,
  ul.rad-list li:nth-child(6):after,
  ul.rad-list li:nth-child(8):after {
    display: none;
  }

  .chart-wrapper .chart-message {
    top: 60%;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Helvetica, Arial, sans-serif';
  }

  .chapter-wrapper {
    margin-top: 0px;
  }

  .chapter-wrapper .chapter-top #breadcrumb {
    padding-top: 10px;
  }

  .chapter-wrapper .chapter-top #breadcrumb > a {
    display: none;
  }

  .chapter-wrapper .chapter-top #breadcrumb a.ch-impact {
    display: block;
    width: 100%;
    padding-top: 0;
    margin-top: 10px;
  }

  .chapter-wrapper .chapter-top #breadcrumb a.ch-impact span.mobi-breadcrumb-txt {
    width: 250px;
  }

  .chapter-wrapper .share {
    bottom: auto;
    top: 9px;
  }

  .chapter-wrapper .chapter-top-title h1 {
    font-size: 1.5rem;
    letter-spacing: 0.23px;
    line-height: 23px;
  }

  .chapter-subtitle {
    line-height: 4rem;
  }

  .chapter-wrapper .chapter-top {
    margin-bottom: 18px;
  }

  .Impact-Chapter-Wrapper + a + #contentwrapper .innerpage-intro p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .Impact-Chapter-Wrapper + a + #contentwrapper .innerpage-intro {
    padding-bottom: 0;
  }

  .Download-banner .dw-content-wrapper {
    margin: -35px 20px 20px 20px;
  }

  .Download-banner .download-wrap {
    max-width: 100%;
    display: block;
  }

  .Download-banner .dw-content p {
    font-size: 1.5rem;
    line-height: 25px;
    padding: 12px 20px 15px 20px;
  }

  .download-wrap .dw-link-wrapper {
    margin: 0;
    padding: 0 20px;
  }

  .download-wrap .dw-link-wrapper .btn {
    padding: 8px 60px 8px 10px;
    margin: 0 0 20px 0;
  }

  .download-wrap .dw-link-text-wrapper {
    display: none;
  }

  .download-wrap .dw-link-wrapper a.btn:before {
    right: 22px;
  }

  .column-content-wrapper div.highcharts-legend {
    display: block;
    height: 70px !important;
  }

  /* Promo Module */
  .promo-wrapper {
    padding: 25px 0;
  }

  .promo-link .btn {
    margin: 20px 0 5px;
  }

  .promo-text p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  /* Investors Opportunistc*/
  .Investors-wrapper {
    padding: 35px 0;
  }

  .Investors-wrapper .investor-title,
  .investor-title {
    margin-bottom: 0;
  }

  .Investors-wrapper .investor-title .heading {
    padding-bottom: 15px;
  }

  .heading {
    line-height: 2.6rem;
    padding-bottom: 5px;
  }

  .Info-Graph-wrapper p.heading {
    display: none;
  }

  .Info-Graph-wrapper .Info-Graph {
    border-top: 0 none;
  }

  .Investors-Content {
    display: inline-block;
    width: 100%;
  }

  .Investors-Content.left {
    padding: 20px 20px 25px;
  }

  .Investors-Content.right {
    padding: 0 20px;
  }

  .Investors-Content.left .no-pad {
    padding-right: 0;
  }

  .Investors-Content.right .no-pad {
    padding-left: 0;
  }

  .middle-content ul li {
    padding-bottom: 5px !important;
  }

  /* Market Cycle */
  .Market-wrapper {
    padding: 35px 0;
  }

  .Market-wrapper .investor-title {
    margin-bottom: 20px;
  }

  .Market-Content {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
  }

  .Market-head {
    padding: 15px 0;
  }

  .Market-Content.first .Market-subhead,
  .Market-Content.third .Market-subhead {
    opacity: 1;
  }

  .Market-subhead {
    padding-top: 20px;
    font-size: 1.5rem;
  }

  .Market-Content .middle-content {
    font-size: 1.5rem;
    padding: 25px 45px 0;
  }

  .Market-Content.third .middle-content {
    padding: 25px 35px 0;
  }

  .Market-Content.first .middle-content {
    padding: 30px 0 0;
    max-width: 200px;
    margin: 0 auto;
  }

  .Market-subhead span:before,
  .Market-subhead span:after,
  .Market-subhead-bottom span:before,
  .Market-subhead-bottom span:after {
    display: none;
  }

  .Market-Content.third .bottom2 {
    padding: 6px 50px;
  }

  .Market-Content.third {
    margin-bottom: 0;
  }

  /* Value Orientation */
  .right-side-section:after,
  .right-side-section:before {
    display: none;
  }

  .Value-wrapper .heading {
    color: #000;
  }

  .value-left-box1 {
    margin-top: 20px;
  }

  .value-left-box {
    padding: 15px 10px;
    height: 160px;
    margin-bottom: 11px;
    border-bottom: none !important;
  }

  .value-top {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }

  .value-top br {
    display: none;
  }

  .value-content {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .value-left-box1 .value-content br:first-child {
    display: none;
  }

  .value-left-box1 .value-content br:not(:first-child) {
    display: block;
    content: '';
  }

  .right-side-section {
    height: auto;
    margin-top: 0;
  }

  .right-section-1,
  .right-section-2,
  .right-section-3 {
    height: 161px;
    margin-bottom: 11px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .right-section-3 {
    margin-bottom: 0;
  }

  .right-section-1 {
    padding: 45px 0 0px;
  }

  .right-section-2,
  .right-section-3 {
    padding: 55px 0 40px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .right-box-value {
    font-size: 1.5rem;
    width: 55px;
    border-left: none;
    border-top: 1px solid #fff;
    padding-top: 10px;
    padding-left: 0;
  }

  .right-heading {
    padding: 0 0 10px 0;
    font-family: 'Helvetica, Arial, sans-serif';
    font-size: 1.5rem;
  }

  .right1-heading {
    width: 55%;
    padding-left: 0;
  }

  .right2-heading {
    width: 20%;
  }

  .right3-heading {
    width: 22%;
    text-align: right;
  }

  .right-box-1.value1 {
    width: 22%;
  }

  .right-box-1.value2 {
    width: 25%;
  }

  .right-box-1.value3 {
    width: 24%;
  }

  .right-box-1.value4 {
    width: 24%;
  }

  .right-box-1.value4 .right-box-value {
    width: 60px;
    border-top: 0;
    padding-top: 0;
    margin-top: -15px;
  }

  .right-box-1.value4 .right-box-value span:first-child {
    padding-top: 0;
  }

  .right-box-1.value4 .right-box-value span:first-child:after {
    right: 30px;
  }

  .right-box-1.value4 .right-box-value span:last-child {
    padding-top: 10px;
  }

  .value-left-box2,
  .value-left-box3 {
    padding: 50px 10px;
  }

  .right-middle-title {
    right: 8px;
    width: 75px;
    text-align: center;
  }

  .right-box-2 .right-box-value {
    width: 45px;
    text-align: center;
  }

  .right-box-2.value1 {
    width: 35%;
  }

  .right-box-2.value2 {
    width: 27%;
  }

  .right-box-2.value3 {
    width: 30%;
  }

  .right-box-3.value1 {
    width: 23%;
    margin-left: 48%;
  }

  .right-box-3.value2 {
    width: 26%;
  }

  .right-box-1.value4 .right-box-value,
  .right-box-2.value3 .right-box-value,
  .right-box-3.value2 .right-box-value {
    border-left: none;
    border-top: 1px solid;
  }

  .right-section-1:before,
  .right-section-2:before,
  .right-section-3:before {
    height: 100%;
    position: absolute;
    content: '';
    right: 28%;
    top: 0;
    z-index: 0;
    border: 1px dashed #fefefe;
    border-left-width: 0;
  }

  .right-section-2:after,
  .right-section-3:after {
    content: '';
    background: #07a979;
    position: absolute;
    width: 28%;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 0.2;
  }

  .Value-wrapper .c-snapdown-title:before {
    display: none;
  }

  .Value-wrapper .c-snapdown-title:after {
    content: '';
    height: 22px;
    width: 22px;
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 14px;
    background: url(/content/dam/microsites/elianttrade/icons/plus-icon-white.svg) no-repeat;
    transform: translateX(-50%);
    margin-top: 0;
  }

  .Value-wrapper .value-left-box2.c-snapdown-title:after,
  .Value-wrapper .value-left-box3.c-snapdown-title:after {
    bottom: 20px;
  }

  .Value-wrapper .c-snapdownItem.active .c-snapdown-title:after {
    transform: translateX(-50%);
    background: url(/content/dam/microsites/elianttrade/icons/minus-icon-white.svg) no-repeat;
  }

  .Value-wrapper .c-snapdown-content {
    padding-top: 0;
  }

  .select-dropdown {
    padding: 20px 0 20px 10px;
    margin-bottom: 20px;
  }

  .select-dropdown .button {
    margin-left: 0;
    margin-top: 10px;
    width: calc(100% - 10px);
  }

  .select-dropdown .dropdown::after {
    top: 13px;
  }

  .select-dropdown label.analyst {
    padding-left: 0px;
  }

  .faq-title.c-snapdown-title {
    border-bottom: none;
    float: none;
  }

  .faq-content.c-snapdown-content {
    float: none;
  }

  .faq-section .c-snapdownItem .faq-title:after {
    margin-top: -2px;
  }

  .faq-section .c-snapdownItem.active .faq-title:before,
  .faq-section .c-snapdownItem.active .faq-title:after {
    transform: none;
  }

  .faq-section .c-snapdownItem.active .faq-title,
  .faq-title:focus {
    border: none;
  }

  .faq-section .c-snapdownItem.active {
    border-bottom: 1px solid #008969;
  }

  #tax-information-section .InfoWrap {
    padding-bottom: 0;
  }

  #mod-distributions-per-share {
    padding-top: 50px;
  }

  .distribution_chart_inner .bar-item .bar_label {
    bottom: -25px !important;
  }

  .featured-events-wrapper .event-subject-wrapper {
    min-height: auto;
  }

  .eventCalendarWrap.module-landing,
  .events-archive-list-wrapper.module-landing {
    padding-top: 35px !important;
  }

  /* Awards Page */
  .award-content-wrap {
    padding-bottom: 10px;
  }

  .award-content {
    padding: 20px 20px 0;
  }

  .summary {
    width: 100%;
  }

  .related {
    width: 100%;
    padding: 0px 0 20px 20px;
  }

  .n-date {
    display: block;
    border-right: none;
    padding-bottom: 15px;
  }

  .in-the-news-section .in-the-news-wrap:not(:first-child) {
    padding: 20px 0 0 0;
  }

  .in-the-news-section h2.media-title {
    margin-bottom: 0;
  }

  .people-gallery .slick-prev {
    left: 20px;
    top: 28%;
    transform: translateY(-40%);
  }

  .people-gallery .slick-next {
    right: 20px;
    top: 28%;
    transform: translateY(-40%);
  }

  .Our-People-Wrapper .people-side-by-side .video-popup-link::after {
    width: 33px;
    height: 33px;
  }

  body#ip3-in-the-news .pr-location-wrapper.dd-wrap,
  body#ip3-press-releases .pr-location-wrapper.dd-wrap,
  body#ip3-in-the-news .pr-year-wrapper.dd-wrap,
  body#ip3-press-releases .pr-year-wrapper.dd-wrap {
    margin-top: 0px;
  }

  body#ip3-in-the-news .employee-filter-section .filter-section-wrapper,
  body#ip3-press-releases .employee-filter-section .filter-section-wrapper {
    width: 100%;
    margin-top: 0;
  }

  .Awards-wrapper h3 {
    padding: 15px 20px;
  }
}

@media (max-width: 640px) {
  .inc-title {
    width: 100%;
    margin: 0;
  }

  .third-level-nav ul li {
    margin-right: 8px;
  }

  .ir-contact-form .form-right input,
  .ir-contact-form .form-right textarea {
    display: block;
  }

  .ir-contact-form .form-right {
    float: left;
    width: 100%;
  }

  .form-right > span {
    display: inline-block;
  }

  .category-key {
    margin-bottom: 10px;
  }

  .category-key span {
    display: block;
    float: none;
    margin-bottom: 5px;
    width: 100%;
  }

  .tabs {
    display: none;
  }

  .mobi-pr-tabs {
    display: block;
    float: left;
    padding: 0;
    width: 100%;
  }

  .inv-responsive-header-td {
    font-weight: normal;
  }

  .upcoming-events-container .title-sub,
  .upcoming-events-container .event-date,
  .upcoming-events-container .outlook-link {
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0px;
    padding: 0px;
  }

  .upcoming-events-container .related-materials-collapsed {
    margin-top: 15px;
  }

  .our-history-wrapper .history-year .history-keyfact-text {
    font-size: 3rem;
  }

  .our-history-wrapper .history-year .history-keyfact-value {
    font-size: 7rem;
  }

  .distributions-table.dataTable {
    display: none;
  }
}

@media all and (min-width: 480px) and (max-width: 670px) {
  .Info-Graph-Tablet {
    padding: 20px 0;
  }

  .Info-Graph-Tablet img {
    max-width: 420px;
  }
}

@media all and (min-width: 425px) and (max-width: 480px) {
  .Info-Graph-Tablet {
    padding: 20px 0;
  }

  .Info-Graph-Tablet img {
    max-width: 380px;
  }
}

@media all and (min-width: 596px) and (max-width: 767px) {
  body#ip3-Homepage .inner-banner .bannerWrap,
  body#ip3-Homepage .stickyContent .bannerWrap {
    height: 290px;
  }
}

@media all and (max-width: 595px) {
  body#ip3-Homepage .inner-banner .bannerWrap,
  body#ip3-Homepage .stickyContent .bannerWrap {
    height: 347px;
  }
}

@media all and (max-width: 480px) {
  .footer-link ul li {
    border-left: medium none;
    float: none;
    padding: 0;
  }

  .snapdown-content.board img {
    float: none;
    width: 100%;
    height: auto;
  }

  .news-filter {
    margin-left: 0;
    width: auto;
  }

  .mobiDropdownPress.finder-dropdown-sort {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    width: 215px;
  }

  .mobiDropdownPress.finder-dropdown-sort .dk_options {
    width: 215px;
  }

  .c-event-grid {
    width: 100% !important;
    margin-top: 0px;
    height: auto !important;
  }

  .third-level-nav ul li {
    font-size: 1.2rem;
  }

  .history-button {
    width: 100%;
  }

  .mobi-chart-content {
    margin-top: -200px;
    background: #fff;
  }

  .chart-wrapper .mobi-chart-content .rad-notes-parent:first-of-type {
    margin-top: 30px;
  }

  /*.portfolio-highlights-bottom ol li:before{top:5px}*/
  .img-bx-tablet {
    display: none;
  }

  .img-bx-mobile {
    display: block;
  }

  .img-bx img {
    height: 540px;
  }

  .content-text-img {
    top: auto;
    right: 16px;
    max-width: 245px;
    left: 20px;
    bottom: 0px;
  }
}

@media all and (max-width: 425px) {
  .Info-Graph-Tablet {
    display: none;
  }

  .Info-Graph-wrapper {
    padding-bottom: 40px;
  }

  .Info-Graph-Mobile {
    border-top: 1px solid #939597;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }

  .graph-circle {
    height: 280px;
    margin: 30px auto 0;
    position: relative;
    background: url(/content/dam/microsites/elianttrade/icons/icons/circle) no-repeat;
    background-position: center;
    width: 280px;
  }

  .part {
    display: inline-block;
    width: 25%;
  }

  .part1,
  .part2,
  .part3,
  .part4,
  .part5,
  .part6,
  .part7,
  .part8,
  .part9 {
    height: 80px;
    display: inline-block;
    position: absolute !important;
    width: 80px;
  }

  .part1 {
    background: url(/content/dam/microsites/elianttrade/icons/icons/icon-01) no-repeat;
    left: 11px;
    top: 44px;
  }

  .part2 {
    background: url(/content/dam/microsites/elianttrade/icons/icons/icon-02) no-repeat;
    left: 59px;
    top: 8px;
    background-size: 96%;
  }

  .part3 {
    background: url(/content/dam/microsites/elianttrade/icons/icons/icon-3) no-repeat;
    left: 143px;
    top: 8px;
    background-size: 96%;
  }

  .part4 {
    background: url(/content/dam/microsites/elianttrade/icons/icons/icon-4) no-repeat;
    left: 188px;
    top: 40px;
    height: 84px;
    width: 83px;
    background-size: 100%;
  }

  .part5 {
    background: url(/content/dam/microsites/elianttrade/icons/icons/icon-5) no-repeat;
    left: 200px;
    top: 123px;
    background-size: 98%;
  }

  .part6 {
    background: url(/content/dam/microsites/elianttrade/icons/icons/icon-6) no-repeat;
    left: 173px;
    top: auto;
    bottom: 19px;
  }

  .part7 {
    background: url(/content/dam/microsites/elianttrade/icons/icons/icon-7) no-repeat;
    left: 100px;
    top: auto;
    bottom: -2px;
    background-size: 98%;
  }

  .part8 {
    background: url(/content/dam/microsites/elianttrade/icons/icons/icon-8) no-repeat;
    left: 29px;
    top: auto;
    bottom: 20px;
  }

  .part9 {
    background: url(/content/dam/microsites/elianttrade/icons/icons/icon-09) no-repeat;
    left: 5px;
    top: auto;
    bottom: 77px;
    background-size: 98%;
  }

  .part .graph-icon:before {
    content: '';
    position: absolute;
    height: 36px;
    width: 36px;
    background: url(/content/dam/microsites/elianttrade/icons/opperational-excellence-icon) no-repeat;
    left: 22px;
    top: 29px;
    background-size: 100%;
  }

  .part2 .graph-icon:before {
    height: 29px;
    width: 44px;
    background: url(/content/dam/microsites/elianttrade/icons/tech-and-digital-transformation-icon) no-repeat;
    left: 26px;
    top: 20px;
    background-size: 100%;
  }

  .part3 .graph-icon:before {
    height: 27px;
    width: 29px;
    background: url(/content/dam/microsites/elianttrade/icons/finance-portfolio-analytics-icon) no-repeat;
    left: 18px;
    top: 25px;
    background-size: 100%;
  }

  .part4 .graph-icon:before {
    height: 35px;
    width: 35px;
    background: url(/content/dam/microsites/elianttrade/icons/data-advanced-analytics-icon) no-repeat;
    left: 24px;
    top: 32px;
    background-size: 100%;
  }

  .part5 .graph-icon:before {
    height: 34px;
    width: 32px;
    background: url(/content/dam/microsites/elianttrade/icons/commercial-excellence-icon) no-repeat;
    left: 26px;
    top: 16px;
    background-size: 100%;
  }

  .part6 .graph-icon:before {
    height: 38px;
    width: 36px;
    background: url(/content/dam/microsites/elianttrade/icons/innovation-icon) no-repeat;
    left: 18px;
    top: 19px;
    background-size: 100%;
  }

  .part7 .graph-icon:before {
    height: 38px;
    width: 36px;
    background: url(/content/dam/microsites/elianttrade/icons/other-support-icon) no-repeat;
    left: 22px;
    top: 21px;
    background-size: 100%;
  }

  .part8 .graph-icon:before {
    height: 31px;
    width: 32px;
    background: url(/content/dam/microsites/elianttrade/icons/esg-icon) no-repeat;
    left: 28px;
    top: 22px;
    background-size: 100%;
  }

  .part9 .graph-icon:before {
    height: 31px;
    width: 36px;
    background: url(/content/dam/microsites/elianttrade/icons/talent-management-org-effectiveness-icon) no-repeat;
    left: 18px;
    top: 17px;
    background-size: 100%;
  }

  .default-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.4rem;
    line-height: 1.8rem;
    max-width: 110px;
    text-align: center;
    padding: 0;
  }

  .parts-content span {
    display: none;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-family: 'Helvetica, Arial, sans-serif';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 30px;
    width: 55%;
  }

  .graph-circle.opacity .part:not(.active) {
    opacity: 0.5;
  }
}

@media all and (max-width: 380px) {
  .img-bx img {
    width: 100%;
  }

  .chart-wrapper .chart-title {
    padding: 0 10px;
  }

  .our-history-wrapper .history-year .history-keyfact-text {
    font-size: 2.6rem;
    line-height: 36px;
  }

  .our-history-wrapper .history-year .history-keyfact-value {
    font-size: 5rem;
    line-height: 60px;
  }
}

@media all and (max-width: 320px) {
  .right-middle-title {
    right: 1px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .search {
    margin-left: 0;
    width: 100%;
  }

  .header-toppad {
    /*padding: 30px 0 0 0;*/
    padding-top: 0;
    display: flex;
    align-items: center;
    min-height: 70px;
  }

  .mobi-menu-cover {
    margin-top: 0;
  }

  .mobi-menu-trigger {
    height: auto;
  }

  .ui-autocomplete.ui-menu .ui-menu-item {
    margin-left: 0 !important;
    width: 100% !important;
    padding-left: 35px !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1024px) {
  .top-links .rad-loginBtnChild {
    left: -70%;
  }

  .search {
    margin-left: 0;
    width: 100%;
  }

  .ui-autocomplete.ui-menu .ui-menu-item {
    margin-left: 0 !important;
    width: 100% !important;
    padding-left: 35px !important;
  }
}

@supports (-webkit-touch-callout: none) {
  .mobi-chart-content {
    padding-top: 60px;
  }

  .inquiry-address {
    font-size: 1.5rem;
    line-height: 2.2rem;
    width: 50%;
    float: left;
    padding: 0px 15px 20px;
  }

  .feature-podcast-wrapper img {
    width: 250px;
    float: left;
  }

  .feature-podcast-wrapper .doc-title {
    padding-left: 20px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hybridCreativeModule .second {
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-top: 330px solid #fbad38;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
  }

  .hybridCreativeModule .second h3 {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    text-align: center;
  }

  .hybridCreativeModule .second p {
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0;
    text-align: center;
  }
}

@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .location-item-inner-wrapper .loc-address:nth-child(3n + 1) {
    clear: left;
  }

  .loc-address {
    width: 33.33%;
  }

  .inquiryItemWrapper .inquiryItem.full-width .inquiry-address:nth-child(3n + 1) {
    clear: left;
  }

  .inquiryItemWrapper .inquiryItem.full-width .inquiry-address {
    width: 33.33%;
  }

  .keyfact-wrapper .keyfact-items,
  .keyfact-wrapper .keyfact-items:nth-child(2),
  .keyfact-wrapper .keyfact-items:last-child {
    width: 32% !important;
    margin-top: 0;
    vertical-align: top;
  }

  /* Sustainable Production and Consumption */
  #ip3-esg-sustainability-in-action
    .key-highlights-wrapper
    .highlights-key-value-container#ph_signpost1,
  #ip3-esg-sustainability-in-action
    .key-highlights-wrapper
    .highlights-key-value-container#ph_signpost2,
  #ip3-esg-sustainability-in-action
    .key-highlights-wrapper
    .highlights-key-value-container#ph_signpost3 {
    width: 33.33% !important;
    margin-top: 0;
    vertical-align: top;
  }

  #ip3-esg-sustainability-in-action .highlights-chapter-container .key-highlights-container {
    min-width: 100% !important;
  }

  #ip3-esg-sustainability-in-action
    .key-highlights-wrapper
    .highlights-key-value-container#ph_signpost1,
  #ip3-esg-sustainability-in-action
    .key-highlights-wrapper
    .highlights-key-value-container#ph_signpost2,
  #ip3-esg-sustainability-in-action
    .key-highlights-wrapper
    .highlights-key-value-container#ph_signpost3 {
    border-bottom: 0px !important;
  }

  /* Sustainable Production and Consumption Page */
  /* Respect For Workers */
  #ip3-esg-for-workers .key-highlights-wrapper .highlights-key-value-container#ph_signpost1,
  #ip3-esg-for-workers .key-highlights-wrapper .highlights-key-value-container#ph_signpost2,
  #ip3-esg-for-workers .key-highlights-wrapper .highlights-key-value-container#ph_signpost3 {
    width: 33.33% !important;
    margin-top: 0;
    vertical-align: top;
  }

  #ip3-esg-for-workers .highlights-chapter-container .key-highlights-container {
    min-width: 100% !important;
  }

  #ip3-esg-for-workers .key-highlights-wrapper .highlights-key-value-container#ph_signpost1,
  #ip3-esg-for-workers .key-highlights-wrapper .highlights-key-value-container#ph_signpost2,
  #ip3-esg-sustainability-in-action
    .key-highlights-wrapper
    .highlights-key-value-container#ph_signpost3 {
    border-bottom: 0px !important;
  }

  /* Respect For Workers */
  /* Responsible Citizenship */
  #ip3-esg-for-responsible-citizenship
    .key-highlights-wrapper
    .highlights-key-value-container#ph_signpost0,
  #ip3-esg-for-responsible-citizenship
    .key-highlights-wrapper
    .highlights-key-value-container#ph_signpost1 {
    width: 50% !important;
    margin-top: 0;
    vertical-align: top;
  }

  #ip3-esg-for-responsible-citizenship
    .key-highlights-wrapper
    .highlights-key-value-container#ph_signpost2,
  #ip3-esg-for-responsible-citizenship
    .key-highlights-wrapper
    .highlights-key-value-container#ph_signpost3 {
    width: 50% !important;
    margin-top: 0;
    vertical-align: top;
  }

  #ip3-esg-for-responsible-citizenship .highlights-chapter-container .key-highlights-container {
    min-width: 100% !important;
  }

  #ip3-esg-for-responsible-citizenship
    .key-highlights-wrapper
    .highlights-key-value-container#ph_signpost3 {
    border-bottom: 0px !important;
  }

  #ip3-esg-for-responsible-citizenship
    .key-highlights-wrapper
    .highlights-key-value-container#ph_signpost0,
  #ip3-esg-for-responsible-citizenship
    .key-highlights-wrapper
    .highlights-key-value-container#ph_signpost1,
  #ip3-esg-for-responsible-citizenship
    .key-highlights-wrapper
    .highlights-key-value-container#ph_signpost2,
  #ip3-esg-for-responsible-citizenship
    .key-highlights-wrapper
    .highlights-key-value-container#ph_signpost3,
  #ip3-esg-for-responsible-citizenship
    .key-highlights-wrapper
    .highlights-key-value-container#ph_signpost4 {
    height: 230px !important;
  }

  #ip3-esg-for-responsible-citizenship
    .key-highlights-wrapper
    .highlights-key-value-container#ph_signpost1
    .highlights-key-value {
    margin-top: 25px;
  }

  /* Responsible Citizenship */
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .location-item-inner-wrapper .loc-address:nth-child(3n + 1) {
      clear: left;
    }

    .loc-address {
      width: 33.33%;
    }

    .history.h-ti {
      width: 500%;
    }

    .keyfact-wrapper .keyfact-items {
      margin-bottom: 0px;
      display: inline-block;
      width: 35% !important;
    }

    .keyfact-wrapper .keyfact-items:last-child {
      width: 31%;
      top: -10px;
      padding-left: 15px;
    }

    .keyfact-wrapper .keyfact-items,
    .keyfact-wrapper .keyfact-items:nth-child(2),
    .keyfact-wrapper .keyfact-items:last-child {
      width: 32% !important;
    }
  }
}

@media screen and (max-width: 767px) {
  body#ip3-real-assets g.highcharts-label.highcharts-data-label,
  body#ip3-credit g.highcharts-label.highcharts-data-label {
    display: none;
  }

  body#ip3-real-assets path.highcharts-data-label-connector,
  body#ip3-credit path.highcharts-data-label-connector {
    display: none;
  }

  body#ip3-esg-governance-practices .highcharts-legend {
    display: block;
  }
}

/*----- Module - Wealth Management starts -----*/
@media screen and (max-width: 1024px) {
  .video-copy-module-background.wms-video-module {
    padding: 0;
  }

  .wms-video-module .video-wrapper-background {
    display: flex;
    padding: 35px 10px;
  }

  .wms-video-module .video-wrapper-background h3 {
    font-size: 24px;
  }

  /*.wms-video-module .video-player a.video-popup-link {height: auto;}*/
  .wms-video-module .video-wrapper-background .video-player .video-popup-link {
    margin-top: 75px;
    height: auto;
  }

  .video-wrapper-background .video-desc-wrap .bottom-link-text {
    line-height: 1.71;
  }

  .wms-video-module .video-wrapper-background .video-content {
    padding: 0;
  }

  .wms-video-module .video-wrapper-background .video-desc-wrap {
    padding: 0 5px 0 20px;
  }

  .wms-content-wrapper {
    padding: 30px 10px 20px 10px;
  }

  .wms-video-module .video-wrapper-background .wms-video-title {
    padding-left: 0px;
    padding-right: 0px;
  }

  .wms-video-module .video-wrapper-background .wms-video-title:after {
    left: 0;
  }

  .wms-wrapper .item-content {
    max-width: 112px;
    margin: 0 10px;
  }

  .wms-content-wrapper .sub-item-content {
    padding: 0 20px;
  }

  body .video-copy-module .video-popup-link:after,
  body .video-copy-module .video-popup-link:focus:after {
    height: 43px !important;
    width: 43px !important;
    background-size: 43px !important;
    bottom: 10px;
    right: 10px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .wms-video-module .video-wrapper-background .video-player .video-popup-link {
    margin-top: 65px;
  }

  .keyfact-wrapper .keyfact-items .keyfact-data {
    font-size: 7rem;
    line-height: 7rem;
  }
}

@media screen and (max-width: 991px) {
  .wms-video-module .video-wrapper-background .video-player .video-popup-link {
    margin-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  .wms-video-module .video-wrapper-background {
    flex-direction: column-reverse;
    padding: 0;
  }

  .wms-video-module .video-wrapper-background .video-player {
    padding: 0;
  }

  .wms-video-module .wms-wrapper {
    flex-direction: column;
  }

  .wms-video-module .wms-wrapper .item-content {
    max-width: 100%;
  }

  .wms-content-wrapper .sub-item-content {
    padding: 0 30px;
  }

  .wms-content-wrapper .sub-item-content .sub-item-content-title {
    margin-top: 10px;
  }

  .wms-video-module .video-wrapper-background .show-xs.wms-video-title {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    margin-top: 25px;
    padding-bottom: 15px;
    margin-bottom: 5px;
  }

  .wms-video-module .video-wrapper-background .video-player .video-popup-link {
    margin-top: 0px;
  }

  .video-wrapper-background .video-desc-wrap .video-text p {
    line-height: 1.63;
    font-size: 16px;
  }

  .video-wrapper-background .video-desc-wrap .bottom-link-text {
    margin-top: 10px;
  }

  body .video-copy-module .video-popup-link:after,
  body .video-copy-module .video-popup-link:focus:after {
    height: 47px !important;
    width: 47px !important;
    background-size: 47px !important;
    bottom: 10px;
    right: 10px;
  }

  .wms-video-module .video-wrapper-background .show-xs.wms-video-title:after {
    content: '';
    height: 1px;
    width: 95px;
    position: absolute;
    background-color: #fff;
    bottom: 20px;
    left: 20px;
  }

  .wms-video-module .video-wrapper-background .video-desc-wrap {
    padding: 20px 20px 40px 20px;
  }

  .wms-video-module .video-wrapper-background .wms-video-title {
    padding-left: 0px;
    padding-right: 0px;
  }

  .wms-video-module .video-desc-wrap .bottom-link-text a {
    line-height: 1.71;
  }
}

/*----- Module - Wealth Management ends -----*/
/*----- career slider starts -----*/
@media screen and (max-width: 767px) {
  /*  .career-slider-wrapper .slick-arrow{display: none !important;}*/
}

/*----- career slider ends -----*/
@media screen and (max-width: 767px) {
  .chapter-top.hide-chapter-subtitle .share {
    position: absolute;
    top: 6px;
  }
}

/*----- Module - Infographic starts  -----*/
@media screen and (max-width: 1024px) {
  .infographic-box-wrapper .infographic-image img {
    min-height: 343px;
    object-fit: contain;
  }

  .infographic-box-wrapper .infographic-bottom-text {
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .chapter-module.module-infographic {
    padding-bottom: 40px;
  }

  .chapter-module.module-infographic .infographic-box-wrapper {
    padding: 20px !important;
  }

  .infographic-box-wrapper .infographic-image img {
    min-height: 133px;
  }

  .infographic-box-wrapper .infographic-bottom-text {
    line-height: 1.5;
  }

  .infographic-box-wrapper .infographic-title h3 {
    font-size: 18px;
    line-height: 1.44;
  }

  .infographic-box-wrapper .infographic-bottom-text p {
    padding-bottom: 0;
  }
}

/*----- Module - Infographic ends  -----*/
@media screen and (max-width: 767px) {
  .content-signpost-wrapper .img-bx img {
    object-fit: cover;
    height: 100%;
  }
}

/*-------module - intro-text starts----*/
@media screen and (max-width: 767px) {
  .innerpage-intro .chapter-intro-text p {
    padding-bottom: 30px !important;
  }
}

/*----- Module - Feature story starts  -----*/
@media screen and (max-width: 1024px) {
  .featured-story-title p {
    font-size: 3rem;
    line-height: 1;
  }

  .chapter-module.module-featured-story .featured-story-image img {
    min-height: 310px;
    object-fit: cover;
  }

  .chapter-module.module-featured-story .featured-story-image-caption {
    padding: 32px 40px 42px 32px;
  }

  .chapter-module.module-featured-story .featured-story-image-caption p {
    font-size: 26px;
    line-height: 1.38;
  }
}

@media screen and (max-width: 767px) {
  .featured-story-title p {
    line-height: 1.27;
  }

  .chapter-module.module-featured-story .featured-story-image img {
    min-height: auto;
  }

  .chapter-module.module-featured-story .featured-story-image-caption {
    padding: 12px 20px 30px 20px;
    margin-bottom: 20px;
  }

  .chapter-module.module-featured-story .featured-story-content {
    margin-top: 20px;
  }

  .chapter-module.module-featured-story .featured-story-image-caption p {
    line-height: 1.23;
  }
}

/*----- Module - Feature story ends  -----*/
@media screen and (max-width: 1024px) {
  .module-image-charts .image-chart-item1 p span.rad-border {
    padding: 11px 15%;
  }

  /*----- full width variation -----*/
  .full-width-charts-module.module-image-charts p span.rad-border {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .module-image-charts .charts-bottom-content {
    margin-top: 0px;
  }

  .chapter-module.module-image-charts {
    padding-top: 30px;
  }

  .chapter-module.module-image-charts.grey-bg {
    padding-bottom: 0px;
  }

  .module-image-charts .image-chart-item p span.rad-border strong {
    display: inline;
  }
}

/*----- Chapter pages intro text -----*/
@media screen and (max-width: 1024px) {
  .innerpage-intro .chapter-intro-text p {
    font-size: 18px !important;
  }
}

/*----- Module - Chapter Stats  -----*/
@media screen and (max-width: 1024px) {
  .chptr-stats-item-wrapper .chptr-key-value {
    font-size: 8rem;
  }

  .chptr-stats-item-wrapper .chptr-key-value .value-postfix.chapter-stats-large-postfix-value {
    font-size: 8rem;
  }

  .chptr-stats-item-wrapper .chptr-key-value .value-postfix {
    font-size: 4rem;
    margin-top: 15px;
  }
}

/*----- Module - Chapter Stats small  -----*/
@media screen and (max-width: 1024px) {
  .module-chapter-small-stats .chptr-small-stats-main-title {
    width: 100%;
  }

  .module-chapter-small-stats .chptr-small-stats-item-wrapper .stats-item {
    text-align: center;
  }

  .module-chapter-small-stats .chptr-small-stats-item-wrapper .chptr-stats-bottom-text {
    margin: 0 auto;
  }

  .module-chapter-small-stats
    .chptr-small-stats-main-title
    .chptr-stats-head
    p
    span.rad-border
    strong {
    display: inline;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .module-chapter-small-stats .chptr-small-stats-item-wrapper .value.counter {
    font-size: 72.6px;
  }

  .module-chapter-small-stats .chptr-small-stats-item-wrapper .value-postfix {
    font-size: 40px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .module-chapter-small-stats .chptr-small-stats-item-wrapper .stats-item::after {
    display: none;
  }
}

/*------ module-chapter-vertical-stats----*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .module-chapter-vertical-stats .col-sm-4 .chptr-vstats-item .chptr-key-value p {
    font-size: 8rem;
  }

  .module-chapter-vertical-stats
    .col-sm-4
    .chptr-vstats-item
    .chptr-key-value
    p
    span.chptr-kf-postfix {
    font-size: 4rem;
    top: 15px;
  }

  .module-chapter-vertical-stats .col-sm-7 .chptr-vstats-item .chptr-key-value p {
    font-size: 7.6rem;
  }
}

@media screen and (max-width: 991.98px) {
  .module-chapter-vertical-stats .col-sm-4 .chptr-vstats-item .chptr-key-value p {
    font-size: 8rem;
  }

  .module-chapter-vertical-stats .col-sm-7 .chptr-vstats-item .chptr-key-value p {
    font-size: 5.6rem;
  }

  .module-chapter-vertical-stats
    .col-sm-4
    .chptr-vstats-item
    .chptr-key-value
    p
    span.chptr-kf-postfix {
    font-size: 4rem;
    top: 14px;
  }

  .module-chapter-vertical-stats .col-sm-4 .chptr-vstats-item .chptr-bottom-txt p .rad-border {
    padding: 15px 13px 20px;
  }

  .module-chapter-highlights-stats .chptr-highlights-stats-item-wrapper .chptr-key-value p {
    font-size: 8rem;
    line-height: 80px;
  }

  .module-chapter-highlights-stats
    .row
    .chptr-highlights-stats-item-wrapper
    .chptr-highlight-stats-bottom-text.highlighted-chptr-stats-text
    p {
    padding: 0;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767.98px) {
  .module-chapter-vertical-stats .col-sm-7 {
    margin-top: 20px;
  }

  .module-chapter-vertical-stats .charts-bottom-content {
    padding-top: 0;
    margin-bottom: 30px;
  }

  .module-chapter-vertical-stats {
    padding-top: 25px;
  }

  .module-chapter-vertical-stats .charts-bottom-content ol.rad-notes {
    max-width: 100%;
  }

  .module-chapter-highlights-stats .row {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
  }

  .module-chapter-highlights-stats .row .col-sm-4:nth-child(2) {
    border-left: none;
    border-right: none;
    padding: 30px 0;
    margin: 30px 0;
    border-top: 1px #bbbdbf solid;
    border-bottom: 1px #bbbdbf solid;
  }

  .module-chapter-highlights-stats
    .row
    .chptr-highlights-stats-item-wrapper
    .chptr-highlight-stats-bottom-text.highlighted-chptr-stats-text
    p {
    margin-top: 0;
  }
}

/*-----  Insights page social module button -----*/
@media screen and (max-width: 1024px) {
  .insights-top-section .social-btn .btn {
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .insights-top-section .social-btn .btn {
    min-width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 840px) {
  .featured-news-wrapper.side-bar a {
    font-size: 16px;
  }
}

/*----- Chapter stats with highlighted center content -----*/
@media screen and (max-width: 1024px) {
  .module-chapter-highlights-stats .chptr-key-value .value-postfix {
    font-size: 5rem;
  }
}

/*----- 4 stats variation -----*/
@media screen and (max-width: 1024px) {
  .module-chapter-highlights-stats-four .chptr-key-value {
    font-size: 6.26rem;
  }

  .module-chapter-highlights-stats-four .chptr-key-value .value-postfix {
    margin-top: 0;
  }

  .module-chapter-highlights-stats-four .chptr-highlight-stats-bottom-text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .row.module-chapter-highlights-stats-four-wrapper {
    padding-bottom: 0px;
  }

  .module-chapter-highlights-stats-four .chptr-highlights-stats-item-wrapper {
    text-align: left;
    padding: 30px 0;
    margin-top: 0;
  }

  .module-chapter-highlights-stats-four .chptr-key-value .value-postfix {
    margin-top: 3px;
  }

  .module-chapter-highlights-stats-four .chptr-highlight-stats-bottom-text {
    margin: 0;
    max-width: 100%;
  }

  .module-chapter-highlights-stats-four .chptr-highlights-stats-item-wrapper:after {
    width: 90%;
    height: 1px;
    top: auto;
    left: 20px;
    bottom: 0;
  }
}

/*----- Data tables -----*/
@media screen and (max-width: 1024px) {
  .dataTables_wrapper thead th:last-child,
  .dataTables_wrapper tbody td:last-child {
    padding-right: 6px !important;
  }
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper thead th:last-child,
  .dataTables_wrapper tbody td:last-child {
    padding-right: 12px !important;
  }
}

/*----- Governanve Leadership starts  -----*/
/*----- Tablet view starts  -----*/
@media screen and (max-width: 1024px) {
  .governance-leadership-category ul.drp-list {
    max-width: 203px;
  }

  .governance-leadership-category ul.filter-department.drp-list li a {
    display: flex !important;
    align-items: center;
  }

  .governance-leadership .member-item-content {
    padding: 48px 60px;
  }

  .mod-leadership-team .itemContent {
    width: auto;
    left: 0;
    transform: none;
  }

  .mod-leadership-team .team-member-main-title {
    font-size: 1.8rem !important;
    padding-right: 25px;
  }
}

/*----- Tablet view ends  -----*/
/*----- Mobile view starts  -----*/
@media screen and (max-width: 767px) {
  .governance-leadership.bodWrapper .accordion-image-wrapper {
    position: relative;
  }

  .governance-leadership.bodWrapper .accordion-wrapper .accordion-content {
    height: auto;
  }

  .governance-leadership .member-item-content {
    padding: 30px 20px 20px;
  }

  .governance-leadership span.drp-list {
    padding: 10px 0px 10px 15px;
    float: left;
  }

  .governance-leadership-category ul.drp-list {
    max-width: 255px;
  }

  .governance-leadership-category ul.drp-list {
    left: 20px;
  }

  .bodWrapper.governance-leadership .accordion-inner-wrapper .accordion-image-wrapper {
    max-width: 100%;
  }
}

/*----- Mobile view ends  -----*/
/*---------- Chapter banner text overlay starts  ----------*/
@media screen and (min-width: 1900px) {
  .chapter-banner-text-overlay {
    background-size: contain;
  }
}

/*---------- Chapter banner text overlay ends  ----------*/
/*---------- our business landing module starts  ----------*/
/*----- tablet view starts -----*/
@media screen and (max-width: 1024px) {
  .our-business-landing-module-wrapper .our-business-landing-links-data ul li:nth-child(4n) {
    padding-right: 30px;
  }

  .our-business-landing-module-wrapper .our-business-landing-links-data ul li:nth-child(3n),
  .our-business-landing-module-wrapper .our-business-landing-links-data ul li:last-child {
    padding-right: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .our-business-landing-module-wrapper .our-business-landing-links-data ul li:nth-child(2n) {
    padding-right: 0px !important;
  }

  .our-business-landing-module-wrapper .our-business-landing-links-data ul li:nth-child(3n) {
    padding-right: 30px;
  }
}

/*----- tablet view ends -----*/
@media screen and (max-width: 767px) {
  .our-business-landing-module-wrapper .our-business-landing-links-data ul li,
  .our-business-landing-module-wrapper .our-business-landing-links-data ul li:nth-child(4n) {
    padding-right: 0px;
  }

  .our-business-landing-module-wrapper p.title-bottom {
    line-height: 0.71;
    padding-bottom: 10px;
    text-align: left;
    font-size: 2.4rem;
    margin-top: 20px;
  }

  .our-business-landing-module-wrapper .bottom-arrow-image {
    margin-top: 20px;
    height: 56px;
  }

  .our-business-landing-module-wrapper .our-business-landing-links-data ul li a {
    width: 280px;
    padding: 11px 15px;
  }

  .our-business-landing-module-wrapper .our-business-landing-links-title {
    margin-bottom: 10px;
  }
}

/*---------- our business landing module endss  ----------*/
/*---------- Module - Hybrid Value Image Content starts  ----------*/
@media screen and (max-width: 1024px) {
  .module-hybrid-value-image-content-wrapper .hide-tablet-mobile {
    display: none;
  }

  .module-hybrid-value-image-content-wrapper .display-tablet-mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .module-hybrid-value-image-content-wrapper .box-title-value-desc {
    font-size: 2.2rem;
  }

  .module-hybrid-value-image-content-wrapper .hybrid-value-image-content-title h2 {
    font-size: 3rem;
    line-height: 37px;
  }

  .module-hybrid-value-image-content-wrapper .hybrid-value-box {
    min-height: 343px;
  }

  .module-hybrid-value-image-content-wrapper .box-value-content {
    padding-bottom: 0px;
  }
}

/*---------- Module - Hybrid Value Image Content ends  ----------*/
/*---------- Risk Return Spectrum Accordion Module -- Image and text variation starts  ----------*/
/*----- Tablet starts -----*/
@media screen and (max-width: 1024px) {
  .items-with-text-and-image a.risk-return-spectrum-accordion-item.risk-return-accordion-title {
    min-height: 98px;
  }

  .items-with-text-and-image .risk-return-spectrum-accordion-item {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .risk-return-accordion-bottom-content-wrapper .risk-return-accordion-bottom-content {
    max-width: 600px;
  }

  .items-with-text-and-image .risk-return-spectrum-accordion-item .accordion-item-heading {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .risk-return-accordion-bottom-content-wrapper .risk-return-accordion-bottom-content {
    line-height: 1.45;
    max-width: 300px;
    font-size: 1.4rem;
  }

  .risk-return-spectrum-accordion-module.item-4 .item-col .risk-return-spectrum-accordion-item {
    padding: 15px 10px 37px;
  }

  .risk-return-accordion-top-content-wrapper:before {
    left: 5px;
  }

  .risk-return-accordion-top-content-wrapper:after {
    right: 5px;
  }

  .risk-return-accordion-top-content-wrapper .risk-return-accordion-top-content ul {
    justify-content: space-evenly;
    padding: 0 10px;
  }
}

/*----- Tablet ends -----*/
/*---------- Risk Return Spectrum Accordion Module -- Image and text variation ends  ----------*/
/*---------- Module - Boxes starts ----------*/
@media screen and (max-width: 1024px) {
  .module-boxes-wrapper .accordion-item-heading {
    font-size: 1.8rem !important;
    line-height: 1 !important;
  }

  .module-boxes-wrapper .risk-return-spectrum-accordion-item {
    min-height: 108px;
  }

  .module-boxes-wrapper .risk-return-spectrum-accordion-item {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  /*.module-boxes-wrapper svg.boxes-icon {bottom: 15px;}*/
  .module-boxes-wrapper .sub-heading-directs {
    padding: 0 !important;
  }

  .module-boxes-wrapper
    .risk-return-spectrum-accordion-module.item-with-logo-text
    .risk-return-spectrum-accordion-item {
    margin-bottom: 0;
  }

  .module-boxes-wrapper .risk-return-accordion-content {
    padding-top: 0;
  }

  .module-boxes-wrapper .risk-return-spectrum-accordion-item {
    margin-bottom: 0;
    height: 94px !important;
    min-height: 94px !important;
  }

  .module-boxes-wrapper .first.risk-return-accordion-content-item.isheading {
    padding-top: 0;
  }
}

/*---------- Module - Boxes ends ----------*/
/*---------- Module - New Hybrid Value starts ----------*/
@media screen and (max-width: 1024px) {
  .module-new-hybrid-value
    .risk-return-accordion-top-content-wrapper
    .risk-return-accordion-top-content
    ul
    li {
    font-size: 1.6rem;
  }

  .module-new-hybrid-value .accordion-item-heading {
    font-size: 3rem !important;
  }

  .module-new-hybrid-value
    .risk-return-accordion-top-content-wrapper
    .risk-return-accordion-top-content {
    padding: 14px 0;
  }

  .module-new-hybrid-value .risk-return-spectrum-accordion-item {
    min-height: 94px !important;
    margin-bottom: 0;
  }

  .module-new-hybrid-value .risk-return-accordion-content {
    padding-top: 0;
  }

  .module-new-hybrid-value .four-items-with-title-text .col-md-4 {
    padding: 0;
  }

  .module-new-hybrid-value .four-items-with-title-text .accordion-item-heading {
    font-size: 2rem !important;
  }

  .module-new-hybrid-value .four-items-with-title-text .risk-return-spectrum-accordion-item {
    min-height: auto !important;
    /*min-height: 108px !important;*/
  }
}

@media screen and (max-width: 767px) {
  .module-new-hybrid-value
    .risk-return-accordion-top-content-wrapper
    .risk-return-accordion-top-content
    ul {
    flex-direction: column;
  }

  .module-new-hybrid-value .risk-return-accordion-top-content-wrapper:before,
  .module-new-hybrid-value .risk-return-accordion-top-content-wrapper:after {
    background-size: cover;
  }

  .module-new-hybrid-value
    .risk-return-accordion-top-content-wrapper
    .risk-return-accordion-top-content
    ul
    li {
    padding: 2px 0;
  }

  .module-new-hybrid-value .risk-return-spectrum-accordion-module .item-col {
    margin-bottom: 15px;
  }

  .module-new-hybrid-value svg.boxes-icon {
    bottom: 5px;
  }

  .module-new-hybrid-value .four-items-with-title-text .col-md-4 {
    width: 100%;
  }

  .module-new-hybrid-value .four-items-with-title-text .risk-return-spectrum-accordion-item {
    min-height: 90px !important;
  }
}

/*---------- Module - New Hybrid Value ends ----------*/
/*---------- Module - Values starts ----------*/
@media screen and (max-width: 1024px) {
  .module-values-wrapper .module-values-item {
    padding-bottom: 20px;
  }

  .module-values-wrapper .module-values .item-col {
    padding: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .module-values-wrapper .item-col-wrapper {
    flex-direction: column;
  }

  .module-values-wrapper .module-values .item-col {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .module-values-wrapper .module-values-item {
    padding-bottom: 40px;
  }

  .module-values-wrapper .values-item-content {
    margin-top: 5px;
  }

  .module-values-wrapper .module-vlaues-bg p.heading {
    line-height: 1.2;
  }
}

/*---------- Module - Values ends ----------*/
/*---------- Module - Private Equity Infographic starts ----------*/
@media screen and (max-width: 1024px) {
  .module-private-equity-infographic .infographic-logo-wrapper .infographic-logo-image img {
    margin: 0 auto;
    padding: 12px 0;
  }
}

@media screen and (max-width: 767px) {
  .module-private-equity-infographic .left-content-wrapper.infographic-column-content-wrapper {
    background: url(/content/dam/microsites/elianttrade/icons/private-equity-left-chevron-mobilesvg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 183px;
    background-position: bottom left;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .module-private-equity-infographic .right-content-wrapper.infographic-column-content-wrapper {
    background: url(/content/dam/microsites/elianttrade/icons/private-equity-right-chevron-mobilesvg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 183px;
    background-position: top right;
  }

  .module-private-equity-infographic .infographic-column-content-title {
    margin: 0 auto;
  }

  .module-private-equity-infographic
    .left-content-wrapper.infographic-column-content-wrapper
    .left-content {
    margin: 0 auto;
    padding-bottom: 50px;
  }

  .module-private-equity-infographic
    .right-content-wrapper.infographic-column-content-wrapper
    .right-content {
    margin: 0 auto;
  }

  .module-private-equity-infographic .right-content-title.infographic-column-content-title.show-xs {
    padding-top: 45px;
  }

  .module-private-equity-infographic .bottom-content-wrapper .bottom-content-value-details {
    font-size: 2rem;
    margin-bottom: 5px;
  }

  .module-private-equity-infographic .bottom-content-wrapper .bottom-content-value-details span {
    font-size: 1.4rem;
  }

  .module-private-equity-infographic .bottom-content-wrapper .bottom-content-title {
    font-size: 1.8rem;
  }

  .module-private-equity-infographic .bottom-content-wrapper .bottom-content-value-details span {
    margin-right: 4px;
  }

  .module-private-equity-infographic .bottom-content-wrapper .bottom-content-title {
    margin-bottom: 10px;
  }

  .module-private-equity-infographic .heading {
    padding-bottom: 13px;
  }

  .module-private-equity-infographic .infographic-column-content p {
    font-size: 1.6rem;
    line-height: 1.38;
    text-align: center;
  }
}

/*---------- Module - Private Equity Infographic ends ----------*/
/*---------- Module - New Real Estate starts ----------*/
@media screen and (max-width: 1024px) {
  .module-new-real-estate .columns-titles-wrapper .columns-title {
    font-size: 2.4rem;
  }

  .module-new-real-estate .titles-wrapper:before {
    left: 15px;
  }

  .module-new-real-estate .titles-wrapper:after {
    right: 15px;
  }

  .module-new-real-estate .titles-wrapper .risk-return-accordion-title-new .accordion-item-heading {
    font-size: 1.6rem !important;
    text-align: center;
    line-height: normal !important;
    padding: 0 !important;
  }

  .module-new-real-estate .risk-return-spectrum-accordion-item {
    min-height: auto !important;
    height: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .module-new-real-estate.module-new-hybrid-value .accordion-item-heading {
    font-size: 1.4rem !important;
    line-height: 1.29 !important;
    color: #fff !important;
    padding: 14px 10px !important;
  }

  .module-new-real-estate.module-new-hybrid-value .sub-heading-directs {
    padding: 20px 0 0 120px !important;
  }

  .module-new-real-estate svg.boxes-icon {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
  }

  .module-new-real-estate .item-col {
    padding: 0 10px;
  }

  .module-new-real-estate > .container-fluid > .heading {
    margin-bottom: 0;
    line-height: 1.33;
  }

  .module-new-real-estate .risk-return-spectrum-accordion-item {
    min-height: auto !important;
    height: 157px !important;
  }

  .module-new-real-estate .main-title-mobile {
    font-size: 2.7rem;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .accordion-item-heading.hide-desktop-tablet {
    display: none;
  }
}

/*---------- Module - New Real Estate ends ----------*/
/*---------- Homepage banner marquee slider enhancement starts ----------*/
@media screen and (max-width: 767px) {
  .bannerSlide .banner-content .banner-text p.banner-normal-text {
    font-size: 2.2rem;
  }

  .bannerSlide .banner-image-wrapper img {
    width: 100%;
    object-fit: cover;
  }
}

/*---------- Homepage banner marquee slider enhancement ends ----------*/
/*---------- responsive site enhancements starts ----------*/
@media screen and (max-width: 767px) {
  .home-twitter-social .twitter-name a {
    right: 0;
  }

  .mod-datatable-content .filter-content .select-box {
    width: calc(100% - 20px) !important;
  }

  #tax-information-section .info-text table.rad-noborder td {
    white-space: normal;
    word-break: break-all;
  }

  .history-slider .history-slider-year-nav .slick-prev:after,
  .history-slider .history-slider-year-nav .slick-next:after {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .mod-datatable-content .filter-content-wrapper .filter-label-wrapper {
    margin-bottom: 20px;
  }

  .mod-datatable-content .filter-content-wrapper {
    align-items: center;
  }
}

/*---------- responsive site enhancements ends ----------*/
/*---------- Module - Counter boxes starts ----------*/
@media screen and (max-width: 1024px) {
  .counter-boxes-module-wrapper .counter-boxes-module .item-col .module-counter-boxes-item:before {
    width: 48px;
    height: 48px;
    font-size: 2.8rem;
  }

  .counter-boxes-module-wrapper .counter-box-item-heading {
    font-size: 2rem;
  }
}

/*---------- Module - Counter boxes ends ----------*/
@media screen and (min-width: 991px) and (max-width: 1024px) {
  .sub-navigation ul > li,
  .sub-navigation ul > li.level2.haschildren:hover,
  .sub-navigation ul > li.level2.haschildren:focus-within {
    padding: 17px 17px 0 0;
  }
}

/*------------------------------- Module - Homepage Our Business Starts ---------------------------*/
@media all and (max-width: 767.99px) {
  .Module-home-our-business .module-home-title h2:after {
    background: #fff;
  }

  .Module-home-our-business .module-home-title {
    margin: 60px 0 25px;
  }

  .Module-home-our-business .module-landing {
    padding: 0;
  }
}

/*------------------------------- Module - Homepage Our Business Ends -----------------------------*/
/*-------------------------- Module - Employee Section Tablet filter dropdown Starts ------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .filter-inner-wrapper span.drp-list {
    min-width: auto;
  }

  #txtEmployeeTitle {
    min-width: auto;
  }

  .search {
    padding-top: 15px;
  }

  .searchbox .close-icon {
    top: 30px;
  }
}

/*-------------------------- Module - Employee Section Tablet filter dropdown Ends ------------------------*/
/*---------------------- Eliant Site Enhancements Starts -------------------*/
/*---------- mobile updates starts ----------*/
@media screen and (max-width: 1024px) {
  .mm-panels > .mm-panel > .mm-listview:first-child,
  .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: 0;
  }

  .home-banner .banner-title,
  #sliderBackgroundWrapper .banner-title {
    font-size: 3rem;
  }

  .content-module-wrapper .intro-content.logo-images p {
    padding-right: 15px;
  }

  .content-module-wrapper .intro-content.logo-images p:last-child {
    padding-right: 0;
  }

  .content-module-wrapper .intro-content img.rad-right {
    width: 60%;
    padding-top: 40px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .footer-content-wrapper {
    align-items: end;
  }
}

@media screen and (max-width: 767px) {
  #logo {
    margin-top: 0;
  }

  body.microsite-template #MainWrapper {
    margin-top: 60px;
  }

  .content-module-wrapper .intro-content.logo-images {
    flex-direction: column;
  }

  .content-module-wrapper .intro-content.logo-images p {
    padding-bottom: 25px;
  }

  .content-module-wrapper .intro-content.logo-images p:last-child {
    padding-bottom: 0;
  }

  .home-banner .banner-title,
  #sliderBackgroundWrapper .banner-title {
    font-size: 2rem;
    line-height: 1.8;
  }

  .introWrap h2.introWrap-title,
  .homeWrap .homepage-intro-content h2.introWrap-title {
    font-size: 30px;
    line-height: normal;
  }

  .content-wrapper .content span.rad-highlight {
    font-size: 2.4rem;
  }

  .introWrap .rad-highlight-description {
    font-size: 1.8rem;
    line-height: 1.44;
    padding-bottom: 30px;
  }

  .footer-content-wrapper {
    flex-direction: column-reverse;
  }

  .intro-section h1 {
    padding-top: 20px;
    padding-right: 46px;
  }

  .intro-section h1.intro-section-title-wrapper {
    max-width: 80%;
  }

  .content-module-wrapper .intro-content img.rad-right {
    padding-top: 20px;
  }

  .contact-form .half-width .form-field {
    width: 100%;
  }

  .contact-form .half-width .form-field:nth-child(odd) {
    padding-right: 0;
  }

  .contact-form .half-width .form-field:nth-child(even) {
    padding-left: 0;
  }

  .contact-form .half-width .form-field:nth-child(even) span {
    left: 0px;
  }

  #breadcrumb .separator:before,
  #breadcrumb .separator:after,
  #mob-breadcrumb .separator:before,
  #mob-breadcrumb .separator:after {
    transform: rotate(135deg);
    left: 1px;
    z-index: 9;
    top: 1px;
  }

  #breadcrumb span,
  #mob-breadcrumb span {
    display: inline-block;
    position: relative;
    top: -7px;
    left: 15px;
    padding-top: 0;
  }

  #mob-breadcrumb {
    margin: 0 0 0 0;
    position: relative;
    padding-top: 30px;
  }

  #mob-breadcrumb a,
  #mob-breadcrumb span {
    font-size: 1.1rem;
    width: 190px;
    color: #004472;
    padding-top: 0;
    font-family: var(--font-family-has) !important;
  }

  #mob-breadcrumb .separator {
    margin-left: 0;
    top: -5px;
    width: 8px;
    height: 9px;
  }

  #mob-breadcrumb .separator {
    margin-left: 0;
    top: -5px;
    width: 8px;
    height: 9px;
  }

  #contentwrapper .intro-section p a {
    display: inline-block;
  }
}

/*---------- mobile updates ends ----------*/
@media screen and (max-width: 767px) and (orientation: landscape) {
  #MainWrapper {
    margin-top: 79px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .footer-link ul li:last-child {
    padding-left: 22px !important;
  }
}

/*---------------------- Eliant Site Enhancements ends -------------------*/

/*---- modules-----*/
/* Common Styling Starts */
.mod-wrapper {
  padding: 60px 0px;
}

.mod-wrapper * {
  font-family: 'Graphik Web';
}

.mod-wrapper h2,
.mod-wrapper .h2 {
  font-size: 3.6rem;
  line-height: 44px;
  color: #007d55;
  padding-bottom: 40px;
}

.mod-wrapper h2:after {
  display: none;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}

/* Common Styling Ends */

/* Module - Leadership Team Syling Starts */
.mod-leadership-team {
  padding: 60px 0px;
  padding-bottom: 30px;
}

.mod-leadership-team .team-member-img-box {
  width: 100%;
  min-height: 215px;
  background-size: cover;
  background-position: top;
  border-bottom: 6px solid #07a879;
}

.mod-leadership-team .team-member-main-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.12px;
  color: #231f20;
  margin-top: 16px;
  position: relative;
}

.mod-leadership-team .team-member-main-title .icon-plus {
  background: url('/content/dam/microsites/elianttrade/icons/plus-icon.svg') no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 0;
  background-size: contain !important;
  top: 0;
}

.mod-leadership-team .team-member-desig-title {
  margin-top: 10px;
}

.mod-leadership-team .team-member-desig-title,
.mod-leadership-team .team-member-desig-subtitle {
  font-size: 1.4rem;
  line-height: 24px;
  color: #231f20;
}

.mod-leadership-team .team-member-box-wrapper {
  padding-bottom: 30px;
}

.mod-leadership-team .team-member-slide {
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* Added this style based on ticket no: ADTP-945 starts here */
.mod-leadership-team .team-member-slider .slick-prev {
  width: 20px;
  height: 45px;
  left: 15px;
  background-size: 55%;
  background-color: #d6d6d6;
  /*top: 67.5px;*/
  top: 135px;
  z-index: 1;
  background-position: center;
}

.mod-leadership-team .team-member-slider .slick-next {
  width: 20px;
  height: 45px;
  right: 14px;
  background-size: 55%;
  background-color: #d6d6d6;
  /*top: 67.5px;*/
  top: 135px;
  z-index: 1;
  background-position: center;
}

@media screen and (max-width: 600px) {
  .mod-leadership-team .team-member-slider .slick-prev {
    width: 20px;
    height: 45px;
    left: 15px;
    background-size: 55%;
    background-color: #d6d6d6;
    /*top: 67.5px;*/
    top: 65px;
    z-index: 1;
    background-position: center;
  }

  .mod-leadership-team .team-member-slider .slick-next {
    width: 20px;
    height: 45px;
    right: 14px;
    background-size: 55%;
    background-color: #d6d6d6;
    /*top: 67.5px;*/
    top: 65px;
    z-index: 1;
    background-position: center;
  }
}

/* Ends here */
/* media queries starts */
@media all and (max-width: 1250px) {
}

@media all and (min-width: 992px) and (max-width: 1200px) {
}

@media all and (min-width: 768px) and (max-width: 991px) {
}

@media all and (max-width: 1024px) {
}

@media all and (max-width: 991px) {
  /*.mod-leadership-team .team-member-img-box {/*min-height: 210px;*/
  /*min-height: 177px;}*/
  .mod-leadership-team .team-member-slide {
    width: 33.33%;
  }
}

@media all and (max-width: 560px) {
  .mod-leadership-team .team-member-img-box {
    min-height: 150px;
  }
}

/* Added this style based on ticket no: ADTP-945 starts here */
@media all and (max-width: 767px) and (min-width: 600px) {
  .mod-leadership-team .team-member-img-box {
    min-height: 300px;
  }
}

/* Ends here */
/* Added this style based on ticket no: ADTP-945 starts here */
@media screen and (max-width: 850px) and (min-width: 810px) {
  .mod-leadership-team .team-member-img-box {
    min-height: 300px !important;
  }
}

/* Ends here */
@media all and (max-width: 375px) {
}

@media all and (max-width: 320px) {
}

/* media queries starts */
/* Module - Leadership Team Syling Ends */

/* Module - Large Width Video Syling Starts */
.mod-large-width-video .mod-h2 {
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 46px;
  font-size: 2.8rem;
  line-height: 20px;
}

.mod-large-width-video .mod-h2::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 96px;
  background: #fff;
  bottom: 0px;
  left: 0;
  display: block;
}

.mod-large-width-video {
  background-image: url(/content/dam/microsites/elianttrade/images/large-width-video-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mod-large-width-video .video-text {
  padding-top: 28px;
  width: 100%;
}

.mod-large-width-video .video-text * {
  color: #fff;
  font-size: 1.8rem;
  line-height: 28px;
}

.mod-large-width-video a.btn {
  font-size: 1.4rem;
  border: solid 1px #fefefe;
  background-color: transparent;
  color: #fefefe;
  margin: 30px 0 11px;
  padding: 14px 78px 14px 60px;
  font-weight: normal;
  transition: all ease 0.4s;
}

.mod-large-width-video a.btn:hover {
  background: #008969;
  color: #fff;
  text-decoration: none;
}

.mod-large-width-video .video-popup-link:after {
  background-image: url(/content/dam/microsites/elianttrade/icons/video-play);
  height: 100px;
  width: 100px;
  right: 35px;
  transition: all ease-out 0.3s;
  opacity: 1 !important;
  position: absolute;
  bottom: 35px;
  top: auto;
  background-size: cover;
}

.mod-large-width-video a.video-popup-link:focus::after {
  background-image: url(/content/dam/microsites/elianttrade/icons/video-play) !important;
  background-size: cover !important;
}

.mod-large-width-video a.video-popup-link:hover img {
  transform: scale(1.1);
  transition: all ease-out 0.3s;
  background-color: #fff;
  opacity: 1;
}

/* media queries starts */
@media all and (max-width: 1250px) {
}

@media all and (min-width: 992px) and (max-width: 1200px) {
}

@media all and (min-width: 768px) and (max-width: 991px) {
}

@media all and (max-width: 1024px) {
}

@media all and (max-width: 991px) {
}

@media all and (max-width: 767px) {
}

@media all and (max-width: 375px) {
}

@media all and (max-width: 320px) {
}

/* media queries starts */
/* Module - Large Width Video Syling Ends */
