

/* Reset styles */
.home {
	background: none;
}

body {
	overflow-x: hidden;
}

body>header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.Decoration9 {
	display: none;
}

.MainNavigation>ul>li>a {
    text-shadow: none!important;
    color: #fff;
}

.MainNavigation .WithSubmenu>a:after {
    border-color: #fff!important;
}

body > header a {
    border-color: #CCE3EE!important;
}

.lang a {
    color: #fff;
}

.lang.lang-open li a {
    color: #fff;
}

.lang.lang-open li {
    background: transparent;
    background-color: transparent!important;
}

.lang>:not(.current) a:hover {
    color: #0873a3;
    background: #fff;
}

article, section {
    text-align: inherit;
}

h1 {
    font-family: "Mr Alex";
    font-size: 44px;
    line-height: 52px;
    padding: 0px;
    letter-spacing: .1px;
    text-shadow: none;
    background-image: none;
}

h2 {
	font-size: 44px;	
	line-height: 52px;	
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}


h3 {
    font-family: "Ropa Sans";
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    text-transform: none;
}

p {
    font-family: "Ropa Sans";
    font-size: 18px;
    line-height: 24px;
    color: #252525;
}

form button, input, label {
    position: inherit!important;
    height: inherit!important;
}

form button, input {
    background-color: #fff;
}

label {
    background-color: transparent;
    color: #727779;
    border-bottom: none;
}

form button {
    top: inherit;
    left: inherit;
    transform: none;
    padding-right: inherit;
    width: inherit;
    text-align: left;
}

.text-center {
    text-align: center;
}

.img-fluid {
	max-width: 100%;
}

.row.row-no-gap {
	margin-right: 0;
	margin-left: 0;
}

.btn-img span {
	display: inline-block;
	vertical-align: sub;
	margin-right: 12px;
}

.btn-img span img {
	height: 21px;
}

.custom-container {
	max-width: 1600px;
	margin-right: auto;
	margin-left: auto;
}

/* Ripple Out */

@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #f05461 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

.RedButton.hvr-ripple-out:before {
  border-color: #f05461;
}

.BlueButton.hvr-ripple-out:before {
  border-color: #1073a3;
}

.RedButton {
    font-size: 18px;
    max-height: 45px;
    line-height: 45px;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    margin-bottom: 0;
    font-family: "Ropa Sans";
    color: #fff;
    background-color: #F15461;
}


/* Banner
 */

.img-bg {
 	background-size: cover!important;
 	background-repeat: no-repeat!important;
 	background-position: center center!important;
}

#banner-section {
 	padding-top: 168px;
 	padding-bottom: 80px;
 	padding-left: 41px;
 	padding-right: 41px;
    position: relative;
}

/* .banner-content {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
} */

.banner-content h1 {
	max-width: 378px;
	text-shadow: 1px 1px 3px 0 rgba(0,0,0,0.3)!important;
	margin-bottom: 15px;
}

.banner-content h3 {
	max-width: 481px;
	color: #F6F6F6;
	margin-bottom: 40px;
}

.banner-content .row-no-gap .col-md-4 {
	padding: 0;
}


/* Fixed slider  */

.banner-slider {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 60%;
/*     top: 370px; */
	z-index: 99;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.close-banner-slider {
	display: inline-block;
	height: 78px;	
	width: 27px;	
	border-radius: 2px;	
	background-color: #DF4854;
	float: left;
	color: #fff;
	text-align: center;
    line-height: 78px;
}

.close-banner-slider a {
	color: #fff;
	    font-size: 37px;
	display: block;
}

.banner-slider-content {
	background-color: #F15461;
	width: 350px;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 33px;
	padding-right: 24px;
	display: inline-block;
	overflow: hidden;
}

.overlay {
    /* background: rgb(2,0,36); */
    background: linear-gradient(0deg, rgba(37,37,37,0) 0%, #33333338 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
}

ul.slides {
	padding: 0;
	margin: 0;
}

.bx-wrapper {
	margin-bottom: 0;
	box-shadow: none;
    border: none;
    background: transparent;
}

.slide-content {
	color: #FFFFFF;	
	font-family: "Mr Alex";	
	font-size: 24px;	
	line-height: 30px;
	text-transform: uppercase;
	padding-bottom: 12px;
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: inherit;
    right: 0;
}


.bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255, 255, 255, .4);
    text-indent: -9999px;
    display: block;
    width: 7px;
    height: 7px;
    margin: 0 3px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #fff;
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
	bottom: -20px;
}

.banner-slider-content a,
.initiative-box-det a {
	color: #FFFFFF;	
	font-family: "Ropa Sans";	
	font-size: 18px;	
	line-height: 22px;
}

.banner-slider-content a i,
.initiative-box-det a i {
	margin-right: 5px;
	font-size: 20px;
    margin-top: -1px;
    vertical-align: middle;
}

.banner-slider.close {
    transform: translateX(350px);
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.close-slide i {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Safari 3-8 */
  transform: rotate(180deg);
      -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}


/* Our Initiatives */

#initiatives-section {
	background: #244f65;
}

#initiatives-section div[class*="col-"] {
	padding-right: 0;
    padding-left: 0;
}

.initiatives-intro {
	background-color: #F15461;
	padding-top: 59px;
	padding-left: 56px;
	padding-bottom: 59px;
	padding-right: 58px;
    width: 100%;
}

.initiatives-intro p {
	margin-top: 20px;
    color: #F6F6F6;	
    font-family: "Ropa Sans";	
    font-size: 24px;	
    line-height: 32px;
    max-width: 245px;
    margin-left: 0;
}

.hover-extend {
	flex: 1;
	-webkit-transition: all .4s ease;
	   -moz-transition: all .4s ease;
	    -ms-transition: all .4s ease;
	     -o-transition: all .4s ease;
	        transition: all .4s ease;
}

.hover-extend:hover {
	flex: 2;
	max-width: 35%;
	-webkit-transition: all .4s ease;
	   -moz-transition: all .4s ease;
	    -ms-transition: all .4s ease;
	     -o-transition: all .4s ease;
	        transition: all .4s ease;
}

.initiative-box {
    max-height: 386px;
    overflow: hidden;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}

.hover-extend:hover .initiative-box {
	filter:none;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}

.initiative-box-det {
	padding-left: 58px;
	padding-bottom: 62px;
	padding-right: 64px;
	transform: translateY(50%);
    opacity: 0;
    visibility: hidden;
   	-webkit-transition: all .4s ease;
	   -moz-transition: all .4s ease;
	    -ms-transition: all .4s ease;
	     -o-transition: all .4s ease;
	        transition: all .4s ease;
}

.hover-extend:hover .initiative-box-det {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transition: all .4s ease;
	   -moz-transition: all .4s ease;
	    -ms-transition: all .4s ease;
	     -o-transition: all .4s ease;
	        transition: all .4s ease;
}

.initiative-box-det h4 {
    color: #FFFFFF;	
    font-family: "Mr Alex";	
    font-size: 24px;	
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 0;
}

.initiative-box-det p {
	width: 90px;
	color: #F6F6F6;	
	font-family: "Ropa Sans";	
	font-size: 18px;	
	line-height: 22px;
	margin-top: 15px;
	margin-bottom: 31px;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.hover-extend:hover .initiative-box-det p {
	width: auto;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}


/* Carousel */

#home-resources-carousel {
	padding-top: 70px;
	padding-bottom: 70px;
}

.carousel-container {
	position: relative;
	padding-left: 67px;
	padding-right: 67px;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    font-size: 31px;
}

.owl-prev {
	margin-left: -30px;
	left: 0;
}

.owl-next {
	margin-right: -30px;
	right: 0;
}

.element-item {
    margin-bottom: 30px;
}

.element-item a.post-image {
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    display: block;
    text-align: left;
    min-height: 180px;
    overflow: hidden;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.element-item a.post-image:hover {
    opacity: .8;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.element-item a.post-image span {
    display: inline-block;
    color: #FFFFFF;
    font-family: "Ropa Sans";
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    padding: 3px 18px;
    background-color: #F15461;
    position: relative;
    z-index: 4;
    vertical-align: top;
}

.element-item h4 {
    margin: 0;
}

.element-item h4 a {
    font-family: "Ropa Sans";
    font-size: 18px;
    line-height: 24px;
    margin-top: 14px;
    margin-bottom: 10px;
    color: #0873A3;
    text-decoration: none;
    display: block;
}

.element-item p {
    color: #252525;
    font-family: "Ropa Sans";
    font-size: 16px;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 0;
}

.more-projects a {
	padding-left: 16px;
	padding-right: 19px;
}

.element-item a.post-image span:nth-child(2) {
    display: none;
}

/* Partners */

#partners-section {
	background: #F6F6F6;
	padding-top: 60px;
	padding-bottom: 46px;
	padding-left: 55px;
	padding-right: 55px;
}

.th-partner {
	margin-bottom: 20px;
    text-align: center;
}

.th-partner a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.th-partner a:hover img {
    filter: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.partners-title {
    margin-bottom: 40px;
}

/* Subscribe */

#subscribe-section {
	padding-top: 60px;
	padding-bottom: 70px;
}

.ac-subscribe-form {
    text-align: center!important;
}

.ac-subscribe-form form[id*="_form_"] ._form_element, 
.ac-subscribe-form form[id*="_form_"] ._button-wrapper {
    display: inline-block;
    vertical-align: top;
}

.ac-subscribe-form form[id*="_form_"] input {
    border-radius: 0px;
	color: #727779;	
	font-family: "Ropa Sans";	
	font-size: 18px;	
	line-height: 45px;
	padding: 0;
    padding-left: 16px!important;
    margin-bottom: 10px;
    height: 45px!important;
    width: 414px;
    margin: 0;
    border: none!important;
    vertical-align: top;
    display: inline-block;
    text-align: left;
}

.ac-subscribe-form form[id*="_form_"] button {
    background-color: #F15461;
	color: #FFFFFF;	
	font-family: "Ropa Sans";	
	font-size: 18px;	
	line-height: 45px;
    border: 0px;
    padding: 0px 30px;
    height: 45px!important;
    padding-right: 25px;
    padding-left: 37px;
    margin: 0;
    width: auto;
    transition: all 0.23s ease-in-out 0s;
    letter-spacing: .03em;
    vertical-align: top;
}

.ac-subscribe-form form[id*="_form_"] button:hover,
.ac-subscribe-form form[id*="_form_"] button:focus {
    background-color: #DF4854;
}
.subscribe-title h1 {
    margin-bottom: 10px;
}

.subscribe-title h3 {
    margin-bottom: 30px;
    color: #FFFFFF;
}

.ac-subscribe-form form[id*="_form_"] button {
    position: relative!important;
}

.ac-subscribe-form form[id*="_form_"] button:after {
    position: absolute;
    content: "";
    background: url('https://www.breakdengue.org/wp-content/uploads/2018/11/break-dengue-logo_2x-copy.png');
    width: 20px;
    height: 20px;
    background-size: cover;
    left: 0;
    top: 0;
    margin-top: 12px;
    margin-left: 12px;
}

._error-inner {
    color: #ffffff;
    font-family: "Ropa Sans";
    margin-top: 5px;
}

._form-thank-you {
    display: block;
    color: #fff;
    font-size: 26px;
}

/* Bottom page */

.about-bottom-section .col-md-6 {
    padding-top: 50px;
}

.about-bottom-section .col-md-6:first-of-type {
    padding-bottom: 40px;
}

.about-bottom-section .col-md-6:first-of-type a {
    width: 211px;
    height: 49px;
    line-height: 49px;
}
.about-bottom-section .col-md-6:last-of-type {
    padding-bottom: 30px;
}

.about-bottom-section h1 {
    color: #fff;
    margin-bottom: 20px;
}

.about-bottom-section h1 span {
    vertical-align: top;
    display: inline-block;
    margin-top: 2px;
}

.about-bottom-section h1 img {
    height: 41px;
    width: 42px;
    margin-right: 30px;
}

.about-bottom-section .col-md-6:first-of-type h1 {
    color: #0873A3;
}

.about-bottom-section p {
    color: #fff;
    max-width: 420px;
    text-align: center;
    margin-top: 0;
}

.about-left-bottom p {
    margin-bottom: 41px;
}

.about-bottom-section .col-md-6:first-of-type p {
    max-width: 480px;
    color: #252525;
    margin-bottom: 17px;
}

/* .about-right-socials {
    margin-top: -15px;
} */

ul.heateor_sss_follow_ul li, ul.heateor_sss_sharing_ul li,
ul.heateor_sss_follow_ul li, ul.heateor_sss_sharing_ul li {
    float: none!important;
    display: inline-block;
}

.heateor_sss_horizontal_sharing .heateorSssSharing {
    color: #fff;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
}

.heateor_sss_horizontal_sharing .heateorSssSharing {
    width: 50px!important;
    height: 50px!important;
}

.heateor_sss_horizontal_sharing .heateorSssSharing {
    color: #fff;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
}

.heateorSssTwitterBackground, .heateorSssFacebookBackground, .heateorSssGoogleplusBackground {
    background-color: #F15461!important;
}

ul.heateor_sss_sharing_ul, ul.heateor_sss_follow_ul {
    overflow: hidden;
}

.heateorSssSharingSvg:hover {
    transform: scale(1.1);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.about-right-socials {
    padding-top: 20px;
}

.about-bottom-section .col-md-6:last-of-type p {
    max-width: 620px;
}

#recognition-section {
    padding-top: 70px;
    padding-bottom: 40px;
}

.recognition {
    text-align: center;
}

.recognition span {
    display: inline-block;
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
}

.reg-col-1 span,
.reg-col-3 span {
    max-width: 159px;
}

.recognition span img {
    max-width: 100%;
}

.recognition p {
    margin-bottom: 30px;
    margin-top: 5px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #252525;
    max-width: 240px;
    line-height: 22px;
}

.reg-col-1 p {
    margin-top: -10px;
}

@media screen and (max-width: 1300px) {

}

@media screen and (max-width: 1200px) {
    h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .initiatives-intro p {
        font-size: 22px;
        line-height: 28px;
    }

    .hover-extend {
        flex: inherit;
    }

    .initiative-box {
        max-height: inherit;
    }

    .hover-extend:hover {
        max-width: inherit;
    }

    .initiative-box-det p {
        width: 100%;
    }
}

@media (max-width: 1100px) {
    .MainNavigation button div {
        /* background-color: #fff; */
    }

    #banner-section {
    	background-image: url('https://www.breakdengue.org//wp-content/themes/break-dengue-reboot/img/header-banner18.jpg')!important;
    }

    .banner-content h1 {
    	max-width: 100%;
    }
}

@media screen and (max-width: 992px) {

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .ac-subscribe-form form[id*="_form_"] input {
        width: 100%;
    }

    .ac-subscribe-form form[id*="_form_"] ._form_element, .ac-subscribe-form form[id*="_form_"] ._button-wrapper {
        display: block;
    }

    .ac-subscribe-form form[id*="_form_"] button {
        text-align: center;
        width: 100%;
        margin-top: 15px;
    }

    .ac-subscribe-form form[id*="_form_"] button:after {
        left: 50%;
        margin-left: -51px;
    }

    .initiative-box-det {
        padding-left: 50px;
        padding-bottom: 50px;
        padding-top: 50px;
        padding-right: 50px;
        transform: none;
        opacity: 1;
        visibility: visible;
    }

    .initiative-box {
        filter: none;
    }

    .initiatives-intro p {
        max-width: 100%;
    }

    .hover-extend:hover {
        flex: 50%t;
        max-width: inherit;
    }
}

@media screen and (max-width: 759px) {
	section {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 781px) {
    html {
        margin-top: 0!important;
    }

    .hover-extend:hover {
        flex: 1;
    }
}

@media (max-width: 540px) {
    .initiative-box-det {
        padding-left: 30px;
        padding-bottom: 30px;
        padding-top: 30px;
        padding-right: 30px;
        transform: none;
        opacity: 1;
        visibility: visible;
    }

    .initiatives-intro {
        padding-left: 30px;
        padding-right: 30px;
    }

    .subscribe-container {
        padding-left: 15px;
        padding-right: 15px;
    }


    #banner-section {
         padding-top: 140px;
    }

    h1 {
        font-size: 34px;
        line-height: 42px;
    }

    h3 {
        font-size: 20px;
        line-height: 26px;
    }

    p {
    	font-size: 16px;
    	line-height: 22px;
    }

    .initiatives-intro {
    	padding-top: 50px;
    	padding-bottom: 50px;
    }

    .initiatives-intro p {
        font-size: 20px;
        line-height: 24px;
    }

    .initiative-box-det p {
    	margin-bottom: 20px;
    }

    h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 400px) {
    .banner-slider {
        display: none;
    }

    .carousel-container {
        position: relative;
        padding-left: 50px;
        padding-right: 50px;
    }


    .RedButton {
        font-size: 16px;
        max-height: 40px;
        line-height: 40px;
    }

    .about-bottom-section .col-md-6:first-of-type a {
        width: 190px;
        height: 40px;
        line-height: 40px;
    }

    .btn-img span {
    	margin-right: 9px;
    }
    .btn-img span img {
        height: 18px;
    }

    .banner-content h3 {
        max-width: 100%;
        color: #F6F6F6;
        margin-bottom: 25px;
    }

    #banner-section {
        padding-top: 100px;
        padding-bottom: 60px;
        padding-left: 20px;
        padding-right: 21px;
    }

    h1 {
        font-size: 26px;
        line-height: 34px;
    }

    h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .initiatives-intro {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .initiatives-intro p {
        font-size: 18px;
        line-height: 20px;
        margin-top: 10px;
    }

    #home-resources-carousel {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #partners-section {
    	padding-bottom: 10px;
    }

    .partners-title {
        margin-bottom: 20px;
    }

    .about-bottom-section h1 span {
    	margin-top: -2px;
    }

    .initiative-box-det h4 {
    	font-size: 20px;
    	line-height: 28px;
    }

    .initiative-box-det p {
    	font-size: 16px;
        line-height: 21px;
    }

    .banner-slider-content a i, .initiative-box-det a i {
    	font-size: 16px;
    }

    .banner-slider-content a, .initiative-box-det a {
    	font-size: 16px;
    }

    .initiative-box-det p {
        margin-bottom: 15px;
    }

    .recognition span img {
    	max-height: 80px;
    }
}