/* Your custom styles */
html {
	scroll-behavior: smooth;
}
#livesearch {
	 z-index: 99999;
    position: absolute;
    top: 30px;
    background-color: white;
}
.max-control {
	max-width: 500px;
}
.pub-card {
	padding: 1.25rem 0px;
	margin: auto;
}
.single-news {
	border-bottom: 1px solid #e0e0e0;
}
.news-date {
    display: flex;
    background-color: black;
}
.news-date-text {
    display: flex;
    justify-content: space-between;
    align-content: center;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}
.news-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-top {
    display: flex;
    height: 120px;
}
.headline {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 100px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    background-color: #B64F01;
    width: 100%;
    height: 120px;
}
.news-container {
    border: 5px solid black;
    border-radius: 5px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.35);
}
.column-text {
    column-count: 2;
    column-rule: 2px solid #b64e01;
    text-align: left;
    column-gap: 40px;
    ;
}
.job-wrapper-deb {
    width: 100%;
    height: 900px;
    background: url(../img/svg/join-team-deb.svg) no-repeat;
    background-position: 50%, 50%;
    background-size: auto;
}
.job-wrapper-ihpr {
    width: 100%;
    height: 900px;
    background-repeat: no-repeat;
    background: url(../img/svg/join-team-ihpr.svg) no-repeat;
    background-position: 50%, 50%;
    background-size: auto;
}
ul.job-list {
    list-style-type: none;
    margin-top: 103px;
    font-size: 23px;
}
ul.job-list li {
    margin-left: -34px;
    line-height: 45px;
}
ul.job-list li.no-lh {
    line-height: 28px;
}
.expert-intro {
    width: 960px;
}
.cross-over {
    background-color: #B64E01;
    color: white;
    margin-top: -210px;
    margin-left: -45px;
    padding: 20px;
}
.img-placeholder {
    position: relative;
    z-index: 1;
    margin-left: -25px;
}
#division-plate {
    margin-top: 20px;
    margin-left: -23px;
}
body {
    font-size: 20px;
    font-family: open-sans, sans-serif;
    font-style: normal;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, .nav {
    font-family: goudy-old-style;
    font-weight: 500;
}
.hidden {
    visibility: hidden;
}
.navbar a {
    text-decoration: none;
}
.container-fluid {
    padding: 0;
}
/* Colors */
.main-research {
    background-color: #15748C;
}
.dark-research {
    background-color: #0D4857;
}
.secondary-research {
    background-color: #497568;
}
.accent-research {
    background-color: #b64e01;
}
.highlight-research {
    background-color: #4BC0C4;
}
.main-research-text {
    color: #15748C;
}
.dark-research-text {
    color: #0D4857;
}
.accent-research-text {
    color: #b64e01;
}
.highlight-research-text {
    color: #4BC0C4;
}
.wrapper {
    position: absolute;
    top: 0;
    lefT: 0;
    height: 5px;
    width: 100%;
    background: #B64E01;
}
.part-ut {
    height: 40px;
    width: 350px;
    background: inherit;
    position: absolute;
    top: 100%;
    right: 50px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    line-height: 50px;
}
.part-ut:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    box-shadow: 15px -15px 0 5px #B64E01;
    z-index: -1;
}
.part-ut:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: -15px -15px 0 5px #b64e01;
    z-index: -1;
}
a:link {
    color: #994302;
}
.nav-skin {
    background-color: #497568;
    border-bottom: solid thick #345C64;
}
.navbar {
    box-shadow: none;
    overflow: hidden;
}
.side-nav {
    background-color: #b64e01;
    width: 320px;
}
.side-nav .collapsible a {
    font-size: 18px;
}
.side-nav .collapsible li a:hover {
    background-color: rgba(255,255,255,.15);
}
.side-nav .collapsible .fa {
    font-size: 18px;
}
.side-nav .logo-wrapper img {
    padding: 0;
    margin-left: 50px;
    margin-top: 10px;
}
.md-pills .show>.nav-link {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    color: #b64e01;
    background-color: #fff;
}
.md-pills .nav-link:hover {
    color: #b64e01;
    background-color: #fff;
}
.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    background-color: #b64e01;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}
nav {
    border-bottom: 5px solid #FEC46F;
}
.redcap-logo {
	width: 25px;
	height: 25px;
	background-color: white;
	border-radius: 50%;
}
.dept-title {
    font-family: goudy-old-style;
    font-weight: 500;
    font-size: 1.5em;
    width: 369px;
    float: left;
    position: absolute;
    top: -10px;
    border-left: 4px solid #b64e01;
    padding-left: .3em;
    left: -25px;
}
#search {
    float: right;
}
main {
    padding: 25px;
}
section {
    padding: 25px;
}
.highlight-border {
    border: solid 5px #4BC0C4;
}
.banner {
    width: 100%;
    background: linear-gradient(to right, #b64e01, #994302);
}
h1 {
    font-family: "goudy-bookletter-1911";
    padding: 25px;
    font-size: 71px;
}
h1 span {
    font-size: 40px;
}
.home-page {
    font-weight: 500;
    color: #C54417;
}
.home-page::after {
    content: "to DEB";
    color: #994302;
    display: block;
    font-size: 25px;
    line-height: 15px;
    margin-left: 5px;
}
.mission-statement {
    background-color: #B64E01;
    margin: 25px;
}
.blockquote p {
    font-size: 20px;
}
.md-pills .nav-link {
    font-size: 25px;
    color: #fff;
}
.card .card-body .card-text {
    font-size: 18px;
    color: #0f0f0f;
}
#deb-chair {
    max-width: 960px;
}
#deb-chair p {
    line-height: 1.8;
}
.faculty-chair {
    width: 33%;
    height: auto;
    min-width: 150px;
    float: left;
    margin-right: 2rem;
    border-radius: 50%;
    -webkit-shape-outside: ellipse();
    shape-outside: ellipse();
}
.btn-unique {
    background-color: #b64e01 !important;
}
hr.style-dbl-across {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium double #994302;
    color: #C54417;
    text-align: center;
    margin-top: 55px;
}
hr.style-dbl-across:after {
    content: "CONTACT";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}
hr.hr-ut {
    background-color: #d25f2d;
}
.btn-uth {
    background-color: #b64e01 !important;
}
.modal-close {
    color: #C54417 !important;
    transition: all 2s;
    transition-timing: ease-in-out;
}
button.close.modal-close:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.btn.btn-lg.btn-outline-deb {
    font-size: 25px;
}
.btn-outline-deb {
    border: 2px solid #fff !important;
    background-color: transparent !important;
    color: #fff !important;
}
.btn-outline-ut {
    border: 2px solid #b64e01 !important;
    background-color: transparent !important;
    color: #b64e01 !important;
}
.accordion .card .card-body {
    font-size: 18px;
    font-weight: 400;
}
.view .mask {
    flex: 1 1 auto;
}
.list-group-item {
    background-color: transparent !important;
}
.list-group-item:hover {
    background-color: white !important;
}
.card.card-cascade.panel-cascade .list-group .list-group-item {
    color: #000;
    font-size: 22px;
}
.orange-border {
    width: 250px;
    height: 100px;
    background-color: orange;
}
.border-warning {
    color: #d25f2d;
}
.expert-head {
    border-top: 5px solid #b64e01;
    border-bottom: 5px solid #b64e01;
    background: #ffa83d;
    background: rgb(182,78,1);
    background: radial-gradient(circle, rgba(182,78,1,1) 0%, rgba(153,67,2,1) 100%);
}
ul.list-style {
    list-style-type: square;
    margin: 0 35px;
}
div.mask .blockquote {
    width: 50%;
}
#expertise {
    margin: 50px 0px;
    padding: 50px;
}
#services {
    margin: 50px 0px;
    padding-top: 100px;
}
.nav-tabs {
    background-color: #b64e01;
}
.card.ut-card {
    border-top: 10px solid #b64e01;
}
.lead-heading {
    height: 175px;
    display: flex;
    justify-content: center;
    margin-top: 75px;
    margin-bottom: 70px;
}
.lead-heading-two {
    height: 175px;
    display: flex;
    justify-content: center;
    margin-top: 55px;
    margin-bottom: 55px;
}
.start-lead {
    text-align: center;
    align-self: flex-start;
}
.start-lead h2 {
    background-color: #b64e01;
    color: white;
    padding: 5px;
    margin-top: -10px;
}
.mid-lead {
    font-weight: 700;
    color: #b64e01;
    text-align: center;
    align-self: center;
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding: 0;
    text-decoration: underline overline;
}
.end-lead {
    text-align: center;
    align-self: flex-end;
}
.end-lead h2 {
    background-color: #b64e01;
    color: white;
    padding: 5px;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
h1 {
    font-size: 32px;
}
h1 span {
    font-size: 20px;
}
.faculty-chair {
    width: 100%;
    float: none;
    border-radius: 50%;
    -webkit-shape-outside: none;
    shape-outside: none;
}
#deb-chair {
    margin: 0;
}
#deb-chair p {
    line-height: 1.4;
}
.btn.btn-lg.btn-outline-deb {
    font-size: 18px;
}
}

@media (max-width: 576px) {
	.nav {
		display: block;
	}
#expertise {
    display: none;
}
.dept-title {
    display: none;
}
#search {
    margin-bottom: 25px;
}
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.dept-title {
    font-size: 24px;
    top: 0px;
}
}

@media (min-width:991px) {
.who-we-are-sm {
    display: none;
}
.job-sm {
    display: none;
}
}

@media (max-width: 992px) {
.expert-intro {
    display: none;
}
.job-wrapper-deb {
    display: none;
}
.job-wrapper-ihpr {
    display: none;
}
.part-ut {
    display: none;
}
.dept-title {
    display: none;
}
.lead-heading {
    margin-bottom: 15px;
}
.lead-heading-two {
    display: none;
}
.headline {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    background-color: #B64F01;
    width: 100%;
    height: 120px;
}
.container.news-container .news-top .headline span img {
    display: none;
}
}

@media (min-width: 1200px) {
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.secondary-nav:before {
    content: "";
    display: block;
    position: absolute;
    left: 760px;
    width: 150px;
    height: 150px;
    border-right: #345C64 4px solid;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    padding-right: 107px;
}
.expertiseTitle {
    padding-top: 70px;
}
.expertOne {
    padding-top: 40px;
}
.expertTwo {
    padding-top: 50px;
}
.expertThree {
    padding-top: 50px;
}
.expertFour {
    padding-top: 50px;
}
}
