h1 {
    color: #7e1a47!important;
}

#proud-wrapper {
}

#why-wrapper {
}
#why-wrapper ul {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0px;
    line-height: 2.0em;
}
#why-wrapper ul.last-child {
    padding-bottom: 1em;
}
span.why {
    color: #7e1a47;
/*    font-size: 1.15em;*/
    font-weight: bold;
    font-family: helvetica, Arial, sans-serif;
 
}

#testimonials-wrapper {
     /*   background-color: #FAFAFA;*/

}
#testimonials-wrapper #testimonials-container {
		width: auto;
		height: 340px;
		overflow: hidden;
                padding: 0 0.5em 0.5em 0.5em;
}
#testimonials-wrapper #testimonials-container div {
    border-bottom: 2px solid #E5E5E5;
    margin-bottom: 1em;
}
#testimonials-wrapper ul
{
    padding: 0;
    margin: 0;
    padding-bottom: 1em;    
    text-align: center;
}
#testimonials-wrapper li {
    background: white;
    border: 1px solid #E5E5E5;
    border-bottom: 2px solid #E5E5E5;
    margin-right: 0px;
    display: inline-block;
}

#testimonials-wrapper li a {
    color: #6C6A6B;
    display: block;
    padding: 0px 21px;
    line-height: 33px;
    text-decoration: none;
}
#testimonials-wrapper li:hover {
    background: #ccc;
    border-bottom: 2px solid #595758;
}

#testimonials-wrapper li:hover a {
    color: #6C6A6B;
}

#testimonials-wrapper .active {
    background: #ccc !important;
    color: #fff;
    border-bottom: 2px solid #595758 !important;
}

#testimonials-wrapper .active a {
    color: white !important;
}

.fact-number{
    color: #7e1a47;
    font-size: 3em;
    font-family: helvetica, Arial, sans-serif;
    display: block;
}
.fact-text{
    color: #7e1a47;
    font-size: 1em;
    font-family: helvetica, Arial, sans-serif;
    margin-left: 0.4em;
}

#content-wrapper img.news-image {
    margin-bottom: 0.25em
}

.news-item {
    font-size: 0.9em;
    background-color: #fafafa;
    border: 1px solid #f1f1f1;
}
.event-item {
    font-size: 0.88em;
}
.news-item p, .event-item p {
    line-height: 1.3em;
}
.news-item .title{
    font-weight: bold;
    margin-bottom: 1em;
    margin: 0.5em 0.2em 0.5em 0.2em
}
.news-item p{
    margin: 0 0.2em;
    display: block;
}
.news-item .footer-wrapper
{
    margin-top: 0.15em;
    /*line-height: 25px;*/
    font-size: 0.85em;
    overflow: hidden;
    color: #818181;

}
.news-item .footer-wrapper .info{
    /*   border-top: 2px solid #d8d8d8;*/
    overflow: hidden;
    padding-left: 5px;
}
.news-item .footer-wrapper .link {
    width: 20px;
    float: right;
    margin-left: 8px;
}
.news-item+.news-item
{
    margin-top: 1.75em;
}

.news-item .info a {
    float: right;
    margin-right: 5px;
   /* color: #818181; */
}

.event-item {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 0.2em;
    min-height: 80px;
}
.event-item.last-child
{
    border-bottom: none;
    padding-bottom: 0;
    
}

.leftmenu .event-item {
    /*   border-bottom: none;*/
}
.event-item .date-wrapper {
    display: block;
    position: relative;
    border: 1px solid #f1f1f1;
    background-color: #fafafa;
    width: 52px;
    height: 72px;
    text-align: center;
    float: left;
}
.date-wrapper .day {
    color: #7e1a47;
    font-size: 2em;
    position: relative;
    top: 38px;
}
.date-wrapper .month {
    font-size: 0.85em;
    width: 46px;
    margin: 0 auto;
    border-bottom: 1px solid #dddddd;
    position: relative;
    top: -20px;
    line-height: 25px;
}
.event-item .title {
    margin-left: 72px;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.event-item p {
    margin-left: 72px;
}
.event-item+.event-item
{
    margin-top: 1.75em;
}

.uni-news img.news-image {
    border: 1px solid #e9e9e9;
    padding: 2px;
    margin-right: 1em;
    float: left;
}

.uni-news .header {
    background: url('../images/icon-news.png') no-repeat right center;
}
.uni-events .header {
    background: url('../images/icon-calendar.png') no-repeat right center;
}
a.events-link, a.news-link  {
    background-color: #fafafa;
    text-align: center;
    font-size: 0.88em;
    padding: 0.35em 0;
    line-height: 1.5em;
    display: block;
}
.uni-news .news-link  {
}

@media(max-width:1008px) {
    #testimonials-wrapper li a {
        padding: 0px 5px;
    }
    #why-wrapper ul {
        font-size: 0.80em;
    }    
    span.why {        
        font-weight: bold;
    }
    .fact-number{
        font-size: 2.8em;
    }
    .fact-text{
        font-size: 0.8em;
    }
}

@media(max-width:725px) {
    #content-wrapper img.news-image {
        overflow: hidden;
        width: 47.023809523808%;
        margin: 0 1.488095238095% 1.488095238095% 0;
        float: left
    }

    span.why {
        font-size: 1.15em;
    }
    #why-wrapper {
        font-size: initial;
    }    
    #testimonials-wrapper {
        font-size: initial;
    }    
    #testimonials-wrapper li a {
        padding: 0px 21px;
    }
    .fact-number{
        font-size: 3em;
    }
    .fact-text{
        font-size: 1em;
    }    
}
@media(max-width:550px) {
     #testimonials-wrapper li a {
        padding: 0px 15px;
    }
    .fact-number{
        font-size: 2.8em;
    }
    .fact-text{
        font-size: 0.8em;
    }    
    #content-wrapper .uni-news img {
        /*	width: 100%;*/
        margin-right: 0;
        text-align: center
    }
    #mid-wrapper {
        display: none;
    }
}

table.tablebody thead td {
    color: #7e1a47;
    background-color: #E9E9E9;
}

.projectsForm {
    width: 100%;
    margin-bottom: 1em;
}
.projectsForm table{
    width: 100%;
}
.projectsForm input[type=text], .projectsForm select {
    width: 100%;
    border: 1px solid #fff;/*#6c6a6b;*/
}
.projectsForm th {
    text-align: right;
    width: 20%;
    padding-right: 0.5em;
}
.projectsForm input.button
{
  cursor: pointer;
  background-color: #7e1a47;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  padding: 0.25em 0.75em;
}
a.apply-now {
    margin: 1em 0;
}

.en div.header {
    margin-bottom: 1em;
}
.en ul+div.header
{
    margin-top: 1em;
}
.featherlight .featherlight-close
{
    color: #7e1a47!important;
}

.tooltip {
    height:33px;
    padding:0 10px;
    margin-left: 20px;
    line-height: 42px;
    border:1px solid #ccc;
    background-color: #E9E9E9;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
    position:absolute;
    display:none;
    top: -7px;
    width: auto;
    transition-delay: 5.25s; 
}
.tooltip {
    z-index:10000;
}
/*.file-multi:hover + .tooltip {
    display:block; 
}*/
.tooltip:hover {
    display:block;
}
.file-multi:hover
{
}