@import url(https://fonts.googleapis.com/css?family=Lato:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@charset "UTF-8";
#eut-body {
  -ms-overflow-y: hidden; }

.mapboxgl-map .item-place ~ .item-people {
  margin-left: -50px; }

.mapboxgl-map .item-people ~ .item-practice {
  margin-left: -50px; }

.mapboxgl-map .item-place ~ .item-people + .item-practice {
  margin-left: -100px; }

.mapboxgl-map .item-place ~ .item-practice {
  margin-left: -50px; }

.mapboxgl-popup {
  max-width: 420px; }

.mapboxgl-popup-content {
  background: transparent !important;
  color: #484848;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .mapboxgl-popup-content .post-content {
    background: #FFF;
    border-radius: 3px;
    opacity: 0.9;
    padding: 2.5rem 2rem; }
    .mapboxgl-popup-content .post-content p {
      font-family: "Lato", sans-serif;
      font-size: 14px;
      line-height: 30px; }
    .mapboxgl-popup-content .post-content .role {
      font-size: 14px;
      font-weight: 500;
      line-height: 30px;
      margin-bottom: 1rem; }
  .mapboxgl-popup-content .post-link {
    background: #027cb8;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1rem;
    font-weight: 500;
    padding: 1rem; }
  .mapboxgl-popup-content .place + .post-link {
    background: #003b55; }
  .mapboxgl-popup-content .practice + .post-link {
    background: #FF5C56; }
  .mapboxgl-popup-content .mapboxgl-popup-close-button {
    padding: 17px; }

#eut-main-content .mapboxgl-popup-content .post-content h3 {
  color: #484848;
  font-family: "Lato", sans-serif;
  font-size: 14px !important;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase; }

@media only screen and (max-width: 1200px) {
  #eut-main-content .diplomacy-results__container article h3 {
    font-size: 16px !important; } }

.mapboxgl-popup-content .post-content.people h3 {
  margin-bottom: 0; }

.mapboxgl-popup-content .post-content.practice .role,
.mapboxgl-popup-content .post-content.place .role {
  display: none; }

.mapboxgl-popup-content .post-content.practice h3 {
  color: #FF5C56 !important;
  /* override theme */ }

.mapboxgl-popup-content .post-content.people h3 {
  color: #027cb8 !important;
  /* override theme */ }

.mapboxgl-popup-content .post-content.place h3 {
  color: #003b55 !important;
  /* override theme */ }

.marker {
  background: #000;
  background-size: cover;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  cursor: pointer; }

.marker-practice {
  background: #FF5C56; }

.marker-people {
  background: #027cb8; }

.marker-place {
  background: #003b55; }

.page-template-diplomacy-map #eut-main-content .eut-container {
  padding-bottom: 0; }

.page-template-diplomacy-map .eut-container .eut-section {
  margin-bottom: 0; }

.page-template-diplomacy-map h1 {
  color: #2270B8 !important;
  font-family: "Lato", sans-serif;
  font-size: 64px;
  font-weight: bold;
  line-height: 77px; }

.map-wrapper {
  margin: 2rem -1rem 0;
  position: relative; }
  @media screen and (min-width: 1140px) and (max-width: 1439px) {
    .map-wrapper {
      margin: 2rem -1rem 0; } }
  @media screen and (min-width: 1440px) {
    .map-wrapper {
      margin: 2rem -8rem 0; } }

#map {
  height: 835px;
  width: 100%; }

.element-invisible {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; }

.filter-group {
  background: #FFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  padding: 30px 45px 30px 127px;
  position: absolute;
  top: 0;
  z-index: 2; }
  .filter-group .label {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.88px;
    line-height: 30px;
    padding-right: 25px; }
  .filter-group ul {
    border-left: 1px solid #C3CCCD;
    border-right: 1px solid #C3CCCD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
  .filter-group li {
    list-style: none;
    position: relative; }
    .filter-group li + li:before {
      background: #C3CCCD;
      /* content: ''; */
      display: block;
      height: 15px;
      left: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 1px;
      z-index: 1; }

.filter-group input[type=radio] {
  display: none; }
  .filter-group input[type=radio] + label {
    display: none; }
  .filter-group input[type=radio] + label {
    background-color: #FFF;
    border-bottom: 1px solid #C3CCCD;
    border-top: 1px solid #C3CCCD;
    display: block;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: bold;
    line-height: 30px;
    padding: 2px 25px;
    position: relative;
    text-transform: capitalize; }

.filter-group input[type=radio]:checked + label:before {
  display: none; }

.filter-group input#poi-practice + label {
  color: #FF5C56; }

.filter-group input#poi-people + label {
  color: #027cb8; }

.filter-group input#poi-place + label {
  color: #003b55; }

.filter-group input#poi-practice + label:hover,
.filter-group input#poi-practice:checked + label,
.filter-group input#poi-people + label:hover,
.filter-group input#poi-people:checked + label,
.filter-group input#poi-place + label:hover,
.filter-group input#poi-place:checked + label {
  color: #FFF; }

.filter-group input#view-all + label:hover,
.filter-group input#view-all:checked + label {
  background-color: #cbd2d3; }

.filter-group input#poi-practice + label:hover,
.filter-group input#poi-practice:checked + label {
  background-color: #FF5C56;
  border-top: 1px solid #FF5C56;
  border-bottom: 1px solid #FF5C56;
  border-right: 1px solid #FF5C56; }

.filter-group input#poi-people + label:hover,
.filter-group input#poi-people:checked + label {
  background-color: #027cb8;
  border-top: 1px solid #027cb8;
  border-bottom: 1px solid #027cb8; }

.filter-group input#poi-place + label:hover,
.filter-group input#poi-place:checked + label {
  background-color: #003b55;
  border-left: 1px solid #003b55;
  border-top: 1px solid #003b55;
  border-bottom: 1px solid #003b55; }

#eut-main-content .breadcrumbs {
  background: #2270b8;
  color: #FFF;
  font-size: 20px;
  font-weight: 600; }
  #eut-main-content .breadcrumbs a {
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    padding-right: 5px;
    padding-left: 5px; }
    #eut-main-content .breadcrumbs a:hover, #eut-main-content .breadcrumbs a:focus {
      text-decoration: underline; }
  #eut-main-content .breadcrumbs > span:first-of-type a {
    padding-left: 0; }
  #eut-main-content .breadcrumbs.eut-container {
    padding-top: 3px !important;
    padding-bottom: 3px !important; }
  #eut-main-content .breadcrumbs:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 200vw;
    background-color: #2270b8;
    margin-left: -100vw;
    overflow: hidden;
    z-index: -1; }

.diplomacy-results__container {
  background: #C3CCCD;
  padding-bottom: 30px; }
  .diplomacy-results__container .eut-container {
    padding-top: 0 !important; }
  .diplomacy-results__container button {
    background: none;
    color: #003b55 !important;
    border-bottom: 2px solid #FF5C56;
    margin-bottom: 20px; }
    .diplomacy-results__container button:focus, .diplomacy-results__container button:hover {
      color: #FFF !important; }
  .diplomacy-results__container .facets {
    margin-bottom: 40px; }
    @media screen and (min-width: 1024px) {
      .diplomacy-results__container .facets {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .diplomacy-results__container .facets > * {
          width: 33%; }
          .diplomacy-results__container .facets > * + * {
            margin-left: 30px; } }
    .diplomacy-results__container .facets .column-label {
      border-bottom: 2px solid #C3CCCD;
      padding: 12px 0; }
    .diplomacy-results__container .facets .column-label,
    .diplomacy-results__container .facets input,
    .diplomacy-results__container .facets select {
      font-size: 14px;
      font-weight: bold;
      line-height: 30px;
      text-transform: uppercase; }
    .diplomacy-results__container .facets .facetwp-facet {
      margin-bottom: 0; }
    .diplomacy-results__container .facets .facetwp-search-wrap .facetwp-btn {
      display: none; }
    .diplomacy-results__container .facets .facetwp-search-wrap input {
      background: none !important;
      border: none !important;
      opacity: 1 !important;
      padding: 0 !important; }
    .diplomacy-results__container .facets select {
      background-color: transparent !important;
      background-image: url(../../images/arrow-down.svg) !important;
      background-size: 12px;
      border-color: transparent !important;
      min-height: 0 !important;
      opacity: 1 !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      text-transform: uppercase; }
  .diplomacy-results__container article {
    margin-bottom: 25px; }
    @media screen and (min-width: 1024px) {
      .diplomacy-results__container article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .diplomacy-results__container article > * {
          width: 33%; }
          .diplomacy-results__container article > * + * {
            margin-left: 30px; } }
    .diplomacy-results__container article.people h3 a {
      color: #027cb8; }
    .diplomacy-results__container article.place h3 a {
      color: #003b55; }
    .diplomacy-results__container article.practice h3 a {
      color: #FF5C56; }
    .diplomacy-results__container article h3 {
      font-size: 16px;
      line-height: 28px; }

.diplomacy-results__listing {
  background: #FFF;
  margin-bottom: 60px;
  padding: 23px 50px 45px; }
  @media screen and (min-width: 1024px) {
    .diplomacy-results__listing {
      padding: 45px 100px 70px; } }
  .diplomacy-results__listing.hidden {
    display: none; }

.diplomacy-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 1200px) {
    .diplomacy-container {
      padding-left: 15px;
      padding-right: 15px; } }

.diplomacy-single__poi > header {
  background: #FAFAFA; }
  .diplomacy-single__poi > header.person-header h1 {
    margin-bottom: 30px; }
  .diplomacy-single__poi > header.person-header .columns {
    padding-bottom: 40px; }
    @media screen and (min-width: 1024px) {
      .diplomacy-single__poi > header.person-header .columns {
        display: -ms-grid;
        display: grid;
        grid-template-columns: 1fr auto;
        -ms-grid-columns: 1fr auto; } }
    @media screen and (min-width: 1024px) {
      .diplomacy-single__poi > header.person-header .columns .col + .col {
        margin-left: 5rem; } }
    @media screen and (min-width: 1024px) {
      .diplomacy-single__poi > header.person-header .columns .col--1 {
        max-width: 335px; } }
    @media screen and (min-width: 1024px) {
      .diplomacy-single__poi > header.person-header .columns .col--2 {
        -ms-grid-column: 2; }
        .diplomacy-single__poi > header.person-header .columns .col--2 .flex-wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
    @media screen and (min-width: 1024px) {
      .diplomacy-single__poi > header.person-header .columns .col--stats, .diplomacy-single__poi > header.person-header .columns .col--map {
        width: 47%; } }
    .diplomacy-single__poi > header.person-header .columns .col--map {
      -ms-flex-item-align: start;
          align-self: start;
      margin-top: 25px; }
      @media screen and (min-width: 1024px) {
        .diplomacy-single__poi > header.person-header .columns .col--map {
          margin-top: 0; } }
    .diplomacy-single__poi > header.person-header .columns .col #map {
      height: 215px !important;
      width: 100% !important; }
  .diplomacy-single__poi > header.person-header img {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .diplomacy-single__poi > header.person-header img {
        width: auto; } }
  .diplomacy-single__poi > header.person-header .address {
    color: #2270B8;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 20px;
    margin-bottom: 20px;
    text-shadow: 0 0 32px #9EA3A4;
    text-transform: uppercase; }
  .diplomacy-single__poi > header.person-header .field__label {
    color: #2270B8;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 20px;
    margin-bottom: 20px;
    text-shadow: 0 0 32px #9EA3A4;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .diplomacy-single__poi > header.person-header .field__group + .field__group {
    margin-top: 25px; }
  .diplomacy-single__poi > header .diplomacy-container {
    padding-top: 15px; }
    @media screen and (min-width: 1024px) {
      .diplomacy-single__poi > header .diplomacy-container {
        padding-top: 70px; } }

.diplomacy-single__poi .slick-carousel {
  padding-bottom: 40px; }
  .diplomacy-single__poi .slick-carousel img {
    width: 100%; }
  .diplomacy-single__poi .slick-carousel .item-title {
    font-size: 15px;
    line-height: 21px;
    margin-top: 15px; }

.diplomacy-single__poi .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin: 12px 0 0; }
  .diplomacy-single__poi .slick-dots li:only-child {
    display: none; }
  .diplomacy-single__poi .slick-dots button {
    background: #FFF;
    border: 2px solid #2270B8;
    border-radius: 50%;
    height: 16px;
    font-size: 0 !important;
    padding: 0;
    width: 16px; }
    .diplomacy-single__poi .slick-dots button:hover, .diplomacy-single__poi .slick-dots button:focus {
      border-color: #2270B8; }
  .diplomacy-single__poi .slick-dots li + li {
    padding-left: 15px; }
  .diplomacy-single__poi .slick-dots li.slick-active button {
    background: #2270B8; }

.diplomacy-single__poi h1 {
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 65px; }

.diplomacy-single__poi h2 {
  color: #2270B8 !important;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 22px; }
  .diplomacy-single__poi h2:after {
    background: #FA4A4A;
    content: '';
    display: block;
    height: 4px;
    margin-top: 11px;
    width: 62px; }
  .diplomacy-single__poi h2:after {
    margin-top: 21px; }

.diplomacy-single__poi #eut-post-content {
  margin-bottom: 120px; }
  .diplomacy-single__poi #eut-post-content .diplomacy-container {
    padding-top: 40px; }
  @media screen and (min-width: 1024px) {
    .diplomacy-single__poi #eut-post-content > * {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 1024px) {
    .diplomacy-single__poi #eut-post-content .primary {
      margin-right: 4.5rem;
      width: 70%; } }
  @media screen and (min-width: 1024px) {
    .diplomacy-single__poi #eut-post-content .sidebar {
      width: 30%; } }
  .diplomacy-single__poi #eut-post-content .sidebar h3 {
    color: #565656;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 26px; }
    .diplomacy-single__poi #eut-post-content .sidebar h3:after {
      background: #FA4A4A;
      content: '';
      display: block;
      height: 4px;
      margin-top: 11px;
      width: 62px; }
  .diplomacy-single__poi #eut-post-content .sidebar .address {
    color: #2270B8;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 20px;
    margin-bottom: 20px;
    text-shadow: 0 0 32px #9EA3A4;
    text-transform: uppercase; }
  .diplomacy-single__poi #eut-post-content .sidebar #map {
    height: 215px !important;
    width: 100% !important; }
  .diplomacy-single__poi #eut-post-content .sidebar__quote .quote__attribute {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0 30px;
    text-align: right; }
    .diplomacy-single__poi #eut-post-content .sidebar__quote .quote__attribute:before {
      content: "— ";
      color: #fa4a4a;
      font-weight: 800;
      padding-right: 5px; }
  .diplomacy-single__poi #eut-post-content .sidebar__callout {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 22px; }
    .diplomacy-single__poi #eut-post-content .sidebar__callout .callout-image + p {
      margin-top: 15px; }
  .diplomacy-single__poi #eut-post-content .sidebar__links ul {
    list-style: none;
    margin: 0; }
    .diplomacy-single__poi #eut-post-content .sidebar__links ul li {
      padding: 0 0 5px; }
  .diplomacy-single__poi #eut-post-content .sidebar__links a {
    color: #025e8c;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-shadow: 0 0 32px #9EA3A4; }
  .diplomacy-single__poi #eut-post-content .sidebar__widget + .sidebar__widget:not(.sidebar__social) {
    margin-top: 40px; }
  .diplomacy-single__poi #eut-post-content .sidebar__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px; }
    .diplomacy-single__poi #eut-post-content .sidebar__social > a + a {
      padding-left: 15px; }

.post-footer.resource-section {
  background: #FAFAFA; }
  .post-footer.resource-section .diplomacy-container {
    padding-top: 60px; }
  .post-footer.resource-section .introduction {
    margin: 0 auto;
    max-width: 759px;
    text-align: center; }
    .post-footer.resource-section .introduction h2 {
      color: #2270B8; }
      .post-footer.resource-section .introduction h2:after {
        display: none; }
  .post-footer.resource-section ul {
    list-style: none;
    margin: 0;
    padding: 0 0 80px; }
    @media screen and (min-width: 1024px) {
      .post-footer.resource-section ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .post-footer.resource-section ul li + li {
      padding-top: 20px; }
    @media screen and (min-width: 1024px) {
      .post-footer.resource-section ul li {
        max-width: 370px;
        width: 33%; }
        .post-footer.resource-section ul li + li {
          padding-left: 40px;
          padding-top: 0; } }
    .post-footer.resource-section ul a {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #027cb8;
      color: #FFF;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-weight: 600;
      padding: 40px 50px;
      -webkit-transition: all .15s ease-in-out;
      transition: all .15s ease-in-out; }
      .post-footer.resource-section ul a:hover, .post-footer.resource-section ul a:focus {
        background: #2270B8; }
      .post-footer.resource-section ul a span + span {
        margin-left: 20px; }
      .post-footer.resource-section ul a span svg {
        height: 50px; }

.diplomacy-landing h1 {
  color: #FFF !important;
  font-size: 64px;
  line-height: 77px; }

.diplomacy-landing h2.section-title {
  font-size: 36px;
  line-height: 44px; }

.diplomacy-landing__article {
  background: #027cb8;
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  text-align: center; }
  .diplomacy-landing__article .post-media {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 505px;
    width: 100%; }
  .diplomacy-landing__article .post-content {
    padding: 60px 0;
    margin: 0 auto;
    max-width: 900px; }

.diplomacy-landing__101 .intro {
  margin: 0 auto;
  max-width: 800px;
  text-align: center; }

.diplomacy-landing__101 h2 {
  color: #2270B8 !important; }

.diplomacy-landing__101 a.btn {
  background: #027cb8;
  color: #FFF;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.4px;
  margin-bottom: 25px;
  padding: 15px 40px;
  text-transform: uppercase;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out; }
  .diplomacy-landing__101 a.btn:hover, .diplomacy-landing__101 a.btn:focus {
    background: #2270B8;
    color: #FFF; }

.diplomacy-landing__101 ul {
  list-style: none;
  margin: 0; }
  @media screen and (min-width: 1024px) {
    .diplomacy-landing__101 ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .diplomacy-landing__101 ul li {
        width: 33%; }
        .diplomacy-landing__101 ul li + li {
          padding-left: 30px; } }
  .diplomacy-landing__101 ul li {
    padding-bottom: 1.5rem; }
  .diplomacy-landing__101 ul .post-media {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 260px; }
  .diplomacy-landing__101 ul .post-content {
    margin-bottom: 5px !important;
    margin-top: 20px; }
    .diplomacy-landing__101 ul .post-content a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
      .diplomacy-landing__101 ul .post-content a:hover h3, .diplomacy-landing__101 ul .post-content a:focus h3 {
        color: #2270B8 !important; }
      .diplomacy-landing__101 ul .post-content a:hover svg, .diplomacy-landing__101 ul .post-content a:focus svg {
        fill: #2270B8;
        margin-left: 7px; }
      .diplomacy-landing__101 ul .post-content a h3 {
        color: #025e8c !important;
        font-size: 19px; }
      .diplomacy-landing__101 ul .post-content a svg {
        fill: #027cb8;
        height: 13px;
        margin-left: 5px;
        width: 10px;
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out; }

.diplomacy-landing__explorer {
  background: #EDEDED;
  padding: 0 0 30px;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .diplomacy-landing__explorer {
      padding: 30px 0 20px; } }
  .diplomacy-landing__explorer:before {
    background: url(../../images/grid.png);
    background-repeat: repeat;
    background-size: 4px;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  @media screen and (min-width: 1024px) {
    .diplomacy-landing__explorer .eut-container {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 !important; }
      .diplomacy-landing__explorer .eut-container div + div {
        padding-left: 4rem; }
      .diplomacy-landing__explorer .eut-container .section-image {
        margin-bottom: 0;
        width: 48%; }
        .diplomacy-landing__explorer .eut-container .section-image svg {
          height: auto;
          width: 100%; }
      .diplomacy-landing__explorer .eut-container .section-content {
        max-width: 530px;
        width: 52%; } }
  .diplomacy-landing__explorer .eut-container .section-image {
    margin-bottom: 2rem;
    z-index: 0; }
    .diplomacy-landing__explorer .eut-container .section-image svg {
      height: auto;
      width: 100%; }
  .diplomacy-landing__explorer .eut-container .section-content {
    position: relative;
    z-index: 1; }
  .diplomacy-landing__explorer h2 {
    color: #4A4A4A !important; }
  .diplomacy-landing__explorer a {
    background: #027cb8;
    color: #FFF !important;
    font-weight: bold;
    letter-spacing: 0.4px;
    padding: 15px 40px;
    text-transform: uppercase;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
    .diplomacy-landing__explorer a:hover, .diplomacy-landing__explorer a:focus {
      background: #2270B8; }

@media screen and (max-width: 760px) {
  .diplomacy-landing .eut-column-1-2 .vc_empty_space {
    height: 0 !important; } }

.diplomacy-landing .eut-row .eut-column-1-4 {
  width: 100%;
  margin-top: -20px; }
  .diplomacy-landing .eut-row .eut-column-1-4 .eut-align-center {
    text-align: left; }
  @media screen and (min-width: 1440px) {
    .diplomacy-landing .eut-row .eut-column-1-4 {
      padding-left: 0 !important; } }

.diplomacy-landing .eut-row.eut-bookmark {
  padding-right: 15px;
  padding-left: 15px; }
  @media screen and (min-width: 760px) {
    .diplomacy-landing .eut-row.eut-bookmark {
      padding-right: 78px;
      padding-left: 78px; } }

@media screen and (max-width: 760px) {
  .diplomacy-landing .eut-column .eut-image-text .eut-content.eut-align-left,
  .diplomacy-landing .eut-column .eut-image-text .eut-content.eut-align-right {
    padding: 0; } }

@media screen and (min-width: 760px) {
  .diplomacy-landing .eut-column .eut-image-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media screen and (min-width: 1440px) {
  .diplomacy-landing .eut-section .eut-row {
    margin: 0 auto;
    max-width: 1650px; } }

.diplomacy-landing .eut-image-text.text-align-left .eut-content.eut-align-right {
  text-align: left; }

.diplomacy-landing .teacher-institute h3 {
  color: #025e8c !important; }

.diplomacy-landing .post-footer.resource-section {
  background: #FFF; }

.diplomacy-101-page .diplomacy-101-banner {
  background-position: top center;
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
  height: 430px;
  line-height: 36px;
  position: relative;
  text-align: center; }
  .diplomacy-101-page .diplomacy-101-banner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(34, 112, 166, 0.9); }

.diplomacy-101-page .diplomacy-101-banner .post-content {
  padding: 60px 0 30px;
  margin: 0 auto;
  max-width: 1000px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0; }

.diplomacy-101-page #eut-page-title {
  background: transparent !important; }

.diplomacy-101-page .eut-container {
  padding-top: 30px !important; }

.diplomacy-101-page h1 {
  font-size: 64px !important;
  font-weight: 700 !important;
  line-height: 77px !important;
  padding-bottom: 15px; }

.diplomacy-101-page h2 {
  color: #000 !important;
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 40px; }
  .diplomacy-101-page h2:after {
    background: #FA4A4A;
    content: '';
    display: block;
    height: 4px;
    width: 120px;
    margin: 20px auto 0; }

.diplomacy-101-page h3 {
  font-size: 18px !important;
  line-height: 24px; }

.diplomacy-101-page .intro h3 {
  font-size: 24px !important;
  line-height: 32px;
  margin-top: 30px;
  text-transform: uppercase; }

.diplomacy-101-page .people,
.diplomacy-101-page .places,
.diplomacy-101-page .issues {
  position: relative; }
  .diplomacy-101-page .people:before,
  .diplomacy-101-page .places:before,
  .diplomacy-101-page .issues:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 200vw;
    background-color: #fafafa;
    margin-left: -100vw;
    overflow: hidden;
    z-index: -1; }

.diplomacy-101-page .people ul,
.diplomacy-101-page .places ul,
.diplomacy-101-page .issues ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (min-width: 1024px) {
    .diplomacy-101-page .people ul li,
    .diplomacy-101-page .places ul li,
    .diplomacy-101-page .issues ul li {
      width: 25%; }
    .diplomacy-101-page .people ul li:nth-child(5),
    .diplomacy-101-page .places ul li:nth-child(5),
    .diplomacy-101-page .issues ul li:nth-child(5) {
      padding-left: 0; } }

.page-template-page-diplomacy-101 .post-footer.resource-section {
  background: #FFF; }

.facetwp-counter {
  display: none; }

.post-type-facet {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }
  .post-type-facet .label {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.88px;
    line-height: 30px;
    padding-right: 25px; }
  .post-type-facet .facetwp-facet-post_types {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-left: 1px solid #C3CCCD;
    border-right: 1px solid #C3CCCD;
    margin-bottom: 0; }
    .post-type-facet .facetwp-facet-post_types .facetwp-radio {
      background: none;
      margin-bottom: 0;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      border-bottom: 1px solid #C3CCCD;
      border-top: 1px solid #C3CCCD;
      display: block;
      cursor: pointer;
      font-size: 16px !important;
      font-weight: bold;
      line-height: 30px;
      padding: 2px 25px;
      position: relative;
      text-transform: capitalize; }
      .post-type-facet .facetwp-facet-post_types .facetwp-radio.view-all {
        color: #676767;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; }
        .post-type-facet .facetwp-facet-post_types .facetwp-radio.view-all.checked, .post-type-facet .facetwp-facet-post_types .facetwp-radio.view-all:focus, .post-type-facet .facetwp-facet-post_types .facetwp-radio.view-all:hover {
          color: #676767; }
        .post-type-facet .facetwp-facet-post_types .facetwp-radio.view-all:focus, .post-type-facet .facetwp-facet-post_types .facetwp-radio.view-all:hover {
          background-color: #cbd2d3 !important; }
      .post-type-facet .facetwp-facet-post_types .facetwp-radio[data-value="people"] {
        color: #027cb8; }
        .post-type-facet .facetwp-facet-post_types .facetwp-radio[data-value="people"].checked, .post-type-facet .facetwp-facet-post_types .facetwp-radio[data-value="people"]:focus, .post-type-facet .facetwp-facet-post_types .facetwp-radio[data-value="people"]:hover {
          background-color: #027cb8;
          border-left: 1px solid #027cb8;
          border-top: 1px solid #027cb8;
          border-bottom: 1px solid #027cb8; }
      .post-type-facet .facetwp-facet-post_types .facetwp-radio[data-value="place"] {
        color: #003b55; }
        .post-type-facet .facetwp-facet-post_types .facetwp-radio[data-value="place"].checked, .post-type-facet .facetwp-facet-post_types .facetwp-radio[data-value="place"]:focus, .post-type-facet .facetwp-facet-post_types .facetwp-radio[data-value="place"]:hover {
          background-color: #003b55;
          border-left: 1px solid #003b55;
          border-top: 1px solid #003b55;
          border-bottom: 1px solid #003b55; }
      .post-type-facet .facetwp-facet-post_types .facetwp-radio[data-value="practice"] {
        color: #FF5C56; }
        .post-type-facet .facetwp-facet-post_types .facetwp-radio[data-value="practice"].checked, .post-type-facet .facetwp-facet-post_types .facetwp-radio[data-value="practice"]:focus, .post-type-facet .facetwp-facet-post_types .facetwp-radio[data-value="practice"]:hover {
          background-color: #FF5C56;
          border-left: 1px solid #FF5C56;
          border-top: 1px solid #FF5C56;
          border-bottom: 1px solid #FF5C56; }
      .post-type-facet .facetwp-facet-post_types .facetwp-radio.checked, .post-type-facet .facetwp-facet-post_types .facetwp-radio:focus, .post-type-facet .facetwp-facet-post_types .facetwp-radio:hover {
        color: #FFF;
        background-color: #cbd2d3; }
      .post-type-facet .facetwp-facet-post_types .facetwp-radio.checked + * + * + .view-all.checked,
      .post-type-facet .facetwp-facet-post_types .facetwp-radio.checked + * + .view-all.checked,
      .post-type-facet .facetwp-facet-post_types .facetwp-radio.checked + .view-all.checked {
        background: none; }

.facetwp-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  .facetwp-pager a {
    color: #003b55;
    font-size: 14px;
    font-weight: bold; }
    .facetwp-pager a.active {
      color: #666; }
    .facetwp-pager a.next-page svg {
      margin-left: 7px; }
    .facetwp-pager a.prev-page svg {
      margin-right: 7px;
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .facetwp-pager a.next-page, .facetwp-pager a.prev-page {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-transform: uppercase; }
      .facetwp-pager a.next-page svg, .facetwp-pager a.prev-page svg {
        height: 10px;
        width: 10px; }

