CuBoulder / ucb2021_base

Drupal 9 Base theme for CU Boulder web properties
GNU General Public License v2.0
0 stars 1 forks source link

Newsletters #143

Closed kevincrafts closed 2 years ago

kevincrafts commented 2 years ago

Newsletters are a way to create HTML formatted for sending email newsletters.

Newsletters are broken down to the following areas:

Title

The newsletter title is really used for admin purposes only and does not display on the rendered output.

Type

A taxonomy reference for a site that manages multiple newsletters. These types allow for different newsletter names, designs, and footer content.

Intro

The newsletter intro contains optional text and and image.

Sections

The sections allow the editors to divide/group their newsletter content - there can be an unlimited amount of sections per newsletter. The editor must have the ability to reorder sections. Each section contains:

Title The title for each section is optional.

Contents The contents of a section are either a reference to an article that exists on the site, or combination of title/text/image. There can be an unlimited amount of content items per section. A section can contain article references and/or custom content. The editor must have the ability to reorder the section contents as needed and the ability to mix references and custom content in any order.

More Link This optional link allows the editor to add a link to where the reader would find more content of this type.

Display style Each section has an option of displaying it's contents as a feature (Image on top, followed by title, categories, and summary text), or a teaser (floated smaller square images, title, categories, summary text).

Blocks

Newsletter blocks each contain a title, and text and are displayed in 2 columns which collapse into a single column for mobile displays.

Promos

Each newsletter has 2 promo areas which include an image and a link. The first promo area is above the blocks and the second is below.

Render Order

Newsletter Name (from newsletter type taxonomy reference) Date View on Website link Intro Sections Promo 1 Blocks Promo 2 Footer

Screenshots/Examples

image

This screenshot shows text in the intro area, followed by a section without a title displaying a single content item with the feature display style, followed by a second section with a label (campus community) with the content items displaying as a teaser style.

image

Further down the newsletter, the blocks appear after the section content, followed by the footer that is unique to this newsletter type.

Other Requirements

The main use of this feature is to create an html email newsletter, which the editor will copy the html code to use in the campus email tools. The email should have the styles inline so the html is compatible with most email clients.

kevincrafts commented 2 years ago

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html><head><style>/*********************************************** Ink v1.0.5 - Copyright 2013 ZURB Inc ***********************************************//* Client-specific Styles & Reset *//********************************************** * Ink v1.0.5 - Copyright 2013 ZURB Inc * **********************************************//* Client-specific Styles and Reset */#outlook a { padding:0;}body{ width:100% !important; min-width: 100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; margin:0; padding:0;} /* .ExternalClass applies to Outlook.com (the artist formerly known as Hotmail) */.ExternalClass { width:100%;}.ExternalClass,.ExternalClass p,.ExternalClass span,.ExternalClass font,.ExternalClass td,.ExternalClass div { line-height: 100%;}#backgroundTable { margin:0; padding:0; width:100% !important; line-height: 100% !important;}img { outline:none; text-decoration:none; -ms-interpolation-mode: bicubic; width: auto; max-width: 100%; float: left; clear: both; display: block; height:auto;}center { width: 100%; min-width: 580px;}a img { border: none;}p { margin: 0 0 0 10px;}table { border-spacing: 0; border-collapse: collapse;}td { word-break: break-word; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; border-collapse: collapse !important;}table, tr, td { padding: 0; vertical-align: top; text-align: left;}hr { color: #d9d9d9; background-color: #d9d9d9; height: 1px; border: none;}/* Responsive Grid */table.body { height: 100%; width: 100%;}table.container { width: 580px; margin: 0 auto; text-align: inherit;}table.row { padding: 0px; width: 100%; position: relative;}table.container table.row { display: block;}td.wrapper { padding: 10px 20px 0px 0px; position: relative;}table.columns,table.column { margin: 0 auto;}table.columns td,table.column td { padding: 0px 0px 10px;}table.columns td.sub-columns,table.column td.sub-columns,table.columns td.sub-column,table.column td.sub-column { padding-right: 10px;}td.sub-column, td.sub-columns { min-width: 0px;}table.row td.last,table.container td.last { padding-right: 0px;}table.one { width: 30px; }table.two { width: 80px; }table.three { width: 130px; }table.four { width: 180px; }table.five { width: 230px; }table.six { width: 280px; }table.seven { width: 330px; }table.eight { width: 380px; }table.nine { width: 430px; }table.ten { width: 480px; }table.eleven { width: 530px; }table.twelve { width: 580px; }table.one center { min-width: 30px; }table.two center { min-width: 80px; }table.three center { min-width: 130px; }table.four center { min-width: 180px; }table.five center { min-width: 230px; }table.six center { min-width: 280px; }table.seven center { min-width: 330px; }table.eight center { min-width: 380px; }table.nine center { min-width: 430px; }table.ten center { min-width: 480px; }table.eleven center { min-width: 530px; }table.twelve center { min-width: 580px; }table.one .panel center { min-width: 10px; }table.two .panel center { min-width: 60px; }table.three .panel center { min-width: 110px; }table.four .panel center { min-width: 160px; }table.five .panel center { min-width: 210px; }table.six .panel center { min-width: 260px; }table.seven .panel center { min-width: 310px; }table.eight .panel center { min-width: 360px; }table.nine .panel center { min-width: 410px; }table.ten .panel center { min-width: 460px; }table.eleven .panel center { min-width: 510px; }table.twelve .panel center { min-width: 560px; }.body .columns td.one,.body .column td.one { width: 8.333333%; }.body .columns td.two,.body .column td.two { width: 16.666666%; }.body .columns td.three,.body .column td.three { width: 25%; }.body .columns td.four,.body .column td.four { width: 33.333333%; }.body .columns td.five,.body .column td.five { width: 41.666666%; }.body .columns td.six,.body .column td.six { width: 50%; }.body .columns td.seven,.body .column td.seven { width: 58.333333%; }.body .columns td.eight,.body .column td.eight { width: 66.666666%; }.body .columns td.nine,.body .column td.nine { width: 75%; }.body .columns td.ten,.body .column td.ten { width: 83.333333%; }.body .columns td.eleven,.body .column td.eleven { width: 91.666666%; }.body .columns td.twelve,.body .column td.twelve { width: 100%; }td.offset-by-one { padding-left: 50px; }td.offset-by-two { padding-left: 100px; }td.offset-by-three { padding-left: 150px; }td.offset-by-four { padding-left: 200px; }td.offset-by-five { padding-left: 250px; }td.offset-by-six { padding-left: 300px; }td.offset-by-seven { padding-left: 350px; }td.offset-by-eight { padding-left: 400px; }td.offset-by-nine { padding-left: 450px; }td.offset-by-ten { padding-left: 500px; }td.offset-by-eleven { padding-left: 550px; }td.expander { visibility: hidden; width: 0px; padding: 0 !important;}table.columns .text-pad,table.column .text-pad { padding-left: 10px; padding-right: 10px;}table.columns .left-text-pad,table.columns .text-pad-left,table.column .left-text-pad,table.column .text-pad-left { padding-left: 10px;}table.columns .right-text-pad,table.columns .text-pad-right,table.column .right-text-pad,table.column .text-pad-right { padding-right: 10px;}/* Block Grid */.block-grid { width: 100%; max-width: 580px;}.block-grid td { display: inline-block; padding:10px;}.two-up td { width:270px;}.three-up td { width:173px;}.four-up td { width:125px;}.five-up td { width:96px;}.six-up td { width:76px;}.seven-up td { width:62px;}.eight-up td { width:52px;}/* Alignment and Visibility Classes */table.center, td.center { text-align: center;}h1.center,h2.center,h3.center,h4.center,h5.center,h6.center,p.center { text-align: center;}span.center { display: block; width: 100%; text-align: center;}img.center { margin: 0 auto; float: none;}.show-for-small,.hide-for-desktop { display: none; width:0; mso-hide:all; overflow:hidden;}.show-for-small *,.hide-for-desktop * {mso-hide:all;}/* Typography */body, table.body, h1, h2, h3, h4, h5, h6, p, td { color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; padding:0; margin: 0; text-align: left; line-height: 1.3;}h1, h2, h3, h4, h5, h6 { word-break: normal;}h1 {font-size: 40px;}h2 {font-size: 36px;}h3 {font-size: 32px;}h4 {font-size: 28px;}h5 {font-size: 24px;}h6 {font-size: 20px;}body, table.body, p, td {font-size: 14px;line-height:19px;}p.lead, p.lede, p.leed { font-size: 18px; line-height:21px;}p { margin-bottom: 10px;}small { font-size: 10px;}a { color: #2ba6cb; text-decoration: none;}a:hover { color: #2795b6 !important;}a:active { color: #2795b6 !important;}a:visited { color: #2ba6cb !important;}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { color: #2ba6cb;}h1 a:active,h2 a:active,h3 a:active,h4 a:active,h5 a:active,h6 a:active { color: #2ba6cb !important;}h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited { color: #2ba6cb !important;}/* Panels */.panel { background: #f2f2f2; border: 1px solid #d9d9d9; padding: 10px !important;}.sub-grid table { width: 100%;}.sub-grid td.sub-columns { padding-bottom: 0;}/* Buttons */table.button,table.tiny-button,table.small-button,table.medium-button,table.large-button { width: 100%; overflow: hidden;}table.button td,table.tiny-button td,table.small-button td,table.medium-button td,table.large-button td { display: block; width: auto !important; text-align: center; background: #2ba6cb; border: 1px solid #2284a1; color: #ffffff; padding: 8px 0; line-height: initial !important;}table.tiny-button td { padding: 5px 0;}table.small-button td { padding: 8px 0;}table.medium-button td { padding: 12px 0;}table.large-button td { padding: 21px 0;}table.button td a,table.tiny-button td a,table.small-button td a,table.medium-button td a,table.large-button td a { font-weight: bold; text-decoration: none; font-family: Helvetica, Arial, sans-serif; color: #ffffff; font-size: 16px; display: block; height: 100%; width: 100%;}table.tiny-button td a { font-size: 12px; font-weight: normal;}table.small-button td a { font-size: 16px;}table.medium-button td a { font-size: 20px;}table.large-button td a { font-size: 24px;}table.button:hover td,table.button:visited td,table.button:active td { background: #2795b6 !important;}table.button:hover td a,table.button:visited td a,table.button:active td a { color: #ffffff !important;}table.button:hover td,table.tiny-button:hover td,table.small-button:hover td,table.medium-button:hover td,table.large-button:hover td { background: #2795b6 !important;}table.button:hover td a,table.button:active td a,table.button td a:visited,table.tiny-button:hover td a,table.tiny-button:active td a,table.tiny-button td a:visited,table.small-button:hover td a,table.small-button:active td a,table.small-button td a:visited,table.medium-button:hover td a,table.medium-button:active td a,table.medium-button td a:visited,table.large-button:hover td a,table.large-button:active td a,table.large-button td a:visited { color: #ffffff !important;}table.secondary td { background: #e9e9e9; border-color: #d0d0d0; color: #555555;}table.secondary td a { color: #555555;}table.secondary:hover td { background: #d0d0d0 !important; color: #555555;}table.secondary:hover td a,table.secondary td a:visited,table.secondary:active td a { color: #555555 !important;}table.success td { background: #5da423; border-color: #457a1a;}table.success:hover td { background: #457a1a !important;}table.alert td { background: #c60f13; border-color: #970b0e;}table.alert:hover td { background: #970b0e !important;}table.radius td { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}table.round td { -webkit-border-radius: 500px; -moz-border-radius: 500px; border-radius: 500px;}/* Outlook First */body.outlook p { display: inline !important;}/* Media Queries */@media only screen and (max-width: 600px) { table[class="body"] img { max-width: auto !important; max-height: auto !important; } table[class="body"] center { min-width: 0 !important; } table[class="body"] .container { width: 95% !important; } table[class="body"] .row { width: 100% !important; display: block !important; } table[class="body"] .wrapper { display: block !important; padding-right: 0 !important; } table[class="body"] .columns, table[class="body"] .column { table-layout: fixed !important; float: none !important; width: 100% !important; padding-right: 0px !important; padding-left: 0px !important; display: block !important; } table[class="body"] .wrapper.first .columns, table[class="body"] .wrapper.first .column { display: table !important; } table[class="body"] table.columns td, table[class="body"] table.column td { width: 100% !important; } table[class="body"] .columns td.one, table[class="body"] .column td.one { width: 8.333333% !important; } table[class="body"] .columns td.two, table[class="body"] .column td.two { width: 16.666666% !important; } table[class="body"] .columns td.three, table[class="body"] .column td.three { width: 25% !important; } table[class="body"] .columns td.four, table[class="body"] .column td.four { width: 33.333333% !important; } table[class="body"] .columns td.five, table[class="body"] .column td.five { width: 41.666666% !important; } table[class="body"] .columns td.six, table[class="body"] .column td.six { width: 50% !important; } table[class="body"] .columns td.seven, table[class="body"] .column td.seven { width: 58.333333% !important; } table[class="body"] .columns td.eight, table[class="body"] .column td.eight { width: 66.666666% !important; } table[class="body"] .columns td.nine, table[class="body"] .column td.nine { width: 75% !important; } table[class="body"] .columns td.ten, table[class="body"] .column td.ten { width: 83.333333% !important; } table[class="body"] .columns td.eleven, table[class="body"] .column td.eleven { width: 91.666666% !important; } table[class="body"] .columns td.twelve, table[class="body"] .column td.twelve { width: 100% !important; } table[class="body"] td.offset-by-one, table[class="body"] td.offset-by-two, table[class="body"] td.offset-by-three, table[class="body"] td.offset-by-four, table[class="body"] td.offset-by-five, table[class="body"] td.offset-by-six, table[class="body"] td.offset-by-seven, table[class="body"] td.offset-by-eight, table[class="body"] td.offset-by-nine, table[class="body"] td.offset-by-ten, table[class="body"] td.offset-by-eleven { padding-left: 0 !important; } table[class="body"] table.columns td.expander { width: 1px !important; } table[class="body"] .right-text-pad, table[class="body"] .text-pad-right { padding-left: 10px !important; } table[class="body"] .left-text-pad, table[class="body"] .text-pad-left { padding-right: 10px !important; } table[class="body"] .hide-for-small, table[class="body"] .show-for-desktop { display: none !important; } table[class="body"] .show-for-small, table[class="body"] .hide-for-desktop { display : block !important; width : auto !important; overflow : visible !important; }}table.columns .text-pad {padding-left: 10px;padding-right: 10px;}table.columns . {padding-left: 10px;}table.columns . {padding-right: 10px;}@media only screen and (max-width: 600px) {table[class="body"] . {padding-left: 10px !important;}table[class="body"] . {padding-right: 10px !important;}} /* Colors *//* CUSTOM STYLES */div.emailteaser { font-size: 1px; display: none !important; mso-hide: all; height: 1px !important; overflow: hidden !important; }.container img { display: block; height: auto !important; max-height: auto !important; width: 100% !important; max-width: 600px !important; }img.image-email_teaser_thumbnail, img[class="image-email_teaser_thumbnail"] { display: block; height: auto !important; max-height: 130px !important; width: 100% !important; max-width: 130px !important; }img.image-email_feature_thumbnail, img[class="image-email_feature_thumbnail"] { display: block; }h1, h2, h3, h4, h5 { mso-line-height-rule: exactly; }a { color: #007BC8; text-decoration: none; }a:hover { color: #007BC8 !important; }a:active { color: #007BC8 !important; }a:visited { color: #007BC8 !important; }h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #007BC8; }h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active { color: #007BC8 !important; }h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited { color: #007BC8 !important; }body { padding: 0 0 40px; }/* Newsletter Title & Logo */table.full { width: 100%; }td.campus-logo { padding: 10px; }td.campus-logo img#campus-logo { width: 180px !important; height: auto !important; }img#newsletter-logo { max-width: 100% !important; }td.newsletter-name { padding: 10px; vertical-align: middle; }td.newsletter-logo { width: 40%; padding: 40px 10px 20px; vertical-align: middle; }img#logo { float: right; }/* Newsletter Issue & Weblink */.title-bottom { height: 0px; }.issue-meta { margin-top: -20px; }td.issue-date { width: 50%; padding: 10px; font-size: 11px; }td.web-link { width: 50%; padding: 10px; text-align: right; }td.web-link a { font-size: 11px; }.title td h1 { font-size: 20px; font-weight: 100; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; margin: 0; }/* Article List */.article-list { padding: 10px; }/* Hero */.intro-image img { float: none; display: block; }/* Articles */.content-top td.newsletter-sections { padding-top: 10px; }.content-padding { clear: both; padding: 0px 0; }.cell-padding { padding: 10px; }.padding-top { padding-top: 10px; }.padding-bottom { padding-bottom: 20px; }.article-intro .content-padding { clear: both; padding: 0px; }h2, h2.field-name-field-newsletter-section-title { font-size: 20px; font-weight: bold; margin-top: 10px; margin-bottom: 10px; }h2.field-name-field-newsletter-section-title { margin-top: 0; margin-bottom: 0; }h3.feature-title { font-size: 18px; font-weight: bold; margin-bottom: 5px; }h3.teaser-title { font-size: 18px; font-weight: bold; margin-bottom: 5px; }h3 { font-size: 18px; margin-bottom: 10px; font-weight: bold; }h4 { font-size: 16px; margin-bottom: 10px; font-weight: bold; }h5 { font-size: 15px; margin-bottom: 10px; font-weight: bold; }h6 { font-size: 14px; margin-bottom: 10px; font-weight: bold; }p.supersize { font-size: 32px; font-weight: bold; margin: 10px 0; line-height: 1.3; }p.hero { font-size: 24px; font-weight: bold; margin: 10px 0; line-height: 1.3; }p.lead { font-size: 18px; font-weight: bold; margin: 10px 0; line-height: 1.3; }/* Article Categories */table.columns td.tags, table.column td.tags { padding: 0 0 5px 0; }table.columns td.tags p, table.column td.tags p { margin: 0; margin-bottom: 0; }td.tags a, td.tags a:link, td.tags a:visited { background-color: #e7e7e7 !important; color: #656565 !important; border-color: #e7e7e7; border-style: solid; border-width: 4px; margin: 0 5px 5px 0; font-size: 10px; font-weight: bold; text-transform: uppercase !important; }td.tags a:active, td.tags a:hover { color: #cfb87c !important; background-color: #000000 !important; border-color: #000000; }/* Article More Link */a.button, p.field-name-field-newsletter-more-link a { background-color: #007BC8; color: #FFFFFF; display: inline-block; font-weight: bold; text-align: center; border-color: #007BC8; border-style: solid; border-top-width: 5px; border-bottom-width: 5px; border-left-width: 10px; border-right-width: 10px; }a.button:visited, p.field-name-field-newsletter-more-link a:visited { color: #FFFFFF !important; background-color: #007BC8 !important; }a.button-full { display: block !important; }a.button:hover, a.button:active, a.button:focus, p.field-name-field-newsletter-more-link a:hover, p.field-name-field-newsletter-more-link a:active, p.field-name-field-newsletter-more-link a:focus { color: #FFFFFF !important; background-color: #222222 !important; border-color: #222222 !important; }a.button-large { font-size: 16px !important; border-color: #007BC8; border-style: solid; border-top-width: 10px; border-bottom-width: 10px; border-left-width: 10px; border-right-width: 10px; }/* Ads/Promos */.newsletter-ad-1 { margin-bottom: 20px; }.newsletter-ad-content { padding: 10px; }.newsletter-ad td.wrapper { padding: 0 !important; }/* Blocks */.blocks { margin-bottom: 20px; }h2.field-name-field-newsletter-block-title { font-size: 20px; font-weight: bold; }/* Footer */.footer-content { text-align: center; padding-top: 10px; }.footer-content p { text-align: center; }/* Lists */ul { padding-left: 17px; }.article-list-content { padding: 10px; }.newsletter-footer p { font-size: 12px; }.open-counter img { width: 1px !important; height: 1px !important; }p:empty, td:empty { display: none !important; }.article-teaser-border { border-bottom: 1px solid #e7e7e7; display: block; margin: 0 10px 20px; }/* Social Links */.social-links { text-align: center; width: 100%; padding: 10px 0; }.social-links img { width: 24px !important; height: 24px !important; display: inline-block !important; float: none; margin: 5px; } /* Colors */body, table.body { background-color: #FFFFFF; }.container { background-color: #FFFFFF; }/* Newsletter Title & Logo */.title, .title td { background-color: #FFFFFF; color: #000000; }.title td.newsletter-name h1 { color: #000000; }/* Newsletter Issue & Weblink */.title-bottom { background-color: #000000; }.issue { background-color: #ffffff; }td.issue-date { color: #757575; }td.web-link a { color: #757575; }td.web-link a:link, td.web-link a:visited, td.web-link a:active { color: #757575 !important; }td.web-link a:hover { color: #000000 !important; }.title td h1 { color: #000000; }/* Article List */.article-list { background-color: #fff; }/* Articles */.content-top td.newsletter-sections { padding-top: 10px; background-color: #FFFFFF; }.article-section-title, .article-section-link, .article-content { background-color: #FFFFFF; }.article-content { background-color: #FFFFFF; }.article-intro, .article-intro td { background-color: #FFFFFF; }/* Ads/Promos */.newsletter-ad-1 { background-color: #FFFFFF; }.newsletter-ad-2 { background-color: #FFFFFF; }/* Blocks */.blocks { background-color: #FFFFFF; }/* Footer */.email-footer { border-top: 1px solid #e7e7e7; }.footer { background-color: #FFFFFF; }.footer-content { color: #000000; }.footer-content p { color: #000000; }.footer-content a { color: #007BC8; }.footer-content a:link, .footer-content a:visited, .footer-content a:active { color: #007BC8 !important; }.footer-content a:hover { color: #007BC8 !important; }</style><style>/* Responsive Styles */@media only screen and (max-width: 600px) { body { padding: 0px !important; } .title td h1 { font-size: 21px !important; word-break: normal; } .ad img { width: 100%; height: auto; } a.button, a.button:link, a.button:visited, p.field-name-field-newsletter-more-link a { display: block !important; } }</style><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="viewport" content="width=device-width"></head><body style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 0; min-width: 100%; padding: 0 0 40px; width: 100% !important; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; text-align: left; font-size: 14px; background-color: #FFFFFF;"> <div class="emailteaser" style="display: none !important; font-size: 1px; height: 1px !important; mso-hide: all; overflow: hidden !important;"><div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even">A message from the Chancellor: Becoming the change we want to see; COVID-19 campus update; More</div></div></div></div><table class="body" role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; height: 100%; width: 100%; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px; background-color: #FFFFFF;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="center" align="center" valign="top" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: center; vertical-align: top; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"> <table class="row title" role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0px; text-align: left; vertical-align: top; position: relative; width: 100%; background-color: #FFFFFF; color: #000000;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="email-top" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; color: #000000; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px; background-color: #FFFFFF;"> <center style="min-width: 580px; width: 100%;"> <table class="container" role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: inherit; vertical-align: top; margin: 0 auto; width: 580px; background-color: #FFFFFF;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; color: #000000; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px; background-color: #FFFFFF;"> <table class=" full" role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="campus-logo" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 10px; text-align: left; vertical-align: top; color: #000000; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px; background-color: #FFFFFF;"> <a href="https://www.colorado.edu" style="color: #007BC8; text-decoration: none;"><img src="https://www.colorado.edu/today/profiles/express/themes/cuemail/images/cu-boulder-logo-text-black.gif" alt="University of Colorado Boulder " id="campus-logo" width="180" height="27" style="-ms-interpolation-mode: bicubic; clear: both; display: block; float: left; height: auto !important; max-width: 600px !important; outline: none; text-decoration: none; width: 180px !important; border: none; max-height: auto !important;"></a> </td> </tr><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="newsletter-name" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 10px; text-align: left; vertical-align: middle; color: #000000; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px; background-color: #FFFFFF;"> <h1 style="color: #000000; font-family: Helvetica, Arial, sans-serif; font-weight: 100; line-height: 1.3; margin: 0; padding: 0; text-align: left; word-break: normal; font-size: 20px; mso-line-height-rule: exactly; -moz-hyphens: none; -webkit-hyphens: none; hyphens: none;"><img id="newsletter-logo" src="https://www.colorado.edu/today/sites/default/files/styles/medium/public/newsletter-name-image/cbt-facstaff_0.gif?itok=vQsubpJh" alt="Faculty-Staff Edition" width="200" height="38" style="-ms-interpolation-mode: bicubic; clear: both; display: block; float: left; height: 38px !important; max-width: 100% !important; outline: none; text-decoration: none; width: 200px !important; max-height: auto !important;"></h1> </td> </tr></table><table class="issue full" role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; width: 100%; background-color: #ffffff;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="issue-date" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 10px; text-align: left; vertical-align: top; color: #757575; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 11px; width: 50%; background-color: #FFFFFF;"> <strong>Feb. 10, 2022</strong> </td> <td class="web-link" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 10px; text-align: right; vertical-align: top; color: #000000; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px; width: 50%; background-color: #FFFFFF;"> <a href="https://www.colorado.edu/today/newsletter/cbt-facstaff/feb-10-2022" style="color: #757575; text-decoration: none; font-size: 11px;">View on website</a> </td> </tr></table></td> </tr></table></center> </td> </tr></table><div class="title-bottom" style="height: 0px; background-color: #000000;"> </div><center style="min-width: 580px; width: 100%;"> <!-- start issue contents --><table class="container content-top" role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: inherit; vertical-align: top; margin: 0 auto; width: 580px; background-color: #FFFFFF;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="newsletter-sections" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px; padding-top: 10px; background-color: #FFFFFF;"> <table class="row article-section-title" role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0px; text-align: left; vertical-align: top; position: relative; width: 100%; display: block; background-color: #FFFFFF;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="wrapper last" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; position: relative; padding-right: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"> <table class="twelve columns" role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; margin: 0 auto; width: 580px;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="text-pad padding-bottom" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; padding-left: 10px; padding-right: 10px; font-size: 14px; padding-bottom: 20px;"> <h2 class="field field-name-field-newsletter-section-title field-type-text field-label-hidden" style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: bold; line-height: 1.3; margin: 0; padding: 0; text-align: left; word-break: normal; font-size: 20px; mso-line-height-rule: exactly; margin-bottom: 0; margin-top: 0;"> Buff Bulletin Board </h2> </td> <td class="expander" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; visibility: hidden; width: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"></td> </tr></table></td> </tr></table><table class="row article-content" role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0px; text-align: left; vertical-align: top; position: relative; width: 100%; display: block; background-color: #FFFFFF;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="wrapper last" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; position: relative; padding-right: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"> <table class="twelve columns" role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; margin: 0 auto; width: 580px;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="twelve sub-columns text-pad padding-bottom" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; min-width: 0px; padding-right: 10px; width: 100%; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; padding-left: 10px; font-size: 14px; padding-bottom: 20px;"> <h3 class="teaser-title" style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: bold; line-height: 1.3; margin: 0; padding: 0; text-align: left; word-break: normal; font-size: 18px; mso-line-height-rule: exactly; margin-bottom: 5px;"></h3> <p style="margin: 0; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; padding: 0; text-align: left; font-size: 14px; margin-bottom: 10px;"><a href="https://bulletin.colorado.edu/node/7536" title="https://bulletin.colorado.edu/node/7536" style="color: #007BC8; text-decoration: none;"><strong>Beware of Instagram scams</strong></a></p><p style="margin: 0; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; padding: 0; text-align: left; font-size: 14px; margin-bottom: 10px;"><a href="https://bulletin.colorado.edu/node/7535" title="https://bulletin.colorado.edu/node/7535" style="color: #007BC8; text-decoration: none;"><strong>From OIT: Feb.13 maintenance will cause service outages</strong></a></p><p style="margin: 0; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; padding: 0; text-align: left; font-size: 14px; margin-bottom: 10px;"><a href="https://bulletin.colorado.edu/" class="button button-blue" style="color: #FFFFFF; text-decoration: none; background-color: #007BC8; border-bottom-width: 5px; border-color: #007BC8; border-left-width: 10px; border-right-width: 10px; border-style: solid; border-top-width: 5px; display: inline-block; font-weight: bold; text-align: center;">More Bulletins</a></p> </td> <td class="expander" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; visibility: hidden; width: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"></td> </tr></table></td> </tr></table><div class="border border-inset article-teaser-border " style="border-bottom: 1px solid #e7e7e7; display: block; margin: 0 10px 20px;"></div> <table class="row article-content article-feature " role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0px; text-align: left; vertical-align: top; position: relative; width: 100%; display: block; background-color: #FFFFFF;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="wrapper last" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; position: relative; padding-right: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"> <table class="twelve columns" role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; margin: 0 auto; width: 580px;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="text-pad padding-bottom" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; padding-left: 10px; padding-right: 10px; font-size: 14px; padding-bottom: 20px;"> <table role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top;"><td class="padding-bottom" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px; padding-bottom: 20px;"> <div class="field field-name-field-article-thumbnail field-type-image field-label-hidden"> <a href="https://www.colorado.edu/today/2022/02/10/message-chancellor-becoming-change-we-want-see" style="color: #007BC8; text-decoration: none;"><img class="image-email_feature_thumbnail" src="https://www.colorado.edu/today/sites/default/files/styles/email_feature_thumbnail/public/article-thumbnail/snow46ga_0.jpg?itok=L-8jFo-5" width="560" height="" alt="Sun peaks through clouds and snowy Flatirons" style="-ms-interpolation-mode: bicubic; clear: both; display: block; float: left; height: auto !important; max-width: 600px !important; outline: none; text-decoration: none; width: 100% !important; border: none; max-height: auto !important;"></a> </div> </td> </table><div class="content-padding" style="clear: both; padding: 0px 0;"> <h3 class="feature-title" style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: bold; line-height: 1.3; margin: 0; padding: 0; text-align: left; word-break: normal; font-size: 18px; mso-line-height-rule: exactly; margin-bottom: 5px;"><a href="https://www.colorado.edu/today/node/47701" style="color: #007BC8; text-decoration: none;">A message from the Chancellor: Becoming the change we want to see</a></h3> <table role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top;"><td class="tags" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0 0 5px 0; text-align: left; vertical-align: top; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"> <p style="margin: 0; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; padding: 0; text-align: left; font-size: 14px; margin-bottom: 0;"><a href="https://www.colorado.edu/today/node/18438" style="color: #656565 !important; text-decoration: none; background-color: #e7e7e7 !important; border-color: #e7e7e7; border-style: solid; border-width: 4px; font-size: 10px; font-weight: bold; margin: 0 5px 5px 0; text-transform: uppercase !important;">Leadership Corner</a> <a href="https://www.colorado.edu/today/node/23660" style="color: #656565 !important; text-decoration: none; background-color: #e7e7e7 !important; border-color: #e7e7e7; border-style: solid; border-width: 4px; font-size: 10px; font-weight: bold; margin: 0 5px 5px 0; text-transform: uppercase !important;">Inclusive Excellence</a></p> </td> </table><div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even">I want to acknowledge campus initiatives offering opportunities for our community to connect, learn, share perspectives and expand our understanding of one another. These uplifting and inspirational events are taking place as we continue to heal and recover from recent local tragedies. They are also occurring as many of us struggle to process recent sad and disturbing events.</div></div></div> </div> </td> <td class="expander" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; visibility: hidden; width: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"></td> </tr></table></td> </tr></table><div class="border border-inset article-feature-border "></div> <table class="row article-section-title" role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0px; text-align: left; vertical-align: top; position: relative; width: 100%; display: block; background-color: #FFFFFF;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="wrapper last" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; position: relative; padding-right: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"> <table class="twelve columns" role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; margin: 0 auto; width: 580px;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="text-pad padding-bottom" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; padding-left: 10px; padding-right: 10px; font-size: 14px; padding-bottom: 20px;"> <h2 class="field field-name-field-newsletter-section-title field-type-text field-label-hidden" style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: bold; line-height: 1.3; margin: 0; padding: 0; text-align: left; word-break: normal; font-size: 20px; mso-line-height-rule: exactly; margin-bottom: 0; margin-top: 0;"> Campus Community </h2> </td> <td class="expander" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; visibility: hidden; width: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"></td> </tr></table></td> </tr></table><table class="row article-content article-teaser " role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0px; text-align: left; vertical-align: top; position: relative; width: 100%; display: block; background-color: #FFFFFF;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="wrapper last" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; position: relative; padding-right: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"> <table class="twelve columns" role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; margin: 0 auto; width: 580px;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="three sub-columns text-pad padding-bottom" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; min-width: 0px; padding-right: 10px; width: 25%; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; padding-left: 10px; font-size: 14px; padding-bottom: 20px;"> <div class="field field-name-field-article-thumbnail field-type-image field-label-hidden"> <a href="https://www.colorado.edu/today/2022/02/10/covid-19-campus-update-feb-10-issue" style="color: #007BC8; text-decoration: none;"><img class="image-email_teaser_thumbnail" src="https://www.colorado.edu/today/sites/default/files/styles/email_teaser_thumbnail/public/article-thumbnail/2020_move_in35ga_42_0_0_0_1.jpeg?itok=RO493uoQ" width="160" height="" alt="A Protect Our Herd–face covering required sign at the entrance of Farrand Field" style="-ms-interpolation-mode: bicubic; clear: both; display: block; float: left; height: auto !important; max-width: 130px !important; outline: none; text-decoration: none; width: 100% !important; border: none; max-height: 130px !important;"></a> </div> </td> <td class="nine sub-columns text-pad padding-bottom" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; min-width: 0px; padding-right: 10px; width: 75%; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; padding-left: 10px; font-size: 14px; padding-bottom: 20px;"> <h3 class="teaser-title" style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: bold; line-height: 1.3; margin: 0; padding: 0; text-align: left; word-break: normal; font-size: 18px; mso-line-height-rule: exactly; margin-bottom: 5px;"><a href="https://www.colorado.edu/today/node/47703" style="color: #007BC8; text-decoration: none;">COVID-19 campus update: Feb. 10 issue</a></h3> <table role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top;"><td class="tags" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0 0 5px 0; text-align: left; vertical-align: top; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"> <p style="margin: 0; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; padding: 0; text-align: left; font-size: 14px; margin-bottom: 0;"><a href="https://www.colorado.edu/today/node/18464" style="color: #656565 !important; text-decoration: none; background-color: #e7e7e7 !important; border-color: #e7e7e7; border-style: solid; border-width: 4px; font-size: 10px; font-weight: bold; margin: 0 5px 5px 0; text-transform: uppercase !important;">Safety</a></p> </td> </table><div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even">In this week’s update, get reminders about the upcoming COVID-19 vaccination booster requirement, mask requirements and distribution, and what to do following a positive COVID-19 diagnosis if you are student, faculty or staff.</div></div></div> </td> <td class="expander" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; visibility: hidden; width: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"></td> </tr></table></td> </tr></table><div class="border border-inset article-teaser-border " style="border-bottom: 1px solid #e7e7e7; display: block; margin: 0 10px 20px;"></div><table class="row article-content article-teaser " role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0px; text-align: left; vertical-align: top; position: relative; width: 100%; display: block; background-color: #FFFFFF;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="wrapper last" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; position: relative; padding-right: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"> <table class="twelve columns" role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; margin: 0 auto; width: 580px;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="three sub-columns text-pad padding-bottom" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; min-width: 0px; padding-right: 10px; width: 25%; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; padding-left: 10px; font-size: 14px; padding-bottom: 20px;"> <div class="field field-name-field-article-thumbnail field-type-image field-label-hidden"> <a href="https://www.colorado.edu/today/2022/02/09/save-april-21-campus-sustainability-summit-nominate-present-attend" style="color: #007BC8; text-decoration: none;"><img class="image-email_teaser_thumbnail" src="https://www.colorado.edu/today/sites/default/files/styles/email_teaser_thumbnail/public/article-thumbnail/2018_aerials4ga_0.jpg?itok=J7muWj-4" width="160" height="" alt="Aerial view of Boulder" style="-ms-interpolation-mode: bicubic; clear: both; display: block; float: left; height: auto !important; max-width: 130px !important; outline: none; text-decoration: none; width: 100% !important; border: none; max-height: 130px !important;"></a> </div> </td> <td class="nine sub-columns text-pad padding-bottom" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; min-width: 0px; padding-right: 10px; width: 75%; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; padding-left: 10px; font-size: 14px; padding-bottom: 20px;"> <h3 class="teaser-title" style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: bold; line-height: 1.3; margin: 0; padding: 0; text-align: left; word-break: normal; font-size: 18px; mso-line-height-rule: exactly; margin-bottom: 5px;"><a href="https://www.colorado.edu/today/node/47675" style="color: #007BC8; text-decoration: none;">Save April 21 for Campus Sustainability Summit: Nominate, present, attend</a></h3> <table role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top;"><td class="tags" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0 0 5px 0; text-align: left; vertical-align: top; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"> <p style="margin: 0; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; padding: 0; text-align: left; font-size: 14px; margin-bottom: 0;"><a href="https://www.colorado.edu/today/node/18470" style="color: #656565 !important; text-decoration: none; background-color: #e7e7e7 !important; border-color: #e7e7e7; border-style: solid; border-width: 4px; font-size: 10px; font-weight: bold; margin: 0 5px 5px 0; text-transform: uppercase !important;">Conferences</a></p> </td> </table><div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even">Get involved this year by proposing a presentation or booth, nominating others for awards, applying for seed funding, entering the president's student challenge, attending a student workshop, adding the event to your syllabus and more.</div></div></div> </td> <td class="expander" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; visibility: hidden; width: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"></td> </tr></table></td> </tr></table><div class="border border-inset article-teaser-border " style="border-bottom: 1px solid #e7e7e7; display: block; margin: 0 10px 20px;"></div><table class="row article-content article-teaser " role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0px; text-align: left; vertical-align: top; position: relative; width: 100%; display: block; background-color: #FFFFFF;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="wrapper last" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; position: relative; padding-right: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"> <table class="twelve columns" role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; margin: 0 auto; width: 580px;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="three sub-columns text-pad padding-bottom" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; min-width: 0px; padding-right: 10px; width: 25%; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; padding-left: 10px; font-size: 14px; padding-bottom: 20px;"> <div class="field field-name-field-article-thumbnail field-type-image field-label-hidden"> <a href="https://www.colorado.edu/today/2022/02/09/learn-about-cu-boulder-alerts-spring-test-march-15" style="color: #007BC8; text-decoration: none;"><img class="image-email_teaser_thumbnail" src="https://www.colorado.edu/today/sites/default/files/styles/email_teaser_thumbnail/public/article-thumbnail/2021_coffee_with_a_cop_pc0025_2.jpg?itok=fAb6HbE-" width="160" height="" alt="Patch on the arm of a police officer's uniform" style="-ms-interpolation-mode: bicubic; clear: both; display: block; float: left; height: auto !important; max-width: 130px !important; outline: none; text-decoration: none; width: 100% !important; border: none; max-height: 130px !important;"></a> </div> </td> <td class="nine sub-columns text-pad padding-bottom" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; min-width: 0px; padding-right: 10px; width: 75%; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; padding-left: 10px; font-size: 14px; padding-bottom: 20px;"> <h3 class="teaser-title" style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: bold; line-height: 1.3; margin: 0; padding: 0; text-align: left; word-break: normal; font-size: 18px; mso-line-height-rule: exactly; margin-bottom: 5px;"><a href="https://www.colorado.edu/today/node/45327" style="color: #007BC8; text-decoration: none;">Learn about CU Boulder Alerts, spring test March 15</a></h3> <table role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top;"><td class="tags" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0 0 5px 0; text-align: left; vertical-align: top; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"> <p style="margin: 0; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; padding: 0; text-align: left; font-size: 14px; margin-bottom: 0;"><a href="https://www.colorado.edu/today/node/18464" style="color: #656565 !important; text-decoration: none; background-color: #e7e7e7 !important; border-color: #e7e7e7; border-style: solid; border-width: 4px; font-size: 10px; font-weight: bold; margin: 0 5px 5px 0; text-transform: uppercase !important;">Safety</a></p> </td> </table><div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even">As you continue to settle into the spring semester, get a refresher on campus safety and crime prevention. A test of the campus alerts system is slated for March 15.</div></div></div> </td> <td class="expander" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; visibility: hidden; width: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"></td> </tr></table></td> </tr></table><div class="border border-inset article-teaser-border " style="border-bottom: 1px solid #e7e7e7; display: block; margin: 0 10px 20px;"></div><table class="row article-content article-teaser " role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0px; text-align: left; vertical-align: top; position: relative; width: 100%; display: block; background-color: #FFFFFF;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="wrapper last" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; position: relative; padding-right: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"> <table class="twelve columns" role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; margin: 0 auto; width: 580px;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="three sub-columns text-pad padding-bottom" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; min-width: 0px; padding-right: 10px; width: 25%; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; padding-left: 10px; font-size: 14px; padding-bottom: 20px;"> <div class="field field-name-field-article-thumbnail field-type-image field-label-hidden"> <a href="https://www.colorado.edu/today/2022/02/09/cu-police-commander-paula-balafas-become-pac-12s-5th-female-chief-police" style="color: #007BC8; text-decoration: none;"><img class="image-email_teaser_thumbnail" src="https://www.colorado.edu/today/sites/default/files/styles/email_teaser_thumbnail/public/article-thumbnail/pb_and_buffalo_cropped.jpeg?itok=StpeH-h8" width="160" height="" alt="Commander Paula Balafas" style="-ms-interpolation-mode: bicubic; clear: both; display: block; float: left; height: auto !important; max-width: 130px !important; outline: none; text-decoration: none; width: 100% !important; border: none; max-height: 130px !important;"></a> </div> </td> <td class="nine sub-columns text-pad padding-bottom" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; min-width: 0px; padding-right: 10px; width: 75%; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; padding-left: 10px; font-size: 14px; padding-bottom: 20px;"> <h3 class="teaser-title" style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: bold; line-height: 1.3; margin: 0; padding: 0; text-align: left; word-break: normal; font-size: 18px; mso-line-height-rule: exactly; margin-bottom: 5px;"><a href="https://www.colorado.edu/today/node/47689" style="color: #007BC8; text-decoration: none;">CU Police Commander Paula Balafas to become Pac-12’s 5th female chief of police</a></h3> <table role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top;"><td class="tags" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0 0 5px 0; text-align: left; vertical-align: top; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"> <p style="margin: 0; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; padding: 0; text-align: left; font-size: 14px; margin-bottom: 0;"><a href="https://www.colorado.edu/today/node/18456" style="color: #656565 !important; text-decoration: none; background-color: #e7e7e7 !important; border-color: #e7e7e7; border-style: solid; border-width: 4px; font-size: 10px; font-weight: bold; margin: 0 5px 5px 0; text-transform: uppercase !important;">Staff in Focus</a></p> </td> </table><div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even">Balafas, a CU Boulder alumna, has taken the top job at the University of Arizona Police Department, helping the Pac-12 conference lead the way in women in policing.</div></div></div> </td> <td class="expander" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; visibility: hidden; width: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"></td> </tr></table></td> </tr></table><div class="border border-inset article-teaser-border " style="border-bottom: 1px solid #e7e7e7; display: block; margin: 0 10px 20px;"></div> <table class="row article-section-title" role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0px; text-align: left; vertical-align: top; position: relative; width: 100%; display: block; background-color: #FFFFFF;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="wrapper last" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; position: relative; padding-right: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"> <table class="twelve columns" role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; margin: 0 auto; width: 580px;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="text-pad padding-bottom" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; padding-left: 10px; padding-right: 10px; font-size: 14px; padding-bottom: 20px;"> <h2 class="field field-name-field-newsletter-section-title field-type-text field-label-hidden" style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: bold; line-height: 1.3; margin: 0; padding: 0; text-align: left; word-break: normal; font-size: 20px; mso-line-height-rule: exactly; margin-bottom: 0; margin-top: 0;"> Events &amp; Exhibits </h2> </td> <td class="expander" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; visibility: hidden; width: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"></td> </tr></table></td> </tr></table><table class="row article-content article-teaser " role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0px; text-align: left; vertical-align: top; position: relative; width: 100%; display: block; background-color: #FFFFFF;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="wrapper last" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; position: relative; padding-right: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"> <table class="twelve columns" role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; margin: 0 auto; width: 580px;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="three sub-columns text-pad padding-bottom" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; min-width: 0px; padding-right: 10px; width: 25%; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; padding-left: 10px; font-size: 14px; padding-bottom: 20px;"> <div class="field field-name-field-article-thumbnail field-type-image field-label-hidden"> <a href="https://www.colorado.edu/today/2022/02/09/gear-winter-bike-work-day-feb-11" style="color: #007BC8; text-decoration: none;"><img class="image-email_teaser_thumbnail" src="https://www.colorado.edu/today/sites/default/files/styles/email_teaser_thumbnail/public/article-thumbnail/snow_scenics_feb_25th_pc0333_0.jpg?itok=0eOU46h6" width="160" height="" alt="Student riding a bike on a snowy campus" style="-ms-interpolation-mode: bicubic; clear: both; display: block; float: left; height: auto !important; max-width: 130px !important; outline: none; text-decoration: none; width: 100% !important; border: none; max-height: 130px !important;"></a> </div> </td> <td class="nine sub-columns text-pad padding-bottom" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; min-width: 0px; padding-right: 10px; width: 75%; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; padding-left: 10px; font-size: 14px; padding-bottom: 20px;"> <h3 class="teaser-title" style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: bold; line-height: 1.3; margin: 0; padding: 0; text-align: left; word-break: normal; font-size: 18px; mso-line-height-rule: exactly; margin-bottom: 5px;"><a href="https://www.colorado.edu/today/node/47691" style="color: #007BC8; text-decoration: none;">Gear up for Winter Bike to Work Day Feb. 11</a></h3> <table role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top;"><td class="tags" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0 0 5px 0; text-align: left; vertical-align: top; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"> <p style="margin: 0; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; padding: 0; text-align: left; font-size: 14px; margin-bottom: 0;"><a href="https://www.colorado.edu/today/node/18498" style="color: #656565 !important; text-decoration: none; background-color: #e7e7e7 !important; border-color: #e7e7e7; border-style: solid; border-width: 4px; font-size: 10px; font-weight: bold; margin: 0 5px 5px 0; text-transform: uppercase !important;">General</a></p> </td> </table><div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even">Join cyclists around the world braving the elements and riding to work. The Environmental Center will be handing out breakfast burritos, gluten-free vegan cookies and some fun bike program swag.</div></div></div> </td> <td class="expander" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; visibility: hidden; width: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"></td> </tr></table></td> </tr></table><div class="border border-inset article-teaser-border " style="border-bottom: 1px solid #e7e7e7; display: block; margin: 0 10px 20px;"></div><table class="row article-content article-teaser " role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0px; text-align: left; vertical-align: top; position: relative; width: 100%; display: block; background-color: #FFFFFF;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="wrapper last" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; position: relative; padding-right: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"> <table class="twelve columns" role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; margin: 0 auto; width: 580px;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="three sub-columns text-pad padding-bottom" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; min-width: 0px; padding-right: 10px; width: 25%; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; padding-left: 10px; font-size: 14px; padding-bottom: 20px;"> <div class="field field-name-field-article-thumbnail field-type-image field-label-hidden"> <a href="https://www.colorado.edu/today/2022/02/09/groundbreaking-beautiful-and-unapologetically-black-everlasting-vision-alvin-ailey-feb-16" style="color: #007BC8; text-decoration: none;"><img class="image-email_teaser_thumbnail" src="https://www.colorado.edu/today/sites/default/files/styles/email_teaser_thumbnail/public/article-thumbnail/ailey_hero.jpg?itok=Ic5_ZD4I" width="160" height="" alt="Dancers" style="-ms-interpolation-mode: bicubic; clear: both; display: block; float: left; height: auto !important; max-width: 130px !important; outline: none; text-decoration: none; width: 100% !important; border: none; max-height: 130px !important;"></a> </div> </td> <td class="nine sub-columns text-pad padding-bottom" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; min-width: 0px; padding-right: 10px; width: 75%; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; padding-left: 10px; font-size: 14px; padding-bottom: 20px;"> <h3 class="teaser-title" style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: bold; line-height: 1.3; margin: 0; padding: 0; text-align: left; word-break: normal; font-size: 18px; mso-line-height-rule: exactly; margin-bottom: 5px;"><a href="https://www.colorado.edu/today/node/47685" style="color: #007BC8; text-decoration: none;">Groundbreaking, beautiful and unapologetically Black: The everlasting vision of Alvin Ailey Feb. 16</a></h3> <table role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top;"><td class="tags" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0 0 5px 0; text-align: left; vertical-align: top; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"> <p style="margin: 0; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; padding: 0; text-align: left; font-size: 14px; margin-bottom: 0;"><a href="https://www.colorado.edu/today/node/18476" style="color: #656565 !important; text-decoration: none; background-color: #e7e7e7 !important; border-color: #e7e7e7; border-style: solid; border-width: 4px; font-size: 10px; font-weight: bold; margin: 0 5px 5px 0; text-transform: uppercase !important;">Performances &amp; Concerts</a></p> </td> </table><div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even">Dance company Ailey II comes to Macky Auditorium to spread iconic choreographer Alvin Ailey’s message of a more inclusive dance world. Learn more about Ailey's legacy, buy tickets and plan to attend.</div></div></div> </td> <td class="expander" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; visibility: hidden; width: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"></td> </tr></table></td> </tr></table><div class="border border-inset article-teaser-border " style="border-bottom: 1px solid #e7e7e7; display: block; margin: 0 10px 20px;"></div><table class="row article-content article-teaser " role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0px; text-align: left; vertical-align: top; position: relative; width: 100%; display: block; background-color: #FFFFFF;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="wrapper last" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; position: relative; padding-right: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"> <table class="twelve columns" role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; margin: 0 auto; width: 580px;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="three sub-columns text-pad padding-bottom" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; min-width: 0px; padding-right: 10px; width: 25%; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; padding-left: 10px; font-size: 14px; padding-bottom: 20px;"> <div class="field field-name-field-article-thumbnail field-type-image field-label-hidden"> <a href="https://www.colorado.edu/today/2022/02/09/join-fireside-chat-feb-17-jessica-rosenworcel-phil-weiser" style="color: #007BC8; text-decoration: none;"><img class="image-email_teaser_thumbnail" src="https://www.colorado.edu/today/sites/default/files/styles/email_teaser_thumbnail/public/article-thumbnail/silicon_flatirons_the_future_of_technology_transfer_0361pc_0.jpg?itok=3y7iyMYV" width="160" height="" alt="A Silicon Flatirons event" style="-ms-interpolation-mode: bicubic; clear: both; display: block; float: left; height: auto !important; max-width: 130px !important; outline: none; text-decoration: none; width: 100% !important; border: none; max-height: 130px !important;"></a> </div> </td> <td class="nine sub-columns text-pad padding-bottom" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; min-width: 0px; padding-right: 10px; width: 75%; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; padding-left: 10px; font-size: 14px; padding-bottom: 20px;"> <h3 class="teaser-title" style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: bold; line-height: 1.3; margin: 0; padding: 0; text-align: left; word-break: normal; font-size: 18px; mso-line-height-rule: exactly; margin-bottom: 5px;"><a href="https://www.colorado.edu/today/node/47679" style="color: #007BC8; text-decoration: none;">Join a fireside chat Feb. 17 with Jessica Rosenworcel, Phil Weiser</a></h3> <table role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top;"><td class="tags" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0 0 5px 0; text-align: left; vertical-align: top; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"> <p style="margin: 0; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; padding: 0; text-align: left; font-size: 14px; margin-bottom: 0;"><a href="https://www.colorado.edu/today/node/18450" style="color: #656565 !important; text-decoration: none; background-color: #e7e7e7 !important; border-color: #e7e7e7; border-style: solid; border-width: 4px; font-size: 10px; font-weight: bold; margin: 0 5px 5px 0; text-transform: uppercase !important;">Lectures &amp; Presentations</a></p> </td> </table><div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even">Colorado Attorney General Phil Weiser and Federal Communications Commission Chairwoman Jessica Rosenworcel will discuss current topics in communications policy. After their one-on-one fireside chat, a panel discussion will follow.</div></div></div> </td> <td class="expander" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; visibility: hidden; width: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"></td> </tr></table></td> </tr></table><div class="border border-inset article-teaser-border " style="border-bottom: 1px solid #e7e7e7; display: block; margin: 0 10px 20px;"></div><table class="row article-content article-teaser " role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0px; text-align: left; vertical-align: top; position: relative; width: 100%; display: block; background-color: #FFFFFF;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="wrapper last" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; position: relative; padding-right: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"> <table class="twelve columns" role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; margin: 0 auto; width: 580px;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="three sub-columns text-pad padding-bottom" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; min-width: 0px; padding-right: 10px; width: 25%; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; padding-left: 10px; font-size: 14px; padding-bottom: 20px;"> <div class="field field-name-field-article-thumbnail field-type-image field-label-hidden"> <a href="https://www.colorado.edu/today/2022/02/09/dig-hidden-world-algorithms-feb-17" style="color: #007BC8; text-decoration: none;"><img class="image-email_teaser_thumbnail" src="https://www.colorado.edu/today/sites/default/files/styles/email_teaser_thumbnail/public/article-thumbnail/2022_cmci_one_college_colloquium_racialized_algorithms.jpeg?itok=FGm0h5kp" width="160" height="" alt="Snowy Flatirons and headshots of 3 speakers" style="-ms-interpolation-mode: bicubic; clear: both; display: block; float: left; height: auto !important; max-width: 130px !important; outline: none; text-decoration: none; width: 100% !important; border: none; max-height: 130px !important;"></a> </div> </td> <td class="nine sub-columns text-pad padding-bottom" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; min-width: 0px; padding-right: 10px; width: 75%; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; padding-left: 10px; font-size: 14px; padding-bottom: 20px;"> <h3 class="teaser-title" style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: bold; line-height: 1.3; margin: 0; padding: 0; text-align: left; word-break: normal; font-size: 18px; mso-line-height-rule: exactly; margin-bottom: 5px;"><a href="https://www.colorado.edu/today/node/47677" style="color: #007BC8; text-decoration: none;">Dig into the hidden world of algorithms Feb. 17</a></h3> <table role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top;"><td class="tags" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0 0 5px 0; text-align: left; vertical-align: top; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"> <p style="margin: 0; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; padding: 0; text-align: left; font-size: 14px; margin-bottom: 0;"><a href="https://www.colorado.edu/today/node/18450" style="color: #656565 !important; text-decoration: none; background-color: #e7e7e7 !important; border-color: #e7e7e7; border-style: solid; border-width: 4px; font-size: 10px; font-weight: bold; margin: 0 5px 5px 0; text-transform: uppercase !important;">Lectures &amp; Presentations</a></p> </td> </table><div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even">The College of Media, Communication and Information is hosting its next One College Colloquium: Racialized Algorithms—A Conversation with Meredith Broussard. Join the free, virtual event for a deep dive into the hidden world of algorithms—including how they reflect and impact our society.</div></div></div> </td> <td class="expander" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; visibility: hidden; width: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"></td> </tr></table></td> </tr></table><div class="border border-inset article-teaser-border " style="border-bottom: 1px solid #e7e7e7; display: block; margin: 0 10px 20px;"></div> </td> </tr></table><!-- START AD 1 --><!-- END AD 1 --><!-- START BLOCKS --><table class="container email-blocks" role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: inherit; vertical-align: top; margin: 0 auto; width: 580px; background-color: #FFFFFF;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"> <table class="row blocks" role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0px; text-align: left; vertical-align: top; position: relative; width: 100%; display: block; margin-bottom: 20px; background-color: #FFFFFF;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="wrapper " style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; position: relative; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"> <table class="six columns" role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; margin: 0 auto; width: 280px;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="text-pad padding-bottom" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; padding-left: 10px; padding-right: 10px; font-size: 14px; padding-bottom: 20px;"> <h2 class="field field-name-field-newsletter-block-title field-type-text field-label-hidden" style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: bold; line-height: 1.3; margin: 0; padding: 0; text-align: left; word-break: normal; font-size: 20px; mso-line-height-rule: exactly; margin-bottom: 10px; margin-top: 10px;"> Regents Meeting </h2><div class="field field-name-field-newsletter-block-body field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even"><p style="margin: 0; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; padding: 0; text-align: left; font-size: 14px; margin-bottom: 10px;">A <a href="https://regents.cu.edu/events/2022/02/10/board-meeting" style="color: #007BC8; text-decoration: none;">CU Board of Regents meeting</a> will be held at the University Memorial Center, Room 245, with public sessions from <strong>1 to 5:45 p.m. on Thursday, Feb. 10, and 8:30 a.m. to 12:30 p.m on Friday, Feb. 11</strong>. Stay tuned for CU Boulder Today coverage of the meeting.</p><p style="margin: 0; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; padding: 0; text-align: left; font-size: 14px; margin-bottom: 10px;"><a href="https://cu.new.swagit.com/views/92/%20" class="button button-blue" style="color: #FFFFFF; text-decoration: none; background-color: #007BC8; border-bottom-width: 5px; border-color: #007BC8; border-left-width: 10px; border-right-width: 10px; border-style: solid; border-top-width: 5px; display: inline-block; font-weight: bold; text-align: center;">Watch Live</a></p></div></div></div> </td> <td class="expander" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; visibility: hidden; width: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"></td> </tr></table></td> <td class="wrapper last" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; position: relative; padding-right: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"> <table class="six columns" role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; margin: 0 auto; width: 280px;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="text-pad padding-bottom" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; padding-left: 10px; padding-right: 10px; font-size: 14px; padding-bottom: 20px;"> <h2 class="field field-name-field-newsletter-block-title field-type-text field-label-hidden" style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: bold; line-height: 1.3; margin: 0; padding: 0; text-align: left; word-break: normal; font-size: 20px; mso-line-height-rule: exactly; margin-bottom: 10px; margin-top: 10px;"> What We're Reading </h2><div class="field field-name-field-newsletter-block-body field-type-text-long field-label-hidden"><div class="field-items"><div class="field-item even"><p style="margin: 0; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; padding: 0; text-align: left; font-size: 14px; margin-bottom: 10px;"><a href="https://www.colorado.edu/today/2022/02/09/tips-greening-your-living-space" style="color: #007BC8; text-decoration: none;">Tips for greening your living space</a></p><p style="margin: 0; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; padding: 0; text-align: left; font-size: 14px; margin-bottom: 10px;"><a href="https://www.colorado.edu/today/2022/02/08/know-you-go-attending-cu-housing-fair" style="color: #007BC8; text-decoration: none;">Know before you go: Attending the CU Housing Fair</a></p><p style="margin: 0; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; padding: 0; text-align: left; font-size: 14px; margin-bottom: 10px;"><a href="https://www.colorado.edu/today/2022/02/09/get-speed-march-1-deadlines-graduate-students" style="color: #007BC8; text-decoration: none;">Get up to speed: March 1 deadlines for graduate students</a></p><p style="margin: 0; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; padding: 0; text-align: left; font-size: 14px; margin-bottom: 10px;"><a href="https://www.colorado.edu/today/2022/02/08/3-things-everyone-should-know-about-sexually-transmitted-infections-stis" style="color: #007BC8; text-decoration: none;">3 things everyone should know about sexually transmitted infections (STIs)</a></p></div></div></div> </td> <td class="expander" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; visibility: hidden; width: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"></td> </tr></table></td> </tr></table></td> </tr></table><!-- END BLOCKS --><!-- START AD 2 --><!-- END AD 2 --><table class="container email-footer" role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: inherit; vertical-align: top; margin: 0 auto; width: 580px; background-color: #FFFFFF; border-top: 1px solid #e7e7e7;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"> <table class="row footer" style="border-collapse: collapse; border-spacing: 0; padding: 0px; text-align: left; vertical-align: top; position: relative; width: 100%; display: block; background-color: #FFFFFF;"><td class="wrapper last" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; position: relative; padding-right: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"> <table class="twelve columns" role="presentation" style="border-collapse: collapse; border-spacing: 0; padding: 0; text-align: left; vertical-align: top; margin: 0 auto; width: 580px;"><tr style="padding: 0; text-align: left; vertical-align: top;"><td class="footer-content text-pad padding-bottom" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: center; vertical-align: top; color: #000000; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; padding-left: 10px; padding-right: 10px; font-size: 14px; padding-bottom: 20px; padding-top: 10px;"> <p style="margin: 0; color: #000000; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; padding: 0; text-align: center; font-size: 14px; margin-bottom: 10px;"><strong><a href="https://www.colorado.edu/today" style="color: #007BC8; text-decoration: none;">CU Boulder Today </a></strong></p> <!-- <p class="copyright">&copy; Regents of the University of Colorado</p> --> <div class="newsletter-footer"> <p style="margin: 0; color: #000000; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; padding: 0; text-align: center; font-size: 12px; margin-bottom: 10px;">Campus images reflect public health requirements at the time of the photograph or were taken prior to the COVID-19 pandemic. </p><p style="margin: 0; color: #000000; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; padding: 0; text-align: center; font-size: 12px; margin-bottom: 10px;">The faculty-staff edition of <em>CU Boulder Today</em> is a service of <a href="http://www.colorado.edu/strategicrelations" style="color: #007BC8; text-decoration: none;">Strategic Relations and Communications</a>.</p><p style="margin: 0; color: #000000; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; padding: 0; text-align: center; font-size: 12px; margin-bottom: 10px;">For more information visit <a href="http://www.colorado.edu/today" style="color: #007BC8; text-decoration: none;">www.colorado.edu/today</a>.</p> </div> <div class="open-counter"> <custom name="opencounter" type="tracking"></custom></div> <!-- don't ask... -->                                                                                           </td> <td class="expander" style="-moz-hyphens: none; -webkit-hyphens: none; border-collapse: collapse !important; hyphens: none; word-break: break-word; padding: 0; text-align: left; vertical-align: top; visibility: hidden; width: 0px; color: #222222; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 19px; margin: 0; font-size: 14px;"></td> </tr></table></td> </table></td> </tr></table></center></td></tr></table></body></html>

kevincrafts commented 2 years ago

https://github.com/tijsverkoyen/CssToInlineStyles