
/* bfh_responsive.css */


/* RESET adapted from http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

body {

}
    .uiHeader-fullWidth-top:before{
        content: "";
        top: 0;
        left: 0;
        right: 0;
        z-index: 0;
        position: absolute;
        background: #ffb81c;
        height: 1px;
        border-top: 70px solid #154734;
        border-bottom: 50px solid #383838;
    }

    .uiHeader-fullWidth-side:before{
        content: "";
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        border-top: 70px solid #154734;
        border-bottom: 10px solid #000;
        background: #ffb81c;
        z-index: 0;
        position: absolute;
    }

ol, ul {
	list-style: none;
}

:focus {
    /*outline: none;*/
    box-shadow: inset 0px 0px 5px -1px #4d90fe, 0 0 3px 3px #4d90fe;
}

input:-ms-clear,
input:-ms-reveal {
    display: none !important;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	overflow: hidden;
	color: #154734;
}

	a:hover,
  a:focus {
		color: #002d14;
    text-decoration: underline;
	}

img {
	border: none;
	display: block;
    max-width: 100%;
}

iframe {
	width: 100%;
}

/* 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;
}

/* ============================================================================
**       END CLEARFIX
** ============================================================================ */
#skip-main a {
    position: absolute;
    top: -45px;
    width: 100%;
    padding: .75em 1em;
    background: rgba(56, 56, 56, .9);
    color: #fff;
    font-family: 'bio-sans', Arial, sans-serif;
    font-weight: 400;
    line-height: 1;
    z-index: 1000000;
    text-align: center;
    transition: none;
}
#skip-main a:active,
#skip-main a:focus {
    top: 0;
    box-shadow: 0 5px 5px -5px #000;
}

ul#skip-main {
  list-style: none !important;
  padding: 0 !important;
}

#universe, #mask {
	width: 100%;
	height: 100%;
}

.uiFixedFooter #universe {
    overflow: hidden;
    position: relative;
}

.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: 10px solid #000;
  position: relative;
}

#h {
	height: 70px;
	background: #154734;
	border-bottom: 1px solid #ffb81c;
}

h1#print_logo,
#show_menu,
.mobile_header_link  {
	display: none;
}

.header--text {
	height: 100%;
}

	.header--text h1,
  .header--text h2,
  .header--text h3 {
		margin: 0;
    padding: 0;
    color:#fff;
	}

	.header--text h1 {
		float: left;
		color: #fff;
		height: 100%;
    width: 302px;
    padding-left: 4px;
	}

        .header--text h1 a {
            display: block;
            padding: 10px;
        }

        .header--text h1 a img {
          max-height: 50px;
        }

.header--department {
    position: absolute;
    top: 15px;
    left: 310px;
    right: 210px;
	  height: 44px;
}

  .header--department::before {
      position: absolute;
      top: 8px;
      left: 0;
      width: 2px;
      background: #ffb81c;
      height: 33px;
      content: "";
  }

    .header-noSearch .header--department {
        right: 20px;
    }

    .hamburger .header--department {
        right: 50px;
    }

    .show_title .header--department {
        display: block;
    }

	.header--department h2, .header--department h3 {
		font: normal normal 20px/1.2em bio-sans, Arial, Helvetica, sans-serif;
	}

	.header--department h2 {
    padding: 10px 0 0 16px;
	}

    .header-twoLine .header--department h2 {
        padding-top: 0;
        font-size: 20px;
        line-height: 1.1em;
    }

	.header--department h2.h_sub {
		padding-top: 5px;
	}

	.header--department h2 a,
  .header--department h3 a {
		color: #fff;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-bottom: 1px;
	}

        .no-touch .header--department h2 a:hover,
        .no-touch .header--department h3 a:hover,
        .no-touch .header--department h2 a:focus,
        .no-touch .header--department h3 a:focus {
            text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
            transition: text-shadow .12s ease-in-out;
            color: #fff;
        }

        .header-twoLine .header--department h2 a {
            text-overflow:clip;
            white-space: normal;
        }

	.header--department h3 {
		font-size: 12px;
		padding: 0 0 0 16px;
	}

#header_search {
	position: absolute;
    top: 24px;
    right: 20px;
}

	#header_search_box {
		background: none;
		border: none;
		height: 22px;
		line-height: 22px;
		margin: 0;
		padding: 0 5px 0 0;
		width: 160px;
		color: #000;
		background: #d0dad6; /* rgba(255,255,255,.8); */
		border-radius: 11px;
		padding: 0 5px 0 10px;
		transition: background-color .2s ease-in-out;
	}

    #header_search_box_label {
        display: none;
    }

	#header_search_box::placeholder { /* WebKit browsers */
		 color: #000;
	}

  #header_search #header_search_box:focus::placeholder { /* WebKit browsers */
     color: #000;
  }
  

		#header_search_box:focus,
    #header_search_box.search_active {
			background: #fff;
			box-shadow: 0 0 25px rgba(0,0,0,1);
			color: #000;
		}

			.search_active #header_search_box {
				color: #000;
			}

	#header_search_submit {
		position: absolute;
		top: 50%;
		right: 0;
		margin: -7px 6px 0 0;
		width: 16px;
		height: 16px;
		padding: 0;
    background-color: transparent;
		background-image: url(//www.baylor.edu/images/icons/standard/search_sets/baylor_green.png);
    background-repeat: no-repeat;
    background-position: 0 0;
		text-indent: -9999px;
		border: none;
		cursor:pointer;
	}

	#header_search_submit:hover,
  #header_search_submit:focus {
		background-position: -16px 0;
	}

		#header_search_submit:focus,
    #header_search_submit:active {
			background-position: -32px 0;
		}

/* ====================================== */
/*       FOOTER STYLES                    */
/* ====================================== */

#baylor_footer {
	clear: both;
	width: 100%;
	font-size: 13px;
  background: #154734;
}

    .bf_showmore {
        display: none;
    }

	#bf ul {
		margin: 0;
	}

	#bf_c {
		width: 900px;
		margin: 0 auto;
		background: #154734;
	}

	#bf_h {
		border-bottom: 1px solid #ffb81c;
		padding: 12px 20px;
		height: 26px;
	}

	#bf_logo {
		float: left;
	}

        #bf_logo img {
            height: 26px;
            width: 147px;
        }

	#bf_sm {
		float: right;
	}

		#bf_sm a {
			float: left;
			margin: 1px 0 0 15px;
			display: block;
			width: 24px;
			height: 24px;
		}

			#bf_sm a:hover,
      #bf_sm a:focus {
				box-shadow: 0 0 10px rgba(255,255,255,.4);
				background-color: rgba(255,255,255,.1);
			}

			#bf_sm a img {
				display: block;
				opacity: .8;
				width: 100%;
			}

				#bf_sm a:hover img,
        #bf_sm a:focus img {
					opacity: 1;
				}

		#bf_c ul {
			font-family: bio-sans, arial, sans-serif;
		}

			#bf_c ul li {
				margin: 0;
			}

				#bf_c ul li a {
					display: block;
					color: rgba(255,255,255,.754);
					padding: 6px 20px;
					transition: color .15s;
				}

				#bf_c ul li a:hover,
        #bf_c ul li a:focus {
					color: #fff;
					text-decoration: underline;
				}

				#bf_c ul li.selected a {
					color: #fff;
					font-weight: bold;
				}

		.bf_cols ul {
			padding: 20px 0 0 0;
		}


		.bf_col1,
    .bf_col2,
    .bf_col3 {
			float: left;
			width: 20%;
		}

			.bf_col1 {
        position: relative;
        overflow: hidden;
			}

        .bf_col1::before {
          position: absolute;
          top: -100%;
          left: 0;
          bottom: 0;
          right: -100%;
          content: "";
          background: radial-gradient(circle, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 70%);
          z-index: 0;
          background-size: contain;
        }

        .bf_col1::after {
          position: absolute;
          top: 0;
          right: 0;
          width: 1px;
          content: "";
          background: linear-gradient(to bottom, rgb(255,184,28) 0%, rgba(255,184,28,1) 80%, rgba(255,184,28,0) 100%);
          z-index: 1;
          bottom: 0;
        }

			#bf_c .bf_col1 ul {
				padding-bottom: 50px;
				line-height: 1.5em;
        position: relative;
        z-index: 5;
			}

			.bf_col1 ul li.selected {
        background: linear-gradient(to left, rgb(255,184,28) 0%, rgba(255,184,28,0) 100%);
				padding: 1px 0;
			}

				#bf_c .bf_col1 ul li.selected a {
					padding: 5px 20px;
					background: #154734;
				}

		.bf_col2, .bf_col3 {
			width: 40%;
		}

		.bf_col3 {
			z-index: 1;
		}

			#bf_c .bf_col2 div {
				padding-top: 15px;
				display: none;
				position: relative;
				z-index: 2;
			}

				#bf_c .bf_col2 div ul {
					width: 50%;
					float: left;
					padding: 0;
					z-index: 1;
					position: relative;
				}

					#bf_c .bf_col2 ul.ul_list_one {
						z-index: 500;
					}

					#bf_c .bf_col2 ul.ul_list_two {
						z-index: 400;
					}

					#bf_c .bf_col2 div {
						display: none;
					}

				#bf_c .bf_col2 ul li {
					position: relative;
					z-index: 2;
				}

					#bf_c .bf_col2 ul li:hover,
          #bf_c .bf_col2 ul li:focus {
						z-index: 22222;
					}

					#bf_c .bf_col2 ul li:hover > a
          #bf_c .bf_col2 ul li:focus > a {
						color: #fff;
            text-decoration: underline;
					}

				#bf_c .bf_col2 ul.active, #bf_c .bf_col2 div.active > ul, #bf_c .bf_col2 div.active {
					display: block;
				}

					#bf_c .bf_col2 div ul li div {
						display: none;
						position: absolute;
						top: -15px;
						top: 0;
						left: 90%;
						width: 100%;
						background: #000;
						background: rgba(0,0,0,.8);
						padding: 10px 0;
						font-size: 11px;
						z-index: 2222;
					}

						#bf_c .bf_col2 div ul li div.double {
							width: 200%;
						}

						#bf_c .bf_col2 div ul li div ul {
							display: block;
							width: 100%;
							padding: 0;
							margin: 0;
							font-size: 11px;
							position: static;
						}

							#bf_c .bf_col2 div ul li div.double ul {
								width: 50%;
								float: left;
							}

							#bf_c .bf_col2 div ul li{
								line-height: 1.25em;
							}

							#bf_c .bf_col2 div ul li ul li a {
								padding: 5px 15px;
							}

					#bf_c .bf_col2 div ul li:hover div,
          #bf_c .bf_col2 div ul li:focus div {
						display: block;
					}

	#bf_copy {
		clear: both;
		padding-top: 15px;
	}

		#bf_copy_c {
      border-top: 1px solid #ffb81c;
			padding: 15px;
			font: 12px/1.6em bio-sans, arial, sans-serif;
			color: rgba(255,255,255,.8);
		}

			#bf_copy_c a {
				color: rgba(255,255,255,.8);
        border-bottom: 1px solid rgba(255,255,255,.8);
			}

				#bf_copy_c a:hover,
        #bf_copy_c a:focus {
					color: #fff;
					text-decoration: underline;
				}

/* social media */

.bf_col3 {
	font-family: bio-sans, arial, sans-serif;
	padding-top: 15px;
	line-height: 1.25em;
}

	.show_col_line {
    position: relative;
	}

    .show_col_line::before {
      width: 1px;
      top: 0;
      left: 0;
      bottom: 0;
      background: linear-gradient(to bottom, rgb(255,184,28) 0%, rgba(255,184,28,1) 80%, rgba(255,184,28,0) 100%);
      position: absolute;
      z-index: 1;
      content: "";
    }

		.bf_other_col h3 {
			color: rgba(255,255,255,.75);
			margin: 0 0 10px 20px;
			padding: 0;
			text-transform: uppercase;
			font-size: 14px;
			font-family: bio-sans, Arial, Helvetica, sans-serif;
		}

	.bf_col3 a, .bf_col3 span {
		color: rgba(255,255,255,.75);
		display: block;
		padding: 6px 20px;
	}

		.bf_col3 a:hover,
    .bf_col3 a:focus {
			color: #fff;
      text-decoration: underline;
		}

	.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 a,
  #bf_c .bf_other_social ul li span {
		padding-left: 28px;
		background: url(//www.baylor.edu/images/icons/socialmedia/mono/16px/facebook.png) no-repeat 5px 6px;
		color: #fff;
		opacity: .6;
    display: block;
	}

    #bf_c .bf_other_social ul li span a {
        filter: alpha(opacity=100);
        opacity: 1;
        display: inline;
        padding: 0;
        background: none;
    }

		#bf_c .bf_other_social ul li a:hover,
    #bf_c .bf_other_social ul li a:focus {
			opacity: 1;
      text-decoration: underline;
		}

		#bf_c .bf_other_social a.other_social_flickr {
			background-image: url(//www.baylor.edu/images/icons/socialmedia/mono/16px/flickr.png);
		}

		#bf_c .bf_other_social a.other_social_foursquare {
			background-image: url(//www.baylor.edu/images/icons/socialmedia/mono/16px/foursquare.png);
		}

		#bf_c .bf_other_social a.other_social_linkedin {
			background-image: url(//www.baylor.edu/images/icons/socialmedia/mono/16px/linkedin.png);
		}

		#bf_c .bf_other_social a.other_social_itunes {
			background-image: url(//www.baylor.edu/images/icons/socialmedia/mono/16px/itunes.png);
		}

		#bf_c .bf_other_social a.other_social_pinterest {
			background-image: url(//www.baylor.edu/images/icons/socialmedia/mono/16px/pinterest.png);
		}

		#bf_c .bf_other_social a.other_social_rss {
			background-image: url(//www.baylor.edu/images/icons/socialmedia/mono/16px/rss.png);
		}

		#bf_c .bf_other_social a.other_social_twitter {
			background-image: url(//www.baylor.edu/images/icons/socialmedia/mono/16px/twitter.png);
		}

		#bf_c .bf_other_social a.other_social_youtube {
			background-image: url(//www.baylor.edu/images/icons/socialmedia/mono/16px/youtube.png);
		}

        #bf_c .bf_other_social a.other_social_intranet, #bf_c .bf_other_social a.other_social_staffintranet {
            background-image: url(//www.baylor.edu/images/icons/standard/white/16/alert_circle.png);
        }

        #bf_c .bf_other_social .other_social_address {
            background-image: url(//www.baylor.edu/images/icons/standard/white/16/map_sign.png);
        }

        #bf_c .bf_other_social a.other_social_email,
        #bf_c .bf_other_social a.other_social_contact {
            background-image: url(//www.baylor.edu/images/icons/standard/white/16/email_simple.png);
        }

        #bf_c .bf_other_social .other_social_phone {
            background-image: url(//www.baylor.edu/images/icons/standard/white/16/phone.png);
        }

        #bf_c .bf_other_social .other_social_instagram {
            background-image: url(//www.baylor.edu/images/icons/socialmedia/mono/16px/instagram.png);
        }

        #bf_c .bf_other_social .other_social_wordpress, #bf_c .bf_other_social .other_social_blog {
            background-image: url(//www.baylor.edu/images/icons/socialmedia/mono/16px/wordpress.png);
        }

        #bf_c .bf_other_social .other_social_vimeo {
            background-image: url(//www.baylor.edu/images/icons/socialmedia/mono/16px/vimeo.png);
        }

        #bf_c .bf_other_social .other_social_tumblr {
            background-image: url(//www.baylor.edu/images/icons/socialmedia/mono/16px/tumblr.png);
        }

/* ============================================================================ **
**       FIXED FOOTER
** ============================================================================ */

.uiFixedFooter, .uiFixedFooter body {
    background: #fff;
    height: 100%;
}

.uiFixedFooter #baylor_footer {
    position: fixed;
    bottom: 0;
    height: 40px;
}

    .uiFixedFooter #container, .uiFixedFooter #bf_c {
        width: auto;
        height: 100%;
    }

    .uiFixedFooter #bf_h, .uiFixedFooter .bf_cols {
        display: none;
    }

    .uiFixedFooter #bf_copy_c {
        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;
    }

/* ============================================================================ **
**       HAMBURGER NAV
** ============================================================================ */

#header_nav {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11000 !important;
    width: 280px;
    background: #000;
    height: 100%;
    font-family: bio-sans, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

  .js-nav #header_nav {
    visibility: visible;
  }

    #hamburger_search {
        display: block;
        height: 26px;
        padding: 12px 15px;
        margin: 0;
        position: relative;
    }

        .hamburger-noSearch #hamburger_search form {
            display: none;
        }

        #hm_search {
            width: 220px;
            height: 26px;
            line-height: 26px;
            background: rgba(255,255,255,.2);
            border: 0;
            border-radius: 13px;
            padding: 0 15px;
            color: #fff;
        }

            #hm_search:focus {
                color: #fff;
                background: rgba(255,255,255,.3);
            }

        #hm_search_submit {
            position: absolute;
            top: 50%;
            right: 20px;
            margin: -8px 6px 0 0;
            width: 16px;
            height: 16px;
            padding: 0;
            background: url(//www.baylor.edu/images/icons/standard/white/16/magnifier.png) no-repeat 0 0;
            text-indent: -9999px;
            border: none;
            cursor:pointer;
            opacity: .6;
        }

            #hm_search_submit:active {
                opacity: 1;
            }

    #header_nav ul {
        padding: 50px 0 0 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
    }

        #header_nav ul.level1 {
            padding: 0;
        }

        #header_nav ul li {
            border-top: 1px solid rgba(255,255,255,.2);
            background: #000;
            width: 100%;
        }

            #header_nav ul li ul {
                border-bottom: 1px solid rgba(255,255,255,.3);
                text-transform: none;
                width: 100%;
            }

            #header_nav ul li a {
                display: block;
                color: #fff;
                padding: 12px 15px;
                line-height: 1.2em;
            }

    #header_nav .nav_close {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        text-indent: -9999px;
        background: url(//www.baylor.edu/images/icons/standard/white/24/circle_cancel.png) no-repeat 50% 50%;
        opacity: .8;
        padding: 0;
    }

        #header_nav .nav_close:active {
            opacity: 1;
        }

        #header_nav .nav_child_close {
            left: 0;
            background: url(//www.baylor.edu/images/icons/standard/white/24/arrow_left.png) no-repeat 50% 50%;
            display: block;
        }

#header_nav:not(:target) {
    z-index: 1;
    width: 0;
    overflow:hidden;
    display: none;
}

/* Reset Child Menus */

#header_nav ul li div {
    top: 0;
    right: 0;
    width: 94%;
    background: #191919;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    display: none;
    height: 100%;
}

#header_nav ul li div ul {
    padding-top: 0;
}

    #header_nav ul li.show_children > a {
        background: rgba(255,255,255,.2);
    }

    #header_nav ul li div span {
        display: block;
        width: 100%;
        height: 50px;
        position: relative;
    }

        #header_nav ul li.show_children > div {
            display: block;
            max-height: none;
            height: 100%;
            right: 0;
            position: absolute;
            z-index: 20;
        }

    #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;
    margin-right: 41px;
    padding-right: 10px;
    overflow: visible;
}

#header_nav li.has_children a span.js-show-children {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -41px;
    width: 40px;
    display: block;
    background: #000 url(//www.baylor.edu/images/icons/standard/white/16/arrow_right.png) no-repeat 50% 50%;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    opacity: .5;
    text-indent: -9999px;
    z-index: 10;
    cursor: pointer;
    height: auto;
}

#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);
    }

.js-nav {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.js #header_nav {
    height: 100%;
    right: -280px;
}

    .csstransforms3d #header_nav div {
        height: 100%;
    }

.csstransforms3d #header_nav {
    display: block;
    right: 0;
    width: 280px;
    background: #000;
    -webkit-transform: translateX(280px);
    -moz-transform: translateX(280px);
    -ms-transform: translateX(280px);
    transform: translateX(280px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    transition: transform 500ms ease;
}

    .js-nav #header_nav .nav_child_close {
        display: block;
    }


.csstransforms3d #mask {
    left: 0 !important;
    position: relative;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.csstransforms3d.js-nav #mask {
    -webkit-transform: translateX(-280px);
    -moz-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    transform: translateX(-280px);
}

.csstransforms3d.js-nav.js-nav-tap-active #mask {
    -webkit-transition: 10ms linear;
    -moz-transition: -moz-transform 10ms linear;
    transition: transform 10ms linear;
}

    #show_menu {
        display: none;
        top: 10px;
        right: 0;
        position: absolute;
        width: 50px;
        height: 50px;
        text-indent: -9999px;
        background: url(//www.baylor.edu/images/icons/standard/white/24/paragraph.png) no-repeat 50% 50%;
        opacity: .8
    }

        #show_menu:active {
            opacity: 1;
        }

    .hamburger #header_search, .csstransforms3d #header_nav, #show_menu {
        display: none;
    }

    .hamburger #header_nav, .hamburger #show_menu {
        display: block;
    }


.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;
}

/* ====================================== */
/*       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%;
    }

/* ====================================== */
/*       END CORE STYLES                  */
/* ====================================== */
/*       BEGIN RESPONSIVE STYLES          */
/* ====================================== */
/*       BIG TABLET                       */
/* ====================================== */

@media (max-width: 1024px) {
    .uiHeader-fullWidth-top:before {
        display: none;
    }
}

@media (max-width: 899px) {
    body {
        background: #fff;
    }

	#universe {
        overflow: hidden;
        position: relative;
    }

	#bf_c {
		width: 100% !important;
	}
}

/* ====================================== */
/*       SMALL TABLET                     */
/* ====================================== */

@media (max-width: 767px) {
	#baylor_header {
		border-bottom-width: 5px;
		position: relative;
	}

		.mobile_header_link {
			display: block;
		}

        .mobile_header_link {
            position: absolute;
            right: 5px;
            top: 56px;
            display: block;
            padding: 5px 10px;
            font: 400 12px/21px bio-sans, Arial;
            height: 18px;
            text-transform: uppercase;
            border: 1px solid rgba(255,255,255,.25);
            border-radius: 5px;
            background-color: rgba(255,255,255,.1);
            color: #ffb81c;
            text-shadow: 1px 1px 0 rgba(0,0,0,1);
            transition: all 200ms ease-in-out;
        }

            .mobile_header_link:hover,
            .mobile_header_link:focus,
            .mobile_header_link:active {
                color: #ffdf62;
                background-color: rgba(255,255,255,.25);
                border-color: rgba(254,203,0,.5);
            }

		#baylor_header.header_show_subtitle {
			border-bottom: 0;
		}

        #baylor_header {
            height: auto;
            padding: 0;
        }

	.header--department {
        position: absolute;
        top: auto;
        left: 0 !important;
        bottom: 0;
        background: #383838;
        height: 40px;
        width: auto;
        border: 0;
    }

    .header--department::before {
      display: none;
    }

    .header--department h2 a {
        text-overflow:clip;
        white-space: normal;
    }

        .header--department {
            padding: 10px 15px 9px 15px;
            position: static;
            height: auto;
            clear: both;
        }

        .header--department h2, .header--department h2.h_sub {
            font-size: 18px;
            padding: 0;
        }

        .header--department h3 {
            display: none;
        }

    .svg .header--text h1 a {
        padding: 5px 12px;
    }

	.header--text h1 a img {
		height: 100%;
        width: auto;
	}

        .svg .header--text h1 a img {
            height: 40px;
        }

	#h {
		height: auto;
        border: none;
	}

    .header--text h1.main_mark {
        height: 50px;
        border-bottom: 1px solid #ffb81c;
        width: auto;
        margin: 0;
        float: none;
    }

		.header_show_subtitle {

		}

	#header_search {
		top: 12px;
        right: 12px;
	}

    #show_menu {
        top: 0;
    }

	.bf_col1 {
		width: 33.33%;
	}

	.bf_col2 {
		width: 66.66%;
	}

	.bf_col3 {
		width: 100%;
		float: none;
	}

    .show_col_line {
        clear: both;
        background: none;
        border-top: 1px solid rgba(255,184,28,1);
    }

      .show_col_line::before {
        display: none;
      }

        .show_col_line h3 {
            text-align: center;
            margin: 0 0 10px 0;
        }
}

/* ====================================== */
/*       HANDHELD                         */
/* ====================================== */

@media (max-width: 569px) {

	.resp_2_hide {
		display: none;
	}

	#baylor_footer {
		font-size: 14px;
	}

	#bf_h {
		height: auto;
		padding: 0;
		border: 0;
	}

	#bf_logo,
  #bf_sm {
		float: none;
		border-bottom: 1px solid rgba(255,184,28,1);
		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;
	}

}

/* ====================================== */
/*       PRINT STYLES                     */
/* ====================================== */

@media print {

	h1.main_mark, #header_search, #show_menu, .isTesting, .bf_cols, #bf_h, .bf_showmore {
        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;
    }

    .header--department {
        position: static;
        display: inline-block;
        border-left: 1px solid #000;
        width: 65%;
        margin-top: .06in;
    }

    .header--department h2 {
        font-size: 14pt;
        line-height: 1.2em;
        padding-left: 0;
        margin: 0;
    }

        .header--department h2 a {
            color: #000;
        }

    #bf_copy_c {
        text-align: center;
        font-size: 8pt;
        line-height: 1.25em;
    }
}

/* framework.4.13.css */


/* FRAMEWORK TABS */

.uiTabs {
    -webkit-backface-visibility: hidden;
}

    .uiTabs ol,
    .uiTabs ul {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    .uiTabs-list {
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid #aaaaaa;
        font-family: bio-sans, Arial, sans-serif;
    }

        .uiTabs-list li {
            float: left;
            margin: 0 !important;
            padding: 0 !important;
        }

        .uiTabs-list li a {
            display: block;
            padding: 10px;
            border: 1px solid transparent;
            border-bottom: none;
            margin-bottom: -1px;
        }

        li.uiTabs-list-active a {
            border: 1px solid #aaaaaa;
            border-bottom: none;
            background: #fff;
        }

        .uiTabs-select {
            display: none;
            width: 100%;
            margin: 0;
            padding: 0;
            font-size: 16px;
        }

        .slide a,
        .slide img
        {
            display: block;
            width: 100%;
        }


.uiTabs-content-tab {
    display: none;
}
.uiTabs-content-tab-active {
    display: block;
}

/* Message Center */

.messageCenter {
    position: relative;
    max-height: 2000px;
    z-index: 1; /* new add */
}

    .messageCenter-loading {
        background: #000;
        max-height: 200px;
        overflow: hidden;
    }

    .flex-viewport {max-height: 2000px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease;}
    .messageCenter-loading .flex-viewport {max-height: 200px; }

    .messageCenter ul,
    .messageCenter li,
    .messageCenter ol {
        margin: 0;
        padding: 0;
    }

    ul.flex-direction-nav {
        position: static;
        margin: 0;
        padding: 0;
        list-style: none !important;
    }

    ul.flex-direction-nav li {
        margin: 0;
        padding: 0;
    }

    .flex-direction-nav a {
        width: 36px;
        height: 36px;
        border-radius: 18px;
        position: absolute;
        top: 50%;
        margin-top: -18px;
        left: 18px;
        opacity: 0;
        filter: alpha(opacity=0);
        text-indent: -9999px;
        -webkit-transition: opacity .25s;
        -moz-transition: opacity .25s;
        -ms-transition: opacity .25s;
        transition: opacity .25s;
        background: #000 url(//www.baylor.edu/images/icons/standard/white/24/arrow_left.png) no-repeat 50% 50%;
    }

        .no-touch .messageCenter:hover .flex-direction-nav a,
        .no-touch .messageCenter:focus-within .flex-direction-nav a {
            opacity: .3;
            filter: alpha(opacity=30);
        }

        .no-touch .messageCenter:hover .flex-direction-nav a:hover,
        .no-touch .messageCenter:focus-within .flex-direction-nav a:focus {
            opacity: .6;
            filter: alpha(opacity=60);
        }

        .flex-direction-nav a.flex-next {
            left: auto;
            right: 18px;
            background-image: url(//www.baylor.edu/images/icons/standard/white/24/arrow_right.png);
        }

    .flex-control-nav {
        position: absolute;
        bottom: 18px;
        text-align: center;
        width: 100%;
        height: 10px;
        line-height: 10px;
        z-index: 500;
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

        .flex-control-nav li {
            display: inline-block;
            margin: 0 10px !important;
            width: 10px;
            height: 100%;
        }

        .flex-control-nav a {
            display: block;
            width: 100%;
            height: 100%;
            background: #fff;
            cursor: pointer;
            border-radius: 5px;
            text-indent: -9999px;
            opacity: .5;
            filter: alpha(opacity=50);
            -webkit-transition: opacity .25s;
            -moz-transition: opacity .25s;
            -ms-transition: opacity .25s;
            transition: opacity .25s;
            box-shadow: 0 0 15px rgba(0,0,0,.6);
        }

            .flex-control-nav a.flex-active,
            .flex-control-nav a:hover {
                opacity: 1;
                filter: alpha(opacity=100);
            }

    .messageCenter-tabs-item {
        float: left;
        width: 25%;
    }

    .slick-slide img {
      width: 100%;
      max-width: none;
    }

.messageCenter .slick-prev::before, .messageCenter .slick-prev::after,
.messageCenter .slick-next::before, .messageCenter .slick-next::after {
    background: #fff;
}

.messageCenter .slick-prev, .messageCenter .slick-next {
    background-color: rgba(0,0,0,1);
    opacity: 0;
}

.messageCenter:hover .slick-prev,
.messageCenter:hover .slick-next {
    opacity: 0.6;
}
.messageCenter:focus-within .slick-prev,
.messageCenter:focus-within .slick-next {
    opacity: 0.6;
}

.messageCenter .slick-prev:hover, .messageCenter .slick-next:hover {
    background-color: rgba(0,0,0,1);
    opacity: 1;
}

.messageCenter .slick-prev:active, .messageCenter .slick-next:active {
    background-color: #000;
}

    .messageCenter .slick-prev:focus,
    .messageCenter .slick-next:focus {
        background-color: rgba(0,0,0,1);
        box-shadow: inset 0px 0px 5px -1px #4d90fe, 0 0 3px 3px #4d90fe;
        opacity: 1;
    }

    .slick-next:focus::before, .slick-prev:focus::before {
       -webkit-transform: translateX(-50%) rotate(45deg) scale(1);
        transform: translateX(-50%) rotate(45deg) scale(1);
    }

    .slick-next:focus::after, .slick-prev:focus::after {
       -webkit-transform: translateX(-50%) rotate(-45deg) scale(1);
        transform: translateX(-50%) rotate(-45deg) scale(1);
    }

/* Message Center Pause Play Button */
.uiMessageCenter-controller {
    position: absolute;
    margin-top: -50px;
    border: none;
    margin-left: 20px;
    width: 30px;
    height: 30px;
    padding: 5px;
    z-index: 9;
    box-sizing: border-box;
    background: rgba(0,0,0,0.6);
    transition: all .4s ease-out;
}

.uiMessageCenter-controller:hover,
.uiMessageCenter-controller:focus-within {
    background: rgba(0,0,0,1);
    transition: all .4s ease-out;
}

.uiMessageCenter-controller a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    transition: all .4s ease-out;
}

    .uiMessageCenter-controller a:hover,
    .uiMessageCenter-controller a:focus
     {
        opacity: 1;

    }

    .uiMessageCenter-controller a::after,
    .uiMessageCenter-controller a::before {
        top: 0;
        left: 2px;
        bottom: 0;
        border-left: 5px solid #fff;
        position: absolute;
        content: "";
        transition: all .4s ease-out;
    }

    .uiMessageCenter-controller a::after {
        left: auto;
        right: 2px;
        transition-duration: .2s;
    }

    a.js-uiMessageCenter-controller-isPaused::before {
        border: 10px solid transparent;
        border-left-color: #fff;
        transform: translateX(4px);
    }

    a.js-uiMessageCenter-controller-isPaused::after {
        opacity: 0;
        tranform: translate3d(-3px,-10px,0);
    }

/* Message Center Images */

.messageCenter .slick-slide {
    position: relative;
}

.messageCenter .slick-slide:focus::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 5px 2px #4d90fe, 0 0 3px 3px #4d90fe;;
    -moz-box-shadow: 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;
}

/* Quick Search */

.uiQuickSearch{

}

    .uiQuickSearch-input {
        position: relative;
    }

    .uiQuickSearch-input input {
        display: block;
        border: 1px solid #ccc;
        font-family: "Droid Serif", Georgia, serif;
        font-size: 20px;
        width: 100%;
        padding: 14px 36px;
        box-sizing: border-box;
        border-radius: 12px;
        background: url(//www.baylor.edu/images/icons/standard/light_gray/16/magnifier.png) no-repeat 12px 50%;
        margin: 0;
    }

    .uiQuickSearch-cancel {
        position: absolute;
        top: 50%;
        margin-top: -12px;
        right: 12px;
        width: 24px;
        height: 24px;
        background: url(//www.baylor.edu/images/icons/standard/dark_gray/16/cancel.png) no-repeat 50% 50%;
        display: block;
        text-indent: -9999px;
        opacity: .5;
        filter: alpha(opacity=50);
    }

        .uiQuickSearch-cancel-inactive {
            display: none;
        }

        .uiQuickSearch-cancel:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .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;
            margin: 20px 0;
            list-style: none;
        }

            .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;
            }

                .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 {
            border: 1px solid #ccc;
            padding: 8px 15px;
            margin: 0 15px 20px 15px;
            border-top: 0;
            border-radius:  0 0 12px 12px;
            background: #eeeeee;
        }

        .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;
    }

    .uiQuickSearch-searchButton {
        font-weight: bold;
        border-bottom: 2px solid transparent;
        transition: all .3s ease-out;
        display: inline-block;
        border: 1px solid #7f7f7f;
        padding: 11px 15px 8px 15px;
        margin: 0 10px;
        border-radius: 5px;
        font: 400 16px/1em bio-sans, Arial, sans-serif;
        color: #2d2d2d;
        text-shadow: 1px 1px 0 rgba(255,255,255,.4);
    }

        .uiQuickSearch-searchButton:hover {
            border-color: #003015;
            background-color: #d4d4d4;
            color: #003015;
        }

/* 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: 20px 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 12px/1.3em bio-sans, Arial, sans-serif;
        text-transform: uppercase;
        display: block;
        width: 55px;
        color: #2d2d2d;
        float: left;
        padding-top: 4px;
    }

    .uiFacultyDirectory-default .facultyDirectory-item_link {
        margin-left: 63px;
        line-height: 1.3em;
    }

    .uiFacultyDirectory-default .facultyDirectory-item_morelink {
        margin: 15px 0 0 0;
    }

    .uiFacultyDirectory-default .facultyDirectory-item_morelink a {
        display: inline-block;
        padding: 10px 15px 7px 15px;
        border: 1px solid #d4d4d4;
        color: #2d2d2d;
        line-height: 1.2em;
        border-radius: 3px;
        font: 400 12px/1.2em bio-sans, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        -webkit-transition: all .25s;
        -moz-transition: all .25s;
        -ms-transition: all .25s;
        transition: all .25s;
    }

        .uiFacultyDirectory-default .facultyDirectory-item_morelink a:hover {
            background-color: #eeeeee;
            color: #000;
            border-color: #bdbdbd;
        }

    /* 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 {

}

.uiCustomList .slick-next:focus,
.uiCustomList .slick-prev:focus {
    box-shadow: inset 0px 0px 5px -1px #4d90fe, 0 0 3px 3px #4d90fe;
}

.uiCustomList .slick-next:focus::before, .uiCustomList .slick-prev:focus::before {
   -webkit-transform: translateX(-50%) rotate(45deg) scale(1);
    transform: translateX(-50%) rotate(45deg) scale(1);
}

.uiCustomList .slick-next:focus::after, .uiCustomList .slick-prev:focus::after {
   -webkit-transform: translateX(-50%) rotate(-45deg) scale(1);
    transform: translateX(-50%) rotate(-45deg) scale(1);
}

.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,
        .no-touch .uiPhotoGallery-default figure:focus .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,
        .no-touch .uiPhotoGallery-default figure:focus .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 span {
            display: none;
        }

        .pswp__caption__center strong {
            display: block;
        }

        .no-touch .uiPhotoGallery-default figure:hover figcaption,
        .no-touch .uiPhotoGallery-default figure:focus figcaption {
            display: block;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

/**
 * NEWS WIDGETS (2.1)
 * EVENTS WIDGET (2.1)
 */

.uiNewsWidget-style-boxes,
.uiEventWidget-style-boxes {
    margin: 0 auto;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.uiNewsWidget-style-boxes-item,
.uiEventWidget-style-boxes-item {
    width: 20%;
    background: #003015;
    display: block;
    position: relative;
    padding-top: 20%;
    color: #fff;
    font: 400 22px/1.1em bio-sans, Arial, sans-serif;
    -webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease;
    float: left;
}



    .no-touch .uiNewsWidget-style-boxes:hover .uiNewsWidget-style-boxes-item,
    .no-touch .uiNewsWidget-style-boxes:focus .uiNewsWidget-style-boxes-item
    {
        opacity: .7;
    }

    .no-touch .uiNewsWidget-style-boxes .uiNewsWidget-style-boxes-item:hover,
    .touch .uiNewsWidget-style-boxes .uiNewsWidget-style-boxes-item:hover,
    .no-touch .uiNewsWidget-style-boxes .uiNewsWidget-style-boxes-item:focus,
    .touch .uiNewsWidget-style-boxes .uiNewsWidget-style-boxes-item:focus,
    .touch .uiNewsWidget-style-boxes .uiNewsWidget-style-boxes-item:active
    {
        color: #fff;
        opacity: 1;
    }

    .no-touch .uiNewsWidget-style-boxes .uiNewsWidget-style-boxes-item:hover:before,
    .no-touch .uiNewsWidget-style-boxes .uiNewsWidget-style-boxes-item:focus:before,
    {
        opacity: 0;
    }

    .uiNewsWidget-style-boxes-item:after
    {
        content: "";
        position: absolute;
        top: 50%;
        left:-10px;
        right: -10px;
        height: 150%;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 80%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(80%, rgba(0,0,0,1)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 80%);
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 80%);
        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 80%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 80%);
        z-index:2;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-backface-visibility: hidden;
    }


    .no-touch .uiNewsWidget-style-boxes-item:hover:after,
    .no-touch .uiNewsWidget-style-boxes-item:focus:after
    {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1;
    }

    .uiNewsWidget-style-boxes-item:nth-child(3n) {
        background: #002510;
    }

    .uiNewsWidget-style-boxes-item:nth-child(3n+1) {
        background: #00431d;
    }

    .uiNewsWidget-style-boxes-item:nth-child(3n+2) {
        background: #003015;
    }

    .uiNewsWidget-style-boxes-item > span
    {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .uiNewsWidget-style-boxes-item .uiNewsWidget-background {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        z-index:1;
        transition: all .5s ease-out;
    }

    .uiNewsWidget-style-boxes-item .uiNewsWidget-title {
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        max-height: 60%;
        padding: 24px;
        box-sizing: border-box;
        z-index:3;
        -webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease;
        text-shadow: 0 0 10px rgba(0,0,0,.5);
    }


        .no-touch .uiNewsWidget-style-boxes-item:hover .uiNewsWidget-title,
        .no-touch .uiNewsWidget-style-boxes-item:focus .uiNewsWidget-title
        {
            background: none;
            -webkit-transform: translateY(-100px);
            -moz-transform: translateY(-100px);
            -ms-transform: translateY(-100px);
            transform: translateY(-100px);
        }

        .no-touch .uiEventWidget-style-boxes-item:hover .uiEventWidget-title,
        .no-touch .uiEventWidget-style-boxes-item:focus .uiEventWidget-title {
            -webkit-transform: translateY(-12px);
            -moz-transform: translateY(-12px);
            -ms-transform: translateY(-12px);
            transform: translateY(-12px);
        }

        .uiNewsWidget-style-boxes-item:hover .uiNewsWidget-background,
        .uiNewsWidget-style-boxes-item:focus .uiNewsWidget-background {
            transform: scale(1.1);
        }

        .uiNewsWidget-style-boxes-item .uiNewsWidget-title:after {
            bottom: -20px;
            content: "Read More \232A";
            font-size: 14px;
            line-height: 1.1em;
            position: absolute;
            left: 24px;
            display: inline-block;
            opacity: 0;
            -webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease;
            color: #fecb00;
        }

            .no-touch .uiNewsWidget-style-boxes-item:hover .uiNewsWidget-title:after,
            .no-touch .uiNewsWidget-style-boxes-item:focus .uiNewsWidget-title:after {
                opacity: 1;
            }

            .uiNewsWidget-readmore:after {
                opacity: 0;
            }

    .uiNewsWidget-style-boxes-item.uiNewsWidget-readmore {
        background: #154734;
    }

    .uiNewsWidget-style-boxes-item.uiNewsWidget-readmore .uiNewsWidget-title,
    .uiEventWidget-style-boxes-item.uiEventWidget-readmore .uiEventWidget-title
    {
        left: 10%;
        right: 10%;
        top: 50%;
        bottom: auto;
        border: 1px solid #fff;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: nowrap;
        border-radius: 4px;
        padding: 0;
        line-height: 50px;
        height: 50px;
        margin-top: -25px;
    }

        .no-touch .uiNewsWidget-style-boxes-item.uiNewsWidget-readmore:hover .uiNewsWidget-title,
        .uiEventWidget-style-boxes-item.uiEventWidget-readmore:hover .uiEventWidget-title,
        .no-touch .uiNewsWidget-style-boxes-item.uiNewsWidget-readmore:focus .uiNewsWidget-title,
        .uiEventWidget-style-boxes-item.uiEventWidget-readmore:focus .uiEventWidget-title
        {
            -webkit-transform: translateY(-50px);
            -moz-transform: translateY(-50px);
            -ms-transform: translateY(-50px);
            transform: translateY(-50px);
        }

    .uiEventWidget-style-boxes-item
    {
        background: #eeeeee;
        box-sizing: border-box;
        border-right: 1px solid #fff;
        margin-bottom: 1px;
    }

    .uiEventWidget-style-boxes-item:nth-of-type(5n) {
        border-color: transparent;
    }

    .uiEventWidget-style-boxes-item span,
    .uiEventWidget-style-boxes-item > div
     {
        display: block;
        position: absolute;
        left: 6%;
        right: 6%;
        text-align: center;
        width: auto;
        color: #525252;
    }

    .uiEventWidget-style-boxes .eventWidget-date {
        top: 18%;
        text-transform: uppercase;
        border: 0;
        float: none;
        position: absolute;

    }

    .uiEventWidget-style-boxes .dateWidget-content > div {
        display: inline;
        font-size: 24px;
        padding: 0 2px;
    }

    .uiEventWidget-style-boxes .dateWidget-content .dateWidget-year {
        display: none;
    }

    .uiEventWidget-style-boxes .dateWidget-year-different .dateWidget-day {
        padding-right: 0;
    }

        .uiEventWidget-style-boxes .dateWidget-year-different .dateWidget-day:after {
            content: ",";
            display: inline;
            padding-right: 2px;
        }

    .uiEventWidget-style-boxes .dateWidget-year-different .dateWidget-year {
        display: inline;
    }

    .uiEventWidget-style-boxes .uiEventWidget-title {
        top: 45%;
        font: 400 18px/1.2em "Droid Serif", serif;
        bottom: 10%;
        overflow: hidden;
        -webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease;
    }

        .uiEventWidget-style-boxes .uiEventWidget-title em {
            display: block;
            font-style: normal;
            font-size: .8em;
            opacity: .8;
            padding-top: 4px;
        }

    .uiEventWidget-style-boxes:hover .uiEventWidget-style-boxes-item:not(:hover)
    {
        opacity: .4;
    }

    .uiEventWidget-style-boxes-item:hover span,
    .uiEventWidget-style-boxes-item:hover > div,
    .uiEventWidget-style-boxes-item:focus span,
    .uiEventWidget-style-boxes-item:focus > div
    {
        color: #2d2d2d;
    }

    .uiEventWidget-style-boxes-item.uiEventWidget-readmore .uiEventWidget-title
    {
        border-color: #2d2d2d;
        font: 400 18px/50px bio-sans, Arial, sans-serif;
    }

     @media(min-width:1100px) {
        .uiNewsWidget-style-boxes-item,
        .uiEventWidget-style-boxes-item
        {
            font-size: 24px;
            line-height: 1.2em;
        }
    }

    @media(max-width: 1099px) {
       .uiNewsWidget-style-boxes-item,
       .uiEventWidget-style-boxes-item
       {
            width: 25%;
            padding-top: 25%;
       }

       .uiEventWidget-style-boxes-item:nth-of-type(n) {
            border-right-color: #fff;
       }

        .uiEventWidget-style-boxes-item:nth-of-type(4n),
        .uiEventWidget-style-boxes-item:last-child
        {
            border-right-color: transparent;
        }

       .uiNewsWidget-style-boxes-item:nth-of-type(1n+8):not(:last-child),
       .uiEventWidget-style-boxes-item:nth-of-type(1n+8):not(:last-child),
       .uiEventWidget_4 .uiEventWidget-style-boxes-item:nth-of-type(1n+4):not(:last-child)
       {
            display: none;
       }
    }

    @media(max-width: 900px) {
        .uiNewsWidget-style-boxes-item,
        .uiEventWidget-style-boxes-item
        {
            width: 33.33%;
            padding-top: 33.33%;
            display: block !important;
        }

        .uiEventWidget-style-boxes-item:nth-of-type(n) {
            border-right-color: #fff;
        }

        .uiEventWidget-style-boxes-item:nth-of-type(3n),
        .uiEventWidget-style-boxes-item:last-child
        {
            border-right-color: transparent;
        }

       .uiNewsWidget-style-boxes-item:nth-of-type(1n+9):not(:last-child),
       .uiEventWidget-style-boxes-item:nth-of-type(1n+9):not(:last-child)
       {
            display: none !important;
       }
    }

    @media(max-width: 600px) {
        .uiNewsWidget-style-boxes-item,
        .uiEventWidget-style-boxes-item
        {
            width: 50%;
            padding-top: 50%;
            display: block !important;
        }

        .uiNewsWidget-style-boxes-item:nth-of-type(1n+6):not(:last-child),
        .uiEventWidget-style-boxes-item:nth-of-type(1n+6):not(:last-child),
        .uiEventWidget_4 .uiEventWidget-style-boxes-item:nth-of-type(1n+4):not(:last-child)
        {
            display: none !important;
        }

        .uiEventWidget-style-boxes-item:nth-of-type(n) {
            border-right-color: #fff;
        }

        .uiEventWidget-style-boxes-item:nth-of-type(2n),
        .uiEventWidget-style-boxes-item:last-child
        {
            border-right-color: transparent;
        }
    }







/* UI EVENT WIDGET -- CARDS -- */




.uiEventWidget-style-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.uiEventWidget-style-cards-item {
    width: calc(25% - 15px);
    background: #eeeeee;
    display: block;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
    transition: all .25s ease-out;
}

    .uiEventWidget-style-cards-item::after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: inset 0 0 0 0 #fecb00;
        z-index: 100;
        content: "";
        transition: all .3s ease-out;
    }

    .uiEventWidget-style-cards-item span {
        display: block;
    }

    .uiEventWidget-item-photo {
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
    }

        .uiEventWidget-item-photo-image,
        .uiEventWidget-item-photo::before,
        .uiWidget-cards-item-container::before  {
            position: absolute;
            display: block;
            content: "";
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-size: cover;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            transition: all .5s ease-out;
            transform-origin: 50% 50%;
        }

        .uiEventWidget-item-photo::before,
        .uiWidget-cards-item-container::before {
            background-image: url(img/events/tessellation_green.png);
        }

        .uiEventWidget-style-cards-item:nth-of-type(3n-1) .uiEventWidget-item-photo::before,
        .uiWidget-cards-item:nth-of-type(3n-1) .uiWidget-cards-item-container::before  {
            background-image: url(img/events/tessellation_gold.png);
        }

        .uiEventWidget-style-cards-item:nth-of-type(3n) .uiEventWidget-item-photo::before,
        .uiWidget-cards-item:nth-of-type(3n) .uiWidget-cards-item-container::before  {
            background-image: url(img/events/tessellation_darkgreen.png);
        }

    .uiEventWidget-item-date {
        margin-top: -30px;
        position: relative;
        z-index: 50;
    }

        .uiEventWidget-style-cards-item .dateWidget {
            background: #fff;
            float: none;
            border: none;
            box-shadow: 0 0 10px rgba(0,0,0,.4);
            padding: 12px 6px;
            margin: 0 auto;
        }

        .uiEventWidget-style-cards-item .dateWidget-month {
            position: relative;
            padding-bottom: 6px;
        }

            .uiEventWidget-style-cards-item .dateWidget-month::after {
                position: absolute;
                content: "";
                bottom: 4px;
                left: 25%;
                right: 25%;
                height: 1px;
                background: #003015;
            }



    .uiEventWidget-item-content {
        padding: 15px 15px 22px 15px;
        text-align: center;
        color: #353535;
        text-shadow: 1px 1px 0 rgba(255,255,255,.6);
    }

        .uiEventWidget-item-title {
            font-size: 18px;
            line-height: 1.2em;
        }

        .uiEventWidget-item-time {
            margin: 10px 0 0 0;
        }

            .uiEventWidget-item-time span {
                font-size: 16px;
            }

        .uiEventWidget-item-location {
            margin-top: 7px;
            font: 400 14px/1.2em bio-sans, Arial, sans-serif;
        }

            .uiEventWidget-item-location:empty,
            .uiEventWidget-item-time:empty {
                display: none;
            }

        .uiEventWidget-style-cards-item:hover,
        .uiEventWidget-style-cards-item:focus {
        background: #e2e2e2;
    }

        .uiEventWidget-style-cards-item:hover::after,
        .uiEventWidget-style-cards-item:focus::after {
            box-shadow: inset 0 0 0 5px #fecb00;
        }


        .uiEventWidget-style-cards-item:hover .uiEventWidget-item-photo-image,
        .uiEventWidget-style-cards-item:hover .uiEventWidget-item-photo::before,
        .uiEventWidget-style-cards-item:focus .uiEventWidget-item-photo-image,
        .uiEventWidget-style-cards-item:focus .uiEventWidget-item-photo::before  {
            transform: scale(1.1);
        }

        .uiEventWidget-style-cards-item:hover .uiEventWidget-item-content,
        .uiEventWidget-style-cards-item:focus .uiEventWidget-item-content {
            color: #000;
        }


@media(max-width: 1100px) {
   .uiEventWidget-style-cards-item {
       width: calc(25% - 12px);
       margin-bottom: 16px;
    }
}


@media(max-width: 880px) {
   .uiEventWidget-style-cards-item  {
        width: calc(50% - 6px);
        margin-bottom: 12px;
    }
}

@media(max-width: 600px) {
   .uiEventWidget-item-title {
        font-size: 16px;
        line-height: 1.2em;
    }
}

@media(max-width: 380px) {
   .uiEventWidget-style-cards-item  {
        width: 100%;
    }
}







/* UI NEWS / PAGES WIDGET, START CARDS STYLE */


.uiWidget-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.uiWidget-cards-item  {
    width: calc(25% - 7.5px);
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 10px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 15px rgba(0,0,0,.12)
}

    .uiWidget-cards-item::before {
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        z-index: 10;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

    .uiWidget-cards-item:hover::before,
    .uiWidget-cards-item:focus::before {
        -webkit-box-shadow: inset 0 0 0 5px #fecb00;
                box-shadow: inset 0 0 0 5px #fecb00;
    }





.uiWidget-cards-item span {
    display: block;
}

.uiWidget-cards-item-container {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    background: black;
    overflow: hidden;
}

.uiWidget-cards-item-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

    .uiWidget-cards-item:hover .uiWidget-cards-item-image,
    .uiWidget-cards-item:hover .uiWidget-cards-item-container::before,
    .uiWidget-cards-item:focus .uiWidget-cards-item-image,
    .uiWidget-cards-item:focus .uiWidget-cards-item-container::before {
        -webkit-transform: scale(1.12);
                transform: scale(1.12);
    }

.uiWidget-cards-item-title {
    padding: 15px 15px 0 15px;
    text-transform: none;
    color: #353535;
    font: 700 24px/1.1em bio-sans, Arial, sans-serif;
    text-shadow: none;
    display: block;
    letter-spacing: -0.01em;
}

.uiWidget-cards-item-category {
    margin-top: -20px;
    text-align: center;
    position: relative;
    z-index: 9;
    height: 32px;
}

    span.uiWidget-cards-item-category-inner {
        display: inline-block;
        background: #fecb00;
        padding: 10px 13px 8px 13px;
        height: 14px;
        color: #005525;
        font: 700 14px/14px bio-sans, Arial, sans-serif;
        text-transform: uppercase;
    }

        .uiNewsCategories-hasNone span.uiWidget-cards-item-category-inner {
            display: none;
        }


.uiWidget-cards-item-date {
    font: 400 12px/1.3em bio-sans, sans-serif;
    text-transform: uppercase;
    padding: 15px 15px 0 15px;
    color: #353535;
}

.uiWidget-cards-item-description {
    font: 400 14px/1.3em "Droid Serif", serif;
    color: #353535;
    padding: 15px;
    display: block;
    letter-spacing: -0.01em;
}

    .uiWidget-cards-item:hover > span,
    .uiWidget-cards-item:focus > span {
        color: #003010;
    }

.uiWidget-cards-readmore {
    margin: 40px 0 0 0;
    text-align: center;
}

    .uiWidget-cards-readmore a {
        float: none;
        display: inline-block;
        font-size: 18px;
        padding: 14px 20px 11px 20px;
        color: #fff;
    }

        .uiWidget-cards-readmore a::after {
            display: none;
        }

        .uiWidget-cards-readmore a:hover,
        .uiWidget-cards-readmore a:focus {
            color: #fecb00;
            border-color: #fecb00;
            background-color: rgba(0,0,0,.3)
        }



@media(max-width: 950px) {
   .uiWidget-cards-item  {
        width: calc(50% - 5px);
    }
}

@media(max-width: 400px) {
   .uiWidget-cards-item  {
        width: 100%;
    }
}


/* ================================
*       END CORE STYLES
* - - - - - - - - - - - - - - - - - -
*       BEGIN RESPONSIVE STYLES
* ================================ */

@media (max-width: 1024px) {

}

/* ================================
*       SMALL TABLET
*  ================================ */

@media (max-width: 767px) {
    .uiTableSortContainer {
        margin-right: -24px;
    }
}

/* ================================
*       HANDHELD
*  ================================ */

@media (max-width: 569px) {
    /* TABS */

    .uiTabs-list {
        display: none;
    }

    .uiTabs-select-container {

    }

    .uiTabs-select {
        display: block;
    }

    .uiTableSortContainer {
        margin-right: -15px;
    }

}

/* video */

.uiBackgroundVideo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.uiBackgroundVideo-clip {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#uiBackgroundVideo-player {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    background: #fff no-repeat;
    background-size: cover;
    vertical-align: top;
}

.uiBackgroundVideo-controller {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    padding: 5px;
    z-index: 50;
    box-sizing: border-box;
    background: rgba(0,0,0,.5);
}

.uiBackgroundVideo-controller a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    opacity: .8;
    transition: all .4s ease-out;
}

    .uiBackgroundVideo-controller a:hover {
        opacity: 1;
    }

    .uiBackgroundVideo-controller a::after,
    .uiBackgroundVideo-controller a::before {
        top: 0;
        left: 2px;
        bottom: 0;
        border-left: 5px solid #fff;
        position: absolute;
        content: "";
        transition: all .4s ease-out;
        box-shadow: 1px 1px 0 rgba(0,0,0,1);
    }

    .uiBackgroundVideo-controller a::after {
        left: auto;
        right: 3px;
        transition-duration: .2s;
    }

    a.js-uiBackgroundVideo-controller-isPaused::before {
        border: 10px solid transparent;
        border-left-color: #fff;
        transform: translateX(4px);
    }

    a.js-uiBackgroundVideo-controller-isPaused::after {
        opacity: 0;
        tranform: translate3d(-3px,-10px,0);
    }













.uiPhotoBand {
    position: relative;
}

    .uiPhotoBand::before {
        position: absolute;
        top: 0;
        right: 0;
        left: 40%;
        bottom: 0;
        content: "";
        z-index: 1;
    }

    .uiPhotoBand::before {
        /* background-image:   linear-gradient(to right, rgba(255,255,255, 1) 0%, rgba(255, 255, 255, 0) 33%),
                            url(//www.baylor.edu/content/imglib/2/9/6/4/296403.jpg); */
        background-position: 100% 0;
        background-repeat: no-repeat, no-repeat;
        background-size: cover;
    }

    .uiPhotoBand .contentBandInner {
        position: relative;
        z-index: 3;
        padding: 5% 54% 5% 10%;
        box-sizing: border-box;
        width: auto;
    }

        .uiPhotoBand-hero .contentBandInner {
            padding-top: 8.5%;
            padding-bottom: 8.5%;
            font-size: 18px;
            line-height: 1.55em;
        }

    .uiPhotoBand h3 {
        margin-top: 0;
    }

    .uiPhotoBand-align-right::before {
        left: 0;
        right: 40%;
        background-position: 0 0;
        /* background-image:   linear-gradient(to left, rgba(255,255,255, 1) 0%, rgba(255, 255, 255, 0) 33%),
                            url(//www.baylor.edu/content/imglib/2/9/6/4/296403.jpg); */
    }

    .uiPhotoBand-align-right .contentBandInner {
        padding-right: 10%;
        padding-left: 57%;
    }


    @media(min-width: 681px) {
        .uiPhotoBand-align-left.uiPhotoBand-fade-none .contentBandInner,
        .uiPhotoBand-align-left.uiPhotoBand-fade-mobile .contentBandInner {
            padding-right: 62%;
            padding-left: 2%;
        }

        .uiPhotoBand-align-right.uiPhotoBand-fade-none .contentBandInner,
        .uiPhotoBand-align-right.uiPhotoBand-fade-mobile .contentBandInner {
            padding-left: 62%;
            padding-right: 2%;
        }
    }

    @media(max-width: 1200px) {
        .uiPhotoBand-align-left .contentBandInner {
            padding-left: 5%;
        }

        .uiPhotoBand-align-right .contentBandInner {
            padding-right: 5%;
        }
    }

    @media(max-width: 1000px) {
        .uiPhotoBand-align-left .contentBandInner {
            padding-left: 3%;
        }

        .uiPhotoBand-align-right .contentBandInner {
            padding-right: 3%;
        }
    }

    @media(max-width: 680px) {
        .uiPhotoBand .contentBandInner {
            padding: 66% 5% 5% 5%;
        }

        .uiPhotoBand::before {
            top: 0;
            left: 0;
            bottom: auto;
            right: 0;
            padding-bottom: 60%;
            background-size: 120%;
        }

        .uiPhotoBand-valign-bottom .contentBandInner {
            padding-top: 8%;
            padding-bottom: 66%;
        }

        .uiPhotoBand-valign-bottom::before {
            top: auto;
            bottom: 0;
        }

        /* Mobile - Arrows */

        .uiPhotoBand-valign-top.uiPhotoBand-fade-full.uiPhotoBand-arrow-inset::before,
        .uiPhotoBand-valign-top.uiPhotoBand-fade-mobile.uiPhotoBand-arrow-inset::before
         {
            -webkit-clip-path:  polygon(0% 0%, 100% 0%, 100% 100%, 54% 100%, 50% 93%, 46% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 54% 100%, 50% 93%, 46% 100%, 0% 100%);
        }

        .uiPhotoBand-valign-top.uiPhotoBand-fade-full.uiPhotoBand-arrow-outset::before,
        .uiPhotoBand-valign-top.uiPhotoBand-fade-mobile.uiPhotoBand-arrow-outset::before
         {
            -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 93%, 54% 93%, 50% 100%, 46% 93%, 0% 93%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 93%, 54% 93%, 50% 100%, 46% 93%, 0% 93%);
        }

        .uiPhotoBand-valign-bottom.uiPhotoBand-fade-full.uiPhotoBand-arrow-inset::before,
        .uiPhotoBand-valign-bottom.uiPhotoBand-fade-mobile.uiPhotoBand-arrow-inset::before
         {
            -webkit-clip-path: polygon(0% 0%, 46% 0%, 50% 7%, 54% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 46% 0%, 50% 7%, 54% 0%, 100% 0%, 100% 100%, 0% 100%);
        }

        .uiPhotoBand-valign-bottom.uiPhotoBand-fade-full.uiPhotoBand-arrow-outset::before,
        .uiPhotoBand-valign-bottom.uiPhotoBand-fade-mobile.uiPhotoBand-arrow-outset::before
         {
            -webkit-clip-path: polygon(0% 7%, 46% 7%, 50% 0%, 54% 7%, 100% 7%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 7%, 46% 7%, 50% 0%, 54% 7%, 100% 7%, 100% 100%, 0% 100%);
        }
    }





/*****
SHADOW BANDS

*/

.uiShadowBand {
    position: relative;
}

    .uiShadowBand::after {
        z-index: 400;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
        height: 12px;
        background-image: linear-gradient(to bottom, rgba(0,0,0,.23) 0%, rgba(0,0,0,0) 100%)
    }

/* framework.4.13.ui.css */


body {
    font-family: 'Droid Serif', Georgia, serif;
    font-size: 16px;
    line-height: 1.6em;
    color: black;
    background: #002010 url(//www.baylor.edu/images/bkg/baylor_standard.jpg) no-repeat 50% 0;

}

/* Core Styles */

h1,h3,h5 {
    font: 700 24px/1.2em bio-sans, Arial, sans-serif;
    color: #2d2d2d;
    font-size: 20px;
}

    h1 {
        font-size: 32px;
        margin: 0 0 20px 0;
    }

        h1.title {
            color: #2d2d2d;
        }

        h1.title img {
          display: none;
        }


    h3 {
        font-size: 26px;
        margin: 26px 0 16px 0;
    }

    h5 {
        margin: 20px 0 16px 0;
    }

h2,h4,h6 {
    font-size: 18px;
    font-style: italic;
    color: #525252;
}

    h2 {
        font-size: 22px;
        margin: -20px 0 20px 0;
    }

    .uiPageHeaderBkg h2 {
        margin-top: 0;
    }

    h4 {
        font-size: 20px;
        margin: -16px 0 16px 0;
    }

    h6 {
        margin: -16px 0 16px 0;
    }

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;
    }

/* General Page Structure */

.contentMeta {
    margin: 0 0 15px 0;
    font: 13px/1.5em 'Droid Serif', Georgia, serif;
    color: #000;
}

.logout {
    float: right;
    text-transform: lowercase;
}

    .logout a {
        position: relative;
        margin-left: 24px;
        overflow: visible;
    }

    .logout a:after {
        position: absolute;
        top: 0;
        left: -24px;
        content: " ";
        background: url(//www.baylor.edu/images/icons/standard/light_gray/16/lock_open.png) no-repeat 0 50%;
        height: 16px;
        width: 16px;
        opacity: .5;
    }

        .no-touch .logout a:hover:after,
           .touch .logout a:active:after {
            opacity: 1
        }

    .logout a b {
        font-weight: normal;
    }

    .contentMeta a {
        color: #757575;
        -webkit-transition: color .4s, border-color .6s;
        -moz-transition: color .4s, border-color .6s;
        -ms-transition: color .4s, border-color .6s;
        transition: color .4s, border-color .6s;
        border-bottom: 1px solid transparent;
        font-weight: normal;
    }

        .no-touch .contentMeta a:hover {
            color: #000;
            border-bottom-color: #bdbdbd;
        }

    .breadcrumb .uiBcNav-arrow {
        padding: 0 7px;
        color: #757575;
    }

    .splashPage .contentMeta {
        display: none;
    }

#container, #bf_c {
    width: 960px;
    margin: 0 auto;
}

#baylor_header {
    -webkit-font-smoothing: subpixel-antialiased;
}

.uiNavType-top #baylor_header {
    border: 0;
}

/* Structure */

.content {
    background: #fff;
    padding: 30px 30px 30px 18px;
}

    .splashPage-topnav .content, .contentPageWide .content {
        padding: 30px;
    }

    .contentMain {
        float: right;
        width: 70%;
        padding: 5px 0 0 0;
    }

        .splashPage-topnav .contentMain, .contentPageWide .contentMain {
            float: none;
            width: auto;
        }

        .contentMain .contentTop {
            margin: 0 0 30px 0;
        }

    .side {
        float: left;
        width: 26.8%;
        font: 16px/1.2em bio-sans, Arial, sans-serif;
    }

        .contentPageWide .side {
            display: none;
        }

    .contentBottom {
        clear: both;
    }

        .contentLeft {
            width: 62%;
            float: left;
        }

        .contentRight {
            float: right;
            width: 34%;
        }

/* Elements */

#skip-main a {
    position: absolute;
    top: -45px;
    width: 100%;
    padding: .75em 1em;
    background: rgba(56, 56, 56, .9);
    color: #fff;
    font-family: 'bio-sans', Arial, sans-serif;
    font-weight: 400;
    line-height: 1;
    z-index: 1000000;
    text-align: center;
    transition: none;
}
#skip-main a:active,
#skip-main a:focus {
    top: 0;
    box-shadow: 0 5px 5px -5px #000;
}

.uiTopNav {
    font-family: bio-sans, Arial, sans-serif;
    background: #383838;
    position: relative;
    height: 50px;
    font-size: 14px;
    line-height: 1.3em;
    z-index: 50000;
    -webkit-font-smoothing: subpixel-antialiased;

}

    .uiTopNav > div, .uiTopNav ul.level1, .uiTopNav .level1 > li, .uiTopNav .level1 > li > a {
        height: 100%;
    }

    .uiTopNav li {
        position: relative;
        z-index: 99999;
    }

        .uiTopNav li:hover {
            z-index: 999999;
        }

    .uiTopNav a {
        display: block;
        font-weight: 400;
        color: #fff;
        color: rgba(255,255,255,.8);
        -webkit-transition: background-color .4s, opacity .7s;
        -moz-transition: background-color .4s, opacity .7s;
        -ms-transition: background-color .4s, opacity .7s;
        transition: background-color .4s, opacity .7s;
        padding: 12px 18px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
        -webkit-font-smoothing: subpixel-antialiased;
    }

        .lt-ie8 .uiTopNav a {
            color: #fff;
        }

        .no-touch .uiTopNav:hover a {
            /*color: rgba(255,255,255,.5); */
            /* opacity: .5; */
            z-index: 9999;
        }

        .no-touch .uiTopNav .level1 > li:hover,
        .no-touch .uiTopNav .level1 > li:focus {
            z-index: 9999999;
        }

        .no-touch .uiTopNav a:hover,
        .no-touch .uiTopNav a:focus,
          .touch .uiTopNav li.is-hover > a {
            background-color: rgba(255,255,255,.15);
            /* opacity: 1; */
        }

        .no-touch .uiTopNav li:hover a {
            /* opacity: 1; */
        }

        .no-touch .uiTopNav .level1 > li:hover > a,
           .touch .uiTopNav .level1 > li.is-hover > a,
        .uiTopNav .level1 .current_page > a,
        .uiTopNav .level1 .current_page_parent > a {
            background-color: rgba(255,255,255,.12);
        }
        .uiTopNav .level1 > li:focus-within > a {
            background-color: rgba(255,255,255,.12);
        }

        .uiTopNav .level1 > .current_page > a,
        .uiTopNav .level1 > .current_page_parent > a {
            background-color: #000;
            color: #fff;
        }

    .uiTopNav .level1 > li {
        float: left;
        height: 100%;
    }

    .uiTopNav .level1 li .focus {
        max-height: 2000px !important;
    }

        .uiTopNav .level1 > li > a {
            position: relative;
            border-right: 1px solid #626262;
            border-right-color: rgba(255,255,255,.2);
            line-height: 50px;
            padding-top: 0;
            padding-bottom: 0;
            z-index: 125;
        }

        .uiHeader-fullWidth-top .level1 > li:first-child > a {
            border-left: 1px solid rgba(255,255,255,.2);
        }

            .lt-ie8 .uiTopNav .level1 > li > a {
                border-right-color: #333333
            }

        .uiTopNav .level1 > li.has_children > a {
            padding-right: 34px;
        }

        .uiTopNav .level1 > li.has_children > a:after {
            position: absolute;
            top: 50%;
            right: 12px;
            z-index: 12041234132;
            content: " ";
            border: 5px solid transparent;
            border-top-color: #fff;
            border-top-color: rgba(255,255,255,.6);
            margin-top: -2px;
            -webkit-transition:transform .25s;
            -moz-transition:transform .25s;
            transition:transform .25s;
        }

            .no-touch .uiTopNav .level1 > li.has_children:hover > a:after,
               .touch .uiTopNav .level1 > li.has_children.is-hover > a:after {
                -webkit-transform: translateY(-6px) rotate(180deg);
                transform: translateY(-6px) rotate(180deg);
            }
            .no-touch .uiTopNav .level1 > li.has_children:focus-within > a:after {
                -webkit-transform: translateY(-6px) rotate(180deg);
                transform: translateY(-6px) rotate(180deg);
            }

            .no-csstransforms .uiTopNav .level1 > li.has_children:hover > a:after {
                border-top-color: transparent;
                border-bottom-color: #fff;
                border-bottom-color: rgba(255,255,255,.6);
                margin-top: -9px;
            }

    .uiTopNav .level1 > li > div {
        max-height: 0;
        position: absolute;
        background: #4e4e4e;
        width: 225px;
        z-index: 50000;
        overflow: hidden;
        -webkit-transition:max-height .25s;
        -moz-transition:max-height .25s;
        transition:max-height .25s;
        box-shadow: 0 0 15px rgba(0,0,0,.6);
    }

        .uiTopNav .level1 > li.uiTwoColumn > div,
        .uiTopNav li.uiMegaMenu > div {
            width: 450px;
        }

        .uiTopNav li.uiMegaMenu3 > div {
            width: 675px;
        }

        .uiTopNav .level1 > li.uiNavFullWidth,
        .uiTopNav .level1 > li.uiMegaMenu4 {
            position: static;
        }

            .uiTopNav .level1 > li.uiNavFullWidth > div,
            .uiTopNav .level1 > li.uiMegaMenu4 > div {
                width: 100%;
                left: 0;
            }

            .uiTopNav .level1 > li.uiTwoColumn > div > .level2 > li,
            .uiTopNav li.uiNavFullWidth .level3 > li {
                float: left;
                width: 50%;
            }

                .uiTopNav li.uiNavFullWidth.uiMegaMenu4 .level3 > li {
                    float: none;
                    width: 100%;
                }

                .uiTopNav .level1 > li.uiMegaMenu4 > ul.level2 {
                    position: relative;
                    overflow: hidden;
                }

                .uiTopNav .level1 > li.uiTwoColumn > div:after,
                .uiTopNav .level1 > li.uiMegaMenu > div:after,
                .uiTopNav .level1 > li.uiMegaMenu3 > div:before,
                .uiTopNav .level1 > li.uiMegaMenu4 > div:after,
                .uiTopNav .level1 > li.uiMegaMenu4 > div:before,
                .uiTopNav .level1 > li.uiMegaMenu4 ul.level2:after {
                    width: 1px;
                    content: " ";
                    background: #000;
                    background: rgba(255,255,255,.12);
                    height: 100%;
                    position: absolute;
                    left: 50%;
                }

                .uiTopNav .level1 > li.uiMegaMenu3 > div:after {
                    left: 33.33%;
                }

                .uiTopNav .level1 > li.uiMegaMenu3 > div:before {
                    left: 66.66%;
                }

                .uiTopNav .level1 > li.uiMegaMenu4 > div:before {
                    left: 25%;
                }

                 .uiTopNav .level1 > li.uiMegaMenu4 ul.level2:after {
                    left: 75%;
                 }

                .uiTopNav .level1 > li.uiTwoColumn > div > .level2 > li:nth-child(2n+1),
                .uiTopNav .level1 > li.uiNavFullWidth .level3 > li:nth-child(2n+1) {
                    clear: both;
                }

    .no-touch .uiTopNav .level1 > li:hover > div,
       .touch .uiTopNav .level1 > li.is-hover > div {
        display: block;
        position: absolute;
        top: 100%;
        max-height: 2000px;
        -webkit-transition:max-height .60s ease-in-out;
        -moz-transition:max-height .60s ease-in-out;
        transition:max-height .60s ease-in-out;
        z-index: 100;
    }

        .no-touch .uiTopNav li:hover .children_block_3,
        .uiTopNav .children_block_3 {
            display: none;
        }

        .uiTopNav li.uiDropdownRight div {
            left: auto;
            right: 0;
        }

    .uiTopNav .level1 > li.has_children:after,
    .uiTopNav li.uiNavFullWidth > a:before {
        content: ' ';
        height: 0;
        position: absolute;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #4e4e4e;
        left: 50%;
        bottom: 0;
        margin-left: -8px;
        z-index: 250;
        display: none;
    }

        .no-touch .uiTopNav .level1 > li.has_children:hover:after,
           .touch .uiTopNav .level1 > li.has_children.is-hover:after {
            display: block;
            overflow: visible;
            z-index: 55000;
        }

            .no-touch .uiTopNav .level1 > li.uiNavFullWidth:hover:after,
               .touch .uiTopNav .level1 > li.uiNavFullWidth.is-hover:after {
                display: none;
            }

        .no-touch .uiTopNav li.uiNavFullWidth:hover > a:before,
           .touch .uiTopNav li.uiNavFullWidth.is-hover > a:before {
            display: block
        }

    .uiTopNav .level2 {
        font-size: 12px;
        line-height: 1.35em;
    }

    /* Mega Menu */

    .uiTopNav li.uiMegaMenu .level2 .children_block_3,
    .uiTopNav li.uiMegaMenu3 .level2 .children_block_3,
    .uiTopNav li.uiMegaMenu4 .level2 .children_block_3 {
        display: block;
    }

        .uiTopNav li.uiMegaMenu > div > ul > li {
            float: left;
            width: 50%;
        }

        .uiTopNav li.uiMegaMenu3 > div > ul > li {
            width: 33.33%;
        }

        .uiTopNav li.uiMegaMenu4 > div > ul > li {
            width: 25%;
            float: left;
        }

            .uiTopNav li.uiMegaMenu .level2 > li > a,
            .uiTopNav li.uiMegaMenu3 .level2 > li > a,
            .uiTopNav li.uiMegaMenu4 .level2 > li > a {
                text-transform: uppercase;
                border-bottom: 1px solid rgba(255,255,255,.12);
            }

            .uiTopNav .uiMegaMenu .children_block_3 {
                position: static;
                max-height: none;
            }

    /* Two Line */

    .uiTopNav li.uiTwoLine > a {
        line-height: 16px;
        padding-top: 9px;
        height: 41px;
        padding-bottom: 0;
    }

/* Side Nav */

.uiSideNav {
    line-height: 1.2em;
}

    .uiSideNav a {
        display: block;
        padding: 10px 12px 7px 12px;
        color: #4f4f4f;
        position: relative;
        -webkit-transition: background-color .4s;
        -moz-transition: background-color .4s;
        -ms-transition: background-color .4s;
        transition: background-color .4s;
    }

        .uiNavType-side .uiSideNav .level1 > li:hover > a,
        .uiNavType-side .uiSideNav .level1 > li:focus > a {
            background-color: #f2f2f2;
        }
        .uiNavType-side .uiSideNav .has_children:focus-within > a {
            background-color: #f2f2f2;
        }

        .uiSideNav a:hover,
        .uiSideNav a:focus {
            color: #2d2d2d;
            background-color: #e4e4e4;
        }

        .uiSideNav .current_page > a {
            background-color: rgba(0,0,0,.02);
        }

    .uiSideNav .uiHomePage {
        font-weight: 700;
    }

    .uiSideNav ul, .uiSideNav ul ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .uiSideNav li {
        margin: 0;
    }

    .uiSideNav .current_page > a,
    .uiSideNav .current_page_parent > a,
    .uiNavType-side .uiSideNav .has_children > a {
        color: #000;
        position: relative;
        padding-right: 25px;
    }

        .uiSideNav .current_page > a:after,
        .uiNavType-side .uiSideNav .has_children > a:after {
            position: absolute;
            top: 50%;
            right: 6px;
            content: " ";
            border: 6px solid transparent;
            border-left-color: #2d2d2d;
            margin-top: -6px;
        }

            .uiSideNav.uiPrimaryNav .level1 > .current_page > a:after,
            .uiSideNav.uiPrimaryNav .level1 > .current_page_parent > a:after {
                border-color: transparent;
                border-top-color: #2d2d2d;
                margin-top: -3px;
                right: 9px;
            }

            .uiSideNav.uiPrimaryNav .level1 > .current_page_parent > a:after,
            .uiSideNav.uiPrimaryNav .level2 > .current_page_parent > a:after {
                border-color: transparent;
                border-top-color: #d4d4d4;
            }

            .uiSideNav.uiPrimaryNav .level1 > .current_page > a:after,
            .uiSideNav.uiPrimaryNav .level2 > .current_page > a:after {
                border-color: transparent;
                border-left-color: #2d2d2d;
                margin: 0;
                margin-top: -6px;
                right: 6px;
            }

            .uiSideNav .home_page > a:after {
                display: none;
            }

    .uiNavType-side .uiSideNav .has_children > a:after {
        border-left-color: #d4d4d4;
    }

    .uiSideNav .has_children > div {
        display: none;
    }

        .uiNavType-side .uiSideNav .level1 > li.has_children {
            position: relative;
        }

        .uiNavType-side .uiSideNav .level1 > li.has_children:hover > div,
        .uiNavType-side .uiSideNav .level1 > li.has_children:focus-within > div {
            position: absolute;
            display: block;
            background: #fff;
            z-index: 10;
            left: 90%;
            top: -10px;
            width: 250px;
            box-shadow: 0 0 15px rgba(0,0,0,.3);
        }

            .uiNavType-side .uiSideNav .level1 li.current_page:hover > div,
            .uiNavType-side .uiSideNav .level1 li.current_page_parent:hover > div {
                position: static;
                width: auto;
                box-shadow: none;
                background: none;
            }

    .uiSideNav .current_page > div,
    .uiSideNav .current_page_parent > div {
        display: block;
    }

    .uiSideNav .level2,
    .uiSideNav .level3 {
        font-size: 14px;
        margin-left: 22px;
        line-height: 1.3em;
    }

        .uiSideNav .level2 > .has_children > a:after {
            display: none;
        }

        .uiSideNav .level2 > .current_page > a:after,
        .uiSideNav .level2 > .current_page_parent > a:after {
            display: block;
        }

        .uiNavType-side .uiSideNav .level1 > li.has_children:focus-within .level2,
        .uiNavType-side .uiSideNav .level1 > li.has_children:hover .level2 {
            margin-left: 0;
        }

        .uiNavType-side .uiSideNav .level1 > li.current_page_parent:hover .level2,
        .uiNavType-side .uiSideNav .level1 > li.current_page:hover .level2 {
            margin-left: 22px;
        }


    .uiSideNav .level1 > .current_page.has_children,
    .uiSideNav .level1 > .current_page_parent,
    .uiSideNav .level2 > .current_page.has_children,
    .uiSideNav .level2 > .current_page_parent {
        border-top: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4;
    }

    .uiSideNav .level1 > .uiHomePage {
        border: none;
    }

    /* Navigation Overrides */

    .uiHideChildren > div {
        display: none !important;
    }

    a.externalLink {
        padding-right: 35px !important;
        position: relative;
    }

    .externalLink::after, .externalLink::before {
        position: absolute;
        top: 50% !important;
        right: 6px !important;
        content: " ";
        border: 4px solid transparent !important;
        border-left-color: #d4d4d4 !important;
        margin-top: -4px  !important;
        -webkit-transition:transform .25s;
        -moz-transition:transform .25s;
        transition:transform .25s;
    }

    .externalLink::before {
        border: 1px solid #d4d4d4 !important;
        border-top-width: 3px !important;
        height: 6px !important;
        width: 10px !important;
        right: 16px !important;
        margin-top: -5px !important;
    }


        .no-touch .uiTopNav .level1 > li:hover > a.externalLink::after {
            -webkit-transform: translateY(0) rotate(0) translateX(3px) !important;
            transform: translateY(0) rotate(0) translateX(3px) !important;
        }
/*
Maybe later
        .no-touch .uiTopNav .level1 > li.has_children:hover > a.externalLink::before {
            -webkit-transform: translateY(0) rotate(0) translateX(2px) !important;
            transform: translateY(0) rotate(0) translateX(2px) !important;
        }

*/

.uiTopNav .uiFullHide,
.uiSideNav .uiFullHide {
    display: none;
}

/* Callouts */

#callouts {
    float: right;
    color: #4a4a4a;
}

    .calloutBox .callout_box {
        margin: 0 0 25px 25px;
        padding: 0 0 0 25px;
        width: 200px;
        border-left: 1px solid #d4d4d4;
        line-height: 1.5em;
    }

    .box_title {
        font-family: bio-sans, Arial, sans-serif;
        font-weight: 700;
        color: #4a4a4a;
        font-size: 20px;
        margin: 0 0 12px 0;
    }

    .box_link {
        overflow: hidden;
        margin: 18px 0 0 0;
    }

        .box_link a, .button a {
            display: block;
            float: left;
            padding: 8px 30px 8px 12px;
            border: 1px solid #d4d4d4;
            line-height: 1.2em;
            border-radius: 3px;
            font-family: bio-sans, Arial, sans-serif;
            font-weight: 400;
            position: relative;
            -webkit-transition: background-color .3s, border-color .3s, color .3s;
            -moz-transition: background-color .3s, border-color .3s, color .3s;
            -ms-transition: background-color .3s, border-color .3s, color .3s;
            transition: background-color .3s, border-color .3s, color .3s;
            color: #4a4a4a;
        }

            .box_link a:after, .button a:after {
                content: "\00BB";
                position: absolute;
                right: 10px;
                top: 50%;
                display: block;
                margin-top: -13px;
                font-size: 1.6em;
                line-height: 1em;
                font-style: normal;
            }

            .box_link a:hover, .button a:hover {
                background-color: #e7e7e7;
                color: #000;
                border-color: #bdbdbd;
            }
.button {
    overflow: hidden;
    margin: 15px 0;
}

    .button-right a {
        float: right;
    }
/* Event Widget */

.eventWidget-item {
    clear: both;
    padding: 0 0 16px 0;
    overflow: hidden;
}

.dateWidget {
    float: left;
    width: 44px;
    font: 12px/1.2em bio-sans, Arial, sans-serif;
    text-align: center;
    color: #4f4f4f;
    border-right: 1px solid #bdbdbd;
    padding: 5px 0;
}

    .dateWidget-day {
        font-size: 24px;
        font-weight: 700;
        margin: 8px 0 0 0;
    }

    .dateWidget-month {
        text-transform: uppercase;
    }

    .dateWidget-year {
        display: none;
        margin: 8px 0 0 0;
    }

    .hide_date .dateWidget {
        display: none;
    }

.eventWidget-title {
    margin-left: 55px;
    font-size: 18px;
    line-height: 1.3em;
}

    .eventWidget-title a {
        border-bottom: 1px dotted #bdbdbd;
        color: #4f4f4f;

    }

        .eventWidget-title a:hover {
            border-bottom: 1px solid #000;
            color: #000;
        }

    .eventWidget-title em {
        display: block;
        font-size: 12px;
        border-bottom: none;
    }

    .eventWidget-time {
        display: block;
        font-family: bio-sans, Arial, sans-serif;
        font-size: 14px;
        line-height: 1.2em;
    }
/* News Tabs */

.uiNewsTabs-list {
    font-family: bio-sans,Arial,sans-serif;
}

    ul.uiNewsTabs-list {
        list-style: none;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #d4d4d4;
    }

    .uiNewsTabs-list li {
        float: left;
        margin: 0 0 -1px 0;
        padding: 0;
    }

        .uiNewsTabs-list li a {
            display: block;
            padding: 5px 8px;
            border: 1px solid transparent;
            border-bottom: none;
        }

        .uiNewsTabs-list li.uiNewsTabs-list-active a {
            border-color: #d4d4d4;
            background: white;
        }

    .uiNewsTabs-select-container {
        display: none;
    }

    .uiNewsTabs-content {
        clear: both;
    }

    .uiNewsTabs-panel {
        display: none;
    }

    .uiNewsTabs-panel-active {
        display: block;
    }

    .uiNewsTabs-item {
        margin: 20px 0;
    }

    .uiNewsTabs-date {
        display: none;
    }

    .uiNewsTabs-thumb {
        float: left;
        width: 60px;
    }

    .uiNewsTabs-title {
        font-family: bio-sans,Arial;
        font-weight: 700;
        font-size: 20px;
        margin: 0 0 5px 0;
    }

        .uiNewsTabs-item-hasThumb .uiNewsTabs-title, .uiNewsTabs-item-hasThumb .uiNewsTabs-lead {
            margin-left: 75px;
        }

        .uiNewsTabs-title a {
            color: #4f4f4f;
            border-bottom: 1px dotted #bdbdbd;
        }

            .uiNewsTabs-title a:hover {
                color: #000;
                border-bottom: 1px solid #000;
            }

    .uiNewsTabs-read-more {
        margin: 20px 0;
        padding: 15px 0 0 0;
        border-top: 1px dotted #bdbdbd;
    }

    .uiNewsTabs-read-more a {
        float: right;
    }

    /* NEWs */

.uiNewsPage {

}

    .uiNewsPage-video {
        margin: 0 0 30px 0;
    }

    .uiNewsPage-meta {
        margin: -5px 0 25px 0;
        font: 400 14px/1.2em "Droid Serif", Georgia, serif;
    }

    .uiNewsPage-author {
        font-weight: 700;
        display: inline-block;
        margin-right: 20px;
    }

        .uiNewsPage-author strong {
            text-transform: uppercase;
        }

    .uiNewsPage-date {
        text-transform: uppercase;
        color: #656565;
        display: inline-block;
        font-size: 12px;
    }

        .uiNewsPage-date em {
            font-style: normal;
            font-size: 1px;
            text-transform: uppercase;
            font-family: Arial, sans-serif;
            color: #656565;
            vertical-align: top;
        }

    .uiNewsPage-socialMedia {
        line-height: 20px;
        margin: 0 0 20px 0;
    }

        .uiNewsPage-socialMedia .fb-like {
            float: left;
            margin-right: 15px;
        }


.uiNewsPage-relatedStories {
    margin: 40px 0 0 0;
    border-top: 1px solid #bdbdbd;
    padding: 20px 0 0 0;

}

    .uiNewsPage-relatedStories-title {
        font: 700 24px/1.3em bio-sans, Arial, sans-serif;
        margin: 0 0 20px 0;
    }

    .uiNewsPage-relatedStories-content .uiWidget-cards-item {
        width: calc(33.33% - 6.66px);
    }

    .uiNewsPage-relatedStories-content .uiWidget-cards-item-date {
        display: none;
    }

@media(min-width: 751px) {
    .uiNewsPage-relatedStories-content .uiWidget-cards-item:nth-of-type(n + 4) {
        display: none;
    }
}
@media(max-width: 750px) {
    .uiNewsPage-relatedStories-content .uiWidget-cards-item:nth-of-type(n + 5) {
        display: none;
    }

    .uiNewsPage-relatedStories-content .uiWidget-cards-item {
        width: calc(50% - 5px);
    }
}
@media(max-width: 401px) {
    .uiNewsPage-relatedStories-content .uiWidget-cards-item:nth-of-type(n + 3) {
        display: none;
    }

    .uiNewsPage-relatedStories-content .uiWidget-cards-item {
        width:100%;
    }
}


    .uiNewsPage-readMore {
        border-top: 1px solid #bdbdbd;
        margin: 20px 0 0 0;
        padding: 20px 0 0 0;
        overflow: hidden;
        clear: both;
    }

        .uiNewsPage-readMore-label {
            float: left;
            font-style: italic;
            font-size: 18px;
        }

        .uiNewsPage-readMore-actions {
            float: right;
        }

            .uiNewsPage-readMore-actions a {
                margin-left: 8px;
                border-bottom: 1px dotted #bdbdbd;
                color: #414141;
                font-weight: bold;
            }

                .uiNewsPage-readMore-actions a:hover {
                    border-bottom-style: solid;
                    color: #000;
                }

    .uiNewsList {

    }

        .uiNewsList .newsWidget-item {
            margin: 0 -10px 25px 0;
            padding-right: 10px;
            overflow: hidden;
        }

        .uiNewsList .newsWidget-thumb {
            float: right;
            max-width: 20%;
            margin: 10px 0 10px 15px;
        }

            .uiNewsList .newsWidget-thumb img {
                border: 5px solid #fff;
                max-width: 100%;
                box-shadow: 0 0 15px rgba(0,0,0,.4);
                box-sizing: border-box;
            }

        .uiNewsList .newsWidget-title {
            font: 700 22px/1.2em bio-sans, Arial, sans-serif;
            margin-bottom: 15px;
            padding-top: 5px;
        }

        .uiNewsList .newsWidget-title, .uiNewsList .newsWidget-lead {
            margin-left: 65px;
        }

    .uiNewsArchives-list-year {
        font: 700 22px/1.2em bio-sans, Arial, sans-serif;
        margin: 25px 0 10px 0;
    }

    .uiNewsArchives-list-months a {

    }

        .uiNewsArchives-list-months a:after {
            content: " | ";
        }

        .uiNewsArchives-list-months a:last-child:after {
            display: none;
        }

    .uiNewsList .dateWidget-year-different .dateWidget-year {
        display: block;
    }

    .uiNewsPage-images {
        font: 12px/1.2em "Arial", sans-serif;
        padding-bottom: 5px;
        border-bottom: 1px solid #bdbdbd;
        margin-bottom: 26px;
    }

        .uiNewsPage-images-fullwidth {
            margin-bottom: 20px;
        }

            .uiNewsPage-images-fullwidth img {
                width: 100%;
            }

        .uiNewsPage-images-alignright {
            max-width: 45%;
            float: right;
            margin: 0 0 10px 10px;
        }

            .uiNewsPage-images-alignright img {
                box-sizing: border-box;
                max-width: 100%;
                padding: 5px;
                box-shadow: 0 0 10px rgba(0,0,0,.3);
            }

        .uiNewsPage-images .messageCenter-description, .uiNewsPage-images-alignright span {
            display: block;
            padding: 10px 0 10px 0;
        }

        .messageCenter.uiNewsPage-images .slick-dots {
            bottom: 60px;
        }
        .messageCenter.uiNewsPage-images ~ .uiMessageCenter-controller {
            margin-top: -120px;
        }

        .uiNewsPage-images-alignright span {
            text-align: center;
            font: 12px/1.2em "Arial", sans-serif;
            margin: 5px 10px;
        }

        .uiNewsPage-images .flex-control-nav {
            padding-top: calc(56.25% - 30px) !important;
            top: 0;
            z-index: 3;
        }

        .uiNewsPage-images .flex-direction-nav a {
            z-index: 10;
            top: 0;
            margin-top: calc(28.125% - 18px);
        }



/* news - new social widget */


.uiSocialMediaWidget {
    position: sticky;
    top: 8px;
    font: 0/0 a;
    width: 32px;
    float: left;
}

.uiSocialMediaWidget ~ h2:first-of-type {
    margin-top: 0;
}

.contentPageWide .uiSocialMediaWidget-type-pages {
    margin-left: -54px;
}

    .uiSocialMediaWidget ul {
        list-style: none;
        margin: 0;
        padding: 0;

    }

        .uiSocialMediaWidget li {
            margin: 5px 0 8px 0;
            padding: 0;
        }


    body:not(.contentPageWide) .uiSocialMediaWidget-type-pages {
        float: none;
        position: static;
        width: auto;
        margin: 0 0 20px 0;
    }

    body:not(.contentPageWide) .uiSocialMediaWidget-type-pages li {
        display: inline-block;
        margin: 0;
    }

    body:not(.contentPageWide) .uiSocialMediaWidget-type-pages a {
        margin: 0 14px 0 0;
    }


            .uiSocialMediaWidget a {
                display: block;
                width: 32px;
                height: 32px;
                border-radius: 3px;
                background: #525252;
                box-sizing: border-box;
                margin: 0 0 1em 0;
                position: relative;
                opacity: .7;
                transition: opacity .3s ease-out;
            }

                .uiSocialMediaWidget a::after {
                    content: "\f082";
                    color: #fff;
                    display: block;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    font: normal normal normal 20px/32px Font Awesome\ 5 Brands;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    text-align: center;
                }

            .uiSocialMediaWidget a:hover {
                opacity: 1;
            }

        .uiSocialMediaWidget-facebook a,
        .uiSocialMediaWidget-messenger a {
            background: #3d5a96;
        }

        .uiSocialMediaWidget-messenger a::after {
            content: "\f39f";
        }

        .uiSocialMediaWidget-pinterest a {
            background: #bb0f24;
        }

            .uiSocialMediaWidget-pinterest a::after {
                content: "\f0d3";
            }

        .uiSocialMediaWidget-twitter a {
            background: #59adec;
        }

            .uiSocialMediaWidget-twitter a::after {
                content: "\f099";
            }

        .uiSocialMediaWidget-sms a {
            background: #6ed864;
        }

            .uiSocialMediaWidget-sms a::after {
                content: "\f075";
                font: normal normal normal 20px/32px Font Awesome\ 5 Pro;
            }

            .uiSocialMediaWidget-email a::after {
                content: "\f0e0";
                font: normal normal normal 20px/32px Font Awesome\ 5 Pro;
            }

.uiNewsPage-story {
    margin-left: 54px;
}

@media(max-width: 1100px) {
    .contentPageWide  .uiSocialMediaWidget-type-pages {
        float: none;
        position: static;
        width: auto;
        margin: 0 0 20px 0;
    }

    .contentPageWide .uiSocialMediaWidget-type-pages li {
        display: inline-block;
        margin: 0;
    }

    .contentPageWide .uiSocialMediaWidget-type-pages a {
        margin: 0 14px 0 0;
    }
}

@media(max-width: 600px) {
    .uiNewsPage-story {
        margin-left: 0;
    }

    .uiSocialMediaWidget {
        position: relative;
        width: auto;
        float: none;
        padding-bottom: 20px;
    }

    .uiSocialMediaWidget li {
        display: inline-block;
        margin: 0;
    }

    .uiSocialMediaWidget a {
        margin: 0 0 14px 0;
    }
}



.uiNewsPage blockquote {
    font-size: 22px;
    line-height: 1.3em;
    text-align: center;
    margin: 40px 30px;
    color: #005525;
    padding: 30px 0;
    position: relative;
}

@media(max-width: 600px) {
    .uiNewsPage blockquote {
        margin: 40px 0;
    }
}

.uiNewsPage blockquote:before {
    content: "\201C";
    width: 60px;
    height: 50px;
    line-height: 1em;
    background: #fff;
    font-size: 100px;
    top: -25px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    z-index: 3;
}

.uiNewsPage blockquote::after {
    left: 13%;
    right: 13%;
    border-top: 4px solid #005525;
    border-bottom: 2px solid #055250;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 0;
    content: "";
}

.blockquote-sharing-widget {
    z-index: 4;
    text-align: center;
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    height: 36px;
}

.blockquote-sharing-widget a {
    font: 400 0/0 Arial;
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #fff;
    position: relative;
    color: #055250;
    transition: .3s all ease;
    vertical-align:top;
}


.blockquote-sharing-widget a::after {
    content: "\f09a";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    bottom: 0;
    font: normal normal normal 24px/24px Font Awesome\ 5 Brands;
}

.blockquote-sharing-widget a:first-child {
    padding-left: 6px;
}

    .blockquote-sharing-widget a:first-child::after {
        left: 6px;
    }

.blockquote-sharing-widget a:last-child {
    padding-right: 6px;
}

    .blockquote-sharing-widget a:last-child::after {
        right: 6px;
    }

.blockquote-sharing-widget a::before {
    position: absolute;
    left: -10px;
    top: 0;
    width: 10px;
    bottom: 0;
    content: "";
}

.blockquote-sharing-widget a.blockquote-social-twitter::after {
    content: "\f099";
}

    .blockquote-sharing-widget a:hover {
        color: #3d5a96;
    }

    .blockquote-sharing-widget a.blockquote-social-twitter:hover {
        color: #59adec;
    }




/* Two Column */

.contentTwoColumn {

}

    .contentTwoColumn .contentLeft, .contentTwoColumn .contentRight {
        float: left;
        width: 47.5%;
    }

        .contentTwoColumn .contentRight {
            float: right;
        }


/* Three Columns */

.contentThreeColumn {
    overflow: hidden;
    position: relative;
}
    .contentThreeColumn:after, .contentThreeColumn:before {
        width: 0;
        border-right: 1px dotted #888;
        height: 100%;
        content: " ";
        position: absolute;
        top: 0;
        left: 32.5%;
    }

    .contentThreeColumn:before {
        left: 67.5%;
    }

.contentThreeColumn > div {
    float: left;
    width: 30%;
}

    .contentThreeLeft {
        margin-right: 5%;
    }

    .contentThreeColumn .contentThreeRight {
        float: right;
    }

/* Alerts */

.msg, .msgerror, .msg_success, .msgno {
    padding: 15px 17px;
    border: 2px solid #e2e2e2;
    line-height: 1.4em;
    margin-bottom: 15px;
    background-color: #eeee;
    font-family: bio-sans, Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 15px 0;
    position: relative;
}

    .msgerror {
        border-color: #d40a0a;
        color: #d40a0a;
        padding-left: 50px;
    }

    .msgerror::before {
      content: "\f321";
      display: block;
      position: absolute;
      top: 10px;
      left: 16px;
      font: 100 normal normal 24px/32px Font Awesome\ 5 Pro;
    }

/* Banded */

.splashPage-banded {
    background: #fff;
}

    .splashPage-banded #container {
        width: auto;
    }

    .splashPage-banded #headerContainer,
    .splashPage-banded .uiTopNav,
    .contentBandInner {
        width: 1024px;
        margin: 0 auto;
    }

    .splashPage-banded .content {
        background: none;
        padding: 0;
    }

    .contentBandInner {
        padding: 30px 0;
    }

/* Filtering */

.uiCustomFilteredList-options {
    overflow: hidden;
    padding: 0 0 40px 0;
}

.uiCustomFilteredList_style-default {
    padding: 20px 0 0 0;
}

    .uiCustomFilteredList_style-default ul,
    .uiCustomFilteredList_style-default li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .uiCustomFilteredList_style-default li {
        float: left;
        width: 25%;
        border-bottom: 1px solid #757575;
        cursor: pointer;
        font: 400 18px/1.2em bio-sans, Arial, sans-serif;
        color: #757575;
        padding: 10px 0;
        -webkit-transition: all .3s;
        transition: all .3s;
        overflow: visible;
        position: relative;
        text-align: center;
    }

        .uiCustomFilteredList_style-default li span {
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis;
            padding: 0 6px;
            overflow: hidden;
        }

        .uiCustomFilteredList_style-default li:hover,
        .uiCustomFilteredList_style-default li.active {
            color: #575757;
        }

            .uiCustomFilteredList_style-default li.active {
                color: #303030;
                font-weight: 500;
            }

            .uiCustomFilteredList_style-default li.active:after,
            .uiCustomFilteredList_style-default li.active:before {
                position: absolute;
                content: "";
                top: 100%;
                left: 50%;
                margin-left: -12px;
                border: 12px solid transparent;
                border-top-color: #757575;
            }

                .uiCustomFilteredList_style-default li.active:after {
                    border-top-color: #fff;
                    margin-top: -1px;
                }


.uiCustomFilteredList_style-default .uiCustomList {
    overflow: hidden;
}

.uiCustomFilteredList .uiCustomList {
    text-align: left;
}

.mix {
    width: 22.5%;
    position: relative;
    padding: 0 0 22.5% 0;
    margin: 0 1.25% 2.5% 1.25%;
    box-sizing: border-box;
    border: 1px solid #bebebe;
    display: none;
}


 .uiCustomFilteredList_style-default .uiCustomList {
    margin: 0 -1.25%;
 }

 /* framework footer */

 /* Footer Ditties */

.uiFooterBand-container {
    width: 1024px;
    margin: 0 auto;
    position: relative;
}

.uiFooterBand-container:before {
    left: -2000px;
    right: -2000px;
    top: 0;
    bottom: 0;
    background: #74ba90;
    z-index:-1;
    content: "";
    position: absolute;
}

.uiFooterBand {
    font: 700 16px/1em bio-sans, Arial, sans-serif;
    text-transform: uppercase;
}



    @media(max-width:1024px) {
        .uiFooterBand-container {
            width: auto;
        }
    }

    .uiFooterBand a {
        display: block;
        width: 25%;
        box-sizing: border-box;
        padding: 108px 2% 85px 2%;
        color: #fff;
        text-align: center;
        float: left;
        position: relative;
        -webkit-transition: all .35s ease-out;
        transition: all .35s ease-out;
        background-color: transparent;
    }

        .uiFooterBand a:after {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,.1);
            content: "";
            transform: scale(.65) translate3d(0,0,0);
            opacity: 0;
            transition: all .3s ease;
        }

        .uiFooterBand a:hover:after {
            transform: scale(1) translate3d(0,0,0);
            opacity: 1;
        }

        .uiFooterBand a img {
            width: 32px;
            top: 50px;
            left: 50%;
            margin-left: -16px;
            height: 32px;
            position: absolute;
            -webkit-transition: all .4s ease-out;
            transition: all .4s ease-out;
            z-index: 2;
        }

        .uiFooterBand .uiFooterBand-link-fonticon {
            display: block;
            font-size: 36px;
            top: 50px;
            position: absolute;
            left: 0;
            right: 0;
            text-align: center;
            transition: all .4s ease-out;
            z-index: 10;
        }


        .uiFooterBand .uiFooterBand-link-title {
            font-weight: 700;
            position: absolute;
            left: 0;
            right: 0;
            -webkit-transition: all .4s ease-out;
            transition: all .4s ease-out;
            top: 122px;
            display: block;
            -webkit-font-smoothing: subpixel-antialiased;
            z-index: 2;
        }

            .uiFooterBand a:hover img,
            .uiFooterBand a:hover .uiFooterBand-link-fonticon {
                transform: scale(1.5);
            }

            .uiFooterBand a:hover span {
                /* transform: translate3d(0,3px,0); */
            }

    @media(max-width:700px) {
        .uiFooterBand-container:before {
            left: 50%;
            top: 0;
            bottom: 0;
            width: 1px;
            background: rgba(255,255,255,.2) !important;
            content: "";
            z-index: 10;
        }

        .uiFooterBand-container:after {
            left: 0;
            top: 50%;
            right: 0;
            height: 1px;
            background: rgba(255,255,255,.2);
            content: "";
            z-index: 10;
            position: absolute;
        }
        .uiFooterBand a {
            width: 50%;
        }
    }


/* ================================
*       END CORE STYLES
* - - - - - - - - - - - - - - - - - -
*       BEGIN RESPONSIVE STYLES
* ================================ */

.hamburger .uiTopNav {
    display: none;
}

.hamburger .uiNavType-top #baylor_header {
    border-bottom: 10px solid #000;
}

@media (min-width: 1025px) {
    #container, #bf_c {
        width: 1024px;
    }
}

@media(max-width: 1044px) {
    .contentBandInner {
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media (max-width: 1024px) {
    body {
        background: #fff;
    }

    #container,
    #bf_c,
    .contentBandInner,
    .splashPage-banded #headerContainer,
    .splashPage-banded .uiTopNav {
        width: auto;
        margin: 0;
    }

    .contentBandInner {
        overflow-x: hidden;
        padding-right: 35px;
        padding-left: 35px;
    }

    .uiHeader-fullWidth-top .level1 > li:first-child > a {
        border-left: none;
    }
}

@media (max-width: 900px) {
    .uiTopNav, .uiSideNav {
        display: none;
    }

    .contentMain .contentTop {
        margin: -24px -24px 30px -24px;
    }

    .uiNavType-top #baylor_header {
        border-bottom: 10px solid #000;
    }

    .content, .splashPage-topnav .content, .contentPageWide .content {
        padding: 24px;
    }

    .splashPage-banded .content {
        padding: 0;
    }

    .contentMain {
        float: none;
        width: auto !important;
        padding: 0;
    }

    .side {
        width: auto;
        float: none;
        margin: 20px 0 0 0;
        padding: 0;
    }

    .contentThreeColumn > div,  .contentThreeColumn .contentThreeRight {
        width: auto;
        float: none;
        border-bottom: 1px dotted #888;
        padding: 0 0 25px 0;
        margin: 0 0 25px 0;
    }

        .contentThreeColumn:after, .contentThreeColumn:before {
            display: none;
        }

        .contentThreeColumn .contentThreeRight {
            margin: 0;
            border: 0;
        }


}

@media (max-width: 767px) {
    .uiNavType-top #baylor_header {
        border: 0 !important;
    }

    .contentBandInner {
        padding-left: 25px;
        padding-right: 25px;
    }

    .contentMeta {
        margin: -24px -24px 20px -24px;
        border-bottom: 1px solid #e2e2e2;
        height: 30px;
        overflow: hidden;
        position: relative;
        -ms-overflow-style: none;
    }

    .contentMeta::-webkit-scrollbar, .breadcrumb::-webkit-scrollbar {
        display: none;
    }

        .logout {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            z-index: 20;
        }

            .logout:after {
                position: absolute;
                content: " ";
                width: 20px;
                top: 0;
                left: -20px;
                bottom: 0;
                background-image: -webkit-gradient(
                    linear,
                    left top,
                    right top,
                    color-stop(0, rgba(255,255,255, 0)),
                    color-stop(1, rgb(255, 255, 255))
                );
                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%);
            }

            .logout a {
                display: block;
                height: 100%;
                line-height: 32px;
                background: #fff;
                border-left: 1px solid #e2e2e2;
                z-index: 100;
                margin-left: 0;
                padding: 0 10px 0 30px;
            }

            .logout a:after {
                left: 10px;
                height: 100%;
            }

        .breadcrumb {
            position: absolute;
            overflow-x: scroll;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            white-space: nowrap;
            z-index: 10;
            left: 0;
            right: 0;
            height: 100%;
            padding-bottom: 50px;
        }

        .breadcrumb span {
            display: none;
        }

        .breadcrumb a, .breadcrumb em {
            display: inline-block;
            padding: 5px 0 0 22px;
            height: 26px;
            line-height: 23px;
            overflow: visible;
            position: relative;
            font-style: normal;
            -webkit-tap-highlight-color: rgba(0,0,0,0);
        }

            .breadcrumb a:first-child {
                width: 14px;
                text-indent: -9999px;
                background: url(//www.baylor.edu/images/icons/standard/dark_gray/16/home.png) no-repeat 10px 50%;
                opacity: .5;
                -webkit-transition: opacity .3s;
                -moz-transition: opacity .3s;
                -ms-transition: opacity .3s;
                transition: opacity .3s;
            }

                .breadcrumb a:first-child:hover, .breadcrumb a:first-child:active {
                    opacity: 1;
                }

            .breadcrumb em {
                color: #000;
                font-weight: bold;
                margin-right: 100px;
            }

            .breadcrumb a:active {
                color: #000;
            }

            .breadcrumb a:first-child {
                padding-left: 12px;
            }

        .breadcrumb a:before {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border-top: 26px solid transparent;
            border-bottom: 26px solid transparent;
            border-left: 13px solid #fff;
            position: absolute;
            top: 50%;
            margin-top: -26px;
            left: 100%;
            z-index: 2;
        }

        .breadcrumb a:after {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border-top: 26px solid transparent;
            border-bottom: 26px solid transparent;
            border-left: 13px solid #e2e2e2;
            position: absolute;
            top: 50%;
            margin-top: -26px;
            margin-left: 1px;
            left: 100%;
            z-index: 1;
        }


}

@media (max-width: 569px) {
    .content, .splashPage-topnav .content, .contentPageWide .content {
        padding: 15px;
    }

    .splashPage-banded .content {
        padding: 0;
    }

    .contentTwoColumn .contentLeft, .contentTwoColumn .contentRight {
        float: none;
        width: auto;
    }

    .contentMain .contentTop {
        margin: -15px -15px 25px -15px;
    }

    .contentMeta {
        margin: -15px -15px 15px -15px;
    }

    #callouts {
        max-width: 50%;
    }

    .calloutBox .callout_box {
        width: auto;
    }

    .contentLeft,
    .contentRight {
        float: none;
        width: auto;
    }
}

@media only print {
    body {
        font-size: 9pt;
        line-height: 1.5em;
    }
    .content {
        padding: 0 .25in;
    }

    .contentMeta {
        display: none;
    }
}


/*******************
FOOTER UPDATES
*/

.uiFooterBkg {
    background: #fff;
}

.uiFooterBkg #baylor_footer {
    position: relative;
    padding-bottom: 25%;
    background: #343a62;
    overflow: hidden;
}

.uiFooterBkg #baylor_footer::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
    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;
    transition: 1s filter ease-out;
    -webkit-transition: 1s -webkit-filter ease-out;
}

    .uiFooterBkg-isBlurred #baylor_footer::before {
        -webkit-filter: blur(5px);
        filter: blur(5px);
    }

    .uiFooterBkg-isBlurred.js-band-footer #baylor_footer::before {
        -webkit-filter: blur(0);
        filter: blur(0);
    }

.uiFooterBkg #baylor_footer::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 40%;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgba(0,0,0,.4) 50%,rgba(0,0,0,0) 100%);
    z-index: 1;
}

@media(max-width:1200px) {
    .uiFooterBkg #baylor_footer {
        padding-bottom: 40%;
    }
    .uiFooterBkg #baylor_footer::before {
        background-position: 25% 100%;
        background-size: 140%;
    }
}


@media(max-width:650px) {
    .uiFooterBkg #baylor_footer {
        padding-bottom: 45%;
    }
}

.uiFooterBkg #bf_c {
    background: none;
    position: relative;
    z-index: 2;
}

    .uiFooterBkg .bf_col1 {
        background: none;
    }

    .uiFooterBkg .bf_col1 ul {
        overflow: hidden;
    }

    .uiFooterBkg .bf_col1 ul li.selected {
        padding: 0;
        position: relative;
        background: none;
        border: 1px solid rgb(255,184,28);
        border-left-width: 0;
        border-right-width: 0;
    }

    .uiFooterBkg .bf_col1::after,
    .uiFooterBkg .bf_col1::before {
      display: none;
    }

        .uiFooterBkg .bf_col1 ul li.selected::after,
        .uiFooterBkg .bf_col1 ul li.selected::before {
            position: absolute;
            top: -201px;
            content: "";
            right: 0;
            width: 1px;
            height: 200px;
            background: rgba(255,184,28,1);
        }

        .uiFooterBkg .bf_col1 ul li.selected::before {
            top: auto;
            bottom: -101px;
            height: 100px;
            background: linear-gradient(to bottom, rgba(255,184,28,1) 0%, rgba(255,184,28,0) 100%);
        }

        .uiFooterBkg #bf_c .bf_col1 ul li.selected a {
            background: none;
        }

/* EXTRA NAV */

.ui-hasFrameworkPanelNav #crate {
    position: relative;
}

.uiFrameworkPanelNav {
    width: 240px;
    top: 0;
    left: 0;
    bottom: 0;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    position: absolute;
    z-index: 10000;
    background: #fff;
    font: 400 16px/1.2em bio-sans, Arial, sans-serif;
    box-sizing: border-box;
    transform:translateX(-240px);
    transition: all .5s ease-out;
}

    .js-framework-panelNav-isOpen .uiFrameworkPanelNav {
        transform:translateX(0);
    }

.uiFrameworkPanelNav-padded {
    padding: 12px;
}

#uiFrameworkPanelNav-close {
    display: block;
    position: absolute;
    top: 20px;
    right: -95px;
    width: 95px;
    box-sizing: border-box;
    height: 40px;
    font-size: 14px;
    background: #fff;
    padding-left: 42px;
    text-transform: uppercase;
    color: #7e7e7e;
    padding-top: 13px;
    transition: all .3s ease-out;
    overflow: visible;
}

    #uiFrameworkPanelNav-close::before {
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        right: 10px;
        bottom: 0;
        content: "";
        box-shadow: 10px 0 10px rgba(0,0,0,.3);
    }

    #uiFrameworkPanelNav-close:hover {
        color: #000;
    }

    .uiFrameworkPanelNav-button-label {
        display: block;
        transition: all .3s ease;
    }

    #uiFrameworkPanelNav-close .uiFrameworkPanelNav-button {
        width: 20px;
        height: 3px;
        background: black;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -1px;
        left: 12px;
        opacity: .4;
        transition: all .3s ease;
    }

        #uiFrameworkPanelNav-close:hover .uiFrameworkPanelNav-button {
            opacity: .8;
        }

        #uiFrameworkPanelNav-close .uiFrameworkPanelNav-button::after,
        #uiFrameworkPanelNav-close .uiFrameworkPanelNav-button::before {
            content: "";
            display: block;
            width: 100%;
            height: 3px;
            left: 0;
            top: -7px;
            position: absolute;
            background: #000;
            transition: all .4s ease;
        }

        #uiFrameworkPanelNav-close .uiFrameworkPanelNav-button::after {
            top: 7px;
        }

        /* OPEN STATE */

        .js-framework-panelNav-isOpen .uiFrameworkPanelNav-button-label {
            transform: translateX(-5px);
        }

        .js-framework-panelNav-isOpen #uiFrameworkPanelNav-close .uiFrameworkPanelNav-button {
            background-color: transparent;
            transform: translate3d(2px,2px,0);
        }

        .js-framework-panelNav-isOpen #uiFrameworkPanelNav-close .uiFrameworkPanelNav-button::before {
            transform: rotateZ(45deg);
            transform-origin: 3px 0;
        }

        .js-framework-panelNav-isOpen #uiFrameworkPanelNav-close .uiFrameworkPanelNav-button::after {
            transform: rotateZ(-45deg);
            transform-origin: -3px 0px;
        }

@media(min-width: 1240px) {
    .ui-hasFrameworkPanelNav.js-framework-panelNav-isOpen .content {
        margin-left: 240px;
        transition: all .52s ease-in;
    }

    .ui-hasFrameworkPanelNav .content {
        margin-left: 0;
        transition: all .48s ease-out;
    }
}


@media(max-width: 1000px) {
    .uiFrameworkPanelNav {
        display: none;
    }
}

/* ******
*  DISPLAY CHILD PAGES w/ PHOTOS
*  */

.uiChildPages {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px -20px;
}

@media(max-width: 569px) {
    .uiChildPages {
        margin: 20px -15px;
    }
}

.uiChildPages-link {
    display: block;
    width: 50%;
    box-sizing: border-box;
    font: 700 18px/1.2em bio-sans, Arial, sans-serif;
    transition: all .4s ease-out;
    color: #2d2d2d;
    padding: 20px;
}

    .uiChildPages span {
        display: block;
        transition: all .3s ease-out;
    }

    .uiChildPages-link-icon {
        font-size: 36px;
        line-height: 1em;
        color: #7f7f7f;
    }

    .uiChildPages-link-photo {
        width: 100%;
    }

    .uiChildPages-link-photo img {
        width: 100%;
    }

.uiChildPages-link-title {
    margin: 20px 0 10px 0;
    display: block;
    font: 700 14px/1.2em bio-sans, Arial, sans-serif;
    text-transform: uppercase;
    color: #2d2d2d;
}

.uiChildPages-link-description {
    font: 400 12px/1.35em "Droid Serif", Georgia, serif;
    color: #757575;
}

.uiChildPages-link:hover {
    box-shadow: inset 0 0 0 5px #ffb81c;
}

    .uiChildPages-link:hover .uiChildPages-link-icon {
        color: #003015;
    }

    .uiChildPages-link:hover .uiChildPages-link-title,
    .uiChildPages-link:hover .uiChildPages-link-description {
        color: #000;
    }


/* FRAMEWORK HEADER
3.1
*/

.uiPageHeaderBkg .title {
    display: none;
}

.uiPageHeaderBkg:after {
    position: absolute;
    top: 121px;
    left: 0;
    right: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 350px;
    content: "";
    z-index: -1;
    display: block;
}

    .uiPageHeaderBkg .contentTop {
        height: 350px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

        .uiPageHeaderBkg .contentTop::after {
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -50vw;
            width: 100vw;
            height: 100px;
            background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
            z-index: 1;
        }

    .uiPageHeaderBkg .contentTop h1 {
        color: #fff;
        font-size:40px;
        display: flex;
        text-shadow: 2px 2px 1px rgba(0,0,0,0.30), 0 0 40px rgba(0,0,0,0.8);
        padding: 20px 30px 13px 30px;
        margin: 0;
        line-height: 1em;
        text-align: center;
        z-index: 2;
    }


@media(max-width:900px) {
    .uiPageHeaderBkg:after {
        top: 81px;
    }
}

@media(max-width:767px) {
    .uiPageHeaderBkg:after {
        top: 91px;
    }
}



/*** combo band */

.uiComboBand {
    overflow: hidden;
}

.uiComboBand_column_1,
.uiComboBand_column_2 {
    float: left;
    width: calc(50% - 8px);
}

    .uiComboBand_column_2 {
        float: right;
    }

@media(max-width: 620px) {
    .uiComboBand_column_1,
    .uiComboBand_column_2 {
        width: auto;
        float: none;
    }

    .uiComboBand_column_1 {
        margin-bottom: 30px;
    }

    .uiComboBand .uiButton {
        margin-top: 10px;
    }
}

/******


BOARD


*******/

.band-type-news-events-board .contentBandInner {
    box-sizing: border-box;
    width: auto;
    max-width: 1600px;
    padding: 50px 20px;
}

.uiWidget-board {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    line-height: 0;
}


.uiWidget-board-item {
    display: block;
    box-sizing: border-box;
    color: #2d2d2d;
    position: relative;
    background: #eee;
    margin: 0 0 15px 0;
}

    .uiWidget-board-item-container {
        padding: 30px;
    }

    .uiWidget-board[data-color="gold"] .uiWidget-board-item {
        background: #ffb81c;
    }

    .uiWidget-board[data-color="white"] .uiWidget-board-item {
        background: #fff;
    }

    .uiWidget-board[data-align="center"] .uiWidget-board-item {
        text-align: center;
    }

    .uiWidget-board-item::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: inset 0 0 0 0 #ffb81c;
        z-index: 100;
        content: "";
        transition: all .3s ease-out;
    }

        .uiWidget-board[data-color="gold"] .uiWidget-board-item::before {
            box-shadow: inset 0 0 0 0 #005525;
        }

    .uiWidget-board-item span {
        display: block;
    }

    span.uiWidget-board-item-image-container {
        width: 100%;
        padding: 0 0 66.66% 0;
        position: relative;
        display: none;
        overflow: hidden;
    }

    .uiWidget-board-item-image-container.uiNewsWidget-item-hasThumb {
        display: block;
    }

        .uiWidget-board-item-image {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            transition: all .5s;
        }

    .uiWidget-board-item-date-widget {
        margin: 0 0 30px 0;
    }

        .uiWidget-board-item-date-widget .dateWidget {
            float: none;
            border: none;
            margin: 0 auto;
            background: #fff;
            padding: 12px 6px;
            box-shadow: 0 0 12px rgba(0,0,0,.2);
        }

    .uiWidget-board-item-title {
        font: 700 20px/1.1em bio-sans, Arial, sans-serif;
        letter-spacing: -0.02em;
    }

    .uiWidget-board-item-date {
        font: 400 12px/1.1em bio-sans, Arial, sans-serif;
        text-transform: uppercase;
        margin: 15px 0 12px 0;
    }


    .uiWidget-board-item-description {
        font-size: 14px;
        line-height: 1.3em;
        margin: 10px 0 20px 0;
    }




    .uiWidget-board-item-time,
    .uiWidget-board-item-location {
        font: 400 14px/1.1em bio-sans, Arial, sans-serif;
        margin: 5px 0 0 0;
    }

    .uiWidget-button {
        font: 700 14px/1.1em bio-sans, Arial, sans-serif;
        text-transform: uppercase;
        color: #003015;
        letter-spacing: -0.02em;
        transition: all .3s;
        margin-top: 20px;
    }

        .uiWidget-button i {
            transition: all .3s;
        }


    .uiWidget-board-item:hover,
    .uiWidget-board-item:hover .uiWidget-button {
        color: #005525;
    }

        .uiWidget-board-item:hover::before {
            box-shadow: inset 0 0 0 5px #ffb81c;
        }

         .uiWidget-board-item:hover .uiWidget-board-item-image  {
            transform: scale(1.03);
         }

        .uiWidget-board[data-color="gold"] .uiWidget-board-item:hover::before {
            box-shadow: inset 0 0 0 5px#005525;
        }

        .uiWidget-board-item:hover .uiWidget-button i {
            transform: translateX(3px);
        }

/* UI WIDGET - BOARD - SIZING */

.uiWidget-board-sizer,
.uiWidget-board-item {
	width: calc(25% - 12px);
}

.uiWidget-board[data-columns="2"] .uiWidget-board-sizer,
.uiWidget-board[data-columns="2"] .uiWidget-board-item {
    width: calc(50% - 8px);
}

.uiWidget-board-gutter {
    width: 16px;
}

@media(max-width: 1100px) {
    .uiWidget-board-sizer,
	.uiWidget-board-item {
		width: 24.25%;
	}

    .uiWidget-board[data-columns="2"] .uiWidget-board-sizer,
    .uiWidget-board[data-columns="2"] .uiWidget-board-item {
        width: 49.5%;
    }

    .uiWidget-board-item-container {
        padding: 20px;
    }

    .uiWidget-board-item {
        margin: 0 0 1% 0;
    }

    .uiWidget-board-gutter {
    	width: 1%;
	}
}


@media(max-width: 850px) {
	.uiWidget-board-sizer,
	.uiWidget-board-item {
		width: 49.5%;
	}

    .uiWidget-board[data-columns="2"] .uiWidget-board-sizer,
    .uiWidget-board[data-columns="2"] .uiWidget-board-item {
        width: 100%;
    }
}

@media(max-width: 410px) {
	.uiWidget-board-sizer,
	.uiWidget-board-item {
		width: 100%;
	}
}





@media print {
    h1.main_mark, #header_search, #show_menu, .isTesting, .bf_cols, #bf_h, .bf_showmore {
        display: none;
    }

    #bf_copy_c {
        color: #000;
        border-top: 1px solid #000;
    }

    a {
        color: #000 !important;
    }

    h1#print_logo {
        width: 2in;
        height: auto;
        margin-right: .15in;
    }

        h1#print_logo img {
            width: 100%;
        }

    #h {
        height: auto;
        padding: .25in;
        border-bottom: .05in solid #000;
        margin-bottom: .25in;
    }

    #h_txt {
        height: auto;
    }

    #header_dept {
        position: static;
        border-left: 1px solid #000;
        margin-top: .12in;
        padding-left: .125in;
    }

    #header_dept h2 {
        font-size: 18pt;
        line-height: 1.2em;
        padding-left: 0;
        margin: 0;
    }

        #header_dept h2 a {
            color: #000;
        }

    #bf_copy_c {
        text-align: center;
        font-size: 8pt;
        line-height: 1.25em;
    }

    .uiTopNav, .uiSideNav {
        display: none;
    }

    body::after, body::before {
        display: none;
    }

    body, #h, #bf_c {
        background: none;
    }

    .contentMain, .side{
        width: auto;
        float: none;
    }
}


/****
SOCIAL MEDIA BAND

*/

.band-type-uiSocialMediaBand {
  width: 100%;
  background: #154734 url(/home/img/socialmediabkg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.uiSocialMediaBand-container {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
  min-height: 44vw;
  padding: 50px 30px;
}

.uiSocialMediaBand-inner {
  display: flex;
  padding: 40px 10px 20px 10px;
  text-align: center;
  background: #fff;
  flex-direction: column;
  box-shadow: 0 0 20px rgba(0,0,0,.5);
}

.uiSocialMediaBand-inner h5 {
  display: block;
  margin: 0 0 20px 0;
}

.uiSocialMediaBand-inner .uiSocialMediaList {
  margin: 0;
}

@media(min-width: 1200px) {
  .uiSocialMediaBand-container {
    height: 528px;
    min-height: auto;
  }
}

