main {
	overflow: hidden;
}

.imageContainer.page-header {
	height: 50vh;
	max-height: 50vh;
	min-height: 33vh;
}

.entryMetaPostNumber {
	width: 25%;
}

.entryMetaPostDetail h1 {
	font-size: 13px;
}

.single-post .entryMetaAuthorName {
	padding-bottom: 0px;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	padding: 0;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	flex: 1 0 100%;
}

.postNavigationButtons .nav-previous a,
.postNavigationButtons .nav-next a {
	width: 100%;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	margin-bottom: 1rem;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: left;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

table.responsiveTable,
.responsiveTable thead,
.responsiveTable tbody,
.responsiveTable tr,
.responsiveTable th,
.responsiveTable td {
	border: none !important;
	display: block;
	width: 100% !important
}

.responsiveTable td {
	font-weight: normal !important;
	height: auto !important;
	padding: 0px !important;
}

.responsiveTable td:nth-child(odd) {
	margin-top: .5rem;
}

.responsiveTable td:nth-child(even) {
	margin-bottom: .5rem;
}

.menu-item-has-children {
	overflow: hidden;
	position: relative;
}

.menu-item-has-children:hover {
	overflow: visible;
}

.menu-item-has-children ul {
	margin-left: 0px;
	margin-right: 0px;
	max-height: 0px;
}

.menu-item-has-children:hover ul {
	margin-top: 1rem;
	max-height: 100%;
}

#openLeftMenu .menu-item-has-children a {
	padding-left: 1rem;
}

#openLeftMenu .menu-item-has-children ul {
	margin-left: 1rem;
}

#openLeftMenu .menu-item-has-children li a {
	padding-left: 0px;
}

#openLeftMenu .menu-item-has-children:after {
	content: '▾';
	left: 0;
	top: 0;
	position: absolute;
}

#openRightMenu .menu-item-has-children a {
	padding-right: 1rem;
}

#openRightMenu .menu-item-has-children ul {
	margin-right: 1rem;
}

#openRightMenu .menu-item-has-children li a {
	padding-right: 0px;
}

#openRightMenu .menu-item-has-children:after {
	content: '▾';
	right: 0;
	top: 0;
	position: absolute;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead,
#mastheadBackground {
	height: 66px;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
}

#masthead,
.leftButton,
.rightButton {
	position: fixed;
}

#mastheadBackground img {
	padding-bottom: 0px;
}

#primary {
	margin-top: 66px;
}

.site-title {
	height: 66px;
	line-height: 66px;
	top: 0;
	position: absolute;
	margin: 0;
	text-align: center;
}

#openLeftMenu {
	text-align: left;
}

#openLeftMenu,
#openRightMenu {
	margin-top: 66px;
	overscroll-behavior: contain;
	padding-bottom: 66px;
	width: 50%;
}

#openLeftMenu .widget-title {
  font-size: 100%;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}

#openLeftMenu,
#openLeftMenu a,
#openLeftMenu .widget-title {
	/* color: #ffffff; */
}

.widget .search-form input[type="search"], .widget .search-form input[type="submit"] {
	float: none;
	width: 100%;
}

.widget .search-form input[type="search"] {
	margin-bottom: .5rem;
}

#topNavigation {
	display: none;
}

#leftSidebar,
#desktopToggleLeft,
.desktopToggleLeftIcon,
.desktopToggleLeftIcon::after {
	display: none;
}

#rightSidebar,
#desktopToggleRight,
.desktopToggleRightIcon,
.desktopToggleRightIcon::after {
	display: none;
}

#rightNavigation {
	margin-bottom: 1.5rem;
}

#rightNavigation,
#openRightMenu {
	text-align: right;
}

#rightNavigation,
#rightNavigation a {
	color: #ffffff;
}

#rightNavigation li,
#openLeftMenu li,
#openRightMenu li {
	line-height: 1.5;
/* 	font-weight: 700; */
	margin-bottom: 1rem;
/* 	text-transform: uppercase; */
}

#rightNavigation li {
	font-weight: 700;
	text-transform: uppercase;
}

#rightNavigation .description {
	display: block;
	font-weight: normal;
	text-transform: none;
}

.addCustomLogo .siteHeaderLogo {
	left: 0;
	padding-right: 1rem;
	text-align: right;
	width: 50% !important;
}

.addCustomLogo .siteHeaderTitle {
	right: 0;
	text-align: left;
	width: 50% !important;
}

/* #footerMenu,
#footerInformation {
	display: block;
}

#footerMenu .widget,
#footerInformation .widget {
	display: block;
	width: 100%;
} */

.displayFlex {
  flex-wrap: wrap;
}

.wp-block-columns.is-not-stacked-on-mobile.mobileStack {
	flex-wrap: wrap !important;
}

.mobileStack .wp-block-column {
	flex-basis: 100% !important;
}

.onCol,
.twColStack,
.thColStack,
.foColStack,
.fiCol,
.siCol,
.seCol {
  flex: 1 1 100%;
  flex-basis: 100%;
  width: 100%;
}

.addGap {
  gap: 0;
  margin-left: 0;
  margin-right: 0;
}

.twColStack:nth-child(2n+1),
.thColStack:nth-child(3n+1),
.thColStack:nth-child(3n+2),
.foCol:nth-child(4n+1),
.foCol:nth-child(4n+2),
#footerMenu .widget:nth-child(4n+1),
#footerMenu .widget:nth-child(4n+2) {
	margin-bottom: 1rem;
}

.twColStack:nth-child(2n+1),
.foCol:nth-child(4n+2),
#footerMenu .widget:nth-child(4n+2) {
	padding-right: 0;
}

.twColStack:nth-child(2n+2),
.foCol:nth-child(4n+3),
#footerMenu .widget:nth-child(4n+3) {
	padding-left: 0;
}

.thColStack:nth-child(3n+1),
.thColStack:nth-child(3n+2),
.thColStack:nth-child(3n+3) {
	padding-left: 0;
	padding-right: 0;
}

.foColStack:nth-child(4n+1),
.foColStack:nth-child(4n+2),
.foColStack:nth-child(4n+3),
.foColStack:nth-child(4n+4) {
	padding-left: 0;
	padding-right: 0;
}

.foCol,
#footerMenu .widget {
  flex: 1 1 50%;
  flex-basis: 50%;
  width: 50%;
}

.foCol:nth-child(4n+1) {
	
}

/* Flex Display
--------------------------------------------- */
.flexpaddingleft5px,
.flexpaddingleft10px,
.flexpaddingright5px,
.flexpaddingright10px {
	padding-left: 0px;
	padding-right: 0px;
}

/* Width
--------------------------------------------- */
.flexwidth10percent,
.flexwidth15percent,
.flexwidth20percent,
.flexwidth25percent,
.flexwidth33percent,
.flexwidth50percent,
.flexwidth75percent,
.flexwidth100percent {
	flex-basis: 100%;
	width: 100%;
}

.flexwidth25percent,
.flexwidth33percent,
.flexwidth50percent {
	margin-bottom: 1rem;
}

.col4 .flexwidth25percent:nth-child(4n+1),
.col4 .flexwidth25percent:nth-child(4n+2),
.col4 .flexwidth25percent:nth-child(4n+3),
.col4 .flexwidth25percent:nth-child(4n+4),
.flexwidth33percent:nth-child(3n+1),
.flexwidth33percent:nth-child(3n+1) form,
.flexwidth33percent:nth-child(3n+2),
.flexwidth33percent:nth-child(3n+2) form,
.flexwidth33percent:nth-child(3n+3),
.flexwidth33percent:nth-child(3n+3) form,
.flexwidth50percent:nth-child(odd),
.flexwidth50percent:nth-child(odd) form,
.flexwidth50percent:nth-child(even),
.flexwidth50percent:nth-child(even) form,
.col2 .flexwidth75percent:nth-child(odd),
.col2 .fullwidth75percent:nth-child(odd),
.col2 .flexwidth25percent:nth-child(odd),
.col2 .fullwidth25percent:nth-child(odd),
.col2 .flexwidth25percent:nth-child(even),
.col2 .fullwidth25percent:nth-child(even),
.col2 .flexwidth25percent:nth-child(even),
.col2 .fullwidth25percent:nth-child(even) {
	padding-left: 0px;
	padding-right: 0px;
}

.wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li:nth-child(3n+1),
.wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li:nth-child(3n+2),
.wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li:nth-child(3n+3) {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

#footerMenu .widget:nth-child(3n+1),
#footerMenu .widget:nth-child(3n+2),
#footerMenu .widget:nth-child(3n+3),
#footerInformation .widget:nth-child(3n+1),
#footerInformation .widget:nth-child(3n+2),
#footerInformation .widget:nth-child(3n+3) {
	padding-left: 0px;
	padding-right: 0px;
}

/* openLeftToggle
--------------------------------------------- */
input[type=checkbox].openLeftToggle {
	transition: all 0.3s;
	box-sizing: border-box;
	display: none;
}

.leftButton {
	display: block;
	transition: all 0.3s;
	box-sizing: border-box;
	cursor: pointer;
	top: 0;
	left: 0;
	height: 66px;
	width: 66px;
	position: fixed;
	z-index: 200;
}

#openLeftMenu {
	background: #000000;
	display: block;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
	transform: translateX(-100%);
	transition: transform 250ms ease-in-out;
	background: linear-gradient(180deg, #FC466B 0%, #3F5EFB 100%);
	overflow: auto;
	z-index: 120;
}

.leftButton .spinner {
	transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
	height: 2px;
    left: 22px;
	top: 22px;
    width: 22px;
}
	
.leftButton .horizontal {
	margin-top: 9px;
}
	
.leftButton .diagonal.part-1 {
		
}
	
.leftButton .diagonal.part-2 {
	margin-top: 18px;
}

input[type=checkbox].openLeftToggle:checked ~ .leftButton > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox].openLeftToggle:checked ~ .leftButton > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox].openLeftToggle:checked ~ .leftButton > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: 8px;
}

input[type="checkbox"].openLeftToggle:checked ~ #openLeftMenu {
    transform: translateX(0);
}

/* openRightToggle
--------------------------------------------- */
input[type=checkbox].openRightToggle {
	transition: all 0.3s;
	box-sizing: border-box;
	display: none;
}

.rightButton {
	display: block;
	transition: all 0.3s;
	box-sizing: border-box;
	cursor: pointer;
	top: 0;
	right: 0;
	height: 66px;
	width: 66px;
	position: fixed;
	z-index: 200;
}

#openRightMenu {
	background: #000000;
	display: block;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
	transform: translateX(100%);
	transition: transform 250ms ease-in-out;
	/* background: linear-gradient(180deg, #FC466B 0%, #3F5EFB 100%); */
	overflow: auto;
	z-index: 120;
}

.rightButton .spinner {
	transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
	height: 2px;
    right: 22px;
	top: 22px;
    width: 22px;
}
	
.rightButton .horizontal {
	margin-top: 9px;
}
	
.rightButton .diagonal.part-1 {
		
}
	
.rightButton .diagonal.part-2 {
	margin-top: 18px;
}

input[type=checkbox].openRightToggle:checked ~ .rightButton > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox].openRightToggle:checked ~ .rightButton > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox].openRightToggle:checked ~ .rightButton > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: 8px;
}

input[type="checkbox"].openRightToggle:checked ~ #openRightMenu {
    transform: translateX(0);
}

#openRightMenu .wp-block-latest-posts__post-excerpt,
#openRightMenu .wp-block-latest-posts__post-full-content {
	display: none;
}


@media screen and (max-width: 360px) and (orientation: portrait) {
	.fullwidth50percent:nth-child(odd),
	.fullwidth50percent:nth-child(even) {
		padding-left: 0px;
		padding-right: 0px;
		flex-basis: 100%;
		width: 100%;
	}

	.entryMetaPostNumber {
		width: 30%;
	}
}

/*--------------------------------------------------------------
# Class Specific
--------------------------------------------------------------*/
/* 1. Full Width */
.noLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #openLeftMenu,
.noLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar .leftButton,
.noLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar.noTopNavigation #openRightMenu,
.noLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #openRightMenu .noDesktopRightToggle,
.noLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #openRightMenu .noDesktopRightSidebar,
.noLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar.noTopNavigation .rightButton {
	display: none;
}

.noLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #footerMenu .widget,
.noLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #footerInformation .widget {
  width: 100%;
}

/* 2. Left Sidebar ONLY */
.activeLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar.noTopNavigation .rightButton,
.activeLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar.noTopNavigation #openRightMenu,
.activeLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #leftSidebar,
.activeLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #rightSidebar {
	display: none;
}

.activeLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #openLeftMenu .noDesktopLeftToggle,
.activeLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar  #openRightMenu .noDesktopRightToggle,
.activeLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar  #openRightMenu .noDesktopRightSidebar {
	display: none;
}

.activeLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #openLeftMenu .noDesktopLeftSidebar {
	background: transparent;
	display: block;
	height: auto;
	left: 0;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	top: 0;
  width: 100%;
}

.activeLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #page,
.activeLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #mastheadBackground,
.activeLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar .site-title,
.activeLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar .addCustomLogo,
.activeLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar .noCustomLogo,
.activeLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #site-navigation {
	margin-left: 0;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

/* 3. Left Sidebar + Left Toggle */
/* DONE */
.activeLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar.noTopNavigation .rightButton,
.activeLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar.noTopNavigation #openRightMenu,
.activeLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #leftSidebar,
.activeLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #rightSidebar {
	display: none;
}

.activeLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #openRightMenu .noDesktopRightToggle,
.activeLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #openRightMenu .noDesktopRightSidebar {
	display: none;
}

.activeLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #openLeftMenu .noDesktopLeftSidebar,
.activeLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #openLeftMenu .noDesktopLeftToggle {
	background: transparent;
	display: block;
	height: auto;
	left: 0;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	top: 0;
	width: 100%;
}


.activeLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #page,
.activeLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #mastheadBackground,
.activeLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar .site-title,
.activeLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar .addCustomLogo,
.activeLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar .noCustomLogo,
.activeLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #site-navigation {
	margin-left: 0;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

/* 4. Left Sidebar + Right Toggle */
/* DONE */
.activeLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #leftSidebar,
.activeLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #rightSidebar {
	display: none;
}

.activeLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #openLeftMenu .noDesktopLeftToggle,
.activeLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #openRightMenu .noDesktopRightSidebar {
	display: none;
}

.activeLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #openLeftMenu .noDesktopLeftSidebar,
.activeLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #openRightMenu .noDesktopRightToggle {
	background: transparent;
	display: block;
	height: auto;
	left: 0;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	top: 0;
	width: 100%;
}

.activeLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #page,
.activeLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #mastheadBackground,
.activeLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar .site-title,
.activeLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar .addCustomLogo,
.activeLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar .noCustomLogo,
.activeLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #site-navigation {
	margin-left: 0;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

/* 5. Left Sidebar + Left Toggle + Right Toggle */
/* DONE */
.activeLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #leftSidebar,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #rightSidebar {
	display: none;
}

.activeLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #openLeftMenu .noDesktopLeftSidebar,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #openLeftMenu .noDesktopLeftToggle,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #openRightMenu .noDesktopRightToggle {
	background: transparent;
	display: block;
	height: auto;
	left: 0;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	top: 0;
	width: 100%;
}

.activeLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #openRightMenu .noDesktopRightSidebar {
	display: none;
}

.activeLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #page,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #mastheadBackground,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar .site-title,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar .addCustomLogo,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar .noCustomLogo,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #site-navigation {
	margin-left: 0;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

/* 6. Left Sidebar + Right Sidebar */
/* DONE */
.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #leftSidebar,
.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #rightSidebar {
	display: none;
}

.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #openLeftMenu .noDesktopLeftToggle,
.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #openRightMenu .noDesktopRightToggle {
	display: none;
}

.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #openLeftMenu .noDesktopLeftSidebar,
.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #openRightMenu .noDesktopRightSidebar {
	background: transparent;
	display: block;
	height: auto;
	left: 0;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	top: 0;
	width: 100%;
}

.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #page,
.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #mastheadBackground,
.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar .site-title,
.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar .addCustomLogo,
.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar .noCustomLogo,
.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #site-navigation {
	margin-left: 0;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #footerMenu .widget,
.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #footerInformation .widget {
	display: block;
	width: 100%;
}

.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #footerMenu .widget:nth-child(odd),
.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #footerMenu .widget:nth-child(even),
.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #footerInformation .widget:nth-child(odd),
.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #footerInformation .widget:nth-child(even) {
	padding-left: 0px;
	padding-right: 0px;
}

/* 7. Left Sidebar + Left Toggle + Right Toggle + Right Sidebar */
/* DONE */
.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #leftSidebar,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #rightSidebar {
	display: none;
}

.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #openLeftMenu .noDesktopLeftSidebar,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #openLeftMenu .noDesktopLeftToggle,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #openRightMenu .noDesktopRightToggle,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #openRightMenu .noDesktopRightSidebar {
	background: transparent;
	display: block;
	height: auto;
	left: 0;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	top: 0;
	width: 100%;
}

.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #page,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #mastheadBackground,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar .site-title,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar .addCustomLogo,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar .noCustomLogo,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #site-navigation {
	margin-left: 0;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #footerMenu .widget,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #footerInformation .widget {
	display: block;
	width: 100%;
}

.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #footerMenu .widget:nth-child(odd),
.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #footerMenu .widget:nth-child(even),
.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #footerInformation .widget:nth-child(odd),
.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #footerInformation .widget:nth-child(even) {
	padding-left: 0px;
	padding-right: 0px;
}

/* 8. Left Sidebar + Left Toggle + Right Sidebar */
/* DONE */
.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #leftSidebar,
.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #rightSidebar {
	display: none;
}

.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #openRightMenu .noDesktopRightToggle {
	display: none;
}

.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #openLeftMenu .noDesktopLeftSidebar,
.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #openLeftMenu .noDesktopLeftToggle,
.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #openRightMenu .noDesktopRightSidebar {
	background: transparent;
	display: block;
	height: auto;
	left: 0;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	top: 0;
  width: 100%;
}

.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #page,
.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #mastheadBackground,
.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar .site-title,
.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar .addCustomLogo,
.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar .noCustomLogo,
.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #site-navigation {
	margin-left: 0;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #footerMenu .widget,
.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #footerInformation .widget {
	display: block;
	width: 100%;
}

.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #footerMenu .widget:nth-child(odd),
.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #footerMenu .widget:nth-child(even),
.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #footerInformation .widget:nth-child(odd),
.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #footerInformation .widget:nth-child(even) {
	padding-left: 0px;
	padding-right: 0px;
}

/* 9. Left Sidebar + Right Toggle + Right Sidebar */
/* DONE */
.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #leftSidebar,
.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #rightSidebar {
	display: none;
}

.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #openLeftMenu .noDesktopLeftToggle {
	display: none;
}

.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #openLeftMenu .noDesktopLeftSidebar,
.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #openRightMenu .noDesktopRightToggle,
.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #openRightMenu .noDesktopRightSidebar {
	background: transparent;
	display: block;
	height: auto;
	left: 0;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	top: 0;
  width: 100%;
}

.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #page,
.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #mastheadBackground,
.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar .site-title,
.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar .addCustomLogo,
.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar .noCustomLogo,
.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #site-navigation {
	margin-left: 0;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #footerMenu .widget,
.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #footerInformation .widget {
	display: block;
	width: 100%;
}

.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #footerMenu .widget:nth-child(odd),
.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #footerMenu .widget:nth-child(even),
.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #footerInformation .widget:nth-child(odd),
.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #footerInformation .widget:nth-child(even) {
	padding-left: 0px;
	padding-right: 0px;
}

/* 10. Left Toggle ONLY */
/* DONE */
.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar.noTopNavigation .rightButton,
.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar.noTopNavigation #openRightMenu,
.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #leftSidebar,
.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #rightSidebar {
	display: none;
}

.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #openLeftMenu .noDesktopLeftSidebar,
.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #openRightMenu .noDesktopRightToggle,
.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #openRightMenu .noDesktopRightSidebar {
	display: none;
}

.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #openLeftMenu .noDesktopLeftToggle {
	background: transparent;
	display: block;
	height: auto;
	left: 0;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	top: 0;
  width: 100%;
}

.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #page,
.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #mastheadBackground,
.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar .site-title,
.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar .addCustomLogo,
.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar .noCustomLogo,
.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #site-navigation {
	margin-left: 0;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #footerMenu .widget,
.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #footerInformation .widget {
	width: 100%;
}

/* 11. Left Toggle + Right Toggle */
/* DONE */
.noLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #leftSidebar,
.noLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #rightSidebar {
	display: none;
}

.noLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #openLeftMenu .noDesktopLeftSidebar,
.noLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #openRightMenu .noDesktopRightSidebar {
	display: none;
}

.noLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #openLeftMenu .noDesktopLeftToggle,
.noLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #openRightMenu .noDesktopRightToggle {
	background: transparent;
	display: block;
	height: auto;
	left: 0;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	top: 0;
  width: 100%;
}

.noLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #page,
.noLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #mastheadBackground,
.noLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar .site-title,
.noLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar .addCustomLogo,
.noLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar .noCustomLogo,
.noLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #site-navigation {
	margin-left: 0;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

/* 12. Left Toggle + Right Sidebar */
/* DONE */
.noLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #leftSidebar,
.noLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #rightSidebar {
	display: none;
}

.noLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #openLeftMenu .noDesktopLeftSidebar,
.noLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #openRightMenu .noDesktopRightToggle {
	display: none;
}

.noLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #openLeftMenu .noDesktopLeftToggle,
.noLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #openRightMenu .noDesktopRightSidebar {
	background: transparent;
	display: block;
	height: auto;
	left: 0;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	top: 0;
  width: 100%;
}

.noLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #page,
.noLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #mastheadBackground,
.noLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar .site-title,
.noLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar .addCustomLogo,
.noLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar .noCustomLogo,
.noLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #site-navigation {
	margin-left: 0;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

/* 13. Left Toggle + Right Toggle + Right Sidebar */
/* DONE */
.noLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #leftSidebar,
.noLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #rightSidebar {
	display: none;
}

.noLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #openLeftMenu .noDesktopLeftSidebar {
	display: none;
}

.noLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #openLeftMenu .noDesktopLeftToggle,
.noLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #openRightMenu .noDesktopRightToggle,
.noLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #openRightMenu .noDesktopRightSidebar {
	background: transparent;
	display: block;
	height: auto;
	left: 0;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	top: 0;
  width: 100%;
}

.noLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #page,
.noLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #mastheadBackground,
.noLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar .site-title,
.noLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar .addCustomLogo,
.noLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar .noCustomLogo,
.noLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #site-navigation {
	margin-left: 0;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

/* 14. Right Toggle ONLY */
/* DONE */
.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar .leftButton,
.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #openLeftMenu,
.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #leftSidebar,
.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #rightSidebar {
	display: none;
}

.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #page,
.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #mastheadBackground,
.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar .site-title,
.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar .addCustomLogo,
.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar .noCustomLogo,
.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #site-navigation {
	margin-left: 0;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #openLeftMenu .noDesktopLeftSidebar,
.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #openLeftMenu .noDesktopLeftToggle,
.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #openRightMenu .noDesktopRightSidebar {
	display: none;
}

.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #openRightMenu .noDesktopRightToggle {
	background: transparent;
	display: block;
	height: auto;
	left: 0;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	top: 0;
  width: 100%;
}

.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #footerMenu .widget,
.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #footerInformation .widget {
	width: 100%;
}

/* 15. Right Toggle + Right Sidebar */
/* DONE */
.noLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar .leftButton,
.noLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #openLeftMenu,
.noLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #leftSidebar,
.noLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #rightSidebar {
	display: none;
}

.noLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #page,
.noLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #mastheadBackground,
.noLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar .site-title,
.noLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar .addCustomLogo,
.noLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar .noCustomLogo,
.noLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #site-navigation {
	margin-left: 0;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

.noLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #openLeftMenu .noDesktopLeftSidebar,
.noLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #openLeftMenu .noDesktopLeftToggle {
	display: none;
}

.noLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #openRightMenu .noDesktopRightToggle,
.noLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #openRightMenu .noDesktopRightSidebar {
	background: transparent;
	display: block;
	height: auto;
	left: 0;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	top: 0;
  width: 100%;
}

/* 16. Right Sidebar ONLY */
/* DONE */
.noLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar .leftButton,
.noLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #openLeftMenu,
.noLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #leftSidebar,
.noLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #rightSidebar {
	display: none;
}

.noLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #page,
.noLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #mastheadBackground,
.noLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar .site-title,
.noLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar .addCustomLogo,
.noLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar .noCustomLogo,
.noLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #site-navigation {
	margin-left: 0;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

.noLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #openRightMenu .noDesktopRightSidebar {
	background: transparent;
	display: block;
	height: auto;
	left: 0;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	top: 0;
  width: 100%;
}

.noLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #openLeftMenu .noDesktopLeftSidebar,
.noLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #openLeftMenu .noDesktopLeftToggle,
.noLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #openRightMenu .noDesktopRightToggle {
	display: none;
}

#site-navigation {
	display: none;
}

.activeLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #colophon,
.activeLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #colophon,
.activeLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #colophon,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #colophon,
.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #colophon,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #colophon,
.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #colophon,
.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #colophon,
.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #colophon,
.noLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #colophon,
.noLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #colophon,
.noLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #colophon,
.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #colophon,
.noLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #colophon,
.noLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #colophon {
	/* width: 100%; */
}