body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #686868;
    background-color: #fff;
    margin-top: 130px;
    height: 100%;
    width: 100%;
}

#ot-sdk-btn {
    color: white !important;
    border: none !important;
    font-size: 1em !important;
    padding: 0 !important;
}

#ot-sdk-btn:hover {
    background-color: transparent !important;
    text-decoration: underline;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(100, 100, 100, .6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(100, 100, 100, .6) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(100, 100, 100, .6) !important;
}

h1 {
    font-family: 'Quicksand', sans-serif;
    font-size: 45px;
    color: #09738c;
    text-transform: uppercase;
}

h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 26px;
    color: #b0d7d5;
    text-transform: uppercase;
}


.promo-bar {
    background: #2AA2C7;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    z-index: 10;
    font-family: 'Quicksand',sans-serif;
    line-height: 21px;
}

    .promo-bar a {
        text-decoration: none;
        color: #fff;
    }

    .promo-bar .promo-details-toggle {
        font-size: 12px;
        display: inline-block;
        padding-left: 10px;
    }


.top-bar {
    background: #666;
    padding: 5px 40px;
    font-size: 12.5px;
    width: 100%;
    height: 30px;
    color: #fff;
    text-transform: uppercase;
    z-index: 10;
    font-family: 'Open Sans',sans-serif;
    line-height: 21px;
}

    .top-bar a {
        color: #fff;
    }

header.fixed, header.static {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    height: 120px;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.navbar {
    width: 100%;
    background: none;
    border: 0;
    border-radius: 0;
    height: 90px;
    z-index: 10;
    margin: 0;
    min-height: 50px;
}

    .navbar li a {
        padding: 0;
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
        vertical-align: middle;
        letter-spacing: 1.5px;
        font-family: 'Open Sans',sans-serif;
        font-weight: 600;
    }

    .navbar li a:hover {
        background: none;
    }

    .navbar li {
        margin-top: 25px;
        height: 60px;
        padding: 10px 25px 0 25px;
    }

    .navbar .dropdown-menu li {
        font-size: 14px;
        margin-top: 0px;
        height: 30px;
        padding: 10px 25px 10px 25px;
    }

        .navbar .dropdown-menu li a {
            padding: 0;
            text-transform: none;
            font-family: "Open Sans", sans-serif;
            font-weight: 400;
        }

    .navbar li.no-pad {
        padding-top: 0;
    }


header.fixed .navbar li a, header.static .navbar li a {
    color: #8e8c86;
}

    header.fixed .navbar li a:hover, header.static .navbar li a:hover {
        padding-bottom: 32px;
    }

header .btn.btn-outline {
    font-size: 11.5px;
}

header.fixed .btn-outline, header.static .btn-outline {
    background: #a72f88;
    color: #fff !important;
    padding: 12px 24px !important;
    border: 1px solid #a72f88 !important;
    font-size: 11.5px;
    line-height: 12px;
}

header.fixed .btn-outline:hover, header.static .btn-outline:hover, header.fixed .btn-outline:focus, header.static .btn-outline:focus {
    background: #a72f88;
}

header.fixed .top-bar, header.static .top-bar {
    background: #666;
}

header .navbar-default .navbar-toggle {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    border: none;
    padding-right: 5px;
    padding-top: 10px;
    padding-left: 5px;
}



.browse-happy {
    background-color: #dbda1e;
    display: block;
    width: auto;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 1;
    top: 0;
    position: relative;
    font-weight: bold;
    text-align: center;
    font-family: 'Quicksand',serif;
    text-transform: uppercase;
}

.browse-happy a {
    color: #000;
    text-transform: uppercase;
}

section.how-it-works {
    background-color: #e9f2f5;
    padding-top: 60px;
    padding-bottom: 0px;
    /*margin-top: -100px;*/
}

section.questions {
    margin-top: -80px;
}

.text-container {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #b0d7d5;
    padding: 60px 35px 10px 35px;
    margin: -70px 0 40px 0;
    min-height: 520px;
}

.text-container a, .learning-center a {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    color: #a72f88;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}

.phone a {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #a72f88;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}

.promo-code {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    color: #a72f88;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}

.btn.btn-primary.outline {
    background: rgba(255,255,255,.3);
    color: #a72f88;
    border: 1px solid #a72f88;
    font-weight: 600;
}

.btn.btn-primary {
    background: #a72f88;
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 20px;
    line-height: 29px;
    letter-spacing: 1.5px;
}

.container {
    max-width: 1200px;
    width: 100% !important;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.how-it-works .steps {
    margin-top: 10px;
    margin-bottom: 60px;
}

.how-it-works .steps .cta {
    padding-top: 30px;
}

.testimonials {
    padding: 2rem 0;
    background-color: #f3ecf3;
    text-align: center;
}

.testimonials__header {
    margin: 0 0 1.5rem;
}

.testimonials__media {
    margin: 0 auto;
    width: auto;
}

.testimonials__media-object {
    max-width: 60%;
    max-height: 200px;
}

.testimonials__body {
    padding: 0 10px;
    width: auto;
}

.testimonials__quote {
    font-family: "Quicksand";
    font-weight: 400;
    margin: 0;
    padding: 1rem 0 1.5rem;
}

.testimonials__author {
    font-family: "Open Sans", sans-serif;
    font-size: 16pt;
    color: #09738c;
    margin: 1.5rem 0 0;
}

.testimonials__divider {
    width: 45%;
    border-top: 1px solid #09738c;
    margin: 0 auto;
}

.testimonials__cta {
    color: #005595;
    border: 1px solid #005595;
    padding: .25rem 1rem;
    margin-bottom: 2rem;
    font-size: 14px;
}

.testimonials .slick-slider {
    opacity: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

.testimonials .slick-next {
    right: 10px;
}

.testimonials .slick-prev {
    left: -10px;
}

.testimonials .slick-prev:before, .slick-next:before {
    /*font-size: 40px;*/
    color: #a72f88;
}

.testimonials .slick-arrow {
    top: 30%;
    z-index: 1;
}

.testimonials .slick-slide {
    max-width: 290px;
    opacity: .3;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.testimonials .slick-slide:focus {
    outline: 0;
}

.testimonials .slick-slide .testimonials__media-object-container {
    opacity: 0;
}

.testimonials .slick-current, .testimonials .slick-current .testimonials__media-object-container {
    opacity: 1;
}

.testimonials .slick-current + .slick-slide .testimonials__media-object-container {
    display: none;
}

.slick-prev, .slick-next {
    width: 60px;
    height: 60px;
}

section.testimonials {
    background-color: #f9faef;
    padding-top: 30px;
    padding-bottom: 80px;
}

.testimonials .nav {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #686868;
}

.learning-center .icon {
    font-size: 64px;
    color: #d7df94;
}

.learning-center-items {
    padding-top: 10px;
    padding-bottom: 40px;
}

.learning-center-items p {
    padding-top: 30px;
    min-height: 150px;
    max-height: 150px;
}

footer .master-footer a {
    color: #fff;
}

footer .master-footer {
    background: #4a82a8;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4a82a8),color-stop(100%,#215280));
    background: -webkit-linear-gradient(top,#4a82a8 0,#215280 100%);
    background: linear-gradient(to bottom,#4a82a8 0,#215280 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a82a8',endColorstr='#215280',GradientType=0);
    min-height: 250px;
    color: #fff;
    padding-top: 50px;
}

footer .footer-title {
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 25px;
}

footer .master-footer ul {
    padding-top: 10px;
    padding-bottom: 20px;
}

footer .master-footer li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.partners ul.list-unstyled li {
    height: 80px;
    float: left;
}

.partner-icon {
    text-align: center;
    height: 65px;
    margin-top: 15px;
}

section.intro-mobile {
    display: none;
}

section.intro .mom-baby {
    background: url(../images/CCB_UK_Portal_Hero_IMG.png) no-repeat top center;
    background-size: cover;
}

/*main{
    position: relative;

}*/

/*section.intro{
     position: relative;
       z-index: 0;
 }*/

/*.promo-dropdown-container{
    position: relative
}*/

.promo-dropdown .promo-dropdown-body {
    /*position: absolute;
    z-index: 100;*/
    min-height: 410px;
}

.promo-dropdown-body h1 {
    padding-top: 50px;
}

.promo-dropdown-body p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.subscription-promo {
    background: url(../images/CCB_UK_Portal_Promo_Expanded.png) no-repeat top left;
    background-size: contain;
}

.pregnant {
    background: url(../images/CCB_UK_Portal_Learning-Center_IMG.png) no-repeat center left;
    padding-top: 40px;
}

section.intro .intro-body {
    color: #000;
    background-color: #fff;
    padding-top: 110px;
    min-height: 600px;
}

section.intro .intro-body.current {
    display: block;
}

section.intro h1 {
    text-align: left;
}

section.intro .header-title {
    font-size: 50px;
    color: #09738c;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
}

section.intro .header-desc {
    font-family: 'Open Sans', sans-serif;
    color: #686868;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
}

section.intro .important {
    font-weight: bold;
}

section.intro .header-video {
    margin-bottom: 20px;
    overflow: hidden;
}

section.intro .header-video .video-image {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    cursor: pointer;
}

section.intro .header-video .video-desc {
    display: inline-block;
    width: 50%;
}

section.intro .header-video .video-title {
    color: #a72f88;
    font-size: 18px;
    text-transform: uppercase;
}

section.intro .header-video .video-title a {
    color: #a72f88;
}

section.intro .header-video .video-subtitle {
    font-size: 14px;
    color: #686868;
}

.navbar .navbar-brand {
    height: auto;
}

.navbar .navbar-brand .logo {
    width: 10rem;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-brand {
    float: left;
    padding: 11px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

header .navbar-header {
    background-color: #fff;
}

.navbar-collapse {
    background-color: #fff;
}

.ccb-logo{
  height: 100%;
  width: auto;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.customer-service {
    background-repeat: no-repeat;
    background-position: right top;
    background-color: transparent;
    background-size: cover;
    background-image: url(../images/CCB_UK_Portal_Questions_IMG.png);
    text-align: left;
    min-height: 500px;
    padding-top: 120px;
}

section.learning-center {
    margin-top: -80px;
}

.learning-center-body {
    padding-top: 65px;
    padding-bottom: 60px;
}

@font-face {
    font-family: 'Pe-icon-7-stroke';
    src: url('../fonts/Pe-icon-7-stroke.eot?d7yf1v');
    src: url('../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'), url('../fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'), url('../fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'), url('../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
    display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pe-7s-video:before {
    content: "\e604";
}

.pe-7s-play:before {
    content: "\e624";
}

.pe-7s-pin:before {
    content: "\e69b";
}

.pe-7s-phone:before {
    content: "\e627";
}

.pe-7s-info:before {
    content: "\e647";
}

.carousel {
    background: none;
}

.carousel .carousel-inner {
    background: none;
}

.carousel-control {
    z-index: 100;
    opacity: 1;
    background: none !important;
}

.carousel-control span {
    color: #dcdcdc;
    box-shadow: none;
    text-shadow: none;
    font-size: 20px;
}

section .section-intro {
    font-size: 16px;
    margin-bottom: 70px;
}

section .outro {
    font-size: 20px;
    margin-bottom: 30px;
}

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

    .testimonials {
        text-align: left;
    }

    .testimonials .slick-slide {
        max-width: 450px;
    }

    .testimonials .slick-next {
        right: 10px;
    }

    .testimonials .slick-prev {
        left: 10px;
    }

    .testimonials .slick-arrow {
        top: 25%;
        z-index: 1;
    }

    .testimonials .slick-arrow:after, .testimonials .slick-arrow:before {
        color: #a72f88;
        font-size: 60px;
    }

    .testimonials__divider {
        margin: 0;
    }

    .testimonials__media-object {
        max-width: 75%;
        max-height: 100%;
    }

    .navbar .navbar-brand {
        padding-top: 15px;
    }
}

/*@media screen and (min-width:1024px) {
    .testimonials .slick-slide {
        max-width: 600px;
    }
}*/

@media screen and (min-width:1200px) {
    /*.testimonials__header {
        font-size: 48px;
        margin: 3rem 0;
    }

    .testimonials__cta, .testimonials__quote {
        font-size: 18px;
    }

    .testimonials__media-object {
        max-width: 100%;
        max-height: 100%;
    }

    .testimonials .slick-slide {
        max-width: 700px;
    }

    .testimonials .slick-next {
        right: 25px;
    }

    .testimonials .slick-prev {
        left: 25px;
    }

    .testimonials .slick-arrow:after, .testimonials .slick-arrow:before {
        font-size: 72px;
    }*/
}

@media (min-width: 979px) {
    /*ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }*/
}

@media (max-width: 1110px) {

    /*.how-it-works {
        margin-top: 0px;
    }*/

    .ccb-logo{
      /* background-color: red; */
      max-height: 5vh;
    }
    
}

@media (max-width: 991px) {

    .intro .intro-body {
        position: relative;
    }

    .pregnant {
        background: none;
    }

    .promo-dropdown-body h1 {
        padding-top: 15px;
    }

    h1 {
        font-size: 24px;
    }

     h2{
        font-size: 24px;
    }

    body {
        margin-top: 100px;
    }
}

@media (max-width: 767px) {

    body {
        margin-top: 95px;
    }

    header.fixed, header.static {
        height: 50px;
    }

    .navbar .navbar-brand {
        height: auto;
        padding: 10px 0px;
    }

    .navbar-collapse li {
        margin-top: 0px;
        height: 30px;
    }

    .btn-sm {
        margin: 10px 10px;
        padding: 15px 0px;
    }

    .subscription-promo {
        background: url(../images/CCB_UK-Portal_M_Promo.png) no-repeat top center;
        background-size: contain;
    }

    .promo-dropdown-body h1 {
        text-align: center;
        padding-top: 200px;
        font-size: 26px;
    }

    .promo-dropdown-body p {
        text-align: center;
        font-size: 14px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .navbar .links li {
        margin-top: 10px;
        height: 30px;
        padding: 10px 20px 0 0px;
    }
}

@media (max-width: 736px) {

    section.intro .mom-baby {
        background: url(../images/CCB_UK-Portal_M_Hero.png) no-repeat bottom center;
        background-size: cover;
    }

    .intro-cta {
        text-align: center;
    }

    section.intro .intro-body {
        color: #000;
        background-color: #fff;
        padding-top: 0px;
        min-height: 300px;
    }

    section.intro .header-title {
        font-size: 36px;
        text-align: center;
    }

    section.how-it-works {
        padding-top: 20px;
        margin-top: -30px;
    }

    section.find-donor {
        position: relative;
        margin-top: -30px;
        z-index: 100;
    }

    section.how-it-works {
        position: relative;
    }
}

@media (max-width: 667px) {
    section.intro .header-title {
        font-size: 36px;
        text-align: center;
    }
}

@media (max-width: 640px) {
    .customer-service {
        background-image: none;
    }
}

@media (max-width: 480px) {

    .testimonials .slick-slider {
        padding-bottom: 0px;
        padding-top: 20px;
    }

    .customer-service {
        background-image: none;
    }

    section.intro .header-title {
        text-align: center;
    }

    section .text-container {
        padding: 60px 20px 10px 20px;
    }

    h1 {
        font-family: 'Quicksand', sans-serif;
        font-size: 28px;
        color: #09738c;
        text-transform: uppercase;
    }

    h2 {
        font-family: 'Quicksand', sans-serif;
        font-size: 30px;
        color: #b0d7d5;
        text-transform: uppercase;
    }

    section.intro .header-title {
        font-size: 36px;
    }


    .learning-center-item {
        padding-top: 20px;
    }

    .slick-prev, .slick-next {
        width: 30px;
        height: 30px;
        outline: none;
    }
}

@media (max-height: 420px) {

    .promo-dropdown-body h1 {
        text-align: center;
        padding-top: 0px;
        font-size: 20px;
    }

    .promo-dropdown-body p {
        text-align: center;
        font-size: 12px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .promo-dropdown-body .btn.btn-primary {
        line-height: 16px;
        font-size: 12px;
    }

    .subscription-promo {
        background: url(../images/CCB_UK-Portal_M_Promo.png) no-repeat bottom center;
        background-size: cover;
    }

    .promo-dropdown .promo-dropdown-body {
        max-height: 160px;
        min-height: 160px;
    }

    .promo-dropdown h1 {
        margin-top: 10px;
    }

    .promo-dropdown .promo-code {
        font-size: 12px;
    }
}

@media (max-width: 320px) {

    body {
        margin-top: 90px;
    }

    section.intro .intro-body {
        color: #000;
        background-color: #fff;
        padding-top: 0px;
        min-height: 240px;
    }

    section.intro .header-title {
        padding-top: 20px;
        font-size: 26px;
    }

    .text-container a {
        font-size: 14px;
    }

    .promo-dropdown-body h1 {
        text-align: center;
        padding-top: 0px;
        font-size: 20px;
    }

    .promo-dropdown-body p {
        text-align: center;
        font-size: 14px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .promo-dropdown-body .btn.btn-primary {
        line-height: 16px;
        font-size: 12px;
    }

    .subscription-promo {
        background: url(../images/CCB_UK-Portal_M_Promo.png) no-repeat bottom center;
        background-size: cover;
    }

    .promo-dropdown .promo-dropdown-body {
        max-height: 160px;
        min-height: 160px;
    }

    .promo-dropdown h1 {
        margin-top: 5px;
    }

    .promo-dropdown .promo-code {
        font-size: 12px;
    }
}