/* ==========================================================================
     Homepage Panel fixes 
========================================================================== */
.front .main-section{
    display: table;
}


.panels-flexible-row,
.front .panels-flexible-region-first.panels-flexible-region-last
{
    width: 100%;
}

.front .panels-flexible-region
{
    width: 300px;
    margin-right: 20px;
    padding: 0;
}

.front .panels-flexible-row .panels-flexible-region:last-child
{
    margin-right: 0px;
}

.front .panels-flexible-region-inside
{
    padding: 0;
}

.front .panels-flexible-row p:last-child
{
    margin-bottom: 0;
}

/* ==========================================================================
     Homepage Panel fixes 
========================================================================== */

/* ==========================================================================
     General Style Fixes
========================================================================== */


.hhs-blue-header .logo a:link, .hhs-blue-header .logo a:visited{
    color: #fcaf10;
    display: block;
    width: 204px;
    height: 50px;
    text-indent: -1000em;
    z-index: 2000;
    background: url(../../../../all/themes/project_h/css/images/hhs_logo.png) no-repeat;
}

.global-search-btn{
    border: none;
    float: right;
    margin: 2px;
    width: 42px;
    height: 42px;
    text-indent: -9999px;
    background: url(../../../../all/themes/project_h/css/images/search-icon-blue.png) 10px #fbbb3d no-repeat;
}

.site-title a {
    color: #f8b204 !important;
    text-decoration: none;
}

.views-field-field-subsite-billboard-teas-txt .field-content,
.views-field-field-subsite-billboard-teas-tst .field-content {
    padding: 20px !important;
}

.hp-logo .ohrp-logo img {
    max-width: inherit;
}

.region-content .first-tile li {
    background: url(/ohrp/sites/all/themes/project_h/css/images/blue-arrow.png) no-repeat 0px 11px;
	padding: 10px 0px 10px 20px!important;
}

.submitted {
    display: none;
}

label[for=edit-jump] {
    color: #333333;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight: bold;
}

/* Fix border issue on addThis bar */
.addthis ul {
    padding: 3px;
}

/* Remove extra bottom border on landing pages. */
.site-content-with-left-nav .block-panels-mini > .panel-flexible {
    padding-bottom: 0;
    border-bottom: none;
}

select::-ms-expand {
    display: none;
}

.back-to-top {
    background: transparent url("/ohrp/sites/default/themes/iia/css/images/back-to-top.png") no-repeat scroll center 50%;
    bottom: 20px;
    cursor: pointer;
    display: none;
    height: 30px;
    position: fixed;
    text-indent: -9999px;
    width: 65px;
    z-index: 888;
}

.first-tile .pane-content {
    height: auto;
    max-height: 260px;
    overflow: hidden;
}

h2.pane-title {
    display: none!important;
}

.hhs-blue-header .sticky-nav-search {
    left: 893px;
}

.block-panels-mini .pane-node.first-tile {
    width: 310px;
    height: 280px;
}

/* Fix for active state not triggering on the left nav items. */
.determination-letter-active .region-left-nav a[href="/ohrp/compliance-and-reporting/determination-letters/index.html"],
.meeting .region-left-nav a[href="/ohrp/sachrp-committee/meetings/index.html"],
.recommendation .region-left-nav a[href="/ohrp/sachrp-committee/recommendations/index.html"],
.news-and-announcements-active .region-left-nav a[href="/ohrp/news/announcements-and-news-releases/index.html"],
.federal-register-notices-active .region-left-nav a[href="/ohrp/news/federal-register-notices/index.html"],
.members-active .region-left-nav a[href="/ohrp/sachrp-committee/members/index.html"],
.subcommittees-active .region-left-nav a[href="/ohrp/sachrp-committee/subcommittees/index.html"]  {
    color: #000;
    background: #eee;
}

/* Override for spacing under last panel row on homepage */
.front .panels-flexible-independent_ia-inside > .panels-flexible-row:last-of-type {
    padding-bottom: 30px;
}


/* ==========================================================================
     OHRP Navigation
========================================================================== */

/* Fix for space between the top bar and the floating nav. */
.navbar-fixed-top .hhs-global-nav {
    margin: 0 auto;
}

a.ohrp-nav-about-ohrp, 
a.ohrp-nav-regulations-policy, 
a.ohrp-nav-register-irbs-obtain-fwas, 
a.ohrp-nav-news, 
a.ohrp-nav-education-outreach, 
a.ohrp-nav-compliance-reporting,
a.ohrp-nav-sachrp-committee,
a.ohrp-nav-international {
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    color: #FFF;
    float: left;
    width: 220px;
    height: 60px;
    font-family: helvetica, arial, sans-serif;
    font-size: 14px;
    line-height:20px;
}

#main-menu a.ohrp-nav-about-ohrp { 
    color: #fff;
    padding: 20px 24px 20px 88px;
    background:url(images/about_ohrp_white.png) 30px center #B24038 no-repeat;
    font-weight: bold;
    width: 220px;
}

#main-menu a.ohrp-nav-about-ohrp:hover { 
    background:url(images/about_ohrp_white.png) 30px center #9E3831 no-repeat;
    color: #fff;
}

#main-menu a.ohrp-nav-about-ohrp.active,
.about-ohrp #main-menu a.ohrp-nav-about-ohrp { 
    color: #666;
    background:url(images/about_ohrp_gray.png) 30px center #e9eaeb no-repeat; 
    border: solid 2px #B24038;
}
    
#main-menu a.ohrp-nav-regulations-policy { 
    color: #fff;
    padding: 8px 32px 20px 90px;
    background:url(images/regulations_and_policy_white.png) 28px center #317687 no-repeat;
    font-weight: bold;
    width: 220px;
}

#main-menu a.ohrp-nav-regulations-policy:hover { 
    background:url(images/regulations_and_policy_white.png) 28px center #25606E no-repeat;
    color: #fff;
}

#main-menu a.ohrp-nav-regulations-policy.active,
.regulations-policy #main-menu a.ohrp-nav-regulations-policy { 
    color: #666;
    background:url(images/regulations_and_policy_gray.png) 28px center #e9eaeb no-repeat;
    border: solid 2px #317687;
}

#main-menu a.ohrp-nav-register-irbs-obtain-fwas { 
    color: #fff;
    padding: 10px 10px 10px 70px;
    background:url(images/register_irbs_white.png) 30px #716377 no-repeat; 
    font-weight: bold;
    width: 220px;   
}

#main-menu a.ohrp-nav-register-irbs-obtain-fwas:hover { 
    background:url(images/register_irbs_white.png) 30px center #65596B no-repeat;
        color: #fff;
}

#main-menu a.ohrp-nav-register-irbs-obtain-fwas.active,
.register-irbs-and-obtain-fwas #main-menu a.ohrp-nav-register-irbs-obtain-fwas { 
    color: #666;
    background:url(images/register_irbs_gray.png) 30px #e9eaeb no-repeat;
    border: solid 2px #716377;
}

#main-menu a.ohrp-nav-news { 
    color: #fff;
    padding: 20px 24px 20px 78px;
    background:url(images/news_white.png) 60px center #383d6b no-repeat;
    font-weight: bold;
    width: 220px;   
}

#main-menu a.ohrp-nav-news:hover { 
    background:url(images/news_white.png) 60px center #2E335C no-repeat;
        color: #fff;
}

#main-menu a.ohrp-nav-news.active,
.news #main-menu a.ohrp-nav-news { 
    color: #666;
    background:url(images/news_gray.png) 60px center #e9eaeb no-repeat; 
    border: solid 2px #383d6b;
    
}

#main-menu a.ohrp-nav-education-outreach { 
    color: #fff;
    padding: 10px 25px 20px 85px;
    background:url(images/education_and_outreach_white.png) 35px center #C84D11 no-repeat; 
    font-weight: bold;
    width: 220px;
}

#main-menu a.ohrp-nav-education-outreach:hover { 
    background:url(images/education_and_outreach_white.png) 35px center #AC441F no-repeat;
        color: #fff;
}

#main-menu a.ohrp-nav-education-outreach.active,
.ohrp-nav-education-outreach #main-menu a.ohrp-nav-education-outreach { 
    color: #666;
    background:url(images/education_and_outreach_gray.png) 35px center #e9eaeb no-repeat;
    border: solid 2px #C84D11;
}

#main-menu a.ohrp-nav-compliance-reporting { 
    color: #fff;
    padding: 10px 18px 20px 70px;
    background:url(images/compliance_and_reporting_white.png) 40px center #64770B no-repeat; 
    font-weight: bold;
    width: 220px;
}

#main-menu a.ohrp-nav-compliance-reporting:hover { 
    background:url(images/compliance_and_reporting_white.png) 40px center #586B2D no-repeat;
        color: #fff;
}

#main-menu a.ohrp-nav-compliance-reporting.active,
.compliance-and-reporting #main-menu a.ohrp-nav-compliance-reporting { 
    color: #666;
    background:url(images/compliance_and_reporting_gray.png) 40px center #e9eaeb no-repeat;
    border: solid 2px #64770B;
}

#main-menu a.ohrp-nav-sachrp-committee { 
    color: #fff;
    padding: 10px 25px 20px 75px;
    background:url(images/sachrp_white.png) 50px center #127AB5 no-repeat; 
    font-weight: bold;
    width: 220px;
}

#main-menu a.ohrp-nav-sachrp-committee:hover { 
    background:url(images/sachrp_white.png) 50px center #176EA3 no-repeat;
        color: #fff;
}

#main-menu a.ohrp-nav-sachrp-committee.active,
.sachrp-recommendations #main-menu a.ohrp-nav-sachrp-committee { 
    color: #666;
    background:url(images/sachrp_gray.png) 50px center #e9eaeb no-repeat;
    border: solid 2px #127AB5;
}

#main-menu a.ohrp-nav-international { 
    color: #fff;
    padding: 20px 24px 20px 78px;
    background:url(images/international_white.png) 40px center #A34869 no-repeat; 
    font-weight: bold;
    width: 220px;
}

#main-menu a.ohrp-nav-international:hover { 
    background:url(images/international_white.png) 40px center #943F5E no-repeat;
        color: #fff;
}

#main-menu a.ohrp-nav-international.active,
.international #main-menu a.ohrp-nav-international { 
    color: #666;
    background:url(images/international_gray.png) 40px center #e9eaeb no-repeat;
    border: solid 2px #A34869;  
}

.navbar-fixed-top #main-menu a.ohrp-nav-about-ohrp, 
.navbar-fixed-top #main-menu a.ohrp-nav-regulations-policy, 
.navbar-fixed-top #main-menu a.ohrp-nav-register-irbs-obtain-fwas, 
.navbar-fixed-top #main-menu a.ohrp-nav-news, 
.navbar-fixed-top #main-menu a.ohrp-nav-education-outreach, 
.navbar-fixed-top #main-menu a.ohrp-nav-compliance-reporting, 
.navbar-fixed-top #main-menu a.ohrp-nav-sachrp-committee,
.navbar-fixed-top #main-menu a.ohrp-nav-international {
    background-image: none !important;
    padding: 10px;
    width: 235px;
    font-size: 15px;
        line-height:17px;
    -webkit-transition: padding 0.3s ease; 
    -moz-transition: padding 0.3s ease; 
    -ms-transition: padding 0.3s ease; 
    -o-transition: padding 0.3s ease; 
    transition: padding 0.3s ease;
    margin-bottom:0px;
    height: 40px;
    text-align: center;
}

.navbar-fixed-top a.ohrp-nav-about-ohrp, 
.navbar-fixed-top a.ohrp-nav-regulations-policy, 
.navbar-fixed-top a.ohrp-nav-register-irbs-obtain-fwas, 
.navbar-fixed-top a.ohrp-nav-news, 
.navbar-fixed-top a.ohrp-nav-education-outreach
.navbar-fixed-top a.ohrp-nav-compliance-reporting, 
.navbar-fixed-top a.ohrp-nav-sachrp-committee, 
.navbar-fixed-top a.ohrp-nav-international {
    padding: 8px 10px;
    margin: 0;
    height: 40px;
}


@media only screen and (max-width: 767px) {
    .slicknav_nav a.ohrp-nav-about-ohrp, 
    .slicknav_nav a.ohrp-nav-about-ohrp.active, 
    .slicknav_nav a.ohrp-nav-regulations-policy, 
    .slicknav_nav a.ohrp-nav-regulations-policy.active, 
    .slicknav_nav a.ohrp-nav-register-irbs-obtain-fwas, 
    .slicknav_nav a.ohrp-nav-register-irbs-obtain-fwas.active, 
    .slicknav_nav a.ohrp-nav-news, 
    .slicknav_nav a.ohrp-nav-news.active, 
    .slicknav_nav a.ohrp-nav-education-outreach, 
    .slicknav_nav a.ohrp-nav-education-outreach.active,
    .slicknav_nav a.ohrp-nav-compliance-reporting, 
    .slicknav_nav a.ohrp-nav-compliance-reporting.active,
    .slicknav_nav a.ohrp-nav-sachrp-committee, 
    .slicknav_nav a.ohrp-nav-sachrp-committee.active,
    .slicknav_nav a.ohrp-nav-international,
    .slicknav_nav a.ohrp-nav-international.active {
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            background-color: #185394;
            background-image: none;
            border-color: -moz-use-text-color -moz-use-text-color #4b73a3;
            border-image: none;
            border-style: none none solid;
            border-width: medium medium thin;
            color: #fff;
            display: block;
            font-size: 20px;
            font-weight: normal;
            margin: 0;
            padding: 10px 0;
            text-align: center;
            width: 100%;
            height: 49px;
    }
}


/* ==========================================================================
    Homepage
========================================================================== */


.hp-text{
    width: 70%;
    float: left;
}

.hp-logo{
    width: 25%;
    float: right;
}

.ohrp-description .desc-text.last{
    margin-top: 10px; 

}


/* ==========================================================================
    SACHRP Committe -- Meeting
========================================================================== */


.node-type-ohrp-sachrp-meeting h1 {
    display:none;
}

.node-type-ohrp-sachrp-meeting h1.fullTitle {
    display: block !important;
}

.view-id-sachrp_meetings .views-row {
    margin-bottom: 5px;
}

table .agenda{
    border: solid 1px #a5d2ef;
    width:540px;

}

table .agenda tr {
    vertical-align: top;
}

table.agenda td{
    vertical-align: top;
    width:218px;
}

table.agenda th {
    font-weight: bold;
    text-align: center;
}
.agendaBottomRow {
    background-color: #f7f7f7;
}
F
.agendaBTopRow {
    background-color: #d4f0fe;
    padding: 10px;
}


table.agenda ul{
    padding-left:10px;
    padding-top:0px;
    margin-top: 0px;
}

table.agenda ul li{
    padding-left:0px;
    padding-top:0px;
}

.view-id-sachrp_meetings .views-field-field-sachrp-meeting-start-date {
    float: left;
}

.row-with-margin{
    margin:0 0 20px;
}

/* Previous Meetings Filter*/
.view-previous-meeting-materials- form {
    background-color: #f7f7f7;
    border: 1px solid #cfcfcf;
    padding: 15px;
}

.view-previous-meeting-materials- form#filter-form select {
    -moz-appearance: none;
    background: #e9e9eb url("/ohrp/sites/all/themes/project_h/css/images/drop-down.jpg") no-repeat scroll right center;
    box-shadow: none;
    width: 513px !important;
}

.view-previous-meeting-materials- .form-select:not([multiple="multiple"]) {
    -moz-appearance: none;
    background: #e9e9eb url("/ohrp/sites/all/themes/project_h/css/images/drop-down.jpg") no-repeat scroll right center;
    width: 513px !important;
}

.view-previous-meeting-materials- .btn {
    background-color: #fbbb3d;
    border: medium none;
    border-radius: 0;
    bottom: 49px;
    color: #185394;
    float: right;
    font-weight: bold;
    position: relative;
    width: 80px;
}

/*Related Reccomendations*/
.page-sachrp-meetings-sachrp-meetingshtml-2015 .block-views-releated-recommendations-block {
    display: none;
}

.page-sachrp-meetings-sachrp-meetingshtml-2016 .block-views-releated-recommendations-block {
    display: none;
}

.block-views-releated-recommendations-block {
    background-color: #f7f7f7;
    border: 1px solid #cdcdcd;
    padding: 20px;
    margin-bottom: 30px;l
}

.block-views-releated-recommendations-block h2{
    margin-top:0px;
}

/* Previous Meetings Filter*/
.view-previous-meeting-materials- form {
    background-color: #f7f7f7;
    border: 1px solid #cfcfcf;
    padding: 15px;
}

.view-previous-meeting-materials- form#filter-form select,
.view-previous-meeting-materials- .form-select:not([multiple="multiple"]) {
    -moz-appearance: none;
    background: #e9e9eb url("/ohrp/sites/all/themes/project_h/css/images/drop-down.jpg") no-repeat scroll right center;
    box-shadow: none;
    width: 513px !important;
}

.view-previous-meeting-materials- .form-select:not([multiple="multiple"]) {
    -moz-appearance: none;
    background: #e9e9eb url("/ohrp/sites/all/themes/project_h/css/images/drop-down.jpg") no-repeat scroll right center;
    width: 513px !important;
}

.view-previous-meeting-materials- .btn {
    background-color: #fbbb3d;
    border: medium none;
    border-radius: 0;
    bottom: 49px;
    color: #185394;
    float: right;
    font-weight: bold;
    position: relative;
    width: 80px;
}


/* ==========================================================================
    SACHRP Committee -- Recommendations
========================================================================== */


.view-id-ohrp_faq_category form, 
.view-id-ohrp_sachrp_recommendations #ctools-jump-menu,
.view-ohrp-sachrp-recommendations form {
    background-color: #f7f7f7;
    border: 1px solid #cfcfcf;
    padding: 15px;
}

#sachrp-recommendations-search-container .hhs-search-form {
    margin-bottom: 20px;
}

.view-id-ohrp_faq_category form#filter-form select,
.view-id-ohrp_sachrp_recommendations form#filter-form select {
    -moz-appearance: none;
    background: #e9e9eb url("/ohrp/sites/all/themes/project_h/css/images/drop-down.jpg") no-repeat scroll right center;
    box-shadow: none;
    width: 513px !important;
}

.view-id-ohrp_faq_category .form-select:not([multiple="multiple"]),
.view-id-ohrp_sachrp_recommendations .form-select:not([multiple="multiple"]) {
    -moz-appearance: none;
    background: #e9e9eb url("/ohrp/sites/all/themes/project_h/css/images/drop-down.jpg") no-repeat scroll right center;
    width: 513px !important;
}

.view-id-ohrp_faq_category .btn,
.view-id-ohrp_sachrp_recommendations .btn {
    background-color: #fbbb3d;
    border: medium none;
    border-radius: 0;
    bottom: 49px;
    color: #185394;
    float: right;
    font-weight: bold;
    position: relative;
    width: 80px;
}

.view-id-ohrp_sachrp_recommendations .btn,
.view-filter-recommendation-by-topic .btn.form-submit {
    bottom: 34px;
}

/* SACHRP Recommendations Topics Filter*/
.view-id-sachrp_topics form {
    background-color: #f7f7f7;
    border: 1px solid #cfcfcf;
    padding: 15px;
}

.view-id-sachrp_topics form#filter-form select {
    -moz-appearance: none;
    background: #e9e9eb url("/ohrp/sites/all/themes/project_h/css/images/drop-down.jpg") no-repeat scroll right center;
    box-shadow: none;
    padding-left: 12px;
    width: 513px !important;
}

.view-id-sachrp_topics .form-select:not([multiple="multiple"]) {
    -moz-appearance: none;
    background: #e9e9eb url("/ohrp/sites/all/themes/project_h/css/images/drop-down.jpg") no-repeat scroll right center;
    width: 513px !important;
}


.view-id-sachrp_topics .btn {
    background-color: #fbbb3d;
    border: medium none;
    border-radius: 0;
    bottom: 49px;
    color: #185394;
    float: right;
    font-weight: bold;
    position: relative;
    width: 80px;
}

.views-field-field-date-of-recommendation  {
    margin-bottom: 20px;
}

.views-field-field--date-of-letter {
      margin-bottom: 20px;
}

.recommendation-package {
    display: block;
    margin-left: 10px !important;
    margin-top: 8px;
}

.container-inline div, .container-inline label {
    display: inline;
    font-size: 17px;
}

#site-content .view-all-recommendations-button {
    display: inline-block;
    background: #fbbb3d url("/ohrp/sites/all/themes/iia/css/images/view-all-arrow.png") no-repeat 260px center;
    padding: 10px 30px 10px 10px;
    font-weight: bold;
    color: #185394;
    text-decoration: none;
}


/* ==========================================================================
     OHRP Letter Content Type
========================================================================== */


.node-ohrp-letter .date-display-single {
    display: block;
    margin-bottom: 20px;
}

.addressee {
    display: block;
    margin-bottom: 20px;
}

.re {
    font-weight: bold;
}


.regarding{
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
}

.label-inline {

    float:left;
}

.meetingMembers {
    font-weight: bold;
}

.MembersColLeft {
    float: left;
    margin-right:120px;
}

.MembersColRight {
    float: left;
}


/* ==========================================================================
     OHRP News
========================================================================== */

.block-panels-mini-ohrp-news {
    border-bottom: thin solid #cfcfcf;
    padding-bottom: 30px;
}

.past-ohrp-announcement-list {
    padding: 15px 0; 
    border-top: solid thin #ccc;
    border-bottom: solid thin #ccc;
}

#site-content .recent-announcements-block .view-content a {
    display: block;
    padding-bottom: 5px;
    text-decoration: underline;
}

.ohrp-news-header {
    font-size: 20px;
}

/* Recent Block Styles */
.recent-block {
    float: left;
    width: 300px;
    height: 277px;
    border: 1px solid #cdcdcd;
    background-color: #f6f7f7;
    padding: 20px;
    margin: 20px 20px 0 0;
    z-index: 1;
}

.recent-block h2.title {
    color: #000;
    font-size: 20px;
    margin-top: 0;
}

.recent-block .view-content .views-row{
    margin-bottom: 0;
    padding: 0px 0 5px 0;
    border-bottom: 1px solid #ccc !important;
    display: block;
}

.recent-block .view-content .views-row-last{
    border-bottom: none !important;
}

.recent-block .view-footer {
    border-top: 1px solid #ccc;
    padding-top: 7px;
}

/* Displays gray line above recent block on OHRP homepage. */
.front .region-iia-mini-panels {
    border-top: thin solid #cfcfcf;
}

/* ==========================================================================
     OHRP News -- Announcements & News Releases
========================================================================== */


.view-ohrp-announcements-news-releases .view-content > .views-row {
    padding: 20px 0;
    border-bottom: solid thin #ccc;
}

.view-ohrp-announcements-news-releases .view-content > .views-row.views-row-last {
    border-bottom: none;
}

.view-ohrp-announcements-news-releases.view-display-id-block_1 .view-content > .views-row {
    padding: 10px 0 15px 0;
    border-bottom: none; 
}

.view-ohrp-announcements-news-releases .views-field-field-news-date-published {
    padding: 10px 0 0;
}

.node-ohrp-announcement .field-name-field-news-date-published {
    padding: 20px 0;
}

.node-ohrp-announcement .field-name-field--announcement-type {
    display: none;
}

.announcement-year-filter .view-content h3 {
    margin-top: 10px;
    padding-top: 20px;
    border-top: thin solid #cfcfcf;
}

.announcement-year-filter .view-content h3:first-of-type {
    padding-top: 0;
    margin-top: 20px;
    border-top: none;
}


/* ==========================================================================
     Compliance & Reporting -- Determination Letters
========================================================================== */


.view-ohrp-compliance-reporting-view .view-header hr {
    margin-top: 0;
}

.view-ohrp-compliance-reporting-view .view-content form {
    background-color: #f7f7f7;
    border: 1px solid #cfcfcf;
    padding: 15px;
}

.view-ohrp-compliance-reporting-view .view-content label {
    display: block;
}

.view-ohrp-compliance-reporting-view .view-content .form-select:not([multiple="multiple"]) {
    display: inline;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #e9e9eb url("/ohrp/sites/all/themes/project_h/css/images/drop-down.jpg") no-repeat scroll right center;
    box-shadow: none;
    width: 513px !important;
}


.view-ohrp-compliance-reporting-view .view-content .btn {
    display: inline;
    background-color: #fbbb3d;
    border: medium none;
    border-radius: 0;
    color: #185394;
    font-weight: bold;
    position: relative;
    width: 80px;
}

.view-ohrp-compliance-reporting-view .view-content .btn[disabled],
.view-previous-meeting-materials- .view-content .btn[disabled],
.view-ohrp-sachrp-recommendations .view-content .btn[disabled],
.view-sachrp-topics #filter-form .btn[disabled] {
    opacity: 1;
}

.view-ohrp-compliance-reporting-view .view-content > .views-row {
    border-bottom: solid thin #cfcfcf;
    padding-bottom: 20px;
}

.view-ohrp-compliance-reporting-view.announcement-year-filter .view-content > .views-row {
    border-bottom: none;
    padding-bottom: 0;
}

.view-ohrp-compliance-reporting-view .view-content > .views-row:last-of-type {
    border-bottom: none;
}

.node-type-ohrp-letter .field-name-field--regarding {
    padding: 20px 0;
    font-weight: bold;
}

.node-type-ohrp-letter .field-name-field-letter-type {
    display: none;
}

.node-type-ohrp-letter .field-name-field--meeting-members {
    margin: 20px 0 30px;
    padding: 20px 0;
    border-top: thin solid #cfcfcf;
    border-bottom: thin solid #cfcfcf;
}

.field-name-field--meeting-members > .meeting-members-label {
    font-weight: bold;
    margin-bottom: -10px;
}

.meeting-members-body {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}

.meeting-members-body > .meeting-member {
    display: inline-block;
    margin: 20px 0 0;
}

.view-ohrp-determination-letter-view .view-grouping-header h2 {
    font-size: 24px;
    padding: 20px 0;
    margin: 0;
    border-top: solid thin #cfcfcf;
}

.view-ohrp-determination-letter-view .ui-widget-content {
    border: none;
    background: none;
}

.views-accordion-ohrp_determination_letter_view-page-header h3 {
    font-size: 14px;
    font-weight: bold;
    padding-right: 39px;
    margin: 0;
}

.view-ohrp-determination-letter-view .views-accordion-ohrp_determination_letter_view-page-header {
    padding: 20px 0;
    border-top: thin solid #cfcfcf;
}

.view-ohrp-determination-letter-view .views-accordion-ohrp_determination_letter_view-page-header:first-of-type {
    border-top: none;
}

#site-content .views-accordion-ohrp_determination_letter_view-page-header a {
    text-decoration: none;
}

.ui-accordion .views-accordion-ohrp_determination_letter_view-page-header.ui-accordion-header .ui-accordion-header-icon {
    top: 13px;
}

.node-ohrp-letter .field-name-letter-body {
    padding-top: 20px;
    margin-top: 20px;
    border-top: solid thin #cfcfcf;
}

.view-ohrp-determination-letter-view .view-content .views-field-field-full-title > h4 {
    margin-top: 20px;
}

.view-ohrp-determination-letter-view .view-content .views-field-field-full-title a {
    display: block;
    padding-bottom: 5px;
}

.related-citations {
    background: #f7f7f7;
    border: 1px solid #cdcdcd;
    padding: 20px;
    margin: 20px 0;
}

.related-citations h2 {
    margin-top: 0;
}

.related-citations a {
    display: block;
    padding-bottom: 5px;
}

/* Previous Determination Letters Filter*/

.page-news .view-ohrp-announcements-news-releases .views-row-1 h2 {
    margin-top: 0;
}

.page-news .view-ohrp-announcements-news-releases h2 {
    margin-top: 20px;
}

/* ==========================================================================
     Accordion Styles
========================================================================== */

.accordion {
    border-bottom: solid 1px #c4c4c4;
}

.accordion h3 a.accordion-toggle {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff url("/ohrp/sites/default/themes/iia/css/images/arrow-square.png") no-repeat scroll 590px -39px !important;
    border-image: none;
   /* border-style: solid solid none;*/
    border-width: 1px 0 medium;
    margin: 0;
    padding-right: 39px;
    /*color:#185394 !important;*/
    font-size:14px;
    font-weight:bold;
    display:block;
    width: 100%;
    padding-left: 0px;
    height: 100%;
    float: left;

}

.accordion h3.active a.accordion-toggle {
    background-position: 590px 11px !important;
}
.accordion .text {
    background: #fff none repeat scroll 0 0;
    margin: 0;
    padding: 10px 30px 20px;
    border: none;
}

.accordion-heading a {
    display: inline-block;
    padding: 15px;
    margin-left: -40px;
    width: 95%;
}

.accordion-heading a:focus{
    display:block;
}

.accordion h3 {
    padding:7px;
    background: none;
    line-height: 15px;
}

.panel-heading {
    padding: 0px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    margin-left: 0px;
}

.panel-default {
    border: none;
}

.panel-title {
    background-color: #fff !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    top: -4px;
}

.views-row.accordion-row span.accordion-title {
    font-size: 14px;
    font-weight: bold;
    padding-right: 39px;
}


/* ==========================================================================
     Footnotes
========================================================================== */

sup {
    display: inline-block;
    text-align: center;
    -webkit-font-smoothing:antialiased;
    background: url("/ohrp/sites/default/themes/iia/css/images/ellipsis.png")no-repeat center center;
    background-size: cover;
    border-radius: 2px;
}
.sup-box {
    max-width: 220px;
    width: auto;
    max-height: 120px;
    padding: 10px;
    border: 2px solid #000;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 5px rgba(0,0,0,.3);
    position: absolute;
    vertical-align: middle;
    word-wrap:break-word;
    z-index: 100;
}
.sup-box:after {
    content: "";
    width: 0px;
    height: 0px;
    border: 5px solid #000;
    border-color: rgba(255,255,255,0) #000 #000 rgba(255,255,255,0);
    z-index: 99;
    position: absolute;
    bottom: -6px;
    margin-left: -6px;
    left: 50%;
    box-shadow: 2px 2px 3px rgba(0,0,0,.1);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
}

select::-ms-expand {
    display: none;
} 

.first-tile .pane-content {
    height: auto;
    max-height: 260px;
    overflow: hidden;
} 

.topic-box h2, .node-basic-snippet h2{
    margin: 0 0 10px;
}


/* ==========================================================================
     Print Styles
========================================================================== */

@media print {
    .view-ohrp-determination-letter-view .ui-widget-content, 
    .accordion-row .ui-widget-content {
        display: block !important;
    }

    img {
        display: block;
        page-break-before: always!important;
    }

}

/* ==========================================================================
     Media Queries
========================================================================== */

@media only screen and (max-width: 767px) {

    .panel-flexible {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    /* Fix for mobile tiles not displaying full width.  Remove when Enterprise deploys fix. 5/10/2016 */
    .front .panels-flexible-region {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .front .panels-flexible-region {
        margin-top: 0;
    }

    .front .flip-card, .front .crosslink-tile {
        margin-top: 0;
    }

    /* End Fixes. 5/10/2016 */

    .hhs-blue-header .logo a:link, .hhs-blue-header .logo a:visited {
        height: 60px;
        width: inherit;
        background: url(../../../../all/themes/project_h/css/images/hhs_logo.png) 0px 1px no-repeat !important;
    }
    
    .hp-text {
        display: block;
        width: 100%;
    }

    .hp-logo {
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .meeting-members-body {
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
    }

    .meeting-members-body > .meeting-member {
        display: block;
    }

    table .agenda{
        width:100%;

    }

    table.agenda td{
        width:100%;
    }

    /* Fix for mobile search icon not displaying on mobile */
    .front .navbar-fixed-top .mobilesearch,
    .not-front .navbar-fixed-top .mobilesearch {
        background: rgba(0, 0, 0, 0) url("/ohrp/sites/all/themes/project_h/css/images/persistent-header-search-icon-mobile.png") no-repeat scroll 10px 8px !important;
    }

    .mobilesearch a {
        padding-top: 5px;
    }

    .recent-block {
        float: none;
        width:100%;
    }

    .accordion-row .accordion-title { 
        margin: 0;
    }

    .accordion h3 a.accordion-toggle {
        background: #fff url("/ohrp/sites/default/themes/iia/css/images/arrow-square.png") no-repeat scroll 305px -30px !important;
    }

    .accordion h3.active a.accordion-toggle {
    background-position: 305px 24px !important;
}

    .view-ohrp-compliance-reporting-view .view-content .form-select:not([multiple="multiple"]) {
        width: 100%!important;
        padding: 5px;
        margin-bottom: 15px;
    }

    .accordion-row .accordion-title {
        margin: 0 !important;
    }

    .view-id-ohrp_sachrp_recommendations .form-select:not([multiple="multiple"]),
    .view-filter-recommendation-by-topic .form-select:not([multiple="multiple"]) {
        margin-bottom: 15px;
    }

    .view-id-ohrp_sachrp_recommendations .btn,
    .view-filter-recommendation-by-topic .btn.form-submit {
        float: none;
        bottom: 0;
    }

}

