.homepageflexcolumns {
  display: flex;
  align-items: stretch;
}
.homepageflexcolumns.vertical {
  flex-direction: column;
}
.homepageflexcolumns .leftcolumn {
  width: 30.66666%;
  margin-right: 4%;
  display: flex;
  flex-direction: column;
}

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

.homepageflexcolumns .rightcolumn {
  width: 65.33332%;
}

.homepageflexcolumns .sectionheader {
  height: 75px;
  padding: 25px;
}

.homepageflexcolumns .sectionheader h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0px;
  color: #a9a9a9;
}

.homepageflexcolumns .sectionheaderblue {
  background-color: #31353d;
  color: #ffffff;
}

.homepageflexcolumns .sectionheaderblue h2 span {
  color: #ffffff;
}
.homepageflexcolumns .sectionheaderwhite h2 {
  font-size: 30px;
}
.homepageflexcolumns .sectionheaderwhite h2 span {
  color: #00a6e6;
}

.homepageflexcolumns .caretline {
  padding-left: 60px;
}

.homepageflexcolumns .nocolor {
  background-color: transparent;
}

.homepageflexcolumns .caretline.urggrey {
  background-color: #e3e3e3;
}

.homepageflexcolumns .urgcaret {
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
}

.homepageflexcolumns .caretblue {
  border-top: 13px solid #31353d;
}

.homepageflexcolumns .caretwhite {
  border-top: 13px solid #ffffff;
}

.homepageflexcolumns .sectioncontent {
  padding: 25px;
}

.homepageflexcolumns .videodescription {
  font-size: 15px;
  padding: 25px 0px 0px;
  margin-bottom: 0px;
}

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

.homepageflexcolumns .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;
}

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

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

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

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

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

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

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

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

.homepageflexcolumns .latestinsights .featuredinsight .insightcontent h5 {
  font-size: 24px;
}

.homepageflexcolumns .latestinsights .insightcontent h5 {
  margin: 10px 0px;
  color: #8ebdd1;
  font-size: 12px;
}

.homepageflexcolumns .latestinsights .insightcontent .more-link {
  font-size: 12px;
  width: 100%;
  text-align: right;
}

.homepageflexcolumns .latestinsights .readmore {
  position: absolute;
  bottom: 10px;
  right: 0px;
}

.homepageflexcolumns h5.text_by_invitation {
  color: #ef5b34 !important;
}

.homepageflexcolumns h5.text_by_reflexions {
  color: #939597 !important;
}

.homepageflexcolumns h5.text_blog_urg_news {
  color: #c2b49c !important;
}

.homepageflexcolumns h5.text_blog_insights {
  color: #4cbdea !important;
}

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

.homepageflexcolumns .reporttitle {
  font-size: 19px;
  color: #666666;
}

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

.homepageflexcolumns .latestreport .readmore a {
  color: rgb(68, 184, 234);
  font-size: 14px;
  text-transform: none;
}

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

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

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

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

.homepageflexcolumns .reportbuttontext {
  background-color: #fff;
  width: 70%;
  padding: 15px;
}

.homepageflexcolumns .previousreports {
  background-color: #e9f6fc;
  margin-top: 20px;
  padding: 25px;
}

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

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

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

.homepageflexcolumns .previousreports p.reporttitle {
  color: rgb(41, 170, 226);
}

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

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

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

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

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

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

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

.homepageflexcolumns .futureevents {
  background-color: #c7dbee;
}

.homepageflexcolumns .pastevents {
  background-color: #e3e3e3;
}
.homepageflexcolumns .pastevents.eventcontent {
  margin-bottom: 0px;
}

.homepageflexcolumns .futureevents h2,
.homepageflexcolumns .pastevents h2 {
  font-size: 18px;
  margin-top: 0px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.homepageflexcolumns .impactoss,
.homepageflexcolumns .environment-rights {
  margin: 25px 0px;
}
.homepageflexcolumns .futureevents h2 span,
.homepageflexcolumns .pastevents h2 span {
  color: #2089b0;
}

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

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

.homepageflexcolumns .futureevents ul li div,
.homepageflexcolumns .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) {
  .homepageflexcolumns {
    flex-direction: column-reverse;
  }

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

  .homepageflexcolumns .leftcolumn,
  .homepageflexcolumns .rightcolumn {
    width: 100%;
    margin-bottom: 25px;
  }
}

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

  .homepageflexcolumns .latestinsights .featuredinsight .insightimage,
  .homepageflexcolumns .latestinsights .featuredinsight .insightcontent {
    width: 100%;
  }

  .homepageflexcolumns .insight {
    flex: 1 1 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #666666;
  }
}
