@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,700");

body {
  font-family: "Open Sans", sans-serif;
  position: relative;
  padding-bottom: 110px;
}
h2 {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.25;
}
h3 {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}
h4 {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25em;
}
h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25em;
}
a {
  color: #3faafe;
  text-decoration: none;
  -webkit-transition: color 240ms ease-out;
  -moz-transition: color 240ms ease-out;
  -ms-transition: color 240ms ease-out;
  -o-transition: color 240ms ease-out;
  transition: color 240ms ease-out;
}
a:hover {
  color: #0178d6;
  text-decoration: none;
}
/*
*
* REMOVE THIS AFTER SETUP
*
*
body:not(.logged-in) {
  #menu-item-809,
  #menu-item-904,
  #menu-item-link-809,
  #menu-item-link-904 {
    display: none;
  }

  #menu-header-2 {

    & > li:nth-child(4) {
      display: none;
    }
  }
}
/************************/
body {
  background: #ffffff;
  -webkit-transition: background 240ms ease-out;
  -moz-transition: background 240ms ease-out;
  -ms-transition: background 240ms ease-out;
  -o-transition: background 240ms ease-out;
  transition: background 240ms ease-out;
}
body.home.loading,
body.page-template-tpl-our-imapct.loading,
body.page-template-default.loading,
body.page-template-tpl-our-partners.loading,
body.page-template-tpl-support-us.loading,
body.page-template-tpl-action-guides.loading,
body.page-template-tpl-join-us.loading {
  background: #000000;
}
body.home.loading > *,
body.page-template-tpl-our-imapct.loading > *,
body.page-template-default.loading > *,
body.page-template-tpl-our-partners.loading > *,
body.page-template-tpl-support-us.loading > *,
body.page-template-tpl-action.guides.loading > *,
body.page-template-tpl-join-us.loading > * {
  display: none;
}
.block {
  position: relative;
}
.uk-button {
  background-color: transparent;
  border: 1px solid;
  border-radius: 3px;
  font-size: 16px;
  padding: 5px 40px;
}
.uk-modal-dialog {
  background: transparent;
}
.logo {
  color: #ffffff;
  display: block;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  min-width: 350px;
  -webkit-transition: color 240ms ease-out;
  -moz-transition: color 240ms ease-out;
  -ms-transition: color 240ms ease-out;
  -o-transition: color 240ms ease-out;
  transition: color 240ms ease-out;
}
.logo:hover {
  color: #ffffff;
}
.logo svg,
.logo img {
  height: 68px;
  width: auto;
  margin-right: 10px;
}
.logo.logo-small {
  font-size: 17px;
  min-width: 270px;
}
.logo.logo-small img {
  height: 50px;
  width: auto;
}
.uk-navbar-social > li > a {
  padding: 0 5px;
  font-size: 20px;
  font-weight: 700;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f2f1ed;
  border: none;
}
.uk-list-striped > li:nth-child(even) {
  background: #fbfbfb;
  border: none;
}
.link-arrow-right {
  color: #ffffff;
  display: inline-block;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.5px;
  margin: 10px 0;
}
.link-arrow-right::after {
  background: url("../images/uma-icon-arrow-right.svg") no-repeat scroll 0 3px
    transparent;
  content: "";
  display: inline-block;
  height: 18px;
  margin-left: 10px;
  width: 24px;
}
.team-links a {
  margin: 10px 0;
}
.text-white * {
  color: #ffffff;
}
.text-white *:hover {
  color: #ffffff;
}
.text-blue * {
  color: #59c8fa;
}
.text-blue *:hover {
  color: #59c8fa;
}
.text-red * {
  color: #f74949;
}
.container-shadow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(
    top,
    #000000 0%,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0) 50%,
    #000000 100%
  );
  background: -webkit-linear-gradient(
    top,
    #000000 0%,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0) 50%,
    #000000 100%
  );
  background: linear-gradient(
    to bottom,
    #000000 0%,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0) 50%,
    #000000 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.background-black {
  background-color: #000000;
}
.background-color-1 {
  background-color: #2b4350;
}
.background-light-gray {
  background-color: #f2f1ed;
}
.alignright {
  float: right;
  margin: 0 0 30px 40px;
}
.dropdown-container h2,
.dropdown-container h3,
.dropdown-container h4,
.dropdown-container h5,
.dropdown-container p {
  float: left;
  min-width: 250px;
  margin: 0;
}
.dropdown-container h3 {
  font-size: 42px;
  line-height: 44px;
}
.term-select {
  float: left;
  min-width: 450px;
}
.term-select > .uk-button {
  border-radius: 8px;
  border: solid 1px #95adb6;
  color: #ffffff;
  line-height: 42px;
  padding: 0 15px;
  text-align: left;
  width: 100%;
  text-transform: none;
}
.term-select > .uk-button span {
  float: right;
  height: 42px;
  line-height: 42px;
}
.term-select > .uk-button span svg {
  height: 42px;
}
.term-select > .uk-button.uk-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.term-select.members-select .uk-button,
.term-select.resource-select .uk-button {
  font-size: 18px !important;
  text-transform: inherit;
  min-width: 450px;
}
.term-select .uk-dropdown {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 25px 0;
  background-color: #f2f1ed;
}
.term-select .uk-dropdown li a {
  font-size: 20px;
  color: #262626;
  padding: 5px 25px;
  background-color: #f2f1ed;
  -webkit-transition: background-color 240ms ease-out;
  -moz-transition: background-color 240ms ease-out;
  -ms-transition: background-color 240ms ease-out;
  -o-transition: background-color 240ms ease-out;
  transition: background-color 240ms ease-out;
}
.term-select .uk-dropdown li a:hover {
  color: #000000;
  background-color: #ffffff;
}
.banner-heading-archive-list {
  background-color: #887c57;
  color: #ffce74;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  padding: 20px 0;
}
.banner-heading-archive-list p {
  margin: 0;
}
.uk-modal {
  background-color: rgba(0, 0, 0, 0.9);
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%;
}
.cops {
  background-color: #ac9b65;
  color: #ffffff;
}
.cops .cop-headline {
  margin: 60px 0;
}
.cops .cop-headline h3 {
  color: #fdf0ce;
}
.cops .cop {
  position: relative;
}
.cops .cop a {
  display: block;
}
.cops .cop h4 {
  text-transform: uppercase;
}
.cops .cop.cop-divided:not(:last-child) .text::after {
  background-color: #d0c190;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.cops .cop .text {
  padding: 0 20px 30px 20px;
  -webkit-transition: opacity 240ms ease-out;
  -moz-transition: opacity 240ms ease-out;
  -ms-transition: opacity 240ms ease-out;
  -o-transition: opacity 240ms ease-out;
  transition: opacity 240ms ease-out;
}
.cops .cop .text p {
  margin: 0;
}
.cops .cop .image {
  position: relative;
}
.cops .cop .image .uk-background-cover {
  -webkit-transition: opacity 240ms ease-out;
  -moz-transition: opacity 240ms ease-out;
  -ms-transition: opacity 240ms ease-out;
  -o-transition: opacity 240ms ease-out;
  transition: opacity 240ms ease-out;
}
.cops .cop .image img {
  opacity: 0;
}
@media (min-width: 780px) {
  .cops:hover .cop .image .uk-background-cover {
    opacity: 0.3;
  }
  .cops:hover .cop .text {
    opacity: 0.3;
  }
  .cops:hover .cop:hover .image .uk-background-cover {
    opacity: 1;
  }
  .cops:hover .cop:hover .text {
    opacity: 1;
  }
}
.shadow.shadow-bottom {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 40%,
    #000000 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 40%,
    #000000 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 40%,
    #000000 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.shadow.shadow-top {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.95) 0,
    rgba(0, 0, 0, 0) 200px,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 1, 0) 0,
    rgba(0, 0, 0, 0) 200px,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.95) 0,
    rgba(0, 0, 0, 0) 200px,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
#menu-item-1255,
#menu-item-1253,
#menu-item-1610,
#menu-item-1614 {
  position: relative;
}
#header {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: 8px 40px;
  z-index: 1001;
  -webkit-transition: background-color 240ms ease-out 240ms, top 240ms ease-out;
  -moz-transition: background-color 240ms ease-out 240ms, top 240ms ease-out;
  -o-transition: background-color 240ms ease-out 240ms, top 240ms ease-out;
  transition: background-color 240ms ease-out 240ms, top 240ms ease-out;
  /*,
  &.uk-sticky-fixed */
}
#header .uk-navbar .uk-navbar-nav > li > a {
  height: 68px;
}
#header .uk-navbar .uk-navbar-nav li a {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  position: relative;
  z-index: 10;
}
#header .uk-navbar .uk-navbar-nav li.current-menu-ancestor > a,
#header .uk-navbar .uk-navbar-nav li.current_page_ancestor > a,
#header .uk-navbar .uk-navbar-nav li.uk-active > a,
#header .uk-navbar .uk-navbar-nav li:hover > a {
  color: #ffffff;
}
#header .uk-navbar .uk-navbar-nav li .uk-navbar-dropdown {
  /*
          background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.75) 60px, rgba(0,0,0,0.85) 100%);
          background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.75) 60px,rgba(0,0,0,0.85) 100%);
          background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.75) 60px,rgba(0,0,0,0.85) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#d9000000',GradientType=0 );
          */
  background: rgba(0, 0, 0, 0.85);
  box-shadow: none;
  padding: 78px 0 10px 0;
  margin: 0;
  width: auto;
  top: -8px !important;
  z-index: 9;
  min-width: 130px;
  -webkit-transition: background-color 240ms ease-out;
  -moz-transition: background-color 240ms ease-out;
  -ms-transition: background-color 240ms ease-out;
  -o-transition: background-color 240ms ease-out;
  transition: background-color 240ms ease-out;
}
#header
  .uk-navbar
  .uk-navbar-nav
  li
  .uk-navbar-dropdown
  .uk-navbar-dropdown-nav
  li
  a {
  padding: 4px 15px 5px 15px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.375em;
  white-space: nowrap;
  -webkit-transition: background 120ms ease-out;
  -moz-transition: background 120ms ease-out;
  -ms-transition: background 120ms ease-out;
  -o-transition: background 120ms ease-out;
  transition: background 120ms ease-out;
}
#header
  .uk-navbar
  .uk-navbar-nav
  li
  .uk-navbar-dropdown
  .uk-navbar-dropdown-nav
  li:hover
  a {
  background: #ffffff;
  color: #000000;
}
#header
  .uk-navbar
  .uk-navbar-nav
  li
  .uk-navbar-dropdown:not(:hover)
  li.uk-active
  a {
  background: #fdffff;
  color: #000000;
}
#header.black {
  background-color: #000000;
  top: -84px;
}
#header.black .logo {
  color: #ffffff;
}
#header.black .uk-navbar .uk-navbar-nav li a {
  color: rgba(255, 255, 255, 0.6);
}
#header.black .uk-navbar .uk-navbar-nav li.uk-active > a,
#header.black .uk-navbar .uk-navbar-nav li:hover > a {
  color: #ffffff;
}
#header.black .uk-navbar .uk-navbar-nav li .uk-navbar-dropdown {
  background-color: #000000;
}
#header.black.scroll-up {
  top: 0;
}
.uk-offcanvas-container #header.black {
  top: 0;
}
#offcanvas-navbar .uk-offcanvas-bar {
  background: rgba(0, 0, 0, 0.9);
  padding: 100px 0;
  width: 300px;
}
#offcanvas-navbar .uk-offcanvas-bar .logo {
  position: absolute;
  top: 8px;
  opacity: 0;
}
#offcanvas-navbar .uk-offcanvas-bar .uk-nav li {
  margin-bottom: 20px;
}
#offcanvas-navbar .uk-offcanvas-bar .uk-nav li a {
  font-weight: 600;
  color: #9a9899;
  padding: 5px 40px;
}
#offcanvas-navbar .uk-offcanvas-bar .uk-nav li a.uk-active,
#offcanvas-navbar .uk-offcanvas-bar .uk-nav li a:hover {
  color: #ffffff;
}
#offcanvas-navbar .uk-offcanvas-bar .uk-nav li:hover > a {
  color: #ffffff;
}
#offcanvas-navbar .uk-offcanvas-bar .uk-nav li ul li {
  margin-bottom: 0;
}
#offcanvas-navbar .uk-offcanvas-bar .uk-nav li ul li a {
  font-size: 14px;
  font-weight: 400;
  padding: 2px 40px;
}
#offcanvas-navbar .uk-offcanvas-bar .uk-nav .dropdown {
  max-height: 0px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: max-height 480ms ease-out 80ms, background 240ms ease-in;
  -moz-transition: max-height 480ms ease-out 80ms, background 240ms ease-in;
  -ms-transition: max-height 480ms ease-out 80ms, background 240ms ease-in;
  -o-transition: max-height 480ms ease-out 80ms, background 240ms ease-in;
  transition: max-height 480ms ease-out 80ms, background 240ms ease-in;
}
#offcanvas-navbar .uk-offcanvas-bar .uk-nav .dropdown.open {
  max-height: 500px;
  background: #ffffff;
  -webkit-transition: max-height 480ms ease-in 240ms,
    background 240ms ease-out 320ms;
  -moz-transition: max-height 480ms ease-in 240ms,
    background 240ms ease-out 320ms;
  -ms-transition: max-height 480ms ease-in 240ms,
    background 240ms ease-out 320ms;
  -o-transition: max-height 480ms ease-in 240ms, background 240ms ease-out 320ms;
  transition: max-height 480ms ease-in 240ms, background 240ms ease-out 320ms;
}
#offcanvas-navbar .uk-offcanvas-bar .uk-nav .dropdown li a {
  background: #ffffff;
  margin: 0;
  padding: 9px 0 9px 60px;
  color: #515151;
  -webkit-transition: background 120ms ease-out;
  -moz-transition: background 120ms ease-out;
  -ms-transition: background 120ms ease-out;
  -o-transition: background 120ms ease-out;
  transition: background 120ms ease-out;
}
#offcanvas-navbar .uk-offcanvas-bar .uk-nav .dropdown li a:hover {
  background: #ebebeb;
}
#header .uk-navbar #menu-header {
  margin-right: 115px;
}
#header .uk-navbar #menu-header .second-level {
  position: relative;
}
#header .uk-navbar #menu-header .second-level li .third-level {
  background: #ffffff;
  position: absolute;
  top: -10px;
  left: 100%;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  z-index: 100;
  padding: 0;
  -webkit-transition: opacity 120ms linear 120ms;
  -moz-transition: opacity 120ms linear 120ms;
  -ms-transition: opacity 120ms linear 120ms;
  -o-transition: opacity 120ms linear 120ms;
  transition: opacity 120ms linear 120ms;
}
#header .uk-navbar #menu-header .second-level li .third-level a {
  color: #8a8a8a;
}
#header .uk-navbar #menu-header .second-level li .third-level a:hover {
  background: #eaeaea !important;
  color: #000000;
}
#header .uk-navbar #menu-header .second-level li:hover .third-level {
  max-height: 400px;
  opacity: 1;
  z-index: 101;
  padding: 10px 0;
  -webkit-transition: opacity 120ms linear 0ms;
  -moz-transition: opacity 120ms linear 0ms;
  -ms-transition: opacity 120ms linear 0ms;
  -o-transition: opacity 120ms linear 0ms;
  transition: opacity 120ms linear 0ms;
}
footer {
  padding: 30px 0 30px 0;
}
footer a {
  color: #d9d9d9;
  font-size: 15px;
}
footer a:hover {
  color: #ffffff;
}
footer .uk-nav li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
}
footer .uk-nav li ul li a {
  color: #d9d9d9;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  padding: 6px 0;
}
footer .uk-nav li ul li a:hover {
  color: #ffffff;
}
footer .uk-nav li:nth-child(2) {
  width: auto;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}
footer .uk-navbar-social > li > a {
  color: #d9d9d9;
  height: 30px;
  line-height: 30px;
}
footer .uk-navbar-social > li > a:hover {
  color: #ffffff;
}
footer .copyright {
  color: #6594ad;
  font-size: 12px;
  line-height: 50px;
}
@media (min-width: 980px) {
  footer .uk-nav ul li {
    max-width: 250px;
  }
}
.banner-events .banner-event.separated > div:first-child,
.banner-events .banner-event.separated > a > div:first-child {
  box-sizing: border-box;
  padding: 0 50px 70px 30px;
  position: relative;
}
.banner-events .banner-event.separated > div:first-child:after,
.banner-events .banner-event.separated > a > div:first-child:after {
  background-color: #d0c190;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.banner-events .banner-event.separated > div:first-child p,
.banner-events .banner-event.separated > a > div:first-child p {
  margin: 0;
}
.banner-events .banner-event .text {
  padding-left: 30px;
  -webkit-transition: opacity 240ms ease-out;
  -moz-transition: opacity 240ms ease-out;
  -ms-transition: opacity 240ms ease-out;
  -o-transition: opacity 240ms ease-out;
  transition: opacity 240ms ease-out;
}
.banner-events .banner-event .image img {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: opacity 240ms ease-out;
  -moz-transition: opacity 240ms ease-out;
  -ms-transition: opacity 240ms ease-out;
  -o-transition: opacity 240ms ease-out;
  transition: opacity 240ms ease-out;
}
.banner-events:hover .banner-event .text {
  opacity: 0.6;
}
.banner-events:hover .banner-event .image img {
  opacity: 0.6;
}
.banner-events:hover .banner-event:hover .text {
  opacity: 1;
}
.banner-events:hover .banner-event:hover .image img {
  opacity: 1;
}
.banner-help h2 {
  font-size: 60px;
}
.banner-help p {
  font-size: 24px;
  font-weight: 700;
  max-width: 935px;
  margin: 0 auto;
}
.banner-help .uk-button {
  margin: 60px 0 10px 0;
}
.banner-help .uk-button:hover {
  color: #ffffff;
}
.banner-heading {
  background-color: #2b434f;
  height: 440px;
  overflow: visible;
  box-sizing: border-box;
  max-height: 875px !important;
  min-height: inherit !important;
}
.banner-heading .shadow {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: -moz-linear-gradient(
    top,
    #000000 0%,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    #000000 0%,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    #000000 0%,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
}
.banner-heading .shadow.shadow-bottom {
  background: -moz-linear-gradient(
    top,
    #000000 0%,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0) 50%,
    #000000 100%
  );
  background: -webkit-linear-gradient(
    top,
    #000000 0%,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0) 50%,
    #000000 100%
  );
  background: linear-gradient(
    to bottom,
    #000000 0%,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0) 50%,
    #000000 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.banner-heading h2 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.125em;
  margin-top: 0;
  margin-bottom: 10px;
}
.banner-heading h3 {
  color: #59c8fa;
  font-size: 40px;
}
.banner-heading p {
  color: #ffffff;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  opacity: 0.7;
  margin: 0;
}
.banner-heading p.types {
  font-weight: 400;
  text-transform: uppercase;
}
.banner-heading .banner-date {
  background-color: rgba(127, 117, 74, 0.54);
  border: 2px solid rgba(255, 206, 116, 0.54);
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif;
  margin-top: 7px;
  padding: 10px 0;
  text-align: center;
  min-width: 180px;
  line-height: 1.25em;
}
.banner-heading .banner-date.banner-date-margin-large {
  margin-top: 45px;
}
.banner-heading .international-members-link {
  line-height: 46px;
  color: rgba(255, 255, 255, 0.6);
}
.banner-heading .international-members-link:hover,
.banner-heading .international-members-link.uk-active {
  color: #ffffff;
}
.banner-heading.banner-heading-page .banner-content {
  margin-bottom: 50px;
}
.banner-heading.banner-heading-project {
  height: 440px;
}
.banner-heading.banner-heading-our-work {
  height: 275px;
  z-index: 1;
}
.banner-heading.banner-heading-our-work .uk-overlay {
  top: 50%;
  transform: translateY(-50%);
}
.banner-heading.banner-heading-our-work .uk-overlay .banner-content {
  margin-bottom: 0;
}
.banner-heading.banner-heading-our-work
  .uk-overlay
  .banner-content
  .cop-headline-red {
  margin-top: 40px;
}
.banner-heading.banner-heading-our-work
  .uk-overlay
  .banner-content
  .cop-headline-red
  h3 {
  color: #f24b4b;
}
.banner-heading.banner-heading-our-work h3 {
  font-size: 40px;
  line-height: 44px;
  float: left;
  min-width: 200px;
  margin: 0;
}
.banner-heading.banner-heading-archive {
  background-color: #887c57;
  height: 275px;
}
.banner-heading.banner-heading-archive .banner-content {
  margin-bottom: 50px;
}
.banner-heading.banner-heading-archive h3 {
  color: #ffce74;
  font-size: 40px;
  line-height: 44px;
  margin: 0;
}
.banner-heading.banner-heading-archive h3.text-red {
  color: #f74949;
}
.banner-heading.banner-heading-archive .term-select {
  min-width: 340px;
}
.banner-heading.banner-heading-archive .term-select .uk-button {
  border-color: #b8bbac;
  font-size: 24px;
  line-height: 44px;
}
.banner-heading.banner-heading-resource h3 {
  color: #59c8fa;
}
.banner-heading.banner-heading-uma-members .term-select {
  min-width: 250px;
}
.banner-heading.banner-heading-uma-members
  .term-select.members-select
  .uk-button {
  min-width: 250px;
}
.banner-heading.banner-heading-uma-members h3 {
  color: #59c8fa;
}
.banner-heading.banner-heading-event .banner-content,
.banner-heading.banner-heading-webinar .banner-content {
  min-height: 180px;
}
.banner-heading.banner-heading-event .banner-content h2,
.banner-heading.banner-heading-webinar .banner-content h2 {
  color: #ffce72;
  font-size: 60px;
}
.banner-heading.banner-heading-archive-list .banner-content {
  min-height: inherit;
}
.banner-heading.banner-heading-archive-list h2 {
  color: #ffce74;
  font-size: 50px;
}
.banner-heading.banner-heading-archive-list p {
  font-size: 24px;
  line-height: 33px;
}
.banner-heading.banner-heading-contact-us,
.banner-heading.banner-heading-add-your-event,
.banner-heading.banner-heading-submit-your-publication {
  height: 275px;
}
.banner-heading.banner-heading-contact-us .banner-content,
.banner-heading.banner-heading-add-your-event .banner-content,
.banner-heading.banner-heading-submit-your-publication .banner-content {
  margin-bottom: 20px;
}
.banner-heading.banner-heading-contact-us .banner-content h3,
.banner-heading.banner-heading-add-your-event .banner-content h3,
.banner-heading.banner-heading-submit-your-publication .banner-content h3 {
  margin: 0;
}
.banner-heading.banner-heading-press .banner-content {
  margin-bottom: 20px;
}
.banner-heading.banner-heading-support-us .banner-content {
  margin-bottom: 20px;
}
.banner-heading.banner-heading-support-us .banner-content h2 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 120px;
  margin-bottom: 25px;
}
.banner-heading.banner-heading-join-us .banner-content {
  margin-bottom: 20px;
}
.banner-heading.banner-heading-join-us .banner-content h2 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 120px;
  margin-bottom: 25px;
}
.banner-heading.banner-heading-join-us .banner-content p {
  font-weight: normal;
}
.banner-heading.banner-heading-join-us
  .banner-content
  .uk-grid-divider
  > :not(.uk-first-column)::before {
  border-color: #f24b4b;
}
.banner-heading.with-background-image {
  padding: 0;
}
.banner-heading.with-background-image .shadow {
  background: -moz-linear-gradient(
    top,
    #000000 0%,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    #000000 0%,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  opacity: 1;
  -webkit-transition: opacity 240ms ease-out;
  -moz-transition: opacity 240ms ease-out;
  -ms-transition: opacity 240ms ease-out;
  -o-transition: opacity 240ms ease-out;
  transition: opacity 240ms ease-out;
}
.banner-heading.with-background-image:hover .shadow {
  opacity: 0.8;
}
.banner-heading.with-background-image p {
  opacity: 1;
}
.events a.event-type-all .banner-heading-events {
  height: 210px;
}
.events .banner-heading-event-status {
  background: #e8e7e2;
  color: #434343;
}
.events a.event-type-all .banner-heading-events {
  background: #ffffff;
}
.events a.event-type-all .banner-heading-events p {
  color: #686767;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.events a.event-type-all .banner-heading-events p.city {
  font-family: "Open Sans", sans-serif;
  color: #8d8c8a;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.events a.event-type-all .banner-heading-events h2 {
  color: #434343;
  font-size: 32px;
  margin: 0 0 10px 0;
  -webkit-transition: color 240ms ease-out;
  -moz-transition: color 240ms ease-out;
  -ms-transition: color 240ms ease-out;
  -o-transition: color 240ms ease-out;
  transition: color 240ms ease-out;
}
.events a.event-type-all .banner-heading-events:hover h2 {
  color: #38befd;
}
.events a.event-type-all .banner-heading-events .banner-date {
  background: transparent;
  color: #434343;
  font-size: 18px;
  border: 1px solid #8d8c8a;
}
.events a.event-type-all:nth-child(odd) .banner-heading-events {
  background: #f2f1ed;
  border: none;
}
@media (max-width: 960px) {
  .events a.event-type-all .banner-heading-events {
    height: auto;
  }
  .events a.event-type-all .banner-heading-events .uk-overlay {
    position: relative !important;
    top: 0;
    transform: none;
  }
  .events a.event-type-all .banner-heading-events .uk-overlay .banner-content {
    padding: 0;
    margin: 20px;
  }
}
@media (max-width: 640px) {
  .events a.event-type-all .banner-heading-events .banner-date {
    border: none;
  }
}
.event-type-uma-events .banner-heading {
  height: 475px;
  background-color: #887c57;
}
.event-type-uma-events .banner-heading .banner-content {
  min-height: 180px;
}
.event-type-uma-events .banner-heading .banner-content h2 {
  color: #ffce74;
  font-size: 60px;
}
.event-type-uma-events .banner-heading .banner-content p {
  color: #ffffff;
}
.event-type-uma-events .banner-heading .banner-content p.city {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.event-type-uma-events .banner-heading.banner-heading-other-events {
  height: 210px;
}
.event-type-uma-events:nth-child(2n) > * {
  background-color: #827653;
  background-color: #7c7253;
}
.event-type-other-events .banner-heading-other-events {
  background-color: #ffffff;
  height: 230px;
}
.event-type-other-events .banner-heading-other-events .banner-date {
  background-color: transparent;
  border: 1px solid #979797;
  box-sizing: border-box;
  color: #292929;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  min-width: 145px;
  margin-top: 5px;
  padding: 6px 0;
}
.event-type-other-events
  .banner-heading-other-events
  .banner-date.banner-date-margin-large {
  margin-top: 35px;
}
.event-type-other-events .banner-heading-other-events .banner-content h2,
.event-type-other-events .banner-heading-other-events .banner-content h3 {
  color: #4a4a4a;
  font-size: 32px;
  margin-bottom: 5px;
}
.event-type-other-events .banner-heading-other-events .banner-content p {
  font-size: 20px;
  color: #7c7c7c;
}
.event-type-other-events .banner-heading-other-events .banner-content p .city {
  font-family: "Open Sans", sans-serif;
  color: #3f3f3f;
}
.event-type-other-events:nth-child(2n + 1) .banner-heading-other-events {
  background-color: #f2f1ed;
}
.uk-slideshow {
  position: relative;
}
.uk-slideshow h2 {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 70px;
  font-weight: 700;
  margin: 0;
}
.uk-slideshow h3 {
  margin: 0;
}
.uk-slideshow h4 {
  margin: 0;
}
.uk-slideshow p {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 20px;
  letter-spacing: 0.5px;
}
.uk-slideshow .uk-button {
  margin: 30px 0;
}
.uk-slideshow .link-arrow-right {
  color: #ffffff;
  margin: 30px 0;
  display: block;
}
.uk-slideshow .uk-dotnav li a {
  background-color: #bbbbbb;
  width: 7px;
  height: 7px;
  -webkit-transition: background-color 240ms ease-out, height 240ms ease-out,
    width 240ms ease-out, margin 240ms ease-out;
  -moz-transition: background-color 240ms ease-out, height 240ms ease-out,
    width 240ms ease-out, margin 240ms ease-out;
  -ms-transition: background-color 240ms ease-out, height 240ms ease-out,
    width 240ms ease-out, margin 240ms ease-out;
  -o-transition: background-color 240ms ease-out, height 240ms ease-out,
    width 240ms ease-out, margin 240ms ease-out;
  transition: background-color 240ms ease-out, height 240ms ease-out,
    width 240ms ease-out, margin 240ms ease-out;
}
.uk-slideshow .uk-dotnav li.uk-active a {
  background-color: #ffffff;
  margin-top: -2px;
  width: 11px;
  height: 11px;
}
.uk-slideshow .slideshow-black {
  background-color: #000000;
}
.uk-slideshow .slideshow-blue {
  background-color: #2e88b1;
}
.uk-slideshow .shadow.shadow-top-bottom {
  background: -moz-linear-gradient(
    top,
    #000000 0%,
    rgba(0, 0, 0, 0.95) 3%,
    rgba(0, 0, 0, 0) 17%,
    rgba(0, 0, 0, 0) 40%,
    #000000 100%
  );
  background: -webkit-linear-gradient(
    top,
    #000000 0%,
    rgba(0, 0, 0, 0.95) 3%,
    rgba(0, 0, 0, 0) 17%,
    rgba(0, 0, 0, 0) 40%,
    #000000 100%
  );
  background: linear-gradient(
    to bottom,
    #000000 0%,
    rgba(0, 0, 0, 0.95) 3%,
    rgba(0, 0, 0, 0) 17%,
    rgba(0, 0, 0, 0) 40%,
    #000000 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.uk-slideshow .caption .uk-button {
  font-weight: 700;
}
.uk-slideshow:not(#homepage-slideshow-1) .uk-slideshow-items {
  max-height: 875px !important;
  min-height: inherit !important;
}
.text-big-transparent .caption {
  max-width: 940px;
  opacity: 0.6;
}
.text-big-transparent .caption h2 {
  font-size: 120px;
  margin-bottom: 50px;
}
.text-big-transparent .caption p {
  font-size: 36px;
  font-weight: 700;
}
.testemonials .caption p {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75em;
}
.testemonials .caption h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 1.75em;
}
.testemonials .caption .member {
  min-height: 260px;
  margin-right: 50px;
  width: 200px;
  text-align: center;
}
.testemonials .caption .member .image {
  margin-bottom: 20px;
}
.testemonials .caption .member h4 {
  color: #545454;
  font-size: 16px;
  margin: 0;
  line-height: 1.75em;
}
.testemonials .caption .member p {
  color: #545454;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.75em;
}
.slideshow-graph h2 {
  font-size: 110px;
  letter-spacing: -2px;
  margin-bottom: 20px;
}
.slideshow-graph h4 {
  font-size: 38px;
  line-height: 1.25em;
  margin-bottom: 40px;
}
.slideshow-graph p {
  color: #cdcdcd;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.slideshow-graph a {
  color: #69d0ff;
}
.slideshow-graph a:hover {
  color: #03b0ff;
}
.image .caption {
  padding: 20px;
}
.image .caption h3 {
  line-height: 1.5em;
}
.team .member {
  cursor: pointer;
  padding: 20px 20px;
  color: #c1c1c1;
}
.team .member h4 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0 0 5px 0;
}
.team .member p {
  color: #c1c1c1;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
}
.team .member .image {
  width: 155px;
  height: 155px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px auto;
  -webkit-transition: margin 160ms ease-out;
  -moz-transition: margin 160ms ease-out;
  -ms-transition: margin 160ms ease-out;
  -o-transition: margin 160ms ease-out;
  transition: margin 160ms ease-out;
}
.team .member .image img {
  height: 155px;
  width: 155px;
  max-width: inherit;
  -webkit-transition: height 320ms ease-out, width 320ms ease-out,
    margin 320ms ease-out;
  -moz-transition: height 320ms ease-out, width 320ms ease-out,
    margin 320ms ease-out;
  -ms-transition: height 320ms ease-out, width 320ms ease-out,
    margin 320ms ease-out;
  -o-transition: height 320ms ease-out, width 320ms ease-out,
    margin 320ms ease-out;
  transition: height 320ms ease-out, width 320ms ease-out, margin 320ms ease-out;
}
.team .member:hover .image img {
  margin: -10px 0 0 -10px;
  height: 175px;
  width: 175px;
}
.team .member-popup {
  background-color: #ffffff;
  box-sizing: border-box;
  width: 50%;
  padding: 45px 50px 60px 50px;
  position: absolute;
  left: 25%;
  top: 0;
  z-index: 10;
  color: #000000;
}
.team .member-popup h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: #000000;
}
.team .member-popup p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: #000000;
}
.team .member-popup .heading {
  margin-bottom: 40px;
}
.team .member-popup .heading .image {
  margin-bottom: 20px;
}
.team .member-popup .heading h4 {
  margin: 0;
  font-weight: 600;
}
.team .member-popup .heading p {
  margin: 0;
  font-weight: 600;
}
.team .member-popup .close {
  background-color: #d3d3d3;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  -webkit-transition: background-color 240ms ease-out;
  -moz-transition: background-color 240ms ease-out;
  -ms-transition: background-color 240ms ease-out;
  -o-transition: background-color 240ms ease-out;
  transition: background-color 240ms ease-out;
}
.team .member-popup .close svg {
  margin: 3px 0;
}
.team .member-popup .close:hover {
  background-color: #000000;
}
.team-description h3 {
  color: #909397;
  margin-bottom: 25px;
}
.team-description p {
  color: #fdfdfd;
  font-size: 15px;
}
.home-block-team {
  padding: 100px 0 80px 0;
}
.home-block-team .team .member h4 {
  color: #ffffff;
  font-size: 16px;
  opacity: 0.65;
  -webkit-transition: opacity 240ms ease-out;
  -moz-transition: opacity 240ms ease-out;
  -ms-transition: opacity 240ms ease-out;
  -o-transition: opacity 240ms ease-out;
  transition: opacity 240ms ease-out;
}
.home-block-team .team .member p {
  color: #ffffff;
  font-size: 16px;
  opacity: 0.65;
  -webkit-transition: opacity 240ms ease-out;
  -moz-transition: opacity 240ms ease-out;
  -ms-transition: opacity 240ms ease-out;
  -o-transition: opacity 240ms ease-out;
  transition: opacity 240ms ease-out;
}
.home-block-team .team .member:hover h4 {
  opacity: 1;
}
.home-block-team .team .member:hover p {
  opacity: 1;
}
.text p {
  font-size: 18px;
  line-height: 1.75em;
}
.text blockquote {
  padding: 0 0 0 35px;
  border-left: 1px solid #ff6a6a;
}
.text blockquote p {
  color: #474444;
  line-height: 2.5em;
}
.text .uk-button + .uk-button {
  margin-left: 30px;
}
.term-content {
  padding: 0 0 0 35px;
  border-left: 1px solid #ff6a6a;
  max-width: 764px;
  margin: 0 auto;
}
.term-content h1,
.term-content h2,
.term-content h3,
.term-content h4,
.term-content h5,
.term-content h6 {
  color: #595854;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.term-content h3 {
  color: #595854;
  font-size: 24px;
  line-height: 1.25em;
}
.term-content p {
  color: #595854;
  line-height: 1.875;
}
.project-content {
  padding: 70px 50px 100px 0;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}
.project-content a {
  color: #0f8df0;
}
.project-content a:hover {
  color: #095590;
}
.project-content h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  margin: 60px 0 40px 0;
}
.project-content h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  margin: 60px 0 40px 0;
}
.project-content h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  margin: 40px 0 40px 0;
}
.project-content h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.project-content h2:first-child,
.project-content h3:first-child,
.project-content h4:first-child,
.project-content h5:first-child {
  margin-top: 0;
}
.project-content .project-title {
  line-height: 50px;
  margin-top: 0;
}
.project-content .project-content-files {
  float: right;
  margin-left: 20px;
}
.project-content .project-content-files a {
  display: block;
  color: #3faafe;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 5px 25px;
  width: 100%;
}
.project-content .project-content-files a:hover {
  background-color: #3faafe;
  color: #ffffff;
}
.project-content .project-content-files.style-2 a {
  color: #000000;
}
.project-content .project-content-files.style-2 a:hover {
  background-color: #000000;
  color: #ffffff;
}
.project-sidebar {
  background-color: #f2f1ed;
  padding-top: 70px;
  min-width: 280px;
}
.project-sidebar .uk-nav {
  margin-bottom: 30px;
}
.project-sidebar .uk-nav li a {
  color: #878787;
  font-weight: 700;
  line-height: 22px;
  padding: 10px 0;
}
.project-sidebar .uk-nav li a:hover {
  color: #000000;
}
.project-sidebar .uk-nav li a svg {
  margin-right: 3px;
}
.project-sidebar .uk-nav li.uk-active a {
  color: #000000;
}
.project-sidebar .uk-nav.sub-pages li {
  padding-left: 40px;
}
.project-sidebar .uk-nav.sub-pages li a svg {
  margin-right: 0;
}
.project-sidebar .uk-nav.sub-pages li.uk-active {
  padding-left: 20px;
}
.project-sidebar .attend-box {
  max-width: 280px;
  margin-bottom: 20px;
}
.project-sidebar .attend-box a {
  display: block;
  width: 260px;
  line-height: 60px;
  background: #d6a22a;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  border-radius: 4px;
  font-family: "Open Sans Condensed";
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-transition: background 240ms ease-out;
  -moz-transition: background 240ms ease-out;
  -ms-transition: background 240ms ease-out;
  -o-transition: background 240ms ease-out;
  transition: background 240ms ease-out;
}
.project-sidebar .attend-box a:hover {
  background: #c19225;
}
.project-sidebar .attend-box h4 {
  font-size: 22px;
  font-family: "Open Sans";
  margin: 0 0 30px 0;
}
.project-sidebar .attend-box p {
  font-size: 16px;
  margin: 0 0 10px 0;
}
.project-slideshow {
  position: relative;
}
.project-slideshow .uk-slideshow-items {
  height: 475px !important;
}
.project-slideshow .shadow {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: background-color 240ms ease-out;
  -moz-transition: background-color 240ms ease-out;
  -ms-transition: background-color 240ms ease-out;
  -o-transition: background-color 240ms ease-out;
  transition: background-color 240ms ease-out;
}
.project-slideshow .shadow.shadow-solid {
  background-color: rgba(0, 0, 0, 0.6);
}
.project-slideshow:hover .shadow.shadow-solid {
  background-color: rgba(0, 0, 0, 0.4);
}
.project-slideshow:hover .banner-heading .uk-button {
  border-color: #ffffff;
}
.project-slideshow .banner-heading {
  background-color: transparent;
  height: auto;
  padding-left: 200px;
}
.project-slideshow .banner-heading h2 {
  font-size: 50px;
}
.project-slideshow .banner-heading p {
  color: #ffffff;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  opacity: 0.7;
}
.project-slideshow .banner-heading p.types {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.56 !important;
}
.project-slideshow .banner-heading .uk-button {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  border-color: #979797;
}
.our-partners-heading {
  border-bottom: 2px solid #9e9e9e;
  padding: 0;
}
.our-partners-logos {
  border-left: 1px solid #ebebeb;
}
.our-partners-logos .partner-logo {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 40px 0;
}
.list-webinars {
  margin: 0;
}
.list-webinars li {
  border: none !important;
  padding: 0;
}
.list-webinars li a {
  color: #434343;
  display: block;
}
.list-webinars li a h3 {
  -webkit-transition: color 240ms ease-out;
  -moz-transition: color 240ms ease-out;
  -ms-transition: color 240ms ease-out;
  -o-transition: color 240ms ease-out;
  transition: color 240ms ease-out;
}
.list-webinars li a:hover h2,
.list-webinars li a:hover h3 {
  color: #38befd;
}
.list-webinars li h3 {
  color: #434343;
  font-size: 32px;
  margin: 0 0 10px 0;
}
.list-webinars li P {
  color: #686767;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.list-webinars li .webinar-date {
  margin-top: 30px;
  width: 140px;
}
.list-webinars li .webinar-date p {
  border: 1px solid #979797;
  color: #292929;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.125em;
  padding: 12px 20px;
  text-align: center;
}
.list-webinars li .webinar-status {
  font-family: "Open Sans", sans-serif;
  color: #8d8c8a;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.list-events {
  margin: 20px 0 0 0;
}
.list-events li {
  border: none !important;
  padding: 0;
}
.list-events li a {
  color: #4c4c4c;
  display: block;
  padding: 5px 10px 20px 20px;
}
.list-events li a:hover h3 {
  color: #000000;
}
.list-events li h2,
.list-events li h3 {
  color: #4c4c4c;
  font-size: 26px;
  margin: 0 0 10px 0;
}
.list-events li h2 span,
.list-events li h3 span {
  color: #4c4c4c !important;
}
.list-events li p {
  color: #6f6f6f;
  font-size: 16px;
  margin: 0;
}
.list-events li p.date {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
}
.list-events li .event-status {
  color: #f24b4b;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
  padding: 15px 5px 0px 20px;
  text-transform: uppercase;
}
.list-cops {
  margin: 0;
}
.list-cops li {
  padding: 0;
}
.list-cops li a {
  display: block;
  box-sizing: border-box;
  padding: 40px 0;
}
.list-cops li a h2,
.list-cops li a h3 {
  color: #434343;
  font-size: 32px;
  margin: 0 0 10px 0;
  -webkit-transition: color 240ms ease-out;
  -moz-transition: color 240ms ease-out;
  -ms-transition: color 240ms ease-out;
  -o-transition: color 240ms ease-out;
  transition: color 240ms ease-out;
}
.list-cops li a:hover h2,
.list-cops li a:hover h3 {
  color: #38befd;
}
.list-cops li a p {
  color: #7c7c7c;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.list-cops li a .with-thumbnail .thumbnail {
  text-align: center;
  margin-bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.list-cops li a .with-thumbnail .thumbnail img {
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
}
.list-cops li a .with-thumbnail .content {
  padding-left: 0;
}
.post-type-archive
  .events
  .banner-heading
  .banner-content
  .with-thumbnail
  .thumbnail {
  text-align: center;
  margin: 0 0 20px 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.post-type-archive
  .events
  .banner-heading
  .banner-content
  .with-thumbnail
  .thumbnail
  img {
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
}
.post-type-archive
  .events
  .banner-heading
  .banner-content
  .with-thumbnail
  .banner-text-webinar {
  padding-left: 0;
}
@media (min-width: 641px) {
  .list-cops li .thumbnail {
    width: 110px;
    text-align: left;
    margin-bottom: 0;
    height: 100%;
  }
  .list-cops li a {
    position: relative;
    height: 210px;
    padding: 20px 0;
  }
  .list-cops li a .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .list-cops li a .with-thumbnail .content {
    padding-left: 150px;
  }
  .post-type-archive .events .banner-heading .banner-content .with-thumbnail {
    position: relative;
  }
  .post-type-archive
    .events
    .banner-heading
    .banner-content
    .with-thumbnail
    .thumbnail {
    width: 180px;
    text-align: left;
    margin: 0 30px 0 0;
    float: left;
  }
  .post-type-archive
    .events
    .banner-heading
    .banner-content
    .with-thumbnail
    .banner-text-webinar {
    padding-left: 240px;
  }
}
#homepage-0 .caption {
  max-width: 950px;
  padding: 0 30px;
}
#homepage-1 {
  max-height: 710px;
}
#homepage-1 .uk-slideshow {
  max-height: 710px;
}
#homepage-1 .uk-slideshow .uk-slideshow-items {
  max-height: 710px;
}
#homepage-5 h2 {
  color: #d0f0ff;
}
#homepage-5 h5 {
  color: #a8e4ff;
  max-width: 920px;
  margin: 0 auto;
}
#the-uma-team-0 {
  max-height: 275px;
}
.content-support-us h3 {
  color: rgba(60, 60, 60, 0.7);
  font-size: 32px;
  margin-bottom: 60px;
  line-height: 1.5em;
}
.content-support-us p {
  color: #000000;
  font-size: 18px;
  line-height: 1.75em;
}
.content-support-us .support-us-description {
  color: #000000;
  font-size: 18px;
  line-height: 1.75em;
  max-width: 750px;
  margin: 0 auto 50px auto;
}
.content-support-us .uk-button {
  background: #2e88b1 !important;
  border: none;
  color: #fff;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 82px;
  height: 82px;
  padding: 0 50px;
  margin-bottom: 40px;
}
.content-support-us .uk-button:hover {
  background-color: #236989;
}
.content-support-us .link-arrow-right {
  color: #6a6a6a;
  font-size: 17px;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif;
}
.content-support-us .link-arrow-right::after {
  background-image: url("../images/uma-icon-arrow-right-black.svg");
  opacity: 0.6;
  -webkit-transition: opacity 240ms ease-out;
  -moz-transition: opacity 240ms ease-out;
  -ms-transition: opacity 240ms ease-out;
  -o-transition: opacity 240ms ease-out;
  transition: opacity 240ms ease-out;
}
.content-support-us .link-arrow-right:hover {
  color: #373737;
}
.content-support-us .link-arrow-right:hover::after {
  opacity: 0.8;
}
body.home,
body.page-template-our-impact {
  background-color: #000000;
}
#homepage-slideshow-1 .caption {
  max-width: 880px;
  margin-bottom: 30px;
}
#homepage-slideshow-2 .caption {
  max-width: 880px;
  margin-bottom: 30px;
}
#homepage-slideshow-3 .caption {
  padding: 0 30px;
}
#homepage-slideshow-3 .caption h2 {
  color: #d0f0ff;
  font-size: 60px;
  margin-bottom: 20px;
}
#homepage-slideshow-3 .caption h5 {
  color: #a8e4ff;
  max-width: 920px;
  margin: 0 auto;
}
#homepage-slideshow-3 .caption .uk-button {
  margin-bottom: 0;
}
#homepage-members {
  background-color: #2e88b1;
  padding: 100px 0 80px 0;
}
#homepage-members h3 {
  color: #ddeef5;
  margin-bottom: 90px;
}
#homepage-members .members-area-bottom {
  color: #ffffff;
  margin-top: 60px;
}
#homepage-members .members-area-bottom .uk-button {
  color: #ddeef5;
}
#homepage-members .members-area-bottom .uk-button:hover {
  color: #ffffff;
}
#homepage-members .members-area-bottom .link-arrow-right {
  color: #ddeef5;
  margin-bottom: 25px;
}
#homepage-members .members-area-bottom .link-arrow-right:hover {
  color: #ffffff;
}
#our-impact-slideshow-1 .caption {
  max-width: 940px;
  margin-bottom: 30px;
}
#our-impact-slideshow-2 {
  background-color: #f2f1ed;
}
#our-impact-slideshow-2 .caption {
  max-width: 1200px;
}
#our-impact-slideshow-2 .caption .member {
  min-height: 260px;
  margin-right: 50px;
  width: 200px;
  text-align: center;
}
#our-impact-slideshow-2 .caption .member .image {
  margin-bottom: 20px;
}
#our-impact-slideshow-2 .caption .member h4 {
  color: #545454;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin: 0;
  line-height: 1.75em;
}
#our-impact-slideshow-2 .caption p {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75em;
}
#our-impact-cops {
  background: #000000;
}
#our-impact-cops .cop-headline {
  margin: 90px 0;
}
#our-impact-cops .cop-headline.cop-headline-overview {
  margin: 140px 0 60px;
}
#our-impact-cops .cop-headline h3 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.25;
}
#our-impact-cops .cop .text {
  position: relative;
  margin-bottom: 0;
  height: 100px;
}
#our-impact-cops .cop .text h4 {
  bottom: 30px;
  position: absolute;
  margin: 0;
  text-transform: uppercase;
}
#our-impact-cops .cop .image {
  background-color: #000000;
}
#our-impact-cops .shadow {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: -moz-linear-gradient(
    top,
    #000000 0%,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    #000000 0%,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    #000000 0%,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
}
#our-impact-slideshow-3 .uk-button {
  margin: 0 15px;
}
#our-impact-3 .image h3 {
  font-size: 55px;
  text-align: center;
  padding: 20px;
}
#our-impact-3 .text p {
  line-height: 34px;
}
#our-impact-5 .text blockquote h3 {
  font-size: 25px;
}
#our-impact-5 .text blockquote h3 br {
  display: none;
}
#cops-descriptions .text {
  color: #474444;
  display: none;
  opacity: 0;
  padding: 0 0 0 35px;
  border-left: 1px solid #ff6a6a;
  -webkit-transition: opacity 240ms ease-out;
  -moz-transition: opacity 240ms ease-out;
  -ms-transition: opacity 240ms ease-out;
  -o-transition: opacity 240ms ease-out;
  transition: opacity 240ms ease-out;
}
#cops-descriptions .text p {
  font-size: 18px;
  line-height: 2.625em;
}
#cops-descriptions .text.active {
  display: block;
  opacity: 1;
}
.cops-descriptions-overview {
  min-height: 560px !important;
}
#our-partners-4 .caption h2 {
  font-size: 60px;
  margin-bottom: 20px;
}
#our-partners-4 .caption p {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.75em;
  max-width: 935px;
  margin: 0 auto;
}
#our-partners-4 .caption p .uk-button {
  margin-top: 60px;
  margin-bottom: 0;
}
#donation-button {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: none;
}
@media (min-width: 780px) {
  #donation-button {
    background: #2e88b1;
    border: none;
    color: #fff;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 82px;
    height: 82px;
    padding: 0 50px;
    margin-bottom: 40px;
    text-transform: uppercase;
    -webkit-transition: background 240ms ease-out;
    -moz-transition: background 240ms ease-out;
    -ms-transition: background 240ms ease-out;
    -o-transition: background 240ms ease-out;
    transition: background 240ms ease-out;
  }
  #donation-button:hover {
    background: #236989;
  }
}
.contact-form {
  max-width: 600px;
  margin: 100px auto 100px auto !important;
}
.contact-form legend {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #909397;
  margin-bottom: 40px;
}
.contact-form .uk-input {
  height: 50px;
  padding: 0 20px;
}
.contact-form .uk-input:focus {
  border-color: #2e88b1;
}
.contact-form .uk-textarea {
  padding: 20px;
}
.contact-form .uk-button {
  background-color: #2e88b1;
  border: none;
  color: #ffffff;
  display: block;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin: 50px auto 70px;
  height: 65px;
  padding: 0 80px;
  -webkit-transition: background-color 240ms ease-out;
  -moz-transition: background-color 240ms ease-out;
  -ms-transition: background-color 240ms ease-out;
  -o-transition: background-color 240ms ease-out;
  transition: background-color 240ms ease-out;
}
.contact-form .uk-button:hover {
  background-color: #236989;
}
.contact-form p {
  color: #464646;
  font-size: 18px;
}
.contact-form .g-recaptcha {
  width: 305px;
  margin: 50px auto 0;
}
.uma-members {
  margin-bottom: 100px !important;
}
.uma-members .description {
  margin: 20px 0;
}
.uma-members .description p {
  color: #6f6f6f;
  font-size: 12px;
}
.uma-members h2 {
  font-size: 36px;
  margin: 30px 0 0 0;
}
.uma-members h3 {
  border-bottom: 1px solid #979797;
  font-size: 26px;
  margin: 40px 0 15px 0 !important;
  padding-bottom: 15px;
}
.uma-members .uma-member-list p {
  color: #000000;
  font-size: 18px;
  margin: 0;
}
.resource {
  display: block;
  padding: 70px 20px;
}
.resource:nth-child(2n + 1) {
  background-color: #f2f1ed;
}
.resource h3 {
  color: #3c3c3c;
  font-size: 32px;
  margin-bottom: 10px;
  -webkit-transition: color 240ms ease-out;
  -moz-transition: color 240ms ease-out;
  -ms-transition: color 240ms ease-out;
  -o-transition: color 240ms ease-out;
  transition: color 240ms ease-out;
}
.resource p {
  color: #7c7c7c;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.resource .resource-icon {
  width: 40px;
  color: #7c7c7c;
  margin-top: 8px;
}
.resource:hover h3 {
  color: #38befd;
}
#resource-file-result {
  font-size: 14px;
  line-height: 50px;
  padding-left: 15px;
}
#resource-file-result img {
  height: 20px;
  margin-right: 5px;
  width: auto;
}
#resource-file-result .resource-delete {
  margin: 14px 0 0 20px;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  display: block;
  float: right;
  padding: 5px;
  color: #8f8f8f;
  cursor: pointer;
  -webkit-transition: background 240ms ease-out, border 240ms ease-out,
    color 240ms ease-out;
  -moz-transition: background 240ms ease-out, border 240ms ease-out,
    color 240ms ease-out;
  -ms-transition: background 240ms ease-out, border 240ms ease-out,
    color 240ms ease-out;
  -o-transition: background 240ms ease-out, border 240ms ease-out,
    color 240ms ease-out;
  transition: background 240ms ease-out, border 240ms ease-out,
    color 240ms ease-out;
}
#resource-file-result .resource-delete:hover {
  background: #2f2f2f;
  border-color: #2f2f2f;
  color: #ffffff;
}
.press .story {
  box-sizing: border-box;
  display: block;
  padding: 50px 0;
  min-height: 210px;
}
.press .story:nth-child(2n + 1) {
  background-color: #f2f1ed;
}
.press .story h3 {
  color: #3c3c3c;
  font-size: 32px;
  margin-bottom: 10px;
  -webkit-transition: color 240ms ease-out;
  -moz-transition: color 240ms ease-out;
  -ms-transition: color 240ms ease-out;
  -o-transition: color 240ms ease-out;
  transition: color 240ms ease-out;
}
.press .story p {
  color: #7c7c7c;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.press .story:hover h3 {
  color: #38befd;
}
.story-article {
  color: #000000;
  padding: 80px 0;
}
.story-article h2 {
  font-size: 60px;
  line-height: 1.125em;
}
.story-article h3 {
  font-size: 48px;
  line-height: 1.125em;
}
.story-article h4 {
  font-size: 32px;
  line-height: 1.125em;
}
.story-article h5 {
  font-size: 24px;
  line-height: 1.125em;
}
.story-article h6 {
  font-size: 16px;
  line-height: 1.125em;
}
.story-article p {
  font-size: 16px;
}
.story-article em {
  color: inherit;
}
.story-article blockquote {
  border-left: 2px solid;
  padding-left: 30px;
}
.join-form,
.event-form,
.resource-form {
  max-width: 710px;
  margin: 0 auto;
}
.join-form label,
.event-form label,
.resource-form label {
  color: #000000;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
  line-height: 24px;
}
.join-form label span,
.event-form label span,
.resource-form label span {
  padding-left: 30px;
}
.join-form .uk-input,
.event-form .uk-input,
.resource-form .uk-input,
.join-form .uk-select,
.event-form .uk-select,
.resource-form .uk-select {
  background-color: transparent;
  border-color: #c6c6c6;
  color: #000000;
  font-size: 14px;
  height: 50px !important;
  line-height: 20px;
  padding: 15px 20px;
  margin-bottom: 5px;
  -webkit-transition: border-color 240ms ease-out;
  -moz-transition: border-color 240ms ease-out;
  -ms-transition: border-color 240ms ease-out;
  -o-transition: border-color 240ms ease-out;
  transition: border-color 240ms ease-out;
}
.join-form .uk-input:focus,
.event-form .uk-input:focus,
.resource-form .uk-input:focus,
.join-form .uk-select:focus,
.event-form .uk-select:focus,
.resource-form .uk-select:focus {
  border-color: #8f8f8f;
}
.join-form .uk-select.empty,
.event-form .uk-select.empty,
.resource-form .uk-select.empty {
  color: #8f8f8f;
}
.join-form *[input-placeholder],
.event-form *[input-placeholder],
.resource-form *[input-placeholder] {
  position: relative;
}
.join-form *[input-placeholder]::before,
.event-form *[input-placeholder]::before,
.resource-form *[input-placeholder]::before {
  color: #8f8f8f;
  content: attr(input-placeholder);
  font-size: 14px;
  position: absolute;
  top: 1px;
  left: 15px;
  line-height: 50px;
  padding: 0 20px;
  white-space: nowrap;
  -webkit-transition: color 280ms ease-out, left 200ms ease-out,
    transform 240ms ease-out;
  -moz-transition: color 280ms ease-out, left 200ms ease-out,
    transform 240ms ease-out;
  -ms-transition: color 280ms ease-out, left 200ms ease-out,
    transform 240ms ease-out;
  -o-transition: color 280ms ease-out, left 200ms ease-out,
    transform 240ms ease-out;
  transition: color 280ms ease-out, left 200ms ease-out,
    transform 240ms ease-out;
}
.join-form *[input-placeholder].placeholder-small:not(.calculate)::before,
.event-form *[input-placeholder].placeholder-small:not(.calculate)::before,
.resource-form *[input-placeholder].placeholder-small:not(.calculate)::before {
  font-size: 11px;
  line-height: 20px;
}
.join-form *[input-placeholder].filled::before,
.event-form *[input-placeholder].filled::before,
.resource-form *[input-placeholder].filled::before,
.join-form *[input-placeholder].focused::before,
.event-form *[input-placeholder].focused::before,
.resource-form *[input-placeholder].focused::before {
  color: #c6c6c6;
  left: 100%;
  transform: translateX(-100%);
}
.join-form *[input-placeholder] .uk-input,
.event-form *[input-placeholder] .uk-input,
.resource-form *[input-placeholder] .uk-input {
  position: relative;
}
.join-form *[input-placeholder] ::-webkit-input-placeholder,
.event-form *[input-placeholder] ::-webkit-input-placeholder,
.resource-form *[input-placeholder] ::-webkit-input-placeholder {
  opacity: 0;
}
.join-form *[input-placeholder] ::-moz-placeholder,
.event-form *[input-placeholder] ::-moz-placeholder,
.resource-form *[input-placeholder] ::-moz-placeholder {
  opacity: 0;
}
.join-form *[input-placeholder] :-ms-input-placeholder,
.event-form *[input-placeholder] :-ms-input-placeholder,
.resource-form *[input-placeholder] :-ms-input-placeholder {
  opacity: 0;
}
.join-form *[input-placeholder] input:-moz-placeholder,
.event-form *[input-placeholder] input:-moz-placeholder,
.resource-form *[input-placeholder] input:-moz-placeholder {
  opacity: 0;
}
.join-form .uk-textarea,
.event-form .uk-textarea,
.resource-form .uk-textarea {
  border-color: #c6c6c6;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  padding: 20px;
}
.join-form .uk-checkbox,
.event-form .uk-checkbox,
.resource-form .uk-checkbox {
  height: 24px;
  width: 24px;
  border: 1px solid #606060;
  border-radius: 3px;
  margin-right: 5px;
}
.join-form .uk-checkbox:checked,
.event-form .uk-checkbox:checked,
.resource-form .uk-checkbox:checked,
.join-form .uk-checkbox:indeterminate,
.event-form .uk-checkbox:indeterminate,
.resource-form .uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23000%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%2F%3E%0A%3C%2Fsvg%3E");
  background-color: transparent;
  border-color: #000000;
}
.join-form .uk-checkbox:focus,
.event-form .uk-checkbox:focus,
.resource-form .uk-checkbox:focus {
  border-color: #000000;
}
.join-form .uk-radio,
.event-form .uk-radio,
.resource-form .uk-radio {
  border-color: #606060;
  margin-right: 5px;
  height: 20px;
  width: 20px;
}
.join-form .uk-radio:checked,
.event-form .uk-radio:checked,
.resource-form .uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23000%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%3E%3C%2Fcircle%3E%0A%3C%2Fsvg%3E");
  background-color: transparent;
  border-color: #000000;
}
.join-form .uk-radio:focus,
.event-form .uk-radio:focus,
.resource-form .uk-radio:focus {
  border-color: #000000;
}
.join-form .uk-button:not(.uk-button-default),
.event-form .uk-button:not(.uk-button-default),
.resource-form .uk-button:not(.uk-button-default) {
  background-color: #2e88b1;
  border: none;
  color: #ffffff;
  display: block;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin: 50px auto 70px;
  height: 65px;
  padding: 0 80px;
  -webkit-transition: background-color 240ms ease-out;
  -moz-transition: background-color 240ms ease-out;
  -ms-transition: background-color 240ms ease-out;
  -o-transition: background-color 240ms ease-out;
  transition: background-color 240ms ease-out;
}
.join-form .uk-button:not(.uk-button-default):hover,
.event-form .uk-button:not(.uk-button-default):hover,
.resource-form .uk-button:not(.uk-button-default):hover {
  background-color: #236989;
}
.join-form .uk-button-default,
.event-form .uk-button-default,
.resource-form .uk-button-default {
  border-radius: 0;
  border-color: #c6c6c6;
  color: #8f8f8f;
  font-size: 14px;
  padding: 5px 30px;
}
.join-form .uk-button-default:focus,
.event-form .uk-button-default:focus,
.resource-form .uk-button-default:focus,
.join-form .uk-button-default:hover,
.event-form .uk-button-default:hover,
.resource-form .uk-button-default:hover {
  border-color: #6f6f6f;
  color: #6f6f6f;
}
.join-form ::-webkit-input-placeholder,
.event-form ::-webkit-input-placeholder,
.resource-form ::-webkit-input-placeholder {
  color: #8f8f8f !important;
  font-size: 14px;
}
.join-form ::-moz-placeholder,
.event-form ::-moz-placeholder,
.resource-form ::-moz-placeholder {
  color: #8f8f8f !important;
  font-size: 14px;
}
.join-form :-ms-input-placeholder,
.event-form :-ms-input-placeholder,
.resource-form :-ms-input-placeholder {
  color: #8f8f8f !important;
  font-size: 14px;
}
.join-form input:-moz-placeholder,
.event-form input:-moz-placeholder,
.resource-form input:-moz-placeholder {
  color: #8f8f8f !important;
  font-size: 14px;
}
@-webkit-keyframes autofill {
  to {
    color: #000;
    background: transparent;
  }
}
.join-form input:-webkit-autofill,
.event-form input:-webkit-autofill,
.resource-form input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.join-form .label-checkbox,
.event-form .label-checkbox,
.resource-form .label-checkbox {
  padding: 0 20px 0 47px;
  position: relative;
  cursor: pointer;
}
.join-form .label-checkbox .uk-checkbox,
.event-form .label-checkbox .uk-checkbox,
.resource-form .label-checkbox .uk-checkbox {
  left: 15px;
  margin: 0;
  position: absolute;
  top: 0;
}
.join-form .label-radio,
.event-form .label-radio,
.resource-form .label-radio {
  cursor: pointer;
}
.join-form .g-recaptcha,
.event-form .g-recaptcha,
.resource-form .g-recaptcha {
  width: 305px;
  margin: 20px auto 0;
}
.add-new-event {
  color: #ffffff;
  line-height: 46px;
  padding-right: 25px;
  background: url("../images/uma-icon-plus.svg") no-repeat scroll right center
    transparent;
}
.add-new-event:hover {
  color: #ffffff;
}
.event-form {
  max-width: 600px;
}
@media (min-width: 641px) {
  .resource {
    position: relative;
    padding: 0 20px;
    height: 210px;
  }
  .resource .uk-grid {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
}
@media (min-width: 961px) {
  .project-slideshow .banner-heading {
    padding-left: 100px;
  }
  .list-webinars li a {
    padding-left: 130px;
  }
}
@media (min-width: 1201px) {
  .project-slideshow .banner-heading {
    padding-left: 200px;
  }
  .list-webinars li a {
    padding-left: 230px;
  }
}
@media (max-width: 1200px) {
  .banner-events .banner-event .text {
    padding: 0 20px 30px 20px !important;
  }
  .banner-events .banner-event .text h4 {
    font-size: 24px;
  }
  .banner-events .banner-event .text p {
    font-size: 17px;
    line-height: 1.75em;
  }
  #our-impact-1 .uk-slideshow-items {
    max-height: none !important;
    height: 450px !important;
  }
  #our-impact-1 .uk-slideshow-items .caption {
    padding: 0 30px 0 0;
  }
  #our-impact-1 .uk-slideshow-items .caption .member {
    margin-right: 20px;
  }
  #our-impact-1 .uk-slideshow-items .caption p {
    font-size: 18px;
    line-height: 1.75em;
    margin: 0;
  }
  .text {
    padding: 0 30px;
  }
  .text p {
    font-size: 16px;
  }
  .image .caption h3 {
    font-size: 32px;
    line-height: 1.25em;
  }
  .project-content {
    padding: 60px 40px 60px 50px;
  }
  .project-content h3:first-child {
    margin-top: 0;
  }
  .team-description {
    padding: 0 30px !important;
  }
  .team .member-popup {
    left: 15%;
    width: 70%;
  }
  #our-partners-2 .block,
  #our-partners-3 .block,
  #our-partners-5 .block,
  #our-partners-7 .block {
    padding: 30px;
  }
}
@media (max-width: 960px) and (min-width: 641px) {
  #header {
    padding: 8px 20px;
  }
  #header .uk-navbar-toggle {
    height: 68px;
  }
  .logo {
    min-width: inherit;
  }
  .uk-offcanvas-bar {
    padding-top: 14px;
    width: auto;
  }
  .uk-offcanvas-bar .logo {
    margin-bottom: 20px;
  }
  .uk-offcanvas-bar .uk-nav li a {
    margin: 10px 0;
  }
  .uk-offcanvas-bar .uk-nav li ul li a {
    margin: 7px 0;
  }
  .uk-slideshow .caption {
    padding-left: 20px;
    padding-right: 20px;
  }
  .banner-events .banner-event:nth-child(3) .text,
  .banner-events .banner-event:nth-child(4) .text {
    padding-top: 40px !important;
  }
  .team .member-popup {
    left: 10%;
    width: 80%;
  }
  .text-big-transparent .caption {
    padding: 0 30px;
  }
  .text-big-transparent .caption h2 {
    font-size: 72px;
  }
  .text-big-transparent .caption p {
    font-size: 24px;
  }
  #our-impact-1 .uk-slideshow-items {
    max-height: none !important;
    height: 400px !important;
  }
  #our-impact-1 .uk-slideshow-items .caption {
    padding: 0 30px 0 0;
  }
  #our-impact-1 .uk-slideshow-items .caption .member {
    margin-right: 20px;
  }
  #our-impact-1 .uk-slideshow-items .caption p {
    font-size: 15px;
    line-height: 1.75em;
    margin: 0;
    text-align: left !important;
  }
  #our-impact-4 h2 {
    font-size: 64px;
  }
  #our-impact-4 .banner-event {
    margin: 0 !important;
  }
  #our-impact-4 .banner-event .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 30px !important;
  }
  #our-impact-4 .banner-event .text:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 50%,
      #000000 100%
    );
    /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 50%,
      #000000 100%
    );
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 50%,
      #000000 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  }
  #our-impact-4 .banner-event .text h4 {
    margin: 0;
    position: relative;
  }
  .text {
    padding: 0 30px;
  }
  .text p {
    font-size: 18px;
  }
  .text blockquote {
    margin-left: -30px;
    border-width: 2px;
  }
  .text blockquote p {
    line-height: 2em;
  }
  .team-description {
    padding: 0 30px !important;
  }
  #our-partners-2 .block,
  #our-partners-3 .block,
  #our-partners-5 .block,
  #our-partners-7 .block {
    padding: 30px;
  }
  .list-webinars li .webinar-date {
    margin-bottom: 20px;
  }
  .list-webinars li .webinar-date p {
    font-size: 16px;
    padding: 10px 15px;
  }
  .list-webinars li .webinar-date p br {
    display: none;
  }
  .list-events {
    margin-bottom: 50px !important;
  }
  .list-events li .event-status,
  .list-events li a {
    padding-left: 30px;
  }
  .project-content {
    padding: 30px;
  }
  .project-content h3 {
    font-size: 28px;
    margin: 40px 0 20px;
  }
  .project-content .uk-button {
    line-height: 1.5em;
  }
  .project-content .video-container {
    margin: 30px 0;
  }
  .project-sidebar {
    padding-top: 30px;
  }
}
@media (max-width: 960px) and (min-width: 641px) {
  #homepage-slideshow-1 .uk-slideshow-items {
    height: 550px !important;
  }
  #homepage-slideshow-1 .uk-slideshow-items h2 {
    line-height: 1.125em;
  }
  #homepage-slideshow-2 .uk-slideshow-items {
    height: 550px !important;
  }
  #homepage-slideshow-2 .uk-slideshow-items h2 {
    font-size: 50px;
  }
  #homepage-slideshow-3 .uk-slideshow-items {
    height: 550px !important;
  }
  #homepage-slideshow-3 .uk-slideshow-items h2 {
    font-size: 50px;
  }
  .cops .cop:nth-child(3),
  .cops .cop:nth-child(4) {
    padding-top: 40px;
  }
  #our-impact-slideshow-2 .uk-slideshow-items {
    height: 550px !important;
  }
  #our-impact-slideshow-2 .uk-slideshow-items .caption {
    padding: 0 20px;
  }
  #our-impact-slideshow-2 .uk-slideshow-items .caption p {
    font-size: 18px;
    line-height: 1.675em;
    margin: 20px 0;
  }
  #our-impact-slideshow-2 .uk-slideshow-items .caption .member {
    float: none;
    margin: 0 auto;
    min-height: inherit;
  }
  #our-impact-slideshow-2 .uk-slideshow-items .caption .member .image img {
    width: 125px;
    height: 125px;
  }
  #our-impact-slideshow-2 .uk-slideshow-items .caption .member h4 {
    line-height: 1.375em;
  }
  #our-impact-3 .text {
    padding: 30px 20px 60px 20px;
  }
  #our-impact-cops .cop-headline {
    margin: 50px 0 30px;
  }
  #our-impact-cops .cop {
    padding-top: 0;
  }
  #our-impact-cops .cop .text h4 {
    left: 30px;
    right: 30px;
  }
  #our-partners-4 .uk-slideshow-items {
    height: 500px !important;
  }
  .content-support-us h3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-support-us .support-us-description {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .project-slideshow .banner-heading {
    padding-left: 30px;
  }
  .banner-heading.banner-heading-webinar,
  .banner-heading.banner-heading-event {
    height: 325px;
  }
  .banner-heading.banner-heading-webinar .banner-content,
  .banner-heading.banner-heading-event .banner-content {
    padding: 0;
    min-height: inherit;
  }
  .banner-heading.banner-heading-webinar .banner-content .banner-date,
  .banner-heading.banner-heading-event .banner-content .banner-date {
    margin-top: 7px;
    font-size: 20px;
    min-width: 160px;
  }
  .banner-heading.banner-heading-webinar .banner-content h2,
  .banner-heading.banner-heading-event .banner-content h2 {
    font-size: 32px;
  }
  .banner-heading.banner-heading-support-us .banner-content {
    margin-bottom: 80px;
  }
  #menu-header-2 li {
    padding-left: 0;
  }
  .press .story {
    padding: 40px 30px;
  }
}
@media (max-width: 640px) {
  body {
    padding-bottom: 230px;
  }
  #offcanvas-navbar .uk-offcanvas-bar {
    width: 315px;
  }
  #offcanvas-navbar .uk-offcanvas-bar .logo {
    margin-bottom: 20px;
  }
  #offcanvas-navbar .uk-offcanvas-bar .uk-nav .menu-item a {
    padding: 3px 20px;
  }
  #offcanvas-navbar .uk-offcanvas-bar .uk-nav .menu-item .dropdown li a {
    padding: 3px 20px;
  }
  h3 {
    font-size: 42px;
    line-height: 1.125em;
  }
  #header {
    padding: 8px 20px;
  }
  #header .uk-navbar-toggle {
    margin-right: -15px;
    height: 48px;
  }
  .logo {
    font-size: 18px;
    min-width: inherit;
  }
  .logo svg {
    max-width: inherit;
    width: auto;
    height: 48px;
  }
  footer {
    padding: 70px 15px 30px 15px;
  }
  .text {
    padding: 0 30px;
  }
  .text p {
    font-size: 16px;
  }
  .text blockquote {
    margin-left: -30px;
    border-width: 2px;
  }
  .text blockquote p {
    line-height: 1.75em;
  }
  .banner-heading h2,
  .uk-slideshow h2 {
    font-size: 56px;
    line-height: 1.125em;
  }
  .banner-heading p,
  .uk-slideshow p {
    font-size: 16px;
  }
  .banner-heading .uk-button,
  .uk-slideshow .uk-button,
  .banner-heading .link-arrow-right,
  .uk-slideshow .link-arrow-right {
    margin: 20px 0 0 0;
  }
  .banner-heading .uk-dotnav,
  .uk-slideshow .uk-dotnav {
    margin-bottom: 20px !important;
  }
  .banner-heading .caption,
  .uk-slideshow .caption {
    padding: 0 30px;
  }
  .banner-events .banner-event:not(:first-child) {
    margin-top: 40px;
  }
  .banner-events .banner-event .text {
    min-height: inherit !important;
    padding: 0 30px 40px 30px !important;
  }
  .banner-events .banner-event .text p {
    font-size: 16px;
  }
  .team .member-popup {
    left: 5%;
    padding: 40px 30px 30px 30px;
    width: 90%;
  }
  .team .member {
    padding: 20px 0;
  }
  .team .member .image {
    width: 125px;
    height: 125px;
  }
  .team .member .image img {
    width: 125px;
    height: 125px;
  }
  .banner-help h2 {
    font-size: 44px;
    line-height: 1.125em;
  }
  #homepage-1 .uk-slideshow-items {
    height: 550px !important;
  }
  #homepage-1 .uk-slideshow-items h2 {
    font-size: 50px;
  }
  .text-big-transparent .caption {
    opacity: 0.7;
  }
  .text-big-transparent .caption h2 {
    font-size: 56px;
    margin-bottom: 20px;
  }
  .text-big-transparent .caption p {
    font-size: 20px;
    line-height: 1.25em;
  }
  #homepage-slideshow-2 .uk-slideshow-items {
    height: 550px !important;
  }
  #homepage-slideshow-3 .uk-slideshow-items,
  #our-partners-4 .uk-slideshow-items {
    height: 550px !important;
  }
  #homepage-slideshow-3 .uk-slideshow-items .caption h2,
  #our-partners-4 .uk-slideshow-items .caption h2 {
    font-size: 38px;
  }
  #homepage-slideshow-3 .uk-slideshow-items .caption h5,
  #our-partners-4 .uk-slideshow-items .caption h5 {
    font-size: 20px;
    line-height: 1.375em;
  }
  .our-partners-logos .partner-logo {
    padding: 30px 20px;
  }
  .press .story {
    padding: 40px 20px;
  }
  .press .story h3 {
    font-size: 28px;
  }
  .press .story p {
    font-size: 16px;
  }
  .resource {
    padding: 40px 20px;
  }
  .resource h3 {
    font-size: 28px;
  }
  .resource p {
    font-size: 16px;
    letter-spacing: 0.5px;
    opacity: 1;
  }
  .resource .uk-width-expand {
    padding-left: 15px;
  }
  .banner-heading .uk-overlay {
    padding: 0;
  }
  .banner-heading.banner-heading-project .banner-content {
    padding: 0 20px;
  }
  .banner-heading.banner-heading-contact-us,
  .banner-heading.banner-heading-archive {
    height: 200px;
  }
  .banner-heading.banner-heading-contact-us .banner-content,
  .banner-heading.banner-heading-archive .banner-content {
    padding: 0;
    margin: 0 20px 40px 20px;
  }
  .banner-heading.banner-heading-events .banner-content {
    margin: 0 20px 20px 20px;
  }
  .banner-heading.banner-heading-events,
  .banner-heading.banner-heading-resource {
    height: 325px;
  }
  .banner-heading.banner-heading-events .banner-content,
  .banner-heading.banner-heading-resource .banner-content {
    position: relative;
    padding: 0;
  }
  .banner-heading.banner-heading-events .banner-content .term-select,
  .banner-heading.banner-heading-resource .banner-content .term-select {
    min-width: inherit;
    width: 100%;
    margin: 30px 0 15px;
  }
  .banner-heading.banner-heading-events .banner-content .term-select .uk-button,
  .banner-heading.banner-heading-resource
    .banner-content
    .term-select
    .uk-button {
    width: 100%;
    min-width: inherit;
    margin: 0;
  }
  .banner-heading.banner-heading-events .banner-content .add-new-event,
  .banner-heading.banner-heading-resource .banner-content .add-new-event {
    position: absolute;
    top: 0;
    right: 0;
  }
  .banner-heading.banner-heading-events .banner-content .add-new-publication,
  .banner-heading.banner-heading-resource .banner-content .add-new-publication {
    max-width: 95px;
    line-height: 1.25em;
    position: relative;
    margin-top: 20px;
    display: inline-block;
  }
  .banner-heading.banner-heading-support-us .banner-content {
    margin-bottom: 70px;
  }
  .banner-heading.banner-heading-support-us .banner-content h2 {
    font-size: 64px;
  }
  .banner-heading.banner-heading-uma-members .banner-content .term-select,
  .banner-heading.banner-heading-our-work .banner-content .term-select {
    margin: 20px 0 40px;
  }
  .banner-heading.banner-heading-uma-members
    .banner-content
    .term-select
    .uk-button,
  .banner-heading.banner-heading-our-work
    .banner-content
    .term-select
    .uk-button {
    margin: 0;
  }
  .banner-heading.banner-heading-join-us .banner-content {
    padding: 0 20px;
  }
  .banner-heading.banner-heading-join-us .banner-content h2 {
    font-size: 64px;
  }
  .banner-heading.banner-heading-join-us
    .banner-content
    > .uk-grid
    > div:nth-child(2) {
    margin-bottom: 20px !important;
  }
  .banner-heading.banner-heading-join-us
    .banner-content
    > .uk-grid
    > div:nth-child(2)
    p {
    font-size: 20px !important;
    line-height: 1.5em;
    margin-bottom: 0 !important;
  }
  .banner-heading.banner-heading-join-us
    .banner-content
    > .uk-grid
    > div:nth-child(3)
    p {
    margin-bottom: 20px;
  }
  .banner-heading.banner-heading-join-us .banner-content .member-access-list p {
    opacity: 1;
    letter-spacing: 0.5px;
  }
  .banner-heading.banner-heading-uma-members {
    height: 275px;
  }
  .banner-heading.banner-heading-uma-members .banner-content {
    margin: 0 20px;
  }
  .banner-heading.banner-heading-webinar,
  .banner-heading.banner-heading-event {
    height: 325px;
  }
  .banner-heading.banner-heading-webinar .banner-content,
  .banner-heading.banner-heading-event .banner-content {
    padding: 0 20px 30px 20px;
    min-height: inherit;
  }
  .banner-heading.banner-heading-webinar .banner-content .banner-date,
  .banner-heading.banner-heading-event .banner-content .banner-date {
    background: no-repeat;
    border: none;
    text-align: left;
    margin: 0;
    padding-top: 0;
  }
  .banner-heading.banner-heading-webinar .banner-content .banner-date br,
  .banner-heading.banner-heading-event .banner-content .banner-date br {
    display: none;
  }
  .banner-heading.banner-heading-webinar .banner-content h2,
  .banner-heading.banner-heading-event .banner-content h2 {
    font-size: 32px;
  }
  .content-support-us {
    padding: 0 20px;
  }
  .content-support-us h3 {
    font-size: 22px;
    text-align: left !important;
    margin-bottom: 30px;
  }
  .content-support-us .uk-button {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 40px;
  }
  .contact-form {
    margin: 50px 20px 50px 20px !important;
  }
  .contact-form legend {
    font-size: 36px;
  }
  .list-events li,
  .list-webinars li {
    padding: 10px 0;
  }
  .list-events li h3,
  .list-webinars li h3 {
    font-size: 28px;
    line-height: 1.25em;
  }
  .list-events li p,
  .list-webinars li p {
    font-size: 16px;
  }
  .list-events li .webinar-status,
  .list-webinars li .webinar-status {
    font-size: 16px;
  }
  .events .event-type-uma-events .banner-heading {
    height: 300px;
  }
  .events .event-type-uma-events .banner-heading h2 {
    font-size: 28px;
    line-height: 1.25em;
  }
  .events .event-type-uma-events .banner-heading p {
    font-size: 20px;
    line-height: 1.25em;
  }
  .events .event-type-other-events .banner-heading-other-events .banner-date {
    margin-top: 0;
  }
  .events .banner-content {
    padding: 0 20px;
  }
  .events .banner-content .banner-date {
    background: no-repeat;
    border: none;
    text-align: left;
    margin: 0;
    padding-top: 0;
  }
  .events .banner-content .banner-date br {
    display: none;
  }
  .join-form {
    padding: 0 5px;
  }
  .uma-members {
    padding: 0 5px;
  }
  .cops .cop-headline {
    padding: 0 15px;
  }
  .cops .cop:not(:first-child) {
    padding-top: 40px;
  }
  .cops .cop .text {
    height: auto !important;
  }
  #homepage-members {
    padding: 50px 0 50px 0;
  }
  #homepage-members h3 {
    margin-bottom: 50px;
  }
  #our-impact-1 .uk-slideshow-items {
    max-height: none !important;
    height: 700px !important;
  }
  #our-impact-1 .uk-slideshow-items .caption {
    padding: 0 30px 20px 30px;
  }
  #our-impact-1 .uk-slideshow-items .caption .member {
    float: none;
    margin: 0 auto 0 auto;
  }
  #our-impact-1 .uk-slideshow-items .caption p {
    font-size: 15px;
    line-height: 1.75em;
    margin: 0;
    text-align: center !important;
  }
  #our-impact-slideshow-2 .uk-slideshow-items {
    height: 600px !important;
  }
  #our-impact-slideshow-2 .uk-slideshow-items .caption {
    padding: 0 20px;
  }
  #our-impact-slideshow-2 .uk-slideshow-items .caption p {
    font-size: 14px;
    line-height: 1.5em;
    text-align: left !important;
    margin: 20px 0;
  }
  #our-impact-slideshow-2 .uk-slideshow-items .caption .member {
    float: none;
    margin: 0 auto;
    min-height: inherit;
  }
  #our-impact-slideshow-2 .uk-slideshow-items .caption .member .image img {
    width: 125px;
    height: 125px;
  }
  #our-impact-slideshow-2 .uk-slideshow-items .caption .member h4 {
    line-height: 1.375em;
  }
  #our-impact-3 .image h3 {
    font-size: 32px;
    line-height: 1.25em;
    padding: 0 15px;
  }
  #our-impact-3 .text {
    padding: 30px 20px;
  }
  #our-impact-3 .text p {
    line-height: 1.75em;
  }
  #our-impact-cops .cop-headline {
    margin: 30px 0;
  }
  #our-impact-cops .cop-headline h3 {
    font-size: 34px;
    text-align: left;
  }
  #our-impact-cops .cop:not(:first-child) {
    padding-top: 30px;
  }
  #our-impact-cops .cop .text {
    position: relative;
  }
  #our-impact-cops .cop .text h4 {
    font-size: 24px;
    position: relative;
    bottom: inherit;
    left: 0;
    right: inherit;
  }
  #our-impact-5 #cops-descriptions {
    max-width: 100%;
    margin: 0;
  }
  #our-impact-5 #cops-descriptions .text {
    border: none;
    padding: 0 20px;
  }
  #our-impact-5 #cops-descriptions .text p {
    font-size: 16px;
    line-height: 1.75em;
  }
  .image .caption h3 {
    font-size: 32px;
    line-height: 1.25em;
  }
  #our-impact-2 .text {
    padding: 30px;
  }
  #our-impact-slideshow-3 .uk-slideshow-items {
    height: 350px !important;
  }
  #our-impact-slideshow-3 .uk-slideshow-items .caption {
    padding: 0 20px;
  }
  #our-impact-slideshow-3 .uk-slideshow-items .caption h3 {
    font-size: 32px;
  }
  #our-impact-slideshow-3 .uk-slideshow-items .caption .uk-button {
    margin: 0 10px;
    padding: 5px 35px;
  }
  #our-impact-4 h2 {
    font-size: 48px;
  }
  #our-impact-4 .banner-event {
    margin: 0 !important;
  }
  #our-impact-4 .banner-event .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 30px !important;
  }
  #our-impact-4 .banner-event .text:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 50%,
      #000000 100%
    );
    /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 50%,
      #000000 100%
    );
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 50%,
      #000000 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  }
  #our-impact-4 .banner-event .text h4 {
    margin: 0;
    position: relative;
  }
  .team-description {
    padding: 0 20px !important;
  }
  #our-partners-2 .block,
  #our-partners-3 .block,
  #our-partners-5 .block,
  #our-partners-7 .block {
    padding: 30px;
  }
  .term-select {
    margin-top: 20px;
    min-width: inherit;
    width: 100%;
  }
  .term-select > .uk-button {
    font-size: 14px;
  }
  .term-select .uk-dropdown li a {
    font-size: 16px;
  }
  .term-content {
    padding: 0 20px;
  }
  .term-content p {
    line-height: 1.625em;
  }
  .uk-dropdown-nav {
    white-space: normal;
  }
  .project-slideshow {
    height: 400px !important;
  }
  .project-slideshow .uk-slideshow-items {
    height: 400px !important;
  }
  .project-slideshow .uk-slideshow-items .banner-heading {
    padding: 10px 30px;
  }
  .project-slideshow .uk-slideshow-items .banner-heading h2 {
    font-size: 42px;
  }
  .list-webinars li .webinar-date {
    margin-bottom: 20px;
  }
  .list-webinars li .webinar-date p {
    font-size: 16px;
    padding: 10px 15px;
  }
  .list-webinars li .webinar-date p br {
    display: none;
  }
  .list-events {
    margin-bottom: 50px !important;
  }
  .list-events li .event-status,
  .list-events li a {
    padding-left: 30px;
  }
  .project-content {
    padding: 40px 20px;
  }
  .project-content h3 {
    font-size: 26px;
    margin: 40px 0 20px;
    line-height: 1.375em;
  }
  .project-content .uk-button {
    line-height: 1.5em;
  }
  .project-content .video-container {
    margin: 30px 0;
  }
  .project-sidebar {
    padding-top: 30px;
  }
  .banner-heading.banner-heading-our-work .banner-content {
    padding: 10px 15px;
  }
  #menu-header-2 li {
    padding-left: 0;
  }
  #homepage-slideshow-2 .uk-background-cover {
    background-position: 66%;
  }
  #homepage-slideshow-2 .shadow.shadow-bottom {
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 5%,
      #000000 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 5%,
      #000000 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 5%,
      #000000 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  }
}
/* ///////////////////////////////////////////////////////////// */

/*Design For Progress Addition Action Guide */
/* Globals */
.action-guide-container h1,
.action-guide-landing h1,
.action-guide-landing-title h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.813rem; /* 45px */
  font-weight: 700;
  line-height: 3.125rem; /* 50px */
  margin-top: 1.5rem;
}

.action-guide-container h2,
.action-guide-landing h2,
.action-guide-landing-title h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem; /* 24px */
  font-weight: 700;
  line-height: 3.125rem; /* 50px */
}

.action-guide-container h3,
.action-guide-landing h3,
.action-guide-landing-title h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem; /* 18px */
  font-weight: 700;
  line-height: 1.625rem; /* 18px */
}

.action-guide-container p,
.action-guide-landing p,
.action-guide-landing-title p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem; /* 18px */
  line-height: 1.625rem; /* 26px */
}

.single-actionguide #header {
  /* background-color: #000000; */
  /* background-color: rgba(0, 0, 0, 0.85); */
  background-image: linear-gradient(black, transparent);
  opacity: 0.85;
}

.page-template-tpl-action-guides #header {
  background-color: #000000;
  opacity: 0.85;
}

.call-out-blue {
  background-color: #1d479a;
  padding: 1.5rem 2rem;
  color: white;
}
.call-out-blue p {
  margin: 0px;
}

.call-out-yellow {
  background-color: #fdf0ce;
  padding: 1.5rem 2rem;
  color: black;
}
.call-out-yellow p {
  margin: 0px;
}

.single-actionguide li {
  margin-bottom: 0.8rem;
}

.single-actionguide ul,
.single-actionguide ol {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

/* End Globals */

/* TOOOLTIP */
.uk-active.custom-tool-tip {
  background-color: #fdf0ce;
  color: black;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  padding: 1rem;
}

.tooltip-title {
  position: relative;
  display: inline-block;
}

.tooltip-title .tooltip-content {
  visibility: hidden;
  background-color: #fdf0ce;
  color: black;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem; /* 14px */
  line-height: 1.25rem; /* 20px */
  padding: 1rem;
  position: absolute;
  margin-top: 1.5rem;
  max-width: 24rem;
  z-index: 99;
  width: 20rem;
}

.tooltip-content::after {
  position: absolute;
  content: "";
  bottom: 100%;
  right: 80%;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-bottom: 0.8rem solid #fdf0ce;
}

.tooltip-title:hover .tooltip-content {
  visibility: visible;
}

/* END TOOLTIP */

/* START Action Guide Landing Page */

.action-guide-landing {
  color: #000000;
}

.action-guide-landing .section-inner {
  padding: 1rem 8rem;
}
.top-title {
  color: #1d479a;
  font-weight: 600;
  font-size: 1rem;
}

.action-guide-landing-title h1 {
  color: #f24b4b;
  margin-top: 0.25rem;
  width: 90%;
}

.subtitle {
  color: #1d479a;
  margin-top: 1.65rem;
}

.action-guide-landing-wrapper {
  display: block;
  top: 45%;
  width: 75%;
}

.landing-inline-quote h4 {
  color: #2b4250 !important;
  font-size: 2rem;
  line-height: 2.5rem;
}
.landing-inline-quote p {
  color: #2b4250 !important;
  text-transform: uppercase;
  font-size: 0.875rem; /* 14px */
  line-height: 1.625rem; /* 26px */
}

.action-guide-landing .section-inner {
  /* width: 100%; */
}

.action-guide-landing .section-left {
  color: #2b4250;
}
.action-guide-landing .section-right {
  padding-top: 2.5rem;
  padding-left: 4rem;
}
.action-guide-landing .inner-section-right {
  min-width: 13.625rem;
  max-width: 22.125rem;
}

.action-guide-landing .section-right h3 {
  color: #2f88b1;
  margin-bottom: 0.5rem;
}

.action-guides {
  display: flex;
  flex-direction: column;
  background-color: #fdf0ce;
  border-radius: 30px;
  margin: 8px 0px;
  color: #2b4250;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.2rem;
}

.action-guides a {
  color: #fdf0ce;
  border-radius: 30px;
  margin: 8px 0px;
  background-color: #2b4250;
  padding: 1rem 0.85rem;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.2rem;
}

.other-reports {
  display: flex;
  flex-direction: column;
}

.other-reports a {
  background-color: transparent;
  color: #f24b4b;
  text-decoration: underline;
  text-align: left;
  align-items: flex-start;
  padding: 10px 0px;
  border-radius: 0px;
  margin: 8px 0px;
  font-weight: 600;
  line-height: 1.2rem;
  text-decoration: none;
  word-wrap: break-word;
}

.underline {
  position: relative;
  width: 100%;
}

.underline::after {
  content: "";
  text-decoration: underline;
  line-height: 1.2rem;
  position: absolute;
  bottom: -2px; /*position the underline using left and bottom property*/
  left: 0;
  width: 100%;
  border-bottom: 2px solid #2b4250;
}

/* END Action Guide Landing Page */

.table-of-contents {
  position: sticky;
  left: 86%;
  top: 100;
  padding: 0px 24px;
  z-index: 9;
}
.gear {
  position: sticky;
  left: 15;
  top: 90;
  padding: 0px 24px;
  width: fit-content;
  z-index: 1;
}

.table-of-contents button {
  background-color: #fdf0ce;
  border: 1px solid white;
  padding: 0.4rem 1.2rem;
  border-radius: 20px;
  font-size: 0.6rem;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.table-content {
  margin-top: 0.3rem;
  padding: 0px;
  background-color: transparent;
  left: -40px !important;
  box-shadow: none;
}

.table-content li a {
  background-color: #2f88b1;
  border: 1px solid white;
  color: white;
  margin-top: 0.5rem;
  font-size: 0.6rem;
  text-transform: uppercase;
  border-radius: 20px;
  font-family: "Open Sans", sans-serif;
  padding: 0.4rem 1.2rem;
}

/* hover and active selection */
.table-content li a:hover,
.table-content .uk-dropdown-nav > li.uk-active > a {
  color: white;
}

.action-guide-container {
  position: relative;
  width: 100%;
}

.action-guide-hero {
  padding: 56.25% 0 0 0;
  position: relative;
}

.action-guide-mask {
  background-color: white;
  opacity: 0.75;
}
.action-guide-hero-title {
  display: block;
  top: 40%;
  width: 50%;
}
.action-guide-hero-title h1 {
  color: #1d479a;
  margin-top: 0.5rem;
  width: 95%;
}
.action-guide-hero-title h4 {
  color: #f24b4b;
}

.action-guide-subtitle {
  background-color: white;
  border-radius: 10px;
  color: #2b4250;
  padding: 1.25rem;
  opacity: 0.65;
}

.section-inner {
  /* padding: 1rem 6.875rem; */
  padding: 4.375rem 19.375rem;
}

.section-inner h3 {
  margin-top: 0.75rem;
  font-family: "Open Sans", sans-serif;
}
.section-left {
  color: white;
  padding: 4.5rem 0rem 0rem 0rem;
}

.section-right {
  color: white;
  padding-left: 9.438rem;
}

.section-right h3 {
  color: white;
  font-weight: 700;
}
.introduction .section-inner-wrapper,
.contact .section-inner-wrapper {
  display: flex;
}
.introduction .section-inner-wrapper {
  padding-left: 1.2rem;
}

/* key terms accordion */
.key-terms-acc {
  color: white;
}
.uk-accordion-title.key-terms-acc {
  color: white;
  padding: 10px;
  background-color: #f24b4b;
  font-size: 1rem;
  font-weight: 700;
}
.uk-accordion-content.key-terms-acc {
  padding: 20px;
  background-color: #f24b4b;
  margin-top: 0px;
}
.uk-accordion-title::after {
  margin-left: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20ratio%3D%221%22%3E%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%222.03%22%20points%3D%2216%207%2010%2013%204%207%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
}
.uk-open > .uk-accordion-title::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20ratio%3D%221%22%3E%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%222.03%22%20points%3D%224%2013%2010%207%2016%2013%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
}
/* end key terms accordion */

/* other action guide */
.other-action-guides {
  display: flex;
  flex-direction: column;
}

.other-action-guides a {
  text-align: center;
  align-items: flex-start;
  background-color: #fdf0ce;
  padding: 10px 30px;
  border-radius: 20px;
  margin: 10px 0px;
  color: #1d479a;
  text-decoration: none;
  font-weight: 600;
  width: 85%;
  line-height: 1.2rem;
}

/* end other action guide */

/* quote styles */

.block-quote {
  font-size: 2rem;
  line-height: 2.5rem;
}

.small-quote {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 700;
}
.quote-attribution {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.625rem;
}

.inline-quote h4 {
  color: #fdf0ce;
  font-size: 2rem;
  line-height: 2.5rem;
}
.inline-quote p {
  color: white;
  text-transform: uppercase;
  font-size: 0.875rem; /* 14px */
  line-height: 1.625rem; /* 26px */
}

/* end quote section */

/* image quote section */

.img-quote {
  display: flex;
}

.img-quote img {
  border-radius: 50%;
  margin-bottom: 0.5rem;
  aspect-ratio: 1/1;
}
.img-quote-left {
  padding: 12px;
  width: 30%;
}

.img-quote-right {
  width: 50%;
  color: #fdf0ce;
  padding: 12px;
  align-self: center;
}

.img-quote h5 {
  font-size: 1rem;
}
.img-quote p {
  color: white;
  margin: 0px;
  text-align: center;
  font-weight: 600;
  padding-top: 6px;
  line-height: 1.2rem;
}
.img-quote-left p:nth-child(3) {
  color: #f24b4b;
}
/* end image quote section */

/* social share */
.social-wrapper a {
  padding-right: 0.65em;
}
/* end social share */

/* Support By */

.support-by {
  display: flex;
  flex-direction: column;
}

.support-by h6 {
  margin-bottom: 2.5rem;
}

.support-by img {
  max-width: 37%;
  height: auto;
  margin: 1.5rem 0rem;
}

/* End Support By */

/* education tabs */

.education .section-inner {
  padding-left: 6.875rem;
}

.education-content-wrapper {
  border: 1px solid #2f88b1;
  padding: 3.5rem 5.3rem;
  max-width: 50rem;
}
.education-tab-nav {
  max-width: 12.5rem;
}
.education-tab-nav li {
  color: white;
  padding: 0.375rem 0.99rem; /* was 1.25rem */
  background-color: #f24b4b;
  border-radius: 1.25rem;
  margin-bottom: 0.625rem;
  margin-right: 0.625rem;
}
.education-tab-nav li a {
  color: white;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}

.education-tab-nav li a:hover {
  color: white;
}

.uk-nav-default > li.uk-active > a {
  color: #fdf0ce;
}
/* end education tabs */

/* case study */

.case-study-image-wrapper {
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  color: white;
  padding: 0px;
  margin-bottom: 0px;
  max-width: 50rem;
}

.case-study-video {
  padding: 56.25% 0 0 0;
  position: relative;
  overflow: hidden;
}
.case-study-video iframe {
  pointer-events: all !important;
}

.case-study-content-wrapper {
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  color: white;
  padding: 3.5rem 5.3rem;
  margin-top: 0px;
  max-width: 50rem;
  text-align: left;
}
/* end case study */

/* action steps */

.action-steps-wrapper {
  max-width: 50rem;
  text-align: left;
}

.action-steps .uk-align-center {
  margin-bottom: 0px;
}

.action-steps-acc {
  color: #2b4250;
  /* background-color: #2b4250; */
}

.uk-accordion-title.action-steps-acc {
  display: flex;
  align-items: center;
  color: white;
  padding: 20px 10px;
  background-color: #2b4250;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  word-wrap: break-word;
}

.uk-accordion-title.action-steps-acc h4 {
  color: #f24b4b;
  margin: 0px;
  font-weight: 900;
  padding-left: 6px;
  padding-right: 24px;
}

.uk-accordion-content.action-steps-acc {
  padding: 1.5rem;
  border-left: 1px solid #f24b4b;
  border-right: 1px solid #f24b4b;
  border-bottom: 1px solid #f24b4b;
  margin-top: 0px;
  text-align: left;
}

.uk-open .uk-accordion-title.action-steps-acc {
  background-color: #1d479a;
}

/* end action steps */

/* contact */

.contact h6 {
  color: white;
}

.contact h3 {
  color: white;
}

.contact .section-inner,
.further-reading .section-inner {
  padding-left: 8.75rem;
  padding-right: 8.75rem;
}

.introduction .section-inner {
  padding-left: 8rem;
  padding-right: 8.75rem;
}

.action-contact-form button {
  background-color: #f24b4b;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  border: none;
  text-transform: capitalize;
  margin: 0px;
  line-height: 1rem;
  margin-left: 6rem;
}
.action-contact-form .uk-form-horizontal .uk-form-label {
  width: fit-content;
  color: white;
  font-weight: 600;
}
.action-contact-form .uk-form-horizontal .uk-form-controls {
  margin-left: 6rem;
}
.action-check-boxes {
  padding-left: 6rem;
}
/* end contact */
/* further reading */

.further-reading {
  display: flex;
  flex-direction: column;
  margin: 0px;
  background-color: #f24b4b;
  padding: 0px 30px;
  text-align: left;
}

.further-reading h3 {
  color: #fdf0ce;
  text-align: left;
}

.further-reading h6 {
  text-align: left;
  font-weight: 600;
  color: white;
  font-size: 16px;
  padding-left: 4px;
}

.further-reading a {
  align-items: flex-start;
  background-color: #fdf0ce;
  border-radius: 30px;
  color: #2b4250;
  font-weight: 600;
  line-height: 1.2rem;
  margin: 8px 0px;
  padding: 16px 24px;
  text-align: left;
  text-decoration: none;
  width: 85%;
}

.further-reading .center a {
  background-color: #2b4250;
  color: #fdf0ce;
}

/* end further reading */

/* .introduction,
.education,
.case-study,
.action-steps,
.contact,
.further-reading {
  padding: 30px;
} */

.introduction,
.contact {
  background-color: #1d479a;
}
.introduction h5,
.case-study h5,
.contact h5,
.further-reading h5 {
  color: #fdf0ce;
}
.introduction h1,
.case-study h1 {
  color: white;
}

.contact h1,
.further-reading h1 {
  color: #fdf0ce;
}

.action-steps h1 {
  color: #f24b4b;
}

.education h1 {
  color: #2f88b1;
}

.case-study {
  text-align: center;
  background-color: #2f88b1;
}
.introduction .section-left a,
.case-study a {
  color: #fdf0ce;
}

.action-steps,
.further-reading {
  text-align: center;
}
.action-guide-landing,
.action-steps {
  background-color: #fdf0ce;
}

.action-steps h6,
.contact h6 {
  font-weight: 600;
  font-size: 1.25rem;
  text-align: left;
}

.video-module {
  padding: 56.25% 0 0 0;
  position: relative;
}
.video-module iframe {
  pointer-events: all !important;
}

/* BREAKPOINTS */
@media screen and (min-width: 1020px) and (max-width: 1150px) {
  .education-tab-nav {
    width: 12.5rem;
  }

  .education-content-wrapper {
    width: 25rem;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 1020px) {
  .action-guide-landing .section-inner {
    padding: 1rem 2rem;
  }
  .action-guide-landing .section-inner .section-right {
    padding-left: 1rem;
    padding-top: 4rem;
  }
  .action-guide-hero-title {
    width: 50%;
  }
  .introduction .section-right {
    padding: 0.5rem;
  }
  .introduction .section-inner,
  .education .section-inner,
  .contact .section-inner,
  .further-reading .section-inner,
  .section-inner {
    padding: 1rem 2.5rem;
  }
  .education-tab-nav {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    max-width: 40.25rem;
  }
  .contact .section-right {
    padding: 0;
  }
}

@media screen and (max-width: 730px) {
  .action-guide-hero-title {
    width: 75%;
  }
  .case-study-content-wrapper,
  .education-content-wrapper {
    margin-left: 0px;
    width: 100%;
    padding: 1rem;
  }
  .case-study-image-wrapper,
  .action-steps-wrapper {
    margin-left: 0px;
    width: 100%;
  }

  .education .section-inner {
    justify-content: center;
  }
  .education-module {
    margin-left: 0px;
    width: 100%;
  }
  .education-tab-nav {
    padding: 0px;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .action-guide-hero-title {
    width: 85%;
  }
}

@media screen and (max-width: 480px) {
  /* Landing Page  */
  .action-guide-landing-wrapper {
    width: 100%;
  }

  .action-guide-landing-title {
    width: 90%;
  }
  .action-guide-landing-title h2 {
    line-height: 1.5rem;
  }

  .action-guide-landing .section-right {
    width: 95%;
  }
  .action-guide-landing .section-left {
    width: 95%;
    padding: 1rem 0.75rem;
  }

  .action-guide-landing .section-inner {
    padding: 1rem 1rem;
  }
  .action-guide-landing .section-inner .section-right {
    padding: 1rem;
  }
  /* End Landing Page  */

  .table-of-contents,
  .gear {
    display: none;
  }
  .action-guide-hero-title {
    top: 35%;
    width: 90%;
  }
  .section-inner {
    padding: 1rem 0.75rem;
  }

  .section-left {
    color: white;
    /* width: 60%; */
    padding: 0.5rem 0.5rem 0rem 0rem;
  }

  .section-right {
    color: white;
    padding-left: 0.5rem;
  }

  .introduction .section-right {
    max-width: none;
  }

  .case-study-content-wrapper,
  .education-content-wrapper {
    margin-left: 0px;
    width: 100%;
    padding: 1rem;
  }
  .case-study-image-wrapper,
  .action-steps-wrapper {
    margin-left: 0px;
    width: 100%;
  }
  .education .section-inner {
    justify-content: center;
  }
  .education-module {
    margin-left: 0px;
  }
  .education-tab-nav {
    padding: 0px;
  }
}

/*End Addition*/
