/**
 * main.css
 */

* {
    box-sizing: border-box;
}

body {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    line-height: 1.5em;
    background-color: #fafafa;

}

a.navbar-brand {
    padding-top: 10px !important;
    padding-right: 40px !important;
}

.current-menu-item > a {
    font-weight: bold;
    color: #ba4104 !important;
}

.menu-title {
    width: 80%;
    display: block;
}

.menu-option a {
    font-weight: bold;
    color: #e14a00 !important;
}

.menu-option a:hover {
    font-weight: bold;
    background-color: #ff8f00 !important;
    color: white !important;
}

ul.dropdown-menu {
    margin-top: 2px !important;
    background-color: whitesmoke !important;
    padding: 10px 10px !important;
    text-align: left;
}

.navbar .navbar-nav > li .dropdown-menu li > a {
    margin: 0 5px;
    padding: 5px;
    font-weight: normal;
}

#main-navigation ul.dropdown-menu li:hover a {
    color: #e14a00 !important;
    font-weight: 500 !important
}

.breadcrumb {
    text-transform: uppercase !important;
    font-size: 90%;
    margin: auto !important;
    background-color: white;
    padding-top: 1.5em;
    padding-left: 0;
    display: flex;
}

.breadcrumb a {
    color: #e14a00;
}

.breadcrumb-sep {
    padding: 0.2em 0.5em;
}

.page-header {
    padding: 80px 0;
    background-color: #F68F5DFF;
    width: 100%;
}

.page-header-short {
    padding-bottom: 60px;
}

.page-header-short .container {
    padding-top: 1vh;
}

.footer {
    width: 100%;
    margin: 0;
}

.footer h4 {
    font-size: 120%;
}

.footer-gray a {
    color: #0e6dcd;
}

.footer-gray a:hover {
    color: #ff9002;
}

.menu-copyright a {
    font-weight: bold !important;
    color: #aaa !important;
}

.menu-copyright a:hover {
    color: #ff9002 !important;
}

.menu-copyright i.legal-icon {
    font-size: 90% !important;
    padding: 0 4px;
}

.member-links {
}

.member-links a {
    font-weight: bold !important;
    color: #0e6dcd !important;
}

.member-links i.link-icon {
    padding: 0 3px;
    width: 20px;
}

.container, .section > .container {
    width: 95% !important;
    max-width: 1170px !important;
}

.container-copyright {
    text-align: left;
}

.container-copyright > div {
    padding-left: 0;
}

.copyright-anyo {
    color: white !important;
    font-size: 90%;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/materialicons/v109/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
}

article blockquote {
    border-right: none;
    border-left: solid medium #e14a00;
    color: #e14a00;
}

.row {
    display: flex;
    flex-flow: row;
}

.navbar > .container {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-nav .menu-item {
    padding-top: 0 !important;
}

.navbar-nav .menu-item a:hover {
    color: #e14a00 !important;
}

.navbar-fixed-top {
    padding-bottom: 2px !important;
}

.menu-item a i {
    font-size: 1.4em !important;
}

a.section-heading h6 {
    color: #e14a00 !important;
}

.section-heading h6:after {
    content: " \025B2";
}

.collapsed h6:after {
  content: " \025BC";
}

article p img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

img.align_center, figure.align_center img {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
    margin-bottom: 8px;
}

.section {
    padding: 0 30px;
}

.section-text {
    font-size: 1.2em;
}

.section-text p {
    line-height: 1.5;
    margin-bottom: 1em;
}

.section-icon {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 64px;
}

.section-topic {
    text-align: justify;
}

.section-dark .hestia-title a,
.section-gray .hestia-title a {
    color: #ffffff;
}


.hestia-title a:hover,
.section-icon a {
    color: #e14a00;
}

.cps-member {
    margin-top: 30px;
}

.hestia-team .card .row,
.cps-member .card .row {
    display: flex;
    flex-flow: row;
}

.hestia-team .card-image,
.cps-member .card-image {
    height: 140px;
    width: 140px;
    margin: 0 auto;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

a:hover .card-title {
    color: #e14a00;
}

/* CPS styles */

.section-light {
    background: #f0f0f0;
}

.section-gray {
    background: #4a555c;
}

.section-gray .section-title,
.section-dark .section-title {
    color: #ffffff !important;
}

.section-gray p,
.section-dark p {
    color: #f0f0f0;
}

.section-title, .section-description {
    text-align: center;
}

.section-description {
    padding-bottom: 10px;
}

.section-button {
    margin: 50px;
}

a.section-link {
    padding: 20px;
    border-radius: 40px;
    border: 0;
    background-color: #e14a00;
    text-transform: uppercase !important;
    font-size: 90%;
    font-weight: 700;
    color: white !important;
}

a.section-link:hover {
    padding: 20px;
    border-radius: 40px;
    border: 8px solid #ff9002;
    background-color: #ff9002;
    text-transform: uppercase !important;
    font-size: 90%;
    color: white !important;
}

.feature-info {
    margin: 0 20px;
}

.feature-icon {
    font-size: 150%;
    padding-right: 8px;
}

.feature-title {
    font-size: 150%;
    font-weight: bold;
}

.item-index {
    font-size: 38px !important;
    float: left !important;
    margin-right: 17px !important;
    margin-bottom: 48px !important
}

.item-text {
    font-size: 110%;
    font-weight: 400;
}

.product-sections {
    display: flex;
    flex-flow: row;
}

ul.product-sections.nav-tabs {
    margin-bottom: 20px;
}

.product-sections a {
    color: #4a555c;
    font-weight: bolder;
    font-size: 130%;
}

.product-sections a.active {
    border-bottom: thick solid #e14a00;
}

.cps-section-item div {
    padding: 1em;
    text-align: center;
}

a.cps-section-item:hover .icon {
    margin: -6px 0 6px 0;
}

a.cps-section-item:hover p {
    color: black;
}

.card-project {
    border: thin solid darkgray;
    border-radius: 10px;
    margin-bottom: 15px;
    background-color: #fafafa;
    overflow: hidden;
    box-shadow: 3px 3px lightgrey;
}

.card-project .card-body p {
    color: #5b5b5b;
}

.card-project .moretag {
    display: block;
    padding-top: 6px;
    text-align: right;
}

.card-project .moretag a {
    color: #2e6da4;
    padding: 3px 6px;
}

.cps-projects {
    margin-bottom: 30px;
}

.project-package {
    margin-left: 10px;
}

.project-package a h6 {
    color: #e14a00 !important;
}

.project-package-description h3 {
    font-size: 110% !important;
}

.project-package-structure {
    padding: 6px;
    border-top: thin solid #222 ;
    border-bottom: thin solid #222 ;
}

.project-task {
    margin-left: 20px;
    color: #222;
}

.project-task a {
    color: inherit;
}

.project-task a:hover {
    color: #e14a00 !important;
}

.project-task.disabled {
    color: #aaa !important;
    font-style: italic;
}

h5.category {
    font-size: 100%;
    text-transform: uppercase;
}

.cps-cards .card-image {
    height: 100%;
    background-color: white;
    border-right: thin solid lightgrey;
}

.cps-cards .card-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cps-cards .card-logo img {
    max-height: 128px;
    min-height: 96px;
    padding-left: 8px;
    padding-right: 8px;
}

.cps-cards .card-body {
    padding: 0 1em;
}

.cps-cards .card-footer {
    padding: 4px;
}

.cps-cards a:hover {
    color: #e14a00 !important;
}

.card-footer {
    margin-bottom: 6px;
}

.card-footer .row {
    flex-flow: row;
}

.card-footer .row div {
    white-space: nowrap;
}

.card-footer .active {
    color: #e14a00;
}

.card-project.project-active {
    background-color: #ffeedd !important;
}

.publication {
    padding: 8px 10px;
}

.publication .member {
    color: #e14a00;
}

.cps-publications {
    margin-top: 20px;
}

.cps-patents {
    margin-top: 20px;
}

.patent {
    padding: 8px 10px;
}

.patent h5.patent-title {
    font-size: 100%;
    margin-bottom: 0px;
}

.patent .patent-authors {
    margin-bottom: 5px;
}

.patent .patent-summary {
    padding: 4px;
    padding-left: 12px;
    border-left: thin solid #aaa;
    margin-bottom: 5px;
}

.patent .member {
    color: #e14a00;
}


.MarkupPagerNav {
    display: block;
    clear: both;
    font-family: Arial, sans-serif;
    padding: 16px;
}

ul.MarkupPagerNav {
    margin-bottom: 5px !important;
}

.MarkupPagerNav li {
    display: inline;
    list-style: none;
}

.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
    display: block;
    float: left;
    padding: 3px 9px;
    color: #2f4248;
    border: thin solid #2f4248;
    margin-right: 3px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
    color: #fff;
    background: #e14a00;
    text-decoration: none;
}

.MarkupPagerNav li.MarkupPagerNavSeparator {
    display: inline;
    color: #777;
    background: #d2e4ea;
    padding-left: 3px;
    padding-right: 3px;
}

/* CPS styles for not large screens */
@media (max-width: 992px) {

    .title-logo-wrapper {
        margin-top: 16px;
    }

    .cps-section-item div {
        text-align: left;
        max-width: 80%;
    }

    .cps-sections .icon i {
        font-size: 2em;
        width: 2em;
        vertical-align: center;
    }

    .cps-sections .icon h4 {
        display: inline;
    }

    header .navbar .navbar-nav > li > a {
        padding-bottom: 1px;
        padding-top: 1px
    }

    .title-logo-wrapper {
        margin-top: 5px;
    }

    a.navbar-brand {
        padding-top: 5px !important;
        padding-right: 20px !important;
    }

    .menu-item {
        margin: 1px !important;
    }

    .menu-item a i {
        font-size: 1.2em !important;
    }

    .menu-home a {
        display: none !important;
    }

    .cps-cards .card-logo {
        height: 128px;
    }

    .cps-cards .card-logo img {
        max-height: 112px;
        padding-left: 4px;
        padding-right: 4px;
    }

    .hestia-team .card-image {
        height: 120px;
        width: 120px;
        margin: 0 auto;
    }

    .hestia-team .row,
    .cps-member .row {
        display: flex;
        flex-flow: column;
    }

    .row {
        display: flex;
        flex-flow: column;
    }

    .cps-cards .card-image {
        width: 100%;
        background-color: white;
        border-bottom: thin solid lightgrey;
    }

    .cps-member .card-image {
        margin: 0 auto;
    }

    #member-details {
        flex-flow: column-reverse;
    }
}

@media (max-width: 766px) {
    .card-footer .row {
        flex-flow: column;
    }

    .hestia-team .row,
    .cps-member .card .row {
        display: flex;
        flex-flow: column;
    }

    .row {
        display: flex;
        flex-flow: column;
    }

    
    .hestia-team .card-image {
        height: 120px;
        width: 120px;
        margin: 0 auto;
    }

    #member-details {
        flex-flow: column-reverse;
    }
}


