@charset "UTF-8";
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-panels {
  overflow: hidden; }

.mm-panel {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transform-origin: top left;
  transform-origin: top left; }

.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panel.mm-highest {
  z-index: 1; }

.mm-panel.mm-noanimation {
  transition: none !important; }

.mm-panel.mm-noanimation.mm-subopened {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-panels > .mm-panel:not(.mm-hidden) {
  display: block; }

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  transform: none !important; }

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  box-sizing: border-box;
  height: 40px;
  bottom: auto; }

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px; }

.mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1; }

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px; }

.mm-next:after, .mm-prev:before {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0; }

.mm-prev:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-next:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto; }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.mm-navbar > * {
  display: block;
  padding: 10px 0; }

.mm-navbar a, .mm-navbar a:hover {
  text-decoration: none; }

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-navbar .mm-btn:first-child {
  left: 0; }

.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }

.mm-listview a, .mm-listview a:hover {
  text-decoration: none; }

.mm-listview > li {
  position: relative; }

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit; }

.mm-listview > li > a, .mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.mm-listview > li:not(.mm-divider):after {
  left: 20px; }

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75); }

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05); }

.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  z-index: 1; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking {
  overflow: hidden; }

html.mm-blocking body {
  overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed; }

.mm-menu.mm-offcanvas.mm-opened {
  display: block; }

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
  z-index: 10; }

.mm-menu.mm-offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-menu ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important; }

.mm-menu .mm-listview.mm-border-none > li:after, .mm-menu .mm-listview > li.mm-border-none:after, .mm-menu.mm-border-none .mm-listview > li:after {
  content: none; }

.mm-menu .mm-listview.mm-border-full > li:after, .mm-menu .mm-listview > li.mm-border-full:after, .mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important; }

.mm-menu .mm-listview.mm-border-offset > li:after, .mm-menu .mm-listview > li.mm-border-offset:after, .mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px; }

.mm-menu.mm-fx-menu-zoom {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

html.mm-opened .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  transform-origin: left center; }

html.mm-opening .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  transform-origin: right center; }

html.mm-right.mm-opening .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu.mm-fx-menu-slide {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

html.mm-opened .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

html.mm-opening .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

html.mm-right.mm-opening .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-fx-menu-fade {
  opacity: 0;
  transition: opacity .4s ease; }

html.mm-opening .mm-menu.mm-fx-menu-fade {
  opacity: 1; }

.mm-menu .mm-fx-panels-none.mm-panel, .mm-menu.mm-fx-panels-none .mm-panel {
  transition-property: none; }

.mm-menu .mm-fx-panels-none.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-none .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu .mm-fx-panels-zoom.mm-panel, .mm-menu.mm-fx-panels-zoom .mm-panel {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0); }

.mm-menu .mm-fx-panels-zoom.mm-panel.mm-opened, .mm-menu.mm-fx-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu .mm-fx-panels-zoom.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-zoom .mm-panel.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu .mm-fx-panels-slide-0.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu .mm-fx-panels-slide-100.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu .mm-fx-panels-slide-up.mm-panel, .mm-menu.mm-fx-panels-slide-up .mm-panel {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-opened, .mm-menu.mm-fx-panels-slide-up .mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-slide-up .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li {
  transition: none .4s ease; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(1) {
  transition-delay: 50ms; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(2) {
  transition-delay: .1s; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(3) {
  transition-delay: 150ms; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(4) {
  transition-delay: .2s; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(5) {
  transition-delay: 250ms; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(6) {
  transition-delay: .3s; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(7) {
  transition-delay: 350ms; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(8) {
  transition-delay: .4s; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(9) {
  transition-delay: 450ms; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(10) {
  transition-delay: .5s; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(11) {
  transition-delay: 550ms; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(12) {
  transition-delay: .6s; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(13) {
  transition-delay: 650ms; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(14) {
  transition-delay: .7s; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(15) {
  transition-delay: 750ms; }

.mm-menu.mm-fx-listitems-slide .mm-listview > li {
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0; }

html.mm-opening .mm-menu.mm-fx-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.mm-menu.mm-fx-listitems-fade .mm-listview > li {
  transition-property: opacity;
  opacity: 0; }

html.mm-opening .mm-menu.mm-fx-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1; }

.mm-menu.mm-fx-listitems-drop .mm-listview > li {
  transition-property: opacity,top;
  opacity: 0;
  top: -25%; }

html.mm-opening .mm-menu.mm-fx-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0; }

.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

@media all and (max-width: 140px) {
  html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 10000px) {
  html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0); } }

html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 10000px) {
  html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0); } }

.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom, .mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-iconbar body {
  overflow-x: hidden; }

html.mm-iconbar .mm-page {
  background: inherit;
  min-height: 100vh; }

html.mm-iconbar .mm-slideout {
  box-sizing: border-box;
  padding-right: 60px;
  -webkit-transform: translate(60px, 0);
  transform: translate(60px, 0);
  -webkit-transform: translate3d(60px, 0, 0);
  transform: translate3d(60px, 0, 0); }

.mm-menu.mm-iconbar {
  display: block; }

.mm-menu .mm-panels > .mm-panel.mm-listview-justify:after, .mm-menu .mm-panels > .mm-panel.mm-listview-justify:before, .mm-menu.mm-listview-justify .mm-panels > .mm-panel:after, .mm-menu.mm-listview-justify .mm-panels > .mm-panel:before {
  content: none;
  display: none; }

.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview, .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0; }

.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li, .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li {
  flex: 1 0 auto;
  min-height: 40px; }

.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li:not(.mm-divider), .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) {
  display: flex;
  flex-direction: column; }

.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li > a:not(.mm-next), .mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li > span, .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li > a:not(.mm-next), .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li > span {
  box-sizing: border-box;
  flex: 1 0 auto;
  display: flex;
  align-items: center; }

.mm-listview-small .mm-listview > li > a:not(.mm-next), .mm-listview-small .mm-listview > li > span {
  padding: 7px 10px 7px 20px; }

.mm-listview-small .mm-listview > li.mm-vertical > .mm-next, .mm-listview-small .mm-vertical > .mm-listview > li > .mm-next {
  height: 34px; }

.mm-listview-large .mm-listview > li > a:not(.mm-next), .mm-listview-large .mm-listview > li > span {
  padding: 15px 10px 15px 20px; }

.mm-listview-large .mm-listview > li.mm-vertical > .mm-next, .mm-listview-large .mm-vertical > .mm-listview > li > .mm-next {
  height: 50px; }

.mm-listview-huge .mm-listview > li > a:not(.mm-next), .mm-listview-huge .mm-listview > li > span {
  padding: 20px 10px 20px 20px; }

.mm-listview-huge .mm-listview > li.mm-vertical > .mm-next, .mm-listview-huge .mm-vertical > .mm-listview > li > .mm-next {
  height: 60px; }

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }

.mm-listview .mm-spacer > .mm-next {
  top: 40px; }

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px; }

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }

.mm-listview .mm-inset > li {
  padding: 5px 0; }

.mm-menu .mm-listview.mm-multiline > li > a, .mm-menu .mm-listview.mm-multiline > li > span, .mm-menu .mm-listview > li.mm-multiline > a, .mm-menu .mm-listview > li.mm-multiline > span, .mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal; }

.mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
  opacity: 0; }

html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
  opacity: .3;
  transition: opacity .4s ease .4s; }

.mm-menu.mm-opened.mm-pagedim ~ #mm-blocker {
  background: inherit; }

.mm-menu.mm-opened.mm-pagedim-white ~ #mm-blocker {
  background: #fff; }

.mm-menu.mm-opened.mm-pagedim-black ~ #mm-blocker {
  background: #000; }

.mm-menu.mm-popup {
  transition: opacity .4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.mm-menu.mm-popup.mm-opened ~ .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0; }

.mm-menu.mm-popup.mm-opened ~ #mm-blocker {
  transition-delay: 0s !important;
  z-index: 1; }

html.mm-opening .mm-menu.mm-popup {
  opacity: 1; }

.mm-menu.mm-offcanvas.mm-right {
  left: auto; }

html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); } }

html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0; }

html.mm-front #mm-blocker {
  z-index: 1; }

html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2; }

.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-offcanvas.mm-top {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.mm-menu.mm-offcanvas.mm-bottom {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-offcanvas.mm-bottom {
  top: auto; }

html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

.mm-menu.mm-shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100; }

.mm-menu.mm-shadow-page.mm-right:after {
  left: auto;
  right: 100%; }

.mm-menu.mm-shadow-page.mm-front:after, .mm-menu.mm-shadow-page.mm-next:after {
  content: none;
  display: none; }

.mm-menu.mm-shadow-page:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > * {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-shadow-page.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-shadow-panels.mm-theme-dark .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333; }

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-btn:after, .mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-shadow-page.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-shadow-panels.mm-theme-white .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff; }

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar > * {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-btn:after, .mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-shadow-page.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-shadow-panels.mm-theme-black .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: false; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000; }

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both; }

.mm-menu .mm-tileview.mm-listview > li, .mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative; }

.mm-menu .mm-tileview.mm-listview > li:after, .mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-s, .mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-l, .mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%; }

.mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span, .mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0; }

.mm-menu .mm-tileview.mm-listview > li > .mm-next, .mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto; }

.mm-menu .mm-tileview.mm-listview > li > .mm-next:after, .mm-menu .mm-tileview.mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after, .mm-menu.mm-tileview .mm-listview > li > .mm-next:before {
  content: none;
  display: none; }

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }

.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none; }

.mm-menu.mm-tileview .mm-listview {
  margin: 0; }

html.mm-widescreen body {
  position: relative; }

html.mm-widescreen #mm-blocker {
  display: none !important; }

html.mm-widescreen .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  width: 70% !important;
  margin-left: 30% !important; }

html.mm-widescreen .mm-page {
  background: inherit;
  box-sizing: border-box; }

html.mm-widescreen.mm-blocking, html.mm-widescreen.mm-blocking body {
  overflow: auto; }

.mm-menu.mm-widescreen {
  border-right-width: 1px;
  border-right-style: solid;
  display: block !important;
  width: 30% !important;
  min-width: 0 !important;
  max-width: none !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 100 !important;
  -webkit-transform: none !important;
  transform: none !important; }

.mm-menu.mm-widescreen.mm-pageshadow:after {
  content: none;
  display: none; }

.mm-menu.mm-autoheight {
  transition: none .4s ease;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.mm-menu.mm-autoheight:not(.mm-offcanvas) {
  position: relative; }

.mm-menu.mm-measureheight .mm-panel.mm-vertical.mm-opened, .mm-menu.mm-measureheight .mm-panel:not(.mm-vertical) {
  display: block !important; }

.mm-menu.mm-measureheight .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

.mm-columns {
  transition-property: width; }

.mm-columns .mm-panels > .mm-panel {
  right: auto;
  transition-property: width,-webkit-transform;
  transition-property: width,transform;
  transition-property: width,transform,-webkit-transform; }

.mm-columns .mm-panels > .mm-panel.mm-opened, .mm-columns .mm-panels > .mm-panel.mm-subopened {
  border-left: 1px solid;
  border-color: inherit;
  display: block !important; }

.mm-columns .mm-panels > .mm-columns-0 {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-columns-0 .mm-panels > .mm-panel {
  z-index: 0; }

.mm-columns-0 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-columns-0 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-offcanvas.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0; }

html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 0px) {
  html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 0px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.mm-columns .mm-panels > .mm-columns-1 {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%; }

.mm-columns-1 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-columns-1 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0); }

.mm-menu.mm-offcanvas.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }

html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); } }

.mm-columns .mm-panels > .mm-columns-2 {
  -webkit-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0); }

.mm-columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%; }

.mm-columns-2 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-columns-2 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0); }

.mm-menu.mm-offcanvas.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px; }

html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 1100px) {
  html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    -webkit-transform: translate(880px, 0);
    transform: translate(880px, 0);
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0); } }

html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 1100px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    -webkit-transform: translate(-880px, 0);
    transform: translate(-880px, 0);
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0); } }

.mm-columns .mm-panels > .mm-columns-3 {
  -webkit-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0); }

.mm-columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%; }

.mm-columns-3 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-columns-3 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0); }

.mm-menu.mm-offcanvas.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px; }

html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 1650px) {
  html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    -webkit-transform: translate(1320px, 0);
    transform: translate(1320px, 0);
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0); } }

html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 1650px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    -webkit-transform: translate(-1320px, 0);
    transform: translate(-1320px, 0);
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0); } }

.mm-columns .mm-panels > .mm-columns-4 {
  -webkit-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0); }

.mm-columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%; }

.mm-columns-4 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-columns-4 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0); }

.mm-menu.mm-offcanvas.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px; }

html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 2200px) {
  html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    -webkit-transform: translate(1760px, 0);
    transform: translate(1760px, 0);
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0); } }

html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 2200px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    -webkit-transform: translate(-1760px, 0);
    transform: translate(-1760px, 0);
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0); } }

.mm-columns.mm-offcanvas.mm-bottom, .mm-columns.mm-offcanvas.mm-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%; }

html.mm-opening .mm-columns.mm-offcanvas.mm-front, html.mm-opening .mm-columns.mm-offcanvas.mm-next {
  transition-property: width,min-width,max-width,-webkit-transform;
  transition-property: width,min-width,max-width,transform;
  transition-property: width,min-width,max-width,transform,-webkit-transform; }

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }

em.mm-counter + a.mm-next {
  width: 90px; }

em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
  margin-right: 90px; }

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0; }

em.mm-counter + a.mm-fullsubopen + a, em.mm-counter + a.mm-fullsubopen + span {
  padding-right: 90px; }

.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a, .mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span {
  padding-right: 90px; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-fixeddivider:after {
  content: none !important;
  display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout {
  transition-duration: 0s; }

.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%; }

html.mm-dropdown .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0; }

html.mm-dropdown #mm-blocker {
  transition-delay: 0s !important;
  z-index: 1; }

html.mm-dropdown .mm-menu {
  z-index: 2; }

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none; }

.mm-menu.mm-tip:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-menu.mm-tipleft:before {
  left: 22px; }

.mm-menu.mm-tipright:before {
  right: 22px; }

.mm-menu.mm-tiptop:before {
  top: -8px; }

.mm-menu.mm-tipbottom:before {
  bottom: -8px; }

.mm-iconpanel .mm-panels > .mm-panel {
  transition-property: left,-webkit-transform;
  transition-property: transform,left;
  transition-property: transform,left,-webkit-transform; }

.mm-iconpanel .mm-panels > .mm-panel.mm-opened, .mm-iconpanel .mm-panels > .mm-panel.mm-subopened {
  border-left: 1px solid;
  border-color: inherit;
  display: block !important; }

.mm-iconpanel .mm-panels > .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  transition: opacity .4s ease; }

.mm-subopened .mm-subblocker {
  opacity: .6;
  bottom: -100000px; }

.mm-keyboardfocus a:focus {
  outline: 0; }

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.5); }

.mm-navbars-bottom, .mm-navbars-top {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3; }

.mm-navbars-bottom > .mm-navbar, .mm-navbars-top > .mm-navbar {
  border: none;
  padding: 0;
  position: relative;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-navbars-top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0; }

.mm-navbars-bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-navbar[class*=mm-navbar-content-] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }

.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px; }

.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline; }

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-hasnavbar-top-1 .mm-panels {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panels {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panels {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px; }

.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

.mm-menu.mm-rtl {
  direction: rtl; }

.mm-menu.mm-rtl.mm-offcanvas {
  right: auto; }

.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu.mm-rtl .mm-panel.mm-subopened {
  -webkit-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
  left: auto;
  right: 0; }

.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
  right: auto;
  left: 0; }

.mm-menu.mm-rtl .mm-navbar .mm-next:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto; }

.mm-menu.mm-rtl .mm-listview > li:not(.mm-divider)::after {
  left: 0;
  right: 20px; }

.mm-menu.mm-rtl .mm-listview > li > a:not(.mm-next), .mm-menu.mm-rtl .mm-listview > li > span:not(.mm-next) {
  padding-left: 10px;
  padding-right: 20px !important;
  margin-right: 0 !important; }

.mm-menu.mm-rtl .mm-listview .mm-next {
  right: auto;
  left: 0; }

.mm-menu.mm-rtl .mm-listview .mm-next:before {
  left: auto;
  right: 0; }

.mm-menu.mm-rtl .mm-listview .mm-next:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-menu.mm-rtl .mm-listview .mm-next + a, .mm-menu.mm-rtl .mm-listview .mm-next + span {
  margin-left: 50px; }

.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + span {
  padding-left: 50px; }

.mm-menu.mm-rtl em.mm-counter {
  left: 45px;
  right: auto; }

.mm-menu.mm-rtl em.mm-counter + a.mm-next + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + span {
  margin-left: 90px; }

.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + span {
  padding-left: 90px; }

.mm-menu.mm-rtl label.mm-check, .mm-menu.mm-rtl label.mm-toggle {
  left: 20px;
  right: auto !important; }

.mm-menu.mm-rtl label.mm-toggle + a, .mm-menu.mm-rtl label.mm-toggle + span {
  padding-left: 80px; }

.mm-menu.mm-rtl label.mm-check + a, .mm-menu.mm-rtl label.mm-check + span {
  padding-left: 60px; }

.mm-menu.mm-rtl a.mm-next + label.mm-check, .mm-menu.mm-rtl a.mm-next + label.mm-toggle {
  left: 60px; }

.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  margin-left: 50px; }

.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  padding-left: 70px; }

.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span {
  padding-left: 50px; }

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle {
  left: 100px; }

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + span, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-left: 90px; }

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-] {
  left: 0; }

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
  transition-property: right,-webkit-transform;
  transition-property: transform,right;
  transition-property: transform,right,-webkit-transform; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  right: 0; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  right: 40px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  right: 80px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  right: 120px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  right: 160px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  right: 200px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  right: 240px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit; }

.mm-search, .mm-search input {
  box-sizing: border-box; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px;
  position: relative; }

.mm-search input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px; }

.mm-search input::-ms-clear {
  display: none; }

.mm-search .mm-clear, .mm-search .mm-next {
  right: 0; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.mm-panel.mm-hassearch {
  padding-top: 40px; }

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px; }

.mm-panel.mm-hassearch.mm-hasnavbar > .mm-search {
  top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0; }

.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }

li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75); }

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 15;
  transition: right .4s ease;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%; }

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px; }

.mm-hasindexer .mm-indexer {
  right: 0; }

.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen), .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
  transition: background .4s ease; }

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5); }

input.mm-check, input.mm-toggle {
  position: absolute;
  left: -10000px; }

label.mm-check, label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2; }

label.mm-check:before, label.mm-toggle:before {
  content: '';
  display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0; }

li.mm-vertical label.mm-toggle {
  top: 5px; }

li.mm-vertical label.mm-check {
  top: 5px; }

label.mm-check, label.mm-toggle {
  right: 20px; }

label.mm-toggle + a, label.mm-toggle + span {
  padding-right: 80px; }

label.mm-check + a, label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-check, a.mm-next + label.mm-toggle {
  right: 60px; }

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span, a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  margin-right: 50px; }

a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-check, em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px; }

em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span, em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu label.mm-toggle:before {
  background: #f3f3f3; }

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75); }

html,
body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 1.2; }

img {
  border: none;
  max-width: 100%;
  height: auto; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

a img {
  border: none; }

a {
  text-decoration: none; }

html.no-touchevents a:hover {
  text-decoration: underline; }

a:focus {
  outline: none; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

iframe {
  max-width: 100%; }

section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-size: cover;
  background-position: center center; }

section.center-content-vertically .container,
section.center-content-vertically .container .column {
  display: flex;
  align-items: center; }

section.vertical-padding-extra {
  padding-top: 8rem;
  padding-bottom: 8rem; }

section.vertical-padding-full-screen {
  height: 100vh; }

section.vertical-padding-extra + section.background-color-repeat {
  margin-top: -8rem; }

section + section.background-color-repeat.merge-section {
  padding-top: 20px;
  /** This should mimic paragraph spacing to merge the sections **/ }

section.horizontal-padding-extra > .container {
  padding-left: 20rem;
  padding-right: 20rem; }

section.horizontal-padding-medium > .container {
  padding-left: 10rem;
  padding-right: 10rem; }

section .container > *:first-child,
section .content-type:first-child > *:first-child:not(.embed-container),
section .content-type:first-child > *:first-child:not(.embed-container) > .button,
.column > *:first-child:not(.embed-container),
.column > *:first-child:not(.embed-container):not(.button-wrapper) > .button {
  margin-top: 0;
  padding-top: 0; }

section .container > *:last-child,
section .content-type:last-child > *:last-child:not(.embed-container),
section .content-type:last-child > *:last-child:not(.embed-container) > .button-wrapper,
.column > *:last-child:not(.embed-container),
.column > *:last-child:not(.embed-container) > .button-wrapper {
  margin-bottom: 0;
  padding-bottom: 0; }

#main-nav .sub-menu {
  padding: 10px 0;
  display: none;
  min-width: 200px;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 100%;
  border: 1px solid #ccc;
  background: #fff; }

#main-nav li:last-child .sub-menu,
#main-nav li:nth-last-child(2) .sub-menu {
  left: auto;
  right: 0; }

#main-nav li:hover .sub-menu {
  display: block; }

#main-nav li {
  position: relative; }

#mobile-nav {
  display: none; }

#mobile-nav.mm-menu.mm-offcanvas.mm-opened {
  display: block; }

#pagination {
  display: flex;
  justify-content: space-between;
  align-items: center; }

#mobile-header {
  display: none; }

.columns {
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 40px; }

.columns-6-6 {
  grid-template-columns: repeat(2, 6fr); }

.columns-4-4-4 {
  grid-template-columns: repeat(3, 4fr); }

.columns-3-3-3-3 {
  grid-template-columns: repeat(4, 3fr); }

.columns-3-9 {
  grid-template-columns: 3fr 9fr; }

.columns-9-3 {
  grid-template-columns: 9fr 3fr; }

.columns-10-2 {
  grid-template-columns: 10fr 2fr; }

.columns-4-8 {
  grid-template-columns: 4fr 8fr; }

.columns-8-4 {
  grid-template-columns: 8fr 4fr; }

html.no-cssgrid .columns-6-6 {
  margin-bottom: -40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  html.no-cssgrid .columns-6-6 > *:nth-child(2n+1) {
    width: calc(50% - 40px*1/2);
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px; }
  html.no-cssgrid .columns-6-6 > *:nth-child(2n+2) {
    width: calc(50% - 40px*1/2);
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px; }
  html.no-cssgrid .columns-6-6 > *:nth-child(2n+1) {
    margin-left: 0; }
  html.no-cssgrid .columns-6-6 > *:nth-child(2n+2) {
    margin-right: 0; }

html.no-cssgrid .columns-4-4-4 {
  margin-bottom: -40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  html.no-cssgrid .columns-4-4-4 > *:nth-child(3n+1) {
    width: calc(33.3333% - 40px*2/3);
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px; }
  html.no-cssgrid .columns-4-4-4 > *:nth-child(3n+2) {
    width: calc(33.3333% - 40px*2/3);
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px; }
  html.no-cssgrid .columns-4-4-4 > *:nth-child(3n+3) {
    width: calc(33.3333% - 40px*2/3);
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px; }
  html.no-cssgrid .columns-4-4-4 > *:nth-child(3n+1) {
    margin-left: 0; }
  html.no-cssgrid .columns-4-4-4 > *:nth-child(3n+3) {
    margin-right: 0; }

html.no-cssgrid .columns-3-3-3-3 {
  margin-bottom: -40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  html.no-cssgrid .columns-3-3-3-3 > *:nth-child(4n+1) {
    width: calc(25% - 40px*3/4);
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px; }
  html.no-cssgrid .columns-3-3-3-3 > *:nth-child(4n+2) {
    width: calc(25% - 40px*3/4);
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px; }
  html.no-cssgrid .columns-3-3-3-3 > *:nth-child(4n+3) {
    width: calc(25% - 40px*3/4);
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px; }
  html.no-cssgrid .columns-3-3-3-3 > *:nth-child(4n+4) {
    width: calc(25% - 40px*3/4);
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px; }
  html.no-cssgrid .columns-3-3-3-3 > *:nth-child(4n+1) {
    margin-left: 0; }
  html.no-cssgrid .columns-3-3-3-3 > *:nth-child(4n+4) {
    margin-right: 0; }

html.no-cssgrid .columns-3-9 {
  margin-bottom: -40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  html.no-cssgrid .columns-3-9 > *:nth-child(2n+1) {
    width: calc(25% - 40px*1/2);
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px; }
  html.no-cssgrid .columns-3-9 > *:nth-child(2n+2) {
    width: calc(75% - 40px*1/2);
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px; }
  html.no-cssgrid .columns-3-9 > *:nth-child(2n+1) {
    margin-left: 0; }
  html.no-cssgrid .columns-3-9 > *:nth-child(2n+2) {
    margin-right: 0; }

html.no-cssgrid .columns-9-3 {
  margin-bottom: -40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  html.no-cssgrid .columns-9-3 > *:nth-child(2n+1) {
    width: calc(75% - 40px*1/2);
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px; }
  html.no-cssgrid .columns-9-3 > *:nth-child(2n+2) {
    width: calc(25% - 40px*1/2);
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px; }
  html.no-cssgrid .columns-9-3 > *:nth-child(2n+1) {
    margin-left: 0; }
  html.no-cssgrid .columns-9-3 > *:nth-child(2n+2) {
    margin-right: 0; }

html.no-cssgrid .columns-10-2 {
  margin-bottom: -40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  html.no-cssgrid .columns-10-2 > *:nth-child(2n+1) {
    width: calc(80% - 40px*1/2);
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px; }
  html.no-cssgrid .columns-10-2 > *:nth-child(2n+2) {
    width: calc(20% - 40px*1/2);
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px; }
  html.no-cssgrid .columns-10-2 > *:nth-child(2n+1) {
    margin-left: 0; }
  html.no-cssgrid .columns-10-2 > *:nth-child(2n+2) {
    margin-right: 0; }

html.no-cssgrid .columns-8-4 {
  margin-bottom: -40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  html.no-cssgrid .columns-8-4 > *:nth-child(2n+1) {
    width: calc(66.6666% - 40px*1/2);
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px; }
  html.no-cssgrid .columns-8-4 > *:nth-child(2n+2) {
    width: calc(33.3333% - 40px*1/2);
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px; }
  html.no-cssgrid .columns-8-4 > *:nth-child(2n+1) {
    margin-left: 0; }
  html.no-cssgrid .columns-8-4 > *:nth-child(2n+2) {
    margin-right: 0; }

html.no-cssgrid .columns-4-8 {
  margin-bottom: -40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  html.no-cssgrid .columns-4-8 > *:nth-child(2n+1) {
    width: calc(33.3333% - 40px*1/2);
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px; }
  html.no-cssgrid .columns-4-8 > *:nth-child(2n+2) {
    width: calc(66.6666% - 40px*1/2);
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px; }
  html.no-cssgrid .columns-4-8 > *:nth-child(2n+1) {
    margin-left: 0; }
  html.no-cssgrid .columns-4-8 > *:nth-child(2n+2) {
    margin-right: 0; }

.columns.border {
  overflow: hidden; }

.columns.border > * {
  position: relative; }

.columns.border > *:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  right: -20px;
  top: 0; }

.columns.border > *:last-child:after {
  display: none; }

.content-type {
  width: 100%; }

.background-black {
  background-color: #000; }

.background-white {
  background-color: #fff; }

.group:after {
  content: "";
  display: table;
  clear: both; }

.aligncenter {
  text-align: center; }

.alignleft {
  float: left;
  margin: 0 15px 15px 0; }

.alignright {
  float: right;
  margin: 0 0 15px 15px; }

html.no-touchevents .fade:hover {
  opacity: .7; }

.simple-list,
.simple-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.simple-list li:before {
  display: none; }

.mobile,
.mobile-flex {
  display: none; }

.wf-loading a,
.wf-loading p,
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6,
.wf-loading input {
  visibility: hidden; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.tab-content .content {
  display: none; }

.ajax-loader:before {
  -webkit-animation-name: rotate-loader;
          animation-name: rotate-loader;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  width: 30px;
  height: 30px;
  background: url(../img/loader.svg) no-repeat center center/30px;
  position: absolute;
  content: "";
  right: 50px;
  top: 16px; }

@-webkit-keyframes rotate-loader {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate-loader {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.modal-video-close-btn:before,
.modal-video-close-btn:after {
  margin-top: -1px; }

.modal-video-close-btn {
  cursor: pointer;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s; }

html.no-touchevents .modal-video-close-btn:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.modal-video-close-btn:focus {
  outline: none; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea,
.ginput_card_expiration {
  width: 100%;
  height: 54px;
  box-sizing: border-box;
  padding: 0 10px;
  border: 2px solid #6e84c1;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  background: #F4F5FA; }

input[type="submit"]:focus {
  outline: none; }

input::-ms-clear {
  display: none; }

textarea {
  height: 215px;
  resize: none;
  overflow: auto;
  padding-top: 8px;
  padding-bottom: 8px; }

select {
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none; }

input[type="radio"] {
  margin-right: 8px;
  vertical-align: middle;
  margin-top: 0; }

::-webkit-input-placeholder {
  color: #ccc; }

::-moz-placeholder {
  color: #ccc;
  opacity: 1; }

:-ms-input-placeholder {
  color: #ccc; }

input[type="checkbox"],
input[type="radio"] {
  display: none; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block; }

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 4px solid #A2B1D2;
  left: 0;
  top: 3px;
  position: absolute;
  border-radius: 4px;
  background: #fff;
  top: 7px; }

input[type="radio"] + label:before {
  border-radius: 50%; }

input[type="checkbox"] + label:after,
input[type="radio"] + label:after {
  content: "";
  width: 18px;
  height: 11px;
  -webkit-transform: rotate(-45deg) scale(0);
          transform: rotate(-45deg) scale(0);
  position: absolute;
  left: 1px;
  top: -3px;
  border-bottom: solid 4px #0F3B50;
  border-left: solid 4px #0F3B50;
  transition: ease-in-out transform .1s;
  top: 0px; }

input[type="radio"] + label:after {
  width: 8px;
  height: 8px;
  left: 6px;
  top: 13px;
  border: none;
  background-color: #0F3B50;
  border-radius: 50%; }

input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
  -webkit-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1); }

.gform_fields {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.gfield {
  width: 100%;
  padding-bottom: 2.5rem; }

.gfield.half {
  width: calc(50% - 10px); }

.gfield.hide_label > label {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden; }

.gform_validation_container {
  display: none; }

.gfield_required,
.validation_message,
.validation_error {
  color: #CF594A; }

.gform_ajax_spinner {
  width: 25px;
  position: absolute;
  bottom: 10px;
  left: 0;
  -webkit-animation-name: rotate-loader;
          animation-name: rotate-loader;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

.gfield_radio,
.gfield_checkbox {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.gfield_radio label,
.gfield_checkbox label {
  padding-left: 10px; }

.validation_message {
  font-size: 80%; }

.validation_error {
  padding-bottom: 20px; }

.gform_confirmation_message {
  color: #7FBE39; }

.ginput_container_select,
.select-container {
  overflow: hidden;
  position: relative;
  border: 2px solid #6e84c1;
  box-sizing: border-box;
  height: 54px;
  background: #fff;
  background: #F4F5FA; }

.blue-field .ginput_container_select,
.blue-field .select-container {
  background-color: #6e84c1;
  color: #fff;
  margin-top: .5rem; }

.blue-field .ginput_container_select:after,
.blue-field .select-container:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #ffffff transparent transparent transparent; }

.blue-field option {
  color: #000; }

.ginput_container_select:after,
.select-container:after {
  position: absolute;
  right: 14px;
  top: 20px;
  pointer-events: none;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .8rem .9rem 0 .9rem;
  border-color: #6e84c1 transparent transparent transparent; }

.ginput_container_select select,
.select-container select {
  width: 120%;
  background: transparent;
  color: inherit;
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
  border: none; }

.ginput_container_select select:-moz-focusring,
.select-container select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

.ginput_container_select select:focus,
.select-container select:focus {
  outline: none; }

.gform_footer {
  position: relative; }

main .gform_title {
  font-size: 6.4rem;
  font-weight: 400; }

.horizontal-padding-extra .gform_wrapper p,
.horizontal-padding-extra .gform_wrapper h2,
.horizontal-padding-extra .gform_wrapper h3,
.horizontal-padding-extra .gform_wrapper h4,
.horizontal-padding-extra .gform_wrapper h5,
.horizontal-padding-extra .gform_wrapper h6 {
  padding-right: 0; }

main .gform_wrapper ul li:before {
  display: none; }

main .gform_wrapper {
  border: 1.6rem #C8ECEF solid;
  padding: 7rem 9.5rem 17rem 7rem !important; }

#page main .gform_wrapper {
  margin: 7rem 0; }

.form-group h2 {
  font-family: myriad-pro, sans-serif;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 600;
  margin: 5rem 0 2rem; }

main label {
  font-size: 2rem; }

main .gfield_description {
  font-size: 14px;
  line-height: 1.4;
  margin: 2rem 0; }

main input[type=submit] {
  background-color: transparent;
  font-size: 2rem;
  border: none;
  cursor: pointer; }

main .gform_footer {
  float: right;
  margin-top: 4rem; }

main .gform_footer:after {
  content: "";
  display: table;
  clear: both; }

.gform_wrapper.grouped-form_wrapper {
  border: none;
  padding: 0 0 0 0 !important; }

.form-group .gsection {
  background: #0F3B50;
  padding: 2rem 3rem;
  position: relative; }

.form-group .gsection h2 {
  margin: 0;
  line-height: 1;
  position: relative;
  font-size: 2rem; }

/*.form-group .gsection h2:after{
	content:"";
	position:absolute;
	right:0;
	top: -1.2rem;
	transform:rotate(45deg);
	width:3rem;
	height:3rem;
	border-bottom:3px #fff solid;
	border-right:3px #fff solid;
}*/
.form-group ul {
  width: 100%; }

.no-label .gfield_label {
  display: none; }

.checkerbox li {
  width: calc(50% - 3rem);
  padding: 1.5rem 1.5rem; }

.checkerbox li label {
  line-height: 1.2;
  font-size: 1.8rem; }

.checkerbox li:nth-child(4n+1),
.checkerbox li:nth-child(4n+4) {
  background: #f1fafa; }

.checkerbox ul {
  display: flex;
  flex-wrap: wrap;
  background: #e3f5f7; }

.checkerbox input[type="radio"] + label:before {
  border-radius: 4px;
  border: 4px solid #A2B1D2;
  background: #fff;
  width: 12px;
  height: 12px;
  top: 1px; }

.checkerbox input[type="radio"] + label:after {
  border-radius: 0;
  border: solid;
  background: transparent;
  border-bottom: solid 4px #0F3B50;
  border-left: solid 4px #0F3B50;
  border-top: none;
  border-right: none;
  width: 18px;
  height: 11px;
  left: 1px;
  top: -5px; }

.form-frame {
  border: 1.6rem #C8ECEF solid;
  padding: 7rem !important; }

.extra-li {
  display: none; }

.donation-amount {
  display: flex; }

.donation-amount label {
  padding-right: 5rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2; }

.donation-amount .ginput_container {
  position: relative; }

.donation-amount input[type="text"] {
  font-size: 4rem;
  text-align: right; }

.city {
  width: calc(50% - 10px); }

.state {
  width: calc(20% - 10px); }

.zip {
  width: calc(30% - 10px); }

.partial {
  width: 60%; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0; }

.gform_wrapper div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url(../img/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0; }

.credit-cards .gfield_label_before_complex {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2; }

.gform_wrapper .ginput_complex.ginput_container {
  overflow: visible;
  width: 100%; }

.gform_wrapper .ginput_complex .ginput_full, .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
  min-height: 45px; }

.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex select {
  width: 100%; }

.gform_wrapper .ginput_complex .ginput_full {
  min-height: 45px; }

@media only screen and (min-width: 641px) {
  .gform_wrapper .ginput_complex .ginput_cardinfo_left, .gform_wrapper .ginput_complex .ginput_cardinfo_right {
    min-height: 43px;
    position: relative;
    float: left; }
  .gform_wrapper .ginput_complex .ginput_cardinfo_left, .gform_wrapper .ginput_complex .ginput_cardinfo_right {
    min-height: 43px;
    position: relative;
    float: left; }
  .gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    min-width: 160px !important; }
  .ginput_card_expiration {
    width: calc(50% - 5px) !important; }
  .gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container label {
    width: 100%; }
  .gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 10px; }
  .gform_wrapper .ginput_complex .ginput_cardinfo_left, .gform_wrapper .ginput_complex .ginput_cardinfo_right {
    min-height: 43px;
    position: relative;
    float: left; }
  .ginput_cardinfo_left {
    margin-right: 10px; }
  .ginput_card_security_code_icon {
    display: none; }
  .ginput_full.ginput_cardextras {
    display: flex; } }

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
  width: 100%; }

.gform_wrapper .gform_card_icon_container {
  margin: 8px 0 6px;
  height: 32px; }

.ginput_card_expiration {
  box-sizing: border-box;
  padding: 0 10px;
  border: 2px solid #6e84c1;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  background: #f4f5fa;
  border-radius: 0; }

input[type=submit] {
  font-family: inherit; }

.bold-label > label {
  font-weight: 600; }

.gform_wrapper {
  margin-bottom: 5rem; }

#page .gsection {
  margin-top: 5rem; }

#page .gsection:first-of-type {
  margin-top: 0; }

select::-ms-expand {
  display: none; }

.ginput_stripe_creditcard .StripeElement {
  border: 2px solid #6e84c1;
  background: #F4F5FA;
  height: 33px;
  padding: 17px 10px 0;
  margin-bottom: 15px; }
  .ginput_stripe_creditcard .StripeElement + label {
    display: none; }

.gfield.hidden_label > label {
  display: none; }

body #full-page {
  font-family: myriad-pro, sans-serif;
  font-size: 2rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  color: #2B2929; }

p.large,
.large p,
.large {
  font-size: 2.4rem; }

p.small {
  font-size: 1.8rem; }

h1,
.h1 {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-size: 6.4rem;
  font-color: #fff;
  line-height: 1; }

.page-hero h1,
#template-staff h1 {
  font-size: 8.4rem;
  font-weight: 600;
  margin: 2.5rem 0;
  line-height: 1.1; }

.single h1 {
  font-size: 8.4rem;
  font-weight: 700;
  margin-bottom: 3rem; }

h1.large {
  font-size: 11.2rem;
  font-weight: 400; }

h2,
.h2 {
  font-family: adobe-garamond-pro, serif;
  font-size: 6.4rem;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.062; }

#intro-header h2 {
  margin-top: 0;
  margin-bottom: 3rem; }

#page #hero h2,
.page-hero h2 {
  font-size: 4.8rem;
  line-height: 1.3;
  margin-top: 0;
  -webkit-font-feature-settings: "swsh";
          font-feature-settings: "swsh"; }

h1 em,
.h1 em,
h2 em,
.h2 em,
h3 em,
.h3 em {
  -webkit-font-feature-settings: "swsh";
          font-feature-settings: "swsh"; }

h2.large,
.h2.large,
h2 .large {
  font-size: 6.4rem; }

h3,
.h3 {
  font-family: adobe-garamond-pro, serif;
  font-size: 4.8rem;
  line-height: 1.125;
  font-weight: 600;
  margin-bottom: 2rem; }

h4,
.h4 {
  font-family: adobe-garamond-pro, serif;
  font-weight: 600;
  font-size: 4.2rem;
  line-height: 1.07; }

.basic_editor h4,
.basic_editor .h4,
.basic_editor h6,
.basic_editor .h6,
.post-content h4,
.post-content .h4,
.post-content h6,
.post-content .h6 {
  margin-bottom: 0; }

h4.small {
  font-size: 3rem;
  margin-bottom: 3rem; }

h5,
.h5,
.gsection_title {
  font-family: adobe-garamond-pro, serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.06;
  margin-bottom: 0; }

h5 + p,
.h5 + p {
  margin-top: 0; }

h6,
.h6 {
  font-size: 2rem;
  line-height: 1.4;
  text-transform: uppercase; }

h6.small {
  font-size: 1.8rem; }

a {
  color: #C75B1A; }

.font-color-white,
.font-color-white a {
  color: #fff; }

.font-color-black {
  color: #000; }

.mm-listview .menu-item.mobile-button {
  display: none; }

.button-wrapper,
main .gform_footer,
.gform_page_footer,
.sticky-header .mm-listview .menu-item.mobile-button {
  background-color: #6e84c1;
  position: relative;
  display: inline-block;
  overflow: hidden; }

.button-wrapper.white {
  background-color: #fff; }

.button-wrapper:after,
main .gform_footer:before,
.gform_page_footer:before,
.sticky-header .mm-listview .menu-item.mobile-button:before {
  content: "";
  display: block;
  background-color: #546AAE;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleY(0.05);
          transform: scaleY(0.05);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  position: absolute;
  transition: -webkit-transform .1s ease-in;
  transition: transform .1s ease-in;
  transition: transform .1s ease-in, -webkit-transform .1s ease-in; }

.button-wrapper.white:after {
  background-color: #D3DAEC; }

.button-wrapper a,
button:not(.modal-video-close-btn),
input[type=submit],
.gform_next_button,
.sticky-header .mm-listview .menu-item.mobile-button a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 2;
  line-height: 1;
  padding: 2rem 4.5rem;
  display: block;
  transition: color .1s ease-in;
  background: transparent; }

.mm-listview .menu-item.mobile-button {
  margin: 20px 0 0 20px; }

.mm-listview .menu-item.mobile-button + .mobile-button {
  margin-left: 10px; }

.mm-listview .menu-item.mobile-button:after {
  display: none; }

.mobile-button a {
  color: #fff; }

.gform_next_button {
  font-size: 1.8rem; }

.white .button,
.white button:not(.modal-video-close-btn),
.white input[type=submit] {
  color: #6e84c1; }

html.no-touchevents .white:hover .button,
html.no-touchevents .white:hover button:not(.modal-video-close-btn),
html.no-touchevents .white:hover input[type=submit],
html.no-touchevents #newsletter-section .clear input[type=submit], #search-box .button-wrapper:hover input[type=submit] {
  color: #546AAE; }

.download-button {
  position: relative;
  border-bottom: 2px solid #C8ECEF;
  padding: 4rem 0;
  display: block;
  font-size: 3rem;
  line-height: 1;
  color: #2B2929;
  padding-left: 7.5rem;
  transition: color .2s ease-in-out; }

.download-button:first-of-type {
  border-top: 2px solid #C8ECEF; }

.download-button:after {
  content: "";
  display: block;
  width: 1.98rem;
  height: 2.22rem;
  background-image: url(../img/download-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 1.8rem;
  top: 3.3rem;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }

.download-button:hover:after {
  -webkit-transform: translateY(0.3rem);
          transform: translateY(0.3rem); }

.download-button:before {
  content: "";
  display: block;
  width: 3.4rem;
  height: 2.2rem;
  background-image: url(../img/download-box.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 1rem;
  top: 4.4rem; }

.download-button + br + .download-button {
  margin-top: -3.4rem; }

html.no-touchevents a.download-button:hover {
  color: #C75B1A;
  text-decoration: none; }

html.no-touchevents .button-wrapper:hover:after,
html.no-touchevents main .gform_footer:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1); }

html.no-touchevents .button-wrapper a:hover {
  text-decoration: none; }

button:focus,
input[type=submit]:focus {
  outline: none; }

.arrow-button {
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  font-size: 2rem;
  padding-right: 6.5rem;
  display: inline;
  font-family: myriad-pro, sans-serif;
  margin-top: 2rem;
  display: inline-block; }

.basic_editor .arrow-button,
.post-content .arrow-button {
  margin-top: 0; }

#tinymce .arrow-button:after {
  background-color: #C75B1A; }

#tinymce .arrow-button:before {
  border-left: 2px #C75B1A solid;
  border-bottom: 2px #C75B1A solid; }

html.no-touchevents .arrow-button:hover {
  text-decoration: none; }

.arrow-button:after,
.circle-button:before {
  content: "";
  display: block;
  background-color: #fff;
  width: 5.5rem;
  height: 2px;
  right: 0;
  top: 50%;
  position: absolute;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }

.content-type.basic_editor .arrow-button:after,
.post-content .arrow-button:after {
  background-color: #C75B1A; }

.content-type.basic_editor .arrow-button:before,
.post-content .arrow-button:before {
  border-left: 2px #C75B1A solid;
  border-bottom: 2px #C75B1A solid; }

html.no-touchevents .arrow-button:hover:after,
html.no-touchevents .big-button:hover .arrow-button:after {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem); }

.arrow-button:before,
.circle-button:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  border-left: 2px #fff solid;
  border-bottom: 2px #fff solid;
  right: 0;
  top: calc(50% - 5px);
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }

html.no-touchevents .arrow-button:hover:before,
html.no-touchevents .big-button:hover .arrow-button:before {
  -webkit-transform: rotate(-135deg) translate(-0.4rem, 0.4rem);
          transform: rotate(-135deg) translate(-0.4rem, 0.4rem); }

ul {
  list-style-type: none; }

ul li {
  position: relative; }

ul li:before {
  content: "\2013";
  position: absolute;
  left: -2rem; }

blockquote {
  font-size: 2.8rem;
  color: #5c6361;
  font-style: italic;
  font-family: adobe-garamond-pro, serif;
  padding-right: 0;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding-left: 4rem; }

blockquote:before {
  content: "";
  width: 6px;
  height: 100%;
  background: #6B6695;
  left: 0;
  position: absolute; }

.horizontal-padding-extra blockquote p {
  padding-right: 0; }

.byline {
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem; }

.byline:before {
  content: "\2013   "; }

.wp-caption-text {
  font-size: 1.6rem;
  color: #5c6361;
  margin-top: -8rem !important; }

.swash {
  -webkit-font-feature-settings: "swsh";
          font-feature-settings: "swsh"; }

.h5 + p,
h5 + p {
  margin-top: 1em; }

.one_column .basic_editor img,
.post-content img {
  padding-top: 8rem;
  padding-bottom: 8rem; }

.one_column .basic_editor p,
.one_column .basic_editor ul,
.one_column .basic_editor ol,
.post-content p,
.post-content ul,
.post-content ol {
  margin-bottom: 3.6rem; }

h2.legacy-giving {
  font-size: 2.8rem;
  color: #D3B548;
  font-family: myriad-pro, sans-serif;
  font-weight: 700; }

h3.legacy-giving {
  font-size: 2.1rem;
  color: #717171;
  text-transform: uppercase;
  font-family: myriad-pro, sans-serif;
  font-weight: 600; }

.content-type.boxes .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .content-type.boxes .boxes.count-4 .box:nth-child(4n + 4) {
    width: 100%; }
  .content-type.boxes .boxes .box {
    width: calc(33.3333% - 1rem);
    margin-bottom: 1.5rem;
    background-color: #F8F8F8;
    padding: 3.5rem 2rem;
    box-sizing: border-box;
    text-align: center; }
    .content-type.boxes .boxes .box .icon {
      width: 85px;
      height: 85px;
      margin: 0 auto 1.5rem; }
      .content-type.boxes .boxes .box .icon svg {
        max-width: 100%;
        max-width: 100%; }
    .content-type.boxes .boxes .box p {
      padding: 0; }
      .content-type.boxes .boxes .box p:first-of-type {
        margin-top: 0; }

@media all and (max-width: 650px) {
  .content-type.boxes .boxes.count-4 .box:nth-child(4n + 4) {
    width: calc(50% - 1rem); }
  .content-type.boxes .boxes .box {
    width: calc(50% - 1rem);
    padding: 2rem 2rem 1rem; } }

@media all and (max-width: 480px) {
  .content-type.boxes .boxes {
    display: block; }
    .content-type.boxes .boxes.count-4 .box:nth-child(4n + 4) {
      width: 100%; }
    .content-type.boxes .boxes .box {
      width: 100%; } }

.content-type.quote_banner {
  width: 100vw;
  margin-left: calc((100vw - 124.5rem)/-2 - 20rem);
  background-color: #F8F8F8;
  position: relative; }
  .content-type.quote_banner .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-position: center center;
    background-size: cover; }
    .content-type.quote_banner .image:before, .content-type.quote_banner .image:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 4.1rem;
      background-color: rgba(222, 237, 233, 0.95); }
    .content-type.quote_banner .image:after {
      width: 5.4rem;
      right: 4.1rem;
      background-color: rgba(210, 230, 225, 0.65); }
  .content-type.quote_banner .content {
    width: 50%;
    margin-left: auto;
    box-sizing: border-box;
    padding: 5.5rem 0 5.5rem 5.5rem; }
    .content-type.quote_banner .content h3 {
      color: #31446B; }
    .content-type.quote_banner .content p {
      padding-right: 0; }
    .content-type.quote_banner .content .quote-holder {
      margin-bottom: 0 !important; }
      .content-type.quote_banner .content .quote-holder:before {
        background-color: #F8F8F8 !important; }

@media all and (max-width: 1090px) {
  .content-type.quote_banner {
    margin-left: -20rem; } }

@media all and (max-width: 875px) {
  .content-type.quote_banner {
    margin-left: -100px; }
    .content-type.quote_banner > div {
      display: flex;
      flex-wrap: wrap; }
      .content-type.quote_banner > div .content {
        width: 100%;
        padding: 5rem 30px; }
      .content-type.quote_banner > div .image {
        position: relative;
        order: 2;
        width: 100%;
        height: 57vw;
        margin-bottom: 6.6rem;
        border-bottom: 5.4rem solid #D2E6E1; }
        .content-type.quote_banner > div .image:before {
          height: 4.1rem;
          width: 100%;
          left: 0;
          bottom: -9.5rem;
          top: auto;
          right: auto;
          background: #DEEDE9; }
        .content-type.quote_banner > div .image:after {
          height: 2.5rem;
          width: 100%;
          left: 0;
          bottom: -11.7rem;
          top: auto;
          right: auto;
          background: #F5F8F8; } }

@media all and (max-width: 600px) {
  .content-type.quote_banner {
    margin-left: -30px; } }

.content-type.accordion h2 {
  margin-bottom: 2rem; }

.content-type.accordion .accordion {
  padding-right: 19.5rem; }
  .content-type.accordion .accordion .row {
    border-bottom: 1px solid #ccc;
    padding: 2.5rem 1rem; }
    .content-type.accordion .accordion .row.active {
      background-color: #F5F8F8; }
      .content-type.accordion .accordion .row.active h3:after {
        -webkit-transform: translateY(-50%) translate(1px, 1px) rotate(135deg);
                transform: translateY(-50%) translate(1px, 1px) rotate(135deg); }
    .content-type.accordion .accordion .row h3 {
      padding: 0 0 0 5rem;
      margin: 0;
      position: relative;
      cursor: pointer;
      font-weight: 600 !important; }
      html.no-touchevents .content-type.accordion .accordion .row h3:hover {
        opacity: .8; }
      .content-type.accordion .accordion .row h3:after {
        content: '+';
        position: absolute;
        left: 1rem;
        top: calc(50% - 2px);
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        font-size: 3rem;
        transition: -webkit-transform .4s ease-in-out;
        transition: transform .4s ease-in-out;
        transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
        color: #A4C7BE; }
    .content-type.accordion .accordion .row .content {
      display: none;
      padding-left: 5rem; }
      .content-type.accordion .accordion .row .content > *:first-child {
        margin-top: 2rem !important; }

@media all and (max-width: 880px) {
  .content-type.accordion .accordion {
    padding-right: 0; } }

.content-type.icon_list .icons {
  margin: 0;
  padding: 0 19.5rem 0 0; }
  .content-type.icon_list .icons li {
    display: flex;
    padding-bottom: 3rem; }
    .content-type.icon_list .icons li:before {
      display: none; }
    .content-type.icon_list .icons li .icon {
      width: 25%;
      height: auto;
      max-width: 85px;
      max-height: 85px;
      flex-shrink: 0;
      padding-right: 2.5rem; }
      .content-type.icon_list .icons li .icon img {
        width: 100%; }
    .content-type.icon_list .icons li .content {
      border-bottom: 1px solid #D5D5D5; }
      .content-type.icon_list .icons li .content h3 {
        font-weight: 600 !important;
        margin: 1rem 0; }
        .content-type.icon_list .icons li .content h3 + p {
          margin-top: 1rem; }
      .content-type.icon_list .icons li .content p {
        padding: 0; }

.content-type.quote {
  padding-left: 4rem;
  box-sizing: border-box; }
  .content-type.quote .quote-holder {
    padding-right: 23.5rem; }

@media all and (max-width: 880px) {
  .content-type.quote .quote-holder {
    padding-right: 0; } }

.content-type.news .news-item {
  display: flex;
  border-top: 1px solid #D5D5D5;
  padding: 4rem 0 2rem; }
  .content-type.news .news-item .image {
    width: 33.3333%;
    max-width: 330px;
    flex-shrink: 0;
    padding-right: 3rem; }
    .content-type.news .news-item .image img {
      max-width: 100%; }
  .content-type.news .news-item h4 {
    font-size: 2.8rem;
    color: #D3B548;
    font-family: myriad-pro, sans-serif;
    font-weight: 700;
    margin: 0; }
  .content-type.news .news-item p, .content-type.news .news-item h2, .content-type.news .news-item h3, .content-type.news .news-item h4, .content-type.news .news-item h5, .content-type.news .news-item h6, .content-type.news .news-item ul {
    padding-right: 0; }

body {
  background-color: #fff; }

#home-intro {
  padding-top: 11.5rem; }

.container,
.mega-open header #menu-main-nav {
  position: relative;
  width: 124.5rem;
  margin: 0 auto;
  box-sizing: border-box; }

header {
  background-color: #fff;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10; }

.column {
  box-sizing: border-box; }

.menu-main-nav-container a,
.menu-second-level-nav-container a {
  display: inline-block;
  position: relative; }

html.no-touchevents .menu-main-nav-container a:hover,
html.no-touchevents .menu-second-level-nav-container a:hover {
  text-decoration: none; }

html.no-touchevents .menu-main-nav-container a:not(.mm-next):after,
html.no-touchevents .menu-second-level-nav-container a:not(.mm-next):after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #C75B1A;
  left: 0;
  bottom: -2px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform .1s ease-in-out;
  transition: transform .1s ease-in-out;
  transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
  -webkit-transform-origin: left;
          transform-origin: left; }

html.no-touchevents .menu-main-nav-container a:hover:after,
html.no-touchevents .menu-second-level-nav-container a:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1); }

#desktop-header-logo,
#desktop-footer-logo {
  width: 30rem;
  height: 10.15rem;
  display: block;
  margin-right: 3.5rem;
  transition: opacity ease-in-out .2s; }

html.no-touchevents #desktop-header-logo:hover,
html.no-touchevents #desktop-footer-logo:hover {
  opacity: .7; }

.menu-holder {
  position: relative;
  padding: 1rem 0 1rem 4rem; }

#header-left .menu-holder:after,
#header-left .menu-holder:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #C8ECEF;
  position: absolute;
  left: 0;
  top: 0; }

#header-left .menu-holder:after {
  left: .6rem; }

html.mega-open #header-left .menu-main-nav-container:after {
  content: "";
  width: 100%;
  height: .6rem;
  background-color: #C8ECEF;
  position: absolute;
  bottom: 0;
  z-index: 50; }

.single:not(.single-indicator) #desktop-header {
  border-bottom: solid 0.6rem #C8ECEF; }

#desktop-header .container {
  display: flex;
  align-items: center;
  padding: 0 0 3.5rem 0;
  flex-wrap: wrap;
  justify-content: space-between; }

.menu-main-nav-container a {
  color: #C75B1A;
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase; }

li.search a:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-size: 100%;
  background-repeat: no-repeat;
  left: -18px;
  top: 7px;
  background-image: url(../img/Search.svg); }

#desktop-header .menu-main-nav-container li {
  padding: 0 2rem 0 0; }

#desktop-header .menu-main-nav-container li:last-of-type {
  padding: .4rem 2rem 0 0; }

#desktop-header .menu-main-nav-container .sub-menu li {
  padding: .8rem 2rem .8rem 0; }

#desktop-header .menu-main-nav-container .sub-menu li:last-of-type {
  padding: .6rem 2rem 0 0; }

#header-top {
  width: 100%;
  flex-shrink: 0; }

#header-left {
  display: flex;
  align-items: center; }

.menu-donate-buttons-container ul {
  display: flex; }

.menu-donate-buttons-container ul li {
  background-color: #6e84c1;
  margin-left: .5rem;
  position: relative;
  overflow: hidden; }

.menu-donate-buttons-container ul li:after {
  content: "";
  display: block;
  background-color: #546AAE;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleY(0.05);
          transform: scaleY(0.05);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  position: absolute;
  transition: -webkit-transform .1s ease-in;
  transition: transform .1s ease-in;
  transition: transform .1s ease-in, -webkit-transform .1s ease-in; }

html.no-touchevents .menu-donate-buttons-container ul li:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1); }

.menu-donate-buttons-container ul a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 2;
  padding: 2rem 4.5rem;
  display: block;
  line-height: 1; }

html.no-touchevents .menu-donate-buttons-container ul a:hover {
  text-decoration: none; }

#menu-second-level-nav {
  display: flex;
  justify-content: flex-end;
  padding-top: 1.5rem; }

.mega-open #menu-second-level-nav {
  padding: 1.5rem 0; }

.menu-second-level-nav-container a {
  font-weight: 400;
  color: #C75B1A; }

#menu-second-level-nav li {
  margin-left: 18px;
  font-size: 16px; }

#hero {
  background-size: cover;
  z-index: 1; }

#hero .container {
  height: 100%; }

#hero.image-header {
  height: 60rem;
  padding-top: 40rem;
  box-sizing: border-box;
  background-position: center; }

#hero.image-header h1 {
  font-size: 14rem;
  font-style: italic;
  margin-top: 0; }

#hero.image-header h1.swash {
  -webkit-font-feature-settings: "swsh";
          font-feature-settings: "swsh"; }

#template-home #hero {
  min-height: 100vh;
  display: table;
  width: 100%;
  background-position: center; }

#template-home .vertical-center {
  vertical-align: middle;
  display: table-cell;
  height: 100%; }

#template-home #hero .container {
  padding: 30rem 0; }

a.share {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  margin-left: 5.5rem; }

a.share:before {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  height: 13px;
  width: 16px;
  background-repeat: no-repeat;
  background-position: right; }

.share-icons a.share:first-of-type {
  margin-left: 18px; }

.share-icons a.twitter.share:before {
  top: 1px; }

.share-icons a.facebook.share:before {
  top: -3px; }

a.twitter.share:before {
  background-image: url(../img/twitter_w.svg);
  top: 4px; }

a.twitter.share.font-color-black:before {
  background-image: url(../img/twitter_k.svg);
  top: 4px; }

a.facebook.share:before {
  background-image: url(../img/facebook_w.svg);
  height: 17px;
  top: 1px; }

a.facebook.font-color-black:before {
  background-image: url(../img/facebook_k.svg);
  top: 0; }

#hero-buttons,
.social-icons {
  display: flex;
  align-items: center; }

#newsletter-section {
  background-color: #0F3B50;
  padding: 6.3rem 0; }

#newsletter-section h3 {
  margin: 0 7rem 0 0;
  flex-shrink: 0; }

#newsletter-section .container {
  display: flex;
  justify-content: space-between; }

#newsletter-signup,
#social {
  display: flex;
  align-items: center; }

#newsletter-section input[type=email] {
  background-color: #356275;
  border: none;
  width: 36rem;
  height: 5.4rem;
  color: #fff; }

#newsletter-section input[type=email]:focus {
  outline: none; }

#search-box input[type=text] {
  background-color: #356275;
  border: none;
  color: #fff;
  height: 7.2rem;
  padding-left: 10rem;
  font-size: 2.4rem;
  position: relative;
  margin-right: 3rem; }

#search-box input[type=text]:focus {
  outline: none; }

#search-box:before {
  content: "";
  width: 3.2rem;
  height: 3.4rem;
  background-image: url(../img/search-w.svg);
  background-repeat: no-repeat;
  left: 13rem;
  top: 1.7rem;
  position: absolute;
  display: block;
  z-index: 20; }

#search-close {
  width: 2.7rem;
  height: 2.7rem;
  background-image: url(../img/search-close.svg);
  background-repeat: no-repeat;
  margin: 0 -6.5rem 0 4rem;
  cursor: pointer;
  flex-shrink: 0; }

#search-box form {
  display: flex;
  align-items: center; }

#newsletter-section input[type=text]:focus {
  outline: none; }

#newsletter-section input[type=submit],
#search-box input[type=submit] {
  height: 5.4rem;
  background-color: transparent;
  color: #6e84c1;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 1;
  display: block;
  font-size: 1.6rem;
  margin: 0; }

#search-box input[type=submit] {
  font-size: 2.4rem;
  height: inherit;
  padding: 2.3rem 8.5rem; }

#newsletter-section .clear,
#search-box .button-wrapper {
  height: 5.4rem;
  background-color: #fff;
  border: none;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  display: block;
  font-size: 1.6rem;
  margin: 0;
  overflow: hidden; }

#search-box .button-wrapper {
  flex-shrink: 0;
  height: 7.2rem; }

#newsletter-section .clear:after,
#search-box .button-wrapper:after {
  content: "";
  display: block;
  background-color: #D3DAEC;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleY(0.05);
          transform: scaleY(0.05);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  position: absolute;
  transition: -webkit-transform .1s ease-in;
  transition: transform .1s ease-in;
  transition: transform .1s ease-in, -webkit-transform .1s ease-in; }

html.no-touchevents #newsletter-section .clear:hover:after,
html.no-touchevents #search-box .button-wrapper:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1); }

#mc_embed_signup_scroll {
  display: flex; }

#newsletter-section label {
  position: absolute;
  font-size: 2rem;
  -webkit-transform: translate(2rem, 1rem);
          transform: translate(2rem, 1rem);
  transition: font-size .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, font-size .2s ease-in-out;
  transition: transform .2s ease-in-out, font-size .2s ease-in-out, -webkit-transform .2s ease-in-out; }

#newsletter-section .focus label {
  -webkit-transform: translate(0, -2rem);
          transform: translate(0, -2rem);
  font-size: 1.3rem; }

#newsletter-section form li {
  position: relative; }

#newsletter-section .gfield {
  padding-bottom: 0; }

.social-icon {
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  margin-left: 2rem;
  transition: opacity .2s ease-in-out; }

html.no-touchevents .social-icon:hover,
.partner-logo a:hover {
  opacity: .7; }

.social-icon svg {
  max-width: 23px;
  max-height: 23px;
  width: 100%;
  height: 100%; }

footer .container {
  padding: 6.4rem 6.5rem 1rem 11.5rem;
  display: flex;
  flex-wrap: wrap; }

#footer-left,
#footer-middle,
#footer-right {
  position: relative; }

#footer-left {
  width: 100%; }
  #footer-left nav ul.menu {
    display: flex;
    margin: 0;
    padding: 0; }
    #footer-left nav ul.menu li {
      padding: 0 20px 0 0; }
      #footer-left nav ul.menu li:before {
        display: none; }
  #footer-left nav > div:last-child ul.menu {
    padding-top: 10px;
    margin-left: 18px; }
    #footer-left nav > div:last-child ul.menu a {
      font-size: 16px; }

#footer-middle {
  width: 34%;
  padding: 1rem 6.5rem;
  position: relative;
  box-sizing: border-box; }

#footer-right {
  flex-shrink: 0;
  width: 245px; }

#desktop-footer-logo {
  margin: 1rem 0 4rem -11.5rem; }

.footer-contact {
  position: relative;
  padding: 3rem 0 3rem 3rem; }

.footer-contact p {
  font-size: 1.6rem;
  color: #5c6361;
  margin-bottom: 1.8rem;
  margin-top: 0;
  line-height: 1.6; }

#phone-numbers p {
  width: 70%;
  margin-bottom: 0; }

.footer-contact a {
  color: #5c6361;
  text-decoration: none; }

.mobile-only,
.sticky-header #desktop-header .menu-main-nav-container li.mobile-only {
  display: none; }

footer .top {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.partner-logo:first-of-type:after {
  display: none; }

#phone-numbers {
  display: flex;
  flex-wrap: wrap; }

#phone-numbers p.label {
  width: 30%; }

#footer-middle li {
  margin-bottom: 1rem; }

#footer-middle ul:first-of-type {
  margin-bottom: 2rem; }

#cfns-logo {
  margin-right: -6.5rem; }

.partner-logo {
  height: 33.333333333%;
  padding: 2.5rem 0;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }

.partner-logo svg {
  width: 24rem;
  max-height: 10rem;
  margin: auto; }

.partner-logo a {
  display: inline-block;
  transition: opacity .2s ease-in-out; }

#footer-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 4rem; }

#footer-bottom div {
  display: flex;
  align-items: center; }

#footer-bottom,
#footer-bottom a {
  color: #5c6361;
  font-size: 1.3rem; }

#footer-bottom a {
  font-weight: 700; }

#menu-footer {
  display: flex; }

#menu-footer li {
  margin-left: 1.2rem; }

footer .sub-menu {
  display: none; }

img.accreditation {
  width: 4rem;
  height: 4rem;
  margin-left: 1.5rem; }

#giving-section {
  padding: 0; }

#giving-section .container .column {
  padding: 14.5rem 0;
  background-size: 79%;
  background-repeat: no-repeat;
  background-position: center bottom; }

#giving-section .menu-donate-buttons-container {
  margin-top: 3rem; }

.background-brand-blue,
.page-hero.background-brand-blue:before {
  background-color: #6e84c1; }

.background-legacy-blue,
.page-hero.background-legacy-blue:before {
  background-color: #90AEC2; }

.background-dark-dark-blue,
.page-hero.background-dark-dark-blue:before {
  background-color: #0F3B50; }

.background-dark-brand-blue,
.page-hero.background-dark-brand-blue:before {
  background-color: #546AAE; }

.background-dark-purple,
.page-hero.background-dark-purple:before {
  background-color: #524E7A; }

.background-dark-orange,
.page-hero.background-dark-orange:before {
  background-color: #C75B1A; }

.font-color-orange {
  color: #C75B1A; }

.background-dark-gold,
.page-hero.background-dark-gold:before {
  background-color: #B07A2E; }

.background-sky,
.page-hero.background-sky:before {
  background-color: #e3f5f7; }

.background-dark-seafoam,
.page-hero.background-dark-seafoam:before {
  background-color: #578E7E; }

.background-sea-green,
.page-hero.background-sea-green:before {
  background-color: #A4C7BE; }

.background-dark-red,
.page-hero.background-dark-red:before {
  background-color: #B33C2B; }

.background-dark-slate,
.page-hero.background-dark-slate:before {
  background-color: #435760; }

.background-dark-rust,
.page-hero.background-dark-rust:before {
  background-color: #A5401B; }

.background-teal,
.page-hero.background-teal:before {
  background-color: #318079; }

.background-dark-teal,
.page-hero.background-dark-teal:before {
  background-color: #20665F; }

.background-dark-green,
.page-hero.background-dark-green:before {
  background-color: #6A813F; }

.background-dark-tan,
.page-hero.background-dark-tan:before {
  background-color: #CB932A; }

.background-dark-blue,
.page-hero.background-dark-blue:before {
  background-color: #5188A0; }

.background-dark-burgundy,
.page-hero.background-dark-burgundy:before {
  background-color: #793C5F; }

.background-dark-sky,
.page-hero.background-dark-sky:before {
  background-color: #B5E4E8; }

.background-dark-gray,
.page-hero.background-dark-gray:before {
  background-color: #2B2929; }

.background-light-light-gray,
.page-hero.background-light-light-gray:before {
  background-color: #F4F4F4; }

#intro .column:nth-of-type(2) {
  display: flex;
  align-items: center; }

#intro {
  padding-top: 8rem;
  padding-bottom: 8rem; }

#home-intro {
  background-image: url(../img/flowers.png);
  background-position: right bottom;
  background-size: 25%;
  background-repeat: no-repeat; }

img.hot-air-balloon {
  width: 16.5rem;
  height: 21.1rem;
  -webkit-animation-name: floating;
          animation-name: floating;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  margin-top: -4rem !important; }

.three_column.horizontal-padding-extra p,
.three_column.horizontal-padding-extra h2,
.three_column.horizontal-padding-extra h3,
.three_column.horizontal-padding-extra h4,
.three_column.horizontal-padding-extra h5,
.three_column.horizontal-padding-extra h6 {
  padding-right: 0; }

#template-home .columns-4-4-4 .column {
  padding: 10.5rem 2rem; }

.illustration .column:first-child {
  padding-right: 8rem; }

img.illustration {
  width: 100%; }

@-webkit-keyframes floating {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px); }
  65% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px); }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px); } }

@keyframes floating {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px); }
  65% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px); }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px); } }

.big-button {
  display: flex;
  width: 100%;
  padding: 5rem 0rem 5rem 10rem !important;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  margin-bottom: 4rem !important;
  min-height: 40rem; }

.big_download_button .big-button {
  min-height: inherit; }

.landing-buttons .big-button-image {
  height: inherit; }

html.no-touchevents a.big-button:hover {
  text-decoration: none;
  opacity: .9; }

.big-button h3,
.big-button p {
  margin: 0;
  transition: opacity .2s ease; }

.big-button h3 {
  line-height: 1;
  width: 100%; }

.big-button-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 74rem;
  position: relative;
  padding-right: 8.5rem;
  align-items: flex-start; }

.big-button-content:after,
.big-button-content:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -0rem;
  background-color: #fff; }

.image-button .big-button-content:after,
.image-button .big-button-content:before {
  display: none; }

.big-button-content:before {
  right: -.6rem; }

.circle-button {
  width: 150px;
  height: 150px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .2s ease-in-out;
  flex-shrink: 0; }

.circle-button-container {
  flex-shrink: 0;
  margin: auto;
  width: 365px;
  display: flex; }

.circle-button:after,
.circle-button:before {
  position: static; }

.circle-button:after {
  margin-left: -31px;
  width: 26px;
  height: 26px; }

.landing-buttons {
  padding-bottom: 0;
  padding-top: 12rem; }

.page-hero {
  padding: 6.5rem 0 0 0;
  margin-bottom: 12rem;
  overflow: visible;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  background-color: transparent !important;
  min-height: 60rem; }

.page-hero:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.page-hero.one-image-color-header:before {
  height: calc(100% - 49.3rem); }

.short-hero.page-hero:before {
  height: inherit; }

.short-hero.page-hero {
  height: inherit;
  min-height: 40rem; }

.short-hero.page-hero:before {
  height: 100%; }

.page-hero.two-image-color-header:before {
  height: calc(100% - 22rem); }

.page-hero.one-image-color-header {
  padding-bottom: 0; }

.page-hero #hero-buttons {
  justify-content: flex-end;
  padding-top: 3rem;
  flex-wrap: wrap; }

.page-hero .column:nth-of-type(2n) {
  text-align: right; }

#breadcrumbs .simple-list {
  display: flex;
  flex-wrap: wrap; }

#breadcrumbs {
  padding: 2.5rem 0; }

#breadcrumbs .simple-list li {
  padding-right: 1.3rem;
  margin-right: 1.3rem;
  position: relative; }

#breadcrumbs .simple-list li:first-of-type {
  padding-left: 0; }

#breadcrumbs .simple-list li:last-of-type:after {
  display: none; }

#breadcrumbs .simple-list a,
#breadcrumbs .simple-list li {
  color: #fff;
  line-height: 1.5; }

#breadcrumbs .simple-list li:after {
  content: "";
  height: 2rem;
  position: absolute;
  right: 0;
  top: 6px;
  width: 1px;
  background-color: #fff; }

.breadcrumbs {
  display: flex;
  align-items: center; }

#hero-images {
  margin-top: 6rem;
  display: flex;
  justify-content: space-between; }

.one-image-color-header #hero-image-one {
  width: 100%;
  height: 72rem;
  display: flex;
  background-size: cover; }

.two-image-color-header #hero-image-one,
.two-image-color-header #hero-image-two {
  width: calc(50% - 2rem);
  height: 40rem;
  background-size: cover; }

.two-image-color-header #hero-images {
  margin-top: 10rem; }

.color-header .container:after,
.color-header .container:before {
  content: "";
  width: 3.4rem;
  height: 3.4rem;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 15.5rem;
  left: 17rem; }

.color-header.short-hero .container:after {
  bottom: 6rem; }

.color-header.short-hero .container:before {
  bottom: 4rem; }

.color-header .container:before {
  bottom: 13.5rem; }

#post-hero-image {
  width: 100%;
  height: 72rem;
  background-size: cover;
  background-repeat: no-repeat; }

#post-hero {
  padding-bottom: 0;
  padding-top: 12.8rem; }

.horizontal-padding-extra p,
.horizontal-padding-extra h2,
.horizontal-padding-extra h3,
.horizontal-padding-extra h4,
.horizontal-padding-extra h5,
.horizontal-padding-extra h6,
.horizontal-padding-extra ul {
  padding-right: 19.5rem; }

.horizontal-padding-extra form ul {
  padding-right: 0;
  margin-bottom: 0 !important; }

.horizontal-padding-extra img {
  max-width: 85rem; }

.light {
  font-weight: 300; }

#post-share {
  display: flex;
  margin-top: 8rem;
  margin-bottom: 6rem; }

#post-share h3 {
  margin: 0;
  padding-right: 1rem; }

a.share-button {
  display: inline-block;
  padding: 14px 26px 14px 50px;
  height: 4.2rem;
  box-sizing: border-box;
  display: flex;
  margin-left: 1rem;
  line-height: 1;
  height: 42px; }

a.facebook.share-button {
  background-color: #0071BC; }

a.twitter.share-button {
  background-color: #12C1FD; }

a.share-button.share:before {
  left: 17px;
  top: inherit; }

a.facebook.share-button:before {
  top: 12px; }

.big-button-content h6 {
  font-size: 1.8rem;
  margin: 0 0 2rem 0; }

.big-button-content p {
  margin-top: 2rem;
  font-size: 2rem;
  width: 100%; }

.no-padding {
  padding: 0; }

.no-padding-bottom {
  padding-bottom: 0; }

#single-info p {
  margin: .5rem 0; }

#single-info {
  color: #5c6361; }

#single-info {
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

#single-info a.font-color-black {
  color: #2B2929; }

.featured-story {
  width: calc(50% - 8.5rem);
  display: block; }

.post-image {
  position: absolute;
  width: 50%;
  height: 100%;
  background-size: cover;
  top: 0;
  right: 0; }

.post-section a * {
  color: #fff;
  transition: opacity .2s ease-in-out; }

.post-section p {
  color: #fff; }

html.no-touchevents .post-section a:hover * {
  opacity: .9; }

.post-section {
  position: relative;
  min-height: 40rem;
  padding: 5rem 0;
  display: flex;
  justify-content: center; }

.post-section .container {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  position: static; }

.post-section {
  display: flex;
  align-items: center; }

.post-section:nth-child(2n) .container {
  justify-content: flex-end; }

.post-section:nth-child(2n) .post-image {
  left: 0; }

.post-section h4 {
  margin-top: 0;
  margin-bottom: 4rem; }

a.featured-story {
  color: #fff; }

html.no-touchevents a.featured-story:hover {
  text-decoration: none; }

#more-news .container,
#search-results .container {
  padding: 4.5rem 9.5rem;
  display: flex;
  position: relative;
  justify-content: space-between; }

#search-bar .container {
  padding: 0 9.5rem; }

#more-news .container:before,
#search-results .container:before {
  content: "";
  position: absolute;
  width: calc(100% - 19rem);
  height: 2px;
  top: 0;
  left: 9.5rem;
  background-color: #C8ECEF;
  display: block; }

#side-nav {
  width: calc(37.5% - 5rem);
  padding-right: 10rem; }

#side-nav h2 {
  margin-top: 0; }

.post,
.result {
  position: relative;
  padding: 5rem 0 6rem 0;
  display: block; }

.post a,
.result a {
  transition: color ease-in-out .2s; }

.post h4,
.result h4 {
  margin: 0 0 1rem 0;
  transition: color ease-in-out .2s; }

html.no-touchevents .post a:hover,
html.no-touchevents .post a:hover h4,
html.no-touchevents .result a:hover,
html.no-touchevents .result a:hover h4 {
  text-decoration: none;
  color: #C75B1A; }

.post:first-of-type,
.result:first-of-type {
  padding-top: 0; }

.post:after,
.result:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #C8ECEF;
  position: absolute;
  bottom: 0; }

.has-sidenav {
  width: calc(62.5% - 5px); }

.post #single-info {
  justify-content: flex-start; }

#staff {
  padding-top: 9rem; }

#staff p,
#resources p {
  line-height: 1.4; }

#staff h5,
#resources h5 {
  margin: 3rem 0 .5rem 0; }

#staff .column,
#resources .column {
  margin-bottom: 3rem; }

.hoverbox-button {
  position: relative;
  display: inline-block;
  color: #C75B1A;
  position: relative;
  cursor: pointer;
  z-index: 1; }

.staff-member:nth-of-type(3n) .staff-bio.hoverbox {
  left: -42rem;
  -webkit-transform-origin: right 7rem;
          transform-origin: right 7rem; }

.staff-member:nth-of-type(3n) .staff-bio.hoverbox:before {
  right: -1.5rem;
  left: auto;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }

.hoverbox-button.hoverbox-active {
  z-index: 2; }

.staff-info {
  margin-bottom: 0; }

#main-nav li {
  padding-right: 2rem; }

.hoverbox,
html:not(.sticky-header) #main-nav .sub-menu {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  z-index: 75;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform-origin: -1.5rem 7rem;
          transform-origin: -1.5rem 7rem;
  position: absolute;
  right: -42rem;
  top: -7rem;
  background-color: #C75B1A;
  padding: 3rem;
  width: 40rem;
  box-sizing: border-box;
  pointer-events: none; }

.hoverbox:before,
html:not(.sticky-header) #main-nav .sub-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.6rem 1.8rem 0;
  border-color: transparent #C75B1A transparent transparent;
  position: absolute;
  left: -1.5rem;
  top: 8.5rem; }

.hoverbox-active .hoverbox,
html.no-touchevents:not(.sticky-header) #main-nav li:hover .sub-menu {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  pointer-events: auto; }

html.no-touchevents:not(.sticky-header) #main-nav li .sub-menu {
  padding: 2rem 2.5rem;
  font-size: 0; }

html:not(.sticky-header) #main-nav .sub-menu {
  border: none;
  width: 32.4rem;
  right: -32.4rem !important;
  left: auto;
  top: -2rem;
  padding: 2.5rem 2rem;
  -webkit-transform: scale(0.8);
          transform: scale(0.8); }

html.no-touchevents.mega-open .sub-menu a:after {
  bottom: -5px; }

html.no-touchevents:not(.sticky-header) #main-nav .sub-menu:before {
  top: 4rem; }

.sticky-header .menu-main-nav {
  position: relative;
  width: 124.5rem;
  margin: 0 auto;
  box-sizing: border-box; }

.sticky-header #main-nav .sub-menu {
  background: transparent;
  border: none; }

.sticky-header #main-nav .sub-menu a {
  color: #C75B1A;
  font-size: 2rem; }

.sticky-header #main-nav .sub-menu {
  font-size: 0; }

.sticky-header #main-nav .sub-menu li {
  padding: .5rem 0; }

/*.sticky-header #menu-main-nav > li{
	padding:0 3rem 0 4rem;
	border-left:solid 2px $sky;
 }
 .sticky-header #menu-main-nav > li.last-column {
	 border-right:solid 2px $sky;
 }*/
.sticky-header.mega-open #menu-main-nav {
  padding-bottom: 5.5rem; }

/*.sticky-header .sub-menu li ul.sub-menu{
	display: block!important;
    border-left: 6px solid #f5e8e2!important;
    padding: 0 0 0 2rem!important;
    margin: .5rem 0;
}*/
.sticky-header .sub-menu li ul.sub-menu {
  display: none; }

.sticky-header #desktop-header .menu-main-nav-container li:not(:last-of-type) {
  margin-bottom: 0;
  padding-bottom: 2rem; }

.sticky-header #desktop-header .menu-main-nav-container li {
  display: block; }

.sub-menu .sub-menu {
  display: none !important; }

#main-nav .sub-menu a {
  color: #fff;
  text-transform: none;
  font-weight: 400;
  line-height: 1.2;
  cursor: pointer;
  transition: opacity .2s ease-in-out; }

html.no-touchevents:not(.sticky-header) #main-nav .sub-menu a:hover {
  opacity: .7; }

#main-nav .sub-menu {
  display: block; }

.headshot,
.download-image {
  width: 100%;
  height: 26rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.download-image {
  background-color: #C75B1A;
  background-image: url(../img/big-download-icon.svg);
  background-size: 33.3333%;
  background-position: center; }

.in-the-news {
  text-align: center;
  color: #6e84c1;
  font-weight: 400;
  margin: 3rem 0;
  transition: opacity .2s ease-in-out; }

.in-the-news:hover {
  opacity: .8; }

.more-link h4 {
  margin: 4rem 0;
  padding-right: 0; }

.more-link a {
  padding-left: 4.5rem;
  position: relative;
  transition: opacity .2s ease-in-out;
  display: inline-block; }

.more-link a:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  border-right: solid 2px #C75B1A;
  border-bottom: solid 2px #C75B1A;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0;
  top: 1.1rem;
  position: absolute;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }

html.no-touchevents .more-link a:hover:before {
  -webkit-transform: translatex(0.4rem) rotate(-45deg);
          transform: translatex(0.4rem) rotate(-45deg); }

html.no-touchevents main a:hover {
  text-decoration: none;
  opacity: .8; }

#circle-button {
  padding-bottom: 0; }

.big-button-content .arrow-button {
  margin-top: 2rem; }

.big-button-image {
  width: 365px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: -5rem 0;
  background-position: center center;
  flex-shrink: 0; }

.three_column.horizontal-padding-extra {
  padding: 2rem 0;
  margin-top: 0 !important; }

.three_column.horizontal-padding-extra img {
  max-width: 100%; }

.three_column.horizontal-padding-extra h5 {
  margin-top: 1rem; }

section#login .container {
  padding-top: 5.5rem; }

section#login .container:before {
  content: "";
  position: absolute;
  width: calc(100% - 20rem);
  height: 2px;
  background: #C8ECEF;
  left: 10rem;
  top: 0; }

section#login .container .column:first-of-type {
  padding-right: 5rem;
  position: relative; }

section#login .container .column:first-of-type:after {
  content: "";
  height: calc(100% + 5.5rem);
  width: 2px;
  background: #C8ECEF;
  position: absolute;
  right: 0;
  top: -5.5rem; }

section#login .container .column:nth-of-type(2) {
  padding-left: 5rem; }

.has-sidenav .horizontal-padding-extra .container {
  padding: 0;
  width: inherit; }

.has-sidenav section:first-of-type {
  padding-top: 0; }

#donate > .container {
  display: flex; }

#side-nav .menu {
  margin: 3.5rem 0 4rem 0; }

#side-nav .menu a {
  padding: 1rem 0;
  border-bottom: 2px solid #C8ECEF;
  display: block; }

#side-nav .menu li:first-of-type a {
  border-top: 2px solid #C8ECEF; }

.basic_editor div,
.basic_editor img {
  max-width: 100%; }

.big-download-button {
  padding: 3rem !important;
  display: flex;
  align-items: center; }

.big-download-button h5 {
  margin-top: 0;
  padding-bottom: 3rem;
  padding-right: 0; }

.contact-button h5 {
  padding-bottom: 1rem; }

.contact-button p {
  margin-bottom: 0; }

.big-download-button p {
  padding-right: 0;
  line-height: 1.2; }

.download-button-image {
  width: 26.5rem;
  height: 17.5rem;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  margin-right: 6.5rem; }

.contact-button-header {
  padding: 2rem 2.5rem !important;
  margin-bottom: .8rem; }

.contact-button-header h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400; }

#sticky-logo {
  display: none; }

#mobile-menu-button {
  display: none; }

.sticky-header:not(.mega-open) #sticky-logo {
  display: block;
  position: relative;
  padding-right: 25px;
  height: 40px; }

.sticky-header:not(.mega-open) #sticky-logo svg {
  width: 40px;
  height: 40px; }

.sticky-header:not(.mega-open) #desktop-header-logo {
  display: none; }

.sticky-header:not(.mega-open) #header-top {
  display: none; }

.sticky-header:not(.mega-open) #sticky-menu-button {
  display: flex;
  position: relative;
  align-items: center;
  align-self: center;
  height: 40px;
  font-family: myriad-pro, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 76px;
  transition: opacity .2s ease-in-out; }

.sticky-header:not(.mega-open) #sticky-menu-button:before,
.sticky-header:not(.mega-open) #sticky-menu-button:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1.5px);
  left: 0;
  width: 45px;
  height: 3px;
  background: #C75B1A;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transform: translate(65px, -9px);
          transform: translate(65px, -9px);
  right: -45px; }

.sticky-header:not(.mega-open) #sticky-menu-button:after {
  -webkit-transform: translate(65px, 9px);
          transform: translate(65px, 9px);
  width: 58px; }

.sticky-header:not(.mega-open) #sticky-menu-button span {
  display: block;
  width: 100%;
  height: 3px;
  background: #C75B1A;
  transition: opacity .2s;
  position: absolute;
  right: 31px;
  width: 35px;
  top: 19px; }

.sticky-header:not(.mega-open) #menu-main-nav {
  display: none; }

.sticky-header:not(.mega-open) .menu-holder {
  display: flex;
  position: relative;
  padding: 0 0 0 2.4rem;
  cursor: pointer; }

.sticky-header:not(.mega-open) #desktop-header .container {
  padding: .5rem 0; }

.sticky-header:not(.mega-open) header#desktop-header {
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  z-index: 50;
  border-bottom: solid 2px #C8ECEF; }

.sticky-header:not(.mega-open) #header-right .menu-donate-buttons-container ul li a {
  font-size: 1.8rem;
  font-family: myriad-pro,sans-serif;
  padding: 1.2rem 2.5rem; }

.sticky-header:not(.mega-open) .menu-donate-buttons-container ul li:after {
  -webkit-transform: scaleY(0.07);
          transform: scaleY(0.07); }

.sticky-header:not(.mega-open) #full-page {
  margin-top: 258px; }

.sticky-header:not(.mega-open) #sticky-menu-button:hover {
  text-decoration: none;
  opacity: .7; }

.sticky-header.mega-open header {
  position: fixed;
  background: #fff;
  height: 185px; }

.mega-open header #header-left .menu-holder:after,
.mega-open header #header-left .menu-holder:before {
  display: none; }

html.sticky-header #menu-main-nav {
  display: none;
  box-sizing: border-box; }

#mega-menu-close {
  margin: 1rem 0 0 2rem;
  display: none;
  cursor: pointer;
  transition: opacity .2s ease-in-out; }

#mega-menu-close:hover {
  opacity: .7; }

.mega-open header #mega-menu-close {
  display: block; }

#header-top #secondary-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

html.sticky-header #header-left .menu-main-nav-container {
  position: fixed;
  z-index: 10;
  background-color: #fff;
  top: 185px;
  left: 0;
  width: 100%; }

html.sticky-header.enable-global-alert #header-left .menu-main-nav-container {
  top: 231px; }

.mega-open header #menu-main-nav {
  padding-left: 9.4rem;
  padding-right: 9.4rem; }

#more-news #side-nav li a {
  text-transform: uppercase;
  font-weight: 600;
  position: relative; }

#more-news #side-nav ul {
  margin-top: 6rem; }

#more-news .search a:before {
  left: auto;
  right: -22px;
  top: .5rem;
  width: 1.8rem;
  height: 1.8rem;
  background-size: contain; }

.mega-open #main-nav .sub-menu {
  min-width: 0; }

.mega-open .menu-holder #menu-main-nav > li {
  width: 100%;
  padding-left: 2rem; }

html.sticky-header.mega-open #menu-main-nav {
  display: flex; }

html.sticky-header #main-nav .sub-menu {
  display: block;
  position: static; }

#pagination > a {
  color: #6e84c1;
  font-size: 60px;
  line-height: 1;
  display: flex;
  align-items: center; }

#pagination > a.disable {
  pointer-events: none;
  opacity: .2; }

#pagination p {
  margin: 0 0 -15px; }

#pagination p a {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 50%; }

#pagination p a.current {
  border: 4px solid #6e84c1; }

#pagination p span {
  display: inline-block;
  padding: 0; }

html.mm-opening .mm-menu ~ .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important; }

.sticky-header .mobile.mm-slideout {
  border-bottom: 2px solid #C8ECEF; }

#mobile-nav .menu-main-nav-container a {
  font-size: 16px; }

#mobile-nav.mm-menu.mm-offcanvas.mm-opened {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: .4s transform ease-in-out; }

#mobile-nav.mm-menu.mm-offcanvas {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: .4s transform ease-in-out;
  display: block !important;
  top: 140px;
  z-index: 2;
  height: calc(100% - 140px);
  width: 100%;
  max-width: none;
  min-width: 0; }

html.enable-global-alert #mobile-nav.mm-menu.mm-offcanvas {
  top: 186px; }

html.mm-blocking #mm-blocker {
  display: none !important; }

html.sticky-header #mobile-nav.mm-menu.mm-offcanvas {
  height: calc(100% - 64px);
  top: 64px; }

.wide-button {
  padding-left: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.wide-button h4 {
  font-weight: 400;
  font-style: italic;
  padding-right: 3rem; }

.wide-button .button-wrapper {
  background: #fff;
  flex-shrink: 0; }

.wide-button .button-wrapper a {
  color: #6e84c1; }

.wide-button .button-wrapper:after {
  background-color: #D3DAEC; }

.wide-button-section {
  padding-bottom: 0; }

#mobile-nav.mm-menu.mm-offcanvas {
  background: #fff;
  font-family: myriad-pro, sans-serif;
  color: #C75B1A; }

.mm-listview > li:not(.mm-divider):after,
.mm-navbar {
  border-color: #C8ECEF;
  border-width: 2px; }

.mm-navbar {
  left: 20px;
  right: 20px;
  z-index: 10; }

.mm-listview > li > a, .mm-listview > li > span {
  text-transform: uppercase;
  font-weight: 700; }

.mm-prev:before {
  left: 0; }

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: #C75B1A; }

.menu-main-nav-container .mm-navbar a,
.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  font-family: adobe-garamond-pro, serif;
  color: #2B2929;
  font-style: italic;
  -webkit-font-feature-settings: "swsh";
          font-feature-settings: "swsh";
  text-transform: none;
  font-weight: 400;
  font-size: 3rem; }

.mm-listview .mm-next:before {
  border-left-width: 2px;
  border-left-color: #C8ECEF;
  background-color: #C8ECEF; }

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-left-color: #C8ECEF;
  margin-right: 10px; }

.mm-menu .mm-listview > li .mm-next:after {
  border-color: #C75B1A; }

.mm-opened #mobile-menu-button span {
  opacity: 0; }

.mm-opened #mobile-menu-button:before {
  -webkit-transform: rotate(45deg) translate(73px, -30px);
          transform: rotate(45deg) translate(73px, -30px);
  top: 0; }

.mm-opened #mobile-menu-button:after {
  -webkit-transform: rotate(-45deg) translate(7px, 95px);
          transform: rotate(-45deg) translate(7px, 95px);
  top: 0; }

ul:not(#menu-donate-buttons):not(#menu-donate-buttons-2) .current-menu-item > a,
.mm-listview > li.current_page_item > a {
  opacity: .7; }

ul#menu-donate-buttons .current-menu-item:after,
ul#menu-donate-buttons-2 .current-menu-item:after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1); }

.ginput_total,
#review-total {
  font-size: 8rem;
  font-family: adobe-garamond-pro,serif;
  font-weight: 600;
  color: #5c6361;
  line-height: 1; }

#review-total {
  margin-bottom: 0;
  padding-bottom: 1rem;
  border-bottom: dotted 2px #6e84c1; }

.ginput_container.ginput_container_total::first-letter,
#review-total::first-letter {
  font-size: 50%;
  vertical-align: top; }

.gfield_price label.gfield_label {
  font-family: adobe-garamond-pro,serif;
  font-weight: 700;
  font-size: 3rem; }

.ginput_container.ginput_container_total {
  padding-top: 2.5rem;
  border-top: 2px solid #C8ECEF; }

#review-fund,
#review-details,
#review-card {
  display: flex;
  border-bottom: dotted 2px #6e84c1;
  padding-bottom: 1em; }

#review-fund span:first-of-type,
#review-details span:first-of-type,
#review-card span:first-of-type {
  width: 10rem; }

#gform_page_3_2 .gform_page_footer.top_label {
  position: absolute;
  right: 0;
  overflow: visible; }

#gform_page_3_2 #gform_previous_button_3 {
  position: absolute;
  left: -48rem;
  top: 1.5rem;
  background-color: transparent;
  border: none;
  font-size: 1.8rem;
  display: inline;
  width: inherit;
  color: #C75B1A; }

.gform_confirmation_message {
  font-family: adobe-garamond-pro,serif;
  font-size: 4.8rem;
  font-weight: 700;
  padding: 2rem 0;
  line-height: 1.2;
  border-top: 2px dotted #6e84c1;
  color: #5c6361; }

#section-0 h2:first-child,
#section-0 h3:first-child,
#section-0 h4:first-child,
#section-0 h5:first-child,
#section-0 h6:first-child,
#section-0 p:first-child {
  margin-top: 0; }

#section-0 {
  padding-top: 0; }

.single #section-0 {
  padding-top: 5rem; }

#more-section.horizontal-padding-extra ul,
#more-section.horizontal-padding-extra h6 {
  padding-right: 0; }

.content-type.contact_button {
  padding: 2rem 0 !important; }

.center-button {
  min-width: 365px;
  display: flex;
  justify-content: center;
  padding: 0 3rem;
  box-sizing: border-box; }

#template-home .three_column h2 {
  margin-bottom: 3rem; }

html.no-touchevents main .button-wrapper a:hover {
  opacity: 1; }

#circle-button .container {
  display: flex; }

#hero.page-hero.color-header.short-hero .container {
  height: inherit;
  padding-bottom: 17.5rem;
  min-height: 40rem; }

#hero.page-hero.color-header .container {
  min-height: 53.5rem;
  padding-bottom: 28.6rem; }

.no-result {
  padding: 0 9.5rem; }

.hero-social {
  min-width: 124px;
  flex-shrink: 0;
  display: flex; }

#BambooHR-Footer img {
  padding-top: 0;
  padding-bottom: 0; }

.post-content {
  padding-top: 7rem; }

#staff h3,
#resources h3 {
  margin-bottom: 4rem; }

.page-hero .columns-10-2 #hero-buttons .share:first-of-type {
  margin-left: 0; }

#global-alert {
  display: none; }

html.enable-global-alert.sticky-header header {
  top: 48px; }

html.enable-global-alert body {
  margin-top: 48px; }

html.enable-global-alert #global-alert {
  height: 48px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #B33C2B;
  color: #fff;
  font-size: 1.8rem;
  font-family: myriad-pro, sans-serif;
  z-index: 10; }
  html.enable-global-alert #global-alert.show {
    display: block; }
  html.enable-global-alert #global-alert .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%; }
    html.enable-global-alert #global-alert .container .content {
      padding-right: 20px; }
    html.enable-global-alert #global-alert .container p {
      margin: 0;
      font-size: 1.8rem !important; }
      html.enable-global-alert #global-alert .container p a {
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
        display: inline-block;
        margin: 0 0 0 15px; }
    html.enable-global-alert #global-alert .container button {
      border: none;
      width: 25px;
      height: 25px;
      padding: 0;
      overflow: hidden;
      text-indent: -1000px;
      position: relative;
      cursor: pointer;
      transition: -webkit-transform .2s ease-in-out;
      transition: transform .2s ease-in-out;
      transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }
      html.enable-global-alert #global-alert .container button:hover {
        -webkit-transform: rotate(90deg) translate3d(-1px, 0, 0);
                transform: rotate(90deg) translate3d(-1px, 0, 0); }
      html.enable-global-alert #global-alert .container button:before, html.enable-global-alert #global-alert .container button:after {
        content: '';
        width: 1px;
        height: 25px;
        background-color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
                transform: translate3d(-50%, -50%, 0) rotate(45deg); }
      html.enable-global-alert #global-alert .container button:after {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
                transform: translate3d(-50%, -50%, 0) rotate(-45deg); }

.single-indicator .page-hero {
  margin-bottom: 3rem; }

#research-hero {
  padding: 10rem 0;
  background: #2b2929;
  color: #fff; }
  #research-hero .columns {
    align-items: center;
    grid-column-gap: 8rem; }
  #research-hero h1 {
    margin-bottom: 0; }
  #research-hero .social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem; }
    #research-hero .social-media li {
      padding: 0 1.5rem; }
      #research-hero .social-media li a {
        display: flex;
        align-items: center;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px; }
        #research-hero .social-media li a .icon {
          width: 20px;
          margin-right: 10px;
          display: flex;
          align-items: center; }
          #research-hero .social-media li a .icon.facebook {
            width: 9px; }
          #research-hero .social-media li a .icon svg {
            width: 100%; }
            #research-hero .social-media li a .icon svg * {
              fill: #fff; }

#research-indicators .indicator {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 4.5rem; }
  html.no-touchevents #research-indicators .indicator:hover .left:before {
    -webkit-transform: rotate(-135deg) translate(-0.4rem, 0.4rem);
            transform: rotate(-135deg) translate(-0.4rem, 0.4rem); }
  html.no-touchevents #research-indicators .indicator:hover .left:after {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem); }
  #research-indicators .indicator .left {
    color: #fff;
    position: relative;
    padding-bottom: 1.8rem; }
    #research-indicators .indicator .left:before, #research-indicators .indicator .left:after {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      position: absolute;
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg);
      border-left: 2px #fff solid;
      border-bottom: 2px #fff solid;
      left: 41px;
      bottom: 0px;
      transition: -webkit-transform .3s ease-in-out;
      transition: transform .3s ease-in-out;
      transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
    #research-indicators .indicator .left:after {
      content: "";
      display: block;
      background-color: #fff;
      width: 55px;
      height: 2px;
      left: 0;
      bottom: 5px;
      transition: -webkit-transform .3s ease-in-out;
      transition: transform .3s ease-in-out;
      transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
      -webkit-transform: none;
              transform: none;
      border: none; }
  #research-indicators .indicator .right {
    max-width: 115px;
    width: 33%;
    flex-shrink: 0;
    margin-left: 20px; }
    #research-indicators .indicator .right img {
      display: block; }

#research-findings {
  padding-bottom: 0; }
  #research-findings .container {
    border-bottom: 2px solid #C8ECEF; }

#research-groups .container {
  display: flex;
  justify-content: space-between; }
  #research-groups .container .left {
    width: 250px;
    flex-shrink: 0;
    margin-right: 50px;
    position: relative;
    top: 10px; }
    #research-groups .container .left ul {
      position: -webkit-sticky;
      position: sticky;
      top: 80px; }
      html.enable-global-alert #research-groups .container .left ul {
        top: 128px; }
      #research-groups .container .left ul li {
        position: relative;
        padding-left: 20px;
        padding-bottom: 12px;
        line-height: 1.1; }
        #research-groups .container .left ul li.active:before {
          display: block;
          content: '';
          position: absolute;
          left: 0;
          top: -6px;
          border-top: 2px solid #C75B1A;
          border-right: 2px solid #C75B1A;
          -webkit-transform: rotate(45deg) translate(6px, 10px);
                  transform: rotate(45deg) translate(6px, 10px);
          width: 10px;
          height: 10px; }
  #research-groups .container .right {
    width: 100%; }
    #research-groups .container .right > *:first-child {
      margin-top: 0; }
    #research-groups .container .right h3 {
      margin-top: 8rem; }
    #research-groups .container .right .tableauPlaceholder {
      border: 12px solid #C8ECEF !important;
      margin: 4rem 0 !important;
      padding: 2rem 2rem 0 2rem;
      max-width: 55vw; }
      #research-groups .container .right .tableauPlaceholder iframe {
        max-width: 100%; }

#research-cta .container {
  border-bottom: 2px solid #C8ECEF; }

#landscape-buttons .container {
  background: #2b2929;
  padding: 3rem 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  #landscape-buttons .container .left .button-group {
    margin: 0; }
  #landscape-buttons .container .right img {
    width: 315px; }

.button-group {
  margin-top: 3rem; }
  .button-group .button-wrapper {
    min-width: 170px;
    text-align: center; }
    .button-group .button-wrapper + .button-wrapper {
      margin-left: 2rem; }

.section-subhead {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  font-family: myriad-pro, sans-serif;
  margin-top: 6rem !important;
  margin-bottom: 4rem !important; }

.cta-excerpt {
  display: flex;
  width: 100%;
  border-top: 2px solid #C8ECEF;
  padding: 4.5rem 0 !important;
  align-items: center; }
  .cta-excerpt .left {
    flex-shrink: 0;
    margin-right: 7.5rem;
    max-width: 400px;
    width: 33%; }
  .cta-excerpt .right {
    margin-top: -2rem; }
    .cta-excerpt .right h3 {
      margin: 0; }
    html.no-touchevents .cta-excerpt .right a:hover h3 {
      opacity: .8; }

.data-sources {
  font-size: 1.6rem; }

@media all and (max-width: 1400px) {
  #research-groups .container .left ul li.active:before {
    top: -8px; } }

@media all and (max-width: 1200px) {
  #landscape-buttons .container .right img {
    width: 275px; }
  .data-sources p {
    font-size: 12px !important; } }

@media all and (max-width: 1100px) {
  #research-hero .columns {
    display: block;
    text-align: center; }
    #research-hero .columns .button-wrapper {
      margin-bottom: 1.5rem; }
    #research-hero .columns .logo {
      max-width: 300px;
      display: block;
      margin: 4rem auto; }
  #research-indicators .indicator .left {
    font-size: 5rem;
    padding-bottom: 2rem; }
  #landscape-buttons .container {
    display: block;
    text-align: center; }
    #landscape-buttons .container .logo {
      margin-top: 4rem; } }

@media all and (max-width: 990px) {
  #research-indicators .indicator .left {
    font-size: 3rem;
    padding-bottom: 3rem; } }

@media all and (max-width: 900px) {
  .cta-excerpt .right h3 {
    font-size: 24px; }
  #research-groups .left {
    display: none; }
  #research-groups .container .right .tableauPlaceholder {
    max-width: none;
    width: calc(100vw - 60px) !important;
    height: calc(100vw - 60px) !important;
    box-sizing: border-box; }
  #landscape-buttons .button-wrapper {
    margin-bottom: 1.5rem; } }

@media all and (max-width: 720px) {
  #research-indicators {
    padding-bottom: 0; }
  .section-subhead {
    margin-top: 0 !important; }
  #research-cta {
    padding: 0; }
  #research-indicators .indicator .left {
    font-size: 5rem;
    padding-bottom: 2rem; } }

@media all and (max-width: 600px) {
  .cta-excerpt .left {
    margin-right: 3rem; }
  .button-group {
    display: block; }
    .button-group .button-wrapper {
      display: block;
      max-width: 400px;
      margin: 0 auto; }
      .button-group .button-wrapper + .button-wrapper {
        margin-left: auto; } }

@media all and (max-width: 500px) {
  .cta-excerpt .right h3 {
    font-size: 18px; }
  #research-indicators .indicator .left {
    font-size: 5rem;
    padding-bottom: 2rem; }
  #research-indicators .indicator .left {
    font-size: 3rem;
    padding-bottom: 3rem; } }

@media all and (max-width: 400px) {
  #research-indicators .indicator .left {
    font-size: 4rem; } }

#template-legacy-giving .legacy-content h3, #template-legacy-giving .legacy-content .h3 {
  font-weight: 400;
  color: #31446B; }
  #template-legacy-giving .legacy-content h3.legacy-giving, #template-legacy-giving .legacy-content .h3.legacy-giving {
    font-weight: 600; }

#template-legacy-giving .legacy-content .quote-holder {
  border-left: 1px solid #B2B2B2;
  padding-left: 2rem;
  color: #626262;
  position: relative;
  margin-bottom: 4rem; }
  #template-legacy-giving .legacy-content .quote-holder:before {
    content: '\201C';
    font-family: adobe-garamond-pro, serif;
    position: absolute;
    left: -13px;
    top: 0;
    background-color: #fff;
    font-size: 55px;
    line-height: 1;
    width: 26px;
    height: 26px;
    color: #B2B2B2; }
  #template-legacy-giving .legacy-content .quote-holder blockquote {
    font-style: normal;
    font-size: 21px;
    padding-left: 0; }
    #template-legacy-giving .legacy-content .quote-holder blockquote:before {
      display: none; }
  #template-legacy-giving .legacy-content .quote-holder .name {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0; }
  #template-legacy-giving .legacy-content .quote-holder .extra-info {
    font-size: 15px;
    margin-top: 0rem; }

#template-legacy-giving .legacy-content .button-wrapper {
  background-color: #D3B548; }
  #template-legacy-giving .legacy-content .button-wrapper:after {
    background-color: #c0a236;
    z-index: 2; }
  #template-legacy-giving .legacy-content .button-wrapper a {
    z-index: 3; }

#template-legacy-giving main .gform_wrapper {
  border-color: #F5F8F8; }
  #template-legacy-giving main .gform_wrapper .gform_required_legend {
    display: none; }
  #template-legacy-giving main .gform_wrapper .gform_submission_error {
    color: #CF594A;
    margin-bottom: 2rem; }
  #template-legacy-giving main .gform_wrapper .gfield_validation_message {
    margin-bottom: 0; }
  #template-legacy-giving main .gform_wrapper input {
    background-color: #F5F8F8;
    border-color: #B1CFC7; }
  #template-legacy-giving main .gform_wrapper input[type="checkbox"] + label:before,
  #template-legacy-giving main .gform_wrapper input[type="radio"] + label:before {
    border-color: #B1CFC7; }
  #template-legacy-giving main .gform_wrapper .gform_footer {
    background-color: #D3B548; }
  #template-legacy-giving main .gform_wrapper input[type="submit"] {
    background-color: transparent; }
  #template-legacy-giving main .gform_wrapper .gform_footer:before {
    background-color: #c0a236; }

#template-legacy-giving .hero {
  background-color: #A4C7BE;
  border-bottom: 5.4rem solid #D2E6E1;
  position: relative;
  margin-bottom: 16rem; }
  #template-legacy-giving .hero h1 {
    margin: 2rem 0; }
    #template-legacy-giving .hero h1 i {
      padding: 0 1rem;
      margin-left: -1rem;
      margin-right: -1rem;
      display: inline-block;
      background: white;
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0) 50%); }
  #template-legacy-giving .hero p {
    color: #fff; }
  #template-legacy-giving .hero .container {
    position: static; }
  #template-legacy-giving .hero:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -9.5rem;
    background-color: #DEEDE9;
    height: 4.1rem;
    width: 100%; }
  #template-legacy-giving .hero:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12rem;
    background-color: #F5F8F8;
    height: 2.5rem;
    width: 100%; }
  #template-legacy-giving .hero .content {
    width: 66%;
    padding-right: 6rem;
    padding-bottom: 4rem;
    box-sizing: border-box; }
    #template-legacy-giving .hero .content .button-wrapper {
      background-color: #fff; }
      #template-legacy-giving .hero .content .button-wrapper:after {
        background-color: #DEEDE9;
        z-index: 2; }
      #template-legacy-giving .hero .content .button-wrapper .button {
        color: #A4C7BE;
        z-index: 3; }
  #template-legacy-giving .hero .image {
    position: absolute;
    right: 0;
    top: 0;
    width: calc((100vw - 124.5rem)/2 + 124.5rem*.34);
    height: 100%;
    background-position: center center;
    background-size: cover; }

#template-legacy-giving .legacy-content {
  display: flex;
  justify-content: space-between; }
  #template-legacy-giving .legacy-content .left {
    width: 250px;
    flex-shrink: 0;
    margin-right: 50px;
    position: relative;
    top: 10px; }
    #template-legacy-giving .legacy-content .left h3 {
      padding-left: 20px; }
    #template-legacy-giving .legacy-content .left ul li {
      position: relative;
      padding-left: 20px;
      padding-bottom: 12px;
      line-height: 1.1; }
      #template-legacy-giving .legacy-content .left ul li.active:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: -6px;
        border-top: 2px solid #90AEC2;
        border-right: 2px solid #90AEC2;
        -webkit-transform: rotate(45deg) translate(6px, 10px);
                transform: rotate(45deg) translate(6px, 10px);
        width: 10px;
        height: 10px; }
      #template-legacy-giving .legacy-content .left ul li a {
        color: #90AEC2; }
  #template-legacy-giving .legacy-content .right {
    width: calc(124.5rem - 300px); }
    #template-legacy-giving .legacy-content .right .container {
      padding: 0;
      width: 100%; }
    #template-legacy-giving .legacy-content .right .content-type.quote_banner {
      margin-left: calc((100vw - 124.5rem)/-2 - 300px); }
      #template-legacy-giving .legacy-content .right .content-type.quote_banner .container {
        width: 124.5rem; }

@media all and (max-width: 1090px) {
  #template-legacy-giving .legacy-content .right {
    width: calc(100vw - 300px - 60px); }
    #template-legacy-giving .legacy-content .right .content-type.quote_banner {
      margin-left: -330px; }
      #template-legacy-giving .legacy-content .right .content-type.quote_banner .container {
        width: calc(100vw - 60px); } }

@media all and (max-width: 980px) {
  #template-legacy-giving .hero {
    padding: 6rem 0; }
    #template-legacy-giving .hero .image {
      display: none; }
    #template-legacy-giving .hero .content {
      width: 100%;
      padding-right: 0;
      padding-bottom: 0; } }

@media all and (max-width: 880px) {
  #template-legacy-giving .hero {
    margin-bottom: 9rem; }
  #template-legacy-giving .legacy-content .left {
    display: none; }
  #template-legacy-giving .legacy-content .right {
    width: 100%; }
    #template-legacy-giving .legacy-content .right .content-type.quote_banner {
      margin-left: -30px; }
  #template-legacy-giving section.horizontal-padding-extra {
    padding-left: 0;
    padding-right: 0; }
  #template-legacy-giving .horizontal-padding-extra p,
  #template-legacy-giving .horizontal-padding-extra h2,
  #template-legacy-giving .horizontal-padding-extra h3,
  #template-legacy-giving .horizontal-padding-extra h4,
  #template-legacy-giving .horizontal-padding-extra h5,
  #template-legacy-giving .horizontal-padding-extra h6,
  #template-legacy-giving .horizontal-padding-extra ul {
    padding-right: 0; }
  #template-legacy-giving h2, #template-legacy-giving .h2 {
    font-size: 3.5rem; }
  #template-legacy-giving h3, #template-legacy-giving .h3 {
    font-size: 2.75rem; } }

@media all and (max-width: 1400px) {
  html, body {
    font-size: 9px; }
  html.sticky-header #header-left .menu-main-nav-container {
    top: 169px; }
  html.sticky-header.enable-global-alert #header-left .menu-main-nav-container {
    top: 216px; }
  .sticky-header.mega-open header {
    height: 169px; }
  .sticky-header:not(.mega-open) #full-page {
    margin-top: 228.5px; }
  .sticky-header:not(.mega-open) #sticky-menu-button span {
    top: 18px; }
  .social-icon svg {
    max-width: 20px;
    max-height: 20px; } }

@media all and (max-width: 1200px) {
  html, body {
    font-size: 8px; }
  .social-icon svg {
    max-width: 18px;
    max-height: 18px; }
  html.sticky-header #header-left .menu-main-nav-container {
    top: 153px; }
  html.sticky-header.enable-global-alert #header-left .menu-main-nav-container {
    top: 200px; }
  .sticky-header.mega-open header {
    height: 153px; }
  .sticky-header:not(.mega-open) #full-page {
    margin-top: 205px; }
  .sticky-header:not(.mega-open) #sticky-menu-button span {
    top: 19px; }
  p.small {
    font-size: 15px; } }

@media all and (max-width: 1090px) {
  .container {
    width: 100%;
    padding: 0 30px; }
  .sticky-header:not(.mega-open) #full-page {
    margin-top: 215px; }
  .sticky-header.mega-open header {
    height: 215px; }
  #template-home #hero .container {
    padding: 20rem 30px; }
  #desktop-header .container {
    padding: 0 30px 5rem 30px; }
  #newsletter-section h3 {
    font-size: 3.5rem; }
  footer .container {
    padding: 6.4rem 30px 1rem 14.5rem; }
  #newsletter-signup {
    display: block; }
  #newsletter-section h3 {
    margin: 0 0 2rem 0; }
  #mc_embed_signup_scroll {
    align-items: flex-end; }
  #page main .gform_wrapper {
    width: 100%;
    max-width: none;
    box-sizing: border-box; }
  .headshot, .download-image {
    height: calc(22vw - 30px); }
  #side-nav,
  #more-news #side-nav {
    flex-shrink: 0;
    padding-right: 5rem; }
    #side-nav ul,
    #more-news #side-nav ul {
      margin: 1rem 0 3rem; }
  .has-sidenav {
    width: 100%; }
  .city {
    width: 100%; }
  .state {
    width: calc(20% - 10px); }
  .zip {
    width: calc(80% - 10px); }
  .donation-amount .ginput_container {
    min-width: 80px; }
  #post-hero-image {
    height: calc(68vw - 60px); }
  html.sticky-header #header-left .menu-main-nav-container {
    top: 165px; }
  .two-image-color-header #hero-image-one,
  .two-image-color-header #hero-image-two {
    height: calc(34vw - 45px); }
  .container .container {
    padding: 0; }
  .ginput_cardinfo_right {
    width: 100%; }
  .sticky-header:not(.mega-open) #desktop-header .container {
    padding: .5rem 30px; }
  .one-image-color-header #hero-image-one {
    height: calc(60vw - 60px); }
  #hero.page-hero.color-header.short-hero .container,
  #hero.page-hero.color-header .container {
    height: inherit;
    padding-bottom: 120px; }
  #hero.page-hero.color-header .container {
    padding-bottom: 180px; }
  .page-hero.color-header:before,
  .short-hero.page-hero.color-header:before {
    height: 100%; }
  .page-hero:before,
  .page-hero.one-image-color-header:before {
    height: calc(100% - (60vw - 130px)); }
  .page-hero.two-image-color-header:before {
    height: calc(100% - (34vw - 185px)); }
  #cfns-logo {
    margin-right: 0; } }

@media all and (max-width: 950px) {
  footer .top {
    display: block; }
  .footer-contact {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 40px; } }

@media all and (max-width: 875px) {
  html.enable-global-alert body {
    margin-top: 196px; }
  html.enable-global-alert.sticky-header.mm-opened header {
    top: 0; }
  body {
    margin-top: 148px; }
  header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10; }
    html.enable-global-alert header {
      top: 48px; }
  html.enable-global-alert.mm-opened #global-alert {
    display: none; }
  section.horizontal-padding-extra > .container {
    padding-left: 0;
    padding-right: 0; }
  section.horizontal-padding-extra {
    padding: 0 100px 7rem 100px; }
  section.horizontal-padding-extra.post-content {
    padding-top: 7rem; }
  #section-0 {
    margin-top: 5rem; }
  .color-header .container:after, .color-header .container:before {
    left: 100px; }
  #main-nav {
    display: none; }
  #desktop-header {
    display: none !important; }
  #mobile-menu-button {
    display: flex;
    position: relative;
    align-items: center;
    align-self: center;
    height: 60px;
    font-family: myriad-pro, sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    transition: color .2s ease-in-out; }
  #mobile-menu-button:before,
  #mobile-menu-button:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1.5px);
    left: 0;
    width: 45px;
    height: 3px;
    top: 0;
    background: #C75B1A;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: translate(65px, 59px);
            transform: translate(65px, 59px);
    right: -45px;
    -webkit-transform-origin: left;
            transform-origin: left; }
  .sticky-header #mobile-menu-button:before {
    -webkit-transform: translate(65px, 28px);
            transform: translate(65px, 28px); }
  .sticky-header #mobile-menu-button:after {
    -webkit-transform: translate(65px, 10px) scaleX(0.87);
            transform: translate(65px, 10px) scaleX(0.87); }
  .sticky-header.mm-opened #mobile-menu-button:before {
    -webkit-transform: rotate(45deg) translate(50px, -50px);
            transform: rotate(45deg) translate(50px, -50px); }
  .sticky-header.mm-opened #mobile-menu-button:after {
    -webkit-transform: rotate(-45deg) translate(33px, 55px) scaleX(1);
            transform: rotate(-45deg) translate(33px, 55px) scaleX(1);
    -webkit-transform-origin: center;
            transform-origin: center; }
  #mobile-menu-button:after {
    -webkit-transform: translate(65px, 39px) scaleX(0.87);
            transform: translate(65px, 39px) scaleX(0.87); }
  #mobile-menu-button span {
    display: block;
    width: 100%;
    height: 3px;
    background: #C75B1A;
    transition: opacity .2s;
    position: absolute;
    right: -45px;
    width: 35px;
    top: 49px;
    transition: opacity .2s ease-in-out; }
  .sticky-header #mobile-menu-button span {
    top: 19px; }
  #mobile-logo svg,
  #mobile-logo {
    width: 40px;
    height: 40px; }
  #mobile-logo {
    position: relative;
    padding-right: 25px;
    margin-right: 25px; }
  #desktop-header-logo:before,
  #desktop-header-logo:after {
    content: "";
    width: 2px;
    height: calc(100% + 20px);
    position: absolute;
    right: -3px;
    top: -10px;
    background-color: #C8ECEF; }
  #desktop-header-logo:before {
    right: 2px; }
  .mobile {
    display: block;
    padding: 20px 0; }
  .mobile .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  #desktop-header-logo {
    width: 200px;
    height: 70px;
    margin-right: 30px;
    padding-right: 30px;
    position: relative; }
  .menu-donate-buttons-container ul a,
  #newsletter-section input[type=submit],
  .button-wrapper a, button:not(.modal-video-close-btn), input[type=submit] {
    font-size: 1.8rem;
    font-family: myriad-pro, sans-serif;
    padding: 1.5rem 2.5rem; }
  .menu-donate-buttons-container ul li:after,
  #newsletter-section .gform_footer:after {
    -webkit-transform: scaleY(0.08);
            transform: scaleY(0.08); }
  footer .container {
    flex-wrap: wrap; }
  .partner-logo {
    height: 95px; }
  #footer-middle:after {
    display: none; }
  .partner-logo:after {
    display: none; }
  .partner-logo {
    width: calc(33.33333% - 40px); }
  .partner-logo svg {
    max-width: 100%;
    max-height: 100%;
    height: 100%; }
  footer .container {
    padding: 6.4rem 30px 1rem 30px; }
  #desktop-footer-logo {
    margin: 1rem 0 4rem 0; }
  .footer-contact:before {
    width: calc(100% - 94px); }
  #template-home #hero {
    min-height: 0; }
  .columns-4-4-4 {
    grid-template-columns: 1fr;
    grid-row-gap: 8rem; }
  html.no-cssgrid .columns-4-4-4 {
    margin-bottom: -40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    html.no-cssgrid .columns-4-4-4 > *:nth-child(2n+1) {
      width: calc(100% - 40px*1/2);
      margin-bottom: 40px;
      margin-left: 20px;
      margin-right: 20px; }
    html.no-cssgrid .columns-4-4-4 > *:nth-child(2n+2) {
      width: calc(100% - 40px*1/2);
      margin-bottom: 40px;
      margin-left: 20px;
      margin-right: 20px; }
    html.no-cssgrid .columns-4-4-4 > *:nth-child(2n+1) {
      margin-left: 0; }
    html.no-cssgrid .columns-4-4-4 > *:nth-child(2n+2) {
      margin-right: 0; }
  .columns-4-4-4 .column {
    max-width: 450px;
    margin: 0 auto; }
  .three_column.horizontal-padding-extra .container {
    padding-left: 30px;
    padding-right: 30px; }
  #template-home .columns-4-4-4 .column {
    padding: 0;
    margin-left: 0; }
  #more-section {
    margin-top: 7rem; }
  #staff .columns-4-4-4,
  #resources .columns-4-4-4 {
    grid-template-columns: 6fr 6fr; }
  html.no-cssgrid #staff .columns-4-4-4 {
    margin-bottom: -40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    html.no-cssgrid #staff .columns-4-4-4 > *:nth-child(2n+1) {
      width: calc(50% - 40px*1/2);
      margin-bottom: 40px;
      margin-left: 20px;
      margin-right: 20px; }
    html.no-cssgrid #staff .columns-4-4-4 > *:nth-child(2n+2) {
      width: calc(50% - 40px*1/2);
      margin-bottom: 40px;
      margin-left: 20px;
      margin-right: 20px; }
    html.no-cssgrid #staff .columns-4-4-4 > *:nth-child(2n+1) {
      margin-left: 0; }
    html.no-cssgrid #staff .columns-4-4-4 > *:nth-child(2n+2) {
      margin-right: 0; }
  html.no-cssgrid #resources .columns-4-4-4 {
    margin-bottom: -40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    html.no-cssgrid #resources .columns-4-4-4 > *:nth-child(2n+1) {
      width: calc(50% - 40px*1/2);
      margin-bottom: 40px;
      margin-left: 20px;
      margin-right: 20px; }
    html.no-cssgrid #resources .columns-4-4-4 > *:nth-child(2n+2) {
      width: calc(50% - 40px*1/2);
      margin-bottom: 40px;
      margin-left: 20px;
      margin-right: 20px; }
    html.no-cssgrid #resources .columns-4-4-4 > *:nth-child(2n+1) {
      margin-left: 0; }
    html.no-cssgrid #resources .columns-4-4-4 > *:nth-child(2n+2) {
      margin-right: 0; }
  #staff .columns-4-4-4 .column,
  #resources .columns-4-4-4 {
    max-width: unset;
    margin: unset; }
  .staff-bio.hoverbox {
    max-width: 50vw; }
  .staff-member:nth-of-type(3n) .staff-bio.hoverbox {
    right: calc(-50vw - 20px);
    left: unset;
    -webkit-transform-origin: left 7rem;
            transform-origin: left 7rem; }
  .staff-member:nth-of-type(3n) .staff-bio.hoverbox:before {
    left: -1.5rem;
    right: unset;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  .staff-member:nth-of-type(2n) .staff-bio.hoverbox {
    left: calc(-50vw - 20px);
    -webkit-transform-origin: right 7rem;
    transform-origin: right 7rem; }
  .staff-member:nth-of-type(2n) .staff-bio.hoverbox:before {
    right: -1.5rem;
    left: unset;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  .headshot,
  .download-image {
    height: calc(36vw - 30px); }
  .has-sidenav section.horizontal-padding-extra {
    padding: 0 0 7rem 0; }
  #section-0 {
    margin-top: 5rem; }
  .single #section-0 {
    padding-top: 0; }
  #donate > .container {
    display: block; }
  #side-nav {
    width: 100%;
    position: relative; }
  #side-nav .menu:after,
  #side-nav .menu:before {
    content: "";
    height: 2px;
    background-color: #C8ECEF;
    width: 100%;
    bottom: -1rem;
    position: absolute;
    left: 0; }
  #side-nav .menu:before {
    bottom: -1.6rem; }
  #side-nav .menu {
    display: flex;
    margin: 2rem 0 7rem 0;
    position: relative; }
  #side-nav .menu a {
    border-top: none;
    border-bottom: none;
    border-right: 2px solid #C8ECEF;
    padding-right: 20px;
    margin-right: 20px; }
  #side-nav .menu li:last-of-type a {
    border-right: none;
    padding-righ: 0;
    margin-right: 0; }
  #side-nav .menu li:first-of-type a {
    border-top: none; }
  #side-nav .no-mobile {
    display: none; }
  #more-news .container,
  #search-results .container {
    display: block; }
  .post:first-of-type,
  .result:first-of-type {
    padding: 5rem 0 6rem; }
  .post:first-of-type:before, .result:first-of-type:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #c8ecef;
    position: absolute;
    top: 0;
    left: 0; }
  footer .menu-main-nav-container a {
    font-size: 18px; }
  footer .menu-second-level-nav-container a {
    font-size: 16px; }
  body.single {
    border-top: #C8ECEF solid 0.6rem; }
  #template-landing-page .illustration {
    display: none; }
  #template-landing-page .illustration.mobile-only {
    display: block; }
  #template-landing-page #intro .columns-8-4 {
    grid-template-columns: 1fr;
    grid-row-gap: 0; }
  html.no-cssgrid .columns-8-4 {
    margin-bottom: -40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    html.no-cssgrid .columns-8-4 > *:nth-child(2n+1) {
      width: calc(100% - 40px*1/2);
      margin-bottom: 40px;
      margin-left: 20px;
      margin-right: 20px; }
    html.no-cssgrid .columns-8-4 > *:nth-child(2n+2) {
      width: calc(100% - 40px*1/2);
      margin-bottom: 40px;
      margin-left: 20px;
      margin-right: 20px; }
    html.no-cssgrid .columns-8-4 > *:nth-child(2n+1) {
      margin-left: 0; }
    html.no-cssgrid .columns-8-4 > *:nth-child(2n+2) {
      margin-right: 0; }
  html.no-cssgrid .columns-4-8 {
    margin-bottom: -40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    html.no-cssgrid .columns-4-8 > *:nth-child(2n+1) {
      width: calc(100% - 40px*1/2);
      margin-bottom: 40px;
      margin-left: 20px;
      margin-right: 20px; }
    html.no-cssgrid .columns-4-8 > *:nth-child(2n+2) {
      width: calc(100% - 40px*1/2);
      margin-bottom: 40px;
      margin-left: 20px;
      margin-right: 20px; }
    html.no-cssgrid .columns-4-8 > *:nth-child(2n+1) {
      margin-left: 0; }
    html.no-cssgrid .columns-4-8 > *:nth-child(2n+2) {
      margin-right: 0; }
  #template-landing-page #intro #intro-header {
    display: flex;
    align-items: flex-end;
    margin-bottom: 3rem; }
  #template-landing-page #intro #intro-header .illustration {
    width: 40rem;
    margin-left: 3rem;
    height: 100%;
    flex-shrink: 0; }
  .sticky-header #mobile-menu-button {
    padding: 0;
    height: 40px; }
  #header-left #menu-holder:after,
  #header-left #menu-holder:before {
    display: none; }
  #menu-holder {
    padding: 0; }
  .sticky-header #header-left #menu-holder:after,
  .sticky-header #header-left #menu-holder:before {
    display: block; }
  .sticky-header .mobile-sticky.mobile {
    padding: 5px 0; }
  #side-nav h2 {
    margin-bottom: 3rem; }
  .sticky-header:not(.mega-open) #full-page {
    margin-top: 142px; }
  .sticky-header:not(.mega-open) header {
    background: #fff; }
  .two-image-color-header #hero-images {
    margin-top: 5rem; }
  #header-left .menu-holder:after, #header-left .menu-holder:before {
    display: none; }
  .menu-holder {
    padding-left: 0; }
  #gform_page_3_2 #gform_previous_button_3 {
    left: -20rem; } }

@media all and (max-width: 800px) {
  .columns-10-2 {
    grid-template-columns: 1fr;
    grid-row-gap: 0; }
  html.no-cssgrid .columns-10-2 {
    margin-bottom: -40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    html.no-cssgrid .columns-10-2 > *:nth-child(2n+1) {
      width: calc(100% - 40px*1/2);
      margin-bottom: 40px;
      margin-left: 20px;
      margin-right: 20px; }
    html.no-cssgrid .columns-10-2 > *:nth-child(2n+2) {
      width: calc(100% - 40px*1/2);
      margin-bottom: 40px;
      margin-left: 20px;
      margin-right: 20px; }
    html.no-cssgrid .columns-10-2 > *:nth-child(2n+1) {
      margin-left: 0; }
    html.no-cssgrid .columns-10-2 > *:nth-child(2n+2) {
      margin-right: 0; }
  .page-hero #hero-buttons {
    justify-content: flex-start; }
  a.share:not(.share-button) {
    margin-left: 2rem;
    margin-right: 2rem; }
  .page-hero h1,
  #template-staff h1 {
    margin: 4rem 0 0 0 !important; }
  #hero-buttons .button-wrapper {
    margin-right: 2rem; }
  #circle-button .container a {
    flex-direction: column;
    padding: 50px !important; }
  .wide-button {
    padding: 0 50px 0 50px;
    flex-direction: column;
    align-items: flex-start;
    height: inherit;
    padding-bottom: 30px !important; }
  .center-button {
    width: inherit;
    display: block;
    padding: 0; }
  .big-button-content {
    padding-right: 0;
    width: 100%; }
  .big-button-image,
  .landing-buttons .big-button-image {
    margin: 30px -50px -50px -50px;
    width: calc(100% + 100px);
    min-height: 150px;
    height: calc(60vw - 60px); }
  .big-button-content:after,
  .big-button-content:before {
    display: none; }
  .circle-button-container {
    display: none; }
  .big-button-content .mobile-only {
    display: block; }
  .big-button {
    padding: 5rem 5rem 5rem 5rem !important; }
  #search-box form {
    flex-wrap: wrap;
    justify-content: space-between; }
  #search-box input[type=text] {
    margin: 0 0 2rem 0; }
  #search-close {
    margin-right: 0; }
  .page-hero .columns-10-2 #hero-buttons .share:first-of-type {
    margin-left: 20px; } }

@media all and (max-width: 720px) {
  html, body {
    font-size: 8px; }
  body {
    margin-top: 148px; }
  .mobile.mm-slideout .container {
    flex-direction: column-reverse;
    align-items: flex-start; }
  #header-right,
  #header-left {
    width: 100%; }
  #header-buttons .menu-donate-buttons-container ul {
    justify-content: flex-end; }
  .mobile {
    padding: 10px 0; }
  .mobile .container {
    flex-direction: column-reverse; }
  #desktop-header-logo:before,
  #desktop-header-logo:after {
    display: none; }
  #header-left {
    justify-content: space-between; }
  #mobile-menu-button,
  .sticky-header #mobile-menu-button {
    font-size: 15px;
    height: inherit;
    align-self: center;
    padding-bottom: 0;
    padding-top: 23px;
    margin-top: 3px; }
  .sticky-header #header-left #menu-holder:after,
  .sticky-header #header-left #menu-holder:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #C8ECEF;
    position: absolute;
    left: 0;
    top: 0; }
  #mobile-menu-button:before,
  #mobile-menu-button:after {
    left: 0;
    width: 100%;
    height: 3px;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: translate(0) scaleX(0.9);
            transform: translate(0) scaleX(0.9);
    top: 0; }
  #mobile-menu-button:after {
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 100%;
    top: 16px; }
  #mobile-menu-button span {
    width: calc(100% - 10px);
    left: 0;
    top: 8px; }
  #desktop-header-logo {
    padding: 10px 10px 10px 0;
    margin: 0; }
  #footer-bottom .simple-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  #menu-footer li:first-of-type {
    margin-left: 0; }
  #footer-bottom {
    display: block; }
  #newsletter-section .container {
    display: block; }
  #social {
    justify-content: flex-end;
    margin-top: 3rem; }
  #newsletter-section input[type=text],
  #newsletter-section .gform_body {
    width: 100%; }
  .columns-6-6 {
    grid-template-columns: 1fr; }
  html.no-cssgrid .columns-6-6 {
    margin-bottom: -40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    html.no-cssgrid .columns-6-6 > *:nth-child(2n+1) {
      width: calc(100% - 40px*1/2);
      margin-bottom: 40px;
      margin-left: 20px;
      margin-right: 20px; }
    html.no-cssgrid .columns-6-6 > *:nth-child(2n+2) {
      width: calc(100% - 40px*1/2);
      margin-bottom: 40px;
      margin-left: 20px;
      margin-right: 20px; }
    html.no-cssgrid .columns-6-6 > *:nth-child(2n+1) {
      margin-left: 0; }
    html.no-cssgrid .columns-6-6 > *:nth-child(2n+2) {
      margin-right: 0; }
  #giving-section .columns-6-6 {
    grid-row-gap: 0; }
  html.no-cssgrid #giving-section .columns-6-6 {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    html.no-cssgrid #giving-section .columns-6-6 > *:nth-child(2n+1) {
      width: calc(100% - 40px*1/2);
      margin-bottom: 0;
      margin-left: 20px;
      margin-right: 20px; }
    html.no-cssgrid #giving-section .columns-6-6 > *:nth-child(2n+2) {
      width: calc(100% - 40px*1/2);
      margin-bottom: 0;
      margin-left: 20px;
      margin-right: 20px; }
    html.no-cssgrid #giving-section .columns-6-6 > *:nth-child(2n+1) {
      margin-left: 0; }
    html.no-cssgrid #giving-section .columns-6-6 > *:nth-child(2n+2) {
      margin-right: 0; }
  #giving-section #giving-background {
    background-position: right bottom;
    background-size: 60%;
    padding: 0;
    height: 30vw; }
  #giving-section .container .column {
    padding: 7rem 0 4rem 0; }
  #home-intro .mobile-only {
    display: block;
    margin-bottom: 3rem; }
  #template-home #hero .container {
    display: none; }
  #template-home #hero {
    min-height: 280px;
    height: 50vw;
    background-position-x: right; }
  .columns-8-4 {
    grid-template-columns: 1fr; }
  html.no-cssgrid .columns-8-4 {
    margin-bottom: -40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    html.no-cssgrid .columns-8-4 > *:nth-child(2n+1) {
      width: calc(100% - 40px*1/2);
      margin-bottom: 40px;
      margin-left: 20px;
      margin-right: 20px; }
    html.no-cssgrid .columns-8-4 > *:nth-child(2n+2) {
      width: calc(100% - 40px*1/2);
      margin-bottom: 40px;
      margin-left: 20px;
      margin-right: 20px; }
    html.no-cssgrid .columns-8-4 > *:nth-child(2n+1) {
      margin-left: 0; }
    html.no-cssgrid .columns-8-4 > *:nth-child(2n+2) {
      margin-right: 0; }
  section {
    padding: 10rem 0; }
  h1 {
    margin-top: 0; }
  a.share:not(.share-button) {
    font-size: 2rem; }
  a.facebook.share:not(.share-button):before {
    height: 2rem;
    top: .5rem; }
  a.twitter.share:not(.share-button):before {
    top: .7rem;
    height: 1.6rem;
    width: 1.9rem;
    left: -2.8rem; }
  #home-intro {
    background-size: 60%; }
  img.hot-air-balloon {
    width: auto;
    height: 20rem;
    margin-bottom: 8rem !important;
    margin-left: 20%; }
  .featured-story {
    width: 100%; }
  .post-section .container {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    display: flex; }
  .post-section {
    padding-bottom: 0; }
  .post-section p {
    line-height: 1.3; }
  .post-image {
    width: calc(100% + 60px);
    position: static;
    margin-left: -30px;
    margin-right: -30px;
    height: 40vw;
    margin-top: 5rem;
    min-height: 200px; }
  .horizontal-padding-extra p,
  .horizontal-padding-extra h2,
  .horizontal-padding-extra h3,
  .horizontal-padding-extra h4,
  .horizontal-padding-extra h5,
  .horizontal-padding-extra h6,
  .horizontal-padding-extra ul {
    padding-right: 0; }
  #side-nav .menu {
    flex-direction: column;
    margin-top: 0; }
  #side-nav {
    display: flex;
    justify-content: space-between; }
  #side-nav .menu a {
    border-bottom: 2px solid #C8ECEF;
    border-right: none;
    margin-right: 0;
    text-align: right;
    padding-right: 0; }
  #side-nav .menu:after,
  #side-nav .menu:before {
    display: none; }
  #side-nav .menu li:first-of-type a {
    border-top: 2px solid #C8ECEF; }
  section#login .container .column:nth-of-type(2) {
    padding-left: 0; }
  section#login .container .column:first-child {
    margin-bottom: 3rem;
    padding-bottom: 7rem; }
  section#login .container .column:first-of-type:after {
    width: 100%;
    height: 2px;
    bottom: 0;
    top: unset; }
  #template-landing-page #intro #intro-header {
    display: block;
    margin-bottom: 0; }
  #template-landing-page #intro #intro-header .illustration {
    margin: 4rem auto; }
  .big-download-button {
    display: block; }
  .download-button-image {
    margin: -3rem -3rem 3rem -3rem;
    width: calc(100% + 6rem);
    height: 40vw; }
  .sticky-header #header-buttons {
    display: none; }
  .sticky-header #header-left #menu-holder:after,
  .sticky-header #header-left #menu-holder:before {
    display: none; }
  .sticky-header:not(.mega-open) #full-page {
    margin-top: 149px; }
  .two-image-color-header #hero-images {
    display: block; }
  .two-image-color-header #hero-image-one,
  .two-image-color-header #hero-image-two {
    width: 100%;
    height: calc(61vw - 60px);
    margin-bottom: 3rem; }
  .two-image-color-header #hero-image-two {
    margin-bottom: 0; }
  .mm-opened #mobile-menu-button:before {
    -webkit-transform: rotate(45deg) translate(3px, 3px);
            transform: rotate(45deg) translate(3px, 3px);
    top: 0; }
  .mm-opened #mobile-menu-button:after {
    -webkit-transform: rotate(-45deg) translate(-23.5px, 23.5px);
            transform: rotate(-45deg) translate(-23.5px, 23.5px);
    top: 0; }
  .mm-opened #mobile-menu-button {
    color: rgba(255, 255, 255, 0); }
  .sticky-header #mobile-menu-button:before {
    -webkit-transform: translate(0) scaleX(0.9);
            transform: translate(0) scaleX(0.9); }
  .sticky-header #mobile-menu-button:after {
    -webkit-transform: translate(0);
            transform: translate(0); }
  .sticky-header.mm-opened #mobile-menu-button:before {
    -webkit-transform: rotate(45deg) translate(3px, 3px);
            transform: rotate(45deg) translate(3px, 3px); }
  .sticky-header.mm-opened #mobile-menu-button:after {
    -webkit-transform: rotate(-45deg) translate(-23.5px, 23.5px);
            transform: rotate(-45deg) translate(-23.5px, 23.5px);
    top: 0;
    -webkit-transform-origin: left;
            transform-origin: left; }
  #hero.image-header h1 {
    font-size: 10rem; }
  .mc-field-group,
  #newsletter-section input[type=email] {
    width: 100%; }
  #newsletter-section .clear {
    flex-shrink: 0; }
  .sticky-header #mobile-menu-button span {
    top: 8px; }
  section.horizontal-padding-medium > .container {
    padding-left: 30px;
    padding-right: 30px; }
  #page main .gform_wrapper {
    margin-left: -70px;
    width: calc(100vw - 60px); }
  #hero .no-mobile {
    display: none; }
  #hero .mobile-only {
    display: block;
    margin-top: 2rem; }
  .page-hero h1 {
    margin: 1rem 0 0 !important; }
  .single h1 {
    font-size: 6.5rem; }
  .page-hero.two-image-color-header:before {
    height: calc(100% - 30vw); } }

@media all and (max-width: 640px) {
  select#input_3_28_2_month {
    margin-bottom: 20px; } }

@media all and (max-width: 600px) {
  section.horizontal-padding-extra {
    padding: 0 30px 5rem 30px; }
  #section-0 {
    margin-top: 5rem; }
  .color-header .container:after,
  .color-header .container:before {
    left: 30px; }
  #page main .gform_wrapper,
  .gform_wrapper.grouped-form_wrapper {
    margin-left: -30px;
    margin-top: 7rem;
    width: calc(100% + 60px);
    border-left: none;
    border-right: none;
    padding: 4rem 30px 15rem 30px !important; }
  #donate .gform_footer {
    margin-right: 30px; }
  .gform_wrapper.grouped-form_wrapper {
    padding: 0 !important;
    max-width: none; }
  .basic_editor div.gform_body {
    max-width: none; }
  .partial {
    width: 100%; }
  .state {
    width: calc(30% - 10px); }
  .zip {
    width: calc(70% - 10px); }
  .download-button-image {
    height: calc(60vw - 60px); }
  #search-bar .container,
  #more-news .container,
  #search-results .container {
    padding-left: 30px;
    padding-right: 30px; }
  #search-box:before {
    left: 7rem; }
  #more-news .container:before, #search-results .container:before {
    width: calc(100% - 60px);
    left: 30px; }
  .donation-amount {
    display: block; }
  #newsletter-section input[type=submit],
  .button-wrapper a,
  .menu-donate-buttons-container ul a,
  button:not(.modal-video-close-btn),
  input[type=submit] {
    font-size: 15px; } }

@media all and (max-width: 550px) {
  html, body {
    font-size: 7px; }
  html.enable-global-alert #global-alert .container p a {
    margin: 0; }
    html.enable-global-alert #global-alert .container p a:before, html.enable-global-alert #global-alert .container p a:after {
      display: none; }
  #footer-bottom {
    margin-top: 0; }
  footer .container {
    display: block; }
  footer-middle {
    width: 100%; }
  #footer-left nav ul.menu {
    display: block;
    padding-left: 40px; }
    #footer-left nav ul.menu li {
      padding: 0; }
  #footer-left nav > div:last-child ul.menu {
    margin-left: 0; }
  footer .search a:before {
    display: none; }
  #footer-left {
    margin-left: auto;
    margin-right: auto; }
  #footer-right {
    padding-bottom: 30px;
    width: 100%; }
  .partner-logo {
    width: calc(100% - 60px);
    height: inherit;
    margin: 0 auto;
    max-width: 200px; }
  .footer-contact.mobile-only {
    display: block;
    padding-left: 0; }
  .footer-contact:before {
    width: 100%; }
  #footer-left:after, #footer-middle:after {
    display: none; }
  .footer-contact:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #C8ECEF;
    position: absolute;
    right: 0;
    top: 0; }
  .footer-contact {
    padding-top: 30px;
    margin-top: 20px;
    width: 100%; }
  .footer-contact p {
    font-size: 2.2rem; }
  #footer-bottom, #footer-bottom a {
    font-size: 1.8rem; }
  #desktop-footer-logo {
    margin: 0 0 20px -40px; }
  #footer-left {
    width: 210px; }
  #footer-middle {
    width: 31rem;
    padding: 1rem 6.5rem;
    margin: 0 auto; }
  #footer-middle li {
    margin-bottom: .5rem; }
  #footer-middle ul:first-of-type {
    margin-bottom: 1rem; }
  #template-home .columns-4-4-4 .column * {
    text-align: left !important; }
  .post-section a h4 {
    font-size: 3.6rem; }
  .gfield.half {
    width: 100%; }
  #post-hero {
    padding-top: 5rem; }
  body.single {
    border-top: none; }
  #hero.image-header h1 {
    font-size: 10rem; }
  p,
  #newsletter-section label,
  .big-button-content p,
  .form-group .gsection h2,
  main label,
  ul li,
  ol li {
    font-size: 16px; }
  .large, .large p, p.large {
    font-size: 18px; }
  .ginput_card_expiration,
  input[type=email],
  input[type=number],
  input[type=password],
  input[type=text], textarea,
  .ginput_container_select,
  .select-container select {
    height: 45px; } }

@media all and (max-width: 480px) {
  #staff .columns-4-4-4,
  #resources .columns-4-4-4 {
    grid-template-columns: 1fr; }
  html.no-cssgrid #staff .columns-4-4-4 {
    margin-bottom: -40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    html.no-cssgrid #staff .columns-4-4-4 > *:nth-child(2n+1) {
      width: calc(100% - 40px*1/2);
      margin-bottom: 40px;
      margin-left: 20px;
      margin-right: 20px; }
    html.no-cssgrid #staff .columns-4-4-4 > *:nth-child(2n+2) {
      width: calc(100% - 40px*1/2);
      margin-bottom: 40px;
      margin-left: 20px;
      margin-right: 20px; }
    html.no-cssgrid #staff .columns-4-4-4 > *:nth-child(2n+1) {
      margin-left: 0; }
    html.no-cssgrid #staff .columns-4-4-4 > *:nth-child(2n+2) {
      margin-right: 0; }
  html.no-cssgrid #resources .columns-4-4-4 {
    margin-bottom: -40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    html.no-cssgrid #resources .columns-4-4-4 > *:nth-child(2n+1) {
      width: calc(100% - 40px*1/2);
      margin-bottom: 40px;
      margin-left: 20px;
      margin-right: 20px; }
    html.no-cssgrid #resources .columns-4-4-4 > *:nth-child(2n+2) {
      width: calc(100% - 40px*1/2);
      margin-bottom: 40px;
      margin-left: 20px;
      margin-right: 20px; }
    html.no-cssgrid #resources .columns-4-4-4 > *:nth-child(2n+1) {
      margin-left: 0; }
    html.no-cssgrid #resources .columns-4-4-4 > *:nth-child(2n+2) {
      margin-right: 0; }
  .headshot, .download-image {
    height: calc(65vw - 30px); }
  .staff-bio.hoverbox {
    -webkit-transform-origin: top left !important;
            transform-origin: top left !important;
    margin-top: 1.5rem; }
  .staff-bio.hoverbox:before {
    top: -1.5rem;
    left: 0 !important;
    right: unset;
    -webkit-transform: rotate(-180deg) !important;
            transform: rotate(-180deg) !important; }
  .hoverbox-active .staff-bio.hoverbox {
    position: static;
    width: 100%;
    max-width: unset; }
  .checkerbox ul {
    display: block; }
  .checkerbox li {
    width: 100%;
    box-sizing: border-box; }
  .checkerbox li:nth-child(odd) {
    background: #f1fafa; }
  .checkerbox li:nth-child(even) {
    background: #e3f5f7; }
  .form-frame {
    border: 1.6rem #C8ECEF solid;
    padding: 4rem 4rem 4rem 4rem !important; }
  .page-hero {
    margin-bottom: 6rem; }
  #side-nav {
    display: block; }
  #side-nav .menu a {
    text-align: left; } }

@media all and (max-width: 400px) {
  #hero-buttons {
    flex-wrap: wrap; }
  html, body {
    font-size: 6px; }
  #circle-button .container a {
    padding: 30px !important; }
  .wide-button {
    padding: 0 30px 0 30px;
    padding-bottom: 15px !important; }
  .big-button-image {
    margin: 30px -30px -30px -30px;
    width: calc(100% + 60px); }
  #single-info {
    display: block; }
  #mobile-nav.mm-menu.mm-offcanvas {
    height: calc(100% - 138px);
    top: 138px; }
  .wide-button {
    display: block;
    padding: 5rem !important; }
  .wide-button h4 {
    margin: 0;
    padding: 0 0 3rem 0; }
  #desktop-footer-logo {
    margin: 0 0 20px -20px; }
  .big-button-image,
  .landing-buttons .big-button-image {
    margin: 30px -30px -30px -30px;
    width: calc(100% + 60px); }
  #newsletter-section label {
    -webkit-transform: translate(2rem, 2px);
            transform: translate(2rem, 2px); }
  body {
    margin-top: 145px; }
  #home-intro {
    padding-top: 8rem; } }

@media all and (min-width: 875px) {
  header.mobile {
    display: none !important; } }
