/* BLOCKQUOTE SECTION */
  .ar-25-blockquote {
      display: flex;
      justify-content: center;
      width: 100%;
      height: auto;
      padding: 0;
      background-color: transparent;
      position: relative;
      margin-top: 2rem;
      z-index: 0;
      border-radius: var(--ar-container-radius);
  }

  .ar-25-blockquote .container {
      background-color: #fff; /*placeholder*/
      position: relative;
  }
              
  blockquote.ar-25-blockquote  {
      margin: 3rem 0;
      word-wrap: break-word;
      font-size: larger;
      font-style: normal;
      border-left: none;
      padding: 1.5rem 3rem;
      position: relative;
      line-height: 1.5;
      z-index: 1;
      background-color: #fff; /*placeholder*/
  }
  
  blockquote.ar-25-blockquote:before {
      display: block;
      font-family: var(--ar-25-font-alt) !important;
      content: "\201C";
      color: #555; /*placeholder*/
      position: absolute;
      font-size: 330px !important;
      top: -150px !important;
      left: -15px !important;
      pointer-events: none;
      mix-blend-mode: multiply;
      opacity: 0.75;
      z-index: 0;            
  }

  /* BLOCKQUOTE BG */
	.ar-25-cat-1 blockquote.ar-25-blockquote {
	    background-color: var(--ar-25-cat-1-light);
	}
	.ar-25-cat-2 blockquote.ar-25-blockquote {
	    background-color: var(--ar-25-cat-2-light);
	}
	.ar-25-cat-3 blockquote.ar-25-blockquote {
	    background-color: var(--ar-25-cat-3-light);
	}
	.ar-25-cat-4 blockquote.ar-25-blockquote {
	    background-color: var(--ar-25-cat-4-light);
	}
	.ar-25-cat-5 blockquote.ar-25-blockquote {
	    background-color: var(--ar-25-cat-5-light);
	}
  
  /* BLOCKQUOTE GRAPHIC */
	.ar-25-cat-1 blockquote.ar-25-blockquote::before {
	    color: var(--ar-25-cat-1);
	    z-index: 0;
	}
	.ar-25-cat-2 blockquote.ar-25-blockquote::before {
	    color: var(--ar-25-cat-2);
	    z-index: 0;
	}
	.ar-25-cat-3 blockquote.ar-25-blockquote::before {
	    color: var(--ar-25-cat-3);
	    z-index: 0;
	}
	.ar-25-cat-4 blockquote.ar-25-blockquote::before {
	    color: var(--ar-25-cat-4);
	    z-index: 0;
	}
	.ar-25-cat-5 blockquote.ar-25-blockquote::before {
	    color: var(--ar-25-cat-5);
	    z-index: 0;
	}
	
	/*AR TABS*/
 /* .tab-group {*/
 /*     display: contents;*/
 /*     box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);*/
 /* }*/

 /* .tabs {*/
 /*     display: flex;*/
 /*     flex-wrap: wrap;*/
 /* }*/

 /* .tabs input[type="radio"] {*/
 /*     display: none;*/
 /* }*/

 /* .tabs label {*/
 /*     position: relative;*/
 /*     display: block;*/
 /*     margin-right: 1rem;*/
 /*     cursor: pointer;*/
 /*     border-radius: var(--tab-radius) var(--tab-radius) 0 0;*/
 /*     z-index: 1;*/
 /*     padding: 0;*/
 /*     background: inherit;*/
 /* }*/

 /* .tabs label::before {*/
 /*     content: "";*/
 /*     position: absolute;*/
 /*     top: 0;*/
 /*     left: -12px;*/
 /*     width: 24px;*/
 /*     height: 99%;*/
 /*     background: inherit;*/
 /*     transform: skewX(-30deg);*/
 /*     border-top-left-radius: var(--tab-radius);*/
 /*     z-index: -1;*/
 /* }*/

 /* .tabs label::after {*/
 /*     content: "";*/
 /*     position: absolute;*/
 /*     top: 0;*/
 /*     right: -12px;*/
 /*     width: 24px;*/
 /*     height: 99%;*/
 /*     background: inherit;*/
 /*     transform: skewX(30deg);*/
 /*     border-top-right-radius: var(--tab-radius);*/
 /*     z-index: -1;*/
 /* }*/
 /* .tabs label .tab-content {*/
 /*     display: block;*/
 /*     color: var(--text-color);*/
 /*     font-family: var(--ar-25-font-alt-b) !important;*/
 /*     font-size: 0.8rem;*/
 /*     padding: 0.45rem 0;*/
 /* }*/

 /* @media (max-width: 1274px) {*/
	/*  .tabs label {*/
 /*     margin-right: 10px;*/
 /*   }*/
	/*  .tabs label .tab-content {*/
	/*      letter-spacing: -1px;*/
	/*      word-spacing: -5px;*/
	/*  }*/
	/*}*/
	
 /* .tab {*/
 /*     order: 99;*/
 /*     flex-basis: 100%;*/
 /*     display: none;*/
 /* }*/

 /* .tabs label:first-of-type {*/
 /*     margin-left: 30px;*/
 /* }*/

 /* .tabs input[type="radio"]:checked + label {*/
 /*     background: white;*/
 /*     z-index: 2;*/
 /* }*/

 /* .tabs input[type="radio"]:checked + label .tab-content {*/
 /*     color: var(--text-color);*/
 /* }*/

 /* .tabs input[type="radio"]:checked + label + .tab {*/
 /*     display: block;*/
 /* }*/

 /* .tab-group input:checked ~ .tab {*/
 /*     margin-top: -2px;*/
 /*     z-index: 1;*/
 /* }*/

  /*Tab label and BLOCKQUOTE colors */
  .ar-25-blockquote .container:has(> ar-25-cat-1) /*,
  .tab-group input.ar-25-cat-1.light ~ label,
  .tab-group input.ar-25-cat-1.light:checked ~ label,
  .tab-group input.ar-25-cat-1.light:checked ~ .tab*/ {
      background-color: var(--ar-25-cat-1);
  }
  
  .tab-group input.ar-25-cat-1 ~ label:hover /*,
  .ar-25-cat-1*/ {
      background-color: var(--ar-25-cat-1-light);
  }

  .ar-25-blockquote .container:has(> ar-25-cat-2) /*,
  .tab-group input.ar-25-cat-2.light ~ label,
  .tab-group input.ar-25-cat-2.light:checked ~ label,
  .tab-group input.ar-25-cat-2.light:checked ~ .tab */{
      background-color: var(--ar-25-cat-2);
  }

  .tab-group input.ar-25-cat-2 ~ label:hover /*,
  .ar-25-cat-2*/ {
      background-color: var(--ar-25-cat-2-light);
  }

  .ar-25-blockquote .container:has(> ar-25-cat-3) /*,
  .tab-group input.ar-25-cat-3.light ~ label,
  .tab-group input.ar-25-cat-3.light:checked ~ label,
  .tab-group input.ar-25-cat-3.light:checked ~ .tab */{
      background-color: var(--ar-25-cat-3);
  }

  .tab-group input.ar-25-cat-3 ~ label:hover /*,
  .ar-25-cat-3 */{
      background-color: var(--ar-25-cat-3-light);
  }

  .ar-25-blockquote .container:has(> ar-25-cat-4) /*,
  .tab-group input.ar-25-cat-4.light ~ label,
  .tab-group input.ar-25-cat-4.light:checked ~ label,
  .tab-group input.ar-25-cat-4.light:checked ~ .tab */{
      background-color: var(--ar-25-cat-4);
  }

  .tab-group input.ar-25-cat-4 ~ label:hover /*,
  .ar-25-cat-4 */{
      background-color: var(--ar-25-cat-4-light);
  }

  .ar-25-blockquote .container:has(> ar-25-cat-5) /*,
  .tab-group input.ar-25-cat-5.light ~ label,
  .tab-group input.ar-25-cat-5.light:checked ~ label,
  .tab-group input.ar-25-cat-5.light:checked ~ .tab */{
      background-color: var(--ar-25-cat-5);
  }

  .tab-group input.ar-25-cat-5 ~ label:hover /*,
  .ar-25-cat-5 */{
      background-color: var(--ar-25-cat-5-light);
  }

  .tab-group input.ar-25-cat-6:checked ~ label,
  .tab-group input.ar-25-cat-6:checked ~ .tab {
      background-color: var(--ar-25-cat-6);
  }

  .tab-group input.ar-25-cat-6 ~ label:hover /*,
  .ar-25-cat-6 .light */{
      background-color: var(--ar-25-cat-6-light);
  }

  .faux-tab-section {
      position: relative;
      width: 100%;
      min-height: 100px;
      background-color: purple;
      overflow: visible;
      margin-top: 50px;
      margin-bottom: 50px;
  }

  .faux-tab {
      display: block;
      height: 30px !important;
      width: 172px !important;
      position: absolute;
      top: -28px;
      z-index: 1;
  }
  .faux-tab svg {
      fill: blue;
      width: inherit;
      height: inherit;
  }

  .faux-tab-left {
      left: 25px;
  }
  .faux-tab-center {
      left: 41%;
  }
  .faux-tab-right {
      right: 25px;
  }



  /* FAUX TAB COLORS */
  .faux-tab-section.ar-25-cat-1 {
      background-color: var(--ar-25-cat-1);
  }

  .faux-tab-section.ar-25-cat-2 {
      background-color: var(--ar-25-cat-2);
  }

  .faux-tab-section.ar-25-cat-3 {
      background-color: var(--ar-25-cat-3);
  }
  

  .faux-tab-section.ar-25-cat-4 {
      background-color: var(--ar-25-cat-4);
  }

  .faux-tab-section.ar-25-cat-5 {
      background-color: var(--ar-25-cat-5);
  }


  .faux-tab-section.ar-25-cat-1 > .faux-tab svg {
      fill: var(--ar-25-cat-1);
      stroke-width: 1px;
      stroke: var(--ar-25-cat-1);
  }
  .faux-tab-section.ar-25-cat-2 > .faux-tab svg {
      fill: var(--ar-25-cat-2);
      stroke-width: 1px;
      stroke: var(--ar-25-cat-2);
  }
  .faux-tab-section.ar-25-cat-3 > .faux-tab svg {
      fill: var(--ar-25-cat-3);
      stroke-width: 1px;
      stroke: var(--ar-25-cat-3);
  }
  .faux-tab-section.ar-25-cat-4 > .faux-tab svg {
      fill: var(--ar-25-cat-4);
      stroke-width: 1px;
      stroke: var(--ar-25-cat-4);
  }
  .faux-tab-section.ar-25-cat-5 > .faux-tab svg {
      fill: var(--ar-25-cat-5);
      stroke-width: 1px;
      stroke: var(--ar-25-cat-5);
  }
  

    /* Mobile */

  @media (max-width: 970px) {

      /* CATEGORY PAGES */ 
			.ar-25-category-block {
				display: grid;
				grid-template-columns: 1fr;
			}

      .ar-25-blockquote {
          padding: 1rem;
      }
      .ar-25-blockquote:before {
          top: -355px !important;
          left: 25px !important;
      }
  }