@charset "utf-8";

body {
    color: #000;
}

.blueGrad {
    background: rgb(255, 255, 255);
    background: -webkit-linear-gradient(top left, rgba(255, 255, 255, 1) 0%, rgba(174, 237, 252, 1) 55%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top left, rgba(255,255,255,1) 0%, rgba(174,237,252,1) 55%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 1) 0%, rgba(174, 237, 252, 1) 55%, rgba(255, 255, 255, 1) 100%);

}

.blue{color: #0672A2;}
#navy{}

#app_Title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2em;
}

#app_Subhead {
    font-size: 2.5rem;
    margin-bottom: 20px;
    margin-left: 40px;
}

#app_Note {
    font-size: 2rem;
    margin-left: 40px;
}

#menu {
    /*flex-basis: 13rem;*/
    flex-shrink: 0;
    background-color: #1A8EC1;
    border-left: 1rem solid #0672A2;
    box-shadow: 0 0 1rem #000000;
    z-index: 99;
}

#menu .current a {
    background-color: #30A8DD;
}

#menu a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

#menu a .icon{
    filter: brightness(0) saturate(100%) invert(88%) sepia(6%) saturate(1828%) hue-rotate(176deg) brightness(102%) contrast(106%);
}

#main .footer .social a {
        color: #0672A2;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}

#map {
    width: 100%;
    margin: 0 10px;
}

.box {
    display: flow-root;
    border-radius: 0;
    background-color: transparent ;
    margin: 0;
}
.box > .inner {
    margin:0;
    padding: 0;
}
.box .columns > .inner {
    margin:0;
}

#resourceBanner {
    height: 33rem;
    background-image: url(assets/images/Banner_BioPharma_Full.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 61%;
}
.resource-boxes {
    display: flex;
    flex-wrap:nowrap !important;/**/
    /*position: absolute;
    top: 0;
    */
    text-align: center;
    width: calc(30% - 2rem);
    transform: translate(30%, -50%);
}
.resource-boxes  h3, .resource-table-column h3 {
color: #0672A2;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-size: 2rem;
}
.resource-boxes > .column:not(:last-child) {
    margin-right: 5%;
}
.resource-boxes > .column {
    background-color: #fff;
    border: .3rem solid #BAEAFF;
    border-radius: .75rem;
    padding: 0rem 1rem 2.5rem;
    width: 20%;
}
.resource-table{
transform: translate(0, -50%);
    margin: 0 auto;
}
.resource-table-column {
    text-align: center;
    background-color: #fff;
    border: .3rem solid #BAEAFF;
    border-radius: .75rem;
    padding: 30px;
    min-width: 250px;
}

.w3-btn, .button {
    display: block;
    clear: both;
    max-width: 100%;
    margin-bottom: 2px;
    padding: 1rem 2rem;
    background-color: #FFB91D;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}
.w3-btn:hover,
.w3-btn:focus,
.button:hover,
.button:focus {
	box-shadow: 0 .25rem 1rem 0 rgba(0,0,0,0.2);
	
	background-color: #30A8DD;
}

.resource-header {
    background-color: #0672A2;
    padding: 1rem 5rem;
    margin-bottom: 3rem;
    color: #FFF;
    font-weight:lighter;
    /*margin-top: 10rem;*/
}

.back-to-top {
    width: 100%;
}

.back-to-top a .icon-font {
    display: block;
    font-size: 10rem !important;
    line-height: 1em;
    margin-bottom: 1rem;
    color: #0672A2 !important;
}
.box {width: 100%;}

#page{width: 100%; padding: 0;}
#page > .inner {width: 100%; margin:0;}

#page .back-to-top a:hover,
#page .back-to-top a:focus{
    color: #1A8EC1 !important;
}

.product-list-wrapper H4 {
    text-transform: uppercase;
    color: #0672A2;
}
.product-list{margin-bottom: 50px;}
ul.product-list li {
    list-style-type: none;
    cursor: pointer;
    /*max-width: 30%;*/
}

.accordion-button {
    background-color: #0672A2;
}
.accordion-button:hover {
    color: #FFF;
    background-color: #30A8DD;
}
.accordion-button:not(.collapsed) {
    background-color: #30A8DD; 
    color: #FFF;
    text-shadow: rgba(6, 114, 162,1) 0px 0px 4px;
    /* background-color: #4B4B4A;
    font-weight: bold;*/
}
.accordion-body {
    background-color:hsla(198,72%,53%,0.1);
    padding: 2px 2px 8px 10px;
}
.accordion .subCat{
    color:#0672A2;
    font-weight: bold;
}
.accordion ul {
    margin: 0 0 10px 0;
    border-bottom: 1px solid #0672A2;
}

.accordion-header {
    margin-bottom: 1px;
}
.modal-header {
border: none;
    margin-bottom: -30px;
}
.modal-body {
font-size: 2rem;
    line-height: 2.5rem;
    padding: 2rem;
}
.modal-content {
    margin: 0 1rem;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 50%, rgba(174, 237, 252, 1) 100%);
    border: none;
}

@media screen and (max-width: 75em) {
    .box .columns.two .column, .box .columns.three .column {
        width: 50%;
    }
}

@media screen and (max-width: 60em) {
    #main .header > .inner {
    margin: 5rem 0 0 0;
    }
    #main {
        border-left: 1rem solid #0672A2;
    }
        .mobButton1 {
        display: block;
        padding: 10px 15px;
            margin-bottom: 15px;
        background-color: #0672A2;
        color: #fff;
    }
        #main .header .logo {
        width: auto;
    }
    
    #screenSmall {
         margin: 25px auto;
    }
    
    #page {
    display: none;
}
    .resource-table-column {
    margin-bottom: 20px;
}
    
    img, svg, video {margin-bottom: 20px}
    
    #app_Subhead {
/*    font-size: 2.5rem;
        line-height: 3rem;*/
    margin-bottom: 20px;
        margin-left: 0;
       
}
    #app_Note {
    font-size: 2rem;
        margin-bottom: 25px;
        margin-left: 0;
}
    #app_Title {
    font-size: 1.5em;
}
    
    .resource-boxes {
    
        flex-wrap:wrap !important;/**/
    }
    
      #resourceBanner {
    height: 15rem;
          margin:0 -25px 25px -25px;
} 
    .resource-header {
margin:0 -25px 25px -25px;
}
    ul.product-list li {
    font-size: 1.25em;
        line-height: 1.5em;
    /* max-width: 30%; */
}
    
}
