/* localmediaworks 1.0.0 19-04-2021 13:24 */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}
.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
}
.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger-inner:before {
  top: -10px;
}
.hamburger-inner:after {
  bottom: -10px;
}
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent !important;
}
.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent !important;
}
.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent !important;
}
.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent !important;
}
.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important;
}
.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important;
}
.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}
.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}
.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}
.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}
.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}
.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg);
}
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}
.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}
.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}
.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}
.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}
.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}
.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}
.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}
.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}
.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}
.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}
.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
  transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  opacity: 0;
}
.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}
.hamburger--slider .hamburger-inner:after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}
.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}
.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}
.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}
.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}
.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear 0.13s;
}
.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}
.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}
.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
}
.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}
.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent !important;
}
.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}
.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}
.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}
.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent !important;
}
.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}
.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}
.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}
.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}
.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}
.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg);
}
.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}
.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}
.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}
.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg);
}
.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
}
.site_wrapper {
  max-width: 1900px;
  margin: 0 auto;
}
.row {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row.row_pad {
  padding: 36px 0;
}
.row.row_pad + .row_pad {
  padding: 0 0 36px 0;
}
.row.row_full {
  width: 100%;
}
.row_full {
  clear: both;
}
.row_pad {
  padding: 36px 0;
}
.row_white {
  background-color: #fff;
}
.row_purple {
  background-color: #e7610c;
}
.row_paleGreen {
  background-color: #aadbd3;
}
.row_green {
  background-color: #aadbd3;
}
.title_banner + .row_white {
  margin-top: -36px;
}
[class*='gd_'] {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 9px;
  position: relative;
}
[class*='gd_'] [class*='gd_']:first-of-type {
  padding-left: 0;
}
[class*='gd_'] [class*='gd_']:last-of-type {
  padding-right: 0;
}
[class*='gd_'] img {
  max-width: 100%;
}
.no_gutter [class*='gd_'] {
  padding: 0;
}
.gd_1 {
  width: 100%;
}
.gd_1_2 {
  width: 50%;
}
.gd_1_3 {
  width: 33.33%;
}
.gd_1_4 {
  width: 25%;
}
.gd_1_5 {
  width: 20%;
}
.gd_1_6 {
  width: 16.66666667%;
}
.gd_1_7 {
  width: 14.28571429%;
}
.gd_2_3 {
  width: 66.66%;
}
.gd_3_4 {
  width: 75%;
}
.gd_2_5 {
  width: 40%;
}
.gd_3_5 {
  width: 60%;
}
.gd_copy {
  width: 980px;
  margin: 0 auto;
  float: none;
}
.pad_right {
  padding-right: 60px;
}
.pad_left {
  padding-left: 60px;
}
.content_box {
  background-color: #fff;
  padding: 18px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.1);
  display: block;
}
.content_box + .content_box {
  margin-top: 18px;
}
.module_list_item_wrapper .gd_1_2:nth-of-type(2n) {
  padding-right: 0;
}
.module_list_item_wrapper .gd_1_2:nth-of-type(2n+1) {
  clear: both;
  padding-left: 0;
}
.gd_1_5:nth-of-type(5n) {
  padding-right: 0;
}
/*.gd_1_5:nth-of-type(5n+1) {
    clear: both;
    padding-left:0;
}*/
.site_palette span {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  color: #fff;
  padding: 5px;
  line-height: 1;
}
.site_palette span:nth-child(1) {
  background-color: #f1f5da;
}
.site_palette span:nth-child(1):after {
  content: "#f1f5da";
}
.site_palette span:nth-child(2) {
  background-color: #e7610c;
}
.site_palette span:nth-child(2):after {
  content: "#e7610c";
}
.site_palette span:nth-child(3) {
  background-color: #d6e27d;
}
.site_palette span:nth-child(3):after {
  content: "#d6e27d";
}
.site_palette span:nth-child(4) {
  background-color: #cad357;
}
.site_palette span:nth-child(4):after {
  content: "#cad357";
}
.site_palette span:nth-child(5) {
  background-color: #f0f0f0;
}
.site_palette span:nth-child(5):after {
  content: "#f0f0f0";
}
body {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-family: 'poppins';
  color: #696969;
}
.body_text {
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-family: 'poppins';
  color: #696969;
}
.h1 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.06em;
  display: block;
  margin-bottom: 20px;
  color: #262626;
  line-height: 1.1;
}
.h2 {
  font-size: 30px;
  display: block;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #e7610c;
}
.h3 {
  font-size: 25px;
  display: block;
  font-weight: normal;
  margin-bottom: 20px;
  color: #e7610c;
}
.h4 {
  font-size: 20px;
  display: block;
  font-weight: normal;
  margin-bottom: 20px;
  color: #404040;
}
.item_link {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.2;
}
.small_text {
  font-size: 14px;
}
.micro_text {
  font-size: 12px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
.h1,
.h2,
.h3,
.h4 {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child {
  margin-bottom: 0;
}
h1 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.06em;
  display: block;
  margin-bottom: 20px;
  color: #262626;
  line-height: 1.1;
  margin-top: 0;
  clear: both;
}
h1:last-child {
  margin-bottom: 0;
}
h1:last-child {
  margin-bottom: 0;
}
h2 {
  font-size: 30px;
  display: block;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #e7610c;
  margin-top: 0;
}
h2:last-child {
  margin-bottom: 0;
}
h2:last-child {
  margin-bottom: 0;
}
h3 {
  font-size: 25px;
  display: block;
  font-weight: normal;
  margin-bottom: 20px;
  color: #e7610c;
  margin-top: 0;
}
h3:last-child {
  margin-bottom: 0;
}
h3:last-child {
  margin-bottom: 0;
}
h4 {
  font-size: 20px;
  display: block;
  font-weight: normal;
  margin-bottom: 20px;
  color: #404040;
  margin-top: 0;
}
h4:last-child {
  margin-bottom: 0;
}
h4:last-child {
  margin-bottom: 0;
}
h5 {
  font-size: 20px;
  display: block;
  font-weight: normal;
  margin-bottom: 20px;
  color: #404040;
  margin-top: 0;
}
h5:last-child {
  margin-bottom: 0;
}
h5:last-child {
  margin-bottom: 0;
}
h6 {
  font-size: 20px;
  display: block;
  font-weight: normal;
  margin-bottom: 20px;
  color: #404040;
  margin-top: 0;
}
h6:last-child {
  margin-bottom: 0;
}
h6:last-child {
  margin-bottom: 0;
}
p {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-family: 'poppins';
  color: #696969;
}
a {
  text-decoration: none;
  color: inherit;
}
p a,
td a,
ul a,
ol a {
  color: #e7610c;
  text-decoration: underline;
}
p a:hover,
td a:hover,
ul a:hover,
ol a:hover {
  color: #f36e19;
  text-decoration: none;
}
.content_control ul:not(.slick-dots):not(.chosen-results),
.content_control ol {
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-family: 'poppins';
  color: #696969;
  padding: 0 0 20px;
  overflow: auto;
}
.content_control ul:not(.slick-dots):not(.chosen-results) li,
.content_control ol li {
  list-style-type: none;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
.content_control ul:not(.slick-dots):not(.chosen-results) li:before,
.content_control ol li:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.92820323px;
  border-left-color: #e7610c;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  position: absolute;
  left: 0;
  top: 0.7em;
}
.content_control ul:not(.slick-dots):not(.chosen-results) a,
.content_control ol a {
  color: #e7610c;
}
.content_control ul:not(.slick-dots):not(.chosen-results) a:hover,
.content_control ol a:hover {
  color: #e7610c;
}
strong {
  color: #f1f5da;
}
.button {
  display: inline-block;
  padding: 6px 20px;
  line-height: 1;
  background-color: transparent;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  border: 0px none;
  font-size: 16px;
  border: 1px solid #000;
}
.button:hover {
  color: #fff;
  background-color: #0d0d0d;
}
.button.alt {
  color: #000;
  background-color: #f1f5da;
}
.button.alt:hover {
  color: #000;
  background-color: #e9f0c6;
}
.button.primary {
  padding: 15px;
}
.button.mini {
  padding: 5px 10px;
  font-size: 14px;
}
.button.button_action {
  padding: 10px 50px;
}
.button.vote {
  padding: 10px;
  background-position: 5px 5px;
  color: #f1f5da;
  padding: 11px 23px 10px 43px;
  background-color: #6e368c;
  border-color: #fff;
  color: #fff;
  background-image: url("/CMS_Themes/LNW/AppImages/icon_vote.png");
  background-position: 10px 8px;
  background-repeat: no-repeat;
  color: #d6e27d;
  font-size: 20px;
  max-width: 42px;
  display: block;
  margin: 0 auto;
}
.button + .button {
  margin-left: 5px;
}
.button_field {
  display: inline-block;
  padding: 6px 20px;
  line-height: 1;
  background-color: transparent;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  border: 0px none;
  font-size: 16px;
  border: 1px solid #000;
}
.button_field:hover {
  color: #fff;
  background-color: #0d0d0d;
}
.button_field.alt {
  color: #000;
  background-color: #f1f5da;
}
.button_field.alt:hover {
  color: #000;
  background-color: #e9f0c6;
}
.button_field.primary {
  padding: 15px;
}
.button_field.mini {
  padding: 5px 10px;
  font-size: 14px;
}
.button_field.button_action {
  padding: 10px 50px;
}
.button_field.vote {
  padding: 10px;
  background-position: 5px 5px;
  color: #f1f5da;
  padding: 11px 23px 10px 43px;
  background-color: #6e368c;
  border-color: #fff;
  color: #fff;
  background-image: url("/CMS_Themes/LNW/AppImages/icon_vote.png");
  background-position: 10px 8px;
  background-repeat: no-repeat;
  color: #d6e27d;
  font-size: 20px;
  max-width: 42px;
  display: block;
  margin: 0 auto;
}
.button_field:hover {
  color: #fff;
  background-color: #0d0d0d;
}
.button_field.alt {
  color: #000;
  background-color: #f1f5da;
}
.button_field.alt:hover {
  color: #000;
  background-color: #e9f0c6;
}
.button_field.primary {
  padding: 15px;
}
.button_field.mini {
  padding: 5px 10px;
  font-size: 14px;
}
.button_field.button_action {
  padding: 10px 50px;
}
.button_field.vote {
  padding: 10px;
  background-position: 5px 5px;
  color: #f1f5da;
  padding: 11px 23px 10px 43px;
  background-color: #6e368c;
  border-color: #fff;
  color: #fff;
  background-image: url("/CMS_Themes/LNW/AppImages/icon_vote.png");
  background-position: 10px 8px;
  background-repeat: no-repeat;
  color: #d6e27d;
  font-size: 20px;
  max-width: 42px;
  display: block;
  margin: 0 auto;
}
h2 .button {
  margin-left: 18px;
}
.download_link {
  color: #000;
  padding-left: 35px;
  display: block;
  background-repeat: no-repeat;
  line-height: 1.2;
  background-image: url(/CMS_Themes/LNW/AppImages/icon_download.gif);
  background-position: left 2px;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  min-height: 40px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 40px;
  /*&.ppt,
    &[href*="ppt"] {
        background-image: url(/AppImages/2014/file_ppt.gif);
    }
    &.pdf,
    &[href*="pdf"] {
        background-image: url(/AppImages/2014/file_pdf.gif);
    }*/
}
.download_link strong {
  display: block;
}
.download_link:hover {
  color: #e7610c;
  /*background-position: left -102px;*/
}
iframe {
  border: 0px none;
}
table.no_border {
  border: 0px none;
}
table.no_border th {
  text-align: left;
  vertical-align: top;
  padding-bottom: 5px;
}
table.no_border td {
  padding-bottom: 5px;
}
blockquote {
  font-size: 21px;
  margin-top: 36px;
  margin-bottom: 36px;
  border-top: 1px solid #d6e27d;
  border-bottom: 1px solid #d6e27d;
  padding: 18px 0;
}
blockquote p {
  font-size: 21px;
  margin-bottom: 18px;
  color: #e7610c;
}
blockquote p:first-of-type:before {
  content: "“";
  display: inline-block;
  margin-right: 3px;
}
blockquote p:last-of-type:after {
  content: "”";
  display: inline-block;
  margin-left: 3px;
}
blockquote cite {
  font-size: 14px;
  font-style: normal;
  color: #000;
}
table.table_data {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 36px;
}
table.table_data th,
table.table_data td {
  border-bottom: 1px solid #f0f0f0;
}
table.table_data th {
  padding: 10px;
  vertical-align: top;
  font-weight: bold;
  text-align: left;
}
table.table_data th:first-of-type {
  padding-left: 0;
}
table.table_data th:last-of-type {
  padding-right: 0;
}
table.table_data td {
  padding: 10px;
  vertical-align: top;
  position: relative;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
table.table_data td:first-of-type {
  padding-left: 0;
}
table.table_data td:last-of-type {
  padding-right: 0;
}
table.table_data tr:hover td {
  background-color: #fbcaab;
}
select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  margin: 5px 0;
  height: 30px;
}
input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: none;
  margin: 5px 0;
  height: 30px;
  padding: 5px;
}
.chosen-container,
.chosen-container .chosen-results li {
  font-weight: normal;
}
.img_left {
  float: left;
  margin: 0 36px 18px -18px;
  max-width: 45%;
}
.img_right {
  float: right;
  margin: 0 -18px 18px 36px;
  max-width: 45%;
}
.site_selection {
  display: none;
}
html {
  color: #000;
  background: white;
  padding: 0;
  overflow-x: hidden;
}
body {
  position: relative;
  overflow-x: hidden;
}
.site_wrapper {
  margin: 0;
  max-width: initial !important;
}
/*** PAGE STRUCTURE ***/
.content,
#content {
  padding: 20px 0;
}
.content_control {
  padding-top: 250px;
}
.removeme,
#FreezePane {
  display: none !important;
}
.journalism-matters-home section {
  position: relative;
  background-size: cover;
}
.journalism-matters-home section.hero {
  height: 585px;
  padding-top: 200px;
}
@media all and (max-width: 1080px) {
  .journalism-matters-home section.hero {
    padding-top: 500px;
  }
}
.journalism-matters-home section .hero-img {
  position: absolute;
}
.journalism-matters-home section .hero-mockup {
  left: 180px;
  bottom: -50px;
  transform: translateX(-350px);
  transition: 1s;
  z-index: 2;
}
.journalism-matters-home section .hero-mockup.animate {
  transform: translateX(0);
}
@media all and (max-width: 1080px) {
  .journalism-matters-home section .hero-mockup.animate {
    transform: translateY(50%);
  }
}
@media all and (max-width: 1770px) {
  .journalism-matters-home section .hero-mockup {
    left: 50px;
  }
}
@media all and (max-width: 1080px) {
  .journalism-matters-home section .hero-mockup {
    left: -60px;
    bottom: 27%;
    width: 350px;
  }
}
.journalism-matters-home section .hero-newspaper {
  bottom: -30px;
  right: 180px;
  transform: translateX(350px);
  transition: 1s;
  z-index: 1;
}
.journalism-matters-home section .hero-newspaper.animate {
  transform: translateX(0);
}
@media all and (max-width: 1770px) {
  .journalism-matters-home section .hero-newspaper {
    right: 50px;
  }
}
@media all and (max-width: 1500px) {
  .journalism-matters-home section .hero-newspaper {
    left: 20%;
  }
}
@media all and (max-width: 1080px) {
  .journalism-matters-home section .hero-newspaper {
    bottom: 5px;
  }
}
.journalism-matters-home .row {
  display: flex;
  width: 100%;
}
@media all and (min-width: 1200px) {
  .journalism-matters-home .row:not(.row--calendar) {
    min-height: 600px;
  }
}
.journalism-matters-home .row--calendar {
  flex-direction: column;
}
.journalism-matters-home .row--calendar .col {
  width: 100%;
}
.journalism-matters-home .row--calendar h1 {
  padding: 130px 70px 0px 70px;
  margin-bottom: 65px;
  text-transform: initial;
  letter-spacing: -0.06em;
  color: #262626;
  font-size: 48px;
  font-weight: 600;
}
@media all and (max-width: 1100px) {
  .journalism-matters-home .row--calendar h1 {
    padding: 100px 30px 0px 30px;
  }
}
@media all and (max-width: 500px) {
  .journalism-matters-home .row--calendar h1 {
    font-size: 30px;
    padding-right: 85px;
  }
}
.journalism-matters-home .row--calendar h2 {
  text-transform: initial;
  letter-spacing: -0.06em;
  color: #fff;
  padding: 15px 20px;
  font-size: 30px;
  width: -webkit-fill-available;
  width: -moz-available;
  border-right: 1px solid #fff;
  margin: 0;
  font-weight: 400;
}
.journalism-matters-home .row--calendar h2:first-of-type {
  border-left: 1px solid #fff;
}
.journalism-matters-home .row--calendar h2:last-of-type {
  border: none;
}
.journalism-matters-home .row--calendar .days {
  display: flex;
  background: linear-gradient(45deg, #f29222 0%, #e7610c 50%, #e43b24 100%);
}
.journalism-matters-home .row--calendar .days::before {
  content: "";
  width: 300px;
}
@media all and (max-width: 1100px) {
  .journalism-matters-home .row--calendar .days {
    display: none;
  }
}
.journalism-matters-home .row--calendar .events {
  display: flex;
  padding: 0px 0px 130px 67px;
}
.journalism-matters-home .row--calendar .events .col {
  width: -webkit-fill-available;
  padding: 15px 20px;
  padding-top: 30px;
}
@media all and (max-width: 1100px) {
  .journalism-matters-home .row--calendar .events .col {
    padding: 0;
  }
  .journalism-matters-home .row--calendar .events .col--before::before {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    padding: 10px 30px;
    background: linear-gradient(45deg, #f29222 0%, #e7610c 50%, #e43b24 100%);
    margin-bottom: 30px;
  }
  .journalism-matters-home .row--calendar .events .col--monday::before {
    content: "Monday";
  }
  .journalism-matters-home .row--calendar .events .col--wednesday::before {
    content: "Wednesday";
  }
  .journalism-matters-home .row--calendar .events .col--thursday::before {
    content: "Thursday";
  }
  .journalism-matters-home .row--calendar .events .col--friday::before {
    content: "Friday";
  }
}
@media all and (max-width: 1100px) {
  .journalism-matters-home .row--calendar .events {
    display: block;
    padding: 0;
  }
}
.journalism-matters-home .row--calendar .date {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.06em;
  color: #e7610c;
  margin-bottom: 5px;
}
@media all and (max-width: 1100px) {
  .journalism-matters-home .row--calendar .date {
    padding: 0 30px;
  }
}
.journalism-matters-home .row--calendar .abstract {
  font-size: 27px;
  color: #696969;
  line-height: 36px;
  letter-spacing: -0.05em;
}
@media all and (max-width: 1100px) {
  .journalism-matters-home .row--calendar .abstract {
    font-size: 18px;
    padding: 30px;
    padding-top: 0;
    line-height: 25px;
  }
}
.journalism-matters-home .row--calendar .abstract:last-of-type {
  padding-right: 40px;
}
@media all and (max-width: 1080px) {
  .journalism-matters-home .row {
    display: block;
  }
}
.journalism-matters-home .col {
  position: relative;
  width: 50%;
}
.journalism-matters-home .col--left,
.journalism-matters-home .col--right {
  padding: 165px 190px 165px 105px;
}
@media all and (max-width: 1400px) {
  .journalism-matters-home .col--left,
  .journalism-matters-home .col--right {
    padding: 100px;
    padding-bottom: 150px;
  }
}
@media all and (max-width: 500px) {
  .journalism-matters-home .col--left,
  .journalism-matters-home .col--right {
    padding: 100px 50px 150px 50px;
  }
}
.journalism-matters-home .col--left {
  background-color: #E5E5E5;
}
.journalism-matters-home .col--right {
  background-size: cover;
  background-position: 50%;
}
@media all and (max-width: 1684px) {
  .journalism-matters-home .col--right {
    background-position: 0%;
  }
}
@media all and (max-width: 1080px) {
  .journalism-matters-home .col--right {
    height: 200px;
  }
}
@media all and (max-width: 500px) {
  .journalism-matters-home .col--right {
    padding: 0;
    padding-bottom: 150px;
  }
}
.journalism-matters-home .col p {
  color: #696969;
  font-size: 27px;
  letter-spacing: -0.05em;
  line-height: 36px;
  font-weight: 400;
}
@media all and (max-width: 600px) {
  .journalism-matters-home .col p {
    font-size: 18px;
    line-height: 25px;
  }
}
.journalism-matters-home .col p:last-of-type {
  margin: 0;
}
@media all and (max-width: 1100px) {
  .journalism-matters-home .col {
    width: auto;
  }
}
.journalism-matters-home .button {
  position: absolute;
  width: 225px;
  height: 225px;
  background-color: #e43b24;
  border-radius: 50%;
  transition: 0.2s;
  border: none !important;
  outline: none;
  z-index: 2;
}
.journalism-matters-home .button--hero {
  bottom: 55px;
  right: 55px;
}
.journalism-matters-home .button--1 {
  top: 55px;
  right: 55px;
}
@media all and (max-width: 500px) {
  .journalism-matters-home .button--1 {
    top: 20px;
    right: 20px;
  }
}
.journalism-matters-home .button--2 {
  bottom: 55px;
  right: 55px;
}
@media all and (max-width: 500px) {
  .journalism-matters-home .button--2 {
    bottom: 20px;
    right: 20px;
  }
}
.journalism-matters-home .button a {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.06em;
  text-decoration: none;
}
@media all and (max-width: 1080px) {
  .journalism-matters-home .button a {
    font-size: 18px;
    font-weight: 900;
    line-height: 25px;
  }
}
.journalism-matters-home .button:hover {
  transform: translate(-2px, -2px);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.07);
  background-color: #e7610c;
}
@media all and (max-width: 1080px) {
  .journalism-matters-home .button {
    width: 150px;
    height: 150px;
    z-index: 2;
  }
}
.logos__download {
  display: flex;
}
.logos__download a {
  display: flex;
  align-items: center;
  color: #e43b24;
}
.logos__download img {
  margin-right: 20px;
}
.header_logo {
  display: block;
  float: left;
  padding-left: 9px;
}
.header_logo img {
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.header_logo a + a img {
  margin-left: 20px;
  height: auto;
  margin-bottom: 10px;
}
.row_header .header_right {
  float: right;
  padding-right: 18px;
}
.header_search {
  border: 1px solid #000;
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  margin-left: 5px;
}
.header_search .input_wrapper {
  display: inline-block;
  width: auto;
  height: 24px;
  vertical-align: top;
  background-color: transparent;
  line-height: 24px;
}
.header_search .input_wrapper .search_box {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  padding: 0;
  height: 24px;
  width: 70px;
  text-indent: 5px;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.header_search .input_wrapper .search_box:focus {
  width: 170px;
  outline: none;
}
.header_search .search_button {
  display: inline-block;
  width: 26px;
  height: 24px;
  background-image: url("/CMS_Themes/LNW/AppImages/icon_search-2016.gif");
  background-repeat: no-repeat;
  background-position: center;
  border: 0 none;
  border-radius: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.action_bar {
  position: absolute;
  right: 0;
  top: 20px;
}
.action_bar a {
  vertical-align: middle;
}
a.icon_twitter {
  display: inline-block;
  max-width: 30px;
  margin-left: 10px;
}
.footer_address {
  float: left;
  color: #fff;
  font-size: 14px;
  line-height: 2.2;
}
.footer_logos {
  float: right;
}
.footer_logos a {
  display: inline-block;
  margin-left: 20px;
}
.footer_links {
  float: left;
  color: #fff;
  font-size: 14px;
}
.footer_links a {
  color: #fff;
  text-decoration: none;
}
.footer_links a:before {
  content: '|';
  display: inline-block;
  padding: 0 10px;
}
.footer_links a:hover {
  color: #fff;
  text-decoration: underline;
}
.senior_link {
  float: right;
  color: #fff;
  font-size: 14px;
}
.senior_link:hover {
  color: #fff;
  text-decoration: underline;
}
.contributor_item {
  /*height:200px;*/
  position: relative;
  overflow: hidden;
}
.contributor_item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.contributor_item .cb_html {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #e7610c;
  color: #fff;
  opacity: 0;
  -moz-transition: all 700ms;
  -o-transition: all 700ms;
  -webkit-transition: all 700ms;
  transition: all 700ms;
}
.contributor_item .item_content {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
}
.contributor_item .item_content:after {
  content: 'Vote';
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  padding: 6px 20px;
  line-height: 1;
  background-color: transparent;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  border: 0px none;
  font-size: 16px;
  border: 1px solid #000;
  display: block;
  border-color: #fff;
  color: #fff;
}
.contributor_item .item_content:after:hover {
  color: #fff;
  background-color: #0d0d0d;
}
.contributor_item .item_content:after.alt {
  color: #000;
  background-color: #f1f5da;
}
.contributor_item .item_content:after.alt:hover {
  color: #000;
  background-color: #e9f0c6;
}
.contributor_item .item_content:after.primary {
  padding: 15px;
}
.contributor_item .item_content:after.mini {
  padding: 5px 10px;
  font-size: 14px;
}
.contributor_item .item_content:after.button_action {
  padding: 10px 50px;
}
.contributor_item .item_content:after.vote {
  padding: 10px;
  background-position: 5px 5px;
  color: #f1f5da;
  padding: 11px 23px 10px 43px;
  background-color: #6e368c;
  border-color: #fff;
  color: #fff;
  background-image: url("/CMS_Themes/LNW/AppImages/icon_vote.png");
  background-position: 10px 8px;
  background-repeat: no-repeat;
  color: #d6e27d;
  font-size: 20px;
  max-width: 42px;
  display: block;
  margin: 0 auto;
}
.contributor_item .item_content:after:hover {
  color: #fff;
  background-color: #0d0d0d;
}
.contributor_item .item_content:after.alt {
  color: #000;
  background-color: #f1f5da;
}
.contributor_item .item_content:after.alt:hover {
  color: #000;
  background-color: #e9f0c6;
}
.contributor_item .item_content:after.primary {
  padding: 15px;
}
.contributor_item .item_content:after.mini {
  padding: 5px 10px;
  font-size: 14px;
}
.contributor_item .item_content:after.button_action {
  padding: 10px 50px;
}
.contributor_item .item_content:after.vote {
  padding: 10px;
  background-position: 5px 5px;
  color: #f1f5da;
  padding: 11px 23px 10px 43px;
  background-color: #6e368c;
  border-color: #fff;
  color: #fff;
  background-image: url("/CMS_Themes/LNW/AppImages/icon_vote.png");
  background-position: 10px 8px;
  background-repeat: no-repeat;
  color: #d6e27d;
  font-size: 20px;
  max-width: 42px;
  display: block;
  margin: 0 auto;
}
.contributor_item .item_title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
  display: block;
}
.contributor_item .item_subtitle {
  font-size: 18px;
  line-height: 1.2;
  position: relative;
  display: block;
}
.contributor_item:hover .cb_html {
  opacity: 1;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.listing_page_detail h2 {
  font-size: 35px;
  margin-bottom: 50px;
}
.listing_fields_wrapper_detail {
  padding-left: 20px;
}
.listing_downloads {
  padding-top: 18px;
}
.form_field.textbox_field.Small {
  color: #000;
  font-size: 25px;
}
.module_image_gallery {
  margin: 0;
}
.list_fields_wrapper_detail {
  background: red;
}
.slick-dots {
  text-align: left;
  bottom: -30px;
}
.slick-dots li {
  margin: 0 5px 0 0;
}
.slick-dots li button:before {
  font-size: 15px;
}
.news_back_button {
  display: none;
}
.field_cont.lf_year {
  display: none;
}
.contributor_list .contributor_item img {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contributor_list .contributor_item .cb_html {
  left: 9px;
  right: 9px;
}
.contributor_list .contributor_item .cb_html:after {
  content: 'Read more';
}
.template_listing_contributors .slick-slider,
.template_listing_contributors .module_image_gallery {
  width: 100%;
}
.template_listing_contributors .slick-slider .image_item,
.template_listing_contributors .module_image_gallery .image_item {
  width: 100%;
  text-align: center;
}
.template_listing_contributors .slick-slider img,
.template_listing_contributors .module_image_gallery img {
  max-width: 100%;
  max-height: 300px;
  display: inline;
}
.module_list_item {
  display: block;
}
.module_list_item_date {
  display: none;
}
.module_list_item_wrapper {
  padding-top: 36px;
}
.module_list_item_wrapper .pager {
  display: block;
  clear: both;
  padding-top: 36px;
}
.module_list_item_wrapper .pager_pagecount_multiple {
  background-color: transparent;
  border: 0px none;
}
.module_list_item_wrapper .module_list_item {
  padding-bottom: 36px;
  display: block;
}
.ql_searchField.sf_year {
  margin-right: 0;
}
.quicklist_search_wrapper .chosen-container {
  width: 100px !important;
  float: right;
}
#tabs {
  display: none;
}
.search_results_item_detail h2 a strong {
  color: #e7610c;
}
.sticky_controls span,
.sticky_controls a {
  font-size: 21px;
  line-height: 1;
  font-weight: 400;
  color: #e7610c;
  margin-right: 20px;
  transition: 0.2s;
}
.sticky_controls span::before,
.sticky_controls a::before {
  content: '';
  background-image: url(/CMS_Themes/LNW/AppImages/sprites_sticky_controls.png);
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
.sticky_controls span:hover,
.sticky_controls a:hover {
  color: #000;
}
.sticky_controls span:last-child,
.sticky_controls a:last-child {
  margin: 0;
}
.sticky_controls .sticky_gototop:after {
  content: 'Return to top';
}
.sticky_controls .sticky_back:after {
  content: 'Close';
}
.sticky_controls .sticky_download:after {
  content: 'Download';
}
.sticky_controls .sticky_share::before {
  background-position: -53px -2px;
  margin-right: 20px;
}
.sticky_controls .sticky_share::after {
  content: 'Share';
}
.sticky_controls .sticky_next::before {
  background-position: -211px -1px;
  margin-right: 20px;
}
.sticky_controls .sticky_next::after {
  content: 'Next';
}
.sticky_controls .sticky_previous::before {
  background-position: -173px -2px;
  margin-right: 20px;
}
.sticky_controls .sticky_previous::after {
  content: 'Previous';
}
.social_popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 10;
  opacity: 0;
  -moz-transition: all 1000ms;
  -o-transition: all 1000ms;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}
.social_popup.open {
  display: block;
  opacity: 1;
}
.social_popup_inner {
  display: inline-block;
  width: 580px;
  margin-top: 200px;
  background-color: #fff;
  padding: 30px 20px;
  text-align: left;
  position: relative;
  opacity: 0;
  -moz-transition: all 1000ms;
  -o-transition: all 1000ms;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
  transition-delay: 0;
}
.social_popup_inner h2 {
  margin-bottom: 20px;
}
.social_popup_inner h2,
.social_popup_inner h4 {
  padding-left: 10px;
}
.social_popup_inner h4 {
  padding-bottom: 20px;
}
.open .social_popup_inner {
  opacity: 1;
  transition-delay: 500ms;
}
.social_popup_close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 45px;
  height: 45px;
  background-image: url("/CMS_Themes/LNW/AppImages/sprites_black.png");
  background-position: -94px 5px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.social_popup .share_link {
  display: block;
  line-height: 1;
  border-bottom: 1px solid #f0f0f0;
  font-size: 18px;
  color: inherit;
  cursor: pointer;
}
.social_popup .share_link:hover {
  color: #e7610c;
}
.social_popup .share_link:before {
  content: '';
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  background-position: center;
  background-image: url("/CMS_Themes/LNW/AppImages/sprites_black.png");
  background-repeat: no-repeat;
}
.social_popup .share_link.facebook:before {
  background-position: -23px -29px;
}
.social_popup .share_link.twitter:before {
  background-position: 10px -29px;
}
.social_popup .share_link.googleplus:before {
  background-position: -56px -29px;
}
.social_popup .share_link.linkedin:before {
  background-position: -93px -31px;
}
.social_popup .share_link.share_plaintext_toggle:before {
  background-position: -55px 5px;
}
.share_plaintext_input {
  font-size: 22px;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  width: 100%;
  margin-top: 10px;
  font-style: italic;
}
.form_content_wrapper {
  padding-top: 40px;
}
.vote-message {
  display: none;
}
.vote-message.vote-registered {
  display: block;
}
.listing_fields_wrapper input[type=text][disabled] {
  display: none;
}
/*****************
*Added by swillis*
*****************/
.intro-text,
.contributors-text {
  text-align: center;
  padding: 70px 0;
  background-color: #f1f1f2;
}
.intro-text h1,
.contributors-text h1 {
  color: #e7610c;
  font-size: 54px;
  font-weight: 600;
  margin-bottom: 35px;
}
@media all and (max-width: 920px) {
  .intro-text h1,
  .contributors-text h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
.intro-text h2,
.contributors-text h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 35px;
}
.intro-text p,
.contributors-text p {
  width: 100%;
  max-width: 800px;
  font-size: 18px;
  font-weight: 600px;
  color: #404040;
  margin: 0 auto;
}
.home-campaign-list .mad_listings .campaign-slider {
  padding: 75px 0;
}
.home-campaign-list .mad_listings .campaign-slider .slider-title-cont {
  text-align: center;
}
.home-campaign-list .mad_listings .campaign-slider h2 {
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 75px;
  position: relative;
  display: inline-block;
  padding: 0 25px;
}
@media all and (max-width: 920px) {
  .home-campaign-list .mad_listings .campaign-slider h2 {
    font-size: 32px;
  }
}
@media all and (max-width: 800px) {
  .home-campaign-list .mad_listings .campaign-slider h2 {
    margin-bottom: 40px;
  }
}
.home-campaign-list .mad_listings .campaign-slider h2 img {
  max-height: 44px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.home-campaign-list .mad_listings .campaign-slider h2 #home-prev-arrow {
  right: 100%;
}
.home-campaign-list .mad_listings .campaign-slider h2 #home-next-arrow {
  left: 100%;
}
.home-campaign-list .mad_listings .campaign-slider .slick-slider {
  background-color: transparent;
}
.home-campaign-list .mad_listings .campaign-slider .slick-slide > div + div {
  margin-top: 75px;
}
.home-campaign-list .mad_listings .campaign-slider .item_wrap {
  vertical-align: top;
  padding: 0 25px;
  box-sizing: border-box;
  -js-display: flex;
  display: flex !important;
}
.home-campaign-list .mad_listings .campaign-slider .listings_callout_title {
  display: none;
}
.home-campaign-list .mad_listings .campaign-slider .listings_item {
  width: 100%;
  text-align: center;
  -js-display: flex;
  display: flex;
  flex-direction: column;
}
.home-campaign-list .mad_listings .campaign-slider .module_list_item_image {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  border-radius: 100%;
  background-color: #e2e2e2;
}
.home-campaign-list .mad_listings .campaign-slider .module_list_item_image img {
  width: 100%;
  opacity: 1;
}
.home-campaign-list .mad_listings .campaign-slider .module_list_item_text {
  display: block;
  margin-top: 25px;
}
.home-campaign-list .mad_listings .campaign-slider .listings_item_title {
  color: #ffffff;
  font-size: 20px;
  display: block;
  line-height: 1.2;
  margin-bottom: 10px;
}
.home-campaign-list .mad_listings .campaign-slider .listings_item_subtitle {
  color: #ffffff;
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
}
.home-campaign-list .mad_listings .campaign-slider .listings_callout_view_all {
  padding: 0;
}
.home-campaign-list .mad_listings .campaign-slider .item_button {
  display: block;
  width: 100%;
  margin-top: 15px;
  margin-top: auto;
}
.home-campaign-list .mad_listings .campaign-slider .item_button a {
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  padding: 5px 25px;
  border: 1px solid #ffffff;
  transition: all 0.2s;
}
.home-campaign-list .mad_listings .campaign-slider .item_button a:hover {
  background-color: #ffffff;
  color: #e7610c;
}
.home-campaign-list .mad_listings .button {
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  padding: 5px 25px;
  border: 1px solid #ffffff;
  transition: all 0.2s;
  line-height: 1.6;
}
.home-campaign-list .mad_listings .button:hover {
  background-color: #ffffff;
  color: #e7610c;
}
#ctl00_ctl00_bodyTag.contributors .contributor_list .contributor_item img {
  top: 0;
  transform: none;
}
#ctl00_ctl00_bodyTag.contributors .contributor_list .contributor_item .item_content:after {
  display: none;
}
#ctl00_ctl00_bodyTag.contributors .contributor_list .contributor_item .cb_html:after {
  display: none;
}
.row_purple.section_contributors #ctl00_ctl00_CorePlaceHolder_DisplayPagePlaceHolder_ctl00_SectionRow2_ctl00_ctl00_ctl00_pnlKnockoutContainer #ql_res_items {
  font-size: 0;
}
.row_purple.section_contributors #ctl00_ctl00_CorePlaceHolder_DisplayPagePlaceHolder_ctl00_SectionRow2_ctl00_ctl00_ctl00_pnlKnockoutContainer #ql_res_items .content_block {
  float: none;
}
.row_purple.section_contributors {
  background-color: #5a6b9a;
}
.row_purple.section_contributors .content_block a {
  opacity: 0.7;
}
.row_purple.section_contributors .content_block a:hover {
  opacity: 1;
}
@media all and (max-width: 1000px) {
  .row_purple.section_contributors .cb_content {
    display: none;
  }
}
.button.button-purple {
  color: #e7610c;
  font-size: 16px;
  display: inline-block;
  padding: 5px 25px;
  border: 1px solid #e7610c;
  transition: all 0.2s;
  line-height: 1.6;
  margin: 24px 0 39px 0;
}
.button.button-purple:hover {
  background-color: #e7610c;
  color: #ffffff;
}
.chosen-container .chosen-results li.highlighted {
  background: #e7610c !important;
  background-image: none !important;
}
.ql_searchField.sf_year {
  background-color: #f0f0f0;
  padding: 15px 25px;
}
.chosen-container .chosen-drop {
  border: none !important;
}
.chosen-container-active.chosen-with-drop .chosen-drop {
  left: 50% !important;
  width: 50%;
}
.quicklist_search_wrapper .chosen-container {
  float: none;
  width: 250px !important;
  position: relative;
}
.quicklist_search_wrapper .chosen-container:before {
  content: "Filter";
  float: left;
  display: block;
  font-size: 26px;
  font-family: "proxima-nova", Arial, sans-serif;
  line-height: 1;
  color: #404040;
  width: 50%;
}
.quicklist_search_wrapper .chosen-container .chosen-single {
  background-color: #ffffff !important;
  width: 50%;
  box-sizing: border-box;
}
.listing_wrapper.az_listings #ql_res_items .contributor_item {
  padding: 10px;
}
.listing_wrapper.az_listings #ql_res_items .contributor_item:nth-of-type(4n+5) {
  clear: left;
}
@media all and (max-width: 1080px) {
  .listing_wrapper.az_listings #ql_res_items .contributor_item {
    width: 33.3%;
  }
  .listing_wrapper.az_listings #ql_res_items .contributor_item:nth-of-type(4n+5) {
    clear: none;
  }
  .listing_wrapper.az_listings #ql_res_items .contributor_item:nth-of-type(3n+4) {
    clear: left;
  }
}
@media all and (max-width: 650px) {
  .listing_wrapper.az_listings #ql_res_items .contributor_item {
    width: 50%;
  }
  .listing_wrapper.az_listings #ql_res_items .contributor_item:nth-of-type(3n+4) {
    clear: none;
  }
  .listing_wrapper.az_listings #ql_res_items .contributor_item:nth-of-type(2n+3) {
    clear: left;
  }
}
@media all and (max-width: 500px) {
  .listing_wrapper.az_listings #ql_res_items .contributor_item {
    width: 100%;
  }
}
.listing_wrapper.az_listings #ql_res_items .contributor_item img {
  position: relative;
  height: 100%;
}
.listing_wrapper.az_listings #ql_res_items .contributor_item .item_content {
  text-align: center;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.listing_wrapper.az_listings #ql_res_items .contributor_item .item_content:after {
  display: none;
}
.listing_wrapper.az_listings #ql_res_items .contributor_item .mad_item_button {
  padding: 6px 20px;
  line-height: 1;
  background-color: transparent;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  font-size: 16px;
  border: 1px solid #000;
  display: inline-block;
  border-color: #fff;
  color: #fff;
  margin-top: 20px;
}
.listing_wrapper.az_listings #ql_res_items .contributor_item .cb_html {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}
.listing_wrapper.az_listings #ql_res_items .contributor_item .item_title {
  font-size: 28px;
}
@media all and (max-width: 950px) {
  .listing_wrapper.az_listings #ql_res_items .contributor_item .item_title {
    font-size: 24px;
  }
}
@media all and (max-width: 800px) {
  .listing_wrapper.az_listings #ql_res_items .contributor_item .item_title {
    font-size: 20px;
  }
}
.listing_wrapper.az_listings #ql_res_items .contributor_item .item_subtitle {
  font-size: 20px;
}
@media all and (max-width: 950px) {
  .listing_wrapper.az_listings #ql_res_items .contributor_item .item_subtitle {
    font-size: 20px;
  }
}
@media all and (max-width: 800px) {
  .listing_wrapper.az_listings #ql_res_items .contributor_item .item_subtitle {
    font-size: 16px;
  }
}
.listing_entry_vote.vote.button {
  background-color: #f29222;
  color: #fff;
}
.slick-slide,
.slick-slide * {
  outline: none !important;
}
.slick-slide > div {
  -js-display: flex;
  display: flex;
}
#ctl00_ctl00_CorePlaceHolder_DisplayPagePlaceHolder_CMSLogin_LoginView1_Login1_pnlLoginWrapper input[type=text],
#ctl00_ctl00_CorePlaceHolder_DisplayPagePlaceHolder_CMSLogin_LoginView1_Login1_pnlLoginWrapper input[type=password] {
  background-color: #aadbd3;
  box-sizing: border-box;
  height: 30px;
  padding: 4px;
}
#ctl00_ctl00_CorePlaceHolder_DisplayPagePlaceHolder_CMSLogin_LoginView1_Login1_pnlLoginWrapper .remember_me {
  width: 100%;
  display: block;
}
#ctl00_ctl00_CorePlaceHolder_DisplayPagePlaceHolder_CMSLogin_LoginView1_Login1_pnlLoginWrapper .remember_me input {
  margin-right: 7px;
}
#ctl00_ctl00_CorePlaceHolder_DisplayPagePlaceHolder_CMSLogin_LoginView1_Login1_pnlLoginWrapper .login_options a.forgotten_password {
  margin: 0;
}
.contributor_item img {
  position: absolute;
}
.contributer_item {
  overflow: hidden;
}
header {
  position: fixed;
  width: 100vw;
  height: 200px;
  background: linear-gradient(45deg, #f29222 0%, #e7610c 50%, #e43b24 100%);
  z-index: 3;
  transition: 0.3s;
}
header.active {
  height: 100px;
}
header.active .hamburger--main {
  margin: auto 0 auto auto;
}
@media all and (max-width: 1080px) {
  header.active {
    z-index: 3;
  }
}
@media all and (max-width: 1080px) {
  header {
    transition: none;
  }
}
.hamburger {
  height: fit-content;
  height: -moz-fit-content;
  margin-left: auto;
  margin-top: 50px;
  padding-right: 0;
  outline: 0;
  transition: 0.2s;
}
.hamburger-box {
  width: 45px;
  height: 30px;
}
.hamburger-inner {
  width: 100%;
  height: 3px;
  background-color: #fff !important;
}
.hamburger-inner::before,
.hamburger-inner::after {
  width: 100%;
  height: 3px;
  background-color: #fff !important;
}
.hamburger-inner::before {
  top: -15px;
}
.hamburger-inner::after {
  bottom: -15px;
}
.hamburger--sidebar {
  margin-top: 35px;
  margin-right: 31px;
  padding: 0;
}
@media all and (max-width: 1755px) {
  .hamburger--sidebar {
    margin-right: 10px;
  }
}
@media all and (max-width: 1080px) {
  .hamburger--main {
    margin-top: 8px;
  }
}
@media all and (max-width: 500px) {
  .hamburger--main {
    padding-right: 15px;
  }
}
.header__wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1755px;
  padding: 0 20px;
}
@media all and (max-width: 1850px) {
  .header__wrapper {
    width: initial;
    padding-right: 40px;
  }
}
@media all and (max-width: 500px) {
  .header__wrapper {
    padding-right: 20px;
  }
}
.header__logo {
  background-image: url('/CMS_Themes/LNW/AppImages/Journalism-Matters/JM-logo.svg');
  position: absolute;
  width: 225px;
  height: 252px;
  top: 25px;
  transition: 0.3s;
}
.header__logo.active {
  background-image: url('/CMS_Themes/LNW/AppImages/Journalism-Matters/JM-logo-2.svg');
  background-size: cover;
  width: 100px;
  height: 100px;
  bottom: -20px;
}
@media all and (max-width: 1080px) {
  .header__logo {
    left: 50%;
    transform: translateX(-50%);
  }
}
.header__inner {
  display: flex;
  height: 100%;
}
.header__date {
  display: flex;
  flex-direction: column;
  padding: 40px 0px 40px 0px;
  margin-left: 280px;
  transition: 0.1s;
}
.header__date.active {
  opacity: 0;
}
.header__date h1 {
  font-size: 30px;
  color: #fff;
  text-transform: initial;
  margin-bottom: auto;
  font-weight: 400;
  letter-spacing: -0.06em;
}
@media all and (max-width: 1080px) {
  .header__date h1 {
    margin-bottom: 20px;
    text-align: center;
  }
}
.header__date .timer {
  display: flex;
}
.header__date .timer h1 {
  font-size: 40px;
  text-align: center;
  margin: 0;
  font-weight: 600;
}
@media all and (max-width: 1080px) {
  .header__date .timer h1 {
    font-size: 40px;
    font-weight: 900;
  }
}
.header__date .timer p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.025em;
  color: #fff;
}
.header__date .timer h1:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.header__date .timer-days,
.header__date .timer-hours {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 2px solid #e6e6e6;
}
@media all and (max-width: 1080px) {
  .header__date {
    display: none;
  }
}
.header__sidebar {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100%;
  background: #262626;
  padding: 30px;
  transition: 0.35s;
  transition-timing-function: cubic-bezier(0.79, 0.55, 0.55, 0.79);
  z-index: 3;
  width: 250px;
}
.header__sidebar-inner {
  display: flex;
  flex-direction: column;
  width: inherit;
}
.header__sidebar-inner.active {
  position: fixed;
  top: 30px;
  margin-top: 0 !important;
}
.header__sidebar-inner.active .hamburger--sidebar {
  margin-top: 5px;
}
.header__sidebar.active {
  right: 0;
}
.header__sidebar ul {
  margin: 60px 31px 0px 31px;
}
.header__sidebar ul li {
  list-style: none;
  text-align: right;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 400;
}
.header__sidebar ul li:hover {
  cursor: pointer;
}
.header__sidebar ul li:hover a {
  color: #e7610c;
}
.header__sidebar ul li::before {
  display: none !important;
}
.header__sidebar ul li a {
  color: #fff;
  text-decoration: none;
}
.header__sidebar ul li.selected a {
  color: #e7610c;
}
@media all and (max-width: 1755px) {
  .header__sidebar ul {
    margin-right: 10px;
  }
}
.header__sidebar img {
  margin: auto 24px 24px auto;
  width: 50px;
  cursor: pointer;
}
.nav_btn_toggle {
  display: none;
}
.mad_listings .listing_callout_intro {
  padding: 70px 0 0;
}
.mad_listings .listing_callout_intro h1,
.mad_listings .listing_callout_intro h2,
.mad_listings .listing_callout_intro h3,
.mad_listings .listing_callout_intro p,
.mad_listings .listing_callout_intro a {
  color: #fff;
}
.mad_listings .listing_callout_intro h2 a {
  padding: 20px;
  margin-left: -20px;
  display: block;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.mad_listings .listing_callout_intro h2 a:hover {
  background-color: #cf570b;
}
.mad_listings .listing_callout_intro .mad_selected {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  right: auto;
  width: 100%;
  left: 100%;
  opacity: 0;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.mad_listings .listing_callout_intro .mad_selected .listings_item_title {
  font-size: 30px;
  display: block;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #e7610c;
  margin-top: 0;
  color: #fff;
}
.mad_listings .listing_callout_intro .mad_selected .listings_item_title:last-child {
  margin-bottom: 0;
}
.mad_listings .listing_callout_intro .mad_selected .listings_item_title:last-child {
  margin-bottom: 0;
}
.mad_listings .listing_callout_intro .module_list_item_text {
  display: block;
  background-color: #e7610c;
}
.mad_listings .listing_callout_intro .module_list_item_text .mad_image {
  background-image: url(http://localhost:61415/Write/Thumbs/campaigns-01.jpg);
  width: 100%;
  padding-top: 125%;
  display: block;
  background-size: cover;
  background-position: top center;
  margin-bottom: 20px;
  position: relative;
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}
.mad_listings .listing_callout_intro .module_list_item_text .mad_image:after {
  right: 20px;
  bottom: 20px;
  padding: 10px;
  background-position: 5px 5px;
  color: #f1f5da;
  content: 'Vote';
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 6px 12px 6px 42px;
  background-color: #e7610c;
  display: block;
  border-color: #fff;
  color: #fff;
  background-image: url("/CMS_Themes/LNW/AppImages/icon_vote.png");
  background-position: 10px 8px;
  background-repeat: no-repeat;
  color: #d6e27d;
  font-size: 20px;
}
.mad_listings .listing_callout_intro .module_list_item_text .button_close {
  position: absolute;
  z-index: 10;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-color: #e7610c;
  background-image: url("/CMS_Themes/LNW/AppImages/cross.gif");
  background-repeat: no-repeat;
  background-position: center;
}
.mad_listings .listing_callout_intro .module_list_item_text .button_close:hover {
  background-color: #f36e19;
}
.mad_listings .listing_callout_intro .mad_intro_text {
  padding-right: 40px;
  opacity: 1;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.mad_listings .listing_callout_intro.active .mad_selected {
  left: 0;
  opacity: 1;
}
.mad_listings .listing_callout_intro.active .mad_intro_text {
  opacity: 0;
}
.mad_listings .listings_callout_title {
  display: none;
}
.mad_listings .listings_item {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
}
.mad_listings .listings_item img {
  width: 100%;
  opacity: 0.5;
}
.mad_listings .module_list_item_text {
  display: none;
}
.mad_listings .senior_quicklist_knockout {
  margin-bottom: 0;
}
.mad_listings .listings_callout_view_all {
  text-align: center;
  padding: 20px 0 20px;
}
.mad_listings .gd_2_3 {
  padding-left: 0;
  min-height: 600px;
  background-color: #e7610c;
}
.section_contributors {
  text-align: center;
}
.section_contributors .content_block {
  width: 25%;
  float: left;
  display: block;
  height: 700px;
  height: 40vw;
  position: relative;
  overflow: hidden;
  float: none;
  display: inline-block;
}
.section_contributors .content_block a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.section_contributors .content_block a .cb_content {
  position: absolute;
  bottom: 75px;
  left: 20px;
  right: 20px;
  text-align: center;
  color: #fff !important;
  z-index: 3;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.section_contributors .content_block a .cb_content:after {
  content: 'Read More';
  display: block;
  font-size: 16px;
}
.section_contributors .content_block a:hover {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
}
.section_contributors .content_block a:hover:before {
  opacity: 0;
}
.section_contributors .content_block a:hover .cb_content {
  bottom: 30px;
}
.section_contributors .cb_title {
  font-size: 22px;
}
.section_contributors .senior_quicklist_knockout {
  margin-bottom: 0;
}
.section_contributors .listings_callout_title {
  display: none;
}
.twitter_feed {
  display: table;
}
.feed_items {
  display: table-row;
}
.twitter_item {
  width: 33.33%;
  padding: 20px;
  background-color: #aadbd3;
  position: relative;
  box-sizing: border-box;
  display: table-cell;
  background-repeat: no-repeat;
  padding-left: 80px;
  background-position: 20px 25px;
  padding-bottom: 75px;
}
.twitter_item:nth-of-type(2) {
  background-color: #5a6b9a;
  color: #ffffff;
}
.footer_twitter_link {
  float: right;
  margin-top: 6px;
  padding: 5px 10px;
  display: block;
  margin-right: -10px;
}
.footer_twitter_link:hover {
  background-color: #e9f0c6;
}
h2.icon_twitter:before {
  content: '';
  background-image: url("/CMS_Themes/LNW/AppImages/icon-twitter.svg");
  background-repeat: no-repeat;
  width: 54px;
  height: 44px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.cta_block {
  background-color: #e7610c;
  padding: 18px;
  color: #fff;
  padding-bottom: 70px;
  display: block;
  margin-bottom: 18px;
  clear: both;
  position: relative;
  line-height: 1.2;
}
.cta_block .cb_content {
  font-size: 25px;
}
.cta_block .button {
  position: absolute;
  bottom: 18px;
  right: 18px;
  border-color: #d6e27d;
  color: #d6e27d;
  background-color: transparent;
  padding-left: 10px;
}
.cta_block .button:before {
  content: '';
  width: 24px;
  height: 25px;
  background-image: url("/CMS_Themes/LNW/AppImages/icon_vote.png");
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.field_cont {
  padding: 0 0 18px 0;
}
.field_cont label {
  width: auto;
  float: none;
  padding: 0;
  display: block;
}
.field_cont input[type=text] {
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-family: 'poppins';
  color: #696969;
  padding: 5px 10px;
  border: 1px solid #000;
}
.field_cont textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #000;
  height: 6em;
  line-height: 1.5em;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-family: 'poppins';
  color: #696969;
  padding: 5px 10px;
}
.list_field,
.checkbox_field,
.textbox_field {
  border: 0px none;
  padding-top: 0;
}
.checkbox_list_items,
.radio_list_items,
.list_control {
  float: none;
}
.list_field label {
  display: inline-block;
}
.list_field > label {
  display: block;
  line-height: 1.4;
}
.list_field input {
  vertical-align: inherit;
  line-height: 1.4;
}
.list_field .list_control {
  padding-top: 10px;
  display: block;
}
.checkbox_field {
  position: relative;
  padding-left: 18px;
}
.checkbox_field input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0.6em;
}
.quicklist_search_wrapper .search_button {
  display: none;
}
.ql_searchField {
  display: none;
}
.ql_searchField.sf_year {
  display: block;
}
.ql_searchField.sf_year label {
  display: none;
}
.chosen-container-single .chosen-single {
  border-radius: 0 !important;
  background: none !important;
  background-color: #eee !important;
  border: 0px none !important;
  box-shadow: none !important;
  line-height: 30px !important;
  height: 30px !important;
  padding: 0 9px !important;
}
.site_palette span {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  color: #fff;
  padding: 5px;
  line-height: 1;
}
.site_palette span:nth-child(1) {
  background-color: #f1f5da;
}
.site_palette span:nth-child(1):after {
  content: "#f1f5da";
}
.site_palette span:nth-child(2) {
  background-color: #e7610c;
}
.site_palette span:nth-child(2):after {
  content: "#e7610c";
}
.site_palette span:nth-child(3) {
  background-color: #d6e27d;
}
.site_palette span:nth-child(3):after {
  content: "#d6e27d";
}
.site_palette span:nth-child(4) {
  background-color: #cad357;
}
.site_palette span:nth-child(4):after {
  content: "#cad357";
}
.site_palette span:nth-child(5) {
  background-color: #f0f0f0;
}
.site_palette span:nth-child(5):after {
  content: "#f0f0f0";
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
}
.site_wrapper {
  max-width: 1900px;
  margin: 0 auto;
}
.row {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row.row_pad {
  padding: 36px 0;
}
.row.row_pad + .row_pad {
  padding: 0 0 36px 0;
}
.row.row_full {
  width: 100%;
}
.row_full {
  clear: both;
}
.row_pad {
  padding: 36px 0;
}
.row_white {
  background-color: #fff;
}
.row_purple {
  background-color: #e7610c;
}
.row_paleGreen {
  background-color: #aadbd3;
}
.row_green {
  background-color: #aadbd3;
}
.title_banner + .row_white {
  margin-top: -36px;
}
[class*='gd_'] {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 9px;
  position: relative;
}
[class*='gd_'] [class*='gd_']:first-of-type {
  padding-left: 0;
}
[class*='gd_'] [class*='gd_']:last-of-type {
  padding-right: 0;
}
[class*='gd_'] img {
  max-width: 100%;
}
.no_gutter [class*='gd_'] {
  padding: 0;
}
.gd_1 {
  width: 100%;
}
.gd_1_2 {
  width: 50%;
}
.gd_1_3 {
  width: 33.33%;
}
.gd_1_4 {
  width: 25%;
}
.gd_1_5 {
  width: 20%;
}
.gd_1_6 {
  width: 16.66666667%;
}
.gd_1_7 {
  width: 14.28571429%;
}
.gd_2_3 {
  width: 66.66%;
}
.gd_3_4 {
  width: 75%;
}
.gd_2_5 {
  width: 40%;
}
.gd_3_5 {
  width: 60%;
}
.gd_copy {
  width: 980px;
  margin: 0 auto;
  float: none;
}
.pad_right {
  padding-right: 60px;
}
.pad_left {
  padding-left: 60px;
}
.content_box {
  background-color: #fff;
  padding: 18px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.1);
  display: block;
}
.content_box + .content_box {
  margin-top: 18px;
}
.module_list_item_wrapper .gd_1_2:nth-of-type(2n) {
  padding-right: 0;
}
.module_list_item_wrapper .gd_1_2:nth-of-type(2n+1) {
  clear: both;
  padding-left: 0;
}
.gd_1_5:nth-of-type(5n) {
  padding-right: 0;
}
/*.gd_1_5:nth-of-type(5n+1) {
    clear: both;
    padding-left:0;
}*/
body {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-family: 'poppins';
  color: #696969;
}
.body_text {
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-family: 'poppins';
  color: #696969;
}
.h1 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.06em;
  display: block;
  margin-bottom: 20px;
  color: #262626;
  line-height: 1.1;
}
.h2 {
  font-size: 30px;
  display: block;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #e7610c;
}
.h3 {
  font-size: 25px;
  display: block;
  font-weight: normal;
  margin-bottom: 20px;
  color: #e7610c;
}
.h4 {
  font-size: 20px;
  display: block;
  font-weight: normal;
  margin-bottom: 20px;
  color: #404040;
}
.item_link {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.2;
}
.small_text {
  font-size: 14px;
}
.micro_text {
  font-size: 12px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
.h1,
.h2,
.h3,
.h4 {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child {
  margin-bottom: 0;
}
h1 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.06em;
  display: block;
  margin-bottom: 20px;
  color: #262626;
  line-height: 1.1;
  margin-top: 0;
  clear: both;
}
h1:last-child {
  margin-bottom: 0;
}
h1:last-child {
  margin-bottom: 0;
}
h2 {
  font-size: 30px;
  display: block;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #e7610c;
  margin-top: 0;
}
h2:last-child {
  margin-bottom: 0;
}
h2:last-child {
  margin-bottom: 0;
}
h3 {
  font-size: 25px;
  display: block;
  font-weight: normal;
  margin-bottom: 20px;
  color: #e7610c;
  margin-top: 0;
}
h3:last-child {
  margin-bottom: 0;
}
h3:last-child {
  margin-bottom: 0;
}
h4 {
  font-size: 20px;
  display: block;
  font-weight: normal;
  margin-bottom: 20px;
  color: #404040;
  margin-top: 0;
}
h4:last-child {
  margin-bottom: 0;
}
h4:last-child {
  margin-bottom: 0;
}
h5 {
  font-size: 20px;
  display: block;
  font-weight: normal;
  margin-bottom: 20px;
  color: #404040;
  margin-top: 0;
}
h5:last-child {
  margin-bottom: 0;
}
h5:last-child {
  margin-bottom: 0;
}
h6 {
  font-size: 20px;
  display: block;
  font-weight: normal;
  margin-bottom: 20px;
  color: #404040;
  margin-top: 0;
}
h6:last-child {
  margin-bottom: 0;
}
h6:last-child {
  margin-bottom: 0;
}
p {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-family: 'poppins';
  color: #696969;
}
a {
  text-decoration: none;
  color: inherit;
}
p a,
td a,
ul a,
ol a {
  color: #e7610c;
  text-decoration: underline;
}
p a:hover,
td a:hover,
ul a:hover,
ol a:hover {
  color: #f36e19;
  text-decoration: none;
}
.content_control ul:not(.slick-dots):not(.chosen-results),
.content_control ol {
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-family: 'poppins';
  color: #696969;
  padding: 0 0 20px;
  overflow: auto;
}
.content_control ul:not(.slick-dots):not(.chosen-results) li,
.content_control ol li {
  list-style-type: none;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
.content_control ul:not(.slick-dots):not(.chosen-results) li:before,
.content_control ol li:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.92820323px;
  border-left-color: #e7610c;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  position: absolute;
  left: 0;
  top: 0.7em;
}
.content_control ul:not(.slick-dots):not(.chosen-results) a,
.content_control ol a {
  color: #e7610c;
}
.content_control ul:not(.slick-dots):not(.chosen-results) a:hover,
.content_control ol a:hover {
  color: #e7610c;
}
strong {
  color: #f1f5da;
}
.button {
  display: inline-block;
  padding: 6px 20px;
  line-height: 1;
  background-color: transparent;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  border: 0px none;
  font-size: 16px;
  border: 1px solid #000;
}
.button:hover {
  color: #fff;
  background-color: #0d0d0d;
}
.button.alt {
  color: #000;
  background-color: #f1f5da;
}
.button.alt:hover {
  color: #000;
  background-color: #e9f0c6;
}
.button.primary {
  padding: 15px;
}
.button.mini {
  padding: 5px 10px;
  font-size: 14px;
}
.button.button_action {
  padding: 10px 50px;
}
.button.vote {
  padding: 10px;
  background-position: 5px 5px;
  color: #f1f5da;
  padding: 11px 23px 10px 43px;
  background-color: #6e368c;
  border-color: #fff;
  color: #fff;
  background-image: url("/CMS_Themes/LNW/AppImages/icon_vote.png");
  background-position: 10px 8px;
  background-repeat: no-repeat;
  color: #d6e27d;
  font-size: 20px;
  max-width: 42px;
  display: block;
  margin: 0 auto;
}
.button + .button {
  margin-left: 5px;
}
.button_field {
  display: inline-block;
  padding: 6px 20px;
  line-height: 1;
  background-color: transparent;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  border: 0px none;
  font-size: 16px;
  border: 1px solid #000;
}
.button_field:hover {
  color: #fff;
  background-color: #0d0d0d;
}
.button_field.alt {
  color: #000;
  background-color: #f1f5da;
}
.button_field.alt:hover {
  color: #000;
  background-color: #e9f0c6;
}
.button_field.primary {
  padding: 15px;
}
.button_field.mini {
  padding: 5px 10px;
  font-size: 14px;
}
.button_field.button_action {
  padding: 10px 50px;
}
.button_field.vote {
  padding: 10px;
  background-position: 5px 5px;
  color: #f1f5da;
  padding: 11px 23px 10px 43px;
  background-color: #6e368c;
  border-color: #fff;
  color: #fff;
  background-image: url("/CMS_Themes/LNW/AppImages/icon_vote.png");
  background-position: 10px 8px;
  background-repeat: no-repeat;
  color: #d6e27d;
  font-size: 20px;
  max-width: 42px;
  display: block;
  margin: 0 auto;
}
.button_field:hover {
  color: #fff;
  background-color: #0d0d0d;
}
.button_field.alt {
  color: #000;
  background-color: #f1f5da;
}
.button_field.alt:hover {
  color: #000;
  background-color: #e9f0c6;
}
.button_field.primary {
  padding: 15px;
}
.button_field.mini {
  padding: 5px 10px;
  font-size: 14px;
}
.button_field.button_action {
  padding: 10px 50px;
}
.button_field.vote {
  padding: 10px;
  background-position: 5px 5px;
  color: #f1f5da;
  padding: 11px 23px 10px 43px;
  background-color: #6e368c;
  border-color: #fff;
  color: #fff;
  background-image: url("/CMS_Themes/LNW/AppImages/icon_vote.png");
  background-position: 10px 8px;
  background-repeat: no-repeat;
  color: #d6e27d;
  font-size: 20px;
  max-width: 42px;
  display: block;
  margin: 0 auto;
}
h2 .button {
  margin-left: 18px;
}
.download_link {
  color: #000;
  padding-left: 35px;
  display: block;
  background-repeat: no-repeat;
  line-height: 1.2;
  background-image: url(/CMS_Themes/LNW/AppImages/icon_download.gif);
  background-position: left 2px;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  min-height: 40px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 40px;
  /*&.ppt,
    &[href*="ppt"] {
        background-image: url(/AppImages/2014/file_ppt.gif);
    }
    &.pdf,
    &[href*="pdf"] {
        background-image: url(/AppImages/2014/file_pdf.gif);
    }*/
}
.download_link strong {
  display: block;
}
.download_link:hover {
  color: #e7610c;
  /*background-position: left -102px;*/
}
iframe {
  border: 0px none;
}
table.no_border {
  border: 0px none;
}
table.no_border th {
  text-align: left;
  vertical-align: top;
  padding-bottom: 5px;
}
table.no_border td {
  padding-bottom: 5px;
}
blockquote {
  font-size: 21px;
  margin-top: 36px;
  margin-bottom: 36px;
  border-top: 1px solid #d6e27d;
  border-bottom: 1px solid #d6e27d;
  padding: 18px 0;
}
blockquote p {
  font-size: 21px;
  margin-bottom: 18px;
  color: #e7610c;
}
blockquote p:first-of-type:before {
  content: "“";
  display: inline-block;
  margin-right: 3px;
}
blockquote p:last-of-type:after {
  content: "”";
  display: inline-block;
  margin-left: 3px;
}
blockquote cite {
  font-size: 14px;
  font-style: normal;
  color: #000;
}
table.table_data {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 36px;
}
table.table_data th,
table.table_data td {
  border-bottom: 1px solid #f0f0f0;
}
table.table_data th {
  padding: 10px;
  vertical-align: top;
  font-weight: bold;
  text-align: left;
}
table.table_data th:first-of-type {
  padding-left: 0;
}
table.table_data th:last-of-type {
  padding-right: 0;
}
table.table_data td {
  padding: 10px;
  vertical-align: top;
  position: relative;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
table.table_data td:first-of-type {
  padding-left: 0;
}
table.table_data td:last-of-type {
  padding-right: 0;
}
table.table_data tr:hover td {
  background-color: #fbcaab;
}
select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  margin: 5px 0;
  height: 30px;
}
input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: none;
  margin: 5px 0;
  height: 30px;
  padding: 5px;
}
.chosen-container,
.chosen-container .chosen-results li {
  font-weight: normal;
}
.img_left {
  float: left;
  margin: 0 36px 18px -18px;
  max-width: 45%;
}
.img_right {
  float: right;
  margin: 0 -18px 18px 36px;
  max-width: 45%;
}
@media screen {
  /*@media (max-width:@res_m){
        
        h1{
            font-size:30px;
        }
        h2{
            font-size:22px;
            margin-bottom:20px;
        }

        .row.row_pad{
            padding:@spc 0;
        }

        .gd_1_5 {
            width:33.33%;
            //hide the fifth one if there are only 5
            &:nth-child(5):last-of-type {
                display:none;
            }
            &:nth-child(4) {
                display:none;
                padding-right:0;
            }

        }

        .gd_1_4 {
            .gd_1_3;
            //hide the third and fourth one if there are only 4
            &:nth-child(4):nth-last-of-type(4) {
                display: none;
            }
            &:nth-child(3):last-of-type {
                display: none;
            }
        }

        .gd_2_5{
            .gd_1_3;
        }
        .gd_3_5{
            .gd_2_3;
        }

        .gd_1_4,
        .gd_3_4{
            .gd_1;
        }
        .carousel_wrapper{
            margin-right:0;
            margin-bottom:@spc2;
        }

        .cta_bottom_right{
            padding-right:40px;
            .cb_secondary_image{
                display:none;
            }
        }
        .cta_quote {
            height:auto !important;
            blockquote {
                padding: 20px 20px 120px 20px;

                p {
                    font-size: 14px;
                }
            }
        }

        .cta_banner{
            padding-left:0;
            .cb_secondary_image{
                display:none;
            }
        }


        .title_banner .gd_1 h1{
            max-width:350px;
        }
        .title_banner .tri_wrapper{
              .scale(0.7);
              .transform-origin(100%, 84%);
        }

        .header_logo{
            width:220px;
            img{
                height:70px;
            }
        }

        .event_category:before{
            width:50px;
            height:60px;
            background-size:contain;
            margin-right:10px;
            background-repeat:no-repeat;
        }

        .banner_overlay{
            width:100%;
            height:auto;
            .banner_overlay_content{
                position:static;
                  width: 50%;
                  display: block;
                  padding: 40px 20px;
            }
        }
        .banner_a .tri_wrapper {
            left: 0;
            right: -30%;
            top: -125px;
            .scale(0.6);
            -moz-transform-origin: 100% 40%;
            -ms-transform-origin: 100% 40%;
            -o-transform-origin: 100% 40%;
            -webkit-transform-origin: 100% 40%;
            transform-origin: 100% 40%;
        }

        .nav_btn_toggle{
            display:none;
        }

    }*/
}
@media screen and (max-width: 1080px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  h3 {
    font-size: 16px;
    line-height: 1.3;
  }
  .row {
    width: 98%;
  }
  .row.row_pad {
    padding: 20px 0;
  }
  .gd_1_5 {
    width: 33.33%;
  }
  .gd_1_5:nth-child(4):last-of-type {
    display: none;
  }
  .gd_1_5:nth-child(5):last-of-type {
    display: none;
  }
  .gd_1_5:nth-child(4) {
    padding-right: 0;
  }
  .gd_1_4 {
    width: 50%;
  }
  .gd_1_4:nth-child(3):last-of-type {
    display: none;
  }
  .gd_1_4:nth-child(4):last-of-type {
    display: none;
  }
  .gd_2_5 {
    width: 66.66%;
    margin: 0 auto;
    padding-top: 36px;
    float: none;
    clear: both;
  }
  .gd_3_5 {
    width: 100%;
  }
  .gd_1_4,
  .gd_3_4 {
    width: 100%;
  }
  .carousel_wrapper {
    margin-right: 0;
    margin-bottom: 36px;
  }
  .title_banner .tri_wrapper {
    -webkit-transform-origin: 100% 84%;
    -moz-transform-origin: 100% 84%;
    -ms-transform-origin: 100% 84%;
    -o-transform-origin: 100% 84%;
    transform-origin: 100% 84%;
    opacity: 0.5;
  }
  .row_header {
    height: 50px !important;
  }
  .row_header .row {
    width: 100%;
  }
  .row_header .gd_1 {
    height: 50px !important;
  }
  .header_logo {
    width: 100%;
    background-repeat: no-repeat;
    top: 8px !important;
    left: 8px !important;
    height: auto;
    padding-top: 0;
  }
  .header_logo a {
    display: inline-block;
    vertical-align: top;
  }
  .header_logo img {
    height: 45px !important;
  }
  .main_nav {
    top: 0;
    bottom: auto;
    height: 0;
    left: 0;
    right: 0;
  }
  .header_search {
    top: 9px;
  }
  .social_icons {
    top: 15px;
  }
  .header_search,
  .social_icons {
    display: none;
  }
  .header_logo {
    z-index: 3;
  }
  .has_children .nav_group.open {
    display: block !important;
  }
  .action_bar {
    position: absolute;
    right: 70px;
    top: 12px;
  }
  .row_header {
    height: 50px !important;
  }
  .row_header .row {
    width: 100%;
  }
  .row_header .gd_1 {
    height: 50px !important;
  }
  .header_logo {
    width: 100%;
    background-repeat: no-repeat;
    top: 8px !important;
    left: 8px !important;
    height: auto;
    padding-top: 0;
  }
  .header_logo a {
    display: inline-block;
    vertical-align: top;
  }
  .header_logo img {
    height: 45px !important;
  }
  .main_nav {
    top: 0;
    bottom: auto;
    height: 0;
    left: 0;
    right: 0;
  }
  .header_search {
    top: 9px;
  }
  .social_icons {
    top: 15px;
  }
  .header_search,
  .social_icons {
    display: none;
  }
  .header_logo {
    z-index: 3;
  }
  .has_children .nav_group.open {
    display: block !important;
  }
  .action_bar {
    position: absolute;
    right: 70px;
    top: 12px;
  }
  .row_header .gd_1_2 {
    height: auto;
    margin: 0;
    position: static;
  }
  .action_bar {
    right: 110px;
    z-index: 999;
  }
  .gd_copy {
    width: 100%;
  }
  .twitter_item {
    font-size: 14px;
    padding-left: 20px;
    background-image: none !important;
  }
  .section_contributors .content_block {
    width: 33.33%;
  }
  .section_contributors .content_block:nth-child(4):last-of-type {
    display: none;
  }
  .section_contributors .content_block:nth-child(5):last-of-type {
    display: none;
  }
  .section_contributors .content_block:nth-child(4) {
    padding-right: 0;
  }
  .mad_listings {
    clear: both;
  }
  .mad_listings .row {
    width: 100%;
  }
  .mad_listings .listings_item {
    width: 20%;
    padding-top: 20%;
  }
  .mad_listings .item_wrap:nth-of-type(9n):after {
    padding-top: 20%;
    height: 0;
    width: 20%;
  }
  .mad_listings .listing_callout_intro {
    padding: 10px 0 0 10px;
  }
  .mad_listings .listing_callout_intro h2 a {
    font-size: 18px;
  }
  .mad_listings .gd_2_3 {
    min-height: 450px;
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .site_wrapper {
    max-width: 100vw;
    margin: 0 auto;
    overflow: hidden;
  }
  .gd_1_5 {
    width: 100%;
    margin-bottom: 18px;
  }
  .banner_a .tri_wrapper {
    transform: scale(0.5);
    width: 750px;
    left: -50%;
  }
  h2 .button {
    margin-left: 0;
    margin-top: 20px;
    display: block;
  }
  .events-filter-wrapper > [class*='events-filter-'] {
    width: auto;
    float: none;
    padding: 0 20px;
    display: block;
  }
  .gd_1_2,
  .gd_1_3,
  .gd_2_3,
  .gd_1_4,
  .gd_2_5,
  .gd_3_5,
  .gd_1_4,
  .gd_3_4 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .gd_2_3 + .gd_1_3 {
    margin-top: 20px;
  }
  .carousel_wrapper {
    margin-right: 0;
    margin-bottom: 36px;
  }
  .equal_height {
    height: auto !important;
    margin-bottom: 18px;
  }
  .title_banner .tri_wrapper {
    -webkit-transform-origin: 100% 84%;
    -moz-transform-origin: 100% 84%;
    -ms-transform-origin: 100% 84%;
    -o-transform-origin: 100% 84%;
    transform-origin: 100% 84%;
    opacity: 0.1;
    width: 650px;
  }
  .title_banner {
    height: auto;
  }
  .title_banner .gd_1 {
    height: auto;
  }
  .title_banner .gd_1 h1 {
    padding: 40px 20px;
    margin-bottom: 0;
  }
  .row_header {
    height: 50px !important;
  }
  .row_header .row {
    width: 100%;
  }
  .row_header .gd_1 {
    height: 50px !important;
  }
  .header_logo {
    width: 100%;
    background-repeat: no-repeat;
    top: 8px !important;
    left: 8px !important;
    height: auto;
    padding-top: 0;
  }
  .header_logo a {
    display: inline-block;
    vertical-align: top;
  }
  .header_logo img {
    height: 45px !important;
  }
  .main_nav {
    top: 0;
    bottom: auto;
    height: 0;
    left: 0;
    right: 0;
  }
  .header_search {
    top: 9px;
  }
  .social_icons {
    top: 15px;
  }
  .header_search,
  .social_icons {
    display: none;
  }
  .header_logo {
    z-index: 3;
  }
  .has_children .nav_group.open {
    display: block !important;
  }
  .action_bar {
    position: absolute;
    right: 70px;
    top: 12px;
  }
  .row_header {
    height: 50px !important;
  }
  .row_header .row {
    width: 100%;
  }
  .row_header .gd_1 {
    height: 50px !important;
  }
  .header_logo {
    width: 100%;
    background-repeat: no-repeat;
    top: 8px !important;
    left: 8px !important;
    height: auto;
    padding-top: 0;
  }
  .header_logo a {
    display: inline-block;
    vertical-align: top;
  }
  .header_logo img {
    height: 45px !important;
  }
  .main_nav {
    top: 0;
    bottom: auto;
    height: 0;
    left: 0;
    right: 0;
  }
  .header_search {
    top: 9px;
  }
  .social_icons {
    top: 15px;
  }
  .header_search,
  .social_icons {
    display: none;
  }
  .header_logo {
    z-index: 3;
  }
  .has_children .nav_group.open {
    display: block !important;
  }
  .action_bar {
    position: absolute;
    right: 70px;
    top: 12px;
  }
  .header_logo {
    position: relative;
    z-index: 10;
    width: 100px;
  }
  .header_logo img {
    width: 100px;
    height: auto !important;
  }
  .header_logo a + a {
    display: none;
  }
  .cta_bottom .cb_secondary_image {
    background-image: none !important;
    height: auto !important;
  }
  .cta_bottom .cb_secondary_image:before {
    display: none;
  }
  .cta_bottom .cb_secondary_image img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .action_bar {
    position: absolute;
    right: 50px;
    top: 11px;
  }
  .action_bar .icon_twitter {
    display: none;
  }
  .mad_listings .listing_callout_intro .mad_intro_text {
    padding-right: 0;
  }
  .mad_listings .listing_callout_intro.active .mad_intro_text {
    opacity: 1;
  }
  .mad_listings .listing_callout_intro .mad_selected {
    z-index: 1000;
    top: 100%;
  }
  .section_contributors .content_block a .cb_content {
    line-height: 1.2;
    font-size: 12px;
  }
  .listings_callout_title {
    display: none;
  }
  .senior_quicklist_knockout {
    margin-bottom: 0;
  }
  .section_contributors .content_block a .cb_content:after {
    display: none;
  }
  .twitter_item {
    display: block;
    width: 100%;
  }
  .contributor_item {
    height: 48vw;
    width: 50%;
  }
  .contributor_item .item_title {
    font-size: 16px;
  }
  .contributor_item .item_subtitle {
    font-size: 14px;
  }
  .contributor_item .item_content {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .contributor_item .cb_html:after {
    display: none;
  }
  .mad_listings .item_wrap:nth-of-type(13):after,
  .mad_listings .item_wrap:nth-of-type(14):after,
  .mad_listings .item_wrap:nth-of-type(23):after,
  .mad_listings .item_wrap:nth-of-type(27):after,
  .mad_listings .item_wrap:nth-of-type(30):after {
    display: none;
  }
}
.shadow_bottom:before {
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  content: '';
  z-index: 10;
}
.shadow_bottom_inset:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  content: '';
  z-index: 10;
}
.centered {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.new__footer .row {
  width: 100%;
}
.new__footer .row--twitter {
  display: flex;
  flex-direction: column;
  background-color: #E5E5E5;
  padding: 100px;
}
.new__footer .row--twitter-head {
  display: flex;
  margin-bottom: 50px;
}
.new__footer .row--twitter-head button {
  margin-left: auto;
  border: 1px solid #e7610c;
  padding: 12px 45px;
  border-radius: 50px;
  background: none;
  outline: none;
}
.new__footer .row--twitter-head button a {
  font-size: 21px;
  font-weight: 400;
  color: #e7610c;
}
.new__footer .row--twitter-head button:hover {
  background-color: #e7610c;
}
.new__footer .row--twitter-head button:hover a {
  color: #fff;
}
@media all and (max-width: 800px) {
  .new__footer .row--twitter-head button {
    padding: 10px;
  }
}
@media all and (max-width: 430px) {
  .new__footer .row--twitter-head {
    display: block;
  }
}
.new__footer .row--twitter .twitter-logo {
  display: flex;
}
.new__footer .row--twitter .twitter-logo img {
  width: 50px;
  height: 45px;
  margin-right: 20px;
}
.new__footer .row--twitter .twitter-logo h1 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.06em;
  color: #262626;
}
@media all and (max-width: 430px) {
  .new__footer .row--twitter .twitter-logo {
    margin-bottom: 20px;
  }
}
.new__footer .row--twitter .feed_items {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1000px) {
  .new__footer .row--twitter .feed_items {
    flex-direction: column;
  }
}
.new__footer .row--twitter .twitter_item {
  background-image: none !important;
  background-color: initial;
  color: #696969;
  font-weight: 400;
  font-size: 21px;
  line-height: 28px;
  width: 30%;
  padding: 0;
}
@media all and (max-width: 800px) {
  .new__footer .row--twitter .twitter_item {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 800px) {
  .new__footer .row--twitter {
    padding: 30px;
  }
}
footer .footer {
  background: linear-gradient(45deg, #f29222 0%, #e7610c 50%, #e43b24 100%);
  display: flex;
  justify-content: space-between;
}
footer .footer p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 28px;
  margin-bottom: 2px;
}
footer .footer .col:last-of-type {
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1000px) {
  footer .footer .col:last-of-type {
    flex-direction: row;
  }
}
@media all and (max-width: 800px) {
  footer .footer .col:last-of-type {
    flex-direction: column;
  }
}
footer .footer-logo {
  margin-right: 30px;
}
footer .footer .NMA-logo {
  width: 150px;
}
@media all and (max-width: 800px) {
  footer .footer .NMA-logo {
    margin-left: -20px;
  }
}
footer .footer .LMW-logo {
  width: 75px;
}
footer .footer .NW-logo {
  width: 50px;
}
footer .footer__senior {
  margin-top: auto !important;
  margin-left: auto !important;
}
@media all and (max-width: 1000px) {
  footer .footer__senior {
    margin: auto !important;
    margin-right: 0 !important;
  }
}
@media all and (max-width: 1000px) {
  footer .footer__senior {
    margin: 20px 0 !important;
    margin-right: auto !important;
  }
}
footer .footer a {
  color: #fff;
  text-decoration: none;
}
@media all and (max-width: 1000px) {
  footer .footer {
    display: block;
  }
}
footer .col {
  width: initial;
  padding: 100px;
}
footer .col-logos {
  display: flex;
  align-items: center;
}
@media all and (max-width: 800px) {
  footer .col {
    padding: 30px;
  }
}
