#mobilenav{
	display: none;
	position: absolute;
    z-index: 10;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    right: 0;
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
@media only screen and (max-width:1050px) {
	article.grid > .pane.grid4 {
	  width: 38%;
	}
	article.grid > .pane.grid8 {
	  width: 61%;
	}
	.gt-large {
  margin-left: 0;
  margin-right: 0;
}
	aside > .block {
  background-color: var(--light-gold);
  padding: 30px;
  margin-left: 0px;
  font-size: 16px;
}
	aside .entity .pane.grid6 {
  width: 100%;
  padding: 0 10px 20px;
}
	aside .grid.gt-tiny .field-item.pane.grid11 {
  padding-top: 4px;
  color: black;
  width: calc(100% - 30px);
}
	aside .grid.gt-tiny .label {
  font-size: 0px;
  color: transparent;
  width: 30px;
}
}

@media only screen and (max-width:950px) {
.hamburger {
  display: none;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
    font-weight: inherit;
    font-size: inherit;
font-size: 18px;
color: white;
text-transform: uppercase;
background-color: #000;
border: 0;
margin: 35px 0 0 30px;
overflow: visible;
padding: 10px 20px;
letter-spacing: 0;
font-weight: bold;
	
	}
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.active:hover {
    opacity: 0.7; }
  .hamburger.active .hamburger-inner,
  .hamburger.active .hamburger-inner::before,
  .hamburger.active .hamburger-inner::after {
    background-color: #fff; 
	
	}

.hamburger-box {
  width: 30px;
  height: 13px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 2px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
	margin-bottom: 4px;
}
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -6px; }
  .hamburger-inner::after {
    bottom: -10px; }
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
margin-top: 0}
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.active .hamburger-inner::after {
    bottom: -4px;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
	.frontpage .bundle-shortcuts {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
	header #menu-bar .submenu-dropdown {
    display: none;
		position: absolute;
background-color: #000;
width: 350px;
right: 21px;
z-index: 9;
}
	.topbar .top-inner .topnav {
    float: right;
    display: none;
}
	#menu-bar ul.menu.menu-level-0 > li > a {
    color: white;
    line-height: 140%;
    padding: 0 25px;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif !important;
    text-transform: uppercase;
    font-size: 17px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    width: auto;
    font-weight: bold;
    padding: 15px 15px !important;
}
	#menu-bar ul.menu > li.level-1 {
    display: inline-block;
    border-left: 0px solid #dcdcdc;
    display: block;
    border-bottom: 1px solid white;
}
	#menu-bar ul.menu.menu-level-0 > li.open > a::after, #menu-bar ul.menu.menu-level-0 > li.menu-item--active-trail > a::after {
    color: white;
    content: none;
    font-family: "fontello-spl";
}
	#menu-bar ul.menu > li.level-1:last-child {
    border-right: 0px solid #dcdcdc;
}
	
	#burgerBtn{
		display: block;
	}
	#mobileBodyContent {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100vh;
/*overflow-y: scroll;*/

  visibility: visible;
		margin-left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -khtml-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
		background-color: white;
}
	.navigation #burgerBtn {
  border-color: transparent;
		
}
.navigation #burgerBtn:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 33px;
  left: -2px;
	background-color: white;
}
.navigation #burgerBtn:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -khtml-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 10px;
  width: 33px;
  left: -2px;
	background-color: white;
}
	.navigation #mobileBodyContent {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -khtml-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  margin-left: -320px;
		overflow: hidden;
}
	#mobile.navigation #mobilenav{
    position: absolute;
    z-index: 10;
    list-style-type: none;
    margin: 20% 20px 0 20px;
    padding: 0;
    overflow: hidden;
    right: 0;
	display: block;
		width: 280px;
		-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
#mobile.navigation #mobilenav a{
	color: white;
	color: white;
	line-height: 200%;
	font-size: 24px;
	font-weight: 400;
}
	#mobile #mobilenav li{
		opacity: 0:
			-webkit-transition: all 0.9s ease-in;
  -moz-transition: all 0.9s ease-in;
  -khtml-transition: all 0.9s ease-in;
  -o-transition: all 0.9s ease-in;
  transition: all 0.9s ease-in;
	}
	#mobile.navigation #mobilenav li{
	-webkit-transition: all 0.9s ease-in;
  -moz-transition: all 0.9s ease-in;
  -khtml-transition: all 0.9s ease-in;
  -o-transition: all 0.9s ease-in;
  transition: all 0.9s ease-in;
	opacity: 1:
}
#nav {
    position: absolute;
    z-index: 10;
    list-style-type: none;
    margin: 100px 20px 0 20px;
    padding: 0;
    overflow: hidden;
    right: 0;
}
#burgerBtn:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    left: 0;
    background: #000;
    top: 7px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
#burgerBtn:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    left: 0;
    background:  #000;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
#mobile {
    /*background: var(--orange);*/
	position: relative;
    margin: 0px auto;
	transition: all 0.5s ease-in-out;
	display: flex;
}
#mobile.navigation {
    background: #000;
	position: relative;
    margin: 0px auto -43px;
	transition: all 0.5s ease-in-out;
	
}
	#burgerBtn {
    border-top: 2px solid #000;
    height: 20px;
    width: 30px;
    box-sizing: border-box;
    position: absolute;
    z-index: 30;
    right: 26px;
    top: 35px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: block;
}
	header .gt-medium {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}
	header .gt-medium > .pane.grid8 {
  max-width: 750px;
  padding-right: 60px;
}
	#logo {
  padding: 0.5em 0;
}
	.frontpage .field-files .link, .frontpage .field-links .link {
  margin-bottom: 15px;
}

	.masonry-grid .masonry-item.pane {
  width: calc(50% - 15px) !important;
		margin-bottom: 15px;
}
	.block.block-subtheme-content {
  min-width: unset;
  padding: 0;
}
	.ta-right {
  text-align: left;
  margin-bottom: 30px;
}
	.wrapper.footbottom {
  padding-top: 0 !important;
  text-align: left;
  display: block;
  justify-content: end;
  padding-right: 40px;
}
	footer.footer {
  border: 0px solid white;
  background-color: var(--gold);
  color: white;
  font-size: 16px;
  line-height: 140%;
  line-height: 160%;
  padding: 0px 10px 50px;
}
	.block-subtheme-breadcrumbs{
		display: none;
	}
	.bundle.bundle-shortcuts {
  display: flex;
  gap: 20px;
}
    .shortcut-wrapper.image {
    max-width: 48%;
}
	.bundle-links a.shortcut-link, .bundle-shortcuts a.shortcut-link {
  /*padding: 5px 30px 5px 0;*/
}
	header .bundle.bundle-shortcuts {
  display: flex;
  gap: 10px;
}
	header .shortcut-wrapper.svg-icon {
  background: hsla(0,0%,75%,.05);
  border: 0px solid #f5f5f5;
    border-bottom-color: rgb(245, 245, 245);
    border-bottom-style: solid;
    border-bottom-width: 0px;
  border-bottom: 0px solid #f5f5f5;
  border-radius: 4px;
  transition: all .4s;
  height: 20px;
  display: inline-block;
  margin-left: 0px;
  position: relative;
  margin-top: 10px !important;
  margin-bottom: 0px;
  width: 20px;
}
	.button, input[type="button"] {
  margin-bottom: 20px;
}
	aside > .block {
  background-color: var(--light-gold);
  padding: 20px;
  margin-left: 0;
  font-size: 16px;
}
	aside .field.grid.gt-tiny{
		margin-bottom: 10px;
	}
	aside .grid.gt-tiny .label {
  width: 30px;
}
	aside .grid.gt-tiny .field-item.pane {
  width: 88%;
}
    .glossary .columns {
    column-count: 2;
    display: block;
    margin: 1.333em 0 0;
    width: 100%;
}
}

@media only screen and (max-width:768px) {
	article.grid > .pane.grid4 {
	  width: 100%;
	}
	article.grid > .pane.grid8 {
	  width: 100%;
	}
	header .gt-medium > .pane.grid8 {
  max-width: 450px;
  padding-right: 60px;
  margin-top: -15px;
}
	.search > .desktop:last-of-type {
  width: 100%;
  max-width: 150px;
}
}
@media only screen and (max-width:600px) {
	.bundle-gallery .gallery .gallery-wrapper .iblock, .bundle-gallery .gallery .gallery-wrapper .large-thumbnail, .bundle-gallery .gallery .gallery-wrapper .thumbnail {
  margin: 0 10px 0 0;
  width: calc(50% - 10px);
  border-radius: 10px;
  overflow: hidden;
}
	.overview-menu ul.menu.menu-level-0 {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}
	.desktop{display: none;}
	.mobile .shortcut-wrapper {
  background: transparent;
  border: 0px solid var(--gold);
  border-bottom: 0px solid var(--gold);
  border-radius: 0px;
  transition: all .4s;
  border-left: 0px;
  border-right: 0px;
  width: 30px;
  border-radius: 60px;
  margin-top: 0 !important;
  margin-bottom: 20px;
  display: inline-block;
  float: left;
  margin-right: 20px;
		position: relative;
}
	.grid.gt-tiny .field-item.pane {
  max-width: calc(100% - 100px);
}
	.grid.gt-tiny .label {
  max-width: 100px;
		width: 100% !important;
}
	#entity-info .grid.gt-tiny .label {
  max-width: 30px;
		width: 100% !important;
}
	.mobile .svg-icon img.lazy {
  display: block !important;
  max-width: 30px;
}
	.mobile .svg-image-wrap{
  position: absolute;
  width: 40px;
}
	.desktop{display: none}
	.mobile{display: block}
	.dp-grid-item.search {
  display: flex;
  justify-content: start;
  padding-top: 9px;
}
	.mobile ::-webkit-input-placeholder {
  color: var(--gold);
  opacity: .90
}
	.overlay2 #edit-submit-search {
  background-image: url(/themes/custom/subtheme/css/search-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 32px;
  font-size: 1px;
  color: transparent;
  height: 41px;
  border: 0px solid white;
  width: 42px;
  border-radius: 0;
}
	.overlay2 #edit-actions{
	position: absolute;
	top: 0;
	right: 0;
	}
		.masonry-grid .masonry-item.pane {
  width: 100% !important;
		margin-bottom: 15px;
}
		.masonry-grid {
  display: block;
}
	#e2e-paragraphs-overview-form {
  display: block;
  width: 100%;
  align-items: end;
}
	#Overview-Filter-Form form > div {
  display: inline-block;
  margin: 0 10px 20px 0;
  max-width: 100%;
  vertical-align: top;
  width: 100%;
}
	article.grid > .pane.grid8, article.grid > .pane.grid4{
		width: 100%;
	}
	header .gt-medium > .pane.grid8{
		margin-top: 0px;
	}
	.block .breadcrumb{
		display: none;
	}
	#mobile.navigation #mobilenav ul.menu-level-0 > li > .menu-dropdown{
		display: none;
	}
	.page.sticky.grid.gt-medium .grid8 {
  padding-right: 0px;
}
	td::before {
  content: none;
}
	td, th {
  border: 0px solid #ccc;
}
	tr {
  border-bottom: 1px solid #ccc;
}
	table{
		min-width: unset;
	}
	.table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 3px solid #ccc;
      display:block;
      
   }
	.table-responsive-stack td,
.table-responsive-stack th {
   display:block;
/*      
   flex-grow | flex-shrink | flex-basis   */
   -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
   font-weight: bold;
}
	/*.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}*/

	td:before {
    content: none;
}
	table td{
		margin: 0px !important;
    padding: 10px !important;
	}
   /*  IE9 FIX   */
   .table-responsive-stack td {
      float: left\9;
      width:100%;
	   margin: 0px !important;
    padding: 10px !important;
   }
	tbody > tr > th{display: block !important;}
	.field.field-media{
	position: relative;
  padding-bottom: 56.25%;
}
.field.field-media > iframe{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
    .glossary .columns {
    column-count: 1;
    display: block;
    margin: 1.333em 0 0;
    width: 100%;
}
    .bundle-magazines .bundle.bundle-magazine a:focus{
    position: unset;
}
    	.bundle.bundle-shortcuts {
  display: block;
  gap: 20px;
}
    .shortcut-wrapper.image {
    max-width: 100%;
}
}