/* ===== WELLCON COLORS --
DEEP RED (Brand)        #992527
LIGHT GREY              #808080
GREY (Main)             #221f20
===== */
.brand-background {
	background: #302F1B;
}
.brand-background-01 {
	background: #221f20;
	border-top: 2px solid #1BDCC1;
}

.brand-background-02 {
	background: #221f20;
}

.brand-primary {
	color: #992527;
}
body {
    font-family: Verdana, Arial, Trebuchet MS, sans-serif;
    /*background-image:url(../img/backgrounds-carduceus-sm.png);*/
}

/* ===== TWEAKS & UTILITIES ===== */
.margin-top-1rem {
	margin-top: 1rem;
}
.margin-top-2rem {
	margin-top: 2rem;
}
.margin-bottom-1rem {
	margin-bottom: 1rem;
}
.margin-bottom-2rem {
	margin-bottom: 2rem;
}
.hidden {
	display: none!important;
}
.fontsize110 {
	font-size:110%;
}
.shadow1 {
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.175);
}
.shadow2 {
	box-shadow: 1px -2px 4px 0 rgba(0, 0, 0, 0.2), 0px -2px 6px 0 rgba(0, 0, 0, 0.2);
}
.shadow3 {
	box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2) inset, 0px 2px 6px 0 rgba(0, 0, 0, 0.2) inset;
}
.text-shadow1 {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.overflow-hidden {
	overflow: hidden;
}
.remove-container-padding {
  padding-right: 0!important;
  padding-left: 0!important;
}
.bold{
    font-weight:bold;
}
.white{
    color:white;
}
.black{
    color:black;
}
#logo{
    width:100%;
    height: 100%;
    margin-top:1.5rem;
    margin-bottom:1rem;
}
hr {
    background-color: #992527;
    height: 2px;
    width: 100%;
    margin-top: .3rem;
    margin-bottom: 1.5rem;
}
.dropdown .dropdown-menu {
    -webkit-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    -moz-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    -ms-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    -o-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.dropdown.open .dropdown-menu {
    -webkit-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
    -moz-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
    -ms-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
    -o-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
    transition: max-height 0.3s, opacity 0.2s, visibility 0s;

    max-height: 190px;
    opacity: 1;
    visibility: visible;
}
table#news{
    border-collapse: separate;
    border-spacing: 1.5em;
}
.file-icon{
    width:8%;
    background-image: url(../img/icon-news.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.news-detail{
    padding-left:2%;
}
.news-header{
    font-weight:bolder;
}
.news-description{
    
}
.news-source-date{
    font-style: italic;
    color:rgba(0,0,0,.7);
    font-size: .8em;
}
.news-link{
    display:inline-block;
    text-transform:uppercase;
    font-size:.9em;
    padding:3px 7px 2px 7px;
    border:1px solid rgba(0,0,0,.8);
    border-radius:3px;
    margin-top:3px;
    background-color:rgba(0,0,0,.5);
}
.news-link:hover, .news-link a:hover{
    background-color: rgba(153,37,39,1);
    color:#fff;
}
.news-link a{
    color:#fff;
	text-decoration: none;
}
#images tr td{
    vertical-align: top;
}
.pdf-icon{
    width:8%;
    background-image: url(../img/icon-pdf.png);
    background-repeat: no-repeat;
    background-position: center;
}
.doc-icon{
    width:8%;
    background-image: url(../img/icon-doc.png);
    background-repeat: no-repeat;
    background-position: center;
}
.ppt-icon{
    width:8%;
    background-image: url(../img/icon-ppt.png);
    background-repeat: no-repeat;
    background-position: center;
}
table#lectures{
    border-collapse: collapse;
}
table#lectures tr:hover{
    background:#eee;
    border-radius:5px;
}
table#lectures tr td{
    padding: .3em .9em;
    font-size: 90%;
}

/* ===== MAIN FONT ADJUSTMENTS ===== */
p {
    margin: 0 0 17px;
}
a {

}
ul li{
    list-style-type: none;
}

/* ===== NAVIGATION ===== */
ul.navbar-nav{ 
    list-style-type: none;
}
#navbar{
    overflow: hidden;
}

/* ===== PAGE DIVISIONS ===== */
#main{
    /* height:80vh; */
    margin-bottom: 6rem;
}
#sitemap li,
#sitemap ul ul li a{
    font-family: Verdana, Arial, Trebuchet MS, sans-serif;
}
#sitemap li a{
    color:black;
}
#sitemap li a:hover{
    color:#992527;
}

/* ===== BOOTSTRAP MODS ===== */
.navbar{
    margin-bottom:0;
    min-height:0;
    border:0;
}
.bg-faded {
    background-color: rgba(255,255,255,1);
}
.navbar-light .navbar-nav .nav-link {
    color:black;
    font-size: 18px;
}
.navbar-light:hover .navbar-nav:hover .nav-link:hover {
    color:#992527;
}
.dropdown-menu{
    border-bottom:1px solid #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,.175);
    padding:0;
    background-color: rgba(153, 37, 39, 0);
    min-width: 190px;
}
.dropdown-item {
    color: #fff;
    width: 100%;
    display: block;
    padding: 2px 15px 1px 15px;
    border-top: 1px solid #fff;
    font-size: 12px;
    letter-spacing: 0.05em;
    background-color: rgba(111, 35, 36, 0.85);
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgba(0,0,0,0.9);
}
.glyphicon-plus{
    padding-right:0.6rem;
}
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .active > .nav-link:focus, .navbar-light .navbar-nav .active > .nav-link:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover {
    color:#992527;
}
.navbar{
    padding:0.5rem 0rem;
}
.navbar-nav .nav-item + .nav-item {
    margin-left: 0rem;
}
.navbar-nav>li>.dropdown-menu {
    border-radius:0px;
}
@media (max-width: 767px){
    .navbar-nav .open .dropdown-menu {
        background-color: rgba(153,37,39,.8);
    }
}

.dropdown-toggle::after{
    content:none;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #fff;
    border-color: #fff;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
}
.navbar-default,
.navbar-default:hover,
.navbar-default:focus,
.navbar-nav>.open>a:hover,
.navbar-nav>.open>a:focus{
    background-color:rgba(0,0,0,0);
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color:rgba(0,0,0,0);
}
.navbar-default .navbar-toggle .icon-bar{
    background-color:white;
}

#nav-bg {
	/* background-image: url(../img/Wellcon-Interface-BG-2017-right.jpg),  url(../img/Wellcon-Interface-BG-2017-0.jpg); */
    background-position: right 34px, 0px 34px;
    background-repeat: no-repeat, no-repeat;
}


/* -------- MODS ------- */
.logo-limits {
	width:250px!important;
}
.nav>li>a {
	position: relative;
    padding-left: 0px;
    padding-right: 24px;
    font-size: 20px;
    font-weight: 300;
    /* letter-spacing: -1px; */
}
.nav>li>a:nth-last-child(1) {
	padding-right:10px;
	font-size:15px;
}
.nav>li>a:hover {
	/*color: #992527!important;*/
}
#navbarDropdownMenuLink1 { padding-left:23px; }
#navbarDropdownMenuLink2 { padding-left:13px; }
#navbarDropdownMenuLink3 { padding-left:13px; }

.navbar-toggle-margin{ 
	margin-top: 42px; 
}
.navbar-margin{ 
	margin-top: 42px; 
}

footer {
	font-family: Helvetica, sans-serif;
	font-size:84%;
}
footer h5 {
	margin-top:0;
	font-weight: 700;
}
.underline {
    width: 100%;
    height: 1px;
    display: block;
    background-color: #c9c9c9;
    position: relative;
    top: -16px;
}
.navbar-toggle {
	position: absolute;
}
ul {
	padding-left:80px;
	font-size:94%;
	margin:25px 0 0 0 ;
}
ul li {
	padding:4px 0;
}
ul ul {
	padding-left:40px;
	font-size:90%;
	margin:0 ;
}
.glyphicon {
    top: 0px;
    font-size: 10px;
}
nav {
	font-family: Helvetica, sans-serif;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus {
	background-color: #000;
}
.navbar-default .navbar-toggle:hover {
	background-color: #992527;
}
#lectures tr:hover{
    cursor:pointer;
}


/* ===== BROWSER BREAK POINTS ===== */
/* For XS screens*/
/* 0 <= WIDTH <= 767 */
@media only screen and (max-width: 767px) {
	body {background-color: white;}


    .navbar-toggle {
    	top:-140px;
    	right: 0px;
    }
    .navbar-margin{ 
		margin-top: 0px; 
	}
    ul {
		padding-left:0px;
		font-size:90%;
		margin:25px 0 0 0 ;
	}
	.navbar-default, .nav-item {
		background: #fff;
	}
	.navbar-default .navbar-collapse {
		border: 0px solid #fff;
	}
	#navbarDropdownMenuLink1,
	#navbarDropdownMenuLink2,
	#navbarDropdownMenuLink3,
	#navbarDropdownMenuLink4 { 
		padding:10px 13px; 
		text-align: center;
	}
	.float-fix {
		float:none!important;
	}
	.dropdown-item {
	    text-align: center;
	}
	.navbar {
	    margin: 0 auto;
	}
	#nav-bg {
		background:#fff;
		background-image: url(../img/off.jpg)!important;
	}
	ul.navbar-nav{ 
		list-style-type: none;
		margin: 0 auto;
		width: 100%;
		padding: 0;
	}
}

/* For SM screens */
/* 768 <= WIDTH <= 991 */
@media only screen and (min-width: 768px) {
	.nav>li>a:nth-last-child(1) {
	    top: -20px;
	}
}

/* For MD screens */	
/* 992 <= WIDTH <= 1199 */	
@media only screen and (min-width: 992px) {
	.nav>li>a:nth-last-child(1) {
	    top: 0px;
	}
}

/* For LG screens */	
/* 1200 <= WIDTH <= inf */	
@media only screen and (min-width: 1200px) {

}
