@import url("https://use.typekit.net/xvk0ywh.css");

#wrap,
#container {
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
}
#wrap {
  margin: 0 auto;
  padding: 0;
  max-width: 85.375em;
  box-sizing: border-box;
}
.move {
  position: absolute;
  left: -9999px;
}

body {
  font-family: "Roboto", alternate-gothic-compressed;
  font-size: 18px;
  line-height: 1.4;
  color: #4A4A49
}

h1 {
  color: #fff;
  font-family: alternate-gothic-compressed, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  position: relative;
}
h1 span {
  color: #c3161b;
}
h2 {
  font-family: alternate-gothic-compressed, sans-serif;
  font-size: 54px;
  color: #4a4a49;
  margin: 0;
  margin-bottom: 20px;
  line-height: 1;
}
h3 {
  font-size: 34px;
  font-weight: 700;
  color: #4a4a49;
  margin: 0;
  line-height: 1.3;
}
h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #4a4a49;
  margin: 0;
}
h5 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #000;
  margin: 0;
}
h6 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #000;
  margin: 0;
}
/* h6{font-family: "Roboto",alternate-gothic-compressed;font-size:18px;color:#C3161B; margin:0;text-transform: uppercase} */

ol {
  padding-left: 20px;
}

a {
  color: #c3161b;
  text-decoration: none;
}

a.new-home-button {
  position: relative;
  padding: 10px 20px;
  /* text-transform: uppercase; */
  border: 1px solid #000000;
  font-family: "alternate-gothic-compressed";
  font-weight: bold;
  font-size: 30px;
  display: flex;
  gap: 10px;
  justify-content: center;
  place-items: center;
  width: fit-content;
  transition: all 0.3s ease-in-out;
  color: #000;
  background-color: #fff;
}

.home-secondary-btn {
  position: relative;
  padding: 10px 0px;
  /* text-transform: uppercase; */
  border-bottom: 4px solid #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  gap: 10px;
  justify-content: center;
  place-items: center;
  width: fit-content;
  transition: all 0.3s ease-in-out;
  color: #000000;
}

.home-secondary-btn svg {
  width: 18px;
  transition: all 0.3s ease-in-out;
}
.home-secondary-btn:hover svg {
  transform: translateX(10px);
}

.new-home-button::after {
  content: "\ef32";
  font-family: "icomoon";
  speak: none;
  font-weight: 200;
  font-size: 20px;
  position: relative;
  top: -2px;
}

a.new-home-button span {
  position: relative;
  /* text-transform: capitalize; */
}

.new-home-button::before {
  background-color: #000000;
  content: "";
  height: 7px;
  width: 100%;
  position: absolute;
  transition: all 0.3s ease-in-out;
  transform-origin: bottom;
  bottom: 0;
}

a.new-home-button:hover {
  color: #fff;
}

.new-home-button:hover::before {
  height: 100%;
}

.round-number {
  font-size: 28px;
  font-weight: 600;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 4px solid #000000;
  background-color: #ffffff;
  display: flex;
  place-items: center;
  justify-content: center;
  margin-right: 20px;
  color: #000;
}
.flex-col {
  flex-direction: column;
}

.six-pillars p.intro {
  line-height: 1;
  width: calc(100% - 50px);
}

.pilar {
  padding: 30px 0;
}
.bg-new-grey {
  background-color: #d6d6d6;
}

p {
  font-family: "Roboto", alternate-gothic-compressed;
  font-size: 18px;
  line-height: 1.4;
  color: #4A4A49;
}
table,
table p {
  font-family: "Roboto", alternate-gothic-compressed;
  font-size: 18px;
  line-height: 1.4;
}

ul.list {
  padding: 0px;
  list-style: none;
  margin: 0px 0px 15px 12px;
  width: 100%;
}
ul.list li {
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 18px;
  color: #76787a;
}
ul.list li:before {
  content: "\2022";
  position: absolute;
  left: -14px;
}
.caption {
  font-family: "Roboto", alternate-gothic-compressed;
  font-size: 16px;
  line-height: 1.4;
  color: #76787a !important;
  font-style: italic;
}

ul.list-dash {
  padding: 0px;
  list-style: none;
  margin: 0px 0px 15px 20px;
  width: 100%;
}

ul.list-dash li {
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 16px;
  color: #4a4a49;
}

ul.list-dash li:before {
  content: "";
  position: absolute;
  left: -21px;
  width: 10px;
  height: 1px;
  background: #4a4a49;
  top: 12px;
}

.statement {
  font-family: alternate-gothic-compressed;
  font-size: 40px;
  color: #000;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.2;
}
.statement span {
  color: #c3161b;
}
.intro {
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  color: #76787a !important;
}
.intro strong {
  color: #000 !important;
  font-weight: 500;
}

.highlight-number {
  font-family: "Roboto", alternate-gothic-compressed;
  font-size: 30px;
  color: #c3161b !important;
}

.banner-greybg {
  background: #d6d6d6;
  padding: 2em 0;
}
.banner-greybg h1 {
  color: #fff;
  margin: 0;
}

.number-list {
  list-style-type: none;
}

/*----Accordions--*/

.expand a {
  position: relative;
  line-height: 0.8;
  margin-bottom: 10px;
}
.expand a strong {
  font-size: 24px !important;
  color: #c3161b !important;
  font-family: alternate-gothic-compressed, sans-serif !important;
  letter-spacing: 0.9px;
  word-spacing: 2px;
}
.expand a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 20px;
  width: 1px;
  background: #c3161b;
  transition: all 0.5s ease-in-out;
}
.expand a.open:after {
  transform: translateY(-50%) rotate(90deg);
}
.expand a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -9px;
  height: 1px;
  width: 20px;
  background: #c3161b;
}

/*---RESET STYLES----*/
.obj-c {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center !important;
}

.no-margin {
  margin: 0 !important;
}
.no-marginT {
  margin-top: 0 !important;
}
.no-marginB {
  margin-bottom: 0 !important;
}
.no-marginL {
  margin-left: 0 !important;
}
.no-marginR {
  margin-right: 0 !important;
}

.no-padding {
  padding: 0 !important;
}
.no-paddingT {
  padding-top: 0 !important;
}
.no-paddingB {
  padding-bottom: 0 !important;
}
.no-paddingL {
  padding-left: 0 !important;
}
.no-paddingR {
  padding-right: 0 !important;
}

.padding-30 {
  padding: 30px;
}
.padding-40 {
  padding: 40px 20px;
}
.padding-50 {
  padding: 50px 0px;
}
.padding-30L {
  padding-left: 30px !important;
}
.padding-30R {
  padding-right: 30px !important;
}
.padding-30T {
  padding-top: 30px !important;
}
.padding-30B {
  padding-bottom: 30px !important;
}

.padding-20 {
  padding: 20px !important;
}
.padding-20L {
  padding-left: 20px !important;
}
.padding-20R {
  padding-right: 20px !important;
}
.padding-20T {
  padding-top: 20px !important;
}
.padding-5T {
  padding-top: 5px !important;
}
.padding-20B {
  padding-bottom: 20px !important;
}

.padding-10T {
  padding-top: 10px !important;
}

.padding-15 {
  padding: 15px !important;
}
.padding-15L {
  padding-left: 15px !important;
}
.padding-15R {
  padding-right: 15px !important;
}
.padding-15T {
  padding-top: 15px !important;
}
.padding-15B {
  padding-bottom: 15px !important;
}
.padding-10B {
  padding-bottom: 10px !important;
}
.padding-40T {
  padding-top: 40px !important;
}
.padding-40B {
  padding-bottom: 40px !important;
}
.padding-60T {
  padding-top: 60px !important;
}
.padding-60B {
  padding-bottom: 60px !important;
}
.padding-60TB {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.margin-30 {
  margin: 30px !important;
}
.margin-30L {
  margin-left: 30px !important;
}
.margin-30R {
  margin-right: 30px !important;
}
.margin-30T {
  margin-top: 30px !important;
}
.margin-40T {
  margin-top: 40px !important;
}
.margin-50T {
  margin-top: 50px !important;
}
.margin-60T {
  margin-top: 60px !important;
}
.margin-60B {
  margin-bottom: 60px !important;
}
.margin-60TB {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.margin-80T {
  margin-top: 80px !important;
}
.margin-90T {
  margin-top: 90px !important;
}
.margin-30B {
  margin-bottom: 30px !important;
}

.margin-20 {
  margin: 20px !important;
}
.margin-20L {
  margin-left: 20px !important;
}
.margin-20R {
  margin-right: 20px !important;
}
.margin-10TB {
  margin: 7px 0px !important;
}
.margin-20T {
  margin-top: 20px !important;
}
.margin-20B {
  margin-bottom: 20px !important;
}
.margin-40B {
  margin-bottom: 40px !important;
}
.margin-80B {
  margin-bottom: 80px !important;
}

.margin-10 {
  margin: 10px !important;
}
.margin-10L {
  margin-left: 10px !important;
}
.margin-10R {
  margin-right: 10px !important;
}
.margin-10T {
  margin-top: 10px !important;
}
.margin-10B {
  margin-bottom: 10px !important;
}
.margin-15B {
  margin-bottom: 15px !important;
}
.margin-15T {
  margin-top: 15px !important;
}
.margin-5 {
  margin-top: 5px !important;
}
.margin-5B {
  margin-bottom: 5px !important;
}
.margin-80T {
  margin-top: 80px !important;
}

/*---SWITCH COLORS----*/
.switch-red {
  color: #c3161b !important;
}
.switch-grey {
  color: #d6d6d6 !important;
}

.switch-white {
  color: #ffffff !important;
}
.switch-black {
  color: #000000 !important;
}
.switch-darkgrey {
  color: #76787a !important;
}

.switch-bg-grey {
  background: #efefef !important;
}
.switch-bg-dgrey {
  background: #e6e6e6 !important;
}

#container {
  width: 100%;
  box-sizing: border-box;
}

.group:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
* html .group {
  zoom: 1;
} /*****==|  IE6 */
*:first-child + html .group {
  zoom: 1;
}
.move {
  position: absolute;
  left: -9999px;
}
main#container #gutter-frame {
  background: #fff;
  width: auto;
  padding: 1.1em 1em 1em 35px;
  box-sizing: border-box;
}
main#container #gutter-frame {
  font-size: 0.875em;
  margin-bottom: 0;
  line-height: 1.4;
}
.column-container {
  position: relative;
  box-sizing: border-box;
}

ul.list-square {
  list-style: none;
  padding-left: 18px;
}

ul.list-square > li {
  position: relative;
}

ul.list-square > li::after {
  content: "";
  position: absolute;
  background: #4a4a49;
  left: -15px;
  top: 8px;
  width: 8px;
  height: 8px;
}

/* ul.list-dash {
    list-style: none !important;
    padding-left: 18px;
}
ul.list-dash li{
    position: relative;
}

ul.list-dash li::after {
    content: '';
    position: absolute;
    background: #4A4A49;
    left: -15px;
    top: 8px;
    width: 6px;
    height: 1px;
} */

.list-squire {
  list-style-type: none;
  margin-top: 0;
  position: relative;
  margin: 0 0 1em 0 !important;
}

ul.list-squire li {
  position: relative;
  text-align: left;
  padding-left: 10px;
}

ul.list-squire li:before {
  content: "";
  position: absolute;
  background: #000;
  left: -7px;
  top: 8px;
  width: 5px;
  height: 5px;
}
.middle-blck {
  margin: 0 auto;
  text-align: left;
  padding: 10px;
  position: relative;
  padding-left: 20px;
}

.lrg-txt-blk {
  font-size: 48px;
  color: #000;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}

.mid-text-top-highlights {
  font-size: 22px;
  font-weight: 400;
}

.line-blk-top {
  width: 100%;
  margin: 0 auto;
}

.line-blk-top::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 31%;
  top: 0px;
  left: 0px;
  border: 1px solid #000;
  border-bottom: 0;
  border-right: 0;
  z-index: 999;
  transition: width 0.5s linear, height 0.5s linear 0.5s;
}

.min-number-blk {
  min-width: 170px;
  display: inline-block;
}

/********WHO WE ARE START*******/
.col-values-brder {
  border: 1px solid #000;
  height: 100%;
}

.col-val-text {
  text-align: center;
  padding: 20px 10px 30px;
  background-color: #fff;
  font-size: 18px;
  min-height: 200px;
}

.middle-blck {
  margin: 0 auto;
  text-align: left;
  padding: 10px;
  position: relative;
  padding-left: 20px;
  height: 100%;
}

.lrg-txt-blk {
  font-size: 48px;
  color: #000;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}

.mid-text-top-highlights {
  font-size: 22px;
  font-weight: 500;
  color: #000;
}

.line-blk-top {
  width: 100%;
  margin: 0 auto;
  height: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.line-blk-top::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 31%;
  top: 0px;
  left: 0px;
  border: 1px solid #000;
  border-bottom: 0;
  border-right: 0;
  z-index: 999;
  transition: width 0.5s linear, height 0.5s linear 0.5s;
}

.min-number-blk {
  min-width: 170px;
  display: inline-block;
  font-size: 16px;
}

.bold-grey-hdng-top {
  font-size: 22px;
  font-weight: 600;
  color: #4a4a49;
}

.our-activity-top-txt {
  padding: 20px 10px 10px;
  text-align: center;
  min-height: 270px;
}

.activity-hdngs {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 30px;
}

.switch-bg1-drk-grey {
  background-color: #6c6c6c;
}
.switch-bg2-drk2-grey {
  background-color: #b2b3b4;
}
.switch-bg3-light-grey {
  background-color: #d0d0d1;
}

.list-squire {
  list-style-type: none;
  margin-top: 0;
  position: relative;
  margin: 0 0 1em 0 !important;
  color: #000;
}

ul.list-squire li {
  position: relative;
  text-align: left;
  padding-left: 10px;
}

ul.list-squire li:before {
  content: "";
  position: absolute;
  background: #000;
  left: -7px;
  top: 8px;
  width: 5px;
  height: 5px;
}

@media screen and (max-width: 771px) {
  .min-number-blk {
    min-width: 233px;
    display: inline-block;
  }
}

/********WHO WE ARE END*******/

/* Tabs */
.accordion-tabs {
  min-height: 650px;
}
.time-tabs {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  list-style: none;
  font-size: 28px;
  font-weight: 400;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 30px;
  cursor: pointer;
  /* overflow: hidden; */
}
.time-tabs .active {
  font-weight: 700;
  position: relative;
  color: #4a4a49;
}
.time-tabs .active::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: -36px;
  left: 10%;
  background-color: #000;
}

.time-tabs li {
  display: none;
  float: left;
  margin-right: 5%;
  color: #4a4a49;
}
.time-tabs li.tab-last {
  margin-right: 0;
}
.time-tabs li.active,
.time-tabs li.show {
  display: block;
}

 .time-links-investor .time-tabs li > a {
    color: #76787a;
    padding: 20px 5px;
}

 .time-links-investor .time-tabs li > a:hover {
      color: #c3161b;       
      background-color: #D6D6D6; 
      padding: 20px 5px;
  }
.time {
  position: relative;
}
#prevBtn,
#nextBtn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;

  padding: 10px;
  border: none;
  background: none;
}
#prevBtn {
  left: -15px;
}
#prevBtn:focus {
  outline: none;
}
#prevBtn::after {
  content: "\2190";
  font-family: "icomoon";
  transform: rotate(180deg);
  font-weight: 200;
  font-size: 20px;
  position: relative;
  top: 0;
  left: 0;
}

#nextBtn {
  right: -15px;
}
#nextBtn:focus {
  outline: none;
}
#nextBtn::after {
  content: "\2192";
  font-family: "icomoon";
  font-weight: 200;
  font-size: 20px;
  position: relative;
  top: 0;
  /* bottom: 0; */
  right: 0;
}

.time-tab-container {
  padding: 15px;
  margin-bottom: 10px;
}
.tab-time-content {
  padding: 30px;
}
.time-tab-drawer-heading {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }
  .time-tab-drawer-heading {
    background: #262626;
    color: #262626;
    border-top: 1px solid #c3161b;
    margin: 0;
    padding: 0.5em;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    text-align: center;
  }

  .time-tabs {
    display: none;
  }
  #prevBtn,
  #nextBtn {
    display: none;
  }
}

.img-holder {
  width: 100%;
}
.six-pillar {
  display: flex;
  justify-content: space-between;
  place-items: center;
  height: 100%;
  flex-direction: column;
  margin-bottom: 30px;
  border: 1px solid #000;
}

.six-pillar .pillar-head {
  display: flex;
  flex-direction: column;
  place-items: center;
  text-align: center;
  background-color: #4a4a49;
}

.six-pillar .pillar-head img {
  width: 80px;
  margin-top: -10px;
}

.six-pillar .pillar-head h4 {
  width: 100%;
  padding: 10px 30px;

  margin-bottom: 0;
  font-weight: 600;
  color: #ffffff;
  font-size: 30px;
}

.six-pillar .pillar-content {
  padding: 15px;
  padding-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .time-links-investor .time-tabs li {
    margin-right: 0 !important;
  }
  .time-links-investor .time-tabs {
    gap: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .six-pillar .pillar-head {
    min-height: 105px;
  }
}

@media screen and (max-width: 991px) {
  .six-pillar .pillar-head {
    min-height: auto;
  }
}

@media screen and (max-width: 720px) {
  .padding-60TB {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  h2 {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 420px) {
  a.new-home-button {
    font-size: 19px !important;
  }
  .custom-center-mobile {
    text-align: center;
  }
}

@media screen and (max-width: 320px) {
  a.new-home-button {
    font-size: 17px !important;
  }
}

@media screen and (max-width: 380px) {
  h2 {
    font-size: 35px !important;
  }
}
