body,
html {
    height: 100%
}

body {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    color: #222;
    font-size: 17px;
    background-color: #fafafa;
    line-height: 160%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

p {
    margin: 26px 0;
    line-height: 26px;
}

a {
    color: #5922b0;
    text-decoration: underline;
}

a:focus,
a:hover {
    color: #2a6496;
    text-decoration: underline;
}

.main {
    background: #fff;
/*    margin-bottom: 30px*/
}

iframe,
img {
    max-width: 100%;
    margin: auto
}
@media(min-width: 768px) {
	img[style="float: right;"], img[style="float: left;"] {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	img[style="float: right;"] {
		float: left;
		padding-left: 15px;
	}
	img[style="float: left;"] {
		padding-right: 15px;
	}
}
@media(max-width: 768px) {
	img[style="float: right;"], img[style="float: left;"] {
		float: none !important;
	}

    picture {
        width: 100%;
        height: auto;
    }
}

.container {
    max-width: 100%
}

.content {
    width: 900px;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 100%;
    margin: auto;
}

footer {
    text-align: center;
    bottom: 0;
    width: 100%;
    height: auto;
    font-size: 18px;
    padding: 30px 0;
    background: #0b2b43
}

.btn-facebook,
.btn-github,
.btn-google,
.btn-linkedin,
.btn-twitter {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

iframe,
img {
    display: table
}

h2, h3 {
	display: block;
	width: 100%;
	clear: both;
}
.img-left {
	float: left;
	padding: 15px 15px 15px 0px;
}
.img-right {
	float: right;
	padding: 15px 0px 15px 15px;
}

ul {
    margin: 16px 0;
    padding-left: 20px
}

ul>li {
    width: auto;
    text-align: left;
    font-weight: 500
}

ul>li span {
    font-weight: 300
}


h1 {
    padding: 0px;
    margin: 0px;
    display: block;
}

h2 {
    font-size: 26px;
    font-style: normal;
    padding-top: 15px;
}

h1.normal,
h2.normal,
h3.normal,
h4.normal,
h5.normal,
h6.normal {
    letter-spacing: 0;
    text-transform: capitalize
}

@media (min-width:1230px) {
    .container {
        width: 1200px
    }
}

@media (max-width:992px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
        margin-right: auto;
        margin-left: auto;
        width: auto
    }
    h2 {
        font-size: 23px
    }
    article {
        width: auto;
        margin: 0 25px
    }
    article.intro,
    article:first-child {
        padding-top: 15px
    }
}

@media (min-width:980px) {
	.addthis-smartlayers-mobile {
		display: none !important
	}
}

@media (max-width:520px) {
	body {
		background-color: white;
	}
    .main {
        width: auto;
        background-color: transparent;
        margin-bottom: 0
    }
    article {
        width: auto;
        margin: 0 20px
    }
    article.intro,
    article:first-child {
        padding-top: 15px
    }
    p {
        font-size: 16px
    }
}

a,
p,
li {
    white-space: normal;
    word-wrap: break-word;
}

ul > li a {
    white-space: normal;
    word-wrap: break-word;
}

.main img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}

ul>li span {
    font-weight: inherit;
}

.addthis-animated {
    text-align: center !important;
}

@media(max-width: 690px) {
    .h1,
    h1 {
        font-size: 30px;
    }
}

.graph {
    padding: 20px;
}

.line-divider {
  border-top: 1px solid #999; /* Gray color */
  width: 100%; /* Full width */
  margin: 20px 0; /* Add some margin before and after the line */
}

.inquiries-component {
  display: flex;
  align-items: center;
}

.profile-image img {
  border-radius: 50%; /* Circular image */
  width: 100px; /* Adjust the image size as needed */
  height: 100px; /* Adjust the image size as needed */
  object-fit: cover;
  margin-right: 20px; /* Space between image and text */
}

.container-full {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

p.role {
    margin-bottom: 0px;
}

.key-findings {
      background-color: #F7F7F7;
      border-radius: 15px;
      padding: 20px;
      margin: 15px;
    }
.key-findings h2 {
    padding-bottom: 25px;
    font-size: 2em;
    font-weight: bold;
}

.key-point {
  position: relative;
  padding-top: 1.5em; /* Add padding equal to the font-size of .offset-highlight */
}

.key-point p {
  margin-top: 3px;
  margin-left: 5px;
}

.offset-highlight {
  display: inline;
  font-size: 1.75em;
  font-weight: bold;
  position: absolute;
  padding: 25px .2em;
/*  background: linear-gradient(#00B0F0, #00B0F0) no-repeat; */
  background-size: 100% 15%;
  background-position: 0 100%;
  top: -1em; /* Change this to align above the text */
}

.offset-highlight-container {
  position: relative;
  padding-top: 0em; /* Add padding equal to the font-size of .offset-highlight */
  margin-left: 0.6em; /* Adjust the margin to align the text */
}