/* CLIENT NAME | PINT (www.pint.com) */
/* Replacing Tauri font */
 @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
/* SCREEN ---------------------------------------------- */
/* BASIC ELEMENTS */
 html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr, em,img,small,strong,ol,ul,li,fieldset,form,label,legend,button, article,aside,embed,footer,header,hgroup,nav {
	 margin:0;
	 padding:0;
}
/* temporary banner on every page */
 #covid-banner {
	 width: 100%;
	 height: 27px;
	 padding-top: 14px;
	 background-color: #7f0e13;
	 color: #ffff00;
	 font-weight: bold;
	 text-align: center;
}
 #covid-banner a {
    color: #ffff00;
}
 table, th, td {
	 margin:0;
	 border-collapse: collapse;
}
 html {
	 padding:0;
	 min-height:100%;
	 -webkit-text-size-adjust:none;
}
 body {
	 color:#333;
	 font:normal 14px/20px 'Source Sans Pro',sans-serif;
	 background:#fff;
	 -webkit-font-smoothing:antialiased;
}
 table, th, td {
	 color:#333;
	 font:normal 13px/15px 'Source Sans Pro',sans-serif;
	 -webkit-font-smoothing:antialiased;
}
 input, select, textarea {
	 color:#ccc;
	 font:normal 13px/15px 'Source Sans Pro',sans-serif;
	 -webkit-font-smoothing:antialiased;
}
 textarea {
	 resize:vertical;
}
 :focus {
	 outline:none;
}
 fieldset {
	 border:0;
}
 legend {
	 display:none;
}
 label[for], input[type=checkbox], input[type=radio], input[type=submit], button, select {
	 cursor:pointer;
	 -webkit-font-smoothing:antialiased;
}
 a {
	 color:#0160e4;
	 text-decoration: underline;
	 transition:color .15s, background-color .15s;
	 -moz-transition:color .15s, background-color .15s;
}
 a:hover, a:hover > strong {
	 color: #000;
	 text-decoration: underline;
	 transition:color .15s, background-color .15s;
	 -moz-transition:color .15s, background-color .15s;
}
 a.anchor {
	 display:block;
	 position: relative;
	/* -176px covid banner */
	 top: -130px;
	 visibility: hidden;
}
 p {
	 margin: 0 0 15px 0;
}
 hr {
	 margin:10px 0;
	 padding:0;
	 width:100%;
	 height:1px;
	 display:block;
	 clear:both;
	 background:none;
	 border:1px solid #e8e7e4;
	 border-width:1px 0 0;
}
 img {
	 max-width:100%;
	 height:auto;
	 border:0;
}
 ul {
	 margin:0 0 12px 15px;
}
 ol {
	 margin:0 0 12px 18px;
}
/* HEADLINES */
 h1, .h1 {
	 margin:0 0 20px;
	 color:#d31820;
	 font: normal 600 36px/36px 'Source Sans Pro', sans-serif;
}
 h2, .h2 {
	 margin:0 0 20px;
	 color:#000;
	 font: normal 24px/24px 'Source Sans Pro', sans-serif;
}
 h3, .h3 {
	 margin:0 0 20px;
	 color:#000;
	 font: normal 21px/21px 'Source Sans Pro', sans-serif;
}
 h4, .h4 {
	 margin:0 0 20px;
	 color:#000;
	 font-weight:bold;
	 font-size:15px;
	 line-height:15px;
}
 h5, .h5 {
	 margin:0 0 20px;
	 color:#000;
	 font-weight:normal;
	 font-size:11px;
	 line-height:13px;
}
 h6, .h6 {
	 margin:0 0 20px;
	 color:#000;
	 font-weight:normal;
	 font-size:10px;
	 line-height:12px;
}
/* SHARED ---------------------------------------------- */
/* LOGO */
 #logo {
	 float:left;
	 padding:0 20px 16px 0;
	 text-decoration: none;
}
 #printlogo {
	 display:none;
}
 #skip {
	 display: none;
}
/* CHROMEFRAME */
 [data-chromeframe] {
	 margin:10px 0;
	 padding:15px;
	 background:#ebebeb;
}
/* CONTENT */
 [data-content] {
	 position:relative;
	 margin:125px auto 0;
	 padding:0;
	 text-align:left;
}
/* INNER WRAP (Page Centering) */
 [data-inner] {
	 position:relative;
	 text-align:left;
}
/* ROW/COL */
 [data-row] {
	 padding: 0;
	 position:relative;
}
 [data-col] {
	 margin-bottom:20px;
	 width:100%;
}
 [data-col]:last-child {
	 margin-right:0 
}
/* ASIDE */
 p.aside-small {
	 font-size: 12px;
}
/* HEADER ---------------------------------------------- */
 [data-header] {
	 z-index:20;
	 position:fixed;
	 top:0;
	 left:0;
	/* height:171px;
	 covid banner */
	 height: 125px;
	 width:100%;
	 clear:both;
	 background:black;
	 border-bottom: 1px solid #333;
}
 [data-header] [data-inner] {
	 padding:20px 0 0 0;
	 background:black;
}
/* TERTIARY NAV */
 #nav-tertiary {
	 float:right;
	 margin:10px 0 0 0;
	 width:255px;
}
 #nav-tertiary li {
	 height:20px;
	 margin: 0 3%;
	 display: inline-block;
	 list-style:none;
	 text-align:center;
}
 #nav-tertiary a {
	 height:20px;
	 display:block;
	 color:#a6aaae;
	 font-size:12px;
}
/* NAV: HEADLINE */
 .nav-headline {
	 float:left;
	 clear:left;
	 color: #fe3038;
	 font: normal 16px/20px 'Source Sans Pro, sans-serif;
	 margin:0;
	 padding:10px 10px 3px 0;
}
/* FOOTER ---------------------------------------------- */
 [data-footer] {
	 position:relative;
	 background-color: #000;
}
 [data-footer] #footer-nav-links {
	 padding: 30px 0 0 0;
}
 [data-footer] #footer-nav-links a {
         text-decoration: none;
}
 [data-footer] #footer-nav-links [data-inner] {
	 padding: 0 0 10px 0;
	 border-bottom: 1px solid #333;
}
 [data-footer] [data-col] {
	 width:14%;
	 margin: 0 1%;
	 padding: 0 0.5% 0 0;
	 border-right: 1px solid #333;
}
 [data-footer] [data-col]:last-child {
	 border-right:none;
}
 [data-footer] h3 {
	 font: bold 14px/16px 'Source Sans Pro', sans-serif;
	 color: #fff;
}
 [data-footer] h3 a {
	 color:white;
}
 ;
/* HOMEPAGE ---------------------------------------------- */
 #home-banner {
	 background:#000;
}
 .subsite-banner {
	 min-height: 417px;
	 margin: 0 auto;
	 width: 1220px;
	 max-width: 100%;
}
 #expanse-banner {
	 background:url(/assets/images/expanse_web_banner-1220.jpg) no-repeat 0 0;
}
 #tscc-banner {
	 background:url(/assets/images/tscc_web_banner_2023.jpg) no-repeat 0 0;
}
 #nrp-banner {
	 background:url(/assets/images/nrp_web_banner_1220.jpg) no-repeat 0 0;
}
 #industry-banner {
	 background:url(/assets/images/industry_banner.jpg) no-repeat 0 0;
	 background-size: cover;
}
/* HOME: AUDIENCE */
 #audience {
	 padding: 0 0 25px 0;
	 background:#d31820;
}
 #audience [data-col] {
	 display: inline-block;
	 width: 23%;
	 margin: 0 1.31% 0 1.31%;
	 padding-bottom: 10px;
	 text-align: center;
}
 #audience [data-col] a {
	 display: block;
	 height: 100%;
	 padding: 16px 0;
	 background-color: #7f0e13;
	 border-bottom:2px solid #350608;
	 color: #fff;
	 text-decoration: none;
}
 #audience [data-col] a:hover {
	 background: #590a0e;
}
 #audience [data-col] span {
	 display:block;
	 color: #fff;
	 font: normal 16px/18px Source Sans Pro, sans-serif;
}
 #audience [data-col]:first-child {
	 margin: 0 1.31% 0 0;
}
 #audience [data-col]:last-child {
	 margin: 0 0 0 1.31%;
}
 #audience [data-col] .audience-arrow {
	 position: absolute;
	 bottom: 0;
	 margin: 0 auto;
	 left: 46%;
}
/* HOME: COLLABORATE */
 #collaborate {
	 margin-top: -15px;
	 padding: 25px 0 0 0;
	 background:#d31820;
	 border-top: #7f0e13;
}
 #collaborate div {
	 margin:0 auto;
	 padding-bottom: 5px;
	 text-align:center;
	 color: #fff;
	 font: normal 20px/20px 'Source Sans Pro', sans-serif;
}
/* HOME: RESEARCH */
 #research {
	 padding: 25px 0;
	 background:#ededed;
}
 #research [data-col] {
	 display: inline-block;
	 width: 49%;
	 background: #fff;
	 min-height: 348px;
}
 #research [data-col]:first-child {
	 margin: 0 1% 0 0;
}
 #research [data-col]:last-child {
	 margin: 0 0 0 1%;
}
 #research .spotlight-header {
	 padding: 20px;
	 border-bottom: 2px solid #ededed;
}
 #research .spotlight-header h2 {
	 display: inline-block;
	 margin: 0;
	 font: normal 20px/20px 'Source Sans Pro', sans-serif;
	 color: #d31820;
}
 #research .spotlight-header a, .spotlight-list a.read-more2 {
	 float:right;
}
 #research .spotlight-header2 {
/*	 padding: 20px; */
	 padding: 6px;
}
 #research .spotlight-header2 h3 {
	 display: inline-block;
	 margin: 0;
}
 #research .spotlight-header2 a {
	 float:right;
}
 #research .spotlight {
	 padding: 20px;
}
 .arrow {
	 padding: 0 5px;
	 font:normal 20px/18px 'Source Sans Pro', sans-serif;
}
/* HOME: FEATURE */
 #feature {
	 padding: 50px 0;
	 background:#fff;
}
 #feature [data-col] {
	 display: inline-block;
	 width: 44.9%;
	 padding: 20px;
}
 #feature [data-col]:first-child {
	 margin: 0 1% 0 0;
}
 #feature [data-col]:last-child {
	 margin: 0 0 0 1%;
}
/* HOME: MISSION */
 #mission {
	 padding: 0 0 50px ;
	 background:#fff;
}
 #mission [data-inner] {
	 padding-top: 50px;
	 border-top: 1px solid #d9d9d9;
}
 #mission [data-col] {
	 display: inline-block;
	 text-align: center;
}
 #mission [data-col] h2 {
	 width: 80%;
	 margin: 0 auto 20px auto;
}
 #mission [data-col] p {
	 width: 80%;
	 margin: 0 auto;
}
/* SUBPAGE ---------------------------------------------- */
/* BREADCRUMB */
 [data-breadcrumbs] {
	 border-bottom: 1px solid #d9d9d9;
	 display:block;
	 margin:0;
	 padding:0;
	 width: 100%;
}
/* SUB: CONTENT */
 #sub-content {
	 padding: 0;
}
 #sub-content [data-col] {
	 display: inline-block;
	 margin:0;
	 padding-top:20px;
}
 #sub-content [data-col] .section {
	 border-bottom: 1px solid #d9d9d9;
	 padding:10px 0;
}
/* -- Left Column */
 #sub-content [data-col="1"] {
	 width: 70%;
	 margin: 0 4% 0 2%;
}
/* -- Right Column */
 #sub-content [data-col="2"] {
	 width: 20%;
	 margin: 0 2%;
}
 #sub-content [data-col="2"]:first-child {
	 padding-top:60px;
}
 #sub-content [data-col="2"] .section:last-child {
	 border-bottom: none;
}
 .section .redbox {
	 background:#f8ddde;
	 padding: 15px 10px 5px 10px;
}
 .section .redbox h4 {
	 font:bold 14px/16px 'Source Sans Pro', Helvetica, sans-serif;
	 color:#d31820;
	 text-transform: uppercase;
}
 .section .news-date {
	 font:normal 13px/18px 'Source Sans Pro', Helvetica, sans-serif;
	 color:#898989;
}
/* NEWS ITEM */
 #news_item .image {
	 float:left;
	 margin-right:20px;
	 width:55%;
}
 #news_item .caption {
	 font-size:0.8em;
}
 #news_item .pullquote {
	 font-size:1.3em;
	 line-height: 1.5em;
	 color: #00629b;
}
 #news_item .pullquote-author {
	 font-size:1.0em;
	 font-weight: 600;
	 line-height: 1.5em;
	 color: #747678;
}
#news_item .container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
#news_item .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
 #news_item [data-col="1"] {
	padding-top: 0;
}
/* STAFF DIRECTORY */
 #content_staff {
	 float: left;
	 margin: 0 15px;
	 padding: 25px 0 0;
	 width: 100%;
	 font-size: 14px;
}
 #content_staff p {
	 padding: 0 0 15px;
}
 #content_staff p.alpha span {
	 display: block;
	 padding: 5px 0;
	 background: url("/assets/images/dots.gif") repeat-x bottom left;
}
 #content_staff td {
	 font-size:14px;
}
 input.directory_search {
	 color:#000;
	 font:normal 12px/12px 'Source Sans Pro',sans-serif;
	 -webkit-font-smoothing:antialiased;
}
 .directory {
	 margin: 0 0 15px;
}
 .directory td {
	 font-size: 15px;
	 padding: 5px 5px 5px 0;
	 background: url("/assets/images/dots.gif") repeat-x bottom left;
}
 .directory th {
	 font-size: 20px;
	 text-align: left;
}
/* CONTACTS & LEADERSHIP PAGE */
 div.leadership-left-col {
	 float: left;
	 padding-right: 20px;
	 max-width: 40%;
}
 div.leadership-right-col {
	 margin-left: 50%;
	 border-left: 1px solid #ededed;
	 padding-left: 20px;
	 max-width: 40%;
}
 ul.leadership {
	 list-style-type: none;
	 margin-left: 0;
}
 ul.leadership li {
	 border-bottom: 1px solid #ededed;
	 margin-bottom: 10px;
}
 ul.leadership li h4 {
	 margin-bottom: 3px;
}
ul.experts-list li {
    margin-bottom: 0.8em;
    padding-bottom: 0.8em;
}
/* COMPONENTS ---------------------------------------------- */
/* HOMEPAGE BANNER FADER */
/* -- Banners */
 #h-banner [data-banner-items] {
	 width:100%;
	 margin: 0 auto;
	 padding: 0;
	 overflow:hidden;
}
 #h-banner [data-banner-items]:after {
	 content:'';
	 display:block;
	 clear:both;
}
 #h-banner [data-banner-items] li:after {
	 content:'';
	 display:block;
	 clear:both;
}
 #h-banner [data-banner-items] li {
	 width: 100%;
	 display: block;
}
 #h-banner [data-banner-items] img {
	 margin: 0 auto;
	 display: block;
}
 #h-banner [data-banner-items] span {
	 margin:10px 0 10px;
	 display:block;
	 font: normal 32px/36px 'Source Sans Pro', sans-serif;
}
 #h-banner [data-banner-items] strong {
	 margin:0 0 10px;
	 display:block;
	 font: normal 16px/22px 'Source Sans Pro', sans-serif;
}
 #h-banner [data-banner-items] p {
	 margin-bottom:17px;
}
 #h-banner [data-banner-items] .sm {
	 padding:9px 15px 8px;
	 font-size:14px;
}
 #h-banner [data-banner-items] li div.bg-banner {
	 position:absolute;
	 display: block;
	/* covid adjustment top: 86px;
	 */
	 top: 40px;
	 padding: 0 5px 10px 0;
	 width: 50%;
	 background: rgba(0, 0, 0, 0.5);
	 color: #fff;
	 text-align: right;
}
 #h-banner [data-banner-items] li div.bg-banner div {
	 display: block;
	 text-align: left;
	 max-width: 490px;
	 min-height: 220px;
	 margin:0 0 0 auto;
}
/* -- Controls */
 #h-banner [data-banner-controls] {
	 position: absolute;
	 bottom:30px;
	 margin:0 auto;
	 width: 100%;
	 text-align: center;
}
 #h-banner [data-banner-controls] li {
	 display: inline-block;
	 width:113px;
	 height:40px;
	 margin: 0 5px;
	 overflow:hidden;
	 background: #000;
	 border:1px solid #040509;
}
 #h-banner [data-banner-controls] li:hover {
	 border-color:#c31717;
}
 #h-banner [data-banner-controls] [data-active], #h-banner [data-banner-controls] [data-active]:hover {
	 border-color:#fff;
}
/* SPOTLIGHT FADER */
/* -- Fader */
 #h-spotlight-fader {
	 padding: 0 0 8%;
}
 #h-spotlight-fader {
	 padding: 0;
}
 #h-spotlight-fader [data-banner-items] {
	 width:100%;
	 margin: 0 auto;
	 padding: 0;
	 overflow:hidden;
}
 #h-spotlight-fader [data-banner-items]:after {
	 content:'';
	 display:block;
	 clear:both;
}
 #h-spotlight-fader [data-banner-items] li:after {
	 content:'';
	 display:block;
	 clear:both;
}
 #h-spotlight-fader [data-banner-items] li {
	 width: 92%;
	 padding: 0 4%;
	 display: block;
}
 #h-spotlight-fader [data-banner-items] li div {
	 position:absolute;
	 top:15%;
	 padding: 15px 0 15px 19%;
	 width:30%;
	 background: rgba(0, 0, 0, 0.5);
	 color: #fff;
}
 #h-spotlight-fader [data-banner-items] [data-text="white"] {
	 color:#fff;
}
 #h-spotlight-fader [data-banner-items] span {
	 margin:0 0 10px;
	 display:block;
	 font: normal 32px/36px 'Source Sans Pro', sans-serif;
}
 #h-spotlight-fader [data-banner-items] strong {
	 margin:0 0 10px;
	 display:block;
	 font: normal 16px/22px 'Source Sans Pro', sans-serif;
}
 #h-spotlight-fader [data-banner-items] p {
	 margin-bottom:17px;
}
 #h-spotlight-fader [data-banner-items] .sm {
	 padding:9px 15px 8px;
	 font-size:14px;
}
/* -- Controls */
 #h-spotlight-fader [data-banner-controls] {
	 position: absolute;
	 bottom:10px;
	 margin:0 auto;
	 width: 100%;
	 text-align: center;
}
 #h-spotlight-fader [data-banner-controls] li {
	 display: inline-block;
	 width:10px;
	 height:10px;
	 margin: 0 2px;
	 overflow:hidden;
	 background: #e0e0e0;
	 border-radius:1em;
}
 #h-spotlight-fader [data-banner-controls] li img {
	 display: none;
}
 #h-spotlight-fader [data-banner-controls] [data-active] {
	 background: #d31820;
}
 #h-spotlight-fader [data-banner-controls] [data-active]:hover {
}
/* BUTTON ---------------------------------------------- */
/* [data-button] {
	 position:relative;
	 display:inline-block;
	 cursor:pointer;
	 border: none;
}
 */
/* BUTTON 1 */
/* [data-button="1"] {
	 padding:10px 20px;
	 color:#fff;
	 font-size:18px;
	 background:#0156cd;
	 border-radius:6px;
	 -moz-border-radius:6px;
	 font:normal 14px/20px Arial, sans-serif;
	 transition:background .15s;
	 -moz-transition:background .15s;
	 text-transform:uppercase;
}
 [data-button="1"]:hover {
	 color:#fff;
	 background-color:#08509a;
	 transition:all .15s;
	 -moz-transition:all .15s;
}
 [data-button="1"]:active {
	 padding:11px 13px 9px 17px;
	 background:#08509a;
	 transition:background .15s;
	 -moz-transition:background .15s;
}
 */
/* BUTTON 2 */
 [data-button="2"] {
	 padding:10px 15px;
	 color:#fff;
	 font-size:18px;
	 background:#0156cd;
	 border-radius:6px;
	 -moz-border-radius:6px;
	 font:normal 14px/14px 'Source Sans Pro', sans-serif;
	 text-decoration: none;
	 transition:background .15s;
	 -moz-transition:background .15s;
	 text-transform:uppercase;
}
 [data-button="2"]:hover {
	 color:#fff;
	 background-color:#08509a;
	 transition:all .15s;
	 -moz-transition:all .15s;
}
 [data-button="2"]:active {
	 padding:11px 13px 9px 17px;
	 background:#08509a;
	 transition:background .15s;
	 -moz-transition:background .15s;
}
/* BUTTON 3 */
 [data-button="3"] {
	 padding:5px 8px;
	 color:#fff;
	 background:#0156cd;
	 border-radius:6px;
	 -moz-border-radius:6px;
	 font: normal 13px/13px 'Source Sans Pro', sans-serif;
	 text-decoration: none;
	 transition:background .15s;
	 -moz-transition:background .15s;
	 text-transform:uppercase;
}
 [data-button="3"]:hover {
	 color:#fff;
	 background-color:#08509a;
	 transition:all .15s;
	 -moz-transition:all .15s;
}
 [data-button="3"]:active {
	 background:#08509a;
	 transition:background .15s;
	 -moz-transition:background .15s;
}
 #btn-donate {
	 position: absolute;
	 top: -30px;
	 right: 0px;
}
/* FORMS ---------------------------------------------- */
/* Fix search type display appearance */
 input[type="search"] {
	 appearance:textfield;
	 -moz-appearance:textfield;
	 -webkit-appearance:textfield;
}
/* 'Placeholder' (color,etc.) */
 ::-webkit-input-placeholder {
}
 :focus::-webkit-input-placeholder {
}
 :-moz-placeholder, ::-moz-placeholder {
}
 :-ms-input-placeholder {
}
/* HEADER SEARCH */
 #header-search {
	 border-radius:3px;
	 float:left;
	 height: 35px;
	 overflow:hidden;
	 width: 30%;
}
 #header-search input {
	 border:0;
	 color:#53595d;
	 line-height:30px;
	 width:240px;
}
 #header-search table.gsc-search-box {
	 position:relative;
	 top:-10px;
}
/* ICONS ---------------------------------------------- */
/* SOCIAL ICONS */
 [data-icon-full] {
	 display:inline-block;
	 overflow:hidden;
	 *letter-spacing:-1000px;
	 *color:#ccc;
	 font-size:0 !important;
	 cursor:pointer;
	 background-image:url(../images/bg-sprite-24.png);
	 background-repeat:no-repeat;
	 background-position:0 100px;
	 transition:background-color .15s;
	 -moz-transition:background-color .15s;
}
 [data-icon-full]:hover {
	 transition:background-color .15s;
	 -moz-transition:background-color .15s;
}
 [data-icon-full="facebook"] {
	 width:40px;
	 height:40px;
	 background-position:0 -108px;
}
 [data-icon-full="twitter"] {
	 width:40px;
	 height:40px;
	 background-position:-50px -108px;
}
 [data-icon-full="instagram"] {
	 width:40px;
	 height:40px;
	 background-position:-100px -108px;
}
 [data-icon-full="linkedin"] {
	 width:40px;
	 height:40px;
	 background-position:-150px -108px;
}
 [data-icon-full="flickr"] {
	 width:40px;
	 height:40px;
	 background-position:-200px -108px;
}
 [data-icon-full="youtube"] {
	 width:40px;
	 height:40px;
	 background-position:-250px -108px;
}
/* -- Social */
 [data-icon-small] {
	 display:inline-block;
	 overflow:hidden;
	 *letter-spacing:-1000px;
	 *color:#ccc;
	 font-size:0 !important;
	 cursor:pointer;
	 background-image:url(../images/bg-sprite-24.png);
	 background-repeat:no-repeat;
	 background-position:0 100px;
	 transition:background-color .15s;
	 -moz-transition:background-color .15s;
}
 [data-icon-small]:hover {
	 transition:background-color .15s;
	 -moz-transition:background-color .15s;
}
 [data-icon-small="facebook"] {
	 width:30px;
	 height:30px;
	 background-position:0 -56px;
}
 [data-icon-small="twitter"] {
	 width:30px;
	 height:30px;
	 background-position:-36px -56px;
}
 [data-icon-small="instagram"] {
	 width:30px;
	 height:30px;
	 background-position:-72px -56px;
}
 [data-icon-small="linkedin"] {
	 width:30px;
	 height:30px;
	 background-position:-108px -56px;
}
 [data-icon-small="flickr"] {
	 width:30px;
	 height:30px;
	 background-position:-144px -56px;
}
 [data-icon-small="youtube"] {
	 width:30px;
	 height:30px;
	 background-position:-180px -56px;
}
/* MOBILE MENU */
 [data-icon-full="mobilemenu"] {
	 position:fixed;
	 z-index:30;
	 top: 20px;
	 right:15px;
	 width:40px;
	 height:40px;
	 background-color:#000;
	 background-position:6px 8px;
	 border:1px solid #ccc;
}
 [data-icon-full="mobilemenu"]:active {
	 background-color:#a4a3a3;
	 background-position:7px 9px;
	 box-shadow:inset 8px 8px 15px #8b8a8a;
	 -moz-box-shadow:inset 8px 8px 15px #8b8a8a;
}
 [data-icon-full="mobilemenu"][data-active] {
	 background-position:-54px 8px;
}
 [data-icon-full="mobilemenu"][data-active]:active {
	 background-position:-53px 9px;
}
/* LIST ---------------------------------------------- */
/* NO-BULLET LIST */
 .list-nobull {
	 margin-left:0;
}
 .list-nobull li {
	 list-style:none;
}
/* BREADCRUMB */
 #nav-breadcrumbs {
	/* covid banner add top margin 171px */
	 margin: 0 0 0 0;
	 padding:10px 20px;
}
 #nav-breadcrumbs li {
	 display:inline;
	 list-style:none;
	 font: normal 0.8em 'Source Sans Pro', sans-serif;
	 text-transform:uppercase;
}
 #nav-breadcrumbs li a {
	 text-decoration: none;
}
/* SOCIAL LIST */
 .list-events, .list-news {
	 margin: 10px 0;
}
 .list-events li, .list-news li {
	 padding: 15px 0;
	 list-style:none;
	 border-bottom: 1px solid #e9eaea;
}
 .list-events li:first-child, .list-news li:first-child {
	 padding: 0 0 15px;
}
 .list-events li:last-child, .list-news li:last-child {
	 border-bottom:none;
	 padding: 15px 0 0;
}
 .list-events .event-box {
	 display: inline-block;
	 width: 50px;
	 font: normal 11px/15px 'Source Sans Pro', sans-serif;
	 text-align: center;
}
 .list-events .event-month {
	 display: block;
	 padding: 2px 0 0;
	 color: #fff;
	 background: #d31820;
	 text-transform:uppercase;
}
 .list-events .event-day {
	 display: block;
	 padding: 0 0 2px;
	 color: #fff;
	 background: #d31820;
}
 .list-events .event-year {
	 display: block;
	 padding: 1px 0 0;
	 background: #e0e0e0;
}
 .list-events .event-details {
	 display: inline-block;
	 margin: 0 0 0 10px;
	 max-width:80%;
	 vertical-align:top;
}
 .list-events .event-details a {
	 display: block;
	 text-decoration: underline;
}
 .list-events .event-details a:hover {
	 text-decoration: underline;
	 color: #333;
}
 .list-events strong {
	 display:block;
	 font:bold 14px/18px 'Source Sans Pro', sans-serif;
	 color: #0160e4;
}
 .list-events .event-details .event-title, .list-news .news-title {
	 display:block;
	 font:bold 14px/18px 'Source Sans Pro', sans-serif;
}
 .list-events .event-location {
	 color:#333;
}
 .list-events li.event .event-details {
	 max-width: 90%;
}
 .list-events li.event-past .event-date {
	 display: inline-block;
	 width: 120px;
}
 .spotlight-list h2 {
	 display: inline-block;
}
/* NAV FOOTER LISTS */
 .nav-footer {
	 min-height: 170px;
	 width: 95%;
	 margin:0;
}
 .nav-footer li {
	 margin:0 0 5px 0;
	 list-style:none;
}
 .nav-footer li a {
	 color: #a6aaae;
	 text-decoration: none;
}
aside a {
    text-decoration: none;
}

/* SOCIAL LIST SMALL */
 .list-social-sm {
	 float:none;
	 margin:0;
}
 .list-social-sm:after {
	 content:'';
	 display:block;
	 clear:both;
}
 .list-social-sm li {
	 margin:0 0 0 5px;
	 padding:0 !important;
	 display:inline-block;
	 list-style:none;
}
/* SOCIAL LIST */
 .list-social {
	 float:right;
	 margin:0 0 5px 5px;
}
 .list-social:after {
	 content:'';
	 display:block;
	 clear:both;
}
 .list-social li {
	 margin:0 0 0 5px;
	 padding:0 !important;
	 display:none;
	 float:left;
	 list-style:none;
}
 .list-social li:before {
	 display:none;
}
 .list-social li.social {
	 display:block;
}
/* SERVICES LIST */
 .list-services {
	 margin: 0 0 15px 0;
}
 .list-services li {
	 padding: 0 0 0 15px;
	 list-style:none;
	 line-height: 25px;
	 background:url(../images/bg-breadcrumb.png) no-repeat 0 8px;
}
 .image-services {
	 float:left;
	 margin-right:15px;
	 margin-bottom:15px;
}
/* NEWS AND EVENTS LISTS */
 ul.news-events {
	 list-style:none;
	 margin:0;
	 padding:0;
}
 li.event h2 {
	 line-height: 1.2em;
	 margin-bottom: 10px;
}
 li.event p.event-location {
	 font-style: italic;
	 margin:0;
}
/* remove below when new event format is put in production */
 .list-events li.event {
	 border-bottom: none;
}
 li.events {
	 clear:both;
	 display:block;
	 border-top:1px solid #d9d9d9;
	 padding:10px 0;
	 width:100%;
}
 .events .title {
	 width:80%;
	 font-weight:bold;
}
 .events .date {
	 float:left;
	 font-weight:bold;
	 height:50px;
	 width:20%;
}
 .events .description {
	 display:block;
	 float:right;
	 width:80%;
}
 .events .location {
	 display:block;
	 float:right;
	 font-style: italic;
	 width:80%;
}
/* remove above when new event format is put in production */
 .in-the-news {
	 border-top:1px solid #d9d9d9;
	 clear:both;
	 margin:10px 0 0 0;
	 padding:10px 0 0 0;
}
 .in-the-news .date {
	 float:left;
	 height:3em;
	 margin:0 10px 0 0;
	 width:4em;
}
 .in-the-news .title {
}
 .in-the-news .pub {
	 font-style:italic;
}
 .in-the-news img {
	 float:right;
}
 #news li {
	 clear:both;
	 margin-top:25px;
}
 #news h2 {
	 border-bottom:1px solid #d9d9d9;
	 margin-bottom:15px;
	 padding-bottom:15px;
}
 #news p {
	 margin-bottom:5px;
}
 #news .image {
	 float:left;
	 padding-right:10px;
}
 #news .press, .list-news .press {
	 font-size:0.8em;
	 font-style:italic;
}
/* TUTORIAL LISTS */
 .list-tutorial li {
	 padding: 0 0 15px 0;
}
/* LOWER-ALPHA LISTS */
 ol.lower-alpha {
	 list-style-type: lower-alpha;
}
/* SIDEBAR TABLE OF CONTENTS */
 #user_guide_toc {
	 float:right;
}
 #user_guide_toc h2, #user_guide_toc h3 {
	 padding-top:15px;
}
 #user_guide_toc ul {
	 list-style:none;
	 margin:0;
}
 #user_guide_toc ul li > a {
    text-decoration: none;
 }
 #user_guide_toc ul li a:hover {
    text-decoration: underline;
    color: #333;
 }
 #user_guide_toc li.heading {
	 font-weight: bold;
}
 #user_guide_toc li.level_1 {
	 background:url("../images/arrow_black.gif") no-repeat 0 .4em;
	 color: #666;
	 font-size:.9em;
	 padding-left:.6em;
}
 #user_guide_toc li.level_2 {
	 background:url("../images/arrow_black.gif") no-repeat 0 .4em;
	 color: #900;
	 font-size:.8em;
	 margin-left:15px;
	 padding-left:.6em;
}
 #user_guide_toc:empty {
	 border:none;
}
/* NEWS ARCHIVE LIST */
 select.news_year {
	 color:grey;
}
 .news_archive {
	 margin-bottom:30px;
}
/* PUBLICATIONS LISTS */
 #content .pub {
	 padding-bottom: 10px;
	 margin-bottom: 10px;
	 border-bottom: 1px solid #ccc;
}
 #content .pub p {
	 margin-bottom: 5px;
}
 #content .pub img {
	 float: left;
	 margin-right: 10px;
	 margin-bottom: 10px;
}
 #content .pub ul {
	 font-size: 10px;
	 margin-top: 5px;
	 margin-left: 95px;
	 list-style-type: square;
}
 #content .pub ul li {
	 margin: 0;
}
/* NEWS CENTER LISTS */
 #top_news {
	 float:left;
	 width:45%;
}
 #top_news a.read-more2 {
	 font-weight:bold;
}
 #top_events {
	 border-left:1px solid #ccc;
	 float:left;
	 margin-left:4%;
	 padding-left:4%;
	 width:45%;
}
 #top_events a.read-more2 {
	 font-weight:bold;
}
 #top_in_the_news {
	 border-left:1px solid #ccc;
	 float:left;
	 margin-left:4%;
	 padding-left:4%;
	 width:45%;
}
 #top_in_the_news a.read-more2 {
	 font-weight:bold;
}
 .news_center {
	 list-style:none;
	 margin-left:0;
}
 .news_center li {
	 margin-bottom:10px;
}
 .news_center p {
	 margin:0;
}
/* EVENT ITEM */
 #sub-content div.event-item-col[data-col="1"] {
	 margin-bottom:20px;
}
 .event-item h1 {
	 line-height: 1.2em;
}
 .event-item p.event-date, .event-item p.event-location, .event-instructors p.instructor-name, .event-instructors p.instructor-title {
	 margin: 0;
}
 .event-item p.event-date, .event-instructors p.instructor-name {
	 font-weight:bold;
}
 .event-item p.event-location, .event-instructors p.instructor-title {
	 font-style:italic;
}
 .event-item div.event-description {
	 padding: 10px 0 0 0;
}
 .event-instructors h2 {
	 margin-bottom: 10px;
	 margin-top: 20px;
}
 .event-instructors .event-instructor {
	 margin-bottom: 10px;
}
 .event-instructors p.instructor-bio {
	 padding: 10px 0 0 0;
}
/* RESEARCHER PROFILE */
 .rsrch-list img {
	 width:60px;
}
 .iframe-video {
	 position:relative;
	 width:100%;
	 height:0;
	 padding-bottom:56.25%;
	 margin-bottom:20px;
}
 .researcher-video {
	 position:absolute;
	 top:0;
	 left:0;
	 width:100%;
	 height:100%;
}
/* TABLE ---------------------------------------------- */
/* HOME: SPOTLIGHT */
 .tbl-spotlight {
	 width: 100%;
	 border-collapse:collapse;
}
 .tbl-spotlight th {
	 width: 50%;
	 padding: 8px 0;
	 text-transform:uppercase;
	 border-bottom: 1px solid #e9eaea;
	 vertical-align:top;
}
 .tbl-spotlight td {
	 margin: 0;
	 padding: 8px 0;
	 border-bottom: 1px solid #e9eaea;
	 vertical-align:top;
}
 .tbl-spotlight td:first-child {
	 text-align: left;
}
 .tbl-spotlight td img {
	 display: initial;
	 margin: 0;
	 padding: 0;
}
/* .tbl-spotlight td>span>a {
	 font-size: 14px;
}
 */
 .tbl-spotlight td.col-specialty {
	 width: 43%;
	 padding-right: 0.5rem;
}
 .tbl-spotlight td.col-name {
	 width: 41%;
	 font-weight: bold;
}
 .tbl-spotlight td.col-photo {
	 width: 15%;
}
 .tbl-spotlight td {
	 font: normal 14px/16px 'Source Sans Pro',sans-serif;
}
 .tbl-spotlight td>em {
	 font-weight: 400;
}
 div.spot-header3 {
	 margin-left: 4%;
	 font-weight: 500;
	 text-transform: uppercase;
	 font-size: 12px;
}
 span.spot-header3 {
	 padding-left: 48%;
}
 hr.spot-divider {
	 color: #ededed;
}
/* HOME: GET CONNECTED */
 .tbl-connected {
	 width: 100%;
	 margin-top: 20px;
	 border-collapse:collapse;
}
 .tbl-connected td {
	 width: 23%;
	 margin: 0;
	 padding: 0 4%;
	 vertical-align:top;
	 border-right: 1px solid #e9eaea;
	 font: normal 14px/20px 'Source Sans Pro', sans-serif;
}
 .tbl-connected td:first-child {
	 padding: 0 4% 0 0;
}
 .tbl-connected td:last-child {
	 padding: 0 0 0 4%;
	 border-right:none;
}
 .tbl-connected td strong {
	 color:#d31820;
}
/* SUB: SERVICES */
 .tbl-services {
}
 .tbl-services td {
	 vertical-align: top;
	 font: normal 14px/20px 'Source Sans Pro', sans-serif;
}
 .tbl-services td:first-child {
	 width: 41%;
	 padding: 0 4% 0 0;
}
 .tbl-services td:last-child {
	 width: 41%;
	 padding: 0 0 0 4%;
}
 .tbl-services h2 {
	 color: #d31820;
	 padding-top:5px;
}
 .tbl-services img {
	 display: block;
	 margin-bottom: 20px;
}
/* SUB: CALLOUT */
 .tbl-callout {
	 margin-top: 30px;
	 width: 100%;
}
 .tbl-callout td {
	 width: 33%;
	 vertical-align: top;
	 font: normal 14px/20px 'Source Sans Pro', sans-serif;
}
 .tbl-callout td div {
	 display:block;
	 max-width: 190px;
	 max-height: 80px;
	 text-align:center;
}
 .tbl-callout td div a {
	 display: block;
	 height: 100%;
	 padding: 16px 0;
	 background-color: #d31820;
	 border-bottom:2px solid #350608;
	 color: #fff;
}
 .tbl-callout td div a:hover {
	 background: #590a0e;
}
 .tbl-callout td div span {
	 display:block;
	 color: #fff;
	 font: normal 16px/18px 'Source Sans Pro', sans-serif;
}
 .tbl-callout td div .audience-arrow {
	 position: relative;
	 top: -10px;
	 margin: 0 auto;
}
/* SUB: ALTERNATING */
 tr.tbl-alternating:nth-child(even) {
	 background: #EDEDED;
}
 table.rsrch-list tr:nth-child(odd) {
	 background-color:#EDEDED;
}
 ul.rsrch-list li:nth-child(odd) {
	 background-color:#EDEDED;
}
/* SUB: RATE TABLES */
 table.tbl-rates {
	 margin-bottom: 10px;
}
 table.tbl-rates th {
	 background: #EDEDED;
	 font-weight: bold;
	 text-align: left;
}
 table.tbl-rates th,table.tbl-rates td {
	 vertical-align: top;
	 border: 1px solid #ccc;
	 padding: 10px;
}
 .tbl-notes {
	 font-size: 0.8em;
}
/* SUB: USER GUIDES */
 table.tbl-user-guide {
	 border: 1px solid;
	 margin: 10px 0;
}
 .tbl-user-guide th {
	 background: #DFEBF6;
	 border: 1px solid #1B3B74;
	 font-weight: bold;
	 height: 22px;
	 vertical-align: middle;
	 text-align: center;
}
 .tbl-user-guide td {
	 background: inherit;
	 border: 1px solid #1B3B74;
	 vertical-align: top;
	 padding-top: 3px;
	 padding-right: 2px;
	 padding-left: 5px;
}
/* SUB: USER GUIDES APPLICATIONS TABLE */
 .tbl-applications table {
	 border: 1px solid;
	 margin: 10px 0;
	 display: block;
	 width: 380px;
	 margin: 5px 5px 5px 5px;
}
 .tbl-applications th {
	 background: #DFEBF6;
	 border: 1px solid #1B3B74;
	 font-weight: bold;
	 height: 22px;
	 vertical-align: middle;
	 text-align: center;
}
 .tbl-applications td {
	 background: inherit;
	 border: 1px solid #1B3B74;
	 vertical-align: top;
	 word-wrap: break-word;
	 overflow: hidden;
	 padding: 2px;
}
/* TEXT STYLES ---------------------------------------------- */
/* LINE BEHIND TEXT, STRIKETHROUGH */
 .strikethrough {
	 line-height: 0.5;
	 text-align: center;
}
/*.strikethrough span {
	 display: inline-block;
	 position: relative;
}
 */
 .strikethrough span {
	 position: relative;
}
 .strikethrough span:before, .strikethrough span:after {
	 content: "";
	 position: absolute;
	 height: 5px;
	 border-bottom: 1px solid #a20a10;
	 top: 5px;
}
 .strikethrough span:before {
	 right: 100%;
	 margin-right: 15px;
}
 .strikethrough span:after {
	 left: 100%;
	 margin-left: 15px;
}
 .code {
	 font-family: "Courier New", monospace;
	 margin-bottom: 15px;
}
 .note {
	 color: #E65322;
	 font-weight: bold;
}
/* READ MORE ARROWS */
/* modified to remove missing image references */
/*.read-more {
	 font:normal 11px/20px Arial, sans-serif;
	 text-transform:capitalize;
	 padding-right:13px;
	 background:url(../images/bg-arrow.png) no-repeat 100% 0;
}
 .read-more2 {
	 font:normal 11px/20px Arial, sans-serif;
	 text-transform:capitalize;
	 padding-right:13px;
	 background:url(../images/bg-arrow.png) no-repeat 100% 4px;
}
 */
 .read-more {
	 font: normal 11px/20px 'Source Sans Pro', sans-serif;
	 text-transform:capitalize;
	 padding-right:13px;
}
 .read-more2 {
	 font: normal 11px/20px 'Source Sans Pro', sans-serif;
	 text-transform: uppercase;
	 padding-right:13px;
}
/* FOOTER STYLES */
 #address, #contact-info {
	 font: normal 12px/16px 'Source Sans Pro', sans-serif;
	 margin: 0;
	 color: #a6aaae;
}
 #contact-info a {
	 color:#fff;
	 text-decoration:underline;
}
 #copyright {
	 font: normal 12px/16px 'Source Sans Pro', sans-serif;
	 color: #646668;
	 margin:0;
}
/* MISC. CLASSES & IDS ---------------------------------------------- */
 [data-error] {
	 color:#ff0000;
}
 [data-nostyle] {
	 display:none !important;
}
 [data-float="left"] {
	 margin:0 10px 5px 0;
	 position:relative;
	 float:left;
}
 [data-float="right"] {
	 margin:0 0 5px 10px;
	 position:relative;
	 float:right;
}
 [data-nostyle] {
	 display:none !important;
}
 .text-center {
	 text-align:center;
}
 .text-right {
	 text-align:right;
}
 .text-left {
	 text-align:left;
}
/* USER GUIDE CALLOUT */
 #guide-callout {
	 border: 1px solid #FFC977;
	 background-color: #FFFFC6;
	 padding: 12px;
	 margin: 40px 0 20px 0;
}
/* TUTORIAL IMAGE */
 .img-tutorial {
	 margin-bottom: 15px;
}
/* SERVICE RATE TABLES */
/* SET CUSTOM TEXT HIGHLIGHT */
 ::-moz-selection {
	 color:#fff;
	 background:#369;
}
 ::selection {
	 color:#fff;
	 background:#369;
}
/* CLEARFIX */
 .clearfix:after, [data-inner]:after, [data-content]:after, [data-row]:after, [data-col]:after {
	 content:'';
	 display:block;
	 clear:both;
}
/* Start of Mike's merging css files */
/* BUTTON ---------------------------------------------- */
 [data-button] {
	 position:relative;
	 display:inline-block;
	 cursor:pointer;
	 border: none;
}
 [data-button] a {
     text-decoration: none;
}

/* BUTTON 1 */
 .slider-button {
	 padding:10px 20px;
	 color: #fff;
	 font-size: 18px;
	 background: #0156cd;
	 border-radius: 6px;
	 -moz-border-radius: 6px;
	 font: normal 14px/20px 'Source Sans Pro', sans-serif;
	 transition: background .15s;
	 -moz-transition: background .15s;
	 text-transform: uppercase;
	 float: left;
}
 #h-banner .slider-button {
	 float:none;
	 position:relative;
	 right:365px;
     text-decoration: none;
}
 .slider-button:hover {
	 color: #fff;
	 background-color: #08509a;
	 transition: all .15s;
	 -moz-transition: all .15s;
}
 .slider-button:active {
	 padding:10px 20px;
	 background:#08509a;
	 transition:background .15s;
	 -moz-transition:background .15s;
}
 #search-box {
	 position: absolute;
	 margin-left: 375px;
	 margin-top: 20px;
	 width: 30%;
	 height: 15px;
}
 .gsc-control-cse {
	 border-radius: 3px;
}
 td.gsc-search-button {
	 display: none;
}
 .callout {
	 padding: 0.5rem;
	 border: 2px solid #dedede;
	 border-radius: 0.5rem;
	 margin-bottom: 1rem;
}
/* new for landing pages without tables 8/2020 */
 h2.col-1-content, h2.col-2-content {
	 color: blue 
}
 .col-1-content {
	/* width: 48% */
}
 .col-2-content {
	/* width: 48% */
}
 #two-column-container {
	 border-bottom: none 
}
 #col-1-of-two, #col-2-of-two {
	 width: 45%;
}
 #col-1-of-two {
	 float: left;
	 margin: 4% 2% 4% 0;
}
 #col-2-of-two {
	 float: right;
	 margin: 4% 0 4% 2%;
	 border-left: 1px solid #ededed;
	 padding-left: 1.3em;
}
 #sub-content .aside-no-top-padding [data-col="2"]:first-child {
	 padding-top: 20px;
}
/* MEDIA QUERIES ---------------------------------------------- */
/* Above Phones */
 @media screen and (min-width:785px) {
	/* SHARED ---------------------------------------------- */
	 [data-icon-full="mobilemenu"] {
		 display: none;
	}
	/* NAV: PRIMARY */
	 #nav-primary {
		 float:right;
		 margin:0;
	}
	 #nav-primary li {
		 position:relative;
		 height:20px;
		 float:left;
		 padding: 10px;
		 list-style:none;
		 color:#fff;
	}
	 #nav-primary li:hover {
		 background:#0156cd;
		 -webkit-border-top-left-radius: 8px;
		 -webkit-border-top-right-radius: 8px;
		 -moz-border-radius-topleft: 8px;
		 -moz-border-radius-topright: 8px;
		 border-top-left-radius: 8px;
		 border-top-right-radius: 8px;
	}
	 #nav-primary a {
		 position:relative;
		 height:20px;
		 display:block;
		 color:#fff;
		 font-size:14px;
		 font-family: 'Source Sans Pro', sans-serif;
		 text-transform:uppercase;
		 text-decoration: none;
	}
	/* -- Drop Downs */
	 #nav-primary ul {
		 margin:0;
		 width:auto;
		 display:none;
	}
	 #nav-primary li li, #nav-primary li li a {
		 background:none;
	}
	 #nav-primary li li:hover {
		 -webkit-border-top-left-radius: 0;
		 -webkit-border-top-right-radius: 0;
		 -moz-border-radius-topleft: 0;
		 -moz-border-radius-topright: 0;
		 border-top-left-radius: 0;
		 border-top-right-radius: 0;
	}
	 #nav-primary li:hover ul {
		 background:#104083;
		 display:block;
		 height:auto;
		 left:0px;
		 min-width:100%;
		 padding:10px 0;
		 position:absolute;
		 z-index:16;
		 white-space:nowrap;
	}
	 #nav-primary li:hover li {
		 height:auto;
	}
	 #nav-primary li:hover li a {
		 color:#fff;
		 font-family: 'Source Sans Pro', sans-serif;
		 font-size:14px;
		 height:auto;
		 padding:0;
		 text-transform:none;
	}
	 #nav-primary li:hover li a:hover {
		 color:#FFCD00;
	}
	 #nav-primary li:hover ul.nav2 {
		 height:420px;
		 width:756px;
	}
	 #nav-primary li:hover ul.nav2 li {
		 background:none;
		 border-left:1px solid #000;
		 height:100%;
		 margin:0;
		 padding:0 10px;
		 vertical-align:top;
		 white-space:normal;
		 width:168px;
	}
	 #nav-primary li:hover ul.nav2 li:first-child {
		 border-left: none;
	}
	 #nav-primary li:hover ul.nav2 li:last-child {
		 padding:0 10px;
	}
	 #nav-primary li:hover ul.nav2 a {
		 font-weight:bold;
	}
	 #nav-primary li:hover ul.nav3 li {
		 background:none;
		 border-left: none;
		 float:none;
		 padding:2px 10px;
		 white-space:normal;
		 width:auto;
	}
	 #nav-primary li:hover ul.nav3 a {
		 font-weight:normal;
	}
	/* HOMEPAGE ---------------------------------------------- */
	 .strikethrough span:before, .strikethrough span:after {
		 width:100%;
	}
	/* SUBPAGE ---------------------------------------------- */
	/* COMPONENTS ---------------------------------------------- */
	/* ROW/COL */
	 [data-row] {
	}
	 [data-col] {
		 position:relative;
		 margin-bottom:0;
		 float:left;
	}
	/* -- Layouts */
	 [data-row="2 Column"] [data-col] {
		 width:45%;
	}
}
/* Desktop Limit */
 @media screen and (min-width:992px) {
	/* HOMEPAGE ---------------------------------------------- */
	 .strikethrough span:before, .strikethrough span:after {
		 width:350px;
	}
	/* SHARED ---------------------------------------------- */
	/* INNER WRAP (Page Centering) */
	 [data-inner] {
		 margin:0 auto;
		 width:980px;
	}
}
/* Tweeners */
/* this was changed for covid banner from 1065 to 1200 */
/* @media screen and (max-width: 1065px) {
	 */
	 @media screen and (max-width: 1200px) {
		/* HOMEPAGE */
		/* Change banner thumbnails to dots. */
		 #h-banner [data-banner-controls] {
			 bottom: 25px;
		}
		 #h-banner [data-banner-controls] li {
			 display: inline-block;
			 width:10px;
			 height:10px;
			 margin: 0 2px;
			 overflow:hidden;
			 background: #e0e0e0;
			 border-radius:1em;
			 border:none;
		}
	}
	 @media screen and (min-width:785px) and (max-width:991px) {
		/* HOMEPAGE */
		/* Reposition banner items. */
		 #h-banner [data-banner-items] li div.bg-banner {
			/* removed for covid-19 banner: top: 0; */
			 top: 0;
			 text-align: left;
			 width:75%;
		}
		 #h-banner [data-banner-items] li div.bg-banner div {
			 margin:0 auto;
			 max-width:90%;
			 min-height:180px;
			 text-align: left;
		}
		 #h-banner .slider-button {
			 left:5%;
			 position:relative;
		}
	}
	 @media screen and (min-width:785px) and (max-width:925px) {
		 p.nav-headline {
			 display:none;
			 padding:0;
		}
	}
	/* Landscape phones and down */
	 @media screen and (max-width:784px) {
		/* SHARED ---------------------------------------------- */
		 body {
		}
		 #logo {
			 width: 70%;
			 padding:0;
		}
		 #logo[data-hide] {
			 display: none;
		}
		 #ucsd_logo {
			 display: none;
		}
		 [data-icon-full="mobilemenu"] {
			 display: block;
		}
		 #nav-primary, #nav-tertiary, #header-search, #footer-nav-links [data-col] {
			 display: none;
		}
		 [data-header] {
			/* covid-19 banner: height:126px;
			 height:96px;
			 */
			 height: 80px;
		}
		 [data-header] [data-inner] {
			 padding-top:10px;
		}
		 [data-content] {
			 margin-top:80px;
		}
		 [data-content][data-hide] {
			 margin-top:0;
		}
		 [data-inner] {
			 margin-left:3%;
			 margin-right:3%;
		}
		 .nav-headline {
			 padding-top:3px;
		}
		 [data-hide] .nav-headline {
			 display:none;
		}
		 .read-more {
			 background: none;
			 padding-right: 0;
		}
		 .read-more2 {
			 background: none;
			 padding-right: 0;
		}
		 header [data-hide] {
			 height:100%;
			 left:auto!important;
			 position:absolute;
			 overflow-y:scroll;
		}
		/* [data-hide] {
			 left:auto!important;
			 position:initial;
		}
		 */
		/* PRIMARY NAV */
		 [data-hide] #nav-primary {
			 background: #0b3e85;
			 color:#fff;
			 margin:10px 0;
			 padding:0 2%;
		}
		 #nav-primary[data-active] {
			 display: block;
			 height:auto;
		}
		 #nav-primary[data-active] a {
			 color:#fff;
			 font-size:16px;
			 line-height:30px;
		}
		 #nav-primary[data-active] li {
			 background:#104083;
			 display:block;
		}
		 #nav-primary[data-active] li.nav2, #nav-primary[data-active] li.nav3 {
			 background: #0b3e85;
		}
		/* [data-hide] #nav-primary {
			 min-height: 2580px;
			 height:auto;
			 width:auto;
			 position:relative;
			 top: 0;
			 left:initial;
			 background: #0b3e85;
		}
		 [data-hide] #nav-primary {
			 height:100%;
			 width:100%;
			 background: #0b3e85;
		}
		 #nav-primary[data-active] {
			 display: block;
			 float:none;
			 padding-top:10px;
			 position:static;
		}
		 #nav-primary[data-active] ul {
			 display:block;
			 float:none;
			 position:static;
		}
		 #nav-primary[data-active] li {
			 display: block;
			 float:none;
			 height:auto;
			 position:static;
		}
		 #nav-primary[data-active] li ul {
			 font-size: 14px;
			 font-weight:normal;
			 text-transform:none;
		}
		 #nav-primary[data-active] li ul a {
			 text-transform:none;
		}
		 */
		/* NAV: PRIMARY #nav-primary[data-active] li:hover {
			 background:none;
			 -webkit-border-top-left-radius: 0;
			 -webkit-border-top-right-radius: 0;
			 -moz-border-radius-topleft: 0;
			 -moz-border-radius-topright: 0;
			 border-top-left-radius: 0;
			 border-top-right-radius: 0;
		}
		 */
		/* -- Drop Downs #nav-primary li:hover ul.nav2 {
			 height:auto;
			 width:auto;
		}
		 */
		/* #nav-primary[data-active] li ul {
			 position:relative;
			 top:initial;
			 left:initial;
			 display:block;
			 width: 100%;
			 min-width:0;
			 padding:0;
		}
		 #nav-primary[data-active] li ul li {
			 width:100%;
			 min-height: 18px;
			 margin: 0 10px;
			 padding: 0;
			 border-right:none;
			 border-bottom: none;
		}
		 #nav-primary[data-active] li ul li:first-child {
			 padding: 0;
		}
		 #nav-primary[data-active] li ul li:last-child {
			 padding: 0;
		}
		 #nav-primary[data-active] li ul li a {
			 height: auto;
			 line-height: 35px;
			 padding: 0;
			 font-weight: normal;
			 text-transform:none;
		}
		 #nav-primary[data-active] li ul li a span {
			 display:inline;
		}
		 #nav-primary[data-active] li ul li ul {
			 min-width:0;
			 position:relative;
			 top:initial;
			 left:initial;
		}
		 #nav-primary[data-active] li ul li ul li:before {
			 content:'-' 
		}
		 #nav-primary[data-active] li ul li ul li {
			 position:relative;
			 top:initial;
			 left:initial;
			 margin: 0 10px;
		}
		 #nav-primary[data-active] li ul li ul li:first-child {
			 padding: 0;
		}
		 #nav-primary[data-active] li ul li ul li:last-child {
			 padding: 0;
		}
		 #nav-primary[data-active] li ul li ul li a {
			 line-height: 18px;
			 display:inline-block;
			 padding:0 0 0 6px;
			 font-size: 13px;
			 font-weight:normal;
			 text-transform:none;
		}
		 #nav-primary[data-active] li li a {
			 padding:0;
			 font-size:14px;
			 font-family: Arial, Helvetica, sans-serif;
			 text-transform:none;
		}
		 #nav-primary[data-active] li li a:hover {
			 color:#d31820;
		}
		 */
		/* SEARCH [data-header][data-hide] #header-search {
			 display: block;
			 height: 80px;
			 width: 85%;
			 top: 0;
			 right: -85%;
			 left:initial;
			 z-index: 20;
			 line-height:80px;
			 background: #051f42;
		}
		 #header-search input {
			 width: 92%;
			 margin: 20px 15px;
		}
		 */
		 [data-header][data-hide] #header-search {
			 display: block;
			 float:none;
			 width:75%;
		}
		/* HOMEPAGE ---------------------------------------------- */
		 #collaborate {
			 margin-top: -20px;
		}
		/* HOME: AUDIENCE */
		 #audience {
			 padding: 0;
		}
		 #audience [data-col] {
			 width: 100%;
			 margin:0;
		}
		 #audience [data-col]:first-child {
			 margin: 0;
		}
		 #audience [data-col]:last-child {
			 margin: 0;
		}
		 #audience [data-col] .audience-arrow {
			 position: relative;
			 bottom: 10px;
			 margin: 0 auto;
			 left: 0%;
		}
		 .strikethrough span:before, .strikethrough span:after {
			 display:none;
		}
		/* HOME: RESEARCH */
		 #research [data-col] {
			 width: 100%;
			 min-height: initial;
		}
		 #research [data-col]:first-child {
			 margin: 0 0 4% 0;
			 padding-right:0;
		}
		 #research [data-col]:last-child {
			 margin: 0;
		}
		 #research .spotlight-header {
			 padding: 12px;
		}
		 #research .spotlight-header2 {
			 padding: 12px;
		}
		 #research .spotlight {
			 padding: 11px;
		}
		 .tbl-spotlight td img {
			 display: none;
		}
		 .div-spotlight td img {
			 display: none;
		}
		 #h-spotlight-fader [data-banner-controls] {
			 margin-top: 5px;
			 bottom: initial;
			 width: 94%;
		}
		/* HOME: FEATURE */
		 #feature {
			 padding: 0;
		}
		 #feature [data-col] {
			 width: 100%;
			 padding: 30px 0;
		}
		 #feature [data-col]:first-child {
			 margin: 0 ;
		}
		 #feature [data-col]:last-child {
			 margin: 0;
		}
		/* HOME: MISSION */
		 #mission {
		}
		 #mission [data-inner] {
			 padding-top: 50px;
		}
		 #mission [data-col] {
			 text-align: left;
		}
		 #mission [data-col] h2 {
			 width: initial;
			 margin: 0 auto 20px auto;
		}
		 #mission [data-col] p {
			 width: initial;
			 margin: 0 auto;
		}
		/* BANNER */
		 #home-banner, #expanse-banner {
			 overflow: hidden;
		}
		 #h-banner [data-banner-items] img {
			 max-height:260px;
			 max-width: none;
		}
		 #h-banner [data-banner-items] li div.bg-banner {
			 padding: 0;
			 text-align:center;
			 top: 10%;
			 width: 100%;
			 z-index:10;
		}
		 #h-banner [data-banner-items] li div.bg-banner div {
			 float:none;
			 margin:0 auto;
			 max-width: 90%;
			 min-height:130px;
			 text-align: left;
		}
		 #h-banner [data-banner-controls] {
			 bottom: 25px;
			 z-index:5;
			/* covid banner added these */
			/* maybe worth keeping, not yet margin:0 auto 0 45%;
			 width: 40px;
			 */
		}
		 #h-banner [data-banner-controls] li {
			 display: inline-block;
			 width:10px;
			 height:10px;
			 margin: 0 2px;
			 overflow:hidden;
			 background: #e0e0e0;
			 border-radius:1em;
			 border:none;
		}
		 #h-banner .slider-button {
			 position:static;
		}
		/* SUBPAGE ---------------------------------------------- */
		/* SUB: CONTENT */
		 #sub-content {
			 padding: 0 0 30px 0;
		}
		 #sub-content [data-col] {
			 display: inline-block;
		}
		 #sub-content [data-col="1"] {
			 width:100%;
			 margin: 0;
			 padding: 20px 0 0;
		}
		 #sub-content [data-col="2"] {
			 width: 100%;
			 margin: 0;
			 padding: 0 0 10px 0;
		}
		 #sub-content [data-col="2"]:first-child {
			 padding-top:20px;
		}
		 #sub-content [data-col] .section p:last-child {
			 margin: 0;
		}
		#expanse-banner {
		    content: url(/assets/images/expanse_web_banner-1220.jpg);
		    min-height: 0;
		    width: 100%;
		}
		/* SUB: SERVICES */
		 .tbl-services {
		}
		 .tbl-services td {
			 width: 100%;
			 vertical-align: top;
			 display:block;
			 border-bottom: 1px solid #d9d9d9;
		}
		 .tbl-services td:first-child {
			 width: 100%;
			 margin: 0 0 30px 0;
			 padding: 0 
		}
		 .tbl-services td:last-child {
			 width: 100%;
			 margin: 0 0 30px 0;
			 padding: 0;
		}
		/* SUB: CALLOUTS */
		 .tbl-callout {
			 margin-top: 30px;
			 width: 100%;
		}
		 .tbl-callout td {
			 width: 100%;
			 padding: 10px 0;
			 display: block;
		}
		 .tbl-callout td div {
			 display:block;
			 max-width: 100%;
			 max-height: 80px;
			 text-align:center;
		}
		/* COMPONENTS ---------------------------------------------- */
		 [data-breadcrumbs] {
			 display: none;
		}
		/* SOCIAL LIST */
		 .list-social {
			 float:none;
			 position: relative;
			 top: auto;
			 right:auto;
		}
		 .list-social-sm li {
			 margin: 0;
		}
		/* FOOTER LIST */
		 .list-social {
			 margin: 0 0 30px 0;
		}
		/* FOOTER ---------------------------------------------- */
		 [data-footer] #footer-nav-links [data-inner] {
			 padding:0;
			 border-bottom: none;
		}
		 [data-footer] #footer-copyright {
			 padding: 0 0 20px 0;
		}
		/* SOCIAL ICONS */
		 [data-icon-full]:hover {
			 transition:background-color .15s;
			 -moz-transition:background-color .15s;
		}
		 [data-icon-full="facebook"] {
			 width:30px;
			 height:30px;
			 background-position:0 -56px;
		}
		 [data-icon-full="twitter"] {
			 width:30px;
			 height:30px;
			 background-position:-36px -56px;
		}
		 [data-icon-full="google+"] {
			 width:30px;
			 height:30px;
			 background-position:-72px -56px;
		}
		 [data-icon-full="linkedin"] {
			 width:30px;
			 height:30px;
			 background-position:-108px -56px;
		}
		 [data-icon-full="flickr"] {
			 width:30px;
			 height:30px;
			 background-position:-144px -56px;
		}
		 [data-icon-full="youtube"] {
			 width:30px;
			 height:30px;
			 background-position:-180px -56px;
		}
	}
	/* Portrait phones and down */
	 @media screen and (max-width: 480px) {
		 #col-1-of-two, #col-2-of-two {
	         border-bottom: 1px solid #d9d9d9;
			 float: none;
			 margin: 4% 0;
			 width: 80% 
		}
		/* SHARED ---------------------------------------------- */
		 [data-header] {
			/* covid adjustment height:116px;
			 */
			 height:70px;
		}
		 [data-content] {
			/* covid adjustment margin-top:116px;
			 */
			 margin-top:70px;
		}
		 [data-content][data-hide] {
			 margin-top:0;
		}
		/* HOMEPAGE ---------------------------------------------- */
		 #h-banner [data-banner-items] li div.bg-banner {
			 top:0;
			 z-index:10;
		}
		 #h-banner [data-banner-items] span {
			 font: normal 20px/26px 'Source Sans Pro', sans-serif;
			 line-height:26px;
		}
		 #h-banner [data-banner-items] img {
			 left:-20%;
			 position:relative;
			 z-index:1;
		}
		/* HOME: RESEARCH */
		 .list-events .event-details {
			 width: 75%;
		}
		 .tbl-spotlight td.col-photo {
			 width: 5%;
		}
		 .tbl-spotlight td.col-name {
			 width: 45%;
			 font-weight: 600;
		}
		 .tbl-spotlight td.col-specialty {
			 width: 40%;
			 padding-right: 0.5rem;
		}
		#tag-image {
		    display: none;
		}
	}
	 @media screen and (max-width:479px) {
		/* SHARED ---------------------------------------------- */
		 #covid-banner {
			 padding-left:1rem;
			 text-align: left;
		}
	}
	 @media screen and (min-width:480px) and (max-width:799px) {
		/* SHARED ---------------------------------------------- */
		 #covid-banner {
			/* text-align: center;
			 */
		}
	}
	 @media screen and (min-width:800px) {
		/* SHARED ---------------------------------------------- */
		 #covid-banner {
			/* text-align: center;
			 */
		}
	}
	/* PRINT ---------------------------------------------- */
	 @media print {
		 body {
			 color:black;
			 font: normal 11pt/16pt 'Source Sans Pro', sans-serif;
			 text-align:left;
			 background:none;
		}
		 img {
			 max-width:100%;
			 border:0;
		}
		 a {
			 color:#333;
			 text-decoration:underline;
		}
		 a[href]:after {
			 content:" [" attr(href) "]";
		}
		 ul, ol {
			 margin:10px 0 10px 15px;
			 padding:0;
		}
		 li {
			 margin:5px 0;
			 padding:0;
		}
		 p, h2, h3 {
			 orphans:3;
			 widows:3;
		}
		 h2, h3 {
			 page-break-after:avoid;
		}
		/* SHARED ITEMS */
		 #printlogo {
			 display:block;
			 height:40px;
			 margin:10px;
		}
		 [data-row] {
			 width:99%;
			 float:left;
			 display:inline;
		}
		 [data-footer] {
			 background-color:white;
			 border-top:1px solid #ccc;
			 clear:left;
			 font-size:.9em;
			 margin:35px 0 0;
			 padding:5px 0 0;
		}
		 #contact-info a {
			 color:#333;
		}
		/* MISC. CLASSES & IDS */
		 .clearfix:after, [data-inner]:after, [data-content]:after {
			 content:'';
			 display:block;
			 clear:both;
		}
		 [data-float="left"] {
			 margin:0 10px 5px 0;
			 position:relative;
			 float:left;
		}
		 [data-float="right"] {
			 margin:0 0 5px 10px;
			 position:relative;
			 float:right;
		}
		/* HIDE ITEMS */
		 [data-header], [data-nav], [data-breadcrumbs], [data-nostyle], #footer-nav-links, #user_guide_toc, #news-archive-dd {
			 display:none;
		}
	}
	 [data-layout='Homepage'] {
		 background-color:black;
	}
	 #share-buttons img {
		 width: 35px;
		 padding: 5px;
		 border: 0;
		 box-shadow: 0;
		 display: inline-block;
	}
	/* styles from UCPA */
	 @media only screen and (max-width: 47.9375em) {
		 .share {
			 padding: 0 0 18px 24px;
			 margin: 12px 0;
		}
	}
	 @media only screen and (min-width: 48em) {
		 .share {
			 position: fixed;
			 left: 0;
			 top: 224px;
			 padding: 0 .25em 0 .4em;
			 background: rgba(255,255,255, 0.3);
			 border-radius: 0 3px 3px 0;
			 z-index: 1000;
			 box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
		}
	}
	 @media only screen and (min-width: 48em) {
		 .share .social-item {
			 margin-left: 0;
		}
	}
	 .share .social-link {
		 background-color: rgb(200,200,200);
		 background-color: rgb(150,150,150);
		 -webkit-transition: all 0.2s ease-in-out;
		 -moz-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
		 -ms-transition: all 0.2s ease-in-out;
		 transition: all 0.2s ease-in-out;
	}
	 .share .social-link:hover {
		 background-color: #2b92b9;
	}
	 @media only screen and (min-width: 48em) {
		 .share .social-link {
			 margin-right: 0;
		}
	}
	 .share .facebook-link {
		 background-color: #3b5998;
	}
	 .share .twitter-link {
		 background-color: #00aced;
	}
	 .share .linkedin-link {
		 background-color: #1985bc;
	}
	 .share h2 {
		 font-family: 'Source Sans Pro', sans-serif;
		 color: #000;
		 text-transform: uppercase;
	}
	 @media only screen and (max-width: 47.9375em) {
		 .share h2 {
			 font-size: 16px;
			 font-weight: 800;
			 margin-top: 12px 0 6px 0;
			 padding: 0;
		}
	}
	 @media only screen and (min-width: 48em) {
		 .share h2 {
			 font-size: 10px;
			 padding: 0 !important;
			 color: #969696;
			 text-align: right;
			 margin: 6px 0;
		}
	}
	 .share ul {
		 margin: 0;
		 padding: 0;
		 list-style-type: none;
	}
	 @media only screen and (max-width: 47.9375em) {
		 .share li {
			 float: left;
			 margin-right: 10px;
		}
	}
	 @media only screen and (min-width: 48em) {
		 .share li {
			 margin: 0 0 12px .5em;
		}
	}
	/* IE 7 icon positioning fix */
	 @media only screen and (max-width: 47.9375em) {
		 .lt-ie8 .share li {
			 float: left;
		}
	}
	 @media only screen and (min-width: 48em) {
		 .feat .share {
			 top: 198px;
		}
	}
	/* SOCIAL MEDIA IMAGES AND IMAGE STYLES */
	 .social-item {
		 margin: 0 .5em 0 0;
	}
	 .social-link {
		 display: block;
		 height: 30px;
		 width: 30px;
		 background-color: darken(@ucsd-web-blue,2%);
		 background-repeat: no-repeat;
		 background-size: 30px;
		 padding: 0;
		 border-radius: 3px;
	}
	 .ir {
		 background-color: transparent;
		 border: 0;
		 overflow: hidden;
		 text-indent: -9999px;
	}
	 .ir:before {
		 content: "";
		 display: block;
		 width: 0;
		 height: 150%;
	}
	 .social-link {
		 background-image: url('/assets/images/social-icons.png');
	}
	 .twitter-link {
		 background-position: center -35px;
		 background-color: #00aced;
	}
	 .facebook-link {
		 background-position: center -135px;
		 background-color: #3b5998;
	}
	 .linkedin-link {
		 background-position: center -735px;
		 background-color: #1985bc;
	}
	 .mail-link {
		 background-position: center -435px;
	}
	 .print-link {
		 background-position: center -535px;
	}
	.back-top-link {
	    padding-top: 0.6rem;
	    font-weight: 600;
	    font-size: small;
	}

	 div.card-container {
		 padding-left: 0;
	}
	 div.card-content {
		 background-color: #eee;
		 height: 95%;
		 border-radius: 5px;
	}
	 .card-container img {
		 border-top-right-radius: 5px;
		 border-top-left-radius: 5px;
	}
	 .card-container h3 {
		 margin: 1rem 0 0.6rem;
		 padding: 0 0.6rem;
	}
	 .border-top h2 {
		 margin-top: 10px;
	}
	 .card-container p {
		 padding: 0 0.6rem 0.6rem;
	}
	 #sub-content [data-col="1"] div.section:last-of-type {
		 border-bottom: 0;
	}
	 .jumbotron {
		 background-color: #eee;
		 margin: 0 0 1.3rem 0;
		 padding: 0 !important;
	}
	 .jumbotron figure {
		 margin-bottom: 0;
	}
	 .jumbotron h2 {
		 margin-top: 1.7rem;
	}
	 .nav3 a {
		 margin-bottom: 1px;
	}
	#news span.image img, li.in-the-news span.image img {
	    border-top-left-radius: 6px;
	    border-bottom-right-radius: 6px;
	}
a.anchor {
    display: block;
    position: relative;
    top: -175px;
    visibility: hidden;
}
	