

@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;
}

/* === 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: 0.75rem;
  line-height: 1.0625rem;
  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 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;
}
.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;
        display: inline-block;
}

.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 #0071bc;
  box-shadow: none;
}

.ifc__primary_radio:checked:disabled + label:before {
  background: #fff;
  border: 1px solid #0071bc;
  box-shadow: inset 0px 1px 0px 0px #F0F7FE;
}

.ifc__primary_radio:checked:disabled + label:after {
  color: #0071bc;
}

.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: #0071bc;
}

.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;
}
/* === 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("clientlib-site-author/resources/img/banner-img.png") repeat #0071bc;
  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 */
}

.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 {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+15,f2f2f2+15 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 15%,rgba(242,242,242,1) 15%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


  }
.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) 30%,rgba(242,242,242,1) 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */



  }
}
.layer__gray_gradient .columncontrol .aem-Grid {
  display: flex;
  align-items: flex-start;
  justify-content: center;
        flex-wrap: wrap;
}
.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;
      }
    }
/* === 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;
}
.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;
}

/* === Begin home Banner ===*/
.ifc__banner {
  position: relative;
  z-index: 0;
}
.ifc__banner .cmp-image__image {
  height: 100%;
  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;
}
.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-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: 680px;
  }
}

.ifc__subbanner {
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding: 84px 16px;
  background-position: bottom;
  background: url(clientlib-site-author/img/circles.png) 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: 742px;
    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 {
  display: flex;
  align-items: center;
}
.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;
}
@media (min-width: 768px) {
  .ifc__banner.ifc__body_content_img .cmp-teaser__content {
    padding: 32px 32px 0px 32px;
    width: 75%;
  }
}
.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;
  }
}
.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;
}
.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; }
.ifc__body_content a {
color: #00ade4;
}

/* == 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 {
  list-style: disc;
  margin: 0px 0px 16px 0px;
}
.ifc__pressroombody_content ol {
  list-style: decimal;
  padding-left: 40px;
}
.ifc__pressroombody_content ol li {
  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: 29px;
    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: 22px;
    font-weight: 700;
    text-transform: uppercase;
    
    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-right: 32px;
    }
    @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: 100%;
    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: 16px;
    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: 700;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    padding: 6px 5px 6px 4px;
        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_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: inline-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: 16px;
    text-align: center;
    padding: 6px 6px 6px 4px;
    }
    .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: 1px;
    font-weight: 700;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    padding: 6px 5px 6px 4px;
    }
    .ifc__breadcrumb_menu .cmp-breadcrumb__item .ifc__lang_dropdown .ifc__dropdown_menu ul li {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    }
    .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;
    }
    }

    .ifc__breadcrumb_menu .breadcrumb__icon-home {
    background: url(clientlib-site-author/resources/img/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(clientlib-site-author/img/white-chevron-down.svg);
    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;
    }
    /* @media (min-width:992px) {
        .ifc__breadcrumb_menu nav ol:first-child {
           width: 60%;
        }
    
    } */
    .ifc__breadcrumb_desktop nav ol:first-child {
        flex-grow: 1;
    }

    @media (max-width: 992px) {
        .ifc__breadcrumb_desktop nav ol:first-child li:last-child {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            
            display: inline-block;
        }
    .ifc__breadcrumb_menu nav .breadcrumb__right li:first-child {
    width: 100%!important;
    padding: 0;
    }
    }
        @media (max-width: 767px) {
        .ifc__breadcrumb_desktop nav ol:first-child li:last-child {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 40%;
            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;
    }
    .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;
    }
    }
/* === 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: 991px) {
  .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.6);
  margin: 0px 0px 8px 0px;
}
.ifc__card .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 .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: 32px;
  min-height: 6rem;
}
@media (min-width: 768px) {
  .ifc__card .cmp-teaser__content {
    padding: 32px 0px 32px 32px;
    background: #fff;
    margin-top: -2rem;
    margin-right: 32px;
  }
}
@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;
}
.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 * {
  color: #002345;
}
.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(clientlib-site-author/img/circles.png) 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__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: #757575;
  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;
  }


.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 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;
}
.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 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 {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: bold;
  display: inline-block;
  padding-left: 16px;
}
@media (min-width: 992px) {
  .ifc__listinline {
    border-left: 1px solid #fff;
    margin: 37px 0px 16px 18px;
  }
}

@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: 46px;
    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: 36px;
}
.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: #0071bc;
  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(clientlib-site-author/img/gray-close-icon.svg);
  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;
  }
}
/* === 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 {
  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;
  }
}

.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;
  }
}

.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;
}
@media (min-width: 992px) {
  .layer-card-title .cmp-button {
    float: right;
  }
}
.layer-card-title .cmp-button:last-child {
  margin-right: 0px;
}
.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;
}
.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;
}

@media (min-width: 992px) {
  .ifc__subscribe .cmp-button {
    float: right;
  }
}
/* === 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 (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: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: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:before {
content: "";
clip-path: polygon(100% 0, 0 41%, 100% 41%);
width:280px;
color: #fff;
height: 136px;
background: #00ade4;
position: absolute;
top: -56px;
right: 15px;
}
@media (min-width: 768px) {
 .ifc__image_revers: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%;

}
.ifc__image_leftangle {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .ifc__image_leftangle {
    margin-top: 80px;
  }
}
.ifc__image_leftangle: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;
}

/*=== End image components ====*/

.image-v1-components,
.bottom-alignimage {
  position: relative;
}


.cmp-image__image {
      display: block;
    max-width: 100%;
    height: auto;
    -webkit-filter: contrast(1.15);
    filter: contrast(1.15);
}

@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: 400px) {
  .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: 400px) {
  .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;
}
.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] {
  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 {
  border: 2px solid #d8e7f5;
  outline: #996300 solid 2px;
  background-color: #ffffff;
}
.ifc__primary_input[disabled],
.ifc__primary_search[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 .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 .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;
}

/* === 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;
  }
}
@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;
  }
}
.ifc__stats ul {
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  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(clientlib-site-author/img/circles.png) 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;
  height: 350px;
  display: flex!important;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/* ==  End stats card ===*/

/*=== 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;
}
.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: #0071bc;
  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__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: 16px;
        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__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) a.ifc__megamenu_item {
    font-size: 0.875rem;
    letter-spacing: -0.97px;
  }
  html:lang(fr) .ifc__workwithus {
    font-size: 0.975rem;
    letter-spacing: -0.97px;
  }
  html:lang(es) .ifc__megamenu ul:first-child {
    margin-left: 10px;
    min-width: 508px;
  }
  html:lang(es) .ifc__megamenu_list:last-child {
    margin-right: 10px;
  }
  html:lang(es) a.ifc__megamenu_item {
    font-size: 0.875rem;
    letter-spacing: -0.97px;
  }
  html:lang(es) .ifc__workwithus {
    font-size: 0.975rem;
    letter-spacing: -0.97px;
  }
  html:lang(ru) a.ifc__megamenu_item {
    font-size: 0.875rem;
    letter-spacing: -0.97px;
  }
  html:lang(ru) .ifc__workwithus {
    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) a.ifc__megamenu_item {
    font-size: 1rem;
    letter-spacing: -0.97px;
  }
}

/* ==  Begin ifc card ===*/
.ifc__flex_card {
        flex-flow: nowrap;
    display: flex;
    flex-direction: column;
    }



/* === 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;
    }
.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 {
    height: auto;
    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%;
                }
    }
