/**
 * Variables, override bootstrap variables
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Fjalla+One&display=swap");
/**
 * Print
 */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: none !important; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  a[href]:after {
    content: none !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: flex; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; }
  .page-container {
    width: 90% !important;
    margin: 0 auto;
    padding: 25px; }
  body {
    padding-top: 0 !important; }
  body.path-node {
    padding-top: 0 !important; }
  body.toolbar-tray-open.user-logged-in.toolbar-fixed {
    padding-top: 0 !important; }
  .footer-menu-btn img {
    display: none; }
  .menu-logo a {
    display: none; }
  .custom-pagination {
    display: none; }
  .single-post {
    text-align: center; }
    .single-post .biography-writings {
      position: relative !important;
      text-align: center;
      padding-top: 80px; }
  .print-logo {
    display: block !important; }
  .carousel-inner {
    height: 300px !important; }
    .carousel-inner .home-post-item {
      min-height: 300px !important; }
  .main-header-wrapper {
    position: relative !important; }
  .post-image {
    display: none; }
  .print-img {
    display: inline-block !important; }
  .internal-filter-form {
    display: none; }
  .post .single-post .content-wrapper {
    display: none; }
  .event-title .all-events {
    display: none !important; }
  .related-article {
    display: none; }
  .single-people .people-img {
    text-align: center; }
  .single-people .background-staff {
    display: none; } }

/**
 * Base
 */
body {
  font-family: "Roboto", sans-serif; }

.cta-button {
  border: 1px solid #002d5e;
  text-transform: uppercase;
  color: #002d5e;
  min-width: 220px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 71px;
  transition: 0.3s;
  letter-spacing: 2px; }
  .cta-button:hover {
    background-color: #002d5e;
    color: #fff;
    text-decoration: none;
    transition: 0.3s; }
  .cta-button.light {
    border: 1px solid #009fe9;
    color: #009fe9; }
    .cta-button.light:hover {
      background-color: #009fe9;
      color: #fff; }
  @media (max-width: 575px) {
    .cta-button {
      padding: 10px 30px; } }

h1 {
  font-size: 40px;
  font-family: "Fjalla One", sans-serif;
  color: #131e24; }

h2 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #131e24; }

h3 {
  font-size: 24px;
  font-family: "Fjalla One", sans-serif;
  color: #131e24;
  font-weight: 400; }

h4 {
  font-size: 17.6px;
  font-weight: 700; }

p {
  font-family: "Roboto", sans-serif;
  color: #061128;
  font-size: 16px;
  font-weight: 400; }

a {
  font-family: "Roboto", sans-serif;
  color: #104292;
  font-size: 16px;
  font-weight: 700;
  overflow-wrap: break-word;
  word-wrap: break-word; }

blockquote {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #061128;
  margin: 50px auto;
  padding: 0 20px;
  width: calc(100% + 240px);
  margin-left: -120px;
  border-left: 1px solid #061128;
  border-bottom: 1px solid #061128;
  position: relative;
  padding-bottom: 18px; }
  @media (max-width: 991px) {
    blockquote {
      margin-left: 0;
      width: 100%; } }
  blockquote p {
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #061128; }

blockquote::before {
  content: "\201C";
  color: #009fe9;
  font-size: 45px;
  position: absolute;
  left: -7px;
  top: -30px; }

blockquote span {
  display: block;
  color: #061128;
  font-family: "Fjalla One", sans-serif;
  font-weight: bold;
  margin-top: 1em; }

img.alignleft {
  float: left;
  margin-right: 30px;
  max-width: 100%;
  height: auto; }

img.alignright {
  float: right;
  margin-left: 30px;
  max-width: 100%;
  height: auto; }

img.aligncenter {
  display: block;
  margin: 30px auto 15px auto;
  max-width: 100%;
  height: auto; }

.title {
  margin: 40px 0 30px 0; }
  .title h2 {
    font-family: "Fjalla One", sans-serif;
    font-size: 36px;
    font-weight: 400; }

.page-template-default .main-content {
  min-height: 500px; }

#ajaxWrapper {
  margin-top: 36px; }
  #ajaxWrapper .no-results {
    font-size: 18px; }

/*
* Features
 */
.reference-accordion {
  margin: 40px -20px 0 -20px; }
  .reference-accordion .card {
    border: 0;
    border-radius: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
    .reference-accordion .card .card-header {
      background-color: #fff;
      padding: 21px 0;
      border-radius: 0;
      border: none; }
      .reference-accordion .card .card-header a {
        color: #009fe9; }
        .reference-accordion .card .card-header a h5 {
          font-family: "Fjalla One", sans-serif;
          font-size: 22px;
          font-weight: 400; }
          .reference-accordion .card .card-header a h5 i {
            margin-right: 10px; }
    .reference-accordion .card .content .card-body {
      padding: 0 45px; }
      .reference-accordion .card .content .card-body ol {
        padding-left: 0; }

.custom-loading-icon {
  margin: 0 auto;
  display: block;
  margin-top: 100px;
  width: 140px;
  height: 120px; }

.custom-loading-icon:after {
  content: " ";
  display: block;
  width: 120px;
  height: 120px;
  margin: 8px;
  border-radius: 50%;
  border: 10px solid #009fe9;
  border-color: #009fe9 transparent #009fe9 transparent;
  animation: custom-loading-icon 1.2s linear infinite; }

@keyframes custom-loading-icon {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.internal-filter-form {
  padding: 40px 30px 0 0; }
  @media (max-width: 575px) {
    .internal-filter-form {
      padding: 40px 0 0 0; } }
  .internal-filter-form .error-dates {
    font-size: 13px;
    color: #fe0000; }
  .internal-filter-form select,
  .internal-filter-form #authorName {
    width: 32%;
    margin-bottom: 10px;
    margin-right: 9.7px;
    padding: 2px 15px 4px;
    background-color: #fff;
    height: 31px; }
    .internal-filter-form select#authorsList,
    .internal-filter-form #authorName#authorsList {
      display: none; }
    .internal-filter-form select#authorName,
    .internal-filter-form #authorName#authorName {
      height: 31px; }
    .internal-filter-form select:last-child,
    .internal-filter-form #authorName:last-child {
      margin-right: 0; }
    @media (max-width: 767px) {
      .internal-filter-form select,
      .internal-filter-form #authorName {
        width: 100%; } }
  .internal-filter-form label {
    margin-bottom: 45px;
    color: #061128;
    font-weight: 700;
    width: 49.5%;
    position: relative; }
    @media (max-width: 767px) {
      .internal-filter-form label {
        width: auto;
        margin-bottom: 10px;
        display: block;
        text-align: left; } }
    .internal-filter-form label input {
      padding: 0 5px 2px;
      position: absolute;
      top: 25px;
      width: 100%;
      height: 31px; }
      @media (max-width: 767px) {
        .internal-filter-form label input {
          position: relative;
          width: auto;
          top: 0; } }
      @media (max-width: 575px) {
        .internal-filter-form label input {
          width: 160px; } }
  .internal-filter-form .buttons-form {
    margin-top: 15px;
    text-align: center; }
    .internal-filter-form .buttons-form #filterResetBtn,
    .internal-filter-form .buttons-form #writingsFilterResetBtn {
      background-color: transparent;
      font-weight: 700;
      border: 1px solid #fe0000;
      color: #fe0000; }
      @media (max-width: 767px) {
        .internal-filter-form .buttons-form #filterResetBtn,
        .internal-filter-form .buttons-form #writingsFilterResetBtn {
          margin-left: 0; } }
      .internal-filter-form .buttons-form #filterResetBtn:hover,
      .internal-filter-form .buttons-form #writingsFilterResetBtn:hover {
        border: 1px solid #fe0000;
        background-color: #fe0000;
        color: #fff; }
    .internal-filter-form .buttons-form button {
      background-color: #fff;
      text-transform: uppercase;
      letter-spacing: 2px;
      text-align: center;
      font-weight: 700;
      height: 31px;
      padding: 0; }
      @media (max-width: 1199px) {
        .internal-filter-form .buttons-form button {
          width: 48%; } }
      .internal-filter-form .buttons-form button:hover {
        background-color: #002d5e; }
      @media (max-width: 575px) {
        .internal-filter-form .buttons-form button {
          width: 100%;
          margin-bottom: 10px; } }

ul .ui-menu-item .ui-menu-item-wrapper {
  font-weight: normal !important;
  display: block !important;
  white-space: pre !important;
  min-height: 1.2em !important;
  font-family: inherit !important;
  padding: 1px 0 1px 17px !important;
  font-size: 15px !important;
  color: -internal-light-dark-color(black, white) !important;
  line-height: 1.3; }
  ul .ui-menu-item .ui-menu-item-wrapper:hover {
    border: 2px solid #000 !important;
    color: #fff !important;
    background-color: #009fe9; }
  ul .ui-menu-item .ui-menu-item-wrapper:active {
    border: 2px solid #000 !important;
    color: #fff !important;
    background-color: #009fe9; }

.ui-autocomplete {
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden; }

@media (min-width: 767px) {
  .page-template-page-publication .internal-filter-form select,
  .page-template-page-publication .internal-filter-form #authorName,
  .page-template-page-blog .internal-filter-form select,
  .page-template-page-blog .internal-filter-form #authorName,
  .page-template-page-projects .internal-filter-form select,
  .page-template-page-projects .internal-filter-form #authorName {
    width: 49%; }
    .page-template-page-publication .internal-filter-form select#authorName,
    .page-template-page-publication .internal-filter-form #authorName#authorName,
    .page-template-page-blog .internal-filter-form select#authorName,
    .page-template-page-blog .internal-filter-form #authorName#authorName,
    .page-template-page-projects .internal-filter-form select#authorName,
    .page-template-page-projects .internal-filter-form #authorName#authorName {
      margin-right: 0;
      width: 48%; }
  .page-template-page-publication .internal-filter-form .labels-form label,
  .page-template-page-blog .internal-filter-form .labels-form label,
  .page-template-page-projects .internal-filter-form .labels-form label {
    width: 48%;
    margin: 0px 5px 40px 5px; }
  .page-template-page-press .selects-form select {
    margin-right: 6.7px; }
  .page-template-page-press .selects-form #authorName {
    margin-bottom: 10px;
    padding: 2px 15px 4px;
    width: 32%;
    height: 31px;
    margin-right: 0; }
  .page-template-page-press .labels-form label {
    width: 48%;
    margin: 0px 5px 40px 5px; }
  .page-template-issues-page .internal-filter-form {
    padding: 30px 30px 0 0; }
    .page-template-issues-page .internal-filter-form .selects-form {
      display: inline-block;
      width: 33%;
      transform: translateY(28px); }
      .page-template-issues-page .internal-filter-form .selects-form select,
      .page-template-issues-page .internal-filter-form .selects-form #authorName {
        width: 100%; }
    .page-template-issues-page .internal-filter-form .labels-form {
      display: inline-block;
      width: 66%; }
      .page-template-issues-page .internal-filter-form .labels-form:last-child {
        float: right; }
      .page-template-issues-page .internal-filter-form .labels-form label {
        width: 49%; }
        .page-template-issues-page .internal-filter-form .labels-form label input {
          width: 100%; } }

.custom-pagination {
  padding-bottom: 50px; }
  .custom-pagination .page-numbers {
    display: block;
    float: left;
    padding: 3px 6px;
    text-decoration: none;
    border: solid 1px #dddddd;
    margin-right: 7px;
    height: 30px;
    margin-bottom: 5px; }
    .custom-pagination .page-numbers.page-numbers-prev {
      width: 90px;
      text-align: center; }
    .custom-pagination .page-numbers.page-numbers-next {
      width: 90px;
      text-align: center; }
    .custom-pagination .page-numbers.page-dots {
      cursor: default;
      border: none;
      color: #000; }
      .custom-pagination .page-numbers.page-dots:hover {
        border: none !important; }
    .custom-pagination .page-numbers:hover {
      border: solid 1px #000; }
  .custom-pagination .current, .custom-pagination .active-pager {
    cursor: pointer;
    color: #ff0084;
    font-weight: 700; }
  .custom-pagination .dots {
    border: none; }
    .custom-pagination .dots:hover {
      text-decoration: none;
      border: none; }

/**
 * Layout
 */
.main-header-wrapper {
  position: fixed;
  width: 100%;
  z-index: 999; }
  .main-header-wrapper .search-wrapper {
    background-color: #fe0000;
    height: 0;
    display: flex;
    align-items: center;
    transition: 0.3s; }
    @media (max-width: 991px) {
      .main-header-wrapper .search-wrapper {
        display: none; } }
    .main-header-wrapper .search-wrapper form {
      display: none;
      justify-content: center; }
      .main-header-wrapper .search-wrapper form input {
        height: 40px;
        width: 80%;
        padding-left: 20px;
        color: #131e24;
        font-size: 20px;
        outline: none;
        border: none; }
        .main-header-wrapper .search-wrapper form input::placeholder {
          color: #131e24;
          text-transform: uppercase; }
        .main-header-wrapper .search-wrapper form input:focus {
          outline: none;
          border: none; }
      .main-header-wrapper .search-wrapper form .search-button {
        width: 75px;
        border: none;
        background-color: #131e24; }
  .main-header-wrapper ul li a {
    font-family: "Oswald", sans-serif !important;
    letter-spacing: 1px !important; }
  .main-header-wrapper .header {
    background-image: linear-gradient(to right, rgba(14, 145, 223, 0.93), rgba(19, 112, 159, 0.93));
    height: 104px; }
    .main-header-wrapper .header .navbar {
      justify-content: space-between;
      padding: 0;
      align-items: normal; }
      .main-header-wrapper .header .navbar .menu-logo {
        padding: 8px 0; }
        @media (max-width: 1199px) {
          .main-header-wrapper .header .navbar .menu-logo {
            padding: 12px 0; } }
        @media (max-width: 991px) {
          .main-header-wrapper .header .navbar .menu-logo {
            padding: 12px 0; } }
        .main-header-wrapper .header .navbar .menu-logo img {
          max-height: 88px; }
          @media (max-width: 1199px) {
            .main-header-wrapper .header .navbar .menu-logo img {
              max-height: 80px; } }
          @media (max-width: 991px) {
            .main-header-wrapper .header .navbar .menu-logo img {
              max-height: 70px; } }
      .main-header-wrapper .header .navbar .menu-wrapper {
        display: flex;
        justify-content: flex-end;
        flex-direction: column; }
        .main-header-wrapper .header .navbar .menu-wrapper .pre-header {
          flex-grow: 1; }
          @media (max-width: 1210px) {
            .main-header-wrapper .header .navbar .menu-wrapper .pre-header {
              display: none; } }
          .main-header-wrapper .header .navbar .menu-wrapper .pre-header .small-header-menu {
            list-style: none;
            text-align: right;
            margin-right: 17px;
            margin-bottom: 26px; }
            .main-header-wrapper .header .navbar .menu-wrapper .pre-header .small-header-menu li {
              display: inline-block; }
              .main-header-wrapper .header .navbar .menu-wrapper .pre-header .small-header-menu li.search a {
                font-size: 0;
                min-width: inherit;
                padding: 0;
                width: 47px;
                background-color: #fe0000;
                text-decoration: none; }
                .main-header-wrapper .header .navbar .menu-wrapper .pre-header .small-header-menu li.search a:hover {
                  background-color: rgba(0, 45, 94, 0.63); }
                .main-header-wrapper .header .navbar .menu-wrapper .pre-header .small-header-menu li.search a:after {
                  font-family: FontAwesome;
                  font-weight: 100;
                  cursor: pointer;
                  font-style: normal;
                  padding: 0 0 0 10px;
                  margin: 0px 9px 0px 0px;
                  position: relative;
                  text-decoration: none;
                  font-size: 18px;
                  color: #fff;
                  display: inline-block; }
                .main-header-wrapper .header .navbar .menu-wrapper .pre-header .small-header-menu li.search a.menu-closed:after {
                  content: "\f002"; }
                .main-header-wrapper .header .navbar .menu-wrapper .pre-header .small-header-menu li.search a.menu-open:after {
                  content: "\f00d"; }
              .main-header-wrapper .header .navbar .menu-wrapper .pre-header .small-header-menu li a {
                color: #fff;
                text-transform: uppercase;
                font-size: 13px;
                font-weight: 700;
                letter-spacing: 2px !important;
                min-width: 115px;
                display: block;
                text-align: center;
                padding: 4px 0;
                background-color: rgba(0, 45, 94, 0.63); }
        .main-header-wrapper .header .navbar .menu-wrapper .menu-items.navbar-collapse {
          align-items: flex-end; }

.footer {
  min-height: 657px;
  background-color: #131e24;
  text-align: center;
  color: #fff; }
  @media (max-width: 991px) {
    .footer {
      min-height: 725px; } }
  @media (max-width: 575px) {
    .footer {
      min-height: 750px; } }
  .footer .footer-logo {
    padding-top: 35px; }
  .footer .footer-social-media-share {
    padding-top: 30px; }
    .footer .footer-social-media-share a {
      color: #009fe9;
      text-decoration: none;
      font-size: 32px; }
      .footer .footer-social-media-share a.facebook-share:hover {
        color: #fff; }
      .footer .footer-social-media-share a.twitter-share {
        margin: 0 60px; }
        @media (max-width: 575px) {
          .footer .footer-social-media-share a.twitter-share {
            margin: 0 30px; } }
        .footer .footer-social-media-share a.twitter-share:hover {
          color: #fff; }
      .footer .footer-social-media-share a.email-button:hover {
        color: #fff; }
      .footer .footer-social-media-share a.linkedin-button {
        padding-left: 60px; }
        @media (max-width: 575px) {
          .footer .footer-social-media-share a.linkedin-button {
            padding-left: 30px; } }
        .footer .footer-social-media-share a.linkedin-button:hover {
          color: #fff; }
  .footer .footer-top-issues {
    padding-top: 36px; }
    .footer .footer-top-issues h3 {
      color: #fff;
      padding-bottom: 13px;
      border-bottom: 1px solid #fff;
      max-width: 227px;
      margin: 0 auto;
      text-transform: uppercase;
      font-size: 24px;
      font-family: "Roboto", sans-serif;
      font-weight: 400; }
    .footer .footer-top-issues ul {
      padding-top: 12px;
      padding-left: 0; }
      .footer .footer-top-issues ul li {
        list-style: none;
        font-size: 18px;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        line-height: 1.3; }
        .footer .footer-top-issues ul li a {
          color: #fff;
          text-decoration: none; }
          .footer .footer-top-issues ul li a:hover {
            color: #009fe9; }
  .footer .footer-data-section {
    padding-top: 20px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 500; }
    .footer .footer-data-section a {
      color: #fff;
      text-decoration: none; }
      .footer .footer-data-section a:hover {
        color: #009fe9; }
  .footer .footer-copyright-section {
    padding-top: 74px;
    font-family: "Roboto", sans-serif; }
    .footer .footer-copyright-section * {
      font-size: 14px; }
    .footer .footer-copyright-section a {
      color: #009fe9;
      font-weight: 500; }
      .footer .footer-copyright-section a:first-child {
        padding-right: 13px; }
      .footer .footer-copyright-section a:last-child {
        padding-left: 13px; }
    .footer .footer-copyright-section p {
      color: #fff;
      padding-top: 3px;
      padding-bottom: 27px;
      text-transform: uppercase;
      font-weight: 400;
      margin: 0; }

.home .single-post,
.search .single-post,
.related-article .single-post {
  margin-top: 13px;
  margin-bottom: 47px;
  padding-left: 9px;
  padding-right: 9px; }
  .home .single-post .permalink:hover,
  .search .single-post .permalink:hover,
  .related-article .single-post .permalink:hover {
    text-decoration: none; }
  .home .single-post .content-wrapper,
  .search .single-post .content-wrapper,
  .related-article .single-post .content-wrapper {
    position: relative; }
    .home .single-post .content-wrapper .image-wrapper,
    .search .single-post .content-wrapper .image-wrapper,
    .related-article .single-post .content-wrapper .image-wrapper {
      overflow: hidden; }
      .home .single-post .content-wrapper .image-wrapper .post-image,
      .search .single-post .content-wrapper .image-wrapper .post-image,
      .related-article .single-post .content-wrapper .image-wrapper .post-image {
        height: 180px;
        background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        transition: 0.3s; }
        .home .single-post .content-wrapper .image-wrapper .post-image:hover,
        .search .single-post .content-wrapper .image-wrapper .post-image:hover,
        .related-article .single-post .content-wrapper .image-wrapper .post-image:hover {
          transform: scale(1.1); }
    .home .single-post .content-wrapper .post-category,
    .search .single-post .content-wrapper .post-category,
    .related-article .single-post .content-wrapper .post-category {
      position: absolute;
      top: 0;
      left: 15px;
      padding: 0 20px; }
      .home .single-post .content-wrapper .post-category p,
      .search .single-post .content-wrapper .post-category p,
      .related-article .single-post .content-wrapper .post-category p {
        margin-top: 6px;
        margin-bottom: 4px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        font-family: "Roboto", sans-serif;
        letter-spacing: 3px; }
      .home .single-post .content-wrapper .post-category.Blog,
      .search .single-post .content-wrapper .post-category.Blog,
      .related-article .single-post .content-wrapper .post-category.Blog {
        background-color: #009fe9; }
      .home .single-post .content-wrapper .post-category.Press,
      .search .single-post .content-wrapper .post-category.Press,
      .related-article .single-post .content-wrapper .post-category.Press {
        background-color: #fe0000; }
      .home .single-post .content-wrapper .post-category.Publications,
      .search .single-post .content-wrapper .post-category.Publications,
      .related-article .single-post .content-wrapper .post-category.Publications {
        background-color: #712aa2; }
  .home .single-post .post-content .post-title,
  .search .single-post .post-content .post-title,
  .related-article .single-post .post-content .post-title {
    font-family: "Fjalla One", sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.2;
    margin-top: 20px;
    color: #131e24; }
    .home .single-post .post-content .post-title a,
    .search .single-post .post-content .post-title a,
    .related-article .single-post .post-content .post-title a {
      font-family: "Fjalla One", sans-serif;
      font-weight: normal;
      font-size: 24px;
      line-height: 1.2;
      margin-top: 20px;
      color: #131e24; }
    .home .single-post .post-content .post-title:hover,
    .search .single-post .post-content .post-title:hover,
    .related-article .single-post .post-content .post-title:hover {
      text-decoration: underline; }
  .home .single-post .post-content .post-author,
  .search .single-post .post-content .post-author,
  .related-article .single-post .post-content .post-author {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
    letter-spacing: 2px;
    color: #131e24;
    text-transform: uppercase; }
    .home .single-post .post-content .post-author *,
    .search .single-post .post-content .post-author *,
    .related-article .single-post .post-content .post-author * {
      font-size: 14px; }
    .home .single-post .post-content .post-author .date,
    .search .single-post .post-content .post-author .date,
    .related-article .single-post .post-content .post-author .date {
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      margin-top: 5px;
      letter-spacing: 2px;
      color: #131e24;
      text-transform: uppercase; }
    .home .single-post .post-content .post-author .author,
    .search .single-post .post-content .post-author .author,
    .related-article .single-post .post-content .post-author .author {
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      margin-top: 5px;
      letter-spacing: 2px;
      color: #131e24;
      text-transform: uppercase; }

#carouselExampleControls .carousel-inner {
  height: 520px; }
  #carouselExampleControls .carousel-inner .carousel-item .home-post-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position-y: 25%;
    min-height: 520px; }
    #carouselExampleControls .carousel-inner .carousel-item .home-post-item .post-content {
      max-width: 550px;
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      text-align: center; }
      #carouselExampleControls .carousel-inner .carousel-item .home-post-item .post-content a {
        text-decoration: none; }
        #carouselExampleControls .carousel-inner .carousel-item .home-post-item .post-content a .box {
          width: 100px;
          height: 30px;
          margin-bottom: 5px;
          background-color: red; }
          #carouselExampleControls .carousel-inner .carousel-item .home-post-item .post-content a .box h3 {
            text-align: center;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 3px;
            font-family: "Roboto", sans-serif;
            color: #fff;
            padding-top: 7px; }
          #carouselExampleControls .carousel-inner .carousel-item .home-post-item .post-content a .box.Blog {
            background-color: #009fe9; }
          #carouselExampleControls .carousel-inner .carousel-item .home-post-item .post-content a .box.Press {
            background-color: #fe0000;
            width: 110px; }
          #carouselExampleControls .carousel-inner .carousel-item .home-post-item .post-content a .box.Publications {
            background-color: #712aa2;
            width: 170px; }
        #carouselExampleControls .carousel-inner .carousel-item .home-post-item .post-content a h1 {
          font-size: 36px;
          color: #fff;
          font-weight: 400;
          font-family: "Oswald", sans-serif;
          text-align: center;
          text-transform: uppercase;
          padding-bottom: 4px; }
          #carouselExampleControls .carousel-inner .carousel-item .home-post-item .post-content a h1:hover {
            text-decoration: underline; }
          @media (max-width: 767px) {
            #carouselExampleControls .carousel-inner .carousel-item .home-post-item .post-content a h1 {
              font-size: 30px; } }
          @media (max-width: 767px) {
            #carouselExampleControls .carousel-inner .carousel-item .home-post-item .post-content a h1 {
              font-size: 24px; } }
      #carouselExampleControls .carousel-inner .carousel-item .home-post-item .post-content .data {
        color: #fff;
        margin-bottom: -4px; }
        #carouselExampleControls .carousel-inner .carousel-item .home-post-item .post-content .data p {
          display: inline-block;
          text-decoration: none;
          color: #fff;
          text-transform: uppercase;
          font-style: "Roboto", sans-serif;
          font-weight: 700;
          letter-spacing: 3px; }
          #carouselExampleControls .carousel-inner .carousel-item .home-post-item .post-content .data p a {
            display: inline-block;
            text-decoration: none;
            color: #fff;
            text-transform: uppercase;
            font-style: "Roboto", sans-serif;
            font-weight: 700;
            font-size: 14px;
            letter-spacing: 3px; }
            #carouselExampleControls .carousel-inner .carousel-item .home-post-item .post-content .data p a:hover {
              text-decoration: underline; }
          #carouselExampleControls .carousel-inner .carousel-item .home-post-item .post-content .data p:first-child {
            padding-right: 20px;
            border-right: 2px solid #fff;
            line-height: 1.2; }
            @media (max-width: 767px) {
              #carouselExampleControls .carousel-inner .carousel-item .home-post-item .post-content .data p:first-child {
                border-right: none;
                padding-right: 0;
                display: block;
                margin-bottom: 5px; } }
          #carouselExampleControls .carousel-inner .carousel-item .home-post-item .post-content .data p:last-child {
            padding-left: 20px; }
            @media (max-width: 767px) {
              #carouselExampleControls .carousel-inner .carousel-item .home-post-item .post-content .data p:last-child {
                padding-left: 0;
                display: block; } }
  #carouselExampleControls .carousel-inner .carousel-indicators {
    margin-bottom: 5px; }
    #carouselExampleControls .carousel-inner .carousel-indicators li {
      height: 7px !important; }

#carouselExampleControls .carousel-control-prev {
  width: 8%;
  opacity: 1;
  height: 436px;
  bottom: 0;
  top: inherit; }
  #carouselExampleControls .carousel-control-prev:hover {
    opacity: 0.5; }
  #carouselExampleControls .carousel-control-prev img {
    height: 60px; }

#carouselExampleControls .carousel-control-next {
  width: 8%;
  opacity: 1;
  height: 436px;
  bottom: 0;
  top: inherit; }
  #carouselExampleControls .carousel-control-next:hover {
    opacity: 0.5; }
  #carouselExampleControls .carousel-control-next img {
    height: 60px; }

@media (min-width: 991px) {
  .page-template-page-events .internal-filter-form {
    padding: 8px 30px 0 80px; }
    .page-template-page-events .internal-filter-form .error-dates {
      position: absolute; }
    .page-template-page-events .internal-filter-form .selects-form {
      display: inline-block;
      width: 25%;
      transform: translateY(28px); }
      .page-template-page-events .internal-filter-form .selects-form select {
        width: 90%; }
    .page-template-page-events .internal-filter-form .labels-form {
      display: inline-block;
      width: 35%; }
      .page-template-page-events .internal-filter-form .labels-form label {
        width: 45%;
        margin-right: 10px; }
    .page-template-page-events .internal-filter-form .buttons-form {
      display: inline-block;
      width: 39%;
      transform: translateY(38px); } }
    @media (min-width: 991px) and (max-width: 1199px) {
      .page-template-page-events .internal-filter-form .buttons-form {
        width: 38.9%; } }

@media (min-width: 991px) {
      .page-template-page-events .internal-filter-form .buttons-form button {
        min-width: 48%;
        height: 31px; }
      .page-template-page-events .internal-filter-form .buttons-form #eventsFilterBtn {
        float: left; }
      .page-template-page-events .internal-filter-form .buttons-form #filterResetBtn {
        float: right; } }

@media (min-width: 767px) {
  .page-template-page-events .selects-form {
    display: inline-block;
    width: 33%;
    transform: translateY(28px); }
    .page-template-page-events .selects-form select {
      width: 100%; }
  .page-template-page-events .labels-form {
    display: inline-block;
    width: 66%; }
    .page-template-page-events .labels-form:last-child {
      float: right; }
    .page-template-page-events .labels-form label {
      width: 49%; }
      .page-template-page-events .labels-form label input {
        width: 100%; } }

.events-section {
  background-color: #002d5e;
  padding: 20px 30px 12px 0px; }
  @media (max-width: 991px) {
    .events-section {
      padding: 20px 80px 30px 80px; } }
  @media (max-width: 575px) {
    .events-section {
      padding: 25px 30px 20px 30px; } }
  .events-section .event-title {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 7px; }
    .events-section .event-title:after {
      content: "";
      clear: both;
      display: table; }
    .events-section .event-title .title {
      display: inline-block;
      font-size: 24px;
      font-family: "Roboto", sans-serif;
      color: #fff;
      margin: 0;
      float: left; }
    .events-section .event-title .all-events {
      color: #fff;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase;
      float: right;
      margin-top: 6px;
      display: inline-block; }
      .events-section .event-title .all-events:hover p {
        text-decoration: underline; }
      .events-section .event-title .all-events p {
        letter-spacing: 3px;
        float: left;
        margin: 0;
        color: #fff;
        font-family: "Roboto", sans-serif;
        font-weight: 700; }
      .events-section .event-title .all-events .right-arrow {
        float: right;
        margin-left: 10px; }
        .events-section .event-title .all-events .right-arrow img {
          width: 27px;
          height: 12px;
          margin-bottom: 2px; }
  .events-section .single-event {
    height: 109px;
    border-top: 1px solid #fff;
    padding: 20px 0 20px 15px;
    display: flex;
    align-items: center; }
    @media (max-width: 575px) {
      .events-section .single-event {
        height: 160px; } }
    .events-section .single-event .start-date {
      font-family: "Oswald", sans-serif;
      font-weight: 700;
      font-size: 29px;
      color: #fff;
      height: 72px;
      width: 72px;
      min-width: 72px;
      text-align: center;
      background-color: #fe0000;
      line-height: 1.2;
      float: left;
      text-transform: uppercase; }
    .events-section .single-event .event-content {
      padding-left: 20px;
      padding-right: 10px;
      line-height: 0.1;
      display: inline-table;
      width: 80%; }
      @media (max-width: 575px) {
        .events-section .single-event .event-content {
          line-height: inherit;
          display: block; } }
      .events-section .single-event .event-content .location {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 12px;
        color: #fff;
        margin-bottom: 7px;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .events-section .single-event .event-content .location {
            line-height: 1;
            margin-bottom: 0; } }
      .events-section .single-event .event-content h2 {
        font-size: 20px;
        font-family: "Fjalla One", sans-serif;
        font-weight: normal;
        color: #fff;
        line-height: 1.15; }
        .events-section .single-event .event-content h2:hover {
          text-decoration: underline; }
        @media (max-width: 575px) {
          .events-section .single-event .event-content h2 {
            font-size: 18px; } }
      .events-section .single-event .event-content .start-end-time {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase; }

.events-sidebar .events-section {
  padding: 15px 30px 15px 10px; }
  .events-sidebar .events-section .event-title {
    padding-left: 15px;
    border-bottom: 1px solid #fff; }
  .events-sidebar .events-section .single-event {
    padding: 15px 0 15px 20px;
    border: none;
    height: 94px; }
    @media (max-width: 575px) {
      .events-sidebar .events-section .single-event {
        height: 115px; } }
    .events-sidebar .events-section .single-event .start-date {
      width: 62px;
      height: 62px;
      min-width: 62px;
      font-size: 25px;
      margin-right: 15px; }
    .events-sidebar .events-section .single-event .event-content {
      height: 94px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      width: 100%;
      line-height: inherit;
      border-bottom: 1px solid #fff;
      padding-left: 5px; }
      @media (max-width: 575px) {
        .events-sidebar .events-section .single-event .event-content {
          padding-bottom: 15px;
          margin-top: 15px; } }
      .events-sidebar .events-section .single-event .event-content .location {
        font-size: 10px;
        margin: 0; }
      .events-sidebar .events-section .single-event .event-content a h2 {
        font-size: 17px;
        margin: 0; }
      .events-sidebar .events-section .single-event .event-content .start-end-time {
        font-size: 12px;
        margin: 0; }
    .events-sidebar .events-section .single-event:last-child .event-content {
      border: none; }

.twitter-section {
  background-image: linear-gradient(to right, #0e91df, #13709f); }
  .twitter-section .twitter .twitter-content {
    max-width: 680px;
    min-height: 290px;
    padding: 0 5px;
    margin: 0 auto; }
    .twitter-section .twitter .twitter-content .twitter-logo {
      text-align: center; }
      .twitter-section .twitter .twitter-content .twitter-logo i {
        font-size: 50px;
        color: #fff;
        margin: 38px 0 10px 0; }
    .twitter-section .twitter .twitter-content .twitter-posts {
      min-height: 220px;
      padding-bottom: 51px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .twitter-section .twitter .twitter-content .twitter-posts .mySlides {
        display: none; }
      .twitter-section .twitter .twitter-content .twitter-posts .twitter-last-post {
        font-family: "Roboto", sans-serif;
        font-size: 27px;
        font-weight: 400;
        color: #fff;
        text-align: center;
        margin-bottom: 7px; }
        .twitter-section .twitter .twitter-content .twitter-posts .twitter-last-post a {
          font-family: "Roboto", sans-serif;
          font-size: 27px;
          font-weight: 400;
          color: #fff;
          text-align: center;
          margin-bottom: 7px; }
      .twitter-section .twitter .twitter-content .twitter-posts .twitter-time {
        font-family: "Fjalla One", sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        text-align: center; }
        .twitter-section .twitter .twitter-content .twitter-posts .twitter-time .line {
          margin-left: 9px;
          margin-right: 10px; }
    .twitter-section .twitter .twitter-content .ppi-twitter {
      text-align: center;
      padding-bottom: 43px; }
      .twitter-section .twitter .twitter-content .ppi-twitter a {
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 1.7px;
        text-transform: uppercase; }
        .twitter-section .twitter .twitter-content .ppi-twitter a .right-arrow-icon {
          margin-left: 10px; }
          .twitter-section .twitter .twitter-content .ppi-twitter a .right-arrow-icon img {
            margin-bottom: 4px; }

.internal-hero {
  min-height: 305px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }
  .internal-hero .hero-title {
    margin: 72px 0 40px 0; }
  .internal-hero .hero-text {
    max-width: 700px;
    margin: 100px auto 0 auto;
    text-align: center; }
    .internal-hero .hero-text h1 {
      color: #fff;
      font-family: "Fjalla One", sans-serif;
      font-size: 59px;
      font-weight: normal;
      text-align: center;
      text-shadow: 1px 1px 3px #000;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .internal-hero .hero-text h1 {
          font-size: 50px; } }
      @media (max-width: 767px) {
        .internal-hero .hero-text h1 {
          font-size: 45px; } }
      @media (max-width: 575px) {
        .internal-hero .hero-text h1 {
          font-size: 40px; } }
    .internal-hero .hero-text p {
      color: #fff;
      font-family: "Roboto", sans-serif;
      font-size: 19px;
      font-weight: normal;
      text-align: center; }
      .internal-hero .hero-text p a {
        color: #fff;
        font-family: "Roboto", sans-serif;
        font-size: 19px; }
        .internal-hero .hero-text p a:hover {
          text-decoration: underline; }
    .internal-hero .hero-text ul li {
      color: #fff;
      font-family: "Roboto", sans-serif;
      font-size: 19px;
      font-weight: normal;
      text-align: left; }

@media (max-width: 1210px) {
  html {
    overflow-x: hidden; } }

.mobile-menu-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
  display: none; }

.footer-menu-btn {
  position: absolute;
  right: 20px;
  top: 24px;
  z-index: 9999;
  border: none;
  padding: 15px;
  background: transparent;
  transition: 0.3s;
  outline: none !important;
  display: none; }
  @media (max-width: 1210px) {
    .footer-menu-btn {
      display: block; } }
  @media (max-width: 767px) {
    .footer-menu-btn {
      top: 26px; } }
  @media (max-width: 575px) {
    .footer-menu-btn {
      top: 30px;
      right: 10px;
      padding: 15px 5px 15px 15px; } }
  .footer-menu-btn .fa-times {
    display: none; }
  .footer-menu-btn.open-menu {
    right: 320px; }
    .footer-menu-btn.open-menu .fa-times {
      display: block;
      color: #fff;
      width: 40px;
      height: 40px;
      font-size: 36px;
      position: absolute;
      top: -11px;
      right: 5px;
      -webkit-text-stroke: 6px #002d5e;
      border-radius: 50%;
      background-color: #002d5e; }
      @media (max-width: 575px) {
        .footer-menu-btn.open-menu .fa-times {
          right: -15px;
          top: -15px; } }
    .footer-menu-btn.open-menu img {
      display: none; }

.logged-in .mobile-main-menu {
  top: 26px; }
  @media (max-width: 782px) {
    .logged-in .mobile-main-menu {
      top: 40px; } }
  @media (max-width: 575px) {
    .logged-in .mobile-main-menu {
      top: 35px; } }

.mobile-main-menu {
  display: none;
  background-image: linear-gradient(to bottom, rgba(14, 145, 223, 0.93), rgba(19, 112, 159, 0.93));
  position: fixed;
  top: -6px;
  z-index: 9999;
  right: -320px;
  width: 320px;
  transition: 0.3s;
  height: 105vh;
  overflow-y: scroll;
  padding-top: 6px; }
  @media (max-width: 1210px) {
    .mobile-main-menu {
      display: block; } }
  @media (max-width: 575px) {
    .mobile-main-menu {
      width: 300px;
      top: -6px; } }
  .mobile-main-menu .search-wrapper {
    padding: 15px 0;
    background-color: #fe0000; }
    .mobile-main-menu .search-wrapper .search-form {
      display: flex; }
      .mobile-main-menu .search-wrapper .search-form input {
        border-radius: 0;
        border: 0;
        border-bottom-left-radius: 15px;
        padding-left: 15px;
        border-top-left-radius: 15px;
        width: 70%;
        display: inline;
        height: 35px; }
        .mobile-main-menu .search-wrapper .search-form input:focus {
          outline: none; }
      .mobile-main-menu .search-wrapper .search-form button {
        background-color: #002d5e;
        border: none;
        border-radius: 0;
        border-bottom-right-radius: 15px;
        border-top-right-radius: 15px;
        height: 35px;
        width: 35%;
        display: inline;
        position: relative;
        color: #fff;
        padding-bottom: 3px; }
        .mobile-main-menu .search-wrapper .search-form button:focus {
          outline: none; }
        .mobile-main-menu .search-wrapper .search-form button i {
          font-size: 14px;
          position: relative;
          left: -7px;
          top: -1px;
          display: inline; }
  .mobile-main-menu .textwidget {
    display: none; }
  .mobile-main-menu img {
    display: none; }
  .mobile-main-menu .mega-menu-toggle {
    display: none !important; }
  .mobile-main-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .mobile-main-menu ul > li {
      position: relative; }
      .mobile-main-menu ul > li a {
        font-weight: bold;
        font-size: 20px;
        color: #fff; }
      .mobile-main-menu ul > li.first-level:not(:first-child) {
        border-top: 1px solid #e5e5e5; }
      .mobile-main-menu ul > li.first-level a {
        min-width: 20%; }
      .mobile-main-menu ul > li.first-level:hover > a {
        text-decoration: underline; }
      .mobile-main-menu ul > li.active-menu-item > a {
        text-decoration: underline; }
      .mobile-main-menu ul > li a {
        padding: 23px 10px 23px 0;
        display: inline-block; }
      .mobile-main-menu ul > li .dropdown-menu-arrow {
        color: #fff;
        top: -2px;
        transition: 0.3s;
        height: 15px;
        font-size: 13px;
        width: 40px;
        display: inline-block;
        text-align: center;
        position: relative; }
        .mobile-main-menu ul > li .dropdown-menu-arrow.arrow-clicked {
          transform: rotate(180deg); }
      .mobile-main-menu ul > li p,
      .mobile-main-menu ul > li a {
        color: #fff;
        margin: 0;
        font-family: "Oswald", sans-serif;
        letter-spacing: 1px; }
      .mobile-main-menu ul > li a {
        font-size: 18px;
        text-transform: uppercase;
        padding-left: 25px; }
        .mobile-main-menu ul > li a:focus {
          outline: none; }
      .mobile-main-menu ul > li ul {
        display: none; }
        .mobile-main-menu ul > li ul li a {
          padding: 12px 5px 12px 43px;
          font-size: 16px;
          text-transform: none;
          color: #fff;
          font-weight: normal;
          border: none; }
        .mobile-main-menu ul > li ul li a:focus {
          outline: none; }
        .mobile-main-menu ul > li ul li.second-level:hover > a {
          text-decoration: underline; }
        .mobile-main-menu ul > li ul li.active-menu-item > a {
          text-decoration: underline; }
        .mobile-main-menu ul > li ul li.second-level a {
          padding: 12px 5px 12px 43px;
          font-size: 16px;
          text-transform: none;
          color: #fff;
          font-weight: normal;
          border: none; }
        .mobile-main-menu ul > li ul li p {
          font-size: 16px; }
        .mobile-main-menu ul > li ul li ul li.third-level a {
          padding: 12px 5px 12px 65px;
          font-size: 16px;
          text-transform: none;
          color: #fff;
          font-weight: normal;
          border: none; }
        .mobile-main-menu ul > li ul li ul li.third-level:hover > a {
          text-decoration: underline; }
        .mobile-main-menu ul > li ul li ul li ul li.forth-level a {
          padding: 12px 5px 12px 43px;
          font-size: 16px;
          text-transform: none;
          color: #fff;
          font-weight: normal;
          border: none; }
        .mobile-main-menu ul > li ul li ul li ul li.forth-level:hover > a {
          text-decoration: underline; }
        .mobile-main-menu ul > li ul li ul li ul li.forth-level.dont-show-me ul {
          display: none !important; }
        .mobile-main-menu ul > li ul li ul li ul li ul li.fifth-level a {
          padding: 12px 5px 12px 65px;
          font-size: 16px;
          text-transform: none;
          color: #fff;
          font-weight: normal;
          border: none; }
        .mobile-main-menu ul > li ul li ul li ul li ul li.fifth-level:hover > a {
          text-decoration: underline; }
        .mobile-main-menu ul > li ul li ul li ul li ul li.fifth-level:last-child {
          margin-bottom: 8px; }
  .mobile-main-menu .mobile-utility-menu {
    margin-top: 10px;
    margin-bottom: 250px; }
    .mobile-main-menu .mobile-utility-menu ul li {
      border: none; }
      .mobile-main-menu .mobile-utility-menu ul li a {
        color: #fff;
        font-size: 16px;
        border-top: 2px solid #fff;
        background-color: rgba(0, 45, 94, 0.63);
        padding: 12px 0 12px 40px;
        letter-spacing: 2px;
        font-weight: 700;
        width: 100%; }
        .mobile-main-menu .mobile-utility-menu ul li a:hover {
          text-decoration: underline; }
      .mobile-main-menu .mobile-utility-menu ul li:nth-child(2) {
        border: none; }
        .mobile-main-menu .mobile-utility-menu ul li:nth-child(2) a {
          border-bottom: 2px solid #fff; }
      .mobile-main-menu .mobile-utility-menu ul li.Search {
        display: none; }

@media (min-width: 991px) {
  .navbar-expand-lg .navbar-collapse {
    display: none !important; } }

@media (min-width: 1211px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important; } }

.newsletter-homepage {
  padding: 0;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 991px) {
    .newsletter-homepage {
      display: block;
      padding: 0; } }
  .newsletter-homepage .mc4wp-form {
    background: none;
    margin: 0; }
    @media (max-width: 991px) {
      .newsletter-homepage .mc4wp-form {
        background-image: linear-gradient(to right, rgba(14, 145, 223, 0.93), rgba(19, 112, 159, 0.93), rgba(0, 45, 94, 0.83)); } }
    @media (max-width: 1199px) {
      .newsletter-homepage .mc4wp-form {
        padding-left: 35px; } }
    @media (max-width: 991px) {
      .newsletter-homepage .mc4wp-form {
        padding-left: 0;
        padding-top: 10px; } }
    @media (max-width: 575px) {
      .newsletter-homepage .mc4wp-form .mc4wp-form-fields div:nth-child(2), .newsletter-homepage .mc4wp-form .mc4wp-form-fields div:nth-child(3) {
        margin-bottom: 0; } }

.newsletter-sidebar {
  margin-bottom: 1px; }
  .newsletter-sidebar .mc4wp-form {
    padding: 0 70px;
    margin: 0; }
    @media (max-width: 575px) {
      .newsletter-sidebar .mc4wp-form {
        padding: 0 15px; } }
    .newsletter-sidebar .mc4wp-form .mc4wp-form-fields h2 {
      padding: 32px 0 21px 0;
      max-width: 300px; }
      .newsletter-sidebar .mc4wp-form .mc4wp-form-fields h2:after {
        margin-top: 6px; }
    .newsletter-sidebar .mc4wp-form .mc4wp-form-fields label {
      padding: 23px 10px 0 27px;
      max-width: 300px; }
      @media (max-width: 991px) {
        .newsletter-sidebar .mc4wp-form .mc4wp-form-fields label {
          max-width: 480px; } }
      @media (max-width: 767px) {
        .newsletter-sidebar .mc4wp-form .mc4wp-form-fields label {
          max-width: 300px; } }
      .newsletter-sidebar .mc4wp-form .mc4wp-form-fields label input[type="checkbox"] {
        margin-left: -20px;
        top: 20px; }
    .newsletter-sidebar .mc4wp-form .mc4wp-form-fields input[type="submit"] {
      margin-top: 0; }
    .newsletter-sidebar .mc4wp-form .mc4wp-form-fields div {
      flex-direction: column;
      margin-bottom: 0; }
      .newsletter-sidebar .mc4wp-form .mc4wp-form-fields div p {
        width: 100%;
        margin-bottom: 32px; }

.mc4wp-form {
  background-image: linear-gradient(to right, rgba(14, 145, 223, 0.93), rgba(19, 112, 159, 0.93), rgba(0, 45, 94, 0.83));
  margin-bottom: 50px;
  position: relative; }
  .mc4wp-form .mc4wp-form-fields {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 480px; }
    @media (max-width: 575px) {
      .mc4wp-form .mc4wp-form-fields {
        padding: 0 15px; } }
    .mc4wp-form .mc4wp-form-fields h2 {
      font-family: "Fjalla One", sans-serif;
      font-size: 27px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 4px;
      padding: 29px 0 54px 0;
      text-align: center; }
      @media (max-width: 575px) {
        .mc4wp-form .mc4wp-form-fields h2 {
          max-width: 300px; } }
      .mc4wp-form .mc4wp-form-fields h2:after {
        content: " ";
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 1px;
        width: 64px;
        margin-top: 16px;
        background-color: #fff; }
    .mc4wp-form .mc4wp-form-fields div {
      width: 100%;
      margin-bottom: 18px;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 575px) {
        .mc4wp-form .mc4wp-form-fields div {
          flex-direction: column; } }
      .mc4wp-form .mc4wp-form-fields div p {
        display: inline-block;
        width: 48%; }
        @media (max-width: 575px) {
          .mc4wp-form .mc4wp-form-fields div p {
            width: 100%; } }
    .mc4wp-form .mc4wp-form-fields input {
      padding-left: 15px;
      height: 43px;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 17px;
      color: #7f7f7f;
      background-color: #fff;
      border: 0; }
    .mc4wp-form .mc4wp-form-fields input[type="text"] {
      width: 100%; }
    .mc4wp-form .mc4wp-form-fields input[type="email"] {
      width: 100%; }
    .mc4wp-form .mc4wp-form-fields input[type="checkbox"] {
      width: 20px;
      height: 20px;
      position: absolute;
      left: 18px;
      top: 3px; }
    .mc4wp-form .mc4wp-form-fields label {
      width: 100%;
      position: relative;
      color: white;
      font-size: 12px;
      line-height: 14px;
      padding-left: 50px;
      max-width: 480px; }
      @media (max-width: 575px) {
        .mc4wp-form .mc4wp-form-fields label {
          max-width: 300px; } }
      .mc4wp-form .mc4wp-form-fields label a {
        font-weight: 700;
        font-size: 12px;
        color: #fff; }
    .mc4wp-form .mc4wp-form-fields input[type="submit"] {
      background-color: #002d5e;
      color: #fff;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: 2px;
      min-width: 235px;
      height: 52px;
      text-align: center;
      padding: 0;
      padding-top: 1px;
      margin-top: 28px;
      margin-bottom: 26px; }
      .mc4wp-form .mc4wp-form-fields input[type="submit"]:hover {
        background-color: #fff;
        color: #002d5e;
        border: 2px solid #002d5e; }
  .mc4wp-form .mc4wp-response {
    position: absolute;
    bottom: 160px;
    left: 20%;
    width: 60%;
    min-height: 80px;
    background-color: pink;
    padding: 30px;
    text-align: center;
    border-radius: 5px;
    display: none;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.75); }
    .mc4wp-form .mc4wp-response p {
      margin: 0; }
    .mc4wp-form .mc4wp-response h2 {
      position: absolute;
      right: 5px;
      top: 5px;
      color: #fe0000;
      cursor: pointer; }

.events-sidebar {
  margin-bottom: 50px; }

.freepage .free_form_section .free_form_page {
  display: block !important; }

.wpepLoader.parent-loader {
  display: none; }

.wizard-section {
  visibility: visible !important; }

.singlepage .form-wizard .wizard-fieldset {
  margin-bottom: 25px !important; }

.singlepage .form-wizard .form-wizard-next-btn,
.singlepage .form-wizard .form-wizard-previous-btn,
.singlepage .form-wizard .form-wizard-submit,
.singlepage .wpep-single-form-submit-btn {
  border: 1px solid var(--wpep-theme-color) !important; }
  .singlepage .form-wizard .form-wizard-next-btn:hover,
  .singlepage .form-wizard .form-wizard-previous-btn:hover,
  .singlepage .form-wizard .form-wizard-submit:hover,
  .singlepage .wpep-single-form-submit-btn:hover {
    background-color: #f2f2f2 !important;
    color: var(--wpep-theme-color) !important;
    border: 1px solid var(--wpep-theme-color) !important; }

.singlepage .form-wizard .focus-input .wizard-form-text-label {
  background: transparent !important;
  top: -19px !important; }

/**
* Paragraphs
 */
/**
 * Pages
 */
.single-project .project-wrapper {
  padding-top: 50px;
  padding-bottom: 30px; }
  .single-project .project-wrapper .single-project-title {
    font-family: "Fjalla One", sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    color: #061128; }
    @media (max-width: 991px) {
      .single-project .project-wrapper .single-project-title {
        font-size: 34px; } }
    @media (max-width: 767px) {
      .single-project .project-wrapper .single-project-title {
        font-size: 30px; } }
    @media (max-width: 575px) {
      .single-project .project-wrapper .single-project-title {
        font-size: 25px; } }
  @media (max-width: 991px) {
    .single-project .project-wrapper .border-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-top: 30px;
      align-items: center; } }
  @media (max-width: 991px) {
    .single-project .project-wrapper .border-wrapper .project-lead-wrapper {
      max-width: 300px; } }
  .single-project .project-wrapper .border-wrapper .project-team-wrapper {
    margin-top: 50px; }
    @media (max-width: 991px) {
      .single-project .project-wrapper .border-wrapper .project-team-wrapper {
        max-width: 300px; } }
    .single-project .project-wrapper .border-wrapper .project-team-wrapper .project-single-wrapper {
      margin-bottom: 20px; }
  .single-project .project-wrapper .border-wrapper .project-member {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #118edb;
    border-bottom: 1px solid #000;
    padding: 0 0 10px 0;
    margin-bottom: 20px; }
  .single-project .project-wrapper .border-wrapper .project-lead {
    padding-bottom: 25px; }
    @media (max-width: 767px) {
      .single-project .project-wrapper .border-wrapper .project-lead {
        padding-left: 0; } }
  .single-project .project-wrapper .border-wrapper .project-team {
    padding-bottom: 5px;
    font-size: 24px;
    font-weight: 400;
    font-family: "Fjalla One", sans-serif;
    color: #000;
    text-transform: uppercase;
    transition: 0.3s;
    margin-top: 10px; }
    .single-project .project-wrapper .border-wrapper .project-team:hover {
      text-decoration: underline;
      color: #000; }
    @media (max-width: 767px) {
      .single-project .project-wrapper .border-wrapper .project-team {
        padding-left: 0; } }
  .single-project .project-wrapper .border-wrapper .biography-writings {
    font-size: 14px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #118edb;
    text-transform: uppercase;
    letter-spacing: 3px; }
    .single-project .project-wrapper .border-wrapper .biography-writings:hover {
      text-decoration: underline;
      color: #118edb; }
  .single-project .project-wrapper .border-wrapper .project-single-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .single-project .project-wrapper .border-wrapper .project-single-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px; }
  .single-project .project-wrapper .border-wrapper .project-member-wrapper {
    margin-top: 35px; }
  .single-project .project-wrapper .border-wrapper .job-title {
    font-size: 14px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center; }
  .single-project .project-wrapper .border-wrapper .image {
    overflow: hidden;
    width: 300px; }
    .single-project .project-wrapper .border-wrapper .image img {
      height: 300px;
      transition: 0.3s; }
      .single-project .project-wrapper .border-wrapper .image img:hover {
        transform: scale(1.1); }

.single-people .main-content {
  padding-top: 68px;
  padding-bottom: 50px; }
  @media (max-width: 991px) {
    .single-people .main-content {
      padding-top: 0; } }
  .single-people .main-content .page-content {
    padding: 0 120px; }
    @media (max-width: 991px) {
      .single-people .main-content .page-content {
        padding: 0 80px; } }
    @media (max-width: 767px) {
      .single-people .main-content .page-content {
        padding: 0 50px; } }
    @media (max-width: 575px) {
      .single-people .main-content .page-content {
        padding: 0 40px; } }
  .single-people .main-content .title {
    font-size: 35px;
    font-weight: 700;
    font-family: "Fjalla One", sans-serif;
    color: #061128;
    margin: 0; }
    @media (max-width: 991px) {
      .single-people .main-content .title {
        margin-top: 50px; } }
    .single-people .main-content .title h2 {
      font-family: "Roboto", sans-serif;
      font-size: 24px;
      font-weight: 700;
      color: #118edb;
      border-bottom: 1px solid #000;
      padding: 0 0 5px 5px; }
  .single-people .main-content .project-item {
    padding: 10px 0 0 5px; }
    .single-people .main-content .project-item h3 a {
      font-family: "Fjalla One", sans-serif;
      font-size: 24px;
      font-weight: 400;
      color: #061128; }
  .single-people .main-content .recent-writings {
    margin-top: 50px; }
    @media (max-width: 991px) {
      .single-people .main-content .recent-writings .title {
        margin-top: 0; } }
    .single-people .main-content .recent-writings .title h2 {
      padding: 0 0 8px 5px;
      margin: 0; }
    .single-people .main-content .recent-writings .internal-filter-form {
      margin-bottom: 40px; }
    .single-people .main-content .recent-writings .writing-item {
      border-bottom: 1px solid #c0c0c0;
      padding-bottom: 3px; }
      .single-people .main-content .recent-writings .writing-item .writing-content h3 a {
        font-family: "Fjalla One", sans-serif;
        font-size: 24px;
        font-weight: 400;
        color: #061128; }
      .single-people .main-content .recent-writings .writing-item .date p {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #000;
        text-transform: uppercase;
        display: flex;
        letter-spacing: 2px; }
      .single-people .main-content .recent-writings .writing-item .box {
        padding: 2px 23px;
        display: inline-block;
        margin-bottom: 7px;
        margin-top: 25px; }
        .single-people .main-content .recent-writings .writing-item .box h3 {
          margin-top: 6px;
          margin-bottom: 4px;
          color: #fff;
          text-transform: uppercase;
          font-weight: 700;
          font-size: 16px;
          font-family: "Roboto", sans-serif;
          letter-spacing: 3px; }
        .single-people .main-content .recent-writings .writing-item .box.publications {
          background-color: #712aa2; }
        .single-people .main-content .recent-writings .writing-item .box.blog {
          background-color: #009fe9; }
        .single-people .main-content .recent-writings .writing-item .box.press {
          background-color: #fe0000; }
    .single-people .main-content .recent-writings .view-more {
      text-align: center;
      margin-top: 31px;
      margin-bottom: 10px; }
  .single-people .main-content .job-title {
    font-size: 14px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #061128;
    text-transform: uppercase;
    letter-spacing: 3px; }
  .single-people .main-content .people-img {
    margin-top: 57px; }
    .single-people .main-content .people-img .background-staff {
      margin: 0 auto;
      height: 272px;
      max-width: 272px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }

.page-template-page-people .main-content {
  padding-top: 83px;
  padding-bottom: 117px; }
  .page-template-page-people .main-content .single-post {
    padding-bottom: 92px; }
    .page-template-page-people .main-content .single-post .permalink {
      text-decoration: none; }
      .page-template-page-people .main-content .single-post .permalink .image-wrapper {
        overflow: hidden; }
        .page-template-page-people .main-content .single-post .permalink .image-wrapper .post-image {
          height: 326px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          transition: 0.3s; }
          .page-template-page-people .main-content .single-post .permalink .image-wrapper .post-image:hover {
            transform: scale(1.1);
            transition: 0.3s; }
      .page-template-page-people .main-content .single-post .permalink .post-content {
        padding: 13px 25px; }
        .page-template-page-people .main-content .single-post .permalink .post-content .post-title {
          font-size: 24px;
          font-weight: 400;
          font-family: "Fjalla One", sans-serif;
          color: #000;
          text-transform: uppercase;
          transition: 0.3s; }
          .page-template-page-people .main-content .single-post .permalink .post-content .post-title:hover {
            text-decoration: underline; }
        .page-template-page-people .main-content .single-post .permalink .post-content .post-author {
          font-size: 14px;
          font-weight: 700;
          font-family: "Roboto", sans-serif;
          color: #000;
          text-transform: uppercase;
          letter-spacing: 3px; }
        .page-template-page-people .main-content .single-post .permalink .post-content .biography-writings {
          position: absolute;
          bottom: 58px;
          font-size: 14px;
          font-weight: 700;
          font-family: "Roboto", sans-serif;
          color: #118edb;
          text-transform: uppercase;
          letter-spacing: 3px; }
          .page-template-page-people .main-content .single-post .permalink .post-content .biography-writings:hover {
            text-decoration: underline; }

.page404 {
  padding-top: 30px; }
  .page404 .page-title {
    display: inline-block;
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 700; }
  .page404 .entry {
    display: inline-block;
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 700; }
  .page404 .body-summary {
    padding-top: 80px;
    padding-bottom: 30px;
    font-family: "Fjalla One", sans-serif; }

.first-post-section .title-what-new {
  padding: 2px 0 0 0; }
  .first-post-section .title-what-new h2 {
    margin-top: 17px;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700; }
    @media (max-width: 575px) {
      .first-post-section .title-what-new h2 {
        border-bottom: 1px solid #000;
        margin-bottom: 0;
        padding-bottom: 8px;
        margin-left: -6px;
        margin-right: -6px; } }

.first-post-section .post {
  border-top: 1px solid black; }
  @media (max-width: 575px) {
    .first-post-section .post {
      border-top: none; } }

.second-post-section {
  margin-top: 45px; }

.sidebyside-homepage {
  margin: 0; }
  @media (max-width: 991px) {
    .sidebyside-homepage {
      margin: 0 -15px; } }
  @media (991px) {
    .sidebyside-homepage .events-section {
      margin-bottom: 1px; } }

@media (min-width: 991px) {
  .colorized {
    background: linear-gradient(to right, #002d5e 50%, rgba(14, 145, 223, 0.93) 50%, rgba(19, 112, 159, 0.93), rgba(0, 45, 94, 0.83)); } }

.page-template .press-posts,
.page-template .project-wrapper,
.page-template .issues-posts,
.page-template .category-posts,
.category .press-posts,
.category .project-wrapper,
.category .issues-posts,
.category .category-posts,
.tax-press_categories .press-posts,
.tax-press_categories .project-wrapper,
.tax-press_categories .issues-posts,
.tax-press_categories .category-posts,
.tax-issue .press-posts,
.tax-issue .project-wrapper,
.tax-issue .issues-posts,
.tax-issue .category-posts,
.tax-pub_categories .press-posts,
.tax-pub_categories .project-wrapper,
.tax-pub_categories .issues-posts,
.tax-pub_categories .category-posts,
.single-project .press-posts,
.single-project .project-wrapper,
.single-project .issues-posts,
.single-project .category-posts,
.tax-project_categories .press-posts,
.tax-project_categories .project-wrapper,
.tax-project_categories .issues-posts,
.tax-project_categories .category-posts,
.tax-blog_categories .press-posts,
.tax-blog_categories .project-wrapper,
.tax-blog_categories .issues-posts,
.tax-blog_categories .category-posts {
  padding-right: 0; }
  @media (max-width: 991px) {
    .page-template .press-posts,
    .page-template .project-wrapper,
    .page-template .issues-posts,
    .page-template .category-posts,
    .category .press-posts,
    .category .project-wrapper,
    .category .issues-posts,
    .category .category-posts,
    .tax-press_categories .press-posts,
    .tax-press_categories .project-wrapper,
    .tax-press_categories .issues-posts,
    .tax-press_categories .category-posts,
    .tax-issue .press-posts,
    .tax-issue .project-wrapper,
    .tax-issue .issues-posts,
    .tax-issue .category-posts,
    .tax-pub_categories .press-posts,
    .tax-pub_categories .project-wrapper,
    .tax-pub_categories .issues-posts,
    .tax-pub_categories .category-posts,
    .single-project .press-posts,
    .single-project .project-wrapper,
    .single-project .issues-posts,
    .single-project .category-posts,
    .tax-project_categories .press-posts,
    .tax-project_categories .project-wrapper,
    .tax-project_categories .issues-posts,
    .tax-project_categories .category-posts,
    .tax-blog_categories .press-posts,
    .tax-blog_categories .project-wrapper,
    .tax-blog_categories .issues-posts,
    .tax-blog_categories .category-posts {
      padding-right: 15px; } }
  .page-template .press-posts .title,
  .page-template .project-wrapper .title,
  .page-template .issues-posts .title,
  .page-template .category-posts .title,
  .category .press-posts .title,
  .category .project-wrapper .title,
  .category .issues-posts .title,
  .category .category-posts .title,
  .tax-press_categories .press-posts .title,
  .tax-press_categories .project-wrapper .title,
  .tax-press_categories .issues-posts .title,
  .tax-press_categories .category-posts .title,
  .tax-issue .press-posts .title,
  .tax-issue .project-wrapper .title,
  .tax-issue .issues-posts .title,
  .tax-issue .category-posts .title,
  .tax-pub_categories .press-posts .title,
  .tax-pub_categories .project-wrapper .title,
  .tax-pub_categories .issues-posts .title,
  .tax-pub_categories .category-posts .title,
  .single-project .press-posts .title,
  .single-project .project-wrapper .title,
  .single-project .issues-posts .title,
  .single-project .category-posts .title,
  .tax-project_categories .press-posts .title,
  .tax-project_categories .project-wrapper .title,
  .tax-project_categories .issues-posts .title,
  .tax-project_categories .category-posts .title,
  .tax-blog_categories .press-posts .title,
  .tax-blog_categories .project-wrapper .title,
  .tax-blog_categories .issues-posts .title,
  .tax-blog_categories .category-posts .title {
    margin-top: 36px;
    margin-bottom: 0; }
    .page-template .press-posts .title h2,
    .page-template .project-wrapper .title h2,
    .page-template .issues-posts .title h2,
    .page-template .category-posts .title h2,
    .category .press-posts .title h2,
    .category .project-wrapper .title h2,
    .category .issues-posts .title h2,
    .category .category-posts .title h2,
    .tax-press_categories .press-posts .title h2,
    .tax-press_categories .project-wrapper .title h2,
    .tax-press_categories .issues-posts .title h2,
    .tax-press_categories .category-posts .title h2,
    .tax-issue .press-posts .title h2,
    .tax-issue .project-wrapper .title h2,
    .tax-issue .issues-posts .title h2,
    .tax-issue .category-posts .title h2,
    .tax-pub_categories .press-posts .title h2,
    .tax-pub_categories .project-wrapper .title h2,
    .tax-pub_categories .issues-posts .title h2,
    .tax-pub_categories .category-posts .title h2,
    .single-project .press-posts .title h2,
    .single-project .project-wrapper .title h2,
    .single-project .issues-posts .title h2,
    .single-project .category-posts .title h2,
    .tax-project_categories .press-posts .title h2,
    .tax-project_categories .project-wrapper .title h2,
    .tax-project_categories .issues-posts .title h2,
    .tax-project_categories .category-posts .title h2,
    .tax-blog_categories .press-posts .title h2,
    .tax-blog_categories .project-wrapper .title h2,
    .tax-blog_categories .issues-posts .title h2,
    .tax-blog_categories .category-posts .title h2 {
      font-family: "Roboto", sans-serif;
      font-size: 24px;
      font-weight: 700;
      color: #118edb; }
  .page-template .press-posts .single-post,
  .page-template .project-wrapper .single-post,
  .page-template .issues-posts .single-post,
  .page-template .category-posts .single-post,
  .category .press-posts .single-post,
  .category .project-wrapper .single-post,
  .category .issues-posts .single-post,
  .category .category-posts .single-post,
  .tax-press_categories .press-posts .single-post,
  .tax-press_categories .project-wrapper .single-post,
  .tax-press_categories .issues-posts .single-post,
  .tax-press_categories .category-posts .single-post,
  .tax-issue .press-posts .single-post,
  .tax-issue .project-wrapper .single-post,
  .tax-issue .issues-posts .single-post,
  .tax-issue .category-posts .single-post,
  .tax-pub_categories .press-posts .single-post,
  .tax-pub_categories .project-wrapper .single-post,
  .tax-pub_categories .issues-posts .single-post,
  .tax-pub_categories .category-posts .single-post,
  .single-project .press-posts .single-post,
  .single-project .project-wrapper .single-post,
  .single-project .issues-posts .single-post,
  .single-project .category-posts .single-post,
  .tax-project_categories .press-posts .single-post,
  .tax-project_categories .project-wrapper .single-post,
  .tax-project_categories .issues-posts .single-post,
  .tax-project_categories .category-posts .single-post,
  .tax-blog_categories .press-posts .single-post,
  .tax-blog_categories .project-wrapper .single-post,
  .tax-blog_categories .issues-posts .single-post,
  .tax-blog_categories .category-posts .single-post {
    border-top: 1px solid #000;
    padding: 32px 15px 33px 0;
    margin: 0; }
    .page-template .press-posts .single-post .post-title a h2,
    .page-template .project-wrapper .single-post .post-title a h2,
    .page-template .issues-posts .single-post .post-title a h2,
    .page-template .category-posts .single-post .post-title a h2,
    .category .press-posts .single-post .post-title a h2,
    .category .project-wrapper .single-post .post-title a h2,
    .category .issues-posts .single-post .post-title a h2,
    .category .category-posts .single-post .post-title a h2,
    .tax-press_categories .press-posts .single-post .post-title a h2,
    .tax-press_categories .project-wrapper .single-post .post-title a h2,
    .tax-press_categories .issues-posts .single-post .post-title a h2,
    .tax-press_categories .category-posts .single-post .post-title a h2,
    .tax-issue .press-posts .single-post .post-title a h2,
    .tax-issue .project-wrapper .single-post .post-title a h2,
    .tax-issue .issues-posts .single-post .post-title a h2,
    .tax-issue .category-posts .single-post .post-title a h2,
    .tax-pub_categories .press-posts .single-post .post-title a h2,
    .tax-pub_categories .project-wrapper .single-post .post-title a h2,
    .tax-pub_categories .issues-posts .single-post .post-title a h2,
    .tax-pub_categories .category-posts .single-post .post-title a h2,
    .single-project .press-posts .single-post .post-title a h2,
    .single-project .project-wrapper .single-post .post-title a h2,
    .single-project .issues-posts .single-post .post-title a h2,
    .single-project .category-posts .single-post .post-title a h2,
    .tax-project_categories .press-posts .single-post .post-title a h2,
    .tax-project_categories .project-wrapper .single-post .post-title a h2,
    .tax-project_categories .issues-posts .single-post .post-title a h2,
    .tax-project_categories .category-posts .single-post .post-title a h2,
    .tax-blog_categories .press-posts .single-post .post-title a h2,
    .tax-blog_categories .project-wrapper .single-post .post-title a h2,
    .tax-blog_categories .issues-posts .single-post .post-title a h2,
    .tax-blog_categories .category-posts .single-post .post-title a h2 {
      font-family: "Fjalla One", sans-serif;
      font-size: 24px;
      font-weight: 400;
      color: #061128;
      margin-bottom: 3px; }
    .page-template .press-posts .single-post .post-title a:hover h2,
    .page-template .project-wrapper .single-post .post-title a:hover h2,
    .page-template .issues-posts .single-post .post-title a:hover h2,
    .page-template .category-posts .single-post .post-title a:hover h2,
    .category .press-posts .single-post .post-title a:hover h2,
    .category .project-wrapper .single-post .post-title a:hover h2,
    .category .issues-posts .single-post .post-title a:hover h2,
    .category .category-posts .single-post .post-title a:hover h2,
    .tax-press_categories .press-posts .single-post .post-title a:hover h2,
    .tax-press_categories .project-wrapper .single-post .post-title a:hover h2,
    .tax-press_categories .issues-posts .single-post .post-title a:hover h2,
    .tax-press_categories .category-posts .single-post .post-title a:hover h2,
    .tax-issue .press-posts .single-post .post-title a:hover h2,
    .tax-issue .project-wrapper .single-post .post-title a:hover h2,
    .tax-issue .issues-posts .single-post .post-title a:hover h2,
    .tax-issue .category-posts .single-post .post-title a:hover h2,
    .tax-pub_categories .press-posts .single-post .post-title a:hover h2,
    .tax-pub_categories .project-wrapper .single-post .post-title a:hover h2,
    .tax-pub_categories .issues-posts .single-post .post-title a:hover h2,
    .tax-pub_categories .category-posts .single-post .post-title a:hover h2,
    .single-project .press-posts .single-post .post-title a:hover h2,
    .single-project .project-wrapper .single-post .post-title a:hover h2,
    .single-project .issues-posts .single-post .post-title a:hover h2,
    .single-project .category-posts .single-post .post-title a:hover h2,
    .tax-project_categories .press-posts .single-post .post-title a:hover h2,
    .tax-project_categories .project-wrapper .single-post .post-title a:hover h2,
    .tax-project_categories .issues-posts .single-post .post-title a:hover h2,
    .tax-project_categories .category-posts .single-post .post-title a:hover h2,
    .tax-blog_categories .press-posts .single-post .post-title a:hover h2,
    .tax-blog_categories .project-wrapper .single-post .post-title a:hover h2,
    .tax-blog_categories .issues-posts .single-post .post-title a:hover h2,
    .tax-blog_categories .category-posts .single-post .post-title a:hover h2 {
      text-decoration: underline; }
    .page-template .press-posts .single-post .post-content .post-info,
    .page-template .project-wrapper .single-post .post-content .post-info,
    .page-template .issues-posts .single-post .post-content .post-info,
    .page-template .category-posts .single-post .post-content .post-info,
    .category .press-posts .single-post .post-content .post-info,
    .category .project-wrapper .single-post .post-content .post-info,
    .category .issues-posts .single-post .post-content .post-info,
    .category .category-posts .single-post .post-content .post-info,
    .tax-press_categories .press-posts .single-post .post-content .post-info,
    .tax-press_categories .project-wrapper .single-post .post-content .post-info,
    .tax-press_categories .issues-posts .single-post .post-content .post-info,
    .tax-press_categories .category-posts .single-post .post-content .post-info,
    .tax-issue .press-posts .single-post .post-content .post-info,
    .tax-issue .project-wrapper .single-post .post-content .post-info,
    .tax-issue .issues-posts .single-post .post-content .post-info,
    .tax-issue .category-posts .single-post .post-content .post-info,
    .tax-pub_categories .press-posts .single-post .post-content .post-info,
    .tax-pub_categories .project-wrapper .single-post .post-content .post-info,
    .tax-pub_categories .issues-posts .single-post .post-content .post-info,
    .tax-pub_categories .category-posts .single-post .post-content .post-info,
    .single-project .press-posts .single-post .post-content .post-info,
    .single-project .project-wrapper .single-post .post-content .post-info,
    .single-project .issues-posts .single-post .post-content .post-info,
    .single-project .category-posts .single-post .post-content .post-info,
    .tax-project_categories .press-posts .single-post .post-content .post-info,
    .tax-project_categories .project-wrapper .single-post .post-content .post-info,
    .tax-project_categories .issues-posts .single-post .post-content .post-info,
    .tax-project_categories .category-posts .single-post .post-content .post-info,
    .tax-blog_categories .press-posts .single-post .post-content .post-info,
    .tax-blog_categories .project-wrapper .single-post .post-content .post-info,
    .tax-blog_categories .issues-posts .single-post .post-content .post-info,
    .tax-blog_categories .category-posts .single-post .post-content .post-info {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: #000;
      text-transform: uppercase;
      display: flex;
      letter-spacing: 2px; }
      @media (max-width: 575px) {
        .page-template .press-posts .single-post .post-content .post-info,
        .page-template .project-wrapper .single-post .post-content .post-info,
        .page-template .issues-posts .single-post .post-content .post-info,
        .page-template .category-posts .single-post .post-content .post-info,
        .category .press-posts .single-post .post-content .post-info,
        .category .project-wrapper .single-post .post-content .post-info,
        .category .issues-posts .single-post .post-content .post-info,
        .category .category-posts .single-post .post-content .post-info,
        .tax-press_categories .press-posts .single-post .post-content .post-info,
        .tax-press_categories .project-wrapper .single-post .post-content .post-info,
        .tax-press_categories .issues-posts .single-post .post-content .post-info,
        .tax-press_categories .category-posts .single-post .post-content .post-info,
        .tax-issue .press-posts .single-post .post-content .post-info,
        .tax-issue .project-wrapper .single-post .post-content .post-info,
        .tax-issue .issues-posts .single-post .post-content .post-info,
        .tax-issue .category-posts .single-post .post-content .post-info,
        .tax-pub_categories .press-posts .single-post .post-content .post-info,
        .tax-pub_categories .project-wrapper .single-post .post-content .post-info,
        .tax-pub_categories .issues-posts .single-post .post-content .post-info,
        .tax-pub_categories .category-posts .single-post .post-content .post-info,
        .single-project .press-posts .single-post .post-content .post-info,
        .single-project .project-wrapper .single-post .post-content .post-info,
        .single-project .issues-posts .single-post .post-content .post-info,
        .single-project .category-posts .single-post .post-content .post-info,
        .tax-project_categories .press-posts .single-post .post-content .post-info,
        .tax-project_categories .project-wrapper .single-post .post-content .post-info,
        .tax-project_categories .issues-posts .single-post .post-content .post-info,
        .tax-project_categories .category-posts .single-post .post-content .post-info,
        .tax-blog_categories .press-posts .single-post .post-content .post-info,
        .tax-blog_categories .project-wrapper .single-post .post-content .post-info,
        .tax-blog_categories .issues-posts .single-post .post-content .post-info,
        .tax-blog_categories .category-posts .single-post .post-content .post-info {
          flex-direction: column; } }
      .page-template .press-posts .single-post .post-content .post-info .author,
      .page-template .project-wrapper .single-post .post-content .post-info .author,
      .page-template .issues-posts .single-post .post-content .post-info .author,
      .page-template .category-posts .single-post .post-content .post-info .author,
      .category .press-posts .single-post .post-content .post-info .author,
      .category .project-wrapper .single-post .post-content .post-info .author,
      .category .issues-posts .single-post .post-content .post-info .author,
      .category .category-posts .single-post .post-content .post-info .author,
      .tax-press_categories .press-posts .single-post .post-content .post-info .author,
      .tax-press_categories .project-wrapper .single-post .post-content .post-info .author,
      .tax-press_categories .issues-posts .single-post .post-content .post-info .author,
      .tax-press_categories .category-posts .single-post .post-content .post-info .author,
      .tax-issue .press-posts .single-post .post-content .post-info .author,
      .tax-issue .project-wrapper .single-post .post-content .post-info .author,
      .tax-issue .issues-posts .single-post .post-content .post-info .author,
      .tax-issue .category-posts .single-post .post-content .post-info .author,
      .tax-pub_categories .press-posts .single-post .post-content .post-info .author,
      .tax-pub_categories .project-wrapper .single-post .post-content .post-info .author,
      .tax-pub_categories .issues-posts .single-post .post-content .post-info .author,
      .tax-pub_categories .category-posts .single-post .post-content .post-info .author,
      .single-project .press-posts .single-post .post-content .post-info .author,
      .single-project .project-wrapper .single-post .post-content .post-info .author,
      .single-project .issues-posts .single-post .post-content .post-info .author,
      .single-project .category-posts .single-post .post-content .post-info .author,
      .tax-project_categories .press-posts .single-post .post-content .post-info .author,
      .tax-project_categories .project-wrapper .single-post .post-content .post-info .author,
      .tax-project_categories .issues-posts .single-post .post-content .post-info .author,
      .tax-project_categories .category-posts .single-post .post-content .post-info .author,
      .tax-blog_categories .press-posts .single-post .post-content .post-info .author,
      .tax-blog_categories .project-wrapper .single-post .post-content .post-info .author,
      .tax-blog_categories .issues-posts .single-post .post-content .post-info .author,
      .tax-blog_categories .category-posts .single-post .post-content .post-info .author {
        color: #061128; }
        .page-template .press-posts .single-post .post-content .post-info .author a.author,
        .page-template .project-wrapper .single-post .post-content .post-info .author a.author,
        .page-template .issues-posts .single-post .post-content .post-info .author a.author,
        .page-template .category-posts .single-post .post-content .post-info .author a.author,
        .category .press-posts .single-post .post-content .post-info .author a.author,
        .category .project-wrapper .single-post .post-content .post-info .author a.author,
        .category .issues-posts .single-post .post-content .post-info .author a.author,
        .category .category-posts .single-post .post-content .post-info .author a.author,
        .tax-press_categories .press-posts .single-post .post-content .post-info .author a.author,
        .tax-press_categories .project-wrapper .single-post .post-content .post-info .author a.author,
        .tax-press_categories .issues-posts .single-post .post-content .post-info .author a.author,
        .tax-press_categories .category-posts .single-post .post-content .post-info .author a.author,
        .tax-issue .press-posts .single-post .post-content .post-info .author a.author,
        .tax-issue .project-wrapper .single-post .post-content .post-info .author a.author,
        .tax-issue .issues-posts .single-post .post-content .post-info .author a.author,
        .tax-issue .category-posts .single-post .post-content .post-info .author a.author,
        .tax-pub_categories .press-posts .single-post .post-content .post-info .author a.author,
        .tax-pub_categories .project-wrapper .single-post .post-content .post-info .author a.author,
        .tax-pub_categories .issues-posts .single-post .post-content .post-info .author a.author,
        .tax-pub_categories .category-posts .single-post .post-content .post-info .author a.author,
        .single-project .press-posts .single-post .post-content .post-info .author a.author,
        .single-project .project-wrapper .single-post .post-content .post-info .author a.author,
        .single-project .issues-posts .single-post .post-content .post-info .author a.author,
        .single-project .category-posts .single-post .post-content .post-info .author a.author,
        .tax-project_categories .press-posts .single-post .post-content .post-info .author a.author,
        .tax-project_categories .project-wrapper .single-post .post-content .post-info .author a.author,
        .tax-project_categories .issues-posts .single-post .post-content .post-info .author a.author,
        .tax-project_categories .category-posts .single-post .post-content .post-info .author a.author,
        .tax-blog_categories .press-posts .single-post .post-content .post-info .author a.author,
        .tax-blog_categories .project-wrapper .single-post .post-content .post-info .author a.author,
        .tax-blog_categories .issues-posts .single-post .post-content .post-info .author a.author,
        .tax-blog_categories .category-posts .single-post .post-content .post-info .author a.author {
          color: #104292;
          font-size: 14px; }
          .page-template .press-posts .single-post .post-content .post-info .author a.author.date,
          .page-template .project-wrapper .single-post .post-content .post-info .author a.author.date,
          .page-template .issues-posts .single-post .post-content .post-info .author a.author.date,
          .page-template .category-posts .single-post .post-content .post-info .author a.author.date,
          .category .press-posts .single-post .post-content .post-info .author a.author.date,
          .category .project-wrapper .single-post .post-content .post-info .author a.author.date,
          .category .issues-posts .single-post .post-content .post-info .author a.author.date,
          .category .category-posts .single-post .post-content .post-info .author a.author.date,
          .tax-press_categories .press-posts .single-post .post-content .post-info .author a.author.date,
          .tax-press_categories .project-wrapper .single-post .post-content .post-info .author a.author.date,
          .tax-press_categories .issues-posts .single-post .post-content .post-info .author a.author.date,
          .tax-press_categories .category-posts .single-post .post-content .post-info .author a.author.date,
          .tax-issue .press-posts .single-post .post-content .post-info .author a.author.date,
          .tax-issue .project-wrapper .single-post .post-content .post-info .author a.author.date,
          .tax-issue .issues-posts .single-post .post-content .post-info .author a.author.date,
          .tax-issue .category-posts .single-post .post-content .post-info .author a.author.date,
          .tax-pub_categories .press-posts .single-post .post-content .post-info .author a.author.date,
          .tax-pub_categories .project-wrapper .single-post .post-content .post-info .author a.author.date,
          .tax-pub_categories .issues-posts .single-post .post-content .post-info .author a.author.date,
          .tax-pub_categories .category-posts .single-post .post-content .post-info .author a.author.date,
          .single-project .press-posts .single-post .post-content .post-info .author a.author.date,
          .single-project .project-wrapper .single-post .post-content .post-info .author a.author.date,
          .single-project .issues-posts .single-post .post-content .post-info .author a.author.date,
          .single-project .category-posts .single-post .post-content .post-info .author a.author.date,
          .tax-project_categories .press-posts .single-post .post-content .post-info .author a.author.date,
          .tax-project_categories .project-wrapper .single-post .post-content .post-info .author a.author.date,
          .tax-project_categories .issues-posts .single-post .post-content .post-info .author a.author.date,
          .tax-project_categories .category-posts .single-post .post-content .post-info .author a.author.date,
          .tax-blog_categories .press-posts .single-post .post-content .post-info .author a.author.date,
          .tax-blog_categories .project-wrapper .single-post .post-content .post-info .author a.author.date,
          .tax-blog_categories .issues-posts .single-post .post-content .post-info .author a.author.date,
          .tax-blog_categories .category-posts .single-post .post-content .post-info .author a.author.date {
            color: #061128; }
      @media (max-width: 575px) {
        .page-template .press-posts .single-post .post-content .post-info .date span,
        .page-template .project-wrapper .single-post .post-content .post-info .date span,
        .page-template .issues-posts .single-post .post-content .post-info .date span,
        .page-template .category-posts .single-post .post-content .post-info .date span,
        .category .press-posts .single-post .post-content .post-info .date span,
        .category .project-wrapper .single-post .post-content .post-info .date span,
        .category .issues-posts .single-post .post-content .post-info .date span,
        .category .category-posts .single-post .post-content .post-info .date span,
        .tax-press_categories .press-posts .single-post .post-content .post-info .date span,
        .tax-press_categories .project-wrapper .single-post .post-content .post-info .date span,
        .tax-press_categories .issues-posts .single-post .post-content .post-info .date span,
        .tax-press_categories .category-posts .single-post .post-content .post-info .date span,
        .tax-issue .press-posts .single-post .post-content .post-info .date span,
        .tax-issue .project-wrapper .single-post .post-content .post-info .date span,
        .tax-issue .issues-posts .single-post .post-content .post-info .date span,
        .tax-issue .category-posts .single-post .post-content .post-info .date span,
        .tax-pub_categories .press-posts .single-post .post-content .post-info .date span,
        .tax-pub_categories .project-wrapper .single-post .post-content .post-info .date span,
        .tax-pub_categories .issues-posts .single-post .post-content .post-info .date span,
        .tax-pub_categories .category-posts .single-post .post-content .post-info .date span,
        .single-project .press-posts .single-post .post-content .post-info .date span,
        .single-project .project-wrapper .single-post .post-content .post-info .date span,
        .single-project .issues-posts .single-post .post-content .post-info .date span,
        .single-project .category-posts .single-post .post-content .post-info .date span,
        .tax-project_categories .press-posts .single-post .post-content .post-info .date span,
        .tax-project_categories .project-wrapper .single-post .post-content .post-info .date span,
        .tax-project_categories .issues-posts .single-post .post-content .post-info .date span,
        .tax-project_categories .category-posts .single-post .post-content .post-info .date span,
        .tax-blog_categories .press-posts .single-post .post-content .post-info .date span,
        .tax-blog_categories .project-wrapper .single-post .post-content .post-info .date span,
        .tax-blog_categories .issues-posts .single-post .post-content .post-info .date span,
        .tax-blog_categories .category-posts .single-post .post-content .post-info .date span {
          display: none; } }
    .page-template .press-posts .single-post .post-content .post-text,
    .page-template .project-wrapper .single-post .post-content .post-text,
    .page-template .issues-posts .single-post .post-content .post-text,
    .page-template .category-posts .single-post .post-content .post-text,
    .category .press-posts .single-post .post-content .post-text,
    .category .project-wrapper .single-post .post-content .post-text,
    .category .issues-posts .single-post .post-content .post-text,
    .category .category-posts .single-post .post-content .post-text,
    .tax-press_categories .press-posts .single-post .post-content .post-text,
    .tax-press_categories .project-wrapper .single-post .post-content .post-text,
    .tax-press_categories .issues-posts .single-post .post-content .post-text,
    .tax-press_categories .category-posts .single-post .post-content .post-text,
    .tax-issue .press-posts .single-post .post-content .post-text,
    .tax-issue .project-wrapper .single-post .post-content .post-text,
    .tax-issue .issues-posts .single-post .post-content .post-text,
    .tax-issue .category-posts .single-post .post-content .post-text,
    .tax-pub_categories .press-posts .single-post .post-content .post-text,
    .tax-pub_categories .project-wrapper .single-post .post-content .post-text,
    .tax-pub_categories .issues-posts .single-post .post-content .post-text,
    .tax-pub_categories .category-posts .single-post .post-content .post-text,
    .single-project .press-posts .single-post .post-content .post-text,
    .single-project .project-wrapper .single-post .post-content .post-text,
    .single-project .issues-posts .single-post .post-content .post-text,
    .single-project .category-posts .single-post .post-content .post-text,
    .tax-project_categories .press-posts .single-post .post-content .post-text,
    .tax-project_categories .project-wrapper .single-post .post-content .post-text,
    .tax-project_categories .issues-posts .single-post .post-content .post-text,
    .tax-project_categories .category-posts .single-post .post-content .post-text,
    .tax-blog_categories .press-posts .single-post .post-content .post-text,
    .tax-blog_categories .project-wrapper .single-post .post-content .post-text,
    .tax-blog_categories .issues-posts .single-post .post-content .post-text,
    .tax-blog_categories .category-posts .single-post .post-content .post-text {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #061128; }
  .page-template .press-posts .view-more,
  .page-template .project-wrapper .view-more,
  .page-template .issues-posts .view-more,
  .page-template .category-posts .view-more,
  .category .press-posts .view-more,
  .category .project-wrapper .view-more,
  .category .issues-posts .view-more,
  .category .category-posts .view-more,
  .tax-press_categories .press-posts .view-more,
  .tax-press_categories .project-wrapper .view-more,
  .tax-press_categories .issues-posts .view-more,
  .tax-press_categories .category-posts .view-more,
  .tax-issue .press-posts .view-more,
  .tax-issue .project-wrapper .view-more,
  .tax-issue .issues-posts .view-more,
  .tax-issue .category-posts .view-more,
  .tax-pub_categories .press-posts .view-more,
  .tax-pub_categories .project-wrapper .view-more,
  .tax-pub_categories .issues-posts .view-more,
  .tax-pub_categories .category-posts .view-more,
  .single-project .press-posts .view-more,
  .single-project .project-wrapper .view-more,
  .single-project .issues-posts .view-more,
  .single-project .category-posts .view-more,
  .tax-project_categories .press-posts .view-more,
  .tax-project_categories .project-wrapper .view-more,
  .tax-project_categories .issues-posts .view-more,
  .tax-project_categories .category-posts .view-more,
  .tax-blog_categories .press-posts .view-more,
  .tax-blog_categories .project-wrapper .view-more,
  .tax-blog_categories .issues-posts .view-more,
  .tax-blog_categories .category-posts .view-more {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 74px; }

.page-template-page-events .events-section {
  background-color: #fff;
  padding: 0 30px 0 80px; }
  @media (max-width: 991px) {
    .page-template-page-events .events-section {
      padding: 0; } }
  .page-template-page-events .events-section .event-cat-title {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 38px;
    color: #002d5e;
    border-bottom: 1px solid #002d5e;
    padding: 20px 0;
    letter-spacing: 2px; }
  .page-template-page-events .events-section .single-event {
    background-color: #002d5e;
    margin: 20px 0;
    padding: 0;
    height: 112px; }
    @media (max-width: 575px) {
      .page-template-page-events .events-section .single-event {
        height: 200px; } }
    .page-template-page-events .events-section .single-event .start-date {
      height: 111px;
      width: 111px;
      min-width: 111px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 575px) {
        .page-template-page-events .events-section .single-event .start-date {
          height: 200px; } }
      .page-template-page-events .events-section .single-event .start-date h2 {
        font-family: "Oswald", sans-serif;
        font-weight: 700;
        font-size: 38px;
        color: #fff;
        padding: 0 20px; }
    .page-template-page-events .events-section .single-event .event-content {
      line-height: 0.5; }
      .page-template-page-events .events-section .single-event .event-content .location {
        font-size: 14px; }
        @media (max-width: 575px) {
          .page-template-page-events .events-section .single-event .event-content .location {
            line-height: 1.1; } }
      .page-template-page-events .events-section .single-event .event-content h2 {
        font-size: 24px;
        padding-right: 15px; }
      .page-template-page-events .events-section .single-event .event-content .start-end-time {
        font-size: 16px; }
      @media (max-width: 991px) {
        .page-template-page-events .events-section .single-event .event-content {
          line-height: 0.1;
          width: 84%; }
          .page-template-page-events .events-section .single-event .event-content .location {
            font-size: 12px; }
          .page-template-page-events .events-section .single-event .event-content h2 {
            font-size: 19px; }
          .page-template-page-events .events-section .single-event .event-content .start-end-time {
            font-size: 14px; } }

.single-event .single-event-page .event-title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 38px;
  color: #002d5e;
  border-bottom: 1px solid #002d5e;
  padding: 20px 0;
  letter-spacing: 2px; }

.single-event .single-event-page .event-info {
  border-right: 1px solid #002d5e;
  margin: 30px 0;
  padding-right: 30px; }
  @media (max-width: 767px) {
    .single-event .single-event-page .event-info {
      border: none;
      padding-right: 0; } }
  .single-event .single-event-page .event-info .start-date {
    background: #fe0000;
    padding: 25px 35px;
    color: #fff;
    text-align: center;
    margin: 0 0 30px 0; }
    .single-event .single-event-page .event-info .start-date h2 {
      font-family: "Oswald", sans-serif;
      font-weight: 700;
      font-size: 40px;
      letter-spacing: 2px;
      color: #fff; }
  .single-event .single-event-page .event-info .when-block .when-icon-label {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 2px;
    color: #002d5e;
    margin: 0; }
    .single-event .single-event-page .event-info .when-block .when-icon-label i {
      font-size: 30px;
      margin-right: 8px;
      color: #fe0000; }
  .single-event .single-event-page .event-info .when-block .when-details {
    margin-left: 36px;
    color: #002d5e;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 14px; }
  .single-event .single-event-page .event-info .where-block {
    margin-left: 5px; }
    .single-event .single-event-page .event-info .where-block .where-icon-label {
      font-family: "Oswald", sans-serif;
      font-weight: 700;
      font-size: 24px;
      letter-spacing: 2px;
      color: #002d5e;
      margin: 0; }
      .single-event .single-event-page .event-info .where-block .where-icon-label i {
        font-size: 30px;
        margin-right: 10px;
        color: #fe0000; }
    .single-event .single-event-page .event-info .where-block .where-details {
      margin-left: 30px;
      color: #002d5e;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 14px; }
      .single-event .single-event-page .event-info .where-block .where-details p {
        margin: 0; }

.single-event .single-event-page .event-content {
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 400; }

.single-format-standard .page-content,
.single-blogs .page-content,
.single-publication .page-content,
.single-ppi_in_the_news .page-content,
.single-pressrelease .page-content,
.single-attachment .page-content,
.single-op_eds .page-content {
  padding: 50px 120px; }
  .single-format-standard .page-content img,
  .single-blogs .page-content img,
  .single-publication .page-content img,
  .single-ppi_in_the_news .page-content img,
  .single-pressrelease .page-content img,
  .single-attachment .page-content img,
  .single-op_eds .page-content img {
    width: auto;
    height: auto;
    max-width: 100%; }
  @media (max-width: 991px) {
    .single-format-standard .page-content,
    .single-blogs .page-content,
    .single-publication .page-content,
    .single-ppi_in_the_news .page-content,
    .single-pressrelease .page-content,
    .single-attachment .page-content,
    .single-op_eds .page-content {
      padding: 50px 80px; } }
  @media (max-width: 767px) {
    .single-format-standard .page-content,
    .single-blogs .page-content,
    .single-publication .page-content,
    .single-ppi_in_the_news .page-content,
    .single-pressrelease .page-content,
    .single-attachment .page-content,
    .single-op_eds .page-content {
      padding: 50px 50px; } }
  @media (max-width: 575px) {
    .single-format-standard .page-content,
    .single-blogs .page-content,
    .single-publication .page-content,
    .single-ppi_in_the_news .page-content,
    .single-pressrelease .page-content,
    .single-attachment .page-content,
    .single-op_eds .page-content {
      padding: 50px 40px; } }
  .single-format-standard .page-content .post-link,
  .single-blogs .page-content .post-link,
  .single-publication .page-content .post-link,
  .single-ppi_in_the_news .page-content .post-link,
  .single-pressrelease .page-content .post-link,
  .single-attachment .page-content .post-link,
  .single-op_eds .page-content .post-link {
    margin: 10px 0; }
  .single-format-standard .page-content h2,
  .single-blogs .page-content h2,
  .single-publication .page-content h2,
  .single-ppi_in_the_news .page-content h2,
  .single-pressrelease .page-content h2,
  .single-attachment .page-content h2,
  .single-op_eds .page-content h2 {
    font-family: "Fjalla One", sans-serif;
    font-size: 22px;
    color: #009fe9;
    font-weight: 400; }
  .single-format-standard .page-content .single-post-title,
  .single-blogs .page-content .single-post-title,
  .single-publication .page-content .single-post-title,
  .single-ppi_in_the_news .page-content .single-post-title,
  .single-pressrelease .page-content .single-post-title,
  .single-attachment .page-content .single-post-title,
  .single-op_eds .page-content .single-post-title {
    font-family: "Fjalla One", sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    color: #061128; }
    @media (max-width: 991px) {
      .single-format-standard .page-content .single-post-title,
      .single-blogs .page-content .single-post-title,
      .single-publication .page-content .single-post-title,
      .single-ppi_in_the_news .page-content .single-post-title,
      .single-pressrelease .page-content .single-post-title,
      .single-attachment .page-content .single-post-title,
      .single-op_eds .page-content .single-post-title {
        font-size: 34px; } }
    @media (max-width: 767px) {
      .single-format-standard .page-content .single-post-title,
      .single-blogs .page-content .single-post-title,
      .single-publication .page-content .single-post-title,
      .single-ppi_in_the_news .page-content .single-post-title,
      .single-pressrelease .page-content .single-post-title,
      .single-attachment .page-content .single-post-title,
      .single-op_eds .page-content .single-post-title {
        font-size: 30px; } }
    @media (max-width: 575px) {
      .single-format-standard .page-content .single-post-title,
      .single-blogs .page-content .single-post-title,
      .single-publication .page-content .single-post-title,
      .single-ppi_in_the_news .page-content .single-post-title,
      .single-pressrelease .page-content .single-post-title,
      .single-attachment .page-content .single-post-title,
      .single-op_eds .page-content .single-post-title {
        font-size: 25px;
        word-wrap: break-word; } }
  .single-format-standard .page-content .post-info,
  .single-blogs .page-content .post-info,
  .single-publication .page-content .post-info,
  .single-ppi_in_the_news .page-content .post-info,
  .single-pressrelease .page-content .post-info,
  .single-attachment .page-content .post-info,
  .single-op_eds .page-content .post-info {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    display: flex;
    letter-spacing: 2px;
    margin-bottom: 10px; }
    @media (max-width: 575px) {
      .single-format-standard .page-content .post-info,
      .single-blogs .page-content .post-info,
      .single-publication .page-content .post-info,
      .single-ppi_in_the_news .page-content .post-info,
      .single-pressrelease .page-content .post-info,
      .single-attachment .page-content .post-info,
      .single-op_eds .page-content .post-info {
        flex-direction: column; } }
    .single-format-standard .page-content .post-info .author,
    .single-blogs .page-content .post-info .author,
    .single-publication .page-content .post-info .author,
    .single-ppi_in_the_news .page-content .post-info .author,
    .single-pressrelease .page-content .post-info .author,
    .single-attachment .page-content .post-info .author,
    .single-op_eds .page-content .post-info .author {
      color: #061128; }
      .single-format-standard .page-content .post-info .author a.author,
      .single-blogs .page-content .post-info .author a.author,
      .single-publication .page-content .post-info .author a.author,
      .single-ppi_in_the_news .page-content .post-info .author a.author,
      .single-pressrelease .page-content .post-info .author a.author,
      .single-attachment .page-content .post-info .author a.author,
      .single-op_eds .page-content .post-info .author a.author {
        color: #104292;
        font-size: 14px; }
        .single-format-standard .page-content .post-info .author a.author.date,
        .single-blogs .page-content .post-info .author a.author.date,
        .single-publication .page-content .post-info .author a.author.date,
        .single-ppi_in_the_news .page-content .post-info .author a.author.date,
        .single-pressrelease .page-content .post-info .author a.author.date,
        .single-attachment .page-content .post-info .author a.author.date,
        .single-op_eds .page-content .post-info .author a.author.date {
          color: #061128; }
    @media (max-width: 575px) {
      .single-format-standard .page-content .post-info .date span,
      .single-blogs .page-content .post-info .date span,
      .single-publication .page-content .post-info .date span,
      .single-ppi_in_the_news .page-content .post-info .date span,
      .single-pressrelease .page-content .post-info .date span,
      .single-attachment .page-content .post-info .date span,
      .single-op_eds .page-content .post-info .date span {
        display: none; } }
  .single-format-standard .page-content .download-article,
  .single-blogs .page-content .download-article,
  .single-publication .page-content .download-article,
  .single-ppi_in_the_news .page-content .download-article,
  .single-pressrelease .page-content .download-article,
  .single-attachment .page-content .download-article,
  .single-op_eds .page-content .download-article {
    margin: 30px 0 25px 0; }
  .single-format-standard .page-content .paragraphs .sidebyside,
  .single-blogs .page-content .paragraphs .sidebyside,
  .single-publication .page-content .paragraphs .sidebyside,
  .single-ppi_in_the_news .page-content .paragraphs .sidebyside,
  .single-pressrelease .page-content .paragraphs .sidebyside,
  .single-attachment .page-content .paragraphs .sidebyside,
  .single-op_eds .page-content .paragraphs .sidebyside {
    margin: 50px 0; }
    @media (max-width: 991px) {
      .single-format-standard .page-content .paragraphs .sidebyside,
      .single-blogs .page-content .paragraphs .sidebyside,
      .single-publication .page-content .paragraphs .sidebyside,
      .single-ppi_in_the_news .page-content .paragraphs .sidebyside,
      .single-pressrelease .page-content .paragraphs .sidebyside,
      .single-attachment .page-content .paragraphs .sidebyside,
      .single-op_eds .page-content .paragraphs .sidebyside {
        margin: 20px 0 0 0; } }
    .single-format-standard .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote,
    .single-blogs .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote,
    .single-publication .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote,
    .single-ppi_in_the_news .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote,
    .single-pressrelease .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote,
    .single-attachment .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote,
    .single-op_eds .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote {
      margin: 0 0 0 -120px;
      width: auto;
      padding: 0 0 0 18px;
      border-bottom: none;
      border-left: 2px solid #009fe9;
      font-size: 22px; }
      .single-format-standard .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote p,
      .single-format-standard .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h1,
      .single-format-standard .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h2,
      .single-format-standard .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h3,
      .single-format-standard .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h4,
      .single-format-standard .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h5,
      .single-format-standard .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote span,
      .single-blogs .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote p,
      .single-blogs .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h1,
      .single-blogs .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h2,
      .single-blogs .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h3,
      .single-blogs .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h4,
      .single-blogs .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h5,
      .single-blogs .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote span,
      .single-publication .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote p,
      .single-publication .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h1,
      .single-publication .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h2,
      .single-publication .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h3,
      .single-publication .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h4,
      .single-publication .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h5,
      .single-publication .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote span,
      .single-ppi_in_the_news .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote p,
      .single-ppi_in_the_news .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h1,
      .single-ppi_in_the_news .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h2,
      .single-ppi_in_the_news .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h3,
      .single-ppi_in_the_news .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h4,
      .single-ppi_in_the_news .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h5,
      .single-ppi_in_the_news .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote span,
      .single-pressrelease .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote p,
      .single-pressrelease .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h1,
      .single-pressrelease .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h2,
      .single-pressrelease .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h3,
      .single-pressrelease .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h4,
      .single-pressrelease .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h5,
      .single-pressrelease .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote span,
      .single-attachment .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote p,
      .single-attachment .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h1,
      .single-attachment .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h2,
      .single-attachment .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h3,
      .single-attachment .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h4,
      .single-attachment .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h5,
      .single-attachment .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote span,
      .single-op_eds .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote p,
      .single-op_eds .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h1,
      .single-op_eds .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h2,
      .single-op_eds .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h3,
      .single-op_eds .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h4,
      .single-op_eds .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote h5,
      .single-op_eds .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote span {
        font-family: "Fjalla One", sans-serif;
        font-size: 22px;
        font-weight: 400;
        color: #000;
        margin: 0;
        line-height: 1.5; }
      .single-format-standard .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote:before,
      .single-blogs .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote:before,
      .single-publication .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote:before,
      .single-ppi_in_the_news .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote:before,
      .single-pressrelease .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote:before,
      .single-attachment .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote:before,
      .single-op_eds .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote:before {
        content: "";
        position: relative;
        top: inherit;
        left: inherit; }
      @media (max-width: 991px) {
        .single-format-standard .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote,
        .single-blogs .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote,
        .single-publication .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote,
        .single-ppi_in_the_news .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote,
        .single-pressrelease .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote,
        .single-attachment .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote,
        .single-op_eds .page-content .paragraphs .sidebyside .sidebyside-text-0 blockquote {
          margin: 0 0 15px 0; } }
    @media (max-width: 991px) {
      .single-format-standard .page-content .paragraphs .sidebyside .sidebyside-text-0,
      .single-blogs .page-content .paragraphs .sidebyside .sidebyside-text-0,
      .single-publication .page-content .paragraphs .sidebyside .sidebyside-text-0,
      .single-ppi_in_the_news .page-content .paragraphs .sidebyside .sidebyside-text-0,
      .single-pressrelease .page-content .paragraphs .sidebyside .sidebyside-text-0,
      .single-attachment .page-content .paragraphs .sidebyside .sidebyside-text-0,
      .single-op_eds .page-content .paragraphs .sidebyside .sidebyside-text-0 {
        margin: auto; } }
    .single-format-standard .page-content .paragraphs .sidebyside .sidebyside-text-1,
    .single-blogs .page-content .paragraphs .sidebyside .sidebyside-text-1,
    .single-publication .page-content .paragraphs .sidebyside .sidebyside-text-1,
    .single-ppi_in_the_news .page-content .paragraphs .sidebyside .sidebyside-text-1,
    .single-pressrelease .page-content .paragraphs .sidebyside .sidebyside-text-1,
    .single-attachment .page-content .paragraphs .sidebyside .sidebyside-text-1,
    .single-op_eds .page-content .paragraphs .sidebyside .sidebyside-text-1 {
      margin-left: -5px; }
      @media (max-width: 991px) {
        .single-format-standard .page-content .paragraphs .sidebyside .sidebyside-text-1,
        .single-blogs .page-content .paragraphs .sidebyside .sidebyside-text-1,
        .single-publication .page-content .paragraphs .sidebyside .sidebyside-text-1,
        .single-ppi_in_the_news .page-content .paragraphs .sidebyside .sidebyside-text-1,
        .single-pressrelease .page-content .paragraphs .sidebyside .sidebyside-text-1,
        .single-attachment .page-content .paragraphs .sidebyside .sidebyside-text-1,
        .single-op_eds .page-content .paragraphs .sidebyside .sidebyside-text-1 {
          margin-left: 0; } }

.single-format-standard .related-article h2,
.single-blogs .related-article h2,
.single-publication .related-article h2,
.single-ppi_in_the_news .related-article h2,
.single-pressrelease .related-article h2,
.single-attachment .related-article h2,
.single-op_eds .related-article h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #009fe9;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-right: -6px;
  margin-left: -6px; }

.cls_search .ui-widget {
  width: 70%;
  margin: 50px auto; }
  @media (max-width: 767px) {
    .cls_search .ui-widget {
      width: 100%;
      margin: 30px 0; } }
  .cls_search .ui-widget input[type="text"] {
    outline: 1px solid;
    border-radius: 0;
    border: 0;
    padding-left: 15px;
    width: 70% !important;
    display: inline;
    height: 35px !important;
    font-family: "Roboto", sans-serif;
    color: #002d5e; }
    .cls_search .ui-widget input[type="text"]:focus {
      outline-offset: 0; }
  .cls_search .ui-widget input[type="submit"] {
    background-color: #002d5e;
    outline: 1px solid #002d5e;
    border: none;
    border-radius: 0;
    height: 35px;
    width: 25% !important;
    display: inline;
    color: #fff;
    font-family: "Roboto", sans-serif; }
    .cls_search .ui-widget input[type="submit"]:hover {
      background-color: #fff;
      color: #002d5e; }

.cls_results .wdm_list #wpsolr_remove_facets {
  color: #fe0000;
  font-weight: bold; }
  .cls_results .wdm_list #wpsolr_remove_facets:before {
    display: none; }

@media (max-width: 767px) {
  .cls_results .wdm_list {
    width: 100% !important; } }

.cls_results .wdm_list .wdm_label {
  font-family: "Roboto", sans-serif; }

.cls_results .wdm_list .select_field {
  margin-left: 5px; }
  .cls_results .wdm_list .select_field option {
    font-family: "Roboto", sans-serif; }

.cls_results .wdm_list .wdm_ul .select_opt {
  text-transform: capitalize; }

.cls_results .wdm_list .wdm_ul .wpsolr_facet_title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 5px; }

.cls_results .wdm_list .wdm_ul .wpsolr_facet_checkbox .select_opt {
  text-decoration: none;
  font-family: "Roboto", sans-serif; }
  .cls_results .wdm_list .wdm_ul .wpsolr_facet_checkbox .select_opt:hover {
    text-decoration: underline; }

.cls_results .wdm_list .wdm_ul ul li .select_opt {
  text-decoration: none;
  font-family: "Roboto", sans-serif; }
  .cls_results .wdm_list .wdm_ul ul li .select_opt:hover {
    text-decoration: underline; }

.cls_results .wdm_results {
  margin-bottom: 50px;
  border-left-color: #000; }
  @media (max-width: 767px) {
    .cls_results .wdm_results {
      width: 100% !important;
      margin-top: 50px;
      border-left: none; } }
  .cls_results .wdm_results .res_info {
    font-family: "Roboto", sans-serif;
    font-weight: 500; }
  .cls_results .wdm_results .results-by-facets > div {
    flex-direction: column;
    display: flex;
    justify-content: center;
    padding: 30px 10px;
    min-height: 205px;
    border-top: 1px solid #000; }
    .cls_results .wdm_results .results-by-facets > div .p_title a {
      font-family: "Fjalla One", sans-serif;
      font-size: 24px;
      font-weight: 400;
      color: #061128;
      word-break: break-word; }
    .cls_results .wdm_results .results-by-facets > div .p_content {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #061128;
      word-break: break-word; }
      .cls_results .wdm_results .results-by-facets > div .p_content .wdm_result_list_thumb {
        display: none; }
    .cls_results .wdm_results .results-by-facets > div .p_misc {
      float: left; }
      .cls_results .wdm_results .results-by-facets > div .p_misc .pauthor {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #104292;
        text-transform: uppercase; }
      .cls_results .wdm_results .results-by-facets > div .p_misc .pcat,
      .cls_results .wdm_results .results-by-facets > div .p_misc .pdate {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #061128;
        text-transform: uppercase; }
  .cls_results .wdm_results .results-by-facets > hr {
    border: none;
    margin: 0; }
  .cls_results .wdm_results .paginate_div ul li a {
    margin: 5px 5px; }
  .cls_results .wdm_results .paginate_div ul li span {
    margin: 5px 2px 5px 5px;
    display: block;
    float: left;
    padding: 3px 6px;
    border: solid 1px #DDDDDD;
    line-height: 24px;
    color: #104292; }

.wpsolr_facet_slider_ion.wpsolr_facet_slider_ion_skin_flat .irs-line-mid,
.wpsolr_facet_slider_ion.wpsolr_facet_slider_ion_skin_flat .irs-line-left,
.wpsolr_facet_slider_ion.wpsolr_facet_slider_ion_skin_flat .irs-line-right,
.wpsolr_facet_slider_ion.wpsolr_facet_slider_ion_skin_flat .irs-bar,
.wpsolr_facet_slider_ion.wpsolr_facet_slider_ion_skin_flat .irs-bar-edge,
.wpsolr_facet_slider_ion.wpsolr_facet_slider_ion_skin_flat .irs-slider,
.wpsolr_facet_slider_ion.wpsolr_facet_slider_ion_skin_flat .irs-slider {
  background: url(../img/sprite-skin-flat.png) repeat-x; }

.wpsolr_facet_slider_ion.wpsolr_facet_slider_ion_skin_flat .irs-from,
.wpsolr_facet_slider_ion.wpsolr_facet_slider_ion_skin_flat .irs-to,
.wpsolr_facet_slider_ion.wpsolr_facet_slider_ion_skin_flat .irs-single,
.wpsolr_facet_slider_ion.wpsolr_facet_slider_ion_skin_flat .irs-bar {
  background: #009fe9 !important; }

.wpsolr_facet_slider_ion.wpsolr_facet_slider_ion_skin_flat .irs-from::after,
.wpsolr_facet_slider_ion.wpsolr_facet_slider_ion_skin_flat .irs-to::after,
.wpsolr_facet_slider_ion.wpsolr_facet_slider_ion_skin_flat .irs-single::after {
  border-top-color: #009fe9 !important; }

.wpsolr_facet_slider_ion .irs-with-grid .irs-grid {
  display: none !important; }

#res_facets ul {
  width: 200px !important; }
  @media (max-width: 767px) {
    #res_facets ul {
      width: 250px !important; } }

/*
* Overrides
 */
.single-tags {
  margin-top: 40px; }
  .single-tags a {
    background-color: #009fe9;
    margin-right: 10px;
    padding: 5px 15px;
    display: inline-block;
    color: #fff;
    border: 1px solid #009fe9;
    transition: 0.3s;
    margin-top: 15px; }
    .single-tags a:hover {
      transition: 0.3s;
      background-color: transparent;
      color: #009fe9;
      text-decoration: none; }

.ui-widget-header .ui-icon {
  background-image: url("/wp-content/themes/ppi2020/assets/img/ui-icons_444444_256x240.png") !important; }

.twitter-last-post img.emoji {
  width: 25px; }

.infor {
  display: none;
  width: 70%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .infor {
      width: 100%; } }

.wpsolr_facet_checkbox .select_opt::before {
  font-family: FontAwesome, serif !important; }

.wpsolr_facet_checkbox .select_opt::before:before {
  font-family: FontAwesome, serif !important; }

.select2.select2-container.select2-container--default {
  width: 100% !important; }

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  background: rgba(0, 45, 94, 0.9) !important; }

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu {
  background: rgba(0, 45, 94, 0.9) !important; }

header .navbar .menu-wrapper .menu-items .mega-menu-wrap ul li ul.mega-sub-menu {
  background: rgba(0, 45, 94, 0.9) !important; }

.page-template-issues-page .main-content .issues-posts .title {
  margin-top: 30px;
  margin-bottom: 30px; }
  .page-template-issues-page .main-content .issues-posts .title h2 a {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #118edb; }

.page-template-page-events .internal-filter-form .buttons-form {
  position: relative;
  top: -11px; }

.wdm_results .results-by-facets .p_title .pdate {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #061128;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px; }
