/*------------------------------------------
        General Styles 
------------------------------------------*/

body {
    background: #f5f5f5;  
}

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}

Strong {
    color: #555;
    font-weight: bold;
}

.content-wrapper a {
    color: #05a;
    text-decoration: none;
}

.pdf {
    font-size: 78%;
}

/*Come back and just add class to image*/
a.extlink > img {      
    padding-left: 4px;
}

.exit-link-icon {
    padding: 0 0 0 5px;
    width: 11px !important;    
}

/*--------------------------------------------------
  Header Styles: Navigation, Links, and Search
--------------------------------------------------*/

.logo-title-link {
    background: transparent url(../images/logo-iacc-desktop.png) no-repeat left top;
    width: 374px;
}

.utility-links {
    float: right;
    margin: 13px 2px 0 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6b6b6b;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #6b6b6b;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #6b6b6b;
}
:-moz-placeholder { /* Firefox 18- */
  color: #6b6b6b;
}

.search-wrapper {
    float: right;
    margin: 30px 2px 0 0;
}

.searchbtn,
.menubtn,
.mobile-search,
.utility-last {
    display: none;
}

.search-box {
    border: 0;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    height: 30px;
    font-size: 90%;
    padding: 0;
    padding-left: 10px;
}

.search-button {  
    border: 0;
    border-left: 1px solid #4c4c4c;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    font-size: 90%;
    height: 30px;
    margin-left: -5px;
    padding: 0 10px;
}

.nav-wrapper {
    background: #6b6b6b;
}

.main-nav-list {
    font-size: 90%;
    background: #999;
    line-height: 1.2;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    display: block;
    font-size: 118%;
    line-height: 1.2;
    overflow: auto;
    z-index: 1000;
}

#home .nav-home .nav-link,
#publications .nav-publications .nav-link,
#news .nav-news .nav-link,
#meetings .nav-meetings .nav-link,
#funding .nav-funding .nav-link,
#resources .nav-resources .nav-link,
#aboutiacc .nav-aboutiacc .nav-link,
#aboutoarc .nav-aboutoarc .nav-link {
    background: #05a;
}

.nav-link {
    display: block;
    text-decoration: none;
    padding: 0.5em 0.6em;
    color: #fff;
}

.nav-list-item {    
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    float: left;
    transition: background-color 0.3s ease;
}

.nav-list-item:hover {
    background: #05a;
}

.nav-list-subitem:hover,
#home nav .nav-home .nav-link:hover,
#publications nav .nav-publications .nav-link:hover,
#news nav .nav-news .nav-link:hover,
#meetings .nav-meetings .nav-link:hover,
#funding .nav-funding .nav-link:hover,
#resources .nav-resources .nav-link:hover,
#aboutiacc .nav-aboutiacc .nav-link:hover,
#aboutoarc .nav-aboutoarc .nav-link:hover {
    background: #036;
}

.nav-list-item:last-child {
    border: none;
}

.nav-list-item:hover .main-nav-sublist {
    left: auto;
}

.main-nav-sublist {
    background: #05a;
    left: -999em;
    position: absolute;
    width: 15em;    
    /* using left instead of display to hide menus because display: none isn't read by screen readers */
    z-index: 1000;
}


/*--------------------------------------------------
   Left and Right Columns - Navigation and Lists
--------------------------------------------------*/

.lftcol-wrapper {
    float: left;
    margin-right: 14px;
    width: 208px;
}

.lftcol-box {
    border: 1px solid #ddd;
    background: #fff;
    padding-bottom: 4px;
    width: 100%;
}

.lftcol-box .category-main-header.blue {
    background: #05a;
    border: 1px solid #fff;
    color: #fff;
    font-size: 91%;
    margin: 0;
    padding: 4px 0 4px 8px;
    width: auto;
}

.scrolling-nav {
    width: 208px;
}

.hider {
    display: none;
}

.left-nav-header {
    color: #fff !important;
}

.lftcol-box .left-nav-header:hover {
    color: #fff;
    text-decoration: none;
}

.left-right-col-list {
    margin: 0;
    padding: 4px 4px 0 9px;
}

.lftcol-shadow {
    background: url(../images/lftcol-shadow.png) no-repeat top center;
    height: 14px;
    margin: 0;
    padding: 0;
}

.left-col-link {
    font-size: 97%;
}

.left-col-link.active {
    font-weight: bold;
}

.left-col-item {
    color: #05a;
    font-size: 93%;
}

.rtcol-wrapper {
    float: right;
    width: 208px;
}

.rtcol-box {
    background: #fff;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    width: 100%;
}

.rtcol-wrapper .hide-box {
    display: none;
}

.rtcol-box .category-main-header {
    border: 1px solid #fff;
    color: #fff;
    font-size: 122%;
    margin: 0;
    padding: 4px 0 4px 8px; 
    width: auto;
}

.rtcol-box .category-main-header.blue {
    background: #05a;
    font-size: 93%;
}

.rtcol-box .category-main-header.gray {
    background: #999;
    font-size: 90%;
}

.latest-pubs-cover {
    width: 75px;
    height: 100px;
}

.right-col-item {
    color: #666;
    font-size: 83%;
}

.right-col-feature {
    color: #999;
    font-size: 90%;
    line-height: 1em;
    margin: 0;    
    overflow: auto;
    padding: 10px 5px 10px 10px;
}

.rtcol-shadow {
    background: url(../images/rtcol-shadow.png) no-repeat top center;
    clear: both;
    height: 14px;
    margin: 0;
    padding: 0;    
}

.shadow-image {
    margin-top: 3px;
}

.rtcol-container {
    height: auto;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: -5px;
    padding: 0;
    width: 206px;  
}

.right-col-image {
    border: 1px solid #ddd;
    clear: both;
    display: block;
    float: left;
    margin: 0 7px 5px 0;
    padding: 0;
}

.rtcol-webtool span,
.rtcol-webfeedback span,
.rtcol-getemail span {
    clear: both;
    height: 1px;
    left: -9000px;
    overflow: hidden;
    position: absolute;
    width: 1px;

}

.live-meeting-container {
    background: #fff; 
    border: 1px solid #ddd; 
    padding: 15px 0 12px 9px; 
    color: black; 
    text-align: center;
}

.live-meeting-header {
    font-size: 180%; 
    padding-bottom: 18px;
}

.current-presentation-header {
    font-size: 130%; 
    padding-bottom: 6px; 
    font-weight: bold;
}

.current-presentation {
    font-size: 110%;
}

.next-presentation-header {
    color: #7a7a7a; 
    font-size: 105%; 
    padding: 17px 0 4px 0; 
    font-weight: bold;
}

.next-presentation {
    font-size: 95%;
}

.quick-links-header {
    font-weight: bold;
    padding: 18px 0 6px 0;     
}

.quick-links {
    font-size: 95%;
}

.hf-double-meeting-left {
    border-right: 1px solid #ddd; 
    float: left; 
    margin-right: 11px;
    width: 52%; 
}

.hf-double-meeting-right {
    float: left;      
    padding-left: 10px;
    width: 42%;
}


/****COME BACK AND FIX*/
.content-wrapper a:hover,
.breadshare-wrapper .breadcrumb a:hover,
.archive-years a:hover,
.lftcol-box a:hover,
.rtcol-box a:hover {
    color: #036;
    text-decoration: underline;
}


/*---------------------------------
    Content Lists 
---------------------------------*/
.main-col-list {
    margin: 0 0 0 30px;
    padding: 0;
}

.right-main-col-list {
    margin: 0 0 5px 30px;
    padding: 0;
}

.right-main-col-list-publications {
    display: inline-block;
    margin: 0 0 5px 18px;
    padding: 0;
}

.left-justified-col-list {
    margin: 4px 0 5px 18px;
}

.right-main-col-list .standard-list-item .right-main-col-list {
    padding-top: 5px;
}

.names-col-list {
    margin: 0;
    padding: 0;
    width: 100%;
}

.names-col-vertical {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
/*    column-fill: auto;  REMOVED 5/11/23 DUE TO COLUMN ISSUE*/
}

.form-list {   
    margin: 0;
    padding: 0;
}

.standard-list-item {
    color: #444;
    font-size: 100%;
    line-height: 1.6em;
    margin: 0;
    padding: 2px 0 3px 0;   
}

.meeting-list-item {
    color: #444;
    font-size: 100%;
    line-height: 1.3em;
    margin: 0;
    padding: 4px 0 5px 0;
}

.standard-list-item .right-main-col-list .standard-list-item {
   font-size: 100%;
}

.resources-list {
    margin: 0 0 5px 8px;
}

.horizontal-item {
    float: left;
    width: 47%;
}

.horizontal-item-short {
    float: left;
    width: 30%;
}

.names-item {
    color: #444;
    font-size: 91%;
    margin: 0 15px 16px 0;
    overflow: auto;
    padding: 0;   
}

.vertical-item {
     -webkit-column-break-inside: avoid;
}

.disc-list {
   list-style-type: disc;
}

.square-list {
   list-style-type: square;
}

.decimal-list {
   list-style-type: decimal;
}

.letter-list {
    list-style-type: upper-alpha;
}

.roman-list {
    list-style-type: upper-roman;
}

.letter-list-lower {
    list-style-type: lower-alpha;
}

.roman-list-lower {
    list-style-type: lower-roman;
}

.sp-pub-item {
    max-width: 575px;
}

.clean-item {
    line-height: 1.3em;
    list-style: none;
    margin: 0;
    padding: 0 0 5px 0;    
}

.horizontal-expanded-item {
    width: 94%;
}

.names-expanded-item {
    float: left;    
    margin: 0 0 15px 0;
    padding: 0;
} 



/* ---------------------------------
        Content Area
-----------------------------------*/

.main-container {
    min-height: 100%;
}

.content-box {
    border: 1px solid #ddd;
    margin-bottom: 12px;
    margin-top: 12px;
    padding: 10px 10px 10px 15px;
    width: auto;
}

 /* Funding */

.funding-tool-img-container {
    float: left; 
}

.funding-tool-text-container {
    float: left; 
    width: 70%;
}

.funding-tool-header {
    color: #000;
    font-size: 130%;
    line-height: 1.2em;
    padding-bottom: 14px;
}

.funding-tool-text {
    color: #000;
    line-height: 1.6;
}    

.funding-tool-link-container {
    display: block;
    font-size: 91%; 
    padding-bottom: 5px; 
}  

.funding-tool-img {   
    height: 134px;
    width: 105px;
}


/* Table Syles */

.tablecloth {
    border-collapse: collapse;
    color: #444;   
    font-size: 93%;
    margin: 1em 0;
    width: 99%;
}

.tablecloth-cell {
    border: 1px solid #ddd;
    line-height: 1.5;
    padding: 7px 5px;  
    text-align: left;      
    vertical-align: middle;
    /*Changed from top to middle 10/7/24*/
}

.tablecloth-header-cell[scope=col] {
    color: #fff;
    background-color: #05a;
    text-align: center;
    line-height: 1.5;
}

/*.tablecloth th[scope=col].funding {
    color: #fff;
    background-color: #4a4a4a;
    text-align: center;
}*/

.tablecloth-header-cell[scope=row] {
    color: #000;
    font-weight: normal;  
}

.tablecloth-header-cell-special[scope=row] {
    color: #fff;
    background-color: #05a;
    font-weight: normal; 
    text-align: center;
    line-height: 1.5;
}

.tablecloth-header-cell[scope=row] img {
    vertical-align: inherit;
}

.table-par-cell {
    font-size: 95%;
    padding: 7px 4px;  
    text-align: center;      
    vertical-align: top;    
}

.table-text-long {
    word-wrap: break-word;
}

.table-par-objective-cell {
    padding: 7px 5px 0;  
    text-align: left;      
    vertical-align: top;
}

.header-par-row {
    background: #999;
    color: #fff;
}

.row-total {   
    background-color: #f9f6ea;
    border-top: 2px solid #333;
}

.odd-row {
    background: #fff;
}

.even-row {
    background: #f5f5f5;
}

.odd-row td {
    background: #fff;
}
.even-row td {
    background: #f5f5f5;
}

.header-row {
    background: #05a;
    color: #fff;
}

.centered-row {
    text-align: center;
}

.two-column-cell {
    width: 50%;
}

.tablecloth .table-header,
.tablecloth .table-header-gray,
.tablecloth .table-header-darkgray,
.meeting-table .table-header,
.meeting-table .table-header-gray,
.meeting-table .table-header-darkgray{
    display: none;
}

.empty-header {
    display: none;
}

.meeting-image {   
    height: auto;
    width: 700px;
}

.meeting-image-header {
    width: 600px; 
    height: auto; 
    padding: 10px 0 5px;
}

.meeting-image-header-tall {
    width: 450px; 
    height: auto; 
    padding: 10px 0 5px;
}

.meeting-image-header-wide {
    width: 700px; 
    height: auto; 
    padding: 10px 0 5px;
}

.meeting-image-header-full {   
    height: auto;
    padding: 10px 0 5px;
    width: 100%;
}

.live-feedback-form {
     height: auto; 
     margin: 10px 0;
     width: 400px;
}

.arrow-down-expland {
    width: 14px !important;
    height: 9px !important;
}

.publication-header { 
    border-top: 1px solid #ccc;
    clear: both;
    color: #444;
    font-size: 113%;
    font-weight: bold;
    line-height: 1.2em;
    margin: 24px 0 12px 0;
    padding-top: 24px;
}

.publication-highlight {
    background: #f5f5f5;
    padding: 5px 10px;
}

.intro-container {
    border-top: 2px solid #ceab23;
    border-bottom: 2px solid #ceab23;
    padding: 10px 0;
}

.research-funders-container {
    border-top: 2px solid #5f597f;
    border-bottom: 2px solid #5f597f;
    padding: 10px 0;
}

.research-areas-container {
    border-top: 2px solid #6ca442;
    border-bottom: 2px solid #6ca442;
    padding: 10px 0;
}

.progress-container {
    border-top: 2px solid #7f8a9a;
    border-bottom: 2px solid #7f8a9a;
    padding: 10px 0;
}

.appendices-container {
    border-top: 2px solid #43beac;
    border-bottom: 2px solid #43beac;
    padding: 10px 0;
}

.sp-section-container {
    border-top: 2px solid #a9a9a9;
    border-bottom: 2px solid #a9a9a9;
    padding: 10px 0;    
    margin: 20px 0 15px;
}

.main-publication-header {
    color: #444;
    font-size: 200%; 
    padding: 3px 0 8px 10px;     
}

.intl-pub-section-header {
    border-bottom: 1px solid #ccc;
    clear: both;
    color: #444;
    font-size: 116%;
    font-weight: bold;
    line-height: 1.2em;
    margin: 15px 0 7px 0;
    padding-bottom: 8px;

}

.publication-header-general {
    color: #444;
    font-size: 121%;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 8px;
    padding-top: 18px;
}

.publication-header-general.orange, .paragraph.orange, .orange {
    color: #b36200;
}

.publication-header-general.dark-blue, .paragraph.dark-blue {
    color: #246497;
}

.publication-header-general.header-top {
    padding-top: 8px;
}

.sub-publication-header-blue {
    color: #39559e;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 5px;
    padding-top: 9px;
}

.sub-publication-header-general {
    color: #444;
    font-size: 107%;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 5px;
    padding-top: 9px;
}

.sub-publication-header-general.purple, .paragraph.purple {
    color: #70346e;
}

.sub-publication-header-orange {
    color: #b36200;
    font-size: 111%;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 8px;
    padding-top: 9px;
}

.sub-publication-header {
    color: #444;
    font-size: 145%; 
    padding: 0 0 8px 10px; 
    line-height: 1.2;
}

.sub-publication-intro-text {
    color: #444;
    font-size: 100%; 
    padding: 10px 0 0px 10px; 
    line-height: 1.6;
}

.publication-chapter-nav {
    clear: both;
    text-align: center;
}

.publication-chapter-nav-item {
    float: left; 
    width: 30%;
}

.publication-intro-header {
    clear: both;
    color: #444;
    font-size: 123%;
    line-height: 1.2em;
    margin: -7px 0 4px 0;
    padding: 0;
}

.publication-goal {
    color: #036;
    font-size: 92%;
    font-weight: bold;
    line-height: 1.5em;
    margin: 7px 0 -7px 0;
}

.publication-pdf-download {
    font-size: 110%; 
    padding: 25px 0 8px 10px;
}

.publication-pdf-download.long {
    padding-top: 15px;
}

.publication-pdf-icon {    
    height: 16px; 
    padding: 0 0 4px 2px;
    vertical-align: middle; 
    width: 16px; 
}

.publication-chapter-header {
    color: #444;
    font-size: 140%; 
    margin-top: 0; 
    margin-bottom: -5px; 
    padding-left: 5px; 
    line-height: 1.4;
}

.publication-chapter-title {
    color: #555 !important;
    font-size: 107%; 
    font-weight: bold; 
}

.publication-intro-text {
    margin-bottom: 6px;
    padding-left: 10px;
}

.publication-sub-link {
    color: #6b6b6b;
    padding: 10px 0 0 10px; 
}

.publication-header-divider {
    border-top: 1px solid #a3a3a3;
    clear: both;
    padding-top: 7px;
}

.publication-chapter-image-container {
    float: left;
    padding: 0 10px 5px 0;
}

.publication-chapter-new-image-container {
    float: left;
    padding: 12px 10px 0 0;
}

.publication-chapter-image {
    height: 150px;
    width: 200px;
}

.publication-sub-image-container {
    padding: 10px 0;
    text-align: center;
}

.publication-category-image-container {
    padding: 10px 0;
    text-align: left;
}

.publication-hybrid-image-container {
    border: 3px solid #D8D8D8;
    display: flex;
    margin: 2px 0 10px;
    padding: 8px 5px;
    text-align: left;
    vertical-align: middle;
    align-items: center;
}

.publication-hybrid-image-icon {
    height: 66px;
    vertical-align: top;
    width: 66px;
}

.publication-hybrid-q1-container {
    color: #3D7830;
}

.publication-hybrid-q2-container {
    color: #D5127C;
}

.publication-hybrid-q3-container {
    color: #665FA4;
}

.publication-hybrid-q3-container-2020 {
    color: #184889;
}

.publication-hybrid-q4-container {
    color: #007F86;
}

.publication-hybrid-q5-container {
    color: #00448B;
}

.publication-hybrid-q6-container {
    color: #835D28;
}

.publication-hybrid-q6-container-2020 {
    color: #821518;
}

.publication-hybrid-q7-container {
    color: #8C1758;
}

.publication-hybrid-q7-container-2020 {
    color: #d14d27;
}

.publication-hybrid-cc-container-2020 {
    color: #004b2f;
}

.publication-hybrid-text-description {
    display: block;
    font-size: 95%;
    line-height: 1.3;
    padding: 0 3px 0 7px;
}

.publication-hybrid-text-category {
    display: block;
    font-size: 122%;
    font-weight: bold;
    padding: 9px 0 0 7px;
}

.publication-hybrid-large-image-container {
    display: flex;
    vertical-align: middle;   
    margin: 2px 0 10px;
    padding: 0;
}

.publication-hybrid-large-image-icon {
    height: 83px;
    vertical-align: top;
    width: 83px;
}

.publication-hybrid-question-text {
    display: block;
    font-size: 190%;
    padding-left: 7px;
}

.publication-hybrid-large-text-category {
    display: block;
    font-size: 200%;
    font-weight: bold;
    padding: 9px 0 0 7px;
}

.publication-full-image {
    width: 100%;
}

.publication-sub-image {
    width: 600px;
    height: auto;
}

.publication-small-image {
    width: 400px;
    height: auto;
}

.publication-subcategory-header-grey {
    color: #a8a8a8;
    font-size: 92%;
    font-weight: bold;
    padding: 10px 0 5px;
}

.figure-notation {
    /*text-align: center;*/
    font-size: 77%;
}

.sp-question-header-container {
    display: table;
    width: 100%;
    font-size: 121%; 
}

.sp-question-header-number {
    font-size: 155%;
}

.sp-question-header-left {
    box-sizing: border-box; 
    display: table-cell; 
    font-weight: bold;
    padding: 30px 20px; 
    text-align: center;
    vertical-align: middle; 
    width: 20%; 
}

.sp-question-header-right {
    box-sizing: border-box; 
    color: white;
    display: table-cell; 
    font-weight: bold;
    padding: 30px 25px; 
    vertical-align: middle; 
    width: 80%; 
}

.sp-question-one-left {
    border: 1px solid #89BB6E;
}

.sp-question-one-right {
    background-color: #89BB6E;
}

.sp-question-two-left {
    border: 1px solid #E9C869;
}

.sp-question-two-right {
    background-color: #E9C869;
}

.sp-question-three-left {
    border: 1px solid #7B9FCD;
}

.sp-question-three-right {
    background-color: #7B9FCD;
}

.sp-question-four-left {
    border: 1px solid #58C5C7;
}

.sp-question-four-right {
    background-color: #58C5C7;
}

.sp-question-five-left {
    border: 1px solid #5F597F;
}

.sp-question-five-right {
    background-color: #5F597F;
}

.sp-question-six-left {
    border: 1px solid #D77891;
}

.sp-question-six-right {
    background-color: #D77891;
}

.sp-question-seven-left {
    border: 1px solid #F99E4B;
}

.sp-question-seven-right {
    background-color: #F99E4B;
}

.sp-chapter-header-image-container {
    float: left; 
    margin: 5px 15px 5px 0; 
    width: 300px;
}

.sp-chapter-header-image {
    width: 300px;
    border: 1px solid #ddd;
}

.responses-table {
    table-layout: fixed;
    width: 100%;
}

.vertical-meeting-item {
    padding-top: 8px;
    display: block;
}

.meeting-table-cell {      
    border: 1px solid #ddd;
    color: #444;
    font-size: 91%;
    line-height: 1.5em;
    padding: 6px;
    vertical-align: top;
}

.meeting-table-sub-cell {
    padding: 8px;
}

.meeting-table-header {
    background: #05a;
    border: 1px solid #ddd;     
    color: #fff;
    font-size: 100%;
    line-height: 1.5em;
    padding: 6px;   
    text-align: center;
}

.meeting-table-header-video {
    width: 100px;
}

.meeting-presentation-video {
    width: 175px;
}

.meeting-agenda-header {
    clear: both;
    color: #444;
    font-size: 103%;
    line-height: 1.5em;
    padding: 5px 0 10px 6px;
}

#hidden-video {
    display: none;
}

.video-close {
    font-size: 95%;
    line-height: 1.6em;
    margin: 0 0 7px 0;
    text-align: center;
}
   

/*.meeting-table-cell[headers=column1] {
    background: #f5f5f5;
    color: #666;
}

.meeting-table-cell[headers=column2] {
    background: #fff;
}*/

.column1.meeting-table-cell {
    background: #f5f5f5;
    color: #666;
}

.column2.meeting-table-cell {
    background: #fff;
}

.slide-table-cell {
    width: 45%;
}

.rtc-table-header {
    background-color: #b36200;
    color: #fff;
    font-size: 125%;
    padding: 10px 7px;
    text-align: left;
}

.rtc-table-sub-header {
    display: block;
    font-size: 81%;
    padding-top: 8px;
}

.rtc-2023-table-header {
    background-color: #006744;
    color: #fff;
    font-size: 125%;
    line-height: 1.3;
    padding: 10px 7px;
    text-align: center;
    vertical-align: middle;
}

.rtc-2023-table-sub-header {
    background-color: #d6f0ed;
    color: #006744;
    font-size: 91%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.rtc-header-row {
    background-color: #fff;
}

.rtc-header-row-cell {
    color: #b36200;
    line-height: 1.5;
    text-align: center;
}

.rtc-header-row-cell[scope=row] {
    text-align: left;
}

.rtc-content-row {
    background-color: #f5f5f5;
}

.rtc-centered-row {
    text-align: center;
}

.rtc-sub-header {
    color: #b36200;
    font-size: 100%;
    line-height: 1.6em;
    margin: 0 0 8px 0;
}


/* ---------------------------------
        Full Main Column Area
-----------------------------------*/

.fullmaincol-wrapper {
    float: left;
}

.fullmaincol-box {
    background: #fff;
    border: 1px solid #ddd;
    padding: 12px;    
}
.fullmaincol-shadow {
    background: url(../images/fullmaincol-shadow.png) no-repeat top center;
    height: 14px;
    margin: 0;
    padding: 0;
}

 /* Main Column Containers */

.ctmaincol-wrapper {
    float: left;
    margin: 0;
    width: 512px;
}

.ctmaincol-box {
    background: #fff;
    border: 1px solid #ddd;
    color: #444;
    padding: 12px;
}

.ctmaincol-shadow {
    background: url(../images/ctmaincol-shadow.png) no-repeat top center;
    height: 14px;
    margin: 0;
    padding: 0;
}

.lftmaincol-box {
    float: left;
    margin-right: 14px;
    width: 732px;    
}

.lftmaincol-shadow {
    background: url("/images/lftmaincol-shadow.png") no-repeat top center;
    height: 14px;
    margin: 0;
    padding: 0;
}

.rtmaincol-wrapper {
    float: left;
    margin: 0;
    width: 730px;
}

.rtmaincol-box {
    background: #fff;
    border: 1px solid #ddd;
    padding: 12px;
}

.rtmaincol-box .toc,
.rtmaincol-box .meeting-toc {
    float: left;
    margin: 5px 0 15px 0;
    width: 480px;
}

.rtmaincol-box .meeting-toc-large {
    float: left;
    margin: 10px 0 15px 0;
    width: 525px;
}

.rtmaincol-box .standard-toc {
    float: left;
    margin: 10px 0 15px 0;
}

.rtmaincol-box .toc-pub {
    float: left;
    font-size: 120%;
    line-height: 1.3em;
    margin: 10px 0 15px 0px;
    padding: 0;
    text-align: center;
}

.new-pub-image-container {
    float: left;
    margin: 3px 0 15px 0;
}

.new-pub-description-container {
    float: left;
    line-height: 1.1em;
    margin: 3px 3px 15px 15px;
    padding: 0;
    width: 60%;
}

.rtmaincol-shadow {
    background: url(../images/rtmaincol-shadow.png) no-repeat top center;
    height: 14px;
    margin: 0;
    padding: 0;
}

.pub-image-small {
    width: 90px;
    height: 113px;
}

.pub-image-medium {
    width: 110px;
    height: 138px;
}

.pub-image-large {
    width: 200px;
    height: 250px;
}

.pub-image-white {
    border: 1px solid #ccc;
}

.iacc-logo-pub-insert {
    width: 200px; 
    height: auto;
}

.iacc-logo-pub-container {
    text-align: center; 
    display: block;
}

.expandable-image {
    position: relative;
}

.publication-pie-chart {
    width: 515px;
    height: auto;
}

.publication-pie-chart-small {
    width: 350px;
    height: auto;
}

.publication-pie-chart-large {
    width: 615px;
    height: auto;
}

.soa-opening {
    font-size: 120%;
}

.soa-2023-opening {
    border-bottom: 3px solid #ffe7be;
    border-top: 3px solid #ffe7be;
    color: #0a7480;
    font-size: 125%;
    margin-bottom: 19px;
    padding: 7px 0;
}

.at-a-glance {
    color: #444;
    font-style: italic;
    font-size: 131%;
    line-height: 1.3em;
    margin: 0;
    padding: 7px 0 5px;
    text-align: center;
}

.bold-red {
    color: red;
    font-weight: bold; 
}


/* News Items */

.news-front-container {
    border-bottom: 1px solid #ccc;
    clear: both;
    display: flex;
    margin: 20px 0;
    padding-bottom: 10px;
}

.clear-bottom-container {
    border-bottom: none;
    margin-bottom: 5px;
    padding-bottom: 0;
}

.news-front-image-container {
    float: left; 
    padding-right: 8px;  
    box-sizing: border-box;
}

.news-front-image-container-old {
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 90px;
    float: left; 
    margin-right: 8px;
    padding: 6px 0 8px;
    text-align: center;
    vertical-align: bottom;
    width: 125px;
}

.news-front-text-container {
    float: left; 
    width: 78%; 
    box-sizing: border-box;
}

.news-subfront-text-container {
    box-sizing: border-box;
    float: left; 
    width: 67%; 
}

.news-front-image {
    width: 75px;
    height: 75px;
}

.fronts-item-image {
    height: 90px;
    width: 125px;
}

.newsletter-front-image {
    width: 120px;
    height: 90px;
}

.newsletter-front-image-container {
    box-sizing: border-box;
    float: left; 
    padding-bottom: 10px;  
    padding-right: 8px; 
}

.meeting-meta-container {
    padding-top: 7px;
    padding-left: 4px;
}

.registration-button {
    margin-top: 6px; 
    padding: 4px; 
    border: 2px solid #e6aa24; 
    text-decoration: none; 
    font-size: 100%; 
    background-color: #0055aa; 
    color: white !important; 
    display: block; 
    width: 68px; 
    text-align: center;
}

.borderless-image {
    border: 1px solid #ccc;
}

.news-item {
    color: #666;
    font-size: 95%;
    line-height: 1.5em;   
    margin: 10px 0;
    padding: 5px 0;
}

.news-item-image {
    width: 50px;
    height: auto;
}

.news-item-image-container {
    float: left;   
    padding-right: 5px;
}

.news-item-with-image {
    float: left;
    clear: right;
    padding-bottom: 7px;
}

.news-item-extended {
    border-bottom: 1px solid #ccc;
}

.news-item-extended-nodate {
    border-bottom: 1px solid #f0f0f0;
}

.news-date {     
    color: 6d6d6d;
    font-size: 91%;
    padding-top: 1px;
}

.news-date-abbr {
    color: #000;
    padding-bottom: 2px;
}

.news-author {
    font-style: italic;
    font-size: 94%;
    padding: 2px 0 1px 0;
}

.news-link {
    display: block;
}

.news-description {
    color: #666;
    padding: 1px 0 0 0;
}

.immediate-release {   
    display: block;
    font-size: 90%;
    padding: 2px 0;
}

.news-headline-pdf {
    display: block;
    margin-top: -5px;
    padding-bottom: 10px;   
}

.news-release-date {
    color: #636363;
    font-size: 100%;
    font-weight: bold;
    padding: 15px 0 22px;
}

.hhs-header-image {
   padding-bottom: 5px;
   width: 300px;
   height: auto;   
}

.press-logo-container {
    float: left; 
    padding-right: 6px;
}

.press-hhs-logo {
    height: auto;
    width: 52px; 
}

/* Home Front Syles */

.latest-container-outer {
    display: flex;
}

.latest-container-row {
    float: left; 
    padding: 7px;
    width: 50%;
}

.latest-container-border {
    border-bottom: 1px solid #ddd;
}

.latest-container-viewall {
    font-size: 86%; 
    padding: 10px;
}

.latest-container-item {
    border-bottom: 1px solid #e3e3e3;
    font-size: 86%;
    margin: 10px;     
    padding-bottom: 0; 
}

.latest-container-image {
    height: auto;
    width: 80px; 
}


/* Community Participation */

.particpation-description {
    line-height: 1.4;
    font-size: 95%;
}

/* Meeting Page */

.meeting-subheader {
    padding-left: 15px;
    text-decoration: underline;
}

.tab-meeting-header {
    margin-top: 0;
}

.misc-box {
    background: #eee;
    border: 1px solid #999;   
    margin-bottom: 14px;
    padding: 10px 10px 3px 12px;
}

.meeting-date {
    color: #7a7a7a;
    font-size: 91%;    
}

.meeting-speaker {
    color: #545454;
    display: block;   
    font-size: 93%;    
}

.speaker-title {
    line-height: 1.4em;
    font-size: 89%;
    font-style: italic;
    color: #555;
    padding: 2px 0 6px;
}

.speaker-bio {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.meeting-highlight {
    color: #666;
    font-size: 95%;
    font-style: italic;
    font-weight: bold;   
    margin-bottom: 3px;
}

.front-meeting-container {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 7px;
}

.front-announcement-link {
    display: inline-block;
    font-size: 103%;
    padding-top: 2px;   
}

.meeting-icon {  
    height: 45px;
    vertical-align: middle;
    width: 45px;
}

.meeting-description-container {
    border-bottom: 1px solid #ccc;
    padding-bottom: 11px;
}

.meeting-header-container {
    border-top: 1px solid #ccc;
    clear: both;
    color: #444;
    font-size: 123%;
    line-height: 45px;
    margin-top: 3px;
    padding-bottom: 10px;
    padding-top: 10px;    
}

.meeting-category {
    padding-left: 7px;
    vertical-align: middle;
}

.oarc-sponsored-text {
    position: relative; 
    margin-top: 0px; 
    margin-left: 46px; 
    background-color: white; 
    margin-bottom: -10px; 
    padding: 0 2px 0 5px; 
    color: #896713; 
    font-size: 86%; 
    font-weight: bold;
}

.oarc-sponsored {
    width: 140px; 
}

.onac-sponsored {
    width: 385px; 
}

.oarc-cosponsored {
    width: 156px;
}

.oarc-sponsored-container {
    border: 1px solid #b7b7b7; 
    padding: 13px 8px 8px 8px; 
    z-index: -1000;
}

.oarc-link {
    color: #896713 !important;
    text-decoration: none;
}

.generic-sponsor {
    font-size: 94%;
}

/* Multimedia Page */

.videocast-embed-wrapper {  
    border-bottom: 1px solid #ccc;
    padding: 15px 0 15px 0;
    width:100%;   
}

.videocast-multimedia-embed-container {  
    padding: 0;
}

.multi-media-image {
    width: 300px; 
    height: auto;
}

iframe.videocast-multimedia-embed {
    float:left;   
    height: 239px;
    width: 400px;
}

.video-multimedia-text {  
    float:right;
    width:390px;
}

.youtube-embed {
    padding-top: 7px;
}

.materials-container {
    padding-bottom: 13px;
}

.sponsored-meeting {
    font-weight: bold;
}

.agenda-header {
    font-weight: bold;
    color: #444;
    font-size: 97%;
}

.agenda-sub-header {
    padding-bottom: 4px;
    display: inline-block;
}

.agenda-header-expanded {
    line-height: 1.5;
    padding-bottom: 6px;
}

.poster-image-container {
    float: left;
    box-sizing: border-box;
}

.poster-content-container {
    float: left; 
    clear: right;
    box-sizing: border-box;
}

.poster-image {
    width: 85px;
    border: 3px solid #888888;
    margin-right: -5px;
}

/*Archive Styles*/

.archive-years {
    float: left;
    margin: 0;
    padding: 5px 0 6px;
}

.archive-years-list {
    margin: 0 0 10px -6px;
    padding: 0;
}

.archive-years-item {
    border-right: 1px solid #999;
    color: #05a;
}

.last-link-item {   
    border-right: none;
    padding-right: 0;
}

.archive-pub-nav {
    font-size: 94%; 
    margin-top: 4px;
    padding-left: 2px;   
}

.archive-pub-list-item {
    color:  #6d6d6d !important;
    display: inline-block;
    padding-bottom: 5px !important;   
}

.archive-pub {
    float: left;
    margin: 0 10px 15px 0;
    padding: 0;
}

.archive-pub-header {
    color:  #595959; 
    font-size: 91%;     
}

.archives-image {
    height: auto;
    margin-bottom: 8px;
    width: 100px;
}

.archive-pdf {
    color: #7a7a7a;
    font-size: 87%;
    padding-top: 8px;
}

.q1-container .q1-container-nav-link .archive-pub-list-item,
.q2-container .q2-container-nav-link .archive-pub-list-item,
.q3-container .q3-container-nav-link .archive-pub-list-item,
.q4-container .q4-container-nav-link .archive-pub-list-item,
.q5-container .q5-container-nav-link .archive-pub-list-item,
.q6-container .q6-container-nav-link .archive-pub-list-item,
.q7-container .q7-container-nav-link .archive-pub-list-item,
.covid-container .covid-container-nav-link .archive-pub-list-item,
.under-container .under-container-nav-link .archive-pub-list-item,
.misc-container .misc-container-nav-link .archive-pub-list-item,
.rolling-nav-link a {
    background-color: grey;
    color: #fff !important;
    display: block;
    padding: 4px 2px;
}

.rolling-nav-link a {
    background-color: #05a;
}

/*#meetings #question2-topic1 #q1t0 a,
#meetings #question-topics #q1t1 a,*/

#publications #toc #toc-link a,
#publications #intro #intro-link a,
#publications #articles #articles-link a,
#publications #question1 #q1-link a,
#publications #question2 #q2-link a,
#publications #question3 #q3-link a,
#publications #question4 #q4-link a,
#publications #question5 #q5-link a, 
#publications #question6 #q6-link a,
#publications #question7 #q7-link a,
#publications #cross-cutting #cross-cutting-link a,
#publications #covid #covid-link a,
#publications #conclusion #conclusion-link a,
#publications #budget #budget-link a,
#publications #duplication #duplication-link a,
#publications #appendices #appendices-link a,
#publications #funding #funding-link a,
#publications #areas #areas-link a,
#publications #analysis #analysis-link a,
#publications #progress #progress-link a,
#publications #summary #summary-link a,
#publications #funders #funders-link a,
#publications #types #types-link a,
#publications #alignment #alignment-link a,
#publications #subcategories #subcategories-link a,
#publications #impact #impact-link a,
#publications #conclusion #conclusion-link a,
#publications #breakdown #breakdown-link a ,
#publications #trends #trends-link a, 
#publications #risk #risk-link a, 
#publications #treatments #treatments-link a, 
#publications #publications #publications-link a,
#publications #coordination #coordination-link a, 
#publications #elements #elements-link a, 
#publications #overview #overview-link a, 
#publications #research #research-link a, 

#publications #demographics #demographics-link a, 
#publications #policies #policies-link a, 
#publications #recommendations #recommendations-link a, 

#publications #diagnosis #diagnosis-link a, 
#publications #intervention #intervention-link a, 
#publications #timing #timing-link a, 
#publications #effectiveness #effectiveness-link a, 
#publications #implementation #implementation-link a,
#publications #services #services-link a,
#publications #prevalence #prevalence-link a,
#publications #purpose #purpose-link a,
#publications #perspectives #perspectives-link a,
#publications #activities #activities-link a,
#publications #background #background-link a,
#publications #workgroup #workgroup-link a,
#publications #role #role-link a,
#websites #scroller #websites-static-link a,
#toolkits #scroller #toolkits-static-link a,
#reports #scroller #reports-static-link a,
#articles #scroller #articles-static-link a,
#events #scroller #events-static-link a,
#meetings #scroller #artist-static-link a,
#federal #scroller #federal-static-link a,
#private #scroller #private-static-link a,
#committees #scroller #committees-static-link a,
#states #scroller #states-static-link a,
#participation #scroller #participation-static-link a,
#general-info #scroller #general-info-link a,
#autism-disability #scroller #autism-disability-link a,
#mental-health #scroller #mental-health-link a,
#agency-websites #scroller #agency-websites-link a {
    background-color: #05a;
    color: #fff !important;
    display: block;
    padding: 4px 2px;
}

.lftcol-box .archive-pub-header-container {
    background:  white;    
    margin-top: 6px;
    padding: 2px 0 0 9px; 
}

.last-pub {
    padding: 4px 0 0 10px;
}

.pub-link {
    clear: both;
    display: inline-block;
    font-size: 85%;    
    height: 25px;
    line-height: 25px;
    padding-left: 30px;   
}

.pub-archives {
    background: url(../images/archives.png) no-repeat;   
    background-size: 22px 22px;
    display: none; 
    float: left;
    margin: 17px 0 0 4px;   
}

.pub-archive {
    background: url(../images/archives.png) no-repeat;   
    background-size: 22px 22px;
    display: inline-block;  
    height: 25px;
    line-height: 25px;
    margin: 8px;
    padding-left: 30px; 
}

.non-iacc-front-pub-link.archive-link {  
    display: inline-block;
}

/*For Search on RFI Responses*/
.name-search {
     box-shadow: 5px 5px 17px -1px #898988; 
}

.name-searcher {
    position: fixed;
}


/* Resources */

.resources-full-image {
    padding-bottom: 8px;
    width: 100%;
}

.resources-front-container {
    display: flex; 
    padding-bottom: 8px;
}

.resources-front-container.top {
    padding-top: 8px;
}

.resources-front-column-container {
    float: left;
    padding-left: 14px;
    width: 33%; 
}

.resources-front-column-container.first {
    padding-left: 0;
}

.resources-category-title {
    font-size: 133%; 
    padding: 10px 0;
}

.resource-category-description {
    padding-left: 60px;
    margin-top: -15px;
}

a.resource-header {
    color: #05a;
    text-decoration: none;
}

.resource-category-header {
    clear: both;
    color: #05a;
    font-size: 160%;
    line-height: 1.3em;
    padding-bottom: 10px;
    padding-top: 5px; 
}

.resource-sub-category-header {
    background-color: #05a;
    clear: both;
    color: white;
    font-size: 108%;
    line-height: 1.3em;
    margin: 13px 0 12px 0;
    padding: 7px;
    text-align: center;
}

.resource-subcategory-website {
    color: #555 !important;
    font-weight: bold;
    text-decoration: none;
}

.resources-view-more {
    text-align: center; 
    font-size: 100%;
    font-weight: bold;
    padding-bottom: 6px;
}

.resource-link {
    padding: 3px 0;
    display: block;
}

.resource-date {
    color: #757575;
    font-size: 89%;
    padding-bottom: 3px;    
}

.latest-resources-header {
    font-size: 113%;
   margin-left: 4px;
    margin-bottom: 19px;
}

.resources-col-list {
    margin-left: 19px; 
    margin-bottom: 0;
}

.first-resources-item {
    margin-top: 14px;
}

.latest-resources-container {
    margin: -8px 0 20px 5px;
}

.latest-resources-image {
    margin-left: 10px;
}

.view-more-arrow {
    height: auto; 
    padding-left: 3px;
    vertical-align: middle; 
    width: 23px;
}

.bottom-resources-nav {
    border-top: 1px solid #ccc; 
    border-bottom: 1px solid #ccc; 
    clear: both;   
    font-size: 81%; 
    margin: 8px 0;
    padding: 15px 0; 
    text-align: center;
    line-height: 2.0;
}

.resource-author {
    font-size: 95%;
    font-weight: bold;
    padding: 2px 0 1px 0;
}

.right-align-link-disclaimer {    
    float: right;
    font-size: 87%;
    padding-right: 10px;
}

/* General Tab Structure */

.tab-news-item {
    color: #666;
    font-size: 107%;
    line-height: 1.5em;
    margin-bottom: 12px;    
}

.tab-news-item-short {
    margin-bottom: 28px;   
}

.tab-item {
    background: #ddd;
    border: 1px solid #ddd;
    border-left: none;
    border-bottom: none;
    float: left;
    margin: 0;
    margin-bottom: -1px;
    overflow: hidden;
    padding: 0;
    position: relative; 
}

.tab-link {
    border: 1px solid #fff;
    color: #606060 !important;
    display: block;
    outline: none;
    text-decoration: none;
}

.tab-link:hover, 
.tab-item.active,
.tab-item.active .tab-link:hover {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #036;
    text-decoration: none !important;
}

/*.tab-wrapper .tab-container .tab-content-holder .section-header {
    color: #254588;
}*/

.tab-content-holder-generic {
    padding: 8px 5px 5px 14px;
}

.tab-publications-cover {
    border: 1px solid #ddd;
    float: left;
    margin: 0 10px 15px 0;    
    padding: 0;
}

.tab-links, 
.tab-links-single, 
.generic-tab-links {
    margin: -6px 0 5px 18px;
    padding: 0;
}

.generic-tab-sub-links {   
    font-size: 79%;
    margin: 2px 2px 5px 30px;
}

/*Testimony*/

.testimony-item {
    color: #666;
    font-size: 100%;
    line-height: 1.5em;
    margin-bottom: 12px;    
}

.testimony-date {
    padding: 4px 0 3px 0;  
}

.rtmaincol-box .testimony-toc {
    margin: 3px 0 0 0;
}

/* Public Comments */

.public-comment-main-container {
    padding-top: 5px;
}

.public-comment-left-container {
    border-right: 1px solid #ccc; 
    float: left; 
    padding-bottom: 8px;
    text-align: center;
    width: 43%; 
}

.public-comment-right-container {   
    float: left; 
    text-align: center;
    width: 52%; 
}

.public-comment-content {
    clear: both; 
    color: #444;
    display: block; 
}

.public-comment-link {
    font-size: 125%;  
    padding: 5px 0;
}

.public-comment-text {
    font-size: 100%; 
    line-height: 1.5em;
    padding: 5px 0;
}

.comment-option-container {
    box-sizing: border-box;
    float: left;   
    font-size: 100%;
    width: 69%; 
}

.comment-option-image {
    width: 110px;
}

.bottom-mobile-nav {
    display: none;       
}

.rfi-mobileview-container {
    display: none;
}

.multiple-themes {
    border-top: 1px solid #ccc;
    display: block;
    font-style: italic;   
    margin-top: 6px;
    padding-top: 6px;
}

.theme-header {
    clear: both;
    color: #555;
    font-size: 120%;
    line-height: 1.4em;
    margin: 10px 0 7px 0;
    padding-top: 4px;    
}

/* Members Styles */

.names-subsection {
    border-bottom: solid 1px #e6e6e6;
}

.prelink-name {
    color: #808080;
    display: inline-block;
    font-weight: bold;
    padding: 5px 0 2px;    
}

.names-col3 {
    font-size: 100%;
    line-height: 1.3em;
    margin: 0;
    padding: 0 0 9px 0;
    width: 100%;
}

.member-data {   
    display: block;
    padding-top: 1px;
    text-indent: -9px;
    margin-left: 9px;

}

.member-title {
    margin-bottom: 5px;
    font-style: italic;
}

.chairman-pic {
    width: 700px;
    height: auto;
}

.viewall-bio {
    color: #999;
    float: right;   
    font-size: 70%;
}

.bio-photo-3-by-4 {   
    height: 180px;
    width: 135px;
}

.bio-photo-3-by-4-container {
    border: 1px solid #ddd;
    float: left;
    height: 180px;
    margin: 5px 15px 5px 0;
    padding: 0;
    width: 135px;    
}

.bio-photo {   
    height: 171px;
    width: 125px;
}

.bio-photo-container {
    border: 1px solid #ddd;
    float: left;
    height: 171px;
    margin: 5px 15px 5px 0;
    padding: 0;
    width: 125px;    
}

.square-photo {   
    height: 125px;
    width: 125px;
}

.square-photo-container {
    border: 1px solid #ddd;
    float: left;
    height: 125px;
    margin: 5px 15px 5px 0;
    padding: 0;
    width: 125px;    
}

.oarc-director-photo {   
    height: 75px;
    width: 75px;
}

.group-photo-container {
    padding: 5px 0 12px;
} 

.group-photo {    
    height: auto;
    width: 700px;
}

.blog-banner-container {
    margin-bottom: 10px;
}

.member-highlight-container-first {
    clear: both; 
    padding: 8px 0 55px;
}

.member-highlight-container {
    clear: left; 
    border-top: solid 1px #ccc; 
    padding: 13px 0 18px;
}

.member-highlight-image {
    width: 70px; height: auto;
}

.member-highlight-image-container {
    width: 70px; 
    float: left; 
    margin: 0 8px 5px 0;
}

.member-highlight-details-container {
    float: left; 
    width: 80%;
}

.member-highlights-name {
    font-size: 91%; 
    font-weight: bold; 
    color:#626262; 
    padding: 5px 0 8px;
}

.member-highlights-date {
    color: #7a7a7a;
    font-size: 89%;
}

.roster-row {     
    clear: both; 
    display: inline-block; 
    margin-bottom: 10px;
    margin-top: 10px;
    width: 96%; 
}

.roster-container {
    float: left; 
    line-height: 1.4;
    margin-right: 8px;
    text-align: center;
    width: 32%;   
}

/* Contact Form */

.feedback-form {
    margin: 10px auto;
    padding: 0;
    width: 100%;    
}

.feedback-form label {
    display: block;
    margin: 5px 0 3px 0;
    padding: 0;   
}

.feedback-form input[type=text],
.feedback-form input[type=date],
.feedback-form input[type=datetime],
.feedback-form input[type=number],
.feedback-form input[type=search],
.feedback-form input[type=time],
.feedback-form input[type=url],
.feedback-form input[type=email],
textarea,
select {
    -moz-box-sizing: border-box;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    -webkit-box-sizing: border-box;
    -webkit-transition: all 0.30s ease-in-out;
    background: #f5f5f5;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin: 0;    
    outline: none;
    padding: 6px;  
}

.feedback-form input[type=text]:focus,
.feedback-form input[type=date]:focus,
.feedback-form input[type=datetime]:focus,
.feedback-form input[type=number]:focus,
.feedback-form input[type=search]:focus,
.feedback-form input[type=time]:focus,
.feedback-form input[type=url]:focus,
.feedback-form input[type=email]:focus,
.feedback-form textarea:focus,
.feedback-form select:focus {
    -moz-box-shadow: 0 0 8px #ddd;
    -webkit-box-shadow: 0 0 8px #ddd;
    border: 1px solid #ddd;
    box-shadow: 0 0 8px #ddd;
}

.feedback-form .field-divided {
    width: 49%;
}

.feedback-form .field-long,
.feedback-form .field-select {
    width: 99%;
}

.feedback-form .field-textarea {
    height: 100px;
}

.feedback-form input[type=submit],
.feedback-form input[type=button] {
    background: #05a;
    border-radius: 3px;
    border: none;
    color: #fff;
    font-size: 100%;
    margin: 10px 0 3px 0;
    padding: 10px 18px;
}

.feedback-form input[type=submit]:hover,
.feedback-form input[type=button]:hover {
     -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: #05a;
    box-shadow: none;   
}

.feedback-form .required,
.feedback-form .error {
    color: red;
}

.captcha-error {
    color: red;
    padding: 3px 0 10px;
}

/* Miscellaneous Styles */

.pdf-link {
    background: url(../images/pdf.png) no-repeat; 
    background-size: 22px 22px;
    margin: 4px 0 0 2px;    
}

.literature-box {
    background:#DDD;
    padding:8px 8px 2px 8px;
    margin-bottom:10px;
}

.literature-box-soa {
    background:#ffe7be;
    padding:8px 8px 6px 8px;
    margin-bottom:10px;
}

.viewall {
    clear: both;
    color: #5b5b5b; 
    font-size: 85%;
    padding-top: 7px;
    padding-bottom: 8px;
}

.viewall-link {
    color: #5b5b5b !important;
    text-decoration: none;
}

.viewall-link:hover {
    color: #2d2d2d;
    text-decoration: underline;
}

.viewall-bottom {
    border-top: 1px solid #ccc;
}

.viewall-bullet {
    padding-left: 18px;
}

.viewall-home-latest-pubs {
    display: block;
    margin-top: -11px;  
    text-align: center;
    font-size: 90%;
    padding: 7px 0;
}

.mobile-tab-heading,
.mobile-tab-divider {
    display: none;
}

.reference {
    font-size: 80%;
    margin-bottom: 10px;
    padding-bottom: 2px;
}

.hide-desktop {
    display: none;
}

.photo-banner {   
    height: 98px;
    border: 1px solid #ddd;
    margin: 0 auto;
    margin-top: 14px;
    width: 951px;
}

.highlight-box-gray {  
    background: #f9f9f9;
    border: 1px solid #ddd;    
    margin-bottom: 10px;
    padding: 3px 3px 3px 6px;
}

.highlight-box-gray .section-header {   
    color: #444;
    margin: 7px 0 7px 0;
    padding: 0;
}

.videocast-embed-container {
    padding: 10px;
}

iframe.videocast-embed {
    height: 385px;
    width: 645px;    
}

.pub-category-photo {
    border: 1px solid #ccc;
    padding: 0;
    width: 100%;
}

.pub-header-photo { 
    border: 1px solid #ccc;
    float: right;
    margin: 0 0 10px 10px;
    padding: 0;
    width: 400px;
}

.pending-508 {
    font-size: 79%; 
    font-style: italic;
}

.highlight-red {
    color: red;
}

.highlight-dark-red {
    color: #c92f47;
}

.highlight-dark-red a {
    color: #c92f47;
}

.highlight-magenta {
    color: #8e3267;
}

.highlight-magenta a {
    color: #8e3267;
}

.highlight-green {
    color: green;
}

.highlight-dark-blue {
    color: #2a3c73;
    font-weight: 500;
}

.slight-indent {
    padding: 0 8px;
}

.roster-wrapper {
    padding-left: 15px;
}

.working-group-header {
    color: #444;
    font-size: 93%;
    margin: 0 0 8px 0;
}

.working-group-sub-header {
    display: block; 
    font-size: 102%;
    padding-bottom: 2px;
}

.page-description {
    color: #444;
    font-size: 87%;
    line-height: 1.5em;
    margin: 0 0 12px 0;
    padding: 0;
}

.non-iacc-front-pub-link {  
    font-size: 93%;
    line-height: 1.2;
    padding-bottom: 5px;
}

.upcoming-activity-pup-container {
    border-bottom: 1px solid #d8d8d8;
    color: #444;
    font-size: 91%;
    line-height: 1.5em;
    margin: 8px 0 12px 0;
    padding: 0;   
}

.upcoming-activity-meeting-date {
    color: #6d6d6d;
    font-size: 91%;
}
.upcoming-activity-pub-text {   
    display: inline-block;
    width: 54%;
}

.new-pub-announcment {
    color: red; 
    font-size: 91%;
}

.book-title {
    font-style: italic;
}

.left-padded-link-large {
    padding-left: 25px;
}

.rfi-webview-container {
    height: 750px; 
    padding-top: 5px;
}

.no-date {
    color: #D3D3D3;
}

.no-description {
    color: #A0A0A0;
}

.mobile-logo {
    display: none;
}

.utility-nav-link {
    display: none;
}

.borderless {
    border: none;
}

.registration-title {
    margin-left: -40px;
    text-align: center;
}

.registration-dates {
    font-size: 117%; 
    margin-left: -40px; 

    text-align: center;
    z-index: 100;
}
    
.registration-iframe {
    height: 600px;
    width: 93%;        
    z-index: 50;
}



/*--------------------------------------------
	MEDIA QUERY 820px - LARGE TABLETS
---------------------------------------------*/

@media screen and (max-width: 820px) {
    
    /*------------------------------------------
        General Styles 
    ------------------------------------------*/
    body {
        margin: 0;
        padding: 0;
    }
        
     /*--------------------------------------------------
        Header Styles: Navigation, Links, and Search
    --------------------------------------------------*/
        
    #home .nav-home a,
    #publications .nav-publications a,
    #news .nav-news a,
    #meetings .nav-meetings a,
    #resources .nav-resources a,
    #aboutiacc .nav-aboutiacc a,
    #aboutoarc .nav-aboutoarc a {
        background: none;
    }   
    
     .menubtn {
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        -webkit-transition: all 200ms ease-in-out;  
        display: block;
        float: right;
        height: 40px;
        margin: 7px 5px 5px 10px;
        text-indent: -9999px;
        transition: all 200ms ease-in-out;
        width: 40px;
    }
           
    .rtcol-wrapper {
        display: none;
    }
    
    .mobile-logo {
        bottom: 0;
        display: block;
        height: auto;
        left: 0;
        margin: 3px 0 0 10px;
        padding: 0;
        position: absolute;
        top: 0;
        width: 74px;
        z-index: -1;
    }

    .main-nav {
        overflow: hidden;
        z-index: 1000; 
    }
        
    .main-nav-list,
    .main-nav-sublist  {
        background: none;
        display: none;
        float: none;
        width: 100%;       
    }

    .nav-list-item {
        border-right: none;
        width: 100%;
    }
    
    .nav-top {
        border-top: 1px solid #fff;
    }
    
    .nav-bottom {
        border-bottom: 1px solid #9CF;
    }  

    .utility-last {
        display: block;
        margin: 5px 0 8px 0;
    }
        
    .utility-last a:hover {
        color: #fff;
    }
    .utility {        
        left: 0;
        margin: 5px 0 15px 0;
        padding-bottom: 10px;
        position: relative;
        width: 100%;
    }

    .nav-list-subitem > .nav-link {
        float: inherit;
    }

    .nav-link {
        border-bottom: none;
        float: left;
        padding: 0.5em 1em 0.5em 1em;  
    }
    
    .main-nav-sublist,
    .nav-list-item:hover .main-nav-sublist {    
        display: none;
        left: 0;
        margin: 0 0 0 0;
        position: relative;
        /* using left instead of display because display: none isn't read by screen readers */
    }
    
    .nav-wrapper {
        background: #05a;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
    }
    
    .menubtn {
        -khtml-opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        background: url('../images/icon-menu-mobile.png') no-repeat right top;
        filter: alpha(opacity=100);
        opacity: 1;
        margin: 11px 10px 5px 0;
    }

    .menubtn:hover {
        -khtml-opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        cursor: pointer;
        filter: alpha(opacity=70);       
        opacity: 0.7;
    }
    
    .menuOpen {
        -khtml-opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);        
        opacity: 1;
    }
    
    .main-nav-sublist,
    .nav-list-item,
    .nav-list-item.menuOpen > span {
        background: #05a;
    }
    
    .nav-list-subitem,
    .nav-list-item.menuOpen,
    .nav-list-item.menuOpen:hover {
/*        background: #036;*/
        display: flex;
    }
  
    .nav-list-subitemitem.menuOpen,
    .nav-list-subitemitem.menuOpen:hover {
        background: #a9e4fc;
    }
    
    .nav-list-item span {
        background: #05a;
        color: #fff;
        display: block;     
        float: left;
        padding: 10px;
        position: relative;
    }
    
    .nav-list-item span:hover {
        background: #036;
        cursor: pointer;
    }
    
    .mobile-search {
        background: #05a;
        display: block;
        padding: 8px 8px 8px 17px;
    }
    
    .mobile-search input[type=text] {
        width: 65%;
    }
    
     /*--------------------------------------------------
        Left and Right Columns - Navigation and Lists
    --------------------------------------------------*/
    
    .lftcol-wrapper {
        float: left;       
        margin-bottom: 14px;
        width: 97%;
    }
    
    .lftcol-box {
        display: none;
    } 
    
    .oarc-sponsored {
        line-height: 1.2;
        width: auto; 
    }
      
    .onac-sponsored {
        line-height: 1.2;
        width: auto;
    }
    
    .lftcol-box .archive-pub-header-container {
        border-bottom: none;
    }    
    
    .lftcol-shadow {
        display: none;
    }  
/*    
    .rtcol-wrapper {
        float: left;
        width: 97%;
    }
    
    .rtcol-wrapper .rtcol-box {
        float: left;      
        margin: 0 14px 14px 0;
        width: 206px;
    }
    
    .rtcol-wrapper .rtcol-box.last {
        float: left;
        margin: 0;
    }*/
    
    .rtcol-shadow {
        display: none;
    }
    
    /* ---------------------------------
             Content Area
    -----------------------------------*/
                  
    /* Main Content Containers and Tables */
    
    .lftmaincol-shadow {
        background: none;
    }
    
    .rtmaincol-box .meeting-table,
    .rtmaincol-box .meeting-table tbody {
        display: block;
        width: auto;
    }
    
    .rtmaincol-box .meeting-table thead {
        display: none;
    }
    
    .rtmaincol-box .meeting-table tr,
    .rtmaincol-box .meeting-table th,
    .rtmaincol-box .meeting-table td {
        display: block;
        padding: 0;
        text-align: left;
        white-space: normal;
    }
    
    .rtmaincol-box .meeting-table th,
    .rtmaincol-box .meeting-table td {
        padding: 0 7px 7px 7px;
    }
    
    .rtmaincol-box .meeting-table .column1, .rtmaincol-box .meeting-table .column2 {
        border: none;
        float: left;  
        margin-bottom: 7px;
        padding: 6px 8px;
        width: 97%;
    }
    
/*    .rtmaincol-box img {
        height: auto;
        width: 100%;
    }   */

    .rtmaincol-box img.meeting-icon {     
        width: 45px;
    }
    
    .rtmaincol-box img.leave-site {            
        height: 12px;
        width: 6px;
    }      
    
    .lftmaincol-box {
        width: 97%;
    }
    
    .rtmaincol-wrapper, .fullmaincol-wrapper, .ctmaincol-wrapper, .meeting-toc, .meeting-toc-large {
        width: 97%;
        margin-bottom: 14px;
    }
    
    .rtmaincol-shadow, .fullmaincol-shadow, .ctmaincol-shadow {
        display: none;
    }
    
    #ctmaincol-box {
        width: auto;
    }     
    
    .tablecloth {
        border: 1px solid #ddd;
    }   
    
    .tablecloth tr {
        float: left;
        width: 100%;
    }
    
    .tablecloth-cell, .table-par-cell {
        background: #fff;
        border: none;
        display: block;
        float: left\9;
        padding: 0 2px;
        width: 100%\9;          
    }
    
    .tablecloth-cell .paragraph, .table-par-cell .paragraph {
        padding: 8px 0 0 8px;         
     }
    
    .even-row,
    .even-row td, 
    .odd-row,
    .odd-row td {
        background: #fff;
    }
    
    .header-row {
        display: none;
    }
    
    .tablecloth .table-header, .meeting-table .table-header {
        background: #05a;
        color: #fff;
        display: block;
        font-size: 110%;
        font-weight: bold;
        margin: 0 0 3px 0;
        padding: 4px 0 4px 8px;
    }
    
    .tablecloth .table-header-gray, .meeting-table .table-header-gray {
        background: #ddd;
        color: #555;
        display: block;
        font-size: 110%;
        font-weight: bold;
        margin: 0 0 3px 0;
        padding: 4px 0 4px 8px;       
    }
    
    .tablecloth .table-header-darkgray, .meeting-table .table-header-darkgray {
        background: #BBB;
        color: #444;
        display: block;
        font-size: 110%;
        font-weight: bold;
        margin: 0 0 3px 0;
        padding: 4px 0 4px 8px;
    }    
    
    .meeting-header-container {
        padding-top: 20px;
    }
    
    .pub-image-small, .pub-image-medium, .pub-image-large {
        height: auto;
    }
    
    .pub-image-large {
        max-width: 250px;
    }
    
    .pub-image-medium {
        max-width: 110px;
    }
    
    .pub-image-small {
        max-width: 90px;
    }
    
    .poster-image-container {
        float: none;
        max-width: 300px;
    }

    .poster-content-container {
        float: none; 
        padding-top: 10px;
    }

    .poster-image {
        width: 100%;
        margin: 0;
    }
           
          
    /* Multimedia Page */
    
    .videocast-embed-wrapper { 
        width:auto;
    }  
    
    iframe.videocast-multimedia-embed { 
        float:none;   
        height: 192px; 
        width: 310px;       
    }  
    
    .videocast-multimedia-embed-container {  
        text-align: center;
    }  
    
    .video-multimedia-text {  
        float:left;
        padding-top:15px;
        width:100%;
    }
    
    /* Tab Styles */
      
    .tab-wrapper {
        float: none;       
        margin-bottom: 14px;
        width: auto;
    }
    
    .tab-wrapper .tab-container-one {
        width: auto;
    }
    
    /* Archives */

    .archive-pub-header {
        padding-left: 5px;
    }
    
    .archive-pub-nav {
        padding-left: 10px;
        margin-top: 0;
    }    

    .pub-archives {       
        display: block;
    }
    
    .last-pub {
        display: none;
    }
    
    .archive-pub-box {
        display: none;
    }
        
    /* Public Comments */

    .public-comment-left-container {
        border-right: none;
        border-bottom: 1px solid #ccc;
        float: none;
        padding-bottom: 15px;
        width: 94%;       
    }
    
    .public-comment-right-container {
        float: none;
        padding: 15px 0;
        width: 94%;       
    }
    
    .public-comment-image-container > .public-comment-image {
        width: 150px;
    }
    
    .public-comment-link {
        font-size: 160%;
    }
    
    .public-comment-text {
        font-size: 120%;
    }
    
    /* Miscellaneous Styles */
    
    .section-header { 
        margin: 3px 0 7px 0; 
    }       
    
    .viewall-bio {
        float: right;
        font-size: 70%;        
    }   
    
    .meeting-image, .meeting-image-header, .meeting-image-header-wide {
        height: auto;
        width: 100%;        
    }
    
    .videocast-embed-container {      
        text-align: center;
    }
    
/*    iframe.videocast-embed {
        height: 192px;
        overflow: hidden;
        width: 310px;             
    }*/
    
    .pub-header-photo-container { 
        display:none;
    }

    .hide-box {
        display: block;
    }

    .hide-desktop {
        display: block;
    }
    
    .group-photo {       
        height: auto;
        width: 100%;
    }      
    
    .slideshow-container {
        width: auto;
    }

    .photo-banner {
        display: none;
    }
        
    .upcoming-activity-pub {
        width: 94%;
    }
    
    .pdflink {
        float: left
    }          
    
    .theme-header {       
        padding-top: 20px;
    }
    
    .bottom-mobile-nav {
        border-top: 1px solid #ccc;
        display: block;
        padding-top: 15px;        
    }

    .rfi-webview-container {
        display: none;
    }

    .rfi-mobileview-container {
        display: block;       
        font-size: 110%;
        padding-top: 8px;
    }

    a.extlink > img {      
        height: 10px;
        width: 10px;
    }    
    
    .news-front-image {
        width: 70px !important;
        height: 70px;
    }
    
    .sp-question-header-container {
        font-size: 110%; 
    }
    
    .sp-question-header-left {
        padding: 20px 10px; 
    }

    .sp-question-header-right {
        padding: 20px 12px; 
    }
    
    .view-more-arrow {
        display: none; 
    }
    
    .footer-social-wrapper {
        width: 95%;
    }

}

/*--------------------------------------------
	MEDIA QUERY 667px - MOBILE PHONES
---------------------------------------------*/

@media screen and (max-width: 667px) {

/*    .mobile-logo {
        bottom: 0;
        display: block;
        height: auto;
        left: 0;
        margin: 3px 0 0 10px;
        padding: 0;
        position: absolute;
        top: 0;
        width: 74px;
        z-index: 999;
    }*/
    
    /* Tabs */
    
    .tab-wrapper {
        clear: both;
        float: none;
        font-size: 100%;
        line-height: 1.3em;
        margin-bottom: 14px;
        width: auto;
    }
    
    .tab-container {      
        background: #fff;
        border: 1px solid #ddd;
        clear: both;
        display: block;
        float: left;
        font-size: 100%;
        line-height: 1.2em;
        margin: 0;
        padding: 10px 10px 0 10px;
        width: auto;
    }
    
    .tab-container .tab-content-container {
        border: none;
    }
           
    .tab-container .tab-content-holder {      
        font-size: 90%;
        padding: 12px 5px 5px;
    }  
      
    .tab-container .viewall {
        clear: both;
        float: left;
        margin: 0 0 14px 0;
        padding: 0;       
    }
    
    .tab-container-two .tab-content-container-two {
        border: none;
    }
    
    .desktop-tabs,
    .funding-tool-header,
    .funding-tool-img {
        display: none;
    }    
    
    .mobile-tab-heading,
    .mobile-tab-divider {
        display: block;
        clear: both;
    }
    
    
    /* Main Containers */
    
/*    .rtcol-wrapper {
        display: none;
    }*/
    
    .rtmaincol-box .toc, .rtmaincol-box .meeting-toc, .rtmaincol-box .meeting-toc-large {   
        width: auto;
    }
    
    .rtmaincol-box .toc-pub {     
        float: left;
        text-align: center;
    }
    
    .new-pub-description-container {
        width: auto;
    }
    
    .fronts-item-image {
        height: auto !important;
        width: 105px !important;
    }
    
    .oarc-sponsored-container {
        border: none; 
    }
    
    .oarc-sponsored-text {
        display: inline-grid;
        margin-left: 0px; 
        padding-left: 8px;
        position: inherit; 
    }    
    
    .news-front-image-container-old {
        width: 105px;
        height: 76px;
    }
    
    /* Misc */
    
    .viewall-bio {
        display: none;
    }
    
    .bio-photo-container {      
        float: none;
        margin: 5px 15px 15px 0;       
    }
    
    .square-photo-container {      
        float: none;
        margin: 5px 15px 15px 0;       
    }
    
    .bio-photo {       
        margin-right: auto;
        margin-bottom: 12px;
        margin-left: auto;
    } 
    
    .horizontal-item, .horizontal-item-short {
        width: 95%;
    }
    
    .funding-tool-text-container {
        width: 100%;
    }
    
    .member-highlight-image {
        width: 120px !important;
    }
    
    .member-highlight-details-container {
        margin-bottom: 10px;
    }
    
    .member-highlight-container-first {
        padding-top: 0;
    }
    
    .names-col-vertical {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }
    
    .news-front-text-container {
        width: 65%;
    }
    
    .tab-news-item {
        font-size: 90%;  
    }
    
    .live-meeting-header {
        line-height: 1.2;
        font-size: 160%;
    }

    .current-presentation-header {
        font-size: 120%;
    }
    
    .current-presentation {
        font-size: 106%;
    }
    
    .current-presentation, .next-presentation {
        line-height: 1.5;
    }
    
    .comment-option-container {
        width: 63%; 
    }
    
    .comment-option-image {
        width: 75px !important;
    }

    .sp-question-header-container {
        font-size: 107%; 
    }
    
    .sp-question-header-left {
        padding: 10px 5px; 
    }

    .sp-question-header-right {
        padding: 10px 6px; 
    }
    
    .youtube-embed {
        width: 100%;
    }
  
    .videocast-embed-container {
        padding: 10px 0;
    }
    
    iframe.videocast-embed {
        height: 156px;
        overflow: hidden;
        width: 265px;             
    }
    
    .publication-chapter-image {
        height: auto;
    }
    
    .main-publication-header {
        font-size: 145%; 
        margin-top: -8px;
    }

    .sub-publication-header {
        font-size: 118%;
        padding-right: 5px;
    }
    
    .sub-publication-intro-text {
        font-size: 93%;
        padding-right: 5px;
    }
    
    .publication-pdf-icon {    
        display: none;
    }
    
    .publication-chapter-header {
        color: #444;
        font-size: 110%; 
        line-height: 1.4;
    }
    
    .publication-pdf-download {
        font-size: 100%;
        padding-top: 15px;
    }
    
    .publication-pdf-download.long {
        padding-top: 10px;
    }
    
    .publication-sub-link {
        display: none;
    }
    
    .publication-pie-chart, .publication-pie-chart-large {
        width: 90%;
    }
    
    .hf-double-meeting-left {           
        border-right: none;
        display: block;
        float: none;
        width: auto;        
    }
    
    .hf-double-meeting-right {
        border-right: none;
        display: block;
        float: none;
        padding-left: 0;
        width: auto; 
    }
        
    .utility-nav-link {
        color: #9CF;
        display: inline-block;
        float: left;
        padding: 0.5em 1em 0.5em 1em;
    }
    
/*    .footer-social-wrapper {
        width: 95%;
    }*/
    
    .mc-footer-signup-text {
        display: block;
        padding-bottom: 8px;
    }
        
    .latest-container-outer {
        display: block;
    }
    
    .latest-container-row {
        clear: both;
        float: none;
        padding: 7px;
        width: 95%;
    }
    
    .resources-front-column-container {
        float: none;
        padding-left: 10px;
        padding-bottom: 16px;
        width: 95%; 
    }
    
    .resources-front-container {
        display: block; 
    }
    
    .resources-front-column-container.first {
        padding-left: 10px;
    }
    
    .publication-hybrid-image-icon {
        height: 50px;
        width: 50px !important;
    }
    
    .publication-hybrid-large-image-icon {
        height: 55px;
        width: 55px !important;
    }    
    
    .publication-hybrid-question-text {
        font-size: 140%;
    }

    .publication-hybrid-large-text-category {
        font-size: 170%;
    }    
    
    .roster-container {
        border-bottom: 1px solid #ccc;
        float: none; 
        margin-bottom: 35px;
        padding-bottom: 14px;
        width: 96%;  
    }
    
    .registration-title {
        margin-left: -10px;
        text-align: center;
    }

    .registration-dates {
        font-size: 84%; 
        margin-left: -10px; 
        margin-bottom: -10px;         
        position: relative; 
        text-align: center;
        z-index: 100;
    }
    
    .registration-iframe {
        height: 2175px;
    }

}