/* Override JQuery styls that are rendering the pagination in the Content selector in Ektron as white */

.ektron-ux-UITheme .ui-widget-content a {
    color: #c5006e!important;
}

.ektron-ux-UITheme .ui-widget-content .ux-app-siteApp-linkList li a  {
    color: #fff!important;

}


.landing_content.mtp_container.boldgoal {
    padding-top: 100px!important;
    position: relative;
}

.timelineindicator {
    width: 84px;
    height: 304px;
    background: transparent url(/pages/img/more_than_pink/timeline_1970.png) no-repeat top left;
    position: fixed;
    right: 20px;
    top: 160px;
    z-index: 50;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.timelineindicator.eighties {
    background: transparent url(/pages/img/more_than_pink/timeline_1980.png) no-repeat top left;
    
}

.timelineindicator.nineties {
    background: transparent url(/pages/img/more_than_pink/timeline_1990.png) no-repeat top left;
    
}

.timelineindicator.twothousands {
    background: transparent url(/pages/img/more_than_pink/timeline_2000.png) no-repeat top left;
    
}

.timelineindicator.twentytens {
    background: transparent url(/pages/img/more_than_pink/timeline_2010.png) no-repeat top left;
    
}

.timelineindicator.future {
    background: transparent url(/pages/img/more_than_pink/timeline_future.png) no-repeat top left;
    
}
/* Video */

.video_hero_container {
    /*overflow: hidden;*/
}

.hero_text_container {
    position: absolute;
    z-index: 4;
    min-height: 650px;
    width: 100%;
    text-align: center;
    left: 0;
    margin: 0 auto;
    background-color: rgba(0,0,0,.2);
}

.video_hero_container .hero_bgimage {
    height: 573px;
}

/* original code for one button */
.hero_text_container .button {
        position: absolute;
    bottom: 90px;
    left: 50%;
    margin-left: -202px !important;
    width: 404px!important;
}
/* MG 11-30-2016 Added for two buttons on Hero */
.hero_text_container .mtp_button1 .button {
    position: absolute;
    bottom: 90px;
    left: 36%;
    margin-left: -202px !important;
    width: 404px !important;
}

.hero_text_container .mtp_button2 .button {
    position: absolute;
    bottom: 90px;
    left: 64%;
    margin-left: -202px!important;
    width: 404px;
}
/* End of two buttons hero */

.button.mtp_landing {
    width: 267px!important;
    padding: 15px!important;
    bottom: 63px;
    margin-left: -133px!important;
}


.hero_bgimage {
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    overflow: hidden;
    height: 550px;
    background-size: cover;
    background-position: center center;
}

h1 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
    position: absolute;
    top: 228px;
    text-align: center!important;
    float: none;
    width: 100%;
}

.video_container {
    z-index: 1;
    bottom: 0;
    left: 0;
    overflow: hidden!important;
    right: 0;
    top: 100px;
    height: 552px;
    position: relative;

}

video#bgvid {
    position: absolute;
    top: 0;
    height: auto;
    width: 100%;
    z-index: -100;
    background-size: cover;
    left: 0;
}

.video_overlay {
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 590px;
    z-index: 10;
    text-align: center;
    padding-top: 200px;
    margin-top: 100px;
}

.video_overlay.heroes {
    height: 550px;

}

.landing_content.mtp_container ul {
    margin-top: 0;
}

/* Learn How Overlay Trigger */

.learn_how {
    background-color: #000000;
    color: #fff;
    padding: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    
}

.learn_how .mtp_inner {

}

.learn_how .fa-plus-circle {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.learn_how.active .fa-plus-circle {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.learn_how a {
    color: #fff;
    font-family: 'Biryani', sans-serif;
    font-weight: 800;
   
    line-height: 1.2em;
}

.learn_how a:hover {
    color: #c6006f;
}

.learn_how a i {
    margin-left: 10px;
}

.learn_more_overlay {
    color: #fff;
    background-color: #000;
    padding: 50px;
    text-align: center;
    position: relative;
}

.learn_more_overlay h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    max-width: 350px;
    margin: 0 auto;
}

.learn_more_overlay h2 .largetext {
    color: #c5086f;
    font-size: 120px;
    font-weight: bold;
    display: block;
    /* margin-top: 35px; */
    line-height: 120px;
}

.learn_more_overlay h2 .smalltext {
    text-transform: none;
    font-size: 16px;
    font-weight: bold;
}

.learn_more_overlay p {
    color: #fff;
    max-width: 485px;
    margin-left: auto;
    margin-right: auto;
}

.open_learn_more {
    cursor: pointer;
}

/* CTAs */

.mtp.ctas {
    background-color: #efefef;
    display: block;
    clear: both;
    padding-top: 0;
}

.mtp_cta {
    width: 312px;
    margin-right: 2px;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.mtp_cta:last-child {
    margin-right: 0px;
}

.mtp.ctas h2 {
        color: #000;
    font-size: 27px;
    font-family: 'Biryani', sans-serif;
    font-weight: 600;
    font-weight: bold;
    width: 100%;
    height: 170px;
    background-size: 650px 109px;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    margin-top: 0;
    padding-top: 50px;
}

.mtp.ctas span {
    display: none;
}

.mtp_cta p {
    font-family: 'Biryani', sans-serif;
    font-weight: 500;
}

.mtp.ctas .auction._lable,
.mtp.ctas .auction._info {
    display: inline-block;
}

.mtp.ctas .auction._lable {
    font-size: 12px;
    font-weight: bold;
    color: #7e7a7a;
    text-transform: uppercase;
    margin-right: 7px;
}

.mtp.ctas .auction._info {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.cta_img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 426px;
    text-align: center;
}

.cta_img h3 {
    font-weight: bold;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 54px;
    text-transform: uppercase;
    line-height: .9em!important;
    font-family: 'Biryani', sans-serif;
    font-weight: 800;
    text-shadow: 0px 0px 31px rgba(0,0,0, 1);
    margin-top: 0;
}

.mtp_cta_links {
    vertical-align: bottom;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}

.mtp_cta p {
    margin: 40px;
    font-size: 18px;
    line-height: 25px;
    max-width: 480px;
    height: 94px;
}

/* Original If one button use this code */
.mtp_cta .mtp_button .button {
    margin: 0;
    width: 100%;
    padding: 11px 43px 5px 43px;
    box-sizing: border-box;
    font-family: 'Biryani', sans-serif;
    font-weight: 700;   
    font-size: 16px;    
}

/* MG 11302016 If two buttons use these styles */
.mtp_cta .mtp_button1 .button {
    margin: 0;
    width: 100%;
    padding: 11px 43px 5px 43px;
    box-sizing: border-box;
    font-family: 'Biryani', sans-serif;
    font-weight: 700;   
    font-size: 16px;    
}

.mtp_cta .mtp_button2 .button
{
    left: 65%;
    background: #231f20;
    border: 2px solid #c5006e;
    font-size: 20px;
    font-family: 'Biryani', sans-serif;
    font-weight: 700;
    margin: 42px auto;
    padding: 25px 43px 20px;
    border-radius: 3px;
}
/* End of two button */


    .mtp_cta:nth-of-type(2) .mtp_button .button {
        padding-left: 50px;
        padding-right: 50px;
    }



.mtp_cta .mtp_cta_links ul {
    margin-left: 0;
    
    bottom: 0;
    left: 0;
    width: 100%;
}

.mtp_cta .mtp_cta_links ul li {
    border-top: solid 1px #efefef;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    background-image: none;
    margin-bottom: 0;
}

.mtp_cta .mtp_cta_links ul {
    margin-left: 0;
}

.mtp_cta .mtp_cta_links ul li a {
    color: #c6006f;
    font-family: 'Biryani', sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.mtp_cta .mtp_cta_links ul li a:hover {
    color: #ea77b0;
}



/* Share Tool */

.madlib_container  {
    position: relative;
  
}

.overlay {
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 234;
    display: none;
    /* border: solid 10px red; */
    top: 0;
    
}

.close_madlib {
    color: #c6006f;
    font-size: 29px;
    position: absolute;
    top: 0px;
    right: 100px;
    cursor: pointer;

}

.close_madlib:hover {
    color: #e877ae;
}

.mtpstyle {
        font-size: 32px;
    font-weight: 900;
    display: block;
    margin-top: 10px;
}


.madlib {
    display: none;
    position: absolute;
    top: 0;
    z-index: 235;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.madlib_inner {
    max-width: 970px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.madlib h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Biryani', sans-serif;
}

input.mtp_nomineefield {
    border-top: solid 1px transparent!important;
    border-left: solid 1px transparent!important;
    border-right: solid 1px transparent!important;
    border-bottom: solid 1px #000!important;
    border-radius: 0!important;
    font-size: 40px!important;
    text-transform: uppercase;
    outline: none!important;
    font-weight: 800;
    width: 400px!important;
    font-family: 'Biryani', sans-serif!important;
    border-style: solid;
    height: 52px;
    box-shadow: inset 0px 0px 0px 0px red;
}

input.mtp_nomineefield:focus {
    outline: none!important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset, 0 0 0px rgba(0, 0, 0, 0);
}

input.mtp_nomineefield::-moz-focus-inner {
    border: 0;
    padding: 0;
}

p.morethanpinktext {
    color: #000;
    font-size: 40px;
    font-weight: 800;
    font-family: 'Biryani', sans-serif;
}

.mtp.share_tool {
    position: relative;
    background-color: #000;
    z-index: 200;
}

.mtp.share_tool h1 {
    color: #fff;
    text-align: center;
    position: relative!important;
    top:0;
    text-align: left!important;
}

.mtp.share_tool h2 {
    color: #fff;
    font-size: 22px;
    font-family: 'Biryani', sans-serif;
    font-weight: 400;
   
}

.trigger_madlib {
    cursor: pointer;
    display: block;
}

.mtp.share_tool h1 i {
    font-style: normal!important;
    left: 0;
}

.mtp.share_tool a {
    color: #fff;
}

.mtp.share_tool .mtp_button .button  {
    margin: 40px auto 0 auto;
    padding: 16px 43px 12px 43px;
    box-sizing: border-box;
}

.cd-words-wrapper {
    width: 380px;
    border-bottom: solid 1px #636363;
    height: 40px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-family: 'Biryani', sans-serif;
    font-weight: 700;
   
}

/* Subscribe section */

.landing_content.mtp_container {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.mtp_inner {
    width: 970px;
    display: block;
    margin: 0 auto;
}

.mtp {
    padding: 90px 0 90px 0;
}

.mtp.black {
    background-color: #000;
}

.mtp.gray {
    background-color: #efefef;
}

.mtp.black.mtp_subscribe {
    text-align: center;

}

.mtp.black.mtp_subscribe h3 {
    color: #fff;
    font-size: 32px;
    font-family: 'Biryani', sans-serif;
    font-weight: 700;
   
    margin-top: -15px;
}

.mtp.black.mtp_subscribe #subscribe-form {
    margin-top: 25px;
}

.mtp.black.mtp_subscribe #footer-email {
    width: 415px!important;
    height: 64px;
    background-color: #fff;
    font-size: 24px!important;
    padding-left: 25px;
    font-family: 'Biryani', sans-serif;
    font-weight: 600;
   
}

.mtp.black.mtp_subscribe .btn {
    background-color: #c5006e;
    height: 65px;
    margin-left: 20px;
    background-image: none;
    color: #fff;
    text-shadow: none;
    font-size: 22px;
    font-weight: bold;
    padding-left: 43px;
    padding-right: 43px;
    border: none;
    width: auto;
    box-shadow: none;
    vertical-align: top;
    font-family: 'Biryani', sans-serif;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
   
}

/* Recent News */


.newsList {

}
.newsList a.newsItem {
    border-top: 10px solid #c4086f;
    background-color:#fff;
    color:#e977af;
    display:block;
    float:left;
    height:250px;
    width: 48%;
    margin: 0 1.3em 1em 0;
    padding:2em 2em 3em 3em;
    position:relative;
    box-sizing: border-box;
}
.newsList a.newsItem:hover {
    background-color: #c4086f;
    color: #fff !important;
}
.newsList a.newsItem span {
    display:block;
    font-family: 'Biryani', sans-serif;
    font-weight: 600;
}
.newsList a.newsItem span:nth-child(1) {
    text-transform:uppercase;
    color:#807870;
    font-family: 'Biryani', sans-serif;
    font-weight: 800;
}
.newsList a.newsItem span:nth-child(2) {
    color: #e977af;
    font-family: 'Biryani', sans-serif;
    font-size:1.7em;
    line-height: 34px;
}
.newsList a.newsItem:hover span:nth-child(1),
.newsList a.newsItem:hover span:nth-child(2) {
    color:#fff;
}


.mtp_news {
    text-align: center;
}

.recent_news_item {
    width: 460px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    margin-bottom: 20px;
    text-align: left;
}

.recent_news_item img {
    width: 100%;
}

.recent_news_item:nth-child(2n) {
    margin-left: 20px;
}

.recent_news_item .inner_text {
    padding: 40px;
    display: block;
}

.recent_news_item p {
    font-size: 22px;
    font-family: 'Gotham'; 
    line-height: 30px;
    color: #0b0b0c;
}

.recent_news_item p.small {
    font-size: 12px;
    line-height: 18px;
}

.recent_news_item a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.recent_news_item a:hover {
    color: #c5006e;
}

/* Shop Section */


.mtp.mtp_shop h2 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin-bottom: 0;
    font-family: 'Biryani', sans-serif;
    font-weight: 700;
   
}

.mtp.mtp_shop h3 {
    text-transform: uppercase;
    font-size: 52px;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin-top: 0;
    margin-bottom: 75px;
    font-family: 'Biryani', sans-serif;
    font-weight: 700;
   
}

.mtp.mtp_shop .category_tag {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #000;
    font-family: 'Biryani', sans-serif;
    font-weight: 700;
   
}

.mtp_purchase {
    border-right: solid 1px #efefef;
    border-left: solid 1px #efefef;
}

.mtp.mtp_shop .mtp_purchase .shop_item {
    background-image: none;
    border-top: solid 1px #efefef;
    border-left: solid 1px #efefef;
    border-bottom: solid 1px #efefef;
    width: 235px;
    height: 315px;
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.mtp.mtp_shop .mtp_purchase .shop_item:hover {
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(198,0,111,1);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(198,0,111,1);
    box-shadow: inset 0px 0px 3px 0px rgba(198,0,111,1);
}

.mtp.mtp_shop .mtp_purchase .shop_item img {
    max-width: 100%;

}

.mtp.mtp_shop .mtp_purchase .shop_item img:focus {
    outline: none;
}

.mtp.mtp_shop .mtp_purchase .shop_item a {
    font-family: 'Biryani', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #0b0b0c;
    line-height: 18px;

}

.mtp.mtp_shop .mtp_purchase .shop_item a:hover {
    color: #c5006e;
}

.mtp .slick-prev {
    background-image: url(/pages/img/more_than_pink/left_arrow.png);
    width: 20px;
    height: 36px;
    border: none;
    left: -35px;
    
}

.mtp .slick-next {
    background-image: url(/pages/img/more_than_pink/right_arrow.png);
    width: 20px;
    height: 36px;
    border: none;
    right: -35px;

}

.mtp_partners {
    background-color: #efefef;
}

.mtp_partners .slick-next,
.mtp_partners .slick-prev {
    top: 15%!important;
}

.partner_profile {
    display: none;
    position: fixed;
    top: 150px;
    bottom: 150px;
    max-width: 960px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    z-index: 235;
    overflow-y: auto;
}

.close_partner {
    color: #c6006f;
    font-size: 29px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.partner_profile h2 {
    text-align: left!important;
    color: #c6006f;
}

.mtp .slick-slider button:hover {
    background-color: transparent;
}

.mtp_inner .button,
.mtp_button .button,
.homeBtn a.bttn,
.mtp_button1 .button{
    background-color: #c5006e;
    margin: 42px auto;
    background-image: none;
    color: #fff;
    text-shadow: none;
    font-size: 16px;
    padding: 20px 43px;
    border: none;
    width: auto;
    box-shadow: none;
    vertical-align: top;
    font-family: 'Biryani', sans-serif;
    font-weight: 800;
   
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.mtp_button2 .button {
    background-color: #231f20;
    margin: 42px auto;
    background-image: none;
    color: #fff;
    text-shadow: none;
    font-size: 22px;
    padding: 23px 43px;
    border: 2px solid #c5006e;
    width: auto;
    box-shadow: none;
    vertical-align: top;
    font-family: 'Biryani', sans-serif;
    font-weight: 800;   
    border-radius: 4px;
    text-transform: uppercase;
    display: table;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

/* MG 11-30-2016 updated added for 2 buttons on hero */
.mtp_inner .button:hover,
.mtp_button .button:hover,
.mtp_button1 .button:hover {
    background-color: #e877ae;
}

/* MG 11-30-2016 Adding second button hover effect */
.mtp_button2 .button:hover {
    background-color: #c5006e
}

p.mtp_button {
    text-align: center;
}

.mtp_cta p.mtp_button,
.mtp_cta p.mtp_button1,
.mtp_cta p.mtp_button2 {
    height: auto;
}

.button_play {
    margin-left: 10px;
    font-size: 36px;
    position: relative;
    top: 4px;
}

.button.watch_video {
    font-size: 25px;
    padding: 15px 43px 20px;
    font-family: 'Biryani', sans-serif;
    font-weight: 700;
   
}

.close_video,
.close_learn_more {
    color: #c6006f;
    font-size: 29px;
    position: absolute;
    top: 140px;
    right: 100px;
    cursor: pointer;
}

.close_learn_more {
    top: 0;
}

.close_video:hover,
.close_learn_more:hover {
    color: #e877ae;
}


/* Partners */


.mtp_partners {
    padding-top: 50px;
    padding-bottom: 50px;
    
}

.mtp_partners .mtp_inner {

}

.mtp_inner h2 {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-family: 'Biryani', sans-serif;
    font-weight: 700;
    
}

.mtp.mtp_partners .shop_item {
    background-image: none;
    
    display: inline-block;
    padding: 0px;
    box-sizing: border-box;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.mtp.mtp_partners .shop_item img {
    max-width: 100%;
    width: 100%;

}

/* Bold Goal Intro */

.bold_goal_intro {
    max-width: 700px;
    margin: 0 auto;
    display: block;
    padding-top: 180px;
    color: #000;
    text-align: center;
}

.bold_goal_intro h2 {
    margin-top: 0;
    font-size: 22px;
    font-family: 'Biryani', sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.bold_goal_intro h2 span {
    margin-top: 0;
    font-size: 64px;
    font-family: 'Biryani', sans-serif;
    font-weight: 800;
    display: block;
   
    margin-top: 20px;
}

.bold_goal_intro p {
    text-align: center;
    max-width: 530px;
    display: block;
    font-size: 24px;
    font-family: 'Biryani', sans-serif;
    font-weight: 500;
    line-height: 1.2em;
    margin: 50px auto;
    color: #000;
}


/* Research and Accessible Care Triggers */
.trigger_title {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Biryani', sans-serif;
    font-weight: 600;
    text-shadow: 0px 0px 18px rgba(0,0,0, 1);
    position: absolute;
    top: 55px;
    z-index: 2;
    width: 100%;
}

.research_trigger, 
.accessible_trigger {
    width: 50%;
    background-size: cover;
    height: 390px;
    float: left;
    position: relative;
    background-color: #fff;
    
}

.research_trigger:after , 
.accessible_trigger:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    background-repeat: no-repeat;
    background-position: center center;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.research_trigger:hover::after , 
.accessible_trigger:hover::after,
.research_trigger.active::after , 
.accessible_trigger.active::after {
    opacity: 1;
}

.research_trigger:after {
    background-image: url(/pages/img/more_than_pink/research_img.jpg);
}

.accessible_trigger:after {
    background-image: url(/pages/img/more_than_pink/quality_img.jpg);
}

.research_trigger  a,
.accessible_trigger a {
    font-size: 52px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    
}

.research_trigger  a:hover,
.accessible_trigger a:hover {
    color: #c5006e;
}

.research_trigger  span,
.accessible_trigger span {
    text-align: center;
    max-width: 369px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 110px;
    
    line-height: 1.1em;
    z-index: 2;
        text-shadow: 0px 0px 31px rgba(0,0,0, 1);

}

    .research_trigger .name,
    .accessible_trigger .name {
        text-align: right;
        font-size: 20px;
        font-weight: 600;
        z-index: 2;
        position: absolute;
        right: 10px;
        bottom: 10px;
        color: #fff;
        text-transform: none;
            text-shadow: 0px 0px 31px rgba(0,0,0, 1);
        
    }

        .research_trigger .name span,
        .accessible_trigger .name span {
            font-style: italic;
            font-size: 18px;
            text-align: right;
            top: auto;
            font-weight: 400;
        }

.research_trigger  span i,
.accessible_trigger span  i {
    display: block;
    font-size: 40px;
    margin-top: 15px;
}


.landing_content .research_imperative,
.landing_content .accessible_care {
    max-width: 970px;
    margin: 60px auto 50px;
    display: none;
    font-family: 'Biryani', sans-serif;
    text-align: center;

}

.inner_mtpcontent {
    display: block;
    clear: both;
}

.landing_content .research_imperative h2,
.landing_content .accessible_care h2 {
    font-size: 62px;
    font-weight: 800;
    color: #000;
    font-family: 'Biryani', sans-serif;

}


.landing_content .research_imperative p,
.landing_content .accessible_care p,
.landing_content .research_imperative li,
.landing_content .accessible_care li  {
    font-size: 21px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    font-family: 'Biryani', sans-serif;
    text-align: left;
   

}

.landing_content .research_imperative p.lg,
.landing_content .accessible_care p.lg {
    font-size: 28px;
    line-height: 40px;

}

.landing_content .research_imperative li,
.landing_content .accessible_care li {
    margin-bottom: 15px;
}


.landing_content .research_imperative ul,
.landing_content .accessible_care ul {
    list-style-type: disc;
} 

.landing_content .research_imperative h3,
.landing_content .accessible_care h3 {
    font-size: 32px;
    line-height: 36px!important;
    font-weight: 600;
    color: #000;
    font-family: 'Biryani', sans-serif;
    text-transform: uppercase;
    max-width: 630px;
    margin: 70px auto 40px;
}

/* Social Wall */

.mtp.socialwall h2 {
    font-size: 22px;
    line-height: 24px!important;
    font-weight: 600;
    color: #000;
    font-family: 'Biryani', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.wbio-widget-inner {
    max-width: 970px;
}

.mtp.socialwall h2 {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-family: 'Biryani', sans-serif;
    font-size: 22px;
    font-weight: 600;
}

.wbio-widget-inner .wbio-wall-name {
    display: block!important;
    text-align: center;
    text-transform: uppercase;
    color: #000!important;
    font-family: 'Biryani', sans-serif;
    font-size: 52px!important;
    font-weight: 600!important;
}

.wasab-io-widget .wbio-social-tile {
    box-shadow: none!important;
    border-radius: 0!important;
}

.wasab-io-widget .wbio-social-tile.CONTENT .wbio-tile-img-link {
    left: 0!important;
    width: 100%!important;
    background-color: #fff!important;
    /* height: 220px; */
    background-size: cover!important;
    z-index: 2!important;
    position: absolute!important;

}

.wasab-io-widget .wbio-social-tile.CONTENT.wbio-has-img .wbio-tile-text-link {
    position: absolute!important;
    z-index: 5!important;
    width: 100%!important;
    padding: 15px!important;
    font-size: 29px;
    line-height: 37px;
}

.wasab-io-widget .wbio-social-tile.TWITTER {
    /*background-color: #f7f7f7!important;*/
    background-color: #e977af!important;
}

/*.wasab-io-widget .wbio-social-tile.TWITTER i,
.wasab-io-widget .wbio-social-tile.TWITTER a {
    color: #000!important;
}*/

.wasab-io-widget .wbio-social-tile {
    margin: 0!important;
}

.wasab-io-widget .wbio-social-tile  .wbio-tile-text-link {
    top: 20px!important;
    bottom: auto!important;
}

.madlib {
    background-color: #fff;
    padding: 187px 65px 85px 65px;
}

    .madlib p.mtp_button {
        text-align: right;
        padding-right: 100px;
    }


/* To be moved into home_styles.css file */

.navbar .brand img {
    width: 80%;
}

header {
    background-color: rgba(0,0,0,1);
}

footer {
    background-color: #000000;

}

footer a {
    color: #fff;
}

a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

header .right ul li a.donate, 
header .right ul li a.donate:focus, 
header .navbar-inverse .nav-collapse .nav > li > a.donate:focus{
    background-color: #c5006e!important;
}

.navbar-inverse .nav-collapse .nav > li > a.donate:hover, 
.navbar-inverse .nav-collapse .nav > li > a.fund:hover,
.mtp.black.mtp_subscribe .btn:hover,
.navbar-inverse .nav-collapse .nav > li > a.donate:active, 
.navbar-inverse .nav-collapse .nav > li > a.fund:active,
.mtp.black.mtp_subscribe .btn:active,
.navbar-inverse .nav-collapse .nav > li > a.donate:focus, 
.navbar-inverse .nav-collapse .nav > li > a.fund:focus,
.mtp.black.mtp_subscribe .btn:focus,
header .right ul li a.donate:focus,
header .right ul li a.donate:active {
    background-color: #e877ae!important;
}

header .right ul li a.fund, .fund,
header .right ul li a.fund:hover, .fund:hover {
    border-color: #ef3eaa!important;
}

footer #footer-email {
    height: 30px;
    background-color: #323235;
}

footer .social_links button {
    background-color: #c5006e!important;
    height: 30px;
    font-family: 'Biryani', sans-serif;
    font-weight: 700;
   
}

footer .social_links button,
footer .social_links button:hover {
    color: #fff;
}



@media screen and (max-width: 970px) {
    .cd-words-wrapper {
    width: 400px;}

    .video_container {
        display: none;
    }

    .hero_bgimage {
        display: block!important;
        background-size: cover;
        height: 320px !important;
        background-position: center center;

    }

    .mtp_inner .button, .mtp_button .button, .homeBtn a.bttn, .mtp_button1, .mtp_button2 {
        padding: 20px 43px 17px 43px;
    }

    .hero_text_container .button {
        width: 258px!important;
        margin-left: -129px!important;
    }

    .video_hero_container{
        height: 300px;
    }

    .learn_how {
        padding: 30px 30px 0;
    }

    .mtp_inner {
        width: 100%;
        padding: 25px;
        box-sizing: border-box;
    }

    .learn_more_overlay img {
        max-width: 100%;
    }

    .mtp.share_tool h1 {
        font-size: 21px;
    }

    .mtp.ctas .mtp_inner {
        padding: 0;
    }

    .cd-intro {
        margin: 0;
    }
    .mtp_cta {
        width: 100%;
        background-position: center center;

    }

    .newsList a.newsItem span:nth-child(2) {
    
    font-size: 1em;
    line-height: 23px;
}
    .wbio-widget-inner {
        max-width: 100%;
    }

        .wbio-widget-inner .wbio-wall-name {
            font-size: 18px!important;
        }

    .cta_img h3 {
        font-size: 30px;
    }

    .cta_img {
        height: 270px;
    }

    .mtp_cta .mtp_button .button, .mtp_cta .mtp_button1 .button, .mtp_cta .mtp_button2 .button {
        padding: 10px;
    }

    .mtp_cta p {
        height: auto;
    }
    .hero_text_container {
        min-height: auto;
    }

    .hero_text_container h1 {
        top: 90px;
    }

    .hero_text_container img {
        max-width: 90%;
    }
/* Original code for 1 button */
    .button.watch_video {
        font-size: 16px;
        padding: 4px 22px 16px;
        font-family: 'Biryani', sans-serif;
        font-weight: 700;
       
        top: 175px;
        left: 50%;
        margin-left: -152px;
        bottom: auto;
    }

    .mtp_button1 .button.watch_video {
        font-size: 16px;
        padding: 4px 22px 16px;
        font-family: 'Biryani', sans-serif;
        font-weight: 700;
       
        top: 175px;
        left: 33%;
        margin-left: -152px;
        bottom: auto;
    }

    .hero_text_container .mtp_button1 .button {
        width:auto!important;
    }

    .landing_content.mtp_container {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0px;
    }

    .close_learn_more {
        display: none;
    }

    

    .learn_more_overlay {
        padding: 30px;
    }

    .learn_more_overlay h2 {
        margin-top: 0;
    }

    .mtp.ctas h2 {
        background-size: contain;
        font-size: 23px;
        height: 115px;
        padding-bottom: 100px;
    }

    .video_overlay iframe {
        width: 100%!important;
    }

    .mtp_cta,
    .mtp_cta:last-child {
        margin: 0 auto 20px;
        display: block;
    }

    .mtp.share_tool h1 img {
        width: 100%;
    }

    .cd-words-wrapper {
        width: 100%;
    }

    .mtp.black.mtp_subscribe h3 {
        line-height: 1.1em!important;
    }

    .mtp.black.mtp_subscribe #footer-email {
        font-size: 15px!important;
        width: 100%!important;
    }

    .mtp.black.mtp_subscribe .btn {
        margin-left: 0;
    }

    p.morethanpinktext {
    line-height: 42px;
}

    .newsList a.newsItem {
        height: auto;
    }

    .newsList a.newsItem {
        width: 100%;
    }

    .slick-dots li {
        padding-left: 0;
    }

    .slick-dots li button {
        background: transparent url(/pages/img/more_than_pink/dot_pink_off.png) no-repeat center center;
    }

    .slick-dots li.slick-active button {
        background: transparent url(/pages/img/more_than_pink/dot_pink_on.png) no-repeat center center;
    }

    .mtp_inner .mtp_partnerlist .slick-dots {
        bottom: -25px;
    }

    .slick-dots li button {
        background: transparent url(/pages/img/more_than_pink/dot_pink_on.png) no-repeat center center;
    }

    .slick-dots li.slick-active button {
        background: transparent url(/pages/img/more_than_pink/dot_white.png) no-repeat center center;
    }

    footer .primary_links {
     margin-top: 50px;
     margin-right: 25px
    }



    .mtp.black.mtp_subscribe #mtp-email {
        width: 90%;
    }

    .mtp.mtp_shop h3 {
        font-size: 35px;
        line-height: 1.1em!important;
        margin-bottom: 28px;
    }

    .mtp_inner .slick-slide img {
        margin: 0 auto;
    }

    .mtp_inner .slick-dots {
        bottom: -60px;
    }

    p.mtp_button, p.mtp_button1, p.mtp_button2  {
        margin-top: 30px;
    }

    .mtp {
        padding: 25px 0;
    }

    .mtp_cta p.mtp_button,
    .mtp_cta p,
    .mtp_cta p.mtp_button1,
    .mtp_cta p.mtp_button2 {
        margin-left: auto;
        margin-right: auto;
    }

    /* Recent News */

    .recent_news_item { 
        width: 100%;
        margin-bottom: 20px;
    }

    .recent_news_item img {
        max-width: 100%;
    }

    .recent_news_item:nth-child(2n) {
        margin-left: 0;
    }

    /* Partners */

    .mtp_partners { 
        width: 100%;
    }

    .mtp.mtp_partners .shop_item img {
        width: auto;
    }

    /* Bold Goal */

    .bold_goal_intro {
        padding-top: 80px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .bold_goal_intro h2 span {
        line-height: .9em;
    }

    .bold_goal_intro p {
        margin: 30px auto;

    }

    .research_trigger,
    .accessible_trigger {
        display: none;
    }

    .landing_content .research_imperative, 
    .landing_content .accessible_care {
        display: block;
        
    }

    .landing_content .research_imperative h2, 
    .landing_content .accessible_care h2 {
            font-size: 31px;
    line-height: 36px!important;
    }

    .landing_content .research_imperative h3, 
    .landing_content .accessible_care h3 {
        font-size: 27px;
        line-height: 33px!important;
    }

    .landing_content .research_imperative img, 
    .landing_content .accessible_care img {
        max-width: 100%;
    }


    .madlib {
        padding: 30px;
    }

    .close_madlib {
        top: -40px;
        right: -5px;
    }

    input.mtp_nomineefield {
        font-size: 20px!important;
        width: 100%!important;
        height: 24px;
        box-shadow: inset 0px 0px 0px 0px red;
    }

    /* Heroes */

    .video_hero_container {
        height: 271px;
    }
    
    .video_hero_container .hero_text_container {
        min-height: 293px;
    }

    .video_hero_container .hero_bgimage {
        height: 293px;
    }

    .button.mtp_landing {
        bottom: -10px;
    }

    .video_overlay {
        margin-top: 0;
        padding-top: 86px;
    }

        .video_overlay.heroes {
            height: 390px;
        }

    .close_video, .close_learn_more {
        top: 61px;
        right: 19px;
    }

    .modal-body {
        padding-right: 20px;
    }



}

/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #aebcb9;
  background-color: #0d0d0d;
}

a {
  text-decoration: none;
}

.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}
.cd-title h1 {
  font-size: 2.4rem;
  font-weight: 700;
}

.modal-body {
    max-height: 520px;
}

.modal-body p {
    margin-top: 0;
}


/* MG 12-08-2016 Adding for stories container on The List page */
@media only screen and (min-width:300px) and (max-width:480px) {
    .mtp_container.heroes .story_container,
    .mtp_container.heroes .story_container:nth-of-type(8n-1) {
        display:block;
        width:100%;
        height: 500px!important;
        margin-left: auto;
        margin-right: auto;
        margin: 25px 8px 0!important;
    }

    .mtp_partners .mtp_inner .stories_outer_container {
        width: 100%;
    }

    .mtp_container.heroes .story_container .image_container {
        width: 100%;
        height:400px;
    }

    .mtp_container.heroes .story_container .image_container img {
        min-width:100%;
        max-height: 100%;
        object-fit:cover;
    }

    .mtp_container.heroes .story_container p.name {
        margin-top:0!important;
    }

    .mtp_container.heroes .story_container button {
        width: 100%;
    }

}

/* MG 12-1-2016 Adding this query for two buttons on hero */
@media only screen and (min-width:300px) and (max-width:600px) {
    .hero_text_container p { text-align: center}

    .hero_text_container h1 {
        top: 70px;
    }

    .hero_text_container .mtp_button1 .button, .hero_text_container .mtp_button2 .button  {
        margin-left:0!important;
        left:0!important;
        width:auto!important;
        font-size:1.1em;
    }

    .hero_text_container .mtp_button1 .button.watch_video {
        position:relative;
        margin:auto;
        top:7em;
        clear: both;
    }

    .hero_text_container .mtp_button2 .button {
        position:relative;
        margin:auto;
        left:0;
        top:3.5em;
        padding:16px;
        text-align: center;
        display: inline-block;
    } 

    .mtp_button1, .mtp_button2 {
        padding:1em 0;
    }
} 
/* End of Media query for mobile */

@media only screen and (min-width:600px) and (max-width:1066px) {
    .hero_text_container h1 img {
        width:85%;
        margin:auto;
    }
    .mtp.ctas h2 {
        width: 65%;
        margin:auto;
    } 
    .hero_text_container .mtp_button1 .button {
        width: auto!important;
        left: 40%;
        top: 165px;
        font-size: 1em;
    }

    .hero_text_container .mtp_button2 .button {
        width: auto!important;
        left: 81%;
        top: 165px;
        margin: 42px auto;
        font-size: 1em;
        padding: 17px;

    }

}

@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}

@media only screen and (min-width: 972px) and (max-width:1170px) {
    .mtp_hero_buttons {
        width: 100%;
        margin: auto;
        position: relative;
        height: 100px;
        top: 15em;
        display: inherit;
    }
    .mtp_hero_buttons .mtp_button1 {
        width:auto;
        top:25px
    }
    .mtp_button1 .button.watch_video {
        padding: 10px 43px 50px;
            top: 165px;
            left:35%;
    }
}

 /*@media only screen and (min-width: 845px) and (max-width:1170px) {
    .mtp_hero_buttons {
        width: 100%;
        margin: auto;
        position: relative;
        height: 100px;
        top: -27px;
        display: inherit;
    }
    .mtp_hero_buttons .mtp_button1 {
        width:auto;
        top:25px
    }
    .mtp_button1 .button .watch_video {
        padding: 10px 43px 50px;
    }
}*/


@media only screen and (min-width: 1066px)  {
    .hero_text_container .mtp_button1 .button {
        left:25%; 
        top:100px;

    }
    .hero_text_container .mtp_button2 .button {
        left:75%; 
        margin-top:175px;
        top: -35px;
        padding: 18px;
    }

    p.mtp_button1, p.mtp_button2 {
        margin-top:4em;
    }

}

@media only screen and (min-width: 1170px) {
    .mtp_hero_buttons {
        width: 100%;
        margin: auto;
        position: relative;
        height: 100px;
        background: 
        top: 15em;
        display: inherit;
    }
    .mtp_hero_buttons .mtp_button1 {
        padding:20px;
    }
    .mtp_hero_buttons .mtp_button2 {


    }
    .mtp_button1 .button.watch_video {
       padding: 20px 0px 60px 0px;
    left: 30%;
    top: 350px;
    margin: 0px;
    height: 50px; 
    }

    .hero_text_container .mtp_button2 .button {
    position: relative;
    padding: 28px 0px;
    left: 69%;
    top: 135px;
}
}

@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }
  .cd-title h1 {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 1550px){
.mtp_button1 .button.watch_video {
    padding: 20px 0px 60px 0px;
    left: 34%;
    top: 350px;
    margin: 0px;
    height: 50px;
}
.hero_text_container .mtp_button2 .button {
    position: relative;
    padding: 28px 0px;
    left: 65%;
    top: 135px;
}
}



.cd-intro {
  width: 100%;
  text-align: center;
  max-width: 655px;
}

.cd-intro {
  margin: 4em auto;
}


@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}



.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xrotate-1 

-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* -------------------------------- 

xtype 

-------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;

}
.cd-headline.type .cd-words-wrapper.selected {
  background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d;
}
.cd-headline.type b {
  visibility: hidden;
}
.cd-headline.type b.is-visible {
  visibility: visible;
}
.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}
.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

xrotate-2 

-------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-2 i, .cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-headline.rotate-2 b {
  opacity: 0;
}
.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}
.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}
.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards;
}
.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
}
.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}
.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* -------------------------------- 

xloading-bar 

-------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #0096a7;
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}
.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}
.cd-headline.loading-bar b {
  top: .2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

/* -------------------------------- 

xslide 

-------------------------------- */
.cd-headline.slide span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.slide b {
  opacity: 0;
  top: .2em;
}
.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}
.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* -------------------------------- 

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xzoom 

-------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.zoom b {
  opacity: 0;
}
.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}
.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
/* -------------------------------- 

xrotate-3 

-------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-3 b {
  opacity: 0;
}
.cd-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-visible .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cd-headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards;
}
.cd-headline.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
/* -------------------------------- 

xscale 

-------------------------------- */
.cd-headline.scale b {
  opacity: 0;
}
.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.is-visible .cd-headline.scale i {
  opacity: 1;
}
.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}
.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

xpush 

-------------------------------- */
.cd-headline.push b {
  opacity: 0;
}
.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}
.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}


/* For Bold Goal Top */
.parallax [class*="bg__"] {
  position: relative;
  height: 50vh;
  text-indent: -9999px;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}



.parallax .capture {
  float: right;
  width: 200px;
  padding: 1em;
  margin: -1.5em 1em 0 0;
  text-indent: 0;
  background: rgba(243, 243, 243, 0.75);
  box-shadow: 0 1px 0.125em #333;
}

#article .container {
  width: 680px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-family: 'Open Sans';
  font-size: 24px;
}

#article header {
  position: relative;
  margin: -5em 0 0 0;
  padding: 1em;
  margin-left: 200px;
  text-align: left;
  font-size: 2em;
  color: #333;
  background-color: rgba(255, 255, 255, 0.75);
}

#article h1,
#article h2 {
  margin: 0 0 0.333em;
}

#article section {
  padding: 3em;
}

#article section.parallax {
  margin: 0;
  padding: 0;
}

.fillgap {
    width: 100%;
    background-color: #000;
}


#example {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #000;
  
}

#scroller {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: -256px;
  z-index:10;
}

#skeleton {
  height: 1px;
}

#stopper {
  height: 0px;
  
  display: table-cell;
  vertical-align: bottom;
 
}

.scrolldown {
    color: #c4006d;
    font-size: 76px;
    text-align: center;
    position: absolute;
    top: 550px;
    z-index: 10;
    width: 100%;
}

.post{
  margin-bottom: 80px;
  text-align: center;
  height: 640px;
  background-color: #000;
  color: #fff;
  padding-top: 100px;
  
}

.post#future {
        height: 730px;
    }

.post .text {
  width: 496px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  font-family: Arial, sans-serif;
  padding-top: 80px;

  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.post .text ul li,
.post .text h2 {
    color: #fff;
    font-family: 'Biryani', sans-serif;
    font-weight: 600;
}

.post .text ul  {
    list-style-type: disc;
}

.post .image {
  width: 529px;
  display: inline-block;

  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.post.seventies .text {
    padding-top: 20px;
    
}
.post.seventies .text,
.post.seventies .image,
.post.future .text,
.post.future .image {
    width: 920px;
    text-align: center;
    font-size: 28px;
    position: absolute;
    left: 50%;
    margin-left: -460px;
}

.post.future .text p {
    color: #fff;
    font-family: 'Biryani', sans-serif;
    font-weight: 400;
    margin-top: 390px;
    font-size: 34px;
    line-height: 34px;
    color: #fff;
    font-weight: 400;
}

.post .text li {
    z-index: 10;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 17px;
}

.post.seventies .text p {
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    font-weight: 400;
    font-family: 'Biryani', sans-serif;
}

.post.seventies .image {
    z-index: 5;
    opacity: .3;
}

.post.future .image {
    z-index: 5;
}

.parallax {
  background-color: #000;
}




/* Required */

.hidden2{
  opacity: 0;
}

.visible2{
  opacity: 1;
}

/*Heroes*/

h1.mtp_title {
    position: relative;
    top: 0;
    font-weight: 700;
    font-family: 'Biryani', sans-serif;
    font-size: 28px;
    color: #000;
}

h1.mtp_title span {
    color: #ef3ea9;
}

h1.mtp_title span.trade {
    font-size: 20px;
    position: relative;
    font-weight: 600;
    color: #000;
    top: -7px;

}

.landing_content.mtp_container.heroes {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    margin-top: 80px;
}

.mtp_container.heroes .story_container  {
    background-color: #fff;
    margin-right: 30px;
    height: 370px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.mtp_container.heroes .story_container:hover  {
    background-color: #c5006e;
}

.mtp_container.heroes .story_container:hover .name button {
    color: #fff;
    background-color: transparent;
}

.mtp_container.heroes .story_container:nth-of-type(8n-1)  {
    margin-right: 0;

}

.mtp_container.heroes .story_container .image_container img {
    vertical-align: top;
    top: 0%;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
}

.mtp_container.heroes .story_container  a,
.mtp_container.heroes .story_container  p {
    color: #000;
    font-family: 'Biryani', sans-serif;
}

.mtp_container.heroes .story_container p.name {


}

.modal.fade {
    z-index: 100000;
    top: 5%;
    left: 50%;
}

.name button {
    border: none;
    font-family: 'Biryani', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #c5006e;
    background-color: transparent;
}

.name button:hover,
.mtp_modal .modal-header .close:hover {
    background-color: #fff;
}

.main_content_wrapper,
footer {
    display: block;
    clear: both;
    position: relative;
}

.mtp_modal {
    display: none;
    padding: 20px;
    box-sizing: border-box;
    width: 800px;
    /* left: auto; */
    /* right: auto; */
    margin-left: -400px;
}

.mtp_modal .modal-header .close {
    top: 20px;
    right: 20px;
    font-size: 60px;
    color: #c5006e;
}

.mtp p {
    font-family: 'Biryani', sans-serif;
}

.mtp .three_col_maincontent p {
    font-size: 16px;
}

.mtp_modal.fade.in {
    display: block;
}

.mtp_modal {
    font-family: 'Biryani', sans-serif;
    font-size: 14px;
}

    .mtp_modal img {
        width: 280px;
        float: left;
        margin: 0 20px 20px 0;
    }

    

.mtp_partners .mtp_inner .stories_outer_container {
    margin-top: 30px;
}


@media screen and (max-width: 970px) {
    .madlib p.mtp_button {
        text-align: right;
        padding-right: 0px;
    }/*Bold Goal */

     /* temporarily comment out madlib for iphone only 
    .idevice .madlib_container {
        display: none;
    }*/

    .idevice .madlib_container,
    div.mtp.black.mtp_subscribe,
    div.mtp.gray.mtp_news,
    div.mtp.mtp_shop,
    div.mtp.mtp_partners,
    landing_content.mtp_container,
    #example,
    #scroller,
    #stopper,
    .mtp_partners {
        position: relative;
        display: block;
        clear: both;
    }

   

    .trigger_title {
        display: none;
    }

    

    div.mtp.mtp_partners {
        height: 340px;
    }

    #example div.mtp.mtp_partners {
        height: auto!important;
    }

    .landing_content .research_imperative, .landing_content .accessible_care {
        margin-top: 0;
    }

    input.mtp_nomineefield {
        height: 40px;
    }

    .mtp.ctas h2 {
        background-size: 90%;
    }

    div.mtp.socialwall {
        padding-bottom: 0;
    }


    .post.seventies .text, 
    .post.seventies .image, 
    .post.future .text, 
    .post.future .image {
        width: 100%;
        text-align: center;
        font-size: 14px;
        position: absolute;
        left: 0;
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .post.seventies .text p {
        font-size: 15px;
        line-height: 22px;
        color: #fff;
        font-weight: 400;
        font-family: 'Biryani', sans-serif;
    }

     .post.seventies {
        height: 545px;
        padding-top: 50px;

    }

    .post#eighties {
        height: 430px;
        padding-top: 50px;
    }

    .post#nineties {
        height: 543px;
    }

    .post#twothousands {
        height: 250px;
    }

    .post#twothousands {
        height: 310px;
    }



    

    .post .image img {
        width: 100%;
    }

    #stopper {
        display: none;
    }

    .timelineindicator {
        display: none!important;
    }

    .post {
        margin-bottom: 0;
        text-align: center;
        height: 460px;
        background-color: #000;
        color: #fff;
        padding-top: 0px;
    }

    .post .text {
        width: 100%;
        width: 100%;
        position: absolute;
        top: 1;
        z-index: 5;
        padding-left: 20px;
        padding-right: 20px;
        left: 0;
    }

        .scrolldown {
            top: 565px;
        }

    

    .post .image  {
        position: absolute;
        top: 1;
        z-index: 3; 
        width: 100%;
        left: 0;
        opacity: .3;
    }

    .post .text li {
        z-index: 10;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .post#future {
        height: 337px;
    }

    .post.future .image {
        opacity: 1;
    }

    .post.future .text p {
        color: #fff;
        font-family: 'Biryani', sans-serif;
        font-weight: 400;
        margin-top: 318px;
        font-size: 34px;
        line-height: 43px;
        color: #fff;
        font-weight: 600;
    }

    .landing_content .research_imperative p, .landing_content .accessible_care p,
    .landing_content .research_imperative li, .landing_content .accessible_care li {
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
        color: #000;
        font-family: 'Biryani', sans-serif;
    }

    .landing_content .research_imperative p.lg, .landing_content .accessible_care p.lg {
        font-size: 18px;
        line-height: 28px;
    }

.mtp_container.heroes .story_container:nth-of-type(8n-1) {
    margin-right:15px;
}

    .landing_content .research_imperative p.img_caption, 
    .landing_content .accessible_care p.img_caption {
        font-size: 11px;
        text-align: right;
        line-height: 16px;
    }

    .landing_content .research_imperative p.img_caption span, 
    .landing_content .accessible_care p.img_caption span {
            font-style: italic;
    }

    .research_imperative h1 {
        font-family: 'Biryani', sans-serif;
        font-size: 26px;
        color: #000;
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 0;
        position: relative;
        top: 0;
    }

    .mtp_container.heroes .story_container,
    .mtp_container.heroes .story_container:nth-of-type(8n-1) {
        margin-left: auto;
        margin-right: auto;
        /* MG 12-22-2016 Added for spacing in mobile and tablet */
        margin: 0 8px 20px;
    }

    .landing_content.mtp_container.heroes {
        margin-top: 0;
    }

    .mtp_modal.fade.in {
        left: 3%;
        right: 3%;
        
    display: none;
    padding: 20px;
    box-sizing: border-box;
    width: 94%;
    /* left: auto; */
    /* right: auto; */
    margin-left: 0;
}
    }

    .mtp_modal img {
        max-width: 100%;
    }

    .heroes div.mtp.mtp_partners {
        height: auto;
    }
}

@media (min-width: 480px) and (max-width: 970px) {
    .post.seventies {
        height: 510px;
        padding-top: 50px;

    }

    .post#eighties {
        height: 520px;
        padding-top: 50px;
    }

        .post#eighties .text {
            padding-top: 155px;
        }

    .post#nineties {
        height: 520px;
    }

    .post#twothousands {
        height: 520px;
    }

    .post#twothousands .text {
        padding-top: 195px;
    }

    .post#twothousandtens,
    .post#future {
        height: 520px;
    }

       .post#twothousandtens .text {
            padding-top: 143px;
        }



}


/* Iphone Potrait Orientation Only Styles */

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { 

.mtp_modal img {
    float: none !important;}
.mtp_cta p { margin:20px; font-size:16px; text-align: center; }}
