.state-inversed.state-visible,
.state-invisible {
    display: none;
}
.state-inversed.state-invisible {
    display: block;
}
.page-mode-all .state-visible,.page-mode-all .state-invisible {
    display: block !important;
}

.formfield.formfield-textarea textarea {
    border: 1px solid transparent;
    width: 100%;
    margin-bottom: 1rem;
    padding: 0.46875rem;
    font-size: 1rem;
    line-height: initial;
}
.studio_partial > li > .section{
	max-width: 600px;
}

.section.container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section.container.collapsed {
    padding-top: 0;
    padding-bottom: 0;
}
.section.container.collapsed h2 {
    margin-top: 50px;
}
.section.container.collapsed .panel:not(.equalized) {
    margin-bottom: 50px;
}

carousels-item .section.container {
    padding-left: 70px;
    padding-right: 70px;
}

section.social-sharing {
    right: 0;
}

@media only screen and (min-width: 40.063em) {
    h1 {
        font-size: 2.75rem;
    }
}

h1, h2, h3 {
    margin-bottom: 1rem;
}

@media (min-width: 0) and (max-width: 39.9em) {
    .small-hidden {
        display: none
    }
}

@media (min-width: 40em) and (max-width: 63.9em) {
    .medium-hidden {
        display: none;
    }
}

@media (min-width: 64em) {
    .large-hidden {
        display: none;
    }
}

.button {
    position: relative;
}

.button:hover::after {
    opacity: 1;
}

.button::after {
    transition: opacity .1s;
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
}

header {
    height: 120px;
    overflow: hidden;
    padding-bottom: 0;
}

dl {
    white-space: inherit;
}
dt, dd {
    display: inline-block !important;
    vertical-align: top;
}
footer .contact-card dl dt {
    margin-top: 20px;
    width: 20%;
}
footer .contact-card dl dd {
    width: 80%;
}
