.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .visible-tablet {
    display: none !important;
  }
}

@media (max-width: 599px) {
  .visible-tablet-sm {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .hidden-tablet-sm {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-tablet {
    display: none !important;
  }
}

.reset-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.reset-list li {
  display: inline-block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hide-text {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}

.banner_flag {
  height: auto;
  float: left;
  margin-top: 0;
}

@media (max-width: 767px) {
  .banner_flag {
    max-width: 90px;
    margin: 0 10px 10px;
  }
}

@media (min-width: 768px) {
  .banner_flag {
    position: absolute;
    top: 15px;
    left: 30px;
  }
}

.banner_title {
  font-size: 17px;
  color: #0065A2;
  font-weight: normal;
  float: left;
  margin-top: 20px;
}

@media (min-width: 320px) {
  .banner_title {
    font-size: 22px;
    margin-top: 16px;
  }
}

@media (min-width: 600px) {
  .banner_title {
    font-size: 26px;
    margin-top: 12px;
  }
}

@media (min-width: 768px) {
  .banner_title {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
  }
}

.breadcrumb li {
  background: url("../../img/breadcrumb.gif") right -5px center no-repeat;
  padding-right: 17px;
}

.breadcrumb li:last-child {
  background: none;
  padding: 0;
}

.breadcrumb a {
  color: #FFF;
}

.button {
  background-color: #E0EDF3;
  padding: 15px 25px;
  color: #074b8a;
  text-decoration: none;
  display: inline-block;
}

.footer_block {
  padding: 0 12px;
}

@media (min-width: 480px) {
  .footer_block.topics-list {
    width: 50%;
    float: left;
  }
}

@media (min-width: 480px) {
  .footer_block.topics-list:nth-child(2) {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .footer_block.topics-list:nth-child(2) {
    margin-top: 39px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .footer_block.about-list, .footer_block.transparency-list {
    width: 50%;
    float: left;
  }
}

.footer_title {
  font-size: 22px;
  font-family: Arial;
  font-weight: normal;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .footer_title {
    font-size: 17px;
  }
}

.footer_list li {
  width: 100%;
  margin: 2px 0;
}

@media (min-width: 768px) {
  .footer_list li {
    font-size: 12px;
    margin: 4px 0;
  }
}

.link-ico:hover, .link-ico:focus,
.ws-ico:hover,
.ws-ico:focus {
  text-decoration: none;
}

.link-ico img,
.ws-ico img {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  padding: 0 3px;
}

.link-ico .link-size,
.ws-ico .link-size {
  color: #222;
}

.ws-ico:hover img, .ws-ico:focus img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.rss-ico {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 55px;
  height: 55px;
  margin-left: 10px;
  background-image: url("../../img/ico-rss.jpg");
  background-repeat: no-repeat;
  background-position: top;
}

.rss-ico:hover, .rss-ico:focus {
  background-position: bottom;
}

.language-selector {
  width: 130px;
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 11px;
  background: #FFF;
  cursor: pointer;
}

@media (max-width: 767px) {
  .language-selector {
    border: 1px solid #036;
  }
}

@media (min-width: 600px) {
  .language-selector {
    top: 15px;
    right: 15px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .language-selector {
    font-size: 12px;
    top: 0;
    right: 0;
  }
}

.main-content_title {
  color: #0065A2;
  font-family: Arial;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.2em;
  text-align: center;
}

.main-content_pretitle{
  text-align: center;
  color: #aaa;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 1.4em;
  display: block;
}

.main-content_pretitle + .main-content_title{
  margin-top: 10px;
}

.main-content_image_caption{
  font-size: 0.7em;
  text-align: center;
  margin-top: 4px;
  font-style: italic;
}

.main-content_date {
  display: block;
  color: #5E5E5E;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.main-content_lead {
  color: #5E5E5E;
  font-family: Georgia;
  font-size: 18px;
  font-style: italic;
}

.main-content_lead figure
{
  margin: 0;
}

.main-content_body a {
  font-weight: bold;
  color: #074b8a;
}

.main-content_footer {
  text-align: center;
  margin-top: 50px;
}

.modification-date {
  display: inline-block;
}

.more-link {
  font-weight: bold;
  font-size: 13px;
  color: #0065A2;
}

.more-link:hover, .more-link:focus {
  text-decoration: none;
}

.overview-item {
  padding: 10px;
  border-bottom: 1px solid #b3b4b5;
}

.overview-item:last-of-type {
  border-bottom: 0;
}

.overview-item_date {
  margin-left: -10px;
  font-size: 13px;
  color: #5E5E5E;
  font-weight: bold;
}

.overview-item_title {
  margin: 0;
  font-size: 22px;
  font-family: Tahoma;
  font-weight: normal;
}

.overview-item_title a {
  color: #074b8a;
}

.overview-item_topic {
  color: #3cadd9;
  margin-bottom: 0;
}

.overview-item_body p:first-of-type {
  margin-top: 5px;
}

.overview-item_body p:last-of-type {
  margin-bottom: 3px;
}

.overview-list .main-content_title {
  margin-top: 0;
  border-bottom: 1px solid #b3b4b5;
  padding-bottom: 35px;
}

.overview-list .main-content_title::after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 4px;
  background-color: #0065A2;
  position: relative;
  bottom: -35px;
}

.overview-list .main-content_title .rss-ico {
  position: relative;
  top: 15px;
}

.overview-list .button {
  float: right;
}

.pager {
  text-align: center;
  margin-top: 20px;
}

.pager a,
.pager span {
  float: left;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #BBB;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: linear-gradient(top, #ffffff 0%, #efefef 100%);
}

.pager a:hover, .pager a:focus {
  text-decoration: none;
  background: #FCFCFC;
}

.pager .current {
  background: #666;
  color: #FFF;
  border-color: #444;
  box-shadow: 0 1px 0 white, 0 0 2px rgba(0, 0, 0, 0.3) inset;
  cursor: default;
}

.social-links .twitter {
  background-image: url("../../img/twitter_icon.jpg");
  width: 51px;
  height: 50px;
  display: inline-block;
}

.social-links .facebook {
  background-image: url("../../img/facebook_icon.jpg");
  width: 53px;
  height: 51px;
  display: inline-block;
}

.tools_search {
  position: relative;
  margin: 8px 2%;
  width: 96%;
}

#share-tool
{
	float: right;
    position: absolute;
    right: 211px;
    top: 6px;
}

.main-content_speaker{
  padding: 6px 20px 6px 30px; 
  margin: 20px 0;
  font-weight: bold;
  background: url(../../img/speaker.png) no-repeat #efefef 12px 9px;
  border: 1px solid #ccc;
}
.main-content_event{
  background-color: #eee;
  padding: 15px 20px; 
  margin: 20px 0;
}
.main-content_event time{
  color: #666;
  font-weight: bold;
  font-size: 0.9em;
  background: url(../../img/calendar.png) no-repeat transparent 0 0;
  padding-left: 15px;
}
.main-content_event address{
  font-style: normal;
  font-size: 1.1em;
  font-weight: bold;
}
.main-content_deadline{
  margin: 10px 0;
  font-weight: bold;
  color: #404040;
  border: 2px solid #FFB200;
  padding: 5px;
}
.main-content_deadline header
{
  display: inline;
}
.main-content_project{
  background-color: #eee;
  padding: 15px 20px; 
  margin: 20px 0;
}
.main-content_project .project-details{
  font-weight: bold;
}

.main-content_registration-link{  
    margin: 20px 0;
}
.main-content_registration-link a{
    background-color: #0065A2;
    padding: 15px 25px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
}
.main-content_contact{
  background-color: #E0EDF3;
  padding: 15px 20px; 
  margin: 20px 0;
}
.main-content_see-also{
  border: 2px solid #eee;
  padding: 15px 20px; 
  margin: 20px 0;
}

.main-content_see-also ul
{
  padding-left:15px;
}

.main-content_see-also header{
  border-bottom: 1px solid #eee;
  padding-bottom: 3px;
  margin-bottom: 8px;
}


/**********************************End*************************************/

@media (min-width: 768px) {
  .tools_search {
    margin: 8px 10px;
    width: auto;
  }
}

.tools_search-field {
  padding: 8px;
  border: 1px #b3b4b5 solid;
  width: 100%;
  font-size: 11px;
}

@media (min-width: 768px) {
  .tools_search-field {
    width: 200px;
  }
}

.tools_search .submit {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../../img/search-btn.png") no-repeat 10px 10px;
  display: block;
  width: 34px;
  height: 34px;
  border: 0;
  cursor: pointer;
}

.top-link {
  padding-left: 5px;
  border-left: 1px solid #074b8a;
  text-decoration: underline;
}

@media (max-width: 320px) {
  .topics-filter {
    width: 100%;
  }
}

.topics-filter_wrapper {
  margin-top: 10px;
  text-align: right;
}

.mobile-menu {
  background-color: #0065A2;
  padding: 9px;
}

.mobile-menu a {
  color: #FFF;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #69C;
  background-color: #074b8a;
}

.mobile-menu a:hover, .mobile-menu a:focus {
  text-decoration: none;
  color: #222;
  border-color: #222;
  background-color: #FFF;
}

.service-menu {
  font-size: 11px;
  position: absolute;
  top: 0;
  right: 140px;
  margin-top: 4px;
}

.service-menu li:last-child a {
  border: 0;
  padding: 0;
}

.service-menu a {
  color: #396ea2;
  border-right: #396ea2 1px solid;
  padding-right: 5px;
}

.sidebar-menu {
  position: relative;
}

.sidebar-menu_btn {
  position: absolute;
  top: 1px;
  right: 1px;
  display: block;
  width: 48px;
  height: 42px;
  background-color: #FFF;
}

@media (min-width: 768px) {
  .sidebar-menu_btn {
    display: none;
  }
}

.sidebar-menu_btn span {
  display: block;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: #69C;
  position: relative;
  left: 50%;
  margin-left: -12px;
  top: 50%;
  margin-top: -6px;
  cursor: pointer;
}

.sidebar-menu.brown .sidebar-menu_list a:hover, .sidebar-menu.brown .sidebar-menu_list a:focus {
  background-color: #AD3007;
}

@media (min-width: 768px) {
  .sidebar-menu.brown .sidebar-menu_list li.active a {
    border-left: 3px solid #AD3007;
  }
}

.sidebar-menu.brown .sidebar-menu_list li:first-child a {
  background-color: #AD3007;
}

.sidebar-menu.yellow .sidebar-menu_list a:hover, .sidebar-menu.yellow .sidebar-menu_list a:focus {
  background-color: #FFB200;
}

@media (min-width: 768px) {
  .sidebar-menu.yellow .sidebar-menu_list li.active a {
    border-left: 3px solid #FFB200;
  }
}

.sidebar-menu.yellow .sidebar-menu_list li:first-child a {
  background-color: #FFB200;
}

.sidebar-menu.blue-light .sidebar-menu_list a:hover, .sidebar-menu.blue-light .sidebar-menu_list a:focus {
  background-color: #2995D0;
}

@media (min-width: 768px) {
  .sidebar-menu.blue-light .sidebar-menu_list li.active a {
    border-left: 3px solid #2995D0;
  }
}

.sidebar-menu.blue-light .sidebar-menu_list li:first-child a {
  background-color: #2995D0;
}

.sidebar-menu.blue .sidebar-menu_list a:hover, .sidebar-menu.blue .sidebar-menu_list a:focus {
  background-color: #0065A2;
}

@media (min-width: 768px) {
  .sidebar-menu.blue .sidebar-menu_list li.active a {
    border-left: 3px solid #0065A2;
  }
}

.sidebar-menu.blue .sidebar-menu_list li:first-child a {
  background-color: #0065A2;
}

.sidebar-menu.purple-dark .sidebar-menu_list a:hover, .sidebar-menu.purple-dark .sidebar-menu_list a:focus {
  background-color: #71165E;
}

@media (min-width: 768px) {
  .sidebar-menu.purple-dark .sidebar-menu_list li.active a {
    border-left: 3px solid #71165E;
  }
}

.sidebar-menu.purple-dark .sidebar-menu_list li:first-child a {
  background-color: #71165E;
}

.sidebar-menu.blue-dark .sidebar-menu_list a:hover, .sidebar-menu.blue-dark .sidebar-menu_list a:focus {
  background-color: #064A8B;
}

@media (min-width: 768px) {
  .sidebar-menu.blue-dark .sidebar-menu_list li.active a {
    border-left: 3px solid #064A8B;
  }
}

.sidebar-menu.blue-dark .sidebar-menu_list li:first-child a {
  background-color: #064A8B;
}

.sidebar-menu.purple .sidebar-menu_list a:hover, .sidebar-menu.purple .sidebar-menu_list a:focus {
  background-color: #7F6195;
}

@media (min-width: 768px) {
  .sidebar-menu.purple .sidebar-menu_list li.active a {
    border-left: 3px solid #7F6195;
  }
}

.sidebar-menu.purple .sidebar-menu_list li:first-child a {
  background-color: #7F6195;
}

.sidebar-menu.red .sidebar-menu_list a:hover, .sidebar-menu.red .sidebar-menu_list a:focus {
  background-color: #DF4C1D;
}

@media (min-width: 768px) {
  .sidebar-menu.red .sidebar-menu_list li.active a {
    border-left: 3px solid #DF4C1D;
  }
}

.sidebar-menu.red .sidebar-menu_list li:first-child a {
  background-color: #DF4C1D;
}

.sidebar-menu.orange .sidebar-menu_list a:hover, .sidebar-menu.orange .sidebar-menu_list a:focus {
  background-color: #F97B1A;
}

@media (min-width: 768px) {
  .sidebar-menu.orange .sidebar-menu_list li.active a {
    border-left: 3px solid #F97B1A;
  }
}

.sidebar-menu.orange .sidebar-menu_list li:first-child a {
  background-color: #F97B1A;
}

.sidebar-menu.gray .sidebar-menu_list a:hover, .sidebar-menu.gray .sidebar-menu_list a:focus {
  background-color: #817F7F;
}

@media (min-width: 768px) {
  .sidebar-menu.gray .sidebar-menu_list li.active a {
    border-left: 3px solid #817F7F;
  }
}

.sidebar-menu.gray .sidebar-menu_list li:first-child a {
  background-color: #817F7F;
}

.sidebar-menu.green .sidebar-menu_list a:hover, .sidebar-menu.green .sidebar-menu_list a:focus {
  background-color: #6D7500;
}

@media (min-width: 768px) {
  .sidebar-menu.green .sidebar-menu_list li.active a {
    border-left: 3px solid #6D7500;
  }
}

.sidebar-menu.green .sidebar-menu_list li:first-child a {
  background-color: #6D7500;
}

.sidebar-menu.topic-special .sidebar-menu_list a:hover, .sidebar-menu.topic-special .sidebar-menu_list a:focus {
  background-color: #884E7C;
}

@media (min-width: 768px) {
  .sidebar-menu.topic-special .sidebar-menu_list li.active a {
    border-left: 3px solid #884E7C;
  }
}

.sidebar-menu.topic-special .sidebar-menu_list li:first-child a {
  background-color: #884E7C;
}

.sidebar-menu_list li {
  width: 100%;
  border: 1px solid #FFF;
}

.sidebar-menu_list li:first-child a {
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 767px) {
  .sidebar-menu_list li.active a {
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  .sidebar-menu_list li:not(.active):not(.first) {
    display: none;
  }
}

.sidebar-menu_list li a {
  color: #222;
  display: block;
  width: 100%;
  padding: 11px 5px 10px 8px;
}

@media (max-width: 767px) {
  .sidebar-menu_list li a {
    background-color: #F2EEEF;
  }
}

.sidebar-menu_list li a:hover, .sidebar-menu_list li a:focus {
  color: #FFF;
  text-decoration: none;
}

.js-show-sidebar-menu .sidebar-menu_btn span {
  border-bottom-color: #69C;
  border-top-width: 0;
}

.js-show-sidebar-menu .sidebar-menu_list li {
  display: block !important;
}

.tools_btn-home {
  background-image: url("../../img/ico-home.png");
  margin-right: 30px;
}

.tools_btn-home,
.tools_btn-topics {
  text-transform: uppercase;
  color: #222;
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  padding: 14px 0 14px 32px;
  background-repeat: no-repeat;
  background-position: left center;
}

.tools_btn-home:hover, .tools_btn-home:focus,
.tools_btn-topics:hover,
.tools_btn-topics:focus {
  text-decoration: none;
}

.tools_btn-topics {
  background-image: url("../../img/ico-menu.png");
}

.tools_topics-list {
  padding: 10px 10px 10px 0;
  font-family: Arial, sans-serif;
  z-index: 9999;
}

@media (min-width: 768px) {
  .tools_topics-list {
    width: 542px;
    position: absolute;
    top: 44px;
    left: 116px;
    padding: 20px;
    box-shadow: 3px 2px 10px rgba(102, 102, 102, 0.6);
    background-color: #f3f3f3;
    border: 1px #dbe1e8 solid;
  }
  .tools_topics-list a {
    font-size: 14px;
  }
}

.tools_topics-list li {
  width: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .tools_topics-list li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 5px;
  }
  .tools_topics-list li:nth-child(2n) {
    margin-right: 0;
  }
}

.tools_topics-list li a {
  display: block;
  width: 100%;
  border-left: 3px solid;
  background-color: #F2EEEF;
  color: #222;
  font-size: 16px;
  padding: 10px;
}

.tools_topics-list li a:hover, .tools_topics-list li a:focus {
  color: #FFF;
  text-decoration: none;
}

@media (min-width: 768px) {
  .tools_topics-list li a {
    font-size: 14px;
    background-color: transparent;
    padding: 7px;
  }
}

.tools_topics-list .brown a {
  border-color: #AD3007;
}

.tools_topics-list .brown a:hover, .tools_topics-list .brown a:focus {
  background-color: #AD3007;
}

.tools_topics-list .yellow a {
  border-color: #FFB200;
}

.tools_topics-list .yellow a:hover, .tools_topics-list .yellow a:focus {
  background-color: #FFB200;
}

.tools_topics-list .blue-light a {
  border-color: #2995D0;
}

.tools_topics-list .blue-light a:hover, .tools_topics-list .blue-light a:focus {
  background-color: #2995D0;
}

.tools_topics-list .blue a {
  border-color: #0065A2;
}

.tools_topics-list .blue a:hover, .tools_topics-list .blue a:focus {
  background-color: #0065A2;
}

.tools_topics-list .purple-dark a {
  border-color: #71165E;
}

.tools_topics-list .purple-dark a:hover, .tools_topics-list .purple-dark a:focus {
  background-color: #71165E;
}

.tools_topics-list .blue-dark a {
  border-color: #064A8B;
}

.tools_topics-list .blue-dark a:hover, .tools_topics-list .blue-dark a:focus {
  background-color: #064A8B;
}

.tools_topics-list .purple a {
  border-color: #7F6195;
}

.tools_topics-list .purple a:hover, .tools_topics-list .purple a:focus {
  background-color: #7F6195;
}

.tools_topics-list .red a {
  border-color: #DF4C1D;
}

.tools_topics-list .red a:hover, .tools_topics-list .red a:focus {
  background-color: #DF4C1D;
}

.tools_topics-list .orange a {
  border-color: #F97B1A;
}

.tools_topics-list .orange a:hover, .tools_topics-list .orange a:focus {
  background-color: #F97B1A;
}

.tools_topics-list .gray a {
  border-color: #817F7F;
}

.tools_topics-list .gray a:hover, .tools_topics-list .gray a:focus {
  background-color: #817F7F;
}

.tools_topics-list .green a {
  border-color: #6D7500;
}

.tools_topics-list .green a:hover, .tools_topics-list .green a:focus {
  background-color: #6D7500;
}

.tools_topics-list .topic-special a {
  border-color: #884E7C;
}

.tools_topics-list .topic-special a:hover, .tools_topics-list .topic-special a:focus {
  background-color: #884E7C;
}

@media (max-width: 767px) {
  .tools_topics-list .topic-special {
    margin-top: 20px;
  }
  .tools_topics-list .topic-special a {
    border: 0;
    color: #074b8a;
    font-weight: bold;
  }
  .tools_topics-list .topic-special a:hover, .tools_topics-list .topic-special a:focus {
    text-decoration: underline;
    color: #074b8a;
    background-color: #F2EEEF;
  }
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

body {
  font-family: Verdana, Arial, Helvetica, "DejaVu Sans", sans-serif;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background-color: #FFF;
}

a {
  color: #347C98;
  text-decoration: none;
}

a:focus, a:hover {
  text-decoration: underline;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  img {
    width: auto;
  }
}

img.center {
  margin: 0 auto;
  width: 386px;
  height: 250px;
}

img.left {
  float: left;
  margin-right: 15px;
}

img.right {
  float: right;
  margin-left: 15px;
}

.l-breadcrumb {
  background-color: #074b8a;
  color: #FFF;
  font-size: 12px;
  padding: 8px 0 8px 9px;
}

@media (min-width: 768px) {
  .l-breadcrumb {
    font-size: 11px;
    padding: 0 0 0 10px;
  }
}

.col {
  width: 100%;
  float: left;
}

@media (min-width: 480px) {
  .col-sm-6 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    width: 33.33333%;
  }
}

@media (min-width: 768px) {
  .col-md-8 {
    width: 66.66667%;
  }
}

@media (min-width: 980px) {
  .col-lg-3 {
    width: 25%;
  }
}

@media (min-width: 980px) {
  .col-lg-6 {
    width: 50%;
  }
}

.l-content_footer {
  text-align: center;
  margin: 7px;
  font-size: 13px;
  font-family: arial;
}

@media (min-width: 980px) {
  .l-content {
    width: 984px;
  }
}

.l-footer {
  background-color: #F3F3F3;
  border-top: 1px solid #E3E3E3;
  padding-top: 10px;
  padding-bottom: 40px;
}

.l-header {
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .l-header {
    background: url("../../img/title-banner_en.gif") no-repeat;
  }
}

.l-branding {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .l-branding {
    height: 135px;
  }
}

.l-main-content {
  padding: 0 2%;
  margin-bottom: 70px;
  font-family: Arial;
}

@media (min-width: 600px) {
  .l-main-content {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .l-main-content {
    margin-left: 240px;
    overflow: hidden;
  }
}

.l-page {
  max-width: 984px;
  margin: 0 auto;
  box-shadow: 0 0 18px #CCC;
  border: 1px solid #FFF;
}

.l-sidebar {
  font-family: Arial;
}

@media (min-width: 768px) {
  .l-sidebar {
    width: 225px;
    float: left;
    margin-left: 10px !important;
    margin-top: 10px;
    left: auto !important;
  }
}

.l-tools {
  box-shadow: 0px 2px 3px #e3e3e3;
}

.tools_menu {
  float: left;
  margin-left: 10px;
  position: relative;
}

.tools_topics-list {
  display: none;
}

.tools_topics-list.js-show-mobile-menu {
  display: block;
}

.tools_search {
  float: right;
}

@media (max-width: 767px) {
  .tools_search {
    display: none;
  }
}

.tools_search.js-show-tools {
  display: block;
}

a.lang
{
  display: inline-block;
  min-width: 17px;
  text-align: center;
  margin: 0;
  border: 1px solid #000;
  text-decoration: none;
  background-color: #fff;
  color: #000;
  vertical-align: baseline;
  line-height: 1;
  padding: 1px 0 2px;
  font-size: 10px;
}

.off-screen
{
    position: absolute;
    left: -999px;
    top: -999px;
}

@media print
{
  #sidebar,
  .l-footer,
  .main-content_footer,
  .l-breadcrumb,
  .l-tools,
  .service-menu,
  .language-selector,
  .mobile-menu 
  {
    display: none;
  }

  .l-main-content
  {
    margin: 0 2pt;
  }
  .main-content_title,
  .main-content_pretitle,
  .main-content_image_caption
  {
    text-align: left;
  }

  img.center{
    margin: 0;
    width: initial;
    max-width: 250px;
  }

.main-content_speaker,
.main-content_event,
.main-content_event time,
.main-content_event address,
.main-content_deadline,
.main-content_project,
.main-content_project .project-details,
.main-content_registration-link,
.main-content_registration-link a,
.main-content_contact,
.main-content_see-also{
    padding: 0;
    border: 0;
    background-color: transparent;
    background-image: none;
  }

  .l-page,
  .l-content,
  .l-main-content
  {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }

  .main-content_lead,
  .main-content_body{
    font-size: 12px;
    color: black;
  }

  .main-content_pretitle{
    font-size: 15px;
  }

  .main-content_title{
    font-size: 18px;
  }
}

img[src*="pdf.gif"],
img[src*="pdf_16.gif"] {
	display: inline;
}
img[alt*="pdf"] {
	display: inline;
}
.news-detail .itemFullContent h3,
.news-detail .itemFullContent h3 strong {
	font-size: 23px;
    padding-bottom: 10px;
	margin-bottom: 0px;
	padding-top: 10px;
    text-decoration: none;
	font-weight: normal;
	line-height: 1;
	color: #006fb4;
}
.news-detail .itemFullContent h2 {
	color: #006fb4;
    font-family: Tahoma;
    font-size: 2em;
    line-height: 1;
    padding-bottom: 15px;
    padding-top: 10px;
	font-weight: normal;
}