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

body
	{
		width:100%;
		font-size:1.125em;	
		margin:0;
		padding:0;
		font-family:Arial, Helvetica, sans-serif;
		color:#404040;
	}

*, *::before, *::after 
	{
		box-sizing: border-box;
	}
a img
	{
		border:none;
	}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
#skip-link
{
    position: absolute;
    top: -9999px;
    left:-9999px;
}
#skip-link:focus
{
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    background-color: #1a6db6;
    color: #FFF;
    width: auto;
    padding: 5px 10px;
    margin: 0;
    text-align: center;
    z-index: 10000;
    text-decoration: none;
    border: 2px solid #fddc33;
}
.clearfix
	{
		content: " ";
    	display: table;
		clear:both;
	}
.element-invisible
	{
		position: absolute;
		top: -9999px;
		left: -9999px
	}
.homepage h2
	{
		font-size:1.667em;
		color: #000;
	}
.homepage h3
	{
		font-size:1.22em;
	}
.homepage .block-priorities h3 {
		margin-top: 0px;
	}
.homepage a
	{
		color:#004494;
		text-decoration:none;
	}
.homepage a:hover
	{
		text-decoration:underline;
		color:#000;
	}
.homepage a:focus
	{
		background-color: #ffd617;
	}
.homepage a:focus img
	{
		border:4px solid transparent;
	}
.homepage a:focus img
	{
		border:4px solid #ffd617;
	}
.homepage ul
	{
		margin:0;
		padding:0;
	}
.homepage ul li
	{
		list-style:none;
		padding:0;
		margin:0;
	}
.homepage .container
	{
		content:"";
		display:table;
		clear:both;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

.homepage .container .site-logo
	{
		float: left;
		margin-bottom: 15px;
		margin-top: 15px;
		width:100%;
	}
.homepage .container .site-logo .hp-logo
	{
		display: block;
		height: auto;
		margin: 15px auto 20px;
		max-height: 125px;
		max-width: 70%;
		width:auto;
	}

.homepage .container .site-lgg-switcher
	{
		width:1170px;
		margin:15px auto 0;
		padding-right: 15px;
		padding-left: 15px;
		position:relative;
	}
.homepage .container .site-lgg-switcher a
	{	
		color: #004494;
		display: inline-block;
		font-size: 0.889em;
		font-weight: bold;
		line-height: 1.7em;
		position: absolute;
		padding:8px 10px;
		right: 15px;
		top: 0;
  		border: 4px solid transparent;
		background-color:#fff;
	}
.homepage .container .site-lgg-switcher a:focus
	{
		border:4px solid #ffd617;
	}
.homepage .container .site-lgg-switcher a:hover span.lgg-switcher
	{
		text-decoration:underline;
	}
.homepage .container .site-lgg-switcher a span.lgg-switcher
	{
		background:url(../images/bubble-lgg.png) no-repeat right 0;
		padding-right:35px;
		display:inline-block;
	}
.homepage .container .site-lgg-switcher a span.iso-code
	{
		color:#fff;
		font-size:0.8em;
		background:none;
		padding-right:0;
		position:absolute;
		right:14px;
		top:5px;
		font-weight:normal;
		text-transform: uppercase;
	}
.homepage .container .site-tools-wrapper
	{
		background-color: #004494;
		padding-top: 10px;
		width: 100%;	
	}
.homepage .container .site-tools
	{
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
		min-height:53px;
		width:1170px;
		position:relative;
	}
.homepage .container .site-tools .search
	{
		display: inline-block;
		/*width: 340px;*/
		min-width: 340px;
		color: #575757;
		position:absolute;
		right:0;
		vertical-align: middle;
	}
.homepage .container .site-tools .search .search-form
	{
	    margin-left: 0;
    	margin-right: 0;
	}
.homepage .container .site-tools .search .search-label 
	{
		border: 0 none;
		clip: rect(0px, 0px, 0px, 0px);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
.homepage .container .site-tools .search .search-field 
	{
		background-color: #ffffff;
		background-image: none;
		border: 2px solid transparent;
		border-radius: 0 !important;
		box-shadow: none !important;
		color: #575757;
		display: block;
		float: left;
		font-size: 1em;
		height: 44px;
		line-height: 1.6;
		min-height: 1px;
		padding: 7.5px 15px;
		position: relative;
		/*width: 66.6667%;*/
	}
.homepage .container .site-tools .search input,
.homepage .container .site-tools .search button
	{
		border:4px solid #ffd617;
	}
.homepage .container .site-tools .search input:focus,
.homepage .container .site-tools .search button:focus
	{
		border:4px solid #ffd617;
	}
.homepage .container .site-tools .search .search-button 
	{
		-moz-user-select: none;
		background-color: #e3e3e3;
		background-image: none;
		border:4px solid transparent;
		border-radius: 0;
		color: inherit;
		cursor: pointer;
		display: inline-block;
		float: left;
		font-size: 16px;
		font-weight: bold;
		height: 44px;
		line-height: 1.3;
		margin-bottom: 0;
		min-height: 1px;
		padding: 7.5px 15px;
		position: relative;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		/*width: 33.333%;*/
	}
.homepage .big-news,
.homepage .info-overlap
	{
		position:relative;	
	}
.homepage .info-overlap .big-news-container
	{
		position:absolute;
		top:100px;
		left:130px;
		width:550px;
	}
.homepage .info-overlap .big-news-container .container-meta
	{
		background-color: #022B5B;
	    display: inline-block;
	    padding: 5px 35px 5px 35px;
	    color: #fff;
	    /*min-width: 290px;*/
	}
.homepage .info-overlap .big-news-container .big-news-content
	{
		background-color:#fff;
		display:block;
		padding:5px 20px 5px 35px;
	}
.homepage .info-overlap .big-news-container .big-news-content h2
	{
		font-size: 1.225em;
    	font-weight: normal;
    }
.homepage .sections
	{
		content: " ";
    	display: table;
		clear:both;
		box-sizing: border-box;
		position:relative;
		width:100%;
	}
.homepage .sections .section-wrapper-1
	{
		margin: 0 auto;
		max-width: 1400px;
		padding: 0;
	}
.homepage .sections .section-wrapper-1 img.big-new-img
	{
		width:100%;	
	}
.homepage .main-content
	{
		position:relative;
	}
.homepage .main-content .site-see-more
	{
		margin-bottom:70px;
	}
.homepage .sections .section-wrapper-2
	{
		margin: 0 auto;
		max-width: 1140px;
		padding:0;
	}
.homepage .sections .site-first
	{
		border-top:8px solid #ffd617;
		padding:50px 0px 0px 0px ;
	}
.homepage .sections .group
	{
		position:relative;
		width:100%;
	}
.homepage .sections .group .col
	{
		box-sizing: border-box;
		float: left;
	}	
.homepage .sections .group .grid-1-of-2
	{
		margin-right: 3.2%;
		width: 48.3%;
	}	
.homepage .sections .group .grid-2-of-3 
	{
		margin-right: 3.2%;
		width: 65.6%;
	}
.homepage .sections .group .grid-1-of-3 
	{
		margin-right: 3.2%;
		width: 31.2%;
	}
.homepage .sections .group .grid-1-of-4 
	{
		margin-right: 3.2%;
		width: 22%;
	}

.homepage .sections .group .grid-1-of-2.last,
.homepage .sections .group .grid-1-of-3.last,
.homepage .sections .group .grid-1-of-4.last
	{
		margin-right:0;
	}
.homepage .sections .group .col .block-priorities
	{
		/*margin-bottom:50px;*/
		margin-bottom:45px;
	}
.homepage .sections .group .col .block-priorities h2,
.homepage .sections .group .col .block-priorities p
	{
		margin:0;
		padding:0;
	}
.homepage .sections .group .col .block-priorities h2
	{
		margin-bottom:15px;
	}
.homepage .sections .group .col .list-priorities li:first-child,
.homepage .sections .group .col .block-listing-b li:first-child
	{
		border-top:1px solid #dddddd;
	}
.homepage .sections .group .col .list-priorities li,
.homepage .sections .group .col .block-listing-b li
	{
		padding:10px 0;
		border-bottom:1px solid #dddddd;
	}
.homepage .sections .group .col .list-priorities li h3 {
	margin:0;
	padding:0;
}
.homepage .sections.bkg-color
	{
		background-color:#f2f2f2;
	}
.homepage .sections.block-overlap
	{
		margin-bottom:-6em;
	}
.homepage .sections	.intro-text
	{
		text-align:center;
		font-size:1.333em;
		/*padding:65px 0 125px;*/
		padding:25px 0 125px;
	}
.homepage .sections	.intro-text p
	{
		line-height:1.7em;
		padding:0 220px ;
	}
.homepage .sections	.btn-more
	{
		background-color:#ffd617;
		font-weight:bold;
		color:#000;
		height:45px;
		padding: 8.5px 15px 7.5px;
		text-align: center;
		vertical-align: middle;
		display:inline-block;
		float:right;
		line-height:1.em;
		font-size: 0.889em;
		border:4px solid transparent;
	}
.homepage .sections	.btn-more:focus
	{
		border:4px solid #404040;
	}
.homepage .sections	.btn-more span
	{
		background:url(../images/btn-arrow-more.png) no-repeat right 5px;
		padding-right:10px;
	}
.homepage .ec-info-content 
	{
		margin-bottom:15px;
	}
.homepage .ec-info-content a
	{
		display:inline-block;
	}
.homepage .ec-info-content a:hover h2
	{
		text-decoration:underline;
	}
.homepage .ec-info-content h2
	{
		color:#fff;
		font-weight:bold;
		position:absolute;
		bottom:0;
		z-index:10;
		padding-left:40px;
		/*font-size:1.333em;*/
	}
.homepage .ec-info-content img
	{
		height: auto;
		width: 100%;
		position:relative;
		z-index:1;
		border:4px solid transparent;
	}
.homepage .sections	.block-latest
	{
		border-bottom: 1px solid #ddd;
		width:100%;
		padding:10px 0 0;
	    min-height: 205px;
	}
.homepage .sections	.block-latest.last
	{
		margin-bottom:15px;
	}
.homepage .sections	.block-latest.first
	{
		border-top: 1px solid #ddd;
	}
.homepage .sections	.block-latest img.pull-right
	{
		float:right;
		margin-bottom: 0.5em;
		margin-left: 30px;
		margin-top: 0.5em;
		max-width: 33.333%;
	}
.homepage .sections .meta
	{
		font-weight: normal;
		font-size:0.778em;
		line-height: 1.3;
		margin-bottom: 14px;
		margin-top: 14px;
		text-transform: uppercase;
	}
.homepage .sections .meta.date::before, 
.homepage .sections .meta.updated::before, 
.homepage .sections .meta.status::before 
	{
		color: #b3b4b5;
		content: "|";
		font-size: 95%;
		margin: 0 1rem;
		position: relative;
		top: -1px;
	}
.homepage .sections	.block-latest h3
	{
		line-height:1.5em;
		margin-top:0;
		font-size:1em;
	}
.homepage .sections	.block-latest p
	{
		font-size:0.889em;
		line-height:1.5em;
		margin-top:0;
	}
.homepage .sections	.event-link
	{
		color:#fff;
		margin:0 0 20px;
		padding:0;
		border:4px solid tranparent;
	}
.homepage .sections	.event-link h3 span
	{
		background:url(../images/arrow-event.png) no-repeat right 5px;
		padding-right:20px;
	}
.homepage .sections	.site-social-media
	{
		background-color:#f2f2f2;
		font-size:0.889em;
		/*padding:30px;*/
		padding:30px 30px 10px 30px;
	}
.homepage .sections	.site-social-media .social-media-heading
	{
		font-weight:bold;
	}
.homepage .sections	.site-social-media .social-media-list
	{
		margin:20px 0px 0px 0px;
	}
.homepage .sections	.site-social-media .social-media-list li
	{
		padding-bottom:10px;
	}
.homepage .sections	.site-social-media .social-media-list li a
	{
		line-height:2.2em;
	}
.homepage .sections	.site-social-media .social-media-list li a:hover
	{
		color:#000;
	}
.homepage .sections	.site-social-media .social-media-list li a span
	{
		padding-left:45px;
		display:block;
	}
.homepage .sections	.site-social-media .social-media-list li a.other-social span
	{
		padding:10px 15px 0 0;
	}
.homepage .sections	.site-social-media .social-media-list li a.facebook span
	{
		background:url(../images/sprite-btn-social-media.png) no-repeat left -110px;
	}
.homepage .sections	.site-social-media .social-media-list li a.twitter span
	{
		background:url(../images/sprite-btn-social-media.png) no-repeat left 0;
	}
.homepage .sections	.site-social-media .social-media-list li a.google span
	{
		background:url(../images/sprite-btn-social-media.png) no-repeat left -220px;
	}
.homepage .sections	.site-social-media .social-media-list li a.linkedin span
	{
		background:url(../images/sprite-btn-social-media.png) no-repeat left -330px;
	}
.homepage .sections	.site-social-media .social-media-list li a.instagram span
	{
		background:url(../images/sprite-btn-social-media.png) no-repeat left -440px;
	}
.homepage .sections	.site-social-media .social-media-list li a.facebook:hover span
	{
		background:url(../images/sprite-btn-social-media.png) no-repeat left -165px;
	}
.homepage .sections	.site-social-media .social-media-list li a.twitter:hover span
	{
		background:url(../images/sprite-btn-social-media.png) no-repeat left -55px;
	}
.homepage .sections	.site-social-media .social-media-list li a.google:hover span
	{
		background:url(../images/sprite-btn-social-media.png) no-repeat left -275px;
	}
.homepage .sections	.site-social-media .social-media-list li a.linkedin:hover span
	{
		background:url(../images/sprite-btn-social-media.png) no-repeat left -385px;
	}
.homepage .sections	.site-social-media .social-media-list li a.instagram:hover span
	{
		background:url(../images/sprite-btn-social-media.png) no-repeat left -495px;
	}
.homepage .sections	.site-social-media .social-media-list li a:focus span
	{
		background-color:#ffd617;
	}
.homepage .sections	.event-link a
	{
		background-color:#004494;
		display:block;
		color:#fff;
		padding:5px 30px 10px;
		border:4px solid transparent;
	}
.homepage .sections	.event-link a:focus
	{
		border:4px solid #ffd617;
	}
.homepage .sections	.event-link p
	{
		font-size:0.889em;
		line-height:1.5em;
	}
.homepage .sections	.event-link h3
	{
		margin-bottom:0;
	}
.homepage .sections	.block-feature h3
	{
		margin-top:0;
		/*font-size:1em;*/
	}
.homepage .sections .block-feature .img-feature
	{
		width:100%;
		border:4px solid transparent;
	    margin-bottom: 20px;
	}
.homepage .sections .block-feature a:focus .img-feature
	{
		width:100%;
		border:4px solid #ffd617;
	}
.homepage .sections .block-feature span.type
	{
		/*margin-top:15px;*/
		margin: 15px 0px 5px;
		display:inline-block;
	}
.homepage .sections .block-feature h3 a:focus 
	{
		background-color:#ffd617;
	}
.homepage .sections .block-feature a:focus
	{
		background-color:#fff;
	}
.homepage .block-links
	{
		margin-top:60px;
		padding-top:60px;
		padding-bottom:60px;
	}
.homepage .block-links h2
	{
		color:#000;
		font-size:1.333em;	
		min-height:50px;
	}
.homepage .block-links li
	{
		background:url(../images/arrow-list-links.png) no-repeat left 7px;
		padding-bottom:20px;
		font-size:0.889em;
		line-height:1.5em;
		font-weight: bold;
	}
.homepage .block-links li a
	{
		padding-left:17px;
		display:inline-block;
	}
.homepage .site-footer
	{
		background-color:#004494;
		color:#fff;
		font-size:0.889em;
		padding:60px 0;
	}
.homepage .site-footer .inner-section-wrapper-2
	{
		/*max-width: 40em;*/
	}
.homepage .site-footer span.social-media-heading
	{
		float:left;
		padding:3px;
		/*padding-right:40px;*/
		padding-right:25px;
	}

.homepage .site-footer li
	{
		/*display:inline-block;
		padding-right:15px;*/
		display: inline-block;
    	padding: 0;
    	margin-right: 15px;
    	position: relative;
	}
.homepage .site-footer li.pull-right
	{
		float: right !important;
	}
.homepage .site-footer li.more {
    padding-right:0px;
}
.homepage .site-footer a
	{
		color:#fff;
		display:inline-block;
		/*text-decoration:underline;*/
		padding:3px;
	}
.homepage .site-footer a span
	{
		/*text-decoration:underline;*/
	}
.homepage .site-footer a:hover span
	{
		text-decoration:underline;
	}
.homepage .site-footer .social-media-list
    {
        padding-left: 0;
        margin: 1em 0;
    }
.homepage .site-footer a:hover,
.homepage .site-footer .social-media-list a:hover
	{
		/*background-color:#022b5b;*/
	}
.homepage .site-footer .site-copyright
	{
		border-top:1px solid #4d7cb4;
		margin-top:25px;
		padding-top:10px;
	}
.homepage .site-footer .site-tools-links
	{
		border-top:1px solid #4d7cb4;
		margin-top:15px;
	}
.homepage .site-footer .social-media-list li a span
	{
		padding-left:30px;
		display:inline-block;
	}
.homepage .site-footer .social-media-list li a.facebook span
	{
		background:url(../images/sprite-social-media-footer.png) no-repeat left 0;
	}
.homepage .site-footer .social-media-list li a.twitter span
	{
		background:url(../images/sprite-social-media-footer.png) no-repeat left -30px;
	}




.homepage .header-top
	{
	background-image: url("/ec_portal/2016/images/bk_header_top.gif");
	background-repeat: repeat-x;
	}

.homepage .header-top .container-fluid
	{
	max-width: 1140px;
	margin: 0 auto;
	}

.homepage .header-top .container-fluid .region-header-top
	{
	
	}

.homepage .header-top .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher
	{
		
	}

.homepage .header-top .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher .block__content
	{
		
	}

.homepage .header-top .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher .block__content .site-switcher
	{
		
	}

.homepage .header-top .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher .block__content .site-switcher
	{
		
	}

.homepage .header-top .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher .block__content .site-switcher ul
	{
		
	}

.homepage .header-top .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher .block__content .site-switcher ul li
	{
		float: left;

		
	}

.homepage .header-top .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher .block__content .site-switcher ul li.li_active
	{
		background-image: url("/ec_portal/2016/images/blue_arrow.gif");
		background-repeat: no-repeat;
		background-position: bottom center;
		padding-bottom: 8px;

		
	}

.homepage .header-top .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher .block__content .site-switcher ul li a
	{
		display: block;
		font-weight: bold;
		color: #004494;
		padding-left: 26px;
		padding-right: 26px;
		padding-top: 8px;
		padding-bottom: 8px;
		height: 37px;
		font-size: 16px;
		
	}

.homepage .header-top .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher .block__content .site-switcher ul li a:hover
	{
		text-decoration: underline;
		color: #000000;	
	}


.homepage .header-top .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher .block__content .site-switcher ul li a.active
	{
		background-color: #004494;
		color: #ffffff;
		
	}

.homepage .header-top .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher .block__content .site-switcher ul li a.active:hover
	{
		text-decoration: underline;
		color: #ffffff;	
	}







.homepage .header-bottom
	{
	background-image: url("/ec_portal/2016/images/bk_header_top.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	margin-top: 21px;
	overflow: hidden;
	}

.homepage .header-bottom .container-fluid
	{
	max-width: 1140px;
	margin: 0 auto;
	}

.homepage .header-bottom .container-fluid .region-header-top
	{
	
	}

.homepage .header-bottom .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher
	{
		float: right;
		
	}

.homepage .header-bottom .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher .block__content
	{
		
	}

.homepage .header-bottom .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher .block__content .site-switcher
	{
		
	}

.homepage .header-bottom .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher .block__content .site-switcher
	{
		
	}

.homepage .header-bottom .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher .block__content .site-switcher ul
	{
		
	}

.homepage .header-bottom .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher .block__content .site-switcher ul li
	{
		float: left;
		padding-top: 8px;

		
	}

.homepage .header-bottom .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher .block__content .site-switcher ul li.li_active
	{
		background-image: url("/ec_portal/2016/images/blue_arrow_uup.gif");
		background-repeat: no-repeat;
		background-position: top center;
		

		
	}

.homepage .header-bottom .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher .block__content .site-switcher ul li a
	{
		display: block;
		font-weight: bold;
		color: #004494;
		padding-left: 26px;
		padding-right: 26px;
		padding-top: 8px;
		padding-bottom: 8px;
		height: 37px;
		font-size: 16px;
		
	}

.homepage .header-bottom .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher .block__content .site-switcher ul li a:hover
	{
		text-decoration: underline;
		color: #000000;	
	}


.homepage .header-bottom .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher .block__content .site-switcher ul li a.active
	{		background-color: #004494;
		color: #ffffff;
		
	}

.homepage .header-bottom .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher .block__content .site-switcher ul li a.active:hover
	{
		text-decoration: underline;
		color: #ffffff;	
	}
	
	
/***********************************Responsiveness*******************************/

@media only screen and (max-width: 1170px)
{
	
	.homepage .sections .section-wrapper-2
		{
			margin: 0 auto;
			max-width: 1140px;
			padding:0 15px;
		}
	.homepage .container .site-tools
		{
			width:100%;
			position:inherit;
		}
	.homepage .sections .site-first
		{
			padding-top:50px;
		}
	.homepage .container .site-lgg-switcher 
		{
			width:100%;
		}
	.homepage .info-overlap .big-news-container 
		{
			left: 15px;
			top: 50px;
		}
	.homepage .sections .intro-text p 
		{
			padding: 40px 220px;
		}
	.homepage .sections.block-overlap 
		{
			margin-bottom: -2em;
		}
	
}

@media only screen and (max-width: 992px)
{
	
	.homepage .sections .intro-text p 
		{
			padding: 30px 15px;
		}
	.homepage .sections .group .col .block-priorities 
		{
			margin-bottom: 20px;
		}
	
}


@media only screen and (max-width: 768px)
{
	.homepage .sections .group .col 
		{
			float: none;
			clear:both;
		}
	.homepage .sections .group .grid-1-of-2,
	.homepage .sections .group .grid-2-of-3,
	.homepage .sections .group .grid-1-of-3 
		{
			margin-right: 0;
			width: 100%;
			margin-bottom:20px;
			position:relative;
		}
	.homepage .sections .group .grid-1-of-3.block-feature 
		{
			margin-right: 3.2%;
			width: 48.3%;
		}
	.homepage .sections .group .col 
		{
			float:left;
			clear:none;
		}
	.homepage .sections .group .block-feature.second-item
		{
			margin-right:0;
		}
	.homepage .sections .group .col.last .list-priorities li:first-child, .homepage .sections .group .col.last .block-listing-b li:first-child 
		{
		    border-top: medium none;
		}
	.homepage .info-overlap .big-news-container
		{
			top: 10px;
		}
	.homepage .sections .group .grid-1-of-4 
		{
			margin-right: 0;
			width: 100%;
		}
	.homepage .block-links li 
		{
			background: rgba(0, 0, 0, 0) url("../images/arrow-list-links.png") no-repeat scroll left 2px;
			font-size: 0.889em;
			line-height: 1em;
			padding-bottom: 15px;
		}
	.homepage .block-links 
		{
			margin-top: 10px;
			padding-bottom: 30px;
			padding-top: 30px;
		}
	.homepage .block-links h2 
		{
			color: #000;
			font-size: 1.333em;
			min-height: inherit;
		}
	.homepage .main-content .site-see-more 
		{
			margin-bottom: 40px;
		}
	.homepage .ec-info-content 
		{
			margin-bottom: 10px;
		}
	#select-your-language .lgg-container
		{
			width:100%;
			padding:0 15px;
			margin:0 auto;
			position: relative;
		}
	#select-your-language .row .col
		{
			box-sizing: border-box;
			float: none;
		}
	#select-your-language .row .grid-1-of-2
		{
			margin-right: 0;
			width: 100%;
		}
	#select-your-language .btn-close 
		{
			right:15px;
		}
	
}

@media only screen and (max-width: 600px)
{
	
	.homepage .info-overlap .big-news-container 
		{
			left:0;
			position: relative;
			top: 0;
			width: 100%;
			padding:0;
		}
	.homepage .info-overlap .big-news-container .container-meta 
		{
			max-width:inherit;	
			padding: 5px 0 5px 15px;
			width: 100%;
		}
	.homepage .sections .site-first 
		{
	   		padding-top: 20px;
		}
	.homepage .info-overlap .big-news-container .big-news-content 
		{
			background-color: #022b5b;
			display: block;
			padding: 5px 20px 5px 15px;
			color: #fff;
		}
	.homepage .info-overlap .big-news-container .big-news-content h2
		{
			margin:5px 0;
			color: #fff;
		}
	.homepage .info-overlap .big-news-container .big-news-content h2 a 
		{
	    	color: #fff;
		}	
	.homepage .sections .group .grid-1-of-3.block-feature 
		{
			margin-right:0;
			width: 100%;
		}
	.homepage .sections .block-latest img.pull-right 
		{
			display: none;
		}
	
}


@media only screen and (max-width: 587px)
{

	.homepage .header-top .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher .block__content .site-switcher ul li
		{
		width:50%;
		text-align: center;
		}

	.homepage .header-top .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher .block__content .site-switcher ul li a
		{
		height: 55px;
		background-color: #f2f2f2;
		}

	.homepage .header-bottom .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher .block__content .site-switcher ul li
		{
		width:50%;
		text-align: center;
		}

	.homepage .header-bottom .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher .block__content .site-switcher ul li a
		{
		height: 55px;
		background-color: #f2f2f2;
		}

}


@media only screen and (max-width: 480px)
{

	.homepage .container .site-tools .search 
		{
		    min-width: inherit;
		    position: inherit;
		    right: inherit;
		    vertical-align: middle;
		    width: 100%;
		}
	.homepage .container .site-logo .hp-logo 
		{
		    display: block;
		    height: auto;
		    margin: 30px auto 20px;
		    max-height: 216px;
		    max-width: 100%;
		    width: 65%;
		}
	.homepage .container .site-tools .search .search-field 
		{
			width: 62.667%;
		}
	.homepage .container .site-tools .search .search-button 
		{
			width: 37.333%;
		}
	.homepage .container .site-lgg-switcher 
		{
		    margin: 0 auto;
		}
	.homepage .container .site-logo 
		{
		    margin-bottom: 0;
		}
	.homepage .sections .intro-text 
		{
		    font-size: 0.9em;
		}
	.homepage .sections .list-priorities h3 
		{
		    font-size: 1.1em;
		}
	.homepage .ec-info-content h2 
		{
		    font-size: 1em;
		    padding-left: 20px;
		}
	.homepage .main-content .site-see-more 
		{
		    margin-bottom: 20px;
		}
	.homepage .ec-info-content 
		{
		    margin-bottom: 0;
		}
	.homepage .sections .intro-text p 
		{
		    padding: 10px 15px 30px;
		}
	.homepage .site-footer 
		{
		    font-size: 0.8em;
		}
	.homepage .site-footer 
		{
		    font-size: 0.8em;
		    padding: 30px 0;
		}
	.homepage .site-footer span.social-media-heading 
		{
		    float: none;
		}
	.homepage .site-footer .inner-section-wrapper-2 
		{
		    text-align: center;
		}

	

}


@media only screen and (max-width: 479px)
{

.homepage .header-top .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher .block__content .site-switcher ul li a
	{
	font-size: 74%;
	height: 48px;
	}

.homepage .header-bottom .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher .block__content .site-switcher ul li a
	{
	font-size: 74%;
	height: 48px;
	}

}


@media only screen and (max-width: 320px)
{

.homepage .header-top .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher .block__content .site-switcher ul li a
	{
	font-size: 74%;
	height: 65px;
	}

.homepage .header-bottom .container-fluid .region-header-top #block-dt-core-dt-header-site-tab-switcher .block__content .site-switcher ul li a
	{
	font-size: 74%;
	height: 65px;
	}

}