/* KUMC Custom Styles - refresh 2018 */

/* Temp refresh: image fix for hardcoded height in body */
.center-content img {height: auto;}

h1, h2, h3, h4, h5, h6, p, body, a {
    font-family: "Gotham A", "Gotham B",'Raleway', sans-serif !important; 
	font-style: normal;
    font-weight: 400;
}

h1.page-title {
	font-size: 1.75rem !important;
	font-weight: bold;
	margin-bottom: 1.5rem;
}


h2.section-title {
	font-size: 2.25rem !important;
	padding-top: 2rem !important;
}

/* Heading Overrides (refresh 2018) to compensate for past misuse */
.component-content h2, .center-content h2 {font-size: 1.75rem;}
.component-content h3, .center-content h3 {font-size: 1.5rem;}
.component-content h4, .center-content h4 {font-size: 1.25rem;}
.component-content h5, .center-content h5 {font-size: 1.15rem;}

img {
	max-width: 100%;
	/* Appears to mess with inline height declaration
	height: auto; */
}

iframe, video {
	max-width: 100%;
}
mark {
    background-color: yellow !important;
}
hr {clear: both;}

/*Safari [old] Fix */
.nav, .row {display: -webkit-flex;}

/* fix button overflow */
.btn, .ku_button {
	white-space: normal;
}
.btn-lg {font-size: 25px !important;}

.underline-link:hover {
	text-decoration: underline !important;
}

#rightnav a, .left-nav-col a {
    word-break: break-word;
}
#rightnav .content {
	padding: 10px 20px 15px;
}
#rightnav .component_header {
	margin-bottom: 0 !important;
}
/* Layout adjustments for xl screens */
.mx-2000 { max-width: 2000px; margin: 0 auto;}

/*
// #FONT COLORS
// --------------------------------------------------
*/

/* Black */
.section-title a, .CTAfog-outline, .CTAsteam, .story-box, .story-box-header, #v-pills-tab a.nav-link {
	color: #212529;
}

/* Charcoal / Dark Gray */
.social-links__light > li > a, .social-links > li > a:hover{
	color: #2f2f2f !important;
}

/* Dark Blue */
.section-03 h4.card-title, h2.card-title, .section-03 .card-title, section .card a, a:hover, .kumc-title-blue, .blue-box, .ku-social-links > li > a, a span.footer-contact-top, span.footer-contact-bottom a, .footer-contact, .section-title a:hover {
	color: #002D56;
}

/* KU Night */
.span-night, h2.section-heading {
	color: #003459;
}

/* KU Wheat */
nav.tab-content li, .dropdown-menu li, .carousel-caption h3, .carousel-caption a, .carousel-caption a:hover, .span-wheat {
	color: #f2a900;
}

/* KU Yellow */
.span-yellow {
	color: #ffc82d;
}

/* KU Blue */
a, p.card-title-blue, .span-blue, h2.stat-alt {
	color: #0051ba;
}

/* KU Red */
.section-heading span, h2.stat, .span-red {
	color: #e8000d;
}

/* White */
.hero-overlay, #newslist li > a, span.span-white, .hovereffect a.info, .hovereffect h2, .home-h2, .home-h1, .hero-overlay .home-h1, .hero-overlay, .carousel-caption, .kublue-bg .btn, .kublue-bg, kublue-bg a, .footer-copyright .navigate a, .footer-copyright .legal a, .nav-header a, #back-top a, .CTAfog .btn, .CTAsteam .btn, .CTAfog, button.btn-audienceNav, .dropdown-item.active, .dropdown-item:active, .tab-Header a:hover, .tab-Header a, .homeFeatured-bot-left, .ku-footer-bottom h4, .ku-footer-bottom, #edit-submit, .section-fog .navigate a, .section-fog h3 {
	color: #ffffff !important;
}

/*
// #BACKGROUND/BORDER COLORS
// --------------------------------------------------
*/
/*KU Night */
.bg-night, .border-night {background: #003459;}
a.bg-night:hover {background: #001626 !important;}
/*KU Lake */
.bg-lake, .border-lake {background: #2767ff;}
a.bg-lake:hover {background: #0048f3 !important;}
/*KU Sky */
.bg-sky, .border-sky {background: #73cbf2;}
a.bg-sky:hover {background: #44baee !important;}
/*KU Brick */
.bg-brick, .border-brick {background: #971b2f;}
a.bg-brick:hover {background: #6c1322 !important;}
/*KU Fire */
.bg-fire, .border-fire {background: #ff3042;}
a.bg-fire:hover {background: #fc0016 !important;}
/*KU Wheat */
.bg-wheat, .border-wheat {background: #f2a900;}
a.bg-wheat:hover {background: #bf8500 !important;}
/*KU Fog */
.bg-fog, .border-fog {background: #8e9fbc;}
a.bg-fog:hover {background: #6e84a9 !important;}
/*KU Steam */
.bg-steam, .border-steam {background: #dde5ed;}
a.bg-steam:hover {background: #bcccdb !important;}
/*KU Terra Cotta */
.bg-terracotta, .border-terracotta {background: #c66e4e;}
a.bg-terracotta:hover {background: #aa5637 !important;}
/*KU Limestone */
.bg-limestone, .border-limestone {background: #d7d2cb;}
 a.bg-limestone:hover {background: #c1b9ae !important;}

 
/* improve contrast for accessibility 
.navbar-light .navbar-nav .nav-link {color: rgba(0, 0, 0, 0.6);}
*/

/*
// #Main Nav
// --------------------------------------------------
*/

.header-top {
	background: #003459;
	border-bottom: 2px solid #e8000d;
}

#main-nav {
	background: #0051ba !important;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
#v-pills-tab a.nav-link {
	white-space: normal;
	font-size: 1.1rem;
	border-bottom: 1px solid #ddd;
    font-weight: 600;
}
/* Titles for main nav tabs */
.tab-Header a {
    padding: 10px 20px 10px 20px;
    background: #e8000d;
    text-transform: uppercase;
    font-size: 1.15rem;
    font-weight: 600;
}
.tab-Header {
	margin-bottom: 1em !important;
	}
.tab-Header a:hover {
	text-decoration: none;
	background: #b5000a;
	}
.tab-content li, .dropdown-menu li {
    list-style-type: square;
}

.dropdown-menu h5 {
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    font-size: 1rem;
}

.tab-content li > a, .dropdown-menu li > a {
    font-weight: 600;
    letter-spacing: .25px;
}

#main-nav .dropdown-menu {
	box-shadow: 0px 0px 5px 0px #0e0e0e;
}
#navbarNavDropdown li > a.nav-link {
	font-size: 1.25rem;
	padding: 50px 15px;
        max-height: 100px;
}


#navbarNavDropdown li:hover > a.nav-link{background: #2e6fc8 !important;}
#navbarNavDropdown li.nav-item:hover {background: #3498db;}
#navbarNavDropdown li {-webkit-transition: background 0.2s ease-in-out; transition: background 0.2s ease-in-out; line-height: 170%;}
#navbarNavDropdown li > a {-webkit-transition: 0.2s; transition: 0.2s;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {background: #2e6fc8 !important;}
.dropdown-item.active, .dropdown-item:active {background: #2e6fc8 !important;}
.nav-pills > .nav-link {-webkit-transition: 0.2s; transition: 0.2s;}
.dropdown-item {-webkit-transition: background 0.2s ease-in-out;transition: background 0.2s ease-in-out;}

.nav-pills a {
    border-radius: 0px !important;
}
#kumcSearch {max-width: 80%;}
.dykes-search { width: 100%;}

.dropdown-menu {
    -webkit-transition: all .75s;
    -moz-transition: all .75s;
    -ms-transition: all .75s;
    -o-transition: all .75s;
    transition: all .75s;
    max-height: 0;
    /* display: block; */
    overflow: hidden;
}
.dropdown-menu.show {
	max-height: 55em;
	max-height: 150rem;
	z-index: 99999;
}
.menu-bg {background-color: #f3f3f3 !important;}

/* Audience Nav (Information For) **/
.audienceNav button {
	border-radius: 0; 
	font-size: .9rem;
}
.audienceNav button:focus {
	box-shadow: none !important;
}
.audienceNav div.dropdown-menu {
	position: absolute;
	transform: translate3d(0px, 39px, 0px);
	top: 0px;
	left: 0px; will-change: transform;
}
button.btn-audienceNav {
	background: #e8000d;
}
button.btn-audienceNav:hover {
	background: #cf2a33 !important;
}
button.btn-audienceNav {
    padding: .2em .75em;
}

#toplevel li {
		border-bottom: 1px solid #e6e6e6;
		line-height: 200%;
}

/* link wrap for grad degrees/certs */
#v-pills-gradDegree-tab, #v-pills-GME-tab {white-space:normal;}

/* Search icon style */
#edit-submit:hover {background: #2e6fc8 !important;}
#edit-submit {
    background: transparent;
    cursor: pointer;
	}

/* Call to Actions */
.CTAsteam {
	background: #dde5ed;
	padding: 1.5rem;
}
.CTAfog-outline {
	border: 1px solid #e9ecef !important;
	border-color: #8e9fbc !important;
	padding: 1.5rem;
}	

.CTAfog {
	background: #8e9fbc;
    padding: 1.5rem;
}
.CTAfog .btn, .CTAsteam .btn {
	padding: 15px 30px;
    border: 1px solid #fff;
    font-weight: bold;
    text-decoration: none;
	text-align: center;
}
.CTAfog .btn:hover, .CTAsteam .btn:hover {
    border: 1px solid #6f88b1;
    background: #6f88b1;
}
/* back to top icon */
#back-top {
	cursor: pointer;     
	position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
	}

#back-top a {
    width: 44px;
    display: block;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
#back-top a .fa {
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: block;
    font-size: 14px;
    border-radius: 6px;
	background: #0051ba !important;
}

/* Left Side Nav */
.nav-header {background: #0051bb;}
.nav-header a {font-weight: 600;}

/* Styles inheritted from ku.edu */
/*
// #Social Links
// --------------------------------------------------
*/
.social-links-txt {
  display: none;
  margin-right: 12px;
}
@media (min-width: 768px) {
  .social-links-txt {
    display: inline-block;
  }
}
.social-links {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin: 0;
}
.social-links > li {
  padding-left: 4px;
  padding-right: 3px;
  vertical-align: top;
  display: inline;
}
.social-links > li > a {
  display: inline-block;
  font-size: 14px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #373737;
  border-radius: 50%;
  border: 1px solid #444;
  -webkit-transition: none;
  transition: none;
}

.social-links__light > li > a {
  background: #f7f7f7;
  border: 1px solid #ddd;
}
.social-links__light > li > a:hover {
  background: #2f2f2f;
  border-color: #2f2f2f;
  color: #fafafa !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;	
}
/*
// #KU Brand Footer
// --------------------------------------------------
*/
.ku-footer-bottom {
    background-color: #003459;
    height: auto;
    padding: 2rem 0;
}

.ku-footer-bottom p {
    font-size: 11px;
    line-height: 15px;
}

#ku_footer_ksdegree {
    float: right;
}

.footer-contact {
    position: absolute;
    margin-top: -11rem;
	font-size: .75rem;
}
.footer-contact-bottom {
	font-size: 14px;
}

.footer-contact-top {
    font-size: .9rem;
    font-weight: bold;
}

.footer-contact p:first-child {
    margin-bottom: 5px;
}

.ku-footer-bottom  h4  {
    font-family: 'Oswald', sans-serif !important;
    font-size: 16px !important;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
}

a span.footer-contact-top:hover {
    text-decoration: underline;
}
/** DELETE after update 2/28/18 **/
.footer-copyright .legal a {
    text-decoration: underline;
}
.footer-copyright .navigate a {
	font-size: .75rem;
}
.footer-copyright .navigate li:first-child {
    padding-left: 0;
}

span.social-links-txt a:hover {
    text-decoration: underline !important;
}
#header div.topleft {
    position: relative;
    top: 14px;
}

.ku-social-links > li > a {
    background: #f7f1f1;
}

.blue-box {
    position: relative;
    text-decoration: none;
    padding: 0px;
    font-weight: bold;    
	border-top: 200px solid #dde5ed;
    /* margin-top: 3.7%; */
    margin-bottom: 0;
	width: 100%;
}
.footer-copyright.ku-footer-top {
    background: url(https://www.kumc.edu/temp/jhall/kumc-refresh/images/dotted-grey.svg) !important;
    background-repeat: repeat !important;
    background-size: 15px !important;
    padding-top: 3.7%;
	margin-top: 20px;
}
#jayhawk-icon {
    margin-top: -2%;
	width: 56px;
}
/* For horizontal list: homepage footer */
.navigate a {
    white-space: nowrap;
}
/* Footer CTA Alternative Style */
.kublue-bg {background: #0051ba !important;}
.kublue-bg .btn {border: 3px solid #ffc82e !important;}
.kublue-bg .btn:hover {background: #ffc82d !important;} 

/*
// Slider / Carousel
// ----------------------------------------------------
*/
.carousel-caption {
    position: absolute;
    background: rgba(46, 46, 46, 0.7);
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}
.carousel-caption a:hover {text-decoration:underline;}

.carousel-caption h3 {font-size: 1.5rem;}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    top: 10px;
}
.carousel-control-next, .carousel-control-prev {
	max-height: 45%;
	margin-top: auto;
	margin-bottom: auto;
}

/*
// #Education, Research, Community, Patient Care Landing 
// --------------------------------------------------
*/
#wrapper-EDU {
    background-image: url(https://www.kumc.edu/TEMP/kcc/refresh/images/ribcage.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#mainContent {
	overflow: hidden;
}

.lead, .hero-overlay p {
	font-size: 1.15rem;
}

.Fog {
	background: #eff3f6;
}
/* Featurette rows */
.row.featurette {
    padding: 5rem 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.row.featurette:first-child {
    padding-top: 0;
}
.row.featurette:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0;
}
.featurette-divider {
	margin: 5rem 0;
}
.featurette-heading {font-weight: bold;}

.featurette > div > .lead {
    line-height: 1.75;
}
 
/* landing page hero text overlay */
.hero-overlay {
	text-align: center;
    position: relative;
    top: 45%;
    left: 0;
    text-shadow: 1px 0px 30px #000;
    right: 0;
    padding: 1rem;
    margin: 0 auto;
}
/* hero overlay button */
.hero-overlay > .btn {
	text-shadow: 1px 0px 30px #000;
	white-space: normal;
}
.hero-overlay .home-h1 {
	font-family:"Gotham A", "Gotham B",'Raleway', sans-serif !important;
    font-size: 2.5rem;
    font-weight: bolder;
	font-style:italic;
	text-transform: uppercase;
/* adjusting for communications 12/17	margin-bottom: .65em; */
}
.home-h1 {
	font-family:"Gotham A", "Gotham B",'Raleway', sans-serif !important;
    font-size: 60px;
    font-weight: bolder;
	font-style:italic;
	text-transform: uppercase;
/* adjusting for communications 12/17	margin-bottom: .75em; */
}
.home-h2 {
	font-weight:bold;
	text-shadow: 1px 0px 20px #000;
}
h2.stat {
	text-align: center;
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 0;
}
h2.stat-alt {
	text-align: center;
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 0;
}
.card-deck.transp {
	background-color: transparent;
}

/* START hover effect for images w/link */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 30px 50px;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  font-size: 16px;
  padding: 62px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* END hover effect for images w/link */

@media screen and (min-width:0\0) {
	/* IE9 and IE10 rule sets go here */
	.card-deck {
		width: 100%;
	}
	.card-img-top {
		width: 100%;
	}
	#newslist li {
		max-height: 2.5em;
	}
}
/* Microsoft Edge */
_:-ms-lang(x), _:-webkit-full-screen, #newslist li {
	max-height: 2.5em;
}

/*end IE style */
.home-button {
	float: left;
}
.home-container img {
	width: 100%;
	margin: 0;
	padding: 0;
}
.story-box-container {
	top: 22%;
	position: absolute;
	right: 0;
}

/* Styled Section Header */

h2.section-heading {
	font-weight: 700;
	font-size: 2.5rem;
	margin-bottom: 3rem;
	text-align: center;
}
/* Section Header Spans */
.section-heading span {
	font-family: "Chronicle Display A", "Chronicle Display B" !important;
	font-style: italic;
	font-weight: 300;
	text-align: center;
	padding: 10px 25px;
    margin: -10px;
	display: inline-block !important;
}

/* Section Border Options */
.border-yellow {
	border-top: 12px solid #ffc82d;
	border-bottom: 12px solid #ffc82d;
	}
.border-red {
	border-top: 12px solid #e8000d;
	border-bottom: 12px solid #e8000d;
}
.border-blue {
	border-top: 12px solid #0051ba;
	border-bottom: 12px solid #0051ba;
}

section {
	padding: 75px 0;
}
/* lead message */
.section-01 {
	padding: 3% 0;
}
.section-02 {
	background: rgba(0, 52, 89, 0.87);
}

/* cards section */
.section-04 {
	/* padding: 4% 0; */
	background: #eff3f6;
}
/* Footer CTA - KU Steam Color */
.section-05 {
	/* padding: 3% 0; */
	/* margin-bottom: 5%; */
	background: rgba(221, 229, 237, 0.87);
}
/* KU Fog color */
.section-fog {
		background: #8e9fbc;
}
.section-fog .navigate li {border-right: 1px solid #fff;}

/* bold links for accessibility (contrast) */
.section-05 .navigate a, .navigator-row a {
    font-weight: bold;
}
.section-infographic {
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* infographic w noLink */
.noLink:hover {
	opacity: 1 !important;
	top: 0!important;
	cursor: default!important;
}

/* Featured Buttons Section */
/* .featured-buttons {padding: 5% 0;  padding: 7% 0 5%;} */
.featured-buttons h4.card-title {font-size: 1.4rem; word-wrap: normal;}

.story-box-header {
	background: #fff;
	box-shadow: 5px 0 0 #fff, -5px 0 0 #fff;
	-webkit-box-shadow: 5px 0 0 #fff, -5px 0 0 #fff;
	box-decoration-break: clone;
	font-size: 2.3rem;
	line-height: 51px;
	font-weight: 800;
}
.story-box {
	background: #fff;
	box-shadow: 5px 0 0 #fff, -5px 0 0 #fff;
	-webkit-box-shadow: 5px 0 0 #fff, -5px 0 0 #fff;
	box-decoration-break: clone;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 35px;
}

#main-card p {
	font-size: 1.65rem;
	line-height: 150%;
}

#main-row .card {
	border: none;
}
.card-wrap > .card {
	background: #fff;
}
.card {
	background-color: transparent;
	border: none;
}
.card a, a:hover {
	text-decoration: none;
}

h3.card-title {
	font-size: 24px;
	font-weight: bold;
}
h2.card-title {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 3%;
}
h2.card-title.home {
	font-size: 26px;
	margin-bottom: 3%;
}
h3.card-title.home {
	font-size: 22px;
	margin-bottom: 3%;
}
p.card-title-blue {margin-left: 1em;}

#main-card h2 {
	font-size: 32px;
	font-weight: bold;
}
h4.card-title {
	font-size: 1.25rem;
	font-weight: 600;
	word-wrap: normal;
}
section .card:hover, .section-infographic a:hover {
	opacity: .75;
	cursor: pointer;
	top: 1px;
}
.section-infographic a:hover {
	display: block;
}
#accordion a.dropdown-toggle.collapsed::after {
	display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
#accordion a.dropdown-toggle::after {
    border-top: none;
    border-bottom: .3em solid;
	display: inline-block;
}
.section-03 h4.card-title, h2.card-title, .section-03 .card-title {
	text-align: center;
}
.section-02 h2.card-title, .section-03 h2.card-title {margin-bottom: 3%;}

.home-container {
	padding: 0px;
	float: none;
	/* setting this inline, kcc background: url(https://www.kumc.edu/TEMP/kcc/refresh/images/education.jpg) no-repeat; */   
	/* adjusting for communications 12/17 height: 350px; */
    /* adjusting for communications 12/17 background-position: 100%; */
	height: 600px;
	background-position: center 50%;
    background-size: cover;
	background-repeat: no-repeat;
}

h4.icon-title {
	font-size: 20px;
	font-weight: 600;
	text-align:center;
	margin: 1em 0 1em 0;
}
/*
// #KUMC.edu Home Customization 
// --------------------------------------------------
*/

#newslist {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    padding-bottom: 2%;
    padding-top: 1em;
}
#newslist li {
    padding-left: 60px;
    background-image: url(/temp/kcc/refresh/images/news-confetti.png);
    background-repeat: no-repeat;
    background-position: 0;
    line-height: normal;
    font-weight: bold;
	font-size: 1.35rem;
	margin-bottom: 1.5em;
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	 max-height: 2.5em;
	
}
#newslist li > a {
	font-size: 1.1rem;
}
#newslist li > a:hover {
	opacity: .75;
}
/*KCC, for kumc.edu home */
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
/* Box1: KUMC Home Hero container */
.box1 {
    background: url(https://www.kumc.edu/temp/kcc/refresh/images/graduation.jpg);
    /* height: 771.481px; */
	height: 600px;
    background-repeat: no-repeat;
	background-position: 100%;
    background-size: cover;
}
/* Home Featured News */
.homeFeatured1 {
	background: #003459;
    height: 476px;
	
}
/* Home Featured 2 */
.homeFeatured2 {
    background-size: cover;
    background-repeat: no-repeat;
	background-position: 40% center;
    height: 476px;
}
/* Home Featured 3 */
.homeFeatured3 {
    background-size: cover;
    background-repeat: no-repeat;
	background-position: 40% center;
    height: 476px;
}
.homeFeatured-bot-left {
    bottom: 60px;
    left: 30px;
    position: absolute;
	max-height: 405px;
}

.circle-img {
  width: 250px;
  height: 250px;
  overflow: hidden;
}

.circle-img img {
  height: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
}
/* KUMC Homepage hero text overlay */
.home-container > .carousel-caption {
    right: 0;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 5%;
    background: transparent;
    text-shadow: 1px 0px 20px #000;
}
.home-container > .carousel-caption h1 {
    font-weight: 600;
    font-size: 2rem;

}
.home-container > .carousel-caption p {
	font-size: 1.15rem;
}
.home-container > .carousel-caption a {
	white-space: normal;
	font-size: 1.15rem;
}

/*
// #Directory and Search Content 
// --------------------------------------------------
*/
button.ui-dialog-titlebar-close::before {
    content: "x";
    top: -7px;
    position: relative;
    font-weight: bold;
}
#alpha_ContentPanel button {
    margin-bottom: .5em;
}
button#GetResults {
    margin-left: .5rem;
}
#DirectoryContent .tab-content {
	border-color: #dee2e6;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	padding: 12px 12px;
	background-color: #fffff0;
}

#DirectoryContent .nav-tabs .nav-link.active {
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	margin-bottom: -1px;
}
#DirectoryContent .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	background: #eeeeee;
    border-color: transparent;
}
#myTab .nav-link.active {
	background: #fffff0;
}
.panel.search-wrapper {
	border: #ccc 1px solid;
	border-radius: 3px;
}
#DirectoryContent .nav-link.active {
	color: #495057 !important;
	background-color: #fffff0;
} 
#DirectoryContent .nav-tabs > li.active > a, #DirectoryContent .nav-tabs > li.active > a:hover, #DirectoryContent .nav-tabs > li.active > a:focus {
    background-color: #fffff0;
    border: 0 !important;
}
#DirectoryContent li.nav-link {
	padding: .5rem .1rem !important;
}
#DirectoryContent a.nav-item {
	padding: 10px 15px;
}
#DirectoryContent .datacell {
    padding: 4px;
	display: table-cell;
}
#DirectoryContent .datarow {
	display: table-row;
}
.ui-helper-hidden-accessible {
	width: 100%;
	margin-bottom: .5rem;
}
.ui-autocomplete {
    background: #fff;
    border: 1px solid #cccccc;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px;
    padding-top: 1rem;
    padding-bottom: 1rem;
	max-width: 95%;
    -webkit-margin-start: 1em;
    -webkit-margin-end: 1em;
}
#autocompleteContainer {display: block; position: relative; width: 100%;}

.ui-autocomplete > .ui-menu-item {
    cursor: pointer;
	list-style: none;
}
/* CAS Login Style */
#login input#username, input#password {
    padding-left: 5px;
}
#login .btn-submit {
	cursor: pointer;
	padding: .375rem 1.5rem;
	white-space: normal;
	color: #fff;
	background-color: #0051bb;
	border-color: #0051bb;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*
// #Misc 
// --------------------------------------------------
*/

.NewsFig {display: table !important;}
.NewsFigCaption {display: table-caption; caption-side: bottom;}

table caption {
    caption-side: top;
    text-align: center;
}
/* Custom line heights */
.lh-180 {line-height: 180%;}
.lh-200 {line-height: 200%;}
.lh-150 {line-height: 150%;}

/* Dark color overlay for images/buttons with darkening hover */
.cover-overlay, .color-overlay-margins {
	background: #00000060;
	background: rgba(0,0,0, 0.38);
}
.color-overlay-margins {
    margin-left: 15px;
    margin-right: 15px;
}
.color-overlay:hover, .color-overlay-margins:hover {
	background: #00000095;
	background: rgba(0,0,0, 0.58);
}
.btn-disabled {
    opacity: .65;
    pointer-events: none;
}

/*
// #Bootstrap Media Queries 
// --------------------------------------------------
*/

/* Small devices */
@media (min-width: 430px) {
	h2.section-heading {font-size: 3rem;}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
h2.section-heading {
	font-size: 4rem;
}
/* footer contact */
	.blue-box {width: 60%; border-right: 55px solid transparent;}
	.footer-contact-bottom a:hover {text-decoration: underline;}
	
/* landing page hero text overlay */
	.hero-overlay {
		position: absolute;
		top: 45%;
		left: 0;
		background: none;
		width: 90%;
	}
	.hero-overlay .home-h1 {font-size: 3rem;}
	.section-01 p.lead, .hero-overlay p {font-size: 1.75rem;}
	.hero-overlay p {line-height: 40px;}
	.lead {font-size: 1.25rem;}
	
/* KUMC Homepage hero text overlay */
	.home-container > .carousel-caption h1 {font-size: 3rem;}
	.home-container > .carousel-caption p {font-size: 1.25rem;}
	.home-container > .carousel-caption a {font-size: 1.3rem;}
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	section {
	padding: 100px 0;
}
/* Main Nav: red border on hover */
	#navbarNavDropdown li > a.nav-link:hover {border-bottom: 3px solid #dc2a0b;}
	li.nav-item.show > a.nav-link {border-bottom: 3px solid #dc2a0b;}
	
/* KUMC Homepage hero text overlay */
	.home-container > .carousel-caption {
		right: 15%;
		bottom: 20px;
		left: 15%;
		width: auto;
		padding: 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}	
/* landing page hero text overlay */
	.hero-overlay {
		position: absolute;
		top: 60%;
		background: none;
	}
	.hero-overlay .home-h1 {font-size: 3rem;}
	/* adjusting for communications 12/17 .home-container {height: 460px;} */
 
 	/* Landing Pages: Infographic size */
	h2.stat, h2.stat-alt {font-size: 6rem;}
}
	#navbarNavDropdown li > a.nav-link-wichita {
    		max-height: 125px;
    		padding-top: 3em !important;
	}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.hero-overlay .home-h1 {
		/* font-size: 3.75rem; */
		font-size: 3.5rem;
	}

	.home-container {
		height: 810px;
		background-position-x: center;
		background-position-y: 0;
	} 
	.hero-overlay > .btn {
		font-size: 1.4rem;
	}
	.container {
		max-width: 1170px;
	}
}

/*
// #Custom Media Queries 
// --------------------------------------------------
*/

/* Media queries for Landing */

@media (max-width: 1150px) {
	
	.story-box-header {font-size: 2rem;}
	.story-box {font-size: 1.5rem;}
}
@media (max-width: 991px) {
	
	#main-row .card-deck, .card {height: auto;}
	.featured-buttons .card {min-width: 50%;}
	.story-box-header {font-size: 1.5rem;}
	.story-box {
		font-size: 1.1rem;
		line-height: 125%;
	}
	.story-box-container p {margin-bottom: .5em;}
	.home-h2 {font-size: 1.75rem;}
	.homeFeatured3 {background-position: 50% center;}
	.footer-copyright.ku-footer-top {padding-top: 15%;}
	.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {padding-right:15px; padding-left: 15px;}
	
	#navbarNavDropdown li > a.nav-link-wichita {max-height: 100px; padding-top: 1em !important;}
}

@media (max-width: 767px) {

	.story-box-container {
		display: block;
		float: none;
		max-width: 100%;
		background: #fff;
		top: 0;
		position: relative;
		overflow: hidden;
		padding: 1.25rem 3.25rem;
	}
	.story-box-container p:last-child {
		margin-bottom: 0px;
		padding-bottom: 10px;
	}
	.home-button {
		border: 2px solid #0051ba !important;
		background: #0051ba !important;
		margin: 20px auto !important;
		text-align: center;
		display: block;
		float: none;
	}
	.audienceNav a, .footer-copyright .navigate a  {
    white-space: normal;
	}
	.carousel-caption {
    font-size: .75rem;
    max-height: 75%;
    display: initial !important;
	}
	.carousel-caption h3 {
    font-size: .75rem;
	}	
}

@media (max-width: 609px) {
	
	.home-h1 {font-size: 40px;}
	
/* Directory table */
	#StaffSection .table td {
    display: block;
    width: 100%;
    border: 0;
	}
	#SubSection .table td {
    display: block;
    width: 100%;
    border: 0;
}
	#DirectoryContent a.nav-item {
	font-size: .85rem;
	}
	#DepartmentDetailSection .datacell a, #DirectoryContent .table td {
    word-break: break-word;
	}
}

@media (max-width: 576px) {
	.header-main>.container {min-height: 90px;}
	.home-h1 {font-size: 30px;}
	.featured-buttons .card {min-width: 100%;}
	.navigate a {
    white-space: normal;
}

}

@media (max-width: 400px) {
	.story-box-header {line-height: initial;}
	.home-h1 {font-size: 20px;}
}
/* Other custom media queries */
@media (min-width: 992px) and (max-width: 1130px) {
	#navbarNavDropdown li > a.nav-link {
		font-size:.94rem; 
		max-height: 100px;
		padding: 48px 10px !important;
	}
	#navbarNavDropdown li > a.nav-link-wichita {
    		max-height: 125px;
    		padding-top: 3.5em !important;
	}
/* landing page hero text overlay */
	.hero-overlay .home-h1 {font-size: 2.5rem;}
	.hero-overlay {top: 55%;}	
}

@media (max-width: 430px) {
/* adjust global header links on mobile */
	.header-top li.nav-item a {
		font-size: 0.85rem;
		padding: .5rem;
	}
}