/*
font-family: 'Lato', sans-serif;
font-family: 'Poppins', sans-serif;
*/

@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css?family=Inter&display=swap');

.header-lower {
    margin-bottom: 0px;
}

.site-content > .container {
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-top: -30px;
}

.appspace_galleryitem_back_button {
    margin-top: 30px;
} 

.site-info {
    display: none
}

.scrolltop {
    display: none !important;
}

.site_layout {
    margin-top: 75px;
}

.main-menu .logo-header-inner .togo-text a {
    width: 212px;
    height: 23px;
    background: url('../images/ASlogo.svg') no-repeat;
    background-position: left center;
    background-size: 80%;
}

.main-menu .logo-header-inner .togo-text .site-title {
    display: none;
}

.top-header {
    padding: 0px;
}

.logo-header-inner {
    padding: 28px 0px;
    padding: 26px 0px;
}

.menu-highlight-button {
    float: right;
    margin-top: 28px;
}

.menu-highlight-button > a {
    border-radius: 5px;
    padding: 12px 36px 12px 36px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Poppins', Sans-serif;
    margin: 0 10px;
}

.btn-try-for-free, .btn-try-for-free:hover {
    border: 1px solid #1D7BE3;
    background-color: #1D7BE3;
    color: #FFFFFF;
    text-decoration: none;
}

.btn-contact-sales {
    border: 1px solid #1D7BE3;
    color: #1D7BE3;
    text-decoration: none;
}

.btn-contact-sales:hover {
    border: 1px solid #1D7BE3;
    background-color: #1D7BE3;
    color: #FFFFFF;
    text-decoration: none;
} 

.logo-header-inner {
    padding: 28px 0px;
}

.htmega-menu-container ul > li {
    padding: 20px;
}

.htmega-menu-container ul > li > a {
    color: #1D2025;
    font-size: 16px;
    font-weight: normal;
}

.htmega-menu-container ul > li > a:hover {
    color: #1D7BE3;
    text-decoration: none;
}

.navbar-right {
    padding: 2px;
}

.header-lower {
    border-top: none;
    position: fixed;
}

.free-try {
    font-family: "Poppins", Sans-serif;
    font-weight: bold;
    background-color: #1D7BE3 !important;
    border-radius: 5px 5px 5px 5px !important;
    padding: 14px 34px 14px 34px !important;
    margin: 14px 0px !important;
}

.site-content {
    padding-top: 30px;
    padding-bottom: 60px;
    background: #f7f8fb;
}

#content.site-content > .container > .row {
    margin-left: 0px;
    margin-right: 0px;
}

.text-banner {
    display: table;
    width: 100%; 
    height: 300px; 
    background: #0A5BEB; 
    text-align: center; 
    color: #FFFFFF;
    margin-bottom: 30px;
    margin-top: 0px !important;
}

.text-banner-block {
    display: table-cell; 
    vertical-align: middle;
    padding: 30px;
    font-family: 'Poppins', sans-serif;
}

.text-banner-block > div > p {
    font-size: 20px;
    padding: 10px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.text-banner-block > div > h1 {
    font-size: 52px;
    font-family: 'Poppins', sans-serif;
}

.stakeholder-playlist {
    background: #FFFFFF;
    padding: 60px 0px;
    margin: 60px 0px;
    box-shadow: 0 15px 100px rgb(0 0 0 / 5%);
    width: 100%;
}

.stakeholder-playlist-btn .panel.panel-default {
    border-radius: 10px;
    box-shadow: 0 15px 100px rgb(0 0 0 / 5%);
    border: 1px solid #EDEDED;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    border: none;
    padding: 20px;
    display: flex;
}

.stakeholder-icon {
    width: 30%; 
    padding-right: 10px;
}

.stakeholder-title {
    display: flex;
    width: 60%;
    justify-content: flex-start;
    align-items: center;
}

.stakeholder-channel-text {
    display: flex;
    margin-top: 15px;
}

.appspace_gallery_sidebar .panel-left-archive {
    border-radius: 4px;
    box-shadow: 0px 0px 25px 0px #4b5a8c40;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    border: none;
}

.btn-view-more-container {
    margin-top: 20px;
}

.background-pattern {
    background: url('../images/bg-stakeholders.png') no-repeat;
    background-position: right top; 
}

.premium-icon img {
    width: 60px !important;
    margin: auto;
	height: auto !important;
}

.premium-icon .appspace-logo {
    position: absolute;
    top: 10px;
    margin-left: 10px;
}

.premium-icon .appspace-logo img {
    margin: 0px;
}

.premium-icon .premium-logo {
    position: absolute;
    margin-left: 10px;
    bottom: 10px;
}

.galleryitem_cat_single .panel-body .item-label.premium-label {
    padding: 12px;
    min-height: 89px;
    display: unset;
}

.premium-label p.appspace-item-subtext {
    font-size: 12px;
}

.knowledge-center-section {
    margin-bottom: 30px;
}

.knowledge-center-section ul {
    margin-left: 0;
    list-style-type: none;
    padding: 0;
}

.knowledge-center-section ul li {
    font-size: 16px;
    padding: 4px 0px;
}

.knowledge-center-section ul li a {
    color: #225fe2;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
}

.knowledge-center-section ul li a:hover {
    color: #1344af;
}

.appspace_gallery_sidebar,
.appspace_gallery_content {
  color: #2D3851;
}

.appspace_gallery_footer {
    padding-top: 90px;
}

.appspace_gallery_footer .footer_top h4 {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.appspace_gallery_footer .footer_top ul {
    margin: 0;
}

.appspace_gallery_footer .footer_top ul li {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7em;
    padding-bottom: calc(5px/2);
}

.appspace_gallery_footer .footer_top ul li a {
    color: #1D7BE3;
    text-decoration: none;
}

.appspace_gallery_footer .footer_top .icon_section .social_buttons {
    margin-bottom: 30px;
}

.appspace_gallery_footer .footer_top .icon_section .icon {
    float: right;
    font-size: 18px;
    padding: 12px 14px;
    width: 48px;
    border-radius: 6px;
    background: #FFFFFF;
    color: #000000;
    text-align: center;
}

.appspace_gallery_footer .footer_top .icon_section .icon:hover {
    background: #1D7BE3;
    color: #FFFFFF;
}

.appspace_gallery_footer .footer_top .icon_section .subscription_button a {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5em;
    background-color: #1D7BE3;
    border-radius: 5px 5px 5px 5px;
    padding: 12px 36px 12px 36px;
    text-decoration: none;
    color: #FFFFFF;
}

.appspace_gallery_footer .footer_top .icon_section .subscription_button a i {
    padding-left: 4px;
}

.appspace_gallery_footer .footer_bottom {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #000000;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 80px;
    margin-bottom: 0px;
    padding: 20px 0px 0px 0px;
    color: #000000;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 600;
}

.appspace_gallery_footer .footer_bottom p {
    padding: 10px;
}

.appspace_gallery_sidebar li,
.appspace_gallery_content li,
.appspace_galleryitem_sidebar li,
.appspace_galleryitem_content li,
.appspace_gallery_sidebar p,
.appspace_gallery_content p,
.appspace_galleryitem_sidebar p,
.appspace_galleryitem_content p {
	color: #2D3851;
    font-family: 'Inter', sans-serif;
}

.appspace_gallery_sidebar .list-group {
  margin-left: 0;
  margin-bottom: 10px;
}

.appspace_gallery_sidebar .list-group .list-group-item {
  font-size: 16px;
  line-height: 20px;
  border: none;
  color: #01153F;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  text-decoration: none !important;
  font-weight: 600;
}

.appspace_gallery_sidebar .list-group .list-group-item.active,
.appspace_gallery_sidebar .list-group .list-group-item:hover {
  background-color: transparent !important;
  color: #0A5BEB;
}

.appspace_gallery_sidebar .list-group .badge {
  color: inherit;
  background-color: inherit;
}

.appspace_gallery_content h3.appspace_gallery_content-title {
  font-size: 20px;
  color: #0B1835;
  margin-top: 10px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0px;
  font-weight: 600;
}

.appspace_galleryitem_cat .panel {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.appspace_galleryitem_cat .panel-body {
	padding: 0;
}

.appspace_galleryitem_cat .panel-body .item-label {
  color: #01153F;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 10px;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.galleryitem_cat_single_pcf .panel-body {
	display: flex;
	flex-direction: column-reverse;
}

.galleryitem_cat_single_pcf .item-label {
	flex:1;
}

.galleryitem_cat_single_pcf .item-thumbnail-wrapper {
	flex:1;
}

.channel-panel-hd {
    width: 100%;
    padding-top: 34%; /* Aspect Ratio */
    position: relative; /* If you want text inside of it */
}

.channel-panel-hd > a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.item-thumbnail-wrapper.itw-full-width {
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    position: relative; /* If you want text inside of it */
}

.item-thumbnail-wrapper.itw-full-width.premium-icon {
    background: url('../images/bg-pcf.png') #092d7b;
    width: 100%;
    padding-top: 45.2%; /* Premium Thumbnail */
    position: relative; /* If you want text inside of it */
}

.item-thumbnail-wrapper.itw-full-width > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.channel-panel-hd > a > .panel-body {
    display: flex;
    height: 100%;
}

.item-thumbnail-wrapper.itw-full-width.channel-icon {
    width: 40%;
    display: flex;
    align-items: center;
    padding-top: unset;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px;
}

.item-thumbnail-wrapper.itw-full-width.channel-icon img {
    top: unset;
    left: unset;
    bottom: unset;
    right: unset;
    width: 100%;
	object-fit: contain !important;
}

.item-label.channel-icon-label {
    height: 100%;
    width: 60%;
    display: flex;
    align-items: center;
    min-height: unset !important;
}


.galleryitem_cat_single .panel-body.flex-box {
    display: flex;
    min-height: 100px;
}

.galleryitem_cat_single .panel.panel-default {
    border-radius: 4px;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    border: none;
    box-shadow: 0px 0px 25px 0px #4B5A8C40;
}

.galleryitem_cat_single .panel.panel-default a,  .galleryitem_cat_single .panel.panel-default a:hover {
    text-decoration: none;
}

.galleryitem_cat_single .panel-body .item-label {
    color: #0B1835;
    font-size: 14px;
    padding: 10px 10px;
    margin: auto;
    min-height: 60px;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    font-weight: 600;
    letter-spacing: normal;
}

.galleryitem_cat_single_alt .panel.panel-default {
    border-radius: 4px;
    box-shadow: 0px 0px 25px 0px #4b5a8c40;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    border: none;
}

.galleryitem_cat_single_alt .panel.panel-default a,
.galleryitem_cat_single_alt .panel.panel-default a:hover {
    text-decoration: none !important;
}

.galleryitem_cat_single_alt.gcsa-role .item-wrapper {
    flex-direction: column;
    align-items: flex-start;
}

.galleryitem_cat_single_alt .item-wrapper {
  display: flex;
  align-items: center;
}

.galleryitem_cat_single_alt .panel-body {
	padding: 1.5rem;
}

.galleryitem_cat_single_alt.gcsa-role .panel-body .item-label {
	padding-left: 0;
}

.galleryitem_cat_single_alt.gcsa-role .item-icon-wrapper {
	padding-bottom: 10px;
    width: 60px;
    max-height: 50px;
}

.galleryitem_cat_single_alt .item-thumbnail-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100px;
}

.galleryitem_cat_single_alt .panel-body .item-label {
  color: #01153F;
  font-size: 16px;
  line-height: 20px;
  padding-left: 10px;
  letter-spacing: normal;
}

.appspace_galleryitem_cat-integrations .item-wrapper {
  display: flex;
  align-items: center;
}

.appspace_galleryitem_cat-integrations .item-wrapper > img {
  max-width: 35px;
  max-height: 35px;
}

.appspace_galleryitem_cat-integrations .panel-body .item-caption {
  padding-left: 10px;
}

.appspace_galleryitem_cat-integrations .panel-body .item-label {
  color: #01153F;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  letter-spacing: -0.02em;
}

.appspace_galleryitem_cat-integrations .panel-body .item-subheading {
  color: #2D3851;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.appspace_galleryitem_cat-roles .item-wrapper {
}

.appspace_galleryitem_cat-roles .item-wrapper > img {
  width: 60px;
  height: 60px;
}

.appspace_galleryitem_cat-roles .panel-body .item-label {
  color: #01153F;
  font-size: 16px;
  line-height: 20px;
  padding: 20px 0;
  letter-spacing: -0.02em;
}

.appspace_galleryitem_cat-feeds .panel-body {
  padding: 0;
}

.appspace_galleryitem_cat-feeds .panel-body.appspace-gi-type-feeds .item-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.appspace_galleryitem_cat-feeds .panel-body.appspace-gi-type-free_channel .item-thumbnail-wrapper,
.appspace_galleryitem_cat-feeds .panel-body.appspace-gi-type-premium_channel .item-thumbnail-wrapper {
  background-color: #01153F;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.appspace_galleryitem_cat-feeds .panel-body.appspace-gi-type-free_channel .item-wrapper,
.appspace_galleryitem_cat-feeds .panel-body.appspace-gi-type-premium_channel .item-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.appspace_galleryitem_cat-feeds .panel-body.appspace-gi-type-free_channel .item-thumbnail-wrapper img,
.appspace_galleryitem_cat-feeds .panel-body.appspace-gi-type-premium_channel .item-thumbnail-wrapper img {
  max-height: 75px;
  max-width: 75px;
}

.appspace_galleryitem_cat-feeds .panel-body .item-caption {
  padding: 10px;
}

.appspace_galleryitem_cat-feeds .panel-body .item-label-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.appspace_galleryitem_cat-feeds .panel-body .item-label {
  color: #01153F;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  padding-bottom: 2px;
}

.appspace_galleryitem_cat-feeds .panel-body .item-label-type {
  text-transform: uppercase;
  font-size: 10px;
  border: 1px solid #A5A6A8;
  margin-bottom: 0;
  color: #01153F;
  padding: 2px 5px;
}

.appspace_galleryitem_cat-feeds .panel-body .item-subheading {
  color: #2D3851;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  max-height: 40px;
  overflow: hidden;
}

.single-appspace_galleryitem #content {
  background: #f7f8fb;
}

.appspace_galleryitem_sidebar .item-featured-image.partner-image {
    margin-bottom: 20px;
}

.appspace_galleryitem_sidebar .item-featured-image.partner-image img {
    border-radius: 0.8em;
}

.appspace_galleryitem_content .item-featured-image {
	position: relative;
}

.appspace_galleryitem_content .item-featured-image {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    border-radius: 0.8em;
}

.appspace_galleryitem_content .item-featured-image img,
.appspace_galleryitem_content .item-featured-image iframe {
	display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 4px;
}

.appspace_galleryitem_content .item-title {
  color: #01153F;
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  padding-bottom: 20px;
  margin-top: 0px;
}

.appspace_galleryitem_content .item-features-description {
  padding-top: 40px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
}

.appspace_galleryitem_content .item-features-description a {
    color: #0A5BEB;
}

.appspace_galleryitem_content .item-features-description ul {
    margin-left: 2.5em;
    list-style: disc;
}

.appspace_galleryitem_content .item-features-description .item-heading {
    color: #01153F;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    line-height: 20px;
    font-weight: 500;
}

.appspace_galleryitem_content .item-features-description h3.item-heading {
    margin-top: 0px;
    margin-bottom: 30px;
}

.appspace_galleryitem_content .item-buttons-main .btn-download {
    background-color: #062365;
    border-radius: 5px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
  }

.appspace_galleryitem_related_items {
  padding-top: 10px;
}

.appspace_galleryitem_related_items .item-related-items .item-heading {
    color: #01153F;
    font-size: 30px;
    line-height: 20px;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.appspace_galleryitem_related_items .item-label {
	font-family: 'Poppins', sans-serif;
	color: #01153F;
	font-weight: 600;
}

.appspace_galleryitem_sidebar > .item-heading,
.item-content-items > .item-heading {
  font-size: 18px;
  line-height: 20px;
  font-family: 'Poppins', sans-serif;
  color: #01153F;
  margin-top: 0px;
  font-weight: 500;
}

.appspace_galleryitem_sidebar > .item-heading.documentation {
    margin-top: 30px;
    font-weight: 500;
}

.appspace_galleryitem_sidebar > .item-heading-pad-top {
  padding-top: 20px;
  font-weight: 500;
}

.appspace_galleryitem_content .item-heading-pad-top-more,
.appspace_galleryitem_sidebar .item-heading-pad-top-more {
  padding-top: 40px;
  display: none;
}

.appspace_galleryitem_sidebar-item > .item-heading {
  text-transform: uppercase;
  color: #6B7897;
  font-size: 10px;
  line-height: 15px;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.appspace_galleryitem_sidebar-item .item-data, 
.appspace_galleryitem_sidebar-item .item-data a {
  color: #2D3851;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0px;
}

.appspace_galleryitem_sidebar-item .item-data-content-category {
	display: flex;
	align-items: center;
	color: #2D3851;
}

.appspace_galleryitem_sidebar-item .item-data-content-category .item-dot {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 10px;
}

.appspace_galleryitem_sidebar-item .item-data-stakeholder a {
	display: flex;
	align-items: center;
	color: #2D3851;
}

.appspace_galleryitem_sidebar-item .item-data-stakeholder .item-img {
	display: block;
	margin-right: 10px;
}

.appspace_galleryitem_sidebar-item .item-data-stakeholder .item-img img {
	width: 20px;
	height: 100% !important;
}

.appspace_galleryitem_sidebar-item .item-list {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}

.appspace_galleryitem_sidebar-item .item-list li {
  color: #2D3851;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 10px;
}

.appspace_galleryitem_sidebar-item .item-list a {
  color: #0A5BEB;
  font-size: 16px;
  line-height: normal;
}

.appspace_galleryitem_sidebar-item .item-keywords {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}

.appspace_galleryitem_sidebar-item .item-keywords li {
  display: block;
  padding: 2px 10px;
  background-color: #697AA1;
  border-radius: 10px;
  font-size: 10px;
  list-style: 15px;
  text-transform: uppercase;
  margin-right: 5px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}

.appspace_galleryitem_sidebar-item .item-keywords li:hover {
    background-color: #4F628E;
}

.appspace_galleryitem_sidebar-item .item-keywords li a,
.appspace_galleryitem_sidebar-item .item-keywords li a:hover {
    color: #fff;
    text-decoration: none;
}

.appspace_galleryitem_sidebar .item-buttons-main {
  padding-bottom: 20px;
}

.appspace_galleryitem_sidebar .item-buttons-main .btn-download {
  background-color: #1D7BE3;
  border-radius: 5px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.appspace_galleryitem_sidebar .item-buttons {
  padding-top: 10px;
}

.appspace_galleryitem_sidebar .item-buttons .btn-group {
  padding-top: 10px;
  padding-top: 10px;
}

.appspace_galleryitem_sidebar .item-buttons .btn-download {
  background-color: #225fe2;
  border-radius: 4px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding: 15px;
  font-size: 16px;
}

.appspace_galleryitem_sidebar .item-buttons .btn-learn-more {
    background-color: #225fe2;
    border-radius: 4px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 15px;
}

.appspace_galleryitem_sidebar .item-buttons a:active,
.appspace_galleryitem_sidebar .item-buttons a.active,
.appspace_galleryitem_sidebar .item-buttons a:hover,
.appspace_galleryitem_sidebar .item-buttons a.hover,
.appspace_galleryitem_sidebar .item-buttons a:focus,
.appspace_galleryitem_sidebar .item-buttons a.focus {
  background-color: #1344af;
  color: #fff;
  text-decoration: none !important;
}

.item-content-items .ciw-item {
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEF1F6;
  position: relative;
}

.item-content-items .ciw-item a {
  display: flex;
  width: 100%;
  text-decoration: none;
}

.item-content-items .ciw-item a,
.item-content-items .ciw-item a:hover *,
.item-content-items .ciw-item a:focus * {
  text-decoration: none !important;
}

.item-content-items .ciw-item::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  width: 5px;
  height: calc( 100% - 15px );
}

.item-content-items .ciw-item:last-child:before {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  width: 5px;
  height: 100%;
}

.item-content-items .ciw-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.item-content-items .ciw-item .item-thumb {
  width: 140px;
  flex-shrink: 0;
  margin-right: 15px;
}

.item-content-items .ciw-item .item-content {
  margin-right: 15px;
  color: #2D3851;
  flex-grow: 1;
}

.item-content-items .ciw-item .item-content p {
  margin-bottom: 5px;
  margin-top: 5px;
}

.item-content-items .ciw-item .item-content-title {
  color: #1D7BE3;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 700;
  margin-top: 0;
}

.item-content-items .ciw-item .item-duration {
  color: #5E6F93;
  font-size: 14px;
  line-height: 20px;
  flex-grow: 0;
}

.appspace_galleryitem_sidebar-item .item-chart-wrap {
  padding-top: 50px;
  display: none;
}

.appspace_galleryitem_sidebar-item .item-chart-labels {
  padding-top: 50px;
  display: none;
}

.appspace_galleryitem_sidebar {
    margin-bottom: 40px;
}

.appspace_galleryitem_sidebar-item .item-chart-labels .item-label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.appspace_galleryitem_sidebar-item .item-chart-labels .item-dot {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.appspace_galleryitem_sidebar-item .item-chart-labels .item-key {
  font-size: 16px;
  line-height: 25px;
  color: #2D3851;
  padding-left: 10px;
}

.item-channel-embed iframe {
    border-radius: 0.8em;
	width: 100%;
	height: 470px;
	border: 0;
}

.appspace_galleryitem_back_button {
    margin-bottom: 20px;
}

.appspace_galleryitem_back_button > a {
    color: #2D3851;
    font-size: 16px;
    text-decoration: none;
}

.appspace_galleryitem_back_button > a:hover {
    color: #4E5A65;
    text-decoration: none;
}

.appspace_galleryitem_back_button > a > .fa-angle-left {
    margin-right: 5px;
}

.appspace_gallery_content .item-heading-search {
	display: flex;
	justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.appspace_gallery_content .item-heading-search .item-search {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 35px;
	border: 1px solid #C2C8D7;
	border-radius: 6px;
    padding: 8px 4px 4px 4px;
    background: #FFFFFF;
}

.appspace_gallery_content .item-heading-search .item-search button {
	padding: 0;
	background: transparent;
	border: none;
}

.appspace_gallery_content .item-heading-search .item-search .item-input input {
	border: none;
	padding: 0 0 0 7px;
	height: 30px;
	background-color: transparent;
}

.appspace_galleryitem_stakeholder-role_content .icon-role-block {
    max-width: 80px; 
    padding-top: 25px;
}

.appspace_galleryitem_stakeholder-role_content .item-title {
	font-size: 52px;
	color: #01153F;
}

.appspace_galleryitem_stakeholder-role_content .item-blurb {
	padding-top: 5px;
	font-size: 17px;
	line-height: 25px;
	color: #01153F;
    font-family: 'Inter', sans-serif;
}

.appspace_galleryitem_stakeholder-role_content_side .item-featured-image {
    border: 8px solid #FFF;
    border-radius: 12px;
    box-shadow: 0 10px 10px rgb(0 0 0 / 5%);
}

.appspace_galleryitem_stakeholder-role_content_side .item-featured-image img {
    border-radius: 8px;
	width: 100%;
    height: 100%;
}

.item-additional-info {
	padding-top: 20px;
	color: #2D3851;
}

.stakeholder_role_section {
	padding-top: 30px;
}

.stakeholder_role_sections .stakeholder_role_section:last-child {
	padding-bottom: 30px;
}

.stakeholder_role_section > .item-heading {
	font-size: 18px;
	line-height: 20px;
	color: #01153F;
}

.stakeholder_role_section .item-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.stakeholder_role_section .item-list a {
	color: #1D7BE3;
	font-size: 16px;
	line-height: 25px;
}

.appspace_galleryitem_stakeholder-channel h3 {
    margin-bottom: 10px;
    color: #01153F;
}

.appspace_galleryitem_stakeholder-channel p {
    margin-bottom: 20px;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: #01153F;
}

.appspace_galleryitem_stakeholder-channel .channel-wrap {
	display: flex;
}

.appspace_galleryitem_stakeholder-channel .item-header {
	flex-grow: 1;
	flex-shrink: 0;
	display: flex;
	padding-right: 30px;
	align-items: center;
	font-size: 16px;
	line-height: 20px;
	color: #01153F;
	font-weight: bold;
}

.appspace_galleryitem_stakeholder-channel .item-header .item-icon {
	padding-right: 20px;
}

.appspace_galleryitem_stakeholder-channel .item-header .item-icon img {
	max-width: 80px;
}

.appspace_galleryitem_stakeholder-channel .item-content {
	flex-grow: 1;
	display: flex;
	align-items: center;
}

.appspace_galleryitem_stakeholder-channel .item-content-inner {
	padding-right: 30px;
}

.itw-full-width img {
	width: 100%;
	height: 100%;
}

p.appspace-item-subline {
	margin-bottom: 0;
	margin-top: 0px;
    font-size: 14px;
}

p.appspace-item-subtext {
	margin-bottom: 0;
	margin-top: 5px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
    font-weight: normal;
    color: #2D3851;
}

.galleryitem_cat_single_feed .panel > a {
	display: flex;
	flex-direction: column;
}
