.clear-b {
  clear: both;
}

.dnone {
  display: none !important;
}

.reverse_box {
  flex-direction: row-reverse;
}

.aright {
  text-align: right;
}

.btnround {
  color: #fff;
  border: 0px;
  padding: 13px 30px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  border-radius: 25px;
  background-color: #003595;
  font-weight: bold;
  min-width: 150px;
  transition: all 0.5s;
}

::placeholder {
  color: #000000;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000000;
}

.sideline {
  position: relative;
}

.sideline::after {
  content: "";
  border-top: 1px solid #003595;
  border-right: 1px solid #003595;
  position: absolute;
  top: 50%;
  right: 9%;
  height: 30px;
  width: 250px;
}

.sideline::before {
  content: "";
  border-top: 1px solid #003595;
  border-left: 1px solid #003595;
  position: absolute;
  top: 50%;
  left: 9%;
  height: 30px;
  width: 250px;
}

.related_article,
.media_wrap,
.featured_news,
.ltst_docmnts_wrap,
.twitter_wrap,
.linkedin_wrap {
  padding-bottom: 3rem;
}

.related_article .h2,
.media_wrap .h2,
.featured_news .h2,
.ltst_docmnts_wrap .h2,
.twitter_wrap .h2,
.linkedin_wrap .h2 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 0;
}

.btn_filter_reset a {
  text-decoration: underline;
}

.featured_news .page-title {
  font-size: 42px;
}

.featured_news figure {
  margin: 0 0 8px 0;
  padding: 0;
  min-height: 424px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.featured_news figure img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.featured_news .figure {
  width: 100%;
}

.featured_news .col-lg-7.col-md-12 {
  position: relative;
}

.featured_news .news_subhead {
  color: #000000;
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  margin-top: 13px;
  margin-bottom: 40px;
}

.featured_news .figcaption {
  color: #000000;
  font-size: 28px;
  font-weight: bold;
}

.featured_news .figcaption::before {
  content: "";
  position: absolute;
  z-index: 9;
  width: calc(100% - 30px);
  height: 424px;
  left: 15px;
  top: 0px;
}

.featured_news .time,
.featured_news time {
  padding-top: 18px;
  display: block;
  color: #000000;
  font-size: 18px;
}

.featured_news .news_items dl {
  margin: 0;
  padding: 0;
}

.featured_news .news_items dt {
  display: none;
}

.featured_news .news_items dd {
  margin-bottom: 25px;
  position: relative;
  display: flex;
}

.featured_news .news_items .figure,
.featured_news .news_items figure {
  width: 169px;
  height: 107px;
  min-height: auto;
  margin-right: 30px;
  margin-bottom: 0;
  flex: 0 0 169px;
}

.featured_news .news_items .figcaption {
  font-size: 18px;
  line-height: 24px;
}

.featured_news .news_items .figcaption::before {
  content: "";
  position: absolute;
  z-index: 9;
  width: 170px;
  height: 107px;
  left: 0;
  top: 0px;
}

.featured_news .news_items .time,
.featured_news .news_items time {
  font-size: 18px;
  padding-top: 10px;
  display: block;
}

.featured_news .cta {
  padding-top: 45px;
}

.ltst_docmnts_wrap .h4 {
  font-size: 28px;
  margin-bottom: 26px;
  font-weight: 700;
  line-height: 1.4rem;
  font-family: "Krub" !important;
  color: #000000 !important;
  margin-top: 0;
}

.ltst_docmnts_wrap .ltst-docmnts .ld-list .ld-list-item a {
  min-height: 3.8rem;
}

.linkedin_items,
.twitter_items {
  padding: 20px 0 0;
}

.linkedin_items iframe,
.twitter_items iframe {
  border: 0;
}

.media_content article {
  margin: auto;
  max-width: 780px;
  text-align: center;
}

.media_content .outer_circle {
  position: relative;
  padding-top: 25px;
}

.media_content .outer_circle::before {
  content: "";
  border-top-left-radius: 25px;
  background: #0071ce;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 25px;
  position: absolute;
  width: calc(100% - 23px);
  height: 90px;
  top: 0px;
}

.media_content .midcontent {
  padding: 30px 0 55px;
}

.media_content .press-officer {
  color: #fff;
  font-family: Krub;
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 40px;
  min-height: 60px;
}

.media_content .luckie-phone {
  color: #fff;
  font-family: Krub;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.media_content .luckie-phone span {
  color: #ffb81d;
  display: block;
}

.media_content .enq-block:hover,
.media_content .enq-block {
  padding: 1.5rem 25px 1.5rem 40px;
  background: #003599;
}

.related_topic,
.newslisting_wrap {
  padding-bottom: 3rem;
}

.related_topic .filterby,
.newslisting_wrap .filterby {
  color: #000000;
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
}

.related_topic .news_listing,
.newslisting_wrap .news_listing {
  margin-top: 17px;
}

.related_topic .search-manager__filter,
.newslisting_wrap .search-manager__filter {
  float: none;
  width: initial;
}

.related_topic .news_items dl,
.newslisting_wrap .news_items dl {
  border-bottom: 1px solid #000000;
}

.related_topic .news_items dd,
.newslisting_wrap .news_items dd {
  border-top: 1px solid #000000;
  margin-bottom: 25px;
  padding-top: 25px;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.related_topic .news_items figure,
.related_topic .news_items .figure,
.newslisting_wrap .news_items figure,
.newslisting_wrap .news_items .figure {
  float: left;
  height: 181px;
  min-height: auto;
  margin-right: 30px;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  flex: 0 0 270px;
}

.related_topic .news_items figure img,
.related_topic .news_items .figure img,
.newslisting_wrap .news_items figure img,
.newslisting_wrap .news_items .figure img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.related_topic .news_items .figcaption,
.newslisting_wrap .news_items .figcaption {
  color: #003595;
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
}

.related_topic .news_items .figcaption::before,
.newslisting_wrap .news_items .figcaption::before {
  content: "";
  position: absolute;
  z-index: 9;
  width: 270px;
  height: 181px;
  left: 0;
  top: 26px;
}

.related_topic .news_items .time,
.newslisting_wrap .news_items .time {
  font-size: 18px;
  padding-top: 10px;
  display: block;
}

.related_topic aside h3,
.newslisting_wrap aside h3 {
  color: #000000;
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
}

.related_topic .filter_items dl,
.newslisting_wrap .filter_items dl {
  display: inline-block;
  clear: both;
  margin: 0 -6px;
}

.related_topic .filter_items dt,
.newslisting_wrap .filter_items dt {
  margin-bottom: 12px;
}

.related_topic .filter_items dd,
.newslisting_wrap .filter_items dd {
  background-color: #e7e7e7;
  margin-left: 0;
  float: left;
  margin: 0 6px 13px;
}

.related_topic .filter_items dd input[type="checkbox"],
.newslisting_wrap .filter_items dd input[type="checkbox"] {
  display: none;
}

.related_topic .filter_items dd:hover, .related_topic .filter_items dd.active,
.newslisting_wrap .filter_items dd:hover,
.newslisting_wrap .filter_items dd.active {
  background-color: #003595;
}

.related_topic .filter_items dd:hover a,
.related_topic .filter_items dd:hover label, .related_topic .filter_items dd.active a,
.related_topic .filter_items dd.active label,
.newslisting_wrap .filter_items dd:hover a,
.newslisting_wrap .filter_items dd:hover label,
.newslisting_wrap .filter_items dd.active a,
.newslisting_wrap .filter_items dd.active label {
  transition: all 0.5s;
  color: #fff;
  text-decoration: none;
}

.related_topic .filter_items dd a,
.related_topic .filter_items dd label,
.newslisting_wrap .filter_items dd a,
.newslisting_wrap .filter_items dd label {
  color: #003595;
  font-family: Krub;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  margin: 0;
  padding: 10px 20px;
  display: block;
  cursor: pointer;
  transition: all 0.5s;
}

.related_topic .results-filter,
.newslisting_wrap .results-filter {
  background-color: #eee;
  color: #003595;
  padding-left: 5px;
  padding-right: 5px;
}

.more_from {
  padding-bottom: 3rem;
}

.more_from h2 {
  color: #000000;
  font-family: Krub;
  font-size: 34px;
  font-weight: bold;
  margin: 0 0 30px 0;
}

.more_from figure,
.more_from .figure {
  height: 360px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 0;
}

.more_from figure img,
.more_from .figure img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.more_from .block_item {
  position: relative;
}

.more_from .figcaption {
  color: #000000;
  font-family: Krub;
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
}

.more_from .figcaption::before {
  content: "";
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 360px;
  left: 0;
  top: 0px;
}

.related_topic {
  padding-bottom: 1rem;
}

.related_topic h2 {
  margin-top: 0;
}

.newsdetails_wrap {
  padding-bottom: 3rem;
}

.newsdetails_wrap hr {
  border: 1px solid #003595;
}

.newsdetails_wrap .sort_desc {
  padding: 30px 0 15px;
  border-bottom: 2px solid #003595;
  margin-bottom: 10px;
}

.newsdetails_wrap .sort_desc p {
  max-width: 966px;
}

.newsdetails_wrap article {
  max-width: 966px;
  padding-top: 30px;
}

.newsdetails_wrap article figure.wp-caption {
  margin: 0 0 30px;
  width: auto !important;
}

.newsdetails_wrap article figure.wp-caption .wp-caption-text {
  text-indent: 16px;
  color: #fff;
  background-color: #0071ce;
  margin: 0;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
}

.newsdetails_wrap article a {
  color: #003595;
  text-decoration: underline;
}

.newsdetails_wrap article a:hover {
  text-decoration: underline;
  color: #0071ce;
}

.newsdetails_wrap blockquote {
  color: #003595;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin: 50px 0 50px 78px;
  padding: 5px 0 5px 17px;
  border-left: 2px solid #ffb81d;
  max-width: 778px;
}

.newsdetails_wrap blockquote p {
  color: #003595;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.newsdetails_wrap blockquote p:last-child {
  margin-bottom: 0;
}

.newsdetails_wrap .cst-video-iframe blockquote {
  padding: 0 15px 15px;
  margin: 25px 0 30px;
  border: 0;
  border-bottom: 3px solid #003595;
  display: none;
  width: 100%;
  max-width: 100% !important;
  max-height: 150px;
}

.newsdetails_wrap .cst-video-iframe-inner .cst-trna-btn {
  position: relative;
  /* bottom: -22px; */
  /* display: block; */
  /* right: 20px; */
  color: #003595;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  border: 0;
  background: none;
  bottom: 0;
  display: inline-block;
}

.newsdetails_wrap .time,
.newsdetails_wrap time {
  color: #000000;
  font-family: Krub;
  font-size: 16px;
  line-height: 25px;
}

.newsdetails_wrap small {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  display: block;
}

.newsdetails_wrap .widget_media_image {
  padding-bottom: 30px !important;
  padding-top: 30px;
}

.newsdetails_wrap .siteorigin-widget-tinymce,
.newsdetails_wrap .widget_text,
.newsdetails_wrap .widget_media_video {
  padding-top: 30px;
  padding-bottom: 30px;
}

.newsdetails_wrap .gallery-columns-2 {
  /* width: 570px; */
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 30px;
}

.newsdetails_wrap .gallery-columns-2 figure.gallery-item {
  flex: 0 0 50%;
  padding: 0 15px;
}

.newsdetails_wrap {
  border-bottom: 1px solid #003595;
  padding: 30px 0 14px;
  margin-bottom: 3rem;
}

.related_article .card-title a {
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
}

.related_article p {
  font-size: 18px;
  line-height: 25px;
}

.widget_media_gallery {
  text-align: center;
  padding: 0 12%;
}

.linkedin_wrap iframe {
  width: 49%;
  border: 0;
  overflow: hidden;
  float: left;
  height: 690px;
  border: 0 !important;
}

.linkedin_wrap iframe:nth-child(even) {
  float: right;
}

.linkedin_wrap .linkedin_items {
  display: inline-block;
  width: 100%;
  clear: both;
}

.new_search_form {
  position: relative;
  max-width: 270px;
  width: 100%;
  float: right;
}

.new_search_form input[type="search"] {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  height: 40px;
  padding: 2px 40px 2px 20px !important;
  border-radius: 45px;
  border: 1px solid #003595;
}

.new_search_form input[type="search"]:focus {
  border-color: #003599;
  box-shadow: 0 0 0 0.1rem #003599;
}

.new_search_form button {
  position: absolute !important;
  top: 4px;
  right: 4px;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  padding: 0 !important;
}

.new_search_form button span {
  text-indent: -9999px;
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -1;
}

.related_topic .filter_items dl {
  margin-left: 0;
}

.related_topic .filter_items dd:first-child {
  margin-left: 0px;
}

.media_wrap p a {
  text-decoration: underline;
}

.media_wrap p a:hover {
  text-decoration: none;
}

.newslisting_wrap .search-manager__filter {
  width: 100%;
}

a#ctf-more:focus-visible {
  outline-offset: 2px;
  border: 1px solid #000 !important;
}

.site-header .site-header-bottom #mega-menu-wrap-primary.mega-menu-wrap ul.mega-menu > li.mega-menu-item:first-child {
  padding-right: 0;
}

.site-header .site-header-bottom #mega-menu-wrap-primary.mega-menu-wrap ul.mega-menu > li.mega-menu-item:last-child {
  padding-left: 0;
}

.content-block-link_wrap .col-md-6 {
  position: static !important;
}

.content-block-link_wrap .row {
  position: relative;
}

.content-block-link_wrap .article-content a:before {
  content: "";
  position: absolute;
  z-index: 9;
  width: 0;
  left: 0;
  top: 0;
  left: calc(8.333333% + 15px);
  bottom: 0;
  width: calc(50% - 8.33% - 30px);
}

input[type=submit]:focus,
.form__submit:focus {
  outline: -webkit-focus-ring-color auto 1px;
  box-shadow: 0 0 0 0.2rem #ffb81d;
}

.featured_news .btn.focus,
.featured_news .btn:focus,
.sec-content .btn.focus,
.sec-content .btn:focus {
  outline: -webkit-focus-ring-color auto 1px;
  box-shadow: 0 0 0 0.2rem #ffb81d;
}

@media (max-width: 1199px) {
  .sideline::after {
    right: 0;
  }
  .sideline::before {
    left: 0;
  }
  .media_content .press-officer {
    min-height: 60px;
  }
  .content-block-link_wrap .article-content a:before {
    left: calc(15px);
    width: calc(50% - 30px);
  }
}

@media (max-width: 991px) {
  .sideline::before, .sideline::after {
    width: 100px;
  }
  .featured_news figure {
    min-height: 320px;
  }
  .featured_news .figcaption::before {
    height: 325px;
  }
  .featured_news .news_items {
    padding-top: 30px;
  }
  .featured_news .news_items dd {
    margin-bottom: 30px;
  }
  .featured_news .page-title {
    position: relative;
  }
  .featured_news .page-title::after {
    right: 0;
  }
  .featured_news .page-title::before {
    left: 0;
  }
  .media_content .midcontent {
    padding: 30px 0 10px;
  }
  .media_content .outer_circle {
    margin-bottom: 30px;
  }
  .media_content .press-officer {
    min-height: auto;
  }
  .more_from figure,
  .more_from .figure {
    height: 230px;
  }
  .more_from .figcaption::before {
    height: 230px;
  }
  .newsdetails_wrap blockquote {
    margin: 50px 0 50px 30px;
    padding: 5px 0 15px 17px;
    max-width: 618px;
  }
  .widget_media_gallery {
    padding: 0 0;
  }
  .ltst_docmnts_wrap {
    padding-bottom: 0rem;
  }
  .ltst_docmnts_wrap .h4 {
    font-size: 28px;
    margin-bottom: 26px;
  }
  .ltst_docmnts_wrap .col-lg-6:first-child .ltst-docmnts {
    margin-bottom: 40px;
  }
  .ltst_docmnts_wrap .ltst-docmnts .ld-list .ld-list-item a {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .featured_news .cta {
    padding-top: 1px;
  }
  .featured_news .page-title {
    font-size: 32px;
  }
  .featured_news .figcaption {
    font-size: 22px;
    line-height: 28px;
  }
  .featured_news .news_items time,
  .featured_news .news_items .time,
  .featured_news .time time {
    font-size: 16px;
    padding-top: 7px;
  }
  .featured_news .news_subhead {
    margin-bottom: 35px;
  }
  .ltst_docmnts_wrap {
    padding-bottom: 0rem;
  }
  .ltst_docmnts_wrap .ltst-docmnts {
    padding-top: 0;
  }
  .ltst_docmnts_wrap .h4 {
    font-size: 28px;
    margin-bottom: 26px;
  }
  .ltst_docmnts_wrap .col-lg-6:first-child .ltst-docmnts {
    margin-bottom: 40px;
  }
  .media_wrap .h2,
  .media_wrap h2,
  .twitter_wrap .h2,
  .twitter_wrap h2,
  .linkedin_wrap .h2,
  .linkedin_wrap h2 {
    font-size: 28px;
    margin-top: 0;
  }
  .newslisting_wrap .news_items dd {
    display: block;
  }
  .newslisting_wrap .news_items .figure {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
    height: 250px;
  }
  .newslisting_wrap .news_items .figcaption::before {
    width: 100%;
    height: 248px;
  }
  .newsdetails_wrap {
    padding-left: 12px;
    padding-right: 12px;
  }
  .newsdetails_wrap .page-title {
    font-size: 32px;
    padding-left: 0;
    padding-right: 0;
  }
  .newsdetails_wrap .time,
  .newsdetails_wrap time {
    padding-top: 15px;
    display: block;
  }
  .newsdetails_wrap .widget_media_image {
    padding-bottom: 15px !important;
    padding-top: 15px;
  }
  .newsdetails_wrap .siteorigin-widget-tinymce,
  .newsdetails_wrap .widget_text,
  .newsdetails_wrap .widget_media_video {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .newsdetails_wrap .cst-video-iframe-inner .cst-trna-btn {
    right: 20px !important;
  }
  .newsdetails_wrap .cst-video-iframe-inner .cst-trna-btn:before {
    right: -20px !important;
  }
  .newsdetails_wrap blockquote {
    margin: 50px 0 50px 20px;
    padding: 5px 0 15px 17px;
  }
  .linkedin_wrap .linkedin_items iframe {
    float: none;
    width: 98%;
    margin-bottom: 5px;
    margin: 0 auto 10px;
    display: block;
  }
  .related_article .card-title a {
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    display: block;
  }
  .related_article.sec-ltst-psts .row .col-lg-4 + .col-lg-4 {
    margin-top: 25px;
  }
  .content-block-link_wrap .article-content a:before {
    left: calc(15px);
    width: calc(100% - 30px);
    bottom: 110px;
  }
}

@media (max-width: 576px) {
  .sideline::before, .sideline::after {
    width: 120px;
  }
  .more_from figure {
    margin: 0;
  }
  .more_from .block_item {
    margin-bottom: 30px;
  }
  .newsdetails_wrap .gallery-columns-2 {
    /* width: 570px; */
    display: block;
    flex-wrap: nowrap;
  }
  .featured_news .figcaption::before {
    height: 325px;
  }
}

@media (max-width: 480px) {
  .sideline::before, .sideline::after {
    width: 60px;
  }
  .featured_news figure {
    min-height: 220px;
  }
  .featured_news .figcaption::before {
    height: 244px;
  }
  .featured_news .news_items dd {
    display: block;
  }
  .featured_news .news_items figure {
    width: 100%;
    height: 210px;
    min-height: initial;
    margin-right: 0px;
    margin-bottom: 6px;
  }
  .featured_news .news_items .figcaption::before {
    width: 100%;
    height: 211px;
  }
  .featured_news .cta {
    padding-top: 10px;
  }
}

@media (max-width: 375px) {
  .sideline::before, .sideline::after {
    width: 50px;
  }
}
