/****************** RECORD LIST STYLES *******************/
.list_row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eeeeee;
}
.list_row div {
    border-right: 1px solid #fff;
}

.list_row:hover {
    background-color: #e4e4e4;
}

.list_rows {
    height: 600px;
    overflow-y: scroll;
}
.list_header {
    background-color: #757575;
    color: #fff;
}
.list_header div {
    font-weight: bold;
    font-size: 15px;
    border-right: 1px solid #fff;
}

.app_button {
    font-family: Raleway-SemiBold, Helvetica, sans-serif;
    display: inline-block;
    color:#fff;
    text-decoration: none;
    text-align:center;
    cursor: pointer;
    border-radius: 4px;
}

.app_button:hover {
    background: #448ccb;
    color:#fff;
}
/**************** END **************/

/*
font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));
example:

font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
*/

/*************Columbia University Blue*****************/
:root {

    /****************** COLOR PALETTE ******************/
    --cu_blue_0: #e0ecfc;
    --cu_blue_1: #7ca7df;
    --cu_blue_dark: #183f78;
    --cu_blue: #1D4F91;  /*Columbia University Blue*/
    --cu_blue_hover: #2369B8;
}

/*Main recruitme css file*/
.help_tip {
/*    position: absolute;
    top: 18px;
    right: 18px; */
    display: inline-block;
    text-align: center;
    background-color: #0B8BBC;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 11px;
    line-height: 18px;
    cursor: pointer;
    vertical-align: middle;
}

.help_tip::before{
    content:'?';
    font-weight: bold;
    color:#fff;
}

/* ---------- BASE ELEMENT STYLES ---------- */

body {
    font-family: Raleway, Helvetica, sans-serif;
    line-height: 1.5;
    font-size: 87.5%;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.0em 0 0.5em;
  font-weight: inherit;
}
h1 {
  font-size: 1.357em;
  color: #000;
}
h2 {
  font-size: 1.143em;
}
p {
  margin: 0 0 1.2em;
}
del {
  text-decoration: line-through;
}
tr.odd {
  background-color: #dddddd;
}
img {
  outline: 0;
}
code,
pre,
kbd,
samp,
var {
  padding: 0 0.4em;
  font-size: 0.857em;
  font-family: Menlo, Consolas, "Andale Mono", "Lucida Console", "Nimbus Mono L", "DejaVu Sans Mono", monospace, "Courier New";
}
code {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
}
pre code,
pre kbd,
pre samp,
pre var,
kbd kbd,
kbd samp,
code var {
  font-size: 100%;
  background-color: transparent;
}
pre code,
pre samp,
pre var {
  padding: 0;
}
.description code {
  font-size: 1em;
}
kbd {
  background-color: #f2f2f2;
  border: 1px outset #575757;
  margin: 0 3px;
  color: #666;
  display: inline-block;
  padding: 0 6px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
pre {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
  margin: 10px 0;
  overflow: hidden;
  padding: 15px;
  white-space: pre-wrap;
}
hr {
    border: none;
    height: 1px;
    background-color: #333;
}

/******************************** APPLICATION-WIDE CLASSES *******************************/
.width_3pct {width: 3%;}
.width_5pct {width: 5%;}
.width_8pct {width: 8%;}
.width_10pct {width: 10%;}
.width_12pct {width: 12%;}
.width_15pct {width: 15%;}
.width_20pct {width: 20%;}
.width_25pct {width: 25%;}
.width_30pct {width: 30%;}
.width_35pct {width: 35%;}
.width_40pct {width: 40%;}
.width_45pct {width: 45%;}
.width_50pct {width: 50%;}
.width_75pct {width: 75%;}
.width_80pct {width: 80%;}

.width_10px {width: 10px;}
.width_20px {width: 20px;}
.width_30px {width: 30px;}
.width_40px {width: 40px;}
.width_50px {width: 50px;}
.width_75px {width: 75px;}
.width_80px {width: 80px;}
.width_100px {width: 100px;}
.width_125px {width: 125px;}
.width_150px {width: 150px;}
.width_200px {width: 200px;}
.width_300px {width: 300px;}

.flex_row_wrap_start_center {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.flex_row_wrap_start_start {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.flex_col_nowrap_center_center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.red_text {
    color: #c50707;
}
.text_link {
    color:#448ccb;
    font-weight: 700;
    text-decoration: none;
}

.text_link:hover {
    color:#05396C;
    text-decoration: underline;
}
.read_more {
    font-family: Raleway-Bold, Helvetica, sans-serif;
    cursor: pointer;
    color: #3BACD7;
    text-decoration: none;
}

.read_more:hover {
    color:#05396C;
}
.page_title {
    width: 100%;
    padding: 10px 0 10px 30px;
    font-size: 26px;
    background-color: #DDDDDD;
    color: #5e5e5e;
}

.page_content_a {
    width: 60%;
    margin: 0 20px 20px 10%;
    display: inline-block;
    vertical-align: top;
}
.light_hr {
    border: none;
    height: 1px;
    color: #ccc;
}

.pop_info {
    position: absolute;
    width: 150px;
    min-height: 100px;
    background: #000000;
    color: #ffffff;
    padding: 10px;
    border-radius: 3px;
    z-index: 900;
    box-shadow: 4px 4px 5px 0 rgba(46,46,46,1);
}
.site_banner_alert {
    display: block;
    padding: 10px 0;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #3b3d40;
    background-color: #ffd280;
}
.site_banner_alert:hover {
    color: #525457;
}

.pop_info_point {
    position: absolute;
    width: 0;
    height: 0;
    background: transparent;
    top: 25px;
    left: -25px;
    border: 15px solid;
    border-color: transparent #000000 transparent transparent;
}
.scrolling_box {
    background: #fdfdfd;
    height: 750px;
    width: 650px;
    border: 1px solid #000000;
    display: none;  /*this will be changed by jQuery when the user clicks a link*/
    position: fixed;
    padding: 10px;
    z-index: 999;
    box-shadow: 4px 4px 5px 0px rgba(46,46,46,1);
    border-radius: 4px;
}

.scrolling_box_content {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 700px;
    padding-right: 10px;
    width: 93%;
    margin: 0 auto;
}

.scrolling_box_header_left {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    float: left;
}

.scrolling_box_close {
    float: right;
    background-color: #B0E1F2;
    border-radius: 5px;
    padding: 4px;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
}

.scrolling_box_close:hover {
    color: #000000;
}

.scrolling_box_subheading {
    color: #05396C;
}

#terms_of_service_link {
    cursor: pointer;
    color: #0B8BBC;
    font-weight: bold;
    text-decoration: underline;    
}

.fine_print {
    font-family: Arial;
    color: #999999;
    line-height: 14px;
    font-size: 10px;
    margin: 7px 0;
}
/*The following class is an anti-spambot field*/
#edit-asp-code {
    display: none;
}
/*A popup list of items to filter by*/
.filter_list {
    position: absolute;
    display:none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px;
}
.filter_list_item {
    /*padding: 3px;   Commented this line out because it was causing the list to not line up with the filter heading*/
    background: #555555;
    color: #fff;
    font-size: 15px;
    text-align: center;
    cursor:pointer;
}

.filter_list_item:hover {
    background: #3b3b3b;
}
#investigator_filter,
#investigator_list .filter_list_item {
    width: 170px;
}

#month_filter,
#year_filter,
#month_list .filter_list_item,
#year_list .filter_list_item
{
    width: 60px;
}

#investigator_list {
    max-height: 400px;
    overflow-y: scroll;
}
.form_validation {
    display: none;
}

/*************************MODIFIER CLASSES*************************/
.inline {
    display:inline-block;
}
.display_none {
    display: none;
}
.table_cell_left {
    text-align: left;
    vertical-align: middle;
}

/**********************************USER LOGIN***********************************/
#user-login {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    background: #f7f7f7;
    border: 2px solid #eeeeee;
    padding: 15px;
}
/*The link that CUMC users use to log in via CAS*/
#cas_login {
    position: absolute;  /*Position this element within its container, which is the #user-login form*/
    top: 73%;
    right: 25%;
    padding: 5px 9px;
    font-size: 11pt;
    height: 1.7em;  /*for some reason this needs to be .1em smaller than line-height*/
    line-height: 1.8em;
    text-decoration: none;
    background-color: #343434;
    color: #fff;
}
#cas_login:hover {
    background-color: #ababab;
}
/* ------------------ Fonts ------------------ */

body,
#site-slogan,
.ui-widget,
#header,
#footer-wrapper,
#skip-link,
ul.contextual-links,
ul.links,
ul.primary,
.item-list .pager,
div.field-type-taxonomy-term-reference,
div.messages,
div.meta,
p.comment-time,
table,
.breadcrumb {
    font-family: Raleway, Helvetica, sans-serif;
}

/*-------------------------GENERAL RECRUITME PAGE CONTENT----------------------------------*/
#recruitme_page_heading {
font-size:30px;
color:#2f6393;
}

.recruitme_content {
    position: relative;  /*necessary to allow for absolute positioning of children*/
    min-width: 1200px;
}

.recruitme_center {
    margin: 0 15%;
}

.recruitme_content.recruitme_center .content {
    width: 100%;
 }

.recruitme_form_info {
    /*color: #848484;*/
    color:#000;
    font-size: 22px;
    font-weight: 600;
    padding: 5px 0;
    text-align: center;
    vertical-align: middle;
    margin: 10px 0;
}
.text-center{
    text-align: center;
}
.content_center {
    margin: 0 auto;
    text-align:center;
}

/************************************* ACCESS DENIED ***********************************/
.access_denied {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 50px;
    height: 110px;
    background-color: #ccc;
    color: #000;
    font-size: 26px;
    border-radius: 5px;
    margin: 20px auto;
    width: 800px;
}

/*************************************HOME PAGE***********************************/

#active_trials {
    position: absolute;
    right: 60px;
    top: -65px;
    width: 220px;
    height: 35px;
    line-height: 35px;
    padding: 2px 4px;
    border-radius: 6px;
    box-shadow: 8px 8px 10px #c1c1c1;
    background-color: #ededed;
    color: #056F97;
    font-family: 'Raleway-SemiBold', Helvetica, sans-serif;
    font-size: 12pt;
}

.recruitme_content_home {
    position: relative;  /*necessary to allow for absolute positioning of children*/
    min-width: 1080px;
    max-width:1080px;
}

.recruitme_center_home {
    text-align: center;
    margin: 0 auto;
}

#search_input {
    display:inline-block;
    width: 300px;
    height: 28px;
    line-height:28px;
    font-size:18px;
    border-radius: 5px;
    padding: 5px 10px;
}

form#search_form {
    display: block;
    font-family: Raleway, Arial, sans-serif;
    font-size: 16pt;
    color:#000000;
    margin: 0 10px;
    width: 1060px;
    background: rgba(230, 230, 230, 0.65);
    border-radius: 3px;
    padding: 7px 0;
}
#home_magnifier {
    position: relative;
    top: 10px;
    left: -10px;
}

div.category_list {
    position: relative;  /*Needed to absolutely position popup menu over category links*/
    display: -webkit-flex;  /*Safari*/
    display: -ms-flexbox;  /*Safari*/
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-height: 400px;
    padding: 10px;
}

.search_container {
    position: relative;  /*Needed to absolutely position popup menu over category links*/
    display: inline-block;
    padding: 10px 0;
    margin:15px 10px;
    min-height: 250px;
    width: 1060px;
    /*background: rgba(218, 218, 218, .32);*/
    color: #448ccb;
}

div#search_by_dept {
    display: none;
    position: relative;  /*Needed to absolutely position popup menu over category links*/
    /*display: inline-block;*/
    padding: 10px 0;
    margin:15px 10px;
    min-height: 250px;
    width: 1060px;
    color: #448ccb;
}

div#search_by_latest_studies {
    display: none;
    position: relative;
    padding: 10px 0;
    margin:15px 10px;
    min-height: 250px;
    width: 1060px;
    color: #000;
    overflow-y: scroll;
}

.category_item {
    text-align: left;
    font-family: Raleway-SemiBold, Helvetica, sans-serif;
    text-decoration:none;
    color:#000;
    padding: 3px 10px;
    border-radius: 3px;
    cursor:pointer;
    margin-bottom: 1px;
}

.category_item:hover {
    background: #0B8BBC;
    color:#ffffff;
}

.dept_item {
    text-align: left;
    font-family: Raleway-SemiBold, Helvetica, sans-serif;
    text-decoration:none;
    color:#000;
    padding: 3px 10px;
    border-radius: 3px;
    cursor:pointer;
    margin-bottom: 1px;
}

.dept_item:hover {
    background: #0B8BBC;
    color:#ffffff;
}

#select_search_type {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content:center;
    -ms-flex-pack: center;
    justify-content:center;
    margin: 10px 0;
}

.pop_up_menu {
    position: absolute;
    display: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction:column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content:space-between;
    -ms-flex-pack: start;
    justify-content:space-between;
    color: #FFFFFF;
    cursor: pointer;
    z-index:100;
}

.pop_up_menu div {
    color: #ffffff;
    border-bottom: 1px solid #d8d8d8;
    background: #858585;
    width: 100%;
}

.join_registry_container {
  position:relative; /*necessary to absolute position contents*/
  background:#fafafa;
  width:100%;
  color:#ffffff;
  text-align:left;
  padding:10px 0 20px 30px;
}

.join_registry_left {
  position:relative;
  left:350px;
  top:20px;
  display:inline-block;
  width:400px;
}

.join_registry_container h1 {
  font-size:30px;
  color:#056F97;
}

.join_registry_container p {
  font-size:16px;
  color:#5d5d5d;
}
#home_screen_image {
  position:relative;
  left:400px;
  display:inline-block;
}

.search_container_head {
    width: 100%;
    font-size: 18pt;
    font-weight: 700;
    margin: 5px 0;
    color: #448ccb;
}
.search_container_hint {
    width: 100%;
    font-size: 12pt;
    font-weight: 600;
    margin: 5px 0;
    color: #448ccb;
}
.privacy_statement {
    font-size: 16px;
    color: #000;
    padding: 10px;
    border: 3px solid #9d9d9d;
    border-radius: 4px;
    text-align: left;
}
#recent_studies {
    display: none;
}
/************************HOME PAGE CAROUSEL STYLES*****************************/
#Carousel {
    padding:10px;
    width:1060px;
    height:400px;
    margin-bottom:15px;
    overflow:hidden;
    text-align: center;
}
                
#ImageContainer {
    min-height:400px;
    position:relative;
    width:100%;
    overflow:hidden;
    margin-bottom:20px;
}
#ImageContainer a {
    text-decoration: none;
    border: 0;
}

#join_registry {
    position: absolute;
    top: 300px;
    left: 350px;
    padding:0;
}

#join_registry img {
    opacity: 0.9;
    width: 400px;
    height: auto;
    padding: 0;
    margin: 0;
}

#join_registry img:hover {
    opacity: 1.0;
}

.CarouselNav {
    width:12px;
    height:12px;
    position:absolute;
    cursor:pointer;
}
        
.CarouselNav:hover {
    background-color: #f2f2f2;
}

/****************** MESSAGE BOX *******************/
.message_box {
    position:absolute;
    background: #fafafa;
    border: 2px solid #969696;
    min-height:200px;
    min-width:400px;
    max-width:550px;
}

.message_box_header {
    font-family: Raleway-Bold, Helvetica, sans-serif;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    background: rgba(0, 73, 143, .75);
    color:#fff;
    margin-bottom:10px;
}

.message_box_message {
    font-family: Raleway-Bold, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding:10px 20px;
}

.message_box_buttons {
    width:100%;
    position:absolute;
    bottom:10px;
    margin-top:10px;
}

.message_box_buttons > div{
    min-width: 40px;
}

/*-------------------------SEARCH CLINICAL TRIALS FORM---------------------------*/

.page-searchclinicaltrials-form1 #main {
  background: url(sites/default/files/blue-home-page-background.jpg) no-repeat;
}

#search_container {
  background-size: cover;
  color:white;
  width:70%;
  margin: 0 auto;
  padding:20px;
  text-align: center;
}

.search_header_text {
  font-size:22px;
  margin-left:4px;
    color: #000;
}

.search_wrapper {
  width:100%;
  text-align:center;
}

form#searchclinicaltrials-form1 {
    display: inline-block;
    width: 1200px;    
}

.form-item.form-type-textfield.form-item-search-field {
    width: 300px;
    display: inline-block;
}
 
#searchclinicaltrials-form1 #edit-submit {
    display: inline-block;
}

.form-item.form-type-textfield.form-item-search-field #edit-search-field {
    width: 300px;
    display: inline-block;   
}

#searchclinicaltrials-form1 #edit-search-field {
  display:inline-block;
  width: 300px;
  height: 28px;
  line-height:28px;
  font-size:18px;
}

.form-item.form-type-textfield.form-item-search-field #edit-submit {
    display: inline-block;
}

div#search_by_text {
    display: inline-block;
    width: 550px;
}

/*-------------------------SEARCH RESULTS PAGE----------------------------*/

div.search_results_container {
    width: 80%;
    margin:0 auto;
}

div.search_results_header {
    font-weight:700;
    font-size:18px;
    color: #000000;
    text-align: left;
    vertical-align: middle;
    padding: 10px;
    border-radius: 2px;
}
.search_results_table {
    font-size: 12pt;
    table-layout: fixed;
    width: 100%;
    font-family: Raleway-SemiBold, sans-serif;
}

.search_results_table td {
    padding: 5px 10px;
}

.search_results_table tr th {
    background: #fff;
    color:#000;
    font-size: 14pt;
    padding: 5px 10px;
    border-bottom: 3px solid #448ccb;
}

.sr_col_1 {
    width: 100px;
    text-align: center;
}

.sr_col_2 {
    width: 17%;
}

.sr_col_3 {
    width: 50%;
}

.sr_col_4 {
    width: 15%;
}

.sr_col_5 {
    width: 10%;
}

div.search_results_field {
    display: inline-block;
}
td.details_button_cell {
    text-align: center;
}
.lay_title_field {
    width: 70%;
    background-color: #eeeeee;
    border-radius: 8px;
    padding: 5px;
}

.contact_name_field {
    width: 30%;
    padding: 5px;
    background-color: #fdf9a6;
    border-radius: 8px;
}
.search_text {
    color: #219e7f;
    font-size: 15pt;
    font-weight: 600;
}
/*-------------------------CT DETAILS FORM--------------------*/

#qualify_link {
    display: block;
    margin-top: 20px;
}
div.page_content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

div.ct_details_doctor {
    display: -webkit-inline-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /*max-width: 20%;*/
}

img#investigator_photo {
    width: 150px;
    max-height: 225px;
    min-height: 200px;
    margin: 10px 15px 0 0;
}

div.investigator_title {
    font-size: 17pt;
    margin-top: 35px;
}
.investigator_name {
    font-size: 16pt;
    color: #000;
    margin-top: 5px;
    margin-bottom: 6px;
}

.ct_details_header {
    font-size: 22px;
    color: #448ccb;
    padding: 10px;
}

.ct_details_header a {
    display: inline-block;
}

.ct_details_table td {
    padding: 5px 10px;
    font-family: Raleway, sans-serif;
}

.ct_details_table {
    table-layout: fixed;
    width: 100%;
    border: 1px solid #EEEEEE;
}

.ct_details_table tr:nth-child(odd) {
  background-color: #fcfcfc;
}

.ct_details_table tr:nth-child(even) {
  background-color: #eeeeee;
}

.qualify-table tr {
    line-height: 25px;
}

.qualify_table td {
    padding: 8px;
    font-size: 17px;
    height: 35px;
    font-family: Raleway-Bold, sans-serif;
}

.ct_details_label {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    width: 20%;
}

.ct_details_text {
    font-size: 16px;
    color: #000;
    width: 80%;
}

.ct_details_summary_header {
    font-size: 14pt;
    font-weight: 600;
    color: #448ccb;
    margin-bottom: 15px;
}

.ct_details_summary {
    padding: 10px;
    font-size: 13pt;
    color: #000;
    border-radius: 2px;
    margin-top: 30px;
}

/*********************** CLOSED TO ENROLLMENT MESSAGE **********************/
.closed_to_enrollment {
    margin-top: 30px;
    background-color: #f7f7f7;
    padding: 7px 20px;
    border-radius: 7px;
    border: 2px solid #cecece;
    text-align: center;
    font-size: 22px;
    color: #c50707;
}
/************************** QUALIFY CAPTURE FORM ****************************/
form#registerpatient-qualify.form-item {
    margin-top: 0;
    margin-bottom: 0;
}

.qualify_container {
    display: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #f7f7f7;
    padding: 7px;
    border-radius: 7px;
    border: 2px solid #cecece;
    max-width: 700px;
}
.qualify_container_header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    line-height: 40px;
    /*background: rgba(26, 188, 156, 0.9);*/
    /*background-color: var(--cu_blue);*/
    background-color: rgba(0, 73, 143, .75);
    color: #fff;
    width:100%;
}

.qualify_container_left {
    float: left;
    margin-right: 20px;
    text-align: right;
}

#qualify_arrow {
    display: inline-block;
    text-align: right;
}

.qualify_table_container {
    font-size: 16px;
    font-weight: 700;
}

p#arrow_text {
    margin: 0 0 2px 2px;
    font-size: 20px;
    color: #000;
}

.answer_link {
    border-radius: 4px;
    /*color: var(--cu_blue);*/
    color: rgba(0, 73, 143, .75);
    text-decoration: none;
    cursor: pointer;
    padding: 4px 8px;
    /*background: #0b8bbc;*/
    background: #fff;
    min-width: 25px;
    /*border: 1px solid var(--cu_blue);*/
    border: 1px solid rgba(0, 73, 143, .75);
}

.answer_link:hover {
    /*background:#0bb1ba;*/
    background-color: rgba(0, 73, 143, .75);
    /*background: var(--cu_blue);*/
    text-decoration: none;
    color: #ffffff;
}

.answer_link_selected {
    /*background-color: var(--cu_blue);*/
    /*border: 1px solid var(--cu_blue);*/
    background-color: rgba(0, 73, 143, .75);
    border: 1px solid rgba(0, 73, 143, .75);
    color: #fff;
}

.hidden {
    display: none;
}

.hidden_image, .hidden_span {
    display: none;
}

.qualify_capture_form {
    display: none;
    position: relative;
    background: #fcfcfc;
    width: 520px;
    max-height: 540px;
    padding: 20px;
    margin: 10px;
    border-radius: 6px;
    border: 2px solid #898989;
    font-family: Raleway-SemiBold, sans-serif;
    color:#000;
    font-size: 15px;
    z-index: 100;
}

#qualify_capture_left {
    float: left;
    max-width: 520px;
    max-height: 500px;
    padding: 10px;
}

.close_button_container {
    width:25px;
    height:25px;
    border:1pt solid white;
    border-radius:50%;
    text-align: center;
    background: #cd3a37;
    font-family:"Lucida Sans", sans-serif;
    position:absolute;
    right: -10px;
    top: -10px;
    cursor:pointer;
    box-shadow: 3px 3px 4px 0 rgba(46,46,46,1);
    line-height:1.1em;
}

.close_button_container:hover {
    background: #992b2b;
    color: white;
}

.close_button {
    font-size:16px;
    font-weight:bold;
    color:white;
    width:10px;
    cursor:pointer;
    text-decoration: none;
    padding-bottom: 6px;
    margin-bottom: 2px;
    line-height: 1.4em;
}
/*Override default hover color for links:*/
.close_button:hover {
    color: #fff;
}

#qc_header {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 8px;
}

#qc_text {
    font-size: 16px;
    font-weight: 700;
}

.form-item.form-type-textfield.form-item-qualify-email {
    display: inline-block;
}

div.form-item.form-type-textfield.form-item-last-name {
    display: inline-block;
    margin-left: 10px;
}

div.form-item.form-type-textfield.form-item-first-name {
    display: inline-block;    
}

div.form-item.form-type-textfield.form-item-phone {
    display: inline-block;    
}
div.form-item.form-type-checkbox.form-item-agree-terms {
    display: inline-block;
    width: 300px;
}

.qualify_capture_form #edit-submit {
    display: inline-block;
}

.contact_info_container {
    display: none;
    padding: 10px;
}

#contact_info_container_head {
    font-size: 18px;
    margin-bottom: 8px;
    color: #448ccb;
    font-weight: 500;
}

.contact_info_container span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

/************************** REGISTER PATIENT FORM ****************************/
.form_error {
    display: none;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    background-color: #bb605c;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0;
    margin: 10px 0;
    font-family: Raleway-Bold, Helvetica, sans-serif;
}
form#registerpatient-quick {
    display: none;
    position: relative;
    width: 450px;
    height: 475px;
    margin: 0 auto;
    background-color: #f7f7f7;
    padding: 7px;
    border-radius: 7px;
    border: 2px solid #cecece;
    text-align: center;
}
form#registerpatient-quick label {
    font-weight: bold;
}

#rpq_cancel {
    border: 2px outset buttonface;
    margin: 10px;
    background: rgba(68, 140, 203, .74);
    padding: 0 15px;
    height: 1.8em;
    line-height: 2.0em;
    font-size: 14pt;
    color: #fff;
}
form#registerpatient-form1 {
    position: relative;  /*to allow absolute positioning of children*/
    width:50%;
    margin:0 auto;
    min-width:900px;
    padding: 20px;
}

form#registerpatient-form1 div.form-item.form-type-textfield,
form#registerpatient-form1 div.form-item.form-type-password,
form#registerpatient-form1 div.form-item.form-type-select {
    display:inline-block;
    margin-right: 20px;    
}
select.form-select {
    border-radius: 5px;
    height: 2.7em;
    line-height: 2.7em;
}

form#registerpatient-form1 input#edit-zip,
form#registerpatient-form1 input#edit-phone-home,
form#registerpatient-form1 input#edit-phone-mobile {
    width: 200px;
}

form#registerpatient-form1 input#edit-address-1, 
form#registerpatient-form1 input#edit-address-2,
form#registerpatient-form1 input#edit-city {
    width: 300px;
}

form#registerpatient-form1 input#edit-state {
    width: 30px;
}

form#register-patient-form1 div.form-item.form-type-checkbox.form-item-opt-in > label {
    font-size: 14px;
    font-weight: bold;
}

.password_rules {

}
.password_change_header {
    margin-top: 10px;
    font-family: Raleway-Bold, Helvetica, sans-serif;
    font-size: 15px;
}

.patient_password_change {
    background-color: #d7eeda;
    padding: 10px;
    font-family: 'Raleway-SemiBold', Helvetica, sans-serif;
    margin: 8px 0 15px 0;
    border-radius: 8px;
}

label[for="edit-opt-in"] {
    font-weight: bold;
    /*color: #05396C;
    color: #0B8BBC; */
    color: #056F97;
    font-size: 16px !important;
}

span#agree_terms {
    font-family: Raleway-Bold, Helvetica, sans-serif;
    font-size:14px;
}
#registerpatient-form1 .form-item-delete-me {
    margin-top: 10px;
    font-family: Raleway-Bold, Helvetica, sans-serif;
    font-size:13px;
    color: #8c110d;
}

/*-------------------------REGISTER DOCTOR FORM---------------------------*/

form#registerdoctor-form1 {
    width: 50%;
    margin:0 auto;
    min-width: 900px;
}

form#registerdoctor-form1 div.form-item.form-type-textfield,
form#registerdoctor-form1 div.form-item.form-type-password {
    display:inline-block;
    margin-right: 20px;    
}

form#registerdoctor-form1 div.form-item.form-type-textarea {
    display: block;
    width: 90%;
}

form#registerdoctor-form1 input#edit-first-name,
form#registerdoctor-form1 input#edit-last-name,
form#registerdoctor-form1 input#edit-password,
form#registerdoctor-form1 input#edit-confirm-password  {
width:200px;
}

form#registerdoctor-form1 input#edit-middle-initial {
width:100px;
}

form#registerdoctor-form1 input#edit-suffix {
width:125px;
}

div.doc_container {
    display:none;
}
/********************************ADD/EDIT CLINICAL TRIAL FORM (addclinicaltrial)********************************/

ul li {

    margin-bottom:10px;

}
/*addclinicaltrial-form1--2 is the ID that the addclinicaltrial form is given after a form validation error, so we
 have to include it in the style sheet*/
form#addclinicaltrial-form1,
form#addclinicaltrial-form1--2 {
    width:42%;
    margin:0 auto;
    width:780px;
    font-family: Raleway, sans-serif;
}

form#addclinicaltrial-form1 textarea {
    font-family: Raleway, sans-serif;
    font-size: 15px;
}

form#addclinicaltrial-form1 label {
max-width:400px !important;
margin:0;
}

#addclinicaltrial-form1 .description {
max-width:400px;
}

#addclinicaltrial-form1.form-select {
    border-radius: 5px;
    height: 1.7em;
    line-height: 1.7em;
}

#addclinicaltrial-form1 .form-item-investigator-email,
#addclinicaltrial-form1 .form-item-contact-name,
#addclinicaltrial-form1 .form-item-contact-email
{
    display:inline-block;
}

#addclinicaltrial-form1 .form-item-contact-phone
{
    max-width:400px;
}


#addclinicaltrial-form1 .form-item-sponsor {
max-width: 400px;
margin-right:5px !important;
}

.form-item.form-type-date {
max-width:200px;
margin:0px 10px 0px 0px;
display:inline-block;
}

#addclinicaltrial-form1 .container-inline-date {
max-width:350px;
display:inline-block;    
}

#addclinicaltrial-form1 > div > div.form-item.form-type-textarea.form-item-official-title,
#addclinicaltrial-form1 > div > div.form-item.form-type-textarea.form-item-lay-title,
#addclinicaltrial-form1 > div > div.form-item.form-type-textarea.form-item-lay-summary {    
width:750px;
display:inline-block;
vertical-align: middle;
}
#addclinicaltrial-form1 .form-item-active label {
    font-size:14px;
    font-weight: bold;
}

#addclinicaltrial-form1 > div > div.form-item.form-type-textfield.form-item-lay-terms {
width:750px;
display:inline-block;
vertical-align: middle;
}

#edit-lay-terms.form-text {
width:730px;
display:inline-block;
vertical-align: middle;    
}

#addclinicaltrial-form1 #edit-official-title {
max-width:750px;
display:inline-block;
}

#addclinicaltrial-form1 > div > div.form-item.form-type-select.form-item-category,
#addclinicaltrial-form1 #edit-category {
width:350px;
display:inline-block;
vertical-align: middle;
}

div.form-item.form-type-date.form-item-start-date {
margin-right:50px;
}

.form-item-screen-question-1,
.form-item-screen-question-2, 
.form-item-screen-question-3, 
.form-item-screen-question-4, 
.form-item-screen-question-5 {
display:inline-block;
max-width:455px;
}

.form-item-nct-id,
.form-item-irb-number {
display:inline-block;
}

.form-item-nct-id {
    margin-left: 50px;
}

#addclinicaltrial-form1 div.form-item.form-type-radios {
display:inline-block;
position: relative;
top: -30px;
max-width:300px;
margin-left:100px;
}

div#edit-screen-answer-1,
div#edit-screen-answer-2,
div#edit-screen-answer-3,
div#edit-screen-answer-4,
div#edit-screen-answer-5 {
    display:inline-block;
    width: 175px;
    vertical-align: baseline;
}

#addclinicaltrial-form1 .form-item-screen-answer-1 > label,
#addclinicaltrial-form1 .form-item-screen-answer-2 > label,
#addclinicaltrial-form1 .form-item-screen-answer-3 > label,
#addclinicaltrial-form1 .form-item-screen-answer-4 > label,
#addclinicaltrial-form1 .form-item-screen-answer-5 > label {
    font-size:16px;
}

#edit-screen-answer-1 div:nth-child(1), 
#edit-screen-answer-2 div:nth-child(1), 
#edit-screen-answer-3 div:nth-child(1), 
#edit-screen-answer-4 div:nth-child(1),
#edit-screen-answer-5 div:nth-child(1) {
display:inline-block;
}

#edit-screen-answer-1 div:nth-child(2),
#edit-screen-answer-2 div:nth-child(2),
#edit-screen-answer-3 div:nth-child(2),
#edit-screen-answer-4 div:nth-child(2),
#edit-screen-answer-5 div:nth-child(2) {
display:inline-block;
margin-left:30px;
}

/*
#addclinicaltrial-form1 > div > div.form-item.form-type-textfield.form-item-contact-name {
width: 530px;
display: inline-block;
vertical-align: middle;
}
*/

form#addclinicaltrial-form1, form#registerdoctor-form1 {
padding: 18px;
background-color: #f5f5f5;
border-radius:12px;
border: 2px solid #e0e0e0;
}

.recruitme_form_header, 
.recruitme_form_section_header {
    padding: 5px 0;
    color:#fff;
    background: rgba(26, 188, 156, 0.9);
    text-align: center;
    vertical-align: middle;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
}

.recruitme_form_header {
    font-size:25px;
    margin-bottom: 15px;
}

.recruitme_form_section_header {
    font-size:20px;
    margin: 15px 0 15px 0;
}

.recruitme_form_subheader {
    margin: 5px 0;
    padding: 5px 0;
    color:#0b8bbc;
    background: transparent;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
}

.form-item-duration, .form-item-duration-units, .form-item-gender, .form-item-age-from, .form-item-age-to {
    display: inline-block;
}

.form-item-age-to, 
.form-item-gender {
    margin-left: 30px;
}

.form-item-duration-units {
    margin-left: 4px;
}

#secondary-menu-links li a {
    color:#000000 !important;
    font-size: 12px;
    text-decoration: none;
}

#secondary-menu-links li a:hover {
    color:#0b8bbc !important;
    text-decoration: none;
}

#ajax_term_wrapper {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 3px;
    font-size: 14px;
    font-weight: bold;
}
#vernacular_term_header {
    font-size: 15px;
    color: #0B8BBC;
}
/*---------------------INVESTIGATOR DASHBOARD--------------------*/
.admin_button {
    background: linear-gradient(to bottom, #5bc0de, #2f96b4);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    display: inline-block;
    color:#fff;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    text-align:center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    margin: 10px;
}
.admin_button_medium {
    padding: 0 15px 0 15px;
    font: normal 15px 'Arial';
    height: 1.8em;
    line-height: 1.8em;
}

.dashboard_panel {
    position:relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;  /*if the window is resized, wrap the dashboard controls*/
    -ms-flex-wrap: wrap;  /*if the window is resized, wrap the dashboard controls*/
    flex-wrap: wrap;  /*if the window is resized, wrap the dashboard controls*/
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    padding: 6px;
    margin: 10px 0 10px 0;
    /*
    border: 2px solid #448ccb;
    border-radius: 4px;
    */
}

.dashboard_filter_panel {
    display: -webkit-flex;
    display: -ms-flexbox;
    display:flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    border: 1px solid #bebebe;
    border-radius: 6px;
    margin: 5px 0;
    padding: 5px 0;
}
.dashboard_filter_panel > * {
    margin: 0 7px;
}

.dashboard_filter {
    height: 1.5em;
    padding: 5px 15px;
    background: #000000;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
}

.dashboard_stat_panel {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    align-items: center;
    background: #d9d9d9;
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    margin-left: 15px;
}

.dashboard_stat {
    padding:5px 10px;
    margin-left:10px;
    color: #000;
    font-size: 17px;
    font-family: 'Raleway-SemiBold', Helvetica, sans-serif;
    /*Prevent text from wrapping when the window shrinks*/
    white-space: nowrap;
    overflow: hidden;
}

#remove_dashboard_filter {
    cursor: pointer;
}

.dashboard_label_left {
    display: inline-block;
    margin: 0 4px 0 0;
    font-size: 16px;
    font-weight: bold;
}

#dashboard_search_input {
    margin-right: 10px;
    padding: 5px;
}

.dashboard_input {
    margin-right: 10px;
    padding: 5px;
}

.investigator_dashboard {
    position:relative;
    width:72%;
    min-width: 1060px;  /*To prevent controls from overlapping when screen is re-sized or zoomed*/
    margin:0 auto;
}

div.app_notice {
    background-color: #FCF8E3;
    color: #CB9853;
    font-size:14px;
    padding:5px 10px 2px 10px;
    border-radius: 6px;
}

.dashboard_table {
    font-size: 12pt;
    table-layout: fixed;
    width: 100%;
    font-family: Raleway-SemiBold, sans-serif;
    line-height: 1.6; /*Allows the td background to not be so short*/
}

.dashboard_table th,
.dashboard_table td
{
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
    border-right:1px solid white;
    min-width: 100px;
}

.dashboard_table tr:hover {
    background-color: #e4e4e4;
}

.idt_col_1_head {
    width: 7%;
    /*min-width: 75px;  !* To prevent the Edit button from getting cut off when the screen is re-sized *!*/
    text-align: center;
}

.idt_col_2_head {
    width: 48%;
}

.idt_col_3_head {
    width:15%;
    text-align: center;
}

.idt_col_4_head {
    width: 9%;
    text-align: center;
}

.idt_col_5_head {
    width: 9%;
    text-align: center;
}

.idt_col_6_head {
    width: 12%;
}
.published_link {
    cursor: pointer;
    text-decoration: none;
}
/*---------------------DEPARTMENT PAGE-----------------------*/
.dept_page {
    position:relative;
    width:70%;
    min-width: 1060px;  /*To prevent controls from overlapping when screen is re-sized or zoomed*/
    margin:0 auto;
}
.dept_page hr {
    border: none;
    height: 1px;
    background-color: #333;
}
.dept_header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0;
    max-width: 1350px;
}
.dept_join_link {
    font-family: Raleway-Bold, Helvetica, sans-serif;
    cursor: pointer;
    color: #3BACD7;
}
.dept_join_link:hover {
    color: #0B8BBC;
}

.dept_header_left {
    width: 1000px;
}

span.dept_name {
    color: #3BACD7;
}

.dept_title {
    font-family: Raleway-SemiBold, sans-serif;
    font-size: 34px;
    padding: 0 10px;
}
.dept_desc {
    font-family: Raleway-SemiBold, sans-serif;
    font-size: 18px;
    padding: 0 10px;
    margin-top: 10px;
}
.dept_h2 {
    font-family: Raleway-SemiBold, sans-serif;
    font-size: 28px;
    margin: 10px 0;
}
.dept_search_results {
    font-family: Raleway-SemiBold, sans-serif;
    font-size: 26px;
}

.dept_condition_button {
    display: inline-block;
    min-width: 100px;
    color: #fff;
    font-family: Raleway-SemiBold, sans-serif;
    font-size: 16px;
    border-radius: 8px;
    text-align: center;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
    cursor: pointer;
    margin-right: 10px;
}
.dept_condition:hover {
    background-color: #0B8BBC;
}

.dept_condition_unselected {
    background-color: #3cb2de;
}

.dept_condition_selected {
    background-color: #225e78;
}

.dept_doc {
    display: inline-block;
    padding: 2px 7px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    font-family: Raleway-SemiBold, sans-serif;
    font-size: 15px;
    border-radius: 4px;
    color: #0b6e9c;
    align-items: center;
}
.dept_doc_selected {
    display: inline-block;
    padding: 2px 7px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    font-family: Raleway-SemiBold, sans-serif;
    font-size: 15px;
    border-radius: 4px;
    color: #fff;
    align-items: center;
    background-color: #3d3d3d;
}

.dept_doc:hover {
    color: #3cb2de;
}

.doc_list_and_profile_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.doc_name_container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0;
    /*max-width: 270px;*/
    width: 270px;
}
.doc_name_bullet {
    width: 15px;
    height: 15px;
    color: transparent;
    padding: 0;
    margin: 0;
}

.dept_doc_list {
    border-radius: 3px;
    padding: 10px;
    min-width: 700px;
    max-width: 1000px;
}

.dept_filter_container {
    line-height: 43px;
    margin: 10px 0;
}

/*The following class is used when no trials are found for a department investigator*/
.dept_no_results {
    display: none;
    text-align: center;
    padding: 10px;
    margin-top:10px;
    font-size: 26px;
    font-family: 'Raleway-SemiBold', Helvetica, sans-serif;
    border-radius: 5px;
    background-color: #878787;
    color: #fff;
}

/*---------------------VOLUNTEER TRACKING--------------------*/
.vt_table {
    font-size: 12pt;
    table-layout: fixed;
    width: 100%;
    font-family: Raleway-SemiBold, sans-serif;
    line-height: 2.5; /*Allows the td background to not be so short*/
}
.vt_table th {
    white-space: nowrap;
    font-size: 1.0em;
    overflow: hidden;
}

.vt_table td {
    padding:0 0 0 5px;
    overflow:hidden;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.vt_table tr:hover {
    background-color: #d9d9d9;
}
/*The column of edit buttons is temporarily hidden */
.vt_col_1_head {
    display: none;
}

.vt_col_2_head {
    width: 9%;
    min-width: 100px; /*To prevent delete button from getting cut off after zooming*/
    padding-left: 15px;
    text-align: center;
}
.vt_col_3_head {
    width: 10%; /*Previously 12%*/
}
.vt_col_4_head {
    width: 14%;  /*Previously 16%*/
}
.vt_col_5_head {
    width: 8%;  /*Previously 10%*/
    text-align: center;
}
.vt_col_6_head {
    width: 6%;  /*Previously 8%*/
    text-align: center;
}
.vt_col_7_head {
    width: 13%;
    text-align: center;
}
.vt_col_8_head {
    width: 8%;
    text-align: center;
}
.vt_col_9_head {
    width: 7%;
    text-align: center;
}
.vt_col_10_head {
    width: 6%;
    text-align: center;
}
.vt_col_11_head {
    width: 6%;
    text-align: center;
}
.vt_col_12_head {
    width: 6%;
    text-align: center;
}
.vt_col_13_head {
    width: 5%;
    text-align: center;
}
.vt_col_13_head {
    width: 5%;
    text-align: center;
}

.vt_link {
    color: #0B8BBC;
    font-family: Raleway-Bold, Helvetica, sans-serif;
    font-size:13px;
    text-align: center;
    cursor:pointer;
    width:100%; /*make sure the div fills the entire table cell*/
    height:100%;
}

.vt_link:hover {
    color: #05396C;
}

#remove_vt_filter {
    cursor: pointer;
}

#vt_filter_input {
    font-size: 16px;
    width: 110px;
    text-align: center;
    height: 1.3em;
    line-height: 1.3em;
}

form#investigatordashboard-edit-volunteer-rec {
    width:42%;
    margin:0 auto;
    min-width:780px;
    font-family: Raleway, sans-serif;
}

form#investigatordashboard-edit-volunteer-rec .container-inline-date {
    display: inline-block;
    width: 300px;
}
.volunteer_rec_info {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #757575;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}
.volunteer_rec_info_item {
    margin-left: 15px;
    margin-right: 15px;
}
.alt_checkbox {
    display: inline-block; /*necessary to get the box in the center of the table cell*/
    width: 18px;
    height: 18px;
    border: 2px solid #05396C;
    border-radius: 3px;
    text-align: center;
    padding: 1px 3px 5px 3px;
    cursor: pointer;
}
.checkmark {
    font-size: 18px;
    font-weight: 900;
    color: #000;
}

.table_cell_list {
    position: absolute;
    display:none;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    align-items: center;
    -webkit-justify-content:space-between;
    -ms-flex-pack: justify;
    justify-content:space-between;
    color: #FFFFFF;
    cursor: pointer;
    border-radius:3px;
    z-index:100;
    max-width:130px;
}
.table_cell_list div {
    padding: 4px 8px;
    font-size: 16px;
    color: #ffffff;
    border-bottom: 1px solid #d8d8d8;
    background: #858585;
    border-radius: 3px;
    width:100%;
    text-align: center;
}
.table_cell_list div:hover {
    background-color: #0B8BBC;
    color: #fff;
}

.table_cell_list input {
    height: 30px;
    background-color: #858585;
    color: #fff;
    width:100%;
    text-align: center;
    font-size:16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding: 4px 8px;
}
.table_cell_list input:hover {
    background-color: #0B8BBC;
}
/*----------------------PROFILE-----------------------*/
/*These styles are applied to instances of the Profile object,
which is used on the investigator trials page and the department page*/

div.profile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 15px 0;
    margin: 0;
    max-width: 1100px;
}
div.profile_stack {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    width: 350px;
    height: 350px;
    margin-right: 20px;
}

div.profile_title {
    font-size: 17pt;
}

div.profile_bio {
    width: 700px;
    max-height: 350px;
    overflow-y: auto;
    padding-right: 15px;
    font-size: 15px;
    word-wrap: break-word;
}

div.profile_row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 3px 0;
}
div.profile_row img {
    margin-right: 6px;
}

.profile_img {
    margin: 0 7px 4px 0;
}

.profile_phone,
.profile_email,
.profile_name {
    font-family: 'Raleway-Bold', Helvetica, sans-serif;
    font-size: 15px;
}

.profile_bio_button {
    background: rgba(26, 188, 156, 0.9);
    padding: 1px 10px 1px 10px;
    font-size: 12pt;
    height: 1.6em;  /*for some reason this needs to be .1em smaller than line-height*/
    line-height: 1.5em;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
}
.profile_bio_button:hover {
    background: rgb(22, 157, 129);
}

/*The temporary profile displayed when the user clicks the bio button*/
.temp_profile {
    background-color: #fff;
    border: 3px solid #919191;
    border-radius: 8px;
    box-shadow: 4px 4px 5px 0 rgba(46,46,46,1);
}
/*----------------------INVESTIGATOR TRIALS-----------------------*/
/*In the selectors below, itp stands for "invesgigator trials page" */

/*The main container for all content on the itp page*/
div.itp_content {
    position:relative;
    width:70%;
    min-width: 1060px;  /*To prevent controls from overlapping when screen is re-sized or zoomed*/
    margin:0 auto;
}

.investigatortrials_table {
    font-size: 12pt;
    table-layout: fixed;
    width: 100%;
    /*font-weight: 600;*/
    font-family: Raleway-SemiBold, sans-serif;
}

.investigatortrials_table tr th {
    background: transparent;
    color:#000;
    border-bottom: 3px solid #448ccb;
}

.investigatortrials_table td {
    padding: 7px;
}

.investigatortrials_content {
    width: 60%;
    margin: 0 20px 20px 10%;
    display: inline-block;
    vertical-align: top;    
}

.itt_col_1 {
    width: 10%;
    text-align: center;
}

.itt_col_2 {
    width: 53%;
}

.itt_col_3 {
    width:20%;
}

.itt_col_4 {
    width: 17%;
    text-align: center;
}


/*---------------------RELATED RESOURCES PAGE--------------------*/

div.RR_Block {
float:left;
width:250px;
margin-right:30px;
}
a.RR_Block_Head {
font-weight:bold;
font-size: 15px;
color:#3388D5;
}

/* ------------------ Reset Styles ------------------ */

caption {
  text-align: left; /* LTR */
  font-weight: normal;
}
blockquote {
  background: #f7f7f7;
  border-left: 1px solid #bbb;
  font-style: italic;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
blockquote:before {
  color: #bbb;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -.4em;
}
blockquote:after {
  color: #bbb;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -.45em;
}
blockquote > p:first-child {
  display: inline;
}
a.feed-icon {
  display: inline-block;
  padding: 15px 0 0 0;
}

/* ------------------ Table Styles ------------------ */

table {
  border-spacing: 0;
  font-size: 0.857em;
  margin: 10px 0;
  width: 100%;
}

table table {
  font-size: 1.1em;
}
#footer-wrapper table {
  font-size: 1em;
}
table tr th {
  background: #757575;
  background: rgba(0, 0, 0, 0.51);
  border-bottom-style: none;
}
table tr th,
table tr th a,
table tr th a:hover {
  color: #FFF;
  font-weight: bold;
}
table tbody tr th {
  vertical-align: top;
}
#footer-wrapper tr td,
#footer-wrapper tr th {
  border-color: #555;
  border-color: rgba(255, 255, 255, 0.18);
}
.overflow_hidden {
    overflow: hidden;
    white-space: nowrap;
}
/*********************RECRUITME TABLE STYLES******************/
.table_text_bold {    
    font-weight: 700;
}
/* ------------------ List Styles ------------------ */

.block ol,
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}
.contextual-links-wrapper {
  font-size: small !important;
}
ul.contextual-links {
  font-size: 0.923em;
}
.contextual-links-wrapper a {
  text-shadow: 0 0 0 !important;
}
.item-list .pager {
  font-size: 0.929em;
}
ul.menu li {
  margin: 0;
}
.region-content ul,
.region-content ol {
  margin: 1em 0;
  padding: 0 0 0.25em 2.5em; /* LTR */
}
.item-list ul li {
  margin: 0;
  padding: 0.2em 0.5em 0 0; /* LTR */
}
ul.tips {
  padding: 0 0 0 1.25em; /* LTR */
}

/* ------------------ Header ------------------ */
#skip-link {
  left: 50%;
  margin-left: -5.25em;
  margin-top: 0;
  position: absolute;
  width: auto;
  z-index: 50;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  font-size: 0.94em;
  line-height: 1.7;
  padding: 1px 10px 2px 10px;
  text-decoration: none;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius: 0 0 10px 10px;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  outline: 0;
}
#logo {
  float: left; /* LTR */
  padding: 15px 15px 15px 10px; /* LTR */
}
#logo img {
    width:425px;  /*Added this on 6/6/2016 to accomodate new large logo provided by Dominic*/
    height:auto;
}
#name-and-slogan {
  float: left; /* LTR */
  padding-top: 34px;
  margin: 0 0 30px 15px; /* LTR */
}
#site-name {
  font-size: 1.821em;
  color: #686868;
  line-height: 1;
}
h1#site-name {
  margin: 0;
}
#site-name a {
  font-weight: normal;
}
#site-slogan {
  font-size: 0.929em;
  margin-top: 7px;
  word-spacing: 0.1em;
  font-style: italic;
}
/* Region header blocks. */
.region-header .block {
  font-size: 0.857em;
  float: left; /* LTR */
  margin: 0 10px;
  padding: 0;
}
.region-header .block .content {
  margin: 0;
  padding: 0;
}
.region-header .block ul {
  margin: 0;
  padding: 0;
}
.region-header .block li {
  list-style: none;
  list-style-image: none;
  padding: 0;
}
.region-header .form-text {
  background: #fefefe;
  background: rgba(255, 255, 255, 0.7);
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.3);
  margin-right: 2px; /* LTR */
  width: 120px;
}
.region-header .form-text:hover,
.region-header .form-text:focus,
.region-header .form-text:active {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.region-header .form-required {
  color: #eee;
  color: rgba(255, 255, 255, 0.7);
}
/* Region header block menus. */
.region-header .block-menu {
  border: 1px solid;
  border-color: #eee;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 0;
  width: 208px;
}
.region-header .block-menu li a {
  display: block;
  border-bottom: 1px solid;
  border-bottom-color: #eee;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  padding: 3px 7px;
}
.region-header .block-menu li a:hover,
.region-header .block-menu li a:focus,
.region-header .block-menu li a:active {
  text-decoration: none;
background: rgba(255, 255, 255, 0.15);
}
.region-header .block-menu li.last a {
  border-bottom: 0;
}
/* User Login block in the header region */
.region-header #block-user-login {
  width: auto;
}
.region-header #block-user-login .content {
  margin-top: 2px;
}
.region-header #block-user-login .form-item {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}
.region-header #block-user-login div.item-list,
.region-header #block-user-login div.description {
  font-size: 0.916em;
  margin: 0;
}
.region-header #block-user-login div.item-list {
  clear: both;
}
.region-header #block-user-login div.description {
  display: inline;
}
.region-header #block-user-login .item-list ul {
  padding: 0;
  line-height: 1;
}
.region-header #block-user-login .item-list li {
  list-style: none;
  float: left; /* LTR */
  padding: 3px 0 1px;
}
.region-header #block-user-login .item-list li.last {
  padding-left: 0.5em; /* LTR */
}
.region-header #block-user-login ul.openid-links li.last {
  padding-left: 0; /* LTR */
}
.region-header #user-login-form li.openid-link a,
.region-header #user-login li.openid-link a {
  padding-left: 20px; /* LTR */
}
.region-header #block-user-login .form-actions {
  margin: 4px 0 0;
  padding: 0;
  clear: both;
}
.region-header #block-user-login input.form-submit {
  border: 1px solid;
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.5);
  background: #eee;
  background: rgba(255, 255, 255, 0.7);
  margin: 4px 0;
  padding: 3px 8px;
}
.region-header #block-user-login input.form-submit:hover,
.region-header #block-user-login input.form-submit:focus {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
/* Search block in region header. */
.region-header #block-search-form {
  width: 208px;
}
.region-header #block-search-form .form-text {
  width: 154px;
}
/* Language switcher block in region header. */
.region-header .block-locale ul li {
  display: inline;
  padding: 0 0.5em;
}

/* --------------- Main Menu ------------ */

#main-menu {
  clear: both;
}
#main-menu-links {
  /*font-size: 1.1em;*/
  margin: 0;
  /*padding: 0 10px;*/
}
#main-menu-links li {
  float: left; /* LTR */
  list-style: none;
  padding: 0 1px;
  /*bds  margin: 0 1px;*/
  margin:0;

}
#main-menu-links a {
    color: #fff;
    /*background: #05396C; (before facelift)*/
    background: rgba(0, 73, 143, .75)  /*#00498f*/;
    font-family: 'Raleway', Helvetica, sans-serif;  /*(after facelift)*/
    font-size: 13pt;
    float: left; /* LTR */
    height: 2.4em;
    line-height: 2.4em;
    padding: 0 0.8em;
    text-decoration: none;
}
#main-menu-links a:hover,
#main-menu-links a:focus {
  /*bds background: #046a99; */
    background: #0B8BBC;
}
#main-menu-links a:active {
  /*bds background: #64b5c9; */
  background: #0B8BBC;

}
#main-menu-links li a.active {
  border-bottom: none;
  background-color: #0B8BBC !important; 

}
.featured #main-menu-links li a:active,
.featured #main-menu-links li a.active {
/*bds  background: #64b5c9; */
background: #0B8BBC;
}

/* --------------- Secondary Menu ------------ */

#secondary-menu-links {
  float: right; /* LTR */
  font-size: 1.1em;
  font-weight:bold;
  margin: 10px 10px 0;
/*bds  background: #64b5c9; */
  background: transparent;
}
#secondary-menu-links a:hover,
#secondary-menu-links a:focus {
  text-decoration: underline;
}

/* ------------------- Main ------------------- */

#main {
 /*bds margin-top: 20px; */
  margin-bottom: 40px;
}

/* ----------------- Featured ----------------- */

#featured {
  text-align: center;
  font-size: 1.643em;
  font-weight: normal;
  line-height: 1.4;
  padding: 20px 0 45px;
  margin: 0;
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
  border-bottom: 1px solid #e7e7e7;
  text-shadow: 1px 1px #fff;
}
#featured h2 {
  font-size: 1.174em;
  line-height: 1;
}
#featured p {
  margin: 0;
  padding: 0;
}

/* --------------- Highlighted ---------------- */

#highlighted {
  border-bottom: 1px solid #d3d7d9;
  font-size: 120%;
}

/* ------------------- Help ------------------- */

.region-help {
  border: 1px solid #d3d7d9;
  padding: 0 1.5em;
  margin-bottom: 30px;
}

/* ----------------- Content ------------------ */

.content {
  margin-top: 10px;
}
h1#page-title {
  font-size: 2em;
  line-height: 1;
/*bds added:*/
display:none;
}
#content h2 {
  margin-bottom: 2px;
  font-size: 1.429em;
  line-height: 1.4;
}
.node .content {
  font-size: 1.071em;
}

.node-teaser .content {
  font-size: 1em;
}
.node-teaser h2 {
  margin-top: 0;
  padding-top: 0.5em;
}
.node-teaser h2 a {
  color: #181818;
}
.node-teaser {
  border-bottom: 1px solid #d3d7d9;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.node-sticky {
  background: #f9f9f9;
  background: rgba(0, 0, 0, 0.024);
  border: 1px solid #d3d7d9;
  padding: 0 15px 15px;
}
.node-full {
  background: none;
  border: none;
  padding: 0;
}
.node-teaser .content {
  clear: none;
  line-height: 1.6;
}
.meta {
  font-size: 0.857em;
  color: #68696b;
  margin-bottom: -5px;
}
.submitted .user-picture img {
  float: left; /* LTR */
  height: 20px;
  margin: 1px 5px 0 0; /* LTR */
}
.field-type-taxonomy-term-reference {
  margin: 0 0 1.2em;
}
.field-type-taxonomy-term-reference .field-label {
  font-weight: normal;
  margin: 0;
  padding-right: 5px; /* LTR */
}
.field-type-taxonomy-term-reference .field-label,
.field-type-taxonomy-term-reference ul.links {
  font-size: 0.8em;
}
.node-teaser .field-type-taxonomy-term-reference .field-label,
.node-teaser .field-type-taxonomy-term-reference ul.links {
  font-size: 0.821em;
}
.field-type-taxonomy-term-reference ul.links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.field-type-taxonomy-term-reference ul.links li {
  float: left; /* LTR */
  padding: 0 1em 0 0; /* LTR */
  white-space: nowrap;
}
.link-wrapper {
  text-align: right;
}
.field-type-image img,
.user-picture img {
  margin: 0 0 1em;
}
ul.links {
  color: #68696b;
  font-size: 0.821em;
}
.node-unpublished {
  margin: -20px -15px 0;
  padding: 20px 15px 0;
}
.node-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* ----------------- Comments ----------------- */

.comment h2.title {
  margin-bottom: 1em;
}
.comment div.user-picture img {
  margin-left: 0; /* LTR */
}
.comment {
  margin-bottom: 20px;
  display: table;
  vertical-align: top;
}
.comment .attribution {
  display: table-cell;
  padding: 0 30px 0 0; /* LTR */
  vertical-align: top;
  overflow: hidden;
}
.comment .attribution img {
  margin: 0;
  border: 1px solid #d3d7d9;
}
.comment .attribution .username {
  white-space: nowrap;
}
.comment .submitted p {
  margin: 4px 0;
  font-size: 1.071em;
  line-height: 1.2;
}
.comment .submitted .comment-time {
  font-size: 0.786em;
  color: #68696b;
}
.comment .submitted .comment-permalink {
  font-size: 0.786em;
  text-transform: lowercase;
}
.comment .content {
  font-size: 0.929em;
  line-height: 1.6;
}
.comment .comment-arrow {
  /*background: url(../images/comment-arrow.gif) no-repeat 0 center transparent; !* LTR *!*/
  border-left: 1px solid;
  border-right: 1px solid;
  height: 40px;
  margin-left: -47px; /* LTR */
  margin-top: 10px;
  position: absolute;
  width: 20px;
}
.comment .comment-text {
  padding: 10px 25px;
  border: 1px solid #d3d7d9;
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 100%;
}
.comment .indented {
  margin-left: 40px; /* LTR */
}
.comment ul.links {
  padding: 0 0 0.25em 0;
}
.comment ul.links li {
  padding: 0 0.5em 0 0; /* LTR */
}
.comment-unpublished {
  margin-right: 5px; /* LTR */
  padding: 5px 2px 5px 5px; /* LTR */
}
.comment-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* ------------------ Sidebar ----------------- */
.sidebar .section {
  padding-top: 10px;
}
.sidebar .block {
  border: 1px solid;
  padding: 15px 20px;
  margin: 0 0 20px;
}
.sidebar h2 {
  margin: 0 0 0.5em;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 5px;
  text-shadow: 0 1px 0 #fff;
  font-size: 1.071em;
  line-height: 1.2;
}
.sidebar .block .content {
  font-size: 0.914em;
  line-height: 1.4;
}
.sidebar tbody {
  border: none;
}
.sidebar tr.even,
.sidebar tr.odd {
  background: none;
  border-bottom: 1px solid #d6d6d6;
}

/* ----------------- Triptych ----------------- */

#triptych-wrapper {
  background-color: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
  border-top: 1px solid #e7e7e7;
}
#triptych h2 {
  color: #000;
  font-size: 1.714em;
  margin-bottom: 0.8em;
  text-shadow: 0 1px 0 #fff;
  text-align: center;
  line-height: 1;
}
#triptych .block {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #dfdfdf;
  line-height: 1.3;
}
#triptych .block.last {
  border-bottom: none;
}
#triptych .block ul li,
#triptych .block ol li {
  list-style: none;
}
#triptych .block ul,
#triptych .block ol {
  padding-left: 0;
}
#triptych #block-user-login .form-text {
  width: 185px;
}
#triptych #block-user-online p {
  margin-bottom: 0;
}
#triptych #block-node-syndicate h2 {
  overflow: hidden;
  width: 0;
  height: 0;
}
#triptych-last #block-node-syndicate {
  text-align: right;
}
#triptych #block-search-form .form-type-textfield input {
  width: 185px;
}
#triptych-middle #block-system-powered-by {
  text-align: center;
}
#triptych-last #block-system-powered-by {
  text-align: right;
}

/* ------------------ Footer ------------------ */

#footer-wrapper {
  color: #B0E1F2;
 /* color: rgba(255, 255, 255, 0.65); */
  font-size: 0.857em;
}
#footer-wrapper a {
  /*color: #fcfcfc;*/
  color: #B0E1F2; 
  /* color: rgba(255, 255, 255, 0.8); */
  text-decoration: none;  
}

#footer-wrapper a:hover,
#footer-wrapper a:focus {
  color: #fefefe;
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}
#footer-wrapper .block {
  margin: 20px 0;
/*  border: 1px solid #444;
  border-color: rgba(255, 255, 255, 0.1);*/
  padding: 10px;
}
#footer-columns .block-menu,
#footer .block {
  margin: 0;
  padding: 0;
  border: none;
}
#footer .block {
  margin: 0.5em 0;
}
#footer .block .content {
  padding: 0.5em 0;
  margin-top: 0;
}
#footer .block h2 {
  margin: 0;
}
#footer-columns h2 {
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
  font-size: 1em;
  margin-bottom: 0;
  padding-bottom: 3px;
  text-transform: uppercase;
}
#footer-columns .content {
  margin-top: 0;
}
#footer-columns p {
  margin-top: 1em;
}

#footer-columns .content ul {
  list-style: none;
  padding-left: 0; /* LTR */
  margin-left: 0;
}
#footer-columns .content li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-columns .content li a {
  display: block;
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
  line-height: 1.2;
  padding: 0.8em 2px 0.8em 20px; /* LTR */
  text-indent: -15px;
}
#footer-columns .content li a:hover,
#footer-columns .content li a:focus {
  background-color: #1f1f21;
  background-color: rgba(255, 255, 255, 0.05);
  text-decoration: none;
}
#footer {
  letter-spacing: 0.2px;
  margin-top: 30px;
  border-top: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
}
#footer .region {
  margin-top: 20px;
}
#footer .block {
  clear: both;
}
#footer ul,
#footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer li a {
  float: left; /* LTR */
  padding: 0 12px;
  display: block;
  border-right: 1px solid #555; /* LTR */
  border-color: rgba(255, 255, 255, 0.15);
}
#footer li.first a {
  padding-left: 0; /* LTR */
}
#footer li.last a {
  padding-right: 0; /* LTR */
  border-right: none; /* LTR */
}
#footer-wrapper tr.odd {
  background-color: transparent;
}
#footer-wrapper tr.even {
  background-color: #2c2c2c;
  background-color: rgba(0, 0, 0, 0.15);
}

/* --------------- System Tabs  --------------- */

.tabs {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.tabs ul.primary {
  padding: 0 3px;
  margin: 0;
  overflow: hidden;
  border: none;
  /*background: transparent url(../images/tabs-border.png) repeat-x left bottom;*/
}
.tabs ul.primary li {
  display: block;
  float: left; /* LTR */
  vertical-align: bottom;
  margin: 0 5px 0 0; /* LTR */
}
.tabs ul.primary li.active a {
  border-bottom: 1px solid #ffffff;
}
.tabs ul.primary li a {
  color: #000;
  background-color: #ededed;
  height: 1.8em;
  line-height: 1.9;
  display: block;
  font-size: 0.929em;
  float: left; /* not LTR */
  padding: 0 10px 3px;
  margin: 0;
  text-shadow: 0 1px 0 #fff;
  -khtml-border-radius-topleft: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -khtml-border-radius-topright: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}
.tabs ul.primary li.active a {
  background-color: #ffffff;
}
.tabs ul.secondary {
  border-bottom: none;
  padding: 0.5em 0;
}
.tabs ul.secondary li {
  display: block;
  float: left; /* LTR */
}
.tabs ul.secondary li:last-child {
  border-right: none; /* LTR */
}
.tabs ul.secondary li:first-child {
  padding-left: 0; /* LTR */
}
.tabs ul.secondary li a {
  padding: 0.25em 0.5em;
}
.tabs ul.secondary li a.active {
  background: #f2f2f2;
  border-bottom: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
ul.action-links {
  list-style: none;
  margin: 5px;
  padding: 0.5em 1em;
}
ul.action-links li {
  display: inline-block;
  margin-left: 10px;
}
ul.action-links li a {
  padding-left: 15px;
  /*background: url(../images/add.png) no-repeat left center;*/
  margin: 0 10px 0 0;
}

/* ---------------- Messages  ----------------- */

#messages {
  padding: 20px 0 5px;
  margin: 0 auto;
}
.featured #messages {
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
}
div.messages {
  margin: 8px 15px;
}

/* -------------- Breadcrumbs   -------------- */

.breadcrumb {
  font-size: 0.929em;
}

/* -------------- User Profile   -------------- */

.profile .user-picture {
  float: none;
}

/* -------------- Password Meter  ------------- */

.confirm-parent,
.password-parent {
  width: 34em;
}
.password-parent,
div.form-item div.password-suggestions {
  position: relative;
}
.password-strength-text,
.password-strength-title,
div.password-confirm {
  font-size: 0.82em;
}
.password-strength-text {
  margin-top: 0.2em;
}
div.password-confirm {
  margin-top: 2.2em;
  width: 20.73em;
}

/*---------------- Buttons and Links   ---------------- */

/*The following class defines common styles for ALL application buttons*/
.app-button {
    font-family: Raleway-SemiBold, Helvetica, sans-serif;
    display: inline-block;
    color:#fff;
    text-decoration: none;
    text-align:center;
    cursor: pointer;
    border-radius: 4px;
    margin: 10px;
}

.app-button:hover, #submit_search:hover {
    background: #448ccb;
    color:#fff;
}
.button_medium_blue {
    background-color: var(--cu_blue);
    padding: 0 15px;
    font-size: 12px;
    height: 2.0em;
    line-height: 2.0em;
    text-decoration: none;
}

.button_medium_blue:hover {
    background: var(--cu_blue_hover);
}

input#edit-submit.form-submit {
    border: 2px outset buttonface;
    margin: 10px;
    background: rgba(68, 140, 203, .74);
    padding: 0 15px;
    height: 2.0em;
    line-height: 2.0em;
    font-size: 14pt;
    color: #fff;
}

.button-cancel {
    border: 2px outset buttonface;
    margin: 10px;
    background: rgba(68, 140, 203, .74);
    padding: 0 15px;
    height: 1.8em;
    line-height: 2.0em;
    font-size: 14pt;
    color: #fff;
}

input#edit-submit.form-submit:hover,
.button-cancel:hover {
    background:#5bc0de;
}

.button-medium-green {
    background: rgba(26, 188, 156, 0.9);
    padding: 2px 15px;
    font-size: 13px;
    height: 1.7em;  /*for some reason this needs to be .1em smaller than line-height*/
    line-height: 1.8em;
    text-decoration: none;
}

.button-medium-green:hover {
    background: rgba(23, 166, 137, 1);
}

.button-medium-disabled {
    font-family: Raleway-SemiBold, Helvetica, sans-serif;
    display: inline-block;
    text-align:center;
    cursor: auto;
    border-radius: 4px;
    margin: 10px;
    background: #e2e2e2;
    padding: 2px 15px;
    font-size: 13px;
    color: #9a9a9a;
    height: 1.7em;  /*for some reason this needs to be .1em smaller than line-height*/
    line-height: 1.8em;
    text-decoration: none;
}

.button-large-green {
    background: rgba(26, 188, 156, 0.9);
    padding: 5px 15px;
    height: 2.0em;
    line-height: 2.0em;
    font-size:15pt;
    color:#fff;
    border-radius: 4px;
    cursor:pointer;
    text-decoration: none;
    /*The following keeps text from overlapping when the window shrinks*/
    white-space: nowrap;
    overflow: hidden;
}

.button-large-green:hover {
    background: rgba(23, 166, 137, 1);
    color: #fff;
}

.button-huge-green {
    display: table;
    height: 200px;
    width: 200px;  /*forces text to break to a new line, which is what we want*/
    text-align: center;
    background: rgba(26, 188, 156, 0.9);
    padding: 5px 10px;
    font-family: Raleway, Helvetica, sans-serif;
    font-size:17pt;
    color:#fff;
    cursor:pointer;
    text-decoration: none;
    word-wrap: break-word;
    border-radius: 50%;
    margin-right: 30px;
}
.center_vertical {
    display: table-cell;
    vertical-align: middle;
}

.button-huge-green:hover {
    background: rgba(23, 166, 137, 1);
    color: #fff;
}

.button-large-blue {
    background: rgba(68, 140, 203, .74);
    padding: 5px 15px;
    height: 2.0em;
    line-height: 2.0em;
    font-size:14pt;
    text-decoration: none;
}

/*For some reason, the submit_search button needs to be 2.0em because it looks different than other app-button-medium buttons*/
#submit_search {
    background: rgba(68, 140, 203, .74);
    height: 2.0em;
    font-size: 14pt;
    padding:0 15px;  /*Needs this padding to overcome competing styles*/
}

.app-link {
    color:#448ccb;
    background-color: transparent;
    text-align:center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}
.large-link {
    font-size: 24pt;
    font-weight: bold;
    display: inline-block;
    margin: 10px;
}

.large-link:hover {
    text-decoration: underline;
}

a.button {
  background: #fff url(../images/buttons.png) 0 0 repeat-x;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  color: #3a3a3a;
  cursor: pointer;
  font-size: 0.929em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
  margin-right: 0.6em; /* LTR */
  padding: 4px 17px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
a.button:link,
a.button:visited,
a.button:hover,
a.button:focus,
a.button:active {
  text-decoration: none;
  color: #5a5a5a;
}
.submit_cancel_box {
    text-align: center;
}
.submit_cancel_box > div:first-child {
    margin-right: 20px;
}

/* -------------- Form Elements   ------------- */

fieldset {
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-top: 10px;
  margin-bottom: 32px;
  padding: 0 0 10px;
  position: relative;
  top: 12px; /* Offsets the negative margin of legends */
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.fieldset-wrapper {
  margin-top: 25px;
}
.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0;
}
.filter-wrapper {
  top: 0;
  padding: 1em 0 0.2em;
  -khtml-border-radius-topright: 0;
  -khtml-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.filter-help a {
  font-size: 0.857em;
  padding: 2px 20px 0;
}
.filter-wrapper .form-item label {
  margin-right: 10px;
}
.filter-wrapper .form-item {
  padding: 0 0 0.5em 0.5em;
}
.filter-guidelines {
  padding: 0 1.5em 0 0.5em;
}
fieldset.collapsed {
  background: transparent;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
fieldset legend {
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  color: #3b3b3b;
  display: block;
  height: 2em;
  left: -1px; /* LTR */
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  text-shadow: 0 1px 0 #fff;
  top: -12px;
  width: 100%;
  -khtml-border-radius-topleft: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
fieldset.collapsed legend {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
fieldset legend a {
  color: #3b3b3b;
}
fieldset legend a:hover,
fieldset legend a:focus,
fieldset legend a:active {
  color: #000;
}
fieldset .fieldset-wrapper {
  padding: 0 10px;
}
fieldset .fieldset-description {
  margin-top: 5px;
  margin-bottom: 1em;
  line-height: 1.4;
  color: #3c3c3c;
  font-style: italic;
}
input {
/*  margin: 2px 0;
  padding: 4px; */
  height:1.7em;
  line-height:1.7em;
}
input, textarea {
    border-radius:5px;
    /*font-family: Raleway, Helvetica, sans-serif;*/
    font-family: 'Raleway-SemiBold', Helvetica, sans-serif;
    font-weight: 600;
}

textarea {
  line-height: 1.5;
}
textarea.form-textarea,
select.form-select {
  padding: 4px;
}
/*These are the text boxes on all application forms*/
input.form-text,
textarea.form-textarea,
select.form-select {
  border: 1px solid #ccc;
  /*box-shadow: 3px 3px 3px #a3a3a3; */
  resize: none;
}
input.form-text {
    height:2.3em;
    line-height: 2.3em;
    padding-left: 5px;
}
.password-suggestions ul li {
  margin-left: 1.2em; /* LTR */
}
.form-item {
  margin-bottom: 1em;
  margin-top: 2px;
}
.form-item label {
  font-size: 0.929em;
}
.form-type-radio label,
.form-type-checkbox label {
  margin-left: 4px;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2px;
}
.form-actions {
  padding-top: 10px;
}
/* Contact Form */
.contact-form #edit-name {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-mail {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-subject {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-message {
  width: 76.3%;
  -khtml-border-top-left-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.contact-form .resizable-textarea .grippie {
  width: 76%;
  -khtml-border-bottom-left-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Disabled form elements */
input.form-button-disabled,
input.form-button-disabled:hover,
input.form-button-disabled:focus,
input.form-button-disabled:active,
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
  background: #ededed;
  border-color: #bbb;
  color: #717171;
}
.form-disabled .grippie {
  background-color: #ededed;
  border-color: #bbb;
}
.form-disabled label {
  color: #717171;
}

/* Animated throbber */
html.js input.form-autocomplete {
  background-position: 100% 4px; /* LTR */
}
html.js input.throbbing {
  background-position: 100% -16px; /* LTR */
}

/* Comment form */
.comment-form label {
  float: left; /* LTR */
  font-size: 0.929em;
  width: 120px;
}
.comment-form input,
.comment-form .form-select {
  margin: 0;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.comment-form .form-type-textarea label {
  float: none;
}
.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
  margin-bottom: 10px;
  overflow: hidden;
}
.comment-form .form-type-checkbox,
.comment-form .form-radios {
  margin-left: 120px; /* LTR */
}
.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
  float: none;
  margin-top: 0;
}
.comment-form input.form-file {
  width: auto;
}
.no-sidebars .comment-form .form-text {
  width: 800px;
}
.one-sidebar .comment-form .form-text {
  width: 500px;
}
.two-sidebars .comment-form .form-text {
  width: 320px;
}
.comment-form .form-item .description {
  font-size: 0.786em;
  line-height: 1.2;
  margin-left: 120px; /* LTR */
}
#content h2.comment-form {
  margin-bottom: 0.5em;
}
.comment-form .form-textarea {
  -khtml-border-radius-topleft: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.filter-wrapper label {
  width: auto;
  float: none;
}
.filter-wrapper .form-select {
  min-width: 120px;
}
.comment-form fieldset.filter-wrapper .tips {
  font-size: 0.786em;
}
#comment-body-add-more-wrapper .form-type-textarea label {
  margin-bottom: 0.4em;
}
#edit-actions input {
  margin-right: 0.6em; /* LTR */
}

/* -------------- Other Overrides ------------- */

div.password-suggestions {
  border: 0;
}
.ui-widget-overlay {
  background: #222222;
  opacity: 0.7;
}
div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
  padding: 1em;
}
#forum .name {
  font-size: 1.083em;
}
#forum .description {
  font-size: 1em;
}

/* --------------- Search Form ---------------- */

#block-search-form {
  padding-bottom: 7px;
}
#block-search-form .content {
  margin-top: 0;
}
#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input {
  float: left; /* LTR */
  font-size: 1em;
  height: 1.143em;
  margin-right: 5px;
  width: 9em;
}
#search-block-form input.form-submit,
#search-form input.form-submit {
  margin-left: 0;
  margin-right: 0;
  height: 25px;
  width: 34px;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  border-color: #e4e4e4 #d2d2d2 #b4b4b4;
  /*background: url(../images/search-button.png) no-repeat center top;*/
  overflow: hidden;
}
#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus {
  background-position: center bottom;
}
#search-form .form-item-keys label {
  display: block;
}

/* --------------- Search Results ---------------- */
ol.search-results {
  padding-left: 0;
}
.search-results li {
  border-bottom: 1px solid #d3d7d9;
  padding-bottom: 0.4285em;
  margin-bottom: 0.5em;
}
.search-results li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1em;
}
.search-results .search-snippet-info {
  padding-left: 0;
}

/* -------------- Shortcut Links -------------- */

.shortcut-wrapper {
  margin: 2.2em 0 1.1em 0; /* Same as usual h1#page-title margin. */
}
.shortcut-wrapper h1#page-title {
  float: left; /* LTR */
  margin: 0;
}
div.add-or-remove-shortcuts {
  padding-top: 0.9em;
}
.overlay div.add-or-remove-shortcuts {
  padding-top: 0.8em;
}

/* ---------- Admin-specific Theming ---------- */

.page-admin #content img {
  margin-right: 15px; /* LTR */
}
.page-admin #content .simpletest-image img {
  margin: 0;
}
.page-admin-structure-block-demo .block-region {
  background: #ffff66;
  border: 1px dotted #9f9e00;
  color: #000;
  font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  margin: 5px;
  padding: 5px;
  text-align: center;
  text-shadow: none;
}
.page-admin-structure-block-demo #featured .block-region {
  font-size: 0.55em;
}
.page-admin-structure-block-demo #header .block-region {
  width: 500px;
}
.page-admin #admin-dblog img {
  margin: 0 5px;
}
/* Fix spacing when Seven is used in the overlay. */
#system-theme-settings fieldset {
  padding: 0;
}
#system-theme-settings fieldset .fieldset-legend {
  margin-top: 0;
}
/* Configuration. */
div.admin .right,
div.admin .left {
  width: 49%;
  margin: 0;
}
div.admin-panel {
  background: #fbfbfb;
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 0 5px 5px;
}
div.admin-panel h3 {
  margin: 16px 7px;
}
div.admin-panel dt {
  border-top: 1px solid #ccc;
  padding: 7px 0 0;
}
div.admin-panel dd {
  margin: 0 0 10px;
}
div.admin-panel .description {
  margin: 0 0 14px 7px;
}

/* ---------- Overlay layout styles ----------- */

.overlay #main,
.overlay #content {
  width: auto;
  float: none;
}
.overlay #page {
  padding: 0 2em;
}
.overlay .region-page-top,
.overlay #header,
.overlay #page-title,
.overlay #featured,
.overlay #sidebar-first,
.overlay #triptych-wrapper,
.overlay #footer-wrapper {
  display: none;
}
.overlay-processed .field-type-image {
  display: block;
  float: none;
}
.overlay #messages {
  width: auto;
}

/* ---------- Poll ----------- */

.node .poll {
  margin: 2em 0;
}
.node .poll #edit-choice {
  margin: 0 0 1.5em;
}
.poll .vote-form {
  text-align: left; /* LTR */
}
.poll .vote-form .choices {
  margin: 0;
}
.poll .percent {
  font-size: 0.857em;
  font-style: italic;
  margin-bottom: 3em;
  margin-top: -3.2em;
  float: right;
  text-align: right;
}
.poll .text {
  clear: right;
  margin-right: 2.25em;
}
.poll .total {
  font-size: 0.929em;
  font-style: italic;
  text-align: right; /* LTR */
  clear: both;
}
.node .poll {
  margin: 1.8em 0 0;
}
.node .poll .text {
  margin-right: 6.75em;
}
.node .poll #edit-choice {
  margin: 0 0 1.2em;
}
.poll .bar .foreground {
  background-color: #666;
}
#footer-wrapper .poll .bar {
  background-color: #666;
}
#footer-wrapper .poll .bar .foreground {
  background-color: #ddd;
}
/* The no-margin style is at the end of the stylesheet so it takes precedence over declared styles above*/
.no-margin {
    margin:0;
}

/********** CUSTOM LANDING PAGE STYLES **********/
.clp_study_list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.clp_study_stack {
    padding: 10px;
}

.clp_locations {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
}

.clp_locations_title {
    font-weight: normal;
    font-size: 17px;
    padding: 10px;
    background-color: #58575d;
    color: #fff;
    text-align: center;
    line-height: 25px;
}

.clp_lay_title_box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 700px;
    border-bottom: 1px solid #ccc;
}

.clp_lay_title {
    padding: 10px;
    font-size: 17px;
    cursor: pointer;
    background-color: var(--cu_blue);
    color: #fff;
    margin-bottom: 10px;
    width: calc(400px + 10vw);
}

.clp_lay_title_num {
    padding: 10px;
    font-size: 17px;
    background-color: #a2a2a2;
    color: #fff;
    text-align: center;
}

.clp_site_row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    background-color: var(--cu_blue_0);
}
.clp_site_row_selected {
    background-color: var(--cu_blue_1);
}

.clp_site_row:hover {
    background: var(--cu_blue_hover);
    color: #fff;
}

.clp_site_name {
    font-weight: bold;
    width: 100px;
}

.clp_lay_title:hover {
    background: var(--cu_blue_hover);
}

.clp_slide_content {
    display: none; /*Initially hide so that jQuery slideToggle() can unhide when the title is clicked*/
    border: 1px solid #ccc;
}

.clp_lay_summary {
    margin: 0 15px 0 10px;
    padding: 10px;
    color: #2e2e2e;
    width: 600px;
    font-size: 15px;
}

.clp_lay_summary_head {
    color: #2e2e2e;
    font-size: 17px;
    font-weight: bold;
    margin: 5px 0;
}

.clp_study_sites {
    padding: 10px;
    background-color: aliceblue;
}

.clp_eligible_button {
    width: 100px;
}

/********** DID-HIV CUSTOM LANDING PAGE STYLES **********/
.did_hiv_body {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.did_hiv_home_image {
    position: relative;
    background-image: url('/sites/default/files/did-hiv/did-hiv-main.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 700px;
    width:100%;
}

.did_hiv_treatment_image {
    background-image: url('/recruitme-drupal/sites/default/files/did-hiv/did-hiv-treatment.png');
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 200px;
    height: auto;
    width: 85%;
}
/*The wrapper for the bio page*/
.did_hiv_bio {
    text-align: center;
    margin: 0 auto;
    background-color: rgba(14, 153, 255, 0.06);
}
.did_hiv_bio div:nth-child(odd) {
    background-color: rgba(14, 153, 255, 0.11);
}

#did_hiv_learn_more {
    position: absolute;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    top: 10%;
    left: 5%;
    background: rgba(249, 249, 249, 0.7);
    text-align: center;
    color: #000;

    height: calc(190px + 1vh);
    width: 20vw;
}

#did_hiv_learn_more > * {
    margin-bottom: 15px;
}

.did_hiv_home_intro {
    padding: 20px;
    font-size: 20px;
    background: #6b6b6b;
    color: #ffffff;
}
.did_hiv_intro_larger {
    font-size: 28px;
}

.did_treatment_image_box {
    position: relative;
}

/*
.did_hiv_treatment_intro {
    position: absolute;
    top: 60%;
    left: 5%;
    background: rgba(255, 255, 255, 0.85);
    text-align: center;
    color: #000;
    padding: 20px;
    margin: 10px 0;
    font-size: 20px;
    max-width: 450px;
}
*/

.did_hiv_treatment_intro {
    text-align: center;
    color: #000;
    padding: 20px;
    margin: 0;
    font-size: 20px;
    width: 80%;
}

.did_hiv_button {
    display: inline-block;
    padding: 0 10px;
    /*background-color: var(--cu_blue);*/
    background-color: rgba(0, 73, 143, .75);
    color: #fff;
    text-decoration: none;
    text-align:center;
    cursor: pointer;
    border-radius: 4px;
    font-family: Raleway-SemiBold, Helvetica, sans-serif;
}
.did_hiv_button:hover {
    background: #2365b2;
    color:#fff;
}

/********** did-hiv bio styles **********/
/*
.did_hiv_bio_row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 50px;
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
}
*/

.did_hiv_bio_row {
    margin-bottom: 20px;
}
/*The first child of the bio row needs to have some space to its right*/
.did_hiv_bio_row > div:first-child {
    margin-right: 200px;
}
.did_hiv_bio_row > img:first-child {
    margin-right: 200px;
}
/*
.did_hiv_bio_row > img {
    max-width: 100%;
    max-height: 100%;
}

.did_hiv_bio > div:nth-child(even) {
    background-color: #f7f7f7;
}

.did_hiv_bio > div:nth-child(odd) {
    background-color: #f0f0f0;
}

.did_hiv_bio_image {
    height: 500px;
}

.did_hiv_bio_image img {
    width: 100%;
    max-width: 300px;
    height: auto;
}
*/
/*.did_hiv_bio_image img {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/
.did_hiv_bio {
    text-align: center;
}
.did_hiv_bio_image {
    display: inline-block;
    width: 20%;
    height: auto;
}

.did_hiv_bio_text {
    display: inline-block;
    font-size: 18px;
    max-width: 500px;
}

/********** END DID-HIV SECTION **********/

.height_40px {
    height: 40px;
    line-height: 40px;
}
.height_30px {
    height: 30px;
    line-height: 30px;
}

.h2_cu_blue {
    font-size: calc(14px + (24 - 14) * ((100vw - 300px) / (1600 - 300)));
    font-weight: bold;
    color: var(--cu_blue);
}
.h3_black {
    font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1600 - 300)));
    font-weight: bold;
    color: #000;
}

.text_14_18 {
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
}
/******************** RESPONSIVE FRAMEWORK ********************/

/* Rules for laptops, small desktop screens, and smaller viewports */
@media (max-width: 1199px) {
}

/* Rules for tablets and smaller viewports */
@media (max-width: 991px) {
}

/* Rules for smartphones only */
@media (max-width: 767px) {
}