
.color1 {
    padding: 10px;
    background-color: #D31674;
    color: white;
}

.color2 {
    padding: 10px;
    background-color: #1eaac7;
    color: white;
}

.color-everywoman {
    padding: 10px 0;
    background-color: #9b4f96;
    color: white;
}

.blurb-mind-org {
    color: #fff;
    background-color: #315a91 !important;
    border-color: transparent;
}

.fb-button {
    display: inline-block;
    border-radius: 3px;
    font-size: 11px;
    height: 22px;
    width: 100px;
    padding: 2px 6px;
    background: #4080ff;
    border: 1px solid #4080ff;
    color: white;
}

.cares-banner {
    /*background-color: red;*/
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    max-width: 854px;
    z-index: 2;
    padding: 32px
}

.cares-banner-img {
    height: auto;
    /*width: 20%;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*margin: 0 auto;*/
}

.silversea {

          padding: 20px 40px 40px;
          max-width: auto;
          display: flex;
          &__image {
          margin: 30px 40px 0 0;
          width:auto;
          object-fit: contain;
          align-self: flex-start;
          }
          &__text {
          display: inline-block;
          width:50%
          align-self: flex-start;
          }
          }


.brand_logos {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    max-width: 854px;
    z-index: 2;
    padding: 32px
}

.brand_logos img {
    height: auto;
    width: 20%

}


.rcl-cares-title {
    /*position: absolute;*/
    bottom: 16px;
    left: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
    /*max-width: 620px;*/
}

.rcl-cares-title img {
    width: 66%;
    max-width: 620px;
    /*margin: 0 auto*/
}


@media only screen and (min-width: 1180px) {
    .rcl-cares-title {
        bottom: 112px
    }

    .rcl-cares-title.small {
        bottom: 64px
    }

    .rcl-cares-title img {
        max-width: 620px
    }

    .rcl-cares-title.small img {
        max-width: 496px
    }
}

.care-footer {
    color: white;
    background-color: #1eaac7;
}

.info-column {
    padding: 0 !important;
}

.updated-ticker2 {
    color: rgba(211, 22, 116, 0.74);
    background-color: #ff16a0;
    border-color: #870d5d;
    border-left-color: rgba(211, 22, 116, 0.7);
}

.lang-popup {
    position: fixed;
    top: 2vh;
    right: 20px;
}
/*.alert-ticker {*/
/*    border-left-color: #D31674;*/
/*}*/

.color-silversea {
    padding: 0px 0;
    background-color: white;
    color: black;
    }