

.container{ max-width:1400px !important;}

.pal p {font-weight:300 !important;}
.asset p {font-weight:300 !important;}

.bg-mist{background:#e9f6fc;}

.bg-bamboo-lagoon{
    background: rgb(133,182,85);
    background: linear-gradient(68deg, rgba(133,182,85,1) 0%, #48A79C  100%);
}

.bg-lagoon-bamboo{
    background: rgb(133,182,85);
    background: linear-gradient(68deg, rgba(133,182,85,1) 0%, #48A79C  100%);
}

.bg-lagoon-bamboo{
    background: rgb(133,182,85);
    background: linear-gradient(68deg,  #48A79C 0%, rgba(133,182,85,1) 100%);
}
.bg-lagoon-mid{
    background: linear-gradient(45deg, #48A79C, #179BD7);
}

.bg-mid-lagoon{
    background: linear-gradient(45deg, #179BD7, #48A79C);
}
.bg-lagoon-coastal{
    background: rgb(23,155,215);
    background: linear-gradient(68deg, rgba(23,155,215,1) 0%, rgba(41,58,74,1) 100%);
}
.bg-coastal-lagoon{
    background: rgb(23,155,215);
    background: linear-gradient(68deg, rgba(41,58,74,1) 0%, rgba(23,155,215,1) 100%);
}

.btn-download{
    background-image: url('/wp-content/themes/cPbase/assets/img/pal/pal-blue-download.svg');
    background-position:left center;
    background-repeat: no-repeat;
    padding-left:35px !important;
    color:#179bd7;
}

.asset-bank{
    padding:5rem 0;
}
.upload-dt{
    font-style: italic;
    color:#898989;
    font-weight:300 !important;
}

.dl-btn{
    height:25px;
    width:25px;
}

button#embed {
    border:none;
    background:none;
}

button.embed:hover{ color:#ff6c2c;}
.pal-logo-files{
    list-style: none;
    margin:0;
    padding:0;
}

.pal-logo-files li{
    display:inline-block;
    color:#898989;
    font-size: .75em;
}

.pal-logo-files li a{
    color:#898989;
}

.pal-logo-files li a:hover{
    color:#179bd7;
    text-decoration: none;
}

.wpt-video{
    position: relative;
    overflow: hidden;
    width: 100%;
    height:auto;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.video{
    position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;

}
