/* Account-specific CSS goes here */
#maincontent .instagram-feed a[target="_blank"]:after {
	content: none;
}
.imgholder {
	padding: 8px;
	border: 1px solid #d6d6d6;
	float: left;
	clear: left;
	margin: 5px;
}
.hr {
	border-bottom: 1px dotted #c8c6c6;
	padding-bottom: 10px;
	padding-top: 10px;
}
.hr-brown {
	border-bottom: 10px #c55911;
	padding-bottom: 10px;

}
.hr-blue {
	border-bottom: 10px #2e5495;
	padding-bottom: 10px;

}
.line {
	border-bottom: 1px dotted #c8c6c6;
	padding-top: 15px;
}
.font-small {
	font-size: .9em;
}
.font-medium {
	font-size: 1.2em;
}
.font-large {
	font-size: 1.4em;
	line-height: 1.17em;
}
.font-xl {
	font-size: 1.6em;
	line-height: 1.17em;
}
.aux .navbar-nav {
	float: right;
}
#maincontent a[target="_blank"]:after {
	content: "\f08e";
	font-size: 12px;
	margin-left: 5px;
	font-family: FontAwesome;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.mainNavigation .navbar-nav > .no-caret > a:after {
	content: "";
	border-left: none;
	border-right: none;
	border-top: none;
	display: inline-block;
	height: 0;
	margin-left: 0;
	margin-right: 0;
	vertical-align: middle;
	width: 0;
}
#maincontent .breadcrumbs {
	margin-bottom: 0px;
	padding-left: 15px;
}
.title-bar-right,
.title-bar-right h2 {
	font-size: 13px;
	line-height: 28px;
	margin-top: 0;
	font-weight: 300;
}
.title-bar-right small,
.title-bar-right h2 small {
	font-size: 10px;
	line-height: 12px;
	color: #fff;
}
.title-bar-right a {
	font-weight: bold;
	font-size: 28px;
}
.aux .navbar-nav > li > a {
	padding-left: 8px;
	padding-right: 8px;
}
.aux .form-control {
	min-width: 300px;
}
.mainNavigation .nav {
	text-align: center;
	font-size: 0;
}
.mainNavigation .navbar-nav > li {
	float: none;
}
.mainNavigation .navbar-nav > li > a {
	text-transform: none;
	padding: 20px 15px;
	font-size: 16px;
}
.mainNavigation .nav .dropdown .dropdown-menu li .mainnav-content h2 a {
	color: #a6192e;
	font-weight: 700;
	font-size: 18px;
}
.aux .navbar-nav > li > a {
	color: #fff;
}
.mainNavigation .navbar-nav > li > a:after,
.aux .navbar-nav > li.dropdown > a:after {
	content: "";
	border-left: 0.3em solid transparent;
	border-right: 0.3em solid transparent;
	border-top: 0.3em solid;
	display: inline-block;
	height: 0;
	margin-left: 0.25rem;
	margin-right: 0.25rem;
	vertical-align: middle;
	width: 0;
}
.mainNavigation .navbar-nav > li.open > a:after,
.aux .navbar-nav > li.open > a:after {
	border-left: 0.3em solid transparent;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-top: 0px;
}
.mainNavigation .navbar-nav > li:first-child a:after {
	border: none;
}
#maincontent {
	padding-top: 190px;
}
.mainNavigation .dropdown .dropdown-menu {
	left: inherit;
	right: inherit;
	min-width: 250px;
}
.mainNavigation h2 {
	margin-top: 0px;
	margin-bottom: 10px;
}
.mainNavigation .nav .dropdown .dropdown-menu li .mainnav-content li {
	border-bottom: 1px solid #eaeae8;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.owl-carousel-slideshow .owl-controls .owl-dots {
	left: 120px;
}
.owl-carousel-slideshow .item .carousel-caption {
	left: 320px;
	width: 70%;
	bottom: 25px;
	background: #2e2e2e;
	background-color: rgba(46, 46, 46, 0.7) !important;
}
.owl-carousel-slideshow .carousel-caption p {
	font-size: 16px;
}
.main-image .caption h2, .main-image .caption h3 {
	margin-bottom: 0px;
}
.main-image .caption p {
	margin-top: 10px;
}
.imgr {
	float: right;
	margin: 0 0 10px 15px;
	clear: right;
}
.imgl {
	float: left;
	margin: 0 15px 10px 0;
	clear: left;
}
.boxholder {
	padding: 9px;
	border: 1px solid #d6d6d6;
}
.photo-box {
	background: #fff;
	-webkit-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.15);
	display: block;
	padding-bottom: 5px;
}
.photo-box a {
	color: #aa1f2a;
	font-weight: 700;
	margin-top: 15px;
	font-size: 18px;
}
.photo-box img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.photo-box-2 {
	background: #fff;
	-webkit-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.15);
	display: block;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.photo-box-2 a {
	color: #aa1f2a;
	font-weight: 700;
	margin-top: 15px;
	font-size: 18px;
}
.photo-box-2 img {
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}
.photo-box-2 p {
	margin: 20px;
	padding-top: 20px;
}
.photo-box-2 p + p {
	margin-bottom: 10px;
	padding-top: 0px;
}
.photo-box-3 {
	background: #2e2c2c;
	-webkit-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.15);
	display: block;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.photo-box-3 a {
	color: #aa1f2a;
	font-weight: 700;
	margin-top: 15px;
	font-size: 18px;
}
.photo-box-3 img {
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}
.photo-box-3 p {
	margin: 20px;
	padding-top: 20px;
}
.photo-box-3 p + p {
	margin-bottom: 10px;
	padding-top: 0px;
}
#maincontent .photo-box p {
	margin: 20px;
}
#maincontent .photo-box p a {
	text-decoration: none;
}
#maincontent .tan .list-group .list-group-item {
	padding: 20px;
}
#SideMenu .list-group-item-placeholder {
	padding-left: 0px;
}
.tan .social-icons {
	margin-top: 0px;
}
.social-icons {
	margin-top: 20px;
	margin-bottom: 20px;
}
.split-box .bottom-box {
	min-height: 140px;
}
.split-box .bottom-box .publication {
	font-size: 18px;
	margin-top: 20px;
	font-style: normal;
	text-align: center;
}
.split-box .bottom-box .publication p {
	margin-bottom: 0px;
}
ul.location-list a[href$=".pdf"]:before {
	display: none;
}
a.pdf:before,
#maincontent ul.location-list li.pdf:before {
	content: '\f1c1';
}
#maincontent ul.location-list li {
	margin-bottom: 0px;
}
.col-md-6 .directory-content {
	margin-bottom: 20px;
	border-bottom: 1px solid #ebe8e2;
	padding-bottom: 15px;
}
.btn.active, .btn:active {
	box-shadow: none;
}
.feature-box-tan {
	margin-top: 0px;
	font-size: 16px;
}
.feature-box-tan h3 {
	font-size: 28px;
}
.faculty-profiles img {
	width: 100%;
}
.owl-carousel {
	overflow: hidden !important;
}
.push5 {
	margin-right: 5px;
	margin-bottom: 5px;
}
.push10 {
	margin-bottom: 10px;
}
.push15 {
	margin-bottom: 15px;
}
.push20 {
	margin-bottom: 20px;
}
.push25 {
	margin-bottom: 25px;
}
.push30 {
	margin-bottom: 30px;
}
.push35 {
	margin-bottom: 35px;
}
.push40 {
	margin-bottom: 40px;
}
.push45 {
	margin-bottom: 45px;
}
.push50 {
	margin-bottom: 50px;
}
.push55 {
	margin-bottom: 55px;
}
.push60 {
	margin-bottom: 60px;
}
.push65 {
	margin-bottom: 65px;
}
.push70 {
	margin-bottom: 70px;
}
.push75 {
	margin-bottom: 75px;
}
.push80 {
	margin-bottom: 80px;
}
.push85 {
	margin-bottom: 85px;
}
.push90 {
	margin-bottom: 90px;
}
.push95 {
	margin-bottom: 95px;
}
.push100 {
	margin-bottom: 100px;
}
/* Social Media Feeds */
.social-feeds {
	margin-bottom: 0;
}
.social-feeds .handle {
	text-align: left;
}
.social-feeds.twitter {
	background-color: #fff;         
}
.social-feeds.twitter .handle {
	margin: 0;
	padding: 10px;
}
.social-feeds .handle a {
	text-transform: none;
}
#tweets {
	max-height: 557px; /* 600 - 43 (remove the height of .handle to match Facebook Feed height) */
	overflow-y: scroll;
}
#tweets ul li {
	background-color: #fff;
	border-top: 1px solid rgba(15, 70, 100, 0.1);
	border-radius: 0;
}
#tweets .tweet {
	text-align: left;
}
#tweets a {
	color: #a6192e;
	display: inline;
	font-size: inherit;
}
#tweets img {
	max-width: 100%;
	height: auto;
}
#tweets .timePosted {
	font-size: 12px;
	line-height: 18px;
	text-align: right;
}
/* user name/image displayed before each post */
#tweets .user {
	display: block;
	width: 100%;
}
#tweets .user > a {
	float: left;
}
#tweets .user img {
	max-width: 32px;
}
#tweets .user a > div > span > span {
	display: block;
}
#tweets .user a {
	color: #a6192e;
}
#tweets .user a[target="_blank"]::after {
	content: "";
}
.row-flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.col-md {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
/* Fix announcements carousel not showing nav arrows */
.announcements .owl-carousel {
    overflow: initial !important;
}
.owl-carousel .owl-item img.img-not-responsive {
    width: auto;
}

@media (max-width: 1400px) and (min-width: 1200px) {
	.mainNavigation .navbar-nav > li > a {
		padding: 20px 12px;
		font-size: 15px;
	}
	.navigation-fixed-wrapper.smaller .mainNavigation .navbar-nav > li > a {
		padding: 15px 12px 15px 12px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.owl-carousel-slideshow .item .carousel-caption {
		width: auto;
	}
	.title-bar-right,
	.title-bar-right h2 {
		font-size: 10px;
		line-height: 24px;
	}
	.title-bar-right a {
		font-size: 22px;
	}
	.mainNavigation .navbar-nav > li > a {
		padding: 20px 5px;
		font-size: 13px;
	}
	.navigation-fixed-wrapper.smaller .mainNavigation .navbar-nav > li > a {
		padding: 15px 5px 15px 5px;
	}
}
@media (min-width: 992px) {
	.thumbnail.pull-right,
	.thumbnail.pull-left {
		position: relative;
		z-index: 10;
	}
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.owl-carousel-slideshow .item .carousel-caption {
		width: auto;
	}
	#maincontent {
		padding-top: 138px;
	}
	.title-bar-right,
	.title-bar-right h2 {
		line-height: 24px;
	}
	.title-bar-right a {
		font-size: 24px;
	}
	.white img {
		display:block;
		margin: 0 auto;
	}
	.photo-box {
		margin-bottom: 20px;
	}
	.owl-carousel-slideshow .carousel-caption {
		height: 170px;
		border-left: none;
		border-right: none;
	}
	.aux .form-control {
		min-width: auto;
	}
	.aux .navbar-nav {
		float: none !important;
		margin-left: 20px;
	}
	.menuToggle {
		right: 50px;
		top: 25px;
		position: absolute;
	}
	.menuToggle:after {
		right: -20px;
	}
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.owl-carousel-slideshow .item .carousel-caption {
		width: 100%;
	}
	.title-bar-right a {
		font-weight: bold;
		font-size: 20px;
	}
	#maincontent {
		padding-top: 160px;
	}
	.white img {
		display: block;
		margin: 0 auto;
	}
	.photo-box {
		margin-bottom: 20px;
	}
	.owl-carousel-slideshow .carousel-caption {
		height: 170px;
		border-left: none;
		border-right: none;
	}
	.aux .form-control {
		min-width: auto;
	}
	.aux .navbar-nav {
		float: none !important;
		margin-left: 20px;
	}
	.menuToggle {
		right: 50px;
		top: 0px;
		position: absolute;
	}
	.menuToggle::after {
		right: -20px;
	}
	.top-nav-bar-mobile {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.mobile-navigation-fixed-wrapper.smaller .menuToggle {
		right: 50px;
		top: -5px;
	}
	.mobile-navigation-fixed-wrapper.smaller .top-nav-bar-mobile {
		padding-bottom: 0;
	}
	#maincontent {
		padding-top: 128px;
	}
	footer .footer-top {
		text-align: center;
	}
}
@media (max-width: 480px) {
	/* Fix announcements carousel nav arrows appearance on small screens */
    .announcements .title-bar .fa {
        margin: 0;
        padding: 0;
        visibility: hidden;
        width: 0;
    }
    .owl-carousel-announcements.owl-theme .owl-controls .owl-nav [class*="owl-"] {
        font-size: 2.2em; /* 2.5em */
        margin-top: 10px; /* 5px */
    }
}
