
/* GLOBAL*/
body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.1em;
}

a {
  color:#fa6e61;
  text-decoration:none;
}

/*
a[href$=""] {
  background:url(../img/box-arrow-up-right) no-repeat right;
  padding-right: 14px;
}
*/
a[href$=".pdf"]::after {
  content: " (pdf)";
}
/* FONTS */

.lora-heading {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
}
.caveat {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
}
/*
.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.caveat-<uniquifier> {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.lora-<uniquifier> {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
  */
/* TYPOGRAPHY */

h1, .h1, h2, .h2 {
  font-family: "Lora", serif;
  font-weight:600;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;

}
h3, .h3, h4, .h4, h5, .h5, h6, .h6{
  font-family: "Lora", serif;
  font-weight:300;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h1, .h1 {
  font-size: calc(1em + 0.5vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: calc(1em + 0.50vw);
    font-family: "Lora", serif;
  }
}

h2, .h2 {
  font-size: calc(1rem + 0.45vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: calc(1em + 0.45vw);
  }
}

h3, .h3 {
  font-size: calc(1rem + 0.35vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: calc(1rem + 0.35vw);
  }
}

h4, .h4 {
  font-size: calc(1em + 0.25vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: calc(1rem + 0.25vw);
  }
}

h5, .h5 {
  font-size: calc(1rem + 0.35vw);
}

h6, .h6 {
  font-size: calc(1rem + 0.35vw);
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

h1.brand-name {
  color: #fa6e61;
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: calc(1em + 0.5vw);
}
h1.brand-name span {
  
}
@media (max-width: 575.98px) {
  h1.brand-name {
    font-size: calc(1em + 0.25vw);
  }
  h1.brand-name span {
    display:none;
  }
  h3, .h3 {
    font-size: 1em;
  }
}

@media (max-width: 767.98px) {
  h1.brand-name {
    font-size: calc(1em + 0.25vw);
  }
  h1.brand-name span {
    display:none;

  }
  h3, .h3 {
    font-size: 1em;
  }
}
@media (max-width: 991.98px) {
  h1.brand-name {
    font-size: calc(1em + 0.50vw);

  }
  h1.brand-name span {
    display:none;

  }
  h3, .h3 {
    font-size: calc(1em + 0.25vw);
  }
}

@media (max-width: 1199.98px) {
  h1.brand-name {
    font-size: calc(1em + 0.50vw);
  }
  h1.brand-name span {
    font-weight:300;
    font-size: calc(1em + 0.50vw);
  }
  h3, .h3 {
    font-size: calc(1em + 0.25vw);
  }
}
h2.support {
  font-family: "Caveat", cursive;
  font-size: calc(2rem + 0.65vw);
}
h3.support {
  font-family: "Caveat", cursive;
  font-size: calc(2rem + 0.65vw);
}
p.support {
  font-family: "Caveat", cursive;
  font-size: calc(1.5rem + 0.5vw);
}

/* SIDEBAR*/

#wrapper {
  overflow-x: hidden;
}

#sidebar-wrapper {
  min-height: auto;
  margin-left: -10rem;
  transition: margin 0.25s ease-out;
}
#sidebar-wrapper {
  background-color: #bc4639;
  background-image: url("https://transparenttextures.com/patterns/xv.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.25em;
}

#sidebar-wrapper .list-group {
  width: 9rem;
}
/*sidebar menu/list */
.list-group-item-light {
  color: #000;
  background-color: transparent;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  background-color: #ffffff29;
  background-color: transparent;
  color:#fff;
}
.list-group-item-light.list-group-item-action.active {
  color: #000;
  background: #ffffff26;
  border-color: #fff;
  color:#fff;
} 
#page-content-wrapper {
  min-width: 100vw;
}


body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
    margin-left: -10rem;
  }
}
/* MAIN and SECTIONS */

main > .container-fluid {
  padding: 2rem 1rem 2rem 0rem;
}

/* PAGINATION and BREADCRUMBS SECTION */

.breadcrumb-top > .row > .col-6 {
  padding: 0.65rem 2rem;
}
.breadcrumb-item {
  font-size: 0.90em;
  color: #555;
}
.page-link {
  font-size: 0.90em;
  border:none;
  color:#555;
}
.pagination {
    margin: 0;
  }
ul.pagination {
  height:inherit;
  padding:0;
  color:#555;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
  /*
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: none;
*/
  display: flex;
  list-style: none;
}

ol.breadcrumb {
  color: #555;
  margin-bottom: 0;
}

/* INTRO SECTION */
section.intro {
  padding: 0 0 0 1rem;
}

a[href$="-- nothing here yet --"]::after {
  content: "<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-double-right" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="M3.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L9.293 8 3.646 2.354a.5.5 0 0 1 0-.708z"/>
  <path fill-rule="evenodd" d="M7.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L13.293 8 7.646 2.354a.5.5 0 0 1 0-.708z"/>
</svg>";
}
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-double-right" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="M3.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L9.293 8 3.646 2.354a.5.5 0 0 1 0-.708z"/>
  <path fill-rule="evenodd" d="M7.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L13.293 8 7.646 2.354a.5.5 0 0 1 0-.708z"/>
</svg>

/* SITEMAP SECTION */


/* LINKS */

a.link1 {
  text-decoration: none;
  color: #fff;
}
a.link1:hover {
  color: #ffc107;
}

a.link2 {
  text-decoration: none;
  color: #fff;

  /*
  border-bottom: .0625rem solid #4BDC54;
  */
  border-bottom: .1rem dotted #ffff99;
  padding-top: .05rem;
  padding-bottom: .05rem;
  background: linear-gradient(to bottom,rgba(255,255,153,0),rgba(255,255,153,0.5));
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 0 0;
}
a.link2:hover {
  color: #fff;
  background-size: .625rem 3.125rem;
}
a.link3 {
  text-decoration: none;
  color: #000;
  border-bottom: 0.10rem dotted #4383f6;
  padding: .05rem 0.25rem;
  background: linear-gradient(to top,rgba(255,255,102,1),rgba(255,255,102,0.65));
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 0 0;
}
a.link3:hover {
  color: #000;
  background-size: .625rem 3.125rem;
  border-bottom: 0.125rem solid #ffff66;
}

/* QUOTES or MESSAGE BOXES */
.quote-box {
}
.quote-box-border {
  border-left: 0.15rem solid #555;
  padding-left:1rem;
}
.quote-text {
  font-size: inherit;
	font-style:italic;
  margin: 0;
}
.quote-text span {
	content: "\0022";
	color: #988B79;
	font-size: 2em;
	letter-spacing: 1rem;
	display: block;
	margin-top: ;
	margin-bottom:2rem;
	margin-left: 2rem;
}
.quote-marks::before {
	content: "\0022";
	color: #988B79;
	font-size: 2em;
	letter-spacing: 1rem;
	display: block;
	margin-top: ;
	margin-bottom:2rem;
	margin-left: 2rem;
}
	
    /*
  content: "\275D"; (rounded fancy left quote)
  content: "\02EE"; (plain double quote)
  content: "\201D"; (plain double right quote)
  ❞ 275E  HEAVY DOUBLE COMMA QUOTATION MARK ORNAMENT
  ❝ 275D  HEAVY DOUBLE TURNED COMMA QUOTATION MARK ORNAMENT
  ❛ 275B  HEAVY SINGLE TURNED COMMA QUOTATION MARK ORNAMENT
  ❜ 275C  HEAVY SINGLE COMMA QUOTATION MARK ORNAMENT
  ❟ 275F  HEAVY LOW SINGLE COMMA QUOTATION MARK ORNAMENT
  ❠ 2760  HEAVY LOW DOUBLE COMMA QUOTATION MARK ORNAMENT

  */
@media (min-width: 1200px) {
  .quote-box {
    padding:0rem 1rem;
}
}
@media (max-width: 1199.98px) {
  .quote-box {
    padding:0rem;
}
}
.quote-span {
  content: "\275D";
}
.quote-author, .quote-author a {
  text-align: right;
  font-style: normal;
}
.quote-author::before {
  content: "\2014";
}


/* BUTTONS and OTHER UTILITIES */

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #777a7d;
  --bs-btn-border-color: #777a7d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
/*
.btn-secondary {
  background-color:#777a7d!important;
}
*/

/* PRESS PAGE ACCORDION STYLING */

.accordion-header {
  font-family: Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
  font-size: calc(1em + 0.3vw);
  text-transform: uppercase;
}
@media (min-width: 1200px) {
.accordion-header {
   font-size: calc(1em + 0.3vw);
  }
}
.accordion-item {
  border-color:#fff;
  border-width:2px;
  border-style:solid;
  margin:3px 0;
}
.accordion-button.collapsed {
  background: rgba(165,179,195,0.25);
}
.accordion-button:focus {
   z-index: 3;
   /*
   border-color: rgba(165,179,195,0.50);
   */
   border-color:#fff;
   outline: 0!important;
   /* I changed the color on this line */
   /* If you do not want any color, just delete */
   box-shadow: 0 0 0 0.10rem rgba(165,179,195,0.25);
}
.accordion-button:not(.collapsed) {
    color: #555;
    background-color: rgba(165,179,195,0.15);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
/*End ACCORDION STYLING*/



footer {
  padding: 1rem 0 0rem 0;
}
footer, .footer {
}
.footer a {
  color: #000;
  text-decoration: none;
}
.footer a:hover {
  color:#fa6e61;
}
.footer {
  color: #000;
}
.scc-map {
  width:80%;
}
@media (max-width: 575.98px) {
  .scc-map {
    width:60%;
  }
}

@media (max-width: 767.98px) {
  .scc-map {
    width:70%;
  }

  }
.bg-988B79 {
	/* background-color: #5C2018;  */
 	border-top: #988B79 solid 7px;
	background: linear-gradient(to right,rgba(2,102,112,0.5),rgba(252,225,129,0.1));
	/*background-image: url("../img/60-lines.png");*/
}
.bg-copyright {
	/* background-color: #5C2018;  */
 	border-top: #988B79 solid 7px;
	background: #988B79;
	/*background-image: url("../img/60-lines.png");*/
}