.landingOuterContainer {
    display: flex;
    justify-content: center;*/
    padding-bottom: 40px;
    min-height: 100vh;
    width: 100%;
}
.landingContainer {
    display: flex;
    flex-direction: column;
    max-width: 1920px;
    width: fit-content;        /* width determined by the image */
}


.htmlDetailElementTable {
    width: 100% !important;
}

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

.ListViewItem a {
    text-decoration: none;
}

@media only screen and (min-width: 1401px) {
    .ListViewItem {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .ListViewItem img {
        width: 300px;
    }
    .ListViewItemDivImageContainer {
        width: 300px;
    }
    .ListViewItem h3 p {
        padding: 10px;
    }
}
@media only screen and (max-width: 1400px) {
    .ListViewItem {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .ListViewItem img {
        width: 260px;
    }
    .ListViewItemDivImageContainer {
        width: 260px;
    }
    .ListViewItem h3 p {
        padding: 8px;
    }
}
@media only screen and (max-width: 800px) {
    .ListViewItem {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .ListViewItem img {
        width: 220px;
    }
    .ListViewItemDivImageContainer {
        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: 1.2rem;
    color: #333;
    font-family: Raleway, sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 20px;
}

.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: 1.42857143;
    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);
}

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


.landingChildPagesContainer {
    margin-top: 20px;
    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: 1.4rem;
}

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

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

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

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

/* desktop */
@media only screen and (min-width: 1201px) {
    .ListViewContainer {
        margin-top: 40px;
    }
    .ListViewContentContainer1 {
        display: flex;
        justify-content: end;
        margin-bottom: 60px;
    }
}



.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;
}
.heroImage {
    display: block;
    width: 100%;
    height: auto;
}

.heroImageContainer {
    position: relative;
}

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

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

    margin: 0;
    padding: 0;

	text-transform: uppercase;

	overflow-wrap: break-word;
}

.heroContent hr {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-size: 20px;
	line-height: 100%;

	color: var(--primary-red-color);
	font-family: Raleway, sans-serif;

    margin: 0;
    padding: 0;

	-webkit-font-smoothing: antialiased;
	text-align: left;
	height: 0;
	box-sizing: content-box;
	border: 0;
	border-top: 1px solid #eee;
	width: 10%;
	border-color: var(--primary-red-color);
}

.heroContent p {
    color: var(--primary-white-color);
	font-family: GM, sans-serif !important;
	overflow-wrap: break-word;
    text-align: left;

    margin: 0;
    padding: 0;
}


/* 1920px and wider */
@media (min-width: 1919px) {
    .heroContent {
		left: 100px;
        width: 50%;
    }
	.heroContent h1 {
		font-size: 54px;
		line-height: 100% !important;
	}
	.heroContent hr {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.heroContent p {
		font-size: 24px;
		line-height: 140%;
		margin-bottom: 40px;
		width: 70%;
	}
}
/* 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%;
	}
	.heroContent hr {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.heroContent p {
		font-size: 18px;
		line-height: 140%;
		margin-bottom: 40px;
		width: 70%;
	}
}
/* 1280 - 1920 */

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

/* mobile portrait */
@media (max-width: 820px) and (orientation: portrait) {
    .heroContent {
		left: 20px;
		width: 90%;
    }
	.heroContent h1 {
		font-size: 18px;
		line-height: 120%;
	}
	.heroContent hr {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.heroContent p {
		font-size: 12px;
		line-height: 140%;
		margin-bottom: 20px;
		width: 60%;
	}
}