body {
    background-color: #ebedef;
    color: #2e4053;
    font-family: 'Roboto', sans-serif;
    font-display: swap;
}

q {
    font-style: italic;
}

i {
    font-style: italic;
}

h1,
h2,
h3,
b {
    font-weight: 700;
}

h2 {
    text-align: center;
}

header {
    color: #2e4053;
    margin-top: 1rem;
}

.header-logo {
    text-align: center;
    padding: 0.5rem;
    margin: 1.5rem;
    display: inline-block;
}

.header-logo-icon {
    display: inline;
    height: 4rem;
    object-fit: contain;
    vertical-align: bottom;
    text-align: center;
}

.header-logo-subtext {
    display: block;
    color: #2e4053;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0.08rem;
    font-style: italic;
    text-align: center;
    vertical-align: bottom;
    margin: 0.5rem;
    margin-bottom: 0;
}

header .menu a {
    color: #2e4053;
    padding: 0.7rem 1rem;
}

header .menu a:hover {
    color: #1b2631;
}

header .menu a[aria-selected="true"] {
    font-weight: 700;
}

.navbar {
    display: inline-block;
}

.sticky-navbar {
    overflow: hidden;
}

.sticky-navbar-spacer {
    /* default value updated with JS */
    height: 2rem;
    display: none;
}

.sticky-navbar[sticked="true"] {
    position: fixed;
    top: 0;
    right: 0;
    border-bottom: 1px solid #5d6d7e;
    display: block;
    background-color: #ebedefee;
    z-index: 10000;
}

.sticky-navbar-spacer[sticked="true"] {
    display: inline-block;
}

main {
    display: block;
    background-color: #fdfefe;
    border: 1px solid #5d6d7e;
    font-size: 1rem;
    font-weight: 300;
}

.content-top-padding {
    margin-top: 2rem;
}

.content-side-padding {
    margin-right: 1rem;
    margin-left: 1rem;
}

.content-padding,
.content-padding-x {
    padding-left: 1rem;
    padding-right: 1rem;
}

.content-padding,
.content-padding-y {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

main h1 {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

main h2 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

main ul {
    margin-left: 1rem;
    font-size: 1rem;
    list-style-position: inside;
    font-weight: 300;
}

main ul li {
    margin-left: 1rem;
}

main p {
    text-align: justify;
    text-indent: 1rem;
    margin-bottom: 1rem;
}

main p.text-center {
    text-indent: 0;
}

main .catch-phrase {
    margin: 0;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: 300;
}

.content-block {
    background-color: #fdfefe;
    color: #2e4053;
    border-color: #2e4053;
}

.content-block-low {
    background-color: #d6dbdf;
    color: #1b2631;
    border-color: #1b2631;
}

.content-block-high {
    background-color: #34495e;
    color: #fdfefe;
    border-color: #fdfefe;
}

.content-block-bg-hand {
    background-image: url('../img/bg-hand.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position: 50% 78%;
    background-color: #34495e;
    color: #fdfefe;
    border-color: #fdfefe;
}

.content-box {
    box-sizing: border-box;
    border: 1px solid #34495e;
    padding: 2rem;
}

.content-block-high .content-box {
    border: 1px solid #1b2631;
    background-color: #d6dbdf;
    color: #1b2631;
}

.contact-info p {
    text-indent: 0rem;
    text-align: center;
}

.shadow-picture,
.team-picture {
    box-shadow: 0 0 20px #0006;
    border: 1px solid #5d6d7e;
}

.team-picture {
    margin: 1rem;
}

.team-picture {
    display: inline-block;
    height: 14rem;
    width: 10rem;
    object-fit: cover;
}

.team-info p {
    text-indent: 0rem;
    text-align: center;
}

.testimony-picture {
    object-fit: contain;
    max-height: 10rem;
    object-position: left;
}

.testimony-expendable:not(.expanded) {
    height: 5rem;
}

.testimony-expendable .expanded {
    height: auto;
}

.testimony-expender {
    background: linear-gradient(#fff0, #ffffffe6, #fff);
}

.testimony-button {
    transition: height 0.5s linear;
}

.testimony-button:not(.visible) {
    display: none;
}

.content_section {
    font-size: 0.8rem;
    border-bottom: solid 1px;
    margin: 1rem 1rem 0 1rem;
    text-indent: 0;
}

legend {
    font-size: 0.875rem;
}

main textarea {
    min-width: 100%;
    max-width: 100%;
}

p.caption {
    font-style: italic;
}

.gallery .cell .image_viewer,
.gallery .cell .image_viewer img {
    width: 100%;
    height: 100%;
    background: #2e405317;
}

.gallery .image_viewer img {
    display: block;
    z-index: 9;
    cursor: pointer;
}

.gallery .image_viewer.fullscreen img {
    transition: .2s ease;
    position: fixed;
    top: 0;
    left: 0;
    object-position: center;
    background: #020e1acc;
    object-fit: scale-down;
    padding: 10px;
}

.gallery .image_viewer:not(.fullscreen) img {
    transition: .1s ease;
    object-fit: cover;
    padding: 1px;
}

.gallery .cell:hover .image_viewer:not(.fullscreen) img {
    z-index: 10;
    transform: scale(1.05);
}

.full-widh-image {
    width: 100%;
    object-fit: cover;
}

.toogle_expanded .toogled,
.not_toogled {
    display: inline-block;
    visibility: visible;
    height: auto;
    width: auto;
}

.toogle_expanded .not_toogled,
.toogled {
    display: none;
    visibility: hidden;
    height: 0;
    width: 0;
}

.grid-light-padding-x>.cell {
    padding-right: 1rem;
    padding-left: 1rem;
}

.grid-light-padding-y>.cell {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

footer {
    color: #2e4053;
    margin-bottom: 1rem;
}

footer .cell {
    font-size: 0.9rem;
    font-weight: 300;
    text-align: center;
}

#pres-slider {
    background: #d6dbdf;
    height: 30rem;
}

.cover-image-slider>.orbit-container,
.cover-image-slider>.orbit-container>.orbit-slide {
    height: 100%;
}

.cover-image-slider .orbit-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.cover-image-slider .orbit-caption {
    text-align: center;
    color: #fefefe;
    font-weight: 300;
    font-size: 1.5rem;
}

.orbit ul li {
    margin-left: 0;
}

.content-slider {
    box-shadow: 0 0 20px #0002;
    border-radius: 0.2rem;
}

.content-slider .orbit-image {
    border-radius: 0.2rem;
}

#sketch-holder {
    /* height: 80vh; */
    /* height: 25rem; */
    height: 450px;
}

#sketch-info p {
    text-indent: 0;
}

p#sketch-info-name {
    font-size: 1.5rem;
    margin-bottom: 0;
}

p#sketch-info-subcat {
    font-size: 1rem;
    font-weight: 300;
    color: #4a4a4a;
    font-style: italic;
}

p#sketch-info-description {
    margin-bottom: 0;
}

ul.partners-accordion {
    margin: 0px;
}

ul.partners-accordion li.accordion-item {
    margin-left: 0px;
}

ul.partners-accordion div.accordion-content {
    font-size: 0.9rem;
    padding: 1rem;
    color: #4a4a4a;
    border-color: #5d6d7e;
    overflow: auto;
}

ul.partners-accordion :last-child>.accordion-content:last-child {
    border-bottom: 1px solid #5d6d7e;
}

ul.partners-accordion a.accordion-title {
    font-size: 0.9rem;
    padding: 1rem;
    background-color: #f2f4f4;
    color: #4a4a4a;
    border-color: #5d6d7e;
    font-weight: 300;
}

ul.partners-accordion a.accordion-title i.icon,
ul.partners-accordion a.accordion-title i.fas,
ul.partners-accordion a.accordion-title i.fab,
ul.partners-accordion a.accordion-title i.fa {
    margin-right: 1rem;
}

ul.partners-accordion a.accordion-title:hover,
ul.partners-accordion a.accordion-title:focus {
    background-color: #d6dbdf;
}

ul.partners-accordion :last-child:not(.is-active)>.accordion-title {
    border-bottom: 1px solid #5d6d7e;
}

ul.partners-accordion>li>a.accordion-title[aria-expanded="true"] {
    font-weight: 600;
}

ul.partners-accordion a.accordion-title .logo {
    display: inline-block;
    min-width: 2rem;
    max-width: 4rem;
    height: 2rem;
    margin: 0 0.8rem 0 0;
    text-align: center;
}

ul.partners-accordion a.accordion-title .logo.empty {
    border: 1px solid #1b2631;
    background-color: #34495e;
    width: 2rem;
    vertical-align: middle;
}

ul.partners-accordion a.accordion-title .logo>img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center center;
}

ul.partners-accordion a.accordion-title .title {
    font-weight: 600;
}

ul.partners-accordion a.accordion-title .subtitle {
    font-style: italic;
}

.partner-info p,
.partner-info a {
    text-indent: 0rem;
    display: inline-block;
}

.partner-info span.partnerTitle {
    font-style: italic;
    font-size: 0.9rem;
}

.partner-info .icon-holder {
    display: inline-block;
    vertical-align: top;
    border-right: 1px #d7d2c6 solid;
    margin-right: 0.4rem;
    padding-right: 0.2rem;
}

.partner-info .vertical-spacer {
    height: 1rem;
}

.partner-info .icon {
    width: 1.5rem;
    text-align: center;
}

.partner-info .title {
    font-weight: 600;
}

.placeholder {
    background: #f2f4f4;
    display: block;
    box-sizing: border-box;
    color: rgba(46, 64, 83, 0.5);
    font-weight: 400;
    opacity: 50%;
    padding: 1rem;
    font-style: italic;
}

.grid-padding-y>.cell {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.height-12 {
    height: 48rem;
}

.height-11 {
    height: 44em;
}

.height-10 {
    height: 40em;
}

.height-9 {
    height: 36em;
}

.height-8 {
    height: 32em;
}

.height-7 {
    height: 28em;
}

.height-6 {
    height: 24rem;
}

.height-5 {
    height: 20rem;
}

.height-4 {
    height: 16rem;
}

.height-3 {
    height: 12rem;
}

.height-2 {
    height: 8rem;
}

.height-1 {
    height: 4rem;
}

.php-message {
    font-weight: 300;
    font-size: 1rem;
    text-align: center;
    margin-top: 2rem;
    line-height: 2rem;
}

.php-message .success {
    color: green;
    font-family: monospace;
}

.php-message .info {
    color: blue;
    font-family: monospace;
}

.php-message .error {
    color: red;
    font-family: monospace;
}


/* medium and up */
@media print,
screen and (min-width: 40em) {
    .content-side-padding {
        margin-right: 2rem;
        margin-left: 2rem;
    }

    .content-padding,
    .content-padding-x {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .content-padding,
    .content-padding-y {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .grid-padding-x>.cell {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    content ul {
        margin-left: 2rem;
    }

    content ul li {
        margin-left: 2rem;
    }

    content p {
        text-indent: 2rem;
    }

    #sketch-info {
        margin-top: 1rem;
        padding-left: 1rem;
    }
}

/* small */
@media print,
screen and (max-width: 40em) {
    #sketch-info {
        margin-top: 1rem;
    }
}