/* Text Styles */
p {
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}

p.lifter {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
  font-family: "Georgia", serif;
  color: #06A253;
  margin: 10px 0 25px 0;
}

p a {
  color: #06A253;
  text-decoration: none;
}

h1 {
  color: black;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

h2 {
  font-size: 20px;
  color: #06A253;
  font-weight: 800;
  margin: 10px 0px 10px 0px;
  padding: 0px;
}

h3 {
  font-size: 18px;
  color: #06A253;
  font-weight: 600;
  margin: 10px 0px 5px 0px;
}

h4 {
  font-size: 17px;
  color: #06A253;
  margin: 10px 0px 5px 0px;
}

h5 {
  font-size: 16px;
  font-weight: 400;
  color: #06A253;
}

h6 {
  font-size: 17px;
  color: #000000;
}

/* Text Styles End */

/* Text Sizes */
.banner-text {
  font-size: 5rem;
}
.text-size-8 {
  font-size: 8rem;
}
.xxl-text {
  font-size: 2.4rem !important;
}
.xl-text {
  font-size: 2rem;
}
.large-text {
  font-size: 1.6rem !important;
}
.medium-text {
  font-size: 1.2rem;
}
.small-text {
  font-size: 0.8rem;
}
.cap-text {
  font-size: 0.8rem;
  font-style: italic;
}

/* Text colors */
.text-purple1,
.text-purple1 *,
.text-purple1 li::before {
  color: #b21e5e !important;
}
.text-purple2,
.text-purple2 *,
.text-purple2 li::before {
  color: #733869 !important;
}
.text-purple2,
.text-purple2 *,
.text-purple2 li::before {
  color: #3f327f !important;
}
.text-red1,
.text-red1 *,
.text-red1 li::before {
  color: #ed1f24 !important;
}
.bg-red2,
.bg-red2 *,
.bg-red2 li::before {
  color: #b21e5e !important;
}
.text-blue1,
.text-blue1 *,
.text-blue1 li::before {
  color: #164177 !important;
}
.text-blue2,
.text-blue2 * {
  color: #1e6a89;
}
.text-green1,
.text-green1 *,
.text-green1 li::before {
  color: #46763b !important;
}
.text-green2,
.text-green2 *,
.text-green2 li::before {
  color: #6b8c3b !important;
}
.text-white,
.text-white *,
.text-white li::before {
  color: white !important;
}

/* Background Colors */
.bg-offwhite {
  background-color: #f8fcf6 !important;
}
.bg-blue1 {
  background-color: #164177 !important;
}
.bg-blue2 {
  background-color: #547592 !important;
}
.bg-blue3 {
  background-color: #ecf7fa !important;
}
.bg-blue4 {
  background-color: #4e7e8c !important;
}
.bg-blue5 {
  background-color: #1999a8 !important;
}
.bg-grey1 {
  background-color: #f1f4f7 !important;
}
.bg-grey2 {
  background-color: #6a7994 !important;
}
.bg-purple1 {
  background-color: #dad6e6 !important;
}
.bg-purple2 {
  background-color: #50419a !important;
}
.bg-purple3 {
  background-color: #f2f1f2 !important;
}
.bg-purple4 {
  background-color: #f0eef5 !important;
}
.bg-yellow1 {
  background-color: #fbf9ee !important;
}
.bg-yellow2 {
  background-color: #fdf3d5 !important;
}
.bg-yellow3 {
  background-color: #fcfaf4 !important;
}
.bg-yellow4 {
  background-color: #dbc372 !important;
}
.bg-pink1 {
  background-color: #df1c71 !important;
}
.bg-green1 {
  background-color: #eff8f5 !important;
}
.bg-green2 {
  background-color: #47b589 !important;
}
.bg-green3 {
  background-color: #f2f7e9 !important;
}
.bg-maroon {
  background-color: #8e1837 !important;
}

/* Borders & Border Colors */
.border-t {
  border-top: 1px solid black;
}
.border-r {
  border-right: 1px solid black;
}
.border-b {
  border-bottom: 1px solid black;
}
.border-l {
  border-left: 1px solid black;
}
.border-full {
  border: 1px solid black;
}

.border-round1 {
  border-radius: 5px;
}
.border-round2 {
  border-radius: 25px;
}
.border-round-top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.border-purple1 {
  border-color: #7d4774;
}
.border-purple2 {
  border-color: #b21e5e;
}
.border-purple3 {
  border-color: #3f327f;
}
.border-purple4 {
  border-color: #733869;
}
.border-blue1 {
  border-color: #164177;
}
.border-grey1 {
  border-color: #d0d4d1;
}
.border-blue1 {
  border-color: #164177;
}
.border-green1 {
  border-color: #47b589;
}
.border-grey1 {
  border-color: #6a7994;
}
.border-yellow1 {
  border-color: #dbc372;
}
.border-green1 {
  border-color: #47b589;
}
.border-green2 {
  border-color: #46763b;
}
.border-black {
  border-color: #212529;
}

/* Inline Links */
.inline_link {
  text-decoration: none;
  font-size: 0.95rem;
  text-wrap: nowrap;
}
.inline_link > span {
  background-color: black;
  padding: 2px 15px 2px 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 3px 64%, 3px 30%, 0 0);
  margin-bottom: 1px;
  display: inline-block;
}
.inline_link > i img {
  height: 20px;
  width: auto;
}
.inline_link.email_link > i img {
  height: 15px;
}
.inline_link.email_link > span {
  clip-path: none;
  margin: 0 0 0 5px;
  padding: 2px 15px 2px 10px;
}

/* Font Weights */
.font-light {
  font-weight: 300;
}

/* GRI */
.gri_num {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ed1f24;
  line-height: 1;
}
.gri_num > span {
  background-image: url("../images/gri_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 15%;
  color: white;
  padding: 10px;
}

p.cap,
p.caption {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-style: italic;
}

p strong {
  font-weight: 600;
}

/* Image Styles */
.img-parralax {
  overflow: hidden;
}
.img-parralax img {
  width: 100%;
  height: auto;
  transform: scale(1.2);
}

.img-2by1 {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
  object-position: top center;
}

.img-5by3 {
  width: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
  object-position: top center;
}

.two_image_block {
  position: relative;
  padding: 0 0 50px 50px;
}
.two_image_block .img-parralax {
  position: relative;
  z-index: 4;
}
.two_image_block .small-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35%;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 5;
  border-radius: 50%;
  overflow: hidden;
}

.two_image_block .small-image1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25%;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 5;
  border-radius: 50%;
  overflow: hidden;
}

.two_image_block .small-image2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 5;
  border-radius: 50%;
  overflow: hidden;
}

.border_round {
  border: 7px solid rgba(255, 255, 255, 1);
}

.two_image_block .small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.two_image_block .small-image1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.two_image_block .small-image2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Table Styles */
table {
  width: 100%;
  border-spacing: 0;
  font-family: "DIN Next LT Pro", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2;
  border-collapse: collapse;
  margin-bottom: 20px;
  text-align: left;
  border-right: 1px solid black;
  border-left: 1px solid black;
  border-top: 1px solid black;
}

table a {
    color: #088549;
    text-decoration: none !important;
}


table thead td {
  background-color: #DDEADD;
}

table thead tr:last-child td {
  border-bottom: 2px solid #06A253;
}

thead tr td.cy {
	position: relative;
}

thead tr td.cy span {
    position: absolute;
    top: 0;
    left: 0;
    background: #06A253;
	color: #fff !important;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 10px 5px 5px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* padding: 10px 10px 10px 10px;
  border: 1px solid #000000; */
}

.small90 {
  font-size: 90%;
}

tbody.small80 tr td {
  font-size: 80% !important;
}

tbody.small60 tr td {
  font-size: 60% !important;
}

tbody.small60 td {
  padding: 5px 5px 5px 5px;
  line-height: 12px;
}

thead td {
  padding: 5px 10px 5px 5px;
  font-size: 11px;
  line-height: 13px;
  vertical-align: top;
}

tbody td {
  padding: 5px 10px 5px 5px;
  border-bottom: 1px #000000 solid;
  vertical-align: top;
  font-size: 14px;
}

tbody td strong {
  font-weight: 600;
}

/* tbody > tr:hover { background-color: #f5f5f5; } */
table.hover-none > tbody > tr:hover {
  background-color: #fff;
}

tbody tr {
  border-bottom: 1px #000000 solid;
  vertical-align: top;
}

tbody.small {
  font-size: 11px;
  line-height: 120%;
}

table tbody tr td:first-child strong {
  color: #000000 !important;
}

/* table a{color: #F4FBFE} */
table.ft td + td {
  text-align: right;
}

table.ft thead tr:first-child {
  border-top: 1px #000000 solid;
  border-bottom: 1px #06A253 solid;
  background-color: white;
}

table.ft thead tr:first-child td + td {
  text-align: center;
}

table.ft thead tr + tr td + td {
  text-align: right;
}

table.ft thead tr:last-child {
  border-bottom: 2px #06A253 solid;
}

table.ft tbody tr:last-child {
  border-bottom: 2px #000000 solid;
}

table.ft tbody {
  background: #ffffff;
}

table.ft thead tr + tr {
  background: #ffffff;
}

table.ft1 td + td {
  text-align: right;
}

table.ft1 thead tr td + td {
  text-align: right;
}

table.ft1 thead tr:last-child {
  border-bottom: 1px #000000 solid;
}

table.ft1 tbody tr:last-child {
  border-bottom: 2px #000000 solid;
}

table.ft1 tbody {
  background: #ffffff;
}

table.ft1 thead {
  background: #ffffff;
}

table.gt td + td {
  text-align: left;
}

table.gt thead tr:first-child {
  border-top: 1px #000000 solid;
}

table.gt thead tr:last-child {
  border-bottom: 2px #000000 solid;
}

table.gt tbody tr:last-child {
  border-bottom: 2px #000000 solid;
}

table.gt tbody tr td {
  vertical-align: top !important;
}

table.gt tbody {
  background: white;
}

table.gt thead {
  background: white;
}

table.gt1 td + td {
  text-align: left;
}

table.gt1 thead tr:first-child {
  border-top: 2px #000000 solid;
}

table.gt1 thead tr:last-child {
  border-bottom: 1px #000000 solid;
}

table.gt1 tbody tr:last-child {
  border-bottom: 2px #000000 solid;
}

table.gt1 tbody tr td {
  vertical-align: top !important;
}

.gt.hover-none > tbody > tr:hover {
  background-color: inherit;
}

table.gt2 td + td + td {
  text-align: right;
}

table.gt2 thead tr:first-child {
  border-top: 2px #00aeef solid;
}

table.gt2 thead tr td + td + td {
  text-align: right;
}

table.gt2 thead tr:last-child {
  border-bottom: 1px #00aeef solid;
}

table.gt2 tbody tr:last-child {
  border-bottom: 2px #00aeef solid;
}

table.gt3 {
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
}

table.gt3 td + td {
  text-align: left;
}

table.gt3 thead tr:first-child {
  border-top: 2px #000000 solid;
}

table.gt3 thead tr:last-child {
  border-bottom: 1px #000000 solid;
}

table.gt3 tbody tr:last-child {
  border-bottom: 2px #000000 solid;
}

table.gt3 tbody tr td {
  border-left: 1px #000000 solid;
}

table.gt3 tbody tr td {
  vertical-align: top !important;
}

tr.line-none td,
td.line-none {
  border-bottom: hidden !important;
}

tr.line-thin td,
td.line-thin {
  border-bottom: 1px #000000 solid !important  ;
}

tr.line-thick td,
td.line-thick {
  border-bottom: 2px #000000 solid !important;
}

tr.sTotal-T {
  border-top: 2px #000 solid !important;
}

tr.sTotal-D {
  border-bottom: 2px #000 solid !important;
  border-top: 2px #000 solid !important;
}

tr.gTotal {
  border-bottom: 3px #000 solid !important;
  border-top: 2px #000 solid !important;
}

tr.total-d {
  border-bottom: 2px #000000 solid !important;
  border-top: 2px #000000 solid !important;
}

tr.total-g {
  border-bottom: 3px #000000 solid !important;
  border-top: 2px #000000 solid !important;
}

tr.total-b {
  border-top: 2px #000000 solid !important;
}

tr td.border-l {
  border-left: 1px #000000 solid !important;
}

tr td.border-r {
  border-right: 1px #000000 solid !important;
}

.cellCenter {
  text-align: center !important;
}

.cellLeft {
  text-align: left !important;
}

.cellRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top !important;
}

.vMid {
  vertical-align: middle !important;
}

.cy {
  font-weight: 500;
  color: #06A253;
}

.cap {
  font-size: 70%;
  margin-top: -10px;
}

/* Table Styles End */

/* List Styles */
.list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  color: #434343;
  line-height: 19px;
  margin-bottom: 15px;
}

.list-dash > li:before {
  content: "-";
  position: relative;
  left: -5px;
}

.list-dash > li {
  text-indent: -5px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.list-circle > li {
  list-style-type: circle;
  text-indent: 0;
  margin-bottom: 5px;
}

.list-disc > li:before {
  font-size: 25px;
  position: relative;
  top: 2.5px;
  content: "\2022";
  color: #000;
  padding-right: 7px;
  margin-left: -20px;
  line-height: 1;
}

.list-disc > li {
  list-style: none;
  margin: 0px 0px 4px 20px;
  font-size: 1.1rem;
  font-weight: 200;
}

ul.list-disc {
  margin-bottom: 25px;
}

.list-image > li:before {
  font-size: 25px;
  position: relative;
  top: 3px;
  content: "";
  color: #000000;
  padding-right: 25px;
  margin-left: -25px;
  font-weight: 300;
  background-image: url("../img/cercle.svg");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.list-image > li {
  list-style: outside none none;
  margin: 0px 0px 4px 0px;
  line-height: inherit;
  margin-bottom: 8px;
  margin-left: 25px;
  font-size: inherit;
  color: inherit;
}

ul.list-image {
  margin-bottom: 25px;
}

.list-arrow > li:before {
  font-size: 12px;
  position: relative;
  top: 1px;
  content: "\2794";
  color: #4e4e4e;
  padding-right: 10px;
  margin-left: -20px;
  font-weight: 300;
}

.list-arrow > li {
  list-style: outside none none;
  margin: 0px 0px 4px 0px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-left: 20px;
}

ul.list-arrow {
  margin-bottom: 25px;
}

.list-abc > li {
  list-style-type: lower-alpha;
  text-indent: 0;
  margin-bottom: 5px;
  margin-left: 20px;
}

.list-ABC > li {
  list-style-type: upper-alpha;
  text-indent: 0;
  margin-bottom: 5px;
  margin-left: 20px;
}

.list-iii > li {
  list-style-type: lower-roman;
  text-indent: 0;
  margin-bottom: 5px;
  margin-left: 20px;
  line-height: 1.5;
}

.list-III > li {
  list-style-type: upper-roman;
  text-indent: 0;
  margin-bottom: 5px;
  margin-left: 20px;
  line-height: 1.5;
}

.list-123 > li {
  list-style-type: decimal;
  text-indent: 0;
  margin-bottom: 8px;
  margin-left: 20px;
  font-weight: 200;
}
.list-none > li {
  list-style-type: none;
  text-indent: 0;
  margin-bottom: 8px;
  margin-left: 0px;
}
.list-abc-br > li {
  counter-increment: list-abc;  /* increase counter */
  margin-bottom: 5px;
  font-size: 1.1rem;
  font-weight: 400;
  position: relative;
  padding-left: 25px; 
}

.list-abc-br > li::before {
  content: "(" counter(list-abc, lower-alpha) ")"; /* (a), (b), (c) */
  position: absolute;
  left: 0;
}


.icon-list{
  list-style: none;           
  margin: 0 0 25px;
  padding: 0;
  color: #434343;
}

.icon-list li{
  position: relative;
  margin: 0 0 0 8px;
  padding-left: 21px;       
  line-height: 1.4;
}

.icon-list li::before{
  content: "";
  position: absolute;
  left: 0;                    
  top: .35em;                 
  width: 10px;
  height: 10px;
  background: url("../images/bold-arrow-head.svg") no-repeat center / contain;
}


/* List Styles End */
