.cpc-sidenav {
    width: 327px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5000;
    overflow-y: scroll;
    -webkit-transform: translateX(100vw);
        -ms-transform: translateX(100vw);
            transform: translateX(100vw);
    background-color: #FFFFFF;
    padding: 24px 54px 24px 24px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
  	visibility: hidden;
}

.cpc-sidenav--heading {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.cpc-sidenav--heading h2 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
  	font-weight: 300;
    margin-bottom: 0 !important;
}

.cpc-sidenav--heading span {
    display: inline-block;
    width: 14px;
    text-indent: -9999px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background: url('/cpc/assets/cpc/img/icons/expand.svg') 50% 50% no-repeat transparent;
    height: 14px;
    cursor: pointer;
}

.cpc-sidenav-backdrop {
    position: fixed;
    z-index: -4500;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51,51,51,0.70);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    opacity: 0;
    visibility: hidden;
}

strong, .cpc-component ul li strong, .cpc-component p strong { font-weight: 500 !important; }

.pg-anchor-link-no-outline-focus:focus,
.pg-anchor-link-no-outline-focus:hover,
.pg-anchor-link-no-outline-focus:active {
	outline: none;
	border: none;
}

#pg-side-nav-sub-menu { list-style: none !important; }

.pg-new-tab-link { display: inline-block; margin-left: 4px; margin-bottom: 5px; height: 16px; width: 16px; }
.pg-freeform table tbody tr td .pg-new-tab-link {height: 16px !important; width: 16px !important; }
.pg-footnotes-container .pg-new-tab-link {margin-bottom: 2px !important;height: 12px !important;width: 12px !important;}

#postal-guide-nav {
  margin-bottom: 100px;
}

#postal-guide-nav nav h2 {
    font-family: 'Roboto-Light', sans-serif;
    font-size: 20px;
    color: #111111;
    letter-spacing: 0.4px;
    line-height: 28px;
}

#postal-guide-nav nav ul {
    margin: 0;
    padding: 0 15px 0 0;
    list-style: none;
}

#postal-guide-nav ul li {
    padding-bottom: 24px;
}

#postal-guide-nav ul li:last-child {
    padding-bottom: 0;
}

.cpc-sidenav li a,
#postal-guide-nav ul li a {
    color:#333333;
    font-size: 16px;
    text-decoration: none;
    font-weight: 300;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 40px;
}

#postal-guide-nav nav ul > li a {
    margin-top: 0 !important;
    padding-right: 0 !important;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-align: start;
  	    -ms-flex-align: start;
  	        align-items: flex-start;
}

span.pg-nav--primary-chevron {
    display: inline-block;
  	margin: 10px 0 0 24px;
    width: 12px;
  	min-width: 12px !important;
    height: 6px;
    text-indent: -9999px;
    background: url('/cpc/assets/cpc/img/icons/arrow-down.svg') 50% 50% no-repeat transparent;
    -webkit-transition: 250ms -webkit-transform ease-in-out;
    transition: 250ms -webkit-transform ease-in-out;
    -o-transition: 250ms transform ease-in-out;
    transition: 250ms transform ease-in-out;
    transition: 250ms transform ease-in-out, 250ms -webkit-transform ease-in-out;
}

.active span.pg-nav--primary-chevron {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

svg text { font-style: 'Roboto', sans-serif !important; }

ul#menubar1, .cpc-sidenav {
	overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #888;
}

/* width */
ul#menubar1::-webkit-scrollbar,
.cpc-sidenav::-webkit-scrollbar {
  width: 2px;
}

/* Track */
ul#menubar1::-webkit-scrollbar-track,
.cpc-sidenav::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
ul#menubar1::-webkit-scrollbar-thumb,
.cpc-sidenav::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
ul#menubar1::-webkit-scrollbar-thumb:hover,
.cpc-sidenav::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.cpc-sidenav li a,
#postal-guide-nav ul li a {
    font-family: 'Roboto', sans-serif;
  	font-weight: 300;
    font-size: 16px;
  	letter-spacing: .5px !important;
}

.cpc-sidenav li a:hover,
#postal-guide-nav ul li a:hover {
    text-decoration: underline;
}

.cpc-sidenav li.active,
#postal-guide-nav ul li a.active {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
  	letter-spacing: .5px !important;
}

#postal-guide-nav ul ul > li:first-child {
    margin-top: 24px;
}

.cpc-nav-make-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

#postal-guide-nav ul ul > li {
    border-left: 1px solid #dadada;
}

h2#side-navigation,
#menubar1 li a {
  	margin-left: 2px;
}

#postal-guide-nav ul ul > li a {
    padding-left: 14px;
    color: #666666;
    margin: 0 0 0 2px;
}

#postal-guide-nav ul ul > li a.active {
    margin-left: -1px;
    padding-left: 14px;
    border-left: 2px solid #0467C6;
    color: #0467C6;
    text-decoration: none;
    font-weight: 500;
}

@-moz-document url-prefix() {
    #postal-guide-nav ul ul > li a.active {
        margin-left: 0;
    }
}

#postal-guide-nav ul ul > li:first-child a.active { padding-top: 0px;}

ul#menubar1 ul,
ul#menubar1m ul {
    display: none;
}

.divider {
    width: 42px;
    border: 1px solid #CBCBCB;
    margin: 0 0 1.25em 0;
    display: none;
}

.pg-mobile-nav-heading-make-sticky {
  width: 100% !important;
}

.pg-mobile-nav-heading-make-sticky-parent {
  	background-color: #FFFFFF;
  	position: -webkit-sticky;
  	position: sticky;
    top: 100px;
    z-index: 1;
}

.cpc-postalguide--mobile-nav-heading {
    width: 100% !important;
    margin-left: -1.2em;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.cpc-postalguide--mobile-nav-heading div {
    display: none;
    height: 52px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    position: static;
    padding: 0 52px;
}

.cpc-postalguide--mobile-nav-heading div h2 {
    font-size: 18px;
    color: #333333;
    letter-spacing: 0.56px;
    line-height: 24px;
    margin: 0;
}

.cpc-postalguide--mobile-nav-heading div span {
    display: inline-block;
    width: 12px;
    text-indent: -9999px;
    background: url('/cpc/assets/cpc/img/icons/arrow-down.svg') 50% 50% no-repeat transparent;
    height: 12px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.pg-change-height {
  position: relative;
}

.pg-change-height #previous_next {
  position: absolute !important;
  bottom: 0 !important;
  width: 100% !important;
}

ul > li > ul:not([role="menu"]) { list-style-type: circle !important; }

.pg-breadcrumb-tablet {
  display: none;
}

.pg-breadcrumb-desktop > .row.pg-breadcrumb-links {
 	margin-top: 32px !important;
  	margin-bottom: 64px !important;
}

.pg-breadcrumb-tablet > .row.pg-breadcrumb-links {
 	margin-top: 0 !important;
  	margin-bottom: 64px !important;
}

.row.pg-breadcrumb-links {
    margin-top: 2rem;
    margin-bottom: 2.625rem;
}

.row.pg-breadcrumb-links ul li:not(:last-child):after {
    content: '';
    left: 1.0625rem;
    position: relative;
    display: inline-block;
    height: 1rem;
    width: .5rem;
    top: .125rem;
    background: url(../img/icons/chevron-right.svg) right 50% no-repeat #fff;
}

.row.pg-breadcrumb-links ul li a {
    color: #0467C6;
}

.row.pg-breadcrumb-links ul li:last-child {
    color: #666;
}

#bc-title:after { display: none !important; }

.row.pg-breadcrumb-links ul li {
    padding-right: 2rem;
    display: inline-block;
    line-height: 1.5rem;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.row.pg-breadcrumb-links ul {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
}

@media only screen and (width: 64.063em) and (max-width: 90em) {
    .divider {display: none;}
  
  .pg-no-margin-bottom-desktop {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .cpc-postalguide-category-banner {
        margin-bottom: 0;
    }
  
    .pg-set-flex {
      display: block;
    }
  
  	.pg-breadcrumb-desktop {
  		display: none;
	}

	.pg-breadcrumb-tablet {
  		display: block;
	}

    .pg-mobile-nav-heading-make-sticky-parent {
      	top: 0;
        display: block;
    	margin: 0 0 32px -1.2rem !important;
    	-webkit-box-shadow: 0 1px 9px 4px #d6d7dd;
    	        box-shadow: 0 1px 9px 4px #d6d7dd;
    	width: calc(100% + (1.2rem * 2)) !important;
    	padding: 0 0 0 2rem !important;
    	position: static;
    }

    .cpc-postalguide--mobile-nav-heading div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
      	padding: 0 12px 0 52px !important;
    }

    nav h2 {
        margin-bottom: 12px !important;
    }
  
	#postal-guide-nav {
  		margin-bottom: 0;
	}

    #postal-guide-nav > nav { display: none; }

    #postal-guide-nav nav ul {
        padding: 0;
    }

    #postal-guide-nav ul li,
    .cpc-sidenav ul li {
        padding: 0;
        margin: 24px 0 0;
    }

    .cpc-sidenav nav ul li ul li {
        margin: 0;
    }

    #postal-guide-nav ul ul > li,
    .cpc-sidenav ul ul > li {
        margin: 0;
        padding: 12px 0;
    }

    #postal-guide-nav ul ul > li:first-child,
    .cpc-sidenav ul ul > li:first-child {
        margin-top: 24px;
        padding: 0 0 12px;
    }

    .cpc-sidenav li a,
    #postal-guide-nav ul li a {
        padding-right: 0;
    }

    .cpc-nav-make-sticky {
        position: static;
    }

    .divider {
        display: block;
        margin: 0;
    }
}

@media only screen and (max-width: 40em) {
    .pg-set-flex {
      display: block;
    }
  
  	.pg-breadcrumb-desktop {
  		display: none;
	}

	.pg-breadcrumb-tablet {
  		display: none;
	}
  
  	#postal-guide-nav {
  		margin-bottom: 0;
	}
  
    #postal-guide-nav > nav { display: none; }
    .divider {
        display: block;
        margin: 0;
    }

    .cpc-postalguide-category-banner {
        margin-bottom: 0;
    }

    #postal-guide-nav nav ul {
        padding: 0;
    }

    #postal-guide-nav ul li,
    .cpc-sidenav ul li {
        padding: 0 24px 0 0;
        margin: 24px 0 0;
    }

    .cpc-sidenav nav ul li ul li {
        margin: 0;
    }

    #postal-guide-nav ul ul > li,
    .cpc-sidenav ul ul > li {
        margin: 0;
        padding: 12px 0;
    }

    #postal-guide-nav ul ul > li:first-child,
    .cpc-sidenav ul ul > li:first-child {
        margin-top: 24px;
        padding: 0 0 12px;
    }

    #postal-guide-nav ul li a {
        padding-right: 0;
    }

    .cpc-sidenav li a {
        padding-right: 24px;
    }

    .divider {
        display: block;
        margin: 0;
    }

    .cpc-nav-make-sticky {
        position: static;
    }

    .cpc-sidenav {
        width: 100%;
        padding: 16px 24px 16px 16px;
    }

    .pg-mobile-nav-heading-make-sticky-parent {
      	top: 0;
        display: block;
    	margin: 0 0 48px 0 !important;
      	-webkit-box-shadow: 0 1px 9px 4px #d6d7dd;
      	        box-shadow: 0 1px 9px 4px #d6d7dd;
    	position: static;
    }

    .cpc-postalguide--mobile-nav-heading {
        margin-left: 0;
        width: 100% !important;
    }

    .cpc-postalguide--mobile-nav-heading div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 0 0 16px !important;
    }
}

.pg-make-header-fixed { 
  	position: fixed;
    top: 54px;
    -webkit-box-shadow: 0 1px 9px 4px #d6d7dd;
            box-shadow: 0 1px 9px 4px #d6d7dd;
    z-index: 39;
}

.pg-custom-link-italicized > span:first-child {
	font-style: italic !important;
}

.pg-button-dynamic-state {
    width: 32px;
    height: 32px;
}

.pg-button-dynamic-state .circle {
    width: 100%;
    height: 100%;
    background-color: #F0F0F0;
    border-radius: 50%;
    border: 2px solid #004990;
    position: relative;
}

.pg-button-dynamic-state .circle span {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #004990;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.pg-button-dynamic-state .circle:hover {
    -webkit-box-shadow: 0 2px 6px #6f7a85;
            box-shadow: 0 2px 6px #6f7a85;
    cursor: pointer;
}

.pg-button-dynamic-state .circle.active {
    background-color: #004990;
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: 0 2px 6px #6f7a85;
            box-shadow: 0 2px 6px #6f7a85;
}

.pg-button-dynamic-state .circle.active span {
    color: #FFFFFF;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .pg-button-dynamic-state {
        width: 28px;
        height: 28px;
    }
}

@media only screen and (max-width: 40em) {
    .pg-button-dynamic-state {
        width: 28px;
        height: 28px;
    }
}

.pg-disclaimer-container {
  	width: 100%;
    background-color: #E5EFF9;
    border-left: 4px solid #0467C6;
    padding: 24px 24px 24px 54px;
    position: relative;
  	margin-bottom: 24px;
  	page-break-inside: avoid !important;
}

.pg-disclaimer-container span {
    position: absolute;
    top: 24px;
    left: 16px;
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../../../assets/cpc/img/icons/disclaimer_info.svg) 50% 50% no-repeat transparent;
    border-radius: 50%;
    overflow: hidden;
  	background-position: center;
}

.pg-disclaimer-container p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 40em) {
    .pg-disclaimer-container {
        padding: 24px 24px 24px 54px;
    }
}

@media print {
    .pg-disclaimer-container {
        background-color: #F0F0F0 !important;
      	border-left: 1px solid #333333 !important;
    }
    
    .pg-disclaimer-container span {
        position: absolute !important;
        top: 24px !important;
        left: 16px !important;
        width: 24px !important;
        height: 24px !important;
        display: inline-block !important;
        text-indent: -9999px !important;
        background: url('/cpc/assets/cpc/img/icons/info_black.svg') 50% 50% no-repeat transparent !important;
      	border-radius: 50% !important;
      	overflow: hidden !important;
  		background-position: center !important;
    }
}


ul.pg-toc-list {
    list-style-type: none !important;
    margin: 0 0 24px 0;
}

ul.pg-toc-list li:first-child {
    padding: 0 0 0 0;
}

ul.pg-toc-list li:not(:first-child) {
    padding: 12px 0 0 0;
}

.pg-footnotes-container {
  	margin-top: -32px !important;
}

.pg-footnotes-container p, .pg-footnotes-container ul li, .pg-footnotes-container a {
  	font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 12px !important;
    color: #666666;
    letter-spacing: 0.5px;
    line-height: 20px !important;
}

.pg-footnotes-container ul {
	list-style-type: none;
	margin-left: 0 !important;
}

.pg-footnotes-container ul li {
	padding-left: 0;
	display: flex;
}

.pg-footnotes-container ul li div:first-child {
	margin-right: 5px;
}

@media only screen {
    .pg-footnotes-container p:not(:last-child),
  	.pg-footnotes-container ul li:not(:last-child) {
    	margin-bottom: 0 !important;
  	}
}
 
 
@media print {
  .pg-footnotes-container {
  	    margin-top: -24px !important;
    }
  
    .pg-footnotes-container p:not(:last-child),
  	.pg-footnotes-container ul li:not(:last-child) {
    	margin-bottom: 8px !important;
  	}
}

.pg-back-to-top-container { margin-bottom: 24px; }
.pg-back-to-top-container.pg-ltm { margin-top: -40px; }

.pg-back-to-top-container a {
	font-family: 'Roboto', sans-serif !important;
	font-size: 16px !important;
	color: #0467C6 !important;
	letter-spacing: 0.5px !important;
	line-height: 24px !important;
  	font-weight: 300 !important;
}

.pg-freeform hr {
 	margin: 0 0 24px !important;
}

.pg-freeform li {
 	font-weight: 300;
  	padding: 8px 0 0 8px;
}

.pg-freeform table {
 	margin-bottom: 24px; 
}

.pg-freeform table tbody tr th[colspan] {
  	border-bottom: none !important;
  	padding: 24px 24px 0 !important;
}

.pg-freeform .pg-med-tables table tbody tr { border: none !important; }
.pg-freeform .pg-med-tables table tbody tr td, .pg-freeform .pg-med-tables table tbody tr th:not([colspan]) {border-bottom: 1px solid #666;}
.pg-tables-sub-row { border-top: 2px solid #666; }	

.pg-freeform .pg-med-tables table.pg-thick-table-bottom,
.pg-freeform .pg-one-table-container table.pg-thick-table-bottom,
.pg-freeform .pg-two-table-container-same-desc table.pg-thick-table-bottom,
.pg-freeform .pg-two-table-container-different-desc table.pg-thick-table-bottom { border-bottom: 2px solid #666 !important; }  

.pg-freeform .pg-med-tables table.pg-thick-table-bottom tbody tr:last-child td,
.pg-freeform .pg-one-table-container table.pg-thick-table-bottom tbody tr:last-child td,
.pg-freeform .pg-two-table-container-same-desc table.pg-thick-table-bottom tbody tr:last-child td,
.pg-freeform .pg-two-table-container-different-desc table.pg-thick-table-bottom tbody tr:last-child td { border-bottom: none !important; }

@media only screen { .pg-freeform > p:first-child, .pg-freeform > ul:first-child, .pg-freeform > ol:first-child { margin-top: -40px; } }
                                                         
                                                         
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .pg-freeform .pg-med-tables table tbody tr th[colspan] {
        padding: 24px 0 0 !important;
        width: 100%;
        display: block;
    }
  
  .pg-freeform .pg-med-tables table tbody tr:first-child th { border-top: none; }

	 .pg-freeform .pg-med-tables table tbody tr td:not(:last-child) { border-bottom: none; }
	 .pg-freeform .pg-med-tables table tbody tr th:not([colspan]),
	 .pg-freeform .pg-med-tables table tbody tr td:first-child { border-bottom: 1px solid #666; }
	 .pg-freeform .pg-med-tables table.pg-thick-table-bottom tbody tr:last-child td:not(:last-child) { border-bottom: none; } 
	 .pg-freeform .pg-med-tables table.pg-thick-table-bottom tbody tr:last-child th:not([colspan]),
	 .pg-freeform .pg-med-tables table.pg-thick-table-bottom tbody tr:last-child td:first-child { border-bottom: none; }  

	 .pg-freeform .pg-med-tables-2col-long table tbody tr th:not([colspan]),
	 .pg-freeform .pg-med-tables-2col-long table tbody tr td:first-child { border: none !important; }
     .pg-freeform .pg-med-tables-container-3col-short table tbody tr:not(:first-child) th[colspan] { border-top: 1px solid #666666 !important; }
                                                                                                
	.pg-freeform table tbody tr td.pg-no-border-bottom-tab-mob { border-bottom: none !important; padding-bottom: 0 !important; }
	.pg-freeform .pg-no-margin-bottom-tab-mob { margin-bottom: 0 !important; }

	 .pg-tables-sub-row { 
           width: 100%;
           display: block !important;
           border-top: 1px solid #666 !important;
	  }	
                                                                                                
       .pg-desklet-h103 { margin: 0 !important; height: 103px; }
       .pg-desklet-h135 { margin: 0 !important; height: 135px; }
	   .pg-desklet-h32 { margin: 0 !important; height: 32px; }
}

@media only screen and (max-width: 40em) {
  .pg-freeform .pg-med-tables table tbody tr:first-child th { border-top: none; }
   .pg-freeform .pg-med-tables table tbody tr th[colspan] { padding: 24px 0 0 !important; }
   .pg-freeform .pg-med-tables-2col-long table.pg-thick-table-bottom tbody tr:last-child th:not([colspan]),
   .pg-freeform .pg-med-tables-2col-long table.pg-thick-table-bottom tbody tr:last-child td:first-child { border-bottom: none; } 
    .pg-freeform .pg-med-tables table.pg-thick-table-bottom tbody tr:last-child td:not(:last-child) { border-bottom: none; }  
	.pg-freeform .pg-med-tables table tbody tr td:not(:last-child) { border-bottom: none; }
	.pg-freeform .pg-med-tables table tbody tr td:first-child,
	.pg-freeform .pg-med-tables table tbody tr th:not([colspan]) { border-bottom:none; }
    .pg-freeform .pg-med-tables-container-3col-short table tbody tr:not(:first-child) th[colspan] { border-top: 1px solid #666666 !important; }
  
  	.pg-freeform table tbody tr td.pg-no-border-bottom-tab-mob { border-bottom: none !important; padding-bottom: 0 !important; }
  	.pg-freeform .pg-no-margin-bottom-tab-mob { margin-bottom: 0 !important; }

	.pg-tables-sub-row { border-top: 1px solid #666 !important; }	 
    
    .pg-desklet-h103, .pg-desklet-h135, .pg-desklet-h32 { margin: 0 !important; height: 0; }
}
  
  
@media only screen {
  .pg-custom-mb-neg-16 {
    margin-bottom: -16px !important;
  }
}

@media print {
	.cpc-tb--container { display: none !important; }
	.top--section ul li:first-child { margin: 0 !important; width: 0 !important; }

    .cpc-print-logo-for-pg {
    	height: auto !important;
    	width: 155px !important;
    	margin-left: 40px !important;
    }
  
  	.pg-freeform table tbody tr th[colspan] {
      font-size: 18px !important;
	}
  
  	.pg-desklet-h103, .pg-desklet-h135, .pg-desklet-h32 { margin: 0 !important; height: 0 !important; }
    	.pg-back-to-top-container { margin: 0 !important; }
    .pg-back-to-top-container.pg-ltm { margin: 0 !important; }
}
  
.pg-sr-only {
    position: absolute;
    left: -9999px;
}  