/*---------------------+
 | Site: PCP           |
 | Part: Master styles |
 +---------------------*/

/* Imports
=====================================================================*/
@import url(//use.typekit.net/cgf8gtd.css);
@import url(//fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(/styles/reset.css);
@import url(/styles/forms.css?v=1);
@import url(/styles/webinars.css);
@import url(/styles/dev-notifications.css);


/* Fonts
======================================================================*/
.action, h1, h2, h3, h4, h5, h6, .nav-extra, .stream-title { font-family: Montserrat, Arial, sans-serif; }
body, input, .mute, select, textarea { font-family: myriad-pro, sans-serif; }


/* Basics
======================================================================*/
:root {
    --pcp-green: #39836c;
    --pcp-blue: #35349a;
}

a { color: var(--pcp-blue); text-decoration: none; }
a:hover { text-decoration: underline; }
address { font-style: normal; }
body { font-size: 1.25rem; line-height: 1.4; font-weight: 300; padding-bottom: 40px; word-wrap: break-word; }
cite, em { font-style: italic; }
dl, ol, p, table, ul { margin-bottom: 1.4em; }
dt { font-size: 18px; font-weight: 600; line-height: 1.3; margin: 1.4em 0 0 0; }
dt:first-child { margin-top: 0; }
h1 { font-size: 2.375rem; font-weight: bold; line-height: 1.05; margin-bottom: 0.3em; }
h2 { font-size: 1.89rem; line-height: 1.2; margin-bottom: 0.5em; }
h3 { font-size: 1.5rem; font-weight: normal; line-height: 1.25; margin-bottom: 0.5em; }
h4 { font-size: 1.25rem; }
h4, h5, h6, strong { font-weight: bold; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
hr { background: #ddd; border: 0; clear: both; color: #ddd; height: 1px; margin: 3em 0; }
html { font-size: 16px; }
img { max-width: 100%; }
li { margin-bottom: 0.5em; }
ol { list-style: decimal; margin-left: 2em; }
ol ol { list-style: lower-alpha; }
ol ol ol { list-style: lower-roman; }
ol ol, ol ul, ul ol, ul ul { margin-bottom: 0.5em; }
sub { vertical-align: sub; }
sub, sup { font-size: 12px; }
sup { vertical-align: super; }
table { border-collapse: collapse; width: 100%; }
table h2, table p { margin: 0; }
td {  border-width: 1px 0; }
td, th { border: 1px solid #ddd; padding: 0.3em 1em; vertical-align: top; }
td[align=center], th[align=center] { text-align: center; }
td[align=right], th[align=right] { text-align: right; }
th { background: #f0f0f0; }
thead th { font-weight: 600; }
ul { list-style: disc; margin-left: 1.5em; }

/* Stock classes */
.c { text-align: center; }
.l { float: left; }
.r { float: right; }
.nb { white-space: nowrap; }
.num { text-align: right; }
ul.flat { list-style: none; margin-left: 0; }
ul.flat > li { background: none; margin: 0 0 0.4em 0; padding: 0; }
ul.flat ul { list-style: none; margin: 0.4em 0 0 1.5em; }


/* Core layout
======================================================================*/
.content, #content, #header-content, #hero-content, #nav-content, #subfooter-content { margin: 0 auto; max-width: 1320px; }
.clear { clear: both; }
.clear-row { clear: both; }

/* Columns */
.c2l, .c2r { width: 48%; }
.c2l, .c3l, .c3m { float: left; }
.c2r, .c3r { float: right; }
.c3l { margin-right: 3%; }
.c3l, .c3m, .c3r { width: 31%; }

    /* Text flow */
    .cols2 { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; }
    .cols3 { -moz-column-count: 3; -webkit-column-count: 3; column-count: 3; }
    .cols4 { -moz-column-count: 4; -webkit-column-count: 4; column-count: 4; }
    .cols2, .cols3, .cols4 { -moz-column-gap: 30px; -webkit-column-gap: 30px; column-gap: 30px; }
    .cols2 li, .cols3 li, .cols4 li { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; }
    ol[class *= "cols"], ul[class *= "cols"] { list-style: none; margin-left: 0; }

/* Content */
#main { background: #fff; display: block; padding: 40px 20px; }
#content { overflow: hidden; }
#content-primary { float: left; margin-bottom: 50px; width: 66.07%; }
#content-secondary { float: right; margin-bottom: 50px; width: 32.14%; }
    
    /* Full */
    #full #content-primary { float: none; width: auto; }
    #full #content-secondary, #full #content-tertiary { display: none; }
    
    /* Isolated task (signin in, recovering password, etc. */
    #layout-isolated { background: #fff; }
    
    #layout-isolated #content,
    #layout-isolated #footer-content,
    #layout-isolated #header-content,
    #layout-isolated #subfooter-content {
        float: none;
        margin: 0 auto;
        max-width: 486px;
        width: auto;
    }
    
    #layout-isolated #content-primary, #layout-isolated #logo { float: none; margin: 0; width: auto; }
    
    #layout-isolated #content-secondary,
    #layout-isolated #content-tertiary,
    #layout-isolated #header-nav,
    #layout-isolated #nav,
    #layout-isolated #search,
    #layout-isolated #subfooter {
        display: none;
    }
    
    #layout-isolated #footer, #layout-isolated #footer a { color: #666; }
    #layout-isolated #footer-content { border-top: 1px solid #ddd; padding-top: 20px; }
    #layout-isolated #header { padding-bottom: 0; padding-top: 60px; }
    
    /* Profile */
    #layout-profile #content-primary { float: right; width: 77.38%; }
    #layout-profile #content-secondary { float: left; width: 20.83%; }
    
    /* Static */
    #static #content-primary { width: 65.47%; }
    #static #content-secondary { width: 30.95%; }


/* Content
======================================================================*/

/* Account */
.account { margin-top: 30px; }
.account-primary { float: left; width: 20.80%; }
.account-secondary { float: right; width: 77.36%; }

/* Acronyms */
.acronym-popup { border-bottom: 1px dotted #444; cursor: help; }
#acronyms td { width: 100%; }
#acronyms td, #acronyms th { background: none; border: 0; padding: 0 0 0.5em; }
#acronyms th { padding-right: 2em; white-space: nowrap; }
#acronyms tbody th { font-weight: bold; }

/* Action */
.action {
    -webkit-appearance: none;
    background: var(--pcp-blue);
    border: 0;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.56rem;
    font-weight: bold;
    padding: 0.5em 1.3em;
}

.action:hover { opacity: 0.7; text-decoration: none; }
.action.disabled { background: #f0f0f0; border-color: #f0f0f0; color: #bbb; cursor: default; text-decoration: none; }
.action-secondary { background: #fff; box-shadow: inset 0 0 0 2px var(--pcp-blue); color: var(--pcp-blue); }
.actions { margin: 1em 0; }
.actions .action { margin-right: 0.5em; }
.actions .loading { margin-right: 1em; }

/* Admin */
.win-thumbs img { max-width: none; }

/* Agencies */
.agencies { font-size: 16px; margin-bottom: 70px; text-align: center; }
.agencies ul { list-style: none; margin: 0; }

/* Attachments */
.attachments { list-style: none; margin-left: 0; }
.attachments a { display: block; }
.attachments .fa { margin-right: 0.2em; }
.attachments li { overflow: hidden; }
.attachments img { float: left; margin-right: 15px; width: 200px; }
.attachments .mute { white-space: nowrap; }
.qtip .attachments { margin: 0; }
.qtip .attachments a { display: block; }

/* Author */
.author { color: #7f7f7f; font-size: 16px; font-weight: normal; margin-bottom: 10px; overflow: hidden; padding-left: 40px; }
.author .byline { display: block; }
.author img { float: left; margin: 5px 0 0 -40px; width: 30px; }

/* Body (main text of item) */
.body h1 { margin-bottom: 0.7em; }
.body a { text-decoration: underline; }
.body a:hover { text-decoration: none; }

/* Breadcrumbs */
.breadcrumbs { list-style: none; margin-left: 0; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.breadcrumbs li { display: inline; margin-right: 0.5em; }
.breadcrumbs li:after { content: "\00bb"; margin-left: 0.5em; }

/* Calendar */
.calendar { list-style: none; margin-left: 0; }
.calendar .attendance { float: right; margin-right: -180px; text-align: center; width: 170px; }
.calendar .attendance .action { display: block; }
.calendar .attendance .mute { display: block; }
.calendar .date { display: block; float: left; margin: 0 0 10px -140px; width: 130px; }
.calendar .date .today { display: block; font-size: 13px; font-weight: bold; text-transform: uppercase; }
.calendar li { border-top: 1px solid #ddd; clear: both; font-size: 1em; font-weight: normal; margin: 0; overflow: hidden; padding: 0.5em 180px 0.5em 150px; }
.calendar .title { display: block; line-height: 1.3; margin: 0; }

    /* Mini */
    .calendar-mini .date { margin-left: -85px; width: 75px; }
    .calendar-mini li { border: 0; margin-bottom: 1em; padding: 0 0 0 85px; }
    
    /* Monthly */
    .month a { font-weight: bold; }
    .month .month-nav { float: right; }
    .month .month-nav a { margin-left: 0.5em; }
    .fc table { margin-bottom: 0; }
    .fc-unthemed .fc-today { background: #e8f4fb; }
    #content-secondary .fc td, #content-secondary .fc th { text-align: center; }
    #content-secondary .fc-basic-view .fc-body .fc-row { min-height: 0; }
    #content-secondary .fc-day-header, #content-secondary .fc-day-top { padding: 0.3em 0; }
    #content-secondary .fc-ltr .fc-basic-view .fc-day-top .fc-day-number { float: none; }
    #content-secondary .fc-row .fc-content-skeleton { padding: 0; }
    #content-secondary .fc-row .fc-content-skeleton .fc-today { border-color: #ddd; font-weight: bold; }

/* Callouts */
div.call-l, img.call-l, .pull-l { clear: left; }
div.call-r, img.call-r, .pull-r { clear: right; }
dt img.call-l { margin-top: 0; }
img.call-l { margin-right: 1em; }
img.call-r { margin-left: 1em; }
.call-l, .pull-l { float: left; margin: 0 2em 0.5em 0; }
.call-r, .pull-r { float: right; margin: 0 0 0.5em 2em; }
.call, div.call-l, div.call-r { font-size: 0.75em; }
.call img, .call-l img, .call-r img { display: block; }
.call img.icon, .call-l img.icon, .call-r img.icon { display: inline; }
.call, .call-l p, .call-r p { margin-bottom: 0.5em; }
.credit { color: #7f8183; font-size: 0.75em; letter-spacing: 0.01em; margin-bottom: 0.5em; text-align: right; }
#full .call-l, #full .pull-l { margin-left: -8.63%; }
#full .call-r, #full .pull-r { margin-right: -8.63%; }
.pull-l, .pull-r { color: #7f7f7f; font-size: 28px; font-weight: 600; line-height: 1.3; width: 39.58%; }

/* Card */
.card { border: 1px solid #ddd; border-radius: 3px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); float: left; margin-bottom: 20px; overflow: hidden; width: 30%; }
.card .card-content { padding: 20px; }
.card .card-image { display: block; width: 100%; }
.card .posts { list-style: none; margin: 0; }
.card .posts .fa { float: left; margin: 3px 0 0 -25px; }
.card .posts li { margin-bottom: 0.3em; overflow: hidden; padding: 0 0 0 25px; }
.card .posts .mute { display: none; }

    /* Recent activity */
    .recent-activity { clear: both; }
    .recent-activity .card { margin-right: 3%; width: 30%; }
    .recent-activity .card h3, .recent-activity .card .posts .title { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* Cities */
.cities li { margin-bottom: 0.3em; }
.cities ul { margin-bottom: 2em; }

/* Comments */
.comments { list-style: none; margin-left: 0; }
.comments .admin { background: #e8f4fb; border: 1px solid #ddd; border-radius: 5px; padding: 15px 15px 15px 75px; }
.comments .attachments { margin: 0; }
.comments > li { margin-bottom: 30px; overflow: hidden; padding: 0 0 0 60px; }
.comments p, .comments ul { margin-bottom: 0.5em; }
.comments .thumb { float: left; margin: 5px 0 0 -60px; width: 50px; }

/* Contact */
.contact .truncate { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* Contribute */
.contribute { background: var(--pcp-blue); color: #fff; margin-bottom: 30px; padding: 20px 25px 25px; }
.contribute .action { background: #fff; color: var(--pcp-blue); display: block; text-align: center; width: 100%; }
.contribute a { color: #fff; }
.contribute > div > p:last-child { margin: 0; }
.contribute .fa { margin-right: 0.3em; }
.contribute h2 { color: #fff; font-size: 21px; font-weight: 300; }
.contribute h2 a { display: block; padding: 0.5em 0.5em 0.5em 40px; }
.contribute h2 a:hover { background: rgba(255, 255, 255, 0.3); text-decoration: none; }
.contribute h2 a .fa { float: left; margin: 0 0 0 -40px; text-align: center; width: 35px; }
.contribute .mute { color: rgba(255, 255, 255, 0.4); }
.contribute ul { list-style: none; margin: 0; }
.contribute ul h2 { margin: 0; }

/* DataTables */
.dataTables_filter { margin-bottom: 10px; }
.dataTables_filter input { padding: 0.2em; width: 15em; }
.dataTables_info, .dataTables_length { float: right; }
.dataTables_paginate a { cursor: pointer; margin-right: 0.8em; }
.dataTables_paginate .current { color: #000; cursor: default; font-weight: bold; }
.dataTables_paginate .current:hover { text-decoration: none; }
.dataTables_wrapper { margin-top: 15px; }
.dataTables_wrapper thead th { cursor: pointer; }
.dataTables_wrapper thead th[class*="sorting"] { color: #0c4f96; }
.dataTables_wrapper thead th.sorting_asc span { background-image: url(/images/shared/sort-up.png); }
.dataTables_wrapper thead th.sorting_desc span { background-image: url(/images/shared/sort-down.png); }
.dataTables_wrapper thead th.sorting_disabled { cursor: default; }
.dataTables_wrapper thead th span { background-position: 100% 50%; background-repeat: no-repeat; cursor: pointer; padding-right: 15px; }
.editable_text { color: #275ea0; cursor: pointer; text-decoration: none; }

/* Digest status */
.digest-status { float: right; }
.digest-status .add-new { color: #999; }
.digest-status .add-new:hover { color: #12528f; }
.digest-status .fa { font-size: 20px; margin-left: 0.2em; }
.digest-status .fa-times { color: #777; margin-left: 0.5em; }

    /* Digest settings */
    .combine-subscriptions, .digest-status.open .active-schedule { background: #ffc; border: 2px solid #ddd; border-radius: 3px; clear: both; display: block; padding: 15px; }
    .combine-subscriptions .digest-status, .digest-status.open, #subscriptions-table_wrapper .digest-status { float: none; }
    
    .combine-subscriptions .active,
    .combine-subscriptions .active .active-schedule,
    #subscriptions-table_wrapper .active .active-schedule {
        background: none;
        border: 0;
        border-radius: 0;
        display: inline;
        padding: 0;
    }

/* Directory */
.dir { display: flex; flex-wrap: wrap; justify-content: space-between; list-style: none; margin: 0; }
.dir:after { display: block; content: " "; width: 30%; }
.dir-desc { width: 62.84%; }
.dir h3 { font-weight: bold; margin: 0; }
.dir li { align-items: center; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; display: flex; justify-content: space-between; margin-bottom: 30px; width: 30%; }
.dir p { margin: 0; }
.dir-thumb { width: 34.25%; }
.dir-thumb:hover img { opacity: 0.7; }
.dir-thumb img { border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 300px; }

    /* Profile pages */
    #layout-profile #content-primary .dir { display: block; }
    #layout-profile #content-primary .dir li { margin-bottom: 0.5em; width: auto; }
    #layout-profile #content-primary .dir h3 { font-size: 1em; }
    #layout-profile #content-primary .dir-desc { flex: 1 1 auto; padding-left: 10px; width: auto; }
    #layout-profile #content-primary .dir-thumb { flex: 0 0 50px; width: 50px; }
    
    /* Two columns */
    .dir-2:after { width: 47%; }
    .dir-2 li { width: 47%; }
    .dir-2 .dir-desc { width: 65.01%; }
    .dir-2 .dir-thumb { width: 29.85%; }

/* Dropdown */
.dropdown { display: inline-block; position: relative; }
.dropdown > a { display: inline-block; }
.dropdown > a:hover { text-decoration: none; }


.dropdown .menu.default-hidden {
  display: none;
}
.dropdown .menu {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    list-style: none;
    left: 0;
    margin: 0;
    text-align: left;
    top: 31px;
    white-space: nowrap;
    z-index: 1000;
}

.filter-dropdown .menu a { display: block; padding: 0.3em 1em; }
.filter-dropdown .menu a:hover { background: #f0f0f0; text-decoration: none; }
.filter-dropdown .menu li { display: block; margin: 0; }

.filter-dropdown { display: inline-block; position: relative; }
.filter-dropdown > a { display: inline-block; }
.filter-dropdown > a:hover { text-decoration: none; }


.filter-dropdown .menu.default-hidden {
  display: none;
}
.filter-dropdown .menu {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    list-style: none;
    left: 0;
    margin: 0;
    text-align: left;
    top: 31px;
    white-space: nowrap;
    z-index: 1000;
}

.filter-dropdown .menu a { display: block; padding: 0.3em 1em; }
.filter-dropdown .menu a:hover { background: #f0f0f0; text-decoration: none; }
.filter-dropdown .menu li { display: block; margin: 0; }

/* Edit links */
.edit { float: right; height: 2em; position: relative; white-space: nowrap; width: 10em; }
.edit a { background: #fff; border: 1px solid #ddd; font-size: 12px; display: inline-block; padding: 0.3em 10px; }
.edit a:hover { background: #eee; color: #000; text-decoration: none; }
.edit li { display: inline; margin: 0 0 0 -0.3em; }
.edit ul { list-style: none; margin: 0; position: absolute; right: 0; top: 0; }

    /* Comment edit links */
    .comments .edit { display: none; height: auto; }
    .comments > li:hover .edit { display: block; }
    .comments .edit a { border-width: 1px; border-radius: 7px; }
    .comments .edit ul { border-radius: 7px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); right: 0; top: 0; }

/* Explore */
#explore { font-size: 24px; font-weight: 300; line-height: 1.4; }
#explore a { color: #228cdb; text-decoration: underline; }
#explore a:hover { text-decoration: none; }
#explore .action { color: #fff; font-size: 1em; font-weight: 400; padding: 0.3em 1em; text-decoration: none; }
#explore h2 { color: #228cdb; font-size: 54px; font-weight: 300; line-height: 1; margin-bottom: 0.2em; }
#explore h3 { font-size: 30px; font-weight: 300; }
#explore p { margin-bottom: 0.5em; }
#explore .screenshot { box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
.explore-primary { width: 45%; }
.explore-secondary { width: 45%; }
.explore-section { border-bottom: 1px solid #ddd; clear: both; padding: 80px 0; }
.explore-section.columns { align-items: center; display: flex; justify-content: space-between; }
.explore-section:last-of-type { border: 0; }

/* Features */
.feature { align-items: center; display: flex; justify-content: space-between; overflow: hidden; }
.feature-primary { width: 31%; }
.feature-secondary { width: 65%; }

/* Filters */
.filters { margin-bottom: 20px; }

    /* Filter navigation */
    .filter-nav { list-style: none; margin: 0 0 15px; }
    .filter-nav .current { font-weight: bold; }
    .filter-nav .current a { color: #000; }
    .filter-nav li { display: inline-block; margin: 0 1em 0 0; vertical-align: middle; }
    .filter-nav .dropdown .menu { max-height: none; }
    .filter-nav .search { width: 20em; }
    
    /* Filter options */
    .filter-options { border: 1px solid #ccc;margin: 10px 0; overflow: hidden; padding: 20px; position: relative; }
    .filter-options .close { color: #aaa; position: absolute; right: 16px; top: 10px; }
    .filter-options .close:hover { color: #000; text-decoration: none; }
    .filter-options h6 { font-size: 1em; }
    .filter-options li { margin-bottom: 0.2em; }
    .filter-options ol { list-style: none; margin: 0 0 1em; }
    .filter-options .panel { float: left; margin-right: 2%; width: 31%; }
    .filter-options .panel .title { display: inline-block; margin: 0 0.2em -0.4em 0; max-width: 80%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    
        /* Date filters */
        #filters-date .panel { width: 48%; }
    
    /* Filter pages */
    .filter-pages { clear: both; }
    
    .filter-pages a {
        border-radius: 3px;
        box-shadow: inset 0 0 0 2px var(--pcp-blue);
        display: block;
        padding: 0.7em 1em 0.8em;
        text-align: center;
    }
    
    .filter-pages a:hover { background: #fff; border-color: #8cc6ed; }
    .filter-pages .filter-next { float: right; width: 48%; }
    .filter-pages .filter-prev { float: left; width: 48%; }
    
    .filter-pages .disabled, .filter-pages .disabled:hover {
        background: #f0f0f0;
        border-color: #f0f0f0;
        box-shadow: none;
        color: #bbb;
        cursor: default;
        text-decoration: none;
    }
    
    /* Filter search */
    .filters .filters-search { display: inline; }
    .filters .filters-search .txt { width: 7em; }

    /* Applied filters */
    .applied-filters { list-style: none; margin: 0; }
    .applied-filters .filter-type { color: #666; display: block; font-size: 12px; text-transform: uppercase; }
    .applied-filters .filter-value { display: block; max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .applied-filters li { background: #fff; border: 1px solid #7f7f7f; border-radius: 3px; float: left; margin: 0 10px 10px 0; min-width: 70px; padding: 8px 17px 8px 12px; position: relative; }
    .applied-filters .remove { line-height: 1; opacity: 0.3; padding: 3px; position: absolute; right: 4px; top: 4px; }
    .applied-filters .remove:hover { opacity: 1; text-decoration: none; }

/* Footer */
.colophon {
    border-top: 1px solid rgba(0, 0, 0, 0.24);
    color: rgba(0, 0, 0, 0.65);
    display: flex;
    font-size: 1rem;
    font-weight: normal;
    grid-column: 1 / -1;
    grid-row: 3;
    justify-content: space-between;
    margin-top: 2vw;
    padding-top: 0.9rem;
    text-transform: uppercase;
}

.colophon a { color: inherit; text-decoration: none; }
.colophon a:hover { text-decoration: underline; }
#footer { border-top: 1px solid rgba(0, 0, 0, 0.2); padding: 40px 20px; }
#footer .content { display: grid; gap: 20px; grid-template-columns: repeat(12, 1fr); }
.footer-panel-extras { grid-column: 10 / span 3; }
.footer-panel-extras .action { display: block; text-align: center; width: 100%; }
.footer-panel-extras ul { list-style: none; margin: 0; }
.footer-panel-nav { grid-column: 8 / span 2; }
.footer-panel-nav ul { list-style: none; margin: 0; }
.footer-panel-partners { grid-column: 1 / span 7; }

/* Greeting */
#greeting { background: #ffc; border: 3px solid #ddd; border-radius: 7px; font-size: 15px; margin-bottom: 15px; padding: 15px; }
#greeting p { margin-bottom: 0.5em; }

/* Groups */
.groups { list-style: none; margin-left: 0; }
.groups li { margin-bottom: 1em; }
.groups .mute { display: block; }

/* Header */
#header { background: #fff; padding: 20px; }
#header .content { align-items: center; display: flex; justify-content: space-between; }
#logo img { height: 61px; }

/* Hero */
.hero { background: var(--pcp-green); overflow: hidden; padding: 5% 20px; }
.hero, .hero .intro { color: #fff; }
.hero .intro { margin: 0; }
.hero #logo { float: none; margin-bottom: 40px; width: 60%; }
.hero #logo img { width: 100%; }
.hero-primary { float: right; width: 31.66%; }
.hero-secondary { float: left; width: 65.83%; }

/* Hidden */
.hidden, .closed { display: none; }

/* Highlight */
.highlight { background: #e8f4fb; }

/* Icons */
.fa-check { color: #249f17; }
.fa-facebook-official { color: #3b5998; }
.fa-instagram { color: #e1306c; }
.fa-unlock-alt { color: #888; }
.fa-linkedin-square { color: #0077b5; }
.fa-skype { color: #00aff0; }
.fa-twitter { color: #1da1f2; }
.fa-youtube-play { color: #cd201f; }

    /* Regions */
    [class *= "rcregion-"] { font-size: 2.3rem; }

/* Iframes */
.iframe-container { height: 0; overflow: hidden; padding-top: 30px; position: relative; }
.iframe-container iframe { left: 0; height: 100%; position: absolute; top: 0; width: 100%; }

/* Intros */
.intro { color: var(--pcp-blue); font-size: 1.5625rem; margin: 0 auto 70px; }
.intro p { margin-bottom: 1em; }
.intro h2 { color: #676767; font-size: 40px; font-weight: 300; line-height: 1.05; margin-bottom: 0.2em; }

/* jQuery UI */
.ui-widget { font-family: inherit; font-size: 1em; }
.ui-widget-content { padding: 0; }
.ui-widget-content a { color: #12528f; }
.ui-widget-content .action { color: #fff; }

    /* Front */
    .ui-front { z-index: 10000; }
    
    /* Tabs */
    .ui-tabs { border: 0; margin-bottom: 20px; padding: 0; }
    .ui-tabs .ui-tabs-nav { background: none; border: 0; display: table; list-style: none; margin: 0 0 -1px; padding: 0; width: 100%; z-index: 1000; }
    .ui-tabs .ui-tabs-nav .fa { display: none; }
    .ui-tabs .ui-tabs-nav li { background: none; border: 0; float: none; display: table-cell; margin: 0; }
    .ui-tabs .ui-tabs-nav li.ui-tabs-active a { background: #fff; border-color: #b2b2b2; border-bottom-color: #fff; color: #000; }
    
    .ui-tabs .ui-tabs-nav li a {
        background: #fcfcfc;
        border: 1px solid #ddd;
        border-bottom-color: #b2b2b2;
        border-radius: 3px 3px 0 0;
        color: #555;
        display: block;
        float: none;
        margin-bottom: -1px;
        overflow: hidden;
        position: relative;
        padding: 0.5em 0;
        text-align: center;
    }
    
    .ui-tabs .ui-tabs-nav li a:hover { background: #fff; text-decoration: none; }
    .ui-tabs .ui-tabs-panel { background: #fff; clear: both; border: 1px solid #b2b2b2; padding: 30px; }
    
        /* Uninitialized single tab */
        .single #tab-nav, .single #related-nav { font-size: 25px; font-weight: 600; line-height: 1.1; list-style: none; margin: 0 0 0.5em; }
        .single #tab-nav .fa, .single #related-nav .fa { display: none; }

/* Legend */
.legend { list-style: none; margin-left: 0; }
.legend .highlight { padding: 0.3em 0.4em; }
.legend li { display: inline; margin-right: 1em; }

/* Load */
.load a {
    border-radius: 3px;
    box-shadow: inset 0 0 0 2px var(--pcp-blue);
    display: block;
    padding: 0.7em 1em 0.8em;
    text-align: center;
}

.load a:hover { opacity: 0.7; text-decoration: none; }

/* Loading message */
.cg-busy-default-sign { background: none; border: 0; box-shadow: none; }

/* Logos */
.logos { font-size: 14px; list-style: none; margin-left: 0; line-height: 80px; text-align: center; }
.logos a:hover { opacity: 0.7; }
.logos img { max-height: 42px; vertical-align: middle; width: 500px; }
.logos img, .logos li { max-width: 130px; }
.logos li { display: inline-block; line-height: 1.2; margin: 0 12px; vertical-align: middle; }

    /* Sizes */
    .logos-2x { font-size: 18px; line-height: 90px; }
    .logos-2x img, .logos-2x li { max-width: 195px; }
    .logos-2x img { max-height: 70px; }
    .logos-3x { font-size: 22px; line-height: 170px; }
    .logos-3x img, .logos-3x li { max-width: 260px; }
    .logos-3x img { max-height: 140px; }

/* Milestones */
.milestones { list-style: none; margin-left: 0; }
.milestones .details { list-style: none; margin: 0; }
.milestones .details li { display: inline; margin-right: 1em; }
.milestones .fa { color: #12528f; float: left; margin: 0.2em 0 0 -25px; }
.milestones > li { margin-bottom: 0.8em; padding-left: 25px; }
.milestones .title { display: block; }

    /* Legend */
    .milestone-legend { font-size: 14px; list-style: none; margin-left: 0; }
    .milestone-legend .fa { color: #12528f; display: inline;}
    .milestone-legend li { display: inline; margin: 0 1em 0 0; white-space: nowrap; }
    .options-v.milestone-legend li { display: inherit; margin: 0 1em 0 0; white-space: nowrap; }
    
    /* Actions */
    .milestone-action { margin-top: 1em; }
    .milestone-action .edit { float:left; width: 1.9em; }
    .milestone-action .completed, .milestone-action .outstanding { text-transform: capitalize; }
    .milestone-actions { table-layout: fixed; }
    .milestone-actions .col-action { width: 85%; }
    .milestone-actions .col-followup { width: 15%; }
    .milestone-actions .completed { color: #249f17; text-transform: capitalize; }
    .milestone-actions h3 { font-size: 13px; margin: 0; }
    .milestone-actions .past { color: #f00; }
    
    /* Plain */
    .milestones.plain { list-style: disc; margin-left: 1.5em; }
    .milestones.plain > li { padding: 0; }

/* Muted text */
.mute { color: #7f7f7f; font-size: 0.875rem; font-weight: normal; }
.mute .topics a { font-style: italic; }
input.action.mute { color: #fff; background-color: #7f7f7f; }
h1 .mute, h2 .mute, h3 .mute, h4 .mute, h5 .mute, h6 .mute { font-size: 1rem; }

/* Navigation */
#header-nav a, #nav-primary a, #nav-special a { display: block; color: #fff; float: left; padding: 0.8rem 1rem; }
#header-nav a:hover, #nav-primary a:hover, #nav-special a:hover { background: rgba(255, 255, 255, 0.3); text-decoration: none; }
#nav { background: var(--pcp-green); font-size: 1.5rem; font-weight: normal; padding: 0 20px; }
#nav .content { display: flex; justify-content: space-between; }
#nav .current a { background: rgba(255, 255, 255, 0.8); color: #000; }
#nav .fa { color: #fff; }
#nav li { display: inline; }
#nav ul { list-style: none; margin: 0; }
#nav-primary { margin-right: 5%; }
#nav-special { display: none; text-align: right; }

    /* Extra */
    .nav-extra { align-items: center; align-self: flex-start; display: flex; font-size: 1rem; font-weight: 400; margin-top: -20px; text-transform: uppercase; }
    .nav-extra-edge { height: 49px; transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg); }
    .nav-extra-edge.nav-extra-edge-flip { margin-right: -1px; transform: rotateX(180deg) rotateY(180deg) rotateZ(0deg); }
    .nav-signin { background: var(--pcp-blue); display: flex; white-space: nowrap; }
    .nav-signin a { color: #fff; }
    .nav-signin li { margin: 0 1em 0 0; }
    .nav-signin li:last-child { margin: 0; }
    .nav-signin ul { align-items: center; display: flex; list-style: none; margin: 0; }
    .translate { align-items: center; background: var(--pcp-green); display: flex; padding-left: 0.5rem; }
    .translate * { white-space: nowrap; }
    .translate a { color: #fff; }
    .translate .goog-te-gadget-simple { background: none; text-transform: none; }
    .translate .goog-te-gadget-simple * { color: #fff !important; }
    .translate .goog-te-gadget-simple .goog-te-menu-value img { display: none; }
    .translate .goog-te-gadget-simple .goog-te-menu-value span { border: 0 !important; }
    .translate-manual { margin-left: 0.5rem; }
    
    /* Menu */
    #menu {
        background: var(--pcp-green);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        display: none;
        font-size: 16px;
        overflow: scroll;
        position: absolute;
        right: -400px;
        top: 0;
        width: 250px;
        z-index: 1000;
    }
    
    #menu li a { border-bottom: 1px solid rgba(0, 0, 0, 0.1); color: #fff; display: block; padding: 0.8rem 1.1rem; }
    #menu .fa-caret-down { display: none; }
    #menu li { margin: 0; }
    #menu li:last-child { border: 0; }
    #menu li.current a { background: rgba(255, 255, 255, 0.3); font-weight: bold; }
    #menu ul { list-style: none; margin: 0; }
    #menu > ul { border-bottom: 4px solid rgba(255, 255, 255, 0.5); }
    #menu .unread { background: #fff; border-radius: 3px; padding: 0.2em 0.5em; }
    
        /* Extra */
        #menu-extra { background: var(--pcp-blue); }
        
        /* Menu toggles */
        #menu-nav { float: right; font-size: 9px; font-weight: bold; list-style: none; margin: 0 -1em 0 0; text-transform: uppercase; white-space: nowrap; }
        #menu-nav a { display: inline-block; padding: 0.5em 1em; }
        #menu-nav a:hover { text-decoration: none; }
        #menu-nav li { display: inline-block; text-align: center; }
        .menu-toggle .fa { display: block; font-size: 28px; }
    
        /* Search */
        #menu-search { border-bottom: 1px solid rgba(0, 0, 0, 0.1); clear: both; float: none; padding: 0.8em 1.1em; text-align: left; }
        #menu-search .btn { padding: 0.45em 0; width: 23%; }
        #menu-search .txt { width: 84%; }
        #menu-search #search { float: none; }
        
        /* Social */
        #menu .social { border-bottom: 1px solid rgba(0, 0, 0, 0.1); list-style: none; margin: 0; padding: 0.8em 1.1em; text-align: center; }
        #menu .social a { border: 0; display: inline; padding: 0; }
        #menu .social a:hover { opacity: 0.7; }
        #menu .social .fa-twitter { color: #55acee; }
        #menu .social li { display: inline; margin: 0 0.25em; }
        
        /* Translate widget */
        #menu #google_translate_wrapper { background: #fff; padding: 0.8rem 1.1rem; }
        #menu #google_translate_wrapper a { border: 0; color: #000; display: inline-block; }
        #menu #google_translate_element .goog-te-gadget-simple { display: block; }
    
    /* Secondary */
    .nav-secondary { border: 10px solid #e5e5e5; font-size: 20px; list-style: none; margin: 0 0 30px; padding: 20px 25px 15px; }
    .nav-secondary .current { font-weight: bold; }
    .nav-secondary .current a { color: #000; }

/* News */
.news dt { border-top: 1px solid #ddd; clear: both; font-size: 36px; font-weight: 300; line-height: 1.05; padding-top: 20px; }
.news .thumb { float: right; margin: 7px 0 40px 20px; width: 250px; }
.news .thumb img { float: right; max-height: 250px; }

/* Notifications */
    /* Mini */
    .notifications-mini { list-style: none; margin: 0; }
    .notifications-mini a { border-top: 1px solid #ddd; clear: both; color: #444; display: block; overflow: hidden; padding: 10px 10px 10px 50px; }
    .notifications-mini a:hover { background: #e8f4fb; text-decoration: none; }
    .notifications-mini li { margin: 0; }
    .notifications-mini li:first-child a { border: 0; }
    .notifications-mini .mute { display: block; }
    .notifications-mini .remove { color: #ccc; float: right; margin: -5px -5px 10px 10px; padding: 5px; }
    .notifications-mini .remove:hover { color: #12528f; }
    .notifications-mini strong { font-weight: 600; }
    .notifications-mini .thumb { float: left; margin: 3px 0 0 -40px; width: 30px; }

/* New */
.new { color: #b71b2a; font-size: 12px; margin-left: 0.2em; text-transform: uppercase; }

/* People */
.people { list-style: none; margin-left: 0; }
.people .about { float: left; width: 52.17%; }
.people .contact { float: right; width: 43.87%; }
.people .email { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.people li { border-top: 1px solid #ddd; overflow: hidden; padding: 0.5em 0 0.3em 65px; }
.people .name { font-weight: 600; }
.people .name, .people .title { display: block; }
.people .thumb { float: left; margin: 3px 0 10px -65px; width: 50px; }

    /* Mini */
    .people-mini { margin: 0; }
    .people-mini .about { float: none; width: auto; }
    .people-mini .contact { font-size: 13px; font-weight: normal; display: block; float: none; width: auto; }
    .people-mini li { border: 0; clear: both; margin-bottom: 5px; padding-top: 0; }
    .people-mini .name { font-weight: 300; }
    
    /* Picker */
    .people.ui-sortable { margin-top: 15px; width: 48%; }
    .people.ui-sortable .about { display: block; float: none; width: auto; }
    .people.ui-sortable .close { color: #aaa; float: right; padding-right: 10px; }
    .people.ui-sortable .close:hover { color: #444; text-decoration: none; }
    .people.ui-sortable li { background: #fff; border: 1px solid #ddd; border-radius: 4px; overflow: hidden; padding: 0.5em 0 0.3em 75px; }

/* Plan */
    /* Plan footer */
    #plan-download { float: left; overflow: hidden; width: 48%; }
    #plan-download img { border: 1px solid #ddd; float: left; margin-right: 30px; width: 96px; }
    #plan-footer { border-top: 1px solid #ddd; clear: both; margin-top: 40px; padding-top: 2em; }
    #plan-nav { float: right; width: 48%; }
    
    /* Research activities */
    .research-activities a { text-decoration: none; }
    .research-activities a:hover { text-decoration: underline; }
    
    /* Research areas */
    .research-area-summaries { list-style: none; margin: 0; overflow: hidden; }
    .research-area-summaries a { display: block; }
    .research-area-summaries a:hover { text-decoration: none; }
    .research-area-summaries a:hover .title { text-decoration: underline; }
    .research-area-summaries .description { color: #7f7f7f; }
    .research-area-summaries li { clear: both; margin-bottom: 20px; overflow: hidden; padding-left: 193px; }
    .research-area-summaries .thumb { float: left; margin: 3px 0 0 -193px; width: 173px; }
    .research-area-summaries .title { display: block; font-size: 25px; font-weight: 600; line-height: 1.3; }

/* Popups (qTip) */
.qtip { background: #fff; border: 1px solid #ccc; box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25); font-size: 16px; line-height: 1.4; max-width: 400px; }
.qtip h2 { font-size: 1em; }
.qtip p { margin: 0; }
.qtip-content { max-height: 300px; overflow-x: hidden; overflow-y: auto; padding: 20px; }
.qtip-titlebar { border-bottom: 1px solid #ddd; padding: 10px 20px; }

    /* Account */
    .account-popup .qtip-content { padding: 0; }
    .account-popup a { display: block; padding: 0.5em 1em; }
    .account-popup a:hover { background: #f0f0f0; text-decoration: none; }
    .account-popup li { margin: 0; white-space: nowrap; }
    .account-popup ul { list-style: none; margin: 0; }
    
    /* Notifications */
    .notifications-popup .qtip-content { padding: 0; }

/* Previous/next links */
.prev-next { border-top: 1px solid #ddd; clear: both; margin-top: 40px; overflow: hidden; padding-top: 2em; }
.prev-next a { display: block; }
.prev-next a:hover { text-decoration: none; }
.prev-next a:hover, .prev-next a:hover strong { color: #1e8cdb; }
.prev-next .next { float: right; text-align: right; width: 48%; }
.prev-next .prev { float: left; width: 48%; }
.prev-next strong { color: #000; display: block; }

/* Profiles */
    /* Banner */
    .banner { position: relative; }
    .banner .content { align-items: flex-end; display: flex; justify-content: space-between; margin-bottom: -87px; }
    .banner-avatar { width: 23.125%; }
    .banner-avatar img { background: #fff; border: 8px solid #fff; border-radius: 500px; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); box-sizing: border-box; display: block; width: 100%; }
    .banner-header { display: block; width: 100%; }
    .banner-summary { color: #fff; width: 74.375%; }
    .banner-summary, .banner-summary * { color: #fff; }
    .banner-summary a { text-decoration: underline; }
    .banner-summary h2 { font-size: 1.875rem; text-transform: uppercase; }
    .banner-summary .mute { color: #7f7f7f; font-size: 1rem; margin: 2.5rem 0 1.4rem; }
    .banner-summary p { margin: 0; }
    
    .banner-overlay {
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
        bottom: 0;
        box-sizing: border-box;
        left: 0;
        padding: 80px 20px 30px;
        position: absolute;
        width: 100%;
    }
    
    /* Social */
    .social-profile { list-style: none; margin-left: 0; }
    .social-profile .fa { vertical-align: -14%; }
    .social-profile li { margin-bottom: 0.3em; }

/* Search results */
.docType { color: #000; font-size: 0.7em; font-weight: bold; margin-left: 0.3em; text-transform: uppercase; white-space: nowrap; }
#search-results { margin-bottom: 1em; }
#search-results h2 { font-size: 1.3em; margin: 1em 0 0; }
#search-results p, #search-sort { margin: 0; }
#searchPages { margin-top: 2em; text-align: center; }
#searchPages a { padding: 0.5em; }
#searchPages li { background: none; display: inline; margin: 0 0.2em; padding: 0; }

/* Streams */
.stream { border: 1px solid #ddd; border-bottom: 0; list-style: none; margin-left: 0; }
.stream-avatar { float: left; margin-left: -70px; width: 50px; }
.stream-avatar img { border: 1px solid #ddd; border-radius: 200px; box-sizing: border-box; display: block; width: 100%; }
.stream-body p { margin: 0; }
.stream-item { border-bottom: 1px solid #ddd; margin: 0; overflow: hidden; padding: 15px 20px 20px 90px; }
.stream-thumb img { border: 1px solid #ddd; border-radius: 4px; display: block; margin-top: 10px; }
.stream-title { font-size: 1.625rem; font-weight: normal; line-height: 1.3; }

    /* In tabs */
    .ui-tabs .stream { border: 0; margin: 0; }
    .ui-tabs .stream-content { padding: 0; }

/* Subscribe toggle */
.subscribe { float: right; font-size: 15px; margin: 0 0 10px 10px; }

/* Teams */
.teams { list-style: none; margin-left: 0; }
.teams li { overflow: hidden; margin-bottom: 10px; padding-left: 65px; }
.teams .thumb { float: left; margin: 3px 0 0 -65px; width: 50px; }
.teams p { margin: 0; }

    /* Navigation */
    #team-nav { background: #fff; border-bottom: 1px solid #ddd; font-size: 24px; margin-bottom: 2em; padding: 0.5em 0; }
    #team-nav .dropdown { float: right; }
    #team-nav .dropdown .menu { font-size: 16px; left: auto; right: 0; }
    #team-nav-content { float: left; list-style: none; margin: 0; }
    #team-nav-content li { display: inline-block; margin: 0 1em 0 0; }
    .members #team-nav { display: none; }
    
    /* Summaries */
    .team-summaries { list-style: none; margin: 0; overflow: hidden; }
    .team-summaries a { display: block; }
    .team-summaries a:hover { text-decoration: none; }
    .team-summaries a:hover .title { text-decoration: underline; }
    .team-summaries .description { color: #7f7f7f; }
    .team-summaries li { clear: both; margin-bottom: 20px; overflow: hidden; padding-left: 193px; }
    .team-summaries .thumb { float: left; margin: 3px 0 0 -193px; width: 173px; }
    .team-summaries .title { display: block; font-size: 25px; font-weight: 600; }

    /*Requests*/
    .team-request-preview { font-size: 23px; font-weight: 300; width: 82.73%; }
    .team-request-preview p { margin-bottom: 0.5em; }

/* Toolbars */
.toolbar{ background: #f5f5f5; border-radius: 4px; font-size: 14px; margin-bottom: 10px; padding: 10px; }
.toolbar a{ background: #fff; border: 1px solid #ddd; border-radius: 3px; display: inline-block; padding: 0.3em 0.7em; text-decoration: none; }
.toolbar a:hover{ background: #228cdb; border-color: #228cdb; color: #fff; text-decoration: none; }
.toolbar li { display: inline; margin: 0; }
.toolbar ul { list-style: none; margin: 0; }

    /*Toolbars deletion*/
    .deletion-dialog {color: #12528f; font-size: 14px;}
    .deletion-dialog .ui-button{color: #12528f; font-size: 14px;}
    .deletion-dialog .ui-button .ui-button-text { background: #fff; border: 1px solid #ddd; border-radius: 3px; display: inline-block; padding: 0.3em 0.7em; text-decoration: none; }
    .deletion-dialog .ui-button .ui-button-text:hover { background: #228cdb; border-color: #228cdb; color: #fff; text-decoration: none; }
    .ui-dialog .ui-dialog-buttonpane { border-radius: 4px; font-size: 14px; margin-bottom: 10px; padding: 10px; }

/* Translate */
#google_translate_element { display: inline-block; vertical-align: middle; }
#google_translate_element .goog-te-gadget-simple { border: 0; }

/* Truncate */
.truncate { overflow: hidden; }
.truncate.open { height: auto !important; }

/* Unread */
.unread { color: #b71b2a; }

/* Webinar notice */
.qtip .webinar-notice { background: none; margin: 0; padding: 0; }
.qtip .webinar-notice li { display: block; margin: 0; }
.webinar-notice { background: #dbeffe; margin-bottom: 1em; padding: 20px; }
.webinar-notice li { display: inline; margin-right: 1em; white-space: nowrap; }
.webinar-notice ul { list-style: none; margin: 0; }
.webinar-notice p { margin-bottom: 0.5em; }

/* Your groups */
.your-groups { background: #e8f4fb; padding: 20px 30px 2px; }


/* Widths
=====================================================================*/
@media screen and (max-width: 1100px) {
    /* Layout */
        /* Columns */
        .c3l, .c3m, .c3r { float: none; width: auto; }
        
        /* Content */
            /* Home */
            #home #content-primary, #home #content-secondary { float: none; width: auto; }
            
            /* Isolated */
            #layout-isolated #header { border: 0; }
            
            /* Member home */
            #layout-member-home #content-primary { width: 66.07%; }
            #layout-member-home #content-secondary { width: 32.14%; }
            #layout-member-home #content-tertiary { float: right; margin: 0; width: 32.14%; }
            
            /* People */
            #layout-profile #main { padding-top: 20px; }
            #layout-people #content-primary { margin: 0; width: 66.07%; }
            #layout-people #content-secondary { float: right; width: 32.14%; }
            #layout-people #content-tertiary { clear: both; float: none; width: auto; }
    
    /* Content */
        /* Account */
        .account-primary, .account-secondary { float: none; width: auto; }
        
        /* Banner */
        .banner .content { align-items: flex-start; margin-bottom: 0; }
        .banner-overlay { background: #444; padding-top: 30px; position: static; }
        
        /* Calendar */
            /* Mini */
            .calendar-mini .date { float: none; margin: 0; width: auto; }
            .calendar-mini li { padding-left: 0; }
        
        /* Card */
            /* Recent activity */
            .recent-activity .card { margin-right: 4%; width: 45.5%; }
        
        /* Contribute */
        #contribute-header { display: none; margin: 0; }
        
        /* Directory */
        .dir li { width: 48%; }
        
        /* Explore */
        #explore { font-size: 18px; }
        #explore h2 { font-size: 24px; }
        #explore h3 { font-size: 20px; }
        
        /* Features */
        .feature { display: block; }
        .feature-primary, .feature-secondary { width: auto; }
        
        /* Feedback */
        #feedback { top: 90px; }
        
        /* Footer */
        .colophon { display: block; text-align: center; }
        #footer .content { display: block; }
        .footer-panel { margin-bottom: 2rem; }
        
        /* Full layout */
        #full .body { margin: 0 auto; max-width: none; }
        #full .call-l, #full .pull-l { margin-left: 0; }
        #full .call-r, #full .pull-r { margin-right: 0; }
        
        /* Header */
        #header { border-bottom: 1px solid #ccc; }
        
            /* Logo */
            #logo { float: left; margin: 0; width: 80%; }
        
        /* Intro */
        .intro { margin-bottom: 40px; }
        
        /* Header */
        #header-nav, #nav, #site-search { display: none; }
        .nav-extra { display: none; }
        
        /* Hero */
        .hero #logo { margin-bottom: 15px; width: 100%; }
        .hero-primary { margin-bottom: 30px; }
        .hero-primary, .hero-secondary { float: none; width: auto; }
        
        /* jQuery UI */
            /* Tabs */
            .ui-tabs .ui-tabs-nav .fa { display: inline-block; }
            .ui-tabs .ui-tabs-nav .title { display: none; }
        
        /* Milestones */
            /* Actions */
            .milestone-actions .col-action { width: 75%; }
            .milestone-actions .col-followup { width: 25%; }
        
        /* Research areas */
        .research-area-summaries li { padding-left: 100px; }
        .research-area-summaries .thumb { margin: 3px 0 0 -100px; width: 90px; }
        
        /* Teams */
            /* Navigation */
            #team-nav-wrapper { display: none; }
            
            /* Summaries */
            .team-summaries li { padding-left: 100px; }
            .team-summaries .thumb { margin: 3px 0 0 -100px; width: 90px; }
}

@media screen and (max-width: 700px) {
    /* Basics */
    body { font-size: 0.875rem; }
    h1 { font-size: 1.5rem; }
    h2 { font-size: 1.3rem; }
    h3 { font-size: 1.1rem; }
    
    /* Layout */
    .c2l, .c2r, .c3l, .c3m, .c3r,
    #content-primary,
    #content-secondary,
    #content-tertiary,
    #home #content-primary,
    #home #content-secondary,
    #layout-detail #content-primary,
    #layout-detail #content-secondary,
    #layout-people #content-tertiary,
    #layout-profile #content-primary,
    #layout-profile #content-secondary,
    #subfooter-primary,
    #subfooter-secondary {
        float: none;
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
    
        /* Columns */
        .cols2, .cols3, .cols4 { -moz-column-count: 1; -webkit-column-count: 1; column-count: 1; }
    
        /* Content */
        #content-wrapper { padding-bottom: 20px; padding-top: 20px; }
        #layout-isolated #header { border: 0; padding-top: 20px; }
    
    /* Content */
        /* Account */
        .account-primary, .account-secondary { float: none; width: auto; }
        
        /* Acronyms */
        #acronyms th { padding-right: 0.5em; }
        
        /* Attachments */
        .attachments img { width: 75px; }
        
        /* Banner */
        .banner .content { display: block; }
        .banner-avatar { margin: -50px 0 10px; position: relative; }
        .banner-avatar img { border-width: 3px; }
        .banner-summary { width: auto; }
        .banner-summary h2 { font-size: 1.05rem; text-transform: none; }
        .banner-summary .mute { margin: 0; }
        .banner-overlay { padding: 20px; }
        
        /* Callouts */
        div[class *= "call"], .call-l[style], .call-r[style], div[class *= "pull"], .pull-l[style], .pull-r[style] { width: auto !important; }
        div.call-l, div.call-r, div.pull-l, div.pull-r { float: none; margin: 0 0 10px; }
        
        /* Calendar */
        .calendar .action { font-size: 14px; font-weight: normal; padding: 0.2em 0.5em; }
        .calendar .attendance { margin-right: -120px; width: 100px; }
        .calendar .date { float: none; margin: 0; width: auto; }
        .calendar li { border: 0; margin-bottom: 0.5em; padding: 5px 120px 5px 5px; }
        
            /* Mini */
            .calendar-mini .date { float: none; margin: 0; width: auto; }
            .calendar-mini li { padding: 5px; }
        
        /* Card */
            /* Recent activity */
            .recent-activity .card { float: none; margin-right: 0; width: auto; }
        
        /* Contact */
        ul.flat.contact > li { margin: 0; }
        
        /* Directory */
        .dir, .dir-2 { display: block; }
        .dir:after, .dir-2:after, .dir li, .dir-2 li { width: auto; }
        
        /* Explore */
        #explore { font-size: 18px; text-align: center; }
        #explore, #explore h2, #explore h3 { font-weight: normal; }
        #explore h2 { font-size: 24px; }
        #explore h2 br { display: none; }
        #explore h3 { font-size: 20px; font-weight: 600; }
        .explore-primary, .explore-secondary { margin-bottom: 20px; width: auto; }
        .explore-section.columns { display: block; padding: 30px 0; }
        
        /* Feedback */
        #feedback { right: -96px; top: 54px; }
        
        /* Filter navigation */
        .filter-nav { text-align: center; }
        .filter-nav > li { display: block; }
        .filter-nav .search { width: 100%; }
        
        /* Forms */
            /* Definition list-based */
            dl.form dd.field, dl.form dt, dl.form dt .label { float: none; margin: 0; padding: 0; text-align: left; width: auto; }
            dl.form dt { margin-top: 1em; }
            dl.form .fields { width: auto; }
            dl.form .fields p { float: none; width: auto; }
            dl.form .field-single-line { width: auto; }
            dl.form .txt { width: 98%; }
            
            /* Field help */
            .field-help { display: block; float: none; width: auto; }
            
            /* Options */
            .options-h li { display: block; margin-right: 0; padding-left: 25px; text-indent: -25px; white-space: normal; }
            
            /* Text boxes */
            .txt-med { width: 100%; }
        
        /* Full layout */
        #full .body { margin: 0 auto; max-width: none; }
        #full .call-l, #full .pull-l { margin-left: 0; }
        #full .call-r, #full .pull-r { margin-right: 0; }
        
        /* Header */
        #header { border-bottom: 1px solid #ccc; }
        
        /* Intros */
        .intro { font-size: 1.1rem; margin-bottom: 20px; width: auto; }
        
        /* Legend */
        .legend li { display: block; }
        
        /* Milestones */
            /* Actions */
            .milestone-actions .col-action { width: 60%; }
            .milestone-actions .col-followup { width: 40%; }
        
        /* Muted text */
        .mute { font-size: 1em; }
        
        /* News */
        .news dt { font-size: 20px; font-weight: 300; padding-top: 15px; }
        .news .thumb { margin: 3px 0 15px 15px; width: 30%; }
        
        /* People */
        .people .about { float: none; width: auto; }
        .people .contact { display: block; float: none; width: auto; }
        
        /* Plan */
            /* Plan footer */
            #plan-download { margin-bottom: 20px; }
            #plan-download, #plan-nav { float: none; width: auto; }
            #plan-nav { clear: both; }
        
        /* Profile */
        #profile-photo { float: right; margin: 0 0 10px 10px; width: 33%; }
        
        /* Research areas */
        .research-area-summaries li { padding-left: 60px; }
        .research-area-summaries .thumb { margin: 3px 0 0 -60px; width: 50px; }
        .research-area-summaries .title { font-size: 16px; }
        
        /* Streams */
        .stream-avatar { margin-left: -60px; width: 45px; }
        .stream-item { padding: 10px 10px 10px 70px; }
        
        /* jQuery UI */
            /* Tabs */
            .ui-tabs .ui-tabs-nav .fa { display: inline-block; }
            .ui-tabs .ui-tabs-nav .title { display: none; }
        
        /* Teams */
            /* Navigation */
            .members #team-nav { display: block; }
            #team-nav { font-size: 16px; }
            #team-nav-wrapper { display: none; }
            
            /* Summaries */
            .team-summaries li { padding-left: 60px; }
            .team-summaries .thumb { margin: 3px 0 0 -60px; width: 50px; }
            .team-summaries .title { font-size: 16px; }
}


