@charset "utf-8";
.left {
    display: flex;
    gap: 100px;
}
.left h6 {
    min-width: 240px;
    font-size: 20px;
    margin-bottom:10px;
    padding:0 !important;
}
ul.large-ul {
    list-style: disc;
    padding-left: 20px;
}
.left p{
    padding: 0;
}
.full-height-wrapper.white-text.overflow-visible{
    overflow: inherit;
        height: 100vh;

}
.banner-textblock.overlay1 {
    opacity: 1 !important;
}
p.large.white strong {
    color: #fff;
}
.overlay.extra{
    height: 245% !important;
}
.full-height-wrapper.white-text.overflow-visible .parent:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: -1;
}

a.buttonlink {
    color: #fff;
    margin-top: 70px;
    font-size: 20px;
    text-decoration: underline;
}
a.buttonlink:hover {
   text-decoration: underline;
}
/*Large devices (large desktops, 1200px and up):*/
@media only screen and (max-width: 1200px) {
}

/*Medium devices (desktops, 992px and up):*/
@media only screen and (max-width: 992px) {
.client {
	width: 33.3333333%;
}
#nav-wrapper {
	padding: 70px 75px;
	overflow-y: scroll;
}
nav .social-list {
	padding-bottom: 0;
}
#map {
	height: 100%;
	margin-top: 0%;
}
.hide-on-sm {
	display: none;
}
}

/*Small devices (tablets, 768px and up):*/
@media only screen and (max-width: 768px) {
.container {
	padding-right: 15px;
	padding-left: 15px;
}
.left {
    display: flex;
    gap: 0px;
    flex-direction: column;
    margin-bottom: 20px;
}
.full-height-wrapper.white-text.overflow-visible{
    overflow: inherit;
        height: 100vh;

}
.fixed.commerce {
    position: fixed;
    height: 223%;
}
}

/*Extra small devices (phones, up to 480px):*/
@media only screen and (max-width: 480px) {
footer p {
	text-align: center !important;
	float: none !important;
}
.client {
	width: 50%;
}
#menu-button {
	left: 13px;
}
header .social-list {
	right: 19px;
}
header .phone-number {
	display: none;
}
header .social-list li {
	padding: 0 4px;
}
h1 {
	font-size: 36px;
	line-height: 1.3;
	letter-spacing: 0;
}
h2 {
	font-size: 32px;
	line-height: 1.3;
}
p.small {
	padding-bottom: 0;
}
h3.panel-title {
	padding: 25px 0px !important;
}
.panel-heading::after, .panel-heading::before {
	right: 0;
}
.panel-body {
	padding: 5px 0px 20px !important
}
.more-margin {
	margin-top: 10px;
}
.extra-padding-right {
	padding-right: 15px;
}
.contact-page .form-part, .shorter-table {
	margin-bottom: 40px;
}
blockquote {
	font-size: 120%;
}
.comment + .comment {
	padding-left: 30px;
}
.no-float-on-xs {
	float: none;
}
.extra-padding-top-on-xs {
	padding-top: 20px;
}
section {
	padding: 70px 0;
}
#options li {
	padding: 0 5px;
}
.no-greyed-on-xs {
	padding-left: 0;
	padding-right: 0;
}
.nav > li {
	display: block;
	padding-bottom: 15px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border: 0 !important;
}
}





