.homepageV2latestreports,
.v2latestreports {
  height: 100%;
  display: flex;
  flex-direction: column;
}


.v2latestreports .greybackground {
  background-color: #dddddd;
}

.v2latestreports .rightcolumn {
  width: 65.33332%;
}

.v2latestreports .sectionheader,
.v2latestinsights .sectionheader,
.v2latestevents .sectionheader {
  height: 75px;
  padding: 25px;
}

.v2latestreports .sectionheader h2,
.v2latestinsights .sectionheader h2,
.v2latestevents .sectionheader h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0px;
}
.v2latestreports .sectionheader h2,
.v2latestevents .sectionheader h2 {
  color: #a9a9a9;
}
.v2latestreports .sectionheaderblue {
  background-color: #87b3da;
  color: #ffffff;
}
.v2latestreports .sectionheadergrey,
.v2latestevents .sectionheadergrey {
  background-color: rgb(49, 53, 61);
  color: #ffffff;
}

.v2latestreports .sectionheadergrey h2 span,
.v2latestinsights .sectionheaderblue h2 span,
.v2latestevents .sectionheadergrey h2 span {
  color: #ffffff;
}

.v2latestreports .sectionheaderwhite h2 span,
.v2latestinsights .sectionheaderwhite h2 span,
.v2latestevents .sectionheaderwhite h2 span {
  color: #00a6e6;
}

.v2latestreports .caretline,
.v2latestinsights .caretline,
.v2latestevents .caretline {
  padding-left: 60px;
}

.v2latestreports .nocolor,
.v2latestinsights .nocolor,
.v2latestevents .nocolor {
  background-color: transparent;
}

.v2latestreports .caretline.urggrey,
.v2latestinsights .caretline.urggrey,
.v2latestevents .caretline.urggrey {
  background-color: #e3e3e3;
}

.v2latestreports .urgcaret,
.v2latestinsights .urgcaret,
.v2latestevents .urgcaret {
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
}

.v2latestreports .caretblue,
.v2latestinsights .caretblue,
.v2latestevents .caretblue {
  border-top: 13px solid #87b3da;
}
.v2latestreports .caretgrey,
.v2latestevents .caretgrey {
  border-top: 13px solid rgb(49, 53, 61);
}

.v2latestreports .caretwhite,
.v2latestinsights .caretwhite,
.v2latestevents .caretwhite {
  border-top: 13px solid #ffffff;
}

.v2latestreports .sectioncontent {
  padding: 25px;
}

.v2latestreports .videodescription {
  font-size: 15px;
  padding: 25px 0px;
}

.v2latestreports .thumbnailcontainer {
  position: relative;
  background-position: center center;
  background-size: cover;
  height: 247px;
  width: 100%;
}

.v2latestreports .thumbnailcontainer:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "\f144";
  font-family: fontawesome, sans-serif;
  font-size: 6em;
  color: #87b3da;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.7;
}

.v2latestinsights .sectioncontent a {
  text-transform: uppercase;
  font-size: 16px;
  color: #215d92;
  text-align: left;
}

.v2latestinsights .latestinsights {
  padding: 11px 13px;
  display: flex;
  flex-wrap: wrap;
}

.v2latestinsights .insight {
  flex: 1 1 23%;
  margin-right: 2%;
  position: relative;
  padding-bottom: 30px;
  font-size: 12px;
}

.v2latestinsights .insight:last-of-type {
  margin-right: 0px;
}

.v2latestinsights .latestinsights .featuredinsight {
  width: 100%;
  display: flex;
  flex-basis: 100%;
}

.v2latestinsights .latestinsights .insightimage {
  min-height: 190px;
}

.v2latestinsights .latestinsights .featuredinsight .insightimage {
  width: 45%;
  display: flex;
  flex-direction: column;
  margin-right: 5%;
  min-height: 190px;
  align-content: stretch;
  align-items: stretch;
}
.v2latestreports
  .latestinsights
  .featuredinsight
  .insightimage
  > div:first-child {
  flex-grow: 2;
}

.v2latestinsights .latestinsights .featuredinsight .insightcontent {
  width: 50%;
}

.v2latestinsights .latestinsights .featuredinsight .insightcontent h5 {
  font-size: 24px;
  line-height: 32px;
}

.v2latestinsights .latestinsights .insightcontent h5 {
  margin: 10px 0px;
  color: #8ebdd1;
  font-size: 18px;
  line-height: 28px;
}

.v2latestinsights .latestinsights .insightcontent .more-link {
  font-size: 12px;
  width: 100%;
  text-align: left;
  font-weight: 500px;
  color: #000000;
}


.v2latestinsights h5.text_by_invitation {
  color: #004071 !important;
}

.v2latestinsights h5.text_by_reflexions {
  color: #004071 !important;
}

.v2latestinsights h5.text_blog_urg_news {
  color: #004071 !important;
}

.v2latestinsights h5.text_blog_insights {
  color: #004071 !important;
}

.v2latestreports .publicationdate {
  text-transform: uppercase;
  font-size: 19px;
  color: #00a6e6;
}

.v2latestreports .reporttitle {
  font-size: 24px;
  color: #004071 !important;
}

.v2latestreports .latestreport img {
  margin-bottom: 20px;
}

.v2latestreports .latestreport .readmore a {
  color: #838383;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
}

.v2latestreports .reportbutton {
  display: flex;
  margin-bottom: 15px;
  box-shadow: 5px 5px 10px #666666c0;
}

.v2latestreports .reportbuttonicon {
  background-color: #215983;
  width: 30%;
  background-position: center center;
  background-repeat: no-repeat;
}

.v2latestreports .reportbuttonicon.reportdownload {
  background-image: url("../assets/report-download-icon.png");
}

.v2latestreports .reportbuttonicon.reportview {
  background-image: url("../assets/report-view-icon.png");
}

.v2latestreports .reportbuttontext {
  background-color: #fff;
  width: 70%;
  padding: 15px;
  font-size: 17px;
}
.v2latestreports a.reportbutton {
  color: #000000;
}
.v2latestreports .reportbuttontext span {
color: #838383;

 }
.v2latestreports .previousreports {
  background-color: #f2f2f2;
  margin-top: 20px;
  padding: 25px;
  flex-grow: 2;
}

.v2latestreports .previousreports h2 {
  color: #494949;
  text-transform: uppercase;
  font-size: 21px;
  margin-top: 0px;
  margin-bottom: 25px;
}

.v2latestreports .previousreports h2 span {
  color: #52bee8;
}

.v2latestreports .previousreports p {
  font-size: 14px;
}

.v2latestreports .previousreports p.reporttitle,
.v2latestreports .previousreports p.readmore a {
  color: #004071 !important;
  margin-bottom: 5px;
}
.v2latestreports .previousreports p.readmore {
  font-weight: 500;
  margin-top: 15px
}

.eventcontent {
  padding: 25px;
  margin-bottom: 25px;
}

.v2latestevents .nexteventcontent {
  background-color: #e3e3e3;
}

.v2latestevents .nexteventcontent .eventtype {
  text-transform: uppercase;
  color: #3aa4cd;
  font-size: 18px;
}

.v2latestevents .nexteventcontent .eventreadmore {
  margin-top: 20px;
  text-align: right;
}

.v2latestevents .nexteventcontent .calendar {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 5px 5px 10px #666666bd;
}

.v2latestevents .nexteventcontent .calendar .calendarmonthday {
  background-color: #00bbff;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  height: 25px;
  font-weight: bold;
}

.v2latestevents .nexteventcontent .calendar .calendaryear {
  background-color: #fff;
  height: 35px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-top: 3px;
}

/* .v2latestevents .futureevents {
  background-color: #c7dbee;
}

.v2latestevents .pastevents {
  background-color: #e3e3e3;
} */

.v2latestevents .futureevents h2,
.v2latestevents .pastevents h2 {
  font-size: 18px;
  margin-top: 0px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.v2latestevents .futureevents h2 span,
.v2latestevents .pastevents h2 span {
  color: #2089b0;
}

.v2latestevents .futureevents ul,
.v2latestevents .pastevents ul {
  list-style: none;
  margin: 0px;
}

.v2latestevents .futureevents ul li,
.v2latestevents .pastevents ul li {
  border-bottom: 1px solid #42beed;
  display: flex;
  padding: 15px 0px;
}

.v2latestevents .futureevents ul li div,
.v2latestevents .pastevents ul li div {
  width: 33.3333%;
  display: flex;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .v2latestreports {
    display: flex;
    justify-content: space-between;
  }
  .v2latestreports .latestreport,
  .v2latestreports .previousreports {
    width: 48%;
    margin-top: 0px;
  }
  .sectionheader h2 {
    font-size: 20px !important;
  }

  .v2latestreports.noreverse {
    flex-direction: column;
  }

  .v2latestreports .leftcolumn,
  .v2latestreports .rightcolumn {
    width: 100%;
    margin-bottom: 25px;
  }
  .v2latestinsights .insight {
    flex: 1 1 48%;
  }
}

@media screen and (max-width: 414px) {
  .v2latestinsights .latestinsights .featuredinsight {
    flex-direction: column;
  }

  .v2latestinsights .latestinsights .featuredinsight .insightimage,
  .v2latestinsights .latestinsights .featuredinsight .insightcontent {
    width: 100%;
  }
  .v2latestreports .latestreport,
  .v2latestreports .previousreports {
    width: 100%;
    margin-top: 0px;
  }
  .v2latestinsights .insight {
    flex: 1 1 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #666666;
  }
  .v2latestreports {
    flex-direction: column;
  }
  .v2latestreports .latestreport,
  .v2latestreports .previousreports {
    width: 100%;
    margin-top: 0px;
  }
}
