.pg-fsa-table-title {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: 0.3px;
	color: #111111;
}

.pg-fsa-table-desc, .pg-fsa-search-container label {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.5px;
	color: #333333;
}

.pg-fsa-search-container label {
	font-weight: 500;
    display: block;
	margin-top: 0;
}

.pg-fsa-search-container label span {
    font-weight: 300 !important;
    display: block;
}

.pg-fsa-search-container.error label {
	margin-top: 10px;
}

.pg-fsa-search-container {
	margin-bottom: 24px;
}

.pg-fsa-search-container.error {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.pg-fsa-input-container {
	display: block;
}

.pg-fsa-input-container > div {
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 100%;
	        flex: 1 0 100%;
}

.pg-fsa-input-container input {
	width: 184px;
	height: 44px;
	padding: 10px 34px 10px 16px;
	border: solid 1px #666666;
	margin: 0 8px 0 0;
	font-family: "Roboto", sans-serif;
    font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 0.5px;
	color: #333333;
	outline: none;
}

.pg-fsa-input-container input:focus {
    outline: 0;
    border: solid 1px #0467c6;
    border-radius: 2px;
    box-shadow: inset 1px 1px 0px 0px #0467c6, inset -1px -1px 0px 0px #0467c6 !important;
}

.pg-fsa-input-container input.error {
	margin-right: 8px !important;
	border: solid 1px #ca261a !important;
}

.pg-fsa-input-container input.error:focus {
	border: solid 1px #ca261a !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}

.pg-fsa-input-container button {
	width: auto;
	height: 44px;
	padding: 10px 20px;
	border-radius: 2px;
	border: solid 1px #0467c6;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.4px;
	text-align: center;
	color: #0467c6;
}

.pg-fsa-input-container > div:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#pg-fsa-clear-input-text,
#pg-fsa-clear-input-text-1,
#pg-fsa-clear-input-text-2 {
	position: absolute;
	top: 50%;
	left: 152px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	    -ms-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
	width: 16px;
	text-indent: -9999px;
	height: 16px;
}

#pg-fsa-clear-input-text.show,
#pg-fsa-clear-input-text-1.show,
#pg-fsa-clear-input-text-2.show {
	display: inline-block;
	cursor: pointer;
	background: url('/cpc/assets/cpc/img/icons/expand.svg') 50% 50% no-repeat transparent;
}

#pg-fsa-clear-input-text.hide,
#pg-fsa-clear-input-text.hide,
#pg-fsa-clear-input-text.hide {
	display: none;
	cursor: default;
	background: none;
}

.pg-fsa-search-error-message {
	color: #CA261A;
	display: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 4px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.5px;
}

.pg-fsa-search-error-message div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.pg-fsa-search-error-message div span {
	background: url('/cpc/assets/cpc/img/icons/error-glyph.svg') 50% 50% no-repeat transparent;
	display: inline-block;
	width: 20px;
	text-indent: -9999px;
	height: 20px;
	margin-right: 10px;
}

.pg-no-side-paddings {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.pg-fsa-table-container table {
	width: 100%;
  	margin-bottom: 24px !important;
}

.pg-fsa-table-container table { width: 100%; margin-top: 0 !important; margin-bottom: 24px !important; }
.pg-fsa-table-container thead { background-color: #f0f0f0; text-align: left; border-bottom: 2px solid #666666 }
.pg-fsa-table-container tbody { border-bottom: none !important; }
.pg-fsa-table-container tbody tr { border-bottom: 1px solid #666666; }
.pg-fsa-table-container th, .pg-fsa-table-container td {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.5px;
}

.pg-fsa-table-container tr > td:first-child {
	font-weight: 500;
	width: 25%;
}

.pg-fsa-table-container tr > td:nth-child(2) {
	width: 35%;
}
.pg-fsa-table-container tr > td:nth-child(3) {
	width: 40%;
}

.pg-fsa-table-container th {
	font-weight: 500;
	color: #333333;
}

.pg-fsa-table-container thead th:nth-child(1) {
    padding: 16px 16px 16px 24px;
}

.pg-fsa-table-container thead th:nth-child(2),
.pg-fsa-table-container thead th:nth-child(3) {
	padding: 16px;
}

.pg-fsa-table-container thead tr th.active {
    font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	color: #004990;
}

.pg-fsa-table-container tbody td {
	font-weight: 300;
	color: #3a3a3a;
	vertical-align: top;
}

.pg-fsa-table-container tbody td:nth-child(1) {
    padding: 24px 16px 24px 24px;
}

.pg-fsa-table-container tbody td:nth-child(2) {
	padding: 24px 16px 16px 16px;
}

.pg-fsa-table-container tbody td:nth-child(3) {
    padding: 24px 16px 16px 16px;
}
                                  
.pg-fsa-table-container tbody td p {
    margin-bottom: 8px;
}

.pg-fsa-table-container tbody td p:last-child {
    margin-bottom: 0;
}
.pg-add-fsa-separator tbody td ul,
.pg-fsa-table-container tbody td ul {
	margin: 0;
}
.pg-add-fsa-separator tbody td ul li,
.pg-fsa-table-container tbody td ul li,
.pg-fsa-table-container tbody td div {
	white-space: nowrap;
	margin: 0 0 8px 0;
	padding: 0;
	display: inline-block !important;
}
.pg-add-fsa-separator tbody td ul li,
.pg-fsa-table-container tbody td ul li,
.pg-fsa-table-container tbody td div span:first-child {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.5px;
	color: #333333;
	vertical-align: middle;
}
                                  
.pg-fsa-table-container tbody td ul li.active:focus {
	outline: 1px solid #0467c6 !important;
	border-radius: 2px !important;
	-webkit-box-shadow: 0 0 0 1px #0467c6 !important;
	box-shadow: 0 0 0 1px #0467c6 !important;
	text-decoration: none !important;
}

.pg-fsa-table-container tbody td ul li:not(.active):focus {
	outline: none !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.pg-fsa-table-container tbody td ul li.active,
.pg-fsa-table-container tbody td div span.active,
.pg-fsa-table-container tbody tr td.active {
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.5px;
	color: #004990;
}
.pg-add-fsa-separator tbody td ul li span,
.pg-fsa-table-container tbody td ul li span,
.pg-fsa-table-container td div span:not(:first-child) {
	background: url('/cpc/assets/cpc/img/icons/fsa-separator.svg') 50% 50% no-repeat transparent;
	display: inline-block;
	width: 8px;
	text-indent: -9999px;
	height: 8px;
	margin-left: 4px;
}

.pg-fsa-table-row-heading {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.5px;
	color: #333333;
	margin-bottom: 8px;
	display: none;
}

.pg-fsa-table-container.pg-custom-table-appendix table thead th {
 	 padding: 16px;
}

.pg-fsa-table-container.pg-custom-table-appendix table tbody tr td:first-child {
 	 padding: 24px 16px 24px 24px;
}

.pg-fsa-table-container.pg-custom-table-appendix table tbody tr td:nth-child(2) {
 	 padding: 24px 16px;
}

.pg-fsa-table-container.pg-custom-table-appendix table tbody tr td:last-child {
 	 padding: 24px 24px 24px 16px;
}
                                  
.custom-tb-11 .pg-fsa-table-container .pg-fsa-table-row-heading { display: none; }

.pg-fsa-table-container.pg-process-facilities-fsa table thead tr th:first-child,
.pg-fsa-table-container.pg-process-facilities-fsa table tbody tr td:first-child {
	width: 22% !important;
}

.pg-fsa-table-container.pg-process-facilities-fsa table thead tr th:nth-child(2),
.pg-fsa-table-container.pg-process-facilities-fsa table thead tr th:nth-child(3) {
	width: 39% !important;
	padding: 16px;
}

.pg-fsa-table-container.pg-process-facilities-fsa table tbody tr td:nth-child(2),
.pg-fsa-table-container.pg-process-facilities-fsa table tbody tr td:nth-child(3) {
	width: 39% !important;
	padding: 24px 16px 16px !important;
}

.pg-fsa-table-container.pg-process-facilities-fsa table tbody tr td ul {
	display: flex;
	flex-wrap: wrap;
}

.pg-fsa-table-container.pg-process-facilities-fsa table tbody tr td ul li span {
	margin: 0 4px;
}

.pg-fsa-table-container.pg-postal-code-remote-fsa table thead tr th:first-child,
.pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr td[rowspan],
.pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr.pg-fsa-one-row td:first-child {
	width: 25% !important;
	padding-right: 32px !important;
}

.pg-fsa-table-container.pg-postal-code-remote-fsa table thead tr th:nth-child(2) {
	width: 10% !important;
	padding: 16px 16px 16px 0 !important;
}

.pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr:not(.pg-fsa-all-col-row):not(.pg-fsa-one-row) td:first-child,
.pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr.pg-fsa-all-col-row td:nth-child(2),
.pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr.pg-fsa-one-row td:nth-child(2) {
	width: 10% !important;
	font-weight: 300;
	padding: 24px 16px 8px 0 !important;
}

.pg-fsa-table-container.pg-postal-code-remote-fsa table thead tr th:last-child  {
	width: 65% !important;
	padding: 16px;
}

.pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr td {
	border-bottom: 1px solid #666 !important;
}

.pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr td:last-child {
	width: 65% !important;
	padding: 24px 16px 8px 16px !important;
}

.pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr {
	border: none !important;
}

.pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr th[colspan] {
	padding: 24px 16px 0 24px !important;
	border-top: 2px solid #666;
}

.pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr td ul {
	display: flex;
	flex-wrap: wrap;
}

.pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr td ul li span {
	margin: 0 4px;
}

.pg-fsa-table-container table tbody tr.pg-fsa-no-border-row {
	border: none !important;
}

.pg-fsa-table-container.pg-parcel-services-canada-fsa thead th:nth-child(1),
.pg-fsa-table-container.pg-parcel-services-canada-fsa tbody td:nth-child(1) {
    width: 20%;
}

.pg-fsa-table-container.pg-parcel-services-canada-fsa thead th:nth-child(2),
.pg-fsa-table-container.pg-parcel-services-canada-fsa thead th:nth-child(3),
.pg-fsa-table-container.pg-parcel-services-canada-fsa tbody td:nth-child(2),
.pg-fsa-table-container.pg-parcel-services-canada-fsa tbody td:nth-child(3) {
	width: 40%;
}


.pg-fsa-table-container.pg-fsa-expedited-parcel-usa-facilities-table table,
.pg-fsa-table-container.pg-fsa-expedited-parcel-usa-facilities-table thead,
.pg-fsa-table-container.pg-fsa-expedited-parcel-usa-facilities-table tbody,
.pg-fsa-table-container.pg-fsa-expedited-parcel-usa-facilities-table thead tr,
.pg-fsa-table-container.pg-fsa-expedited-parcel-usa-facilities-table tbody tr {
	width: 100% !important;
}

.pg-fsa-table-container.pg-fsa-expedited-parcel-usa-facilities-table thead tr th:nth-child(1),
.pg-fsa-table-container.pg-fsa-expedited-parcel-usa-facilities-table tbody tr td:nth-child(1) {
	width: 25% !important;
}

.pg-fsa-table-container.pg-fsa-expedited-parcel-usa-facilities-table thead tr th:nth-child(2),
.pg-fsa-table-container.pg-fsa-expedited-parcel-usa-facilities-table tbody tr td:nth-child(2) {
	width: 75% !important;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	/* medium screens [TABLETS] -> 641px to 1024px */
	.pg-fsa-table-desc { margin: 24px 0 0; }
	.pg-fsa-search-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		margin: 24px 0 0;
	}

	.pg-fsa-search-container.error label {
		margin-top: 0;
	}
  
  	.pg-med-tables-headings-container { margin-bottom: 0; }

	.pg-fsa-search-container label {
		margin: 0 0 8px;
	}

	.pg-fsa-table-row-heading {
		display: block;
	}

	.pg-fsa-table-container table thead {
		display: none;
	}

	.pg-fsa-table-container table tbody tr {
		display: grid;
		grid-template-columns: 1fr 3fr;
		grid-gap: 0;
		grid-template-areas: "facility major" "facility non-major";
	}
    
    .pg-fsa-table-container table tbody tr > th[scope] {
        padding: 24px 0 0 0;
    }

	.pg-fsa-table-container table tbody tr > td:first-child {
		padding: 24px 16px 24px 0;
		width: 100%;
		grid-area: facility;
		text-align: left;
	}

	.pg-fsa-table-container table tbody tr > td:nth-child(2) {
		width: 100%;
		padding: 24px 0 8px 16px;
		grid-area: major;
	}

	.pg-fsa-table-container table tbody tr > td:nth-child(3) {
		width: 100%;
		padding: 0 0 16px 16px;
		grid-area: non-major;
	}

	.pg-fsa-table-container table tbody tr td {
		border-bottom: none;
	}

	.pg-fsa-table-container.pg-custom-table-appendix table tbody tr td:first-child {
		 padding: 24px 16px 24px 0;
	}

	.pg-fsa-table-container.pg-custom-table-appendix table tbody tr td:nth-child(2) {
		 padding: 24px 0 8px 16px;
	}

	.pg-fsa-table-container.pg-custom-table-appendix table tbody tr td:last-child {
		 padding: 8px 0 24px 16px;
	}
  
  	.pg-freeform .pg-fsa-table-container .pg-fsa-table-row-heading { display: block ; }


	.pg-fsa-table-container.pg-process-facilities-fsa tbody tr {
		display: grid;
		grid-template-columns: 25% 75% !important;
		grid-gap: 0;
		grid-template-areas: "heading first-col" "heading second-col";
	}
  
  	.pg-fsa-table-container.pg-process-facilities-fsa tbody tr th {
		grid-column: 1/4;
		border-top: 1px solid #666;
	}

	.pg-fsa-table-container.pg-process-facilities-fsa tbody tr th:not([colspan]),
	.pg-fsa-table-container.pg-process-facilities-fsa tbody tr td:first-child {
		padding: 24px 16px 24px 0 !important;
		grid-area: heading;
		width: 100% !important;
	}

    .pg-fsa-table-container.pg-process-facilities-fsa tbody tr td p.pg-fsa-table-row-heading {
        display: block !important;
        margin: 0 0 8px;
        padding: 0 !important;
    }

    .pg-fsa-table-container.pg-process-facilities-fsa tbody tr td ul {
    	padding: 0 !important;
    }

    .pg-fsa-table-container.pg-process-facilities-fsa table thead tr th:first-child,
	.pg-fsa-table-container.pg-process-facilities-fsa table tbody tr td:first-child {
		width: 100% !important;
	}

	.pg-fsa-table-container.pg-process-facilities-fsa table thead tr th:nth-child(2),
	.pg-fsa-table-container.pg-process-facilities-fsa table thead tr th:nth-child(3) {
		width: 100% !important;
	}

	.pg-fsa-table-container.pg-process-facilities-fsa table tbody tr td:nth-child(2),
	.pg-fsa-table-container.pg-process-facilities-fsa table tbody tr td:nth-child(3) {
		width: 100% !important;
		padding: 24px 16px 8px !important;
	}

	.pg-fsa-table-container.pg-process-facilities-fsa table tbody tr td:nth-child(3) {
		padding: 0 16px 16px !important;
	}

	.pg-fsa-table-container.pg-process-facilities-fsa tbody tr td:nth-child(2) {
		grid-area: first-col;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		width: 100%;
	}

	.pg-fsa-table-container.pg-process-facilities-fsa tbody tr td:nth-child(3) {
		grid-area: second-col;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		width: 100%;
	}

	.pg-fsa-table-container.pg-process-facilities-fsa tbody tr td:nth-child(2) > p,
	.pg-fsa-table-container.pg-process-facilities-fsa tbody tr td:nth-child(2) > ul,
	.pg-fsa-table-container.pg-process-facilities-fsa tbody tr td:nth-child(3) > p,
	.pg-fsa-table-container.pg-process-facilities-fsa tbody tr td:nth-child(3) > ul {
		width: 100% !important;
		display: block !important;
	}
  
  	.pg-fsa-table-container.pg-process-facilities-fsa tbody tr td:nth-child(2) > p,
    .pg-fsa-table-container.pg-process-facilities-fsa tbody tr td:nth-child(3) > p {
    	padding-right: 16px;
  	}
  
  	.pg-fsa-table-container.pg-process-facilities-fsa tbody tr td:nth-child(2) > ul,
    .pg-fsa-table-container.pg-process-facilities-fsa tbody tr td:nth-child(3) > ul {
    	padding-left: 16px;
  	}

    .pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr:not(.pg-fsa-no-border-tab-mob):not(.pg-fsa-all-col-row) {
    	border-top: 1px solid #666 !important;
    	border-bottom: 1px solid #666 !important;
    }

	.pg-fsa-table-container.pg-postal-code-remote-fsa tbody tr.pg-fsa-all-col-row,
    .pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr.pg-fsa-no-border-tab-mob,
    .pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr:first-child th[colspan] {
    	border: none !important;
    }


	.pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr td[rowspan],
	.pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr.pg-fsa-one-row td:first-child {
		width: 100% !important;
		padding: 24px 0 0 0 !important;
		border-bottom: none !important;
	}

	.pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr:not(.pg-fsa-all-col-row):not(.pg-fsa-one-row) td:first-child,
	.pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr.pg-fsa-all-col-row td:nth-child(2),
	.pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr.pg-fsa-one-row td:nth-child(2) {
		width: 100% !important;
		padding: 24px 0 8px 0 !important;
		display: flex !important;
		margin: 0;
		border: none !important;
	}

	.pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr td:last-child {
		width: 100% !important;
		padding: 0 0 16px 0 !important;
		display: flex !important;
		border-bottom: none !important;
	}

    .pg-fsa-table-container.pg-postal-code-remote-fsa tbody tr td p.pg-fsa-table-row-heading {
        display: block !important;
        margin: 0 0 8px 0;
        width: 17%;
    }

    .pg-fsa-table-container.pg-postal-code-remote-fsa tbody tr td ul {
        display: block !important;
        margin: 0 !important;
        padding: 0 0 0 32px !important;
        width: 83%;
    }

	.pg-fsa-table-container.pg-postal-code-remote-fsa tbody tr td ul li {
        margin: 0 0 8px 0 !important;
    }

	.pg-fsa-table-container.pg-postal-code-remote-fsa tbody tr td ul li span {
        margin: 0 0 0 4px !important;
    }

    .pg-fsa-table-container.pg-postal-code-remote-fsa tbody tr {
        display: block !important;
        padding: 0 !important;
    }
    
	.pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr th[colspan] {
		padding: 24px 0 0 0px !important;
		display: block !important;
		width: 100% !important;
	}

	.pg-fsa-table-container table tbody tr th[colspan] {
		display: block;
		width: 100%;
		padding: 24px 16px 0 0 !important;
	}

	.pg-fsa-table-container table tbody tr:first-child th[colspan] {
		border: none !important;
	}
  
  	.pg-fsa-table-container.pg-parcel-services-canada-fsa thead th:nth-child(1),
	.pg-fsa-table-container.pg-parcel-services-canada-fsa tbody td:nth-child(1) {
		width: 100%;
	}

	.pg-fsa-table-container.pg-parcel-services-canada-fsa thead th:nth-child(2),
	.pg-fsa-table-container.pg-parcel-services-canada-fsa thead th:nth-child(3),
	.pg-fsa-table-container.pg-parcel-services-canada-fsa tbody td:nth-child(2),
	.pg-fsa-table-container.pg-parcel-services-canada-fsa tbody td:nth-child(3) {
		width: 100%;
	}

}

@media only screen and (max-width: 40em) {
	/* small screens [MOBILE] -> 640px */
  	.pg-med-tables-headings-container { margin-bottom: 0; }
  	.pg-fsa-table-desc { margin: 24px 0 0; }
	.pg-fsa-search-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		margin: 24px 0 0;
	}

	.pg-fsa-search-container.error label {
		margin-top: 0;
	}

	.pg-fsa-search-container label {
		margin: 0 0 8px;
	}

	.pg-fsa-search-container {
		margin-bottom: 16px;
	}

	.pg-fsa-search-error-message {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}

	.pg-fsa-table-row-heading {
		display: block;
	}

	.pg-fsa-table-container table thead {
		display: none;
	}

	.pg-fsa-table-container table tbody tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}

	.pg-fsa-table-container table tbody tr > th[scope] {
        padding: 24px 0 0 0;
	}

	.pg-fsa-table-container table tbody tr > td:first-child {
		padding: 24px 0 16px;
		font-size: 16px;
      	width: 100%;
	}
  
  	.pg-fsa-table-container.pg-custom-table-appendix table tbody tr td:first-child {
    	padding: 24px 0 8px;
      	font-size: 16px;
    }
  
  	.pg-fsa-table-container.pg-custom-table-appendix table tbody tr td:last-child {
    	padding: 8px 0 24px;
    }
  
  	.pg-fsa-table-container.pg-custom-table-appendix table tbody tr td:nth-child(2) {
      	padding: 8px 0;
    }

	.pg-fsa-table-container table tbody tr > td:nth-child(2) {
		width: 100%;
		padding: 0 0 8px 0;
	}

	.pg-fsa-table-container table tbody tr > td:nth-child(3) {
		width: 100%;
		padding: 0 0 16px;
	}

	.pg-fsa-table-container table tbody tr td {
		border-bottom: none;
	}
  
  	.pg-fsa-table-container .pg-fsa-table-row-heading { display: block !important; }

    .pg-fsa-search-container.cust-table-10-search {
    	margin-bottom: 0 !important;
    }

	.pg-fsa-table-container.pg-process-facilities-fsa tbody tr td p.pg-fsa-table-row-heading {
        display: block !important;
        margin: 0 0 8px;
        padding: 0 !important;
    }

    .pg-fsa-table-container.pg-process-facilities-fsa tbody tr td ul {
    	padding: 0 !important;
    }

    .pg-fsa-table-container.pg-process-facilities-fsa table thead tr th:first-child,
	.pg-fsa-table-container.pg-process-facilities-fsa table tbody tr td:first-child {
		width: 100% !important;
	}

	.pg-fsa-table-container.pg-process-facilities-fsa table thead tr th:nth-child(2),
	.pg-fsa-table-container.pg-process-facilities-fsa table thead tr th:nth-child(3) {
		width: 100% !important;
	}

	.pg-fsa-table-container.pg-process-facilities-fsa table tbody tr td:nth-child(2),
	.pg-fsa-table-container.pg-process-facilities-fsa table tbody tr td:nth-child(3) {
		width: 100% !important;
		padding: 16px 0 8px 0 !important;
	}

	.pg-fsa-table-container.pg-process-facilities-fsa table tbody tr td:nth-child(3) {
		padding: 0 0 16px 0 !important;
	}

	.pg-fsa-table-container.pg-process-facilities-fsa tbody tr td:nth-child(2) {
		grid-area: first-col;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		width: 100%;
	}

	.pg-fsa-table-container.pg-process-facilities-fsa tbody tr td:nth-child(3) {
		grid-area: second-col;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		width: 100%;
	}

	.pg-fsa-table-container.pg-process-facilities-fsa tbody tr td:nth-child(2) > p,
	.pg-fsa-table-container.pg-process-facilities-fsa tbody tr td:nth-child(2) > ul,
	.pg-fsa-table-container.pg-process-facilities-fsa tbody tr td:nth-child(3) > p,
	.pg-fsa-table-container.pg-process-facilities-fsa tbody tr td:nth-child(3) > ul {
		width: 100% !important;
		display: block !important;
	}
  
  	.pg-fsa-table-container.pg-process-facilities-fsa tbody tr td:nth-child(2) > p,
    .pg-fsa-table-container.pg-process-facilities-fsa tbody tr td:nth-child(3) > p {
    	padding-right: 16px;
  	}
  
  	.pg-fsa-table-container.pg-process-facilities-fsa tbody tr td:nth-child(2) > ul,
    .pg-fsa-table-container.pg-process-facilities-fsa tbody tr td:nth-child(3) > ul {
    	padding-left: 16px;
  	}


	.pg-fsa-table-container table tbody tr th[colspan] {
		display: block;
		width: 100%;
		padding: 24px 16px 0 0 !important;
	}

	.pg-fsa-table-container table tbody tr:first-child th[colspan] {
		border: none !important;
	}

    .pg-fsa-table-container.pg-postal-code-remote-fsa table {
        border-bottom: 2px solid #666;
    }
    
    .pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr {
    	border-top: none !important;
    	border-bottom: none !important;
    }

	.pg-fsa-table-container.pg-postal-code-remote-fsa tbody tr.pg-fsa-all-col-row,
    .pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr.pg-fsa-no-border-tab-mob,
    .pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr:first-child th[colspan] {
    	border: none !important;
    }

	.pg-fsa-table-container.pg-postal-code-remote-fsa tbody tr {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .pg-fsa-table-container.pg-postal-code-remote-fsa tbody tr.pg-fsa-all-col-row,
    .pg-fsa-table-container.pg-postal-code-remote-fsa tbody tr.pg-fsa-no-border-tab-mob {
    	border: none !important;
    }

    .pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr:first-child th[colspan] {
		border: none !important;
		padding: 24px 0 0 0 !important;
	}


    .pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr td[rowspan] {
    	width: 100% !important;
    	display: block;
    	border: none !important;
    	padding: 24px 0 0 0 !important;
    }

	
	.pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr.pg-fsa-one-row td:first-child {
		width: 100% !important;
		padding: 24px 16px 0 0 !important;
		display: block;
		border-top: 1px solid #666;
		border-bottom: none !important;
	}

	.pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr:not(.pg-fsa-all-col-row):not(.pg-fsa-one-row) td:first-child,
	.pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr.pg-fsa-all-col-row td:nth-child(2),
	.pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr.pg-fsa-one-row td:nth-child(2) {
		width: 100% !important;
		padding: 16px 0 8px 0 !important;
		display: flex !important;
		flex-direction: column;
		flex: 1 0 100% !important;
		margin: 0;
		border: none !important;
	}

	.pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr td:last-child {
		width: 100% !important;
		padding: 0 0 16px 0 !important;
		display: flex !important;
		flex-direction: column;
		flex: 1 0 100% !important;
		border-bottom: none !important;
	}

    .pg-fsa-table-container.pg-postal-code-remote-fsa tbody tr td p.pg-fsa-table-row-heading {
        display: block !important;
        margin: 0 0 8px 0;
        width: 100%;
    }

    .pg-fsa-table-container.pg-postal-code-remote-fsa tbody tr td ul {
        display: block !important;
        margin: 0 !important;
        padding: 0 0 0 0 !important;
        width: 100%;
    }

	.pg-fsa-table-container.pg-postal-code-remote-fsa tbody tr td ul li {
        margin: 0 0 8px 0 !important;
    }

	.pg-fsa-table-container.pg-postal-code-remote-fsa tbody tr td ul li span {
        margin: 0 0 0 4px !important;
    }

	.pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr th[colspan] {
		padding: 24px 0 0 0px !important;
		width: 100%;
		display: block;
		border-top: 2px solid #666;
	}

	.pg-fsa-table-container.pg-postal-code-remote-fsa table tbody tr.pg-fsa-bt-mob { border-top: 1px solid #666 !important; }
    
    .pg-fsa-table-container.pg-parcel-services-canada-fsa thead th:nth-child(1),
	.pg-fsa-table-container.pg-parcel-services-canada-fsa tbody td:nth-child(1) {
		width: 100%;
	}

	.pg-fsa-table-container.pg-parcel-services-canada-fsa thead th:nth-child(2),
	.pg-fsa-table-container.pg-parcel-services-canada-fsa thead th:nth-child(3),
	.pg-fsa-table-container.pg-parcel-services-canada-fsa tbody td:nth-child(2),
	.pg-fsa-table-container.pg-parcel-services-canada-fsa tbody td:nth-child(3) {
		width: 100%;
	}
}

@media print {
	/* print */
	.pg-fsa-table-title {
		margin-bottom: 18px !important;
	}

	.pg-fsa-table-container tbody td ul,
	.pg-fsa-table-container tbody td div {
		margin: 0 0 12px 0 !important;
	}

	.pg-fsa-search-container {
		display: none !important;
	}

	.pg-fsa-table-row-heading {
		display: block !important;
		margin-bottom: 6px !important;
	}

	.pg-fsa-table-container table thead {
		display: none !important;
	}

	.pg-fsa-table-container tbody td ul li span,
	.pg-fsa-table-container tbody td div span:not(:first-child) {
		width: 4px !important;
		height: 4px !important;
		margin: 0 2px 0 6px !important;
		background: url('/cpc/assets/cpc/img/icons/fsa-separator.svg') 50% 50% no-repeat transparent !important;
		vertical-align: middle !important;
	}

	.pg-fsa-table-container table tbody tr {
		display: grid !important;
		grid-template-columns: 1fr 3fr !important;
		grid-gap: 0 !important;
		grid-template-areas: "facility major" "facility non-major" !important;
	}

	.pg-fsa-table-container table tbody tr > td:first-child {
		padding: 18px 20px 18px 0 !important;
		width: 100% !important;
		grid-area: facility !important;
	}

	.pg-fsa-table-container table tbody tr > td:nth-child(2) {
		width: 100% !important;
		padding: 18px 0 0 20px !important;
		grid-area: major !important;
	}

	.pg-fsa-table-container table tbody tr > td:nth-child(3) {
		width: 100% !important;
		padding: 0 0 6px 16px !important;
		grid-area: non-major !important;
	}

	.pg-fsa-table-container table tbody tr td {
		border-bottom: none !important;
	}

	.pg-fsa-table-container tbody td div span,
	.pg-fsa-table-container tbody td div span.active {
		font-family: 'Roboto', sans-serif !important;
		font-size: 16px !important;
		font-weight: 300 !important;
		font-stretch: normal !important;
		font-style: normal !important;
		line-height: 1.5 !important;
		letter-spacing: 0.5px !important;
		color: #333333 !important;
	}
  
  	.custom-tb-11 .pg-fsa-table-container table tbody tr td:first-child { width: 25% !important; padding: 24px 18px !important;  }
	.custom-tb-11 .pg-fsa-table-container table tbody tr td:last-child { padding: 16px 18px 24px !important;  }
	.custom-tb-11 .pg-fsa-table-container table tbody tr td:last-child ul { margin: 0 !important;  }
	.custom-tb-11 .pg-fsa-table-container table tbody tr td:last-child ul li { margin: 8px 0 0 !important;  }
  	.custom-tb-11 .pg-fsa-table-container table thead { display: table-header-group !important; }
    .custom-tb-11 .pg-fsa-table-container table thead th { padding: 14px 18px !important; }
    .custom-tb-11 .pg-fsa-table-container .pg-fsa-table-row-heading { display: none !important; }
}

