p:empty {
  display: none;
}

.background-color-1 {
    background-color: #EDEEEF;
}

.background-color-2 {
    background-color: #555353;
}

.background-color-3{
    background-color: #0891AB;
}

.background-color-4 {
    background-color: #66A40E;
}

.background-color-5 {
    background-color: rgba(188,188,188, 0.68);
}

.sup.width-m {
    max-width: 700px !important;
    margin: 0 auto;
}

.sup.width-s {
    max-width: 500px !important;
    margin: 0 auto; 
}

.large-curve{
    border-radius: 15px;
}

.background-color-2 p, .background-color-2 h5, 
.background-color-3 p, .background-color-3 h5, .background-color-3 .sup-accordion-subtitle  {
    color: #ffffff; 
}

i.icon.icon-arrow.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.icon-arrow.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.icon-arrow {
    border-style: solid; 
    border-color: black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3.5px;
    margin-left: 1px;
}

.background-color-3 .icon-arrow {
    border-color: white;
}

.transition-all {
    transition: all 0.5s ease-out;
}


@media screen and (max-width: 600px){
    .med-width, .sup-short-width {
      width: 85% !important;
    }
  
    section.sup {
      padding: 0;
      margin: 3em auto !important;
    }
}

@media (min-width: 700px) {
    section.sup {
        padding: 5rem 0 6rem;
    }
}


/*  CTA'S  */

.sup-cta a > button {
    font-weight: 600;
    /*min-width: 200px;*/
    min-width: 150px;
    width: fit-content;
    /*padding: 13px 2em;*/
    padding: 10px 1.25em;
}

.sup.sup-cta button:hover {
    text-decoration: none;
}

.direct-cta .button {
    background-color: #66A40E;
    border: none;
}

.direct-cta .button:hover,
.sup-cta.direct-button-cta button:hover {
    background-color: #44690F;
}

a.sup.sup-cta.sup-cta-underline:hover {
    color: black;
    text-decoration: underline;
}

section.sup.sup-cta-box {
    text-align: center;
    margin: 0 auto;
}

.sup-cta-box-inner {
    padding: 2% 6%;
    border-radius: 15px;
    /*width: 85%;*/
    margin: 0 auto;
}

.sup-cta-box-text p {
    text-align: center!important;
}

.sup-cta.direct-button-cta button {
    background-color: #66A40E;
}

a.sup-cta-underline {
    font-weight: 400;
    text-decoration: underline;
    color: #000000;
}

.sup-cta.transitional-button-cta button {
    border-color: #000000;
    color: #000000;
}

.sup-cta >a > button.button {
    display: block;
    margin: 3em auto;
}

.sup-cta.transitional-button-cta button:hover {
    border-color: #000000;
    color: #000000;
    background: white;
}

.sup-cta-box-inner:not(.background-color-1) button.button:hover {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    color: rgba(255,255,255,0.5);
}

.transitional-button-cta button.button:hover {
    border: 1px solid rgb(25 22 22 / 50%);
    color: rgb(25 22 22 / 50%);
}

/* Lists */

.sup-list{
    padding: 6rem 0;
}

.sup-list .sup-list-inner {
    display: block;
    padding: 3.25em 3.25em 3.5em;
}

.sup-list .sup-list-inner:not([class*=background-color]) {
    padding: 0 3.25em;
}

.sup-list .sup-list-inner ul, .sup-list .sup-list-inner ol {
    padding: 0px;
    margin: 0px;
}

.sup-list-item-subtitle {
    font-weight: 600;
}

.sup-list-title {
    margin-left: 1em;
}

.sup-list .sup-list-inner h5 {
    margin-top: 0px;
}

.sup-list-item:not(:first-of-type), 
.sup-list li:not(:first-of-type) {
    border-top: 2px solid rgba(0,0,0,0.2);
    padding-top: 3%;
    padding-top: 1em;
}

.sup-list.ordered-bullets .sup-list-item {
    display: flex;
}

.sup-list.ordered-bullets ol {
    list-style: none;
}

.sup-list.ordered-bullets ol li{
    /*display: flex;*/
    position: relative;
}

.sup-list.ordered-bullets .sup-list-item-bullet {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-right: 0.7em;
    margin-top: 2px;
    margin-left: -2.2em;
    font-weight: 600;
    color: white;
    background-color: #52A1B1;
    width: 32px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    border: 2px solid #52A1B1;
    position: absolute;
}

.sup-list-item-text {
    width: calc(100% - 25px);
}


@media screen and (max-width: 600px) {
    .sup-list .sup-list-inner {
        padding: 2.25em 2em;
    }

    .sup-list .sup-list-inner:not([class*=background-color]) {
        padding: 0 2em;
    }

  .sup-list {
    padding: 0;
    margin: 3em 0;
  }

  #article-content > * + .sup-list.ordered-bullets,
  #article-content .color-block > * + .sup-list.ordered-bullets {
    width: 85%;
  }

  .sup-list-item-text {
    width: 100%;
  }

  
  .sup-list-items ul li,
  .sup-list-items ol li {
    margin: 10px 0 10px 20px;
  }

  .sup-list.ordered-bullets .sup-list-inner ol {
    margin-left: 20px;
  }

  .sup-list.ordered-bullets .sup-list-inner .sup-list-title {
    margin-left: 40px;
  }

}

@media screen and (max-width: 400px) {
  .sup-list {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Accordions */

.sup-accordions-inner {
    display: block;
    padding: 1em 2em 2em;
}

.sup-accordion-arrow .icon-arrow {
    padding: 0.25em 0.225em;
}

.sup-accordion:hover {
    cursor: pointer;
}

.icon-arrow.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.sup-accordion-arrow .icon-arrow.up {
    position: relative;
    top: 10px;
}

.sup-accordion-arrow {
    width: 14%;
    display: flex;
    height: 0.75em;
    margin-top: -10px;
    justify-content: flex-end;
    margin-right: 1.25em;
}

.sup-accordion-subtitle {
    width: 86%;
    padding: 0.75em 0;
    font-weight: 600;
}

.sup-accordion {
    display: flex;
    align-items: center;
}

.sup-accordions-inner:not([class*="background"]) {
  padding: 0;
}


.sup.sup-accordions h5 {
    margin-top: 2em;
}

.sup-accordion {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.sup-accordion-text:last-of-type{
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.background-color-3 .sup-accordion{
    border-top: 1px solid rgba(225,225,225, 0.5);
}

.background-color-3 .sup-accordion-text:last-of-type {
    border-bottom: 1px solid rgba(225,225,225, 0.5);
}

.background-color-3 .sup-accordion-text p a {
    color: #FFFFFF;
    text-decoration: underline;
}

.background-color-3 .sup-accordion-text p a:hover {
    color: #FFC045;
}

    
.sup-accordion-text {
    max-height: 0;
    overflow: hidden;
}

.sup-accordion-text p {
    font-weight: 400;
}

@media screen and (max-width: 600px) {
    .sup-accordions .sup-accordions-inner {
        padding: 2.25em 1.75em;
    }

    .sup-accordions-inner:not([class*="background-color"]) {
      padding: 0;
    }
    .sup-accordions-inner .sup-accordion-title h5 {
      margin-top:0; 
    }
}


/* Pull Quote */

section.sup-quote.with-quote-icon {
    padding: 1rem 0 0rem;
}

.sup-quote-inner {
    padding: 3.25em 3.25em 3.5em;
}

.with-quote-icon .sup-quote-text > p,
.with-white-quote-icon .sup-quote-text > p {
    color: rgb(41, 163, 179);
}

.sup-quote-text > p {
    font-weight: 500;
    font-style: italic;
    line-height: 1.75;
    font-size: 20px;
}

.sup-quote.with-quote-icon .sup-quote-text, 
.sup-quote.with-white-quote-icon .sup-quote-text {
    background-size: 15%;
    padding-top: 1.5em;
    background-position: 0% 0%, 100% 69%;
    background-repeat: no-repeat, no-repeat;
}

.sup-quote.with-quote-icon .sup-quote-text {
    background-image: url(../png/first-quote.png), url(../png/second-quote.png);
}

div.color-block .sup-quote.with-quote-icon .sup-quote-text {
    background-image: url(../png/first-quote-white.png), url(../png/second-quote-white.png);
}

p.sup-quote-link > a,
.sup-quote-name p {
    color: #1A1818;
    font-weight: 500;
}

.sup-quote-text .icon-arrow {
    padding: 4.5px;
    border-color: inherit;
}

.sup-quote-inner.large-curve.background-color-4 * {
    color: white;
}

.sup-quote.with-quote-icon .sup-quote-text > *,
.sup-quote.with-white-quote-icon .sup-quote-text > * {
    width: 100%;
    padding: 0 1.125em;
}


@media screen and (max-width: 600px) {
    .sup-quote-inner {
      padding: 3.25em 3.25em 3.5em;
      padding: 1.25em 0;
    }
    .sup-quote.with-quote-icon .sup-quote-text {
        background-size: 29%;
        padding-top: 43px;
        background-position: 0% 0%, 100% 69%;
        background-repeat: no-repeat, no-repeat;
    }

    .sup-quote .sup-quote-text {
        width: 95%;
        margin: 0 auto;
    }

    .sup-quote .sup-quote-inner.background-color-4  .sup-quote-text {
      padding: 1.875em;
    }
}


/* Emphasize Text */
.sup-emphasize-text.with-header h5 {
    border-bottom: 2px solid #0891AB;
    padding-bottom: 0.25em;
    margin: 0 0 0.50em 0;
    padding-bottom: 0.50em;
    font-size: 1.75em;
    text-transform: uppercase;
    letter-spacing: 0;
  }
  .sup-emphasize-text.with-header h5, .sup-emphasize-text.side-border p {
    color: #0891AB;
  }
  .sup-emphasize-text.side-border .sup-emphasize-text-inner {
    border-left: 3px solid #0891AB;
    padding-left: 1.1em;
  }
  .sup-emphasize-text.side-border p {
    font-weight: 600;
    margin: 0;
  }
  .sup-emphasize-text-blocks-inner {
    overflow: scroll;
    display: flex;
    scroll-snap-type: x mandatory;
  }
  .sup-emphasize-text-block {
    min-width: 100%;
    scroll-snap-align: center;
  }
  .sup-emphasize-text-block-text h5, .sup-emphasize-text-block-text p {
    text-align: center;
    margin: 0;  
  }
  .sup-emphasize-text-block.light h5, .sup-emphasize-text-block.light p {
    color: black;
  }  
  .sup-emphasize-text-block.light .b-actions .button, .sup-emphasize-text-block.light .b-actions .button:hover {
    color: black;
    border: 1px solid black;
    background-color: transparent;
  }  
  .sup-emphasize-text-block.dark h5, .sup-emphasize-text-block.dark p {
    color: white;
  }  
  
  @media screen and (max-width: 600px){
    .sup-emphasize-text.with-header h5 {
      padding-bottom: 0.3em;
      font-size: 1.125em;
      margin: 0 0 1em;
    }    
    .sup-emphasize-text.side-border .sup-emphasize-text-inner {
      padding-left: 0.85em;
    }    
    .sup-emphasize-text.side-border p {
      font-size: 1.125em;
    }
    .sup-emphasize-text-blocks-inner .sup-emphasize-text-block {  
      padding: 3em 2em 0;
      margin-right: 7.5%;
    }
    .sup-emphasize-text-blocks-inner .sup-emphasize-text-block:last-of-type {  
      margin-right: 0;
    }    
    .sup-emphasize-text-block-text h5 {
      font-size: 1.75em;
      margin-bottom: 0.75em;
    }
    .sup-emphasize-text-block-text p {
      margin-bottom: 6em;
    }    
  }

  /* Basic Table  */

.sup-table {
	padding: 1em 0;
}

.sup-table table {
    table-layout: fixed;
    width: 100%;
    font-weight: 700;
    font-size: 0.875em;
}

.sup-table th {
    color: rgba(0,0,0,0.5);
    text-align: left;
}

.sup-table th, .sup-table td {
    vertical-align: middle;
    white-space: pre-wrap;
    padding: 1em;
    border-color: white;
    
}

.sup-table .sup-table-inner th.background-color-3 {
    background-color: #0891AB;
    color: white;
}

.sup-table th:nth-child(even), 
.sup-table td:nth-child(even):not(.background-color-3) {
    background-color: #F6F6F7;
}

.sup-table th:nth-child(odd), 
.sup-table td:nth-child(odd):not(.background-color-3) {
    background-color: #DDDDDD;
}

.sup-table td.background-color-3 {
    color: white;
}

.sup-table tr td:first-child:not(.background-color-3) {
    color: #52A1B1;
}




/* Compare Table */

.sup-table.compare  table {
    table-layout: fixed;
    width: 100%;
    font-weight: 700;
    font-size: 0.875em;
}

.sup-table.compare th:nth-child(n+3),
.sup-table.compare td:nth-child(n+3) {
  display: none;
}

.sup-table.compare th:nth-child(1) {
    background-color: #0891AB;
    color: #FFF;
    font-weight: 600;
}

.sup-table.compare th:nth-child(2) {
	background-color: #e8e8e8;
	color: #000;
	font-weight: 600;
}

.sup-table.compare td:nth-child(1) {
	background-color: #F6F6F6;
	color: #000;
	font-weight: 400;
}

.sup-table.compare tr td:first-child {
	color: #000;
    font-weight: 400;
}

.sup-table.compare td:nth-child(2) {
	background-color: #e8e8e8;
	color: #000;
	font-weight: 400;
}

/* Helpful Info */

.sup.flex.width-m.helpful-info *, 
.mobile-hide.info *  {
    color: white;
}

.sup.helpful-info > div,
div.info {
    padding: 4rem 4rem 2.5rem;
}

.sup.helpful-info h3,
.info h3 {
    font-size: 24px;
    letter-spacing: 0;
    margin-top: 0px;
}

section.helpful-mobile {
    /*display: none;*/
}

@media screen and (max-width: 1000px) {
    section.helpful-mobile {
        display: block !important;
    }
    .info.mobile-hide {
        display: none;
    }
}

/* color-blocking  */

#article-content > *:not(.full-width) {
    margin-left: auto;
    margin-right: auto;
    max-width: 975px;
    width: 85%;
}

#article-content .color-block {
    padding: 4em 0;
}

#article-content .color-block > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 975px;
    width: 85%;
}

#article-content {
    margin-top: 5%;
}

@media screen and (max-width: 700px) {
  .color-block.background-color-5 .sup-list-inner:not(.background-color-1) {
    padding: 2.25em 0;
  }

}

@media screen and (min-width:776px) {
    .page:not(.page-template-template-article-2) .color-block {
        background-color: white;
    }

}

@media screen and (max-width:776px) {
    .page:not(.page-template-template-article-2) #site-content .content-container .content-left .entry-content > *:not(.full-width) {
        margin-left: auto;
        margin-right: auto;
        max-width: 975px;
        width: 85%;
    }


    .page:not(.page-template-template-article-2) .entry-content .color-block > * {
        margin-left: auto;
        margin-right: auto;
        max-width: 975px;
        width: 85%;
    }

    .page:not(.page-template-template-article-2) .entry-content .color-block {
        padding: 4em 0;
    }

    .page:not(.page-template-template-article-2) .entry-content {
        margin-top: 5%;
    }
    .page:not(.page-template-template-article-2) .content-left {
        width:100%;
    }
}
