/* Site CSS */
 img {
	 display: block;
}
 img.wrap {
	 max-width: 60%;
	 margin: 30px 0px;
}
 img.align-right {
	 float: right;
	 margin-left: 25px;
}
 img.align-left {
	 float: left;
	 margin-right: 30px;
}
 * {
	 box-sizing: border-box;
}
 #dictionary{
	 margin-top: 50px;
	 border-collapse: separate;
	 border-spacing: 5px;
	 width: 100%;
	 height: 100px;
}
 #myInput {
	 font-size: 16px;
	 width: 50%;
	 height: 50px;
}
 #dictionary{
	 border-collapse: collapse;
	 width: 100%;
	 height: 100px;
	 border: 1px solid #ddd;
	 font-size: 16px;
	 margin-top: 50px;
	 border-collapse: separate;
	 border-spacing: 5px;
}
 #dictionary th, #dictionary td {
	 text-align: left;
	 padding: 12px;
}
 #dictionary tr {
	 border-bottom: 1px solid #000;
}
 #dictionary tr.header, #dictionary tr:hover {
	 background-color: #ed8b00;
}
 .circle-fixed {
	 position: relative;
	 display: inline-block;
	 width: 120px;
	 height: 0;
	 padding: 60px 0;
	 border-radius: 60px;
	 overflow: hidden;
	/* Just making it pretty */
	 @shadow: rgba(0, 0, 0, .1);
	 @shadow-length: 4px;
	 -webkit-box-shadow: 0 @shadow-length 0 0 @shadow;
	 box-shadow: 0 @shadow-length 0 0 @shadow;
	 text-shadow: 0 @shadow-length 0 @shadow;
	/*background: #c10037;
	 */
	 color: #fff;
	 font-size: 48px;
	 text-align: center;
}
 .circle-fixed a {
	 color:#fff;
	 text-decoration:none;
}
 .circle-fixed h2 {
	 line-height:0;
	 margin-top:0;
}
 .circle-fixed .fa {
	 line-height:0;
	 margin-top:0;
}
 .circle {
	 position: relative;
	 display: inline-block;
	 width: 100%;
	 height: 0;
	 padding: 50% 0;
	 border-radius: 50%;
	/* Just making it pretty */
	 @shadow: rgba(0, 0, 0, .1);
	 @shadow-length: 4px;
	 -webkit-box-shadow: 0 @shadow-length 0 0 @shadow;
	 box-shadow: 0 @shadow-length 0 0 @shadow;
	 text-shadow: 0 @shadow-length 0 @shadow;
	 background: #c10037;
	 color: #fff;
	 font-size: 48px;
	 text-align: center;
}
 .circle a {
	 color:#fff;
}
 #box {
	 background-color: #dcdee2;
	 width: 200px;
	 height: 500px;
	 border-radius: 15px;
}
 #btn-circle.btn-xl {
	 width: 100px;
	 height: 100px;
	 padding: 10px 16px;
	 font-size: 24px;
	 line-height: 1.33;
	 border-radius: 50px;
}
 #bythenumbers-header-new {
	 background: #fff;
	 background: linear-gradient(45deg, #fff 40%, #c10037 60%);
	 background-color: transparent;
	 background-image: linear-gradient(45deg, rgb(255, 255, 255) 70%, rgb(193, 0, 55) 30%);
	 background-repeat: repeat;
	 background-attachment: scroll;
	 background-clip: border-box;
	 background-origin: padding-box;
	 background-position-x: 0%;
	 background-position-y: 0%;
	 background-size: auto auto;
}
 #bythenumbers-header-new2 {
	 background: #fff;
	 background: linear-gradient(45deg, #fff 60%, #c10037 40%);
	 background-color: transparent;
	 background-image: linear-gradient(45deg, rgb(255, 255, 255) 30%, rgb(193, 0, 55) 70%);
	 background-repeat: repeat;
	 background-attachment: scroll;
	 background-clip: border-box;
	 background-origin: padding-box;
	 background-position-x: 0%;
	 background-position-y: 0%;
	 background-size: auto auto;
}
 #bythenumbers-header2 {
	 background: linear-gradient(90deg, #fff 50%, #ba0c2f 50%);
	 background-color: transparent;
	 background-image: linear-gradient(315deg, rgb(255, 255, 255) 50%, rgb(193, 0, 55) 50%);
	 background-repeat: repeat;
	 background-attachment: scroll;
	 background-clip: border-box;
	 background-origin: padding-box;
	 background-position-x: 0%;
	 background-position-y: 0%;
	 background-size: auto auto;
}
 .triangle {
	 height: 0;
	 width: 0;
	 border-left: 40px solid transparent;
	 border-right: 40px solid transparent;
	 border-bottom: 0px solid transparent;
	 border-top: 40px solid #a7a8aa;
}
 .triangle2 {
	 height: 0;
	 width: 0;
	 border-left: 40px solid transparent;
	 border-right: 40px solid transparent;
	 border-bottom: 40px solid #a7a8aa;
	 border-top: 0px solid transparent;
}
 .triangle3 {
	 height: 0;
	 width: 0;
	 border-left: 40px solid transparent;
	 border-right: 40px solid transparent;
	 border-bottom: 0px solid transparent;
	 border-top: 40px solid #ba0c2f;
}
/* Homepage Feature Carousel */
 #home .carousel-caption {
	 position: absolute;
	 bottom: 50px;
	 left:auto;
	 right:80px;
	 text-align:left;
	 z-index: 10;
	 color: #ffffff;
	 background-color: #c10037;
	 background-color: rgba(193,0,55,.85);
	 border: 2px solid #fff;
	 padding: 20px;
	 max-width: 50%;
}
 #home .item {
	 max-height: 600px;
}
 @media (min-width:1600px) {
	 #home .item {
		 max-height: 800px;
	}
}
 @media (max-width: 992px) {
	 #home .carousel-caption {
		 position:relative;
		 left:0;
		 top:0;
		 bottom:0;
		 right:0;
		 max-width:100%;
		 width:100%;
		 border:0;
		 background-color:#c10037;
		 border-bottom:2px solid #fff;
		 height:100px;
	}
	 #home .item {
		 max-height:none;
	}
	 #homepage-carousel .carousel-control .fa {
		 position: absolute;
		 top: 30%;
		 left: 20%;
		 right: 15%;
	}
}
 @media (max-width: 768px) {
	 #home .carousel-caption {
		 height:200px;
	}
	 #home .carousel-caption h1 {
		 font-size:18px;
	}
}
 @media (max-width:380px) {
	 .navbar-unm .navbar-brand {
		 max-width:100%;
		 left:0;
	}
}
 #newsslider {
	 background: #c10037;
	 background: linear-gradient(90deg, #c10037 50%, #fff 50%);
}
 #newsslider h2 {
	 margin: 0;
	 padding: 10px 0;
	 color: #fff;
	 z-index: 0;
	 position: relative;
	 width: 100%;
}
 #newsslider h2:before {
	 content: '';
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 background-image: linear-gradient(45deg,#c10037 60%,#ffffff 60%);
	 z-index: -1;
}
 #newsslider .row.multicarousel {
	 border-top: 3px solid #c10037;
}
 #bythenumbers-header {
	 background: #fff;
	 background: linear-gradient(90deg, #fff 50%, #c10037 50%);
}
 #bythenumbers-header h3 {
	 margin: 0;
	 padding: 10px 0;
	 color: initial;
	 z-index: 0;
	 position: relative;
	 width: 100%;
}
 #bythenumbers-header h3:before {
	 content: '';
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 background-image: linear-gradient(45deg,#fff 85%,#c10037 85%);
	 z-index: -1;
}
 #octagon {
	 width: 100px;
	 height: 100px;
	 background: red;
	 position: relative;
}
 #octagon:before {
	 content: "";
	 position: absolute;
	 top: 0;
	 left: 0;
	 border-bottom: 29px solid red;
	 border-left: 29px solid #eee;
	 border-right: 29px solid #eee;
	 width: 42px;
	 height: 0;
}
 #octagon:after {
	 content: "";
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 border-top: 29px solid red;
	 border-left: 29px solid #eee;
	 border-right: 29px solid #eee;
	 width: 42px;
	 height: 0;
}
/* end homepage carousel */
 div.polaroid {
	 width: 100%;
	 background-color: red;
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
 div.container2 {
	 text-align: center;
	 padding: 10px 20px;
}
 #nav {
	 background-color: #f2f2f2;
	 font-family: "Vitesse Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	 font-size: 19px;
	 line-height: 1.5;
	 color: #222;
}
 * {
	 margin: 0;
	 padding: 0;
	 box-sizing: border-box;
}
 body1 {
	 font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
	 background: #f5f5f5;
	 padding: 40px 20px;
}
 .wireframe-container {
	 max-width: 1200px;
	 margin: 0 auto;
	 background: white;
	 padding: 0;
	 box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
 .wireframe-box {
	 border: 2px dashed #666;
	 padding: 20px;
	 margin: 0;
	 background: #fff;
	 position: relative;
}
 .wireframe-label {
	 position: absolute;
	 top: 8px;
	 left: 8px;
	 background: #333;
	 color: white;
	 padding: 4px 8px;
	 font-size: 11px;
	 font-weight: 600;
	 text-transform: uppercase;
	 letter-spacing: 0.5px;
	 z-index: 10;
}
 .question-tag {
	 position: absolute;
	 top: 8px;
	 right: 8px;
	 background: #2196F3;
	 color: white;
	 padding: 4px 8px;
	 font-size: 10px;
	 font-weight: 600;
	 border-radius: 3px;
	 z-index: 10;
}
/* Header */
 .header {
	 background: #f8f9fa;
	 border-bottom: 3px solid #333;
	 padding: 30px;
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
}
 .logo-box {
	 width: 180px;
	 height: 50px;
	 border: 2px solid #666;
	 background: white;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 font-weight: bold;
	 color: #666;
}
 .nav-box {
	 display: flex;
	 gap: 15px;
}
 .nav-item {
	 padding: 10px 20px;
	 border: 2px solid #666;
	 background: white;
	 font-size: 14px;
	 color: #666;
}
/* Hero Section */
 .hero {
	 padding: 60px 30px;
	 text-align: center;
	 background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
}
 .hero-title {
	 width: 600px;
	 height: 60px;
	 border: 2px solid #666;
	 background: white;
	 margin: 0 auto 20px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 font-size: 18px;
	 color: #666;
	 font-weight: bold;
}
 .hero-subtitle {
	 width: 800px;
	 height: 40px;
	 border: 2px solid #666;
	 background: white;
	 margin: 0 auto;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 color: #666;
}
/* Problem Statement */
 .problem-statement {
	 padding: 50px 30px;
	 background: #ed8b00;
}
 .section-title {
	 font-size: 20px;
	 font-weight: bold;
	 color: #333;
	 margin-bottom: 20px;
	 text-align: center;
}
 .content-box {
	 width: 100%;
	 min-height: 120px;
	 border: 2px solid #666;
	 background: white;
	 padding: 20px;
	 color: #666;
	 font-size: 14px;
	 line-height: 1.6;
}
/* Research Overview */
 .research-overview {
	 padding: 50px 30px;
	 background: white;
}
 .two-col-grid {
	 display: grid;
	 grid-template-columns: 1fr 1fr;
	 gap: 30px;
	 margin-top: 20px;
}
 .info-card {
	 border: 2px solid #666;
	 padding: 25px;
	 background: #f8f9fa;
}
 .info-card-title {
	 font-weight: bold;
	 color: #333;
	 margin-bottom: 15px;
	 font-size: 16px;
}
 .info-content {
	 width: 100%;
	 min-height: 100px;
	 border: 2px solid #666;
	 background: white;
}
/* Value & Impact */
 .value-impact {
	 padding: 50px 30px;
	 background: #007a86;
}
 .three-col-grid {
	 display: grid;
	 grid-template-columns: repeat(3, 1fr);
	 gap: 25px;
	 margin-top: 20px;
}
 .impact-card {
	 border: 2px solid #666;
	 padding: 25px 20px;
	 background: white;
	 text-align: center;
}
 .impact-icon {
	 width: 70px;
	 height: 70px;
	 border: 2px solid #666;
	 background: #f8f9fa;
	 margin: 0 auto 15px;
	 border-radius: 50%;
}
 .impact-title {
	 width: 100%;
	 height: 30px;
	 border: 2px solid #666;
	 background: #f8f9fa;
	 margin-bottom: 12px;
}
 .impact-text {
	 width: 100%;
	 height: 80px;
	 border: 2px solid #666;
	 background: white;
}
/* Stakeholders & Audience */
 .stakeholders {
	 padding: 50px 30px;
	 background: white;
}
 .stakeholder-grid {
	 display: grid;
	 grid-template-columns: repeat(2, 1fr);
	 gap: 30px;
	 margin-top: 20px;
}
 .stakeholder-section {
	 border: 2px solid #666;
	 padding: 25px;
	 background: #f8f9fa;
}
 .stakeholder-title {
	 font-weight: bold;
	 color: #333;
	 margin-bottom: 15px;
	 font-size: 16px;
}
 .stakeholder-list {
	 display: flex;
	 flex-direction: column;
	 gap: 10px;
}
 .stakeholder-item {
	 width: 100%;
	 height: 40px;
	 border: 2px solid #666;
	 background: white;
}
/* Funding Sources */
 .funding {
	 padding: 50px 30px;
	 background: #8a387c;
}
 .funding-grid {
	 display: grid;
	 grid-template-columns: repeat(4, 1fr);
	 gap: 20px;
	 margin-top: 20px;
}
 .funding-card {
	 border: 2px solid #666;
	 padding: 20px;
	 background: white;
	 text-align: center;
}
 .funding-logo {
	 width: 80px;
	 height: 80px;
	 border: 2px solid #666;
	 background: #f8f9fa;
	 margin: 0 auto 15px;
}
 .funding-name {
	 width: 100%;
	 height: 30px;
	 border: 2px solid #666;
	 background: #f8f9fa;
	 margin-bottom: 8px;
}
 .funding-type {
	 width: 100%;
	 height: 20px;
	 border: 2px solid #666;
	 background: white;
}
/* Team Section */
 .team {
	 padding: 50px 30px;
	 background: white;
}
 .team-grid {
	 display: grid;
	 grid-template-columns: repeat(4, 1fr);
	 gap: 25px;
	 margin-top: 20px;
}
/* Tablet */
 @media (max-width: 1024px) {
	 .team-grid {
		 grid-template-columns: repeat(3, 1fr);
	}
}
/* Mobile landscape */
 @media (max-width: 768px) {
	 .team-grid {
		 grid-template-columns: repeat(2, 1fr);
		 gap: 20px;
	}
}
/* Mobile portrait */
 @media (max-width: 480px) {
	 .team-grid {
		 grid-template-columns: 1fr;
		 gap: 15px;
	}
}
 .team-card {
	 border: 2px solid #666;
	 padding: 20px;
	 background: #f8f9fa;
	 text-align: center;
}
 .avatar {
	 width: 100px;
	 height: 100px;
	 border: 2px solid #666;
	 background: #63666a;
	 margin: 0 auto 15px;
	 border-radius: 50%;
}
 .member-name {
	 width: 100%;
	 height: 25px;
	 border: 2px solid #666;
	 background: #ba0c2f;
	 margin-bottom: 8px;
	 color: white;
}
 .member-role {
	 width: 100%;
	 height: 50px;
	 border: 2px solid #666;
	 background: #007a86;
	 color: white;
}
 .member-role2 {
	 width: 100%;
	 height: 50px;
	 border: 2px solid #666;
	 background: #a8aa19;
}
/* Footer */
 .footer {
	 padding: 40px 30px;
	 background: #333;
	 color: white;
	 display: grid;
	 grid-template-columns: repeat(3, 1fr);
	 gap: 30px;
}
 .footer-section {
	 border: 2px solid #666;
	 padding: 20px;
	 background: #444;
}
 .footer-title {
	 width: 100%;
	 height: 30px;
	 border: 2px solid #888;
	 background: #555;
	 margin-bottom: 15px;
}
 .footer-content {
	 width: 100%;
	 height: 80px;
	 border: 2px solid #888;
	 background: #444;
}
 .wireframe-title {
	 text-align: center;
	 padding: 30px;
	 background: #333;
	 color: white;
	 font-size: 24px;
	 font-weight: bold;
	 letter-spacing: 1px;
}
 .stucco {
	 background-image: url(//webcore.unm.edu/v2/images/stucco.png);
}
 --> 