<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Applies to HROC sites. */
/*buttons*/
 .btn {
	 border: none;
	 white-space:normal;
}
 .btn-primary-new, a.btn-primary-new {
	 display:block !important;
	 color: #ff8200 !important;
	 padding: 5px;
	 border-radius: 1px !important;
	 word-break:break-word;
}
 .btn-primary-new:hover, .btn-primary-new:focus, a.btn-primary-new:hover, a.btn-primary-new:focus{
	 color: #b1b3b3 !important;
}
 .btn-primary, .fw-section a.btn-primary {
	 display:block !important;
	 color: #ffffff !important;
	 background-color: #041e42 !important;
	 padding: 5px;
	 border-radius: 1px !important;
	 word-break:break-word;
}
 .btn-primary:hover, .fw-section a.btn-primary:hover {
	 color: #ffffff;
	 background-color: #ff8200 !important;
	 text-decoration:none !important;
}
 .btn-primary-orange, .fw-section a.btn-primary-orange {
	 color: #041e42;
	 background-color: #ff8200;
	 	 padding: 5px;
	 border-radius: 1px !important;
	 word-break:break-word;
}
 .btn-primary-orange:hover, .fw-section a.btn-primary-orange:hover {
	 color: #041e42;
	 background-color: #b1b3b3 !important;
	 text-decoration:none !important;
}
 .btn-outline, .fw-section a.btn-outline {
	 color: #ffffff !important;
	 font-family: "Open Sans", sans-serif;
	 padding: 5px;
	 border-radius: 1px !important;
	 border: 2px solid #ff8200;
	 background-color: transparent;
}
 .btn-outline:hover, .fw-section a.btn-outline:hover {
	 color: #041e42;
	 background-color: #ff8200 !important;
	 text-decoration:none;
}
/*Accordion*/
 .collapseToggleControl.collapsed span.glyphicon:before {
	 content: "\002b";
}
 .collapseToggleControl span.glyphicon:before {
	 content: "\2212";
}
 .accWrapper .panel-heading {
	 padding: 0;
}
 .accWrapper .panel-heading a{
	 color: #041E42;
	 display: block;
	 font-size: 20px;
	 font-weight: 400;
	 padding: 20px;
	 background-color:#fff;
	 border-style: solid;
	 border-width: 2px;
	 border-color: #041e42;
}
 .accWrapper .panel-body {
	 background-color: rgba(222, 222, 222, 0.1);
}
 .row .flexRow1 {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: center;
	 background-color: #ffffff !important;
	 border: 1px solid #041e42 !important;
	 border-radius: 10px !important;
	 padding: 5px;
	 margin: auto;
}
 .row .flexRow2 {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: space-between;
	 background-color: #ffffff !important;
	 border: 1px solid #041e42 !important;
	 border-radius: 10px !important;
	 padding: 5px;
	 margin: 5px;
}
 .row .flexRow3 {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: flex-start;
	 align-items: center !important;
	 background-color: #ffffff !important;
	 padding: 10px;
	 margin: 10px;
}
 .buttonsGrid {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: flex-start;
	 margin-top: 10px 0;
}
 .buttonsGrid button {
	 color: white;
	 background-color: rgb(4, 30, 66);
	 display: block;
	 text-transform: uppercase;
	 font-weight: bold;
	 padding: 6px 75px;
	 border: 0;
	 text-align:center;
	 margin-right: 30px;
}
 .buttonsGrid button:hover, .button:active, .button:focus {
	 color: rgb(4, 30, 66);
	 background-color: #ff8200;
}
 .comparisonGrid, .comparisonGridVl {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: center;
	 margin-top: 10px;
}
 .comparisonGrid a, .comparisonGridVl a, a.reg-btn {
	 background-color: #041e42;
	 color: #ffffff;
}
 .comparisonGrid .cg-item {
	 flex: 0 0 33%;
	 background-color: #fff;
	 box-shadow: 0px 1px 3px rgba(4, 30, 66, 0.5);
	 padding: 10px;
	 margin: 10px;
}
 .comparisonGridVl .cg-item {
	 flex: 0 0 100%;
	 background-color: #fff;
	 box-shadow: 0px 1px 3px rgba(4, 30, 66, 0.5);
	 padding: 10px;
	 margin: 10px;
}
 .comparisonGrid .cg-item:hover, .comparisonGridVl .cg-item:hover {
	 box-shadow: 0px 1px 9px rgba(0,0,0, 0.3);
}
 .comparisonGrid .cg-item h3, .comparisonGridVl .cg-item h3 {
	 font-size: 24px;
	 margin: 6px 0;
	 letter-spacing: 1px;
	 text-transform: uppercase;
}
 .comparisonGrid .cg-item p, .comparisonGridVl .cg-item p {
	 padding: 6px 0;
	 margin-bottom: 0;
}
 @media(max-width: 768px){
	 .comparisonGrid .cg-item {
		 flex: 0 0 100%;
		 margin: 0 auto 6px;
	}
	 .buttonsGrid button {
		 padding: 6px 60px;
	}
}
 @media(max-width: 600px){
	 .buttonsGrid button {
		 padding: 6px 45px;
	}
}
 @media(max-width: 550px){
	 .buttonsGrid {
		 flex-direction: column;
	}
	 .buttonsGrid button {
		 width: 100%;
		 margin-bottom:5px;
	}
}
/*badges*/
 .badge.badgedoc {
	 background-color:#f58220 !important;
	 color:#00053e !important;
	 border-radius: 10% !important;
}
 .badge.badgeboth {
	 background-color:#a9abac !important;
	 border-radius: 10% !important;
}
 .badge.badgenew {
     color:#041e42;
	 background-color:#ff8200 !important;
	 border-radius: 10% !important;
}
 .font-emphatic {
	 color: #000;
	 text-shadow: #041e42 0 2px 3px;
	 font-size: 1.25em;
}
/*By the Numbers*/
 #theNumbers .fw-section {
	 padding-top: 20px;
	 padding-bottom: 30px;
}
 #theNumbers .highligtsWrapper .well {
	 margin-bottom: 0;
	 padding: 0 0 15px 0;
	 border: 0;
}
 #theNumbers .highligtsWrapper img {
	 height: 0;
}
 #theNumbers h2:first-of-type {
	 margin-bottom: 20px;
}
 #theNumbers .highligtsWrapper h2 {
	 text-align: center;
	 letter-spacing: 3px;
	 margin-top: 3px;
	 margin-bottom: 10px;
	 font-weight: 400;
}
 #theNumbers p {
	 text-align: center;
}
 #theNumbers .stroke {
	 border-top: 2px solid #041E42;
	 margin-left: auto;
	 margin-right: auto;
}
 #theNumbers .highligtsWrapper .col-md-4:nth-last-child(1) {
	 margin-bottom: 30px;
}
 .icon-cntr{
	 padding: 3%;
}
 .icon-text{
	 font-size: 2em;
}
 .icon-cntr:hover .icon-text{
	 color: #ff8200;
}
 @media (max-width: 992px){
	 .icon-cntr{
		 padding: 0;
	}
}
 .flex-box-col {
	 display: flex;
	 justify-content: center;
	 align-items: stretch;
	 flex-wrap: wrap;
	 background:#b1b3b3;
}
 .flex-box-col h3 {
	 font-size: 50px;
	 font-weight: 400;
	 line-height: 1;
	 text-transform: capitalize;
	 margin-bottom:7px;
}
 .flex-box-cola {
	 display: flex;
	 justify-content: space-evenly;
	 align-items: space-between;
	 flex-wrap: wrap;
	 background:#041e42;
	 box-shadow: 1px 1px 4px #cfcfcf;
}
 .flex-box-cola h2 {
	 font-size: 50px;
	 font-weight: 400;
	 line-height: 1;
	 margin-top:2px;
	 margin-bottom:5px;
}
 .flex-box-col1 {
	 display: flex;
	 justify-content: center;
	 align-items: stretch;
	 flex-wrap: wrap;
	 background:#b1b3b3;
	 box-shadow: 1px 1px 4px #cfcfcf;
}
 .flex-box-col1 h3 {
	 font-size: 30px;
	 font-weight: 400;
	 line-height: 1;
	 margin-bottom:7px;
}
 .flex-box-col2 {
	 display: flex;
	 justify-content: space-evenly;
	 align-items: stretch;
	 flex-wrap: wrap;
	 background:#ff8200;
	 box-shadow: 1px 1px 4px #cfcfcf;
}
 .flex-box-col2 h3 {
	 font-size: 30px;
	 font-weight: 400;
	 line-height: 1;
	 margin-bottom:7px;
 }
 .flex-box-col3 {
	 display: flex;
	 justify-content: center;
	 align-items: stretch;
	 flex-wrap: wrap;
 }
 .button.close {
	 display: block;
	 width: 36px;
	 font-weight: 100;
	 height: 36px;
	 position: absolute;
	 right: -12px;
	 top: -12px;
	 background: #fff;
	 z-index: 1;
	 opacity: 1;
	 border-radius: 50% !important;
	 box-shadow: 0px 1px 2px #000;
	 border: 3px solid #041E42;
}
 .button.close:hover {
	 opacity: 0.75;
}
 .button.close span {
	 font-weight:600;
	 color: #041E42;
}
 .shadow .fm-btn-primary-blue {
	 display:block !important;
	 text-align:center;
	 position: absolute;
	 bottom: 30px;
	 left: 30px;
	 right: 30px;
	 padding: 14px 7px;
	 margin-top:30px;
	 background-color: #FF8200;
	 color: #041E42;
	 text-transform: uppercase;
	 font-size: 16px;
	 font-weight: 500;
}
 .shadow .fm-btn-primary-blue:hover{
	 background-color: #041E42;
	 color: white;
	 text-transform: uppercase;
	 font-size: 16px;
	 font-weight: 500;
}
 @media (max-width: 490px) {
	 .shadow .fm-btn-primary-blue {
		 display:block !important;
		 text-align:center;
		 position: absolute;
		 bottom: 15px;
		 left: 15px;
		 right: 15px;
		 padding: 14px 7px;
	}
	 .shadow {
		 padding: 0 10px !important;
	}
	 .flexRow .col-md-3 {
		 margin-bottom: 0 !important;
	}
}
 .btn-default:hover{
	 background-color: #041E42 !important;
	 color: white !important;
}
 .btn-icon {
	 background-color: #fff !important;
	 color: #041E42 !important;
}
 #rcorners1 {
	 border-radius: 10px !important;
	 background: #ffffff;
	 margin: 20px;
	 padding: 10px;
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}
 #rcorners2 {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 border-radius: 50% !important;
	 background-color: #041e42;
	 width: 100px;
	 height: 100px;
	 color: #fff;
	 text-align: center;
	 font-size: 14px;
	 font-weight: 400;
	 padding: 10px;
	 margin:10px;
}
 #rcorners3 {
	 border-radius: 10px !important;
	 background: #ffffff;
	 margin: 1px;
	 padding: 10px;
	 box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
}
 #rcorners4 {
	 border-radius: 10px !important;
	 border-style: solid;
	 border-color: #041e42 !important;
	 background: rgba(4, 30, 66, 0.1);
	 margin: 2px;
	 padding: 10px;
	 box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
}
/*Tertiary Navigation*/
 #terNav .optionalblock {
	 display: flex;
	 flex-flow: row wrap;
	 align-items: stretch;
	 justify-content: space-evenly;
}
 #terNav a {
	 display: block;
	 color:#fff;
	 font-family: "BebasNeue","Open Sans", sans-serif;
	 padding: 10px;
	 text-align: center;
	 font-size: 24px;
	 font-weight: 400;
	 letter-spacing: 1px;
	 text-transform: uppercase;
	 line-height: 2;
	 align-items: stretch;
}
 #terNav a:hover {
	 background: #FF8200;
	 color: #041E42;
	 text-decoration: none;
}
 #terNav.sectionAnchor {
	 margin-top:0;
	padding-top:0;
}
 .terNavPar {
	 padding:0 !important;
	 background-color: #f2f2f2 !important;
	 box-shadow: 0px 1px 13px rgba(0,0,0,.25);
	 border-bottom: 1px solid #fff;
	 border-top: 1px solid #fff;
}
.card {
    height: 140px;
    width: 100%; 
   /* width: 115px; */
  /*  background: #e6843e;  */
  /*  box-shadow: 1px 1px 5px lightgrey; */
    padding: 2px;
    border:  1px solid #0a1f4042;
  /*  border-radius: 4px; */
    margin: 5px;
    text-align:center;
   /* font-family: "arial narrow"; */
    font-weight:bold;
    font-size: 13px;
    letter-spacing: -0.5px;
}

.card:hover {
    border: #f28328 1px solid;
    
}
/*Secondary Navigation*/
 #secNav .optionalblock {
	 display: flex;
	 flex-flow: row wrap;
	 justify-content: space-evenly;
	 align-items: stretch;
}
#secNav .optionalblock .secNav-item {
    flex-grow: 1;
    flex-basis: calc(15% - 10px);
    margin: 5px;
}
 #secNav a {
	 display: block;
	 color:#041e42;
	 font-family: "BebasNeue", "Open Sans", sans-serif;
	 padding: 18px 15px;
	 text-align: center;
	 font-size: 28px;
	 font-weight: 400;
	 letter-spacing: 1px;
	 text-transform: uppercase;
	 line-height: 1.25;
}
 #secNav a:hover {
	 background: #FF8200;
	 color: #041E42;
	 text-decoration: none;
}
 #secNav.sectionAnchor {
	 margin-top:0;
	padding-top:0;
}
 .secNavPar {
	 padding:0 !important;
	 background-color: #f2f2f2 !important;
	 box-shadow: 0px 1px 13px rgba(0,0,0,.25);
	 border-bottom: 1px solid #fff;
	 border-top: 1px solid #fff;
}
 @media (max-width: 767px) {
	 #secNav .optionalblock {
		 display: flex;
		 flex-flow: wrap;
		 justify-content: center;
	}
	 #secNav a {
		 padding: 18px 45px;
	}
}
 @media (max-width: 570px) {
	 #secNav .optionalblock {
		 display: flex;
		 flex-flow: wrap;
		 justify-content: center;
	}
	 #secNav a {
		 padding: 18px 30px;
		 box-sizing: border-box;
          }
          /* Style the tab */
          .tab {
            float: left;
            border: 1px solid #041e42;
            background-color: #ff8200;
            width: 20%;
            height: auto;
          }

          /* Style the buttons inside the tab */
          .tab button {
            display: block;
            background-color: inherit;
            color: #041e42;
            padding: 12px 12px;
            width: 100%;
            border: none;
            outline: none;
            text-align: left;
            cursor: pointer;
            transition: 0.3s;
            font-size: 15px;
          }

/* Change background color of buttons on hover */
          .tab button:hover {
            background-color: #041e42;
            color: #ff8200;
            border-radius: 2rem;
          }

          /* Create an active/current "tab button" class */
          .tab button.active {
            background-color: #b1b3b3;
          }

          /* Style the tab content */
          .tabcontent {
            float: left;
            padding: 0px 12px;
            border: 3px solid #041e42;
            width: 80%;
            height: auto;
            border-radius: 2rem;
          }
.ibcicon {
    background: url('/research/human-subjects-research/_Files/images/IBC%20ICON.png');
    height: 20px;
    width: 20px;
    display: block;
}
.irbicon {
    background: url('/research/human-subjects-research/_Files/images/HROC%20ICON.png');
    height: 20px;
    width: 20px;
    display: block;
}
.arocicon {
    background: url('/research/human-subjects-research/_Files/images/AROC%20ICON.png');
    height: 20px;
    width: 20px;
    display: block;
}}</pre></body></html>