/*

 * Template Enhance Community

 */


#inner-page-wrapper > .container {
    width: 100%;
}

#content .entry {
    padding: 0;
}

#content h1.entry-title {
    display: none;
}

#content h2.entry-title {
  font-family: var(--font-family-title);
  color: #000;
	font-size: 60px;
	line-height: 1.15;
}

a {
    transition: all 0.3s ease-in-out;
}

.img-wrapper {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.img-wrapper canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.img-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.bg-wrapper {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
}

.bg-wrapper canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.dark {
	color: #000;
	background-color: #000;
}

.grayscale {
	filter: grayscale();
}

#content .entry > div {
    position: relative;
	clear: both;
}

.sec-button {
    display: flex;
    justify-content: center;
}

.sec-button a {
    display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 385px;
  height: 75px;
  font-size: 18px;
  letter-spacing: .05em;
  line-height: 1;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  transition: background .3s ease, color .3s ease;
	border: 1px solid #000;
	max-width: 100%;
}

.sec-button a:hover {
   color: #fff;
  background: var(--secondary);
  border-color: var(--secondary);
}


/*** SEC A ***/

.sec-a {
    padding: 18px 4.9% 135px;
}

.sec-a .sec-title {
    margin: 40px 0 90px;
	text-align: center;
}

.sec-stats {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -60px;
    justify-content: space-between;
}

.sec-stats > div {

    display: flex;
    flex-flow: row wrap;
    width: 33.33%;
    justify-content: space-between;
    padding: 0 60px;
}

.stat-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.stat-title::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    bottom: 0;
  position: absolute;
}

.stat-title h2 {
    margin: 0 !important;
    font-size: 30px !important;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    line-height: normal;
    padding: 0 0 0 0.025em;
	font-family: var(--font-family-title);
}

.stat-title h2 strong {
    font-weight: 400 !important;
}

.stat-title span {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 1;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 1px 0 0;
    padding: 0 0 0 0.025em;
	min-height: 20px;
	margin-bottom: 9px;
}

.stat-item {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 33.33%;
    position: relative;
}

.stat-item::before {
    content: '';
    width: 1px;
    height: 27px;
    background: #000;
}

.stat-item.center::before {
    height: 60px;
}

.stat-item span {
    display: block;
    font-size: 20.55px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 7px 0 0;
}

.stat-item em {
    display: block;
    font-size: 12px;
    font-weight: 400;
    font-style: normal !important;
    letter-spacing: 0.05em;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 0 0.05em;
}


/*** SEC B ***/

.sec-b {
    padding: 0 4.4%;
}

.intro-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.toc {
	position: relative;
	display: block;
	width: 35%;
	padding: 20px 5%;
	margin-top: 44px;
}

.toc .bg-wrapper canvas {
  opacity: 0.25;
}

.toc-content {
	position: relative;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 592px;
	justify-content: center;
}
.toc-content h2 {
	font-family: var(--font-family-title);
	font-size: 30px !important;
	font-weight: 100 !important;
	text-transform: uppercase;
	margin: 0 0 30px 0 !important;
}

.toc-content ol {
	margin: 30px 0 0 25px !important;
}

.toc-content ol li {
	font-size: 20px;
}
.toc-content ol li:not(:last-child) {
	margin-bottom: 30px;
}

.intro-text {
	width: 65%;
	display: block;
	padding-left: 65px;
}

.intro-text h2 {
	margin-top: 0 !important;
}

.intro-text-below {
	margin-top: 30px;
}


/*** SEC C ***/

.sec-c {
    padding: 73px 4.5% 72px;
}

.sec-c .sec-content {}

.sec-listings {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -14px;
}

.sec-listing {
    width: 33.33%;
    padding: 0 14px;
    margin: 0 0 30px;
}

.sec-listing a {
    display: block;
    position: relative;
}

.sec-listing-photo {}

.sec-listing a:hover .sec-listing-photo img {
    transform: scale(1.2);
}

.sec-listing-info {
    width: 100%;
    max-width: 340px;
    background: rgba(102,143,184,0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    padding: 23px 15px 20px;
}

.sec-listing-info span {
    display: block;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 0 0.1em;
}

.sec-c .sec-button {
    margin: 29px 0 0;
}

.sec-c .section-header::after {
	display: none;
}


/*** SEC D ***/

.sec-d {
	padding: 0 4.4%;
	margin-bottom: 100px;
}

.sec-d .bg-wrapper {
	width: 15%;
	height: auto;
	left: -16px;
}

.sec-d .bg-wrapper canvas {
	opacity: 0.3;
}

.sec-d .sec-content {
	position: relative;
	padding-left: 15%;
	display: block;
}

.sec-d .sec-img {
	float: right;
	width: 40%;
	position: relative;
	margin: 0 0 25px 70px;
}

.sec-d .sec-text {
	padding: 40px 0;
}



/*** SEC E ***/

.sec-e {
	padding: 0 4.4%;
	margin-bottom: 100px;
}

.sec-e .bg-wrapper {
	width: 15%;
	height: auto;
	right: -16px;
	left: auto;
}

.sec-e .bg-wrapper canvas {
	opacity: 0.3;
}

.sec-e .sec-content {
	position: relative;
	padding-right: 15%;
	display: block;
}

.sec-e .sec-img {
	float: left;
	width: 40%;
	position: relative;
	margin: 0 70px 25px 0;
}

.sec-e .sec-text {
	padding: 40px 0;
}


/*** SEC F ***/

.sec-f {
	padding: 0 4.4%;
	margin-bottom: 70px;
}

.sec-f .bg-wrapper {
	width: 15%;
	height: auto;
	left: -16px;
	max-height: 580px;
}

.sec-f .bg-wrapper canvas {
	opacity: 0.3;
}

.sec-f .sec-content {
	position: relative;
	padding-left: 15%;
	display: block;
}

.sec-f .sec-text {
	padding: 40px 0;
}

.sec-f .bulletlists {
	display: flex;
	justify-content: space-between;
	gap: 50px;
}

.bulletlists div {
	width: 50%;
}

.bulletlists ul {
	margin-left: 15px !important;
}

.bulletlists ul li {
	padding-left: 10px;	
}

.bulletlists ul li:not(:last-child) {
	margin-bottom: 25px;
}



@media only screen and (min-width: 992px) {
	
	#content .entry p {
		font-size: 0.841vw;
	}
	.bulletlists ul li {
		font-size: 0.841vw;
	}
	
#content h2.entry-title {
	font-size: 3.153vw;
}

.sec-button a {
  width: 20.231vw;
  height: 3.941vw;
}


/*** SEC A ***/

.sec-a {
    padding: 0.946vw 4.9% 7.094vw;
}

.sec-a .sec-title {
    margin: 2.102vw 0 4.729vw;
}

.sec-stats {
    margin: 0 -3.153vw;
}

.sec-stats > div {
    padding: 0 3.153vw;
}

.stat-title h2 {
    font-size: 1.576vw !important;
}

.stat-title span {
    font-size: 0.946vw;
	min-height: 1.051vw;
	margin-bottom: 0.473vw;
}

.stat-item::before {
    height: 1.419vw;
}

.stat-item.center::before {
    height: 3.153vw;
}

.stat-item span {
    font-size: 1.08vw;
    margin: 0.368vw 0 0;
}

.stat-item em {
    font-size: 0.631vw;
}


/*** SEC B ***/

.toc {
	padding: 1.051vw 5%;
	margin-top: 2.312vw;
}

.toc-content {
	min-height: 31.109vw;
}
.toc-content h2 {
	font-size: 1.576vw !important;
	margin: 0 0 1.576vw 0 !important;
}

.toc-content ol {
	margin: 1.576vw 0 0 1.314vw !important;
}

.toc-content ol li {
	font-size: 1.051vw;
}
.toc-content ol li:not(:last-child) {
	margin-bottom: 1.576vw;
}

.intro-text {
	padding-left: 3.416vw;
}

.intro-text-below {
	margin-top: 1.576vw;
}


/*** SEC C ***/

.sec-c {
    padding: 3.836vw 4.5% 3.783vw;
}

.sec-listings {
    margin: 0 -0.736vw;
}

.sec-listing {
    padding: 0 0.736vw;
    margin: 0 0 1.576vw;
}

.sec-listing-info {
    max-width: 17.867vw;
    padding: 1.209vw 0.788vw 1.051vw;
}

.sec-listing-info span {
    font-size: 1.156vw;
}

.sec-c .sec-button {
    margin: 1.524vw 0 0;
}


/*** SEC D ***/

.sec-d {
	margin-bottom: 5.255vw;
}

.sec-d .bg-wrapper {
	left: -0.841vw;
}

.sec-d .sec-img {
	margin: 0 0 1.314vw 3.678vw;
}

.sec-d .sec-text {
	padding: 2.102vw 0;
}



/*** SEC E ***/

.sec-e {
	margin-bottom: 5.255vw;
}

.sec-e .bg-wrapper {
	right: -0.841vw;
}

.sec-e .sec-img {
	margin: 0 3.678vw 1.314vw 0;
}

.sec-e .sec-text {
	padding: 2.102vw 0;
}


/*** SEC F ***/

.sec-f {
	margin-bottom: 3.678vw;
}

.sec-f .bg-wrapper {
	left: -0.841vw;
	max-height: 30.478vw;
}

.sec-f .sec-text {
	padding: 2.102vw 0;
}

.sec-f .bulletlists {
	gap: 2.627vw;
}

.bulletlists ul {
	margin-left: 0.788vw !important;
}

.bulletlists ul li {
	padding-left: 0.525vw;	
}

.bulletlists ul li:not(:last-child) {
	margin-bottom: 1.314vw;
}
}


@media only screen and (max-width: 1440px) {
   /* .sec-stats {
        margin: 0 -30px;
    }
    .sec-stats > div {
        padding: 0 30px;
    }*/
}

@media only screen and (max-width: 991px) {
    #content .entry > div {
        max-width: 750px;
        margin: 60px auto !important;
        padding: 0 15px !important;
    }
    #content .entry > div > div {
        padding: 0 !important;
    }
    .sec-stats > div {
        width: 100%;
    }
    .sec-stats > div:not(:last-child) {
        margin: 0 0 30px;
    }
    .sec-listings {
        justify-content: center;
    }
    .sec-listing {
        width: 50%;
    }
	
	.intro-wrapper {
	flex-wrap: wrap;
}
	.toc {
	width: 100%;
}
	.toc-content {
	align-items: center;
		text-align: center;
}
	.toc-content ol {
	list-style-position: inside;
}
	.intro-text {
	width: 100%;
	padding-left: 0;
	margin-top: 50px;
		text-align: center;
}
	.sec-d .bg-wrapper,
	.sec-e .bg-wrapper,
	.sec-f .bg-wrapper {
	display: none;
}
	.sec-d .sec-img,
	.sec-e .sec-img {
	float: none;
	width: 100%;
	margin: 0;
}
	.sec-text {
	text-align: center;
}
	.sec-f .bulletlists {
		text-align: center;
	}
	.sec-f .bulletlists ul {
	list-style-position: inside;
}
	
	
	
	
	
}

@media only screen and (max-width:767px) {
	.sec-listing {
        width: 100%;
    }
	.sec-f .bulletlists {
		flex-wrap: wrap;
		gap: 0;
	}
	.bulletlists div {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
    
}