.selector {
      width: 100%;
 Padding: 2% 20% 2% 20%;
  background-color: #3d4649;
  text-align:center;
  margin:auto;
}


.grey a{
 color: #f3f3f3;
}
.grey h2{
 color: #f3f3f3;
}
.grey a{
 color: #f3f3f3;
}


.videoblock {
    display: block;
    margin: 0 auto;
    width: 85%;
}


.videoblock  .video {
  width: 315px;
  margin-bottom: 75px;
  display: inline-block;
}


.videoblock .video {
  background-color: #f2f2f2;
  padding: 0px 15px 45px 15px;
  cursor: pointer;
}

.videoblock .video:hover {
  /* box-shadow: -1px 10px 12px 5px rgba(0,0,0,0.17); */
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.1);
  background-color: #ffffff;
}

.videoblock .video .image {
  width:100%;
  /*max-width:250px;*/
  height: 240px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: -15px;
  position:relative;
}

.videoblock .video .image:before {
  transition: all .5s ease;
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ed8b00;
}

.videoblock .video:hover .image:before {
  opacity: 0.4;
}

.videoblock .video:hover .link a {
  color: #ed8b00;
}

.videoblock .video .image:after {
  transition: all .5s ease;
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 40px);
  width: 100%;
  height: 80px;
  background-image: url('https://go.lumiglobal.com/hubfs/bbdboom/lumi-2020-03-22/img/play.svg');
  background-repeat: no-repeat;
  background-position: center center;
  color: #ffffff;
}


.videoblock .video:hover .image:after {
  opacity: 0.8;
}


.videoblock .video .full-name {
  margin: 45px 0px 0px 0px;
  font-weight: bold;
  font-size: 16px;
}

.videoblock .video .designation {
  margin: 10px 0px 0px 0px;
  color: #141414;
}

.videoblock .video .link {
  margin: 45px 0px 0px 0px;
}


@media (min-width: 1070px) {
  .videoblock .intro,
  .videoblock .video,
  .videoblock .video-placeholder {
    width: 30%;
  }
  
  .videoblock .video.move-md-down {
    margin-top: 150px;
  }

  .videoblock .video.move-md-up {
    margin-top: -150px;
  }

  .videoblock .video.move-md-2up {
    margin-top: -300px;
  }
}







.title {
 text-align: center;
}

.title h2{
 font-size: 2.4rem;
  text-align: center;

}

.option {
 font-size: 1.2rem;
    text-align: center;
  Margin: auto 0;
}

.option a{
 font-size: 1.2rem;
}

.option select{
  text-align: center;
  width: 50%;}

.option h2{
  text-align: center;
}

.option .searchbutton {
  display: inline-block;  
  float: right;
  margin-top: -5px;
 margin-right: 25%;
}

.searchbutton {
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

.searchbutton {
  background-color:  #F2f2f2;
    font-size: 1em;
  color: #3d4649 !important;
  border-style: solid;
  border-radius: 8px;
    border-width: 2px;
  border-color: #3d4649;
  display: inline-block;
}

.searchbutton:hover {
  background-color: #ed8b00; !important;
    color: #fff !important;
      cursor: pointer;
}

/* .content-.odw */
.readmorelink {
padding: 2% 0% 4% 0%;
}

.Articles {
/*   padding-top: 5%;
  margin-bottom: 2%; */
  padding: 120px 0;
  min-width:90%;
}

.Articles h2 {
  font-weight: bold;  
    text-align: center;
  font-size: 2rem;
  color: #3d4649;
  margin: 10px 0px 0px 0px;
}

.Articles .article-header {
  text-align: center;
}

.Articles .article-header .more-link {
  margin-bottom: 0;
}

.Articles .article-header a.text-link {
  font-size: 14px;
}

.Articles .post-listing {
  padding-top: 3%;
}

.Articles .post-item {
    padding: 1em;
    border-radius: 2em;
    margin-bottom: 2em;
/*    height: 275px; */
}



.Articles .post-item:hover .Testimonial-image img {

cursor: pointer;
}




.arorange {
   border: 1px solid #ed8b01;
}

 .arteal {
   border: 1px solid #38a0be;
}

.arred {
   border: 1px solid: #ca3258;
}
.arblack {
   border: 1px solid #3e4646;
}


@media (min-width: 1070px) {
.Articles .post-item {
/*   height: 250px; */
}
}

@media (min-width: 1070px) {
.Articles .post-item {
    
    padding: 1em;
    border-radius: 2em;
    margin-bottom: 2em;
/*     height: 275px; */
}
}

.Articles .post-item-Video {
  background-color: #f3f3f3;
  padding: 0px 0px 35px 0px;
  margin-bottom: 3%;
  height: 500px;
}

@media (min-width: 1070px) {
.Articles .post-item-Video {
  height: 250px;
}
}

@media (min-width: 1070px) {
.Articles .post-item-Video {
  background-color: #f3f3f3;
  padding: 0px 0px 35px 0px;
  margin-bottom: 3%;
  height: 250px;
}
}


.Articles .post-item .post-title {
   min-height: 70px;  
    color: #fff;
 }

.Articles .post-item .post-title h3{
   min-height: 50px;  
    color: #f3f3f3;
 }

.Articles .post-item .post-link {
   min-height: 20px;
   color: #f3f3f3;
 }

.Articles .post-item .post-topic {
   min-height: 20px;
   color: #f4f4f4;
 }

.Articles .post-item .post-link a:link {
  font-size: 16px;
  font-weight: bold;
     color: #3da0bc;
}

.Articles .post-item .post-link a:hover {
  font-size: 16px;
  font-weight: bold;
}

.Articles .post-item .post-title a {

  font-size: 16px;
  font-weight: bold;
}

.Articles .post-item .post-date {
    padding: 5px 10px 0px 10px;
    font-size: 1rem;
    min-height: 20px;

}

.Articles .post-item .post-title {
  padding: 5px 10px 8px;
}

.Articles .post-item .more-link {
  margin-bottom: 0;
  padding: 5px 10px 16px;
}

.Articles .post-item .more-link a.text-link {
  font-size: 14px;
}

.Articles .post-item .post-title a:link {
  color: #3d4649;
  font-size: 16px;
  font-weight: bold;
}

.Articles .post-item .post-title a:hover {
  color: #37a0bf;
}
.Articles .post-item .post-topic {
  min-height: 15px;  
  min-height: 15px;
}




@media (min-width: 1070px){
  .Articles .post-item {
    width: 24%;
    min-width: 24%;
  }

.Articles .post-item .post-title {

    min-height: 65px;
/*     max-height: 65px; */

}

.Articles .blog-pagination {
  margin-top: 30px;
}
.Articles .post-item .Testimonial-image {
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  cursor: pointer;
  }
.Articles .post-item .Testimonial-image img{
width: 100%;
      Height: 125px;
    object-fit: Cover;
    border-radius: 1.5em 1.5em 0 0;
  

  }
  
  .Articles .post-item .vid-image {
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
.Articles .post-item .vid-image img{
width: 100%;
      Height: 125px;
    object-fit: Cover;
    border-radius: 1.5em 1.5em 0 0;

  }
  
  .Articles .post-item .vid-image img:hover{
width: 120%;
  cursor: pointer;

  }


}

@media (min-width: 1070px){
  .Articles .post-item {
    width: 24%;
    min-width: 24%;
  }
  
  .Articles .post-item:not(.d-none) {
    display: flex;
    flex-direction: column;
  }

  .Articles .post-item:not(.d-none) .articlecopy {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
  }

  .Articles .post-item .more-link {
    margin-top: auto;
  }
}

@media (max-width: 1070px){
  .Articles .post-item {
    height: auto;
  }

.Articles .post-item .post-title {
    margin-bottom: 1em;
    min-height: 65px;
/*     max-height: 65px; */
    margin-top: 2em;
}
  
  .Articles .post-item .post-title h3 {
  color: #f3f3f3;
}

.Articles .blog-pagination {
  margin-top: 30px;
}
.Articles .post-item .vid-image {
  width:100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 0px; 
  margin-bottom: 40px; 
  }
.Articles .post-item .vid-image img{
  width: 100%;

  object-fit: Cover;
  }

}





.content-post-listing .post-item .Testimonial-image  img {
    object-fit: cover;
    align-content: center;
}
    
    
.Articles .blog-pagination .posts-link {
  color: #3d4649;
  font-weight: bold;
  display: inline-block;
  padding: 20px 10px;
}

.Articles .blog-pagination .posts-link.active {
  color: #ed8b00;
}

.Articles .blog-pagination .posts-link:hover {
  color: #37a0bf;
}



.articlealt  {
  padding-top: 4%;
     border-radius: 2em;
  margin-bottom: 2%;
  background-color: #f3f3f3;
}

.articlealt   h2 {
  font-weight: bold;
  font-size: 2rem;
  color: #3d4649;
  margin: 10px 0px 0px 0px;
}

.articlealt  .post-listing {
  padding-top: 3%;
}

.articlealt  .post-item {

  padding: 0px 0px 35px 0px;
  margin-bottom: 3%;
  height: 400px;
}


@media (min-width: 1070px) {
.articlealt  .post-item {
  height: 400px;
}
}

@media (min-width: 1070px) {
.articlealt  .post-item {

  padding: 0px 0px 35px 0px;
  margin-bottom: 3%;
  height: 400px;
}
  

}



.articlecopy {
  background-color:#f3f3f3;
  border-radius: 0 0 1.5em 1.5em;
  min-height:120px;}

.articlecopy h3,
.articlecopy h3 a {
  line-height: 1.2;
}

.articlealt  .post-item .post-title {
   min-height: 20px;  
    color: #fff;
 }

.articlealt  .post-item .post-title h3{
   min-height: 50px;  
    color: #fff;
    font-size: 16px;
 }

.articlealt  .post-item .post-title p{
  padding: 0px 10px 0px 10px;
  font-size: 1rem;
 }

.articlealt  .post-item .post-link {
   min-height: 20px;

 }

.articlealt  .post-item .post-topic {
   min-height: 20px;
   color: #f4f4f4;
 }

.articlealt  .post-item .post-link a:link {
  font-size: 16px;
  font-weight: bold;
     color: #3da0bc;
}

.articlealt  .post-item .post-link a:hover {
  font-size: 16px;
  font-weight: bold;
}

.articlealt  .post-item .post-title a {
  color: #3d4649;
  font-size: 16px;
  font-weight: bold;
}

.articlealt  .post-item .post-date {
    padding: 10px 10px 0px 10px;
    min-height: 20px;
}

.articlealt  .post-item .post-title {
  padding: 5px 10px 0px 10px;
  min-height: 75px;  

}

.articlealt  .post-item .post-title a:link {
  color: #3d4649;
  font-size: 16px;
  font-weight: bold;
}

.articlealt  .post-item .post-title a:hover {
  color: #37a0bf;
}
.articlealt  .post-item .post-topic {
  min-height: 15px;  
  min-height: 15px;
}


@media (min-width: 1070px){
  .articlealt  .post-item {
    width: 45%;
  }


.articlealt  .blog-pagination {
  margin-top: 30px;
}
.articlealt  .post-item .Testimonial-image {
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
.articlealt  .post-item .Testimonial-image img{
    width: 100%;
    Height: 125px;
    object-fit: Cover;
    margin-bottom: -50px;
  }
}

@media (min-width: 1070px){
  .articlealt  .post-item {
    width: 48%;
    background-color: #fff;
  }
}

@media (max-width: 1070px){
 
    .Articles .post-listing {
    width: 90%;
    height: auto;
 
      margin: auto;
  }

.Articles .post-item .Testimonial-image img{
width: 100%;
/*       Height: 125px; */
    object-fit: Cover;
    border-radius: 1.5em 1.5em 0 0;

  }
.Articles .blog-pagination {
  margin-top: 30px;
}
.Articles .post-item .Testimonial-image {
  width:100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 0px; 
  margin-bottom: 40px; 
  }
  
  
  
  
.articlealt  .post-item .Testimonial-image img{
width: 100%;
      Height: 125px;
    object-fit: Cover;
    border-radius: 1.5em 1.5em 0 0;

  }
.articlealt  .post-item .post-title p{
  display:none;
 }
  .articlealt  .post-item {
    width: 90%;
    height: 320px;
    background-color: #fff;
  }

.articlealt  .blog-pagination {
  margin-top: 30px;
}
.articlealt  .post-item .Testimonial-image {
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

.content-post-listing .post-item .Testimonial-image  img {
    object-fit: cover;
    align-content: center;
}
    
    
.articlealt  .blog-pagination .posts-link {
  color: #3d4649;
  font-weight: bold;
  display: inline-block;
  padding: 20px 10px;
}

.articlealt  .blog-pagination .posts-link.active {
  color: #ed8b00;
}

.articlealt  .blog-pagination .posts-link:hover {
  color: #37a0bf;
}

.readmorelink a{
Color:#ed8b00;
}

.readmorelink a:hover{
Color:#37a0bf;
}




.owd {
    margin: 0 auto;
  position: relative;
  width: 48%;
  max-height:400px;
  min-height:400px;
  background-color: #f3f3f3;
}

.owd image{
max-height:340px;
}


.owd  h2 {
  font-weight: bold;
  font-size: 1.8rem;
  color: #3d4649;
  margin: 10px 0px 0px 0px;
}

.owdimage {
    display: block;
    width: 100%;
    height: 280px;
  border-radius: 1.5em 1.5em 0 0  ;
    object-fit: cover;
}

.articleoverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008CBA;
    border-radius: 0 0  0 0  ;
  overflow: hidden;
  width: 100%;
  height: 30%;
  transition: .5s ease;
  Opacity: 0.8;
}
  .owd  .owdtext a {
    position: absolute;
    top: 75%;
    margin: 0px 0px 0px 15px;
    width: 80%;
}


  .owd  .owdtext a:hover {
    color:#fff;
}
.owd:hover .articleoverlay {
  height: 100%;
      border-radius: 1.5em 1.5em 0 0  ;
  cursor:pointer;
}
  .owd :hover .owdtext a {
  top: 50%;
}

@media (max-width: 1070px){
  .owd {
    margin: 0 auto;
    width: 90%;
}
 .owd .articleoverlay {
  height: 35%;
     Opacity: 0.8;
} 
   .articleoverlay {
  overflow: visible;
}
  .owd  .owdtext a {
     margin: 5px 0px 0px 0px;
    Padding: 0% 0% 10% 0%;
      font-size: 1rem;
    width: 80%;
}
  
  .owd:hover .articleoverlay {
  height: 35%;
}
  
  
}






.text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.text a:link {
  color: white;
}

.text a{
  color: white;
}


.btn {
  padding: 10px 15px;
  border: 1px solid transparent;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

.btn-orange {
  background-color: #ed8b00 !important;
  color: #ffffff !important;
  border-radius: 8px;
}

.btn-orange:hover {
  background-color: #141414 !important;
}




.d-none {
  display: none;
}

.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}

.flex-wrap {
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important;
}

.justify-content-between {
  -ms-flex-pack: justify!important;
    justify-content: space-between;
}

.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}

.align-items-start {
  -ms-flex-align: start!important;
  align-items: flex-start!important;
}

.align-items-stretch {
  -ms-flex-align: stretch!important;
  align-items: stretch!important;
}

.flex-row {
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}

.flex-column {
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}

.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}

.flex,
.mod-center {
	gap: 24px;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.w-50p {
  width: 50%;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}



.content-career {
  padding-top: 25px;
  padding-bottom: 50px;
  background-color: #ffffff;
  color: #3e3e3e;

}



.content-career h2 {
  margin: 0px 0px 35px 0px;
  font-weight: bold;
  font-size: 45px;
}

.content-career .content {
  font-weight: normal;
  font-size: 20px;
  margin: 0px 0px 30px 0px;
  line-height: 24px;
}


.content-career .content li{
  margin: 0px 0px 0px 50px;
}




@media (min-width: 1071px){ 
      .w-frm-40p {
    width: 40%;
  }
}


@media (min-width: 1070px){ 
  
  .d-md-none {
    display: none !important;
  }
  
  .d-md-block {
    display: block;
  }
  
  .d-md-inline-block {
    display: inline-block;
  }
  
  .d-md-flex {
    display: -ms-flexbox!important;
    display: flex!important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify!important;
  justify-content: space-between;
  }

  .align-items-md-center {
    -ms-flex-align: center!important;
    align-items: center!important;
  }
  
  .align-items-md-start {
    -ms-flex-align: start!important;
    align-items: stretch !important;
  }
  
  .align-items-md-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
  }
  
    .align-items-md-stretch-resource1 {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
      height: 200px;
  }
  
      .align-items-md-stretch-resource2 {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
      height: 350px;
  }
  
        .align-items-md-stretch-resource3 {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
      height: 500px;
  }
  
  .flex-md-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }

  .flex-md-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }

  .flex-md-fill {
      -ms-flex: 1 1 auto!important;
      flex: 1 1 auto!important;
  }
  
  .flex,
  .mod-center {
    gap: 0;
  }
  
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  
  .w-md-50p {
    width: 50%;
  }
  
  .hero-row .mod-center .w-md-50p:first-of-type {
    width: 55%;
  }

  .hero-row .mod-center .w-md-50p {
    width: 45%;
  }
  
  .w-md-90p {
    width: 90%;
  }  
    .w-md-80p {
    width: 80%;
  }
  
    .w-md-70p {
    width: 70%;
  }
  
    .w-md-60p {
    width: 60%;
  }
  
    .w-md-40p {
    width: 40%;
  }
  
    .w-md-20p {
    width: 20%;
  }
  
  .pr-md-100{
    padding-right: 100px;
  }
}

.mt-15 {
  margin-top: 15px;
} 

.mt-80 {
  margin-top: 80px;
} 

.mb-10 {
  margin-bottom: 10px;
} 

.mb-30 {
  margin-bottom: 30px;
} 

@media (min-width: 1070px){ 
  .mb-md-0 {
    margin-bottom: 0;
  }
  
  .mr-md-10 {
    margin-right: 10px;
  }
}