.row__full-bleed {
    max-width: 100%;
    *zoom: 1;
}

.hub_background_white{
   background: #ffffff;
   margin-left: auto;
   margin-right: auto;
   max-width: 80em;
}

.hub_background_barclaysblue{
   background: #1a2142;
   margin-left: auto;
   margin-right: auto;
   max-width: 80em;
}

.row {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 80em;
    padding-left: 46.5px;
    padding-right: 46.5px;
    width: 100%;
    *zoom: 1;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row: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;
}

@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;
 }

}


@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: 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;
    margin-left: 0px;
    vertical-align: middle;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
 }
 
}

@media only screen and (max-width: 1024px)  {
	.new-design-template.new-design-feature-page .link__page_holder,
	.new-design-template.new-design-utility-page .link__page_holder {
		margin-left: 15px;
	}
}

/*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;
}

@media only screen and (max-width: 480px)  {
	.new-design-template .search-results .search-results__filter {
	    width: 54%;
	    min-width: 170px;
	}
}

@media only screen and (max-width: 360px){
	.new-design-template .search-results .search-results__filter {
	    width: 50%;
	    min-width: 170px;
	}
}

@media only screen and (max-width: 359px) and (min-width: 320px) {
	.new-design-template .search-results .search-results__filter {
	    width: 47%;
	    min-width: 130px;
	}
}
/*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: 80em;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.ib-hero-content {
    position: absolute;
    padding: 0px 40px 0px 16px;
    width: 48%;
    top: 0px;
    height: 85.55%;
}

.ib-hero-content.regular-style {
    padding: 0px 60px 0px 76px;
    width: 52%;
    top: 54px;
    height: 85.55%;
}

.ib-hero-content.immersive-style .ib-hero-content-child {
    position: relative;
    top: 0px;
    transform: none;
}

.ib-hero-content.immersive-style.hero-no-media-id .ib-hero-content-child{
    top: 65px;
}

.ib-hero-image.immersive-style img {
    height: auto;
    min-height: 600px;
}

.ib-hero-header.immersive-style {
    width: 100%;
}

.ib-hero-teaser.immersive-style p {
    margin: 0 0 40px 0;
}

.ib-hero-header.immersive-style {
    margin-top: 17px;
    margin-bottom: 25px;
}

.ib-hero-content-child {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.ib-hero-content-wrapper {
    padding-left: 54px;
}

.ib-home-hero-content-type-mobile {
    display: none;
}

.ib-hero-content.titlealign-right {
    right: 40px;
}

.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;
    font-family: Effra-Bold;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #ffffff;
}

.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-pagetype.regular-style {
    margin-bottom: 16.3px;
}

.ib-hero-header {
    color: #ffffff;
    margin: 4px 0;
    word-break: break-word;
    font-family: Effra-Bold;
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: -2px;
}

.ib-hero-header.regular-style {
    margin-bottom: 24px;
    width: 100%;
}

.ib-hero-teaser.regular-style {
    margin-bottom: 40px;
}

.ib-hero-teaser p {
    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;
    margin: 16px 0;
}

.ib-hero-button {
    margin-top: 24px;

}

.ib-hero-button a.btn {
    border: #000000;
    background-color: #006de3;
    font-family: Effra-Regular;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
    padding: 10.5px 40px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    box-shadow: none;
    width: auto;
    height: auto;
    padding: 15px 24px 17px;
    border-radius: 30px;
    font-size: 16px;
}

.ib-hero-button a.btn:hover {
    background-color: #005BBE;
}

.ib-hero-image img {
    width: 100%;
    vertical-align: middle;
    height: 640px
}

.ib-hero-container.active-blue-edges{
    border: 54px solid #00aeef;
	background: #00aeef;
	display: block;
}

.ib-home-hero-content-type-desktop pre {
    font-family: Effra-Bold;
    font-size: 14px;
}

.ib-home-hero-content-type-mobile pre{
	 font-family: Effra-Bold;
}
.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-button.hero-media-id {
    margin-top: 0;
    z-index:999;
	position:absolute;
}
.ib-hero-pagetype.hero-media-id  {
    margin-top:123px;
}
.ib-hero-header.immersive-style.hero-media-id {
    margin-top: 16px;
    margin-bottom: 24px;
}

.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-header.hero-media-id {
    line-height: 45px;
}

.ib-hero-content.hero-media-id {
    padding: 0px 40px 0px 0px;
     z-index:999;
	position:absolute;
     top:0;

}
.ib-hero-video-control-play{
   background: url(ibhomepage/images/icon-desktop-pause.png) 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/icon-desktop-play.png) 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:70px;

}
.ib-hero-content.immersive-style {
    background: transparent !important;
}
@media only screen and (min-width: 768px) {
    .ib-hero-header {
        width: 85%;
    }
}


@media only screen and (max-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape ) {
    .ib-hero-content.immersive-style {
        background: transparent !important;
    }
    .ib-hero-content.hero-media-id {
        height: 100%;
    }
    .ib-hero-pagetype.hero-media-id {
        margin-top: 65px;
    }
}
@media only screen and (max-width: 823px) {

    .ib-hero-content-wrapper {
        padding-left: 0px;
        background-color: #1A2142;
    }

    .ib-hero-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .ib-hero-image img, .ib-hero-image.immersive-style img {
        height: auto;
        min-height: auto;
    }

    .ib-hero-content.regular-style, .ib-hero-content.immersive-style {
        position: relative;
        padding: 24px 30px 32px 21px;
        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: 0px;
        transform: none;
    }

    .ib-hero-pagetype.regular-style, .ib-hero-pagetype.immersive-style {
        font-size: 14px;
        margin-bottom: 9px;
        margin-top: 0px;
    }

    .ib-hero-button.hero-media-id{
        position: relative;
    }

    .ib-hero-teaser p {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.57;
        letter-spacing: normal;
        color: #ffffff;
        margin: 4px 0;
    }

    .ib-hero-container.active-blue-edges{
        border: 16px solid #00aeef;
        display: flex;
        flex-direction: column-reverse;
    }

    .ib-hero-button {
        margin-top: 24px;
    }

    .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-content-child {
        position: relative;
        top: 0;
        transform: translateY(0%);
    }

    .ib-hero-header {
        font-family: Effra-Bold;
        color: #00395d;
        margin: 4px 0;
        word-break: break-word;
        font-size: 30px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.13;
        letter-spacing: -1px;
    }

    .ib-hero-header.regular-style {
        margin-bottom: 18px;
    }

    .ib-hero-header.immersive-style {
        margin-top: 0px;
        margin-bottom: 18px;
    }

    .ib-hero-teaser.immersive-style p {
        margin: 0;
    }

    .ib-hero-teaser.regular-style, .ib-hero-teaser.immersive-style {
        margin-bottom: 24px;
    }

    .ib-hero-button a.btn {
        padding: 8px 20px;
    }

    .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-content-wrapper {
        padding-left: 0px;
        background-color: #1A2142;
    }

    .ib-hero-container.active-blue-edges{
        border: 24px solid #00aeef;
    }

    .ib-hero-image.regular-style img, .ib-hero-image.immersive-style img {
        min-height: 352px;
    }

    .ib-hero-content {
        position: relative;
        padding: 20px;
        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.regular-style, .ib-hero-content.immersive-style {
        padding: 31px 62px 32px 32px;
    }

    .ib-hero-pagetype.regular-style, .ib-hero-pagetype.immersive-style {
        margin-bottom: 17px;
    }

    .ib-hero-header.regular-style, .ib-hero-header.immersive-style {
        margin-bottom: 24px;
        font-size: 50px;
        line-height: 0.9;
        letter-spacing: -2px;
    }

    .ib-hero-teaser.regular-style p, .ib-hero-teaser.immersive-style p {
        font-size: 20px;
    }

    .ib-hero-button a.btn {
        padding: 15px 24px 17px;
    }

    .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 {
         padding: 0px 40px 0px 48px;
         z-index:0;
         position:relative;
         top:0;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (max-width: 1024px) and (orientation: landscape) {
    .ib-hero-content-wrapper {
        padding-left: 0px;
        background: #1A2142;
    }

    .ib-hero-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .ib-hero-container.active-blue-edges{
        border: 24px 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;
        padding: 20px;
        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 {
        padding: 31px 62px 32px 32px;
        width: 100%;
        top: 0px;
        position: relative;
    }

    .ib-hero-pagetype.regular-style, .ib-hero-pagetype.immersive-style {
        margin-bottom: 17px;
        margin-top: 0px;
    }

    .ib-hero-header.regular-style, .ib-hero-header.immersive-style {
        margin-bottom: 24px;
        font-size: 50px;
        line-height: 0.9;
        letter-spacing: -2px;
    }

    .ib-hero-teaser.regular-style p, .ib-hero-teaser.immersive-style p {
        font-size: 20px;
    }

    .ib-hero-button a.btn {
        padding: 15px 24px 17px;
    }

    .ib-hero-image.active-blue-edges {
        border: none;
        background: #1A2142;
    }

    .ib-hero-content.immersive-style.hero-media-id {
        background: #1a2142 !important;
        padding-top: 0px;
    }
    .ib-hero-button.hero-media-id {
        position: relative;
    }

}

@media only screen and (min-width: 1152px) and (max-width: 1257px) {

    .ib-hero-container {
        position: relative;
        max-width: 80em;
        margin: 0 auto;
    }

    .ib-hero-content-wrapper {
        margin: 0 auto;
        max-width: 73.125em;
        width: 100%;
    }

    .ib-hero-content.titlealign-right {
        right: 40px;
    }

    .ib-hero-content {
        position: absolute;
        padding: 31px 40px 40px 88px;
        width: 44.60%;
        top: 40px;
        left: 0;
    }

    .ib-hero-content div, .ib-hero-content h1, .ib-hero-content div p {
        color: #ffffff;
    }

    .ib-hero-header {
        margin: 13px 0;
        width: 100%;
    }

    .ib-hero-teaser {
        width: 100%;
    }

    .ib-hero-teaser p {
        font-size: 1.25rem;
        line-height: 1.7;
        margin: 16px 0;
    }

    .ib-hero-pagetype {
        font-size: 0.75rem;
    }
}
@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-content.immersive-style.hero-media-id {
        padding: 0px 32px 32px 32px;
    }   
    .ib-hero-pagetype.hero-media-id  {
        margin-top:0;
    }  
    .ib-hero-button.hero-media-id {
       margin-top: 0;
       z-index:0;
	   position:relative;
     }
     .ib-hero-video-control-play{
         background: url(ibhomepage/images/icon-tab-pause.png) no-repeat right center;
         height:30px;
         width:30px;

    }
   .ib-hero-video-control-pause{
        background: url(ibhomepage/images/icon-tab-play.png) no-repeat right center;
        height:30px;
        width:30px;
     }
    .ib-home-video-buttons{
      	bottom: 46px;
      	right: 16px;
    }

}  
@media only screen and (max-device-width: 767px)  {
   .ib-hero-content.immersive-style.hero-media-id {
        padding: 0px 16px 16px 16px;
    }  
    .ib-hero-header.immersive-style.hero-media-id {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .ib-hero-teaser.immersive-style.hero-media-id {
        margin-bottom: 16px;
    }
    .ib-hero-header.hero-media-id {
        line-height: 34px;
    }
   .ib-hero-video-control-play{
        background: url(ibhomepage/images/icon-mob-pause.png) no-repeat right center;
        height:24px;
        width:24px;
   }
   .ib-hero-video-control-pause{
      background: url(ibhomepage/images/icon-mob-play.png) no-repeat right center;
      height:24px;
      width:24px;
   }
   .ib-home-video-buttons{
      	right:8px;
      	bottom: 35px;
    }
}
@media only screen and (min-width: 1179px) and (max-width: 1200px) {            
.ib-hero-content.hero-media-id {
    padding: 0px 40px 0px 88px;
   }
}
/* Home Hero End*/
.ib-expertise {
	background: #f7f7f7;
    padding: 40px 16px;
    max-width: 80em;
    margin: 0 auto;
}

.ib-expertise.experties-font-color-blue {
	background: #f7f7f7;
    padding: 80px 55px;
    max-width: 80em;
    margin: 0 auto 56px auto;
}

.ib-expertise.experties-font-color-white{
	background: #00395d;
    padding: 80px 55px;
    max-width: 80em;
    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: 80em;
    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: 40px 55px;
    display: flex;
    flex-direction: column;
    max-width: 80em;
    margin: 0 auto;
}

.home-content-title-wrapper {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    word-break: break-word;
}

.home-content-container .home-content-title-wrapper h2 {
	font-family: Effra-Bold;
  	font-size: 3.125rem;
  	font-weight: 900;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 0.9;
  	letter-spacing: -2px;
 	color: #000000;
    margin-bottom: 0;
    flex: 1;
}

.home-content-container a.home-content-read-btn {
	font-family: Effra-Regular;
  	font-size: 1rem;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.13;
    letter-spacing: normal;
  	text-align: right;
  	color: #006DE3;
	text-decoration: none;
	margin-left: 10px;
}

.home-content-container a.home-content-read-btn::after {
	display: inline-block;
    content: '';
    background-image: url("ibhomepage/images/arrow-activeBlue.svg");
    width: 20px;
    height: 18px;
    margin-left: 23px;
    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 31.53%;
    display: flex;
    flex-direction: column;
}

.home-content-container .weeklyInsights_true_child_1 .home-content-copy{
background: #004476 !important;
}

.home-content-weekly-insights h4{
  height: 32px;
  font-family: Effra-Bold;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -1px;
  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: 40px;
    font-weight:bold;
    line-height: 1;
    letter-spacing: -1px;
    color: #ffffff;
    margin-bottom: 8px;
    flex-grow: 0;
}

.home-content-container .weeklyInsights_true_child_1 .home-content-copy p.home-content-item-teaser{
	font-family: Effra-Regular;
    font-size: 14px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 21px;
    flex-grow: 0;
}
.home-content-weekly-insights p{
  font-family: Effra-Bold;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color:#ffffff;
    margin-top:15px;
}
.home-content-item.weeklyInsights_true_child_1 .home-content-item-read-btn{
	font-family: Effra-Regular;
  	font-size: 18px;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 18px;
  	letter-spacing: normal;
  	text-align: center;
  	color: #ffffff;
    background-color: #006DE3;
    border-radius: 30px;
    padding: 10.5px 30px;
	text-decoration: none;
	align-self: baseline;
}

.home-content-img img {
	width: 100%;
	min-height: 90px;
}

.home-content-copy {
	background: #f7f7f7;
    padding: 16px 24px 24px 20px;
    flex: 1 1 auto;
	display: flex;
    flex-direction: column;
    word-break: break-word;
}

.home-content-contenttype {
	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: #006DE3;
    text-transform: uppercase;
    margin-bottom: 8px;                
}

.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: -1px;
  	color: #000000;
    margin-bottom: 8px; 
}

.home-content-container.col3  .home-content-item-title {
	font-family: Effra-Bold;
    font-weight: bold;
  	font-size: 1.875rem;
  	font-weight: 900;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 0.93;
  	letter-spacing: -1px;
  	color: #000000;
    margin-bottom: 8px; 
    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: 24px;
    flex-grow: 1;
}

.home-content-container.col3  .home-content-item-teaser {
    font-family: Effra-Regular;
    font-size: 0.875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #515151;
    margin-bottom: 16px;
    flex-grow: 1;
}

.home-content-item-read-btn {
	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;
    background-color: #006DE3;
    border-radius: 30px;
    padding: 10.5px 30px;
	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/arrow-white.svg");
}

.home-content-container.darkblue .home-content-copy {
    background: #ffffff;
}

.home-content-container.col2 .home-content-item {
	flex: 0 1 48.63%;
}

/*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 {
        padding: 32px 22px;
    }

    .home-content-container.col3 .home-content-wrapper .home-content-item {
		flex: 0 1 48.48%;
    }

    .home-content-container.col3 .home-content-wrapper .home-content-item:nth-child(3) {
		display: none;
    }

	.home-content-copy {
        padding: 24px 20px;
    }
	.home-content-weekly-insights h4 {
    line-height: 40px;
    letter-spacing: -0.48px;
    }
	.home-content-weekly-insights p {
    margin-bottom: 20px;
	}
	.home-content-container .weeklyInsights_true_child_1 .home-content-copy h4.home-content-item-title {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.93px;
    margin-bottom: 10px;
    }
	.home-content-container .weeklyInsights_true_child_1 .home-content-copy p.home-content-item-teaser {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
    }
  .home-content-contenttype {
	letter-spacing: -0.1px;
}

}

@media only screen and (max-width: 767px) {

    .home-content-container {
        padding: 40px 16px;
    }

    .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: 36px;
    }

	.home-content-copy {
        padding: 20px;
    }

	.home-content-container .home-content-title-wrapper h2 {
        font-size: 1.875rem;
        line-height: 1.13;
        letter-spacing: -1.2px;
    }

	.home-content-contenttype {
        font-size: 0.75rem;
    }

    .home-content-item-title {
        font-size: 1.25rem;
        line-height: 1.2;
        letter-spacing: -0.67px;
        margin-bottom: 20px;
    }

    .home-content-item-read-btn {
        padding: 10.5px 15px;
        font-size:0.875rem;
    }
	.home-content-weekly-insights h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 38px;
    }
	.home-content-container .weeklyInsights_true_child_1 .home-content-copy h4.home-content-item-title {
    font-size: 30px;
    line-height: 1.13;
    letter-spacing: -1px;
    }
	.home-content-container .weeklyInsights_true_child_1 .home-content-copy p.home-content-item-teaser {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 20px;
    }
    .home-content-title-wrapper {
	margin-bottom: 28px;
    }
    .home-content-container.col3  .home-content-item-title {
	font-size: 1.75rem;
    }
}

@media only screen and (min-width: 481px) and (max-width: 812px) and (orientation : landscape) {

    .home-content-container {
        padding: 40px 16px;
    }

    .home-content-container .home-content-wrapper .home-content-item {
		flex: 0 1 100%;
    }

	.home-content-container .home-content-wrapper .home-content-item:first-child {
		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: 36px;
    }

	.home-content-copy {
        padding: 20px;
    }

	.home-content-container .home-content-title-wrapper h2 {
        font-size: 1.875rem;
        line-height: 1.13;
        letter-spacing: -1.2px;
    }

	.home-content-contenttype {
        margin-bottom: 4px;                
    }

    .home-content-item-title {
        font-size: 1.25rem;
        line-height: 1.2;
        letter-spacing: -0.67px;
        margin-bottom: 20px;
    }

    .home-content-item-read-btn {
        padding: 10.5px 25px;
    }

}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
   .home-content-contenttype {
  	font-size: 0.656rem;         
    }
    .home-content-item-read-btn {
  	font-size: 1rem;
    padding: 10px 15px;
    }    
    .home-content-container.col3  .home-content-item-title {
  	font-size: 1.75rem;
    }
}
/* Filter CSS */
.new-design-storyteller .storyteller__filter{
    border-bottom: 1px solid #999999;
    margin-bottom: 0;         
}

.new-design-storyteller .storyteller__filter__col{
    padding-bottom: 8px;
    width: 30%;
}

.new-design-storyteller .storyteller__filter__col:last-child {
	width: 10%;
}

.new-design-storyteller .storyteller__filter__link:after{
    /*right: 25px;*/
    color: #00395d;
}

.new-design-storyteller .storyteller__filter__link{
	padding-bottom: 8px;
    padding-left: 0px;
    display: flex;
	align-items: center; 
    color: #333333;
    font-size: 1.25rem;
}

.new-design-storyteller .storyteller__view-toggle {
	margin-right: -19px;
}

.new-design-storyteller .storyteller__view-toggle:before {
	color: #00395D;
    font-size: 1.3rem;
}

.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 {
    padding-left: 0px;
    padding-right: 0px;
}

.new-design-storyteller .storyteller__content {
	word-break: break-word;
}

.new-design-storyteller .storyteller__item .storyteller__item__image{
    float: left;
    padding-left: 0px;
	padding-right: 15px;
    margin-bottom: 16px;
}

.new-design-storyteller .storyteller__item--col3 .storyteller__item__image{
    margin-bottom: 16px;
}

.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: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #009ed8;
    text-transform: uppercase;
}

.new-design-storyteller .storyteller__item__copy h2 a{
    font-family: Effra-Bold;
    font-size: 1.875rem;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.93;
    letter-spacing: -1px;
    color: #000000;
    text-decoration: none;
}

.new-design-storyteller .storyteller__item__copy h2{
    margin-bottom: 16px;
}            

.new-design-storyteller .storyteller__item__copy 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: #333333;
}

.new-design-storyteller .storyteller__item--col3 .storyteller__item__copy h3{
    margin-bottom: 8px;
}

.new-design-storyteller .storyteller__item .storyteller__item__copy{
    padding-right: 0px;
    padding-left: 15px;
}

.storyteller__item--col3 .storyteller__item__copy p.date{
    margin-bottom: 16px;
}

.new-design-storyteller .storyteller-list-view .storyteller__item__copy h3{
	margin-bottom: 8px;
}

.new-design-storyteller .storyteller-list-view .storyteller__item__copy p.date{
    margin-bottom: 16px;
}

.new-design-storyteller .storyteller__more-stories p a{
    border-radius: 30px;
	background-color: #0074a6;
    color: #ffffff;
    padding: 10px 28px;
    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-top: 40px;
}

.new-design-storyteller .storyteller__item--col3:nth-child(3n+1){
	clear: both;
}

.new-design-storyteller .storyteller__more-stories {
	margin-top: 75px;
}

.new-design-storyteller .storyteller-list-view {
	padding-top: 20px;
}

.new-design-storyteller .storyteller__item__image h3 {
	display: none;
}

.new-design-storyteller .storyteller__filter__link.active {
	background: #00395d;
    font-family: Effra-Regular;
    color: #FFFFFF;
    padding-left: 12px;   
    border: none;
}

.new-design-storyteller .storyteller__filter__link.active + .storyteller__filter__list {
	background: #00395d;
    border: none;
}

.new-design-storyteller .storyteller__filter__link.active:after {
    color: #FFFFFF;
}

.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: 1rem;
    padding: 7px 12px;
}

.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;
}

.new-design-storyteller .storyteller-filter-label a {
	font-family: Effra-Regular;
    color: #333333;
    font-size: 1.25rem;
    padding: 7px 12px;
	border: 1px solid #999999;
}

.new-design-storyteller .storyteller-filter-label a:after {
	color: #00395D;
	font-size: 1rem;
	margin-top: 0.25em;
}

.new-design-storyteller .storyteller__item--feature {
	padding-top: 40px;
    margin-bottom: 0;        
}

.new-design-storyteller .storyteller-list-view .storyteller__item--feature {
	padding-top: 20px;
    border-bottom: none;                    
}

@media only screen and (max-width: 767px) {
	
    .new-design-template .row {
        padding-left: 0.9375em;
        padding-right: 0.9375em;
    }
    
    .new-design-storyteller .storyteller__item--col3 .storyteller__item__copy h2 a {
        font-size: 1.5rem;
        line-height: 1.17;
        letter-spacing: -0.8px;
        color: #00395d;
    }
    
    .new-design-storyteller .storyteller__filter{
        border-bottom: 1px solid #979797; 
        margin-bottom: 15px;
    }
    
    .new-design-storyteller .storyteller__item--col3:after{
    	display: none;
    }
    
    .new-design-storyteller .storyteller__item--col3{
        padding-top: 16px;
    	padding-bottom: 16px;
    }
    
	.new-design-storyteller .storyteller__more-stories p a{
		display: block;
	}
	
	.new-design-storyteller .storyteller__filter__holder {
        flex-direction: column;
        padding-bottom: 7px;
    }
    
    .new-design-storyteller .storyteller__filter__col {
		border-bottom: none;
		width: 100%;
    }
    
    .new-design-storyteller .storyteller__filter__link:after,
	.new-design-storyteller .topic-results__filter__link:after {
		font-size: 0.625rem
    }

	.new-design-storyteller .storyteller-list-view {
        padding-top: 0;
    }

	.new-design-storyteller .storyteller__item {
		padding-top: 30px;
    }

    .new-design-storyteller .storyteller__item:first-child {
		padding-top: 15px;
    }

	.new-design-storyteller .storyteller__item .row {
		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: 16px;
    }

	.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.8px;
    }

	.new-design-storyteller .storyteller__item__copy p {
		margin-bottom: 0;
    }

	.new-design-storyteller .storyteller__item:after {
		border-bottom: none;
    }

    .new-design-storyteller .storyteller__filter__link {
		font-size: 0.875rem;
    }

	.new-design-storyteller .storyteller__more-stories {
        margin-top: 48px;
    }
    
    .new-design-storyteller .storyteller__item__copy h3 {
        margin-bottom: 8px;
    }

	.new-design-storyteller .storyteller__item__copy p.date {
        margin-bottom: 16px;
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .new-design-storyteller .storyteller__filter__link{
        padding-bottom: 0;
        font-size: 0.875rem;
        line-height: 1.71;
    }

    .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: 15px;
    }

    .new-design-storyteller .storyteller__item--col3 .storyteller__item__copy h2 a {
         font-size: 1.5rem;
         line-height: 1.17;
         letter-spacing: -0.8px;
    }
    
    .new-design-storyteller .storyteller__filter__col{
         padding-bottom: 9px;
    }

	.new-design-storyteller .storyteller__item--col3{
    	 padding-left: 13px;
         padding-right: 13px;
	     padding-top: 25px;
         padding-bottom: 15px;
	}
	
	.new-design-storyteller .storyteller__filter__col:last-child {
		display: block;
		right: 1.7750em;
    	position: absolute;
    	margin-right: 0;
    	width: 25%;
    	padding-right: 0;
    }

    .new-design-storyteller .storyteller__filter__col {
		width: 31.5%;
        float: left;
    	border-bottom: none;
    	margin-right: 6px;
    }
    
    .new-design-storyteller .storyteller__filter__col:last-child {
        width: 6%;
    }
    
    .new-design-storyteller .storyteller__view-toggle {
	    margin-right: -3px;
	}
	
	.new-design-storyteller .storyteller__filter__holder {
        min-height: 50px;
    }
}

@media only screen and (width: 768px) {

    .new-design-storyteller .storyteller__view-toggle {
        margin-right: -3px;
    }

	.new-design-storyteller .storyteller__item--col3 {
    	padding-left: 15px;
    	padding-right: 8px;
        width: 33%;
    }

}

@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__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: 0.875rem;
        padding: 2px 12px;
    }

	.new-design-storyteller .storyteller__filter__link.active + .storyteller__filter__list .storyteller__filter__item a span {
		padding: 0px 12px;
    }

	.new-design-storyteller .storyteller-filter-label a {
        font-size: 1rem;
        padding: 7px 12px;
    }

	.new-design-storyteller .storyteller-filter-label a:after {
		right: 0.625em;
        font-size: 0.875rem;
    	margin-top: 0.45em;
	}

}

.new-design-storyteller .storyteller__filter__link:after {
	position: relative;
    right: 0;
    margin-left: 24px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {

    .new-design-template article > .row {
        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 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 1025px) {

    .new-design-template article.storyteller__item > .row {
        max-width: 80em;
    }

}

@media only screen and (min-width: 769px) {
	
	.new-design-storyteller .storyteller__body:not(.storyteller-list-view) .storyteller__item:first-child,
	.new-design-storyteller .storyteller__body:not(.storyteller-list-view) .storyteller__item:nth-child(2),
	.new-design-storyteller .storyteller__body:not(.storyteller-list-view) .storyteller__item:nth-child(3),
	.new-design-storyteller .storyteller__body:not(.storyteller-list-view) .storyteller__item:nth-child(4) {
		margin-top: 20px;
	}
	
}

@media only screen and (min-width: 768px) and (orientation: portrait) {

	.new-design-storyteller .storyteller__item {
		
        width: 50%;
        float: left;
        min-height: 320px;
        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: 40px;
}

.new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_title {
    margin-bottom: 24px;
}

.new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_title p {
    font-family: Effra-Bold;
    font-size: 3.125rem;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.9;
    letter-spacing: -2px;
    color: #000000;
}

.new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_text>p {
    font-family: Effra-Regular;
    font-size: 0.9375rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: normal;
    color: #333333;
    margin-bottom: 32px;
}

.new-design-textimage {
    word-break: break-word;
}

.bc-textimage {
    border: 1px solid transparent;
}

.bc-textimage.text-related-content-link {
    border: 1px solid transparent;
    width: 570px;
    display: inline-block;
    margin-right: 132px;
    margin-left: 132px;
}

.text-related-content-link a {
    color: #006de3;
}

.cross-promo-text-image {
    border: 1px solid transparent;
    width: 200px;
    display: inline-block;
    position: absolute;
    border-left: 1px solid #d9d9d9;
    margin-top: 0px;
}

.cross-promo-text-image-enhanced {
    border: 1px solid transparent;
    width: 200px;
    display: inline-block;
    position: absolute;
    border-left: 1px solid #d9d9d9;
    margin-top: 0px;
}

.bc-textimage-parent-enhanced {
    border: 1px solid transparent;
    width: 570px;
    display: inline-block;
    margin-right: 132px;
    margin-right: 262px;
}

.cross-promo__container-text-image.cross-stacked {
    width: 170px;
    padding-left: 20px;
}

.cross-promo__container-text-image-enhanced.cross-stacked {
    width: 170px;
    padding-left: 20px;
}

.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: 14px;
    color: #515151;
    font-family: Effra-Bold;
    text-decoration: none;
    line-height: 16px;
    font-weight: bold;
}

.cross-promo__title-text-image, .cross-promo__title-text-image-enhanced {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    margin-top: 10px;
}

.cross-promo__description-text-image, .cross-promo__description-text-image-enhanced {
    font-size: 14px;
    color: #515151;
    text-decoration: none;
    line-height: 20px;
    margin-bottom: 0px;
}

.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) {
    margin-bottom: 20px;
}

.new-design-template .bc-textimage:not(.bc-textimage-enhanced) .image__with-caption {
    margin-bottom: 40px;
}

.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: 0.875rem;
    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.7;
    letter-spacing: normal;
}

.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 {
    font-family: Effra-Bold;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 24px;
}

.new-design-template .bc-textimage:not(.bc-textimage-enhanced) .textimage_text h1 {
    font-size: 3.125rem;
    line-height: 45px;
}

.new-design-template .bc-textimage:not(.bc-textimage-enhanced) .textimage_text h2 {
    font-size: 2.25rem;
    line-height: 40px;
}

.new-design-template .bc-textimage:not(.bc-textimage-enhanced) .textimage_text h3 {
    font-size: 1.75rem;
    line-height: 40px;
}

.new-design-template .bc-textimage:not(.bc-textimage-enhanced) .textimage_text h4 {
    font-size: 1.5rem;
    line-height: 36px;
}

.new-design-template .bc-textimage:not(.bc-textimage-enhanced) .textimage_text h5 {
    font-size: 1.3125rem;
    line-height: 32px;
}

.new-design-template .bc-textimage:not(.bc-textimage-enhanced) .textimage_text h6 {
    font-size: 1rem;
    line-height: 24px;
}

.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: #000000;
    font-family: Effra-Bold;
    font-weight: bold;
    font-size: 28px;
    line-height: 0.6;
}

.text-image-related-content {
    width: 169px;
    height: 20px;
    margin: 0 0 13px;
    font-family: Effra-Bold;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #006de3;
}

.bc-textimage-enhanced .promo-link-url::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #d9d9d9;
    height: 22px;
}

.bc-textimage .textimage_text .promo-link-url::before {
    padding-bottom: 24px;
}

.bc-textimage-enhanced .promo-link-url::before {
    padding-bottom: 24px;
}

.bc-textimage-enhanced .promo-link-url {
    border-bottom: 1px solid #d9d9d9;
    color: #006de3;
    padding-bottom: 3px;
}

.bc-textimage .promo-link-url {
    border-bottom: 1px solid #d9d9d9;
    color: #006de3;
    padding-bottom: 3px;
}

.bc-textimage-enhanced .textimage_cont {
    margin: 0px 0;
}

 .bc-textimage h1, .textimage_text h1 {
    margin-bottom:16px;            
  }
.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;
}
.new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_text li {
	    font-family: Effra-Regular;
        font-size: 0.9375rem;
        line-height: 1.7;
        letter-spacing: normal;
        font-weight: normal;
        font-style: 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: 30px;
    }
    .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: 48px;
    }
    .bc-textimage-enhanced .textimage_cont .textimage_text {
        margin-bottom: 0;
    }
    .bc-textimage h1, .textimage_text h1 {
        margin-bottom:14px;            
     }
   .cross-promo-text-image, .cross-promo-text-image-enhanced, .text-image-underline-svg {
         display: none;
     }
}

@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: 32px;
    }
    .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: 22px;
    }
    .new-design-textimage.bc-textimage-enhanced .textimage_cont .textimage_text>p {
        font-size: 0.9375rem;
        line-height: 1.71;
    }
    .new-design-template .bc-textimage:not(.bc-textimage-enhanced) .image__with-caption {
        margin-bottom: 32px;
    }
    .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: 22px;
    }
    .new-design-template .bc-textimage:not(.bc-textimage-enhanced) .textimage_text h1 {
        font-size: 2.5rem;
        line-height: 45px;
    }
    .new-design-template .bc-textimage:not(.bc-textimage-enhanced) .textimage_text p {
        font-family: Effra-Regular;
        font-size: 0.875rem;
        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;
     }
}

/* 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;
    }

}

@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: 20px;
    }
    .bc-textimage-parent-enhanced {
        width: auto;
        margin-right: 0px;
    }
    .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: 28px;
    }

}

@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: 5px;
    }
    .bc-textimage-parent-enhanced {
        width: auto;
        margin-right: 0px;
    }
    .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: 10px;
        margin-left: 10px;
    }
    .bc-textimage-parent-enhanced {
        width: auto;
        margin-right: 0px;
    }
    .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: 5px;
    }
    .bc-textimage-parent-enhanced {
        width: auto;
        margin-right: 0px;
    }
    .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: 5px;
    }
    .bc-textimage-parent-enhanced {
        width: auto;
        margin-right: 0px;
    }
    .bc-textimage .promo-link-url, .bc-textimage-enhanced .promo-link-url {
        border-bottom: 1px solid transparent !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .bc-textimage .textimage_text .promo-link-url::before {
        padding-bottom: 24px;
    }

}
 @media only screen and (min-width: 1152px){           
 .bc-textimage-enhanced .textimage_cont .textimage_text {
        margin-bottom: 0px;
    }
                        }
/* Text and Image Component New Design End */
.new-design-linklist .links-list__heading {
	font-family: Effra-Bold;
    letter-spacing: -1px;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 100%;
    color: #000000;
    margin: 48px 652px 28px 0px;
    width: 70%;
}

.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.7;
  text-decoration: none;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 16px 0;
}
.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;
  line-height: 1.7;
  letter-spacing: normal;
  color: #333333;
  text-decoration: none;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 16px 0;
}

.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.7;
  letter-spacing: normal;
  color: #333333;
  text-decoration: none;
  padding: 16px 15px 16px 0;
}

.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: 20px; 
}
.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: 1px solid #A8A8A8;
}

.new-design-linklist ul.links-list.bordernone, 
.mega-footer__first-level .new-design-linklist ul.links-list.bordernone {
    border-top: none;
}

.mega-footer__first-level .new-design-linklist ul.links-list {
	border-top: 1px solid #e1e1e1;
}

.new-design-linklist .links-list .link-list-arrow a span {
	width: 17px;
    height: 17px;
	background: url("ibhomepage/images/arrow-navy.svg");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    flex: 0 0 17px;
}

.new-design-linklist .links-list .link-list-external a span{
	width: 17px;
    height: 17px;
	background: url("ibhomepage/images/arrow-ext-popup.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: 17px;
    height: 22px;
    background: url("ibhomepage/images/relatedLink_carat.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: 1px solid #e1e1e1;
}

.new-design-linklist.links-list__container .links-list .column-control__6 li {
    border-bottom: 1px solid #A8A8A8;
}

.new-design-linklist.links-list__container.contactus_linklist {
    margin: 0px 54px 0px 54px;
}

.new-design-linklist.links-list__container .column-control__6 {
    margin-bottom: 48px;
}

@media only screen and (max-width: 767px) {
    .new-design-template .row {
        padding-left: 0.9375em;
        padding-right: 0.9375em;
    }

    .new-design-linklist .links-list__heading {
	    margin: 48px 16px 28px 0px;
        font-size: 20px;
        line-height: 110%;
        letter-spacing: -0.666667px;
    }
	
	.new-design-linklist.links-list__container.contactus_linklist {
        margin: 0px 16px 0px 16px;
    }

    .new-design-linklist.links-list__container .column-control__6 {
        margin-bottom: 0px;
    }

    .new-design-linklist.links-list__container .column-control__6:last-child  {
        margin-bottom: 48px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .new-design-template .row {
        padding-left: 0.9375em;
        padding-right: 0.9375em;
    }

    .new-design-linklist .links-list__heading {
        font-size: 1.5rem;
	    line-height: 23px;
        letter-spacing: -0.8px;
    }
	
    .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;
	} 
}

@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: 0px 24px 0px 24px;
    }

    .new-design-linklist .links-list__heading {
        margin: 48px 170px 28px 0px;
        font-size: 30px;
        line-height: 100%;
        letter-spacing: -1px;
    }

}

@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;
}

.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 .hero__subHub_content {
    display: flex;
    flex-direction: column;
}

.new-design-subhub.hero__subHub .aperture__content {
	margin-bottom: 0;
}

.new-design-subhub.hero__subHub .hero__subHub_content .aperture__subtitle {
	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;
    text-transform: uppercase;
    padding: 0;
    text-decoration: none;
    margin-bottom: 8px;
}

.new-design-subhub.hero__subHub .hero__subHub_content .aperture__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: #000000;
    margin-bottom: 24px;
}

.new-design-subhub.hero__subHub .hero__subHub_content 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;
    margin-bottom: 24px;
    flex-grow: 1;
}

.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: 1.125rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
	border-radius: 30px;
	background-color: #0074A6;
	border: 1px solid #0074A6;
    padding: 12px 38px;
    margin-right: 16px;
    margin-top: 8px;
}

.new-design-subhub.hero__subHub .hero__subHub_content .btn a.lightBg {
    color: #0074a6;
	background-color: #FFFFFF;
	border: 1px solid #0074a6;
}

@media only screen and (max-width: 1024px) {

    .new-design-subhub.hero__subHub {
        flex-direction:column;
    }

	.new-design-subhub.hero__subHub .aperture__frame,
    .new-design-subhub.hero__subHub .hero__subHub_content {
        flex: 0 0 100%;
    }

    .new-design-subhub.hero__subHub .aperture__frame {
		margin-bottom: 24px;
    }

	.new-design-subhub.hero__subHub .hero__subHub_content .aperture__title {
        font-size: 1.875rem;
        line-height: 1.13;
        letter-spacing: -1.2px;
        margin-bottom: 16px;
    }

	.new-design-subhub.hero__subHub .hero__subHub_content p {
        margin-bottom: 16px;
    }

	.new-design-subhub.hero__subHub .hero__subHub_content .btn a {
        margin-right: 8px;
    }
}

@media only screen and (max-width: 767px) {

	.new-design-subhub.hero__subHub .hero__subHub_content p {
        font-size: 0.875rem;
        line-height: 1.71;
    }

    .new-design-subhub.hero__subHub .hero__subHub_content .btn_wrapper {
		display: flex;
        flex-direction: column;
    }

    .new-design-subhub.hero__subHub .hero__subHub_content .btn a {
        margin-right: 0;
    }            

}

.new-design-subhub .country-selector {

margin-bottom: 0;
}
.new-design-subhub.hero__subHub .hero__subHub_content .btn {

align-self: initial;

}
.new-design-cross-promo .cross-promo__container.cross-stacked {
	float: none;
    display: flex;
    flex-direction: column;
    word-break: break-word;
}

.new-design-cross-promo .content_type {
  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;
  text-transform: uppercase;
}

.new-design-cross-promo .cross-promo__title_new_design pre{
  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: #000000;
}

.new-design-cross-promo .cross-promo__title_new_design{
  margin-bottom: 16px;   
  line-height: 1.75;
  letter-spacing: 1px;      
}

.new-design-cross-promo .cross-promo__container.cross-stacked .cross-promo__body{
  margin-top: 16px;       
}

.new-design-cross-promo .content_type{
  margin-bottom: 8px;
}

.new-design-cross-promo .cross-promo__description{
  font-family: Effra-Regular;
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.375;
  letter-spacing: normal;
  color: #333333;
}

.new-design-cross-promo .cross-promo__title_new_design a {
	text-decoration: none;
}

.new-design-cross-promo .cross-promo__image h3,
.new-design-cross-promo .cross-promo__label {
	display: none;
}

/*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){

    .new-design-cross-promo .cross-promo__body .cross-promo__description{
      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;
    }

	.new-design-cross-promo.cross-promo .cross-promo__container.cross-left .cross-promo__image,
	.new-design-cross-promo .cross-promo__container.cross-stacked .cross-promo__image{
      padding-right: 0;
      min-height: 1px;
	}
	
	.new-design-cross-promo .cross-promo__container.cross-stacked .cross-promo__image img {
		width: 100%;
    }
    
    .new-design-cross-promo.cross-promo .cross-promo__container.cross-left .cross-promo__body {
		margin-top: 16px;
	}
	
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

	.new-design-cross-promo .cross-promo__container.cross-stacked {
    	flex-direction: row;
        justify-content: space-between;
	}

	.new-design-cross-promo .cross-promo__container.cross-stacked .cross-promo__image {
		flex: 0 0 31.04%;
    }

	.new-design-cross-promo .cross-promo__container.cross-stacked .cross-promo__body {
		flex: 0 0 65.65%;
    	margin-top: 0;
    }

	.new-design-cross-promo .content_type {
		font-size: 1rem;
    }

	.new-design-cross-promo .cross-promo__title_new_design pre {
        font-size: 1.5rem;
    }

	.new-design-cross-promo .cross-promo__description {
		margin-bottom: 0;
    }
    .new-design-cross-promo .cross-promo__container.cross-left .cross-promo__image img {
        margin-bottom: 8px;
    }
}

@media only screen and (min-width: 813px) and (max-width: 1024px) and (orientation : landscape){ 
	
    .new-design-cross-promo .cross-promo__container.cross-stacked{
	    flex-direction: column;
    }

    .new-design-cross-promo .cross-stacked.cross-promo__container .cross-promo__image,
	.new-design-cross-promo .cross-stacked.cross-promo__container .cross-promo__body {
		flex: 1 1 auto;
	}

	.new-design-cross-promo .cross-promo__container.cross-stacked .cross-promo__image {
		margin-bottom: 16px;
    }
    
} 

@media only screen and (min-width: 769px) and (max-width: 1023px) {

	.new-design-cross-promo .cross-promo__container.cross-stacked {
    	flex-direction: column;
	}
	
	.new-design-cross-promo .cross-stacked.cross-promo__container .cross-promo__image,
	.new-design-cross-promo .cross-stacked.cross-promo__container .cross-promo__body {
		flex: 1 1 auto;
	}

	.new-design-cross-promo .cross-promo__container.cross-stacked .cross-promo__image {
		margin-bottom: 16px;
    }

}
.new-design-hero-audio.heroimage .heroaudiotext-container {
	padding: 0 16px;
    min-width: 100%;
    max-width: 100%;
    word-break: break-word;
}

.new-design-hero-audio.heroimage .heroimage-container img {
	height: 300px;
}

.new-design-hero-audio.heroimage .heroaudiotext-container .authorTitleCont .authImages {
	display: none;
}

.new-design-hero-audio.heroimage .heroaudiotext-container .authorTitleCont .titleCont {
    margin-left: 0;
}

.new-design-hero-audio.heroimage .heroaudiotext-container .titleCont h1 {
    font-family: Effra-Bold;
  	font-size: 24px;
  	font-weight: 900;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 24px;
  	letter-spacing: -0.8px;                                    
	margin-top: 0;
	margin-bottom: 0px;
    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: 0.875rem;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.71;
  	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 {
    margin-top: 8px;
}

.new-design-hero-audio.heroimage .heroaudiotext-container .copy .line {
	display: none;
}

.new-design-hero-audio.heroimage .heroaudiotext-container .copy .text {
    width: 100%;
    padding: 0 0 30px;
}

.new-design-hero-audio.heroimage .heroaudiotext-container .copy h2 {
	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: #FFFFFF;                    
}
.new-design-hero-audio.heroimage.black .heroaudiotext-container .copy h2 {
  	color: #000000;
}

.new-design-hero-audio.heroimage .audioBadgesCont {
    margin-top: 0;
	background-color: #00395D;
    padding: 16px;
    flex-direction: column;
    align-items: baseline;
    visibility: hidden;
}

.new-design-hero-audio.heroimage .audioBadgesCont .badgeText p {
    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;
    margin-bottom: 5px;
}

.new-design-hero-audio.heroimage .audioBadgesCont .badgeImages {
	margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.new-design-hero-audio.heroimage .audioBadgesCont .badgeImages a {
    margin-right: 0;
    margin-top: 20px;
    flex: 1 0 50%;
}

.new-design-hero-audio.heroimage .audioBadgesCont .badgeImages img {
	width: auto;
    height: 30px;
}

/* 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: 80em;
    width: 100% !important;
    height: auto;
    margin: 0 auto;
}

.text-image-with-audio .heroaudiotext-container {
    padding-left: 0;
    top: 0;
    min-width: 50%;
    max-width: 0;
    position: relative;
    border: 1px solid transparent;
    width: auto;
    padding: 48px 48px 24px 48px;
}

.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-Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

.text-image-with-audio .hero-title pre {
    font-family: 'Effra-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 45px;
    display: flex;
    align-items: center;
    letter-spacing: -2px;
    color: #FFFFFF;
}

.text-image-with-audio .social-share-list {
    display: flex;
    margin-bottom: auto;
    margin-top: auto;
    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: 55.24px;
}

.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: 37px;
    height: 37px;
    border-radius: 20px;
    margin-right: -12px;
}

.text-image-with-audio .hero-content-type, 
.text-image-with-audio .hero-title {
    margin-bottom: 16px;
}

.text-image-with-audio .heroaudiotext-container p {
    margin-bottom: 0;
}

.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: 14px;
    line-height: 1.57;
}

.text-image-with-audio.heroimage .heroaudiotext-container .authorTitleCont {
    margin-bottom: 39px;
}

.text-image-with-audio .badgeText {
    padding: 26px 16px 26px 48px;
}

.text-image-with-audio.heroimage .badgeText p {
    font-family: 'Effra-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.text-image-with-audio.heroimage .audioBadgesCont .badgeImages img {
    width: 100px;
    height: auto;
}

.text-image-with-audio.heroimage .heroaudiotext-container .authorTitleCont .titleCont {
    margin-left: 20px;
}

.text-image-with-audio .bcAudioComp {
    margin-bottom: 86px;
}

.text-image-with-audio .social-share-list-item {
    margin-right: 16px;
}

.text-image-with-audio .hero-parent-social {
    border: 1px solid transparent;
    display: flex;
    justify-content: space-between;
}

.text-image-with-audio.heroimage .audioBadgesCont {
    margin-top: 0;
}

.text-image-with-audio .bcAudioComp div.muteUnmute {
    margin-right: 17px;
}

.text-image-with-audio.heroimage .audioBadgesCont .badgeImages a {
    margin-right: 16px;
	text-decoration: none;
}

.text-image-with-audio.heroimage .audioBadgesCont .badgeImages {
    margin-left: 0;
    margin-right: auto;
}

.text-image-with-audio .heroaudiotext-container .playPause.play {
    background-image: url(ibhomepage/images/playButton_figma_1x.png);
}

.text-image-with-audio .heroaudiotext-container .playPause.pause {
    background-image: url(ibhomepage/images/pauseButton_figma_1x.png);
}

/* End of Text/Image Audio */

@media only screen and (min-width: 768px) {

	.new-design-hero-audio.heroimage .heroaudiotext-container {
        padding: 0 20px;
        min-width: 62%;
        max-width: 70%;
    }

	.new-design-hero-audio.heroimage .heroimage-container img {
        height: 322px;
    }

	.new-design-hero-audio.heroimage .heroaudiotext-container .authorTitleCont .authImages {
        display: inline-block;
    	flex: 0 0 96px;
    }

	.new-design-hero-audio.heroimage .authImages .authImg {
        width: 44px;
        height: 44px;
        margin-right: -12px;
    }

	.new-design-hero-audio.heroimage .heroaudiotext-container .authorTitleCont .titleCont {
        margin-left: 0px;
    }

	.new-design-hero-audio.heroimage .heroaudiotext-container .titleCont .authNames {
        font-size: 14px;
        line-height: 24px;
        font-family: 'Effra-Medium';
    }

	.new-design-hero-audio.heroimage .heroaudiotext-container .copy .text {
        padding: 0 0 48px;
    }

	.new-design-hero-audio.heroimage .heroaudiotext-container .copy h2 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -0.8px;
    }

	.new-design-hero-audio.heroimage .audioBadgesCont {
        padding: 22px 20px 12px;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

	.new-design-hero-audio.heroimage .badgeText {
		flex: 0 0 37.76%;
    }

	.new-design-hero-audio.heroimage .badgeImages {
		flex: 0 0 45.96%;
    }

	.new-design-hero-audio.heroimage .audioBadgesCont .badgeImages a {
        margin-top: 7px;
        margin-bottom: 10px;
    }

	.new-design-hero-audio.heroimage .audioBadgesCont .badgeImages img {
        width: auto;
        height: 28px;
    }

}

@media only screen and (min-width: 1025px) {

    .new-design-hero-audio.heroimage .heroimage-container img {
    	min-height: 390px;
        height: 100%;
    }

	.new-design-hero-audio.heroimage .heroaudiotext-container {
        padding-left: 8.54%;
        min-width: 58.63%;
    	max-width: 60%;
    }

	.new-design-hero-audio.heroimage .audioBadgesCont {
        padding: 25px 8.54%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .new-design-hero-audio.heroimage .audioBadgesCont .badgeImages {
        flex-wrap: nowrap;
    }

	.new-design-hero-audio.heroimage .badgeText {
		flex: 0 0 36.94%;
    }

	.new-design-hero-audio.heroimage .badgeImages {
		flex: 0 0 62.25%;
    }

	.new-design-hero-audio.heroimage .audioBadgesCont .badgeImages a {
        margin: 0;
        flex: 1 0 auto;
    }

	.new-design-hero-audio.heroimage .audioBadgesCont .badgeImages img {
        width: auto;
        height: 33px;
    }

}

/*Audio On Hero Image- Separate Mobile Image Fix*/
@media only screen and (max-width: 767px) {

	.new-design-hero-audio.heroimage .heroimage-container.device-img img {
        width: 100%;
        height: auto;
        object-fit: initial;
    }
	
	/* Text/Image with Audio start */
    .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: 16px;
    }

    .text-image-with-audio .hero-title pre {
        font-size: 30px;
        line-height: 34px;
        letter-spacing: -0.8px;
    }

    .text-image-with-audio .progressBar {
        width: 48%;
    }

    .text-image-with-audio.heroimage .heroaudiotext-container .authorTitleCont {
        margin-bottom: 31px;
    }

    .text-image-with-audio .bcAudioComp {
        margin-bottom: 45.71px;
        min-width: auto;
    }

    .text-image-with-audio .hero-series-img img {
        width: 35px;
    }

    .text-image-with-audio.heroimage .audioBadgesCont .badgeText p {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
    }

    .text-image-with-audio .badgeText {
        padding: 16px;
    }

    .text-image-with-audio.heroimage .audioBadgesCont .badgeImages img {
        width: 76.19px;
    }

    /* End of Text/Image with Audio */
}

@media only screen and (max-width: 812px) and (orientation: landscape) {

	.new-design-hero-audio.heroimage .heroimage-container.device-img img {
        width: 100%;
        height: auto;
        object-fit: initial;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-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.darkblue .heroimage-container.device-img {
        width: 100%;
    }

    .text-image-with-audio .heroaudiotext-container {
        width: 100%;
        min-width: auto;
        max-width: none;
        padding: 32px;
    }

    .text-image-with-audio .hero-title pre {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -0.8px;
    }

    .text-image-with-audio .authNames {
        line-height: 32px;
    }

    .text-image-with-audio .hero-title {
        margin-bottom: 32px;
    }

    .text-image-with-audio.heroimage .heroaudiotext-container .authorTitleCont {
        margin-bottom: 45px;
    }

    .text-image-with-audio .bcAudioComp {
        margin-bottom: 54.71px;
    }

    .text-image-with-audio.heroimage .heroimage-container img {
        height: auto;
    }

    .text-image-with-audio .hero-series-img img {
        width: 43.85px;
    }

    .text-image-with-audio .badgeText {
        padding: 25px 16px 26px 32px;
    }

    /* End of Text/Image with Audio */
    
}

@media only screen and (min-device-width: 768px) and (max-device-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.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 */  
}
.new-design-audio-repo .audio_repository_ib {
	background: #1a2142;
    padding: 16px 20px;
}

.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown {
    border-bottom: 1px solid #979797;
    padding: 12px 0 10px 0;
	margin-bottom: 20px;
}

.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown .audiorepository_cont_list {
    margin: 0 0 15px 0;
}

.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown ul[class*="audiorepository_list_"] {
	margin-bottom: 15px;
}

.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown li.init {
	background: #1a2142;
	font-family: Effra-Regular;
  	font-size: 20px;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 34px;
  	letter-spacing: normal;
  	color: #FFFFFF;
	padding: 3px 0;
	border: none;
	border-radius: 0;
	height: 38px;
}

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

.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown ul li.init.opened {
    border: none !important;
	background: #FFFFFF;
	color: #00395D;
	padding-left: 12px; 
}

.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown ul li:not(.init) {
	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;
	border-radius: 0;
    border: none;
    padding: 3px 12px;
}

.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown ul li:not(.init):hover {
	background: #00AEEF
}

.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown span.count {
	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;
}

.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown ul li span.downArrow {
    bottom: 15px;
}

.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown li.init.selected {
	border: 1px solid #999999;
	padding: 2px 10px;
}

.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: 3px;
}

.new-design-audio-repo .audio_repository_ib .audiorepository_results .audio_result {
    padding: 16px 0 24px;
	border: none;
}

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

.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.copy h2.result_heading {
	font-family: Effra-Bold;
  	font-size: 20px;
  	font-weight: 900;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 24px;
  	letter-spacing: -0.67px;
  	color: #FFFFFF;
	margin-bottom: 8px;
}

.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: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: normal;
    color: #FFFFFF;
	padding: 0;
}

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

.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-bottom: 20px;
}

.new-design-audio-repo.audioMainCont.audioRepMainCont .audioBadgesCont {
    padding: 0 0 20px 0;
    background-color: #1a2142;
/* 	border-top: 1px solid #999999; */
	flex-direction: column;
}

.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;
	margin-bottom: 8px;
}

.new-design-audio-repo.audioMainCont.audioRepMainCont .audioBadgesCont .badgeText p,
.new-design-audio-repo.audioMainCont.audioRepMainCont .audioBadgesCont .badgeText p b {
    font-family: Effra-Bold;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.8px;
    color: #FFFFFF;
}

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

.new-design-audio-repo.audioMainCont .audioBadgesCont .badgeImages a {
    margin: 8px 17px 0 0 ;
}

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

.new-design-audio-repo.audioMainCont .audioBadgesCont .badgeImages a:first-child img,
.new-design-audio-repo.audioMainCont .audioBadgesCont .badgeImages a:last-child img {
    margin: 0;
}

.new-design-audio-repo.audioMainCont .audioBadgesCont .badgeImages a img{
	height: 32px;
}

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

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

}

@media only screen and (min-width: 568px) and (max-width: 767px) {
.audioMainCont .audioBadgesCont {
    align-items: flex-start;
}
.new-design-audio-repo.audioMainCont .audioBadgesCont .badgeImages a{
	min-width: 47%;
}
.audio_repository_ib .audiorepository_dropdown .audiorepository_cont_list{
	flex: 0 0 100%;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown li.init{
		font-size: 14px;
	}
	.new-design-audio-repo.audioMainCont .audioBadgesCont .badgeImages a {
        margin: 10px 0px !important;
		min-width: 50%;
    }
	
	.new-design-audio-repo.audioMainCont.audioRepMainCont .audioBadgesCont{
		border-bottom: 1px solid #999999;
		margin-bottom: 30px;
	}
	.new-design-audio-repo.audioMainCont .audioBadgesCont .badgeImages a img{
		float: right;
		margin-right: 0 !important;
	}
	.new-design-audio-repo.audioMainCont .audioBadgesCont .badgeImages a:first-child img, 
	.new-design-audio-repo.audioMainCont .audioBadgesCont .badgeImages a:last-child img{
		margin-right: 5px !important;
	}
	.new-design-audio-repo.audioMainCont .audioBadgesCont .badgeImages{
		margin-right: 20px;
	}
	.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown .audiorepository_cont_list{
		flex: 0 0 23% !important;
	}
	.new-design-audio-repo .audio_repository_ib .audiorepository_title{
		margin-bottom: 30.3px !important;
	}
}

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

	.new-design-audio-repo .audio_repository_ib {
        padding: 15px 20px;
    }

	.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown {
        padding: 0 0 10px 0;
        margin-bottom: 20px;
    }

	.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown .audiorepository_cont_list {
        flex: 0 0 30%;
		margin: 0 20px 0 0;
    }

	.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown ul[class*="audiorepository_list_"] {
        margin-bottom: 10px;
    }

	.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown li.init {
        padding: 3px 0 !important;
    }

	.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown ul li span:not(.count) {
        padding: 4px;
    }

	.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown ul li.init.opened {
        padding-left: 12px !important;
    }

	.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown li.init.selected {
        padding: 2px 10px !important;
    }

	.new-design-audio-repo .audio_repository_ib .audiorepository_results .audio_result {
        padding: 20px 0;
        display: flex;
    	justify-content: space-between;
    }

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

	.new-design-audio-repo .audio_repository_ib .audiorepository_results .audio_result .audio_result_item.copy h2.result_heading {
        margin-bottom: 16px;
    }

	.new-design-audio-repo .audio_repository_ib .audiorepository_results .audio_result .audio_result_item.copy p.result_topics {
		margin: 0;
	}

	.new-design-audio-repo .audio_repository_ib .audiorepository_results .audio_result .audio_result_item.copy {
        flex: 0 1 47%;
        padding-right: 0;
    }

	.new-design-audio-repo .audio_repository_ib .audiorepository_results .audio_result .audio_result_item.audio {
		flex: 0 1 44%;
    	padding-left: 0;
	}

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

	.new-design-audio-repo.audioMainCont.audioRepMainCont .audioBadgesCont {
        flex-direction: row;
		align-items: end;
        justify-content: space-between;            
    }

	.new-design-audio-repo.audioMainCont.audioRepMainCont .audioBadgesCont .badgeText {
        flex: 0 1 40%;
        margin: 10px 20px 0 0;
    }

	.new-design-audio-repo.audioMainCont .audioBadgesCont .badgeImages {
        flex: 0 0 61%;
    }

	.new-design-audio-repo.audioMainCont .audioBadgesCont .badgeImages a {
        margin: 10px 30px;
    }

}

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

	.new-design-audio-repo .audio_repository_ib {
        padding: 40px 54px;
    }

	.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown {
        margin-bottom: 40px;
    }

	.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown .audiorepository_cont_list {
		height: 51px;
		margin: 0;
		flex: 0 0 20%;
	}

	.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown ul[class*="audiorepository_list_"] {
        margin-bottom: 15px;
    }

	.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown li.init {
        font-size: 20px;
        line-height: 34px;
        color: #FFFFFF;
        padding: 3px 0;
        height: 36px;
    }

	.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown ul li:not(.init),
    .new-design-audio-repo .audio_repository_ib .audiorepository_dropdown span.count {
        font-size: 1.25rem;
        line-height: 1.7;
    }

	.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown li.init.selected {
        padding: 0px 10px !important;
    }

	.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown ul li.init.selected span.closePill {
        font-size: 1.25rem;
        right: 6px;
    }

	.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown ul li span:not(.count) {
        right: 2px;
    }

	.new-design-audio-repo .audio_repository_ib .audiorepository_results .audio_result {
        padding: 25px 0;
    }

	.new-design-audio-repo .audio_repository_ib .audiorepository_results .audio_result .audio_result_item.copy {
        flex: 0 1 49.71%;
    }

	.new-design-audio-repo .audio_repository_ib .audiorepository_results .audio_result .audio_result_item.audio {
        flex: 0 1 45.31%;
    }

	.new-design-audio-repo .audio_repository_ib .audiorepository_results .audio_result .audio_result_item.copy h2.result_heading {
        font-size: 30px;
		line-height: 32px;
        letter-spacing: -1px;
        margin-top: 0;
    }

	.new-design-audio-repo.audioMainCont.audioRepMainCont .audioBadgesCont {
        margin-bottom: 30px;
		padding: 0 0 30px 0;
        align-items: center;
    }

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

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

	.new-design-audio-repo.audioMainCont .audioBadgesCont .badgeImages a {
        flex: 1 0 auto;
        margin: 0;
    }
    
    .new-design-audio-repo .audio_repository_ib .audiorepository_dropdown ul li span.downArrow {
        bottom: 13px;
    }
}

.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown ul li span:not(.count) {
    right: auto;
}

.new-design-audio-repo .audio_repository_ib .audiorepository_dropdown ul li .arrowCont {
    margin-left: 24px;
}
.new-design-audio-repo .audio_repository_ib .audiorepository_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: #FFFFFF;
    margin-bottom: 40px;
}
.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_more_text{
	margin-right: 10px;
	display: flex;
}
.new-design-audio-repo .audio_repository_ib .audiorepository_moretitle {
	font-family: Effra-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    letter-spacing: normal;
    color: #FFFFFF;
    border: solid 2px #FFFFFF;
    border-radius: 30px;
    padding: 10px 20px;
    display: flex;
    text-decoration: none;
}
.new-design-audio-repo .audio_repository_ib .audiorepository_moretitle .viewmore_icons{
	align-self: center;
}

.new-design-audio-repo .audio_repository_ib .audiorepository_moretitle .plus {
  position: relative;
  width:18px;
  height:18px;
}

/* the horizontal line */
.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: 3px;
	vertical-align: middle;
	margin-top: 3px;
}

@media only screen and (min-width: 768px) {
	.new-design-audio-repo .audio_repository_ib .audiorepository_title{
		font-size: 40px;
		line-height: 40px;
		letter-spacing: -0.8px;
	}
	.new-design-audio-repo .audio_repository_ib .audiorepository_moretitle {
	font-size: 16px;
    line-height: 16px;
    }
}

@media only screen and (max-width: 375px) {
	.new-design-audio-repo.audioMainCont .audioBadgesCont .badgeImages a img{
		float: right;
	}

}
@media only screen and (max-width: 600px) {
	.new-design-audio-repo .audio_repository_ib .audiorepository_title{
		font-size: 30px;
		line-height: 32px;
		letter-spacing: -1.2px;
	}
	.new-design-audio-repo.audioMainCont.audioRepMainCont .audioBadgesCont .badgeText p,
	.new-design-audio-repo.audioMainCont.audioRepMainCont .audioBadgesCont .badgeText p b {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: -0.4px;
	}
	.new-design-audio-repo.audioMainCont .audioBadgesCont .badgeImages a{
		margin: 8px 0 0 0;
		width: 50%;
	}
	.new-design-audio-repo.audioMainCont .audioBadgesCont .badgeImages a{
		margin: 26px 0 0 0;
	}
	.new-design-audio-repo.audioMainCont .audioBadgesCont .badgeText{
		margin-bottom: 0;
	}
	.new-design-audio-repo.audioMainCont.audioRepMainCont .audioBadgesCont{
		padding: 0 0 44px 0;
	}
	.new-design-audio-repo .audio_repository_ib .audiorepository_title{
	    margin-bottom: 10px;
	}
}
/*CSS for Custom Video Component Starts*/
.New_Video{
	display: flex;
	margin-left: auto;
    margin-right: auto;
    max-width: 73.125em;
}

.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: 20px;
}

.new-design-quotes .news-feature__quote {
	font-family: Effra-Regular;
	font-size: 1.75rem;
	color: #0074A6;
	letter-spacing: -0.56px;
  	line-height: 46px;
}

.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: -1px;
  margin-left: -22px;
  margin-right: 0px;
  vertical-align: -0.2em;
}

.new-design-quotes blockquote:after {
  font-family: Effra-Regular;
  font-size: 3.125rem;
  color: #BFBFBF;
  letter-spacing: -0.56px;
  bottom: -12px;
  margin-left: 2px;
}

.new-design-quotes .news-feature__cite {
  font-family: Effra-Regular;
  font-size: 1.375rem;
  color: #00395D;
  line-height: 34px;
  margin-top: 15px;
}

.new-design-quotes .news-feature__cite strong {
  font-family: Effra-Bold;
  font-size: 1.375rem;
  color: #00395D;
  line-height: 34px;
}

.block-quote-carl{
    max-width:80em;
	height: auto;
    margin:0 auto;


}
.block-quote-carl .pure-js-carousel-slide {
    width:auto;
    float: left;
    margin:0;

}
.block-quote-carl .pure-js-carousel {
    overflow: hidden;
    position: relative;
    width: 100% !important;
}
.block-quote-carl-sld{
    width:80em;

}

.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: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #ffffff;
  overflow-wrap: break-word;
	
}
.blockNoContentType{
	  margin:48px 0 0 0;
}
.blockContentType{
	    margin:48px 0 24px 153px;
}
.block-carousel-quote .block-car-quote{
  width: 75%;
  height: auto;
  margin: 0 0 0 153px;
  font-size: 40px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -1px;
  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: 24px 0 0 153px;
  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: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
 color:#ffffff;
 margin: 0 0 0 15px;
 overflow-wrap: break-word;
}
.block-carousel-authorImage {
  width: 75%;
  height:auto;
  margin: 24px 0 0 15px;
  font-family: Effra-Bold;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  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: 5px;
}
.block-quote-carl .pure-js-carousel-dots {
    float: left;  
    text-align: center;
    width: 100%;
     position: relative;
	top: -63px;
}

.block-quote-carl .pure-js-carousel-dot {
    display: inline-block;
    margin: 0 5px;
}
.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: 1px;
	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);

}

.block-quote-carl .pure-js-carousel-btn-prev {
    border-bottom: 1px solid #006de3;
    border-left: 1px solid #006de3;
    left: 39%;
    -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;
} 
.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: 50px;
    margin-top: 0px;
    position: absolute;
    top: auto !important;
    border-radius: 30px;
    background-color: transparent;
    bottom: 40px;
}

.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:#006de3;
}
.block-carousel-image-author{
     display:flex;
    margin-bottom: 112px;

}
.blockquote-image{
	width:48px;
	height:48px;
	margin: 24px 0 0 153px;
	border-radius:50%;

}
.block-carousel-titlerole{
    display:flex;
    flex-direction: column;
    align-content: flex-start;
    width:80%;

}
/*Article Page Template Starts*/
.column-control__81 .block-quote-carl .pure-js-carousel-btn {
    bottom: 32.63px;
}
.column-control__81 .block-quote-carl .pure-js-carousel-dots {
	top: -55.37px;
}

.column-control__81 .blockNoContentType{
	    margin:32px 0 0 0;
}
.column-control__81 .blockContentType{
	    margin:32px;
}
.column-control__81 .block-carousel-quote .block-car-quote{
  margin: 0 32px;
} 
.column-control__81 .blockquote-image{
	width:35px;
	height:35px;
	margin: 32px 0 0 32px;

}
.column-control__81 .block-carousel-authorImage {
  margin: 32px 0 0 12px;
}
.column-control__81 .block-carousel-authorRole{
  margin: 0 0 0 12px;
} 
.column-control__81 .block-carousel-image-author{
     margin-bottom: 69px;

}
.column-control__81 .block-carousel-author {
  margin: 32px;
}

/*Article Page Template Ends*/
@media only screen and (max-width: 930px) and (orientation: landscape){
     .block-quote-carl{
    max-width:100%;

     }
       .block-quote-carousel.pure-js-carousel {
            width:auto !important;
        overflow: hidden;
        position: relative;
        border: 1px solid transparent;

        }
     .block-quote-carl .pure-js-carousel-slide {
        width:100%;
    
    }
   .block-quote-carl-sld{
    width:100%;
	padding:1px;
    height:100%;
    }


.block-carousel-contenttyp{
  width: 95% !important;
  height: auto;

  margin:0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.14;

}
.block-carousel-quote .block-car-quote{
  width:95% !important;
  height: auto;
  margin:9px 16px 7px 16px;
  font-size:30px;
  line-height: 1.13;
  letter-spacing: -1px;

}

.block-carousel-author{
  width:95% !important;
  height: auto;
   margin: 0 16px 40px 16px;
  font-size: 14px;

}
.block-carousel-authorRole{
  width: 90% !important;
}
.block-carousel-authorImage {
  width: 90% !important;
}
	.new-design-quotes .news-feature__quote{
	   font-size: 1.375rem;
	   line-height: 35px;
	}
	
	 .new-design-quotes blockquote:before {
	 font-size: 2.5rem;
	}

	.new-design-quotes blockquote:after {
	  font-size: 2.5rem;
	 }
	 
	.new-design-quotes .news-feature__cite {
	  font-size: 1.125rem;
	  margin-top: 10px;
	 }
	 
	.new-design-quotes .news-feature__cite strong {
	  font-size: 1.125rem;
	}


}
@media only screen and (max-width: 813px) 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;
}
}
@media only screen and (min-width: 900px) and (max-width: 950px) and (orientation: landscape){
  .block-quote-carl .pure-js-carousel-btn-prev {
        left: 36.5% !important; 
    }
}
@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: 1024px) and (max-width: 1366px) and (orientation: portrait){
    .block-quote-carl .pure-js-carousel-slide, .block-quote-carl-sld {
      width:100%;
    }
}

@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: 0px 122px 0 122px;
      font-size: 30px;
      line-height: 32px;
      letter-spacing: -0.012em;
    }

    .block-carousel-contenttyp {
        width: auto;
        height: 16px;
        margin: 40px 122px 16px 122px;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
    }

    .block-carousel-image-author {
        display: flex;
        margin: 0px 122px 112px 122px;
    }

    .block-carousel-quote .block-car-quote.block_car_weight_bold {
      font-weight: 700;
    }

    .block-carousel-author {
      margin: 24px 0 0 0px;
      font-family: 'Effra-Medium';
      font-weight: 400;
      line-height: 35px;
      letter-spacing: -0.005em;
    }

    .blockquote-image {
        margin: 24px 0 0 0px;
    }
  .column-control__81  .block-carousel-image-author {

       margin: 0px 122px 69px 0;
    }
  .column-control__81 .block-quote-carl-sld{
       width:66em;
   }
   }

@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:1px;
  top: 77.5%;
}


 .block-carousel-contenttyp{
  width: 95%;
  height: 16px;
  margin:32px 0 16px 22px;
 font-size: 14px;

}
.blockquote-image{
    margin: 24px 0 0 24px;
}
.block-carousel-quote .block-car-quote{
   width: 95%;
  height: auto;
  margin:9px 16px 0 22px;
  font-size:30px;
}

.block-carousel-author{
  width: auto;
  height: 22px;
 margin: 24px 16px 40px 16px;

  }

.block-carousel-authorRole{
  width: 90% !important;
}
.block-carousel-authorImage {
  width: 90% !important;
}
.block-quote-carl .pure-js-carousel-btn-prev {
   left: 38%; 
    } 
	.block-quote-carl  .pure-js-carousel-btn-next {
    left: 57%;}
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
 .block-carousel-contenttyp{
  width: 72%;
  height: 16px;
  margin:32px 0 16px 22px;
 font-size: 14px;

}
.blockquote-image{
    margin: 24px 0 0 24px;
}
.block-carousel-quote .block-car-quote{
   width: 69%;
  height: auto;
  margin:9px 16px 0 22px;
  font-size:30px;
}

.block-carousel-author{
  width: auto;
  height: 22px;
 margin: 24px 16px 40px 16px;

  }
.block-quote-carl .pure-js-carousel-btn-prev {
   left: 37%; 
    } 
.block-quote-carl  .pure-js-carousel-btn-next {
    left: 58%;
}


}
@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-next {
    left: 58%;}
.block-quote-carl .pure-js-carousel-btn {
     top: 82%;
	padding:1px;
}
 .block-carousel-contenttyp{
   width: 100%;
  height: auto;
 font-size: 14px;
     line-height:1.14;
}
.blockContentType{
	  margin:40px 0 0 24px;
}
.blockNoContentType{
	  margin:40px 0 0 0;
}
.block-carousel-authorRole{
  width:100%;
}
.block-carousel-authorImage {
  width:100%;
}
.block-carousel-quote .block-car-quote{
   width: 100%;
  height: auto;
  margin:9px 16px 0 22px;
  font-size:30px; 
    line-height:1.13;
   letter-spacing:-1.2px;
}

.block-carousel-author{
   width: 100%;
   height: auto;
   margin: 24px 24px 0 24px;
   line-height:1.57;
  }

.blockquote-image{
	margin: 24px 0 0 24px;

} 
/*Article Page Template Starts*/
.column-control__81 .block-quote-carl .pure-js-carousel-btn {
   bottom: 40px;
}
.column-control__81 .block-quote-carl .pure-js-carousel-dots {
	top: -63px;
}

.column-control__81 .blockNoContentType{
	   margin:40px 0 0 0;
}
.column-control__81 .blockContentType{
	   margin:40px 0 0 24px;
}
.column-control__81 .block-carousel-quote .block-car-quote{
      margin:9px 16px 0 22px;
} 
.column-control__81 .blockquote-image{
	width:48px;
	height:48px;
	margin: 24px 0 0 24px;

}
.column-control__81 .block-carousel-authorImage {
  margin: 24px 0 0 15px;
}
.column-control__81 .block-carousel-authorRole{
  margin: 0 0 0 15px;
} 
.column-control__81 .block-carousel-image-author{
     margin-bottom: 112px;

}
.column-control__81 .block-carousel-author{
   margin: 24px 24px 0 24px;
  }
}
@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-prev {
   left: 34%; 
    } 
	.block-quote-carl  .pure-js-carousel-btn-next {
    left: 60%;}
.block-quote-carl .pure-js-carousel-btn {
     top: 84%;

}

}
@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: 60%;}
.block-quote-carl .pure-js-carousel-btn {
     top: 84%;

}
}

@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 16px 0 0;
    height:100%;
    }
   .block-carousel-contenttyp{
  width:94%;
  height: auto;
  padding:40px 0 9px 16px;	
  margin:0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.14;

}

.block-carousel-quote .block-car-quote{
  width:94%;
  height: auto;
  margin:9px 16px 7px 16px;
  font-size:30px;
  line-height: 1.13;
 letter-spacing: -1.2px;

}

.block-carousel-author{
  width:94%;
  height: auto;
   margin: 0 16px 0 16px;
  font-size: 14px;

}

	  .new-design-quotes .news-feature__quote{
	    font-size: 1.375rem;
	    line-height: 35px;
	 }
	  .new-design-quotes blockquote:before {
	  font-size: 2.5rem;
	 }

	.new-design-quotes blockquote:after {
	  font-size: 2.5rem;
	 }

	.new-design-quotes .news-feature__cite {
	  font-size: 1.125rem;
	 }
	 
	.new-design-quotes .news-feature__cite strong {
	  font-size: 1.125rem;
	 }
.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:66px;
}
.block-carousel-authorRole{
  width: 100%;
}
.block-carousel-authorImage {
  width: 100%;
}
.blockquote-image{
	margin: 24px 0 0 16px;

}
.block-quote-carl .pure-js-carousel-dots {
	top: -32px;
}
/*Article Page Template Starts*/

.column-control__81 .block-quote-carl .pure-js-carousel-dots {
	top: -32px;
}

.column-control__81 .blockNoContentType{
	    margin:0;
}
.column-control__81 .blockContentType{
	    margin:0;
}
.column-control__81 .block-carousel-quote .block-car-quote{
  margin:9px 16px 7px 16px;
} 
.column-control__81 .blockquote-image{
	width:48px;
	height:48px;
	margin: 24px 0 0 16px;

}
.column-control__81 .block-carousel-authorImage {
  margin: 24px 0 0 15px;
}
.column-control__81 .block-carousel-authorRole{
  margin: 0 0 0 15px;
} 
.column-control__81 .block-carousel-image-author{
     margin-bottom: 66px;

}
.column-control__81 .block-carousel-author{
    margin: 0 16px 0 16px;
  }
}

@media only screen and (min-width: 769px) {
 .new-design-quotes.news-feature__blockquote {
	    width: 100%;    
	 }

}
@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%;
}
}

.new-design-highlights.story-highlights {
  background: #C8ECF9;
  padding: 20px;
  margin-bottom: 1.25em;
  clear: left;
}

.new-design-highlights .story-highlights__heading {
  font-family: Effra-Bold;
  font-size: 1.75rem;
  color: #00395D;
  letter-spacing: 0;
  line-height: 33px;
  margin-bottom: 10px;
}

.new-design-highlights.story-highlights .stats-block__item {
    margin-bottom: 16px;
}

.new-design-highlights.story-highlights .stats-block__item .num {
  font-family: Effra-Regular;
  font-size: 2.5rem;
  color: #00395D;
  letter-spacing: -1.6px;
  line-height: 45px;

}

.new-design-highlights .stats-block__item .info {
  font-family: Effra-Regular;
  font-size: 0.875rem;
  color: #00395D;
  line-height: 24px;
}

.new-design-highlights .story-highlights__list {
  font-family: Effra-Regular;
  font-size: 0.875rem;
  color: #00395D;
  line-height: 24px;
}

.new-design-highlights .bc-textimage p {
	font-family: Effra-Regular;
    font-size: 0.875rem;
    color: #00395D;
    line-height: 23px;
	margin-bottom: 10px;
}

.new-design-highlights .bc-textimage p:last-child {
	margin-bottom: 0px;
}

@media only screen and (max-width: 1024px) {
	.new-design-highlights .story-highlights__heading {
	  font-size: 1.375rem;
	  line-height: 35px;
	}
	 
	.new-design-highlights.story-highlights .stats-block__item {
        margin-bottom: 12px;
    }

	.new-design-highlights .bc-textimage p {
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 767px) {
	.new-design-highlights .story-highlights__heading {
	  font-size: 1.375rem;
	  line-height: 30px;
	 }
}


.new-design-accordion_mini li.accordion__item a.js-mobile-link {
	font-family: Effra-Regular;
    font-size: 1.75rem;
    color: #00395D;
    line-height: 34px;
    background-color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px solid rgba(151, 151, 151, 0.4);
    display: flex;   
    justify-content: space-between;
    padding: 16px 41px 16px 0;
}

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

.new-design-accordion_mini li.accordion__item.accordion__item .accordion__content_frame {
	margin: 10px 40px 20px 0;
}

.new-design-accordion_mini li.accordion__item .row {
    padding-left: 15px;
    padding-right: 15px;
}

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

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

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

.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: 0px;
}

@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: 30px;
    }   

	.new-design-accordion_mini li.accordion__item.accordion__item .accordion__content_frame {
        margin: 13px 0 20px 0;
    }
}

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

	.new-design-accordion_mini li.accordion__item.accordion__item .accordion__content_frame {
        margin: 13px 0 15px 0;
    }
}
.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: 80em;
    margin: 0 auto;
}

.newsletter-signup .newsletter-signup-wrapper {
	display: flex;
	justify-content: space-between;
	background-color: #00AEEF;
}

.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;
    padding: 67px 42px 54px 54px;
    width:50%;
}

.newsletter-signup .newsletter-china-checkbox.china-consent {
  display: inline-flex;
  margin-top: 16px;
}

.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-cont .newsletter-signup-title {
	font-family: Effra-Bold;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 28px;
    letter-spacing: -0.24px;
    color: #000000;
	margin-bottom: 12px;
}
.newsletter-title{
font-family: Effra-Bold;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 28px;
    letter-spacing: -1px;
    color: #000000;
	margin-bottom: 8px;
 padding:0 0 0 54px;
}

.newsletter-mandatory {
  font-family:Effra-Regular;
  font-size: 14px;
  color:#000000;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 22px;
  letter-spacing: normal;
  width:50%;
  padding: 35px 0px 32px 0px;
}

.newsletter-button-mand-mobile{
    display:none;
}

.newsletter-country-form{
     padding: 3px 0 0 35px;

}
.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: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0;
    line-height: 32px;
    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%;
    padding: 0 54px 0 0;
}

.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form .form-error {
	font-family: Effra-Regular;
    font-size: 0.875rem;
    color: #CC3333;
    line-height: 25px;
    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: 18px;
    height: 15px;
    margin-right: 7px;
}

.newsletter-message {
    display: flex;
    padding-top: 67px;
    margin-bottom: 16px;
}

.error-pp {
   background: #00AEEF;
   width:80em;
   margin:0 auto;
}

.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form input[type="text"] {
    font-family: Effra-Regular;
    font-size:16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 28px;
    letter-spacing: normal;
    color: #000000;
    border: none;
    box-shadow: none;
    border: 1px solid #515151;
    border-radius: 6px;
    width:281px;
    height:48px;
    padding:0 10px;
    margin-bottom: 0;
    padding-left: 25px;

}

.newsletter-signup-form input[type="text"] {
    background-position: 94% 11px !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: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
    color: #000000 !important;
    border: 1px 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;
	height:48px;
    border-radius: 30px;
    background-color: #1A2142;
    opacity:1;
    border: none;
    box-shadow: none;
    font-family: Effra-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
    padding: 13px 14px;
    flex-basis: auto;
    margin-top: 36px;
    float:right;
}

.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form button {
    margin-top: 32px;
    margin-bottom: 20px;
}

.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: 7px;
}

.newsletter-email {
    padding-right: 26px;
}

.newsletter-email .email-error ,.country-error{
    padding-top:6px;
    color:#000000;
    font-family: Effra-Regular;
    font-size: 14px;


}
.country-error{
   padding-top:46px;
}
.newsletter-bold{
  font-family: Effra-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
}

.newsletter-country{
    padding:2px;
    width:222px;
}



.modal{
  width:100%;
  position: fixed;
  padding-top:178px;
  height:100%;
  background-color: rgba(0,0,0,0.6);
  top: 0;
  overflow: auto;
  left: 0;

}

.modal-content {
  background-color: white;
  margin: auto;
  max-width:75em;
  border: 1px solid #888;
  width: 80%;
}

.email-cookie-title,.preference-title ,.cookie-title-sn,.cookie-title-ra,.cookie-title-tr,.email-notice-title{
    font-family: Effra-Regular;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 30px;
    letter-spacing: -0.86px;
    color: #000000;
     padding:34px 0 6px 0;
}
.preference-title {
     padding-left:32px;
     margin-top:30px;
}
.preference-text{
	 padding:0 32px;

}
.preference-text p{
	margin-bottom:0;
}
.email-cookie-title {
     padding-left:64px;
}
.email-cookie-text{
	padding-left:64px;
	padding-right:63px;
}
.email-notice-title,.email-notice-text{
    padding-left: 64px;
    padding-right: 64px;
}
.email-notice-title{
    line-height: 29px;
}
.closeNotice{
    height: 20px !important;
    width: 20px !important;
}
.email-cookie-text,.cookie-description,.preference-text p,.email-notice-text{
    font-family: Effra-Regular;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #515151;
}
.email-notice-text{
    font-size: 16px;
    line-height: 24px;
}
.preference-text a{
    font-family: Effra-Regular;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: 0px;
	color:#006DE3;
    font-weight:bold;
}
.notice-close-button{
    width:120px;
    height:40px;
    border-radius: 30px;
    background-color: #016DE3;
    border: none;
    font-family: Effra-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    padding: 11px 13px;
    color: #ffffff;
    margin-left:64px;
    margin-bottom:40px;
}
.manage-submit-button ,.manage-submit-button:hover{
    width:175px;
	height:44px;
    border-radius: 22px;
    background-color: white;
    border: 3px solid #016DE3;
    font-family: Effra-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #016DE3;
    padding: 11px 13px;
    margin-right:10px;
    margin-left:64px;
}

.ot-submit-button,.accept-submit-button ,.accept-submit-button:hover{
    width:128px;
	height:44px;
    border-radius: 22px;
    background-color: #016DE3;
    border: none;
    font-family: Effra-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 11px 13px;
}
.ot-submit-button,.ot-submit-button:hover{
    width:194px;
    padding: 0;
    margin:32px 0 40px 34px;
    background-color: #016DE3;
}
.cookie-buttons{
        margin-bottom:48px;
}
.newsletter-submit-message,.newsletter-submit-error-message{
  margin: auto;
  width:500px;
  border: none;
  margin:0 54px 48px 0;

}
.newsletter-submit-message p ,.newsletter-submit-error-message p{
  padding:0 60px 0 54px;
  font-family: Effra-Regular;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0;
    line-height: 28px;
    letter-spacing: normal;
    color: #000000;
    width:60%;

}
.newsletter-button-mand-mobile{
display:none;
}
.newsletter-submit-message .close{
    margin:13px;
}
.closed {
	display: inline-block;
    content: '';
    background-image: url('ibhomepage/images/newsmall_cross.svg');
     vertical-align: middle;
    background-repeat: no-repeat;
     position: absolute;
    right:0;
    font-family: 'Icons';
   margin:23px 54px 21px 0;
    width:24px;
    height: 24px;
    cursor: pointer;
}
.signup-closed{
display: none;

}
.close{
	display: inline-block;
    content: '';
    background-image: url('ibhomepage/images/icons-x-black.svg');
    vertical-align: middle;
    background-repeat: no-repeat;
    position: relative;
    float:right;
    font-family: 'Icons';
     margin:20 20px;
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.errorclosed{
   display: inline-block;
    content: '';
    background-image: url('ibhomepage/images/newsmall_cross.svg');
     vertical-align: middle;
    background-repeat: no-repeat;
     position: relative;
    float:right;
    font-family: 'Icons';
   margin:23px 54px 21px 0;
    width:24px;
    height: 24px;
    cursor: pointer;
}
.ot-form-consent{
   display:flex;
   flex-direction: row;
   padding:0 32px;
   justify-content: flex-start;
}
.ot-checkbox{
	display:flex;
    flex-direction: column;
    padding-right:30px;
    width:453px;
}
.cookie-title{
    display:flex;
    padding:30px 0 0 0;
}
.newsletter-button{
   width:300px;

}

.newsletter-button-mand{
    display:flex;
}


.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:16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 28px;
  letter-spacing:0;
  height: 48px;
  outline: none;
  position: relative;
  text-align: left !important;
  white-space: nowrap;
  width: 276px;
  border: 1px solid #515151;
  border-radius: 6px;
  padding:10px 10px;
  background-position: 87% 11px !important;
}
.container{padding-top:0;}


.box .nice-select:after {
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  content: '';
  display: block;
  height: 8px;
  margin-top: -8px;
  pointer-events: none;
  position: absolute;
  right: 24px;
  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: 8px;
}

.box .nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.box .nice-select li:hover{cursor:pointer;background-color: #f2f7ff;
  color:#000000;}
 .box .nice-select .option:hover
 {color:#000000;}

.box .nice-select.open .nice-select-dropdown {
  display:block;
  width:276px;
  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:5px;
  background-color: #fff;
  color:#c81515 !important;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 9;
  opacity: 0;
    border-radius: 6px;
}

.box .nice-select .list {

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  max-height: 223px;

}


.box .nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.box .nice-select .option {
  cursor: pointer;
  font-family: Effra-Regular;
  font-size:16px;
  line-height: 48px;
  list-style: none;
  outline: none;
  padding-left: 13px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.box .nice-select-dropdown::-webkit-scrollbar {
   width: 12px;
  border-radius: 10px;
   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: 31px;
     border-radius: 8px;
     border: 4px solid #FFFFFF;
     background-clip: content-box;
     background-color: #979797;
}
 .switch {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 56px;
      height: 28px;
      border-radius: 18px;
      float:right;
      cursor: pointer;
    }
    .switch-input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
    }
    .switch-label {
      position: relative;
      display: block;
      height: inherit;
      font-size: 10px;
      text-transform: uppercase;
      background:  rgb(1, 109, 227);
      border-radius: inherit;

    }
    .switch-label:before, .switch-label:after {
      position: absolute;
      top: 50%;
      margin-top: -.5em;
      line-height: 1;
      -webkit-transition: inherit;
      -moz-transition: inherit;
      -o-transition: inherit;
      transition: inherit;
    }
    .switch-label:before {
      content: attr(data-off);
      right: 9px;
      color:#ffffff;
     font-size:12px;
    }
    .switch-label:after {
      content: attr(data-on);
      left: 11px;
      color: #ffffff;
      opacity: 0;
      font-size:12px;
    }
    .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: 4px;
      left: 4px;
      width: 20px;
      height: 20px;
      border-radius: 100%;

    }
    .switch-handle:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -9px 0 0 -8px;
      width: 18px;
      height: 18px;
      background: #ffffff;
      border-radius: 15px;

    }
    .switch-input:checked ~ .switch-handle {
      left: 30px;

    }
    /* 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:16px 0 0 0;
    border: 1px solid transparent;
}

.newsletter-checkbox-text a{
	  color:#000000;
	 font-family: Effra-Bold;
	 font-size: 14px;
}

.newsletter-checkbox-text p{
    color:#000000;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    font-family: Effra-Regular;
    padding:0 0 0 13px;
    margin-bottom:0;
}
.newsletter-checkbox{
    padding-top:5px;
}
.newsletter-checkbox .newsltr-checkbox {
    width:14px;
    height:14px;
    color:#000000;

}

.newsletter-checkbox-container {
    display: block;
    position: relative;
    padding-left: 11px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -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: 14px;
    width: 14px;
    background-color: #00AEEF;
    border: 1px solid #212121;
    border-radius: 1px;
  }

  /* 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: 3px;
	top:1px;
    width: 5px;
    height: 8px;
    border: solid #000000;
    border-width: 0 1px 1px 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 {
    margin-top: -15px;
}

.newsletter-signup .newsletter-china-checkbox.china-consent .newsletter-checkbox {
    padding-top: 0px;
}

.newsletter-signup .newsletter-china-checkbox.china-consent .newsletter-checkbox-container {
    margin-top: -11px;
}

.newsletter-signup .newsletter-china-checkbox.china-consent .newsletter-checkbox-text p {
    margin-left: 11px;
    padding: 0 0 0 0px;
}

.newsletter-signup .newsletter-china-checkbox.china-consent.ns_one {
  margin-bottom: 16px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

	.newsletter-signup .newsletter-signup-wrapper {
        padding: 32px 24px 0px 24px;
        display:flex;
        flex-direction: column;
    }
    .newsletter-button-mand{
    display:none;
    }
    .closed{display:none;}
    .newsletter-signup .newsletter-signup-wrapper .newsletter-signup-cont {
        flex: 0 0 49.018%;
        padding: 0;
        width:100%
    }
    .newsletter-signup-closed{
    display:flex;
     }

.signup-closed{
display: inline-block;
    content: '';
    background-image: url('ibhomepage/images/newsmall_cross.svg');
     vertical-align: middle;
    background-repeat: no-repeat;
     position: absolute;
    right:0;
    font-family: 'Icons';
   margin:0 24px 21px 0;
    width:24px;
    height: 24px;
}
	.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form {
        flex: 0.6 0 33.45%;
        padding: 0;
        padding-top: 0px;
    }
.newsletter-button{
   width:20%;

}
    .newsletter-message{
    padding:32px 0 0px 0;
      }

	.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-cont .newsletter-signup-title {
    font-size: 24px;
    letter-spacing: -0.192px;
    line-height: 24px;
    margin-bottom: 16px;
    margin-top: 0;
    width: 90%;
    font-weight: 700;
  }

	.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-cont .newsletter-signup-teaser {
	  font-size: 14px;
    line-height: 22px;
  }

  .newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form button {
    margin-bottom: 24px;
  }

     .newsletter-button-mand-mobile{
        display:flex;
        padding-top:24px;
        padding-bottom:30px;
        margin:0;
        align-content: center;
        align-items: center;
        justify-content: center;
        height: 80px;
        margin-top: 24px;
    }

	.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form input[type="submit"],
  .newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form button {
      margin-top: 0px;
      width: auto;
      height: auto;
      float: left;
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 18px;
  }

	.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: 5px;
    }

    .newsletter-email {
      padding-right: 16px;
    }

   .newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form input[type="text"] {
        width:46vw;
        background-position: 94% 11px !important;
    }
  .box .nice-select {
   width:46vw;
    background-position: 89% 11px !important;

}
    .box .nice-select.open .nice-select-dropdown {
  width:46vw;

    }

  .newsletter-mandatory {
    text-align: left;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom:0;
    width:80%;
    padding: 0px 0px 24px 0px;
  }

    .email-cookie-title {
     padding:32px 0 6px 32px;
    }
    .email-cookie-text{
	padding-left:32px;
	padding-right:35px;
    }
    .modal-content {
     width: 90%;
     }
    .manage-submit-button ,.manage-submit-button:hover{
    margin-left:32px;
    }
    .cookie-buttons{
        margin-bottom:32px;
    }
    .ot-checkbox{
	 width:100%;padding-right:0;
    }
   .ot-form-consent{
     display:flex;
     flex-direction: column;
     padding:0 32px;
     justify-content: flex-start;
    }
   .cookie-title-sn{
    padding-top:24px;
    padding-bottom:0;
     }
    .cookie-title-ra,.cookie-title-tr{
    padding-top:16px;
    padding-bottom:0;
    }

   .newsletter-submit-message p, .newsletter-submit-error-message p {
      padding: 8px 0 0 24px;
      width: 75%;
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
   }

    .newsletter-submit-message .close{
    margin:12px;
   }
   .newsletter-submit-message,.newsletter-submit-error-message{
     width:100%;
    margin:0;
    }
  .modal{
     height:100%;
  }


.error-pp{

   width:100%;
}

.newsletter-title {
  padding: 0 0 0 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.008em;
}

.errorclosed{
   margin:32px 24px 21px 0;
}
.newsletter-retarget-checkbox{
    padding:0;
}
.newsletter-checkbox{
    padding-top:4px;
}
.email-notice-title{
    padding-top: 32px;
}
.email-notice-text,.email-notice-title{
    padding-left: 32px;
    padding-right: 32px;
}
.notice-close-button{
    margin-left: 32px;
    margin-bottom: 32px;
}

.col__full-width .newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form input[type="text"] {
  width: 320px;
  }

  .col__full-width .box .nice-select {
    width: 320px;
    background-position: 89% 11px !important;
}

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    .newsletter-email {
        width: 100%;
    }

    .newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form input[type="text"] {
        width: 100%;
        background-position: 94% 11px !important;
    }

    .newsletter-signup .newsletter-signup-wrapper .container {
        padding-top: 0;
        width: 100%;
    }

    .newsletter-signup .newsletter-signup-wrapper .box .nice-select {
        width: 100%;
        background-position: 89% 11px !important;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
    .newsletter-email {
        width: 100%;
    }

    .newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form input[type="text"] {
        width: 100%;
        background-position: 94% 11px !important;
    }

    .newsletter-signup .newsletter-signup-wrapper .container {
        padding-top: 0;
        width: 100%;
    }

    .newsletter-signup .newsletter-signup-wrapper .box .nice-select {
        width: 100%;
        background-position: 89% 11px !important;
    }
}

@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) {
  .newsletter-signup .newsletter-signup-wrapper .box .nice-select {
    background-position: 86% 11px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .modal {
        padding-top:120px;
 }

    .newsletter-signup .newsletter-signup-wrapper .box .nice-select {
        background-position: 85% 11px !important;
   }

}

@media only screen and (max-width: 767px) {

	.newsletter-signup .newsletter-signup-wrapper {
        padding: 32px 16px 0px 16px;
	    flex-direction: column;
    }

    .closed {
        display:none;
    }

    .newsletter-signup .newsletter-signup-wrapper .newsletter-signup-cont {
        padding: 0;
        width:100%
    }
    .newsletter-signup-closed{
    display:flex;
     }
	.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-cont .newsletter-signup-title {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.24px;
        margin-top:0;
        margin-bottom:16px;
        height:auto;
        width:90%;
	}

    .newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form button {
        margin-bottom: 20px;
        margin-top: 12px;
    }

	.box .nice-select {
    background-position: 89% 11px !important;
    font-size: 16px;
    line-height: 24px;
    letter-spacing:0;
    width: 100%;

}

.signup-closed{
display: inline-block;
    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:8px 16px 21px 0;
	width:24px;
	height: 24px;
    background-size: 12px 12px;
}
	.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form {
    	flex-direction: column;
		margin-bottom: 0;
        padding: 0;
    }

	.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form input[type="text"] {
        width:100%;
    	 padding: 0;
        font-size:16px;
     line-height: 24px;
    padding-left:5px;


    }
 .newsletter-signup-form input[type="text"]{
    background-position: 96% 11px !important;
}
	.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: 13px 26px;

        width:auto;
	    height:auto;
        font-size: 16px;
        line-height: 16px;
    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:82px;
    }
    .newsletter-signup .newsletter-signup-wrapper .newsletter-signup-cont .newsletter-signup-teaser {
	    font-size: 14px;
        line-height: 22px;
        letter-spacing: 0;
    }
   .newsletter-message{
	display:flex;
	width:auto;
	flex-direction: column;
    padding: 32px;
    }
   .newsletter-mandatory{
    text-align: right;
    font-size:14px;
    line-height: 22px;
   padding: 0px;

     }
   .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: 24px;
    letter-spacing:0;
    width: 100%;

    }
   .newsletter-email{
      padding-right:0;
      padding-bottom: 32px;
    }
  .box .nice-select.open .nice-select-dropdown {
       width:100%;
    }
  .box .nice-select-dropdown::-webkit-scrollbar {
   width: 15px;
   }
   .box .nice-select.open .nice-select-dropdown::-webkit-scrollbar-thumb {
     height: 38px;
   }

   .newsletter-signup .newsletter-china-checkbox.china-consent.ns_two {
        padding-top: 0px;
        margin-bottom: -4px;
    }

   .country-error{
   padding-top:38px;
   }
    .email-cookie-title {
     padding:26px 15px 8px 16px;
    }
   .email-cookie-text{
	padding-left:16px;
	padding-right:15px;
    }
  .manage-submit-button ,.manage-submit-button:hover{
    width:160px;
    height:36px;
    border-radius: 20.5px;
    font-size:16px;
    line-height: 1;
    padding: 8px;
    margin-right:15px;
    margin-left:16px;
   }

  .accept-submit-button ,.accept-submit-button:hover{
   width:110px;
    height:36px;
    font-size: 16px;
   }
   .preference-title ,.cookie-title-sn,.cookie-title-ra,.cookie-title-tr{
     padding: 12px 0 6px 0;
  }
  .preference-title ,.cookie-title-sn{
    padding-top: 16px;
    }
  .preference-title {
     padding-left:16px;
  }
  .preference-text{
	 padding:0 16px;
  }
   .ot-form-consent{
     display:flex;
     flex-direction: column;
     padding:0 16px;
     justify-content: flex-start;
    }
  .ot-submit-button,.ot-submit-button:hover{
    width:180px;
	height:36px;
    margin:32px 16px;
   }
  .ot-checkbox{
	padding-right:0px;
    width:auto;
    }
   .newsletter-submit-message,.newsletter-submit-error-message{
   margin:0 0 9px 0;
   }
  .newsletter-submit-message p,.newsletter-submit-error-message p{
     padding:8px 16px 12px 16px;
     width:auto;
      font-size: 14px;
   }
    .newsletter-submit-message .close{
    margin:15px;
   }
   .switch {
      width: 47px;
      height: 23px;
      padding-top:5px;
    }
    .switch-label:before {
     font-size:10px;
    }
    .switch-label:after {
      font-size:10px;
    }
    .switch-handle:before {
      margin:-5px 0 0 -9px;
      width: 15px;
      height: 15px;
    }
    .switch-input:checked ~ .switch-handle {
      left: 26px;
    }
    .modal{
       height:100%;
       padding-top:100px;
    }
.newsletter-title{padding:0 0 0 16px;}
.errorclosed{
   margin:40px 16px 21px 10px;
    background-image: url('ibhomepage/images/icons-x-black.svg');
    background-size: 12px 12px;
}
.newsletter-popup{
 bottom:10 !important;
 }
.error-pp{
    width: auto;
   margin:0 0 0 0 !important;

}
.newsletter-checkbox-text a{
	 font-size: 12px;
}

.newsletter-checkbox-text p{
    font-size: 12px;
}
.newsletter-checkbox{
    padding-top:4px;
}
    .email-notice-title{
        padding-top: 32px;
    }
    .email-notice-text,.email-notice-title{
        padding-left: 32px;
        padding-right: 32px;
    }
    .notice-close-button{
        margin-left: 32px;
        margin-bottom: 32px;
    }

    .newsletter-signup .newsletter-china-checkbox.china-consent.ns_one {
      margin-bottom: 12px;
    }

	.newsletter-signup .newsletter-china-checkbox.china-consent .newsletter-checkbox-text {
      margin-top: -17px;
    }
}

@media only screen and (max-width: 320px){
    .newsletter-signup .newsletter-signup-wrapper {
        padding: 32px 8px;
	   flex-direction: column;
	   width:100%;
    }
    .signup-closed{
      margin:0 5px 21px 0;
      }
    .manage-submit-button ,.manage-submit-button:hover{
    width:160px;
    height:36px;
    border-radius: 20.5px;
    font-size:16px;
    line-height: 1;
    padding: 8px;
    margin-right:15px;
    margin-left:16px;
   }
   .accept-submit-button ,.accept-submit-button:hover{
   width:110px;
    height:36px;
    font-size: 16px;
        margin:10px 15px 0 16px;
   }
    .modal{
       height:100%;
       padding-top:100px;}


.errorclosed{
   margin:32px 16px 21px 10px;

}
.error-pp{
   margin:0px 0 0 0 !important;
   width:100%;
}
.newsletter-message{
	padding:24px 0 0 0;
	}
.newsletter-popup{
    bottom:10px;
 }

 .newsletter-button {
  width: 265px;
}

 .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:210px 0 0 0;
}
.newsletter-popup{
 bottom:10 !important;
 }


}
@media only screen and (min-width: 1185px) and (max-width: 1279px) {
    .newsletter-mandatory{
      margin-bottom:0;
      margin-right:0;
      text-align: left;
    }
  .newsletter-signup{
	width: 1024px;
}

.newsletter-title{padding:54px 0 0 54px;}
   .error-pp{
   height:auto;
	width: 100%;

}
 .errorclosed{
   margin:54px 44px 21px 0;
}
.newsletter-submit-message p,.newsletter-submit-error-message p{
   padding:8px 0 0 54px;
   }
.newsletter-message{
    padding-top:0;
}
.newsletter-signup .newsletter-signup-wrapper .newsletter-signup-cont .newsletter-signup-teaser {
    padding:0 0 20px 0;
}
.newsletter-button{
   width:20%;

}
}
@media only screen and (max-width: 1280px) {
     .modal-content {
       width: 93%;
    }
            .newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form input[type="submit"],
    .newsletter-signup .newsletter-signup-wrapper .newsletter-signup-form button {

        width:auto;

    }

}
@media only screen and (max-width: 1229px) {
.ot-form-consent{
     display:flex;
     flex-direction: column;
     padding:0 32px;
     justify-content: flex-start;
    }
   .ot-checkbox{
    width:auto;
}

}
@media only screen and (max-width: 823px) and (orientation: landscape) {
  .newsletter-signup-form input[type="text"]{
    background-position: 98% 11px;
}

  .box .nice-select {
    background-position: 94% 11px;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .newsletter-signup{
	width: 100%;
	max-width:100%;
    margin: 0 auto;
}
}
.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: 32px;
    padding-left: 1em;
    padding-right: 1em;
    border: none;
}

.new-design-template .link-blocks__content {
	background: #F7F7F7;
    padding-bottom: 32px;
    height: 100%;
    border: none;
}

.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: 16px;
}

.new-design-template .link-blocks__item img {
	display: block;
	min-height: 120px;
}

.new-design-template .link-blocks__title {
	font-family: Effra-Bold;
    font-size: 1.75rem;
    color: #000000;
    line-height: 36px;
}

.new-design-template .link-blocks__content .link-blocks__link {
	margin-bottom: 16px;
}

.new-design-template .link-blocks__content .link-block-label {
	font-family: Effra-Bold;
    font-size: 0.875rem;
    color: #009ED8;
    letter-spacing: 0;
    line-height: 16px;
    text-transform: uppercase;
    padding: 0 15px;
    margin-bottom: 8px;
}

.new-design-template .link-blocks__content .link-blocks__heading {
    border: none;
    font-family: Effra-Bold;
    font-size: 1.875rem;
    color: #00395D;
    letter-spacing: -1px;
    line-height: 28px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    background-color: transparent;
}

.new-design-template .link-blocks__content .link-blocks__heading a {
    border: none;
    font-family: Effra-Bold;
    font-size: 1.875rem;
    color: #000000;
    letter-spacing: -1px;
    line-height: 28px;
    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: 15px;
    padding-right: 15px;
    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: 0.875rem;
    color: #333333;
    line-height: 24px;
}

.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: 20px;
    padding-right: 20px;
}

.new-design-template .link-blocks__item.link-blocks__2-columns {
	width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .new-design-template .link-blocks__title {
        font-family: Effra-Bold;
        font-size: 1.75rem;
        color: #0074A6;
        line-height: 36px;
        padding: 0 54px;
        margin-bottom: 36px;
    }

    .new-design-template .link-blocks__item.link-blocks__2-columns {
        width: 100%;
    }

	.new-design-template .link-blocks__content .link-blocks__link {
        margin-bottom: 20px;
    }

	.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: 20px;
        padding-right: 20px;
    }

    .new-design-template .link-blocks__content {
        padding-bottom: 20px;
        border: none;
    }

	.new-design-template .link-blocks__wrapper .link-blocks__item.link-blocks__2-columns {
        margin-bottom: 30px;
        padding-left: 72px;
        padding-right: 72px;
    }

	.new-design-template .link-blocks__item.link-blocks__4-columns {
        width: 50%;
        margin-bottom: 20px;
    }

    .new-design-template .link-blocks__item.link-blocks__4-columns:nth-child(2n+1) {
        clear: both;
    	padding-left: 20px;
        padding-right: 10px;
    }

	.new-design-template .link-blocks__item.link-blocks__4-columns:nth-child(even) {
        padding-left: 10px;
        padding-right: 20px;
    }

	.new-design-template .link-blocks__item {
        width: 33.33%;
        margin-bottom: 25px;
    }

    .new-design-template .link-blocks__item:not(.link-blocks__4-columns):not(.link-blocks__2-columns):nth-child(3n+1) {
        clear: both;
    	padding-left: 20px;
        padding-right: 12.5px;
    }

	.new-design-template .link-blocks__item:not(.link-blocks__4-columns):not(.link-blocks__2-columns):nth-child(3n+2) {
        padding-left: 12.5px;
        padding-right: 12.5px;
    }

	.new-design-template .link-blocks__item:not(.link-blocks__4-columns):not(.link-blocks__2-columns):nth-child(3n+3) {
        padding-left: 12.5px;
        padding-right: 20px;
    }

	.new-design-template .link-blocks__item:not(.link-blocks__4-columns):not(.link-blocks__2-columns) .link-blocks__heading,
	.new-design-template .link-blocks__item:not(.link-blocks__4-columns):not(.link-blocks__2-columns) .link-blocks__heading a {
		font-size: 1.5rem;
        letter-spacing: -0.8px;
	}

}

@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: 15px;
		border: none;
    }

	.new-design-template .link-blocks__content .link-blocks__link {
        margin-bottom: 15px;
    }

    .new-design-template .link-blocks__wrapper .link-blocks__item {
    	margin-bottom: 20px;
    }

    .new-design-template .link-blocks__item:before {
		display: none;
    }

	.new-design-template .link-blocks__title {
        font-size: 1.125rem;
        color: #0074A6;
        margin-bottom: 25px;
    }
}
.new-design-template .search-results__results .headerId {
    margin: 7px 0 0;
    clear: both;
    display: block;
}

.new-design-template .search-results .row#articles-container {
	margin-bottom: 30px;
}

.new-design-template .search-results {
	margin-left: -0.9375em;
    margin-right: -0.9375em;
    width: auto;
}

.new-design-template .search-results__search-field .search-results__input {
	border-radius: 0;
    border: 1px solid #999999;
    border-right: none;
    font-family: Effra-Regular;
    font-size: 1.25rem;
    color: #333333;
    line-height: 34px;
    padding-left: 20px;
    margin-bottom: 15px;
}

.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/search-icon.svg") no-repeat;
    margin-right: 10px;
    margin-bottom: 7px;
    margin-top: 8px;
    background-size: 100%;
}

.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: 1.5rem;
    color: #00395D;
    letter-spacing: -0.96px;
    line-height: 45px;
}

.new-design-template .search-results .search-results__item > .row {
	display: flex;
    flex-direction: column;
}

.new-design-template .search-results__results .search-results__item__image {
	width: auto;
    height: auto;
	margin-bottom: 0px;
    padding-left: 0;
}

.new-design-template .search-results__results .search-results__item__image img {
	width: 100%;
    margin-bottom: 20px;
}

.new-design-template .search-results__results .search-results__item__copy {
	width: 100%;
    max-width: 100%;
    padding-right: 0;
    display: flex;
    flex-direction: column;
}

.new-design-template .search-results .search-results__results .row .search-results__item .row .search-results__item__copy h3 {
	font-family: Effra-Bold;
    font-size: 0.875rem;
    color: #009ED8;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 10px;
}

.new-design-template .search-results .search-results__results .row .search-results__item .row .search-results__item__copy h2 {
	font-family: Effra-Bold;
    font-size: 1.5rem;
    color: #00395D;
    letter-spacing: -0.8px;
    line-height: 28px;
    margin-bottom: 10px;
}

.new-design-template .search-results .search-results__results .row .search-results__item .row .search-results__item__copy h2 a {
	font-family: Effra-Bold;
    font-size: 1.5rem;
    color: #00395D;
    letter-spacing: -0.8px;
    line-height: 28px;
}

.new-design-template .search-results .search-results__results .row .search-results__item .row .search-results__item__copy p {
	font-family: Effra-Regular;
    font-size: 0.875rem;
    color: #333333;
    line-height: 22px;
    margin-bottom: 5px;
}

.new-design-template .search-results .search-results__results .row .search-results__item .row .search-results__item__copy p.date {
	font-family: Effra-Regular;
    font-size: 0.875rem;
    color: #333333;
    line-height: 26px;
    margin-bottom: 0;
	font-weight: normal;
	order: 4;
}

.new-design-template .search-results__item:after {
    border-bottom: none;
}

.new-design-template .search-results .search-results__results .row .search-results__item {
	padding: 20px 0 10px;
    word-break: break-word;
}

.new-design-template .search-results__item:first-child:before {
	border-bottom: none;
    display: none;
}

.new-design-template .search-results__more-stories {
	margin-top: 20px;
	margin-bottom: 30px;
}

.new-design-template .search-results__more-stories a {
	font-family: Effra-Regular;
    font-size: 1.125rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 18px;
	background: #0074A6;
	border-radius: 30px;
	padding: 13px 61px;
	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 .ib_search-results__filter__holder {
	border-top: 1px solid #E5EBEE;
    padding-top: 17px;
}

.new-design-template .search-results-filter-label {
    margin: 0px 18px 13px 0 !important;
    border-radius: 18px;
    background: #0074A6;
}

.new-design-template #ib_searchresults-filter-section .search-results-filter-label a {
	padding: 0 40px 0 13px;
    font-family: Effra-Regular;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 34px;
}

.new-design-template .search-results .search-results-filter-label a:after {
    right: 12px;
    font-size: 1.125rem;
}

.new-design-template .ib_search-results__filter__holder {
    margin-top: 118px;
}

.new-design-template #ib_searchresults-filter-section {
    margin-bottom: 7px;
}

.new-design-template .search-results .search-results__filter {
	width: 100%;
    max-width: 100%;
    z-index: 10;
    visibility: hidden;
}

.new-design-template .search-results .search-results_relevance_dropdown {
	width: 100%;
    max-width: 100%;
    top: 60px;
    visibility: hidden;
}

.new-design-template .search-results__results .search-results_relevance_dropdown .search-results_relevance_cont_list {
    display: block;
}

.new-design-template .search-results__results .search-results_relevance_dropdown ul {
    width: 100%;
    max-width: 100%;
}

.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: #333333;
    line-height: 34px;
	border: none;
    padding: 5px 20px 5px 0;           
}

.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: #00395D;
    font-family: Effra-Regular;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 34px;   
    padding-left: 12px;    
    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 1.5px 1.5px 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: 4px;
}

.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;
}

.new-design-template .search-results__filter .search-results__filter__holder {
	background: #00395D;
    font-family: Effra-Regular;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 34px;   
    padding-left: 12px;    
    border-radius: 0;
    border: none;
    padding: 0;
    padding-bottom: 4px;
}

.new-design-template .search-results__results .search-results_relevance_dropdown ul li:not(.init) {
	background: #00395D;
    font-family: Effra-Regular;
    font-size: 0.875rem;
    color: #FFFFFF;
    line-height: 22px;   
    padding: 7px 12px;   
    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: 11px;
}

.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: 0.875rem;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
    padding: 7px 12px;
}

.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: 10px;     
    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: 5px;
    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 1px 1px 0;
    -webkit-transform: rotate(45deg); // tilts the shape
 	-moz-transform: rotate(45deg);
  	-o-transform: rotate(45deg);
  	transform: rotate(45deg);
    left: 5px;
    position: absolute;
}

.new-design-template .search-results__more-stories p {
	background: #FFFFFF;
    border: none;
}

@media only screen and (min-width: 768px) {

    .new-design-template .search-results__results .headerId h1 {
        font-size: 1.875rem;
        letter-spacing: -1.2px;
    }

    .new-design-template .search-results .search-results__item > .row {
        flex-direction: row;
    }

	.new-design-template .search-results__results .search-results__item__image {
		flex: 0 0 236px;
        margin-right: 22px;
	}

	.new-design-template .search-results__results .search-results__item__image img {
        width: 100%;
        margin-bottom: 0px;
    }

	.new-design-template .search-results .search-results__results .row .search-results__item .row .search-results__item__copy p {
		line-height: 24px;
	}

	.new-design-template .search-results__more-stories a {
        padding: 13px 29px;
    }

	.new-design-template .search-results .search-results__filter,
	.new-design-template .search-results .search-results_relevance_dropdown {
        position: absolute;
        width: 38%;
        max-width: 380px;
        min-width: 300px;
        z-index: 2;
    }

	.new-design-template .search-results .search-results_relevance_dropdown {
        right: 0;
        top: 0;
    }

	.new-design-template .ib_search-results__filter__holder {
        margin-top: 44px;
    }

	.new-design-template .ib_search-results__filter__holder {
        padding-top: 24px;
    }

	.new-design-template .search-results-filter-label {
        margin: 0px 18px 18px 0 !important;
    }

	.new-design-template #ib_searchresults-filter-section .search-results-filter-label a {
        padding: 0 40px 0 13px;
        font-size: 1.25rem;
    	line-height: 36px;
    }

	.new-design-template .search-results__filter .search-results__filter__holder .search-results__filter__col a {
		border: none;
	}

	.new-design-template .search-results__more-stories {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1025px) {

    .new-design-template .search-results .row#articles-container {
		width: 960px;
	}

    .new-design-template .search-results__results .search-results__item__image {
		flex: 0 0 369px;
        margin-right: 20px;
	}

    .new-design-template .search-results .search-results__results .row .search-results__item .row .search-results__item__copy h3 {
        margin-bottom: 12px;
    }

	.new-design-template .search-results .search-results__results .row .search-results__item .row .search-results__item__copy h2 {
        font-size: 1.875rem;
        letter-spacing: -1px;
        margin-bottom: 15px;
    }

	.new-design-template .search-results .search-results__results .row .search-results__item .row .search-results__item__copy h2 a {
        font-size: 1.875rem;
        letter-spacing: -1px;
    }

	.new-design-template .search-results .search-results__results .row .search-results__item {
		border-bottom: none;
	}

	.new-design-template .search-results__search-field .search-results__input {
        margin-bottom: 20px;
    }

	.new-design-template .ib_search-results__filter__holder {
        margin-top: 54px;
    }

	.new-design-template .search-results .search-results_relevance_dropdown {
        max-width: 270px;
        min-width: 260px;
    }

	.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: 10px;
	}

	.new-design-template .search-results__filter__toggle {
        display: block !important;
        text-align: left;
    }

	.new-design-template .search-results__filter__toggle:after {
		display: none;
	}

	.new-design-template .search-results__filter .search-results__filter__holder {
        margin-top: 0;
		display: none;
    	padding-bottom: 0;
    }

	.new-design-template .search-results .search-results__filter,
	.new-design-template .search-results .search-results_relevance_dropdown {
        z-index: 22;
    }

	.new-design-template .search-results__filter .search-results__filter__holder .search-results__filter__col .search-results__filter__list {
        margin-left: 0;
    }

	.new-design-template .search-results__results .headerId h1 {
        margin: 0;
    }

	.new-design-template .search-results .search-results__filter {
		max-width: 340px;
    	min-width: 340px;
    }

    .new-design-template .search-results .search-results__filter:nth-child(2) {
		max-width: 260px;
    	min-width: 260px;
        left: 370px;
    }

	.new-design-template .search-results__more-stories {
        margin-top: 54px;
    }
}
.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{
    margin-left: 60px;
    margin-right: auto;
    max-width: 73.125em;
	margin-bottom: 15px;
}

.headerTextblue, .headerTextwhite{
	display: flex;
	flex-direction: row;
}

.headerTextblue .rightPanel .teaserText{
	color: #00395d;
}

.headerTextblue .leftPanel .textTitle{
	color: #000000;
}

.headerTextwhite .leftPanel .textTitle, 
.headerTextwhite .rightPanel .teaserText{
	color: #ffffff;
}

.leftPanel, .rightPanel{
    flex: 0 0 50%;
}

.contentType{
	font-family: Effra-Bold;
    font-size: 14px;
    color: #009ed8;
    line-height: 16px;
    letter-spacing: 0;
	margin-bottom: 24px;
}
.headerTextComp .contentType a{
    font-family: Effra-Bold;
	font-size:16px;
	text-decoration: none;
    padding-left: 25px;
    position: relative;
    color: #009ed8;
    text-transform:uppercase;
}
.headerTextComp .contentType a::before{
	display: inline-block;
    content: '';
    background-image: url('images/Desktop.svg');
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    font-family: 'Icons';
    top:4px;
}
.textTitle{
	font-family: Effra-Bold;
    font-size: 100px;
    line-height: 100px;
    letter-spacing: -4px;
}

.teaserText{
	font-family: Effra-Regular;
    font-size: 22px;
    line-height: 32px;
}

.headerButton{
	font-family: Effra-Regular;
	font-size: 14px;
    line-height: 24px;
    width: 150px;
    height: 32px;
    border-radius: 30px;
    border: solid 2px #00aeef;
    padding: 4px 16px;
    text-decoration: none;
}

.headerTextblue .rightPanel .buttonDiv .headerButton{
	color: #00395d;
}

.headerTextwhite .rightPanel .buttonDiv .headerButton{
	color: #ffffff;
}

.buttonDiv{
	display: block;
	margin: 24px 0;
}

.buttonDiv div {
    margin-right: 8px;
    margin-bottom: 16px;
    float: left;
}
.headerImage{
	min-height: 40px;
	padding-right: 20px;
}

@media only screen and (max-width: 767px) {

.headerTextblue, .headerTextwhite {
    display: flex;
    flex-direction: column;
}

.headerTextComp {
	margin: 24px;
}

.headerImage{
	margin-bottom: 17px;
	min-height: 40px;
	padding-right: 0;
}

.textTitle {
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -3px;
	margin-bottom: 24px;
}

.teaserText {
    font-size: 16px;
    line-height: 24px;
}

.buttonDiv div {
    margin-right: 8px;
    margin-bottom: 16px;
    float: left;
}

.buttonDiv {
    display: block;
}
.headerTextComp .contentType a{
    font-size:12px;
    padding-left: 18px;
}

.headerTextComp .contentType a::before{
    background-image: url('images/Mobile.svg');
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {

.headerTextblue, .headerTextwhite {
    display: flex;
    flex-direction: column;
}

.headerTextComp {
	margin: 24px;
}

.headerImage{
	margin-bottom: 17px;
	padding-right: 0;
	min-height: 40px;
}

.textTitle {
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -3px;
	margin-bottom: 24px;
}

.teaserText {
    font-size: 16px;
    line-height: 24px;
}

.buttonDiv div {
    margin-right: 8px;
    margin-bottom: 16px;
    float: left;
}

.buttonDiv {
    display: block;
}
.headerTextComp .contentType a{
    font-size:14px;
    padding-left: 18px;
}
.headerTextComp .contentType a::before{
    background-image: url('images/iPad.svg');
}
}
/*CSS for Info Card Component Starts*/
.infoCard{
	display: flex;
	flex-direction: row;
	margin-left: auto;
    margin-right: auto;
    max-width: 73.125em;
	margin-bottom: 50px;
}

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

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

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

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

.infoCard .rightText{
	display: flex;
	flex: 1;
	flex-direction: column;
	padding : 75px 93px 75px 72px;
}

.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: #333333;

}

.infoCard .rightText h1{
	font-family: Effra-Bold;
	font-size: 40px;
	line-height: 40px;
    letter-spacing: -0.8px;
	margin-top: 0;
}

.infoCard .rightText p{
	font-family: Effra-Regular;
	font-size: 18px;
	line-height: 32px;
	margin-top: 0;
}

.infoCard .rightText  li{ 
	font-family: Effra-Regular;
	font-size: 18px;
	line-height: 32px;
}

.infoCard .rightText  ul{ 
	margin-bottom: 25px;
	margin-left: 30px;
}

.infoCard .rightText .InfoCardButton{ 
	font-family: Effra-Regular;
	font-size: 18px;
	color: #ffffff;
	line-height: 18px;
	text-decoration: none;
	align-self: flex-start;
	padding: 14px 25px;
	border-radius: 30px;
}

.infoCard.green .rightText .InfoCardButton{ 
	background: #00395d;
}

.infoCard.grey .rightText .InfoCardButton{ 
	background: #0074A6;
}


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

.infoCard .rightText {
    padding: 24px 22px 36px 22px;
}

.infoCard .rightText h1 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -1.12px;
}

.infoCard .rightText p {
    font-size: 16px;
    line-height: 24px;
}

.infoCard .rightText li {
    font-size: 16px;
    line-height: 24px;
}
.infoCard .rightText .InfoCardButton{ 
	margin-top: 0px;
	margin-left: 8px;
	padding: 12px 19px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.infoCard .rightText {
    padding: 25px 15px 25px 36px;
}
.infoCard .rightText h1 {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -1px;
}
.infoCard .rightText p {
    font-size: 14px;
    line-height: 23px;
}

.infoCard .rightText li {
    font-size: 14px;
    line-height: 23px;
}
.infoCard .rightText .InfoCardButton{ 
    font-size: 16px;
    line-height: 16px;
	padding: 6px 22px 8px 20px;
}
}
/*CSS for theme header Component Starts*/

.themeHeaderComp{
	display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 80em;
    margin-bottom: 50px;
}


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

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

.themeHeaderMoreThemesButton.bg_color_darkblue{
    border: solid 2px #00395d;
}                                
 .themeHeaderMoreThemesButton.bg_color_white{
	border: solid 2px #ffffff;
}

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

.themeHeaderHeadTwo{
	display: flex;
	flex-direction: row;

	align-items: center;
}

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

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

.themeHeaderHead.bg_color_ .themeHeaderHeadOne div{
	margin: 20px 0;
}

.themeHeaderHead.bg_color_darkblue .themeHeaderHeadOne.bg_color_darkblue div:before{
    content: url('ibhomepage/images/arrow-blue-left.svg');
}
.themeHeaderHead.bg_color_white .themeHeaderHeadOne.bg_color_white div:before{
    content: url('ibhomepage/images/arrow-white-left.svg');
}

.themeHeaderHead .themeHeaderHeadOne div:before{
    visibility: visible;
    border: 1px;
	position: absolute;
    margin-top: -1px;
}

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

}

.themeHeaderHeadOne h1{
	font-family: Effra-Bold;
	font-size: 100px;
	line-height: 100px;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: -4px;
	text-decoration: none;
    text-align:left;
	word-wrap: break-word;
}

.themeHeaderImg img{
	width: 100%;
    vertical-align: middle;
	min-height: 340px;
	height: 448px;
}

.themeHeaderImg{
	position: relative;
}

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

.themeHeaderHeadOne{
	display: flex;
	flex-direction: column;
	width: 57%;
    padding: 50px 50px 0 50px;
}
.themestext{
    width: 57%;
    padding:0 50px 0 0;
}

.themesSectionContainer{
	width: 43%;
    padding-left:10px;
}


.themeHeaderMoreThemes{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
    align-items: center;
    flex: 1;
	align-self: flex-end;
}
.themeHeaderText{
	display: flex;
	flex-direction: row;
	padding: 48px 50px 48px 50px;
}

.themeHeaderText p{
	font-family: Effra-Regular;
	font-size: 18px;
	line-height: 32px;
	margin-top: 0;
}

.themeHeaderText b{
	font-family: Effra-Bold;
	font-size: 18px;
	line-height: 32px;
	margin-top: 0;
}

.themeHeaderText h1{
    font-family: Effra-Bold;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -1px;
    margin-top: 56px;
}

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

.themeHeaderSubscribe a{
	font-family: Effra-Regular;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	border-radius: 30px;
    background-color: #00395d;
    padding: 12px 21px;
	align-self: flex-start;
}


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

.themeHeaderAuthor{
	display: flex;
	flex-direction: row;
	height: 48px;
	margin-top: 48px;
}

.themeHeaderAuthor img{
	width: 45px;
	height: 48px;
}

.themestext p{
   margin:0;
}

.themeHeaderAuthText{
    font-family: Effra-Bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    margin-left: 20px;
	padding: 8px 0;
}

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

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

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

 .themeHeaderHeadTwo{
	flex-direction: column;


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

	width:100%;
}
.themeHeaderHeadTwo .themeHeaderSubscribe, .themeHeaderHeadOne {
    width: 100%;
}

.themeHeaderHeadTwo .themeHeaderSubscribe{
	    padding: 0px 0 32px 0;
}

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

.themeHeaderReadMoreButton{
	margin-bottom: 16px;
}
.themeHeaderText p , .themeHeaderText b{
    font-size: 16px;
    line-height: 24px;
}
.themeHeaderText h1 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.67px;
    margin-top: 16px;
}
.themeHeaderAuthor img{
	width: 37px !important;
	height: 40px !important;
}
.themeHeaderAuthText{
	padding: 4px 0 !important;

}
.themeHeaderAuthor{

	margin-top: 34px;
	width:260px;
}
}


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

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

.themeHeaderHeadOne h1 {
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -3px;
 }

 .themeHeaderHeadTwo{
	flex-direction: column;


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

	width:100%;
}
.themeHeaderHeadTwo .themeHeaderSubscribe, .themeHeaderHeadOne {
    width: 100%;
}

.themeHeaderHeadTwo .themeHeaderSubscribe{
	    padding: 0px 0 32px 0;
}

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

.themeHeaderReadMoreButton{
	margin-bottom: 16px;
}
.themeHeaderText p , .themeHeaderText b{
    font-size: 16px;
    line-height: 24px;
}
.themeHeaderText h1 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.67px;
    margin-top: 16px;
}
.themeHeaderAuthor img{
	width: 37px !important;
	height: 40px !important;
}
.themeHeaderAuthText{
	padding: 4px 0 !important;

}
.themeHeaderAuthor{

	margin-top: 34px;
	width:260px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.themeHeaderImg img{
	min-height: 0;
	height: 384px;
}
.themeHeaderImg {
    position: static;
}
.themeHeaderHeadOne {
    position: static;
	padding: 32px 62px 0 62px;
	margin-bottom: 0;
}

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

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

.themestext{

	width:100%;
}
 .themeHeaderSubscribe a{
	font-size: 16px;
	line-height: 16px;
 }

 .themeHeaderReadMoreButton{
	line-height: 18px;
	margin-right:0;
 }

.themeHeaderMoreThemes{
	margin-bottom: 6px;
}

 .themeHeaderMoreThemesButton{
	line-height: 16px;
	margin-left: 13px;
	margin-right:0;
 }

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

.themeHeaderHeadTwo .themeHeaderSubscribe{
    width: 42%;
}

.themeHeaderHeadTwo{

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

.themeHeaderText p , .themeHeaderText b{
    font-size: 18px;
    line-height: 30px;
}
.themeHeaderText h1 {
	font-size: 30px;
	line-height: 33px;
}
.themeHeaderAuthor img{
	width: 37px !important;
	height: 40px !important;
}
.themeHeaderAuthText{
	padding: 4px 0 !important;
}
.themeHeaderAuthor{

	margin-top: 20px;
}

}
.home-card_weekly-insight-twitter, .home-card_theme {
    display: flex;
    flex-direction: row;
    max-width: 80em;
    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: 570px;
    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: 570px;
    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: 570px;
    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: 570px;
    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: 570px;
    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: 1185px !important;
}

.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: 80em;
    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: 80em;
        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: 80em;
        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;
    }

    .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: 80em;
        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: 80em;
        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;
	left: 27px;
	overflow-x: hidden;
	padding: 12px 12px 0px 12px;
}

.section-container {
	border: 1px solid transparent;
	width: auto;
	left: 10px;
	padding: 8px 0;
}

.section-title {
	width: 167px;
	height: auto;
	margin-left: 5px;
	font-family: Effra-Bold;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 16px;
	letter-spacing: normal;
	color: #006de3;
	margin-bottom: 0px;
}

.sections-link-container {
	margin-left: 5px;
	list-style-type: none;
}

.section-links a {
	width: 167px;
	height: auto;
	margin: 16px 0 16px 0px;
	font-family: Effra-Regular;
	font-size: 14px;
	font-stretch: normal;
	font-style: normal;
	line-height: 16px;
	letter-spacing: normal;
	color: #000000;
	text-decoration: none;
	display: block;
}

.section-links p {
	margin-bottom: 0px;
	font-family: Effra-Regular;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}

.section-links {
	position: relative;
	left: -6px;
}

.signup-container {
	padding-top: 24px;
	width: 175px;
	height: auto;
	margin: 35px 0 0 5px;
	padding: 12px 16px;
	background-color: #f3f3f3;
}

.signup-title {
	display: flex;
	height: auto;
	margin: 0;
	font-family: Effra-Bold;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: normal;
	color: #000000;
	width: 116px;
}

.email-input-field {
	width: 116px;
	height: auto;
	margin: 8px 0 16px;
	font-family: Effra-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.57;
	letter-spacing: normal;
	color: #515151;
}

.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 {
	float: right;
	margin-top: 2px;
	height: 17px;
	width: 17px;
	filter: invert(0%) sepia(83%) saturate(0%) hue-rotate(0deg)
		brightness(0%) contrast(120%);
	-ms-filter: invert(0%) sepia(83%) saturate(0%) hue-rotate(0deg)
		brightness(0%) contrast(120%);
	position: relative;
	display: inline;
}

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

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

.sign-up-btn {
	height: auto;
	padding: 8px 20.5px;
	border-radius: 30px;
	background-color: #006de3;
	color: white;
	font-family: Effra-Regular, sans-serif;
	box-shadow: none;
	border: 1px solid transparent;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: normal;
	text-align: center;
	width: auto;
	margin: 0 16px 0 0;
}

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

.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: 20px;
	width: 167px;
	margin-bottom: 5px;
	font-size: inherit;
	margin: 16px 0 16px 6px;
}

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

.row__full-bleed {
	position: relative;
}

.link-container-ul {
	margin-bottom: -15px;
}

/* width */
.link-container-ul::-webkit-scrollbar {
	width: 0px;
	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: auto;
	position: fixed;
	bottom: 0px;
	z-index: 9;
}

::-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: 5px 12px 15px 0;
	width: 18px;
	height: 16px;
	cursor: pointer;
	background-image: url("ibhomepage/images/DownArrow.svg");
	background-size: 1em;
}

.goto-section-para .flip, .goto-section-para-top .flip {
	margin: 15px 16px 15px 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: 64px;
	position: relative;
	width: 100%;
	background: white;
	margin-left: auto;
	margin-right: auto;
	max-width: 80em;
	margin-bottom: 20px;
    padding-bottom:10px;
}

.go-to-section-top-header {
	height: 64px;
	position: initial;
	width: 100%;
	max-width: 80em;
	background:#f5f5f5;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
     padding-bottom:10px;
    padding:0 0 0 42px;
}

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

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

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

.section-links-li-top {
	padding: 16px 32px 16px 10px;
	display: block;
}

.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: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: normal;
	color: #666;
	margin-bottom: 0;
}

.section-links-top a {
	font-family: Effra-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: normal;
	color: #666;
}

.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: 5px;
}

/* HD Resolution */
@media only screen and (min-width: 2520px) and (max-width: 4000px) {
	.section-parent {
		position: relative;
		left: 36px;
		margin-left: 0px;
	}
}

@media only screen and (min-width: 1920px) and (max-width: 2500px) {
	.section-parent {
		position: relative;
		left: 36px;
		margin-left: 0px;
	}
}

@media only screen and (min-width: 1700px) and (max-width: 1900px) {
	.section-parent {
		position: relative;
		left: 36px;
		margin-left: 0px;
	}
}

@media only screen and (min-width: 1600px) and (max-width: 1690px) {
	.section-parent {
		position: relative;
		left: 36px;
		margin-left: 0px;
	}
}

@media only screen and (min-width: 1420px) and (max-width: 1590px) {
	.section-parent {
		position: relative;
		left: 36px;
		margin-left: 0px;
	}
}

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

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

/* 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: 10px 1px 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: 0px;
		font-family: Effra-Regular;
		font-size: 14px;
		color: #000000;
		text-decoration: none;
		line-height: 16px;
	}
	.section-links p, .section-links-top p {
		line-height: 24px;
	}
	.goto-section-init p, .goto-section-init-top p {
		width: 90%;
		white-space: nowrap;
		overflow: hidden !important;
		text-overflow: ellipsis;
		font-size: 14px;
	}
   .goto-section-init-top p {
         font-weight:bold;
    }
	.goto-section-init, .goto-section-init-top {
		display: block;
		padding: 9px 16px;
		height: 42px;
		width: auto;
		font-size: 14px;
		border: 1px #515151 solid;
		border-radius: 6px;
		line-height: 24px;
	}
	.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: 9px 12px 9px 20px;
	width: auto;
	line-height: 24px;
	width: auto;
	margin: 0;
	font-family: Effra-Regular;
	font-weight: normal;
	font-size: 14px;
	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: 75px 0 20px 5px;
}

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

.email-input-field {
	width: 60%;
	height: auto;
	margin: 8px 0 16px;
}

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

.close-signup-button {
	float: right;
	margin-top: 2px;
	height: 12px !important;
	width: 12px !important;
	filter: invert(0%) sepia(83%) saturate(0%) hue-rotate(0deg)
		brightness(0%) contrast(120%);
	-ms-filter: invert(0%) sepia(83%) saturate(0%) hue-rotate(0deg)
		brightness(0%) contrast(120%);
	position: relative;
	display: inline;
}

.signup-title {
	width: 95%;
	display: inline;
	font-size: 16px;
	padding-left: 0px;
	position: relative;
	top: 5px;
}

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

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

.email-input-field::placeholder {
	opacity: 1;
	font-size: 14px;
}

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

.sign-up-btn {
	float: right;
	height: 32px;
	width: 100px;
	margin: 8px 0 0 0;
}

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

}
@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: 550px !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:54px;
        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:
	1025px) {
	.go-to-section-top {
		height: auto;
		width: 100%;
		box-shadow: none;
        margin:16px 0;
	}
	.go-to-section-top-header {
		box-shadow: none;
        background:transparent;
         padding:0;
		position: relative;		 
	}
	.link-container-ul, .link-container-ul-top {
		padding: 10px 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: 12px 16px;
		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: 48px;
	width: auto;
	margin: 0;
	padding: 12px 20px;
	font-family: Effra-Regular;
	font-weight: normal;
	font-size: 16px;
	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: 0px;
	font-family: Effra-Regular;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}

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

.section-links p, .section-links-top p {
	font-size: 16px;
}

.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 16px;
	height: 56px;
	display: flex;
	flex-direction: row;
	align-content: flex-start;
	align-items: center;
	margin: 77px 0 0 5px;
}

.section-container input[type="text"], .section-container-top input[type="text"]
	{
	padding-top: 24px;
	width: 96%;
	position: relative;
	margin-left: 10px;
	font-size: 18px;
}

.close-signup-button {
	margin-left: 500px;
	float: right;
	margin-top: 2px;
	height: 17px;
	width: 17px;
	filter: invert(0%) sepia(83%) saturate(0%) hue-rotate(0deg)
		brightness(0%) contrast(120%);
	-ms-filter: invert(0%) sepia(83%) saturate(0%) hue-rotate(0deg)
		brightness(0%) contrast(120%);
	position: absolute;
	display: inline;
}

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

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

.signup-btn-close-ipad .close-signup-button {
	margin-left: 50px;
	float: right;
	margin-top: 2px;
	height: 17px;
	width: 17px;
	filter: invert(0%) sepia(83%) saturate(0%) hue-rotate(0deg)
		brightness(0%) contrast(120%);
	-ms-filter: invert(0%) sepia(83%) saturate(0%) hue-rotate(0deg)
		brightness(0%) contrast(120%);
	position: relative;
	display: inline;
}

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

.section-title {
	font-size: 18px;
	width:auto;
}

.signup-title {
	top: 0;
	width: 181px;
	height: 18px;
	font-family: Effra-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.13;
	letter-spacing: normal;
	margin: 0;
}

.email-input-field {
	width: 328px;
	height: 22px;
	margin: 5px 23px 5px 16px;
	font-family: Effra-Regular;
	font-size: 14px;
	line-height: 1.57;
}

.sign-up-btn {
	margin: 12px 0;
}

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

}

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

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

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

    .section-links-li, .section-links-li-top {
        height: 60px;
    }

    .signup-container {
        width: 98.5%;
        background-color: #F3F3F3;
        padding: 0 16px;
        height: auto;
        display: block;
        margin: 0px 0 0 5px;
    }

    .link-container-ul {
        padding: 10px 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: 5px 0px 5px 0px;
        font-family: Effra-Regular;
        font-size: 14px;
        line-height: 1.57;
    }

    .signup-title {
        margin: 5px 0px 0px 0px;
		width: 11vw;
		height: auto;
    }

    .signup-button-close .close-signup-button {
        margin-top: 10px;
        margin-left: 0px;
    }

    .sections-link-container {
        margin-bottom: 22px;
    }

    .section-title {
        margin-left: 10px;
    }

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

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

@media only screen and (min-device-width: 768px) and (max-device-width: 915px) and (orientation: landscape) {
	.go-to-section-top {
		height: auto;
		width: 100%;
		box-shadow: none;
        margin:16px 0;
	}
	.go-to-section-top-header {
		box-shadow: none;
        background:transparent;
         padding:0;
		position: relative;		 
	}
	.link-container-ul, .link-container-ul-top {
		padding: 10px 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: 12px 16px;
		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: 48px;
	width: auto;
	margin: 0;
	padding: 12px 20px;
	font-family: Effra-Regular;
	font-weight: normal;
	font-size: 16px;
	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: 0px;
	font-family: Effra-Regular;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}

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

.section-links p, .section-links-top p {
	font-size: 16px;
}

.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 16px;
	height: 56px;
	display: flex;
	flex-direction: row;
	align-content: flex-start;
	align-items: center;
	margin: 77px 0 0 5px;
}

.section-container input[type="text"], .section-container-top input[type="text"]
	{
	padding-top: 24px;
	width: 96%;
	position: relative;
	margin-left: 10px;
	font-size: 18px;
}

.close-signup-button {
	margin-left: 500px;
	float: right;
	margin-top: 2px;
	height: 17px;
	width: 17px;
	filter: invert(0%) sepia(83%) saturate(0%) hue-rotate(0deg)
		brightness(0%) contrast(120%);
	-ms-filter: invert(0%) sepia(83%) saturate(0%) hue-rotate(0deg)
		brightness(0%) contrast(120%);
}

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

.section-title {
	font-size: 18px;
	width:auto;
}

.signup-title {
	top: 0;
	width: 181px;
	height: 18px;
	font-family: Effra-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.13;
	letter-spacing: normal;
	margin: 0;
}

.email-input-field {
	width: 328px;
	height: 22px;
	margin: 5px 23px 5px 16px;
	font-family: Effra-Regular;
	font-size: 14px;
	line-height: 1.57;
}

.sign-up-btn {
	margin: 12px 0;
}

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

@media only screen and (min-device-width: 1025px) and (max-device-width:
	1366px) {
	.link-container-ul {
		margin-bottom: -5px;
	}
	.signup-container {
		width: 152px;
		height: auto;
		display: block;
		padding-top: 12px;
		margin-top: 10px;
	}
	.section-links-li {
		line-height: 20px;
		width: auto;
		float: left;
		margin: 16px 0 0 6px;
	}
	.section-links p {
		width: 152px;
		word-wrap: break-word;
	}
	.section-links a {
		margin: 0;
		width: 152px;
		word-wrap: break-word;
	}
	.sections-link-container {
		display: grid;
		width: auto;
		margin-left: 0;
	}
	.section-container input[type="text"] {
		padding-top: 30px;
	}
	.signup-button-close {
		width: 30%;
		float: right;
	}
	.close-signup-button {
		float: right;
		margin-top: 2px;
		height: 17px;
		width: 17px;
		filter: invert(0%) sepia(83%) saturate(0%) hue-rotate(0deg)
			brightness(0%) contrast(120%);
		-ms-filter: invert(0%) sepia(83%) saturate(0%) hue-rotate(0deg)
			brightness(0%) contrast(120%);
		margin-left: 20px;
		position: absolute;
		display: inline;
	}
	.email-button-container {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		align-content: flex-start;
		justify-content: flex-start;
	}
	.signup-title {
		height: auto;
		margin: 0 0 8px;
		font-size: 14px;
		width: 70%;
	}
	.email-input-field {
		width: auto;
		height: auto;
		margin: 5px 0;
		font-family: Effra-Regular;
		font-size: 14px;
		line-height: 1.57;
	}
}

/* Internet Explorer */
@media screen and (-ms-high-contrast: active) , ( -ms-high-contrast :
	none) {
	.close-signup-button {
		height: 20px;
		margin-top: 0px;
	}
	.section-links a {
		line-height: 16px;
		display: table-header-group;
	}
	.section-links {
		position: relative;
		left: -3px;
	}
	.section-title {
		margin-left: 6px;
	}
	.signup-container {
		margin: 24px 0 0 7px;
	}
	.signup-title {
		border: 1px solid transparent;
		display: -ms-grid;
	}
	.newsletter-popup {
		width: 1280px;
		max-width: 80em;
	}
}
.experts-panel-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 80em;
    background: #f3f3f3;
    min-height:332px;
    padding: 64px 24px 24px 54px;
    object-fit: contain;

    }

.experts-panel-title{
  width: auto;
  height: 28px;
  margin: 0 314px 31px 0;
  object-fit: contain;
  font-family: Effra-Bold;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.93;
  letter-spacing: -1px;
  color: #000000;
}

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

.author-container{

 display: flex;
    flex-direction: column;

  object-fit: contain;
    padding:0 0 40px 0;

}
.author-desc-container{
	padding-left:15px;
}

.author-img-container{

      display: flex;
}
.authors-image{
 width: 48px;
	height: 48px;
    border-radius:50%;
}

.author-teaser{

  object-fit: contain;
  font-family: Effra-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
    padding:10px 0 0 0;

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

.author-title{
  width:auto;  
  min-width: 169px;
  height: auto;
  object-fit: contain;
  font-family: Effra-Bold;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
    padding:0 0 0 0;

    }
.author-position{
   min-width: 208px;
  object-fit: contain;
  font-family: Effra-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
    padding:0 0 0 0;
        }

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


    .experts-panel-container{


  width:auto;

  padding: 40px 16px 50px;
  object-fit: contain;
   background: rgba(217, 217, 217, .2);

    }
.experts-panel-title{
	width: 288px;
	height: auto;
	margin: 0 314px 16px 0;
	object-fit: contain;
	font-family: Effra-Bold;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.93;
	letter-spacing: -1px;
	color: #000000;
}
.author-container{

 display: flex;
    flex-direction: column;

  object-fit: contain;
    padding:0 0 40px 0;

}
.author-parent-container{
 display: flex;
 flex-direction: column;
}

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

  object-fit: contain;
  font-family: Effra-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;

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


}

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

 .experts-panel-container{
   width:auto;
   padding: 40px 0 0 32px;
   object-fit: contain;
   background: rgba(217, 217, 217, .2);

    }
.experts-panel-title{
	width: auto;
	height: auto;
	margin: 0 314px 31px 0;
	object-fit: contain;
	font-family: Effra-Bold;
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.93;
	letter-spacing: -0.6px;
	color: #000000;
}
.author-container{

    display: flex;
    flex-direction: column;
    object-fit: contain;
    padding:0 30px 40px 0;

}

.author-parent-container{
 display: grid;
  grid-template-columns: repeat(2, 1fr);


}
.author-parent-container.parent-container {
       display: block;
        width: 500px;
        margin: 0 auto;

    }

   .author-container.container {
        margin: 0 auto
    }

    .experts-panel-title.expert-title {
        width: 500px;
        margin: 0 auto;
        margin-bottom:31px;
    }
}   
.hero-media {
  display: flex;
  flex-direction: initial;
  background-color: lightgray;
  height: auto;
}

.new-design-feature-page .hero-media, .new-design-feature-page .heromedia-full-report {
  margin-left: auto;
  margin-right: auto;
  max-width: 80em;
}

.hero-media>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 {
  width: 34.55%;
}

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

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

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

.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.text-over-img, .hero-media .heromedia-text-parent.white.text-over-img {
  position: absolute;
  z-index: 1;
  background: transparent;
  width: 100%;
  margin-top: 561px;
}

.hero-media .author-title-block.text-video,
.hero-media .author-title-block.text-img-3366 {
  width: 70%;
}

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

.heromedia_ReadButton_div.mbl.textOverlayBtnDiv {
  display: none;
}

.heromedia_ReadButton {
  width: auto;
  height: 48px;
  background: #006DE3;
  border-radius: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  font-family: Effra-Regular;
  color: #ffffff;
  padding: 15px 20px 15px 21px;
  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 {
  padding: 0px 48px 58px 48px;
  display: none;
}

.hero-media .heromedia-series-img.text-video,
.hero-media .heromedia-series-img.text-img-3366 {
  padding: 0px 24px 16px 0px;
}

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

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

.hero-media .heromedia-text-parent.white.text-video,
.hero-media .heromedia-text-parent.white.text-img-3366 {
  border-color: #D3D3D3;
  border-style: solid;
  border-width: 1px 0px 0px 1px;
}

.hero-media .heromedia-content-type {
  width: 100%;
  height: auto;
  border: 1px solid transparent;
  color: #ffffff;
  padding-left: 48px;
  padding-top: 48px;
  font-family: Effra-Bold !important;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
}

.hero-media .heromedia-content-type.text-over-img {
  display: block;
  padding: 0px 0px 7px 153px;
}

.hero-media .heromedia-content-type.text-video,
.hero-media .heromedia-content-type.text-img-3366 {
  padding: 48px 17px 16px 54px;
}

.hero-media .heromedia-content-type.text-video pre,
.hero-media .heromedia-content-type.text-img-3366 pre{
  font-size: 14px;
  font-family: Effra-Bold;
}

.hero-media .heromedia-content-type.news-article-page {
  padding: 48px 48px 0px 48px;
}

.hero-media .heromedia-title.news-article-page {
  padding: 16px 48px 0px 48px;
  margin: 0px;
}

.hero-media .heromedia-teaser.news-article-page {
  padding: 16px 48px 24px 48px;
}

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

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

.hero-media .heromedia-title.text-video,
.hero-media .heromedia-title.text-img-3366 {
  line-height: 45px;
  padding: 0px 17px 16px 54px;
  margin: 0px 0px 0px 0px;
}

.hero-media .heromedia-social-link.text-video, 
.hero-media .white .heromedia-social-link.text-video,
.hero-media .heromedia-social-link.text-img-3366,
.hero-media .white .heromedia-social-link.text-img-3366 {
  display: inline-block;
  padding: 0px 0px 16px 54px;
  bottom: 0;
  position: relative;
}

.hero-media .heromedia-author.text-video,
.hero-media .heromedia-author.text-img-3366 {
  padding: 0px 54px 30px 54px;
}

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

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

.hero-media .heromedia-title {
  width: 100%;
  height: auto;
  border: 1px solid transparent;
  padding-left: 48px;
  padding-top: 16px;
  padding-right: 54px;
  margin: 0px auto 16px 0px;
  font-family: Effra-Bold;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: -2px;
}

.hero-media .heromedia-title.text-over-img {
  margin-bottom: 22px;
  padding: 0px 148px 0px 148px;
  width: 100%;
}

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

.hero-media .heromedia-title p {
  color: #ffffff;
  font-family: Effra-Bold;
  font-size: 50px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 45px;
  letter-spacing: -2px;
  text-align: left;
  margin-bottom: 0px;
}

.hero-media .heromedia-author p {
  color: #ffffff;
  margin: 0 0 -2px 0px;
  font-family: Effra-Regular;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
}

.hero-media .heromedia-teaser p {
  color: #ffffff;
  text-align: left;
  font-family: Effra-Regular;
  font-size: 20px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 32px;
  letter-spacing: normal;
  margin-bottom: 0px;
}

.hero-media .heromedia-author {
  width: 100%;
  height: auto;
  border: 1px solid transparent;
  padding: 0px 54px 16px 48px;
}

.hero-media .heromedia-author.text-over-img {
  padding: 0px 155px 55px 154px;
}

.hero-media .heromedia-teaser {
  width: 100%;
  height: auto;
  border: 1px solid transparent;
  padding: 16px 76px 24px 48px;
}

.heromedia_ReadButton_div.textOverlayBtnDiv {
  float: right;
  margin-right: -8px;
  margin-top: -6px;
  display: flex;
}

.heromedia_ReadButton_div.textOverlayBtnDiv .heromedia_ReadButton {
  opacity: 0.5;
}

.heromedia_ReadButton_div.textOverlayBtnDiv .heromedia_ReadButton:hover {
  opacity: 1;
}

.hero-media.text-over-img .heromedia_ReadButton_div.textImageBtnDiv,
.hero-media.text-img .heromedia_ReadButton_div.textOverlayBtnDiv,
.hero-media.text-video .heromedia_ReadButton_div.textOverlayBtnDiv,
.hero-media.text-img-3366 .heromedia_ReadButton_div.textOverlayBtnDiv {
  display: none;
}

.heromedia_ReadButton_div.textImageBtnDiv {
  padding: 0px 0px 58px 48px;
  display: flex;
}

.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%;
}

.hero-media .author-icon-img {
  width: 37px;
  height: 37px;
  border-radius: 20px;
  margin-right: -12px;
}

.hero-media .heromedia-text-parent.white .social-share-list-item img,
.hero-media .heromedia-social-link.text-video .social-share-list-item img,
.hero-media .heromedia-social-link.text-img-3366 .social-share-list-item img {
  width: 35px;
  height: 35px;
  margin-right: 0px;
}

.hero-media .heromedia-text-parent.dark-blue .social-share-list-item img {
  width: 20px;
  margin-right: 16px;
  height: auto;
}

.hero-media .social-share-list {
  margin-bottom: 0px;
}

.hero-media .social-share-list .social-share-list-item {
  display: inline;
}

.hero-media .heromedia-series-img img {
  width: 100px;
  float: right;
}

.hero-media .author-date {
  color: #ffffff;
  margin-top: -8px;
  margin-left: 12px;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
}

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

.hero-media .author-icons {
  width: auto;
  margin-right: 18px;
}

.hero-media .author-title-block {
  position: absolute;
  width: 30rem;
  margin-left: 0px;
}

.hero-media .heromedia-social-link {
  display: inline-block;
  padding: 0px 0px 34px 48px;
  bottom: 0;
  position: absolute;
}

.hero-media .white .heromedia-social-link {
  padding-bottom: 33px;
}

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

.hero-media .heromedia-social-link.ipad, .hero-media .heromedia-author.ipad {
  display: none;
}

.hero-media .heromedia-series-img {
  height: auto;
  float: right;
  padding: 0px 48.56px 33px 0px;
}

.hero-media .dark-blue .heromedia-series-img {
  padding: 0px 48.18px 34px 0px;
}

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

.heromedia-full-report {
  font-family: Effra-Bold;
  height: auto;
  padding: 24px 54px 24px 54px;
  background-color: #f3f3f3;
  overflow: hidden;
  border-bottom: 1px solid lightgray;
  border-top: 1px solid lightgray;
}

.heromedia-full-report p {
  font-size: 20px;
  font-family: Effra-Bold;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #515151;
  margin-bottom: 0px;
}

.heromedia-full-report a {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #006de3;
  text-decoration: none;
}

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

.hero-media.text-video .heromedia_ReadButton_div.textImageBtnDiv,
.hero-media.text-img-3366 .heromedia_ReadButton_div.textImageBtnDiv{
  padding: 0px 48px 48px 48px;
  display: flex;
}

.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-family: Effra-Bold;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

@media only screen and (max-width: 767px) {
  .hero-media .heromedia-image.image-mobile {
    display: block;
  }

  .hero-media .heromedia-image {
    display: block;
  }

  .hero-media .heromedia-textoverimage-parent .heromedia-image {
    display: none;
  }

  .hero-media .heromedia-textoverimage-parent .heromedia-image.image-mobile {
    display: block;
  }

  .hero-media .heromedia-text-parent.text-over-img {
    width: 95%;
    margin-top: 0px;
  }
  
  .hero-media .heromedia-text-parent .heromedia-social-link {
    padding: 0px 0px 17px 16px;
  }

  .hero-media .heromedia-text-parent.white .heromedia-social-link {
    padding: 0px 0px 16px 19px;
  }

  .heromedia_ReadButton_div.textImageBtnDiv {
    padding: 0px 16px 32px 16px;
  }

  .heromedia_ReadButton_div.textOverlayBtnDiv {
    display: none;
  }
  
  .hero-media .dark-blue .heromedia-series-img {
    padding: 0px 15.64px 16.02px 0px;
  }

  .hero-media .heromedia-series-img {
    padding: 0px 15.56px 16px 0px;
  }

  .heromedia_ReadButton_div.mbl.textOverlayBtnDiv {
    display: block;
    padding: 0px 16px 43px 16px;
    float: left;
    margin-right: 0px;
    margin-top: 0px;
  }

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

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

  .heromedia_ReadButton_div.mbl.textOverlayBtnDiv .heromedia_ReadButton {
    opacity: 1;
	outline: none;
    text-decoration: none;
    box-shadow: none;
    border-color: transparent;
  }

  .hero-media .heromedia-textoverimage-parent {
    width: 100%;
    min-height: 300px;
    height: 680px;
  }

  .heromedia-text-parent.news-article-page .heromedia_ReadButton_div.textImageBtnDiv {
    padding: 0px 58px 58px 21px;
  }

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

  .hero-media.news-article-page .heromedia_ReadButton_div.mbl.textOverlayBtnDiv .heromedia_ReadButton {
    display: none;
  }

  .hero-media .heromedia-content-type.text-over-img {
    display: block;
    padding: 16px 16px 9px 16px;
  }

  .hero-media.text-video .heromedia_ReadButton_div.textImageBtnDiv,
  .hero-media.text-img-3366 .heromedia_ReadButton_div.textImageBtnDiv {
    padding: 0px 16px 43px 16px;
  }

  .heromedia_ReadButton {
    width: auto;
    height: 32px;
    background: #006DE3;
    border-radius: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    font-family: Effra-Regular;
    height: 32px;
    display: flex;
    align-items: center;
  }

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

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

  .hero-media .author-title-block.text-over-img {
    width: 60%;
  }

  .hero-media .heromedia-title.text-over-img {
    margin-bottom: 17px;
    padding: 0px 16px 0px 16px;
    width: 100%;
  }

  .hero-media .heromedia-author.text-over-img {
    padding: 0px 16px 18px 16px;
  }

  .hero-media .heromedia-title.text-over-img p {
    letter-spacing: -1px;
  }

  .hero-media .heromedia-content-type.text-video,
  .hero-media .heromedia-content-type.text-img-3366 {
    padding: 16px 16px 9px 16px;
  }

  .hero-media .heromedia-title.text-video,
  .hero-media .heromedia-title.text-img-3366 {
    line-height: 1.13;
    padding: 0px 17px 16px 16px;
    margin: 0px 0px 0px 0px;
  }

  .hero-media .heromedia-author.text-video,
  .hero-media .heromedia-author.text-img-3366 {
    padding: 0px 16px 18px 16px;
  }

  .hero-media .heromedia-social-link.text-video,
  .hero-media .heromedia-social-link.text-img-3366 {
    padding: 0px 0px 16px 16px;
  }

  .hero-media .author-title-block.text-video,
  .hero-media .author-title-block.text-img-3366 {
    width: 70%;
  }

  .hero-media.text-video .heromedia-video-parent .custom_video {
    margin-bottom: 0px;
  }

  .hero-media .heromedia-text-parent.white.text-video,
  .hero-media .heromedia-text-parent.white.text-img-3366 {
    border-top: none;
    border-left: none;
  }

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

  .hero-media .heromedia-content-type.news-article-page {
    padding: 24px 30px 0px 21px;
  }

  .hero-media .heromedia-title.news-article-page {
    padding: 9px 30px 0px 21px;
    margin: 0px;
  }

  .hero-media .heromedia-teaser.news-article-page {
    padding: 20px 30px 24px 21px;
  }
}

@media only screen and (max-width: 420px) {
  .hero-media .author-icon-img {
    width: 32px;
    height: 32px;
    border-radius: 20px;
    margin-right: -12px;
    max-width: 32px;
    max-height: 32px;
  }
}

@media only screen and (max-width: 375px) {
  .hero-media .author-title-block.text-over-img {
    width: 60%;
  }
}

/* Portrait Mobile */
@media only screen and (min-device-width: 320px) and (max-device-width: 600px) and (orientation: portrait) {
  .hero-media {
    flex-direction: column-reverse;
    height: auto;    
  }

  .hero-media>div {
    width: 100%;
  }

  .hero-media .heromedia-image-parent img {
    height: auto;
  }

  .hero-media .heromedia-content-type {
    padding: 16px 16px 8px 16px;
    font-size: 14px;
  }

  .hero-media .heromedia-title {
    font-family: Effra-Bold;
    font-size: 30px;
    line-height: 1.13;
    letter-spacing: -1px;
    padding: 0px 16px 0px 16px;
    margin-top: 0px;
  }

  .hero-media .heromedia-title p {
    font-family: Effra-Bold;
    font-size: 30px;
    line-height: 1.13;
    letter-spacing: -1px;
  }

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

  .hero-media .heromedia-author {
    width: 100%;
    height: auto;
    border: 1px solid transparent;
    padding: 0px 16px 16px 16px;
    display: flex;
  }

  .hero-media .author-date {
    font-size: 14px;
  }

  .hero-media .heromedia-teaser {
    padding: 0px 16px 16px 16px;
  }

  .hero-media .heromedia-teaser p {
    font-size: 14px;
    line-height: 1.6;
  }

  .hero-media .author-title-block {
    width: 60%;
    position: relative;
  }

  .heromedia-full-report p {
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 1.83;
    letter-spacing: -0.1px;
  }

  .heromedia-full-report {
    height: auto;
    padding: 16px 13px 18px 13px;
    overflow: hidden;
  }

  .heromedia-full-report a {
    font-size: 12px;
    line-height: 1.33;
  }

  .hero-media .heromedia-social-link {
    display: inline-block;
    padding: 0px 0px 30px 24px;
  }

  .hero-media .social-share-list-item img {

    margin-right: 15px;
  }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (orientation: portrait) {
  .hero-media {
    flex-direction: column-reverse;
    height: auto;    
  }

  .hero-media>div {
    width: 100%;
  }

  .hero-media .heromedia-image-parent img {
    height: auto;
  }

  .hero-media .heromedia-content-type {
    padding: 16px 16px 8px 16px;
    font-size: 14px;
  }

  .hero-media .heromedia-content-type pre {
    font-size: 14px;
    font-family: Effra-Bold;
  }

  .hero-media .heromedia-title {
    font-family: Effra-Bold;
    font-size: 30px;
    line-height: 1.13;
    letter-spacing: -1px;
    padding: 0px 16px 0px 16px;
    margin-top: 0px;
    margin-bottom: 16px;
  }

  .hero-media .author-title-block {
    width: 60%;
  }

  .hero-media .heromedia-title p {
    font-family: Effra-Bold;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -1px;
  }

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

  .hero-media .heromedia-author {
    width: 100%;
    height: auto;
    border: 1px solid transparent;
    padding: 0px 16px 16px 16px;
    display: flex;
  }

  .hero-media .author-date {
    font-size: 14px;
  }

  .hero-media .heromedia-teaser {
    padding: 0px 16px 16px 16px;
  }

  .hero-media .heromedia-social-link {
    display: inline-block;
    padding: 0px 0px 30px 19px;
  }

  .hero-media .heromedia-teaser p {
    font-size: 14px;
    line-height: 22px;
  }

  .heromedia-full-report {
    height: auto;
    padding: 16px 13px 18px 13px;
    overflow: hidden;
  }

  .heromedia-full-report p {
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 1.83;
    letter-spacing: -0.1px;
  }

  .heromedia-full-report a {
    font-size: 12px;
    line-height: 1.33;
  }

  .hero-media .social-share-list-item img {

    margin-right: 30px;
  }
}

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

  .hero-media>div {
    width: 100%;
  }
}

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

  .hero-media>div {
    width: 100%;
  }

  .hero-media .heromedia-content-type {
    padding: 31px 16px 17px 24px;
    font-size: 14px;
  }

  .hero-media .heromedia-title {
    font-family: Effra-Bold;
    font-size: 30px;
    line-height: 1.13;
    letter-spacing: -1px;
    padding: 0px 16px 4px 24px;
    margin-top: 0px;
  }

  .hero-media .heromedia-title.text-over-img {
    margin-bottom: 0px;
    padding: 0px 56px 31px 56px;
    width: 100%;
  }

  .hero-media .heromedia-title p {
    font-family: Effra-Bold;
    font-size: 50px;
    line-height: 45px;
    letter-spacing: -2px;
  }

  .hero-media .heromedia-social-link.ipad, .hero-media .heromedia-author.ipad {
    display: none;
  }

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

  .hero-media .heromedia-social-link, .hero-media .heromedia-author {
    display: block;
  }

  .hero-media .heromedia-author.text-img {
    padding: 0px 32px 24px 32px;
    position: relative;
    width: 85%;
  }

  .hero-media .heromedia-teaser.text-img {
    padding: 0px 32px 24px 32px;
  }

  .hero-media .heromedia-teaser {
    padding: 40px 16px 64px 24px;
  }

  .hero-media.text-img .heromedia-title {
    padding: 0px 32px 24px 32px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .heromedia-text-parent.text-img .heromedia-content-type {
    padding: 32px 32px 16px 32px;
    font-size: 14px;
  }

  .heromedia-text-parent.text-img .heromedia_ReadButton_div.textImageBtnDiv {
    padding: 0px 32px 40px 32px;
  }

  .hero-media .heromedia-author.text-video,
  .hero-media .heromedia-author.text-img-3366 {
    display: block;
    width: 100%;
    position: relative;
    padding: 0px 54px 60px 54px;
  }

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

  .hero-media .heromedia-series-img.text-video,
  .hero-media .heromedia-series-img.text-img-3366 {
    padding: 0px 22px 16px 0px;
  }

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

  .hero-media .heromedia-author {
    padding: 0px 16px 56px 24px;
    position: absolute;
    width: 85%;
  }

  .hero-media .author-date {
    margin-left: 0px;
  }

  .hero-media .heromedia-author.text-over-img {
    padding: 0px 0px 62px 56px;
    position: relative;
  }

  .heromedia_ReadButton_div.textOverlayBtnDiv .heromedia_ReadButton {
    opacity: 1;
  }

  .heromedia_ReadButton_div.textOverlayBtnDiv {
    float: right;
    margin-right: -56px;
    margin-bottom: 56px;
  }

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

  .hero-media.text-video .heromedia-social-link.ipad,
  .hero-media.text-img-3366 .heromedia-social-link.ipad {
    padding-left: 55px;
    display: none;
  }

  .hero-media .author-date {
    font-size: 14px;
  }

  .hero-media .heromedia-teaser p {
    font-size: 20px;
    line-height: 32px;
  }

  .hero-media .heromedia-social-link, 
  .hero-media .white .heromedia-social-link {
    padding: 0px 0px 32px 32px;
  }

  .heromedia-social-link.text-img .social-share-list-item img {
    margin-right: 10px;
    width: 35px;
    height: 35px;
  }

  .hero-media .heromedia-text-parent.dark-blue .social-share-list-item img {
    width: 20px;
    margin-right: 16px;
  }

  .heromedia-text-parent.news-article-page .heromedia_ReadButton_div.textImageBtnDiv {
    padding: 0px 32px 58px 32px;
  }

  .hero-media .author-title-block {
    width: 70%;
  }

  .heromedia-full-report {
    height: auto;
    padding: 24px 24px 24px 24px;
    background-color: #f3f3f3;
    overflow: hidden;
  }

  .hero-media.text-img .heromedia-image {
    width: 100%;
    height: auto;
    display: block;
  }

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

  .hero-media .heromedia-image.image-tablet {
    display: block;
    height: auto;
    width: 100%;
  }

  .hero-media .heromedia-content-type.text-over-img {
    display: block;
    padding: 0px 0px 16px 56px;
  }

  .hero-media .heromedia-series-img {
    height: auto;
    float: right;
    padding: 0px 31.56px 32px 0px;
  }
  
  .hero-media .dark-blue .heromedia-series-img {
    padding: 0px 32.18px 32px 0px;
  }

  .hero-media .heromedia-text-parent.text-over-img {
    margin-top: 0px;
    top: auto;
    margin-bottom: 0px;
  }

  .hero-media .social-share-list.text-over-img {
    display: none;
  }

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

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

  .hero-media.text-video .heromedia-video-parent .custom_video {
    margin-bottom: 0px;
  }

  .hero-media .heromedia-social-link.text-video,
  .hero-media .heromedia-social-link.text-img-3366 {
    display: inline-block;
    padding: 0px 0px 16px 54px;
    bottom: 0;
  }

  .hero-media .heromedia-text-parent.white.text-video,
  .hero-media .heromedia-text-parent.white.text-img-3366 {
    border-top: none;
    border-left: none;
  }

  .hero-media .heromedia-teaser.news-article-page p {
    font-size: 20px;
  }

  .hero-media .heromedia-content-type.news-article-page {
    padding: 29px 32px 0px 32px;
  }

  .hero-media .heromedia-title.news-article-page {
    padding: 19px 32px 0px 32px;
  }

  .hero-media .heromedia-teaser.news-article-page {
    padding: 24px 32px 32px 32px;
  }

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

}

@media only screen and (min-device-width: 320px) and (max-device-width: 658px) and (orientation: landscape) {
  .hero-media .heromedia-text-parent .heromedia-social-link {
    padding: 0px 0px 17px 48px;
  }

  .heromedia_ReadButton_div.textImageBtnDiv {
    padding: 0px 16px 58px 48px;
  }

  .hero-media .heromedia-text-parent.white .heromedia-social-link {
    padding: 0px 0px 16px 48px;
  }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (orientation: landscape) {
  .hero-media .heromedia-image-parent img {
    height: auto;
  }

  .hero-media {
    margin-top: 10px;
  }
}

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

  .hero-media>div {
    width: 100%;
  }

  .hero-media .heromedia-title {
    margin-top: 0px;
    margin: 0px 40px 30px 0px;
  }

  .hero-media .heromedia-title.text-over-img {
    margin-bottom: 17px;
    padding: 0px 40px 0px 50px;
    width: 100%;
  }

  .hero-media .heromedia-social-link.text-video,
  .hero-media .heromedia-social-link.text-img-3366 {
    display: inline-block;
  }

  .hero-media .heromedia-author {
    position: relative;
    width: 80%;
  }

  .heromedia-text-parent.news-article-page .heromedia_ReadButton_div.textImageBtnDiv {
    padding: 0px 32px 58px 32px;
  }

  .hero-media .heromedia-social-link, .hero-media .heromedia-author {
    display: block;
  }

  .hero-media .heromedia-social-link.ipad, .hero-media .heromedia-author.ipad {
    display: none;
  }

  .hero-media .heromedia-teaser {
    padding: 0px 76px 43px 48px;
  }

  .hero-media .heromedia-author {
    width: 100%;
    height: auto;
    border: 1px solid transparent;
    padding: 0px 54px 32px 48px;
  }

  .hero-media .heromedia-social-link {
    position: relative;
  }

  .hero-media .heromedia-social-link {
    bottom: -10px;
  }
  
  .hero-media .heromedia-social-link.text-img {
    display: inline-block;
	padding: 0px 0px 33px 48px;
    bottom: auto;
  }
  
  .hero-media .dark-blue .heromedia-social-link.text-img {
    padding: 0px 0px 34px 48px;
    bottom: -10px;
  } 
 
  .hero-media .author-title-block {
    width: 70%;
  }

  .hero-media.text-img .heromedia-image {
    width: 100%;
    height: auto;
    display: block;
  }

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

  .hero-media .heromedia-image.image-tablet {
    display: block;
  }

  .hero-media .heromedia-series-img {
    height: auto;
    float: right;
  }

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

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

  .hero-media .heromedia-text-parent.text-over-img {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
  }

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

  .hero-media.text-video .heromedia-video-parent .custom_video {
    margin-bottom: 0px;
  }

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

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

  .hero-media .heromedia-author.text-video,
  .hero-media .heromedia-author.text-img-3366 {
    padding: 0px 54px 60px 54px;
    display: block;
    width: 100%;
  }

  .hero-media .heromedia-series-img.text-video,
  .hero-media .heromedia-series-img.text-img-3366 {
    padding: 0px 24px 16px 0px;
  }

  .hero-media .heromedia-content-type.text-over-img {
    display: block;
    padding: 0px 16px 17px 53px;
  }

  .hero-media .heromedia-text-parent.white.text-video,
  .hero-media .heromedia-text-parent.white.text-img-3366 {
    border-top: none;
    border-left: none;
  }

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

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

  .hero-media .heromedia-content-type.news-article-page {
    padding: 29px 32px 0px 32px;
  }

  .hero-media .heromedia-title.news-article-page {
    padding: 19px 32px 0px 32px;
    margin: 0px;
  }

  .hero-media .heromedia-author.text-over-img {
    padding: 0px 155px 55px 54px;
  }

  .hero-media .author-date {
    margin-left: 0px;
  }

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

  .hero-media .heromedia-teaser.news-article-page {
    padding: 24px 32px 32px 32px;
  }

}

@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) {
  .hero-media .heromedia-text-parent.text-over-img, .hero-media .heromedia-text-parent.white.text-over-img {
    margin-top: 485px;
  }
}
.banner-container{
    width: 1280px;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 80em;
    object-fit: contain;
    align-content: center;
}
.banner-component{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.banner-image-component{
  width: 88px;
  height: 128px;
  margin: 24px 0;
  padding: 10px 10px 11px 11px;
  background-color: #00adef;

}
.banner-image{
  width: 67px;
  height: 107px;
}
.banner-tittle p{
  margin: 32px 0 0 32px;
  font-family: Effra-Bold;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: -1px;
  color: white;
}
.banner-subtitle{
  height: 32px;
  margin: 0 0 16px 32px;
}
.banner-button{ 
  margin: 16px 0 8px 32px;
}        
.banner-button a{
  width: 143px;
  height: 32px;
  padding: 8px 20px;
  border-radius: 30px;
  background-color: #006de3;
  color:white;
  font-family: Effra-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  text-decoration:none;
}

.banner-subtitle-link{
  height: 32px;
  text-decoration: none;
  font-family: Effra-Regular;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: white;
}
.banner-subtitle-link:hover{
	color: white;
}
@media only screen and (min-width: 768px) and (max-width: 1024px){

.banner-container{
    width: auto;
}
.banner-component{
  margin-left:88px;
  margin-right:89px;
}         
}
@media only screen and (max-width: 767px){

.banner-container{
    width: auto;
}
.banner-image-component{
  width: 72px;
  height: 102px;
  margin: 16px 0;
  padding: 8px 10px 10px 8px;
}
.banner-image{
  width: 54px;
  height: 84px;
}
.banner-component{
  margin-left:20px;
  margin-right:18px;
}
.banner-tittle p{
  margin: 16px 0 0 15px;
  font-size: 16px;
  line-height: 1.13;
  letter-spacing: normal;
}
.banner-subtitle-link{
  font-size: 14px;
  line-height: 1.57;
}
.banner-subtitle{
  height: auto;
  margin: 4px 0 10px 15px;
}
.banner-button {
  margin: 16px 0 16px 15px;
}
}
.signup-form-parent input[type=text], .signup-form-parent select {
  width: 100%;
  height: 48px;
  padding: 12px 20px;
  margin: 0px 0;
  display: block;
  border: 1px solid #000000;
  border-radius: 6px;
  box-sizing: border-box;
  margin-bottom: 42px;
  color: #000000 !important;
  background-color: #ffffff;
  font-family: 'Effra-Regular';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

.signup-form-parent input[type=text] {
  padding-left: 25px;
  background: url("ibhomepage/images/icons-warning-dark-grey.png") no-repeat right;
  background-size: 24px;
  background-position: 95% 11px;
}

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

.signup-form-parent select, .signup-form-parent .nice-select {
  padding-left: 25px;
  background: url("ibhomepage/images/icons-warning-dark-grey.png") no-repeat right;
  background-size: 20px;
  background-size: 24px;
  background-position: 90% 11px;
}

.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: 7px;
}
   
.signup-form-parent .nice-select.open .nice-select-dropdown::-webkit-scrollbar-track {
  border-radius: 10px;
  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: 28px;
  border-radius: 12px;
  border: 1px solid #FFFFFF;
  background-clip: content-box;
  background-color: #979797;
}

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

.signup-form-parent .signup-form {
  width: auto;
  margin: auto;
  border: 1px 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: 5px;
  padding: 48px 130px 31px 121px;
  border: 1px solid transparent;
  display: block;
}

.signup-form-parent input[type=submit] {
  background-color: #006de3;
  color: white;
  border: none;
  display: inline-block;
  width: min-content;
  height: min-content;
  margin: 0px 0px 0px 102px;
  padding: 15px 24px 15px;
  border-radius: 30px;
  margin-left: 0px;
  white-space: normal;
  line-height: 16px;
}

.signupExploreBtn, .signupErrormsgBtn {
  background-color: #006de3;
  color: white;
  border: none;
  cursor: pointer;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0px 0px 0 0px;
  padding: 15px 24px 17px;
  border-radius: 30px;
  text-align: center;
  font-family: 'Effra-Regular';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-decoration: none;
}

.signupExploreBtn:hover, .signupErrormsgBtn:hover {
  background-color: #005BBE;
  color: #ffffff;
}

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

.signup-form-parent .emailAddressLbl,
.signup-form-parent .countryOfResidenceLbl {
  display: none;
  position: relative;
  margin-top: -35px;
  font-family: 'Effra-Regular';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #000000;	
}

.signup-form-parent .emailAddressLbl {
    padding:0 0 14px 0;
  }

  .signup-form-parent .countryOfResidenceLbl {
    padding: 4px 0 16px 0;
  }

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

.signup-form-parent .allFieldsLbl {
  float: right;
  margin-top: 14px;
    margin-right: 0px;
  font-family: 'Effra-Regular';
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #000000;
}

.signup-form-thankyou, .signup-form-errormsg {
  display: none;
  border: 1px solid transparent;
  padding: 48px 23% 48px 22%;
}

.signup-form-thnkyou-div, .signup-form-errormsg-div {
  border: 1px solid transparent;
  width: 100%;
  margin: auto auto 12px auto;
}

.signup-form-msg-div, .signup-form-errormsg-div {
  border: 1px solid transparent;
  width: 100%;
  margin: auto auto 20px auto;
}

.signup-form-explore-div, .signup-form-errormsg-subscribe-div {
  border: 1px solid transparent;
  width: 100%;
  margin: auto;
}

.signup-form-thnkyou-div .thankyouLbl, .signup-form-errormsg-div .errormsgLbl {
  font-family: 'Effra-Bold';
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: -1px;
  margin-bottom: 0px;
}

.signup-form-msg-div p, .signup-form-errormsg-div p {
  font-family: 'Effra-Medium';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  margin-bottom: 0px;
}

.signup-form-parent .signup-form h4 {
  font-family: 'Effra-Bold';
  font-size: 24px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 28px;
  letter-spacing: -0.24px;
  color: #000000;
  margin-bottom: 20px;
  width: 24rem;
}

.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;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  height: 48px;
  line-height: 36px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  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: 1px solid #000000;
  border-radius: 6px;
  margin-bottom: 42px;
  padding-top: 4px;
  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: 2px solid #000000;
  border-right: 2px solid #000000;
  content: '';
  display: block;
  height: 9px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 16px;
  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: 9px;
}

.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: 12px;
  height: 36px;
  line-height: 34px;
}

.signup-form-parent .nice-select.small:after {
  height: 4px;
  width: 4px;
}

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

.signup-form-parent .nice-select .nice-select-dropdown {
  display:none;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
  box-shadow: 0 0 0 1px 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: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  max-height: 184px;
}

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

.signup-form-parent .nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
 
.signup-form-parent .nice-select .option.focus, 
.signup-form-parent .nice-select .option.selected.focus {
  background-color: #F2F7FF;
}

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

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

.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: 7px 12px;
  min-height: 36px;
  line-height: 22px;
}

.signup-form-parent .nice-select .has-multiple span.current {
  border: 1px solid #CCC;
  background: #EEE;
  padding: 0 10px;
  border-radius: 3px;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 3px;
  margin-right: 3px;
}

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

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

.signup-form-parent .nice-select .nice-select-search {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 12px;
  margin: 0 10px 0 0;
  width: 100%;
  min-height: 36px;
  line-height: 22px;
  height: auto;
  outline: 0 !important;
  font-size: 14px;
}
.signup-retarget-checkbox{
	display:flex;
	flex-direction: row;

}
.signup-checkbox-text a{
     color:#016DE3;
    font-size: 14px;
    line-height: 22px;
    font-family: Effra-Bold;
	
}		
.signup-checkbox-text p {
      color:#000000;
      font-style: normal;
      font-size: 14px;
      line-height: 22px;
      font-family: Effra-Regular;
      padding:0 0 0 0px;
      margin-bottom: 40px;
      margin-top: -4px;
      margin-left: 11px;
  }
  
  .signup-checkbox {
      padding-top: 0px;
  }

.signup-checkbox .signp-checkbox {
	width:14px;
	height:14px;
	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: 11px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* 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;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #ffffff;
    border: 1px solid #212121;
    border-radius: 1px;
  }
  
  /* 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: 3px;
	top:1px;  
    width: 5px;
    height: 8px;
    border: solid #000000;
    border-width: 0 1px 1px 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: -6px;
    }

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

    .signup-form-parent .signup-china-checkbox.china-consent .signup-checkbox {
      padding-top: 1px;
    }

    .signup-form-parent .signup-china-checkbox.china-consent .signup-checkbox-text {
      width: 95%;
      margin: auto;
      margin-left: 11px;
      position: relative;
      bottom: 13px;
    }

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

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

    .textSignup-right-parent .textSignupRight-form-parent .signup-china-checkbox.china-consent.ns_two .signup-checkbox-text p {
      margin-top: -16px;
      margin-bottom: -3px;
    }

    .textSignupRight-form-parent .signup-china-checkbox.china-consent.ns_two .signup-checkbox-text {
      bottom: 0px;
    }

    .textSignupRight-form-parent .signup-china-checkbox.china-consent.ns_two {
      margin-top: 0px;
    }

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

    .signup-form-parent .signup-china-checkbox.china-consent .signup-checkbox-text p {
      padding: 0px 0px 0 0px;
      margin-top: 9px;
      margin-left: 0px;
    }

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

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

    .textSignupRight-form-parent .china-consent.ns_one .signup-checkbox {
      margin-top: 0px;
      display: inline-block;
    }
	
	.textSignupRight-form-parent .china-consent.ns_two .signup-checkbox {
      padding-top: 1px;
      margin-top: -11px;
    }

    .textSignupRight-form-parent .allFieldsLbl {
      float: left;
      margin-top: 26px;
      font-family: Effra-Regular;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      color: #000000;
    }

    .textSignup-right-parent .signup-form-parent .nice-select {
      background-size: 24px;
      background-position: 94% 11px;
    }
	
@media only screen and (max-width: 823px) {
  .signup-form-parent .signup-form {
    width: 100%;
  }

  .row .signup-form-parent, .signup-form-parent {
    padding: 24px 30px 30px 30px;
  }

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

  .signupExploreBtn, .signupErrormsgBtn {
    margin-left: 0px;
    width: auto;
    height: 32px;
    padding: 8px 20.5px;
  }

  .signup-form-thankyou, .signup-form-errormsg {
    padding: 24px 0px 56px 0px;
  }

  .signup-form-thnkyou-div, .signup-form-errormsg-div {
    margin: auto auto 20px auto;
  }

  .col__full-width .column-control__6 .signup-form-parent {
    padding: 24px 12px 18px 12px;
  }

  .signup-form-msg-div, .signup-form-errormsg-div {
    margin: auto auto 24px auto;
  }

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

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

  .signup-form-parent select, .signup-form-parent .nice-select {
    background-position: 90% 11px;
  }

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

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

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



}

@media only screen and (max-width:768x) {
.signup-checkbox-text a,.signup-checkbox-text p{
    font-size: 12px;	
}
}

@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) {
  .row .signup-form-parent select, .row .signup-form-parent .nice-select {
    background-position: 87% 11px;
  }

  .col__full-width .textSignup-right-parent .textSignupRight-form-parent {
      margin: 0px 4px 16px 4px;
    }
}

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

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

  .textSignup-right-parent .signup-form-parent .nice-select.signup-select {
      background-size: 24px;
      background-position: 94% 11px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 800px) and (orientation: portrait) {
  .row .signup-form-parent, .signup-form-parent {
    padding: 48px 0px 80px 0px;
  }

  .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: 16px;
    padding-left: 16px;
  }

  .signup-form-parent select {
    padding-left: 16px;
  }

  .signup-form-parent input[type=submit] {
    margin-left: 0px;
    margin-right: 24px;
    height: 48px !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: 48px 0px 80px 0px;
  }

  .signup-form-thnkyou-div, .signup-form-errormsg-div {
    margin: auto auto 20px auto;
  }

  .signup-form-msg-div, .signup-form-errormsg-div {
    margin: auto auto 26px auto;
  }

  .signup-form-parent .countryOfResidenceLbl {
    left: 412px;
    margin-top: -35px;
  }

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

  .signup-form-parent input[type=text], .signup-form-parent select {
    margin-top: 0px;
  }
.signup-submitbuttn{
     width:20%;
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .signup-form-parent .emailAddressLbl, .signup-form-parent .countryOfResidenceLbl {
      position: absolute;
      padding: 5px 0 14px 0;
  }
  .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: 24px 24px 16px 24px;
    }
    .textSignup .textSignup-teaser.ipad {
        padding: 0px 24px 24px 24px;
    }
    .textSignup-right-parent .textSignupRight-form-parent {
        padding: 24px 24px 20px 24px;
        margin: 0px 24px 24px 24px;
    }
    .textSignup .signupExploreBtn, .textSignup .signupErrormsgBtn {
        height: auto;
        padding: 16px;
    }
    .textSignupRight-form-parent .allFieldsLbl {
        display: block;
        margin-bottom: 14px;
        margin-top: 30px;
    }
    .textSignupRight-form {
        height: 50px;
    }
    .textSignupRight-form-parent .signup-retarget-checkbox {
        margin-top: 20px;
    }
    .textSignup-right-parent .textSignupRight-form-parent input[type=submit] {
        margin: 20px 0px 0 0px;
        height: auto !important;
        padding: 12px 32px 12px;
    }

    .textSignup-right-parent .signup-form-parent.textSignupRight-form-parent input[type=text] {
        background-size: 24px;
        display: inline-block;
        width: 48%;
        margin: 0px 0 16px 0;
    }
    .textSignup-right-parent .signup-form-parent.textSignupRight-form-parent .textSignupRight-form .nice-select {
        margin-bottom: 0px;
        width: 43%;
        margin-top: -63px;
        position: absolute;
        right: 49px;
        background-position: 89% 11px;
    }

    .col__full-width .textSignup-right-parent .signup-form-parent.textSignupRight-form-parent .textSignupRight-form .nice-select {
        width: 38%;
        margin-top: -63px;
        position: absolute;
        right: 82px;
      }

      .col__full-width .textSignupRight-form-parent .textSignupRight-form .countryOfResidenceLbl {
        margin-top: -13px;
        width: 48%;
        margin-left: -82px;
      }

      .row .col__full-width .signup-form-parent, .signup-form-parent {
        padding: 48px 30px 29px 30px;
      }

	 .textSignup .textSignup-right-parent .signup-form-thankyou, 
    .textSignup .textSignup-right-parent .signup-form-errormsg {
        margin: 0px 24px 24px 24px;
    }
    .textSignup .textSignup-right-parent .signup-form-msg-div, 
    .textSignup .textSignup-right-parent .signup-form-errormsg-div {
        margin: 0px 24px 32px 24px;
        width: 91%;
    }
    .textSignup .textSignup-right-parent .signup-form-thnkyou-div, 
    .textSignup .textSignup-right-parent .signup-form-errormsg-div {
        border: 1px solid transparent;
        width: 90%;
        margin: 24px 357px 16px 24px;
    }
    .textSignup-form-thankyou .signupExploreBtn, 
    .textSignup-form-errormsg .signupErrormsgBtn {
        height: 48px;
        padding: 14px;
    }
    .textSignupRight-form-parent .textSignupRight-form .countryOfResidenceLbl {
        margin-top: -13px;
        position: relative;
        width: 37%;
        margin-left: -55px;
        margin-bottom: 5px;
    }
    .textSignupRight-form-parent .textSignupRight-form .emailAddressLbl {
        margin-top: -15px;
        width: 50%;
        position: absolute;
    }
    .textSignup-right-parent .textSignupRight-form-parent .signup-china-checkbox.china-consent.ns_two .signup-checkbox-text p {
        padding: 4px 0px 0 8px;
    }
    .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: 50px;
        line-height: 60px;
        align-items: center;
        letter-spacing: -0.02em;
        color: #FFFFFF;
    }
    .row .signup-form-parent, .signup-form-parent {
        padding: 48px 56px 29px 56px
      }
      .signup-form-parent .countryOfResidenceLbl {
        left: 395px;
      }
      .signup-form-parent .signup-form h4 {
        width: 85%;
        margin-right: 182px;
      }
      .signup-form-parent input[type=text], .signup-form-parent select {
        margin-bottom: 31px;
      }
      
      .signup-china-checkbox.china-consent.ns_two .signup-checkmark,
      .signup-china-checkbox.china-consent.ns_two .signup-checkbox-text {
        margin-top: 0px;
      }
      .signup-form-parent .signup-china-checkbox.china-consent .signup-checkbox-text p {
        margin-bottom: 20px;
        margin-top: 10px;
      }

      .signup-form-parent .signup-china-checkbox.china-consent .signup-checkbox {
        padding-top: 2px;
      }

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

      .signup-checkbox-text p {
        margin-bottom: 28px;
      }

      .signup-form-parent .signup-china-checkbox.china-consent.ns_two .signup-checkbox-text p {
        margin-bottom: 12px;
        margin-top: 10px;
      }

      .signup-form-parent .nice-select {
        margin-bottom: 28px;
      }

      .signup-submitbuttn {
        width: auto;
      }
      .textSignupRight-form-parent .signup-china-checkbox.china-consent.ns_two .signup-checkmark {
        margin-top: 0px;
      }
      .textSignupRight-form-parent .china-consent.ns_one .signup-checkbox {
        margin-top: 0px;
      }
      .textSignupRight-form-parent .signup-china-checkbox.china-consent.ns_one {
        margin-top: 24px;
      }

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

      .textSignup-right-parent .textSignupRight-form-parent .signup-china-checkbox.china-consent .signup-checkbox-text p {
        padding: 0px 0px 0 8px;
      }
	  
	.textSignupRight-form-parent .signup-china-checkbox.china-consent .signup-checkbox-text {
        margin-left: 3px;
    }
    .textSignup .textSignup-image {
          max-height: fit-content;
        }
}

@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: 1px solid transparent;
      padding: 54px 102px 24px 63px;
    }

    .col__full-width .textSignup-right-parent .signup-form-parent .nice-select {
        background-position: 92% 11px;
      }
  }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .signup-form-parent input[type=submit] {
    margin-left: 0px;
  }

  .signupExploreBtn, .signupErrormsgBtn {
    margin-left: 0px;
    width: auto;
    height: 32px;
    padding: 8px 20.5px;
  }

  .signupErrormsgBtn {
    width: auto;
  }

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

  .signup-form-parent {
    padding: 48px 56px 48px 56px;
  }
  
  .textSignup .textSignup-text-parent .textSignup-title {
    width: 55vw;
    padding: 54px 102px 24px 63px;
  }
  
  .textSignup .textSignup-text-parent .textSignup-teaser {
    width: 500px;
    padding: 0px 102px 117px 63px;
  }

  .signup-form-thankyou, .signup-form-errormsg {
    padding: 48px 20% 48px 20%;
  }

  .textSignup-right-parent .signup-form-parent .nice-select {
      background-position: 92% 11px;
    }

}

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

    .signup-form-parent .emailAddressLbl, .signup-form-parent .countryOfResidenceLbl {
        position: relative;
      }

      .signup-form-parent .countryOfResidenceLbl {
        left: 0px;
      }
  }

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

  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    .textSignupRight-form-parent .textSignupRight-form .countryOfResidenceLbl {
        left: 540px;
    }

    .signup-form-parent .signup-form h4 {
        width: 23rem;
      }
      .signup-form-parent select, .signup-form-parent .nice-select {
        background-position: 89% 11px;
      }
      .signup-form-parent .emailAddressLbl, .signup-form-parent .countryOfResidenceLbl {
        position: relative;
        left: 0px;
      }

      .col__full-width .textSignupRight-form-parent .textSignupRight-form .emailAddressLbl {
        margin-left: 84px;
      }

      .col__full-width .textSignupRight-form-parent .textSignupRight-form .countryOfResidenceLbl {
        margin-left: -72px;
      }

      .textSignupRight-form-parent .textSignupRight-form .emailAddressLbl {
        margin-left: 50px;
      }

  }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .signup-form-parent input[type=submit] {
    width: 40%;
  }
}

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

   .signup-form-parent input[type=text] {
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .signup-form-parent .signup-china-checkbox.china-consent.ns_two .signup-checkbox-text p {
      margin-bottom: 3px;
    }

    .signup-form-parent .emailAddressLbl {
      margin-top: -29px;
    }

    .signup-form-parent .signup-china-checkbox.china-consent .signup-checkbox-text p {
      font-size: 12px;
    }

    .signup-form-parent .nice-select {
      margin-bottom: 16px;
    }

    .signup-form-parent .countryOfResidenceLbl {
      padding: 4px 0 16px 0;
      margin-top: -17px;
    }

  .signup-form-parent .allFieldsLbl {
  line-height: 22px;
  } 
  #signup-form-parent.signup-form-parent input[type=submit] {
	font-size:16px;
    line-height: 16px;
    padding: 15px 20.5px;
  }
    .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 p {
        font-size: 30px;
        line-height: 34px;
        letter-spacing: -1px;
    }
    .textSignup .textSignup-right-parent .textSignup-title {
        padding: 16px 16px 16px 16px;
    }
    .textSignup .textSignup-right-parent .textSignup-teaser p {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.1px;
    }
    .textSignupRight-form .textSignupRight-form-title {
        display: none;
    }
    .textSignup .textSignup-right-parent .signup-form-thankyou, 
    .textSignup .textSignup-right-parent .signup-form-errormsg {
	    margin: 0px 16px 16px 16px;
        width: auto;
    }
    .textSignup .textSignup-right-parent .signup-form-thnkyou-div, 
    .textSignup .textSignup-right-parent .signup-form-errormsg-div {
        width: 87%;
        margin: 16px 16px 16px 16px;
    }
    .textSignupRight-form-parent .textSignupRight-form .signup-retarget-checkbox {
        margin-top: 16px;
        margin-bottom: -8px;
    }
    .textSignup-right-parent .textSignupRight-form-parent {
        padding: 16px;
        margin: 0px 16px 16px 16px;
    }
    .textSignup-right-parent .textSignupRight-form-parent input[type=submit] {
        margin: 24px 0px 0 0px;
    }
    .textSignup .signup-form-explore-div .signupExploreBtn, 
    .textSignup .signup-form-errormsg-subscribe-div .signupErrormsgBtn {
        height: auto;
        padding: 16px 30px 16px 30px;
    }
    .textSignup .signup-form-thankyou .signup-form-explore-div, 
    .textSignup .signup-form-errormsg .signup-form-errormsg-subscribe-div {
        width: 86%;
        margin: 0px 135px 16px 17px;
    }

    .textSignup .signup-form-thankyou .signup-form-msg-div, 
    .textSignup .signup-form-thankyou .signup-form-errormsg-div {
        margin: 0px 16px 16px 17px;
    }
    .textSignup .textSignup-right-parent .textSignup-teaser {
        padding: 0px 16px 16px 16px;
    }
    .textSignup .textSignup-text-parent,
    .textSignup .textSignup-right-parent {
        width: auto;
        height: auto;
    }
    .textSignup-right-parent .signup-form-parent .nice-select {
        background-size: 24px;
        background-position: 89% 11px;
  }
  
  .signup-form-parent .signup-china-checkbox.china-consent.ns_one .signup-checkbox-text p {
        margin-bottom: 3px;
      }
}

 /* Text Sign Up form parent Css */
.textSignup {
	display: flex;
	flex-direction: initial;
	background-color: #f1f1f1;
	height: auto;
	max-width: 80em;
    margin: 0 auto;
}

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

.textSignup-right-parent {
	background-color: #1A2142;
}

.textSignup .textSignup-text-parent {
	background-color: #f1f1f1;

}

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

.textSignup .textSignup-content-type {
	width: 100%;
	height: 50px;
	border: 1px solid transparent;
}

.textSignup .textSignup-title {
      width: auto;
      border: 1px solid transparent;
      padding: 117px 102px 24px 63px;
  }

.textSignup .textSignup-title p {
	font-family: Effra-Regular;  
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: -0.02em;
	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: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 0;
	word-break: break-word;
}

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

.textSignup .textSignup-teaser {
	width: auto;
	height: auto;
	border: 1px solid transparent;
	padding: 0px 102px 117px 63px;
}

.textSignupRight-form-title {
    font-family: 'Effra-Bold';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #000000;
  }

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

.textSignup-text-left {
	border: 1px solid transparent;
	position: absolute;
	width: 638px;
    max-width: 80em;
}

.textSignup-image {
	width: 100%;
}

/* Css for Signup form right */

 .textSignupRight-form-parent input[type=text], .textSignupRight-form-parent select {
	  width: 100%;
    padding: 12px 20px;
    margin: 9.6px 0 16px 0;
    display: block;
    box-sizing: border-box;
    border: 1px solid #515151;
    border-radius: 6px;
    height: 48px;
    font-family: 'Effra-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #515151 !important;
}

.textSignup-right-parent .signup-form-parent .textSignupRight-form .nice-select {
    margin-bottom: 0px;
    width: 100%;
  }

.textSignupRight-form-parent input[type=submit] {
	height: auto;
    font-family: 'Effra-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    float: right;
    background-color: #006de3;
    border: none;
    width: auto;
    margin: 16px 0px 0 0px;
    padding: 12px 32px 12px;
    border-radius: 30px;
}

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

.textSignupRight-form-parent {
	padding: 24px 24px 24px 24px;
  margin: 50px 50px 50px 51px;
  background: #FFFFFF;
  border-radius: 0px;
}
   .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: 30px;
	margin: 5px 0px 0 0px;
	padding: 10px 0px 0px;
	border-radius: 30px;
	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 .countryOfResidenceLbl {
	display: none;
	position: absolute;
	font-family: 'Effra-Regular';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      color: #000000;
}

.textSignupRight-form-parent .countryOfResidenceLbl {
    margin-top: 48px;
    position: relative;
    padding-bottom: 0px;
    height: 21px;
	margin-bottom: 12px;
  }

  .textSignupRight-form-parent .emailAddressLbl {
    margin-top: -15px;
    padding-bottom: 0px;
    position: relative;
    height: 37px;
  }

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

  .textSignup .signup-form-thankyou, .textSignup .signup-form-errormsg {
    display: none;
    border: 1px solid transparent;
    padding: 0;
    background: #FFFFFF;
    margin: 86px 50px 86px 51px;
  }

  .textSignup .signup-form-msg-div, .textSignup .signup-form-errormsg-div {
    margin: 0px 24px 18px 24px;
    width: 91%;
  }

  .textSignup .signup-form-thnkyou-div .thankyouLbl, .textSignup .signup-form-errormsg-div .errormsgLbl {
    font-family: 'Effra-Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: #000000;
  }

  .textSignup .signup-form-explore-div, .textSignup .signup-form-errormsg-subscribe-div {
    border: 1px solid transparent;
    width: 100%;
    margin: 0px 301px 32px 24px;
  }

  .textSignup .signup-form-thnkyou-div, .textSignup .signup-form-errormsg-div {
    border: 1px solid transparent;
    width: 100%;
    margin: 32px 177px 16px 24px;
  }

  .textSignup .signup-form-msg-div p, .textSignup .signup-form-errormsg-div p {
    font-family: 'Effra-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    color: #000000;
  }

  .textSignup .signupExploreBtn, .textSignup .signupErrormsgBtn {
    font-family: 'Effra-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 16px;
  }

  .textSignup-right-parent .signup-form-parent input[type=text] {
    background-size: 24px;
    background-position: 96% 11px;
  }

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

.thankyouLbl {
	font-family: Effra;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: -1px;
}

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

.textSignupRight-form-msg-div {
	width: 80%;
}
.subHead {
    margin: 0 auto;
    max-width: 80em;
    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: 24px 456px 16px 54px;
}

.subHeadParent .subHeadContentType p {
    display: inline;
    color: #ffffff;
    font-family: Effra-Regular;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
}

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

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

.subHeadParent .subHeadTitle {
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 0px 456px 24px 54px;
}

.subHeadParent.subheadNocontentType .subHeadTitle {
   
    margin: 24px 54px 24px 54px;
}

.subHeadParent.subheadNoBtn.subheadNocontentType.subheadNoTeaser .subHeadTitle {
    margin: 24px 54px 24px 54px;
}

.subHeadParent .subHeadTitle p {
    display: inline;
    font-size: 50px;
    color: #ffffff;
    font-family: Effra-Bold;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: -2px;
}

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

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

.subHeadParent .subHeadTeaser {
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 0px 456px 24px 54px;
}

.subHeadParent .subHeadTeaser p {
    display: inline;
    color: #ffffff;
    font-family: Effra-Regular;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
}

.subHeadParent .subHeadBtn {
    border: 1px solid transparent;
    height: auto;
    width: 30%;
    margin: 0px 1107px 24px 54px;
}

.subHeadParent .subHeadBtn .subHdBtn {
    display: inline;
    height: 27px;
    color: #ffffff;
    font-family: Effra-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    border-radius: 30px;
    background-color: #016de3;
    text-decoration: none;
    padding: 8px 19px 8px 20px;
}

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

.subHeadParent.subHeadgray .subHdBtnLink a, .subHeadParent.subHeadwhite .subHdBtnLink a {
    background: url(ibhomepage/images/caratActiveBlue.svg) no-repeat right center;
    padding-right: 19px;
    text-decoration: none;
    background-size: 18px;
    padding-bottom: 3px;
}

.subHeadParent .subHdBtnLink a {
    background: url(ibhomepage/images/caratWhite.svg) no-repeat right center;
    padding-right: 19px;
    color: #ffffff;
    text-decoration: none;
    background-size: 18px;
    padding-bottom: 3px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
}

.subHeadParent .subHdBtnLink {
    width: 30%;
    margin: 0px 1127.2px 24px 53.8px;
}
.subheadNocontentType.subheadNoTitle .subHeadTeaser{
    margin: 48px 456px 24px 54px;
}
.subheadNoTeaser.subheadNoTitle .subHeadContentType{
    margin:48px 456px 16px 54px;
}
.subheadNocontentType.subheadNoTeaser.subheadTitle .subHeadTitle {
    margin: 48px 54px 24px 54px;
}
.subheadContentType.subheadTeaser.subheadNoTitle .subHeadContentType {
    margin-top:0;
}
@media only screen and (max-width: 768px) {
    .subHeadParent .subHeadContentType {
        margin: 24px 16px 8px 16px;
    }

    .subHeadParent .subHeadTitle {
        margin: 0px 46px 8px 16px;
    }

    .subHeadParent .subHeadTeaser {
        margin: 0px 16px 24px 16px;
    }

    .subHeadParent.subheadBtn .subHeadTeaser {
        margin: 0px 16px 16px 16px;
    }

    .subHeadParent.subheadLinkBtn .subHeadTeaser {
        margin: 0px 16px 16px 16px;
    }

    .subHeadParent .subHeadBtn button {
        width: auto;
        height: 32px;
        padding: 8px 19px 8px 20px;
        border-radius: 30px;
        background-color: #016de3;
    }

    .subHeadParent .subHeadBtn {
        margin: 0px 240px 24px 16px;
        width: 50%;
    }

    .subHeadParent .subHeadTitle p {
        font-size: 30px;
        line-height: 1.13;
        letter-spacing: -1.2px;
    }

    .subHeadParent .subHeadTeaser p {
        font-size: 14px;
        line-height: 1.57;
    }

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

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

    .subHeadParent .subHdBtnLink {
        margin: 0px 259.2px 24px 15.8px;
        width: 50%;
    }

    .subHeadParent.subheadNoBtn.subheadNocontentType.subheadNoTeaser .subHeadTitle {
        margin:24px 46px 24px 16px;
    }

    .subHeadParent.subheadNocontentType .subHeadTitle {
        margin: 24px 46px 8px 16px;
    }
   .subheadNocontentType.subheadNoTitle .subHeadTeaser{
        margin: 48px 46px 24px 16px;
    }
    .subheadNoTeaser.subheadNoTitle .subHeadContentType{
        margin:48px 0 16px 16px;
   }
   .subheadNocontentType.subheadNoTeaser.subheadTitle .subHeadTitle {
        margin: 48px 46px 24px 16px;
   }
}

@media only screen and (min-device-width: 767px) and (max-device-width: 1200px)  {
    .subHeadParent .subHdBtnLink {
        margin: 0px 644.2px 24px 23.8px;
    }

    .subHeadParent .subHeadContentType {
        margin: 24px 24px 16px 24px;
    }

    .subHeadParent .subHeadTitle {
        margin: 0px 24px 16px 24px;
    }

    .subHeadParent .subHeadTeaser {
        margin: 0px 24px 24px 24px;
    }

    .subHeadParent .subHeadBtn {
        margin: 0px 625px 24px 24px;
    }

    .subHeadParent .subHeadTitle p {
        font-size: 40px;
        line-height: 1;
        letter-spacing: -0.8px;
    }

    .subHeadParent.subheadNoBtn.subheadNocontentType.subheadNoTeaser .subHeadTitle {
        margin: 24px 24px 24px 24px;
    }

    .subHeadParent.subheadNocontentType .subHeadTitle {
        margin: 24px 24px 16px 24px;
    }
   .subheadNocontentType.subheadNoTitle .subHeadTeaser{
        margin: 48px 24px 24px 24px;
    }
   .subheadNoTeaser.subheadNoTitle .subHeadContentType{
       margin:48px 24px 16px 24px;
    }
    .subheadNocontentType.subheadNoTeaser.subheadTitle .subHeadTitle {
        margin: 48px 24px 24px 24px;
   }
}


.contentBlock {
    margin: 0 auto;
    max-width: 80em;
    width: 100%;
}

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

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

.contentBlock .contentBlockParent.contentBlkNoContentType.textimg .contentBlockTitle {
    margin-top: 67px !important;
}

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

.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: 58px 52px 0px 54px;
}

.contentBlockParent.contentBlockBtn.contentBlkwhite.right.imagewithborder .contentBlockContentType,
.contentBlockParent.contentBlockBtn.contentBlkdarkblue.right.imagewithborder .contentBlockContentType {
    margin: 67px 52px 0px 54px;
}

.contentBlockParent.contentBlockBtn.contentBlkwhite.left.imagewithborder .contentBlockContentType {
    margin: 67px 50px 0px 54px;
}

.contentBlockParent.contentBlockBtn.contentBlkdarkblue.left.imagewithborder .contentBlockContentType {
    margin: 67px 50px 0px 56px;
}

.contentBlockParent.contentBlockBtn.contentBlkwhite.right.imagewithborder .contentBlockTitle,
.contentBlockParent.contentBlockBtn.contentBlkdarkblue.right.imagewithborder .contentBlockTitle {
    margin: 16px 52px 24px 54px;
}

.contentBlockParent.contentBlockBtn.contentBlkdarkblue.right.imagewithborder .contentBlockTitle p {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.8px;
}

.contentBlockParent.contentBlockBtn.contentBlkwhite.right.imagewithborder .contentBlockTitle p {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -1px;
}

.contentBlockParent.contentBlockBtn.contentBlkdarkblue.right.imagewithborder .contentBlockTeaser {
    margin: 24px 52px 24px 54px;
}

.contentBlockParent.contentBlockBtn.contentBlkwhite.left.imagewithborder .contentBlockTitle,
.contentBlockParent.contentBlockBtn.contentBlkdarkblue.left.imagewithborder .contentBlockTitle {
    margin: 16px 50px 24px 56px;
}

.contentBlockParent.contentBlockBtn.contentBlkwhite.left.imagewithborder .contentBlockTeaser,
.contentBlockParent.contentBlockBtn.contentBlkdarkblue.left.imagewithborder .contentBlockTeaser {
    margin: 0px 50px 24px 56px;
}

.contentBlockParent.contentBlockBtn.contentBlkwhite.right.imagewithborder .contentBlockBtn,
.contentBlockParent.contentBlockBtn.contentBlkdarkblue.right.imagewithborder .contentBlockBtn {
    margin: 0px 435px 67px 54px;
    width:100%;
}

.contentBlockParent.contentBlockBtn.contentBlkwhite.left.imagewithborder .contentBlockBtn,
.contentBlockParent.contentBlockBtn.contentBlkdarkblue.left.imagewithborder .contentBlockBtn {
    margin: 0px 433px 67px 56px;
    width: 100%;
}

.contentBlockParent.contentBlkNoBtn .contentBlockContentType {
    margin: 86px 52px 16px 54px;
}

.contentBlockParent.contentBlkNoTeaser.text .contentBlockTitle {
    margin: 56px 257px 56px 253px;
}

.contentBlockParent.contentBlkNoTeaser.text .contentBlockTitle p {
    font-size: 40px;
    line-height: 1;
    letter-spacing: -1px;
}

.contentBlockParent.contentBlkNoBtn.contentBlkwhite .contentBlockContentType {
    margin: 84px 52px 16px 54px;
}

.contentBlockParent.contentBlkNoBtn.left .contentBlockContentType {
    margin: 86px 54px 16px 52px;
}

.contentBlockParent.contentBlkNoBtn.contentBlkwhite.left .contentBlockContentType {
    margin: 84px 52px 16px 54px;
}

.contentBlockParent.contentBlkOneBtnLink .contentBlockContentType {
    margin: 58px 52px 0px 54px;
}

.contentBlockParent.contentBlkOneBtnLink.contentBlkwhite .contentBlockContentType {
    margin: 56px 52px 0px 54px;
}

.contentBlockParent.contentBlkTwoBtnLink .contentBlockContentType {
    margin: 34px 52px 0px 54px;
}

.contentBlockParent.contentBlkTwoBtnLink.contentBlkwhite .contentBlockContentType {
    margin: 32px 52px 0px 54px;
}

.contentBlockParent .contentBlockContentType pre {
    display: inline;
    color: #ffffff;
    font-family: Effra-Regular;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    line-height: 1.14;
    letter-spacing: normal;
}

.contentBlockParent.contentBlkwhite .contentBlockContentType pre, .contentBlockParent.contentBlkgrey .contentBlockContentType pre{
    font-weight: bold;
    font-family: Effra-Bold;
}

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

.contentBlockParent .contentBlockTitle {
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 16px 52px 16px 54px;
}

.contentBlockParent.contentBlkOneBtnLink .contentBlockTitle {
    margin: 16px 52px 16px 54px;
}

.contentBlockParent.contentBlkTwoBtnLink .contentBlockTitle {
    margin: 16px 52px 16px 54px;
}

.contentBlockParent.contentBlkNoBtn .contentBlockTitle {
    margin: 0px 52px 16px 54px;
}

.contentBlockParent.contentBlkNoBtn.left .contentBlockTitle {
    margin: 0px 54px 16px 52px;
}

.contentBlockParent.contentBlkNoBtn.contentBlkwhite.left .contentBlockTitle {
    margin: 0px 52px 16px 54px;
}

.contentBlockParent .contentBlockTitle p {
    display: inline;
    color: #ffffff;
    font-family: Effra-Bold;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 0.93;
    letter-spacing: -1px;
}

.contentBlockParent.contentBlkwhite .contentBlockTitle p {
    letter-spacing: -1px;
    line-height: 1;
}

.contentBlockParent.text .contentBlockTitle p {
    font-size: 40px;
    line-height: 1;
    letter-spacing: -1px;
}

.contentBlockParent.text .contentBlockTitle p {
    font-size: 30px;
}

.contentBlockParent.text .contentBlockTitle {
    margin: 56px 254px 0px 254px;
}

.contentBlockParent.text .contentBlockTeaser {
    margin: 27px 257px 56px 253px;
}

.contentBlockParent.text .contentBlockTeaser {
    margin: 24px 254px 56px 254px;
}

.contentBlockParent.contentBlkNoTitle.text .contentBlockTeaser {
    margin: 56px 257px 56px 253px;
}

.contentBlockParent.contentBlkNoTitle.text .contentBlockTeaser p {
    font-size: 28px;
    line-height: 1.43;
}

.contentBlockParent .contentBlockTeaser {
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 0px 52px 24px 54px;
}

.contentBlockParent.contentBlkOneBtnLink .contentBlockTeaser {
    margin: 0px 52px 24px 54px;
}

.contentBlockParent.contentBlkTwoBtnLink .contentBlockTeaser {
    margin: 0px 52px 24px 54px;
}

.contentBlockParent.contentBlkNoBtn .contentBlockTeaser {
    margin: 0px 52px 86px 54px;
}

.contentBlockParent.contentBlkNoBtn.contentBlkwhite .contentBlockTeaser {
    margin: 0px 52px 84px 54px;
}

.contentBlockParent.contentBlkNoBtn.left .contentBlockTeaser {
    margin: 0px 54px 86px 52px;
}

.contentBlockParent.contentBlkNoBtn.contentBlkwhite.left .contentBlockTeaser {
    margin: 0px 52px 84px 54px;
}

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

.contentBlockParent.text .contentBlockTeaser p {
    display: inline;
    color: #ffffff;
    font-family: Effra-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
}

.contentBlockParent .contentBlockBtn {
    border: 1px solid transparent;
    height: auto;
    width: 80%;
    margin: 0px 0px 67px 54px;
}

.contentBlockParent .contentBlockBtn a {
    display: inline-block;
    color: #ffffff;
    font-family: Effra-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    border-radius: 30px;
    background-color: #016de3;
    width: auto;
    height: 48px;
    padding: 15px 30px 15px 31px;
    box-shadow: none;
    text-decoration: none;
}

.contentBlockParent .contentBlockImg {
    width: 50%;
}

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

.contentBlockParent .contentBlkImg.imagewithborder {
    border: 54px solid #1a2142;
}

.contentBlockParent.contentBlkwhite .contentBlkImg.imagewithborder {
    border: 54px solid #ffffff;
}
.contentBlockParent.contentBlkgrey .contentBlkImg.imagewithborder {
    border: 54px solid #f5f5f5;
}
.contentBlockParent.contentBlkgrey .contentBlockTitle p, .contentBlockParent.contentBlkwhite .contentBlockTitle p {
    color: #000000;
}

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

.contentBlockParent.contentBlkwhite .contentBlockLink a ,.contentBlockParent.contentBlkgrey .contentBlockLink a{
    background: url(ibhomepage/images/caratActiveBlue.svg) no-repeat right center;
    color: #006de3;
    text-decoration: none;
    background-size: 20px;
    padding-right: 20px;
    display: table-cell;
    font-family: 'Effra-Regular';
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
}

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

.contentBlockParent .contentBlockLink {
    margin-left: 54px;
}

.contentBlockParent .contentBlockLink.contentBlkOneBtnLink {
    margin: 0px 434.2px 58px 53.8px;
    width: 40%;
}

.contentBlockParent.left .contentBlockLink.contentBlkOneBtnLink {
    margin: 0px 486.2px 58px 53.8px;
}

.contentBlockParent.contentBlkwhite .contentBlockLink.contentBlkOneBtnLink {
    margin: 0px 486.2px 56px 53.8px;
    width: 40%;
}

.contentBlockParent .contentBlockLink.contentBlkTwoBtnLink {
    margin: 0px 486.2px 34px 53.8px;
    width: 40%;
}

.contentBlockParent.contentBlkwhite .contentBlockLink.contentBlkTwoBtnLink {
    margin: 0px 434.2px 32px 53.8px;
}

.contentBlockParent.contentBlkwhite.right .contentBlockLink.contentBlkTwoBtnLink {
    margin: 0px 486.2px 32px 53.8px;
}

.contentBlockParent.contentBlkwhite.left .contentBlockLink.contentBlkTwoBtnLink {
    margin: 0px 486.2px 32px 53.8px;
}

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

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

@media only screen and (max-width: 767px) {
    .contentBlockParent .contentBlockContentType ,.contentBlockParent.contentBlkOneBtnLink .contentBlockContentType {
        margin: 24px 0px 8px 16px ;
    }

    .contentBlockParent .contentBlockTitle ,.contentBlockParent.contentBlkOneBtnLink .contentBlockTitle{
        width: 90%;
        margin: 0px 0px 8px 16px;
    }

    .contentBlockParent.contentBlockBtn.contentBlkwhite.right.imagewithborder .contentBlockTitle p,
    .contentBlockParent.contentBlockBtn.contentBlkgrey.right.imagewithborder .contentBlockTitle p {
        font-size: 30px;
        line-height: 1.13;
        letter-spacing: -1px;
    }

    .contentBlockParent.contentBlockBtn.contentBlkdarkblue.right.imagewithborder .contentBlockTitle p {
        font-size: 30px;
        line-height: 1.13;
        letter-spacing: -1.2px;
    }

    .contentBlockParent .contentBlockTeaser ,.contentBlockParent.contentBlkOneBtnLink .contentBlockTeaser{
        width: 91%;
        margin: 0px 0px 16px 16px;
    }

    .contentBlockParent .contentBlkImg.imagewithborder {
        border: 16px solid #1a2142;
        border-right: 15px solid #1a2142;
    }

    .contentBlockParent .contentBlockBtn a {
        width: auto;
        height:auto;
        padding: 8px 19px 8px 20px;
        border-radius: 30px;
        background-color: #016de3;
    }

    .contentBlockParent .contentBlockBtn ,.contentBlockParent.contentBlkOneBtnLink .contentBlockBtn{
        margin: 0px 0px 22px 16px;
    }

    .contentBlockParent .contentBlockTitle p {
        font-size: 30px;
        line-height: 1.13;
        letter-spacing: -1.2px;
    }

    .contentBlockParent, .contentBlockParent.textimg.left {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .contentBlockParent .contentBlockChild {
        width: 100%;
    }

    .contentBlockParent .contentBlockImg {
        width: 100%;
    }

    .contentBlockParent .contentBlockContentType pre {
        font-weight: normal;
    }

    .contentBlockParent .contentBlockBtn a {
        font-size: 16px;
    }

    .contentBlockParent.contentBlkwhite .contentBlkImg.imagewithborder {
        border: 16px solid #ffffff;
        border-color: #ffffff;
        border-right: 15px solid #ffffff;
    }
     .contentBlockParent.contentBlkgrey .contentBlkImg.imagewithborder {
        border: 16px solid #f5f5f5;
        border-color: #f5f5f5;
        border-right: 15px solid #f5f5f5;
    }
    .contentBlockParent .contentBlockLink,.contentBlockParent .contentBlockLink.contentBlkOneBtnLink  {
        margin-left: 16px;
        margin-bottom: 26px;
    }

    .contentBlockParent.text .contentBlockChild {
        width: 100%;
        margin: auto;
    }

    .contentBlockParent.text .contentBlockTitle {
        margin: 24px 46px 0px 16px;
    }

    .contentBlockParent.text .contentBlockTeaser, 
    .contentBlockParent.text .contentBlockTeaser {
        margin: 8px 46px 24px 16px;
    }

    .contentBlockParent.text .contentBlockTeaser p {
        font-size: 14px;
        line-height: 1.57;
    }

    .contentBlockParent .contentBlockLink a {
        line-height: 1.14;
        font-size: 14px;
    }

    .contentBlockParent.text .contentBlockTitle p {
        font-size: 30px;
        line-height: 1.13;
    }

    .contentBlock .contentBlockParent.contentBlkOneBtnLink.contentBlkdarkblue .contentBlockContentType,
    .contentBlock .contentBlockParent.contentBlkTwoBtnLink.contentBlkdarkblue .contentBlockContentType,
    .contentBlock .contentBlockParent.contentBlkTwoBtnLink.contentBlkwhite .contentBlockContentType,
    .contentBlock .contentBlockParent.contentBlkOneBtnLink.contentBlkwhite .contentBlockContentType,
    .contentBlock .contentBlockParent.contentBlkTwoBtnLink.contentBlkgrey .contentBlockContentType,
    .contentBlock .contentBlockParent.contentBlkOneBtnLink.contentBlkgrey .contentBlockContentType{
        margin: 24px 16px 0px 16px;
    }

    .contentBlock .contentBlockParent.contentBlkOneBtnLink.contentBlkdarkblue .contentBlockTitle,
    .contentBlock .contentBlockParent.contentBlkTwoBtnLink.contentBlkdarkblue .contentBlockTitle,
    .contentBlock .contentBlockParent.contentBlkTwoBtnLink.contentBlkwhite .contentBlockTitle,
    .contentBlock .contentBlockParent.contentBlkOneBtnLink.contentBlkwhite .contentBlockTitle,
    .contentBlock .contentBlockParent.contentBlkTwoBtnLink.contentBlkgrey .contentBlockTitle,
    .contentBlock .contentBlockParent.contentBlkOneBtnLink.contentBlkgrey .contentBlockTitle {
        margin: 8px 46px 8px 16px;
    }

    .contentBlock .contentBlockParent.contentBlkOneBtnLink.contentBlkdarkblue .contentBlockTeaser,
    .contentBlock .contentBlockParent.contentBlkTwoBtnLink.contentBlkdarkblue .contentBlockTeaser,
    .contentBlock .contentBlockParent.contentBlkTwoBtnLink.contentBlkwhite .contentBlockTeaser,
    .contentBlock .contentBlockParent.contentBlkOneBtnLink.contentBlkwhite .contentBlockTeaser,
    .contentBlock .contentBlockParent.contentBlkTwoBtnLink.contentBlkgrey .contentBlockTeaser,
    .contentBlock .contentBlockParent.contentBlkOneBtnLink.contentBlkgrey .contentBlockTeaser{
        margin: 8px 46px 0px 16px;
    }

    .contentBlock .contentBlockParent.contentBlkOneBtnLink.contentBlkdarkblue .contentBlockLink,
    .contentBlock .contentBlockParent.contentBlkOneBtnLink.contentBlkwhite .contentBlockLink,
    .contentBlock .contentBlockParent.contentBlkOneBtnLink.contentBlkgrey .contentBlockLink{
        margin: 18px 289.2px 30px 15.8px;
        width: 40%;
    }

    .contentBlock .contentBlockParent.contentBlkTwoBtnLink.contentBlkwhite .contentBlockLink,
    .contentBlock .contentBlockParent.contentBlkTwoBtnLink.contentBlkgrey .contentBlockLink{
        margin: 18px 289.2px 26px 15.8px;
        width: 40%;
    }

    .contentBlock .contentBlockParent.contentBlkTwoBtnLink.contentBlkdarkblue .contentBlockLink {
        margin: 18px 289.2px 26px 15.8px;
        width: 40%;
    }

    .contentBlock .contentBlockParent.contentBlkNoBtn.contentBlkdarkblue .contentBlockContentType,
    .contentBlock .contentBlockParent.contentBlkNoBtn.contentBlkwhite .contentBlockContentType,
    .contentBlock .contentBlockParent.contentBlkNoBtn.contentBlkgrey .contentBlockContentType{
        margin: 24px 16px 0px 16px;
    }

    .contentBlock .contentBlockParent.contentBlkNoBtn.contentBlkdarkblue .contentBlockTitle,
    .contentBlock .contentBlockParent.contentBlkNoBtn.contentBlkwhite .contentBlockTitle ,
    .contentBlock .contentBlockParent.contentBlkNoBtn.contentBlkgrey .contentBlockTitle {
        margin: 8px 46px 8px 16px;
    }

    .contentBlock .contentBlockParent.contentBlkNoBtn.contentBlkdarkblue .contentBlockTeaser,
    .contentBlock .contentBlockParent.contentBlkNoBtn.contentBlkwhite .contentBlockTeaser,
     .contentBlock .contentBlockParent.contentBlkNoBtn.contentBlkgrey .contentBlockTeaser{
        margin: 0px 46px 24px 16px;
    }

    .contentBlock .contentBlockParent.contentBlockBtn.contentBlkwhite.imagewithborder .contentBlockContentType,
    .contentBlock .contentBlockParent.contentBlockBtn.contentBlkdarkblue.imagewithborder .contentBlockContentType,
    .contentBlock .contentBlockParent.contentBlockBtn.contentBlkgrey.imagewithborder .contentBlockContentType{
        margin: 24px 16px 0px 16px;
    }

    .contentBlock .contentBlockParent.contentBlockBtn.contentBlkwhite.imagewithborder .contentBlockTitle,
    .contentBlock .contentBlockParent.contentBlockBtn.contentBlkdarkblue.imagewithborder .contentBlockTitle,
  .contentBlock .contentBlockParent.contentBlockBtn.contentBlkgrey.imagewithborder .contentBlockTitle{
        margin: 8px 46px 8px 16px;
    }

    .contentBlock .contentBlockParent.contentBlockBtn.contentBlkdarkblue.imagewithborder .contentBlockTeaser,
    .contentBlock .contentBlockParent.contentBlockBtn.contentBlkwhite.imagewithborder .contentBlockTeaser,
     .contentBlock .contentBlockParent.contentBlockBtn.contentBlkgrey.imagewithborder .contentBlockTeaser {
        margin: 0px 46px 16px 16px;
    }

    .contentBlock .contentBlockParent.contentBlockBtn.contentBlkwhite.imagewithborder .contentBlockBtn,
    .contentBlock .contentBlockParent.contentBlockBtn.contentBlkdarkblue.imagewithborder .contentBlockBtn,
    .contentBlock .contentBlockParent.contentBlockBtn.contentBlkgrey.imagewithborder .contentBlockBtn{
        margin: 0px 240px 22px 16px;
        width:100%;
    }

    .contentBlockParent.contentBlkwhite .contentBlockLink a , .contentBlockParent.contentBlkgrey .contentBlockLink a{
        padding-right: 20px;
        font-size: 14px;
        line-height: 1.14;
    }

    .contentBlockParent.contentBlkNoTitle.text .contentBlockTeaser, 
    .contentBlockParent.contentBlkNoTeaser.text .contentBlockTitle {
        margin: 24px 16px 24px 16px;
    }

    .contentBlockParent.contentBlkNoTitle.text .contentBlockTeaser p {
        font-size: 20px;
        line-height: 1.4;
    }

    .contentBlockParent.contentBlkNoTeaser.text .contentBlockTitle p {
        font-size: 30px;
        line-height: 1.13;
        letter-spacing: -1px;
    }

    .contentBlock .contentBlockParent.contentBlkNoContentType.textimg .contentBlockTitle {
		margin-top: 24px !important;
	}
    .contentBlockParent .contentBlockTeaser p {
        font-size: 14px;
     }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1190px){
	.contentBlockParent.contentBlkOneBtnLink .contentBlockContentType ,.contentBlockParent.contentBlkTwoBtnLink .contentBlockContentType{
        margin: 26px 12px 0px 24px;
    }

    .contentBlockParent.contentBlkOneBtnLink .contentBlockTitle ,.contentBlockParent.contentBlkTwoBtnLink .contentBlockTitle{
        margin: 7px 12px 8px 24px;
    }

    .contentBlockParent.contentBlkOneBtnLink .contentBlockTeaser ,.contentBlockParent.contentBlkTwoBtnLink .contentBlockTeaser{
        margin: 0px 0px 8px 24px;
       
    }

    .contentBlockParent.contentBlkOneBtnLink .contentBlockBtn, .contentBlockParent.contentBlkTwoBtnLink .contentBlockBtn{
        margin: 0px 0px 25px 24px;
    }

    .contentBlockParent.contentBlkOneBtnLink .contentBlockLink,.contentBlockParent.contentBlkTwoBtnLink .contentBlockLink {
        margin-left: 24px;
        margin-bottom: 35px;
    }
	
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .contentBlockParent .contentBlockBtn a {
        font-size: 16px;
        height: 32px;
        padding: 8px 19px 8px 20px;
    }

    .contentBlockParent.contentBlockBtn.contentBlkwhite.right.imagewithborder .contentBlockTitle p ,
    .contentBlockParent.contentBlockBtn.contentBlkgrey.right.imagewithborder .contentBlockTitle p {
        font-size: 24px;
        line-height: 1;
        letter-spacing: -0.8px;
    }

    .contentBlockParent.contentBlockBtn.contentBlkdarkblue.right.imagewithborder .contentBlockTitle p {
        font-size: 24px;
    }

    .contentBlockParent .contentBlockContentType {
        margin: 26px 12px 0px 24px;
    }

    .contentBlockParent .contentBlockTitle {
        margin: 7px 12px 8px 24px;
    }

    .contentBlockParent .contentBlockTeaser {
        margin: 0px 0px 8px 24px;
        width: 90%;
    }

    .contentBlockParent .contentBlockBtn {
        margin: 0px 0px 25px 24px;
    }

    .contentBlockParent .contentBlockLink {
        margin-left: 24px;
        margin-bottom: 35px;
    }

    .contentBlockParent.text .contentBlockTitle {
        margin: 24px 86px 0px 86px;
    }

    .contentBlockParent.text .contentBlockTeaser {
        margin: 16px 86px 24px 86px;
        width: auto;
    }

    .contentBlockParent .contentBlockTitle p {
        font-size: 24px;
        line-height: 1;
        letter-spacing: -0.8px;
    }

   .contentBlockParent .contentBlockLink a,.contentBlockParent.contentBlkwhite .contentBlockLink a ,.contentBlockParent.contentBlkgrey .contentBlockLink a {
        line-height: 1.14;
        font-size: 14px;
    }

    .contentBlockParent.text .contentBlockTitle p {
        font-size: 24px;
        line-height: 1;
        letter-spacing: -0.8px;
    }

    .contentBlockParent.text .contentBlockTeaser p {
        font-size: 14px;
        line-height: 1.57;
    }

    .contentBlockParent.contentBlockBtn.contentBlkwhite.right.imagewithborder .contentBlockContentType,
    .contentBlockParent.contentBlockBtn.contentBlkdarkblue.right.imagewithborder .contentBlockContentType,
    .contentBlockParent.contentBlockBtn.contentBlkgrey.right.imagewithborder .contentBlockContentType
    {
        margin: 26px 12px 0px 24px;
    }

    .contentBlockParent.contentBlockBtn.contentBlkwhite.right.imagewithborder .contentBlockTitle,
    .contentBlockParent.contentBlockBtn.contentBlkdarkblue.right.imagewithborder .contentBlockTitle,
    .contentBlockParent.contentBlockBtn.contentBlkgrey.right.imagewithborder .contentBlockTitle
    {
        margin: 26px 12px 8px 24px;
    }

    .contentBlockParent.contentBlockBtn.contentBlkdarkblue.right.imagewithborder .contentBlockTeaser,
    .contentBlockParent.contentBlockBtn.contentBlkwhite.right.imagewithborder .contentBlockTeaser,
     .contentBlockParent.contentBlockBtn.contentBlkgrey.right.imagewithborder .contentBlockTeaser
                        {
        margin: 0px 12px 8px 24px;
    }

    .contentBlockParent.contentBlockBtn.contentBlkwhite.right.imagewithborder .contentBlockBtn,
    .contentBlockParent.contentBlockBtn.contentBlkdarkblue.right.imagewithborder .contentBlockBtn,
    .contentBlockParent.contentBlockBtn.contentBlkgrey.right.imagewithborder .contentBlockBtn {
        margin: 0px 241px 25px 24px;
        width:100%;
    }

    .contentBlockParent.contentBlkOneBtnLink.contentBlkdarkblue.right .contentBlockContentType,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkdarkblue.left .contentBlockContentType,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkdarkblue.right .contentBlockContentType,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkdarkblue.left .contentBlockContentType,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkwhite.right .contentBlockContentType,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkwhite.left .contentBlockContentType,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkwhite.right .contentBlockContentType,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkwhite.left .contentBlockContentType,
     .contentBlockParent.contentBlkTwoBtnLink.contentBlkgrey.right .contentBlockContentType,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkgrey.left .contentBlockContentType,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkgrey.right .contentBlockContentType,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkgrey.left .contentBlockContentType                        {
        margin: 32px 24px 0px 24px;
    }

    .contentBlockParent.contentBlkOneBtnLink.contentBlkdarkblue.right .contentBlockTitle,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkdarkblue.left .contentBlockTitle,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkdarkblue.right .contentBlockTitle,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkdarkblue.left .contentBlockTitle,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkwhite.right .contentBlockTitle,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkwhite.left .contentBlockTitle,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkwhite.right .contentBlockTitle,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkwhite.left .contentBlockTitle,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkgrey.right .contentBlockTitle,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkgrey.left .contentBlockTitle,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkgrey.right .contentBlockTitle,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkgrey.left .contentBlockTitle{
        margin: 7px 24px 0px 24px;
    }

    .contentBlockParent.contentBlkOneBtnLink.contentBlkdarkblue.right .contentBlockTeaser,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkdarkblue.left .contentBlockTeaser,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkdarkblue.right .contentBlockTeaser,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkdarkblue.left .contentBlockTeaser,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkwhite.right .contentBlockTeaser,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkwhite.left .contentBlockTeaser,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkwhite.right .contentBlockTeaser,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkwhite.left .contentBlockTeaser,
     .contentBlockParent.contentBlkTwoBtnLink.contentBlkgrey.right .contentBlockTeaser,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkgrey.left .contentBlockTeaser,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkgrey.right .contentBlockTeaser,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkgrey.left .contentBlockTeaser    {
        margin: 8px 24px 0px 24px;
    }

    .contentBlockParent.contentBlkOneBtnLink.contentBlkdarkblue.right .contentBlockLink,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkdarkblue.left .contentBlockLink,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkwhite.right .contentBlockLink,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkwhite.left .contentBlockLink ,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkgrey.right .contentBlockLink,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkgrey.left .contentBlockLink {
        margin: 10px 290.2px 33px 23.8px;
        width: 40%;
    }

    .contentBlockParent.contentBlkTwoBtnLink.contentBlkdarkblue.right .contentBlockLink,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkwhite.left .contentBlockLink ,
      .contentBlockParent.contentBlkTwoBtnLink.contentBlkgrey.left .contentBlockLink {
        margin: 18px 266.2px 35px 23.8px;
        width: 40%;
    }

    .contentBlockParent.contentBlkTwoBtnLink.contentBlkwhite.right .contentBlockLink,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkdarkblue.left .contentBlockLink,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkgrey.left .contentBlockLink{
        margin: 18px 290.2px 35px 23.8px;
        width: 40%;
    }

    .contentBlockParent.contentBlkNoBtn.contentBlkdarkblue.right .contentBlockContentType,
    .contentBlockParent.contentBlkNoBtn.contentBlkdarkblue.left .contentBlockContentType,
    .contentBlockParent.contentBlkNoBtn.contentBlkwhite.right .contentBlockContentType,
    .contentBlockParent.contentBlkNoBtn.contentBlkwhite.left .contentBlockContentType ,
    .contentBlockParent.contentBlkNoBtn.contentBlkgrey.right .contentBlockContentType,
    .contentBlockParent.contentBlkNoBtn.contentBlkgrey.left .contentBlockContentType    {
        margin: 46px 24px 0px 24px;
    }

    .contentBlockParent.contentBlkNoBtn.contentBlkdarkblue.right .contentBlockTitle,
    .contentBlockParent.contentBlkNoBtn.contentBlkdarkblue.left .contentBlockTitle,
    .contentBlockParent.contentBlkNoBtn.contentBlkwhite.right .contentBlockTitle,
    .contentBlockParent.contentBlkNoBtn.contentBlkwhite.left .contentBlockTitle,
     .contentBlockParent.contentBlkNoBtn.contentBlkgrey.right .contentBlockTitle,
    .contentBlockParent.contentBlkNoBtn.contentBlkgrey.left .contentBlockTitle{
        margin: 7px 24px 0px 24px;
    }

    .contentBlockParent.contentBlkNoBtn.contentBlkdarkblue.right .contentBlockTeaser,
    .contentBlockParent.contentBlkNoBtn.contentBlkdarkblue.left .contentBlockTeaser,
    .contentBlockParent.contentBlkNoBtn.contentBlkwhite.right .contentBlockTeaser,
    .contentBlockParent.contentBlkNoBtn.contentBlkwhite.left .contentBlockTeaser ,
     .contentBlockParent.contentBlkNoBtn.contentBlkgrey.right .contentBlockTeaser,
    .contentBlockParent.contentBlkNoBtn.contentBlkgrey.left .contentBlockTeaser                        {
        margin: 8px 24px 45px 24px;
    }

    .contentBlockParent.contentBlockBtn.contentBlkdarkblue.left.imagewithborder .contentBlockContentType,
    .contentBlockParent.contentBlockBtn.contentBlkwhite.left.imagewithborder .contentBlockContentType ,
    .contentBlockParent.contentBlockBtn.contentBlkgrey.left.imagewithborder .contentBlockContentType{
        margin: 26px 24px 0px 12px;
    }

    .contentBlockParent.contentBlockBtn.contentBlkdarkblue.left.imagewithborder .contentBlockTitle,
    .contentBlockParent.contentBlockBtn.contentBlkwhite.left.imagewithborder .contentBlockTitle,
    .contentBlockParent.contentBlockBtn.contentBlkgrey.left.imagewithborder .contentBlockTitle {
        margin:8px 24px 8px 12px;
    }

    .contentBlockParent.contentBlockBtn.contentBlkdarkblue.left.imagewithborder .contentBlockTeaser,
    .contentBlockParent.contentBlockBtn.contentBlkwhite.left.imagewithborder .contentBlockTeaser,
    .contentBlockParent.contentBlockBtn.contentBlkgrey.left.imagewithborder .contentBlockTeaser{
        margin: 0px 24px 8px 12px;
    }

    .contentBlockParent.contentBlockBtn.contentBlkdarkblue.left.imagewithborder .contentBlockBtn,
    .contentBlockParent.contentBlockBtn.contentBlkwhite.left.imagewithborder .contentBlockBtn,
    .contentBlockParent.contentBlockBtn.contentBlkgrey.left.imagewithborder .contentBlockBtn {
        margin: 0px 253px 25px 12px;
        width: 100%;
    }

    .contentBlockParent .contentBlkImg.imagewithborder {
        border: 24px solid #1a2142;
    }

    .contentBlockParent.contentBlkwhite .contentBlkImg.imagewithborder {
        border: 24px solid #ffffff;
    }
    .contentBlockParent.contentBlkgrey .contentBlkImg.imagewithborder {
        border: 24px solid #f5f5f5;
    }
    .contentBlockParent.text .contentBlockTeaser {
        margin: 16px 86px 24px 86px;
    }

    .contentBlockParent.contentBlkOneBtnLink.contentBlkwhite .contentBlockTitle p, 
    .contentBlockParent.contentBlkNoBtn.contentBlkwhite .contentBlockTitle p,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkgrey .contentBlockTitle p, 
    .contentBlockParent.contentBlkNoBtn.contentBlkgrey .contentBlockTitle p  {
        letter-spacing: -0.8px;
    }

    .contentBlockParent.contentBlkNoTitle.text .contentBlockTeaser {
        margin: 24px 86px 24px 85px;
    }

    .contentBlockParent.contentBlkNoTitle.text .contentBlockTeaser p {
        font-size: 20px;
        line-height: 1.4;
    }

    .contentBlockParent.contentBlkNoTeaser.text .contentBlockTitle {
        margin: 32px 86px 32px 86px;
    }

    .contentBlockParent.contentBlkNoTeaser.text .contentBlockTitle p {
        font-size: 24px;
        line-height: 1;
        letter-spacing: -0.8px;
    }

    .contentBlock .contentBlockParent.contentBlkNoContentType.textimg .contentBlockTitle {
		margin-top: 26px !important;
	}

    .contentBlockParent .contentBlockTeaser p {
        font-size: 14px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .contentBlockParent .contentBlockBtn a {
        font-size: 16px;
        height: 32px;
        padding: 8px 19px 8px 20px;
    }

    .contentBlockParent.contentBlockBtn.contentBlkwhite.right.imagewithborder .contentBlockTitle p,
    .contentBlockParent.contentBlockBtn.contentBlkgrey.right.imagewithborder .contentBlockTitle p{
        font-size: 24px;
        line-height: 1;
        letter-spacing: -0.8px;
    }

    .contentBlockParent.contentBlockBtn.contentBlkdarkblue.right.imagewithborder .contentBlockTitle p {
        font-size: 24px;
    }

    .contentBlockParent .contentBlockContentType {
        margin: 26px 12px 0px 24px;
    }

    .contentBlockParent .contentBlockTitle {
        margin: 7px 12px 8px 24px;
    }

    .contentBlockParent .contentBlockTeaser {
        margin: 0px 0px 8px 24px;
        width: 90%;
    }

    .contentBlockParent .contentBlockBtn {
        margin: 0px 0px 25px 24px;
    }

    .contentBlockParent .contentBlockLink {
        margin-left: 24px;
        margin-bottom: 35px;
    }

    .contentBlockParent.text .contentBlockTitle {
        margin: 24px 86px 0px 86px;
    }

    .contentBlockParent.text .contentBlockTeaser {
        margin: 16px 86px 24px 86px;
        width: auto;
    }

    .contentBlockParent .contentBlockTitle p {
        font-size: 24px;
        line-height: 1;
        letter-spacing: -0.8px;
    }

    .contentBlockParent .contentBlockLink a {
        line-height: 1.14;

    }

    .contentBlockParent.text .contentBlockTitle p {
        font-size: 24px;
        line-height: 1;
        letter-spacing: -0.8px;
    }

    .contentBlockParent.text .contentBlockTeaser p {
        font-size: 14px;
        line-height: 1.57;
    }

    .contentBlockParent.contentBlockBtn.contentBlkwhite.right.imagewithborder .contentBlockContentType,
    .contentBlockParent.contentBlockBtn.contentBlkdarkblue.right.imagewithborder .contentBlockContentType,
    .contentBlockParent.contentBlockBtn.contentBlkgrey.right.imagewithborder .contentBlockContentType{
        margin: 26px 12px 0px 24px;
    }

    .contentBlockParent.contentBlockBtn.contentBlkwhite.right.imagewithborder .contentBlockTitle,
    .contentBlockParent.contentBlockBtn.contentBlkdarkblue.right.imagewithborder .contentBlockTitle,
    .contentBlockParent.contentBlockBtn.contentBlkgrey.right.imagewithborder .contentBlockTitle{
        margin: 8px 12px 8px 24px;
    }

    .contentBlockParent.contentBlockBtn.contentBlkdarkblue.right.imagewithborder .contentBlockTeaser,
    .contentBlockParent.contentBlockBtn.contentBlkwhite.right.imagewithborder .contentBlockTeaser,
      .contentBlockParent.contentBlockBtn.contentBlkgrey.right.imagewithborder .contentBlockTeaser{
        margin: 0px 12px 8px 24px;
    }

    .contentBlockParent.contentBlockBtn.contentBlkwhite.right.imagewithborder .contentBlockBtn,
    .contentBlockParent.contentBlockBtn.contentBlkdarkblue.right.imagewithborder .contentBlockBtn,
    .contentBlockParent.contentBlockBtn.contentBlkgrey.right.imagewithborder .contentBlockBtn{
        margin: 0px 241px 25px 24px;
        width:100%;
    }

    .contentBlockParent.contentBlkOneBtnLink.contentBlkdarkblue.right .contentBlockContentType,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkdarkblue.left .contentBlockContentType,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkdarkblue.right .contentBlockContentType,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkdarkblue.left .contentBlockContentType,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkwhite.right .contentBlockContentType,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkwhite.left .contentBlockContentType,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkwhite.right .contentBlockContentType,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkwhite.left .contentBlockContentType ,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkgrey.right .contentBlockContentType,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkgrey.left .contentBlockContentType,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkgrey.right .contentBlockContentType,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkgrey.left .contentBlockContentType    {
        margin: 32px 24px 0px 24px;
    }

    .contentBlockParent.contentBlkOneBtnLink.contentBlkdarkblue.right .contentBlockTitle,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkdarkblue.left .contentBlockTitle,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkdarkblue.right .contentBlockTitle,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkdarkblue.left .contentBlockTitle,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkwhite.right .contentBlockTitle,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkwhite.left .contentBlockTitle,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkwhite.right .contentBlockTitle,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkwhite.left .contentBlockTitle,
     .contentBlockParent.contentBlkTwoBtnLink.contentBlkgrey.right .contentBlockTitle,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkgrey.left .contentBlockTitle,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkgrey.right .contentBlockTitle,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkgrey.left .contentBlockTitle {
        margin: 7px 24px 0px 24px;
    }

    .contentBlockParent.contentBlkOneBtnLink.contentBlkdarkblue.right .contentBlockTeaser,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkdarkblue.left .contentBlockTeaser,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkdarkblue.right .contentBlockTeaser,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkdarkblue.left .contentBlockTeaser,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkwhite.right .contentBlockTeaser,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkwhite.left .contentBlockTeaser,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkwhite.right .contentBlockTeaser,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkwhite.left .contentBlockTeaser,
      .contentBlockParent.contentBlkTwoBtnLink.contentBlkgrey.right .contentBlockTeaser,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkgrey.left .contentBlockTeaser,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkgrey.right .contentBlockTeaser,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkgrey.left .contentBlockTeaser{
        margin: 8px 24px 0px 24px;
    }

    .contentBlockParent.contentBlkOneBtnLink.contentBlkdarkblue.right .contentBlockLink,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkdarkblue.left .contentBlockLink,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkwhite.right .contentBlockLink,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkwhite.left .contentBlockLink ,
   .contentBlockParent.contentBlkOneBtnLink.contentBlkgrey.right .contentBlockLink,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkgrey.left .contentBlockLink{
        margin: 10px 290.2px 33px 23.8px;
        width: 40%;
    }

    .contentBlockParent.contentBlkTwoBtnLink.contentBlkdarkblue.right .contentBlockLink,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkwhite.left .contentBlockLink,
   .contentBlockParent.contentBlkTwoBtnLink.contentBlkgrey.left .contentBlockLink{
        margin: 18px 266.2px 35px 23.8px;
        width: 40%;
    }

    .contentBlockParent.contentBlkTwoBtnLink.contentBlkwhite.right .contentBlockLink,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkdarkblue.left .contentBlockLink,
    .contentBlockParent.contentBlkTwoBtnLink.contentBlkgrey.right .contentBlockLink{
        margin: 18px 290.2px 35px 23.8px;
        width: 40%;
    }

    .contentBlockParent.contentBlkNoBtn.contentBlkdarkblue.right .contentBlockContentType,
    .contentBlockParent.contentBlkNoBtn.contentBlkdarkblue.left .contentBlockContentType,
    .contentBlockParent.contentBlkNoBtn.contentBlkwhite.right .contentBlockContentType,
    .contentBlockParent.contentBlkNoBtn.contentBlkwhite.left .contentBlockContentType ,
           .contentBlockParent.contentBlkNoBtn.contentBlkgrey.right .contentBlockContentType,
    .contentBlockParent.contentBlkNoBtn.contentBlkgrey.left .contentBlockContentType{
        margin: 46px 24px 0px 24px;
    }

    .contentBlockParent.contentBlkNoBtn.contentBlkdarkblue.right .contentBlockTitle,
    .contentBlockParent.contentBlkNoBtn.contentBlkdarkblue.left .contentBlockTitle,
    .contentBlockParent.contentBlkNoBtn.contentBlkwhite.right .contentBlockTitle,
    .contentBlockParent.contentBlkNoBtn.contentBlkwhite.left .contentBlockTitle,
    .contentBlockParent.contentBlkNoBtn.contentBlkgrey.right .contentBlockTitle,
    .contentBlockParent.contentBlkNoBtn.contentBlkgrey.left .contentBlockTitle{
        margin: 7px 24px 0px 24px;
    }

    .contentBlockParent.contentBlkNoBtn.contentBlkdarkblue.right .contentBlockTeaser,
    .contentBlockParent.contentBlkNoBtn.contentBlkdarkblue.left .contentBlockTeaser,
    .contentBlockParent.contentBlkNoBtn.contentBlkwhite.right .contentBlockTeaser,
    .contentBlockParent.contentBlkNoBtn.contentBlkwhite.left .contentBlockTeaser,
    .contentBlockParent.contentBlkNoBtn.contentBlkgrey.right .contentBlockTeaser,
    .contentBlockParent.contentBlkNoBtn.contentBlkgrey.left .contentBlockTeaser{
        margin: 8px 24px 45px 24px;
    }

    .contentBlockParent.contentBlockBtn.contentBlkdarkblue.left.imagewithborder .contentBlockContentType,
    .contentBlockParent.contentBlockBtn.contentBlkwhite.left.imagewithborder .contentBlockContentType,
    .contentBlockParent.contentBlockBtn.contentBlkgrey.left.imagewithborder .contentBlockContentType{
        margin: 26px 24px 0px 12px;
    }

    .contentBlockParent.contentBlockBtn.contentBlkdarkblue.left.imagewithborder .contentBlockTitle,
    .contentBlockParent.contentBlockBtn.contentBlkwhite.left.imagewithborder .contentBlockTitle,
    .contentBlockParent.contentBlockBtn.contentBlkgrey.left.imagewithborder .contentBlockTitle  {
        margin: 7px 24px 8px 12px;
    }

    .contentBlockParent.contentBlockBtn.contentBlkdarkblue.left.imagewithborder .contentBlockTeaser,
    .contentBlockParent.contentBlockBtn.contentBlkwhite.left.imagewithborder .contentBlockTeaser,
    .contentBlockParent.contentBlockBtn.contentBlkgrey.left.imagewithborder .contentBlockTeaser{
        margin: 0px 24px 8px 12px;
    }

    .contentBlockParent.contentBlockBtn.contentBlkdarkblue.left.imagewithborder .contentBlockBtn,
    .contentBlockParent.contentBlockBtn.contentBlkwhite.left.imagewithborder .contentBlockBtn,
    .contentBlockParent.contentBlockBtn.contentBlkgrey.left.imagewithborder .contentBlockBtn {
        margin: 0px 253px 25px 12px;

    }

    .contentBlockParent .contentBlkImg.imagewithborder {
        border: 24px solid #1a2142;
    }

    .contentBlockParent.contentBlkwhite .contentBlkImg.imagewithborder {
        border: 24px solid #ffffff;
    }
    .contentBlockParent.contentBlkgrey .contentBlkImg.imagewithborder {
        border: 24px solid #f5f5f5;
    }
    .contentBlockParent.text .contentBlockTeaser {
        margin: 16px 86px 24px 86px;
    }

    .contentBlockParent.contentBlkOneBtnLink.contentBlkwhite .contentBlockTitle p, 
    .contentBlockParent.contentBlkNoBtn.contentBlkwhite .contentBlockTitle p ,
    .contentBlockParent.contentBlkOneBtnLink.contentBlkgrey .contentBlockTitle p, 
    .contentBlockParent.contentBlkNoBtn.contentBlkgrey .contentBlockTitle p{
        letter-spacing: -0.8px;
    }

    .contentBlockParent.contentBlkNoTitle.text .contentBlockTeaser {
        margin: 24px 86px 24px 85px;
    }

    .contentBlockParent.contentBlkNoTitle.text .contentBlockTeaser p {
        font-size: 20px;
        line-height: 1.4;
    }

    .contentBlockParent.contentBlkNoTeaser.text .contentBlockTitle {
        margin: 32px 86px 32px 86px;
    }

    .contentBlockParent.contentBlkNoTeaser.text .contentBlockTitle p {
        font-size: 24px;
        line-height: 1;
        letter-spacing: -0.8px;
    }

    .contentBlock .contentBlockParent.contentBlkNoContentType.textimg .contentBlockTitle {
		margin-top: 26px !important;
	}

    .contentBlockParent .contentBlockTeaser p {
        font-size: 14px;
    }

}
.heroNew {
    margin: 0 auto;
    max-width: 80em;
    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: 56px 656px 56px 54px;
}

.heroParent_promotionalHero.white_right .heroChild {
    width:570px;
    position: absolute;
    border: 1px solid transparent;
    background-color: #ffffff;
    margin: 56px 54px 54px 656px;
}

.col__full-width .heroParent_promotionalHero.white_right .heroChild {
	width:570px;
    position: absolute;
    border: 1px solid transparent;
    background-color: #ffffff;
    margin: 56px 54px 54px 536px;
}

.heroParent_promotionalHero.white_left .heroContentType pre {
    object-fit: contain;
    font-family: Effra-Bold;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #006de3;
}

.heroParent_promotionalHero.white_right .heroContentType pre {
    object-fit: contain;
    font-family: Effra-Bold;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #006de3;
}

.heroParent_promotionalHero.white_left .heroContentType {
    margin: 24px 40px 16px 40px;
}

.heroParent_promotionalHero.white_right .heroContentType {
    margin: 24px 40px 16px 40px;
}

.heroParent_promotionalHero.white_left .heroTitle {
    margin: 0px 40px 16px 40px;
}

.heroParent_promotionalHero.white_right .heroTitle {
    margin: 0px 40px 16px 40px;
}

.heroParent_promotionalHero.white_left .heroTeaser {
    margin: 0px 40px 24px 40px;
}

.heroParent_promotionalHero.white_right .heroTeaser {
    margin: 0px 40px 24px 40px;
}

.heroParent_promotionalHero.white_left .heroBtn {
    margin: 0px 40px 24px 40px;
}

.heroParent_promotionalHero.white_right .heroBtn {
    margin: 0px 40px 24px 40px;
}

.heroParent_promotionalHero.white_left .heroTitle p {
    object-fit: contain;
    font-family: Effra-Bold;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -1px;
    color: #000000;
    margin-bottom: 0px;
}

.heroParent_promotionalHero.white_right .heroTitle p {
    object-fit: contain;
    font-family: Effra-Bold;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -1px;
    color: #000000;
    margin-bottom: 0px;
}

.heroParent_promotionalHero.white_left .heroTeaser p {
    object-fit: contain;
    font-family: Effra-Regular;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #000000;
}

.heroParent_promotionalHero.white_right .heroTeaser p {
    object-fit: contain;
    font-family: Effra-Regular;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #000000;
}

.heroParent_promotionalHero.white_left .heroBtn a {
    display: inline-block;
    height: auto;
    padding: 8px 15px 8px 15px;
    color: #ffffff;
    font-family: Effra-regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    border-radius: 30px;
    background-color: #016de3;
    box-shadow: none;
    text-decoration: none;
}

.heroParent_promotionalHero.white_right .heroBtn a {
    display: inline-block;
    height: auto;
    padding: 8px 15px 8px 15px;
    color: #ffffff;
    font-family: Effra-regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    border-radius: 30px;
    background-color: #016de3;
    box-shadow: none;
    text-decoration: none;
}

.heroParent_promotionalHero .prom_heroNoContentType .heroTitle p{
	margin:24px 0 0 0;
}

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

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

.heroParent_promotionalHero.white_left .heroImgTab_left,
.heroParent_promotionalHero.white_right .heroImgTab_right,
.heroParent_promotionalHero.white_left .heroImgMobile_left,
.heroParent_promotionalHero.white_right .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.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: 62px 117px 24px 54px;
}

.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: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
}

.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: bold;
}

.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: bold;
    font-family: Effra-bold;
}

.heroParent.heroBtn.darkblue .heroTitle {
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 0px 117px 24px 54px;
}

.heroParent.text .heroTitle {
    margin: 64px 456px 24px 54px;
}

.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: bold;
    font-stretch: normal;
    font-style: normal;
    font-size: 50px;
    line-height: 0.9;
    letter-spacing: -2px;
}

.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,
.heroParent.heroBtn.white .heroTeaser p,
.heroParent.heroNoBtn.white .heroTeaser p,
.heroParent.grey .heroTeaser p {
    color: #000000;
}

.heroParent.white .heroTitle p, .heroParent.white .heroTeaser p,
.heroParent.grey .heroTitle p, .heroParent.grey .heroTeaser p {
    color: #000000;
}

.heroParent.heroBtn.darkblue .heroTeaser {
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 0px 117px 24px 54px;
}

.heroParent.text .heroTeaser {
    margin: 0px 456px 64px 54px;
    width: auto;
}

.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: 20px;
    line-height: 1.6;
}

.heroParent.heroBtn.darkblue .heroBtn {
    border: 1px solid transparent;
    height: auto;
    width: 40%;
    margin: 40px 435px 61px 54px;
}

.heroParent .heroBtn a {
    display: inline;
    height: 48px;
    padding: 8px 15px 8px 15px;
    color: #ffffff;
    font-family: Effra-regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    border-radius: 30px;
    background-color: #016de3;
    box-shadow: none;
    text-decoration: none;
}

.heroParent .heroImg {
    width: 50%;
}

.heroParent .heroImg img {
    height: 100%;
    width: 100%;
}

.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: 62px 117px 16px 54px;
}

.heroParent.heroBtn.white .heroTitle,
.heroParent.heroBtn.grey .heroTitle {
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 0px 117px 24px 54px;
}

.heroNew .heroParent.heroNoContentType.white .heroTitle,
.heroNew .heroParent.heroNoContentType.darkblue .heroTitle,
.heroNew .heroParent.heroNoContentType.grey .heroTitle {
    margin-top: 62px;
}

.heroParent.heroBtn.white .heroTeaser,
.heroParent.heroBtn.grey .heroTeaser {
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 0px 117px 24px 54px;
}

.heroParent.heroBtn.white .heroBtn,
.heroParent.heroBtn.grey .heroBtn {
    border: 1px solid transparent;
    height: auto;
    width: 40%;
    margin: 40px 435px 69px 54px;
}

.heroParent.heroNoBtn.darkblue .heroContentType {
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 109px 117px 24px 54px;
}

.heroParent.heroNoBtn.darkblue.left .heroContentType {
    margin: 110px 117px 24px 54px;
}

.heroParent.heroNoBtn.darkblue .heroTitle {
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 0px 117px 24px 54px;
}

.heroParent.heroNoBtn.darkblue .heroTeaser {
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 0px 117px 102px 54px;
}

.heroParent.heroNoBtn.darkblue.left .heroTeaser {
    margin: 0px 117px 101px 54px;
}

.heroParent.heroNoBtn.white .heroContentType,
.heroParent.heroNoBtn.grey .heroContentType {
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 110px 117px 16px 54px;
}

.heroParent.heroNoBtn.white .heroTitle,
.heroParent.heroNoBtn.grey .heroTitle {
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 0px 117px 24px 54px;
}

.heroParent.heroNoBtn.white .heroTeaser,
.heroParent.heroNoBtn.grey .heroTeaser {
    border: 1px solid transparent;
    height: auto;
    width: 81%;
    margin: 0px 117px 109px 54px;
}

.heroParent.white.text.heroNoContentType .heroTitle,
.heroParent.darkblue.text.heroNoContentType .heroTitle,
.heroParent.grey.text.heroNoContentType .heroTitle {
    margin: 64px 456px 24px 54px;
}

.heroParent.white.text .heroTitle p,
.heroParent.darkblue.text .heroTitle p,
.heroParent.grey.text .heroTitle p {
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: -2px;
    margin-bottom: 0px;
    font-family:Effra-Bold;
}

.heroParent.white.text.heroNoBtn .heroTeaser,
.heroParent.darkblue.text.heroNoBtn .heroTeaser,
.heroParent.grey.text.heroNoBtn .heroTeaser {
    margin: 0px 456px 64px 54px;
    width: auto;
}

.heroParent.white.text.heroBtn .heroTeaser,
.heroParent.darkblue.text.heroBtn .heroTeaser,
.heroParent.grey.text.heroBtn .heroTeaser {
    margin: 0px 456px 24px 54px;
    width: auto;
} 

.heroParent.heroNoBtn.text.darkblue .heroContentType,
.heroParent.heroNoBtn.text.white .heroContentType,
.heroParent.heroNoBtn.text.grey .heroContentType {
    margin: 64px 117px 24px 54px;
}                        
.heroParent.white.text .heroTeaser p,
.heroParent.darkblue.text .heroTeaser p,
.heroParent.grey.text .heroTeaser p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    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: 90px 54px 16px 54px;
}

.heroNew .heroParent.contactUSHero .heroChild .heroContentType pre {
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 1px;
}

.heroNew .heroParent.contactUSHero .heroTitle {
    margin: 0px 54px 24px 54px;
}

.heroNew .heroParent.contactUSHero .heroChild .heroTitle p {
    font-weight: normal;
    line-height: 100%;
}

.heroNew .heroParent.contactUSHero .heroTeaser {
    margin: 0px 54px 122px 54px;
}

.heroNew .heroParent.contactUSHero .heroChild .heroTeaser p {
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
	display: block;
}

.heroNew .heroParent.contactUSHero .heroTeaser.hero20px p {
    font-size: 20px;
}

/* End of Css for contactUSHero */

@media only screen and (max-width: 767px) {
    .heroParent .heroContentType {
        margin: 32px 16px 8px 16px;
    }

    .heroParent .heroTitle {
        margin: 0px 16px 16px 16px;
    }

    .heroParent .heroTeaser {
        margin: 0px 16px 16px 16px;
        width: auto;
    }

    .heroParent .heroTeaser p {
        font-size: 14px;
        line-height: 1.57;
    }

    .heroParent .heroBtn a {
        width: auto;
        height: 32px;
        padding: 6px 19px 8px 20px;
        border-radius: 30px;
        background-color: #016de3;
        font-size: 16px;
    }

    .heroParent .heroBtn {
        margin: 8px 16px 32px 16px;
        width: auto;
        display: inline-block;
    }

    .heroParent .heroTitle p {
        font-size: 30px;
        line-height: 1.13;
        letter-spacing: -1.2px;
    }

    .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.text .heroTitle {
        margin: 64px 46px 24px 16px;
    }

    .heroParent.text .heroTeaser {
        margin: 0px 46px 64px 16px;
    }

    .heroParent.heroBtn.darkblue .heroContentType,
    .heroParent.heroBtn.white .heroContentType,
    .heroParent.heroBtn.grey .heroContentType {
        margin: 32px 16px 8px 16px;
    }

    .heroParent.heroBtn.darkblue .heroTitle,
    .heroParent.heroBtn.white .heroTitle,
    .heroParent.heroBtn.grey .heroTitle {
        margin: 0px 16px 16px 16px;
    }

    .heroParent.heroBtn.darkblue .heroTeaser,
    .heroParent.heroBtn.white .heroTeaser,
    .heroParent.heroBtn.grey .heroTeaser {
        margin: 0px 16px 24px 16px;
    }

    .heroParent.heroBtn.darkblue .heroBtn,
    .heroParent.heroBtn.white .heroBtn,
    .heroParent.heroBtn.grey .heroBtn {
        margin: 0px auto 32px 15px;
        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 .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 {
        font-size: 30px;
        line-height: 1.13;
        letter-spacing: 1.2px;
    }

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

    .heroNew .heroParent.heroBtn.white .heroTitle p,
    .heroNew .heroParent.heroBtn.grey .heroTitle p {
        letter-spacing: -1px;
    }

    .heroNew .heroParent.heroNoBtn.darkblue .heroTitle p {
        letter-spacing: -1.2px;
    }

    .heroNew .heroParent.heroNoBtn.darkblue .heroContentType,
    .heroParent.heroNoBtn.white .heroContentType,
    .heroParent.heroNoBtn.grey .heroContentType {
        margin: 32px 16px 8px 16px;
    }

    .heroNew .heroParent.heroNoBtn.darkblue .heroTitle,
    .heroParent.heroNoBtn.white .heroTitle,
    .heroParent.heroNoBtn.grey .heroTitle {
        margin: 0px 16px 16px 16px;
    }

    .heroNew .heroParent.heroNoBtn.darkblue .heroTeaser,
    .heroParent.heroNoBtn.white .heroTeaser,
    .heroParent.heroNoBtn.grey .heroTeaser {
        margin: 0px 16px 32px 16px;
    }

    .heroParent.darkblue.text.heroNoContentType.heroNoBtn .heroTitle,
    .heroParent.white.text.heroNoContentType.heroNoBtn .heroTitle,
    .heroParent.grey.text.heroNoContentType.heroNoBtn .heroTitle {
        margin: 64px 46px 16px 16px;
    }

    .heroParent.white.text.heroBtn .heroTeaser,
    .heroParent.darkblue.text.heroBtn .heroTeaser,
    .heroParent.grey.text.heroBtn .heroTeaser {
        margin: 0px 46px 24px 16px;
        width: auto;
     } 
     .heroParent.heroNoBtn.text.darkblue .heroContentType,
     .heroParent.heroNoBtn.text.white .heroContentType,
     .heroParent.heroNoBtn.text.grey .heroContentType {
         margin: 64px 24px 16px 16px;
     }
     .heroNew .heroParent.heroBtn.darkblue.text .heroContentType,
    .heroParent.heroBtn.white.text .heroContentType,
    .heroParent.heroBtn.grey.text .heroContentType {
        margin: 64px 16px 16px 16px;
    }

     .heroParent.white.text.heroNoBtn .heroTeaser,
     .heroParent.darkblue.text.heroNoBtn .heroTeaser,
     .heroParent.grey.text.heroNoBtn .heroTeaser {
         margin: 0px 46px 64px 16px;
         width: auto;
     }

    .heroParent.heroBtn.darkblue.text .heroBtn,
    .heroParent.heroBtn.white.text .heroBtn,
    .heroParent.heroBtn.grey.text .heroBtn {
        margin: 0px auto 64px 15px;
        width: max-content;
    }                                   

    .heroParent.white.text .heroTitle p,
    .heroParent.darkblue.text .heroTitle p,
    .heroParent.grey.text .heroTitle p {
        font-size: 30px;
        line-height: 1.07;
        margin-bottom: 0px;
    }

    .heroParent.white.text .heroTitle p,
    .heroParent.grey.text .heroTitle p {
        letter-spacing: -1px;
    }

    .heroParent.darkblue.text .heroTitle p {
        letter-spacing: -1.2px;
    }

    .heroParent.darkblue.text.heroNoContentType.heroNoBtn .heroTeaser,
    .heroParent.white.text.heroNoContentType.heroNoBtn .heroTeaser,
    .heroParent.grey.text.heroNoContentType.heroNoBtn .heroTeaser {
        margin: 0px 46px 64px 16px;
        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;
    }

    .heroNew .heroParent.heroNoContentType.white .heroTitle,
    .heroNew .heroParent.heroNoContentType.darkblue .heroTitle,
    .heroNew .heroParent.heroNoContentType.grey .heroTitle {
        margin-top: 32px;
    }

    .heroNew .heroParent.heroBtn.darkblue .heroTitle p {
        letter-spacing: -1.2px;
    }

    /* Hero Promotional start Mobile */

    .heroParent_promotionalHero.white_left .heroChild,
    .heroParent_promotionalHero.white_right .heroChild {
        margin: 224px 14px 16px 16px;
    }

    .col__90-width .heroParent_promotionalHero.white_right .heroChild {
        width: 85%;
    }

    .col__full-width .heroParent_promotionalHero.white_left .heroChild,
    .col__full-width .heroParent_promotionalHero.white_right .heroChild {
        margin: 224px 14px 16px 16px;
        width: 77%;
    }

    .heroParent_promotionalHero.white_left .heroContentType,
    .heroParent_promotionalHero.white_right .heroContentType {
        margin: 24px 24px 8px 24px;
    }

    .heroParent_promotionalHero.white_left .heroTitle,
    .heroParent_promotionalHero.white_right .heroTitle {
        margin: 0px 24px 8px 24px;
    }

    .heroParent_promotionalHero.white_left .heroTeaser,
    .heroParent_promotionalHero.white_right .heroTeaser {
        margin: 0px 24px 16px 24px;
    }

    .heroParent_promotionalHero.white_left .heroBtn,
    .heroParent_promotionalHero.white_right .heroBtn {
        margin: 0px 24px 24px 24px;

    }

    .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.white_left .heroImgMobile_left,
    .heroParent_promotionalHero.white_right .heroImgMobile_right {
        display: block;
    }

    .heroParent_promotionalHero.white_left .heroImgTab_left,
    .heroParent_promotionalHero.white_right .heroImgTab_right,
    .heroParent_promotionalHero.white_left .heroImg_left,
    .heroParent_promotionalHero.white_right .heroImg_right {
        display: none;
    }

    .heroParent_promotionalHero.white_right .heroChild {
        width: 91%;
     }
     .heroParent_promotionalHero.white_left .heroChild {
        width:91%;
    }

    .col__90-width .heroParent_promotionalHero.white_left .heroChild {
        width:84%;
    }

    /* Hero Promotional Mobile End*/

    /* Start of ContactUSHero */
    .heroNew .heroParent.contactUSHero .heroChild .heroTitle p {
        letter-spacing: -1px;
        line-height: 110%;
    }

    .heroNew .heroParent.contactUSHero .heroTeaser {
        margin: 0px 16px 48px 16px;
    }

    .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) {
    .col__full-width .heroParent_promotionalHero.white_left .heroChild, .col__full-width .heroParent_promotionalHero.white_right .heroChild {
        margin: 224px 14px 16px 16px;
        width: 76%;
    }

    .heroParent_promotionalHero.white_right .heroChild {
        width:91%;
    }

    .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%;
    }
    .heroParent_promotionalHero.white_right .heroChild {
        width:91%;
     }                                 
}

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

    .heroParent_promotionalHero.white_left .heroChild, .heroParent_promotionalHero.white_right .heroChild {
        margin: 224px 14px 16px 16px;
        width: 90%;
    }

    .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%;
    }
     .heroParent_promotionalHero.white_right .heroChild {
        width: 94%;
    } 
    .heroParent_promotionalHero.white_left .heroChild {
        width:94%;                     
    }
}                                    
@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 .heroContentType,
    .heroParent.heroBtn.grey .heroContentType {
        margin: 73px 50px 8px 24px;
    }

    .heroParent .heroTitle {
        margin: 0px 50px 8px 24px;
    }

    .heroParent .heroTeaser {
        margin: 0px 50px 4px 24px;
        width: auto;
    }

    .heroParent .heroTeaser p {
        font-size: 14px;
        line-height: 1.6;
    }

    .heroParent .heroBtn button {
        height: 32px;
        font-size: 16px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .heroParent .heroBtn {
        margin: 24px 50px 73px 24px;
        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 .heroTitle p {
        font-size: 40px;
    }

    .heroParent.text .heroTitle {
        margin: 40px 23.8px 16px 24px;
    }

    .heroParent.text .heroTeaser {
        margin: 0px 271.8px 40px 24px;
    }

    .heroParent.text .heroTitle p {
        font-size: 30px;
        line-height: 1.13;
        letter-spacing: -1.2px;
    }

    .heroParent .heroTeaser p {
        line-height: 1, 57;
    }

    .heroParent.heroBtn.white .heroContentType {
        margin: 69px 32px 8px 24px;
    }

    .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.white .heroTitle,
    .heroParent.heroBtn.grey .heroTitle {
        margin: 0px 32px 16px 24px;
    }

    .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 {
        font-size: 40px;
        line-height: 1;
        letter-spacing: -1px;
    }

    .heroParent.heroBtn.white .heroTeaser,
    .heroParent.heroBtn.grey .heroTeaser {
        margin: 0px 50px 24px 24px;
    }

    .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.heroBtn.white .heroBtn,
    .heroParent.heroBtn.grey .heroBtn {
        margin: 0px auto 69px 24px;
        width: max-content;
    }

    .heroParent .heroBtn a {
        font-size: 16px;
        line-height: 1;
        letter-spacing: normal;
    }

    .heroParent.heroBtn.darkblue .heroContentType {
        margin: 73px 32px 8px 24px;
    }

    .heroParent.heroBtn.darkblue .heroTitle {
        margin: 0px 32px 16px 24px;
    }

    .heroNew .heroParent.heroBtn.darkblue .heroTitle p,
    .heroNew .heroParent.heroNoBtn.darkblue .heroTitle p {
        letter-spacing: -0.8px;
    }

    .heroParent.heroBtn.darkblue .heroTeaser {
        margin: 0px 50px 24px 24px;
    }

    .heroParent.heroBtn.darkblue .heroBtn {
        width: max-content;
        margin: 0px auto 73px 24px;
    }

    .heroParent.heroNoBtn.darkblue .heroContentType,
    .heroParent.heroNoBtn.white .heroContentType,
    .heroParent.heroNoBtn.grey .heroContentType {
        margin: 97px 32px 8px 24px;
    }

    .heroParent.heroNoBtn.darkblue .heroTitle,
    .heroParent.heroNoBtn.white .heroTitle,
    .heroParent.heroNoBtn.grey .heroTitle {
        margin: 0px 32px 16px 24px;
    }

    .heroParent.heroNoBtn.darkblue .heroTeaser,
    .heroParent.heroNoBtn.white .heroTeaser,
    .heroParent.heroNoBtn.grey .heroTeaser {
        margin: 0px 50px 97px 24px;
    }

    .heroParent.heroNoBtn.darkblue.left .heroContentType,
    .heroParent.heroNoBtn.white.left .heroContentType,
    .heroParent.heroNoBtn.grey.left .heroContentType {
        margin: 110px 32px 8px 24px;
    }

    .heroParent.heroNoBtn.darkblue.left .heroTeaser,
    .heroParent.heroNoBtn.white.left .heroTeaser,
    .heroParent.heroNoBtn.grey.left .heroTeaser {
        margin: 0px 50px 93px 24px;
    }

   .heroParent.darkblue.text.heroNoContentType.heroNoBtn .heroTitle,
    .heroParent.white.text.heroNoContentType.heroNoBtn .heroTitle,
    .heroParent.grey.text.heroNoContentType.heroNoBtn .heroTitle {
        margin: 40px 23.8px 16px 24.2px;
    }

    .heroParent.white.text .heroTitle p,
    .heroParent.darkblue.text .heroTitle p,
    .heroParent.grey.text .heroTitle p {
        font-size: 30px;
        line-height: 1.13;
        margin-bottom: 0px;
    }

    .heroParent.white.text .heroTitle p,
    .heroParent.grey.text .heroTitle p {
        letter-spacing: -1px;
    }

    .heroParent.darkblue.text .heroTitle p {
        letter-spacing: -1.2px;
    }

    .heroParent.white.text.heroNoBtn .heroTeaser,
     .heroParent.darkblue.text.heroNoBtn .heroTeaser,
     .heroParent.grey.text.heroNoBtn .heroTeaser {
        margin: 0px 271.8px 40px 24.2px;
        width: auto;
    }
     .heroParent.white.text.heroBtn .heroTeaser,
    .heroParent.darkblue.text.heroBtn .heroTeaser,
    .heroParent.grey.text.heroBtn .heroTeaser {
        margin: 0px 271.8px 24px 24.2px;
        width: auto;
     }
     .heroParent.heroNoBtn.text.darkblue .heroContentType,
     .heroParent.heroNoBtn.text.white .heroContentType,
     .heroParent.heroNoBtn.text.grey .heroContentType {
         margin: 40px 24px 8px 24px;
     }
     .heroNew .heroParent.heroBtn.darkblue.text .heroContentType,
    .heroParent.heroBtn.white.text .heroContentType,
    .heroParent.heroBtn.grey.text .heroContentType {
        margin: 40px 24px 8px 24px;
    }

    .heroParent.heroBtn.darkblue.text .heroBtn,
    .heroParent.heroBtn.white.text .heroBtn,
    .heroParent.heroBtn.grey.text .heroBtn {
        margin: 0px auto 50px 24px;
        width: max-content;
    }
    .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;
    }

    .heroNew .heroParent.heroNoContentType.white .heroTitle,
    .heroNew .heroParent.heroNoContentType.darkblue .heroTitle,
    .heroNew .heroParent.heroNoContentType.grey .heroTitle {
        margin-top: 73px;
    }

    /* Hero Promotional start Tab */

    .heroParent_promotionalHero.white_right .heroChild {
        width:44%;        
        position: absolute;
        border: 1px solid transparent;
        background-color: #ffffff;
        margin: 24px 24px 24px 408px;
    }

    .col__90-width .heroParent_promotionalHero.white_right .heroChild {
        margin: 24px 24px 24px 43%;
    }

    .heroParent_promotionalHero.white_right .heroContentType {
        margin: 16px 24px 8px 24px;
    }

    .heroParent_promotionalHero.white_right .heroTitle {
        margin: 0px 24px 8px 24px;
    }

    .heroParent_promotionalHero.white_right .heroTeaser {
        margin: 0px 24px 16px 24px;
    }

    .heroParent_promotionalHero.white_right .heroBtn {
        margin: 0px 19px 16px 18px;
    }

    .heroParent_promotionalHero .prom_heroNoContentType .heroTitle p{
	    margin:16px 0 0 0;
    }

    .heroParent_promotionalHero.white_right .heroTitle p {
        font-size: 24px;
        line-height: 1;
        letter-spacing: -0.8px;
    }

    .heroParent_promotionalHero.white_right .heroTeaser p {
        font-size: 14px;
        line-height: 1.57;
    }

    .heroParent_promotionalHero.white_right .heroBtn a {
        font-size: 16px;
    }

    .heroParent_promotionalHero.white_left .heroChild {
        margin: 24px 408px 24px 24px;
         width:44%; 
    }

    .heroParent_promotionalHero.white_left .heroTitle p {
        font-size: 24px;
        line-height: 1;
        letter-spacing: -0.8px;
    }

    .heroParent_promotionalHero.white_left .heroTeaser p {
        font-size: 14px;
        line-height: 1.57;
    }

    .heroParent_promotionalHero.white_left .heroBtn a {
        font-size: 16px;
        padding: 8px 16px 8px 20px;
    }

    .heroParent_promotionalHero.white_left .heroBtn {
        margin: 0px 19px 16px 18px;

    }

    .heroParent_promotionalHero.white_left .heroContentType {
        margin: 16px 24px 8px 24px;
    }

    .heroParent_promotionalHero.white_left .heroTitle {
        margin: 0px 24px 8px 24px;
    }

    .heroParent_promotionalHero.white_left .heroTeaser {
        margin: 0px 24px 16px 24px;
    }

    .heroParent_promotionalHero.white_left .heroImgTab_left,
    .heroParent_promotionalHero.white_right .heroImgTab_right {
        display: block;
    }

    .heroParent_promotionalHero.white_left .heroImgMobile_left,
    .heroParent_promotionalHero.white_right .heroImgMobile_right,
    .heroParent_promotionalHero.white_left .heroImg_left,
    .heroParent_promotionalHero.white_right .heroImg_right {
        display: none;
    }
    .col__full-width .heroParent_promotionalHero.white_right .heroChild {
	    width:45%;
	    margin: 24px 24px 24px 340px;
	}
    /* Hero Promotional Tab End */

    /* Start of contactUSHero Css */
    .heroNew .heroParent.contactUSHero .heroContentType {
        margin: 60px 56px 8px 24px;
    }

    .heroNew .heroParent.contactUSHero .heroTitle p {
        font-size: 30px;
        line-height: 110%;
    }

    .heroNew .heroParent.contactUSHero .heroTitle {
        margin: 0px 56px 16px 24px;
    }

    .heroNew .heroParent.contactUSHero .heroChild .heroTeaser p {
        font-size: 14px;
    }

    .heroNew .heroParent.contactUSHero .heroTeaser {
        margin: 0px 56px 76px 24px;
    }

    .heroNew .heroParent.contactUSHero .heroChild .heroTitle p {
        line-height: 110%;
        letter-spacing: -1px;
    }

    /* 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%;
         margin: 56px 54px 54px 530px;
    }

    .heroParent_promotionalHero.white_right .heroChild {
        width:40%;        
        margin:  56px 54px 54px 650px;
    }                    
} 
@media only screen and (min-width: 811px) and (max-width: 840px) {
    .col__full-width .heroParent_promotionalHero.white_right .heroChild {
	    width:45%;
	    margin: 24px 24px 24px 365px;
	  }

    .heroParent_promotionalHero.white_right .heroChild {
       width:45%;
	    margin: 24px 24px 24px 425px;
    } 
   .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%;
	    margin: 24px 24px 24px 380px !important;
	  }

    .heroParent_promotionalHero.white_right .heroChild {
       width:45%;
	   margin: 24px 24px 24px 440px !important;
    }

   .heroParent_promotionalHero.white_left .heroChild {
        width:45%;
    }

    .col__90-width .heroParent_promotionalHero.white_right .heroChild {
        width: 45%;
        margin: 24px 24px 24px 356px !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1099px){
 .col__full-width .heroParent_promotionalHero.white_right .heroChild {
	width:48%;
    margin: 56px 54px 54px 425px;
}

.heroParent_promotionalHero.white_right .heroChild {
        width:48%;        
        margin:  56px 54px 54px 490px;
} 
    .heroParent_promotionalHero.white_left .heroChild {
        width:48%;
         margin:  56px 490px 54px 54px;                        
    }
}
@media only screen and (min-width: 910px) and (max-width: 950px){
   .col__full-width .heroParent_promotionalHero.white_right .heroChild {
	    width:53%; 
        margin: 24px 24px 24px 345px;
    }
    .heroParent_promotionalHero.white_right .heroChild {
        width:53%;        
        margin:  24px 24px 24px 345px;
    }
     .heroParent_promotionalHero.white_left .heroChild {
        width:53%;
    }            
}

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

    .heroParent .heroContentType,
    .heroParent.heroBtn.grey .heroContentType {
        margin: 73px 50px 8px 24px;
    }

    .heroParent .heroTitle {
        margin: 0px 50px 8px 24px;
    }

    .heroParent .heroTeaser {
        margin: 0px 50px 4px 24px;
        width: auto;
    }

    .heroParent .heroTeaser p {
        font-size: 14px;
        line-height: 1.6;
    }

    .heroParent .heroBtn button {
        height: 32px;
        font-size: 16px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .heroParent .heroBtn {
        margin: 24px 50px 73px 24px;
        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 .heroTitle p {
        font-size: 40px;
    }

   .heroParent.darkblue.text.heroNoContentType.heroNoBtn .heroTitle,
    .heroParent.white.text.heroNoContentType.heroNoBtn .heroTitle,
    .heroParent.grey.text.heroNoContentType.heroNoBtn .heroTitle  {
        margin: 40px 23.8px 16px 24px;
    }

     .heroParent.white.text.heroNoBtn .heroTeaser,
     .heroParent.darkblue.text.heroNoBtn .heroTeaser,
     .heroParent.grey.text.heroNoBtn .heroTeaser  {
        margin: 0px 271.8px 40px 24px;
    }
     .heroParent.white.text.heroBtn .heroTeaser,
    .heroParent.darkblue.text.heroBtn .heroTeaser,
    .heroParent.grey.text.heroBtn .heroTeaser{
        margin: 0px 271.8px 24px 24px;
    } 

      .heroParent.heroNoBtn.text.darkblue .heroContentType,
     .heroParent.heroNoBtn.text.white .heroContentType,
     .heroParent.heroNoBtn.text.grey .heroContentType {
         margin: 40px 24px 8px 24px;
     }
     .heroNew .heroParent.heroBtn.darkblue.text .heroContentType,
    .heroParent.heroBtn.white.text .heroContentType,
    .heroParent.heroBtn.grey.text .heroContentType {
        margin: 40px 24px 8px 24px;
    }

    .heroParent.heroBtn.darkblue.text .heroBtn,
    .heroParent.heroBtn.white.text .heroBtn,
    .heroParent.heroBtn.grey.text .heroBtn {
        margin: 0px auto 50px 24px;
        width: max-content;
    }
    .heroParent.text .heroTitle p {
        font-size: 30px;
        line-height: 1.13;
        letter-spacing: -1.2px;
    }

    .heroParent .heroTeaser p {
        line-height: 1, 57;
    }

    .heroParent.heroBtn.white .heroContentType {
        margin: 69px 32px 8px 24px;
    }

    .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.white .heroTitle,
    .heroParent.heroBtn.grey .heroTitle {
        margin: 0px 32px 16px 24px;
    }

    .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 {
        font-size: 40px;
        line-height: 1;
        letter-spacing: -1px;
    }

    .heroParent.heroBtn.white .heroTeaser,
    .heroParent.heroBtn.grey .heroTeaser {
        margin: 0px 50px 24px 24px;
    }

    .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.heroBtn.white .heroBtn,
    .heroParent.heroBtn.grey .heroBtn {
        margin: 0px auto 69px 24px;
        width: max-content;
    }

    .heroParent .heroBtn a {
        font-size: 16px;
        line-height: 1;
        letter-spacing: normal;
    }

    .heroParent.heroBtn.darkblue .heroContentType {
        margin: 73px 32px 8px 24px;
    }

    .heroParent.heroBtn.darkblue .heroTitle {
        margin: 0px 32px 16px 24px;
    }

    .heroNew .heroParent.heroBtn.darkblue .heroTitle p,
    .heroNew .heroParent.heroNoBtn.darkblue .heroTitle p {
        letter-spacing: -0.8px;
    }

    .heroParent.heroBtn.darkblue .heroTeaser {
        margin: 0px 50px 24px 24px;
    }

    .heroParent.heroBtn.darkblue .heroBtn {
        width: max-content;
        margin: 0px auto 73px 24px;
    }

    .heroParent.heroNoBtn.darkblue .heroContentType,
    .heroParent.heroNoBtn.white .heroContentType,
    .heroParent.heroNoBtn.grey .heroContentType {
        margin: 97px 32px 8px 24px;
    }

    .heroParent.heroNoBtn.darkblue .heroTitle,
    .heroParent.heroNoBtn.white .heroTitle,
    .heroParent.heroNoBtn.grey .heroTitle {
        margin: 0px 32px 16px 24px;
    }

    .heroParent.heroNoBtn.darkblue .heroTeaser,
    .heroParent.heroNoBtn.white .heroTeaser,
    .heroParent.heroNoBtn.grey .heroTeaser {
        margin: 0px 50px 97px 24px;
    }

    .heroParent.heroNoBtn.darkblue.left .heroContentType,
    .heroParent.heroNoBtn.white.left .heroContentType,
    .heroParent.heroNoBtn.grey.left .heroContentType {
        margin: 110px 32px 8px 24px;
    }

    .heroParent.heroNoBtn.darkblue.left .heroTeaser,
    .heroParent.heroNoBtn.white.left .heroTeaser,
    .heroParent.heroNoBtn.grey.left .heroTeaser {
        margin: 0px 50px 93px 24px;
    }


    .heroParent.white.text .heroTitle p,
    .heroParent.darkblue.text .heroTitle p,
    .heroParent.grey.text .heroTitle p {
        font-size: 30px;
        line-height: 1.13;
        margin-bottom: 0px;
    }

    .heroParent.white.text .heroTitle p,
    .heroParent.grey.text .heroTitle p {
        letter-spacing: -1px;
    }

    .heroParent.darkblue.text .heroTitle p {
        letter-spacing: -1.2px;
    }


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

    .heroNew .heroParent.heroNoContentType.white .heroTitle,
    .heroNew .heroParent.heroNoContentType.darkblue .heroTitle,
    .heroNew .heroParent.heroNoContentType.grey .heroTitle {
        margin-top: 73px;
    }

    /* Hero Promotional start desktop */

    .heroParent_promotionalHero.white_left .heroChild {
        position: absolute;
        border: 1px solid transparent;
        background-color: #ffffff;
        margin: 56px 480px 56px 54px;
    }

    .heroParent_promotionalHero.white_right .heroChild {
        position: absolute;
        border: 1px solid transparent;
        background-color: #ffffff;
        margin: 56px 54px 54px 480px;
    }

    .col__90-width .heroParent_promotionalHero.white_right .heroChild {
        margin: 56px 54px 54px 378px;
    }

    .heroParent_promotionalHero.white_left .heroContentType pre {
        object-fit: contain;
        font-family: Effra-Bold;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.14;
        letter-spacing: normal;
        color: #006de3;
    }

    .heroParent_promotionalHero.white_right .heroContentType pre {
        object-fit: contain;
        font-family: Effra-Bold;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.14;
        letter-spacing: normal;
        color: #006de3;
    }

    .heroParent_promotionalHero.white_left .heroContentType {
        margin: 24px 40px 16px 40px;
    }

    .heroParent_promotionalHero.white_right .heroContentType {
        margin: 24px 40px 16px 40px;
    }

    .heroParent_promotionalHero.white_left .heroTitle {
        margin: 0px 40px 16px 40px;
    }

    .heroParent_promotionalHero.white_right .heroTitle {
        margin: 0px 40px 16px 40px;
    }

    .heroParent_promotionalHero.white_left .heroTeaser {
        margin: 0px 40px 24px 40px;
    }

    .heroParent_promotionalHero.white_right .heroTeaser {
        margin: 0px 40px 24px 40px;
    }

    .heroParent_promotionalHero.white_left .heroBtn {
        margin: 0px 379px 24px 40px;
        width: 60%;
    }

    .heroParent_promotionalHero.white_right .heroBtn {
        margin: 0px 379px 24px 40px;
        width: 60%;
    }

    .heroParent_promotionalHero.white_left .heroTitle p {
        object-fit: contain;
        font-family: Effra-Bold;
        font-size: 30px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: -1px;
        color: #000000;
        margin-bottom: 0px;
    }

    .heroParent_promotionalHero.white_right .heroTitle p {
        object-fit: contain;
        font-family: Effra-Bold;
        font-size: 30px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: -1px;
        color: #000000;
        margin-bottom: 0px;
    }

    .heroParent_promotionalHero.white_left .heroTeaser p {
        object-fit: contain;
        font-family: Effra-Regular;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.6;
        letter-spacing: normal;
        color: #515151;
    }

    .heroParent_promotionalHero.white_right .heroTeaser p {
        object-fit: contain;
        font-family: Effra-Regular;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.6;
        letter-spacing: normal;
        color: #515151;
    }

    .heroParent_promotionalHero.white_left .heroBtn a {
        display: inline-block;
        height: auto;
        padding: 8px 15px 8px 15px;
        color: #ffffff;
        font-family: Effra-regular;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: center;
        border-radius: 30px;
        background-color: #016de3;
        box-shadow: none;
        text-decoration: none;
    }

    .heroParent_promotionalHero.white_right .heroBtn a {
        display: inline-block;
        height: auto;
        padding: 8px 15px 8px 15px;
        color: #ffffff;
        font-family: Effra-regular;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: center;
        border-radius: 30px;
        background-color: #016de3;
        box-shadow: none;
        text-decoration: none;
    }

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

    .heroParent_promotionalHero.white_left .heroImgTab_left,
    .heroParent_promotionalHero.white_right .heroImgTab_right {
        display: block;
    }

    .heroParent_promotionalHero.white_left .heroImgMobile_left,
    .heroParent_promotionalHero.white_right .heroImgMobile_right,
    .heroParent_promotionalHero.white_left .heroImg_left,
    .heroParent_promotionalHero.white_right .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;
        margin: 24px 24px 24px 408px;
    }

    .heroParent_promotionalHero.white_right .heroContentType {
        margin: 16px 24px 8px 24px;
    }

    .heroParent_promotionalHero .prom_heroNoContentType .heroTitle p{
	    margin:16px 0 0 0;
    }
    .heroParent_promotionalHero.white_right .heroTitle {
        margin: 0px 24px 8px 24px;
    }

    .heroParent_promotionalHero.white_right .heroTeaser {
        margin: 0px 24px 16px 24px;
    }

    .heroParent_promotionalHero.white_right .heroBtn {
        margin: 0px 199px 16px 18px;
    }

    .heroParent_promotionalHero.white_right .heroTitle p {
        font-size: 24px;
        line-height: 1;
        letter-spacing: -0.8px;
    }

    .heroParent_promotionalHero.white_right .heroTeaser p {
        font-size: 14px;
        line-height: 1.57;
    }

    .heroParent_promotionalHero.white_right .heroBtn a {
        font-size: 16px;
    }

    .heroParent_promotionalHero.white_left .heroChild {
        margin: 24px 408px 24px 24px;
    }

    .heroParent_promotionalHero.white_left .heroTitle p {
        font-size: 24px;
        line-height: 1;
        letter-spacing: -0.8px;
    }

    .heroParent_promotionalHero.white_left .heroTeaser p {
        font-size: 14px;
        line-height: 1.57;
    }

    .heroParent_promotionalHero.white_left .heroBtn a {
        font-size: 16px;
        padding: 8px 16px 8px 20px;
    }

    .heroParent_promotionalHero.white_left .heroBtn {
        margin: 0px 199px 16px 18px;
        width: 60%;
    }

    .heroParent_promotionalHero.white_right .heroBtn {
        width: 60%;
    }

    .heroParent_promotionalHero.white_left .heroContentType {
        margin: 16px 24px 8px 24px;
    }

    .heroParent_promotionalHero.white_left .heroTitle {
        margin: 0px 24px 8px 24px;
    }

    .heroParent_promotionalHero.white_left .heroTeaser {
        margin: 0px 24px 16px 24px;
    }

    .col__90-width .heroParent_promotionalHero.white_right .heroChild {
        margin: 24px 24px 24px 315px;
    }

    /* Hero Promotional Tab End */
}

@media only screen and (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
    .col__90-width .heroParent_promotionalHero.white_right .heroChild {
        margin: 224px 14px 16px 16px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 667px) and (orientation: landscape) {
    .col__90-width .heroParent_promotionalHero.white_right .heroChild {
        margin: 224px 14px 16px 16px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 640px) and (orientation: landscape) {
    .col__90-width .heroParent_promotionalHero.white_right .heroChild {
        margin: 224px 14px 16px 16px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    /* Hero Promotional start Mobile */

    .heroParent_promotionalHero.white_left .heroChild,
    .heroParent_promotionalHero.white_right .heroChild {
        margin: 224px 14px 16px 16px;
    }

    .heroParent_promotionalHero.white_left .heroContentType,
    .heroParent_promotionalHero.white_right .heroContentType {
        margin: 24px 24px 8px 24px;
    }

    .heroParent_promotionalHero.white_left .heroTitle,
    .heroParent_promotionalHero.white_right .heroTitle {
        margin: 0px 24px 8px 24px;
    }

    .heroParent_promotionalHero.white_left .heroTeaser,
    .heroParent_promotionalHero.white_right .heroTeaser {
        margin: 0px 24px 16px 24px;
    }

    .heroParent_promotionalHero.white_left .heroBtn,
    .heroParent_promotionalHero.white_right .heroBtn {
        margin: 0px 202px 24px 24px;
        width: 70%;
    }

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

    /* Hero Promotional Mobile End*/
}
.gateway-container {
	background-color: #1a2142;
	margin: 0 auto;
	max-width: 80em;
	width: 100%;
}

.client-stories-container {
	margin: 0 auto;
	max-width: 80em;
	width: 100%;
}

.client-stories-container.white {
	background-color: #ffffff;
}

.client-stories-container.darkblue {
	background-color: #1a2142;
}

.gateway-title {
	width: auto;
	height: auto;
	margin: 24px 0 0 40px;
	font-family: Effra-Bold;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: -0.8px;
	word-wrap: break-word;
	color: #ffffff;
}

.client-stories-title, .client-stories-title {
	width: auto;
	height: auto;
	margin: 48px 0 0 55px;
	font-family: Effra-Bold;
	font-size: 50px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.9;
	letter-spacing: -2px;
	word-wrap: break-word;
}

.client-stories-title.white {
	color: #000000;
}

.client-stories-title.darkblue {
	color: #ffffff;
}

.gateway-imgtitlcontainer {
	display: flex;
	padding: 0 0 40px 0;
}

.gateway-desktop {
	width: 33.3%;
}

.gateway-imgtitle-container {
	display: flex;
}

.gateway-img-container {
	padding: 40px 40px 0 40px;
	display: flex;
}

.gateway-desktop a {
	text-decoration: none;
}

.gateway-readmorelabel a {
	width: auto;
	height: 32px;
	font-family: Effra-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: none;
	line-height: 1.6;
	letter-spacing: normal;
	color: #ffffff;
	text-decoration: none;
}

.gateway-readmorelabel {
	width: auto;
	height: 32px;
	margin: 22px 42.8px 0 0;
	font-family: Effra-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: normal;
	word-wrap: break-word;
	color: #ffffff;
}

.client-stories-readmorelabel {
	width: auto;
	height: auto;
	margin: 61px 54px 0 0;
	font-family: Effra-Regular;
	font-size: 20px;
	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: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	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: #006de3;
}

.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-image {
	width: 168px;
	height: 94px;
}

.gateway-carat, .client-stories-carat {
	position: relative;
	content: "";
	display: inline-block;
	width: 6.2px;
	height: 6.2px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(45deg);
	margin: 0 0 4px 7.2px;
}

.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 0 0 24px;
	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;
}

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

.client-stories-contenttype p {
	width: auto;
	height: auto;
	font-family: Effra-Bold;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: normal;
	color: #006de3;
	padding: 16px 24px 0 24px;
	margin-bottom: 0;
}

.client-stories-desktop a {
	text-decoration: none;
}

.client-stories-shorttitle p {
	width: auto;
	height: auto;
	font-family: Effra-Bold;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: -1px;
	color: #000000;
	padding: 8px 24px 0 24px;
	margin-bottom: 0;
}

.client-stories-description p {
	width: auto;
	height: auto;
	font-family: Effra-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.57;
	letter-spacing: normal;
	color: #515151;
	padding: 16px 24px 16px 24px;
	margin-bottom: 0;
}

.client-stories-carl .pure-js-carousel-list {
	margin-left: 0 !important;
	padding: 0 0 56px 0;
}

.client-stories-carl {
	padding: 40px 54px 0 55px;
}

.client-stories-carl .pure-js-carousel-slide {
	float: left;
	margin: 0;
	padding-right: 24px;
}

.client-stories-carl .pure-js-carousel {
	overflow: hidden;
	position: relative;
	border: 1px solid transparent;
	width: 100% !important;
}

.client-stories-slide {
	width: 375px;
	height: auto;
	background: #ffffff;
}

.client-stories-slide a {
	text-decoration: none;
}

.client-stories-carl .pure-js-carousel-btn {
	border: 0;
	box-shadow: none;
	cursor: pointer;
	height: 50px;
	margin-top: 0px;
	position: absolute;
	top: auto;
	width: 50px;
	border-radius: 30px;
	background-color: transparent;
	top: 90%;
}

.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: 57%;
	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.5%;
	-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-bottom: 26px;
}

.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: 208px;
	width: 375px;
}

.clientstr-noslide .client-stories-button div.btn, .client-stories-carl .client-stories-button div.btn
	{
	background-color: #006de3;
	font-family: Effra-Regular;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	padding: 10.5px 30px;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 0;
	box-shadow: none;
	width: auto;
	height: auto;
	border-radius: 30px;
	font-size: 16px;
	position: absolute;
	bottom: 40px;
	margin: 30px 24px;
}

.clientstr-noslide .client-stories-button div.btn {
	bottom: 40px;
}

.client-stories-carl .client-stories-button div.btn {
	bottom: 110px;
}

.client-stories-imgtitlcontainer.white .clientstr-noslide .client-stories-desktop
	{
	background: #f5f5f5;
}

.client-stories-imgtitlcontainer.white .client-stories-button {
	height: 80px;
	background: #f5f5f5;
}

.client-stories-imgtitlcontainer.darkblue .client-stories-button {
	height: 80px;
	background: #ffffff;
}

.clientstr-noslide {
	display: grid;
	grid-template-columns: repeat(3, minmax(30%, 1fr));
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	padding: 40px 54px 40px 55px;
}

.client-stories-nobutton {
	height: 30px;
}

.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: 80em;
	height: auto;
	margin: 0 auto;
}

.people-component.darkblue {
	background: #1A2142;
}

.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: 24px;
	grid-row-gap: 24px;
	padding: 55px 61px 100px 61px;
	width: 100%;
}
.people-component-withoutcarousel-desktop {
	display: grid;
	grid-template-columns: repeat(2, minmax(48%, 1fr));
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	padding: 55px 61px 55px 61px;
	width: 100%;
}
.people-postion-teaser {
	margin: 18px 16px 16px 20px;
	width: 67%;
}

.people-component-main {
	display: flex;
}

.people-teaser {
	display: block;
}

.people-authorHeadShotImage {
	display: block;
	width: 338px;
	height: 345px;
}

.people-authorTitle p {
	color: #000;
	font-size: 24px;
	font-family: Effra-bold;
	margin-bottom: 23px;
	line-height: 24px;
	line-height: 116%;
	letter-spacing: -1px;
	word-wrap: break-word;
}

.people-authorPosition p {
	color: #00395D;
	font-size: 14px;
	font-family: Effra-bold;
	margin-bottom: 16px;
	line-height: 14px;
	letter-spacing: 1px;
	word-wrap: break-word;
}

.people-image-component img {
	width: 141px;
	height: 103px;
	margin: 18px 0 16px 16px;
}

.people-frontReadMore a {
	color: #006DE3;
	font-size: 14px;
	font-family: Effra-bold;
	line-height: 150%;
	text-decoration: none;
	display: inline-block;
	position: relative;
}

.people-frontReadMore a::after {
	content: '';
	display: inline-block;
	width: 100%;
	left: 0;
	height: 1.5px;
	position: absolute;
	background-color: #006DE3;
	bottom: -2px;
}

.people-component-carousel.pure-js-carousel {
	overflow: hidden;
	position: relative;
}

.people-component .slide {
	border-bottom: 0px;
	margin-bottom: 0px;
}

.people-component .pure-js-carousel-slide {
	width: 100%;
	float: left;
	margin: 0;
}

.people-component .pure-js-carousel-btn {
	box-shadow: none;
	cursor: pointer;
	height: 50px;
	margin-top: 0;
	position: absolute;
	top: auto !important;
	border-radius: 30px;
	background-color: transparent;
	bottom: 46px;
}

.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: -46px;
	display: block;
}

.people-component .pure-js-carousel-dot {
	display: inline-block;
	margin: 0 5px;
}

.people-component .pure-js-carousel-dot-btn {
	border-radius: 50%;
	height: 10px;
	width: 10px;
	padding: 1px;
	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: 84px auto;
	padding: 20px;
	box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.25);
	width: 1112px;
	height: 405px;
}

.people-popup-modal.modal {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	background: transparent;
}

.ppl-Image-Teaser.desktop {
	display: flex;
}

.ppl-Title-pos-Teaser {
	margin: 0 0 0 35px;
	width: 60%;
}

.people-popup-modal-content .cancel {
	display: inline-block;
	content: '';
	background-image: url("ibhomepage/images/close-people.svg");
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	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: 40px;
	font-family: Effra-bold;
	line-height: 40px;
	letter-spacing: -1px;
	word-wrap: break-word;
	padding:30px 61px 0 61px;
}
.people-component.darkblue .people-main-title{
	color: #fff;
}
.people-component.white .people-main-title{
	color: #333;
}
.people-component.peopleTitlePresent .slide {
padding: 30px 61px 100px 61px;
}
.people-component.peopleTitlePresent .people-component-withoutcarousel-desktop {
	padding: 30px 61px 55px 61px;
} 


@media only screen and (max-width: 1025px) {               
	.people-component .slide {
        grid-column-gap:23px;
        padding: 34px 24px 100px 24px
    }
   .people-main-title {
    font-size: 30px;
	line-height: 30px;
	letter-spacing: -1px;
	   padding:24px 30px 0 30px;
    }
     .people-component.peopleTitlePresent .slide {
    	padding: 24px 30px 88px 30px;
    } 
    .people-component.peopleTitlePresent .people-component-withoutcarousel-desktop{
    	padding: 24px 30px 24px 30px;
    } 

    .people-component-withoutcarousel-desktop {
        grid-column-gap:23px;
        padding: 34px 24px 34px 24px;
    }
	.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: 74px;
		height: 68px;
	}
	.ppl-Image-authorHeadShotImage {
		display: flex;
	}
	.people-popup-modal-content {
		margin: 23px auto;
		padding: 16px;
		width: 85%;
		height: auto;
		min-height: 404px;
	}
	.people-authorPosntitle {
		width: 70%;
		margin: 0 12px;
	}
	.people-image-component img {
		width: 85.73px;
		height: 103px;
		margin: 18px 0 18px 12.6px;
	}
	.people-postion-teaser {
		margin: 18px 12.6px 16px 12.6px;
		width: 60%
	}
}

@media only screen and (max-width: 767px) {
    .people-main-title {
    font-size: 24px;
	line-height:24px;
	letter-spacing: -0.8px;
	   padding:24px 15px 0 15px;
    }
   .people-component.peopleTitlePresent .slide {
    	padding: 24px 15px 0 15px;
    }
    .ppl-designDesktop-Onecard.people-component-withoutcarousel-desktop{
        display: none;
     }
     .ppl-designDesktop.people-component-withoutcarousel-desktop{
         display: none;
     }
	.people-component .pure-js-carousel-dots {
		top: 0px;
	}
	.people-component {
		max-width: 100%;
	}
	.people-component-carousel-mobile .pure-js-carousel-slide {
		width: 100% !important;
	}
	.people-component-carousel-mobile.pure-js-carousel {
		overflow: hidden;
		position: relative;
		width: 100% !important
	}
	.people-component .pure-js-carousel-btn-next, .people-component .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: 24px 15px 4px 15px;
    }
    .people-component.less-thn-three-card  .people-component-withoutcarousel-mobile {
        display: block;
        padding: 24px 15px 4px 15px;
    }

	.people-component-imageTeaser {
		margin-bottom: 20px;
	}
	.people-image-component img {
		width: 85.73px;
		height: 103px;
		margin: 18px 0 16px 9.73px;
	}
	.people-postion-teaser {
		margin: 18px 12.6px 16px 12.6px;
		width: 60%
	}
	.people-authorHeadShotImage {
		display: block;
		width: 74px;
		height: 68px;
	}
	.ppl-Image-authorHeadShotImage {
		display: flex;
	}
   .people-popup-modal-content {
		margin: -25px auto;
		padding: 16px;
		width: 100%;
		height: auto;
		min-height: 484px;
	}
	.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 12px;
	}
}
@media only screen and (max-width: 380px) {
	 .people-popup-modal-content {
        height: 484px;
        overflow-y:scroll;
    }
}
@media only screen and (max-width:767px)and (orientation: landscape){
	 .people-popup-modal-content {
        height: 310px;
        overflow-y:scroll;
        min-height:310px;    
    }
}
@media only screen and (min-width: 767px) and (max-width: 1190px) {
	.client-stories-slide {
		width: 348px;
	}
	.client-stories-carl .pure-js-carousel-list {
		padding: 0 0 96px 0;
	}
	.client-stories-carl {
		padding: 24px 24px 0 24px;
	}
	.client-stories-image {
		height: 193px;
		width: 348px;
	}
	.client-stories-title {
		width: 60%;
		height: auto;
		margin: 40px 0 0 24px;
		font-family: Effra-Bold;
		font-size: 40px;
		line-height: 1;
		letter-spacing: -0.8px;
	}
	.client-stories-readmorelabely.white, .client-stories-readmorelabel.darkblue
		{
		margin: 48px 24px 0 24px;
	}
	.client-stories-carl .pure-js-carousel-btn-next {
		left: 61%;
	}
	.client-stories-carl .pure-js-carousel-btn-prev {
		left: 32%;
	}
	.client-stories-carl .pure-js-carousel-dots {
		margin-top: -42px;
		margin-bottom: 0;
	}
	.client-stories-carl .pure-js-carousel-btn {
		top: 90.5%;
	}
	.client-stories-contenttype p {
		padding: 31px 24px 0 24px;
	}
	.client-stories-carl .client-stories-button div.btn {
		bottom: 100px;
	}
	.clientstr-noslide  .client-stories-button div.btn {
		bottom: 100px;
	}
}

@media only screen and (min-width: 810px) and (max-width:880px) {
	.client-stories-slide {
		width: 385px !important;
	}
	.client-stories-image {
		width: 385px !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%;
	}
	.client-stories-carl .pure-js-carousel-btn {
		top: 91%;
	}
	.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: -46px !important;

	}
	.client-stories-slide {
		width: 308px !important;
	}
	.client-stories-image {
		width: 308px !important;
	}
	.client-stories-carl .pure-js-carousel-btn-next {
		left: 58%;
	}
	.client-stories-carl .pure-js-carousel-btn-prev {
		left: 37%;
	}
}

@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: 57%;
	}
	.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:24px 31px;
    } 
	.people-component .pure-js-carousel-btn-prev {
		left: 38%;
	}
	.gateway-title {
		height: 24px;
		margin: 24px 0 0 24px;
		line-height: 1;
	}
	.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-title {
		margin: 24px 0 0 24px;
		line-height: 1;
		height: 24px;
	}
	.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: 24px 0 0 16px;
		font-size: 20px;
		line-height: 1.2;
		letter-spacing: -0.67px;
	}
	.gateway-imgtitle-container {
		overflow: hidden;
		position: relative;
		border: 1px solid transparent;
		width: auto !important;
		display: flex;
	}
	.gateway-imgtitle-container p {
		width: 135px;
	}
	.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 white;
	}
	.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 1.5px 7.2px;
	}
	.gateway-carl-carousel .pure-js-carousel-dots {
		width: 33%;
		margin-bottom: 0;
	}
	.gateway-img-container {
		padding: 16px 0 16px 16px;
		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 {
		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, .client-stories-readmorelabel {
		display: none;
	}
	.gateway-container {
		padding-bottom: 48px;
	}
	.gateway-imgtitle-container p {
		margin: 0 18px 0 0;
	}
	.gateway-imgtitlcontainer {
		display: flex;
		padding: 0 0 40px 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 {
		bottom: 50px;
		margin: 32px 24px;
	}
	.clientstr-noslide  .client-stories-button div.btn {
		bottom: 50px;
		margin: 32px 24px;
	}
	.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%;
	}
}

@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 !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: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: 24px 0 0 16px;
	}
	.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 white;
	}
	.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: 1200px) and (max-width: 1285px) {
	.gateway-title {
		margin: 32px 0 0 42px;
		line-height: 28px;
		letter-spacing: -0.008em;
	}
	.gateway-readmorelabel a {
		font-family: Effra-Regular;
		font-size: 16px;
		line-height: 22px;
	}
	.gateway-readmorelabel {
		margin: 36px 42px 0 0;
		font-family: Effra-Regular;
		font-size: 16px;
		line-height: 22px;
		letter-spacing: normal;
	}
	.gateway-carat {
		width: 5px;
		height: 5px;
		margin: 0 0 3px 7.2px;
	}
	.gateway-img-container {
		padding: 32px 42px 0 42px;
	}
	.gateway-image {
		width: 141px;
		height: 82px;
	}
	.gateway-imgtitle-container p {
		margin: 0 0 0 20px;
		font-size: 14px;
		line-height: 22px;
	}
	.gateway-imgtitlcontainer {
		padding: 0 0 32px 0;
	}
}
.solutionTabParent{
    margin: 0 auto;
    max-width: 80em;
    width: 100%;

}
.solutionTabParent .solTab {
    overflow: hidden;
    background-color: #ffffff;
    width: 75%;
    display: inline-grid;
}

.solutionTabParent {
    border: 1px solid transparent;
}

.solutionTabParent.noBroucher {
    margin-bottom: 48px;
}

.col__full-width .solutionTabParent .solTab {
    width: 85%;
}

.col__full-width .solutionTabParent .tabcontent {
    width: 38em;

}
.solutionTabParent .solutionTabMenuTablinks.active:before{
    display:none;
 }
.solutionTabParent .solTab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-family: Effra-Regular;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: -1px;
    color: #000000;
    padding: 0px;
    margin: 15.5px 150px 2px 20px;
    text-align:left;  
    box-shadow:none !important;
}

.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: 0px;
}

.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: 6px 12px;
    border-top: none;
    padding: 105px 100px 106px 100px;
    background-color: #f2f7fd;
    width: -webkit-fill-available;
    width: auto;
    width: -moz-available;
    width: fill-available;
}

.solutionTabParent .solutionTabMenu {
    border: 1px solid transparent;
    width: 42vw;
    margin-top: -4px;
    margin-left: 54px;
}

.solutionTabParent .solutionTabDetail {
    border: 1px solid transparent;
}

.solutionTabParent .solutionTabParent {
    border: 1px solid transparent;
}

.solutionTabParent .solutionTabContent {
    position: absolute;
    margin-left: 29vw;
    border-top: 0.5px solid #979797;
    width: auto;

}

.solutionTabContent .tabcontent p {
    object-fit: contain;
    font-family: 'Effra-Regular';
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #515151;
    margin-bottom: 18px;
}

.solutionTabParent .solutionTabMenuTablinks 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: #515151;
    padding: 0px;
    margin: 2px 78px 7.5px 20px;
}

.solutionTabParent .solutionTitle {
    margin: 48px 224px 39.5px 54px;
    font-family: Effra-Bold;
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: -2px;
}
.solutionTabParent .solutionTabContent a.solTabLink { 
    font-size: 14px;
    margin:0 86px 40px 0;
}
.solutionTabParent .solutionTabContent a {
    display: inline-block;
    font-family: Effra-Regular;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #006de3;
    text-decoration: none;
}

.solutionPdfDwnldParent {
    border: 1px solid transparent;
    width: 90%;
    margin: 40px 0;
    display: block;
    height:128px;
}

.solutionTabPDF {
    border: 1px solid transparent;
    margin: 0px 0px 0px 25%;
    width: 50%;
    display: inline;
}

.solutionTabPdfImg {
    border: 1px solid transparent;
    width: 9.5%;
    height: 128px;
}

.solutionTabPdfText {
    border: 1px solid transparent;
    display: inline-block;
    position: absolute;
    margin-left: 20px;
}

.solutionPdfTxtTitle {
    font-family: Effra-Regular;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: -0.8px;
    margin: 0px;
}

.solutionPdfTxtTeaser {
    font-family: Effra-Regular;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: -0.8px;
    margin: 10px 0px 34px 0px;
}

.solutionPdfDwnldParent .solutionPdfDwnldBtn {
    display: inline-block;
    color: #ffffff;
    font-family: Effra-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    border-radius: 30px;
    background-color: #016de3;
    width: auto;
    height: 32px;
    padding: 8px 30px 8px 30px;
    box-shadow: none;
    text-decoration: none;
}

.solutionPdfDwnldParentMbl {
    display: none;
}

.solutionTabParent .solutionTabMenuTablinks:before {
    content: '';
    background: url("ibhomepage/images/icons-caret-active-blue.png");
    background-size: cover;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: 26.5vw;
    margin-top: 30px;
}

.solutionTabParent .solTabLinkReadMore
{ 
    background: url("ibhomepage/images/icons-caret-active-blue.png") no-repeat right center;
    padding-right: 20px;
}

@media only screen and (max-width: 915px) {
           .solutionTabParent .solTab button:hover {
    background-color: #ffffff;
}

.solutionTabParent .solTab .solutionTabMenuTablinks:hover {
    background-color: #ffffff;
}
    .solutionTabParent .solutionTabMenu {
        width: auto;
        margin-left: 16px;
        margin-right: 16px;
    }

    .solutionTabParent .solutionTabContent {
        position: relative;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
        border-top: 1px solid transparent;
    }

    .solutionTabParent .solTab .solutionTabMenuTablinks.active {
        background-color: #ffffff;
        margin-top: 0px;
        width: 100%;
    }

    .solutionTabParent .tabcontent {
        padding: 0px;
        background-color: #ffffff;
    }

    .solutionTabParent .solTab button:hover {
        background-color: #ffffff;
    }

    .solutionPdfDwnldParent {
        display: none;
    }
   .solutionTabParent .solutionTabContent a.solTabLink { 
    margin:0 16px 40px 0;
    }
    .solutionPdfDwnldParentMbl {
        display: block;
        width: auto;
        margin: 16px 24px 32px 16px;
        height:102px;
    }

    .solutionTabParent .solutionTabMenuTablinks:before {
        content: '';
        background: url("ibhomepage/images/icons-down-dark-grey.png");
        background-size: cover;
        position: absolute;
        width: 27px;
        height: 20px;
        margin-left: 83vw;
        margin-top: 10px;

    }
  .solutionTabParent .solTab .solutionTabMenuTablinks.active:before{
	 transform:rotate(180deg);
   }
    .solutionTabParent .solutionTitle {
        object-fit: contain;
        font-family: Effra-Bold;
        font-size: 30px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.13;
        letter-spacing: -1px;
        margin: 32px 16px 16px 16px;
    }

    .solutionTabParent .solTab button {
        object-fit: contain;
        font-family: Effra-Regular;
        font-size: 20px;
        line-height: 1.6;
        letter-spacing: normal;
        margin: 8px 46px 4px 0px;
        padding: 0px;
        text-align:left;
    }

    .solutionTabParent .solutionTabMenuTablinks p {
        object-fit: contain;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.57;
        letter-spacing: normal;
        margin: 4px 46px 8px 0px;
    }

    .solutionTabParent .solutionTabContent p {
        object-fit: contain;
        font-family: Effra-Regular;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.57;
        letter-spacing: normal;
        color: #515151;
        margin: 24px 0px 24px 0px;
    }

    .solutionPdfTxtTitle {
        object-fit: contain;
        font-family: Effra-Regular;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.13;
        letter-spacing: normal;
    }

    .solutionPdfTxtTeaser {
        object-fit: contain;
        font-family: Effra-Regular;
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.13;
        letter-spacing: normal;
        margin:4px 0 34px 0;
    }

    .solutionPdfDwnldParentMbl .solutionPdfDwnldBtn {
        display: block;
        color: #ffffff;
        font-family: Effra-Regular;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: center;
        border-radius: 30px;
        background-color: #016de3;
        width: auto;
        height: auto;
        padding: 5px 20px 5px 20px;
        box-shadow: none;
        text-decoration: none;
        margin:0 20px 0 0;
    }

    .solutionTabPdfImg {
        border: 1px solid transparent;
        width: 24%;
        height: 128px;
    }

    .solutionTabParent {
        border: 1px solid transparent;
        height: auto !important;
    }

    .col__full-width .solutionTabParent .solutionTabMenu {
        width: auto;
        display: block;
    }
    .col__full-width .solutionTabParent .solTab {
        width: 100%;
    }

    .col__full-width .solutionTabParent .solutionTabContent {
        margin-left: 0px;
    }

    .col__full-width .solutionTabParent .tabcontent {
        width: auto;
    }

    .col__full-width .solutionTabParent .solutionTabMenuTablinks:before {
        margin-left: 66.5vw;
    }

    .solutionTabPDF {
        margin: 0px 0px 0px 0%;
    }

    .solutionTabPdfText {
        margin-right: 15px;
    }
.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: 0px;
}
.solTab:not(.solutionTabMenuTablinks):hover{	
	background:#ffffff;
   -webkit-tap-highlight-color:transparent;   	
}
.solutionTabParent .solutionTabContent a {
    font-size: 14px;
}
.solutionTabParent .solTab {
    width: 100%;
}
.solutionTabParent .solutionTabMenuTablinks.active:before{
    display:block;
 }

    .solutionTabParent.noBroucher {
        margin-bottom: 32px;
    }

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

   .solutionTabPdfImg {
        height:102px;
    }

}
@media only screen and (max-device-width: 500px)  {
     .solutionPdfTxtTeaser {
        margin:4px 0 15px 0;
    }
    .col__full-width .solutionPdfTxtTeaser {
        width:80%;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px)  {
    .solutionTabParent .solutionTabMenu {
        width: auto;
        margin-left: 16px;
        margin-right: 16px;
    }

    .solutionTabParent .solutionTabContent {
        position: relative;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
        border-top: 1px solid transparent;
    }

    .solutionTabParent .solTab .solutionTabMenuTablinks.active {
        background-color: #ffffff;
        margin-top: 0px;
        width: 100%;
    }

    .solutionTabParent .tabcontent {
        padding: 0px;
        background-color: #ffffff;
    }

    .solutionTabParent .solTab button:hover {
        background-color: #ffffff;
    }

    .solutionPdfDwnldParent {
        display: none;
    }
    .solutionTabParent .solTab .solutionTabMenuTablinks.active:before{
	 transform:rotate(360deg);
    }
    .solutionPdfDwnldParentMbl {
        height:128px;
        display: block;
        width: auto;
        margin: 24px 39px 42px 148px;
    }

    .solutionTabParent .solutionTabMenuTablinks:before {
        content: '';
        background: url("ibhomepage/images/icons-down-dark-grey.png");
        background-size: cover;
        position: absolute;
        width: 27px;
        height: 20px;
        margin-left: 89vw;
        margin-top: 10px;
    }

    .solutionTabParent .solutionTitle {
        object-fit: contain;
        font-family: Effra-Bold;
        font-size: 30px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.13;
        letter-spacing: -1px;
        margin: 32px 112px 16px 16px;
    }

    .solutionTabParent .solTab button {
        object-fit: contain;
        font-family: Effra-Regular;
        font-size: 20px;
        line-height: 1.6;
        letter-spacing: normal;
        margin: 8px 46px 4px 0px;
        padding: 0px;
    }

    .solutionTabParent .solutionTabMenuTablinks p {
        object-fit: contain;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.57;
        letter-spacing: normal;
        margin: 4px 46px 8px 0px;
    }

    .solutionTabParent .solutionTabContent p {
        object-fit: contain;
        font-family: Effra-Regular;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.6;
        letter-spacing: normal;
        color: #515151;
        margin: 40px 86px 18px 86px;
    }


    .solutionPdfTxtTitle {
        object-fit: contain;
        font-family: Effra-Regular;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.17;
        letter-spacing: -0.8px;
    }

    .solutionPdfTxtTeaser {
        object-fit: contain;
        font-family: Effra-Regular;
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.17;
        letter-spacing: -0.8px;
        margin: 8px 0px 0 0px;
    }

    .solutionPdfDwnldParentMbl .solutionPdfDwnldBtn {
        display: inline-table;
        color: #ffffff;
        font-family: Effra-Regular;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: center;
        border-radius: 30px;
        background-color: #016de3;
        margin: 34px 0px 40px 0px;
        width: max-content;
        height: 32px;
        padding: 8px 30px 8px 30px;
        box-shadow: none;
        text-decoration: none;
    }

    .solutionTabPdfImg {
        border: 1px solid transparent;
        width: 22%;
        height: 128px;
    }

    .solutionTabParent {
        border: 1px solid transparent;
        height: auto !important;
    }

    .col__full-width .solutionTabParent .solutionTabMenu {
        display: block;
    }

    .col__full-width .solutionTabParent .solTab {
        width: 100%;
    }

    .col__full-width .solutionTabParent .solutionTabMenuTablinks:before {
        margin-left: 81.5vw;
    }

    .col__full-width .solutionTabParent .solutionTabContent {
        margin-left: 0px;
    }

    .col__full-width .solutionTabParent .tabcontent {
        width: auto;
    }

    .solutionTabPDF {
        margin: 0px 0px 0px 0%;
    }
.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: 0px;
}
.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 86px 40px 86px;
}
.solutionTabParent .solutionTabContent a {
    font-size: 20px;
}
.solutionTabParent .solTab {
    width: 100%;
}
.solutionTabParent .solutionTabMenuTablinks.active:before{
    display:block;
 }
    .solutionTabParent.noBroucher {
        margin-bottom: 40px;
    }

}

@media only screen and (min-device-width: 320px) and (max-device-width: 658px) and (orientation: landscape) {
    .solutionTabParent .solutionTabMenuTablinks:before {
        margin-left: 89vw !important;
    }

    .solutionTabPdfImg {
        width: 14%;
    }

    .col__full-width .solutionTabParent .solutionTabMenuTablinks:before {
        margin-left: 78.5vw !important;
    }
}

@media only screen and (min-device-width: 390px) and (max-device-width: 844px) and (orientation: landscape) {
    .solutionTabParent .solutionTabMenuTablinks:before {
        margin-left: 91vw;
    }

    .solutionTabPdfImg {
        width: 11%;
    }

    .col__full-width .solutionTabParent .solutionTabMenuTablinks:before {
        margin-left: 83.5vw;
    }

    .col__full-width .solutionTabParent .solutionTabMenu .solutionTabContent {
        margin-left: 0px;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (orientation: landscape) {
    .solutionTabParent .solutionTabMenuTablinks:before {
        margin-left: 89vw;
    }

    .solutionPdfDwnldParentMbl .solutionTabPdfImg {
        width: 14%;
    }

    .col__full-width .solutionTabMenu .solutionTabMenuTablinks:before {
        margin-left: 78.5vw;
    }
}

@media only screen and (min-device-width: 412px) and (max-device-width: 915px) and (orientation: landscape) {
    .solutionTabParent .solutionTabMenuTablinks:before {
        margin-left: 91vw;
    }

    .solutionTabPdfImg {
        width: 11%;
    }

    .col__full-width .solutionTabMenuTablinks:before {
        margin-left: 83.5vw;
    }

    .col__full-width .solutionTabParent .solutionTabMenu .solutionTabContent {
        margin-left: 0px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .solutionTabMenuTablinks p {
        width: 85%;
    }

    .col__full-width .solutionTabParent .tabcontent {
        width: auto;
    }

    .solutionTabParent.noBroucher {
        margin-bottom: 40px;
    }

}

@media only screen and (min-device-width: 1023px) and (max-device-width: 1100px)  {
    .col__full-width .solutionTabMenuTablinks:before {
        margin-left: 87.5vw !important;
    }
    .solutionTabParent .solutionTabMenuTablinks:before { 
        margin-left: 94vw;    
    }
}
@media only screen and (min-device-width: 1100px) and (max-device-width: 1190px)  {
    .col__full-width .solutionTabMenuTablinks:before {
        margin-left: 84.5vw !important;
    }
    .solutionTabParent .solutionTabMenuTablinks:before { 
        margin-left: 94vw;    
    }
}
@media only screen and (max-device-width:330px)  {
    .col__full-width .solutionTabParent .solutionTabMenuTablinks:before {
        margin-left: 62.5vw;
    }
}
@media only screen and (min-device-width: 900px) and (max-device-width: 950px) and (orientation: landscape) {
    .col__full-width .solutionTabMenuTablinks:before {
        margin-left: 84.5vw !important;
    }

}
@media only screen and (min-device-width: 767px) and (max-device-width: 1200px)  {
    .solutionTabParent .solTab .solutionTabMenuTablinks.active:before{
	 transform:rotate(180deg) !important;
   }

}
@media only screen and (min-device-width: 2500px) and (max-device-width: 5000px)  {
      .solutionTabParent .solutionTabContent {
       margin-left: 480px;
       width:680px;

}
.col__full-width  .solutionTabParent .solutionTabContent {
       width:auto;

}                                                
.col__full-width .solutionTabParent .solTab {
    width:680px;
}
.solutionTabParent .solutionTabMenuTablinks:before {
    margin-left: 440px; 
}
.solutionTabParent .solTab {
    width: 680px;

}
} 
@media only screen and (min-device-width: 1400px) and (max-device-width: 1800px)  {

.col__full-width .solutionTabParent .solTab {
    width:85%;
}

.solutionTabParent .solTab {
    width: 85%;

}
}
 @media only screen and (min-device-width: 1800px) and (max-device-width: 2500px)  {

.col__full-width .solutionTabParent .solTab {
    width:75%;
}

.solutionTabParent .solTab {
    width: 75%;

}
}
.image-stat-container {
    margin: 0 auto;
    max-width: 80em;
    width: 100%;
}

.image-stat-container .image-stat-child {
    background-color: #ffffff;
    border: 1px solid transparent;
}

.image-stat-parent.img_stat_darkblue .image-stat-child,
.image-stat-parent.img_stat_darkblue .pure-js-carousel-slide,
.image-stat-parent.img_stat_darkblue .pure-js-carousel-btn-prev,
.image-stat-parent.img_stat_darkblue .pure-js-carousel-btn-next {
    background-color: #1a2142;
}

.image-stat-parent.img_stat_darkblue .slide {
    border: 10px solid #1a2142;
    border-bottom: 0px;
    margin-bottom: 0px;
}

.image-stat-parent.img_stat_grey .image-stat-child,
.image-stat-parent.img_stat_grey .pure-js-carousel-slide,
.image-stat-parent.img_stat_grey .pure-js-carousel-btn-prev,
.image-stat-parent.img_stat_grey .pure-js-carousel-btn-next {
    background-color: #f5f5f5;
}

.image-stat-parent.img_stat_grey .slide {
    border: 10px solid #f5f5f5;
    border-bottom: 0px;
}

.image-stat-container .image-stat-title {
    font-family: Effra-Bold;
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: -2px;
    color: #000000;
    margin: 48px 54px 24px 54px;
    width: 95%;
}

.col__full-width .image-stat-container .slide {
    width: 400px;
}

.col__full-width .image-stat-container .stat-container {
    width: 330px;
}

.col__full-width .image-stat-container .stats-image {
    height: 125px;
}

.col__full-width .image-stat-container .imageStatCarousel {
    width: 100% !important;
}

.image-stat-parent.img_stat_darkblue .image-stat-title,
.image-stat-parent.img_stat_darkblue .line1-text,
.image-stat-parent.img_stat_darkblue .line2-text,
.image-stat-parent.img_stat_darkblue .stat-text {
    color: #ffffff;
}

.image-stat-container .stat-text {
    margin-bottom: 56px;
    font-size: 100px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.8;
    letter-spacing: -5px;
    text-align: center;
    font-family: 'Effra-Bold';
    color: #000000;
}

.image-stat-parent.img_stat_darkblue .line1-text {
    margin: 40px 0 4px;
}

.image-stat-parent.img_stat_darkblue .line2-text {
    margin: 4px 0 24px 0;
}

.image-stat-parent.img_stat_darkblue .active .pure-js-carousel-dot-btn {
    background: #ffffff;
    opacity: 1;
}

.image-stat-parent.img_stat_darkblue .pure-js-carousel-dot-btn {
    border: 1px solid #ffffff;
    background: #1a2142;
}

.image-stat-container .imageStatCarousel {
    margin: 50px auto;
    overflow: hidden;
    position: relative;
    width: 90% !important;
    margin-bottom: 48px;
    padding-bottom: 2px;
    margin-top: 0px;
}

.image-stat-container .stat-container {
    width: 365px;
    border: 1px solid transparent;
}

.image-stat-container .stats-image {
    width: auto;
    height: 160px;
    margin: 0px;
}

.image-stat-parent .line1-text {
    object-fit: contain;
    font-family: Effra-Bold;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: -1px;
    text-align: center;
    color: #000000;
    margin: 16px 0 4px;
}

.image-stat-parent .line2-text {
    margin: 4px 0 0;
    object-fit: contain;
    font-family: Effra-Regular;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    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 {
    background: #ffffff;
    border: 10px solid #fff;
    color: #fff;
    float: left;
    font-size: 20px;
    line-height: 5;
    text-align: center;
    width: 380px;
    margin-bottom: 24px;
    border-bottom: 0px;
    border-top: 0px;
}

.image-stat-container .pure-js-carousel-btn {
    border: 0;
    box-shadow: none;
    cursor: pointer;
    height: 50px;
    margin-top: 0px;
    position: absolute;
    top: auto;
    width: 20px;
    border-radius: 30px;
    background-color: transparent;
}

.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 #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);
}

.image-stat-container .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);
}

.image-stat-container .pure-js-carousel-dots {
    float: left;
    margin-top: 15px;
    text-align: center;
    width: 100%;
}

.image-stat-container .pure-js-carousel-dot {
    display: inline-block;
    margin: 0px;
}

.image-stat-container .pure-js-carousel-dot-btn {
    background: #ffffff;
    border: 1px solid #006de3;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 13px 0 0;
}

.image-stat-container .active .pure-js-carousel-dot-btn {
    background: #006de3;
    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 (min-width: 768px) {
    .image-stat-container .pure-js-carousel-dots {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .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 {
        display: inline;
        width: 31%;
        border: 1px solid transparent;
        margin-left: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .image-stat-container .stat-container {
        border: 1px solid transparent;
        line-height: 0px;
        margin-bottom: 16px;
        display: flex;
    }

    .image-stat-container .stats-image {
        float: left;
        width: 109px;
        height: 60px;
        margin: 0px 0px 0px 0px;
    }

    .image-stat-container .slide {
        width: auto;
        border: 1px solid transparent;
        margin-bottom: 0px;
    }

    .image-stat-parent.img_stat_grey .slide,
    .image-stat-parent.img_stat_darkblue .slide {
        border: 1px solid transparent;
    }

    .image-stat-container .pure-js-carousel-dots {
        display: none;
    }

    .image-stat-container .pure-js-carousel-btn {
        display: none;
    }

    .col__full-width .image-stat-container .stats-image {
        float: left;
        width: 109px;
        height: 60px;
        margin: 0px 0px 0px 0px;
    }

    .image-stat-parent .line1-text,
    .image-stat-parent.img_stat_darkblue .line1-text {
        font-size: 14px;
        line-height: 1.57;
        letter-spacing: normal;
        margin: 8px 16px 0px 8px;
        text-align: left;
    }

    .image-stat-parent .line2-text,
    .image-stat-parent.img_stat_darkblue .line2-text {
        font-size: 14px;
        line-height: 1.57;
        letter-spacing: normal;
        margin: 0px 0 8px 8px;
        text-align: left;
    }

    .image-stat-container .image-stat-title {
        font-size: 30px;
        line-height: 1.13;
        letter-spacing: -1px;
        margin: 32px 16px 16px 16px;
        width: 90%;
    }

    .image-stat-container .imageStatCarousel {
        margin: 0px auto;
    }

    .image-stat-parent.img_stat_grey .stat-img-text-container,
    .image-stat-parent.img_stat_grey .slide {
        background-color: #f5f5f5;
    }

    .image-stat-parent.img_stat_darkblue .slide {
        background-color: #1a2142;
    }

    .image-stat-container .stat-text {
        font-size: 30px;
        line-height: 1.13;
        letter-spacing: -1px;
        margin-bottom: 16px;
        margin-left: 0px;
        text-align: center;
        width: auto;
        display: inline-block;
        padding-right: 0px;
        vertical-align: bottom;
        padding-top: 10px;
    }

    .image-stat-container .stat-line-text {
        display: inline-block;
        vertical-align: top;
    }

    .col__full-width .image-stat-container .stat-text {
        margin-left: -20px;
    }
}

@media only screen and (max-width: 375px) {
    .col__full-width .image-stat-container .stat-line-text {
        width: 53%;
    }
}

@media only screen and (max-width: 360px) {
    .col__full-width .image-stat-container .stat-line-text {
        width: 60%;
    }

    .col__full-width .image-stat-container .stat-container {
        width: 79%;
    }
}

@media only screen and (max-width: 320px) {
    .col__full-width .image-stat-container .stats-image {
        width: 70px;
        height: 40px;
    }

    .col__full-width .image-stat-parent .line1-text,
    .col__full-width .image-stat-parent.img_stat_darkblue .line1-text {
        margin: 0px 0px 0px 5px;
    }

    .col__full-width .image-stat-container .stat-line-text {
        width: 53%;
    }

    .col__full-width .image-stat-container .image-stat-title {
        width: 85%;
    }

    .image-stat-container .stat-line-text {
        width: 58%;
    }

    .image-stat-parent .line1-text, .image-stat-parent.img_stat_darkblue .line1-text {
        width: 65%;
    }

    .image-stat-parent .line2-text, .image-stat-parent.img_stat_darkblue .line2-text {
        width: 70%;
    }
 
    .col__full-width .image-stat-parent .line2-text {
        margin: 0px 0 8px 4px;
        width: 64%;
    }

    .col__full-width .image-stat-container .stat-container {
        width: 88%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .image-stat-container .imageStatCarousel {
        width: 100% !important;
        margin: 0px 0px 40px auto;
    }

    .col__full-width .image-stat-container .imageStatCarousel {
        width: 96% !important;
    }

    .image-stat-container .stats-image {
        width: auto;
        height: 120px;
    }

    .image-stat-container .slide {
        width: 254px;
    }

    .image-stat-container .stat-container {
        width: 250px;
        border: 1px solid transparent;
    }

    .image-stat-parent .line1-text {
        font-size: 16px;
        line-height: 1.13;
        margin: 16px 0 4px;
    }

    .image-stat-parent .line2-text {
        font-size: 14px;
        line-height: 1.57;
    }

    .image-stat-container .image-stat-title {
        margin: 40px 24px 24px 24px;
        line-height: 1;
        letter-spacing: -1px;
    }

    .image-stat-container .slide {
        border: 3px solid #fff;
        margin-bottom: 24px;
    }

    .col__full-width .image-stat-container .stats-image {
        height: 70px;
    }

    .col__full-width .image-stat-container .slide {
        width: 227px;
        border: 0px;
    }

    .col__full-width .image-stat-container .stat-container {
        width: 173px;
    }

    .col__full-width .image-stat-container .pure-js-carousel-btn-prev {
        left: 31%;
    }

    .col__full-width .image-stat-container .pure-js-carousel-btn-next {
        left: 59.5%;
    }

    .image-stat-container .pure-js-carousel-btn-prev {
        left: 32%;
    }

    .image-stat-container .pure-js-carousel-btn-next {
        left: 60%;
    }

    .new-design-themes-landing-page .col__90-width .image-stat-container .stat-container {
        width: 68%;
    }

    .new-design-themes-landing-page .col__90-width .image-stat-container .slide {
        width: 254px;
    }

    .image-stat-container .stat-text {
        font-size: 64px;
        line-height: 0.7;
        letter-spacing: -2.56px;
        margin-bottom: 39px;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .col__full-width .image-stat-container .imageStatCarousel {
        width: 84% !important;
    }

    .col__full-width .image-stat-container .slide {
        width: 270px;
    }

    .col__full-width .image-stat-container .stat-container {
        width: 100%;
        border: 1px solid transparent;
    }

    .col__full-width .image-stat-container .stats-image {
        height: 120px;
    }

    .image-stat-container .stats-image {
        width: auto;
        height: 125px;
        margin: 24px 0px 0px 0px;
    }

    .image-stat-container .slide {
        width: 303px;
    }

    .image-stat-container .stat-container {
        width: 300px;
        border: 1px solid transparent;
    }

    .col__full-width .image-stat-container .pure-js-carousel-btn-prev {
        left: 32%;
    }

    .col__full-width .image-stat-container .pure-js-carousel-btn-next {
        left: 61%;
    }

    .image-stat-container .pure-js-carousel-btn-prev {
        left: 35%;
    }

    .image-stat-container .pure-js-carousel-btn-next {
        left: 58%;
    }

    .new-design-themes-landing-page .col__90-width .image-stat-container .stat-container {
        width: 68%;
    }

    .new-design-themes-landing-page .col__90-width .image-stat-container .slide {
        width: 300px;
    }

    .image-stat-container .stat-text {
        font-size: 64px;
    }

    .image-stat-parent.img_stat_darkblue .line2-text {
        width: 94%;
    }

    .image-stat-parent.img_stat_darkblue .line1-text {
        width: 92%;
    }

    .image-stat-container .image-stat-title {
        width: 92%;
    }
}

@media only screen and (min-device-width: 412px) and (max-device-width: 915px) and (orientation: landscape) {
    .col__full-width .image-stat-container .slide {
        width: 263px;
    }

    .col__full-width .image-stat-container .stat-container {
        width: 73%;
    }

    .image-stat-container .stat-container {
        width: 245px;
    }

    .image-stat-container .stat-text {
        font-size: 64px;
        line-height: 0.7;
        letter-spacing: -2.56px;
    }

    .image-stat-parent .line1-text {
        font-size: 16px;
        line-height: 1.13;
        letter-spacing: normal;
    }

    .image-stat-parent .line2-text {
        font-size: 14px;
        line-height: 1.57;
        letter-spacing: normal;
    }

    .image-stat-container .imageStatCarousel {
        width: 96% !important;
    }

    .image-stat-parent.img_stat_darkblue .line1-text {
        width: auto;
    }

    .image-stat-parent.img_stat_darkblue .line2-text {
        width: auto;
    }

}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {

    .col__full-width .image-stat-container .image-stat-child .slide,
    .image-stat-container .image-stat-child .slide,
    .image-stat-container .image-stat-child .stat-container {
        width: 83%;
        display: flex;
    }

    .col__full-width .image-stat-container .stat-container {
        width: 90%;
    }

    .image-stat-container .stat-container {
        width: 200px;
    }

    .image-stat-container .stat-text {
        font-size: 64px;
        line-height: 0.7;
        letter-spacing: -2.56px;
        width: auto;
        font-size: 40px;
        float: left;
        padding-top: 14px;
    }

    .image-stat-container .stat-img-text-container {
        display: inline;
        float: left;
        margin-bottom: 16px;
        width: 40%;
    }

    .col__full-width .image-stat-container .stat-text {
        margin-left: 0px;
    }

    .image-stat-container .stat-line-text {
        width: 60%;
        display: inline-block;
        vertical-align: top;
        float: right;
    }
}

@media only screen and (min-device-width: 390px) and (max-device-width: 844px) and (orientation: landscape) {
    .col__full-width .image-stat-container .stats-image {
        height: 80px;
    }

    .col__full-width .image-stat-parent .line1-text {
        font-size: 16px;
    }

    .col__full-width .image-stat-parent .line2-text {
        font-size: 14px;
    }

    .col__full-width .image-stat-container .slide {
        width: 217px;
    }

    .col__full-width .image-stat-container .pure-js-carousel-btn-prev {
        left: 29.5%;
    }

    .image-stat-container .stats-image {
        height: 70px;
    }

    .image-stat-parent .line1-text {
        font-size: 16px;
    }

    .image-stat-parent .line2-text {
        font-size: 14px;
    }

    .image-stat-container .slide {
        width: 250px;
    }

    .image-stat-container .stat-container {
        width: 251px;
    }

    .image-stat-container .pure-js-carousel-btn-prev {
        left: 33%;
    }

    .image-stat-container .pure-js-carousel-btn-next {
        left: 58.5%;
    }

    .image-stat-container .stat-text {
        font-size: 40px;
        line-height: 0.7;
        letter-spacing: -2.56px;
    }

    .image-stat-container .imageStatCarousel {
        width: 91% !important;
    }
}
@media only screen and (min-device-width:1100px) and (max-device-width: 1190px) and (orientation: landscape) {
    .image-stat-container .pure-js-carousel-btn-next {
       left: 58%;
    }
     .image-stat-container .pure-js-carousel-btn-prev {
       left: 36%;
    }        
}
.addrress-card-container .column-control__6 {
	padding-left: 0;
	padding-right: 0;
}

.addrress-card-container {
	position: relative;
	max-width: 80em;
	margin: 0 auto;
	display: flex;
}

.addr-main-comp.column-one .addr-card-parent-icon {
	display: grid;
	grid-template-columns: repeat(1, minmax(100%, 1fr));
	grid-row-gap: 48px;
	padding: 24px 24px 24px 54px;
	width: 100%;
}

.column-control__6.addr-contact-us .contactUsForm-Parent {
    position: sticky;
    top: 50px;
}

.addr-main-comp.column-two .addr-card-parent-icon {
	display: grid;
	grid-template-columns: repeat(2, minmax(50%, 1fr));
	grid-column-gap: 29px;
	grid-row-gap: 48px;
	padding: 24px 24px 24px 54px;
	width: 100%;
}

.addr-card-title {
	margin: 48px 54px 0 54px;
	font-family: Effra-bold;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -1px;
	color: #000000;
}

.addr-card-location-name {
	font-family: Effra-bold;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -1px;
	color: #000000;
	margin-bottom: 16px;
}

.addr-locicon-text, .addr-phoneicon-text, .addr-faxicon-text {
	display: flex;
	margin-bottom: 16px;
}

.addr-locicont {
	min-width: 30px;
	display: inline-block;
	content: '';
	background-image: url("ibhomepage/images/addressCardsLocation.svg");
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	margin: 5px 5px 0 0;
	vertical-align: middle;
}

.addr-phoneicon {
	display: inline-block;
	content: '';
	background-image: url("ibhomepage/images/addressCardsPhone.svg");
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	margin: 3px 5px 0 0;
	vertical-align: middle;
}

.addr-faxicon {
	display: inline-block;
	content: '';
	background-image: url("ibhomepage/images/addressCardsFax.svg");
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.addr-locitext p, .addr-faxitext, .addr-phonetext {
	font-family: Effra-Regular;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #404040;
	margin-bottom: 0;
    margin-right:24px;
}

.addr-card-supporttext p {
	font-family: Effra-Regular;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #404040;
	margin-bottom: 0;
	padding-top: 8px;
    margin-right:24px;
}

.addr-loci-without-icon p, .addr-phone-without-icon, .addr-card-fax {
	font-family: Effra-Regular;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #404040;
	margin-bottom: 0;
}

.support-text p {
	font-family: Effra-Regular;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #404040;
	margin-bottom: 0;
	padding: 24px 14px 24px 54px;
}

@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: 48px 97px 0 97px;
	}
	.addr-main-comp.column-one .addr-card-parent-icon {
		padding: 24px 97px 24px 97px;
	}
	.support-text p {
		padding: 24px 97px 24px 97px;
	}
	.addr-main-comp.column-two .addr-card-parent-icon {
		padding: 24px 97px 24px 97px;
	}
}

@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: 48px 16px 0 16px;
		font-size: 20px;
		line-height: 22px;
		letter-spacing: -0.666667px;
	}
	.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: 51px;
		padding: 24px 16px 24px 16px;
	}
	.support-text p {
		padding: 24px 97px 24px 97px;
	}
	.addr-locitext p, .addr-faxitext, .addr-phonetext {
		font-size: 14px;
		line-height: 21px;
	}
	.addr-card-location-name {
		font-size: 16px;
		line-height: 18px;
	}
	.support-text p {
		padding: 24px 16px 48px 16px;
	}
}
.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: 80em;
    background: rgba(38, 40, 49, 1);
}

.interactiveMap-parent .flex-item-left {
    background: #F5F5F5;
    flex: 30%;
    border: 1px solid transparent;
    border-radius: 0px 0px 16px 0px;
}

.interactiveMap-parent .flex-item-right {
    flex: 69%;
    border: 1px solid transparent;
}

.interactiveMap-parent .interactiveMap-title {
    border: 1px solid transparent;
}

.interactiveMap-parent .flex-item-left-parent {
    flex: 30;
    background: #F5F5F5;
    border-radius: 0px 16px 16px 0px;
}

.interactiveMap-parent .interactiveMap-title p {
    font-size: 30px;
    text-align: left;
    font-family: "Effra-Bold";
    margin: 36px 255px 36px 54px;
    line-height: 100%;
    letter-spacing: -1px;
    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: 8px;
}

/* Track */
.interactiveMap-parent .tabcontentMap::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.interactiveMap-parent .tabcontentMap::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 14px;
}

/* Handle on hover */
.interactiveMap-parent .tabcontentMap::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.interactiveMap-parent .tabcontentMap::-webkit-scrollbar-track {
    border-radius: 10px;
}

::-webkit-scrollbar:horizontal {
    height: 4px;
}

::-webkit-scrollbar-thumb:horizontal {
    background: #D9D9D9;
    border-radius: 10px;
}

/* Css for Srollbar end */

#interactive-map {
    height: 720px;
    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.222px;
    background: url("ibhomepage/images/Spotlight_Marker.svg") no-repeat;
    background-size: 100%;
}

.property .details {
    display: inline-flex;
    height: auto;
    padding: 24px 16px;
    width: auto;
    text-align: left;
    border-radius: 8px;
    background: var(--main-primary-blue, #1A2142);
    box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px -7px rgba(0, 0, 0, 0.20);
}

.property.highlight .details {
    display: inline-block;
    text-align: left;
    margin-left: 55px;
    width: 275px;
    margin-top: -66px;
}

.property.highlight .icon::before {
    width: 45.651px;
    height: 72.704px;
}

.property .details {
    color: var(--support-white, #FFF);
    display: none;
    color: var(--support-white, #FFF);
    font-family: Effra-Regular;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
}

.property.highlight {
    position: absolute;
    display: flex;
    margin-left: -25px;
    margin-top: -75px
}

.property .details .marker-country {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    padding-bottom: 16px;
}

.property .details .marker-city {
    font-size: 24px;
    line-height: 116%;
    letter-spacing: -1px;
    padding-bottom: 8px;
}

.property .details .marker-address {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    padding-bottom: 24px;
}

.property .details .marker-link {
    padding: 8px 15px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    background: var(--main-active-blue, #006DE3);
    display: grid;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}

.property .details .marker-link a {
    color: white;
    text-decoration: none;
}

/* Style the tab */
.interactiveMap-parent .tab {
    border: 1px solid transparent;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    width: auto;
    margin: 0px 53px 16px 54px;
}

/* Style the buttons inside the tab */
.interactiveMap-parent .tab button {
    font-family: 'Effra-Regular';
    text-align: center;
    font-size: 16px;
    line-height: 100%;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px 15px 8px 15px;
    transition: 0.3s;
    color: #404040;
    margin-right: 8px;
    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: 1px solid transparent;
    border-top: none;
    border-top: 1px solid #D9D9D9;
    height: 484px;
    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: 24px 0px 16px 54px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.interactiveMap-parent .tabcontentMap ul li {
    margin-bottom: 16px;
    color: #404040;
    font-size: 18px;
    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: 18px;
    font-style: normal;
    line-height: 150%;
    text-decoration: none;
}

.interactiveMap-parent .tabcontentMap ul li.active a {
    color: #006DE3;
}

.interactiveMap-parent .tabcontentMap ul li a:hover {
    border-bottom: 2px solid #00AEEF;
}

.interactiveMap-parent .tabcontentMap ul li.activeBlue.active a {
    color: #006DE3;
    border-bottom: 1px solid transparent;
}

.interactiveMap-parent .map-filter-title {
    border: 1px solid transparent;
}

.interactiveMap-parent .map-teaser-title p {
    color: #404040;
    font-family: "Effra-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin: 0px 188px 16px 54px;
    text-align: left;
}

.interactiveMap-parent .map-filter-title p {
    color: #004476;
    font-family: 'Effra-Bold';
    font-size: 14px;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    margin: 0px 54px 16px 54px;
    width: 70%;
}

.map-close-button {
    display: none;
    background-color: rgb(245, 245, 245);
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 4px 0px;
    cursor: pointer;
    padding: 8px;
    text-align: center;
    margin: 16px 0px 0px 16px;
    position: relative;
    top: 56px;
    z-index: 1;
    border: none;
}

.map-close-button img {
    width: 24px;
    height: 24px;
}

.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: 30px 0px 36px 54px;
    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: 0px;
}

.interactiveMap-parent.filter-wo-map .tabcontentMap {
    height: auto;
}

.interactiveMap-parent.filter-wo-map .interactiveMap-title p {
    margin: 16px 0px 24px 54px;
}

#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: 40px 40px 0px 0px;
    }

    .interactiveMap-parent .flex-item-left {
        display: none;
        height: 52vh;
        border-radius: 0px;
    }

    .interactiveMap-parent .flex-item-right-img.map-device {
        height: auto;
    }

    .interactiveMap-parent .flex-item-right-img.map-device img {
        height: auto;
        width: 98%;
        padding: 16px;
        margin-bottom: 8px;
    }

    .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);
    }

    .interactiveMap-title-icon {
        display: block;
    }

    .interactiveMap-parent .interactiveMap-title {
        display: flex;
        align-items: center;
    }

    .interactiveMap-parent.filter-wo-map .tabcontentMap ul {
        margin: 30px 24px 36px 24px;
    }

    .interactiveMap-parent.filter-wo-map .tab {
        margin-left: 24px;
    }

    .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: -112px;
        margin-top: 70px;
        position: absolute;
    }

    .property.highlight {
        position: absolute;
        display: flex;
        margin-left: -25px;
        margin-top: -75px;
        display: grid;
    }

    .map-desktop .icon {
        display: inline-grid;
    }

    .property.highlight .icon::before {
        width: 27px;
        height: 43px;
    }

    .interactiveMap-parent .interactiveMap-title p {
        margin: 12px 16px 12px 16px;
    }

    .interactiveMap-parent .flex-item-left-parent {
        border-radius: 16px 16px 0px 0px;
    }

    .interactiveMap-parent .map-teaser-title p {
        margin: -4px 16px 0px 16px;
    }

    .interactiveMap-parent .map-filter-title p {
        margin: 12px 16px 16px 16px;
    }

    .interactiveMap-parent .tab {
        margin: 0px 16px 16px 16px;
        overflow-x: scroll;
        position: relative;
        padding-bottom: 12px;
    }

    .interactiveMap-parent .tabcontentMap {
        height: 34vh;
        overflow-y: scroll;
    }

    .interactiveMap-parent .tabcontentMap ul {
        width: 89%;
        height: auto;
        margin: 24px 0px 16px 16px;
    }

    .interactiveMap-parent.filter-wo-map .tabcontentMap ul {
        width: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 24px 24px 36px 16px;
    }

    .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: 12px 16px 16px 16px;
    }

    .interactiveMap-parent.filter-wo-map .interactiveMap-title p {
        margin: 16px 24px 12px 16px;
    }

    .interactiveMap-parent .flex-item-right-img.map-device {
        background: #F5F5F5;
        margin: 0px 16px 24px 16px;
    }

    .col__full-width .interactiveMap-parent .flex-item-right-img.map-device {
        margin: 0px 0px 24px 0px;
    }

    .interactiveMap-parent.filter-wo-map .tab {
        margin-left: 16px;
        padding-bottom: 12px;
    }

}

@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: 240px;
        margin-left: -94px;
    }

    .interactiveMap-parent .interactiveMap-title p {
        margin: 12px 0px 12px 16px;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .interactiveMap-parent .flex-item-left-parent {
        border-radius: 16px 16px 0px 0px;
    }

    .interactiveMap-parent .interactiveMap-title p {
        margin: 12px 65px 12px 24px;
    }

    .interactiveMap-parent .map-teaser-title p {
        margin: 0px 24px 16px 24px;
    }

    .interactiveMap-parent .tab {
        margin: 0px 53px 16px 24px;
    }

    .interactiveMap-parent .tabcontentMap ul {
        width: 93%;
        height: auto;
        margin: 24px 0px 36px 24px;
        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: 16px 24px 12px 24px;
    }

    .interactiveMap-parent.filter-wo-map .map-filter-title p {
        margin: 12px 24px 16px 24px;
    }

    .interactiveMap-parent .map-filter-title p {
        margin: 12px 24px 16px 24px;
    }

    .interactiveMap-parent .flex-item-right-img.map-device {
        margin: 16px 97px 48px 97px;
        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: 36px 114px 36px 24px;
    }

    .interactiveMap-parent .tabcontentMap ul {
        width: 93%;
        height: auto;
        margin: 24px 0px 36px 24px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .interactiveMap-parent .tabcontentMap {
        height: 34vh;
    }

    .interactiveMap-parent.filter-wo-map .map-teaser-title p {
        margin: 12px 16px 16px 24px;
    }

    .interactiveMap-parent.filter-wo-map .interactiveMap-title p {
        margin: 16px 24px 12px 24px;
    }

    .col__full-width .interactiveMap-parent .flex-item-right-img.map-device img {
        width: 98%;
    }

    .col__full-width .interactiveMap-parent .tabcontentMap ul {
        margin: 24px 0px 36px 54px;
    }

    .interactiveMap-parent .map-filter-title p {
        margin: 0px 54px 16px 24px;
    }

    .interactiveMap-parent .tab {
        margin: 0px 53px 16px 24px;
    }

    .interactiveMap-parent .map-teaser-title p {
        margin: 0px 188px 16px 24px;
    }

    .interactiveMap-parent .flex-item-right-img.map-device {
        margin: 16px 97px 48px 97px;
        background: #F5F5F5;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    .interactiveMap-parent .interactiveMap-title p {
        margin: 12px 114px 12px 24px;
    }

    .interactiveMap-parent .tabcontentMap ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .interactiveMap-parent .flex-item-right-img.map-device {
        margin: 16px 97px 48px 97px;
        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: 0px;
    }

    .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: 0px;
    }

    .interactiveMap-parent .tabcontentMap {
        height: 60vh;
    }

    .interactiveMap-parent .map-teaser-title p {
        margin: 0px 188px 16px 24px;
    }

    .interactiveMap-parent .interactiveMap-title p {
        margin: 36px 84px 36px 24px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 658px) and (orientation: landscape) {
    .interactiveMap-parent .interactiveMap-title p {
        margin: 36px 54px 36px 16px;
    }

    .interactiveMap-parent .map-teaser-title p {
        margin: 0px 188px 16px 16px;
    }

    .interactiveMap-parent .flex-item-right-img.map-device img {
        width: 100%;
    }
}
