/* Global styles*/

html{
    margin-top: 0 !important;
}

hr{
    height: 1px !important;
}

*{
    font-family: lato, sans-serif;
}

p, span{
	color:#212529;
}

/*Background color classes for the 3 websites*/

.bg-black{
    background-color: black !important;
}

.bg-red{
    background-color: red !important;
}

.bg-green{
    background-color: #AFD373 !important;
}

.bg-grey{
    background-color: #F6F6F6 !important;
}

.bg-blue{
    background-color: #00A1B1 !important;
}

.bg-light-blue{
    background-color: #E5F5F7 !important;
}

.bg-purple{
    background-color: #53398F !important;
}

.bg-light-purple{
    background-color: #EDE9F2 !important;
}
.bg-dark-green{
   background-color: #006C77!important; 
}
.bg-thera-green{
    background-color: #AED372 !important;
}

.bg-dark-grey{
    background-color: #F3F5F6!important;
}

.bg-thera-grey{
    background-color: #E9EAEE !important;
}

.bg-grad{
    background: rgb(216,222,223);
    background: linear-gradient(101deg, rgba(216,222,223,1) 47%, rgba(243,245,246,1) 100%);
}

/*Text color classes*/

.text-red{
    color: red !important;
}

.text-green{
    color: #A3CF62 !important;
}

.text-black{
	color: black !important;
}

.text-dark-green{
	color: #006C77 !important;
}

.text-white{
    color: white !important;
}

.text-purple{
    color: #53398F !important;
}

.text-blue{
    color: #00A1B1 !important;
}

.text-grey{
    color: #303030 !important;
}
/*Defining the text size classes */

.text-menu, .text-button, .text-regular{
    font-size: 16px;
}

.text-heading{
    font-size: 28px;
    line-height: 1.2 !important;
}

.text-medium-heading{
    font-size: 22px;
}

.text-small-heading{
    font-size: 20px;
}

.text-bold{
    font-size: 16px !important;
    font-weight: bold;
}

.text-body{
    font-size: 16px;
}

.text-reference{
    font-size: 14px;
}

.text-breadcrum{
    font-size: 12px;
}

/*Defining other miscellaneous common classes */

.border-none{
    border: 0px !important;
}

.border-white{
    border: 1px solid white;
}

.border-grey{
    border: 1px solid #D3D3D3;
}

.border-green{
    border: 1px solid #A3CF62;
}

.border-blue{
    border: 1px solid #00A1B1 !important;
}

.border-purple{
    border: 1px solid #53398F !important;
}

.border-black{
	border: 1px solid black !important;
}

.border-dark-green{
    border: 1px solid #006884 !important;
}

.border-radius-10{
    border-radius: 10px;
}

.h-150{
    height: 150px !important;
}

.w-100{
    width: 100% !important;
}

.w-50{
    width: 50% !important;
}

.w-75{
    width: 75% !important;
}

.box-shadow{
    box-shadow: 6px 6px 9px rgb(0 0 0 / 16%);
}

.border-none{
    border: none !important;
}

/* Modifying Bootstrap classes*/

.card{
    border-radius: 0 !important;
}

.card-body{
    padding: 0 !important;
}

/* Gravity Form Style */

input#gform_submit_button_1, .gform_button{
    padding: 10px 30px;
    background-color: #006C77;
    color: white !important;
    border: 0 !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

h2.gform_title{
    color: #006C77;
}

/* Bootstrap Tab Classes*/

    #pills-tab {
        display: flex;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    #pills-tab > .nav-item > .nav-link {
        font-size: 15px !important;
        font-weight: bold;
    }

    #tab-inner-container {
        padding: 0%;
    }

    /* Miscellaneous */

    .text-white ::marker{
        color: white !important;
    }

    #banner-overlay-text{
        position: absolute;
        top: 10%;
        height: 300px;
        width: 100%;
        left: 0%;
        z-index: 1000;
    }

    .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
        text-decoration: underline;
         background-color:  transparent!important; 
    }

    .ginput_container_consent{
        display: flex;
        align-items: baseline;
    }

    .gfield_consent_label{
        margin-left: 10px;
    }

//Miscellaneous classess
.mobile-banner{
    display: none;
}

.desktop-banner{
    display: block;
}

.banner-text-container{
    position: absolute;
    bottom: 5%;
    left: 0%;
    z-index: 1000;
}

.banner-text{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5 !important;
}

.inomax-list li::marker{
    color: #00A1B1 !important;
}

.therakos-list li::marker{
    color: #53398F !important;
}

.mallinckrodt-list li::marker{
    color: #006C77 !important;
}

.um-password .um-field-area {
    width: 100%;
}

@media only screen and (min-width: 901px){
    .desktop-banner{
       display: block;
    }

    .mobile-banner{
        display: none;
    }
}

@media screen and (max-width: 991px){
    #banner-overlay-text{
        top: 5%;
    }

    .banner-text{
        font-size: 22px;
    }
}

@media screen and (max-width: 991px){
    #banner-overlay-text{
        left: 5%;
    }
}

    @media only screen and (max-width: 900px){
        .desktop-banner{
            display: none;
        }
    }
@media screen and (min-width: 991px){
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 300px!important;
}
}



@media screen and (max-width: 550px){
    #banner-overlay-text{
        width:80%;
        left: 5%;
    }
}
#gform_submit_button_4{
background-color: #53398F !important;
	color:white;
	padding:10px;
	border-radius:2px;
}