﻿html {
    height: 100%;
}

body {
    font-family: "Lora", Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    background-color: #EEE;
}

.container {
    max-width: 1270px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

a:link, a:visited {
    color: #9c0001;
    text-decoration: none;
}

h1 {
    font-size: 44px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: bold;
    color: inherit;
    text-rendering: optimizelegibility;
}

h5 {
    font-size: 16px;
}

.main {
    background-color: #FFF;
}

.nav-block {
    display: block;
}

.nav-block ul {
    display: block;
}

.darker-nav {
    font-size: .8em;
}

.darker-nav li a:hover {
    background-color: #CCCCCC;
}

.darker-nav li {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 5px;
}

.footer-div {
    width: 100%;
    background-color: #333333;
    margin-top: 10px;
    padding-top: 10px;
    overflow: hidden;
}

.footer-div p {
    color: #cccccc;
}

.footer-hr {
    margin: 0px;
}

#white li a {
    color: white;
}

.google-search {
    height: 20px !important;
    font-size: .8em !important;
    line-height: normal !important;
    /*border:1px solid transparent;*/
    border-radius: 25px;
    padding-left: 1em;
    padding-right: 1em;
    font-family: "Lora", Georgia, "Times New Roman", Times, serif;
}

.google-searchbutton {
    font-size: .8em !important;
    line-height: normal !important;
    background-color: #f5f5f5;
    /*border:1px solid transparent;*/
    border-radius: 25px;
    font-family: "Lora", Georgia, "Times New Roman", Times, serif;
    color: #500102;
}

.btn-search-custom {
    color: #500102;
    background-color: #f5f5f5;
}

.btn-search-custom:hover, .btn-search-custom:focus, .btn-search-custom:active, .btn-search-custom.active, .open > .dropdown-toggle.btn-search-custom {
    color: #500102;
    background-color: #CCCCCC;
    border-color: #800000; /*set the color you want here*/
}


.video-container {
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    width: 640px;
    height: 360px;
}

#upperNav {
    --bs-bg-opacity: 1;
    background-color: #500102 !important;
    border: 1px solid #252525;
}

.org-color {
    color: #cccccc !important
}

.navscroll {
    max-height: 300px;
    overflow-y: auto;
    min-width: 160px;
}

.navscroll li {
    display: block;
    line-height: 30px;
}

.navbar-custom {
    background-color: #500102;
    border: 1px solid #252525;
    text-decoration: none;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 1.1rem;
    padding-right: 2.2rem;
}

.nav-main li {
    line-height: 26px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    padding-left: .4rem;
    padding-right: .4rem;
}

.nav-main li a {
    color: #CCCCCC !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
}

.nav-main li a:hover {
    color: rgba(255,255,255,1) !important;
}

.nav-org li a {
    color: #CCCCCC;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.nav-org li a:hover {
    color: rgba(255,255,255,1) !important;
}

.dropdown-menu li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    color: #500102;
    white-space: nowrap;
    font-size: 16px;
    line-height: 26px;
}

.dropdown-menu li > a:hover {
    background-image: linear-gradient(#9c0001, Maroon);
    background-color: #9c0001;
}

.unstyled {
    list-style-type: none;
    padding-left: 0px;
}

.left-nav {
    list-style-type: none;
    padding-left: 0px;
}

.left-nav .nav {
    display: block;
    margin-bottom: 1em;
}

.left-nav .title {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: bold;
    line-height: 1.2;
    text-transform: capitalize;
}

.capital-word {
    text-transform: capitalize;
}

.small-print p {
    font-size: smaller;
}

.form-item {
    margin-top: .5em;
    margin-bottom: .5em;
}

.error-required-text {
    color: #9c0001;
}

.error-border {
    outline: 2px solid #9c0001;
}

.nav-title-mobile {
    font-size: larger;
}

.zoom {
    transition: transform .2s; /* Animation */
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.1);
}

.imgzoom {
    transition: transform .2s; /* Animation */
    margin: 0 auto;
}

.imgzoom:hover {
    transform: scale(1.02);
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}

h4 small {
    font-size: 16px;
}

h4 {
    font-size: 20px;
}

.btn:link, .btn:visited {
    color: #FFF;
}

.btn:hover, .btn:focus, .btn:active {
    color: inherit;
}

@media (max-width: 767px) {

    .left-nav .nav {
        text-align: center;
    }

    .left-nav .title {
        text-align: center;
    }

    .left-nav ul {
        width: 100%;
    }

    .left-nav-main {
        margin-top: 2em;
    }

        .left-nav-main ul {
            display: inline-block;
            text-align: center;
        }
}

.nav-sagchip-logo {
    max-width: 50px;
}

.navscroll {
    max-width: 75%;
}

.staff-card {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    height: 100%;
}

.image-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 4px;
}

@media (min-width: 576px) {
    .nav-sagchip-logo {
        max-width: 50px;
    }

    .navscroll {
        max-width: inherit;
    }
}

@media (min-width: 768px) {
    .nav-sagchip-logo {
        max-width: 50px;
    }

    .navscroll {
        max-width: inherit;
    }

    #navbarDarkDropdownMenuLink {
        font
    }
}

@media (min-width: 992px) {
    .nav-sagchip-logo {
        max-width: 25px;
    }

    .navscroll {
        max-width: inherit;
    }
}

@media (min-width: 1200px) {
    .nav-sagchip-logo {
        max-width: 25px;
    }

    .navscroll {
        max-width: inherit;
    }
}

#ie-warning {
    z-index: 1029;
    background: #d5b7b7;
    border: 1px solid #500102;
    text-align: center;
    line-height: 2.5;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow: 0 0 5px black;
    box-shadow: 0 0 10px black;
    display: none;
    padding-top: 2.3em;
}

/*Newsfeed pagination*/
.pagination {
    text-align: center;
}

.pagination ul {
    padding: 0px;
}

.pagination ul li {
    display: inline;
}

.pagination ul > li > a, .pagination ul > li > span {
    padding: 4px 12px;
    line-height: 26px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.hover-zoom {
    transition: transform .2s;
}

.hover-zoom:hover {
    cursor: pointer;
    transform: scale(1.1);
    z-index: 1;
}

.box-shadow-zoom {
    box-shadow: 4px 4px 5px rgba(0,0,0,0.4);
    transition: transform .2s;
    transition: box-shadow 0.2s ease-in-out;
}

img.box-shadow-zoom {
    width: 100%;
}

.box-shadow-zoom:hover {
    cursor: pointer;
    transform: scale(1.1);
    z-index: 1;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}

.SCITVideo {
    width: 97%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.65;
}

.SquareThumb {
    width: 100%;
    padding-top: 100%;
    background-size: cover !important;
}

.OpioidKeynoteThumb {
    border: 5px solid #7e3d97;
}

a.OpioidLink {
    color: #7e3d97;
}

    a.OpioidLink:visited {
        color: #7e3d97;
    }

.OpioidLinkNewsSection .media a {
    color: #7e3d97;
}

    .OpioidLinkNewsSection .media a:visited {
        color: #7e3d97;
    }

    .OpioidLinkNewsSection .media a:link {
        color: #7e3d97;
    }

    .OpioidLinkNewsSection .media a:hover {
        color: #262161;
    }

.OpioidLinkNewsSection .alert.alert-danger {
    color: #ffffff;
    font-weight: bolder;
    background: #7E3D97;
    background: linear-gradient(54deg,rgba(126, 61, 151, 1) 46%, rgba(38, 33, 97, 1) 100%);
    border-color: #262161;
}

.alert.alert-info.OpioidAlert {
    color: #ffffff;
    font-weight: bolder;
    background: #7E3D97;
    background: linear-gradient(54deg,rgba(126, 61, 151, 1) 46%, rgba(38, 33, 97, 1) 100%);
    border-color: #262161;
}

.OpioidText {
    color: #262161;
}

.OpioidPastTitle {
    color: #ffffff;
    background: #7E3D97;
    background: linear-gradient(118deg,rgba(126, 61, 151, 1) 30%, rgba(38, 33, 97, 1) 100%);
    border: 1px solid #7E3D97;
    border-radius: 5px 5px;
}

.SummitTitleWhite {
    border-bottom: 2px solid #ffffff;
}

.HTWHeading-Purple {
    color: #6f42c1;
}

.btn-gradient {
    background-image: linear-gradient(to bottom, var(--bs-btn-bg) 0%, var(--bs-btn-bg-gradient) 100%);
    background-size: 200% auto;
    transition: background-position 0.5s ease-out;
}

    .btn-gradient:hover {
        background-position: right center;
    }

.btn-primary.btn-gradient {
    --bs-btn-bg: #0d6efd;
    --bs-btn-bg-gradient: #6c9eff;
}

.btn-success.btn-gradient {
    --bs-btn-bg: #198754;
    --bs-btn-bg-gradient: #5cd47f;
}

.btn-info.btn-gradient {
    --bs-btn-bg: #0072c6;
    --bs-btn-bg-gradient: #0063ac;
}

.btn-danger.btn-gradient {
    --bs-btn-bg: #b60001;
    --bs-btn-bg-gradient: #9c0001;
}

.btn-primary.btn-gradient {
    --bs-btn-bg: #9c0001;
    --bs-btn-bg-gradient: #500102;
}

.home-side-card {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    height: auto;
}

.home-side-card {
    font-family: "Lora", serif;
}

.home-side-card p {
    margin: 0px;
}
