.column-control{
    max-width:1920px;
    margin: 0 auto !important;
}

.row__full-bleed {
    max-width: 100%;
    *zoom: 1;
}

.hub_background_white{
   background: #ffffff;
   margin-left: auto;
   margin-right: auto;
}

.hub_background_barclaysblue{
   background: #1a2142;
   margin-left: auto;
   margin-right: auto;
}

.row_cib {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1920px;
    width: 100%;
    *zoom: 1;
}

.row_cib:after {
    content: " ";
    display: table;
}

.row_cib:after {
    clear: both;
}

.col__full-width {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
    *zoom: 1;
    float: none;
    padding-top: 0;
}

.columns{
    margin-right: -20px;
}

.col-100, .col-75, .col-66, .col-50, .col-33, .col-25 {
    min-height: 1px;
    position: relative;
    float: left;               
}

.col-100, .col-100-xl {
    width: 100%;
}

.col-75, .col-75-xl {
    width: 74%;
}

.col-66, .col-66-xl {
    width: 66%;
}

.col-50, .col-50-xl {
    width: 49%;
}

.col-33, .col-33-xl {
    width: 32%;
}

.col-25, .col-25-xl {
    width: 23.5%;
}

*[class^="col-"] + *[class^="col-"] {
   /* margin-left: 2%; */
}

.col-50 + .col-25,
.col-25 + .col-25 {
    width: 23.5%;
}

.col-75 + .col-25 {
    width: 24%;
}

.col-25 + .col-75 {
    width: 74.5%;
}

.newgrid{
    left: 0px;
    min-height: 1px;
    position: relative;
    padding-right: 20px;
    float: left;
}
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

html {
    font-family: Effra-Regular, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2rem;
    margin: 0.67em 0;
}

abbr[title] {
/*	Removed for site refresh
    border-bottom: 1px dotted */
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    /*font-family: monospace, serif;*/
    font-size: 1rem;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,li {
    padding: 0;
}

/*Typography Start*/

h1,h2,h3,h4,h5,h6 {
    font-family: Effra-Bold,sans-serif;
}

p,li,a {
    font-family: Effra-Regular, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    color: #000000;
    font-weight: normal;
}

p,li {
    color: #333333;
}

a {
    color: #0074A6;
    cursor: pointer;
    text-decoration: underline;
}

h1 {
    font-size: 2.25em;
	  letter-spacing: 0;
	  font-weight: bold;
      color:#000000;
}

h2 {
    font-size: 3.125em;
	  line-height: 0.9;
	  etter-spacing: -2px;
	  font-weight: bold;

}
h2 a,h3 a{
  color:#000000;  
}
h3 {
    font-size: 2.5em;
	  line-height: 1;
	  etter-spacing: -0.8px;
	  font-weight: bold;
}

h4 {
  font-size: 1.875em;
  line-height: 0.93;
  etter-spacing: -1px;
  font-weight: bold;
}

h5 {
  font-size: 1.5em;
  line-height: 1.17;
  etter-spacing: -0.8px;
  font-weight: bold;
}

h6,p,li,a {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 24px;
}

h1 a {
    font-family: Effra-Regular,sans-serif;
    font-size: 2.25rem;
    color: #00AEFF;
    letter-spacing: 0;
    line-height: 40px;
    text-decoration: none;
}

h4 li {
    color: #00395D;
    font-size: 1.5rem;
    line-height: 36px;
}

h4 em, h4 b {
    font-family: Effra-Bold,sans-serif;
    font-weight: bold;
    color: #00395D;
}

h4 a {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 36px;
    text-decoration: none;
}

/*Typography End*/

.new-design-template .col__news-article--header {
	word-break: break-word;
}

.new-design-hub-page, .template__hub, .new-design-editorial-page, .new-design-article-page, .new-design-feature-page {
  overflow-x: hidden!important;
}


@media only screen and (min-width: 666px) and (max-width: 668px) and (orientation: landscape){
	.new-design-newsarticle-page .parsys8NewArticle{
	padding-left: 0.9375em;
        padding-right: 0.9375em;
        width: 83.33333%;
        margin-left: 8.33333%;
        float: left;
}
}


 /* Weekly Insights Template Start */

 .template__news-article .new-design-template .weeklyInsights a.link__page-parent::before {
    background-image: url('ibhomepage/images/arrow-navy-weeklyInsights.svg');
    transform: none;
    left: 0rem;
    margin-right: 0.777rem;
    position: relative;
    height: 20px;
    vertical-align: sub;
 }

 .template__news-article .new-design-template .weeklyInsights .link__page-parent {
    padding-left: 1.125rem;
    left: 0;
    font-size: 0.875rem;
    line-height: 0.875rem;
    font-family: 'Effra-Bold';
    color: #00395D;
    margin-top: 2rem;
 }

 .template__news-article .new-design-template .weeklyInsights.news-article-date.typeTitle, 
 .template__news-article .new-design-template .weeklyInsights.news-article-date.weeklyDate {
    display: inline-block;
    line-height: 1.875rem;
    color: #404040;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
 }

 .template__news-article .new-design-template .weeklyInsights.news-article-date.typeTitle {
    font-size: 1.25rem;
	margin-left: 1.5rem;
 }

 .template__news-article .new-design-template .weeklyInsights.news-article-date.weeklyDate {
    font-size: 1rem;
 }

 .template__news-article .new-design-template .weeklyInsights.news-article-date.verticalBar {
    display: inline-block;
    background-image: url('ibhomepage/images/vertical-line-vector.svg');
    background-repeat: no-repeat;
    height: 40px;
    width: 2px;
    vertical-align: -webkit-baseline-middle;
    margin: auto;
    margin: 0 0.5rem 0 0.5rem;
 }
 
  .weeklyInsights.link__page_holder {
    margin-left: 1.313rem;
}
/* Weekly Insights Template End */


.new-design-editorial-page h3{
	        margin: 1.507rem 0 0.864rem 3.181rem;
	
}
.new-design-editorial-page .link__page_holder{
	margin: 0 0 0 3.81rem;
	
}


@media only screen and (max-width: 767px)  {
	.new-design-editorial-page h3{
	        margin: 0.67em 0 0.5em 0;

}

/* Weekly Insights start */
    .template__news-article .new-design-template .weeklyInsights.link__page_holder {
        margin-left: 0rem;
    }

    .template__news-article .new-design-template .weeklyInsights .link__page-parent {
        padding-left: 0rem;
		font-size: 14px;
        line-height: 14px;
        letter-spacing: 1px;
    }

    .template__news-article .new-design-template .weeklyInsights.news-article-date.verticalBar {
        height: 20px;
        vertical-align: sub;
    }

    .template__news-article .new-design-template .weeklyInsights .bc-textimage ul, 
    .template__news-article .weeklyInsights .textimage_text ul {
        padding-left: 2rem;
    }

    .template__news-article .new-design-template .weeklyInsights .bc-textimage ul li, 
    .template__news-article .weeklyInsights .textimage_text ul li {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }
	
	.template__news-article .new-design-template .weeklyInsights.news-article-date.typeTitle {
        font-size: 20px;
        margin-left: 0rem;
        line-height: 30px;
    }

    .template__news-article .new-design-template .weeklyInsights.news-article-date.weeklyDate {
        font-size: 20px;
        line-height: 30px;
    }
    /* Weekly Insights end */
}

@media only screen and (min-device-width: 768px) and (max-width: 769px){
.new-design-editorial-page h3{
	        margin: 0.67em 0 0.5em 0;
	
}
.new-design-editorial-page .link__page_holder{
	margin: 0.6em 0 0 -0.13rem;
	
}
 }

@media only screen and (min-width: 1920px)  {

.new-design-editorial-page h3{
	        margin: 1.338rem 0 1rem 4.3rem;
	
}
.new-design-editorial-page .link__page_holder{
margin:0 0 0 4.69rem;
}
} 



@media only screen and (min-width: 834px) and (max-width: 916px) and (orientation: landscape){


.new-design-feature-page .parsys3Feature{
	
	padding-right: 0.9375em;
        width: 25%;
        margin-left: 0% !important;
        float: left;

}


.new-design-feature-page .parsys2Feature{
padding-right: 0.9375em;
        width: 100%;
        margin-left: 0.33333%;
	
}
.new-design-feature-page .parsysFeature{
	        padding-right: 0.9375em;
        width: 66.66667%;
        margin-left: auto;
	
}


.new-design-feature-page .parsys5Feature,.new-design-feature-page .parsys8Feature,.new-design-feature-page .parsys11Feature,.new-design-feature-page .parsys14Feature,.new-design-feature-page .parsys16Feature,.new-design-feature-page .parsys19Feature{
	padding-right: 0.9375em;
      width: 66.66667%;
        margin-left: 8.33333%;
        float: left;
        padding-left: 1.875em!important;	
}

.new-design-feature-page .parsys6Feature,.new-design-feature-page .parsys9Feature,.new-design-feature-page .parsys12Feature,.new-design-feature-page .parsys15Feature,.new-design-feature-page .parsys17Feature,.new-design-feature-page .parsys20Feature,.new-design-feature-page .parsys18Feature{
	padding-left: 0.9375em;
        padding-right: 0.9375em;
        width: 25%;
        margin-left: 0%;
        float: left;
	
}

.new-design-newsarticle-page .NewsArticle_full_widthParys{
padding-left: 0.9375em!important;
        padding-right: 0.9375em;
        width:100%;
        float: left;

}
.new-design-newsarticle-page .NewsArticle_NarrowSmallParys{
	padding-left: 0.9375em!important;
        padding-right: 0.9375em;
        width:91.66667%;
    margin-left: 8.33333%!important;
        float: left;

}

.new-design-newsarticle-page .NewsArticle_Parent{

	        width: 66.6%;

}

.new-design-newsarticle-page .NewsArticle_smallParsys{
padding-left: 0.9375em!important;
        padding-right: 0.9375em;
        width: 25%;
        margin-left: 0%;
        float: left;
	
}	 

.new-design-newsarticle-page .link__page-parent{

margin-left:1em;

 }
}

@media only screen and (min-width: 567px) and (max-width: 568px) and (orientation: landscape){
   .new-design-feature-page .offset-sm-1 {
        margin-left: 8.33333333%;
	padding-left: 0.9375em;
        padding-right: 0.9375em;
        width:85%;
        margin-left: 8.33333%;
        float: left;
}

.new-design-feature-page .share-tools__heading h2,.new-design-newsarticle-page .share-tools__heading h2{
	display:none!important;

}
.new-design-feature-page .share-tools__body .share-tools__list {
	    display: flex;
    flex-direction: column;
	margin-top: 90px !important;
	
}
    .new-design-template.new-design-feature-page .link__page_holder{
		margin-left: 54px;

	}
.new-design-feature-page .col__news-feature--header h1{
	margin-bottom: 1px;
    margin-left: 42px;
}
 .new-design-feature-page .col__news-feature--header .news-article-date{
	margin-left: 49px;
}


.new-design-newsarticle-page .share-tools__body .share-tools__list{
 display: flex;
 flex-direction: column;


            }
 }


@media only screen and (min-width: 1024px){

.new-design-template .news-article-date {

    color: #009ed8;
    line-height: 16px;
    font-size: 0.875em;
    margin-top: 32px;
    font-family: Effra-Regular,sans-serif;
    letter-spacing: normal;
 }


.new-design-template .link__page-parent {   
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 0px !important;
    font-size: 1em;
    line-height: 18px;
    color: #00395d;
    font-family: Effra-Regular,sans-serif;
    position: relative;
    padding-left: 15px;
 }

.new-design-template a.link__page-parent::before {
    display: inline-block;
    content: '';
    background-image: url('ibhomepage/images/arrow-navy.svg');
    width: 20px;
    height: 18px;
    vertical-align: middle;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    position: absolute;
    left: -14px;
 }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

.new-design-template .news-article-date {

    color: #009ed8;
    line-height: 16px;
    font-size: 0.875em;
    margin-top: 24px;
    font-family: Effra-Regular,sans-serif;
    letter-spacing: normal;
 }

.new-design-template .link__page-parent {
    margin-top: 24px;
    margin-bottom: 0px !important;
    text-decoration: none;
    font-size: 1em;
    line-height: 18px;
    color: #00395d;
    font-family: Effra-Regular,sans-serif;
    position: relative;
 }

   .new-design-template a.link__page-parent::before{
    display: inline-block;
    content: '';
    background-image: url('ibhomepage/images/arrow-navy.svg');
    width: 20px;
    height: 18px;
    vertical-align: middle;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
 }
 
	/* Weekly Insights start */
    .template__news-article .new-design-template .weeklyInsights .link__page-parent {
        padding-left: 1.5rem;
        font-size: 14px;
        padding-left: 0rem;
        margin-left: 0rem;
		letter-spacing: 1px;
    }
	
	.template__news-article .new-design-template .weeklyInsights.news-article-date.typeTitle {
        font-size: 20px;
        line-height: 30px;
    }

    .template__news-article .new-design-template .weeklyInsights.news-article-date.weeklyDate {
        font-size: 16px;
        line-height: 30px;
    }
    
	.NewsArticle_smallParsys.weeklyInsights > .whitespace20 {
        display: none;
    }

    .NewsArticle_smallParsys.weeklyInsights {
        display: flex;
    }

    .template__news-article .NewsArticle_smallParsys.weeklyInsights .weeklyInsights.text-related-content-parent {
        position: absolute;
        margin-left: 1rem;
    }

    .NewsArticle_smallParsys.weeklyInsights .cross-promo.new-design-cross-promo {
        margin-top: 6rem;
    }

    .NewsArticle_smallParsys.weeklyInsights .cross-promo.new-design-cross-promo .cross-promo__container.cross-stacked {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .NewsArticle_smallParsys.weeklyInsights .cross-promo.new-design-cross-promo .cross-promo__container.cross-stacked .cross-promo__image {
        width: 95%
    }

    .template__news-article .NewsArticle_smallParsys.weeklyInsights .cross-promo.new-design-cross-promo .weeklyInsights.cross-promo__container.cross-stacked .cross-promo__body {
        width: 95%;
    }

    .template__news-article .NewsArticle_smallParsys.weeklyInsights .cross-promo.new-design-cross-promo .weeklyInsights .cross-promo__description {
        font-size: 11px;
    }
    /* Weekly Insights end */

}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape) {
    /* Weekly Insights start */
    .NewsArticle_smallParsys.weeklyInsights > .whitespace20 {
        display: block;
    }

    .NewsArticle_smallParsys.weeklyInsights {
        display: inline-block;
    }

    .template__news-article .NewsArticle_smallParsys.weeklyInsights .weeklyInsights.text-related-content-parent {
        position: relative;
        margin-left: 0rem;
    }

    .NewsArticle_smallParsys.weeklyInsights .cross-promo.new-design-cross-promo {
        margin-top: auto;
    }

    .template__news-article .NewsArticle_smallParsys.weeklyInsights .cross-promo.new-design-cross-promo .weeklyInsights .cross-promo__description {
        font-size: 1rem;
    }

    .NewsArticle_smallParsys.weeklyInsights .cross-promo.new-design-cross-promo .cross-promo__container.cross-stacked .cross-promo__image {
        width: 100%
    }

    .template__news-article .NewsArticle_smallParsys.weeklyInsights .cross-promo.new-design-cross-promo .weeklyInsights.cross-promo__container.cross-stacked .cross-promo__body {
        width: 100%;
    }
    /* Weekly Insights end */
}


@media only screen and (min-device-width: 320px) and (max-width: 767px)  {

.new-design-template .news-article-date {

    color: #009ed8;
    line-height: 16px;
    font-size: 0.875em;
    margin-top: 16px;
    font-family: Effra-Regular,sans-serif;
    letter-spacing: normal;
 }

.new-design-template .link__page-parent {

    text-decoration: none;
    margin-top: 24px;
    margin-bottom: 0px !important;
    text-decoration: none;
    font-size: 1em;
    line-height: 18px;
    color: #00395d;
    font-family: Effra-Regular,sans-serif;
	position: relative;
 }

.new-design-template.new-design-editorial-page .link__page-parent {
    margin-left:-0.375rem ;
}

.new-design-template a.link__page-parent::before {
    display: inline-block;
    content: '';
    background-image: url('ibhomepage/images/arrow-navy.svg');
    width: 20px;
    height: 18px;
    margin-left: 0px;
    vertical-align: middle;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
 }
 
}

/*Search Result Temporary Fix Start : Can be moved/removed when new design is implemented*/

.new-design-template .search-results {
	margin-top: 1.15em;
}

.new-design-template .search-results a {
	text-decoration: none;
}

.new-design-template .search-results .row#articles-container,
.new-design-template .search-results .search-results__item > .row {
	padding-left: 0;
    padding-right: 0;
}

/*Search Result Temporary Fix End*/

/*Share Tools In New Design Start*/

.new-design-template .share-tools > .row {
    padding-left: 0;
    padding-right: 0;
}

/*Share Tools In New Design End*/

/* Home Hero Start*/

.ib-hero-container {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.ib-hero-content {
    position: absolute;
    padding: 5rem 3rem;
    width: 35.75rem;
    top: 7rem;
    bottom:7rem;
	height: 35.75rem;	
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch; 
  	background-color: #1a2142;
}

.ib-hero-container.active-blue-edges .ib-hero-content{
	top: 3.5rem;
    bottom:3.5rem;
}

.ib-hero-content-child {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.ib-hero-container.active-blue-edges .ib-hero-content-wrapper {
    padding-left: 3.5rem;
}

.ib-hero-container .ib-hero-content-wrapper {
    padding-left: 7rem;
}

.ib-home-hero-content-type-mobile {
    display: none;
}

.ib-hero-container.active-blue-edges .ib-hero-content.titlealign-right {
    right: 3.5rem;
}

.ib-hero-content.titlealign-right {
    right: 7rem;
}


.ib-hero-header.bg_color_white,
.ib-hero-teaser.bg_color_white p {
    color: #ffffff;
}

.ib-hero-header.bg_color_darkblue,
.ib-hero-teaser.bg_color_darkblue p {
    color: #00395d;
}

.ib-hero-pagetype {
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 1rem;
}

.ib-hero-pagetype.bg_color_darkblue.regular-style {
    color: #009ed8;
}

.ib-hero-pagetype.bg_color_darkblue.immersive-style span {
    color: #00395d;
}

.ib-hero-pagetype.bg_color_darkblue.immersive-style.hero-media-id span {
    color: #ffffff;
}

.ib-hero-content.hero-media-id {   
     z-index:999;
}
.ib-hero-header {
    color: #ffffff;	
    word-break: break-word;
    font-family: Effra-Bold;
    font-size: 4rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.12;
    letter-spacing: -0.125rem;
    text-align: left;  
    height: auto;
}

.ib-hero-header {
    margin-bottom: 1rem;
    width: 100%;
}

.ib-hero-teaser{
    margin-bottom: 1.5rem;
}

.ib-hero-teaser p {
    font-family: Effra-Regular;
    font-size: 1.25rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff;   
  	text-align: left;
   	height: auto;
}

.ib-hero-button a.btn {
    border: #000000;
    background-color: #006de9;
    font-family: Effra-Regular;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    box-shadow: none;
    width: 11.063rem; 
    height: auto;
    border-radius: 3rem;
    font-size: 1.25rem;
    align-items: center;
    justify-content: center;   
}

.ib-hero-button a.btn:hover {
    background-color: #005BBE;
}

.ib-hero-image.active-blue-edges img {
    width: 100%;
    vertical-align: middle;
    height: 42.75rem;
}

.ib-hero-image img {
    width: 100%;
    vertical-align: middle;
    height: 49.75rem;
}

.ib-hero-container.active-blue-edges{
    border: 3.5rem solid #00aeef;
	background: #00aeef;
	display: block;
}

.ib-home-hero-content-type-desktop pre,
.ib-home-hero-content-type-mobile pre {
    font-family: Effra-Bold;
    font-size: 1rem;    
    height: 1rem;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.063rem;
    text-align: left;  
}

.ib-hero-content-wrapper.ib-hero-clickable, .ib-hero-image.ib-hero-clickable{
	cursor: pointer;
}
.ib-hero-image.active-blue-edges video ,.ib-hero-image.immersive-style video,.ib-hero-image.regular-style video{
	border: transparent;
	overflow:auto;
    width:100%;
    height:auto;
     z-index:-1;
	object-fit:fill;
    display:inline-block;
}


.ib-hero-header.bg_color_darkblue.immersive-style.hero-media-id,
.ib-hero-teaser.bg_color_darkblue.immersive-style.hero-media-id p{
	 color: #ffffff;
}

.ib-hero-video-control-play{
   background: url(ibhomepage/images/homehero_pause.svg) no-repeat right center;
    height:45px;
    width:45px;
    box-shadow:none;
	background-color:transparent;
	border:none;

}.ib-hero-video-control-pause{
  background: url(ibhomepage/images/homehero_play.svg) no-repeat right center;
    height:45px;
    width:45px;
    box-shadow:none;
	background-color:transparent;
	border:none;

}
.ib-hero-video-control-play:hover,.ib-hero-video-control-pause:hover{
	background-color:transparent;
    box-shadow:none;
}

.ib-home-video-buttons{
    position:relative;
    float: right;
	margin:0 auto;
	right:24px;
	bottom:80px;

}
.ib-hero-content.immersive-style {
    background: transparent !important;
}

@media only screen and (max-width: 767px) {
    .ib-hero-content.immersive-style {
        height: auto;
    }
}

@media only screen and (max-width: 823px) {
	.ib-hero-container.active-blue-edges .ib-hero-content-wrapper,
    .ib-hero-container .ib-hero-content-wrapper {
        padding-left: 0rem;
        background-color: #1A2142;
    }

    .ib-hero-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .ib-hero-image img, .ib-hero-image.immersive-style img,
    .ib-hero-image.active-blue-edges img {
        height: auto;
        min-height: auto;
    }

    .ib-hero-content.regular-style, .ib-hero-content.immersive-style,
    .ib-hero-container.active-blue-edges .ib-hero-content {
        position: relative;      
        width: 100%;
        top: 0;
        left: 0;
    }

    .ib-hero-content.immersive-style .ib-hero-content-child,
    .ib-hero-content.immersive-style.hero-no-media-id .ib-hero-content-child{
        position: relative;
        top: 0rem;
        transform: none;
    }    

    .ib-hero-button.hero-media-id{
        position: relative;
    }

    .ib-hero-container.active-blue-edges{
        border: 1rem solid #00aeef;
        display: flex;
        flex-direction: column-reverse;
    }

    .ib-home-hero-content-type-desktop {
        display: none;
    }

    .ib-home-hero-content-type-mobile {
        display: block;
    }

    .ib-hero-image {
        border: none;
        background-color: #1A2142;
    }     
    
    .ib-hero-image.active-blue-edges {
        border: none;
        background: #1A2142;
    }

    .ib-hero-content.immersive-style.bg_color_white {
        background: #1a2142 !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .ib-hero-container, .ib-hero-container.active-blue-edges{
        display: flex;
        flex-direction: column-reverse;
    }

	.ib-hero-container.active-blue-edges .ib-hero-content-wrapper,
    .ib-hero-container .ib-hero-content-wrapper {
        padding-left: 0rem;
        background-color: #1A2142;
    }

    .ib-hero-container.active-blue-edges{
        border: 1.5rem solid #00aeef;
    }

    .ib-hero-image.regular-style img, .ib-hero-image.immersive-style img {
        min-height: 352px;
    }

    .ib-hero-content,
    .ib-hero-container.active-blue-edges .ib-hero-content {
        position: relative;    
        width: 100%;
        top: 0;
        left: 0;
    }

    .ib-hero-image {
        border: none;
    }

    .ib-hero-content-child {
        position: relative;
        top: 0;
        transform: translateY(0%);
    }

    .ib-hero-content.immersive-style.bg_color_white {
        background: #1a2142 !important;
    }

    .ib-hero-content.immersive-style .ib-hero-content-child ,.ib-hero-content.regular-style,
    .ib-hero-content.immersive-style.hero-no-media-id .ib-hero-content-child {
         top: 0;
         width: 100%;
    }
    .ib-hero-image.active-blue-edges{
         border: none;
    } 
		
	.ib-hero-content.hero-media-id {
		z-index:0;         
    }   
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (max-width: 1024px) and (orientation: landscape) {
	.ib-hero-container.active-blue-edges .ib-hero-content-wrapper,
    .ib-hero-container .ib-hero-content-wrapper {
        padding-left: 0rem;
        background: #1A2142;
    }

    .ib-hero-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .ib-hero-container.active-blue-edges{
        border: 1.5rem solid #00aeef;
        display: flex;
        flex-direction: column-reverse;
    }

    .ib-hero-image.regular-style img, .ib-hero-image.immersive-style img {
        height: 352px;
    }

    .ib-hero-content{
        position: relative;       
        width: 100%;
        top: 0;
        left: 0;
    }

    .ib-hero-image {
        border: none;
        background: #1A2142;
    }

    .ib-hero-content.immersive-style .ib-hero-content-child, .ib-hero-content .ib-hero-content-child,
    .ib-hero-content.immersive-style.hero-no-media-id .ib-hero-content-child {
        position: relative;
        top: 0;
        transform: translateY(0%);
    }

    .ib-hero-content.regular-style, .ib-hero-content.immersive-style,
    .ib-hero-container.active-blue-edges .ib-hero-content {    
        width: 100%;
        top: 0rem;
        position: relative;
    }    
    
    .ib-hero-image.active-blue-edges {
        border: none;
        background: #1A2142;
    }

    .ib-hero-content.immersive-style.hero-media-id {
        background: #1a2142 !important;  
    }
    .ib-hero-button.hero-media-id {
        position: relative;
    }

}

@media only screen and (max-device-width: 1025px) and (orientation: portrait) {
    .ib-hero-image.active-blue-edges.hero-media-id{
	   border:none;
	   background:#00aeef;
    }
    .ib-hero-image.active-blue-edges video{
        border: none !important;
        background:transparent;
        opacity:1;
    }
    .ib-hero-content.immersive-style.hero-media-id{
		 background:#1A2142 !important;
	 }
     .ib-hero-container.hero-media-id .ib-hero-image.immersive-style {
        background:#1A2142;
        -webkit-backface-visibility: hidden;
      } 
    
    .ib-hero-button.hero-media-id {
       margin-top: 0;
       z-index:0;
	   position:relative;
     }

}

@media only screen and (min-width: 3840px) {
    .ib-hero-header {
        font-size: 3.5rem;
	}
}
/* Home Hero End*/
.ib-expertise {
	background: #f7f7f7;
    padding: 40px 16px;
    max-width: 1920px;
    margin: 0 auto;
}

.ib-expertise.experties-font-color-blue {
	background: #f7f7f7;
    padding: 80px 55px;
    max-width: 1920px;
    margin: 0 auto 56px auto;
}

.ib-expertise.experties-font-color-white{
	background: #00395d;
    padding: 80px 55px;
    max-width: 1920px;
    margin: 0 auto 56px auto;
}

.ib-expertise.experties-font-color-blue .expertise-title,
.ib-expertise.experties-font-color-white .expertise-title{
	font-family: Effra-Bold;
    font-size: 60px; 
    line-height: 64px;
    letter-spacing: -2px;
	margin-bottom: 16px;
	margin-top: 0px;
}

.ib-expertise.experties-font-color-blue .expertise-teaser p,
.ib-expertise.experties-font-color-white .expertise-teaser p{
	font-family: Effra-Regular;
    font-size: 18px; 
    line-height: 32px;
}
.expertise-read-more-button{
	font-family: Effra-Regular;
	font-size: 18px;
	color: #ffffff;
	background: #0074a6;
	line-height: 18px;
	text-decoration: none;
	align-self: flex-start;
	padding: 12px 27.5px;
	border-radius: 30px;
}

.ib-expertise.ib-expertise.experties-font-color-blue .expertise-title{
	color: #00395d;
}

.ib-expertise.experties-font-color-blue .expertise-teaser p{
	color: #333333;
}

.ib-expertise.experties-font-color-white .expertise-title,
.ib-expertise.experties-font-color-white .expertise-teaser p{
	color: #ffffff;
}

.experties-font-color-blue .expertise-title,
.experties-font-color-blue .expertise-teaser p{
    color: #00395d;
}

.experties-font-color-blue .expertise-links-section .expertise-top-line{
	background:#00395d;
	height:4px;
	border-radius: 2.5px;
}

.experties-font-color-white .expertise-links-section  .expertise-top-line{
	background:#e5e5e5;
	height:4px;
	border-radius: 2.5px;
}

.experties-font-color-blue .expertise-links-section .expertise-item,
.experties-font-color-white .expertise-links-section .expertise-item{
	padding: 22px 0;
	width: 420px;
	border: none;
}

.experties-font-color-blue .expertise-links-section li,
.experties-font-color-white .expertise-links-section li{
	list-style: none;
}

.experties-font-color-white .expertise-links-section .expertise-item p,
.experties-font-color-blue .expertise-links-section .expertise-item p{
	font-family: Effra-Regular;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    color: #009ed8;
}

.experties-font-color-white .expertise-links-section .expertise-item span{
	font-family: Effra-Regular;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -1px;
    color: #ffffff;
}
.experties-font-color-blue .expertise-links-section .expertise-item span{
	font-family: Effra-Regular;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -1;
    color: #00395d;
}

.experties-font-color-blue .expertise-links-section .expertise-item a::after,
.experties-font-color-white .expertise-links-section .expertise-item a::after{
	background-image: none;
}

.ib-expertise-wrapper {
	display: flex;
    flex-direction: column;
    word-break: break-word;
}

.expertise-copy .expertise-title {
	font-family: Effra-Bold;
    font-size: 1.875rem;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: -1.2px;
    color: #000000;
    margin-bottom: 16px;
}

.expertise-copy .expertise-teaser {
	margin-bottom: 8px;
}

.expertise-copy .expertise-teaser p {
	margin: 0;
    font-family: Effra-Regular;
    font-size: 1.25rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #515151;
}

.expertise-links {
	display: flex;
    flex-direction: column;
    margin: 0;
}

.expertise-item {
	border-bottom: 1px solid #515151;
    list-style: none;   
    padding: 24px 0;
}

.expertise-item:last-child {
	border-bottom: none;
}

.expertise-item a {
	font-family: Effra-Bold;
  	font-size: 1.875rem;
  	font-weight: 900;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.13;
 	letter-spacing: -1.2px;
 	color: #006de3;
    text-decoration: none;
    display: flex;
    align-items: center; 
    position: relative;
    justify-content: space-between;
}

.expertise-item a::after {
	display: inline-block;
    content: '';
    background-image: url("ibhomepage/images/arrow-activeBlue.svg");
    width: 20px;
    height: 18px;
    margin-left: 10px;
}

.expertise-item a span {
	flex: 1;
}

@media only screen and (min-width: 768px) and (max-width: 812px) and (orientation : landscape) {
	.ib-expertise-wrapper {
        flex-direction: column !important; 
    }
    
    .expertise-links-section,
    .expertise-copy {
		flex: 1 1 auto !important;
    }
	
	.experties-font-color-white .expertise-links-section .expertise-links, .experties-font-color-blue .expertise-links-section .expertise-links {
    margin-top: 54px;
	}
	
	.ib-expertise.experties-font-color-white, .ib-expertise.experties-font-color-blue {
    padding: 40px 23px;
    margin: 0 !important;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .ib-expertise.experties-font-color-white,
	.ib-expertise.experties-font-color-blue{
        padding: 40px 22px;
		margin: 0 auto 30px auto;
    }
	
	.ib-expertise.experties-font-color-blue .expertise-title, 
	.ib-expertise.experties-font-color-white .expertise-title{
		font-size: 40px;
		letter-spacing: -1.33px;
		line-height: 42px;
		margin-bottom: 20px;
	}
	
	.ib-expertise.experties-font-color-blue .expertise-teaser p,
	.ib-expertise.experties-font-color-white .expertise-teaser p{
		line-height: 30px;
		margin-bottom: 26px;
	}
	
	.experties-font-color-white .expertise-links-section .expertise-item span,
	.experties-font-color-blue .expertise-links-section .expertise-item span{
		font-size: 20px;
		line-height: 25px;
		letter-spacing: -0.67px;
	}
	
	.experties-font-color-blue .expertise-links-section .expertise-top-line,
	.experties-font-color-white .expertise-links-section  .expertise-top-line{
		height:2px;
		border-radius: 1px;
	}
	
	.experties-font-color-white .expertise-links-section .expertise-item,
	.experties-font-color-blue .expertise-links-section .expertise-item{
		padding: 15px 0;
		width: auto;
	}
	
	.expertise-read-more-button{
		padding: 6px 20px;
		font-size: 16px;
		line-height: 16px;
	}
	
}

@media only screen and (max-width: 767px) {
	.ib-expertise.experties-font-color-white,
	.ib-expertise.experties-font-color-blue{
        padding: 40px 23px;
		margin: 0;
    }
	.ib-expertise.experties-font-color-blue .expertise-title, 
	.ib-expertise.experties-font-color-white .expertise-title{
		font-size: 36px;
		line-height: 40px;
		letter-spacing: -1.44px;
	}
	
	.ib-expertise.experties-font-color-blue .expertise-teaser p, 
	.ib-expertise.experties-font-color-white .expertise-teaser p{
		font-size: 16px;
		line-height: 24px;
		margin-bottom:36px;
	}
	.expertise-read-more-button{
		padding: 12px 19.5px;
	}
	.experties-font-color-white .expertise-links-section .expertise-item,
	.experties-font-color-blue .expertise-links-section .expertise-item{
		padding: 23px 0;
		width: auto;
	}
	
	.experties-font-color-white .expertise-links-section .expertise-links,
	.experties-font-color-blue .expertise-links-section .expertise-links{
		margin-top: 54px;
	}
	.experties-font-color-white .expertise-links-section .expertise-item span,
	.experties-font-color-blue .expertise-links-section .expertise-item span{
	    font-size: 20px;
		line-height: 24px;
		letter-spacing: -0.67px;
	}
	
	.experties-font-color-blue .expertise-links-section .expertise-top-line,
	.experties-font-color-white .expertise-links-section  .expertise-top-line{
		height:2px;
		border-radius: 1px;
	}
.expertise-copy .expertise-teaser p {
        font-size: 0.875rem;
}
}

@media only screen and (min-width: 768px) {

    .ib-expertise{
        padding: 40px 22px;
	}

	.ib-expertise-wrapper {
        flex-direction: row;
        justify-content: space-between;
    }

    .expertise-links-section,
    .expertise-copy {
		flex: 0 1 45.70%;
    }

	.expertise-copy .expertise-title {
        font-size: 3.125rem;
        line-height: 0.9;
        letter-spacing: -2px;
        margin-top: 40px;
        margin-bottom: 24px;
    }

	.expertise-item {
        padding: 40px 0;
    }

}

@media only screen and (min-width: 1025px) {

    .ib-expertise {
        padding: 0 55px;
    }
	
	.experties-font-color-blue .expertise-links-section,
	.experties-font-color-white .expertise-links-section{
		flex: 0 1 40.2%;
    }

    .expertise-links-section,
    .expertise-copy {
		flex: 0 1 44.53%;
    }

    .expertise-copy .expertise-teaser p {
        font-size: 1.25rem;
        line-height: 1.7;
    }
    
    .expertise-copy .expertise-teaser {
	    margin-bottom: 40px;
	}
}
/* Dilay Insights Home Start */
.daily-insights-home {
    max-width: 1920px;
    margin: 0 auto;
}

.daily-insights-home .daily-insights-home-wrapper {
    display: flex;
    flex-direction: column;
}

.weekly-insights-section {
    /*padding: 32px 16px 40px;*/
    padding: 44px 30px 49px 55px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    word-break: break-word;
}

.weekly-insights-heading {
    font-family: Effra-Bold;
    font-size: 1.875rem;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: -1.2px;
    color: #00395d;
    margin-bottom: 16px;
}

.weekly-insights-section .date {
    font-family: Effra-Bold;
    font-size: 0.875rem;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    /*line-height: 1.14;*/
    letter-spacing: normal;
    color: #009ed8;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.weekly-insights-title {
    font-family: Effra-Bold;
    /*font-size: 1.25rem;*/
    font-size: 50px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    /*line-height: 1.4;
    letter-spacing: -0.67px;*/
    line-height: 56px;
    letter-spacing: -1.67px;
    color: #00395d;
    margin-bottom: 8px;
}

.weekly-insights-teaser {
    /* margin-bottom: 24px;*/
    margin-bottom: 34px;
}

.weekly-insights-teaser p {
    font-family: Effra-Regular;
    font-size: 1.25rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: normal;
    /*color: #333333;*/
    color: #00395D;
    margin-bottom: 0;
}

.weekly-insights-btn a {
    font-family: Effra-Regular;
    font-size: 1.125rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 30px;
    background-color: #0074a6;
    padding: 10.5px 25px;
    display: inline-block;
}

.weekly-insights-btn{
    position: absolute;
    bottom: 0;
}

.weekly-insights-btn a:hover {
    background-color: #00395d;
}

.social-insights-section {
    padding: 32px 24px;
    background: #00aeef;
    display: flex;
    flex-direction: column;
    word-break: break-word;
}

.social-insights-section.greyBg {
    background: #F7F7F7;
}

.dynamic-twitter-wrapper .social-insights-section {
    padding: 32px 16px;
}

.social-insights-title {
    font-family: Effra-Bold;
    font-size: 2.5rem;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -0.8px;
    color: #00395d;
    margin-bottom: 24px;
}

.social-insights-teaser {
    margin-bottom: 24px;
}

.social-insights-teaser p {
    font-family: Effra-Regular;
    font-size: 0.875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #00395D;
    margin-bottom: 0;
}

.social-insights-items {
    display:flex;
    margin-bottom: 0;
}

.social-insights-item {
    flex: 1;
    list-style: none;
}

.social-insights-item a {
    font-family: Effra-Regular;
    font-size: 1.25rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: normal;
    color: #00395d;
    text-decoration: none;
    display: flex;
}

.social-insights-item a img {
    width: 42px;
    height: 42px;
    margin-right: 17px;
}

.social-insights-item a:hover {
    text-decoration: underline;
}


.weekly-insights-content-type{
    text-transform: uppercase;
    font-family: Effra-Bold;
    font-size: 14px;
    color: #00AEEF;
    letter-spacing: 0;
    line-height: 8px;
    margin-bottom: 8px;
}


@media only screen and (min-width: 768px) and (max-width: 812px) and (orientation : landscape) {
    .daily-insights-home .daily-insights-home-wrapper {
        flex-direction: column !important;
    }

    .weekly-insights-section,
    .social-insights-section {
        flex: 1 1 auto !important;
    }

}

@media only screen and (min-width: 768px) {

    .daily-insights-home .daily-insights-home-wrapper {
        flex-direction: row;
    }

    .weekly-insights-section {
        padding: 32px 24px 32px 20px;
        flex: 1 1 56.38%;
    }

    .social-insights-section {
        padding: 32px 20px 32px 24px;
        flex: 1 1 43.62%;
    }

    .dynamic-twitter-wrapper .social-insights-section {
        flex: 1 1 49%;
    }

    .weekly-insights-heading {
        font-size: 2.5rem;
        line-height: 1;
        letter-spacing: -0.8px;
        margin-bottom: 24px;
    }

    .weekly-insights-section .date {
        margin-bottom: 8px;
    }

    .weekly-insights-title {
        font-size: 1.875rem;
        line-height: 0.93;
        letter-spacing: -1px;
        margin-bottom: 8px;
    }

    .weekly-insights-teaser {
        flex-grow: 1;
    }

    .weekly-insights-teaser p {
        font-size: 0.875rem;
        line-height: 1.71;
    }

    .social-insights-title {
        margin-bottom: 16px;
    }

    .social-insights-teaser {
        margin-bottom: 24px;
        flex-grow: 1;
    }
}

@media only screen and (min-width: 900px) {

    .social-insights-section {
        flex: 1 1 45%;
    }
}

@media only screen and (min-width: 1025px) {

    /* .weekly-insights-section {
         padding: 40px 120px 40px 55px;
         flex: 1 1 59.06%;
     }*/

    .weekly-insights-title{
        line-height: 37px;
    }

    .weekly-insights-section {
        padding: 40px 42px 40px 55px;
        flex: 1 1 59.06%;
    }

    .social-insights-section {
        padding: 40px 55px 44px 40px;
        flex: 1 1 40.94%;
    }

    .dynamic-twitter-wrapper .social-insights-section {
        padding: 40px 28px 40px 28px;
    }

    .weekly-insights-heading {
        font-size: 3.125rem;
        line-height: 0.9;
        letter-spacing: -2px;
    }
    .weekly-insights-teaser{
        margin-bottom: 45px;
    }
    .weekly-insights-teaser p {
        /* font-size: 1.25rem;
         line-height: 1.7;*/
        font-size: 16px;
        line-height: 28px;
    }

    .social-insights-title {
        font-size: 3.125rem;
        line-height: 0.9;
        letter-spacing: -2px;
        margin-bottom: 24px;
    }

    .social-insights-teaser {
        padding-right: 75px;
    }

    .social-insights-teaser p {
        font-size: 1.25rem;
        line-height: 1.4;
    }
}

.weekly-insights-section-content{
    display: flex;
    height: 100%;
}

.weekly-insights-text{
    /*flex: 1 1 30%;*/
    flex: 1 1 28%;
    margin-right: 28px;
    position: relative;
}

.weekly-insights-image{
    flex: 1 1 30%;
}

.weekly-insights-image img{
    height: 321px;
}

@media only screen and (max-width: 767) {

    .weekly-insights-section .weekly-insights-section-content {
        flex-direction: column-reverse;
    }

    .weekly-insights-image {
        margin-bottom: 20px;
    }



    .weekly-insights-image img {
        height: 203px;
        width: 100%;
    }
}

/*IPAD*/

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {

    .weekly-insights-title{
        line-height: 40px;
    }

    .weekly-insights-section{
        padding-right: 20px;
    }

    .weekly-insights-teaser p{
        line-height: 28px;
        padding-right: 9px;
        font-size: 16px;
    }

    .weekly-insights-image {
        flex: unset;
        align-self: end;
        padding-top: 36px;
        padding-left: 15px;
    }

    .weekly-insights-image img {
        height: 195px !important;
        width: 182px;
    }

    .weekly-insights-btn{
        margin-top: 31px;
        position: absolute;
        bottom: 0;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

    .weekly-insights-section-content {
        flex-direction: unset !important;
    }

    .weekly-insights-image {
        flex: 1 1 30%;
        align-self: end !important;
        padding-top: 36px !important;
        padding-left: 15px !important;
    }

    .weekly-insights-title {
        line-height: 40px !important;
    }

    .weekly-insights-btn {
        position: absolute !important;
    }
    .weekly-insights-teaser{
        padding-bottom:29px;
        display:block !important;
    }
}

@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2){

    .weekly-insights-section {
        padding-right: 20px;
    }

    .weekly-insights-image {
        flex: unset;
        align-self: end;
        padding-top: 36px;
        padding-left: 15px;
    }

    .weekly-insights-image img {
        height: 195px;
    }
    .weekly-insights-btn{
        margin-top: 47px;
        position: absolute;
        bottom: 0;
    }

    .weekly-insights-title {
        line-height: 40px;
    }
   .weekly-insights-teaser{
        padding-bottom:29px;
        display:block !important;
    }
}

@media screen and (max-width: 830px) {
    .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .twitter-timeline-info {
        flex-wrap: wrap;
    }
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 812px) {

    .weekly-insights-btn{
        position: static;
    }

    .weekly-insights-section {
        padding: 32px 16px 40px;
    }

    .weekly-insights-text{
        margin-right: 0;
    }

    .weekly-insights-section-content {
        flex-direction: column-reverse;
    }

    .weekly-insights-image {
        margin-bottom: 20px;
        align-self: auto;
        padding-top: 0;
        padding-left: 0;
    }

    .weekly-insights-title{
        font-size: 30px;
        line-height: 39px;
        letter-spacing: -1px;
    }

    .weekly-insights-teaser{
        font-size: 20px;
        color: #333333;
        line-height: 34px;
        margin-bottom: 29px;

    }
    .weekly-insights-image img {
        height: 203px !important;
        width: 100%;
    }
}

/* Dilay Insights Home End */

.home-content-container {
	padding: 3rem 3.5rem;
    display: flex;
    flex-direction: column;
    max-width: 1920px;
    margin: 0 auto;
}

.home-content-title-wrapper {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
    word-break: break-word;
}

.home-content-container .home-content-title-wrapper h2 {
	font-family: Effra-Bold;
    font-size: 3rem;
    font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.16;
  	letter-spacing: -0.063rem;
 	color: #000000;
    margin-bottom: 0;
    flex: 1;
}

.home-content-allInsight {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-content-container a.home-content-read-btn {
	font-family: Effra-Regular;
    font-size: 1.25rem;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.5;
    letter-spacing: normal;
  	text-align: right;
  	color: #006de9;
	text-decoration: none;
	margin-left: 0.625rem;
    width: 100%;
}

.home-content-container a.home-content-read-btn::after {
	display: inline-block;
    content: '';
    background-image: url("ibhomepage/images/caratActiveBlue.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 18px;
    margin-left: 0.5rem;
    vertical-align: middle;
}

.home-content-device-wrapper {
	display: none;
    justify-content: flex-end;
}

.home-content-wrapper {
	display: flex;
	justify-content: space-between;
}

.home-content-item {
	flex: 0 1 33.3%;
    display: flex;
    flex-direction: column;
}

.home-content-container .weeklyInsights_true_child_1 .home-content-copy{
    background: #004476 !important;
}

.home-content-weekly-insights h4{
  font-family: Effra-Bold;
  font-size: 2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: -0.063rem;
  color:#ffffff;
}

.home-content-weekly-insights{
    flex-grow: 1;
}

.home-content-container .weeklyInsights_true_child_1 .home-content-copy h4.home-content-item-title{
	font-family: Effra-Bold;
    font-size: 3rem;
    font-weight:normal;
    line-height: 1.16;
    letter-spacing: -0.063rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
    flex-grow: 0;
}

.home-content-container .weeklyInsights_true_child_1 .home-content-copy p.home-content-item-teaser{
	font-family: Effra-Regular;
    font-size: 1rem;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 1.5rem;
    flex-grow: 0;
}
.home-content-weekly-insights p{
  font-family: Effra-Bold;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.063rem;
  color:#ffffff;
  margin-bottom: 1rem;
}
.home-content-item.weeklyInsights_true_child_1 .home-content-item-read-btn{
	font-family: Effra-Regular;
    font-size: 1rem;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.5;
  	letter-spacing: normal;
  	text-align: center;
  	color: #006de9;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 0.656rem 1.875rem;
	text-decoration: none;
	align-self: baseline;
}

.home-content-img img {
	width: 100%;
	min-height: 90px;
}

.home-content-copy {
	background: #f7f7f7;
    padding: 1.5rem;
    flex: 1 1 auto;
	display: flex;
    flex-direction: column;
    word-break: break-word;
}

.home-content-contenttype {
	font-family: Effra-Bold;
  	font-size: 1rem;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1;
  	letter-spacing: 0.063rem;
  	color: #006de9;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.home-content-container.col2 .home-content-item-title{
	font-family: Effra-Bold;
    font-weight: bold;
  	font-size: 2.5rem;
  	font-weight: 900;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 0.93;
  	letter-spacing: -0.063rem;
  	color: #000000;
    margin-bottom: 0.5rem; 
}

.home-content-container.col3 .home-content-item-title {
	font-family: Effra-Bold;
    font-size: 2rem;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.24;
  	letter-spacing: -0.063rem;
  	color: #000000;
    margin-bottom: 0.5rem; 
    flex-grow: 1;
}
.home-content-container.col2 .home-content-item-teaser {
    font-family: Effra-Regular;
    font-size: 0.875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #333333;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.home-content-container.col3 .home-content-item-teaser {
    font-family: Effra-Regular;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #404040;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.home-content-item-read-btn {
	font-family: Effra-Regular;
  	font-size: 1rem;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.5;
  	letter-spacing: normal;
  	text-align: center;
  	color: #ffffff;
    background-color: #006de9;
    border-radius: 30px;
    padding: 0.656rem 1.875rem;
	text-decoration: none;
	align-self: baseline;
}

.home-content-item-read-btn:hover {
  	color: #ffffff;
  	background-color: #005BBE;
}

.home-content-container.darkblue {
	background: #1a2142;
}

.home-content-container.darkblue .home-content-title-wrapper h2,
.home-content-container.darkblue a.home-content-read-btn{
	color: #ffffff;
}

.home-content-container.darkblue a.home-content-read-btn::after {
    background-image: url("ibhomepage/images/caratWhite.svg");
    background-repeat: no-repeat;
}

.home-content-container.darkblue .home-content-copy {
    background: #ffffff;
}

.home-content-container.col2 .home-content-item {
	flex: 0 1 50%;
}

/*IE image height fix start*/
.home-content-wrapper,
.home-content-img {
	min-height: 1px;
}
/*IE image height fix end*/

.home-content-container a.home-content-read-btn:hover {
	text-decoration: underline;
}

/* WCM-4021 Change Start*/
.home-content-read-link {
	text-decoration: none;
	height: 100%;
	flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
/* WCM-4021 Change End*/

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .home-content-container.col3 .home-content-wrapper .home-content-item {
		flex: 0 1 50%;
    }

    .home-content-container.col3 .home-content-wrapper .home-content-item:nth-child(3) {
		display: none;
    }
	
	.home-content-container .weeklyInsights_true_child_1 .home-content-copy p.home-content-item-teaser {
        font-size: 14px;
    }

}

@media only screen and (max-width: 767px) {

    .home-content-container .home-content-wrapper .home-content-item {
		flex: 0 1 100%;
    }

    .home-content-container .home-content-wrapper .home-content-item:not(:first-child) {
		display: none;
    }

	.home-content-container .home-content-title-wrapper a.home-content-read-btn {
		display: none;
    }

	.home-content-device-wrapper {
        display: flex;
        margin-top: 2.25rem;
    }
	
	.home-content-container .weeklyInsights_true_child_1 .home-content-copy p.home-content-item-teaser {
        font-size: 14px;
    }
	
}

@media only screen and (min-width: 1401px) {

    .home-content-container.darkblue a.home-content-read-btn::after {
        transform: scale(1.4);
    }
}
/* Filter CSS */
.new-design-storyteller .storyteller__filter{
    border-bottom: 1px solid #404040;
    max-width: 1920px;
    margin: 0 auto;
}

.new-design-storyteller .storyteller__filter__col{
    padding-bottom: 0.5rem;
    width: 30%;
    padding-top: 0rem;
}

.new-design-storyteller .storyteller__filter__col:last-child {
	width: 10%;
}

.new-design-storyteller .storyteller__filter__link:after{
    color: #00395d;
}

.new-design-storyteller .storyteller__filter__link{
	padding: 1rem 0rem 1rem 1rem;
    display: flex;
	align-items: center;
    color: #404040;
    font-size: 1.25rem;
    line-height: 1.5;
    font-family: Effra-Regular;
}


.new-design-storyteller .storyteller__view-toggle:before {
	color: #00395D;
    font-size: 1.3rem;
    content: "";
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    background: url(images/Ibstoryteller_gridviewblack.svg) no-repeat;
    background-size: 100%;
}

.new-design-storyteller .storyteller__view-toggle:hover::before {
    background: url(images/Ibstoryteller_gridview.svg) no-repeat;
    background-size: 100%;
}
 .new-design-storyteller .storyteller__view-toggle.grid-view::before {
    background: url(images/Ibstoryteller_listviewblack.svg) no-repeat;
    background-size: 100%;
}
 .new-design-storyteller .storyteller__view-toggle.grid-view:hover::before {
    background: url(images/Ibstoryteller_listview.svg) no-repeat;
    background-size: 100%;
}
.new-design-storyteller .storyteller__filter__link:after,
.new-design-storyteller .topic-results__filter__link:after {
	font-size: 1rem;
}

/* Article Content CSS */
.new-design-storyteller .row_cib {
    padding-left: 0rem;
    padding-right: 0rem;
}

.new-design-storyteller .row_cib .row_cib {
    margin-left: 0;
    margin-right: 0;
}

.new-design-storyteller .storyteller__content {
	word-break: break-word;
}

.new-design-storyteller .storyteller__item .storyteller__item__image{
    float: left;
    padding-left: 0rem;
	padding-right: 0rem;
    margin-bottom: 1rem;
}

.new-design-storyteller .storyteller__item--col3 .storyteller__item__image{
    margin-bottom: 1rem;
}

.new-design-storyteller .storyteller-list-view .storyteller__item{
	border-bottom: none;
	width: 100%;
}

.new-design-storyteller .storyteller-list-view .storyteller__item .storyteller__item__image {
	margin-bottom: 0;
}

.new-design-storyteller .storyteller__item__copy h3{
    font-family: Effra-Bold;
    font-size: 0.875rem;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.039rem;
    letter-spacing: normal;
    color: #006DE3;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.new-design-storyteller .storyteller__item__copy h2 a{
    font-family: Effra-Bold;
    font-size: 2rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.24;
    letter-spacing: -0.06rem;
    color: #000000;
    text-decoration: none;
}

.new-design-storyteller .storyteller__item__copy h2{
    margin-bottom: 0.5rem;
}

.new-design-storyteller .storyteller__item__copy p{
    font-family: Effra-Regular;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color:#404040;
}

.new-design-storyteller .storyteller__item__copy p.date{
  margin-bottom: 0.5rem;
}

.new-design-storyteller .storyteller__item--col3 .storyteller__item__copy h3{
    margin-bottom: 0.5rem;
}

.new-design-storyteller .storyteller__item .storyteller__item__copy{
    padding-right: 0rem;
}
.new-design-storyteller .storyteller-list-view .storyteller__item__copy{
	padding-left: 1.5rem;
}

.storyteller__item--col3 .storyteller__item__copy p.date{
    margin-bottom: 0.5rem;
}

.new-design-storyteller .storyteller-list-view .storyteller__item__copy h3{
	margin-bottom: 0.5rem;
}

.new-design-storyteller .storyteller-list-view .storyteller__item__copy p.date{
    margin-bottom: 1rem;
}

.new-design-storyteller .storyteller__more-stories p a{
    border-radius: 30px;
	background-color: #006DE3;
    color: #ffffff;
    font-size:1.25rem;
    padding: 0.5rem 2rem;
    display: inline-block;
}

/* below code is added to remove all the existing css getting applied */
.new-design-storyteller .storyteller__more-stories p{
    border: none;
    background: none;
}

/* below code is added to remove all the underlines getting added automatically when select new design */
.new-design-storyteller a{
    text-decoration: none;
}

.new-design-storyteller .storyteller__more-stories a:before{
	display: none;
}

.new-design-storyteller .storyteller__item--col3 {
	padding: 1.5rem 0.75rem 0rem 0.75rem;
}

.new-design-storyteller .storyteller__item--col3:nth-child(3n+1){
	clear: both;
}


.new-design-storyteller .storyteller__more-stories {
	margin-top: 3rem;
}


.new-design-storyteller .storyteller__item__image h3 {
	display: none;
}

.new-design-storyteller .storyteller__filter__link.active {
	background: #004476;
    font-family: Effra-Regular;
    color: #FFFFFF;
    border: none;
}

.new-design-storyteller .storyteller__filter__link.active + .storyteller__filter__list {
	background: #004476;
    border: none;
    padding-left: 0rem;
}

.new-design-storyteller .storyteller__filter__link.active:after {
    color: #FFFFFF;
     background: url(images/Ibstoryteller_vectorUP.svg) no-repeat;
    background-size: 100%;
}

.new-design-storyteller .storyteller__filter__link.active + .storyteller__filter__list .storyteller__filter__item a,
.new-design-storyteller .storyteller__filter__link.active + .storyteller__filter__list .storyteller__filter__item a span{
	font-family: Effra-Regular;
    color: #FFFFFF;
    font-size: 1.25rem;
    line-height:1.875rem;
    padding: 0.75rem 0rem 0.75rem 1rem;
}
.new-design-storyteller .storyteller__filter__link.active + .storyteller__filter__list .storyteller__filter__item a span{
	 padding: 0.75rem 0.43rem;
}

.new-design-storyteller .storyteller__filter__link.active + .storyteller__filter__list .storyteller__filter__item:hover a,
.new-design-storyteller .storyteller__filter__link.active + .storyteller__filter__list .storyteller__filter__item:hover a span{
    color: #00395D;
    background: #00AEEF;
}

.new-design-storyteller .storyteller-filter-label {
	background: #FFFFFF;
	padding: 1rem 0rem 1rem 1rem;
}

.new-design-storyteller .storyteller-filter-label a {
	font-family: Effra-Regular;
    color: #333333;
    font-size: 1.25rem;
    padding: 0rem 0rem 0rem 1rem;
	border: 1px solid #404040;
    line-height: 1.875rem;
}

.new-design-storyteller .storyteller-filter-label a:after {
	margin-top: 0.563rem;
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: url(images/Ibstoryteller_closeIcon.svg) no-repeat;
    background-size: 100%;
    right: 0rem;
    margin-right: 1rem;
}

.new-design-storyteller .storyteller__item--feature {
	padding: 1.5rem 0.75rem 0rem 0.75rem;
    margin-bottom: 0;
}
.new-design-storyteller .storyteller-list-view .storyteller__item--feature {
	padding-bottom: 1.5rem;
    border-bottom: none;
    width:100%;
}
.new-design-storyteller .storyteller-list-view .storyteller__item--feature .storyteller__item__image {
	float: left;
    width: 33.33333%;
}
.new-design-storyteller .storyteller-list-view .storyteller__item--feature .storyteller__item__copy {
    width: 66.6667%;
    padding-right: 0rem;
    padding-left: 1.5rem;
}
.new-design-storyteller .storyteller__filter__link:after {
	position: relative;
    right: 0;
    margin-left: 1rem;
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: url(images/Ibstoryteller_vector.svg) no-repeat;
    background-size: 100%;
    top:0.25rem;
}

@media only screen and (max-width: 767px) {

    .new-design-template .row_cib {
        padding-left: 0.9375em;
        padding-right: 0.9375em;
    }


    .new-design-storyteller .storyteller__filter{
        border-bottom: 1px solid #979797;
        margin-bottom: 0.938rem;
    }

    .new-design-storyteller .storyteller__item--col3:after{
    	display: none;
    }


	.new-design-storyteller .storyteller__more-stories p a{
		display: block;
	}

	.new-design-storyteller .storyteller__filter__holder {
        flex-direction: column;
        padding-bottom: 0.438rem;
    }

    .new-design-storyteller .storyteller__filter__col {
		border-bottom: none;
		width: 100%;
    }


	.new-design-storyteller .storyteller-list-view {
        padding-top: 0;
    }

	.new-design-storyteller .storyteller__item {
		padding-top: 1.875rem;
    }

	.new-design-storyteller .storyteller__item .row_cib {
		display: flex;
        flex-direction: column;
    }

    .new-design-storyteller .storyteller__item .storyteller__item__image,
	.new-design-storyteller .storyteller__item .storyteller__item__copy {
		flex: 0 0 100%;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

	.new-design-storyteller .storyteller__item .storyteller__item__image,
	.new-design-storyteller .storyteller-list-view .storyteller__item .storyteller__item__image {
		margin-bottom: 1rem;
    }

	.new-design-storyteller .storyteller__item .storyteller__item__image img,
	.new-design-storyteller .storyteller__item--col3 .storyteller__item__image img{
		width: 100%;
    }

	.new-design-storyteller .storyteller__item .storyteller__item__copy h2 a {
        font-size: 1.5rem;
        line-height: 1.17;
        letter-spacing: -0.05rem;
    }

	.new-design-storyteller .storyteller__item__copy p {
		margin-bottom: 0;
    }

	.new-design-storyteller .storyteller__item:after, .new-design-storyteller .storyteller__item--feature:after{
		border-bottom: none;
    }


	.new-design-storyteller .storyteller__more-stories {
        margin-top: 3rem;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .new-design-storyteller .storyteller__filter__link:after,
    .new-design-storyteller .topic-results__filter__link:after {
        font-size: 0.875rem;
    }

	.new-design-storyteller .storyteller__filter__col .storyteller__filter__link:after {
        margin-left: 0.938rem;
    }


    .new-design-storyteller .storyteller__filter__col{
         padding-bottom: 0.563rem;
    }


	.new-design-storyteller .storyteller__filter__holder {
        min-height: 3.125rem;
    }
}


@media only screen and (max-width: 1024px) {

	.new-design-storyteller .storyteller__filter__toggle {
		display: none !important;
    }

    .new-design-storyteller .storyteller__filter__holder {
		display: flex  !important;
    	border-top: none;
    }



	.new-design-storyteller .storyteller__item .storyteller__item__image {
    padding-right: 0.938rem;
}

}



@media only screen and (max-width: 1024px) and (min-width: 768px) {

    .new-design-template article > .row_cib {
        padding-left: 0;
        padding-right: 0;
    }

	.new-design-storyteller .storyteller__item--col3:nth-child(3n+1) {
        padding-left: 0;
    }

	.new-design-storyteller .storyteller__item--col3:nth-child(3n) {
        padding-right: 0;
    }

	.new-design-storyteller .storyteller__item--col3 {
        width: 33.33%;
    }

	.new-design-storyteller .storyteller-list-view .storyteller__item {
		padding-left: 0;
    	padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {

	.new-design-storyteller .storyteller__item--col3 {
    	padding-left: 0;
    	padding-right: 0;
    }

	.new-design-template article > .row_cib {
        padding-left: 0;
        padding-right: 0;
    }
}


@media only screen and (min-width: 769px) {
    .new-design-storyteller .storyteller__body:not(.storyteller-list-view) .storyteller__item {
        margin: 1.5rem 0rem;
        padding: 0rem 0.75rem;
    }

}

@media only screen and (min-width: 768px) and (orientation: portrait) {

	.new-design-storyteller .storyteller__item {

        width: 50%;
        float: left;
        min-height: inherit;
        padding: 1.25em 0.9375em;
    }

	.new-design-storyteller .storyteller__item:nth-child(odd) {
		clear: both;
	}

}
/* Text and Image Enhanced Component New Design Start*/

.new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_left .image__with-caption.text_image_percentage_50_50, .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_left .textimage_text.text_image_percentage_50_50, .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_right .image__with-caption.text_image_percentage_50_50, .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_right .textimage_text.text_image_percentage_50_50 {
    flex: 0 0 48.54%;
    text-align: left;
}

.new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_left .image__with-caption.text_image_percentage_25_75, .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_right .image__with-caption.text_image_percentage_25_75 {
    flex: 0 0 25%;
    text-align: left;
}

.new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_left .textimage_text.text_image_percentage_25_75, .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_right .textimage_text.text_image_percentage_25_75 {
    flex: 0 0 74%;
    text-align: left;
}

.new-design-textimage.bc-textimage-enhanced .textimage_center .image__with-caption {
    margin-bottom: 1.5rem;
}

.new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_title {
    margin-bottom: 1.5rem;
}

.new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_title p {
    font-family: Effra-Bold;
    font-size: 3.125rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.9;
    letter-spacing: -0.125rem;
    color: #000000;
}

.new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_text>p {
    font-family: Effra-Regular;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #404040;
    margin-bottom:1.5rem;
}

.new-design-textimage {
    word-break: break-word;
}

.text-related-content-parent {
    max-width: 1920px;
    margin: auto;
}

/* Weekly Insights start */

.template__news-article .weeklyInsights .bc-textimage h2, .template__news-article .weeklyInsights .textimage_text h2 {
    font-family: Effra-Bold;
    font-size: 3rem;
    line-height: 3.481rem;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

.template__news-article .weeklyInsights.text-related-content-parent {
    margin-top: 1.5rem;
}

.template__news-article .weeklyInsights .bc-textimage ul, .template__news-article .weeklyInsights .textimage_text ul {
    margin-left: auto;
    padding-left: 1.5rem;
    font-family: Effra-Bold;
    font-size: 1rem;
    line-height: 1.875rem;
}

.template__news-article .weeklyInsights .bc-textimage ul li, .template__news-article .weeklyInsights .textimage_text ul li, 
.template__news-article .new-design-template .weeklyInsights .bc-textimage:not(.bc-textimage-enhanced) .textimage_text li, 
.template__news-article .weeklyInsights .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_text li {
    line-height: 1.875rem;
}

.template__news-article .weeklyInsights .bc-textimage h4, .template__news-article .weeklyInsights .textimage_text h4 {
    font-family: Effra-Bold;
    font-size: 2rem;
    line-height: 2.481rem;
    letter-spacing: -1px;
    margin-bottom: 1.188rem;
}

.template__news-article .weeklyInsights .bc-textimage-enhanced .textimage_text h2 {
    margin-top: 1.5rem;
}

.template__news-article .weeklyInsights .bc-textimage .textimage_text a {
    color: #00aeef;
    text-decoration: underline;
}

/* Weekly Insights end */

.bc-textimage {
    padding: 0rem;
    border: 1px solid transparent;
}

.bc-textimage.text-related-content-link {
    border: 1px solid transparent;
    width: 45%;
    display: inline-block;
    margin-right: 20.3%;
    margin-left: 17.1%;
    padding-right: 0rem;
    padding-left: 0rem;
    padding-bottom: 2rem;
}

.bc-textimage-enhanced.text-related-content-link .textimage_cont .textimage_left, .bc-textimage-enhanced.text-related-content-link .textimage_cont .textimage_right {
    padding-bottom: 0rem;
}

.text-related-content-link a {
    color: #006de3;
}

.cross-promo-text-image {
    border: 1px solid transparent;
    width: 12.5rem;
    display: inline-block;
    position: absolute;
    border-left: 1px solid #d9d9d9;
    margin-top: 0rem;
}

.cross-promo-text-image-enhanced {
    border: 1px solid transparent;
    width: 12.5rem;
    display: inline-block;
    position: absolute;
    border-left: 1px solid #d9d9d9;
    margin-top: 0rem;
}

.bc-textimage-parent-enhanced {
    border: 1px solid transparent;
    width: 56%;
    display: inline-block;
    margin-right: 8.25rem;
    margin-right: 16.375rem;
}

.cross-promo__container-text-image.cross-stacked, .cross-promo__container-text-image-enhanced.cross-stacked {
    padding: 0 1.5rem;
}


.promoLinkUrl {
    color: #006de3;
}

/* unvisited link */

.promoLinkUrl:link {
    color: #006de3;
}

/* visited link */

.promoLinkUrl:visited {
    color: #006de3;
}

/* mouse over link */

.promoLinkUrl:hover {
    color: #006de3;
}

/* selected link */

.promoLinkUrl:active {
    color: #006de3;
}

.cross-promo__title-text-image a, .cross-promo__title-text-image-enhanced a {
    font-size: 0.875rem;
    color: #515151;
    font-family: Effra-Bold;
    text-decoration: none;
    line-height: 1rem;
    font-weight: bold;
}

.cross-promo__title-text-image, .cross-promo__title-text-image-enhanced {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1rem;
    margin-top: 0.625rem;
    margin-bottom: 0.4em;
}

.cross-promo__description-text-image, .cross-promo__description-text-image-enhanced {
    font-size: 1rem;
    color: #404040;
    font-family: Effra-Regular;
}

.new-design-textimage.bc-textimage-enhanced a, .new-design-template .bc-textimage a, .new-design-template .textimage_text a {
    text-decoration: none;
}

/* Text and Image Enhanced Component New Design End */

/* Text and Image Component New Design Start */


.new-design-template .bc-textimage:not(.bc-textimage-enhanced) .image__with-caption {
    margin-bottom: 2.5rem;
}

.new-design-template .bc-textimage:not(.bc-textimage-enhanced) .image__with-caption p {
    display: none;
}

.new-design-template .bc-textimage:not(.bc-textimage-enhanced) .textimage_text p, .new-design-template .bc-textimage:not(.bc-textimage-enhanced) .textimage_text li {
    font-family: Effra-Regular;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #404040;
}
.new-design-template .bc-textimage:not(.bc-textimage-enhanced) .textimage_text p{
    margin-bottom: 1.5rem;
}
.new-design-template .bc-textimage .textimage_text a {
    font-family: Effra-Regular;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
}



.new-design-template .bc-textimage .textimage_text .large-text_dark-blue a, .new-design-template .bc-textimage .textimage_text .large-text a, .new-design-template .bc-textimage .textimage_text .description_dark-blue a, .new-design-template .bc-textimage .textimage_text .description_cyan a, .new-design-template .bc-textimage .textimage_text .intro a {
    font-family: Effra-Light;
}

.text-related-content-link .black-font {
    color: #333333;
    font-family: Effra-Regular;
    font-size: 0.9375rem;
    line-height: 1.7;
}

.text-image-related-content {
    width: auto;
    margin-bottom: 1rem;
    font-family: Effra-Bold;
    font-size: 1rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing:0.063rem;
    color: #006de9;
}

.bc-textimage-enhanced .promo-link-url::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #d9d9d9;
    height: 1.375rem;
}

.bc-textimage .textimage_text .promo-link-url::before {
    padding-bottom: 1px;
}

.bc-textimage-enhanced .promo-link-url::before {
    padding-bottom: 1px;
}

.bc-textimage-enhanced .promo-link-url {
    border-bottom: 1px solid #d9d9d9;
    color: #006de3;
}

.bc-textimage .promo-link-url {
    border-bottom: 1px solid #d9d9d9;
    color: #006de3;
}

.bc-textimage-enhanced .textimage_cont {
    margin: 0rem 0;
}

 .bc-textimage h1, .textimage_text h1 {
    font-size: 4rem;
    line-height: 1.12;
    letter-spacing: -0.125rem;
  }
.bc-textimage h1, .textimage_text h1,.bc-textimage h2, .textimage_text h2,.bc-textimage h3,
.textimage_text h3,.bc-textimage h4, .textimage_text h4,.bc-textimage h5, .textimage_text h5,
.bc-textimage h6, .textimage_text h6
{
    color:#000000;
    margin-bottom:0.5rem;
}
.new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_text li {
	    font-family: Effra-Regular;
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: normal;
        font-weight: normal;
        font-style: normal;
        color: #404040;
}
.new-design-template .bc-textimage .textimage_text h6 {
    font-size: 1rem;
    line-height: 1.5rem;
	font-family: Effra-Bold;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}
@media only screen and (max-width: 1024px) {
    .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_left, .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_right {
        flex-direction: column;
    }
    .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_left.alignmentPercentage_25_75 {
        flex-direction: row;
    }
    .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_right.alignmentPercentage_25_75 {
        flex-direction: row-reverse;
    }
    .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_right.alignmentPercentage_25_75 .textimage_title p, .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_left.alignmentPercentage_25_75 .textimage_title p {
        font-size: 1.875rem;
    }
    .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_center .image__with-caption, .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_left .image__with-caption, .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_right .image__with-caption {
        margin-bottom: 3rem;
    }
    .bc-textimage-enhanced .textimage_cont .textimage_text {
        margin-bottom: 0;
    }
    .bc-textimage h1, .textimage_text h1 {
        margin-bottom:0.875rem;
     }
   .cross-promo-text-image, .cross-promo-text-image-enhanced, .text-image-underline-svg {
         display: none;
     }
	 
	 .new-design-template .bc-textimage:not(.bc-textimage-enhanced) .textimage_text p {
        font-size: 14px;
        line-height: 1.57;
    }

    .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_text li, .bc-textimage .article, .textimage_text .article, 
    .new-design-template .bc-textimage .textimage_text a, .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_text>p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_left.alignmentPercentage_25_75, .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_right.alignmentPercentage_25_75 {
        flex-direction: column;
    }
    .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_center .image__with-caption, .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_left .image__with-caption, .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_right .image__with-caption {
        margin-bottom: 2rem;
    }
    .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_left .image__with-caption.text_image_percentage_25_75, .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_right .image__with-caption.text_image_percentage_25_75 {
        text-align: center;
    }
    .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_title {
        margin-bottom: 1.375rem;
    }

    .new-design-template .bc-textimage:not(.bc-textimage-enhanced) .image__with-caption {
        margin-bottom: 2rem;
    }
    .new-design-template .bc-textimage:not(.bc-textimage-enhanced) .textimage_text h1, .new-design-template .bc-textimage:not(.bc-textimage-enhanced) .textimage_text h2, .new-design-template .bc-textimage:not(.bc-textimage-enhanced) .textimage_text h3, .new-design-template .bc-textimage:not(.bc-textimage-enhanced) .textimage_text h4, .new-design-template .bc-textimage:not(.bc-textimage-enhanced) .textimage_text h5, .new-design-template .bc-textimage:not(.bc-textimage-enhanced) .textimage_text h6 {
        margin-bottom: 1.375rem;
    }
    .new-design-template .bc-textimage:not(.bc-textimage-enhanced) .textimage_text h1 {
        font-size: 2.5rem;
        line-height: 2.813rem;
    }
    .new-design-template .bc-textimage:not(.bc-textimage-enhanced) .textimage_text p {
        font-family: Effra-Regular;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.57;
        letter-spacing: normal;
        color: #333333;
    }
    .new-design-template .bc-textimage .textimage_text a {
        font-family: Effra-Regular;
        font-size: 1em;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: normal;
    }
    .bc-textimage h1, .textimage_text h1 {
        margin-bottom:12px;
     }
    .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_text>p {
        margin-bottom:18px;
     }
	 
	  /* Weekly Insights start */
    .template__news-article .weeklyInsights .bc-textimage h4, .template__news-article .weeklyInsights .textimage_text h4 {
        font-size: 24px;
		line-height: 31.7px;
    }
    /* Weekly Insights end */
	 
}

/* IPad Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .cross-promo-text-image, .cross-promo-text-image-enhanced, .text-image-underline-svg {
        display: none;
    }
    .bc-textimage .promo-link-url, .bc-textimage-enhanced .promo-link-url {
        border-bottom: 1px solid transparent !important;
    }
	
	/* Weekly Insights start */
    .template__news-article .weeklyInsights .bc-textimage ul li, .template__news-article .weeklyInsights .textimage_text ul li, 
    .template__news-article .new-design-template .weeklyInsights .bc-textimage:not(.bc-textimage-enhanced) .textimage_text li, 
    .template__news-article .weeklyInsights .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_text li {
        font-size: 16px;
        line-height: 1.5;
    }
    /* Weekly Insights end */

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .cross-promo-text-image, .cross-promo-text-image-enhanced, .text-image-underline-svg {
        display: none;
    }
    .bc-textimage.text-related-content-link, .bc-textimage-enhanced.text-related-content-link {
        border: 1px solid transparent;
        width: auto;
        margin-right: auto;
        margin-left: 1.25rem;
    }
    .bc-textimage-parent-enhanced {
        width: auto;
        margin-right: 0rem;
    }
    .bc-textimage .promo-link-url, .bc-textimage-enhanced .promo-link-url {
        border-bottom: 1px solid transparent !important;
    }
    .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_text>p {
        margin-bottom: 1.75rem;
    }
	
	/* Weekly Insights start */
    .template__news-article .weeklyInsights .bc-textimage ul li, .template__news-article .weeklyInsights .textimage_text ul li, 
    .template__news-article .new-design-template .weeklyInsights .bc-textimage:not(.bc-textimage-enhanced) .textimage_text li, 
    .template__news-article .weeklyInsights .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_text li {
        font-size: 16px;
        line-height: 1.5;
    }
    /* Weekly Insights end */

}

@media only screen and (min-device-width: 411px) and (max-device-width: 823px) and (orientation: portrait) {
    .cross-promo-text-image, .cross-promo-text-image-enhanced, .text-image-underline-svg {
        display: none;
    }
    .bc-textimage.text-related-content-link, .bc-textimage-enhanced.text-related-content-link {
        border: 1px solid transparent;
        width: auto;
        margin-right: auto;
        margin-left: 0.313rem;
    }
    .bc-textimage-parent-enhanced {
        width: auto;
        margin-right: 0rem;
    }
    .bc-textimage .promo-link-url, .bc-textimage-enhanced .promo-link-url {
        border-bottom: 1px solid transparent !important;
    }
}

@media only screen and (min-device-width: 411px) and (max-device-width: 823px) and (orientation: landscape) {
    .cross-promo-text-image, .cross-promo-text-image-enhanced, .text-image-underline-svg {
        display: none;
    }
    .bc-textimage.text-related-content-link, .bc-textimage-enhanced.text-related-content-link {
        border: 1px solid transparent;
        width: auto;
        margin-right: 0.625rem;
        margin-left: 0.625rem;
    }
    .bc-textimage-parent-enhanced {
        width: auto;
        margin-right: 0rem;
    }
    .bc-textimage .promo-link-url, .bc-textimage-enhanced .promo-link-url {
        border-bottom: 1px solid transparent !important;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (orientation: portrait) {
    .cross-promo-text-image, .cross-promo-text-image-enhanced, .text-image-underline-svg {
        display: none;
    }
    .bc-textimage.text-related-content-link, .bc-textimage-enhanced.text-related-content-link {
        border: 1px solid transparent;
        width: auto;
        margin-right: auto;
        margin-left: 0.313rem;
    }
    .bc-textimage-parent-enhanced {
        width: auto;
        margin-right: 0rem;
    }
    .bc-textimage .promo-link-url, .bc-textimage-enhanced .promo-link-url {
        border-bottom: 1px solid transparent !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
    .cross-promo-text-image, .cross-promo-text-image-enhanced, .text-image-underline-svg {
        display: none;
    }
    .bc-textimage.text-related-content-link, .bc-textimage-enhanced.text-related-content-link {
        border: 1px solid transparent;
        width: auto;
        margin-right: auto;
        margin-left: 0.313rem;
    }
    .bc-textimage-parent-enhanced {
        width: auto;
        margin-right: 0rem;
    }
    .bc-textimage .promo-link-url, .bc-textimage-enhanced .promo-link-url {
        border-bottom: 1px solid transparent !important;
    }
}


 @media only screen and (min-width: 1152px){
 .bc-textimage-enhanced .textimage_cont .textimage_text {
        margin-bottom: 0rem;
    }
                        }
/* Text and Image Component New Design End */

.links-list__container{
    max-width: 1920px ;
    margin: 0 auto;
}

.new-design-linklist .links-list__heading {
    font-family: Effra-Bold;
    letter-spacing: -0.062rem;
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.48rem;
    color: #000000;
    padding: 0rem 0rem 2rem 0rem;
    width:70%;
    margin-bottom: 0rem;

}

.new-design-linklist .links-list .link-list-external a,
.new-design-linklist .links-list .link-list-carat a {
    font-family: Effra-Regular;
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-decoration: none;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 1rem 0rem;
    color:#333333;
}
.new-design-linklist .links-list .link-list-arrow a {
    font-family: Effra-Regular;
    font-size: 1.25rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    line-height: 1.875rem;
    color: #333333;
    text-decoration: none;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 1rem 0rem;
}

.new-design-linklist .links-list li a {
    font-family: Effra-Regular;
    font-size: 1.25rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.875rem;
    letter-spacing: normal;
    color: #333333;
    text-decoration: none;
    padding: 1rem 0rem;
}

.new-design-linklist .links-list .column-control__6 li a {
    font-family: Effra-Regular;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 110%;
    letter-spacing: -0.666667px;
    color: #000000;
    text-decoration: none;
    padding: 20px 0px 20px 0;
    display: flex;
    font-size: 1.25rem;
}
.new-design-linklist .links-list .column-control__6 li .disclaimer-redirectBold,
.new-design-linklist .links-list .column-control__6 li .nodisclaimerredirect-Bold,
.new-design-linklist .links-list li .disclaimer-redirectBold,
.new-design-linklist .links-list li .nodisclaimerredirect-Bold {
    font-family: Effra-Bold;
}



.new-design-linklist .links-list .link-list-arrow a:after,
.new-design-linklist .links-list .link-list-external a:after,
.new-design-linklist .links-list .link-list-carat a:after{
    display: none;
}


.new-design-linklist ul.links-list,
.mega-footer__first-level .new-design-linklist.links-list__container ul.links-list {
    word-break: break-word;
    border-top: 0.063rem solid #A8A8A8;
    padding-left: 0rem;
}

/* Weekly Insights Start */
.template__news-article .new-design-linklist .weeklyInsights.links-list {
    background: #F5F5F5;
    border-top: 2px solid #D3D3D3;
}

.template__news-article .new-design-linklist .weeklyInsights.links-list .link-list-external a {
    padding: 1.07rem 1.188rem 1.33rem 1.313rem;
    color: #404040;
}

.template__news-article .new-design-linklist .weeklyInsights.links-list a {
    padding: 1.875rem 2.51rem 1.25rem 1.313rem;
}

.template__news-article .new-design-linklist .weeklyInsights.links-list .link-list-carat a, 
.template__news-article .new-design-linklist .weeklyInsights.links-list .link-list-arrow a {
    padding: 1.1rem 1.2rem 1.35rem 1.313rem;
}

.template__news-article .new-design-linklist .weeklyInsights.links-list li {
    border-bottom: 2px solid #D3D3D3;
}

.template__news-article .new-design-linklist .weeklyInsights.links-list .link-list-external a span {
    background: url("ibhomepage/images/external-arrow-weeklyInsights.svg");
}

/* Weekly Insights End */

.new-design-linklist ul.links-list.bordernone,
.mega-footer__first-level .new-design-linklist ul.links-list.bordernone {
    border-top: none;
    padding-left: 0rem;
}

.mega-footer__first-level .new-design-linklist ul.links-list {
    border-top: 0.063rem solid #e1e1e1;
}

.new-design-linklist .links-list .link-list-arrow a span {
    width: 20px;
    height:18px;
    background: url("ibhomepage/images/arrow-navy4k.svg");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    flex: 0 0 17px;
    translate:0px 5px;
}

.new-design-linklist .links-list .link-list-external a span{
    width: 17px;
    height: 17px;
    background: url("ibhomepage/images/arrow-ext-popup4k.svg");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    flex: 0 0 17px;
}

.new-design-linklist .links-list .link-list-carat a span {
    width: 40px;
    height: 12px;
    background: url("ibhomepage/images/relatedLink_carat4k.svg");
    background-position: right;
    background-size: 7px;
    background-repeat: no-repeat;
    flex: auto;
    display: flex;
    margin-top: 0px;
}
.new-design-linklist .links-list .column-control__6 .link-list-carat a span,
.new-design-linklist .links-list .column-control__6 .link-list-arrow a span,
.new-design-linklist .links-list .column-control__6 .link-list-external a span,
.new-design-linklist .links-list .column-control__6 li a span {
    width: 30%;

}
.mega-footer__first-level .new-design-linklist .links-list li {
    border-bottom: 0.063rem solid #e1e1e1;
}

.new-design-linklist.links-list__container .links-list .column-control__6 li {
    border-bottom: 0.063rem solid #A8A8A8;
}

.new-design-linklist.links-list__container.contactus_linklist {
    padding: 0rem 3.375rem 0rem 3.375rem;
}

.new-design-linklist.links-list__container .column-control__6 {
    margin-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
    .new-design-template .row_cib {
        padding-left: 0.9375em;
        padding-right: 0.9375em;
    }

    .new-design-linklist .links-list__heading {
        margin: 3rem 1rem 1.75rem 0rem;

    }

    .new-design-linklist.links-list__container.contactus_linklist {
        margin: 0rem 1rem 0rem 1rem;
    }

    .new-design-linklist.links-list__container .column-control__6 {
        margin-bottom: 0rem;
    }

    .new-design-linklist.links-list__container .column-control__6:last-child  {
        margin-bottom: 3rem;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .new-design-template .row_cib {
        padding-left: 0.9375em;
        padding-right: 0.9375em;
    }

    .new-design-linklist .links-list .link-list-arrow a {
        line-height: 1.77;
    }

    .new-design-linklist .links-list li a {
        line-height: 1.77;
    }

    .new-design-linklist .links-list .link-list-external a, .new-design-linklist .links-list .link-list-carat a {
        line-height: 1.77;
    }
	
	/* Weekly Insights start */
    .template__news-article .new-design-linklist .weeklyInsights.links-list .link-list-external a, 
    .template__news-article .new-design-linklist .weeklyInsights.links-list a {
        font-size: 20px;
        line-height: 1.5;
    }
    /* Weekly Insights end */
	
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .new-design-linklist.links-list__container.contactus_linklist {
        margin: 0rem 1.5rem 0rem 1.5rem;
    }

    .new-design-linklist .links-list__heading {
        margin: 3rem 10.625rem 1.75rem 0rem
    }

}

@media only screen and (min-device-width: 320px) and (max-device-width: 745px) and (orientation: landscape) {
    .new-design-linklist .column-control-container__50--collapse-mobile {
        display: flex;
        flex-direction: column;
    }

    .new-design-linklist.links-list__container .column-control__6 {
        width: 100%;
    }
}
.new-design-subhub.hero__subHub {
	display: flex;
    flex-direction:row;
    justify-content: space-between;
    word-break: break-word;
	max-width:1920px;
	margin:0 auto;
	padding:1.5rem 3.5rem 1.5rem 3.5rem;
}

.new-design-subhub.hero__subHub .aperture__frame,
.new-design-subhub.hero__subHub .hero__subHub_content {
	padding: 0;
    flex: 0 0 48.63%;
    width: auto;
}

.new-design-subhub.hero__subHub.aperture .aperture__frame .aperture__content img{
	
	width:28.75rem;
	height:21.0625rem;
	

}
.new-design-subhub.hero__subHub.aperture .aperture__frame  img{
	
	width:35.75rem;
	height:28.0625rem;
	

}


.new-design-subhub.hero__subHub .hero__subHub_content {
    display: flex;
    flex-direction: column;
	margin-top:4.6875rem;
	margin-bottom:4.6875rem;
	margin-left:1.5rem;
}

.new-design-subhub.hero__subHub .aperture__content {
	margin-bottom: 0;
	border: solid 3.5rem #00AEEF;
    background: #00AEEF;
}

.new-design-subhub.hero__subHub .hero__subHub_content .aperture__subtitle {
	font-family: Effra-Bold;
  	font-size: 1rem;
  	font-weight: 700;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1rem;
  	letter-spacing: 0.0625rem;
  	color: #006DE3;
    text-transform: uppercase;
    padding: 0;
    text-decoration: none;
    margin-bottom: 1rem;
}

.new-design-subhub.hero__subHub .hero__subHub_content .aperture__title {
	font-family: Effra-Bold;
  	font-size: 3rem;
  	font-weight: 700;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 3.48125rem;
  	letter-spacing: -0.0625rem;
  	color: #000000;
    margin-bottom: 1.5rem;
}

.new-design-subhub.hero__subHub .hero__subHub_content p {
	font-family: Effra-Regular;
  	font-size: 1.25rem;
  	font-weight: 400;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.875rem;
  	letter-spacing: normal;
  	color: #404040;
    margin-bottom: 1.5rem;
   
	
}

.new-design-subhub.hero__subHub .btn_wrapper {
	display: flex;
    min-height: 1px;
}

.new-design-subhub.hero__subHub .hero__subHub_content .btn {
	border: none;
    margin-bottom: 0;
    padding: 0;
    box-shadow: none;
    align-self: flex-end;
}

.new-design-subhub.hero__subHub .hero__subHub_content .btn a {
	font-family: Effra-Regular;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1rem;
    letter-spacing: normal;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
	border-radius: 1.875rem;
	background-color: #006DE3;
	border: 0.0625rem solid #006DE3;
    padding: 0.5rem 0.9375rem;
    margin-right: 1rem;
   
}

.new-design-subhub.hero__subHub .hero__subHub_content .btn a.lightBg {
    color: #006DE3;
	background-color: #FFFFFF;
	border: 0.0625rem solid #006DE3;
}

.new-design-subhub.hero__subHub .hero__subHub_content .btn a.darkBg:hover{
	background-color:#215DB7;
	
}
.new-design-subhub.hero__subHub .hero__subHub_content .btn a.lightBg:hover{
	
	color:#005BBE;
}

@media only screen and (min-width: 1920px) {
	.new-design-subhub.hero__subHub.aperture .aperture__frame .aperture__content img{
	
	width:100%;
	height:100%;
	

}
.new-design-subhub.hero__subHub.aperture .aperture__frame  img{
	
	width:100%;
	height:100%;
	

}
}
@media only screen and (min-width: 3840px) {
	.new-design-subhub.hero__subHub.aperture .aperture__frame .aperture__content img{
	
	width:100%;
	height:100%;
	

}
.new-design-subhub.hero__subHub.aperture .aperture__frame  img{
	
	width:100%;
	height:100%;
	

}
}



@media only screen and (min-width: 768px) and (max-width: 1024px){

    .new-design-subhub.hero__subHub {
        flex-direction:column;
    }
	
		.new-design-subhub.hero__subHub.aperture .aperture__frame .aperture__content img{
	
	width:100%;
	height:100%;
	

}
	
	.new-design-subhub.hero__subHub.aperture .aperture__frame  img{
	
	width:100%;
	height:100%;
	

}

	.new-design-subhub.hero__subHub .aperture__frame,
    .new-design-subhub.hero__subHub .hero__subHub_content {
        flex: 0 0 100%;
    }

.new-design-subhub.hero__subHub .hero__subHub_content .aperture__title{
	margin-bottom: 1rem;
	
}
 

	.new-design-subhub.hero__subHub .hero__subHub_content p {
        margin-bottom: 1rem;
    }

	.new-design-subhub.hero__subHub .hero__subHub_content .btn a {
        margin-right: 8px;
    }
	
	.new-design-subhub.hero__subHub .hero__subHub_content {
    display: flex;
    flex-direction: column;
	margin-top:1.5rem;
	margin-bottom:1.5rem;
	margin-left:0rem;
}
}

@media only screen and (max-width: 767px) {

	
.new-design-subhub.hero__subHub {
	margin:1rem 2rem 1rem 2rem;
	display:flex;
	flex-direction:column;
}
    .new-design-subhub.hero__subHub .hero__subHub_content .btn_wrapper {
		display: flex;
        flex-direction: row;
    }
	.new-design-subhub.hero__subHub .hero__subHub_content{
		margin-top:1.5rem;
		margin-bottom:1rem;
		margin-left:0rem;
		
	}

    .new-design-subhub.hero__subHub .hero__subHub_content .btn a {
        margin-right: 0;
    } 
	.new-design-subhub.hero__subHub .hero__subHub_content .aperture__title{
	margin-bottom:1rem;	
		
	}
	
	.new-design-subhub.hero__subHub.aperture .aperture__frame .aperture__content img{
	
	width:100%;
	height:100%;
	

}

.new-design-subhub.hero__subHub .hero__subHub_content p{
	margin-bottom:1rem;
	
}

.new-design-subhub.hero__subHub .hero__subHub_content .btn a {

margin-right: 0.9375rem;
    margin-top: 0.5rem;

}
.new-design-subhub.hero__subHub.aperture .aperture__frame  img{
	
	width:100%;
	height:100%;
	

}
.new-design-subhub.hero__subHub .aperture__content {
	margin-bottom: 0;
	border: solid 1rem #00AEEF;
    background: #00AEEF;
}
    

}

.new-design-subhub .country-selector {

margin-bottom: 0;
}
.new-design-subhub.hero__subHub .hero__subHub_content .btn {

align-self: initial;

}
.cross-promo.new-design-cross-promo .cross-promo__container.cross-stacked {
    float: none;
    display: flex;
    margin: 0 auto;
    max-width: 1920px;
    flex-direction: column;
    word-break: break-word;
}

.cross-promo.new-design-cross-promo .cross-promo__container.cross-left{
	margin: 0 auto;
    max-width: 1920px;
    display: flex;
    flex-direction: row;
	
}

.cross-promo.new-design-cross-promo .content_type {
  font-family: Effra-Bold;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height:1rem;
  letter-spacing: 0.0625rem;
  color: #006DE3;
  text-transform: uppercase;
}

.cross-promo.new-design-cross-promo .cross-promo__container.cross-left .cross-promo__image img{
	margin-bottom: 0;
	width:auto;
	height:auto;
 
}

.cross-promo.new-design-cross-promo .cross-promo__title_new_design pre{
  font-family: Effra-Bold;
  font-size:1.5rem;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.98125rem;
  letter-spacing: -0.0625rem;
  color: #000000;
 
}

.cross-promo.new-design-cross-promo .cross-promo__title_new_design{
  margin-bottom: 1rem;   
 line-height: 1.98125rem;
  letter-spacing: -0.0625rem;     
}

.cross-promo.new-design-cross-promo .cross-promo__container.cross-stacked .cross-promo__body{
  margin-top: 1rem;  
margin-bottom:0rem;  
}

/* Weekly Insights start */
.template__news-article .cross-promo.new-design-cross-promo .weeklyInsights.cross-promo__container.cross-stacked .cross-promo__body {
    margin-top: 0.5rem;
}

.template__news-article .cross-promo.new-design-cross-promo .weeklyInsights .cross-promo__description {
    margin-bottom: 0.5rem;
}

.template__news-article .cross-promo.new-design-cross-promo .weeklyInsights .date {
    line-height: 1.9rem;
    margin-bottom: 1.5rem !important;
}

.cross-promo.new-design-cross-promo .weeklyInsights .content_type {
	font-weight: normal;
}
/* Weekly Insights end */

.cross-promo.new-design-cross-promo .content_type{
  margin-bottom: 0.5rem;
}


.cross-promo.new-design-cross-promo .date{
	font-family:Effra-Regular;
	color:#404040;
	font-size: 1rem;
        font-weight: 400;
        line-height:1.5rem;
        margin-bottom:0!important;	
}

.cross-promo.new-design-cross-promo .cross-promo__description{
  font-family: Effra-Regular;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5rem;
  letter-spacing: normal;
  color: #404040;
  margin-bottom:1rem;
}

.cross-promo.new-design-cross-promo .cross-promo__title_new_design a {
	text-decoration: none;
}

.cross-promo.new-design-cross-promo .cross-promo__image h3,
.cross-promo.new-design-cross-promo .cross-promo__label {
	display: none;
}

.cross-promo.new-design-cross-promo .cross-promo__container.cross-left .cross-promo__image{
	
float:left;
	
}
 .cross-promo.new-design-cross-promo .cross-promo__container.cross-left .cross-promo__body {
		
		padding-left:1rem;
		padding-bottom:1.5rem;

	}


/*Start: Added CSS for promo design black fonts */
.new-design-cross-promo .cross-promo__title_new_design.black-font pre, .cross-promo .cross-promo__title_small.black-font a,
.cross-promo .cross-promo__title.black-font , .cross-promo .cross-promo__title_small.black-font, .cross-promo .cross-promo__title.black-font a {
    color: #000000;
}
.cross-promo__container.cross-stacked .cross-promo__body {
	margin-top: 16px;
}
.cross-promo .cross-promo__title {
	line-height: 1.75;
    letter-spacing: 1px;
}
.cross-promo .cross-promo__title.black-font {
	margin-bottom: 16px;
}
.cross-promo .cross-promo__title.black-font a, .cross-promo .cross-promo__title_small.black-font a {
	text-decoration: none;
}
.cross-promo .cross-promo__description {
	line-height: 1.375;
}
.new-design-article-page .cross-promo__container.cross-stacked{
  background-color: #ffffff;
}

.cross-promo .cross-promo__title_large_new{
	font-size:22px;
}
.cross-promo__title_large_new a{
	font-size:22px;
	text-decoration:none !important;
	font-family: Effra-Light;
	font-weight: bold;
	font-style: normal;
	line-height: 1.2;

}
.cross-promo__title_small_new{
	font-size:18px;
}
.cross-promo__title_small_new a{
	font-size:18px;
	text-decoration:none !important;
	font-family: Effra-Light;
	font-weight: bold;
	font-style: normal;
	line-height: 1.22;

}

/*End: Added CSS for promo design black fonts */

@media only screen and (max-width: 767px){


	.cross-promo.new-design-cross-promo .cross-promo__container.cross-left,.cross-promo.new-design-cross-promo .cross-promo__container.cross-stacked{
		display: flex;
    flex-direction: column;
		
	}

    .cross-promo.new-design-cross-promo.cross-promo .cross-promo__container.cross-left .cross-promo__image,
	.cross-promo.new-design-cross-promo .cross-promo__container.cross-stacked .cross-promo__image{
      padding-right: 0;
      min-height: 0.0625rem;
	}
	
	.cross-promo.new-design-cross-promo .cross-promo__container.cross-stacked .cross-promo__image img {
		width: 100%;
    }
    
    .cross-promo.new-design-cross-promo .cross-promo__container.cross-left .cross-promo__body,	.cross-promo.new-design-cross-promo .cross-promo__container.cross-stacked .cross-promo__body  {
		padding-top: 1rem;
    padding-left: 0rem;
		padding-bottom:1.25rem;
		margin-top:0;
	}
	.cross-promo.new-design-cross-promo .cross-promo__container.cross-stacked .cross-promo__image img{
		margin-bottom:0rem;
	}
	
	/* Weekly Insights start */

	.template__news-article .cross-promo.new-design-cross-promo .weeklyInsights .cross-promo__description {
		margin-bottom: 0.5rem;
		font-size: 16px;
    	line-height: 1.5;
	}

	.template__news-article .cross-promo.new-design-cross-promo .weeklyInsights .date {
		line-height: 3.2;
		margin-bottom: 1.5rem !important;
		font-size: 16px;
	}

	.template__news-article .weeklyInsights.cross-promo__container .cross-promo__title_new_design pre {
		font-size: 24px;
	}
	
	.cross-promo.new-design-cross-promo .weeklyInsights .content_type {
		font-size: 12px;
    	line-height: 16px;
    	letter-spacing: 1px;
		margin-bottom: 0.85rem;
	}

	/* Weekly Insights end */
	
	
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.cross-promo.new-design-cross-promo .cross-promo__container.cross-stacked .cross-promo__image img{
		
		margin-bottom:0;
		width:auto;
		height:auto;
		
	}
	
	
.cross-promo.new-design-cross-promo .date{
	margin-bottom:1.25rem;
}

	.cross-promo.new-design-cross-promo .cross-promo__container.cross-stacked {
		display:flex;
    	flex-direction: row;
    justify-content: space-between;
	}

	.cross-promo.new-design-cross-promo .cross-promo__container.cross-stacked .cross-promo__image {
		flex: 0 0 31.04%;
    }

	.cross-promo.new-design-cross-promo .cross-promo__container.cross-stacked .cross-promo__body {
		flex: 0 0 65.65%;
    	margin-top: 0;
    }



    .cross-promo.new-design-cross-promo .cross-promo__description {
		margin-bottom: 0rem;
    }
    .cross-promo.new-design-cross-promo .cross-promo__container.cross-left .cross-promo__image img {
        margin-bottom:0.5rem;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
	.cross-promo.new-design-cross-promo .date{
	margin-bottom:1.25rem;
}
	
}

@media only screen and (min-width: 813px) and (max-width: 1024px) and (orientation : landscape){ 
.cross-promo.new-design-cross-promo .cross-promo__container.cross-stacked .cross-promo__image img{
		
		margin-bottom:0;
		width:auto;
		height:auto;
	}
	
	
.cross-promo.new-design-cross-promo .date{
	margin-bottom:1.25rem;
}
.cross-promo.new-design-cross-promo .cross-promo__container.cross-stacked .cross-promo__body{
		margin-top:0;
		
	}

 .cross-promo.new-design-cross-promo .cross-promo__container.cross-stacked{
	    flex-direction: column;
    }

  .cross-promo.new-design-cross-promo .cross-stacked.cross-promo__container .cross-promo__image,
	.cross-promo.new-design-cross-promo .cross-stacked.cross-promo__container .cross-promo__body {
		flex: 1 1 auto;
	}
.cross-promo.new-design-cross-promo .cross-promo__container.cross-stacked .cross-promo__image {
		margin-bottom: 1rem;
    }
    
} 



/* Text/Image with Audio Start */

.text-image-with-audio.darkblue .heroimage-container.device-img {
    display: inline-block;
    width: 50%;
    float: right;
}

.text-image-with-audio.darkblue {
    background: #1A2142;
    max-width: 1920px;
    width: 100%;
    height: auto;
    margin: 0rem auto;
}

  .text-image-with-audio.heroimage .heroimage-container img {
        height: 100%;
    width: 100%;
    color: #666;
    }


.text-image-with-audio .heroaudiotext-container {
 
    top: 0rem;
    min-width: 50%;
    max-width: 0rem;
    position: relative;
    border: 0.0625rem solid transparent;
    width: auto;
    padding: 3rem 3.375rem 0rem 3.375rem;
}

.text-image-with-audio .audioBadgesCont {
    background: #EDEDED;
}

.text-image-with-audio .hero-image-audio-parent {
    display: flex;
    flex-direction: row-reverse;
}

.text-image-with-audio .hero-content-type pre {
    font-family: 'Effra-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1rem;
    color: #FFFFFF;
	letter-spacing:0.0625rem;
}

.text-image-with-audio .hero-title pre {
    font-family: 'Effra-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 3rem;
    line-height: 3.48rem;
    display: flex;
    align-items: center;
    letter-spacing: -0.0625rem;
    color: #FFFFFF;
	overflow: hidden;
	
}


.text-image-with-audio.heroimage .audioBadgesCont .badgeImages
	{
		
		margin-right:auto;
	}

.text-image-with-audio .social-share-list {
    display: flex;
    padding-bottom: 0rem;
    margin-top: auto;
    padding-left: 0.375rem;
    list-style: none
}

.text-image-with-audio .progressBar {
    width: 70%;
}

.text-image-with-audio .hero-social-link {
    display: flex;
    border: 1px solid transparent;
    width: 50%;
}

.text-image-with-audio .hero-series-img img {
   width: 3.4525rem;
    margin-right: 3.375rem;
}

.text-image-with-audio .hero-series-img {
    display: inline-block;
    border: 1px solid transparent;
    float: right;
}

.text-image-with-audio.heroimage .heroaudiotext-container .authorTitleCont .authImages {
    display: inline-block;
    flex: none;
}

.text-image-with-audio.heroimage .authImages .authImg {
   width: 2.25rem;
    height:2.25rem; 
	border-radius: 1.25rem;
    margin-right: -0.75rem;
}

.text-image-with-audio .hero-content-type, 
.text-image-with-audio .hero-title {
    margin-bottom: 1rem;
}

.text-image-with-audio .heroaudiotext-container p {
    margin-bottom: 0rem;
}

.text-image-with-audio.heroimage .heroaudiotext-container .titleCont .authNames, 
.text-image-with-audio.heroimage .author-date {
    font-family: 'Effra-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height:1.5rem;
	color:#FFFFFF;
}

.text-image-with-audio.heroimage .heroaudiotext-container .authorTitleCont {
    margin-bottom: 2.5rem;
}

.text-image-with-audio .badgeText {
   padding: 1.5rem 1.5rem 1.5rem 3.375rem;
}

.text-image-with-audio.heroimage .badgeText p {
    font-family: 'Effra-Medium';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000000;
}

.text-image-with-audio.heroimage .audioBadgesCont .badgeImages img {
    width: 100px;
    height: auto;
	display:inline;
}

.text-image-with-audio.heroimage .heroaudiotext-container .authorTitleCont .titleCont {
    margin-left: 1.25rem;
}

.text-image-with-audio .bcAudioComp {
    margin-bottom: 5rem;
}

.text-image-with-audio .social-share-list-item {
    margin-right: 1rem;
}

.text-image-with-audio .hero-parent-social {
    border: 1rem solid transparent;
    display: flex;
    justify-content: space-between;
	margin-bottom:1.5rem;
}

.text-image-with-audio.heroimage .audioBadgesCont {
    margin-top: 0rem;
}

.text-image-with-audio .bcAudioComp div.muteUnmute {
    margin-right: 1.0625rem;
}

.text-image-with-audio.heroimage .audioBadgesCont .badgeImages a {
    margin-right: 1rem;
	text-decoration: none;
}

.text-image-with-audio.heroimage .audioBadgesCont .badgeImages {
    margin-left: 0rem;
    margin-right: 30.953125rem;
}




/* End of Text/Image Audio */



/* Audio On Hero Image- Separate Mobile Image Fix*/
@media only screen and (max-width: 767px) {

/*text and video*/ 
   .text-image-with-audio .hero-image-audio-parent {
        flex-direction: column;
    }
	 

    .text-image-with-audio.darkblue .heroimage-container.device-img {
        width: 100%;
    }
	
	
    .text-image-with-audio .heroaudiotext-container {
        width: 100%;
        min-width: auto;
        max-width: none;
        padding: 1rem;
    }


    .text-image-with-audio .progressBar {
        width: 48%;
    }

    .text-image-with-audio.heroimage .heroaudiotext-container .authorTitleCont {
        margin-bottom: 1.9375rem;
    }

    .text-image-with-audio .bcAudioComp {
        margin-bottom: 2.856875rem;
        min-width: auto;
    }

    .text-image-with-audio .hero-series-img img {
        width: 2.1875rem;
    }

 
    .text-image-with-audio .badgeText {
        padding: 1rem;
    }
	.text-image-with-audio.heroimage .audioBadgesCont .badgeImages {
		margin-left:0rem;
		margin-right:auto;
		
	}
	.text-image-with-audio.heroimage .audioBadgesCont{
	display: flex;
    flex-direction: row
	}

    .text-image-with-audio.heroimage .audioBadgesCont .badgeImages img {
        width: 4.761875rem;
    }  
		

    /* End of Text/Image with Audio */
}



@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
   /* Text Image with Audio start */
    .text-image-with-audio .hero-image-audio-parent {
        flex-direction: column;
    }
	.text-image-with-audio.heroimage .audioBadgesCont .badgeImages
	{
		
		margin-right:auto;
	}

    .text-image-with-audio.darkblue .heroimage-container.device-img {
        width: 100%;
    }

    .text-image-with-audio .heroaudiotext-container {
        width: 100%;
        min-width: auto;
        max-width: none;
        padding: 2rem;
    }



    .text-image-with-audio .hero-title {
        margin-bottom: 2rem;
    }

    .text-image-with-audio.heroimage .heroaudiotext-container .authorTitleCont {
        margin-bottom: 2.8125rem;
    }

    .text-image-with-audio .bcAudioComp {
        margin-bottom: 3.419375rem;
    }

    .text-image-with-audio.heroimage .heroimage-container img {
        height: auto;
    }

    .text-image-with-audio .hero-series-img img {
        width: 2.740625rem;
    }

    .text-image-with-audio .badgeText {
        padding: 1.5625rem 1rem 1.625rem 2rem;
    } 

    /* End of Text/Image with Audio */
    
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /* Text/Image with Audio start */
  .text-image-with-audio .hero-image-audio-parent {
        flex-direction: column;
    }
	.text-image-with-audio.heroimage .audioBadgesCont .badgeImages
	{
		
		margin-right:auto;
	}

    .text-image-with-audio.darkblue .heroimage-container.device-img {
        width: 100%;
    }

    .text-image-with-audio .heroimage-container.device-img img {
        height: auto;
    }

    .text-image-with-audio .heroaudiotext-container {
        width: 100%;
        min-width: auto;
        max-width: none;
    }
    /* End of Text/Image with Audio */  
} 



.audio-on-herostyle {
		 max-width: 1920px;
		 margin:0 auto;
	}
	
	.new-design-hero-audio.heroimage {
		
		margin:0px 3.5rem 0px 3.375rem;
	}
 .new-design-hero-audio.heroimage .heroaudiotext-container {
	top: 0rem;
	padding-left:0rem;
      margin: 3.5rem 3rem 3.5rem 3rem;
    min-width: 58.63%;
   
}

.new-design-hero-audio.heroimage .heroimage-container img {
	height: 394px;
	width:100%;
	
}

.new-design-hero-audio.heroimage .heroaudiotext-container .authorTitleCont .authImages {
        display: inline-block;
    	flex: 0 0 6rem;
    }

	.new-design-hero-audio.heroimage .authImages .authImg {
       width: 3.5rem;
    height: 3.705rem;
   margin-right: -0.75rem;
    }


.new-design-hero-audio.heroimage .heroaudiotext-container .authorTitleCont .titleCont {
    margin-right: 0.5rem;
}

.new-design-hero-audio.heroimage .heroaudiotext-container .titleCont h1 {
    font-family: Effra-Bold;
  	font-size: 1.5rem;
  	font-weight: 700;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.98rem;
  	letter-spacing: -0.0625rem;                                    
	margin-top: 0rem;
	margin-bottom: 0rem;
    color: #FFFFFF;                
}

.new-design-hero-audio.heroimage.black .heroaudiotext-container .titleCont h1 {
  	color: #000000;                                    
}


.new-design-hero-audio.heroimage .heroaudiotext-container p,
.new-design-hero-audio.heroimage .authNames {
	font-family: Effra-Regular;
  	font-size:1rem;
  	font-weight: 400;
  	font-style: normal; 
  	font-stretch: normal;
  	line-height: 1.5rem;
  	letter-spacing: normal;
    color: #FFFFFF;
}

.new-design-hero-audio.heroimage.black .heroaudiotext-container p,
.new-design-hero-audio.heroimage.black .authNames {
	color: #000000;
}                   


.new-design-hero-audio.heroimage .heroaudiotext-container .copy .line {
	display: none;
}

.new-design-hero-audio.heroimage .heroaudiotext-container .copy .text {
    width: 100%;
    padding: 0rem 0rem 3rem 0rem;
}

.new-design-hero-audio.heroimage .heroaudiotext-container .copy h2 {
	font-family: Effra-Bold;
  	font-size: 3rem;
  	font-weight: 700;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 3.48rem;
  	letter-spacing: -0.0625rem;
	color: #FFFFFF;                    
}
.new-design-hero-audio.heroimage.black .heroaudiotext-container .copy h2 {
  	color: #000000;
}

.new-design-hero-audio.heroimage .audioBadgesCont {
    margin-top: 0rem;
	background-color: #1A2142;
   padding: 2rem 12.375rem 2rem 6.1875rem;
	flex-direction: row;
    align-items: center;
    justify-content: unset;
     
}

.new-design-hero-audio.heroimage .audioBadgesCont .badgeImages{
    margin-left: 0rem;
    display: flex;
    width: 100%;

}


.new-design-hero-audio.heroimage .audioBadgesCont .badgeImages img{
	width: auto;
    height: 2.0625rem;
    display: inline;
	
	
}
.new-design-hero-audio.heroimage .audioBadgesCont .badgeImages a{
	
	margin: 0rem 1rem 0rem 0rem;
    flex: none;
	
}

.new-design-hero-audio.heroimage .badgeText {
    flex: none;
    padding: 0rem 1.5rem 0rem 0rem;
}
.new-design-hero-audio.heroimage .audioBadgesCont .badgeText p {
    font-family: Effra-Regular;
  	font-size: 1rem;
  	font-weight:400;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.5rem;
  	letter-spacing: normal;
  	color: #FFFFFF;
    margin-bottom: 0.3125rem;
}

	.new-design-hero-audio.heroimage .authorTitleCont{
		margin-bottom:1rem; 
	}
	
 @media only screen and (max-width: 767px) {
	.new-design-hero-audio.heroimage .heroaudiotext-container{
		margin: 0rem 1rem;
	    margin-top: 2.5625rem 

		
	}
	.new-design-hero-audio.heroimage .audioBadgesCont .badgeImages img{
		
		width: auto;
    height: 30px;
		
	}
	.new-design-hero-audio.heroimage{
		
		margin:0;
	}
	
	
	
	.new-design-hero-audio.heroimage .audioBadgesCont .badgeImages{
		
		    flex-wrap: wrap;
	}
	.new-design-hero-audio.heroimage .heroimage-container img{
		height:300px;
	}
	.new-design-hero-audio.heroimage .audioBadgesCont{
		margin-top: 0rem;
        padding: 1rem;
    flex-direction: column;
    align-items: baseline;
		
	}

}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
	
	.new-design-hero-audio.heroimage .heroimage-container img{
		height: 322px;
	}
	.new-design-hero-audio.heroimage .audioBadgesCont{
	padding: 22px 20px 12px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
	
	}
	.newdesignaudio-on-hero .new-design-hero-audio.heroimage .heroaudiotext-container{
		
		margin-top:2.75rem;
		
	}
	
}


@media only screen and (min-width: 1401px) {
    .textimageaudio-darkblue{
        background:#1A2142;
        
    }

.text-image-with-audio .audioBadgeColor{
	margin-left: -50%;
    margin-right: -50%;
		
	}
	.text-image-with-audio .badgeText{
		padding-left:27%;
	}
	
.new-design-hero-audio.heroimage .heroimage-container img{
		height: 607px;
	}


	
}



.new-design-audio-repo .audio_repository_ib {
       
	background: #1a2142;
	margin:0 auto;
	max-width:1920px;	
	
    }

.new-design-audio-repo.audioMainCont.audioRepMainCont {
         margin: 0rem 3rem 0rem  3rem;
    }

.new-design-audio-repo.audioMainCont.audioRepMainCont .audioBadgesCont .badgeText{
	flex: 0 0 45%;
       margin:0rem 2.45rem 0rem 0rem;
	
}

.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown ul li .arrowCont{
	display: inline-block;
    margin-left: 0.5rem;
	
}
	.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown {
        margin-bottom: 2.5rem;
        border-bottom:  0.75px solid #B7B3B3;
        padding:0rem 0rem 0.754375rem 0rem ;	
    }


	.new-design-audio-repo .audio_repository_ib .audiorepository_title{
	    font-family: Effra-Bold;
        font-size: 3rem; 
		line-height: 3.56375rem;
		letter-spacing: -0.05rem;
        font-weight: 500; 
         font-style: normal;
         font-stretch: normal;
         color: #FFFFFF;
        margin: 0rem 0rem 2.5rem 0rem;
	
}

	
.new-design-audio-repo .audio_repository_ib .audiorepository_results .audio_result .audio_result_item.copy h2.result_heading {
        margin-bottom: 0.9375rem;
		font-family: Effra-Bold;
  	font-size: 2.25rem;
  	font-weight: 700;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 2.673125rem;
  	letter-spacing: -0.67px;
  	color: #FFFFFF;
	margin:0rem 0rem  0.9375rem 0rem;
		
    }
	
	.new-design-audio-repo .audio_repository_ib .audiorepository_results .audio_result {
        padding: 0rem 0rem 3.75rem 0rem; 
        border: none;
    }
	.new-design-audio-repo .audio_repository_ib .audiorepository_results .audio_result:last-child{
		padding: 0rem;
		
	}
	
	.new-design-audio-repo .audio_repository_ib .audiorepository_moretitle{
		font-family: Effra-Regular;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1rem;
    letter-spacing: normal;
    color: #FFFFFF;
	text-align:center;
    border: solid 1px #FFFFFF;
    border-radius: 1.875rem;
    padding:0.5rem 0.9375rem 0.5rem 0.9375rem;
	margin: 0rem 0rem 2.5rem 0rem;
    display: flex;
    text-decoration: none;
	margin-right:0.5rem;
}
.new-design-audio-repo .audio_repository_ib .audiorepository_moretitle .plus{
	position: relative;
    width: 0.6875rem;
    height: 0.6875rem;
	
}

.new-design-audio-repo .audio_repository_ib .audiorepository_more_text{
	margin-right: 0.5rem;
    display: flex;	
}

.new-design-audio-repo .audio_repository_ib .audiorepository_moretitle .plus:after{
	display: inline-block;
    content: '';
    background-image: url(ibhomepage/images/icon_plus.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 18px;
    margin-left: 0.1875rem;
    vertical-align: middle;
    margin-top: 0.1875rem;
	
}

		.new-design-audio-repo .audio_repository_ib .audiorepository_more{
			
			display: table;
    margin-left: auto;
    margin-right: auto;
			
		}
		
	
	.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown li.init {
       
        font-family: Effra-Regular;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
     font-size: 1.25rem;
      letter-spacing: normal;
       border: none;
	border-radius: 0;
       padding: 0.375rem 0.5rem 0rem 0.375rem ;
    line-height: 1.875rem;   
    color: #FFFFFF;
        height: 1.875rem;
	background:#1a2142;
	font-weight:400;
	
		
    }


.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown .audiorepository_cont_list {
   margin: 0 2.1875rem 0.754375rem 0;
}

.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown ul[class*="audiorepository_list_"] {
	margin-bottom: 0.9375rem;
	width:auto;
	
	
}

.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown ul li span:not(.count) {
	border: solid #FFFFFF;
    border-width: 0 0.125rem 0.125rem 0;
	right:auto;
}

.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown ul li.init.opened {
    border: none !important;
    background: #ffffff!important;
    color: #004476;
    padding: 0.5rem;
    height: auto;
	line-height:2.25rem;
	
}


.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown ul li:not(.init) {
	font-family: Effra-Regular;
	font-size: 1.25rem;
        line-height: 2.25rem;
        font-weight:400;
		font-style: normal;
    font-stretch: normal;
   letter-spacing: normal;
    color: #004476; 
	border-radius: 0;
    border: none;
    padding: 0.5rem 0.5rem;
}

.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown ul li.init.opened .arrowCont{
	background-image: url(ibhomepage/images/Vector.svg);
   display: inline-block;
    content: '';
  width: 20px;
    height: 12px;
    margin-top: -2.3125rem;
    margin-bottom: -2.25rem;
    margin-left: 1.9375rem;
    background-repeat: no-repeat;
    vertical-align: middle;
 
}
.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown ul li:not(.init):hover {
	background: #00AEEF;
	color: #004476;

}


.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown span.count {
	font-family: Effra-Regular;
    font-size: 1.25rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.25rem;
    letter-spacing: normal;
    color: #004476;
}

.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown ul li span.downArrow {
    bottom: 0.35625rem;
	margin-left:0.5rem;
}



.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown ul li.init.selected span.closePill {
	font-family: Effra-Regular;
  	font-size: 1rem;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.7;
  	letter-spacing: normal;
  	color: #FFFFFF;
	right: 0.1875rem;
         bottom:0.2rem;
}


.new-design-audio-repo .audio_repository_ib .audiorepository_results .audio_result .audio_result_item.copy {
	margin-right: 2.5rem;
} 

.new-design-audio-repo .audio_repository_ib .audiorepository_results .audio_result .audio_result_item.copy a {
	text-decoration: none;
}



.new-design-audio-repo .audio_repository_ib .audiorepository_results .audio_result .audio_result_item.authors,
.new-design-audio-repo .audio_repository_ib .audiorepository_results .audio_result .audio_result_item.copy p.result_topics {
	font-family: Effra-Regular;
    font-size: 1.25rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.485rem;
    letter-spacing: normal;
    color: #FFFFFF;
	padding: 0;
}

.new-design-audio-repo .audio_repository_ib .audiorepository_results .audio_result .audio_result_item.authors {
	margin-bottom: 0.5rem;
}

.new-design-audio-repo .audio_repository_ib .audiorepository_results .audio_result:not(:first-child) {
    margin-top: 0;
}

.new-design-audio-repo .audio_repository_ib .audiorepository_results {
    margin:2.5rem 0rem 2.5rem 0rem;
}

.new-design-audio-repo.audioMainCont.audioRepMainCont .audioBadgesCont {
 
    padding: 3rem 0rem 2.5rem 0rem;
    align-items: center;
	background-color: #1a2142;
}
.new-design-audio-repo .bcAudioComp{
	width:44rem;
}

.new-design-audio-repo.audioMainCont .audioBadgesCont .badgeText {
	font-family: Effra-Bold;
  	font-size: 1rem;
  	font-weight: 900;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.38;
        letter-spacing: normal;
  	color: #FFFFFF;
	
}
.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown li.init.selected {
padding: 0rem 0.625rem !important;
width: 20rem;
height:2.25rem;
border: 1px solid #999999;
	padding:0.125rem 0.625rem;
}
.new-design-audio-repo.audioMainCont.audioRepMainCont .audioBadgesCont .badgeText p,
.new-design-audio-repo.audioMainCont.audioRepMainCont .audioBadgesCont .badgeText p b {
    font-family: Effra-Regular;
    font-size: 1.5rem;
	font-weight:500;
    line-height: 1.781875rem;
    letter-spacing: -0.05rem;
    color: #FFFFFF;
}


.new-design-audio-repo.audioMainCont .audioBadgesCont .badgeImages {
   flex: 0 0 53%;
    flex-wrap: nowrap;
	justify-content: flex-start;
}

.new-design-audio-repo .audioBadgesCont img.badge{
	
	display:inline-block;
	
}



.new-design-audio-repo.audioMainCont .audioBadgesCont .badgeImages img {
    width: auto;
    height: 2rem;
    border-radius: 0;
    margin: 0;
}

.new-design-audio-repo.audioMainCont.audioRepMainCont .audioBadgesCont .badgeImages a img.badge{
 margin: 0rem 0.875rem 0rem 0rem;
    display: inline-block;
    width: auto;
    height: 2.26rem;
}


.new-design-audio-repo.audioMainCont .audioBadgesCont .badgeImages a:last-child img.badge{
	
	 margin: 0rem 1.25rem 0rem 0rem;
}


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

	.new-design-audio-repo.audioMainCont.audioRepMainCont {
        margin-left: -0.9375em;
        margin-right: -0.9375em;
    }

.new-design-audio-repo .bcAudioComp{
	width:auto;
	
}
.new-design-audio-repo .audio_repository_ib .audiorepository_results .audio_result{
	padding: 1rem 0rem 1.5rem;
    border: none;
	
}
.new-design-audio-repo .audio_repository_ib .audiorepository_results{
	    margin:0rem 0rem 1.25rem 0rem;
	
}

.new-design-audio-repo.audioMainCont.audioRepMainCont .audioBadgesCont{
	
	padding: 0 0 2.75rem 0;
	background-color: #1a2142;
	display: inline;
	
}
.new-design-audio-repo.audioMainCont .audioBadgesCont .badgeImages{
	   flex: 0 0 100%; 
    justify-content: flex-start; 
    flex-wrap: wrap;
}

	.new-design-audio-repo .audio_repository_ib {
    background: #1a2142;
  padding: 1.6rem 2.1rem;
	}
.new-design-audio-repo.audioMainCont .audioBadgesCont .badgeImages a{
		margin: 0.5rem 0rem 0rem 0rem;
		width: 50%;
	}
	.new-design-audio-repo.audioMainCont .audioBadgesCont .badgeImages a{
		margin: 1.625rem 0rem 0rem 0rem;
	}
	.new-design-audio-repo.audioMainCont .audioBadgesCont .badgeText{
		margin-bottom: 0rem;
	}
	
	.new-design-audio-repo .audio_repository_ib .audiorepository_title{
	    margin: 0rem 0rem 0.625rem 0rem;
	}

	.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown{
		border-bottom: 1px solid #979797;
    padding: 0.75rem 0rem 0.625rem 0rem;
    margin-bottom: 1.25rem;
		
	}
	
	.new-design-audio-repo .audio_repository_ib .audiorepository_moretitle .plus:after{
		margin-top:0rem;
		
	}
	.audio_repository_ib .audiorepository_results .audio_result .audio_result_item.audio {
padding-left: 0;

	}
	.new-design-audio-repo .audio_repository_ib .audiorepository_results .audio_result .audio_result_item.copy{
		margin-bottom: 1.5rem;
	}
}


@media only screen and (min-width: 768px) and (max-width: 1024px){
	
	.new-design-audio-repo.audioMainCont.audioRepMainCont .audioBadgesCont{
		border-bottom: 1px solid #999999;
    margin-bottom: 1.875rem;
	padding: 0 0 1.25rem 0;
	align-items: center;
		
	}
	.new-design-audio-repo.audioMainCont .audioBadgesCont .badgeImages{
		flex: 0 0 61%;
		margin-right: 1.25rem;
		justify-content: flex-start;
    flex-wrap: wrap;
	}
	

	.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown ul li.init.opened{
		
		border:none;
		padding:0rem 0rem 0rem 0.75rem!important;
	}
	
	.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown ul li span:not(.count){
		right: auto;
		padding: 0.25rem;
             border: solid #FFFFFF;
            border-width: 0 0.125rem 0.125rem 0;
	    bottom: -0.125rem;
	
		
	}
	.new-design-audio-repo .bcAudioComp{
	width:auto;
}
	.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown ul li .arrowCont{
		margin-left:1.5rem;
		display: inline-block;
	}
	
	.new-design-audio-repo .audio_repository_ib .audiorepository_title{
		margin-bottom: 1.89375rem ;
		
	}
	.new-design-audio-repo .audio_repository_ib{
		    padding: 1.2rem 1.6rem;
		
	}
	
	.new-design-audio-repo .audio_repository_ib .audiorepository_results .audio_result{
      padding: 1.25rem 0rem;
      display: flex;
     justify-content: space-between;
	border: none;
}
	.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown{
		padding: 0 0 0.625rem 0;
    margin-bottom: 1.25rem;
	display: flex;
    flex-wrap: nowrap;
		
	}
	.new-design-audio-repo .audio_repository_ib .audiorepository_moretitle{
		
    padding: 0.625rem 1.25rem;
    display: flex;
    text-decoration: none;
	}
	.new-design-template .bc-textimage:not(.bc-textimage-enhanced){
		    margin-bottom: 1.25rem;
			  border: 1px solid transparent;
	}
	.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown li.init {
padding: 0.1875rem 0;
	}
	.new-design-audio-repo.audioMainCont .audioBadgesCont .badgeImages a{
		margin: 0.625rem 0rem;
    min-width: 50%;
	}
	.new-design-audio-repo.audioMainCont.audioRepMainCont{
		margin:0;
		
	}

}
@media only screen and (min-width: 1365px) and (max-width: 1366px) and (orientation: landscape){
	
	
	.new-design-audio-repo .audio_repository_ib{
		
		
		padding:2.5rem 3.375rem;
	}
	.new-design-audio-repo.audioMainCont.audioRepMainCont{
		        margin-left: -1.3rem;
       
		
	}
	
} 
	
	
	
	

@media only screen and (min-width: 1920px) {
	
	
	.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown{
		       margin-right: 0;
	}
	.new-design-audio-repo .bcAudioComp{
	   width: auto;
    margin-left: 19%;
    max-width: 1920px;
    margin-right: -55%;
	}

.new-design-audio-repo.audioMainCont.audioRepMainCont .audioBadgesCont .badgeText{
margin:0rem 3.98rem 0rem 0rem;
}	

}
 @media only screen and (min-width: 3840px){


 .new-design-audio-repo .bcAudioComp{
width: auto;
    margin-left: 54%;
    max-width: 100%;
    margin-right: -53%;

	} 

	.new-design-audio-repo .audio_repository_ib {

      width: 90em;
    } 

.new-design-audio-repo.audioMainCont.audioRepMainCont .audioBadgesCont .badgeText{
margin:0rem 3.34rem 0rem 0rem;
}	

} 
/*CSS for Custom Video Component Starts*/
.New_Video{
	display: flex;
	margin-left: auto;
    margin-right: auto;
    max-width: 1756px;
}

.right_panel_header_plus{
	font-family: Effra-Bold;
    font-size: 14px;
    color: #00395d;
    line-height: 16px;
    margin-bottom: 16px;
    letter-spacing: 0;
	margin: 0 16px;
}

.right_panel_header{
	font-family: Effra-Bold;
    font-size: 14px;
    color: #00395d;
    line-height: 16px;
    margin-bottom: 16px;
    letter-spacing: 0;
}

.right_panel a img{
	width: 219px;
    height: 114px;
}

.right_panel a div.link_title{
	font-family: Effra-Regular;
    font-size: 18px;
    color: #00395d;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 16px;
    letter-spacing: -0.4px;
}

.right_panel a{
    text-decoration: none;
}

.right_panel{
	width: 268px;
    height: 531px;
    background-color: #f6f6f6;
    padding: 24px;
	overflow-y: auto;
}

.right_panel_links{
	display: flex;
	flex-direction: column;
}

.video_play_icon{
	background-image: url('ibhomepage/images/custom-video/Play_icon.svg');
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-size: 48px 48px;
	position: relative;
	margin-top: -48px;
}

.custom_video{
	width: 100%;
    height: 100%;
}

.bcVideoComp {
	position: relative;
	display: none;
	align-items: center;
	justify-content: center;
	max-width: 100%;
}

.bcVideoComp .bc-video {
	width: 100%;
}

.bcVideoComp .playPause,
.bcVideoComp .preInfo,
.bcVideoComp .progressBar,
.bcVideoComp .muteUnmute,
.bcVideoComp .screen-toggle,
.bcVideoComp .closed-caption,
.bcVideoComp .share-icon {
	display:inline-block;
	cursor: pointer;
	margin-right: 16px;
}

/*Play Pause Button Start*/
.bcVideoComp .playPause {
    background-repeat: no-repeat;
	min-width: 42px;
	width: 42px;
	height: 42px;
	margin-left: 16px;
}

.bcVideoComp .playPause.play {
	background-image: url("ibhomepage/images/custom-video/play-btn.svg");
}

.bcVideoComp .playPause.play:hover {
	background-image: url("ibhomepage/images/custom-video/play-btn-hover.svg");
}

.bcVideoComp .playPause.pause {
	background-image: url("ibhomepage/images/custom-video/pause-btn.svg");
}

.bcVideoComp .playPause.pause:hover {
	background-image: url("ibhomepage/images/custom-video/pause-btn-hover.svg");
}

/*Play Pause Button End*/

/*Mute Unmute Button Start*/

.bcVideoComp .volume-wrapper {
	position: relative;
	height: 34px;
    display: flex;
    align-items: center;
}

.bcVideoComp .muteUnmute {
    background-repeat: no-repeat;
	min-width: 22px;
	width: 22px;
	height: 17px;
	position: relative;
}

.bcVideoComp .muteUnmute.mute {
	background-image: url("ibhomepage/images/custom-video/mute.svg");
}

.bcVideoComp .muteUnmute.unmute {
	background-image: url("ibhomepage/images/custom-video/unmute.svg");
}

.bcVideoComp .muteUnmute.mute:hover {
	background-image: url("ibhomepage/images/custom-video/mute-hover.svg");
}

.bcVideoComp .muteUnmute.unmute:hover {
	background-image: url("ibhomepage/images/custom-video/unmute-hover.svg");
}

.bcVideoComp .volume-level-wrapper {
	width: 17px;
    position: absolute;
    bottom: 34px;
	left: 3px;
	display: none;
}

.bcVideoComp .volume-level {
	cursor: pointer;
	margin-left: 6px;
}

.bcVideoComp .volume-bar {
	height: 50px;
	width: 4px;
	background: #F7F7F7;
}

.bcVideoComp .volume-head-wrapper {
	position: absolute;
	height: 50px;
	max-height: 50px;
	width: 4px;
	background: #00395D;
	bottom: 0;
}

.bcVideoComp .volume-head {
	width: 10px;
	height: 4px;
	background: #00395D;
	margin-left: -3px;
}

.bcVideoComp .volume-wrapper:hover .volume-level-wrapper,
.bcVideoComp .volume-wrapper .volume-level-wrapper:hover {
	display: block;
}

/*Mute Unmute Button End*/

/*Other Icons Start*/
.bcVideoComp .screen-toggle {
    background-repeat: no-repeat;
	min-width: 18px;
	width: 18px;
	height: 18px;
}

.bcVideoComp .screen-toggle {
	background: url("ibhomepage/images/custom-video/icon-expand.svg");
}

.bcVideoComp.fs-video .screen-toggle {
	background: url("ibhomepage/images/custom-video/icon-collapse.svg");
}

.bcVideoComp .closed-caption {
    background-repeat: no-repeat;
	min-width: 25px;
	width: 25px;
	height: 20px;
}

.bcVideoComp .closed-caption.cc-off {
	background: url("ibhomepage/images/custom-video/icon-cc-off.svg");
}

.bcVideoComp .closed-caption.cc-on {
	background: url("ibhomepage/images/custom-video/icon-cc-on.svg");
}

.bcVideoComp .share-icon {
    background-repeat: no-repeat;
	min-width: 23px;
	width: 23px;
	height: 21px;
	background: url("ibhomepage/images/custom-video/icon-share.svg");
}

/*Other Icons End*/

/*Progress Bar Start*/

.bcVideoComp .preInfo {
	min-height: 13px;
	flex: 0 0 86px;
}

.bcVideoComp .timeInfo .currentTime,
.bcVideoComp .timeInfo .duration {
	font-family: Effra-Bold, Tahoma, Arial, sans-serif;
	font-size: 0.875rem;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
}

.bcVideoComp .timeline {
	width: 100%;
	height: 6px;
	background: #F7F7F7;
	float: left;
	border-radius: 0px;
	overflow: hidden;
	opacity: 0.8;
}

.bcVideoComp .playhead {
	width: 100%;
	height: 6px;
	border-radius: 0px;
	background: #00395D;
	margin-left: -100%;
}

/*Progress Bar End*/
/*CSS for Custom Video Component Starts*/

.bcVideoComp .video-wrapper {
	position:relative;
}

.bcVideoComp .video-controls {
	position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 28%;
	min-height: 80px;
	max-height: 184px;
	background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0), #333333);
	transition: opacity 0.5s ease 0s;
	opacity: 0;
}

.bcVideoComp.vid-controls:hover .video-controls {
	opacity: 1;
}

.bcVideoComp.vid-paused .video-controls,
.bcVideoComp.vid-ended .video-controls {
	opacity: 1;
}

.bcVideoComp.vid-controls.fs-video .video-controls {
	opacity: 0;
}

.bcVideoComp.vid-controls.fs-video .video-controls:hover {
	opacity: 1;
}

.bcVideoComp.vid-controls.vid-share-visible .video-controls,
.bcVideoComp.vid-controls.vid-share-visible .video-controls:hover {
	opacity: 0;
}

.bcVideoComp .play-lg {
	position: absolute;
	width: 100%;
    height: 100%;
	justify-content: center;
    align-items: center;
	display: flex;
	cursor: pointer;
	top: 0;
    left: 0;
}


.bcVideoComp .play-lg-icon {
	width: 80px;
	height: 80px;
	background: url("ibhomepage/images/custom-video/play-lg.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
@media only screen and (min-width: 1025px) {
	.right_panel_links{
	display: flex !important;
	flex-direction: column;
	}
	.custom_video{
    width: 100%;
    height: 100%;
    overflow: hidden;
	}
}
@media only screen and (max-width: 767px) and (orientation: portrait){
.headerDiv{
	position: absolute;
}

.right_panel_links{
	margin-top: 55px;
}
}

@media only screen and (max-width: 540px) and (orientation: portrait){
	.right_panel_border_bottom{
	  width: 508px;
	}
}

@media only screen and (max-width: 414px) and (orientation: portrait){
	.right_panel_border_bottom{
	  width: 382px;
	}
}

@media only screen and (max-width: 375px) and (orientation: portrait){
	.right_panel_border_bottom{
	  width: 343px;
	}
}

@media only screen and (max-width: 360px) and (orientation: portrait){
	.right_panel_border_bottom{
	  width: 328px;
	}
}
@media only screen and (max-width: 320px) and (orientation: portrait){
	.right_panel_border_bottom{
	  width: 288px;
	}
}
@media only screen and (max-width: 280px) and (orientation: portrait){
	.right_panel_border_bottom{
	  width: 242px;
	}
}
@media only screen and (max-width: 767px) {

.bcVideoComp .play-lg-icon {
	width: 41px;
	height: 41px;
}

.New_Video{
	flex-direction: column;
}


.right_panel_links{
	display: none;
    flex-direction: row;
    margin-left: 16px;
    overflow-x: auto;
	width: max-content;
}

.Link_details{
margin-right: 9px;
}

.right_panel_header{
	font-family: Effra-Bold;
    font-size: 14px;
    color: #00395d;
    line-height: 16px;
    margin-bottom: 16px;
    letter-spacing: 0;
	margin: 0 16px;
	height: 14px;
}

.right_panel_header:after {
    visibility: visible;
    color: #0074a6;
    border: 1px;
    content: url('ibhomepage/images/custom-video/Plus_Icon.svg');
    bottom: 0px;
    top: 0;
    font-size: 1.05rem;
    align-self: flex-start;
    float: right;
}
.right_panel_header_plus{
	font-family: Effra-Bold;
    font-size: 14px;
    color: #00395d;
    line-height: 16px;
    margin-bottom: 16px;
    letter-spacing: 0;
	margin: 0 16px;
	height: 14px;
}

.right_panel_header_plus:after {
    visibility: visible;
    color: #0074a6;
    border: 1px;
    content: url('ibhomepage/images/custom-video/Minus_Icon.svg');
	margin-top: -10px;
    bottom: 0px;
    top: 0;
    font-size: 1.70rem;
    align-self: flex-start;
    float: right;
}

.right_panel_border_bottom{
   height: 4px;
   border-radius: 2.5px;
   background-color: #e5e5e5;
   margin: 16px;
}

.right_panel a img{
   width: 163px;
   height: 93px;
   position: relative;
}

.right_panel a div.link_title{
	font-family: Effra-Bold;
    font-size: 16px;
	line-height: 18px;
	width: 163px;
}

.right_panel a{
    text-decoration: none;
}

.right_panel{
	width: auto;
    height: auto;
	min-height: 80px;
    background-color: #ffffff;
    padding: 0;
	overflow-y: hidden;
}


.custom_video{
   width: 100%;
   height: 100%;
   margin-bottom: 24px;
}
.video_play_icon{
	width: 32px;
    height: 32px;
	background-size: 32px 32px;
	margin-top: -32px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	
	
	.bcVideoComp .play-lg-icon {
		width: 50px;
		height: 50px;
	}
	
.New_Video{
	flex-direction: column;
}


.right_panel_links{
	display: none;
    flex-direction: row;
    margin-left: 16px;
    overflow-x: auto;
}

.Link_details{
margin-right: 9px;
}

.right_panel_header{
	font-family: Effra-Bold;
    font-size: 14px;
    color: #00395d;
    line-height: 16px;
    margin-bottom: 16px;
    letter-spacing: 0;
	margin: 0 16px;
	height: 14px;
}

.right_panel_header:after {
    visibility: visible;
    color: #0074a6;
    border: 1px;
    content: url('ibhomepage/images/custom-video/Plus_Icon.svg');
    bottom: 0px;
    top: 0;
    font-size: 1.05rem;
    align-self: flex-start;
    float: right;
}
.right_panel_header_plus{
	font-family: Effra-Bold;
    font-size: 14px;
    color: #00395d;
    line-height: 16px;
    margin-bottom: 16px;
    letter-spacing: 0;
	margin: 0 16px;
	height: 14px;
}

.right_panel_header_plus:after {
    visibility: visible;
    color: #0074a6;
    border: 1px;
    content: url('ibhomepage/images/custom-video/Minus_Icon.svg');
	margin-top: -10px;
    bottom: 0px;
    top: 0;
    font-size: 1.70rem;
    align-self: flex-start;
    float: right;
}


.right_panel_border_bottom{
   height: 4px;
   border-radius: 2.5px;
   background-color: #e5e5e5;
   margin: 16px;
}

.right_panel a img{
   width: 163px;
   height: 93px;
}

.right_panel a div.link_title{
	font-family: Effra-Bold;
    font-size: 16px;
	line-height: 18px;
	width: 163px;
}

.right_panel a{
    text-decoration: none;
}

.right_panel{
	width: auto;
    height: auto;
	min-height: 80px;
    background-color: #ffffff;
    padding: 0;
	overflow-y: hidden;
}


.custom_video{
   width: 100%;
   height: 100%;
   margin-bottom: 24px;
}
.video_play_icon{
	width: 32px;
    height: 32px;
	background-size: 32px 32px;
	margin-top: -32px;
}
}

.bcVideoComp .share-wrapper .share-cont {
	width: 82%;
}

.bcVideoComp .share-wrapper {
    position: absolute;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: none;
    top: 0;
	left: 0;
	background: rgba(51, 51, 51, 0.8);
	height: 100%;
}

.bcVideoComp .share-wrapper .share-close {
    position: absolute;
    cursor: pointer;
    top: 20px;
	right: 20px;
	color: #FFFFFF;
	width: 18px;
	height: 18px;
	background: url("ibhomepage/images/custom-video/close.svg") no-repeat;
}

.bcVideoComp .share-wrapper .share-cont h5 {
	font-family: Effra-Bold;
  	font-size: 1.5rem;
  	font-weight: 900;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.17;
  	letter-spacing: -0.8px;
	color: #FFFFFF;
	margin: 0 0 16px;
}

.bcVideoComp .share-wrapper .share-cont-wrapper {
	display: flex;
	flex-direction: column;
}

.bcVideoComp .share-wrapper .share-cont-wrapper .share-cont-item,
.bcVideoComp .share-wrapper .share-cont-wrapper .share-cont-social .share-social-icons {
	display: flex;
	align-items: center;
	margin: 8px 0;
	position: relative;
}

.bcVideoComp .share-wrapper .share-cont-wrapper .share-cont-item .share-item-label {
	font-family: Effra-Regular;
  	font-size: 0.875rem;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.71;
  	letter-spacing: normal;
	color: #FFFFFF;
	margin-right: 20px;  
	width: 100px;
}

.bcVideoComp .share-wrapper .share-cont-wrapper .share-cont-item .share-item-btn {
	font-family: Effra-Regular;
  	font-size: 1.125rem;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1;
  	letter-spacing: normal;
	color: #FFFFFF;
	text-align: center;
	margin-left: 16px;
	background: #0074A6;
	border-radius: 30px;
	padding: 13px 32px;
	cursor: pointer;
}

.bcVideoComp .share-wrapper .share-cont-wrapper .share-cont-item .share-item-field {
	font-family: Effra-Regular;
	font-size: 0.875rem;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.71;
	letter-spacing: normal;
  	color: #00395D;
	background: #FFFFFF;
	padding: 8.5px 0 8.5px 10px;
	flex: 0 1 365px;
}

.bcVideoComp .share-wrapper .share-cont-wrapper .share-cont-social {
	margin-top: 46px;
}

.bcVideoComp .share-wrapper .share-cont-wrapper .share-cont-social .share-social-icons {
	padding-left: 98px;
}

.bcVideoComp .share-wrapper .share-cont-wrapper .share-cont-social .share-social-icons .share-social-icon {
	list-style: none;
	margin-right: 30px;
}

.bcVideoComp .share-wrapper .share-cont-wrapper .share-cont-social .share-social-icons .share-social-icon a {
	font-family: Effra-Regular;
  	font-size: 1.25rem;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.4;
  	letter-spacing: normal;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.bcVideoComp .share-wrapper .share-cont-wrapper .share-cont-social .share-social-icons .share-social-icon a img {
	width: 22px;
	height: 22px;
	margin-right: 15px;
}

.bcVideoComp .copied {
	position: absolute;
	font-family: Effra-Regular;
  	font-size: 0.6125rem;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.4;
  	letter-spacing: normal;
	color: #FFFFFF;
	z-index: 99;
	top: -15px;
	right: 10px;
	text-align: center;
	display: none;
}

.new-design-quotes {
 padding: 1.55rem;
}

.new-design-quotes .news-feature__quote {
	font-family: Effra-Regular;
	font-size: 1.75rem;
	color: #0074A6;
	letter-spacing: -0.035rem;
   line-height: 2.875rem;
}

.new-design-quotes blockquote {
  font-family: Effra-Light, "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
}

.new-design-quotes blockquote:before {
  font-family: Effra-Regular;
  font-size: 3.125rem;
  color: #BFBFBF;
  letter-spacing: -16rem;
   margin-left: -1.3rem;
   margin-right: 1rem;
  vertical-align: -0.2em;
}

.new-design-quotes blockquote:after {
  font-family: Effra-Regular;
  font-size: 3.125rem;
  color: #BFBFBF;
  letter-spacing: -0.035rem;
   bottom: -0.563rem;
   margin-left: 0.125rem;
}

.new-design-quotes .news-feature__cite {
  font-family: Effra-Regular;
  font-size: 1.375rem;
  color: #00395D;
  line-height: 2.125rem;
   margin-top: 0.938rem;
}

.new-design-quotes .news-feature__cite strong {
  font-family: Effra-Bold;
  font-size: 1.375rem;
  color: #00395D;
  line-height: 2.125rem;
}

.block-quote-carl{
	height: auto;
}
.block-quote-carl .pure-js-carousel-slide {
    width:100%;
}
.block-quote-carl .pure-js-carousel {
    overflow: hidden;
    position: relative;
    width: 100% !important;
}
.block-quote-carl-sld{
    max-width:1920px;
    margin: 0 auto;

}

.block-quote-carl .pure-js-carousel-list {margin-left: 0 !important;
    display: flex;
}
.block-carousel-contenttyp{
  width: 75%;
  height: 16px;
  font-family: Effra-Bold;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
   letter-spacing: 0.063rem;
  color: #ffffff;
  overflow-wrap: break-word;
}
.blockNoContentType{
	  margin:3rem 0 0 0;
}
.blockContentType{
	margin:3rem 0 1.5rem 9.688rem;
}
.block-carousel-quote .block-car-quote{
  width: 75%;
  height: auto;
  margin: 0 0 0 9.688rem;
  font-size: 48px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.16;
  letter-spacing: -0.063rem;
  color:#ffffff;
  overflow-wrap: break-word;
}
.block-carousel-quote .block-car-quote.block_car_weight_bold{
   font-family: Effra-Bold;
   font-weight: bold;
}
.block-carousel-quote .block-car-quote.block_car_weight_normal{
   font-family: Effra-Regular;
   font-weight: normal;
}
.block-carousel-author {
  width: 75%;
  height: auto;
  margin: 1.5rem 0 0 9.563rem;
  font-family: Effra-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color:#ffffff;
  overflow-wrap: break-word;
}
.block-carousel-authorRole{
  width: 75%;
  height: auto;
  font-family: Effra-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
 color:#ffffff;
 margin: 0 0 0 0.938rem;
 overflow-wrap: break-word;
}
.block-carousel-authorImage {
  width: 75%;
  height:auto;
  margin: 1rem 0 0 0.938rem;
  font-family: Effra-Bold;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color:#ffffff;
  overflow-wrap: break-word;
}
.block-quote-carl .pure-js-carousel-dots {
        display: block ;

    }
.block-quote-carl .pure-js-carousel-dot {
    font-size: 0rem;
    letter-spacing: 0;
    line-height: 0.313rem;
}
.block-quote-carl .pure-js-carousel-dots {
    float: left;  
    text-align: center;
    width: 100%;
     position: relative;
	top: -3rem;
    padding: 0rem;
}

.block-quote-carl .pure-js-carousel-dot {
    display: inline-block;
   margin: 0 0.313rem;
}
.block-quote-carl .active .pure-js-carousel-dot-btn.block-quote-bg_color_grey,.block-quote-carl .active .pure-js-carousel-dot-btn.block-quote-bg_color_white {
    background: #006de3;
    opacity: 1.0 !important;
}
.block-quote-carl .active .pure-js-carousel-dot-btn.block-quote-bg_color_dark-blue {
    background: #ffffff;
    opacity: 1.0 !important;
}
.block-quote-carl .pure-js-carousel-dot-btn {
    border-radius: 50%;
    height: 10px;
    width: 10px;
    padding: 0.063rem;
	background:transparent;
	box-shadow:none;
}
.block-quote-carl .pure-js-carousel-dot-btn.block-quote-bg_color_dark-blue:hover, .block-quote-carl .pure-js-carousel-dot-btn.block-quote-bg_color_dark-blue:focus {
    background-color: #ffffff;
}

.block-quote-carl .pure-js-carousel-dot-btn.block-quote-bg_color_grey:hover, .block-quote-carl .pure-js-carousel-dot-btn.block-quote-bg_color_grey:focus {
    background-color: #006de3;
}

.block-quote-carl .pure-js-carousel-dot-btn.block-quote-bg_color_white:hover, .block-quote-carl .pure-js-carousel-dot-btn.block-quote-bg_color_white:focus {
    background-color: #006de3;
}


.block-quote-carl  .pure-js-carousel-btn-next {
    border-bottom: 1px solid #006de3;
    border-right: 1px solid #006de3;
    -moz-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(361deg) !important;
    left: 57%;
    border-top: 1px solid #006de3;
    border-left: 1px solid #006de3;
    background-image: url(ibhomepage/images/caratActiveBlue.svg);
    font-size: 0.9em;
}

.block-quote-carl .pure-js-carousel-btn-prev {
    border-bottom: 1px solid #006de3;
    border-left: 1px solid #006de3;
    left: 41%;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(181deg) !important;
    border-top: 1px solid #006de3;
    border-right: 1px solid #006de3;
    background-image: url(ibhomepage/images/caratActiveBlue.svg);
    display: block;
    font-size: 0.9em;
} 
.block-quote-carl.blockquote-dark-blue .pure-js-carousel-btn-prev,
.block-quote-carl.blockquote-dark-blue .pure-js-carousel-btn-next {
    background-color: #1a2142;

}
.block-quote-carl .pure-js-carousel-btn {
    box-shadow: none;
    cursor: pointer;
    height: 3rem;
    margin-top: 0rem;
    position: absolute;
    top: auto;
    border-radius: 30px;
    background-color: transparent;
    bottom: 25px;
    width: 3rem;
}

.block-quote-carl .pure-js-carousel-btn:hover {
              background-color: transparent;

}
.block-quote-carl-carat-prev,.block-quote-carl-carat-next{
    width: 6px;
    height: 11px;
	font-weight:normal;
    color: #006de3;
	
}
.block-quote-carl .slide.bg_color_white{
	background-color:#ffffff;
}
.block-quote-carl .slide.bg_color_grey {
	background-color:#f5f5f5;
}

.block-quote-carl .slide.bg_color_dark-blue{
	background-color:#1a2142;
}
.block-carousel-quote.bg_color_white .block-car-quote ,.block-carousel-quote.bg_color_grey .block-car-quote,
.block-carousel-author.bg_color_white ,.block-carousel-author.bg_color_grey,.block-carousel-authorImage.bg_color_grey,.block-carousel-authorRole.bg_color_grey,
.block-carousel-authorImage.bg_color_white,.block-carousel-authorRole.bg_color_white

{
	color: #000000;
}
.block-carousel-contenttyp.bg_color_dark-blue 
{
	color: #ffffff;
}
.block-carousel-contenttyp.bg_color_white, .block-carousel-contenttyp.bg_color_grey
{
  color: #006de9;
}
.block-carousel-image-author{
     display:flex;
    margin-bottom: 7rem;

}
.blockquote-image{
	width:48px;
	height:48px;
	 margin: 1rem 0 0 9.688rem;
	border-radius:50%;

}
.block-carousel-titlerole{
    display:flex;
    flex-direction: column;
    align-content: flex-start;
    width:80%;

}

.news-feature__blockquote, .news-feature__blockquote--narrow {
  float: none;
}

/*Article Page Template Starts*/

.column-control__81 .blockNoContentType{
	    margin:2rem 0 0 0;
}
.column-control__81 .blockContentType{
	    margin:2rem;
}
.column-control__81 .block-carousel-quote .block-car-quote{
  margin: 0 2rem;
} 
.column-control__81 .blockquote-image{
	width:35px;
	height:35px;
	margin: 2rem 0 0 2rem;

}
.column-control__81 .block-carousel-authorImage {
  margin: 2rem 0 0 0.75rem;
}
.column-control__81 .block-carousel-authorRole{
  margin: 0 0 0 0.75rem;
} 
.column-control__81 .block-carousel-image-author{
     margin-bottom: 4.313rem;

}
.column-control__81 .block-carousel-author {
  margin: 2rem;
}

/*Article Page Template Ends*/

@media only screen and (min-width: 820px) and (max-width: 860px) and (orientation: landscape){

.block-carousel-contenttyp{
  width:95% !important;

}
.block-carousel-quote .block-car-quote{
  width:95% !important;

}

.block-carousel-author{
  width:95% !important;

}
.block-carousel-authorRole{
  width: 80% !important;
}
.block-carousel-authorImage {
  width: 80% !important;
}
}

@media only screen and (min-width: 1185px) and (max-width: 1366px) and (orientation: landscape){
    .block-quote-carl .pure-js-carousel-btn-prev {
        left: 39% !important; 
    }
 .block-carousel-quote .block-car-quote {
      width: auto;
      height: auto;
      margin: 0rem 7.625rem 0 7.625rem;
    }

    .block-carousel-contenttyp {
        width: auto;
        height: 16px;
        margin: 2.5rem 7.625rem 1rem 7.625rem;
        font-weight: 700;
    }

    .block-carousel-image-author {
        display: flex;
        margin: 0rem 7.625rem 7rem 7.625rem;
    }

    .block-carousel-quote .block-car-quote.block_car_weight_bold {
      font-weight: 700;
    }

    .block-carousel-author {
      margin: 1.5rem 0 0 0rem;
      font-family: 'Effra-Medium';
      font-weight: 400;
    }

    .blockquote-image {
        margin: 1.5rem 0 0 0rem;
    }
  .column-control__81  .block-carousel-image-author {

       margin: 0rem 7.625rem 4.313rem 0;
    }
  .column-control__81 .block-quote-carl-sld{
       width:66em;
   }

   .column-control__81 .block-carousel-quote .block-car-quote {
      width: 90%;
    }
   }

@media only screen and (min-width: 1023px) and (max-width: 1200px) and (orientation: landscape){


.block-quote-carl .pure-js-carousel-btn.pure-js-carousel-btn-prev,.block-quote-carl .pure-js-carousel-btn.pure-js-carousel-btn-next {
        display: block ;
    }
.block-quote-carl .pure-js-carousel {

    width: 100% !important;
}
.block-quote-carl-sld ,.column-control__81 .block-quote-carl-sld{
    width:100%;

}
.block-quote-carl .slide{
	width:100%;
}

.block-quote-carl .pure-js-carousel-btn {
   padding:0.063rem;
}
 .block-carousel-contenttyp{
  width: 95%;
  height: 16px;
  margin:2rem 0 1rem 1.375rem;
}
.blockquote-image{
    margin: 1.5rem 0 0 1.5rem;
}
.block-carousel-quote .block-car-quote{
   width: 95%;
  height: auto;
  margin:0.563rem 1rem 0 1.375rem;
}

.block-carousel-author{
  width: auto;
  height: 22px;
 margin: 1.5rem 1rem 2.5rem 1rem;

  }

.block-carousel-authorRole{
  width: 90% !important;
}
.block-carousel-authorImage {
  width: 90% !important;
}

.block-quote-carl .pure-js-carousel-btn-prev {
   left: 36%; 
    }

	.block-quote-carl .pure-js-carousel-btn-next {
    left: 62%;
    }

}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
 .block-carousel-contenttyp{
  width: 72%;
  height: 16px;
 margin:2rem 0 1rem 1.375rem;
}
.blockquote-image{
    margin: 1.5rem 0 0 1.5rem;
}
.block-carousel-quote .block-car-quote{
   width: 69%;
  height: auto;
  margin:0.563rem 1rem 0 1.375rem;
}

.block-carousel-author{
  width: auto;
  height: 22px;
 margin: 1.5rem 1rem 2.5rem 1rem;

  }
.block-quote-carl .pure-js-carousel-btn-prev {
   left: 37%; 
    } 
  .block-quote-carl .pure-js-carousel-btn-next {
    left: 61%;
  }

}

@media only screen and (max-width: 1023px) {


.block-quote-carl .pure-js-carousel-btn.pure-js-carousel-btn-prev,.block-quote-carl .pure-js-carousel-btn.pure-js-carousel-btn-next {
        display: block;
    }
.block-quote-carl .pure-js-carousel {

    width: 100% !important;
}
.block-quote-carl-sld,.column-control__81 .block-quote-carl-sld{
    width:100%;

}
.block-quote-carl .slide{
	width:100%;
}
.block-quote-carl .pure-js-carousel-btn-prev {
   left: 38%; 
    } 

.block-quote-carl .pure-js-carousel-btn {
	padding:0.063rem;
}
 .block-carousel-contenttyp{
   width: 100%;
  height: auto;
}
.blockContentType{
	   margin:2.5rem 0 0 1.5rem;
}
.blockNoContentType{
	  margin:2.5rem 0 0 0;
}
.block-carousel-authorRole{
  width:100%;
}
.block-carousel-authorImage {
  width:100%;
}
.block-carousel-quote .block-car-quote{
   width: 100%;
  height: auto;
  margin:0.563rem 1rem 0 1.375rem;
  font-size:30px;
}

.block-carousel-author{
   width: 100%;
   height: auto;
   margin: 1.5rem 1.5rem 0 1.5rem;
  }

.blockquote-image{
	margin: 1.5rem 0 0 1.5rem;

} 
/*Article Page Template Starts*/

.column-control__81 .blockNoContentType{
	 margin:2.5rem 0 0 0;
}
.column-control__81 .blockContentType{
	   margin:2.5rem 0 0 1.5rem;
}
.column-control__81 .block-carousel-quote .block-car-quote{
    margin:0.563rem 1rem 0 1.375rem;
} 
.column-control__81 .blockquote-image{
	width:48px;
	height:48px;
	margin: 1.5rem 0 0 1.5rem;

}
.column-control__81 .block-carousel-authorImage {
   margin: 1.5rem 0 0 0.938rem;
}
.column-control__81 .block-carousel-authorRole{
  margin: 0 0 0 0.938rem;
} 
.column-control__81 .block-carousel-image-author{
    margin-bottom: 7rem;

}
.column-control__81 .block-carousel-author{
   margin: 1.5rem 1.5rem 0 1.5rem;
  }

}

@media only screen and (max-width: 930px) and (orientation: landscape){
 
   .block-carousel-contenttyp{
     width: 98% !important;
   
   }
   .block-carousel-quote .block-car-quote{
     width:98% !important;
   
   }
   
   .block-carousel-author{
     width:98% !important;
   
   }
   .block-carousel-authorRole{
     width:98% !important;
   }
   .block-carousel-authorImage {
     width:98% !important;
   }
   
     .block-quote-carl .pure-js-carousel-btn-prev {
       left: 35%;
     }
   
     .block-quote-carl .pure-js-carousel-btn-next {
       left: 62%;
     }
   
   }

@media only screen and (max-width: 768px) {
.block-carousel-contenttyp{
  width: 94%;

}
.block-carousel-quote .block-car-quote{
   width: 94%;
}

.block-carousel-author{
   width: 94%;

  }
.block-carousel-authorRole{
  width:94% ;
}
.block-carousel-authorImage {
  width:94% ;
}
.block-quote-carl .pure-js-carousel-btn-next {
       right: 30%;
       left: auto;
     }

  .block-quote-carl .pure-js-carousel-btn-prev {
    left: 33%;
    right: auto;
  }
  
  .block-quote-carl .pure-js-carousel-dots {
      top: -3.5rem;
    } 

}
@media only screen and (min-width: 780px)and (max-width: 850px){
.block-carousel-contenttyp{
   width: 94%;
}
.block-carousel-quote .block-car-quote{
   width: 94%;
}

.block-carousel-author{
   width: 94%;

  }
.block-carousel-authorRole{
  width:94% !important;
}
.block-carousel-authorImage {
  width:94% !important;
}
.block-quote-carl .pure-js-carousel-btn-prev {
   left: 34%; 
    }

	.block-quote-carl .pure-js-carousel-btn-next {
     left: 63%;
   }


}

@media only screen and (min-width: 380px) and (max-width: 450px) {
.block-carousel-contenttyp{
 width:96% !important;

}
.block-carousel-quote .block-car-quote{
  width:96% !important;
}

.block-carousel-author{
  width:96% !important;
  }
.block-carousel-authorRole{
  width:96% !important;
}
.block-carousel-authorImage {
  width:100% !important;
}

}
@media only screen and (max-width: 767px) {
       .block-quote-carl{
        max-width:100%;

         }
    
       .block-quote-carousel.pure-js-carousel {
            width:auto ;

        }
     .block-quote-carl .pure-js-carousel-slide {
        width:100%;
    
    }
   .block-quote-carl-sld,.column-control__81 .block-quote-carl-sld{
   width:100%;
	padding:0 1rem 0 0;
    height:100%;
    }
   .block-carousel-contenttyp{
  width:94%;
  height: auto;
  padding:2.5rem 0 0.563rem 1rem;
  margin:0;
  font-weight: bold;
}

.block-carousel-quote .block-car-quote{
  width:94%;
  height: auto;
  margin:0.563rem 1rem 0.438rem 1rem;
}

.block-carousel-author{
  width:94%;
  height: auto;
    margin: 0 1rem 0 1rem;
}

.block-quote-carl .pure-js-carousel-btn.pure-js-carousel-btn-prev,.block-quote-carl .pure-js-carousel-btn.pure-js-carousel-btn-next {
        display: none;
    }
.block-carousel-image-author{
    margin-bottom: 4.125rem;
}
.block-carousel-authorRole{
  width: 100%;
}
.block-carousel-authorImage {
  width: 100%;
}
.blockquote-image{
	margin: 1.5rem 0 0 1rem;

}
.block-quote-carl .pure-js-carousel-dots {
	top: -32px;
}
/*Article Page Template Starts*/

.column-control__81 .blockNoContentType{
	    margin:0;
}
.column-control__81 .blockContentType{
	    margin:0;
}
.column-control__81 .block-carousel-quote .block-car-quote{
  margin:0.563rem 1rem 0.438rem 1rem;
} 
.column-control__81 .blockquote-image{
	width:48px;
	height:48px;
	margin: 1.5rem 0 0 1rem;

}
.column-control__81 .block-carousel-authorImage {
  margin: 1.5rem 0 0 0.938rem;
}
.column-control__81 .block-carousel-authorRole{
  margin: 0 0 0 0.938rem;
} 
.column-control__81 .block-carousel-image-author{
     margin-bottom: 4.125rem;

}
.column-control__81 .block-carousel-author{
    margin: 0 1rem 0 1rem;
  }
}

@media only screen and (min-width: 769px) {
 .new-design-quotes.news-feature__blockquote {
	    width: 100%;    
	 }
	 
	 .block-quote-single-parent {
      max-width: 1920px;
      margin: auto;
    }

}
@media only screen and (max-width: 321px){
 .block-carousel-contenttyp{
  width: 80%;
  }
.block-carousel-quote .block-car-quote{
   width: 80%;
 }
.block-carousel-author{
   width: 80%;
 }
.block-carousel-authorRole{
  width: 76%;
}
.block-carousel-authorImage {
  width: 76%;
}
}

@media only screen and (min-width: 1401px) {
     .block-quote-carl-parent {
         max-width: none;
         margin: auto;
     }
 
   .block-carousel-quote .block-car-quote {
     width: 75%;
   }
 
   .blockquote-image {
     width: 72px;
     height: 72px;
   }
   
   .column-control__81 .block-carousel-quote .block-car-quote {
        width: 95%;
   }
 
 }
 
 @media only screen and (min-width: 1800px) {
   .block-quote-carl .pure-js-carousel-btn-next {
     left: 56%;
   }
 
 }
 
 @media only screen and (min-width: 2200px) {
   .block-quote-carl .pure-js-carousel-btn-next {
     left: 55%;
     font-size: 0.8em;
   }
 
   .block-quote-carl .pure-js-carousel-btn-prev {
     left: 44%;
     font-size: 0.8em;
   }
   
   .column-control__81 .block-quote-carl .pure-js-carousel-btn-prev {
        left: 40%;
   }
 }
 
 @media only screen and (min-width: 4000px) {
   .block-quote-carl .pure-js-carousel-btn-next {
     left: 52.5%;
   }
 
   .block-quote-carl .pure-js-carousel-btn-prev {
     left: 47%;
   }
 }

.new-design-highlights.story-highlights {
  background: #C8ECFA;
  padding: 1.5rem;
  margin-bottom: 1.25em;
  clear: left;
  margin: 0rem 3.5rem 0rem 9.688rem;
  max-width: 1920px;
  margin: 0 auto;
}

.new-design-highlights .story-highlights__heading {
  font-family: Effra-Bold;
  font-size: 1.5rem;
  color: #000000;
  letter-spacing: -0.063rem;
  line-height: 1.981rem;
  margin-bottom: 1rem;
  font-weight: normal;
}

.new-design-highlights.story-highlights .stats-block__item {
    margin-bottom: 1rem;
}

.new-design-highlights.story-highlights .stats-block__item .num {
  font-family: Effra-Regular;
  font-size: 2rem;
  color: #000000;
  letter-spacing: -1.6px;
  line-height: 2.481rem;
  font-weight: normal;
}

.new-design-highlights .stats-block__item .info {
  font-family: Effra-Regular;
  font-size: 1rem;
  color: #404040;
  line-height: 1.5rem;
  font-weight: normal;
}

.new-design-highlights .story-highlights__list {
  font-family: Effra-Regular;
  font-size: 0.875rem;
  color: #00395D;
  line-height: 1.5rem;
}

.new-design-highlights .bc-textimage p {
	font-family: Effra-Regular;
    font-size: 1rem;
    color: #404040;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    font-weight: normal;
}

 .new-design-highlights .bc-textimage {
    padding: 3.5rem 3.5rem 4.313rem 3.5rem;
  }

  /* Middle parsys CSS */
  .new-design-feature-page .row > div:nth-of-type(2) .new-design-highlights .bc-textimage {
    padding: 3.5rem 3.5rem 4.813rem 3.5rem;
  }

  /* RHS parsys CSS */
  .new-design-feature-page .row > div:nth-of-type(3) .new-design-highlights .bc-textimage, 
  .new-design-editorial-page .row > div:nth-of-type(2) .new-design-highlights .bc-textimage {
    padding: 3.5rem 0rem 4.5rem 0rem;
  }

  .new-design-highlights .bc-textimage h1, .new-design-highlights .bc-textimage h2, .new-design-highlights .bc-textimage h3,
  .new-design-highlights .bc-textimage h4, .new-design-highlights .bc-textimage h5, .new-design-highlights .bc-textimage h6 {
    font-family: Effra-Bold;
    line-height: 3.481rem;
    font-weight: normal;
    letter-spacing: -0.063rem;
    margin-bottom: 1rem;
  }

  .new-design-highlights .bc-textimage h2 {
    font-size: 3rem;
  }
  
  .new-design-highlights .bc-textimage p:last-child {
      margin-bottom: 0rem;
  }
  
  @media only screen and (max-width: 1024px) {
    .new-design-highlights .bc-textimage p {
      font-size: 15px;
      line-height: 1.5;
    }

     .new-design-highlights .stats-block__item .info {
      font-size: 15px;
      line-height: 1.5;
  }

  .new-design-highlights .story-highlights__heading {
      font-size: 1.7rem;
      line-height: 1.5;
  }

}
  
  @media only screen and (min-width: 1920px) {
    .new-design-highlights .stats-block__item .info, .new-design-highlights .bc-textimage p {
        font-size: 1.2rem;
    }

    .new-design-highlights .story-highlights__heading {
        font-size: 1.8rem;
    }

    .new-design-highlights.story-highlights .stats-block__item .num {
        font-size: 2.4rem;
    }

    .new-design-highlights .bc-textimage h2 {
        font-size: 3.6rem;
    }

 }
.new-design-accordion_mini li.accordion__item a.js-mobile-link {
	font-family: Effra-Regular;
    font-size: 2rem;
    color: #333333;
    line-height: 2.481rem;
    background-color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px solid rgba(151, 151, 151, 0.4);
    display: flex;   
    justify-content: space-between;
    padding: 1rem 1.688rem 1rem 0rem;
    font-weight: normal;
}

.accordion_mini li.accordion__item.accordion__closed a.js-mobile-link {
    color: #333333;
}

.new-design-accordion_mini li.accordion__item.accordion__closed .accordion__title a.js-mobile-link:hover {
    background-color: #FFFFFF;
}

.new-design-accordion_mini li.accordion__item a.js-mobile-link:after {
    visibility: visible;
	color: #00395D;
    border: 1px;
    transform: rotate(180deg);
    bottom: 0px;
    top: 0;
    font-size: 1.18rem;
    align-self: flex-start;
}

.accordion_mini .plus li.accordion__item a.js-mobile-link:after {
    content: "\005F";
    color: #404040;
    font-size: 32px;
    top: 0.8rem;
    position: relative;
}

.accordion_mini .arrow li.accordion__item a.js-mobile-link:after {
    color: #404040;
    font-size: 21px;
    position: relative;
    content: "";
    font-family: 'Icons';
}

.new-design-accordion_mini li.accordion__item.accordion__item .accordion__content_frame {
	margin: 0.625rem 2.5rem 1.25rem 0rem;
}

.accordion_mini {
    float: none;
    max-width: 1920px;
    margin: 0 auto;
}

.column-control.row ul.accordion__product_list {
    padding: 0rem 0rem 0rem 3.5rem;
}

.column-control > div:nth-of-type(2) .accordion_frame .accordion__product_list {
    padding: 0rem 3.5rem 0rem 0rem;
}

.new-design-accordion_mini li.accordion__item .row {
    padding-left: 0.938rem;
    padding-right: 0.938rem;
}

.new-design-accordion_mini .arrow li.accordion__item.accordion__closed a.js-mobile-link:after {
    visibility: visible;
	color: #404040;
    border: 1px;
	transform: rotate(0deg);
	bottom: 0rem;
    top: 0;
    font-size: 21px;
    align-self: flex-start;
	font-family: 'Icons';
}

.new-design-accordion_mini .plus li.accordion__item.accordion__closed a.js-mobile-link:after {
    visibility: visible;
	color: #404040;
    border: 1px;
	content: "\002B";
	bottom: 0rem;
    top: 0;
    font-size: 42px;
    align-self: flex-start;
}
.new-design-accordion_mini .textimage_cont {
	margin-top: 0;
}

.accordion_mini ul.accordion__product_list {
    padding: 0rem 3.5rem 0rem 3.5rem;
    margin: 3.5rem 0rem 3.5rem 0rem;
	list-style: none;
}

.new-design-accordion_mini.accordion_mini .accordion__tab {
    padding-right: 0rem;
    padding-left: 0rem;
}

.new-design-accordion_mini.accordion_mini li.accordion__item.accordion__item:first-child a.js-mobile-link {
    border-top: 1px solid #E1E1E1;
}

.new-design-accordion_mini li.accordion__item.accordion__item {
    border-bottom: 1px solid rgba(151, 151, 151, 0.4);
}

.new-design-accordion_mini li.accordion__item.accordion__closed {
	border-bottom: none;
}

.new-design-accordion_mini .bc-textimage-enhanced .textimage_cont .textimage_text {
    margin-bottom: 0;
}

.new-design-accordion_mini .bc-textimage-enhanced .textimage_cont .textimage_text p {
    margin-bottom: 0rem;
}

.accordion_mini li.accordion__item {
    position: relative;
    display: block;
}

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

	.new-design-accordion_mini li.accordion__item a.js-mobile-link {
        font-size: 1.375rem;
    }

    .new-design-accordion_mini .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_text > p {
        font-size: 1.125rem;
        line-height: 1.875rem;
    }   

	.new-design-accordion_mini li.accordion__item.accordion__item .accordion__content_frame {
        margin: 0.813rem 0rem 1.25rem 0rem;
    }
}

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

	.new-design-accordion_mini li.accordion__item.accordion__item .accordion__content_frame {
        margin: 0.813rem 0rem 0.938rem 0rem;
    }
	
	 .column-control.row ul.accordion__product_list, .column-control > div:nth-of-type(2) .accordion_frame .accordion__product_list {
        padding: 0rem 3.5rem 0rem 3.5rem;
    }

    .new-design-accordion_mini .plus li.accordion__item.accordion__closed a.js-mobile-link:after, .accordion_mini .plus li.accordion__item a.js-mobile-link:after {
        font-size: 24px;
    }

    .new-design-accordion_mini .arrow li.accordion__item.accordion__closed a.js-mobile-link:after, .accordion_mini .arrow li.accordion__item a.js-mobile-link:after {
        font-size: 16px;
    }

}
.new-design-button-filter.content-switcher {
	border-top: none;
}

.new-design-button-filter.content-switcher form.custom .custom.dropdown.button-container.medium {
	background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    width: 230px;
    max-width: 230px;
    box-shadow: none;
    padding: 0 20px;
    margin-bottom: 10px;
}

.new-design-button-filter.content-switcher form.custom .custom.dropdown.button-container.medium.open {
	background: #00395D;
    border-radius: 3px 3px 0 0;  
    border-bottom: none;
}

.new-design-button-filter.content-switcher form.custom .custom.dropdown.button-container .current {
	font-family: Effra-Regular;
    font-size: 1rem;
    color: #00395D;
    line-height: 16px;
    padding: 10px 20px 10px 0;
}

.new-design-button-filter.content-switcher form.custom .custom.dropdown.button-container.open a,
.new-design-button-filter.content-switcher form.custom .custom.dropdown.button-container.open:hover a{
    color: #FFFFFF;
}

.new-design-button-filter.content-switcher form.custom .custom.dropdown.button-container:hover a {
	color: #00AEEF;
}

.new-design-button-filter.content-switcher form.custom .custom.dropdown.button-container .selector {
	color: #00395D;
    height: 36px;
    text-decoration: none;
}

.new-design-button-filter form.custom .custom.dropdown.button-container .selector:after {
	left: 4px;
}

.new-design-button-filter form.custom .custom.dropdown.button-container:not(.open) .selector.selector-cross:after {
    font-family: Effra-Bold;
    font-size: 1.25rem;
    content: "x";
    left: 8px;
    top: 9px;
}

.new-design-button-filter form.custom .custom.dropdown.button-container.open:hover a.selector:after, 
.new-design-button-filter form.custom .custom.dropdown.button-container.open a.selector:after {
	transform: rotate(180deg);
    top: 28px;
    left: 20px;
}

.new-design-button-filter.ie-button-filter form.custom .custom.dropdown.button-container .selector:after {
	top: 12px;
}

.new-design-button-filter.ie-button-filter form.custom .custom.dropdown.button-container.open:hover a.selector:after, 
.new-design-button-filter.ie-button-filter form.custom .custom.dropdown.button-container.open a.selector:after {
    top: 30px;
    left: 24px;
}

.new-design-button-filter.content-switcher form.custom .custom.dropdown.button-container.medium.open ul {
	background: #00395D;
    border: 1px solid #E6E6E6;
    border-radius: 0 0 3px 3px;      
    min-width: 230px;
    border-top: none;
    box-shadow: none;
}

.new-design-button-filter.content-switcher form.custom .custom.dropdown.button-container.open.medium li {
    background: #00395D;
    font-family: Effra-Regular;
	font-size: 1rem;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 22px;
    padding: 7px 15px 7px 20px;
    cursor: pointer;
}

.new-design-button-filter.content-switcher form.custom .custom.dropdown.button-container.open.medium li.selected {
    background: #00395D;
    color: #FFFFFF;
    cursor: default;
}

.new-design-button-filter.content-switcher form.custom .custom.dropdown ul li:hover,
.new-design-button-filter.content-switcher form.custom .custom.dropdown.button-container.open.medium ul li:hover, 
.new-design-button-filter.content-switcher form.custom .custom.dropdown.button-container.open.medium ul li:focus {
    background: #00AEEF;
	color: #00395D;
}

.new-design-button-filter.button-filter .btn {
	font-family: Effra-Regular;
    font-size: 1rem;
    color: #00395D;
    line-height: 16px;
    background: #FFFFFF;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid #E5E5E5;
	border-radius: 3px;
    box-shadow: none;
    margin-right: 5px;
}

.new-design-button-filter.button-filter .btn .icon {
	display: none;
}

.new-design-button-filter.content-switcher.button-filter-dark form.custom .custom.dropdown.button-container.medium {
    background: #00395D;
}

.new-design-button-filter.content-switcher.button-filter-dark form.custom .custom.dropdown.button-container .current,
.new-design-button-filter.content-switcher.button-filter-dark form.custom .custom.dropdown.button-container .selector {
    color: #FFFFFF;
}

.new-design-button-filter.content-switcher.button-filter-dark form.custom .custom.dropdown.button-container.medium.open {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
}

.new-design-button-filter.content-switcher.button-filter-dark form.custom .custom.dropdown.button-container.open a,
.new-design-button-filter.content-switcher.button-filter-dark form.custom .custom.dropdown.button-container.open:hover a {
    color: #00395D;
}

.new-design-button-filter.content-switcher.button-filter-dark form.custom .custom.dropdown.button-container:hover a {
    color: #00AEEF;
}

.new-design-button-filter.content-switcher.button-filter-dark form.custom .custom.dropdown.button-container.open.medium li {
    background: #FFFFFF;
    color: #00395D;
}

.new-design-button-filter.content-switcher.button-filter-dark form.custom .custom.dropdown.button-container.open.medium li.selected {
    background: #FFFFFF;
    color: #00395D;
}

.new-design-button-filter.content-switcher.button-filter-dark form.custom .custom.dropdown ul li:hover,
.new-design-button-filter.content-switcher.button-filter-dark form.custom .custom.dropdown.button-container.open.medium ul li:hover,
.new-design-button-filter.content-switcher.button-filter-dark form.custom .custom.dropdown.button-container.open.medium ul li:focus {
    background: #00AEEF;
    color: #00395D;
}

.new-design-button-filter.button-filter.button-filter-dark .btn {
    color: #FFFFFF;
    background: #00395D;
}

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

    .new-design-button-filter.content-switcher form.custom .custom.dropdown.button-container.medium,
	.new-design-button-filter.content-switcher form.custom .custom.dropdown.button-container.medium.open ul {
		width: 100%;
        max-width: 100%;        
    }

	.new-design-button-filter.content-switcher form.custom .custom.dropdown.button-container.medium.open ul {
        box-sizing: content-box;      
    }

	.new-design-button-filter.button-filter .btn {
        margin-right: 0;
    }

}
.twitter-timeline-wrapper {
	opacity: 0;
}

.twitter-timeline-wrapper #twitter-timeline {
	opacity: 0;
    overflow: hidden;
    height: 1px;
    width: 0;
}

.twitter-timeline-wrapper #twitter-timeline > iframe {
	height: 1px;
    width: 0;
}

.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-title {
	display: flex;
	padding-left: 12px;
}

.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-title h3 {
	font-family: Effra-Bold;
    font-size: 3.125rem;
    color: #00395D;
    letter-spacing: -1.6px;
    line-height: 45px;   
    margin-bottom: 0;
}

.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-title .twt-icon {
	width: 34px;
    height: 27px;
	background-image: url("ibhomepage/images/twitter_timeline_logo.svg");
    background-repeat: no-repeat;
    margin-left: 22px;
    align-self: center;
    margin-bottom: -10px;
}

.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-items {
	display: flex;
    flex-direction: column;
}

.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item {
	padding: 20px 12px 15px;
	cursor: pointer;
}

.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item:not(:first-child) {
	border-top: 2px solid rgba(0, 57, 93, 0.25);
}

.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item:last-child {
	padding-bottom: 0;
}

.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .twitter-timeline-info {
	display: flex;
    font-family: Effra-Regular;
    font-size: 0.875rem;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 16px;
}

.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item.greyBg .twitter-timeline-info {
    color: #00AEEF;
}

.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .twitter-timeline-info abbr {
	color: #FFFFFF;
	border: none;
    text-decoration: none;
    font-size: 100%;
}

.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item.greyBg .twitter-timeline-info abbr {
	color: #666666;
}

.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .twitter-timeline-info .twitter-author {
    font-family: Effra-Bold;
    margin-right: 5px;
    display: flex;
}

.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .twitter-timeline-info .twitter-author .verified-badge {
    width: 12px;
    height: 12px;
	background-image: url("ibhomepage/images/twitter_timeline_verified.svg");
    background-repeat: no-repeat;
    margin-left: 3px;
    align-self: center;
}

.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item.greyBg .twitter-timeline-info .twitter-author .verified-badge {
	background-image: url("ibhomepage/images/twitter_timeline_verified_blue.svg");
    background-repeat: no-repeat;
}

.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .twitter-timeline-info .twitter-date {
    display: flex;
}

.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item.greyBg .twitter-timeline-info .twitter-date {
    color: #666666;
}

.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .twitter-timeline-info .twitter-date .date-dot {
    width: 2px;
    height: 2px;
    background: #FFFFFF;
    align-self: center;
    margin-right: 4px;
    border-radius: 2px;
}

.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item.greyBg .twitter-timeline-info .twitter-date .date-dot {
    background: #B2B2B2;
}

.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .twitter-timeline-info .twitter-handle {
    margin-right: 5px;
}

.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .tweet-text-cont .tweet-text,
.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .tweet-text-cont .tweet-text a {
    font-family: Effra-Regular;
    font-size: 0.875rem;
    color: #00395D;
    line-height: 22px;
	margin-top: 10px;
    text-decoration: none;
}

.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item.greyBg .tweet-text-cont .tweet-text,
.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item.greyBg .tweet-text-cont .tweet-text a {
    color: #333333;
}

.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .tweet-text-cont .tweet-text img {
    height: 1.25em;
    width: 1.25em;
    padding: 0 .05em 0 .1em;
    vertical-align: -.2em;
}

.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .tweet-text-cont .tweet-text .nav-arrow {
	width: 15px;
    height: 13px;
	background-image: url("ibhomepage/images/twitter_timeline_arrow.svg");
    background-repeat: no-repeat;
    margin-left: 3px;
    display: inline-block;
    background-size: 100%;
    margin-bottom: -2px;
}

.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item.greyBg .tweet-text-cont .tweet-text .nav-arrow {
	background-image: url("ibhomepage/images/twitter_timeline_arrow_blue.svg");
    background-repeat: no-repeat;
}

.twitter-timeline-button {
    margin-top: 10px;
    margin-left: 15px;
}

.social-insights-section .twitter-timeline-button a {
	font-family: Effra-Regular;
    font-size: 1.125rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 18px;
    background: #00395D;
	border-radius: 30px;
    padding: 10.5px 20px;
    text-decoration: none;
    display: inline-block;
}

.social-insights-section.greyBg .twitter-timeline-button a {
    background: #0074A6;
}

.daily-insights-home-wrapper.dynamic-twitter-wrapper .social-insights-section .social-insights-items {
	flex-grow: 1;
}

.twitter-timeline-button.barclaysBlueBg a:hover {
	background: #0074a6;
}

.twitter-timeline-button.greyBg a:hover {
	background: #00395D ;
}

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

    .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-title {
        padding-left: 0;
    }

    .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item {
        padding: 20px 0 15px;
    }

    .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-title h3 {
        font-size: 2.5rem;
    }

	.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-title .twt-icon {
        margin-left: 15px;
        margin-bottom: -5px;
    }
    
    .twitter-timeline-button {
        margin-top: 20px;
    	margin-left: 0;
    }
}

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

    .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-title h3 {
        letter-spacing: -0.8px;
        line-height: 40px;
    }

	.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-title .twt-icon {
        margin-bottom: -2px;
    }
}

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

	.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .twitter-timeline-info {
	    flex-wrap: wrap;
	}
	
	.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-title h3 {
	    font-size: 2.4rem;
	}
	
}
.newsletter-signup{
	width: 100%;
	max-width: 1920px;
    margin: 0 auto;
}
.newsletter-signup-test{
	width: 100%;
	max-width: 100%;
    margin: 0 auto;
}

.newsletter-signup .newsletter-signup-wrapper {
	display: flex;
	justify-content: space-between;
	background-color: #00AEEF;
    padding: 3.5rem;
}

.newsletter-submit-error .newsletter-signup .newsletter-signup-wrapper.darkBlueBg {
	background-color: #00395D;
}

.newsletter-signup .newsletter-signup-wrapper.greyBg {
	background-color: #F7F7F7;
}

.newsletter-signup .newsletter-signup-wrapper.whiteBg {
	background-color: #FFFFFF;
}

.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-cont {
	display: flex;
	flex-direction: column;
    width:25%;
    margin-right: 1.5rem;
}

.newsletter-signup .newsletter-china-checkbox.china-consent {
  display: inline-flex;
}

.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-cont .newsletter-signup-title {
	font-family: Effra-Bold;
    font-size: 1.5rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: -0.063rem;
    color: #000000;
	margin-bottom: 0.5rem;
}
.newsletter-title{
font-family: Effra-Bold;
    font-size: 1.5rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: -0.063rem;
    color: #000000;
	margin-bottom: 0.5rem;
}

.newsletter-mandatory {
  font-family:Effra-Regular;
  font-size: 1.25rem;
  color:#000000;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  width: 50%;
  padding: 0.5rem 0rem;
}

.newsletter-button-mand-mobile{
    display:none;
}

.newsletter-country-form{
     padding: 0.188rem 0 0 2.188rem;

}
.newsletter-signup .newsletter-signup-wrapper.darkBlueBg .newsletter-signup-cont .newsletter-signup-title {
    color: #FFFFFF;
}

.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-cont .newsletter-signup-teaser {
	font-family: Effra-Regular;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
}

.newsletter-signup .newsletter-signup-wrapper.darkBlueBg .newsletter-signup-cont .newsletter-signup-teaser {
    color: #FFFFFF;
}

.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form {
    display: flex;
    flex-direction: column;
    flex: 1 1 49%;
    width:72%;
}

.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form .form-error {
	font-family: Effra-Regular;
    font-size: 0.875rem;
    color: #CC3333;
    line-height: 1.563rem;
    display: none;
}

.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form.validation-error .form-error {
    display: flex;
    align-items: center;
}

.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form .form-error::before {
    display: inline-block;
    content: '';
    background-image: url("ibhomepage/images/ic_error.svg");
    width: 1.125rem;
    height: 0.938rem;
    margin-right: 0.438rem;
}

.newsletter-message {
    display: flex;
    padding-bottom:2rem;
}

.error-pp .newsletter-message{
	 padding-bottom:1.5rem;
	 flex-direction: column;
    width: 41.3%;
}

.error-pp {
   background: #00AEEF;
   width:100%;
   margin:0 auto;
   padding:3.5rem;
}

.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form input[type="text"] {
    font-family: Effra-Regular;
    font-size:1.25rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
    border: none;
    box-shadow: none;
    border: 0.063rem solid #000000;
    border-radius: 0.25rem;
    height:3.875rem;
    padding:1rem;
    margin-bottom: 0;

}

.newsletter-signup-form input[type="text"] {
    background-position: 94% 1.125rem !important;
}


.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form input[type="text"]:-webkit-autofill,
.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form input[type="text"]:-webkit-autofill:hover,
.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form input[type="text"]:-webkit-autofill:focus
.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form input[type="text"]:-internal-autofill-selected {
    font-family: Effra-Regular;
      font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
    color: #000000 !important;
    border: 0.063rem solid #515151 !important;
    transition: none !important;
}


.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form input[type="text"]::-webkit-input-placeholder{
  color: #000000;
}

.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form input[type="text"]:-ms-input-placeholder{
  color: #000000;
}

.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form input[type="text"]::placeholder {
  color: #000000;
}



.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form input[type="submit"],
.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form button {
    width:auto;
    border-radius: 3rem;
    background-color: #1A2142;
    opacity:1;
    border: none;
    box-shadow: none;
    font-family: Effra-Regular;
    font-size: 1.25rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
    padding: 0.5rem 2rem;
    flex-basis: auto;
    float:right;
}


.newsletter-signup .newsletter-signup-wrapper.barclaysBlueBg .newsletter-signup-form input[type="submit"],
.newsletter-signup .newsletter-signup-wrapper.barclaysBlueBg .newsletter-signup-form button {
    background-color: #1A2142;

}

.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form.validation-error input[type="submit"],
.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form.validation-error button {
    margin-top: 0.438rem;
}

.newsletter-email {
    padding-right: 0.75rem;
    width: 50%;
}

.newsletter-email .email-error ,.country-error,.newsletter-email .emailsuberror,.newsletter-email .failureerrormsg{
    padding-top:0.25rem;
    color:#000000;
    font-family: Effra-Regular;
    font-size: 0.875rem;


}

.newsletter-bold{
  font-family: Effra-Regular;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

.newsletter-country{
    padding:0.125rem;
    width:13.875rem;
}



.cib-modal{
  width:100%;
  position: fixed;
  padding-top:11.125rem;
  height:100%;
  background-color: rgba(0,0,0,0.6);
  top: 0;
  overflow: auto;
  left: 0;

}

.cib-modal-content {
  background-color: #fff;
  margin: auto;
  max-width:100%;
  width: 92.2%;
  padding: 2rem;
}

#cookieSelectionModal .cib-modal-content {
  padding-bottom: 1rem;
}

.email-cookie-title,.preference-title ,.email-notice-title{
    font-family: Effra-Regular;
    font-size: 2rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: -0.063rem;
    color: #000000;
    padding-bottom: 0.5rem;
}
.cookie-title-sn,.cookie-title-ra,.cookie-title-tr{
    font-family: Effra-Bold;
    font-size: 1.5rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: -0.063rem;
    color: #000000;
    padding-bottom: 1.25rem;
}
.preference-text p{
	margin-bottom:0;
}

.email-cookie-text p,.cookie-description,.preference-text p,.email-notice-text p{
    font-family: Effra-Regular;
    font-size: 1rem;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5rem;
    letter-spacing: normal;
    color: #404040;
    padding-bottom: 1.5rem;
}
.email-notice-text{
    font-size: 1rem;
    line-height: 1.5rem;
}
.preference-text a{
    font-family: Effra-Regular;
    font-size: 0.875rem;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.375rem;
    letter-spacing: 0rem;
	color:#006DE3;
    font-weight:bold;
}
.manage-submit-button ,.manage-submit-button:hover{
    width:auto;
	height:2.875rem;
    border-radius: 3rem;
    background-color: white;
    border:  solid 0.063rem #006de3;
    font-family: Effra-Regular;
    font-size: 1.25rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #006de3;
    padding: 0.5rem 2rem;
    margin-right:0.5rem !important;
}
.ot-submit-button,.ot-submit-button:hover{
    margin:0rem !important;
}
.emailUKCookieModal .manage-submit-button, .emailUKCookieModal .manage-submit-button:hover {
	margin-right:0rem !important;
}
.emailUKCookieModal .accept-submit-button, .emailUKCookieModal .reject-submit-button {
    margin-right: 0.5rem !important;
}
.ot-submit-button,.accept-submit-button ,.accept-submit-button:hover, .notice-close-button ,.notice-close-button:hover,.ot-submit-button:hover,.emailUKCookieModal .reject-submit-button, .emailUKCookieModal .reject-submit-button:hover{
    width:auto;
	height:2.875rem;
    border-radius: 3rem;
    background-color: #006de3;
    border: none;
    font-family: Effra-Regular;
    font-size: 1.25rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 0.5rem 2rem;
}
.newsletter-submit-message,.newsletter-submit-error-message{
  border: none;
}
.newsletter-submit-message p ,.newsletter-submit-error-message p{
  font-family: Effra-Regular;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
}
.newsletter-button-mand-mobile{
display:none;
}
.newsletter-submit-message .close{
    margin:0.813rem;
}
.newsletter-signup .closed,.newsletter-signup-test .errorclosed {
    content: '';
    background-image: url('ibhomepage/images/newsmall_cross.svg');
     vertical-align: middle;
    background-repeat: no-repeat;
     position: absolute;
    right:0;
    font-family: 'Icons';
   margin:2rem 3.5rem 0rem 0rem;
    width:1.25rem;
    height: 1.25rem;
    cursor: pointer;
}

.newsletter-popup .newsletter-signup .closed {
    display: inline-block;
}

.newsletter-signup .closed {
  display: none;
}

.newsletter-signup-test .errorclosed {
    display: none;
}

.signup-closed{
	display: none;
}

.close{
	display: inline-block;
    content: '';
    background-image: url('ibhomepage/images/Iconscross.svg');
    vertical-align: middle;
    background-repeat: no-repeat;
    position: relative;
    float:right;
    font-family: 'Icons';
     margin:20 1.25rem;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
}

.ot-form-consent{
   display:flex;
   flex-direction: row;
   justify-content: space-between;
   padding-top: 1.5rem;
}
.ot-checkbox{
	display:flex;
    flex-direction: column;
    padding-right: 2.5rem;
    padding-bottom: 1rem;
}
.cookie-title{
    display:flex;
    padding:1.875rem 0 0 0;
}
.newsletter-button{
   width:50%;

}

.newsletter-button-mand{
    display:flex;
    padding-top:1rem;
}


.box .nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color:#000000;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family:Effra-Regular;
  font-size:1.25rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.094rem;
  letter-spacing:0;
  height: 3.875rem;
  outline: none;
  position: relative;
  text-align: left !important;
  white-space: nowrap;
  width: 100%;
  border: 0.063rem solid #000;
  border-radius: 0.375rem;
  padding: 1.813rem 1rem 1rem 1rem;
  background-position: 88% 1.125rem !important;
}
.newsSub-container{
	width: 50%;
	padding-left: 0.75rem;
    }


.box .nice-select:after {
  border-bottom: 0.125rem solid #000000;
  border-right: 0.125rem solid #000000;
  content: '';
  display: block;
  height: 0.5rem;
  margin-top: -0.375rem;
  pointer-events: none;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 0.5rem;
}

.box .nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.box .nice-select li:hover{
  cursor:pointer;
  background-color: #bfdbf8;
  color:#000000;
  }
 .box .nice-select .option:hover
 {color:#000000;}

.box .nice-select.open .nice-select-dropdown {
  display:block;
  width:100%;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  overflow-y: scroll !important;
  overflow-x:hidden;
}


.box .nice-select .nice-select-dropdown {
	display:none;
   margin-bottom:0.313rem;
  background-color: #fff;
  color:#c81515 !important;
  -webkit-box-shadow: 0 0 0 0.063rem rgba(68, 68, 68, .11);
  box-shadow: 0 0 0 0.063rem rgba(68, 68, 68, .11);
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 9;
  opacity: 0;
    border-radius: 0.375rem;
}

.box .nice-select .list {
	margin-bottom: 0rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  max-height: 15.5rem;

}


.box .nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.box .nice-select .option {
      padding: 1rem;
    height: 3.875rem;
  cursor: pointer;
  font-family: Effra-Regular;
  font-size:1.25rem;
  line-height: 1.5;
  list-style: none;
  outline: none;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
   color: #000;
}
.box .nice-select-dropdown::-webkit-scrollbar {
   width: 0.75rem;
  border-radius:0.625rem;
   height: 100%;
}
.box .nice-select.open .nice-select-dropdown:::-webkit-scrollbar-track {
  background: #ffffff;

}

.box .nice-select.open .nice-select-dropdown::-webkit-scrollbar-thumb {
     height: 1.938rem;
     border-radius: 0.5rem;
     border: 0.25rem solid #FFFFFF;
     background-clip: content-box;
     background-color: #515151;
}
 .switch {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 4.7rem;
      height: 2.5rem;
      border-radius: 2rem;
      float:right;
      cursor: pointer;
      margin-bottom: 0rem;
      margin-top: -0.125rem;
    }
    .switch-input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
    }
    .switch-label {
      position: relative;
      display: block;
      height: inherit;
      font-size: 0.625rem;
      text-transform: uppercase;
      background:  rgb(1, 109, 227);
      border-radius: inherit;
      padding: 0.25rem 0.188rem 0.25rem 0.5rem;
    }
    .switch-label:before, .switch-label:after {
      position: absolute;
      line-height: 1;
      -webkit-transition: inherit;
      -moz-transition: inherit;
      -o-transition: inherit;
      transition: inherit;
    }
    .switch-label:before {
      content: attr(data-off);
      right: 0.5rem;
      color:#ffffff;
     font-size:1rem;
     margin: 0.5rem 0 0.5rem 0.313rem;
    }
    .switch-label:after {
      content: attr(data-on);
      color: #ffffff;
      opacity: 0;
      font-size:1rem;
      margin: 0.5rem 1rem 0.75rem 0;
    }
    .switch-input:checked ~ .switch-label {
   	  background: rgb(132, 185, 242);

    }
    .switch-input:checked ~ .switch-label:before {
      opacity: 0;
    }
    .switch-input:checked ~ .switch-label:after {
      opacity: 1;
    }
    .switch-handle {
      position: absolute;
      top: 0rem;
      width: 2rem;
      height: 2rem;
      border-radius: 1.25rem;

    }
    .switch-handle:before {
      content: "";
      position: absolute;
      width: 2rem;
      height: 2rem;
      background: #ffffff;
      border-radius: 1.25rem;
      margin: 0.25rem 0 0 0.375rem;
    }
    .switch-input:checked ~ .switch-handle {
      left: 2rem;

    }
    /* Transition
        ========================== */
    .switch-label, .switch-handle {
      transition: All 0.3s ease;
      -webkit-transition: All 0.3s ease;
      -moz-transition: All 0.3s ease;
      -o-transition: All 0.3s ease;
    }

.newsletter-retarget-checkbox{
    display:flex;
    flex-direction: row;
    padding-bottom:1rem;
    border: 0.063rem solid transparent;
}

.newsletter-checkbox-text a{
	  color:#000000;
	 font-family: Effra-Bold;
	 font-size: 0.875rem;
}

.newsletter-checkbox-text p{
    color:#000000;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5;
    font-family: Effra-Regular;
    padding:0 0 0 0.813rem;
    margin-bottom:0;
    margin-top:0.2rem;
    margin-left:0.2rem;
}
.newsletter-checkbox{
    padding-top:0.438rem;
}
.newsletter-checkbox .newsltr-checkbox {
    width:0.875rem;
    height:0.875rem;
    color:#000000;

}

.newsletter-checkbox-container {
    display: block;
    position: relative;
    padding-left: 0.5rem;
    margin-bottom: 0rem;
    cursor: pointer;
    font-size: 1.375rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default checkbox */
  .newsletter-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .newsletter-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1rem;
    width: 1rem;
    background-color: #00AEEF;
    border: 0.063rem solid #000000;
    border-radius: 0.25rem;
  }

  /* On mouse-over, add a grey background color */
  .newsletter-checkbox-container:hover input ~ .newsletter-checkmark {
    background-color: #00AEEF;
  }

  /* When the checkbox is checked, add a blue background */
  .newsletter-checkbox-container input:checked ~ .newsletter-checkmark {
    background-color: #00AEEF;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .newsletter-checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .newsletter-checkbox-container input:checked ~ .newsletter-checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .newsletter-checkbox-container .newsletter-checkmark:after {
    left: 0.188rem;
	top:0.063rem;
    width: 0.375rem;
    height:0.688rem;
    border: solid #000000;
    border-width: 0 0.063rem 0.063rem 0;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
  }
  .retargeting-hide{
	  display:none !important;
  }

.newsletter-signup .newsletter-china-checkbox.china-consent .newsletter-checkbox-text p {
    margin-left: 0.688rem;
    margin-top: 0.2rem;
    padding: 0 0 0 0.2rem;
}

.newsletter-signup .newsletter-china-checkbox.china-consent.ns_one,.newsletter-signup .newsletter-china-checkbox.china-consent.ns_two {
  margin-bottom: 1.5rem;
}

.newsletter-message .country-error {
	 padding-top: 4.125rem;
 }

.newsletter-popup .newsletter-signup .newsletter-signup-wrapper {
    padding-top: 5rem;
}
.newsletter-startover{
    color: #1a2142;
    border: none;
    cursor: pointer;
    display: inline-block;
    width: auto;
    height: auto;
    font-family: 'Effra-Regular';
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-decoration: none;
}

.newsletter-startover:after {
    border-bottom: 0.125rem solid #1a2142;
    border-right: 0.125rem solid #1a2142;
    content: '';
    display: inline-block;
    height: 0.438rem;
    margin-top: 0.563rem;
    margin-left: 0.5rem;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 0.438rem;
    cursor: pointer;
}
.newsletter-startover-parent{
	padding-top: 1.5rem;
}
.newsletter-popup .newsletter-signup-test .error-pp {
padding-top:5rem;
}
.newsletter-startover:hover, .newsletter-startover:focus {
    color: #1a2142;
}
@media only screen and (min-device-width:1024px) and (max-device-width: 1366px){
  .newsletter-signup .newsletter-signup-wrapper .newsletter-signup-cont .newsletter-signup-title {
         font-size: 24px;
                     }
 .newsletter-signup .newsletter-signup-wrapper .newsletter-signup-cont .newsletter-signup-teaser {
         font-size:20px;
                     }
         .newsletter-checkbox-text p {
          font-size: 14px;
         line-height: 22px;
     }
     .newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form input[type="text"]{
      font-size: 16px;
     }
     .newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form input[type="text"]::placeholder{
      font-size: 16px;
     }
     .box .nice-select {
      font-size:16px;
     }
     .newsletter-bold{
      font-size:14px;
     }
 }
 
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
  .newsletter-signup .newsletter-signup-wrapper .newsletter-signup-cont .newsletter-signup-title {
    font-size: 24px;
                }
.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-cont .newsletter-signup-teaser {
  font-size: 14px;
  line-height: 22px;
                }
    .newsletter-checkbox-text p {
    font-size: 14px;
    line-height: 22px;
    margin-top:-0.1rem;
}
.newsletter-signup .newsletter-china-checkbox.china-consent .newsletter-checkbox-text p {
  margin-top:0.1rem;
}
.newsletter-bold{
    font-size:14px;
}

.newsletter-signup .closed, .newsletter-signup-test .errorclosed {
    margin: 2rem 3.5rem 0rem 0rem;
    width: 18px;
    height: 18px;
}
.newsletter-signup-form input[type="text"] {
    background-position: 94% 0.938rem !important;
}
.box .nice-select {
    background-position: 88% 0.938rem !important;
    font-size: 16px;
}

  .manage-submit-button, .manage-submit-button:hover{
  width:auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
.newsletter-signup .newsletter-china-checkbox.china-consent .newsletter-checkbox-text p {
  margin-top:0rem;
}
.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form input[type="text"]{
  font-size: 16px;
 }
 .newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form input[type="text"]::placeholder{
  font-size: 16px;
 }
 .box .nice-select {
  font-size: 16px;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
  .newsletter-checkbox-text p {
      margin-top: 0.1rem;
  }
  .newsletter-signup .newsletter-china-checkbox.china-consent .newsletter-checkbox-text p {
    margin-top:0.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .newsletter-bold{
    font-size:14px;
    line-height:22px;
  }
  .newsletter-signup .newsletter-china-checkbox.china-consent .newsletter-checkbox-text p {
  margin-top: -0.37rem;
    }

	.newsletter-signup .newsletter-signup-wrapper {
        padding: 2rem 1rem 0rem 1rem;
	    flex-direction: column;
    }

  .newsletter-signup .closed {
        display:none;
    }

    .newsletter-signup .newsletter-signup-wrapper .newsletter-signup-cont {
        padding: 0;
        width:100%
    }
	.newsletter-popup .newsletter-signup .newsletter-signup-wrapper .newsletter-signup-cont {
    width: 100%;
	}
    .newsletter-signup-closed{
    display:flex;
     }
	.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-cont .newsletter-signup-title {
    font-size: 24px;
    line-height: 24px;
        letter-spacing: -0.015rem;
        margin-top:0;
        margin-bottom:1rem;
        height:auto;
        width:90%;
	}

    .newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form button {
        margin-bottom: 1.25rem;
        margin-top: 0.75rem;
    }

	.box .nice-select {
    background-position: 89% 0.313rem !important;
    font-size: 16px;
    line-height: 1.5rem;
    letter-spacing:0;
    width: 100%;

}

.signup-closed{
    content: '';
    background-image: url('ibhomepage/images/icons-x-black.svg');
     vertical-align: middle;
    background-repeat: no-repeat;
     position: absolute;
    right:0;
    font-family: 'Icons';
   margin:0.5rem 1rem 1.313rem 0;
	width:1.5rem;
	height: 1.5rem;
    background-size: 0.75rem 0.75rem;
}

.newsletter-popup .signup-closed {
  display: inline-block;
}

.newsletter-popup .newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form {
    width: auto;
}
	.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form {
    	flex-direction: column;
		margin-bottom: 0;
        padding: 0;
    	width:auto;
    }

	.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form input[type="text"] {
        width:100%;
    	 padding: 0;
        font-size:1.25rem;
     line-height: 1.5rem;
    padding-left:0.313rem;
	height:3rem;

    }
 .newsletter-signup-form input[type="text"]{
    background-position: 96% 0.313rem !important;
}
.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form input[type="text"]{
  font-size: 16px;
 }
 .newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form input[type="text"]::placeholder{
  font-size: 16px;
 }
	.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form input[type="submit"],
    .newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form button {
        flex: 0 0 auto;
    	padding: 0.813rem 1.625rem;
        width:auto;
	    height:auto;
        font-size: 1rem;
        line-height: 1rem;
    float: left;
    }
.newsletter-button-mand{
    display:none;
}
.newsletter-button-mand-mobile{
         display:flex;
        margin:0;
        align-content: center;
        align-items: center;
        justify-content: center;
       height:5.125rem;
    }
    .newsletter-signup .newsletter-signup-wrapper .newsletter-signup-cont .newsletter-signup-teaser {
	    font-size: 14px;
        line-height: 1.375rem;
        letter-spacing: 0;
    }
   .newsletter-message{
	display:flex;
	width:auto;
    padding: 2rem;
    }
    .newsletter-submit-error .newsletter-message{
     flex-direction: column;
    	width:100%;
    }
   .newsletter-mandatory{
    text-align: right;
    font-size:0.875rem;
    line-height: 1.375rem;
   padding: 0rem;

     }
   .newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form input[type="text"]:-webkit-autofill,
  .newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form input[type="text"]:-webkit-autofill:hover,
  .newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form input[type="text"]:-webkit-autofill:focus
  .newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form input[type="text"]:-internal-autofill-selected ,
   .box .nice-select {
    font-size: 16px;
    line-height: 1.5rem;
    letter-spacing:0;
    width: 100%;
    padding: 0.625rem 0.625rem;
    height: 3rem;

    }
   .newsletter-email{
      padding-right:0;
      padding-bottom: 2rem;
    width: auto;
    }
  .box .nice-select.open .nice-select-dropdown {
       width:100%;
    }
  .box .nice-select-dropdown::-webkit-scrollbar {
   width: 0.938rem;
   }
   .box .nice-select.open .nice-select-dropdown::-webkit-scrollbar-thumb {
     height: 2.375rem;
   }

   .newsletter-signup .newsletter-china-checkbox.china-consent.ns_two {
        padding-top: 0rem;
    }

    .newsletter-message .country-error{
   padding-top:3.375rem;
   }
    .email-cookie-title {
     padding:1.625rem 0.938rem 0.5rem 1rem;
    }
   .email-cookie-text{
	padding-left:1rem;
	padding-right:0.938rem;
    }
  .manage-submit-button ,.manage-submit-button:hover{
    width:10rem;
    height:2.25rem;
    border-radius: 1.281rem;
    font-size:1rem;
    line-height: 1;
    padding: 0.5rem;
    margin-right:0.938rem !important;
    margin-left:1rem !important;
   }

  .accept-submit-button ,.accept-submit-button:hover,.reject-submit-button , .reject-submit-button:hover{
   width:auto;
    height:2.25rem;
    font-size: 1rem;
   }
   .preference-title ,.cookie-title-sn,.cookie-title-ra,.cookie-title-tr{
     padding: 0.75rem 0 0.375rem 0;
  }
  .preference-title ,.cookie-title-sn{
    padding-top: 1rem;
    }
  .preference-title {
     padding-left:1rem;
  }
  .preference-text{
	 padding:0 1rem;
  }
   .ot-form-consent{
     display:flex;
     flex-direction: column;
     padding:0 1rem;
     justify-content: flex-start;
    }
  .ot-submit-button,.ot-submit-button:hover{
    width:auto;
	height:auto;
    margin:2rem 1rem !important;
   }
  .ot-checkbox{
	padding-right:0rem;
    width:auto;
    }
   .newsletter-submit-message,.newsletter-submit-error-message{
   margin:0 0 0.563rem 0;
   }
  .newsletter-submit-message p,.newsletter-submit-error-message p{
     width:auto;
      font-size: 0.875rem;
   }
    .newsletter-submit-message .close{
    margin:0.938rem;
   }
   .switch {
      width: 2.938rem;
      height: 1.438rem;
      padding-top:0.313rem;
    }
    .switch-label:before {
     font-size:0.625rem;
	 right: 0.563rem;
    margin: 0rem;
    }
    .switch-label:after {
      font-size:0.625rem;
	  left: 0.438rem;
    margin: 0rem;
    }
    .switch-handle:before {
      margin:-0.313rem 0 0 -0.563rem;
      width: 0.938rem;
      height:0.938rem;
	  top: 50%;
    left: 50%;
    border-radius: 0.938rem;
    }
    .switch-input:checked ~ .switch-handle {
      left: 1.625rem;
    }
	.switch-label:before, .switch-label:after {
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
}
.switch-handle {
    top: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 100%;
}


.newsletter-signup-test .errorclosed{
   margin:2.5rem 1rem 1.313rem 0.625rem;
    background-image: url('ibhomepage/images/icons-x-black.svg');
    background-size: 0.75rem 0.75rem;
}
.newsletter-popup{
 bottom:10 !important;
 }
.error-pp{
    width: auto;
   margin:0 0 0 0 !important;

}
.newsletter-checkbox-text a{
  font-size: 0.75rem;
}

.newsletter-checkbox-text p{
   font-size: 12px;
   margin-top:0.04rem;
}

    .email-notice-title{
        padding-top: 2rem;
    }
    .email-notice-text,.email-notice-title{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .notice-close-button{
        margin-left: 2rem !important;
        margin-bottom: 2rem !important;
    }
.newsSub-container {
	width:auto;
    padding:0;
}
.newsletter-message {
    flex-direction: column;
}
 .newsletter-signup .newsletter-china-checkbox.china-consent .newsletter-checkbox {
    padding-top: 0rem;
}
  .emailUKCookieModal .accept-submit-button, .emailUKCookieModal .accept-submit-button:hover,
   .emailUKCookieModal .reject-submit-button, .emailUKCookieModal .reject-submit-button:hover,
   .emailUKCookieModal .manage-submit-button, .emailUKCookieModal .manage-submit-button:hover {
     width: 90%;
     margin-right: auto !important;
     margin-left: auto !important;
     margin-bottom: 0.438rem !important;
     height: auto;
     font-size: 1rem;
    }
    	.emailUKCookieModal .cookie-buttons {
          flex-direction: column;
        }
		
	.newsletter-popup .newsletter-signup .closed {
       display: none;
    }
 }

@media only screen and (max-width: 320px){
    .newsletter-signup .newsletter-signup-wrapper {
        padding: 2rem 0.5rem;
	   flex-direction: column;
	   width:100%;
    }
    .signup-closed{
      margin:0 0.313rem 1.313rem 0;
      }
    .manage-submit-button ,.manage-submit-button:hover{
    width:10rem;
    height:2.25rem;
    border-radius: 1.281rem;
    font-size:1rem;
    line-height: 1;
    padding: 0.5rem;
    margin-right:0.938rem;
    margin-left:1rem;
   }
   .accept-submit-button ,.accept-submit-button:hover{
   width:6.875rem;
    height:2.25rem;
    font-size: 1rem;
        margin:0.625rem 0.938rem 0 1rem;
   }


.newsletter-signup-test .errorclosed{
   margin:2rem 1rem 1.313rem 0.625rem;

}
.error-pp{
   margin:0rem 0 0 0 !important;
   width:100%;
}

.newsletter-popup{
    bottom:0.625rem;
 }

 .newsletter-button {
  width: 16.563rem;
}

 .newsletter-submit-message,.newsletter-submit-error-message{
   width: 100% !important;
   }
    .newsletter-submit-message p,.newsletter-submit-error-message p{
     width:85%;

   }
}
@media only screen and (max-width: 414px){
  .error-pp{
   margin:13.125rem 0 0 0;
}
.newsletter-popup{
 bottom:10 !important;
 }
}

@media only screen and (min-width: 1401px) {
.cib-modal-content {
    max-width: 1920px ;
    padding: 3rem;
}
.cib-modal {
    padding-top: 14.125rem;
}
 }
@media only screen and (max-device-width: 1024px) {
 .close {
        background-image: url(ibhomepage/images/icons-x-black.svg);
        width: 1.125rem;
        height: 1.125rem;
    }
   .ot-form-consent {
    display: flex;
    flex-direction: column;
   }
   }
.new-design-template .link-blocks {
    border: none;

}

.new-design-template .link-blocks__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    word-break: break-word;

}

.new-design-template .link-blocks__wrapper .link-blocks__item {
    margin-bottom: 2rem;
    padding-left: 1em;
    padding-right: 1em;
    border: none;
}

.new-design-template .link-blocks__content {
    height: 100%;
    border: none;
    width:100%;
    padding: 1rem;
    background-color: #F7F7F7;
}

.new-design-template .link-blocks__content > .link-block-label:first-child,
.new-design-template .link-blocks__content > .link-blocks__heading:first-child,
.new-design-template .link-blocks__content > .link-blocks__paragraph:first-child {
    padding-top: 1rem;

}

.new-design-template .link-blocks__item img {
    display: block;
    min-height: 7.5rem;
}

.new-design-template .link-blocks__title {
    font-family: Effra-Bold;
    font-size: 1.75rem;
    color: #000000;
    line-height: 2.25rem;

}

.new-design-template .link-blocks__content .link-blocks__link {
    margin-bottom: 1rem;
}

.new-design-template .link-blocks__content .link-block-label {
    font-family: Effra-Bold;
    font-size: 1rem;
    color: #00AEEF;
    letter-spacing: -0.062rem;
    line-height: 1.16rem;
    text-transform: uppercase;
    padding-left: 0.938rem;
    padding-bottom: 0rem;
}

.new-design-template .link-blocks__content .link-blocks__heading {
    border: none;
    padding-left: 0.938rem;
    padding-right: 0.938rem;
    background-color: transparent;
    padding-bottom:0.5rem;
}

.new-design-template .link-blocks__content .link-blocks__heading a {
    border: none;
    font-family: Effra-Bold;
    font-size:2rem;
    color: #000000;
    letter-spacing: -0.062rem;
    line-height: 1.24;
    padding: 0;
    text-decoration: none;
}

.new-design-template .link-blocks__content .link-blocks__paragraph,
.new-design-template .link-blocks__content .link-blocks__label {
    display: block !important;
    padding-left: 0.938rem;
    padding-right: 0.938rem;
    padding-bottom: 0;
}

.new-design-template .link-blocks__content .link-blocks__label {
    display: none !important;
}

.new-design-template .link-blocks__content .link-blocks__paragraph {
    font-family: Effra-Regular;
    font-size: 1rem;
    color: #404040;
    line-height:1.5rem;
}

.new-design-template .link-blocks__2-columns .link-blocks__content .link-block-label,
.new-design-template .link-blocks__2-columns .link-blocks__content .link-blocks__heading,
.new-design-template .link-blocks__2-columns .link-blocks__content .link-blocks__paragraph {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.new-design-template .link-blocks__item.link-blocks__2-columns {
    width: 50%;
    padding: 0.75rem
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .new-design-template .link-blocks__title {
        padding: 3.375 rem;
        margin-bottom:2.25rem;
    }

    .new-design-template .link-blocks__item.link-blocks__2-columns {
        width: 100%;
    }

    .new-design-template .link-blocks__content .link-blocks__link {
        margin-bottom: 1.25rem;
    }

    .new-design-template .link-blocks__content .link-block-label,
    .new-design-template .link-blocks__content .link-blocks__heading,
    .new-design-template .link-blocks__content .link-blocks__paragraph {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .new-design-template .link-blocks__content {
        padding-bottom: 1.25rem;
    }

    .new-design-template .link-blocks__wrapper .link-blocks__item.link-blocks__2-columns {
        margin-bottom: 1.875rem;
        padding-left: 4.5rem;
        padding-right:4.5rem;
    }

    .new-design-template .link-blocks__item.link-blocks__4-columns {
        width: 50%;
        margin-bottom: 1.25rem;
    }

    .new-design-template .link-blocks__item.link-blocks__4-columns:nth-child(2n+1) {
        clear: both;
        padding-left: 1.25rem;
        padding-right: 0.625rem;
    }

    .new-design-template .link-blocks__item.link-blocks__4-columns:nth-child(even) {
        padding-left: 0.625rem;
        padding-right: 1.25rem;
    }

    .new-design-template .link-blocks__item {
        width: 33.33%;
        margin-bottom:1.563rem;
    }

    .new-design-template .link-blocks__item:not(.link-blocks__4-columns):not(.link-blocks__2-columns):nth-child(3n+1) {
        clear: both;
        padding-left: 1.25rem;
        padding-right: 0.781rem;
    }

    .new-design-template .link-blocks__item:not(.link-blocks__4-columns):not(.link-blocks__2-columns):nth-child(3n+2) {
        padding-left: 0.781rem;
        padding-right:0.781rem;
    }

    .new-design-template .link-blocks__item:not(.link-blocks__4-columns):not(.link-blocks__2-columns):nth-child(3n+3) {
        padding-left: 0.781rem;
        padding-right: 1.25rem;
    }



}

@media only screen and (max-width: 767px) {

    .new-design-template .link-blocks__wrapper .link-blocks__item,
    .new-design-template .link-blocks__wrapper .link-blocks__item.link-blocks__4-columns,
    .new-design-template .link-blocks__wrapper .link-blocks__item.link-blocks__2-columns {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .new-design-template .link-blocks__item .link-blocks__link {
        display: block;
    }

    .new-design-template .link-blocks__content {
        padding-bottom: 0.938rem;

    }

    .new-design-template .link-blocks__content .link-blocks__link {
        margin-bottom: 0.938rem;
    }

    .new-design-template .link-blocks__wrapper .link-blocks__item {
        margin-bottom: 1.25rem;
    }

    .new-design-template .link-blocks__item:before {
        display: none;
    }

    .new-design-template .link-blocks__title {
        margin-bottom: 1.563rem;
    }
}

.new-design-template .search-results__results .headerId {
    clear: both;
    display: block;
	margin-top:1.875rem;
	margin-bottom:2.125rem;
}

.new-design-template .search-results .row_cib#articles-container {
    margin-bottom: 1.875rem;
}

.new-design-template .search-results {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}

.new-design-template .search-results__search-field .search-results__input {
    border-radius: 0;
    border: 1px solid var(--support-black-50, #808080);
    border-right: none;
    font-family: Effra-Regular;
    font-size: 1.25rem;
    color: #000000;
    line-height: 1.875rem;
    padding-left: 1rem;
    margin-bottom:1.875rem;
}

.new-design-template .search-results__search-field .search-results__submit {
    border-radius: 0;
    border: 1px solid #999999;
    border-left: none;
}

.new-design-template .search-results__search-field .icon__search:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("images/Icons_search_black.svg") no-repeat;
    margin-right: 1rem;
}

.new-design-template .search-results__search-field .icon__search {
    top: 0.1em;
}

.new-design-template .search-results__results .headerId h1 {
    font-family: Effra-Bold;
    font-size: 2rem;
    color: #000;
    letter-spacing: -0.06px;
    line-height: 2.48rem;
    margin-bottom: 2.125rem;
    margin-top: 6.5rem;
}

.new-design-template .search-results .search-results__item > .row_cib {
    display: flex;
    gap: 1.5rem;
    flex-direction:column;
}

.new-design-template .search-results__results .search-results__item__image {
    width: 23.75rem;
    height: auto;
    margin-bottom: 0;
    padding-left: 0;
}

.new-design-template .search-results__results .search-results__item__image img {
    width: 100%;
    height: 100%;
}

.new-design-template .search-results a {
    height: 100%;
}

.new-design-template .search-results__results .search-results__item__copy {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    display: flex;
    flex-direction: column;
	justify-content: flex-start;
}

.new-design-template .search-results .search-results__results .row_cib .search-results__item .row_cib .search-results__item__copy h3 {
    font-family: Effra-Bold;
    font-size: 1rem;
    color: #006DE3;
    letter-spacing: 0.063rem;
    line-height: 1rem;
    margin-bottom: 0.5rem;
}

.new-design-template .search-results .search-results__results .row_cib .search-results__item .row_cib .search-results__item__copy h2 {
    font-family: Effra-Bold;
    font-size: 2rem;
    color: #000;
    letter-spacing: -0.06rem;
    line-height: 2.48rem;
    margin-bottom: 0.5rem;
}

.new-design-template .search-results .search-results__results .row_cib .search-results__item .row_cib .search-results__item__copy h2 a {
    font-family: Effra-Bold;
    font-size: 2rem;
    color: #000;
    letter-spacing: -0.06rem;
    line-height: 2.48rem;
}

.new-design-template .search-results .search-results__results .row_cib .search-results__item .row_cib .search-results__item__copy p {
    font-family: Effra-Regular;
    font-size: 1rem;
    color: #404040;
    line-height: 1.5rem;
    margin-bottom: .5rem;
}

.new-design-template .search-results .search-results__results .row_cib .search-results__item .row_cib .search-results__item__copy p.date {
    font-family: Effra-Regular;
    font-size: 1rem;
    color: #404040;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    order: 4;
}

.new-design-template .search-results__item:after {
    border-bottom: none;
}

.new-design-template .search-results .search-results__results .row_cib .search-results__item {
    word-break: break-word;
	margin-bottom: 2rem;
}

.new-design-template .search-results__item:first-child:before {
    border-bottom: none;
    display: none;
}

.new-design-template .search-results__more-stories {
    margin:1.5rem 0rem 1.5rem 0rem;
}

.new-design-template .search-results__more-stories a {
    font-family: Effra-Regular;
    font-size: 1.25rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.875rem;
    background: #006DE3;
    border-radius: 30px;
    padding: .5rem 2rem;
    display: inline-block;
}

.new-design-template .search-results__more-stories a:before {
    content: "";
    display: none;
}

.new-design-template .search-results .search-results__results {
    display: inline-block;
    float: left;
    width: 100%;
    padding-left: 0;
    border-top: none;
    border-left: none;
}

.new-design-template .search-results-filter-label {
    margin: 0px 0.75rem 0.625rem 0 !important;
    border-radius: 2rem;
    background: #006DE3;
}

.new-design-template #ib_searchresults-filter-section .search-results-filter-label a {
    padding: 0.5rem 2rem 0.5rem 1rem;
    font-family: Effra-Regular;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 1rem;
	text-align:center;
}

.new-design-template .search-results .search-results-filter-label a:after {
    right: 0.7rem;
    transform: scaleX(1.5);
    transform: scale(1.5, 1.2);
    margin: auto;
    font-size: .81rem;
}

.new-design-template #ib_searchresults-filter-section {
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
    padding-left: 0;
}

.new-design-template .search-results .search-results__filter {
    width: 100%;
    z-index: 10;
    visibility: hidden;
}

.new-design-template .search-results .search-results_relevance_dropdown {
    top: 3.75rem;
    visibility: hidden;
}

.new-design-template .search-results__results .search-results_relevance_dropdown .search-results_relevance_cont_list {
    display: block;
}

.new-design-template .search-results__filter .search-results__filter__toggle,
.new-design-template .search-results__results .search-results_relevance_dropdown ul li.init {
    font-family: Effra-Regular;
    font-size: 1.25rem;
    color: #000000;
    line-height: 1.875rem;
    border: none;
padding: 0.40625rem 1.5rem 0.40625rem 0rem;;
}

.new-design-template .search-results__filter .search-results__filter__toggle.filter-active,
.new-design-template .search-results__results .search-results_relevance_dropdown ul li.init.filter-active,
.new-design-template .search-results__filter .search-results__filter__holder .search-results__filter__col a {
    background: #004476;
    font-family: Effra-Regular;
    font-size: 1.25rem;
    color: #FFFFFF;
    line-height: 1.875rem;
    padding: 8px 16px;
    border-radius: 0;
}

.new-design-template .search-results .search-results__filter .arrowCont,
.new-design-template .search-results .search-results_relevance_dropdown .arrowCont{
    position: relative;
    float: right;
}

.new-design-template .search-results__results .search-results_relevance_dropdown ul li span,
.new-design-template .search-results__results .search-results__filter .search-results__filter__toggle div span {
    border: solid #00395D;
    border-width: 0 2px 2px 0;
    right: 0;
}

.new-design-template .search-results__results .search-results__filter .search-results__filter__toggle div span.downArrow,
.new-design-template .search-results__results .search-results_relevance_dropdown ul li span.downArrow {
    padding: 0.25rem;
    left: 1rem;
    top: -0.7rem;
    position: static;
}

.new-design-template .search-results__results .search-results__filter .search-results__filter__toggle div span.upArrow,
.new-design-template .search-results__results .search-results_relevance_dropdown ul li span.upArrow {
    border: none;
    border-width: 0 0.125rem 0.125rem 0;
    top: -0.5rem;
}

.new-design-template .search-results__filter .search-results__filter__holder {
    background: #004476;
    font-family: Effra-Regular;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 1.875rem;
    padding-left: .75rem;
    border-radius: 0;
    border: none;
    padding: 0;
    padding-bottom: .25rem;
    width: 32.65%;
    position: absolute;
    margin-top: 0;
    display: none;
}

.new-design-template .search-results__results .search-results_relevance_dropdown ul li:not(.init) {
    background: #004476;
    font-family: Effra-Regular;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 1.875rem;
    padding: .5rem 1rem;
    border-radius: 0;
    border: none;
}

.new-design-template .search-results__results .search-results_relevance_dropdown ul li:not(.init):hover {
    background: #00AEEF;
}

.new-design-template .search-results__results .search-results_relevance_dropdown .search-results_relevance_cont_list .ib_sr_sortby {
    display: none;
}

.new-design-template .search-results__results .search-results_relevance_dropdown ul li:not(.init):last-child {
    padding-bottom: .6875rem;
}

.new-design-template .search-results__filter .search-results__filter__holder .search-results__filter__col .search-results__filter__list .search-results__filter__item {
    background: #00395D;
    padding-bottom: 0;
}

.new-design-template .search-results__filter .search-results__filter__holder .search-results__filter__col .search-results__filter__list .search-results__filter__item:hover {
    background: #00AEEF;
}

.new-design-template .search-results__filter .search-results__filter__holder .search-results__filter__col .search-results__filter__list .search-results__filter__item a,
.new-design-template .search-results__filter .search-results__filter__holder .search-results__filter__col .search-results__filter__list .search-results__filter__item a span {
    font-family: Effra-Regular;
    font-size: 1rem;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1.5rem;
    padding: .5rem 1rem;
}

.new-design-template .search-results__filter .search-results__filter__holder .search-results__filter__col .search-results__filter__list .search-results__filter__item a span {
    padding: 0;
}

.new-design-template .search-results__filter .search-results__filter__holder .search-results__filter__col .search-results__filter__list .search-results__filter__item:hover a,
.new-design-template .search-results__filter .search-results__filter__holder .search-results__filter__col .search-results__filter__list .search-results__filter__item:hover a span{
    color: #00395D;
    background: #00AEEF;
}

.new-design-template .search-results__filter .search-results__filter__holder .search-results__filter__col .search-results__filter__list .search-results__filter__item a div,
.new-design-template .search-results__results .search-results_relevance_dropdown ul li:not(.init) div {
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 1px solid #FFFFFF;
    position: relative;
    margin-right: .625rem;
    vertical-align: middle;
}

.new-design-template .search-results__results .search-results_relevance_dropdown ul li.init div {
    display: inline-block;
}

.new-design-template .search-results__filter .search-results__filter__holder .search-results__filter__col .search-results__filter__list .search-results__filter__item a div:before,
.new-design-template .search-results__results .search-results_relevance_dropdown ul li:not(.init) div:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 9px;
    border: none;
    left: .3125rem;
    position: absolute;
}

.new-design-template .search-results__filter .search-results__filter__holder .search-results__filter__col .search-results__filter__list .search-results__filter__item.ib_search_filter_selected a div:before,
.new-design-template .search-results__results .search-results_relevance_dropdown ul li:not(.init).filter-selected div:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 9px;
    color: #FFFFFF;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg); // tilts the shape
-moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: .3125rem;
    position: absolute;
}

.new-design-template .search-results__more-stories p {
    background: #FFFFFF;
    border: none;
}

.new-design-template .filter-container {
    position: absolute;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid var(--support-black-75, #404040);
padding-bottom:1.5rem;
	column-gap: 1%;
  
}

@media only screen and (min-width: 768px){
    .new-design-template .search-results .search-results__item > .row_cib {
        flex-direction: row;
		max-width: 100%;
    }
	


}

@media only screen and (max-width: 480px){
    .new-design-template .search-results__results .search-results__item__image {
        width: 100%;
    }
    .new-design-template .search-results__results .search-results__filter .search-results__filter__toggle div span.downArrow,
    .new-design-template .search-results__results .search-results_relevance_dropdown ul li span.downArrow {
        top: 0.563rem;
    }
    .new-design-template .search-results__results .search-results__item__image img{
        height: 100%;

    }
		 .new-design-template .search-results .search-results__results .row_cib .search-results__item .row_cib .search-results__item__copy p
	{
		font-size:14px;
		line-height:22px;
		
	}
	.new-design-template .search-results .search-results__results .row_cib .search-results__item .row_cib .search-results__item__copy p.date{
			font-size:14px;
		line-height:26px;
		
	}
		.new-design-template .filter-container {
padding-bottom:3rem;
}
	

    }


@media only screen and (max-width: 767px){
    .new-design-template .search-results .search-results__filter {
        width: 100%;
    }
			.new-design-template .filter-container {
padding-bottom:3rem;
}

	.new-design-template .search-results .search-results__results .row_cib .search-results__item {
        margin-bottom: 0;
    }
	
	

}
@media only screen and  (min-width: 768px) and(max-width: 1399px) {
    .new-design-template .search-results__results .search-results__filter .search-results__filter__toggle div span.downArrow,
    .new-design-template .search-results__results .search-results_relevance_dropdown ul li span.downArrow {
        top: 0.5rem;
    }
	
		.new-design-template .search-results__results .search-results__item__image img{
		
		width:100%;
	}
	 .new-design-template .filter-container {
        padding-bottom: 3rem;
    }

	
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
    .new-design-template .search-results .search-results__filter {
        width: 48%;
    }
    .new-design-template .search-results__filter .search-results__filter__holder {
        width: 100%;
    }
  .new-design-template .search-results__results .search-results_relevance_dropdown .search-results_relevance_cont_list {
        right: 0;
        width: 50%;
    }
     .new-design-template .filter-container {
        padding-bottom: 3rem;
    }
    .new-design-template .search-results__filter__toggle:after {
        display: block;
    }

    .new-design-template .search-results__results .search-results__filter .search-results__filter__toggle div span.downArrow,
    .new-design-template .search-results__results .search-results_relevance_dropdown ul li span.downArrow {
        top: -0.9rem;
    }
    .new-design-template .search-results__search-field .icon__search {
        top: 0.5rem;
    }
 .new-design-template .search-results .search-results__results .row_cib .search-results__item .row_cib .search-results__item__copy p
	{
		font-size:14px;
		line-height: 16.5px;
	}
	.new-design-template .search-results .search-results__results .row_cib .search-results__item .row_cib .search-results__item__copy p.date{
			font-size:14px;
		line-height: 16.5px;
		
	}
	.new-design-template .search-results__results .search-results__item__image img{
		
		width:100%;
	}
}
@media only screen and (max-width: 568px){
	  .new-design-template .ib_search-results__filter__holder {
     margin-top: 2.61rem;
    }
	
    .new-design-template .search-results__results .search-results_relevance_dropdown .search-results_relevance_cont_list {
        width: 100%;
        top: 0rem;
    }
    .new-design-template .search-results .search-results__filter {
        width: 100%;
    }
     .new-design-template .filter-container {
        padding-bottom: 6rem;
    }
    .new-design-template .search-results__results .headerId h1 {
        margin-top: 8rem;
    }

		 .new-design-template #ib_searchresults-filter-section .search-results-filter-label a{
	
		    padding: 0.5rem 2.5rem 0.5rem 0.625rem;
			     
	 }
	  .new-design-template .search-results__filter .search-results__filter__holder{
		 width:100%;
		 
	 }
	 .new-design-template .search-results__results .search-results__item__image{
		     width: auto;
    height: auto;
    margin-bottom: 0rem;
    padding-left: 0rem;
		 
		 
	 }
	 .new-design-template .search-results__results .search-results_relevance_dropdown ul{

	position: absolute;
    max-width: 100%;
       min-width: auto;
    top: 30px;
    width: 100%;
	
}
	
}

@media only screen and (orientation: landscape) and (min-width: 569px) and (max-width: 768px){
  .new-design-template .ib_search-results__filter__holder {
     margin-top: 2.61rem;
    }

	 .new-design-template #ib_searchresults-filter-section .search-results-filter-label a{
	
		    padding: 0.5rem 2.5rem 0.5rem 0.625rem;
			     
	 }
	 .new-design-template .search-results__results .search-results__item__image{
		     width: 100%!important;
    height: auto!important;
    margin-bottom: 0rem;
    padding-left: 0rem;
		 

	 }
	 .new-design-template .search-results__filter .search-results__filter__holder{
		 width:100%;
		 
	 }
	 
   .new-design-template .filter-container {
        padding-bottom: 6rem;
    }

.new-design-template .search-results__results .search-results_relevance_dropdown ul{

	position: absolute;
    max-width: 100%;
    min-width: 96vw;
    top: 30px;
    width: 100%;
	
}
}
.col__60-width{
	max-width: 60%;
	margin: auto;
}
.col__80-width {
    max-width: 80%;
  	margin-left: 20%;
}
.col__90-width {
	max-width: 90%;
  	margin: auto;
}
@media only screen and (max-width: 480px) {
	.col__60-width{
        padding-left: 0.9375em;
    	padding-right: 0.9375em;
        max-width: 100%;
        margin: auto;
    }
    .col__80-width {
		padding-left: 0.9375em;
    	padding-right: 0.9375em;
        max-width: 100%;
        margin-left: auto;
    }
    .col__90-width {
		padding-left: 0.9375em;
    	padding-right: 0.9375em;
        max-width: 100%;
        margin: auto;
    }
}
/*CSS for header text Component Starts*/

.headerTextComp{
  
   max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0rem;
  margin-bottom: 0rem; 
  width: 100%;
}

.headerTextComp .headerTextblack, .headerTextComp .headerTextwhite, .headerTextComp .colorTextblack, .headerTextComp .colorTextwhite{
	display: flex;
	flex-direction: row;
	margin:auto;
	width: 91.15%;
}
   .headerTextComp .colorTextblack .rightPanel,.headerTextComp .colorTextwhite .rightPanel{
 flex: 0 0 50%;
 display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin: 3rem 0 3rem 0;

   }	   


   .headerTextComp .colorTextblack .leftPanel ,.headerTextComp .colorTextwhite .leftPanel{
    flex: 0 0 50%;
	display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.headerTextComp .colorTextblack .rightPanel .teaserText{
	color: #404040;
}

.hub_background_barclaysblue .headerTextComp .colorTextblack .rightPanel .teaserText, 
 .hub_background_barclaysblue .headerTextComp .headerTextblack .contentType a {
    color: #ffffff;
 }

 .hub_background_barclaysblue .headerTextComp .headerTextblack .contentType a::before {
    filter: invert(0%) sepia(13%) saturate(1500%) hue-rotate(72deg) brightness(119%) contrast(119%);
 }

.headerTextComp .colorTextblack .leftPanel .textTitle{
	color: #000000;
}


.headerTextComp .colorTextwhite .leftPanel .textTitle, 
.headerTextComp .colorTextwhite .rightPanel .teaserText{
	color: #ffffff;
}


 .headerTextComp .headerTextwhite .contentType a{
	color: #ffffff;
}

 .headerTextComp .headerTextblack .contentType {
	color: #006de9;
}
 .headerTextComp .headerTextwhite .contentType {
	color: #ffffff;
}
.headerTextComp .headerTextblack .contentType  a{
	color: #006de9;
}
.headerTextComp .contentType{
  font-family: Effra-Bold;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.0625rem;
  margin: 3.406rem 3rem 0rem -0.5rem;
 text-align: left;
	
}

.headerTextComp .contentType.textComp {
    margin: 3.406rem 3rem 0rem 0rem;
 }

.headerTextComp .contentType a{
             font-family: Effra-Regular;
	     font-size: 1.25rem;
	     font-weight: normal;
             font-stretch: normal;
             font-style: normal;
	    line-height: 1.5rem;
	     letter-spacing: normal;
	     text-decoration: none;
            position: relative;
             text-align: left;
			 
       
   
}




.headerTextComp .contentType a::before{
   
   display: inline-block;
   content: '';	
   width: 15.2px; 
    height: 15.2px;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: relative;
    transform: rotate(542deg);
     margin-right:0.5rem;
	
	
	
} 
.headerTextComp .headerTextblack .contentType a::before{
   background-image: url('ibhomepage/images/relatedLink_carat.svg');
    top: -4px;
    background-size: 6.5px;
    left: 0rem;
  
}

.headerTextComp .headerTextwhite .contentType a::before{
	background-image: url('ibhomepage/images/caratWhite.svg');
    top: 0px;
	left:0px;
	
	 
}

   
.headerTextComp .textTitle{
    font-family: Effra-Bold;
    font-stretch: normal;
    font-style: normal;
    font-size: 6.25rem;
    line-height: 6.25rem;
    letter-spacing: -0.25rem;
    text-align: left;
    margin: 3rem 1.5rem 3rem 0rem;
    width: 90%;
}

.headerTextComp .teaserText{
	    font-family: Effra-Regular;
	    font-size: 1.25rem;
            letter-spacing: normal;
	    line-height: 1.875rem;
	    font-weight: normal;
            font-stretch: normal;
            font-style: normal;
             margin: 0rem 4.688rem 0rem 0rem;
            text-align: left;
}

.headerTextComp .teaserText.NoImgNoContNoBut {
    margin: 0rem;
 }

.headerTextComp .headerButton{
	    font-family: Effra-Regular;
	    font-size: 1rem;
            line-height: 1.5;
	    letter-spacing: normal;
	    font-weight: normal;
            font-stretch: normal;
            font-style: normal;
	    border-radius: 2.5rem;
            padding: 0.5rem 1rem;
            text-decoration: none;
            text-align: center;
}

.headerTextComp .colorTextwhite .rightPanel .buttonDiv .headerButton{
	   border: solid 1px #e2e2e2;
          color: #ffffff;
	
}

.headerTextComp .colorTextblack .rightPanel .buttonDiv .headerButton{
	border: solid 1px #006de3;
        color: #006de3;
	  
}

 .headerTextComp .buttonDiv{
	display: block;	
}

.headerTextComp .buttonDiv div {
    margin-right: 0.5rem;
   margin-top:1.5rem;
   float:left;
   
}
.headerTextComp .headerImage{
  min-height: 2.5rem;
  color: #666;
    margin: 5rem 7.563rem 5rem 0rem;
    height: 146px;
	
}

.headerTextComp .textTitle.NoImgNoContNoBut{
     margin: 3rem 1.5rem 3rem 0rem;
     width: 96%;
 }

  .headerTextComp .teaserText.ContImgTeaserBut{
     margin: 0rem 3.5rem 0rem 0rem;
 }

 @media only screen and (max-width: 767px) {

.headerTextComp .headerTextblack, .headerTextComp .headerTextwhite,.headerTextComp .colorTextblack,.headerTextComp .colorTextwhite{
    display: flex;
    flex-direction: column;
}
.headerTextComp .headerImage{

	padding-right: 1.5rem;
	margin-bottom: 1.0625rem;
	min-height: 2.5rem;
	padding-left: 0rem;
	padding-bottom:1.5rem;
	height: 100px;
     margin: 0rem;
}

.headerTextComp .contentType{
     margin: 2.5rem 1.5rem 1.5rem -0.5rem;	
 }
 
 .headerTextComp .textTitle {
   margin: 0.5rem 1.5rem 3rem 0rem;	
 }

 .headerTextComp .textTitle.NoImgNoContBut {
    margin: 1rem 1.5rem 3rem 0rem;
 }

 .headerTextComp .colorTextblack .rightPanel, .headerTextComp .colorTextwhite .rightPanel {
    margin: 0rem 0 3rem 0;
 }
 
 .headerTextComp .buttonDiv div {
     margin-right: 0.5rem;
     float: left;
     margin-top: 0rem;
     margin-bottom: 1.8rem;
     } 
 
 .headerTextComp .buttonDiv {
     display: block;
     margin: 3rem 1rem 0rem 0rem;
 }


.headerTextComp .contentType a{
   
           padding-left: 0rem;
}


.headerTextComp .contentType a::before{
	
	  display: inline-block;
	content: '';	
	width: 15.2px;
        height: 15.2px;
        vertical-align: middle;
        background-repeat: no-repeat;
        position: relative;
      
		margin-right: 0.5px;
        transform: rotate(542deg);
	
}


.headerTextComp .headerTextblack .contentType a::before{
   background-image: url('ibhomepage/images/relatedLink_carat.svg');
  top: -4px;
    background-size: 4px;
	left: -2px; 
	
}

.headerTextComp .headerTextwhite .contentType a::before{
    background-image: url('ibhomepage/images/caratWhite.svg');
       top: -2px;
    background-size: 13.5px;
	  left: -5px;
	
}

.headerTextComp .contentType.textComp {
    margin: 2rem 0.188rem 0rem -0.5rem;
 }

}
@media only screen and (min-width: 768px) and (max-width: 1024px) {

.headerTextComp .headerTextblack, .headerTextComp .headerTextwhite,.headerTextComp .colorTextblack,.headerTextComp .colorTextwhite {
    display: flex;
    flex-direction: column;
	width: 93.5%;
}

.headerTextComp .headerImage{
	padding-right: 1.5rem;
    padding-left: 0rem;
    padding-bottom:1.0625rem;
    padding-top:1.5rem;
    margin: 2rem 7.563rem 2rem 0rem;
}

 .headerTextComp .textTitle {
    margin: 3rem 1.5rem 3rem 0rem;
}

 .headerTextComp .colorTextblack .rightPanel, .headerTextComp .colorTextwhite .rightPanel {
    margin: 0rem 0 3rem 0;
 }

 .headerTextComp .textTitle.NoImgNoContBut {
    margin: 3rem 1.5rem 3rem 0rem;
 }

.headerTextComp .buttonDiv div {
    margin-right: 0.5rem;
    margin-top:1.5rem;
    float: left;
}
.headerTextComp .buttonDiv {
     margin: 2rem 0rem 0rem 0rem;
}
.headerTextComp .contentType a{
  padding-left: 0.5rem!important;
}
 .headerTextComp .contentType, .headerTextComp .contentType.textComp {
     margin-left: -1rem;
 }

 .headerTextComp .contentType a::before{
	display: inline-block;
    content: '';	
    width: 15.2px;
    height: 15.2px;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: relative;
    transform: rotate(542deg);
  
	 margin-right: 0.5rem;
	
}

.headerTextComp .headerTextblack .contentType a::before{
       top: -4px;
    background-size: 4px;
  }

.headerTextComp .headerTextwhite .contentType a::before{
	 
   
        top: -2px;
    background-size: 14px;
	  left: -5px;
 	
} 
}

@media only screen and (min-width: 1920px) {
    .headerTextComp .headerImage {
        height: 219px;
    }
	
	.headerTextComp .headerTextblack, .headerTextComp .headerTextwhite, .headerTextComp .colorTextblack, .headerTextComp .colorTextwhite {
        width: 93.5%;
    }
}
/*CSS for Info Card Component Starts*/
.infoCard{
	display: flex;
	flex-direction: row;
	margin-left: auto;
        margin-right: auto;
        max-width: 1920px;
	margin-bottom: 3.125rem;
}

.infoCard.imgalignLeftAlign{
	display: flex;
	flex-direction: row;

}
 .infoCard.imgalignRightAlign{
	display: flex;
	flex-direction:row-reverse;
	
}

.infoCard .leftImg {
	display: flex;
	flex: 0 0 50%;
}

.infoCard .leftImg img{
	height: 100%;
	width: 100%;
}

.infoCard.green .rightText{
	background-color: #004750;
}

.infoCard.grey .rightText{
	background-color: #f5f5f5;
}


.infoCardbackground.grey  {
	
 background:#f5f5f5;
 
  }

.infoCardbackground.green  {
	
 background:#004750;
 
 }


.infoCard .rightText{
	display: flex;
	flex: 1;
	flex-direction: column;
	padding : 5.89375rem 3.5rem 0rem 3.5rem;
}

.infoCard.green .rightText h1,
.infoCard.green .rightText p,
.infoCard.green .rightText  li{
	color: #ffffff;
}

.infoCard.grey .rightText h1
{
	color: #000000;
}

.infoCard.grey .rightText p,
.infoCard.grey .rightText  li{
	color: #404040;

}

.infoCard .rightText h1{
	font-family: Effra-Bold;
	font-size: 3rem;
	 line-height: 1.16;
        letter-spacing: -1px;
	margin-top: 0rem;
	margin-bottom:1rem;
	font-weight: bold;
        font-stretch: normal;
	text-align: left;
        font-style: normal;
}

.infoCard .rightText p{
	font-family: Effra-Regular;
	 font-size: 1rem;
	 line-height: 1.5;
	margin-top: 0rem;
	margin-bottom:1.5rem;
	letter-spacing: normal;
	font-weight: normal;
        font-stretch: normal;
        font-style: normal;
	text-align: left;
}

.infoCard .rightText  li{ 
	font-family: Effra-Regular;
	font-size: 1rem;
	 line-height: 1.5;
	 letter-spacing: normal;
	 font-weight: normal;
         font-stretch: normal;
         font-style: normal;
	 text-align: left;
}

.infoCard .rightText  ul{ 
	margin-bottom: 1.5rem;
	margin-left: 3.5rem;
}

.infoCard .rightText .InfoCardButton{ 
	font-family: Effra-Regular;
	font-size: 1.25rem;
	color:#fff;
	line-height: 1.125rem;
	text-decoration: none;
	align-self: flex-start;
	padding: 0.5rem 2rem;
	border-radius: 48px;
        margin-bottom:5.89375rem;
        letter-spacing: normal;  
	text-align: center;
	font-weight: normal;
        font-stretch: normal;
        font-style: normal;
}

 .infoCard.green .rightText .InfoCardButton{ 
	background: #1a2142;
}

.infoCard.grey .rightText .InfoCardButton{ 
	background: #006de9;
} 

 
@media only screen and (max-width: 767px) {
.infoCard{
	flex-direction: column;
	margin: 0; 
}
 .infoCard.imgalignLeftAlign{
	
	display: flex;
	flex-direction: column;
	
}
 .infoCard.imgalignRightAlign{
	
	display: flex;
	flex-direction:column;
	}

.infoCard .rightText {
    padding: 1.5rem 1.375rem 0rem 1.375rem;
}


.infoCard .rightText .InfoCardButton{ 
	margin-top: 0rem;
	padding: 0.75rem 1.1875rem;
	margin-bottom:2.25rem;
}
}


/*CSS for theme header Component Starts*/

.themeHeaderComp{
display: flex;
flex-direction: column;
max-width: 100%;
width:100%;
   

}


.themeHeaderComp .themeHeaderHeadOne.bg_color_white a,.themeHeaderComp .themeHeaderHeadOne.bg_color_white h1,
.themeHeaderComp .themestext.bg_color_white p,.themeHeaderComp .themeHeaderReadMoreButton.bg_color_white,
.themeHeaderComp .themeHeaderMoreThemesButtonDiv.bg_color_white a,.themeHeaderComp .themestext.bg_color_white p,
.themeHeaderComp .themeHeaderHeadOne.bg_color_white span
{
	color: #ffffff;
}

.themeHeaderComp .themeHeaderHeadOne.bg_color_darkblue a,.themeHeaderComp .themeHeaderHeadOne.bg_color_darkblue h1,
.themeHeaderComp .themeHeaderHeadOne.bg_color_darkblue a,
.themeHeaderComp .themestext.bg_color_darkblue p,.themeHeaderComp .themeHeaderReadMoreButton.bg_color_darkblue,
.themeHeaderComp .themeHeaderMoreThemesButtonDiv.bg_color_darkblue a,.themeHeaderComp .themestext.bg_color_darkblue p,
.themeHeaderComp .themeHeaderHeadOne.bg_color_darkblue span
{                        
	color: #00395d;
}              

.themeHeaderComp .themeHeaderMoreThemesButton.bg_color_darkblue{
    border: solid 0.125rem #00395d;
}                                
 .themeHeaderComp .themeHeaderMoreThemesButton.bg_color_white{
	border: solid 0.125rem #ffffff;
}

.themeHeaderComp .themeHeaderHead{
	display: flex;
	flex-direction: column;
}

.themeHeaderComp .themeHeaderHeadTwo{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.themeHeaderComp .themeHeaderMoreThemesButtonDiv{
	display: flex;
	flex-direction: row;
}

.themeHeaderComp .themeHeaderHeadTwo .themeHeaderSubscribe{
	width: 57%;
	display: flex;
}

.themeHeaderComp .themeHeaderHead.bg_color_ .themeHeaderHeadOne div{
	margin: 1.25rem 0rem;
}

.themeHeaderComp .themeHeaderHead.bg_color_darkblue .themeHeaderHeadOne.bg_color_darkblue div:before{
   
	
	background-image: url(ibhomepage/images/relatedLink_carat.svg);
    background-repeat: no-repeat;
    width: 14px;
    margin-top: -2.04px;
    height: 14px;
    margin-right: 12px;
    background-size: 6.7px;
   
}
.themeHeaderComp .themeHeaderHead.bg_color_white .themeHeaderHeadOne.bg_color_white div:before{
  
	background-image: url(ibhomepage/images/caratWhite.svg);
    background-repeat: no-repeat;
	width: 20px;
    height: 15px;
    margin-right: 8px;
    background-size: 18px;
  
}

.themeHeaderComp .themeHeaderHead .themeHeaderHeadOne div:before{
    display:  inline-block;
    content: '';
	  vertical-align: middle;
    transform: rotate(539deg);
    
	
}

 
.themeHeaderComp .themeHeaderHeadOne span{
    font-family: Effra-Regular; 
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    margin:3.5rem 3.5rem 1.5rem 0rem;
    text-decoration: none;
	
}
.themeHeaderComp .themeHeaderHeadOne a{
  font-family: Effra-Regular;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  letter-spacing:0rem;
  text-decoration: none;
  margin:0rem 0rem 1.5rem 0rem;

}

.themeHeaderComp .themeHeaderHeadOne h1{
     font-family: Effra-Bold;
     font-size: 8rem;
     font-weight: bold;
     font-stretch: normal;
      font-style: normal;
     line-height: 1.06;
     letter-spacing: -0.3125rem;
     text-align: left;
     text-decoration: none;
     word-wrap: break-word;
	  
	 
}

.themeHeaderComp .themeHeaderImg img{
	 width: 100%;
         vertical-align: middle;
	 min-height: 21.25rem;
	 height: 28rem; 

}

.themeHeaderComp .themeHeaderImg{
	position: relative;
}

.themeHeaderComp .themeHeaderHeadOne{
	position: absolute;
        bottom: 0rem;
}

.themeHeaderComp .themeHeaderHeadOne{
	display: flex;
	flex-direction: column;
	width: 57%;
    padding: 3.5rem 3.5rem 0rem 3.5rem;
	max-width:1920px;
	margin:0 auto; 
}
.themeHeaderComp .themestext{
    width: 57%;
    padding:0rem 7.5625rem 0rem 0rem;
}

.themeHeaderComp .themesSectionContainer{
	width: 43%;
        padding-left:0.625rem;
}


.themeHeaderComp .themeHeaderMoreThemes{
	
    align-items: center;
    flex: 1;
  align-self: flex-end; 
	
}
.themeHeaderComp .themeHeaderText{
	display: flex;
	flex-direction: row;
	padding: 3.5rem 0rem 3rem 3.5rem;
}

.themeHeaderComp .themeHeaderText p{
font-family: Effra-Regular;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  margin-bottom:3rem;
}

.themeHeaderComp .themeHeaderText b{
	font-family: Effra-Bold;
	 font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
	 margin-top:3.5rem;
  margin-left:3.5rem;
  margin-bottom:3rem;
}



.themeHeaderComp .themeHeaderReadMoreButton{
	font-family: Effra-Bold;
	font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.0625rem;
  text-align: left;
  text-decoration: none;
	
}



.themeHeaderComp .themeHeaderMoreThemesButton{
	font-family: Effra-Regular;
	font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
	text-decoration: none;
	margin-top: 1rem;
	margin-right:1rem;
	padding: 0.5rem 1rem;
  border-radius: 2.5rem;
 border: solid 0.125rem #ffffff;
}



.themeHeaderComp .themestext p{
   margin:0rem;
}



@media only screen and  (max-width: 400px) {
.themeHeaderComp .themeHeaderImg img{
	min-height: 0;
	height: 184px;
}



.themeHeaderComp .themeHeaderHeadOne span {
  
font-family: Effra-Regular;
    font-size: 16px;
    line-height: 18px;
    margin: 20px 0;
    letter-spacing: 0;
    text-decoration: none;
   
}
    



.themeHeaderComp .themeHeaderHeadOne h1 {
	 font-size: 30px;
    line-height: 32px;
    letter-spacing: -3px;
 
  
}

.themeHeaderComp .themeHeaderHeadOne  a{
	font-family: Effra-Regular;
	font-size: 16px;
	line-height: 18px;
	margin: 20px 0px;
	letter-spacing:0px;
	text-decoration: none;

}
.themeHeaderComp .themeHeaderMoreThemesButton{
	font-family: Effra-Regular;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    margin-right: 16px;
    border-radius: 30px;
    padding: 4px 16px;
}
.themeHeaderComp .themeHeaderReadMoreButton{
    font-family: Effra-Bold;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    margin-right: 25px;
   margin-bottom: 16px;
}

.themeHeaderComp .themeHeaderText p , .themeHeaderComp .themeHeaderText b{
    font-size: 16px;
    line-height: 24px;
}


.themeHeaderComp .themeHeaderText h1 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.67px;
    margin-top: 16px;
}

.themeHeaderComp .themeHeaderImg {
    position: static;
}
.themeHeaderComp .themeHeaderHeadOne {
 position: static;
	padding: 8px 24px 0 24px;
	margin-bottom: 0;
}

.themeHeaderComp .themeHeaderHeadTwo{
	flex-direction: column;


}

.themeHeaderComp .themestext {
    width: 57%;
    padding: 0px 50px 0px 0px;
} 
.themeHeaderComp .themesSectionContainer{
     width:100%;
	padding:44px 0px 0px 0px;
}
.themeHeaderComp .themeHeaderText {
	display:flex;
	flex-direction: column;
	padding: 44px 24px 34px 24px;
}
.themeHeaderComp .themestext{

	width:100%;
}
 .themeHeaderComp .themeHeaderHeadOne {
    width: 100%;
}


.themeHeaderComp .themeHeaderMoreThemes {
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    width: 100%;
    align-self: flex-start;
}



.themeHeaderComp .themeHeaderHead.bg_color_darkblue .themeHeaderHeadOne.bg_color_darkblue div:before{

	width: 15px;
    margin-top: -6.04px;
    height: 15.5px;
    margin-left: -9px;
    margin-right: 11px;
    background-size: 5.9px;
}


.themeHeaderComp .themeHeaderHead.bg_color_white .themeHeaderHeadOne.bg_color_white div:before{
	margin-top: -3px;
    height: 15.4px;
    width: 13px;
    margin-right: 7px;
    background-size: 17px;
   
}

	
}



@media only screen and (min-width: 401px) and (max-width: 767px) {
.themeHeaderComp .themeHeaderImg img{
		min-height: 0;
	height: 184px;
}

.themeHeaderComp .themeHeaderHeadOne span {
 
       font-family: Effra-Regular;
    font-size: 16px;
    line-height: 18px;
    margin: 20px 0;
    letter-spacing: 0;
    text-decoration: none;
  

}

.themeHeaderComp .themeHeaderMoreThemesButton {
    font-family: Effra-Regular;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    margin-right: 16px;
    border-radius: 30px;
    padding: 4px 16px;
}




.themeHeaderComp .themeHeaderReadMoreButton {
    font-family: Effra-Bold;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    margin-right: 25px;
}
.themeHeaderComp .themeHeaderHead.bg_color_white .themeHeaderHeadOne.bg_color_white div:before{
	
 
	margin-top: -2px;
    width: 14px;
    height: 13px;
    margin-right: 7px;
    background-size: 18px;
    vertical-align: middle;
	
}

.themeHeaderComp .themeHeaderImg {
    position: static;
}
.themeHeaderComp .themeHeaderHeadOne {
    position: static;
	padding: 8px 24px 0 24px;
	margin-bottom: 0;
}

.themeHeaderComp .themeHeaderText p , .themeHeaderComp .themeHeaderText b{
    font-size: 16px;
    line-height: 24px;
}
.themeHeaderComp .themeHeaderText h1 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.67px;
    margin-top: 16px;
}


 .themeHeaderComp .themeHeaderHeadOne h1 {
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -3px;
	
  
}
 .themeHeaderComp .themestext {
  
    padding: 0px 50px 0px 0px;
 }

 .themeHeaderComp .themeHeaderHeadTwo{
	flex-direction: column;


}
.themeHeaderComp .themesSectionContainer{
       width:100%;
	padding:44px 0 0 0;
}
.themeHeaderComp .themeHeaderText {
	display:flex;
	flex-direction: column;
	padding: 44px 24px 34px 24px;
}
.themeHeaderComp .themestext{

	width:100%;
}


 .themeHeaderComp .themeHeaderHeadOne {
    width: 100%;
}

.themeHeaderComp .themeHeaderMoreThemes {
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    width: 100%;
    align-self: flex-start;
}

.themeHeaderComp .themeHeaderReadMoreButton{
	margin-bottom: 16px;
}



.themeHeaderComp .themeHeaderHeadOne a{
	margin:20px 0px;
	
}


.themeHeaderComp .themeHeaderHead.bg_color_darkblue .themeHeaderHeadOne.bg_color_darkblue div:before{

	width: 15px;
    margin-top: -6.04px;
    height: 12.5px;
    margin-left: -9px;
    margin-right: 11px;
    background-size: 5.9px;
  
}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.themeHeaderComp .themeHeaderImg img{
	min-height: 0;
	height: 384px;
}

.themeHeaderComp .themeHeaderHeadOne span {
    
   font-family: Effra-Regular;
    font-size: 16px;
    line-height: 18px;
    margin: 20px 0;
    letter-spacing: 0;
    text-decoration: none;
   margin-left: 4.1px ;
}

.themeHeaderComp .themeHeaderHead.bg_color_darkblue .themeHeaderHeadOne.bg_color_darkblue div:before{
  
 width: 55px;
    height: 13.7px;
    margin-left: -47.8px;
    margin-right: 8px;
    background-size: 6px;
    margin-top: -5.6px;


   
}

.themeHeaderComp .themeHeaderHead.bg_color_white .themeHeaderHeadOne.bg_color_white div:before{
  
    margin-top: -4px;
    width: 12px;
    margin-right: 6px;
    height: 15.1px;
    background-size: 18px;

	
}

.themeHeaderComp .themeHeaderImg {
    position: static;
}
.themeHeaderComp .themeHeaderHeadOne {
    position: static;
	padding: 32px 62px 0 62px;
	margin-bottom: 0;
}

.themeHeaderComp .themeHeaderHeadOne h1 {
	font-size: 40px;
	letter-spacing: -1.33px;
	line-height: 42px;
 }
 
 
 

.themeHeaderComp .themesSectionContainer{
    	width:100%;
	display:flex;
	 padding: 32px 0 0 0; 
}

.themeHeaderComp .themestext{

	width:100%;
}

.themeHeaderComp .themeHeaderSubscribe a{
	font-size: 16px;
	line-height: 16px;
 }

 .themeHeaderComp .themeHeaderReadMoreButton{
	line-height: 18px;
	margin-right:0;
	font-family: Effra-Bold;
    font-size: 14px;
	text-decoration: none;
 }



.themeHeaderComp .themeHeaderMoreThemes{
	margin-bottom: 6px;
}

 .themeHeaderComp .themeHeaderMoreThemesButton{
	
	line-height: 16px;
	margin-left: 13px;
	margin-right:0;
	font-family: Effra-Regular;
    font-size: 14px;
    text-decoration: none;
  border-radius: 30px;
  padding: 4px 16px;
}

.themeHeaderComp .themeHeaderText {
     padding: 32px 62px 48px 62px;
    display: flex;
	flex-direction: column;
}
.themeHeaderComp .themeHeaderHeadOne {
    width: 100%;
}


.themeHeaderComp .themeHeaderHeadTwo{

    padding: 0px 20px 0px 0px;
}

.themeHeaderComp .themeHeaderText p , .themeHeaderComp .themeHeaderText b{
    font-size: 18px;
    line-height: 30px;
}
.themeHeaderComp .themeHeaderText h1 {
	font-size: 30px;
	line-height: 33px;
}


.themeHeaderComp .themeHeaderMoreThemes {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
    align-self: flex-end;
}

.themeHeaderComp .themestext {
   
    padding: 0px 50px 0px 0px;
}


}

@media only screen and (min-width: 2200px)

{
  .themeHeaderComp .themeHeaderHeadOne {
 margin-left: 27%;
margin-right: 10%;
width: auto; 
			
}
	 
.themeHeaderComp .themeHeaderText{  
    margin-left: 27%;
    width: auto;
    margin-right: 23%; 
  
}
.themeHeaderComp .themestext {
     width:50%;
    padding: 0;	 
 }

 .themeHeaderComp .themesSectionContainer {
     padding-left: 10%;
    width: auto;
 
}  

}
 



.home-card_weekly-insight-twitter, .home-card_theme {
    display: flex;
    flex-direction: row;
    max-width: 1920px;
    margin: 0 auto;
    padding: 40px 50px;
    justify-content: space-between;
}

.home-card-pathfield .x-form-search-trigger {
    margin-left: 283px !important;
    left: inherit;
}

.col__full-width .home-card_weekly-insight-twitter, .col__full-width .home-card_theme {
    margin: 0px -15px !important;
    padding: 40px 0px !important;
}

.home-card_theme .home-card-theme-link, .home-card_series .home-card-series-link {
    text-decoration: none;
}

.home-card-theme-text-image.bkg_green {
    background-color: #006666;
}

.home-card-theme-text-image.bkg_purple {
    background-color: #4c3d6c;
    height: inherit;
}

.home-card-theme-text-image.bkg_grey {
    background-color: #66889e;
}

.home-card-theme-text-image.bkg_dark_blue {
    background-color: #00395d;
}

.home-card-theme-text-image.bkg_barclays_blue {
    background-color: #2ca9e0;
}

.home-card-theme-text-image img {
    min-width: 216px;
    max-width: 216px;
    line-height: 15px;
    text-align: left;
    font-size: 12px;
    color: #666;
    word-break: break-word;
}

.home-card-series-desktop-img, .home-card-theme-mobile-img, .home-card-series-mobile-img {
    line-height: 15px;
    text-align: left;
    font-size: 12px;
    color: #666;
    word-break: break-word;
}

.home-card-theme-text-image {
    width: 48%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.home-card-theme-text-image .home-card-theme-text {
    padding: 40px 15px 40px 40px;
}

.home-card-theme-text-image .home-card-theme-contentType {
    font-family: Effra-Bold, sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    margin-bottom: 61px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
}

.home-card-theme-text-image .home-card-theme-title {
    font-family: Effra-Bold, sans-serif;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -1px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
}

.home-card-theme-text-image .home-card-theme-teaser {
    font-family: Effra-Regular, sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
}

.home-card-theme-text-image.bkg_darkBlue .home-card-theme-contentType {
    color: #009ed8;
}

.home-card-theme-text-image.bkg_dark_blue .home-card-theme-text .home-card-theme-contentType {
    color: #009ed8;
}

.home-card-theme-teaser, .home-card-series-title, .home-card-series-teaser {
    word-break: break-word;
}

.home-card-theme-text-image.bkg_dark_blue .home-card-theme-text .home-card-theme-title, .home-card-theme-text-image.bkg_dark_blue .home-card-theme-text .home-card-theme-teaser, .home-card-theme-text-image.bkg_grey .home-card-theme-text .home-card-theme-contentType, .home-card-theme-text-image.bkg_grey .home-card-theme-text .home-card-theme-title, .home-card-theme-text-image.bkg_grey .home-card-theme-text .home-card-theme-teaser, .home-card-theme-text-image.bkg_purple .home-card-theme-text .home-card-theme-contentType, .home-card-theme-text-image.bkg_purple .home-card-theme-text .home-card-theme-title, .home-card-theme-text-image.bkg_purple .home-card-theme-text .home-card-theme-teaser, .home-card-theme-text-image.bkg_green .home-card-theme-text .home-card-theme-contentType, .home-card-theme-text-image.bkg_green .home-card-theme-text .home-card-theme-title, .home-card-theme-text-image.bkg_green .home-card-theme-text .home-card-theme-teaser {
    color: #ffffff;
}

.home-card-theme-text-image.bkg_barclays_blue .home-card-theme-text .home-card-theme-contentType, .home-card-theme-text-image.bkg_barclays_blue .home-card-theme-text .home-card-theme-title, .home-card-theme-text-image.bkg_barclays_blue .home-card-theme-text .home-card-theme-teaser {
    color: #00395d;
}

.home-card_weekly-insight-twitter.static {
    padding: 20px 28px;
}

.home-card_weekly-insight-twitter.dynamic {
    padding: 40px 54px;
}

.home-card_weekly-insight-twitter .home-card-weekly-insight {
    width: 48%;
    background-color: #1a2142;
    padding: 40px 32px 32px 32px;
    position: relative;
}

.home-card-weekly-insight a {
    text-decoration: none;
    font-family: Effra-Regular, sans-serif;
}

.home-card_weekly-insight-twitter .home-card-twitter {
    width: 48%;
    padding: 40px 59px 12px 32px;
}

.home-card_weekly-insight-twitter .home-card-twitter.light-blue {
    background-color: rgba(0, 118, 182, 0.25);
}

.home-card_weekly-insight-twitter .home-card-twitter.grey {
    background-color: #ececec;
}

.home-card-weekly-insight .home-card-weekly-insight-header {
    display: flex;
    flex-direction: row;
    margin-bottom: 26px;
    justify-content: space-between;
}

.home-card-weekly-insight .home-card-weekly-insight-header h2 {
    color: #ffffff;
    margin-right: 10px;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 0px;
    font-family: Effra-Bold, sans-serif;
}

.home-card-weekly-insight .home-card-weekly-insight-header p {
    margin-top: 14px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 0px;
    font-family: Effra-Bold, sans-serif;
}

.home-card-weekly-insight h4 {
    color: #ffffff;
    margin-bottom: 24px;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -1px;
    font-family: Effra-Bold, sans-serif;
}

.home-card-weekly-insight .home-card-weekly-insight-block {
    padding-bottom: 44px;
    display: block;
}

.home-card-weekly-insight .home-card-weekly-insight-teaser {
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    margin-bottom: 32px;
    font-family: Effra-Regular, sans-serif;
}

.home-card-weekly-insight-read-btn, .twitter-readmore-button {
    color: #ffffff;
    background-color: #006DE3;
    border-radius: 30px;
    padding: 15px 24px 17px;
    text-decoration: none;
    align-self: baseline;
    position: absolute;
    bottom: 32px;
    font-family: Effra-Regular, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
}

.twitter-readmore-button:hover {
    background-color: #005BBE;
    color: #ffffff;
}

.home-card-weekly-insight-read-btn:hover {
    background-color: #005BBE;
    color: #ffffff;
}

.home-card-twitter {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-card-twitter .home-card-twitter-header h2 {
    color: #000000;
    margin-bottom: 32px;
    font-family: Effra-Bold;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -1px;
}

.home-card-twitter .home-card-twitter-header p {
    color: #000000;
    font-family: Effra-Regular;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    margin-bottom: 44px;
}

.home-card-twitter .home-card-social-profiles {
    display: flex;
    flex-direction: column;
}

.home-card-twitter .home-card-social-profiles .home-card-profile {
    padding-right: 75px;
    margin-bottom: 40px;
}

.home-card-twitter .home-card-social-profiles .home-card-profile img {
    height: 24px;
    width: 30px;
}

.home-card-twitter .home-card-social-profiles .home-card-profile a {
    color: #006de3;
    text-decoration: none;
    margin-left: 24px;
    vertical-align: middle;
    font-family: Effra-Bold;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
}

.home-card-wrapper.dynamic-twitter-wrapper {
    display: flex;
    flex-direction: column;
    width: 48%;
    padding: 40px 32px 32px 32px;
    position: relative;
}

.home-card-series-text.home-card-series-text_slider.above_teaser {
    padding: 40px 40px 40px 40px;
}

.home-card-wrapper.dynamic-twitter-wrapper.light-blue, .home-card-twitter.static-twitter-wrapper.light-blue {
    background-color: rgb(0, 118, 182, 0.25);
}

.home-card-wrapper.dynamic-twitter-wrapper.grey, .home-card-twitter.static-twitter-wrapper.grey {
    background-color: rgb(217, 217, 217, 0.5);
}

.home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-title {
    display: flex;
    justify-content: space-between;
}

.twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-title {
    padding-left: 0px;
}

.home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-title h3 {
    font-family: Effra-Bold, sans-serif;
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -1px;
    color: #000;
}

.home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-title .twt-icon {
    width: 40px;
    height: 32px;
    align-self: normal;
    background-image: url(ibhomepage/images/twitterCyan30.svg);
    background-repeat: no-repeat;
    margin-right: -8px;
    margin-top: -5px;
}

.home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item {
    padding: 24px 10px 15px 0px;
}

.home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .twitter-timeline-info .twitter-author {
    font-family: Effra-Bold, sans-serif;
    display: flex;
    width: 48%;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #000;
}

.home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .twitter-timeline-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .twitter-timeline-info .twitter-handle, .home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .twitter-timeline-info .twitter-date, .home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .twitter-timeline-info abbr {
    margin-right: 5px;
    display: inline-flex;
    font-family: Effra-Regular, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #000;
}

.home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .twitter-timeline-info .twitter-handle {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #000;
}

.home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .twitter-timeline-info .twitter-date .date-dot {
    width: 2px;
    height: 2px;
    background: #00395d;
    align-self: center;
    margin-right: 4px;
    border-radius: 2px;
}

.home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .tweet-text-cont {
    margin-bottom: 22x;
}

.home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .tweet-text-cont .tweet-text, .home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .tweet-text-cont .tweet-text a {
    font-family: Effra-Regular, sans-serif;
    margin-top: 24px;
    margin-bottom: 44px;
    text-decoration: none;
    word-break: break-word;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #000;
}

.pure-js-carousel-dot-btn:button.disabled:hover, .pure-js-carousel-dot-btn:button.disabled:focus, .pure-js-carousel-dot-btn:button[disabled]:hover, .pure-js-carousel-dot-btn:button[disabled]:focus, .pure-js-carousel-dot-btn:button.disabled:hover, .pure-js-carousel-dot-btn:button.disabled:focus, .pure-js-carousel-dot-btn:button[disabled]:hover, .pure-js-carousel-dot-btn:button[disabled]:focus {
    background-color: #00395d;
}

.home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .tweet-text-cont .tweet-text .nav-arrow {
    display: none;
}

.home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .twitter-timeline-info .twitter-author .verified-badge {
    width: 16px;
    height: 16px;
    background-image: url(ibhomepage/images/twitter_timeline_verified_blue.svg);
    background-repeat: no-repeat;
    margin-left: 3px;
    align-self: center;
    margin: 5px 0 0 8px;
    filter: brightness(0) saturate(100%) invert(27%) sepia(100%) saturate(2141%) hue-rotate(199deg) brightness(92%) contrast(101%);
}

.carousel-theme .slide, .carousel-serise .slide {
    background: transparent;
    border-left: 24px solid #fff;
    border-right: 24px solid #fff;
    color: #fff;
    float: left;
    line-height: 5;
    display: flex;
    flex-wrap: wrap;
    margin-right: 3px;
}

/*------------------- HomeCard Infinite Carousel ---------------------*/

.home-card-theme-title {
    width: auto;
    word-break: break-word;
}

 .home-card_series .pure-js-carousel {
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
    width: 1222px !important;
    margin: 0 auto;
}

.pure-js-carousel-list:before, .pure-js-carousel-list:after {
    content: "";
    display: table
}

.pure-js-carousel-list:after {
    clear: both
}

.pure-js-carousel-slide {
    float: left
}

.pure-js-carousel-list {
    display: flex;
}

.home-card-series-image_single.home-card-series-image_above_teaser {
    margin-left: 40px;
    position: absolute;
    margin-top: 65px;
}

.pure-js-carousel-btn-next {
    border: 0px;
    box-shadow: -1px 1px 5px #88888a;
}

.pure-js-carousel-btn-prev {
    border: 0px;
    box-shadow: -1px 1px 5px #88888a;
}

.pure-js-carousel-btn {
    background: white;
    border-radius: 40px;
    cursor: pointer;
    height: 48px;
    position: absolute;
    width: 48px;
    margin: 0;
    top: 50%;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

.pure-js-carousel-btn:hover {
    background-color: #ffffff;
}

.pure-js-carousel-btn-next {
    left: 95.3%;
    -moz-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
    background-image: url("ibhomepage/images/Icon_Right Arrow_Home Cards.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.pure-js-carousel-btn-prev {
    left: 0.3%;
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    background-image: url("ibhomepage/images/Icon_Left Arrow_Home Cards.svg");
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.pure-js-carousel-dots {
    float: left;
    margin-top: -10px;
    text-align: center;
    width: 100%;
}

.pure-js-carousel-dot {
    display: inline-block;
    margin: 0 5px;
}

.pure-js-carousel-dot-btn {
    background: #D8D8D8;
    opacity: 0.9;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    padding: 1px;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 0px 0 rgb(255 255 255 / 50%) inset;
    box-shadow: 0 0px 0 rgb(255 255 255 / 50%) inset;
}

.pure-js-carousel-dot-btn:hover, .pure-js-carousel-dot-btn:focus {
    background-color: #D8D8D8;
}

 .home-card_series .active .pure-js-carousel-dot-btn {
    background: #2CA9E0;
    opacity: 1.0 !important;
}

/*-------------------------------- Series --------------------------*/

.home-card-series-text-image.bkg_green {
    background-color: #006666;
    height: inherit;
}

.home-card-series-text-image.bkg_purple {
    background-color: #4c3d6c;
    height: inherit;
}

.home-card-series-text-image.bkg_grey {
    background-color: #66889e;
    height: inherit;
}

.home-card-series-text-image.bkg_dark_blue {
    background-color: #192142;
    height: inherit;
}

.home-card-series-text-image.bkg_barclays_blue {
    background-color: #2ca9e0;
    height: inherit;
}

.home-card-series-text.home-card-series-text_slider.no-Image, .home-card-series-text.home-card-series-text_single.no-Image {
    padding: 40px 40px 40px 40px;
}

/*CSS for Custom Video Component Starts*/

.home-card_series .home-card-series-link, .home-card_series .home-card-series-link {
    text-decoration: none;
}

.home-card-series-text-image.bkg_green {
    background-color: #006666;
}

.home-card-series-text-image.bkg_purple {
    background-color: #4c3d6c;
    height: inherit;
}

.home-card-series-text-image.bkg_grey {
    background-color: #66889e;
}

.home-card-series-text-image.bkg_barclays_blue {
    background-color: #2ca9e0;
}

.home-card-series-text-image img {
    min-width: 216px;
    max-width: 216px;
}

.home-card-series-text-image {
    width: 560px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.home-card-series-text-image .home-card-series-text {
    padding: 40px 15px 40px 40px;
}

.home-card-series-text-image .home-card-series-text.home-card-series-text_single.above_teaser {
    padding: 40px 40px 40px 40px;
}

.home-card-series-text-image .home-card-series-contentType {
    font-family: Effra-Bold, sans-serif;
    font-size: 14px;
    margin-bottom: 78px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
}

.home-card-series-text-image .home-card-series-title {
    font-family: Effra-Bold, sans-serif;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -1px;
}

.home-card-series-text-image .home-card-series-teaser {
    font-family: Effra-Regular, sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
}

.home-card-series-text-image.bkg_darkBlue .home-card-series-contentType {
    color: #009ed8;
}

.home-card-series-text-image.bkg_dark_blue .home-card-series-text .home-card-series-contentType {
    color: #ffffff;
}

.home-card-series-text-image.bkg_dark_blue .home-card-series-text .home-card-series-title, .home-card-series-text-image.bkg_dark_blue .home-card-series-text .home-card-series-teaser, .home-card-series-text-image.bkg_grey .home-card-series-text .home-card-series-contentType, .home-card-series-text-image.bkg_grey .home-card-series-text .home-card-series-title, .home-card-series-text-image.bkg_grey .home-card-series-text .home-card-series-teaser, .home-card-series-text-image.bkg_purple .home-card-series-text .home-card-series-contentType, .home-card-series-text-image.bkg_purple .home-card-series-text .home-card-series-title, .home-card-series-text-image.bkg_purple .home-card-series-text .home-card-series-teaser, .home-card-series-text-image.bkg_green .home-card-series-text .home-card-series-contentType, .home-card-series-text-image.bkg_green .home-card-series-text .home-card-series-title, .home-card-series-text-image.bkg_green .home-card-series-text .home-card-series-teaser {
    color: #ffffff;
}

.home-card-series-text-image.bkg_barclays_blue .home-card-series-text .home-card-series-contentType, .home-card-series-text-image.bkg_barclays_blue .home-card-series-text .home-card-series-title, .home-card-series-text-image.bkg_barclays_blue .home-card-series-text .home-card-series-teaser {
    color: #00395d;
}

.pure-js-carousel-dot {
    font-size: 0rem;
    letter-spacing: 0;
    line-height: 5px;
}

.home-card-series-desktop-img.next_to_teaser {
    height: 100%;
    width: 100%;
}

.home-card-series-image.home-card-series-image_above_teaser {
    margin-left: 83px;
    position: absolute;
    margin-top: 65px;
}

.home-card-series-contentType_above_teaser {
    margin-bottom: 185px;
}

.home-card-series-desktop-img_above.above_teaser {
    position: relative;
    margin-top: 82px;
    width: 187px;
    min-width: 187px;
    height: 152px;
    right: 480px;
    min-height: 152px;
    margin-left: -20px;
}

.home-card-series-teaser_slider.home-card-series-teaser_ie_above_teaser.above_teaser {
    width: 23em;
}

.home-card-series-desktop-img_single.above_teaser {
    margin-left: -42px;
    width: 187px;
    min-width: 187px;
    height: 152px;
    min-height: 152px;
    margin-top: 15px;
}

.home-card_series {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1920px;
    margin: 0 auto;
    padding: 40px 50px;
    justify-content: space-between;
    border: 1px solid transparent;
}

.home-card-series-mobile-img {
    display: none;
}

.home-card-series-desktop-img.top_right_corner {
    width: 10px;
    height: 93px;
    min-width: 93px;
    padding-right: 26px;
    padding-top: 30px;
    min-height: 93px;
}

.home-card-theme-link, .home-card-series-link {
    display: flex;
}

.pure-js-carousel-dot-btn:button:hover, .pure-js-carousel-dot-btn:button:focus {
    background: #00395D;
    opacity: 0.40;
}

/*----------------- All Media Queries -----------------*/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .home-card_weekly-insight-twitter {
        padding: 20px 0px 20px 2px;
    }

    .home-card-weekly-insight-read-btn, .twitter-readmore-button {
        bottom: 34px;
    }

    .col__full-width .home-card_weekly-insight-twitter, .col__full-width .home-card_theme {
        padding: 20px 0px !important;
    }

    .home-card-weekly-insight .home-card-weekly-insight-header h2 {
        font-size: 30px;
        margin: 0;
        margin-top: 8px;
    }

    .home-card-weekly-insight h4 {
        font-size: 40px;
    }

    .home-card-weekly-insight .home-card-weekly-insight-teaser {
        font-size: 20px;
    }

    .home-card-twitter .home-card-twitter-header h2 {
        font-size: 40px;
        margin-bottom: 32px;
    }

    .home-card-twitter .home-card-social-profiles {
        justify-content: space-between;
    }

    .home-card-twitter .home-card-social-profiles .home-card-profile {
        padding-right: 0px;
    }

    .home-card-twitter .home-card-social-profiles .home-card-profile img {
        height: 24px;
        width: 24px;
    }

    .home-card-twitter .home-card-social-profiles .home-card-profile a {
        margin-left: 27px;
    }

    .home-card-weekly-insight .home-card-weekly-insight-header {
        flex-direction: column-reverse;
        margin-bottom: 26px;
    }

    .home-card-weekly-insight .home-card-weekly-insight-header p {
        margin-top: 0px;
    }

    .home-card-twitter .home-card-twitter-header p {
        font-size: 20px;
        margin-bottom: 64px;
    }

    .home-card_theme {
        padding: 20px 20px 0px 20px;
    }

    .home-card-theme-text-image {
        flex-direction: column-reverse;
        margin-bottom: 25px;
    }

    .home-card-theme-text-image .home-card-theme-text {
        padding: 20px 20px 50px 20px;
        flex-grow: 1;
    }

    .home-card-theme-text-image img {
        width: 100%;
        height: 176px;
        min-width: unset;
        max-width: unset;
    }

    .home-card-theme-text-image .home-card-theme-desktop-img {
        display: none;
    }

    .home-card-theme-text-image .home-card-theme-mobile-img {
        display: block !important;
    }

    .home-card-theme-text-image .home-card-theme-contentType {
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: normal;
        margin-bottom: 10px;
    }

    .home-card-theme-text-image .home-card-theme-title {
        font-size: 30px;
        line-height: 1;
        letter-spacing: -1px;
    }

    .home-card-theme-text-image .home-card-theme-teaser {
        font-size: 20px;
        line-height: 1.16;
        margin: 0;
    }

    .home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-title h3 {
        font-size: 30px;
    }

    .home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item {
        padding-bottom: 36px;
        padding: 0px 0px 16px 0px;
    }

    .home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .twitter-timeline-info .twitter-author {
        font-size: 20px;
        margin: 0;
    }

    .home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .twitter-timeline-info .twitter-handle, .home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .twitter-timeline-info .twitter-date, .home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .twitter-timeline-info abbr {
        font-size: 14px;
        letter-spacing: 0;
    }

    .home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .tweet-text-cont .tweet-text, .home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .tweet-text-cont .tweet-text a {
        font-size: 20px;
        margin-top: 24px;
    }

    .home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-title {
        margin-bottom: 24px;
    }

    .home-card-series-text-image {
        flex-direction: column-reverse;
        margin-bottom: 16px;
    }

    .home-card-series-text-image .home-card-series-text {
        padding: 20px 20px 50px 20px;
        flex-grow: 1;
    }

    .home-card-series-text-image .home-card-series-text.home-card-series-text_single.above_teaser {
        padding: 20px 20px 50px 20px;
    }

    .home-card-series-text-image img {
        width: 100%;
        height: 176px;
        min-width: unset;
        max-width: unset;
    }

    .home-card-series-text-image .home-card-series-desktop-img {
        display: none;
    }

    .home-card-series-text-image .home-card-series-mobile-img {
        display: block !important;
    }

    .home-card-series-text-image .home-card-series-contentType {
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.14;
        letter-spacing: normal;
    }

    .home-card-series-text-image .home-card-series-title {
        font-family: Effra-Bold;
        font-size: 30px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.13;
        letter-spacing: -1px;
    }

    .home-card-series-text-image .home-card-series-teaser {
        margin: 0;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.6;
        letter-spacing: normal;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .home-card-theme-text-image, .home-card_weekly-insight-twitter .home-card-weekly-insight, .home-card_weekly-insight-twitter .home-card-twitter, .home-card-wrapper.dynamic-twitter-wrapper {
        width: 480px;
    }

    .home-card-series-text.home-card-series-text_slider.next_to_teaser {
        padding: 20px 50px 50px 35px;
    }

    .home-card-series-text.home-card-series-text_slider.above_teaser {
        padding: 20px 20px 50px 45px !important;
        width: 90%;
    }

    .home-card-series-text.home-card-series-text_slider.top_right_corner {
        padding: 20px 55px 50px 10px;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_top_right_corner {
        margin-left: 83% !important;
    }

    .home-card-series-text.home-card-series-text_slider.no-Image {
        padding: 20px 65px 50px 35px;
    }

    .carousel-theme .slide, .carousel-serise .slide {
        margin-right: 0px !important;
    }

    .home-card-series-contentType.home-card-series-contentType_slider.home-card-series-contentType_next_to_teaser, .home-card-series-title.home-card-series-title_next_to_teaser, .home-card-series-teaser.home-card-series-teaser_slider.home-card-series-teaser_ie_next_to_teaser.next_to_teaser, .home-card-series-contentType_slider.home-card-series-contentType_no-Image, .home-card-series-title.home-card-series-title_ {
        width: 85%;
    }

    .home-card-series-teaser.text-to-shrink.home-card-series-teaser_slier.home-card-series-teaser_ie_ {
        width: 85%;
    }

    .home-card_series {
        flex-wrap: nowrap;
    }

    .home-card-series-text-image.home-card-series-text-image_single {
        width: 420px;
    }

    .twitter-readmore-button, .home-card-weekly-insight-read-btn {
        position: absolute;
    }

    .home-card-series-text-image, .home-card_weekly-insight-twitter .home-card-weekly-insight, .home-card_weekly-insight-twitter .home-card-twitter, .home-card-wrapper.dynamic-twitter-wrapper {
        width: 480px;
    }

    .home-card_series .home-card-series-mobile-img.home-card-series-mobile-img_single.home-card-series-mobile-img_above_teaser {
        margin-left: -20px;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_above_teaser.img-contentType, 
    .home-card-series-mobile-img.home-card-series-mobile-img_next_to_teaser.img-contentType,
    .home-card-series-mobile-img.home-card-series-mobile-img_top_right_corner.img-contentType {
        display: none !important;
    }

    .home-card_series .home-card-series-text-image.home-card-series-text-image_slider {
        width: 800px;
    }

    .home-card_series .pure-js-carousel-list {
        margin-left: -720px !important;
    }

    .home-card_series {
        padding: 0px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .home-card-theme-text-image, .home-card_weekly-insight-twitter .home-card-weekly-insight, .home-card_weekly-insight-twitter .home-card-twitter, .home-card-wrapper.dynamic-twitter-wrapper {
        width: 352px;
    }

    .home-card-series-text.home-card-series-text_slider.next_to_teaser {
        padding: 20px 40px 20px 20px;
        margin-left: 10px;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_above_teaser {
        margin-left: 42px !important;
    }

    .home-card_theme, .carousel-theme.pure-js-carousel, .slide {
        margin-right: 0px !important;
    }

    .home-card-series-contentType_slider.home-card-series-contentType_above_teaser {
        width: 85% !important;
    }

    .home-card-series-teaser.home-card-series-teaser_slider.home-card-series-teaser_ie_above_teaser.above_teaser {
        width: 90% !important;
    }

    .home-card-series-text.home-card-series-text_slider.top_right_corner {
        right: 25px;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_top_right_corner {
        margin-left: 422px !important;
    }

    .home-card-series-text.home-card-series-text_slider.no-Image {
        right: 25px;
    }

    .home-card_weekly-insight-twitter .home-card-weekly-insight, .home-card_weekly-insight-twitter .home-card-twitter {
        padding: 32px 24px 32px 24px;
    }

    .home-card_weekly-insight-twitter .home-card-weekly-insight, .home-card_weekly-insight-twitter .home-card-twitter, .home-card-wrapper.dynamic-twitter-wrapper {
        width: 335px;
    }

    .twitter-readmore-button, .home-card-weekly-insight-read-btn {
        position: absolute;
        padding: 15px 24px 17px;
    }

    .home-card-wrapper.dynamic-twitter-wrapper {
        padding: 32px 24px 32px 24px;
    }

    .home-card_weekly-insight-twitter .home-card-twitter {
        width: 335px;
        justify-content: initial;
        padding: 32px 32px 8px 24px;
    }

    .home-card_series .home-card-series-mobile-img.home-card-series-mobile-img_single.home-card-series-mobile-img_above_teaser {
        margin-left: -20px;
    }

    .carousel-serise .slide {
        margin-right: 32px !important;
        border: 0px solid #fff !important;
    }

    .home-card-theme-text-image.home-card-theme-text-image_slider, 
    .home-card-series-text-image.home-card-series-text-image_slider {
        width: 74.6vw !important;
    }

    .carousel-theme .slide {
        margin-right: 32px !important;
        border: 0px solid #fff !important;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_above_teaser.img-contentType, 
    .home-card-series-mobile-img.home-card-series-mobile-img_next_to_teaser.img-contentType,
    .home-card-series-mobile-img.home-card-series-mobile-img_top_right_corner.img-contentType {
        display: none !important;
    }

    .home-card_theme {
        padding: 40px 0px 40px 0px;
    }

    .home-card-series-text-image.home-card-series-text-image_slider.sliderdivs {
        width: 73.7vw !important;
    }

}

@media only screen and (max-width: 767px) {
    .home-card_weekly-insight-twitter, .home-card_theme {
        flex-direction: column;
    }

    .home-card_weekly-insight-twitter .home-card-weekly-insight, .home-card_weekly-insight-twitter .home-card-twitter {
        width: auto;
        margin: 0;
        padding: 20px;
    }

    .home-card-weekly-insight .home-card-weekly-insight-header p {
        margin: 0;
        margin-top: 0px;
        margin-bottom: 8px;
    }

    .home-card_weekly-insight-twitter {
        padding: 20px;
    }

    .col__full-width .home-card_weekly-insight-twitter, .col__full-width .home-card_theme {
        padding: 20px 0px !important;
    }

    .home-card_weekly-insight-twitter .home-card-weekly-insight {
        margin-bottom: 32px;
        padding: 24px 20px 32px 16px;
    }

    .home-card-weekly-insight h4 {
        font-size: 30px;
        letter-spacing: -1px;
        line-height: 1.13;
        margin-bottom: 20px;
    }

    .home-card-weekly-insight .home-card-weekly-insight-block {
        padding-bottom: 9px;
    }

    .home-card-weekly-insight .home-card-weekly-insight-teaser {
        font-size: 14px;
        line-height: 1.57;
        margin-bottom: 24px;
    }

    .home-card-weekly-insight .home-card-weekly-insight-header {
        flex-direction: column-reverse;
        margin-bottom: 24px;
    }

    .home-card-weekly-insight .home-card-weekly-insight-header h2 {
        margin: 0;
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: -0.67px;
    }

    .home-card-twitter .home-card-twitter-header h2 {
        font-size: 30px;
        letter-spacing: -1px;
        line-height: 1.3;
        margin-bottom: 22px;
    }

    .home-card-twitter .home-card-twitter-header p {
        font-size: 14px;
        line-height: 1.57;
        margin-bottom: 32px;
    }

    .home-card-twitter .home-card-social-profiles {
        justify-content: space-between;
    }

    .home-card-twitter .home-card-social-profiles .home-card-profile {
        padding-right: 0px;
        margin-bottom: 24px;
    }

    .home-card-twitter .home-card-social-profiles .home-card-profile img {
        height: 16px;
        width: 20px;
    }

    .home-card_theme {
        padding: 20px 20px 0px 20px;
    }

    .home-card-theme-text-image {
        flex-direction: column-reverse;
        margin-bottom: 25px;
    }

    .home-card-theme-text-image {
        width: auto;
    }

    .home-card-theme-text-image .home-card-theme-text {
        padding: 20px 20px 50px 20px;
    }

    .home-card-theme-text-image img {
        width: 100%;
        height: 176px;
        min-width: unset;
        max-width: unset;
    }

    .home-card-theme-text-image .home-card-theme-desktop-img {
        display: none;
    }

    .home-card-theme-text-image .home-card-theme-mobile-img {
        display: block !important;
    }

    .home-card-theme-text-image .home-card-theme-contentType {
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: normal;
        margin-bottom: 10px;
    }
    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_above_teaser.img-contentType
    {
        display: block;
        width:100%;
        margin-left:0;
        top:0;
        height:147px;
		min-height:147px;
    }
    .home-card-series-contentType.home-card-series-contentType_slider.home-card-series-contentType_above_teaser {
        margin-top: 0px;
        padding:16px 16px 0 16px;
        margin-bottom:0 !important;        
    }
   .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_top_right_corner.img-contentType
    {
        display: block;
		width:100%;
		margin-right:0;
		height:147px;
        min-height:147px;
		margin-top:0;
        margin-bottom:16px; 
    }
   .home-card-series-text.home-card-series-text_slider.no-Image{
       margin-left:0;
       margin-top:0;
       padding:16px 0 0 0;
     }

.home-card-series-teaser.home-card-series-teaser_slider.home-card-series-teaser_ie_above_teaser.above_teaser
  {
    padding: 8px 16px 16px 16px;
  }
  .home-card-theme-text-image .home-card-theme-title {
        font-size: 30px;
        line-height: 1.13;
        letter-spacing: -1px;
    }

    .home-card-theme-text-image .home-card-theme-teaser {
        margin: 0;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.6;
        letter-spacing: normal;
    }

    .home-card-wrapper.dynamic-twitter-wrapper {
        padding: 24px 16px 24px 16px;
        width: 100%;
    }

    .home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-title h3 {
        font-size: 20px;
        letter-spacing: -0.67px;
        line-height: 1.2;
    }

    .home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item {
        padding-bottom: 0px;
    }

    .home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .twitter-timeline-info .twitter-author {
        font-size: 14px;
        letter-spacing: normal;
        line-height: 1.14;
    }

    .home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .twitter-timeline-info .twitter-handle, .home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .twitter-timeline-info .twitter-date, .home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .twitter-timeline-info abbr {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 16px;
    }

    .home-card-weekly-insight-read-btn, .twitter-readmore-button {
        position: relative;
        bottom: 0;
        padding: 8px 20px;
    }

    .home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .tweet-text-cont .tweet-text, .home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .tweet-text-cont .tweet-text a {
        font-size: 14px;
        line-height: 1.57;
        letter-spacing: normal;
    }

    .home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .twitter-timeline-info .twitter-author .verified-badge {
        align-self: center;
        margin: 2px 0 0 8px;
    }

    .home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-title .twt-icon {
        background-image: url(ibhomepage/images/twitterCyan20.svg);
        margin-top: -1px;
        margin-right: -18px;
        height: 25px;
    }

    .home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item {
        padding: 0px 10px 0px 0px;
    }

    .home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-title {
        display: flex;
        justify-content: space-between;
        margin-bottom: 24px;
    }

    .home-card_weekly-insight-twitter .home-card-twitter {
        padding: 24px 48px 14px 16px;
    }

    .home-card-series-text-image {
        flex-direction: column-reverse;
        margin-bottom: 25px;
    }

    .home-card-series-text-image {
        width: 307px;
    }

    .home-card-series-text-image .home-card-series-text {
        padding: 0;
        flex-grow: 1;
    }
    .home-card-series-mobile-img.home-card-series-mobile-img_single.home-card-series-mobile-img_top_right_corner {
        width: 100%;
        height: 176px;
        min-width: unset;
        max-width: unset;
        margin:0;
    }
   .home-card-series-contentType.home-card-series-contentType_single.home-card-series-contentType_top_right_corner
     {
           padding:16px 0 8px 16px;
    }
    .home-card-series-teaser.home-card-series-teaser_single.top_right_corner{
          padding:8px 0 16px 16px;
      }

    .home-card-series-text-image .home-card-series-text.home-card-series-text_single.above_teaser {
        padding: 20px 20px 50px 20px;
    }

    .home-card-series-text-image img {
        width: 100%;
        height: 176px;
        min-width: unset;
        max-width: unset;
    }

    .home-card-series-text-image .home-card-series-desktop-img {
        display: none;
    }
    .home-card-series-title.home-card-series-title_top_right_corner {
       margin-top:0 !important;
       margin:0;
       padding: 0  16px;
    }

  .home-card-series-contentType.home-card-series-contentType_slider.home-card-series-contentType_top_right_corner {
        width: 100% !important;
        padding:16px 16px 0 16px;
    }
   .home-card-series-teaser.home-card-series-teaser_slider.home-card-series-teaser_ie_top_right_corner.top_right_corner{
      padding:0 16px 16px 16px;
    }
 .home-card-series-text_slider.above_teaser {
        margin-top: 0 !important;
        margin-left: 0 !important; 
    }
    .home-card-series-text-image .home-card-series-contentType {
        font-size: 14px;
        margin-bottom: 8px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.14;
        letter-spacing: normal;

    }
    .home-card-series-text.home-card-series-text_slider.next_to_teaser {
		margin-left:0;
		padding:16px;
    }
    .home-card-series-contentType.home-card-series-contentType_slider.home-card-series-contentType_no-Image
    {
       padding:0 16px;
    }
    .home-card-series-text-image .home-card-series-contentType.home-card-series-contentType_slider.home-card-series-contentType_next_to_teaser {
        line-height: normal;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .home-card-series-text-image .home-card-series-text_slider .home-card-series-title.home-card-series-title_next_to_teaser {
        font-size: 24px;
        line-height: normal;
        letter-spacing: normal;
        margin: 8px 0 0 0;
    }

    .home-card-series-text-image .home-card-series-title {
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.13;
        letter-spacing: normal;

    }

    .home-card-series-text-image .home-card-series-teaser {
        margin:8px 0 0 0;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.6;
        letter-spacing: normal;

    }

    .home-card-series-text-image .home-card-series-title_ {
           padding: 0 0 0 16px;
        }
	.home-card-series-teaser.home-card-series-teaser_slider.home-card-series-teaser_ie_ {
            padding: 0 0 0 16px;
        }
    .home-card-wrapper.dynamic-twitter-wrapper .twitter-timeline-wrapper .twitter-timeline-cont .twitter-timeline-item .tweet-text-cont .tweet-text {
        margin-top: 8px;
        margin-bottom: 16px;
    }

    .home-card-theme-text.home-card-theme-text_slider {
        flex-grow: 1;
    }
}

@media only screen and (min-width: 768px){
    .pure-js-carousel-dots {
        display: none;
    }

    .home-card-series-text-image.home-card-series-text-image_single {
        margin-bottom: 30px;
    }

    /*.home-card-theme-text-image {
        width: 527px;
    }

    .home-card-series-text-image {
        width: 527px;
    }*/

    .home-card-series-teaser_single.above_teaser {
        margin-top: 175px;
    }

    .home-card-series-teaser.above_teaser {
        margin-top: 195px;
    }
}

@media (max-width: 1030px) {
    .home-card-series-mobile-img.home-card-series-mobile-img_above_teaser {
        position: absolute;
        margin-left: 15px;
        width: 187px;
        min-width: 187px;
        height: 152px;
        min-height: 152px;
        margin-bottom: 155px;
    }

    .home-card_series .pure-js-carousel-dot-btn:disabled {
        background: #2CA9E0 !important;
        opacity: 0.4;
        border-color: #2CA9E0;
    }

    .carousel-theme .slide, .carousel-serise .slide {
        background: transparent;
        border: 10px solid #fff;
        color: #fff;
        float: left;
        height: auto !important;
        line-height: 5;
        width: auto;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-end;
        flex: 0 1 1%;
        display: flex;
        flex-direction: column;
        flex-flow: nowrap !important;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_single.home-card-series-mobile-img_above_teaser {
        position: relative;
        margin-left: 0px;
        width: 187px;
        min-width: 187px;
        height: 152px;
        min-height: 152px;
        margin-bottom: 0px;
    }

    .home-card-series-teaser.home-card-series-teaser_slider.home-card-series-teaser_ie_above_teaser.above_teaser {
        width: auto;
    }

    .home-card-theme-text-image.home-card-theme-text-image_slider {
        width: 426.8px;
    }

  .carousel-serise  .pure-js-carousel-btn.pure-js-carousel-btn-prev {
        display: none !important;
    }

   .carousel-serise .pure-js-carousel-btn.pure-js-carousel-btn-next {
        display: none !important;
    }

    .pure-js-carousel-dots {
        display: block;
    }

    .home-card_theme {
        justify-content: space-evenly;
    }

    .home-card-theme-text-image.home-card-theme-text-image_single {
        width: 440px;
    }

    .home-card_series {
        justify-content: space-evenly !important;
    }

    .home-card_weekly-insight-twitter {
        justify-content: space-evenly;
    }

    .home-card-series-image.home-card-series-image_single.home-card-series-image_above_teaser {
        margin-left: 40px;
        position: relative;
        margin-top: 65px;
    }

    .home-card-series-contentType.home-card-series-contentType_above_teaser {
        margin-top: -210px;
    }

    .home-card-series-text-image .home-card-series-contentType.home-card-series-contentType_above_teaser {
        margin-bottom: 200px;
    }

    .home-card-series-mobile-img_single.home-card-series-mobile-img_top_right_corner {
        margin-left: 0px;
        position: relative;
        margin-top: 40px;
        width: 93px;
        min-width: 93px;
        height: 93px;
        float: right;
        min-height: 93px;
        margin-right: 40px;
    }

    .home-card-series-title.home-card-series-title_top_right_corner {
        margin-top: 130px;
    }

    .home-card-series-text.home-card-series-text_single.top_right_corner {
        margin-top: -130px;
    }

    .home-card-series-text_slider.top_right_corner {
        margin-left: 40px;
        position: relative;
        margin-top: -20px;
    }

    .home-card-series-mobile-img_slider.home-card-series-mobile-img_top_right_corner {
        margin-left: 55px;
        position: relative;
        width: 187px;
        min-width: 187px;
        height: 152px;
        min-height: 152px;
        margin-bottom: 0px;
        top: 95px;
    }

    .home-card-series-contentType.home-card-series-contentType_slider.home-card-series-contentType_above_teaser {
        margin-top: -375px;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_above_teaser {
        position: relative;
        margin-top: 100px;
        margin-left: 40px;
    }

    .home-card-series-text.home-card-series-text_slider.above_teaser {
        padding: 20px 20px 50px 45px;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_top_right_corner {
        margin-left: 220px;
        position: relative;
        margin-top: -54px;
        width: 93px;
        min-width: 93px;
        height: 93px;
        float: right;
        min-height: 93px;
        margin-right: 0px;
    }

    .home-card-series-contentType.home-card-series-contentType_single.home-card-series-contentType_top_right_corner {
        width: 55%;
    }

    .home-card-series-contentType.home-card-series-contentType_slider.home-card-series-contentType_top_right_corner {
        width: 48%;
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_top_right_corner {
        margin-left: 345px;
    }
}

@media (max-width: 900px) {
    .home-card-series-text-image .home-card-series-contentType_single.home-card-series-contentType_above_teaser {
        margin-bottom: 180px;
    }

    .home-card-series-text-image .home-card-series-contentType.home-card-series-contentType_above_teaser {
        margin-bottom: 200px;
    }
}

@media (max-width: 823px) {
    .carousel-theme .slide, .carousel-serise .slide {
        float: left;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap !important;
        align-content: flex-end;
        justify-content: center;
        align-items: stretch;
    }

    .home-card-series-image_single.home-card-series-image_above_teaser {
        margin-left: 40px;
        position: relative !important;
        margin-top: 65px;
    }

    .home-card-series-contentType.home-card-series-contentType_above_teaser {
        margin-bottom: 200px;
        margin-top: -390px;
    }

    .home-card_weekly-insight-twitter {
        display: flex;
        justify-content: space-evenly;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .home-card_theme {
        display: flex;
        justify-content: space-evenly;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .home-card-theme-text-image.home-card-theme-text-image_single {
        width: 340px;
    }

    .row__full-bleed .home-card_series {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        max-width: 1920px;
        margin: 0 auto;
        padding: 40px 0 40px 0;
        border: 1px solid transparent;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_above_teaser {
        position: relative;
        margin-left: 56px;
        top: 35px;
    }

    .home-card-series-text_slider {
        margin-left: 40px;
        position: relative;
        margin-top: 65px;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_single.home-card-series-mobile-img_above_teaser {
        position: initial;
        margin-bottom: 175px;
    }

    .home-card-theme-text-image.home-card-theme-text-image_slider {
        width: 320px;
    }

    .home-card-series-text-image.home-card-series-text-image_single {
        width: 330px;
    }

    .home-card-series-text.home-card-series-text_slider.next_to_teaser {
        margin-top: 0px;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_above_teaser {
        position: relative;
        margin-top: 10px;
        margin-left: 85px;
    }
}

@media only screen and (max-width: 823px) and (orientation: landscape) {
    .home-card_weekly-insight-twitter .home-card-weekly-insight {
        margin-bottom: 15px;
    }

    .home-card-series-text-image.home-card-series-text-image_slider {
        width: 458px;
    }
}

@media only screen and (max-width: 812px) and (orientation: landscape) {
    .row__full-bleed .home-card_series {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        max-width: 1920px;
        margin: 0 auto;
        padding: 0px;
    }

    .home-card-series-text-image.home-card-series-text-image_single {
        width: 325px;
    }

    .home-card_weekly-insight-twitter .home-card-weekly-insight {
        margin-bottom: 15px;
    }
    .home-card-series-text.home-card-series-text_slider.above_teaser {
        padding: 0 !important;
    }
    .home-card-series-text_slider.top_right_corner {
        margin-top: 0 !important;
        margin-left:0 !important;
    }
     .home-card-series-title.home-card-series-title_top_right_corner {
        margin-top:0 !important;
    }
}

@media only screen and (min-width: 412px) and (max-width: 914px) and (orientation: landscape) {
    .home-card-series-text-image.home-card-series-text-image_slider {
        width: 764px !important;
    }
}

@media only screen and (min-width: 375px) and (max-width: 812px) and (orientation: landscape) {
    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_top_right_corner {
        margin-left: 76% !important;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_above_teaser {
        margin-left: 43px;
    }
}

@media only screen and (min-width: 390px) and (max-width: 844px) and (orientation: landscape) {
    .home-card-series-text-image.home-card-series-text-image_slider {
        width: 740px !important;
    }
}

@media only screen and (min-width: 411px) and (max-width: 823px) and (orientation: landscape) {
    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_above_teaser {
        top: 60px;
    }

    .home-card-series-text-image.home-card-series-text-image_slider {
        width: 495px !important;
    }

    .home-card_series .pure-js-carousel-list {
        margin-left: -876px !important;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_top_right_corner {
        margin-left: 76% !important;
    }
}

@media only screen and (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_above_teaser {
       display: none;
        margin-left: 40px;
        top: 85px;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_single.home-card-series-mobile-img_above_teaser {
        margin-left: -20px;
    }
    .home-card-series-contentType.home-card-series-contentType_slider.home-card-series-contentType_top_right_corner {
        width: 100% !important;
    }

    .home-card-series-text-image.home-card-series-text-image_slider {
        width: 458px !important;
    }

    .home-card_series .pure-js-carousel-list {
        margin-left: -822px !important;
    }

    .row__full-bleed .home-card_series {
        padding: 0px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 667px) and (orientation: landscape) {
    .home-card-series-mobile-img.home-card-series-mobile-img_single.home-card-series-mobile-img_above_teaser {
        margin-left: 0px;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_above_teaser {
        top: 80px;
    }

    .home-card-series-text-image.home-card-series-text-image_slider {
        width: 444px !important;
    }
}

@media only screen and (min-width: 360px) and (max-width: 640px) and (orientation: landscape) {
    .home-card-series-text-image.home-card-series-text-image_slider {
        width: 439px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 568px) and (orientation: landscape) {
    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_above_teaser {
        top: 100px;
    }

    .home-card-series-text-image.home-card-series-text-image_slider {
        width: 425px !important;
    }
}

@media (max-width: 768px) {
    .carousel-theme .slide, .carousel-serise .slide {
        margin-right: -4px !important;
    }

    .home-card-theme-text-image {
        width: 355px;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
    }

    .pure-js-carousel-dots {
        display: block;
    }

 .home-card-series   .pure-js-carousel-btn.pure-js-carousel-btn-prev {
        display: none !important;
    }

   .home-card-series .pure-js-carousel-btn.pure-js-carousel-btn-next {
        display: none !important;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_above_teaser {
        margin-left: 20px;
        margin-bottom: 230px;
    }

    .home-card-series-title.home-card-series-title_top_right_corner {
        margin-top: 110px;
    }

    .home-card-series-mobile-img_single.home-card-series-mobile-img_top_right_corner {
        width: 90px;
        min-width: 90px;
        height: 90px;
        min-height: 90px;
    }

    .home-card-series-contentType.home-card-series-contentType_single.home-card-series-contentType_top_right_corner {
        width: 55%;
    }

    .home-card-series-mobile-img_single.home-card-series-mobile-img_above_teaser {
        margin-left: -20px;
        position: relative;
        margin-bottom: 170px;
    }

    .home-card-theme-text-image.home-card-theme-text-image_slider {
        width: 289px;
    }

    .home-card-series-contentType_slider.home-card-series-contentType_above_teaser {
        margin-top: 0px;
    }

    .home-card-series-mobile-img_slider.home-card-series-mobile-img_above_teaser {
        margin-left: 55px;
        position: relative;
        width: 187px;
        min-width: 187px;
        height: 152px;
        min-height: 152px;
        margin-bottom: 0px;
        top: 95px;
    }

    .home-card-series-text_slider.above_teaser {
        margin-left: 40px;
        position: relative;
        margin-top: -128px;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_top_right_corner {
        margin-left: 190px;
        position: relative;
        margin-top: 40px;
        width: 110px;
        min-width: 110px;
        height: 110px;
        float: right;
        min-height: 110px;
        margin-right: 40px;
        margin-bottom: 0px;
        top: 0px;
    }

    .home-card-series-contentType.home-card-series-contentType_slider.home-card-series-contentType_top_right_corner {
        width: 48%;
    }

    .home-card-series-text_slider.top_right_corner {
        margin-left: 40px;
        position: relative;
        margin-top: -128px;
    }

    .home-card-series-contentType.home-card-series-contentType_slider.home-card-series-contentType_above_teaser {
        margin-top: 0px;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_above_teaser {
        position: relative;
        margin-top: 0px;
    }

    .home-card-series-text.home-card-series-text_slider.above_teaser {
        padding: 20px 20px 50px 0px;
    }

    .home-card-theme-text-image.home-card-theme-text-image_single {
        width: 310px;
    }

    .home-card_theme {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: nowrap;
    }

    .home-card_series {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        max-width: 1920px;
        margin: 0 auto;
        padding: 40px 50px;
        justify-content: space-between;
    }

    .home-card-series-text-image.home-card-series-text-image_single {
        width: 300px;
    }
}

@media (max-width: 736px) {

    .home-card-theme-text-image.home-card-theme-text-image_single {
        margin: 0px;
        margin-bottom: 30px;
    }

    .home-card-series-text-image {
        width: 355px;
    }

    .home-card_series {
        display: flex !important;
        justify-content: space-evenly !important;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: space-around !important;
    }

    .home-card-series-image_single.home-card-series-image_above_teaser {
        margin-left: 40px;
        position: relative !important;
        margin-top: 65px;
    }

    .home-card-series-contentType_single.home-card-series-contentType_above_teaser {
        margin-top: -390px;
    }

    .home-card-series-text-image.home-card-series-text-image_slider {
        width: 272px;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_top_right_corner.img-contentType {
        margin-left: 150px;
        position: relative;
        margin-top: 0;
        width: 100%;
        min-width: 100%;
        float: right;
        height:147px;
        min-height: 147px;
        margin-right: 0px;
        margin-bottom: 16px;
        top: 0px;
    }


    .home-card-series-text.home-card-series-text_slider.no-Image {
        margin-top: 0px;

    }

}

@media (max-width: 667px) {

    .home-card-theme-text-image.home-card-theme-text-image_single {
        margin: 0px;
        margin-bottom: 30px;
        width: 295px;
    }

    .home-card-series-text-image.home-card-series-text-image_single {
        width: 265px;
    }

    .home-card-series-text-image .home-card-series-contentType_single.home-card-series-contentType_above_teaser {
        margin-bottom: 200px;
        margin-top: -390px;
    }

    .home-card-series-image.home-card-series-image_single.home-card-series-image_above_teaser {
        margin-left: 20px;
        position: relative;
        margin-top: 65px;
    }

    .home-card-theme-text {
        flex-grow: 1;
    }

    .home-card-series-text {
        flex-grow: 1;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_above_teaser {
        margin-bottom: 0;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_top_right_corner {
        margin-bottom: 260px;
    }
   .home-card-series-text-image .home-card-series-text.home-card-series-text_slider.top_right_corner {
        padding: 0;

    }
     .home-card-series-contentType.home-card-series-contentType_slider.home-card-series-contentType_top_right_corner {
        width:100%;
        margin-top: 16px;
        line-height: normal;
        letter-spacing: normal;
        padding-bottom: 0px;

    } 

    .home-card-theme-text-image.home-card-theme-text-image_slider {
        width: 253px;
    }

    .home-card-series-text_slider.above_teaser {

        position: relative;

    }

    .home-card-series-text_slider.top_right_corner {

        position: relative;

    }

    .home-card-series-text-image {
        width: 305px;
    }

    .home-card-series-text.home-card-series-text_single.top_right_corner {
        margin-top: -375px;
    }

    .home-card_series {
        flex-direction: row;
        max-width: 1920px;
        margin: 0 auto;
        padding: 40px 50px;
        flex-wrap: nowrap;
    }

    .home-card-series-text_slider {
        margin-top: 0px;
    }
}

@media (max-width: 640px) {
    .home-card-series-mobile-img.home-card-series-mobile-img_above_teaser {
        margin-bottom: 0;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_top_right_corner {
        margin-bottom: 215px;
    }

    .home-card-series-mobile-img_slider.home-card-series-mobile-img_top_right_corner {
        margin-left: 55px;
        position: relative;
        margin-bottom: 0px;

    }

    .home-card-series-text_slider.top_right_corner {

        position: relative;

    }

    .home-card-theme-text-image.home-card-theme-text-image_slider {
        width: 253px;
    }

    .home-card-series-text-image.home-card-series-text-image_slider {
        width: 265px;
    }

    .home-card_theme {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .home-card-series-text.home-card-series-text_single.top_right_corner {
        margin-top: -330px;
    }


}

@media (max-width: 568px) {
    .home-card-theme-text-image.home-card-theme-text-image_slider {
        width: 216px;
    }

    .home-card-series-text-image.home-card-series-text-image_slider {
        width: 365px;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_above_teaser {
        position: relative;

    }

    .home-card-series-text_slider.above_teaser {

        position: relative;

    }

    .home-card_theme {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: nowrap;
    }

    .home-card-theme-text-image.home-card-theme-text-image_single {
        width: 235px;
    }

    .home-card-series-text-image.home-card-series-text-image_single {
        width: 220px;
    }

    .home-card-series-text.home-card-series-text_single.top_right_corner {
        margin-top: -345px;
    }

    .home-card-series-contentType.home-card-series-contentType_single.home-card-series-contentType_top_right_corner {
        width: 100%;
    }
}

@media (max-width: 542px) {
    .carousel-theme .slide, .carousel-serise .slide {
        border: 0px solid #fff;
    }

    .home-card-theme-text-image {
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    .home-card-series-mobile-img {
        display: block;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_above_teaser {
        margin-left: 20px;
        margin-bottom: 225px;
    }

    .home-card-series-mobile-img_single.home-card-series-mobile-img_above_teaser {
        margin-left: -20px;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_single.home-card-series-mobile-img_above_teaser {
        position: relative;
        min-height: 152px;
        margin-bottom: 0px;
    }

    .home-card-series-image_single.home-card-series-image_above_teaser {
        margin-left: 40px;
        position: relative !important;
        margin-top: 65px;
    }

    .home-card-series-text-image .home-card-series-contentType_single.home-card-series-contentType_above_teaser {
        margin-bottom: 200px;
        margin-top: -210px;
    }



    .home-card-theme-text-image.home-card-theme-text-image_slider {
        width: 418px;
    }
}

@media (max-width: 428px) {

    .carousel-theme .slide, .carousel-serise .slide {
        font-size: 20px;
        float: right;
        padding: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: inherit;
    }

    .carousel-theme .slide {
        margin-right: 7px !important;
    }

    .carousel-serise .slide {
        margin-right: 12px !important;
    }

    .row__full-bleed .home-card_series {
        flex-wrap: wrap;
    }

    .home-card-theme-text-image {
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }



    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_above_teaser {
        display: none !important;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_above_teaser.img-contentType {
        margin-left: 0px;
        position: relative;
        margin-top: 0;
        width: 100%;
        height: 147px;
        min-height: 147px;
        margin-bottom: 0px;
        top: 0px;
        display: block !important;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_top_right_corner.img-contentType {
        margin-left: 0px;
        position: relative;
        margin-top: 0px;
        width: 100%;
        min-width: 100%;
        height: 147px;
        min-height: 147px;
        top: 0px;
        display: block !important;
        padding-top: 0;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_next_to_teaser.img-contentType, .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_top_right_corner {
        display: none !important;
    }

    .home-card-series-teaser.home-card-series-teaser_slider.home-card-series-teaser_ie_above_teaser.above_teaser {
        width: auto;
        margin-top: 0;
        line-height: normal;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_single.home-card-series-mobile-img_above_teaser {
        position: initial;
        margin-left: 0px;
        margin-top: 15px;
        margin-bottom: 0px;
    }

    

    .home-card-series-contentType_above_teaser {
        margin-bottom: 200px !important;
    }

    .home-card-series-contentType.home-card-series-contentType_above_teaser {
        margin-top: 0px;
    }

    .home-card-series-contentType.home-card-series-contentType_top_right_corner {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0;
        margin-bottom: 0px;
        padding-bottom: 40px;
    }



    .home-card-series-contentType_single.home-card-series-contentType_above_teaser {
        margin-top: -50px;
        margin-bottom: 200px !important;
    }

    

    .home-card-series-text-image .home-card-series-teaser_slider.next_to_teaser {
        line-height: normal;
        letter-spacing: normal;
    }

    .home-card-series-text-image.home-card-series-text-image_single {
        width: 90%;
        margin: auto auto 20px auto;
    }

    .home-card-series-text-image .home-card-series-contentType_single.home-card-series-contentType_above_teaser {
        margin-bottom: 200px;
        margin-top: -220px;
    }

    .home-card-theme-text-image.home-card-theme-text-image_slider {
        width: 242px;
    }

  .home-card_series .pure-js-carousel {
        width: 295px !important;
    }

    .home-card_series .pure-js-carousel {
        width: auto !important;
    }

    .home-card-series-text-image.home-card-series-text-image_slider {
        width: 336px !important;
        margin-bottom: 16px;
    }

    .home-card-series-text-image.home-card-series-text-image_slider.sliderdivs {
        width: 333.5px !important;
    }   

    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_top_right_corner {
        margin-left: 17px;
        position: relative;
        width: 100%;
        min-width: 100%;
        height: 152px;
        min-height: 152px;


    }

    .home-card-series-text.home-card-series-text_slider.top_right_corner {
        padding: 16px 16px 16px 16px;
        margin-left: 0px;
        position: relative;
        margin-top: 0px;
    }


    .home-card-series-text.home-card-series-text_slider .home-card-series-title_top_right_corner {
        margin-bottom: 0;
        letter-spacing: normal;
        line-height: normal;
        font-size: 24px;

    }

    .home-card-series-text-image .home-card-series-teaser_slider.top_right_corner {
        line-height: normal;
        letter-spacing: normal;
    }

    .home-card-series-text.home-card-series-text_slider.above_teaser {
        margin-left: 0px;
        position: relative;
        margin-top: 0px;
        padding: 0;
    }

    .home-card-series-contentType.home-card-series-contentType_slider.home-card-series-contentType_above_teaser {
        letter-spacing: normal;
        line-height: normal;

    }



    .home-card-series-image_single.home-card-series-image_above_teaser {
        margin-left: 40px;
        position: relative !important;
        margin-top: 0px;
    }

    .home-card-theme-text.home-card-theme-text_slider {
        padding: 20px 20px 50px 40px;
    }

    .home-card-series-text.home-card-series-text_slider.next_to_teaser {
        padding: 16px;
    }

    .home-card-series-text.home-card-series-text_slider {
        margin-left: 0px;
        margin-top: 0px;
        padding: 20px 20px 50px 35px;
    }

    .home-card-theme-text-image.home-card-theme-text-image_single {
        width: 280px;
    }

    .home-card_theme {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .home-card-series-text.home-card-series-text_single.top_right_corner {
        margin-top: 0px;
    }

    .home-card-series-text-image .home-card-series-contentType_slider.home-card-series-contentType_no-Image {
        margin-bottom: 8px;
    }

    .home-card-series-text-image .home-card-series-mobile-img_slider.home-card-series-mobile-img_next_to_teaser {
        height: 147px;
    }

    .home-card-series-text-image.bkg_dark_blue .home-card-series-text .home-card-series-contentType {
        color: #ffffff;
        font-family: Effra-Medium;
        line-height: 16px;
        letter-spacing: 0;
    }

    .home-card-series-text-image.bkg_dark_blue .home-card-series-teaser_slider {
        line-height: 17px;
        letter-spacing: normal;
    }
}

@media (max-width: 390px) {
    .home-card-series-text-image.home-card-series-text-image_slider {
        width: 315px !important;
    }

    .home-card-series-text-image.home-card-series-text-image_slider.sliderdivs {
        width: 312px !important;
    }
}

@media (max-width: 377px) {
    .carousel-theme .slide, .carousel-serise .slide {
        height: 270px;
        height: auto;
        line-height: 5;
        float: right;
        padding: 0px;
    }

    .carousel-theme .slide {
        margin-right: 5px !important;
    }

    .home-card-theme-text-image {
        width: 290px;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    .home-card-series-mobile-img_single.home-card-series-mobile-img_above_teaser {
        margin-left: 0px;
        position: relative;
        margin-bottom: 200px;
    }

    .home-card-theme-text-image.home-card-theme-text-image_single {
        margin: auto;
        margin-bottom: 20px;
    }

    .home-card-series-text-image.home-card-series-text-image_single {
        width: 78%;
        margin: auto auto 20px auto;
    }

    .home-card-series-contentType_single.home-card-series-contentType_above_teaser {
        margin-bottom: 200px !important;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_above_teaser {
        margin-bottom: 265px;
    }

    .home-card-theme-text-image.home-card-theme-text-image_slider {
        width: 252.5px;
    }

    .home-card-series-contentType_single.home-card-series-contentType_top_right_corner {
        margin-top: 0;
        position: relative;
    }

    .home-card-series-text_single.top_right_corner {
        margin-top: -210px;
    }

    .home-card-series-text-image .home-card-series-text.home-card-series-text_slider.above_teaser {
        margin-left: 0px;
        position: relative;
        margin-top: 0px;
        padding: 0;
    }

    .home-card-series-mobile-img_slider.home-card-series-mobile-img_top_right_corner {
        margin-left: 16px !important;
        position: relative;
        margin-bottom: 0px;

    }


    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_above_teaser {
        margin-left: 16px;
    }

    .home-card-series-text.home-card-series-text_slider.next_to_teaser {
        padding: 16px;
    }

    .home-card-series-text-image.home-card-series-text-image_slider {
        width: 300px !important;
        margin-bottom: 16px;
    }

    .home-card-series-text-image.home-card-series-text-image_slider.sliderdivs {
        width: 297.3px !important;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_above_teaser.img-contentType, 
    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_top_right_corner.img-contentType {
        width: 100%;
    }
}

@media (max-width: 360px) {

    .carousel-theme .slide, .carousel-serise .slide {
        border: 5px solid #fff;
        float: right;
        padding: 0px;
    }

    .carousel-theme .slide {
        margin-right: 3px !important;
    }

    .carousel-serise .slide {
        border: 0px solid #fff;
    }

    .home-card-theme-text-image {
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_single.home-card-series-mobile-img_above_teaser {
        position: relative;
        margin-left: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
        top: 0px;
    }

    .home-card-series-image_single.home-card-series-image_above_teaser {
        margin-left: 40px;
        position: relative !important;
        margin-top: 0px !important;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_top_right_corner {
        margin-left: 22px;
        position: relative;
        width: 187px;
        min-width: 187px;
        height: 152px;
        min-height: 152px;
        margin-bottom: 0px;
        float: left;
    }

    .home-card-series-contentType_single.home-card-series-contentType_above_teaser {
        margin-top: 0px;
        margin-bottom: 200px !important;
    }

    .home-card-series-text-image .home-card-series-contentType_single.home-card-series-contentType_above_teaser {
        margin-bottom: 200px;
        margin-top: -205px;
    }

    .home-card-series-contentType.home-card-series-contentType_above_teaser {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .home-card-theme-text-image.home-card-theme-text-image_slider {
        width: 267px;
    }

    .home-card-series-text-image.home-card-series-text-image_slider {
        width: 285px !important;
    }

    .home-card-series-text-image.home-card-series-text-image_single {
        width: 290px !important;
    }

    .home-card-series-text_slider.img_above_teaser {
        margin-left: 40px;
        position: relative;
        margin-top: -415px;
    }

    .home-card-series-contentType_single.home-card-series-contentType_top_right_corner {
        margin-top: 0px;
        position: relative;
    }

    .home-card-series-text.home-card-series-text_slider.next_to_teaser {
        padding: 16px 16px 16px 16px;
        width: 100%;
        left: 0px;
    }

    .home-card-series-text.home-card-series-text_slider.above_teaser {
        position: relative;
        margin-top: 25px;
        width: 100%;
        left: 0px;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_above_teaser {
        width: 218px;
        min-width: 0px;
    }

    .home-card-series-text.home-card-series-text_slider.top_right_corner {
        margin-left: 0px;
        position: relative;
        width: 100%;
        left: 0px;
    }

    .home-card-series-text.home-card-series-text_single.top_right_corner {
        margin-top: -185px;
    }

    .home-card-series-text-image .home-card-series-text.home-card-series-text_slider.no-Image {
        padding: 16px;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_top_right_corner {
        left: 0px;
        width: 87%;
        min-width: 0px;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_above_teaser.img-contentType, .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_top_right_corner.img-contentType {
        width: 100%;

    }

    .home-card-series-text-image.home-card-series-text-image_slider.sliderdivs {
        width: 282.3px !important;
    }
}

@media (max-width: 320px) {

    .carousel-theme .slide, .carousel-serise .slide {
        border: 5px solid #fff;
        height: 270px;
    }

    .carousel-theme .slide {
        margin-right: 5px !important;
    }

    .carousel-serise .slide {
        border: 0px solid #fff;
    }

    .home-card-theme-text-image {
        width: 250px;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    .home-card-series-text-image {
        width: 250px !important;
        height: 390px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    .home-card-series-mobile-img_single_above_teaser {
        margin-left: 0px;
        position: relative;
        width: 187px;
        min-width: 187px;
        height: 152px;
        min-height: 152px;
        margin-bottom: 220px;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_above_teaser {
        margin-left: 17px;
        margin-top: 0px;
        width: 195px;
        min-width: 150px;
        height: 152px;
        min-height: 152px;
        margin-bottom: -218px;
        top: 43px;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_single.home-card-series-mobile-img_above_teaser {
        margin-bottom: 275px;
        margin-left: 0px;
    }

    .home-card-series-text-image .home-card-series-contentType_single.home-card-series-contentType_above_teaser {
        margin-top: -480px;
    }

    .home-card-theme-text-image.home-card-theme-text-image_slider {
        width: 233px;
    }

    .home-card-series-text-image.home-card-series-text-image_slider {
        width: 245px !important;
    }

    .home-card-series-text-image.home-card-series-text-image_slider.sliderdivs {
        width: 242.3px !important;
    }

    .home-card-series-text.home-card-series-text_slider.above_teaser {
        margin-left: 0px;
        position: relative;
        margin-top: 55px;
    }

    .home-card-series-text.home-card-series-text_slider.top_right_corner {
        width: 100%;
    }

    .home-card-series-text.home-card-series-text_single.top_right_corner {
        margin-top: -190px;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_top_right_corner {
        width: 195px;
        min-width: 145px;
        min-height: 50px;
    }

    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_above_teaser.img-contentType, 
    .home-card-series-mobile-img.home-card-series-mobile-img_slider.home-card-series-mobile-img_top_right_corner.img-contentType {
        width: 100%;
        min-width: 187px;
    }
}

@media (max-width: 300px) {
    .home-card-theme-text-image {
        width: 220px;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    .col__full-width .home-card_weekly-insight-twitter, .col__full-width .home-card_theme {
        margin: 0px -35px !important;
    }

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .home-card-series-image_above_teaser.home-card-series-image_single {
        margin-left: -530px;
        position: absolute;
        margin-top: 65px;
    }

    .home-card-series-contentType.home-card-series-contentType_above_teaser {
        position: relative;
    }

    .above_teaser.home-card-series-desktop-img_above {
        position: relative;
        margin-top: 70px;
        width: 187px;
        min-width: 187px;
        height: 152px;
        min-height: 152px;
        margin-right: 300px;
        right: 481px;
    }

    .home-card-series-teaser.home-card-series-teaser_ie_above_teaser {
        width: 510px;
        position: relative;
        margin-top: 195px;
    }

    .home-card-series-teaser.above_teaser {
        margin-top: 200px;
    }

    .home-card-series-text-image.home-card-series-text-image_single {
        margin: auto;
        margin-bottom: 30px;
    }

    .home-card-series-desktop-img.home-card-series-desktop-img_single.above_teaser {
        margin-left: 10px;
    }

    .pure-js-carousel-btn-prev {
        left: 0%;
    }
}
.current-go-to {
	color: #006de3;
	font-family: Effra-Bold;
	font-weight: bold;
	list-style-type: disc;
}

.current-go-to p {
	font-family: Effra-Bold;
	font-weight: bold;
}

.section-parent {
	border: 1px solid transparent;
	width: auto;
	position: relative;
	overflow-x: hidden;
	padding: 0.75rem 0.75rem 0rem 0.75rem;
}

.section-container {
	border: 1px solid transparent;
	width: auto;
	left: 0.625rem;
	padding: 0.5rem 0;
}

.section-title {
	width: 10.438rem;
	height: auto;
	margin-left: 0.313rem;
	font-family: Effra-Bold;
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.063rem;
	color: #006de9;
	margin-bottom: 0rem;
}

.sections-link-container {
	margin-left: 0.313rem;
	list-style-type: none;
    padding-left: 0rem;
}

.section-links a {
	width: 10.438rem;
	height: auto;
	margin: 1rem 0 1rem 0rem;
	font-family: Effra-Regular;
	font-size: 1rem;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #404040;
	text-decoration: none;
	display: block;
}

.section-links p {
	margin-bottom: 0rem;
	font-family: Effra-Regular;
	font-size: 1rem;
	color: #404040;
	text-decoration: none;
	line-height: 1.5;
}

.section-links {
	position: relative;
	left: -0.375rem;
}

.signup-container {
	padding-top: 1.5rem;
	width: 10.938rem;
	height: auto;
	margin: 2.188rem 0 0 0.313rem;
	padding: 1rem;
	background-color: #f5f5f5;
}

.signup-title {
	display: flex;
	height: auto;
	margin: 0;
	font-family: Effra-Bold;
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #404040;
	width: 7.25rem;
}

.email-input-field {
	width: 7.25rem;
	height: auto;
	margin: 1rem 0 1rem;
	font-family: Effra-Regular;
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
    color: #404040;
}

.close-signup-button {
	display: none;
}

.signup-button-close {
	display: block;
}

.signup-button-close.signup-btn-close-ipad {
	display: none;
}

.signup-title-button {
	display: flex;
}

.signup-container:hover .signup-button-close .close-signup-button {
    display: inline-block;
    content: '';
    background-image: url("ibhomepage/images/Icon_black_X.svg");
    background-repeat: no-repeat;
    width: 1.5rem;
    height: auto;
    margin-left: -0.125rem;
    vertical-align: middle;
    border: 1px solid transparent;
    z-index: 9999;
    position: absolute;
    background-color: #f3f3f3;
    cursor: pointer;
    transform: scale(1);
    outline: none;
}

.section-container input[type="text"] {
	box-shadow: none;
	border: 0;
	outline: 0;
	background: transparent;
	border-bottom: 1px solid black;
	padding-left: 0rem;
	width: 9rem;
	height: 16px;
	font-family: Effra-Regular;
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #000000;
	margin-bottom: 1.5rem;
	padding-bottom: 1.063rem;
	padding-top: 0.938rem;
}

.email-input-field::placeholder {
	opacity: 1;
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 3;
	letter-spacing: normal;
	color: #000000;
}

.sign-up-btn {
	height: auto;
	padding: 0.5rem 1.281rem;
	border-radius: 30px;
	background-color: #006de9;
	color: #ffffff;
	font-family: Effra-Regular, sans-serif;
	box-shadow: none;
	border: 1px solid transparent;
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	width: auto;
	margin: 0 1rem 0 0;
}

.section-container input[type="text"]:-ms-input-placeholder {
	color: #000000 !important;
	height: auto;
	padding-bottom: 0.313rem;
	padding-top: 0.625rem;
}

.section-container input[type="text"]::-ms-input-placeholder {
	color: #000000 !important;
}

.sign-up-btn:focus {
	background-color: #006de3;
	color: white;
}

/* mouse over link */
.sign-up-btn:hover {
	background-color: #006de3;
	opacity: 0.9;
	color: white;
}

.section-links-li {
	line-height: 1.25rem;
	width: 10.438rem;
	margin-bottom: 0.313rem;
	font-size: inherit;
	margin: 1.25rem 0 1rem 0.375rem;
}

.section-links-li.current-go-to::marker {
	color: #006de3;
}

.row__full-bleed {
	position: relative;
}

.link-container-ul {
	margin-bottom: -0.938rem;
}

/* width */
.link-container-ul::-webkit-scrollbar {
	width: 0rem;
	height: 0px;
}

/* Track */
.link-container-ul::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 0px;
}

/* Handle */
.link-container-ul::-webkit-scrollbar-thumb {
	background: transparent;
	border-radius: 0px;
}

/* Handle on hover */
.link-container-ul::-webkit-scrollbar-thumb:hover {
	background: transparent;
}

.newsletter-popup {
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 9;
    max-width:1920px;
	margin: 0 auto;
}

::-ms-clear {
	display: none;
}

.goto-section-init, .goto-section-init-top {
	display: none;
}

.goto-section-init-img, .goto-section-init-img-top {
	display: inline-block;
	content: '';
	vertical-align: middle;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	font-family: 'Icons';
	padding: 0;
	margin: 0.313rem 0.75rem 0.938rem 0;
	width: 1.125rem;
	height: 16px;
	cursor: pointer;
	background-image: url("ibhomepage/images/DownArrow.svg");
	background-size: 1em;
}

.goto-section-para .flip, .goto-section-para-top .flip {
	margin: 0.938rem 1rem 0.938rem 0;
	transform: rotate(-180deg);
	transform-origin: center 0;
}

.goto-section-init p, .goto-section-init-top p {
	color: #000000;
	font-family: Effra-Regular;
}
/* GoTo section top */
.go-to-section-top {
	height: 4rem;
	position: relative;
	width: 100%;
	background: white;
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
	margin-bottom: 1.25rem;
    padding-bottom:0.625rem;
}

.go-to-section-top-header {
	height: 4.438rem;
	position: initial;
	width: 100%;
	max-width: 1920px;
	background:#f5f5f5;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.25rem;
     padding-bottom: 0.625rem;
    padding:0 0 0 3.5rem;
}

.section-parent-top {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.section-title-top {
	display: none;
	width: 10.438rem;
	height: 16px;
	font-family: Effra-Bold;
	font-size: 0.875rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1rem;
	letter-spacing: normal;
	color: #006de3;
	margin-bottom: 0rem;
}

.sections-link-container-top {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	list-style: none;
	padding-left: 0;
}

.section-links-li-top {
	padding: 1.5rem 1.5rem 1.5rem 0rem;
	display: block;
	color: #404040;
}

.section-links-li-top a {
	text-decoration: none;
}

.section-links-li-top p b, .section-links-li-top p {
	font-family: Effra-Regular;
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: normal;
	color: #404040;
	margin-bottom: 0;
}

.section-links-top a {
	font-family: Effra-Regular;
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #404040;
}

.section-links-li-top p:hover, .section-links-top a:hover {
	border-bottom: 3px solid #00aeef;
	color: black;
}

.section-links-li-top a:hover {
	padding-bottom: 0.313rem;
}

/* HD Resolution */

@media only screen and (min-width: 1366px) and (max-width: 1024px) {
	.section-parent {
		margin-left: 0.625rem;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 800px) {
	.section-parent {
		margin-left: 0rem;
	}
}

/* Mobile */
@media only screen and (max-width: 767px) {
	.go-to-section-top {
		height: auto;
		width: 100%;
		box-shadow: none;
        margin:16px 0;                        

	}
	.go-to-section-top-header {
      background:transparent;
		box-shadow: none;
       padding:0;
	  position: relative;	   
	}
	.link-container-ul, .link-container-ul-top {
		padding: 0.625rem 0.063rem 0 0;
		width: 100% !important;
		position: absolute;
		z-index: 2;
	}
	.sections-link-container, .sections-link-container-top {
		height: 100%;
		width: auto;
		border-radius: 6px;
		-webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
		box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
		background-color: #ffffff;
	}
	.sections-link-container-top {
		display: block;
	}
	.section-links-li-top p:hover, .section-links-li-top p:hover {
		border: none;
	}
	.section-title-top {
		display: block;
		margin-bottom: 0;
		width:auto; 
	}
	.section-title {
	   width:auto;            
	}
	.section-links-li-top p b, .section-links-li-top p, .section-links-top a
		{
		margin-bottom: 0rem;
		font-family: Effra-Regular;
		color: #000000;
		text-decoration: none;
	}

	.goto-section-init p, .goto-section-init-top p {
		width: 90%;
		white-space: nowrap;
		overflow: hidden !important;
		text-overflow: ellipsis;
	}
   .goto-section-init-top p {
         font-weight:bold;
    }
	.goto-section-init, .goto-section-init-top {
		display: block;
		padding: 0.563rem 1rem;
		height: 42px;
		width: auto;
		border: 1px #515151 solid;
		border-radius: 6px;
	}
	.section-parent-top ul li:not(.goto-section-init):hover,.section-parent-top ul li.selected:not(.goto-section-init){
	background:#F2F7FF;
   -webkit-tap-highlight-color:transparent;

	
}

.current-go-to, .current-go-to-top {
	list-style-type: none;
	background: #F2F7FF;
}

.current-go-to p, .current-go-to-top p {
	font-weight: normal;
}

.section-links-li, .section-links-li-top {
	padding: 0.563rem 0.75rem 0.563rem 1.25rem;
	width: auto;
	width: auto;
	margin: 0;
	font-family: Effra-Regular;
	font-weight: normal;
	color: #000000;
}

.section-links-li-top {
	display: none;
}

.section-links a {
	margin: 0;
}

.section-parent, .section-parent-top {
	left: 0;
	padding: 0;
	overflow: visible;
	min-height: 100px;
}

.section-parent-top {
	min-height: 0;
}

.signup-container, .signup-container-top {
	width: 99.5%;
	margin: 4.688rem 0 1.25rem 0.313rem;
}

.email-button-container {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding-top: 0.313rem;
}

.email-input-field {
	width: 60%;
	height: auto;
	margin: 0.5rem 0 1rem;
}

.signup-button-close {
	width: 5%;
	float: right;
	padding: 0.313rem 0 0 0;
}

.close-signup-button {
	float: right;
	margin-top: 0.125rem;
	height: 1.5rem !important;
	width: 1.5rem!important;
	position: relative;
    display: inline-block;
    content: '';
    background-image: url("ibhomepage/images/icons-x-black.svg") !important;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    transform: scale(1.2);
    outline: none;
	background-color: #f3f3f3;
}

.signup-title {
	width: 95%;
	display: inline;
	padding-left: 0rem;
	position: relative;
	top: 5px;
    line-height: 1.14;
}

.section-links a, .section-links-top a {
	display: inline;
}

.section-container input[type="text"], .section-container-top input[type="text"]
	{
	padding-top: 0.313rem;
	width: 99%;
	position: relative;
	margin-left: 0rem;
	margin-bottom: 1.125rem;
}

.email-input-field::placeholder {
	opacity: 1;
    line-height: 1.57;
}

.sign-button {
	width: 40%;
	float: right;
}

.sign-up-btn {
	float: right;
	height: 32px;
	width: auto;
	margin: 0.5rem 0 0 0;
    line-height: 1.14;
}

.newsletter-popup {
    width: auto;
	right: 0;
	left: 0;
}

.signup-container:hover .signup-button-close .close-signup-button {
	z-index: 0;
	/* position: relative; */
	width: 1.5rem !important;
	height: 1.5rem !important;
	margin-left: 0;
	transform: scale(1.2);
	position: relative;
	}
	
	.goto-section-init-img, .goto-section-init-img-top {
		width: 1.5rem;
		top: calc(30px - 10px);
	}

}

@media only screen and (max-device-width: 820px) and (orientation: landscape) {
	.email-button-container {
		width: 100%;
	}
	.email-input-field {
		width: 65% !important;
	}
	.close-signup-button {
		margin-left: 34.375rem !important;
	}
	.link-container-ul {
		width: 98.5%;
	}
	.goto-section-init {
		width: auto;
	}
	.sections-link-container {
		width: auto !important;
	}
	.section-parent {
		overflow: visible;
	}
}

@media only screen and (min-device-width: 770px) and (max-device-width:	950px) and (orientation: landscape) {
	.email-button-container {
		width: 100%;
	}
	.email-input-field {
		width: 70% !important;
	}
	.signup-title-button .close-signup-button {
        margin-left: 0 !important;
        right: 3.375rem;
        margin-top:0 !important;
    }

	.signup-container:hover .signup-button-close .close-signup-button {
		position: absolute;
		display: inline;
	}

	.link-container-ul {
		width: 98.5%;
	}
}

/* Ipad */
@media only screen and (min-device-width: 768px) and (max-device-width:	1024px) {
	.go-to-section-top {
		height: auto;
		width: 100%;
		box-shadow: none;
        margin: 1rem 0;
	}
	.go-to-section-top-header {
		box-shadow: none;
        background:transparent;
         padding:0;
		position: relative;		 
	}
	.link-container-ul, .link-container-ul-top {
		padding: 0.625rem 0 0 0;
		width: 100%;
		position: absolute;
		z-index: 2;
	}
	.sections-link-container-top {
		display: block;
	}
	.section-links-li-top p:hover, .section-links-li-top p:hover {
		border: none;
	}
	.sections-link-container, .sections-link-container-top {
		width: auto;
		border-radius: 6px;
		-webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
		box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
		background-color: #ffffff;
	}
	.section-title-top {
		display: block;
		margin-bottom: 0;
		width:auto;
	}
	.goto-section-init, .goto-section-init-top {
        display: block;
		padding: 0.75rem 1rem;
		height: 48px;
		width: auto;
		border: 1px #515151 solid;
		border-radius: 6px;
	}
	.section-parent ul li:not(.goto-section-init):hover,.section-parent ul li.selected:not(.goto-section-init),.section-parent ul li:not(.goto-section-init-top):hover,ul li.selected:not(.goto-section-init-top){
	background:#F2F7FF;	
	-webkit-tap-highlight-color:transparent;

}

.current-go-to, .current-go-to-top {
	list-style-type: none;
	background: #F2F7FF;
}

.current-go-to p, .current-go-to-top p {
	font-weight: normal;
}

.section-links-li, .section-links-li-top {
	margin: 0;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0.75rem 1.25rem;
	font-family: Effra-Regular;
	font-weight: normal;
	color: #000000;
}
.section-links-li-top {
   display:none;
}
.section-links-li-top p b, .section-links-li-top p, .section-links-top a
	{
	margin-bottom: 0rem;
	font-family: Effra-Regular;
	color: #000000;
	text-decoration: none;
}

 .goto-section-init-top p {
         font-weight:bold;
    }
.section-links a, .section-links-top a {
	margin: 0;
	width: auto;
}

.email-button-container {
	display: flex;
	align-items: center;
}

.section-parent, .section-parent-top {
	left: 0;
	padding: 0;
	overflow: visible;
	min-height: 100px;
}

.section-parent-top {
	min-height: 0;
}

.signup-container {
	width: 98.5%;
	background-color: #F3F3F3;
	padding: 0 1rem;
	height: 56px;
	display: flex;
	flex-direction: row;
	align-content: flex-start;
	align-items: center;
	margin: 4.813rem 0 0 0.313rem;
	justify-content: space-between;
}

.section-container input[type="text"], .section-container-top input[type="text"]
	{
	padding-top: 1.5rem;
	width: 96%;
	position: relative;
	margin-left: 0.625rem;
}

.signup-button-close {
	display: none;
}

.signup-button-close.signup-btn-close-ipad {
	display: block;
}

.signup-btn-close-ipad .close-signup-button-ipad {
	margin-left: 3.125rem;
	float: right;
	margin-top: 0.125rem;
	height: 17px;
	width: 17px;
	float: right;
	display: inline;
    content: '';
    background-image: url("ibhomepage/images/icons-x-black.svg");
    background-repeat: no-repeat;
    background-color: #f3f3f3;
    border: 1px solid transparent;
    transform: scale(1.5);
    outline: none;
}

.column-control__75 {
	margin-top: 300px;
}

.section-title {
	width:auto;
}

.signup-title {
	top: 0;
	width: 11rem;
	height: auto;
	font-family: Effra-Bold;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.13;
	margin: 0;
}

.email-input-field {
	width: 25.5rem;
	height: 22px;
	margin: 0.313rem 1.438rem 0.313rem 1rem;
	font-family: Effra-Regular;
	line-height: 1.57;
	position: absolute;
    left: 17%;
}

.sign-up-btn {
	margin: 0.75rem 0;
}

.newsletter-popup {
    width: auto;
	right: 0;
	left: 0;
}

.current-go-to {
		font-weight: bold;
	}
	
	.goto-section-init-img, .goto-section-init-img-top {
		width: 1.5rem;
		top: calc(33px - 10px);
	}

}

@media only screen and (min-device-width: 768px) and (max-device-width:	1024px) and (orientation: landscape) {
	.section-links-li-top {
		display: flex !important;
	}

	.section-links-li-top p:hover, .section-links-top a:hover {
		border-bottom: 3px solid #00aeef;
		color: black;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 844px) and (orientation: landscape) {
	.go-to-section-top {
		height: auto;
		width: 100%;
		box-shadow: none;
        margin: 1rem 0;
	}
	.go-to-section-top-header {
		box-shadow: none;
        background:transparent;
         padding:0;
		position: relative;		 
	}
	.link-container-ul, .link-container-ul-top {
		padding: 0.625rem 0 0 0;
		width: 100%;
		position: absolute;
		z-index: 2;
	}
	.sections-link-container-top {
		display: block;
	}
	.section-links-li-top p:hover, .section-links-li-top p:hover {
		border: none;
	}
	.sections-link-container, .sections-link-container-top {
		width: auto;
		border-radius: 6px;
		-webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
		box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
		background-color: #ffffff;
	}
	.section-title-top {
		display: block;
		margin-bottom: 0;
		width:auto;
	}
	.goto-section-init, .goto-section-init-top {
        display: block;
		padding: 0.75rem 1rem;
		height: 48px;
		width: auto;
		border: 1px #515151 solid;
		border-radius: 6px;
	}
	.section-parent ul li:not(.goto-section-init):hover,.section-parent ul li.selected:not(.goto-section-init),.section-parent ul li:not(.goto-section-init-top):hover,ul li.selected:not(.goto-section-init-top){
	background:#F2F7FF;	
	-webkit-tap-highlight-color:transparent;

}

.current-go-to, .current-go-to-top {
	list-style-type: none;
	background: #F2F7FF;
}

.current-go-to p, .current-go-to-top p {
	font-weight: normal;
}

.section-links-li, .section-links-li-top {
	margin: 0;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0.75rem 1.25rem;
	font-family: Effra-Regular;
	font-weight: normal;
	color: #000000;
}
.section-links-li-top {
   display:none;
}
.section-links-li-top p b, .section-links-li-top p, .section-links-top a
	{
	margin-bottom: 0rem;
	font-family: Effra-Regular;
	color: #000000;
	text-decoration: none;
}

 .goto-section-init-top p {
         font-weight:bold;
    }
.section-links a, .section-links-top a {
	margin: 0;
	width: auto;
}

.email-button-container {
	display: flex;
	align-items: center;
}

.section-parent, .section-parent-top {
	left: 0;
	padding: 0;
	overflow: visible;
	min-height: 100px;
}

.section-parent-top {
	min-height: 0;
}

.signup-container {
	width: 98.5%;
	background-color: #F3F3F3;
	padding: 0 1rem;
	height: 56px;
	display: flex;
	flex-direction: row;
	align-content: flex-start;
	align-items: center;
	margin: 4.813rem 0 0 0.313rem;
}

.section-container input[type="text"], .section-container-top input[type="text"]
	{
	padding-top: 1.5rem;
	width: 96%;
	position: relative;
	margin-left: 0.625rem;
}

.close-signup-button {
	margin-left: 31.25rem;
	float: right;
	margin-top: 0.125rem;
	height: 17px;
	width: 1.063rem;
}

.column-control__75 {
	margin-top: 18.75rem;
}

.section-title {
	width:auto;
}

.signup-title {
	top: 0;
	width: 11.313rem;
	height: 18px;
	font-family: Effra-Bold;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.13;
	margin: 0;
}

.email-input-field {
	width: 20.5rem;
	height: 22px;
	margin: 0.313rem 1.438rem 0.313rem 1rem;
	font-family: Effra-Regular;
	line-height: 1.57;
	position: static;
}

.sign-up-btn {
	margin: 0.75rem 0;
}

.newsletter-popup {
    width: auto;
	right: 0;
	left: 0;
}

.section-links-li-top p:hover, .section-links-top a:hover {
		border-bottom: 3px solid #00aeef;
		color: black;
	}

}

@media only screen and (min-device-width: 820px) and (max-device-width: 1181px) and (orientation: landscape) {
    .goto-section-init, .goto-section-init-top {
		padding: 0.75rem 1rem;
		height: 48px;
		width: auto;
		border: 1px #515151 solid;
		border-radius: 6px;
	}

    .goto-section-init {
		display: none;
    }

    .goto-section-init-top {
		display: none;
    }

	.sections-link-container-top {
		display: flex;
	}

	.sections-link-container-top {
		background-color: #f5f5f5;
	}

	.current-go-to-top {
		background: transparent;
	}

    .section-links-li-top {
        height: auto;
    }

    .section-links-li {
        height: auto;
    }

    .signup-container {
        width: 100%;
        background-color: #F3F3F3;
        padding: 0 1rem;
        height: auto;
        display: block;
        margin: 0rem 0 0 0.313rem;
    }

    .link-container-ul {
        padding: 0.625rem 0 0 0;
        width: 100%;
        position: relative;
        z-index: 2;
    }

    .email-button-container {
        display: block;
        align-items: center;
    }

    .email-input-field {
        width: auto;
        height: auto;
        margin: 0.313rem 0rem 0.313rem 0rem;
        font-family: Effra-Regular;
        line-height: 1.57;
		position: static;
    }

    .signup-title {
        margin: 0.313rem 0rem 0rem 0rem;
		width: 11vw;
		height: auto;
    }

    .signup-button-close .close-signup-button {
        margin-top: 0.625rem;
        margin-left: 0rem;
    }

    .sections-link-container {
        margin-bottom: 1.375rem;
    }

    .section-title {
        margin-left: 0.625rem;
    }

	.signup-button-close.signup-btn-close-ipad {
		display: none;
	}

	.signup-button-close {
		display: block;
	}

	.current-go-to {
		list-style-type: disc;
		background: none;
		font-weight: bold;
	}

	.section-parent ul li:not(.goto-section-init):hover {
		background: none;
	}

	.section-parent {
		position: relative !important;
	}

	.sections-link-container {
		box-shadow: none;
	}

	.sections-link-container {
		margin-left: 0.8rem;
	}

	.section-links-li {
		padding: 0.75rem 0.25rem;
	}

	.signup-container:hover .signup-button-close .close-signup-button {
		display: inline-block;
		content: '';
		background-repeat: no-repeat;
		width: 24px;
		height: auto;
		margin-left: -0.125rem;
		vertical-align: middle;
		border: 1px solid transparent;
		z-index: 9999;
		position: static;
		background-color: #f3f3f3;
		cursor: pointer;
		transform: scale(1);
		outline: none;
	}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
	.goto-section-init, .goto-section-init-top {
		padding: 0.75rem 1rem;
		height: 48px;
		width: auto;
		border: 1px #515151 solid;
		border-radius: 6px;
	}

    .goto-section-init {
		display: none;
    }

    .goto-section-init-top {
		display: none;
    }

	.sections-link-container-top {
		display: flex;
		box-shadow: none;
	}

	.link-container-ul-top {
		background: #f5f5f5;
	}

	.sections-link-container-top, .current-go-to-top {
		background-color: transparent;
	}

    .section-links-li-top {
        height: auto;
		display: flex !important;
    }

	.section-links-li-top p:hover, .section-links-top a:hover {
		border-bottom: 3px solid #00aeef;
		color: black;
	}

    .section-links-li {
        height: auto;
    }

    .signup-container {
        width: 100%;
        background-color: #F3F3F3;
        padding: 0 1rem;
        height: auto;
        display: block;
        margin: 0rem 0 0 0.313rem;
    }

    .link-container-ul {
        padding: 0.625rem 0 0 0;
        width: 100%;
        position: relative;
        z-index: 2;
    }

    .email-button-container {
        display: block;
        align-items: center;
    }

    .email-input-field {
        width: auto;
        height: auto;
        margin: 0.313rem 0rem 0.313rem 0rem;
        font-family: Effra-Regular;
        line-height: 1.57;
		position: static;
    }

    .signup-title {
        margin: 0.313rem 0rem 0rem 0rem;
		width: 11vw;
		height: auto;
    }

    .signup-button-close .close-signup-button {
        margin-top: 0.625rem;
        margin-left: 0rem;
    }

    .sections-link-container {
        margin-bottom: 1.375rem;
    }

    .section-title {
        margin-left: 0.625rem;
    }

	.signup-button-close.signup-btn-close-ipad {
		display: none;
	}

	.signup-button-close {
		display: block;
	}

	.current-go-to {
		list-style-type: disc;
		background: none;
		font-weight: bold;
	}

	.section-parent ul li:not(.goto-section-init):hover {
		background: none;
	}

	.section-parent {
		position: relative !important;
	}

	.sections-link-container {
		box-shadow: none;
	}

	.sections-link-container {
		margin-left: 0.8rem;
	}

	.section-links-li {
		padding: 0.75rem 0.25rem;
	}

	.signup-container:hover .signup-button-close .close-signup-button {
		display: inline-block;
		content: '';
		background-repeat: no-repeat;
		width: 24px;
		height: auto;
		margin-left: -0.125rem;
		vertical-align: middle;
		border: 1px solid transparent;
		z-index: 9999;
		position: static;
		background-color: #f3f3f3;
		cursor: pointer;
		transform: scale(1);
		outline: none;
	}
}

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

	.section-links-li-top {
		padding: 1.25rem 2.25rem 2.25rem 0rem;
	}
}
.experts-panel-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 1920px;
    background: #f3f3f3;    
    padding: 3.5rem;
    color: #000000;
    object-fit: contain;
    margin: 0 auto;
}
.experts-panel-container.white {
    background: #ffffff;
    color: #000000;
}
.experts-panel-container.darkblue {
    background: #1a2142;
    color: #ffffff;
}
.experts-panel-title{
  margin-bottom: 2.5rem;
  font-family: Effra-Bold;
  font-size: 2rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: -0.063rem;
  text-align: left;
  color: inherit;
}

.author-parent-container{
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 justify-content: flex-start;
 row-gap: 1.5rem;
}

.author-container{
 display: flex;
 flex-direction: column;
 object-fit: contain;
}

.author-desc-container{
	padding-left: 1rem;
	padding-right: 1.5rem;
}

.author-img-container{
    display: flex;
}

.authors-image{
 	width: 4.688rem;
	height:4.688rem;
    border-radius:4.581rem;
}

.author-teaser{
  object-fit: contain;
  font-family: Effra-Regular;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #404040;
  text-align: left ;
}
.darkblue .author-teaser{
    color: #ffffff;
}

.author-desc-container p{
	margin-bottom: 0;
}

.author-title{
  width:16.56rem;
  object-fit: contain;
  font-family: Effra-Bold;
  font-size: 1.5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.063rem;
  text-align: left;
  line-height: 1.32;
  color: inherit;
 }
 
.author-position{
   width: 16.56rem;
  object-fit: contain;
  font-family: Effra-Regular;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
   text-align: left;
   color: inherit;
}
@media only screen and (max-width: 767px) {
    .experts-panel-container {
        padding: 2.5rem;
    }
    .author-img-container {
        display: block;
    }
    .author-desc-container {
        width: 50%;
        display: inline-block;
    }
    .author-teaser {
        padding-top: 1rem;
    }
    .authors-image {
        vertical-align: top;
    }
    .author-position, .author-title {
        width: auto;
    }
}
.hero-media, .hero-media-report-container {
  background-color: #f5f5f5;
  height: auto;
}

.hero-media.white {
    background-color: #ffffff;
}

.hero-media-content {
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
}

.hero-media-content.text-over-img {
    position: relative;
    text-align: center;
}

.hero-media.dark-blue {
    background-color: #1a2142;
}
.new-design-feature-page .hero-media, .new-design-feature-page .heromedia-full-report {
  margin-left: auto;
  margin-right: auto;
}

.hero-media-content>div {
  background-color: #f1f1f1;
  width: 50%;
}

.hero-media .heromedia-text-parent.dark-blue {
  background-color: #1a2142;
  position: relative;
}

.hero-media .heromedia-text-parent.text-video, .hero-media .heromedia-text-parent.text-img-3366,
.hero-media .heromedia-text-parent.text-img, .hero-media .heromedia-text-parent.news-article-page{
  padding: 5.44rem 3.5rem 1rem 3.5rem;
  display: flex;
  flex-direction: column;
}

.hero-media .heromedia-text-parent.text-video, .hero-media .heromedia-text-parent.text-img-3366 {
    width: 34.55%;
}

.hero-media .heromedia-video-parent {
  width: 66%;
  margin: auto;
}

.hero-media .heromedia-video-parent .bmmContainer {
  margin-bottom: 0 !important;
  max-width: 100% !important;
}

.heromedia_Empty_ReadButton {
    border: 1px solid transparent;
    height: 0;
}

.hero-media.text-video .heromedia_ReadButton, 
.hero-media.text-video .heromedia_Empty_ReadButton,
.hero-media.text-img-3366 .heromedia_ReadButton,
.hero-media.text-img-3366 .heromedia_Empty_ReadButton{
  display: none;
}

.hero-media .heromedia-text-parent.white {
  background-color: #ffffff;
  border-bottom: 0;
  position: relative;
}

.hero-media .heromedia-text-parent.text-over-img {
  position: absolute;
  z-index: 1;
  background: transparent;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 3.5rem;
}

.hero-media .heromedia-text-parent.text-over-img > div {
    float: left;
}

.hero-media .heromedia-image-parent.heromedia-textoverimage-parent {
  width: 100%;
}

.heromedia_ReadButton {
  background: #006DE3;
  border-radius: 3rem;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  font-family: Effra-Regular;
  color: #ffffff !important;
  padding: 0.5rem 2rem;
  text-decoration: none;
}

.heromedia_ReadButton:hover {
  background: #0080e3;
  color: #ffffff;
}

.hero-media .heromedia-textoverimage-parent {
  width: 100%;
}

.heromedia-text-parent.news-article-page .heromedia_ReadButton_div.textImageBtnDiv {
  display: none;
}

.hero-media .heromedia-image.image-mobile, .hero-media .heromedia-image.image-tablet {
  display: none;
}

.hero-media .heromedia-content-type {
  padding-bottom: 1rem;
  color: #ffffff;
}

.hero-media .heromedia-author.news-article-page {
  display: none;
}

.hero-media.news-article-page {
  border: 3.5rem solid #00adef;
}

.hero-media .heromedia-content-type.white, .hero-media .heromedia-title.white>h2, .hero-media .author-title-block.white>pre, .hero-media .author-date.white {
  color: #000000;
}

.hero-media .heromedia-teaser.white>p {
  color: #333333;
}

.new-design-feature-page .hero-media .heromedia-title.text-over-img {
  width: 80%;
}

.hero-media .heromedia-title h2 {
  color: #ffffff;
  font-family: Effra-Bold;
  line-height: 1.16;
  letter-spacing: -0.06rem;
  margin-bottom: 1rem;
  text-align: left;
  font-size: 3rem;
}

.hero-media .heromedia-author pre {
  color: #ffffff;
  font-weight: normal;
  text-align: left;
}

.hero-media .heromedia-teaser p {
  color: #ffffff;
}

.hero-media .heromedia-author {
    margin-bottom: 1.5rem;
    min-height: 3rem;
}

.hero-media .heromedia-teaser {
    margin-bottom: 1.5rem;
}

.hero-media.text-over-img .heromedia_ReadButton_div.textImageBtnDiv {
  display: none;
}

.heromedia_ReadButton_div.textImageBtnDiv {
  margin-bottom: 3.5rem;
  flex-grow: 1;
}

.hero-media .heromedia-teaser.text-over-img {
  display: none;
}

.hero-media .heromedia-teaser.text-video,
.hero-media .heromedia-teaser.text-img-3366 {
  display: none;
}

.hero-media .heromedia-image {
  width: 100%;
  height: 100%;
  min-height: 13rem;
}

.hero-media .author-icon-img {
  width: 3rem;
  height: 3rem;
  border-radius: 30px;
  margin-left: -0.5rem;
}

.hero-media .author-icon-img:last-child {
    margin-right:1rem;
}
.hero-media .author-icon-img:first-child {
    margin-left:0rem;
}

.hero-media .heromedia-text-parent .social-share-list-item img {
  width: 1.5rem;
  height: auto;
}

.hero-media .social-share-list {
  margin: auto 0;
  padding: 0;
}

.hero-media .social-share-list .social-share-list-item {
  display: inline;
  margin-right: 1.5rem;
}

.hero-media .social-share-list .social-share-list-item:last-child {
	margin-right: 0;
}

.hero-media .heromedia-series-img img {
  width: 8.25rem;
}

.hero-media .author-icons, .hero-media .author-title-block {
  display: inline;
}

.hero-media .author-icons {
  width: auto;
}

.hero-media .author-title-block {
  position: absolute;
  margin-right: 3.5rem;
}

.hero-media .heromedia-social-link {
  bottom: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.hero-media .heromedia-social-link.text-over-img {
  display: none;
}

.hero-media .heromedia-series-img.text-over-img {
  display: none;
}

.heromedia-full-report {
  height: auto;
  padding: 1.5rem 3.5rem;
  background-color: #f5f5f5;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

.heromedia-full-report p {
  font-family: Effra-Bold;
  color: #404040;
}

.heromedia-full-report a {
  color: #006de3;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: normal;
  font-family: Effra-Bold;
  text-decoration: none;
}

.hero-media.text-video .bmmPanelToggle,
.hero-media.text-img-3366 .bmmPanelToggle {
  display: none !important;
}

.hero-media .heromedia-series-img.news-article-page {
  display: none;
}

.hero-media .heromedia-social-link.news-article-page {
  display: none;
}

.heromedia-full-report.news-article-page {
  display: none;
}

.hero-media .heromedia-content-type pre {
  font-size: 1rem;
  font-family: Effra-Bold;
  line-height: 1;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
}
@media only screen and (max-width:1280px){
  .hero-media .heromedia-text-parent.text-video{
  padding: 2.44rem 3.5rem 1rem 3.5rem;
  width:36.55%;
  display:inline;
  }
}

@media only screen and (max-width: 1024px) {
  .hero-media-content {
    flex-direction: column-reverse;
    height: auto;
  }

  .hero-media-content>div, .hero-media .heromedia-text-parent.text-over-img>div,
  .hero-media .heromedia-text-parent.text-video, .hero-media .heromedia-text-parent.text-img-3366,
  .hero-media .heromedia-video-parent{
    width: 100%;
  }

  .hero-media .custom_video {
    margin-bottom: 0;
  }

  .hero-media-content.text-over-img {
    text-align: left;
  }

  .hero-media .heromedia-text-parent.text-over-img {
    position: relative;
    top: 0;
    transform: none;
    margin: 5.44rem 3.5rem;
    width: auto;
  }
}

 @media only screen and (min-width: 1920px) {
    .hero-media .heromedia-title h2 {
        font-size: 2.75rem;
      }
}
.banner-container{
   width: 100%;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    object-fit: contain;
    align-content: center;
}
.banner-container .banner-component{
	display: flex;
	flex-direction: row;
	justify-content: center;
     padding: 3rem 0rem;
}
.banner-container .banner-image-component{
  display: flex;
  justify-content: flex-start;
  width: 6.163rem;
  height: 9.25rem;
  padding: 1rem;
  background-color: #00aeef;

}

.banner-container .banner-image{
  width: 5.163rem;
}
.banner-container .banner-tittle p{
  margin: 0rem 0 0 1.5rem;
  font-family: Effra-Bold;
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: -0.063rem;
  color: #fff;
}
.banner-container .banner-subtitle{
   height:2rem;
  margin: 0.5rem 0 0rem 1.5rem;
}
.banner-container .banner-button{
  margin: 1.5rem 0 0 1.5rem;
}
.banner-container .banner-button a{
  display: inline-block;
  width: auto;
  padding: 0.5rem 2rem;
  border-radius: 3rem;
  background-color: #006de9;
  color:#fff;
  font-family: Effra-Regular;
  font-size: 1.25rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  text-decoration:none;
}

.banner-container .banner-subtitle-link{
  text-decoration: none;
  font-family: Effra-Regular;
  font-size: 1.25rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
}
.banner-container .banner-subtitle-link:hover{
	color: white;
}
.banner-container .banner-color-cyan{
background:#00aeef;
}
.banner-container .banner-color-darkblue{
background:#1a2142;
}
.banner-container .banner-color-cyan .banner-image-component{
  background-color:#1a2142;
}
.banner-container .banner-color-cyan .banner-tittle p{
color: #000;
}
.banner-container .banner-color-cyan .banner-subtitle-link{
color: #000;
}
.banner-container .banner-color-cyan .banner-button a{
 background-color:#1a2142;
}

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

.banner-container .banner-component{
  margin-left:1.25rem;
  margin-right:1.125rem;
}
.banner-container .banner-tittle p{
  font-size: 1.25rem;
}
}

.signup-form-parent input[type=text] {
  background: url("ibhomepage/images/icons-warning-dark-grey.png") no-repeat right;
  background-size: 1.5rem;
  background-position: 98% 1rem;
}

.signup-form-parent input:-internal-autofill-selected {
    background-color: transparent;
}

.signup-form-parent select, .signup-form-parent .nice-select {
  padding-left: 1.563rem;
  background: url("ibhomepage/images/icons-warning-dark-grey.png") no-repeat right;
  background-size: 1.5rem;
  background-position: 90% 1rem;
}

.signup-form-parent option:hover {
  background: #f2f7ff !important;
}

.signup-form-parent select:focus>option:checked {
  background: #f2f7ff !important;
}

.signup-form-parent .nice-select.open .nice-select-dropdown::-webkit-scrollbar {
  width: 0.438rem;
}

.signup-form-parent .nice-select.open .nice-select-dropdown::-webkit-scrollbar-track {
  border-radius: 0.625rem;
  background: #ffffff;
}

.signup-form-parent input[type=submit]:disabled {
    background-color: #006d;
    pointer-events: none;
  }

.signup-form-parent .nice-select.open .nice-select-dropdown::-webkit-scrollbar-thumb {
  height: 1.75rem;
  border-radius: 0.75rem;
  border: 0.063rem solid #FFFFFF;
  background-clip: content-box;
  background-color: #515151;
}

.signup-form-parent ::placeholder {
  color: #000000;
  opacity: 1;
}


.signup-form-parent .signup-form {
  width: auto;
  margin: auto;
  border: 0.063rem solid transparent;
  display:flex;
  flex-direction: column;
}

.signup-form-parent :-ms-input-placeholder {
  color: #000000;
}

.signup-form-parent ::-ms-input-placeholder {
  color: #000000;
}

.signup-form-parent input[type=submit]:hover {
  background-color: #005BBE;
}

.signup-form-parent {
  border-radius: 0.313rem;
  padding: 3rem;
  border: 0.063rem solid transparent;
  display: block;
}

.signupExploreBtn, .signupErrormsgBtn {
  color: #006de3;
  border: none;
  cursor: pointer;
  display: inline-block;
  width: auto;
  height: auto;
  text-align: center;
  font-family: 'Effra-Regular';
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-decoration: none;
}

.signup-form-parent .emailNewsLetter.hide-bg,
.signup-form-parent .signup-select.hide-bg {
  background: none;
}


  .signup-form-parent .countryOfResidenceLbl {
    padding: 0.25rem 0 1rem 0;
  }

 .textSignup-text-left.ipad {
    display: none;
  }

.signup-form-parent .signup-form-input-Ipad .allFieldsLbl.Ipad {
  display: none;
}

/* Css for drop down */
.signup-form-parent .nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  padding:1rem;
  border-radius: 0.375rem;
  border: solid 0.063rem #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: normal;
  height: 3.875rem;
  line-height: 1.5;
  outline: none;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  border: 0.063rem solid #000000;
  border-radius: 0.375rem;
  margin-bottom: 2.625rem;
  color: #000000 !important;
}

.signup-form-parent .nice-select:hover {
  border-color: #dbdbdb;
}

.signup-form-parent .nice-select:active, .signup-form-parent .nice-select.open, .signup-form-parent .nice-select:focus {
  border-color: #999;
}

.signup-form-parent .nice-select:after {
  border-bottom: 0.125rem solid #000000;
  border-right: 0.125rem solid #000000;
  content: '';
  display: block;
  height: 0.563rem;
  margin-top: -0.375rem;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 0.563rem;
}

.signup-form-parent .nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.signup-form-parent .nice-select.open .nice-select-dropdown {
  display:block;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  overflow-y: scroll !important;
  width: 100%;
}

.signup-form-parent .nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.signup-form-parent .nice-select.disabled:after {
  border-color: #cccccc;
}

.signup-form-parent .nice-select.wide {
  width: 100%;
}

.signup-form-parent .nice-select.wide .nice-select-dropdown {
  left: 0 !important;
  right: 0 !important;
}

.signup-form-parent .nice-select.right {
  float: right;
}

.signup-form-parent .nice-select.right .nice-select-dropdown {
  left: auto;
  right: 0;
}

.signup-form-parent .nice-select.small {
  font-size: 0.75rem;
  height: 2.25rem;
  line-height: 2.125rem;
}

.signup-form-parent .nice-select.small:after {
  height: 0.25rem;
  width: 0.25rem;
}

.signup-form-parent .nice-select.small .option {
  line-height: 2.125rem;
  min-height: 2.125rem;
}

.signup-form-parent .nice-select .nice-select-dropdown {
  display:none;
  background-color: #fff;
  border-radius: 0.313rem;
  -webkit-box-shadow: 0 0 0 0.063rem rgba(68, 68, 68, .11);
  box-shadow: 0 0 0 0.063rem rgba(68, 68, 68, .11);
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-19px);
  transform: scale(0.75) translateY(-19px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  opacity: 0;
}

.signup-form-parent .nice-select .list {
  border-radius: 0.375rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0rem;
  max-height: 15.5rem;
   margin-bottom:0rem;
}

.signup-form-parent .nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.signup-form-parent .nice-select .option {
  cursor: pointer;
  font-weight: normal;
  list-style: none;
  outline: none;
  padding: 1rem;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 1.25rem;
    line-height: 1.5;
  letter-spacing: normal;
   color: #000000;
   height:3.875rem;
}

.signup-form-parent .nice-select .option.focus,
.signup-form-parent .nice-select .option.selected.focus {
  background-color: #bfdbf8;
}

.signup-form-parent .nice-select .option:hover {
  color: #000000;
  background-color: #bfdbf8;
}

.signup-form-parent .nice-select .option.selected {
  font-weight: normal;
  background-color: #bfdbf8;
}

.signup-form-parent .nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.signup-form-parent .no-csspointerevents .nice-select .nice-select-dropdown {
  display: none;
}

.signup-form-parent .no-csspointerevents .nice-select.open .nice-select-dropdown {
  display: block;
}

.signup-form-parent .nice-select .list::-webkit-scrollbar {
  width: 0;
}

.signup-form-parent .nice-select .has-multiple {
  white-space: inherit;
  height: auto;
  padding: 0.438rem 0.75rem;
  min-height: 2.25rem;
  line-height: 1.375rem;
}

.signup-form-parent .nice-select .has-multiple span.current {
  border: 0.063rem solid #CCC;
  background: #EEE;
  padding: 0 0.625rem;
  border-radius: 0.188rem;
  display: inline-block;
  line-height: 1.5rem;
  font-size: 0.875rem;
  margin-bottom: 0.188rem;
  margin-right: 0.188rem;
}

.signup-form-parent .nice-select .has-multiple .multiple-options {
  display: block;
  line-height: 1.5rem;
  padding: 0;
}

.signup-form-parent .nice-select .nice-select-search-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0.313rem;
  pointer-events: none;
  border-radius: 0.313rem 0.313rem 0 0;
}

.signup-form-parent .nice-select .nice-select-search {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 0.063rem solid #e8e8e8;
  border-radius: 0.188rem;
  color: #444;
  display: inline-block;
  vertical-align: middle;
  padding: 0.438rem 0.75rem;
  margin: 0 0.625rem 0 0;
  width: 100%;
  min-height: 2.25rem;
  line-height: 1.375rem;
  height: auto;
  outline: 0 !important;
  font-size: 0.875rem;
}
.signup-retarget-checkbox{
	display:inline-flex;
	flex-direction: row;
    margin-top: 1.5rem;

}
.signup-checkbox-text a{
     color:#016DE3;
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-family: Effra-Bold;

}
.signup-checkbox-text p {
      color:#000000;
      font-style: normal;
      font-size: 1.25rem;
      line-height:1.5;
      font-family: Effra-Regular;
      padding:0 0 0 0rem;
      margin-bottom: 0rem;
      margin-left: 1.25rem;
  }

  .signup-checkbox {
      padding-top: 0rem;
  }

.signup-checkbox .signp-checkbox {
	width:0.875rem;
	height:0.875rem;
	color:#000000;

}
.signup-sunmit-mand{
    display:flex;
    flex-direction: row;
    width:auto;
}
.signup-form-input{
     float: right;
     text-align:right;
     width:50%;
}
.signup-submitbuttn{
     width:50%;
}

.signup-checkbox-container {
    display: block;
    position: relative;
    padding-left: 0.5rem;
    cursor: pointer;
    font-size: 1.375rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	margin-bottom:0rem;
  }

  /* Hide the browser's default checkbox */
  .signup-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .signup-checkmark {
    position: absolute;
    top: 0.375rem;
    left: 0;
    height: 1rem;
    width: 1rem;
    background-color: #ffffff;
    border: 0.063rem solid #000000;
    border-radius: 0.25rem;
  }

  /* On mouse-over, add a grey background color */
  .signup-checkbox-container:hover input ~ .signup-checkmark{
    background-color: #ffffff;
  }

  /* When the checkbox is checked, add a blue background */
  .signup-checkbox-container input:checked ~ .signup-checkmark {
    background-color: #ffffff;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .signup-checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .signup-checkbox-container input:checked ~ .signup-checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .signup-checkbox-container .signup-checkmark:after {
    left: 0.313rem;
	top:0.063rem;
    width: 0.313rem;
    height: 0.75rem;
    border: solid 1px #000000;
    border-width: 0 0.063rem 0.063rem 0;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
  }

  .signup-form-parent .signup-china-checkbox.china-consent {
      display: inline-flex;
      margin-top: 1.5rem;
    }

    .textSignup-right-parent .signup-form-parent .signup-china-checkbox.china-consent {
      margin-top: 1.5rem;
    }

    .signup-form-parent .signup-china-checkbox.china-consent .signup-checkbox-text {
      width: 95%;
      margin: auto;
      margin-left: 0.688rem;
      position: relative;
    }

    .textSignupRight-form-parent .signup-china-checkbox.china-consent .signup-checkbox-text {
      width: 98%;
    }

    .textSignupRight-form-parent .signup-china-checkbox.china-consent.ns_one .signup-checkbox-text p {
      margin-bottom: 0rem;
    }

    .signup-form-parent .signup-china-checkbox.china-consent .signup-checkbox-text p {
      padding: 0rem;
      margin-left: 0.5rem;
    }

    .signup-form-parent .signup-china-checkbox.china-consent.ns_two .signup-checkbox-text p {
      margin-bottom: 0rem;
    }

    .textSignupRight-form-parent .china-consent.ns_one .signup-checkbox {
      margin-top: 0rem;
      display: inline-block;
    }


    .textSignupRight-form-parent .allFieldsLbl ,.signup-form-parent .allFieldsLbl{
      float: left;
      padding:0.688rem 0rem;
      margin-top: 1.5rem;
      font-family: Effra-Regular;
      font-style: normal;
      font-weight: normal;
      font-size: 1rem;
      line-height: 1.5;
      color: #000000;
      letter-spacing: normal;
    }

    .textSignup-right-parent .signup-form-parent .nice-select {
      background-size: 1.5rem;
      background-position: 92% 1rem;
    }
 /* Text Sign Up form parent Css */
.textSignup {
	display: flex;
	flex-direction: initial;
	background-color: #1a2142;
	height: auto;
	max-width: 100%;
    margin: 0 auto;
}
.textSignupParent{
	max-width: 100%;
    margin: 0 auto;
    height: auto;
}

.textSignup-text-parent,
.textSignup-right-parent {
	width: 50%;
	height: auto;
}

.textSignup-right-parent {
	background-color: #1A2142;
	display: flex;
    flex-direction: column;
}

.textSignup .textSignup-text-parent {
	background-color: #1a2142;

}

.textSignupRight-form, .textSignup .signup-checkbox-text p {
    margin-bottom: 0rem;
    margin-left: 0.688rem;
  }

.textSignup .textSignup-content-type {
	width: 100%;
	height: 3.125rem;
	border: 0.063rem solid transparent;
}

.textSignup .textSignup-title {
      width: auto;
      border: 0.063rem solid transparent;
      padding: 13.5rem 12.5rem 1rem 3.5rem;
  }

.textSignup .textSignup-title p {
	font-family: Effra-Bold;
	font-style: normal;
	font-weight: bold;
	font-size: 3rem;
	line-height: 1.16;
	letter-spacing: -0.063rem;
	color: #ffffff;
	margin: 0;
}

.textSignup .textSignup-author p {
	color: #ffffff;
	font-family: effra;

}

.textSignup .textSignup-teaser p {
	font-family: Effra-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #FFFFFF;
    margin-bottom: 0;
	word-break: break-word;
}

.textSignup .textSignup-author {
	width: 100%;
	height: auto;
	border: 0.063rem solid transparent;
}

.textSignup .textSignup-teaser {
	width: auto;
	height: auto;
	border: 0.063rem solid transparent;
	padding: 0rem 12.5rem 3.5rem 3.5rem;
}

.textSignupRight-form-title, .signup-form-parent .signup-form h4 {
    font-family: 'Effra-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.32;
    display: flex;
    align-items: center;
    color: #000000;
    letter-spacing: -0.063rem;
  }

.textSignup .textSignup-image {
	width: 100%;
    height: 100%;
}

.textSignup-text-left {
	border: 0.063rem solid transparent;
	position: absolute;
	width: 39.875rem;
    max-width: 100%;
}

.textSignup-image {
	width: 100%;
}

/* Css for Signup form right */

 .textSignupRight-form-parent input[type=text], .textSignupRight-form-parent select, .signup-form-parent input[type=text], .signup-form-parent select {
	  width: 100%;
    padding: 1rem;
    margin-top: 2rem;
    margin-bottom:0rem;
    display: block;
    box-sizing: border-box;
    border: 0.063rem solid #000000;
    border-radius: 0.25rem;
    height: 3.875rem;
    font-family: 'Effra-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #000000 !important;
    letter-spacing: normal;
}

.signup-form-parent .textSignupRight-form .nice-select, .signup-form-parent .nice-select {
    margin-bottom: 0rem;
    width: 100%;
	margin-top: 1.5rem;
  }

.textSignupRight-form-parent input[type=submit],.signup-form-parent input[type=submit] {
	height: auto;
    font-family: 'Effra-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
    float: right;
    background-color: #006de9;
    border: none;
    width: auto;
    margin: 1.5rem 0rem 0rem 0rem;
    padding: 0.5rem 2rem;
    border-radius: 3rem;
}

.textSignupRight-form-parent input[type=submit]:hover {
	background-color: #ffffff;
}

.textSignupRight-form-parent {
	padding: 3rem;
  margin: 3.5rem;
  background: #FFFFFF;
  border-radius: 0rem;
}
   .textSignupRight-form-parent::after {
        content: "";
        display: block;
        clear: both;
    }

.exploreBtn {
	background-color: #006de3;
	color: white;
	border: none;
	cursor: pointer;
	display: inline-block;
	width: 10%;
	height: 1.875rem;
	margin: 0.313rem 0rem 0rem 0rem;
	padding: 0.625rem 0rem 0rem;
	border-radius: 1.875rem;
	text-align: center;
}

.textSignupRight-form-parent input[type=submit]:hover {
	background-color: #11457e;
}

.exploreBtn:hover {
	background-color: #11457e;
}

.textSignupRight-form-parent .emailAddressLbl,.textSignupRight-form-parent .signupformerrormsg2 , .textSignupRight-form-parent .emailAddressLb2 ,
.textSignupRight-form-parent .countryOfResidenceLbl,.signup-form-parent .emailAddressLbl,.signup-form-parent .emailAddressLb2, .signup-form-parent .signupformerrormsg2 ,.signup-form-parent .countryOfResidenceLbl  {
	display: none;
	position: absolute;
	font-family: 'Effra-Regular';
      font-style: normal;
      font-weight: normal;
      font-size: 1rem;
      line-height: 1.5;
      color: #000000;
}

.textSignupRight-form-parent .countryOfResidenceLbl {
    margin-top: 5.313rem;
    position: relative;
    padding-bottom: 0rem;
  }
  .signup-form-parent .countryOfResidenceLbl{
	 position: relative;
    padding-bottom: 0rem;
	}
  .textSignupRight-form-parent .emailAddressLbl,.textSignupRight-form-parent .signupformerrormsg2 , .textSignupRight-form-parent .emailAddressLb2 , .signup-form-parent .emailAddressLbl,.signup-form-parent .emailAddressLb2, .signup-form-parent .signupformerrormsg2{
    margin-top: 0.25rem;
    padding-bottom: 0rem;
    position: relative;
  }

 .textSignupRight-form-parent .signup-retarget-checkbox {
    display: inline-flex;
    margin-top: 1.5rem;
  }

  .signup-form-thankyou, .signup-form-errormsg {
    display: none;
    border: 0.063rem solid transparent;
    padding: 0;
    background: #FFFFFF;
    padding:3rem;
  }
   .textSignup .signup-form-thankyou, .textSignup .signup-form-errormsg {
    margin: 3.5rem;
  }

  .signup-form-msg-div, .signup-form-errormsg-div {
    margin-bottom:1.5rem;
  }

  .signup-form-thnkyou-div .thankyouLbl, .signup-form-errormsg-div .errormsgLbl {
    font-family: 'Effra-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.32;
    letter-spacing: -0.063rem;
    color: #000000;
    padding-bottom: 2rem;
  }

  .signup-form-explore-div, .signup-form-errormsg-subscribe-div {
    border: 0.063rem solid transparent;
    width: 100%;
    padding-bottom: 5.5rem;
  }

  .signup-form-thnkyou-div, .signup-form-errormsg-div {
    border: 0.063rem solid transparent;
    width: 100%;
  }

  .signup-form-msg-div p, .signup-form-errormsg-div p {
    font-family: 'Effra-Regular';
    font-style: normal;
    font-weight: normal;
    font-size:1.25rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    letter-spacing: normal;
    color: #000000;
  }

  .signupExploreBtn, .signupErrormsgBtn {
    font-family: 'Effra-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5;
  }

  .textSignup-right-parent.signup-form-parent input[type=text] {
    background-size: 1.5rem;
    background-position: 98% 1rem;
  }

.textSignupRight-form-thankyou {
	display: none;
}

.thankyouLbl {
	font-family: Effra;
	font-size: 1.5rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: -0.063rem;
}

.textSignupRight-form-msg-div p {
	font-family: Effra;
	font-size: 0.875rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.57;
	letter-spacing: normal;
}

.textSignupRight-form-msg-div {
	width: 80%;
}

.signup-form-parent .signup-china-checkbox.china-consent.ns_one, .signup-form-parent .signup-china-checkbox.china-consent.ns_two {
	display: inline-flex;
    flex-wrap: wrap;
}
.signupExploreBtn:after , .signupErrormsgBtn:after {
    border-bottom: 0.125rem solid #006de3;
    border-right: 0.125rem solid #006de3;
    content: '';
    display: inline-block;
    height: 0.563rem;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 0.563rem;
}
@media only screen and (max-width:1024px) {

.signup-form-parent .nice-select .list {
    border-radius: 0.313rem;
    max-height: 12.25rem;
}
 .signup-form-parent .nice-select .option {
    padding:0;
    line-height: 2.5rem;
    padding-left: 1.125rem;
    padding-right: 1.1813rem;
    height:auto;
}
.signup-form-parent .nice-select .option.focus, .signup-form-parent .nice-select .option.selected.focus {
    background-color: #F2F7FF;
}
.signup-checkbox-container {
    padding-left: 0.688rem;
    margin-bottom: 0.75rem;
    font-size: 1.375rem;
}
.signup-checkmark {
    height: 0.875rem;
    width: 0.875rem;
    border: 0.063rem solid #212121;
    border-radius: 0.063rem;
	top: 0;
}
.signup-checkbox-text p {
     margin-bottom: 2.5rem;
    margin-top: -0.25rem;
}

.signup-form-parent .signup-form h4 {
    margin-bottom: 1.25rem;
}


.signup-checkbox-text p {
    margin-left: 0.688rem;
}


.signup-form-msg-div p, .signup-form-errormsg-div p {
    margin-bottom: 0rem;
}
.signupExploreBtn, .signupErrormsgBtn {
    background-color: #006de3;
    display: inline-block;
    margin: 0rem;
    border-radius: 1.875rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
    text-decoration: none;
    color: white;
}
.signup-form-explore-div, .signup-form-errormsg-subscribe-div {
padding-bottom: 0rem;
    }
   .signup-checkbox-container .signup-checkmark:after {
       left: 0.188rem;
       width: 0.313rem;
       height: 0.5rem;
   }
   .signup-form-parent .nice-select .option:hover {
       color: #000000;
       background-color: #F2F7FF;
   }
.textSignupRight-form-parent .signup-china-checkbox.china-consent.ns_two {
    margin-top: 0rem;
}
.textSignupRight-form-parent .china-consent.ns_two .signup-checkbox {
    margin-top: -0.688rem;
}
.textSignupRight-form-parent .allFieldsLbl {
	padding:0;
}
.textSignupRight-form-parent input[type=submit] {
    line-height: 1.125rem;
    border: none;
    border-radius: 1.875rem;
}
.signup-form-parent .signup-china-checkbox.china-consent .signup-checkbox-text {
    bottom: 0.813rem;
}
.textSignupRight-form-parent .signup-retarget-checkbox {
    margin-top: 0.938rem;
}
.signup-form-parent .signup-china-checkbox.china-consent.ns_one, .signup-form-parent .signup-china-checkbox.china-consent.ns_two {
    flex-wrap: unset;
}
.textSignupRight-form-parent .signup-china-checkbox.china-consent.ns_two .signup-checkbox-text {
    bottom: 0rem;
}
.textSignup-right-parent .textSignupRight-form-parent .signup-china-checkbox.china-consent.ns_two .signup-checkbox-text p {
    margin-top: -1rem;
    margin-bottom: -0.188rem;
}
 .signup-form-parent .signup-china-checkbox.china-consent .signup-checkbox-text p {
    margin-left: 0rem;
}
.textSignup .signup-form-thankyou, .textSignup .signup-form-errormsg {
    padding: 0;
}

.textSignup .signup-form-thnkyou-div .thankyouLbl, .textSignup .signup-form-errormsg-div .errormsgLbl {
    padding-bottom: 0rem;
}
.textSignup .signup-form-explore-div, .textSignup .signup-form-errormsg-subscribe-div {
    margin: 0rem 18.813rem 2rem 0.5rem;
    padding-bottom: 0rem;
}
.textSignup .signupExploreBtn, .textSignup .signupErrormsgBtn {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1rem;
}
.textSignup .textSignup-title {
    padding: 7.313rem 6.375rem 1.5rem 3.938rem;
}
.textSignup .textSignup-title p {
    font-weight: 700;
    font-size: 3.125rem;
    line-height: 3.75rem;
    letter-spacing: -0.02em;
}
.textSignup .textSignup-teaser {
    padding: 0rem 6.375rem 7.313rem 3.938rem;
}

.textSignup-right-parent .signup-form-parent input[type=text] {
    background-position: 96% 0.688rem;
}
.textSignupRight-form-parent .emailAddressLbl,.textSignupRight-form-parent .signupformerrormsg2 , .textSignupRight-form-parent .emailAddressLb2  {
    padding-bottom: 0rem;
}

.textSignupRight-form-parent input[type=text], .textSignupRight-form-parent select {
    padding: 0.75rem 1.25rem;
    margin: 0.6rem 0rem 1rem 0rem;
    border-radius: 0.375rem;
    height: 3rem;
}
    .signupExploreBtn, .signupErrormsgBtn {
      margin-left:0rem;
      width: auto;
      height: 2rem;
      padding: 0.5rem 1.281rem;
    }
    .signupExploreBtn:after, .signupErrormsgBtn:after {
        border-bottom: 0rem;
         border-right: 0rem;
    }
.textSignupParent .signup-form-parent .nice-select {
    height: 3rem;
    line-height: 2.25rem;
    padding-left: 1.125rem;
    padding-right: 1.875rem;
    border-radius: 0.375rem;
    padding-top: 0.25rem;
    margin-top: 0rem;
}
}
@media only screen and (max-width: 823px) {
  .signup-form-parent .signup-form {
    width: 100%;
  }

  .signup-form-parent, .signup-form-parent {
    padding: 1.5rem 1.875rem 1.875rem 1.875rem;
  }

  #signup-form-parent.signup-form-parent input[type=submit] {
    margin-left: 0rem;
    width: min-content;
    height: min-content;
    padding: 0.5rem 1.281rem;
    white-space: normal;
  }


  .signup-form-thankyou, .signup-form-errormsg {
    padding: 1.5rem 0rem 3.5rem 0rem;
  }

  .signup-form-thnkyou-div, .signup-form-errormsg-div {
    margin: auto auto 1.25rem auto;
  }

  .signup-form-msg-div, .signup-form-errormsg-div {
    margin: auto auto 1.5rem auto;
  }

  .signup-form-parent input[type=text], .signup-form-parent select {
    width: 100%;
  }

  .signup-form-parent input[type=text] {
    background-position: 98% 0.688rem;
  }

  .signup-form-parent select, .signup-form-parent .nice-select {
    background-position: 92% 0.688rem;
  }

  .signup-form-parent .allFieldsLbl {
    margin-right: 0rem;
  }

  .signup-form-parent .signup-form h4 {
    width: auto;
  }

  .signup-form-parent .nice-select {
    width: 100%;
  }

.signup-form-parent .nice-select {
    margin-top:0rem;
}

}


@media only screen and (max-width: 810px) and (orientation: landscape) {
  .signup-form-parent input[type=submit] {
    width: auto !important;
  }
}

@media only screen and (max-width: 320px) {
  .signup-form-parent select, .signup-form-parent .nice-select {
    background-position: 87% 0.688rem;
  }

}

@media only screen and (max-width: 823px) and (orientation: landscape) {
  .signup-form-parent input[type=text] {
    background-position: 98% 0.688rem;
  }

  .signup-form-parent select, .signup-form-parent .nice-select {
    background-position: 94.5% 0.688rem;
  }

  .textSignup-right-parent .signup-form-parent .nice-select.signup-select {
      background-size: 1.5rem;
      background-position: 94% 0.688rem;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
  .signup-form-parent, .signup-form-parent {
    padding: 3rem 0rem 5rem 0rem;
  }

  .signup-form-parent .signup-form {
    width: 100%;
    display:block;
  }

  .signup-form-parent input[type=text], .signup-form-parent select {
    width: 48.3%;
    display: inline;
  }

  .signup-form-parent input[type=text] {
    margin-right: 1rem;
    padding-left: 1rem;
  }

  .signup-form-parent select {
    padding-left: 1rem;
  }

  .signup-form-parent input[type=submit] {
    margin-left: 0rem;
    margin-right: 1.5rem;
    height: 3rem !important;
    width: auto !important;
  }

  .signup-form-parent .allFieldsLbl {
    display: none;
  }

  .signup-form-input{
      display:none;
    }

  .signup-form-parent .signup-form-input-Ipad .allFieldsLbl.Ipad {
    display: block;
	  float:left;
  }

  .signup-form-thankyou, .signup-form-errormsg {
    padding: 3rem 0rem 80rem 0rem;
  }

  .signup-form-thnkyou-div, .signup-form-errormsg-div {
    margin: auto auto 1.25rem auto;
  }

  .signup-form-msg-div, .signup-form-errormsg-div {
    margin: auto auto 1.625rem auto;
  }

  .signup-form-parent .countryOfResidenceLbl {
    left: 25.75rem;
    margin-top: -2.188;
  }

  .signup-form-parent .nice-select {
    width: 48.3%;
    float: right;
  }

  .signup-form-parent input[type=text], .signup-form-parent select {
    margin-top: 0rem;
  }
  .signup-submitbuttn{
    width:20%;
}
   .signup-form-parent .emailAddressLbl,.signup-form-parent .emailAddressLb2, .signup-form-parent .signupformerrormsg2, .signup-form-parent .countryOfResidenceLbl {
      position: absolute;
      padding: 0 0 0.875rem 0;
    }
    .signup-form-parent .emailAddressLb2{
      width:41%;
  }
      .signup-form-parent input[type=text], .signup-form-parent select {
        margin-bottom: 1.938rem;
      }
      .signup-form-parent .nice-select {
        margin-bottom: 1.75rem;
      }
.signup-form-parent .nice-select {
    margin-top:0rem;
}
.signup-submitbuttn {
        width: auto;
        margin-right: 2rem;
        margin-top:1.2rem;
      }
      .signup-form-parent .countryOfResidenceLbl {
        left: 42rem;
      }
      .signup-form-parent .signup-china-checkbox.china-consent {
        display: inline-flex;
        margin-top: -0.188rem;
      }
      .signup-checkmark {
        margin-top:1.3rem;
        }
        .signup-checkbox-text p {
            margin-top: 1rem;
    }
    .textSignup-right-parent .textSignupRight-form-parent .signup-china-checkbox.china-consent .signup-checkbox-text p {
            margin-top:1.6rem;
        }
}

@media only screen and (max-width: 1023px) {
.signup-form-parent input[type=submit] {
    color: white;
    border: none;
    display: inline-block;
    margin: 0rem 0rem 0rem 6.375rem;
    border-radius: 1.875rem;
    line-height: 1rem;
}
.signup-form-parent input[type=text], .signup-form-parent select {
     height: 3rem;
     padding: 0.75rem 1.25rem;
     margin: 0rem 0rem;
     border-radius: 0.375rem;
     margin-bottom: 2.625rem;
     letter-spacing: normal;
 }
.signup-form-parent .emailAddressLbl,.signup-form-parent .emailAddressLb2, .signup-form-parent .signupformerrormsg2, .signup-form-parent .countryOfResidenceLbl {
    margin-top: -2.188rem;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000000;
    font-size:12px;
}
.signup-retarget-checkbox {
    margin-top: 0rem;
}
.signup-form-thnkyou-div .thankyouLbl, .signup-form-errormsg-div .errormsgLbl {
    margin-bottom: 0rem;
    padding-bottom:0rem;
}
.signup-form-parent .allFieldsLbl {
    float: inline-start;
    margin-top: 1rem;
}
.signup-form-parent .nice-select {
    height: 3rem;
    line-height: 2.25rem;
    padding-left: 1.125rem;
    padding-right: 1.875rem;
    border-radius: 0.375rem;
    padding-top: 0.25rem;
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

  .textSignup {
        flex-direction: column !important;
    }
    .textSignup .textSignup-text-parent, .textSignup .textSignup-right-parent {
        width: auto;
        height: auto;
    }
    .textSignup-text-left {
        display: none;
    }
    .textSignup .textSignup-title.ipad {
        padding: 1.5rem 1.5rem 1rem 1.5rem;
    }
    .textSignup .textSignup-teaser.ipad {
        padding: 0rem 1.5rem 1.5rem 1.5rem;
    }
    .textSignup-right-parent .textSignupRight-form-parent {
        padding: 1.5rem 1.5rem 1.25rem 1.5rem;
        margin: 0rem 1.5rem 1.5rem 1.5rem;
    }
    .textSignup .signupExploreBtn, .textSignup .signupErrormsgBtn {
        height: auto;
        padding: 1rem;
    }
    .textSignupRight-form-parent .allFieldsLbl {
        display: block;
        margin-bottom: 0.875rem;
        margin-top: 3.875rem;
    }
    .textSignupRight-form {
        height: 3.125rem;
    }
    .textSignupRight-form-parent .signup-retarget-checkbox {
        margin-top: 1.25rem;
    }
    .textSignup-right-parent .textSignupRight-form-parent input[type=submit] {
        margin: 1.25rem 0rem 0 0rem;
        height: auto !important;
        padding:0.75rem 2rem 0.75rem;
    }

    .textSignup-right-parent .signup-form-parent.textSignupRight-form-parent input[type=text] {
        background-size: 1.5rem;
        display: inline-block;
        width: 48%;
        margin: 0rem 0 1rem 0;
    }
    .textSignup-right-parent .signup-form-parent.textSignupRight-form-parent .textSignupRight-form .nice-select {
        margin-bottom: 0rem;
        width: 43%;
        margin-top: -3.938rem;
        position: absolute;
        right: 3.063rem;
        background-position: 89% 0.688rem;
    }

    .col__full-width .textSignup-right-parent .signup-form-parent.textSignupRight-form-parent .textSignupRight-form .nice-select {
        width: 38%;
        margin-top: -3.938rem;
        position: absolute;
        right: 5.125rem;
      }

      .col__full-width .textSignupRight-form-parent .textSignupRight-form .countryOfResidenceLbl {
        margin-top: -0.813rem;
        width: 48%;
        margin-left: -5.125rem;
      }

      .col__full-width .signup-form-parent, .signup-form-parent {
        padding: 3rem 1.875rem 1.813rem 1.875rem;
      }

	 .textSignup .textSignup-right-parent .signup-form-thankyou,
    .textSignup .textSignup-right-parent .signup-form-errormsg {
        margin: 0rem 1.5rem 1.5rem 1.5rem;
    }
    .textSignup .textSignup-right-parent .signup-form-msg-div,
    .textSignup .textSignup-right-parent .signup-form-errormsg-div {
        margin: 0rem 1.5rem 2rem 1.5rem;
        width: 91%;
    }
    .textSignup .textSignup-right-parent .signup-form-thnkyou-div,
    .textSignup .textSignup-right-parent .signup-form-errormsg-div {
        border: 0.063rem solid transparent;
        width: 90%;
        margin: 1.5rem 22.313rem 1rem 1.5rem;
    }
    .textSignup-form-thankyou .signupExploreBtn,
    .textSignup-form-errormsg .signupErrormsgBtn {
        height: 3rem;
        padding: 0.875rem;
    }
    .textSignupRight-form-parent .textSignupRight-form .countryOfResidenceLbl {
        margin-top: -0.813rem;
        position: relative;
        width: 37%;
    	left: 53%;
        margin-bottom: 0.313rem;
        font-size: 12px;
        line-height:22px;
    }
    .textSignupRight-form-parent .textSignupRight-form .emailAddressLbl,.textSignupRight-form-parent .textSignupRight-form .signupformerrormsg2 , .textSignupRight-form-parent .textSignupRight-form .emailAddressLb2  {
        margin-top: -0.938rem;
        width: 45%;
        position: absolute;
        padding-top:0.3rem;
        font-size: 12px;
    }
    .textSignup-right-parent .textSignupRight-form-parent .signup-china-checkbox.china-consent.ns_two .signup-checkbox-text p {
        padding: 0.25rem 0rem 0 0.5rem;
    }
    .textSignupRight-form .textSignupRight-form-title {
        display: none;
    }
    .textSignup-text-left.ipad {
        display: block;
        position: relative;
        width: auto;
        font-family: 'Effra-Regular';
        font-style: normal;
        font-weight: 700;
        font-size: 3.125rem;
        line-height: 3.75rem;
        align-items: center;
        letter-spacing: -0.02em;
        color: #FFFFFF;
    }

      .signup-form-parent .signup-form h4 {
        width: 85%;
        margin-right: 11.375rem;
      }

      .signup-china-checkbox.china-consent.ns_two .signup-checkmark,
      .signup-china-checkbox.china-consent.ns_two .signup-checkbox-text {
        margin-top: 0rem;
      }
      .signup-form-parent .signup-china-checkbox.china-consent .signup-checkbox-text p {
        margin-bottom: 1.25rem;
        margin-top: 0.625rem;
      }

      .signup-form-parent .signup-china-checkbox.china-consent .signup-checkbox {
        padding-top: 0.125rem;
      }

      .signup-form-parent .signup-china-checkbox.china-consent.ns_one .signup-checkbox-text p {
        margin-bottom: 0.625rem;
        margin-top:1.8rem;
      }

      .signup-checkbox-text p {
        margin-bottom: 1.75rem;
      }

      .signup-form-parent .signup-china-checkbox.china-consent.ns_two .signup-checkbox-text p {
        margin-bottom: 0.75rem;
        margin-top: 0.625rem;
      }

      .textSignupRight-form-parent .signup-china-checkbox.china-consent.ns_two .signup-checkmark {
        margin-top: 0rem;
      }
      .textSignupRight-form-parent .china-consent.ns_one .signup-checkbox {
        margin-top: 0rem;
      }
      .textSignupRight-form-parent .signup-china-checkbox.china-consent.ns_one {
        margin-top: 1.5rem;
      }

      .textSignup-right-parent .textSignupRight-form-parent .signup-china-checkbox.china-consent .signup-checkbox-text p {
        padding: 0rem 0rem 0rem 0.5rem;
      }

	.textSignupRight-form-parent .signup-china-checkbox.china-consent .signup-checkbox-text {
        margin-left: 0.188rem;
    }
    .textSignup .textSignup-image {
          max-height: fit-content;
        }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){
.signup-checkbox {
  padding-top: 0.3rem;
}
}
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) {
    .textSignup .textSignup-right-parent .signup-form-thnkyou-div, .textSignup .textSignup-right-parent .signup-form-errormsg-div {
        width: 90%;
    }
	.textSignup .textSignup-text-parent .textSignup-title {
      width: 57vw;
      border: 0.063rem solid transparent;
      padding: 3.375rem 6.375rem 1.5rem 3.938rem;
    }

    .col__full-width .textSignup-right-parent .signup-form-parent .nice-select {
        background-position: 92% 0.688rem;
      }
    
     .signup-checkbox-text p {
     margin-top:0.7rem;
  }
    .signup-checkmark {
      margin-top:1.7rem;
    }
     .signup-submitbuttn {
      margin-top: 1.2rem;
  }
    }
  
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: landscape) {
    .signup-form-parent .countryOfResidenceLbl {
        left: 34rem;
    }
    .signup-submitbuttn {
      width: 9.4rem; 
 }

 }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .signup-form-parent .signup-china-checkbox.china-consent.ns_one .signup-checkbox-text p {
    margin-top: 0.7rem;
}
            .signup-checkbox-text p {
    margin-top: -0.3rem;
}
    .signup-checkmark {
    margin-top: 0.3rem;
}
  .textSignup .textSignup-text-parent .textSignup-title {
    width: 55vw;
    padding: 3.375rem 6.375rem 1.5rem 3.938rem;
  }

  .textSignup .textSignup-text-parent .textSignup-teaser {
    width: 31.25rem;
    padding: 0rem 6.375rem 7.313rem 3.938rem;
  }

  .textSignup-right-parent .signup-form-parent .nice-select {
      background-position: 92% 0.688rem;
    margin-top: 0rem;
    }
	.textSignupRight-form-parent {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    margin: 3.125rem 3.125rem 3.125rem 3.188rem;
    background: #FFFFFF;
    border-radius: 0rem;
}
.textSignupRight-form-title {
    font-weight: 500;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: normal;
}
.textSignupRight-form-parent .allFieldsLbl {
    margin-top: 2rem;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 2.375rem;
}
.textSignupRight-form-parent input[type=submit] {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.125rem;
    margin: 1rem 0rem 0 0rem;
    padding: 0.75rem 2rem 0.75rem;
    border-radius: 1.875rem;
}
.textSignupRight-form-parent .emailAddressLbl ,.textSignupRight-form-parent .signupformerrormsg2 , .textSignupRight-form-parent .emailAddressLb2  {
    margin-top: -0.938rem;
    padding-bottom: 0rem;
    position: relative;
    height: 2.313rem;
}
.textSignupRight-form-parent .countryOfResidenceLbl {
    margin-top: 3rem;
    position: relative;
    padding-bottom: 0rem;
    height: 1.313rem;
    margin-bottom: 0.75rem;
}
.textSignup .textSignup-title p {
    font-weight: 700;
    font-size: 3.125rem;
    line-height: 3.75rem;
    letter-spacing: -0.02em;
}
.textSignup .textSignup-teaser p {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.875rem;
}
.textSignup .signup-form-thankyou, .textSignup .signup-form-errormsg {
    margin: 5.375rem 3.125rem 5.375rem 3.188rem;
}
.textSignup .signup-form-msg-div, .textSignup .signup-form-errormsg-div {
    margin: 0rem 1.5rem 1.125rem 1.5rem;
    width: 91%;
}
.textSignup .textSignup-right-parent .signup-form-thnkyou-div, .textSignup .textSignup-right-parent .signup-form-errormsg-div {
   margin: 2rem 11.063rem 1rem 1.5rem;
}
.textSignup .signup-form-explore-div, .textSignup .signup-form-errormsg-subscribe-div {
  margin: 0rem 18.813rem 2rem 1.5rem;
}
}

 @media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: portrait) {
    
  .signup-form-parent .countryOfResidenceLbl {
    left:0rem;
      }
  }

@media only screen and (min-device-width: 390px) and (max-device-width: 915px) and (orientation: landscape) {
      .textSignup-right-parent .signup-form-parent .nice-select {
        background-size: 1.5rem;
        background-position: 89% 0.688rem;
      }
    }


@media only screen and (max-width: 767px) {
 .signup-form-parent .signup-form h4 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: -0.015rem;
  margin-bottom: 1rem
}
  .signup-form-parent input[type=text], .signup-form-parent select {
      line-height: 1.5rem;
  }

   .signup-form-parent input[type=text] {
    padding-left: 1rem;
    margin-bottom: 2rem;
  }
  .signup-form-parent .signup-china-checkbox.china-consent.ns_two .signup-checkbox-text p {
      margin-bottom: 0.188rem;
    }

    .signup-form-parent .emailAddressLbl,.signup-form-parent .emailAddressLb2, .signup-form-parent .signupformerrormsg2 {
      margin-top: -1.813rem;
      font-size:14px;
       line-height:22px;
    }
    .signup-form-parent .nice-select {
      margin-bottom: 1rem;
    }

    .signup-form-parent .countryOfResidenceLbl {
      padding: 0.25rem 0 1rem 0;
      margin-top: -1.063rem;
      font-size:14px;
       line-height:22px;
    }

  .signup-form-parent .allFieldsLbl {
  line-height: 1.375rem;
  }
  #signup-form-parent.signup-form-parent input[type=submit] {
    padding: 0.938rem 1.281rem;
  }
    .textSignup {
      flex-direction: column !important;
    }
    .textSignup .textSignup-image {
          max-height: fit-content;
        }
    .textSignup-text-left {
      display: none;
    }
    .textSignup-text-left.ipad {
      display: block;
      position: relative;
      width: auto;
    }
    .textSignup .textSignup-right-parent .textSignup-title {
        padding: 1rem 1rem 1rem 1rem;
    }
    .textSignupRight-form .textSignupRight-form-title {
        display: none;
    }
    .textSignup .textSignup-right-parent .signup-form-thankyou,
    .textSignup .textSignup-right-parent .signup-form-errormsg {
	    margin: 0rem 1rem 1rem 1rem;
        width: auto;
    }
    .textSignup .textSignup-right-parent .signup-form-thnkyou-div,
    .textSignup .textSignup-right-parent .signup-form-errormsg-div {
        width: 87%;
        margin: 1rem 1rem 1rem 1rem;
    }
    .textSignupRight-form-parent .textSignupRight-form .signup-retarget-checkbox {
        margin-top: 1rem;
        margin-bottom: -0.5rem;
    }
    .textSignup-right-parent .textSignupRight-form-parent {
        padding: 1rem;
        margin: 0rem 1rem 1rem 1rem;
    }
    .textSignup-right-parent .textSignupRight-form-parent input[type=submit] {
        margin: 1.5rem 0rem 0 0rem;
    }
    .textSignup .signup-form-explore-div .signupExploreBtn,
    .textSignup .signup-form-errormsg-subscribe-div .signupErrormsgBtn {
        height: auto;
        padding: 1rem 1.875rem 1rem 1.875rem;
    }
    .textSignup .signup-form-thankyou .signup-form-explore-div,
    .textSignup .signup-form-errormsg .signup-form-errormsg-subscribe-div {
        width: 86%;
        margin: 0rem 8.438rem 1rem 1.063rem;
    }

    .textSignup .signup-form-thankyou .signup-form-msg-div,
    .textSignup .signup-form-thankyou .signup-form-errormsg-div {
        margin: 0rem 1rem 1rem 1.063rem;
    }
    .textSignup .textSignup-right-parent .textSignup-teaser {
        padding: 0rem 1rem 1rem 1rem
    }
    .textSignup .textSignup-text-parent,
    .textSignup .textSignup-right-parent {
        width: auto;
        height: auto;
    }
    .textSignup-right-parent .signup-form-parent .nice-select {
        background-size: 1.5rem;
        background-position: 92% 1rem;
  }

  .signup-form-parent .signup-china-checkbox.china-consent.ns_one .signup-checkbox-text p {
        margin-bottom: 0.188rem;
      }

.textSignup-right-parent .signup-form-parent .textSignupRight-form .nice-select {
    margin-top: 0rem;
}
.textSignupRight-form-parent .countryOfResidenceLbl {
    margin-top: 3rem;
    padding-bottom: 0rem;
    height: 0.082rem;
    margin-bottom: 0.75rem;
}
.signup-form-parent .signup-china-checkbox.china-consent .signup-checkbox-text p {
    margin-top: 0.563rem;
}
.signup-form-parent .signup-china-checkbox.china-consent {
    margin-top: 0rem;
}
.textSignupRight-form-parent .allFieldsLbl {
    margin-top: 1.5rem;
}
.signup-checkbox {
  padding-top: 0.3rem;
}
}
@media only screen and (min-width:375px) and (max-width:668px)  {
  .signup-form-parent .emailAddressLbl, .signup-form-parent .emailAddressLb2, .signup-form-parent .signupformerrormsg2,.signup-form-parent .countryOfResidenceLbl {
   font-size: 12px;
   line-height: 22px;
  }
}
@media only screen and (min-width:1401px) {
.textSignup {
    max-width: 1920px;
 }
  .textSignupRight-form-parent {
    padding: 4.5rem;
    margin: 5.25rem;
}
}
.subHead {
margin: 0 auto;
max-width: 1920px;
width: 100%;
}

.subHeadParent {
border: 1px solid transparent;
height: auto;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
background: #1a2142;
}

.subHeadParent.subHeadgray {
background-color: #f5f5f5;
}

.subHeadParent.subHeadwhite {
background-color: #ffffff;
}

.subHeadParent.subHeaddark-blue {
background-color: #1a2142;
}

.subHeadParent .subHeadChild {
border: 1px solid transparent;
height: auto;
width: 100%;
}

.subHeadParent .subHeadContentType {
border: 1px solid transparent;
height: auto;
width: auto;
margin: 3.5rem 28.3125rem 0rem 3.5rem;
}

.subHeadParent .subHeadContentType p {
display: inline;
color: #ffffff;
font-family: Effra-Bold;
font-weight: bold;
font-stretch: normal;
font-style: normal;
font-size: 1rem;
line-height: 0.0625rem;
letter-spacing: 0.0625rem;
text-align: left;

}

.subHeadParent.subHeadgray .subHeadContentType p, .subHeadParent.subHeadwhite .subHeadContentType p {
font-weight: bold;
}

.subHeadParent.subHeadgray .subHeadContentType p,
.subHeadParent.subHeadwhite .subHeadContentType p
{
color: #006de3;
}

.subHeadParent.subHeadwhite .subHdBtnLink a,
.subHeadParent.subHeadgray .subHdBtnLink a {
color: #006de9;
}

.subHeadParent .subHeadTitle {
border: 1px solid transparent;
height: auto;
width: auto;
margin: 1rem 28.3125rem 0rem 3.5rem;
}


.subHeadParent .subHeadTitle p {
display: inline;
color: #ffffff;
font-family: Effra-Bold;
font-weight: bold;
 font-stretch: normal;
font-style: normal; 
font-size: 3rem;
line-height: 1.16;
letter-spacing: -0.0625rem; 
 text-align: left;

}

.subHeadParent.subHeadgray .subHeadTitle p, .subHeadParent.subHeadwhite .subHeadTitle p {
color: #000;
}

.subHeadParent.subHeadgray .subHeadTeaser p, .subHeadParent.subHeadwhite .subHeadTeaser p {
color: #404040;
}

.subHeadParent.subheadNoBtn.subheadNocontentType.subheadTeaser .subHeadTitle {
	 margin: 1rem 28.3125rem 3.5rem 3.5rem;
} 



.subHeadParent .subHeadTeaser {
border: 1px solid transparent;
height: auto;
width: auto;
margin: 0rem 28.3125rem 0rem 3.5rem;
}

.subHeadParent.subheadLinkBtn_style .subHeadTeaser {
border: 1px solid transparent;
height: auto;
width: auto;
margin-top: 0.5rem ;

}

.subHeadParent .subHeadTeaser p {
display: inline;
color: #ffffff;
font-family: Effra-Regular;
font-weight: normal;
font-stretch: normal;
font-style: normal;
 font-size: 1rem;
line-height: 1.5;
letter-spacing: normal; 
text-align: left;
}

.subHeadParent .subHeadBtn {
border: 1px solid transparent;
height: auto;
width: 30%;
margin: 1.5rem 28.3125rem 3.5rem 3.5rem;
}

.subHeadParent .subHeadBtn .subHdBtn{
display: inline;                                      
height: 1.6875rem;
color: #ffffff;
font-family: Effra-Regular;
font-weight: normal;
font-stretch: normal;
font-style: normal;
padding: 0.5rem 2rem;
border-radius: 3rem;
font-size: 1.25rem;
line-height: 1.5;
letter-spacing: normal;
background-color: #006de9;
text-decoration: none;
text-align: center;

}

.subHeadParent .subHeadBtn .subHdBtn   {
padding: 0.5rem 2rem 0.5rem 2rem;

}

.subHeadParent .subHeadBtn:blank {
display: none;
}

.subHeadParent.subHeadgray .subHdBtnLink a, .subHeadParent.subHeadwhite .subHdBtnLink a {
background: url(ibhomepage/images/caratActiveBlue.svg) no-repeat right center;
text-decoration: none;
background-size: 1.125rem;
padding-bottom: 0.1875rem;
padding-right: 1.1875rem;
}


.subHeadParent .subHdBtnLink a {
background: url(ibhomepage/images/caratWhite.svg) no-repeat right center;
color: #ffffff;
text-decoration: none;
background-size: 1.125rem;
padding-bottom: 0.1875rem;
font-size: 1.25rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.5;
letter-spacing: normal; 
padding-right: 1.1875rem;
text-align: left;
		
}
.subHeadParent.subHeaddark-blue.subheadNoBtn_style .subHeadTitle 
{
margin-top:1rem; 
margin-bottom:0.5rem;
}

.subHeadParent.subHeaddark-blue.subheadBtn_style .subHeadTitle,.subHeadParent.subHeadwhite.subheadBtn_style .subHeadTitle,.subHeadParent.subHeadgray.subheadBtn_style .subHeadTitle{
	margin-bottom:1rem;
	
}
.subHeadParent.subHeaddark-blue.subheadNoBtn_style.subheadNocontentType .subHeadTitle {
	margin: 3.5rem 28.3125rem 0.5rem 3.5rem;
	
}
.subHeadParent.subHeadwhite.subheadNoBtn_style .subHeadTitle,.subHeadParent.subHeadgray.subheadNoBtn_style .subHeadTitle
{
margin-top:1rem;
margin-bottom:1rem;
 
}
.subHeadParent .subHdBtnLink {
 width: 30%;
margin: 1.5rem 28.3125rem 3.5rem 3.5rem;
}

.subHeadParent.subHeadwhite.subheadNoBtn_style.subheadNocontentType .subHeadTitle,.subHeadParent.subHeadgray.subheadNoBtn_style.subheadNocontentType .subHeadTitle {
margin: 3.5rem 28.3125rem 1rem 3.5rem;

}

.subheadNoTeaser.subheadNoTitle .subHeadContentType{
margin:3.5rem 28.3125rem 1rem 3.5rem;
}
.subheadNocontentType.subheadNoTeaser.subHeaddark-blue.subheadTitle .subHeadTitle {
margin: 3.5rem 28.3125rem 0.5rem 3.5rem;
}
.subheadNocontentType.subheadNoTeaser.subHeadgray.subheadTitle .subHeadTitle,.subheadNocontentType.subheadNoTeaser.subHeadwhite.subheadTitle .subHeadTitle{
margin: 3.5rem 28.3125rem 1rem 3.5rem;
}
.subheadNocontentType.subheadNoTitle .subHeadTeaser{
	  margin: 3.5rem 28.3125rem 1.5rem 3.5rem!important;
  }

.subheadContentType.subheadTeaser.subheadNoTitle .subHeadContentType {
margin-top:0rem;
}


.subheadNocontentType.subheadNoTitle.subHeaddark-blue.subheadNoBtn_style .subHeadTeaser{
margin-bottom:3.5rem;
}  

 .subHeadParent.subHeadgray.subheadNoBtn_style .subHeadTeaser, .subHeadParent.subHeadwhite.subheadNoBtn_style .subHeadTeaser, .subHeadParent.subHeaddark-blue.subheadNoBtn_style .subHeadTeaser{
margin-bottom:3.5rem;
} 

.subHeaddark-blue{
	background-color: #1a2142;
	
}
.subHeadgray{
	
	 background-color: #f5f5f5;
}
.subHeadwhite{
	background-color: #ffffff;; 
}


.subHeadParent.subHeadwhite .subHeadBtn .subHdBtn,.subHeadParent.subHeadgray .subHeadBtn .subHdBtn {
	background-color: #006de9;
}
 @media only screen and (max-width: 768px) {
.subHeadParent .subHeadContentType {
	margin: 1.5rem 1rem 0.5rem 1rem;
	
}
.subHeadParent .subHeadTitle {
	margin: 0rem 2.875rem 0.5rem 1rem;
}

.subHeadParent .subHeadTeaser {
	margin: 0rem 1rem 1.5rem 1rem;
}

.subHeadParent.subheadBtn .subHeadTeaser {
	margin: 0rem 1rem 1rem 1rem!important;
}

.subHeadParent.subheadLinkBtn .subHeadTeaser {
	margin: 0rem 1rem 1rem 1rem;
}

.subHeadParent .subHeadBtn button {
	width: auto;
	height: 32px;
	padding: 0.5rem 1.1875rem 0.5rem 1.25rem;
	border-radius: 30px;
	background-color: #016de3;
}

.subHeadParent .subHeadBtn {
	margin: 0rem 15rem 1.5rem 1rem;
	width: 50%;
}

.subHeadParent .subHeadBtn .subHdBtn {
	display: inline-block;
	height: auto;
}

.subHeadParent.subHeadgray .subHeadTeaser p, .subHeadParent.subHeadwhite .subHeadTeaser p {
	color: #000000 ;
}

.subHeadParent .subHdBtnLink {
	margin: 0rem 16.2rem 1.5rem 0.9875rem;
	width: 50%;
}
.subHeadParent .subHdBtnLink a {
	padding-right:1.9rem!important;
}

.subHeadParent.subheadNoBtn.subheadNocontentType.subheadNoTeaser .subHeadTitle {
	margin:1.5rem 2.875rem 1.5rem 1rem;
}

.subHeadParent.subheadNocontentType .subHeadTitle {
	margin: 1.5rem 2.875rem 0.5rem 1rem!important;
}
.subheadNocontentType.subheadNoTitle .subHeadTeaser{
	margin: 3rem 2.875rem 1.5rem 1rem!important;
}
.subheadNoTeaser.subheadNoTitle .subHeadContentType{
	margin:3rem 0rem 1rem 1rem;
}
.subheadNocontentType.subheadNoTeaser.subheadTitle .subHeadTitle {
	margin: 3rem 2.875rem 1.5rem 1rem;
}

}

@media only screen and (min-device-width: 767px) and (max-device-width: 1200px)  {
.subHeadParent .subHdBtnLink {
	margin: 0rem 40.2625rem 1.5rem 1.4875rem;
}

.subHeadParent .subHeadContentType {
	margin: 1.5rem 1.5rem 1rem 1.5rem;
}

.subHeadParent .subHeadTitle {
	margin: 0rem 1.5rem 1rem 1.4rem;
}

.subHeadParent .subHeadTeaser {
	margin: 0rem 1.5rem 1.5rem 1.5rem!important;
}

.subHeadParent .subHeadBtn {
	margin: 0rem 39.0625rem 1.5rem 1.5rem;
}


.subHeadParent.subheadNoBtn.subheadNocontentType.subheadNoTeaser .subHeadTitle {
	margin: 1.5rem 1.5rem 1.5rem 1.5rem
}

.subHeadParent.subheadNocontentType .subHeadTitle {
	margin: 1.5rem 1.5rem 1rem 1.5rem!important;
}
 .subheadNocontentType.subheadNoTitle .subHeadTeaser{
	margin: 3rem 1.5rem 1.5rem 1.5rem!important;
} 


.subheadNoTeaser.subheadNoTitle .subHeadContentType{
   margin:3rem 1.5rem 1rem 1.5rem;
}
.subheadNocontentType.subheadNoTeaser.subheadTitle .subHeadTitle {
	margin: 3rem 1.5rem 1.5rem 1.5rem;
}
}





.contentBlock {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;    
}

.contentBlockParent {
    height: auto;
    width: 100%;    
    background: #1a2142;
    display: flex;
}

.contentBlockParent.left, .contentBlockParent.right {
    float: none !important;
}

.contentBlock .contentBlockParent.contentBlkNoContentType.textimg .contentBlockTitle {
    margin-top: 4.188rem !important;
}

.contentBlockwrapperdarkblue , .contentBlockParent.contentBlkdarkblue {
    background-color: #1a2142;
}

.contentBlockwrapperwhite , .contentBlockParent.contentBlkwhite {
    background-color: #fff;
}

.contentBlockwrappergrey , .contentBlockParent.contentBlkgrey {
    background-color: #f5f5f5;
}
.contentBlockParent.textimg.left {
    display: flex;
    flex-direction: row-reverse;
}

.contentBlockParent .contentBlockChild {
    border: 1px solid transparent;
    height: auto;
    width: 50%;
}

.contentBlockParent .contentBlockContentType {
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 5.094rem 3.5rem 0rem 3.5rem;
}

.contentBlockParent.contentBlockBtn.imagewithborder .contentBlockTitle{
    margin: 1rem 3.5rem 0.5rem 3.5rem;
}

.contentBlockParent.contentBlockBtn.contentBlkwhite.left.imagewithborder .contentBlockTeaser,
.contentBlockParent.contentBlockBtn.contentBlkdarkblue.left.imagewithborder .contentBlockTeaser,
.contentBlockParent.contentBlockBtn.contentBlkdarkblue.right.imagewithborder .contentBlockTeaser {
    margin: 0rem 3.5rem 1.5rem 3.5rem;
}

.contentBlockParent.contentBlockBtn.imagewithborder .contentBlockBtn {
    margin: 0rem 3.5rem 5.094rem 3.5rem;    
}

.contentBlockParent.contentBlkNoTeaser.text .contentBlockTitle {
    margin: 3.5rem 16rem 3.5rem 16rem;
}

.contentBlockParent.text .contentBlockTitle p {
    text-align: left;
}

.contentBlockParent .contentBlockContentType pre {
    display: inline;
    color: #ffffff;
    font-family: Effra-Bold;
    font-size: 1rem;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.063rem;
}   

.contentBlockParent.contentBlkgrey .contentBlockContentType pre,
.contentBlockParent.contentBlkwhite .contentBlockContentType pre,
.contentBlockParent.contentBlkwhite .contentBlkBtnLink a,
.contentBlockParent.contentBlkgrey .contentBlkBtnLink a {
    color: #006de9;
}

.contentBlockParent .contentBlockTitle,
.contentBlockParent.contentBlkOneBtnLink .contentBlockTitle,
.contentBlockParent.contentBlkTwoBtnLink .contentBlockTitle {
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 1rem 3.5rem 0.5rem 3.5rem;
}

.contentBlockParent.contentBlkNoBtn .contentBlockTitle {
    margin: 0rem 3.5rem 1rem 3.5rem;
}

.contentBlockParent.contentBlkNoBtn.left .contentBlockTitle {
    margin: 0rem 3.5rem 1rem 3.5rem;
}

.contentBlockParent.contentBlkNoBtn.contentBlkwhite.left .contentBlockTitle {
    margin: 0rem 3.5rem 1rem 3.5rem;
}

.contentBlockParent .contentBlockTitle p {
    display: inline;
    color: #ffffff;
    font-family: Effra-Bold;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.24;
    letter-spacing: -0.063rem;
      
}

.contentBlockParent.contentBlkgrey .contentBlockTitle p, .contentBlockParent.contentBlkwhite .contentBlockTitle p {
    color: #000000;
}

   
.contentBlockParent.text .contentBlockTitle {
    margin: 3.5rem 16rem 0rem 16rem;
}

.contentBlockParent.text .contentBlockTeaser {
    margin: 0.5rem 16rem 3.5rem 16rem;
}

.contentBlockParent.contentBlkNoTitle.text .contentBlockTeaser {
    margin: 3.5rem 16rem 3.5rem 16rem;
}

.contentBlockParent.contentBlkNoTitle.text .contentBlockTeaser p {
    font-size: 2rem;
    line-height: 1.24;
    text-align: left;
}

.contentBlockParent .contentBlockTeaser,
.contentBlockParent.contentBlkOneBtnLink .contentBlockTeaser,
.contentBlockParent.contentBlkTwoBtnLink .contentBlockTeaser {
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 0rem 3.5rem 1.5rem 3.5rem;
}

.contentBlockParent.contentBlkNoBtn .contentBlockTeaser {
    margin: 0rem 3.5rem 5.375rem 3.5rem;
}

.contentBlockParent.contentBlkNoBtn.left .contentBlockTeaser {
    margin: 0rem 3.5rem 5.375rem 3.5rem;
}

.contentBlockParent .contentBlockTeaser p {
    display: inline;
    color: #ffffff;
    font-family: Effra-Regular;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;   
}  

.contentBlockParent.contentBlkgrey .contentBlockTeaser p, .contentBlockParent.contentBlkwhite .contentBlockTeaser p {
    color: #404040;
}

.contentBlockParent .contentBlockBtn {
    border: 1px solid transparent;
    height: auto;
    width: 80%;
    margin: 0rem 0rem 5.094rem 3.5rem;
}

.contentBlockParent .contentBlockBtn a {
    display: inline-block;
    color: #ffffff;
    font-family: Effra-Regular;
    font-size: 1.25rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    border-radius: 3rem;
    background-color: #006de9;
    width: auto;
    height: auto;
    padding: 0.5rem 2rem;
    box-shadow: none;
    text-decoration: none;
}

.contentBlockParent .contentBlockImg {
    width: 50%;
}

.contentBlockParent .contentBlockImg img {
    height: 100%;
    width: 100%;
	color: #666666;
}

.contentBlockParent .contentBlkImg.imagewithborder {
    border: 3.5rem solid #1a2142;
}

.contentBlockParent.contentBlkwhite .contentBlkImg.imagewithborder {
    border: 3.5rem solid #ffffff;
}
.contentBlockParent.contentBlkgrey .contentBlkImg.imagewithborder {
    border: 3.5rem solid #f5f5f5;
}

.contentBlockParent.contentBlkwhite .contentBlockLink a ,.contentBlockParent.contentBlkgrey .contentBlockLink a{
    background: url(ibhomepage/images/caratActiveBlue.svg) no-repeat right center;
    color: #006de9;    
    background-size: 1.25rem;    
}

.contentBlockParent .contentBlockLink a {
    width: auto;
    margin: 0rem auto 1.5rem 3.5rem;
    color: #ffffff;
    background: url(ibhomepage/images/caratWhite.svg) no-repeat right center;
    text-decoration: none;
    padding-right: 1.25rem;
    display: table-cell;
    font-family: 'Effra-Regular';
    font-size: 1.25rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
}

.contentBlockParent .contentBlockLink {
    margin-left: 3.5rem;
}

.contentBlockParent .contentBlockLink.contentBlkOneBtnLink {
    margin: 0rem 3.5rem 5.094rem 3.5rem;
    width: 40%;
}

.contentBlockParent .contentBlockLink.contentBlkTwoBtnLink {
    margin: 0rem 3.5rem 0rem 3.5rem;
    width: 40%;
}

.contentBlockParent.text .contentBlockContentType, .contentBlockParent.text .contentBlockBtn {
    display: none;
}

.contentBlockParent.text .contentBlockChild {
    width: auto;
}

@media only screen and (max-width: 767px) {    
    .contentBlockParent .contentBlockBtn a {
        width: auto;
        height:auto;     
    }
    
    .contentBlockParent, .contentBlockParent.textimg.left {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    
    .contentBlockParent .contentBlockChild {
        width: 100%;
    }

    .contentBlockParent .contentBlockImg {
        width: 100%;
    }
    
    .contentBlockParent.text .contentBlockChild {
        width: 100%;   
        margin: auto;     
    }
    
    .contentBlockParent.text .contentBlockTitle {
        margin: 1.5rem 2.875rem 0rem 1rem;
    }
    
    .contentBlockParent.text .contentBlockTeaser, 
    .contentBlockParent.text .contentBlockTeaser {
        margin: 0.5rem 2.875rem 1.5rem 1rem;
    }
    
    .contentBlock .contentBlockParent.contentBlockBtn.contentBlkwhite.imagewithborder .contentBlockBtn,
    .contentBlock .contentBlockParent.contentBlockBtn.contentBlkdarkblue.imagewithborder .contentBlockBtn,
    .contentBlock .contentBlockParent.contentBlockBtn.contentBlkgrey.imagewithborder .contentBlockBtn{    
        width:100%;
    }
    
      .contentBlockParent.contentBlkNoTitle.text .contentBlockTeaser, 
    .contentBlockParent.contentBlkNoTeaser.text .contentBlockTitle {
        margin: 1.5rem 1rem 1.5rem 1rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.contentBlockParent .contentBlockBtn a {
	    width: auto;
	    height: 3rem;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {  
   
   .contentBlockParent.text .contentBlockTitle {
        margin: 1.5rem 5.375rem 0rem 5.375rem;
    }
    
    .contentBlockParent.text .contentBlockTeaser {
     margin: 1rem 5.375rem 1.5rem 5.375rem;
        width: auto;
    }

  	 .contentBlockParent.contentBlockBtn.contentBlkwhite.right.imagewithborder .contentBlockBtn,
    .contentBlockParent.contentBlockBtn.contentBlkdarkblue.right.imagewithborder .contentBlockBtn,
    .contentBlockParent.contentBlockBtn.contentBlkgrey.right.imagewithborder .contentBlockBtn {   
        width:100%;
    }
  
    .contentBlockParent.contentBlockBtn.contentBlkdarkblue.left.imagewithborder .contentBlockBtn,
    .contentBlockParent.contentBlockBtn.contentBlkwhite.left.imagewithborder .contentBlockBtn,
    .contentBlockParent.contentBlockBtn.contentBlkgrey.left.imagewithborder .contentBlockBtn {
        width: 100%;
    }
    
    .contentBlockParent.contentBlkNoTitle.text .contentBlockTeaser {
        margin: 1.5rem 5.375rem 1.5rem 5.313rem;
    }
    
    .contentBlockParent.text .contentBlockTitle {
        margin: 2rem 5.375rem 2rem 5.375rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    
    .contentBlockParent.text .contentBlockTitle {
        margin: 1.5rem 5.375rem 0rem 5.375rem;
    }

    .contentBlockParent.text .contentBlockTeaser {
        margin: 1rem 5.375rem 1.5rem 5.375rem;
        width: auto;
    }

    .contentBlockParent.contentBlockBtn.contentBlkwhite.right.imagewithborder .contentBlockBtn,
    .contentBlockParent.contentBlockBtn.contentBlkdarkblue.right.imagewithborder .contentBlockBtn,
    .contentBlockParent.contentBlockBtn.contentBlkgrey.right.imagewithborder .contentBlockBtn{
        width:100%;
    }
    
    .contentBlockParent.contentBlkNoTitle.text .contentBlockTeaser {
        margin: 1.5rem 5.375rem 1.5rem 5.313rem;
    }
    
       .contentBlockParent.contentBlkNoTeaser.text .contentBlockTitle {
        margin: 2rem 5.375rem 2rem 5.375rem;
    }
    
}
.heroNew {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
}

.heroParent {
    height: auto;
    width: 100%;
    display: flex;
    background: #1a2142;
}

.heroNew .heroBtn .hero_btn:hover {
    color: #ffffff;
    background-color: #005BBE;
}

/* Hero Promotional start desktop */

.heroParent_promotionalHero.white_left .heroChild {
    width:570px;
    position: absolute;
    border: 1px solid transparent;
    background-color: #ffffff;
    margin: 3.5rem auto 3.5rem 3.375rem;
}

.heroParent_promotionalHero.white_right .heroChild, .col__full-width .heroParent_promotionalHero.white_right .heroChild {
    width: 570px;
    position: absolute;
    border: 1px solid transparent;
    background-color: #ffffff;
    margin: 3.5rem 3.375rem 3.5rem auto;
    right: 0;
}

.heroParent_promotionalHero .heroContentType pre {
    object-fit: contain;
    font-family: Effra-Bold;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1rem;
    letter-spacing: 0.063rem;
    color: #006de3;
}

.heroParent_promotionalHero .heroContentType {
    margin: 1.5rem 2.5rem 1rem 2.5rem;
}

.heroParent_promotionalHero .heroTitle {
    margin: 0rem 2.5rem 1rem 2.5rem;
}

.heroParent_promotionalHero .heroTeaser {
    margin: 0rem 2.5rem 1.5rem 2.5rem;
}

.heroParent_promotionalHero .heroBtn {
    margin: 0rem 2.5rem 1.5rem 2.5rem;
}

.heroParent_promotionalHero .heroTitle p {
    object-fit: contain;
    font-family: Effra-Bold;
    font-size: 2rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.481rem;
    letter-spacing: -0.063rem;
    color: #000000;
    margin-bottom: 0rem;
}

.heroParent_promotionalHero .heroTeaser p {
    object-fit: contain;
    font-family: Effra-Regular;
    font-size: 1.25rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.875rem;
    letter-spacing: normal;
    color: #404040;
}

.heroParent_promotionalHero .heroBtn a {
    display: inline-block;
    height: auto;
    padding: 0.5rem 2rem 0.5rem 2rem;
    color: #ffffff;
    font-family: Effra-regular;
    font-size: 1.25rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.875rem;
    letter-spacing: normal;
    text-align: center;
    border-radius: 30px;
    background-color: #006de3;
    box-shadow: none;
    text-decoration: none;
}

.heroParent_promotionalHero .prom_heroNoContentType .heroTitle p{
	margin: 1.5rem 0 0 0;
}

.heroParent_promotionalHero.white_left .heroImg img,
.heroParent_promotionalHero.white_right .heroImg img {
    width: 100%;
}

.heroParent_promotionalHero .heroImg_left,
.heroParent_promotionalHero .heroImg_right {
    display: block;
}

.heroParent_promotionalHero .heroImgTab_left,
.heroParent_promotionalHero .heroImgTab_right,
.heroParent_promotionalHero .heroImgMobile_left,
.heroParent_promotionalHero .heroImgMobile_right {
    display: none;
}

/* Hero Promotional desktop End */

.heroParent.left {
    flex-direction: row-reverse;
    float: none !important;
}

.heroParent.right {
    float: none !important;
}

.heroParent.white {
    background-color: #ffffff;
}

.heroParent_promotionalHero.white_right {
    position: relative;
}

.heroParent.grey {
    background-color: #f5f5f5;
}

.heroParent .heroChild {
    height: auto;
    width: 50%;
}

.heroParent.text .heroChild {
    width: 100%;
}

.heroParent.heroBtn.darkblue .heroContentType {
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 4rem 3.375rem 1rem 3.375rem;
}

.heroParent.heroBtn.darkblue .heroContentType pre,
.heroParent.heroBtn.white .heroContentType pre,
.heroParent.heroBtn.grey .heroContentType pre,
.heroParent.heroNoBtn.white .heroContentType pre,
.heroParent.heroNoBtn.darkblue .heroContentType pre,
.heroParent.heroNoBtn.grey .heroContentType pre ,
.heroParent.text .heroContentType pre
{
    display: inline;
    font-family: Effra-Bold;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1rem;
    letter-spacing: 0.063rem;
}

.heroParent.heroNoBtn.grey .heroContentType pre,
.heroParent.heroNoBtn.white .heroContentType pre,
.heroParent.heroBtn.grey .heroContentType pre,
.heroParent.heroBtn.white .heroContentType pre {
    font-family: Effra-Bold;
    font-weight: normal;
}

.heroParent.heroBtn.darkblue .heroContentType pre,
.heroParent.heroNoBtn.darkblue .heroTitle p {
    color: #ffffff;
}

.heroParent.white .heroContentType pre, .heroParent.grey .heroContentType pre,
.heroParent.heroBtn.white .heroContentType pre, .heroParent.heroNoBtn.white .heroContentType pre {
    color: #006de3;
    font-weight: normal;
    font-family: Effra-bold;
}

.heroParent.heroBtn.darkblue .heroTitle {
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 0rem 3.375rem 1.5rem 3.375rem;
}

.heroParent.text .heroContentType, .heroParent.text .heroBtn {
    display: block;
}

.heroParent.heroBtn.darkblue .heroTitle p,
.heroParent.heroBtn.white .heroTitle p,
.heroParent.heroBtn.grey .heroTitle p,
.heroParent.heroNoBtn.white .heroTitle p,
.heroParent.heroNoBtn.darkblue .heroTitle p,
.heroParent.heroNoBtn.grey .heroTitle p {
    display: inline;
    font-family: Effra-bold;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    font-size: 3rem;
    line-height: 3.481rem;
    letter-spacing: -0.063rem;
	word-break: break-word;
}

.heroParent.heroBtn.darkblue .heroTitle p,
.heroParent.heroBtn.darkblue .heroTeaser p,
.heroParent.heroNoBtn.darkblue .heroTeaser p,
.heroParent.heroNoBtn.darkblue .heroContentType pre {
    color: #ffffff;
}

.heroParent.heroBtn.white .heroTitle p {
    color: #000000;
}

.heroParent.white .heroTitle p, .heroParent.grey .heroTitle p {
    color: #000000;
}

.heroParent.heroBtn.white .heroTeaser p,
.heroParent.heroNoBtn.white .heroTeaser p,
.heroParent.grey .heroTeaser p, .heroParent.white .heroTeaser p {
    color: #404040;
}

.heroParent.heroBtn.darkblue .heroTeaser {
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 0rem 3.375rem 2rem 3.375rem;
}

.heroParent.heroBtn.darkblue .heroTeaser p,
.heroParent.heroBtn.white .heroTeaser p,
.heroParent.heroBtn.grey .heroTeaser p,
.heroParent.heroNoBtn.darkblue .heroTeaser p,
.heroParent.heroNoBtn.white .heroTeaser p,
.heroParent.heroNoBtn.grey .heroTeaser p {
    display: inline;
    font-family: Effra-regular;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.heroParent.heroBtn.darkblue .heroBtn {
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 2rem 3.375rem 4rem 3.375rem;
}

.heroParent .heroBtn a {
    display: inline-block;
    height: auto;
    padding: 0.5rem 2rem 0.5rem 2rem;
    color: #ffffff;
    font-family: Effra-regular;
    font-size: 1.25rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.875rem;
    letter-spacing: normal;
    text-align: center;
    border-radius: 30px;
    background-color: #006de3;
    box-shadow: none;
    text-decoration: none;
}

.heroParent .heroImg {
    width: 50%;
}

.heroParent .heroImg img {
    height: 100%;
    width: 100%;
}

.heroNew .heroParent.darkblue .heroImg img {
    color: #ffffff;
}

.heroParent .heroImgTab_left, .heroParent .heroImgMobile_left,
.heroParent .heroImgTab_right, .heroParent .heroImgMobile_right {
    display: none;
}

.heroParent.heroBtn.white .heroContentType,
.heroParent.heroBtn.grey .heroContentType {
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 4rem 3.375rem 1rem 3.375rem;
}

.heroParent.heroBtn.white .heroTitle,
.heroParent.heroBtn.grey .heroTitle {
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 0rem 3.375rem 1.5rem 3.375rem;
}

.heroNew .heroParent.heroNoContentType.white .heroTitle,
.heroNew .heroParent.heroNoContentType.darkblue .heroTitle,
.heroNew .heroParent.heroNoContentType.grey .heroTitle {
    margin-top: 3.875rem;
}

.heroParent.heroBtn.white .heroTeaser,
.heroParent.heroBtn.grey .heroTeaser {
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 0rem 3.375rem 2rem 3.375rem;
}

.heroParent.heroBtn.white .heroBtn,
.heroParent.heroBtn.grey .heroBtn {
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 2rem 3.375rem 4rem 3.375rem;
}

.heroParent.heroNoBtn.darkblue .heroContentType {
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 6.813rem 7.313rem 1.5rem 3.375rem;
}

.heroParent.heroNoBtn.darkblue.left .heroContentType {
    margin: 6.875rem 7.3rem 1.5rem 3.375rem;
}

.heroParent.heroNoBtn.darkblue .heroTitle {
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 0rem 7.3rem 1.5rem 3.375rem;
}

.heroParent.heroNoBtn.darkblue .heroTeaser {
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 0rem 7.313rem 6.375rem 3.375rem;
}

.heroParent.heroNoBtn.darkblue.left .heroTeaser {
    margin: 0rem 7.313rem 6.313rem 3.375rem;
}

.heroParent.heroNoBtn.white .heroContentType,
.heroParent.heroNoBtn.grey .heroContentType {
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 6.875rem 7.313rem 1rem 3.375rem;
}

.heroParent.heroNoBtn.white .heroTitle,
.heroParent.heroNoBtn.grey .heroTitle {
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 0rem 7.313rem 1.5rem 3.375rem;
}

.heroParent.heroNoBtn.white .heroTeaser,
.heroParent.heroNoBtn.grey .heroTeaser {
    border: 1px solid transparent;
    height: auto;
    width: 81%;
    margin: 0rem 7.313rem 6.813rem 3.375rem;
}

.heroParent.white.text.heroNoContentType .heroTitle,
.heroParent.darkblue.text.heroNoContentType .heroTitle,
.heroParent.grey.text.heroNoContentType .heroTitle {
    margin: 4rem 3.438rem 1.5rem 3.375rem;
}

.heroParent.white.text .heroTitle p,
.heroParent.darkblue.text .heroTitle p,
.heroParent.grey.text .heroTitle p {
    font-size: 3rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.481rem;
    letter-spacing: -0.063rem;
    margin-bottom: 0rem;
    font-family: Effra-Bold;
}

.heroParent.white.text.heroNoBtn .heroTeaser,
.heroParent.darkblue.text.heroNoBtn .heroTeaser,
.heroParent.grey.text.heroNoBtn .heroTeaser {
    margin: 0rem 3.438rem 4rem 3.375rem;
    width: auto;
}

.heroParent.white.text.heroBtn .heroTeaser,
.heroParent.darkblue.text.heroBtn .heroTeaser,
.heroParent.grey.text.heroBtn .heroTeaser {
    margin: 0rem 3.438rem 2rem 3.375rem;
    width: auto;
} 

.heroParent.heroNoBtn.text.darkblue .heroContentType,
.heroParent.heroNoBtn.text.white .heroContentType,
.heroParent.heroNoBtn.text.grey .heroContentType {
    margin: 4rem 3.438rem 1.5rem 3.375rem;
}                        
.heroParent.white.text .heroTeaser p,
.heroParent.darkblue.text .heroTeaser p,
.heroParent.grey.text .heroTeaser p {
    font-size: 1.25rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.875rem;
    letter-spacing: normal;
    font-family: Effra-Regular;
}

.heroParent.darkblue.text .heroTitle p,
.heroParent.darkblue.text .heroTeaser p {
    color: #ffffff;
}

/* Css for contactUSHero start */
.heroNew .heroParent.contactUSHero .heroContentType {
    margin: 4rem 3.375rem 1rem 3.375rem;
}

.heroNew .heroParent.contactUSHero .heroChild .heroContentType pre {
    font-weight: normal;
}

.heroNew .heroParent.contactUSHero .heroTitle {
    margin: 0rem 3.375rem 1.5rem 3.375rem;
}

.heroNew .heroParent.contactUSHero .heroChild .heroTitle p {
    font-weight: normal;
    line-height: 3.481rem;
    font-size: 3rem;
    letter-spacing: -0.063rem;
	word-break: break-word;
}

.heroNew .heroParent.contactUSHero .heroTeaser {
    margin: 0rem 3.375rem 4rem 3.375rem;
}

.heroNew .heroParent.contactUSHero .heroChild .heroTeaser p {
    font-weight: normal;
    font-size: 1.125rem;
	display: block;
}

.heroNew .heroParent.contactUSHero .heroTeaser.hero20px p {
    font-size: 1.25rem;
}

/* End of Css for contactUSHero */

.heroParent.heroBtn.text .heroContentType, .heroParent.heroBtn.text .heroTitle, .heroParent.heroBtn.text .heroBtn {
    margin-right: 3.438rem;
}

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

    .heroParent .heroTeaser p {
        font-size: 14px;
        line-height: 1.57;
    }

    .heroParent .heroBtn {
        width: auto;
        display: inline-block;
    }

    .heroParent {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .heroParent .heroChild {
        width: 100%;
    }

    .heroParent .heroImg {
        width: 100%;
    }

    .heroParent.left {
        flex-direction: column-reverse;
    }

    .heroParent .heroImg_left, .heroParent .heroImgTab_left,
    .heroParent .heroImg_right, .heroParent .heroImgTab_right {
        display: none;
    }

    .heroParent .heroImgMobile_left, .heroParent .heroImgMobile_right {
        display: block;
    }

    .heroParent.heroBtn.darkblue .heroBtn,
    .heroParent.heroBtn.white .heroBtn,
    .heroParent.heroBtn.grey .heroBtn {
        width: max-content;
    }

    .heroParent.heroBtn.darkblue .heroContentType pre,
    .heroParent.heroBtn.white .heroContentType pre,
    .heroParent.heroBtn.grey .heroContentType pre,
    .heroParent.heroNoBtn.white .heroContentType pre,
    .heroParent.heroNoBtn.darkblue .heroContentType pre,
    .heroParent.heroNoBtn.grey .heroContentType pre {
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: normal;
    }

    .heroParent.heroBtn.darkblue .heroTeaser p,
    .heroParent.heroBtn.white .heroTeaser p,
    .heroParent.heroBtn.grey .heroTeaser p,
    .heroParent.heroNoBtn.darkblue .heroTeaser p,
    .heroParent.heroNoBtn.white .heroTeaser p,
    .heroParent.heroNoBtn.grey .heroTeaser p {
        letter-spacing: normal;
        font-size: 14px;
        line-height: 1.57;
    }

     .heroParent.white.text.heroNoBtn .heroTeaser,
     .heroParent.darkblue.text.heroNoBtn .heroTeaser,
     .heroParent.grey.text.heroNoBtn .heroTeaser {
         width: auto;
     }

    .heroParent.heroBtn.darkblue.text .heroBtn,
    .heroParent.heroBtn.white.text .heroBtn,
    .heroParent.heroBtn.grey.text .heroBtn {
        width: max-content;
    }                                   

    .heroParent.white.text .heroTitle p,
    .heroParent.darkblue.text .heroTitle p,
    .heroParent.grey.text .heroTitle p {
        margin-bottom: 0rem;
    }

    .heroParent.darkblue.text.heroNoContentType.heroNoBtn .heroTeaser,
    .heroParent.white.text.heroNoContentType.heroNoBtn .heroTeaser,
    .heroParent.grey.text.heroNoContentType.heroNoBtn .heroTeaser {
        width: auto;
    }

    .heroParent.white.text .heroTeaser p,
    .heroParent.darkblue.text .heroTeaser p,
    .heroParent.grey.text .heroTeaser p {
        font-size: 14px;
        line-height: 1.57;
        letter-spacing: normal;
    }

    /* Hero Promotional start Mobile */

    /* CSS in px Imp for Hero Promotional  */
    .heroParent_promotionalHero.white_left .heroChild,
    .heroParent_promotionalHero.white_right .heroChild {
        margin: 224px 16px 16px 16px;
    }

    .col__90-width .heroParent_promotionalHero.white_right .heroChild {
        width: 85%;
    }

    /* CSS in px Imp for Hero Promotional  */
    .col__full-width .heroParent_promotionalHero.white_left .heroChild,
    .col__full-width .heroParent_promotionalHero.white_right .heroChild {
        margin: 224px 14px 16px 16px;
        width: 77%;
    }

    /* CSS in px Imp for Hero Promotional  */
    .heroParent_promotionalHero.white_left .heroTitle p,
    .heroParent_promotionalHero.white_right .heroTitle p {
        font-size: 24px;
        letter-spacing: -0.8px;
    }

    .heroParent_promotionalHero.white_left .heroTeaser p,
    .heroParent_promotionalHero.white_right .heroTeaser p {
        font-size: 14px;
        line-height: 1.57;
    }

    .heroParent_promotionalHero.white_left .heroBtn a,
    .heroParent_promotionalHero.white_right .heroBtn a {
        font-size: 16px;
        line-height: 1;
    }

    .heroParent_promotionalHero .heroImgMobile_left,
    .heroParent_promotionalHero .heroImgMobile_right {
        display: block;
    }

    .heroParent_promotionalHero .heroImgTab_left,
    .heroParent_promotionalHero .heroImgTab_right,
    .heroParent_promotionalHero .heroImg_left,
    .heroParent_promotionalHero .heroImg_right {
        display: none;
    }

    .heroParent_promotionalHero.white_right .heroChild, .heroParent_promotionalHero.white_left .heroChild {
        width: -webkit-fill-available;
     }

    .col__90-width .heroParent_promotionalHero.white_left .heroChild {
        width:84%;
    }

    /* Hero Promotional Mobile End*/

    /* Start of ContactUSHero */

    .heroNew .heroParent.contactUSHero .heroTeaser.hero20px p, 
    .heroNew .heroParent.contactUSHero .heroChild .heroTeaser p {
        font-size: 14px;
    }

    /* End of ContactUSHero */

}

@media only screen and (max-width: 390px) {
    /* CSS in px Imp for Hero Promotional  */
    .col__full-width .heroParent_promotionalHero.white_left .heroChild, .col__full-width .heroParent_promotionalHero.white_right .heroChild {
        margin: 224px 14px 16px 16px;
        width: 76%;
    }

    .col__90-width .heroParent_promotionalHero.white_right .heroChild {
        width: 84%;
    }
}

@media only screen and (max-width: 360px) {
    .col__full-width .heroParent_promotionalHero.white_left .heroChild, .col__full-width .heroParent_promotionalHero.white_right .heroChild {
        margin: 224px 14px 16px 16px;
        width: 74.5%;
    }
}

@media only screen and (max-width: 320px) {
    .col__full-width .heroParent_promotionalHero.white_left .heroChild, .col__full-width .heroParent_promotionalHero.white_right .heroChild {
        margin: 224px 14px 16px 16px;
        width: 71.5%;
    }

    .col__90-width .heroParent_promotionalHero.white_right .heroChild {
        width: 81%;
        margin: 70% 14px 16px 16px;
    }

    .col__90-width .heroParent_promotionalHero.white_left .heroChild {
        width: 81%;
    }

    .heroParent_promotionalHero.white_left .heroBtn a, 
    .heroParent_promotionalHero.white_right .heroBtn a {
        font-size: 14px;
        line-height: 1;
    }
}

@media only screen and (min-device-width: 550px) and (max-device-width: 570px)  {
    .col__full-width .heroParent_promotionalHero.white_left .heroChild,
    .col__full-width .heroParent_promotionalHero.white_right .heroChild {
        width: 84%;
    }
}

@media only screen and (min-device-width: 571px) and (max-device-width: 767px)  {
    .col__full-width .heroParent_promotionalHero.white_left .heroChild,
    .col__full-width .heroParent_promotionalHero.white_right .heroChild {
        width: 87%;
    }
     .heroParent_promotionalHero.white_right .heroChild {
        width: 95%;
    }
    .heroParent_promotionalHero.white_left .heroChild {
        width:95%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

    .heroParent .heroImg_left, .heroParent .heroImgMobile_left,
    .heroParent .heroImg_right, .heroParent .heroImgMobile_right {
        display: none;
    }

    .heroParent .heroImgTab_left, .heroParent .heroImgTab_right {
        display: block;
    }

    .heroParent .heroTeaser p {
        line-height: 1, 57;
    }

    .heroParent.heroBtn.white .heroBtn,
    .heroParent.heroBtn.grey .heroBtn {
        width: max-content;
    }

    .heroParent.heroBtn.darkblue .heroBtn {
        width: max-content;
    }

    /* Hero Promotional start Tab */

    .heroParent_promotionalHero.white_right .heroChild {
        width:44%;        
        position: absolute;
    }

     .heroParent_promotionalHero.white_left .heroChild {
        margin: 24px 408px 24px 24px;
         width:44%; 
    }

    .heroParent_promotionalHero .heroImgTab_left,
    .heroParent_promotionalHero .heroImgTab_right {
        display: block;
    }

    .heroParent_promotionalHero .heroImgMobile_left,
    .heroParent_promotionalHero .heroImgMobile_right,
    .heroParent_promotionalHero .heroImg_left,
    .heroParent_promotionalHero .heroImg_right {
        display: none;
    }

    /* End of contactUSHero Css */
}

@media only screen and (min-width: 1100px) and (max-width: 1200px) and (orientation: landscape) {
   .col__full-width .heroParent_promotionalHero.white_right .heroChild {
	     width:40%;
    }

    .heroParent_promotionalHero.white_right .heroChild {
        width:40%;
    }
}

@media only screen and (min-width: 811px) and (max-width: 840px) {
    .col__full-width .heroParent_promotionalHero.white_right .heroChild {
	    width:45%;
	  }

    .heroParent_promotionalHero.white_right .heroChild {
       width:45%;
    } 
   .heroParent_promotionalHero.white_left .heroChild {
        width:45%;
    }
}

@media only screen and (min-width: 841px) and (max-width: 900px) and (orientation: landscape){
    .col__full-width .heroParent_promotionalHero.white_right .heroChild {
	    width:45%;
	  }

    .heroParent_promotionalHero.white_right .heroChild {
       width:45%;
    }

   .heroParent_promotionalHero.white_left .heroChild {
        width:45%;
    }

    .col__90-width .heroParent_promotionalHero.white_right .heroChild {
        width: 45%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1099px){
 .col__full-width .heroParent_promotionalHero.white_right .heroChild {
	width:48%;
}

.heroParent_promotionalHero.white_right .heroChild {
        width:48%;
} 
    .heroParent_promotionalHero.white_left .heroChild {
        width:48%;
    }
}

@media only screen and (min-width: 910px) and (max-width: 950px){
   .col__full-width .heroParent_promotionalHero.white_right .heroChild {
	    width:53%;
    }
    .heroParent_promotionalHero.white_right .heroChild {
        width:53%;
    }
     .heroParent_promotionalHero.white_left .heroChild {
        width:53%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .heroParent .heroBtn {
        display: inline-block;
    }

    .heroParent .heroImg_left, .heroParent .heroImgMobile_left,
    .heroParent .heroImg_right, .heroParent .heroImgMobile_right {
        display: none;
    }

    .heroParent .heroImgTab_left, .heroParent .heroImgTab_right {
        display: block;
    }

    .heroParent_promotionalHero.white_left .heroBtn {
        width: 60%;
    }

    .heroParent_promotionalHero.white_right .heroBtn {
        width: 60%;
    }

    .heroParent_promotionalHero.white_left .heroImg img,
    .heroParent_promotionalHero.white_right .heroImg img {
        width: 100%;
    }

    .heroParent_promotionalHero .heroImgTab_left,
    .heroParent_promotionalHero .heroImgTab_right {
        display: block;
    }

    .heroParent_promotionalHero .heroImgMobile_left,
    .heroParent_promotionalHero .heroImgMobile_right,
    .heroParent_promotionalHero .heroImg_left,
    .heroParent_promotionalHero .heroImg_right {
        display: none;
    }

    /* Hero Promotional desktop End */
}

@media only screen and (min-width: 360px) and (max-width: 926px) and (orientation: landscape) {
    /* Hero Promotional start Tab */

    .heroParent_promotionalHero.white_right .heroChild {
        position: absolute;
        border: 1px solid transparent;
        background-color: #ffffff;
    }

    .heroParent_promotionalHero.white_left .heroBtn {
        width: 60%;
    }

    .heroParent_promotionalHero.white_right .heroBtn {
        width: 60%;
    }

    /* Hero Promotional Tab End */
}

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    /* Hero Promotional start Mobile */

    .heroParent_promotionalHero.white_left .heroBtn,
    .heroParent_promotionalHero.white_right .heroBtn {
        width: 70%;
    }

    /* Hero Promotional Mobile End*/
}
.gateway-container {
	background-color: #1a2142;
	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
}

.client-stories-container {
	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
}

.client-stories-container.white {
	background-color: #ffffff;
}

.client-stories-container.darkblue {
	background-color: #1a2142;
}

.gateway-title {
	width: auto;
	height: auto;
	margin: 1.5rem 0 0 2.5rem;
	font-family: Effra-Bold;
	font-size: 1.5rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.32;
	letter-spacing: -0.063rem;
	word-wrap: break-word;
	color: #ffffff;
	margin: 1.5rem 0 0 3.5rem;
}

.client-stories-title {
	width: auto;
	height: auto;
	margin: 3rem 0 0 3.5rem;
	font-family: Effra-Bold;
	font-size: 3rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.16;
	letter-spacing: -0.063rem;
	word-wrap: break-word;
}

.client-stories-title.white {
	color: #000000;
}

.client-stories-title.darkblue {
	color: #ffffff;
}

.gateway-imgtitlcontainer {
	display: flex;
	padding: 0rem 3.5rem 3rem 3.5rem;
}

.gateway-desktop {
	width: 33.3%;
}

.gateway-imgtitle-container {
	display: flex;
}

.gateway-img-container {
	padding: 2.5rem 0rem 0 0rem;
	display: flex;
}

.gateway-desktop a {
	text-decoration: none;
}

.gateway-readmorelabel a {
	width: auto;
	font-family: Effra-Regular;
	font-size: 1.25rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #ffffff;
	text-decoration: none;
}

.gateway-readmorelabel {
	width: auto;
	margin: 1.5rem 3.5rem 0 0;
	font-family: Effra-Regular;
	font-size: 1.25rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	word-wrap: break-word;
	color: #ffffff;
}

.client-stories-readmorelabel {
	width: auto;
	height: auto;
	margin: 3.813rem 3.5rem 0 0;
	font-family: Effra-Regular;
	font-size: 1.25rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: normal;
}

.client-stories-readmorelabel a {
	width: auto;
	height: auto;
	font-family: Effra-Regular;
	font-size: 1.25rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-decoration: none;
}

.client-stories-readmorelabel.white, .client-stories-readmorelabelmobile.white
	{
	color: #006de3;
}

.client-stories-readmorelabel.darkblue,
	.client-stories-readmorelabelmobile.darkblue {
	color: #ffffff;
}

.client-stories-readmorelabel.white	a,
	.client-stories-readmorelabelmobile.white a {
	color: #006de9;
}

.client-stories-readmorelabel.darkblue a,
	.client-stories-readmorelabelmobile.darkblue a {
	color: #ffffff;
}

.gateway-titleLabel, .client-storiesLabel {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.gateway-titleLabel {
	align-items: center;
}

.gateway-image {
	width: 167px;
    height: 93.9px;
}

.gateway-carat, .client-stories-carat {
	position: relative;
	content: "";
	display: inline-block;
	width: 7.8px;
    height: 7.8px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(45deg);
	margin: 0 0 0.25rem 0.5rem;
}

.client-stories-carat.white {
	border-right: 2px solid #006de3;
	border-top: 2px solid #006de3;
}

.client-stories-carat.darkblue {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
}

.gateway-imgtitle-container p {
	width: auto;
	height: auto;
	margin: 0 1.5rem 0 1.5rem;
	font-family: Effra-Regular;
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #ffffff;
}

.gateway-carl-carousel .pure-js-carousel-list {
	display: flex;
	width: 1280px;
	margin-left: 0 !important;
}

.gateway-carl-carousel .pure-js-carousel-btn {
	display: none;
}

.gateway-readmorelabelmobile, .client-stories-readmorelabelmobile {
	display: none;
}

.gateway-carl {
	overflow: hidden;
	position: relative;
	border: 1px solid transparent;
	width: auto !important;
	display: flex;
}

.gateway-carl .pure-js-carousel {
	width: 1150px !important;
}

.client-stories-desktop {
	background: #ffffff;
}

.people-component-parent.darkblue, .client-stories-container-parent.darkblue {
	background-color: #1a2142;
}

.client-stories-contenttype p {
	width: auto;
	height: auto;
	font-family: Effra-Bold;
	font-size: 1rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.063rem;
	color: #006de9;
	padding: 1.5rem 1.5rem 0 1.5rem;
	margin-bottom: 0;
}

.client-stories-desktop a {
	text-decoration: none;
}

.client-stories-shorttitle p {
	width: auto;
	height: auto;
	font-family: Effra-Bold;
	font-size: 2rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.24;
	letter-spacing: -0.063rem;
	color: #000000;
	padding: 1rem 1.5rem 0 1.5rem;
	margin-bottom: 0;
}

.client-stories-description p {
	width: auto;
	height: auto;
	font-family: Effra-Regular;
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #404040;
	padding: 0.5rem 1.5rem 1.5rem 1.5rem;
	margin-bottom: 0;
}

.client-stories-carl .pure-js-carousel-list {
	margin-left: 0 !important;
	padding: 0 0 1.5rem 0;
	margin-bottom: 0.625rem;
}

.client-stories-carl {
	padding: 2.5rem 3.5rem 0 3.438rem;
}

.client-stories-carl .pure-js-carousel-slide {
	float: left;
	margin: 0;
	padding-right: 1.5rem;
}

.client-stories-carl .pure-js-carousel {
	overflow: hidden;
	position: relative;
	border: 1px solid transparent;
	width: 100% !important;
	padding-bottom: 7px;
}

.client-stories-slide {
	width: 29.5vw;
	height: auto;
	background: #ffffff;
	position: relative;
}

.col-lg-11 .client-stories-slide {
	width: 26vw;
}

.client-stories-slide a {
	text-decoration: none;
}

.client-stories-carl .pure-js-carousel-btn {
	border: 0;
	box-shadow: none;
	cursor: pointer;
	height: 3rem;
	margin-top: 0px;
	position: absolute;
	top: auto;
	width: 3rem;
	border-radius: 30px;
	background-color: transparent;
	top: auto;
}

.client-stories-carl .pure-js-carousel-btn-next {
	border-bottom: 1px solid #006de3;
	border-right: 1px solid #006de3;
	-moz-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	transform: rotate(361deg) !important;
	left: 58%;
	border-top: 1px solid #006de3;
	border-left: 1px solid #006de3;
	background-image: url(ibhomepage/images/caratActiveBlue.svg);
}

.client-stories-container.darkblue .pure-js-carousel-btn:hover {
	background-color: #1a2142;
}

.client-stories-container.white .pure-js-carousel-btn:hover {
	background-color: #ffffff;
}

.client-stories-carl .pure-js-carousel-btn-prev {
	border-bottom: 1px solid #006de3;
	border-left: 1px solid #006de3;
	left: 38%;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(181deg) !important;
	border-top: 1px solid #006de3;
	border-right: 1px solid #006de3;
	background-image: url(ibhomepage/images/caratActiveBlue.svg);
}

.client-stories-carl .pure-js-carousel-dots {
	display: block;
}

.client-stories-container.white .client-stories-carl .client-stories-slide
	{
	background: #f5f5f5;
}

.client-stories-container.white .client-stories-carl .pure-js-carousel-dot-btn:hover,
	.client-stories-container.white .client-stories-carl .pure-js-carousel-dot-btn:focus
	{
	background-color: #006de3;
}

.client-stories-container.darkblue .client-stories-carl .pure-js-carousel-dot-btn:hover,
	.client-stories-container.darkblue .client-stories-carl .pure-js-carousel-dot-btn:focus
	{
	background-color: #ffffff;
}

.client-stories-carl .pure-js-carousel-dots {
	float: left;
	text-align: center;
	width: 100%;
	margin-top: 1rem;
	padding: 0rem;
}

.client-stories-carl .pure-js-carousel-dot {
	display: inline-block;
	margin: 0 5px;
}

.client-stories-container.white .client-stories-carl .active .pure-js-carousel-dot-btn
	{
	background: #006de3;
	opacity: 1.0 !important;
}

.client-stories-container.darkblue .client-stories-carl .active .pure-js-carousel-dot-btn
	{
	background: #ffffff;
	opacity: 1.0 !important;
}

.client-stories-carl .pure-js-carousel-dot-btn {
	border-radius: 50%;
	height: 10px;
	width: 10px;
	padding: 1px;
	background: transparent;
	box-shadow: none;
}

.client-stories-container.white .client-stories-carl .pure-js-carousel-dot-btn
	{
	border: 1px solid #006de3;
}

.client-stories-container.darkblue .client-stories-carl .pure-js-carousel-dot-btn
	{
	border: 1px solid #ffffff;
}

.client-stories-carat-prev, .client-stories-carat-next {
	width: 6px;
	height: 11px;
	font-weight: normal;
	color: #006de3;
}

.client-stories-carl .pure-js-carousel-btn {
	padding: 1px;
}

.client-stories-image {
	height: 13.25rem;
	width: 36.313rem;
}

.clientstr-noslide .client-stories-button div.btn, .client-stories-carl .client-stories-button div.btn {
	background-color: #006de9;
	font-family: Effra-Regular;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	padding: 0.656rem 1.875rem;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 0;
	box-shadow: none;
	width: auto;
	height: auto;
	border-radius: 1.875rem;
	font-size: 1rem;
	position: absolute;
	bottom: auto;
	margin: 1.5rem 1.875rem 1.5rem 1.5rem;
}

.clientstr-noslide .client-stories-button div.btn {
	bottom: 0;
}

.client-stories-carl .client-stories-button div.btn {
	bottom: 0;
}

.client-stories-imgtitlcontainer.white .clientstr-noslide .client-stories-desktop {
	background: #f5f5f5;
}

.client-stories-imgtitlcontainer .clientstr-noslide .client-stories-desktop {
	position: relative;
}

.client-stories-imgtitlcontainer.white .client-stories-button {
	height: 5rem;
	background: #f5f5f5;
}

.client-stories-imgtitlcontainer.darkblue .client-stories-button {
	height: 5rem;
	background: #ffffff;
}

.clientstr-noslide {
	display: grid;
	grid-template-columns: repeat(3, minmax(30%, 1fr));
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	padding: 2.5rem 3.5rem 3rem 3.5rem;
}

.client-stories-nobutton {
	height: 1.875rem;
}

.clientstr-noslide .client-stories-button div.btn:hover,
	.client-stories-carl .client-stories-button div.btn:hover {
	color: #ffffff;
	background-color: #005BBE;
}
/* People Component Start*/
.people-component {
	max-width: 1920px;
	height: auto;
	margin: 0 auto;
}

.people-component.darkblue {
	background: #1A2142;
	max-width: 1920px;
}

.people-component.darkblue .people-component-imageTeaser, 
.people-component.less-thn-three-card.darkblue .people-component-imageTeaser
{
	background: #FFFFFF;
}

.people-component.white .people-component-imageTeaser, .people-component.less-thn-three-card.darkblue .people-component-imageTeaser
	{
	background: #F5F5F5;
}
.people-component-imageTeaser,.people-component.less-thn-three-card.darkblue .people-component-imageTeaser {
    height:fit-content;
    min-height:auto;
    
}
.people-component .slide {
	display: grid;
	grid-template-columns: repeat(2, minmax(48%, 1fr));
	grid-template-rows: 1fr 1fr 1fr;
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
	padding: 3.438rem 3.813rem 6.25rem 3.813rem;
	width: 100%;
}
.people-component-withoutcarousel-desktop {
	display: grid;
	grid-template-columns: repeat(2, minmax(48%, 1fr));
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
	padding: 3.438rem 3.813rem 3.438rem 3.813rem;
	width: 100%;
}
.people-component.darkblue .people-postion-teaser {
	margin: 1.125rem 0.75rem 1.188rem 1.25rem;
	width: 67%;
}

.people-postion-teaser {
	margin: 1.125rem 0.563rem 1.188rem 1.25rem;
	width: 67%;
}

.people-component-main {
	display: flex;
}

.people-teaser {
	display: block;
	margin-bottom: 0.313rem;
}

.people-teaser p {
	font-size: 0.875rem;
    line-height: 1.313rem;
	color: #404040;
}

.people-authorHeadShotImage {
	display: block;
	width: 21.125rem;
	height: 21.563rem;
}

.people-authorTitle p {
	color: #000;
	font-size: 1.5rem;
	font-family: Effra-bold;
	margin-bottom: 1.438rem;
	line-height: 1.74rem;
	letter-spacing: -0.063rem;
	word-wrap: break-word;
}

.people-authorPosition p {
	color: #00395D;
	font-size: 0.875rem;
	font-family: Effra-bold;
	margin-bottom: 1rem;
	line-height: 0.875rem;
	letter-spacing: 0.063rem;
	word-wrap: break-word;
}

.people-popup-modal-content .people-authorTitle p {
    font-size: 1.875rem;
    line-height: 1.875rem;
	margin-bottom: 0.75rem;
}

.people-image-component img {
	width: 8.813rem;
	height: 6.438rem;
	margin: 1.125rem 0rem 1.125rem 1rem;
}

.people-frontReadMore a {
	color: #006DE3;
	font-size: 0.875rem;
	font-family: Effra-Regular;
	line-height: 1.313rem;
	text-decoration: none;
	display: inline-block;
	position: relative;
}

.people-frontReadMore a::after {
	content: '';
	display: inline-block;
	width: 100%;
	left: 0;
	height: 0.094rem;
	position: absolute;
	background-color: #006DE3;
	bottom: -0.125rem;
}

.people-component-carousel.pure-js-carousel {
	overflow: hidden;
	position: relative;
}

.people-component .slide {
	border-bottom: 0rem;
	margin-bottom: 0rem;
}

.people-component .pure-js-carousel-slide {
	width: 100%;
	float: left;
	margin: 0;
}

.people-component .pure-js-carousel-btn {
	box-shadow: none;
	cursor: pointer;
	height: 3.125rem;
	margin-top: 0;
	position: absolute;
	top: auto !important;
	border-radius: 30px;
	background-color: transparent;
	bottom: 2.875rem;
}

.people-component .pure-js-carousel-btn-next {
	border-bottom: 1px solid #006de3;
	border-right: 1px solid #006de3;
	-moz-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	transform: rotate(361deg) !important;
	left: 54%;
	border-top: 1px solid #006de3;
	border-left: 1px solid #006de3;
	background-image: url(ibhomepage/images/caratActiveBlue.svg);
}

.people-component .pure-js-carousel-btn-prev {
	border-bottom: 1px solid #006de3;
	border-left: 1px solid #006de3;
	left: 42%;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(181deg) !important;
	border-top: 1px solid #006de3;
	border-right: 1px solid #006de3;
	background-image: url(ibhomepage/images/caratActiveBlue.svg);
}

.people-component .pure-js-carousel-dots {
	float: left;
	text-align: center;
	width: 100%;
	position: relative;
	top: -2.875rem;
	display: block;
	padding: 0;
}

.people-component .pure-js-carousel-dot {
	display: inline-block;
	margin: 0 0.313rem;
}

.people-component .pure-js-carousel-dot-btn {
	border-radius: 50%;
	height: 0.625rem;
	width: 0.625rem;
	padding: 0.063rem;
	background: transparent;
	box-shadow: none;
	border: 1px solid #006de3;
}

.people-component.darkblue .pure-js-carousel-dot-btn {
	border: 1px solid #ffffff;
}

.people-component .pure-js-carousel-btn:hover {
	background-color: transparent
}

.people-component.white .active .pure-js-carousel-dot-btn {
	background: #006de3;
	opacity: 1;
}

.people-component.darkblue .active .pure-js-carousel-dot-btn {
	background: #ffffff;
	opacity: 1;
}

.people-popup-modal-content {
	background-color: #fefefe;
	margin: 5.25rem auto;
	padding: 1.875rem 1.563rem 1.875rem 1.875rem;
	box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.25);
	width: 69.5rem;
	height: 25.313rem;
}

.people-popup-modal.cib-modal {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	padding-top: 0;
}

.ppl-Image-Teaser.desktop {
	display: flex;
}

.ppl-Title-pos-Teaser {
	margin: 0 0 0 2.188rem;
	width: 60%;
}

.people-popup-modal-content .cancel {
	display: inline-block;
	content: '';
	background-image: url("ibhomepage/images/close-people.svg");
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	float: right;
	vertical-align: middle;
	cursor:pointer;
}

.ppl-Image-Teaser.mobile, .people-component-carousel-mobile,
	.people-component-withoutcarousel-mobile {
	display: none;
}

.people-component-carousel-desktop.pure-js-carousel {
   overflow:hidden;
	position: relative;
	width: 100% !important
}
.people-component.darkblue .people-popup-modal-content {
	background:#Fff;
}
.people-component.white .people-popup-modal-content{
	background:#F5F5F5;
}

.people-main-title {
	font-size: 2.5rem;
	font-family: Effra-bold;
	line-height: 2.5rem;
	letter-spacing: -0.063rem;
	word-wrap: break-word;
	padding: 1.875rem 3.813rem 0 3.813rem;
	font-weight: normal;
}

.people-component.darkblue .people-main-title{
	color: #fff;
}
.people-component.white .people-main-title{
	color: #333;
}
.people-component.peopleTitlePresent .slide {
padding: 1.875rem 3.813rem 6.25rem 3.813rem;
}
.people-component.peopleTitlePresent .people-component-withoutcarousel-desktop {
	padding: 1.875rem 3.813rem 3.438rem 3.813rem;
} 


@media only screen and (max-width: 1025px) {               
	.people-component .slide {
        grid-column-gap: 23px;
        padding: 1.438rem 1.5rem 6.25rem 1.5rem;
    }
   .people-main-title {
	   	padding: 1.5rem 1.875rem 0 1.875rem;
    }
     .people-component.peopleTitlePresent .slide {
    	padding: 1.5rem 1.875rem 5.5rem 1.875rem;
    } 
    .people-component.peopleTitlePresent .people-component-withoutcarousel-desktop{
    	padding: 1.5rem 1.875rem 1.5rem 1.875rem;
    } 

    .people-component-withoutcarousel-desktop {
        grid-column-gap: 1.438rem;
        padding: 2.125rem 1.5rem 2.125rem 1.5rem;
    }
	.people-component .pure-js-carousel-btn-prev {
		left: 40%;
	}
	.people-component .pure-js-carousel-btn-next {
		left: 55%;
	}
	.ppl-Image-Teaser.desktop {
		display: none;
	}
	.ppl-Image-Teaser.mobile {
		display: flex;
		flex-direction: column;
	}
	.people-authorHeadShotImage {
		display: block;
		width: 4.625rem;
		height: 4.25rem;
	}
	.ppl-Image-authorHeadShotImage {
		display: flex;
	}
	.people-popup-modal-content {
		margin: 1.438rem auto;
		padding: 1rem;
		width: 85%;
		height: auto;
		min-height: 25.25rem;
	}
	.people-authorPosntitle {
		width: 70%;
		margin: 0 0.75rem;
	}
	.people-image-component img {
		width: 5.358rem;
		height: 6.438rem;
		margin: 1.125rem 0 1.125rem 0.788rem;
	}
	.people-component.darkblue .people-postion-teaser, .people-postion-teaser {
		margin: 1.125rem 0.788rem 1rem 0.788rem;
		width: 60%;
		display: flex;
    	flex-direction: column;
    	justify-content: space-between;
	}

	.people-teaser {
		margin-top: 1rem;
	}

	.people-authorTitle p {
		margin-bottom: 0.3rem !important;
	}

	.people-component .pure-js-carousel-btn {
    	bottom: 2.875rem;
    	width: 15px;
	}
	
	.client-stories-description p {
		padding: 0.5rem 3.5rem 1.5rem 1.5rem;
		width: 95%;
		font-size: 14px;
		line-height: 1.57;
	}

	.client-stories-shorttitle p {
		padding: 1rem 3.5rem 0 1.5rem;
	}
	
	.gateway-imgtitle-container p {
		font-size: 14px;
	}

}

@media only screen and (max-width: 767px) {
    .people-main-title {
	   	padding: 1.5rem 0.938rem 0 0.938rem;
    }
   .people-component.peopleTitlePresent .slide {
    	padding: 1.5rem 0.938rem 0 0.938rem;
    }
    .ppl-designDesktop-Onecard.people-component-withoutcarousel-desktop{
        display: none;
     }
     .ppl-designDesktop.people-component-withoutcarousel-desktop{
         display: none;
     }
	.people-component .pure-js-carousel-dots {
		top: 0.5rem;
	}
	.people-component {
		max-width: 100%;
	}
	.people-component-carousel-mobile .pure-js-carousel-slide {
		width: 100% !important;
		padding: 1.5rem 0.938rem 0 0.938rem;
	}
	
	.people-component-carousel-mobile.pure-js-carousel {
		overflow: hidden;
		position: relative;
		width: 100% !important
	}
	.people-component .pure-js-carousel-btn-next, .people-component-carousel-mobile .pure-js-carousel-btn-next, 
	.people-component .pure-js-carousel-btn-prev, .people-component-carousel-mobile .pure-js-carousel-btn-prev
	{
		display: none;
	}
	.people-component-carousel-mobile,
		.people-component-withoutcarousel-mobile {
		display: block;
	}
	.people-component-carousel-desktop,
		.people-component-withoutcarousel-desktop {
		display: none;
	}
	.people-component-carousel.mobile {
		display: block !important;
	}
	.people-component .slide {
        display: block;
        padding: 1.5rem 0.938rem 0.25rem 0.938rem;
    }
    .people-component.less-thn-three-card  .people-component-withoutcarousel-mobile {
        display: block;
        padding: 1.5rem 0.938rem 0.25rem 0.938rem;
    }

	.people-component-imageTeaser {
		margin-bottom: 1.25rem;
	}
	.people-image-component img {
		width: 5.358rem;
		height: 6.438rem;
		margin: 1.125rem 0 1rem 0.608rem;
	}
	.people-component.darkblue .people-postion-teaser, .people-postion-teaser {
		margin: 1.125rem 0.788rem 1rem 0.788rem;
		width: 60%;
	}
	.people-authorHeadShotImage {
		display: block;
		width: 4.625rem;
		height: 4.25rem;
	}
	.ppl-Image-authorHeadShotImage {
		display: flex;
	}
   .people-popup-modal-content {
		margin: 9.375rem auto;
		padding: 1rem;
		width: 93%;
		height: auto;
		min-height: 19.375rem;
	}
	.people-component.darkblue .people-popup-modal-content {
		border: 20px solid #1A2142;
	}
	.people-component.white .people-popup-modal-content {
		border: 20px solid #F5F5F5;		
	}
	.people-authorPosntitle {
		width: 70%;
		margin: 0 0.75rem;
	}

	.client-stories-slide, .col-lg-11 .client-stories-slide {
		width: 375px;
	}

}

@media only screen and (max-width: 380px) {
	 .people-popup-modal-content {
        height: 34.75rem;
        overflow-y:scroll;
    }
}
@media only screen and (max-width:767px)and (orientation: landscape){
	 .people-popup-modal-content {
        height: 19.375rem;
        overflow-y:scroll;
        min-height: 19.375rem;    
    }
}
@media only screen and (min-width: 767px) and (max-width: 1190px) {
	.client-stories-slide {
		width: 348px;
	}
	
	.col-lg-11 .client-stories-slide {
		width: 281px;
	}
	
	.client-stories-carl .pure-js-carousel-list {
		padding: 0 0 40px 0;
	}
	.client-stories-carl {
		padding: 24px 24px 0 24px;
	}
	.client-stories-image {
		height: 193px;
		width: 348px;
	}
	.client-stories-title {
		width: 60%;
		height: auto;
		margin: 2.5rem 0 0 1.5rem;
		font-family: Effra-Bold;
		font-size: 2.5rem;
		line-height: 1;
		letter-spacing: -0.05rem;
	}
	.client-stories-readmorelabely.white, .client-stories-readmorelabel.darkblue
		{
		margin: 3rem 1.5rem 0 1.5rem;
	}
	.client-stories-carl .pure-js-carousel-btn-next {
		left: 63%;
	}
	.client-stories-carl .pure-js-carousel-btn-prev {
		left: 33%;
	}
	
	.client-stories-carl .pure-js-carousel-btn {
		top: auto;
	}
	.client-stories-contenttype p {
		padding: 1.938rem 1.5rem 0 1.5rem;
	}

	.clientstr-noslide  .client-stories-button div.btn {
		bottom: 6.25rem;
	}
	
	.client-stories-carl .pure-js-carousel {
		padding-bottom: 3.5vh;
	}
}

@media only screen and (min-width: 810px) and (max-width:880px) {
	.client-stories-slide {
		width: 385px !important;
	}
	
	.col-lg-11 .client-stories-slide {
		width: 300px !important;
	}
	
	.client-stories-image {
		width: 385px !important;
	}
}

@media only screen and (min-width: 390px) and (max-width: 760px) and (orientation: landscape) {
	.client-stories-slide {
		width: 350px !important;
	}

	.col-lg-11 .client-stories-slide {
		width: 275px !important;
	}
}

@media only screen and (min-width: 820px) and (max-width: 1190px) and (orientation: landscape) {
	.col-lg-11 .client-stories-slide {
		width: 325px !important;
	}

}

@media only screen and (min-width: 915px) and (max-width:1023px) {
	.client-stories-slide {
		width: 272px !important;
	}
	.client-stories-image {
		width: 272px !important;
	}
	.client-stories-carl .pure-js-carousel-btn-next {
		left: 59%;
	}
	.client-stories-carl .pure-js-carousel-btn-prev {
		left: 35%;
	}

	.clientstr-noslide .client-stories-button div.btn, .client-stories-carl .client-stories-button div.btn
		{
		width: 26%;
	}
}

@media only screen and (min-width: 1023px) and (max-width:1100px) {
	.client-stories-carl .pure-js-carousel-dots {
		margin-top: 1.4%;
	}
	.client-stories-slide {
		width: 308px !important;
	}
	.client-stories-image {
		width: 308px !important;
	}
	.client-stories-carl .pure-js-carousel-btn-next {
		left: 60%;
	}
	.client-stories-carl .pure-js-carousel-btn-prev {
		left: 38%;
	}
	
	.col-lg-11 .client-stories-slide {
		width: 276px !important;
	}
	
}

@media only screen and (min-width: 1170px) and (max-width:1200px) {
	.client-stories-slide {
		width: 360px !important;
	}
	.client-stories-image {
		width: 360px !important;
	}
	.client-stories-carl .pure-js-carousel-btn-next {
		left: 59%;
	}
	.client-stories-carl .pure-js-carousel-btn-prev {
		left: 39%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .ppl-designDesktop.people-component-withoutcarousel-desktop{
        padding: 1.5rem 1.938rem;
    } 
	.people-component .pure-js-carousel-btn-prev {
		left: 40%;
	}

	.gateway-readmorelabel {
		margin: 22px 38.8px 0 0;
	}
	.gateway-image {
		width: 120px;
		height: 60px;
	}
	.gateway-img-container {
		padding: 24px 30px 24px 24px;
		display: flex;
		flex-direction: column;
	}
	.gateway-imgtitle-container p {
		width: 170px;
		margin: 8px 28px 0 0;
	}
	.gateway-carl a {
		text-decoration: none;
	}
	.gateway-carl .pure-js-carousel-dots {
		display: none;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.gateway-img-container {
		padding: 24px 104px 24px 24px;
		display: flex;
		flex-direction: column;
	}
	.gateway-imgtitle-container p {
		width: 200px;
		margin: 8px 28px 0 0;
	}

	.gateway-image {
		width: 120px;
		height: 60px;
	}
	.gateway-carl a {
		text-decoration: none;
	}
	.gateway-carl .pure-js-carousel-dots {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.gateway-image {
		width: 180px;
		height: 104px;
	}
	.gateway-img-container {
		width: 180px;
	}
	.gateway-carl a {
		text-decoration: none;
	}
	.gateway-title {
		margin: 1.5rem 0 0 1rem;
	}
	.gateway-imgtitle-container {
		overflow: hidden;
		position: relative;
		border: 1px solid transparent;
		width: auto !important;
		display: flex;
	}
	.gateway-imgtitle-container p {
		width: 8.438rem;
	}
	.gateway-carl {
		overflow: hidden;
		position: relative;
		border: 1px solid transparent;
		width: auto !important;
		display: flex;
	}
	.gateway-carl-carousel .pure-js-carousel-slide {
		float: left;
		width: auto;
		padding-right: 16px;
	}
	.gateway-carl-carousel .pure-js-carousel-dot-btn {
		border-radius: 50%;
		height: 10px;
		width: 10px;
		padding: 1px;
		background: transparent;
		box-shadow: none;
		border: 1px solid #ffffff;
	}
	.gateway-carl-carousel .active .pure-js-carousel-dot-btn {
		background: #ffffff;
		opacity: 1.0 !important;
	}
	.gateway-carl-carousel  .pure-js-carousel-dot-btn:disabled {
		background: #ffffff !important;
		opacity: 0.4;
	}
	.gateway-carat {
		margin: 0 0 0 0.5rem;
	}
	.gateway-carl-carousel .pure-js-carousel-dots {
		width: 33%;
		margin-bottom: 0;
		margin-top: 0;
	}
	.gateway-img-container {
		padding: 1rem 0 1rem 1rem;
		display: flex;
		flex-direction: column;
	}
	.gateway-readmorelabelmobile {
		display: block;
		width: auto;
		height: 32px;
		margin: 0;
		font-family: Effra-Regular;
		font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.6;
		letter-spacing: normal;
		color: #ffffff;
		float: right;
		margin-right: 18.5px;
	}
	.gateway-readmorelabelmobile a {
		font-family: Effra-Regular;
		font-size: 1.25rem;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.6;
		letter-spacing: normal;
		color: #ffffff;
		text-decoration: none;
	}
	.gateway-readmorelabel, .client-stories-readmorelabel {
		display: none;
	}
	.gateway-container {
		padding-bottom: 48px;
	}
	.gateway-imgtitle-container p {
		margin: 0 1.125rem 0 0;
	}
	.gateway-imgtitlcontainer {
		display: flex;
		padding: 0 0 2.5rem 0;
	}
	.client-stories-carl {
		max-width: 100%;
	}
	.client-stories-carl.pure-js-carousel {
		width: 100% !important;
	}
	.client-stories-carl .pure-js-carousel-btn.pure-js-carousel-btn-prev,
	.client-stories-carl .pure-js-carousel-btn.pure-js-carousel-btn-next {
		display: none;
	}
	.client-stories-title {
		width: 90%;
		margin: 32px 14px 0 16px;
		font-size: 30px;
		line-height: 1.13;
		letter-spacing: -1.2px;
	}
	.client-stories-readmorelabelmobile {
		display: block;
		width: auto;
		height: auto;
		margin: 0;
		font-family: Effra-Regular;
		font-size: 20px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.6;
		letter-spacing: normal;
		float: right;
		margin-right: 18.5px;
	}
	.client-stories-readmorelabelmobile a {
		width: auto;
		height: auto;
		font-family: Effra-Regular;
		font-size: 20px;
		font-weight: normal;
		font-stretch: normal;
		font-style: none;
		line-height: 1.6;
		letter-spacing: normal;
		text-decoration: none;
	}
	.client-stories-carl .pure-js-carousel-dots {
		margin-top: -25px;
		margin-bottom: 0;
	}
	.client-stories-carl .pure-js-carousel-list {
		padding: 0 0 45px 0;
	}
	.client-stories-container {
		padding-bottom: 58px;
	}
	.client-stories-carl {
		padding: 16px 14px 0 16px;
	}
	.client-stories-image {
		width: 378px;
		height: 191px;
	}
	.client-stories-carl .client-stories-button div.btn {
		margin: 2rem 1.5rem;
	}
	.clientstr-noslide  .client-stories-button div.btn {
		bottom: 50px;
		margin: 2rem 1.5rem;
	}
	.client-stories-shorttitle p {
		width: 95%;
	}
	.client-stories-description p {
		width: 95%;
	}
}

@media only screen and (max-width: 428px) {
	.gateway-carl-carousel  .pure-js-carousel {
		width: 355px !important;
	}
}

@media only screen and (max-width: 330px) {
	.client-stories-shorttitle p {
		width: 78% !important;
	}
	.client-stories-description p {
		width: 78% !important;
	}
	.client-stories-contenttype p {
		width: 73%;
	}
	
	.gateway-carl-carousel .pure-js-carousel-dots {
		width: 27%;
	}
	
}

@media only screen and (min-width:331px) and (max-width: 370px) {
	.client-stories-shorttitle p {
		width: 90% !important;
	}
	.client-stories-description p {
		width: 90% !important;
	}
}

@media only screen and (min-device-width:800px) and
	(max-device-width:950px) and (orientation: landscape) {
	.gateway-carl-carousel .pure-js-carousel-slide {
		width: 3%;
	}
}

@media only screen and (max-device-width:570px) and (orientation:
	landscape) {
	.client-stories-slide {
		width: 255px !important;
	}
	.client-stories-image {
		width: 255px;
	}
	.gateway-carl-carousel .pure-js-carousel-dots {
		width: 47%;
	}

	.col-lg-11 .client-stories-slide {
		width: 250px;
	}
}

@media only screen and (min-device-width:600px) and
	(max-device-width:645px) and (orientation: landscape) {
	.client-stories-slide {
		width: 290px !important;
	}
	.client-stories-image {
		width: 290px !important;
	}
	.clientstr-noslide .client-stories-button div.btn, .client-stories-carl .client-stories-button div.btn
		{
		width: 39%;
	}
}

@media only screen and (min-device-width:646px) and
	(max-device-width:675px) and (orientation: landscape) {
	.client-stories-slide {
		width: 300px !important;
	}
	.client-stories-image {
		width: 300px !important;
	}
}

@media only screen and (max-device-width:768px) and (orientation:landscape) {
	.gateway-title {
		margin: 1.5rem 0 0 1rem;
	}
	.gateway-carl-carousel .pure-js-carousel-dots {
		display: flex;
		width: 58%;
		align-items: center;
		text-align: center;
		justify-content: center;
	}
	.gateway-carl-carousel .pure-js-carousel-slide {
		padding-right: 70px;
	}
	.gateway-carl {
		overflow: hidden;
		position: relative;
		border: 1px solid transparent;
		width: auto !important;
		display: flex;
	}
	.gateway-carl-carousel .pure-js-carousel-slide {
		padding-right: 70px;
	}
	.gateway-carl-carousel .pure-js-carousel-dot-btn {
		border-radius: 50%;
		height: 10px;
		width: 10px;
		padding: 1px;
		background: transparent;
		box-shadow: none;
		border: 1px solid #ffffff;
	}
	.gateway-carl-carousel .active .pure-js-carousel-dot-btn {
		background: #ffffff;
		opacity: 1.0 !important;
	}
	.gateway-carl-carousel  .pure-js-carousel-dot-btn:disabled {
		background: #ffffff !important;
		opacity: 0.4;
	}
	.gateway-carl a {
		text-decoration: none;
	}
	.gateway-carl-carousel .pure-js-carousel-dots {
		margin-bottom: 0;
	}
	.gateway-readmorelabelmobile {
		display: block;
		width: auto;
		height: 32px;
		margin: 0;
		font-family: Effra-Regular;
		font-size: 20px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.6;
		letter-spacing: normal;
		color: #ffffff;
		float: right;
		margin-right: 18.5px;
	}
	.gateway-readmorelabelmobile a {
		width: auto;
		height: 32px;
		font-family: Effra-Regular;
		font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		font-style: none;
		line-height: 1.6;
		letter-spacing: normal;
		color: #ffffff;
		text-decoration: none;
	}
	.gateway-readmorelabel {
		display: none;
	}
	.gateway-container {
		padding-bottom: 48px;
	}
	.client-stories-slide {
		width: 340px;
	}
	.client-stories-image {
		width: 340px;
	}
}

@media only screen and (min-width: 1551px) and (max-width: 1750px) {
	.client-stories-carl .pure-js-carousel-dots {
		margin-bottom: 38px;
	}
	
	.client-stories-image {
		height: 15rem;
	}
}

@media only screen and (min-width: 1751px) and (max-width: 2000px) {
	.col-lg-11 .client-stories-slide {
		width: 27vw;
	}
	
	.client-stories-image {
		height: 15rem;
	}
}

@media only screen and (min-width: 1920px) {
	.client-stories-image {
		height: 17rem;
	}
}

@media only screen and (min-width: 1880px) and (max-width: 2019px) {
	.client-stories-slide {
		width: 30vw;
	}
}

@media only screen and (min-width: 2020px) and (max-width: 2219px) {
	.client-stories-slide {
		width: 28.5vw;
	}

	.col-lg-11 .client-stories-slide {
		width: 27vw;
	}
	
	.client-stories-image {
		height: 19rem;
	}
}

@media only screen and (min-width: 2220px) and (max-width: 2999x) {
	.client-stories-slide {
		width: 26vw;
	}

	.col-lg-11 .client-stories-slide {
		width: 25.5vw;
	}
	
	.client-stories-image {
		height: 19rem;
	}
}

@media only screen and (min-width: 3000px) and (max-width: 3799px) {
	.client-stories-slide {
		width: 19vw;
	}

	.col-lg-11 .client-stories-slide {
		width: 18.5vw;
	}
}

@media only screen and (min-width: 3800px) and (max-width: 5000px) {
	.client-stories-slide, .col-lg-11 .client-stories-slide {
		width: 14.8vw;
	}

	.client-stories-carl .pure-js-carousel-dots {
		margin-bottom: 37px;
	}

}
.solutionTabParent{
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
}
.solutionTabParent .solTab {
    overflow: hidden;
    background-color: #ffffff;
    width: -webkit-fill-available;
    display: inline-grid;
}

.solutionTabParent {
    border: 1px solid transparent;
}

.solutionTabParent.noBroucher {
    margin-bottom: 3rem;
}

.solutionTabParent .solutionTabMenuTablinks.active:before{
    display:none;
 }
.solutionTabParent .solTab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-family: Effra-Bold;
    font-size: 1.5rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    object-fit: contain;
    line-height: 1.24;
    letter-spacing: -0.063rem;
    color: #000000;
    padding: 0rem;
    margin: 1.5rem 9.375rem 0rem 1.5rem;
    text-align:left;  
    box-shadow:none !important;
    width: 43%;
}

.solutionTabParent .solTab button:hover {
    background-color: #f2f7fd;
}

.solutionTabParent .solTab .solutionTabMenuTablinks:hover {
    background-color: #f2f7fd;
}

.solutionTabParent .solTab button.active {
    background-color: #f2f7fd;
}

.solutionTabParent .solTab .solutionTabMenuTablinks.active {
    background-color: #f2f7fd;
    margin-top: 0rem;
}

.solutionTabParent .solTab .solutionTabMenuTablinks {
    border-top: 0.5px solid #979797;
    cursor: pointer;
}

.solutionTabParent .solTab:last-of-type {
    border-bottom: 0.5px solid #979797;
}

.solutionTabParent .tabcontent {
    display: none;
    padding: 0.375rem 0.75rem;
    border-top: none;
    padding: 6.563rem 6.25rem 6.625rem 6.25rem;
    background-color: #f2f7fd;
    width: auto;
    margin-bottom: 3.5rem;
}

.solutionTabParent .solutionTabMenu {
    border: 1px solid transparent;
    width: 100%;
    margin-top: -0.25rem;
    position: relative;
    padding: 0 3.5rem;
}

.solutionTabParent .solutionTabDetail {
    border: 1px solid transparent;
}

.solutionTabParent .solutionTabParent {
    border: 1px solid transparent;
}

.solutionTabParent .solutionTabContent {
    position: absolute;
    margin-left: 45%;
    border-top: 0.5px solid #979797;
    width: 48%;
}

.solutionTabContent .tabcontent p {
    object-fit: contain;
    font-family: 'Effra-Regular';
    font-size: 1.25rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #404040;
    margin-bottom: 1.5rem;
}

.solutionTabContent .tabcontent p a {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: normal;
    color: #006de3;
    text-decoration: none;
}

.solutionTabParent .solutionTabMenuTablinks p {
    object-fit: contain;
    font-family: Effra-Regular;
    font-size: 1.15rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #404040;
    padding: 0rem;
    margin: 0rem 4.875rem 1.5rem 1.5rem;
    width: 45%;
}

.solutionTabParent .solutionTitle {
    object-fit: contain;
    margin: 3.5rem 14rem 3rem 3.5rem;
    font-family: Effra-Bold;
    font-size: 3rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: -0.063rem;
    color: #000;
}
.solutionTabParent .solutionTabContent a.solTabLink { 
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0 5.375rem 2.5rem 0;
    color: #006de9;
    display: inline-block;
    font-family: Effra-Regular;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
}

.solutionTabParent .solutionTabMenuTablinks:before {
    content: '';
    background: url("ibhomepage/images/icons-caret-active-blue.png");
    background-size: cover;
    position: absolute;
    width: 24px;
    height: 24px;
    margin-left: 41.5%;
    margin-top: 2.938rem;
	margin-right: 1.5rem;
}

.solutionTabParent .solTabLinkReadMore
{ 
    background: url("ibhomepage/images/icons-caret-active-blue.png") no-repeat right center;
    padding-right: 1.25rem;
}

@media only screen and (max-width: 915px) {
.solutionTabParent .solTab button:hover {
    background-color: #ffffff;
}

.solutionTabParent .solTab .solutionTabMenuTablinks:hover {
    background-color: #ffffff;
}

.solutionTabParent .solTab .solutionTabMenuTablinks {
    position: relative;
}
    .solutionTabParent .solutionTabMenu {
        width: auto;
        margin-left: 1rem;
        margin-right: 1rem;
        padding: 0;
    }

    .solutionTabParent .solutionTabContent {
        position: relative;
        margin-left: 0rem;
        margin-right: 0rem;
        width: 100%;
        border-top: 1px solid transparent;
    }

    .solutionTabParent .solTab .solutionTabMenuTablinks.active {
        background-color: #ffffff;
        margin-top: 0rem;
        width: 100%;
    }

    .solutionTabParent .tabcontent {
        padding: 0rem;
        background-color: #ffffff;
		margin-bottom: auto;
    }

    .solutionTabParent .solTab button:hover {
        background-color: #ffffff;
    }

   .solutionTabParent .solutionTabContent a.solTabLink { 
        margin:0 1rem 2.5rem 0;
    }

    .solutionTabParent .solutionTabMenuTablinks:before {
        content: '';
        background: url("ibhomepage/images/icons-down-dark-grey.png");
        background-size: cover;
        position: absolute;
        width: 27px;
        height: 20px;
        margin-top: 0.625rem;
        right: 0.625rem;
		margin-right: auto;
    }
  .solutionTabParent .solTab .solutionTabMenuTablinks.active:before{
	 transform:rotate(180deg);
   }
    .solutionTabParent .solutionTitle {
        margin: 2rem 1rem 1rem 1rem;
    }

    .solutionTabParent .solTab button {
        margin: 0.5rem 2.875rem 0.25rem 0rem;
        padding: 0rem;
        text-align:left;
        width: auto;
		font-size: 2rem;
    }

    .solutionTabParent .solutionTabMenuTablinks p {
        margin: 0.25rem 2.875rem 0.5rem 0rem;
        width:auto;
		font-size: 1.3rem;
    }

    .solutionTabParent .solutionTabContent p {
        color: #515151;
        margin: 1.5rem 0rem 1.5rem 0rem;
    }

    .solutionTabParent {
        border: 1px solid transparent;
        height: auto !important;
        margin-bottom: 2rem;
    }

.solutionTabParent .solTab button:hover {
    background-color: #ffffff;
}

.solutionTabParent .solTab .solutionTabMenuTablinks:hover {
     background-color: #ffffff; 
}

.solutionTabParent .solTab button.active {
    background-color: #ffffff;
}

.solutionTabParent .solTab .solutionTabMenuTablinks.active {
    background-color: #ffffff;
    margin-top: 0rem;
}
.solTab:not(.solutionTabMenuTablinks):hover{	
	background:#ffffff;
   -webkit-tap-highlight-color:transparent;   	
}

.solutionTabParent .solTab {
    width: 100%;
}
.solutionTabParent .solutionTabMenuTablinks.active:before{
    display:block;
 }

    .solutionTabParent .solTabLinkReadMore {
        padding-right: 2.25rem;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px)  {
    .solutionTabParent .solutionTabMenu {
        width: auto;
        margin-left: 1rem;
        margin-right: 1rem;
        padding: 0;
    }

    .solutionTabParent .solutionTabContent {
        position: relative;
        margin-left: 0rem;
        margin-right: 0rem;
        width: 100%;
        border-top: 1px solid transparent;
    }

    .solutionTabParent .solTab .solutionTabMenuTablinks.active {
        background-color: #ffffff;
        margin-top: 0rem;
        width: 100%;
    }

    .solutionTabParent .tabcontent {
        padding: 0rem;
        background-color: #ffffff;
		margin-bottom: auto;
    }

    .solutionTabParent .solTab button:hover {
        background-color: #ffffff;
    }

    .solutionTabParent .solTab .solutionTabMenuTablinks.active:before{
	 transform:rotate(360deg);
    }

    .solutionTabParent .solutionTabMenuTablinks:before {
        content: '';
        background: url("ibhomepage/images/icons-down-dark-grey.png");
        background-size: cover;
        position: absolute;
        width: 27px;
        height: 20px;
        margin-top: 0.625rem;
        right: 0.625rem;
		margin-right: auto;
    }

    .solutionTabParent .solutionTitle {
        margin: 2rem 7rem 1rem 1rem;
    }

    .solutionTabParent .solTab button {
        margin: 0.5rem 2.875rem 0.25rem 0rem;
        padding: 0rem;
    }

    .solutionTabParent .solutionTabMenuTablinks p {
        margin: 0.25rem 2.875rem 0.5rem 0rem;
    }

    .solutionTabParent .solutionTabContent p {
        color: #515151;
        margin: 2.5rem 5.375rem 1.125rem 5.375rem;
    }

    .solutionTabParent {
        border: 1px solid transparent;
        height: auto !important;
    }

.solutionTabParent .solTab button:hover {
    background-color: #ffffff;
}

.solutionTabParent .solTab .solutionTabMenuTablinks:hover {
     background-color: #ffffff; 
}

.solutionTabParent .solTab button.active {
    background-color: #ffffff;
}

.solutionTabParent .solTab .solutionTabMenuTablinks.active {
    background-color: #ffffff;
    margin-top: 0rem;
}
.solutionTabParent .solTab .solutionTabMenuTablinks.active:before{
	 transform:rotate(360deg);
   }
.solTab:not(.solutionTabMenuTablinks):hover{	
	background:#ffffff;
   -webkit-tap-highlight-color:transparent;   	
}
.solutionTabParent .solutionTabContent a.solTabLink { 
    margin: 0 5.375rem 2.5rem 5.375rem;
}

.solutionTabParent .solTab {
    width: 100%;
}
.solutionTabParent .solutionTabMenuTablinks.active:before{
    display:block;
 }
   .solutionTabParent .solTab .solutionTabMenuTablinks.active:before{
	    transform:rotate(180deg) !important;
   }
}

@media only screen and (min-width: 1401px) {
    /* CSS for Bootstrap 1920px */
    .solutionTabParent .solTab button {
        letter-spacing: -1.5px;
    }

    .solutionTabParent .solutionTabMenuTablinks p {
        width: 45%;
    }

    .solutionTabParent .tabcontent {
        min-width: 100%;
    }

    .solutionTabParent .solutionTabContent {
        width: 49.5%;
    }

}
.image-stat-container {
    width: 100%;
}
.image-stat-parent {
    padding: 3rem 3.5rem;
    max-width: 1920px;
    margin: 0 auto;
}

.image-stat-parent.img_stat_darkblue .slide {
    border: 10px solid #1a2142;
    border-bottom: 0;
    margin-bottom: 0;
}

.image-stat-container.img_stat_grey {
    background-color: #f5f5f5;
}

.image-stat-container.img_stat_darkblue {
    background-color: #1a2142;
}

.image-stat-container .image-stat-title {
    color: #000000;
}

.col__full-width .image-stat-container .imageStatCarousel {
    width: 100% !important;
}

.image-stat-container.img_stat_darkblue .image-stat-title,
.image-stat-container.img_stat_darkblue .line1-text,
.image-stat-container.img_stat_darkblue .line2-text,
.image-stat-container.img_stat_darkblue .stat-text {
    color: #ffffff;
}

.image-stat-container .stat-text {
    font-size: 8rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    letter-spacing: -.31rem;
    text-align: center;
    font-family: Effra-Regular;
    color: #000000;
}

.image-stat-container.img_stat_darkblue .active .pure-js-carousel-dot-btn {
    background: #ffffff;
    opacity: 1;
}

.image-stat-container.img_stat_darkblue .pure-js-carousel-dot-btn {
    border: 1px solid #ffffff;
    background: #1a2142;
}

.image-stat-container .imageStatCarousel {
    overflow: hidden;
    position: relative;
    width: 100% !important;
    padding-top: 2.5rem;
}

.image-stat-container .stat-container {
    border: 1px solid transparent;
    width: 90%;
}

.image-stat-container .stats-image {
    width: auto;
    margin: 0;
}

.image-stat-parent .line1-text {
    object-fit: contain;
    font-family: Effra-Bold;
    font-size: 1.5rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: -0.06rem;
    text-align: center;
    color: #000000;
    margin: 2rem 0 0;
}

.image-stat-parent .line2-text {
    margin: 0.25rem 0 0;
    object-fit: contain;
    font-family: Effra-Regular;
    font-size: 1.25rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.image-stat-container .imageStatCarousel:before,
.image-stat-container .imageStatCarousel:after {
    content: "";
    display: table;
}

.image-stat-container .imageStatCarousel:after {
    clear: both;
}

.image-stat-container .slide {
    float: left;
    text-align: center;
    width: 33.33%;
    margin-bottom: 1.5rem;
    border-bottom: 0px;
    border-top: 0px;
}

.image-stat-container .pure-js-carousel-btn {
    border: 0;
    box-shadow: none;
    cursor: pointer;
    height: 3rem;
    position: absolute;
    top: auto;
    width: 3rem;
    border-radius: 30px;
    background-color: transparent;
	padding: 0;
}

.image-stat-container .pure-js-carousel-btn-next[disabled]:hover,
.image-stat-container .pure-js-carousel-btn-prev[disabled]:hover,
.image-stat-container .pure-js-carousel-btn-next[disabled]:hover {
    background-color: transparent;
}

.image-stat-container .pure-js-carousel-btn-next {
    border-bottom: 1px solid #006de9;
    border-right: 1px solid #006de9;
    -moz-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(361deg) !important;

    border-top: 1px solid #006de9;
    border-left: 1px solid #006de9;
    background-image: url(ibhomepage/images/caratActiveBlue.svg);
}

.image-stat-container .pure-js-carousel-btn-prev {
    border-bottom: 1px solid #006de9;
    border-left: 1px solid #006de9;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(181deg) !important;
    border-top: 1px solid #006de9;
    border-right: 1px solid #006de9;
    background-image: url(ibhomepage/images/caratActiveBlue.svg);
}

.image-stat-container .pure-js-carousel-dots {
    float: left;
    margin-top: .94rem;
    text-align: center;
    width: 100%;
    padding: 0;
}

.image-stat-container .pure-js-carousel-dot {
    display: inline-block;
    margin: 0;
}

.image-stat-container .pure-js-carousel-dot-btn {
    background: #ffffff;
    border: 1px solid #006de9;
    border-radius: 50%;
    width: .625rem;
    height: .625rem;
    margin-right: .75rem;
}

.image-stat-container .active .pure-js-carousel-dot-btn {
    background: #006de9;
    opacity: 1;
}

.image-stat-container .pure-js-carousel {
    overflow: hidden;
}

.image-stat-container .pure-js-carousel-list {
    display: flex;
    align-items: end;
}

.image-stat-container .pure-js-carousel-list:before,
.image-stat-container .pure-js-carousel-list:after {
    content: "";
    display: table;
}

.image-stat-container .pure-js-carousel-list:after {
    clear: both;
}

.image-stat-container .pure-js-carousel-slide {
    float: left;
}
@media only screen and (max-width: 940px) {
    .image-stat-container .stat-text {
        font-size: 5rem;
    }
    .container .image-stat-parent {
    	padding: 3rem 0rem;
    }
    .stat-container > * + * { margin-left: 1rem;}
}
@media only screen and (max-width: 767px) {
    .container .image-stat-parent {
        padding: 3rem 3.5rem;
    }
    .image-stat-container .stat-text {
        font-size: 3.125rem;
        letter-spacing: -.1rem;
    }

    .image-stat-container .imageStatCarousel {
        width: auto !important;
    }

    .image-stat-container .pure-js-carousel-list {
        display: flex;
        flex-direction: column;
        width: auto !important;
        margin-left: auto !important;
    }

    .image-stat-container .stat-img-text-container {
        width: 35%;
        border: 1px solid transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .image-stat-container .stat-container {
        border: 1px solid transparent;
        line-height: 0;
        margin-bottom: 1rem;
        display: flex;
        flex-direction: row;
        width: 100%;
        column-gap: 1rem;
    }

    .image-stat-container .slide {
        border: 1px solid transparent;
        width: 100%;
        margin-bottom: 1.69rem;
    }

    .image-stat-container .pure-js-carousel-dots, .image-stat-container .pure-js-carousel-btn {
        display: none;
    }

    .image-stat-container.img_stat_darkblue .slide {
        background-color: #1a2142;
    }

    .image-stat-parent .line1-text, .image-stat-parent .line2-text {
        text-align: start;
        margin: auto;
    }

}

.addrress-card-container {
	max-width: 1920px ;
	margin: 0 auto;
}

.addr-main-comp.column-one .addr-card-parent-icon {
	display: grid;
	grid-template-columns: repeat(1, minmax(100%, 1fr));
	grid-row-gap: 3rem;
	padding: 1.5rem 1.5rem 1.5rem 3.375rem;
	width: 100%;
}

.column-control__6.addr-contact-us .contactUsForm-Parent {
	position: sticky;
	top: 3.125rem;
}

.addr-main-comp.column-two .addr-card-parent-icon {
	display: grid;
	grid-template-columns: repeat(2, minmax(50%, 1fr));
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
	padding: 1.5rem 1.5rem 1.5rem 3.375rem;
	width: 100%;
	height:auto;
}

.addr-card-title {
	margin: 3.688rem 0 1.5rem 3.375rem;
	width:35.875rem;
	font-family: Effra-bold;
	font-style: normal;
	font-weight: normal;
	font-size: 2rem;
	line-height: 2.48rem;
	letter-spacing: -0.063rem;
	color: #000000;
}

.addr-card-location-name {
	margin-bottom: 1rem;
	font-family: Effra-bold;
	font-style: normal;
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 1.74rem;
	letter-spacing:-0.062rem;
	color: #000000;
	height:auto;
}

.addr-locicon-text, .addr-phoneicon-text, .addr-faxicon-text {
	display: flex;
	margin-bottom: 1rem;
}

.addr-locicont {
	min-width: 24px;
	display: inline-block;
	content: '';
	background-image: url("ibhomepage/images/addressCardsLocation4k.svg");
	background-repeat: no-repeat;
	width: 24px;
	height:24px;
	margin: 2px 16px 0 0 ;
	vertical-align: middle;
}

.addr-phoneicon {
	display: inline-block;
	content: '';
	background-image: url("ibhomepage/images/addressCardsPhone4k.svg");
	background-repeat: no-repeat;
	width: 24px;
	height:24px;
	margin: 6px 16px 6px 3px;
	vertical-align: middle;
}

.addr-faxicon {
	display: inline-block;
	content: '';
	background-image: url("ibhomepage/images/addressCardsFax4k.svg");
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	margin: 6px 16px 6px 3px;
	vertical-align: middle;
}

.addr-locitext p, .addr-faxitext, .addr-phonetext {
	font-family: Effra-Regular;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25rem;
	line-height:1.875rem;
	color: #404040;
	margin-right:0;
}


.addr-card-supporttext p {
	font-family: Effra-Regular;
	font-style: normal;
	font-weight: normal;
	font-size:1rem;
	line-height: 1.5rem;
	color: #404040;
	margin-bottom: 0;
	padding-top: 0.5rem;
	margin-right:1.5rem;

}

.addr-loci-without-icon p, .addr-phone-without-icon, .addr-card-fax {
	font-family: Effra-Regular;
	font-style: normal;
	font-weight: normal;
	font-size: 1.125rem;
	line-height: 1.6875rem;
	color: #404040;
	margin-bottom: 0;
}


.support-text p {
	font-family: Effra-Regular;
	font-style: normal;
	font-weight: normal;
	font-size: 0.875rem;
	line-height: 1.313rem;
	color: #404040;
	margin-bottom: 0;
	padding: 0 0.875rem 4rem 3.375rem;
}

@media only screen and (min-width: 3840px){
	.addr-main-comp.column-two{
		width:48.375rem;
	}
	.addr-main-comp.column-two .addr-card-parent-icon{
		width:48.375rem;
	}

	.addr-phoneicon-text{
		display:flex;
		margin-bottom:1.5rem;
	}
	.support-text{
		width:46.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.addrress-card-container {
		display: flex;
		flex-direction: column;
	}
	.addrress-card-container .column-control__6 {
		width: 100%;
	}
	.addr-card-title {
		margin: 3rem 6.0625rem 0 6.0625rem;
	}
	.addr-main-comp.column-one .addr-card-parent-icon {
		padding: 1.5rem 6.0625rem 1.5rem 6.0625rem;
	}
	
	.addr-card-supporttext p {
		font-size:14px;
    	line-height:21px;
    }
	
	.support-text p {
		padding: 1.5rem 6.0625rem 1.5rem 6.0625rem;
		font-size:14px;
    	line-height:21px;
	}
	.addr-main-comp.column-two .addr-card-parent-icon {
		padding: 1.5rem 6.0625rem 1.5rem 6.0625rem;	}
}

@media only screen and (max-width: 767px) {
	.addrress-card-container {
		display: flex;
		flex-direction: column;
	}
	.addrress-card-container .column-control__6 {
		width: 100%;
	}
	.addr-card-title {
		margin: 3rem 1rem 0 1rem;

	}
	.addr-main-comp.column-one .addr-card-parent-icon, .addr-main-comp.column-two .addr-card-parent-icon
	{
		grid-template-columns: repeat(1, minmax(100%, 1fr));
		grid-row-gap: 3.188rem;
		padding: 1.5rem 1rem 1.5rem 1rem;
	}
	.support-text  {
		padding: 0 0 1.5rem 0;
	}

	.addr-card-supporttext p {
		font-size:12px;
    	line-height:21px;
    }
	
	.support-text p {
		padding: 1.5rem 1rem 3rem 1rem;
		font-size:12px;
    	line-height:21px;
	}
}
.input-width input {
    width: 500px !important;
}

.input-width .x-form-field-wrap {
    width: 508px !important;
}

.interactiveMap-parent.flex-container {
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
    margin: 0 auto;
    max-width: 1920px;
    background: rgba(38, 40, 49, 1);
}

.interactiveMap-parent .flex-item-left {
    background: #F5F5F5;
    flex: 30%;
    border: 0.0625rem solid transparent;
    border-radius: 0rem 0rem 1rem 0rem;
}

.interactiveMap-parent .flex-item-right {
    flex: 69%;
    border: 0.0625rem solid transparent;
}

.interactiveMap-parent .interactiveMap-title {
    border: 0.0625rem solid transparent;
}

.interactiveMap-parent .flex-item-left-parent {
    flex: 45;
    background: #F5F5F5;
    border-radius: 0rem 1rem 1rem 0rem;
}

.interactiveMap-parent .interactiveMap-title p {
    font-size: 2rem;
    text-align: left;
    font-family: "Effra-Bold";
    margin: 2.25rem 16.563rem 2rem 3.375rem;
    line-height: 2.293rem;
    letter-spacing: -0.0625rem;
    width: 80%;
    color: #000;
    font-style: normal;
}

.interactiveMap-title-icon {
    display: none;
}

.interactiveMap-parent.filter-wo-map .map-teaser-title p {
    display: none;
}

/* Css for Srollbar start */
/* width */
.interactiveMap-parent .tabcontentMap::-webkit-scrollbar {
    width: 0.5rem;
}

/* Track */
.interactiveMap-parent .tabcontentMap::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.interactiveMap-parent .tabcontentMap::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.875rem;
}

/* Handle on hover */
.interactiveMap-parent .tabcontentMap::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.interactiveMap-parent .tabcontentMap::-webkit-scrollbar-track {
    border-radius: 0.625rem;
}

::-webkit-scrollbar:horizontal {
    height: 0.25rem;
}

::-webkit-scrollbar-thumb:horizontal {
    background: #D9D9D9;
    border-radius: 0.625rem;
}

/* Css for Srollbar end */

#interactive-map {
    height: 45rem;
    width: 100%;
}

.flex-item-right-img.map-device {
    display: none;
}

.map-desktop .icon {
    text-decoration: none;
}

.map-desktop .icon::before {
    content: "";
    display: inline-block;
    width: 15.837px;
    height: 25.22px;
    background: url("ibhomepage/images/Spotlight_Marker.svg") no-repeat;
    background-size: 100%;
}

.property .details {
    display: inline-flex;
    height: auto;
    padding: 1.5rem 1rem 1.5rem 1rem;
    width: auto;
    text-align: left;
    border-radius: 0.5rem;
    background: var(--main-primary-blue, #1A2142);
    box-shadow: 0rem 0.5625rem 2.875rem 0.5rem rgba(0, 0, 0, 0.12), 0rem 1.5rem 2.375rem 0.1875rem rgba(0, 0, 0, 0.14), 0rem 0.6875rem 0.9375rem -0.4375rem rgba(0, 0, 0, 0.20);
}

.property.highlight .details {
    display: inline-block;
    text-align: left;
    margin-left: 3.4375rem;
    width: 17.1875rem;
    margin-top: -4.125rem;
}

.property.highlight .icon::before {
    width: 2.8532rem;
    height: 4.544rem;
}

.property .details {
    color: var(--support-white, #FFF);
    display: none;
    color: var(--support-white, #FFF);
    font-family: 'Effra-Bold';
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.0625rem;
}

.property.highlight {
    position: absolute;
    display: flex;
    margin-left: -1.5625rem;
    margin-top: -4.6875rem
}

.property .details .marker-country {
    font-family:  'Effra-Bold';
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.063rem;
    text-transform: uppercase;
    padding-bottom: 1rem;
}


.property .details .marker-city {
    font-family:  'Effra-Bold';
    font-size: 1.5rem;
    line-height: 1.98rem;
    font-weight: 700;
    letter-spacing: -0.0625rem;
    padding-bottom: 0.5rem;
}


.property .details .marker-address {
    font-family: 'Effra-Regular';
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.875rem;
    padding-bottom: 1.5rem;
}

.property .details .marker-link {
   padding: 0.5rem 0.938rem 0.5rem 0.938rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    border-radius: 1.875rem;
    background: var(--main-active-blue, #006DE3);
    display: grid;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
}



.property .details .marker-link a {
    color: white;
    text-decoration: none;
}

/* Style the tab */
.interactiveMap-parent .tab {
    border: 0.0625rem solid transparent;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    width: auto;
    margin: 0rem 1.3125rem 1rem 3.375rem;
    flex-wrap: wrap;
    row-gap: 0.5rem;
}

/* Style the buttons inside the tab */
.interactiveMap-parent .tab button {
    font-family: 'Effra-Regular';
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0.5rem 0.9375rem 0.5rem 0.9375rem;
    transition: 0.3s;
    color: #404040;
    margin-right: 0.5rem;
    background-color: #E2E2E2;
    font-weight: normal;
}

/* Change background color of buttons on hover */
.interactiveMap-parent .tab button:hover {
    background-color: #E2E2E2;
}

.interactiveMap-parent .tab button {
    background-color: #E2E2E2;
}

/* Create an active/current tablink class */
.interactiveMap-parent .tab button.active {
    background-color: #006DE3;
    color: #ffffff;
}

/* Style the tab content */
.interactiveMap-parent .tabcontentMap {
    display: none;
    border: 0.0625rem solid transparent;
    border-top: none;
    border-top: 0.0625rem solid #D9D9D9;
    height: 30.25rem;
    overflow-y: scroll;
}

.interactiveMap-parent .tabcontentMap.active {
    display: block;
}

.interactiveMap-parent .tabcontentMap ul {
    text-decoration: none;
    list-style-type: none;
    text-align: initial;
    padding: 0;
    margin: 0.5rem 0 1rem 3.375rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.interactiveMap-parent .tabcontentMap ul li {
    margin-bottom: 1rem;
    color: #404040;
    font-size: 1.125rem;
    font-family: sans-serif;
    line-height: 150%;
    cursor: pointer;
}

.interactiveMap-parent .tabcontentMap .map-ul-item li a {
    color: #404040;
    font-family: 'Effra-Regular';
    font-size: 1.25rem;
    font-style: normal;
    line-height: 1.875rem;
    text-decoration: none;
}

.interactiveMap-parent .tabcontentMap ul li.active a {
    color: #006DE3;
}

.interactiveMap-parent .tabcontentMap ul li a:hover {
    border-bottom: 0.125rem solid #00AEEF;
}

.interactiveMap-parent .tabcontentMap ul li.activeBlue.active a {
    color: #006DE3;
    border-bottom: 0.0625rem solid transparent;
}

.interactiveMap-parent .map-filter-title {
    border: 0.0625rem solid transparent;
}

.interactiveMap-parent .map-teaser-title p {
    color: #404040;
    font-family: 'Effra-Regular';
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 150%;
    margin: 0rem 11.75rem 1rem 3.375rem;
    text-align: left;
}

.interactiveMap-parent .map-filter-title p {
    color: #004476;
    font-family: 'Effra-Bold';
    font-size: 1rem;
    font-style: normal;
    line-height: 1rem;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    text-align: left;
    margin: 0rem 11.875rem 1rem 3.375rem;
    width: 70%;
}

.map-close-button {
    display: none;
    background-color: rgb(245, 245, 245);
    border-radius: 1.875rem;
    box-shadow: rgba(0, 0, 0, 0.05) 0rem 0.125rem 0.25rem 0rem;
    cursor: pointer;
    padding: 0.5rem;
    text-align: center;
    margin: 1rem 0rem 0rem 1rem;
    position: relative;
    top: 3.5rem;
    z-index: 1;
    border: none;
}

.map-close-button img {
    width: 1.5rem;
    height: 1.5rem;
}

.gm-style-mtc, .gm-style-cc, .gm-style a[href^="https://maps.google.com/maps"] {
    display: none !important;
}

.interactiveMap-parent.filter-wo-map .tabcontentMap ul {
    height: auto;
    margin: 1.875rem 0rem 2.25rem 3.375rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.interactiveMap-parent.filter-wo-map .tabcontentMap .map-ul-item li a {
    color: #006DE3;
}

.interactiveMap-parent.filter-wo-map .interactiveMap-title-icon {
    display: none;
}

.interactiveMap-parent.filter-wo-map .flex-item-left-parent {
    border-radius: 0rem;
}

.interactiveMap-parent.filter-wo-map .tabcontentMap {
    height: auto;
}

.interactiveMap-parent.filter-wo-map .interactiveMap-title p {
    line-height: 2.48rem;
    margin: 1rem 0rem 1.5rem 3.5rem;
}

#interactive-map .yNHHyP-marker-view{
    outline: 0;
}


@media only screen and (min-width: 1360px) {
    .interactiveMap-parent .tabcontentMap ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 1025px) {
    #interactive-map {
        height: 950px;
    }

    .flex-item-right-img.map-device, .map-close-button {
        display: block;
    }

    .interactiveMap-parent.flex-container {
        flex-direction: column-reverse;
    }

    .interactiveMap-parent .flex-item-left-parent {
        display: none;
        width: 100%;
        position: absolute;
        z-index: 999;
        border-radius: 2.5rem 2.5rem 0rem 0rem;
    }

    .interactiveMap-parent .flex-item-left {
        display: none;
        height: 52vh;
        border-radius: 0rem;
    }

    .interactiveMap-parent .flex-item-right-img.map-device {
        height: auto;
    }

    .interactiveMap-parent .flex-item-right-img.map-device img {
        height: auto;
        width: 98%;
        padding: 1rem;
        margin-bottom: 0.5rem;
    }

    .map-desktop {
        display: none;
    }

    .interactiveMap-parent .tabcontentMap ul {
        width: 50%;
        height: 36vh;
    }

    .interactiveMap-parent.filter-wo-map .flex-item-left, .interactiveMap-parent.filter-wo-map .flex-item-left-parent {
        display: block;
        position: relative;
        height: auto;
    }

    .interactiveMapIconDwn {
        transform: rotate(0deg) !important;
    }

    .interactiveMap-title-icon img {
        transform: rotate(180deg);
		max-width: 80%;
    }

    .interactiveMap-title-icon {
        display: block;
    }

    .interactiveMap-parent .interactiveMap-title {
        display: flex;
        align-items: center;
    }

    .interactiveMap-parent.filter-wo-map .tabcontentMap ul {
        margin: 1.875rem 1.5rem 2.25rem 1.5rem;
    }

    .interactiveMap-parent.filter-wo-map .tab {
        margin-left: 1.5rem;
    }

    .col__full-width .interactiveMap-parent.flex-container {
        position: relative;
    }

    .interactiveMap-parent.flex-container {
        background: none;
    }

}

@media only screen and (max-width: 767px) {
    #interactive-map {
        height: 725px;
    }

    .property.highlight .details {
        display: inline-grid;
        margin-left: -7rem;
        margin-top: 4.375rem;
        position: absolute;
    }

    .property.highlight {
        position: absolute;
        display: flex;
        margin-left: -1.5625rem;
        margin-top: -4.6875rem;
        display: grid;
    }

    .map-desktop .icon {
        display: inline-grid;
    }

    .property.highlight .icon::before {
        width: 27px;
        height: 43px;
    }

    .property .details .marker-country {
                font-size:14px;
                line-height:100%;
            }

    .property .details .marker-city {
                font-size:24px;
                line-height:116%;
            }

    .property .details .marker-address {
                font-size:18px;
                line-height:150%;
            }
    .interactiveMap-parent .interactiveMap-title p {
              font-size:30px;
              line-height:100%;
        margin: 0.75rem 1rem 0.75rem 1rem;
    }

    .interactiveMap-parent .flex-item-left-parent {
        border-radius: 1rem 1rem 0rem 0rem;
    }

    .interactiveMap-parent .map-teaser-title p {
        margin: -0.25rem 1rem 0rem 1rem;
    }

    .interactiveMap-parent .map-filter-title p {
        font-size:14px;
        line-height:100%;
        margin: 0.75rem 1rem 1rem 1rem;
    }

    .interactiveMap-parent .tab {     
        margin: 0rem 1rem 1rem 1rem;
        overflow-x: scroll;
        position: relative;
        padding-bottom: 0.75rem;
    }
    .interactiveMap-parent .tab button {
        font-size:16px;
        line-height:100%;
    }

    .interactiveMap-parent .tabcontentMap {
        height: 34vh;
        overflow-y: scroll;
    }

    .interactiveMap-parent .tabcontentMap ul {
        width: 89%;
        height: auto;
        margin: 1.5rem 0rem 1rem 1rem;
    }
    .interactiveMap-parent .tabcontentMap .map-ul-item li a{
    font-size:18px;
    line-height:150%;
    }
    .interactiveMap-parent.filter-wo-map .tabcontentMap ul {
        width: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 1.5rem 1.5rem 2.25rem 1rem;
    }

    .interactiveMap-parent.filter-wo-map .tabcontentMap, .interactiveMap-parent.filter-wo-map .flex-item-left {
        height: auto;
        display: block;
    }

    .interactiveMap-parent .interactiveMap-title {
        display: flex;
        align-items: center;
    }

    .interactiveMap-title-icon {
        display: block;
    }

    .interactiveMap-parent.filter-wo-map .map-teaser-title p {
        margin: 0.75rem 1rem 1rem 1rem;
    }

    .interactiveMap-parent.filter-wo-map .interactiveMap-title p {
        margin: 1rem 1.5rem 0.75rem 1rem;
    }

    .interactiveMap-parent .flex-item-right-img.map-device {
        background: #F5F5F5;
        margin: 0rem 1rem 1.5rem 1rem;
    }

    .col__full-width .interactiveMap-parent .flex-item-right-img.map-device {
        margin: 0rem 0rem 1.5rem 0rem;
    }

    .interactiveMap-parent.filter-wo-map .tab {
        margin-left: 1rem;
        padding-bottom: 0.75rem;
    }

}

@media only screen and (max-width: 360px) {
    .interactiveMap-parent .flex-item-left {
        height: 83vh;
    }

    .interactiveMap-parent .tabcontentMap {
        height: 60vh;
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 320px) {
    .property.highlight .details {
        width: 15rem;
        margin-left: -5.875rem;
    }

    .interactiveMap-parent .interactiveMap-title p {
        margin: 0.75rem 0rem 0.75rem 1rem;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .interactiveMap-parent .flex-item-left-parent {
        border-radius: 1rem 1rem 0rem 0rem;
    }

    .interactiveMap-parent .interactiveMap-title p {
       margin: 0.75rem 8.0625rem 0.75rem 1.5rem;
    }

    .interactiveMap-parent .map-teaser-title p {
        margin: 0rem 1.5rem 1rem 1.5rem;
    }

    .interactiveMap-parent .tab {
        margin: 0rem 3.3125rem 1rem 1.5rem;
    }

    .interactiveMap-parent .tabcontentMap ul {
        width: 93%;
        height: auto;
        margin: 1.5rem 0rem 2.25rem 1.5rem;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .interactiveMap-parent .tabcontentMap {
        height: 34vh;
    }

    .interactiveMap-parent .interactiveMap-title {
        display: flex;
        align-items: center;
    }

    .interactiveMap-title-icon {
        display: block;
    }

    .interactiveMapIconDwn {
        transform: rotate(180deg);
    }

    .interactiveMap-parent.filter-wo-map .interactiveMap-title p {
        margin: 1rem 1.5rem 0.75rem 1.5rem;
    }

    .interactiveMap-parent.filter-wo-map .map-filter-title p {
        margin: 0.75rem 1.5rem 1rem 1.5rem;
    }

    .interactiveMap-parent .map-filter-title p {
        margin: 0.75rem 1.5rem 1rem 1.5rem;
    }

    .interactiveMap-parent .flex-item-right-img.map-device {
        margin: 1rem 6.0625rem 3rem 6.0625rem;
        background: #F5F5F5;
    }


}

@media only screen and (min-device-width: 768px) and (max-width: 1024px) and (max-device-width: 1024px) and (orientation: landscape) {
    .interactiveMap-parent .interactiveMap-title p {
        margin: 2.25rem 7.125rem 2.25rem 1.5rem;
    }

    .interactiveMap-parent .tabcontentMap ul {
        width: 93%;
        height: auto;
        margin: 1.5rem 0rem 2.25rem 1.5rem;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .interactiveMap-parent .tabcontentMap {
        height: 34vh;
    }

    .interactiveMap-parent.filter-wo-map .map-teaser-title p {
        margin: 0.75rem 1rem 1rem 1.5rem;
    }

    .interactiveMap-parent.filter-wo-map .interactiveMap-title p {
        margin: 1rem 1.5rem 0.75rem 1.5rem;
    }

    .col__full-width .interactiveMap-parent .flex-item-right-img.map-device img {
        width: 98%;
    }

    .col__full-width .interactiveMap-parent .tabcontentMap ul {
        margin: 1.5rem 0rem 2.25rem 3.375rem;
    }

    .interactiveMap-parent .map-filter-title p {
        margin: 0rem 3.375rem 1rem 1.5rem;
    }

    .interactiveMap-parent .tab {
        margin: 0rem 3.3125rem 1rem 1.5rem;
    }

    .interactiveMap-parent .map-teaser-title p {
        margin: 0rem 11.75rem 1rem 1.5rem;
    }

    .interactiveMap-parent .flex-item-right-img.map-device {
        margin: 1rem 6.0625rem 3rem 6.0625rem;
        background: #F5F5F5;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    .interactiveMap-parent .interactiveMap-title p {
       margin: 0.75rem 10rem 0.75rem 1.5rem;
    }

    .interactiveMap-parent .tabcontentMap ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .interactiveMap-parent .flex-item-right-img.map-device {
        margin: 1rem 6.0625rem 3rem 6.0625rem;
        background: #F5F5F5;
    }
}

@media only screen and (min-device-width: 412px) and (max-width: 915px) and (max-device-width: 915px) and (orientation: landscape) {
    .interactiveMap-parent .flex-item-left {
        display: none;
        height: auto;
        border-radius: 0rem;
    }

    .interactiveMap-parent .tabcontentMap {
        height: 60vh;
    }
}

@media only screen and (min-device-width: 390px) and (max-width: 844px) and (max-device-width: 844px) and (orientation: landscape) {
    .interactiveMap-parent .flex-item-left {
        display: none;
        height: auto;
        border-radius: 0rem;
    }

    .interactiveMap-parent .tabcontentMap {
        height: 60vh;
    }

    .interactiveMap-parent .map-teaser-title p {
        margin: 0rem 11.75rem 1rem 1.5rem;
    }

    .interactiveMap-parent .interactiveMap-title p {
        margin: 2.25rem 5.25rem 2.25rem 1.5rem;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 658px) and (orientation: landscape) {
    .interactiveMap-parent .interactiveMap-title p {
        margin: 2.25rem 3.375rem 2.25rem 1rem;
    }

    .interactiveMap-parent .map-teaser-title p {
        margin: 0rem 11.75rem 1rem 1rem;
    }

    .interactiveMap-parent .flex-item-right-img.map-device img {
        width: 100%;
    }
}
.flipSide-container-parent {
    position: relative;
}

.flipSide-container-parent .flipSide-inside-parent {
    float: left;
    left: 0rem;
    bottom: 0rem;
    z-index: 1000;
    padding: 0.313rem;
    color: #FFFFFF;
    font-weight: bold;
    height: auto;
    width: 100%;
}

.flipSide-container-parent .flipSide-item-right-parent {
    background-color: #1a2142;
}

.flipSide-container-parent .flipSide-item-left {
    padding: 3.5rem 3.5rem 0rem 3.5rem;
    flex: 50%;
    position: absolute;
    transform: translateY(-100%);
    margin-left: 0;
    display: flex;
    flex-direction: column;
    background-color: #1a2142;
}

.flipSide-container-parent .flipSide-item-left a {
    text-decoration: none;
}

.flipSide-container-parent .flipSide-text {
    font-family: Effra-Regular;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
    text-decoration: none;
}

.flipSide-container-parent .flipSide-item-left img {
    width: 18rem;
    height: 18rem;
}

.flipSide-container-parent .flipSide-item-right {
    background-color: #1a2142;
    flex: auto;
    display: flex;
}

.flipSide-container-parent .flipSideBackground-image img {
    width: 100%;
    height: 26.5rem;
    max-height: 100%;
    max-width: 100%;
    position: relative;
}

.flipSide-container-parent .flipSide-item-right-p {
    width: 50%;
    display: inline-block;
    padding: 3.5rem 0rem 1.5rem 3.5rem;
}

.flipSide-container-parent .flipSide-item-right-p p {
    font-family: Effra-Regular;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
}

.flipSide-container-parent .flipSide-item-right-icons {
    display: inline-block;
    width: 50%;
}

.flipSide-container-parent .flipSide-social-icons ul {
    flex-flow: row wrap;
    list-style: none;
    margin: 1rem 0 0 0;
    padding: 0;

    display: grid;
    grid-template-columns: repeat(2, minmax(48%, 1fr));
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1rem;
}

.flipSide-container-parent .flipSide-social-icons img {
    width: auto;
    height: 2.25rem;
}

.flipSide-container-parent .flipSide-carat {
    position: relative;
    content: "";
    display: inline-block;
    width: 0.488rem;
    height: 0.488rem;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(-132deg);
    margin: 0;
}

.flipSide-container-parent .flipSide-social-icons h2 {
    font-family: Effra-Regular;
    font-size: 1rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.063rem;
    text-align: left;
    color: #fff;
}

.flipSide-container-parent .flipSide-social-icons {
    padding: 3.5rem 3.5rem 1.5rem 7.563rem;
}

@media only screen and (max-width: 746px) {
    .flipSide-container-parent .flipSide-item-left {
        padding: 2rem 1rem 2rem 1rem;
        flex: 50%;
        position: relative;
        transform: translateY(0%);
        margin-left: 0;
    }

    .flipSide-container-parent .flipSide-item-right-p {
        width: auto;
        display: block;
        padding: 0 1rem 2.5rem 1rem;
    }

    .flipSide-container-parent .flipSide-item-right {
        flex: auto;
        display: flex;
        flex-direction: column;
    }

    .flipSide-container-parent .flipSide-social-icons {
        padding: 0rem 0rem 2rem 1rem;
    }

    .flipSide-container-parent .flipSide-social-icons ul {
        grid-column-gap: 1rem;
    }

    .flipSide-container-parent .flipSide-item-left a {
        margin-bottom: 2rem;
    }

    .flipSide-container-parent .flipSide-item-left img {
        width: 84.76px;
        height: 72px;
    }

}

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

    .flipSide-container-parent .flipSide-item-left {
        padding: 3rem 1.5rem 0rem 1.5rem;
        position: relative;
        transform: none;
    }

    .flipSide-container-parent .flipSide-item-right {
        flex-direction: column;
    }

    .flipSide-container-parent .flipSide-item-right-p {
        width: auto;
        padding: 2.5rem 1.5rem 2.5rem 1.5rem;
    }

    .flipSide-container-parent .flipSide-social-icons ul {
        display: flex;
        list-style: none;
        margin: 1rem 0 0 0;
        padding: 0;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .flipSide-container-parent .flipSide-social-icons {
        padding: 0rem 0rem 3rem 1.5rem;
    }

    .flipSide-container-parent .flipSide-series {
        margin-bottom: 2.5rem;
    }
}

@media only screen and (min-width: 1920px) {
    .flipSide-container-parent .flipSideBackground-image img {
        height: 27.75rem;
    }
}

@media only screen and (min-width: 3000px) {
    .flipSide-container-parent .flipSide-item-left {
        flex: 50%;
        margin-left: 27%;
    }

    .col-lg-11 .flipSide-container-parent .flipSide-item-left {
        margin-left: 0;
    }

    .flipSide-container-parent .flipSide-item-left img {
        width: 19.5rem;
        height: 16.6rem;
    }

    .flipSide-container-parent .flipSide-item-right {
        width: 45%;
        margin: auto;
    }

    .col-lg-11 .flipSide-container-parent .flipSide-item-right {
        width: auto;
        margin: auto;
    }

	.flipSide-container-parent .flipSideBackground-image img {
        height: auto;
        max-height: 43.75rem;
    }

}

@media only screen and (min-width: 3840px) {
    .flipSide-container-parent .flipSide-item-left img {
        width: 26.50rem;
        height: 22.6rem;
    }
}
.newsEventContainer_news {
    word-break: break-word;
    padding: 1rem 3.5rem 1.5rem 3.5rem;
    border: 1px solid transparent;
    max-width: 1920px;
    margin: 0 auto;
}

.newsContainerRow .newsEventContainer_news {
    padding: 0;
}

.newsEventContainer_news .newsRow {
    display: flex;
    gap: 1.5rem;
    flex-direction: row;
    border: 1px solid transparent;
    margin-bottom: 1.5rem;
}

.newsEventContainer_news .news_line {
    border: 2px solid #C0C0C0;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.newsEventContainer_news .news_newsTitle {
    font-family: Effra-Bold;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.981rem;
    letter-spacing: -1px;
    color: #000000;
}

.newsEventContainer_news .news_image {
    width: 23.75rem;
    height: auto;
    margin-bottom: 0;
    padding-left: 0;
}

.newsEventContainer_news .newsLink {
    height: 100%;
}

.newsEventContainer_news .news_image img {
    width: 100%;
    height: 100%;
    min-width: 372px;
    min-height: 250px;
}

.newsEventContainer_news .newsItem_right {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.newsEventContainer_news .newsRowBtn-more {
    margin-right: 1.5rem;
    font-family: Effra-Regular;
    font-size: 1rem;
    color: #FFFFFF;
    letter-spacing: normal;
    line-height: 1rem;
    text-decoration: none;
    align-self: center;
    background: #006DE3;
    padding: 0.5rem 0.938rem 0.5rem 0.938rem;
    border-radius: 30px;
    width: fit-content;
    display: block;
    margin: auto;
}

.newsEventContainer_news .newsItem_right h3 {
    font-size: 1rem;
    margin: 1.25rem 0rem 0rem 0rem;
    color: #006DE3;
    font-family: Effra-Bold;
    font-weight: normal;
    line-height: 1rem;
    letter-spacing: 1px;
}


.newsEventContainer_news .newsItem_right .newsItem_teaser {
    margin: 1rem 0rem 0rem 0rem;
    font-size: 1rem;
    color: #000000;
    text-decoration: none;
    font-family: Effra-Regular;
    font-weight: normal;
    line-height: 1.5rem;
	width: 97%;
}

.newsEventContainer_news>div:nth-of-type(odd), .newsEventContainer_news .newsContainerRow>div:nth-of-type(even) {
    background: #ECECEC;
}

.newsEventContainer_news .news_teaser {
    background: transparent !important;
    margin-bottom: 2rem;
}

.newsEventContainer_news .news_teaser p {
    font-size: 1.25rem;
    color: #000000;
    text-decoration: none;
    font-family: Effra-Regular;
    font-weight: normal;
    line-height: 1.875rem;
    letter-spacing: -1px;
}

.newsEventContainer_news .newsRowBtn {
    top: 0.5rem;
    position: relative;
}

.newsEventContainer_news .newsItem_right a, .newsItem_right h2 {
    font-size: 2rem;
    color: #000000;
    text-decoration: none;
    font-family: Effra-Bold;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -1px;
	margin-top: 0.5rem;
    width: 97%;
}

.new-design-newsarticle-page .newsEventContainer_news {
    max-width: 1240px !important;
}

@media only screen and (max-device-width: 767px) {
    .newsEventContainer_news .newsRow {
        display: flex;
        gap: 1.5rem;
        flex-direction: column;
    }

    .newsEventContainer_news .news_image img {
        min-width: auto;
        min-height: 209px;
    }

    .newsEventContainer_news .news_image {
        width: auto;
    }

    .newsEventContainer_news {
        padding: 16px 16px 24px 16px;
    }

    .newsEventContainer_news .newsItem_right h3 {
        margin: 1.5rem 1.56rem 0.5rem 1.56rem;
    }

    .newsItem_right h2 {
        margin: 0.25rem 1.56rem 0rem 1.56rem;
    }

    .newsEventContainer_news .newsItem_right .newsItem_teaser {
        margin: 1rem 1.56rem 1rem 1.56rem;
    }
	
	.newsEventContainer_news #news-articles-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .new-design-newsarticle-page .newsEventContainer_news {
        max-width: 96% !important;
    }

    .newsEventContainer_news .newsItem_right a, .newsItem_right h2, .newsEventContainer_news .newsItem_right .newsItem_teaser {
        width: 92%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .newsEventContainer_news .news_image img {
        min-width: 286px;
        min-height: 231px;
    }

    .newsEventContainer_news {
        padding: 1rem 2.66rem 1.5rem 2.5rem;
    }
	
	.newsEventContainer_news #news-articles-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .new-design-newsarticle-page .newsEventContainer_news {
        max-width: 92% !important;
    }
	
	.newsEventContainer_news .newsRow {
        gap: 8.5rem;
    }
	
	.newsEventContainer_news .newsItem_right .newsItem_teaser {
        display: none;
    }
	
	.newsEventContainer_news .newsItem_right a, .newsItem_right h2 {
        font-size: 28px;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .newsEventContainer_news .news_image img {
        min-width: 380px;
        min-height: 231px;
    }

    .newsEventContainer_news #news-articles-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .new-design-newsarticle-page .newsEventContainer_news {
        max-width: 92% !important;
    }
	
	.newsEventContainer_news .newsRow {
        gap: 8.5rem;
    }
	
	.newsEventContainer_news .newsItem_right .newsItem_teaser {
        display: none;
    }

}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .newsEventContainer_news .newsRow {
        gap: 8rem;
    }
}

@media only screen and (min-width: 1500px) {
    .newsEventContainer_news .news_image img {
        min-width: 446px;
        min-height: 298px;
    }

    .newsEventContainer_news .newsRow {
        gap: 2rem;
    }

    .newsEventContainer_news .newsItem_right a, .newsItem_right h2 {
        line-height: 2.58rem;
    }
}


@media only screen and (min-width: 1920px) {
    .newsEventContainer_news .newsRow {
        gap: 9.5rem;
    }

    .newsEventContainer_news .news_image img {
        min-width: 559px;
        min-height: 340px;
    }
	
	.new-design-newsarticle-page .newsEventContainer_news {
        max-width: 100em !important;
    }

    .new-design-newsarticle-page .newsEventContainer_news .news_newsTitle, .new-design-newsarticle-page .newsEventContainer_news .news_teaser {
        /* width: 50%; */
        margin-right: auto;
        margin-left: auto;
    }

    .new-design-newsarticle-page .newsEventContainer_news #news-articles-container {
        max-width: none;
    }
}

@media only screen and (min-width: 3840px) {
    .newsEventContainer_news .newsRow {
        gap: 7rem;
    }
	
	.new-design-newsarticle-page .newsEventContainer_news {
        max-width: 51% !important;
    }
}
.newsEventContainer_events {
    word-break: break-word;
    padding: 1.5rem 3.5rem 1.5rem 3.5rem;
    border: 1px solid transparent;
    max-width: 1920px;
    margin: 0 auto;
}

.eventsContainerRow .newsEventContainer_events {
    padding: 0;
}

.newsEventContainer_events .eventsRow {
    width: 32%;
    border: 1px solid transparent;
    margin-bottom: 1.5rem;
}

.newsEventContainer_events .events_line {
    border: 2px solid #C0C0C0;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}

.newsEventContainer_events  .events_newsTitle {
    font-family: Effra-Bold;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.981rem;
    letter-spacing: -1px;
    color: #000000;
}

.newsEventContainer_events .events_image {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
    min-width: 373px;
    min-height: 209px;
    height: auto;
}

.container .newsEventContainer_events .events_image, .col__90-width .newsEventContainer_events .events_image {
    min-width: 338px;
}

.newsEventContainer_events .events-arrow-right {
    padding-left: 0.5rem;
    background: url("ibhomepage/images/caret-right-next-blue-icon.svg") no-repeat right;
    background-size: 8px;
    background-position: 15% 2px;
    margin-left: 2.875rem; 
}

.newsEventContainer_events .eventsRowBtn {
    margin: 1.5rem 0rem 1.5rem 0rem;
}

.newsEventContainer_events .events-arrow-left {
    padding-left: 2.25rem;
    background: url("ibhomepage/images/caret-left-back-blue-icon.svg") no-repeat right;
    background-size: 8px;
    background-position: 0% 3px;
    margin-left: 0rem;
    margin-right: 1rem;
}

.newsEventContainer_events .events-arrow-left.btn_disabled {
    padding-left: 2.25rem;
    background: url("ibhomepage/images/caret-left-back-grey-icon.svg") no-repeat right;
    background-size: 8px;
    background-position: 0% 3px;
    margin-left: auto;
    margin-right: 1rem;
}

.newsEventContainer_events .events-arrow-left.btn_disabled:hover {
    filter: invert(27%) sepia(70%) saturate(2193%) hue-rotate(119deg) brightness(0%) contrast(2%);
}

.newsEventContainer_events .events-arrow-left:hover, .newsEventContainer_events .events-arrow-right:hover {
    filter: invert(27%) sepia(70%) saturate(2193%) hue-rotate(119deg) brightness(75%) contrast(246%);
}

.newsEventContainer_events #currentDate {
    font-family: Effra-Regular;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000000;
}

.newsEventContainer_events .eventsLink {
    height: 100%;
}

.newsEventContainer_events .events_image img {
    width: 100%;
    height: 100%;
	max-width: 373px;
    max-height: 209px;
}

.newsEventContainer_events .eventsItem_right {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.newsEventContainer_events .eventsItem_right p:first-of-type {
    font-size: 1.25rem;
    color: #404040;
    line-height: 1.5rem;
    font-family: Effra-Regular;
    margin-bottom: 1rem;
}

.newsEventContainer_events .eventsItem_right h2 {
    font-size: 2rem;
    color: #000000;
    text-decoration: none;
    font-family: Effra-Bold;
    font-weight: normal;
    line-height: 2.481rem;
    letter-spacing: -1px;
    margin: 1rem 0rem 1rem 0rem;
}

.newsEventContainer_events .eventsItem_right  p{
    font-size: 1rem;
    color: #404040;
    line-height: 1.5rem;
}

.newsEventContainer_events .eventsItem_right a{
    font-size: 1rem;
    line-height: 1.5rem;
    text-decoration: none;
}

.newsEventContainer_events .events_teaser p {
    font-size: 1.25rem;
    color: #404040;
    text-decoration: none;
    font-family: Effra-Regular;
    font-weight: normal;
    line-height: 1.875rem;
    margin-bottom: 2rem;
}


.newsEventContainer_events .eventsRowBtn-more {
    margin-right: 1.5rem;
    font-family: Effra-Regular;
    font-size: 1rem;
    color: #FFFFFF;
    letter-spacing: normal;
    line-height: 1rem;
    text-decoration: none;
    align-self: center;
    background: #006DE3;
    padding: 0.5rem 0.938rem 0.5rem 0.938rem;
    border-radius: 30px;
    width: fit-content;
    display: block;
    margin: auto;
}

.newsEventContainer_events .eventsRow_month {
    margin: auto;
    display: block;
}

.newsEventContainer_events .events_month_child {
    width: fit-content;
    margin: auto;
    margin-bottom: 2.25rem;
}

.newsEventContainer_events .eventsRow_parent {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

/* News Article page start */
.new-design-newsarticle-page .newsEventContainer_events {
    max-width: 1240px !important;
}

.new-design-newsarticle-page .newsEventContainer_events .eventsRow_parent {
    column-gap: 20px;
    position: relative;
    left: 11px;
}

.new-design-newsarticle-page .events_teaser, .new-design-newsarticle-page .newsEventContainer_events .events_line, 
.new-design-newsarticle-page .newsEventContainer_events .events_newsTitle {
    position: relative;
    left: 11px;
}
/* News Article page end */

@media only screen and (max-device-width: 767px) {

    .newsEventContainer_events .eventsRow {
        width: 100%;
    }

    .newsEventContainer_events {
        padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    }

    .newsEventContainer_events .events_month_child {
        width: fit-content;
    }

    .newsEventContainer_events .events_image {
        min-width: auto;
    }

    .newsEventContainer_events .events-arrow-left {
        margin-right: 1rem;
    }

    .newsEventContainer_events .events-arrow-left, .newsEventContainer_events .events-arrow-right, 
    .newsEventContainer_events .events-arrow-left.btn_disabled {
        background-size: 4px;
    }
	
	.newsEventContainer_events .events_image img {
        max-width: none;
        max-height: none;
    }
	
	/* News Article page start */
    .new-design-newsarticle-page .newsEventContainer_events {
        max-width: 97% !important;
    }

    .new-design-newsarticle-page .events_teaser, .new-design-newsarticle-page .newsEventContainer_events .events_line, 
    .new-design-newsarticle-page .newsEventContainer_events .events_newsTitle, .new-design-newsarticle-page .newsEventContainer_events .eventsRow_parent {
        left: 3px;
    }
    /* News Article page end */


}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .newsEventContainer_events .eventsRow {
        width: 48%;
    }

    .newsEventContainer_events .events_image {
        min-width: auto;
        min-height: auto;
    }

    .newsEventContainer_events .events-arrow-left {
        margin-right: 1rem;
    }

    .newsEventContainer_events .events_month_child {
        width: fit-content;
    }

    .newsEventContainer_events .events-arrow-left, .newsEventContainer_events .events-arrow-left.btn_disabled {
        background-size: 5px;
        background-position: 0% 1px;
    }

    .newsEventContainer_events .events-arrow-right {
        background-size: 5px;
        background-position: 20% 1px;
    }
	
	.container .newsEventContainer_events .events_image, .col__90-width .newsEventContainer_events .events_image {
        min-width: 272px;
    }
	
	.newsEventContainer_events .events_image img {
        max-width: none;
        max-height: none;
    }
	
	/* News Article page start */
    .new-design-newsarticle-page .newsEventContainer_events {
        max-width: 97% !important;
    }

    .new-design-newsarticle-page .events_teaser, .new-design-newsarticle-page .newsEventContainer_events .events_line, 
    .new-design-newsarticle-page .newsEventContainer_events .events_newsTitle, .new-design-newsarticle-page .newsEventContainer_events .eventsRow_parent {
        left: 20px;
    }
	
	.new-design-newsarticle-page .newsEventContainer_events .eventsRow_month {
        margin-left: 20px;
    }
    /* News Article page end */

}


@media only screen and (min-width: 1500px) {
    .newsEventContainer_events .events_image img {
        max-width: 556.82px;
        max-height: 312px;
    }
}

@media only screen and (min-width: 1700px) {
    .col__90-width .newsEventContainer_events .eventsRow_parent, .container .newsEventContainer_events .eventsRow_parent, .newsEventContainer_events .eventsRow_parent {
        column-gap: 26px;
    }
}

@media only screen and (min-width: 1920px) {
    .newsEventContainer_events .events_image {
        min-width: 558px;
        min-height: 312px;
    }

    .newsEventContainer_events .eventsRow_parent {
        column-gap: 32px;
    }

    .newsEventContainer_events .eventsRow_month {
        margin-right: 18px;
    }
	
	/* News Article page start */
    .new-design-newsarticle-page .newsEventContainer_events {
        max-width: 100em !important;
        column-gap: 33px;
    }

    .new-design-newsarticle-page .newsEventContainer_events .events_newsTitle {
        position: relative;
        left: 17px;
    }

    .new-design-newsarticle-page .newsEventContainer_events .events_line {
        position: relative;
        left: 17px;
        width: 98%;
    }

    .new-design-newsarticle-page .events_teaser, .new-design-newsarticle-page .newsEventContainer_events .eventsRow_parent {
        position: relative;
        left: 17px;
    }
	
	.new-design-newsarticle-page .newsEventContainer_events .eventsRow_month {
        margin-right: 1vw;
    }
    /* News Article page end */
}

@media only screen and (min-width: 2500px) {
    .new-design-newsarticle-page .newsEventContainer_events .eventsRow_month {
        margin-right: 3vw;
    }
}

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

    .new-design-newsarticle-page .newsEventContainer_events {
        max-width: 51% !important;
    }

    .new-design-newsarticle-page .newsEventContainer_events .events_line {
        width: 95%;
    }
	
	.new-design-newsarticle-page .newsEventContainer_events .eventsRow_month {
        margin-right: 2vw;
    }
}
