/* RESET adapted from http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/


/* COLOR FAMILY

Green: #154734;
Gold: #ffb81c;

*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, footer, header, hgroup, menu, nav, section, aside {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	border-spacing: 0;
}

html {
    -webkit-text-size-adjust: none;
}

ol, ul {
	list-style: none;
}

:focus {
    /*outline: none;*/
    box-shadow: inset 0px 0px 5px -1px #4d90fe, 0 0 3px 3px #4d90fe;
}

input::-ms-clear {
    display: none !important;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	overflow: hidden;
	color: #154734;
	transition: all .18s;
	font-weight: bold;
	/* text-decoration: none; */
}

	a:hover,
    a:focus {
		color: #0a2d21;
		text-decoration: underline;
	}



img {
	border: none;
	display: block;
    max-width: 100%;
}

iframe {
	width: 100%;
}

body {
    font-family: calluna, Georgia, serif;
    font-size: 17px;
    line-height: 1.6em;
    color: black;
    background: #fff;

}

/* END RESET */

footer, header, hgroup, menu, nav, section, aside {
    display: block;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


.uiFixedFooter #universe {
    overflow: hidden;
    position: relative;
}

.uiFixedFooter #container {
  max-width: none;
}

.title {
    color: #154734;
}

.title img {
  display: none;
}



/* Core Styles */

h1,h3,h5 {
    font: 700 24px/1.1em bio-sans, Arial, sans-serif;
    color: #154734;
}

    h1 {
        font-size: 40px;
        margin: 0 0 20px 0;
    }

    h3 {
        font-size: 32px;
        margin: 30px 0 16px 0;
    }

    h5 {
        margin: 30px 0 16px 0;
    }

h2,h4,h6 {
    font-size: 18px;
    font-style: italic;
    color: #525252;
    margin: 24px 0 16px 0;
}

    h2 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h1 + h2,
    h3 + h4,
    h5 + h6 {
    	margin-top: -15px;
    }

p {
    margin: 16px 0;
}

u {
    text-decoration: none;
    font-style: italic;
}

/* List Items */

.content ul, .content ol {
    list-style: disc;
    margin: 15px 0;
    padding: 0 20px;
    line-height: 1.4em;
}

.content ol {
    list-style: decimal;
}

    .content li {
        margin: 0 0 4px 0;
    }

    .content ul ul {
        list-style: circle;
        margin-top: 0;
    }

.alignright {
     text-align:right;
}

    img.alignright, div.alignright {
        float: right;
        margin: 0 0 10px 10px;
        max-width: 50%;
    }

img.alignleft, div.alignleft {
    float: left;
    margin: 0 10px 10px 0;
    max-width: 50%;
}

.aligncenter {
    text-align: center;
}

    img.aligncenter, .aligncenter img {
        margin: 10px auto;
    }


/* ============================================================================ **
**       HEADER STYLES
** ============================================================================ */

#baylor_header {
	border-bottom: 1px solid #ffb81c;
  background: #154734;
}

@media(min-width: 1024px) {
	.uiNavType-side #baylor_header {
		position: relative;
		border-bottom-width: 11px;
	}

	.uiNavType-side #baylor_header::after {
		bottom: -11px;
		left: 0;
		right: 0;
		height: 10px;
		background: #000;
		content: "";
		position: absolute;
	}
}

.uiHeader-dept a {
	font-weight: normal;
	text-decoration: none;
}

#h {
	height: 70px;
	max-width: 1400px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

h1#print_logo {
	display: none;
}

.uiHeader-text {
	height: 100%;
    padding-left: env(safe-area-inset-left);
}

	.uiHeader-text h1 {
		float: left;
		color: #fff;
    width: 302px;
    margin: 0;
    padding-left: 8px;
	}

        .uiHeader-text h1 a {
            display: block;
            padding: 10px;
        }

        .main_mark img {
          display: block;
          width: 100%;
          max-width: none;
        }

.uiHeader-dept {
  position: absolute;
  top: 15px;
  left: 314px;
  right: 75px;
	height: 44px;
	transition: all .5s;
}

  .uiHeader-dept::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 2px;
    background: #ffb81c;
    height: 33px;
    content: "";
  }

	.uiHeader-dept h2, .uiHeader-dept h3 {
		font: 400 normal 20px/1.1em bio-sans, Arial, Helvetica, sans-serif;
	}

	.uiHeader-dept h2 {
		margin: 0;
		padding: 10px 0 0 16px;
	}

    .header-twoLine .uiHeader-dept h2 {
      padding-top: 0;
      font-size: 20px;
      line-height: 1.1em;
    }

	.uiHeader-dept h2.h_sub {
		padding-top: 0;
	}

  .uiHeader-dept h2 a {
    padding-bottom: 2px;
  }

	.uiHeader-dept h2 a,
	.uiHeader-dept h3 a {
		color: #fff;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition: all .3s;
    transform-origin: 0 50%;
	}

    .uiHeader-dept h2 a:hover,
    .uiHeader-dept h3 a:hover {
      text-shadow: 0 0 12px rgba(0,0,0, 0.8);
      text-decoration: underline;
    }

        .header-twoLine .uiHeader-dept h2 a {
            text-overflow:clip;
            white-space: normal;
        }

	.uiHeader-dept h3 {
		font-size: 12px;
		padding: 5px 0 0 16px;
		margin: 0;
    text-transform: uppercase;
	}

    .uiHeader-dept h3 a {
      font-weight: 700;
    }

	.uiHeader-menu {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100px;
		z-index: 100000;
		transition: all .25s;
	}

	@supports(right: max(0px)) {
	    .uiHeader-menu {
	        right: max(0px, env(safe-area-inset-right));
	    }
	}

		.uiHeader-menu-search {
			font-size: 24px;
			line-height: 1em;
			color: #fff;
			display: block;
			float: right;
			width: 50px;
			height: 100%;
			text-align: center;
			opacity: .8;
			transition: all .25s;
			box-sizing: border-box;
			padding-top: 22px;
		}

			.uiHeader-menu-search:hover,
            .uiHeader-menu-search:focus {
				opacity: 1;
				color: #fff;
			}

			.js-mobileMenu-on .uiHeader-menu-search {
				opacity: 0;
	    		transform: translateY(-50px);
			}

	.js-headerSearch-on .uiHeader-menu {
		transform: translateX(-50px);
		opacity: 0;
		z-index: 0;
	}

	@media(min-width: 1023px) {
		.js-headerSearch-on .uiHeader-dept {
			transform: translateY(-70px);
		}
	}

#header_search {
	 position: absolute;
    top: 0;
    right: 0px;
    left: 315px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 12px 0 0;
    z-index: 900000;
    transform: translateX(120%);
    transition: all .5s;
    height: 100%;
}

@supports(left: max(0px)) {
	#header_search {
		transform: translateX(calc(100% + env(safe-area-inset-right)));
	}
}



.baylorHeader-search-form {
	width: calc(100% - 44px);
	padding-top: 17px;
}

	.baylorHeader-search-close,
	.baylorHeader-search-toggle-icon {
		border: 0;
		background: none;
		padding: 0;
		margin: 0;
		box-sizing: border-box;
		position: absolute;
		cursor: pointer;
		z-index: 1000;
		font-size: 24px;
	    color: rgba(0,0,0,.5);
	    top: 23px;
	    left: 9px;
	}

		.baylorHeader-search-close {
			right: 15px;
			top: 0;
			left: auto;
			color: #fff;
			width: 40px;
			height: 100%
		}

	.baylorHeader-search-close-icon:hover {
		color: #fff;
	}

	.js-headerSearch-on  #header_search {
    	transform: translateX(0);
    }

	.baylorHeader-search-form-submit {
		width: 64px;
		float: left;
		margin: 0;
		padding: 0;
		border: 0;
		background: #ffb81c;
		height: 36px;
		font: 400 11px/1.1em bio-sans, Arial;
		text-transform: uppercase;
		color: #000;
		cursor: pointer;
		border-radius: 0 5px 5px 0;
		text-shadow: 0 0 2px rgba(255,255,255,.6);
		transition: all .25s;
		 -webkit-appearance: none;
	}

		.baylorHeader-search-form-submit:hover {
			background: #ffc649;
		}


	#header_search_box {
		background: none;
		box-sizing: border-box;
		border: none;
		height: 36px;
		line-height: 22px;
		padding: 7px 7px 7px 42px;
		margin: 0;
		color: #000;
		background: #8daca1;
		border-radius: 5px 0 0 5px;
		width: calc(100% - 64px);
		transition: all .25s;
		font-size: 16px;
		float: left;
	}



	#header_search ::placeholder {
		 color: rgba(0,0,0,.5)
	}
	#header_search :-ms-input-placeholder { /* Internet Explorer 10+ */
		 color: rgba(0,0,0,.5)
	}

		#header_search_box:focus {
			background: #fff;
			opacity: 1;
		}

		.js-headerSearch-on .baylorHeader-search-toggle-icon {
			color: rgba(28,89,68,1);
			cursor: default;
		}



.uiHeader-hamburger {
	display: none;
}

@media (max-width: 1023px) {
	#h {
		height: auto;
	}

	#baylor_header {
		border-bottom: 0;
	}

	#baylor_header:not(.header_show_subtitle) .uiHeader-text {
		height: 50px;
	}

  .uiHeader-dept::before {
    display: none;
  }

  .uiHeader-text {
    background-color: #383838;
  }


	.uiHeader-text h1.main_mark {
    height: 50px;
    border-bottom: 1px solid #ffb81c;
    width: auto;
    margin: 0;
    float: none;
    z-index: 10000;
    position: fixed;
		top: 0;
		left: 0;
		padding-left: env(safe-area-inset-left);
		right: 0;
		background: #154734;
  }

    	.uiHeader-text h1.main_mark::after {
    		position: absolute;
    		bottom: -3px;
    		left: 0;
    		right: 0;
    		background: #383838;
    		content: "";
    		z-index: 10;
    		height: 2px;
    	}

		.uiHeader-text h1 a {
	        padding: 5px 12px;
	    }

		    .uiHeader-text h1 a img {
				height: 40px;
		        width: auto;
			}


	.uiHeader-menu {
		position: fixed;
		bottom: auto;
		height: 50px;
	}

    .uiHeader-dept {
        padding: 7px 15px 11px 15px;
        position: static;
        height: auto;
        background: #383838;
        border: 0;
        margin-top: 53px;

    }

	    .uiHeader-dept h2 {
	        font-size: 18px;
	        padding: 0;
	    }

		    .uiHeader-dept h2 a {
		        text-overflow:clip;
		        white-space: normal;
		    }

	    .uiHeader-dept h3 {
	        /*display: none;  */
            padding: 4px 0 0 0;
	    }
        .uiHeader-dept h3 a {
            font-weight: 500;
        }

    #header_search {
	    left: 248px;
	    position: fixed;
        height: 50px;
	}

	.baylorHeader-search-form {
		padding-top: 7px;
	}


	.baylorHeader-search-toggle-icon {
		top: 13px;
	}


	.baylorHeader-search-close {
		height: 50px;
	}

	.uiHeader-menu-search {
		padding-top: 13px;
		text-align: right;
	}

    .uiHeader-hamburger {
    	width: 50px;
    	height: 50px;
    	float: right;
    	display: block;
    	overflow: visible;
    	position: relative;
    	padding: 0 10px;
    	box-sizing: border-box;
    }

    .uiHeader-hamburger-inner {
        height: 4px;
        background: #d2deda;
        display: block;
        position: absolute;
        top: 23px;
        right: 12px;
        left: 12px;
        transition: all .3s ease;
        font: 100 0/0 Arial;
        text-indent: -999px;
        border-radius: 2px;
    }

        .uiHeader-hamburger-inner::after,
        .uiHeader-hamburger-inner::before {
            content: "";
            display: block;
            height: 4px;
            left: 0;
            right: 0;
            top: -8px;
            position: absolute;
            background: #d2deda;
            transition: all .9s;
            border-radius: 2px;
            transform-origin: 50% 50%;
        }

        .uiHeader-hamburger-inner::after {
            top: 8px;
        }

        .uiHeader-hamburger:hover .uiHeader-hamburger-inner,
        .uiHeader-hamburger:hover .uiHeader-hamburger-inner::after,
        .uiHeader-hamburger:hover .uiHeader-hamburger-inner::before,
        .uiHeader-hamburger:focus .uiHeader-hamburger-inner,
        .uiHeader-hamburger:focus .uiHeader-hamburger-inner::after,
        .uiHeader-hamburger:focus .uiHeader-hamburger-inner::before {
        	 background: #fff;
        	 transition-duration: .3s;
        }

        /* OPEN STATE */

        .js-mobileMenu-on.uiHeader-hamburger-label {
            transform: translateX(-5px);
        }

        .js-mobileMenu-on .uiHeader-hamburger-inner {
            background-color: transparent !important;
            transform: translate3d(0,2px,0);
        }

        .js-mobileMenu-on .uiHeader-hamburger-inner::before {
            transform: translateY(6px) rotate(225deg);
            transition-duration: .75s !important;
        }

        .js-mobileMenu-on .uiHeader-hamburger-inner::after {
            transform: translateY(-10px) rotate(-225deg);
            transition-duration: .75s !important;
        }
}



@media(max-width: 820px) {
	.main_mark a {
		transition: all .4s;
	}
	.js-headerSearch-on .main_mark a {
		transform: translateY(-50px);
	}

  #header_search {
    left: 12px;
  }



	@supports(left: max(0px)) {
		#header_search {
			left: max(12px, env(safe-area-inset-right));
			right: max(0px, env(safe-area-inset-right));
		}
	}
}




/* hamburger */








/* ============================================================================ **
**       HAMBURGER NAV
** ============================================================================ */


.js-mobileMenu-on {
  overflow: hidden;
}

#header_nav {
	position: fixed;
	top: 51px;
	left: 0;
	right: 0;
	height: calc(100vh - 51px);
  background: #2d2d2d;
  backface-visibility: hidden;
  z-index: 1000;
  transform: translateY(-100vh);
  opacity: 0;
  transition: transform .6s, opacity .2s ease .3s;
  visibility: hidden;
}

#header_nav a {

}

.js-mobileMenu-on #header_nav {
  visibility: visible;
  opacity: 1;
	transform: translateY(0);
	transition: transform .6s, opacity .2s ease 0s;
}

#header_nav .children_block_1 {
	max-width: 80%;
	margin: 0 auto;

}

 #header_nav div {
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
}

    #header_nav ul {
        padding: 50px 0 0 0;
    }

        #header_nav ul.level1 {
            padding: 0;
            font: 400 16px/1.1em bio-sans, Arial, sans-serif;
            position: relative;
    		height: 100%;
        }

        #header_nav ul li {
            border-bottom: 1px solid rgba(255,255,255,0);
            background: #2d2d2d;
            width: 100%;
            opacity: 0;
            transition: all .25s ease-out .4s;
        }

        	#header_nav ul li:nth-child(2) {
        		transition-delay: .45s
        	}

        	#header_nav ul li:nth-child(3) {
        		transition-delay: .5s
        	}

        	#header_nav ul li:nth-child(4) {
        		transition-delay: .55s
        	}

        	#header_nav ul li:nth-child(5) {
        		transition-delay: .6s
        	}

        	#header_nav ul li:nth-child(6) {
        		transition-delay: .65s
        	}

        	#header_nav ul li:nth-child(7) {
        		transition-delay: .7s
        	}

        	#header_nav ul li:nth-child(8) {
        		transition-delay: .75s
        	}

        	#header_nav ul li:nth-child(9) {
        		transition-delay: .8s
        	}

        	#header_nav ul li:nth-child(10) {
        		transition-delay: .85s
        	}

        	#header_nav ul li:nth-child(n+11) {
        		transition-delay: .9s
        	}

        #header_nav.js-menuIsOpen ul li {
        	opacity: 1;
        	transition-delay: 0s;
        	transition-duration: 0s;
        }

        	.js-mobileMenu-on #header_nav ul li {
        		border-bottom-color: rgba(255,255,255,.2);
        		opacity: 1;
        	}

            #header_nav ul li ul {
                width: 100%;
            }

            #header_nav ul li a,
            .uiMobileNav-section-close a {
                display: block;
                color: #fff;
                padding: 20px 15px;
                text-decoration: none;
                font-weight: 400;
            }

            #header_nav ul li.uiMobileNav-section-mainPage a {
            	font-weight: 700;
            	padding: 25px 15px;
            }


    .uiMobileNav-section-close {
        display: block;
        border-bottom: 1px solid rgba(255,255,255,.2);
        background: #2d2d2d;
    }

    .uiMobileNav-section-close a {
    	text-transform: uppercase;
    	font-size: 12px;
    	line-height: 1.5em;
    }

    	.uiMobileNav-section-close a i {
    		font-size: 14px;
    		margin-right: 3px;
    	}

        .uiMobileNav-section-close:active {
            opacity: 1;
        }




/* Reset Child Menus */

#header_nav .level1 div {
    top: 0;
    right: 0;
    width: 94%;
    background: #2d2d2d;
    height: 100%;
    box-sizing: border-box;
    /* transition: all .0s ease-out; */
    transform: translateX(100%);
    position: absolute;
    overflow: visible;
    /* opacity: 0; */
    z-index: -1;
    visibility: hidden;




    display: none;
}

	#header_nav ul li div::before {
		top: 0;
		left: -15px;
		width: 15px;
		bottom: 0;
		background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);
		content: "";
		position: absolute;
	}

#header_nav ul li div ul {
    padding-top: 0;
}

        #header_nav ul li.show_children > div {
            z-index: 20;
            transform: translateX(0);
            /* opacity: 1; */
            visibility: visible;


            display: block;
        }

    #header_nav ul li div.nav_popout_2 ul {
        float: none;
        width: 100%;
    }

#header_nav ul li div.nav_popout ul li a {
    padding: 5% 8%;
    background: #191919;
}

#header_nav ul div.nav_popout_clear {
    display: none !important;
}

#header_nav li.is-active:after {
    z-index: 50;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -0.031em;
    margin-top: -0.625em;
    border-top: 0.625em transparent solid;
    border-bottom: 0.625em transparent solid;
    border-right: 0.625em white solid;
}

#header_nav li.has_children > a {
    position: relative;
    padding-right: 60px;
    overflow: visible;
}

	#header_nav li.has_children > a::after {
		position: absolute;
		right: 12px;
		top: 15px;
		bottom: 0;
		width: 30px;
		content: "\f067";
		font: 100 normal 20px/32px "Font Awesome 5 Pro";
		color: #fff;
		text-align: right;
		transition: all .2s linear;
		transform-origin: 25px 15px;
	}

		#header_nav li.show_children.has_children > a::after {
			transform: rotate(45deg);
		}



#header_nav li a:active {
    background-color: rgba(255,255,255,.2);
}

    #header_nav li > a:active span:active {
        background-color: rgba(255,255,255,.4);
        opacity: 1;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }

    .nav_child_close {
        display: block;
    }




























/* ====================================== */
/*       FOOTER STYLES                    */
/* ====================================== */

.baylorFooter {
	font: 14px/1.3em bio-sans, arial;
	position: relative;
    padding: 0 0 25% 0;
    background: #343a62;
    overflow: hidden;
    color: rgba(255,255,255,.8);

}

	.baylorFooter::before,
	.baylorFooter::after {
		top: 0;
    	left: 0;
    	right: 0;
    	position: absolute;
    	content: "";
	}

	.baylorFooter::before {
	    bottom: 0;
	    background: url(//www.baylor.edu/images/bkg/baylor_patneff_footer2.jpg) no-repeat 50% 100%;
	    background-attachment: fixed;
	    background-size: 100%;
	    z-index: 0;
	    overflow: hidden;
	}

	@media(max-width: 1023px) {
		.baylorFooter {
			padding-bottom: 40%
		}
		.baylorFooter::before {
			background-position: 40% 100%;
			background-size: 150%;
		}
	}

	@media(max-width: 600px) {
		.baylorFooter {
			padding-bottom: 54%
		}
		.baylorFooter::before {
			background-size: 200%;
		}
	}

	.baylorFooter::after {
	    bottom: 30%;
	    background: linear-gradient(to bottom, rgba(19,21,43,.8) 0%, rgba(19,21,43,.6) 60%,rgba(19,21,43,0) 100%);
	    z-index: 1;
	}

.baylorFooter-container {
	max-width: 1400px;
	margin: 0 auto;
    position: relative;
    z-index: 2;
    box-sizing: border-box;

}

	.baylorFooter-top {
		border-bottom: 1px solid rgba(255,184,28,1);
		padding: 15px 20px;
		overflow: hidden;
	}

	@supports(padding: max(0px)) {
	    .uiHeader-menu {
	        padding-right: max(0, env(safe-area-inset-right));
	        padding-left: max(0, env(safe-area-inset-left));
	    }
	}


	.baylorFooter-top-logo {
		float: left;
		height: 30px;
	}

        .baylorFooter-top-logo img {
            height: 100%;
            width: auto;
        }

	#bf_sm {
		float: right;
		height: 30px;
	}

	.baylorFooter-social-item {
		display: inline-block;
		margin: 0 0 0 10px;
		width: 30px;
		height: 30px;
		text-align: center;
		font-size: 22px;
		color: rgba(255,255,255,.6);
		line-height: 30px;
		transition: all .25s;
	}

		.baylorFooter-social-item:hover,
    .baylorFooter-social-item:active,
    .baylorFooter-social-item:focus {
			color: #fff;
		}

	.baylorFooter-content {
		text-shadow: 0 0 3px rgba(0,0,0,.5);
		overflow: hidden;
		padding-left: env(safe-area-inset-left);
    	padding-right: env(safe-area-inset-right);
	}

	.baylorFooter-content a {
		display: block;
		color: rgba(255,255,255,.8);
		padding: 8px 20px;
		transition: color .15s;
		font-weight: normal;
    text-decoration: none;
	}

		.baylorFooter-content a:hover {
			color: #fff;
      text-decoration: underline;
		}

		.baylorFooter-content .selected a {
			color: #fff;
			font-weight: bold;
		}


		.bf_col1 {
			float: left;
			width: 20%;
		}

		.bf_col2,
		.bf_col3  {
			float: left;
			width: 40%;
		}



	.bf_col1 ul {
		padding: 20px 0 50px 0;
		overflow: hidden;
	}

	.bf_col1 li {
		position: relative;
		border: 1px solid transparent;
		border-left-width: 0;
        border-right-width: 0;
		box-sizing: border-box;
	}

 	.bf_col1 .selected {
        border-color: rgba(255,184,28,.8);
    }

    	.bf_col1 .selected a {
    		color: #fff;
    	}

        .bf_col1 .selected::after,
        .bf_col1 .selected::before {
            position: absolute;
            top: -201px;
            content: "";
            right: 0px;
            width: 1px;
            height: 200px;
            background: rgba(255,184,28,.8);
        }

        .bf_col1 .selected::before {
            top: auto;
            bottom: -201px;
            background: linear-gradient(to bottom, rgba(255,184,28,.8) 0%,rgba(255,184,28,0) 100%);
        }


	.bf_col2 div {
		padding-top: 15px;
		display: none;
	}

		.bf_col2 div ul {
			column-count: 2;
			column-gap: 20px;
		}

			#bf_c .bf_col2 div {
				display: none;
			}

		.bf_col2 ul li {
			break-inside: avoid;
		}


		#bf_c .bf_col2 .active{
			display: block;
		}

		.bf_other_col {
			padding-top: 20px;
		}



	.baylorFooter-legal {
		clear: both;
		margin: 15px 0 0 0;
		border-top: 1px solid rgba(255,184,28,1);
		padding: 15px;
		font-size: 12px;
		line-height: 1.5em;
	}

	@supports(padding: max(0px)) {
	    .baylorFooter-legal {
	        padding-left: max(15px, env(safe-area-inset-left));
	        padding-right: max(15px, env(safe-area-inset-right));
	    }
	}


	.baylorFooter-legal a {
		color: rgba(255,255,255,.8);
		transition: color .15s;
		font-weight: normal;
		border-bottom: 1px dotted rgba(255,255,255,.5);
    text-decoration: none;
	}

		.baylorFooter-legal a:hover,
    .baylorFooter-legal a:focus {
			color: #fff;
      border-bottom: 1px solid #fff;
		}

		.bf_other_col h3 {
			margin: 0 0 15px 20px;
			font-size: 18px;
			font: 700 18px/1.1em bio-sans, Arial, sans-serif;
			color: rgba(255,255,255,.8);
		}


	.bf_col3 .other_two_col > div {
		float: left;
		width: 50%;
	}

		.bf_col3 ul {
			padding-top: 0;
		}

        #bf_c .bf_other_social ul {
            margin-left: 12px;
        }

        #bf_c .bf_other_social ul li span a {
            opacity: 1;
            display: inline;
            padding: 0;
            background: none;
        }

		#bf_c .bf_other_social ul li a:hover {
			opacity: 1;
		}

a.baylorFooter-links-item,
span.baylorFooter-links-item {
	padding: 8px 20px 8px 42px;
	position: relative;
	display: block;
}

	.baylorFooter-links-item i {
		position: absolute;
		left: 8px;
		top: 8px;
		font-size: 18px;
		line-height: 1em;
		width: 30px;
		text-align: center
	}

        .uiFooterBkg .show_col_line {
            background: none;
            position: relative;
        }

            .show_col_line::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 1px;
                bottom: 0;
                background: linear-gradient(to bottom, rgba(255,184,28,.8) 0%,rgba(255,184,28,0) 100%);
            }


/* ============================================================================ **
**       FIXED FOOTER
** ============================================================================ */

.uiFixedFooter, .uiFixedFooter body {
    background: #fff;
    height: 100%;
}

.uiFixedFooter .baylorFooter {
    position: fixed;
    bottom: 0;
    height: 40px;
    left: 0;
    right: 0;
    padding: 0;
    background: #154734;
}

  .uiFixedFooter .baylorFooter::before,
  .uiFixedFooter .baylorFooter::after {
    display: none;
  }

    .uiFixedFooter #container,
    .uiFixedFooter #bf_c {
        width: auto;
        height: 100%;
    }

    .uiFixedFooter .baylorFooter-top,
    .uiFixedFooter .baylorFooter-content {
        display: none;
    }

    .uiFixedFooter .baylorFooter-legal {
        border-top: 0;
        height: 20px;
        line-height: 20px;
        padding: 10px 15px;
        position: absolute;
        bottom:0;
        right: 0;
        left:0;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .uiFixedFooter .bf_copy_line {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 20px;
        width: 100%;
        text-align: left !important;
    }

    .uiFixedFooter .bf_copy_address_line {
        display: none;
    }


@media(max-width:1200px) {
    .uiFooterBkg #baylor_footer {
        padding-bottom: 40%;
    }

    .uiFooterBkg #baylor_footer::before {
        background-position: 25% 100%;
        background-size: 140%;
    }
}

@media(max-width: 1023px) {
	.baylorFooter-top-logo {
		display: none;
	}

	#bf_sm {
		float: none;
		width: auto;
		text-align: center;
	}

	.baylorFooter-social-item {
		margin: 0 11px;
	}
}


@media (max-width: 767px) {
	.bf_col1 {
		width: 33.33%;
	}

	.bf_col2 {
		width: 66.66%;
	}

	.bf_col3 {
		width: 100%;
		float: none;

	}

    .show_col_line {
        clear: both;
        padding-top: 40px;
    }

    	.show_col_line::before {
    		top: 20px;
    		height: 1px;
    		bottom: auto;
    		left: 0;
    		right: 0;
    		background: rgba(255,184,28,1);
    		width: auto;

    	}

        .show_col_line h3 {
            text-align: center;
            margin: 0 0 10px 0;
        }

    .bf_col2 div ul {
    	column-count: 1;
    }

    .baylorFooter-legal {
    	text-align: center;
    }
}

/* ====================================== */
/*       HANDHELD                         */
/* ====================================== */

@media (max-width: 569px) {



	#bf_h {
		height: auto;
		padding: 0;
		border: 0;
	}

	#bf_logo, #bf_sm {
		float: none;
		border-bottom: 1px solid #7f7508;
		border-bottom: 1px solid rgba(254,203,0,.5);
		padding: 10px 0;
		line-height: 0em;
	}

		#bf_logo a {
			display: block;
		}

			#bf_logo a img {
				margin: 0 auto;
			}

	#bf_sm {
		text-align: center;
		padding: 14px 0;
	}

		#bf_sm a {
			display: inline-block;
			float: none;
			margin: 0 8px;
		}

	.bf_col1 {
		width: 45%;
	}

	.bf_col2 {
		width: 55%;
	}

		#bf_c .bf_col1 ul {
			line-height: 1.3em;
		}

		#bf_c .bf_col2 div ul {
			float: none;
			width: 100%;
		}

			#bf_c .bf_col2 div ul div {
				display: none !important;
			}

	#bf_copy {
		text-align: center;
	}

}

@media(max-width:650px) {
    .uiFooterBkg #baylor_footer {
        padding-bottom: 45%;
    }
}






        .uiFooterBkg #bf_c .bf_col1 ul li.selected a {
            background: none;
        }










.isTesting {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 20px;
    background: #EB0000;
    line-height: 20px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-family: Arial;
    text-transform: uppercase;
}





/* ====================================== */
/*       PRINT STYLES                     */
/* ====================================== */

@media print {

	h1.main_mark, #header_search, #show_menu, .isTesting, .bf_cols, #bf_h {
        display: none;
    }

    h1#print_logo {
        display: inline-block;
        width: 25%;
        height: auto;
        margin-right: .15in;
    }

    #h {
        height: auto;
        padding: .25in;
        border-bottom: .05in solid #000;
        margin-bottom: .25in;
    }

    .uiHeader-dept {
        position: static;
        display: inline-block;
        border-left: 1px solid #000;
        width: 65%;
        margin-top: .06in;
    }

    .uiHeader-dept h2 {
        font-size: 14pt;
        line-height: 1.2em;
        padding-left: 0;
        margin: 0;
    }

        .uiHeader-dept h2 a {
            color: #000;
        }

    #bf_copy_c {
        text-align: center;
        font-size: 8pt;
        line-height: 1.25em;
    }
}




/*
======
MESSAGE CENTER
Universal Settings
*/

.messageCenter {
    transition: all 1s;
    overflow: hidden;
    -webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;
}

    .slick-initialized {
        max-height: 2000px;
    }

.messageCenter-slide-link-text-headline {
	font: 700 44px/1.1em bio-sans, Arial, sans-serif;
	margin: 0 0 25px 0;
}

.messageCenter .slick-slide:focus::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0px 0px 5px 2px #4d90fe, 0 0 3px 3px #4d90fe;
    -moz-box-shadow: inset 0px 0px 5px 2px #4d90fe, 0 0 3px 3px #4d90fe;
    -webkit-box-shadow: inset 0px 0px 5px 2px #4d90fe, 0 0 3px 3px #4d90fe;
    z-index: 9999;
}

ul.slick-dots {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

	ul.slick-dots li {
		display: inline-block;
		margin: 0 10px;
		padding: 0;
	}

		ul.slick-dots li button {
			border: 0;
			width: 10px;
			height: 10px;
			background: rgba(255,255,255,.8);
			overflow: hidden;
			padding: 0;
			border-radius: 50%;
			text-indent: -999px;
			cursor: pointer;
			transition: all .25s;
			box-shadow: 0 0 5px rgba(0,0,0,.4);
		}

			ul.slick-dots li button:hover,
            ul.slick-dots li button:focus,
			ul.slick-dots li.slick-active button  {
				background: #fff;
			}


/*
======
MESSAGE CENTER
Default Style
*/

.messageCenter-slide-link {
  text-decoration: none;
}

.messageCenter-type-default .messageCenter-slide-link-container {
	margin: 0 10px;
	display: block;
	position: relative;
}

.messageCenter-type-default .messageCenter-slide-link-image {
	overflow: hidden;
}

	.messageCenter-type-default .messageCenter-slide-link:hover {
		text-decoration: none;
	}

.messageCenter-type-default .messageCenter-slide-link img {
	width: 100%;
	transition: all .5s;
}

.messageCenter-type-default .messageCenter-slide-link-text {
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 40;
	background: rgba(0,0,0,.7);
	width: 42%;
	color: #fff;
	padding: 5% 2.5% 2.5% 9%;
	box-sizing: border-box;
	transition: all .3s;
}

.messageCenter .slick-active:focus .messageCenter-slide-link-text-button-interior:before {
    transform: translateX(0);
}

	.messageCenter-type-default .messageCenter-slide-link-icon- {
		padding: 4%;
	}

	.messageCenter-type-default .messageCenter-slide-link-text[data-alignment="right"] {
		left: auto;
		right: 50px;
	}

	.messageCenter-type-default .messageCenter-slide-link:hover .messageCenter-slide-link-text,
    .messageCenter-type-default .messageCenter-slide-link:focus .messageCenter-slide-link-text{
		background: rgba(0,0,0,.8);
	}

	.messageCenter-type-default .messageCenter-slide-link:hover img,
    .messageCenter-type-default .messageCenter-slide-link:focus img {
		transform: scale(1.03);
	}

.messageCenter-type-default .messageCenter-slide-link-text > span {
	display: block;
}

.messageCenter-type-default .messageCenter-slide-link-icon::after {
	position: absolute;
	top:0;
	left: 0;
	width: 16%;
	padding-bottom: 16%;
	background-color: #ffb81c;
	content: "";
	background-position: 50% 50%;
	background-size: 60%;
	background-repeat: no-repeat;
}

	.messageCenter-type-default .messageCenter-slide-link-icon-::after {
		display: none;
	}



.messageCenter-type-default .messageCenter-slide-link-text-description {
	margin: 0 0 25px 0;
}

/*
.messageCenter-type-default .slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	background: none;
	background-image: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
	width: 50px;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 600;
	cursor: pointer;
	opacity: 0;
	text-indent: -9999px;
	overflow: hidden;
	transition: all .25s;
}

.messageCenter-type-default .slick-next {
	right: 0;
	left: auto;
	background-image: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
}

	.messageCenter-type-default .slick-arrow:hover {
		 opacity: .4;

	}
*/
.messageCenter-type-default .slick-arrow,
.messageCenter-type-default .slick-arrow {
    position: absolute;
    top: 50%;
    left: 24px;
    border: 0;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    background: black;
    text-indent: -999px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: all .25s;
    z-index: 100;
    overflow: hidden;
}

    .messageCenter-type-default .slick-arrow::after,
    .messageCenter-type-default .slick-arrow::after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        content: "\f054";
        font: normal normal normal 22px/36px Font Awesome\ 5 Pro;
        color: #fff;
        z-index: 3;
        text-indent: 0;
        transform: translateX(2px);
    }

    .messageCenter-type-default .slick-prev::after,
    .messageCenter-type-default .slick-prev::after {
        content: "\f053";
        transform: translateX(-2px);
    }

    .messageCenter-type-default:focus-within .slick-arrow {
        opacity: .6;
    }
    .messageCenter-type-default:hover .slick-arrow {
        opacity: .6;
    }

    .messageCenter-type-default .slick-arrow:focus,
    .messageCenter-type-default:hover .slick-arrow:hover {
        opacity: 1;
    }

.messageCenter-type-half .slick-next,
.messageCenter-type-default .slick-next {
    right: 24px;
    left: auto;
}

@media(max-width: 1100px) {
	.messageCenter-type-default .messageCenter-slide-link-text {
		top: 4vw;
		left: 4vw;
	}

	.messageCenter-type-default .messageCenter-slide-link-text-headline {
		font-size: 3.8vw;
		line-height: 1.1em;
		margin: 0 0 6% 0;
	}
}

@media(max-width: 899px) {
	.messageCenter-type-default .messageCenter-slide-link-container {
		margin: 0 5px;
	}
}

@media(max-width: 800px) {
	.messageCenter-type-default .messageCenter-slide-link-icon::after {
		width: 60px;
		height: 60px;
		padding: 0;
	}

	.messageCenter-type-default .messageCenter-slide-link-text {
		position: static;
		top: auto;
		left: auto;
		width: auto;
		padding: 75px 8% 5% 8%;
	}

	.messageCenter-type-default .messageCenter-slide-link-icon- {
		padding-top: 8%;
	}


	.messageCenter-type-default .messageCenter-slide-link-text-headline {
		font-size: 36px;
		line-height: 1.1em;
	}
}

@media(max-width: 600px) {
	.messageCenter-type-default .messageCenter-slide-link-container {
		margin: 0 2.5px;
	}
}


/*
======
MESSAGE CENTER
Half Style
*/

.messageCenter-type-half .messageCenter-slide-link-container {
	display: flex;
}

.messageCenter-type-half .messageCenter-slide-link-text,
.messageCenter-type-half .messageCenter-slide-link-image {
	width: 50%;
	box-sizing: border-box;
}

	.messageCenter-type-half .messageCenter-slide-link-text {
		padding: 30px 50px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

		.messageCenter-type-half .messageCenter-slide-link-text-headline {
			font-size: 36px;
			line-height: 1.1em;
			color: #005535;
		}

		.messageCenter-type-half .messageCenter-slide-link-text-button {
			margin: 30px 0 0 0;
		}

	.messageCenter-type-half .messageCenter-slide-link-image {
		overflow: hidden;
		min-height: 35vw;
		clip-path: polygon(3% 0%, 100% 0%, 100% 100%, 3% 100%, 3% 54%, 0% 50%, 3% 46%);
		position: relative;
	}

		.messageCenter-type-half .messageCenter-slide-link-image-bkg {
			background-size: cover;
			background-position: 50% 50%;
			background-repeat: no-repeat;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			transition: all .5s;
		}

		.messageCenter-type-half .messageCenter-slide-link-image img {
			display: none;
		}

.messageCenter-type-half .messageCenter-slide-link:hover {
	text-decoration: none;
}

.messageCenter-type-half .messageCenter-slide-link:hover .messageCenter-slide-link-image-bkg,
.messageCenter-type-half .messageCenter-slide-link:focus .messageCenter-slide-link-image-bkg {
	transform: scale(1.05)
}

.messageCenter-type-half ul.slick-dots {
	left: calc(53% + 15px);
}

.messageCenter .slick-list:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

.messageCenter-type-half .slick-arrow,
.messageCenter-type-simple .slick-arrow {
	position: absolute;
	top: 50%;
	left: 15px;
	border: 0;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	background: black;
	text-indent: -999px;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0;
	transition: all .25s;
	z-index: 100;
	overflow: hidden;
}

	.messageCenter-type-half .slick-arrow::after,
	.messageCenter-type-simple .slick-arrow::after {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		text-align: center;
		content: "\f054";
		font: normal normal normal 22px/36px Font Awesome\ 5 Pro;
		color: #fff;
		z-index: 3;
		text-indent: 0;
		transform: translateX(2px);
	}

	.messageCenter-type-half .slick-prev::after,
	.messageCenter-type-simple .slick-prev::after {
		content: "\f053";
		transform: translateX(-2px);
	}

    .messageCenter-type-half:hover .slick-arrow,
    .messageCenter-type-simple:hover .slick-arrow {
        opacity: .6;
    }
    .messageCenter-type-half .slick-arrow:hover,
    .messageCenter-type-simple .slick-arrow:hover {
        opacity: 1;
    }
    .messageCenter-type-half .slick-arrow:focus,
    .messageCenter-type-simple .slick-arrow:focus {
        opacity: 1;
    }
    .messageCenter-type-half:hover .slick-arrow:hover,
    .messageCenter-type-simple:hover .slick-arrow:hover {
        opacity: 1
    }
    .messageCenter-type-half:focus-within .slick-arrow,
    .messageCenter-type-simple:focus-within .slick-arrow {
		opacity: .6;
	}
    .messageCenter-type-half:focus-within .slick-arrow:focus,
    .messageCenter-type-simple:focus-within .slick-arrow:focus {
		opacity: 1
	}

.messageCenter-type-half .slick-next,
.messageCenter-type-simple .slick-next {
	right: 15px;
	left: auto;
}


@media(max-width: 900px) {
	.messageCenter-type-half .messageCenter-slide-link-container {
		flex-direction: column-reverse;
	}

	.messageCenter-type-half .messageCenter-slide-link-text,
	.messageCenter-type-half .messageCenter-slide-link-image {
		width: 100%;
	}

	.messageCenter-type-half .messageCenter-slide-link-image {
		min-height: 60vw;
		clip-path: polygon(0% 0%, 100% 0%, 100% 97%, 52% 97%, 50% 100%, 48% 97%, 0% 97%);
	}

	.messageCenter-type-half ul.slick-dots {
		left: 15px;
	}

	ul.slick-dots li button {
		background: rgba(0,0,0,.3);
		box-shadow: none;
	}

		ul.slick-dots li button:hover,
        ul.slick-dots li button:focus,
		ul.slick-dots li.slick-active button  {
			background: rgba(0,0,0,.6);
		}
}




.messageCenter-type-simple img {
	width: 100%;
}

.messageCenter-type-simple .messageCenter-slide-link:hover {
	text-decoration: none;
}

.messageCenter-type-simple .messageCenter-slide-link-description {
	font-size: .9em;
	line-height: 1.4em;
	margin: 15px 0 20px 0;
}

.messageCenter-type-simple .slick-dots {
	bottom: 5px;
}

/* Quick Search */

.uiQuickSearch{

}

    .uiQuickSearch-input {
        position: relative;
    }

    	.uiQuickSearch-input::after {
    		top: 50%;
    		left: 15px;
    		width: 30px;
    		margin-top: -15px;
    		height: 30px;
    		position: absolute;
    		content: "\f002";
    		font: 200 24px/30px Font Awesome\ 5 Pro;
    		color: #005525;
    	}

    .uiQuickSearch-input input {
        display: block;
        border: 1px solid rgba(0,0,0,.1);
        font: 400 18px/1.2em calluna, Georgia, serif;
        width: 100%;
        padding: 14px 48px;
        box-sizing: border-box;
        margin: 0;
    }

    .uiQuickSearch-cancel {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        right: 12px;
        width: 30px;
        height: 30px;
        display: block;
        opacity: .5;
        text-align: right;
    }

    	.uiQuickSearch-cancel::after {
    		top: 0;
    		left: 0;
    		right: 0;
    		bottom: 0;
    		position: absolute;
    		content: "\f00d";
        	font: 200 24px/30px Font Awesome\ 5 Pro;
    	}

        .uiQuickSearch-cancel-inactive {
            display: none;
        }

        .uiQuickSearch-cancel:hover {
            opacity: 1;
            text-decoration: none;
        }

        .uiQuickSearch-results-list {
             -webkit-column-count: 2; /* Chrome, Safari, Opera */
                -moz-column-count: 2; /* Firefox */
                column-count: 2;
            -webkit-column-gap: 25px; /* Chrome, Safari, Opera */
            -moz-column-gap: 25px; /* Firefox */
            column-gap: 25px;
        }


        ul.uiQuickSearch-results-list {
            padding: 0 48px;
            margin: 20px 0;
            list-style: none;
        }

        @media(max-width: 700px) {
        	 ul.uiQuickSearch-results-list {
        	 	padding: 0;
        	 }
        }

            .no-csscolumns ul.uiQuickSearch-results-list {
                overflow: hidden;
            }

            ul.uiQuickSearch-results-list li {
                margin: 0;
                padding: 4px 0;
                -webkit-column-break-inside: avoid;
                page-break-inside: avoid;
                break-inside: avoid;
            }

               ul.uiQuickSearch-results-list li a {
                 text-decoration: none;
               }

               ul.uiQuickSearch-results-list li a:hover {
                 text-decoration: underline;
               }

                .no-csscolumns ul.uiQuickSearch-results-list li {
                    float: left;
                    width: 50%;
                }

            .uiQuickSearch-results-list p {
                margin-top: 5px;
                font-size: .9em;
                line-height: 1.4em;
            }

        .uiQuickSearch-noresults {
            padding: 8px 15px;
            margin: 0 15px 20px 15px;
            border-top: 0;
            border-radius:  0 0 12px 12px;
            background: #fff1d7;
        }

        .uiQuickSearch-results-alpha,
        .uiQuickSearch-results-title,
        .uiQuickSearch-results-permanent-title {
            font: 700 20px/1.25em bio-sans, Arial, sans-serif;
        }

            .uiQuickSearch-results-title {
                margin-bottom: -15px;
            }

        .uiQuickSearch-results-permanent-title {
            text-align: center;
            margin: 25px 0;
        }

        .uiQuickSearch-all-results {
            float: right;
        }

    .uiQuickSearch-searchButton-container {
        display: block;
        text-align: center;
        margin-top: 16px;
    }



/* Tables */

.uiTableSortContainer {
    margin-right: -30px;
    position: relative;
}

    .uiTableSortContainer:after {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        background-image: -o-linear-gradient(right, rgba(255,255,255, 0) 0%, rgb(255, 255, 255) 100%);
        background-image: -moz-linear-gradient(right, rgba(255,255,255, 0) 0%, rgb(255, 255, 255) 100%);
        background-image: -webkit-linear-gradient(right, rgba(255,255,255, 0) 0%, rgb(255, 255, 255) 100%);
        background-image: -ms-linear-gradient(right, rgba(255,255,255, 0) 0%, rgb(255, 255, 255) 100%);
        background-image: linear-gradient(to right, rgba(255,255,255, 0) 0%, rgb(255, 255, 255) 100%);
        bottom: 0;
        content: " ";
        z-index: 5000;
    }

    .uiTableSort-scroll {
        overflow: hidden;
        overflow-x: scroll;
    }

    .dataTables_filter {
        padding-right: 30px !important;
        font-family: Arial, sans-serif;
        font-size: 14px;
    }

    .uiTableSort-scroll table {
        padding-right: 30px !important;
    }

/* FACULTY DIRECTORY */

.uiFacultyDirectory-default {

}

    .uiFacultyDirectory-default .facultyDirectory-item {
        overflow: hidden;
        margin: 30px 0;
    }

    .uiFacultyDirectory-default .facultyDirectory-item_image {
        float: left;
        width: 20%;
    }

    .uiFacultyDirectory-default .facultyDirectory-item_content {
        margin-left: 23%;
    }

    .uiFacultyDirectory-default .facultyDirectory-item_title {
        font: 700 22px/1.3em bio-sans, Arial, sans-serif;
    }

    .uiFacultyDirectory-default .facultyDirectory-item_jobtitle {
        font-size: 18px;
        font-style: italic;
        margin: 0 0 14px 0;
        line-height: 1.2em;
    }

    .uiFacultyDirectory-default .facultyDirectory-item_line {
        margin: 10px 0;
    }

    .uiFacultyDirectory-default .facultyDirectory-item_key {
        font: 400 11px/1.3em bio-sans, Arial, sans-serif;
        text-transform: uppercase;
        display: block;
        width: 55px;
        color: #2d2d2d;
        float: left;
        padding-top: 3px;
    }

    .uiFacultyDirectory-default .facultyDirectory-item_link {
        margin-left: 63px;
        line-height: 1.3em;
    }

    .uiFacultyDirectory-default .facultyDirectory-item_morelink {
        margin: 22px 0 0 0;
    }


    .facultyDirectory-item-line-truncateLine .facultyDirectory-item_link {
      overflow: hidden;
      text-overflow: ellipsis;
    }

    /* faculty page */

    .facultyDirectory-page {
        margin: 0 0 20px 20px;
        width: 180px;
        font-size: 14px;
        line-height: 1.3em;
        background: #eeeeee;
        padding: 15px;
        text-align: center;
        float: right;
    }

    @media(max-width: 600px) {
        .facultyDirectory-page {
            margin-right: -15px;
        }
    }

        .facultyDirectory-page_image {
            margin: -15px -15px 0 -15px;
            background: #fff;
        }

        .facultyDirectory-page_image img {
            width: 100%;
            border: 1px solid #d4d4d4;
            box-sizing: border-box;
            padding: 10px;
        }

        .facultyDirectory-page .facultyDirectory-item_jobtitle {
            font-style: italic;
            margin: 12px 0 10px 0;
        }

        .facultyDirectory-page .facultyDirectory-item_line {
            margin: 5px 0 15px 0;
            font: 400 14px/1.2em bio-sans, sans-serif;
        }

        .facultyDirectory-page .facultyDirectory-item_key {
            font-weight: 700;
            margin-bottom: 5px;
        }

        .facultyDirectory-page :not(.facultyDirectory-item_line-showKey) .facultyDirectory-item_key {
            display: none;
        }

/* block galleries */

.uiBlockMarquee {

}

.uiBlockMarquee:before,
.uiBlockMarquee:after {
    content: " ";
    position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100px;
background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(255,255,255,1)),
    color-stop(1, rgba(255,255,255,0))
);
background-image: -o-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background-image: -moz-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background-image: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background-image: -ms-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background-image: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
z-index: 20;

}

    .uiBlockMarquee:after {
        left: auto;
        right: 0;
background-image: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background-image: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background-image: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background-image: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background-image: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    }

    @media (max-width: 899px) {
        .uiBlockMarquee:before,
        .uiBlockMarquee:after {
            width: 50px;
        }
    }

    @media (max-width: 650px) {
        .uiBlockMarquee:before,
        .uiBlockMarquee:after {
            width: 20px;
        }
    }

/* social media */

.uiSocialMediaFeed-board {
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}

    .uiSocialMediaFeed-board:after {
        content: " ";
        bottom: 0;
        right: 0;
        left: 0;
        height: 30px;
        position: absolute;
        background-image: -o-linear-gradient(bottom, rgba(255,255,255, 0) 0%, rgb(255, 255, 255) 100%);
        background-image: -moz-linear-gradient(bottom, rgba(255,255,255, 0) 0%, rgb(255, 255, 255) 100%);
        background-image: -webkit-linear-gradient(bottom, rgba(255,255,255, 0) 0%, rgb(255, 255, 255) 100%);
        background-image: -ms-linear-gradient(bottom, rgba(255,255,255, 0) 0%, rgb(255, 255, 255) 100%);
        background-image: linear-gradient(to bottom, rgba(255,255,255, 0) 0%, rgb(255, 255, 255) 100%);
    }

    .uiSocialMediaFeed-board .uiSocialMediaFeed-item,
    .uiSocialMediaFeed-list .uiSocialMediaFeed-item {
        border: 1px solid #ccc;
        margin: 0 0 20px 0;
        box-sizing: border-box;
        border-radius: 10px;
        overflow: hidden;
        padding-top: 46px;
        padding-bottom: 50px;
        position: relative;
    }

        .uiSocialMediaFeed-board .uiSocialMediaFeed-instagram,
         .uiSocialMediaFeed-list .uiSocialMediaFeed-instagram {
            padding-top: 0;
        }

    .uiSocialMediaFeed-board .uiSocialMediaFeed-item::after,
     .uiSocialMediaFeed-list .uiSocialMediaFeed-item::after {
        top: 16px;
        left: 50%;
        height: 20px;
        width: 20px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 0 0;
        margin-left: -10px;
        z-index: 12;
        content: " ";
        position: absolute;
        opacity: .8;
    }

    .uiSocialMediaFeed-board .uiSocialMediaFeed-item::before,
     .uiSocialMediaFeed-list .uiSocialMediaFeed-item::before {
        top: 17px;
        left: 50%;
        height: 20px;
        width: 20px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 0 0;
        margin-left: -9px;
        z-index: 11;
        content: " ";
        position: absolute;
        opacity: .8;
    }

        .uiSocialMediaFeed-board .uiSocialMediaFeed-instagram::after,
         .uiSocialMediaFeed-list .uiSocialMediaFeed-instagram::after {
            background-image: url(//www.baylor.edu/images/icons/standard/white/64/instagram.png);
            height: 24px;
            width: 24px;
            margin-left: -12px;
        }

            .uiSocialMediaFeed-board .uiSocialMediaFeed-instagram::before,
             .uiSocialMediaFeed-list .uiSocialMediaFeed-instagram::before {
                background-image: url(//www.baylor.edu/images/icons/standard/black/64/instagram.png);
                height: 24px;
                width: 24px;
                margin-left: -11px;
                opacity: .3;
            }

        .uiSocialMediaFeed-board .uiSocialMediaFeed-facebook::after,
         .uiSocialMediaFeed-list .uiSocialMediaFeed-facebook::after {
            background-image: url(//www.baylor.edu/images/icons/standard/black/64/facebook.png);
            opacity: .3;
        }

        .uiSocialMediaFeed-board .uiSocialMediaFeed-twitter::after,
         .uiSocialMediaFeed-list .uiSocialMediaFeed-twitter::after {
            background-image: url(//www.baylor.edu/images/icons/standard/black/64/twitter.png);
            opacity: .3;
        }

    .uiSocialMediaFeed-board .uiSocialMediaFeed-item-thumbnail,
     .uiSocialMediaFeed-list .uiSocialMediaFeed-item-thumbnail {
        background-color: #eeeeee;
        padding: 5px 12px;
        font-size: 14px;
        line-height: 1.2em;
        height: 40px;
        overflow: hidden;
        position: absolute;
        bottom: 0;
        left:0;
        right: 0;
    }

    .uiSocialMediaFeed-board .uiSocialMediaFeed-account-thumbnail,
     .uiSocialMediaFeed-list .uiSocialMediaFeed-account-thumbnail {
        width: 34px;
        height: 34px;
        display: block;
        float: left;
        padding-top: 3px;
    }

    .uiSocialMediaFeed-board .uiSocialMediaFeed-account-name,
    .uiSocialMediaFeed-board .uiSocialMediaFeed-account-handle,
     .uiSocialMediaFeed-list .uiSocialMediaFeed-account-name,
     .uiSocialMediaFeed-list .uiSocialMediaFeed-account-handle {
        margin: 5px 0 0 45px;
        font-size: 13px;
    }

    .uiSocialMediaFeed-board .uiSocialMediaFeed-account-handle,
     .uiSocialMediaFeed-list .uiSocialMediaFeed-account-handle {
        font-size: 11px;
        font-family: Arial, sans-serif;
        margin-top: 1px;
    }

    .uiSocialMediaFeed-board .social_widget_post,
     .uiSocialMediaFeed-list .social_widget_post {
        font-size: 14px;
        line-height: 1.3em;
        padding: 12px;
    }

        .uiSocialMediaFeed-board .uiSocialMediaFeed-twitter .social_widget_post,
         .uiSocialMediaFeed-list .uiSocialMediaFeed-twitter .social_widget_post {
            text-align: center;
            font-size: 18px;
            line-height: 1.3em;
            padding: 12px 15px;
        }

    .uiSocialMediaFeed-board .social_media_widget_image,
     .uiSocialMediaFeed-list .social_media_widget_image {
        display: block;
    }

         .uiSocialMediaFeed-board .uiSocialMediaFeed-twitter .social_media_widget_image,
         .uiSocialMediaFeed-list .uiSocialMediaFeed-twitter .social_media_widget_image {
            margin-left: -15px;
            margin-right: -15px;
         }

        .uiSocialMediaFeed-board .social_media_widget_image img,
         .uiSocialMediaFeed-list .social_media_widget_image img {
            width: 100%;
            border: 1px solid #ccc;
            border-left-width: 0;
            border-right-width: 0;
        }

            .uiSocialMediaFeed-board .uiSocialMediaFeed-instagram .social_media_widget_image img,
             .uiSocialMediaFeed-list .uiSocialMediaFeed-instagram .social_media_widget_image img {
                border-top: 0;
            }

    .uiSocialMediaFeed-board .social_widget_post_media_title,
     .uiSocialMediaFeed-list .social_widget_post_media_title {
        margin: 12px 12px 6px 12px;
        line-height: 1.25em;
    }

    .uiSocialMediaFeed-board .social_widget_post_media_description,
     .uiSocialMediaFeed-list .social_widget_post_media_description {
        font-size: 13px;
        line-height: 1.3em;
        margin: 6px 12px 12px 12px;
    }

        .uiSocialMediaFeed-board .uiSocialMediaFeed-twitter .social_widget_post_media_description,
         .uiSocialMediaFeed-list .uiSocialMediaFeed-twitter .social_widget_post_media_description {
            font-size: 14px;
         }

    .uiSocialMediaFeed-board .uiSocialMediaFeed-item-time,
     .uiSocialMediaFeed-list .uiSocialMediaFeed-item-time {
        font-size: 11px;
        margin: 0 12px 12px 12px;
    }

    .uiSocialMediaFeed-board .uiSocialMediaFeed-sizer,
    .uiSocialMediaFeed-board .uiSocialMediaFeed-item {
        width: 23.5%;
    }

    .uiSocialMediaFeed-board .uiSocialMediaFeed-gutter {
        width: 2%;
    }

    @media (max-width: 900px) {
        .uiSocialMediaFeed-board .uiSocialMediaFeed-sizer,
        .uiSocialMediaFeed-board .uiSocialMediaFeed-item {
            width: 32%;
        }
    }

    @media (max-width: 700px) {
        .uiSocialMediaFeed-board .uiSocialMediaFeed-sizer,
        .uiSocialMediaFeed-board .uiSocialMediaFeed-item {
            width: 48%;
        }

        .uiSocialMediaFeed-board .uiSocialMediaFeed-gutter {
            width: 4%;
        }
    }

    @media (max-width: 520px) {
        .uiSocialMediaFeed-board .uiSocialMediaFeed-sizer,
        .uiSocialMediaFeed-board .uiSocialMediaFeed-item {
            width: 100%;
        }

        .uiSocialMediaFeed-board .uiSocialMediaFeed-gutter {
            width: 0;
        }
    }

/* GALLERIES */

figure {
    margin: 0;
    padding: 0;
    display: block;
}

.uiPhotoGallery {
    overflow: hidden;
}

.uiPhotoGallery-default figure {
    width: 24.25%;
    margin: 0 1% 1% 0;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .uiPhotoGallery-default figure:nth-of-type(1) {
        width: 49.5%;
    }

    .uiPhotoGallery-default figure:nth-of-type(3),
    .uiPhotoGallery-default figure:nth-of-type(4n+5) {
        margin-right: 0;
    }

    .uiPhotoGallery-default figure:nth-of-type(4n+6) {
        clear: left;
    }

.uiPhotoGallery-default figure a {
    display: block;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

    .uiPhotoGallery-default .uiPhotoGallery-item-bkg {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transition: all 1s;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        display: block;
    }

        .no-touch .uiPhotoGallery-default figure:hover .uiPhotoGallery-item-bkg  {
            transform: scale(1.15);
        }

    .no-touch .uiPhotoGallery-default:hover figure:not(:hover) {
        opacity: .8;
    }

    .uiPhotoGallery-default .uiPhotoGallery-item-image {
        top: 25%;
        left: 0;
        right: 0;
        position: absolute;
        z-index: -100;
        opacity: 0;
    }

    .uiPhotoGallery-default .uiPhotoGallery-item-icon {
        position: absolute;
        z-index: 10;
        top: 5px;
        right: 5px;
        height: 30px;
        width: 30px;
        color: #fff;
        text-align: center;
        line-height: 30px;
        font-size: 18px;
        text-shadow: 0 0 3px rgba(0,0,0,1);
        opacity: 0;
        transition: all .25s ease-out;
        transform: scale(.5);
    }

        .no-touch .uiPhotoGallery-default figure:hover .uiPhotoGallery-item-icon {
            opacity: 1;
            transform: scale(1);
        }

    .uiPhotoGallery-default figure figcaption {
        position: absolute;
        left: 0;
        right: 0;
        padding: 25px 10px 10px 10px;
        color: #fff;
        text-shadow: 1px 1px 0 rgba(0,0,0,.5);
        bottom: 0;
        z-index: 10;
        line-height: 1.2em;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        max-height: 50%;
        font-size: 12px;
        line-height: 1.2em;

         -webkit-transition: transform .450s ease;
        -moz-transition: transform .450s ease;
        -ms-transition: transform .450s ease;
        transition: transform .450s ease;

        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 80%);
    }

        .uiPhotoGallery-default figure figcaption strong {
            font-weight: normal;
        }

        .uiPhotoGallery-default figure figcaption .uiPhotoGallery-item-alt {
            display: none;
        }

        .pswp__caption__center strong {
            display: block;
        }

        .no-touch .uiPhotoGallery-default figure:hover figcaption {
            display: block;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }


/* ====================================== */
/*       VIDEO PLAYER                     */
/* ====================================== */

.baylorVideoPlayer {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}

    .baylorVideoPlayer iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

