/*******************************************************
 *
 * New Community Template V4
 *
 *******************************************************/
#content-full{
    margin-top: 0;
}
#content p#breadcrumbs {
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    margin: 1px 0 0 15px !important;
    max-width: 320px;
    padding: 36px 0;
}
#content p#breadcrumbs:before{
    content:'';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: -100vw;
    background: var(--secondary-background-color);
}
#content p#breadcrumbs a{
    color: #fff;
}
#content p#breadcrumbs > *{
    position: relative;
    z-index: 1;
    color: #fff;
}

.ip-ec-community-wrap .global-site-title {
    font-size: clamp(30px,3.438vw,55px) !important;
    line-height: 1;
    font-family: var(--font-family-title);
}
.ip-ec-community-wrap .global-site-title.sm{
    font-size: 55px !important;
}
 #content .ip-ec-community-wrap p {
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 1.867;
    color: #666;
}


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

#inner-page-wrapper{
    margin-bottom: 0;
}

.ip-ec-comm-content-wrap {
    padding: 40px 0;
}

.page-template-community-v2 p#breadcrumbs {
    max-width: 1500px;
    margin: 1.12em auto;
    padding: 0 20px;
}

.ip-ec-community-wrap {
    padding-bottom: 0px;
    padding-top: 40px;
}


.title-widget{
    font-weight: 400 !important;
    font-size: clamp(35px,3.438vw,55px) !important;
}

.ip-ec-comm-stat-title h3 em {
    font-style: normal !important;
    font-weight: 600;
}

.ip-ec-comm-stat-title h3 {
    font-size: clamp(15px,1.563vw,25px) !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: 0.025em;
    line-height: 1;
    margin: 0 !important;
}

.stat-data-num {
    font-size: clamp(13px,1.250vw,20px);
    font-weight: 800;
}

.stat-data-label {
    text-transform: uppercase;
    font-size: clamp(9px,0.750vw,12px);
    letter-spacing: 0.025em;
}

.stat-data-line {
    width: 1px;
    height: 30px;
    background: #000;
    margin: 0 auto;
}

.ip-ec-comm-stat-data {
    display: flex;
    text-align: center;
    border-top: 1px solid #000;
    justify-content: space-between;
}


.ip-ec-comm-stat-data .stat-data:nth-child(2) .stat-data-line {
    height: 60px;
}

.ip-ec-comm-stats .ip-ec-comm-stat-entry:nth-child(2) {
    margin: 0 max(25px,3.125vw);
}

.ip-ec-comm-stat-entry {
    width: 33.33%;
    text-align: center;
}

.ip-ec-comm-stat-title span {
    text-transform: uppercase;
    font-size: clamp(12px,1.125vw,18px);
}

.ip-ec-comm-stat-title {
    min-height: 55px;
}

.ip-ec-comm-title {
    text-align: center;
}

.ip-ec-comm-stats {
    display: flex;
    max-width: 1340px;
    margin: 0 auto;
    align-items: end;
    padding: 70px 20px 0;
}



/** Feed **/
.ip-ec-comm-feed-photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: .0;
    left: 0;
    object-fit: cover;
    transition: 0.3s;
}
.ip-ec-comm-feed-photo canvas {
    display: block;
    width: 100%;
    height: auto;
}

.ip-ec-comm-feed-photo {
    position: relative;
    overflow: hidden;
}

.ip-ec-comm-feed-photo:hover img {
    transform: scale(1.2);
}

.ip-ec-comm-feeds {
    display: flex;
}

.ip-ec-comm-feeds {
    display: flex;
    max-width: 1488px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.ip-ec-comm-feed {
    width: 33.33%;
    padding: 14px;
    position: relative;
}

.ip-ec-comm-feed-det {
    position: absolute;
    bottom: 14px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 0.05em;
    width: 100%;
    max-width: 285px;
    background: rgba(0,0,0,0.8);
    padding: 10px;
}

.ip-ec-comm-feed-det h3 span {
    text-transform: uppercase;
    font-weight: 600;
}

.ip-ec-comm-feed-det h3 {
    line-height: 1;
}

.ip-ec-comm-feed-btn a {
    height: 65px !important;
    max-width: max-content !important;
    margin: 50px auto !important;
    font-size: 15px !important;
    letter-spacing: normal !important;
    padding: 0 30px !important;
    letter-spacing: 0.05em !important;
}
.ec-list-btn a {
    font-size: 17px !important;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid #000;
    letter-spacing: 0.1em !important;
    height: 57px !important;
    color: #000;
}

.ec-list-btn a:hover {
    background: #151e3e;
    border-color: #151e3e;
    color: #fff;
}

/*Section*/

.photo-dark{
    filter: grayscale(1) brightness(0.5);
}

h2.section-title {
    font-weight: 400 !important;
    font-size: clamp(35px,3.438vw,55px) !important;
    font-family: var(--font-family-title);
    line-height: 1.2;
}

.ip-ec-comm-text-intro h2.section-title {
    margin: 0 !important;
}

.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(odd) {
    padding: 56px 0px 0;
    position: relative;
}


.ip-ec-comm-text-body {
    background: #fff;
    margin-top: -2px;
    width: 1208px;
    margin: 0 auto;
    max-width: calc(100% - 30px);
    padding: 30px 15px;
}


.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(even) .ip-ec-comm-text-body {
    /*padding-top: 30px !important;*/
    padding-top: 0 !important;
}


.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(odd) .ip-ec-comm-text-body {
    padding-top: 50px;
}

.ip-ec-comm-text-intro {
    /*max-width: 52.375vw;*/
    max-width: 48.375vw;
    /*min-width: 800px;*/
    /*padding: 50px 53px 35px 60px;*/
    padding: 50px 53px 0 60px;
    background: #fff;
    /*margin-left: 18.75vw;*/
    margin-left: 11.75vw;
}

.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(odd) .ip-ec-comm-text-intro {
    /*max-width: 55.625vw;*/
    max-width: 48.625vw;
}

.ip-ec-comm-text-intro p,
.ip-ec-comm-text-body p {
    letter-spacing: 0.03em;
    line-height: 28px;
}

.ip-ec-comm-list p span {
    font-weight: 700;
}

.ip-ec-comm-entry-list {
    column-count: 2;
    column-gap: 65px;
}

.ip-ec-comm-list {
    display: flex;
    break-inside: avoid-column;
}

.list-bullet {
    width: 100%;
    max-width: 15px;
    height: 15px;
    border: 1px solid;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.2em;
}

.list-bullet:before {
    width: 7px;
    height: 7px;
    position: absolute;
    content: '';
    background: #000;
}

.ip-ec-comm-list p {
    padding-left: 20px;
    margin: 0.7em 0 !important;
    letter-spacing: 0.03em;
}

.ip-ec-comm-bg {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    padding-right: 10.625vw;
}
.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(odd) .ip-ec-comm-bg .photo-left{
    /*width: 18.75vw;*/
    width: 11.75vw;
}
.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(even) .ip-ec-comm-bg .photo-right{
    width: 18.75vw;
}

.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(odd) .photo-left canvas, 
.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(even) .photo-left canvas,
.third-sec .photo-left canvas{
    width: 100%;
    /*height: 100%;*/
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 636px;
}

.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(odd) .photo-right {
    width: 29.063vw;
}

.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(odd) .photo-right canvas,
.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(even) .photo-right canvas,
.third-sec .photo-right canvas{
    width: 100%;
    /*height: 100%;*/
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	max-height: 636px;
}

.ip-ec-comm-content-section{
    position: relative;
    /*padding: 100px 0px 0;*/
    padding: 175px 0px 0;
}

/*.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(2),
.ip-ec-comm-content-section.third-sec,
.ip-ec-comm-content-section.fourth-sec {
    position: relative;
    padding: 100px 0px 0;
}*/

.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(even) .ip-ec-comm-bg {
    padding-left: 10.625vw;
    padding-right: 0;
}

.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(even) .ip-ec-comm-text-intro{
    margin-left: auto;
    margin-right: 18.75vw;
}

.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(even) .photo-left{
   width:30.875vw;

}
.third-sec .photo-right{
    width: 18.750vw;
}

.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(even) .photo-right{
   width:18.750vw;

}

.third-sec .photo-left{
    width:35.313vw;
}

.ip-ec-comm-content-section.third-sec .ip-ec-comm-bg {
    /*padding: 0;*/
}
.ip-ec-comm-content-section p a {
        text-decoration: underline;
}

.ip-ec-comm-content-section {
    margin-top: 60px;
}


/** Tob **/

.ip-ec-comm-tob h2 {
    font-size: 25px !important;
    font-family: var(--font-family-title);
    font-weight: 300 !important;
    text-transform: uppercase;
}

.ip-ec-comm-tob ol li {
    margin-bottom: 25px;
}

.ip-ec-comm-tob ol li a {
    letter-spacing: 0.03em !important;
    font-size: 16px;
    color: #fff;
}

.ip-ec-comm-tob ol li a:hover {
    color: var(--primary);
}

.ip-ec-comm-welcome-photo {
    position: relative;
    margin-bottom: 50px;
    margin-left: -130px;
    transform: translateX(10px);
}

.ip-ec-comm-welcome-photo canvas {
    display: block;
    width: 100%;
    height: auto;
}

.ip-ec-comm-welcome-photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.ip-ec-comm-welcome {
    max-width: 1488px;
    margin: 0 auto;
    display: flex;
    padding: 90px 14px 75px;
    align-items: start;
}

.ip-ec-comm-welcome-left {
    display: flex;
    min-width: 595px;
}

.ip-ec-comm-tob {
    width: 100%;
    max-width: 456px;
    color: #fff;
    background: #151e3e;
    padding: 40px 110px 20px 45px;
    min-height: auto;
    margin-top: 50px;
}

.ip-ec-comm-tob ol {
    margin-left: 0 !important;
    list-style-position: inside;
}

.ip-ec-comm-welcome-right,
.ip-ec-comm-welcome-left {
    width: 50%;
}

.ip-ec-comm-welcome-right {
    margin-top: 60px;
    padding: 53px 0 80px 60px;
    margin-left: -100px;
    z-index: unset;
    position: relative;
    width: 50%;
    letter-spacing: 0.03em;
    background: #fff;
}

.ip-ec-comm-welcome-right:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}

.ip-ec-comm-welcome-right a {
    text-decoration: underline;
}


#content .ip-ec-comm-welcome-right p {
    padding-right: 60px;
    letter-spacing: 0.03em;
    font-size: 17px;
    line-height: 1.647;
}

.list-txt p span {
    display: block;
}

.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(even) .ip-ec-comm-entry-list {
    margin-top: 15px;
}


.ip-ec-comm-text-intro .ip-ec-comm-list {
    margin-top: 19px;
}


.ip-ec-comm-entry {
    padding-top: 40px;
}

.ip-ec-comm-text-body .ip-ec-comm-entry:first-child {
    padding: 0;
}


.ip-ec-comm-welcome-right:before {
    position: absolute;
    content: '';
    width: 157px;
    /*height: 396px;*/
    height: 611px;
    top: -60px;
    right: -170px;
    background: url('../../images/community-v4/com-top-pic-right.jpg');
    left: auto;
    z-index: -2;
    filter: grayscale(1) brightness(0.45);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}




/* additional css */

.spacer {
    padding: 20px 0;
}

#content .ip-ec-comm-content-text h3 {
    font-size: 35px;
    font-family: var(--font-family-title);
    font-weight: 400;
}

.ip-ec-comm-two-col-content > div {
    break-inside: avoid;
    
}

.ec-list-col-item ul {
    list-style-position: inside;
    margin: 0 !important;
    padding-top: 10px;
}

.ec-list-col-item ul li {
    list-style: none;
    display: flex;
    align-items: center;
}

.list-bullet{
    margin-top: 0;
    margin-right: 15px;
}

.ec-list-col-item ul li p {
    margin: 0 !important;
}

.ec-list-col-item h4 {
    margin: 0 !important;
}

.ec-list-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.ec-list-col-item {
    break-inside: avoid;
    margin-bottom: 20px;
}

.ec-num-list-text-entry span {
    font-weight: 900;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.ec-num-list-text {
    column-count: 2;
    column-gap: clamp(40px,6.063vw,97px);
    padding-top: 20px;
}

.ec-num-list-col {
    break-inside: avoid;
}

.ip-ec-comm-entry hr {
    margin: 60px 0 50px;
}

.ip-ec-comm-last-content {
    position: relative;
    padding: 77px 0 140px;
    margin-top: 80px;
}

.ip-ec-comm-last-content .ip-ec-comm-bg {
    justify-content: space-between;
    padding-right: 10.625vw;
    /*height: 100%;*/
}

.ip-ec-comm-last-content .ip-ec-comm-bg .photo-left {
    width: 10.625vw;
    overflow: hidden;
}

.ip-ec-comm-last-content .ip-ec-comm-bg canvas {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    width: 100%;
}

.ip-ec-comm-last-content .global-site-title {
    font-size: clamp(30px,3.125vw,50px) !important;
}

.ip-ec-comm-last-content .ip-ec-comm-text-intro {
    min-width: 910px;
}

#content .ip-ec-comm-content-wrap ul{
    letter-spacing: 0.025em;
    line-height: 1.867;
    font-size: 17px;
    color: #162148;
}
#content .ip-ec-comm-content-wrap li{
    font-weight: 700;
}
#content .ip-ec-comm-content-wrap li a{
    color: #162148;
}
#content .ip-ec-comm-content-wrap li a:hover{
    color: var(--primary);
}

.ip-ec-comm-bullets{}
.list-bullet-single{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
}
.list-bullet-single .list-bullet{}
.list-bullet-single .list-bullet-hdr{
    font-weight: 700;
}
.list-bullet-single .list-bullet-desc{
    width: 100%;
    padding: 0 0 0 35px;
}
.ip-ec-comm-last-content .ip-ec-comm-bg .photo-left,
.ip-ec-comm-content-wrap .ip-ec-comm-content-section .ip-ec-comm-bg .photo-left{
    width: max(394px,24.625vw);
}
.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(odd) .ip-ec-comm-bg .photo-right,
.ip-ec-comm-last-content .ip-ec-comm-bg .photo-right{
    width: max(464px,29vw);
}





/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (min-width: 992px) {
    .ip-ec-comm-content-wrap{
        padding: 10px 0 148px;
    }
    .ip-ec-comm-content-section {
        padding: min(10.9375vw,175px) 0px 0;
    }
    .ip-ec-community-wrap .global-site-title.sm{
        font-size: min(3.125vw,50px) !important;
    }
    #content .ip-ec-community-wrap ul,
    #content .ip-ec-community-wrap p,
    #content .ip-ec-comm-welcome-right p{
        font-size: min(1.0625vw,17px);
    }
    #content .ip-ec-community-wrap .list-bullet-single p{
        font-size: min(1vw,15px);
    }
    #content p#breadcrumbs {
        margin-left: calc((100vw - 76.875vw) / 2) !important;
    }

    .ip-ec-comm-two-col-content {
        display: flex;
        flex-flow: row wrap;
        align-items: flex-start;
        justify-content: space-between;
        column-gap: 7.938vw;
    }

    .ip-ec-comm-two-col-content > div{
        width: calc(50% - 3.969vw);
    }
    .ip-ec-comm-bullets{
        display: flex;
        flex-flow: row wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
    .list-bullet-single {
        width: calc(50% - 25px);
    }
    .list-bullet-single:nth-child(n + 3){
        margin-top: 11px;
    }
    .ip-ec-comm-text-body{
        padding: 30px 40px;
    }
    .ip-ec-comm-text-intro {
        min-width: 640px;
    }
	
	
	.ip-ec-comm-content-wrap .ip-ec-comm-content-section.first-sec .ip-ec-comm-text-body {
	padding-top: 0;
	margin-left: 19.75vw;
	}
	.ip-ec-comm-content-wrap .ip-ec-comm-content-section.first-sec .photo-left canvas,
	.ip-ec-comm-content-wrap .ip-ec-comm-content-section.first-sec .photo-right canvas {
		max-height: 588px;
	}
	.ip-ec-comm-content-wrap .ip-ec-comm-content-section.second-sec .ip-ec-comm-text-intro {
		padding-bottom: 6%;
		padding-top: 6%;
	}
	.ip-ec-comm-content-wrap .ip-ec-comm-content-section.third-sec .ip-ec-comm-text-body {
		padding-top: 0;
	}
	.extend {
		margin-right: -40%;
	}
}
@media only screen and (min-width: 1200px){
    #content p#breadcrumbs {
        margin-left: calc((100vw - 76.875vw) / 2) !important;
    }
    .ip-ec-comm-text-intro {
        min-width: 800px;
    }
}
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (min-width: 2092px) {
	.fourth-sec .ip-ec-comm-text-intro {
		padding-bottom: 35px;
	}
}

@media only screen and (max-width: 1399px) {
    /*.ip-ec-comm-text-body {
        padding: 0 90px;
    }*/

    .ip-ec-comm-text-intro{
        margin-left: 20px;
    }

    .ip-ec-comm-bg{
        padding-right: 20px;
    }

    .ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(2) .ip-ec-comm-text-intro{
        margin-right: 12.500vw;
    }

    .third-sec .ip-ec-comm-text-intro {
        /*margin-left: auto !important;
        margin-right: 20px !important;*/
    }
	.first-sec .ip-ec-comm-text-intro {
		padding-bottom: 10px;
	}
	.first-sec .ip-ec-comm-text-body {
		margin-left: 20px;
	}
	.first-sec h3:first-child {
		margin-top: 0;
	}
	.first-sec .photo-left canvas,
	.first-sec .photo-right canvas {
		max-height: 530px;
	}
	.ip-ec-comm-content-wrap .ip-ec-comm-content-section.second-sec .photo-left canvas,
	.ip-ec-comm-content-wrap .ip-ec-comm-content-section.second-sec .photo-right canvas {
		max-height: 360px;
	}
	.ip-ec-comm-content-wrap .ip-ec-comm-content-section.fourth-sec .photo-left canvas,
	.ip-ec-comm-content-wrap .ip-ec-comm-content-section.fourth-sec .photo-right canvas {
		max-height: 427px;
	}
	.extend {
		margin-right: -60%;
	  }
	 
} 




@media only screen and (max-width: 1199px) {
    .ip-ec-comm-welcome-right{
        padding: 53px 0 0 60px;
    }

    .ip-ec-comm-welcome-right p{
        padding-right:10px;
    }

    .ip-ec-comm-welcome-right:before{
        right: -100px;
    }

    .ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(2) .ip-ec-comm-text-intro{
        margin-right: 50px;
    }
	.extend {
		margin-right: -65%;
	  }
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    .ip-ec-comm-welcome-photo img {
        height: 100%;
    }
    .ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(odd) .ip-ec-comm-text-intro {
        max-width: 100%;
    }

    .ip-ec-comm-content-section.ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(odd){
        padding: 0 !important;
    }

    .ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(odd) .ip-ec-comm-text-body,
    .ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(even) .ip-ec-comm-text-body {
         padding-top: 0px !important; 
    }
	
    .ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(2), .ip-ec-comm-content-section.third-sec{
        padding: 0 !important;
    }

    .ip-ec-comm-text-intro .ip-ec-comm-list {
        text-align: left;
    }

	.ip-ec-comm-stats {
        flex-direction: column;
        align-items: center;
    }

    .ip-ec-comm-stat-entry {
        width: 100%;
        max-width: 600px;
    }

    .ip-ec-comm-stats .ip-ec-comm-stat-entry:nth-child(2){
        margin: 0;
    }

    .ip-ec-comm-stat-entry{
        padding-top: 50px;
    }

    .stat-data-num{
        font-size: 16px;
    }

    .ip-ec-comm-feeds {
        flex-direction: column;
    }

    .ip-ec-comm-feed {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

   .ip-ec-comm-bg {
        position: relative;
        padding: 0;
        justify-content: center;
    }

    .ip-ec-comm-bg{
        max-height: 350px;
    }

    .ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(odd) .photo-left,
    .ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(odd) .photo-right{
        width: 50%;
    }
    .ip-ec-comm-content-section{
        padding: 0 0 0;
    }
   .ip-ec-comm-text-intro {
        max-width: 100%;
        margin: 0 !important;
        text-align: center;
        padding: 0 20px 40px;
        min-width: auto;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .ip-ec-comm-text-body {
        text-align: center;
    }

    .ip-ec-comm-entry-list {
        column-count: 1;
        text-align: left;
    }

    .ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(2) .ip-ec-comm-bg{
        padding: 0;
    }

    .ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(even) .photo-left, .ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(even) .photo-right,
    .third-sec .photo-left, .third-sec .photo-right{
        width: 50% !important;
    }

    .ip-ec-comm-content-section {
        margin-top: 30px;
    }

    .ip-ec-comm-welcome {
        flex-direction: column-reverse;
    }

    .ip-ec-comm-welcome-right {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .ip-ec-comm-welcome-right:before{
        display: none;
    }

    .ip-ec-comm-welcome-left {
        width: 100%;
        min-width: auto;
        display: block;
    }
    #content .ip-ec-comm-welcome-right p{
        padding-right: 0;
    }
    .ip-ec-comm-tob {
        max-width: 100%;
        margin-top: 0;
        min-height: auto;
        padding: 30px 20px;
        text-align: center;
    }

   .ip-ec-comm-welcome-photo {
        max-width: 400px;
        margin: 30px auto 0;
    }

    .ip-ec-comm-welcome-photo canvas{
        aspect-ratio: 1000/667;
    }

    

    .ec-num-list-text{
        column-count: 1;
    }

    .ec-list-col-item ul li{
        justify-content: center;
    }

    .ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(2) .ip-ec-comm-text-intro{
        margin-right: 0;
    }

    .ip-ec-comm-last-content .ip-ec-comm-text-intro {
        min-width: auto;
    }

    .ip-ec-comm-last-content .ip-ec-comm-bg .photo-left {
        display: none;
    }

    .ip-ec-comm-last-content{
        padding: 20px 0;
    }



    .list-bullet-single:nth-child(n + 2){
        margin-top: 11px;
    }
    .list-bullet-single .list-bullet-desc,
    #content .ip-ec-comm-content-wrap li{
        text-align: left;
    }
    .ip-ec-comm-content-wrap .ip-ec-comm-content-section:nth-child(odd) {
        padding: 0 0px 0;
    }
	
	.extend {
		margin-right: auto;
	  }
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
    .ip-ec-comm-welcome-left {
        flex-direction: column;
    }

    .ip-ec-comm-welcome-photo{
        margin-left: 0;
        max-height: 250px;
        transform: none;
    }

    .ip-ec-comm-tob ol li a{
        font-size: 14px;
    }

    .ip-ec-comm-tob ol {
        width: fit-content;
        margin: 0 auto !important;
    }

    .ip-ec-comm-tob h2{
        text-align: center;
    }

    .ec-list-col{
        grid-template-columns: 1fr;
    }




}
@media only screen and (max-width: 567px) {
    .ip-ec-community-wrap .global-site-title.sm {
        font-size: 35px !important;
    }
}
/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {

    .ec-list-btn a {
        font-size: 13px !important;
    }
    .ip-ec-comm-text-body{
        padding: 30px 0;
    }
    .ip-ec-community-wrap .global-site-title.sm {
        font-size: 26px !important;
    }
}
 
