/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }
sup {
    vertical-align: super;
    font-size: smaller;
}
sub {
    vertical-align: sub;
    font-size: smaller;
}
blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.body_content {
  margin-top: 50px; }

.main_title {
  color: #152f4b;
  font-family: 'Noto Sans', sans-serif; }

.box_wrap {
  width: 465px;
  border: 1px solid #e2e2e2;
  border-radius: 15px;
  background-color: white; }
  .box_wrap.left {
    float: left; }
  .box_wrap.right {
    float: right; }
  .box_wrap .box {
    padding-top: 30px;
    padding-bottom: 52px; }
    .box_wrap .box .box_inner h3 {
      font-family: 'Noto Sans', sans-serif;
      font-size: 1.750em;
      text-align: center;
      margin-bottom: 20px;
      padding-left: 10px;
      padding-right: 10px; }
    .box_wrap .box .box_inner p {
      padding-left: 44px;
      padding-right: 44px;
      font-family: 'Noto Sans', sans-serif;
      margin-bottom: 35px;
      text-align: center;
      line-height: 1.5em; }
    .box_wrap .box .box_inner .box_button {
      text-align: center;
      font-family: 'Noto Sans', sans-serif;
      width: 277px;
      margin-left: auto;
      margin-right: auto; }
      .box_wrap .box .box_inner .box_button a {
        display: block;
        font-size: 1.125em;
        font-weight: 300;
        font-family: 'Ubuntu', sans-serif;
        padding-top: 10px;
        padding-bottom: 10px;
        text-transform: uppercase;
        border: 3px solid #ff0000;
        border-radius: 35px;
        text-align: center;
        text-decoration: none;
        letter-spacing: 2px;
        color: white;
        background-color: #ff0000;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out; }
        .box_wrap .box .box_inner .box_button a:hover {
          background-color: white;
          color: #ff0000; }

.container {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }

.container {
  width: 1200px;
  	/*

  	@include small(){
  		width: $container_small;
  	}

  	@include medium(){
  		width: $container_medium;
  	}

  	@include large(){
  		width: $container_large;
  	}
  */ }

#banner {
  width: 100%;
  border-top: 1px solid #e2e2e2; }
  #banner .container #top_banner {
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 114px;
    position: relative; }
    #banner .container #top_banner #logo_wrap {
      height: 100%;
      display: table;
      vertical-align: middle; }
      #banner .container #top_banner #logo_wrap #logo {
        display: table-cell;
        vertical-align: middle; }
        #banner .container #top_banner #logo_wrap #logo #logo_inner {
          background: url("images/logo/logo.png");
          height: 77px;
          width: 293px;
          background-repeat: no-repeat;
          display: block; }
    #banner .container #top_banner #banner_nav_wrap {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      display: table;
      vertical-align: middle;
      width: 44%; }
      #banner .container #top_banner #banner_nav_wrap #banner_nav {
        display: table-cell;
        vertical-align: middle;
        height: 100%; }
        #banner .container #top_banner #banner_nav_wrap #banner_nav form {
          float: left;
          width: 255px;
          height: 39px;
          border: 2px solid #316aa8;
          display: block;
          vertical-align: middle; }
          #banner .container #top_banner #banner_nav_wrap #banner_nav form input#s {
            vertical-align: middle;
            padding-left: 25px;
            height: 36px;
            width: 200px;
            border: none;
            color: #316aa8;
            font-size: 1em;
            font-family: 'Noto Sans', sans-serif; }
          #banner .container #top_banner #banner_nav_wrap #banner_nav form input#searchsubmit {
            background: url("images/search.png");
            vertical-align: middle;
            height: 37px;
            padding: 0px;
            width: 20px;
            border: none;
            background-position: center center;
            background-repeat: no-repeat;
            text-indent: -999999px;
            cursor: pointer; }
        #banner .container #top_banner #banner_nav_wrap #banner_nav label {
          display: none; }
        #banner .container #top_banner #banner_nav_wrap #banner_nav #banner_links {
          height: 44px;
          margin-left: 24px;
          display: inline-block; }
          #banner .container #top_banner #banner_nav_wrap #banner_nav #banner_links a {
            vertical-align: middle;
            display: table;
            text-decoration: none;
            height: 100%;
            float: left; }
            #banner .container #top_banner #banner_nav_wrap #banner_nav #banner_links a#login span {
              background: url("images/login.svg");
              background-repeat: no-repeat;
              background-position: left center;
              background-size: 30px 30px;
              padding-left: 46px; }
            #banner .container #top_banner #banner_nav_wrap #banner_nav #banner_links a#contact {
              margin-left: 17px; }
              #banner .container #top_banner #banner_nav_wrap #banner_nav #banner_links a#contact span {
                background: url("images/contact.svg");
                background-repeat: no-repeat;
                background-position: left center;
                background-size: 27px 19px; }
            #banner .container #top_banner #banner_nav_wrap #banner_nav #banner_links a span {
              display: table-cell;
              vertical-align: middle;
              font-family: 'Ubuntu', sans-serif;
              text-transform: uppercase;
              line-height: 0;
              font-size: 1em;
              color: #ff0000;
              padding-left: 43px; }
              #banner .container #top_banner #banner_nav_wrap #banner_nav #banner_links a span:hover {
                text-decoration: underline; }

#banner_subnav {
  width: 100%;
  height: 75px;
  background-color: #152f4b; }
  #banner_subnav .container #subnav ul li {
    display: inline-block;
    width: 25%;
    height: 100%; }
    #banner_subnav .container #subnav ul li span {
      display: table;
      vertical-align: middle;
      height: 100%;
      width: 100%;
      text-align: center; }
      #banner_subnav .container #subnav ul li span a {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        color: white;
        text-decoration: none;
        font-size: 1.116em;
        font-family: 'Ubuntu', sans-serif;
        height: 73px;
        border-top: 1px solid #316aa8;
        border-left: 1px solid #316aa8;
        border-bottom: 1px solid #316aa8;
        text-align: center;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out; }
        #banner_subnav .container #subnav ul li span a.last {
          border-right: 1px solid #316aa8; }
        #banner_subnav .container #subnav ul li span a:hover {
          background-color: #316aa8; }

.breadcrumbs {
  margin-bottom: 29px; }
  .breadcrumbs .container {
    width: 1024px; }
    .breadcrumbs .container ul li {
      display: inline-block; }
      .breadcrumbs .container ul li a {
        color: #316aa8;
        text-decoration: none;
        font-size: 1.125em;
        font-family: 'Noto Sans', sans-serif;
        border-right: 2px solid #5c6269;
        padding-left: 18px;
        padding-right: 18px; }
        .breadcrumbs .container ul li a.active {
          color: #272f38; }
        .breadcrumbs .container ul li a.first {
          padding-left: 0; }
        .breadcrumbs .container ul li a.last {
          border-right: none; }
        .breadcrumbs .container ul li a:hover {
          text-decoration: underline; }

#footer {
  width: 100%;
  background-color: #272f38;
  padding-top: 67px;
  padding-bottom: 50px; }
  #footer #footer_sections {
    padding-bottom: 44px;
    margin-bottom: 19px;
    border-bottom: 1px solid #5e718a;
    overflow: hidden; }
    #footer #footer_sections .footer_section {
      float: left;
      margin-right: 60px;
      max-width: 225px;
      font-family: 'Ubuntu', sans-serif; }
      #footer #footer_sections .footer_section h2 {
        font-size: 1.505em;
        color: white;
        margin-bottom: 10px; }
      #footer #footer_sections .footer_section ul li {
        margin-bottom: 5px; }
        #footer #footer_sections .footer_section ul li a {
          color: #939ba4;
          text-decoration: none; }
          #footer #footer_sections .footer_section ul li a:hover {
            text-decoration: underline; }
    #footer #footer_sections #footer_logo {
      background: url("images/logo/logo_no_text.png");
      background-repeat: no-repeat;
      width: 150px;
      height: 150px;
      overflow: hidden; }
  #footer #copyright {
    overflow: hidden;
    padding-bottom: 5px; }
    #footer #copyright p {
      font-family: 'Noto Sans', sans-serif;
      font-size: 0.875em;
      color: #939ba4; }

.body_content#homepage .container {
  width: 1024px; }
  .body_content#homepage .container #main_title_wrap, .body_content#homepage .container #intro {
    clear: both;
    overflow: hidden;
    width: 100%; }
  .body_content#homepage .container #main_title_wrap {
    margin-bottom: 23px; }
    .body_content#homepage .container #main_title_wrap h2 {
      padding-left: 54px;
      padding-right: 54px;
      color: #152f4b;
      font-size: 2.5em; }
  .body_content#homepage .container #intro p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.3em;
    line-height: 1.5em;
    color: #888888;
    padding-left: 54px;
    padding-right: 54px; }
.body_content#homepage .full_alert {
  margin-bottom: 70px;
  height: 90px;
  width: 100%;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2; }
  .body_content#homepage .full_alert .container {
    width: 1024px; }
    .body_content#homepage .full_alert .container .alert_cell {
      display: table;
      height: 90px; }
      .body_content#homepage .full_alert .container .alert_cell#alert_text {
        margin-left: 27px;
        width: 70%;
        float: left;
        font-size: 1.5em; }
      .body_content#homepage .full_alert .container .alert_cell#alert_button {
        width: 276px;
        float: right;
        margin-right: 2px; }
      .body_content#homepage .full_alert .container .alert_cell p {
        display: table-cell;
        vertical-align: middle;
        padding: 0;
        font-size: inherit;
        font-family: 'Noto Sans', sans-serif; }
        .body_content#homepage .full_alert .container .alert_cell p a {
          font-size: 1.125em;
          font-weight: 300;
          font-family: 'Ubuntu', sans-serif;
          display: block;
          padding: 10px;
          border: 3px solid #ff0000;
          border-radius: 35px;
          text-align: center;
          text-decoration: none;
          color: #ff0000;
          transition: all .25s ease-in-out;
          -moz-transition: all .25s ease-in-out;
          -webkit-transition: all .25s ease-in-out; }
          .body_content#homepage .full_alert .container .alert_cell p a:hover {
            background-color: #ff0000;
            color: white; }
.body_content#homepage .full_alert {
  margin-top: 40px; }
.body_content#homepage #homepage_features {
  margin-bottom: 100px; }
  .body_content#homepage #homepage_features .container {
    width: 1024px; }
  .body_content#homepage #homepage_features .homepage_feature {
    width: 465px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    display: block;
    position: relative; }
    .body_content#homepage #homepage_features .homepage_feature .feature_image {
      height: 201px;
      width: 100%;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center center; }
    .body_content#homepage #homepage_features .homepage_feature .feature_text_wrap {
      width: 100%;
      text-align: center;
      overflow: hidden; }
      .body_content#homepage #homepage_features .homepage_feature .feature_text_wrap .feature_text {
        padding-top: 39px;
        padding-bottom: 39px;
        padding-left: 39px;
        padding-right: 39px; }
        .body_content#homepage #homepage_features .homepage_feature .feature_text_wrap .feature_text h3 {
          font-size: 1.561em;
          font-family: 'Noto Sans', sans-serif;
          margin-bottom: 25px;
          line-height: 1.25em; }
        .body_content#homepage #homepage_features .homepage_feature .feature_text_wrap .feature_text p {
          font-size: 1em;
          line-height: 1.5em;
          font-family: 'Noto Sans', sans-serif; }
    .body_content#homepage #homepage_features .homepage_feature .feature_button {
      position: absolute;
      top: 178px;
      left: 94px;
      text-align: center;
      font-family: 'Noto Sans', sans-serif;
      width: 277px;
      margin-left: auto;
      margin-right: auto; }
      .body_content#homepage #homepage_features .homepage_feature .feature_button a {
        display: block;
        font-size: 1.125em;
        font-weight: 300;
        font-family: 'Ubuntu', sans-serif;
        padding-top: 10px;
        padding-bottom: 10px;
        text-transform: uppercase;
        border: 3px solid #ff0000;
        border-radius: 35px;
        text-align: center;
        text-decoration: none;
        letter-spacing: 2px;
        color: white;
        background-color: #ff0000;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out; }
        .body_content#homepage #homepage_features .homepage_feature .feature_button a:hover {
          background-color: white;
          color: #ff0000; }
    .body_content#homepage #homepage_features .homepage_feature#feature_1 {
      float: left; }
      .body_content#homepage #homepage_features .homepage_feature#feature_1 .feature_image {
        background-image: url("images/home/pharma.jpg"); }
    .body_content#homepage #homepage_features .homepage_feature#feature_2 {
      float: right; }
      .body_content#homepage #homepage_features .homepage_feature#feature_2 .feature_image {
        background-image: url("images/home/brain_research_2.jpg"); }
.body_content#homepage #organizations {
  width: 100%;
  background-color: #e2e2e2;
  padding-top: 95px;
  padding-bottom: 95px; }
  .body_content#homepage #organizations h2 {
    font-family: 'Noto Sans', sans-serif;
    text-align: center;
    font-size: 2.250em;
    margin-bottom: 53px; }
  .body_content#homepage #organizations #organization_squares {
    margin-right: auto;
    margin-left: auto;
    width: 761px;
    overflow: hidden; }
    .body_content#homepage #organizations #organization_squares .organization {
      width: 238px;
      margin-right: 23px;
      display: block;
      float: left; }
      .body_content#homepage #organizations #organization_squares .organization.last {
        margin-right: 0; }
      .body_content#homepage #organizations #organization_squares .organization .org_logo {
        width: 238px;
        height: 139px;
        margin-bottom: 18px;
        background-color: #3b0e71; }
        .body_content#homepage #organizations #organization_squares .organization .org_logo a {
          display: block;
          height: 100%;
          width: 100%;
          text-align: center; }
        .body_content#homepage #organizations #organization_squares .organization .org_logo#division_of_neurovirology img {
          padding-top: 31px; }
        .body_content#homepage #organizations #organization_squares .organization .org_logo#spects img {
          padding-top: 31px; }
        .body_content#homepage #organizations #organization_squares .organization .org_logo#treatment_advocacy_center {
          background-color: #440e79; }
          .body_content#homepage #organizations #organization_squares .organization .org_logo#treatment_advocacy_center img {
            padding-top: 29px; }
      .body_content#homepage #organizations #organization_squares .organization .org_text {
        text-align: center;
        font-family: 'Noto Sans', sans-serif;
        font-size: 0.946em;
        line-height: 1.5em;
        color: #272f38; }

.bsearch_results_page {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Noto Sans', sans-serif; }
  .bsearch_results_page a {
    color: #ff0000;
    text-decoration: none; }
    .bsearch_results_page a:hover {
      text-decoration: underline; }
  .bsearch_results_page h1 {
    font-size: 2em;
    margin-bottom: 10px; }
  .bsearch_results_page h2 {
    font-size: 1.5em;
    margin-top: 15px;
    margin-bottom: 5px; }
  .bsearch_results_page p {
    line-height: 1.25em; }
  .bsearch_results_page #bsearchform {
    display: none; }
  .bsearch_results_page tr {
    height: 1.5em; }

.body_content#text_page {
  min-height: 800px; }
  .body_content#text_page #content .container {
    width: 1024px;
    font-family: 'Noto Sans', sans-serif; }
    .body_content#text_page #content .container h2 {
      font-size: 3.063em;
      color: #1f4670;
      margin-bottom: 40px; }
    .body_content#text_page #content .container .inner_content_container {
      width: 924px;
      margin-left: auto;
      margin-right: auto;
      overflow: hidden;
      font-family: 'Noto Sans', sans-serif; }
      .body_content#text_page #content .container .inner_content_container h2, .body_content#text_page #content .container .inner_content_container h3, .body_content#text_page #content .container .inner_content_container h4, .body_content#text_page #content .container .inner_content_container h5, .body_content#text_page #content .container .inner_content_container h6 {
        color: #1f4670; }
      .body_content#text_page #content .container .inner_content_container h2 {
        font-size: 3.063em;
        margin-bottom: 40px; }
      .body_content#text_page #content .container .inner_content_container h3 {
        font-size: 2em;
        line-height: 1.25em;
        margin-bottom: 10px; }
      .body_content#text_page #content .container .inner_content_container h4 {
        font-size: 1.375em; }
      .body_content#text_page #content .container .inner_content_container p.button a {
        display: block;
        font-size: 1.125em;
        font-weight: 300;
        font-family: 'Ubuntu', sans-serif;
        padding-top: 10px;
        padding-bottom: 10px;
        text-transform: uppercase;
        border: 3px solid #ff0000;
        border-radius: 35px;
        text-align: center;
        text-decoration: none;
        letter-spacing: 2px;
        color: white;
        background-color: #ff0000;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out; }
        .body_content#text_page #content .container .inner_content_container p.button a:hover {
          background-color: white;
          color: #ff0000; }
      .body_content#text_page #content .container .inner_content_container p.button a {
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        font-size: inherit;
        line-height: 1em; }
        .body_content#text_page #content .container .inner_content_container p.button a:hover {
          text-decoration: none; }
      .body_content#text_page #content .container .inner_content_container p {
        overflow: hidden;
        font-size: 1.125em;
        line-height: 1.875em;
        margin-bottom: 30px;
        clear: both; }
        .body_content#text_page #content .container .inner_content_container p a {
          color: #ff0000;
          text-decoration: none; }
          .body_content#text_page #content .container .inner_content_container p a:hover {
            text-decoration: underline; }
      .body_content#text_page #content .container .inner_content_container ul {
        margin-bottom: 30px;
        margin-left: 20px;
        font-size: 1.125em;
        line-height: 1.875em;
        list-style: disc;
        list-style-position: outside; }
        .body_content#text_page #content .container .inner_content_container ul li {
          font-size: inherit; }
          .body_content#text_page #content .container .inner_content_container ul li ul {
            font-size: inherit; }
          .body_content#text_page #content .container .inner_content_container ul li a {
            color: #ff0000;
            text-decoration: none; }
            .body_content#text_page #content .container .inner_content_container ul li a:hover {
              text-decoration: underline; }
      .body_content#text_page #content .container .inner_content_container ol {
        margin-bottom: 30px;
        font-size: 1.125em;
        line-height: 1.875em;
        list-style-position: inside;
        list-style-type: decimal; }
        .body_content#text_page #content .container .inner_content_container ol li {
          font-size: inherit;
          margin-bottom: 10px; }
          .body_content#text_page #content .container .inner_content_container ol li ul {
            font-size: inherit; }
          .body_content#text_page #content .container .inner_content_container ol li a {
            color: #ff0000;
            text-decoration: none; }
            .body_content#text_page #content .container .inner_content_container ol li a:hover {
              text-decoration: underline; }
      .body_content#text_page #content .container .inner_content_container table, .body_content#text_page #content .container .inner_content_container th, .body_content#text_page #content .container .inner_content_container td {
        border: 1px solid black;
        border-collapse: collapse; }
      .body_content#text_page #content .container .inner_content_container th, .body_content#text_page #content .container .inner_content_container td {
        padding: 15px; }
      .body_content#text_page #content .container .inner_content_container th {
        font-weight: bold; }
      .body_content#text_page #content .container .inner_content_container#treatment_trial_application {
        margin-bottom: 36px; }
        .body_content#text_page #content .container .inner_content_container#treatment_trial_application .ninja-forms-form-title {
          display: none; }
        .body_content#text_page #content .container .inner_content_container#treatment_trial_application ul li {
          list-style: none; }
        .body_content#text_page #content .container .inner_content_container#treatment_trial_application p {
          margin-bottom: 5px; }
        .body_content#text_page #content .container .inner_content_container#treatment_trial_application .ninja-forms-required-items {
          margin-bottom: 10px; }
        .body_content#text_page #content .container .inner_content_container#treatment_trial_application input, .body_content#text_page #content .container .inner_content_container#treatment_trial_application select, .body_content#text_page #content .container .inner_content_container#treatment_trial_application hr {
          width: 35%; }
        .body_content#text_page #content .container .inner_content_container#treatment_trial_application textarea {
          width: 50%; }
        .body_content#text_page #content .container .inner_content_container#treatment_trial_application .wp-editor-container {
          width: 100%; }
        .body_content#text_page #content .container .inner_content_container#treatment_trial_application #welcome_message {
          margin-bottom: 10px;
          font-size: 1.5em;
          line-height: 1.5em; }
        .body_content#text_page #content .container .inner_content_container#treatment_trial_application #ninja_forms_form_3_resume_link_wrap {
          margin-bottom: 10px;
          font-size: 1.5em;
          line-height: 1.5em; }
          .body_content#text_page #content .container .inner_content_container#treatment_trial_application #ninja_forms_form_3_resume_link_wrap a {
            color: #ff0000;
            text-decoration: none; }
            .body_content#text_page #content .container .inner_content_container#treatment_trial_application #ninja_forms_form_3_resume_link_wrap a:hover {
              text-decoration: underline; }
        .body_content#text_page #content .container .inner_content_container#treatment_trial_application #ninja_forms_form_3_login_form, .body_content#text_page #content .container .inner_content_container#treatment_trial_application #ninja_forms_form_3_register_form {
          font-weight: bold; }
          .body_content#text_page #content .container .inner_content_container#treatment_trial_application #ninja_forms_form_3_login_form input, .body_content#text_page #content .container .inner_content_container#treatment_trial_application #ninja_forms_form_3_register_form input {
            display: block;
            margin-bottom: 10px;
            margin-top: 5px; }
          .body_content#text_page #content .container .inner_content_container#treatment_trial_application #ninja_forms_form_3_login_form a, .body_content#text_page #content .container .inner_content_container#treatment_trial_application #ninja_forms_form_3_register_form a {
            color: #ff0000;
            text-decoration: none; }
            .body_content#text_page #content .container .inner_content_container#treatment_trial_application #ninja_forms_form_3_login_form a:hover, .body_content#text_page #content .container .inner_content_container#treatment_trial_application #ninja_forms_form_3_register_form a:hover {
              text-decoration: underline; }
      .body_content#text_page #content .container .inner_content_container #repurposed_drugs h4 {
        margin-bottom: 15px;
        cursor: pointer; }
    .body_content#text_page #content .container #staff_directory {
      padding-left: 50px;
      padding-right: 50px; }
      .body_content#text_page #content .container #staff_directory h3 {
        font-family: 'Noto Sans', sans-serif;
        font-size: 1.750em;
        padding-bottom: 20px;
        margin-bottom: 30px;
        border-bottom: 1px solid black; }
        .body_content#text_page #content .container #staff_directory h3 a {
          float: right;
          font-size: 21px;
          color: #1f4670;
          text-decoration: none; }
          .body_content#text_page #content .container #staff_directory h3 a:hover {
            text-decoration: underline; }
      .body_content#text_page #content .container #staff_directory h4 {
        font-family: 'Noto Sans', sans-serif;
        color: #1f4670;
        font-size: 1.375em;
        margin-bottom: 17px; }
      .body_content#text_page #content .container #staff_directory ul {
        padding: 0;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 45px;
        list-style: none; }
        .body_content#text_page #content .container #staff_directory ul li {
          margin-bottom: 5px;
          line-height: 1.25em; }
      .body_content#text_page #content .container #staff_directory .staff_left {
        float: left;
        width: 397px; }
      .body_content#text_page #content .container #staff_directory .staff_right {
        width: 397px;
        float: right; }
      .body_content#text_page #content .container #staff_directory ul:first-of-type {
        color: #1f4670;
        font-size: 1.375; }
  .body_content#text_page #content .full_alert {
    margin-bottom: 70px;
    height: 90px;
    width: 100%;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2; }
    .body_content#text_page #content .full_alert .container {
      width: 1024px; }
      .body_content#text_page #content .full_alert .container .alert_cell {
        display: table;
        height: 90px; }
        .body_content#text_page #content .full_alert .container .alert_cell#alert_text {
          margin-left: 27px;
          width: 70%;
          float: left;
          font-size: 1.5em; }
        .body_content#text_page #content .full_alert .container .alert_cell#alert_button {
          width: 276px;
          float: right;
          margin-right: 2px; }
        .body_content#text_page #content .full_alert .container .alert_cell p {
          display: table-cell;
          vertical-align: middle;
          padding: 0;
          font-size: inherit;
          font-family: 'Noto Sans', sans-serif; }
          .body_content#text_page #content .full_alert .container .alert_cell p a {
            font-size: 1.125em;
            font-weight: 300;
            font-family: 'Ubuntu', sans-serif;
            display: block;
            padding: 10px;
            border: 3px solid #ff0000;
            border-radius: 35px;
            text-align: center;
            text-decoration: none;
            color: #ff0000;
            transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -webkit-transition: all .25s ease-in-out; }
            .body_content#text_page #content .full_alert .container .alert_cell p a:hover {
              background-color: #ff0000;
              color: white; }
  .body_content#text_page #spects_content {
    width: 924px;
    margin-left: auto;
    margin-right: auto; }
    .body_content#text_page #spects_content .program_box {
      width: 100%;
      border: 1px solid #e2e2e2;
      border-radius: 15px;
      padding: 28px;
      margin-bottom: 16px; }
      .body_content#text_page #spects_content .program_box h3 {
        font-family: 'Noto Sans', sans-serif;
        font-size: 1.875em;
        margin-bottom: 15px; }
      .body_content#text_page #spects_content .program_box p {
        font-family: 'Noto Sans', sans-serif;
        line-height: 1.5em;
        margin-bottom: 15px; }
        .body_content#text_page #spects_content .program_box p a {
          color: #ff0000;
          text-decoration: none; }
          .body_content#text_page #spects_content .program_box p a:hover {
            text-decoration: underline; }

.page_boxes {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin-bottom: 36px; }
  .page_boxes .container {
    width: 1024px; }

.highlight_section {
  width: 100%;
  background-color: #e2e2e2;
  padding-top: 95px;
  padding-bottom: 95px; }
  .highlight_section h2 {
    font-family: 'Noto Sans', sans-serif;
    text-align: center;
    font-size: 2.250em;
    margin-bottom: 53px; }
  .highlight_section .highlight_description {
    font-style: italic;
    font-family: 'Noto Sans', sans-serif;
    width: 1024px;
    line-height: 1.875em; }

.body_content#text_page #organizations .container {
  width: 1024px; }
  .body_content#text_page #organizations .container #organization_squares {
    margin-left: 50px;
    overflow: hidden; }
    .body_content#text_page #organizations .container #organization_squares .organization {
      width: 290px;
      margin-right: 26px;
      display: block;
      float: left; }
      .body_content#text_page #organizations .container #organization_squares .organization.last {
        margin-right: 0; }
      .body_content#text_page #organizations .container #organization_squares .organization .org_logo {
        background-color: #3b0e71;
        border: 1px solid #e2e2e2;
        width: 288px;
        height: 168px;
        margin-bottom: 18px; }
        .body_content#text_page #organizations .container #organization_squares .organization .org_logo a {
          display: block;
          height: 100%;
          width: 100%;
          text-align: center; }
        .body_content#text_page #organizations .container #organization_squares .organization .org_logo#division_of_neurovirology img {
          padding-top: 45.5px; }
        .body_content#text_page #organizations .container #organization_squares .organization .org_logo#spects img {
          padding-top: 45.5px; }
        .body_content#text_page #organizations .container #organization_squares .organization .org_logo#treatment_advocacy_center {
          background-color: #440e79; }
          .body_content#text_page #organizations .container #organization_squares .organization .org_logo#treatment_advocacy_center img {
            padding-top: 43px; }
      .body_content#text_page #organizations .container #organization_squares .organization .org_text {
        text-align: center;
        font-family: 'Noto Sans', sans-serif;
        font-size: 1.149em;
        line-height: 1.25em;
        color: #272f38; }

.inner_content_container.awarded_trials .row {
  overflow: hidden; }
  .inner_content_container.awarded_trials .row .col {
    float: left;
    margin-bottom: 30px;
    width: 40%; }
    .inner_content_container.awarded_trials .row .col:first-of-type {
      margin-right: 10%; }
    .inner_content_container.awarded_trials .row .col h4 {
      margin-bottom: 3px;
      font-size: 1.2em; }
    .inner_content_container.awarded_trials .row .col p {
      margin-bottom: 10px !important;
      font-size: 1em !important; }

body {
  font-size: 16px;
  color: #272f38; }

em{
  font-style: italic;
}
strong{
  font-weight:bold;
}
/*# sourceMappingURL=style.css.map */


.body_content#homepage #homepage_features .homepage_feature .feature_button a.disabled ,.box_wrap .box .box_inner .box_button a.disabled{
    cursor: not-allowed;
    background: #ccc;
    border-color: #ccc;
    color:#fff;
}
