

@font-face {
font-family: 'Ubuntu', sans-serif;
src: url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700");
font-display: swap;
}

@charset "UTF-8";
/*! the-loop.css v1.0.0  */
html {
  font-family: "Ubuntu", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.87);
  background-color: #ffffff;
  margin: 0px;
}

:root {
  font-size: 16px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

address {
  font-style: normal;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

[hidden],
template {
  display: none;
}

a {
  color: #002345;
  text-decoration: none;
  cursor: pointer !important;
}
a:hover, a:focus {
  color: #00538A;
  text-decoration: underline;
}

a:focus {
  outline: 2px dotted #00ade4;
  color: #002244;
  border-radius: 0px;
}

:focus {
  outline: 2px dotted #00ade4;
  color: #002244;
  border-radius: 0px;
}

ul, ol {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0px;
}

p {
  margin: 0px;
}

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #e6e6e6;
}

abbr [title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
bottom: 4px;
}

sub {
    top: 8px;

}

img {
  border: 0;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0px;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin-top: 22px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #e6e6e6;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: "Ubuntu", sans-serif;
  font-size: 1rem;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

[role=button] {
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 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] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=search],
input[type=email],
input[type=text],
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
}

input[type=search] {
  box-sizing: border-box;
}

fieldset {
  border: 0;
  margin: 0px;
  padding: 0px;
}

fieldset[disabled] {
  cursor: default;
  opacity: 0.6;
}

figcaption {
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: #666666;
}

form[disabled] {
  cursor: default;
  opacity: 0.6;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

td,
th {
  padding: 0px;
}

.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;
}

.ifc__cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}

@media print {
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a [href]::after {
    content: " (" attr(href) ")";
  }
  abbr [title]:after {
    content: " (" attr(title) ")";
  }
  a [href^="#"]::after,
a [href^="javascript:"]::after {
    content: "";
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  .ifc__navbar {
    display: none;
  }
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* == Begin Custom SASS == */
a.ifc__overlay-link {
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  visibility: visible;
  background: transparent;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
a.ifc__overlay-link:focus {
  outline: 0px;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
}
.padd-200 {
  padding: 64px 0px 200px 0px;
}
@media print {
    .ifc-grid {
        display: block;
    }
}
/* === Begin Typography === */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Ubuntu", sans-serif;
  margin: 0px;
  color: #002345;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: #002345;
}
h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active, h4 a:hover, h4 a:active, h5 a:hover, h5 a:active, h6 a:hover, h6 a:active, .h1 a:hover, .h1 a:active, .h2 a:hover, .h2 a:active, .h3 a:hover, .h3 a:active, .h4 a:hover, .h4 a:active, .h5 a:hover, .h5 a:active, .h6 a:hover, .h6 a:active {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: underline;
  border-bottom: 0px;
}
h1 a a:focus, h2 a a:focus, h3 a a:focus, h4 a a:focus, h5 a a:focus, h6 a a:focus, .h1 a a:focus, .h2 a a:focus, .h3 a a:focus, .h4 a a:focus, .h5 a a:focus, .h6 a a:focus {
  outline: #996300 auto 2px;
  color: #002244;
  border-radius: 0px;
}

h1 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 38px;
  line-height: 44px;
  color: #002345;
  margin: 0px 0px 16px 0px;
}
@media (min-width: 991.5px) {
  h1 {
    font-size: 50px;
    line-height: 100%;
    font-weight: 300;
  }
}

h2 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 31px;
  line-height: 36px;
  color: #002345;
  margin: 0px 0px 16px 0px;
}
@media (min-width: 991.5px) {
  h2 {
    font-size: 40px;
    line-height: 100%;
    font-weight: 300;
  }
}

h3 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  color: #002345;
  margin: 0px 0px 16px 0px;
}
@media (min-width: 991px) {
  h3 {
    font-size: 34px;
    line-height: 39px;
  }
}

h4 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #002345;
  margin: 0px 0px 16px 0px;
}
@media (min-width: 991px) {
  h4 {
    font-size: 22px;
    line-height: 32px;
  }
}

.cmp-teaser__pretitle,
.ifc__hammer {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  line-height: 16.09px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  margin: 0px 0px 8px 0px;
}

.cmp-teaser__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  font-weight: 400;
  color: #757575;
}

.cmp-teaser__description p {
  margin-bottom: 22px;
}
.cmp-teaser__description ul li {
  margin-bottom: 22px;
}
.cmp-teaser__description a {
  color: currentColor;
  text-decoration: underline;
}

.ifc__paragraph_sm {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #222632;
  margin-bottom: 1rem;
}
.ifc__paragraph_sm ul {
  list-style: disc;
  padding-left: 40px;
}
.ifc__paragraph_sm ul li {
  list-style: disc;
  margin: 0px 0px 16px 0px;
}
.ifc__paragraph_sm ol {
  list-style: decimal;
  padding-left: 40px;
}
.ifc__paragraph_sm ol li {
  list-style: decimal;
  margin: 0px 0px 16px 0px;
}
.ifc__paragraph_sm p {
  margin-bottom: 1rem;
}

.ifc__paragraph_md {
  font-size: 18px;
  line-height: 135%;
  font-weight: 400;
  letter-spacing: -0.15px;
  color: #DADEE3;
  margin-bottom: 1rem;
}

.ifc__paragraph_lg {
  font-weight: 300;
  font-size: 24px;
  line-height: 165.4%;
  color: #222632;
  margin-bottom: 0rem;
  display: inline-block;
  width: 100%;
}

.ifc__paragraph_xs {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #757575;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .ifc__paragraph_xs {
    font-size: 18px;
    line-height: 28px;
  }
}

.ifc__link_text {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #002345;
}

.ifc__link_text .cmp-teaser__action-link {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #002345;
  border-bottom: 1px solid #00ade4;
  padding-bottom: 6px;
  text-decoration: none;
  display: block;
}
.ifc__link_text .cmp-teaser__action-link:hover { /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 173, 228, 0.2) 0%, rgba(0, 173, 228, 0.2) 1%, rgba(0, 173, 228, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3300ade4", endColorstr="#0000ade4",GradientType=1 ); /* IE6-9 */
  box-shadow: none;
  text-decoration: none;
}
.ifc__link_text .cmp-teaser__action-link:focus {
  display: block;
  border: 1px dotted #00ade4;
}

.ifc__view_alllink:after {
  content: "+";
  border-radius: 100%;
  width: 17px;
  height: 17px;
  margin-left: 17px;
  background-color: #FFC72C;
  border: 0;
  color: black;
  line-height: 2px;
  font-weight: 700;
  vertical-align: middle;
  font-size: 16px;
  text-align: center;
  padding: 6px 10px 6px 10px;
}

.wrap__heading_h2 h2 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #002345;
  margin: 0px 0px 16px 0px;
}
@media (min-width: 991px) {
  .wrap__heading_h2 h2 {
    font-size: 22px;
    line-height: 32px;
  }
}


.viewmore:after {
    content: "+";
}
        .viewless:after {
    content: "-";
}
.text ul {
    list-style: disc;
    padding-left: 40px;
}
.text ol {
    list-style: decimal;
    padding-left: 40px;
}
blockquote {
        font-weight: 500;
    font-size: 32px;
    line-height: 137.9%;
    color: #002345;
    padding-left: 2rem;
    border-left: 2px solid #00ade4;
    margin: 0px;
}
@media (max-width: 767px) {
  .ifc__subscribe {
    text-align: center;
  }
}



.ifc-grid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
    float:none!important;
    width: auto!important;
}
/*.ifc-grid.aem-GridColumn--default--12 {
     padding-left: 8px;
  padding-right: 8px;
    }*/
@media (max-width:768.5px) {
    .ifc-grid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
    float:none!important;
    width: 100%!important;
}
}
.ifc-grid:before, .ifc-grid:after {
  content: " ";
  display: table;
}
.ifc-grid:after {
  clear: both;
}
@media (min-width: 768px) {
  .ifc-grid {
    padding-left: 8px;
    padding-right: 8px;
  }
    .ifc-grid.aem-GridColumn--default--12 {
     padding-left: 8px;
    padding-right: 8px;
    }

}
@media (min-width: 992px) {
  .ifc-grid {
    padding-left: 12px;
    padding-right: 12px;
  }
    .ifc-grid.aem-GridColumn--default--12 {
     padding-left: 12px;
    padding-right: 12px;
    }

}
@media (min-width: 1400px) {
  .ifc-grid {
    padding-left: 15px;
    padding-right: 15px;
  }
    .ifc-grid.aem-GridColumn--default--12 {
     padding-left: 15px;
    padding-right: 15px;
    }

}
@media (min-width: 768px) {
  .ifc-grid {
    width: 750px!important;
  }
}
@media (min-width: 992px) {
  .ifc-grid {
    width: 992px!important;
  }
}
@media (min-width: 1400px) {
  .ifc-grid {
    width: 1400px!important;
  }
}

.ifc-grid-fluid {

  margin-right: auto!important;
  margin-left: auto!important;
  padding-left: 8px;
  padding-right: 8px;

}
.ifc-grid-fluid:before, .ifc-grid-fluid:after {
  content: " ";
  display: table;
}
.ifc-grid-fluid:after {
  clear: both;
}
@media (min-width: 768px) {
  .ifc-grid-fluid {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .ifc-grid-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1400px) {
  .ifc-grid-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ifc-grid-fluid .cmp-container  {
    margin-right: auto;
    margin-left: auto;
  }
@media (min-width: 768px) {
  .ifc-grid-fluid .cmp-container  {
    width: 750px!important;
  }
}
@media (min-width: 992px) {
  .ifc-grid-fluid .cmp-container {
    width: 100%!important;
  }
}
@media (min-width: 1400px) {
  .ifc-grid-fluid .cmp-container {
    width: 100%!important;
  }
}


.aem-Grid:before, .aem-Grid:after {
  content: " ";
  display: table;
}
.aem-Grid:after {
  clear: both;
}

.aem-GridColumn--phone--1, .aem-GridColumn--tablet--1, .aem-GridColumn--desktop--1, .aem-GridColumn--default--1, .aem-GridColumn--phone--2, .aem-GridColumn--tablet--2, .aem-GridColumn--desktop--2, .aem-GridColumn--default--2, .aem-GridColumn--phone--3, .aem-GridColumn--tablet--3, .aem-GridColumn--desktop--3, .aem-GridColumn--default--3, .aem-GridColumn--phone--4, .aem-GridColumn--tablet--4, .aem-GridColumn--desktop--4, .aem-GridColumn--default--4, .aem-GridColumn--phone--5, .aem-GridColumn--tablet--5, .aem-GridColumn--desktop--5, .aem-GridColumn--default--5, .aem-GridColumn--phone--6, .aem-GridColumn--tablet--6, .aem-GridColumn--desktop--6, .aem-GridColumn--default--6, .aem-GridColumn--phone--7, .aem-GridColumn--tablet--7, .aem-GridColumn--desktop--7, .aem-GridColumn--default--7, .aem-GridColumn--phone--8, .aem-GridColumn--tablet--8, .aem-GridColumn--desktop--8, .aem-GridColumn--default--8, .aem-GridColumn--phone--9, .aem-GridColumn--tablet--9, .aem-GridColumn--desktop--9, .aem-GridColumn--default--9, .aem-GridColumn--phone--10, .aem-GridColumn--tablet--10, .aem-GridColumn--desktop--10, .aem-GridColumn--default--10, .aem-GridColumn--phone--11, .aem-GridColumn--tablet--11, .aem-GridColumn--desktop--11, .aem-GridColumn--default--11, .aem-GridColumn--phone--12, .aem-GridColumn--tablet--12, .aem-GridColumn--desktop--12, .aem-GridColumn--default--12 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .aem-GridColumn--phone--1, .aem-GridColumn--tablet--1, .aem-GridColumn--desktop--1, .aem-GridColumn--default--1, .aem-GridColumn--phone--2, .aem-GridColumn--tablet--2, .aem-GridColumn--desktop--2, .aem-GridColumn--default--2, .aem-GridColumn--phone--3, .aem-GridColumn--tablet--3, .aem-GridColumn--desktop--3, .aem-GridColumn--default--3, .aem-GridColumn--phone--4, .aem-GridColumn--tablet--4, .aem-GridColumn--desktop--4, .aem-GridColumn--default--4, .aem-GridColumn--phone--5, .aem-GridColumn--tablet--5, .aem-GridColumn--desktop--5, .aem-GridColumn--default--5, .aem-GridColumn--phone--6, .aem-GridColumn--tablet--6, .aem-GridColumn--desktop--6, .aem-GridColumn--default--6, .aem-GridColumn--phone--7, .aem-GridColumn--tablet--7, .aem-GridColumn--desktop--7, .aem-GridColumn--default--7, .aem-GridColumn--phone--8, .aem-GridColumn--tablet--8, .aem-GridColumn--desktop--8, .aem-GridColumn--default--8, .aem-GridColumn--phone--9, .aem-GridColumn--tablet--9, .aem-GridColumn--desktop--9, .aem-GridColumn--default--9, .aem-GridColumn--phone--10, .aem-GridColumn--tablet--10, .aem-GridColumn--desktop--10, .aem-GridColumn--default--10, .aem-GridColumn--phone--11, .aem-GridColumn--tablet--11, .aem-GridColumn--desktop--11, .aem-GridColumn--default--11, .aem-GridColumn--phone--12, .aem-GridColumn--tablet--12, .aem-GridColumn--desktop--12, .aem-GridColumn--default--12 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .aem-GridColumn--phone--1, .aem-GridColumn--tablet--1, .aem-GridColumn--desktop--1, .aem-GridColumn--default--1, .aem-GridColumn--phone--2, .aem-GridColumn--tablet--2, .aem-GridColumn--desktop--2, .aem-GridColumn--default--2, .aem-GridColumn--phone--3, .aem-GridColumn--tablet--3, .aem-GridColumn--desktop--3, .aem-GridColumn--default--3, .aem-GridColumn--phone--4, .aem-GridColumn--tablet--4, .aem-GridColumn--desktop--4, .aem-GridColumn--default--4, .aem-GridColumn--phone--5, .aem-GridColumn--tablet--5, .aem-GridColumn--desktop--5, .aem-GridColumn--default--5, .aem-GridColumn--phone--6, .aem-GridColumn--tablet--6, .aem-GridColumn--desktop--6, .aem-GridColumn--default--6, .aem-GridColumn--phone--7, .aem-GridColumn--tablet--7, .aem-GridColumn--desktop--7, .aem-GridColumn--default--7, .aem-GridColumn--phone--8, .aem-GridColumn--tablet--8, .aem-GridColumn--desktop--8, .aem-GridColumn--default--8, .aem-GridColumn--phone--9, .aem-GridColumn--tablet--9, .aem-GridColumn--desktop--9, .aem-GridColumn--default--9, .aem-GridColumn--phone--10, .aem-GridColumn--tablet--10, .aem-GridColumn--desktop--10, .aem-GridColumn--default--10, .aem-GridColumn--phone--11, .aem-GridColumn--tablet--11, .aem-GridColumn--desktop--11, .aem-GridColumn--default--11, .aem-GridColumn--phone--12, .aem-GridColumn--tablet--12, .aem-GridColumn--desktop--12, .aem-GridColumn--default--12 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1400px) {
  .aem-GridColumn--phone--1, .aem-GridColumn--tablet--1, .aem-GridColumn--desktop--1, .aem-GridColumn--default--1, .aem-GridColumn--phone--2, .aem-GridColumn--tablet--2, .aem-GridColumn--desktop--2, .aem-GridColumn--default--2, .aem-GridColumn--phone--3, .aem-GridColumn--tablet--3, .aem-GridColumn--desktop--3, .aem-GridColumn--default--3, .aem-GridColumn--phone--4, .aem-GridColumn--tablet--4, .aem-GridColumn--desktop--4, .aem-GridColumn--default--4, .aem-GridColumn--phone--5, .aem-GridColumn--tablet--5, .aem-GridColumn--desktop--5, .aem-GridColumn--default--5, .aem-GridColumn--phone--6, .aem-GridColumn--tablet--6, .aem-GridColumn--desktop--6, .aem-GridColumn--default--6, .aem-GridColumn--phone--7, .aem-GridColumn--tablet--7, .aem-GridColumn--desktop--7, .aem-GridColumn--default--7, .aem-GridColumn--phone--8, .aem-GridColumn--tablet--8, .aem-GridColumn--desktop--8, .aem-GridColumn--default--8, .aem-GridColumn--phone--9, .aem-GridColumn--tablet--9, .aem-GridColumn--desktop--9, .aem-GridColumn--default--9, .aem-GridColumn--phone--10, .aem-GridColumn--tablet--10, .aem-GridColumn--desktop--10, .aem-GridColumn--default--10, .aem-GridColumn--phone--11, .aem-GridColumn--tablet--11, .aem-GridColumn--desktop--11, .aem-GridColumn--default--11, .aem-GridColumn--phone--12, .aem-GridColumn--tablet--12, .aem-GridColumn--desktop--12, .aem-GridColumn--default--12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.staticfooter.aem-GridColumn.aem-GridColumn--default--12,.container.responsivegrid.aem-GridColumn.aem-GridColumn--default--12,
.staticheader.aem-GridColumn.aem-GridColumn--default--12,.experiencefragment.aem-GridColumn.aem-GridColumn--default--12,
.footer.aem-GridColumn.aem-GridColumn--default--12,
.megamenu.aem-GridColumn.aem-GridColumn--default--12,
.ifcbreadcrumb.breadcrumb.aem-GridColumn.aem-GridColumn--default--12{
padding-left: 0px;
padding-right: 0px;
}
.aem-GridColumn--phone--1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.aem-GridColumn--phone--2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.aem-GridColumn--phone--3 {
  flex: 0 0 auto;
  width: 25%;
}

.aem-GridColumn--phone--4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.aem-GridColumn--phone--5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.aem-GridColumn--phone--6 {
  flex: 0 0 auto;
  width: 50%;
}

.aem-GridColumn--phone--7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.aem-GridColumn--phone--8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.aem-GridColumn--phone--9 {
  flex: 0 0 auto;
  width: 75%;
}

.aem-GridColumn--phone--10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.aem-GridColumn--phone--11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.aem-GridColumn--phone--12 {
  flex: 0 0 auto;
  width: 100%;
}

.aem-GridColumn--offset--phone--0 {
  flex: 0 0 auto;
  margin-left: 0%;
}

.aem-GridColumn--offset--phone--1 {
  flex: 0 0 auto;
  margin-left: 8.3333333333%;
}

.aem-GridColumn--offset--phone--2 {
  flex: 0 0 auto;
  margin-left: 16.6666666667%;
}

.aem-GridColumn--offset--phone--3 {
  flex: 0 0 auto;
  margin-left: 25%;
}

.aem-GridColumn--offset--phone--4 {
  flex: 0 0 auto;
  margin-left: 33.3333333333%;
}

.aem-GridColumn--offset--phone--5 {
  flex: 0 0 auto;
  margin-left: 41.6666666667%;
}

.aem-GridColumn--offset--phone--6 {
  flex: 0 0 auto;
  margin-left: 50%;
}

.aem-GridColumn--offset--phone--7 {
  flex: 0 0 auto;
  margin-left: 58.3333333333%;
}

.aem-GridColumn--offset--phone--8 {
  flex: 0 0 auto;
  margin-left: 66.6666666667%;
}

.aem-GridColumn--offset--phone--9 {
  flex: 0 0 auto;
  margin-left: 75%;
}

.aem-GridColumn--offset--phone--10 {
  flex: 0 0 auto;
  margin-left: 83.3333333333%;
}

.aem-GridColumn--offset--phone--11 {
  flex: 0 0 auto;
  margin-left: 91.6666666667%;
}

.aem-GridColumn--offset--phone--12 {
  flex: 0 0 auto;
  margin-left: 100%;
}

@media (min-width: 768px) {
  .aem-GridColumn--tablet--1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .aem-GridColumn--tablet--2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .aem-GridColumn--tablet--3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .aem-GridColumn--tablet--4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .aem-GridColumn--tablet--5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .aem-GridColumn--tablet--6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .aem-GridColumn--tablet--7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .aem-GridColumn--tablet--8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .aem-GridColumn--tablet--9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .aem-GridColumn--tablet--10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .aem-GridColumn--tablet--11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .aem-GridColumn--tablet--12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .aem-GridColumn--offset--tablet--0 {
    flex: 0 0 auto;
    margin-left: 0%;
  }
  .aem-GridColumn--offset--tablet--1 {
    flex: 0 0 auto;
    margin-left: 8.3333333333%;
  }
  .aem-GridColumn--offset--tablet--2 {
    flex: 0 0 auto;
    margin-left: 16.6666666667%;
  }
  .aem-GridColumn--offset--tablet--3 {
    flex: 0 0 auto;
    margin-left: 25%;
  }
  .aem-GridColumn--offset--tablet--4 {
    flex: 0 0 auto;
    margin-left: 33.3333333333%;
  }
  .aem-GridColumn--offset--tablet--5 {
    flex: 0 0 auto;
    margin-left: 41.6666666667%;
  }
  .aem-GridColumn--offset--tablet--6 {
    flex: 0 0 auto;
    margin-left: 50%;
  }
  .aem-GridColumn--offset--tablet--7 {
    flex: 0 0 auto;
    margin-left: 58.3333333333%;
  }
  .aem-GridColumn--offset--tablet--8 {
    flex: 0 0 auto;
    margin-left: 66.6666666667%;
  }
  .aem-GridColumn--offset--tablet--9 {
    flex: 0 0 auto;
    margin-left: 75%;
  }
  .aem-GridColumn--offset--tablet--10 {
    flex: 0 0 auto;
    margin-left: 83.3333333333%;
  }
  .aem-GridColumn--offset--tablet--11 {
    flex: 0 0 auto;
    margin-left: 91.6666666667%;
  }
  .aem-GridColumn--offset--tablet--12 {
    flex: 0 0 auto;
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .aem-GridColumn--desktop--1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .aem-GridColumn--desktop--2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .aem-GridColumn--desktop--3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .aem-GridColumn--desktop--4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .aem-GridColumn--desktop--5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .aem-GridColumn--desktop--6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .aem-GridColumn--desktop--7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .aem-GridColumn--desktop--8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .aem-GridColumn--desktop--9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .aem-GridColumn--desktop--10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .aem-GridColumn--desktop--11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .aem-GridColumn--desktop--12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .aem-GridColumn--offset--desktop--0 {
    flex: 0 0 auto;
    margin-left: 0%;
  }
  .aem-GridColumn--offset--desktop--1 {
    flex: 0 0 auto;
    margin-left: 8.3333333333%;
  }
  .aem-GridColumn--offset--desktop--2 {
    flex: 0 0 auto;
    margin-left: 16.6666666667%;
  }
  .aem-GridColumn--offset--desktop--3 {
    flex: 0 0 auto;
    margin-left: 25%;
  }
  .aem-GridColumn--offset--desktop--4 {
    flex: 0 0 auto;
    margin-left: 33.3333333333%;
  }
  .aem-GridColumn--offset--desktop--5 {
    flex: 0 0 auto;
    margin-left: 41.6666666667%;
  }
  .aem-GridColumn--offset--desktop--6 {
    flex: 0 0 auto;
    margin-left: 50%;
  }
  .aem-GridColumn--offset--desktop--7 {
    flex: 0 0 auto;
    margin-left: 58.3333333333%;
  }
  .aem-GridColumn--offset--desktop--8 {
    flex: 0 0 auto;
    margin-left: 66.6666666667%;
  }
  .aem-GridColumn--offset--desktop--9 {
    flex: 0 0 auto;
    margin-left: 75%;
  }
  .aem-GridColumn--offset--desktop--10 {
    flex: 0 0 auto;
    margin-left: 83.3333333333%;
  }
  .aem-GridColumn--offset--desktop--11 {
    flex: 0 0 auto;
    margin-left: 91.6666666667%;
  }
  .aem-GridColumn--offset--desktop--12 {
    flex: 0 0 auto;
    margin-left: 100%;
  }
}
@media (min-width: 1400px) {
  .aem-GridColumn--default--1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .aem-GridColumn--default--2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .aem-GridColumn--default--3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .aem-GridColumn--default--4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .aem-GridColumn--default--5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .aem-GridColumn--default--6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .aem-GridColumn--default--7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .aem-GridColumn--default--8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .aem-GridColumn--default--9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .aem-GridColumn--default--10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .aem-GridColumn--default--11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .aem-GridColumn--default--12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .aem-GridColumn--offset--default--0 {
    flex: 0 0 auto;
    margin-left: 0%;
  }
  .aem-GridColumn--offset--default--1 {
    flex: 0 0 auto;
    margin-left: 8.3333333333%;
  }
  .aem-GridColumn--offset--default--2 {
    flex: 0 0 auto;
    margin-left: 16.6666666667%;
  }
  .aem-GridColumn--offset--default--3 {
    flex: 0 0 auto;
    margin-left: 25%;
  }
  .aem-GridColumn--offset--default--4 {
    flex: 0 0 auto;
    margin-left: 33.3333333333%;
  }
  .aem-GridColumn--offset--default--5 {
    flex: 0 0 auto;
    margin-left: 41.6666666667%;
  }
  .aem-GridColumn--offset--default--6 {
    flex: 0 0 auto;
    margin-left: 50%;
  }
  .aem-GridColumn--offset--default--7 {
    flex: 0 0 auto;
    margin-left: 58.3333333333%;
  }
  .aem-GridColumn--offset--default--8 {
    flex: 0 0 auto;
    margin-left: 66.6666666667%;
  }
  .aem-GridColumn--offset--default--9 {
    flex: 0 0 auto;
    margin-left: 75%;
  }
  .aem-GridColumn--offset--default--10 {
    flex: 0 0 auto;
    margin-left: 83.3333333333%;
  }
  .aem-GridColumn--offset--default--11 {
    flex: 0 0 auto;
    margin-left: 91.6666666667%;
  }
  .aem-GridColumn--offset--default--12 {
    flex: 0 0 auto;
    margin-left: 100%;
  }
}
@media (min-width: 320px){
 .aem-Grid.aem-Grid--default--6 > .image-v1-components .statisticslist_card.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 58.3333333333%;
  }
        .aem-Grid.aem-Grid--default--6 > .image-v1-components .bottom-alignimage.aem-GridColumn--default--6 {
    float: left;
    clear: none;
    width: 41.6666666667%;
                }
                     .aem-Grid.aem-Grid--default--6 > .image-v1-components .bottom-rowimage.aem-GridColumn--default--6 {
          float: left;
    clear: none;
       width: 33.3333333333%;
                }
.aem-Grid.aem-Grid--desktop--6 > .image-v1-components .bottom-rowimage.aem-GridColumn--offset--desktop--2 {
    margin-left: 27.3333333333%;
        }
}
/* === Begin button === */
.ifc__btn {
font-family: "Ubuntu", sans-serif;
font-size: 0.875rem;
line-height: 1.375rem;
font-weight: 600;
color: #ffffff;
word-wrap: break-word;
text-transform: none;
white-space: normal;
letter-spacing: 0.78px;
border: 0px;
border-radius: 3px;
display: inline-block;
text-align: center;
}
.ifc__btn:focus,
.ifc__btn .dropdown-toggle:focus {
outline: 2px dotted #00ade4;
}

button:focus {
outline: 2px dotted #00ade4;
}

.ifc__btn_xs {
font-size: 1rem;
line-height: 1.149rem;
min-width: 100px;
padding: 16px 32px 16px 32px;
font-weight: 700;
}

.ifc__btn_sm {
font-size: 1rem;
line-height: 1.125rem;
min-width: 120px;
padding: 16px 18px 16px 18px;
font-weight: 700;
}

.ifc__btn_md {
font-size: 1.125rem;
line-height: 1.293rem;
min-width: 140px;
padding: 16px 32px 16px 32px;
text-transform: uppercase;
}

.ifc__btn_ml {
font-size: 0.875rem;
line-height: 1.375rem;
min-width: 140px;
padding: 12px 24px 12px 24px;
text-transform: uppercase;
}

.ifc__btn_lg {
font-size: 0.875rem;
line-height: 1.375rem;
min-width: 160px;
padding: 24px 32px 24px 32px;
}

button.ifc__close_btn {
color: #002345;
padding: 0px 6px;
opacity: 1;
}
.ifc__download_btn button,
.ifc__download_btn a {
border: 0px !important;
background: transparent;
}
.ifc__download_btn button .cmp-button__text,
    .ifc__download_btn a .cmp-button__text{
padding: 0px 0px 8px 0px;
font-size: 1rem;
line-height: 1.149rem;
font-weight: 700;
padding: 18px 30px 18px 30px;
text-align: center;
background-color: #002345;
margin: 0px 16px 16px 0px;
color: #fff;
}

.ifc__blue_btn {
padding: 0px 0px 8px 0px;
font-size: 1rem;
line-height: 1.149rem;
font-weight: 700;
padding: 18px 30px 18px 30px;
text-align: center;
background-color: #002345;
margin-right: 16px;
color: #fff;
}
.ifc__blue_btn:last-child {
margin-right: 0px;
}
.ifc__blue_btn:hover, .ifc__blue_btn:active {
background: linear-gradient(90deg, rgba(0, 173, 228, 0.8) 0%, rgba(0, 173, 228, 0) 100%), #002345;
color: #fff;
box-shadow: none;
text-decoration: none;
}
.ifc__blue_btn:focus {
color: #fff;
box-shadow: none;
text-decoration: none;
}

.ifc__yellow_btn {
background-color: #FFC72C;
margin-right: 16px;
color: #333;
}
.ifc__yellow_btn:last-child {
margin-right: 0px;
}
.ifc__yellow_btn:hover, .ifc__yellow_btn:focus, .ifc__yellow_btn:active {
border: 0px;
background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgb(255, 199, 44) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ccffffff", endColorstr="#ffc72c", GradientType=1);
color: #002345;
box-shadow: none;
text-decoration: none;
}
.ifc__download_yellow_btn {
    display: inline-block;
}

.ifc__download_yellow_btn .cmp-button {
    font-size: 1rem;
line-height: 1.149rem;
font-weight: 700;
padding: 18px 20px 18px 20px;
background-color: #FFC72C;
margin: 0px 0px 16px 0px;
color: #333;
border:0px;
display: inline-block;
}
.ifc__download_yellow_btn .cmp-button:last-child {
margin-right: 0px;
}
.ifc__download_yellow_btn .cmp-button:hover, 
.ifc__download_yellow_btn .cmp-button:focus, 
.ifc__download_yellow_btn .cmp-button:active {
border: 0px;
background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgb(255, 199, 44) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ccffffff", endColorstr="#ffc72c", GradientType=1);
color: #002345;
box-shadow: none;
text-decoration: none;
}


.ifc__solid_gray_btn {
background-color: #f2f2f2;
color: #002345;
}
.ifc__solid_gray_btn:hover, .ifc__solid_gray_btn:active, .ifc__solid_gray_btn.active, .ifc__solid_gray_btn:focus {
border: 0px;
background-color: #e6e6e6;
color: #00538A;
box-shadow: none;
text-decoration: none;
}
.ifc__solid_gray_btn:active:hover {
border: 0px;
background-color: #e6e6e6;
color: #00538A;
box-shadow: none;
text-decoration: none;
}

.ifc__underline_btn .cmp-teaser__action-link {
font-family: "Ubuntu", sans-serif;
font-size: 20px;
line-height: 33.28px;
font-weight: 400;
color: #002345;
border-bottom: 1px solid #00ade4;
padding-bottom: 6px;
text-decoration: none;
display: inline-block;
}
.ifc__underline_btn .cmp-teaser__action-link:hover {
color: #002345; 
background: linear-gradient(to right, rgba(0, 173, 228, 0.2) 0%, rgba(0, 173, 228, 0.2) 1%, rgba(0, 173, 228, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3300ade4", endColorstr="#0000ade4",GradientType=1 ); 
box-shadow: none;
text-decoration: none;
}
.ifc__underline_btn .cmp-teaser__action-link:focus {
border: 1px dotted #00ade4;
}

/* === Begin button === */
/* === Begin button === */
.button.explore-section-component  {
display: inline-block;
margin-right: 16px;
    margin-bottom: 16px;
min-width: 80px;
width: auto!important;
}

.button.explore-section-component .cmp-button {
background: #F0F2F4;
border-radius: 100px;
padding: 13px 25px 16px;
    display: inline-block;
}
.pressreleasefeed-title {
display: block;
margin-bottom: 16px;

}
@media (min-width:768px) {
.pressreleasefeed-title {
display: flex;
justify-content: space-between;
padding: 0px 0px 0px 32px;
}
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

/* ---------------------Forms-----------------------------*/
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0px 0px 16px 0px;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: rgba(0, 0, 0, 0.6);
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 4px;
  font-weight: normal;
}

input [type=search] {
  box-sizing: border-box;
}

input [type=text] [disabled], fieldset [disabled] input [type=text] {
  cursor: default;
}

input [type=file] {
  display: block;
}

input [type=range] {
  display: block;
  width: 100%;
}

select [multiple],
select [size] {
  height: auto;
}

input [type=file]:focus,
input [type=radio]:focus,
input [type=checkbox]:focus {
  outline: 2px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 16px;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.87);
}

textarea .form-control {
  height: auto;
}

input [type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input [type=date].form-control,
  input [type=time].form-control,
  input [type=datetime-local].form-control,
  input [type=month].form-control {
    line-height: 22px;
  }
}
input [type=radio],
input [type=checkbox] {
  margin: 4px;
  line-height: normal;
  opacity: 0;
}

.ifc__radio,
.ifc__checkbox {
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 16px;
}
.ifc__radio label,
.ifc__checkbox label {
  padding-left: 16px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.ifc__radio input[type=radio],
.ifc__radio_inline input[type=radio],
.ifc__checkbox input[type=checkbox],
.ifc__checkbox_inline input[type=checkbox] {
  position: absolute;
  margin-left: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
}

.ifc__radio + .ifc__radio,
.ifc__checkbox + .ifc__checkbox {
  margin-top: -4px;
}

.ifc__radio_inline,
.ifc__checkbox_inline {
  position: relative;
  display: inline-block;
  padding-left: 0;
  margin-bottom: 16px;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.ifc__radio_inline label,
.ifc__checkbox_inline label {
  padding-left: 8px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.ifc__radio_inline + .ifc__radio_inline,
.ifc__checkbox_inline + .ifc__checkbox_inline {
  margin-top: 0;
  margin-left: 16px;
}

.ifc__primary_checkbox {
  position: absolute;
  opacity: 0;
}
.ifc__primary_checkbox + label {
  position: relative;
  padding: 0;
}
.ifc__primary_checkbox + label:before {
  content: "";
  margin-right: 8px;
  display: inline-block;
  vertical-align: text-top;
  padding: 4px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #DADEE3;
  box-shadow: none;
  cursor: pointer;
  float: left;
}
.ifc__primary_checkbox:focus + label:before {
  outline: 2px solid #00ade4;
}

.ifc__primary_checkbox:checked + label:before {
  background: #ffffff;
  box-shadow: inset 0px 1px 0px 0px #fff;
}

.ifc__primary_checkbox:checked:disabled + label:before {
  background: #ffffff;
  border: 1px solid #DADEE3;
  box-shadow: inset 0px 1px 0px 0px #fff;
}

.ifc__primary_checkbox:checked:disabled + label:after {
  color: #4cbb88;
}

.ifc__primary_checkbox:disabled + label {
  opacity: 0.6;
}

.ifc__primary_checkbox:disabled + label:before {
  box-shadow: none;
  pointer-events: none;
}

.ifc__primary_checkbox:checked + label:after {
  content: "\e124";
  font-family: "loopicon";
  font-size: 13px;
  position: absolute;
  left: 4px;
  top: 0;
  color: #00ade4;
}

.ifc__primary_radio {
  position: absolute;
  opacity: 0;
}
.ifc__primary_radio + label {
  position: relative;
  padding: 0;
}
.ifc__primary_radio + label:before {
  content: "";
  margin-right: 16px;
  display: inline-block;
  vertical-align: text-top;
  padding: 4px;
  width: 22px;
  height: 22px;
  background: #FAFDFF;
  border: 1px solid #D8E7F5;
  box-shadow: inset 0px 3px 0px 0px #F0F7FE;
  cursor: pointer;
  border-radius: 100%;
}

.ifc__primary_radio:checked + label:before {
  background: #fff;
  border: 1px solid #00ade4;
  box-shadow: none;
}

.ifc__primary_radio:checked:disabled + label:before {
  background: #fff;
  border: 1px solid #00ade4;
  box-shadow: inset 0px 1px 0px 0px #F0F7FE;
}

.ifc__primary_radio:checked:disabled + label:after {
  color: #00ade4;
}

.ifc__primary_radio:disabled + label {
  opacity: 0.6;
}

.ifc__primary_radio:disabled + label:before {
  box-shadow: none;
  pointer-events: none;
}

.ifc__primary_radio:checked + label:after {
  content: "\e130";
  font-family: "loopicon";
  font-size: 12px;
  line-height: 16px;
  padding: 4px;
  position: absolute;
  left: 1px;
  top: 1px;
  color: #00ade4;
}

.ifc__checkbox_label_wrapper {
  display: table-cell;
  font-weight: 400;
  font-size: 16px;
  color: #757575;
}
@media (min-width: 992px) {
  .ifc__checkbox_label_wrapper {
    font-size: 18px;
  }
}

/* ---------------------Forms-----------------------------*/


.sidebar-sublist-item div{
    display: flex;
    align-items: center;
}
.sidebar-sublist .ifc__search_input:after {
  font-family: "loopicon";
  content: "\e132";
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px;
  color: #bdbdbd;
  font-weight: 300;
  transform: scaleX(-1);
}
/* === Begin supergrid CSS===*/
.layer-white {
  padding: 48px 0px 48px 0px;
  background-color: #ffffff;
  margin-left: 0px;
  margin-right: 0px;
}

@media (max-width: 767px) {
  .layer-white {
    padding: 32px 0px 32px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .layer-white {
    padding: 32px 0px 32px 0px;
  }
}

/* .columncontrol{
  padding: 32px 0px 32px 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media (max-width: 767px) {
    .columncontrol{
    padding: 32px 0px 32px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {

.columncontrol{
    padding: 32px 0px 32px 0px;
  }
} */

.layer-white-32 {
  padding: 32px 0px 32px 0px;
  background-color: #ffffff;
  margin-left: 0px;
  margin-right: 0px;
}

.layer-white-0 {
  padding: 0px;
  background-color: #ffffff;
  margin-left: 0px;
  margin-right: 0px;
}

.layer-gray {
  padding: 48px 0px 48px 0px;
  background-color: #f2f2f2;
  margin-left: 0px;
  margin-right: 0px;
}

@media (max-width: 767px) {
  .layer-gray {
    padding: 32px 0px 32px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .layer-gray {
    padding: 32px 0px 32px 0px;
  }
}

.layer-gray:after {
  border-top-color: #f2f2f2;
}

.layer-black {
  padding: 32px 0px 32px 0px;
  background-color: #222632;
  margin-left: 0px;
  margin-right: 0px;
}

.layer-gray-32 {
  padding: 32px 0px 32px 0px;
  background-color: #f2f2f2;
  margin-left: 0px;
  margin-right: 0px;
}

.layer-title-banner {
  position: relative;
  margin: auto;
}


.layer-blue {
  padding: 32px 0px 32px 0px;
  background-color: #00ade4;
  margin-left: 0px;
  margin-right: 0px;
}

.layer-blue .ifc__title_text_btn .cmp-teaser__description {
  color: #222632;
  margin-bottom: 0px;
}

.layer-banner-img {
  background: url("../png/banner-img.png") repeat #00ade4;
  background-position: top center;
  padding: 48px 0px 32px 0px;
  background-size: cover;
}

@media (min-width: 992px) {
  .layer-banner-img {
    padding: 32px 0px 32px 0px;
  }
}

.layer-banner-img *,
.layer-banner-img .ifc__heading_v1 p,
.layer-banner-img a,
.layer-banner-img a:hover {
  color: #fff;
}


.layer-gray-white-gradient {
  padding: 48px 0px 32px 0px;
  background: rgb(242, 242, 242);
  background: linear-gradient(to bottom, rgb(242, 242, 242) 0%, rgb(242, 242, 242) 57%, rgb(242, 242, 242) 57%, rgb(255, 255, 255) 57%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2", endColorstr="#ffffff", GradientType=0);
}

.layer-gray-white-gradient-20 {
  padding: 48px 0px 32px 0px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f2f4+30,ffffff+30,ffffff+30 */
  background: rgb(240, 242, 244);
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(240, 242, 244) 30%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 30%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f2f4", endColorstr="#ffffff", GradientType=0);
  /* IE6-9 */
}

.layer-white-gray-gradient-20 {
  padding: 64px 0px 48px 0px;
  background: rgb(240, 242, 244);
  background: linear-gradient(to bottom, white 15%, rgb(240, 242, 244) 15%);
}

@media (min-width: 768px) {
  .layer-white-gray-gradient-20 {
    background: linear-gradient(to bottom, white 15%, rgb(240, 242, 244) 15%);
  }
}

@media (min-width: 992px) {
  .layer-white-gray-gradient-20 {
    background: linear-gradient(to bottom, white 23%, rgb(240, 242, 244) 23%);
  }
}

@media (min-width: 1400px) {
  .layer-white-gray-gradient-20 {
    background: linear-gradient(to bottom, white 28%, rgb(240, 242, 244) 28%);
  }
}

.ifc_section_overlay {
  margin-top: -10rem;
  background: #fff;
  padding: 64px 32px;
  position: relative;
}

.layer-timeline .aem-Grid {
  flex-direction: column;
}

.layer__event_banner_detail {
  text-align: center;
}

.layer__gray_gradient {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 90px, rgba(242, 242, 242, 1) 90px);
}

.layer__gray_gradient .columncontrol {
  padding: 82px 0px 0px 0px;
}

@media (min-width:768px) {

  .layer__gray_gradient .columncontrol {
    padding: 96px 0px 0px 0px;
  }
}

@media (min-width:992px) {
  .layer__gray_gradient {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 100px, rgba(242, 242, 242, 1) 100px);
  }
}

.layer__gray_gradient .text .cmp-text>div {
  /*display:flex;
justify-content:center;*/
  padding-bottom: 32px;
  text-align: center;
}

.layer__gray_gradient .text .cmp-text div p {
  padding: 0px 16px 16px 16px;
  text-align: center !important;
}

.layer__gray_gradient .text .cmp-text .display,
.layer__gray_gradient .text .cmp-text .lp__email,
.layer__gray_gradient .text .cmp-text .lp__tel {
  font-family: inherit !important;
  background-color: transparent !important;
  font-size: inherit !important;
}

.download-photo-components .image {
  margin-bottom: 16px;
}

.ifcbpexpfragment,
.relateditems {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {

  .ifcbpexpfragment,
  .relateditems {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 992px) {

  .ifcbpexpfragment,
  .relateditems {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 1400px) {

  .ifcbpexpfragment,
  .relateditems {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.layer-lightblue {
  background-color: #00ADE4;
  position: relative;
  z-index: 0;
  padding: 48px 0px;
}

.layer-lightblue *,
.layer-lightblue a,
.layer-lightblue a:hover {
  color: #002345;
}

.layer-darkblue {
  background-color: #011D38;
  position: relative;
  z-index: 0;
  padding: 48px 0px;
}

.layer-darkblue *,
.layer-darkblue a,
.layer-darkblue a:hover {
  color: #fff;
}
.wrap_bg_image .cmp-container{
  background-size: auto!important;
}
@media(min-width:768px) {
  .remove-padding {
    padding: 0px;
    width: calc(100% + 15px) !important;
  }
  .remove-padding .aem-Grid{
  margin-left: -15px;
  margin-right: -15px;
  }
}
.sol-checkbox, .sol-radio {
  top: 8px !important;
}
/* === Begin supergrid CSS===*/
.padd-64 {
    padding:64px!important;
}

.padd-32 {
  padding: 32px;
}
@media (min-width: 767.5px) {
  .padd-32 {
    padding: 32px 64px 32px 32px;
  }
}


.padd-250 {
  padding: 250px 0px 64px 0px;
}

.padd-150 {
  padding: 150px 0px 150px 0px;
}

.padd-b-150 {
  padding: 0px 0px 150px 0px;
}

.padd-b-100 {
  padding: 0px 0px 100px 0px;
}

.padd-b-64 {
  padding-bottom: 64px;
}

.padd-b-250 {
  padding: 0px 0px 250px 0px;
}

.padd-100 {
  padding: 64px 0px 100px 0px;
}
.padd-200 {
  padding: 64px 0px 100px 0px;
}
@media (min-width:768px) {
.padd-200 {
  padding: 64px 0px 150px 0px;
}
}
@media (min-width:992px) {
.padd-200 {
  padding: 64px 0px 200px 0px;
}
}
.padd-y-100 {
  padding: 100px 0px 64px 0px;
}

.padd-y-200 {
  padding: 200px 0px 64px 0px;
}
.mrg-y-64 {
  margin: 64px 0px 64px 0px;
}
.mrg-b-64 {
  margin-bottom: 64px!important;
}
.mrg-b-32 {
  margin-bottom: 32px!important;
}
.mrg-b-16 {
  margin-bottom: 16px!important;
}
.mrg-t-64 {
  margin-top: 64px;
}
.mrg-t-32 {
  margin-top: 32px;
}
.mrg-b-0 {
  margin-bottom: 0px!important;
}
 /* == Begin color SASS == */
.ifc__text_white *,
.ifc__text_white .ifc__input_text {
  color: #ffffff;
}

.ifc__text_gray {
  color: rgba(0, 0, 0, 0.87);
}

.ifc__text_black {
  color: #000000;
}

.ifc__text_blue {
  color: #002345;
}

.ifc__gray {
  background-color: #f2f2f2;
}
.ifc__gray * {
  color: rgba(0, 0, 0, 0.87);
}
.ifc__gray .ifc__btn {
  color: #ffffff;
}

.ifc__darkgray {
  background-color: #262626;
}
.ifc__darkgray * {
  color: #ffffff;
}

.ifc__bg_green {
  background-color: #4CBB88;
}

.ifc__bg_blue {
  background-color: #169AF3;
}

.ifc__bg_orange {
  background-color: #EC553A;
}

.ifc__bg_darkgray {
  background-color: #4D4D4D;
}

.ifc__bg_neutral15 {
  background-color: #262626;
}

.padd-0 .cmp-embed {
    padding:0px!important;
}
.download-photo-components .columncontrol {
        padding: 100px 0px 0px 0px;
        }
/* == End color SASS == */
.ifc__accordion .cmp-accordion__item {
  list-style: decimal;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid #F0F2F4;
}
.ifc__accordion .cmp-accordion__item:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px solid #F0F2F4;
}
.ifc__accordion .cmp-accordion__item:first-child {
  margin-bottom: 16px;
  padding-top: 16px;
  border-top: 2px solid #00ADEA;
}
.ifc__accordion .cmp-accordion__item .cmp-accordion__header {
  margin-bottom: 0px;
}
.ifc__accordion .cmp-accordion__item .cmp-accordion__header button {
  background-color: transparent;
  border: 0px;
  padding: 0px;
}
.ifc__accordion .cmp-accordion__item .cmp-accordion__header button[aria-expanded=false]:before {
  font-family: "loopicon";
  content: "\e128";
  width: 26px;
  font-size: 14px;
  line-height: 26px;
  background: #FFC72C;
  border-radius: 100%;
  float: left;
  margin-right: 16px;
    text-align: center;
}
.ifc__accordion .cmp-accordion__item .cmp-accordion__header button[aria-expanded=true]:before {
  font-family: "loopicon";
  content: "\e129";
  width: 26px;
  font-size: 14px;
  line-height: 26px;
  background: #002345;
  border-radius: 100%;
  float: left;
  margin-right: 16px;
  color: #fff;
    text-align: center;
}
.ifc__accordion .cmp-accordion__item .cmp-accordion__header .cmp-accordion__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #002345;
  float: left;
}
.ifc__accordion .cmp-accordion__item .cmp-accordion__panel {
  padding: 16px 32px;
}
.ifc__accordion .cmp-accordion__item .text .cmp-text ul {
  padding-left: 20px;
  list-style: disc;
}
.ifc__accordion .cmp-accordion__item .text .cmp-text ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
}

.ifc__accordion .cmp-accordion__item .cmp-accordion__header button{
  display: inline-flex;
}

/* === Begin home Banner ===*/
.ifc__banner {
  position: relative;
  z-index: 0;
}
.ifc__banner .cmp-image__image {
  margin-bottom: 0;
  margin-top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  position: relative;
  z-index: -2;
}
@media (max-width:1200px) {
  .ifc__banner .cmp-image__image {
    height: auto;
  }
}
.ifc__banner .cmp-teaser {
  display: flex;
  flex-direction: column;
}
.ifc__banner .cmp-teaser__content {
  flex: 0 0 auto;
  width: 85%;
  margin: -4rem auto 0rem auto;
  position: relative;
  background-color: #ffffff;
  display: block;
  padding: 16px;
  left: 0;
  right: 0;
  bottom: 2%;
  text-align: center;
}
@media (min-width: 768px) {
  .ifc__banner .cmp-teaser__content {
    padding: 32px;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .ifc__banner .cmp-teaser__content {
    padding: 64px;
    width: 66%;
  }
}
.ifc__banner .cmp-teaser__content:before {
  top: 0px;
  content: "";
  display: block;
  height: 10%;
  width: 430px;
  position: absolute;
  -webkit-transform: skewY(4.2deg);
          transform: skewY(4.2deg);
  -webkit-transform-origin: 100%;
          transform-origin: 100%;
  z-index: -1;
  background: #00ade4;
}
@media (max-width: 768px) {
  .ifc__banner .cmp-teaser__content:before {
    max-width: 320px;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .ifc__banner .cmp-teaser__content:before {
    max-width: 245px;
    width: 100%;
  }
}
.ifc__banner .cmp-teaser__pretitle {
  font-size: 14px;
  line-height: 16.09px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 16px;
}
.ifc__banner .cmp-teaser__action-link {
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 700;
  background-color: #FFC72C;
  padding: 20px 32px 22px 32px;
    display: inline-block;
}
.ifc__banner .cmp-teaser__action-container ul li {
    display: inline-block;
    margin: 0px 16px 16px 0px;
}

.ifc__banner .cmp-teaser__action-link:hover, .ifc__banner .cmp-teaser__action-link:focus, .ifc__banner .cmp-teaser__action-link:active {
  border: 0px;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 199, 44, 0) 0%, rgba(255, 199, 44, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffc72c", endColorstr="#ccffc72c", GradientType=1);
  /* IE6-9 */
  color: #002345;
  box-shadow: none;
  text-decoration: none;
}

.ifc__banner_v1 .cmp-teaser__content {
  position: absolute;
  bottom: 5%;
  color: #ffffff;
  margin: auto;
  display: block;
  z-index: 0;
  padding: 16px;
  width: 100%;
  background-color: transparent;
  text-align: left;
}
@media (min-width: 768px) {
  .ifc__banner_v1 .cmp-teaser__content {
    width: 750px;
    padding-right: 3rem;
  }
}
@media (min-width: 992px) {
  .ifc__banner_v1 .cmp-teaser__content {
    width: 950px;
    padding-right: 13rem;
  }
}
@media (min-width: 1400px) {
  .ifc__banner_v1 .cmp-teaser__content {
    width: 1170px;
    padding-right: 23rem;
  }
}
.ifc__banner_v1 .cmp-teaser__content:before {
  display: none;
}
.ifc__banner_v1 .cmp-teaser__content * {
  color: #ffffff;
}
.ifc__banner_v1 .cmp-teaser__content h1 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 57px;
  margin: 0px 0px 16px 0px;
  word-break: break-word;
}
@media (min-width: 991.5px) {
  .ifc__banner_v1 .cmp-teaser__content h1 {
    font-size: 66px;
    line-height: 76px;
  }
}
/* === Begin home Banner ===*/
/* === Begin second level Banner ===*/
 /* === Begin ifc__subbanner === */
.ifc_subpage_banner .ifc-grid-fluid {
  padding: 0px;
}
.ifc_subpage_banner .aem-Grid {
  display: block;
}
.ifc_subpage_banner .ifc__subbanner,
.ifc_subpage_banner .banner_img {
  float: left;
}
@media (min-width: 992px) {
  .ifc_subpage_banner .banner_img img {
    height: 500px;
  }
}

.ifc__subbanner {
  color: #fff;
  align-items: center;
  display: flex!important;
  justify-content: flex-end;
  position: relative;
  padding: 84px 16px;
  background-position: bottom;
  background: url(../circles.html) 78% -96%, radial-gradient(166.79% 180.89% at -11.5% 126.49%, rgba(0, 173, 228, 0.2) 0%, rgba(0, 173, 228, 0) 100%), radial-gradient(109.75% 65.03% at 105.5% -21.5%, rgba(106, 191, 75, 0.3) 0%, rgba(106, 191, 75, 0) 100%), linear-gradient(43.87deg, #002345 24.52%, #011D38 60.92%);
  background-position-x: right;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .ifc__subbanner {
    min-height: 550px;
    padding: 64px;
  }
}
.ifc__subbanner .cmp-teaser {
  /* width: 300px;*/
  width: 100%;
  float: right;
}
@media (min-width: 1400px) {
  .ifc__subbanner .cmp-teaser {
    width: 450px;
    float: right;
  }
}
.ifc__subbanner *,
.ifc__subbanner a {
  color: #fff;
}

/* === End ifc__subbanner === */
.ifc_subpage_banner_v1 .aem-Grid {
  display: block;
}
@media (min-width: 992px) {
  .ifc_subpage_banner_v1 .ifc__subbanner {
    min-height: 700px;
  }
}
.ifc_subpage_banner_v1 .ifc__subbanner,
.ifc_subpage_banner_v1 .banner_img {
  float: left;
}
@media (min-width: 768px) {
  .ifc_subpage_banner_v1 .banner_img img {
    height: 620px;
  }
}
.ifc_subpage_banner_v1 .card_position .cmp-teaser {
  /* width: 300px;*/
  width: 100%;
  float: right;
}
@media (min-width: 1200px) {
  .ifc_subpage_banner_v1 .card_position .cmp-teaser {
    width: 500px;
    float: right;
  }
}
.ifc_subpage_banner .ifc__subbanner_v2 .ifc__subbanner {
min-height: auto;
background:none;
padding: 64px 64px 0px 64px;
}
/* === Begin  second level Banner ===*/
/* === Begin third level Banner ===*/
/*.layer__story_banner .ifc__title {
  margin-bottom: 4rem;
}*/
.layer__story_banner .ifc-grid {
    margin-bottom: 4rem;
        }
.layer__story_banner .layer__story_banner_detail {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
}
.layer__story_banner .layer__story_banner_detail .ifc__author_list {
  margin: 0px 8px 0px 0px;
  padding: 0px 8px 0px 0px;
  border-right: 1px solid #00ade4;
}

.layer__story_banner .layer__story_banner_detail .ifc__author + .ifc__author {
  margin-top: 8px;
}
.layer__story_banner .layer__story_banner_detail .ifc__author span {
  font-weight: 500;
}
.layer__story_banner .layer__story_banner_detail .ifc__author img {
  width: 43px;
  height: 43px;
  border-radius: 100%;
  margin-right: 16px;
}

.layer__event_banner .layer__event_banner_detail {
  margin-bottom: 32px;
}
.layer__event_banner .layer__event_banner_detail span {
  margin: 0px 8px 0px 0px;
  padding: 0px 8px 0px 0px;
  border-right: 1px solid #00ade4;
}
.layer__event_banner .layer__event_banner_detail span:last-child {
  margin: 0px;
  padding: 0px;
  border-right: 0px solid #00ade4;
}
.layer__event_banner .layer__event_banner_detail .ifc__event_date:before {
  font-family: "loopicon";
  content: "\e136";
  vertical-align: middle;
  font-size: 20px;
  margin-right: 8px;
}
.layer__event_banner .layer__event_banner_detail .ifc__event_location:before {
  font-family: "loopicon";
  content: "\e213";
  vertical-align: top;
  font-size: 20px;
  margin-right: 8px;
}

/* === Begin  third level Banner ===*/
.ifc__banner.ifc__body_content_img .cmp-teaser__content:before {
  display: none;
}

.layer__story_banner .layer__story_banner_detail .ifc__author {
  text-align: center;
}

@media (min-width: 768px) {
  .ifc__banner.ifc__body_content_img .cmp-teaser__content {
    padding: 32px 32px 0px 32px;
    width: 75%;
  }

  .layer__story_banner .layer__story_banner_detail .ifc__author {
    display: flex;
    align-items: center;
  }

  
}
.ifc__banner.ifc__body_content_img .cmp-teaser__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #757575;
}
@media (min-width: 1200px) {
  .ifc__banner.ifc__body_content_img .cmp-teaser__description {
    font-size: 18px;
    line-height: 28px;
  }
}

/* === Begin new homepage Banner ===*/
.ifc__home_banner {
  overflow: hidden;
  position: relative;
  z-index: 0;
}


.ifc__home_banner .cmp-teaser__content .cmp-teaser__wrapper {
text-align:center;
  background: #002345;
  padding: 30px 20px;
    position: relative;
}
.ifc__home_banner .cmp-teaser__content .cmp-teaser__action-container ul li {
  display: inline-block;
}
.ifc__home_banner .cmp-teaser__content .cmp-teaser__action-container ul li:last-child {
  margin:0px 0px 16px 0px
}
.ifc__home_banner .cmp-teaser__content h1,
.ifc__home_banner .cmp-teaser__content h1 a,
.ifc__home_banner .cmp-teaser__content h1 a:hover,
.ifc__home_banner .cmp-teaser__content .cmp-teaser__description,
.ifc__home_banner .cmp-teaser__content .cmp-teaser__pretitle {
  color: #fff;
}
.ifc__home_banner .cmp-teaser__action-link {
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 700;
  background-color: #FFC72C;
  padding: 14px 32px 14px 32px;
  display: inline-block;
}
.ifc__home_banner .cmp-teaser__action-link:hover,
.ifc__home_banner .cmp-teaser__action-link:focus,
.ifc__home_banner .cmp-teaser__action-link:active {
  border: 0px;
  background: linear-gradient(to right, rgba(255, 199, 44, 0.7) 0%, rgba(255, 199, 44, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffc72c", endColorstr="#ccffc72c", GradientType=1);
  color: #002345;
  box-shadow: none;
  text-decoration: none;
}

.ifc__home_banner .cmp-teaser__wrapper:before {
  content: "";
  -webkit-clip-path: polygon(0 0, 0 50%, 100% 50%);
          clip-path: polygon(0 0, 0 50%, 100% 50%);
  width: 220px;
  color: #fff;
  height: 80px;
  background: #00ade4;
  position: absolute;
  top: -40px;
  left: 35px;
}
@media(max-width:600px) {
.ifc__home_banner .cmp-teaser__action-link,
.ifc__home_banner .cmp-teaser__content .cmp-teaser__action-container ul li{
    width:100%;
        }
}
@media(max-width:991.98px) {
.ifc__home_banner .cmp-image__image {
height:auto;
}
.ifc__home_banner .cmp-teaser__content {
margin:-37px 16px 0px 16px;
position: relative;
z-index: 105;
}
.ifc__home_banner .cmp-teaser__content .cmp-teaser__wrapper {
    margin: 0 auto 32px auto;
}
}
@media (min-width: 768px) {
.ifc__home_banner .cmp-teaser__content .cmp-teaser__wrapper {
	text-align:left;
  padding: 40px;
}
}
@media (min-width: 992px) {

.ifc__home_banner .cmp-teaser__content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top:0;
width:992px;
margin: 0 auto;
}

.ifc__home_banner .cmp-teaser__content .cmp-teaser__wrapper{
position: relative;
bottom: 0;
left: 0;
right: 0;
top:0;

width: 600px;
background-color: rgba(0, 35, 69, 0.9);
}
.ifc__home_banner .cmp-teaser__wrapper:before {
width: 385px;
left: 30%;
}
.ifc__home_banner.topleft .cmp-teaser__wrapper {
top: 10%;
text-align: left;
float:left;
margin-left: 0;
}

.ifc__home_banner.topcenter .cmp-teaser__wrapper {
top: 10%;
text-align: center;
float:none;
margin: 0 auto;
}

.ifc__home_banner.topright .cmp-teaser__wrapper {
top: 10%;
text-align: right;
float:right;
margin-right: 0;
}
.ifc__home_banner.bottomright .cmp-teaser__action-container ul li,
.ifc__home_banner.centerright .cmp-teaser__action-container ul li,
.ifc__home_banner.topright .cmp-teaser__action-container ul li{
  margin: 0px 0px 16px 16px;
}
.ifc__home_banner.centerleft .cmp-teaser__wrapper {
top: 25%;
text-align: left;
float:left;
margin-left: 0;
}

.ifc__home_banner.center .cmp-teaser__wrapper {
top: 25%;
text-align: center;
float:none;
margin: 0 auto;
}

.ifc__home_banner.centerright .cmp-teaser__wrapper {
top: 25%;
text-align: right;
float:right;
margin-right: 0;
}

.ifc__home_banner.bottomleft .cmp-teaser__wrapper {
top:35%;
float:left;
margin-left: 0;
}

.ifc__home_banner.bottomcenter .cmp-teaser__wrapper {
top:35%;
text-align: center;
float:none;
margin: 0 auto;
}

.ifc__home_banner.bottomright .cmp-teaser__wrapper {
top:35%;
text-align: right;
float:right;
margin-right: 0;
}
}
@media (min-width: 1400px) {
.ifc__home_banner .cmp-teaser__content {
width:1400px;
}
}
/* === End new homepage Banner ===*/
    .padd-subbanner {
padding:80px 32px;
}
    @media (min-width: 600px) {
.padd-subbanner {
padding:80px 64px;
}
    }
@media (min-width: 992px) {
.padd-subbanner {
padding:0px 32px 0px 64px;
}
        .padd-subbanner .ifc__subbanner .cmp-teaser {
width: 440px;
float: none;

}
}
@media (min-width: 1400px) {
.padd-subbanner {
padding:64px 64px 64px 145px;
}
        .padd-subbanner .ifc__subbanner .cmp-teaser {
width: 620px;
float: none;

}
}

.padd-subbanner .ifc__subbanner {
background: none;
padding:0px;
}
@media (min-width: 768px) {
  .padd-subbanner  .cmp-container  {
    width: 100%!important;
  }
}
.impect-section .ifc__text_blue .cmp-teaser__action-container{
justify-content: flex-start;
}
.impect-section .ifc__title{
padding:0px;
}
.impect-section .ifc__primary_card{
margin-bottom:32px;
}
.impect-section .ifc__title .cmp-teaser__action-link {
        padding: 16px 20px 16px 20px;
        }
.impect-section:before {
content: "";
-webkit-clip-path: polygon(0 0, 0 50%, 100% 50%);
clip-path: polygon(0 0, 0 50%, 100% 50%);
width: 280px;
color: #fff;
height: 110px;
background: #00ade4;
position: absolute;
top: -55px;
left: 0;
right:0;
margin:0 auto;
}
            @media (min-width: 768px) {
 .impect-section:before {
    width: 500px;
  }
}
.ifc__body_content{
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  color: #002345;
  word-break: break-word;
}
.ifc__body_content p {
  margin: 0px 0px 16px 0px;
}

/* .ifc__body_content div {
  margin-bottom: 16px;
} */
.ifc__body_content ul {
  list-style: disc;
  padding-left: 40px;
}
.ifc__body_content ul li {
  list-style: disc;
  margin: 0px 0px 16px 0px;
}
.ifc__body_content ol {
  list-style: decimal;
  padding-left: 40px;
}
.ifc__body_content ol li {
  list-style: decimal;
  margin: 0px 0px 16px 0px;
}
.ifc__body_content a {
  color: #002345;
  text-decoration: underline;
  text-decoration-color: #00ade4;
}
.ifc__body_content a:hover {
  color: #00538A;
  text-decoration: underline;
  text-decoration-color: #00538A;
}
.ifc__body_content .text a {
  color: #002345;
  border-bottom: 1px solid #00ade4;
}
.ifc__body_content .text a:hover, .ifc__body_content .text a:focus {
  color: #002345;
  background: linear-gradient(to right, rgba(0, 173, 228, 0.2) 0%, rgba(0, 173, 228, 0.2) 1%, rgba(0, 173, 228, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3300ade4", endColorstr="#0000ade4",GradientType=1 );
  box-shadow: none;
  text-decoration: none;
}
.ifc__body_content .cmp-image .cmp-image__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  font-style: italic;
  float: right;
  padding: 32px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
}

.ifc__body_content_img .cmp-teaser__content:before {
  display: none;
}
@media (min-width: 768px) {
  .ifc__body_content_img .cmp-teaser__content {
    padding: 32px 32px 0px 32px;
    width: 75%;
  }
}
.ifc__body_content p {
margin: 0px 0px 16px 0px; }


/* == Begin Body content Components == */
.lp__body_content p {
margin: 0px 0px 16px 0px; }
.lp__body_content ul {
list-style: disc;
padding-left: 40px; }
.lp__body_content ul li {
list-style: disc;
margin: 0px 0px 16px 0px; }
.lp__body_content ol {
list-style: decimal;
padding-left: 40px; }
.lp__body_content ol li {
list-style: decimal;
margin: 0px 0px 16px 0px; }
.lp__body_content_sm_hor {
float: left;
width: 263px; }
.lp__body_content_sm_hor img {
margin-bottom: 8px; }
.lp__body_content_lg_hor {
float: left;
width: 360px; }
.lp__body_content_lg_hor img {
margin-bottom: 8px; }
.lp__body_content_sm_ver {
float: left;
width: 165px; }
.lp__body_content_sm_ver img {
margin-bottom: 8px; }
.lp__body_content_lg_ver {
float: left;
width: 220px; }
.lp__body_content_lg_ver img {
margin-bottom: 8px; }
.lp__body_content_sm_squ {
float: left;
width: 140px; }
.lp__body_content_sm_squ img {
margin-bottom: 8px; }
.lp__body_content_lg_squ {
float: left;
width: 220px; }
.lp__body_content_lg_squ img {
margin-bottom: 8px; }
.lp__body_content_full_size {
margin-bottom: 8px; }
.lp__body_content_full_size img {
margin-bottom: 8px; }
.lp__body_left_img {
float: left;
margin: 0px 16px 0px 0px; }
.lp__body_right_img {
float: right;
margin: 0px 0px 0px 16px; }
.lp__body_content figcaption {
font-size: 0.75rem;
line-height: 1.5rem;
color: #666666;
/*margin-bottom: 8px;
padding-bottom: 8px;
border-bottom: 1px solid #e5e5e5;*/ }

/*=== begin pressroom ===*/
.ifc__pressroombody_content{
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  color: #002345;
  word-break: break-word;
}
.ifc__pressroombody_content div {
  margin: 0px 0px 16px 0px;
}

/* .ifc__pressroombody_content div {
  margin-bottom: 16px;
} */
.ifc__pressroombody_content ul {
  list-style: disc;
  padding-left: 40px;
}
.ifc__pressroombody_content ul li {
            font-family: 'Ubuntu', sans-serif!important;
     font-size: 20px!important;
  line-height: 33px!important;
  list-style: disc;
  margin: 0px 0px 16px 0px;
}
.ifc__pressroombody_content ol {
  list-style: decimal;
  padding-left: 40px;
}
.ifc__pressroombody_content ol li {
            font-family: 'Ubuntu', sans-serif!important;
     font-size: 20px!important;
  line-height: 33px!important;
  list-style: decimal;
  margin: 0px 0px 16px 0px;
}
.ifc__pressroombody_content a {
  color: #002345;
}
.ifc__pressroombody_content .text a {
  color: #002345;
  border-bottom: 1px solid #00ade4;
}
.ifc__pressroombody_content .text a:hover, .ifc__pressroombody_content .text a:focus {
  color: #002345;
  background: linear-gradient(to right, rgba(0, 173, 228, 0.2) 0%, rgba(0, 173, 228, 0.2) 1%, rgba(0, 173, 228, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3300ade4", endColorstr="#0000ade4",GradientType=1 );
  box-shadow: none;
  text-decoration: none;
}
.ifc__pressroombody_content .cmp-image .cmp-image__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  font-style: italic;
  float: right;
  padding: 32px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
}

.ifc__pressroombody_content_img .cmp-teaser__content:before {
  display: none;
}
@media (min-width: 768px) {
  .ifc__pressroombody_content_img .cmp-teaser__content {
    padding: 32px 32px 0px 32px;
    width: 75%;
  }
}
.ifc__pressroombody_content p {
margin: 0px 0px 16px 0px; }
.ifc__pressroombody_content a {
color: #00ade4;
}
/*=== end pressroom ===*/
/*breadcrumb */
.ifc__breadcrumb_menu {
  width: 100%;
  background-color: #F0F2F4;
  padding: 8px 0px;
  
  }
  @media (max-width: 992px) {
  .ifc__breadcrumb_menu {
  background: linear-gradient(180deg, #F0F2F4 0%, rgba(1, 29, 56, 0) 100%);
  padding: 8px 0px;
  }
  }
  .ifc__breadcrumb_menu.ifc__breadcrumb-translate-bg {
  background: linear-gradient(to bottom, rgba(1, 29, 56, 0.65) 0%, rgba(0, 0, 0, 0) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6011d38", endColorstr="#00000000",GradientType=0 );
  position: absolute;
  z-index: 1;
  }
  .ifc__breadcrumb_menu nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  }
  
  @media (max-width: 992px) {
  .ifc__breadcrumb_menu nav {
  width: 100%;
  display: block;
  }
  }
  .ifc__breadcrumb_menu nav .ifc__printshare-section {
  float: right;
  position: relative;
  }
  .ifc__breadcrumb_menu nav .ifc__printshare-section .cmp-breadcrumb__item-link {
  background-color: transparent;
  border: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 33px;
  vertical-align: middle;
  padding: 0px 0px 0px 10px;
  }
  @media (min-width: 992px) {
  .ifc__breadcrumb_menu nav .ifc__printshare-section .cmp-breadcrumb__item-link {
  color: #333;
  }
  }
  @media (max-width: 992px) {
  .ifc__breadcrumb_menu nav .ifc__printshare-section {
  position: absolute;
  right: 0;
  }
  }
  .ifc__breadcrumb_menu nav .ifc__printshare-section a {
  display: inline-block;
  }
  .ifc__breadcrumb_menu nav .breadcrumb__right {
  display: flex;
  }
  .ifc__breadcrumb_menu nav .breadcrumb__right .dropdown li {
  padding: 0 40px;
  }
  .ifc__breadcrumb_menu nav .breadcrumb__right .dropdown ul {
  width: auto;
  }
  .ifc__breadcrumb_menu nav .breadcrumb__right .breadcrumb-plus {
  padding: 0px 3px 2px 3px;
  }
  .ifc__breadcrumb_menu nav .breadcrumb__right li {
  border-right: 0;
  padding: 0 4px;
  }
  @media (max-width: 992px) {
  .ifc__breadcrumb_menu nav .breadcrumb__right li a {
  color: white;
  }
  }
  
  
  .ifc__breadcrumb_menu nav>ol>li {
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
          white-space: nowrap;
  
  padding: 0 6px;
  border-right: 1px solid #00ade4;
  }
  @media (min-width: 992px) {
  .ifc__breadcrumb_menu nav ol li {
  padding: 0 17px;
  }
  .ifc__breadcrumb_menu nav ol li:first-child {
  padding-left: 0;
  }
  }
  .ifc__breadcrumb_menu nav ol li:last-child {
  border-right: 0;
  /*                    padding-left: 0;*/
  padding-right: 0;
  }
  .ifc__breadcrumb_menu nav ol li ul li {
  clear: both;
  width: 100%;
  line-height: 28px;
  border-top: 1px solid gray;
  text-align: left;
  color: #222632;
  font-weight: 400;
  font-size: 18px;
  padding: 12px 16px;
  border-right: none;
  cursor: pointer;
  }
  .ifc__breadcrumb_menu nav ol li ul li:hover {
  background-color: #F0F2F4;
  }
  .ifc__breadcrumb_menu nav ol li a {
  color: #222632;
  line-height: 22px;
  padding: 4px 7px 5px 6px;
  }
  .ifc__breadcrumb_menu nav ol li ul {
  background: #fff;
  border: 1px solid #DADEE3;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
  }
  @media (max-width: 992px) {
  .ifc__breadcrumb_menu nav ol li ul {
  left: 0;
  width: 100%;
  min-width: 100%;
  box-shadow: none;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  }
  }
  .ifc__breadcrumb_menu nav ol li ul li a {
  font-weight: 400;
  font-size: 16px;
  }
  .ifc__breadcrumb_menu .ifc__lang_label.ifc__breadcrumb-translate,
  .ifc__breadcrumb_menu .ifc__lang_label.ifc__breadcrumb-translate:focus {
  display: inline-block !important;
  color: #222632;
  text-transform: uppercase;
  padding: 0 16px 0px 0px ;
  margin-top: 4px;
  }
  @media (max-width: 992px) {
  .ifc__breadcrumb_menu .ifc__lang_label.ifc__breadcrumb-translate,
  .ifc__breadcrumb_menu .ifc__lang_label.ifc__breadcrumb-translate:focus {
  float: left;
  color: #fff;
  }
  }
  .ifc__breadcrumb_menu .ifc__dropdown_menu.dropdown-menu.ifc__breadcrumb-translate-menu.show {
  display: inline-block !important;
  width: 190px;
  min-width: auto;
  }
  @media (max-width: 992px) {
  .ifc__breadcrumb_menu .ifc__dropdown_menu.dropdown-menu.ifc__breadcrumb-translate-menu.show {
  width: max-content;
  position: relative !important;
  box-shadow: none;
  }
  }
  .ifc__breadcrumb_menu .ifc__lang_label.ifc__breadcrumb-translate[aria-expanded=false]:after {
  content: "+";
  border-radius: 100px;
  width: 17px;
  height: 17px;
  margin-left: 17px;
  background-color: #FFC72C;
  border: 0;
  color: black;
  line-height: 0px;
  font-weight: 700;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
  padding: 6px 6px 6px 4px;
  margin-top: 3px;
  }
  .ifc__breadcrumb_menu .ifc__lang_label.ifc__breadcrumb-translate[aria-expanded=true]:after {
  content: "-";
  border-radius: 100px;
  width: 17px;
  height: 17px;
  margin-left: 17px;
  background-color: #FFC72C;
  border: 0;
  color: black;
  line-height: 0px;
  font-weight: 600;
  vertical-align: middle;
  font-size: 20px;
  text-align: center;
  padding: 6px 5px 6px 5px;
  margin-top: 3px;
  }
  .ifc__breadcrumb_menu .ifc__lang_label.ifc__breadcrumb-subpage,
  .ifc__breadcrumb_menu .ifc__lang_label.ifc__breadcrumb-subpage:focus {
  color: #222632;
  font-size: 12px;
  text-transform: uppercase;
  }
  /* @media (max-width: 992px) {
 .ifc__breadcrumb_desktop.ifc__breadcrumb_menu .ifc__lang_label.ifc__breadcrumb-subpage[aria-expanded=true],
  .ifc__breadcrumb_desktop.ifc__breadcrumb_menu .ifc__lang_label.ifc__breadcrumb-subpage:focus[aria-expanded=true] {
  position: relative;
  top: -1.2rem;
  left: auto;
  }

  .ifc__breadcrumb_menu .ifc__lang_label.ifc__breadcrumb-subpage[aria-expanded=true],
  .ifc__breadcrumb_menu .ifc__lang_label.ifc__breadcrumb-subpage:focus[aria-expanded=true] {
  position: relative;
  top: -1.55rem;
  left: 11.7rem;
  }
  } */
  .ifc__breadcrumb_menu .ifc__dropdown_menu.dropdown-menu.ifc__breadcrumb-submenu.show {
  display:block !important;
  width: 400px;
  min-width: auto;
  }
  @media (max-width: 992px) {
  .ifc__breadcrumb_menu .ifc__dropdown_menu.dropdown-menu.ifc__breadcrumb-submenu.show {
  width: 100%;
  position: relative !important;
  box-shadow: none;
  -webkit-transform: unset !important;
  transform: unset !important;
  }
  }
  .ifc__breadcrumb_menu .ifc__lang_label.ifc__breadcrumb-subpage[aria-expanded=false]:after {
  content: "+";
  border-radius: 100px;
  width: 17px;
  height: 17px;
  margin-left: 17px;
  background-color: #FFC72C;
  border: 0;
  color: black;
  line-height: 2px;
  font-weight: 700;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
  padding: 6px 3px 6px 4px;
  margin-top: 3px;
  }
  .ifc__breadcrumb_menu .ifc__lang_label.ifc__breadcrumb-subpage[aria-expanded=true]:after {
  content: "-";
  border-radius: 100px;
  width: 17px;
  height: 17px;
  margin-left: 17px;
  background-color: #FFC72C;
  border: 0;
  color: black;
  line-height: 0px;
  font-weight: 700;
  vertical-align: middle;
  font-size: 20px; 
  text-align: center;
  padding: 4px 5px 4px 5px;
  }
  .ifc__breadcrumb_menu .cmp-breadcrumb__item .ifc__lang_dropdown .ifc__dropdown_menu ul li {
  display: block;
  font-size: 12px;
  line-height: 16px;
  white-space: normal;
  text-transform: none;
  }
  .ifc__breadcrumb_menu .cmp-breadcrumb__item .ifc__lang_dropdown {
  margin: 0;
  /*padding: 8px;*/
  text-align: right;
  /*display: flex;
  align-items: center;
  justify-content: space-between;*/
  }
  @media (max-width: 992px) {
  .ifc__breadcrumb_menu .cmp-breadcrumb__item .ifc__lang_dropdown {
  width: 100%;
  margin: 5px 0px 5px 0;
  padding: 0;
  min-height: 26px;
  }
  .ifc__breadcrumb_desktop .cmp-breadcrumb__item .ifc__lang_dropdown  {
    width: auto;
    margin: 0px 0px 5px 0px;
  }
  }
  
  .ifc__breadcrumb_menu .breadcrumb__icon-home {
  background: url(../svg/home.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: 5px;
  }
  .ifc__breadcrumb_menu .breadcrumb-chevron {
  border: none;
  background-color: transparent;
  background-image: url(../white-chevron-down.html);
  background-repeat: no-repeat;
  width: 13px;
  height: 14px;
  display: block;
  top: 5px;
  position: relative;
  padding: 0 14px;
  left: 10px;
  }
  @media (min-width: 992px) {
  .ifc__breadcrumb_menu .breadcrumb-chevron {
  display: none;
  }
  }
  .ifc__breadcrumb_menu .breadcrumb-plus {
  border-radius: 100px;
  width: 16px;
  height: 16px;
  margin-left: 17px;
  background-color: #FFC72C;
  border: 0;
  color: black;
  line-height: 0px;
  font-weight: 700;
  vertical-align: middle;
  font-size: 16px;
  text-align: center;
  padding: 0px 3px 2px 4px;
  }
  
  .ifc__share_section {
  display: inline-block;
  }
  .ifc__share_section .cmp-breadcrumb__item-link.show {
  display: inline-block !important;
  }
  .ifc__share_section .ifc__dropdown_menu {
  float: right;
  width: 65px !important;
  min-width: auto !important;
  }
  .ifc__share_section .ifc__dropdown_menu [class*=lp-]:before {
  color: #757575;
  font-size: 30px;
  }
  .ifc__share_section .ifc__dropdown_menu ul li {
  border-bottom: 0px !important;
  }
  .ifc__share_section .ifc__dropdown_menu ul li a:hover {
  text-decoration: none;
  }
  
  .ifc__breadcrumb_desktop nav ol:first-child {
  flex-grow: 1;
  width: 50%;
  }
  .ifc__breadcrumb_desktop nav>ol:first-child>li.cmp-breadcrumb__item:last-child{
  align-items: center;
  display: inline-flex;
  flex-wrap: nowrap;
  width: 65%;
  /*overflow: hidden;*/
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  }
  .ifc__breadcrumb_desktop nav ol:first-child li:last-child span {
  display: block;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  }
  
  @media (max-width: 992px) {
  .ifc__breadcrumb_menu nav .breadcrumb__right li:first-child {
  width: 100%!important;
  padding: 0;
  }
  .ifc__breadcrumb_desktop nav ol:first-child {
  width: 100%;
  display: block;
  }
  .ifc__breadcrumb_desktop nav>ol:first-child>li.cmp-breadcrumb__item:last-child {
    position: absolute;
    width: 50%;
    align-items: flex-start;
  }
  }
  /* @media (max-width: 767px) {
  .ifc__breadcrumb_desktop nav ol:first-child li:last-child span{
  overflow: hidden;
  text-overflow: ellipsis;
              width: 50%;
  display: inline-block;
  }
  
  } */
  @media (max-width: 600.9px) {
  .ifc__breadcrumb_menu nav ol li:first-child {
  display:block;
  border:0px;
  }
  .ifc__breadcrumb_menu nav ol li,
  .ifc__breadcrumb_menu nav ol:first-child li:last-child{
  display:none;
  }
  .pressroom-breadcrumb nav ol:first-child li:last-child{
  display: none !important;
  }
  .ifc__breadcrumb_menu nav .breadcrumb__right li{
  display:block!important;
  }
  .ifc__breadcrumb_menu nav .breadcrumb__right,
  .ifc__breadcrumb_menu nav .breadcrumb__right:last-child{
  display:block;
  }
  }
  .ifc__breadcrumb_menu.ifc__breadcrumb_v1 {
  background: linear-gradient(to bottom, rgba(1, 29, 56, 0.7) 100%, rgba(0, 0, 0, 0.7) 100%);
  position: relative;
  }
  .pressroom-breadcrumb nav ol:first-child {
  width: 80%;
  }
  
  /* .pressroom-breadcrumb nav ol:first-child li:last-child span{
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  } */
  
  @media (max-width: 1400px) {
  .pressroom-breadcrumb nav ol:first-child {
  width: 70%;
  }
  }
  
  ol.cmp-breadcrumb__list{
  display:flex;
  align-items: center;
  }
  
/* === Begin dropdown ===*/
.ifc__dropup,
.ifc__dropdown {
  position: relative;
  display: inline-block;
   margin-bottom:16px;
}

.ifc__dropdown_label {
  font-size: 0.875rem;
  line-height: 44px;
  font-weight: bold;
  padding-right: 16px;
}

.ifc__dropdown_group {
  position: relative;
  display: block;
  float: none;
}

.ifc__dropdown_title {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: bold;
}

.ifc__dropdown_menu {
  font-size: 0.875rem;
  line-height: 1.375rem;
  /*padding: $space-xs $space-xxs;*/
  margin: 0px;
  display: none;
  float: left;
  z-index: 105;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  background-color: #002345;
  color: #fff;
  width: 100%;
  /*border: $loop-dropdown-border;
  border-radius: 3px;*/
  background-clip: padding-box;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.ifc__dropdown_menu li {
  display: block;
  padding: 8px 16px 8px 16px;
  clear: both;
  color: rgba(0, 0, 0, 0.87);
}

.ifc__dropdown_toggle {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  padding: 8px 16px 8px 16px;
  height: 40px;
  border: 0;
  border-radius: 3px;
  vertical-align: middle;
  outline: 0px;
  background-color: #002345;
  color: #fff;
}
.ifc__dropdown_toggle .filter-option {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 75%;
  display: inline-block;
}
.ifc__dropdown_toggle[aria-expanded=false]:after {
  font-family: "loopicon";
  content: "\e116";
  font-size: 0.75rem;
  margin-left: 4px;
  float: right;
}
.ifc__dropdown_toggle[aria-expanded=true]:after {
  font-family: "loopicon";
  content: "\e119";
  font-size: 0.75rem;
  margin-left: 4px;
  float: right;
}

.ifc__dropdown_menu li {
  color: rgba(0, 0, 0, 0.6);
  padding: 8px 16px 8px 16px;
  display: block;
  cursor: pointer;
}
.ifc__dropdown_menu li:hover {
  color: #002345;
  background-color: rgba(0, 0, 0, 0.87);
}
.ifc__dropdown_menu li:focus, .ifc__dropdown_menu li.focused {
  outline: #996300 solid 2px;
  color: #002244;
}
.ifc__dropdown_menu li a {
  display: block;
  color: #fff;
}

/* === end dropdown ===*/
/* ==  Begin ifc card ===*/
.ifc__primary_card_inline_btn .cmp-teaser__action-container ul li {
  display: inline-block;
  margin-right: 16px;
}

.ifc__card {
  position: relative;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .ifc__card {
    margin-bottom: 0rem;
  }
}

.ifc__card .cmp-image__image {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
}

.ifc__card .cmp-image {
  position: relative;
}

.ifc__card .cmp-teaser__title {
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  z-index: 2;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
  left: 0;
  right: 0;
  z-index: 2;
}

@media (min-width: 1400px) {
  .ifc__card .cmp-teaser__title {
    font-size: 22px;
    line-height: 32px;
  }
}
.ifc__card .cmp-teaser__title a {
  display: block;
}

.ifc__card .cmp-teaser__title span {
  color: #00ade4;
}

.ifc__card .cmp-teaser__pretitle {
  font-family: "Ubuntu", sans-serif;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
  margin: 0px 0px 8px 0px;
}

.ifc__card .cmp-teaser__description {
  font-size: 16px;
  line-height: 26px;
  color: #002345;
  font-weight: 400;
  margin-bottom: 20px;
  cursor: default;
  position: relative;
  z-index: 10;
}

@media (min-width: 991px) {
  .ifc__card .cmp-teaser__description {
    font-size: 18px;
    line-height: 28px;
  }
}

.ifc__card .cmp-teaser__description p {
  margin-bottom: 16px;
}

.ifc__card .cmp-teaser__content {
  position: relative;
  z-index: 2;
  left: 0;
  right: 0;
  padding: 30px;
  min-height: 6rem;
}

.teaser.primary_card_v1_components.ifc__card .cmp-teaser__content {
  margin-top: -2rem;
  margin-right: 18px;
  padding: 30px;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .ifc__card .cmp-teaser__content {
    padding: 30px 0px 30px 30px;
    background: #fff;
    margin-top: -2rem;
    margin-right: 26px;
  }

  .teaser.primary_card_v1_components.ifc__card .cmp-teaser__content {
    margin-right: 26px;
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .ifc__card .cmp-teaser__content {
    min-height: 9rem;
  }
}

@media (min-width: 992px) {
  .ifc__card.bg_gray .cmp-teaser__content {
    min-height: 14rem;
  }
}

.ifc__card.bg_gray .cmp-teaser {
  height: 100%;
  background-color: #F0F2F4;
}

.ifc__card.bg_gray .cmp-teaser__content,
.ifc__card.bg_gray .cmp-teaser__title {
  background-color: #F0F2F4;
}

@media (min-width: 768px) {
  .ifc__card.bg_gray .cmp-teaser__title {
    padding: 0px;
    /* margin-top: -4rem;*/
  }
}

.ifc__card.bg_gray .cmp-teaser__pretitle {
  position: absolute;
  bottom: 16px;
  left: 32px;
  right: 0;
}

.ifc__card.bg_white .cmp-teaser {
  background-color: #fff;
  height: 100%;
}

.ifc__card.bg_white .cmp-teaser__content,
.ifc__card.bg_white .cmp-teaser__title {
  background-color: #fff;
}

@media (max-width: 768px) {
  .ifc__card.bg_white .cmp-teaser__content {
    padding: 32px;
  }
}

.ifc__card.no_overlay_img .cmp-teaser__pretitle {
  position: absolute;
  bottom: 16px;
  left: 32px;
  right: 0;
}

.ifc__card.no_overlay_img .cmp-teaser__title {
  background-color: transparent;
  margin-top: 0rem;
  color: #fff;
}

.ifc__card.no_overlay_img .cmp-teaser__content {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 12px;
  right: 12px;
  margin-top: 0px;
  background-color: transparent;
}

.ifc__card.no_overlay_img .cmp-image__image {
  min-height: 24rem;
  height: 24rem;
}

.ifc__card.no_overlay_img .cmp-teaser__pretitle {
  color: #fff;
}

.ifc__card.no_overlay_img .cmp-teaser__title,
.ifc__card.no_overlay_img .cmp-teaser__description {
  color: #fff;
}

.ifc__card.no_overlay_img .cmp-teaser__title a,
.ifc__card.no_overlay_img .cmp-teaser__description a {
  color: #fff;
}

.ifc__card.no-space .cmp-teaser__pretitle {
  position: relative;
  left: 0;
  bottom: 0;
}

.ifc__card.no-space .cmp-teaser__title,
.ifc__card.no-space .ifc__card_overlay_content {
  padding: 32px 0px 0px 0px;
}

.ifc__card.no-space .cmp-teaser__title {
  padding: 0px;
}

@media (min-width: 768px) {
  .ifc__card.no-space .cmp-teaser__title {
    padding: 0px 0px 0px 0px;
  }
}

.ifc__card.no__image .cmp-teaser__content {
  margin-top: 0rem;
}

.ifc__card .cmp-teaser__action-container {
  margin-bottom: 16px;
}

.ifc__card .cmp-teaser__action-link {
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  line-height: 33.28px;
  font-weight: 400;
  color: #002345;
  border-bottom: 1px solid #00ade4;
  padding-bottom: 6px;
  text-decoration: none;
  display: inline-block;
}

.ifc__card .cmp-teaser__action-link:hover {
  color: #002345;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 173, 228, 0.2) 0%, rgba(0, 173, 228, 0.2) 1%, rgba(0, 173, 228, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3300ade4", endColorstr="#0000ade4", GradientType=1);
  /* IE6-9 */
  box-shadow: none;
  text-decoration: none;
}

.ifc__card .cmp-teaser__action-link:focus {
  display: block;
  border: 1px dotted #00ade4;
}

.ifc__primary_card_v1.ifc__card .cmp-teaser__content {
  margin-top: -6rem;
  background: #fff;
  margin-right: 32px;
  padding: 32px 8px 0px 32px;
  margin-top: -2rem;
}

.ifc__card.ifc__md_title .cmp-teaser__title {
  font-size: 34px;
  line-height: 39px;
  line-height: 100%;
  font-weight: 300;
  letter-spacing: -1.5px;
}

/* ==  end ifc card ===*/
/* === Begin Primary card === */
.ifc__primary_card {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 64px;
}

@media (min-width: 992px) {
  .ifc__primary_card {
    margin-bottom: 0px;
  }
}

.ifc__primary_card .cmp-teaser__pretitle {
  font-size: 14px;
  line-height: 16.09px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 16px;
}

.ifc__primary_card .cmp-teaser__action-link {
  margin: 0px 16px 16px 0px;
}

.ifc__primary_card.bg_card_blue {
  background-color: #263e58;
}

.ifc__primary_card.bg_card_blue * {
  color: #fff;
}

.ifc__primary_card.bg_card_blue:before {
  top: 0px;
  content: "";
  display: block;
  height: 20%;
  left: 5%;
  width: 280px;
  position: absolute;
  -webkit-transform: skewY(8.2deg);
  transform: skewY(8.2deg);
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
  z-index: -1;
  background: #00ade4;
}

@media (min-width: 768px) {
  .ifc__primary_card.bg_card_blue:before {
    left: 25%;
  }
}

@media (min-width: 1200px) {
  .ifc__primary_card.bg_card_blue:before {
    left: 35%;
  }
}

.ifc__primary_card.bg_card_blue .cmp-teaser__title,
.ifc__primary_card.bg_card_blue .cmp-teaser__pretitle {
  color: #fff;
}

.ifc__primary_card.bg_card_blue .cmp-teaser__description {
  color: #fff;
}

.ifc__primary_card.bg_card_blue.ifc__underline_btn .cmp-teaser__action-link:hover {
  color: #fff;
}

.ifc__primary_card.ifc__bg_gray {
  background-color: #F0F2F4;
  padding: 32px;
}

@media (min-width: 992px) {
  .ifc__primary_card.ifc__bg_gray {
    padding: 64px;
  }
}

.ifc__primary_card.bg_card_gray {
  background-color: #F0F2F4;
}

.ifc__primary_card.bg_card_gray *,
.ifc__primary_card.bg_card_gray .cmp-teaser__description {
  color: #002345;
}

.ifc__primary_card.bg_card_gray:before {
  content: "";
  -webkit-clip-path: polygon(0 0, 0 50%, 100% 50%);
  clip-path: polygon(0 0, 0 50%, 100% 50%);
  width: 280px;
  color: #fff;
  height: 136px;
  background: #00ade4;
  position: absolute;
  top: -68px;
  left: 80px;
}

@media (min-width: 1200px) {
  .ifc__primary_card.bg_card_gray:before {
    width: 400px;
  }
}

@media (max-width: 600px) {
  .ifc__primary_card.bg_card_gray:before {
    display: none;
  }
}

/*.ifc__primary_card.bg_card_gray:before {
  top: 0px;
  content: "";
  display: block;
  height: 50%;
  left: 25%;
  width: 300px;
  position: absolute;
  -webkit-transform: skewY(4.2deg);
          transform: skewY(4.2deg);
  -webkit-transform-origin: 100%;
          transform-origin: 100%;
  z-index: -1;
  background: #00ade4;
}
@media (min-width: 1200px) {
  .ifc__primary_card.bg_card_gray:before {
    left: 35%;
  }
}
@media (max-width: 600px) {
  .ifc__primary_card.bg_card_gray:before {
    display: none;
  }
}*/
.ifc__primary_card.bg_card_gray .cmp-teaser__title,
.ifc__primary_card.bg_card_gray .cmp-teaser__pretitle {
  color: #002345;
}

.ifc__primary_card.bg_card_gray .cmp-teaser__description {
  color: #002345;
}

.ifc__primary_card.ifc__blueoutline_btn .cmp-teaser__action-link {
  font-size: 1rem;
  line-height: 1.149rem;
  font-weight: 700;
  background-color: #ffffff;
  margin-right: 16px;
  color: #002345;
  border: 1px solid #00ade4;
  padding: 18px 20px 18px 20px;
  text-align: center;
  display: inline-block;
}

.ifc__primary_card.ifc__blueoutline_btn .cmp-teaser__action-link:last-child {
  margin-right: 0px;
}

.ifc__primary_card.ifc__blueoutline_btn .cmp-teaser__action-link:hover {
  border: 1px solid #00ade4;
  color: #002345;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 173, 228, 0.2) 0%, rgba(0, 173, 228, 0.2) 1%, rgba(0, 173, 228, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3300ade4", endColorstr="#0000ade4", GradientType=1);
  /* IE6-9 */
  box-shadow: none;
  text-decoration: none;
}

.ifc__primary_card.ifc__blueoutline_btn .cmp-teaser__action-link:focus,
.ifc__primary_card.ifc__blueoutline_btn .cmp-teaser__action-link:active {
  background-color: #ffffff;
  border: 1px solid #00ade4;
}

.ifc__primary_card.ifc__solid_yellow_btn .cmp-teaser__action-link {
  font-size: 1rem;
  line-height: 1.149rem;
  font-weight: 700;
  padding: 18px 30px 18px 30px;
  text-align: center;
  background-color: #FFC72C;
  margin-right: 16px;
  color: #002345;
  display: inline-block;
}

.ifc__primary_card.ifc__solid_yellow_btn .cmp-teaser__action-link:last-child {
  margin-right: 0px;
}

.ifc__primary_card.ifc__solid_yellow_btn .cmp-teaser__action-link:hover,
.ifc__primary_card.ifc__solid_yellow_btn .cmp-teaser__action-link:focus,
.ifc__primary_card.ifc__solid_yellow_btn .cmp-teaser__action-link:active {
  border: 0px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgb(255, 199, 44) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ccffffff", endColorstr="#ffc72c", GradientType=1);
  /* IE6-9 */
  color: #002345;
  box-shadow: none;
  text-decoration: none;
}

.ifc__primary_card.card_position {
  position: relative;
  float: left;
  align-items: flex-end;
  display: flex;
  justify-content: center;
}

.ifc__primary_card.card_position .cmp-teaser {
  /* width: 300px;*/
  width: 100%;
  float: right;
}

@media (min-width: 1400px) {
  .ifc__primary_card.card_position .cmp-teaser {
    width: 450px;
    float: right;
  }
}

.ifc__primary_card.ifc__solid_blue_btn .cmp-teaser__action-link {
  font-size: 1rem;
  line-height: 1.149rem;
  font-weight: 700;
  padding: 18px 30px 18px 30px;
  text-align: center;
  background-color: #002345;
  margin-right: 16px;
  color: #fff;
  display: inline-block;
}

.ifc__primary_card.ifc__solid_blue_btn .cmp-teaser__action-link:last-child {
  margin-right: 0px;
}

.ifc__primary_card.ifc__solid_blue_btn .cmp-teaser__action-link:hover,
.ifc__primary_card.ifc__solid_blue_btn .cmp-teaser__action-link:focus,
.ifc__primary_card.ifc__solid_blue_btn .cmp-teaser__action-link:active {
  background: linear-gradient(90deg, rgba(0, 173, 228, 0.8) 0%, rgba(0, 173, 228, 0) 100%), #002345;
  color: #fff;
  box-shadow: none;
  text-decoration: none;
}

/* === end Primary card === */

/* == Background color ==*/
.ifc__primary_background-color {
  background-position: bottom;
  background: url(../circles.html) 78% -96%, radial-gradient(166.79% 180.89% at -11.5% 126.49%, rgba(0, 173, 228, 0.2) 0%, rgba(0, 173, 228, 0) 100%), radial-gradient(109.75% 65.03% at 105.5% -21.5%, rgba(106, 191, 75, 0.3) 0%, rgba(106, 191, 75, 0) 100%), linear-gradient(43.87deg, #002345 24.52%, #011D38 60.92%);
  background-position-x: right;
  background-repeat: no-repeat;
}

.ifc__primary_background-color *,
.ifc__primary_background-color a,
.ifc__primary_background-color .cmp-teaser__title,
.ifc__primary_background-color .cmp-teaser__pretitle {
  color: #fff;
}

.ifc__primary_background-color *:hover,
.ifc__primary_background-color a:hover,
.ifc__primary_background-color .cmp-teaser__title:hover,
.ifc__primary_background-color .cmp-teaser__pretitle:hover {
  color: #fff;
}

/* == Background color ==*/
/* === Begin text card ===*/
.ifc__bg_gray {
  background-color: #F0F2F4;
  position: relative;
  z-index: 0;
}

.ifc__bg_gray .cmp-teaser__description {
  color: #002345;
}

.ifc__text_card {
  padding: 64px 15px 32px 15px;
  text-align: center;
  position: relative;
  background-color: #F0F2F4;
}

.ifc__text_card:before {
  content: "";
  -webkit-clip-path: polygon(0 0, 0 50%, 100% 50%);
  clip-path: polygon(0 0, 0 50%, 100% 50%);
  width: 280px;
  color: #fff;
  height: 110px;
  background: #00ade4;
  position: absolute;
  top: -55px;
  left: 35px;
}

@media (min-width: 768px) {
  .ifc__text_card:before {
    width: 400px;
    height: 136px;
    top: -68px;
    left: 50px;
  }
}

@media (min-width: 1200px) {
  .ifc__text_card:before {
    left: 35%;
  }
}

.ifc__text_card .cmp-teaser__description {
  font-weight: 300;
  font-size: 22px;
  line-height: 160%;
  color: #002345;
  margin-bottom: 16px;
}

@media (min-width: 1400px) {
  .ifc__text_card .cmp-teaser__description {
    font-size: 24px;
    line-height: 165.4%;
  }
}

.ifc__text_card .cmp-teaser__description p {
  margin-bottom: 32px;
}

.ifc__text_card.ifc__solid_blue_btn .cmp-teaser__action-link {
  font-size: 1rem;
  line-height: 1.149rem;
  font-weight: 700;
  padding: 18px 30px 18px 30px;
  text-align: center;
  background-color: #002345;
  margin-right: 16px;
  color: #fff;
  display: inline-block;
  margin-bottom: 16px;
}

.ifc__text_card.ifc__solid_blue_btn .cmp-teaser__action-link:last-child {
  margin-right: 0px;
}

.ifc__text_card.ifc__solid_blue_btn .cmp-teaser__action-link:hover,
.ifc__text_card.ifc__solid_blue_btn .cmp-teaser__action-link:focus,
.ifc__text_card.ifc__solid_blue_btn .cmp-teaser__action-link:active {
  background: linear-gradient(90deg, rgba(0, 173, 228, 0.8) 0%, rgba(0, 173, 228, 0) 100%), #002345;
  color: #fff;
  box-shadow: none;
  text-decoration: none;
}


.ifc__primary_card_title_text_link .cmp-teaser {
  margin-bottom: 2rem;
}

.ifc__primary_card_title_text_link .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  color: #757575;
}

.ifc__primary_card_title_text_link .text p {
  margin-bottom: 16px;
}

.ifc__primary_card_title_text_link .text ul {
  list-style: disc;
  padding-left: 40px;
}

.ifc__primary_card_title_text_link .text ul li {
  margin-bottom: 16px;
}

.ifc__primary_card_title_text_link .list {
  font-size: 20px;
  line-height: 33px;
}

.ifc__primary_card_title_text_link .list .cmp-list__item {
  margin-bottom: 16px;
}

.ifc__primary_card_title_text_link .list .cmp-list__item-link {
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  line-height: 33.28px;
  font-weight: 400;
  color: #002345;
  border-bottom: 1px solid #00ade4;
  padding-bottom: 6px;
  text-decoration: none;
}

.ifc__primary_card_title_text_link .list .cmp-list__item-link:hover {
  color: #002345;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 173, 228, 0.2) 0%, rgba(0, 173, 228, 0.2) 1%, rgba(0, 173, 228, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3300ade4", endColorstr="#0000ade4", GradientType=1);
  /* IE6-9 */
  box-shadow: none;
  text-decoration: none;
}

.ifc__primary_card_title_text_link .list .cmp-list__item-link:focus {
  display: block;
  border: 1px dotted #00ade4;
}

.ifc__primary_card_title_text_link .cmp-teaser__action-container ul li {
  margin-bottom: 16px;
}

.ifc__primary_card_title_text_link .cmp-teaser__action-link {
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  line-height: 33.28px;
  font-weight: 400;
  color: #002345;
  border-bottom: 1px solid #00ade4;
  padding-bottom: 6px;
  text-decoration: none;
  display: inline-block;
}

.ifc__primary_card_title_text_link .cmp-teaser__action-link:hover,
.ifc__primary_card_title_text_link .cmp-teaser__action-link:active,
.ifc__primary_card_title_text_link .cmp-teaser__action-link.active {
  color: #002345;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 173, 228, 0.2) 0%, rgba(0, 173, 228, 0.2) 1%, rgba(0, 173, 228, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3300ade4", endColorstr="#0000ade4", GradientType=1);
  /* IE6-9 */
  box-shadow: none;
  text-decoration: none;
}

.ifc__primary_card_title_text_link .cmp-teaser__action-link:focus {
  border: 1px dotted #00ade4;
}

/* === End text card ===*/
.ifc__flex_card .ifc__card .cmp-teaser {
  height: 100%;
}

.ifc__flex_card .ifc__card .cmp-teaser .cmp-image__image {
  height: 100%;
}

.ifc__flex_card .ifc__card.no_overlay_img .cmp-teaser__image,
.ifc__flex_card .ifc__card.no_overlay_img .cmp-image {
  height: 100%;
}

.what-we-do-tab #industrygroups>.aem-Grid {
  display: flex;
  flex-wrap: wrap;
}

.what-we-do-tab .teaser {
  position: relative;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .what-we-do-tab .teaser {
    margin-bottom: 0rem;
  }
}

.what-we-do-tab .teaser .cmp-teaser__title {
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  z-index: 2;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
  left: 0;
  right: 0;
  z-index: 2;
}

@media (min-width: 991px) {
  .what-we-do-tab .teaser .cmp-teaser__title {
    font-size: 22px;
    line-height: 32px;
  }
}

.what-we-do-tab .teaser .cmp-teaser__title a {
  display: block;
}

.what-we-do-tab .teaser .cmp-teaser__title span {
  color: #00ade4;
}

.what-we-do-tab .teaser .cmp-teaser__pretitle {
  font-family: "Ubuntu", sans-serif;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  margin: 0px 0px 8px 0px;
}

.what-we-do-tab .teaser .cmp-teaser__description {
  font-size: 16px;
  line-height: 26px;
  color: #757575;
  font-weight: 400;
  margin-bottom: 20px;
  cursor: default;
  position: relative;
  z-index: 10;
}

@media (min-width: 991px) {
  .what-we-do-tab .teaser .cmp-teaser__description {
    font-size: 18px;
    line-height: 28px;
  }
}

.what-we-do-tab .teaser .cmp-teaser__description p {
  margin-bottom: 16px;
}

.what-we-do-tab .teaser .cmp-teaser__content {
  position: relative;
  z-index: 2;
  left: 0;
  right: 0;
  padding: 32px;
  min-height: 6rem;
}

@media (min-width: 768px) {
  .what-we-do-tab .teaser .cmp-teaser__content {
    padding: 32px 0px 32px 0px;
    background: #fff;
    margin-top: -2rem;
    margin-right: 32px;
  }
}

@media (min-width: 992px) {
  .what-we-do-tab .teaser .cmp-teaser__content {
    min-height: 9rem;
  }
}

.what-we-do-tab .teaser .cmp-teaser__action-link {
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  line-height: 33.28px;
  font-weight: 400;
  color: #002345;
  border-bottom: 1px solid #00ade4;
  padding-bottom: 6px;
  text-decoration: none;
}

.what-we-do-tab .teaser .cmp-teaser__action-link:hover {
  color: #002345;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 173, 228, 0.2) 0%, rgba(0, 173, 228, 0.2) 1%, rgba(0, 173, 228, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3300ade4", endColorstr="#0000ade4", GradientType=1);
  /* IE6-9 */
  box-shadow: none;
  text-decoration: none;
}

.what-we-do-tab .teaser .cmp-teaser__action-link:focus {
  display: block;
  border: 1px dotted #00ade4;
}

.cmp-tabs__tabpanel--active {

  margin-left: -15px;
  margin-right: -15px;
}

.ifc__card.fixed_img .cmp-image__image {
  height: 320px;
  object-position: top center;
}

@media (min-width:992px) {
  .ifc__card.fixed_img .cmp-image__image {
    height: 220px;
  }
}

.layer-card-title {
  margin-bottom: 10px;
}

.layer__equal_card {
  margin-left: -15px;
  margin-right: -15px;
}

/* ==  Begin ifc_card_secondary ===*/
.ifc_card_secondary {
  position: relative;
  margin-bottom: 2rem;
}

.ifc_card_secondary .cmp-teaser__image {
  position: relative;
}

@media (min-width: 768px) {
  .ifc_card_secondary {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .ifc_card_secondary {
    margin-bottom: 0rem;
  }

  .ifc_card_secondary:nth-of-type(even) {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .ifc_card_secondary:nth-of-type(even) {
    margin-top: 60px;
  }
}

.ifc_card_secondary .cmp-image__image {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
}

.ifc_card_secondary .cmp-image {
  position: relative;
}

.ifc_card_secondary .cmp-image::before {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgb(0, 35, 69) 75%);
  content: " ";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.ifc_card_secondary .cmp-image::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 32px;
  background: transparent;
  display: inline-block;
  width: 0px;
  height: 0px;
  transform: rotate(180deg);
  border-top: 0px solid #fff;
  border-right: 20px solid white;
  border-left: 0px solid #fff;
  border-bottom: 20px solid transparent;
  z-index: 1;
}

.ifc_card_secondary .cmp-teaser__title {
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  z-index: 2;
  color: #ffffff;
  position: relative;
  left: 0;
  right: 0;
  z-index: 2;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  position: absolute;
  top: auto;
  bottom: 0;
  padding: 24px 24px 28px 6px;
}

.ifc_card_secondary .cmp-teaser__title img {
  width: 3.5rem;
  height: 3.5rem;
}

.ifc_card_secondary .cmp-teaser__title a {
  padding-left: 1rem;
  color: #ffffff;
}

@media (min-width: 991px) {
  .ifc_card_secondary .cmp-teaser__title {
    font-size: 24px;
    line-height: 32px;
  }
}

.ifc_card_secondary .cmp-teaser__title span {
  color: #00ade4;
}

.ifc_card_secondary .cmp-teaser__pretitle {
  font-family: "Ubuntu", sans-serif;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  margin: 0px 0px 8px 0px;
}

.ifc_card_secondary .cmp-teaser__description {
  font-size: 16px;
  line-height: 26px;
  color: #757575;
  font-weight: 400;
  margin-bottom: 20px;
  cursor: default;
  position: relative;
  z-index: 10;
}

@media (min-width: 991px) {
  .ifc_card_secondary .cmp-teaser__description {
    font-size: 18px;
    line-height: 28px;
  }
}

.ifc_card_secondary .cmp-teaser__description p {
  margin-bottom: 16px;
}

.ifc_card_secondary .cmp-teaser__content {
  position: relative;
  min-height: 6rem;
  background: transparent;
  padding: 32px 32px 32px 32px;
  margin-right: 0;
}

@media (min-width: 992px) {
  .ifc_card_secondary .cmp-teaser__content {
    min-height: 9rem;
  }
}

.ifc_card_secondary .cmp-teaser__action-link {
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  line-height: 33.28px;
  font-weight: 400;
  color: #002345;
  border-bottom: 1px solid #00ade4;
  padding-bottom: 6px;
  text-decoration: none;
}

.ifc_card_secondary .cmp-teaser__action-link:hover {
  color: #002345;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 173, 228, 0.2) 0%, rgba(0, 173, 228, 0.2) 1%, rgba(0, 173, 228, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3300ade4", endColorstr="#0000ade4", GradientType=1);
  /* IE6-9 */
  box-shadow: none;
  text-decoration: none;
}

.ifc_card_secondary .cmp-teaser__action-link:focus {
  display: block;
  border: 1px dotted #00ade4;
}

.ifc_card_secondary.bg_gray .cmp-teaser {
  height: 100%;
  background-color: #f0f2f4;
}

.ifc_card_secondary.bg_gray .cmp-teaser__content,
.ifc_card_secondary.bg_gray .cmp-teaser__title {
  background-color: #f0f2f4;
}

.ifc_card_secondary.bg_gray .cmp-teaser__pretitle {
  position: absolute;
  bottom: 16px;
  left: 32px;
  right: 0;
}

.ifc_card_secondary.bg_white .cmp-teaser {
  background-color: #fff;
}

.ifc_card_secondary.bg_white .cmp-teaser__content,
.ifc_card_secondary.bg_white .cmp-teaser__title {
  background-color: #fff;
}

@media (max-width: 768px) {
  .ifc_card_secondary.bg_white .cmp-teaser__content {
    padding: 32px;
  }
}

.ifc_card_secondary.no_overlay_img .cmp-teaser__pretitle {
  position: absolute;
  bottom: 16px;
  left: 32px;
  right: 0;
}

.ifc_card_secondary.no_overlay_img .cmp-teaser__title {
  background-color: transparent;
  margin-top: 0rem;
  color: #fff;
}

.ifc_card_secondary.no_overlay_img .cmp-teaser__content {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 12px;
  right: 12px;
  margin-top: 0px;
  background-color: transparent;
}

.ifc_card_secondary.no_overlay_img .cmp-image__image {
  min-height: 24rem;
  height: 24rem;
}

.ifc_card_secondary.no_overlay_img .cmp-teaser__pretitle {
  color: #fff;
}

.ifc_card_secondary.no_overlay_img .cmp-teaser__title,
.ifc_card_secondary.no_overlay_img .cmp-teaser__description {
  color: #fff;
}

.ifc_card_secondary.no_overlay_img .cmp-teaser__title a,
.ifc_card_secondary.no_overlay_img .cmp-teaser__description a {
  color: #fff;
}

.ifc_card_secondary.no-space .cmp-teaser__pretitle {
  position: relative;
  left: 0;
  bottom: 0;
}

.ifc_card_secondary.no-space .cmp-teaser__title,
.ifc_card_secondary.no-space .ifc_card_secondary_overlay_content {
  padding: 32px 0px 0px 0px;
}

.ifc_card_secondary.no-space .cmp-teaser__title {
  padding: 0px;
}

@media (min-width: 768px) {
  .ifc_card_secondary.no-space .cmp-teaser__title {
    padding: 0px 0px 0px 0px;
  }
}

.ifc_card_secondary.ifc__primary_card_v1 .cmp-teaser__content {
  background: #fff;
  margin-right: 32px;
  padding: 32px 8px 0px 32px;
}

@media (min-width: 768px) {
  .ifc_card_secondary.ifc__primary_card_v1 .cmp-teaser__content {
    margin-top: -2rem;
  }
}

.ifc_card_secondary.ifc__md_title .cmp-teaser__title {
  font-size: 34px;
  line-height: 39px;
  font-weight: 300;
}

.ifc_card_secondary .teaser-icon {
  position: relative;
}

/* ==  end ifc_card_secondary ===*/



.layer__flex .columncontrol .aem-Grid {
  display: flex;
  flex-wrap: wrap;
}

@media(min-width:991.5px) {

  .layer__flex .columncontrol .aem-Grid,
  .layer__flex .columncontrol .aem-Grid>.container,
  .layer__flex .columncontrol .cmp-container,
  .layer__flex .columncontrol .cmp-container .ifc__card {
    height: 100%;
  }
}
.noimage_card_compoents.bg_gray .cmp-teaser__description {
  color: #002345;
}
.primary_whitecolor_card_components .cmp-teaser__description {
  color: #002345;
}
.podcastfeature .aem-Grid {
  display: flex;
flex-direction: row;
flex-wrap: wrap;
}

.podcastfeature .aem-Grid .ifc__primary_card.bg_card_gray {
margin: 0px;
padding: 32px!important;
}
@media (min-width:768px) {
.podcastfeature .aem-Grid .ifc__primary_card.bg_card_gray {
   padding: 64px;
   margin: 0px;
} 
}
.cmp-carousel__action{
    position: absolute;
    top: 40%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border:0px;
    padding: 6px;
    width: 50px;
    height: 50px;
}
.cmp-carousel__action--previous {
    background: #DADEE3;
    left: -24px;
    right: auto;
}
.cmp-carousel__action--previous .cmp-carousel__action-icon:after {
	font-family: loopicon;
                content: "\e117";
                font-size:14px;
}
.cmp-carousel__action--next {
    background: #FFC72C;
    right: -24px;
    left: auto;
}
.cmp-carousel__action--next .cmp-carousel__action-icon:after {
	font-family: loopicon;
        content: "\e118";
    font-size:14px;
}
.cmp-carousel__action-text,
.cmp-carousel__indicators{
    display: none;
}
.cmp-carousel__content .image .cmp-image .cmp-image__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    font-style: italic;
    float: right;
    padding: 32px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
}
    .cmp-carousel__content .image .cmp-image {
    animation: myAnim 2s ease 0s 1 normal forwards;
        }
        @keyframes myAnim {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.2;
	}

	100% {
		opacity: 1;
	}
}
@media (max-width:768px) {
.cmp-carousel__action{
    position: absolute;
    top: 40%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border:0px;
    padding: 6px;
    width: 30px;
    height: 30px;
}
.cmp-carousel__action--previous{
    left: -5px;
    }
.cmp-carousel__action--next {
    right: -5px;
    }
}
/* == Begin contact us SASS == */
.ifc__contacts_title {
    position: relative;
    margin-bottom: 16px;
    font-family: "Ubuntu", sans-serif;
    font-size: 0.75rem;
    line-height: 1.0625rem;
    font-weight: 600;
}

.ifc__contacts_title:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 8px;
    border: 1px solid #002345;
    width: 50%;
    z-index: 2;
}

@media (min-width: 500px) {
    .ifc__contacts_title:after {
        width: 60%;
    }
}

@media (min-width: 600px) {
    .ifc__contacts_title:after {
        width: 70%;
    }
}

@media (min-width: 768px) {
    .ifc__contacts_title:after {
        width: 77%;
    }
}

@media (min-width: 992px) {
    .ifc__contacts_title:after {
        width: 45%;
    }
}

.ifc__contacts_wrapper {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #002345;
    margin-bottom: 16px;
    display: inline-block;
    width: 100%;
    word-break: break-word;
}

.ifc__contacts_wrapper .ifc__contacts_name {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #002345;
    margin-bottom: 1rem;
}

.ifc__contacts_wrapper .ifc__contacts_location {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 1rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.ifc__contacts_wrapper address {
    display: flex;
    margin-bottom: 1rem;
}

.ifc__contacts_wrapper .ifc__contacts_tel:before,
.ifc__contacts_wrapper .ifc__contacts_email:before,
.ifc__contacts_wrapper .ifc__contacts_language:before,
.ifc__contacts_wrapper .ifc__contact_photo:before,
.ifc__contacts_wrapper .ifc__contacts_fax:before {
    vertical-align: bottom;
    margin-right: 1rem;
    color: #00ade4;
}

.ifc__contacts_wrapper .ifc__contacts_tel {
    margin-bottom: 1rem;
}

.ifc__contacts_wrapper .ifc__contacts_tel:before {
    font-family: "loopicon";
    content: "\e203";
    font-size: 20px;
}

.ifc__contacts_wrapper .ifc__contacts_email {
    margin-bottom: 1rem;
}

.ifc__contacts_wrapper .ifc__contacts_email:before {
    font-family: "loopicon";
    content: "\e209";
    font-size: 20px;
    float: left;
}

.ifc__contacts_wrapper .ifc__contacts_fax {
    margin-bottom: 1rem;
}

.ifc__contacts_wrapper .ifc__contacts_fax:before {
    font-family: "loopicon";
    content: "\e144";
    font-size: 20px;
}

.ifc__contacts_wrapper .ifc__contacts_language {
    margin-bottom: 1rem;
}

.ifc__contacts_wrapper .ifc__contacts_language:before {
    font-family: "loopicon";
    content: "\e219";
    font-size: 26px;
    margin-right: 8px;
}

.ifc__contacts_wrapper .ifc__contact_photo {
    margin-bottom: 1rem;
}

.ifc__contacts_wrapper .ifc__contact_photo:before {
    font-family: "loopicon";
    content: "\e150";
    font-size: 20px;
}

.ifc__contact_v1 address:before {
    font-family: "loopicon";
    content: "\e213";
    font-size: 20px;
    vertical-align: bottom;
    margin-right: 1rem;
    color: #00ade4;
}

.ifc__contact_v1 .ifc__contact_list ul li {
    margin-bottom: 1rem;
}

/* == End contact us SASS == */
.ifc__contact_components_v1 .ifc__contacts_wrapper {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #757575;
}

.ifc__contact_components_v1 .ifc__contacts_wrapper .ifc__contacts_email:before,
.ifc__contact_components_v1 .ifc__contacts_wrapper .ifc__contacts_tel:before {
    display: none;
}

.ifc__contact_components_v1 .ifc__contacts_wrapper .ifc__contacts_email a {
    color: #757575;
}

.ifc__contact_components_v1 h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
}

.ifc__contact_components_v1 i {
    color: #00ade4;
    margin-right: 8px;
}








/* IFC contact us Fix start */
.contact-flex .columncontrol {
  padding: 100px 0px 0px 0px;
}

@media(min-width:768px) {
  .contact-flex .columncontrol>.aem-Grid {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
  }
}

.ifcempty {
  display: none !important;
}

/* IFC contact us Fix end */

/* IFC fix from Recorded video start */
.all__search_listingitem .ifc__hammer {
    text-transform: none;
}

.contactus.aem-GridColumn--default--3 .ifc__contacts_email a {
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 80%; */
    word-break: break-all;
}


.all__search_listingitem.all__search_contact {
 
  margin-bottom: 32px;
  border-bottom: 1px solid #e5e5e5;
}

.all__search_listingitem ul>li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}


/* .all__search_listingitem.all__search_contact .all__search_listing_content:not(:last-child) {
  padding: 0px 0px 16px 0px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
} */


.all__search_listingitem .ifc__lead_paragraph_md {
  margin-bottom: 1rem !important;
}

.all__search_listing_content .readmore-link::after {
  font-family: 'loopicon';
  content: '\e118';
  font-size: 0.75rem;
  font-weight: 400;
}

.all__search_listingitem .all__search_listing_bottom_content .all_search_date {
  float: left;
  margin-bottom: 0.5rem;
}

.all__search_listing_content>.all__listing_email {
  display: inline-block;
  margin-bottom: 1rem;
}

.all__search_listingitem .ifc__hammer {
  text-transform: none ! important;
  font-weight: 500 !important;
}

.all__search_listing_content .readmore-link {
    display: inline-block;
}


/* IFC fix from Recorded video end */
/*=== Begin expert card ====*/
.layer-expert-card {
  position: relative;
  z-index: 0;
}

.ifc__expert_card {
  position: relative;
  padding: 32px;
}
@media (min-width: 992px) {
  .ifc__expert_card {
    padding: 64px;
  }
}
@media (min-width: 992px) {
  .ifc__expert_card:before {
    width: 280px;
    content: "";
    -webkit-clip-path: polygon(0 0, 0 50%, 100% 50%);
            clip-path: polygon(0 0, 0 50%, 100% 50%);
    color: #fff;
    height: 136px;
    background: #00ade4;
    position: absolute;
    top: -68px;
    left: 50px;
  }
}
@media (min-width: 992px) {
 .ifc__expert_card:before {
            width: 400px;
        }
}
.ifc__expert_card .ifc__expert_card_wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .ifc__expert_card .ifc__expert_card_wrapper {
    border-top: 1px solid #00ade4;
    padding: 32px 0px 0px 0px;
    margin-left: -86px;
    padding: 32px 0px 0px 84px;
  }
}
@media (min-width: 768px) {
  .ifc__expert_card .ifc__expert_card_wrapper.blue_border {
    border-top: 1px solid #00ade4;
    padding: 32px 0px 0px 0px;
    margin-left: -86px;
    padding: 32px 0px 0px 84px;
  }
}
.ifc__expert_card .ifc__expert_card_wrapper .ifc__expert_card_top {
  display: block;
  margin-bottom: 3rem;
}
@media (min-width: 500px) {
  .ifc__expert_card .ifc__expert_card_wrapper .ifc__expert_card_top {
    display: flex;
    margin-bottom: 3rem;
    align-items: center;
    justify-content: space-between;
  }
}
.ifc__expert_card .ifc__expert_card_wrapper .ifc__expert_card_top .ifc__expert_card_content {
  margin-bottom: 2rem;
}
@media (min-width: 500px) {
  .ifc__expert_card .ifc__expert_card_wrapper .ifc__expert_card_top .ifc__expert_card_content {
    margin-bottom: 0px;
  }
}
.ifc__expert_card .ifc__expert_card_wrapper .ifc__expert_card_top .ifc__expert_card_title {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 10px;
}
.ifc__expert_card .ifc__expert_card_wrapper .ifc__expert_card_top .ifc__expert_card_title a {
  color: #fff;
}
.ifc__expert_card .ifc__expert_card_wrapper .ifc__expert_card_top .ifc__expert_card_title a:hover {
  color: #fff;
}
.ifc__expert_card .ifc__expert_card_wrapper .ifc__expert_card_top .ifc__expert_card_subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.ifc__expert_card .ifc__expert_card_wrapper .ifc__expert_card_top .ifc__expert_card_subtitle span {
  display: block;
}
.ifc__expert_card .ifc__expert_card_wrapper .ifc__expert_card_top .ifc__expert_card_img img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
}
.ifc__expert_card .ifc__expert_card_wrapper .ifc__expert_card_bottom .ifc__btn {
  margin-bottom: 2rem;
  color: #333;
}
.ifc__expert_card .ifc__expert_card_wrapper .ifc__expert_card_bottom a.ifc__expert_cardlink {
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  display: inline-block;
  border-bottom: 1px solid #00ade4;
  padding-bottom: 6px;
  color: #fff;
}
.ifc__expert_card .ifc__expert_card_wrapper .ifc__expert_card_bottom a.ifc__expert_cardlink:hover, .ifc__expert_card .ifc__expert_card_wrapper .ifc__expert_card_bottom a.ifc__expert_cardlink:focus {
  color: #fff; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 173, 228, 0.2) 0%, rgba(0, 173, 228, 0.2) 1%, rgba(0, 173, 228, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3300ade4", endColorstr="#0000ade4",GradientType=1 ); /* IE6-9 */
  box-shadow: none;
  text-decoration: none;
}

.ifc__expert_card_v1 .ifc__quote_icon {
  border-radius: 100%;
  width: 32px;
  height: 32px;
  background-color: #FFC72C;
  border: 0;
  color: black;
  line-height: 32px;
  font-weight: 700;
  vertical-align: middle;
  font-size: 28px;
  text-align: center;
  padding: 6px 10px 6px 10px;
  margin-bottom: 2rem;
}
.ifc__expert_card_v1 .ifc__expert_card_content {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .ifc__expert_card_v1 .ifc__expert_card_content {
    padding-right: 6rem;
  }
}
.ifc__expert_card_v1 .ifc__expert_card_content p {
  margin-bottom: 2rem;
}
.ifc__expert_card_v1 .ifc__expert_card_img {
  margin-right: 0rem;
}
@media (min-width: 992px) {
  .ifc__expert_card_v1 .ifc__expert_card_img {
    margin-right: -5rem;
  }
}
@media (min-width: 1200px) {
  .ifc__expert_card_v1 .ifc__expert_card_img {
    margin-right: -6rem;
  }
}
        @media (min-width: 768px) {
   .ifc__expert_card_v1 .ifc__expert_card_wrapper {
    border-top: 0px solid #00ade4;
    margin-left: 0px;
                    padding: 0;
  }
}
            .ifc__expert_card.ifc__expert_card_v1:before {
                    display: none;
                    }
/*=== End expert card ====*/
/*=== Begin Leadership teaser components ====*/
.ifc__expert_listnav {
  position: relative;
  margin-bottom: 64px;
}
.ifc__expert_listnav .cmp-teaser {
  display: flex;
  background: rgb(240, 242, 244);
  background: linear-gradient(to bottom, rgb(240, 242, 244) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f0f2f4", endColorstr="#ffffff",GradientType=0 );
}
.ifc__expert_listnav .cmp-teaser__content {
  padding: 22px;
  width: 100%;
}
@media (min-width: 992px) {
  .ifc__expert_listnav .cmp-teaser__content {
    width: 60%;
  }
}
.ifc__expert_listnav .cmp-teaser__pretitle {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #002345;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
.ifc__expert_listnav .cmp-teaser__title {
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  color: #002345;
  margin: 0px 0px 16px 0px;
}
@media (min-width: 991px) {
  .ifc__expert_listnav .cmp-teaser__title {
    font-size: 34px;
    line-height: 100%;
font-weight: 300;
/* letter-spacing: -1.5px; */

  }
}
.ifc__expert_listnav .cmp-teaser__action-link {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #002345;
  border-bottom: 1px solid #00ade4;
  padding-bottom: 6px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .ifc__expert_listnav .cmp-teaser__action-link {
    position: absolute;
    bottom: 2rem;
  }
}
.ifc__expert_listnav .cmp-teaser__action-link:hover {
  color: #002345; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 173, 228, 0.2) 0%, rgba(0, 173, 228, 0.2) 1%, rgba(0, 173, 228, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3300ade4", endColorstr="#0000ade4",GradientType=1 ); /* IE6-9 */
  box-shadow: none;
  text-decoration: none;
}
.ifc__expert_listnav .cmp-teaser__action-link:focus {
  display: block;
  border: 1px dotted #00ade4;
}

/*=== End Leadership teaser components ====*/
/* == Begin footer SASS == */
@media (min-width: 768px) {
  .ifc__social_media {
    padding: 32px;
    display: inline-block;
    width: 100%;
    text-align: right;
  }
}
.ifc__social_media .lp-youtube-solid,
.ifc__social_media .lp-instagram-solid {
  font-size: 20px;
  line-height: 32px;
  vertical-align: middle;
}
.ifc__social_media ul {
        align-items: center;
    display: flex;

    }
    @media (max-width:767px) {
      .ifc__social_media ul {
        align-items: center;
    display: flex;
    justify-content: center;

    }
    }
.ifc__social_media ul li {
  display: inline-block;
}
/* @media (max-width: 567px) {
  .ifc__social_media ul li:first-child {
    width: 100%;
    margin-bottom: 1.5rem;
  }
} */
.ifc__social_media ul li a {
  color: #fff;
  padding: 8px 10px;
  font-size: 20px;
}
.ifc__social_media ul li a.lp-whatsup-solid,
.ifc__social_media ul li a.lp-instagram-solid {
  font-size: 28px;
  line-height: 28px;
  vertical-align: bottom;

}
.ifc__social_media ul li a:hover {
  text-decoration: none;
  color: #00ade4;
}
.ifc__social_media .ifc__workwithus {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.87);
  padding: 16px;
  text-align: center;
  margin-left: 10px;
  background: #FFC72C;
    display: inline-block;
}
.ifc__social_media .ifc__workwithus:hover {
  border: 0px;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgb(255, 199, 44) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ccffffff", endColorstr="#ffc72c", GradientType=1);
  /* IE6-9 */
  color: #002345;
  box-shadow: none;
  text-decoration: none;
}
.ifc__footer_top_section .aem-Grid{
    display: flex;
    flex-wrap: wrap;
}
.ifc__footer_bottom_section {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #C9C9C9;
}

@media (min-width: 992px) {
  .ifc__footer_bottom_b_section {
    display: flex;
    justify-content: space-between;
  }
}
.ifc__footer_bottom_b_section .ifc__listinline {
  margin: 0px;
  border: 0px;
  padding: 0px;
}
.ifc__footer_bottom_b_section .ifc__listinline ul li {
  margin: 0px 8px;
  border: 0px;
}


.ifc__listinline ul li,
.ifc__footer_fraud ul li {
  color: #fff;
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #fff;
}
.ifc__listinline ul li:last-child,
.ifc__footer_fraud ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: 0px solid #fff;
}

.ifc__listinline {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
@media (min-width: 1300px) {
  .ifc__listinline {
    font-size: 1rem;
    line-height: 1.0625rem;
  }
}
.ifc__listinline ul li {
  display: inline-block;
}
.ifc__listinline ul li a {
  color: #fff;
}

.ifc__footer_fraud {
  font-size: 0.875rem;
  line-height: 1rem;
}
@media (max-width: 768px) {
  .ifc__footer_fraud {
    text-align: center;
  }
.ifc__footer_fraud ul li {
    margin-bottom: 8px;
    }
}
.ifc__footer_fraud ul li {
  display: inline-block;
}
.ifc__footer_fraud ul li a {
  color: #F0F2F4;
}
@media (max-width: 767px) {
  .ifc__footer_fraud {
    text-align: center;
  }
}

.ifc__lang_dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.ifc__lang_dropdown .ifc__lang_label {
  background-color: transparent;
  border: 0px;
}
.ifc__lang_dropdown .ifc__lang_label:focus {
  color: #fff;
}
.ifc__lang_dropdown .ifc__lang_label[aria-expanded=false]:after {
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  font-family: "loopicon";
  content: "\e116";
  font-size: 0.6rem;
  margin-left: 8px;
  padding: 2px;
  float: right;
}
.ifc__lang_dropdown .ifc__lang_label[aria-expanded=true]:after {
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  font-family: "loopicon";
  content: "\e119";
  font-size: 0.6rem;
  margin-left: 8px;
  padding: 2px;
  float: right;
}
.ifc__lang_dropdown .ifc__dropdown_menu {
  background-color: #fff;
  min-width: 300px;
  width: auto;
  z-index: 99;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ifc__lang_dropdown .ifc__dropdown_menu ul li {
  border: 0px;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #DADEE3;
  display: list-item;
}
.ifc__lang_dropdown .ifc__dropdown_menu ul li a {
  padding: 12px 16px;
  color: #757575;
  display: block;
}
.ifc__lang_dropdown .ifc__dropdown_menu ul li a:hover {
  background-color: #F0F2F4;
}

/*== End footer global Language dropdown ==*/
@media (min-width: 768px) {
  .ifc__footer_top_left {
    float: left;
  }
}
.ifc__listinline {
  display: inline-block;
  padding-left: 16px;
  text-align: center;
  width:100%;
}
@media (min-width: 768px) {
  .ifc__listinline {
    margin: 37px 0px 16px 0px;
    text-align: left;
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 992px) {
  .ifc__listinline {
    border-left: 1px solid #fff;
    margin: 37px 0px 16px 18px;
    text-align: left;
    display: inline-block;
  }
}
@media (max-width: 767px) {
    .ifc__footer_top_left .ifc__navbar_brand {
      float: none;
      text-align: center;
      margin: auto;
    }
    .ifc__footer_top_left .ifc__navbar_brand img{
      float: none;
      text-align: center;
      margin: auto;
    }
}
@media (max-width: 992px) {
  .hidden-sm .ifc_emergency_bar {
    display: none;
  }
}

.ifc_emergency_bar {
  background-color: #222632;
}
@media (max-width: 992px) {
  .ifc_emergency_bar {
    padding: 0px 16px;
  }
}
.ifc_emergency_bar .ifc_emergency_bar_nav {
  display: flex;
  justify-content: center;
  gap: 30;
  padding: 9px 0;
}
@media (max-width: 992px) {
  .ifc_emergency_bar .ifc_emergency_bar_nav {
    display: block;
  }
}
.ifc_emergency_bar .ifc_emergency_bar_nav li a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin: 4px 8px;
  display: inline-block;
}
@media (max-width: 992px) {
  .ifc_emergency_bar .ifc_emergency_bar_nav li a {
    color: #fff;
    font-size: 0.875rem;
    background-color: #222632;
  }
}
.ifc_emergency_bar .ifc_emergency_bar_nav li {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
@media (max-width: 992px) {
  .ifc_emergency_bar .ifc_emergency_bar_nav li {
    color: #fff;
    font-size: 0.875rem;
    background-color: #222632;
  }
}

/* === Begin ifc__navbar css === */
.container > .ifc__navbar_collapse {
  margin-left: 0px;
  margin-right: 0px;
}

.ifc__navbar_collapse {
  padding-right: 0px;
  padding-left: 0px;
}

.ifc__navbar_default {
  background-color: #ffffff;
  border-color: transparent;
}
.ifc__navbar_default .ifc__navbar_nav {
  margin-top: 32px;
}
.ifc__navbar_default .ifc__navbar_brand:focus {
  background: #ffd380;
}

.ifc__navbar_nav {
  margin: 0px;
}

.ifc__navbar {
  position: relative;
  min-height: 50px;
  border: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.ifc__navbar_brand {
  float: left;
  padding: 26px 8px;
  height: auto;
}
.ifc__navbar_brand img {
  width: 190px;
}
@media (min-width: 1366px) {
  .ifc__navbar_brand img {
    width: 200px;
  }
}
@media (min-width: 550px) {
  .ifc__navbar_brand img {
    width: 230px;
  }
}

.ifc__navbar_toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 26px;
  margin-bottom: 8px;
  background-color: #002343;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.ifc__navbar_toggle[aria-expanded=false]:after {
  font-family: "loopicon";
  content: "\e125";
  font-size: 20px;
  color: #ffffff;
  float: right;
}
.ifc__navbar_toggle[aria-expanded=true]:after {
  font-family: "loopicon";
  content: "\e126";
  font-size: 20px;
  color: #ffffff;
  float: right;
}

.ifc__navbar_collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.ifc__navbar_collapse {
  padding-right: 0px;
  padding-left: 0px;
}

@media (min-width: 991.5px) {
  .ifc__navbar_header {
    /*justify-content: center;
    display: flex;*/
  }
  .ifc__navbar_nav {
    float: left;
    margin: 0;
  }
  .ifc__navbar_nav > li {
    float: left;
  }
  .ifc__navbar_nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .ifc__navbar_collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
}
@media (max-width: 991.5px) {
  .ifc__navbar_collapse {
    width: 100%;
    border-top: 0;
    box-shadow: none;
  }
  .ifc__navbar_collapse.show {
    overflow-y: visible !important;
  }
}
/* === End ifc__navbar css === */
/* ===  begin megamenu css===*/
@media (max-width: 991.5px) {
  .ifc__menulist_wrappper {
    width: 100%;
    float: right;
  }
}
@media (min-width: 1400px) {
  .ifc__menulist_wrappper .ifc__navbar_nav {
    display: flex;
    margin: 32px 0px 0px 10rem;
  }
}

.ifc__megamenu_left_section {
  display: flex;
  flex-wrap: wrap;
}

.ifc__megamenu_right_section {
  float: right;
  display: flex;
  /*  align-items: center;*/
}
.ifc__megamenu_right_section .ifc__navbar_nav {
  margin-top: 26px;
}

.ifc__submenu_title {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #002345;
  margin-bottom: 16px;
}

.ifc__megamenu_lg_text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #757575;
  margin-bottom: 16px;
}
@media (min-width: 1400px) {
  .ifc__megamenu_lg_text {
    font-size: 18px;
    line-height: 135%;
    font-weight: 400;
  }
}

.ifc__megamenu_md_text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #757575;
  margin-bottom: 16px;
}
@media (min-width: 1400px) {
  .ifc__megamenu_md_text {
    font-size: 18px;
    line-height: 28px;
  }
}

.ifc__submenu_list_title {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #002345;
  margin-bottom: 20px;
}

.ifc__megamenu_viewalllink {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #002345;
  border-bottom: 1px solid #00ade4;
  padding-bottom: 6px;
  text-decoration: none;
}
.ifc__megamenu_viewalllink:hover {
  color: #002345; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 173, 228, 0.2) 0%, rgba(0, 173, 228, 0.2) 1%, rgba(0, 173, 228, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3300ade4", endColorstr="#0000ade4",GradientType=1 ); /* IE6-9 */
  box-shadow: none;
  text-decoration: none;
}
.ifc__megamenu_viewalllink:focus {
  display: block;
  border: 1px dotted #00ade4;
}

@media (min-width: 992px) {
  .ifc__submenu_list {
    margin: 32px 0px;
  }
}
.ifc__submenu_list ul li {
  margin-bottom: 16px;
}
.ifc__submenu_list ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #002345;
}
@media (min-width: 1400px) {
  .ifc__submenu_list ul li a {
    font-size: 18px;
    line-height: 28px;
  }
}

.lp__globalsearch {
  margin-top: 26px;
}
.lp__globalsearch .lang-lable {
  display: block;
  width: 46px;
  height: 46px;
  padding: 10px;
  background-color: #002345;
}
.lp__globalsearch .lang-lable:before {
  left: -10px;
  position: relative;
  color: #ffffff;
  font-family: "loopicon";
  content: "\e132";
  padding: 15px;
}
.lp__globalsearch .lang-lable:hover {
  background: linear-gradient(90deg, rgba(0, 173, 228, 0.8) 0%, rgba(0, 173, 228, 0) 100%), #002345;
  color: #fff;
  box-shadow: none;
  text-decoration: none;
}
.lp__globalsearch .ifc__dropdown_menu {
  background: #F0F2F4;
  padding: 30px 0px;
  top: 37px !important;
}
.lp__globalsearch .aem-Grid {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp__globalsearch .aem-Grid .ifc__secondary_search {
  width: 80%;
}

.lp__megamenu .ifc__megamenu_dropdown {
  font-size: 0.875rem;
  line-height: 1.375rem;
  /*padding: $space-xs $space-xxs;*/
  margin: 0px;
  display: none;
  float: left;
  z-index: 105;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  right: 0;
  background-color: #ffffff;
  border-top: 1px solid #e6e6e6;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  cursor: default;
  overflow: hidden;
}
.lp__megamenu .ifc__megamenu_dropdown:before, .lp__megamenu .ifc__megamenu_dropdown:after {
  content: " ";
  display: table;
}
.lp__megamenu .ifc__megamenu_dropdown:after {
  clear: both;
}
.lp__megamenu .ifc__megamenu_dropdown .ifc_gradient {
  background: linear-gradient(90deg, #002345 0%, #00ade4 100%);
  display: block;
  bottom: 0px;
  position: relative;
  top: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 992px) {
  .lp__megamenu .ifc__megamenu_dropdown .ifc_gradient {
    position: absolute;
    top: -51px;
    width: 550px;
    height: 400px;
  }
}
.lp__megamenu .ifc__megamenu_dropdown .ifc__text_overlay {
  /*      position: relative;*/
  padding-left: 40px;
  /* padding-top: 20px;
   height: 100%;*/
}
.lp__megamenu .ifc__megamenu_dropdown .ifc__text_overlay .report-section-text {
  position: absolute;
  bottom: 15%;
}
.lp__megamenu .ifc__megamenu_dropdown .ifc__text_overlay .report-section-text .ifc__submenu_title,
.lp__megamenu .ifc__megamenu_dropdown .ifc__text_overlay .report-section-text .ifc__paragraph_sm {
  color: #fff;
  margin-bottom: 16px;
}
.lp__megamenu .ifc__megamenu_dropdown .ifc__text_overlay .featured-title {
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #ffffff;
  top: -80%;
}
@media (max-width: 991.5px) {
  .lp__megamenu .dropdown-menu {
    box-shadow: none;
    border: 0px;
    width:100%;
    position: relative !important;
    -webkit-transform: none !important;
    transform: none !important;
    top: -30px !important;
  }
  .lp__megamenu .dropdown-menu .ifc__btn {
    margin-bottom: 16px;
  }
}
.lp__megamenu .lp__megamenu_list a.ifc__megamenu_item {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .lp__megamenu .lp__megamenu_list a.ifc__megamenu_item {
    color: #002345;
    padding: 4px 2px 4px 2px;
    margin: 0px 10px 0px 10px;
    border-bottom: 3px solid transparent;
    background-color: transparent;
    display: inline-block;
    position: relative;
    cursor: pointer !important;
  }
  .lp__megamenu .lp__megamenu_list a.ifc__megamenu_item.active, .lp__megamenu .lp__megamenu_list a.ifc__megamenu_item:hover, .lp__megamenu .lp__megamenu_list a.ifc__megamenu_item:focus, .lp__megamenu .lp__megamenu_list a.ifc__megamenu_item[aria-haspopup].open {
    cursor: default;
    margin-bottom: 30px;
    text-decoration: none;
    color: #002244;
    border-bottom: 3px solid #002244;
  }
}
@media (min-width: 1400px) {
  .lp__megamenu .lp__megamenu_list a.ifc__megamenu_item {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin: 0px 15px 0px 15px;
  }
}
@media (min-width: 992px) {
  .lp__megamenu .lp__megamenu_list .ifc__megamenu_dropdown.open {
    display: block;
  }
  .lp__megamenu .lp__megamenu_list:hover .ifc__megamenu_dropdown {
    display: block;
  }
}
.lp__megamenu .lp__megamenu_list.ifc__workwithus .ifc__megamenu_item {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #222632;
  padding: 13px;
  background: #FFC72C;
  margin-bottom: 21px;
}
.lp__megamenu .lp__megamenu_list.ifc__workwithus .ifc__megamenu_item[aria-expanded=false]:after {
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  font-family: "loopicon";
  content: "\e116";
  font-size: 0.6rem;
  margin-left: 8px;
  padding: 2px 5px;
  float: right;
  color: #222632;
}
.lp__megamenu .lp__megamenu_list.ifc__workwithus .ifc__megamenu_item[aria-expanded=true]:after {
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  font-family: "loopicon";
  content: "\e119";
  font-size: 0.6rem;
  margin-left: 8px;
  padding: 2px 5px;
  float: right;
  color: #222632;
}
.lp__megamenu .lp__megamenu_list.ifc__workwithus .ifc__megamenu_item:hover, .lp__megamenu .lp__megamenu_list.ifc__workwithus .ifc__megamenu_item[aria-haspopup].open {
  border-bottom: 3px solid transparent;
  margin-bottom: 21px;
}
.lp__megamenu .lp__megamenu_list.ifc__workwithus .ifc__workwithus_dropdown {
  background: #FFC72C;
  width: 85%;
  right: 0;
  padding: 50px;
  overflow-x: hidden;
  left: auto;
  margin-top: 0px;
}
.lp__megamenu .lp__megamenu_list.ifc__workwithus .ifc__workwithus_dropdown .ifc__megamenu_lg_text {
  color: #002345;
}
.header-search-section .search-input-field-1 {
  width: 100%;
  height: 40px;
  border: 0px;
  padding: 10px 64px 10px 10px;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.875rem;
  line-height: 1.375rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: none;
}
.header-search-section .search-submit-icon {
  position: absolute;
  top: 0px;
  padding: 8px 10px;
  height: 40px;
  color: #00ade4;
  border-radius: 0px;
  background: #FFC72C;
  right: 0px;
  border: 0px;
}
.header-search-section .search-submit-icon:before {
  font-family: "loopicon";
  content: "\e132";
  color: #222632;
}

.search-reset-btn {
  position: absolute;
  top: -5px;
  padding: 0px 5px 7px 1px;
  height: 36px;
  border-radius: 0px;
  background: transparent;
  right: 38px;
  border: 0px;
  margin: 8px 0;
  width: 32px;
}

.ifc-search-close {
  border: none;
  background-color: transparent;
  background-image: url(../gray-close-icon.html);
  background-repeat: no-repeat;
  width: 13px;
  height: 14px;
  display: block;
  top: 6px;
  position: relative;
  padding: 0 14px;
  left: 10px;
}

.close_btn {
  margin-bottom: 16px;
}

@media only screen and (max-width: 991.5px) {
  .header-search-section {
    padding: 16px;
    background-color: #F0F2F4;
  }
  .lp__megamenu_list {
    border-top: 1px solid #ccc;
    position: relative;
  }
  .lp__megamenu_list:first-child {
    border-top: 0px;
  }
  .lp__megamenu .lp__megamenu_list > a.ifc__megamenu_item {
    padding: 10px 0px;
  }
  .lp__megamenu .lp__megamenu_list > a.ifc__megamenu_item:after {
    font-family: "loopicon";
    content: "\e118";
    font-size: 0.75rem;
    margin-left: 4px;
    float: right;
    color: #00ade4;
  }
  .ifc-back-icon:before {
    font-family: "loopicon";
    content: "\e117";
    font-size: 0.75rem;
  }
  .lp__megamenu .lp__megamenu_list a.ifc__megamenu_item.active ~ .ifc__megamenu_dropdown {
    display: block;
    position: relative;
    border: 0px;
    box-shadow: none;
  }
  .lp__megamenu .lp__megamenu_list a.ifc__megamenu_item.active ~ .ifc__megamenu_dropdown .ifc-grid {
    padding: 0px;
  }
  .ifc__workwithus {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #222632;
    /* background: #FFC72C;*/
  }
  .ifc__workwithus .ifc__dropdown_menu {
    background: #FFC72C;
    color: #222632;
    top: 0px !important;
  }
  .lp__megamenu .lp__megamenu_list.ifc__workwithus .ifc__megamenu_item {
    width:100%;
    text-align:left;
    border: 0px;
    margin-bottom: 0px;
  }
  .lp__megamenu .lp__megamenu_list.ifc__workwithus .ifc__megamenu_item:hover,
  .lp__megamenu .lp__megamenu_list.ifc__workwithus .ifc__megamenu_item[aria-haspopup].open {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
}
/* == End home page header changes ==*/
@media (min-width: 992px) {
  .ifc_emergency_bar .ifc-grid {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ifc_emergency_bar .ifc_emergency_bar_nav {
    flex-grow: 1;
  }
  .ifc_emergency_bar .ifc__lang_dropdown {
    float: right;

  }
  .ifc_emergency_bar .ifc__lang_dropdown .ifc__lang_label[aria-expanded=false]:after,
  .ifc_emergency_bar .ifc__lang_dropdown .ifc__lang_label[aria-expanded=true]:after {
    /* width: auto;
    height: auto; */
    line-height: 14px;
  }
  .ifc_emergency_bar .ifc__lang_dropdown .ifc__dropdown_menu {
    float: right;
    right: 0 !important;
    left: auto !important;
    min-width: 145px;
  }
  .ifc_emergency_bar .ifc__lang_dropdown .ifc__lang_label {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }
  .ifc_emergency_bar .ifc__lang_dropdown .ifc__lang_label:hover, .ifc_emergency_bar .ifc__lang_dropdown .ifc__lang_label:focus {
    color: #fff;
  }
}
@media (max-width: 991.98px) {
  .ifc__navbar_default .lp__menuButton {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .ifc__navbar_default .ifc__lang_dropdown {
    margin-top: 16px;
  }
  .ifc__navbar_default .ifc__lang_dropdown .ifc__lang_label[aria-expanded=false]:after,
  .ifc__navbar_default .ifc__lang_dropdown .ifc__lang_label[aria-expanded=true]:after {
    width: auto;
    height: auto;
    margin-left: 2px;
  }
  .ifc__navbar_default .ifc__lang_dropdown .ifc__dropdown_menu {
    float: right;
    right: 0 !important;
    left: auto !important;
    min-width: 145px;
  }
  .ifc__navbar_default .ifc__lang_dropdown .ifc__lang_label {
    font-size: 12px;
    font-weight: 600;
    color: #002245;
    text-transform: uppercase;
  }
  .ifc__navbar_default .ifc__lang_dropdown .ifc__lang_label:hover, .ifc__navbar_default .ifc__lang_dropdown .ifc__lang_label:focus {
    color: #002245;
  }
}
.lp__megamenu .ifc__megamenu_dropdown .text-overlay {
  /*      position: relative;*/
  padding-left: 40px;
  /* padding-top: 20px;
   height: 100%;*/
}
.lp__megamenu .ifc__megamenu_dropdown .text-overlay .report-section-text {
  position: absolute;
  bottom: 15%;
}
.lp__megamenu .ifc__megamenu_dropdown .text-overlay .report-section-text .ifc__submenu_title,
.lp__megamenu .ifc__megamenu_dropdown .text-overlay .report-section-text .ifc__paragraph_sm {
  color: #fff;
  margin-bottom: 16px;
}
.lp__megamenu .ifc__megamenu_dropdown .text-overlay .featured-title {
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #ffffff;
  top: -80%;
}

/* === begin Heading (Title, subtitle and btn)=== */
.ifc__title {
  position: relative;
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 768px) {
  .ifc__title {
    padding-left: 8px;
    padding-right: 8px;
  }

}

@media (min-width: 992px) {
  .ifc__title {
    padding-left: 12px;
    padding-right: 12px;
  }

}

@media (min-width: 1400px) {
  .ifc__title {
    padding-left: 15px;
    padding-right: 15px;
  }

}

/* .ifc__title h2, */
.ifc__title .cmp-teaser__description p {
  margin-bottom: 0px;
}

.ifc__title h2 .cmp-teaser__title,
.ifc__title h2 .cmp-title__text {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 31px;
  line-height: 36px;
  color: #002345;
  margin: 0px 0px 16px 0px;
}

@media (min-width: 991.5px) {

  .ifc__title h2 .cmp-teaser__title,
  .ifc__title h2 .cmp-title__text {
    font-size: 46px;
    line-height: 53px;
  }
}

.ifc__title .cmp-teaser__action-link {
  font-size: 1rem;
  line-height: 1.149rem;
  font-weight: 700;
  background-color: #ffffff;
  margin: 0px 16px 16px 0px;
  color: #002345;
  border: 1px solid #00ade4;
  padding: 18px 30px 18px 30px;
  text-align: center;
  display: inline-block;
}

.ifc__title .cmp-teaser__action-link:last-child {
  margin-right: 0px;
}

.ifc__title .cmp-teaser__action-link:hover,
.ifc__title .cmp-teaser__action-link:active {
  border: 1px solid #00ade4;
  color: #002345;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 173, 228, 0.2) 0%, rgba(0, 173, 228, 0.2) 1%, rgba(0, 173, 228, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3300ade4", endColorstr="#0000ade4", GradientType=1);
  /* IE6-9 */
  box-shadow: none;
  text-decoration: none;
}

@media (max-width: 768px) {

  .ifc__title h2,
  .layer-card-title {
    margin-bottom: 16px;
  }
}

.ifc__title_center {
  text-align: center;
}

.ifc__text_blue .cmp-teaser__description {
  color: #002345;
}

.ifc__text_blue .cmp-teaser__action-container {
  display: block;
}

@media (min-width: 768px) {
  .ifc__text_blue .cmp-teaser__action-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.cmp-teaser__action-container ul li {
  display: inline-block;
  margin: 0px 16px 16px 0px;
}

.ifc__title_btn .cmp-teaser__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.ifc__title_btn .cmp-teaser__action-container {
  position: absolute;
  right: 12px;
}

.ifc__title_text_btn .cmp-teaser__title,
.ifc__title_text_btn .cmp-teaser__description {
  padding-right: 13rem;
}

@media (min-width: 768px) {
  .ifc__title_text_btn .cmp-teaser__action-container {
    position: absolute;
    right: 12px;
    top: 12px;
  }
}

/* === Begin ifc__title_secondary === */
@media (min-width: 991.5px) {
  .ifc__title_secondary h2 {
    font-size: 40px;
    line-height: 45.96px;
    margin-bottom: 1.5rem;
  }

  .ifc__title_secondary .cmp-teaser__description p {
    margin-bottom: 1rem;
  }
}
.ifc__title_secondary .cmp-teaser__description {
  color: var(--blue1, #002345);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 166.4%; /* 33.28px */
}
.ifc__title_secondary .cmp-teaser__action-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  margin-bottom: 0.5rem;
}

.ifc__title_secondary .cmp-teaser__action-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 18.38px;
  text-align: left;
  color: #002345;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #00ade4;
  display: inline-block;
}

.ifc__title_secondary .cmp-teaser__action-link:hover,
.ifc__title_secondary .cmp-teaser__action-link:focus {
  color: #002345;
  background: linear-gradient(to right, rgba(0, 173, 228, 0.2) 0%, rgba(0, 173, 228, 0.2) 1%, rgba(0, 173, 228, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3300ade4", endColorstr="#0000ade4", GradientType=1);
  box-shadow: none;
  text-decoration: none;
}

.ifc__title_center.ifc__title_secondary .cmp-teaser__action-container {
  margin-bottom: 48px;
}

/* === End ifc__title_secondary === */

.layer-card-title .cmp-button {
  font-size: 1rem;
  line-height: 1.149rem;
  font-weight: 700;
  background-color: #ffffff;
  margin-right: 16px;
  color: #002345;
  border: 1px solid #00ade4;
  padding: 18px 20px 18px 20px;
  text-align: center;
  display: inline-block;
  z-index: 1 !important;
}

@media (min-width: 992px) {
  .layer-card-title .cmp-button {
    float: right;
  }
}

.layer-card-title .cmp-button:last-child {
  margin-right: 0px;
  box-shadow: none !important;
}

.layer-card-title .cmp-button:hover {
  border: 1px solid #00ade4;
  color: #002345;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 173, 228, 0.2) 0%, rgba(0, 173, 228, 0.2) 1%, rgba(0, 173, 228, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3300ade4", endColorstr="#0000ade4", GradientType=1);
  /* IE6-9 */
  box-shadow: none;
  text-decoration: none;
}

.layer-card-title .cmp-button:focus,
.layer-card-title .cmp-button:active {
  background-color: #ffffff;
  border: 1px solid #00ade4;
}

.layer-card-title .cmp-button__text {
  display: block;
}

@media (max-width: 992px) {
  .ifc__subscribe {
    text-align: center;
  }
}

/*.ifc__subscribe .aem-Grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}*/
.ifc__subscribe .cmp-title__text {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
}

@media (min-width: 992px) {
  .ifc__subscribe .cmp-title__text {
    font-size: 34px;
    line-height: 39px;
  }
}

.ifc__subscribe .cmp-text {
  font-size: 1.25rem;
  line-height: 2.0625rem;
  font-weight: 400;
  margin-bottom: 16px;
  color: #002345;
}

.ifc__subscribe .cmp-button {
  font-size: 1rem;
  line-height: 1.149rem;
  font-weight: 700;
  color: #002345;
  padding: 18px 20px 18px 20px;
  text-align: center;
  background-color: #f2f2f2;
  border: 0px;
  display: inline-block;
}

.ifc__subscribe .cmp-button:hover,
.ifc__subscribe .cmp-button:active,
.ifc__subscribe .cmp-button.active,
.ifc__subscribe .cmp-button:focus {
  border: 0px;
  background-color: #e6e6e6;
  color: #002345;
  box-shadow: none;
  text-decoration: none;
}

.ifc__subscribe .cmp-button:active:hover {
  border: 0px;
  background-color: #e6e6e6;
  color: #002345;
  box-shadow: none;
  text-decoration: none;
}


/* === End Heading (Title, subtitle and btn)=== */
.ifc__body_contant .text .cmp-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  color: #002345;
}

.ifc__body_contant .text .cmp-text p {
  margin-bottom: 16px;
}

.section__title {
  text-align: center;
  margin-top: -7rem;
}

@media (min-width: 992px) {
  .section__title {
    margin-top: -10rem;
  }
}

.section__title:after {
  content: "";
  position: absolute;
  left: 50%;
  border: 2px solid #00ade4;
  height: 100px;
  z-index: 2;
}

.heading__title {
  text-align: center;
}

.heading__title:after {
  content: "";
  position: absolute;
  left: 50%;
  border: 2px solid #00ade4;
  height: 80px;
  z-index: 2;
}

@media (min-width:992px) {
.ifc__title .cmp-image__image {
    height:246px;
            object-fit:cover;
            object-postion:top;
        }
    }
/*@media (max-width: 767.98px) {
  .section__title {
     text-align: left;
  }
    .section__title:after {
    left: 10%;
            }
}*/
/*=== Begin image components ====*/
.ifc__image {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .ifc__image,
.ifc__image_revers{
    margin-top: 80px;
  }
}
.ifc__image .cmp-image:before {
  content: "";
  -webkit-clip-path: polygon(0 0, 0 50%, 100% 50%);
          clip-path: polygon(0 0, 0 50%, 100% 50%);
  width: 280px;
  color: #fff;
  height: 110px;
  background: #00ade4;
  position: absolute;
  top: -55px;
  left: 35px;
}
@media (min-width: 768px) {
  .ifc__image .cmp-image:before {
    width: 400px;
    height: 136px;
    top: -68px;
            left: 50px;
  }
}
.ifc__image .cmp-image__title,
.ifc__image_revers .cmp-image__title {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    bottom: 0px;
    margin: 15px 0px;
    display: block;
}

.ifc__image_revers {
  position: relative;
  z-index: 1;
  padding: 0px;
}
.ifc__image_revers .cmp-image:before {
content: "";
clip-path: polygon(100% 0, 0 41%, 100% 41%);
width:280px;
color: #fff;
height: 136px;
background: #00ade4;
position: absolute;
top: -45px;
right: 15px;
}
@media (min-width: 768px) {
 .ifc__image_revers .cmp-image:before {
    width: 400px;
            right: 50px;
  }
}

.banner_img {
  padding: 0px;
}

.banner_img img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
    height:auto;

}
.ifc__image_leftangle {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .ifc__image_leftangle {
    margin-top: 80px;
  }
}
.ifc__image_leftangle .cmp-image:before {
  content: "";
  -webkit-clip-path: polygon(0 0, 0 50%, 100% 50%);
          clip-path: polygon(0 0, 0 50%, 100% 50%);
  width: 280px;
  color: #fff;
  height: 110px;
  background: #00ade4;
  position: absolute;
  top: -45px;
  left: 35px;
}

/*=== End image components ====*/

.image-v1-components,
.bottom-alignimage {
  position: relative;
}

.image .cmp-image__image {
  height:auto;
      }

.cmp-image__image {
      display: block;
    max-width: 100%;
    -webkit-filter: contrast(1.15);
    filter: contrast(1.15);
    height: auto;
}

@media (max-width: 992px) {
  .ifc__image {
    margin-top: 100px;
  }
}


.ifc__image_revers {
  position: relative;
  z-index: 1;
}

.ifc__bg_cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.ifc__bg_cover .lp-cover {
  opacity: 0;
}
.ifc__leadership_bio {
  margin-bottom: 32px;
  position: relative;
  float: left;
  /* z-index: 3; */
}
@media (max-width: 440px) {
  .ifc__leadership_bio {
    float: none;
  }
}
@media (min-width: 992px) {
  .ifc__leadership_bio {
    float: none;
  }
}
.ifc__leadership_bio img {
  width: 220px;
  margin-right: 16px;
}
@media (max-width: 440px) {
  .ifc__leadership_bio img {
    width: 100%;
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  .ifc__leadership_bio img {
    width: 100%;
    margin-right: 0px;
  }
}
.ifc__leadership_bio .ifc__share_social_media {
  position: absolute;
  bottom: 0;
  right: 20px;
  margin-left: 16px;
  width: auto;
}
@media (min-width: 992px) {
  .ifc__leadership_bio .ifc__share_social_media {
    margin-left: 0px;
  }
}
.ifc__leadership_bio .ifc__share_social_media ul li a[class*=lp-] {
  width: auto;
  height: auto;
  background: transparent;
  padding: 0px;
  margin-right: 8px;
  display: block;
  background: #333;
}
.ifc__leadership_bio .ifc__share_social_media ul li a[class*=lp-]:before {
  color: #fff;
  font-size: 30px;
}
.ifc__leadership_bio .ifc__share_social_media ul li a[class*=lp-]:hover {
  opacity: 0.8;
}
/* .ifc__leadership_bio .ifc__share_social_media ul li:first-child {
  width: auto;
} */

.ifc__input_group {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 0;
  box-shadow: none;
}

.ifc__input_group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.ifc__input_group .ifc__form_control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.ifc__input_group .ifc__form_control:focus {
  z-index: 2;
}

.input-type-img {
  position: absolute;
  right: 0px;
  top: 0;
  padding: 14px;
  height: 45px;
  border: 0px;
  background: transparent;
}

.input-type-img:hover {
  opacity: 0.6;
}

.ifc__input_text,
.lp__input_text {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: rgba(0, 0, 0, 0.87);
  font-weight: bold;
  margin: 0px 0px 8px 0px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.ifc__primary_input,
.ifc__primary_search {
  margin: 0px 0px 16px 0px;
  position: relative;
}

.tui_date_input {
  display: block !important;
}

.ifc__primary_input input[type=password],
.ifc__primary_input input[type=text],
.ifc__primary_input input[type=search],
.ifc__primary_search input[type=password],
.ifc__primary_search input[type=text],
.ifc__primary_search input[type=search] {
  font-size: 0.875rem;
  line-height: 1.375rem;
  width: 100%;
  height: 40px;
  padding: 10px 64px 10px 10px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  background-color: #fafdff;
  border: 1px solid #d8e7f5;
  border-radius: 0;
  -webkit-appearance: none;
  box-shadow: inset 0px 2px 1px 0px #F0F7FE;
}

.ifc__primary_input input[type=password]:focus,
.ifc__primary_input input[type=text]:focus,
.ifc__primary_input input[type=search]:focus,
.ifc__primary_search input[type=password]:focus,
.ifc__primary_search input[type=text]:focus,
.ifc__primary_search input[type=search]:focus {
  border: 2px solid #d8e7f5;
  background-color: #ffffff;
  outline: 0px;
}

.lp__primary_input input[type=date],
.lp__primary_search input[type=date],
.tui_date_input input[type=date] {
  font-size: 0.875rem;
  line-height: 1.375rem;
  width: 100%;
  height: 40px;
  padding: 10px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 0;
  -webkit-appearance: none;
  box-shadow: none;
}

.ifc__primary_input input[type=date]:focus,
.ifc__primary_search input[type=date]:focus,
.tui_date_input input[type=date]:focus {
  border: 2px solid #d8e7f5;
  outline: #996300 solid 2px;
  background-color: #ffffff;
}

.ifc__primary_input[disabled],
.ifc__primary_search[disabled],
.tui_date_input[disabled] {
  opacity: 0.6;
}

.ifc__secondary_input,
.ifc__secondary_search,
.ifc__search {
  margin: 0px 0px 16px 0px;
  position: relative;
}

.ifc__secondary_input input[type=text],
.ifc__secondary_input input[type=email],
.ifc__secondary_input input[type=search],
.ifc__secondary_search input[type=text],
.ifc__secondary_search input[type=email],
.ifc__secondary_search input[type=search],
.ifc__search input[type=text],
.ifc__search input[type=email],
.ifc__search input[type=search] {
  font-size: 0.875rem;
  line-height: 1.375rem;
  width: 100%;
  height: 40px;
  padding: 10px 64px 10px 10px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  -webkit-appearance: none;
  box-shadow: none;
}

.ifc__secondary_input input[type=text]:focus,
.ifc__secondary_input input[type=email]:focus,
.ifc__secondary_input input[type=search]:focus,
.ifc__secondary_search input[type=text]:focus,
.ifc__secondary_search input[type=email]:focus,
.ifc__secondary_search input[type=search]:focus,
.ifc__search input[type=text]:focus,
.ifc__search input[type=email]:focus,
.ifc__search input[type=search]:focus {
  background-color: #ffffff;
  outline: #996300 solid 2px;
  color: #002244;
  -webkit-appearance: none;
}

.ifc__secondary_input[disabled],
.ifc__secondary_search[disabled],
.ifc__search[disabled] {
  opacity: 0.6;
}

.ifc__secondary_input .ifc__submit_icon,
.ifc__secondary_search .ifc__submit_icon,
.ifc__search .ifc__submit_icon {
  background-color: #FFC72C;
}

.ifc__search {
  position: relative;
}

.ifc__submit_icon,
.ifc__research_submitbtn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px;
  border: 0px;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: transparent;
  height: 40px;
}

.ifc__submit_icon:before,
.ifc__research_submitbtn:before {
  font-family: "loopicon";
  content: "\e132";
  color: #ec553a;
}

.ifc__search_section .research-button {
  padding: 8px 12px;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  /* Now your own custom styles */
  height: 1px;
  width: 1px;
  background: transparent;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=image]:focus,
input[type=search-text]:focus {
  outline: #996300 solid 2px;
}

input[type=text]:-internal-autofill-selected,
input[type=email]:-internal-autofill-selected,
input[type=search]:-internal-autofill-selected,
input[type=image]:-internal-autofill-selected,
input[type=search-text]:-internal-autofill-selected {
  background-color: #ccf0ff;
}

/* === begin Search (Archives Past Presidents' Speeches) ===*/
.ifc__search_inline .search-input-field-1 {
  margin-bottom: 16px;
}

.ifc__search_inline .ifc__btn {
  text-transform: uppercase;
  font-weight: 600;
}

.redesign_research .ifc__search_inline .submit-btn {
  padding: 12px;
}

.redesign_research a {
  text-decoration: underline;
}

.redesign_research a:hover,
.redesign_research a:focus,
.redesign_research a:active {
  color: #ffffff;
  opacity: 0.8;
}

/* === End Search (Archives Past Presidents' Speeches) ===*/
input .email-input-field-1::-webkit-input-placeholder,
input .email-input-field-1::-moz-placeholder,
input .email-input-field-1::-ms-input-placeholder,
input .email-input-field-1::-moz-placeholder,
input .search-input-field-1::-webkit-input-placeholder,
input .search-input-field-1::-moz-placeholder,
input .search-input-field-1::-ms-input-placeholder,
input .search-input-field-1::-moz-placeholder,
input .search-input-field::-webkit-input-placeholder,
input .search-input-field::-moz-placeholder,
input .search-input-field::-ms-input-placeholder,
input .search-input-field::-moz-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=text]::-moz-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=text]::-moz-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=email]::-moz-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=search]::-moz-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=search]::-moz-placeholder,
input[type=search-text]::-webkit-input-placeholder,
input[type=search-text]::-moz-placeholder,
input[type=search-text]::-ms-input-placeholder,
input[type=search-text]::-moz-placeholder {
  color: #000000;
}

.ifc__search_banner_components {
  text-align: center;
}

.pressroomsearch {
  padding: 0px;
}

.pressroomsearch .ifc__search_banner_components .ifc__search {
  background-color: transparent;
}

.pressroomsearch .ifc__search_banner_components .ifc__search .ifc__input_group {
  margin-bottom: 16px;
}

.pressroomsearch .ifc__search_banner_components .ifc__search .radioCls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.pressroomsearch .ifc__search_banner_components .ifc__search .radio_inline {
  margin-right: 16px;
}

.pressroomsearch .ifc__search_banner_components .ifc__search input[type=radio] {
  margin-right: 8px;
}

.pressroomsearch .ifc__search_banner_components h1 {
  margin-bottom: 16px;
}

.search-listing {
  padding: 0px;
}
.search-listing .ifc__search_banner_components{
  margin-left: -15px;
  margin-right: -15px;
}
.search-listing .ifc__search_banner_components .ifc__search {
  background-color: transparent;
}

.search-listing .ifc__search_banner_components .ifc__search .ifc__input_group {
  margin-bottom: 16px;
}

.search-listing .ifc__search_banner_components .ifc__search .radioCls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.search-listing .ifc__search_banner_components .ifc__search .radio_inline {
  margin-right: 16px;
}

.search-listing .ifc__search_banner_components .ifc__search input[type=radio] {
  margin-right: 8px;
}

.search-listing .ifc__search_banner_components h1 {
  margin-bottom: 16px;
}

.ifc__input_clear_icon {
  position: absolute;
  left: auto;
  right: 40px;
  height: 100%;
  min-width: 40px;
  background: transparent;
  border: none;
}

.ifc__input_clear_icon .lp-times {
  position: absolute;
  right: 8px;
  top: 12px;
  padding: 0px 4px;
  text-align: center;
  background: transparent;
  color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  border: 0px;
}

.ifc__search .radioCls {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.ifc__search_banner_components .ifc__input_group {
  margin-bottom: 1rem;
}

.ifc__search_banner_components .ifc__search input[type=radio] {
  margin-right: 8px;
}
.radio_inline_wrapper {

  padding-top: 8px;
  border-top: 1px solid #d4d4d4;
  width: 100%;
  
}
.radio_inline_wrapper .radio_inline {
  float:left;
  margin-right:16px;
}
/* === Begin page nav tab === */
.ifc__page_tablist .ifc__page_tablist_title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #002345;
  position: relative;
  margin-bottom: 1rem;
}
.ifc__page_tablist .ifc__page_tablist_title:before {
  font-family: loopicon;
  content: "\e251";
  font-size: 20px;
  line-height: 26px;
  vertical-align: middle;
}
.ifc__page_tablist .ifc__page_tablist_title:after {
  content: "";
  position: absolute;
  top: 8px;
  border: 1px solid #00ade4;
  width: 57%;
  z-index: 2;
}
.ifc__page_tablist ul {
  display: flex;
  flex-wrap: wrap;
}
.ifc__page_tablist ul li {
  width: 50%;
  margin-bottom: 1rem;
}
.ifc__page_tablist ul li a {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #222632;
}


.page_tab_components.ifc__d_page_tablist .ifc__page_tablist,
.jumpto.ifc__d_page_tablist .ifc__page_tablist {
  display: none;
}
.page_tab_components.ifc__d_page_tablist .ifc__dropdown,
.jumpto.ifc__d_page_tablist .ifc__dropdown {
  display: block;
  position: fixed;
  z-index: 999;
  top: 0;
  min-width: 200px;
}
.page_tab_components .ifc__dropdown,
.jumpto .ifc__dropdown {
  display: none;
}
.page_tab_components.ifc__m_page_tablist .ifc__dropdown .ifc__dropdown_toggle,
.jumpto.ifc__m_page_tablist .ifc__dropdown .ifc__dropdown_toggle {
  background: #FFC72C;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
        color: #002345;
        min-width: 200px;
}
.page_tab_components.ifc__m_page_tablist .ifc__dropdown .ifc__dropdown_toggle:before,
.jumpto.ifc__m_page_tablist .ifc__dropdown .ifc__dropdown_toggle:before {
  font-family: loopicon;
  content: "\e251";
  font-size: 20px;
  line-height: 26px;
  vertical-align: middle;
}
.page_tab_components.ifc__m_page_tablist .ifc__dropdown .ifc__dropdown_toggle:after,
.jumpto.ifc__m_page_tablist .ifc__dropdown .ifc__dropdown_toggle:after {

  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  font-family: "loopicon";
  content: "\e116";
  font-size: 0.6rem;
  margin-left: 8px;
  padding: 2px 5px;
  float: right;
  color: #222632;
}
.page_tab_components.ifc__m_page_tablist .ifc__dropdown .ifc__dropdown_menu,
.jumpto.ifc__m_page_tablist .ifc__dropdown .ifc__dropdown_menu {
  background: #F0F2F4;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #002345;
        max-height: 250px;
    overflow-y: auto;
}
.page_tab_components.ifc__m_page_tablist .ifc__dropdown .ifc__dropdown_menu li:hover,
.jumpto.ifc__m_page_tablist .ifc__dropdown .ifc__dropdown_menu  li:hover{
      background-color: transparent;
}
.page_tab_components.ifc__m_page_tablist .ifc__dropdown .ifc__dropdown_menu li a,
.jumpto.ifc__m_page_tablist .ifc__dropdown .ifc__dropdown_menu li a{
   color: #002345;
}
/* === End page nav tab === */

/* == Begin Related-v1 components SASS ==*/
.ifc__link_list h3,
.ifc__link_list h4 {
  font-weight: 600;
}
.ifc__link_list .ifc__link_label {
  float: left;
}
.ifc__link_list ul.cmp-list {
  padding: 0px;
  list-style: none;
}
.ifc__link_list ul.cmp-list li.cmp-list__item {
  font-size: 1.25rem;
  line-height: 2.08rem;
  color: rgba(0, 0, 0, 0.87);
  border-bottom: 1px solid #C9C9C9;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.ifc__link_list ul.cmp-list li.cmp-list__item:last-child {
  border-bottom: 0px solid #C9C9C9;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.ifc__link_list ul.cmp-list li.cmp-list__item a:hover {
  text-decoration: underline;
}
.ifc__link_list ul.cmp-list li.cmp-list__item:last-child {
  margin: 0px;
}
@media (max-width: 767.5px) {
  .ifc__link_list.blue_border ul.cmp-list:before {
    content: "";
    position: absolute;
    left: 50%;
    border: 2px solid #00ade4;
    height: 60px;
    z-index: 2;
    top: -25px;
  }
}
@media (min-width: 768px) {
  .ifc__link_list.blue_border ul.cmp-list {
    border-top: 1px solid #00ade4;
    padding: 33px 0px 32px 94px;
    margin-top: 32px;
    position: relative;
    margin-left: -64px;
  }
}

.ifc__link_list_inverse ul.cmp-list li.cmp-list__item {
  border-bottom: 0px;
}
.ifc__link_list_inverse ul.cmp-list li.cmp-list__item a {
  padding-bottom: 8px;
  border-bottom: 1px solid #00ade4;
}
.ifc__link_list_inverse ul.cmp-list li.cmp-list__item a:hover {
  text-decoration: none;
  color: #002345; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 173, 228, 0.2) 0%, rgba(0, 173, 228, 0.2) 1%, rgba(0, 173, 228, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3300ade4", endColorstr="#0000ade4",GradientType=1 ); /* IE6-9 */
  box-shadow: none;
  text-decoration: none;
}

.ifc__list_link .cmp-list__item,
.ifc__list_link .cmp-button,
.ifc__list_link .cmp-teaser {
  margin-bottom: 16px;
  text-decoration: none;
}
.ifc__list_link .cmp-list__item .cmp-list__item-link,
.ifc__list_link .cmp-list__item .cmp-button__text,
.ifc__list_link .cmp-list__item .cmp-teaser__action-link,
.ifc__list_link .cmp-button .cmp-list__item-link,
.ifc__list_link .cmp-button .cmp-button__text,
.ifc__list_link .cmp-button .cmp-teaser__action-link,
.ifc__list_link .cmp-teaser .cmp-list__item-link,
.ifc__list_link .cmp-teaser .cmp-button__text,
.ifc__list_link .cmp-teaser .cmp-teaser__action-link {
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  line-height: 33.28px;
  font-weight: 400;
  color: #002345;
  border-bottom: 1px solid #00ade4;
  padding-bottom: 6px;
  text-decoration: none;
}
.ifc__list_link .cmp-list__item .cmp-list__item-link:hover,
.ifc__list_link .cmp-list__item .cmp-button__text:hover,
.ifc__list_link .cmp-list__item .cmp-teaser__action-link:hover,
.ifc__list_link .cmp-button .cmp-list__item-link:hover,
.ifc__list_link .cmp-button .cmp-button__text:hover,
.ifc__list_link .cmp-button .cmp-teaser__action-link:hover,
.ifc__list_link .cmp-teaser .cmp-list__item-link:hover,
.ifc__list_link .cmp-teaser .cmp-button__text:hover,
.ifc__list_link .cmp-teaser .cmp-teaser__action-link:hover {
  color: #002345; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 173, 228, 0.2) 0%, rgba(0, 173, 228, 0.2) 1%, rgba(0, 173, 228, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3300ade4", endColorstr="#0000ade4",GradientType=1 ); /* IE6-9 */
  box-shadow: none;
  text-decoration: none;
}
.ifc__list_link .cmp-list__item .cmp-list__item-link:focus,
.ifc__list_link .cmp-list__item .cmp-button__text:focus,
.ifc__list_link .cmp-list__item .cmp-teaser__action-link:focus,
.ifc__list_link .cmp-button .cmp-list__item-link:focus,
.ifc__list_link .cmp-button .cmp-button__text:focus,
.ifc__list_link .cmp-button .cmp-teaser__action-link:focus,
.ifc__list_link .cmp-teaser .cmp-list__item-link:focus,
.ifc__list_link .cmp-teaser .cmp-button__text:focus,
.ifc__list_link .cmp-teaser .cmp-teaser__action-link:focus {
  display: block;
  border: 1px dotted #00ade4;
}

/*=== Begin List Navigation css ===*/
.ifc__latest_list_section ul {
  list-style: none;
  padding-left: 0px;
}
.ifc__latest_list_section ul li.ifc__latest_item_list {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
}
.ifc__latest_list_section ul li.ifc__latest_item_list:before, .ifc__latest_list_section ul li.ifc__latest_item_list:after {
  content: " ";
  display: table;
}
.ifc__latest_list_section ul li.ifc__latest_item_list:after {
  clear: both;
}
@media (min-width: 500px) {
  .ifc__latest_list_section ul li.ifc__latest_item_list {
    display: flex;
  }
}
.ifc__latest_list_section .ifc__md_horizontal_img img {
  width: 100%;
  float: right;
  display: block;
}
@media (min-width: 500px) {
  .ifc__latest_list_section .ifc__md_horizontal_img img {
    height: 93px;
    width: 165px;
    margin-right: 16px;
  }
}
.ifc__latest_list_section .ifc__latest_item_listcontent {
  flex-grow: 1;
  /*    @media (min-width: 768px) {
      display: table-cell;
  }*/
}

.ifc__latest_hammer {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #787878;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
.ifc__latest_hammer span {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid;
}
.ifc__latest_hammer span:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: 0px solid #e6e6e6;
}

.ifc__latest_title {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #002345;
  margin: 0px 0px 16px 0px;
}
@media (min-width: 991px) {
  .ifc__latest_title {
    font-size: 22px;
    line-height: 32px;
  }
}
.ifc__latest_title a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
}

.ifc__latest_img {
  width: 90px;
  margin-right: 16px;
  float: left;
}

.inline_search_api {
  margin-bottom: 16px;
}

/*=== End List Navigation css ===*/

/*=== Begin region List nav ===*/
.ifc__listnav {
  margin-bottom: 32px;
  list-style: none;
        position: relative;
}
.ifc__listnav:last-child {
  margin-bottom: 0px;
}
.ifc__listnav .cmp-teaser {
  display: block;
}
@media (min-width: 600px) {
  .ifc__listnav .cmp-teaser {
    display: flex;
            display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
  }
}
.ifc__listnav .cmp-image .cmp-image__image {
  height: auto;
}
@media (min-width: 600px) {
  .ifc__listnav .cmp-image {
    width: 200px;
                height: 130px;
    margin-left: 16px;
  }
 .ifc__listnav .cmp-image .cmp-image__image {
                width: 200px;
                height: 130px;
                        -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
                    }
}
.ifc__listnav .cmp-teaser__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
}
.ifc__listnav .cmp-teaser__title a,
 .ifc__listnav .cmp-teaser__pretitle{
     position: relative;
            z-index:2;
            color: #002244;
        }
@media (min-width: 600px) {
  .ifc__listnav_invers .cmp-image {
    margin: 0px 16px 0px 0px;
  }
}

.ifc__icon_listnav ul li {
  display: flex;
  align-items: center;
  background: #F0F2F4;
  margin-bottom: 1rem;
  width: 100%;
}
.ifc__icon_listnav .ifc__icon_listnav_item {
  display: flex;
  align-items: center;
  background: #F0F2F4;
  margin-bottom: 1rem;
}
.ifc__icon_listnav .ifc__icon_listnav {
  background: #00ade4;
  padding: 22px 16px;
}
@media (min-width: 768px) {
  .ifc__icon_listnav .ifc__icon_listnav {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .ifc__icon_listnav .ifc__icon_listnav img {
    width: 80px;
  }
}
.ifc__icon_listnav .ifc__icon_listnav_content {
  padding: 16px;
}
@media (min-width: 768px) {
  .ifc__icon_listnav .ifc__icon_listnav_content {
    padding: 16px 32px;
  }
}
.ifc__icon_listnav .ifc__listnav_number {
  font-weight: 400;
  font-size: 50px;
  line-height: 57px;
  letter-spacing: -0.035em;
  color: #002345;
  display: block;
}
@media (min-width: 768px) {
  .ifc__icon_listnav .ifc__listnav_number {
    font-size: 60px;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: -3.5px;
  }
}
.ifc__icon_listnav .ifc__listnav_tag {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #002345;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  display: block;
}

.ifc__icon_listnav_card ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0px;
  width: 100%;
}
.ifc__icon_listnav_card ul li {
  flex-direction: column;
  width: 100%;
  background: transparent;
}
@media (min-width: 992px) {
  .ifc__icon_listnav_card ul li {
    width: 31.6%;
    margin-right: 16px;
  }
}
.ifc__icon_listnav_card ul li .ifc__icon_listnav,
.ifc__icon_listnav_card ul li .ifc__icon_listnav_content {
  text-align: center;
}
.ifc__icon_listnav_card ul li .ifc__icon_listnav {
  width: 100%;
  text-align: center;
  padding: 32px 32px 64px 32px;
}
.ifc__icon_listnav_card ul li .ifc__icon_listnav_content {
  background: #F0F2F4;
  width: 86%;
  padding: 32px;
  height: 100%;
  margin-top: -2rem;
}

.ifc__listnav_invers_components {
  padding: 32px;
}
@media (min-width: 992px) {
  .ifc__listnav_invers_components {
    padding: 64px;
  }
}
.ifc__listnav_invers_components .ifc__listnav {
  background: #FFFFFF;
}
.ifc__listnav_invers_components .ifc__listnav .cmp-teaser__title,
.ifc__listnav_invers_components .ifc__listnav .cmp-teaser__pretitle {
  color: #002345;
}
.ifc__listnav_invers_components .ifc__listnav .cmp-teaser__content {
  padding: 16px 32px;
}
.ifc__primary_background-color .ifc__listnav_invers {
    padding: 0px;
}
/*=== End region List nav ===*/
.ifc__share_social_media {
  padding: 32px 0px 0px 0px;
}
@media (min-width: 768px) {
  .ifc__share_social_media {
    display: flex;
    align-items: center;
  }
}
.ifc__share_social_media .ifc__social_media_title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #222632;
  margin: 0px 0px 16px 0px;
  display: inline-block;
}
@media (min-width: 768px) {
  .ifc__share_social_media .ifc__social_media_title {
    margin: 0px 16px 0px 0px;
  }
}
.ifc__share_social_media ul li a {
  color: #002345;
  width: 40px;
  height: 40px;
  background: #F0F2F4;
  border-radius: 100%;
  padding: 12px;
  margin-right: 16px;
     display: inline-block;
    text-align:center;
    vertical-align:middle;
}
.ifc__share_social_media ul li:first-child {
  width: auto;
}
.ifc__share_social_media .lp-instagram-solid,
.ifc__share_social_media .lp-youtube-solid{
   padding:0px;
    }

.ifc__share_social_media .lp-instagram-solid:before,
.ifc__share_social_media .lp-youtube-solid:before{
    font-size: 29px;
     line-height:39px;
    }
.ifc__social_podcastmedia .ifc__social_media_title,
.socialnavigation h3{
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 32px;
  display: block;
}
.ifc__social_podcastmedia ul li {
  margin-bottom: 16px;
}
.ifc__social_podcastmedia ul li a.lp:before {
  font-size: 20px;
  line-height: 28px;
  margin-right: 16px;
}
.ifc__social_podcastmedia .podcastmedia_label,
.socialnavigation a{
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #002345;
}
/* ==  Begin stats card ===*/
.ifc__overlay_textcard {
  background-color: #011D38;
  margin-left: 0px;
  margin-right: 0px;
}

@media (min-width: 1200px) {
  .ifc__overlay_textcard {
    background: rgb(255, 255, 255);
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgb(0, 34, 68) 10%, rgb(0, 34, 68) 10%, rgb(0, 34, 68) 89%, rgb(255, 255, 255) 89%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0);
    /* IE6-9 */
  }
}

.ifc__overlay_textcard {
  position: relative;
  z-index: 0;
}

.ifc__overlay_textcard .ifc-grid-fluid {
  padding: 0px;
}

.ifc__overlay_textcard .card_position {
  position: relative;
  float: left;
  align-items: flex-end !important;
  display: flex !important;
  justify-content: center;
  padding: 32px 32px;
  margin-bottom: 0px;
}

@media (min-width: 1200px) {
  .ifc__overlay_textcard .card_position {

    padding: 0px 64px;
  }
}

.statisticslist {
  position: relative;
  float: left;
}

.statisticslist h2 {
  color: #00ade4;
}

.statisticslist_secondary h2 {
  color: #002345;
}

.ifc__stats {
  position: relative;
  float: none;
  margin: 0px;
}

@media (min-width: 992px) {
  .ifc__stats {
    float: left;
    margin: 110px 64px 64px 64px;
  }
}

@media (min-width: 992px) {
  .statisticslist.statisticslist_inverse .ifc__stats {
    margin: 0;
  }

  .statisticslist.statisticslist_inverse .ifc__stats ul>li {
    width: 50%;
  }
}


.ifc__stats ul {
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

@media (min-width: 768px) {
  .ifc__stats ul {
    padding: 1rem 0rem;
  }
}

.ifc__stats ul>li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 32px;
  padding-top: 32px;
  float: none;
  width: 100%;
}

@media (min-width: 768px) {
  .ifc__stats ul>li {
    float: left;
    width: 45%;
    margin-right: 32px;
  }
}

@media (min-width: 992px) {
  .ifc__stats ul>li {
    width: 40%;
  }
}

.ifc__stats .ifc__stats_number {
  font-weight: 400;
  font-size: 50px;
  line-height: 57px;
  margin-bottom: 10px;
  color: #00ade4;
}

@media (min-width: 1200px) {
  .ifc__stats .ifc__stats_number {
    font-size: 60px;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: -1.5px;
  }
}

.ifc__stats .ifc__stats_detail {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #F0F2F4;
  margin: 0px 0px 16px 0px;
}

.ifc__stats .ifc__stats_detailstat {
  color: #00ADE4;
  font-weight: 700;
  margin: 0px 0px 16px 0px;
  display: block;
}

.statisticslist_inverse .ifc__stats ul>li {
  border-top: 1px solid #00ADE4;
}

.statisticslist_inverse .ifc__stats_number,
.statisticslist_inverse .ifc__stats_detail {
  color: #002345;
}

.statisticslist.statisticslist_secondary .ifc__stats {
  margin: 0px;
}

.statisticslist.statisticslist_secondary .ifc__stats ul {
  padding: 0px;
}

.statisticslist_secondary .ifc__stats ul li {
  width: 100%;
  list-style: none;
}

.statisticslist_secondary .ifc__stats_number {
  font-weight: 400;
  font-size: 38px;
  line-height: 44px;
  margin-bottom: 0px;
}

@media (min-width: 1200px) {
  .statisticslist_secondary .ifc__stats_number {
    font-size: 57px;
    line-height: 121.9%;
  }
}

.statisticslist_secondary .ifc__stats_number .ifc__stats_number,
.statisticslist_secondary .ifc__stats_number .ifc__stats_detail {
  color: #002345;
}

.statisticslist_card {
  background-position: bottom;
  background: url(../circles.html) 78% -96%, radial-gradient(166.79% 180.89% at -11.5% 126.49%, rgba(0, 173, 228, 0.2) 0%, rgba(0, 173, 228, 0) 100%), radial-gradient(109.75% 65.03% at 105.5% -21.5%, rgba(106, 191, 75, 0.3) 0%, rgba(106, 191, 75, 0) 100%), linear-gradient(43.87deg, #002345 24.52%, #011D38 60.92%);
  background-position-x: right;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
  min-height: 350px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* ==  End stats card ===*/

@media (max-width: 768px) {
  .ifc__stats ul > li {
      margin-bottom: 16px;
      padding-top: 16px;
  }
  
  .ifc__stats ul {
      padding: 1rem 0rem;
  }
  }

.generic-ui-text + .teaser .cmp-teaser__title{
     margin-top: 2rem;
            }

.generic-ui-text + .teaser .lp__more_collapse{
     word-wrap: break-word;
            }  


@media (min-width: 992px) {

.aem-Grid.aem-Grid--default--12 > .tui_statisticslist_width.aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 8.33333333%;
}

.aem-Grid.aem-Grid--default--12 > .tui_statisticslist_width.aem-GridColumn.aem-GridColumn--default--5 {
    width: 33.33333333%;
}

.aem-Grid.aem-Grid--default--12 > .tui_teaser_width.aem-GridColumn.aem-GridColumn--default--5 {
    width: 50%;
}

.tui_statisticslist_width .ifc__stats ul{
    display: inline-block;
 }

.tui_statisticslist_width.statisticslist.statisticslist_inverse .ifc__stats ul>li{
      width: 100%;
} 

}  
.blue_cta ul{
justify-content: flex-start;
}
.statisticslist.statisticslist_inverse.blue_cta .ifc__stats ul>li{
background: #F0F2F4;
margin-bottom: 1rem;
width: 100%;
border: 0px;
padding: 20px 32px 20px 80px;
position: relative;
}
.statisticslist.statisticslist_inverse.blue_cta .ifc__stats ul>li:before {
content: "";
position: absolute;
top: 0px;
border: 8px solid #00ADE4;
width: 66px;
height: 85%;
z-index: 2;
left: 0;
margin: 10px 0px;
background: #00ADE4;
}
.statisticslist-cta ul li {
  display: flex;
  padding: 40px 20px 40px 0px;
  align-items: center;
  background: #FFF;
  position: relative;
}
.statisticslist-cta ul li a {
  gap: 30px;
  display: flex;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.statisticslist-cta ul li a:hover {
text-decoration: none;

}
.statisticslist-cta ul li a:hover:before {
border: 8px solid #FFC72C;

}
.statisticslist-cta ul li a:before {
  content: "";
  position: absolute;
  top: 0px;
  border: 8px solid #00ADE4;
  width: 2px;
  height: 100%;
  z-index: 2;
}
.statisticslist-cta ul li a:after {
  font-family: "loopicon";
  content: "\e118";
  font-size: 1rem;
  margin-left: 4px;
  float: right;
            color:#BDBDBD;
}
        .statisticslist-cta ul li a:hover:after {
 color:#002345;

}
.statisticslist-cta .ifc__icon_listnav_content {
  padding: 0px;
  margin-left: 45px;
}
.statisticslist-cta .ifc__listnav_number {
  color: var(--blue1, #002345);
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
        letter-spacing: normal;
}
.statisticslist-cta .ifc__listnav_tag {
  color: #757575;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
/*=== Begin Tab components ====*/
.ifc__tab {
  position: relative;
}
.ifc__tab .layer-white .aem-Grid {
    display:flex;
                flex-wrap: wrap;
    }
.ifc__tab .cmp-tabs__tablist {
  display: flex;
  margin-bottom: 2rem;
  border-bottom: 1px solid #C9C9C9;
}
.ifc__tab .cmp-tabs__tablist li {
  float: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
 padding: 20px;
  color: #222632;
  text-transform: uppercase;
  border: 1px solid #C9C9C9;
        border-bottom: 0px;
  margin-right: 20px;
  margin-bottom: 0px!important;
}
.ifc__tab .cmp-tabs__tablist li[aria-selected=true] {
  background-color: #002345;
  color: #fff;
}

/*=== End Tab components ====*/

.ifc__pullquote {
  font-weight: 500;
  font-size: 32px;
  line-height: 137.9%;
  color: #002345;
  padding-left: 2rem;
  border-left: 2px solid #00ade4;
}

    .teaser .cmp-teaser__description ul {
list-style: disc;
padding-left: 40px; }
 .teaser .cmp-teaser__description ul li {
list-style: disc;
margin: 0px 0px 16px 0px; }
    .teaser .cmp-teaser__description ol {
list-style: decimal;
padding-left: 40px; }
 .teaser .cmp-teaser__description ol li {
list-style: decimal;
margin: 0px 0px 16px 0px; }
.ifc__signup {
  text-align: center;
}
.ifc__signup * {
  color: #002345;
}
.ifc__signup h2 {
  font-weight: bold;
}
.ifc__signup ul li {
   display: inline-block;
    }
.ifc__signup .cmp-teaser__action-link {
  font-size: 1rem;
  line-height: 1.149rem;
  font-weight: 700;
  margin: 0px 16px 16px 0px;
  color: #002345;
  padding: 18px 20px 18px 20px;
  text-align: center;
  background-color: #f2f2f2;
  border: 0px;
  display: inline-block;
}
.ifc__signup .cmp-teaser__action-link:hover,
.ifc__signup .cmp-teaser__action-link:active,
.ifc__signup .cmp-teaser__action-link.active,
.ifc__signup .cmp-teaser__action-link:focus {
  border: 0px;
  background-color: #e6e6e6;
  color: #002345;
  box-shadow: none;
  text-decoration: none;
}
.ifc__signup .cmp-teaser__action-link:active:hover {
  border: 0px;
  background-color: #e6e6e6;
  color: #002345;
  box-shadow: none;
  text-decoration: none;
}
a.tweet-sentance:hover {
  text-decoration: none;
}

.tweetable {
  color: #333;
  display: inline;
}

.tweetable a {
  background-color: #d9ecfd;
  color: inherit;
  /* twitter color */
  color: #333 !important;
  padding: 2px;
  text-decoration: none;
  border-bottom: 0px !important;
  transition: all 0.1545s ease-in-out;
}

.tweetable .lp {
  float: none !important;
  color: #009fda;
  font-size: 18px;
  padding: 0px 4px 0px 4px;
  display: inline-block;
}

.tweetable a:hover i,
.tweetable a:active i,
.tweetable a.active i,
.tweetable a:focus i,
.tweetable a:hover,
.tweetable a:active,
.tweetable a:focus {
  background-color: #00ade4;
  color: white !important;
  cursor: pointer;
  text-decoration: none;
}

.tweetable img {
  border: 0;
  display: inline-block;
  height: 1em;
  margin-left: 0.1875em;
  margin-right: 0.1875em;
  position: relative;
  top: -0.1em;
  vertical-align: middle;
  width: 1em;
  transition: all 0.1545s ease-in-out;
}

.tweetable img.twitter-icon-over {
  opacity: 0;
  position: absolute;
}

.tweetable:hover img.twitter-icon-over,
.tweetable:active img.twitter-icon-over,
.tweetable:focus img.twitter-icon-over {
  opacity: 1;
  position: relative;
}

.tweetable:hover img.twitter-icon-out,
.tweetable:active img.twitter-icon-out,
.tweetable:focus img.twitter-icon-out {
  display: none;
}
.filter-option {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 75%;
  display: inline-block;
}
.label {
  display: inline;
  padding: 8px;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991.5px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991.5px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991.5px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991.5px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1400px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1400px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1400px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1400px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1400px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1400px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.5px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center_block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.ifc__pull_right {
  float: right !important;
}

.ifc__pull_left {
  float: left !important;
}

.ifc__text_center {
  text-align: center;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text_hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.ifc__flex {
  display: flex !important;
}
.ifc__flex .cmp-container .aem-Grid  {
  display: flex;
}
.ifc__flexrow {
  flex-direction: row !important;
}

.ifc__flexcolumn {
  flex-direction: column !important;
}

.ifc__flexrow_reverse {
  flex-direction: row-reverse !important;
}

.ifc__flexcolumn_reverse {
  flex-direction: column-reverse !important;
}

.ifc__flexwrap {
  flex-wrap: wrap !important;
}

.ifc__flex_nowrap {
  flex-wrap: nowrap !important;
}

.ifc__flexwrap_reverse {
  flex-wrap: wrap-reverse !important;
}

.ifc__justify_content_start {
  justify-content: flex-start !important;
}

.ifc__justify_content_end {
  justify-content: flex-end !important;
}

.ifc__justify_content_center {
  justify-content: center !important;
}

.ifc__justify_content_between {
  justify-content: space-between !important;
}

.ifc__justify_content_around {
  justify-content: space-around !important;
}

.ifc__align_items_start {
  align-items: flex-start !important;
}

.ifc__align_items_end {
  align-items: flex-end !important;
}

.ifc__align_items_center {
  align-items: center !important;
}

.ifc__align_items_baseline {
  align-items: baseline !important;
}

.ifc__align_items_stretch {
  align-items: stretch !important;
}

.ifc__align_content_start {
  align-content: flex-start !important;
}

.ifc__align_content_end {
  align-content: flex-end !important;
}

.ifc__align_content_center {
  align-content: center !important;
}

.ifc__align_content_between {
  align-content: space-between !important;
}

.ifc__align_content_around {
  align-content: space-around !important;
}

.ifc__align_content_stretch {
  align-content: stretch !important;
}

.ifc__align_self_auto {
  align-self: auto !important;
}

.ifc__align_self_start {
  align-self: flex-start !important;
}

.ifc__align_self_end {
  align-self: flex-end !important;
}

.ifc__align_self_center {
  align-self: center !important;
}

.ifc__align_self_baseline {
  align-self: baseline !important;
}

.ifc__align_self_stretch {
  align-self: stretch !important;
}
.ifc__flex_card .aem-Grid {
  display: flex;
  flex-wrap: wrap;
}
.ifc__subscribe {
  position: relative;
}

.peoplelist .aem-Grid {
  display: flex;
  flex-wrap: wrap;
}

/* == End Custom SASS == */
.embed {
  position: relative;
}

.embed .cmp-embed {
  position: relative;
  display: block;
  height: 100%;
  padding: 0;
  overflow: hidden;
  margin-bottom: 1.5rem;
  padding-bottom: 56.25%;
}

.embed .ifc__embed_responsive_item,
.embed iframe,
.embed embed,
.embed object,
.embed video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100% !important;
  border: 0;
}

.ifc_story_embed .cmp-embed {
  overflow: unset;
  padding-bottom: unset;
}

.ifc__embed_responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 16px;
}

.ifc__embed_responsive .ifc__embed_responsive_item,
.ifc__embed_responsive iframe,
.ifc__embed_responsive embed,
.ifc__embed_responsive object,
.ifc__embed_responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.ifc__embed_responsive_1by {
  padding-bottom: 56.25%;
}

.ifc__embed_responsive_16by9 {
  padding-bottom: 56.25%;
}

.ifc__embed_responsive_4by3 {
  padding-bottom: 75%;
}

.ifc__embed_responsive_21by9 {
  padding-bottom: 80%;
}

.ifc__embed_text {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: rgba(0, 0, 0, 0.87);
  padding: 0px;
}

@media (min-width: 768px) {
  .ifc__embed_text {
    padding: 32px;
  }
}

@media (min-width: 992px) {
  html[lang="fr"] .ifc__megamenu_list:last-child {
    margin-right: 10px;
  }

  html[lang="fr"] .lp__megamenu .lp__megamenu_list a.ifc__megamenu_item {
    font-size: 0.975rem;
    letter-spacing: -0.97px;
  }

  html[lang="fr"] .ifc__workwithus a.ifc__megamenu_item {
    font-size: 0.975rem;
    letter-spacing: -0.97px;
  }

  html[lang="es"] .ifc__megamenu ul:first-child {
    min-width: 500px;
  }

  html[lang="es"] .ifc__megamenu_list:last-child {
    margin-right: 10px;
  }

  html[lang="es"] .lp__megamenu .lp__megamenu_list a.ifc__megamenu_item {
    font-size: 0.975rem;
    letter-spacing: -0.97px;
  }

  html[lang="es"] .ifc__workwithus a.ifc__megamenu_item {
    font-size: 0.975rem;
    letter-spacing: -0.97px;
  }

  html[lang="ru"] .lp__megamenu .lp__megamenu_list a.ifc__megamenu_item {
    font-size: 0.875rem;
    letter-spacing: -0.97px;
  }

  html[lang="ru"] .ifc__workwithus a.ifc__megamenu_item {
    font-size: 0.975rem;
    letter-spacing: -0.97px;
  }

  html[lang="ar"] .ifc__megamenu_list:last-child {
    margin-right: 10px;
  }
}

@media (min-width: 1401px) {
  html[lang="ru"] .lp__megamenu .lp__megamenu_list a.ifc__megamenu_item {
    font-size: 1rem;
    letter-spacing: -0.97px;
  }
}

/* ==  Begin ifc card ===*/


/* === End ifc Banner ===*/

.ifc__megamenu .aem-Grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  width: auto !important;
}

@media (min-width: 768px) {
  .ifc__megamenu .aem-Grid {
    margin-left: -8px;
    margin-right: -8px;
  }
}

@media (min-width: 992px) {
  .ifc__megamenu .aem-Grid {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (min-width: 1400px) {
  .ifc__megamenu .aem-Grid {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.ifc__flex_card .aem-Grid .ifc__card.no_overlay_img .cmp-teaser,
.ifc__flex_card .aem-Grid .ifc__card.no_overlay_img .cmp-teaser .cmp-teaser__image {
  height: 100%;
}

/*=== Begin image components ====*/

/*=== End image components ====*/
.padd-y-100 {
  padding: 100px 0px 64px 0px;
}

.padd-y-200 {
  padding: 200px 0px 64px 0px;
}

.tui_no_blue_line:after{
  display:none;
}

.wrap_bg_image + .layer-white .title{
  margin-bottom: 1rem;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
margin-left: -8px;
margin-right: -8px;
}
.row:before, .row:after {
content: " ";
display: table;
}
.row:after {
clear: both;
}
@media (min-width: 768px) {
.row {
  margin-left: -8px;
  margin-right: -8px;
}
}
@media (min-width: 992px) {
.row {
  margin-left: -12px;
  margin-right: -12px;
}
}
@media (min-width: 1400px) {
.row {
  margin-left: -15px;
  margin-right: -15px;
}
}

.col-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-2, .col-sm-2, .col-md-2, .col-lg-2, .col-3, .col-sm-3, .col-md-3, .col-lg-3, .col-4, .col-sm-4, .col-md-4, .col-lg-4, .col-5, .col-sm-5, .col-md-5, .col-lg-5, .col-6, .col-sm-6, .col-md-6, .col-lg-6, .col-7, .col-sm-7, .col-md-7, .col-lg-7, .col-8, .col-sm-8, .col-md-8, .col-lg-8, .col-9, .col-sm-9, .col-md-9, .col-lg-9, .col-10, .col-sm-10, .col-md-10, .col-lg-10, .col-11, .col-sm-11, .col-md-11, .col-lg-11, .col-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 8px;
padding-right: 8px;
}
@media (min-width: 768px) {
.col-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-2, .col-sm-2, .col-md-2, .col-lg-2, .col-3, .col-sm-3, .col-md-3, .col-lg-3, .col-4, .col-sm-4, .col-md-4, .col-lg-4, .col-5, .col-sm-5, .col-md-5, .col-lg-5, .col-6, .col-sm-6, .col-md-6, .col-lg-6, .col-7, .col-sm-7, .col-md-7, .col-lg-7, .col-8, .col-sm-8, .col-md-8, .col-lg-8, .col-9, .col-sm-9, .col-md-9, .col-lg-9, .col-10, .col-sm-10, .col-md-10, .col-lg-10, .col-11, .col-sm-11, .col-md-11, .col-lg-11, .col-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 8px;
  padding-right: 8px;
}
}
@media (min-width: 992px) {
.col-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-2, .col-sm-2, .col-md-2, .col-lg-2, .col-3, .col-sm-3, .col-md-3, .col-lg-3, .col-4, .col-sm-4, .col-md-4, .col-lg-4, .col-5, .col-sm-5, .col-md-5, .col-lg-5, .col-6, .col-sm-6, .col-md-6, .col-lg-6, .col-7, .col-sm-7, .col-md-7, .col-lg-7, .col-8, .col-sm-8, .col-md-8, .col-lg-8, .col-9, .col-sm-9, .col-md-9, .col-lg-9, .col-10, .col-sm-10, .col-md-10, .col-lg-10, .col-11, .col-sm-11, .col-md-11, .col-lg-11, .col-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 12px;
  padding-right: 12px;
}
}
@media (min-width: 1400px) {
.col-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-2, .col-sm-2, .col-md-2, .col-lg-2, .col-3, .col-sm-3, .col-md-3, .col-lg-3, .col-4, .col-sm-4, .col-md-4, .col-lg-4, .col-5, .col-sm-5, .col-md-5, .col-lg-5, .col-6, .col-sm-6, .col-md-6, .col-lg-6, .col-7, .col-sm-7, .col-md-7, .col-lg-7, .col-8, .col-sm-8, .col-md-8, .col-lg-8, .col-9, .col-sm-9, .col-md-9, .col-lg-9, .col-10, .col-sm-10, .col-md-10, .col-lg-10, .col-11, .col-sm-11, .col-md-11, .col-lg-11, .col-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
float: left;
}

.col-1 {
width: 8.3333333333%;
}

.col-2 {
width: 16.6666666667%;
}

.col-3 {
width: 25%;
}

.col-4 {
width: 33.3333333333%;
}

.col-5 {
width: 41.6666666667%;
}

.col-6 {
width: 50%;
}

.col-7 {
width: 58.3333333333%;
}

.col-8 {
width: 66.6666666667%;
}

.col-9 {
width: 75%;
}

.col-10 {
width: 83.3333333333%;
}

.col-11 {
width: 91.6666666667%;
}

.col-12 {
width: 100%;
}

@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  float: left;
}
.col-sm-1 {
  width: 8.3333333333%;
}
.col-sm-2 {
  width: 16.6666666667%;
}
.col-sm-3 {
  width: 25%;
}
.col-sm-4 {
  width: 33.3333333333%;
}
.col-sm-5 {
  width: 41.6666666667%;
}
.col-sm-6 {
  width: 50%;
}
.col-sm-7 {
  width: 58.3333333333%;
}
.col-sm-8 {
  width: 66.6666666667%;
}
.col-sm-9 {
  width: 75%;
}
.col-sm-10 {
  width: 83.3333333333%;
}
.col-sm-11 {
  width: 91.6666666667%;
}
.col-sm-12 {
  width: 100%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: left;
}
.col-md-1 {
  width: 8.3333333333%;
}
.col-md-2 {
  width: 16.6666666667%;
}
.col-md-3 {
  width: 25%;
}
.col-md-4 {
  width: 33.3333333333%;
}
.col-md-5 {
  width: 41.6666666667%;
}
.col-md-6 {
  width: 50%;
}
.col-md-7 {
  width: 58.3333333333%;
}
.col-md-8 {
  width: 66.6666666667%;
}
.col-md-9 {
  width: 75%;
}
.col-md-10 {
  width: 83.3333333333%;
}
.col-md-11 {
  width: 91.6666666667%;
}
.col-md-12 {
  width: 100%;
}
}
@media (min-width: 1400px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  float: left;
}
.col-lg-1 {
  width: 8.3333333333%;
}
.col-lg-2 {
  width: 16.6666666667%;
}
.col-lg-3 {
  width: 25%;
}
.col-lg-4 {
  width: 33.3333333333%;
}
.col-lg-5 {
  width: 41.6666666667%;
}
.col-lg-6 {
  width: 50%;
}
.col-lg-7 {
  width: 58.3333333333%;
}
.col-lg-8 {
  width: 66.6666666667%;
}
.col-lg-9 {
  width: 75%;
}
.col-lg-10 {
  width: 83.3333333333%;
}
.col-lg-11 {
  width: 91.6666666667%;
}
.col-lg-12 {
  width: 100%;
}
}

.mb-4{
margin-bottom: 20px !important;
}

img {

  max-width: 100%;
}
.introduction-block {
  background: #f5f5f5;
  font-size: 18px;
  font-style: italic;
  margin: 40px 0;
  padding: 20px 25px;
  text-align: center;
}
.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}
.btn-hollow {
background: transparent;
border: 0px;
color: #00ade4;
}
.btn-hollow:hover {
color: #002345;
}
.generic-ui-image,
.generic-ui-text,
.generic-ui-teaser,
.ifcvideo{
margin-bottom: 48px;
}
.ifcvideo .ifc-embed {
margin: 0px;
}
.ifc-generic-banner,
.ifc-generic-subbanner{
padding : 0px;
position: relative;

}
.ifc-generic-banner .cmp-teaser__content {
    padding: 8px;
        }
@media (min-width:992px) {
.ifc-generic-banner .cmp-teaser__content{
flex: 0 0 auto;
width: 45%;
margin: -25rem 0rem 0rem 0rem;
position: relative;
display: block;
padding: 32px;
right: 10rem;
bottom: 11%;
text-align: left;
float: right;
        }
        .ifc-generic-banner .cmp-teaser__content *,
.ifc-generic-subbanner .cmp-teaser__content *{
color: #fff;
}
}


.ifc-generic-subbanner .cmp-teaser__content *{
color: #fff;
}

.ifc-generic-banner .cmp-teaser__action-link,
.ifc-generic-subbanner .cmp-teaser__action-link{
font-size: 1rem;
line-height: 1.149rem;
font-weight: 700;
padding: 18px 20px 18px 20px;
text-align: center;
display: inline-block;
margin-right: 16px;
margin-bottom: 16px;
}
.ifc-generic-banner.ifc__solid_yellow_btn .cmp-teaser__action-link,
.ifc-generic-subbanner.ifc__solid_yellow_btn .cmp-teaser__action-link{
background-color: #FFC72C;
color: #002345;
}
.ifc-generic-banner.ifc__solid_yellow_btn .cmp-teaser__action-link:hover, 
.ifc-generic-banner.ifc__solid_yellow_btn .cmp-teaser__action-link:focus, 
.ifc-generic-banner.ifc__solid_yellow_btn .cmp-teaser__action-link:active,
.ifc-generic-subbanner.ifc__solid_yellow_btn .cmp-teaser__action-link:hover, 
.ifc-generic-subbanner.ifc__solid_yellow_btn .cmp-teaser__action-link:focus, 
.ifc-generic-subbanner.ifc__solid_yellow_btn .cmp-teaser__action-link:active{
border: 0px;
background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgb(255, 199, 44) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ccffffff", endColorstr="#ffc72c", GradientType=1);
/* IE6-9 */
color: #002345;
box-shadow: none;
text-decoration: none;
}

.ifc-generic-banner.ifc__solid_blue_btn .cmp-teaser__action-link,
.ifc-generic-subbanner.ifc__solid_blue_btn .cmp-teaser__action-link{
background-color: #002345;
color: #fff;
}
.ifc-generic-banner.ifc__solid_blue_btn .cmp-teaser__action-link:hover, 
.ifc-generic-banner.ifc__solid_blue_btn .cmp-teaser__action-link:focus, 
.ifc-generic-banner.ifc__solid_blue_btn .cmp-teaser__action-link:active,
.ifc-generic-subbanner.ifc__solid_blue_btn .cmp-teaser__action-link:hover, 
.ifc-generic-subbanner.ifc__solid_blue_btn .cmp-teaser__action-link:focus, 
.ifc-generic-subbanner.ifc__solid_blue_btn .cmp-teaser__action-link:active {
background: linear-gradient(90deg, rgba(0, 173, 228, 0.8) 0%, rgba(0, 173, 228, 0) 100%), #002345;
color: #fff;
box-shadow: none;
text-decoration: none;
}
.ifc-generic-subbanner .cmp-image__image{
height:300px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center center;
object-position: center center;
}

.ifc-generic-subbanner .cmp-teaser__content {
flex: 0 0 auto;
width: 100%;
position: absolute;
left: 0;
right: 0;
top: 20%;
bottom: 0;
margin: auto;
display: flex;
padding: 16px;
bottom: 15%;
text-align: center;
align-items: center;
justify-content: center;
flex-direction: column;
}

        @media (min-width:768px) {
        .ifc-generic-subbanner .cmp-teaser__content {
    width: 60%;
                       top: 10%;
                }
    }

.ifc-generic-banner .cmp-image__image {
        -o-object-fit: cover;
object-fit: cover;
-o-object-position: top center;
object-position: top center;
width: 100%;

}
@media (max-width:1200px) {
        .ifc-generic-banner .cmp-image__image  {
          height: auto;
        }
      }
a.tui_ifc_event_schedule_wrapper {
  padding: 1.25rem 0;
}

.tui_ifc_event_schedule_wrapper h2,
.tui_ifc_event_schedule_wrapper h3,
.tui_ifc_event_schedule_wrapper p {
  color: #002345;
}

.tui_ifc_event_schedule_wrapper .tui_ifc_event_schedule>p {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  padding-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 1.56px;
}

.tui_ifc_event_schedule_wrapper .tui_ifc_event_schedule>p span {
  color: #00ADE4;
}

.tui_ifc_event_schedule_wrapper .tui_ifc_event_schedule h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  padding-bottom: 1rem;
  margin: 0;
}

.tui_ifc_event_schedule_wrapper .tui_ifc_event_schedule .tui_schedule_content p {
  color: #757575;
}

.tui_ifc_event_schedule {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #DADEE3;
  margin-bottom: 1.5rem;
}

.tui_ifc_event_schedule:last-child {
  padding-bottom: 0rem;
  border-bottom: 0px solid #DADEE3;
  margin-bottom: 0rem;
}

.tui_ifc_event_schedule_wrapper .tui_ifc_event_schedule .tui_schedule_options {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;

}

.tui_ifc_event_schedule_wrapper .tui_ifc_event_schedule .tui_schedule_options .tui_options_left {
  display: flex;
  padding: 0;
}

.tui_ifc_event_schedule_wrapper .tui_ifc_event_schedule .tui_schedule_options .tui_options_left .tui_lang_badge {
  display: flex;
  flex-wrap: wrap;
}

.tui_ifc_event_schedule_wrapper .tui_ifc_event_schedule .tui_schedule_options .tui_options_left .tui_lang_badge a {
  font-size: 0.75rem;
  line-height: 1.0625rem;
  font-weight: 700;
  padding: 0.5rem 0.75rem;
  border: 1px solid #DADEE3;
  margin: 0;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 30px;
  text-decoration: none;
}

.tui_ifc_event_schedule_wrapper .tui_ifc_event_schedule .tui_schedule_options .tui_options_left .tui_lang_badge span {
  color: #DADEE3;
}

.tui_ifc_event_schedule_wrapper .tui_ifc_event_schedule .tui_schedule_options .tui_options_right {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin-top: 1rem;
}

.tui_ifc_event_schedule_wrapper .tui_ifc_event_schedule .tui_schedule_options .tui_options_right .banner-action-buttons-wrapper {
  width: auto;
  margin: 0;
}

.tui_ifc_event_schedule_wrapper .tui_ifc_event_schedule .tui_schedule_options .tui_options_right .model-wrapper {
  width: 100%;
  margin: 0;
}

.tui_ifc_event_schedule_wrapper .tui_ifc_event_schedule .tui_schedule_options .tui_options_right .layer-card-title {
  margin: 0;
}

.tui_ifc_event_schedule_wrapper .tui_ifc_event_schedule .tui_schedule_options .tui_options_right .layer-card-title .cmp-button {
  float: none;
  margin-right: 1rem;
  text-decoration: none;
}

.tui_ifc_event_schedule_wrapper .tui_ifc_event_schedule .tui_schedule_options .tui_options_right .ifc__blue_btn {
  color: #fff;
}

.tui_event_series_link a {
  font-size: 1.125rem;
  line-height: 1.8125rem;
  border-bottom: 1px solid #00ADE4;
  margin: 0 0.5rem;
  cursor: pointer;
  padding-bottom: 0.25rem;
  text-decoration: none
}

.tui_event_series_link a .lp {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .tui_ifc_event_schedule_wrapper .tui_ifc_event_schedule .tui_schedule_options {
      flex-direction: row;
  }

  .tui_ifc_event_schedule_wrapper .tui_ifc_event_schedule .tui_schedule_options .tui_options_right {
      margin: 0;
      justify-content: flex-end;
  }
}

.layer__event_btn_detail {
  display: inline-block;
  margin-bottom: 2rem;
}

.layer__event_btn_detail .ifc__yellow_btn {
  color: #002345;
}

.layer__event_btn_detail .ifc__blue_btn {
  color: #fff;
  text-decoration: none;
}

.layer__event_btn_detail .ifc__blue_btn:hover,
.layer__event_btn_detail .ifc__blue_btn:active {
  text-decoration: none;
}

.layer__event_btn_detail .layer-card-title {
  display: inline-block;
  margin-right: 1rem;
  position: relative;
}

.layer__event_btn_detail .layer-card-title:last-child {
  margin: 0;
}

.layer__event_btn_detail .layer-card-title .cmp-button {
  float: none;
  border-radius: 3px;
  box-shadow: none !important;
  z-index: 1!important;
}

.layer__event_btn_detail .layer-card-title .cmp-button:hover {
  font-size: 1rem !important;
}

.layer__event_btn_detail .layer-card-title .cmp-button .cmp-button__text {
  color: #002345;
}

.layer__event_banner .layer__event_banner_detail .ifc__event_date:before {
  display: none;
}

.page_tab_components.ifc_new_event_detail.ifc__d_page_tablist .ifc__dropdown {
  display: block;
  position: fixed;
  z-index: 999;
  min-width: 200px;
}

.ifc__event_details.section.ifc_event_new_details .ifc__event_listitem>p {
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  text-transform: uppercase;
}
.ifc__event_details.section.ifc_event_new_details .ifc__event_listitem>p span:first-child {
padding-right: 8px;
margin-right: 8px;
border-right: 1px solid #00ADE4;
}
.ifc__event_details.section.ifc_event_new_details .ifc__event_listitem>p span.local-time {
font-size: 14px;
line-height: 20px;
text-transform: none;
}
.ifc__event_details.section.ifc_event_new_details .ifc__event_listitem>p span.local-time a {
color: #00ADE4;
}
.ifc__event_details.section.ifc_event_new_details .ifc__event_listitem .ifc_event_detail_list {
  display: inline-flex;
  align-items: center;
  margin: 1rem 0;
  position: relative;
}

/* .ifc__event_details.section.ifc_event_new_details .ifc__event_listitem .ifc_event_detail_list span {
  display: block;
  width: 2px;
  height: 21px;
  position: relative;
  background: #00ADE4;
  margin-right: 1rem;
} */
.ifc_event_detail_list:before {
  content: "";
    position: absolute;
    top: 0px;
    border: 1px solid #00ADE4;
    width: 2px;
    height: 100%;
    z-index: 2;
    margin-right: 24px;
}
.ifc__event_details.section.ifc_event_new_details .ifc__event_listitem .ifc_event_detail_list p {
  font-size: 1rem;
  line-height: 1.35rem;
  display: inline-block;
  margin-left: 16px;
}
@media (min-width:1200px) {
  .ifc__event_details.section.ifc_event_new_details .ifc__event_listitem .ifc_event_detail_list p {
    font-size: 1.125rem;
    line-height: 1.8125rem;
    display: inline-block;
  }
}
.ifc__body_content.tui_event_detail_description .page_tab_components.ifc__m_page_tablist .ifc__dropdown .ifc__dropdown_menu {
  padding: 0;
  background-color: #002345;
}

.ifc__body_content.tui_event_detail_description .page_tab_components.ifc__m_page_tablist .ifc__dropdown .ifc__dropdown_menu li {
  margin: 0;
}

.ifc__body_content.tui_event_detail_description ul {
  list-style-position: inside;
}

.ifc__body_content.tui_event_detail_description .tui_event_series_link a {
  margin: 0;
}

.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer {
  background-color: #fff;
  padding: 10px 30px 70px;
  margin-top: 1rem;
}

.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .title {
  margin: 1.5rem 0 0;
}

.ifc__timeline_detail.ifc__body_content .title+.eventsession {
  margin: 1.5rem 0 0;
  float: none;
  clear: both;
}
.ifc__timeline_detail.ifc__body_content .eventsession .text p {
  margin-bottom: 40px;
}
.ifc__timeline_detail.ifc__body_content .eventsession:first-child {
  margin: 1.5rem 0 0;
}
.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_timeline_session_content .text ul {
  padding-left: 40px;
}
.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer ol {
   padding: 0;
  list-style: none; 
  /* border-bottom: 1px solid #C9C9C9; */
  margin-bottom: 0;
}

.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer ol li {
   list-style: none; 
  margin: 0px 0px 16px 0px;
  /* text-transform: uppercase; */
  /* color: rgba(0, 0, 0, 0.6); */
  /* padding-left: 0;
  padding-right: 0;
  margin-right: 1rem; */
  border: 0;
  background-color: transparent;
 
}

.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer ol li.cmp-tabs__tab--active {
  color: #000;
  border-bottom: 2px solid #00ADE4;
  font-weight: bold;
}

.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .k-timeline-vertical {
  padding-left: 0;
  margin-top: 0;
}

 .ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .k-timeline-vertical ul {
  padding-left: 0;
} 

.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .k-timeline-vertical .k-timeline-flag-wrap {
  position: relative;
}

.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .k-timeline-vertical .k-timeline-flag-wrap:first-child {
  padding-top: 0;
}

.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_timeline_session_content {
  padding-left: 0;
  margin-bottom: 1rem;
  border-bottom: 2px solid #BDBDBD;
  position: relative;
}

.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_timeline_session_content .ifc_session_title_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1rem;
}


.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_timeline_session_content .ifc_session_title_wrapper .ifc_session_title+.layer-card-title {
  display: flex;
}

.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_timeline_session_content .ifc_session_title_wrapper .ifc_session_title+.layer-card-title .layer__event_btn_detail {
  display: flex;
  margin-bottom: 0;
}

.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_timeline_session_content .ifc_session_title_wrapper .ifc_session_title+.layer-card-title .ifc__blue_btn {
  line-height: 22px;
}


.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_timeline_session_content .ifc_session_title_wrapper .ifc_session_title+.layer-card-title .banner-action-buttons-wrapper {
  width: auto;
  margin: 0;
}

.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_timeline_session_content .ifc_session_title_wrapper .ifc_session_title+.layer-card-title .model-wrapper {
  width: 100%;
  margin-right: 1.5rem;
}


/* @media (max-width: 650px) {

  .ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_timeline_session_content .ifc_session_title_wrapper .ifc_session_title+.layer-card-title {
      display: flex;
      position: absolute;
      top: -75px;
  }

} */

@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_timeline_session_content .ifc_session_title_wrapper {
      flex-direction: column;
  }

}




.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_timeline_session_content .ifc_session_title_wrapper h4 {
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_timeline_session_content .ifc_session_title_wrapper p {
  color: #757575;
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-bottom: 0.5rem;
}

.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_timeline_session_content .text {
  font-size: 1.125rem;
  line-height: 1.8125rem;
}

.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_timeline_session_content .ifc_session_details {
  padding: 1rem;
  border-top: 1px solid #F0F2F4;
}

.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_timeline_session_content .ifc_session_details p {
  margin: 0;
}

.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_timeline_session_content .ifc_session_details p a {
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
}

.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_timeline_session_content .ifc_session_details p a:hover,
.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_timeline_session_content .ifc_session_details p a:active {
  text-decoration: none;
}

.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_timeline_session_content .ifc_session_details p a.ifc__yellow_collapse:before {
  content: "\e128";
  font-family: "loopicon";
  border-radius: 100px;
  width: 20px;
  height: 20px;
  background-color: #FFC72C;
  color: black;
  line-height: 8px;
  font-weight: 700;
  position: relative;
  top: -2px;
  font-size: 10px;
  text-align: center;
  padding: 6px;
  display: inline-block;
  margin-right: 0.5rem;
}

.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_timeline_session_content .ifc_session_details p a.minus:before {
  content: "\e129";
  background-color: #002345;
  color: #fff;
}

a.ifc__yellow_collapse.minus {
  margin-bottom: 1rem;
  display: block;
}

.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_session_img_content .image,
.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_session_img_content .text {
  width: 100%;
}

.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_session_img_content .image p,
.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_session_img_content .text p {
  color: #757575;
}

.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_common_title {
  position: relative;
}

.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_common_title .title p {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  position: relative;
  z-index: 9;
  padding-right: 1rem;
}

.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_common_title .title:after {
  content: "";
  display: block;
  width: 100%;
  background: #00ADE4;
  height: 1px;
  position: absolute;
  top: 11px;
  z-index: 0;
}

.ifc__leader_details {
  margin-bottom: 1rem;
}

.ifc__leader_details .aem-GridColumn,
.ifc__leader_details .aem-Grid,
.ifc_speakers_profile .aem-Grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.ifc__leader_details .ifc_leader_list {
  display: flex;
  padding: 0;
  margin-bottom: 1rem;
}

.ifc__leader_details .ifc_leader_list img {
  border-radius: 50%;
  object-fit: cover;
  min-width: 80px;
  cursor: pointer;
}

.ifc__leader_details .ifc_leader_list .ifc_leader_info {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
}

.ifc__leader_details .ifc_leader_list .ifc_leader_info h4 {
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 500;
  margin: 0;
}

.ifc__leader_details .ifc_leader_list .ifc_leader_info .ifc_leader_role {
  font-size: 0.75rem;
  line-height: 1rem;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #002345;
  letter-spacing: 1.56px;
}

.ifc__leader_details .ifc_leader_list .ifc_leader_info .ifc_leader_desc {
  color: #757575;
  font-size: 1.125rem;
  line-height: 1.8125rem;
  margin: 0;
}

.ifc_speakers_profile {
  margin-top: 1rem;
}

.ifc_speakers_profile .ifc__expert_listnav .cmp-teaser__pretitle {
  margin-bottom: 2rem;
}

.ifc_speakers_profile .ifc__expert_listnav {
  position: relative;
  margin-bottom: 1.5rem;
}

.ifc_speakers_profile .ifc_speaker_info {
  margin-bottom: 0.5rem;
}

.ifc_speakers_profile .ifc_speaker_info p {
  color: #757575;
  font-size: 1.125rem;
  line-height: 1.8125rem;
  margin: 0;
}

.ifc_speakers_profile .ifc__contacts_wrapper {
  margin-bottom: 0;
}

.ifc_speakers_profile .ifc__social_media {
  padding: 0;
  text-align: left;
}
.ifc_speakers_profile .ifc__social_media .lp-facebook:before {
  content: "\e191";
}
.ifc_speakers_profile .ifc__social_media .lp-twitte:before {
  content: "\e192";
}
.ifc_speakers_profile .ifc__social_media .lp-linkedln:before {
  content: "\e193";
}
.ifc_speakers_profile .ifc__social_media .lp-youtube:before {
  content: "\e346";
}
.ifc_speakers_profile .ifc__social_media ul li a {
  color: #00ADE4;
  padding: 6px;
  width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 100%;
    margin-right: 16px;
    border: 1px solid #00ade4;
}

.ifc_session_video_content,
.ifc_session_photo_content .ifc_session_paper_content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.ifc_session_video_content p {
  color: #757575;
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-bottom: 0.5rem;
}

.ifc_session_photo_content {
  flex-wrap: wrap;
  display: flex;
}

.ifc_session_photo_content .ifc_session_photo_list {
  max-width: 300px;
  width: 50%;
  margin-bottom: 1rem;
  padding-right: 1rem;
}

.ifc_session_paper_content {
  flex-wrap: wrap;
}

.ifc_session_paper_content .ifc_paper_list {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 1rem;
}

.ifc_session_paper_content .ifc_paper_list .ifc_paper_icon {
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  background: #00ADE4;
}

.ifc_session_paper_content .ifc_paper_list .ifc_paper_icon .lp:before {
  color: #fff;
  font-size: 30px;
}

.ifc_session_paper_content .ifc_paper_list .ifc_paper_download {
  height: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 2rem;
  background: #F0F2F4;
  justify-content: center;
}

.ifc_session_paper_content .ifc_paper_list .ifc_paper_download p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 0;
}

.ifc_session_paper_content .ifc_paper_list .ifc_paper_download a {
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #00ADE4;
}

.ifc_session_paper_content .ifc_paper_list .ifc_paper_download a:hover,
.ifc_session_paper_content .ifc_paper_list .ifc_paper_download a:active {
  text-decoration: none;
}

.ifc_white_part {
  padding-bottom: 0;
}

.ifc_white_part .ifc__leader_details,
.ifc_white_part .ifc_session_video_content,
.ifc_white_part .ifc_session_photo_content,
.ifc_white_part .ifc_session_paper_content {
  border-bottom: 1px solid #DADEE3;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  width: 100%;
}

.ifc_white_part .aem-GridColumn--default--12 {
  padding: 0;
}

.ifc_gray_part {
  padding: 2rem 0;
}

.ifc_btn_link_section ul {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.ifc_btn_link_section ul li a {
  color: #757575;
  text-decoration: none;
  padding-right: 0.5rem;
}

.ifc_btn_link_section ul li span {
  display: inline-block;
  padding-right: 1rem;
  color: #00ADE4;
}

.ifc_btn_link_section .ifc_back_button {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 1rem;
}

.ifc_btn_link_section .tui_event_series_link {
  margin-bottom: 1rem;
}

.ifc_btn_link_section .tui_event_series_link a:hover,
.ifc_btn_link_section .tui_event_series_link a:active {
  text-decoration: none;
}

.ifc_btn_link_section .tui_event_series_link a:first-child {
  margin-left: 0;
}

@media (max-width: 567px) {
  .ifc_speakers_profile .ifc__social_media ul li:first-child {
      width: auto;
      margin-bottom: 0;
  }
}

@media screen and (max-width: 650px) {
  .ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .k-timeline .k-timeline-flag {
      display: block;
      transform: none;
  }

  .ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .k-timeline-vertical {
      padding-right: 0;
  }

  .ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_timeline_session_content .layer-card-title {
      /* position: absolute;
    top: -75px;*/
      right: 0;
  }

  .layer__event_btn_detail .ifc__yellow_btn,
  .layer__event_btn_detail .ifc__blue_btn {
      width: 100%;
      margin: 0;
      margin-bottom: 1rem;
  }

  .layer__event_btn_detail .layer-card-title {
      margin-right: 0;
      width: 50%;
      float: left;
      padding-right: 1rem;
  }

  .layer__event_btn_detail .layer-card-title:last-child {
      padding-right: 0;
  }

  .layer__event_btn_detail .layer-card-title .cmp-button {
      width: 100%;
  }
}

@media screen and (min-width: 650px) {
  .ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .k-timeline-vertical {
      padding: 0;
      padding-left: 40px;
      margin-bottom: 0;
      position: relative;
  }

  .ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .k-timeline-vertical .k-timeline-flag-wrap {
      position: absolute;
  }

  .ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .k-timeline-vertical .k-timeline-flag-wrap:first-child {
      padding-top: 0;
  }

  .ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_timeline_session_content {
      margin-left: 70px;
  }

  .ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_session_img_content .text {
      width: 100%;
  }

  .ifc_session_video_content,
  .ifc_session_paper_content,
  .ifc_session_photo_content {
      display: flex;
      flex-direction: row;
      width: 100%;
  }

  .ifc_session_video_content .ifc_session_video_list,
  .ifc_session_video_content .ifc_session_photo_list,
  .ifc_session_photo_content .ifc_session_video_list,
  .ifc_session_photo_content .ifc_session_photo_list {
      margin-right: 1rem;
  }

  .ifc_session_video_content .ifc_session_video_list:last-child,
  .ifc_session_video_content .ifc_session_photo_list:last-child,
  .ifc_session_photo_content .ifc_session_video_list:last-child,
  .ifc_session_photo_content .ifc_session_photo_list:last-child {
      margin-right: 0;
  }

  .ifc_session_photo_content {
      flex-wrap: wrap;
      display: flex;
  }

  .ifc_session_photo_content .ifc_session_photo_list {
      max-width: 300px;
      width: 100%;
      margin-bottom: 1rem;
      padding-right: 0;
  }

  .ifc_session_paper_content .ifc_paper_list {
      margin-right: 1rem;
      flex-direction: row;
  }

  .ifc_session_paper_content .ifc_paper_list:last-child {
      margin-right: 0;
  }

  .ifc_btn_link_section .ifc_back_button {
      display: inline-flex;
      align-items: center;
      flex-direction: row;
      margin-bottom: 0;
      flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {

  .ifc_gray_part .ifc-grid,
  .ifc_gray_part .wrap__heading_h2,
  .ifc_gray_part .ifc__body_content {
      padding: 0;
  }
}

@media screen and (min-width: 992px) {
  .ifc_gray_part .layer__event_btn_detail {
      float: right;
  }

  .moderatorlist.ifc__leader_details {
      display: flex;
      padding-bottom: 3rem;
      flex-wrap: wrap;
  }
}

/* header footer fix */
.ifc__footer_bottom_b_section {
  align-items: center;
}

.banner-action-buttons-wrapper {
  display: flex;
  justify-content: space-between;
  /* width: 100%; */
  flex-wrap: wrap;
  /* margin: 0.5rem 0; */
}
.banner-action-buttons-wrapper .model-wrapper{
  width: auto;
}
.banner-action-buttons-wrapper .white-btn {
  background-color: #FFFFFF;
  color: #0271BC;
}

.banner-action-buttons-wrapper .blue-btn,
.banner-action-buttons-wrapper .blue-btn:hover {
  background-color: #0271BC;
}

.banner-action-buttons-wrapper .blue-btn .banner-action-button-icon,
.banner-action-buttons-wrapper .blue-btn .banner-action-button-text {
  color: #FFFFFF;
}

.banner-action-buttons-wrapper .banner-action-button {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 0.75rem;
  width: 47%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 2 !important;
  border-radius: 0;
  height: 28px;
}

.teaser.event-card a.lp__overlay-link {
  z-index: 0 !important;
}

.banner-action-buttons-wrapper .banner-action-button .banner-action-button-text {
  text-transform: uppercase;
  line-height: 1.125rem;
  font-size: 0.75rem;
  font-weight: 600;
}

.banner-action-buttons-wrapper .banner-action-button .banner-action-button-icon::before {
  vertical-align: revert;
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: "loopicon";
  position: relative;
  margin-right: 0.25rem;
}

.banner-action-buttons-wrapper .signUp .banner-action-button-icon::before {
  content: "\e209";
}

.banner-action-buttons-wrapper .AddTOCalendar .banner-action-button-icon::before {
  content: "\e136";
}

.modal {
  z-index: 19999;
}

.modal-body {
  padding: 16px;
  max-height: 75vh;
  overflow-y: auto;
  text-align: left;
}

/*.model-header {
    border-radius: 6px 6px 0 0; }*/
.modal-title {
  margin: 0;
  line-height: 1;
}

.model-content {
  padding-bottom: 6px;
}

@media (max-width: 767px) {
  .modal.fade .modal-dialog.show {
      transform: translate(0, 1%);
  }

  .modal-dialog {
      width: 90%;
      margin: 30px auto;
  }

  .modal-body {
      max-height: 65vh;
  }
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal p {
  font-size: 14px;
  line-height: 22px;
}

.modal ul {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  padding-left: 20px;
}

.modal ul li {
  list-style: disc;
  margin-bottom: 8px;
}

.modal ul li ul li {
  list-style-type: circle;
}

.modal * {
  direction: ltr;
}

.fade {
  opacity: 1;
  transition: opacity 0.15s linear;
}

.modal-dialog {
  position: relative;
  z-index: 10;
  width: 64%;
  margin: 30px auto;
  padding: 1rem;
}

.modal label {
  font-size: 14px;
  /*  font-weight: bold; */
}

/*.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -6%);
    transform: translate(0, -6%); }*/
.modal .form-control {
  /*  height: 45px;*/
  color: #333;
  font-weight: 600;
}

textarea.form-control {
  height: auto !important;
}

.modal input[type=radio] {
  margin-right: 5px;
}

.modal .close {
  color: #0071bc;
  opacity: 1;
  padding: 0px;
}

/*.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }*/
.modal-content button {
  padding: 16px;
}

@media (min-width: 768px) {
  .modal-content .accordion-group-btn {
      position: relative;
  }
}

.modal-title {
  color: white;
}

.modal-body {
  position: relative;
}

.model-body p {
  font-size: 16px;
  line-height: 22px;
}

.modal-footer {
  padding: 16px;
  text-align: left;
}

.modal-footer .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.modal-footer .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.modal-footer .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.modal-show {
  background: rgba(60, 60, 60, 0.46) !important;
  opacity: 1;
}

.modal.fade .modal-dialog.show {
  transform: translate(0, 0%);
}

/*.modal-header {
    padding: 16px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #0071bc;
    color: white; }*/
/* === end model ===*/
.modal-xl {
  width: 100%;
}

.modal-sm {
  width: 80%;
}

@media (min-width: 576px) {
  .modal-dialog-centered {
      min-height: 280px;
  }
}

@media (min-width: 992px) {
  .modal-sm {
      width: 30%;
  }
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #0071BC;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.banner-action-buttons-wrapper .teaser .cmp-teaser__content .cmp-teaser__action-container,
.wblive_slider_section .teaser .cmp-teaser__content .cmp-teaser__action-container {
  margin-bottom: 15px;
}

.model-wrapper {
  position: relative;
  /* z-index: 3; */
  display: block;
  width: 47%;
}

.signUp-model-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  padding: 5px;
  cursor: pointer;
  position: relative;
  z-index: -1;
  text-transform: uppercase;
  line-height: 1.125rem;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  margin: 0;
  border: none;
  z-index: 1;
}

.sign-up {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48.5%;
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  padding: 5px;
  cursor: pointer;
  position: relative;
  /* z-index: -1;*/
  text-transform: uppercase;
  line-height: 1.125rem;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  margin: 0;
  border: none;
  height: 28px;
}

.sign-up .sign-up-button-text {
  text-transform: uppercase;
  line-height: 1.125rem;
  font-size: 0.75rem;
  font-weight: 600;
  margin-right: 4px;
}

.model-wrapper .banner-action-button-icon::before {
  content: "\e209";
  vertical-align: revert;
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: "loopicon";
  position: relative;
  margin-right: 0.25rem;
}

.modal .modal-dialog .modal-content .modal-body .email-label {
  padding: 0;
  margin-bottom: 0.25rem;
  display: block;
  font-family: open sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #FFFFFF;
  font-style: normal;
}

.modal .modal-dialog .modal-content .modal-body input[type=email] {
  margin-bottom: 0.25rem;
  font-family: "open sans", sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0.25rem;
  box-shadow: 0px 0px 0px 1px #000;
  width: 100%;
  padding: 0.375rem 0.75rem;
}

.modal .modal-dialog .modal-content .modal-body .checkbox-wrapper {
  display: flex;
  width: 100%;
  align-items: flex-start;
}

.modal .modal-dialog .modal-content .modal-body .checkbox-wrapper .checkbox-label,
.modal .modal-dialog .modal-content .modal-body .checkbox-wrapper .checkbox-label a {
  padding: 0;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #fff;
  font-family: "open sans", sans-serif;
}

.modal .modal-dialog .modal-content .modal-body .checkbox-wrapper .checkbox-label {
  margin-bottom: 0.25rem;
}

.modal .modal-dialog .modal-content .modal-body .checkbox-wrapper .checkbox-label a {
  margin-bottom: 0;
  text-decoration: underline;
}

.modal .modal-dialog .modal-content .modal-body .checkbox-wrapper input[type=checkbox] {
  display: block;
  width: 30px;
  margin-right: 0.5rem;
  position: relative;
  top: 5px;
}

.modal .modal-dialog .modal-content .modal-body .form-control {
  margin-bottom: 0.25rem;
}

.modal .modal-dialog .modal-content .modal-footer .model-close-btn,
.modal .modal-dialog .modal-content .modal-footer .model-submit-btn {
  background-color: #002245;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin-right: 0.5rem;
  padding: 0.25rem 0.75rem;
  border: 1px solid transparent;
  font-family: "open sans", sans-serif;
  cursor: pointer;
}

.modal .modal-dialog .loader img {
  width: 115px;
}

.banner-action-buttons-wrapper .banner-action-button,
.event_tag {
  z-index: 8;
}

.status-wrapper-section,
.status-dialog {
  background-color: #cfe9ea;
}

.status-wrapper {
  position: relative;
}

.status-wrapper .status-content {
  padding: 1rem 1rem 0rem 1rem;
}

.status-wrapper .status-content .status-header {
  position: relative;
}

.status-wrapper .status-content .status-header .status-header-txt {
  position: relative;
  font-family: "Andes";
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  margin: 0;
  color: #24514c;
  padding: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #24514c;
}

.status-wrapper .status-content .status-header::after {
  content: "\e124";
  font-family: loopicon;
  background-color: #333333;
  border: 1px solid #333333;
  border-radius: 50%;
  color: #fff;
  font-weight: normal;
  position: absolute;
  bottom: -17px;
  left: -30px;
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.status-wrapper .status-content .status-close-btn {
  background: transparent;
  right: 15px;
  top: 15px;
  position: absolute;
  font-weight: bold;
  padding: 0.125rem 0.25rem;
  border: 0px solid #000;
  border-radius: 50%;
  cursor: pointer;
}

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

.status-wrapper .status-content .status-close-btn svg {
  width: 24px;
  height: 24px;
}

.status-wrapper .status-content .status-info-txt {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #333333;
  font-style: normal;
  padding: 16px 0px;
  margin: 0px;
}

.error {
  background-color: #fffdfd;
  border: 0.1rem solid #f8d1d1;
}

.error .status-wrapper .status-content .status-header .status-header-txt,
.error .status-info-txt {
  color: #e6201c;
}

.error .status-wrapper .status-content .status-header::after {
  content: "\e141";
  font-size: 32px;
  background-color: #e6201c;
}

@media (max-width: 768px) {
  .model-wrapper {
      /* width: 100%;*/
      margin-bottom: 0.5rem;
  }

  .wblive_slider_section .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link,
  .wblive_slider_section .cmp-link__anchor {
      text-align: center;
      width: 100%;
  }

  .banner-action-buttons-wrapper {
      flex-direction: row;
      /* flex-direction: column;
    justify-content: center;*/
  }

  .banner-action-buttons-wrapper .banner-action-button {
      /* width: 100%;*/
      margin-bottom: 0.5rem;
  }

  .container.responsivegrid.ifc_white_part.aem-GridColumn.aem-GridColumn--default--12 {
      padding-left: 8px;
      padding-right: 8px;
  }
}


.modal-backdrop {
  z-index: 1;
}

.modal,
.modal-dialog {
  z-index: 999;
}

@media (min-width: 768px) {

  /*.signUp-model-btn{
      min-height:40px;
  }*/
  .banner-action-buttons-wrapper {
      width:auto;
  }

  .teaser.event-card .banner-action-buttons-wrapper {
      width: 100%;
      justify-content: space-around;
  }
}

@media (max-width: 992px) {

  .event-card .cmp-teaser .cmp-teaser__title,
  .event-card .cmp-teaser .cmp-teaser__title a {
      word-break: break-word;
  }

  .teaser.event-card .banner-action-buttons-wrapper .banner-action-button,
  .teaser.event-card .model-wrapper .signUp-model-btn {
      padding: 0.25rem 0.25rem;
      height: 100%;
      word-break: break-all;
  }
}

.banner-action-buttons-wrapper .fa.fa-envelope:before,
.banner-action-buttons-wrapper .fa.fa-calendar:before {
  padding: 0 0.25rem;
}

.blue-btn .fa.fa-envelope:before,
.blue-btn .fa.fa-calendar:before {
  color: #fff;
}

.banner-action-buttons-wrapper .fa.fa-calendar:before,
.cmp-teaser__buttons .fa.fa-calendar:before {
  font-size: 0.75rem;
  position: relative;
  top: -2px;
}

.modal .modal-dialog .modal-content .modal-footer .model-close-btn {
  position: absolute;
  right: -12px;
  top: -6px;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  padding: 0px 4px;
  text-align: center;
  background: #fff;
  color: #002244;
}

.modal .modal-dialog .modal-content .modal-footer .model-close-btn:hover {
  background: #f2f2f2;
}

.modal .modal-dialog .modal-content .modal-footer .model-close-btn:after {
  font-family: "loopicon" !important;
  content: "\e126";
}

/* Use Google's hosted "Open Sans" font as display font in button */
/* Button */
.addeventatc {
  display: inline-block;
  position: relative;
  font-family: "Ubuntu", sans-serif!important;
  color: #000 !important;
  font-weight: 600;
  line-height: 100%;
  background: #fff;
  text-decoration: none;
  border: 1px solid transparent;
  padding: 13px 12px 12px 43px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased !important;
  outline-color: rgba(0, 78, 255, 0.5);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: none !important;
}

.addeventatc:hover {
  background-color: #fafafa;
  color: #000;
  text-decoration: none;
  font-size: 1rem!important;
}

.addeventatc:active {
  border-width: 2px 1px 0px 1px;
}

.addeventatc-selected {
  background-color: #f9f9f9;
}

.addeventatc .addeventatc_icon {
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 1;
  left: 12px;
  top: 10px;
  background: url(https://cdn.addevent.com/libs/imgs/icon-calendar-t1.svg) no-repeat;
  background-size: 18px 18px;
}

.addeventatc .start,
.addeventatc .end,
.addeventatc .timezone,
.addeventatc .title,
.addeventatc .description,
.addeventatc .location,
.addeventatc .organizer,
.addeventatc .organizer_email,
.addeventatc .facebook_event,
.addeventatc .all_day_event,
.addeventatc .date_format,
.addeventatc .alarm_reminder,
.addeventatc .recurring,
.addeventatc .attendees,
.addeventatc .calname,
.addeventatc .uid,
.addeventatc .status,
.addeventatc .method,
.addeventatc .client,
.addeventatc .transp {
  display: none !important;
}

.addeventatc br,
.addeventatc .addeventatc_icon {
  display: none !important;
}

/* .addeventatc:hover {
  font-size: inherit !important;
} */

/* Drop down */
.addeventatc_dropdown {
  width: 230px;
  position: absolute;
  padding: 6px 0px 0px 0px;
  font-family: "Ubuntu", sans-serif;
  color: #000 !important;
  font-weight: 600;
  line-height: 100%;
  background: #fff;
  font-size: 15px;
  text-decoration: none;
  text-align: left;
  margin-left: -1px;
  display: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
  transform: scale(0.98, 0.98) translateY(5px);
  z-index: -1;
  transition: transform 0.15s ease;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.addeventatc_dropdown.topdown {
  transform: scale(0.98, 0.98) translateY(-5px) !important;
}

.addeventatc_dropdown span {
  display: block;
  line-height: 100%;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  color: #333;
  font-weight: 600;
  padding: 14px 10px 14px 55px;
  margin: -2px 0px;
}

.addeventatc_dropdown span:hover {
  background-color: #f4f4f4;
  color: #000;
  text-decoration: none;
}

.addeventatc_dropdown em {
  color: #999 !important;
  font-size: 12px !important;
  font-weight: 400;
}

.addeventatc_dropdown .frs a {
  background: #fff;
  color: #cacaca !important;
  cursor: pointer;
  font-size: 9px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 110% !important;
  padding-left: 10px;
  position: absolute;
  right: 10px;
  text-align: right;
  text-decoration: none;
  top: 5px;
  z-index: 101;
}

.addeventatc_dropdown .frs a:hover {
  color: #999 !important;
}

.addeventatc_dropdown .ateappleical {
  background: url(https://cdn.addevent.com/libs/imgs/icon-apple-t5.svg) 18px 40% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown .ategoogle {
  background: url(https://cdn.addevent.com/libs/imgs/icon-google-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown .ateoffice365 {
  background: url(https://cdn.addevent.com/libs/imgs/icon-office365-t5.svg) 19px 50% no-repeat;
  background-size: 18px 100%;
}

.addeventatc_dropdown .ateoutlook {
  background: url(https://cdn.addevent.com/libs/imgs/icon-outlook-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown .ateoutlookcom {
  background: url(https://cdn.addevent.com/libs/imgs/icon-outlookcom-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown .ateyahoo {
  background: url(https://cdn.addevent.com/libs/imgs/icon-yahoo-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown .atefacebook {
  background: url(https://cdn.addevent.com/libs/imgs/icon-facebook-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown .copyx {
  height: 21px;
  display: block;
  position: relative;
  cursor: default;
}

.addeventatc_dropdown .brx {
  height: 1px;
  overflow: hidden;
  background: #e8e8e8;
  position: absolute;
  z-index: 100;
  left: 10px;
  right: 10px;
  top: 9px;
}

.addeventatc_dropdown.addeventatc-selected {
  transform: scale(1, 1) translateY(0px);
  z-index: 99999999999;
}

.addeventatc_dropdown.topdown.addeventatc-selected {
  transform: scale(1, 1) translateY(0px) !important;
}

.addeventatc_dropdown .drop_markup {
  background-color: #f4f4f4;
}

@media (max-width: 650px) {
  .k-timeline-vertical {
      padding-left: 0px;
  }
}

@media (max-width: 650px) {
  .k-timeline-vertical .k-timeline-card .k-card {
      margin-left: 0px;
  }
}

.k-timeline-vertical::after {
  width: 2px;
  background: linear-gradient(180deg, #00C1FF 94.85%, #00C1FF 100%), #00ADE4;
  top: 16px;

}

@media (max-width: 650px) {
  .k-timeline-vertical::after {
      display: none;
  }
}

.k-timeline .k-timeline-flag {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #002345;
  background: #FFC72C;
  padding: 8px 12px 9px;
  border-radius: 0px;
}

@media (max-width: 650px) {
  .k-timeline .k-timeline-flag {
      display: none;
  }
}

.k-timeline .k-timeline-circle,
.k-timeline-vertical .k-timeline-date-wrap,
.k-timeline-card .k-timeline-card-callout.k-callout-e,
.k-timeline-card .k-timeline-card-callout.k-callout-w {
  display: none;
}

.k-timeline-vertical .k-timeline-card .k-card {
  border: 0px;
  width: 300px;
}

@media (min-width: 650px) {
  .k-timeline-vertical .k-timeline-card .k-card {
      width: 500px;
      display: inline-block;
  }
}

@media (min-width: 768px) {
  .k-timeline-vertical .k-timeline-card .k-card {
      width: 100%;
  }
}

.timeline-card {
  float: left;
  width: 600px;
}

.global-context {
  background: #F0F2F4;
  padding: 16px;
  float: left;
  width: 200px;
}

.k-card-title {
  font-weight: 300;
  font-size: 40px;
  line-height: 46px;
  color: #002345;
}

.k-card-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #757575;
}

.k-button {
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  line-height: 33.28px;
  font-weight: 400;
  color: #002345;
  border: 0px;
  border-bottom: 1px solid #00ADE4;
  padding-bottom: 6px;
  text-decoration: none;
}

.k-button:hover {
  color: #002345;
  background: linear-gradient(to right, rgba(0, 173, 228, 0.2) 0%, rgba(0, 173, 228, 0.2) 1%, rgba(0, 173, 228, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3300ade4", endColorstr="#0000ade4", GradientType=1);
  box-shadow: none;
  text-decoration: none;
}

.ifc__timeline {
  padding: 0px 40px 0px 40px;
  width: 100%;
  position: relative;
  border: 0;
}

@media (min-width: 768px) {
  .ifc__timeline {
      padding-left: 127px;
  }
}

@media (min-width: 768px) {
  .ifc__timeline:after {
      content: "";
      position: absolute;
      top: 0;
      border-width: 1px;
      border-style: solid;
      height: 100%;
      transform: translateX(-50%);
      border-radius: 6px;
      width: 2px;
      border-color: rgba(0, 0, 0, 0.08);
      background: linear-gradient(180deg, #00C1FF 94.85%, #FFFFFF 100%), #00ADE4;
  }
}

.ifc__timeline .ifc__timeline_flag_wrap {
  display: flex;
  align-items: center;
}

.ifc__timeline .ifc__timeline_flag_wrap .ifc__timeline_flag {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #002345;
  background: #FFC72C;
  padding: 8px 24px 8px 24px;
  border-radius: 0px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .ifc__timeline .ifc__timeline_flag_wrap .ifc__timeline_flag {
      transform: translateX(-50%);
  }
}

.ifc__timeline .ifc__timeline_event {
  display: flex;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .ifc__timeline .ifc__timeline_event .ifc__timeline_card {
      padding: 0px 0px 32px 65px;
      margin-top: -30px;
  }
}

@media (min-width: 992px) {
  .ifc__timeline .ifc__timeline_event .ifc__timeline_card {
      padding: 0px 0px 32px 125px;
      margin-top: -30px;
  }
}

.ifc__timeline .ifc__timeline_event .ifc__timeline_headingcard {
  margin-top: 130px;
}

@media (min-width: 768px) {
  .ifc__timeline .ifc__timeline_event .ifc__timeline_headingcard {
      padding: 0px 32px 32px 64px;
  }
}

@media (min-width: 992px) {
  .ifc__timeline .ifc__timeline_event .ifc__timeline_headingcard {
      padding: 0px 32px 32px 125px;
  }
}

.ifc__timeline .ifc__timeline_event .ifc__timeline_year {
  font-style: normal;
  font-weight: 700;
  font-size: 200px;
  line-height: 200px;
  position: absolute;
  color: #F0F2F4;
  z-index: -1;
  top: 50px;
}

@media (min-width: 768px) {
  .ifc__timeline .ifc__timeline_event .ifc__timeline_year {
      font-size: 250px;
      line-height: 200px;
      transform: translateX(-25%);
  }
}

.ifc__timeline .ifc__timeline_card_wrap {
  float: left;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .ifc__timeline .ifc__timeline_card_wrap {
      width: 500px;
      padding-right: 32px;
  }
}

.ifc__timeline_sectioncard_title {
  font-weight: 300;
  font-size: 34px;
  line-height: 39px;
  color: #002345;
}

@media (min-width: 768px) {
  .ifc__timeline_sectioncard_title {
      width: 600px;
      padding: 0px;
      font-size: 50px;
      line-height: 57px;
  }
}

.ifc__timeline_card_title {
  font-weight: 300;
  font-size: 31px;
  line-height: 36px;
  color: #002345;
}

@media (min-width: 768px) {
  .ifc__timeline_card_title {
      width: 500px;
      padding: 0px;
      font-size: 40px;
      line-height: 46px;
  }
}

.ifc__timeline_card_discription {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #757575;
  margin-bottom: 16px;
}

.ifc__paragraph_xxs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #757575;
}

.ifc__timeline_global_context {
  background: #F0F2F4;
  margin: 0px 0px 32px 0px;
  /*	float: left;*/
  padding: 16px;
}

@media (min-width: 768px) {
  .ifc__timeline_global_context {
      margin: 0px 0px 32px 65px;
  }
}

@media (min-width: 992px) {
  .ifc__timeline_global_context {
      width: 50%;
      margin: 0px 0px 32px 125px;
  }
}

.ifc__timeline_link {
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  line-height: 33.28px;
  font-weight: 400;
  color: #002345;
  border-bottom: 1px solid #00ADE4;
  padding-bottom: 6px;
  text-decoration: none;
  display: inline-block;
}

.ifc__timeline_link:hover {
  color: #002345;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 173, 228, 0.2) 0%, rgba(0, 173, 228, 0.2) 1%, rgba(0, 173, 228, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3300ade4", endColorstr="#0000ade4", GradientType=1);
  /* IE6-9 */
  box-shadow: none;
  text-decoration: none;
}

.ifc__timeline_link:focus {
  display: block;
  border: 1px dotted #00ADE4;
}

.eventdetails {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

div#back-button {
  padding: 0;
}

@media screen and (min-width:1024px) {
  .eventdetails {
      flex-direction: row;
  }
}


.tui_event_detail_description.ifc__body_content a,
.ifc__body_content.ifc__timeline_detail .ifc_timeline_session_content a,
.backlinksandtags .ifc__body_content a {
  text-decoration: none;
}


.backlinksandtags .aem-Grid {
  display: flex;
  flex-wrap: wrap;
}


.backlinksandtags .layer__event_btn_detail,
.eventdetails .layer__event_btn_detail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.eventdetails .layer__event_btn_detail {
  justify-content: flex-start;
}


.backlinksandtags .layer__event_btn_detail .banner-action-buttons-wrapper,
.eventdetails .layer__event_btn_detail .banner-action-buttons-wrapper {
  width: auto;
  margin: 0;
  margin-right: 1rem;
}

.backlinksandtags .layer__event_btn_detail .model-wrapper,
.eventdetails .layer__event_btn_detail .model-wrapper {
  width: auto;
  margin: 0;
}


.backlinksandtags .layer__event_btn_detail .layer-card-title,
.eventdetails .layer__event_btn_detail .layer-card-title {
  margin-bottom: 0;
}



.tui_remove_padding .container.responsivegrid .image {
  padding-bottom: 1rem;

}


@media screen and (max-width:650px) {

  .backlinksandtags .layer__event_btn_detail,
  .eventdetails .layer__event_btn_detail {
      flex-direction: column;
  }


  .backlinksandtags .layer__event_btn_detail .banner-action-buttons-wrapper,
  .eventdetails .layer__event_btn_detail .banner-action-buttons-wrapper {
      width: 100%;
      padding: 0;
      margin-right: 0;
  }

  .backlinksandtags .layer__event_btn_detail .model-wrapper,
  .eventdetails .layer__event_btn_detail .model-wrapper {
      width: 100%;
  }


  .backlinksandtags .layer__event_btn_detail .layer-card-title,
  .eventdetails .layer__event_btn_detail .layer-card-title {
      padding: 0;
      margin-bottom: 1rem;
      width: 100%;
  }

  .backlinksandtags .ifc__body_content {
      padding: 0;
  }



}


@media screen and (min-width:992px) {

  .tui_remove_padding .title,
  .tui_remove_padding .container.responsivegrid {
      padding: 0;
  }

  .tui_remove_padding .container.responsivegrid .embed,
  .tui_remove_padding .container.responsivegrid .image {
      padding-left: 0;
      padding-bottom: 1rem;
  }

  .backlinksandtags,
  .backlinksandtags .ifc__body_content {
      padding: 0;
  }



 /* guna ui fix  */

 .backlinksandtags .layer__event_btn_detail {
  justify-content: flex-start !important;
  flex-wrap: wrap;
  float: right;
  }

 .backlinksandtags .layer__event_btn_detail .banner-action-buttons-wrapper,
  .backlinksandtags .layer__event_btn_detail .layer-card-title{
  margin-bottom: 1rem !important;
   }


 .tui_event_detail_description h2,
  .layer-white.ifc__body_content h2,
 .layer-gray.ifc__body_content h2,
/* .layer-white.ifc_white_part h2,*/
 .eventdetails .ifc__body_content h2{
       font-size: 46px;
       line-height: 52px;
     }



}



/*.container.responsivegrid.ifc_white_part.aem-GridColumn.aem-GridColumn--default--12 h2,*/
.container.responsivegrid.ifc_white_part.aem-GridColumn.aem-GridColumn--default--12 h3 {
  margin-bottom: 2rem;
}

.container.responsivegrid.ifc_white_part.aem-GridColumn.aem-GridColumn--default--12 .ifc_speakers_profile {
  margin-top: 0;
  margin-bottom: 2rem;
}




/* event series */

.ifc__title_center .cmp-teaser__action-container {
  margin-bottom: 4rem;
}

/* speaker bio modal */

.tui_event_modal_speaker .close {
  position: absolute;
  text-align: center;
  z-index: 1;
  border: 0px;
  font-size: 26px;
}


.tui_event_modal_speaker .aem-Grid {
  display: flex;
  flex-wrap: wrap;
}


.tui_event_modal_speaker .modal-content {
  background: #fff;
}

.tui_event_modal_speaker .modal-header {
  padding: 1rem 2rem;
  background: #F0F2F4;
  color: #002345;
}

.tui_event_modal_speaker .modal-header h4 {
  font-size: 0.875rem;
  color: #002345;
  text-transform: uppercase;
}

.tui_event_modal_speaker .modal-header .close {
  background: #DADEE3;
  color: #000;
  padding: 1rem;
  top: 0;
  right: 0;
  font-size: 24px;
  line-height: 14px;
}

.tui_event_modal_speaker .modal-body {
  padding: 2rem 1rem;
}
.tui_event_modal_speaker .modal-body h2 {
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.tui_event_modal_speaker .cmp-teaser__pretitle {
  color: #00ADE4;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.tui_event_modal_speaker .ifc_speaker_info {
  padding: 0 0 1rem;
}
.tui_event_modal_speaker .ifc_speaker_info .ifc__contacts_wrapper .ifc__contacts_email,
.tui_event_modal_speaker .ifc_speaker_info .ifc__contacts_wrapper {
  margin: 0px;
}
.tui_event_modal_speaker .ifc_speaker_role {
  width: 100%;
  padding-bottom: 1rem;
  color: #757575;
}

.tui_event_modal_speaker .ifc_speaker_role p {
  font-size: 1.125rem;
  line-height: 28px;
}

.tui_event_modal_speaker .ifc__paragraph_sm p {
  font-size: 20px;
  line-height: 32px;
  color: #002345;
}

.ifc__leadership_bio {
  margin-bottom: 32px;
  position: relative;
  float: left;
  /* z-index: 3; */
}

@media (max-width: 440px) {
  .ifc__leadership_bio {
      float: none;
  }
}

@media (min-width: 992px) {
  .ifc__leadership_bio {
      float: none;
  }

  .tui_event_modal_speaker .ifc_speaker_info {
      display: flex;
  }

  .tui_event_modal_speaker .ifc_speaker_role {
      width: 50%;
      padding-bottom: 0;
      padding-right: 1rem;
      margin-right: 1rem;
      border-right: 1px solid #757575;
  }
}

.ifc__leadership_bio img {
  width: 220px;
  margin-right: 16px;
}

@media (max-width: 440px) {
  .ifc__leadership_bio img {
      width: 100%;
      margin-right: 0px;
  }
}

@media (min-width: 992px) {
  .ifc__leadership_bio img {
      width: 100%;
      margin-right: 0px;
  }
}

.ifc__leadership_bio .ifc__share_social_media {
  position: absolute;
  bottom: 0;
  right: 20px;
  margin-left: 16px;
  width: auto;
}

@media (min-width: 992px) {
  .ifc__leadership_bio .ifc__share_social_media {
      margin-left: 0px;
  }
}

.ifc__leadership_bio .ifc__share_social_media ul li a[class*=lp-] {
  width: auto;
  height: auto;
  background: transparent;
  padding: 0px;
  margin-right: 8px;
  display: block;
  background: #333;
}

.ifc__leadership_bio .ifc__share_social_media ul li a[class*=lp-]:before {
  color: #fff;
  font-size: 30px;
}

.ifc__leadership_bio .ifc__share_social_media ul li a[class*=lp-]:hover {
  opacity: 0.8;
}

.ifc__leadership_bio .ifc__share_social_media ul li {
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .tui_event_modal_speaker .modal-dialog {
      width: 100%;
  }

  .tui_event_modal_speaker .cmp-teaser__pretitle {
      padding: 0;
      margin-bottom: 0;
  }
}

.layer__event_btn_detail .layer-card-title .cmp-button {
  text-decoration: none;
  box-shadow: none;
}

.ifc_speakers_profile .ifc__expert_listnav .cmp-teaser__title {
  margin-bottom: 1rem;
}

.k-timeline-vertical .k-timeline-flag-wrap {
  display: block;
}

.ifc__body_content .text .tweetable a:hover,
.ifc__body_content .text .tweetable a:focus {
  background-color: #00ade4;
}


.ifc_event_tease_video h2,
.ifc_event_tease_video h3 {
  font-family: Ubuntu;
  font-size: 18px!important;
  font-style: normal;
  font-weight: 400;
  line-height: 28px!important;
  color: #757575;
}



/* guna ui fix */

.eventseries {
  margin-top: 2rem;
}

.ifc__timeline_detail.ifc__body_content .title+.eventsession {
  margin: 1.5rem 0 0;
}

.ifc__timeline_detail.ifc__body_content .eventsession:first-child {
  margin: 1.5rem 0 0;
  float: none;
}



.tui_remove_padding .columncontrol {
  padding-right: 0;
}

.tui_remove_padding .title {
  margin-bottom: 1rem;
      }

/* .ifc__breadcrumb_desktop nav ol:first-child li:last-child span {
  display: table-cell;
  line-height: 24px;
} */

.ifc__breadcrumb_menu .ifc__lang_label.ifc__breadcrumb-translate[aria-expanded=false]:after {
  font-size: 14px;
  margin-top: 3px;
  position: relative;
  top: 0px;
  padding-left: 5px;
  padding-top: 7px;
}

.ifc__breadcrumb_menu .ifc__lang_label.ifc__breadcrumb-translate[aria-expanded=true]:after {
  font-size: 14px;
}


.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .collapse.show .title h3 {
    font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  position: relative;
  z-index: 9;
  padding-right: 1rem;
}

.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .collapse.show .title:after {
 content: "";
  display: block;
  width: 100%;
  background: #00ADE4;
  height: 1px;
  position: absolute;
  top: 11px;
  z-index: 0;
}


.ifc__timeline_detail .collapse.show .title{
     padding:0;
}



@media (min-width: 992px) {

.tui_remove_padding .container.responsivegrid .embed .cmp-embed{
  margin-bottom:0;
}

.ifc__timeline_detail .collapse.show .documentList{
      padding-top:0;
}


.documentList{
   padding: 0;
   padding-top:1.75rem;
}


.tui_remove_padding {
  padding-bottom: 1.75rem;
}

.ifc_event_tease_video {
  padding-left: 0px;
} 


}


@media (max-width: 992px) {

.ifc_speakers_profile,
 .tui_remove_padding.ifc-grid .columncontrol{
      padding:0;
}

.ifc_event_tease_video {
  padding-right: 0px;
} 


}

@media (max-width: 768px) {
  .tui_remove_padding .container.responsivegrid .embed,
  .tui_remove_padding .container.responsivegrid .image {
      padding: 0;
  }  
   .tui_remove_padding .container.responsivegrid .image {
      padding-bottom: 1rem;
  }  

.tui_remove_padding .columncontrol {
  margin: 0;
}

.ifc_event_tease_video {
  padding: 0px;
} 
}



.ifc_speakers_profile{
margin-left: 0;
margin-right: 0;
}
@media (min-width: 768px) {
.ifc_speakers_profile,
 .tui_remove_padding.ifc-grid .columncontrol{
  width: calc(100% + 16px) !important;
  margin-left: -8px;
  margin-right: -8px;

}
}
@media (min-width: 1200px) {
.ifc_speakers_profile,
.tui_remove_padding.ifc-grid .columncontrol{
  width: calc(100% + 24px) !important;
  margin-left: -12px;
  margin-right: -12px;
}
}

@media (min-width: 1400px) {
.ifc_speakers_profile,
.tui_remove_padding.ifc-grid .columncontrol{
  width: calc(100% + 30px) !important;
  margin-left: -15px;
  margin-right: -15px;
}
}



.tui_remove_padding .separator{
  padding:0;
}

.tui_remove_padding.columncontrol {
  padding:0;
}

.tui_remove_padding.columncontrol .teaser{
  padding-left:0;
}


.ifc_session_details .teaser-embed + .cmp-teaser__content,
.ifc_event_tease_video .teaser-embed + .cmp-teaser__content{
  margin-bottom: 2rem;
}


.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .title {
  position: relative;
}

.ifc__timeline_detail.ifc__body_content .tabs.panelcontainer .ifc_timeline_session_content .text {
  padding: 0;
}


.k-timeline-vertical {
  padding-left: 127px
}

.k-timeline-vertical.k-timeline-dates-hidden {
  padding-left: 77px
}

.k-timeline-vertical::after {
  height: 100%;
  width: 6px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 6px
}
.k-timeline-horizontal .k-timeline-track-wrap::after,.k-timeline-vertical::after {
  content: "";
  position: absolute;
  top: 0;
  border-width: 1px;
}
.k-timeline-vertical .k-timeline-flag-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.k-timeline-vertical .k-timeline-flag-wrap:first-child {
  padding-top: 40px
}

.k-timeline-vertical .k-timeline-flag {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}


@media (max-width: 650px) {
  .k-timeline-vertical::after {
      display: none;
  }
}

.k-timeline .k-timeline-flag {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #002345;
  background: #FFC72C;
  padding: 8px 12px 9px;
  border-radius: 0px;
}
.k-timeline .k-timeline-flag {
  display: inline-block;
  text-align: center;
  padding: 4px 8px;
  border-radius: 4px;
  line-height: 1.42857143;
  min-width: 80px;
  max-width: 160px;
  position: relative;
  z-index: 1
}
  .k-timeline-vertical::after {
  width: 2px;
  background: linear-gradient(180deg, #00C1FF 94.85%, #00C1FF 100%), #00ADE4;
  top: 16px;

}
.tui_remove_padding .container.responsivegrid .image:last-child {
  margin-bottom: 1rem;
}

  .layer__event_btn {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

.layer__event_btn >div {
  margin-right: 16px;
}
.event-signup-button {
  line-height: 1.3rem;
}
@media (max-width:550px) {
  .banner-action-buttons-wrapper,
  .banner-action-buttons-wrapper .model-wrapper,
  .event-signup-button {
    width: 100%;
  }
  .layer__event_btn {
    justify-content:space-between;
  }
  .layer__event_btn >div {
    margin-right: 0px;
  }
}

.eventdetails .event-detail-timer-container{
display:inline-block;
}
 
.eventdetails .event-detail-timer-container .cmp-button {
   float: left; 
  text-decoration: none;
    }
    .upcoming-title h2{
      margin: 0px 0px 40px 0px;
      }
      .past-series .tui_ifc_event_schedule,
      .upcoming-series .tui_ifc_event_schedule {
      margin-bottom:32px;
                 padding-bottom:32px;
                  border-bottom: 1px solid #DADEE3;
              }
.ifc__blue_white_gradient {
  padding: 40px 0px;
  background: linear-gradient(to bottom, rgb(1, 29, 56) 0%, rgb(0, 103, 147) 80%, rgb(255, 255, 255) 71%, rgb(255, 255, 255) 100%);
}
@media (min-width:600px) {
  .ifc__blue_white_gradient {
    padding: 40px 0px;
    background: linear-gradient(to bottom, rgb(1, 29, 56) 0%, rgb(0, 103, 147) 71%, rgb(255, 255, 255) 71%, rgb(255, 255, 255) 100%);
  }
}
.layer-bg-image .cmp-container{
    background-size: unset!important;
    background-position: center;
    }
.layer-bg-image {
      background-color: #fff;
    padding:0px 0px 48px 0px;
    }
.ifc__blue_white_gradient *,
.ifc__blue_white_gradient a,
.ifc__blue_white_gradient a:hover,
.ifc__blue_white_gradient a:focus {
  color: #fff;
}

.ifc__card.primary_inverse .cmp-teaser__content {
  margin: 0rem;
  padding: 32px 32px 32px 32px;
}

.statisticslist-report {
  text-align: center;
}

.statisticslist-report-title {
  font-family: Ubuntu;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 32px;
}

.statisticslist-report-number {
  font-family: Ubuntu;
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #00ADE4;
}

@media (min-width: 600px) {
  .statisticslist-report-number {
    font-size: 10rem;
  }
}
@media (min-width: 992px) {
  .statisticslist-report-number {
    font-size: 300px;
  }
}
.statisticslist-report-pretitle {
  font-family: Ubuntu;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

.annual-statistics-card {
  background: rgba(218, 222, 227, 0.36);
  display: flex;
  padding: 40px 25px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  flex: 1 0 0;
  align-self: stretch;
  height: 100%;
}
.statistics-card {
     width: 100%;
    }

.statistics-card.vertical .statistics-card-number {
  width: 100%;
  margin-bottom: 16px;
}
.statistics-card.vertical .statistics-card-description{
  text-align: center;
}
.padd-b-48 {
  padding-bottom: 48px;
}

.statistics-card .statistics-card-title {
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  display: flex;
  align-items: flex-start;
  text-align: center;
  position: relative;
  justify-content: space-around;
  width: 100%;
  margin-bottom: auto;

}

.statistics-card .statistics-card-title span {
  padding: 0rem;
        position: relative;
    z-index: 10;
    flex: 0 0 46%;
}
.statistics-card .statistics-card-title .line {
  /* content: "";
  position: absolute;
  right: 0px; */
  position: relative;
  top: 20px;
  border: 1px solid #00ADE4;
  width: 100%;
  z-index: 2;
  flex: 0 0 27%;
}
/* .statistics-card .statistics-card-title::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 20px;
  border: 1px solid #00ADE4;
  width: 20%;
  z-index: 2;
}


.statistics-card .statistics-card-title::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 20px;
  border: 1px solid #00ADE4;
  width: 20%;
  z-index: 2;
} */


.statistics-card-number {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  margin: 0 auto 16px auto;
  position: relative;

}

.statistics-card-number img {
  margin: auto;
}

.statistics-card-number .statistics-value {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 38px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;

 
}
@media (min-width:992px) {
  .statistics-card-number .statistics-value {
    bottom: 52px;
  }
}
@media (min-width:1400px) {
  .statistics-card-number .statistics-value {
    bottom: 26px;
  }
}
.statistics-card-pretitle {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin: auto;
}

.statistics-teasecard {
  text-align: center;
  width: 100%;
}

.statistics-teasecard h3 {
  font-family: Ubuntu;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

.statistics-teasecard .cmp-teaser__description {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #002345;
}

.statistics-teasecard .cmp-image {
  width: 180px;
  margin: 0 auto 16px auto;
}

.gray_bg {
  background: rgba(218, 222, 227, 0.36);
  padding: 32px;
}
.statistics-teasecard h2{
    font-size: 34px;
font-weight: 500;
line-height: 44px;
}
.statistics-teasecard ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0px;
  width: 100%;
  background: rgba(218, 222, 227, 0.36);
}

.statistics-teasecard ul li {
  flex-direction: column;
  width: 100%;
  background: transparent;
}

@media (min-width: 992px) {
  .statistics-teasecard ul li {
    width: 33.3%;
  }
}
.statistics-teasecard ul li .ifc__icon_listnav,
.statistics-teasecard ul li .ifc__icon_listnav_content {
  text-align: center;
}

.statistics-teasecard ul li .ifc__icon_listnav {
  width: 100%;
  text-align: center;
  padding: 32px 32px 32px 32px;
  background: transparent;
}
.statistics-teasecard ul li .ifc__icon_listnav img {
  width: 180px;
}
.statistics-teasecard ul li .ifc__icon_listnav_content {
  padding: 0px 16px 16px 16px;
  height: 100%;
}

@media (min-width: 768px) {
  .statistics-teasecard ul li .ifc__icon_listnav_content {
    padding: 0px 32px 32px 32px;
  }
}
.statistics-teasecard h2 {
  padding: 20px;
  background: linear-gradient(90deg, #002345 0%, #006793 100%);
  color: #fff;
  margin: 0px;
}

.statistics-teasecard .ifc__icon_listnav .ifc__listnav_number {
  font-family: Ubuntu;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 16px;
  letter-spacing: normal;
}

.statistics-teasecard .ifc__listnav_tag {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #002345;
  text-transform: none;
  letter-spacing: normal;
}
.statistics-card-description {
    font-size: 34px;
font-weight: 500;
line-height: 36px;
        color: #002345;
        text-align: center;
    }
.statistics-highlight.vertical .annual-statistics-card .statistics-value{
  font-size: 100px;
font-weight: 700;
line-height: 100%;
text-transform: uppercase;
  color: #00ADE4;
  align-items: baseline;
}
@media (min-width:768px) {
  .statistics-highlight.vertical .annual-statistics-card .statistics-value{
    font-size: 200px;
    line-height: 100%;
  }
}
@media (min-width:992px) {
  .statistics-highlight.vertical .annual-statistics-card .statistics-value{
    font-size: 300px;
    line-height: 100%;
  }
}
.statistics-highlight.vertical .annual-statistics-card .statistics-value span{
  font-size: 100px;
font-weight: 500;
line-height: 100%;
text-transform: uppercase;
  color: #00ADE4;
}
@media (min-width:768px) {
  .statistics-highlight.vertical .annual-statistics-card .statistics-value span{
    font-size: 200px;
    line-height: 35%;
  }
}

.statistics-highlight .annual-statistics-card{
  background: transparent;
  }

.statistics-highlight .statistics-card-title{
font-size: 34px;
font-weight: 700;
line-height: 44px;
color:#002345;
    text-align: center;
}
@media (min-width:992px) {
  .statistics-highlight .statistics-card-title{
    font-size: 55px;
line-height: 70px;
  }
}
.statistics-highlight .statistics-card-number .statistics-value{
    position: relative;
    }
.statistics-highlight.horizontal .statistics-card-number .statistics-value{
    font-size: 77px;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
 color: #00ADE4;
        }
.statistics-highlight.horizontal .statistics-card-pretitle {
    font-size: 30px;
font-weight: 500;
line-height: 36px;
             color: #00ADE4;
}
@media (min-width:992px) {
.statistics-card.horizontal .statistics-card-wrapper,
.statistics-highlight.horizontal .statistics-card-wrapper{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.statistics-card.vertical .statistics-card-wrapper,
.statistics-highlight.vertical .statistics-card-wrapper{
display: flex;
justify-content: space-between;
width: 100%;
flex-direction: column;
}
.statistics-card-number {
width: 50%;
}
.statistics-highlight.horizontal .statistics-card-number .statistics-value {
font-size: 130px;
}
}

.annual-banner {
  padding: 0px;
  overflow: hidden;
      position: relative;
    background-color:#fff;
}

.annual-banner .cmp-teaser__image img {
  height: auto;
  margin-bottom: 16px;
}

.annual-banner .cmp-teaser__content {
  position: relative;
  width: 100%;
  bottom: 20%;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  padding: 0px 16px;
}

@media (min-width: 992px) {
  .annual-banner .cmp-teaser__content {
    width: 70%;
    position: absolute;
  }
}
.annual-banner .cmp-teaser__pretitle {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #002343;
  text-transform: none;
}

@media (min-width: 992px) {
  .annual-banner .cmp-teaser__pretitle,
 .annual-banner .cmp-teaser__description{
    color: #fff;
  }
}
.annual-banner .cmp-teaser__title {
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #002343;
}
    .annual-banner .cmp-teaser__title a {
            color: #002343;
                }
@media (min-width: 992px) {
  .annual-banner .cmp-teaser__title {
    font-size: 50px;
    color: #fff;
  }
         .annual-banner .cmp-teaser__title a {
            color: #fff;
                }
    }
@media (min-width: 1200px) {
  .annual-banner .cmp-teaser__title {
    font-size: 70px;
    color: #fff;
  }

}
.annual-banner .cmp-teaser__content .cmp-teaser__action-link {
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 700;
  background-color: #FFC72C;
  padding: 20px 32px 22px 32px;
  display: inline-block;
}

.annual-banner .cmp-teaser__content .cmp-teaser__action-link:hover {
  border: 0px;
  background: linear-gradient(to right, rgba(255, 199, 44, 0) 0%, rgba(255, 199, 44, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffc72c", endColorstr="#ccffc72c", GradientType=1);
  color: #002345;
  box-shadow: none;
  text-decoration: none;
}

@media (min-width: 768px) {
  .ifc__reprtcard_flex {
    display: flex;
    flex-wrap: wrap;
  }

.annual-banner.topleft .cmp-teaser__content {
  top: 20%;
}

.annual-banner.topcenter .cmp-teaser__content {
  top: 20%;
  text-align: center;
}

.annual-banner.topright .cmp-teaser__content {
  top: 20%;
  text-align: right;
}

.annual-banner.centerleft .cmp-teaser__content {
  top: 50%;
  text-align: left;
}

.annual-banner.center .cmp-teaser__content {
  top: 50%;
  text-align: center;
}

.annual-banner.centerright .cmp-teaser__content {
  top: 50%;
  text-align: right;
}

.annual-banner.bottomleft .cmp-teaser__content {
  bottom: 20%;
}

.annual-banner.bottomcenter .cmp-teaser__content {
  bottom: 20%;
  text-align: center;
}

.annual-banner.bottomright .cmp-teaser__content {
  bottom: 20%;
  text-align: right;
}
}

.annual-banner.bottomright .cmp-teaser__action-container ul li,
.annual-banner.centerright .cmp-teaser__action-container ul li,
.annual-banner.topright .cmp-teaser__action-container ul li{
  margin: 0px 0px 16px 16px;
}
.padd-b-40 .cmp-teaser__title {
  padding-bottom: 40px;
  margin: 0px;
}

.flagship-static-content {
  text-align: center;
}

.flagship-static-content h2,
.flagship-static-content h3 {
  margin-bottom: 32px;
}
.annual_secondary_inverse_card .cmp-teaser__title {
font-size: 35px;
font-weight: 500;
line-height: 44px;
}
.annual_secondary_inverse_card .cmp-teaser__content {
padding:0px;
margin:0px;
}
.annual_secondary_inverse_card .cmp-teaser__description {
font-size: 20px;
font-weight: 300;
line-height: 30px;
    }
.annual_secondary_inverse_card .cmp-teaser__content {
  padding: 0px;
  margin: 0px;
}

.annual_secondary_inverse_card .cmp-teaser__action-link {
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 700;
  background-color: #FFC72C;
  padding: 20px 32px 22px 32px;
  display: inline-block;
  border: 0px;
}

.annual_secondary_inverse_card .cmp-teaser__action-link:hover {
  border: 0px;
  background: linear-gradient(to right, rgba(255, 199, 44, 0) 0%, rgba(255, 199, 44, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffc72c", endColorstr="#ccffc72c", GradientType=1);
  color: #002345;
  box-shadow: none;
  text-decoration: none;
}

.ifc_subscription_btn .cmp-button {
  position: fixed;
  z-index: 105;
  right: 0;
  bottom: 10%;
  cursor: pointer;
background: #FFC72C;
  color: #002345;
  font-size: 14px;
  line-height: 20px;
  padding: 16px 24px 16px 24px;
  outline: none;
  border: none;
  text-align: center;
  display: inline-block;
}

.ifc_subscription_btn .cmp-button:hover, .ifc_subscription_btn .cmp-button:focus {
 background: linear-gradient(to right, rgba(255, 199, 44, 0.7) 0%, rgba(255, 199, 44, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffc72c", endColorstr="#ccffc72c", GradientType=1);
  color: #002345;
  text-decoration: none;
}
@media(max-width:991.98px) {
  .ifc_subscription_btn .cmp-button {
       bottom: 0%;
          }
  }
.bg__scrollable_components {
  padding: 48px 0px;
        overflow: hidden;
}

.background {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transition: all 1s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}
.background:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+50,000000+100&0.8+50,0.8+50,0+100 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.fadein {
  opacity: 1;
  transition: all 1s;
}

.srollable-content {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.4%;

  color: #fff;
}

.srollable-content p {
  margin-bottom: 32px;
}

.srollable-content h2 {
    font-size: 55px;
font-style: normal;
        color: #fff;
        font-weight: 700;
line-height: normal;

    }
.srollable-content h3 {
  position: relative;
  color: #fff;
font-size: 40px;
font-weight: 500;
line-height: 44px;
}

.srollable-content h3:after {
  content: "";
  position: absolute;
  top: 20px;
  border: 1px solid #00ADE4;
  width: 80%;
  z-index: 2;
}
@media (min-width: 768px) {
.srollable-content {
     width: 58.33%;
    }
}
.srollable-content .cmp-teaser__action-link {
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 700;
  background-color: #FFC72C;
  padding: 20px 32px 22px 32px;
  display: inline-block;
  border: 0px;
}

.srollable-content .cmp-teaser__action-link:hover {
  border: 0px;
  background: linear-gradient(to right, rgba(255, 199, 44, 0) 0%, rgba(255, 199, 44, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffc72c", endColorstr="#ccffc72c", GradientType=1);
  color: #002345;
  box-shadow: none;
  text-decoration: none;
}

.staticfooter.aem-GridColumn.aem-GridColumn--default--12,
.container.responsivegrid.aem-GridColumn.aem-GridColumn--default--12,
.staticheader.aem-GridColumn.aem-GridColumn--default--12,
.experiencefragment.aem-GridColumn.aem-GridColumn--default--12,
.footer.aem-GridColumn.aem-GridColumn--default--12,
.megamenu.aem-GridColumn.aem-GridColumn--default--12,
.ifcbreadcrumb.breadcrumb.aem-GridColumn.aem-GridColumn--default--12 {
  padding-left: 0px;
  padding-right: 0px;
}

.ifc__listnav_disclaimer .cmp-text {
  padding: 32px;
  background: rgba(218, 222, 227, 0.36);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  color: #002345;
}

.samepage_nav {
  padding: 10px 0px;
  background: linear-gradient(90deg, #002345 0%, #006793 100%);
  color: #fff;
}
.samepage_nav .ifc__page_tablist_title {
  display: none;
}
.samepage_nav .ifc__page_tablist ul li {
  width: auto;
  margin: 0px;
  margin-right: 16px;
  border-right: 1px solid #00ADE4;
  padding-right: 16px;
}
.samepage_nav .ifc__page_tablist ul li:last-child {
  width: auto;
  margin: 0px;
  margin-right: 0px;
  border-right: 0px solid #00ADE4;
  padding-right: 0px;
}
.samepage_nav .ifc__page_tablist ul li a {
  font-weight: normal;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.teaser-video-embed .cmp-teaser__pretitle {
  font-family: "Ubuntu", sans-serif;
  font-weight:500;
  font-size: 26px;
  line-height: normal;
  color: #fff;
  margin: 0px 0px 20px 0px;
                     text-align:center;
                     text-transform: none;
}
@media (min-width: 991px) {
.teaser-video-embed .cmp-teaser__pretitle {
    font-size: 34px;
    line-height: 44px;
             margin: 0px 0px 40px 0px;
  }
}
.teaser-video-embed h2 {
  font-family: "Ubuntu", sans-serif;
  font-size: 34px;
  line-height: 42px;
  color: #fff;
  margin: 0px 0px 20px 0px;
                    text-align:center;
                    font-weight: bold;
}
@media (min-width: 991.5px) {
.teaser-video-embed h2 {
    font-size: 55px;
    line-height: normal;
         margin: 0px 0px 40px 0px;
  }
}
.ifc__annual_static_flexcard .aem-Grid{
display: flex;
flex-wrap: wrap;
margin-bottom: 32px;
}
.ifc__annual_static_flexcard .aem-Grid .aem-GridColumn,
.ifc__annual_static_flexcard .aem-Grid .aem-GridColumn .annual-statistics-card{
  height: 100%;
}
/**
 * Swiper 11.1.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 13, 2024
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

/* -------- Custom Swiper css Begin -------- */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  padding-bottom: 3rem;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  width: 2rem;
  height: 2rem;
  color: #002345;
  background-color: #ffc72c;
  z-index: 999;
  cursor: pointer;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-family: "loopicon";
  font-size: 1rem;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-prev {
  left: 0;
  right: auto;
}

.swiper-button-next {
  right: 0;
  left: auto;
}

.swiper-button-prev:after {
  content: "\e117";
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "\e117";
}

.swiper-button-next:after {
  content: "\e118";
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "\e118";
}

@media (min-width: 992px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 3rem;
    height: 3rem;
  }
}
@media (min-width: 1440px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 60px;
    height: 60px;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #00ade4;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #002345;
  border-radius: 50%;
}

/* -------- Custom Swiper css end -------- */
/* ------- tui_event_card_swiper css start ------- */
.tui_event_card_swiper {
  overflow: visible;
}
.tui_event_card_swiper .tui_ifc_event_schedule_wrapper {
  padding-bottom: 0rem;
}
.tui_event_card_swiper .tui_ifc_event_schedule_wrapper .swiper-wrapper {
  padding-bottom: 2rem;
}
.tui_event_card_swiper .tui_ifc_event_schedule_wrapper .swiper-slide {
  margin-bottom: 1.5rem;
  height: auto;
  background-color: #ffffff;
}
.tui_event_card_swiper .tui_ifc_event_schedule_wrapper .tui_ifc_event_schedule .tui_schedule_options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tui_event_card_swiper .tui_ifc_event_schedule_wrapper .tui_ifc_event_schedule > p {
  margin-bottom: 0;
}

.tui_event_card_swiper_wrapper {
  width: 100%;
  overflow-x: hidden;
  padding: 16px 16px 0px 16px;
}
.tui_event_card_swiper_wrapper .swiper-button-next {
  right: -16px;
  left: auto;
  position: fixed;
}
.tui_event_card_swiper_wrapper .swiper-button-prev {
  left: -16px;
  right: auto;
  position: fixed;
}

@media (min-width: 768px) {
  .tui_event_card_swiper_wrapper {
    width: calc(100% + 0px);
    overflow-x: hidden;
    padding: 16px 16px 0px 16px;
  }
  .tui_event_card_swiper_wrapper .swiper-button-next {
    right: -16px;
    left: auto;
  }
  .tui_event_card_swiper_wrapper .swiper-button-prev {
    left: -16px;
    right: auto;
  }
}
@media (min-width: 992px) {
  .tui_event_card_swiper_wrapper {
    width: calc(100% + 0px);
    overflow-x: hidden;
    padding: 24px 24px 0px 24px;
  }
  .tui_event_card_swiper_wrapper .swiper-button-next {
    right: -24px;
    left: auto;
  }
  .tui_event_card_swiper_wrapper .swiper-button-prev { 
    left: -24px;
    right: auto;
  }
}
@media (min-width: 1440px) {
  .tui_event_card_swiper_wrapper {
    width: calc(100% + 0px);
    overflow-x: hidden;
    padding: 30px 30px 0px 30px;
  }
  .tui_event_card_swiper_wrapper .swiper-button-next {
    right: -30px;
    left: auto;
    position: fixed;
  }
  .tui_event_card_swiper_wrapper .swiper-button-prev {
    left: -30px;
    right: auto;
      position: fixed;
  }
}
/* ------- tui_event_card_swiper css end ------- */
/* ------- tui_ifc_event_Card css start ------- */
.tui_ifc_event_schedule_wrapper .tui_ifc_event_Card .tui_ifc_event_schedule .tui_schedule_options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: none;
  padding: 0;
  margin: 0;
}

.tui_ifc_event_Card .tui_ifc_event_schedule {
  padding: 1.5rem;
  background-color: #ffffff;
}
.tui_ifc_event_Card .tui_ifc_event_schedule {
  position: relative;
}
.tui_ifc_event_Card .tui_schedule_content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 28px;
}
.tui_ifc_event_Card .tui_event_series_link {
  position: absolute;
  top: -32px;
  right: 0;
  left: auto;
  background: #ffffff;
  min-height: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* ------- tui_ifc_event_Card css start ------- */
.tui_sidebar_filter {
  display: flex;
  justify-content: space-between;
}

.ifc_search_blue {
  background-color: #f0f2f4;
  z-index: 0;
  padding: 16px;
}
.ifc_search_blue .ifc__input_group {
  margin-bottom: 10px;
}
.ifc_search_blue .ifc__submit_icon,
.ifc_search_blue .ifc__research_submitbtn {
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
}
.ifc_search_blue .ifc__submit_icon:before,
.ifc_search_blue .ifc__research_submitbtn:before {
  color: #222632;
}

@media (min-width: 992px) {
  li.sidebar-list-item .sidebar-link:after {
    content: "";
    position: absolute;
    top: 24px;
    border: 1px solid #00ade4;
    width: 100%;
    z-index: 2;
    display: inline-block;
    margin-left: 0.5rem;
  }
}
.clear-all .reset-btn {
  background-color: transparent;
  border: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #0071bc;
  vertical-align: bottom;
}
.clear-all .clear-all {
  float: right;
  margin-top: -50px;
}

.ifc__search_input input[type=text] {
  /* changed color for accessibility color contrast */
  color: #757575;
}

.tui_ifc_event_schedule_wrapper .tui_ifc_event_schedule > p span {
  color: #0071bc;
}

/* ------- ifc__date begin ------- */
.ifc__primary_date {
  padding: 0.5rem;
  /* changed color for accessibility color contrast */
  color: #757575;
  border: 1px solid #bdbdbd;
}

.ifc__date {
  display: flex;
  /* changed color for accessibility color contrast */
  color: #757575;
  margin-bottom: 0;
}
.ifc__date .ifc__checkbox_label_wrapper {
  margin-bottom: 8px;
  display: inline-block;
}
.ifc__date .tui_date_divider {
  display: inline-flex;
  justify-content: center;
  align-items: end;
  /* changed color for accessibility color contrast */
  color: #757575;
  width: 20px;
}
.ifc__date .tui_date_divider span {
  /* changed color for accessibility color contrast */
  color: #757575;
  display: inline-block;
  padding-bottom: 15px;
}
.ifc__date .ifc__primary_date {
  padding: 0.75rem 0.75rem;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-weight: 400;
}

@media (max-width: 560px) {
  .ifc__date {
    display: block;
  }
  .ifc__date .ifc__primary_date {
    width: 100%;
  }
  .ifc__date .tui_date_divider {
    display: none;
  }
  .ifc__date .tui_date_input:not(:last-child) {
    margin-bottom: 1rem;
  }
}
/* ------- ifc__date end ------- */


/* event search ui fix */

@media (min-width: 991.5px) {
    .tui_sidebar_filter_wrapper.sidebar-wrapper .sidebar-heading {
         display: block; 
    }

     .tui_sidebar_filter_wrapper.sidebar-wrapper .clear-all{
           margin-top:0;
                        }
}

.eventsearch {
        padding:0px;
    }
.eventsearch .cmp-title__text {
    font-family: "Ubuntu", sans-serif;
    font-size: 46px;
    font-weight: 300;
    line-height: normal;
    margin: 0px 0px 16px 0px;
    }
.eventsearch .ifc__search {
    background-color: #f0f2f4;
    z-index: 0;
    padding: 16px;
}
.eventsearch .ifc__search .radioCls{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.eventsearch .ifc__search .radio_inline {
  margin-right: 16px;
}
.eventsearch .ifc__search input[type=radio] {
  margin-right: 8px;
}
.reset-btn {
    background-color: transparent;
    border: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #0071bc;
    vertical-align: bottom;
}
    .clear-all {
    float: right;
    margin-top: -50px;
}

.all__search_section {
    padding: 16px;
    margin-bottom: 16px;
    background-color: #f2f2f2;
}
/* === Podcast CSS Start === */

.ifc__angle_left:before {
    content: "";
    -webkit-clip-path: polygon(0 0, 0 50%, 100% 50%);
    clip-path: polygon(0 0, 0 50%, 100% 50%);
    width: 280px;
    color: #fff;
    height: 136px;
    background: #00ade4;
    position: absolute;
    top: -68px;
    left: 50px;
}

@media (min-width: 768px) {
    .ifc__angle_left:before {
        width: 400px;
    }
}

.ifc_featured_podcast_img .image,
.banner_img,
.ifc_featured_podcast_img,
.megamenu {
    padding: 0;
}

.ifc_featured_podcast_img div,
.ifc__primary_card.bg_card_gray .image,
.ifc_featured_podcast_img .image,
.ifc_featured_podcast_img .cmp-image,
.ifc_featured_podcast_img .cmp-image img {
    height: auto;
}

.ifc_podcast_banner_button {
    margin-top: 30px;
}

.ifc_podcast_banner_button.layer-card-title .cmp-button {
    float: none;
}

.ifc_podcast_banner_button.layer-card-title .cmp-button .cmp-button__text {
    color: #002345;
}
.ifc_podcast_season_content .all__search_listing_content {
             padding-right: 1rem;
    }
@media (min-width: 576px) {
    .ifc_podcast_season_content .all__search_listing_img img {
        margin-left: 0rem;
    }

    .ifc_podcast_season_content .all__search_listing_content {
       
        width: 100%;
}
}

.ifc_podcast_banner .ifc__subbanner_pretitle {
    font-size: 0.875rem;
    line-height: 1rem;
    padding-bottom: 1.875rem;
}

.ifc_podcast_banner .ifc__subbanner_author {
    margin: 30px 0;
}

.ifc_podcast_banner .ifc__subbanner_author span {
    padding-left: 20px;
    font-size: 18px;
    line-height: 20px;
}

.ifc_podcast_banner .ifc__subbanner_discription p {
    font-size: 1.25rem;
    line-height: 2rem;
}



.ifc_browse_dropdown {
    border-bottom: 2px solid #00ADE4;
    margin-bottom: 40px;
}

.ifc_browse_dropdown .page_tab_components.ifc__m_page_tablist {
    padding: 0 0 40px;
}

.ifc_browse_dropdown .page_tab_components.ifc__m_page_tablist .ifc__dropdown {
    position: relative;
}

.ifc_browse_dropdown .page_tab_components.ifc__m_page_tablist .ifc__dropdown .ifc__dropdown_group {
    width: 100%;
}

@media (min-width: 576px) {
    .ifc_browse_dropdown .page_tab_components.ifc__m_page_tablist .ifc__dropdown .ifc__dropdown_group {
        width: -moz-max-content;
        width: max-content;
    }
    .ifc_browse_dropdown .page_tab_components.ifc__m_page_tablist .ifc__dropdown .ifc__dropdown_toggle {
        min-width: 300px;
    }
}

.ifc_browse_dropdown .page_tab_components.ifc__m_page_tablist .ifc__dropdown .ifc__dropdown_toggle {
    height: 50px;
    font-size: 21px;
    line-height: 34px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    width: -webkit-fill-available;
}

.ifc_browse_dropdown .page_tab_components.ifc__m_page_tablist .ifc__dropdown .ifc__dropdown_toggle::before {
    display: none;
}

.ifc_browse_dropdown .page_tab_components.ifc__m_page_tablist .ifc__dropdown .ifc__dropdown_toggle::after {
    display: none;
}

.ifc_browse_dropdown .page_tab_components.ifc__m_page_tablist .ifc__dropdown span.select-arrow {
    position: absolute;
    top: 13px;
    right: 16px;
    pointer-events: none;
    display: block;
}

.ifc_browse_dropdown .page_tab_components.ifc__m_page_tablist .ifc__dropdown span.select-arrow::before {
    font-family: loopicon;
    content: "\e251";
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    font-family: "loopicon";
    content: "\e116";
    margin-left: 8px;
    padding: 5px;
    float: right;
    color: #222632;
    width: 25px;
    height: 25px;
    font-size: 1rem;
    text-align: center;
        line-height: 1rem;
}

.ifc_browse_dropdown .ifc__hammer {
    padding-bottom: 20px;
}

.ifc_browse_dropdown .ifc__dropdown_menu li a {
    color: #002345;
}

.ifc_browse_dropdown .ifc__dropdown_menu li:hover a,
.ifc_browse_dropdown .ifc__dropdown_menu li:focus a {
    color: #fff;
}

.ifc_subscribe_listen_section {
    margin-top: 2rem;
}

.ifc_subscribe_listen_section h2 {
    text-align: center;
}



.ifc_subscribe__button_Section .layer-card-title .cmp-button__text {
    display: inline-block;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .ifc_subscribe_listen_section .layer-title-banner:after {
        height: 50px;
        top: 110%;
    }

    .ifc_subscribe__button_Section .layer-card-title {
        margin-right: 1rem;
    }

    .ifc_subscribe__button_Section .layer-card-title:last-child {
        margin-right: 0;
    }
}

.layer__gray_gradient {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 90px, rgb(242, 242, 242) 90px);
}

.layer__gray_gradient .columncontrol {
    padding: 82px 0px 40px 0px;
}

@media (min-width: 768px) {
    .layer__gray_gradient .columncontrol {
        padding: 96px 0px 80px 0px;
    }
}

@media (min-width: 992px) {
    .layer__gray_gradient {
        background: linear-gradient(to bottom, rgb(255, 255, 255) 100px, rgb(242, 242, 242) 100px);
    }
}



.ifc_subscribe__button_Section img {
    width: 20px;
    height: 20px;
}

.ifc__primary_card.bg_card_gray {
    padding: 64px !important;
}

/* === Podcast CSS End === */

.layer__gray_gradient .ifc_subscribe__button_Section {
    display: block;
}

.layer__gray_gradient .ifc_subscribe__button_Section {
    padding: 82px 0px 40px 0px;
}

@media (min-width: 768px) {

    .layer__gray_gradient .ifc_subscribe__button_Section {
        padding: 96px 0px 80px 0px;
    }
}



.layer__gray_gradient .ifc_subscribe__button_Section .cmp-container>.aem-Grid div {
    width: auto !important;
}



/* === begin Listing ===*/
.all__search_section {
    padding: 16px;
    margin-bottom: 16px;
    background-color: #f2f2f2;
}

.all__search_section .lp__secondary_search {
    margin: 0px;
}

.all__search_section .all__advance_search_btn a {
    display: table-cell;
    font-size: 0.8125rem;
    line-height: 1.0625rem;
    font-weight: 600;
    vertical-align: top;
}

.all__search_section .all__listing_result {
    font-size: 0.8125rem;
    line-height: 2.5rem;
    font-weight: 600;
    float: left;
}

.all__sortby_tab .all__sortby_tablist_item {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #000000;
    background-color: transparent;
    border: 0px;
}

.all__sortby_tab .all__sortby_tablist_item.active,
.all__sortby_tab .all__sortby_tablist_item:hover {
    padding-bottom: 8px;
    border-bottom: 2px solid #00ade4;
}

.all__listing_section {
    display: block;
    margin: 0px 0px 16px 0px;
    /*    border-bottom: 1px solid #e5e5e5;*/
}

.all__listing_section_bottom {
    margin-bottom: 32px;
}

.all__listing_section_top {
    display: block;
}

.all__listing_section_top .lp__dropdown {
    margin: 0px 0px 16px 0px;
}

@media (min-width: 600px) {
    .all__listing_section_top {
        display: flex;
        align-items: center !important;
    }

    .all__listing_section_top .lp__dropdown {
        margin: 0px 16px 0px 0px;
    }
}

.all__search_listing_content {
    margin-bottom: 16px;
}

.all__search_listing_content .ifc__lead_paragraph_md {
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
}

.all__listing_result {
    font-family: "Ubuntu", sans-serif;
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 16px;
    flex: 1 1 auto;
    display: flex;
}

.ifc_featured_podcast_content {
    margin-top: 0;
    padding-top: 0;
    }
    

@media (min-width: 767px) {
    .all__listing_result {
        margin-bottom: 0px;
    }

    .ifc_featured_podcast_content {
        margin-top: 90px;
    }
}


.all__listing_result a[aria-disabled=true] {
    font-weight: bolder;
    text-decoration: underline;
    color: #00538a;
}

.all__listing_result span:first-child {
    margin-right: 64px;
}

.all__listing_selectitem {
    font-size: 0.875rem;
    line-height: 1.375rem;
    background-color: rgba(0, 0, 0, 0.16);
    padding: 4px 8px;
    color: rgba(0, 0, 0, 0.87);
    border-radius: 20px;
}

.all__listing_selectitem button {
    font-size: 0.75rem;
    line-height: 1.375rem;
    vertical-align: middle;
    margin-left: 4px;
    background-color: transparent;
    border: 0px;
    padding: 0px 0px 0px 6px;
    font-weight: bold;
}

.all__listing_selectitem button:hover {
    color: #002345;
}

.all__sortby {
    display: inline-block;
    margin-bottom: 32px;
    width: 100%;
}

@media (min-width: 600px) {
    .all__sortby {
        display: flex;
        align-items: center;
    }
}

.all__sortby .lp__dropdown_label,
.all__sortby .all__sortby_label {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    float: left;
    margin: 0px 8px 0px 0px;
}

.all__sortby ul li {
    font-size: 0.75rem;
    line-height: 1.375rem;
    font-weight: 600;
    float: left;
    margin: 0px 8px 0px 0px;
    background-color: #e6e6e6;
    padding: 4px 10px 4px 10px;
}

.all__sortby ul li .lp__solid_white_btn.active {
    pointer-events: none;
}

.all__sortby ul li:after {
    font-family: "loopicon";
    content: "\e126";
    font-size: 0.75rem;
    margin-left: 8px;
    float: right;
}

.all__search_listingitem>ul {
    display: flex;
    flex-wrap: wrap;
}

.all__search_listingitem>ul>li {
    position: relative;
    padding: 0px 0px 32px 0px;
    margin-bottom: 32px;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    width: 100%;
}

@media (min-width: 576px) {
    .all__search_listingitem>ul>li {
        display: flex; 
        justify-content: space-between;
        padding: 0px 0px 16px 0px;
        margin-bottom: 16px;
    }
}


.all__search_listingitem .ifc__hammer {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    margin-bottom: 1rem;
}

.all__search_listingitem .all__list_title {
    font-weight: 300;
    font-size: 34px;
    line-height: 39px;
    margin-bottom: 16px;
    color: #002345;
}

.all__search_listingitem .all__list_title a {
    color: #002345;
    display: block;
}

.all__search_listingitem .all__list_title a:hover,
.all__search_listingitem .all__list_title a:focus {
    color: #00538A;
}

.all__search_listingitem .ifc__lead_paragraph_md {
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    color: #757575;
    margin-bottom: 1rem;
}

.all__search_listingitem .all__search_listing_bottom_content {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #757575;
    display: inline-block;
    width: 100%;
    position: relative;
}

.all__search_listingitem .all__search_listing_bottom_content .all_search_date {
    float: left;
    margin-bottom: 1rem;
}

.all__search_listingitem .all__search_listing_bottom_content .all_search_language {
    float: right;
    margin-bottom: 1rem;
}

.all__search_listing_img img {
    width: 100%;
}

@media (min-width: 576px) {
    .all__search_listing_img img {
        width: 180px;
        margin-left: 1rem;
        height: 100%;
        object-fit: contain;
    }
    
.all__search_listingitem .all__search_listing_bottom_content .all_search_language {
        position: absolute;
    right: 0;
}
}

@media (min-width: 1400px) {
    .all__search_listing_img img {
        width: 280px;
        height: 100%;
        object-fit: contain;
    }
}

.all__search_contact .ifc__lead_paragraph_md,
.all__search_contact .all__search_listing_bottom_content {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #757575;
}

.all__listing_email {
    margin-bottom: 16px;
    display: inline-block;
}

.all__listing_email i {
    margin-right: 8px;
    vertical-align: middle;
    color: #00ade4;
}

.contact__social_media {
    margin-bottom: 16px;
}

.contact__social_media ul li {
    display: inline-block;
}

.contact__social_media ul li a {
    color: #00ade4;
}

.readmore-link {
    font-family: "Ubuntu";
    font-size: 20px;
    line-height: 34px;
    color: #002345;
    border-bottom: 1px solid #00ade4;
    padding-bottom: 6px;
    display: inline-block;
}

.all__sublist_title {
    font-size: 22px;
    line-height: 32px;
}

.all__sublist_contact ul {
    display: flex;
    flex-wrap: wrap;
}

.all__sublist_contact ul li {
    margin-bottom: 2rem;
    width: 50%;
}

.all__sublist_contacttitle {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 16px;
    display: block;
}

.all__sortby_v2 ul li {
    font-weight: 400;
}

/* === end Listing ===*/


.ifc__subbanner .cmp-teaser__action-container .cmp-teaser__action-link {
    font-size: 1rem;
    line-height: 1.149rem;
    font-weight: 700;
    background-color: #ffffff;
    margin-right: 16px;
    color: #002345;
    border: 1px solid #00ADE4;
    padding: 16px;
    text-align: center;
    display: inline-block;
}


.ifc__subbanner a:hover,
.ifc__subbanner a:active,
.ifc__subbanner a:focus {
    color: #fff;
    text-decoration: none;
}
