/* New 2024 Pillar page CSS - legal */

#QuickLinks .elementor-toc__list-item-text:hover {
    text-decoration: none;
}

#contentsColumn p,
.entry-content p {
    margin-bottom: 1.2em;
    color: #757575;
}

.light-blue-button {
    padding: 1em 1.6em;
    background-color: #E3F1FC;
    border-radius: 100px;
    color: #1E88E5;
    font-weight: 500;
}

.dropdown-container-form {	
    font-weight: 400;	
    border-radius: 10rem;	
    margin-top:1.2em;	
    box-shadow: 0 1px 3px #888;	
    background-color: #fff !important;	
    text-indent: 10%;	
    padding: 10px 0;	
    height: auto;	
    cursor: pointer;	
    border: 1px solid transparent;	
    display: block;	
    width: 100%;	
    line-height: 1.5;	
    color: #495057;	
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;	
    background: url(/wp-content/uploads/2022/05/down_arrow.png);	
    background-repeat: no-repeat;	
    background-position: right;	
    -moz-appearance: none;	
    -webkit-appearance: none;	
    outline: none;	
}	

#TOC ul, #TOC ol {
    padding-top: 3em;
}

li.elementor-toc__list-item:hover {
    background: #EDF6FD;
    border-radius: 6px;
}

.elementor-widget-table-of-contents#TOC {
    inset-inline-start: unset !important;
}

.top-hero-section {	
    max-height: 600px;	
}

.custom-margin-credits {	
    padding-top: 10px;	
}	
.custom-list-alpha{	
    list-style-type: upper-alpha;	
}

.contentsColumn .elementor-widget-container p:last-child {	
    margin-bottom: 0;	
}	
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-bottom: 20px;
}
.h2-title-remove-margin{	
    margin-top: 0 !important;	
}

.light-blue-button:hover {
    background-color: #c9e4fe;
    color: #1E88E5;
}

.light-blue-button:hover i {
    transform: translateX(5px);
    transition-duration: 300ms;
}

.contentsColumn .backdrop-aud {
    background-color: #0079d4;
    color: #ffffff;
    border-bottom: 1px solid #fff;
}

#QuickLinks .elementor-toc__list-item-text-wrapper i {
    display: none;
}

#QuickLinks .elementor-toc__list-item-text-wrapper svg {
    display: none;
}

h3.h3-withno-btm-margin {
    margin-bottom: 0;
}


.para-fee-varies {
    display: block;
    padding-bottom: 12px;
    font-size: 16px;
}

.contentsColumn .backdrop-bec {
    background-color: #744c9e;
    color: #ffffff;
    border-bottom: 1px solid #fff;
}

.contentsColumn .backdrop-far {
    background-color: #4fa332;
    color: #ffffff;
    border-bottom: 1px solid #fff;
}

.contentsColumn .backdrop-reg {
    background-color: #ed9910;
    color: #ffffff;
    border-bottom: 1px solid #fff;
}

.faq-lower-section {
    font-size: 18px;
}

.reference-text {
    font-size: 0.9em;
    text-align: center;
}

.faq-lower-section h3 {
    font-size: 1.12em;
    font-weight: 500;
    padding: 1.5em 0 0.5em;
    margin-bottom: 14px;
    color: #454545;
}

.faq-lower-section h2 {
    font-size: 1.5em;
    padding: 1em 0;
}

.uworldAd {
    z-index: 1;
}

.higherZindex {
    z-index: 3;
}

strong,
b {
    font-weight: 500;
}

.contentsColumn .thin-chart-container .elementor-progress-percentage {
    position: absolute;
    padding-right: unset;
    right: 3px;
    top: 1px;
    color: #3088e5;
    text-shadow: 1px 1px white;
}

.contentsColumn .thin-chart-container .percentage-cell {
    position: absolute;
    padding-right: unset;
    right: 3px;
    top: 1px;
    color: #3088e5;
    text-shadow: 1px 1px white;
    font-weight: 400;
}

/* Color Coating table */
.backdrop-coating {
    position: relative;
}

.backdrop-coating:before {
    content: "";
    padding: 0px 4px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.backdrop-coating-aud:before {
    background: #0079d4;
    border-top: 1px solid #fff;
    
}

.backdrop-coating-bec:before {
    background: #744c9e;
}

.backdrop-coating-far:before {
    background: #4fa332;
}

.backdrop-coating-reg:before {
    background: #ed9910;
    border-bottom: 1px solid #fff;
}

/* sticky nav desktop */
div#ast-desktop-header {
    z-index: 9;
}

h1 {
    font-weight: 200;
}

table.compact-table,
table.custom-pillar-table {
    border-collapse: collapse;
}

table.pillar-page-table,
table.pillar-page-table td,
table.pillar-page-table th {
    border: 1px solid;
}

table.fullwidth-table {
    max-width: 100% !important;
}

table.pillar-page-table tr td:first-child {
    text-align: left !important;
}

table.fullwidth-table tr td {
    text-align: left !important;
}

.check-symbol {
    color: #1e88e5;
    font-weight: 500;
}

table.calc-head th:first-of-type {
    width: 25%;
}

table.calc-head th:nth-of-type(2) {
    width: 35%;
}

table.calc-head th:nth-of-type(3),
table.calc-head th:nth-of-type(4) {
    width: 20%;
}

table.calc-body td:first-of-type {
    width: 20%;
}

table.calc-body td:nth-of-type(2) {
    width: 40%;
}

table.calc-body td:nth-of-type(3),
table.calc-body td:nth-of-type(4) {
    width: 20%;
}

table.calc-body,
table.calc-body tbody,
table.calc-body td {
    border-bottom: none;
}

table.calc-head th:nth-of-type(2),
table.calc-body td:nth-of-type(2) {
    text-align: left !important;
}

table.calc-body td p {
    margin: 0;
}

.bare,
table.bare td,
table.bare tr {
    border: none !important;
}

.custom-list-pillar-page,
.custom-list-with-bullet-points {
    margin: 0 0 0 20px;
}

table.fullwidth-table td:first-child {
    vertical-align: unset;
}

ul.custom-list-pillar-page {
    list-style-type: none;
}

ul.checkmark-list li {
    list-style-type: none;
}

ul.checkmark-list li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 5px 0 -23px;
    color: #1e88e5;
    -webkit-text-stroke: 2px white;
}

/* tabular menu styling */
#contentsColumn .tabular-menu {
    border-bottom: 1px solid #E5E5E5;
}

/* New pillar page css Nov 2022 */
.sub-text-title {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.2;
}

.reference-section-heading{
    font-weight: 500;
}

.text-center{
    text-align: center;
}

.header-gray{
    background-color: #f5f5f5;
}

/* stacking table css */
.stacking-table-wrapper {
    width: 100%;
}

.stacking-table-wrapper .stacking-table {
    width: 100%;
    max-width: 100%;
}

.center {
    margin: 0 auto;
    width: 100%;
}

.stacking-table {
    border-collapse: collapse;
}

.stacking-table td,
.stacking-table th {
    padding: .5em;
}

.stacking-table th {
    text-align: left;
}

@media (max-width:500px) {
    .ast-sticky-active {
        margin: 0;
    }
    
    .pull-quote {
        margin: 1em 0;
        padding: 1.5em;
        font-size: 1em;
        font-weight: 300;
        line-height: 1.3;
    }
}

/* hide the ToC chevron toggle */
/* #TOC-column .elementor-toc__header {
    display: none;
} */

#contentsColumn ol li,
#contentsColumn ul li {
    font-weight: 300;
    color: #757575;
    margin-bottom: 0.75em;
}

#primary #contentsColumn ol, #primary #contentsColumn ul {
    margin-left: 1.1em;
}

.elementor-toc__list-item a:focus {
    outline: none;
}

#contentsColumn ul,
#contentsColumn ol {
    margin-top: 0em;
    margin-bottom: 1em;
}

#contentsColumn h2,
#contentsColumn h3 {
    margin-top: 1em;
}
#contentsColumn h2 {
    margin-bottom: 22px;
}
#contentsColumn h3 {
    margin-bottom: 14px;
}

#contentsColumn h3 {
    font-size: 1.3em;
    font-weight: 300;
}

#contentsColumn .elementor-tabs-wrapper {
    border-bottom: 1px solid #e0e0e0;
}

#contentsColumn .elementor-tabs-wrapper .elementor-active {
    border-bottom: 3px solid #2789E3;
}

/*new mockup design adjustments*/
.pull-quote,
#contentsColumn blockquote {
    background-color: #f2f2f2;
    margin: 1em 1.5em 1em 1.5em;
    border-left: solid 4px #1e88e5;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.5em;
    text-decoration: none;
    font-style: italic;
    padding: 1.25em 1.25em 1.25em 1.35em;
}

table.prominent-header {
    border: none;
    margin-top: 1em;
    margin-bottom: 2em;
}

table.prominent-header td:not(:last-child),
table.prominent-header th:not(:last-child) {
    border-right: none;
}

table.prominent-header th {
    border-bottom: 1px solid #757575;
    border-top: none;
    border-right: none;
    font-weight: 400;
}

table.prominent-header th {
    vertical-align: middle;
}

table.prominent-header td {
    border-right: none;
}

table.prominent-header td,
table.prominent-header th {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

table.no-side-borders td, th {
    border-left: none;
}

/*new 2022 styling*/
div#QuickLinks {
    z-index: 1;
}

#QuickLinks .elementor-widget-container {
    border: 0;
}

#QuickLinks .elementor-toc__header {
    border-bottom: 0;
    padding-bottom: 0;
    padding-left: 1.5em;
    margin-bottom: 0;
}

#TOC .elementor-toc__list-wrapper {
    margin-left: -1em;
}

#TOC .elementor-toc__list-item {
    margin-bottom: 0;
    line-height: 1.5em;
}

#TOC .elementor-toc__list-item a {
    padding-top: 0.3em;  
    padding-bottom: 0.3em;
}

/*non selected TOC item*/
#QuickLinks a.elementor-toc__list-item-text {
    border-color: coral;
    padding-left: 7px;
    font-weight: 300;
    line-height: 1.3em;
padding: 0.35em 0 0.35em 0.4em;
}

/*selected TOC item*/
#QuickLinks .elementor-item-active {
    border-left: 4px solid #2789E3!important;
    padding-left: 8px;
    font-weight: 500!important;
    letter-spacing: -0.015em;
}

#TOC-column .elementor-toc__list-item {
    margin-bottom: 0;
}

/*ToC Anchor Offset to account for navbar*/
.elementor-menu-anchor {
    display: block;
    position: relative;
    top: -100px;
    margin-top: -100px;
    padding-top: 100px;
}

@media (min-width:320px) {
    /* smartphones, iPhone, portrait 480x320 phones */
    
    /*anchor offset on mobile*/
    .elementor-menu-anchor {
        top: -60px;
        margin-top: -60px;
        padding-top: 60px;
    }
}

@media (min-width:481px) {
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
}

@media (min-width:641px) {
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
}

@media (min-width:768px) and (max-width:769px) {
    #TOC-column .showMore, #TOC-column .showLess {
        padding-left: 0.5em;
    }
    #TOC-column ul, #TOC-column ol {
        margin: 0;
    }
}


/* below breakpoint, ipads and mobile phones */
@media (max-width:1226px) {
    
    #TOC-column .elementor-toc__header {
        display: block !important;
    }
        
    #mobileQuickLinksTrigger .elementor-widget-container {
        margin: 0.4em 0em 0em 0em;
        padding: 0.5em 1em 0.5em 1em;
        border-width: 1px 1px 1px 1px;
        border-radius: 4px 4px 4px 4px;
    }

    div#quickLinksArrow {
        right: 21px;
        top: 12px;
    }
    div#mobileQuickLinks {
        top: 49px;
        margin-left: 1px;
        margin-right: 1em;
        max-width: 99%;
    }
    
}


/* ipad and above adjustments*/
@media (mix-width: 768px) and (max-width:1226px) {
    #primary #TOC-column {
        padding-top: 0;
    }

    #TOC-column .elementor-toc__body {
        padding-top: 0;
        padding-right: 0.1em;
        padding-bottom: 0.5em;
    }
    #primary div#contentsColumn {
        padding-right: 1.2em;
    }

    #TOC-column div:first-child {
        margin-left: 0;
    }
    
    #TOC ol {
        padding-top: 1em;
    }
    
    #TOC ul li {
        font-size: 0.8em;
    }
    
    #TOC .elementor-toc__list-wrapper {
        margin-left: 0.5em;
    }
    
    /* #primary .elementor-toc__header {
        display: none;
    } */
    
    .elementor-menu-anchor {
        top: 20px;
        
    }
	#QuickLinks a.elementor-toc__list-item-text {
        line-height: 1em;
        padding-bottom: 7px;
        padding-top: 7px;
	}
	#TOC-column .showMore, .showLess {
	   padding-left: 6px;
	}
    
}

@media (min-width:961px) {
    
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    #QuickLinks {
        margin: 0;
        padding: 0;
        margin-left: 0.2em;
    }
    
    #TOC .elementor-toc__body {
        padding-left: 0.36em;
    }
    
    table.custom-table-width-75 {
        max-width: 783px;
    }
    
    #QuickLinks .elementor-toc__list-wrapper {
        margin-left: 0em;
    }
    
    table.compact-table {
        max-width: 630px;
    }
    
    table {
        margin: 1.5em auto;
        margin-top: 0;
    }
    
    .elementor-menu-anchor {
        display: block;
        position: relative;
        top: -20px;
        visibility: hidden;
    }
}

 
@media screen and (min-width:769px) and (max-width: 961px) {
   #TOC-column .showLess, .showMore {
      padding-left: 0.5em;
    }
}

@media screen and (min-width:962px) and (max-width: 1225px) {
    .showLess, .showMore {
        /* margin-left: 2em; */
    }
}

@media (min-width:1025px) {
    
    /* big landscape tablets, laptops, and desktops */
    #TOC {
        font-size: 1em;
    }
    
    #TOC .elementor-toc__body {
        padding-left: 1em;
    }
    
    #QuickLinks .elementor-toc__toggle-button {
        display: none;
    }
    
    #QuickLinks .elementor-toc__toggle-button--collapse {
        display: none;
    }
}

@media (min-width:1281px) {
    
    /* hi-res laptops and desktops */
    #TOC .elementor-toc__list-wrapper {
        margin-left: 0.5em;
    }
}



/*768 and down */
@media (max-width: 768px) {
    div#postContentElement {
    margin-top: 1em;
}

    .pillar-section .elementor-container {
        margin-top: -1em;
    }
    
    /* new dropdown styling, old should be deleted once new is live */
    select#mobileTOCselect {
        width: 100%;
    }
    #mobileTOC select {
        max-width: 100%;
    }
    
    div#mobileTOC {
        background-color: #1e88e5;
        margin: 0 auto;
        padding: 0.1em;
        z-index: 9;
        width: 100%;
        max-width: 100%;
        text-overflow: ellipsis;
    }
    
    /* #QuickLinks .elementor-toc__header {
        display: none;
    } */

    #mobileQuickLinks .elementor-toc__header {
        display: none;
    }
    #mobileQuickLinks .elementor-toc__list-item svg {
        display: none;
    }
    #mobileQuickLinks .elementor-widget-container {
        -webkit-box-shadow: 1px 1px 6px 1px rgba(171,171,171,0.75);
-moz-box-shadow: 1px 1px 6px 1px rgba(171,171,171,0.75);
box-shadow: 1px 1px 6px 1px rgba(171,171,171,0.75);
    }
    
    /* .elementor-toc__header {
        display: none;
    } */
    
    #TOC select {
        width: 100%;
    }
    
    .pillar-section {
        padding-top: 0;
    }
    
    #TOC-column {
        margin-top: -3em;
    }
    
    #QuickLinks .elementor-toc__body {
        padding: 0;
    }
    
    .pull-quote,
    #contentsColumn blockquote {
        margin-left: 0;
        margin-right: 0;
        font-size: 1.1em;
        padding: 1em 1.35em;
    }
    
    #contentsColumn ul,
    #contentsColumn ol {
        margin-left: 1.2em;
    }
    
    .contentsColumn table {
        font-size: 0.8em;
    }
    
    table.responsive-table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    
    table.smaller-on-mobile {
        font-size: 0.75em;
    }
    
    table.calc-head th:first-of-type,
    table.calc-body tD:first-of-type {
        display: none;
    }
    
    table.calc-head th:nth-of-type(2) {
        width: 60%;
    }
    
    table.calc-head th:nth-of-type(3),
    table.calc-head th:nth-of-type(4) {
        width: 20%;
    }
    
    table.calc-body th:nth-of-type(2) {
        width: 60%;
    }
    
    table.calc-body td:nth-of-type(3),
    table.calc-body td:nth-of-type(4) {
        width: 20%;
    }
    
    table.calc-body tr,
    table.calc-body td {
        border: none;
    }
    
    .stacking-table {
        margin: 0 auto;
        width: 100%;
        border-spacing: 0;
    }
    
    .stacking-table thead {
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }
    
    .stacking-table tbody,
    .stacking-table tr,
    .stacking-table th,
    .stacking-table td {
        display: block;
        padding: 0;
        text-align: left;
        white-space: normal;
    }
    
    .stacking-table tr td,
    .stacking-table tr th {
        padding: 2em 1em;
        vertical-align: middle;
        overflow: hidden;
        position: relative;
        vertical-align: top;
        width: 100%;
        white-space: normal;
    }
    
    .stacking-table th[scope="row"] {
        width: 100%;
        text-align: center;
        display: block;
        margin: 0 auto;
        padding: .5em 0;
    }
    
    .stacking-table td[data-header]:before {
        content: attr(data-header);
        display: block;
        float: left;
        width: 50%;
        color: #000000;
        font-weight: 400;
        text-align: left;
    }
    
    .stacking-table td[data-header]>* {
        display: block;
        width: 50%;
        float: right;
        clear: right;
        padding-left: 1em;
        margin-top: 0;
    }
    
    .stacking-table td[data-header]:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        padding-bottom: 200%;
        display: block;
    }
    
    .center {
        width: 100%;
    }
    
    #contentsColumn .elementor-tab-title.elementor-tab-mobile-title {
        border: 1px solid #1976D2;
        margin-top: 7px;
    }
}

/* smaller resolution devices, MOTO G4 etc. w 360px and less */
@media (max-width: 360px) {
    .thin-chart-container .elementor-title {
        font-size: 0.9em;
    }
}

/* smallest resolution phones like iPhone 5/SE etc @ 320px  */
@media (max-width: 320px) {
    #contentsColumn .responsive-table {
        font-size: 0.67em;
    }
}

@media (max-width: 1023px) {
    table.nature-score-table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}



/* New 2023 Pillar page CSS - finance */

#QuickLinks .elementor-toc__list-item-text:hover {
    text-decoration: none;
}

#contentsColumn p,
.entry-content p {
    margin-bottom: 1.2em;
    color: #757575;
}

.light-blue-button {
    padding: 1em 1.6em;
    background-color: #E3F1FC;
    border-radius: 100px;
    color: #1E88E5;
    font-weight: 500;
}

.dropdown-container-form {	
    font-weight: 400;	
    border-radius: 10rem;	
    margin-top:1.2em;	
    box-shadow: 0 1px 3px #888;	
    background-color: #fff !important;	
    text-indent: 10%;	
    padding: 10px 0;	
    height: auto;	
    cursor: pointer;	
    border: 1px solid transparent;	
    display: block;	
    width: 100%;	
    line-height: 1.5;	
    color: #495057;	
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;	
    background: url(/wp-content/uploads/2022/05/down_arrow.png);	
    background-repeat: no-repeat;	
    background-position: right;	
    -moz-appearance: none;	
    -webkit-appearance: none;	
    outline: none;	
}	

#TOC ul, #TOC ol {
    padding-top: 3em;
}

li.elementor-toc__list-item:hover {
    background: #EDF6FD;
    border-radius: 6px;
}

.elementor-widget-table-of-contents#TOC {
    inset-inline-start: unset !important;
}

.top-hero-section {	
    max-height: 600px;	
}

.custom-margin-credits {	
    padding-top: 10px;	
}	
.custom-list-alpha{	
    list-style-type: upper-alpha;	
}

.contentsColumn .elementor-widget-container p:last-child {	
    margin-bottom: 0;	
}	
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-bottom: 20px;
}
.h2-title-remove-margin{	
    margin-top: 0 !important;	
}

.light-blue-button:hover {
    background-color: #c9e4fe;
    color: #1E88E5;
}

.light-blue-button:hover i {
    transform: translateX(5px);
    transition-duration: 300ms;
}

.contentsColumn .backdrop-aud {
    background-color: #0079d4;
    color: #ffffff;
    border-bottom: 1px solid #fff;
}

#QuickLinks .elementor-toc__list-item-text-wrapper i {
    display: none;
}

#QuickLinks .elementor-toc__list-item-text-wrapper svg {
    display: none;
}

h3.h3-withno-btm-margin {
    margin-bottom: 0;
}


.para-fee-varies {
    display: block;
    padding-bottom: 12px;
    font-size: 16px;
}

.contentsColumn .backdrop-bec {
    background-color: #744c9e;
    color: #ffffff;
    border-bottom: 1px solid #fff;
}

.contentsColumn .backdrop-far {
    background-color: #4fa332;
    color: #ffffff;
    border-bottom: 1px solid #fff;
}

.contentsColumn .backdrop-reg {
    background-color: #ed9910;
    color: #ffffff;
    border-bottom: 1px solid #fff;
}

.faq-lower-section {
    font-size: 18px;
}

.reference-text {
    font-size: 0.9em;
    text-align: center;
}

.faq-lower-section h3 {
    font-size: 1.12em;
    font-weight: 500;
    padding: 1.5em 0 0.5em;
    margin-bottom: 6px;
    color: #454545;
}

.faq-lower-section h2 {
    font-size: 1.5em;
    padding: 1em 0;
}

.uworldAd {
    z-index: 1;
}

.higherZindex {
    z-index: 3;
}

strong,
b {
    font-weight: 500;
}

.contentsColumn .thin-chart-container .elementor-progress-percentage {
    position: absolute;
    padding-right: unset;
    right: 3px;
    top: 1px;
    color: #3088e5;
    text-shadow: 1px 1px white;
}

.contentsColumn .thin-chart-container .percentage-cell {
    position: absolute;
    padding-right: unset;
    right: 3px;
    top: 1px;
    color: #3088e5;
    text-shadow: 1px 1px white;
    font-weight: 400;
}

/* Color Coating table */
.backdrop-coating {
    position: relative;
}

.backdrop-coating:before {
    content: "";
    padding: 0px 4px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.backdrop-coating-aud:before {
    background: #0079d4;
    border-top: 1px solid #fff;
    
}

.backdrop-coating-bec:before {
    background: #744c9e;
}

.backdrop-coating-far:before {
    background: #4fa332;
}

.backdrop-coating-reg:before {
    background: #ed9910;
    border-bottom: 1px solid #fff;
}

/* sticky nav desktop */
div#ast-desktop-header {
    z-index: 9;
}

h1 {
    font-weight: 200;
}

table.compact-table,
table.custom-pillar-table {
    border-collapse: collapse;
}

table.pillar-page-table,
table.pillar-page-table td,
table.pillar-page-table th {
    border: 1px solid;
}

table.fullwidth-table {
    max-width: 100% !important;
}

table.pillar-page-table tr td:first-child {
    text-align: left !important;
}

table.fullwidth-table tr td {
    text-align: left !important;
}

.check-symbol {
    color: #1e88e5;
    font-weight: 500;
}

table.calc-head th:first-of-type {
    width: 25%;
}

table.calc-head th:nth-of-type(2) {
    width: 35%;
}

table.calc-head th:nth-of-type(3),
table.calc-head th:nth-of-type(4) {
    width: 20%;
}

table.calc-body td:first-of-type {
    width: 20%;
}

table.calc-body td:nth-of-type(2) {
    width: 40%;
}

table.calc-body td:nth-of-type(3),
table.calc-body td:nth-of-type(4) {
    width: 20%;
}

table.calc-body,
table.calc-body tbody,
table.calc-body td {
    border-bottom: none;
}

table.calc-head th:nth-of-type(2),
table.calc-body td:nth-of-type(2) {
    text-align: left !important;
}

table.calc-body td p {
    margin: 0;
}

.bare,
table.bare td,
table.bare tr {
    border: none !important;
}

.custom-list-pillar-page,
.custom-list-with-bullet-points {
    margin: 0 0 0 20px;
}

table.fullwidth-table td:first-child {
    vertical-align: unset;
}

ul.custom-list-pillar-page {
    list-style-type: none;
}

ul.checkmark-list li {
    list-style-type: none;
}

ul.checkmark-list li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 5px 0 -23px;
    color: #1e88e5;
    -webkit-text-stroke: 2px white;
}

/* tabular menu styling */
#contentsColumn .tabular-menu {
    border-bottom: 1px solid #E5E5E5;
}

/* New pillar page css Nov 2022 */
.sub-text-title {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.2;
}

.reference-section-heading{
    font-weight: 500;
}

.text-center{
    text-align: center;
}

.header-gray{
    background-color: #f5f5f5;
}

/* stacking table css */
.stacking-table-wrapper {
    width: 100%;
}

.stacking-table-wrapper .stacking-table {
    width: 100%;
    max-width: 100%;
}

.center {
    margin: 0 auto;
    width: 100%;
}

.stacking-table {
    border-collapse: collapse;
}

.stacking-table td,
.stacking-table th {
    padding: .5em;
}

.stacking-table th {
    text-align: left;
}

@media (max-width:500px) {
    .ast-sticky-active {
        margin: 0;
    }
    
    .pull-quote {
        margin: 1em 0;
        padding: 1.5em;
        font-size: 1em;
        font-weight: 300;
        line-height: 1.3;
    }
}

/* hide the ToC chevron toggle */
/* #TOC-column .elementor-toc__header {
    display: none;
} */

#contentsColumn ol li,
#contentsColumn ul li {
    font-weight: 300;
    color: #757575;
    margin-bottom: 0.75em;
}


.elementor-toc__list-item a:focus {
    outline: none;
}

#contentsColumn ul,
#contentsColumn ol {
    margin-top: 0em;
    margin-bottom: 1em;
}

#contentsColumn h2,
#contentsColumn h3 {
    margin-top: 1em;
}
#contentsColumn h2 {
    margin-bottom: 22px;
}
#contentsColumn h3 {
    margin-bottom: 14px;
}

#contentsColumn h3 {
    font-size: 1.3em;
    font-weight: 300;
}

#contentsColumn .elementor-tabs-wrapper {
    border-bottom: 1px solid #e0e0e0;
}

#contentsColumn .elementor-tabs-wrapper .elementor-active {
    border-bottom: 3px solid #2789E3;
}

/*new mockup design adjustments*/
.pull-quote,
#contentsColumn blockquote {
    background-color: #f2f2f2;
    margin: 1em 1.5em 1em 1.5em;
    border-left: solid 4px #1e88e5;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.5em;
    text-decoration: none;
    font-style: italic;
    padding: 1.25em 1.25em 1.25em 1.35em;
}

table.prominent-header {
    border: none;
    margin-top: 1em;
    margin-bottom: 2em;
}

table.prominent-header td:not(:last-child),
table.prominent-header th:not(:last-child) {
    border-right: none;
}

table.prominent-header th {
    border-bottom: 1px solid #757575;
    border-top: none;
    border-right: none;
    font-weight: 400;
}

table.prominent-header th {
    vertical-align: middle;
}

table.prominent-header td {
    border-right: none;
}

table.prominent-header td,
table.prominent-header th {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

table.no-side-borders td, th {
    border-left: none;
}

/*new 2022 styling*/
div#QuickLinks {
    z-index: 1;
}

#QuickLinks .elementor-widget-container {
    border: 0;
}

#QuickLinks .elementor-toc__header {
    border-bottom: 0;
    padding-bottom: 6px;
    /* padding-left: 0.5em; */
    margin-bottom: 0;
}

#TOC .elementor-toc__list-wrapper {
    margin-left: -1em;
}

#TOC .elementor-toc__list-item {
    margin-bottom: 0;
    line-height: 1.5em;
}

#TOC .elementor-toc__list-item a {
    padding-top: 0.3em;  
    padding-bottom: 0.3em;
}

/*non selected TOC item*/
#QuickLinks a.elementor-toc__list-item-text {
    border-color: coral;
    padding-left: 7px;
    font-weight: 300;
    line-height: 1.3em;
padding: 0.35em 0 0.35em 0.4em;
}

/*selected TOC item*/
#QuickLinks .elementor-item-active {
    border-left: 4px solid #2789E3!important;
    padding-left: 8px;
    font-weight: 500!important;
    letter-spacing: -0.015em;
}

#TOC-column .elementor-toc__list-item {
    margin-bottom: 0;
}

/*ToC Anchor Offset to account for navbar*/
.elementor-menu-anchor {
    display: block;
    position: relative;
    top: -100px;
    margin-top: -100px;
    padding-top: 100px;
}

@media (min-width:320px) {
    /* smartphones, iPhone, portrait 480x320 phones */
    
    /*anchor offset on mobile*/
    .elementor-menu-anchor {
        top: -60px;
        margin-top: -60px;
        padding-top: 60px;
    }
}

@media (min-width:481px) {
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
}

@media (min-width:641px) {
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
}

@media (min-width:768px) and (max-width:769px) {
    #TOC-column .showMore, #TOC-column .showLess {
        padding-left: 6px;
        margin-left: -22px;
    }
    #TOC-column ul, #TOC-column ol {
        margin: 0;
    }
}


/* below breakpoint, ipads and mobile phones */
@media (max-width:1226px) {
    
    #TOC-column .elementor-toc__header {
        display: block !important;
    }
        
    #mobileQuickLinksTrigger .elementor-widget-container {
        margin: 0.4em 0em 0em 0em;
        padding: 0.5em 1em 0.5em 1em;
        border-width: 1px 1px 1px 1px;
        border-radius: 4px 4px 4px 4px;
    }

    div#quickLinksArrow {
        right: 21px;
        top: 12px;
    }
    div#mobileQuickLinks {
        top: 49px;
        margin-left: 1px;
        margin-right: 1em;
        max-width: 99%;
    }
    
}


/* ipad and above adjustments*/
@media (mix-width: 768px) and (max-width:1226px) {
    #primary #TOC-column {
        padding-top: 0;
    }

    #TOC-column .elementor-toc__body {
        padding-top: 0;
        padding-right: 0.1em;
        padding-bottom: 0.5em;
    }
    #primary div#contentsColumn {
        padding-right: 1.2em;
    }

    #TOC-column div:first-child {
        margin-left: 0;
    }
    
    #TOC ol {
        padding-top: 1em;
    }
    
    #TOC ul li {
        font-size: 0.8em;
    }
    
    #TOC .elementor-toc__list-wrapper {
        margin-left: 0.5em;
    }
    
    /* #primary .elementor-toc__header {
        display: none;
    } */
    
    .elementor-menu-anchor {
        top: 20px;
        
    }
	#QuickLinks a.elementor-toc__list-item-text {
        line-height: 1em;
        padding-bottom: 7px;
        padding-top: 7px;
	}
	#TOC-column .showMore, .showLess {
	   padding-left: 6px;
	}
    
}

@media (min-width:961px) {
    
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    #QuickLinks {
        margin: 0;
        padding: 0;
        margin-left: 0.2em;
    }
    
    #TOC .elementor-toc__body {
        padding-left: 0.36em;
    }
    
    table.custom-table-width-75 {
        max-width: 783px;
    }
    
    #QuickLinks .elementor-toc__list-wrapper {
        margin-left: 0em;
    }
    
    table.compact-table {
        max-width: 630px;
    }
    
    table {
        margin: 1.5em auto;
        margin-top: 0;
    }
    
    .elementor-menu-anchor {
        display: block;
        position: relative;
        top: -20px;
        visibility: hidden;
    }
}

 
@media screen and (min-width:769px) and (max-width: 961px) {
   #TOC-column .showLess, .showMore {
      padding-left: 0.5em;
    }

    #TOC-column ul, ol {
        margin: 0 0 0.5em 0em;
    }

    #TOC-column .showMore, #TOC-column .showLess {
        padding-left: 0;
    }
}

@media screen and (min-width:962px) and (max-width: 1225px) {
    .showLess, .showMore {
        /* margin-left: 2em; */
    }
}

@media screen and (min-width: 769px) and (max-width: 1044px) {
    div#cta-sidebar-cta {
        padding-left: 1.3em;
    }
}

@media screen and (width: 768px) {
    #QuickLinks .elementor-toc__header {
        padding-left: 0.51em;
    }
}


@media (min-width:1025px) {
    
    /* big landscape tablets, laptops, and desktops */
    #TOC {
        font-size: 1em;
    }
    
    #TOC .elementor-toc__body {
        padding-left: 1em;
    }
    
    #QuickLinks .elementor-toc__toggle-button {
        display: none;
    }
    
    #QuickLinks .elementor-toc__toggle-button--collapse {
        display: none;
    }
}

@media (min-width:1281px) {
    
    /* hi-res laptops and desktops */
    #TOC .elementor-toc__list-wrapper {
        margin-left: 0.5em;
    }
}



/*768 and down */
@media (max-width: 768px) {
    div#postContentElement {
    margin-top: 1em;
}

    .pillar-section .elementor-container {
        margin-top: -1em;
    }
    
    /* new dropdown styling, old should be deleted once new is live */
    select#mobileTOCselect {
        width: 100%;
    }
    #mobileTOC select {
        max-width: 100%;
    }
    
    div#mobileTOC {
        background-color: #1e88e5;
        margin: 0 auto;
        padding: 0.1em;
        z-index: 9;
        width: 100%;
        max-width: 100%;
        text-overflow: ellipsis;
    }
    
    /* #QuickLinks .elementor-toc__header {
        display: none;
    } */

    #mobileQuickLinks .elementor-toc__header {
        display: none;
    }
    #mobileQuickLinks .elementor-toc__list-item svg {
        display: none;
    }
    #mobileQuickLinks .elementor-widget-container {
        -webkit-box-shadow: 1px 1px 6px 1px rgba(171,171,171,0.75);
-moz-box-shadow: 1px 1px 6px 1px rgba(171,171,171,0.75);
box-shadow: 1px 1px 6px 1px rgba(171,171,171,0.75);
    }
    
    /* .elementor-toc__header {
        display: none;
    } */
    
    #TOC select {
        width: 100%;
    }
    
    .pillar-section {
        padding-top: 0;
    }
    
    #TOC-column {
        margin-top: 0em;
    }
    
    #QuickLinks .elementor-toc__body {
        padding: 0;
    }
    
    .pull-quote,
    #contentsColumn blockquote {
        margin-left: 0;
        margin-right: 0;
        font-size: 1.1em;
        padding: 1em 1.35em;
    }
    
    #contentsColumn ul,
    #contentsColumn ol {
        margin-left: 1.2em;
    }
    
    .contentsColumn table {
        font-size: 0.8em;
    }
    
    table.responsive-table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    
    table.smaller-on-mobile {
        font-size: 0.75em;
    }
    
    table.calc-head th:first-of-type,
    table.calc-body tD:first-of-type {
        display: none;
    }
    
    table.calc-head th:nth-of-type(2) {
        width: 60%;
    }
    
    table.calc-head th:nth-of-type(3),
    table.calc-head th:nth-of-type(4) {
        width: 20%;
    }
    
    table.calc-body th:nth-of-type(2) {
        width: 60%;
    }
    
    table.calc-body td:nth-of-type(3),
    table.calc-body td:nth-of-type(4) {
        width: 20%;
    }
    
    table.calc-body tr,
    table.calc-body td {
        border: none;
    }
    
    .stacking-table {
        margin: 0 auto;
        width: 100%;
        border-spacing: 0;
    }
    
    .stacking-table thead {
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }
    
    .stacking-table tbody,
    .stacking-table tr,
    .stacking-table th,
    .stacking-table td {
        display: block;
        padding: 0;
        text-align: left;
        white-space: normal;
    }
    
    .stacking-table tr td,
    .stacking-table tr th {
        padding: 2em 1em;
        vertical-align: middle;
        overflow: hidden;
        position: relative;
        vertical-align: top;
        width: 100%;
        white-space: normal;
    }
    
    .stacking-table th[scope="row"] {
        width: 100%;
        text-align: center;
        display: block;
        margin: 0 auto;
        padding: .5em 0;
    }
    
    .stacking-table td[data-header]:before {
        content: attr(data-header);
        display: block;
        float: left;
        width: 50%;
        color: #000000;
        font-weight: 400;
        text-align: left;
    }
    
    .stacking-table td[data-header]>* {
        display: block;
        width: 50%;
        float: right;
        clear: right;
        padding-left: 1em;
        margin-top: 0;
    }
    
    .stacking-table td[data-header]:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        padding-bottom: 200%;
        display: block;
    }
    
    .center {
        width: 100%;
    }
    
    #contentsColumn .elementor-tab-title.elementor-tab-mobile-title {
        border: 1px solid #1976D2;
        margin-top: 7px;
    }
}

/* smaller resolution devices, MOTO G4 etc. w 360px and less */
@media (max-width: 360px) {
    .thin-chart-container .elementor-title {
        font-size: 0.9em;
    }
}

/* smallest resolution phones like iPhone 5/SE etc @ 320px  */
@media (max-width: 320px) {
    #contentsColumn .responsive-table {
        font-size: 0.67em;
    }
}

@media (max-width: 1023px) {
    table.nature-score-table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

/* iPad(1,2,mini,air) portrait and landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .ad-custom-img-height img {
        height: 22vh;
    }

    ul, ol {
        margin: 0 0 0.5em 3em;
    }
}

/* iPad (Pro 10.5 and pro 12.9) portrait and landscape */
@media only screen and (min-device-width: 834px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .ad-custom-img-height img {
        height: 22vh;
    }
}
