/* Export Control Page Styles */
  .intl-ship-page {
    
    color: #333333;
    line-height: 1.65;
    background: #ffffff;
  }

  .intl-ship-hero {
    background: linear-gradient(135deg, #ffffff 0%, #f7f7f7 100%);
    border: 1px solid #C8C9C7;
    border-left: 8px solid #F56600;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .intl-kicker {
    display: inline-block;
    color: #F56600;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.85rem;
    margin-bottom: 0.35rem;
  }

  .intl-ship-hero h2,
  .intl-section-title,
  .intl-card h3,
  .intl-callout h3,
  .intl-contact h3 {
    
    color: #00205B;
    margin-top: 0;
  }

  .intl-ship-hero h2 {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 0.75rem;
  }

  .intl-ship-hero p {
    margin: 0 0 0.75rem;
    max-width: 90ch;
  }

  .intl-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #00205B;
    color: #ffffff;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 700;
    margin: 0.25rem 0.5rem 0.25rem 0;
  }

  .intl-section-title {
    background: #00205B;
    color: #ffffff;
    padding: 0.9rem 1rem;
    margin: 2rem 0 1rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
    border-left: 6px solid #F56600;
  }

  .intl-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  @media (min-width: 768px) {
    .intl-grid.two-col {
      grid-template-columns: 1fr 1fr;
    }
  }

  .intl-card {
    background: #ffffff;
    border: 1px solid #C8C9C7;
    border-top: 5px solid #F56600;
    padding: 1.1rem 1.15rem;
    height: 100%;
    box-shadow: 0 2px 8px rgba(46, 26, 71, 0.05);
  }

  .intl-card.alt {
    border-top-color: #00205B;
  }

  .intl-card h3 {
    font-size: 1.4rem;
    line-height: 1.25;
    margin-bottom: 0.65rem;
  }

  .intl-card p {
    margin: 0 0 0.75rem;
  }

  .intl-list {
    margin: 0.25rem 0 0 1.1rem;
    padding: 0;
  }

  .intl-list li {
    margin-bottom: 0.65rem;
  }

  .intl-list strong {
    color: #2E1A47;
  }

  .intl-callout {
    background: #F7F7F7;
    border: 1px solid #C8C9C7;
    border-left: 6px solid #F56600;
    padding: 1.1rem 1.15rem;
    margin-top: 1rem;
  }

  .intl-callout h3 {
    margin-bottom: 0.5rem;
    font-size: 1.35rem;
  }

  .intl-contact {
    background: #ffffff;
    border: 1px solid #C8C9C7;
    padding: 1.1rem 1.15rem;
    box-shadow: 0 2px 8px rgba(46, 26, 71, 0.04);
  }

  .intl-contact h3 {
    font-size: 1.35rem;
    margin-bottom: 0.65rem;
  }

  .intl-note {
    background: #fff7f1;
    border-left: 6px solid #F56600;
    padding: 0.9rem 1rem;
    margin-top: 1rem;
  }

  .intl-link-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
  }

  
  .intl-icon {
    color: #F56600;
    font-size: 1.1rem;
  }
  
  
  
    /* ORS News Page Styles */
.ecrs-news {
    background: #F7F7F7;
    color: #00205B;
   
    line-height: 1.65;
  }

  .ecrs-news a {
    color: #00205B;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .ecrs-hero {
    background: #FFFFFF;
    border: 1px solid #C8C9C7;
    border-left: 8px solid #F56600;
    padding: 1.25rem 1.25rem 1rem;
    margin-bottom: 1.5rem;
  }

  .ecrs-kicker {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #F56600;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 0.85rem;
  }

  .ecrs-hero h2,
  .ecrs-card h3,
  .ecrs-card h4 {
    
    color: #2E1A47;
    margin-top: 0;
  }

  .ecrs-hero h2 {
    margin-bottom: 0.5rem;
    font-size: clamp(1.8rem, 2.5vw, 2.6rem);
    line-height: 1.15;
  }

  .ecrs-hero p {
    margin-bottom: 0.85rem;
    max-width: 78ch;
  }

  .ecrs-card {
    background: #FFFFFF;
    border: 1px solid #C8C9C7;
    border-top: 5px solid #F56600;
    padding: 1.1rem 1.1rem 1rem;
    height: 100%;
    margin-bottom: 1rem;
    border-radius: 4px;
  }

  .ecrs-card.alt {
    border-top-color: #00205B;
  }

  .ecrs-card.featured {
    border-top-width: 8px;
  }

  .ecrs-card h3 {
   
   
    font-size: 1.625rem;
    line-height: 1.25;
    color: #00205B;
    margin-bottom: .75rem;
}

  .ecrs-meta {
    margin: 0 0 0.75rem;
    color: #575959;
    font-size: 0.95rem;
  }

  .ecrs-card p:last-child {
    margin-bottom: 0;
  }

  .ecrs-source {
    margin-top: 0.9rem;
    padding-top: 0.75rem;
    border-top: 1px solid #C8C9C7;
    color: #575959;
    font-size: 1.125rem;
  }

  .ecrs-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 999px;
    background: #F56600;
    color: #FFFFFF;
    margin-right: 0.5rem;
    vertical-align: middle;
    flex: none;
  }

  .ecrs-badge.dark {
    background: #00205B;
    color: #FFFFFF;
  }

  .ecrs-subhead {
    background: #FFFFFF;
    border: 1px solid #C8C9C7;
    padding: 0.85rem 1rem;
    margin: 0 0 1rem;
  }

  .ecrs-subhead strong {
    color: #00205B;
  }

  @media (max-width: 639px) {
    .ecrs-hero {
      padding: 1rem;
    }
.ecrs-card p {
   
    font-size: 1.125rem;    /* 18px */
    line-height: 1.6;
}
    .
  }
  
  
  /* Regulated Page Styles */
.regulated-page {
    background: #FFFFFF;
   
    
    font-size: 1.125rem;  /* 18px */
    color: #333333;
    line-height: 1.65;
  }

  .regulated-page a {
    color: #00205B;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 700;
  }

  .regulated-hero {
    background: #FFFFFF;
    border: 1px solid #C8C9C7;
    border-left: 8px solid #F56600;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
  }

  .regulated-hero h2 {
   
    color: #00205B;
    margin: 0 0 0.75rem;
    font-size: 2rem;
    line-height: 1.2;
  }

  .regulated-hero p {
    margin: 0;
    max-width: 90ch;
  }

  .regulated-section-title {
    background: #00205B;
    color: #FFFFFF;
    padding: 0.85rem 1rem;
    margin: 2rem 0 1rem;
  
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    border-left: 6px solid #F56600;
  }

  .regulated-card {
    background: #FFFFFF;
    border: 1px solid #C8C9C7;
    border-top: 5px solid #F56600;
    padding: 1rem 1.1rem;
    height: 100%;
    margin-bottom: 1rem;
  }

  .regulated-card.alt {
    border-top-color: #00205B;
  }

  .regulated-card h3 {
  
    color:#00205B;
    margin: 0 0 0.6rem;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.25;
  }

  .regulated-card p {
    margin: 0 0 0.75rem;
  }

  .regulated-list {
    margin: 0.25rem 0 0 1.1rem;
    padding: 0;
  }

  .regulated-list li {
    margin-bottom: 0.55rem;
  }

  .regulated-callout {
    background: #F7F7F7;
    border: 1px solid #C8C9C7;
    border-left: 6px solid #F56600;
    padding: 1rem 1.1rem;
    margin-top: 1rem;
  }

  .regulated-callout h3 {
    margin-top: 0;
    color: #00205B;
   
  }

  .regulated-contacts {
    background: #FFFFFF;
    border: 1px solid #C8C9C7;
    padding: 1rem 1.1rem;
  }

  .regulated-contacts h3 {
    margin-top: 0;
    color: #00205B;
    
  }

  .regulated-kicker {
    display: inline-block;
    color: #F56600;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.85rem;
    margin-bottom: 0.35rem;
  }
  
  
  /* ORC Index Page Styles*/
.orc-resource-feature{
    background:#F7F4FB;
    border:1px solid #D8D0E5;
    border-left:8px solid #522D80;
    border-radius:6px;
    padding:1.75rem;
    margin:2rem 0;
    box-shadow:0 2px 8px rgba(82,45,128,.08);
}

.orc-resource-grid{
    display:flex;
    align-items:center;
    gap:1.5rem;
}

@media(max-width:768px){
    .orc-resource-grid{
        flex-direction:column;
        align-items:flex-start;
    }
}



.orc-resource-content{
    flex:1;
}

.orc-resource-kicker{
    color:#F56600;
    
    text-transform:uppercase;
    letter-spacing:.05em;
    
    margin-bottom:.35rem;
}

.orc-resource-content h2{
    margin:.1rem 0 .75rem;
    color:#522D80;
    
   
    line-height:1.2;
}

.orc-resource-content p{
    margin:0 0 1.25rem;
    line-height:1.7;
    
}

.orc-resource-btn{
    display:inline-block;
    background:#F56600;
    color:#fff !important;
    text-decoration:none !important;
    padding:.95rem 1.5rem;
    
    border-radius:4px;
    transition:.2s ease;
}

.orc-resource-btn:hover{
    background:#D95500;
    color:#fff !important;
}

.orc-resource-btn i{
    margin-left:.45rem;
}


.orc-resource-feature{
    background:#F7F4FB;
    border:1px solid #D8D0E5;
    border-left:8px solid #522D80;
    border-radius:6px;
    padding:1.75rem;
    margin:2rem 0;
    box-shadow:0 2px 8px rgba(82,45,128,.08);
}

.orc-resource-grid{
    display:flex;
    align-items:center;
    gap:1.5rem;
}

@media(max-width:768px){
    .orc-resource-grid{
        flex-direction:column;
        align-items:flex-start;
    }
}



.orc-resource-content{
    flex:1;
}

.orc-resource-kicker{
    color:#F56600;
    
    text-transform:uppercase;
    letter-spacing:.05em;
    
    margin-bottom:.35rem;
}

.orc-resource-content h2{
    margin:.1rem 0 .75rem;
    color:#522D80;
    
   
    line-height:1.2;
}

.orc-resource-content p{
    margin:0 0 1.25rem;
    line-height:1.7;
    
}

.orc-resource-btn{
    display:inline-block;
    background:#F56600;
    color:#fff !important;
    text-decoration:none !important;
    padding:.95rem 1.5rem;
    
    border-radius:4px;
    transition:.2s ease;
}

.orc-resource-btn:hover{
    background:#D95500;
    color:#fff !important;
}

.orc-resource-btn i{
    margin-left:.45rem;
}
  
  
  
  /* ORC Resource Page Styles*/
.res-card {
    background: #F7F4FB;
    border: 1px solid #C8C9C7;
    border-left: 8px solid #522D80;
    "Trade Gothic Next", "Trade Gothic", Arial, sans-serif;
    border-radius: 8px;   /* rounds the top corners */
    padding: 1.1rem;
    height: 100%;
    margin-bottom: 1rem;
    overflow: hidden;     /* keeps the purple border within the rounded corners */

    
  }

 
  .res-card h3 {
    color: #522D80;
    margin-top: 0;
    margin-bottom: 0.5rem;
   
    line-height: 1.3;
  }
  
  

  .res-card p {
    margin-bottom: 0.75rem;
  }

  .res-card a {
    color: #522D80;
    
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .res-icon {
    color: #F56600;
    margin-right: 0.8rem;
  }

  .res-intro,
   {
    background: #FFFFFF;
    border: 1px solid #522D80;
    padding: 1rem 1.25rem;
    height: 100%;
  }

  .res-intro {
    border-left: 8px solid #522D80;
  }

  
  }

  .res-intro h2,
  {
    color: #522D80;
    margin-top: 0;
    margin-bottom: 0.5rem;
   
    line-height: 1.3;
  }