/* GLOBAL
-----------------------------------------------------------------------------------------------------------*/

.wrapper2 {width:990px; margin:0 auto; position:relative;}
/* CAROUSEL
------------------------------------------------------------------------------------------------------------------------------------*/
#carousel {width:990px; height:140px; overflow:hidden;}
.carousel {
	position:relative;
	margin: 20px 20px 0px 15px;
	overflow:hidden;
}
.carousel ul li {
	width:180px;
	height:100px;
	margin: 0px 5px 0px 5px;
	overflow:hidden;
	position:relative;
	border:1px solid #fff;
}
.carousel ul li .desc {
	width:170px;
	height:90px;
	bottom:-75px;
	position:absolute;
	background:url(images/image-row.png) no-repeat left top;
	padding: 7px 7px 7px 7px;
	margin: 0px auto;
	color:#fff;
	font-size:11px;
	font-family : Verdana;
}
.carousel ul li .desc .title {font-size:12px; height:21px; padding-top:0px; max-width: 160px; overflow:hidden; font-weight:normal; font-family : "Trebuchet MS";}
.carousel ul li .desc .title a, .carousel ul li .desc a {color:#fff; display:block;}
.carousel ul li a.more {display:block; width:18px; height:18px; background:url(more.png) no-repeat top left; margin-top:2px; float:right;}
.carousel ul li a.more:hover {background-position:left bottom;}
.prev, .next {
	background:none;
	border:0;
	padding: 20px 0px 0px 0px;
	position:absolute;
	top:46px;
	cursor: pointer;
}
.prev {left:0px;}
.next {right:0px;}

.awards {
	width: 300px;
}
.awards img {
	float:right;
	margin: 15px;
}
.awards p {
	float:left;
	margin: 40px 10px;
	text-align:right;
	width: 50%;
	color: #04156d;
	font-size: .9em;
	font-weight: 800;
}


#styledModal {
    background: #FFF;
    width: 300px;
    text-align: center;
    padding: 1.5em;
    margin: 1em auto;
    border: 0;
    border-top: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.8);
    border-radius: 10px;
}

#styledModal::backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
}