a, a:visited {
color: #446DB2;
text-decoration: none;
transition: all ease 0.25s;
}

a:hover, a:active {
color:#1fb573;
}


body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background: #FFF;
  color:#4C4C4C;
  font-family: 'Roboto', sans-serif;
  font-size:15px;
  margin: 0px;
  overflow-x: hidden;
  overflow-y: scroll;
}

main {
	flex: 1 0 auto;
	background: #FFF;
  /* background: -moz-linear-gradient(-45deg, rgba(59,101,142,1) 0%, rgba(81,158,124,1) 100%); */
  /* background: -webkit-linear-gradient(-45deg, rgba(59,101,142,1) 0%,rgba(81,158,124,1) 100%); */
  /* background: linear-gradient(135deg, rgba(59,101,142,1) 0%,rgba(81,158,124,1) 100%); */
  z-index: 1;
  margin-top: 170px;
  padding: 0px 20px;
  padding-bottom: 20px;
}

.isIE main {
  min-height: calc(100vh - 306px);
}

@media only screen and (max-width: 1200px) {
  main {
    margin-top: 110px;
    padding: 0px 0px;
    padding-bottom: 20px;
  }
}

h3 {
  font-weight: 500;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  display: inline-block;
}

a {
  /* vertical-align: middle; */
  cursor: pointer;
}

b {font-weight: 500;}
strong {font-weight: 600;}
#pre-welcome strong {font-weight: 500;}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.color-primary {
  color: #446DB2;
}

.color-secondary {
  color: #1fb573;
}

.mb-0 {
  margin-bottom: 0;
}
.mt-0 {
  margin-top: 0px !important;
}

.pt-10 {
  padding-top: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pl-10 {
  padding-left: 10px;
}

.fw-500 {
  font-weight: 500;
}

.fs-18 {
  font-size: 18px;
}
.fs-2em {
  font-size: 2em;
}

.valign-middle {
  vertical-align: middle;
}

.hr-small {
  width: 50px;
  margin: 20px auto;
  border: 1px solid #ccc;
}

.btn-link,
a.btn-link {
  /* width: 100px; */
  text-align: center;
  display: inline-block;
  margin-top: 5px;
  cursor: pointer;
  /* background: #e4e4e4; */
  background: #446DB2;
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  /* color: #252525; */
  color: #fff;
  transition: all ease 0.4s;
  box-shadow: inset 0px 1px 5px rgba(0,0,0,0.2);
}

.btn-link:hover {
  color: #fff;
  background: #314f84;
  box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.8);
}

.presentation-label a {
  transition: all ease 0.5s;
  font-family: 'Roboto';
  color: white;
  padding: 10px 25px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid rgba(0,0,0,0.2);
  /* box-shadow: inset 0px 1px 5px rgba(0,0,0,0.2); */
  width: 100%;
  min-width: 240px;
  display: inline-block;
  box-sizing: border-box;
}

.presentation-label div {
  margin-bottom: 15px;
}

.presentation-label a:hover {
  box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}

.presentation-label a i {
  float: right;
  padding-right: 5px;
  transition: all ease 0.5s;
}

.presentation-label a:hover i {
  padding-right: 0px;
}

/* Category ****************************/

.row .col {
  padding: 0 20px;
}

.tiles {
  margin-top: 40px;
}

.depth {
  box-shadow: 0px 3px 10px rgba(0,0,0,0.15);
}

.band-header {
  /* background: #4b8ece; */
  border-radius: 5px;
  background-size: cover!important;
  background-position: center!important;
  position: relative;
}

.band-header-layer {
  border-radius: 5px;
  background-color: rgba(247, 247, 247, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.band-header span {
  margin: 0;
  padding: 20px 30px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.band-header h1 {
  font-weight: 300;
  color: #FFF;
  font-size: 28px;
  display: block;
  margin: 0;
  padding: 0;
}

.band-header h2 {
  font-weight: 300;
  color: #FFF;
  font-size: 18px;
  display: block;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}

.tile {
  border-radius: 5px;
  margin: 30px 0px;
  border: 1px solid #cccccc;
  background: rgba(255,255,255,1);
}

.tile-left .tile-header {
  border-radius: 5px 0px 0px 5px
}

.tile-right .tile-header {
  border-radius: 0px 5px 5px 0px
}

.tile-left .tile-body-wrapper {
  border-radius: 0px 5px 5px 0px
}

.tile-right .tile-body-wrapper {
  border-radius: 5px 0px 0px 5px
}

.tile-header {
  min-height: 100px!important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px!important;
}

.tile-header span {
  background-position: center!important;
}

.tile-header i {
  font-size: 120px;
}

.tile-body h2 {
  font-size: 25px;
  font-weight: 500;
  font-family: 'Heebo';
  color: #3c3c3c;
  margin: 15px 0px 5px 0px;
  text-align: left;
}

.single-tile .tile-body-wrapper {
  min-height: 1px!important;
}

.tile-body-wrapper {
  min-height: 100px!important;
  display: flex;
  text-align: justify;
}

.tile-body {
  padding: 15px 10px 25px 10px;
  color: #6f6f6f;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}

.tile-body ul {
  display: block;
  padding-top: 5px;
}

.tile-enumeration {
  text-align: left;
  margin-top: 15px;
}

.tile-enumeration-icon {
  width: 100%;
  text-align: left;
  font-size: 50px;
}

.tile-enumeration-icon span {
  background-position-x: center;
}

.tile-body .tile-enumeration h3 {
  font-size: 20px;
  font-family: 'Heebo';
  font-weight: 500;
  color: #3c3c3c;
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 6px;
  padding: 0;
  border-bottom: 1px solid #d0d0d0;
}

.tile-in-tile {
  margin: 10px 0px;
}

.presentation-tiles div {
  text-align: left;
  margin-bottom: 15px;
}

@media only screen and (max-width: 992px) {
  .presentation-tiles div {
    text-align: justify;
  }
}

.tile-lifesciences h3 {
  font-size: 20px;
  font-family: 'Heebo';
  font-weight: 500;
  color: #3c3c3c;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 6px;
  padding: 0;
  border-bottom: 1px solid #d0d0d0;
}

.tile-lifesciences h4 {
  font-size: 18px;
  font-family: 'Heebo';
  font-weight: 400;
  margin-bottom: 10px;
  color: #3c3c3c;
  padding: 0;
  border-bottom: 1px solid #d0d0d0;
}

.client-tile {
  min-height: 1px!important;
  text-align: left;
  padding-bottom: 30px!important;
}

.client-tile:first-child {
  padding-top: 10px!important;
}

.client-tile:last-child {
  padding-bottom: 10px!important;
}

.client-tile ul li {
  display: block;
  padding-top: 4px;
}

.client-tile ul li::before {
  content: '● ';
  color: #bbbbbb;
}

.client-tile h2 {
  font-size: 20px;
  font-family: 'Heebo';
  font-weight: 500;
  color: #3c3c3c;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 6px;
  padding: 0;
  border-bottom: 1px solid #d0d0d0;
}

.techno-tile h3 {
  font-size: 18px;
  font-family: 'Heebo';
  font-weight: 300;
  color: #3c3c3c;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 0;
  border-bottom: 1px solid #d0d0d0;
}

.network-tiles {
  margin-top: 10px;
}

.network-tiles .tile-body-wrapper {
  min-height: 170px!important;
}

@media only screen and (max-width: 1470px) {
  .network-tiles .tile-body-wrapper {
    min-height: 220px!important;
  }
}

@media only screen and (max-width: 1200px) {
  .network-tiles .tile-body-wrapper {
    min-height: 160px!important;
  }
}

.network-tiles .tile-body {
  padding: 15px 15px 25px 15px;
}

.network-tiles h2 {
  margin: 0px;
  font-size: 21px;
  font-weight: 300;
}

.network-tiles h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
}

.network-tiles .tile {
  margin: 20px 0px;
}

.network-tiles h4 {
  margin: 0;
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
}

.tile-button {
  width: 180px;
  text-align: left;
  display: block;
  margin-top: 5px;
  cursor: pointer;
  background: #e4e4e4;
  padding: 10px 20px;
  border-radius: 5px;
  color: #252525 !important;
  transition: all ease 0.4s;
  box-shadow: inset 0px 1px 5px rgba(0,0,0,0.2);
}

.tile-button i {
  float: right;
  transition: all ease 0.4s;
  padding-right: 5px;
  color: #252525;
}

.tile-button:hover {
  background: #1562af;
  color: #ffffff !important;
}

.tile-button:hover i {
  padding-right: 0px;
  color: #ffffff !important;
}


.tile-button-medium {
  background: #d7e9fa;
  color: #505050 !important;
}

.tile-button-medium i {
  color: #505050;
}

.tile-button-hard,
a.tile-button-hard {
  background: #446DB2;
  color: #ffffff !important;
  box-shadow: inset 0px 1px 5px rgba(0,0,0,0.2);
}

.tile-button-hard i {
  color: #ffffff;
}

.tile-button-hard:hover {
  background: #314f84;
  box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 992px) {
  .tile-header {
    min-height: 1px!important;
  }
  .tile-body-wrapper {
    min-height: 1px!important;
  }
  .tile-body h2 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1200px) {
  .tile-body .tile-enumeration-content {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 1200px) {
  .tiles {
    margin-top: 25px;
  }
  .tile {
    margin: 20px 0px;
  }
  .tile-body {
    padding: 15px 0px 25px 0px;
  }
}

.more-read{
  color: #78909c;
}
.more-read.active{
  background-color: #78909c;
  color: #FFF;
  transition: all linear 0.2s;
  outline: none;
  padding: 1px 9px;
  border-radius: 2px 2px 0px 0px;
}
.more-text{
  display: none;
  border: 1px solid #78909c;
  padding: 10px 15px;
  border-radius: 0px 5px 5px 5px;
  opacity: 0;
  transition: opacity linear 0.2s;
}
.more-text.active{
  opacity: 1;
}

 /* TAGS */


.tags {
  zoom: 1;
  display: flex;
  padding: 0px 29px;
  padding-bottom: 10px;
  flex-wrap: wrap;
}
.tags:before, .tags:after {
  content: '';
  display: table;
}
.tags:after {
  clear: both;
}
.tags li {
  position: relative;
  flex: 1 1 160px;
  float: left;
  margin: 0px;
  margin-right: 53px;
  margin-bottom: 13px;
  max-width: 250px;
}

.tags li:after {
  content: '';
  z-index: 2;
  position: absolute;
  top: 14px;
  right: -2px;
  width: 5px;
  height: 6px;
  opacity: .95;
  background: #218e55;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: inset 1px 0 #14613f;
  box-shadow: inset 1px 0 #14613f;
}
.tags a, .tags span {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tags a {
  cursor: auto;
  height: 35px;
  line-height: 33px;
  padding: 0 20px 0 20px;
  font-size: 15px;
  font-weight: 400;
  color: #555;
  text-decoration: none;
  text-shadow: 0 1px white;
  background: #ffffff;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #19774d;
  border-radius: 3px 0 0 3px;
}

.tags span {
  position: absolute;
  top: 1px;
  left: 100%;
  z-index: 2;
  overflow: hidden;
  color: white;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  background: #138c54;
  border: 1px solid;
  border-color: #19774d;
  border-radius: 0 2px 2px 0;
  opacity: .95;
  padding: 0 10px 0 10px;
  margin-top: -1px;
  max-width: 40px;
  min-width: 36px;
  height: 35px;
  text-align: center;
  line-height: 32px;
}

@media only screen and (max-width: 485px) {
  .tags li {
    margin-right: 36px;
  }
}

/* Style for the custom dropdown container */
.lang-select {
  position: relative;
  display: inline-block;
  min-width: 100px;
  margin-left: 15px;
}

/* Display the currently selected option */
.lang-selected {
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
  width: 100%;
  cursor: pointer;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 400;
}
#menu-wrapper.page-is-scrolled #menu .lang-selected {
  padding: 10px 0px;
}

.lang-selected img {
  margin-right: 5px;
}

/* Style for the dropdown list */
.lang-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #cccccc;
  background: #ffffff;
  z-index: 1000;
  display: none;
  flex-direction: column;
  width: 110px;
  border-radius: 5px 0px 5px 5px;
}

/* Each dropdown option */
.lang-option {
  padding: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.lang-option:hover {
  background: #f0f0f0;
  border-radius: 5px 0px 5px 5px;
}

/* Flags or icons within options */
.lang-option img,
.lang-option i {
  margin-right: 17px;
}

/* Show options when the dropdown is active */
.lang-select.active .lang-options {
  display: flex;
}

/* Hide the option that is currently selected */
.lang-option.hidden {
  display: none;
}