.elementor-38007 .elementor-element.elementor-element-38eeb0f2 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-38007 .elementor-element.elementor-element-38eeb0f2:not(.elementor-motion-effects-element-type-background), .elementor-38007 .elementor-element.elementor-element-38eeb0f2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.pcisecuritystandards.org/wp-content/uploads/2022/03/hero-background.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-38007 .elementor-element.elementor-element-38eeb0f2{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:25px 0px 27px 0px;}.elementor-38007 .elementor-element.elementor-element-38eeb0f2 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-38007 .elementor-element.elementor-element-78dd04b4 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-38007 .elementor-element.elementor-element-137aedf .elementor-heading-title{font-family:"Avenir Next", Sans-serif;font-size:54px;font-weight:600;line-height:70px;letter-spacing:-1px;color:#FFFFFF;}.elementor-38007 .elementor-element.elementor-element-3e8080b7 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-38007 .elementor-element.elementor-element-33063ef2 img{width:100%;max-width:100%;height:243px;object-fit:cover;object-position:center center;border-radius:10px 10px 10px 10px;}.elementor-38007 .elementor-element.elementor-element-7db5546d{padding:60px 0px 35px 0px;}.elementor-38007 .elementor-element.elementor-element-11a0d942 > .elementor-element-populated{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-38007 .elementor-element.elementor-element-78dd04b4{width:52.33%;}.elementor-38007 .elementor-element.elementor-element-5b212dbe{width:7.44%;}.elementor-38007 .elementor-element.elementor-element-3e8080b7{width:39.866%;}}@media(max-width:1024px) and (min-width:768px){.elementor-38007 .elementor-element.elementor-element-78dd04b4{width:100%;}.elementor-38007 .elementor-element.elementor-element-5b212dbe{width:100%;}.elementor-38007 .elementor-element.elementor-element-3e8080b7{width:100%;}}@media(max-width:1024px){.elementor-38007 .elementor-element.elementor-element-38eeb0f2{padding:24px 24px 24px 24px;}.elementor-38007 .elementor-element.elementor-element-7db5546d{padding:24px 24px 24px 24px;}}@media(max-width:767px){.elementor-38007 .elementor-element.elementor-element-137aedf .elementor-heading-title{font-size:30px;line-height:40px;}.elementor-38007 .elementor-element.elementor-element-7db5546d{padding:24px 0px 24px 16px;}.elementor-38007 .elementor-element.elementor-element-11a0d942 > .elementor-element-populated{padding:0px 24px 0px 0px;}}/* Start custom CSS */.pci-table {
	display: flex;
	flex-direction: column;
}
.pci-table .row {
	display: flex;
	text-align: center;
	flex-direction: row;
	border-bottom:1px solid #cccecf;
	background-color:#f7f9fa;
}
.pci-table .row:nth-of-type(odd) {
    background-color: #fff;
}
.pci-table .row.header {
	background-color: #005f66;
	color:#fff;
	font-weight:bold;
	border-bottom:none;
}
.pci-table .row p
{
    padding:0;
    margin:0;
}
.pci-table .row .col:nth-of-type(1) {
    text-align: left;
    padding-left:20px;
}
.pci-table .row.sub-header {
	background-color: #00a7a7;
	color:#fff;
	font-weight:bold;
	border-bottom:none;
}
.pci-table .col {
	flex: 1;
	padding: 10px;
}
.pci-table .col-md-2 {
	flex: 0 0 20%;
	padding: 10px;
}
.pci-table .row .table_yes span,
.pci-table .row .table_no span{
    display:none;
}
.pci-table .row .table_yes:before {
    content:'';
    position:absolute;
    width:29px;
    height:29px;
    margin-left:-15px;
    background-image:url(/wp-content/uploads/2022/12/orange_circle_white_tick_transparent.png);
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width:767px) {
    .pci-table,
    .pci-table .row
    {
        flex:none;
        display:block;
        text-align:left;
        width:100%;
    }
    .pci-table .row.header .col-md-2 {
        display:none;
    }
    .pci-table .row .col-md-2
    {
        display:inline-block;
        width:48%;
        text-align:center;
    }
    .pci-table .row .col-md-2 .table_yes,
    .pci-table .row .col-md-2 .table_no {
        height:30px;
        padding-top:30px;
        padding-bottom:30px;
    }
   
    .pci-table .row .col-md-2 p:after
    {
        display:block;
        content:'Associate';
        font-size:0.85em;
        font-weight:600;
    }
    .pci-table .row div:nth-of-type(2) p:after
    {
        display:block;
        content:'Principal';
    }
    .pci-table .row .table_yes:before
    {
        margin-top:-30px;
    }
    .pci-table .row .table_no:before {
        content:'-';
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Avenir Next';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('https://www.pcisecuritystandards.org/wp-content/uploads/2022/03/e9167238-3b3f-4813-a04a-a384394eed42-1.eot');
	src: url('https://www.pcisecuritystandards.org/wp-content/uploads/2022/03/e9167238-3b3f-4813-a04a-a384394eed42-1.eot?#iefix') format('embedded-opentype'),
		url('https://www.pcisecuritystandards.org/wp-content/uploads/2022/03/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2') format('woff2'),
		url('https://www.pcisecuritystandards.org/wp-content/uploads/2022/03/1e9892c0-6927-4412-9874-1b82801ba47a.woff') format('woff'),
		url('https://www.pcisecuritystandards.org/wp-content/uploads/2022/03/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf') format('truetype'),
		url('https://www.pcisecuritystandards.org/wp-content/uploads/2022/03/52a192b1-bea5-4b48-879f-107f009b666f.svg#AvenirNext') format('svg');
}
@font-face {
	font-family: 'Avenir Next';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('https://www.pcisecuritystandards.org/wp-content/uploads/2022/03/1a7c9181-cd24-4943-a9d9-d033189524e0-2.eot');
	src: url('https://www.pcisecuritystandards.org/wp-content/uploads/2022/03/1a7c9181-cd24-4943-a9d9-d033189524e0-2.eot?#iefix') format('embedded-opentype'),
		url('https://www.pcisecuritystandards.org/wp-content/uploads/2022/03/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2') format('woff2'),
		url('https://www.pcisecuritystandards.org/wp-content/uploads/2022/03/f26faddb-86cc-4477-a253-1e1287684336.woff') format('woff'),
		url('https://www.pcisecuritystandards.org/wp-content/uploads/2022/03/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf') format('truetype'),
		url('https://www.pcisecuritystandards.org/wp-content/uploads/2022/03/a89d6ad1-a04f-4a8f-b140-e55478dbea80.svg#AvenirNext') format('svg');
}
@font-face {
	font-family: 'Avenir Next';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('https://www.pcisecuritystandards.org/wp-content/uploads/2022/03/dccb10af-07a2-404c-bfc7-7750e2716bc1-1.eot');
	src: url('https://www.pcisecuritystandards.org/wp-content/uploads/2022/03/dccb10af-07a2-404c-bfc7-7750e2716bc1-1.eot?#iefix') format('embedded-opentype'),
		url('https://www.pcisecuritystandards.org/wp-content/uploads/2022/03/14c73713-e4df-4dba-933b-057feeac8dd1.woff2') format('woff2'),
		url('https://www.pcisecuritystandards.org/wp-content/uploads/2022/03/b8e906a1-f5e8-4bf1-8e80-82c646ca4d5f.woff') format('woff'),
		url('https://www.pcisecuritystandards.org/wp-content/uploads/2022/03/890bd988-5306-43ff-bd4b-922bc5ebdeb4.ttf') format('truetype'),
		url('https://www.pcisecuritystandards.org/wp-content/uploads/2022/03/ed104d8c-7f39-4e8b-90a9-4076be06b857.svg#AvenirNext') format('svg');
}
@font-face {
	font-family: 'Avenir Next';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('https://www.pcisecuritystandards.org/wp-content/uploads/2022/03/6afe4676-059a-4aa8-b891-29856bbcba22.woff2') format('woff2'),
		url('https://www.pcisecuritystandards.org/wp-content/uploads/2022/03/a9817c16-2a79-49bf-8543-6c846d73a52f.woff') format('woff');
}
/* End Custom Fonts CSS */