{"version":3,"file":"static/chunks/7741-8e2ea797dc987d3f.js","mappings":"mJAMMA,EAAa,CAACC,EAAAA,EAAAA,EAAAA,GAAqBA,EAAAA,EAAAA,OAAAA,MAEzC,KAAeC,EAAAA,EAAAA,IAAf,2CAGWC,EAAAA,GAAAA,GAHX,iFAWMH,EAXN,kDAiBMA,EAjBN,mYA+CaG,EAAAA,GAAAA,GA/Cb,gLA0D6BA,EAAAA,GAAAA,GA1D7B,+CA6DaA,EAAAA,GAAAA,GA7Db,8FAoEiBA,EAAAA,GAAAA,GApEjB,2ZAiHMC,EAAAA,EAAAA,KAjHN,i5IA+dWC,EAAAA,GAAAA,GA/dX,2nBA2gBuBA,EAAAA,GAAAA,MAAAA,GA3gBvB,mOA0hBaA,EAAAA,GAAAA,GA1hBb,6FAkiBaA,EAAAA,GAAAA,GAliBb,8GA0iBaA,EAAAA,GAAAA,GA1iBb,kHAqjBaA,EAAAA,GAAAA,GArjBb,uGA2jBaA,EAAAA,GAAAA,GA3jBb,+MA+kBWA,EAAAA,GAAAA,GA/kBX","sources":["webpack://_N_E/./src/cms/contentStyle.js"],"sourcesContent":["import { css } from '@emotion/core';\n\nimport headingStyle from '@/src/shared/components/Heading/style';\nimport linkStyle from '@/src/shared/components/Link/style';\nimport { bp, colors } from '@/styles';\n\nconst titleStyle = [headingStyle.h['2'], headingStyle.weight.bold];\n\nexport default css`\n  font-size: 1.6rem;\n  line-height: 1.25;\n  color: ${colors.secondaryGray};\n  font-family: 'Lato', sans-serif !important;\n  /* div {\n    max-width: 832px;\n    margin: 0 auto;\n  } */\n  .publicationTitle,\n  .newsReleaseTitle {\n    ${titleStyle};\n    @media print {\n      font-size: 2.4rem;\n    }\n  }\n  .meetingTitle {\n    ${titleStyle};\n    display: none;\n    @media print {\n      display: block;\n    }\n  }\n  .publicationTopicHeading,\n  .publicationInformationHeading,\n  .publicationDateHeading,\n  .newsReleaseTopicHeading,\n  .meetingInformationHeading,\n  .meetingDateHeading,\n  .datelabel {\n    font-weight: bold;\n  }\n  ul,\n  ol {\n    margin-left: 32px;\n  }\n  .lineBreak {\n    display: block;\n    margin-bottom: 16px;\n  }\n  @media print {\n    padding: 0 16px;\n  }\n  cite {\n    font-size: 1.2rem;\n    font-weight: bold;\n    line-height: 1.67;\n    color: ${colors.secondaryGrayDark} !important;\n  }\n  blockquote {\n    font-weight: bold;\n    font-size: 2rem;\n    max-width: 80%;\n    padding-left: 24px;\n    overflow: hidden;\n    height: 100%;\n    margin-top: 40px;\n    margin-bottom: 40px;\n    border-left: 6px solid ${colors.primaryRed};\n    padding-top: 12px;\n    padding-bottom: 12px;\n    color: ${colors.secondaryGrayDark} !important;\n    p {\n      font-size: 2rem;\n      cite {\n        font-size: 1.2rem;\n        font-weight: bold;\n        line-height: 1.67;\n        color: ${colors.secondaryGrayDark} !important;\n      }\n      /* &:last-child {\n        font-size: 1.6rem;\n      } */\n    }\n  }\n  /* h1 {\n    font-size: 3.6rem !important;\n    line-height: 4.8rem !important;\n  } */\n  h1 {\n    font-size: 2.8rem !important;\n    line-height: 3.6rem !important;\n  }\n  /* h2 {\n    font-size: 2.8rem !important;\n    line-height: 3.6rem !important;\n  } */\n  h2 {\n    font-size: 2.4rem !important;\n    line-height: 3.2rem !important;\n  }\n  /* h3 {\n    font-size: 2rem !important;\n    line-height: 3.2rem !important;\n  } */\n  h3 {\n    font-size: 2rem !important;\n    line-height: 2.8rem !important;\n  }\n  h4 {\n    font-size: 1.6rem !important;\n    line-height: 2.4rem !important;\n  }\n  h5 {\n    font-size: 1.2rem !important;\n    line-height: 2rem !important;\n    text-transform: uppercase;\n  }\n  h6 {\n    font-size: 1.2rem !important;\n    line-height: 2rem !important;\n  }\n  a {\n    ${linkStyle.link};\n    display: inline;\n  }\n  .label {\n    text-decoration: underline;\n  }\n  img[title='Member Only'] {\n    display: inline;\n  }\n  .fs-10 {\n    font-size: 10px !important;\n  }\n  .fs-12 {\n    font-size: 12px !important;\n  }\n  .fs-14 {\n    font-size: 14px !important;\n  }\n  .fs-16 {\n    font-size: 16px !important;\n  }\n  .fs-18 {\n    font-size: 18px !important;\n  }\n  .fs-20 {\n    font-size: 20px !important;\n  }\n  .fs-22 {\n    font-size: 22px !important;\n  }\n  .fs-24 {\n    font-size: 24px !important;\n  }\n  .fs-26 {\n    font-size: 26px !important;\n  }\n  .fs-28 {\n    font-size: 28px !important;\n  }\n\n  .ta-center {\n    text-align: center !important;\n    img {\n      margin-left: auto;\n      margin-right: auto;\n    }\n  }\n  .ta-right {\n    text-align: right !important;\n    img {\n      margin-left: auto;\n    }\n  }\n  .ta-left {\n    text-align: left !important;\n  }\n\n  .background-yellow {\n    background-color: yellow;\n  }\n\n  .lst-disc {\n    list-style-type: disc !important;\n  }\n  .lst-circle {\n    list-style-type: circle !important;\n  }\n  .lst-square {\n    list-style-type: square !important;\n  }\n  .lst-decimal {\n    list-style-type: decimal !important;\n  }\n  .lst-decimal-leading-zero {\n    list-style-type: decimal-leading-zero !important;\n  }\n  .lst-lower-roman {\n    list-style-type: lower-roman !important;\n  }\n  .lst-upper-roman {\n    list-style-type: upper-roman !important;\n  }\n  .lst-lower-greek {\n    list-style-type: lower-greek !important;\n  }\n  .lst-lower-latin {\n    list-style-type: lower-latin !important;\n  }\n  .lst-upper-latin {\n    list-style-type: upper-latin !important;\n  }\n  .lst-armenian {\n    list-style-type: armenian !important;\n  }\n  .lst-georgian {\n    list-style-type: georgian !important;\n  }\n  .lst-lower-alpha {\n    list-style-type: lower-alpha !important;\n  }\n  .lst-upper-alpha {\n    list-style-type: upper-alpha !important;\n  }\n  .lst-none {\n    list-style-type: none !important;\n  }\n\n  .fw-100 {\n    font-weight: 100 !important;\n  }\n  .fw-200 {\n    font-weight: 200 !important;\n  }\n  .fw-300 {\n    font-weight: 300 !important;\n  }\n  .fw-400 {\n    font-weight: 400 !important;\n  }\n  .fw-500 {\n    font-weight: 500 !important;\n  }\n  .fw-600 {\n    font-weight: 600 !important;\n  }\n  .fw-700 {\n    font-weight: 700 !important;\n  }\n  .fw-800 {\n    font-weight: 800 !important;\n  }\n  .fw-900 {\n    font-weight: 900 !important;\n  }\n  .fw-lighter {\n    font-weight: lighter !important;\n  }\n  .fw-normal {\n    font-weight: normal !important;\n  }\n  .fw-bold {\n    font-weight: bold !important;\n  }\n  .fw-bolder {\n    font-weight: bolder !important;\n  }\n\n  .td-underline {\n    text-decoration: underline !important;\n  }\n\n  h1,\n  h2,\n  h3,\n  h4,\n  h5,\n  h6 {\n    font-weight: bold;\n  }\n\n  .mb-4 {\n    margin-bottom: 4px !important;\n  }\n  .mb-6 {\n    margin-bottom: 6px !important;\n  }\n  .mb-8 {\n    margin-bottom: 8px !important;\n  }\n  .mb-10 {\n    margin-bottom: 10px !important;\n  }\n  .mb-12 {\n    margin-bottom: 12px !important;\n  }\n  .mb-14 {\n    margin-bottom: 14px !important;\n  }\n  .mb-16 {\n    margin-bottom: 16px !important;\n  }\n  .mb-18 {\n    margin-bottom: 18px !important;\n  }\n  .mb-20 {\n    margin-bottom: 20px !important;\n  }\n  .mb-22 {\n    margin-bottom: 22px !important;\n  }\n  .mb-24 {\n    margin-bottom: 24px !important;\n  }\n\n  .mt-4 {\n    margin-top: 4px !important;\n  }\n  .mt-6 {\n    margin-top: 6px !important;\n  }\n  .mt-8 {\n    margin-top: 8px !important;\n  }\n  .mt-10 {\n    margin-top: 10px !important;\n  }\n  .mt-12 {\n    margin-top: 12px !important;\n  }\n  .mt-14 {\n    margin-top: 14px !important;\n  }\n  .mt-16 {\n    margin-top: 16px !important;\n  }\n  .mt-18 {\n    margin-top: 18px !important;\n  }\n  .mt-20 {\n    margin-top: 20px !important;\n  }\n  .mt-22 {\n    margin-top: 22px !important;\n  }\n  .mt-24 {\n    margin-top: 24px !important;\n  }\n\n  .ml-4 {\n    margin-left: 4px !important;\n  }\n  .ml-6 {\n    margin-left: 6px !important;\n  }\n  .ml-8 {\n    margin-left: 8px !important;\n  }\n  .ml-10 {\n    margin-left: 10px !important;\n  }\n  .ml-12 {\n    margin-left: 12px !important;\n  }\n  .ml-14 {\n    margin-left: 14px !important;\n  }\n  .ml-16 {\n    margin-left: 16px !important;\n  }\n  .ml-18 {\n    margin-left: 18px !important;\n  }\n  .ml-20 {\n    margin-left: 20px !important;\n  }\n  .ml-40 {\n    margin-left: 40px !important;\n  }\n  .ml-60 {\n    margin-left: 60px !important;\n  }\n  .ml-80 {\n    margin-left: 80px !important;\n  }\n  .ml-100 {\n    margin-left: 100px !important;\n  }\n  .ml-120 {\n    margin-left: 120px !important;\n  }\n  .ml-140 {\n    margin-left: 140px !important;\n  }\n  .ml-160 {\n    margin-left: 160px !important;\n  }\n  .ml-180 {\n    margin-left: 180px !important;\n  }\n  .ml-200 {\n    margin-left: 200px !important;\n  }\n  .ml-220 {\n    margin-left: 220px !important;\n  }\n  .ml-240 {\n    margin-left: 240px !important;\n  }\n  .ml-260 {\n    margin-left: 260px !important;\n  }\n\n  .mr-4 {\n    margin-right: 4px !important;\n  }\n  .mr-6 {\n    margin-right: 6px !important;\n  }\n  .mr-8 {\n    margin-right: 8px !important;\n  }\n  .mr-10 {\n    margin-right: 10px !important;\n  }\n  .mr-12 {\n    margin-right: 12px !important;\n  }\n  .mr-14 {\n    margin-right: 14px !important;\n  }\n  .mr-16 {\n    margin-right: 16px !important;\n  }\n  .mr-18 {\n    margin-right: 18px !important;\n  }\n  .mr-20 {\n    margin-right: 20px !important;\n  }\n  .mr-40 {\n    margin-right: 40px !important;\n  }\n  .mr-60 {\n    margin-right: 60px !important;\n  }\n  .mr-80 {\n    margin-right: 80px !important;\n  }\n  .mr-100 {\n    margin-right: 100px !important;\n  }\n  .mr-120 {\n    margin-right: 120px !important;\n  }\n  .mr-140 {\n    margin-right: 140px !important;\n  }\n  .mr-160 {\n    margin-right: 160px !important;\n  }\n  .mr-180 {\n    margin-right: 180px !important;\n  }\n  .mr-200 {\n    margin-right: 200px !important;\n  }\n  .mr-220 {\n    margin-right: 220px !important;\n  }\n  .mr-240 {\n    margin-right: 240px !important;\n  }\n  .mr-260 {\n    margin-right: 260px !important;\n  }\n\n  .float-left:not(img) {\n    float: left;\n  }\n  .float-right:not(img) {\n    float: right;\n  }\n  .float-none:not(img) {\n    float: none;\n  }\n\n  @media ${bp.sm} {\n    img.float-left {\n      float: left;\n    }\n    img.float-right {\n      float: right;\n    }\n    img.float-none {\n      float: none;\n    }\n  }\n\n  p {\n    margin: 0;\n  }\n  .MsoTableGrid {\n    border-radius: 2px;\n    border: none !important;\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n  }\n\n  .MsoTableGrid td {\n    padding: 16px 24px;\n    border-top: none !important;\n    border-right: none !important;\n    border-left: none !important;\n    border-bottom: 1px solid #dad9d7 !important;\n    overflow-wrap: break-word;\n    font-size: 16px;\n    line-height: 1.5;\n    margin-left: -1px;\n  }\n  .MsoTableGrid td:first-child {\n    padding-left: 32px;\n    margin-left: 0;\n  }\n  .MsoTableGrid td:last-child {\n    padding-right: 32px;\n  }\n  .MsoTableGrid tr:last-child td {\n    border-bottom: none !important;\n  }\n  @media (max-width: ${bp.sizes.sm}px) {\n    .c-table-mobile tbody,\n    .c-table-mobile tr,\n    .c-table-mobile td {\n      display: block;\n      width: 100% !important;\n    }\n    .c-table-mobile td {\n      margin: 0 0 12px;\n    }\n    .c-table-mobile td[style='width: 10px;'] {\n      display: none !important;\n    }\n  }\n  .c-columns-2 {\n    @media ${bp.sm} {\n      display: flex;\n      flex-wrap: wrap;\n      margin: -16px;\n    }\n  }\n  .c-columns-2 .c-column {\n    margin: 0 0 16px;\n    @media ${bp.sm} {\n      flex: 1;\n      flex-basis: calc(100% / 2 - 32px);\n      margin: 16px;\n      max-width: calc(100% / 2 - 32px);\n    }\n  }\n  .c-columns-3 {\n    @media ${bp.sm} {\n      display: flex;\n      flex-wrap: wrap;\n      margin: 0 -10px;\n    }\n  }\n  .c-columns-3 .c-column {\n    margin: 0 0 16px;\n    img {\n      margin: 0 auto;\n    }\n    @media ${bp.sm} {\n      flex: 1;\n      flex-basis: calc(100% / 2 - 32px);\n      margin: 0 10px 36px;\n      max-width: calc(100% / 2 - 32px);\n    }\n    @media ${bp.md} {\n      flex-basis: calc(100% / 3 - 32px);\n      max-width: calc(100% / 3 - 32px);\n    }\n  }\n  .c-column {\n    iframe {\n      max-width: 100%;\n    }\n    a:has(img) {\n      appearance: auto !important;\n    }\n  }\n\n  .mobile-only {\n    display: block;\n  }\n  .desktop-only {\n    display: none;\n  }\n  @media ${bp.sm} {\n    .mobile-only {\n      display: none;\n    }\n    .desktop-only {\n      display: block;\n    }\n  }\n`;\n"],"names":["titleStyle","headingStyle","css","colors","linkStyle","bp"],"sourceRoot":""}