.ListViewIconsOuterContainer {
    display: flex;
    justify-content: center;
    width: 100%;
}
.ListViewIconsContainer {
    display: flex;
    flex-direction: column;
    max-width: 1920px;
    width: fit-content;        /* width determined by the image */
}



.heroImageContainer {
    display: inline-block;
    position: relative;
}
.heroImage {
    display: block;
    height: auto;
    max-width: 100%;
}
.heroContent {
	left: 60px;
	margin: 0;
	padding: 0;
    position: absolute;
	top: 50%;
    transform: translate(0, -50%);
    /* The transform: translate(0, -50%) shifts the text back top by half its
    own size, which is what makes the centering accurate even when the text
    block has different number of rows.
    */
	width: 50%;
    z-index: 1;
}


@font-face {
	font-family: 'GM';
	font-style: normal;
	font-weight: normal;
	src: url('/resource/site_GothamMediumFont') format('opentype');
}

.heroContent h1 {
    color: var(--primary-white-color);
	font-family: GM, sans-serif !important;

    margin: 0;
    padding: 0;

	text-transform: uppercase;

	overflow-wrap: break-word;
}


/* 1920px and wider */
@media (min-width: 1919px) {
    .heroContent {
		left: 100px;
        width: 50%;
    }
	.heroContent h1 {
		font-size: 54px;
		line-height: 100% !important;
	}
}
/* 1920px and wider */

/* 1280 - 1920 */
@media (min-width: 1279px) and (max-width: 1918px) {
    .heroContent {
		left: 60px;
        width: 50%;
    }
	.heroContent h1 {
		font-size: 36px;
		line-height: 120%;
	}
}
/* 1280 - 1920 */

/* 768 - 800 */
/* mobile landscape */
@media (min-width: 767px) and (max-width: 801px) and (orientation: landscape) {
    .heroContent {
		top: 40px;
		left: 60px;
        width: 42%;
        transform: none;
    }
	.heroContent h1 {
		font-size: 20px;
		line-height: 120%;
	}

    .listViewIcons {
        gap: 60px; /* Adjust the gap between divs as needed */
    }
}

/* mobile portrait */
@media (max-width: 820px) and (orientation: portrait) {
    .heroContent {
		top: 20px;
		left: 20px;
		width: 90%;
        transform: none;
    }
	.heroContent h1 {
		font-size: 22px;
		line-height: 120%;
	}

    .listViewIcons {
        gap: 40px; /* Adjust the gap between divs as needed */
    }
}



.htmlDetailElementTable {
    width: 100% !important;
}

.ListViewItem {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 14px;
    line-height: 120%;
    font-family: Raleway, sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    display: block;
    text-align: left;
}

.ListViewItem a {
    text-decoration: none;
}

.ListViewItemDivImage img {
    max-width: 300px;
    max-height: 300px;
}



@media only screen and (min-width: 1401px) {
    .ListViewContainer {
        margin-top: 20px;
    }
    .ListViewContentContainer1 {
        display: flex;
        justify-content: end;
        margin-bottom: 60px;
    }

    .ListViewItem img {
        max-width: 300px;
    }
    .ListViewItemDivImageContainer {
        max-width: 300px;
    }
    .ListViewItemDivImage img {
        max-width: 300px;
    }
    .ListViewItem h3 p {
        padding: 10px;
    }
}
@media only screen and (max-width: 1400px) {

    .ListViewContainer {
        margin-top: 20px;
    }
    .ListViewContentContainer1 {
        display: flex;
        justify-content: end;
        margin-bottom: 60px;
    }

    .ListViewItem img {
        max-width: 260px;
    }
    .ListViewItemDivImageContainer {
        max-width: 260px;
    }
    .ListViewItemDivImage img {
        max-width: 260px;
    }
    .ListViewItem h3 p {
        padding: 8px;
    }
}
@media only screen and (max-width: 800px) {

    .ListViewContainer {
        margin-top: 10px;
    }
    .ListViewContentContainer1 {
        display: flex;
        justify-content: end;
        margin-bottom: 40px;
    }

    .ListViewItem img {
        max-width: 220px;
    }
    .ListViewItemDivImageContainer {
        max-width: 220px;
    }
    .ListViewItemDivImage img {
        max-width: 220px;
    }
    .ListViewItem h3 p {
        padding: 6px;
    }
}



.ListViewItemDivImageContainer {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 14px;
    line-height: 120%;
    font-family: Raleway, sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    text-align: center;
}

.ListViewItemDivImageContainer h2 {
    padding-top: 16px;
    text-align: left;
}

.ListViewItemDivImageContainer p {
    padding-top: 4px;
    margin-block-start: 0;
    margin-block-end: 0;
    text-align: left;
}

.ListViewItemDivImage {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 14px;
    line-height: 140%;
    font-family: Raleway, sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    background-color: transparent;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    color: var(--primary-red-color);
}


.listViewIcons {
    display: flex;
    flex-wrap: wrap;
    gap: 80px; /* Adjust the gap between divs as needed */
    justify-content: left;
}

.ListViewContainer a {
    color: var(--primary-dark-blue-color);
}

.ListViewItem {
    max-width: 300px;
}

.ListViewContentContainer1 {
    width: 100%;
}

.ListViewContentContainer1 li {
    line-height: 140%;
}

.ListViewContentContainer1 * {
	font-family: Raleway, sans-serif;
    border: none;
}

.ListViewContentContainer1 a {
    color: var(--primary-red-color);
}

.ListViewContainer {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: var(--primary-bg-color);
}



