@charset "UTF-8";
/* CSS Document */

/* Body */
.content {
	font-size: 1em;
	color: #666;
}
.content a:link, .content a:active, .content a:visited, .content a:hover {
	color: #ff6d1e !important;
}

/* Header */
#group-name {
	font-family: 'Lato', sans-serif; 
	font-weight: 800;
	font-size: 3.0em;
	padding-top: 2px;
	vertical-align: middle;
}
#partner-name {
        font-family: 'Lato', sans-serif;
        font-weight: 800;
        font-size: 2.7em;
	display: table-cell;
	width: 40%;
	padding-top: 1px;
	padding-bottom: 5px;
	padding-left: 15px;
	vertical-align: middle;
}
#partner-text{
        display: table-cell;
	width: 60%;
	font-size: 0.8em;
	text-align: right;
	vertical-align:middle;
}
#header-container {background-color: #fff;}
#group-name span a { color: #ff6d1e !important; text-decoration: none !important; }
#title {
	font-family: 'Lato', sans-serif; 
	font-weight: 400;
	font-size: 2.0em;
	padding-top: 10px;
	display: table-cell;
	text-align: center;
}
#title {background-color: #fff;}
#title span a { color: #333 !important; text-decoration: none !important;}
.search {
	height: 40px;
	margin-top: 12px !important;
	margin-bottom: 2px !important;

}
 
/* Navigation */
.dropdown-menu {
	min-width: 200px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
	background-color: #e1f1fa !important;
	background-image: none !important;
}

.dropdown-menu.columns-2 {
	min-width: 400px;
}

.dropdown-menu.columns-search-2 {
        min-width: 275px;
}

.dropdown-menu-search.columns-2 {
        min-width: 300px;
}

.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 400;
	font-family: 'Lato', sans-serif; 
}
.multi-column-dropdown {
	list-style: none;
  	margin: 0px;
  	padding: 0px;
	font-weight: 400;
	font-family: 'Lato', sans-serif; 
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #333;
	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #e1f1fa;
}

.multi-column-dropdown-search {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: 10px;
        font-weight: 400;
        font-family: 'Lato', sans-serif;
}
.multi-column-dropdown-search li a {
        display: block;
        clear: both;
        line-height: 1.428571429;
        color: #333;
        white-space: normal;
}
.multi-column-dropdown-search li a:hover {
        text-decoration: none;
        color: #262626;
        background-color: #e1f1fa;
}

.pagination > li.active a{
        background-color: #e1f1fa;
        border-color: #e1f1fa;
}


@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}

/* type styles */
h1 {font-family: 'Lato', sans-serif !important; 
	font-size: 1.8em !important;
	font-weight: 500;
	margin-top: 15px !important;
	color: #3399cc !important;
}
h2 {font-family: 'Lato', sans-serif !important; 
	font-size: 1.5em !important;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	color: #161515 !important;
}
h3 {font-family: 'Lato', sans-serif !important; 
	font-size: 1.3em !important;
	color: #333 !important;
}
.caption {
	font-size: .8em; 
	color: #807e7e;
}
.red {
	color: #D80D11;
}
.green {
	color: #247A03;
}
.clear {clear:both;
}
.fltlft {float:left;
}



/* homepage sidebar */
.data {
	margin: 15px 0 15px 0;
}

.boxheaderdata ul li {	
	background:url(../graphics/home/bullet-white.png) no-repeat; list-style: none; margin-top: 10px; background-color: #33b8dd;
}.boxheaderdata {
	background-color: #33b8dd;
	padding: 10px;
	width: 272px;
	border-bottom: #b8e4e7 1px solid;
	font-family: 'Lato', sans-serif; 
	font-size: 1.3em;
	font-weight: 400;
}
.boxheaderdata li {
	padding-left: 25px;
	margin-left: -35px;
	color: #fff;
}
.boxheaderdata a:link, .boxheaderdata a:active, .boxheaderdata a:visited, .boxheaderdata a:hover{
	color: #fff !important;
}


.boxheader ul li {	
	background:url(../graphics/home/bullet.png) no-repeat; list-style: none; margin-top: 10px; background-color: #f3f3f3;
}.boxheader {
	background-color: #f3f3f3;
	padding: 10px;
	width: 272px;
	border-bottom: #b8e4e7 1px solid;
	font-family: 'Lato', sans-serif; 
	font-size: 1.3em;
	font-weight: 400;
}
.boxheader li {
	padding-left: 25px;
	margin-left: -35px;
	color: #333;
}
.boxheader a:link, .boxheader a:active, .boxheader a:visited, .boxheader a:hover{
	color: #444242 !important;
}
.box {
	background-color: #f3f3f3;
	padding: 10px;
	width: 272px;
	margin-bottom: 15px;
}
.box ul li {
	list-style: none;
	margin: 0px 0px 5px -35px;
} 
.box li {
	padding-left: 0px;
	padding-bottom: 5px;
}

/* rss */
div.content-sidebox li {
	padding-bottom: 15px;
}		



/* Footer */
.footer-container {
	padding: 50px 0 0 0;
	background-color: #ececec;
/*	height: 300px;*/
	margin-top: 50px;
	color: #333;
/*	min-height: 600px;*/
}
.footer {
	text-align: center;
	margin: 50px 0px 50px 0px;
}
.footer a:link, .footer a:active, .footer a:visited, .footer a:hover{
	color: #333;
	font-size: 1em;
}
.logo-container {
	text-align: center;
}
.logo {
	width: 180px;
	display: inline;
}

.logo-caloes {
    margin-left: 20px;
}



