h1, h2, h3, .h1, .h2, .h3 {
	color: #4a4a4a;
}
h4, h5, h6, .h4, .h5, .h6 {
	color: #4a4a4a!important;
}

.id7-page-title {
	display: none;
}


.ansal-header .showcase {
	background-image: url('banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 325px;
	margin-top:	-20px;
	margin-right: -20px;
	margin-left: -20px;
	position:relative;
	padding-top: 30px;
}

.ansal-header p {
	font-size: 30px;
    font-weight: bold;
    background-color: #ffc233;
    padding: 5px 0 0 15px;
    color: #4a4a4a;
}

.ansal-header span {
	padding: 0;
	margin-bottom: 5px;
}


.ansal-header .date {
	float: right;
	display: inline;
	padding: 5px 10px;
}

.ansal-header .title {
	margin: 0;
	position:absolute;
	bottom:0;
	display:block;
	width:100%;
}

.ansal-content {margin:30px 0;}

.ansal-content .col-md-4:not(:last-child) {
	border-right: 1px solid #ccc;
}
.ansal-content .no-rl {
	border-right: none;
}

.ansal-column {
	margin: 30px 0 0 0;
	text-align:center;
}
.ansal-column h2 {
	color: #fff;
	margin-top:10px;
}
.ansal-column .c1 {
	background-color: #4a4a4a;
}
.c1 h2, .c3 h2 {
	color: #ffc233;
}
.ansal-column .c2 {
	background-color: #4a4a4a;
}
.ansal-column .c3 {
	background-color: #4a4a4a;
}
.ansal-column .col {
	padding:20px 20px 70px 20px;
	color: #fff;
	position: relative;
	border-radius: 5px;
	margin-bottom: 30px;
}
.ansal-column .icon {
	font-size: 30px;

}
.col.c2 .icon {
	color: #ffc233;
}

.ansal-column .btn {
	position: absolute;
	bottom: 20px;
	left:20px;
	right:20px;
	width:auto;
}
.btn-ansal:not(.btn-link) {
	text-decoration: none;
}
.btn-ansal:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.2);
}
.btn-ansal {
	color: #fff !important;
	background: rgba(255, 255, 255, 0.3);
}

.quote {
	background: #F7F7F7;
	border-left: 5px solid #5f5f5f;
	padding: 11px 22px;
	font-weight: 400;
	line-height: 1.6em;
	margin-bottom: 20px;
	position:relative;
	overflow:hidden;
}
.quote > blockquote{
	border: none;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 1.5em;
	quotes: "\201C" "\201D" "\2018" "\2019";
}
.quote > blockquote:before {
	content: open-quote;
}
.quote.orange {
	border-left: 5px solid #ffc233;
}
.quote.orange > blockquote{
	color:#ffc233;
}
.quote.blue > blockquote{
	color: #4a4a4a;
	<!--#3f4246;-->
}
.quote blockquote:after {
	content: close-quote;
}
.quote > figcaption {
	font-size: .85em;
	margin-left: 40px;
}
.quote > figcaption:before {
	content: "\2014 \2009";
}
.quote > img {
	position:absolute;
	top:50%;
	height:auto;
	display:block;
	left:10%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width:25%;
}
.quote > blockquote:not(:first-child) {
	margin-left: 25%;
}

.quote > figcaption:not(:nth-child(2)) {
	margin-left: 30%;
}

@media only screen and (max-width : 1199px) {
	.quote > img {
		width:35%;
	}
	.quote > blockquote:not(:first-child) {
		margin-left: 35%;
	}
	.quote > figcaption:not(:nth-child(2)) {
		margin-left: 40%;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.quote > img {
		display:none;
	}
	.quote > blockquote:not(:first-child) {
		margin-left: 0;
	}
	.quote > figcaption:not(:nth-child(2)) {
		margin-left: 40px;
	}
}

/* IMAGES */

img.left { float:left; margin: 0 30px 20px 0; }
img.right { float:right; margin: 0 0 20px 30px; }
img.small { max-width:20%; }
img.medium { max-width:35%; }
img.large { max-width:50%; }
img.rounded { border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; }

/* TABLES */

table.table-border { border:1px solid #dedede!important; }
table thead > tr > th { border-bottom: 2px solid #5698d2!important; }
table tfoot > tr > th { border-top: 2px solid #5698d2!important; }
table .border-right { border-right: 2px solid #dddddd!important; }

/* BOX STYLING */

.box-shadow { padding:15px; margin-bottom: 20px; border: 1px solid #DEDEDE; box-shadow: 0 1px 1px #EFEFEF; -webkit-box-shadow: 0 1px 1px #EFEFEF; -moz-box-shadow: 0 1px 1px #EFEFEF; }
.well { min-height: 20px; padding: 15px; margin-bottom: 20px; background-color: #F5F5F5; border: 1px solid #E3E3E3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.box-shadow > .box-shadow-image { margin: -16px -16px 0 -16px; }

/* PROFILE PICTURES */

.person-pic-sm {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 15px 0 0;
}

.person-pic-sm.left { float:left; margin: 0 15px 0 0; }
.person-pic-sm.right { float:right; margin: 0 0 0 15px; }

/* BLOCK OF PEOPLE */

.person {
	height: 380px;
	font-weight:400;
	text-align: center;
	overflow: hidden;
	margin-bottom:20px;
}

.people-large .person, .person.person.responsive { height:auto!important; }

.person a {
	text-decoration: none;
}

.person .pic {
	border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	margin:0 5px 10px 5px;
	position: relative;
	overflow:hidden;
}

.person .name {
    font-size: 20px;
    margin: 0 0 5px 0;
    font-weight: 400;
    color: #55606E;
}

.person .role {
    display: block;
    font-style: normal;
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #4E5860;
    font-weight: 600;
}

.person .info {
    color: #4E5860;
    margin: 0;
    font-size: 14px;
    line-height: 1.4em;
}
.person .pic-link {
	position:absolute;
	z-index:4;
	top:0; left:0;
	width:100%;
	height:100%;
	background-position: center center;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	overflow: hidden;
	-webkit-transition: background-color 0.2s linear 0s;
	-moz-transition: background-color 0.2s linear 0s;
	-ms-transition: background-color 0.2s linear 0s;
	-o-transition: background-color 0.2s linear 0s;
	transition: background-color 0.2s linear 0s;
}
.person .pic-link:hover {
    background-image: url(/fac/soc/economics/css/images/external-icon.png);
    background-position: center center;
    background-size: 50px;
    background-repeat: no-repeat;
    background-color: rgba(95, 193, 38, 0.5);
}

.people-gallery-inner {
	display: none;
}

.people-gallery-inner.empty:before {
	position:absolute;
	font-family: FontAwesome;
	font-size: 5em;
    content: "\f002";
	text-align: center;
	margin-left:30px;
	top: -.7em;
}
.people-gallery-inner.empty {
    font-size: 22px;
    color: #bbb;
    line-height: 350px;
    text-align: center;
}
.id7-navigation .navbar-primary {
    background-color: #4a4a4a!important;
}