/*=======================================================================
 *** PORTO_SUB STYLE SHEET***
 ========================================================================*/
body {
	color: #666;
}

p {
	color: #666;
}

h3, h4, h5 {
	color: var(--main-color);
}

a, a:focus {
	color: var(--main-color);
}

a:hover {
	color: var(--a-hover-color);
}

a:active {
	color: var(--a-active-color);
}

.node__content h3{
    margin-top:27px;
    margin-bottom: 10px;
}

.node__content h3.top{
    margin-top:10px;
    margin-bottom: 10px;
}

.node__content h4{
    margin-top:10px;
    margin-bottom: 10px;
}
.node__content p{
    margin-bottom: 8px;
}

.node__content img {
    border-radius: 10px;
}

.node__content ul, ol{
    margin-top:1px;
    margin-bottom:10px;
}

.h3_lowercase{
	text-transform: none;
}

.alternative-font {
	color: var(--main-color);
}

.nav-pills > .active > a, .nav-pills > .active > a:hover {
	background-color: var(--main-color);
}

.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #003869;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff004669', endColorstr='#ff002369', GradientType=0);
	border-color: #002369 #002369 #000a1c;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #ffffff;
	background-color: #002369;
}

.btn-primary:active, .btn-primary.active {
	background-color: #001236 \9;
}

body.boxed div.body {
	border-top-color: var(--main-color);
}

section.highlight {
	background-color: var(--main-color);
	border-color: #003550;
}

section.page-top h2 {
	border-bottom-color: var(--main-color);
}

div.toogle section.toggle label {
	color: #004669;
	border-left-color: var(--main-color);
}

div.toogle section.toggle.active > label {
  color: white;
  background-color: var(--main-color);
  border-color: white;
}

div.toogle section.toggle input[type="checkbox"]:checked ~
label {
	background-color: #50c5ff;
	border-color: var(--main-color);
}

section.page-top.custom-product {
	background-color: #003550;
	border-top-color: var(--main-color);
}

div.feature-box div.feature-box-icon {
	background-color: var(--main-color);
}

ul.timeline li div.featured-box div.box-content {
	border-top-color: var(--main-color);
}

span.thumb-info span.thumb-info-type {
	background-color: var(--main-color);
}

a.thumb-info span.thumb-info-action-icon {
	background-color: var(--main-color);
}

.thumbnail span.zoom {
	background-color: var(--main-color);
}

div.thumb-info-social-icons a {
	background-color: var(--main-color);
}

.inverted {
	background-color: var(--main-color);
}

div.tabs ul.nav-tabs a, div.tabs ul.nav-tabs a:hover {
	color: var(--main-color);
}

div.tabs ul.nav-tabs a:hover {
	border-top-color: var(--main-color);
}

div.tabs ul.nav-tabs li.active a {
	border-top-color: var(--main-color);
	color: var(--main-color);
}

ul.list.icons li i {
	color: var(--main-color);
}

tbody{
	border-top-color: #FFFFFF;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: #AAA;
	-webkit-box-shadow: 0 0 8px 2px #ebebeb;
	-moz-box-shadow: 0 0 8px 2px #ebebeb;
	box-shadow: 0 0 8px 2px #ebebeb;
}


/******************* Main Menu CSS **************************/

.search .input-group-btn:last-child > .btn {
	display: none;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        color: #FFF;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover {
	background-color: #000000;
	text-decoration: underline;
 }

header nav ul.nav-main ul.dropdown-menu, header nav ul.nav-main li.dropdown.open a.dropdown-toggle, header nav ul.nav-main li.active a, header nav ul.nav-main li.dropdown:hover a {
        color: #fff;
        background-color: var(--main-color) !important;
}


#header .header-nav-main nav > ul > li:hover a {
        background-color: var(--main-color) !important;
	color: white;
}


#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
	border-top-color: var(--main-color);
}

html.sticky-header-active #header .header-body {
        position: relative;
        border-bottom-color: #e9e9e9;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	padding-bottom: 20px;
}

header nav ul.nav-main ul.dropdown-menu li:hover > a {
        background-color: #00689c !important;
}

header nav ul.nav-main ul.dropdown-menu:active, header nav ul.nav-main ul.dropdown-menu.active {
        background-color: #001236 \9;
}

header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a {
        background: none !important;
}

header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a:hover {
        //background: #005783 !important;
        background: #000000;
}
























div.slider div.tp-bannertimer {
	background-color: var(--main-color);
}

div.home-intro p em {
	color: #00689c;
}

div.home-concept strong {
	color: var(--main-color);
}

blockquote.testimonial {
	background: var(--main-color);
        color: white;
	border-radius:10px;
}

div.testimonial-arrow-down {
	border-top-color: #005783;
}

div.recent-posts div.date span.month, article.post div.post-date span.month {
	background-color: var(--main-color);
}

div.recent-posts div.date span.day, article.post div.post-date span.day {
	color: var(--main-color);
}

div.pricing-table div.most-popular {
	border-color: var(--main-color);
}

div.pricing-table div.most-popular h3 {
	background-color: #00324a;
	background-image: -moz-linear-gradient(top, var(--main-color), #00131c);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--main-color)), to(#00131c));
	background-image: -webkit-linear-gradient(top, var(--main-color), #00131c);
	background-image: -o-linear-gradient(top, var(--main-color), #00131c);
	background-image: linear-gradient(to bottom, var(--main-color), #00131c);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--main-color)', endColorstr='#ff00131c', GradientType=0);
}

footer div.footer-ribon {
	background: var(--main-color);
}

footer div.footer-ribon::before {
	border-right-color: #00131c;
}

/* CUSTOM CSS FOR PRACTICUM ABSTRACTS */

.KI_pTitle {
         font-size: 1.6em;
         font-weight: bold;
        line-height: 1.2em;
         margin-bottom: 10px;
}

 .KI_pName {
         color: #333333;
         font-size: 1.15em;
         font-style: italic;
         font-weight: bold;
         margin-bottom: 5px;
 }

 .KI_pYear, .KI_pSupervisor {
         font-size: 1.1em;
 }
 .KI_pAbstract {
         margin: 6px 0 20px;
         border-bottom: 1px solid #CCCCCC;
         padding-bottom: 20px;
 }


/* CUSTOM CSS FOR THE CONFERENCE PAGES */

#list_on_right ul{
	margin-left: 15px;
}
@media (max-width: 755px) {
	#list_on_right{
		float: left;
		margin-left: 5%;
	}
	#img_on_left{
		width: 100%;
	}
}
@media (min-width: 756px){
	#list_on_right{
		margin-left: 30%;
	}
	#img_on_left{
		width: 25%;
	}
}

/* CUSTOM CSS FOR THE AGENDA PAGES */

table.agenda {
    width: 100%;
    background: none repeat scroll 0% 0% #F9F9F9;
    border-top: none;
        border-collapse: collapse;
}

table.agenda td.table-header {
    background: none repeat scroll 0% 0% #666;
    color: #FFF;
    text-align: center;
}

table.agenda td.table-header p{
    background: none repeat scroll 0% 0% #666;
    color: #FFF;
    text-align: center;
}


table.agenda td.table-subheader {
    background: none repeat scroll 0% 0% #ECECEC;
    font-weight: bold;
    text-align: center;
}

table.agenda td.table-header-a{
    background: none repeat scroll 0% 0% #666;
    color: #FFF;
    text-align: center;
}


table.agenda td.table-header-b {
    background: none repeat scroll 0% 0% #ECECEC;
    font-weight: bold;
    text-align: center;
}

table.agenda tr.table-header-a{
    background: none repeat scroll 0% 0% #666;
    color: #FFF;
    text-align: center;
}


table.agenda tr.table-header-b {
    background: none repeat scroll 0% 0% #ECECEC;
    font-weight: bold;
    text-align: center;
}

table.agenda td {
    padding: 18px 5px !important;
    vertical-align: top !important;
    border: none !important;
}

table.agenda .speaker, table.agenda .title {
    font-weight: bold;
}

table.agenda .presentation, table.agenda .location {
    font-style: italic;
}

table.agenda #timeCol {
    width: 250px;
}

#agendaUpdateTime{
        float: right;
}

/* CUSTOM CSS FOR THE VIDEO PAGES */

.h3_lowercase{
        text-transform: none;
}

.node__content .k_title{
        margin-bottom: 20px;
}

#pres-ident{
        margin-left: 0px;
}

#pres-video iframe{
        float: right;
}

#pres-abs-label{
        margin-left: 0px;
}

#pres-abs{
        margin-left: 0px;
}
#pres-pdf{
        float: right;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    /* padding-top: 25px; */
    height: 0;
}
.videowrapper iframe, .videowrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* CUSTOM CSS FOR FELLOW REFLECTIONS HOMEPAGE BLOCK */

#frontPageCarousels .container {
    padding-right: 30px;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: inherit;
}

blockquote.testimonial a, blockquote.testimonial div.field-content {
        color: #ffffff;
}

blockquote.testimonial{
        float: left;
        margin-left: 10px;
}

.homepage_testimonial a{
        /*float: left;*/
        width: 100%;
        margin-left: 10px;
}

.homepage_testimonial p{
        /*float: left;*/
        width: 100%;
        margin-left: 10px;
}

.homepage_testimonial_img img{
        width: 100%;
}

/* CUSTOM CSS FOR THE DEXIS PAGE */
#publication-image h4 {
	text-align: center;
	color: black;
}
#publication-image{
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
}

/* CUSTOM CSS FOR THE HEADER */

.logo {
	height:40px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
    display:inline-block;
    vertical-align:middle;
}

#logo-image {
  	/*padding:0;
  	margin:0;*/
}

#name-and-slogan {
    margin-top: -.5px;
    display:inline-block;
    vertical-align:middle;
}

#header-top{
	display: inline-block;
	vertical-align: middle;
	float: right;
}

#header .header-logo img {
	margin-right: 24px;
}

#header .header-logo-krellweb img {
	margin-right: 24px;
}

#site-slogan {
	padding-top:22px;
	padding-bottom: 0px;
  	color: var(--site-slogan-color);
  	font-size:18px;
  	float:left;
  	font-weight:bold;
    display:inline-block;
    vertical-align:middle;
}

#signin{
        display: inline-block;
}

button.login, a.login{
	color: #ffffff !important;
	background-color: var(--main-color);
	border-color: var(--main-color) var(--main-color) var(--main-color-dark);
	float: right;
        vertical-align: middle;
        display: block;
        margin: 15px;
}

a.login:hover, a.login:active, a.login:focus {
    border-color: var(--main-color-dark) var(--main-color-dark) var(--main-color-dark);
    background-color: var(--main-color-dark) !important;
}

div#social div a img {
	margin: 19px 5px 0 5px;
	border-radius: 4px;
}

.modal-body {
	max-height: 350px;
}

.modal-body a{
	float: none;
}

.modal-header{
	border-bottom: 0px solid rgba(255, 255, 255, 1);
}

div #secureLogIn {
	height: 300px;
	top: 10%;
}

#secure-login-buttons > .btn{
	float: none;
}


.mobile-menu {
    margin-top: 11px;
}

@media (max-width: 1000px) {
   .mobile-menu {
    display: block;
        
}
    #block-system-main-menu{
        display: none;
    }
}
@media (max-width: 900px) {

	nav ul.nav-main li a {
    font-size: 7.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-left: 0px;
    margin-right: 0px;
    text-transform: uppercase;
	}
}
@media (min-width: 901px) and (max-width: 1000px) {

	nav ul.nav-main li a {
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-left: 0px;
    margin-right: 0px;
    text-transform: uppercase;
	}
}
@media (min-width: 1001px) and (max-width: 1100px) {


	nav ul.nav-main li a {
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-left: 1px;
    margin-right: 1px;
    text-transform: uppercase;
	}
}
@media (min-width: 1101px) and (max-width: 1200px) {

	nav ul.nav-main li a {
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-left: 1px;
    margin-right: 1px;
    text-transform: uppercase;
	}
}

/* CUSTOM CSS FOR THE SUB HEADER MENU ITEMS */

#block-menu-block-4, #block-menu-block-5 {
	margin-bottom:20px;
}
/*
#block-menu-block-5 ul.nav li {
	display:block;
	list-style-type:none;
	padding:5px 0px;
	font-size:13px;
}
*/
/* CUSTOM CSS FOR IMAGES */
img.img-polaroid .img-program{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/********* image styles **********/

.image-left-top {float: left; margin: 0 15px 15px 0;}
.image-left-mid, .image-left-middle {float: left; margin: 15px 15px 15px 0;}
.image-left-bot, .image-left-bottom {float: left; margin: 15px 15px 0 0;}
.image-right-top {float: right; margin: 0 0 15px 15px;}
.image-right-mid, .image-right-middle {float: right; margin: 15px 0 15px 15px;}
.image-right-bot, .image-right-bottom {float: right; margin: 15px 0 0 15px;}

.image-center {display: block; margin: auto}

/* Table styles common to all listings */
h3.KIuserlist {
        color:#000;
        font-size:1.15em;
        margin: 30px 0 0;
        padding: 0 0 5px 5px;

}

table.KIuserlist {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

table.KIuserlist thead tr {
}

table.KIuserlist thead tr th {
	color: #666666;
	font-size: 0.9 em;
	font-weight: normal;
	padding-left: 5px;
	border-bottom: 3px solid #ccc;
}

table.KIuserlist tbody tr {
}

table.KIuserlist tbody td {
	padding: 10px 0 10px 5px;
	border-top: 1px solid #ddd;
   	border-top-width: 1px;
   	border-top-style: solid;
   	border-top-color: rgb(221, 221, 221);
}

p.querystats {
	text-align: right;
	font-size: 0.8em;
	line-height: 1em;
}

.recent-posts ul li article h4 {
	line-height: 20px;
}

/*column widths, customized for each listing*/
.KIbylastname th.KInamecolumn { width: 21%; }
.KIbylastname th.KIuniversitycolumn { width: 37%; }
.KIbylastname th.KIpracticumcolumn { width: 42%; }

.KIfacbylastname th.KInamecolumn { width: 21%; }
.KIfacbylastname th.KIuniversitycolumn { width: 37%; }
.KIfacbylastname th.KIfellowcolumn { width: 42%; }

.KIbyacadinst th.KInamecolumn { width: 25%; }
.KIbyacadinst th.KIyearcolumn { width: 15%; }
.KIbyacadinst th.KIpracticumcolumn { width: 60%; }

.KIfacbyacadinst th.KInamecolumn { width: 50%; }
.KIfacbyacadinst th.KIfellowcolumn { width: 50%; }

.KIbyfield th.KInamecolumn { width: 21%; }
.KIbyfield th.KIfieldcolumn { width: 37%; }
.KIbyfield th.KIpracticumcolumn { width: 42%; }

.KIbypracticum th.KInamecolumn { width: 30%; }
.KIbypracticum th.KIuniversitycolumn { width: 50%; }
.KIbypracticum th.KIpracticumyearcolumn { width: 20%; }

.KIbycurloc th.KInamecolumn { width: 21% }
.KIbycurloc th.KIuniversitycolumn { width: 39% }
.KIbycurloc th.KIyearcolumn { width: 15% }
.KIbycurloc th.KIcitycolumn { width: 25% }

.KIbyprogramyear th.KInamecolumn { width: 20%; }
.KIbyprogramyear th.KIuniversitycolumn { width: 38%; }
.KIbyprogramyear th.KIpracticumcolumn { width: 42%; }

.KIbystartyear th.KInamecolumn { width: 21%; }
.KIbystartyear th.KIuniversitycolumn { width: 37%; }
.KIbystartyear th.KIpracticumcolumn { width: 42%; }

/* Individual user profiles */

#KIuserprofiletop img {
	float: left;
	border: none;
	margin: 0 15px 15px 0;
}

#KIuserprofiletop ul {
	list-style-type: none;
	padding-left: 5;
}

#KIuserprofiletop li {
	margin-bottom: 8px;
	list-style-type: none;
}

#KIuserprofilebottom {
	margin-left: 0px;
}

#KIuserprofilebottom ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0px;
}

#KIuserprofilebottom li {
	margin-bottom: 8px;
	list-style-type: none;
}


.alphasort {
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	display: inline-block;
	margin: 0 1px;
	height:25px;
	width: 20px;
	text-align: center;
}

.alphasort a {
	display: inline-block;
	height: 25px;
	width: 20px;
}

.alphasort a:hover  {
	background-color:var(--main-color);
	color: #fff;
	height:25px;
	width:20px;
	text-decoration: none;
}

@media (min-width: 1000px){

        #KIuserprofiletop img {
        	float: left;
		}
}

/* Xtra Small Devices (Phones) */
@media (max-width: 775px) {
	.modal.fade{
		top: 0%;
		bottom: 0%;
		left: 0;
		right: 0%;
		width: 100%;
		margin-left: 0px;
		overflow-y: auto;		
	}

	.modal.fade.in{
		top: 0%;
	}
	.modal .modal-body{
		overflow-y: visible;
	}
	.modal.remote-modal .modal-body{
                max-height: 500px;
        }
	.modal-header button{
		font-size: 30px;
	}

	#KIuserprofiletop img {
	   float: none;
	}	
	footer div.container div.row > div {
	   margin-bottom: 5px;
	}

	div.footer-copyright nav {
	   float: none; 
	}

	div.footer-copyright {
	   padding-right: 0px;
	}	
}

/* Small Devices */
@media (max-width: 999px) {
	.modal.fade{
		top: 0%;
		bottom: 0%;
		left: 0;
		right: 0%;
		width: 100%;
		margin-left: 0px;
		overflow-y: auto;		
	}
	.modal.fade.in{
		top: 0%;
	}
	.modal .modal-body{
		overflow-y: visible;
	}
	.modal.remote-modal .modal-body{
                max-height: 500px;
        }
	.modal-header button{
		font-size: 30px;
	}

	#KIuserprofiletop img {
	   float: none;
	}		
}

/* Medium Devices */
@media (min-width: 1000px) and (max-width: 1399px) {
	.modal.fade{
		left: 30%;
		width: 70%;
		height: 575px;
		margin-left: -15%;
		bottom: 15%;
	}
	.modal.remote-modal .modal-body{
                max-height: 500px;
        }
}

/* Large Devices */
@media (min-width: 1400px) {
	.modal.fade{
		left: 30%;
		width: 70%;
		height: 550px;
		margin-left: -15%;
		bottom: 15%;
		
	}
	.modal.remote-modal .modal-body{
                max-height: 390px;
        }

}


.agenda .modal {
	position: fixed;
	z-index: 1050;
	background-color: #ffffff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
}

#team ul {
/*	margin-left: -30px;  */
	margin-right: 60px;
}

/*=======================================================================
 Front page 
 ========================================================================*/
.front-special h2 {
	font-size: 2em;
	margin: 0px 0px 0px;
}

.front-special h4 {
	font-size: 1em;
}

.front-special .flex.flex-control-nav {
    bottom: -20px;
}

.front-special a.header {
	margin-left: -15px;
        color: #121214;
}

@media (max-width: 400px) {
        #slider{
                display: none;
        }
        .nivo-controlNav{
                display: none;
        }
}

@media (max-width: 800px) {
	.nivo-caption{
		font-size: 10px;
	}
}
@media (min-width: 801px) and (max-width: 900px) {
	.nivo-caption{
		font-size: 12px;
	}
}
@media (min-width: 901px) and (max-width: 1000px) {
	.nivo-caption{
		font-size: 14px;
	}
}
@media (min-width: 1001px) and (max-width: 1100px) {
	.nivo-caption{
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.nivo-caption{
		font-size: 18px;
	}
}

/*=======================================================================
 Homepage 
 ========================================================================*/
/* Fellow Reflections on Homepage */
blockquote.testimonial a, blockquote.testimonial div.field-content {
	color: #ffffff;
}

/* Used to resize the author image */
div.testimonial-author div.thumbnail div.field-content img {
	width: auto;
	height: auto;
	max-width: 150px;
	max-height: 200px;
}

.thumb-info-caption-text {
	height: 70px;
	line-height: 15px !important;
}

/*=======================================================================
 Sidebar left 
 ========================================================================*/
#sidebar-left .block-block {
        width:210px;
        background-position: 0px 574px;
        background-repeat:no-repeat;
}

#sidebar-left .block-inner .node__content {
        padding:0 10px 10px 10px;
}

#sidebar-left .block-inner .node__content {
        border-left:1px solid #CCC;
        border-right:1px solid #CCC;
        border-bottom:1px solid #CCC;
        padding-top:5px;
}

#sidebar-left h2 {
        color:#FFF;
        font-size:13px;
        font-weight: bold;
        padding:5px 15px;
}

#sidebar-left h3 {
        font-size: 18px;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-weight: normal;
        color:#A24323;
        margin-top:5px;
}

#sidebar-left ul {
        margin-right: 20px;
	margin-bottom: 0px;
}

#sidebar-left li{
        width:100%;
}

#sidebar-left .block-inner {
        width:210px;
        background-position: 0px 574px;
        background-repeat:no-repeat;
}

#sidebar-left .nav-pills > li > a {
    border-radius: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
}

#sidebar-left .nav > li > a {
    position: relative;
    display: block;
    padding-right: 12px;
    padding-left: 12px;
    line-height: 14px;
    font-size: 14px;
}

/*=======================================================================
 Footer 
 ========================================================================*/
#footer {
	background: #FFFFFF !important;
	/* Overrides the Parents Solid Line */
	border-top: 0px solid #1F1F1F;
	padding: 0 !important;
	margin-top: 30px !important;
}

footer a {
	color: var(--footer-color) !important;
}

div.footer-copyright {
	width: 100%;
	background: #fff;
	border-top: 0px;
	margin-top: 0px !important;
	padding-top: 0px;
	padding-bottom: 15px;
}

div.footer-copyright p {
	color: #555;
	margin: 0;
	padding: 0;
}
/** footer logos **/

.logos ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	width: 100%;
	display: table;
}

.logos ul li {
	display: table-cell;
	padding-bottom: 5px;
}

.logos ul li a {
	text-decoration: none;
	padding: .2em 1em;
}

#block-footerlogolinks {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 12px 0 0 0;
        background:#FFF url( "../../../../../../include/dottedline.gif" ) repeat-x top;
	width: 100%;
}

#block-footerlogolinks .logos {
	background:#FFF  url(  "../../../../../../include/dottedline.gif" ) repeat-x bottom;
}

#footer_logos .block-inner {
	margin: 0 10px 0 10px;
	padding-bottom: 10px;
}

#footer_logos p {
	margin: 0;
	padding: 0;
}

#footer_logos img {
	margin-left: 125px;
	vertical-align: middle;
	display: inline;
}

#footer_logos a:first-child img {
	margin-left: 0;
}

#rightFooterList li {
	display: inline;
	float: right;
}

blockquote.testimonial {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 0;
	color: #FFFFFF;
	font-family: Georgia, serif;
	font-style: italic;
	margin: 0;
	padding: 10px 50px;
	position: relative;
}

blockquote.testimonial:before,
blockquote.testimonial:after {
	color: #FFF;
	content: "\201C";
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
}

blockquote.testimonial:before {
    left: 10px;
    top: 0;
}

blockquote.testimonial:after {
    bottom: -0.5em;
    content: "\201D";
    right: 10px;
}

#sync1 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}



#sync1 .item {
   /*  padding: 80px 0px; */
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
}

#sync2 .item {
   /* padding: 10px 0px;*/
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

    
#sync2 h1 {
      font-size: 18px;
      margin: 0 0 0 0;
}

#sync2 > div > div{
	height: auto !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"], .owl-theme .owl-controls .owl-nav [class*="owl-"]:active, .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
	margin-left: -30px;
	margin-right: -30px;
	margin-top: 25px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: var(--main-color);
	border-color: var(--main-color) var(--main-color) #006699;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	min-height: 225px;
}

.owl-carousel .owl-item img {
    display: block;
    border-radius: 5px;
    width: auto;
    height: auto;
    max-width: 100%;
    transform-style: preserve-3d;
}

#lab-residency.push-bottom {
    margin-left: 25px;
    margin-top: 15px;
}

/*=======================================================================
 Academic Advisors Menu
 ========================================================================*/
a.active-trail.active, a.active-trail.active:hover {
	background-color: var(--main-color);
	color: #ffffff;
}
a.active-trail, a.active-trail:hover {
	background-color: var(--main-color) !important;
	color: #ffffff;
}
article {
	/*max-width: 275px;*/
	padding-left: 2px;
}

#deixis-highlight {
	margin-top: 0px;
}

/*=======================================================================
 Small fixes
 ========================================================================*/
div.container div.row div.col-md-12 {
	padding-left: 0px;
	padding-right: 0px;
}
.rteright {
	text-align: right;
}
div.block.block-md-slider {
	margin-bottom: 25px;
}
div.homepage_testimonial.col-md-8 {
	margin-top: 12px;	
}
div div div div div div ul.unstyled {
	list-style: none;
	padding-left: 0px;
}
table.ProgramOfStudy {
	text-align: center;
}
th.rtecenter {
	text-align: center;
	padding: 0px;
	height: 30px;
}

.md-object img {
    border-radius: 25px;
}

#KIlistingmenu  ul  li  a {
	font-size: 14px;
}

#KIlistingmenu li {
	line-height: 14px;
}

.news-and-events {
	line-height: 20px;
	margin-top: 15px;
	color: var(--main-color);
	font-size: 1em;
	font-weight: 400;
	letter-spacing: normal;
	margin-bottom: 14px;
	text-transform: none;
}

#block-system-main div img {
	border-radius: 10px;
}

@media (min-width: 992px)
#header .header-nav-main nav > ul > li > a {
	border-radius: 4px;
	font-size: 12px !important;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	padding: 10px 13px;
	text-transform: uppercase;
}

#sidebar-left li ul li {
	padding-left: 20px;
	display: none;
}

#sidebar-left li:hover ul li, #sidebar-left li:active ul li{
	display: block;
}

#sidebar-left li.active-trail ul li{
	display: block;
}

#block-menu-block-1{
	margin-bottom: 20px;
}

div#breadcrumbs {
	display: none;
}

#frontPageCarousels .field-label {
	display: none;
}

/*=======================================================================
 Colors previously not set by --main-color!
 ========================================================================*/
html .toggle-primary .toggle label {
    color: var(--main-color);
    border-left-color: var(--main-color);
    border-right-color: var(--main-color);
}

html .toggle-primary .toggle.active > label {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #ffffff;
}

section.page-header h1 {
    border-bottom-color: var(--main-color);
}

.pagination > .active > a, body.dark .pagination > .active > a {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: var(--main-color);
    border-color: var(--main-color) var(--main-color) #006699;
}

.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: var(--main-color);
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: var(--main-color) !important;
    border-color: var(--main-color);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--main-color);
}

ul.nav-pills > li.active > a, ul.nav-pills > li.active > a:hover, ul.nav-pills > li.active > a:focus {
    background-color: var(--main-color) !important;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
	border-color: transparent transparent transparent var(--main-color-light);
}

html .btn-primary, html .btn-primary:hover, html .btn-primary:focus, html .btn-primary:active, html .btn-primary:active:focus{
	background-color: var(--main-color);
	border-color: var(--main-color) var(--main-color) var(--main-color-dark);
	outline: none;
}

.btn-primary:active:hover, .btn-primary:active:focus:hover {
	background-color: var(--main-color-dark);
	border-color: var(--main-color-dark);
	outline: none;
}

#portfolios img{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	max-height: 50px;
}

.push-bottom {
	margin-bottom: 0px;
}

#header .header-btn-collapse-nav {
    background: var(--main-color) !important;
}

ul#rightFooterList {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*=======================================================================
 Modal Styling
 ========================================================================*/
.ui-widget-overlay.ui-front {
    background: #000000;
    opacity: .5;
}

span.ui-dialog-title {
    display: none;
}

button.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
}

.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix {
    border: none;
    background: #ffffff;
    height: 25px;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front {
    top: 25px !important;
}

@media (min-width: 1000px){
 div#drupal-modal {
     max-height: 644px !important;
 }
}

@media (max-width: 48em){
 .ui-dialog {
     width: 92% !important;
     left: 5% !important;
 }
}

div#pres-ident {
    /*width: auto;*/
}

/*=======================================================================
 MISC
 ========================================================================*/

/*========= Contrast enhancements for WCAG 2.0 ===========*/
.tabs ul.tabs a {
	color: #006CD1
}

.toolbar button.toolbar-icon {
	color: black
}

.visually-hidden {
	color: black;
	background-color: white;
}




