@charset "UTF-8";/* ********************************************** *//* ********************************************** *//* **** GLOBAL CSS - USE WITH EXTREME CAUTION *** *//* ********************************************** *//* Warning: Adjusting styles via the is CSS file  *//* can cause global changes to the layout and/or  *//* break the public display. Use this only to  *//* override colors or text styles but not any  *//* structural widths, heights or attributes.*//* ********************************************** *//* ********************************************** */
/** additional tech sector bar in hamburger **/
.typeRow > .tech-sector-five {height: 10px;width: 100%;background-color: #E700FF}
/** subscribe to newsletter recirc **/
.newsletter-container {display: flex;flex-direction: column;align-items: center;background-color: #F4F7FB;border-radius: 0px;max-width: 775px;padding: 20px; margin: 20px auto 0; clear: both}
.newsletter-container .newsletter-content {text-align: center;}
.newsletter-container .newsletter-content p.cta-title {font-size: 20px!important;color: #0A2D49!important;margin-bottom: 10px!important; font-weight: bold;}
.newsletter-container .newsletter-content {color: #0A2D4;}
.newsletter-container .highlight {color: #0B67B2!important;}
.newsletter-container .newsletter-content p {font-size: 11px!important;color: #000!important;margin-bottom: 10px!important;}
.newsletter-container .subscribe-button {background-color: #0B67B2;color: #ffffff;font-size: 12px;font-weight: 600;padding: 10px 20px;border: none;border-radius: 0;cursor: pointer;transition: background-color 0.3s; text-decoration: none}
.newsletter-container .subscribe-button:hover {background-color: #025090;}