/* =============================================================================
   DEVEX MARKETO MICROSITE GENERAL CSS
   ========================================================================== */

@font-face {
    font-family: 'BebasLight';
    src: url('https://pages.devex.com/rs/685-KBL-765/images/BebasNeueLight.eot');
    src: url('https://pages.devex.com/rs/685-KBL-765/images/BebasNeueLight.eot?#iefix') format('embedded-opentype'),
        url('https://pages.devex.com/rs/685-KBL-765/images/BebasNeueLight.woff2') format('woff2'),
        url('https://pages.devex.com/rs/685-KBL-765/images/BebasNeueLight.woff') format('woff'),
        url('https://pages.devex.com/rs/685-KBL-765/images/BebasNeueLight.ttf') format('truetype'),
        url('https://pages.devex.com/rs/685-KBL-765/images/BebasNeueLight.svg#BebasNeueLight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'BebasBook';
    src: url('https://pages.devex.com/rs/685-KBL-765/images/BebasNeueBook.eot');
    src: url('https://pages.devex.com/rs/685-KBL-765/images/BebasNeueBook.eot?#iefix') format('embedded-opentype'),
        url('https://pages.devex.com/rs/685-KBL-765/images/BebasNeueBook.woff2') format('woff2'),
        url('https://pages.devex.com/rs/685-KBL-765/images/BebasNeueBook.woff') format('woff'),
        url('https://pages.devex.com/rs/685-KBL-765/images/BebasNeueBook.ttf') format('truetype'),
        url('https://pages.devex.com/rs/685-KBL-765/images/BebasNeueBook.svg#BebasNeueBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

.bebas-light {font-family: 'BebasLight', sans-serif;}
.bebas {font-family: 'BebasBook', sans-serif;}


/* 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;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
}

.btn:focus {
 outline:none !important;
}

.red {
    color: #D36380 !important
}

.white {
    color: #fff !important
}

html {
	min-height: 100%;
	height: auto;
}

/* GENERAL: BODY, COLORS, P, LISTS, LINKS */

body {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	color: #000;
	font-weight: normal;	
	background: #fff;	
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

 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: #F28C8F !important
}


a.anchor-contact, a.anchor-resources, a.anchor-start {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}

/* NAVBAR */

@media (min-width: 768px) {
	.navbar-header {
	    float: initial;
	}
}

.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: 41px;
    width: 108px;
    outline: none;
    position: absolute;
    top: 13px;
    left: 20px;
}

.navbar-header h1 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #4e4e4e;
    text-align: center;
    margin: 29px 0 0 0;
}


.navbar-toggle.more-burger-text-dropdown {
    display: block;
    margin: 0px 15px 0 15px;
    height: 45px;
    border: 1px solid #dcdcdc;
}

.main-button {
	position: absolute;
	top: 11px;
	right: 0px;
}

.menu-title {
    font-size: 24px
}

.navbar-static-top .main-links li {
    margin-right: 5px;
}

.navbar-static-top .main-links li:hover {
    background-color: #fff
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff;
}

.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: 24px;
        color: #383838;
}

.navbar-static-top .main-links a:hover {
        color: #ff9901;
}

.navbar-toggle.more-burger-text-dropdown .bars {
    float: left;
    margin-right: 10px;
    margin-top: 6px;
}

.news-section {
    padding-left: 20px
}

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

a.text-gray-li, a.text-gray-li:visited, .text-gray-li {
    color: #999;
}

em, .italic-font {
    font-style: italic;
}

.tagline {
	font-family: Helvetica, Arial, sans-serif;
}

.comprenhensive-nav {
	    border-top: 1px solid #ccc;
    padding-top: 20px;
    padding-left: 20px
}

.more-menu .news-section h3 {
    color: #FF9900;
}

.more-menu .services-section h3 {
    color: #D97300;
}

.more-menu h3 {
    font-family: BebasBook;
    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: #FF9900;
}

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

.strong {
	font-weight: bold;
}

ul {
	padding-left: 0;
	padding-bottom: 20px;
}

 .more-menu li>a {
    font-size: 13px;
    line-height: 1.3;
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    vertical-align: text-top;
    outline: 0;
    text-decoration: none;
    color: #555;
}




/* STICKY BAR */

#sticky-bar {
    position: fixed;
    top: -100px;
    left: 0px;
    background-color: #3C738E;
    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 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    margin: 0px 0 0 0;
    display: inline-block;
}

#sticky-bar h2 {
    font-family: Helvetica, Arial, sans-serif;
    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
}




/* HERO */

#hero {
    height: 540px;
    padding-top: 70px;
    margin-top: 0px;
    position: relative;
    background: url(https://pages.devex.com/rs/685-KBL-765/images/healthy-access-hero.png) no-repeat top center;
    background-size: cover;
    color: white;
    margin-bottom: 0;
}

#hero h1 {
    font-weight: bold;
    font-size: 3.2vw;
    line-height: 3.8vw;
    padding-right: 35%;
    color: #fff;
}


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

            #hero h1 {
                padding-right: 0;
            }

     }
     

#hero p {
    font-size: 17px;
    color: #fff;
    margin-right: 12%;
    margin-bottom: 30px;
}

#hero hr {
	max-width: 100px;
	border: 2px solid #fff;
	margin: 30px 0;

}

.healthy-access-logo {
    margin-right: 25px;
    max-width: 150px;
}

/* 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
}



/* SECTION */


section {
	margin: 30px 0 40px 0
}

section h1 {
    font-size: 46px;
    line-height: 48px;
    margin-bottom: 15px;
}

section .container-fluid {
	padding: 0 4%
}



/* TOP ARTICLES */


#top-articles {
	margin: 30px 0 40px 0
}

#top-articles h1 {
	font-size: 46px;
	line-height: 48px;
	margin-bottom: 35px
}

.big-article {
    padding-left: 35px !important;
    margin-top: -10px;
    padding-right: 30px;
}

.big-article h3 {
    color: #383838;
    font-size: 2vw;
    line-height: 2.6vw;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.big-article h3:hover {
	color: #F28C8F;
	text-decoration: none
}

.big-article p {
	font-style: italic;
    font-size: 15px;
    line-height: 21px;
    color: #3a3a3a;
    margin-bottom: 35px
}

.big-article h6 {
	color: #999999;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 20px;
}

.main-article {
	margin-bottom: 60px;
    margin-top: 20px;
}

.main-article-img {
	margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0 0px 20px 15px;
}

.col-sm-big-article {
    width: 38.5%;
    display: inline-block;
}

.big-article hr {
    max-width: 80px;
    color: #F28C8F;
    border: 2px solid #F28C8F;
}

 .main-article-img 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 {
    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: 0px 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 {
	text-transform: uppercase;
    color: #F28C8F;
    padding: 12px 20px 6px 20px;
    border: 1px solid #F28C8F;
    border-radius: 4px;
    font-size: 22px;
    display: inline-block;
}

.green-cta-outline:hover {
	text-decoration: none;
	color: #000;
	border: 1px solid #000
}


.hero-cta-outline {
    text-transform: uppercase;
    color: #fff;
    padding: 12px 15px 6px 20px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 22px;
    display: inline-block;
}

.hero-cta-outline:hover {
    text-decoration: none;
    color: #f1f1f1;
    border: 1px solid #f1f1f1
}

.hero-cta-outline:focus {
    text-decoration: none;
    color: #fafafa;
    border: 1px solid #fafafa
}

.socialicons {
	float: right;
    margin-top: 5px;
}

.socialicons a {
	background-color: #3C738E;
    display: inline-block;
    height: 42px;
    width: 42px;
    color: #ffffff;
    font-size: 20px;
    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: 20px;
	margin-top: 0px
}

.socialicons4 {
	margin-top: 0px
}

.socialicons3 a {
	background-color: none;
    display: inline-block;
    height: 40px;
    width: 40px;
    color: #ffffff;
    border: 1px solid white;
    font-size: 18px;
    margin-right: 5px;
    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;
}

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

.socialicons3 a.icon-facebook.social:hover, .socialicons3 a.icon-twitter.social:hover, .socialicons3 a.icon-linkedin.social:hover, .socialicons3 a.icon-mail.social:hover, .socialicons4 a.icon-facebook.social:hover, .socialicons4 a.icon-twitter.social:hover, .socialicons4 a.icon-mail.social:hover, .socialicons4 a.icon-linkedin.social:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
}


.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-mail.social:hover, .socialicons2 a.icon-mail.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: #F28C8F;
    margin-bottom: 20px;
}


.article-secondary img {
    margin-bottom: 0px;
}

.article-secondary-txt h2 {
    color: #383838;
    font-size: 1.5vw;
    line-height: 2vw;
    margin-bottom: 0px;
}

.article-secondary-txt h2 a {
    color: #383838;
}


.article-secondary-txt h5 a {
    color: #fff;
    font-size: 6vw;
    line-height: 6.6vw;
    font-style: normal;
    margin-top: 24px !important;
    display: block;
}

.article-secondary-txt h2 a:hover {
    color: #F28C8F;
}

.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 #F28C8F;
    width: 50px;
    margin-bottom: 25px;
    margin-top: 15px;
}

.player-container {
    margin-top: 30px
}

.vid-item .desc {
    font-family: 'Helvetica', Arial, sans-serif;
    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;
}


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

.opinion-hr {
    border: 2px solid #F28C8F;
    width: 50px;
    margin-bottom: 15px;
}

#opinion h5 {
    font-size: 16px;
    line-height: 20px;
    color: #545454;
    font-style: italic;
    display: inline-block;
}

.secondary-cta {
    text-transform: uppercase;
    color: #F28C8F;
    padding: 7px 20px 3px 20px;
    border: 1px solid #F28C8F;
    border-radius: 4px;
    font-size: 19px;
    display: inline-block;
    margin-top: 20px;
}

.third-cta {
    text-transform: uppercase;
    color: #fff;
    padding: 7px 20px 3px 20px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 19px;
    display: inline-block;
    margin-top: 20px;
}

/* PARTNERS */

#partners {
    margin: 0px 0 0px 0;
    padding-top: 30px;
    padding-bottom: 55px;
    background-color: #f5f5f5;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.partner {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 30px;
	padding-top: 30px
}

#partners h1 {
	margin-bottom: 0px
}

#partners h2 {
	font-size: 32px;
	line-height: 32px;
	color: #363636;
	margin-top: 6px;
}

#partners p {
	font-size: 18px;
    color: #808080;
    line-height: 26px;
}



/* 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 #F28C8F;
    margin: 3px 0 23px 0px;
}

.author-box {
	margin-top: 45px;
	margin-bottom: 20px
}

.author-name {
	 font-size: 18px;
    color: #F28C8F;
}

.author-name:hover {
    color: #000;
    text-decoration: none
}




#contact {
	margin: 0px 0 50px 0;
	padding: 70px 0 80px 0;
	background: #4a6f3f;
	color: #fff;
	background: url(https://pages.devex.com/rs/685-KBL-765/images/healthy-access-contact.jpg) no-repeat;
    background-size: initial
}



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

    #contact {
        background-size: cover
    }

}   
     

#contact h1 {
	font-size: 58px;
	line-height: 60px;
}

#contact hr {
    border: 2px solid #fff;
    width: 50px;
    margin-top: 0px;
}

#contact p {
	font-size: 20px;
	line-height: 22px;
}


#contact h2 {
	font-size: 40px;
	line-height: 42px;
	margin-top: 0
}


#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: 1px;
}

.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 200ms ease-in-out;
}

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

.vertical-banner {
    margin-top: 30px;
}

/*MOBILE*/


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

    .horizontal-banner {
        display: none;
    }

        .icon-mail {
            display: none !important
        }

        .icon-whatsapp {
            display: inline-block !important
        }


        #sticky-bar {
            top: -210px;
            background-color: #3C738E !important;
        }

        .healthy-access-logo {
            display: none;
        }

        .navbar-header h1 {
            display: none;
        }

        #sticky-bar h2 {
            display: none
        }

        #hero {
            background: url(https://pages.devex.com/rs/685-KBL-765/images/healthy-access-hero.png) no-repeat top left;
        }

        #hero p {
            font-size: 15px;
            margin-right: 0%;
        }

        #hero h1 {
            font-size: 11.2vw;
            line-height: 13.3vw;
            padding-right: 5%;
        }

        #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: 20px 0 10px 0;
        }

        #top-articles h1 {
            font-size: 33px;
            line-height: 33px;
            margin-bottom: 25px;
        }


        .main-article-img {
            margin: 0 15px 0 15px;
        }

        .main-article-img-2 {
            margin: 0 15px 0 15px;
        }

        .big-article {
            padding-left: 15px !important;
            margin-top: -10px;
            padding-right: 15px;
        }

        .col-sm-big-article {
            width: 95.5%;
            padding-left: 15px !important;
        }

        .big-article h6 {
            font-size: 14px;
            margin-bottom: 15px;
        }

        .big-article h3 {
            font-size: 6vw;
            line-height: 6.6vw;
            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;
        }

        section {
            margin: 20px 0 20px 0;
        }

        #partners img {
            margin-bottom: 20px
        }

        #partners p {
            font-size: 14px;
            line-height: 18px;
        }

        .author-name {
            font-size: 14px;
            color: #F28C8F;
        }

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

        .socialicons3 {
            position: absolute;
            top: 2px;
            right: 0;
        }



}






/* FOOTER */

footer {
    background-color: #f1f1f1;
    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;
}

footer p a {
    color: #a3a3a3;
    border-bottom: 1px solid #a3a3a3;
    padding-bottom: 3px;
}

footer p a:hover {
    color: #000;
    border-bottom: 1px solid #000;

    text-decoration: none;
}

footer ul {
        margin-top: 20px;
}

footer ul li {
    margin-top: 6px;
    letter-spacing: .1px;
    font-size: 13px;
    text-align: left;
    padding-left: 0vw;
}

footer ul li a {
    color: #F28C8F
}

footer ul li a:hover {
    color: #000
}


/*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 white;
    border-radius: 4px;
    background-color: #3C738E;
    color: #fff;
    margin-top: 14px !important;
    font-size: 18px;
    float: right;
    margin-right: 147px !important;
}



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


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

        footer ul {
            display: none;
        }

}


/*INTERACTIVE MAP FEATURE*/



#map-intro {
    background-color: #f4ccab;
    padding: 80px 0px 0 0;
    margin: 0;
    color: white;
}

#map-intro h1 {
        color: #D36380;
    font-weight: 600;
}

#map-intro p {
    font-size: 17px;
    color: #fff;
    margin-right: 5%;
    margin-top: 15px;
}


#map-feature {
    background-image: url(https://pages.devex.com/rs/685-KBL-765/images/healthy-access-map.png);
    background-repeat: no-repeat;
    position: relative;
    margin: 0;
    height: 820px;
    background-color: #f4ccab;
    background-position: center;
}

#map-feature .container {
    position: relative;
}

.speech-bubble {
  margin:0;
    position: relative;
    background: #fff;
  display:inline-block;
    border-radius: 15px;
  color: #1A1A1A;
  text-decoration: none;
  width:350px;
  height:90px;
  -webkit-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.3);
box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.3);
}

.speech-bubble:hover {
    margin-top: -3px;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #fff;
    border-bottom: 0;
    margin-left: -10px;
    margin-bottom: -10px;
}

.speech-img {
  display: block;
  float: left
}

.speech-img img {
  width:90px;
  height:90px;
  border-radius: 15px 0 0 15px;
}

.speech-text {
    padding: 13px 15px 15px 111px;
    font-weight: bold;
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 22px;
}

.speech-text span {
  color: #D36380;
      margin-left: 8px;
}


/*AFGHANISTAN*/

#speech-afghanistan {
    position: absolute;
    top: 296px;
    left: 510px;
    width: 385px !important;
}

#speech-afghanistan:after {
    left: 70% !important;
}




/*KENYA*/

#speech-kenya {
    position: absolute;
    top: 405px;
    left: 398px;
    width: 320px;
}

#speech-kenya:after {
    left: 91% !important;
}




/*RWANDA*/

#speech-rwanda {
    position: absolute;
    top: 525px;
    left: 410px;
}

#speech-rwanda:after {
    content: '';
    position: absolute;
    top: 0;
    left: 72%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-top: 0;
    margin-left: -10px;
    margin-top: -10px;
}





/*PHILIPPINES*/

#speech-philippines {
    position: absolute;
    top: 490px;
    right: 0px;
}

#speech-philippines:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-top: 0;
    margin-left: -10px;
    margin-top: -10px;
}



/*TOOLTIPS*/

.tooltip-brazil {
    top: 555px;
    left: 330px;
    display: inline-block;
        position: relative;
         cursor: pointer;
}

.tooltip-colombia {
    top: 505px;
    left: 210px;
    display: inline-block;
        position: relative;
        cursor: pointer;
}

.tooltip-thailand {
    top: 440px;
    left: 825px;
    display: inline-block;
        position: relative;
         cursor: pointer;
}

.tooltip-south-korea {
    top: 250px;
    left: 965px;
    display: inline-block;
        position: relative;
        cursor: pointer;
}

.tooltip-brazil img, .tooltip-colombia img, .tooltip-thailand img, .tooltip-south-korea img {
    width: 24px;
    height: 24px;
}

.tooltip.in {
  opacity: 1;
  filter:alpha(opacity=100);
}


.tooltip.top .tooltip-inner, .tooltip.left .tooltip-inner {
    background-color:white;
    color: black;
    padding: 23px 20px 19px 20px;
    font-family: 'Georgia', serif;
    font-size: 14px;
    line-height: 16px;
      -webkit-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.3);
box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.3);
border-radius: 15px;
  }
.tooltip.top .tooltip-arrow {
          border-top-color: white;
       }
.tooltip.left .tooltip-arrow {
          border-left-color: white;
       }
/*
media queries
*/




@media only screen and (min-width: 993px) and (max-width: 1200px) {


    .speech-bubble {
        width: 305px;
        height: 80px;
    }

    .speech-text {
        padding: 13px 15px 10px 98px;
        font-weight: bold;
        font-size: 15px;
        line-height: 18px;
    }

    .speech-img img {
        width: 80px;
        height: 80px;
    }


    .tooltip-brazil {
        left: 230px;
    }

    .tooltip-colombia {
        left: 110px;
    }

    .tooltip-south-korea {
        left: 860px;
    }

    .tooltip-thailand {
        left: 715px;
    }

    #speech-kenya {
        top: 410px;
        left: 356px;
        width: 260px;
    }

    #speech-rwanda {
        position: absolute;
        top: 520px;
        left: 335px;
    }

    #speech-rwanda:after {
        left: 80%;
    }

    #speech-afghanistan {
        top: 310px;
        left: 430px;
        width: 340px;
    }

    #speech-philippines {
          top: 490px;
   		 right: 0px;

    }

    #speech-philippines:after {
        left: 75%;
    }


}   



@media only screen and (min-width: 760px) and (max-width: 993px) {


#map-feature {
    background-size: 955px;
}


    .speech-bubble {
        width: 305px;
        height: 80px;
    }

    .speech-text {
        padding: 13px 15px 10px 98px;
        font-weight: bold;
        font-size: 15px;
        line-height: 18px;
    }

    .speech-img img {
        width: 80px;
        height: 80px;
    }

    .tooltip-brazil {
        left: 170px;
        top: 520px;
    }

    .tooltip-colombia {
           left: 60px;
          top: 485px;
    }

    .tooltip-south-korea {
           left: 650px;
          top: 286px;
    }

    .tooltip-thailand {
        left: 545px;
    }

    #speech-kenya {
        top: 395px;
        left: 180px;
    }

    #speech-rwanda {
        top: 500px;
        left: 215px;
    }

    #speech-rwanda:after {
        left: 75%;
    }

    #speech-afghanistan {
            top: 290px;
    left: 290px;
    }

    #speech-philippines {
        top: 530px;
        right: -90px;
    }

    #speech-philippines:after {
        left: 55%;
    }


}   


.popover {
        font-family: Georgia, serif;
    text-align: center;
    padding: 20px 5px 15px 5px;
    border-radius: 20px;
    border: 0px;
}

h1 {
        line-height: 1.5;
}

.close {
    margin-right: 20px;
    margin-top: -20px;
}

.modal-body {
    position: relative;
    padding: 50px 15px;
}

.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.2);
    box-shadow: 0 5px 15px rgba(0,0,0,.2) !important;
}


.mobile-row {
    display: none !important
}

.desktop-intro-text {
    display: block;
}


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

    #map-feature {
       display: none !important
    }

    #map-intro {
       padding: 20px 0px 20px 0;
         background-color: #e8c4a6;
    }

    .mobile-row {
        display: block !important;
    }

    .desktop-intro-text {
        display: none !important
    }

}

