.route-brief-category #content .brief-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.route-brief-category #content .brief-content .brief-left {
  width: 25%;
}
@media screen and (max-width: 980px) {
  .route-brief-category #content .brief-content .brief-left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.route-brief-category #content .brief-content .brief-left ul {
  padding: 0;
  margin: 0;
}
.route-brief-category #content .brief-content .brief-left ul li {
  list-style: none;
  margin-bottom: 10px;
}
.route-brief-category #content .brief-content .brief-left ul li:first-child {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.route-brief-category #content .brief-content .brief-left ul li a {
  font-size: 14px;
}
.route-brief-category #content .brief-content .brief-right {
  width: 75%;
  padding-left: 30px;
}
@media screen and (max-width: 980px) {
  .route-brief-category #content .brief-content .brief-right {
    width: 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.route-brief-category #content .brief-content .brief-right .briefs .brief-item {
  width: 100%;
}
.route-brief-category #content .brief-content .brief-right .briefs .brief-item .brief-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #e2e2e2;
}
.route-brief-category #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-image {
  display: block;
  width: 50%;
}
@media screen and (max-width: 760px) {
  .route-brief-category #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-image {
    width: 100%;
  }
}
.route-brief-category #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-image img {
  display: block;
  width: 100%;
  height: auto;
}
.route-brief-category #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 50%;
  padding-left: 30px;
}
@media screen and (max-width: 760px) {
  .route-brief-category #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}
.route-brief-category #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details > *:not(:last-child) {
  margin-bottom: 15px;
}
.route-brief-category #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details .brief-name {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.route-brief-category #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details .brief-name a {
  font-size: 25px;
  font-weight: bold;
}
.route-brief-category #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details .brief-date {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.route-brief-category #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details .brief-date span {
  font-size: 14px;
  color: #666666;
}
.route-brief-category #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details .brief-description {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.route-brief-category #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details .brief-description p {
  font-size: 14px;
}
.route-brief-category #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details .brief-button {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
     -moz-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.route-brief-category #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details .brief-button .brief-view-more {
  display: inline-block;
  padding: 0 30px;
  height: 45px;
  line-height: 43px;
  background-color: #145333;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  border: 1px solid #145333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.route-brief-category #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details .brief-button .brief-view-more:hover {
  background-color: #ffffff;
  color: #145333;
}
.route-brief-category #brief-brief.style1 #content .brief-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.route-brief-category #brief-brief.style1 #content .brief-content .brief-left {
  display: none;
}
.route-brief-category #brief-brief.style1 #content .brief-content .brief-right {
  width: 100%;
  padding-left: 0;
  overflow: hidden;
}
.route-brief-category #brief-brief.style1 #content .brief-content .brief-right .briefs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -10px;
}
.route-brief-category #brief-brief.style1 #content .brief-content .brief-right .briefs .brief-item {
  width: 33.3333%;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .route-brief-category #brief-brief.style1 #content .brief-content .brief-right .briefs .brief-item {
    width: 100%;
  }
}
.route-brief-category #brief-brief.style1 #content .brief-content .brief-right .briefs .brief-item .brief-wrapper {
  position: relative;
  padding: 0 10px;
  border-bottom: 0;
  margin-bottom: 0;
}
.route-brief-category #brief-brief.style1 #content .brief-content .brief-right .briefs .brief-item .brief-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 50%;
  left: 10px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.65)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0, transparent);
  background: -moz- oldlinear-gradient(bottom, rgba(0, 0, 0, 0.65) 0, transparent);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0, transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0, transparent);
}
.route-brief-category #brief-brief.style1 #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-image {
  display: block;
  width: 100%;
}
.route-brief-category #brief-brief.style1 #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-image img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}
.route-brief-category #brief-brief.style1 #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  left: 0;
  bottom: 40px;
  padding: 0 25px;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
.route-brief-category #brief-brief.style1 #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details > *:not(:last-child) {
  margin-bottom: 10px;
}
.route-brief-category #brief-brief.style1 #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details .brief-name {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.route-brief-category #brief-brief.style1 #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details .brief-name a {
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
}
.route-brief-category #brief-brief.style1 #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details .brief-date {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.route-brief-category #brief-brief.style1 #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details .brief-date span {
  font-size: 14px;
  color: #ffffff;
}
.route-brief-category #brief-brief.style1 #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details .brief-description {
  display: none;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.route-brief-category #brief-brief.style1 #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details .brief-description p {
  font-size: 14px;
}
.route-brief-category #brief-brief.style1 #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details .brief-button {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
     -moz-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  height: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.route-brief-category #brief-brief.style1 #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details .brief-button .brief-view-more {
  display: inline-block;
  padding: 0 30px;
  height: 45px;
  line-height: 43px;
  background-color: #145333;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  border: 1px solid #145333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.route-brief-category #brief-brief.style1 #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details .brief-button .brief-view-more:hover {
  background-color: transparent;
  border-color: #ffffff;
}
.route-brief-category #brief-brief.style1 #content .brief-content .brief-right .briefs .brief-item:hover .brief-wrapper .brief-item-details .brief-button {
  height: 45px;
}
.route-brief-category #brief-brief.style2 #content .brief-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.route-brief-category #brief-brief.style2 #content .brief-content .brief-left {
  width: 100%;
  margin-bottom: 20px;
}
.route-brief-category #brief-brief.style2 #content .brief-content .brief-left ul {
  font-size: 0;
}
.route-brief-category #brief-brief.style2 #content .brief-content .brief-left ul li {
  display: inline-block;
  margin-right: 10px;
}
.route-brief-category #brief-brief.style2 #content .brief-content .brief-left ul li:first-child {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.route-brief-category #brief-brief.style2 #content .brief-content .brief-left ul li a {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #145333;
  color: #145333;
  background-color: #ffffff;
}
.route-brief-category #brief-brief.style2 #content .brief-content .brief-left ul li:hover a,
.route-brief-category #brief-brief.style2 #content .brief-content .brief-left ul li.active a {
  color: #ffffff;
  background-color: #145333;
}
.route-brief-category #brief-brief.style2 #content .brief-content .brief-right {
  width: 100%;
  padding-left: 0;
  overflow: hidden;
}
.route-brief-category #brief-brief.style2 #content .brief-content .brief-right .briefs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -10px;
}
.route-brief-category #brief-brief.style2 #content .brief-content .brief-right .briefs .brief-item {
  width: 33.3333%;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .route-brief-category #brief-brief.style2 #content .brief-content .brief-right .briefs .brief-item {
    width: 50%;
  }
}
@media screen and (max-width: 760px) {
  .route-brief-category #brief-brief.style2 #content .brief-content .brief-right .briefs .brief-item {
    width: 100%;
  }
}
.route-brief-category #brief-brief.style2 #content .brief-content .brief-right .briefs .brief-item .brief-wrapper {
  display: block;
  height: 100%;
  position: relative;
  padding: 0 10px;
  border-bottom: 0;
  margin-bottom: 0;
}
.route-brief-category #brief-brief.style2 #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-image {
  display: none;
}
.route-brief-category #brief-brief.style2 #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details {
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #e4e4e4;
}
.route-brief-category #brief-brief.style2 #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details > *:not(:last-child) {
  margin-bottom: 10px;
}
.route-brief-category #brief-brief.style2 #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details .brief-name {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.route-brief-category #brief-brief.style2 #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details .brief-name a {
  font-size: 25px;
  font-weight: bold;
}
.route-brief-category #brief-brief.style2 #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details .brief-date {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.route-brief-category #brief-brief.style2 #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details .brief-date span {
  font-size: 14px;
}
.route-brief-category #brief-brief.style2 #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details .brief-description {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.route-brief-category #brief-brief.style2 #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details .brief-description p {
  font-size: 14px;
}
.route-brief-category #brief-brief.style2 #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details .brief-button {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
     -moz-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 100%;
  text-align: right;
}
.route-brief-category #brief-brief.style2 #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details .brief-button .brief-view-more {
  display: inline-block;
  padding: 0 30px;
  height: 45px;
  line-height: 43px;
  background-color: #145333;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  border: 1px solid #145333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.route-brief-category #brief-brief.style2 #content .brief-content .brief-right .briefs .brief-item .brief-wrapper .brief-item-details .brief-button .brief-view-more:hover {
  background-color: transparent;
  border-color: #145333;
  color: #145333;
}
