/*
 Theme Name:   MMG 2020
 Template:     wp-bootstrap-4
 Version:      1.0.2
 Text Domain:  mmg
*/

body,
button,
input,
optgroup,
select,
textarea {
  font-family: "Inter", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
}

.innerpage-main-content a:link {
  /* Red text links with dotted underline */
  color: #ee2724;
  text-decoration: underline;
  /* text-decoration-style: dotted; */
}
.innerpage-main-content a:visited {
  /* visited links are darkened */
  text-decoration: underline;
  /* text-decoration-style: dotted; */
  color: #3d000f;
}
.innerpage-main-content a:hover {
  /* underline changes to dashes on hover */
  text-decoration: underline;
  /* text-decoration-style: dashed; */
  color: #3d000f;
}
.innerpage-main-content a:active {
  color: #ee2724; /* Red text links with single underline */
  text-decoration: underline;
  text-decoration-style: solid;
}

.bookmark {
  margin-top: -120px;
  position: absolute;
}

.custom-logo-link {
  margin: 0 1rem;
}

.col-lg-2-5 {
  flex: 0 0 20%;
  max-width: 20%;
}

#site-navigation {
  padding: 0;
}

#primary-menu-wrap {
  margin-top: 32px;
}

#primary-menu.navbar-nav .nav-link {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
  padding: 4rem 0.25rem 0.5rem;
  margin: 0 1rem;
  border-bottom: 4px solid transparent;
}
#primary-menu.navbar-nav .nav-link.megamenu-list-link {
  padding: 0.25rem 0.25rem;
  text-transform: none;
  border-bottom: none;
  font-size: 16px;
}
#primary-menu.navbar-nav .nav-link.megamenu-list-link:hover {
  border-bottom: none;
  color: #df686b;
}

#main-header {
  background: rgba(238, 39, 36, 0.85) url("assets/img/rock-gradient.jpg") no-repeat right;
  background-size: contain;
  background-color: #ee2724;
  position: relative;
  z-index: 1;
}
#main-header.hide-bg {
  background-image: none;
}
@media (max-width: 1270px) {
  #main-header {
    background-size: cover;
  }
}
@media (max-width: 991px) {
  #main-header {
    background: rgba(238, 39, 36, 0.85) url("assets/img/rock-gradient-mobile.jpg") no-repeat center center;
  }
}

#tophead {
  position: relative;
  display: block;
  height: 45px;
  border-bottom: 1px solid #df686b;
  z-index: 1020;
}
#tophead a {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  text-decoration: none;
  /*height: 42px;*/
  border-right: 1px solid #df686b;
  transition: 0.3s;
}
#tophead a:hover,
#tophead a:focus {
  color: #df686b;
}
#tophead .top-header-left {
  float: left;
  padding-left: 5px;
}
#tophead .top-header-right {
  float: right;
}
#tophead .top-header-right a {
  padding: 15px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
}
#primary-menu .social-link,
#tophead .social-link {
  direction: ltr;
  text-indent: -7777px;
  display: inline-block;
  width: 46px;
  height: 42px;
  padding: 0;
  background-repeat: no-repeat;
  background-color: transparent;
}
#primary-menu .social-link.facebook,
#tophead .social-link.facebook {
  background-image: url(assets/img/svg/social_facebook.svg);
  background-position: 14px 12px;
  background-size: 18px;
}
#primary-menu .social-link.linkedin,
#tophead .social-link.linkedin {
  background-image: url(assets/img/svg/social_linkedin.svg);
  background-position: 14px 12px;
  background-size: 18px;
}
#primary-menu .social-link.youtube,
#tophead .social-link.youtube {
  background-image: url(assets/img/svg/social_youtube.svg);
  background-position: 12px 14px;
  background-size: 20px;
}
#tophead .top-header-right a.lang-item {
  background: transparent url(assets/img/svg/Language_icon.svg) no-repeat 14px
    18px;
  background-size: 12px;
  padding-left: 34px;
}
#primary-menu .social-link.facebook:hover,
#tophead .social-link.facebook:hover {
  background-image: url(assets/img/svg/social_facebook_hover.svg);
}
#primary-menu .social-link.linkedin:hover,
#tophead .social-link.linkedin:hover {
  background-image: url(assets/img/svg/social_linkedin_hover.svg);
}
#primary-menu .social-link.youtube:hover,
#tophead .social-link.youtube:hover {
  background-image: url(assets/img/svg/social_youtube_hover.svg);
}
#tophead .top-header-right a.lang-item:hover {
  background: transparent url(assets/img/svg/Language_icon_hover.svg) no-repeat
    14px 18px;
  background-size: 12px;
  padding-left: 34px;
}

#tophead .mmg-search {
  display: inline-block;
  padding: 0 15px 0 0;
  cursor: pointer;
}
#tophead .mmg-search-form {
  display: flex;
}
#tophead .mmg-search-form img {
  width: 12px;
  height: 12px;
  margin: auto;
  margin-left: 10px;
}

#tophead .mmg-search input[type="text"] {
  display: inline-block;
  width: 0px;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #fff;
  transition: 0.3s;
  outline: none !important;
  -webkit-appearance: none;
  box-shadow: none;
}
#tophead .mmg-search input[type="text"]:focus {
  outline: none !important;
  box-shadow: none;
}
#tophead .mmg-search.active {
  background: #df686b;
  padding: 10px;
  margin-right: 10px;
}
#tophead .mmg-search.active input[type="text"] {
  width: 165px;
}
#tophead .mmg-search input[type="text"]::placeholder {
  color: #fff;
}

#tophead .mmg-search form {
  background-size: 14px;
  margin: 0;
}

#masthead {
  clear: both;
}
#masthead .navbar.bg-dark {
  background-color: transparent !important;
}

@media (max-width: 991.98px) {
  #masthead .navbar {
    max-height: 95vh;
    overflow-y: auto;
  }
}

@media (max-width: 580px) {
  #masthead .navbar {
    overflow: hidden;
  }
}


.megamenu h6 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
}
.dropdown-toggle::after {
  display: none !important;
}
.navbar-dark .navbar-nav .dropdown-menu a {
  width: auto !important;
}
.dropdown-menu.megamenu {
  width: 100%;
  border-radius: 0;
  margin: 0;
  border: none;
  /* background: rgba(199, 18, 51, 0.97); */
  background: transparent;
  /* box-shadow: 0 2px 2px rgba(0,0,0,0.2); */
  border-top: 1px solid #a70e13;
}
.dropdown-menu.megamenu-bg {
  display: none;
  width: 100%;
  height: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: #ee2724;
  /* background: rgba(167, 14, 19, 0.85); */
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

a.dropdown-toggle.nav-link.megamenu-list-link::after {
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  margin-bottom: -0.2rem;
}

ul.megamenu-sublist {
  position: absolute;
  top: 0;
  left: 18rem;
}

.megamenu-list-aligned {
  position: absolute;
  display: none;
  opacity: 0;
  z-index: 9999;
  margin-top: 20px;
  transition-delay: 0.3s;
  transition-property: opacity;
  transition-duration: 0.1s;
}

.header-open .megamenu-list-aligned {
  transition-delay: 0;
  /* transition-property: opacity; */
  /* transition-duration: 0.2s; */
}

.megamenu-list-aligned.show {
  display: block;
  opacity: 1;
  transition-delay: 0;
  transition-property: opacity;
  transition-duration: 0;
}
/* .nav-item.menu-item.dropdown-list-item.show .megamenu-list-aligned {
  margin-top: 20px;
} */

.nav-item.menu-item.dropdown-list-item.last-menu .megamenu-list-aligned {
  right: 0;
  width: 100%;
  max-width: 300px;
  text-align: right;
}

#primary-menu.navbar-nav .dropdown-list-item.main-nav-last-item .nav-link {
  padding-right: 0;
  margin-right: 0;
}

#primary-menu.navbar-nav
  .dropdown-list-item.main-nav-last-item
  .megamenu-list.megamenu-list-aligned {
  text-align: right;
  right: 15px;
}

#product-menu.navbar-nav .megamenu-list .nav-link {
  padding: 5px 0;
  /*border-bottom: 1px solid rgba(255,255,255, 0.3);*/
}

#product-menu.navbar-nav ul.megamenu-sublist {
  background: none;
  border: none;
  padding-left: 20px;
}

#product-menu.navbar-nav ul.megamenu-sublist .megamenu-list-link {
  font-size: 15px;
  padding: 3px 0;
  border-bottom: none;
}

.navbar-expand-lg
  .navbar-nav
  .dropdown-list-item
  .dropdown-list-item
  .dropdown-menu {
  padding: 0;
  display: block;
  background: transparent;
  border: none;
  position: relative;
  border-radius: 0;
  left: 1rem;
}

.navbar-expand-lg
  #primary-menu.navbar-nav
  .dropdown-list-item
  .dropdown-list-item
  .dropdown-menu
  .megamenu-list-link {
  font-size: 13px;
  padding: 0.1rem 0.25rem;
}
.navbar-expand-lg
  .navbar-nav
  .dropdown-list-item
  .dropdown-list-item
  .dropdown-menu
  .megamenu-list-link:before {
  content: ">";
  padding-right: 1rem;
}

.btn-mmg,
.btn.btn-mmg,
input[type="submit"] {
  background: #ed2b26;
  background: linear-gradient(90deg, #ed2b26, #A70E13);
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  font-family: "Inter", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  padding: 14px 20px !important;
  transition: 0.6s;
}

.btn-mmg:hover,
.btn-mmg:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #ED2C27;
  background: linear-gradient(90deg, #A70E13, #ED2C27);
}

#content {
  background: #fff;
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.2);
  /* margin-top: -95px; */
  margin-top: -1px;
  margin-bottom: 10px;
  padding-bottom: 50px;
}

.page-template-default #content {
  margin-top: 0px;
}
.row-eq-height > [class*="col-"] {
  display: flex;
}
/* .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
    flex-direction: row;
} */

.narrow-gutter {
  margin: 0 -10px;
  padding: 0 5px;
}
.narrow-gutter .col-1,
.narrow-gutter .col-2,
.narrow-gutter .col-3,
.narrow-gutter .col-4,
.narrow-gutter .col-5,
.narrow-gutter .col-6,
.narrow-gutter .col-7,
.narrow-gutter .col-8,
.narrow-gutter .col-9,
.narrow-gutter .col-10,
.narrow-gutter .col-11,
.narrow-gutter .col-12,
.narrow-gutter .col,
.narrow-gutter .col-auto,
.narrow-gutter .col-sm-1,
.narrow-gutter .col-sm-2,
.narrow-gutter .col-sm-3,
.narrow-gutter .col-sm-4,
.narrow-gutter .col-sm-5,
.narrow-gutter .col-sm-6,
.narrow-gutter .col-sm-7,
.narrow-gutter .col-sm-8,
.narrow-gutter .col-sm-9,
.narrow-gutter .col-sm-10,
.narrow-gutter .col-sm-11,
.narrow-gutter .col-sm-12,
.narrow-gutter .col-sm,
.narrow-gutter .col-sm-auto,
.narrow-gutter .col-md-1,
.narrow-gutter .col-md-2,
.narrow-gutter .col-md-3,
.narrow-gutter .col-md-4,
.narrow-gutter .col-md-5,
.narrow-gutter .col-md-6,
.narrow-gutter .col-md-7,
.narrow-gutter .col-md-8,
.narrow-gutter .col-md-9,
.narrow-gutter .col-md-10,
.narrow-gutter .col-md-11,
.narrow-gutter .col-md-12,
.narrow-gutter .col-md,
.narrow-gutter .col-md-auto,
.narrow-gutter .col-lg-1,
.narrow-gutter .col-lg-2,
.narrow-gutter .col-lg-3,
.narrow-gutter .col-lg-4,
.narrow-gutter .col-lg-5,
.narrow-gutter .col-lg-6,
.narrow-gutter .col-lg-7,
.narrow-gutter .col-lg-8,
.narrow-gutter .col-lg-9,
.narrow-gutter .col-lg-10,
.narrow-gutter .col-lg-11,
.narrow-gutter .col-lg-12,
.narrow-gutter .col-lg,
.narrow-gutter .col-lg-auto,
.narrow-gutter .col-xl-1,
.narrow-gutter .col-xl-2,
.narrow-gutter .col-xl-3,
.narrow-gutter .col-xl-4,
.narrow-gutter .col-xl-5,
.narrow-gutter .col-xl-6,
.narrow-gutter .col-xl-7,
.narrow-gutter .col-xl-8,
.narrow-gutter .col-xl-9,
.narrow-gutter .col-xl-10,
.narrow-gutter .col-xl-11,
.narrow-gutter .col-xl-12,
.narrow-gutter .col-xl,
.narrow-gutter .col-xl-auto {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.mmg-section {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-heading {
  font-size: 42px;
  text-align: center;
  color: #ee2724;
  margin-bottom: 30px;
}

.innerpage-main-content h1,
.innerpage-main-content h2,
.innerpage-main-content h3,
.innerpage-main-content h4 {
  margin-top: 50px;
  color: #ee2724;
}

.innerpage-main-content h1 {
  margin-top: 10px;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 2rem;
  padding-bottom: 25px;
  line-height: 1;
  letter-spacing: -0.5px;
}
.innerpage-main-content h2 {
  font-size: 42px;
  font-weight: 400;
}

.innerpage-main-content p {
  color: #231f20;
  margin-bottom: 1rem;
  line-height: 1.7;
}

.section-subheading {
  font-size: 28px;
  text-align: center;
  color: #ee2724;
}

.section-side-link {
  position: absolute;
  top: 32px;
  right: 15px;
  font-family: "Inter", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  text-decoration: underline;
  color: #b7b7b7;
  margin-top: 1em;
}

.section-content {
  text-align: center;
}

.section-side-link:hover,
.section-side-link:focus {
  color: #ee2724;
}

.column-heading {
  font-size: 20px;
  color: #ee2724;
}
.column-text {
  font-size: 16px;
  color: #231f20;
}

#crumbs {
  background: #f4f5f6;
  padding: 20px 0;
}
#crumbs,
#crumbs a {
  font-family: "Inter", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #231f20;
}
#crumbs .container {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#crumbs a {
  margin: 0 8px;
}
#crumbs .current {
  font-weight: 600;
  color: #ee2724;
  margin-left: 8px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#mmg-rotating-banner .carousel-item {
  height: 600px;
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: cover;
}
#mmg-rotating-banner .rotating-banner-intro {
  position: relative;
  margin-top: 150px;
  min-height: 225px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 15px 20px 70px;
  transition: opacity 0.6s;
  transition: bottom 0.6s;
}

#mmg-rotating-banner .rotating-banner-intro h2 {
  color: #ee2724;
  font-size: 36px;
}
#mmg-rotating-banner .rotating-banner-intro p {
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 17px;
  color: #231f20;
}
#mmg-rotating-banner .rotating-banner-intro .btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.swiper-shadow-fix-container {
  padding-right: 12px;
  padding-left: 12px;
}
#mediaReleaseSwiper {
  width: 100%;
  height: 385px;
  padding: 0 3px 35px;
  margin-bottom: 25px;
}
#wmfpStoriesSwiper {
  width: 100%;
  height: 425px;
  padding: 0 0 24px;
  margin-bottom: 0;
}

#mediaReleaseSwiper .swiper-wrapper {
  margin-bottom: 10px;
}

#mediaReleaseSwiper .card-img-top {
  width: 100%;
  height: 75%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper-controls-wrapper,
.carousel-control-wrapper {
  position: relative;
  height: 24px;
  z-index: 9;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #c1bfbf;
}
#mmg-rotating-banner .carousel-control-wrapper {
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 100%;
  height: 24px;
  z-index: 9;
}

.swiper-controls-wrapper .swiper-control-prev,
.swiper-controls-wrapper .swiper-control-next {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-size: 15px 24px;
  background-position: center center;
  background-color: #ee2724;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  right: 0;
  left: auto;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.swiper-controls-wrapper .swiper-control-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  right: 30px;
}

.swiper-controls-wrapper .swiper-control-prev.swiper-button-disabled,
.swiper-controls-wrapper .swiper-control-next.swiper-button-disabled {
  opacity: 0.4;
}
.swiper-pagination {
  right: 60px;
}
.swiper-pagination-bullet {
  margin: 0 2px;
}

.carousel-control-wrapper .carousel-control-prev,
.carousel-control-wrapper .carousel-control-next {
  display: block;
  top: 0;
  left: auto;
  right: 15px;
  width: 24px;
  height: 24px;
  background: #ee2724;
  opacity: 1;
}
.carousel-control-wrapper .carousel-control-prev {
  right: 45px;
}

.carousel-control-wrapper .carousel-control-prev-icon,
.carousel-control-wrapper .carousel-control-next-icon {
  width: 15px;
  height: 24px;
}
.carousel-control-wrapper .carousel-indicators {
  right: 75px;
  top: 0;
  left: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.carousel-control-wrapper .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e7e6e6;
}

.carousel-control-wrapper .carousel-indicators li.active {
  background-color: #c1bfbf;
}

.no-hero-spacer {
  /* padding-top: 95px; */
}

.mmg-hero-carousel {
  margin-top: 0px;
}

.hero-banner {
  position: relative;
  min-height: 350px;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  transition: 0.6s;
}

.hero-banner-intro {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  /* padding: 20px 20px 70px; */
  padding: 20px;
  transition: 0.6s;
}

.hero-banner-intro .hero-title {
  color: #ee2724;
  font-size: 42px;
}
.hero-banner-intro p {
  /* font-family: "Inter", sans-serif !important; */
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 17px;
  color: #231f20;
}
.hero-banner-intro .btn {
  /* position: absolute; */
  /* bottom: 20px; */
  /* left: 20px; */
}

.hero-banner.intro-animation {
  background-position: center -50px;
  padding-top: 200px;
  padding-bottom: 0;
  opacity: 0;
}
.hero-banner.intro-animation .rotating-banner-intro {
  opacity: 0;
}

.investor-wrapper {
  margin-top: -60px;
  background: #fff;
  position: relative;
  padding: 15px;
}
.mmg-box-shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.investor-tiles .col {
  position: relative;
}

.mmg-tile-fix {
  width: 100%;
}

.share-prices {
  padding: 15px;
}
.share-prices h4 {
  color: #ee2724;
  font-size: 16px;
}
.share-prices table {
  border-top: 1px solid #231f20;
  margin-bottom: 10px;
}
.share-prices td {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #231f20;
  padding: 5px 0;
  vertical-align: bottom;
}
.share-prices td.label {
  width: 30%;
  color: #231f20;
  font-size: 16px;
}
.share-prices td.value {
  width: 70%;
  color: #ee2724;
  font-size: 24px;
  font-weight: 600;
  text-align: right;
}
.share-prices .last-updated,
.share-prices .disclaimer {
  font-size: 9px;
  color: #231f20;
  margin: 10px 0;
}

.share-prices .disclaimer p {
  padding-bottom: 0;
}

.share-prices .last-updated {
  font-weight: bold;
  margin: 5px 0 15px;
}

.diversity-col {
  border-right: 1px solid #b7b7b8;
}
.diversity-col:last-child {
  border-right: none;
}

.mmg-tile {
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center center;
  text-decoration: none;
}
.careers-wrapper .mmg-tile {
  width: 100%;
}
.mmg-tile-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mmg-tile .tile-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 240px;
  color: #fff;
  text-shadow: 0 0 5px #000;
  text-align: center;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400 !important;
  padding: 20px 50px;
  margin: 0;
  line-height: 1.2em;
  transition: 0.3s;
}

.mmg-tile .tile-text.icon:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  box-shadow: 0px 0 30px #000;
}
.mmg-tile .tile-text.icon.linkedin-icon:before {
  background-image: url(assets/img/svg/social_linkedin.svg);
}
.mmg-tile .tile-text.icon.facebook-icon:before {
  background-image: url(assets/img/svg/social_facebook.svg);
}
.mmg-tile .tile-text.icon.youtube-icon:before {
  background-image: url(assets/img/svg/social_youtube.svg);
}
.mmg-tile .tile-text.icon.audio-icon:before {
  background-image: url(assets/img/svg/audio-icon.svg);
}
.mmg-tile .tile-text.icon.pdf-icon:before {
  background-image: url(assets/img/svg/pdf-icon.svg);
}
.mmg-tile .tile-text.icon.website-icon:before {
  background-image: url(assets/img/svg/website-icon.svg);
}
.mmg-tile .tile-text.icon.calendar-icon:before {
  background-image: url(assets/img/svg/calendar-icon.svg);
}

.mmg-tile-link:hover,
.mmg-tile-link:focus,
.mmg-tile:hover,
.mmg-tile:focus {
  text-decoration: none;
}
.mmg-tile:hover .tile-text,
.mmg-tile:focus .tile-text {
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.2);
}

.tile-label {
  display: block;
  padding: 20px;
}

.tile-name {
  display: block;
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400 !important;
}

.operation-site a {
  display: block;
  position: relative;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 1em;
}
.operation-site-img {
  width: 100%;
}
.operation-site-name {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  padding: 15px;
  background: rgba(152, 0, 46, 0.816);
  transition: 0.6s;
}

.view-details {
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  display: block;
  margin-right: 10px;
  margin-top: 10px;
  transition: 0.5s;
}

.view-details:last-child {
  margin-right: 0;
}
.view-details:hover {
  color: #fff !important;
}

.operation-site a:hover,
.operation-site a:focus {
  color: #fff;
}

.operation-site a:hover .operation-site-name .view-details,
.operation-site a:focus .operation-site-name .view-details,
.mmg-tile:hover .view-details,
.mmg-tile:focus .view-details {
  /* display: inline-block; */
  opacity: 1;
}

.mmg-bg-red-1 {
  background: rgba(24, 166, 222, 0.816);
  transition: 0.5s;
}
.mmg-bg-red-2 {
  background: rgba(247, 143, 30, 0.816);
  transition: 0.5s;
}
.mmg-bg-red-3 {
  background: rgba(238, 39, 36, 0.816);
  transition: 0.5s;
}
.mmg-bg-red-4 {
  background: rgba(57, 181, 74, 0.816);
  transition: 0.5s;
}
.mmg-bg-red-5 {
  background: rgba(0, 104, 56, 0.816);
  transition: 0.5s;
}
.mmg-bg-red-6 {
  background: rgba(238, 39, 36, 0.816);
  transition: 0.5s;
}

.mmg-bg-red-1:hover {
  background: rgba(24, 166, 222, 1);
}
.mmg-bg-red-2:hover {
  background: rgba(247, 143, 30, 1);
}
.mmg-bg-red-3:hover {
  background: rgba(238, 39, 36, 1);
}
.mmg-bg-red-4:hover {
  background: rgba(57, 181, 74, 1);
}
.mmg-bg-red-5:hover {
  background: rgba(0, 104, 56, 1);
}
.mmg-bg-red-6:hover {
  background: rgba(238, 39, 36, 1);
}

.mmg-grey-bg {
  background: #f4f5f6;
}

.mmg-text-color-1 {
  color: rgba(24, 166, 222, 0.816);
}
.mmg-text-color-2 {
  color: rgba(247, 143, 30, 0.816);
}
.mmg-text-color-3 {
  color: rgba(238, 39, 36, 0.816);
}
.mmg-text-color-4 {
  color: rgba(57, 181, 74, 0.816);
}

.mmg-card {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #231f20;
  background-color: #f4f5f6 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0 !important;
  border: none !important;
  /* margin-bottom: 20px; */
  min-height: 35em;
  height: 100%;
}
.mmg-card .card-img-top {
  border-radius: 0 !important;
}

.mmg-card .card-body {
  min-height: 22em;
  padding-bottom: 40px;
}
.mmg-card.no-min-height {
  min-height: auto;
}
.mmg-card .post-type,
.mmg-card .post-date {
  margin-bottom: 0;
}
.mmg-card .post-type {
  font-weight: 600;
}
.mmg-card .report-title,
.mmg-card a.event-link,
.mmg-card a.report-link {
  color: #231f20;
}
.mmg-card a.report-link {
  text-decoration: underline;
}
.mmg-card .report-title {
  padding: 0;
  font-size: 18px;
}
.mmg-card .report-title img:hover {
  filter: brightness(80%);
  transition: all 0.5s ease;
}
.mmg-card .report-title:hover,
.mmg-card a:hover {
  color: #ee2724;
  text-decoration: none;
}
.mmg-card .card-link {
  position: absolute;
  bottom: 20px;
  display: table;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #b7b7b7;
  /* margin-top: 3em; */
}
.mmg-card .card-link.view-more {
  left: 15px;
}

.mmg-card a.report-link:hover,
.mmg-card a.report-link:focus,
.mmg-card .card-link:hover,
.mmg-card .card-link:focus {
  text-decoration: underline;
  color: #ee2724;
}
.mmg-card .card-title {
  color: #ee2724;
  font-size: 26px;
}
.mmg-card.media-release .card-title {
  color: #f78f1e;
}
.mmg-card.exchange-announcements .card-title {
  color: #ee2724;
}
.mmg-card.circular .card-title {
  color: #39b54a;
}
.mmg-card.reports-and-presentations .card-title {
  color: #18a6de;
}

.mmg-card .card-title.with-padding {
  padding: 1.25rem;
  margin: 0;
}

.mmg-card .card-body .flexCol {
  flex-direction: column;
}

.mmg-card .d-block.rosebery {
  max-height: 240px;
}

.mmg-content-cards .section-title {
  color: #ee2724;
  margin: auto;
  padding-bottom: 1.25rem;
}

.mmg-content-cards .top-spacing {
  margin-top: 30px;
}

.mmg-content-cards .toggle-hide {
  display: none;
}

.mmg-card .card-body .card-report {
  min-height: 164px;
}

.media-releases-wrapper .mmg-card {
  font-size: 11px;
  background-color: #fff;
  min-height: 30em;
}
.media-releases-wrapper .mmg-card .card-body {
  min-height: 15em;
}
.media-releases-wrapper .mmg-card .card-title {
  font-size: 16px;
  margin: 1em 0;
  max-height: 2.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.media-releases-wrapper .mmg-card .post-type,
.media-releases-wrapper .mmg-card .post-date {
  font-size: 13px;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ie-flex-fill {
  width: 100%;
  height: 100%;
}

/**************** Start: Media releases carousel ****************/
#mediaReleaseCarousel .carousel-inner {
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
}
#mediaReleaseCarousel .carousel-item.col-md-3 {
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  /* show 3 items */
  #mediaReleaseCarousel .carousel-inner .active,
  #mediaReleaseCarousel .carousel-inner .active + .carousel-item,
  #mediaReleaseCarousel
    .carousel-inner
    .active
    + .carousel-item
    + .carousel-item,
  #mediaReleaseCarousel
    .carousel-inner
    .active
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    display: block;
  }

  #mediaReleaseCarousel
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  #mediaReleaseCarousel
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item,
  #mediaReleaseCarousel
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item
    + .carousel-item,
  #mediaReleaseCarousel
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    transition: none;
  }

  #mediaReleaseCarousel .carousel-inner .carousel-item-next,
  #mediaReleaseCarousel .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }

  #mediaReleaseCarousel
    .carousel-inner
    .active.carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item
    #mediaReleaseCarousel
    .carousel-inner
    .active.carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* left or forward direction */
  #mediaReleaseCarousel
    .active.carousel-item-left
    + .carousel-item-next.carousel-item-left,
  #mediaReleaseCarousel .carousel-item-next.carousel-item-left + .carousel-item,
  #mediaReleaseCarousel
    .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item,
  #mediaReleaseCarousel
    .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item
    + .carousel-item,
  #mediaReleaseCarousel
    .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  /* farthest right hidden item must be abso position for animations */
  #mediaReleaseCarousel
    .carousel-inner
    .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* right or prev direction */
  #mediaReleaseCarousel
    .active.carousel-item-right
    + .carousel-item-prev.carousel-item-right,
  #mediaReleaseCarousel
    .carousel-item-prev.carousel-item-right
    + .carousel-item,
  #mediaReleaseCarousel
    .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item,
  #mediaReleaseCarousel
    .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item
    + .carousel-item,
  #mediaReleaseCarousel
    .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

/**************** End: Media releases carousel ******************/
.mmgCarouselImgGallery .carousel-inner {
  max-height: 80vh;
}
.mmgCarouselImgGallery .d-block {
  margin: auto;
}

#mmgCarouselImgGallery .carousel-item p {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 15px;
}
#mmgModalImgGallery .modal-header {
  padding: 0.5rem 1rem;
}

#secondary .widget-title {
  color: #ee2724;
  margin-bottom: 20px;
}
#secondary .textwidget {
  font-size: 13px;
}
#secondary .textwidget b,
#secondary .textwidget strong {
  font-size: 14px;
}

.wmfp-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 0;
}
.wmfp-intro {
  background: rgba(255, 255, 255, 0.95);
  padding: 25px;
  min-height: 410px;
  position: relative;
}
.wmfp-intro-text {
  color: #231f20;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.wmfp-heading {
  color: #ee2724;
  font-size: 42px;
}
.wmfp-intro .btn-mmg {
  position: absolute;
  bottom: 25px;
  left: 25px;
}
.wmfp-latest-heading {
  color: #fff;
  text-shadow: 0px 0px 4px #6a6a6a;
  font-weight: 400 !important;
  font-size: 24px;
}
ul.wmfp-stories {
  list-style-type: none;
  padding: 0;
}
.wmfp-story {
  /* margin-bottom: 5px; */
  position: relative;
  display: block;
  padding: 0;
  height: 90px;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}
.wmfp-story:hover,
.wmfp-story:focus {
  text-decoration: none;
  color: #fff;
}
.wmfp-story i {
  position: absolute;
  top: 0;
  right: 0;
  padding: 37.5px 10px;
}
.wmfp-story span.image {
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.wmfp-story span.title {
  display: block;
  padding: 10px 30px 5px 0;
  max-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wmfp-story span.date {
  display: block;
  padding: 5px 30px 10px 0;
  font-weight: 300;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.job-search-wrapper {
  padding: 25px;
  text-align: center;
}
.job-search-heading {
  font-size: 24px;
  color: #ee2724;
}
.job-search-intro {
  color: #231f20;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.site-footer {
  background: #f4f5f6;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 0;
  padding-top: 0;
}

.site-footer .btn-mmg {
  color: #fff !important;
}

.site-footer .site-info {
  font-size: 11px;
  padding: 1rem 0;
  border-top: 1px solid #b7b7b8;
  color: #231f20;
}

.site-footer .copyright {
  float: right;
}

.site-footer .back-to-top {
  position: relative;
  background: #231f20 url(assets/img/arrow-white.png) no-repeat center center;
  background-size: 10px;
  width: 40px;
  height: 40px;
  display: block;
  text-indent: -7777px;
  direction: ltr;
  margin-top: -1.75rem;
  margin-bottom: 2rem;
  transition: 0.2s;
  z-index: 1000;
}

.site-footer .back-to-top:hover,
.site-footer .back-to-top:focus {
  background: #ee2724 url(assets/img/arrow-white.png) no-repeat center center;
  background-size: 10px;
}

.site-footer .footer-menu a {
  color: #231f20 !important;
  font-weight: 600;
  padding: 0 15px 0 0;
  margin-right: 15px;
  font-size: 16px;
  border-right: 1px solid #231f20;
  line-height: 1em;
  display: inline-block;
}
.site-footer .footer-menu a:last-child {
  border-right: none;
  margin-right: 15px;
}
.site-footer .site-info a:hover,
.site-footer .site-info a:focus,
.site-footer .footer-menu a:hover,
.site-footer .footer-menu a:focus {
  color: #ee2724 !important;
}
.site-footer .contact-tiles {
  /* text-align: right; */
  /* width: 240px; */
}

.site-footer .contact-tiles a.subscribe {
  color: #fff !important;
  background: #e88024;
  background: -moz-linear-gradient(left, #e88024 0%, #f04e37 100%);
  background: -webkit-linear-gradient(left, #e88024 0%, #f04e37 100%);
  background: linear-gradient(to right, #e88024 0%, #f04e37 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e88024', endColorstr='#f04e37',GradientType=1 );
}
.site-footer .contact-tiles a.subscribe:after {
  background-image: url(assets/img/svg/subscribe-icon.svg);
  background-size: 40px;
}

.site-footer .contact-tiles a.subscribe:hover,
.site-footer .contact-tiles a.subscribe:focus {
  background: #f04e37; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #f04e37 0%,
    #e88024 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #f04e37 0%,
    #e88024 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #f04e37 0%,
    #e88024 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f04e37', endColorstr='#e88024',GradientType=1 ); /* IE6-9 */
}

.mmg-featured-video {
  display: block;
  margin: 0 auto 50px;
}
.mmg-operations-map-wrapper {
  background-color: #f4f5f6;
  border: 1px solid #e6e6e5;
  max-height: 702px;
  overflow: hidden;
}
.mmg-operations-map-wrapper .card-body {
  max-height: 363px;
  overflow-y: scroll;
  color: #231f20;
}
.mmg-operations-map-wrapper .card-header h4 {
  margin: 5px;
}
i.mmg-map-marker {
  display: block;
  width: 25px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(assets/img/svg/location-pin.svg);
  margin-right: 20px;
}
i.mmg-map-marker.mmg-colour-1 {
  background-image: url(assets/img/svg/location-pin-mmg-red-1.svg);
}
i.mmg-map-marker.mmg-colour-2 {
  background-image: url(assets/img/svg/location-pin-mmg-red-2.svg);
}
i.mmg-map-marker.mmg-colour-3 {
  background-image: url(assets/img/svg/location-pin-mmg-red-3.svg);
}
i.mmg-map-marker.mmg-colour-4 {
  background-image: url(assets/img/svg/location-pin-mmg-red-4.svg);
}

.operation-site-map-marker {
  position: absolute;
}
.operation-site-map-marker h4 {
  margin-top: 30px;
}
.operation-site-map-link {
  color: #b7b7b7;
  text-decoration: underline;
  text-transform: uppercase;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
}
.operation-site-map-link:hover {
  color: #ee2724;
}

.mmg-operations-map-wrapper .gm-style .gm-style-iw-c {
  padding: 0 !important;
  border-radius: 0 !important;
  width: 198px;
  height: 250px;
}
.mmg-operations-map-wrapper .gm-style .gm-style-iw-c button {
  display: none !important;
}

.accordion .card-header {
  background-color: #f4f5f6;
  color: #231f20;
  padding: 0;
}
.accordion .card-header .btn-link {
  padding: 20px;
  width: 100%;
  color: #231f20;
  text-align: left;
}
.accordion .card-header .btn-link:hover,
.accordion .card-header .btn-link:focus {
  text-decoration: none;
}
.accordion .card-header .fa-map-marker {
  margin-right: 10px;
  font-size: 36px;
}
.accordion .card-header .fa-chevron-down,
.accordion .card-header h5 {
  line-height: 36px;
  vertical-align: middle;
  margin-bottom: 0;
}

.media-release-content {
  padding-bottom: 15px;
}

.report-title {
  display: inline-block;
  padding-top: 15px;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0;
}
.report-date {
  font-size: 15px;
  margin-bottom: 5px;
}
.report-link {
  display: table;
  font-weight: 600;
  font-size: 13px;
  margin-top: 3px;
  line-height: 6px;
}
.report-title {
  font-size: 22px;
  text-decoration: none !important;
}
.report-meta {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding-left: 4px;
}
.report-files {
  padding-top: 15px;
}
.report-filerow {
  display: table-row;
}

.report-link .file-size {
  font-weight: 300;
}

.sustainability-reports {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.sustainability-card {
  width: 240px;
}
.sustainability-card .bg-img {
  height: 340px;
}
.sustainability-card a:visited {
  color: #ee2724;
}

.sustainability-card h4 {
  text-align: center;
}

.sustainability-card .sr-link {
  text-decoration: none !important;
}
.sustainability-card p:nth-of-type(1) {
  color: #ee2724;
  padding-top: 1em;
  margin-bottom: 0;
}

.sustainability-card .divider {
  display: inline;
  padding: 0 6px;
}

.sustainability-card .appendix {
  padding-top: 8px;
}

.sustainability-card subtitle {
  display: block;
  text-align: center;
  font-family: inherit;
  font-weight: 500;
  font-size: 12px;
  background: rgba(199, 18, 51, 0.85);
  color: #fff;
  padding-top: 2px;
}

.event-link {
  color: #231f20;
  font-weight: 600;
  transition: 0.3s;
}
.event-link:before {
  content: "";
  display: block;
  width: 50px;
  height: 40px;
  float: left;
  background: url(assets/img/svg/calendar-icon.svg) no-repeat;
  transition: 0.3s;
}
a.event-link:hover,
a.event-link:focus {
  color: #ee2724;
  text-decoration: none;
}
.event-date {
  display: block;
  font-weight: 300;
}
.resource-link,
.mmg-card .resource-link {
  display: inline-block;
  width: 100%;
  color: #231f20;
  line-height: inherit;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
}
.report-filerow .resource-link {
  display: inline;
}
.resource-link {
  line-height: 30px;
}
.resource-link:before {
  content: "";
  display: block;
  width: 30px;
  height: 60px;
  margin-right: 10px;
  float: left;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 5px;
}
.resource-link.audio-icon:before {
  background-image: url(assets/img/svg/audio-icon.svg);
}
.resource-link.pdf-icon:before {
  background-image: url(assets/img/svg/pdf-icon.svg);
}
.resource-link.website-icon:before {
  background-image: url(assets/img/svg/website-icon.svg);
}
.resource-link.calendar-icon:before {
  background-image: url(assets/img/svg/calendar-icon.svg);
}

a.resource-link:hover,
a.everesourcent-link:focus {
  color: #ee2724;
  /* text-decoration: none; */
}
.resource-date {
  display: block;
  font-weight: 300;
  padding-left: 40px;
}
.events-tiles-wrapper {
  background-color: #f4f5f6;
}

.events-tiles-heading {
  color: #ee2724;
  margin-top: 10px;
  font-size: 28px;
}
.event-tile {
  color: #231f20;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
}
.event-tile-col {
  border-right: 1px solid #b7b7b7;
  margin-top: 20px;
  margin-bottom: 20px;
}
.event-tile-col:last-child {
  border-right: none;
}
.event-tile:before {
  content: "";
  display: block;
  width: 30px;
  height: 40px;
  background: url(assets/img/svg/calendar-icon.svg) no-repeat;
  margin: 0 auto;
}
.events-tiles-link {
  margin: auto;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #b7b7b7;
}

.highlight-card {
  padding: 20px;
  min-height: 15em;
  color: #231f20;
  margin-bottom: 20px;
}
.highlight-card a {
  color: #231f20;
  text-decoration: underline;
}
.highlight-card a:hover {
  color: #ee2724;
}

.highlight-card h4 {
  /* float: left; */
  font-size: 18px;
  color: #231f20;
}

.highlight-icon {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 30px;
  min-height: 30px;
  padding: 5px 40px 10px 0;
}

.highlight-icon.location-icon {
  background-image: url(assets/img/svg/location-icon.svg);
}
.highlight-icon.employment-icon {
  background-image: url(assets/img/svg/employment-icon.svg);
}
.highlight-icon.estimated-mine-life-icon {
  background-image: url(assets/img/svg/estimated-mine-life-icon.svg);
}
.highlight-icon.mining-method-icon {
  background-image: url(assets/img/svg/mining-method-icon.svg);
}
.highlight-icon.mror-icon {
  background-image: url(assets/img/svg/mror-icon.svg);
}
.highlight-icon.pdf-icon {
  background-image: url(assets/img/svg/pdf-icon.svg);
}
.highlight-icon.processing-method-icon {
  background-image: url(assets/img/svg/processing-method-icon.svg);
}
.highlight-icon.product-icon {
  background-image: url(assets/img/svg/product-icon.svg);
}
.highlight-icon.product-sales-icon {
  background-image: url(assets/img/svg/product-sales-icon.svg);
}

.mmg-operation-description {
  font-size: 15px;
  color: #231f20;
}

.mmg-operation-description h4 {
  font-size: 18px;
  color: #ee2724;
}

.card.mmg-video-card {
  background: #f4f5f6;
  margin-bottom: 30px;
}
.mmg-video-card .video-details {
  margin-top: 20px;
}
.mmg-video-card .video-details p {
  font-size: 14px;
  color: #231f20;
  margin-bottom: 0;
}
.mmg-video-card .video-details h4 {
  font-size: 16px;
  color: #231f20;
}
.mmg-video-card:hover .video-details h4,
.mmg-video-card:focus .video-details h4,
.mmg-video-card:hover .video-details p,
.mmg-video-card:focus .video-details p {
  color: #ee2724;
  text-decoration: none !important;
}
.mmg-video-card .video-thumb {
  position: relative;
  display: block;
}
.mmg-video-card .video-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(assets/img/play-button.png) no-repeat center center;
  background-size: 30%;
}

.mmg-modal {
  background: rgba(0, 0, 0, 0.8);
}
.mmg-modal .modal-content {
  background: transparent;
  color: #fff;
  border: none;
  text-align: center;
}

.mmg-modal .modal-dialog.modal-lg {
  max-width: 100%;
  margin-top: 0;
}
.mmg-modal .modal-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: none;
}
.mmg-modal .modal-header .modal-title {
  font-size: 12px;
  text-align: center;
  margin: auto;
  width: 100%;
}

.mmg-modal .close {
  color: #fff;
  opacity: 0.8;
}
.mmg-modal .close:not(:disabled):not(.disabled):hover,
.mmg-modal .close:not(:disabled):not(.disabled):focus {
  color: #fff;
  opacity: 1;
}

.mmg-operation-tabs {
  margin-top: 80px;
  margin-bottom: 40px;
}

.mmg-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border-bottom: 1px solid #dee2e6;
}
.mmg-tabs .page_item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  margin-right: 5px;
  margin-left: 5px;
}
.mmg-tabs .page_item:first-child {
  margin-left: 0;
}
.mmg-tabs .page_item:last-child {
  margin-right: 0;
}
.mmg-tabs .page_item a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: -1px;
  color: #231f20;
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 15px;
  text-decoration: none !important;
  background: #f4f5f6;
  border: 1px solid #dee2e6;
}
.mmg-tabs .page_item.current_page_item a {
  background: #fff;
  color: #ee2724;
  border-color: #dee2e6 #dee2e6 #fff;
}

.mmg-tab-content {
  display: none;
  margin-top: 50px;
  color: #231f20;
}
.mmg-tab-content.active {
  display: block;
}

.mmg-tab-content h1,
.mmg-tab-content h2,
.mmg-tab-content h3,
.mmg-tab-content h4 {
  color: #ee2724;
}

h1.page-title {
  color: #ee2724;
}

.mmg-contact-details h4 {
  color: #ee2724;
  font-size: 20px;
}

.mmg-contact-details,
.mmg-contact-details p,
.mmg-contact-details a {
  color: #231f20;
  font-size: 16px;
}
.mmg-contact-details a {
  text-decoration: underline;
}

.mmg-form-wrapper form,
.mmg-form-wrapper input["text"],
.mmg-form-wrapper input["number"],
.mmg-form-wrapper input["email"],
.mmg-form-wrapper select {
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
}

.mmg-form-wrapper label {
  width: 100%;
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px;
  text-transform: uppercase;
  /* color: #b7b7b7; */
}

.mmg-form-wrapper .field-info {
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px;
}

.mmg-form-wrapper .wpcf7-checkbox .wpcf7-list-item {
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  display: block;
  margin: 10px 0;
}

.mmg-table {
  color: #231f20;
  border-top: none;
}
.mmg-table th {
  color: #ee2724;
}
.mmg-table a {
  display: block;
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  color: #231f20;
}
.mmg-table tr:hover td {
  background-color: #eaeaea;
}
.mmg-table tr:hover a,
.mmg-table a:hover {
  color: #ee2724;
  text-decoration: none;
}
.mmg-table .td-icon-event {
  text-align: center;
  width: 50px;
  vertical-align: middle;
  padding-left: 1.5rem;
}
.mmg-table .td-icon-event:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: transparent url(assets/img/svg/calendar-icon.svg) no-repeat center
    center;
  background-size: contain;
}
.tr-event td a {
  font-weight: 600 !important;
}
.tr-event td a .event-date {
  font-weight: 300 !important;
  font-size: 14px;
}

.mmg-text-icon-item {
  padding: 50px 0;
  border-bottom: 1px solid #b8b8b8;
}

.mmg-text-icon-item.small {
  padding: 25px 0;
}

.mmg-text-icon-item:last-child {
  border-bottom: none;
}

.mmg-text-icon-item h3 {
  color: #ee2724;
}
.mmg-text-icon-item p {
  color: #231f20;
}
.mmg-text-icon-item .text-col {
  padding: 35px 0;
}

.mmg-timeline-card {
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background-color: #f4f5f6 !important;
  padding: 30px;
  margin-top: 40px;
}
.mmg-timeline-card:first-child {
  margin-top: 0;
}

.mmg-timeline-left-col {
  border-right: 1px solid #b8b8b8;
}
.mmg-timeline-right-col {
  padding-top: 100px;
}

.mmg-timeline-left-col .mmg-timeline-card {
  margin-right: 20px;
}
.mmg-timeline-right-col .mmg-timeline-card {
  margin-left: 20px;
}

.mmg-timeline-card:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 36px;
  height: 80px;
  border-bottom: 1px solid #b8b8b8;
}

.mmg-timeline-right-col .mmg-timeline-card:after {
  left: auto;
  right: 100%;
}

.mmg-timeline-card h3 {
  color: #ee2724;
  font-size: 18px;
  margin-bottom: 30px;
}
.mmg-timeline-card p {
  color: #231f20;
  font-size: 14px;
}

.mmg-accordion .card {
  margin-bottom: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  color: #231f20;
}

.mmg-accordion .card .card-header {
  border-bottom: none;
  background: #fff;
}

.mmg-accordion button.btn.btn-link,
.mmg-accordion .card .card-body {
  background: #f4f5f6;
  white-space: normal;
  overflow-wrap: break-word;
}

.mmg-accordion button.btn.btn-link i {
  color: #ee2724;
}

.mmg-accordion button.btn.btn-link.collapsed .fa-chevron-up:before {
  content: "\f078";
}

.mmg-accordion button.btn.btn-link.collapsed {
  background: #fff;
}

.mmg-team {
  margin-top: 0;
  padding-top: 0;
}

.mmg-team .collapse:not(.show) {
  display: block;
  padding-bottom: 20px;
}

.mmg-team-member-photo {
  position: absolute;
  padding-right: 25px;
}

.mmg-accordion .card .card-header button {
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 18px;
  color: #231f20;
}

.mmg-accordion .card .card-body {
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 15px;
  color: #231f20;
  background: #fff;
}

.mmg-accordion .card .collapse:not(.show) .card-body {
  max-height: 100px;
  overflow: hidden;
}

.mmg-accordion .card .collapse.show .card-body {
  background: #f4f5f6;
}

.mmg-report-section {
  padding: 25px 0;
  border-top: 1px solid #b8b8b8;
}
.mmg-report-section:first-child {
  padding: 0 0 15px;
  border-top: none;
}
.mmg-report-section .report-section-subheading {
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 28px;
  color: #ee2724;
}
.mmg-report-section .report-section-link {
  display: table;
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 14px;
  text-decoration: underline;
  color: #231f20;
}

.mmg-mr-post-row {
  border-top: 1px solid #b8b8b8;
}
.mmg-mr-post-row:last-child {
  border-bottom: 1px solid #b8b8b8;
}
.mmg-mr-post-row a {
  text-decoration: none !important;
  position: relative;
  display: block;
}
.mmg-mr-post-row a.text:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "\f105";
  font-weight: 900;
  font-size: 24px;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #231f20;
}
.mmg-mr-post-row a:hover p,
.mmg-mr-post-row a:hover .h4 {
  color: #ee2724;
}
.mmg-mr-post-row p,
.mmg-mr-post-row .h4 {
  color: #231f20;
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 600;
  font-size: 14px;
}
.mmg-mr-post-row .h4 {
  font-size: 21px;
  padding-right: 25px;
}
.mmg-mr-post-row p a span.date {
  font-weight: 300;
}
.mmg-mr-pagination-left,
.mmg-mr-pagination-right {
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px;
  text-decoration: none;
  color: #231f20;
}
.mmg-mr-pagination-right .pagination {
  float: right;
}
.mmg-mr-pagination-right a,
.mmg-mr-pagination-left a {
  color: #231f20;
  margin: 0 5px;
}
.mmg-mr-pagination-right a.current,
.mmg-mr-pagination-left a.selected {
  color: #ee2724;
  cursor: default;
}
.mmg-mr-pagination-right a.btn.pagination-next,
.mmg-mr-pagination-right a.btn.pagination-prev {
  float: right;
  background: #ee2724;
  border: none;
  border-radius: 0;
  padding: 2px 10px;
  margin: -3px 0 0 10px;
}
.mmg-mr-pagination-right a.btn.pagination-next.disabled,
.mmg-mr-pagination-right a.btn.pagination-prev.disabled {
  opacity: 0.3;
}
.mmg-mr-pagination-right a.btn.pagination-next:after,
.mmg-mr-pagination-right a.btn.pagination-prev:after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #fff;
}
.mmg-mr-pagination-right a.btn.pagination-prev:after {
  content: "\f104";
}
.mmg-mr-filter-card {
  background: #f4f5f6;
}
input#mr-search {
  border: none;
  box-shadow: inset 0 2px 3px #e5e5e5;
  background: #fff url(assets/img/svg/search_icon_red.svg) no-repeat 98% center;
  background-size: 18px;
}

.mmg-mr-filter-card ul.post-categories,
.mmg-mr-filter-card ul.post-years {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.mmg-mr-filter-card ul.post-years {
  margin-top: 15px;
}

.mmg-mr-filter-card ul.post-categories li,
.mmg-mr-filter-card ul.post-years li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.mmg-mr-filter-card ul.post-categories li a,
.mmg-mr-filter-card ul.post-years li a {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 0;
  background: #fff;
  color: #231f20;
  text-decoration: none;
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 1em;
}
.mmg-mr-filter-card ul.post-categories li a.selected,
.mmg-mr-filter-card ul.post-categories li a:hover {
  background: #d31145;
  color: #fff;
}

.mmg-mr-filter-card ul.post-years li a {
  background: #eaeaea;
}
.mmg-mr-filter-card ul.post-years li a.selected,
.mmg-mr-filter-card ul.post-years li a:hover {
  background: #231f20;
  color: #fff;
}

.mmg-form input[type="text"],
.mmg-form input[type="email"],
.mmg-form input[type="number"],
.mmg-form input[type="phone"],
.mmg-form select {
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 12px;
  text-transform: uppercase;
  color: #231f20;
}
.mmg-form select {
  padding-left: 15px;
}

.addthis-smartlayers {
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 1;
}
#at4-share {
  width: auto;
  top: 200px !important;
}

.at-share-open-control-right {
  top: 200px !important;
  background: #fff;
}
#at4-share.atss .at-share-btn,
.atss a {
  display: inline-block;
  float: left;
  width: 32px;
  height: 32px;
  background: #fff;
}
#at4-scc {
  opacity: 1 !important;
  visibility: visible;
  width: auto;
}
.at4-arrow.at-left,
.at4-arrow.at-right {
  width: 32px;
  height: 32px;
  background-color: #fff;
  background-image: url(assets/img/svg/cross.svg);
  background-size: 12px;
  background-position: center center !important;
}
.at4-arrow.at-left {
  background-image: url(assets/img/svg/share_icon.svg);
}
.atss .at-share-btn:focus,
.atss .at-share-btn:hover,
.atss a:focus,
.atss a:hover {
  width: inherit;
}

#at4-share.atss .at-share-btn span .at-icon,
#at4-share.atss a span .at-icon {
  width: 1.4pc;
  height: 1.4pc;
}

#at4-share.atss .at-share-btn .at-icon-wrapper,
#at4-share.atss a .at-icon-wrapper {
  background-color: #c0bebe !important;
  padding: 0;
  margin: 5px;
  border-radius: 3px;
}

#at4-soc {
  width: 32px;
  z-index: 1;
}

#btn-print-wrapper {
  position: fixed;
  top: 240px;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 1;
}

#btn-print-wrapper a {
  display: block;
  width: 32px;
  height: 32px;
  text-indent: -7777px;
  direction: ltr;
  background: #ffffff url(assets/img/svg/print_icon.svg) no-repeat center center;
  background-size: 14px;
}

.navbar-dark .navbar-toggler-icon {
  background-image: none !important;
}
.navbar-dark .navbar-toggler {
  border: none;
  margin: 30px 0 0 0;
  outline: none;
  padding: 0;
}

span.mmg-toggler-icon {
  background: transparent;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
span.mmg-toggler-icon svg {
  width: 80px;
  height: 60px;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
span.mmg-toggler-icon path {
  fill: none;
  -webkit-transition: stroke-dashoffset 0.5s
      cubic-bezier(0.25, -0.25, 0.75, 1.25),
    stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25),
    stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25),
    stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -ms-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25),
    stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25),
    stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  stroke-width: 40px;
  stroke-linecap: round;
  stroke: #fff;
  stroke-dashoffset: 0px;
}
span.mmg-toggler-icon path#top,
span.mmg-toggler-icon path#bottom {
  stroke-dasharray: 240px 950px;
}
span.mmg-toggler-icon path#middle {
  stroke-dasharray: 240px 240px;
}
span.mmg-toggler-icon.cross path#top,
span.mmg-toggler-icon.cross path#bottom {
  stroke-dashoffset: -650px;
  stroke-dashoffset: -650px;
}
span.mmg-toggler-icon.cross path#middle {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}

#mmg-navbar .mmg-search {
  position: relative;
}
#mmg-navbar .mmg-search input {
  border-radius: 0;
  border: none;
  padding: 20px 15px;
}

#primary-menu .social-link-item {
  display: none !important;
}
#at-share-dock {
  display: none !important;
}

@media (min-width: 992px) {
  #mmg-navbar {
    margin-right: 1rem;
  }
  .dropdown-menu.megamenu-bg {
    display: block;
  }
  .dropdown-menu.megamenu-bg.show {
    /* height: 500px; */
  }
  #primary-menu.navbar-nav .nav-link:hover {
    border-bottom: 4px solid #fff;
  }
  #primary-menu li.nav-item.menu-item.lang-item {
    display: none;
  }
  .mmg-box-shadow-lg {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .mmg-box-shadow-md {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .mmg-box-shadow-sm {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 991.98px) {
  #tophead {
    display: none;
  }
  #primary-menu {
    position: relative;
    padding-bottom: 128px;
  }
  #primary-menu.navbar-nav .nav-link {
    font-size: 18px;
    margin: 0;
    padding: 1rem;
    position: relative;
  }
  .caret.top-level-caret {
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #df686b;
    text-align: center;
    font-size: 28px;
    padding: 18px 0;
    line-height: 1em;
  }
  .mmg-search button {
    background: #df686b;
    border: 0;
  }
  .mmg-search button:focus {
    outline: 0;
  }
  .mmg-search button:active,
  .mmg-search button:focus,
  .mmg-search button:hover {
    background: #ee2724;
  }
  .mmg-search button i{
    color: #fff;
  }

  #primary-menu.navbar-nav .nav-link .caret.top-level-caret i {
    transition: transform 0.3s;
  }
  #primary-menu.navbar-nav .nav-link .caret.top-level-caret.open i {
    transform: rotate(180deg);
  }

  #primary-menu.navbar-nav .nav-item {
    border-top: 1px solid #df686b;
    padding: 0 1rem;
    margin: 0 -1rem;
  }
  #primary-menu.navbar-nav .nav-link.dropdown-list-item:after {
    content: "";
    display: block;
  }
  #primary-menu .megamenu h6 {
    display: none;
  }
  #primary-menu .dropdown-menu {
    /* background: #df686b; */
    padding: 0;
  }
  #primary-menu .megamenu-list-aligned {
    margin-top: 0;
  }
  #primary-menu.navbar-nav
    .dropdown-list-item
    .dropdown-list-item
    .dropdown-menu {
    display: block !important;
    padding: 0 !important;
  }

  #primary-menu li.nav-item.menu-item.lang-item {
    width: 50%;
    background-color: #909090;
    border: 1px solid #aaacaf;
    text-align: center;
    position: absolute;
    bottom: 64px;
    right: 16px;
  }
  #primary-menu li.nav-item.menu-item.lang-item:nth-child(odd) {
    background-color: #231f20;
    left: 16px;
    right: auto;
    border-right: none;
  }
  #primary-menu li.nav-item.menu-item.lang-item a:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(assets/img/svg/Language_icon.svg) no-repeat 3px 3px;
    background-size: 18px;
    vertical-align: middle;
    margin-right: 5px;
  }
  #primary-menu .social-link-item {
    display: block !important;
  }
  #primary-menu .social-link-item .social-link {
    background-size: 24px;
    background-position: 12px 18px;
  }
  #primary-menu .social-link-item {
    display: block !important;
    width: 33.33333333%;
    height: 64px;
    background-color: #231f20;
    border: 1px solid #aaacaf;
    border-top: none;
    border-right: none;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #primary-menu .social-link-item:nth-child(even) {
    left: 33.33333333%;
  }
  #primary-menu .social-link-item:last-child {
    left: 66.66666667%;
    border-right: 1px solid #aaacaf;
    background-position: 12px 20px;
  }

  #primary-menu .megamenu-list-aligned {
    position: static;
    opacity: 1;
  }
  #primary-menu .megamenu-list-aligned .nav-item {
    margin: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 767.98px) {
  .mmg-operations-map-wrapper {
    max-height: none;
  }
  #wmfpStoriesSwiper {
    height: 130px;
  }
  #wmfpStoriesSwiper .wmfp-story {
    margin-bottom: 10px;
  }
  #mmg-rotating-banner .rotating-banner-intro {
    margin-top: 0;
    min-height: 200px;
    padding: 20px 20px 80px;
  }
  #mmg-rotating-banner .rotating-banner-intro .btn {
    /* position: relative; */
    /* bottom: auto; */
    /* left: auto; */
  }
  #mmg-rotating-banner .rotating-banner-intro h2 {
    font-size: 32px;
  }
  #mmg-rotating-banner .rotating-banner-intro p {
    font-size: 15px;
  }
  .hero-banner-intro {
    /* margin-bottom: -150px; */
  }

  #mmg-rotating-banner .carousel-item {
    height: 450px;
    margin-bottom: 250px;
    padding-top: 325px;
  }
  .hero-banner {
    background-size: auto 600px;
    background-position: 70% top;
    padding-bottom: 20px;
    padding-top: 400px;
  }

  #mmg-rotating-banner .carousel-control-wrapper {
    bottom: 75px;
  }
  .wmfp-wrapper {
    background-size: auto 450px;
    background-position: 40% -10%;
    padding-top: 250px;
  }
  .wmfp-intro {
    min-height: 275px;
  }
  .wmfp-heading {
    font-size: 36px;
  }
  .wmfp-story {
    font-size: 13px;
    height: 70px;
  }
  .wmfp-story span.image {
    height: 70px;
    width: 70px;
  }
  .wmfp-story span.title {
    padding: 5px 30px 5px 0;
  }
  .wmfp-story span.date {
    font-size: 10px;
  }
}

@media (max-width: 575.98px) {
  /* .table th {
    display: none;
  } */

  .table td {
    display: block;
  }

  .table td:first-child {
    margin-top: 30px;
  }

  .mmg-text-icon-item .text-col {
    padding: 35px 15px;
  }
  .mmg-box-shadow-xs {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }
  #mmg-rotating-banner .carousel-item {
    /* margin-bottom: 350px; */
  }
  #mmg-rotating-banner .rotating-banner-intro {
    /* min-height: 200px; */
  }
  #mmg-rotating-banner .rotating-banner-intro p {
    font-size: 17px;
  }
  .btn-mmg {
    min-width: 150px;
  }
  #mmg-rotating-banner .rotating-banner-intro .btn {
    left: 50%;
    width: 50%;
    margin-left: -25%;
  }
  .carousel-control-wrapper .carousel-control-prev,
  .carousel-control-wrapper .carousel-control-next,
  .swiper-controls-wrapper .swiper-control-prev,
  .swiper-controls-wrapper .swiper-control-next {
    display: none;
  }
  .swiper-pagination,
  .carousel-control-wrapper .carousel-indicators {
    width: 100%;
    right: 0;
  }

  .custom-logo {
    height: 35px !important;
  }
  .navbar-dark .navbar-toggler {
    margin-top: 0;
  }
  .hero-banner {
    background-size: auto 400px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .hero-banner .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .hero-banner-intro {
    margin-bottom: 0;
    background: #d31145;
    color: #fff;
  }
  .hero-banner-intro .hero-title,
  .hero-banner-intro p {
    color: #fff;
  }
  .mmg-timeline-left-col {
    margin-right: 15px;
  }
  .mmg-timeline-left-col .mmg-timeline-card {
    margin-right: 0;
  }
  .mmg-timeline-left-col .mmg-timeline-card:after {
    width: 16px;
  }

  .share-prices td.label {
    font-size: 20px;
  }
  .share-prices td.value,
  .mmg-tile .tile-text {
    font-size: 32px;
  }
  .section-side-link {
    position: relative;
    margin: 0 auto 2rem;
    display: table;
    right: auto;
    top: auto;
  }
  .operation-site a {
    height: 80%;
    overflow: hidden;
  }
  .operation-site-img {
    width: 100%;
    margin: -10% 0;
  }
  .operation-site {
    margin-top: -16%;
  }
  .operation-site:last-child {
    margin-bottom: -20%;
  }
  .operation-site:first-child {
    margin-top: 0;
  }
  .wmfp-wrapper {
    background-size: auto 350px;
    background-position: 40% -10%;
    padding-top: 220px;
  }
  .wmfp-intro {
    min-height: 0;
  }
  .wmfp-intro .btn-mmg {
    position: relative;
    bottom: 0;
    left: 0;
  }
  .wmfp-story {
    font-size: 11px;
    height: 70px;
  }
  .wmfp-story span.title {
    max-height: 4em;
    line-height: 1.2em;
  }
  .wmfp-story span.date {
    font-size: 9px;
  }
}

@media (max-width: 479.98px) {
  #mmg-rotating-banner .carousel-control-wrapper {
    bottom: 20px;
  }
  #mmg-rotating-banner .rotating-banner-intro {
    padding: 20px;
  }
  #mmg-rotating-banner .rotating-banner-intro .btn {
    position: relative;
    left: 0;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .wmfp-story {
    font-size: 15px;
    height: 100px;
  }
  .wmfp-story span.image {
    height: 100px;
    width: 100px;
  }
  .wmfp-story span.title {
    padding: 10px 30px 5px 0;
  }
  .wmfp-story span.date {
    font-size: 11px;
  }
  .mmg-mr-post-row .h4 {
    font-size: 16px;ß
  }
}

@media (hover: none) {
  .mmg-mr-filter-card ul.post-years li a:hover {
    background: #eaeaea;
    color: inherit;
  }
  .mmg-mr-filter-card ul.post-years li a.selected:hover {
    background: #231f20;
    color: #fff;
  }
}

/* Annual and Sustainability Report landing */
.wave {
  background: url(assets/img/svg/wave.svg) no-repeat center center / cover;
}

.as-landing {
  padding-top: 60px;
}

.as-landing .main-nav {
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  width: 50%;
  text-align: center;
  text-transform: uppercase;
}

.as-landing .main-nav a {
  padding: 16px 0;
  border-bottom: 1px solid #231f20;
}

.as-landing .main-nav .active.left {
  color: white;
  margin-right: 6px;
  background-color: #ee2724;
}

.as-landing .main-nav .active.left.yellow {
  color: #5f5e5e;
  background-color: #f8dfa2;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(253,241,202,255) 5px, rgba(253,241,202,255) 8px );
}

.as-landing .main-nav .active.right {
  color: white;
  margin-right: 6px;
  background-color: #44c455;
  /* background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, #9bcc53 5px, #9bcc53 8px ); */
}

.page-template-page-annualreports-landing .as-landing .main-nav .right,
.page-template-page-sustainabilityreports-landing .as-landing .main-nav .left,
.page-template-page-interimreports-landing .main-nav .right {
  background: #e0e0e1;
  color: #231f20;
}

.as-landing .main-nav .right {
  margin-left: 6px;
}


@media (max-width: 600px) {
  .as-landing .main-nav {
    width: 100%;
  }

  .as-landing .main-nav .active.left,
  .as-landing .main-nav .active.right,
  .as-landing .main-nav .left,
  .as-landing .main-nav .right {
    margin: 0;
  }

  .as-landing .main-nav .active.left,
  .as-landing .main-nav .left {
    margin-bottom: 10px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .as-landing {
    padding-top: 30px;
  }
  .as-landing .main-nav {
    font-size: 1.2rem;
  }
}

@media (max-width: 575px) {
  .as-landing {
    padding-top: 15px;
  }
  .as-landing .main-nav {
    font-size: 1.1rem;
  }
}

.as-hero-banner {
  height: auto;
  position: relative;
  text-align: center;
  margin-top: 30px;
}

.as-hero-banner h1 {
  color: #fff;
  font-size: 4rem;
  line-height: 4rem;
  padding-bottom: 32px;
  margin: auto;
  text-transform: uppercase;
  word-wrap: normal;
}

.as-hero-banner.cn h1 {
  width: 100%;
}

.as-hero-banner img {
  width: 100%;
}

.as-flexcenter {
  margin: auto;
  margin-bottom: 6%;
}

.as-hero-banner-center {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.as-hero-banner a {
  color: #fff;
  text-decoration: underline;
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
}

.as-hero-banner a:hover,
.as-hero-banner a:active {
  color: #fff;
}

@media (min-width: 576px) and (max-width: 767px) {
  .as-hero-banner h1 {
    font-size: 3.6rem;
  }

  .as-hero-banner h1 {
    width: 70%;
  }
}

@media (max-width: 575px) {
  .as-hero-banner h1 {
    font-size: 3rem;
    line-height: 3rem;
    padding-bottom: 24px;
    width: 95%;
  }
}

@media (max-width: 440px) {
  .as-hero-banner h1 {
    font-size: 2.35rem;
    line-height: 2.35rem;
    padding-bottom: 16px;
  }
}

.as-stats {
  padding: 64px 0 128px 0;
}

.as-stats .as-stats-column {
  font-family: "Inter", sans-serif;
  padding: 24px 0 8px 0;
  margin: 0 4px;
  border-top: 1px solid #231f20;
  border-bottom: 1px solid #231f20;
}

.page-template-page-sustainabilityreports-landing .as-stats .as-stats-column {
  min-height: 200px;
}

.page-template-page-sustainabilityreports-landing .as-stats .as-stats-column .as-label {
  min-height: 3.3rem;
}

.as-stats .as-label, .as-stats .as-metric {
  font-size: 1.1rem;
  color: #231f20;
}

.as-stats .as-label {
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.as-stats .as-number {
  font-size: 2.6rem;
  font-family: "Inter", sans-serif;
  color: #ee2724;
  margin-top: 24px;
}

@media (min-width: 576px) and (max-width: 767px) {
  .page-template-page-sustainabilityreports-landing .as-stats .as-stats-column {
    min-height: 170px;
  }

  .page-template-page-sustainabilityreports-landing .as-stats .as-stats-column .as-label  {
    min-height: 2.4rem;
  }
  
  .as-stats {
    padding: 32px 0 64px;
  }

  .as-stats .as-label,
  .as-stats .as-label, .as-stats .as-metric {
    font-size: 0.8rem;
  }

  .as-stats .as-number {
    font-size: 2rem;
  }
}

@media (max-width: 575px) {
  .page-template-page-sustainabilityreports-landing .as-stats .as-stats-column {
    min-height: auto;
  }

  .page-template-page-sustainabilityreports-landing .as-stats .as-stats-column .as-label  {
    min-height: auto;
  }

  .as-stats {
    padding: 32px 0 64px;
  }

  .as-stats .col-sm-4:nth-of-type(2) .as-stats-column,
  .as-stats .col-sm-4:nth-of-type(3) .as-stats-column {
    border-top: 0;
  }
}

.page-template-page-sustainabilityreports-landing .as-stats .as-number {
  color: #44c455;
}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  width: 100%;
  height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.as-video-block iframe {
  width: 100%;
  margin: auto;
}

.as-video-center {
  display: flex;
}

.as-video-block h2 {
  color: #606162;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.as-video-block p {
  color: #606162;
  max-width: 80%;
  margin: auto;
}

@media (max-width: 767px) {
  .as-video-block p {
    padding-bottom: 32px;
  }
}

.as-twocards-block h2 {
  color: #606162;
  text-transform: uppercase;
  padding: 100px 16px;
}

.as-twocards-block .card-img {
  position: relative;
  padding-top: 48%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #971a30;
}

.as-twocards-block .card-img h3 {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  padding: 30px;
  font-size: 1.9rem;
  max-width: 100%;
}

.as-twocards-block .card-img .link-strip {
  padding: 20px;
  text-align: right;
  width: 100%;
}

.as-twocards-block .card-img .link-strip a {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  text-decoration: underline;
}

.as-twocards-block .card-img .link-strip a.gray {
  color: #5f5e5e;
}

@media (min-width: 768px) and (max-width: 950px) {
  .as-twocards-block .card-img h3 {
    font-size: 1.6rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .as-twocards-block .col-sm-6:nth-of-type(2) {
    padding-right: 6px;
  }

  .as-twocards-block .col-sm-6:nth-of-type(3) {
    padding-left: 6px;
  }

  .as-twocards-block h2 {
    padding: 50px 16px;
  }

  .as-twocards-block .card-img h3 {
    font-size: 1.6rem;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .as-twocards-block .card-img h3 {
    font-size: 1.65rem;
    max-width: 70%;
  }

  .as-twocards-block .card-img {
    margin-bottom: 30px;
  }

  .as-twocards-block h2 {
    padding: 80px 16px;
  }
}

@media (max-width: 400px) {
  .as-twocards-block .card-img h3 {
    max-width: 100%;
  }
}

.as-highlights .highlights-title,
.as-downloads .highlights-title {
  color: #606162;
  text-transform: uppercase;
}

.as-highlights .highlights-title {
  padding: 100px 16px;
}

.as-downloads .highlights-title {
  padding: 10px 16px 100px;
}

.as-highlights .highlights-block {
  display: flex;
  padding-bottom: 90px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

.as-highlights .highlights-content {
  color: #fff;
  margin: auto;
  position: relative;
  height: 80%;
  width: calc(35% + 120px);
  z-index: 1;
}

.as-highlights .highlights-content-block {
  position: relative;
  height: 100%;
  padding: 24px;
}

.as-highlights .highlights-content h2 {
  margin-bottom: 16px;
  text-transform: uppercase;
}

.as-highlights .highlights-img {
  width: 65%;
}

.as-highlights .highlights-play {
  position: absolute;
  width: 65%;
  right: 0;
  top: 0;
  height: 80%;
}
.as-highlights .highlights-play > div {
  display: flex;
  height: 100%;
}

.as-highlights .highlights-play a {
  margin: auto;
}

.as-highlights .highlights-stripe {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  padding: 16px;
  text-align: right;
  width: 100%;
}

@media (max-width: 767px) {
  .as-highlights .highlights-play {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .as-highlights .highlights-title {
    padding: 75px 16px;
  }
}

@media (max-width: 575px) {
  .as-highlights .highlights-title {
    padding: 50px 16px;
  }
}

.page-template-page-annualreports-landing .as-highlights .highlights-stripe {
  background-size: auto auto;
}

.as-highlights .highlights-stripe a {
  color: #fff;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  text-decoration: underline;
}

.as-highlights .theme-orange .highlights-stripe {
  background-color: #f78f1e;
}

.as-highlights .theme-red .highlights-stripe {
  background-color: #ec1612;
}

.as-highlights .theme-yellow .highlights-stripe {
  background-color: #dea623;
}

.as-highlights .theme-green .highlights-stripe {
  background-color: #39b54a;
}

.as-highlights .theme-blue .highlights-stripe {
  background-color: #18a6de;
}

.as-highlights .theme-dark-green .highlights-stripe {
  background-color: #006838;
}

.as-highlights .theme-yellow .highlights-img,
.as-highlights .theme-green .highlights-img,
.as-highlights .theme-blue .highlights-img {
  margin-left: -100px;
}

.as-highlights .theme-red .highlights-img,
.as-highlights .theme-orange .highlights-img,
.as-highlights .theme-dark-green .highlights-img {
  margin-right: -100px;
}

.as-highlights .theme-green,
.as-highlights .theme-yellow,
.as-highlights .theme-blue {
  flex-direction: row;
}

.page-template-page-sustainabilityreports-landing .as-highlights .theme-red,
.page-template-page-sustainabilityreports-landing .as-highlights .theme-orange,
.page-template-page-sustainabilityreports-landing .as-highlights .theme-dark-green,
.page-template-page-sustainabilityreports-landing .as-highlights .theme-green {
  flex-direction: row-reverse;
}

.page-template-page-sustainabilityreports-landing .as-highlights .theme-green .highlights-img {
  margin-left: 0;
  margin-right: -100px;
}

.as-highlights .theme-red .highlights-play,
.as-highlights .theme-orange .highlights-play,
.as-highlights .theme-dark-green .highlights-play {
  left: 0;
}

.page-template-page-sustainabilityreports-landing .as-highlights .theme-red,
.page-template-page-sustainabilityreports-landing .as-highlights .theme-orange,
.page-template-page-sustainabilityreports-landing .as-highlights .theme-dark-green
 {
  flex-direction: row;
}

.page-template-page-sustainabilityreports-landing .as-highlights .theme-red .highlights-img,
.page-template-page-sustainabilityreports-landing .as-highlights .theme-orange .highlights-img,
.page-template-page-sustainabilityreports-landing .as-highlights .theme-dark-green .highlights-img {
  margin-right: 0;
  margin-left: -100px;
}

.as-highlights .theme-orange .highlights-content {
  background: #f89b37;
}

.as-highlights .theme-blue .highlights-content {
  background: #28b1e8;
}

.as-highlights .theme-dark-green .highlights-content {
  background: #008246;
}

.as-highlights .theme-red .highlights-content {
  background: #ee2724;
}

.as-highlights .theme-green .highlights-content {
  background: #44c455;
}

.as-highlights .theme-yellow .highlights-content {
  background: #dea623;
}

.as-highlights .theme-red,
.as-highlights .theme-orange,
.as-highlights .theme-dark-green {
  flex-direction: row-reverse;
}

.as-highlights .theme-yellow,
.as-highlights .theme-green,
.as-highlights .theme-blue,
 {
  flex-direction: row;
}

@media (min-width: 768px) and (max-width: 991px) {
  .as-highlights .highlights-content {
    height: 85%;
    width: calc(35% + 180px);
  }

  .as-highlights .theme-green .highlights-img,
  .as-highlights .theme-yellow .highlights-img,
  .as-highlights .theme-blue .highlights-img {
    margin-left: -180px;
  }

  .as-highlights .theme-red .highlights-img, 
  .as-highlights .theme-orange .highlights-img,
  .as-highlights .theme-dark-green .highlights-img {
    margin-right: -180px;
  }

  .page-template-page-sustainabilityreports-landing .as-highlights .theme-green .highlights-img,
  .page-template-page-sustainabilityreports-landing .as-highlights .theme-yellow .highlights-img,
  .page-template-page-sustainabilityreports-landing .as-highlights .theme-blue .highlights-img {
    margin-left: 0;
    margin-right: -180px;
  }
}

@media (min-width: 576px) and (max-width: 600px) {
  .as-highlights .highlights-content {
    height: 94%;
    width: calc(35% + 200px);
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .as-highlights .highlights-content {
    height: 90%;
    width: calc(35% + 200px);
  }
}


@media (min-width: 576px) and (max-width: 767px) {
  .as-highlights .highlights-stripe {
    padding: 8px;
  }

  .as-highlights .highlights-content h2 {
    font-size: 1.6rem;
  }

  .as-highlights .highlights-content p {
    font-size: 0.9rem;
  }

  .as-highlights .theme-blue .highlights-img,
  .as-highlights .theme-yellow .highlights-img,
  .as-highlights .theme-green .highlights-img {
    margin-left: -200px;
  }

  .as-highlights .theme-red .highlights-img, 
  .as-highlights .theme-orange .highlights-img,
  .as-highlights .theme-dark-green .highlights-img {
    margin-right: -200px;
  }

  .page-template-page-sustainabilityreports-landing .as-highlights .theme-green .highlights-img,
  .page-template-page-sustainabilityreports-landing .as-highlights .theme-yellow .highlights-img,
  .page-template-page-sustainabilityreports-landing .as-highlights .theme-blue .highlights-img {
    margin-left: 0;
    margin-right: -200px;
  }
}

@media (max-width: 575px) {
  .as-highlights .highlights-block {
    display: block;
    position: relative;
    padding-bottom: 15px;
  }

  .as-highlights .highlights-stripe {
    position: relative;
  }

  .as-highlights .highlights-img {
    width: 100%;
  }

  .as-highlights .highlights-content {
    height: auto;
    width: 100%;
    padding: 15px 0 0 0;
  }

  .as-highlights .highlights-content h2 {
    padding: 0 15px;
  }

  .as-highlights .highlights-content p {
    min-height: 140px;
    padding: 0 15px 20px;
  }

  .as-highlights .theme-orange .highlights-img,
  .as-highlights .theme-green .highlights-img,
  .as-highlights .theme-red .highlights-img,
  .as-highlights .theme-yellow .highlights-img,
  .as-highlights .theme-blue .highlights-img,
  .as-highlights .theme-dark-green .highlights-img,
  .page-template-page-sustainabilityreports-landing .as-highlights .theme-orange .highlights-img,
  .page-template-page-sustainabilityreports-landing .as-highlights .theme-dark-green .highlights-img,
  .page-template-page-sustainabilityreports-landing .as-highlights .theme-red .highlights-img {
    margin: 0;
  }

  .as-highlights .theme-orange,
  .as-highlights .theme-green,
  .as-highlights .theme-red,
  .as-highlights .theme-yellow,
  .as-highlights .theme-dark-green,
  .as-highlights .theme-blue {
    flex-direction: row;
  }
}

.as-downloads {
  padding-bottom: 50px;
}

.as-downloads .btn-dl {
  background: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px;
  cursor: pointer;
  margin-top: 28px;
  margin-right: 8px;
}

.as-downloads .expand img {
  width: 24px;
  height: 23px;
}

.as-downloads .minimise img {
  width: 20px;
  height: 20px;
}

.as-downloads .attachment-title {
  color: #606162;
  padding: 32px 0;
  border-top: 1px solid #606162;
  width: calc(100% - 30px);
}

.as-downloads .attachments.show {
  display: flex;
  padding-bottom: 32px;
  flex-direction: column;
  flex-wrap: wrap;
}

.as-downloads .attachments.show .col-md-6 {
  max-height: 80px;
}

.as-downloads .attachments.hide {
  display: none;
}

.as-downloads .attachments a {
  color: #706f70;
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.as-downloads .attachments a img {
  width: 2rem;
  height: 2rem;
  margin-bottom: 32px;
  vertical-align: text-top;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .as-downloads .attachments.show {
    flex-direction: row !important;
    height: auto !important;
  }
}

@media (max-width: 575px) {
  .as-downloads .highlights-title {
    padding: 80px 16px; 
  }

  .as-downloads .attachment-title {
    font-size: 1.6rem;
  }

  .as-downloads .attachments a {
    font-size: 1rem;
  }

  .as-downloads .expand img {
    width: 19px;
    height: 18px;
  }

  .as-downloads .minimise img {
    width: 16px;
    height: 16px;
  }

  .as-downloads .btn-dl {
    margin-top: 25px;
  }
}

.cards-section .section-content .card-entry {
  width: 25%;
  padding: 8px;
}

.cards-section .section-content .card-entry .content {
  padding: 0 15px;
}

.cards-section img {
  margin-bottom: 8px;
}

.cards-section a {
  font-size: 14px;
}

@media (max-width: 767px) {
  .cards-section .section-content .card-entry {
    width: 50%;
  }
  .cards-section img {
    max-width: 200px;
  }
}

.page-template-page-students .small {
  font-size: 15px;
}

.page-template-page-students .column-heading {
  margin-bottom: 12px;
}


.page-template-page-students .as-landing {
  max-width: 950px;
}

.page-template-page-students .as-video-block h2 {
  font-size: 1.6rem;
}

.page-template-page-students .as-video-block p {
  font-size: 16px;
}

.page-template-page-students .highlights-title {
  padding: 16px 0 32px;
  color: #ee2724;
  font-size: 28px;
}

.page-template-page-students .highlights-img {
  position: relative;
}

.page-template-page-students .as-highlights .highlights-content-block p {
  font-size: 1.1rem;
}

.page-template-page-students .as-highlights .highlights-content-block h2 {
  font-size: 0.8rem;
}

.page-template-page-students .as-landing h2 {
  font-size: 1.4rem;
}

.page-template-page-students .careers-wrapper {
  padding: 90px 0;
}

.page-template-page-students .careers-wrapper .content {
  background: #fff;
  padding: 16px;
}

.page-template-page-students .careers-wrapper .content h4 {
  color: #ee2724;
}

.page-template-page-students .mmg-card {
  min-height: auto;
}

.page-template-page-students .mmg-card .card-body {
  padding-bottom: 0;
}

.page-template-page-students .student-brochure .container {
  text-align: center;
  border-top: 1px solid #b8b8b8;
}

.page-template-page-students .student-brochure img {
  max-width: 460px;
}

.page-template-page-students .student-brochure h4 {
  font-size: 20px;
  text-align: center;
  color: #231f20;
  margin: 2rem 0;
}

.page-template-page-operation .mmg-card .card-link {
  color: #ee2724;
}

@media (max-width: 767px) {
  .page-template-page-students .highlights-img a:after {
    content: "";
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(assets/img/play-button.png) no-repeat center center;
    background-size: 90px;
  }
}

@media (max-width: 575.98px) {
  .student-offerings .mmg-text-icon-item .col-sm-3 {
    display: flex;
  }
  .student-offerings .mmg-text-icon-item img {
    margin: auto;
  }
  .student-offerings .mmg-text-icon-item .column-heading {
    text-align: center;
    padding-top: 1rem;
  }
  .student-offerings .mmg-text-icon-item .content {
    padding: 15px;
  }
  .student-offerings .mmg-text-icon-item .content ul {
    padding-left: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .page-template-page-students .as-highlights .theme-orange,
  .page-template-page-students .as-highlights .theme-green,
  .page-template-page-students .as-highlights .theme-red,
  .page-template-page-students .as-highlights .theme-yellow {
    display: block;
    position: relative;
    padding-bottom: 15px;
  }
  .page-template-page-students .as-highlights .highlights-content {
    height: auto;
    width: 100%;
    padding: 15px 0 0 0;
  }
  .page-template-page-students .as-highlights .theme-orange .highlights-img,
  .page-template-page-students .as-highlights .theme-green .highlights-img,
  .page-template-page-students .as-highlights .theme-red .highlights-img,
  .page-template-page-students .as-highlights .theme-yellow .highlights-img {
    margin: 0;
  }
  .page-template-page-students .as-highlights .highlights-img {
    width: 100%
  }
  .page-template-page-students .as-highlights .highlights-img img {
    width: 100%;
  }
}