/* =============================================================================
   DEVEX MARKETO MICROSITE GENERAL CSS
   ========================================================================== */

/*@import url(https://pages.devex.com/rs/685-KBL-765/images/'https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap');*/

/*@import url(https://pages.devex.com/rs/685-KBL-765/images/'https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');*/


/*.bebas-light {font-family: 'BebasLight', sans-serif;}
.bebas {font-family: 'BebasBook', sans-serif;}*/


@font-face {
    font-family: 'modernera';
    src: url('https://pages.devex.com/rs/685-KBL-765/images/modernera-regular-webfont.woff2') format('woff2'),
         url('https://pages.devex.com/rs/685-KBL-765/images/modernera-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'modernerabold';
    src: url('https://pages.devex.com/rs/685-KBL-765/images/modernera-extrabold-webfont.woff2') format('woff2'),
         url('https://pages.devex.com/rs/685-KBL-765/images/modernera-extrabold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

/* @font-face {
    font-family: 'geomanist-light', sans-serif;
    src: url('https://pages.devex.com/rs/685-KBL-765/images/geomanist-light-webfont.woff2') format('woff2'),
         url('https://pages.devex.com/rs/685-KBL-765/images/geomanist-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

} */

:root {
    --primary: #ED1B25;
    --primary2: #00A69C;
    --primary-light: #A7A38D;
    --primary-dark: #6D6641;
    --secondary: #97cdbc;
    --secondary2: #8D8BA7;
    --dark: #454545;
    --gray: #979797;
    --gray2: #ADABC3;
    --yellow: #454545;
    --yellow2: #FFFCEE;
    --text: #BEE2D7;
}

/* CLEANING UP BOOTSTRAP */

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form,
.navbar-inverse { background: none !important; border: 0 !important; }
.navbar-collapse { padding: 0 }
header#header.stuck .navbar-header { margin-top: -8px; }
.navbar-inverse .navbar-toggle { background: none; border: 0; }

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: none;
}

.btn:focus {
 outline:none !important;
}

html {
    min-height: 100%;
    height: auto;
}

/* GENERAL: BODY, COLORS, P, LISTS, LINKS */

body {
     font-family: 'modernera';
    color: var(--primary);
    font-weight: normal;    
    background: #fff;   
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    height: 1200px;
}

 a {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a:hover {
    text-decoration: none;
}

a:visited {
    text-decoration: none
}

.green {
    color: #50A355 !important
}
.row-30 {
    margin: 0 -30px;
    display: flex;
}

.row-30 > div, .row-30 > a {
    padding: 0 30px;
}
.sub-heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.10;
    color: var(--secondary2);
    margin: 0 0 16px 0;
}

h2 {
    font-weight: 800;
    font-size: 32px;
    line-height: 1.28;
    margin-bottom: 43px;
    letter-spacing: -0.6px;
    font-family: 'modernerabold';
}

p {
    font-size: 16px;
    line-height: 1.67;
    color: var(--dark);
    margin-bottom: 30px;
}

p:last-child {
    margin-bottom: 0;
}

a.anchor-contact, a.anchor-resources, a.anchor-start {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}


/* NAVBAR */

@media (min-width: 768px) {
    /*.navbar-header {
        float: initial;
    }*/
}

header {
    background: #fff;
}
.navbar-static-top .navbar-brand {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: url(https://pages.devex.com/rs/685-KBL-765/images/devex-content-series-devex-logo.svg) no-repeat;
    display: block;
    height: 40px;
    width: 95px;
    outline: none;
    margin-top: 7px;
    padding: 0;
        background-size: contain;
}

div#main-navigation {
        padding: 10px 0;
    margin-bottom: 0;
}
.navbar-header h1 {
    
    font-size: 15px;
    color: #4e4e4e;
    text-align: center;
    margin: 29px 0 0 0;
}


.navbar-toggle.more-burger-text-dropdown {
    display: none;
    margin: 0;
    height: auto;
    border: 1px solid #dcdcdc;
}

.main-button {
    /* top: 11px; */
    right: 0px;
    margin-right: 0;
    padding-bottom: 0;
}

.menu-title {
    font-size: 24px
}

.navbar-static-top .main-links li {
    margin-left: 24px;
}
.navbar-nav>li>a{
     font-family: 'modernera';
}
.navbar-static-top .main-links a {
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}
.navbar-static-top .main-links li:hover {
    background-color: transparent;
}

.nav > li > a:hover, .nav > li > a:focus {
   text-decoration: none;
    background-color: transparent;
    text-shadow: none;
}

.navbar-static-top .main-links a, .responsive .navbar-static-top .main-links .btn-link {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
    color: #333;
}

.navbar-static-top .main-links a:hover {
        color: var(--yellow);
}

.navbar-toggle.more-burger-text-dropdown .bars {
        float: left;
    margin-right: 0;
    margin-top: -5px;
}

.news-section {
    padding-left: 20px
}
.d-flex {
    display: flex;
    flex-wrap: wrap;
}
a.brand-logov1 {
    margin: 10px 10px 10px 0;
    width: 100px;
    float: left;
}

a.brand-logov1 img {
    width: 100%;
}
.align-center {
    align-items: center;
}

#sticky-bar .logo-right {
    width: 90px;
    background: url(https://pages.devex.com/rs/685-KBL-765/images/DevexLogo_White.svg)no-repeat center/contain;
}
#sticky-bar .maternity-matters-logo {
    max-width: 90px;
}
#sticky-bar .navbar-nav{
    padding-bottom: 0;
    margin-left: auto;
    margin-right: 30px;
}
#sticky-bar .navbar-nav a {
    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    color: #fff;
    text-shadow: none;
}
#sticky-bar .navbar-nav a:hover, #sticky-bar .navbar-nav a:focus {
    background: transparent;
         text-decoration: underline;
}
.cta.cta.cta {
    font-size: 16px;
    padding: 10px 24px;
    border-radius: 0;
    text-shadow: none;
    line-height: 18px;
    display: inline-block;
    border-radius: 50px;
    text-transform: uppercase;
}
div#partners-mail .socialicons {
    width: 100%;
}
a#nav-title {
    color: #fff;
    font-size: 22px;
    font-family: 'modernerabold';
    padding-right: 15px;
}
div#section1 p, div#section1 li {
    color: #fff;
}

div#section1 .section1-inner {
    align-items: flex-start;
}
a.cta-link {
    color: #fff;
    font-size: 16px;
    padding: 16px 30px;
    display: inline-block;
    text-align: center;
    text-decoration: underline;
}
a.cta.cta.cta-primary {
    background: var(--yellow);
    color: #fff;
}

.cta.cta.cta-secondary {
    color: #ffffff;
    background: var(--primary);
}
a.cta.cta.cta-secondary.bordered:hover {
background: var(--primary);
}
.banner-inner a.cta.cta.cta-secondary{
    margin-top: 18px;
}
.banner-inner a.cta-link {
    color: var(--dark);
    margin: 0 auto 0 0;
    padding: 0 0 0 0;
}
.banner-content > div {
    margin-left: 0;
    text-align: left;
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.section1-inner {
    display: flex;
    gap: 40px;
    font-size: 16px;
}

.section1-inner > div {
    width: 50%;
}

.section1-inner h2 {
    font-size: 20px;
    margin: 0 0 14px 0;
        color: #fff;
}

.section1-info {
    max-width: 600px;
    margin: 60px auto 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.info-list {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 18px;
}

.section1-action {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 80px;
}

.section1-inner ul li {
    list-style-type: disc;
    list-style-position: outside;
}

.section1-inner ul {
    padding: 0;
    padding-left: 20px;
    margin-bottom: 0;
}
.info-image img {
    width: 150px;
}
.section1-inner .col-right {
    border: 2px solid #ed1b25;
    padding: 30px;
}
.banner-content .cta {
    margin-top: 40px;
    margin-right: auto;
}

.banner-inner h3 {
    margin: 10px 0 0 0;
    font-weight: normal;
    text-align: left;
    color: #ED1B25;
}
a.cta.cta-secondary:hover, a.cta.cta.cta-primary:hover {
    background: var(--yellow);
    color: #ffffff;
}
.banner-inner a.cta.cta.cta-secondary:hover{
    background: var(--primary);
    color: #fff;
    border: 2px solid var(--primary);
}
.banner-content h2 span {
    background: #1031cc;
    line-height: 1;
    display: inline-block;
    padding: 2px 10px;
}
.banner-content .eyebrow {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}
.banner-content h4 {
    font-family: 'modernera';
    font-size: 23px;
    letter-spacing: 1px;
}
.banner-inner.v3 {
    background: url(https://pages.devex.com/rs/685-KBL-765/images/v1%20Hero%20image%202000x450%20Without%20Logo%20on%20the%20left.jpg) no-repeat;
    background-position: right center;
    padding: 0 50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}


.banner-inner.v3 .banner-content {
    text-align: left;
}
.banner-inner a.cta.cta.cta-secondary:hover:after{
    background: url(https://pages.devex.com/rs/685-KBL-765/images/arrow-right-white.svg)no-repeat center/contain;
}
.banner-inner.v2 {
    background: url(https://pages.devex.com/rs/685-KBL-765/images/v2%20Hero%20image%202000x450%20%20Centred%202%20without%20the%20logo.jpg)no-repeat;
    padding: 120px 0 40px 0;
    display: flex;
    justify-content: center;
}
a.cta.cta.cta-secondary.bordered{
    background: transparent;
    border: 2px solid var(--primary);
    color: var(--primary);
}

a.cta.cta.arrow-right:after,
a.cta.cta.arrow-right-black:after{
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    margin-left: 8px;
    background: url(https://pages.devex.com/rs/685-KBL-765/images/arrow-right-white.svg)no-repeat center/contain;
}
a.cta.cta.arrow-right-black:after{
    background: url(https://pages.devex.com/rs/685-KBL-765/images/arrow-right-black.svg)no-repeat center/contain;
}

a.cta.cta.arrow-right ,
a.cta.cta.arrow-right-black{
    padding-right: 50px;
    position: relative;
}



.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.navbar-toggle.more-burger-text-dropdown .icon-bar {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: var(--primary);
}

a.text-gray-li, a.text-gray-li:visited, .text-gray-li {
    color: #999;
}

em, .italic-font {
    font-style: italic;
}

.tagline {
    
}

.comprenhensive-nav {
        border-top: 1px solid #ccc;
    padding-top: 20px;
    padding-left: 20px
}

.more-menu .news-section h3 {
    color: var(--primary);
}


.more-menu h3 {
    
    font-size: 30px;
    color: #999;
    border-bottom: 1px solid #dcdcdc;
    margin: 0px 0 5px;
    position: relative;
}

.social-media-links {
    margin-bottom: 0;
    margin-right: 17px
}

a.text-orange-devex, a.text-orange-devex:visited, .text-orange-devex {
    color: var(--primary);
}

body ul li {
    list-style-type: none;
}

body ul li, body ol li {
    list-style-position: inside;
}

.more-menu .social-media-links a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 22px;
    line-height: 22px;
    color: #999;
}

.more-menu li {
    padding-top: 8px;
    text-align: right;
}

.strong {
    font-weight: bold;
}
.pagingInfo {
    text-align: center;
    display: block;
    font-size: 18px;
    margin-top: 7px;
}
ul {
    padding-left: 0;
    padding-bottom: 20px;
}

 .more-menu li>a {
    font-size: 14px;
    line-height: 1.3;
    display: inline-block;
    
    vertical-align: text-top;
    outline: 0;
    text-decoration: none;
    color: #333;
}




/* STICKY BAR */

#sticky-bar {
    position: fixed;
    top: -150px;
    left: 0px;
    background-color: var(--primary);
    color: rgba(0, 64, 96, 0.95);
    z-index: 999;
    width: 100%;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#sticky-bar h1 {
    margin: 0px 0 0 0;
    display: inline-block;
    font-weight: 400;
    line-height: 18px;
    font-size: 18px;
}

#sticky-bar h2 {
    
    font-size: 15px;
    text-align: center;
    margin: 18px 0 0 5vw;
    display: inline-block;
}

#sticky-bar h2 a {
    color: #fff
}

.likebtn-wrapper {
    position: absolute !important;
    top: 13px;
    right: 0px
}

.sticky-on {
    top: -30px !important
}


.produced-by {
    position: absolute;
    top: 0px;
    right: 0;
    max-width: 183px;
}

#sticky-bar .logo-right + a {
    width: 100px;
    padding-left: 10px;
}
.produced-by-b {
    width: 100%;
}

  .produced-by-mobile {
    display: none
}



/* HERO */


   section#banner {
    margin: 0;
    position: relative;
}
img.phone-only {
    display: none;
}

section#banner img {
    width: 100%;
}

.banner-content {
    display: flex;
    margin: 0 auto;
    text-align: left;
    max-width: 1220px;
}
.banner-content h2 {
    font-weight: bold;
    font-size: 50px;
    line-height: 1.3;
    color: #fff;
    margin: 0;
    font-family: 'modernerabold';
}

.banner-content h1 {
    font-size: 50px;
    line-height: 1;
    margin: 0;
    font-family: 'modernerabold';
    text-align: left;
    color: #ED1B25;
}

.banner-content img {
    margin-bottom: 0;
    width: 50%;
    max-width: 390px;
}
img.banner-right {
    width: 100%;
    margin-top: 40px;

}

img.banner-left {
    width: 100%;
    max-width: 450px;
    margin-bottom: 40px;
}
.banner-content .row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.banner-content.full {
    max-width: 100%;
}

.banner-inner {
    /*height: calc(100vh - 175px);*/
    /*background: var(--primary);*/
    background-size: cover;
    display: flex;
    padding: 0;
    color: #fff;
    position: relative;
    margin-bottom: 0px;
    min-height: 500px;
    justify-content: center;
}
/* .col-right-image{
    background: url(https://pages.devex.com/rs/685-KBL-765/images/VF_HeroMobile_1049x1089.jpg) no-repeat;
    background-position: right center;
    height: 100%;
    background-size: contain;
    width: 100%;
} */
.banner-inner .col-right {
    background: url(https://pages.devex.com/rs/685-KBL-765/images/VF_HeroMobile_1049x1089.jpg) no-repeat;
    background-position: right bottom;
    background-size: 100% auto;
}
.banner-inner h1 {
  /*  font-weight: 700;
    font-size: 56px;
    line-height: 1.18;
    margin-bottom: 48px;
    margin-top: 0;
    font-family:"modernerabold";*/
}

.banner-inner p {
    font-size: 32px;
    line-height: 1.05;
    color: #fff;
}

a.banner-arrow {
    position: absolute;
    width: 49px;
    height: 49px;
    bottom: -70px;
    left: 50%;
    margin-left: -25px;
    background: url(https://pages.devex.com/rs/685-KBL-765/images/arrow-down-green.svg)no-repeat center/contain;
}
.post-item {
    padding: 0 11px;
    height: inherit;
    width: 33.333%;
    margin-bottom: 25px;
}
.post-item{
        display: flex !important;
    flex-direction: column;
    gap: 20px;
}
.slick-track.slick-track {
    display: flex;
}
.post-inner {
    padding: 24px;
    border: 1px solid #D4D2E3;
    background: #fff;
}
.post-slider {
    padding: 4px 0;
    margin: 40px -10px 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.post-item h2 {
       font-weight: 800;
       font-size: 20px;
       line-height: 1.22;
       margin: 0 0 13px 0;
       color: #ffffff;
       font-family: 'modernerabold';
}

.post-image {
    height: 220px;
    overflow: hidden;
    margin-bottom: 24px;
    margin: -24px -24px 24px -24px;
    position: relative;
}
.partners-logo {
    position: absolute;
    width: calc(100% - 22px);
    display: flex;
    justify-content: space-between;
    background: #00000073;
    color: #fff;
    padding: 8px 10px;
    font-size: 14px;
        z-index: 1;
        left: 11px;
}
.post-slider .post-item {
    position: relative;
}
.post-image span.pro {
    position: absolute;
    bottom: 10px;
    background: #f6921e;
    font-size: 12px;
    border-radius: 0;
    right: 0;
    padding: 4px 10px;
}
.partners-logo.partners-logo img {
    width: 70px;
}
.post-item h2 .pro {
    display: inline;
}

.post-item h2 .pro:after {
    display: none;
}
.post-inner {
        position: relative;

    font-size: 18px;
    line-height: 1.25;
    color: var(--primary-light);
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    background: var(--primary);
}
.post-inner:hover{
    color: var(--primary-dark);
}
.post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
        transition: all .3s;
}
.post-inner span {
    display: block;
    position: relative;
    margin-top: auto;
    color: #ffffff;
}

.post-inner span:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(https://pages.devex.com/rs/685-KBL-765/images/arrow-right.svg)no-repeat center/contain;
    display: none;
}
.slick-arrow {
    width: 44px;
    height: 44px;
    left: -50px;
    background: url(https://pages.devex.com/rs/685-KBL-765/images/slider-arrow-green.svg)no-repeat center/contain;
}
.slick-arrow:hover {
    background: url(https://pages.devex.com/rs/685-KBL-765/images/slider-arrow-green-hover.svg);
    transform: rotate(180deg);
}

.slick-arrow.slick-next:hover {
    transform: rotate(0deg);
}
.slick-prev:before, .slick-next:before {
    opacity: 0 !important;
}

.bg-blue .slick-arrow{
        background: url(https://pages.devex.com/rs/685-KBL-765/images/slider-arrow-white.svg);
}


.bg-blue .slick-arrow:hover{
        background: url(https://pages.devex.com/rs/685-KBL-765/images/slider-arrow-white-hover.svg);
}
.post-slider.alt .post-item {
    width: 50%;
}

.post-slider.alt2 .post-inner {
    flex-direction: row;
    padding: 0;
    align-items: center;
}

.post-slider.alt2 .post-image {
    margin: 0;
    width: 170px;
    flex-shrink: 0;
    height: 100%;
}

.post-slider .post-content {
    padding: 20px;
}

.post-slider.alt2 .post-item .cta,
div#partners-mail .cta {
    margin-top: 20px;
    color: var(--primary);
    border: 2px solid var(--primary);
}
.post-slider.alt2 .post-item .cta:hover,
div#partners-mail .cta:hover
 {background: var(--primary);color: #fff;}

.slick-arrow.slick-next {
    left: auto;
    right: -50px;
    transform: rotate(180deg);
}
.slider-header {
    font-weight: 800;
    /* font-size: 24px; */
    /* line-height: 1; */
    margin: 0 0 44px 0;
    text-align: center;
    color: var(--primary);
        padding: 0 15px;
}

.unlocked:before {
    content: "";
    background: url(https://pages.devex.com/rs/685-KBL-765/images/001-unlock.png?version=0) no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    content: "Devex Pro";
    display: flex;
    background-position: right center;
    align-items: center;
}

.unlocked {
   position: absolute;
    right: 0;
    top: 0;
    width: 115px;
    height: 40px;
    z-index: 1;
    padding: 10px;
    background: #00000063;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    display: flex;
}
.post-slider.arrows-on-top .slick-arrow {
    top: -54px;
    right: 0;
    left: auto;
}

.post-slider.arrows-on-top .slick-prev {
    right: 57px;
}
.m-0{
    margin:0;
}
.p-0{
    padding: 0;
}
div#typeForm .row {
    display: flex;
    flex-wrap: wrap;
}
/*theme 2*/
div#theme4, div#theme5, div#theme2, div#theme3, div#theme1 {
    padding: 55px 0;
}
div#theme2 {}

div#theme2 .theme-content {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
}

div#theme2 .theme-content .col-right {
    width: 35%;
}

div#theme2 .image-outer img {
    width: 100%;
    margin: -120px 0 -50px 0;
    box-shadow: 0px 0px 4px #00000052;
}
.info-text {
    color: var(--dark);
}
div#theme2 .col-left {
    flex-grow: 1;
    max-width: 600px;
}

.bg-gray h2 {
    color: #fff;
    text-transform: inherit;
    
}
div#theme2 h2{
    font-size: 50px;
}
div#theme2 .col-left p {
}
.featured-section {
    margin-top: 50px;
}
.theme-title {
    margin: 0 0 20px 0;
}
.bg-yellow{
    background: var(--yellow);
}
.bg-yellow2{
    background: var(--yellow2);
}
.bg-primary{background: var(--dark);}
.bg-gray{
    background: var(--gray);
}
.bg-primary p, .bg-gray p {
    color: #fff;
}
.bg-secondary2{
    background: var(--secondary2);
}
.bg-blue {
    background: var(--primary);
}
.bg-blue .post-inner{
    background: #fff;
}

.bg-blue .post-item h2, .bg-blue .post-item span {
    color: var(--primary);
}
.bg-blue .slider-header,
.bg-blue .pagingInfo {
    color: #fff;
}
div#partners h2 {
       font-weight: 400;
       font-size: 28px;
       line-height: 1.36;
       color: #ffffff;
       margin: 0 0 54px 0;
       font-family: 'modernera';
       display: block;
       width: 100%;
       text-align: center;
}

.brands-list {
    margin-bottom: 54px;
    display: flex;
    align-items: center;
}
.bran-list-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
    justify-content: center;
}

.bran-list-inline .brand-content {
    display: none;
    position: absolute;
    background: var(--primary);
    width: 90vw;
    max-width: 300px;
    bottom: 100%;
    left: 50%;
    margin-left: -150px;
    padding: 15px;
    border-top: 3px solid #f6921e;
}

.bran-list-inline .brands-list {
      height: 100px;
    width: auto;
    margin-bottom: 40px !important;
    position: relative;
    padding-top: 30px;
    box-sizing: border-box;
}

.bran-list-inline .brand-image {
   width: 100%;
    height: 100%;
}

.bran-list-inline .brands-list:hover .brand-content {
    display: block;
}

.bran-list-inline .brand-content * {
    color: #fff !important;
    font-size: 13px !important;
}

.bran-list-inline .brand-content:before {
    content: "";
    border: 10px solid transparent;
    border-bottom: 0;
    border-top: 10px solid #ffffff;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
}
.brand-image {
    width: 20%;
    padding-right: 20px;
}

.brand-content {
    width: 80%;
}
div#partners, div#partners-mail {
    padding: 60px 0 90px 0;
}


.brands-list:last-child {
    margin-bottom: 0;
}

.brand-content p, .brand-content h2, .brand-content a,
#partners .brand-content h2 {
    color: #ffffff;
}

#partners .brand-content h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 8px 0;
    font-family: 'modernera';
    text-align: left;
}
/*theme 4*/
.themeInner {padding: 44px;
    display: flex;
    align-items: center;
    }

.innerRight {
    display: grid;
    grid-template-columns: 1fr 125px;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.innerRight img {
    grid-column: 2/3;
    grid-row: 1/3;
}
.innerRight .cta{
    margin-right: auto; 
}

.innerRight h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 2.3;
    margin: 0 0 0 0;
}

.cta-white {
    background: #fff;
    display: inline-block;
}
.cta-white.cta-white.cta-white:hover{
    background: var(--primary);
    color: #fff;
}
.themeInner h2 {
    margin: 40px 0 57px 0;
    font-size: 58px;
}

.themeInner h3 {
    font-family: 'modernerabold';
    letter-spacing: -0.6px;
    font-size: 40px;
    color: #333;
    margin: 0 0 50px 0;
}
.themeInner p {
  font-weight: 700;
    font-size: 29px;
    line-height: 1.2;
    color: var(--primary);
}

div#typeForm {
    border-radius: 20px;
    overflow: hidden;
        margin: 40px 0;
}
.post-slider.arrows-on-top {
    margin-top: 0;
}

div#moreNews {
    padding: 50px 0 68px 0;
}
.post-slider- {
    max-width: 1000px;
    margin: 20px auto 0 auto;
}

.post-slider- .post-item > a {
    display: grid;
    grid-template-columns: 55% 45%;
    padding: 20px;
    grid-template-rows: 1fr 40px;
}

.post-slider- .post-item h2 {
    font-size: 30px;
}

.post-slider- .post-image {
    grid-row: 1/3;
    margin-bottom: 0;
    padding-right: 25px;
}
img.theme-icon {
    width: 70px;
}
.post-slider-- {
    display: flex;
    max-width: 1000px;
    margin: 20px auto 0 auto;
}
/*

@media only screen and (min-width: 768px) and (max-width: 1195px) {

    #hero {
        background: url(https://pages.devex.com/rs/685-KBL-765/images/planet-health-hero-small.jpg) no-repeat top right;
        background-color: #e5ece2;
    }

}


@media only screen and (min-width: 1195px) and (max-width: 1500px) {

    #hero {
        background: url(https://pages.devex.com/rs/685-KBL-765/images/planet-health-hero-mid.jpg) no-repeat top right;
        background-color: #e5ece2;
    }
}

@media only screen and (min-width: 650px) and (max-width: 768px) {

    #hero {
        background-image: none;
        background-color: #e5ece2;
    }
}*/



#hero h1 {
    font-weight: bold;
    font-size: 3vw;
    line-height: 3vw;
    padding-right: 35%;
    color: #fff;
    
    text-transform: uppercase;
    letter-spacing: -1.5px;
    font-family:"modernerabold";
}

.hero-img {
    margin: 20px auto 30px auto;
    max-width: 80%;
}
div#partners-mail .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



    @media only screen and (min-width: 1480px) {

        #hero h1 {
            padding-right: 10%;
        }

   }   



#hero p {
font-size: 20px;
    color: #fff;
    margin-right: 25%;
    margin-bottom: 35px;
}

#hero h2 {
    font-size: 22px;
    font-weight: bold;
    
}

#hero hr {
    max-width: 100px;
    border: 2px solid #fff;
    margin: 30px 0;

}

.maternity-matters-logo {
    margin-right: 15px;
    margin-top: -4px;
    max-width: 100px;
        width: 100%;
}
/*section 1*/
div#section1 {
    padding: 50px 0 60px 0;
    background: #979797;
}
.section1-inner.container {
    max-width: 1170px;
}
.featured-item {
    margin-top: 15px;
}
.featured-item {
        width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.featured-item .cta {
    display: inline-block;
       margin-top: auto;
}

.featured-inner {
    justify-content: center;
    flex-wrap: wrap;
}
.featured-item h2 {
   font-weight: 400;
    font-size: 28px;
    line-height: 1.36;
    margin: 0 0 8px 0;
    color: var(--primary);
    letter-spacing: -0.6px;
}

.featured-image {
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
}

.featured-item p {
    font-size: 18px;
    line-height: 1.67;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*Theme 1*/
.bg-yellow .theme-content, .bg-yellow .theme-content p {
    color: #fff;
}
.theme-content h2 {
    margin: 0 0 16px 0;
}

.theme-content p {
    font-size: 18px;
    line-height: 1.67;
}

.theme-content {
    /* max-width: 614px; */
    margin: 0 auto;
}
/* READ MORE BAR */


.read-more-bar {
background-color: #f4f4f4;
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    margin: 0 !important;
}

.read-more-bar h1 {
    font-size: 28px;
    padding: 0;
    margin: 9px 0 3px 0;
    display: inline-block;
}

.read-more-bar img {
    vertical-align: unset;
}


.read-more-bar a:hover {
    opacity: .7
}

div#theme2 {
    padding: 50px 0;
    background: #ed1b25;
}
/*video*/
div#videos {
    padding: 50px 0 0px 0;
}
/* SECTION */


section {
    margin: 30px 0 40px 0
}

section h1 {
    font-size: 45px;
    line-height: 48px;
    margin-bottom: 10px;
    
    font-weight: 700;
}

section h2 {
  /*   font-size: 28px;
    line-height: 32px;
    margin-bottom: 45px; */
    
    font-weight: 700;
    color: #a5a5a5;
}

section .container-fluid {
    padding: 0 4%
}


/* THEMES */


#themes {
    margin: 0px 0 40px 0;
    background-color: #fafafa;
    padding: 40px 0 80px 0;
}

#themes p {
    font-size: 22px;
    line-height: 32px;
    color: #313131;
    font-style: normal;
    margin: 40px 10% 40px 10%;
    
    font-weight: 700;
}

#themes h1 {
    font-size: 45px;
    line-height: 48px;
    margin-bottom: 30px;
    margin-top: 80px;
    
    font-weight: 700;
}

#themes h2 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 15px;
    margin-top: 25px;
    
    font-weight: 700;
}

#themes h3 {
    font-size: 20px;
    line-height: 24px;
    color: #878787;
    font-style: italic;
}

#themes h4 {
    font-style: italic;
    margin-bottom: 30px;
    line-height: 22px;
}

#themes img {
    margin: 10px auto 15px auto;
    max-width: 94%;
    border-radius: 8px;
}

/* TYPEFORM */

#typeform {
    border-top: 1px solid #e3e3e3;
    padding-bottom: 0px;
    margin-top: 60px !important;
}

/* TOP ARTICLES */


#top-articles {
    margin: 0px 0 0px 0;
    padding-top: 60px;
    padding-bottom: 70px;
    background-color: #39637F;
    color: white;
}

#top-articles p {
    font-size: 17px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 30px
}


#top-articles h1 {
    font-size: 46px;
    line-height: 48px;
    margin-bottom: 35px
}


#beyond-recognition {
    margin: 0;
    padding-top: 80px;
    padding-bottom: 40px;
    background-color: #50A355;
}

.india-feature {
        margin-bottom: -50px;
}


.big-article {
    /* padding: 30px; */
    margin-top: 0;
}

.big-article-2 {
    padding-left: 35px !important;
    margin-top: 25px !important;
}

.big-article h3 {
    color: #333333;
    font-size: 24px;
    line-height: 1.1;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-family:
    'modernerabold';
    margin-top: 0;
}
b, strong{
    font-weight: 800;
}
.big-article h3:hover {
    color: var(--yellow);
    text-decoration: none
}

.big-article p {
    /* font-style: italic; */
    font-size: 16px;
    line-height: 1.5;
    color: var(--dark);
    margin-bottom: 35px
}

.big-article h6 {
    color: var(--primary);
    /* font-style: italic; */
    font-size: 18px;
    margin-bottom: 20px;
    margin-left: 0;
}

.main-article {
    margin-bottom: 60px;
    margin-top: 30px;
    /* background: var(--primary); */
    display: flex;
    margin-left: 0;
    margin-right: 0;
    gap: 30px;
}

.main-article-img {
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0 0px 20px 0px;
}
.main-article-img-1 a {
    height: 100%;
}

.main-article-img-1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.main-article-img-1 {
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0 0px 0px 0px;
}


.col-sm-big-article {
    width: 38.5%;
    display: inline-block;
}

.big-article hr {
    max-width: 80px;
    color: #2a4ecc;
    border: 2px solid #979797;
}

 .main-article-img img, .main-article-img-1 img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-backface-visibility: hidden !important;
}

.main-article-img img:hover, .main-article-img-1 img:hover, .post-inner:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
} 


.main-article-img-2 {
    margin: 30px 0px 0 -15px;
        overflow: hidden;
    padding: 0;
}


 .main-article-img-2 img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-backface-visibility: hidden !important;
}

.main-article-img-2 img:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
} 

.green-cta-outline {
    color: #50A355;
    padding: 12px 20px 6px 20px;
    border: 1px solid #50A355;
    border-radius: 4px;
    font-size: 22px;
    display: inline-block;
}

.green-cta-outline:hover {
    text-decoration: none;
    color: #000;
    border: 1px solid #000
}

.white-cta-outline {
    color: #fff;
    padding: 12px 20px 6px 20px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 22px;
    display: inline-block;
}

.white-cta-outline:hover {
    text-decoration: none;
    color: #8D1E1A;
    border: 1px solid #8D1E1A
}


.hero-cta-outline {
    color: #fff;
    padding: 12px 20px 11px 20px;
    border-radius: 4px;
    font-size: 22px;
    background: #50a354;
    display: inline-block;
    margin: 10px auto 0 auto;
    
    font-weight: 700;
    text-align: center;
}

.hero-cta-outline:hover {
    text-decoration: none;
    color: #fff;
    background-color: #438a47;
}

.hero-cta-outline:focus {
    text-decoration: none;
    color: #fafafa;
    border: 1px solid #fafafa
}

.socialicons {
    float: right;
    margin-top: 5px;
}

.socialicons a {
    background-color: var(--yellow);
    display: inline-block;
    height: 42px;
    width: 42px;
    color: #ffffff;
    font-size: 18px;
    margin-right: 0px;
    margin-left: 8px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border: 1px transparent solid !important;
}

.socialicons2 {
    display: inline-block;
    margin-right: 10px;
    margin-top: -30px
}

.socialicons3 {
    display: inline-block;
    margin-left: 0px;
    margin-top: 0px
}

.socialicons4 {
    margin-top: 0px
}

.socialicons3 a {
        /* background-color: var(--gray); */
    display: inline-block;
    height: 30px;
    width: 25px;
    color: #ffffff;
    font-size: 15px;
    margin-left: 0px;
    line-height: 30px;
    text-align: center;
    border-radius: 8px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.socialicons4 a {
    background-color: none;
    display: inline-block;
    height: 60px;
    width: 60px;
    color: #ffffff;
    border: 1px solid white;
    font-size: 24px;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}



.socialicons2 a {
    background-color: #50A355;
    display: inline-block;
    height: 40px;
    width: 40px;
    color: #ffffff;
    font-size: 18px;
    margin-right: 0px;
    margin-left: 0px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border: 1px transparent solid !important;
}


.socialicons a.icon-facebook.social:hover {
    background-color: #3b5998;
    color: #fff;
    cursor: pointer;
}

.socialicons a.icon-twitter.social:hover, .socialicons2 a.icon-twitter.social:hover {
    background-color: #0099e5;
    color: #fff;
}

.socialicons a.icon-instagram.social:hover, .socialicons2 a.icon-instagram.social:hover {
    background-color: #383838;
    color: #fff;
}

.socialicons a.icon-linkedin.social:hover {
    background-color: #0073b1;
    color: #fff;
    cursor: pointer;
}

.img-wrapper-secondary {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-bottom: -2px;
    margin-top: 30px;
}

.img-wrapper-secondary img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    vertical-align: middle;
    -webkit-backface-visibility: hidden !important;
    min-height: 100% !important;
}

.img-wrapper-secondary img:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.article-secondary {
    margin-bottom: 20px
}

.disable {
    display: none !important
}

.articles-row {
    display: none
}

.articles-row.active {
  display: block;
}

.load-more-btn {
    text-decoration: none !important;
}
.load-more-btn:hover {
    text-decoration: none !important;
}

.load-more {
    background-color: #f1f1f1;
    text-decoration: none !important;
    padding: 12px 0 7px 0;
    font-size: 22px;
    color: #50A355;
    margin-bottom: 20px;
}


.article-secondary img {
    margin-bottom: 0px;
}

.article-secondary-txt h2 {
    color: #383838;
    font-size: 1.2vw;
    line-height: 1.5vw;
    margin-bottom: 0px;
}

.article-secondary-txt h2 a {
    color: #383838;
}

.article-secondary-txt h2 a:hover {
    color: #50A355;
}

.article-secondary-txt p {
    font-style: italic;
    font-size: 15px;
    line-height: 21px;
    color: #3a3a3a;
    margin-bottom: 0px;
}

.article-secondary-txt h3 {
    color: #999999;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 18px;
    display: inline-block;
    margin-top: 0px;
}

.article-secondary-txt hr {
    display: inline-block;
    border: 2px solid #50A355;
    width: 50px;
    margin-bottom: 25px;
    margin-top: 15px;
}

.player-container {
    margin-top: 30px
}

.vid-item .desc {
    
    text-align: left;
}


/* OPINION */


#opinion {
    margin: 30px 0 40px 0
}

#opinion h1 {
    font-size: 46px;
    line-height: 48px;
    margin-bottom: 0px;
}


.quote {
    border-top: 1px solid #ccc;
    padding-top: 50px;
    margin-top: 30px;
    padding-bottom: 20px;
}

.quote img {
        -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blurb {
    font-size: 28px;
    font-style: italic;
    line-height: 38px;
    padding: 140px 8% 0 8%;
    
    color: #50A355;
}

.quote img:hover {
    opacity: .7
}

.phrase {
    padding-left: 55px;
    padding-top: 7px;
    background: url(https://pages.devex.com/rs/685-KBL-765/images/dev-enabled-quote-mark.png) no-repeat top left;
}

#opinion h4 {
    font-size: 24px;
    line-height: 30px;
    padding-right: 8%;
}

#opinion h4 a {
    color: #545454;
}

#opinion h4 a:hover {
    color: #50A355;
}

.opinion-hr {
    border: 2px solid #50A355;
    width: 50px;
    margin-bottom: 15px;
}

#opinion h5 {
    font-size: 16px;
    line-height: 20px;
    color: #545454;
    font-style: italic;
    display: inline-block;
}

.secondary-cta {
    color: #50A355;
    padding: 7px 20px 3px 20px;
    border: 1px solid #50A355;
    border-radius: 4px;
    font-size: 19px;
    display: inline-block;
    margin-top: 20px;
}

.thirtiary-cta {
    color: #fff;
    padding: 7px 20px 3px 20px;
    border: 2px solid #fff;
    border-radius: 4px;
    font-size: 22px;
    display: inline-block;
    margin-top: 0px;
}


/* PARTNERS */

#partners {

}

.partner {
    padding-bottom: 30px;
    padding-top: 30px
}




#partners img {
    display: inline-block;
    
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-backface-visibility: hidden !important;
    
}

#partners img:hover {
    opacity: .5
}


/* CREDITS */

#credits img {
    float: left;
    margin-right: 40px;
}

#credits h2 {
    font-size: 30px;
    margin: -3px 0 0 0;
}

#credits hr {
    width: 50px;
    border: 2px solid #50A355;
    margin: 3px 0 23px 0px;
}

.author-box {
    margin-top: 45px;
    margin-bottom: 20px
}

.author-name {
     font-size: 18px;
    color: #50A355;
}

.author-name:hover {
    color: #000;
    text-decoration: none
}


#podcast {
    background: #fafafafa;
    padding: 60px 0 70px 0px;
    margin-bottom: 0;
}


#contact {
    margin: 0px;
    padding: 70px 0 80px 0;
    background: #50a354;
    color: #fff;
}

#contact h1 {
    font-size: 54px;
    line-height: 56px;
    
}

#contact hr {
    border: 2px solid #fff;
    width: 50px;
    margin-top: 0px;
}

#contact p {
    font-size: 20px;
    line-height: 22px;
}


#contact h2 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 0;
    
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
}


#contact h3 {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 8px;
    margin-top: 130px;
}



/* HIDING THE LIVE CHAT */

#livechat-compact-view {
    display: none !important
}


/* CHANGING THE MENU ICON WHEN OPENED */

.navbar-toggle .icon-bar:nth-of-type(2) {
      top: -1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(4) {
    top: 4px;
}

.navbar-toggle .icon-bar {
      position: relative;
      transition: all 200ms ease-in-out;
      margin-top: 10px;
    margin-bottom: 0;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
          background-color: transparent !important;
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
      background-color: transparent !important;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
      top: 0px;
      transform: rotate(-45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(4) {
      top: -6px;
      transform: rotate(45deg);
}




.icon-whatsapp {
    display: none!important;
}

.icon-whatsapp:before {
    display: none
}


.pro {
    display: inline-block;
    background-color: #50d2eb;
    color: #767676;
    padding: 3px 9px 2px 10px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 22px;
    margin-left: 5px;
}
.player-container.player-container {
    margin-top: 0;
}


@media (min-width: 1200px){
.container {
    width: 1250px;
}

}

@media all and (max-width: 1200px){
    .socialicons {
    float: left;
    margin-top: 20px;
}
}
a.backtoTop {
    position: fixed;
    width: 40px;
    height: 40px;
    background: var(--primary) url(https://pages.devex.com/rs/685-KBL-765/images/arrow-down-white.svg)no-repeat center/contain;
    bottom: 10px;
    left: -60px;
    transform: rotate(180deg);
    border-radius: 50%;
    background-size: 22px;
    top: auto !important;
    transition: all .3s;
}
a.backtoTop.sticky-on {
    left: 10px;
}
/*MOBILE*/


@media only screen and (max-width: 560px) { 
    .post-item{
        width: 100%;
    }

    .post-image{
            height: 160px;
    }
    .bran-list-inline .brands-list {
    margin-bottom: 0 !important;
}

.bran-list-inline {
    gap: 15px;
}

.icon-instagram {
    display: none !important
}

.icon-whatsapp {
    display: inline-block !important
}

#podcast {
    padding: 20px 0 40px 0px;
    margin-top: -50px;
}

#podcast h1 {
    margin: 20px 14% 25px 14%;
}


#sticky-bar {
    top: -210px;
}

.maternity-matters-logo {
    display: none;
}

.navbar-header h1 {
    display: none;
}

#sticky-bar h2 {
    display: none
}

#hero {
    background: #e4ede2
}

#hero p {
    font-size: 15px;
    margin-right: 0%;
}

#hero h1 {
    font-size: 11.2vw;
    line-height: 12vw;
    padding-right: 0%;
}

#hero {
        padding-top: 20px;
    height: auto;
    padding-bottom: 30px;
}

#hero hr {
    margin: 30px 0;
}

.read-more-bar h1 {
    font-size: 24px;
    padding: 0;
    margin: 5px 0 0px 0;
}

.socialicons3 a {
    height: 34px;
    width: 34px;
    font-size: 14px;
    margin-right: 7px;
    margin-left: 0px;
    line-height: 35px;
}

#top-articles {
    margin: 0px 0 0px 0;
    padding-top: 20px
}

#top-articles h1 {
    font-size: 33px;
    line-height: 33px;
    margin-bottom: 25px;
}

#beyond-recognition {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-article-img {
    margin: 0 15px 0 15px;
}

.main-article-img-2 {
    margin: 0 0px 0 -15px;
}

.col-sm-big-article {
    width: 90.5%;
    padding-left: 15px !important;
}

.big-article h6 {
    font-size: 14px;
    margin-bottom: 15px;
}

.big-article h3 {
      font-size: 24px;
    line-height: 1.5;
    margin-top: 30px;
}

.big-article p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

.green-cta-outline {
    padding: 12px 10px 6px 10px;
    border-radius: 4px;
    font-size: 18px;
}

.socialicons a {
    height: 34px;
    width: 34px;
    font-size: 16px;
    margin-right: 0px;
    margin-left: 4px;
    line-height: 34px;
}

.article-secondary-txt h3 {
    font-size: 14px;
}

.article-secondary-txt h2 {
    font-size: 6vw;
    line-height: 6.6vw;
}

.article-secondary {
    margin-bottom: 20px;
}

#opinion {
    margin: 20px 0 20px 0;
}

#opinion h1 {
    font-size: 36px;
    line-height: 38px;
}

.quote img {
    margin: 0 auto;
}

#opinion h4 {
    font-size: 17px;
    line-height: 24px;
    padding-right: 5%;
}


.phrase {
    padding-left: 25px;
    margin-left: 15px;
    padding-top: 10px;
    padding-right: 5%;
}

#opinion h5 {
    font-size: 14px;
    line-height: 18px;
}

section h1 {
    font-size: 33px;
    line-height: 33px;
    margin-bottom: 5px;
}

#contact {
    margin: 0px 0 50px 0;
    padding: 30px 0 50px 0;
}

#contact h1 {
    font-size: 38px;
    line-height: 40px;
    margin: 0 0 15px 0;
}

#contact h3 {
    font-size: 25px;
    line-height: 26px;
    margin-bottom: 8px;
    margin-top: 40px;
}

#contact p {
    font-size: 14px;
    line-height: 18px;
}

.socialicons4 a {
    height: 50px;
    width: 50px;
    font-size: 22px;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 50px;
    margin-bottom: 20px;
    margin-top: 10px;
}

section {
    margin: 20px 0 20px 0;
}

#partners img {
    margin-bottom: 20px;
    min-width: 150px;
}

#partners p {
font-size: 16px;
    line-height: 22px;
}

.author-name {
    font-size: 14px;
    color: #50A355;
}

.sticky-on {
    top: -20px !important;
}

.navbar-toggle .icon-bar {
    background-color: #fb9901;
    margin-top: 10px;
    margin-bottom: 0;
}

.navbar {
    margin-bottom: 10px;
}

.navbar-toggle {
    margin-right: 5px;
}

.more-menu {
    padding-left: 18px;
    padding-right: 15px;
}

.news-section {
    padding-left: 0px
}

.likebtn-wrapper {
    display: none !important
}

.post-slider.alt2 .post-image {
    width: 90px;
}

.post-inner span {
    line-height: 1.3;
}


}



div#partners-mail-v2 {
    padding: 60px 0 90px 0;
    text-align: center;
    color: #fff;
    background: var(--gray);
}

div#partners-mail-v2 .container {
    max-width: 570px;
}

div#partners-mail-v2 h2 {
    font-size: 20px;
    margin: 20px 0 10px 0;
    color: #fff;
}

div#partners-mail-v2 p {
    color: #fff;
}


/* FOOTER */
.footer-top {
    padding: 75px 0 50px 0;
}

footer .socialicons3 {
    margin-left: 0;
}
.footer-bottom {
    padding: 32px 0;
    border-top: 1px solid #D4D2E3;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: var(--primary2);
}

.footer-bottom a {
    color: var(--gray2);
}
footer {
    background-color: #ffffff;
    padding: 30px 0 20px 0;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
}

footer p {
    font-size: 13px;
    line-height: 20px;
    margin: 20px 0;
    text-align: left;
    padding: 0 5% 0 0;
    font-style: normal;
}

a.footer-logo {
    display: block;
    margin-bottom: 14px;
}

footer .socialicons3 a {
    font-size: 18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-right: 14px;
    background-color: var(--gray);
    color: #333;
}
footer h3 {
    margin: 0 0 40px 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}
footer p a {
    color: #a3a3a3;
    border-bottom: 1px solid #a3a3a3;
    padding-bottom: 3px;
}

footer p a:hover {
    color: var(--primary);
    border-bottom: 1px solid #000;

    text-decoration: none;
}

footer ul {
        margin-top: 0px;
}

footer ul li {
      margin-top: 6px;
    letter-spacing: .1px;
    font-size: 13px;
    text-align: left;
    padding-left: 0vw;
}

footer ul li a {
    color: var(--primary);
}

footer ul li a:hover {
    color: var(--secondary);
}


/*FORM MADNESS BEGINS HERE*/

.mktoForm {
    padding: 0;
    width: 100% !important;
    margin-left: -5px;
    margin-top: 20px;
}

.mktoForm.mktoLayoutAbove .mktoLabel {
    display: none !important;
}

.mktoForm textarea.mktoField {
    height: 7em;
    width: 500px !important;
    padding: 14px 20px 10px 20px !important;
}

.mktoForm input[type=email] {
    width: 500px !important;
    padding: 10px 20px !important; 
        margin-top: -4px !important;
}

.mktoButtonRow {
    width: 100%;
}

.mktoForm button.mktoButton {
    padding: 7px 20px 5px 20px;
    border: 1px solid #b1f9ff;
    border-radius: 4px;
    background-color: #b1f9ff;
    color: #50A355;
    margin-top: 14px !important;
    font-size: 18px;
    float: right;
    margin-right: 147px !important;
}



    @media only screen and (max-width: 490px) {


        .india-feature {
            margin-bottom: 0px;
        }


          .produced-by, .produced-by-b {
            display: none;
        }

          .produced-by-mobile {
            display: block;
            max-width: 240px;
            margin: 20px auto;
        }


        .mktoForm textarea.mktoField {
            height: 6em !important;
            width: 100% !important;
        }

        .mktoForm input[type=email] {
            width: 100% !important;
            padding: 20px 10px 16px 20px !important;
            margin-top: -4px !important;
        }

        .mktoForm button.mktoButton {
            margin-right: 0% !important;
        }


        footer {
            padding: 15px 0px 10px 0px;
        }

        footer p {
            font-size: 12px;
            line-height: 20px;
            margin: 15px 0px 15px 0px;
        }

        footer p a {
            border-bottom: 0px solid #a3a3a3;
        }



}

#features {
    margin-top: 60px
}

#features p {
    font-size: 16px;
    margin-top: 20px;
    color: #333;
    margin-bottom: 50px;
}






/*CALENDAR*/

#calendar {
    background-color: #2760A4;
    color: #fff;
    padding: 90px 0px;
    margin: 0px;
}



#calendar p {
    font-size: 15px;
    margin-bottom: 20px;
    
    color: #585858;
}


.featured-event {
    background-color: #fff;
    color: #585858;
    border-radius: 6px;
    padding: 10px 25px 20px 25px;
    margin-bottom: 25px;
    min-height: 240px
}

.regular-event {
    background-color: #fff;
    color: #585858;
    border-radius: 6px;
    padding: 6px 20px 20px 20px;
    margin-bottom: 25px;
}

#calendar h1 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 24px;
    margin: 10px 0 18px 0px;
}

#calendar h2 {
    font-size: 46px;
    line-height: 44px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 40px;
}

#calendar h3 {
    font-size: 13px;
    display: inline-block;
    font-weight: bold;
    color: #2760A4;
    
}

#calendar h4 {
    font-size: 17px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 5px;
}

#calendar h5 {
    font-size: 16px;
    line-height: 26px;
    color: #8d1e19;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 5px;
    font-style: italic;
}

#calendar img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: sub;
}

.featured-event-cta {
    display: inline-block;
    font-size: 24px;
    border: 1px solid #883730;
    border-radius: 4px;
    padding: 5px 15px 0px 15px;
    color: #883730;
    
    position: absolute;
    bottom: 48px;
}

.featured-event-cta:hover {
    color: #000 !important;
    border: 1px solid #000;
}

.date {
    display: inline-block;
    width: 148px;
    margin: 40px 5px 10px 5px;
    color: #bdbdbd;
    font-size: 45px;
}

/*Need to add a fix between 768 and 1200px*/


.day {
    display: inline-block;
    text-align: center;
    width: 148px;
    margin: 8px 5px 8px 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    vertical-align: bottom;
}

.day:hover {
    opacity: .7
}

.blank-day {
    display: inline-block;
    text-align: center;
    width: 148px;
    margin: 8px 5px 8px 5px; 
}

.day-top {
    background-color: #ED5525;
    color: #fff;
    font-size: 45px;
    padding: 12px 0 0 0;
    border-radius: 8px 8px 0 0;
}

.day-bottom {
    background-color: #fff;
    color: #000;
    
    font-size: 18px;
    padding: 16px 30px;
    text-align: left;
    border-radius: 0 0 8px 8px;
}


.weekend {
    display: inline-block;
    text-align: center;
    width: 148px;
    margin: 8px 5px 8px 5px;
    vertical-align: bottom;
}

.day-top-weekend {
    background-color: #DADBDC;
    color: #fff;
    font-size: 45px;
    padding: 12px 0 0 0;
    border-radius: 8px 8px 0 0;
}

.day-bottom-weekend {
    background-color: #f3f3f3;
    border-radius: 0 0 8px 8px;
    height: 82px
}





/*PARTNER RESOURCES*/

#resources {
    background-color: #6192D7;
    color: #fff;
    padding: 90px 0px;
    margin: 0px 0px 80px 0px;
}

#resources h2 {
    font-size: 46px;
    line-height: 44px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}


/*ARTICLE SLIDER */

.article-slider {
    padding: 0px 15px;
}

.article-slider img {
    margin-bottom: 0px;
    border-radius: 15px 15px 0px 0px;
}

.article-slider img:hover {
    margin-bottom: 0px;
    border-radius: 15px 15px 0px 0px;
}

.article-slider-txt {
    padding: 4px 30px 30px 31px;
    background-color: #fff;
    border-radius: 0px 0px 15px 15px;
}
.article-slider-txt h3 {
    color: #000;
    font-size: 1.2vw;
    line-height: 1.5vw;
    margin-bottom: 20px;
}

.article-slider-txt h3 a {
    color: #000;
}

.article-slider-txt h3 a:hover {
    color: #812A22;
}



.slider-cta {
    color: #812A22;
    padding: 7px 20px 3px 20px;
    border: 1px solid #812A22;
    border-radius: 4px;
    font-size: 22px;
    display: inline-block;
    margin-top: 0px;
}



/*RSS*/

.rss-feed {
    background-color: #50A355;
    color: #B1F9FF;
    border-radius: 6px;
    padding: 15px 20px;
    margin: 20px auto;
}

.feed-title {
    
    font-size: 45px;
    line-height: 48px;
    color: #B1F9FF !important;
    margin-bottom: 13px;
    margin-top: 15px;
    letter-spacing: -.5px;
    font-weight: normal;
}


.img-newswire {
    margin: 60px auto 15px auto;
}

h5 {
    font-size: 24px;
    font-weight: bold;
    
    color: #383838;
}


h6 {
    font-size: 16px;
    line-height: 24px;
    margin: 5px 2%;
    color: #3a3a3a;
}
.brand-image img, .brand-image svg {
     width: 100%;
    max-width: 150px;
    height: 100%;
    object-fit: contain;
}
.brand-image a {display: inline-block;height: 100%;}
@media all and (max-width: 992px){
    .banner-inner{
        height: auto;
    }
    .footer-left.footer-left{
        margin-bottom: 30px;
    }
    .featured-item{
        width: 50%;
    }
    .themeInner {
    width: 100%;
    text-align: center;
}
.socialicons3{
    display: none;
}
#sticky-bar .logo-right{
    display: none;
}
}

@media all and (max-width: 767px){
    .main-article-img-1{
        order: -1;
    }
    img.desktop-only {
    display: none;
}
.big-article h3{
    margin-top: 20px;
}
.image-outer {
    max-width: 280px;
    margin: 0 auto;
}
.slick-arrow{
        bottom: -36px;
    top: auto;
}
.pro {
    font-size: 14px;
 
}
img.phone-only {
    display: block;
}
    div#theme4, div#theme5, div#theme2, div#theme3, div#theme1 {
    padding: 30px 0;
}
div#player-container1 h2.theme-title {
    margin: 0 0 5px 0;
}
    .featured-section {
    margin-top: 0;
}
    .dropdown-links .socialicons3 {
    display: block;
    margin-top: 20px;
    text-align: right;
}

.dropdown-links .socialicons3 a {
    background: var(--primary);
        width: 30px;
}
    .banner-inner h1 {
    font-size: 24px;
        margin-bottom: 0px;
}
.navbar-static-top .navbar-brand {
    width: 57px;
    height: 25px;
}
.navbar-header {
    display: inline-block;
}

.navbar-toggle .icon-bar {
    width: 27px;
}
.navbar-toggle.more-burger-text-dropdown {
display: block;
    padding: 0;
    border: 0;
        margin-top: 10px;
}
div#main-navigation {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    padding: 0 20px;
    background: #fff;
}
nav#more-menu {
    position: fixed;
    top: 50px;
    width: 100%;
    left: 0;
    z-index: 1;
    padding: 0 15px;
        z-index: 9999;
        background: #fff;
}

.banner-inner p {
    font-size: 14px;
    line-height: 1.71;
}

.banner-inner {
/*     background: url(https://pages.devex.com/rs/685-KBL-765/images/VISA_ReimaginingAid_Mobile_Hero_1049x1089.png?version=0) no-repeat center / cover; */
             justify-content: flex-start;
        padding: 40px 0px 0px 0px;
        margin-bottom: 30px;
        background-position: top center;
}
.banner-inner h3 {
    font-size: 18px;
}
.banner-content {
    flex-direction: column;
}

.banner-inner .col-right {
    height: 330px;
    background-position: center;
}

.banner-content > div {
    width: 100%;
    background-size: contain !important;
}
a.brand-logov1 {
    margin: 4px 10px 10px 0;
}
.banner-content .cta {
    margin-top: 15px;
}

div#section1 {
    padding: 20px 0 20px 0;
}

.row-30 {
    flex-wrap: wrap;
}

.featured-image {
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
}

.featured-item h2 {
    font-size: 18px;
    line-height: 1.33;
}

.featured-item p {
    font-size: 16px;
    line-height: 1.75;
        margin-bottom: 10px;
        display: none;
}
.featured-inner.featured-inner {
    margin: 0 -10px;
}
.featured-item a.cta{
    display: none;
}

.featured-item.featured-item {
  margin-top: 20px;
    width: 50%;
    padding: 0 10px;
}
.featured-item.featured-item:hover {
    background: #EEFFFA;
}
.theme-title {
    margin: 60px 0 0 0;
}

.featured-item a.cta {
    margin-top: auto;
}

.slick-arrow.slick-next {
    right: 0;
}

.slick-arrow {
    left: 0;
}


h2 {
  font-size: 24px;
    line-height: 1.36;
    margin-bottom: 20px !important;
    font-weight: 800 !important;
}
div#videos {
    padding: 0px 0 30px 0;
}

.sub-heading {
    font-size: 18px;
    line-height: 1.11;
    letter-spacing: 0.1em;
}

p {
    font-size: 16px;
    line-height: 1.88;
}
.theme-content p {
    font-size: 16px;
    line-height: 1.75;
}
.post-slider {
    margin-top: 30px;
}

.post-image {
    height: 100px;
    margin: -11px -11px 11px -11px;
}

.post-inner {
    padding: 11px;
    font-size: 12px;
    line-height: 1;
}

.post-item h2 , .post-slider- .post-item h2{
    font-size: 16px;
    margin-bottom: 15px;
}
.post-slider-- {
    margin: 20px -11px 0px -11px;
}
.post-slider- .post-image {
    margin-bottom: 24px;
    padding: 0;
}
.post-slider- .post-item > a {
    display: block;
}

.post-inner span:after {
    top: -5px;
}

div#theme2, div#theme3, div#theme1 {
    padding: 40px 0;
}
.themeInner {
      padding: 50px 24px 0px 24px;
    text-align: center;
    width: 100%;
}

.themeInner p br {
    display: none;
}

.themeInner p {
    font-size: 20px;
}

.themeInner h3 {
    font-size: 26px;
    margin-bottom: 30px;
}
.themeInner h2 {
font-size: 36px;
    line-height: 1.28;
    margin-bottom: 30px;
}

.innerRight {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.innerRight .cta {
    margin: auto;
    width: 100%;
}

.innerRight img {
    margin-bottom: 40px;
}

.innerRight h3 {margin-bottom: 40px;}

.innerRight .cta.cta.cta {
    font-size: 18px;
    padding: 24px 24px;
}



.brands-list {
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 30px;
}

.brand-image, .brand-content {
    width: 100%;
}

div#partners h2 {
    text-align: center;
    margin-bottom: 34px;
}

.brand-image img {
    max-width: 116px;
}

.brand-image {
    margin-bottom: 30px;
    padding-right: 0;
}

/*.brand-content p {
    font-size: 12px;
    line-height: 1.25;
}*/

.row.footer-top {
    padding: 40px 0 0 0;
}

.footer-left {
    text-align: center;
}

footer h3 {
    margin-bottom: 24px;
}

.footer-top .col-md-4 {padding: 0 40px;}

.footer-bottom {
    font-size: 14px;
    line-height: 1.71;
    padding: 24px 0;
}
#sticky-bar {
    padding: 15px 0;

    display: none;
}
section#banner {
    margin-top: 50px;
}

#sticky-bar .logo-right {
    display: none;
}





.section1-inner > div,
div#theme2 .theme-content > div,
div#partners-mail .container > div{
    width: 100% !important;
}

.section1-inner , div#theme2 .theme-content, .main-article, div#partners-mail .container{
    flex-wrap: wrap;
}

.theme-content {}

div#theme2 .theme-content {
    flex-direction: column-reverse;
}

div#theme2 .image-outer img {
    margin-top: -90px;
    margin-bottom: -20px;
}

#partners .brand-content h2 {
    text-align: center;
}
div#theme2 h2 {
    font-size: 30px;
}

.main-article {
    gap: 10px;
    margin-bottom: 10px;
}

.big-article .socialicons {
    width: 100%;
    margin-top: 30px;
}


}
@media only screen and (max-width: 490px) {


    .hero-cta-outline {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    #typeform {
    padding-bottom: 40px;
    padding-top: 20px;
    margin-top: 60px !important;
}

    .contact-iframe {
        margin-top: 40px !important;
    }

    .icon-mail {
        display: none !important;
    }

    #themes {
    margin: 0px 0 40px 0;
    background-color: #fafafa;
    padding: 20px 0 50px 0;
}

#themes p {
    font-size: 20px;
    line-height: 28px;
    font-style: normal;
    margin: 30px 5% 30px 5%;
}

#themes img {
    margin: 50px auto 20px auto;
    max-width: 80%;
}

#themes h1 {
    margin-bottom: 0px;
    letter-spacing: -.5px;
    margin-top: 60px;
}

#contact h2 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 10px;
}

        #calendar {
            padding: 40px 0px;
            margin: 0px;
        }

        .date {
            display: none;
        }

        .blank-day {
            display: none;
        }

        .weekend {
            display: none;
        }

        .hero-img {
            max-width: 320px;
        }

        #calendar h2 {
            font-size: 36px;
            margin-top: 0px;
            margin-bottom: 10px;
        }

        #calendar h1 {
            font-size: 17px;
            line-height: 20px;
            margin: 10px 0 15px 0px;
        }

        #resources {
            padding: 90px 0px;
            margin: 0px 0px 30px 0px;
        }

        #resources h2 {
            font-size: 36px;
            line-height: 44px;
            margin-top: -50px;
            margin-bottom: 0px;
        }

        .article-slider-txt h3 {
            font-size: 15px;
            line-height: 20px
        }

}
.d-none{
    display: none !important;
}

div#partners-mail h2 {
    font-size: 20px;
    margin: 20px 0 10px 0;
}

div#partners-mail {}

div#partners-mail {
    text-align: center;
    color: #fff;
    margin-top: 40px;
}


div#partners-mail .cta {
    color: var(--primary);
    border-color: #fff;
    background: #fff;
}

div#partners-mail .cta:hover {
    background: #ffffff;
    color: var(--primary);
}

div#partners-mail p {
    color: #fff;
    font-weight: bold;
    margin: 0;
}
div#partners{
    background: var(--dark);
}
div#partners-mail .container:before, div#partners-mail .container:after {
    display: none;
}

div#partners-mail .container > div {
    width: 45%;
}

div#partners-mail h2 {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 32px;
}