/* 
*
* USER STYLES
* This styles will override default styles of template
*
*/
body
{
	-webkit-font-smoothing: subpixel-antialiased;
}
#block_twitter_feed
{
	margin-bottom: 0;
}
#block_latest_units
{
	padding-right: 0;
}
hr.dark-blue
{
border-top: 3px solid #28438e;	
}
#mc_embed_signup input.email
{
	width: 100%;
}
a
{
	color: #28438E;
}
strong
{
	font-weight: bold !important;
}
div.content-wrap a
{
	text-decoration: underline;
}
div.development
{
	margin-top: 30px;	
}
div.development a
{
	color: #FFF;
}
div.development img
{
    height: 31px;
    float: right;
    margin-top: -9px;
}
#block_newsline,
.verybottom
{
	width: 100%;
}
div.social-icons
{
	float: right;
	margin-top: 8px;
}
div.latest-news h4 a
{
    color: #000;
    font-weight: bold;
}
.vertical-align-middle
{
    margin-top: 1.677777%;	
}
#block_summit_website
{
	padding: 0px;
}
#block_translate
{
	margin-bottom: 10px;
	margin-top: 10px;
}
.custom-links em
{
	font-style: normal;
    font-size: 18px;
    margin: 0px 5px;	
}
.newsline-news .ia-item .media-object {
    height: 128px;
    overflow: hidden;
    float: left;
    width: 100%;
    text-align: center;
}
#block_consumer_stories
{
	background-color: #FFF;	
	padding-top: 0;
	    padding-bottom: 24px;
    padding-right: 0;
	margin-bottom: 5px;
}
#block_newsline
{
	padding-top: 0;
    padding-right: 0;		
}
#block_twitter_feed,
#block_translate
{
	background-color: #FFF;
    margin-top: 20px;
	padding-top: 0;
    padding-right: 0;
}
#caption_translate
{
	margin-bottom: 0;
}
.box > .box__caption
{
    background-color: #89155e;
    color: #FFF;
    font-weight: normal;
    font-size: 14px;
    padding: 9px !important;	
}
.goog-te-gadget .goog-te-combo {
    width: 100%;
}
table.ui.sortable.table thead th
{
	white-space: normal;
}
.nav-mainmenu li.dropdown.open
{
	border-color: transparent !important;
}
.nav-mainmenu li.dropdown.open>a
{
	color: #FFF !important;
	border: 0px !important;
}
.nav-mainmenu>li>.dropdown-menu
{
	top: 0;
	left: 233px;
}
.nav-mainmenu>li>.dropdown-menu>li.dropdown.open a
{
	color: #FFF !important;
}
.nav-mainmenu>li>.dropdown-menu li,
.nav-mainmenu>li>.dropdown-menu>.active>a
{
	background-color: #FFF;
	color: #000 !important;
}
.row-fluid .span5.custom-links
{
    margin-left: 2.22222%;
    text-align: center;
}
@media (max-width: 640px)
{
	.hidden-phone
	{
		display: none !important;
	}
}

#cookie-agreement {
	display: none;
	position: fixed;
	width:100%;
	height: auto;
	left: 0;
	bottom: 0;
	padding: 10px;
	background: #ffffff;
	border-top: 1px solid #e74c3c;
	font-size: 14px;
	z-index: 9999;
}

#cookie-agreement div {
	display: block;
	padding: 5px;
	text-align: center;
}

#cookie-agreement div strong {
	font-size: 16px;
}

#cookie-agreement div button:not(:last-child) {
    margin-right: 5px;
}