@charset "UTF-8";
/*!
Theme Name: DVD
Theme URI: http://underscores.me/
Author: Tom Jenkins
Author URI: http://underscores.me/
Description: DVD
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: DVD
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

DVD is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.colour-bg-one {
	background: #c2d195;
}

.colour-bg-two {
	background: #373737;
}

.colour-bg-three {
	background: #f2f2f2;
}

.colour-one {
	color: #c2d195;
}

.colour-two {
	color: #373737;
}

.colour-three {
	color: #f2f2f2;
}

/*--------------------------------------------------------------

/* content
--------------------------------------------- */
#searchresults {
	display: inline-flex;
	width: 100%;
	justify-content: center;
}

#searchresults .sectionInner {
	display: inline-flex;
	width: 100%;
}

#searchresults .sectionInner ul {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	margin: 0 0 1.875rem 0;
	padding: 1.875rem 0;
}

#searchresults .sectionInner ul li {
	display: inline-flex;
	width: 100%;
	list-style: none;
	max-width: 33.333%;
	padding: 0 1.875rem;
	margin: 0 0 1.875rem 0;
	list-style: none;
}

#searchresults .sectionInner ul li a {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 0.9375rem;
	z-index: 20;
}

#searchresults .sectionInner ul li a .search-title {
	display: inline-flex;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 0.9375rem;
	color: #c2d195;
}

#searchresults .sectionInner ul li a .search-text {
	display: inline-flex;
	width: 100%;
	font-size: 18px;
	color: #fff;
	margin: 0 0 0.9375rem;
}

#searchresults .sectionInner ul li a .search-button {
	display: inline-flex;
	width: 100%;
	align-self: flex-end;
	width: auto;
	padding: 0.9375rem;
	font-weight: bold;
	color: #c2d195;
	background: #fff;
	position: relative;
	overflow: hidden;
	z-index: 20;
}

#searchresults .sectionInner ul li a .search-button::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 100%;
	transition: all ease-out 0.3s;
	z-index: -1;
}

#searchresults .sectionInner ul li a:hover .search-button {
	color: #fff;
}

#searchresults .sectionInner ul li a:hover .search-button::after {
	top: 0;
}

header,
section {
	display: inline-flex;
	width: 100%;
	justify-content: center;
}

.sectionInner {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
}

.sectionInner p {
	width: 100%;
}

.um-page-password-reset .sectionInner p {
	text-align: center;
	font-weight: bold;
	color: #373737;
	font-size: 20px;
}

.confined {
	max-width: 1440px;
}

.title-box {
	display: inline-flex;
	width: 100%;
	justify-content: center;
}

.user-content {
	display: inline-block;
	flex-wrap: wrap;
	width: calc(100% - 260px);
}

.user-content .gallery {
	margin: 0 0 0.9375rem 0;
}

html.sr .scrlreveal {
	visibility: hidden;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

body p {
	font-size: 18px;
	line-height: 1.6em;
}

.user-content p {
	font-size: 18px;
	line-height: 1.6em;
}

.user-content p a {
	display: inline-flex;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	padding: 0 3px;
	z-index: 20;
	transition: all ease-out 0.3s;
	color: #c2d195;
}

.user-content p a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 100%;
	z-index: -1;
	transition: all ease-out 0.3s;
	background: #c2d195;
}

.user-content p a:hover {
	color: #373737;
}

.user-content p a:hover::after {
	top: 0;
}

.user-content ul, .user-content ol {
	margin: 0 0 0.9375rem 1.875rem;
	padding: 0;
	width: 100%;
}

.user-content ul li, .user-content ol li {
	margin: 0 0 0.9375rem 0;
	padding: 0 3px;
	font-size: 18px;
	position: relative;
}

.user-content ul li a, .user-content ol li a {
	display: inline-flex;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	z-index: 20;
	font-size: 18px;
	transition: all ease-out 0.3s;
	color: #c2d195;
}

.user-content ul li a::after, .user-content ol li a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 100%;
	z-index: -1;
	transition: all ease-out 0.3s;
	background: #c2d195;
}

.user-content ul li a:hover, .user-content ol li a:hover {
	color: #373737;
}

.user-content ul li a:hover::after, .user-content ol li a:hover::after {
	top: 0;
}

.default {
	display: inline-flex;
	justify-content: center;
	padding: 1.875rem 0;
}

.default p {
	font-size: 18px;
	line-height: 1.6em;
}

.default p a {
	font-weight: bold;
}

.default ul {
	margin: 0 0 0.9375rem 0;
	padding: 0;
	width: 100%;
}

.default ul li a {
	font-weight: bold;
}

.page-head {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	position: absolute;
	z-index: 250;
	padding: 0 1.875rem;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	background: #c2d195;
}

.page-head .sectionInner {
	position: relative;
}

.page-head .sectionInner #header-top {
	display: inline-flex;
	width: 100%;
	justify-content: center;
}

.page-head .sectionInner #header-top .main-logo {
	display: inline-flex;
	width: 100%;
	padding: 0.9375rem 0;
	margin: 0 1.875rem 0 0;
	max-width: 360px;
	height: auto;
	align-items: center;
}

.page-head .sectionInner #header-top .main-logo a img {
	width: 100%;
}

.page-head .sectionInner #header-top .details {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 30px 0 0 0;
	font-weight: bold;
}

.page-head .sectionInner #header-top .details div {
	display: inline-flex;
	width: 100%;
}

.page-head .sectionInner #header-top .logos {
	display: inline-flex;
	width: 100%;
	justify-content: flex-end;
}

.page-head .sectionInner #header-top .logos ul {
	display: inline-flex;
	padding: 1.875rem 0;
}

.page-head .sectionInner #header-top .logos ul li {
	display: inline-flex;
	width: 100%;
	list-style: none;
}

.page-head .sectionInner #header-top .logos ul li a {
	display: inline-flex;
	width: 100%;
}

.page-head .sectionInner #header-top .logos ul li a img {
	display: inline-flex;
	width: 100px;
}

.page-head.Inner {
	position: relative;
}

.button-container {
	max-width: 1440px;
	width: 100%;
	display: inline-flex;
	justify-content: flex-end;
	position: absolute;
	bottom: -35px;
	padding: 0 0.9375rem;
}

.button-container #dash-button {
	padding: 10px 0.9375rem;
	border-radius: 10px;
	margin: 0.9375rem 0;
	font-weight: bold;
	background: #373737;
	color: #fff;
	transition: all ease-out 0.3s;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}

.button-container #dash-button:hover {
	background: #c2d195;
	color: #373737;
}

#top-image {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
	height: 300px;
}

.breadcrumbs {
	display: inline-flex;
	width: 100%;
	margin: 0.9375rem 0;
}

.breadcrumbs span {
	margin: 0 10px;
}

.breadcrumbs span a {
	text-decoration: none;
	font-weight: bold;
	color: #c2d195;
}

.breadcrumbs span span {
	margin: 0;
}

.breadcrumbs span:first-child {
	margin-left: 0;
}

#site-navigation {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	padding: 0.9375rem;
	box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.4);
	background: #c2d195;
	display: none;
}

#site-navigation .menu-full-menu-container {
	display: inline-flex;
	width: 100%;
	justify-content: center;
}

#site-navigation .menu-full-menu-container #primary-menu {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	max-width: 1024px;
}

#site-navigation .menu-full-menu-container #primary-menu li {
	display: inline-flex;
}

#site-navigation .menu-full-menu-container #primary-menu li a {
	font-size: 20px;
	font-weight: bold;
	padding: 0.9375rem 3.75rem 0.9375rem 1.875rem;
	background: #fff;
	position: relative;
	z-index: 20;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
	color: #373737;
}

#site-navigation .menu-full-menu-container #primary-menu li a::after {
	display: none;
}

#site-navigation .menu-full-menu-container #primary-menu li a::before {
	content: "";
	content: "";
	background: url(/app/themes/dvd/assets/images/arrow-down.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0.9375rem;
	z-index: 1;
}

#site-navigation .menu-full-menu-container #primary-menu li .sub-menu {
	margin: 0;
	border: none;
	min-width: 300px;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}

#site-navigation .menu-full-menu-container #primary-menu li .sub-menu li {
	display: inline-flex;
	width: 100%;
}

#site-navigation .menu-full-menu-container #primary-menu li .sub-menu li a {
	display: inline-flex;
	width: 100%;
	font-size: 16px;
	padding: 15px 0.9375rem;
	box-shadow: none;
	transition: all ease-out 0.3s;
}

#site-navigation .menu-full-menu-container #primary-menu li .sub-menu li a::before {
	display: none;
}

#site-navigation .menu-full-menu-container #primary-menu li .sub-menu li a:hover {
	color: #fff;
	background: #c2d195;
}

footer {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	margin: 1.875rem 0 0 0;
	padding: 3.75rem 1.875rem;
	position: relative;
	background: #373737;
}

footer .footerInner {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
}

footer .footerInner .footer-block {
	display: inline-flex;
	width: 100%;
}

footer .footerInner .footer-block .footer-details {
	display: inline-flex;
	width: 100%;
	justify-content: flex-end;
	color: #c2d195;
}

footer .footerInner .footer-block .footer-details .footer-nav {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: flex-start;
}

footer .footerInner .footer-block .footer-details .footer-nav ul {
	margin: 0 0 0.9375rem 0;
	padding: 0;
}

footer .footerInner .footer-block .footer-details .footer-nav ul.social-icons {
	width: 100%;
	display: inline-flex;
}

footer .footerInner .footer-block .footer-details .footer-nav ul.social-icons li {
	margin: 0 0.9375rem 0 0;
}

footer .footerInner .footer-block .footer-details .footer-nav ul li {
	list-style: none;
}

footer .footerInner .footer-block .footer-details .footer-nav ul li a {
	text-decoration: none;
	color: #c2d195;
	padding: 0;
}

footer .footerInner .footer-block .footer-details .footer-company {
	width: 100%;
	max-width: 300px;
	align-items: center;
	display: inline-flex;
	font-size: 14px;
	justify-content: flex-end;
}

footer .footerInner .footer-block .footer-details .footer-tag {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: center;
	max-width: 300px;
}

footer .footerInner .footer-block .footer-details .footer-tag a {
	display: inline-flex;
	width: 100%;
	color: #c2d195;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	justify-content: flex-end;
}

h1 {
	font-size: 60px;
	line-height: 1.2em;
	font-weight: bold;
	width: 100%;
	margin: 0 0 10px 0;
	font-family: univers, Arial, Helvetica, sans-serif;
	color: #373737;
}

h2 {
	font-size: 48px;
	line-height: 1.2em;
	font-weight: bold;
	width: 100%;
	margin: 0 0 10px 0;
	font-family: univers, Arial, Helvetica, sans-serif;
	color: #373737;
}

h3 {
	font-size: 36px;
	line-height: 1.2em;
	font-weight: bold;
	width: 100%;
	margin: 0 0 10px 0;
	font-family: univers, Arial, Helvetica, sans-serif;
	color: #373737;
}

h4 {
	font-size: 32px;
	line-height: 1.2em;
	font-weight: bold;
	width: 100%;
	margin: 0 0 10px 0;
	font-family: univers, Arial, Helvetica, sans-serif;
	color: #373737;
}

h5 {
	font-size: 28px;
	line-height: 1.2em;
	font-weight: bold;
	width: 100%;
	margin: 0 0 10px 0;
	font-family: univers, Arial, Helvetica, sans-serif;
	color: #373737;
}

h6 {
	font-size: 26px;
	line-height: 1.2em;
	font-weight: normal;
	width: 100%;
	margin: 0 0 10px 0;
	font-family: univers, Arial, Helvetica, sans-serif;
	color: #373737;
}

#homepage {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
}

footer {
	margin: 0;
}

#home-nav {
	display: inline-flex;
	width: 100%;
	height: 90vh;
	padding: 1.875rem 0;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	min-height: 50vh;
	position: relative;
	padding-top: 125px;
	overflow: hidden;
}

#home-nav #background-video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#home-nav #background-video #video {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
}

#home-nav #background-video .backgroundVid {
	position: absolute;
	left: -5%;
	min-width: 110%;
}

#home-nav #background-video img {
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	display: inline-flex;
	position: absolute;
}

#home-nav .sectionInner {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	padding: 3.75rem 3.75rem 1.875rem;
	z-index: 100;
	background: rgba(0, 0, 0, 0.6);
}

#home-nav .sectionInner .holding-front p {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	margin: 0;
}

#home-nav .sectionInner ul {
	display: inline-flex;
	width: 100%;
	max-width: 1440px;
	padding: 0;
	margin: 0 0 0.9375rem 0;
	justify-content: space-between;
}

#home-nav .sectionInner ul li {
	justify-content: center;
	display: inline-flex;
	text-align: center;
}

#home-nav .sectionInner ul li .block {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	height: auto;
	max-width: 350px;
	margin: 0 1.875rem;
}

#home-nav .sectionInner ul li .block .title {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	margin: 0 0 5px 0;
	color: #c2d195;
	text-transform: uppercase;
	font-size: 54px;
	line-height: 1.2em;
	font-family: univers, Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
}

#home-nav .sectionInner ul li .block .text {
	color: #fff;
	font-size: 24px;
	line-height: 1.2em;
	margin: 0 0 1.875rem 0;
	font-family: univers, Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
}

#home-nav .sectionInner ul li .block a {
	display: inline-flex;
	align-items: center;
	padding: 0.9375rem 1.875rem;
	padding-right: calc(2.8125rem + 25px);
	background: #fff;
	border-radius: 20px;
	color: #373737;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	transition: all ease-out 0.4s;
	position: relative;
	z-index: 20;
	overflow: hidden;
	font-family: univers, Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
}

#home-nav .sectionInner ul li .block a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #c2d195;
	z-index: -1;
	left: -100%;
	transition: all ease-out 0.4s;
}

#home-nav .sectionInner ul li .block a:hover::after {
	left: 0;
}

#home-nav .sectionInner ul li .block a:hover img {
	right: 15px;
}

#home-nav .sectionInner ul li .block a img {
	width: 25px;
	right: 1.875rem;
	position: absolute;
	transition: all ease-out 0.6s;
}

#home-nav .sectionInner ul li .block.noCLick {
	opacity: 0.4;
}

#home-nav .sectionInner ul li .block.noCLick a {
	pointer-events: none;
	padding: 0.9375rem 1.875rem !important;
}

#content {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	padding: 0 1.875rem;
}

#content .sectionInner {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}

#content .sectionInner h1 {
	font-size: 48px;
	line-height: 1.2em;
	margin: 3.75rem 0 0 0;
	text-align: center;
	max-width: 1280px;
}

#content .sectionInner .content-box {
	padding: 3.75rem;
	position: relative;
	overflow: hidden;
	margin: 1.875rem 0;
	z-index: 20;
	background: #f2f2f2;
}

#content .sectionInner .content-box p {
	width: 100%;
	font-size: 18px;
}

#content .sectionInner .content-box .large-text {
	position: absolute;
	bottom: -13rem;
	left: -3rem;
	opacity: 0.1;
	width: 100%;
	z-index: -1;
	color: #373737;
	font-size: 300px;
	font-family: univers, Arial, Helvetica, sans-serif;
}

#faq-widget {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	padding: 3.75rem;
}

#faq-widget .widgetInner {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}

#faq-widget .widgetInner .widget-title {
	font-weight: bold;
	font-size: 48px;
	font-family: univers, Arial, Helvetica, sans-serif;
	display: inline-flex;
	width: 100%;
	justify-content: center;
	margin: 0 0 0.9375rem 0;
	max-width: 1024px;
	color: #c2d195;
}

#faq-widget .widgetInner .widget-intro {
	width: 100%;
	max-width: 1024px;
	text-align: center;
	font-size: 18px;
	color: #373737;
}

#faq-widget .widgetInner #accordion {
	display: inline-flex;
	width: 100%;
	justify-content: center;
}

#faq-widget .widgetInner #accordion ul {
	display: inline-flex;
	width: 100%;
	max-width: 1024px;
	flex-wrap: wrap;
}

#faq-widget .widgetInner #accordion ul li {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
}

#faq-widget .widgetInner #accordion ul li a {
	display: inline-flex;
	width: 100%;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	transition: all ease-out 0.3s;
	color: #c2d195;
	background: #373737;
}

#faq-widget .widgetInner #accordion ul li a:hover {
	color: #373737;
	background: #c2d195;
}

#faq-widget .widgetInner #accordion ul li a::before {
	font-size: 26px;
	top: initial;
	top: auto;
}

#faq-widget .widgetInner #accordion ul li .accordion-content {
	width: 100%;
	flex-wrap: wrap;
	font-size: 18px;
	padding: 1.875rem;
	color: #373737;
}

#faq-widget .widgetInner #accordion ul li .accordion-content ul {
	list-style: disc;
	display: list-item;
	margin: 0 0 0.9375rem 0;
}

#faq-widget .widgetInner #accordion ul li .accordion-content ul p, #faq-widget .widgetInner #accordion ul li .accordion-content ul li {
	color: #373737;
}

#faq-widget .widgetInner #accordion ul li .accordion-content ul p:last-child {
	margin: 0;
}

#faq-widget .widgetInner #accordion ul li .accordion-content ol {
	display: list-item;
	list-style: decimal;
	margin: 0 0 0.9375rem 0;
}

#download-widget {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	padding: 3.75rem;
	position: relative;
}

#download-widget .widgetInner {
	display: inline-flex;
	width: 100%;
	max-width: 1440px;
	flex-wrap: wrap;
	justify-content: center;
}

#download-widget .widgetInner .widget-title {
	font-weight: bold;
	font-size: 48px;
	font-family: univers, Arial, Helvetica, sans-serif;
	display: inline-flex;
	width: 100%;
	justify-content: center;
	margin: 0 0 1.875rem 0;
	max-width: 1024px;
	color: #c2d195;
}

#download-widget .widgetInner .list-block {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	max-width: 1440px;
	justify-content: center;
	background: #f2f2f2;
}

#download-widget .widgetInner .list-block ul {
	display: inline-flex;
	width: 100%;
	max-width: 1024px;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	padding: 0;
	margin: 1.875rem 0;
	position: relative;
	z-index: 20;
}

#download-widget .widgetInner .list-block ul li {
	display: inline-flex;
	width: 100%;
	max-width: 100%;
	list-style: none;
	padding: 0 3.75rem;
	justify-content: center;
	border: 1px solid #373737;
	border-radius: 20px;
	margin: 0 0 0.9375rem 0;
}

#download-widget .widgetInner .list-block ul li a {
	display: inline-flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 1.875rem;
	text-decoration: none;
	z-index: 20;
	position: relative;
}

#download-widget .widgetInner .list-block ul li a img {
	max-width: 60px;
}

#download-widget .widgetInner .list-block ul li a .dl-block {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0 1.875rem;
}

#download-widget .widgetInner .list-block ul li a .dl-block .dl-title {
	display: inline-flex;
	width: 100%;
	align-items: center;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	font-size: 20px;
	line-height: 1.2em;
	margin: 0 0 5px 0;
	color: #373737;
}

#download-widget .widgetInner .list-block ul li a .dl-block .dl-text {
	font-size: 18px;
	color: #373737;
}

#download-widget .widgetInner .list-block ul li:last-child {
	margin: 0;
}

#news-widget {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	padding: 3.75rem;
	position: relative;
}

#news-widget .widgetInner {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}

#news-widget .widgetInner .widget-title {
	font-weight: bold;
	font-size: 48px;
	font-family: univers, Arial, Helvetica, sans-serif;
	display: inline-flex;
	width: 100%;
	justify-content: center;
	margin: 0 0 1.875rem 0;
	max-width: 1024px;
	color: #c2d195;
}

#news-widget .widgetInner .news-layout {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}

#news-widget .widgetInner .news-block {
	display: inline-flex;
	width: 100%;
	max-width: 23%;
	margin: 0 1% 1.875rem 1%;
	flex-wrap: wrap;
	justify-content: center;
	padding: 1.875rem;
	background: #c2d195;
}

#news-widget .widgetInner .news-block .news-details {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}

#news-widget .widgetInner .news-block .news-details .news-title {
	display: inline-flex;
	width: 100%;
	color: #fff;
	justify-content: center;
	padding: 0.9375rem 1.875rem;
	font-size: 26px;
	line-height: 1.2em;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	font-family: univers, Arial, Helvetica, sans-serif;
	background: #373737;
}

#news-widget .widgetInner .news-block .news-details .news-title::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: -1;
	transition: all ease-out 0.3s;
}

#news-widget .widgetInner .news-block .news-details .news-text {
	display: inline-flex;
	width: 100%;
	margin: 0.9375rem 0;
	justify-content: center;
}

#news-widget .widgetInner .news-block .news-details .news-button {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-self: flex-end;
}

#news-widget .widgetInner .news-block .news-details .news-button a {
	display: inline-flex;
	align-items: center;
	padding: 0.9375rem 1.875rem;
	padding-right: calc(2.8125rem + 25px);
	background: #fff;
	border-radius: 20px;
	color: #373737;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	transition: all ease-out 0.4s;
	position: relative;
	z-index: 20;
	overflow: hidden;
	font-family: univers, Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
}

#news-widget .widgetInner .news-block .news-details .news-button a img {
	width: 25px;
	right: 1.875rem;
	position: absolute;
	transition: all ease-out 0.6s;
}

#news-widget .widgetInner .news-block .news-details .news-button a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #373737;
	z-index: -1;
	left: -100%;
	transition: all ease-out 0.4s;
}

#news-widget .widgetInner .news-block .news-details .news-button a:hover {
	color: #c2d195;
}

#news-widget .widgetInner .news-block .news-details .news-button a:hover::after {
	left: 0;
}

#news-widget .widgetInner .widget-button {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	margin: 3.75rem 0 1.875rem 0;
}

#news-widget .widgetInner .widget-button a {
	display: inline-flex;
	align-items: center;
	padding: 0.9375rem 1.875rem;
	padding-right: calc(2.8125rem + 25px);
	background: #fff;
	border: 1px solid #373737;
	border-radius: 20px;
	color: #373737;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	transition: all ease-out 0.4s;
	position: relative;
	z-index: 20;
	overflow: hidden;
	font-family: univers, Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
}

#news-widget .widgetInner .widget-button a img {
	width: 25px;
	right: 1.875rem;
	position: absolute;
	transition: all ease-out 0.6s;
}

#news-widget .widgetInner .widget-button a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #373737;
	z-index: -1;
	left: -100%;
	transition: all ease-out 0.4s;
}

#news-widget .widgetInner .widget-button a:hover {
	color: #c2d195;
}

#news-widget .widgetInner .widget-button a:hover::after {
	left: 0;
}

#gallery-widget {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	padding: 3.75rem;
	margin: 3.75rem 0;
	position: relative;
	overflow: hidden;
}

#gallery-widget .widgetInner {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1024px;
}

#gallery-widget .widgetInner #gallery-block {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
}

#gallery-widget .widgetInner #gallery-block .slick-dots {
	bottom: -35px;
}

#gallery-widget .widgetInner #gallery-block .slick-dots li button:before {
	font-size: 10px;
}

#gallery-widget .widgetInner #gallery-block .gallery-item {
	width: 100%;
	min-height: 400px;
}

#gallery-widget .widgetInner #gallery-block .gallery-item .image-title {
	padding: 0.9375rem 1.875rem;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	width: auto;
	display: inline-flex;
	font-weight: bold;
}

#gallery-widget .widgetInner #gallery-nav {
	display: inline-block;
	width: 100%;
}

#gallery-widget .widgetInner #gallery-nav .gallery-item {
	height: 120px;
	margin: 0.9375rem;
}

@font-face {
	font-family: 'univers';
	src: url("/app/themes/dvd/assets/fonts/univers_condensed_bold2.eot");
	src: local("☺"), url("/app/themes/dvd/assets/fonts/univers_condensed_bold2.woff") format("woff"), url("/app/themes/dvd/assets/fonts/univers_condensed_bold2.ttf") format("truetype"), url("/app/themes/dvd/assets/fonts/univers_condensed_bold2.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: Roboto, Arial, Helvetica, sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

.form-view .user-content {
	width: 100%;
}

.form-view .acf-form .acf-field {
	width: 100% !important;
}

.form-view .acf-form .acf-field input {
	width: 100% !important;
}

.form-view .acf-form .acf-field input[type="checkbox"] {
	width: auto !important;
}

.form-view .acf-form .acf-field .acf-input {
	width: 100%;
}

.form-view .acf-form .acf-fields .acf-input-wrap {
	width: 100%;
}

.form-view .acf-form .acf-fields .acf-input .acf-fields {
	display: inline-flex;
	width: 100%;
}

.form-view .acf-form .acf-fields .acf-input .acf-fields .acf-field-checkbox {
	width: 100% !important;
	justify-content: center;
	display: inline-flex;
	flex-wrap: wrap;
}

.form-view .acf-form .acf-fields .acf-input .acf-fields .acf-field-checkbox ul.acf-radio-list,
.form-view .acf-form .acf-fields .acf-input .acf-fields .acf-field-checkbox ul.acf-checkbox-list {
	display: inline-flex;
	width: 100%;
	justify-content: center;
}

.form-view .acf-form .acf-fields .acf-input .acf-fields .acf-label,
.form-view .acf-form .acf-fields .acf-input .acf-fields .acf-input {
	display: inline-flex;
	width: 100%;
	justify-content: center;
}

.form-view .acf-form .acf-fields .acf-input textarea {
	width: 100%;
}

.form-view .acf-form .acf-form-submit {
	display: inline-flex;
	width: 100%;
	padding: 0 12px;
	justify-content: flex-end;
}

.form-view .acf-form .acf-form-submit input[type="submit"] {
	color: #373737;
	font-size: 18px;
	font-weight: bold;
	padding: 0.9375rem 1.875rem;
	border: 0;
	border-radius: 15px;
	transition: all ease-out 0.3s;
	background: #c2d195;
}

.form-view .acf-label label, .form-view .acf-label p {
	font-size: 16px;
	line-height: 1.2em;
}

.acf-form .acf-field .acf-input {
	width: 100%;
}

.acf-form .acf-field .acf-input .acf-input-wrap {
	width: 100%;
}

.acf-form .acf-field .acf-input .acf-input-wrap input {
	width: 100%;
}

.arrow-button {
	display: inline-flex;
	align-items: center;
	padding: 0.9375rem 1.875rem;
	padding-right: calc(2.8125rem + 25px);
	background: #fff;
	border-radius: 20px;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	transition: all ease-out 0.4s;
	position: relative;
	z-index: 20;
	overflow: hidden;
	font-family: univers, Arial, Helvetica, sans-serif;
	border: 1px solid #373737;
	color: #c2d195;
}

.arrow-button img {
	width: 25px;
	right: 1.875rem;
	position: absolute;
	transition: all ease-out 0.6s;
}

.arrow-button:hover img {
	right: 20px;
}

.arrow-button::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	left: -100%;
	transition: all ease-out 0.4s;
}

.arrow-button:hover::after {
	left: 0;
}

.arrow-button.greenHover {
	color: #c2d195;
}

.arrow-button.greenHover::after {
	background: #c2d195;
}

.arrow-button.greenHover:hover {
	color: #c2d195;
}

.arrow-button.greyHover {
	color: #373737;
}

.arrow-button.greyHover::after {
	background: #373737;
}

.arrow-button.greyHover:hover {
	color: #c2d195;
}

#standard-view {
	padding: 0 1.875rem;
}

#standard-view .sectionInner {
	flex-wrap: nowrap;
}

#side-menu {
	display: inline-flex;
	width: 100%;
	width: 260px;
	flex-direction: column;
	justify-content: flex-start;
	margin: 0 1.875rem 0 0;
	padding: 0 1.875rem 0 0;
	border-right: 1px solid #ccc;
}

#side-menu .accordion-menu {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	margin: 1.875rem 0 0 0;
	position: relative;
	justify-content: center;
}

#side-menu .accordion-menu li {
	flex-wrap: wrap;
	position: relative;
	margin: 0 0 0.9375rem 0;
}

#side-menu .accordion-menu li a {
	display: inline-flex;
	width: 100%;
	display: inline-flex;
	width: calc(100% - 40px);
	min-height: 40px;
	padding: 10px 5px;
	font-weight: bold;
	align-items: center;
	transition: all ease-out 0.3s;
	color: #373737;
}

#side-menu .accordion-menu li a:hover {
	background: #c2d195;
}

#side-menu .accordion-menu li ul li a {
	width: 100%;
	color: #373737;
}

#side-menu .accordion-menu li button.submenu-toggle {
	display: inline-flex;
	align-items: center;
	border: 1px solid #c2d195;
}

#side-menu .accordion-menu li button.submenu-toggle:focus {
	border: none;
	visibility: hidden;
}

#side-menu .accordion-menu li button.submenu-toggle::after {
	content: "+";
	border: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all ease-out 0.3s;
}

#side-menu .accordion-menu li button.submenu-toggle.open::after {
	content: "-";
	background: #c2d195;
}

#form-view {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}

#form-view .sectionInner {
	justify-content: center;
	padding: 1.875rem 0;
	flex-wrap: nowrap;
}

#form-view .sectionInner .user-content {
	width: 100%;
}

#form-view .sectionInner .acf-form {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	max-width: 1024px;
}

#form-view .sectionInner .acf-form .acf-fields {
	width: 100%;
}

#form-view .sectionInner .acf-form .dvd-input .acf-field {
	margin-top: 0;
}

#form-view .sectionInner .acf-form .dvd-input .acf-field .acf-input .acf-fields {
	background: #f2f2f2;
	border: 0;
	padding: 1.875rem;
}

#form-view .sectionInner .acf-form .dvd-input .acf-field .acf-input .acf-fields .acf-field {
	border: 0;
	padding: 0;
	width: 100% !important;
}

#form-view .sectionInner .acf-form .dvd-input .acf-field .acf-input .acf-fields .acf-field-group {
	max-width: 50%;
}

#form-view .sectionInner .acf-form .dvd-input .acf-field .acf-input textarea {
	width: 100%;
}

#form-view .sectionInner .acf-form .dvd-input .acf-field p.description {
	font-size: 16px;
}

#form-view .sectionInner .acf-form .acf-form-submit {
	width: 100%;
	justify-content: flex-end;
	display: inline-flex;
}

#form-view .sectionInner .acf-form .acf-form-submit input {
	padding: 0.9375rem 3.75rem;
	font-weight: bold;
	font-size: 24px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	overflow: hidden;
	font-size: 18px;
	transition: all ease-out 0.3s;
	color: #373737;
	background: #c2d195;
}

#standard-view .exhibitor-list {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin: 0;
	padding: 0;
}

#standard-view .exhibitor-list li {
	list-style: none;
	width: 100%;
	max-width: 50%;
	margin: 0 0.9375rem 0.9375rem;
	justify-content: center;
	text-align: center;
	padding: 0.9375rem 1.875rem;
	background: #c2d195;
	border-radius: 20px;
	color: #373737;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	font-family: univers, Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
}

#blog-view {
	padding: 0 1.875rem;
}

#blog-view .sectionInner {
	flex-wrap: nowrap;
}

#blog-view .sectionInner #blog-list ul {
	display: inline-flex;
	flex-wrap: wrap;
	width: calc(100% + 1.875rem);
	margin: 0 -0.9375rem;
}

#blog-view .sectionInner #blog-list ul li {
	list-style: none;
	width: 100%;
	max-width: 33.333%;
	padding: 0.9375rem;
	display: inline-flex;
	flex-wrap: wrap;
}

#blog-view .sectionInner #blog-list ul li a {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
}

#blog-view .sectionInner #blog-list ul li a .blog-list-image {
	height: 250px;
	width: 100%;
	position: relative;
}

#blog-view .sectionInner #blog-list ul li a .blog-list-image::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	transition: all ease-out 0.3s;
}

#blog-view .sectionInner #blog-list ul li a .blog-list-content {
	width: 100%;
}

#blog-view .sectionInner #blog-list ul li a .blog-list-content h4 {
	font-size: 28px;
	line-height: 30px;
	margin: 5px 0 0.9375rem 0;
}

#blog-view .sectionInner #blog-list ul li a .blog-list-content span {
	display: inline-flex;
	align-items: center;
	width: 100%;
	padding: 0.9375rem 1.875rem;
	padding-right: calc(2.8125rem + 25px);
	background: #f2f2f2;
	border-radius: 20px;
	color: #373737;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	transition: all ease-out 0.4s;
	position: relative;
	z-index: 20;
	overflow: hidden;
	font-family: univers, Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
}

#blog-view .sectionInner #blog-list ul li a .blog-list-content span img {
	width: 25px;
	right: 1.875rem;
	position: absolute;
	transition: all ease-out 0.6s;
}

#blog-view .sectionInner #blog-list ul li a .blog-list-content span::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #c2d195;
	z-index: -1;
	left: -100%;
	transition: all ease-out 0.4s;
}

#blog-view .sectionInner #blog-list ul li a::after {
	display: none;
}

#blog-view .sectionInner #blog-list ul li a:hover span img {
	right: 15px;
}

#blog-view .sectionInner #blog-list ul li a:hover span::after {
	left: 0;
}

#blog-view .sectionInner #blog-list ul li a:hover .blog-list-image::after {
	background: rgba(0, 0, 0, 0.3);
}

#blog-detail {
	padding: 0 1.875rem;
}

#blog-detail .sectionInner {
	flex-wrap: nowrap;
}

#blog-detail .user-content img.attachment-post-thumbnail {
	max-width: 50%;
	float: left;
	margin: 0 1.875rem 0.9375rem 0;
}

#blog-detail .blog-nav {
	width: 100%;
	margin: 0.9375rem 0;
}

#blog-detail .blog-nav .blognav-inner {
	display: inline-flex;
	justify-content: center;
	width: 100%;
}

#blog-detail .blog-nav .blognav-inner a {
	margin: 0 1.875rem;
	color: #373737;
	font-weight: 600;
}

#blog-detail .blog-nav .blognav-inner a img {
	max-width: 30px;
	margin: 0 5px;
}

#pagination {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	margin: 1.875rem 0;
}

#pagination .pagi-inner {
	width: 100%;
	display: inline-flex;
}

#pagination .pagi-inner ul {
	display: inline-flex;
	width: 100%;
	padding: 0;
	margin: 0;
	justify-content: center;
}

#pagination .pagi-inner ul li {
	list-style: none;
	margin: 0 10px;
	width: auto;
}

#pagination .pagi-inner ul li a {
	transition: all ease-out 0.3s;
	color: #373737;
	background: #f2f2f2;
	border-radius: 10px;
}

#pagination .pagi-inner ul li a.active {
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.3);
	background: #c2d195;
}

#pagination .pagi-button {
	padding: 10px;
	min-width: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
	color: #373737;
	background: #f2f2f2;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	z-index: 15;
}

#pagination .pagi-button::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 100%;
	z-index: -1;
	transition: all ease-out 0.3s;
	background: #c2d195;
}

#pagination .pagi-button:hover::after {
	top: 0;
}

#pagination .pagi-prev,
#pagination .pagi-next {
	padding: 10px 1.875rem 10px 3.75rem;
	color: #373737;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all ease-out 0.3s;
}

#pagination .pagi-next {
	padding: 10px 3.75rem 10px 1.875rem;
}

#pagination .pagi-prev img,
#pagination .pagi-next img {
	width: 20px;
	position: absolute;
}

#pagination .pagi-prev img {
	left: 0.9375rem;
}

#pagination .pagi-next img {
	right: 0.9375rem;
}

#member-account {
	display: inline-flex;
	width: 100%;
}

#member-account #exhibitor_files h3 {
	margin-top: 10px;
}

#member-account #exhibitor_files table {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
}

#member-account #exhibitor_files table th {
	border-bottom: 1px solid #cccc;
}

#member-account #exhibitor_files table th:last-child {
	text-align: right;
}

#member-account #exhibitor_files table tr td {
	padding: 5px 0;
	word-break: break-word;
	max-width: 115px;
}

#member-account #exhibitor_files table tr td a {
	font-weight: bold;
	color: #c2d195;
	background: #373737;
	padding: 3px 9px;
	border-radius: 5px;
}

#member-account #exhibitor_files table tr td:last-child {
	text-align: right;
	word-break: normal;
}

#member-account .um-form {
	display: inline-flex;
	width: 100%;
}

#member-account .um-form form {
	display: inline-flex;
	width: 100%;
}

#member-account .um-form form .um-account-side {
	max-width: 300px;
}

#member-account .um-form form .um-account-side ul li {
	height: auto;
	background: #c2d195;
	margin: 0 0 5px 0 !important;
	align-items: center;
	overflow: hidden;
}

#member-account .um-form form .um-account-side ul li a {
	display: inline-flex;
	width: 100%;
	height: auto;
	gap: 10px;
	align-items: center;
	padding: 13px 0px;
}

#member-account .um-form form .um-account-side ul li a span {
	position: relative;
	overflow: hidden;
	align-items: center;
	z-index: 20;
	border: none;
	transition: all ease-out 0.3s;
	color: #373737;
}

#member-account .um-form form .um-account-side ul li a span.um-account-title {
	padding-left: 0;
}

#member-account .um-form form .um-account-side ul li a span.um-account-arrow {
	max-width: 20px;
	position: absolute;
	top: auto;
}

#member-account .um-form form .um-account-side ul li a:hover {
	background: none;
	color: #fff;
}

#member-account .um-form form .um-account-side ul li a:hover span {
	color: #fff;
}

#member-account .um-form form .um-account-side ul li a::after {
	content: "";
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	position: absolute;
	transition: all ease-out 0.3s;
	background: #373737;
}

#member-account .um-form form .um-account-side ul li a:hover::after {
	left: 0;
}

#member-account .um-form form .um-account-main p a {
	font-weight: bold;
	text-decoration: underline;
	color: #373737;
}

#member-account .um-form form .um-account-main .customButton {
	text-decoration: none;
	color: #fff;
	padding: 5px 3.75rem 5px 0.9375rem;
	border-radius: 10px;
	background: #373737;
	display: inline-flex;
	align-items: center;
	position: relative;
	z-index: 20;
	overflow: hidden;
	transition: all ease-out 0.6s;
}

#member-account .um-form form .um-account-main .customButton::after {
	content: "";
	position: absolute;
	width: 20px;
	z-index: 100;
	height: 12px;
	background-position: center;
	background: url(/app/themes/dvd/assets/images/arrow-right_w.png);
	background-size: contain;
	background-repeat: no-repeat;
	right: 0.9375rem;
}

#member-account .um-form form .um-account-main .customButton::before {
	content: "";
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	position: absolute;
	transition: all ease-out 0.3s;
	background: #c2d195;
}

#member-account .um-form form .um-account-main .customButton:hover {
	background: #c2d195;
	cursor: pointer;
}

#member-account .um-form form .um-account-main .customButton:hover::before {
	left: 0;
}

#member-account .um-form form .um-account-main .um-account-tab .form-filter {
	display: inline-flex;
	flex-wrap: wrap;
	margin: 0.9375rem 0;
	border: 2px solid #ccc;
	padding: 1.875rem;
	border-radius: 20px;
	background: #f2f2f2;
	justify-content: space-between;
}

#member-account .um-form form .um-account-main .um-account-tab .form-filter .form-filter-buttons {
	display: inline-flex;
	width: 100%;
	justify-content: flex-end;
	margin: 0;
}

#member-account .um-form form .um-account-main .um-account-tab .form-filter .form-filter-buttons button {
	background: #c2d195;
	margin: 0 0 0 10px;
	align-items: center;
	color: #444;
	padding: 0.9375rem 1.875rem;
	font-weight: bold;
	border-radius: 10px;
}

#member-account .um-form form .um-account-main .um-account-tab .form-filter .form-filter-buttons button:hover {
	cursor: pointer;
}

#member-account .um-form form .um-account-main .um-account-tab .form-filter div {
	width: 48%;
	display: inline-flex;
	margin: 0 0 0.9375rem 0;
	align-items: center;
}

#member-account .um-form form .um-account-main .um-account-tab .form-filter div label {
	width: 150px;
	font-weight: bold;
	display: inline-flex;
	flex-wrap: wrap;
	line-height: 1.0em;
}

#member-account .um-form form .um-account-main .um-account-tab .form-filter div select {
	border-color: #f2f2f2;
}

#member-account .um-form form .um-account-main .um-account-tab .um-account-heading {
	padding: 0.9375rem;
	align-items: center;
	background: #c2d195;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form {
	margin: 0.9375rem 0;
	border: 2px solid #ccc;
	padding: 1.875rem 1.875rem;
	border-radius: 20px;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form h2 {
	font-size: 30px;
	padding: 0 0 0.9375rem 0;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form h2 span {
	color: #c2d195;
	background: #373737;
	padding: 2px 10px;
	border-radius: 10px;
	align-items: center;
	display: inline-flex;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .exhibitor ul {
	display: inline-flex;
	width: 100%;
	margin: 0;
	padding: 0;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .exhibitor ul li {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	list-style: none;
	justify-content: center;
	border: 1px solid #f2f2f2;
	border-right: 0;
	border-bottom: 0;
	padding: 5px;
	text-align: left;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .exhibitor ul li .button {
	color: #373737;
	padding: 0;
	background: none;
	margin: 0;
	text-decoration: underline;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .exhibitor ul li a {
	text-decoration: underline;
	font-weight: bold;
	color: #c2d195;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .exhibitor ul li:last-child {
	border-right: 1px solid #f2f2f2;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .exhibitor ul li:first-child {
	justify-content: flex-start;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .exhibitor ul li ul {
	display: inline-flex;
	width: 100%;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .exhibitor ul li ul li {
	display: inline-flex;
	width: 100%;
	align-items: center;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .exhibitor ul li ul li:first-child {
	justify-content: flex-start;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .exhibitor ul li ul li p {
	font-size: 15px;
	text-align: center;
	margin-top: 0 !important;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .exhibitor ul li ul li.order-date,
#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .exhibitor ul li ul li.order-status,
#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .exhibitor ul li ul li.order-total {
	font-weight: bold;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .exhibitor ul li ul:nth-child(odd) {
	background: #f2f2f2;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .exhibitor ul li.order-date,
#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .exhibitor ul li.order-status,
#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .exhibitor ul li.order-total {
	font-weight: bold;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .exhibitor ul:last-child li {
	border-bottom: 1px solid #f2f2f2;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .exhibitor ul.list-heading li {
	font-weight: bold;
	border-bottom: 0;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .form-exhibitor ul:nth-child(odd) {
	background: #f2f2f2;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .dash-pagi {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	padding: 0.9375rem 0;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .dash-pagi a {
	display: inline-flex;
	width: 30px;
	height: 30px;
	color: #444;
	background: #f2f2f2;
	align-items: center;
	justify-content: center;
	padding: 5px;
	margin: 0 5px;
	font-weight: bold;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .dash-pagi a.active {
	background: #c2d195;
	pointer-events: none;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .list.red li {
	border-color: #cd1f1f;
	border-bottom: 1px solid #cd1f1f !important;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .list.red li:last-child {
	border-right: 1px solid #cd1f1f !important;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .list.red li a {
	color: #cd1f1f;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .list.red li.order-total {
	background: #cd1f1f;
	color: #fff;
	font-weight: bold;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .list.yellow li {
	border-color: #f6d104;
	border-bottom: 1px solid #f6d104 !important;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .list.yellow li:last-child {
	border-right: 1px solid #f6d104 !important;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .list.yellow li a {
	color: #f6d104;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .list.yellow li.order-total {
	background: #f6d104;
	color: #fff;
	font-weight: bold;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .list.green li {
	border-color: #c2d195;
	border-bottom: 1px solid #c2d195 !important;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .list.green li:last-child {
	border-right: 1px solid #c2d195 !important;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .list.green li a {
	color: #c2d195;
}

#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .list.green li.order-total {
	background: #c2d195;
	color: #fff;
	font-weight: bold;
}

.um input[type=submit].um-button,
.um input[type=submit].um-button:focus,
.um a.um-button, .um a.um-button.um-disabled:hover,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:active {
	background: #c2d195 !important;
}

#contract-block {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	padding: 0 1.875rem;
}

#contract-block form {
	width: 100%;
}

#contract-block .sectionInner h2 {
	width: 100%;
	margin: 1.875rem 0 0.9375rem 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #f2f2f2;
	font-size: 36px;
	color: #373737;
}

#contract-block .sectionInner .outter-block {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
}

#contract-block .sectionInner .outter-block .wrap {
	display: inline-flex;
	width: 100%;
	margin: 0 0 0.9375rem 0;
}

#contract-block .sectionInner .outter-block .wrap .inner-block {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: column;
	padding: 1.875rem;
	background: #f2f2f2;
	margin: 0 0.9375rem 0 0;
	border-radius: 15px;
}

#contract-block .sectionInner .outter-block .wrap .inner-block:last-child {
	margin-right: 0;
}

#contract-block .sectionInner .outter-block .wrap .inner-block div {
	width: 100%;
	font-size: 16px;
}

#contract-block .sectionInner .outter-block .wrap .inner-block label {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
}

#contract-block .sectionInner .outter-block .list-wrap {
	flex-wrap: wrap;
}

#contract-block .sectionInner .outter-block .list-wrap .inner-block {
	max-width: calc(25% - 0.9375rem);
	margin-bottom: 1.875rem;
}

#contract-block .sectionInner .outter-block .full-block {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	padding: 1.875rem;
	background: #f2f2f2;
	border-radius: 15px;
	align-items: center;
	margin: 0 0.9375rem 0.9375rem 0;
	justify-content: center;
	flex-direction: column;
}

#contract-block .sectionInner .outter-block .full-block:last-child {
	margin: 0 0 0.9375rem 0;
}

#contract-block .sectionInner .outter-block .full-block div {
	width: 100%;
	font-size: 16px;
}

#contract-block .sectionInner .outter-block .full-block label {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
}

#contract-block .sectionInner .outter-block .agree {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	padding: 1.875rem;
	background: #f2f2f2;
	border-radius: 15px;
	align-items: center;
	margin: 0 0 0.9375rem 0;
}

#contract-block .sectionInner .outter-block .agree div {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 0.9375rem;
}

#contract-block .sectionInner .outter-block .agree div:last-child {
	margin: 0;
}

#contract-block .sectionInner .outter-block .agree div input {
	margin: 0 0.9375rem 0 0;
}

#contract-block .sectionInner .outter-block .agree div a {
	font-weight: bold;
	margin: 0 0 0 5px;
	text-decoration: underline;
	color: #c2d195;
}

#contract-block .sectionInner .outter-block-full .full-block {
	margin-right: 0;
}

#contract-block .sectionInner .form-dropdown-single {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	padding: 1.875rem;
	background: #f2f2f2;
	margin: 0 0 1.875rem 0;
	border-radius: 15px;
}

#contract-block .sectionInner .form-dropdown-single select {
	max-width: 800px;
}

#contract-block .submit-block {
	display: inline-flex;
	width: 100%;
	justify-content: flex-end;
	position: relative;
	align-items: center;
}

#contract-block .submit-block input[type="submit"] {
	font-weight: bold;
	padding: 0.9375rem 1.875rem;
	border: 0;
	border-radius: 15px;
	transition: all ease-out 0.3s;
	background: #c2d195;
}

#contract-block .submit-block input[type="submit"]:hover {
	cursor: pointer;
}

#contract-block .submit-block img {
	width: 20px;
	position: absolute;
	right: 0.9375rem;
}

.login-section {
	padding: 0 1.875rem;
	display: inline-flex;
	width: 100%;
}

.login-section .login-inner {
	max-width: 1024px;
	background: #f2f2f2;
	padding: 1.875rem;
	border-radius: 20px;
	width: 100%;
}

.login-section .login-inner label {
	color: #373737;
}

.login-section .login-inner #um-submit-btn {
	font-size: 18px;
	font-weight: bold !important;
	margin: 0.9375rem 0;
	border-radius: 15px !important;
}

.acf-form {
	width: 100%;
}

.acf-form .acf-field {
	width: auto !important;
}

.acf-form .acf-input {
	display: inline-flex;
	align-items: stretch;
}

.acf-form .acf-input .acf-input-prepend {
	border-color: #cacaca;
	align-items: center;
	display: inline-flex;
}

.acf-form .acf-field input[type=text],
.acf-form .acf-field input[type=password],
.acf-form .acf-field input[type=date],
.acf-form .acf-field input[type=datetime],
.acf-form .acf-field input[type=datetime-local],
.acf-form .acf-field input[type=email],
.acf-form .acf-field input[type=month],
.acf-form .acf-field input[type=number],
.acf-form .acf-field input[type=search],
.acf-form .acf-field input[type=tel],
.acf-form .acf-field input[type=time],
.acf-form .acf-field input[type=url],
.acf-form .acf-field input[type=week],
.acf-form .acf-field textarea,
.acf-form .acf-field select {
	height: auto;
	width: auto;
	padding: 10px 0.9375rem;
	background: #fff;
	align-items: center;
}

a.account-out {
	display: inline-flex;
	width: 100%;
	height: auto;
	gap: 10px;
	align-items: center;
	background: #c2d195;
	margin: 0 0 5px 0 !important;
	align-items: center;
	overflow: hidden;
	padding: 13px 0px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	background: #373737;
}

a.account-out span {
	display: inline-flex;
	position: relative;
	overflow: hidden;
	align-items: center;
	z-index: 20;
	border: none;
	transition: all ease-out 0.3s;
	color: #fff;
}

a.account-out span.um-account-icon {
	text-align: center;
	font-size: 20px;
	width: 20px;
	height: 30px;
	float: left;
	padding: 0px 15px;
	font-weight: normal !important;
}

.form-reveal {
	padding: 3.75rem;
}

.form-reveal p span {
	display: inline-block;
	font-weight: bold;
	width: 80px;
}

.gform_wrapper.gravity-theme .gfield-choice-input {
	margin-bottom: 0;
}

#exhibitor_files label {
	font-weight: bold;
	margin: 5px 0 0 0;
}

#exhibitor_files .exhib-select {
	margin: 1.875rem 0;
	padding: 0 0 1.875rem 0;
	border-bottom: 1px solid #f2f2f2;
}

#exhibitor_files #error_message {
	width: 100%;
	background: #dc2d31;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	justify-content: center;
	display: inline-flex;
	border-radius: 10px;
	padding: 5px 0.9375rem !important;
}

#exhibitor_files .upload {
	margin: 0 0 1.875rem 0;
	background: none;
}

#exhibitor_files .upload p.tip {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px !important;
}

#exhibitor_files .upload .upload-block #selected_files {
	margin: 0;
	display: none;
}

#exhibitor_files .upload .upload-block label {
	background: #000;
	width: 196px;
	height: 40px;
	padding: 0.9375rem;
	color: #fff;
	display: inline-flex;
	align-items: center;
	border-radius: 10px;
	justify-content: center;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	z-index: 50;
}

#exhibitor_files .upload .upload-block label:hover {
	cursor: pointer;
}

#exhibitor_files .upload .upload-block label:hover::after {
	left: 0;
}

#exhibitor_files .upload .upload-block label::after {
	content: "";
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	position: absolute;
	transition: all ease-out 0.3s;
	background: #c2d195;
}

#exhibitor_files .upload .additional {
	min-width: 100%;
	margin: 1.875rem 0 0 0;
	border-top: 1px solid #f2f2f2;
	padding: 1.875rem 0 0 0;
}

#fileList div {
	width: 100%;
	display: inline-flex;
	align-items: center;
	font-weight: bold;
	margin: 5px 0;
	padding: 10px 0.9375rem;
	background: #f2f2f2;
	border-radius: 10px;
	justify-content: space-between;
}

#fileList div span {
	width: calc(100% - 80px);
}

#fileList div button {
	padding: 5px 0.9375rem;
	color: #fff;
	z-index: 50;
	display: inline-flex;
	align-items: center;
	border-radius: 10px;
	justify-content: center;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	background: #373737;
}

#fileList div button:hover {
	cursor: pointer;
}

#fileList div button::after {
	content: "";
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	position: absolute;
	transition: all ease-out 0.3s;
	background: #c2d195;
}

#fileList div button:hover::after {
	left: 0;
}

/* 1440 */
@media only screen and (max-width: 90.063em) {
	#breadcumbs,
	#breadcumbs .sectionInner {
		padding: 0 1.875rem;
	}
	#news-widget .widgetInner .news-layout .news-block {
		max-width: 48%;
		margin: 0 1% 1.875rem;
	}
	.title-box,
	#form-view {
		padding: 0 3.75rem;
	}
	.um-account {
		display: inline-flex;
	}
	#member-account {
		padding: 0 3.75rem;
	}
	#member-account .um-form form {
		flex-wrap: wrap;
	}
	#member-account .um-form form .um-account-main {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0.9375rem 0;
	}
}

/* 1280 */
@media only screen and (max-width: 80.063em) {
	#home-nav .sectionInner .holding-front p {
		font-size: 18px;
	}
	#download-widget .widgetInner .list-block {
		padding: 0 1.875rem;
	}
	#content .sectionInner .content-box .large-text {
		bottom: -8rem;
		left: -2rem;
		font-size: 200px;
	}
	#content .sectionInner h1 {
		font-size: 36px;
	}
	#home-nav {
		height: 75vh;
	}
	#home-nav .sectionInner {
		margin-top: 1.875rem;
		padding-top: 1.875rem;
	}
	footer .footerInner .footer-block .footer-details {
		justify-content: center;
		flex-wrap: wrap;
	}
	footer .footerInner .footer-block .footer-details .footer-nav {
		justify-content: center;
	}
	footer .footerInner .footer-block .footer-details .footer-nav ul.social-icons {
		justify-content: center;
	}
	footer .footerInner .footer-block .footer-details .footer-nav ul.social-icons li {
		margin: 0 0.9375rem;
	}
	footer .footerInner .footer-block .footer-details .footer-company {
		max-width: 100%;
		justify-content: center;
	}
	footer .footerInner .footer-block .footer-details .footer-tag {
		max-width: 100%;
		justify-content: center;
	}
	footer .footerInner .footer-block .footer-details .footer-tag a {
		justify-content: center;
	}
	#contract-block .sectionInner .outter-block .wrap {
		flex-wrap: wrap;
	}
	#contract-block .sectionInner .outter-block .wrap:first-child {
		margin: 0;
	}
	#contract-block .sectionInner .outter-block .wrap .inner-block {
		margin-bottom: 0.9375rem;
		max-width: calc(50% - 0.46875rem);
	}
	#contract-block .sectionInner .outter-block .wrap .inner-block:nth-child(2n) {
		margin-right: 0;
	}
	#contract-block .sectionInner .outter-block .wrap .full-block {
		margin: 0 0 0.9375rem 0;
	}
}

/* 1024 */
@media only screen and (max-width: 64em) {
	#download-widget .widgetInner .list-block ul li {
		max-width: 46%;
		padding: 0;
		margin: 0 2% 0.9375rem 2%;
	}
	#download-widget .widgetInner .list-block ul li a {
		flex-wrap: wrap;
		justify-content: center;
	}
	#download-widget .widgetInner .list-block ul li a img {
		width: 30px;
	}
	#download-widget .widgetInner .list-block ul li a .dl-block {
		justify-content: center;
	}
	#download-widget .widgetInner .list-block ul li a .dl-block .dl-title {
		text-align: center;
		justify-content: center;
	}
	#download-widget .widgetInner .list-block ul li a .dl-block .dl-text {
		text-align: center;
		display: inline-flex;
		line-height: 1.2em;
		margin: 0 0 0.9375rem 0;
	}
	#download-widget .widgetInner .list-block ul li:last-child {
		margin: 0 2% 0.9375rem 2%;
	}
	#form-view .sectionInner {
		flex-wrap: wrap;
	}
	#form-view #side-menu {
		order: 2;
	}
	#form-view #side-menu {
		margin: 0;
		order: 1;
		border-right: 0;
		max-width: 100%;
		flex-wrap: nowrap;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		width: 100%;
	}
	#form-view #side-menu .accordion-menu {
		max-width: 48%;
		margin-right: 2%;
	}
	#form-view #side-menu #advert {
		order: 2;
	}
	#home-nav .sectionInner {
		padding: 1.875rem;
		margin-top: 0.9375rem;
	}
	#home-nav .sectionInner ul {
		justify-content: center;
	}
	#home-nav .sectionInner ul li .block.noCLick {
		display: none;
		position: absolute;
	}
	#home-nav .sectionInner .holding-front p {
		font-size: 16px;
	}
	#member-account .um-form form .um-account-main .um-account-tab .form-filter div {
		width: 100%;
	}
	#blog-view .sectionInner #blog-list ul li {
		max-width: 50%;
	}
	#blog-detail .user-content img.main {
		max-width: 100%;
	}
}

/* 880 */
@media only screen and (max-width: 55.063em) {
	#home-nav {
		height: auto;
		justify-content: flex-start;
		flex-direction: column;
		padding-top: 215px;
		padding-bottom: 0;
	}
	#home-nav .sectionInner {
		background: #373737;
	}
	#home-nav .sectionInner .holding-front p {
		font-size: 14px;
	}
	#home-nav #background-video {
		position: relative;
		width: 100%;
		height: auto;
		left: 0;
		top: 0;
	}
	#home-nav #background-video .backgroundVid {
		position: relative;
		left: 0;
		width: 110%;
	}
	#home-nav #background-video #video {
		max-height: 50vh;
		width: 100%;
	}
	#home-nav #background-video #video::after {
		content: "\f04b";
		position: absolute;
		font-family: fontawesome;
		padding: 2px 0 0 2px;
		border-radius: 100%;
		color: #fff;
		background: rgba(0, 0, 0, 0.4);
		width: 30px;
		height: 30px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		font-size: 12px;
		bottom: 0.9375rem;
		right: 0.9375rem;
		pointer-events: none;
	}
	#home-nav #background-video #video.playing::after {
		content: "\f04c";
		padding-left: 0;
	}
	footer {
		padding: 5.75rem 1.875rem;
	}
	#member-account .um-form,
	#member-account .um-form form {
		flex-wrap: wrap;
		width: 100%;
	}
	#member-account .um-form .um-account-side,
	#member-account .um-form form .um-account-side {
		max-width: 100% !important;
		width: 100%;
		display: inline-flex;
	}
	#member-account .um-form .um-account-side ul,
	#member-account .um-form form .um-account-side ul {
		width: 100%;
		display: inline-flex;
		border: 0;
		height: 44px;
	}
	#member-account .um-form .um-account-side ul li,
	#member-account .um-form form .um-account-side ul li {
		width: 100%;
		margin: 0 !important;
	}
	#member-account .um-form .um-account-side ul li a.current,
	#member-account .um-form form .um-account-side ul li a.current {
		color: #fff;
		background: #373737;
	}
	#member-account .um-form .um-account-side ul li a.current span,
	#member-account .um-form form .um-account-side ul li a.current span {
		color: #fff;
	}
	#member-account .um-form .um-account-side a.account-out,
	#member-account .um-form form .um-account-side a.account-out {
		height: 44px;
		padding: 0;
	}
	#standard-view .sectionInner {
		flex-wrap: wrap;
	}
	.user-content {
		order: 1;
		width: 100%;
	}
	.title-box,
	#form-view {
		order: 2;
	}
	#side-menu {
		margin: 0;
		order: 1;
		border-right: 0;
		width: 100%;
		max-width: 100%;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
	}
	#side-menu .accordion-menu {
		width: 48%;
		margin: 0;
	}
	#side-menu .accordion-menu li {
		margin: 0 0 5px 0;
	}
	#advert {
		width: 48%;
		order: 2;
	}
	.page-head .sectionInner #header-top {
		flex-wrap: wrap;
	}
	.page-head .sectionInner #header-top .main-logo {
		max-width: 200px;
		padding: 0.9375rem 0 5px 0;
		margin: 0;
	}
	.page-head .sectionInner #header-top .details {
		padding: 0;
		justify-content: center;
	}
	.page-head .sectionInner #header-top .details div {
		display: inline-flex;
		width: 100%;
		justify-content: center;
		font-size: 14px;
		line-height: 1.2em;
	}
	.page-head .sectionInner #header-top .logos {
		justify-content: center;
	}
	.page-head .sectionInner #header-top .logos ul {
		padding: 10px 0;
		margin: 0;
	}
	.page-head .sectionInner #header-top .logos ul li a img {
		width: 60px;
		margin: 0 5px;
	}
	#download-widget .widgetInner .list-block ul li {
		max-width: 100%;
		margin: 0 0 1.875rem 0;
	}
	#download-widget .widgetInner .list-block ul li:last-child {
		margin: 0;
	}
	.widget-title {
		font-size: 28px !important;
	}
	#content .sectionInner .content-box .large-text {
		bottom: -3rem;
		left: -1rem;
		font-size: 100px;
	}
	#content .sectionInner h1 {
		font-size: 30px;
		line-height: 1.2em;
	}
	#top-image.Inner {
		display: none;
	}
	.user-content {
		display: inline-flex;
	}
	.user-content .alignright,
	.user-content .alignleft {
		float: none;
		clear: both;
		display: block;
		margin: auto;
		margin-bottom: 1.5em;
	}
	#blog-view .sectionInner {
		flex-wrap: wrap;
	}
	#blog-detail .sectionInner {
		flex-wrap: wrap;
	}
	#blog-view .sectionInner #blog-list ul li {
		max-width: 100%;
	}
	#breadcumbs .sectionInner {
		padding: 0;
	}
	#blog-view .sectionInner #blog-list ul li a .blog-list-image {
		height: 350px;
	}
}

/* 640 */
@media only screen and (max-width: 40.063em) {
	.button-container {
		justify-content: center;
		position: relative;
		bottom: 0;
	}
	#home-nav .sectionInner ul {
		flex-wrap: wrap;
	}
	#home-nav .sectionInner ul li {
		margin: 1.8575rem 0 0 0;
	}
	#home-nav .sectionInner ul li:last-child {
		margin: 0;
	}
	#form-view .sectionInner .acf-form .dvd-input .acf-field .acf-input .acf-fields .acf-field-group {
		max-width: 100%;
	}
	#member-account {
		padding: 0 1.875rem;
		max-width: 565px;
	}
	#member-account .um-form form .um-account-main .um-account-tab .form-filter {
		padding: 15px;
		border-radius: 5px;
	}
	#member-account .um-form form .um-account-main .um-account-tab .form-filter div select {
		height: 25px;
	}
	#member-account .um-form form .um-account-main .um-account-tab .form-filter .form-filter-buttons button {
		padding: 10px 0.9375rem;
	}
	#member-account .um-form form .um-account-main .um-account-tab .um-woo-form {
		padding: 5px;
		border-radius: 5px;
	}
	#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .exhibitor ul li {
		font-size: 12px;
		line-height: 1.2em;
	}
	#member-account .um-form form .um-account-main .um-account-tab .um-woo-form .exhibitor ul li .button {
		font-size: 12px;
		line-height: 1.2em;
	}
	#member-account .um-form form .um-account-main .um-account-tab .um-woo-form h2 {
		font-size: 26px;
	}
	#member-account .um-form form .um-account-main .um-account-tab .um-woo-form h2 span {
		font-size: 20px;
	}
	.um-account-side {
		display: none !important;
	}
	#news-widget .widgetInner .news-layout {
		justify-content: center;
	}
	#news-widget .widgetInner .news-layout .news-block {
		max-width: 100%;
		margin: 0 0 1.875rem 0;
	}
	#advert {
		width: 100%;
	}
	#side-menu .accordion-menu {
		width: 100%;
	}
	#form-view #side-menu {
		flex-wrap: wrap;
	}
	#form-view #advert {
		width: 100%;
	}
	#form-view #side-menu .accordion-menu {
		width: 100%;
		max-width: 100%;
	}
	#gallery-widget .widgetInner #gallery-nav .gallery-item {
		height: 60px;
	}
	#gallery-widget .widgetInner #gallery-block .gallery-item {
		min-height: 250px;
	}
	.dvd-input .acf-field-group {
		width: 100% !important;
	}
	#home-nav .sectionInner ul li .block .title {
		font-size: 36px;
	}
	#home-nav .sectionInner ul li .block a {
		padding: 8px 0.9375rem;
		padding-right: 3.75rem;
	}
	#home-nav .sectionInner ul li .block a img {
		right: 0.9375rem;
	}
	#content .sectionInner .content-box {
		padding: 0.9375rem;
	}
	#content .sectionInner .content-box .large-text {
		font-size: 68px;
	}
	#breadcumbs .sectionInner {
		padding: 0;
	}
	#download-widget {
		padding: 1.875rem;
	}
	#download-widget .widgetInner .list-block ul li a .dl-block {
		padding: 0;
	}
	#download-widget .widgetInner .list-block ul li a .dl-block .dl-text {
		font-size: 16px;
	}
	#download-widget .widgetInner .list-block ul li a img {
		width: 20px;
		right: 0.9375rem;
	}
	.arrow-button {
		padding: 8px 0.9375rem;
		padding-right: calc(1.875rem + 25px);
		border-radius: 15px;
		font-size: 16px;
	}
	#news-widget {
		padding: 1.875rem;
	}
	#news-widget .widgetInner .news-block .news-details .news-button a {
		padding: 8px 0.9375rem;
		padding-right: calc(1.875rem + 25px);
		border-radius: 15px;
		font-size: 16px;
	}
	#news-widget .widgetInner .news-block .news-details .news-button a img {
		right: 0.9375rem;
	}
	#faq-widget {
		padding: 1.875rem;
	}
	#gallery-widget {
		padding: 1.875rem;
	}
	#gallery-widget .widgetInner #gallery-nav .gallery-item {
		height: 30px;
		margin: 5px;
	}
	#faq-widget .widgetInner #accordion ul li a {
		font-size: 16px;
	}
	body p {
		font-size: 16px;
	}
	.title-box,
	#form-view {
		padding: 0 1.875rem;
	}
	#form-view .sectionInner {
		padding: 0;
	}
	#form-view .sectionInner .acf-form .dvd-input .acf-field .acf-input .acf-fields {
		padding: 0.9375rem;
	}
	.breadcrumbs {
		flex-wrap: wrap;
		align-items: center;
	}
	.breadcrumbs span {
		font-size: 12px;
	}
	.acf-field .acf-label label {
		font-size: 16px;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 26px;
	}
	h5 {
		font-size: 22px;
	}
	h6 {
		font-size: 18px;
	}
	#contract-block .sectionInner .outter-block .wrap .inner-block {
		max-width: 100%;
		margin: 0 0 0.9375rem 0;
	}
	#standard-view .exhibitor-list li {
		max-width: 80%;
	}
}

/* 500 */
@media only screen and (max-width: 31.263em) {
	#member-account {
		padding: 0 1.875rem;
		max-width: 565px;
	}
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #ccc;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #333;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: auto;
	margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */