/* Font Family Import */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-Regular.ttf') format('truetype');
}

/* Custom HTML for html tags below */

body {
    font-family: Gellix;
}

h1 {
    font-weight: 600;
    font-size: 25px;
}

p {
    color: #ffffff;
    font-size: 16px !important;
}

img {
    width: 100%;
}

.text-small {
    font-size: 80%;
}

.text-black {
    color: #212529 !important;
}

/* Custom HTML for classes and ids below */
#biopharma-manufacturing,
#header {
    background-color: #000048;
}

/* #biopharma-manufacturing .container ,#header .container{
    max-width: 1180px;
} */


#expert-panel {
    background-color: #000048;
}

#biopharma-manufacturing .contact-form p {
    font-size: 16px;
}

#biopharma-manufacturing .business-river-logo,
#header .business-river-logo {
    width: 150px;
    height: auto;
}

#biopharma-manufacturing .pia-logo,
#header .pia-logo {
    max-height: 100px;
    width: auto;
    vertical-align: middle;
    display: inline-block;
    margin-left: 20px;
}

.cognizant-row-buttons button {
    background-color: #23EFE9;
    font-size: 14px;
    border-radius: 50px;
    color: #010048;
    font-weight: 700;
}

#biopharma-manufacturing .cognizant-row-buttons img {
    width: 12px;
    margin-bottom: 5px;
}

#biopharma-manufacturing ul {
    line-height: 35px;
    margin-top: 30px;
}

#biopharma-manufacturing .contact-form .form-control {
    background-color: #ECECF1;
    color: #212529;
    border-radius: 8px;
    border-color: #212529;
}

input::placeholder,
textarea::placeholder {
    font-weight: 700;
    overflow: wrap;
    /* color: #B3B3C8 !important; */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #474749 !important;
}

#terms-content {
    font-size: 14px;
}

select.form-control {
    text-shadow: 1px 0px 0px #474749;
}

#form-checkbox {
    display: flex;
    align-items: start;
    column-gap: 10px;
}

input[type="checkbox"] {
    margin-top: 5px;
}

.detail-title {
    color: #000000;
}

.stamp {
font-size: 14px !important;
}

#future {
    padding: 0px;
}

#career{
    padding-right: 0px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#more-videos p {
    color: #000000;
    font-weight: 500;
}

.linkedin-icon {
    height: 25px;
    width: 25px;
    margin-top: 3px;
}

.container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.position {
    color: #fff;
    font-weight: 500;
}

#about-us-section p {
    color: #000000;
    line-height: 30px;
}

.cognizant-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cognizant-logo img {
    width: 200px;
    height: auto;
}

#footer {
    background-color: #000048;
    /* height: 300px; */
}

#footer a {
    color: #fff;
}

#footer img {
    width: 70px;
    height: auto;
}

.copyright {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

#biopharma-manufacturing .left-col {
    padding-right: 50px;
}

#biopharma-manufacturing .left-col p {
    line-height: 1.7;
}

#biopharma-manufacturing h2,
#expert-panel h2 {
    color: #ffffff;
}

#biopharma-manufacturing .links-sub {
    margin-top: 25px;
}

.sponsor-logo {
    max-width: 280px;
    width: 100%;
    height: auto;
}

.sponsor-logo-small {
    max-height: 100px;
    height: 100px;
    width: auto;
}

#thank-you-page p {
    line-height: 1.7;
}

/* .sponsor-logo-produced.pia {
    max-height: 100px;
    width: auto;
}

.sponsor-logo-produced.business-river {
    margin-top: 20px;
    height: 69px;
    max-height: 69px;
    width: auto;
} */

.row-sm {
    /* max-width: 800px; */
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* Cookie Consent */
.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2147483645;
    box-sizing: border-box;
    width: 100%;
    -webkit-box-shadow: 0px 0px 15px 3px rgba(106,106,106,0.43); 
    box-shadow: 0px 0px 15px 3px rgba(106,106,106,0.43);
    background-color: #F1F6F4;
}

.cookie-consent-banner__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 32px 0;
}

.cookie-consent-banner__copy {
    /* margin-bottom: 16px; */
}

.cookie-consent-banner__actions {}

.cookie-consent-banner__header {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.7;
}

.cookie-consent-banner__description {
    font-weight: normal;
    color: #000;
    font-size: 16px;
    line-height: 1.7;
    /* margin-bottom: 25px; */
}

.cookie-consent-banner__cta {
    box-sizing: border-box;
    display: inline-block;
    min-width: 164px;
    padding: 11px 13px;
    text-decoration: none;
    text-align: center;
    font-family: "CeraPRO-Regular", sans-serif, arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    background-color: #23EFE9;
    border-radius: 50px;
    color: #010048;
}

.cookie-consent-banner__cta:hover {
    color: #010048;
    opacity: 0.8;
}

.cookie-consent-banner__cta--secondary {
    padding: 9px 13px;
    border: 2px solid #23EFE9;
    background-color: transparent;
    color: #000048;
}


.cookie-consent-banner__cta--secondary:hover {
    color: #000048;
    opacity: 0.8;
}

.cookie-consent-banner__cta:last-child {
    margin-left: 16px;
}

.form-bg {
    background-color: #ECECF1;
    border-radius: 20px;
    padding: 20px 35px 0px 35px;
}

/* @media screen and (min-width: 1300px) {
    #biopharma-manufacturing .container ,#header .container ,#more-videos .container, #expert-panel .container,#about-us-section .container{
        max-width: 1270px !important;
    } 
} */

/* Deck Page */
#deck {
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; */
    height: auto;
    width: 100%;
    
}

#deck .cognizant-row-buttons a {
    background-color: #23EFE9;
    font-size: 14px;
    border-radius: 50px;
    color: #010048;
    font-weight: 700;
}

.deck-body {
    background-color: #000048;
}

#deck .cognizant-row-buttons {
    text-align: right;
}

#deck #pdf-preview {
    margin-top: 30px;
}

#deck .embed-container { 
    padding-bottom: 46.25%; 
} 

/* end of Deck Page */

@media screen and (max-width: 1024px) {

    [class^=col-],
    [class*=" col-"] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    
    #future {
        padding: 6px 12px;
    }

    #deck .cognizant-row-buttons {
        margin-top: 30px;
        text-align: center;
    }

    #deck #header {
        text-align: center;
    }
    
    #career{
        padding: 6px 12px;
    }

    .col {
        width: 100% !important;
    }

    #biopharma-manufacturing ul {
        margin-top: 15px;
    }

    #biopharma-manufacturing .container {
        padding-bottom: 10px;
    }

    #biopharma-manufacturing .links-sub {
        margin-top: 30px;
    }

    .cognizant-row-buttons button {
        width: 100%;
        margin-bottom: 15px;
    }

    #biopharma-manufacturing .left-col {
        padding-right: 12px;
    }

    #biopharma-manufacturing .cognizant-row-buttons {
        display: block !important;
    }

    .pe-1 {
        padding-right: 12px !important;
    }

    .ps-1 {
        padding-left: 12px !important;
    }

    .w-50 {
        width: 100% !important;
    }

    .expert-panel-container {
        margin-bottom: 30px !important;
    }

    .copyright {
        display: block;
        text-align: center;
    }

    #footer img {
        margin-bottom: 15px;
        margin-top: 20px;
    }
}
@media screen and (max-width:768px){
    .mobile-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .new-drivers {
        margin-top: 20px !important;
    }
}

@media screen and (max-width:600px){
    #header .container{
        padding-top:20px !important ;
    }

    .detail-title {
        margin-top: 0px !important;
        text-align: center;
    }

    .cognizant-row-buttons {
        margin-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .form-bg {
        padding: 15px 35px 0px 35px !important;
    }
}

