CINXE.COM

ITSN | Home

<!doctype html> <html lang="en" data-critters-container> <head> <base href> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui"> <meta http-equiv="cache-control" content="max-age=0"> <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="cache-control" content="no-store"> <meta http-equiv="expires" content="0"> <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT"> <meta http-equiv="pragma" content="no-cache"> <title>ITSN | Home</title> <link rel="apple-touch-icon" href="assets/images/gsa.png"> <link rel="shortcut icon" href="assets/images/gsa.png"> <link rel="icon" type="image/x-icon" href="favicon.ico"> <script async type="text/javascript" id="_fed_an_ua_tag" src="https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=GSA"></script> <style>@media print{html,body{padding:0;margin:0;height:100%;width:100%;display:table;position:absolute;inset:0}@page{size:8.5in 11in!important;orphans:4;widows:2}}:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}@page{size:a3}body{min-width:992px!important}}html,body{min-height:100%}@media print{body *{visibility:hidden;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}@charset "UTF-8";html{line-height:1.15;-webkit-text-size-adjust:100%;box-sizing:border-box;font-feature-settings:"kern"1;font-kerning:normal;font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-size:100%}body{margin:0;color:#1b1b1b;background-color:#fff;overflow-x:hidden}@font-face{font-family:Source Sans Pro Web;font-style:normal;font-weight:300;font-display:fallback;src:url(sourcesanspro-light-webfont.126570eecf89aed7.woff2)format("woff2")}@font-face{font-family:Source Sans Pro Web;font-style:normal;font-weight:400;font-display:fallback;src:url(sourcesanspro-regular-webfont.9a6f4a22ce6d07a0.woff2)format("woff2")}@font-face{font-family:Source Sans Pro Web;font-style:normal;font-weight:700;font-display:fallback;src:url(sourcesanspro-bold-webfont.90a4ec2bebe3c77f.woff2)format("woff2")}@font-face{font-family:Source Sans Pro Web;font-style:italic;font-weight:300;font-display:fallback;src:url(sourcesanspro-lightitalic-webfont.75c4bd148f1900b0.woff2)format("woff2")}@font-face{font-family:Source Sans Pro Web;font-style:italic;font-weight:400;font-display:fallback;src:url(sourcesanspro-italic-webfont.beafbc3ee39c2381.woff2)format("woff2")}@font-face{font-family:Source Sans Pro Web;font-style:italic;font-weight:700;font-display:fallback;src:url(sourcesanspro-bolditalic-webfont.e667f6eb93e8cda9.woff2)format("woff2")}[href]:focus{outline:.25rem solid #2491ff;outline-offset:0}*,:after,:before{box-sizing:inherit}body{overflow-x:hidden}</style><link rel="stylesheet" href="styles.9a964009cee70e54.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.9a964009cee70e54.css"></noscript></head> <body> <app-root></app-root> <script src="runtime.9b62f899c84c73c6.js" type="module"></script><script src="polyfills.7321b88bb3a5c006.js" type="module"></script><script src="scripts.8b26f7fcdb8d6837.js" defer></script><script src="main.f826cf8f3de434fb.js" type="module"></script></body> <!-- <script> (function (i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga'); const ENV_URL_TO_APP_MODE_MAP = { 'https://navigator-dev.gsa.gov': 'DEV', //DEV environment 'https://navigator-test.gsa.gov': 'DEV', //TEST environment 'https://navigator-staging.gsa.gov': 'QA', //Staging environment 'https://navigator.gsa.gov': 'PRD' //Production environment }; const ENV_URL = window.location.origin; //grab the environment base URL const APP_MODE = ENV_URL_TO_APP_MODE_MAP[ENV_URL]; //Set application running mode if (APP_MODE == 'QA') { //Staging ga('create', 'UA-34364022-9', 'auto'); ga('send', 'pageview'); } else if (APP_MODE == 'PRD') { //Production ga('create', 'UA-34364022-10', 'auto'); ga('send', 'pageview'); } else { // dev ga('create', 'UA-34364022-7', 'auto'); ga('send', 'pageview'); } </script> --> </html>