.hide-link-text {
  text-indent: -9000px;
  text-transform: capitalize;
  overflow: hidden;
}
.uppercase {
  text-transform: uppercase;
}
.white-arrow {
  background: url(../images/link-arrow.png) no-repeat right center;
  color: #fff;
  height: 37px;
  display: inline-block;
}
/* = fonts */
.font-light {
  font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 400;	/* changed sept16 from 300>400 */
}
.font-regular {
  font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 400;
}
.font-bold {
  font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 700;
}
.font-custom {
  font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 400;
}
.yellow {
  color: #fadc41;
}
/* =checkboxes */
.styledCheckbox {
  background-image: url(../images/checkbox.png);
  background-position: 0 0;
  cursor: pointer;
  height: 11px;
  width: 11px;
}
/* =overlays */
.cover {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
}
/* Primary background colors */
.primary {
  background-color: #51626f !important;
}
.secondary {
  background-color: #005a8b !important;
}
.tertiary {
  background-color: #0098d8 !important;
}
/* =webparts */
.mod {
  font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 400;	/* changed sept16 from 300>400 */
  overflow: hidden;
  padding-bottom: 20px;
}
.mod .more {
  margin: 20px 0 0 0;
}
.mod .summary {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
  margin-top: 10px;
  padding: 0 20px;
}
.mod .mod-tabs {
  float: right;
  margin: 0 20px 0 0;
  border: none;
  text-transform: uppercase;
}
.mod .mod-tabs li {
  margin: 0 0 0 2px;
}
.mod .mod-tabs li.active a {
  color: #005a8c;
  background-color: #fff;
}
.mod .mod-tabs a {
  font-size: 11px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 0;
  color: #fff;
  background: url(../images/grey-square.png) repeat transparent;
}
.mod .mod-tabs a:hover {
  color: #005a8c;
  background-color: #fff;
}
.mod .nav-tabs > li {
  background: none;
  padding-left: 0;
}
.mod .nav-tabs > li > a {
  border: none;
  border-radius: 0;
  padding-top: 7px;
  padding-bottom: 8px;
  margin-top: 5px;
  line-height: 20px;
}
.mod .nav-tabs > .active > a,
.mod .nav-tabs > .active > a:hover,
.mod .nav-tabs > .active > a:focus {
  border: none;
  border-radius: none;
}
.mod header {
  background-color: #38444D;
  color: #FFFFFF;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  padding: 15px 0;
  line-height: 10px;
}
.mod header .title {
  padding-left: 20px;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
}
.mod header .title.wide {
  font-size: 20px;
}
.mod .hotfix {
  color: #ff0000;
  font-weight: bold;
  display: block;
}
.mod .content {
  padding: 0 20px;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
.mod ul li {
  background: url(../images/list-bullet-blue.png) no-repeat left 10px;
  padding-left: 10px;
}
.mod ul li:hover {
  background-image: url(../images/list-bullet-blue.png) no-repeat left 10px;
}
.mod-large .content {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  padding: 0 20px;
}
.mod-large header.header-arrow {
  padding-bottom: 0;
  padding-top: 0;
}
.mod-large header.header-arrow .title {
  line-height: 60px!important;
}
.mod-large header .title {
  font-size: 30px;
  line-height: 60px;
  min-height: 60px;
}
.mod-large .btn {
  float: right;
  margin-right: 20px;
  background-color: #004165;
}
.mod-wide {
  background-color: #51626F;
  color: #FFFFFF;
}

/* KKJ HIDE SOME + TAGLINE BOX BELOW HOMEPAGE BANNER */
#homePage .mod-wide {display: none !IMPORTANT;}


.mod-white {
  background-color: #fff;
}
/* =webparts-header*/
.header-arrow {
  background-image: url(../images/txt-arrow.png);
  background-repeat: no-repeat;
  background-position: 55px bottom;
  padding-top: 7px;
  padding-bottom: 14px;
  margin-bottom: 20px;
}
.header-arrow .title {
  line-height: 20px!important;
}
.mod-contact {
  font-size: 18px;
  padding: 0 30px 0 0;
}
.mod-wide {
  font-size: 18px;
  line-height: 24px;
  padding: 30px 0;
  margin-bottom: 0!important;
  background-color: #51626F;
  color: #fff;
}
.mod-wide .btn-area {
  position: static;
}
.mod-wide .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #FFFFFF;
  color: #51626F;
}
.mod-wide .title {
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 0;
}
.mod-wide .social-media-box {
  padding: 0;
}
.mod-wide .social-media {
  margin: 0;
}
.mod-wide .social-media li {
  float: left;
  font-size: 18px;
  margin-right: 10px;
  padding: 4px 0;
  width: 80px;
  background: none;
}
.mod-wide .social-media li.header {
  float: none;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 0;
  width: 100%;
}
.mod-wide .social-media li a {
  color: #fff;
}
.mod-wide .description {
  margin-top: 40px;
  padding: 0 5px;
}
.mod-wide .mod-container .btn {
  right: 40px;
}
.mod-wide .container {
  position: relative;
}
/* =modal window */
.modal-backdrop.in {
  opacity: 0.8;
}
.modal .modal-dialog {
  width: 912px;
}
.modal .modal-content {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  behavior: url(/css/Pie.htc);
  border: none;
}
.modal .modal-header {
  background-color: #666;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 30px;
  border: none;
}
.modal .modal-header h3 {
  font-size: 25px;
  line-height: 30px;
}
.modal .modal-body {
  padding: 0;
  max-height: inherit;
  background-color: #eee;
  overflow: hidden;
}
.modal .modal-footer {
  background-color: #eee;
  border: none;
  box-shadow: none;
  padding-top: 15px;
  clear: both;
  margin-top: 0;
}
.container .carousel .carousel-indicators {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -35px;
  margin: 0;
  padding: 0;
}
.container .carousel .img {
  height: 100%;
  min-height: 340px;
}
.container .carousel .item {
  height: 100%;
  min-height: 340px;
}
.container .carousel .item > .container {
  width: 50%;
}
.container .banner {
  margin-bottom: 20px;
  margin-left: -5px;
  margin-right: -5px;
}
/* =dropdown skins*/
.dropdown-skin.blue {
  background-color: #005A8C;
  color: #fff;
}
.dropdown-skin.grey {
  background-color: #dad7cb;
  color: #38444c;
}
.dropdown-skin.dark-grey {
  background-color: #51626F;
  color: #fff;
}
.more-links {
  position: relative;
  top: 3px;
left: 20px; /* .tooltip removed by KKJ for new white design */
  color: transparent;
  font-size: 12px;
  line-height: 20px;
}

.tooltip {display: none !IMPORTANT;}

.more-links .icon-plus {
  background-image: url(../images/plus-sign-small.png);
  background-repeat: no-repeat;
  background-position: right center;
  height: 20px;
  width: 20px;
border-radius: 20px;
  display: inline-block;
/*  float: right; */
  background-color: #51626F;
}
.hotfix-alert {
  display: inline-block;
  background: url(../images/alert.png) repeat-x center center;
  height: 12px;
  line-height: 12px;
  color: #fff;
  padding: 0 3px;
  margin-left: 5px;
  font-weight: bold;
  font-size: 10px;
}
/* RTE classes */
.rte {
  font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 400;	/* changed sept16 from 300>400 */
}
.rte ul {
  padding-left: 5px;
}
.rte ul li {
  /* background: url(../images/list-bullet-grey.png) no-repeat left center;*/

  padding-left: 5px;
  margin-bottom: 5px;
  list-style-type: circle;
  margin-left: 15px;
}
.rte ul ul {
  padding-left: 15px;
}
.imageLeft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  clear: left;
}
.imageRight {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  clear: right;
}
/* Image & Image Text Right */
.textRight {
  float: right;
  clear: right;
  margin-bottom: 10px;
  margin-left: 10px;
}
.textRight img {
  clear: right;
  display: block;
}
.textLeft {
  float: left;
  clear: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
.textLeft img {
  clear: left;
  display: block;
}
/* =header */
.bottom-header {
  position: relative;
  min-height: 230px;
  background-repeat: no-repeat;
  background-color: #ecebe5;
  background-position: top center;
}
.top-header {
/*  background-color: white; */
  float: none;
  height: 63px;
}
.header-description {
  position: absolute;
  min-height: 230px;
  width: 950px;
  top: 0;
  color: #fff;
}
.content-header {
  margin-bottom: 0;
  height: 130px;
}
.logo {
  display: block;
  transition: all 0.35s ease 0s;
  position: absolute;
  top: 14px;
  z-index: 300;
}
.logo .img-responsive {
  width: auto;
}
.references-list header {
  background-color: #fff;
  color: #51626f;
}
.references {
  border-top: 1px solid #DEDEDE;
  padding: 15px 20px 0;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 400;	/* changed sept16 from 300>400 */
  overflow: hidden;
}
.references .overlay {
  background: url(../images/reference-arrow.png) no-repeat right center;
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
}
.references .reference-title {
  display: block;
  font-size: 20px;
  color: #0098d8;
}
.references .reference-abstract {
  color: #51626F;
}
.references .reference-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.references .reference-item a:hover {
  text-decoration: none;
}
.references .reference-item:first-child {
  margin-top: 0;
}
.references .reference-item:hover {
  color: #0098db;
}
.references .reference-item:hover .overlay-blue {
  background: url(../images/img-link-bg.png) repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 1;
}
.references .reference-item:hover .reference-title {
  text-decoration: underline;
}
.references .reference-text {
  height: 70px;
  display: table-cell;
  vertical-align: middle;
}
.references .reference-link {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  text-indent: -9000px;
  text-transform: capitalize;
  overflow: hidden;
  z-index: 100;
}
.references .thumb-container {
  margin-right: 11px;
  position: relative;
}
/* =breadcrumb & social media */
.social-icons {
  min-width: 300px;
  height: 20px;
}
.social-icons .addthis_toolbox {
  float: right;
  min-width: 138px;
}
.breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 400;
}
.breadcrumb .hoverState {
  background: url(../images/breadcrumb-bg-active.png) no-repeat right top #ffffff;
  color: #51626F;
}
.breadcrumb li {
  text-transform: uppercase;
  text-shadow: none;
  margin-left: -12px;
  background: url(../images/breadcrumb-left.png) no-repeat left top;
  padding-left: 10px;
  font-size: 10px;
  line-height: 20px;
}
.breadcrumb li + li:before {
  padding: 0;
  content: none;
}
.breadcrumb li:first-child {
  margin-left: 0;
  background-color: #bbbcb9;
  background-image: none;
}
.breadcrumb li:first-child span {
  padding-left: 10px;
}
.breadcrumb li span {
  display: inline-block;
  background: url(../images/breadcrumb-bg.png) no-repeat right top #bbbcb9;
  padding: 0 34px 0 20px;
  color: #fff;
}
.breadcrumb li.active {
  background: url(../images/breadcrumb-left-active.png) no-repeat left top;
  padding-left: 10px;
}
.breadcrumb li.active span {
  padding-left: 10px;
  background: url(../images/breadcrumb-bg-active.png) no-repeat right top #ffffff;
  color: #51626F;
}
.breadcrumb li.active:first-child {
  background-color: #fff;
}
/* =language selector */
.language-box {
  float: left;
}
.languageBtn {
  background: #f1f1f1;
  padding: 0 5px;
  float: left;
  line-height: 25px;
  display: block;
  font-weight: bold;
  color: #51626F;
}
.languageBtn:hover,
.languageBtn:focus {
  color: #51626F;
}
.select-language {
  float: left;
  position: relative;
  display: none;
}
.select-language .dropdown-toggle {
  -moz-box-sizing: content-box;
  background: url(../images/map.png) no-repeat 10px center #dddddd;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  display: inline-block;
  min-width: 190px;
  text-indent: 50px;
  position: relative;
}
.select-language .dropdown-toggle:hover,
.select-language .dropdown-toggle:focus {
  color: #fff;
}
.select-language.show {
  display: block;
}
.open-dropdown {
  background: url(../images/open-dropdown.png) no-repeat;
  width: 9px;
  height: 5px;
  display: inline-block;
  position: absolute;
  right: 7px;
  top: 13px;
}
/* =search */
.search-box {
  float: left;
  border: 1px solid #eeeeec;
  margin-right: 5px;
}
.searchBtn {
  background: url(../images/search-bg2021.png) no-repeat;
  width: 23px;
  height: 23px;
  text-indent: -9000px;
  text-transform: uppercase;
  overflow: hidden;
  float: left;
  line-height: 23px;
  display: block;
  font-weight: bold;
  border: none;
}
.searchField {
  float: left;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  behavior: url(/css/Pie.htc);
  background-color: #fff;
  border: none;
  color: #aaa;
  font-size: 12px;
  height: 23px;
  margin-bottom: 0;
  width: 155px;
  padding: 4px 10px;
}
.searchField.show {
  display: block;
}
/* login */
.login {
  background: #efefef;
  padding: 0 10px;
  display: inline-block;
  float: left;
  color: #51626f;
  font-size: 12px;
  line-height: 25px;
  margin-right: 5px;
}
.login:hover,
.login:focus {
  color: #51626F;
}
.login-box {
  float: left;
  font-size: 12px;
  line-height: 11px;
}
.username {
  display: block;
  float: left;
  padding-right: 5px;
  color: #dddddd;
  margin: 7px 0;
}
.profile-link {
  float: left;
  color: #00578e;
  padding-right: 7px;
  padding-left: 5px;
  margin: 7px 0;
  border-left: 1px solid #dddddd;
}
.profile-link:hover,
.profile-link:focus {
  color: #51626f;
}
.img-component {
  text-align: center;
}
.arrow-content {
/*  background: url(../images/txt-arrow.png) no-repeat 12.5% top; */
  padding: 20px 20px 5px;
  position: relative;
  z-index: 100;
padding-bottom: 20px !IMPORTANT;
background-color: #fafafa;
}
.contact-box {
  border-top: 1px solid #dedede;
  padding: 20px 20px 0 20px;
}
.contact-box .title {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 5px 0;
  padding: 0;
  text-transform: uppercase;
}
.contact-box .subtitle {
  display: block;
  clear: both;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
}
.contact-box .contacts {
  padding-left: 35px;
  padding-right: 15px;
  font-size: 12px;
  line-height: 15px;
  color: #0098db;
}
.contact-box .coordinates {
  padding-left: 35px;
  padding-right: 12px;
  padding-top: 5px;
  font-size: 11px;
  line-height: 15px;
}
.contact-box .contacts-wrap {
  margin-top: 15px;
}
.img-wrap {
  position: relative;
  height: 160px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50%;
}
.img-wrap .img-hover {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.img-wrap .img-hover .arrow {
  background: url(../images/link-arrow.png) no-repeat right center;
  color: #fff;
  height: 37px;
  display: inline-block;
  display: none;
  line-height: 37px;
  padding-right: 50px;
  font-size: 20px;
  text-transform: lowercase;
  position: inherit;
  right: 10px;
  bottom: 10px;
}
/* =read more functionality */
.wrap {
  position: relative;
  overflow: hidden;
}
.gradient {
  width: 100%;
  height: 35px;
  background: url(../images/bg-gradient.png) repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
.reveal-txt {
  padding: 5px 0;
  background: url(../images/read-more-line.png) no-repeat right 15px;
  margin-bottom: 10px;
}
.reveal-txt a {
  background: #51626F;
  font-size: 10px;
  line-height: 15px;
  padding: 5px 10px;
  font-weight: bold;
  color: #fff;
  font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 400;	/* changed sept16 from 300>400 */
}
.rows-title {
  padding: 0 20px;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 0;
  color: #dddddd;
}
.events {
  font-size: 18px;
}
.events tr td {
  line-height: 15px;
  border: none;
}
.events tr td.date {
  width: 100px;
}
.events tr td.date,
.events tr td.location {
  font-size: 11px;
}
.events tr td:first-child {
  padding-left: 20px;
}
/* =download box */
.download-table {
  font-size: 11px;
}
.download-table tr td.name {
  width: 80%;
}
.webinars {
  font-size: 11px;
}
.webinars .title {
  font-size: 18px;
}
.webinars .date {
  min-width: 80px;
}
/* =list */
.list header {
  background: #676665;
  overflow: hidden;
  min-height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
.list .info {
  clear: both;
  overflow: hidden;
  padding: 10px 20px;
}
/* =news */
.main-news {
  margin-bottom: 15px;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: #51626f;
}
.main-news .arrow-content {
  padding-bottom: 0;
}
.main-news .news-title {
  font-size: 20px;
  line-height: 24px;
  color: #0098DB;
  margin-bottom: 5px;
  margin-top: 0;
}
.main-news .news-link {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 101;
  text-indent: -9000px;
  text-transform: capitalize;
  overflow: hidden;
  background: url(../images/blank.png) repeat;
}
.main-news:hover .img-hover {
  background: url(../images/img-link-bg.png) repeat;
}
.main-news:hover .img-hover .arrow {
  display: block;
}
.main-news:hover .news-title {
  text-decoration: underline;
  color: #0098db;
}

.news-list-component header {
  background-color: #fff;
  color: #51626F;
}
.news-items {
/*  padding-top: 15px;
  border-top: 1px solid #DEDEDE; */
  font-size: 18px;
  font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 400;	/* changed sept16 from 300>400 */
}

/* KKJ */
.news-list-component .news-items:last-child {border-bottom: 4px solid #fafafa; padding-bottom: 20px;}

.news-items a {
  color: #0098db;
}
.news-items a:hover {
  color: #0098db;
}
.news-items ul {
  margin: 0;
}
.news-items ul li {
  background: none;
  padding: 7px 20px 0 20px;
}
.news-items ul li:first-child {
  padding-top: 0;
}
.news-items ul li:hover {
  background-image: none;
}
.news-items .news-url {
  display: content;
}
.news-items .news-tags {
  display: block;
  float: left;
  font-size: 13px;
}
.news-date {
  font-size: 14px;
}
/* =teasers image */
.mod-image {
  color: #fff;
  position: relative;
  margin: 0 0 20px 0;
  background-repeat: no-repeat;
  min-height: 380px;
}
.mod-image .teaser-txt {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 20px;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 400;	/* changed sept16 from 300>400 */
}
/* =navigation */
.sidebar {
  margin-bottom: 20px;
margin-top: 39px;
}
.sidebar .sidebar-nav {
  padding: 0;
}
.sidebar .sidebar-title {
  font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 400;	/* changed sept16 from 300>400 */
  font-size: 20px;
  text-transform: uppercase;
}
.sidebar h3 {
  line-height: 20px;
  margin-bottom: 15px!important;
  margin-top: 0;
}
.sidebar .menu-list-component h1 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}
.nav > li a:hover,
.nav > li a:focus {
  background-color: transparent;
  text-decoration: underline;
}
.navbar-collapse {
  margin-top: -4px;
  padding: 0;
}
.navbar-fixed-top {
  padding-bottom: 0px!important;
  transition: all 0.35s ease 0s;
  border-bottom: none;
}
.navbar-fixed-top.topMargin {
  position: relative;
}
.navbar-fixed-top .navbar-inner {
  background-image: none;
  background-color: #fafafa;
  filter: none;
  border: none;
  box-shadow: none;
  padding-bottom: 0;
  height: 130px;
}
.navbar-fixed-top .navbar-inner > .container {
  height: 130px;
}
.navbar-fixed-top.shadow {
  background-image: url(../images/navbar-fixed-bg.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 9px!important;
}
.navbar-fixed-top.shadow .dropdown-menu {
  margin-top: -9px;
}
.navbar-fixed-top.shadow .menu-bottom {
  margin-top: 5px;
  height: 40px;
}
.navbar-fixed-top.shadow .menu-top {
  margin-top: 22px;
  margin-bottom: 0;
}
.navbar-fixed-top.shadow .top-header {
  float: left;
  height: 50px;
  margin-bottom: 0;
}
.navbar-fixed-top.shadow .service-menu {
  display: none!important;
}
.navbar-fixed-top.shadow .service-menu-top {
  display: none;
}
@media (min-width: 991px) {
  .navbar-fixed-top.shadow .menu-right {
/*    display: none !important;	*/
/* disabled KKJ to show right menu on scroll + add margin below */
  margin-top: 10px !important;
  margin-bottom: 0;

  }
}
.navbar-fixed-top.shadow .menu-left {
  margin: 10px 0 0 0;
}
.navbar-fixed-top.shadow .menu-left .dropdown-menu {
  top: 58px;
}
.navbar-fixed-top.shadow .navbar .nav {
  margin: 0;
}
.navbar-fixed-top.shadow .navbar .nav .dropdown-menu {
  top: 58px;
}
.navbar-fixed-top.shadow .navbar-inner {
  height: 50px;
}
.navbar-fixed-top.shadow .logo {
  top: 16px;
  background: url(../images/general-logo-small.png) no-repeat;
  width: 18px;
  height: 17px;
}
.navbar-fixed-top.shadow .logo img {
  display: none;
}
.navbar-fixed-top.shadow .container {
  height: auto;
}
.navbar-fixed-top.shadow .navbar-toggle {
  top: 8px;
}
.navbar-fixed-top .nav .active > a:hover,
.navbar-fixed-top .nav .active > a:focus {
  background: none;
  box-shadow: none;
  text-shadow: none;
  color: #005a8c;
}
.navbar-fixed-top .nav > li > a {
  text-shadow: none;
  color: #005a8c;
}
.navbar-fixed-top .nav > li > a:hover,
.navbar-fixed-top .nav > li > a:focus {
  color: #005a8c;
  text-decoration: none;
}
.navbar .nav > li {
  float: left;
}
.menu-bottom {
  margin-top: 33px;
  height: 31px;
}
.menu-top {
  min-height: 23px;
  font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 400;	/* changed sept16 from 300>400 */
  position: relative;
}
.menu-top .service-menu-top {
  position: absolute;
  right: 0;
  top: -65px;
}
.menu-top .nav {
  float: right;
  margin-right: 0;
}
.menu-top .nav li > a {
  font-size: 16px;
  color: #51626F;
  padding-left: 20px;
}
.menu-top .nav li > a:hover,
.menu-top .nav li > a:focus {
  color: #51626F;
}
.menu-top .nav .dropdown-toggle {
  background: none!important;
}
.menu-top .dropdown-menu {
  margin-top: 0!important;
}
.dropdown-menu {
  box-shadow: none;
  min-width: 140px;
  width: 100%;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  behavior: url(/css/Pie.htc);
  border: none;
  color: #fff;
}
.dropdown-menu.dropdown-simple {
  padding: 0 0 2px 0;
  background: url(../images/top-menu-bg.png) repeat-x bottom left;
  margin: 0;
}
.dropdown-menu.dropdown-simple li {
  border-top: 1px solid #bdbebc;
  margin: 0;
}
.dropdown-menu.dropdown-simple li:first-child {
  border-top: none;
}
.dropdown-menu.dropdown-simple li a {
  background-color: #f1f1f1;
  font-size: 12px;
  line-height: 15px;
  padding: 10px 0 10px 16px!important;
  color: #dddddd;
  white-space: normal;
}
.dropdown-menu.dropdown-simple li a:hover,
.dropdown-menu.dropdown-simple li a:focus {
  background-color: #f1f1f1;
  background-image: none;
  color: #51626F;
  text-decoration: underline;
}
.navbar .nav {
  font-size: 18px;
  transition: all 0.35s ease 0s;
}
.navbar .nav.menu-left {
  float: left;
  font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 400;	/* changed sept16 from 300>400 */
  position: static;
}
.navbar .nav.menu-left li:first-child a {
  margin-left: 0;
}
.navbar .nav.menu-left li.dropdown {
  position: static;
}
.navbar .nav.menu-left li.dropdown.open a.dropdown-toggle {
  background-color: transparent;
  color: #005A8C;
}
.navbar .nav.menu-left li:hover a.dropdown-toggle {
  background-image: url(../images/caret-white.png) !important;
  padding-bottom: 20px;
  z-index: 2000;
  transition: all 0.35s ease 0s;
}
.navbar .nav.menu-left a {
  margin-left: 20px;
  padding-bottom: 7px;
  padding-right: 0;
}
.navbar .nav.menu-left a.dropdown-toggle {
  background: url(../images/caret-blue.png) no-repeat bottom center;
}
.navbar .nav.menu-right {
  display: block;
  float: right;
  font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 400;	/* changed sept16 from 300>400 */
  margin: 0;
  position: static;
}
.navbar .nav.menu-right > li.dropdown {
  position: static;
}
.navbar .nav.menu-right > li.dropdown .brand-column {
  padding-right: 40px;
}
.navbar .nav.menu-right > li.dropdown .brand-image {
  text-align: center;
  min-height: 70px;
}
.navbar .nav.menu-right > li.dropdown .summary {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 17px;
}
.navbar .nav.menu-right > li.dropdown .container {
  padding-top: 20px;
}
.navbar .nav.menu-right > li.dropdown .sub-links {
  padding-left: 0;
  background: none;
}
.navbar .nav.menu-right > li.dropdown.open a.dropdown-toggle {
  background-color: transparent;
  color: #808080;
}
.navbar .nav.menu-right > li > a {
  padding: 0 0 7px 0;
  color: #51626F;
}
.navbar .nav.menu-right > li > a.dropdown-toggle {
  background: url(../images/caret-grey.png) no-repeat bottom center;
}
.navbar .nav.menu-right > li:hover > a.dropdown-toggle {
  background-image: url(../images/caret-white.png) !important;
  padding-bottom: 20px;
  z-index: 2000;
  transition: all 0.35s ease 0s;
}
@media (min-width: 991px) {
  .navbar .nav.menu-right a {
    margin-left: 20px;
  }
}
.nav-header {
  display: block;
  color: #51626F;
  padding-left: 0;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.sidebar-nav {
  padding: 0 0 9px;
  font-size: 16px;
  font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 400;	/* changed sept16 from 300>400 */
}
.sidebar-nav li {
  line-height: 20px;
}
.sidebar-nav li.nav-header {
  color: #51626F;
  padding-left: 0;
  background: none;
  font-size: 12px;
  margin-top: 20px;
}
.sidebar-nav li.nav-header:first-child {
  margin-top: 0;
}
.sidebar-nav li.nav-header.tags {
  padding: 0;
}
.sidebar-nav li.nav-header.tags span {
  display: block;
  padding: 3px 0;
}
.sidebar-nav li.nav-header.tags a {
  background: none;
  display: inline;
  margin: 0;
  padding-left: 0;
  padding-right: 10px;
  text-transform: uppercase;
}
.sidebar-nav li > a {
  background: url(../images/list-bullet-blue.png) no-repeat left 7px;
  padding-left: 15px;
}
.navbar {
  margin-bottom: 0;
  padding-bottom: 10px;
}
/* =footer */
.content-footer a {
  color: #fff;
  font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 400;	/* changed sept16 from 300>400 */
}
.content-footer a:hover {
  color: #fff;
}

.footer-top {margin-bottom: 20px;}
.footer-top .col-md-2 {width: auto !IMPORTANT;} /* displaying some icons side by side */

.footer-top ul {
  margin-bottom: 10px;
}
.footer-top ul li {
  line-height: 15px;
  margin-bottom: 5px;
float: left;
margin-right: 10px;
}
.footer-top ul li a {
  font-size: 13px;
}
.footer-top .links-column .col-md-4 {
  width: 32.72%;
}
.footer-top .links-column .col-md-4:first-child {
  width: 36.36%;
}
.footer-top .links-column .col-md-4.last {
  width: 27.27%!important;
}
.footer-top .select-language {
  display: block;
  width: 100%;
}
.footer-top .select-language .dropdown-menu {
  max-height: 200px;
  overflow: scroll;
}
.footer-top .select-language .dropdown-toggle {
  background-color: #708799;
  font-size: 11px;
  line-height: 26px;
  width: 100%;
  min-width: inherit;
}
.footer-top .select-language .dropdown-toggle .open-dropdown {
  right: 9px;
}
.footer-bottom {
  font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 400;	/* changed sept16 from 300>400 */
}
.footer-bottom ul {
  margin-bottom: 0;
}
.footer-bottom ul li {
  float: left;
  margin-right: 10px;
}
.footer-bottom ul li a {
  font-size: 12px;
}
.footer-summary {
  font-size: 12px;
  line-height: 18px;
}
.footer-summary p {
  margin-bottom: 5px;
}
.footer-links li span {
  text-transform: uppercase;
  font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 400;	/* changed sept16 from 300>400 */
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 10px;
  display: block;
}
.social-media li a {
/*  display: block; */
float: left;
margin-right: 10px;
  line-height: 16px;
  padding-left: 25px;
  background: url(../images/social-media-icons.png);
  background-repeat: no-repeat;
}
.social-media li a.linkedin {
  background-position: 0 0;
}
.social-media li a.facebook {
  background-position: 0 -20px;
}
.social-media li a.twitter {
  background-position: 0 -40px;
}
.social-media li a.youtube {
  background-position: 0 -60px;
}
.social-media li a.scribd {
  background-position: 0 -80px;
}
.footer-bottom {
  position: relative;
margin-top: 20px;
}
.footer-bottom ul {
  overflow: hidden;
}
.footer-bottom ul li a {
  font-size: 13px;
color: #69daff;
}
.footer-bottom .footer-logo {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.service-menu {
  display: block;
  position: relative;
  margin-top: 10px;
}
.select-website {
  float: left;
  width: 100%;
}
.select-website li {
  margin-bottom: 0!important;
}
.select-website .dropdown-toggle {
  font-size: 11px;
  line-height: 26px;
  display: inline-block;
  background-color: #708799;
  min-width: 190px;
  padding-left: 10px;
  position: relative;
  width: 100%;
}
.col-middle .footer-links {
  margin-top: 25px;
}
.photo {
  margin-bottom: 15px;
}
.photo .photo-details {
  line-height: 18px;
  float: left;
}
.photo .photo-details a {
  display: block;
}
.pdf {
  padding-left: 33px;
  background: url(../images/pdf-icon.png) no-repeat left center;
  display: inline-block;
  min-height: 27px;
  line-height: 15px;
}
.pdf:hover {
  text-decoration: none;
}
/* =temporary */
.addthis_button_tweet iframe {
  max-width: 83px;
}
/* =training courses */
.trainings {
  font-size: 16px;
}
.trainings .upcoming-course-title,
.trainings .description {
  font-size: 18px;
}
.trainings .date {
  min-width: 80px;
}
.menu-left .dropdown-menu,
.menu-right .dropdown-menu {
  font-size: 16px;
  left: 0;
  top: 130px;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
  box-shadow: none;
  background: url(../images/mega-menu-shadow.png) bottom left repeat-x;
  padding-bottom: 40px;
}
.menu-left .dropdown-menu .dropdown-skin,
.menu-right .dropdown-menu .dropdown-skin {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover /* added KKJ 01/07/20 to fix on wide screens */
}
.menu-left .dropdown-menu .dropdown-skin .row-fluid,
.menu-right .dropdown-menu .dropdown-skin .row-fluid {
  margin-bottom: 0;
}
.menu-left .dropdown-menu .dropdown-skin .home,
.menu-right .dropdown-menu .dropdown-skin .home {
  background: url(../images/home-icon-grey.png) no-repeat left center;
  padding-left: 18px;
  font-size: 16px;
  margin-bottom: 5px;
}
.menu-left .dropdown-menu .dropdown-skin .image-links,
.menu-right .dropdown-menu .dropdown-skin .image-links {
  width: 480px;
  margin-left: -10px;
}
.menu-left .dropdown-menu .dropdown-skin .image-links a,
.menu-right .dropdown-menu .dropdown-skin .image-links a {
  display: block;
  float: left;
  position: relative;
  padding: 0;
  color: #fff;
}
.menu-left .dropdown-menu .dropdown-skin .image-links a span,
.menu-right .dropdown-menu .dropdown-skin .image-links a span {
  position: absolute;
  display: block;
  padding: 10px;
  top: 15px;
  left: 0px;
  text-transform: uppercase;
}
.menu-left .dropdown-menu .container,
.menu-right .dropdown-menu .container {
  padding-top: 42px;
  padding-bottom: 50px;
}
.menu-left .dropdown-menu .sub-links,
.menu-right .dropdown-menu .sub-links {
  background: url(../images/rich-menu-line.png) no-repeat left top;
  padding-left: 15px;
}
.menu-left .dropdown-menu .sub-links li,
.menu-right .dropdown-menu .sub-links li {
  background: url(../images/list-bullet-white.png) no-repeat left 10px;
  padding-left: 14px;
  font-size: 18px;
  margin-left: 3px;
}
.menu-left .dropdown-menu .sub-links li.home,
.menu-right .dropdown-menu .sub-links li.home {
  background: url(../images/home-icon.png) no-repeat left center;
  margin-left: 0;
  margin-bottom: 5px;
}
.menu-left .dropdown-menu .sub-links li a,
.menu-right .dropdown-menu .sub-links li a {
  color: #fff;
}
.menu-left .dropdown-menu .title,
.menu-right .dropdown-menu .title {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 20px;
}
.menu-left .dropdown-menu .abstract,
.menu-right .dropdown-menu .abstract {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
}
.menu-left .dropdown-menu .summary,
.menu-right .dropdown-menu .summary {
  margin-left: 0;
}
.flag {
  font-size: 10px;
  line-height: 10px;
  font-weight: bold;
  margin-left: 5px;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 4px;
  display: inline-block;
}
.flag.green {
  background-color: #00c512;
}
.flag.orange {
  background-color: #ff8429;
}
/* =references page */
.wide-list {
  font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 400;	/* changed sept16 from 300>400 */
}
.wide-list > .row-fluid {
  position: relative;
}
.wide-list #optionsrow {
  padding-left: 12px;
}
.wide-list #morefilters {
  margin: 15px 0;
}
.wide-list label {
  color: #0098d8;
  font-size: 16px;
}
.wide-list .title {
  text-transform: uppercase;
  display: block;
  clear: both;
  margin-bottom: 10px;
}
.wide-list .filters-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.wide-list .filterBtn {
  position: absolute;
  right: 0;
  bottom: 38px;
}
.references-tab {
  clear: both;
}
.references-tab .nav-tabs {
  border-color: #c5c6c6;
  margin-bottom: 1px;
}
.references-tab .nav-tabs li {
  margin-bottom: 0;
}
.references-tab .nav-tabs li a {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  behavior: url(/css/Pie.htc);
  border: none;
  text-transform: uppercase;
  background: none;
  padding: 8px 12px;
}
.references-tab .nav-tabs li a:hover,
.references-tab .nav-tabs li a:focus {
  border: none;
  background: none;
}
.table-expertises thead {
  background-color: #dddddd;
  color: #51626F;
  text-transform: none;
}
.table-expertises thead th {
  font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 400;	/* changed sept16 from 300>400 */
  padding: 10px;
}
.table-expertises thead th:first-child {
  padding-left: 12px;
}
.table-expertises td {
  padding: 14px 10px 12px 10px;
}
.table-expertises td:first-child {
  padding-left: 12px!important;
}
.table-expertises td.list-title {
  width: 63%;
}
.table-expertises td.expertise {
  width: 20%;
}
.table-expertises td a {
  font-size: 18px;
}
.list-view {
  font-size: 16px;
}
.list-view .info {
  padding-top: 14px;
  padding-bottom: 12px;
  margin-bottom: 0;
}
.list-view .flag {
  font-size: 8px;
  line-height: 10px;
  /*margin-left: 22px;		*/

  padding: 0;
}
.list-view .flag img {
  vertical-align: baseline;
}
.list-view span.highlight {
  background: #ffff00;
}
.list-view .list-title a {
  color: #51626F;
  font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 400;
}
.list-view .list-title a:hover,
.list-view .list-title a:focus {
  color: #51626F;
}
.list-view .list-description {
  padding-left: 22px;
}
.list-view .attachment-link {
  font-weight: bold!important;
}
.attachment-link {
  background: url(../images/attachement-icon.png) no-repeat left 2px !important;
  display: inline-block;
  padding-left: 20px;
}
.attachment-link-large {
  background: url(../images/attachement-icon-large.png) no-repeat left 2px !important;
  background-size: 21px 21px!important;
  padding-left: 30px!important;
  display: inline-block;
  min-height: 23px;
}
.pdf-link {
  background: url(../images/pdf-icon-small.png) no-repeat left 2px !important;
  display: inline-block;
  min-height: 16px;
  padding-left: 20px;
}
.pdf-link-large {
  background: url(../images/pdf-icon-small-large.png) no-repeat left 2px !important;
  padding-left: 30px!important;
  display: inline-block;
  min-height: 29px;
line-height: 30px;
}
.checkBoxes .styledCheckbox {
  clear: both;
  float: left;
  margin: 0 9px 5px 0;
}
.checkBoxes label {
  display: block;
  margin-top: -8px;
  margin-left: 20px;
  font-weight: normal;
}
/* 2022 fix positioning of filters on generic wide list 
#genericlist 
.checkBoxes label {margin-top: -28px !IMPORTANT;}
*/

#filterPopup
.checkBoxes label {margin-top: -2px !IMPORTANT;} /* changed back to -2px from -22px with SMAweb */


.expertise-list {
  margin-top: 30px;
  font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 400;	/* changed sept16 from 300>400 */
}
.expertise-list .expertise-item {
  overflow: hidden;
  margin-bottom: 7px;
  position: relative;
}
.expertise-list .expertise-item .row {
  margin-left: 0;
}
.expertise-list .expertise-item:hover .overlay {
  background: url(../images/pic-hover.png) no-repeat center center;
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1;
}
.expertise-list .expertise-item:hover .expertise-description .title {
  text-decoration: underline;
  color: #0098db;
}
.expertise-list .thumb-container {
  width: 119px;
  margin-right: 13px;
  position: relative;
}
.expertise-list .overlay {
  position: absolute;
  background: url(../images/plus-sign-white.png) no-repeat 40px 22px;
  width: 119px;
  height: 73px;
  top: 0;
  left: 0;
}
.expertise-list .expertise-description {
  margin-left: 0;
}
.expertise-list .expertise-description .title {
  display: block;
  text-transform: uppercase;
}
.expertise-list .expertise-link {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  text-indent: -9000px;
  text-transform: capitalize;
  overflow: hidden;
  background: url(../images/blank.png) repeat;
}
#filterPopup .nav-tabs {
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-top: 40px;
  padding-right: 0;
  max-width: 200px;
  border: none;
}
#filterPopup .nav-tabs li a {
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  behavior: url(/css/Pie.htc);
  color: #51626F;
  padding: 8px 12px 8px 30px;
  margin: 0;
}
#filterPopup .nav-tabs li.active a {
/*  background-color: #fff; */
font-weight: bold;
}
#filterPopup .tab-content {
  padding: 53px 0 20px;
  background-color: #fff;
  min-height: 300px;
  min-width: 690px;
  margin-left: 0;
}
#filterPopup .tab-content .tab-pane {
  padding-left: 65px;
  padding-right: 50px;
}
#filterPopup .tab-content label {
  color: #51626F;
  line-height: 15px;
  margin-top: 0;
}
#filterPopup .tab-content label.label-title {
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: -3px;
}
#filterPopup .checkBoxes {
  padding-left: 30px;
}
.row-title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0 20px;
}
.more {
  background: #eeeeee;
  border: 1px solid #bebfbd;
  color: #51626F;
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 10px 10px;
}
.more:hover,
.more:focus {
  color: #51626F;
}
.flexible-map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.flexible-map iframe,
.flexible-map object,
.flexible-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flexible-map.small-map {
  padding: 0;
}
.navbar .navbar-btn {
  margin-bottom: 5px;
}
.wrap-photo {
  width: 24px;
  height: 24px;
  border: 1px solid #cccccc;
  float: left;
  margin-right: 10px;
  position: relative;
}
.wrap-photo img {
  border: 1px solid #fff;
}
.wrap-photo .overlay {
  position: absolute;
  width: 14px;
  height: 14px;
  top: -5px;
  left: -5px;
  background: url(../images/img-icon.png) no-repeat;
}
.isPE .navbar-fixed-top {
  position: relative;
}
.isPE .navbar-fixed-top.shadow {
  position: fixed;
}
.isPE body {
  padding: 0;
}
.navbar-toggle {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  behavior: url(/css/Pie.htc);
  position: fixed;
  right: 20px;
  top: 22px;
  padding: 7px 0px;
  margin: 0;
  color: #ffffff;
/*  
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #bfbfbf #bfbfbf #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #e5e5e5;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
*/
}
.navbar-toggle .icon-bar {
  display: block;
  width: 40px;
  height: 6px;
  background: url(/images/icon-bar2021.png) no-repeat;
}


/* =cookies */
.cookies-box {
  min-height: 52px;
  background: #51626F;
  color: #fff;
  line-height: 52px;
}
.cookies-box .container {
  padding: 0 10px;
}
.accept-cookies {
  float: left;
  margin-top: 12px;
  margin-left: 60px;
}
.more-cookies {
  margin-left: 45px;
  float: left;
  color: #fff;
  line-height: 52px;
}
.more-cookies:hover {
  color: #fff;
}
/* =image component*/
.img-responsive-wrap img {
  display: block;
  height: auto;
  max-width: 100%;
}
/* =video component*/
.fitVids {
  margin-bottom: 20px;
  overflow: hidden;
}
.mod-tooltip + .tooltip > .tooltip-inner {
  background-color: #fff;
  color: #dddddd;
  font-size: 12px;
  line-height: 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  behavior: url(/css/Pie.htc);
}
.mod-tooltip + .tooltip > .tooltip-arrow {
  border-left-color: #fff;
}
.form-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 30px!important;
  background-color: #fff;
  font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 400;	/* changed sept16 from 300>400 */
}
.control-group {
  margin-bottom: 10px;
}
.control-group.checkBoxes label {
  padding: 0;
  margin: -5px 0 0;
  width: auto;
}
.control-group label {
  color: #51626F;
  padding-top: 5px;
  width: 130px;
  padding-right: 10px;
  font-weight: normal;
  margin-bottom: 0;
  float: left;
}
.label-name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #555555;
  padding: 4px 6px;
}
.gray-field {
  color: #555555;
  display: inline-block;
  font-size: 18px;
  padding: 4px 6px;
  background-color: #DDDDDD;
  border: none;
  margin-right: 3px;
  width: 50%;
  min-height: 26px;
}
.customCheckbox .styledCheckbox {
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}
.customCheckbox label {
  width: auto;
  padding: 0;
}
.delimitator {
  margin-bottom: 15px;
}
.delimitator p {
  margin-bottom: 3px;
}
.error-message {
  color: #FF0000;
  font-size: 12px;
}
.login-box p {
  width: 50%;
}
.block {
  display: block;
}
.page-content .mod-contact {
  width: 58.3333%;
}
.page-content .btn-contact {
  width: 41.6667%;
}
#tabList {
  margin-bottom: 10px;
}
#tabList li {
  padding: 10px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#tabList li.active {
  border: 1px solid #ddd;
}
#tabList li:hover,
#tabList li:focus {
  background-color: #eee;
  color: #2A6496;
}
#tabList li a {
  border: none;
}
#tabList li a:hover,
#tabList li a:focus {
  color: #2A6496;
}
.sort-asc,
.sort-desc {
  padding-left: 20px!important;
}
.compact {
  width: 655px;
}
.menu-list-component {
  margin-top: 15px;
  margin-bottom: 20px;
}
.menu-list-component h1 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}
.menu-list-component .menulist {
  margin: 0;
}
.menu-list-component .menulist li {
  padding-left: 20px;
  background-position: 0 7px;
  line-height: inherit;
}
.menu-list-component .menulist li a {
  background: none;
  padding-left: 0;
}
.column-right .menu-list-component {
  font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 400;	/* changed sept16 from 300>400 */
}
.column-right .menu-list-component .menulist {
  font-size: 20px;
}
.column-right .menu-list-component .menulist li {
  background-position: 0 10px;
}
.fadeout {
  margin-bottom: -2em;
}
.course-webinar-component {
  padding-bottom: 0;
}
.course-webinar-component header {
  padding: 0;
}
.course-webinar-component header .title {
  line-height: 40px;
}
.webinars-list {
  padding-bottom: 0;
margin: 40px 20px 20px 20px !IMPORTANT;
}
.upcoming-course-list {
  padding-bottom: 0;
margin: 40px 20px 20px 20px !IMPORTANT;
}
.hidemore {
  padding-bottom: 0;
}
.worldwidebtn {
  background: url(../images/map_top2021.png) no-repeat;
  width: 125px;
  height: 25px;
  text-indent: 45px;
  font-size: 12px;
  line-height: 25px;
  color: #dddddd;
  padding-right: 10px;
}
.worldwidebtn:hover,
.worldwidebtn:focus {
  color: #dddddd;
  text-decoration: none;
}
/* Publication list */
.small-publication-list h3 {
  line-height: 18px;
  margin-bottom: 20px;
}
.small-publication-list .publicationlist li {
  margin-top: 10px;
}
.small-publication-list .publicationlist li:first-child {
  margin-top: 0;
}
.small-publication-list .publicationlist li a {
  padding-left: 20px;
}
.column-right .small-publication-list {
  font-size: 20px;
  line-height: 24px;
  font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 400;	/* changed sept16 from 300>400 */
}
/* Download */
.download-box {
  margin-bottom: 20px;
}
.abstract {
  font-size: 18px;
  line-height: 24px;
  margin: 15px 0;
}
.modal-download .modal-body {
  background-color: #fff;
  padding: 15px 30px;
}
.modal-download .form-wrap {
  padding: 0!important;
}
/* Title component */
.title-component {
  display: block;
  background-color: white;
  padding: 20px;
  font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 400;	/* changed sept16 from 300>400 */
  font-size: 20px;
  text-transform: uppercase;
}
/* PE fix */
.scInsertionHandle .scInsertionHandleCenter {
  height: 23px;
}
/* Pagination */
.pagination li {
  background: none!important;
}
/* Static link list */
.static-link-list li {
  line-height: inherit;
  margin-bottom: 5px;
}
/* 404 Page */
.error-page {
  padding-top: 54vmin;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  color: #51626f;
  text-align: center;
}
.error-page h1 {
  font-size: 26px;
  font-weight: bold;
}
.center-block {
  float: none;
  margin: 0 auto;
}
/*
    StatisticsForUser 
    */
.internalNote {
  width: 100%;
}
.note {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #ccc;
}
/* Google translate bar fix */
.translated-ltr .navbar-fixed-top {
  top: 40px!important;
}
.download-instructions {
  background: #C1E2E5;
  border: 1px solid #0098db;
  color: #0098db;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
}
.download-instructions h4 {
  font-family: 'Roboto', 'Lato', sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.download-instructions table td {
  padding-right: 30px;
}
.sos-hr {
  border: 0;
  height: 1px;
  background-color: #dddddd;
}
