﻿body {
    overflow-x: hidden;
}

main{
    line-height: 1.4;
    letter-spacing: 0;
}
.wrapper h1,
.wrapper h2,
.wrapper h3 {
    padding: 0;
    margin: 0;
}
main .btn {
    display: flex;
    padding: 0;
}
main a{
	color:inherit;
	text-decoration:none;
}
main a:hover{
	text-decoration:none;
}
main a, main span {
    color: inherit;
    font-weight: inherit;
}
main em{
    font-style: initial;
}
main span{
    font-weight: initial;
    font-style: initial;
}
.pane-contents .container{
    width: 100%;
}
.pane-contents .pane-main{
    position: relative;
    width: 100%;
    min-width: 1200px;
}
main h1.block-page-caption--text {
    display: none;
}
.wrapper .pane-contents {
    margin-top: 0;
}
main .btn {
    width: auto;
}