/*@media (max-width: 1920px) {
	.video-box video {
		top: 20vh;
		max-width: 50vw;
	}
}*/

@media (max-width: 1280px) {
	.container {
		width: 100%;
		padding: 0 15px;
	}

	.stats {
		width: 100%;
	}
}

@media (max-width: 1080px) {
	.single-post .main-content .container {
		width: 100%;
	}

	body {
		padding-top: 77px;
	}
	.logged-in body {
		padding-top: 110px;
	}

	.button {
		padding: 12px;
	}

	.button.wider {
		min-width: auto;
	}

	.button.button-white {
		padding: 10px 18px;
	}

	.site-header {
		transition: top ease-in .15s;
		background: #FAFAFC;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 7;
		width: 100%;
		padding: 5px 0;
	}
	.logged-in .site-header {
		top: 32px;
	}
	.site-header.to-zero {
		top: 0 !important;
	}
	.site-header.whole {
		height: 100dvh;
	}
	.logged-in .site-header.whole {
		height: calc(100dvh - 32px);
	}

	.header-logo {
		padding: 10px;
	}

	.header-menu,
	.user-buttons {
		display: none;
		position: absolute;
		background: #FAFAFC;
		width: 100%;
		margin: 0;
		bottom: 25px;
		left: 0;
	}
	.header-menu {
		margin: 0;
		overflow: auto;
		bottom: auto;
		top: 12%;
		height: 88%;
		padding: 0 24px 180px;
		text-align: left;
	}
	.header-menu ul li {
		padding: 8px 0;
		display: block;
		font-size: 20px;
		line-height: 28px;
	}
	.header-menu ul li a {
		display: block;
		/*background: url('img/arrow-right-green.svg') no-repeat right center;*/
	}
	.header-menu ul.sub-menu li a {
		display: inline-block;
	}
	.header-menu ul li.menu-item-has-children a {
		background: none;
	}
	.header-menu ul li.menu-item-has-children > a:after {
		float: right;
	}
	.header-menu ul li.menu-item-has-children > a.active-toggler:after {
		transform: rotate(180deg);
	}
	.header-menu ul li .sub-menu {
		position: static;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		background: transparent;
		box-shadow: none;
		padding: 8px 0;
	}
	.header-menu ul li.has-mega-menu .mega-menu-wrapper {
		padding: 0
	}
	.header-menu ul li.has-mega-menu .sub-menu {
		padding: 12px 0;
	}
	.header-menu ul li .sub-menu,
	.header-menu ul li:hover .sub-menu,
	.header-menu ul li.has-mega-menu .sub-menu,	
	.header-menu ul li.has-mega-menu:hover .sub-menu,
	.header-menu ul li.has-mega-menu:hover .mega-menu-wrapper {
		display: none;
	}
	.header-menu ul li .sub-menu.active-menu,
	.header-menu ul li.has-mega-menu .mega-menu-wrapper.active-menu {
		display: block;
	}
	.header-menu ul li.has-mega-menu .sub-menu.open,
	.header-menu ul li.has-mega-menu:hover .sub-menu.open {
		display: block;
	}
	.header-menu ul li.double-column .sub-menu {
		min-width: 0;
		column-count: 1;
	}
	.header-menu ul li .sub-menu .sub-menu-title {
		font-size: 14px;
		margin-bottom: 8px;
		line-height: 1;
	}
	.header-menu ul li .sub-menu .sub-menu-title a {
		padding: 0;
	}
	.header-menu ul li .sub-menu li {
		font-size: 14px;
		display: block;
	}
	.header-menu ul li .sub-menu .sub-menu-title:not(:first-child) {
		margin-top: 8px;
	}

	.user-buttons {
		bottom: 0;
		padding: 24px;
		text-align: center;
		padding-bottom: 12px;
		margin-bottom: 0 !important;
	}

	.user-menu {
		display: flex;
		gap: 12px;
		flex-direction: column;
		justify-content: stretch;
	}

	.user-buttons .user-link {
		order: 2;
	}

	.language-widget {
		padding: 0;
		position: fixed;
		top: 20px;
		right: 72px;
	}

	.language-widget ul {
		right: 0;
	}

	.mobile-buttons {
		display: block;
		text-align: right;
		padding: 15px 10px;
	}

	.header-menu ul li.has-mega-menu .mega-menu-wrapper {
		position: static;
	}

	.header-menu ul li.has-mega-menu .sub-menu a {
		display: inline-block;
	}

	.title-cta {
		padding: 5%;
	}

	.case-image-container {
		padding-bottom: 25px;
	}
	.sub-image {
		height: 75%;
		left: -25px;
	}
	.sub-image img {
		height: 100%;
		width: auto;
	}

	.tab-description {
		padding: 0 9%;
	}
}

@media (max-width: 960px) {
	.quarter,
	.three-quarters {
		width: 100%;
		float: none;
		margin: 0 0 2%;
	}

	.tabs-nav {
		overflow-x: scroll;
		white-space: nowrap;
		scroll-behavior: auto;
	}

	.intro-container {
		padding: 0;
	}

	.intro {
		border-radius: 0;
		border-bottom-right-radius: 16px;
		border-bottom-left-radius: 16px;
		display: block;
		padding: 25px;
		padding-right: 15px;
	}
	.intro-part {
		width: auto;
	}
	.intro-part:nth-child(1) {
		padding-top: 0;
		order: 1;
	}

	.trustees {
		text-align: center;
		display: block;
	}
	.company {
		margin-bottom: 15px;
	}
	.company img {
		display: block;
		margin: 0 auto;
	}

	.pricing-plan {
		padding: 24px;
	}
}

@media (max-width: 768px) {
	body {
		padding-top: 77px;
	}
	.logged-in body {
		padding-top: 109px;
	}
	.logged-in .site-header {
		top: 46px;
	}

	h1,
	h2,
	.use-case-heading h1,
	.intro .fades strong {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 42px;
	}

	.tab-description h2,
	h3 {
		font-size: 20px;
		line-height: 28px;
	}

	.half,
	.third,
	.two-thirds,
	.work-place-text,
	.dashboard-mobile,
	.pricing-plan.highlighted {
		width: 100%;
		float: none;
		margin: 0 0 2%;
	}
	.pull-right {
		float: none;
	}

	.header-logo {
		width: auto;
		float: left;
		margin: 0;
	}
	
	.header-menu ul.sub-menu li a {
		padding: 4px;
	}

	.main-content {
		padding: 56px 0;
	}

	.the-box {
		margin: 0 auto 32px !important;
	}

	.intro h1 {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 8px;
	}

	.intro .button {
		width: 95%;
	}

	.intro .button:after {
		float: right;
	}

	.home .main-content .container {
		padding: 20px 0;
	}

	.home .main-content .container.padding-bottom-small {
		padding-bottom: 20px;
	}

	.home .main-content .intro-container .container {
		padding: 0;
	}

	.extra-padding-bottom {
		padding-bottom: 160px;
	}

	.home .testimonials .container {
		padding: 0 20px;
	}

	.home .work-place .container {
		flex-direction: column-reverse;
		padding: 45px 30px;
		gap: 15px;
	}

	.banner-wrapper {
		padding: 20px 0;
	}

	.extra-padding-bottom {
		padding-bottom: 120px;
	}

	.title-cta p {
		font-size: 18px;
		font-weight: 400;
		line-height: 1.25;
	}

	.testimonial-slider {
		margin-bottom: 40px;
	}

	.testimonials {
		padding-top: 0;
	}

	.home-tabs-container {
		padding: 5%;
	}

	.tabs-title {
		margin-bottom: 24px;
	}

	.tabs-content {
		padding-top: 24px;
	}

	.stats {
		top: -80px;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.stat {
		padding: 20px;
	}

	.features-row {
		display: block;
	}

	.features-row {
		margin-bottom: 90px;
	}

	.feature-box {
		width: auto;
	}

	.work-place-text p {
		max-width: none;
	}

	.dashboard-mobile {
		text-align: center;
		margin-bottom: 0;
	}

	/*.company {
		flex: 1 0 50%;
	}*/

	.page-top span {
		display: block;
	}

	.take-a-quiz {
		float: none;
	}

	.save-time h2,
	.work-place h2,
	.features h2,
	.testimonials h2 {
		font-size: 24px;
		line-height: 28px;
	}

	.save-time h2 {
		background: url(img/brush.svg) no-repeat center 100%;
	}

	.work-place h2 {
		background-size: 40%;
	}

	.st-row {
		height: auto;
		display: block;
		margin-bottom: 100px;
	}

	.st-row:last-child {
		margin-bottom: 0;
	}

	.st-details,
	.st-video {
		width: auto;
	}

	.st-video {
		margin-top: 50px;
		position: static;
	}

	.video-box video {
		max-width: 100%;
		opacity: 1;
	}
	.st-video.sticking video {
		position: static;
	}

	.box-title,
	.features h3 {
		font-size: 20px;
		line-height: 27px;
	}

	.app-icons {
		margin-bottom: 30px;
	}

	.try-ff {
		display: block;
		margin-top: 20px;
		padding: 20px 0 0;
	}
	.try-ff h2 {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 40px;
	}
	.try-text {
		padding: 24px;
	}

	.slick-custom-arrows {
		gap: 16px;
	}

	.next-feature {
		padding: 40px 24px;
	}

	.next-feature h2 {
		margin-bottom: 32px;
	}

	.next-feature .button {
		float: none;
		margin-top: 0;
	}

	.pricing-table {
		padding-top: 72px;
	}

	.pricing-plans {
		flex-direction: column;
	}

	.table-header-title {
		padding: 8px;
	}

	.table-header-column {
		font-size: 18px;
	}

	.table-header-title .button {
		padding: 0;
	}

	.table-header-tag {
		font-size: 16px;
		padding: 12px;
	}

	.table-cell {
		padding: 8px;
	}

	.table-cell.group-title {
		font-size: 18px;
	}

	.home-banner.desktop-banner {
		display: none;
	}
	
	.home-banner.mobile-banner {
		display: block;
		margin: 0 20px;
	}

	.banner-container {
		border-radius: 3px;
	}

	.banner-content p {
		font-size: 14px;
		margin-bottom: 0;
	}

	.banner-content h3 {
		font-weight: 600;
	}

	.home-banner.mobile-banner .banner-content h3 {
		font-size: 20px;
		margin: 8px 0;
	}

	.home-banner.mobile-banner .banner-image svg {
		max-width: 50%;
		height: auto;
	}

	.home-banner.mobile-banner .banner-container {
		display: block;
	}

	.home-banner.mobile-banner .home-banner-blue .banner-content {
		padding-left: 33%;
	}

	.home-banner.mobile-banner .home-banner-green .banner-image {
		text-align: right;
		margin-top: -48px;
	}

	.button.banner-button {
		padding: 8px;
		font-size: 14px;
		min-width: 132px;
	}

	.footer-newsletter ._full_width:not(:first-child) {
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
		max-width: 100%;
	}

	.site-footer {
		padding: 40px 0;
	}

	.footer-newsletter .sml_email,
	.footer-newsletter ._full_width:not(:first-child) {
		width: 100%;
		max-width: 100%;
		min-width: 300px;
		margin-bottom: 8px;
	}

	.footer-newsletter input[name="submit"],
	.footer-newsletter button {
		width: 100%;
	}

	.site-footer .badges {
		float: none;
	}

	.copyright-social {
		padding: 24px 0;
	}

	.all-posts {
		padding-top: 16px;
	}

	.search-filter {
		display: block;
	}

	.search-form {
		order: 1;
		margin-top: 24px;
		padding-right: 0;
	}

	#filtering,
	.search-form input {
		width: 100%;
		min-width: 200px;
	}

	.latest-news {
		padding: 0 20px;
		margin-top: 20px;
	}

	.latest-news h2 {
		margin-bottom: 24px;
	}

	.post-list:not(.row),
	.post-list {
		display: block;
		margin: 24px 0 0;
		width: 100%;
	}

	.post-list:not(.row) .post {
		margin-bottom: 40px;
	}

	.post-cat {
		margin: 8px 0;
	}

	.post-list .post {
		width: 100%;
		margin: 0 0 24px;
	}

	.post-list .post-image {
		height: auto;
	}

	.articles-container {
		padding-bottom: 40px;
	}

	.archive .post-list .half.post:nth-child(odd),
	.page-blog .post-list .half.post:nth-child(odd) {
		margin-left: 0;
	}

	.post-list .post h3 {
		min-height: 0;
	}

	.post-list .post-excerpt {
		display: none;
	}

	.use-case-heading {
		padding-top: 48px;
	}

	.sub-image {
		left: 0;
	}

	.st-box {
		margin-bottom: 40px;
	}

	.heading-text .button {
		margin-bottom: 32px;
		text-align: center;
		display: block;
	}

	.tab-control {
		font-size: 16px;
		line-height: 24px;
		padding: 0 12px 8px;
	}

	.tab-description {
		padding: 0 3%;
	}

	.benefits {
		padding-top: 48px;
	}

	.use-case-row:nth-child(even) .textual-part,
	.use-case-row:nth-child(odd) .textual-part {
		padding: 0;
	}
	
	.tab-display .row:not(:last-child) {
		margin-bottom: 80px;
	}

	.facilities-list {
		text-align: left;
	}

	.facility-icon {
		float: left;
		width: 72px;
		margin: 0 32px;
		min-height: 0;
	}

	.facility-title {
		text-align: left;
	}

	.features-list > .third:first-child {
		display: none;
	}

	.sticky-track {
		padding: 16px 24px;
	}

	.sticky-track img {
		display: none;
	}

	.facility-box {
		overflow: hidden;
	}

	.facility-title {
		padding: 16px 0 32px;
		line-height: 26px;
		font-size: 20px;
	}

	.cta-bnr {
		margin: 24px 0;
		font-size: 16px;
		line-height: 27px;
	}

	.cta-bnr h3 {
		font-size: 20px;
		line-height: 28px;
	}

	.footer-menus {
		flex-direction: column;
		margin-top: 32px;
		padding: 24px 0;
	}

	.footer-copyright {
		padding: 24px 0 0;
		flex-direction: column;
		gap: 24px;
	}

	.footer-copyright p {
		text-align: center;
	}

	.footer-links {
		flex-direction: column;
		gap: 24px;
	}
}

@media (max-width: 480px) {
	.header-menu ul li.has-mega-menu .sub-menu a {
		display: inline;
	}

	.button.wider:after {
		margin-left: 8px;
	}

	.facility-title {
		padding: 4px 0 24px;
		line-height: 26px;
		font-size: 20px;
	}

	.facility-icon {
		margin: 0 24px 0 8px;
	}
}
