.viewsreference--view-title {
  padding-top: 2%;
  text-align: center;
  padding-bottom: 40px;
  font-size: 1.6rem;
  color: #015bb3;
  font-weight: 600; 
}


.more-link {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 30px;
}

.more-link a {
  color: #015bb3 !important;
  font-weight: bold;
}

.read-more {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 10%;
}

.read-more a {
  padding: 2%;
  text-decoration: none;
  border: 2px solid #015bb3;
  color: #015bb3;
}

.embed-block-img img {
  width: 220px;
  height: 100px;
}

.btn-purple p {
  margin: 0 20% 2% 20%;
}

.paragraph--type--information-card .btn-purple p {
  margin: 0 !important;
}


.btn-small-padding a {
  padding: 10px 5px 10px 5px !important;
  margin: 0 30% 0% 30% !important;
}

.btn-light-blue {
  display: block;
  text-align: center;
  background-color: deepskyblue;
  color: white;
  border-radius: 20px;
  padding: 5px;
}

.paragraph--type--information-card svg, .paragraph--type--information-card img {
  height: 60px !important;
  width: auto !important;
}

.paragraph--type--information-card {
  margin: 5% 20% 5% 20%;
  padding: 5%;
  text-align: center;
}


.btn-purple a, .btn-purple {
  display: block;
  text-align: center;
  background-color: purple;
  color: white;
  border-radius: 20px;
  padding: 5px 5px 5px 5px;
}

/*Microsite card Icon*/
.paragraph--type--microsite-card .field-name--field-icon {
  text-align: center;
}

.paragraph--type--microsite-card {
  border: 2px solid #bbcc59;
  padding: 5%;
  margin-left: 20px;
  margin-right: 20px;
  /*min-height: 400px;*/
  /*max-height: 400px;*/
  height: 100%;
}

.paragraph--type--microsite-card .paragraph--type--basic-section .field-name--field-content {
  padding: 10px !important;
}

.news-card {
  margin-left: 5%;
  margin-right: 5%;
}

.news-card img {
  width: 310px;
  height: 175px;
  max-width: none;
}

.news-card video {
  width: 310px;
  height: 175px;
}

/*Events Block*/


/*
.list-items-events img {

}

.list-items-events .events-left {

}


.list-items-events-first img {
  width: 100%;
  height: unset !important;
}

.list-items-events-first .card-body {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  z-index: 999;
  text-align: center;
  background: #093576;
  opacity: 0.8;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.list-items-events-first .card-body .card-title a {
  color: white !important;
}

.list-items-events-first .events-right {
  display: none;
}


.list-items-events .card .card-body {
  padding: 0 !important;
  color: #093576;
}

.list-items-events .card .card-body a {
  padding: 0 !important;
  color: #093576;
}

.list-items-events .card .card-title {
  margin-bottom: 0 !important;
  font-weight: 700;
  font-size: 1.20rem;
}

.list-items-events .card .card-body {
  margin-bottom: 0 !important;
  font-weight: 600;
}

*/

.date-body {
  display: flex;
}

.news-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: none;
  /*border-radius: .25rem;*/
}

.card .event-date {
  color: white;
  background: #803476;
  text-transform: uppercase;
  word-wrap: normal !important;
  text-align: center;
  align-self: center;
  margin-right: 5%;
  padding: 8px 20px 8px 20px;
}


/*Videos Landing*/
.video-listing .views-exposed-form {
  display: flex;
  justify-content: end;
  align-items: flex-end;
  margin: 10px;
  width: 100%;
}

.video-listing .views-exposed-form .js-form-item-sort-by {
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  order: 1;
}

.video-listing .views-exposed-form .js-form-item-search {
  order: 2;
}

.video-listing .views-exposed-form .form-item-sort-order {
  display: none;
}

.video-listing #edit-actions {
  order: 3;
}

.video-listing .select2 {
  color: white;
  background: #093576;
}

.video-listing #select2-edit-sort-by-container {
  color: white;
  background: #093576;
}

.video-listing .form-text {
  color: white;
  background: #093576;
}


.video-listing .js-form-submit {
  background: #873b82;
  color: white;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.video-listing main ul li {
  list-style: none !important;
  display: inline-block !important;
}

.video-listing .watch-now {
  padding-left: 6px;
}

.video-listing .watch-now span {
  cursor: pointer;
}


.col-container {
  display: table; /* Make the container element behave like a table */
  width: 100%; /* Set full-width to expand the whole page */
}

.col {
  display: table-cell; /* Make elements inside the container behave like table cells */
}


/*Video Landing  Page*/
.video-card img {
  width: 100%;
  height: 180px;
}

.video-card {
  display: flex;
  justify-content: center;
}

.watch-now-arrow {
  width: 75px !important;
  height: 40px !important;
  margin-bottom: 10px;
}

.video-card .card {
  background-color: #EFF3F4;
  margin: 2%;
}

.video-card table {
  width: 300px !important;
  background-color: #e5e7e7;
  margin: 10px;
}

.video-card .card-text img {
  width: 100px !important;
}

.video-title td {
  padding-right: 5px;
  padding-left: 5px;
  height: 50px !important;
  color: #09356a;
  font-weight: bold;
}

.video-body {
  height: 70px !important;
}

.video-body td {
  padding-left: 10px;
  padding-right: 10px;
}


.video-card .card-body {
  padding: 10px 0 0 5px !important;
}

.video-main-list .video-card {
  padding: 1%;
}

.video-date {
  font-size: 12px;
  font-weight: bold;
}

.video-title {
  color: #09356a;
  font-weight: bold;
}

.video-date td {
  padding-left: 10px;
  padding-right: 10px;
}

.watch-now td {
  padding-left: 10px;
  padding-right: 10px;
  color: #09356a;
  font-weight: bold;
  font-size: smaller;
}


/*News Main Page*/
.news-main table {
  width: 275px !important;
  background-color: white;
  color: #09356a;
  margin-top: 5px;
  margin-bottom: 5px;
}

.news-main {
  /*margin-left: 7% !important;*/
  display: inline-flex;
  justify-content: flex-start;
  padding-left: 0 !important;
  padding-right: 0 !important;;
}

.main-video {
  margin-left: 15px !important;
}

.news-main img {
  /*width: 275px !important;*/
  height: 175px !important;
  object-fit: cover;
}

.news-main table td {
  padding: 5px !important;
}

.news-title {
  color: #09356a;
  font-weight: bold;
}

.news-date {
  font-weight: bold;
  color: #FF8D34 !important;
}

.main-news-view {
  padding: 0 !important;
  margin: 0 !important;
}

/*Micro Site Card*/
.paragraph--type--microsite-card .field-name--field-icon img {
  height: 182px !important;
  object-fit: cover;
}

.paragraph--type--microsite-card .paragraph--type--basic-section {
  padding: 0 !important;
}

.paragraph--type--microsite-card .container {
  padding: 0 !important;
}

.video-listing ul li {
  list-style: none;
  display: inline-block;
}

::placeholder { /* Most modern browsers support this now. */
  color: #ffffff;
}

::marker {
  display: none !important;
}

/*Image Background Block*/
@media screen and (min-width: 1000px) {
  .background-block-img section {
    padding-top: 21rem;
  }
}


.first-video .video-right, .list-video .video-left {
  display: none;
}

.video-listing .select2-selection {
  background: #09356a;
  color: white;
  width: 200px;
}

.video-left {
  color: white;
  text-align: center;
  padding: 0 !important;
}

.vide-left-title {
  background: #025ab3;
  color: white;
  padding: 30px;
}

.vide-left-title a {
  color: white !important;
}

.video-right .row {
  margin-bottom: 5px;
  height: 98px !important;
}

.video-right .col-7 {
  color: white;
  text-align: center;
  background: #09356a;
  /*max-width: 183px !important;*/
}

.list-video {
  padding-top: 2%;
}

.first-video .views-row {
  padding: 0 !important;
}

.list-video .views-row {
  margin-bottom: 10px;
}

.list-items-events-first .card {
  border: none !important;
}

.display-cards {
  display: flex !important;
  justify-content: space-evenly;
  margin-left: 5%;
}

.js-pager__items {
  text-align: center;
}

.microsite-block {
  display: inline-flex;
  background: #EFEFF3F4 !important;
  border-radius: 10px;
}

.featured-block {
  position: absolute;
  top: 0;
  left: 30px;
  background: #803476;
  color: white;
  padding: 5px 10px 5px 10px;
}

.video-view {
  margin-bottom: 3%;
}

.main-news-view {
  display: inline-flex;
}

.list-items-events-first {
  padding: 3% !important;
  align-self: center !important;
}

.node--type-microsite .paragraph--type--icon-title-summary .fontawesome-icon {
  color: unset !important;
}

.node--type-microsite .node__submitted {
  display: none;
}

.field-name--field-slider-background-image main ol li {
  list-style: circle;
  padding-left: 4px;
}

.carousel-indicators ol li {
  list-style: inside !important;
  padding-left: 4px;
  color: black;
}

.navy-icon .paragraph--type--icon-title-summary .icon.fontawesome-icon svg {
  height: 60px;
  width: auto;
  color: #09356a !important;
}

/*
.purple-icon .paragraph--type--icon-title-summary .icon.fontawesome-icon svg {
  height: 60px;
  width: auto;
  color: #873b82 !important;
}

*/ 

.paragraph--type--icon-title-summary .icon.fontawesome-icon svg {
  height: 60px;
  width: auto;
  /* color: unset !important; */
}

/*New Taxonomy*/
.pt-larger {
  padding-top: 8rem !important;
}

@media (min-width: 576px) {
  .pt-larger {
    padding-top: 15rem !important;
  }
}

@media (min-width: 768px) {
  .pt-larger {
    padding-top: 20rem !important;
  }

}

@media (min-width: 1700px) {
  .pt-larger {
    padding-top: 22rem !important;
  }

  .main-news-view .more-link .video-view {
    width: 100% !important;
  }

  /* .views-element-container > div:first-child {
    max-width: 1140px !important;
    width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  } */
  .display-main-video {
    left: unset !important;
  }
}

@media (min-width: 1366px) {
  .pt-larger {
    padding-top: 23rem !important;
  }

  .main-news-view .more-link {
    width: 100% !important;
  }
}

@media (min-width: 1600px) {
  .pt-larger {
    padding-top: 26rem !important;
  }
}

.carouselIndicators .carouselIndicators_list {
  list-style: none !important;
}

.paragraph--type--microsite-card {
  background: white;
}

.bg-mid-color, .news-section, .news-main-section {
  background: #EFF3F4 !important;
}

.icons-rounded .fontawesome-icon svg {
  /*border: 3px solid;*/
  /*border-radius: 95%;*/
  padding: 15px;
  height: 75px !important;
  width: 75px !important;
}

.icons-rounded .fontawesome-icon {
  border: 3px solid;
  border-radius: 50%;
  height: 80px !important;
  width: 80px !important;
  margin: auto;
}

.event-view .more-link {
  justify-content: space-around !important;
}

/*Events Main Block*/
.list-items-events {
  align-self: center !important;
  padding: 0;
}

.list-items-events .card {
  background: none !important;
  padding: 5px !important;
  border: none !important;
  margin: 5px !important;
}

/*
.microsite-block, .main-news-view, .news-main, .video-view, .news-section, .view-main {
  display: inline-flex !important;
}
*/

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
  .microsite-block, .main-news-view, .news-main, .video-view, .news-section, .view-main {
    flex-wrap: wrap !important;
  }
}

@media (min-width: 1200px) {
  .left-section {
    margin-left: 3.333333%;
  }

  .more-link {
    display: flex;
    justify-content: flex-end !important;
    align-items: center;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .left-section {
    margin-left: 1.333333%;
  }

  .more-link {
    display: flex;
    align-items: center;
  }

}

.display-main-video .list-video {
  margin-top: 25px !important;
}


.display-main-video .list-video .video-right {
  display: block;
  padding-left: 10%;
}   

.list-video {
  padding: 0 !important;
  align-self: flex-end;
}

.video-listing .overlay-img {
  position: absolute;
  top: 15%;
  left: 35%;
  cursor: pointer;
}

.video-listing .overlay-img svg {
  width: 65px !important;
  height: 70px !important;
  color: white;
  opacity: 0.8;
}

.video-listing .overlay-img img {
  height: 60px;
  width: 70px;
}

.video-listing {
  padding-bottom: 5%;
}

.video-listing .video-card .card .card-title {
  padding-bottom: 0;
  margin-bottom: 2px !important;
}

.video-listing .video-card .card .card-text {
  padding-top: 5px !important;
}

.only-title {
  font-size: x-large !important;
  font-weight: bolder !important;
}

.news-main-container {
  padding: 0 !important;
}

.event-view {
  margin-left: 20px;
}

.pos-relative {
  position: relative;
}

.overlay-img-left img {
  width: 50px;
  opacity: 0.7;
}

.overlay-img-main svg {
  width: 100px !important;
  height: 110px !important;
  opacity: 0.8 !important;
  color: white !important;
}

.overlay-img-left svg {
  width: 50px !important;
  height: 50px !important;
  opacity: 0.8 !important;
  color: white !important;
}

.overlay-img-main svg:hover, .overlay-img-left svg:hover, .overlay-img svg:hover {
  color: #09356a !important;
}

.watch-now a {
  color: white !important;
}

.overlay-img-left {
  position: absolute;
  top: 50%;
  left: 45%;
  cursor: pointer;
}

.overlay-img-main img {
  width: 100px;
  opacity: 0.7;
}

.overlay-img-main {
  position: absolute;
  top: 31%;
  left: 39%;
  cursor: pointer;
}

/*.news-list {*/
/*  margin-top: 5%;*/
/*}*/
.news-list .field-name--field-news-image img {
  min-height: 200px !important;
  max-height: 200px !important;
  object-fit: cover;
}

.region--hero .background-block-img {
  margin-bottom: 2% !important;
}

.news-main .new-content {
  margin: 5px;
  background: white;
  padding: 10px 10px 0 10px !important;
  height: 90% !important;
  overflow: hidden;
}

.news-main #field-item-1 {
  padding-left: 0 !important;
}

.news-main #field-item-1 .new-content {
  border: 1px solid #FF8D34 !important;
}

.news-main #field-item-2 .new-content {
  border: 1px solid #09356a !important;
}

.news-main #field-item-3 {
  padding-right: 0 !important;
}

.news-main #field-item-3 .new-content {
  border: 1px solid #8baa0b;
}

.news-main .news-item .news-body {
  font-weight: 600;
  margin-top: 10px;
}

.news-content {
  padding: 15px 6px 10px 6px;
  height: 100%;
  border: 1px solid;
  background: white;
}

.video-main-list {
  padding-right: 15% !important;
  padding-left: 20% !important;
}

#carouselIndicators .carouselIndicators_list {
  list-style: none !important;
  border: 4px solid #09356a;
  box-sizing: inherit !important;
  border-radius: 50px !important;
  height: 15px !important;
  width: 15px !important;
}

.carousel-indicators .active {
  background-color: #09356a !important;
}


.carousel-inner a {
  color: white !important;
  text-decoration: underline !important;
}

.node--type-microsite .carousel-indicators {
  bottom: -50px !important;
}

.menu_translate {
  display: flex !important;
  justify-content: center !important;
}

.viewsreference--view-title {
  text-align: center;
  padding-bottom: 40px;
  font-size: 1.6rem;
  color: #015bb3;
  font-weight: 600; 
}

/*
.viewsreference--view-title::after {
  content: '';
  position: absolute;
  left: 15px;
  bottom: -30px;
  background-color: #09356a;
  width: 85px;
  height: 5px;
}   */


.paragraph--type--nested-paragraphs-section .nested-paragraphs-wrapper .field-name--field-nested-paragraphs > .field__item {
  margin-bottom: 40px;
}


.first-video .views-row, .first-video .views-row .views-field {
  height: 100% !important;
}

.video-left, .video-left .pos-relative, .video-left .card-img-top, .video-left .video-img .video-embed-field-launch-modal, .video-left .video-img .video-embed-field-launch-modal img {
  height: 100% !important;
  width: 100% !important;
}
.video-img .video-embed-field-launch-modal img {
  object-fit: cover;
}

/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {

  .paragraph--type--nested-paragraphs-section .nested-paragraphs-wrapper.max-items-lg-6 .field-name--field-nested-paragraphs > .field__item {
    width: 16.6666666666666% !important;
  }

  .display-main-video {
    padding-right: 0 !important;
    padding-left: 0 !important;
    display: inline-flex;
    margin-right: 0;
  }

  .microsite-block {
    padding-right: 0 !important;
    padding-left: 0 !important;
    display: inline-flex;
    margin-right: 0;
  }

  
  .video-right .pos-relative {
    margin-left: 80px !important;
  }  


  .video-left, .video-left .pos-relative, .video-left .card-img-top, .video-left .video-img .video-embed-field-launch-modal, .video-left .video-img .video-embed-field-launch-modal img {
    height: 100% !important;
    width: 100% !important;
  }

  .video-img .video-embed-field-launch-modal img {
    object-fit: cover;
  }

}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {

  .paragraph--type--nested-paragraphs-section .nested-paragraphs-wrapper.max-items-lg-6 .field-name--field-nested-paragraphs > .field__item {
    width: 16.666666666666666666% !important;
  }

  .display-main-video {
    padding-right: 0 !important;
    padding-left: 0 !important;
    display: inline-flex;
    margin-right: 0;
  }

  .microsite-block {
    padding-right: 0 !important;
    padding-left: 0 !important;
    display: inline-flex;
    margin-right: 0;
  }

  
  .video-right .pos-relative {
    margin-left: 80px !important;
  }  


  .video-left, .video-left .pos-relative, .video-left .card-img-top, .video-left .video-img .video-embed-field-launch-modal, .video-left .video-img .video-embed-field-launch-modal img {
    height: 100% !important;
    width: 100% !important;
  }

  .video-img .video-embed-field-launch-modal img {
    object-fit: cover;
  }

}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/



@media (max-width: 1024px) {
  .video-right div.col-5 {
      position: relative!important;
      z-index: 0!important;
      height: auto!important;
    }

    .display-main-video .list-video .video-right {
      display: block;
      padding: 0 15px;
    }
}



@media (min-width: 768px) and (max-width: 1024px) {
  .first-video, .list-video {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .microsite-block {
    display: unset !important;
  }

  
  .video-right .pos-relative {
    margin-left: 0!important;
  }  

  .list-items-events-first, .list-items-events {
    max-width: 100% !important;
  }

  .video-left .video-img .video-embed-field-launch-modal img {
    min-height: 400px !important;
  }

  .video-left .video-img img {
    min-height: 400px !important;
  }

  .video-view .more-link {
    flex: 0 0 100% !important;
  }

  .video-right .col-8 {
    max-width: 100% !important;
  }

  .list-video img:not(.watch-now) {
    height: 100%!important;
  }

  .display-main-video {
    left: unset !important;
    display: unset !important;
    margin-left: 0;
    justify-content: space-evenly;
    margin-right: 0;
  }

  .video-left, .video-left .pos-relative, .video-left .card-img-top, .video-left .video-img .video-embed-field-launch-modal, .video-left .video-img .video-embed-field-launch-modal img {
    height: 100% !important;
    width: 100% !important;
  }

  .video-img .video-embed-field-launch-modal img {
    object-fit: cover;
  }

}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

  /* CSS */
  .first-video, .list-video {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  

  .video-right .pos-relative {
    margin-left: 0!important;
  }   

  .microsite-block {
    display: unset !important;
  }

  .list-items-events-first, .list-items-events {
    max-width: 100% !important;
  }

  .video-left .video-img .video-embed-field-launch-modal img {
    min-height: 400px !important;
  }

  .video-left .video-img img {
    min-height: 400px !important;
  }

  .video-view .more-link {
    flex: 0 0 100% !important;
  }

  .video-right .col-8 {
    max-width: 100% !important;
  }

  .list-video img:not(.watch-now) {
    height: 100%!important;
  }

  .display-main-video {
    left: unset !important;
    display: unset !important;
    margin-left: 0;
    justify-content: space-evenly;
    margin-right: 0;
  }

  .microsite-block, .main-news-view, .news-main, .display-main-video, .video-view, .news-section, .view-main {
    flex-flow: wrap !important;
  }

  .video-listing .views-exposed-form {
    flex-wrap: wrap !important;
  }

}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  .video-listing .views-exposed-form {
    flex-wrap: wrap !important;
  }

  .microsite-block, .main-news-view, .news-main, .display-main-video, .video-view, .news-section, .view-main {
    flex-flow: wrap !important;
  }

  .video-listing .views-exposed-form {
    flex-wrap: wrap !important;
  }

  /* CSS */

}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {

  .microsite-block, .main-news-view, .news-main, .display-main-video, .video-view, .news-section, .view-main {
    flex-flow: wrap !important;
  }

  .video-listing .views-exposed-form {
    flex-wrap: wrap !important;
  }

  .list-items-events-first {
    padding: 0 !important;
    margin: 0;
    align-self: center !important;
  }

  .video-right .pos-relative {
    margin-left: 0 !important;
  }

  .viewsreference--view-title {
    padding-top: 2%;
    text-align: center;
    padding-bottom: 20px;
    font-size: 1.2rem;
    color: #015bb3;
    font-weight: 600;
  }

  .more-link {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 30px;
  }

  .more-link a {
    color: #015bb3!important;
    font-weight: bold;
  }

  .read-more {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 10%;
  }

  .read-more a {
    padding: 2%;
    text-decoration: none;
    border: 2px solid #015bb3;
    color: #015bb3;
  }

  .embed-block-img img {
    width: 220px;
    height: 100px;
  }

  .btn-purple p {
    margin: 0 20% 2% 20%;
  }

  .paragraph--type--information-card .btn-purple p {
    margin: 0 !important;
  }


  .btn-small-padding a {
    padding: 10px 5px 10px 5px !important;
    margin: 0 30% 0% 30% !important;
  }

  .btn-light-blue {
    display: block;
    text-align: center;
    background-color: deepskyblue;
    color: white;
    border-radius: 20px;
    padding: 5px;
  }

  .paragraph--type--information-card svg, .paragraph--type--information-card img {
    height: 60px !important;
    width: auto !important;
  }

  .paragraph--type--information-card {
    margin: 5% 20% 5% 20%;
    padding: 5%;
    text-align: center;
  }


  .btn-purple a, .btn-purple {
    display: block;
    text-align: center;
    background-color: purple;
    color: white;
    border-radius: 20px;
    padding: 5px 5px 5px 5px;
  }

  /*Microsite card Icon*/
  .paragraph--type--microsite-card .field-name--field-icon {
    text-align: center;
  }

  .paragraph--type--microsite-card {
    border: 2px solid #bbcc59;
    padding: 5%;
    margin-left: 20px;
    margin-right: 20px;
    /*min-height: 400px;*/
    /*max-height: 400px;*/
    height: 100%;
  }

  .paragraph--type--microsite-card .paragraph--type--basic-section .field-name--field-content {
    padding: 10px !important;
  }

  .news-card {
    margin-left: 5%;
    margin-right: 5%;
  }

  .news-card img {
    width: 310px;
    height: 175px;
    max-width: none;
  }

  .news-card video {
    width: 310px;
    height: 175px;
  }

  /*Events Block*/
  .list-items-events img {
    display: none;
  }

  .list-items-events .events-left {
    display: none;
  }

  .list-items-events-first img {
    border-radius: 20px;
    width: 100%;
    height: unset !important;
  }

  .list-items-events-first .card-body {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    z-index: 999;
    text-align: center;
    background: #093576;
    opacity: 0.8;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .list-items-events-first .card-body .card-title a {
    color: white !important;
  }

  .list-items-events-first .events-right {
    display: none;
  }


  .list-items-events .card .card-body {
    padding: 0 !important;
    color: #093576;
  }

  .list-items-events .card .card-body a {
    padding: 0 !important;
    color: #093576;
  }

  .list-items-events .card .card-title {
    margin-bottom: 0 !important;
    font-weight: 700;
    font-size: 1.20rem;
  }

  .list-items-events .card .card-body {
    margin-bottom: 0 !important;
    font-weight: 600;
  }

  .date-body {
    display: flex;
  }

  .news-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
    /*border-radius: .25rem;*/
  }

  .card .event-date {
    color: white;
    background: #803476;
    text-transform: uppercase;
    word-wrap: normal !important;
    text-align: center;
    align-self: center;
    margin-right: 5%;
    padding: 8px 20px 8px 20px;
  }


  /*Videos Landing*/
  .video-listing .views-exposed-form {
    display: flex;
    justify-content: end;
    align-items: flex-end;
    margin: 10px;
    width: 100%;
  }

  .video-listing .views-exposed-form .js-form-item-sort-by {
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    order: 1;
  }

  .video-listing .views-exposed-form .js-form-item-search {
    order: 2;
  }

  .video-listing .views-exposed-form .form-item-sort-order {
    display: none;
  }

  .video-listing #edit-actions {
    order: 3;
  }

  .video-listing .select2 {
    color: white;
    background: #093576;
  }

  .video-listing #select2-edit-sort-by-container {
    color: white;
    background: #093576;
  }

  .video-listing .form-text {
    color: white;
    background: #093576;
  }


  .video-listing .js-form-submit {
    background: #873b82;
    color: white;
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .video-listing main ul li {
    list-style: none !important;
    display: inline-block !important;
  }

  .video-listing .watch-now {
    padding-left: 6px;
  }

  .video-listing .watch-now span {
    cursor: pointer;
  }


  .col-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
  }

  .col {
    display: table-cell; /* Make elements inside the container behave like table cells */
  }


  /*Video Landing  Page*/
  .video-card img {
    width: 100%;
    height: 180px;
  }

  .video-card {
    display: flex;
    justify-content: center;
  }

  .watch-now-arrow {
    width: 75px !important;
    height: 40px !important;
    margin-bottom: 10px;
  }

  .video-card .card {
    background-color: #EFF3F4;
    margin: 2%;
  }

  .video-card table {
    width: 300px !important;
    background-color: #e5e7e7;
    margin: 10px;
  }

  .video-card .card-text img {
    width: 100px !important;
  }

  .video-title td {
    padding-right: 5px;
    padding-left: 5px;
    height: 50px !important;
    color: #09356a;
    font-weight: bold;
  }

  .video-body {
    height: 70px !important;
  }

  .video-body td {
    padding-left: 10px;
    padding-right: 10px;
  }


  .video-card .card-body {
    padding: 10px 0 0 5px !important;
  }

  .video-main-list .video-card {
    padding: 1%;
  }

  .video-date {
    font-size: 12px;
    font-weight: bold;
  }

  .video-title {
    color: #09356a;
    font-weight: bold;
  }

  .video-date td {
    padding-left: 10px;
    padding-right: 10px;
  }

  .watch-now td {
    padding-left: 10px;
    padding-right: 10px;
    color: #09356a;
    font-weight: bold;
    font-size: smaller;
  }


  /*News Main Page*/
  .news-main table {
    width: 275px !important;
    background-color: white;
    color: #09356a;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .news-main {
    /*margin-left: 7% !important;*/
    display: inline-flex;
    justify-content: flex-start;
    padding-left: 0 !important;
    padding-right: 0 !important;;
  }

  .main-video {
    margin-left: 15px !important;
  }

  .news-main img {
    /*width: 275px !important;*/
    height: 175px !important;
  }

  .news-main table td {
    padding: 5px !important;
  }

  .news-title {
    color: #09356a;
    font-weight: bold;
  }

  .news-date {
    font-weight: bold;
    color: #FF8D34 !important;
  }

  .main-news-view {
    padding: 0 !important;
    margin: 0 !important;
  }

  /*Micro Site Card*/
  .paragraph--type--microsite-card .field-name--field-icon img {
    height: 182px !important;
  }

  .paragraph--type--microsite-card .paragraph--type--basic-section {
    padding: 0 !important;
  }

  .paragraph--type--microsite-card .container {
    padding: 0 !important;
  }

  .video-listing ul li {
    list-style: none;
    display: inline-block;
  }

  ::placeholder { /* Most modern browsers support this now. */
    color: #ffffff;
  }

  ::marker {
    display: none !important;
  }

  /*Image Background Block*/
  @media screen and (min-width: 1000px) {
    .background-block-img section {
      padding-top: 21rem;
    }
  }


  .first-video .video-right, .list-video .video-left {
    display: none;
  }

  .video-listing .select2-selection {
    background: #09356a;
    color: white;
    width: 200px;
  }

  .video-left {
    color: white;
    text-align: center;
    padding: 0 !important;
  }

  .vide-left-title {
    background: #025ab3;
    color: white;
    padding: 30px 30px 30px 250px;
  }

  .vide-left-title a {
    color: white !important;
  }

  .video-right .row {
    margin-bottom: 5px;
    height: 98px !important;
  }

  .video-right .col-7 {
    color: white;
    text-align: center;
    background: #09356a;
    /*max-width: 183px !important;*/
  }

  .list-video {
    padding-top: 2%;
  }

  .first-video .views-row {
    padding: 0 !important;
  }

  .list-video .views-row {
    margin-bottom: 10px;
  }

  .list-items-events-first .card {
    border: none !important;
  }

  .display-cards {
    display: flex !important;
    justify-content: space-evenly;
    margin-left: 5%;
  }

  .js-pager__items {
    text-align: center;
  }

  .microsite-block {
    display: inline-flex;
    background: #EFEFF3F4 !important;
    border-radius: 10px;
  }

  .featured-block {
    position: absolute;
    top: 0;
    left: 30px;
    background: #803476;
    color: white;
    padding: 5px 10px 5px 10px;
  }

  .video-view {
    margin-bottom: 3%;
  }

  .main-news-view {
    display: inline-flex;
  }

  .list-items-events-first {
    padding: 3% !important;
    align-self: center !important;
  }

  .node--type-microsite .paragraph--type--icon-title-summary .fontawesome-icon {
    color: unset !important;
  }

  .node--type-microsite .node__submitted {
    display: none;
  }

  .field-name--field-slider-background-image main ol li {
    list-style: circle;
    padding-left: 4px;
  }

  .carousel-indicators ol li {
    list-style: inside !important;
    padding-left: 4px;
    color: black;
  }

  .paragraph--type--icon-title-summary .icon.fontawesome-icon svg {
    height: 60px;
    width: auto;
    /* color: unset !important; */
  }

  /*New Taxonomy*/
  .pt-larger {
    padding-top: 8rem !important;
  }

  @media (min-width: 576px) {
    .pt-larger {
      padding-top: 15rem !important;
    }
  }

  @media (min-width: 768px) {
    .pt-larger {
      padding-top: 20rem !important;
    }

  }

  @media (min-width: 1700px) {
    .pt-larger {
      padding-top: 22rem !important;
    }

    .main-news-view .more-link .video-view {
      width: 100% !important;
    }

    /* .views-element-container > div:first-child {
      max-width: 1140px !important;
      width: 100% !important;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
    } */
    .display-main-video {
      left: unset !important;
    }
  }

  @media (min-width: 1366px) {
    .pt-larger {
      padding-top: 23rem !important;
    }

    .main-news-view .more-link {
      width: 100% !important;
    }
  }

  @media (min-width: 1600px) {
    .pt-larger {
      padding-top: 26rem !important;
    }
  }

  .carouselIndicators .carouselIndicators_list {
    list-style: none !important;
  }

  .paragraph--type--microsite-card {
    background: white;
  }

  .bg-mid-color, .news-section, .news-main-section {
    background: #EFF3F4 !important;
  }

  .icons-rounded .fontawesome-icon svg {
    /*border: 3px solid;*/
    /*border-radius: 95%;*/
    padding: 15px;
    height: 75px !important;
    width: 75px !important;
  }

  .icons-rounded .fontawesome-icon {
    border: 3px solid;
    border-radius: 50%;
    height: 80px !important;
    width: 80px !important;
    margin: auto;
  }

  .event-view .more-link {
    justify-content: space-around !important;
    padding-top: 30px;
  }

  /*Events Main Block*/
  .list-items-events {
    align-self: center !important;
    padding: 0;
  }

  .list-items-events .card {
    background: none !important;
    padding: 5px !important;
    border: none !important;
    margin: 5px !important;
  }

  /*
  .microsite-block, .main-news-view, .news-main, .video-view, .news-section, .view-main {
    display: inline-flex !important;
  }
*/

  /* Responsive layout - makes a one column layout instead of a two-column layout */
  @media (max-width: 800px) {
    .microsite-block, .main-news-view, .news-main, .video-view, .news-section, .view-main {
      flex-wrap: wrap !important;
    }
  }

  @media (min-width: 1200px) {
    .left-section {
      margin-left: 3.333333%;
    }

    .more-link {
      display: flex;
      justify-content: flex-end !important;
      align-items: center;
      padding-top: 30px;
    }
  }

  @media (min-width: 1025px) and (max-width: 1280px) {
    .left-section {
      margin-left: 1.333333%;
    }

    .more-link {
      display: flex;
      align-items: center;
      padding-top: 30px;
    }

  }

  .display-main-video .list-video {
    margin-top: 25px !important;
  }

  
  .display-main-video .list-video .video-right {
    display: block;
    padding: 0 15pz;
  }   

  .list-video {
    padding: 0 !important;
    align-self: flex-end;
  }

  .video-listing .overlay-img {
    position: absolute;
    top: 15%;
    left: 35%;
    cursor: pointer;
  }

  .video-listing .overlay-img svg {
    width: 65px !important;
    height: 70px !important;
    color: white;
    opacity: 0.8;
  }

  .video-listing .overlay-img img {
    height: 60px;
    width: 70px;
  }

  .video-listing {
    padding-bottom: 5%;
  }

  .video-listing .video-card .card .card-title {
    padding-bottom: 0;
    margin-bottom: 2px !important;
  }

  .video-listing .video-card .card .card-text {
    padding-top: 5px !important;
  }

  .only-title {
    font-size: x-large !important;
    font-weight: bolder !important;
  }

  .news-main-container {
    padding: 0 !important;
  }

  .event-view {
    margin-left: 20px;
  }

  .pos-relative {
    position: relative;
  }

  .overlay-img-left img {
    width: 50px;
    opacity: 0.7;
  }

  .overlay-img-main svg {
    width: 100px !important;
    height: 110px !important;
    opacity: 0.8 !important;
    color: white !important;
  }

  .overlay-img-left svg {
    width: 50px !important;
    height: 50px !important;
    opacity: 0.8 !important;
    color: white !important;
  }

  .overlay-img-main svg:hover, .overlay-img-left svg:hover, .overlay-img svg:hover {
    color: #09356a !important;
  }

  .watch-now a {
    color: white !important;
  }

  .overlay-img-left {
    position: absolute;
    top: 50%;
    left: 45%;
    cursor: pointer;
  }

  .overlay-img-main img {
    width: 100px;
    opacity: 0.7;
  }

  .overlay-img-main {
    position: absolute;
    top: 30%;
    left: 36%;
    cursor: pointer;
  }

  /*.news-list {*/
  /*  margin-top: 5%;*/
  /*}*/
  .news-list .field-name--field-news-image img {
    min-height: 200px !important;
    max-height: 200px !important;
  }

  .region--hero .background-block-img {
    margin-bottom: 2% !important;
  }

  .news-main .new-content {
    margin: 5px;
    background: white;
    padding: 10px 10px 0 10px !important;
    height: 90% !important;
    overflow: hidden;
  }

  .news-main #field-item-1 {
    padding-left: 0 !important;
  }

  .news-main #field-item-1 .new-content {
    border: 1px solid #FF8D34 !important;
  }

  .news-main #field-item-2 .new-content {
    border: 1px solid #09356a !important;
  }

  .news-main #field-item-3 {
    padding-right: 0 !important;
  }

  .news-main #field-item-3 .new-content {
    border: 1px solid #8baa0b;
  }

  .news-main .news-item .news-body {
    font-weight: 600;
    margin-top: 10px;
  }

  .news-content {
    padding: 15px 6px 10px 6px;
    height: 100%;
    border: 1px solid;
    background: white;
  }

  .video-main-list {
    padding-right: 15% !important;
    padding-left: 20% !important;
  }

  #carouselIndicators .carouselIndicators_list {
    list-style: none !important;
    border: 4px solid #09356a;
    box-sizing: inherit !important;
    border-radius: 50px !important;
    height: 15px !important;
    width: 15px !important;
  }

  .carousel-indicators .active {
    background-color: #09356a !important;
  }


  .carousel-inner a {
    color: white !important;
    text-decoration: underline !important;
  }

  .node--type-microsite .carousel-indicators {
    bottom: -50px !important;
  }

  .menu_translate {
    display: flex !important;
    justify-content: center !important;
  }

  .viewsreference--view-title {
    text-align: center;
    padding-bottom: 40px;
    font-size: 1.6rem;
    color: #015bb3;
    font-weight: 600;  
  }

  /*
  .viewsreference--view-title::after {
    content: '';
    position: absolute;
    left: 15px;
    bottom: -30px;
    background-color: #09356a;
    width: 85px;
    height: 5px;
  }
*/


  .paragraph--type--nested-paragraphs-section .nested-paragraphs-wrapper .field-name--field-nested-paragraphs > .field__item {
    margin-bottom: 10px;
  }


  .first-video .views-row, .first-video .views-row .views-field {
    height: 100% !important;
  }  

  .video-left, .video-left .pos-relative, .video-left .card-img-top, .video-left .video-img .video-embed-field-launch-modal, .video-left .video-img .video-embed-field-launch-modal img {
    height: 100% !important;
    width: 100% !important;
  }
  /*
    ##Device = Desktops
    ##Screen = 1281px to higher resolution desktops
  */
  @media (min-width: 1281px) {

    .paragraph--type--nested-paragraphs-section .nested-paragraphs-wrapper.max-items-lg-6 .field-name--field-nested-paragraphs > .field__item {
      width: 16.66666666666666666666% !important;
    }

    .display-main-video {
      padding-right: 0 !important;
      padding-left: 0 !important;
      display: inline-flex;
      margin-right: 0;
    }

    .microsite-block {
      padding-right: 0 !important;
      padding-left: 0 !important;
      display: inline-flex;
      margin-right: 0;
    }
 
    .video-right .pos-relative {
      margin-left: 80px !important;
    }   

  }

  /*
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
  @media (min-width: 1025px) and (max-width: 1280px) {

    .paragraph--type--nested-paragraphs-section .nested-paragraphs-wrapper.max-items-lg-6 .field-name--field-nested-paragraphs > .field__item {
      width: 16.666666666666666666666666% !important;
    }

    .display-main-video {
      padding-right: 0 !important;
      padding-left: 0 !important;
      display: inline-flex;
      margin-right: 0;
    }

    .microsite-block {
      padding-right: 0 !important;
      padding-left: 0 !important;
      display: inline-flex;
      margin-right: 0;
    }

    
    .video-right .pos-relative {
      margin-left: 80px !important;
    }


  }

  /*
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
  @media (min-width: 768px) and (max-width: 1024px) {
    .first-video, .list-video {
      flex: 0 0 100% !important;
      max-width: 100% !important;
    }

    .microsite-block {
      display: unset !important;
    }
  
    .video-right .pos-relative {
      margin-left: 0!important;
    }   

    .list-items-events-first, .list-items-events {
      max-width: 100% !important;
    }

    .video-left .video-img .video-embed-field-launch-modal img {
      min-height: 400px !important;
    }

    .video-left .video-img img {
      min-height: 400px !important;
    }

    .video-view .more-link {
      flex: 0 0 100% !important;
    }

    .video-right .col-8 {
      max-width: 100% !important;
    }

    .list-video img:not(.watch-now) {
      height: 100%!important;
    }

    .display-main-video {
      left: unset !important;
      display: unset !important;
      margin-left: 0;
      justify-content: space-evenly;
      margin-right: 0;
    }

  }

  /*
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    /* CSS */
    .first-video, .list-video {
      flex: 0 0 100% !important;
      max-width: 100% !important;
    }
  
    .video-right .pos-relative {
      margin-left: 0!important;
    }  

    .microsite-block {
      display: unset !important;
    }

    .list-items-events-first, .list-items-events {
      max-width: 100% !important;
    }

    .video-left .video-img .video-embed-field-launch-modal img {
      min-height: 400px !important;
    }

    .video-left .video-img img {
      min-height: 400px !important;
    }

    .video-view .more-link {
      flex: 0 0 100% !important;
    }

    .video-right .col-8 {
      max-width: 100% !important;
    }

    .list-video img:not(.watch-now) {
      height:100%!important;
    }

    .display-main-video {
      left: unset !important;
      display: unset !important;
      margin-left: 0;
      justify-content: space-evenly;
      margin-right: 0;
    }

    .microsite-block, .main-news-view, .news-main, .display-main-video, .video-view, .news-section, .view-main {
      flex-flow: wrap !important;
    }

    .video-listing .views-exposed-form {
      flex-wrap: wrap !important;
    }

  }

  /*
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
  @media (min-width: 481px) and (max-width: 767px) {
    .video-listing .views-exposed-form {
      flex-wrap: wrap !important;
    }

    .microsite-block, .main-news-view, .news-main, .display-main-video, .video-view, .news-section, .view-main {
      flex-flow: wrap !important;
    }

    .video-listing .views-exposed-form {
      flex-wrap: wrap !important;
    }

    .video-right .col-7 {
      margin: 0 !important;
      padding: 0 !important;
    }

    .overlay-img-main {
      position: absolute;
      top: 20%;
      left: 25%;
      cursor: pointer;
    }

    /* CSS */

  }

  /*
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  @media (min-width: 320px) and (max-width: 480px) {

    .microsite-block, .main-news-view, .news-main, .display-main-video, .video-view, .news-section, .view-main {
      flex-flow: wrap !important;
    }

    .video-listing .views-exposed-form {
      flex-wrap: wrap !important;
    }

    .list-items-events-first {
      padding: 0 !important;
      margin: 0;
      align-self: center !important;
    }

    .video-right .pos-relative {
      margin-left: 0 !important;
    }

    .video-right .col-7 {
      margin: 0 !important;
      padding: 0 !important;
    }

    .overlay-img-main {
      position: absolute;
      top: 20%;
      left: 25%;
      cursor: pointer;
    }
  }
}
