{\rtf1\ansi\ansicpg1252\cocoartf2867
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
\paperw11900\paperh16840\margl1440\margr1440\vieww11520\viewh8400\viewkind0
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0

\f0\fs24 \cf0 /* =========================================================\
   LEO XIV INTERNATIONAL STUDY CENTER\
   FINAL INDICO CSS\
========================================================= */\
\
/* =========================================================\
   ROOT COLORS\
========================================================= */\
\
:root \{\
\
  /* HEADER */\
  --conf-theme-header-bg: #f4ebd9;\
  --conf-theme-header-border-bottom: #c7a44a;\
  --conf-theme-header-text: #27245f;\
\
  /* SUBTITLE */\
  --conf-theme-subtitle-bg: #f4ebd9;\
  --conf-theme-subtitle-border: #e5d9c4;\
  --conf-theme-subtitle-text: #5f5244;\
\
  /* MENU */\
  --conf-theme-menu-bg: #f8f3e8;\
  --conf-theme-menu-border: #d9ccb7;\
  --conf-theme-menu-link: #27245f;\
\
  --conf-theme-menu-selected: #922b21;\
  --conf-theme-menu-selected-bg: #efe5d2;\
  --conf-theme-menu-selected-border: #d7c8b2;\
\
  --conf-theme-hover-bg: #efe5d2;\
  --conf-theme-hover-color: #922b21;\
\
  /* SUPPORT BOX */\
  --conf-theme-support-bg: #f8f3e8;\
  --conf-theme-support-border: #d9ccb7;\
  --conf-theme-support-header-bg: #27245f;\
  --conf-theme-support-header-text: #ffffff;\
  --conf-theme-support-text: #75695d;\
\
  /* ANNOUNCEMENTS */\
  --conf-theme-announcement-bg: #faf6ef;\
  --conf-theme-announcement-border: #ddd1bc;\
  --conf-theme-announcement-text: #3f352d;\
\
  /* SPRITES */\
  --conf-theme-title-sprite-bg: transparent;\
  --conf-theme-announcement-sprite-bg: transparent;\
\
  --conf-theme-announcement-border-top:\
    1px solid var(--conf-theme-announcement-border);\
\
  --conf-theme-announcement-border-bottom: none;\
\}\
\
/* =========================================================\
   BODY\
========================================================= */\
\
body \{\
\
    background: #f4ebd9 !important;\
\
    color: #3f352d;\
\
    font-family:\
      "Cormorant Garamond",\
      Georgia,\
      serif;\
\}\
\
/* =========================================================\
   REMOVE DEFAULT INDICO DARK HEADER\
========================================================= */\
\
.page-header,\
.page-header-dark,\
.event-page-header,\
.header,\
.pageHeader \{\
\
    background: #f4ebd9 !important;\
\
    box-shadow: none !important;\
\
    border: none !important;\
\}\
\
/* =========================================================\
   MAIN EVENT HEADER\
========================================================= */\
\
.confheader \{\
\
    background: #f4ebd9 !important;\
\
    border: none !important;\
\
    box-shadow: none !important;\
\
    margin: 0 !important;\
\
    padding: 0 !important;\
\}\
\
/* =========================================================\
   BANNER CONTAINER\
========================================================= */\
\
.confTitleBox \{\
\
    background: transparent !important;\
\
    border: none !important;\
\
    box-shadow: none !important;\
\
    margin: 0 !important;\
\
    padding: 0 !important;\
\
    min-height: auto !important;\
\}\
\
/* =========================================================\
   REMOVE EVENT TITLE TEXT ONLY\
========================================================= */\
\
.conference-title-link span[itemprop="title"] \{\
\
    display: none !important;\
\}\
\
/* =========================================================\
   REMOVE EMPTY TITLE SPACING\
========================================================= */\
\
.confTitle h1 \{\
\
    margin: 0 !important;\
\
    padding: 0 !important;\
\
    line-height: 0 !important;\
\}\
\
/* =========================================================\
   FULL WIDTH BANNER IMAGE\
========================================================= */\
\
.confLogoBannerBox \{\
\
    width: 100% !important;\
\
    margin: 0 !important;\
\
    padding: 0 !important;\
\}\
\
.confLogo \{\
\
    width: 100% !important;\
\
    max-width: 100% !important;\
\
    height: auto !important;\
\
    display: block !important;\
\}\
\
/* =========================================================\
   SUBTITLE AREA\
========================================================= */\
\
.confSubTitleBox \{\
\
    background: #f8f3e8 !important;\
\
    border-top: 1px solid #ddd1bc !important;\
\
    border-bottom: 1px solid #ddd1bc !important;\
\
    box-shadow: none !important;\
\}\
\
.confSubTitle \{\
\
    color: #5f5244 !important;\
\
    font-family:\
      "Cormorant Garamond",\
      serif;\
\}\
\
/* =========================================================\
   DATE / PLACE\
========================================================= */\
\
.datePlace \{\
\
    color: #5f5244 !important;\
\
    font-size: 20px !important;\
\
    line-height: 1.4;\
\}\
\
/* =========================================================\
   MAIN PAGE BACKGROUND\
========================================================= */\
\
#outer \{\
\
    background: #f4ebd9 !important;\
\}\
\
/* =========================================================\
   LEFT MENU\
========================================================= */\
\
.conf_leftMenu \{\
\
    background: #f8f3e8;\
\
    border-right: 1px solid #d9ccb7;\
\
    padding-top: 20px;\
\}\
\
.conf_leftMenu a \{\
\
    color: #27245f;\
\
    transition: all 0.2s ease;\
\}\
\
.conf_leftMenu a:hover \{\
\
    color: #922b21;\
\
    background: #efe5d2;\
\}\
\
/* =========================================================\
   CONTENT AREA\
========================================================= */\
\
#content,\
.mainContent,\
.conference-page \{\
\
    background: #fdfaf4;\
\
    border: 1px solid #e5d9c4;\
\
    box-shadow:\
      0 3px 12px rgba(0,0,0,0.04);\
\
    border-radius: 2px;\
\}\
\
/* =========================================================\
   TITLES\
========================================================= */\
\
h1,\
h2,\
h3,\
h4 \{\
\
    color: #27245f;\
\
    font-family:\
      "Cinzel",\
      serif;\
\
    letter-spacing: 0.03em;\
\}\
\
/* =========================================================\
   LINKS\
========================================================= */\
\
a \{\
\
    color: #922b21;\
\
    text-decoration: none;\
\}\
\
a:hover \{\
\
    color: #6f1d16;\
\
    text-decoration: none;\
\}\
\
/* =========================================================\
   ANNOUNCEMENTS\
========================================================= */\
\
.simpleTextAnnouncement \{\
\
    background: #faf6ef;\
\
    border: 1px solid #ddd1bc;\
\
    color: #3f352d;\
\
    border-radius: 2px;\
\}\
\
/* =========================================================\
   BUTTONS\
========================================================= */\
\
.i-button,\
.ui.button \{\
\
    background: #27245f !important;\
\
    color: #ffffff !important;\
\
    border: none !important;\
\
    border-radius: 2px !important;\
\
    box-shadow: none !important;\
\}\
\
.i-button:hover,\
.ui.button:hover \{\
\
    background: #922b21 !important;\
\}\
\
/* =========================================================\
   SEARCH BOX\
========================================================= */\
\
.search-box input \{\
\
    border-radius: 2px !important;\
\
    border: 1px solid #d9ccb7 !important;\
\
    background: #fffdf9 !important;\
\}\
\
/* =========================================================\
   FOOTER\
========================================================= */\
\
.footer \{\
\
    background: #f4ebd9;\
\
    border-top: 1px solid #d9ccb7;\
\
    color: #75695d;\
\}\
\
/* =========================================================\
   LIGHT PAPER TEXTURE\
========================================================= */\
\
#outer::before \{\
\
    content: "";\
\
    position: fixed;\
\
    inset: 0;\
\
    pointer-events: none;\
\
    opacity: 0.03;\
\
    background-image:\
      radial-gradient(#000 0.4px, transparent 0.4px);\
\
    background-size: 6px 6px;\
\}}