@font-face {
  font-family: 'clashDisplay';
  src: url('/wp-content/themes/pisf/assets/fonts/ClashDisplay-Variable.ttf') format('truetype');
}
@font-face {
  font-family: 'kronaOne';
  src: url('/wp-content/themes/pisf/assets/fonts/KronaOne-Regular.ttf') format('truetype');
}
.divider {
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.divider::after {
  content: "";
  max-width: 1312px;
  height: 1px;
  margin: 0 auto;
  background-color: #808080;
  display: block;
}
@media screen and (max-width: 1360px) {
  .divider::after {
    margin: 0 20px;
  }
}
.button {
  display: flex;
  width: 150px;
  white-space: normal;
  overflow-wrap: break-word;
  background-color: #E3051A;
  color: #fff !important;
  padding: 5px 5px;
  text-decoration: none;
  border-radius: 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.button:hover {
  background-color: #e3051a;
  color: #fff;
}
.button.button-black {
  background-color: transparent;
  border: 1px solid #fff;
}
.button.button-black:hover {
  color: #ba262c;
}
.button.button-gray {
  background-color: #424041;
  border: 1px solid #424041;
}
.button.button-red {
  background-color: #ba262c;
  border: 1px solid #ba262c;
  color: #fff;
}
.button.button-red:hover {
  color: #131112;
}
.button.button-red.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.button.button-red.disabled:hover {
  color: #fff;
}
.button.button-small {
  padding: 9px 14px;
  font-size: 12px;
  line-height: 7px;
}
.button.button-with-arrow {
  padding: 12px 52px 12px 19px;
}
.button.button-with-arrow:after {
  content: '';
  display: block;
  background: url(/wp-content/themes/pisf/assets/images/next.svg) no-repeat;
  width: 14px;
  height: 11px;
  right: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .button.button-with-arrow {
    display: block;
  }
}
.button.button-wide-with-arrow {
  padding: 12px 200px 12px 19px;
}
.button.button-wide-with-arrow:after {
  content: '';
  display: block;
  background: url(/wp-content/themes/pisf/assets/images/next.svg) no-repeat;
  width: 14px;
  height: 11px;
  right: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .button.button-wide-with-arrow {
    padding: 12px 19px;
    display: block;
    width: 100%;
  }
}
.base-width {
  width: 1312px;
}
@media only screen and (max-width: 1329px) {
  .base-width {
    width: 960px;
  }
}
@media only screen and (max-width: 989px) {
  .base-width {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .base-width {
    width: 556px;
  }
}
@media only screen and (max-width: 575px) {
  .base-width {
    width: calc(100% - 40px);
  }
}
.base-width-lg {
  width: 960px;
}
@media only screen and (max-width: 989px) {
  .base-width-lg {
    width: 748px;
  }
}
@media only screen and (max-width: 767px) {
  .base-width-lg {
    width: 556px;
  }
}
@media only screen and (max-width: 575px) {
  .base-width-lg {
    width: 100%;
  }
}
.base-section-margin {
  margin: 34px 74px 0;
  padding: 34px 0 0;
}
@media only screen and (max-width: 1329px) {
  .base-section-margin {
    margin: 34px 24px 0;
  }
}
@media only screen and (max-width: 989px) {
  .base-section-margin {
    margin: 34px 12px 0;
  }
}
@media only screen and (max-width: 767px) {
  .base-section-margin {
    margin: 34px 0 0;
  }
}
.cg_middle-right .base-section-margin {
  margin-left: 0;
  margin-right: 0;
}
.base-sectionwide-margin {
  margin: 34px 0 0;
  padding: 34px 0 0;
}
.cg_category {
  color: #E73137;
  font-family: benton-sans, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 9px;
}
.cg_author,
.cg_date,
.cg_comment,
.cg_article_readingtime {
  font-family: benton-sans, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.cg_date:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #E73137;
  margin-right: 16px;
}
.cg_small_lead {
  font-size: 13.5px;
  line-height: 19px;
}
.cg_title_underline_only:hover {
  text-decoration: none;
}
.cg_title_underline_only:hover h1,
.cg_title_underline_only:hover h2,
.cg_title_underline_only:hover h3,
.cg_title_underline_only:hover h4,
.cg_title_underline_only:hover h5 {
  text-decoration: underline;
}
.cg_tab_module {
  display: none;
}
.cg_tab_module.cg_tab_module-visible {
  display: inline-block;
}
.cg-arrow-right-gold {
  border: solid #E19604;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.cg-border-bottom-left-column {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: -24px;
  width: auto;
  border-bottom: 1px solid rgba(75, 75, 75, 0.7);
}
@media only screen and (max-width: 767px) {
  .cg-border-bottom-left-column {
    right: 0;
    border-bottom: 1px solid rgba(75, 75, 75, 0.2);
  }
}
.cg-border-bottom-right-column {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: -24px;
  width: auto;
  border-bottom: 1px solid rgba(75, 75, 75, 0.7);
}
@media only screen and (max-width: 767px) {
  .cg-border-bottom-right-column {
    left: 0;
    border-bottom: 1px solid rgba(75, 75, 75, 0.2);
  }
}
.cg-border-bottom-center-column {
  content: "";
  position: absolute;
  right: -24px;
  bottom: 0;
  left: -24px;
  width: auto;
  border-bottom: 1px solid rgba(75, 75, 75, 0.7);
}
@media only screen and (max-width: 767px) {
  .cg-border-bottom-center-column {
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(75, 75, 75, 0.2);
  }
}
.cg-btn-gold {
  padding: 8px 32px;
  background-color: #E19604;
  border-radius: 3px;
  color: #fff;
  border: none;
  cursor: pointer;
  border: 1px solid #E19604;
}
.cg-btn-gold:focus {
  outline: none;
}
.cg-btn-gray {
  padding: 8px 32px;
  border-radius: 3px;
  color: #fff;
  border: none;
  cursor: pointer;
}
.cg-btn-gray:focus {
  outline: none;
}
.cg-btn-outline {
  padding: 8px 32px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
}
.cg-btn-outline:focus {
  outline: none;
}
/* Typography */
.cg_function_font {
  font-family: benton-sans, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.cg_font_h1 {
  font-size: 45px;
  line-height: 110%;
}
@media only screen and (max-width: 1329px) {
  .cg_font_h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .cg_font_h1 {
    font-size: 35px;
  }
}
.cg_font_h2_t,
.cg_font_h1_t {
  font-size: 15px;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  .cg_font_h2_t,
  .cg_font_h1_t {
    font-size: 14px;
  }
}
.cg_font_h2 {
  font-size: 22px;
  line-height: 130%;
}
@media only screen and (max-width: 1329px) {
  .cg_font_h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cg_font_h2 {
    font-size: 18px;
    line-height: 110%;
  }
}
@media only screen and (max-width: 1329px) {
  h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 18px;
    line-height: 110%;
  }
}
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 7.5px 0;
  height: 3px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: rgba(130, 130, 130, 0.78);
  border-radius: 1.3px;
  border: 0px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  border: 0px solid #828282;
  height: 18px;
  width: 18px;
  border-radius: 9px;
  background: #828282;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(161, 161, 161, 0.78);
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: rgba(130, 130, 130, 0.78);
  border-radius: 1.3px;
  border: 0px solid #010101;
}
input[type=range]::-moz-range-thumb {
  border: 0px solid #828282;
  height: 18px;
  width: 18px;
  border-radius: 9px;
  background: #828282;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: rgba(99, 99, 99, 0.78);
  border: 0px solid #010101;
  border-radius: 2.6px;
}
input[type=range]::-ms-fill-upper {
  background: rgba(130, 130, 130, 0.78);
  border: 0px solid #010101;
  border-radius: 2.6px;
}
input[type=range]::-ms-thumb {
  border: 0px solid #828282;
  height: 18px;
  width: 18px;
  border-radius: 9px;
  background: #828282;
  cursor: pointer;
  height: 3px;
}
input[type=range]:focus::-ms-fill-lower {
  background: rgba(130, 130, 130, 0.78);
}
input[type=range]:focus::-ms-fill-upper {
  background: rgba(161, 161, 161, 0.78);
}
body {
  min-width: 320px;
  color: #fff;
}
.cg_ad_outer:not(.sticky) {
  display: flex;
  justify-content: center;
}
section {
  padding: 42px 0;
}
.general-container {
  width: 1312px;
  width: 100% !important;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0 37px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1329px) {
  .general-container {
    width: 960px;
  }
}
@media only screen and (max-width: 989px) {
  .general-container {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .general-container {
    width: 556px;
  }
}
@media only screen and (max-width: 575px) {
  .general-container {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 989px) {
  .general-container {
    padding: 0 37px;
  }
}
@media only screen and (max-width: 575px) {
  .general-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.general-container section {
  border-top: 1px solid rgba(75, 75, 75, 0.2);
}
.general-container section.cg_ad_outer {
  border-top: none;
}
.general-container article:first-child,
.general-container section:first-child,
.general-container section.cg_notwhite + section {
  border-top: none;
  margin-top: 0;
}
.general-container section.cg_notwhite {
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .gallery-upper-container {
    padding: 0 15px;
  }
}
.cg_middle-subcolumns {
  margin: 34px 74px 0;
  padding: 34px 0 0;
  padding-top: 0;
  display: flex;
}
@media only screen and (max-width: 1329px) {
  .cg_middle-subcolumns {
    margin: 34px 24px 0;
  }
}
@media only screen and (max-width: 989px) {
  .cg_middle-subcolumns {
    margin: 34px 12px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cg_middle-subcolumns {
    margin: 34px 0 0;
  }
}
.cg_middle-right .cg_middle-subcolumns {
  margin-left: 0;
  margin-right: 0;
}
.cg_middle-subcolumns .cg_middle-left {
  padding-right: 24px;
  margin-right: 24px;
  position: relative;
  width: 50%;
  flex-grow: 1;
}
.cg_middle-subcolumns .cg_middle-left > section {
  margin-left: 0;
}
.cg_middle-subcolumns .cg_middle-left:after {
  content: "";
  display: block;
  border-right: 1px solid rgba(75, 75, 75, 0.2);
  position: absolute;
  top: 74px;
  bottom: 0;
  right: 0;
}
.cg_middle-subcolumns .cg_middle-right {
  width: 356px;
}
.cg_middle-subcolumns .cg_middle-right > div {
  position: sticky;
  position: -webkit-sticky;
  top: 130px;
  z-index: 1;
}
@media screen and (max-width: 1329px) {
  .cg_middle-subcolumns .cg_middle-right {
    width: 280px;
  }
  .cg_middle-subcolumns .cg_middle-right > div {
    top: 104px;
  }
}
@media screen and (max-width: 989px) {
  .cg_middle-subcolumns .cg_middle-right {
    width: 250px;
  }
  .cg_middle-subcolumns .cg_middle-right > div {
    top: 104px;
  }
}
@media screen and (max-width: 767px) {
  .cg_middle-subcolumns {
    display: block;
  }
  .cg_middle-subcolumns .cg_middle-left {
    padding-right: 0;
    margin-right: 0;
    width: auto;
  }
  .cg_middle-subcolumns .cg_middle-left:after {
    display: none;
  }
  .cg_middle-subcolumns .cg_middle-right {
    border-top: 1px solid rgba(75, 75, 75, 0.2);
    margin-top: 34px;
    width: auto;
  }
  .cg_middle-subcolumns .cg_middle-right > * {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .cg_baner_val_prop + .cg_main_topic {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
  .cg_main_topic + .cg_important_topics h2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cg-hp .cg_middle-subcolumns {
    display: block;
  }
}
.cg-2cols section {
  border-top: none;
}
.cg-2cols .cg_middle-right .cg_ad_outer .cg_ad_header {
  padding-top: 34px;
}
.cg-2cols .cg_ad_outer .cg_ad_header {
  padding-top: 75px;
}
.cg-2cols .cg_ad_outer section {
  margin-top: 160px;
  padding-top: 0;
}
.cg-2cols .cg_middle-left:after {
  top: 34px;
}
.cg-1col-narrow .general-container {
  max-width: 1152px;
}
#sizedetector {
  display: none;
}
@media only screen and (min-width: 1330px) {
  #sizedetector {
    content: "largedesktop";
  }
}
@media only screen and (min-width: 990px) and (max-width: 1329px) {
  #sizedetector {
    content: "desktop";
  }
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  #sizedetector {
    content: "tablet";
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #sizedetector {
    content: "smalltablet";
  }
}
@media only screen and (max-width: 575px) {
  #sizedetector {
    content: "mobile";
  }
}
@media only screen and (min-width: 1330px) {
  .hiddenOnLargeDesktop {
    display: none !important;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1329px) {
  .hiddenOnDesktop {
    display: none !important;
  }
}
@media only screen and (max-width: 989px) and (min-width: 768px) {
  .hiddenOnTablet {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .hiddenOnSmallTablet {
    display: none !important;
  }
}
@media only screen and (max-width: 575px) {
  .hiddenOnMobile {
    display: none !important;
  }
}
#masthead {
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: #000;
  font-family: 'Source Sans Pro', sans-serif;
}
#masthead .nav-container-outer {
  position: relative;
}
#masthead .nav-container {
  display: flex;
  margin: 0 auto;
  width: 1350px;
  padding: 16px 0;
}
#masthead .nav-container .top-bar .ion-ios-search {
  color: #fff;
}
#masthead .nav-breadcrumb {
  background-color: #F5F5F5;
}
#masthead .nav-breadcrumb.bip-nav-breadcrumb {
  background-color: #2b282a;
}
#masthead .nav-breadcrumb.bip-nav-breadcrumb #crumbs,
#masthead .nav-breadcrumb.bip-nav-breadcrumb #crumbs a,
#masthead .nav-breadcrumb.bip-nav-breadcrumb .nav-breadcrumb-separator {
  color: #fff;
}
#masthead .nav-breadcrumb.bip-nav-breadcrumb #crumbs a path {
  fill: #fff;
}
#masthead .nav-breadcrumb .nav-container {
  padding: 0;
}
#masthead .nav-breadcrumb #crumbs,
#masthead .nav-breadcrumb #crumbs a,
#masthead .nav-breadcrumb .nav-breadcrumb-separator {
  color: #000;
}
#masthead .nav-breadcrumb #crumbs a path {
  fill: #000;
}
#masthead .nav-home-icon {
  width: 12px;
  height: 12px;
  object-fit: contain;
  background: url(/wp-content/themes/pisf/assets/images/home.svg) no-repeat;
  background-size: 12px 12px;
  display: inline-block;
}
#masthead .nav-breadcrumb-separator {
  margin-left: 9px;
  margin-right: 9px;
}
#masthead #crumbs {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #7e797c;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  padding-bottom: 10px;
  padding-top: 10px;
}
#masthead #crumbs a {
  display: flex;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #7e797c;
  text-decoration: none;
}
#masthead .acc-mobile {
  display: none;
}
#masthead .font-size {
  list-style: none;
  padding: 0;
  margin: 0 0 0 45px;
  display: flex;
  align-items: center;
}
#masthead .font-size li {
  font-weight: bold;
  margin-left: 10px;
}
#masthead .font-size li.font-size-0 {
  font-size: 12px;
}
#masthead .font-size li.font-size-1 {
  font-size: 16px;
}
#masthead .font-size li.font-size-2 {
  font-size: 20px;
}
#masthead .wcag-size-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 0 25px;
  display: flex;
  align-items: center;
}
#masthead .wcag-size-menu button {
  background: none;
  border: none;
  line-height: 1;
  padding: 0;
  font-size: 24px;
  margin-top: 3px;
}
#masthead .wcag-size-menu button[class$="down"] {
  font-size: 30px;
  line-height: 0.1;
  margin-top: 0;
}
#masthead .wcag-size-menu img {
  height: 20px;
  margin: 0 9px;
  margin-top: 3px;
}
#masthead .wcag-size-menu div {
  font-weight: bold;
  margin-left: 10px;
  font-size: 14px;
  flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  #masthead .wcag-size-menu {
    display: none;
  }
}
#masthead .contrast-version {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
}
#masthead .contrast-version i {
  font-size: 29px;
  margin-left: 20px;
}
#masthead .top-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}
#masthead .top-bar .weglot-switcher {
  display: block;
}
@media screen and (max-width: 1100px) {
  #masthead .top-bar .weglot-switcher {
    display: none;
  }
}
#masthead .top-bar .wcag {
  position: relative;
  min-width: 46px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #masthead .top-bar .wcag {
    display: none;
  }
}
#masthead .top-bar .wcag-menu {
  display: none;
  position: absolute;
  top: 48px;
  right: 0;
  transform: translateX(40%);
  z-index: 999;
  flex-direction: column;
  min-width: 240px;
  padding: 16px 32px;
  align-items: center;
  background-color: #424041;
  border-radius: 8px;
  gap: 8px;
}
#masthead .top-bar .wcag-menu-button {
  cursor: pointer;
  color: #fff;
}
#masthead .top-bar .wcag-menu-button__close {
  fill: #fff;
  display: none;
  height: 32px;
  width: 32px;
}
#masthead .top-bar .wcag-menu-button:hover {
  color: #ba262c;
}
#masthead .top-bar .wcag-menu.show-wcag-menu {
  display: flex;
}
#masthead .top-bar .wcag-menu div {
  margin-left: 0;
}
#masthead .top-bar > div {
  margin-left: 10px;
}
#masthead .top-bar .sign-icon img {
  width: 40px;
}
#masthead .top-bar .icon-search {
  margin-left: 0;
}
#masthead .top-bar .icon-search.expanded {
  color: #ba262c;
}
#masthead .top-bar .icon-search:hover {
  color: #ba262c;
}
#masthead .top-bar .ion-ios-search {
  cursor: pointer;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
#masthead .top-bar .ion-ios-search:before {
  font-weight: bold;
}
#masthead .top-bar .languages {
  display: flex;
  align-items: center;
  margin-right: 42px;
  list-style: none;
  padding-left: 14px;
}
#masthead .top-bar .languages .current {
  border: 2px solid gray;
  height: 22px;
  width: 22px;
  display: flex;
  border-radius: 50%;
}
#masthead .top-bar .languages div {
  border: 2px solid gray;
  height: 22px;
  width: 22px;
  display: flex;
  border-radius: 50%;
}
#masthead .top-bar .languages div img {
  width: 100%;
  border-radius: 50%;
}
#masthead .top-bar .languages a {
  height: 20px;
  width: 20px;
  display: flex;
  border-radius: 50%;
}
#masthead .top-bar .languages a img {
  width: 100%;
  border-radius: 50%;
}
#masthead .top-bar .languages svg {
  width: 20px;
  border-radius: 10px;
}
#masthead .top-bar .languages .en {
  margin-left: 10px;
}
#masthead .bottom-bar {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #000;
  top: 100%;
}
@media screen and (max-width: 1329px) {
  #masthead .bottom-bar {
    top: 78px;
  }
}
#masthead .bottom-bar #form-container {
  padding: 20px;
  margin: 0 auto;
  position: relative;
}
#masthead .bottom-bar #form-container form {
  display: flex;
  justify-content: center;
}
#masthead .bottom-bar #form-container form .label-input-column-container {
  position: relative;
}
#masthead .bottom-bar #form-container form .label-input-column-container i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
#masthead .bottom-bar #form-container form .label-input-column-container i::before {
  font-weight: 700;
}
#masthead .bottom-bar #form-container form .label-input-column-container input {
  border: solid 1px #888788;
  color: #bebdbe;
  height: 48px;
  border-radius: 20px;
  padding: 0 40px;
}
#masthead .bottom-bar #form-container input {
  width: 800px;
  background-color: transparent;
  font-size: 14px;
  padding: 11px 18px;
}
#masthead .bottom-bar #form-container .button-close-container {
  position: absolute;
  top: 33px;
  right: 41px;
}
#masthead .bottom-bar #form-container .close {
  position: relative;
  width: 18px;
  height: 18px;
  opacity: 1;
}
#masthead .bottom-bar #form-container .close:hover {
  background-color: transparent;
  border: none;
}
#masthead .bottom-bar #form-container .close:before,
#masthead .bottom-bar #form-container .close:after {
  position: absolute;
  content: ' ';
  height: 21px;
  width: 3px;
  background-color: #fff;
  top: -1px;
  right: 8px;
}
#masthead .bottom-bar #form-container .close:before {
  transform: rotate(45deg);
}
#masthead .bottom-bar #form-container .close:after {
  transform: rotate(-45deg);
}
#masthead .img-container {
  display: flex;
  align-items: center;
}
#masthead .container-bars {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
#masthead .main-navigation {
  margin: 0;
}
#masthead .main-navigation .menu {
  display: flex;
  padding: 0;
  align-items: center;
}
#masthead .main-navigation .sub-menu a {
  color: #fff;
}
#masthead .main-navigation .menu > ul > li > .sub-menu {
  position: absolute;
  left: 0;
  background-color: #000;
  top: 100%;
}
#masthead .main-navigation .menu > ul > li > .sub-menu .sub-menu-inner {
  margin: 0 auto;
}
#masthead .main-navigation .menu > ul > li > .sub-menu .sub-menu-inner .sub-menu-content {
  display: flex;
  justify-content: center;
}
#masthead .main-navigation .menu > ul > li > .sub-menu .sub-menu-inner .sub-menu-content ul li a:hover {
  text-decoration: none;
  color: #ba262c;
}
#masthead .main-navigation .menu > ul > li > .sub-menu .sub-menu-inner .sub-menu-content ul li.current-menu-item a {
  color: #ba262c;
  text-decoration: underline;
}
#masthead .main-navigation .menu > ul > li > .sub-menu .sub-menu-inner ul {
  min-width: 250px;
  padding: 0;
  margin-left: 0;
}
#masthead .main-navigation .menu > ul > li > .sub-menu a {
  display: block;
  padding: 12px 30px;
  line-height: inherit;
  width: 100%;
}
#masthead .main-navigation .menu > ul > li > .sub-menu .content-text {
  color: #fff;
}
#masthead .main-navigation .menu > ul > li > .sub-menu .content-text.content-img .main-info-list {
  background: url(/wp-content/themes/pisf/assets/images/Image51.png) center;
  height: 280px;
}
#masthead .main-navigation .menu > ul > li > .sub-menu .content-text h4 {
  margin-bottom: 30px;
}
#masthead .main-navigation .menu > ul > li > .sub-menu .content-text .main-info-list {
  padding: 30px 24px;
  border: 2px solid #424041;
  margin-left: 95px;
  width: 390px;
}
#masthead .main-navigation .menu > ul > li > .sub-menu .content-text .main-info-list.without-border {
  border: none;
  padding: 0;
}
#masthead .main-navigation .menu > ul > li > .sub-menu .content-text .main-info-list .event {
  position: relative;
}
#masthead .main-navigation .menu > ul > li > .sub-menu .content-text .main-info-list .event-data {
  padding: 27px 37px;
  width: 300px;
  border: 2px solid #424041;
  z-index: 99;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -30px;
}
#masthead .main-navigation .menu > ul > li > .sub-menu .content-text .main-info-list .event-data .event-data-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
#masthead .main-navigation .menu > ul > li > .sub-menu .content-text .main-info-list .event-data .event-data-date {
  color: #424041;
  font-size: 12px;
  margin-top: 10px;
  color: #888788;
}
#masthead .main-navigation .menu > ul > li > .sub-menu .content-text .main-info-list .event-img {
  position: relative;
}
#masthead .main-navigation .menu > ul > li > .sub-menu .content-text .main-info-list .event-img:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 140px;
  background: linear-gradient(to top, #000, rgba(19, 17, 18, 0));
}
#masthead .main-navigation .menu > ul > li > .sub-menu .content-text .main-info-list li:not(:last-of-type) {
  padding-bottom: 24px;
}
#masthead .main-navigation .menu > ul > li > .sub-menu .content-text .info-item {
  display: flex;
}
#masthead .main-navigation .menu > ul > li > .sub-menu .content-text .info-item .info-item-icon {
  margin-right: 20px;
  line-height: 23px;
}
#masthead .main-navigation .menu > ul > li > .sub-menu .content-text .info-item .info-item-text span {
  display: block;
}
#masthead .main-navigation .menu > ul > li > .sub-menu .content-text .info-item .info-item-text .info-item-title {
  text-transform: uppercase;
  font-weight: bold;
}
#masthead .main-navigation .menu > ul > li > .sub-menu .content-text .cls-1 {
  fill: #424041;
}
#masthead .main-navigation #primary-menu > li:hover > div {
  font-size: 18px;
}
#masthead .main-navigation #primary-menu > li:hover > div.with-arrow span {
  color: #ba262c;
}
#masthead .main-navigation #primary-menu > li:hover > div.with-arrow:after {
  border-top-color: #ba262c !important;
}
#masthead .main-navigation #primary-menu > li > .item-menu {
  padding: 8px 6px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  display: flex;
  align-items: center;
}
#masthead .main-navigation #primary-menu > li > .item-menu.with-arrow:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff !important;
  margin-left: 6px;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
#masthead .main-navigation #primary-menu > li > .item-menu.with-arrow.dark-contrast-arrow::after {
  border-top: 6px solid #facc14 !important;
}
#masthead .main-navigation #primary-menu > li > .item-menu.with-arrow.light-contrast-arrow::after {
  border-top: 6px solid #0000d3 !important;
}
#masthead .main-navigation #primary-menu > li > .item-menu.with-arrow.high-contrast-arrow::after {
  border-top: 6px solid #ffff00 !important;
}
#masthead .main-navigation #primary-menu > li > .item-menu.with-arrow span {
  color: #fff;
}
#masthead .main-navigation #primary-menu > li > .item-menu a:hover {
  text-decoration: none;
}
#masthead .main-navigation #primary-menu > li.current-menu-parent > .item-menu.with-arrow span {
  color: #ba262c;
  text-decoration: underline;
}
#masthead .main-navigation #primary-menu > li.current-menu-parent > .item-menu.with-arrow:after {
  border-top: 6px solid #ba262c !important;
}
#masthead .main-navigation #primary-menu > li.current-menu-item .item-menu a {
  color: #ba262c;
  text-decoration: underline;
}
#masthead .main-navigation .sub-menu ul {
  display: flex;
  flex-direction: column;
  transition: opacity 0.8s, top 0.8s;
  border: 1px solid #2b282a;
}
#masthead .main-navigation .sub-menu ul li a {
  border-top: 1px solid #2b282a;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
#masthead .main-navigation .sub-menu ul li:hover a {
  color: #ba262c;
}
#masthead .logo-ue-mobile {
  display: none;
}
@media screen and (max-width: 1329px) {
  #masthead .nav-container {
    padding: 0 24px;
  }
}
@media screen and (max-width: 1329px) and (min-width: 989px) {
  #masthead .main-navigation #primary-menu > li > .item-menu {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 1100px) {
  #masthead .sign-icon {
    display: none;
  }
  #masthead .nav-container {
    padding: 0;
  }
  #masthead .main-navigation .menu {
    justify-content: center;
  }
  #masthead .main-navigation .sub-menu {
    padding-top: 65px;
  }
}
@media screen and (max-width: 989px) and (min-width: 767px) {
  #masthead .nav-container {
    padding: 10px 0 0;
  }
  #masthead .main-navigation #primary-menu > li > .item-menu {
    padding: 8px 7px;
  }
  #masthead .nav-container-outer.nav-breadcrumb .nav-container {
    padding: 0;
  }
}
@media screen and (max-width: 1329px) {
  #masthead .top-bar > div {
    margin-left: 25px;
  }
  #masthead .top-bar > div :first-of-type {
    margin-left: 0;
  }
}
@media screen and (min-width: 767px) {
  #masthead .top-bar > div.languages-outer {
    margin-left: 24px;
  }
  #masthead .top-header {
    margin-left: 40px;
  }
  #masthead .nav-container .img-container {
    width: 194px;
  }
  #masthead .main-navigation #primary-menu > li > .item-menu.with-arrow.active-item {
    color: #ba262c;
  }
  #masthead .main-navigation #primary-menu > li > .item-menu.with-arrow.active-item:after {
    border-top-color: #ba262c;
  }
  #masthead .main-navigation .menu ul .sub-menu {
    background: #fff;
    position: absolute;
    text-align: left;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    margin: 0 auto;
  }
  #masthead .main-navigation .menu ul .sub-menu.visible {
    visibility: visible;
    filter: alpha(opacity=1);
    opacity: 1;
    z-index: 999;
  }
  #masthead .main-navigation .menu .sub-menu ul li a {
    color: #fff;
  }
  #masthead .main-navigation .menu li:hover > .sub-menu,
  #masthead .main-navigation .menu li:focus > .sub-menu,
  #masthead .main-navigation .menu li:focus-within > .sub-menu {
    visibility: visible;
    filter: alpha(opacity=1);
    opacity: 1;
    z-index: 9999;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
  }
  #masthead .main-navigation .menu .menu-desktop {
    background-color: #000;
  }
  #masthead .main-navigation #primary-menu > li > .item-menu.with-arrow:after {
    border-top: 6px solid #131112;
  }
  #masthead .main-navigation #primary-menu > li > .item-menu.with-arrow.active-item + .sub-menu {
    visibility: visible;
    filter: alpha(opacity=1);
    opacity: 1;
    z-index: 999;
  }
  #masthead .main-navigation #primary-menu > li > .item-menu a {
    color: #fff;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
  }
  #masthead .main-navigation #primary-menu > li > .item-menu a:hover {
    color: #ba262c;
    font-size: 18px;
  }
}
@media screen and (max-width: 1100px) {
  #masthead .nav-container-outer.nav-breadcrumb {
    display: none;
  }
  #masthead .container-bars {
    display: flex;
    flex-direction: row;
  }
  #masthead .menu-mobile-expanded .acc-mobile {
    display: flex;
    bottom: 0;
    left: 0;
    z-index: 99;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
  }
  #masthead .menu-mobile-expanded .acc-mobile .font-size {
    margin-left: 0;
  }
  #masthead .menu-mobile-expanded .acc-mobile .contrast-version {
    gap: 1rem;
  }
  #masthead .menu-mobile-expanded .acc-mobile .contrast-version i {
    margin: 0 !important;
    padding: 0 !important;
  }
  #masthead .nav-container {
    width: 100%;
  }
  #masthead .nav-container .img-container {
    display: flex;
    justify-content: center;
    padding: 2px 0;
  }
  #masthead .nav-container .img-container .custom-logo-link {
    width: 140px;
    margin-left: 16px;
    margin-left: 0;
  }
  #masthead .top-header .main-navigation .menu .sub-menu {
    display: none;
  }
  #masthead .top-header .main-navigation .menu .sub-menu .content-text {
    display: none;
  }
  #masthead .top-header .main-navigation > .menu.menu-mobile-expanded {
    min-height: 100vh;
    left: 0;
    right: 0;
    position: absolute;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    top: 100%;
  }
  #masthead .top-header .main-navigation .menu > ul {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #131112;
  }
  #masthead .top-header .main-navigation .menu > ul > li > .sub-menu {
    position: absolute;
    left: 0;
    background-color: #131112;
    padding: 0;
  }
  #masthead .top-header .main-navigation #primary-menu > li:not(:last-child) {
    border-right: none;
  }
  #masthead .top-header .main-navigation #primary-menu > li:hover div {
    color: #fff;
  }
  #masthead .top-header .main-navigation #primary-menu > li > div {
    padding: 10px 15px;
    transition: none;
    -webkit-transition: none;
    font-size: 20px;
  }
  #masthead .top-header .main-navigation #primary-menu > li > div.contrast-version {
    font-size: 12px;
  }
  #masthead .top-header .main-navigation #primary-menu > li > div.with-arrow:after {
    background: url(/wp-content/themes/pisf/assets/images/next.svg) no-repeat;
    width: 20px;
    height: 14px;
    border: none !important;
    right: 32px;
    position: absolute;
  }
  #masthead .top-header .main-navigation #primary-menu > li.current-menu-parent > div.with-arrow:after {
    border: none !important;
  }
  #masthead .top-header .main-navigation #primary-menu > li .sub-menu .sub-menu-inner ul {
    width: 100%;
  }
  #masthead .top-header .main-navigation #primary-menu > li .sub-menu .sub-menu-inner li {
    padding-left: 0;
    padding-right: 0;
  }
  #masthead .top-header .main-navigation #primary-menu > li.expanded {
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
  }
  #masthead .top-header .main-navigation #primary-menu > li.expanded > a.with-arrow {
    font-size: 20px;
    padding-top: 25px;
  }
  #masthead .top-header .main-navigation #primary-menu > li.expanded li {
    padding-left: 60px;
    padding-right: 60px;
  }
  #masthead .top-header .main-navigation #primary-menu > li.expanded li a {
    font-size: 18px;
  }
  #masthead .top-header .main-navigation #primary-menu > li.expanded a {
    position: initial;
    padding-left: 0;
    display: block;
    padding: 8px 15px;
  }
  #masthead .top-header .main-navigation #primary-menu > li.expanded > div {
    position: initial;
    padding-left: 0;
    display: block;
    padding: 15px 0;
  }
  #masthead .top-header .main-navigation #primary-menu > li.expanded > div.sub-menu {
    padding: 0;
  }
  #masthead .top-header .main-navigation #primary-menu > li.expanded > div.with-arrow:before {
    content: '';
    background: url(/wp-content/themes/pisf/assets/images/next.svg) no-repeat;
    width: 20px;
    height: 22px;
    border: none !important;
    left: 19px;
    position: absolute;
    transform: rotate(180deg);
  }
  #masthead .top-header .main-navigation #primary-menu > li.expanded > div.with-arrow:after {
    display: none;
  }
  #masthead .top-header .main-navigation .menu .sub-menu {
    height: 100vh;
    z-index: 99;
    border-top: none;
    padding: 0;
  }
  #masthead .top-header .main-navigation .menu .sub-menu li a {
    border-color: #88878840;
  }
  #masthead #primary-menu.menu.menu-mobile {
    height: 840px;
    left: 0px;
    right: 0px;
    top: 0;
    position: absolute;
    z-index: 99;
    display: none;
  }
  #masthead .top-bar {
    flex: 2;
    align-items: flex-start;
    margin: 0;
  }
  #masthead .top-bar .font-size,
  #masthead .top-bar .contrast-version {
    display: none;
  }
  #masthead .top-bar .icon-search {
    order: 2;
    margin: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
  }
  #masthead .bottom-bar {
    top: 69px;
  }
  #masthead .bottom-bar #form-container {
    padding: 20px;
  }
  #masthead .bottom-bar #form-container form .label-input-column-container {
    width: 80%;
  }
  #masthead .bottom-bar #form-container form input {
    border: solid 1px #707070;
    width: 100%;
  }
  #masthead .bottom-bar #form-container .button-close-container {
    right: 5%;
  }
  #masthead .logo-ue {
    display: none;
  }
  #masthead .top-bar .languages-outer {
    display: flex;
    margin-left: 0;
    align-items: center;
    height: 100%;
    flex: 1;
  }
  #masthead .top-bar .languages-outer .languages {
    order: 1;
    margin-left: 0;
    flex: 1;
    display: flex;
    justify-content: center;
    height: 100%;
    padding: 0;
    margin: 0 15px;
  }
  #masthead .top-bar .languages-outer .logo-ue-mobile {
    display: block;
    width: 140px;
  }
}
.skip-links {
  background-color: #fff;
  font-size: 16px;
  padding: 0 3px;
}
.skip-links a {
  position: absolute;
  color: #000;
  background-color: #fff;
  left: -9000em;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  text-decoration: none;
}
.skip-links a:hover,
.skip-links a:focus {
  color: #000;
}
.skip-links a:hover,
.skip-links a:focus,
.skip-links a:active,
.skip-links a:visited:hover,
.skip-links a:visited:focus,
.skip-links a:visited:active {
  left: 0;
  opacity: 1;
}
.ham {
  width: 23px;
  height: 2px;
  top: 50%;
  display: block;
  margin-left: 25px;
  margin-right: 25px;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.ham,
.ham:before,
.ham:after {
  background: #fff;
}
.ham.exit:before,
.ham.exit:after {
  background: #ba262c;
}
.sliders-section-outer {
  background-color: #fff;
}
.sliders-section-outer h2 {
  font-size: 40px;
  font-weight: 500;
  font-family: 'kronaOne', sans-serif;
  margin: 0;
  padding-top: 64px;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .sliders-section-outer h2 {
    font-size: 36px;
  }
}
.mwp-slider-full-outer .mwp-slider-full .owl-nav > div.owl-prev .arrow-left {
  border-color: #fff;
}
.mwp-slider-full-outer .mwp-slider-full .owl-nav > div.owl-prev .arrow-left::after {
  background-image: url("/wp-content/themes/pisf/assets/icons/arrow-left.png");
}
.mwp-slider-full-outer .mwp-slider-full .owl-nav > div.owl-next .arrow-right {
  border: 1px solid #fff;
}
.mwp-slider-full-outer .mwp-slider-full .owl-nav > div.owl-next .arrow-right::after {
  background-image: url("/wp-content/themes/pisf/assets/icons/arrow-right.png");
}
.twp-slider-outer {
  font-family: 'Source Sans Pro', sans-serif;
  padding: 0;
  position: relative;
}
.twp-slider-outer.main-slider {
  background-color: #fff;
  padding: 100px 0 50px 0;
}
.twp-slider-outer.main-slider .owl-carousel .owl-stage-outer {
  overflow-y: visible;
}
.twp-slider-outer.main-slider .owl-carousel .owl-stage-outer .owl-stage {
  height: 700px;
}
.twp-slider-outer.main-slider .owl-carousel .owl-stage-outer .single-slide {
  overflow: visible;
  position: relative;
}
.twp-slider-outer.main-slider .owl-carousel .owl-stage-outer .single-slide .title-outer {
  position: absolute;
  top: 85%;
}
.twp-slider-outer.main-slider .owl-nav {
  top: -60px;
  width: 45px;
  left: unset;
  right: 45px;
}
.twp-slider-outer.main-slider .owl-nav div {
  width: auto;
  height: auto;
  margin-top: 0;
  border: none;
}
.twp-slider-outer.main-slider .owl-nav > div.owl-prev {
  left: -30px;
  position: absolute;
  margin-left: 0;
}
.twp-slider-outer.main-slider .owl-nav > div.owl-prev .arrow-left {
  width: 45px;
  height: 45px;
  transform: rotate(0);
  position: relative;
  border: 1px solid #000;
  border-radius: 50%;
}
.twp-slider-outer.main-slider .owl-nav > div.owl-prev .arrow-left::after {
  content: "";
  background-image: url("/wp-content/themes/pisf/assets/icons/arrow-left_black.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.twp-slider-outer.main-slider .owl-nav > div.owl-next {
  right: -30px;
  position: absolute;
  margin-right: 0;
}
.twp-slider-outer.main-slider .owl-nav > div.owl-next .arrow-right {
  width: 45px;
  height: 45px;
  transform: rotate(0);
  position: relative;
  border: 1px solid #000;
  border-radius: 50%;
}
.twp-slider-outer.main-slider .owl-nav > div.owl-next .arrow-right::after {
  content: "";
  background-image: url("/wp-content/themes/pisf/assets/icons/arrow-right_black.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .twp-slider-outer.main-slider .owl-carousel .owl-stage-outer .owl-stage {
    height: auto;
  }
  .twp-slider-outer.main-slider .twp-slider .single-slide {
    height: 350px;
  }
  .twp-slider-outer.main-slider .twp-slider .bg-image {
    height: 200px;
  }
}
.twp-slider-outer .slide-title-outer {
  border: 2px solid #fff;
  padding: 12px;
  width: 333px;
}
.twp-slider-outer .owl-controls .owl-nav div {
  width: auto;
  height: auto;
  margin-top: 0;
  border: none;
}
.twp-slider-outer h2 {
  font-size: 30px;
  text-transform: initial;
  line-height: 1.33;
  font-weight: 500;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.twp-slider-outer .single-slide {
  height: 500px;
}
.twp-slider-outer .single-slide .show-more {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  color: #131112;
  font-weight: 900;
  line-height: 15px;
}
.twp-slider-outer .title-outer {
  position: relative;
  background-color: #ba262c;
  opacity: 0.9;
  padding: 17px;
}
@media only screen and (max-width: 767px) {
  .twp-slider-outer .single-slide .title-outer {
    transform: none;
    left: auto;
    top: -16%;
  }
  .twp-slider-outer .single-slide .title-outer .slide-title-outer {
    width: 265px;
    padding: 15px;
    width: auto;
  }
  .twp-slider-outer .single-slide .title-outer .slide-title-outer .slide-title {
    font-size: 13px;
  }
  .twp-slider-outer .single-slide .slide-text {
    left: 12px;
    right: 12px;
    width: auto;
  }
}
@media only screen and (max-width: 575px) {
  .twp-slider-outer .single-slide .show-more {
    text-align: left;
  }
}
.twp-slider-wrapper {
  overflow: hidden;
  clear: both;
}
.twp-slider-wrapper .owl-carousel .owl-stage-outer {
  overflow: hidden;
}
.twp-slider {
  margin: 0 auto;
}
.single-slide {
  background-color: transparent;
  overflow: hidden;
  position: relative;
}
.single-slide.single-yt {
  position: relative;
}
.single-slide .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 99;
}
.single-slide .video-play .video-url-icon {
  content: '';
  display: block;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 31px solid #fff;
  z-index: 99;
  margin-bottom: 17px;
}
.slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.single-slide .btn-link {
  border: 0;
}
.owl-carousel .owl-nav {
  left: 0;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-carousel .owl-nav > div {
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 25px;
  height: 45px;
  line-height: 45px;
  margin-top: -22.5px;
  text-align: center;
  width: 45px;
  background-color: rgba(186, 38, 44, 0.2);
}
.owl-carousel .owl-nav > div.owl-prev {
  float: left;
  margin-left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  width: 48px !important;
  height: 48px !important;
}
.owl-carousel .owl-nav > div.owl-prev .arrow-left {
  display: inline-block;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  width: 32px;
  height: 32px;
  transform: rotate(135deg);
}
.owl-carousel .owl-nav > div.owl-next {
  float: right;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  width: 48px !important;
  height: 48px !important;
}
.owl-carousel .owl-nav > div.owl-next .arrow-right {
  display: inline-block;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  width: 32px;
  height: 32px;
  transform: rotate(-45deg);
}
.twp-slider-buttons {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  z-index: 9;
  left: 66%;
  background-color: rgba(19, 17, 18, 0.86);
  padding: 3px 10px;
}
.twp-slider-buttons > div {
  cursor: pointer;
  padding: 2px 4px;
}
.twp-slider-buttons > div:focus {
  outline: dashed 2px #EFECE7 !important;
}
.twp-slider-buttons .twp-slider-play {
  margin-right: 6px;
}
.owl-dots {
  text-align: center;
  padding: 15px 0;
  width: 100%;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: transparent;
  border: 1px solid #3c3c42;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  transition: all 0.3s ease;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #3c3c42;
}
.format-gallery .owl-controls .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}
.single-slide-img-outer {
  display: block;
  position: relative;
  z-index: 9;
}
.slide-text {
  height: 100%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  text-align: left;
  left: 0;
  right: 0;
  transition: 500ms ease-in-out;
  -webkit-transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -ms-transition: 500ms ease-in-out;
  -o-transition: 500ms ease-in-out;
  padding: 0 37px;
  display: flex;
  align-items: flex-end;
}
.twp-slider-1 .slide-text {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.twp-slider-1 .owl-item.active .slide-text {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.slide-title {
  font-size: 58px;
  line-height: 54px;
  letter-spacing: -1px;
}
.nwp-slider .title-outer,
.rwp-slider .title-outer {
  position: relative;
  left: auto;
}
.nwp-slider .title-outer h3 {
  text-overflow: ellipsis;
}
.title-outer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.title-outer .slide-title {
  font-size: 22px;
  line-height: 25px;
  letter-spacing: -1px;
  white-space: pre-line;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .slide-text h2 {
    font-size: 24px;
  }
  .slide-text p {
    font-size: 14px;
    line-height: 1.4;
  }
  .twp-slider .title-outer,
  .twp-slider h2 {
    font-weight: 600;
  }
  .twp-slider .single-slide {
    height: 505px;
  }
  .twp-slider .bg-image {
    height: 460px;
  }
  .single-slide {
    height: inherit;
  }
  .slide-bg {
    height: 460px;
    position: relative;
  }
  .twp-slider {
    width: 100%;
  }
  body .twp-slider .slide-text {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
  }
  .slide-title {
    font-size: 32px;
    line-height: 34px;
    letter-spacing: -1px;
  }
  body .twp-slider .single-slide .btn-link {
    margin: 10px auto 0;
  }
  .owl-carousel .owl-nav > div {
    margin-top: -45px;
  }
}
.slider-news {
  margin: 0 auto;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1329px) {
  .slider-news {
    padding-bottom: 40px !important;
  }
}
.slider-news-header {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'clashDisplay', sans-serif;
}
.slider-news-header a {
  color: #000;
  position: relative;
}
.slider-news-header a:hover,
.slider-news-header a:focus,
.slider-news-header a:active {
  color: #000;
  text-decoration: none;
}
.slider-news-header a.slider-news-show-all {
  margin-right: 50px;
  font-weight: 500;
}
.slider-news-header a.slider-news-show-all::after {
  content: "";
  background-image: url(/wp-content/themes/pisf/assets/icons/chevron_right.png);
  height: 12px;
  width: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  .slider-news-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.slider-news.rwp-slider-slider-news {
  padding-top: 24px;
}
.slider-news p {
  font-size: 16px;
  margin-top: 30px;
}
.slider-news h2 {
  font-size: 40px;
  font-family: 'kronaOne', sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .slider-news h2 {
    font-size: 36px;
  }
}
.slider-news .nwp-slider .owl-nav,
.slider-news .rwp-slider .owl-nav {
  top: 30%;
}
.slider-news .nwp-slider .single-slide,
.slider-news .rwp-slider .single-slide {
  height: 553px;
}
.slider-news .nwp-slider .single-slide:hover .slide-bg,
.slider-news .rwp-slider .single-slide:hover .slide-bg {
  transform: scale(1.05);
  margin-bottom: 10px;
}
.slider-news .nwp-slider .single-slide .slide-text,
.slider-news .rwp-slider .single-slide .slide-text {
  width: 100%;
  position: static;
  height: auto;
}
.slider-news .nwp-slider .single-slide .slide-text-outer,
.slider-news .rwp-slider .single-slide .slide-text-outer {
  -webkit-transition: border 0.4s, top 0.4s;
  -moz-transition: border 0.4s, top 0.4s;
  -o-transition: border 0.4s, top 0.4s;
  z-index: 9;
}
.slider-news .nwp-slider .single-slide .slide-text-outer:hover,
.slider-news .rwp-slider .single-slide .slide-text-outer:hover {
  border-color: #ba262c;
}
.slider-news .nwp-slider .single-slide .slide-text-outer .slide-title,
.slider-news .rwp-slider .single-slide .slide-text-outer .slide-title {
  color: #000;
}
@media screen and (max-width: 575px) {
  .slider-news .nwp-slider .single-slide .slide-text-outer,
  .slider-news .rwp-slider .single-slide .slide-text-outer {
    left: -30px;
  }
}
.slider-news .nwp-slider .single-slide .button,
.slider-news .rwp-slider .single-slide .button {
  cursor: auto;
}
.slider-news .nwp-slider .single-slide .button:hover,
.slider-news .rwp-slider .single-slide .button:hover {
  color: #fff;
}
.slider-news .nwp-slider .single-slide .slide-bg,
.slider-news .rwp-slider .single-slide .slide-bg {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media screen and (max-width: 767px) {
  .slider-news .nwp-slider .single-slide .slide-bg,
  .slider-news .rwp-slider .single-slide .slide-bg {
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 376px) {
  .slider-news .nwp-slider .single-slide .slide-bg,
  .slider-news .rwp-slider .single-slide .slide-bg {
    background-size: contain;
    background-position: left bottom;
  }
}
.slider-news .nwp-slider .bg-image,
.slider-news .rwp-slider .bg-image {
  height: 301px;
}
@media screen and (max-width: 575px) {
  .slider-news .nwp-slider .bg-image,
  .slider-news .rwp-slider .bg-image {
    height: 231px;
  }
}
.slider-news .nwp-slider .slide-text,
.slider-news .rwp-slider .slide-text {
  padding: 0;
  width: 300px;
  bottom: 0;
  top: inherit;
}
.slider-news .nwp-slider .slide-text .meta-data-outer,
.slider-news .rwp-slider .slide-text .meta-data-outer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  align-items: baseline;
}
.slider-news .nwp-slider .slide-text .meta-data-outer .slide-date,
.slider-news .rwp-slider .slide-text .meta-data-outer .slide-date {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.slider-news .nwp-slider h3,
.slider-news .rwp-slider h3 {
  color: #fff;
  font-size: 24px;
  text-transform: initial;
  line-height: 1.33;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slider-news .nwp-slider .owl-nav,
.slider-news .rwp-slider .owl-nav {
  top: -60px;
  width: 45px;
  left: unset;
  right: 45px;
}
.slider-news .nwp-slider .owl-nav div,
.slider-news .rwp-slider .owl-nav div {
  width: auto;
  height: auto;
  margin-top: 0;
  border: none;
}
.slider-news .nwp-slider .owl-nav > div.owl-prev,
.slider-news .rwp-slider .owl-nav > div.owl-prev {
  left: -30px;
  position: absolute;
  margin-left: 0;
}
.slider-news .nwp-slider .owl-nav > div.owl-prev .arrow-left,
.slider-news .rwp-slider .owl-nav > div.owl-prev .arrow-left {
  width: 45px;
  height: 45px;
  transform: rotate(0);
  position: relative;
  border: 1px solid #000;
  border-radius: 50%;
}
.slider-news .nwp-slider .owl-nav > div.owl-prev .arrow-left::after,
.slider-news .rwp-slider .owl-nav > div.owl-prev .arrow-left::after {
  content: "";
  background-image: url("/wp-content/themes/pisf/assets/icons/arrow-left_black.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider-news .nwp-slider .owl-nav > div.owl-next,
.slider-news .rwp-slider .owl-nav > div.owl-next {
  right: -30px;
  position: absolute;
  margin-right: 0;
}
.slider-news .nwp-slider .owl-nav > div.owl-next .arrow-right,
.slider-news .rwp-slider .owl-nav > div.owl-next .arrow-right {
  width: 45px;
  height: 45px;
  transform: rotate(0);
  position: relative;
  border: 1px solid #000;
  border-radius: 50%;
}
.slider-news .nwp-slider .owl-nav > div.owl-next .arrow-right::after,
.slider-news .rwp-slider .owl-nav > div.owl-next .arrow-right::after {
  content: "";
  background-image: url("/wp-content/themes/pisf/assets/icons/arrow-right_black.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1329px) {
  .slider-news {
    padding: 0 37px;
  }
}
@media screen and (max-width: 989px) {
  .slider-news {
    padding: 0 37px;
  }
}
@media screen and (max-width: 767px) {
  .slider-news {
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  .slider-news .nwp-slider .slide-text,
  .slider-news .rwp-slider .slide-text {
    margin-left: 30px;
    margin-right: 30px;
    width: auto;
  }
  .slider-news .nwp-slider .single-slide .slide-text-outer,
  .slider-news .rwp-slider .single-slide .slide-text-outer {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .slider-outer {
    display: none;
  }
}
.single-slide-yt-full .slide-bg {
  display: none;
}
.single-gallery {
  margin-bottom: 30px;
  margin-top: 70px;
}
.single-gallery .owl-nav {
  top: -60px;
  width: 45px;
  left: unset;
  right: 45px;
}
.single-gallery .owl-nav div {
  width: auto;
  height: auto;
  margin-top: 0;
  border: none;
}
.single-gallery .owl-nav > div.owl-prev {
  left: -30px;
  position: absolute;
  margin-left: 0;
}
.single-gallery .owl-nav > div.owl-prev .arrow-left {
  width: 45px;
  height: 45px;
  transform: rotate(0);
  position: relative;
  border: 1px solid #000;
  border-radius: 50%;
}
.single-gallery .owl-nav > div.owl-prev .arrow-left::after {
  content: "";
  background-image: url("/wp-content/themes/pisf/assets/icons/arrow-left_black.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-gallery .owl-nav > div.owl-next {
  right: -30px;
  position: absolute;
  margin-right: 0;
}
.single-gallery .owl-nav > div.owl-next .arrow-right {
  width: 45px;
  height: 45px;
  transform: rotate(0);
  position: relative;
  border: 1px solid #000;
  border-radius: 50%;
}
.single-gallery .owl-nav > div.owl-next .arrow-right::after {
  content: "";
  background-image: url("/wp-content/themes/pisf/assets/icons/arrow-right_black.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .single-gallery .slide-bg {
    height: 200px !important;
  }
}
.slider-outer.slider-outer-mobile-outer {
  display: none;
}
.slider-outer.slider-outer-mobile-outer .single-slide {
  height: 218px;
}
.slider-outer.slider-outer-mobile-outer .single-slide-yt-full .slide-bg {
  display: none;
}
.slider-outer.slider-outer-mobile-outer .slide-text {
  padding: 0;
}
.slider-outer.slider-outer-mobile-outer iframe {
  height: 218px;
}
.slider-outer.slider-outer-mobile-outer .title-outer {
  display: none;
}
@media screen and (max-width: 767px) {
  .slider-outer.slider-outer-mobile-outer {
    display: block;
  }
}
.slider-video h2 {
  padding: 0 283px;
}
.slider-video iframe {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.slider-video .owl-item {
  position: relative;
}
.slider-video .slide-text {
  padding: 24px;
  margin: 0;
  position: absolute;
  bottom: 0;
}
.slider-video .slide-text h3 {
  color: #fff;
  font-size: 24px;
  text-transform: initial;
  line-height: 1.33;
  font-weight: 600;
  margin-bottom: 0;
}
.slider-video .vwp-slider .item-video {
  height: 450px;
  filter: brightness(0.4);
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.slider-video .vwp-slider .owl-item.active .item-video {
  filter: none;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.slider-video .vwp-slider .single-slide {
  height: 450px;
  filter: brightness(0.4);
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.slider-video .vwp-slider .single-slide .slide-bg:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 79px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(19, 17, 18, 0.76));
}
.slider-video .vwp-slider .single-slide .video-url {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 99;
}
.slider-video .vwp-slider .single-slide .video-url .video-url-icon {
  content: '';
  display: block;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 31px solid #fff;
  z-index: 99;
  margin-bottom: 17px;
}
.slider-video .vwp-slider .single-slide .video-url .video-url-text {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.slider-video .vwp-slider .owl-item.active .single-slide {
  filter: none;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 1329px) {
  .slider-video h2 {
    padding: 0 143px;
  }
}
@media screen and (max-width: 767px) {
  .slider-video h2 {
    padding: 0 37px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .slider-video .vwp-slider .single-slide {
    height: 375px;
  }
  .slider-video .slide-text {
    padding: 0;
  }
  .slider-video .slide-text .title-outer {
    padding: 24px 42px;
  }
  .slider-video .slide-text iframe {
    transform: none;
    left: 0;
  }
  .slider-video .owl-nav {
    bottom: 45px;
    top: inherit;
  }
  .slider-video .owl-nav div {
    width: auto;
    height: auto;
    margin-top: 0;
    border: none;
  }
  .slider-video .owl-nav > div.owl-prev {
    margin-left: 14px;
  }
  .slider-video .owl-nav > div.owl-next {
    margin-right: 14px;
  }
}
@media screen and (max-width: 575px) {
  .slider-video h2 {
    padding: 0 37px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.slider-simple-outer.twp-slider-outer {
  padding-top: 48px;
  padding-bottom: 160px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background-color: #000;
}
@media screen and (max-width: 575px) {
  .slider-simple-outer.twp-slider-outer {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.slider-simple-outer.twp-slider-outer .slider-financing-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 125px;
}
.slider-simple-outer.twp-slider-outer .slider-financing-header p {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .slider-simple-outer.twp-slider-outer .slider-financing-header p {
    font-size: 12px;
  }
}
.slider-simple-outer.twp-slider-outer .slider-financing-header h2 {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  font-family: 'kronaOne', sans-serif;
}
@media screen and (max-width: 575px) {
  .slider-simple-outer.twp-slider-outer .slider-financing-header h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .slider-simple-outer.twp-slider-outer .slider-simple .single-slide {
    height: 220px;
  }
}
.slider-simple-outer.twp-slider-outer .slider-simple .owl-controls .owl-nav {
  top: unset;
  width: 45px;
  left: unset;
  right: 30px;
}
@media screen and (max-width: 575px) {
  .slider-simple-outer.twp-slider-outer .slider-simple .owl-controls .owl-nav {
    top: -75px;
  }
}
.slider-simple-outer.twp-slider-outer .slider-simple .owl-controls .owl-nav > div.owl-prev {
  left: -30px;
  position: absolute;
  margin-left: 0;
}
.slider-simple-outer.twp-slider-outer .slider-simple .owl-controls .owl-nav > div.owl-prev .arrow-left {
  width: 45px;
  height: 45px;
  transform: rotate(0);
  position: relative;
  border: 1px solid #fff;
  border-radius: 50%;
}
.slider-simple-outer.twp-slider-outer .slider-simple .owl-controls .owl-nav > div.owl-prev .arrow-left::after {
  content: "";
  background-image: url("/wp-content/themes/pisf/assets/icons/arrow-left.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider-simple-outer.twp-slider-outer .slider-simple .owl-controls .owl-nav > div.owl-next {
  right: -30px;
  position: absolute;
  margin-right: 0;
}
.slider-simple-outer.twp-slider-outer .slider-simple .owl-controls .owl-nav > div.owl-next .arrow-right {
  width: 45px;
  height: 45px;
  transform: rotate(0);
  position: relative;
  border: 1px solid #fff;
  border-radius: 50%;
}
.slider-simple-outer.twp-slider-outer .slider-simple .owl-controls .owl-nav > div.owl-next .arrow-right::after {
  content: "";
  background-image: url("/wp-content/themes/pisf/assets/icons/arrow-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.contrast-mode .twp-slider-outer.main-slider .owl-nav > div.owl-prev .arrow-left {
  border: 1px solid #fff;
}
body.contrast-mode .twp-slider-outer.main-slider .owl-nav > div.owl-prev .arrow-left::after {
  background-image: url("/wp-content/themes/pisf/assets/icons/arrow-left.png");
}
body.contrast-mode .twp-slider-outer.main-slider .owl-nav > div.owl-next .arrow-right {
  border: 1px solid #fff;
}
body.contrast-mode .twp-slider-outer.main-slider .owl-nav > div.owl-next .arrow-right::after {
  background-image: url("/wp-content/themes/pisf/assets/icons/arrow-right.png");
}
body.contrast-mode .slider-news .nwp-slider .owl-nav > div.owl-prev .arrow-left,
body.contrast-mode .slider-news .rwp-slider .owl-nav > div.owl-prev .arrow-left {
  border: 1px solid #fff;
}
body.contrast-mode .slider-news .nwp-slider .owl-nav > div.owl-prev .arrow-left::after,
body.contrast-mode .slider-news .rwp-slider .owl-nav > div.owl-prev .arrow-left::after {
  background-image: url("/wp-content/themes/pisf/assets/icons/arrow-left.png");
}
body.contrast-mode .slider-news .nwp-slider .owl-nav > div.owl-next .arrow-right,
body.contrast-mode .slider-news .rwp-slider .owl-nav > div.owl-next .arrow-right {
  border: 1px solid #fff;
}
body.contrast-mode .slider-news .nwp-slider .owl-nav > div.owl-next .arrow-right::after,
body.contrast-mode .slider-news .rwp-slider .owl-nav > div.owl-next .arrow-right::after {
  background-image: url("/wp-content/themes/pisf/assets/icons/arrow-right.png");
}
body.contrast-mode .single-gallery .owl-nav > div.owl-prev .arrow-left {
  border: 1px solid #fff;
}
body.contrast-mode .single-gallery .owl-nav > div.owl-prev .arrow-left::after {
  background-image: url("/wp-content/themes/pisf/assets/icons/arrow-left.png");
}
body.contrast-mode .single-gallery .owl-nav > div.owl-next .arrow-right {
  border: 1px solid #fff;
}
body.contrast-mode .single-gallery .owl-nav > div.owl-next .arrow-right::after {
  background-image: url("/wp-content/themes/pisf/assets/icons/arrow-right.png");
}
body.light-contrast-mode .slider-simple-outer.twp-slider-outer .slider-simple .owl-controls .owl-nav > div.owl-prev .arrow-left {
  border: 1px solid #000;
}
body.light-contrast-mode .slider-simple-outer.twp-slider-outer .slider-simple .owl-controls .owl-nav > div.owl-prev .arrow-left::after {
  background-image: url("/wp-content/themes/pisf/assets/icons/arrow-left_black.png");
}
body.light-contrast-mode .slider-simple-outer.twp-slider-outer .slider-simple .owl-controls .owl-nav > div.owl-next .arrow-right {
  border: 1px solid #000;
}
body.light-contrast-mode .slider-simple-outer.twp-slider-outer .slider-simple .owl-controls .owl-nav > div.owl-next .arrow-right::after {
  background-image: url("/wp-content/themes/pisf/assets/icons/arrow-right_black.png");
}
.prom-video-outer {
  padding: 0;
  background-color: #000;
  position: relative;
}
.prom-video-outer .prom-video {
  display: flex;
  justify-content: center;
  align-items: center;
}
.prom-video-outer .prom-video video {
  height: auto;
}
@media screen and (min-width: 1330px) {
  .prom-video-outer .prom-video video {
    width: 100% !important;
  }
}
.prom-video-outer .description-button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
}
.prom-video-outer .description-button img {
  width: 20px;
  height: auto;
}
/**
 *	Styl strony O nas -> Struktura
 */
/**
 * Wyśrodkowanie przycisku Zobacz
 */
.show-button-div {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
/**
 * Rada PISF - box na jednego członka
 */
.is-style-grey-border-box.pisf-council {
  padding-bottom: 0;
}
.pisf-council {
  margin-bottom: 16px;
}
.pisf-council h3 {
  margin-bottom: 0;
  color: #888788;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
}
.council-position {
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
}
.pisf-council .wp-block-columns {
  margin-bottom: 0;
}
/**
 * Struktura PISF - box na jednego członka
 */
.pisf-structure {
  margin-bottom: 20px;
}
.pisf-structure h3 {
  margin-bottom: 35px;
}
.pisf-structure h4 {
  margin-bottom: 0;
  color: #888788;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
}
.pisf-structure .wp-block-columns {
  margin-bottom: 0;
}
.pisf-structure .council-position {
  margin-bottom: 17px;
}
.pisf-council-info {
  font-family: SourceSansPro;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
}
/**
 *	Styl strony O nas -> Logo
 */
.logo-box h3 {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #000;
}
.logo-box p {
  color: #000;
}
.logo-box a:not([href]):not([tabindex]) {
  color: #000;
}
.wp-block-column.phone-number-div {
  margin-left: 5px;
}
/**
 *	Styl strony O nas -> Kontakt
 */
.contact-container .page-content {
  max-width: 1131px;
}
.contact-box h4,
.contact-box h2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
}
.contact-box .wp-block-column:not(:first-child) {
  margin-left: 0;
}
.contact-box-text-column p {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .contact-container .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}
/**
 *	Styl strony Zachęty -> Informacje
 */
.main-movie {
  margin-bottom: -7px;
}
.main-movie iframe {
  width: 100%;
}
.contact-small-box .wp-block-column {
  margin-left: 0;
}
.contact-small-box .wp-block-columns {
  margin-bottom: 0;
}
.contact-small-box p.font-16 {
  color: #fff;
}
/**
 *	Styl strony Zachęty -> Wnioski
 */
.main-image figure,
.main-image img {
  width: 100%;
}
.main-image {
  margin-bottom: -7px;
}
/**
 *	Styl strony Rynek filmowy -> Badania i Analizy
 */
.summary-container > div {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.summary-box {
  width: 100%;
  flex: 0 33.33%;
  padding-right: 10px;
  padding-bottom: 10px;
}
.summary-box:nth-child(3n) {
  padding-right: 0;
}
.summary-box a > div {
  border: solid 1px #707070;
  padding: 14px 24px;
  min-height: 86px;
}
.summary-box .year-box {
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 0;
  color: #000;
}
.summary-box .summary-text {
  margin-bottom: 0;
  color: #000;
}
.summary-box .year-and-arrow-box {
  margin-top: -15px;
  margin-bottom: 0;
}
.summary-box .year-and-arrow-box figure {
  float: right;
}
.summary-box .summary-url {
  display: none;
}
@media screen and (max-width: 767px) {
  .summary-box:nth-child(3n) {
    padding-right: 10px;
  }
}
.attachment-box {
  position: relative;
  margin-bottom: 20px;
}
.attachment-box:hover {
  border: 2px solid #ba262c;
}
.attachment-box .wp-block-file {
  position: relative;
}
.attachment-box p {
  margin-bottom: 0;
  color: #000;
}
.attachment-box .wp-block-file__button {
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  background-color: #ba262c;
  border: 1px solid #ba262c;
  border-radius: unset;
  padding: 9px 14px;
  font-size: 12px;
  line-height: 7px;
  /* float: right; */
  width: 84px;
  text-align: center;
}
.attachment-box .wp-block-file__button:hover {
  color: #131112;
}
.attachment-box a {
  color: #000;
}
.attachment-box .wp-block-file:first-child {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
/** załączniki w accordionie **/
.accordion-content .wp-block-column:nth-child(2) {
  margin-left: 0;
}
.accordion-content .attachment-box .wp-block-file:nth-child(2) {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.footer-container-outer {
  margin: auto;
}
#footer-view {
  background-color: #000;
}
.footer-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #000;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1329px) {
  .footer-container {
    gap: 20px;
  }
}
@media only screen and (max-width: 989px) {
  .footer-container {
    display: block;
    height: auto;
    padding-top: 24px;
    padding-bottom: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container {
    display: block;
    padding: 24px;
  }
}
@media only screen and (max-width: 989px) {
  .footer-container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 495px) {
  .footer-container .declaration-rodo {
    text-align: center;
  }
}
.footer-container .footer-box {
  position: relative;
}
.footer-container .footer-contact-icons {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
.footer-container .contact-text {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  font-size: 16px;
}
.footer-container .footer-newsletter-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  flex-direction: column;
}
.footer-container .footer-newsletter-container form {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.footer-container .footer-newsletter-container .tnp-subscription div.tnp-field {
  margin-bottom: 0;
}
.footer-container .footer-newsletter-container .footer-text-newsletter {
  display: flex;
  align-items: center;
}
.footer-container .footer-newsletter-container .footer-text-newsletter h3 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .footer-container .footer-newsletter-container {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 575px) {
  .footer-container .footer-newsletter-container {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-around;
  }
}
.footer-container .footer-icons-container {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .footer-container .footer-icons-container {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 12px 26px 26px;
  }
}
@media only screen and (max-width: 989px) {
  .footer-container .footer-icons-container {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container .footer-newsletter-container .footer-text-newsletter {
    margin-left: 0;
  }
}
.footer-container .footer-newsletter-container h3,
.footer-container .footer-newsletter-container .footer-newsletter-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  line-height: 1.33;
  font-weight: 300;
  text-align: left;
  margin-bottom: 10px;
  font-weight: bold;
  color: #fff;
}
.footer-container .footer-newsletter-container .tnp-subscription {
  margin: 0;
}
.footer-container .footer-newsletter-container .tnp-subscription label {
  padding: 0;
}
.footer-container .footer-newsletter-container .tnp-subscription .tnp-field-email {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer-container .footer-newsletter-container .tnp-subscription .tnp-field-email {
    flex-direction: column;
    width: 100%;
  }
}
.footer-container .footer-newsletter-container .tnp-subscription .tnp-privacy-text-container-outer {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .footer-container .footer-newsletter-container .tnp-subscription .tnp-privacy-text-container-outer {
    flex-direction: column;
    width: 100%;
  }
}
.footer-container .footer-newsletter-container .tnp-subscription .tnp-field input[type="submit"] {
  width: 30px;
  height: 30px;
  background-color: rgba(204, 41, 47, 0.9);
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  line-height: 0;
  text-align: center;
}
.footer-container .footer-newsletter-container .tnp-subscription input[type="email"] {
  font-size: 12px;
  color: #fff;
}
.footer-container .footer-newsletter-container .tnp-subscription input[type="checkbox"] {
  width: 15px;
  height: 15px;
}
.footer-container .footer-newsletter-container .tnp-subscription a {
  font-size: 10px;
  color: white;
  text-transform: uppercase;
  line-height: 1.4;
  display: block;
  white-space: nowrap;
}
.footer-container .footer-newsletter-container .tnp-subscription .tnp-field-privacy {
  margin-top: 13px;
}
.footer-container .footer-newsletter-container .tnp-subscription .tnp-privacy-text-container {
  display: flex;
  flex-direction: column;
  padding-left: 11px;
  line-height: 0.75;
}
.footer-container .footer-newsletter-container .tnp-subscription .tnp-privacy-text-container .show-privacy-text {
  text-transform: uppercase;
  text-decoration: underline;
  position: relative;
  cursor: pointer;
}
.footer-container .footer-newsletter-container .tnp-subscription .tnp-privacy-text-container .show-privacy-text .hidden-privacy-text {
  visibility: hidden;
  position: absolute;
  width: 300px;
  top: calc(100% + 5px);
  left: calc(100% - 300px);
  background: #2b282a;
  padding: 4px;
  border-radius: 4px;
}
.footer-container .footer-newsletter-container .tnp-subscription .tnp-privacy-text-container .show-privacy-text:hover .hidden-privacy-text {
  visibility: visible;
}
.footer-container .footer-newsletter-container .tnp-subscription span {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 300;
}
.footer-container .footer-newsletter-container .tnp-email {
  height: 40px;
  width: 245px;
  background-color: #2b282a;
  border: 1px solid #707070;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .footer-container .footer-newsletter-container .tnp-email {
    width: 100%;
  }
}
.footer-container .footer-newsletter-container .tnp-email ::placeholder {
  margin-left: 16px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
}
.footer-container .footer-newsletter-container .tnp-privacy-field {
  font-size: 10px;
  text-transform: uppercase;
}
.footer-container .footer-newsletter-container .tnp-privacy-field label {
  width: 219px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
}
.footer-container .footer-newsletter-container .tnp-privacy-field label a {
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  width: 140px;
  text-align: left;
}
.footer-container .footer-icon-4 {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1329px) {
  .footer-container .footer-icon-4 {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container .footer-icon-4 {
    flex-direction: column;
  }
}
.footer-container .footer-icon-4 a {
  width: 172px;
}
.footer-container .footer-icon-4 .logo-ue-outer img {
  width: 135px;
  margin-right: 20px;
}
.footer-container .footer-icon-4 .logo-ue-outer img.img-ue-rr {
  width: 165px;
}
@media only screen and (max-width: 767px) {
  .footer-container .footer-icon-4 .logo-ue-outer {
    margin-bottom: 14px;
    text-align: center;
  }
  .footer-container .footer-icon-4 .logo-ue-outer img {
    margin-right: 0;
  }
  .footer-container .footer-icon-4 .logo-ue-outer img.img-ue-rr {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container .footer-icon {
    margin: 0;
    width: 100%;
  }
}
.declaration-of-accessibility a:hover {
  color: #ba262c;
}
.footer-container-icon-social-media {
  display: flex;
  justify-content: space-around;
  align-items: start;
  margin-top: 47px;
  margin-bottom: 24px;
}
@media screen and (max-width: 990px) {
  .footer-container-icon-social-media {
    margin-top: 20px;
  }
}
.footer-container-icon-social-media .footer-contact-container {
  width: max-content;
}
.footer-container-icon-social-media .footer-contact-container div {
  line-height: 1;
}
.footer-container-icon-social-media .social-icons-container {
  display: flex;
  justify-content: center;
}
.footer-container-icon-social-media .social-icons-container .icon-instagram {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 29px;
}
.footer-container-icon-social-media .social-icons-container .icon-twitter {
  width: 13px;
  height: 18px;
  object-fit: contain;
  margin-right: 29px;
}
.footer-container-icon-social-media .social-icons-container .icon-facebook {
  width: 10px;
  height: 21px;
  object-fit: contain;
  margin-right: 29px;
}
.footer-container-icon-social-media .social-icons-container .icon-youtube {
  width: 19px;
  height: 23px;
  object-fit: contain;
}
.img-container-mobile {
  display: none;
}
@media screen and (max-width: 990px) {
  .img-container-mobile {
    display: block;
    text-align: center;
  }
  .img-container-mobile img {
    width: 40%;
  }
  .img-container-mobile .contact-with-us {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .img-container-mobile .contact-with-us a {
    text-decoration: underline;
    font-weight: 600;
    width: fit-content;
    font-family: 'clashDisplay', sans-serif;
  }
}
@media screen and (max-width: 420px) {
  .top-footer-section {
    flex-direction: column;
  }
}
.top-footer-section-single {
  flex: 1 1 0;
}
.top-footer-section-single.img-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 990px) {
  .top-footer-section-single.img-container {
    display: none;
  }
}
.top-footer-section-single.img-container img {
  max-width: 70%;
}
.top-footer-section-single.img-container .contact-with-us {
  display: flex;
  flex-direction: column;
}
.top-footer-section-single.img-container .contact-with-us a {
  text-decoration: underline;
  font-weight: 600;
  width: fit-content;
  font-family: 'clashDisplay', sans-serif;
}
.top-footer-section-single.img-container .contact-with-us span {
  color: #fff;
}
.top-footer-section-single .contact-text {
  color: #9a999a;
}
.top-footer-section-single.nip-regon {
  margin-top: 45px;
  color: #9a999a;
}
.bottom-footer-section {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 142px;
  border-top: 1px solid #2b282a;
  flex-wrap: wrap-reverse;
}
@media screen and (max-width: 800px) {
  .bottom-footer-section h4.footer-text {
    margin: 0 auto;
  }
}
.bottom-footer-section .footer-hyperlinks {
  display: flex;
  column-gap: 50px;
  row-gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .bottom-footer-section .footer-hyperlinks {
    justify-content: center;
  }
}
.bottom-footer-section .footer-hyperlinks .declaration-rodo {
  display: flex;
  gap: 30px;
}
.bottom-footer-section .footer-hyperlinks .declaration-rodo a {
  font-size: 14px;
  color: #9a999a;
  font-family: 'Source Sans Pro', sans-serif;
}
.bottom-footer-section .footer-hyperlinks .declaration-rodo a:hover {
  color: #ba262c;
}
.bottom-footer-section .footer-hyperlinks .social-icons-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-text {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #9a999a;
  height: 30px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.33;
  margin-bottom: 0;
  align-content: center;
}
#footer-view .sign-icon {
  display: none;
}
@media screen and (max-width: 767px) {
  #footer-view .sign-icon {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #footer-view .sign-icon img {
    width: 60px;
  }
}
.news-page {
  width: 100%;
  background-color: #fff;
}
.news-page .news-page-items-outer .news-page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.news-page .news-page-items-outer .news-page-header p {
  font-size: 1rem;
}
.news-page .news-page-items-outer .news-page-header h1 {
  font-size: 3rem;
  font-weight: 500;
  font-family: 'kronaOne', sans-serif;
  margin-bottom: 0;
}
.news-page .news-page-items-outer .news-page-header h1,
.news-page .news-page-items-outer .news-page-header p {
  color: #131112;
}
.news-page .news-page-items-outer .news-page-header .header-with-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 380px) {
  .news-page .news-page-items-outer .news-page-header .header-with-dot h1 {
    font-size: 38px;
  }
}
.news-page .news-page-items-outer .news-page-header .header-with-dot .dummy {
  width: 25px;
  height: 25px;
}
.news-page .news-page-items-outer .news-page-header .header-with-dot .header-dot {
  position: absolute;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background-color: #ba262c;
  animation: pulse 2s infinite ease-in-out;
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
.news-page .news-page-items-outer .news-page-items:after {
  content: '';
  width: 380px;
  display: block;
}
.news-page .paginator {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.news-page .paginator li {
  display: flex;
  align-items: center;
}
.news-page .paginator li:not(:last-of-type):after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #ba262c;
  margin-right: 7px;
  margin-left: 7px;
  vertical-align: middle;
  border-radius: 50%;
}
.news-page .paginator .active span {
  background-color: #ba262c;
  padding: 0px 6px;
  font-weight: 600;
}
.news-page .news-page-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-page .news-page-items h3,
.news-page .news-page-items h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px;
}
.news-page .news-page-items .news-page-item {
  position: relative;
  margin-bottom: 40px;
  width: 380px;
}
.news-page .news-page-items .news-page-item:focus {
  outline-offset: 4px;
}
.news-page .news-page-items .news-page-img {
  height: 220px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.news-page .news-page-items .news-page-img:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 140px;
  background-image: linear-gradient(to bottom, rgba(19, 17, 18, 0), rgba(18, 17, 17, 0.88) 87%, #111111);
}
@media screen and (max-width: 767px) {
  .news-page .news-page-items .news-page-img {
    height: 183px;
  }
}
.news-page .news-page-items .news-page-text {
  display: block;
  padding: 24px;
  border: 2px solid #131112;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -23px;
  position: relative;
  -webkit-transition: border 0.4s, top 0.4s;
  -moz-transition: border 0.4s, top 0.4s;
  -o-transition: border 0.4s, top 0.4s;
  color: #131112;
  background-color: #fff;
}
.news-page .news-page-items .news-page-text:hover {
  border-color: #ba262c;
}
.news-page .news-page-items .news-page-text .news-page-excerpt {
  font-size: 14px;
  display: none;
}
.news-page .news-date {
  margin-top: 26px;
  display: none;
}
@media screen and (max-width: 989px) {
  .news-page .news-page-items {
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .news-page {
    padding: 0;
  }
  .news-page .news-page-header {
    padding: 0 37px;
  }
  .news-page .news-page-items .news-page-item {
    width: 100%;
  }
}
.news-date {
  text-align: right;
  font-weight: 300;
  color: #888788;
  font-size: 14px;
}
.single-news-page .page-content {
  padding-top: 0;
  max-width: 800px;
}
.single-news-page .mwp-slider .single-slide {
  height: 217px;
}
.single-news-page .single-news-page-img {
  height: 386px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.single-news-page .single-news-page-img:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background-image: linear-gradient(to bottom, rgba(19, 17, 18, 0), rgba(18, 17, 17, 0.74) 100%, #111111);
}
.single-news-page .single-news-text {
  display: block;
  padding: 24px;
  border: 2px solid #424041;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -83px;
  position: relative;
}
.single-news-page .single-news-text.single-news-content {
  background-color: #fff;
  color: #131112;
}
.single-news-page .single-news-text.single-news-content a:hover {
  color: #e0676c;
}
.single-news-page .single-news-text.single-news-content a.button-red.button-with-arrow:hover {
  color: #131112;
}
.single-news-page .single-news-text.single-news-content .single-news-title {
  color: #131112;
}
.single-news-page .single-news-text .single-news-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 14px;
  text-transform: none;
}
.single-news-page .single-news-text h2 {
  font-size: 20px;
  font-weight: 600;
  text-transform: initial;
}
.single-news-page .single-news-text .single-news-content p {
  font-size: 17px;
  line-height: 1.36;
}
.single-news-page .single-news-text .single-news-content a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.single-news-page .single-news-text .single-news-content ul {
  font-size: 17px;
  margin-bottom: 15px;
}
.single-news-page .wp-block-embed__wrapper {
  position: relative;
  padding-top: 56%;
}
.single-news-page .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 989px) {
  .single-news-page .single-news-text {
    display: block;
    padding: 24px;
    width: auto;
    margin-left: 37px;
    margin-right: 37px;
    margin-top: -33px;
    position: relative;
  }
  .single-news-page .single-news-text .single-news-title {
    padding-top: 24px;
  }
  .single-news-page .single-news-page-img {
    height: 240px;
  }
  .single-news-page .single-news-page-img:after {
    bottom: -20px;
  }
}
@media screen and (max-width: 575px) {
  .single-news-page .mwp-slider .single-slide .slide-bg {
    height: 217px;
  }
}
@media screen and (max-width: 575px) {
  .single-news-page {
    padding: 0;
  }
  .single-news-page .single-news-text {
    display: block;
    padding: 0 37px;
    width: auto;
    border: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: -33px;
    position: relative;
  }
  .single-news-page .single-news-page-img {
    height: 240px;
  }
  .single-news-page .single-news-page-img:after {
    bottom: -20px;
  }
}
.single-news-page .wp-block-contact-form-7-contact-form-selector select {
  border: solid 1px #e0e0e0;
  line-height: 40px;
  display: block;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  color: #a9a9a9;
  background-color: transparent;
}
.single-news-page .wp-block-contact-form-7-contact-form-selector input[type="text"],
.single-news-page .wp-block-contact-form-7-contact-form-selector input[type="url"],
.single-news-page .wp-block-contact-form-7-contact-form-selector input[type="tel"],
.single-news-page .wp-block-contact-form-7-contact-form-selector input[type="email"] {
  font-weight: 400;
  line-height: 28px;
  width: 100%;
  height: 28px;
  padding: 1px 1px 1px 10px;
  vertical-align: top;
  color: #a9a9a9;
  font-size: 15px;
  border-radius: 0;
}
.single-news-page .wp-block-contact-form-7-contact-form-selector .wpcf7-list-item {
  margin-left: 0;
}
.single-news-page .wp-block-contact-form-7-contact-form-selector input[type="file"] {
  color: #a9a9a9;
  font-size: 15px;
}
.single-news-page .wp-block-contact-form-7-contact-form-selector .wpcf7-list-item-label {
  color: #a9a9a9;
  font-weight: normal;
  line-height: 1.1;
  font-size: 15px;
}
.single-news-page .wp-block-contact-form-7-contact-form-selector .wpcf7-list-item.first.last {
  margin-left: 0;
}
.single-news-page .wp-block-contact-form-7-contact-form-selector textarea {
  border-radius: 0;
  font-size: 15px;
  width: 372px;
}
.single-news-page .wp-block-contact-form-7-contact-form-selector .wpcf7-character-count.down {
  font-size: 14px;
  font-weight: normal;
  color: #a9a9a9;
  margin-top: -2px;
  display: block;
  text-align: right;
}
.single-news-page .wp-block-contact-form-7-contact-form-selector .representative-tel {
  display: flex;
  align-items: center;
}
.single-news-page .wp-block-contact-form-7-contact-form-selector .representative-tel span:first-child {
  margin-right: 6px;
  color: #a9a9a9;
  font-weight: normal;
}
.single-news-page .wp-block-contact-form-7-contact-form-selector div.representatives {
  display: flex;
  flex-wrap: wrap;
}
.single-news-page .wp-block-contact-form-7-contact-form-selector div.representatives .representative {
  width: 50%;
  padding: 5px;
}
.single-news-page .wp-block-contact-form-7-contact-form-selector div.representatives .representative:nth-child(odd) {
  padding-left: 0;
}
.single-news-page .wp-block-contact-form-7-contact-form-selector div.representatives .representative:nth-child(even) {
  padding-right: 0;
}
.single-news-page .wp-block-contact-form-7-contact-form-selector div.representatives .representative .representative-inner {
  margin: 5px;
  border: 1px solid #cccccc;
  padding: 10px;
}
.single-news-page .wp-block-contact-form-7-contact-form-selector div.projects {
  display: flex;
  flex-wrap: wrap;
}
.single-news-page .wp-block-contact-form-7-contact-form-selector div.projects .project {
  width: 50%;
  padding: 5px;
}
.single-news-page .wp-block-contact-form-7-contact-form-selector div.projects .project:nth-child(odd) {
  padding-left: 0;
}
.single-news-page .wp-block-contact-form-7-contact-form-selector div.projects .project:nth-child(even) {
  padding-right: 0;
}
.single-news-page .wp-block-contact-form-7-contact-form-selector div.projects .project .project-inner {
  margin: 5px;
  border: 1px solid #cccccc;
  padding: 10px;
}
.single-news-text figcaption {
  font-size: 14px;
}
.bip-header-img {
  display: flex;
  align-items: center;
}
.bip-header-img .bip-logo-outer {
  width: 172px;
}
.bip-container {
  margin: 0 auto;
  padding: 0 40px;
}
.bip-container a {
  color: #ba262c;
}
.bip-container a:hover {
  color: #ba262c;
  text-decoration: underline;
}
.bip-container a:visited {
  color: #ba262c;
}
.bip-container .bip-page {
  display: flex;
}
.bip-container .bip-page h2 {
  font-weight: 600;
  text-transform: none;
  font-size: 20px;
  margin-bottom: 37px;
}
.bip-container .bip-page .bip-menu {
  font-weight: 600;
}
.bip-container .bip-page .bip-menu .bip-bars {
  display: none;
}
.bip-container .bip-page .bip-menu ul {
  list-style-type: none;
  margin-right: 34px;
  margin-top: 25px;
  padding: 0;
  width: 261px;
}
.bip-container .bip-page .bip-menu ul li {
  padding: 13px 24px;
  line-height: 1.3em;
  cursor: pointer;
  font-size: 15px;
  text-align: right;
}
.bip-container .bip-page .bip-menu .active {
  background-color: #ba262c;
}
.bip-container .bip-page .bip-content {
  min-height: 650px;
  background-color: #f9f9f9;
  color: #131112;
  padding: 37px 24px;
  width: 100%;
}
.bip-container .bip-page .bip-content p {
  font-size: 14px;
}
.bip-container .bip-page .bip-content .tender-content li,
.bip-container .bip-page .bip-content .core-business-content li,
.bip-container .bip-page .bip-content .structure-content li,
.bip-container .bip-page .bip-content .management-content li,
.bip-container .bip-page .bip-content .pisf-council-content li,
.bip-container .bip-page .bip-content .operational-programs-content li,
.bip-container .bip-page .bip-content .legal-infromation-content li,
.bip-container .bip-page .bip-content .wealth-content li,
.bip-container .bip-page .bip-content .bip-page-content li {
  font-size: 14px;
}
.bip-container .bip-page .bip-content .register-content a {
  font-size: 14px;
}
.bip-container .bip-page .bip-content .bip-page-content {
  display: none;
}
.bip-container .bip-page .bip-content .bip-page-content.active {
  display: block;
}
.bip-container .bip-page .bip-content .bip-page-content.tenders-content .bip-content-tenders-submenu,
.bip-container .bip-page .bip-content .bip-page-content.cultural-tenders-content .bip-content-tenders-submenu {
  padding-right: 24px;
  position: relative;
}
.bip-container .bip-page .bip-content .bip-page-content.tenders-content .bip-content-tenders-submenu:after,
.bip-container .bip-page .bip-content .bip-page-content.cultural-tenders-content .bip-content-tenders-submenu:after {
  display: block;
  content: '';
  width: 1px;
  background: #a8a6a7;
  top: -37px;
  bottom: -37px;
  position: absolute;
  right: 0;
}
.bip-container .bip-page .bip-content .bip-page-content.tenders-content .bip-content-tenders-submenu li,
.bip-container .bip-page .bip-content .bip-page-content.cultural-tenders-content .bip-content-tenders-submenu li {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
  padding-left: 0;
  text-indent: 0;
  width: 145px;
  cursor: pointer;
}
.bip-container .bip-page .bip-content .bip-page-content.tenders-content .bip-content-tenders-submenu li.active,
.bip-container .bip-page .bip-content .bip-page-content.cultural-tenders-content .bip-content-tenders-submenu li.active {
  color: #ba262c;
}
.bip-container .bip-page .bip-content .bip-page-content.tenders-content .bip-content-tenders-submenu li:before,
.bip-container .bip-page .bip-content .bip-page-content.cultural-tenders-content .bip-content-tenders-submenu li:before {
  display: none;
}
.bip-container .bip-page .bip-content .bip-page-content.tenders-content .tenders-pl-list,
.bip-container .bip-page .bip-content .bip-page-content.cultural-tenders-content .tenders-pl-list {
  background-color: #fff;
  padding: 24px;
}
.bip-container .bip-page .bip-content .bip-page-content.tenders-content .tenders-pl-list h3,
.bip-container .bip-page .bip-content .bip-page-content.cultural-tenders-content .tenders-pl-list h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.bip-container .bip-page .bip-content .bip-page-content.tenders-content .tenders-pl-list p,
.bip-container .bip-page .bip-content .bip-page-content.cultural-tenders-content .tenders-pl-list p {
  font-size: 14px;
  font-weight: 300;
}
.bip-container .bip-page .bip-content .bip-page-content.tenders-content .tenders-pl-list li,
.bip-container .bip-page .bip-content .bip-page-content.cultural-tenders-content .tenders-pl-list li {
  cursor: pointer;
}
.bip-container .bip-page .bip-content .bip-page-content.tenders-content .tenders-pl-list li:before,
.bip-container .bip-page .bip-content .bip-page-content.cultural-tenders-content .tenders-pl-list li:before {
  display: none;
}
.bip-container .bip-page .bip-content .bip-page-content.tenders-content .bip-content-tenders > li,
.bip-container .bip-page .bip-content .bip-page-content.cultural-tenders-content .bip-content-tenders > li {
  display: none;
}
.bip-container .bip-page .bip-content .bip-page-content.tenders-content .bip-content-tenders > li:before,
.bip-container .bip-page .bip-content .bip-page-content.cultural-tenders-content .bip-content-tenders > li:before {
  display: none;
}
.bip-container .bip-page .bip-content .bip-page-content.tenders-content .bip-content-tenders > li.active,
.bip-container .bip-page .bip-content .bip-page-content.cultural-tenders-content .bip-content-tenders > li.active {
  display: block;
}
.bip-container .bip-page .bip-content .bip-page-content.tenders-content .bip-content-tenders > li > p,
.bip-container .bip-page .bip-content .bip-page-content.cultural-tenders-content .bip-content-tenders > li > p {
  background-color: #fff;
  padding: 24px;
  font-size: 14px;
  font-weight: 300;
}
.bip-container .bip-page .bip-content .bip-page-content.tenders-content.active,
.bip-container .bip-page .bip-content .bip-page-content.cultural-tenders-content.active {
  display: flex;
  min-height: 650px;
}
.bip-container .bip-page .bip-content .bip-content-tenders {
  padding-left: 38px;
  width: 100%;
}
.bip-container .bip-page .bip-content .bip-content-tenders-culture {
  width: 100%;
}
.bip-container .bip-page .bip-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bip-container .bip-page .bip-content ul li::before {
  content: "▪ ";
  color: #ba262c;
  font-size: 20px;
  margin-right: 4px;
}
.bip-container .bip-page .bip-content .meta-data {
  color: black;
  line-height: 1.4;
}
.bip-container .bip-page .bip-content .meta-data p {
  margin-bottom: 2px;
}
.bip-container footer {
  color: #888788;
  margin-top: 20px;
  font-size: 12px;
  margin-left: 32%;
}
.bip-container footer .declaration-of-accessibility {
  margin: 20px 0;
  text-align: center;
}
.bip-container footer .declaration-of-accessibility a {
  color: #fff;
  font-size: 15px;
}
.bip-container footer .declaration-of-accessibility a:hover {
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  #masthead .nav-container.bip-nav {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  #masthead .nav-container .img-container-bip {
    width: 150px;
    margin-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .bip-container .bip-page .bip-menu #bip-menu-list {
    display: none;
    margin-top: 20px;
  }
  .bip-container .bip-page .bip-menu .bip-bars {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
  }
  .bip-header-img {
    justify-content: center;
  }
  .bip-container .bip-page {
    flex-direction: column;
  }
  .bip-container .bip-page .bip-menu ul {
    margin: 0;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .bip-container .bip-page .bip-menu ul li {
    padding: 11px 24px;
    text-align: left;
    padding-left: 12px;
  }
  .bip-container .bip-page .bip-content .bip-page-content.tenders-content.active {
    flex-direction: column;
  }
  .bip-container .bip-page .bip-content .bip-page-content.tenders-content .bip-content-tenders-submenu {
    margin-bottom: 15px;
  }
  .bip-container .bip-page .bip-content .bip-page-content.tenders-content .bip-content-tenders-submenu:after {
    display: none;
  }
  .bip-container .bip-page .bip-content .bip-content-tenders {
    padding-left: 0;
  }
  .bip-container .bip-page h2 {
    margin-bottom: 20px;
  }
  .bip-container {
    padding: 0 24px;
  }
}
.grants-page .grants-page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.grants-page .grants-page-header p {
  font-size: 1rem;
}
.grants-page .grants-page-header h1 {
  font-size: 3rem;
  font-weight: 500;
  font-family: 'kronaOne', sans-serif;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .grants-page .grants-page-header h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 400px) {
  .grants-page .grants-page-header h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 330px) {
  .grants-page .grants-page-header h1 {
    font-size: 28px;
  }
}
.grants-page .grants-page-header h1,
.grants-page .grants-page-header p {
  color: #131112;
}
.grants-page .grant-hierarchy-list,
.grants-page .grant-hierarchy-list > li > ul {
  list-style: none;
}
.grants-page .grant-hierarchy-list {
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.grants-page .grant-hierarchy-list > li > .accordion-item-name {
  margin-bottom: 0;
}
.grants-page .grant-hierarchy-list > ul > li > ul {
  margin-left: 0;
}
.grants-page .grant-hierarchy-list > li {
  color: #000;
  font-family: arial;
  font-weight: bold;
  background-color: #F5F5F5;
  margin: 10px 0 0;
  padding: 14px 24px;
}
.grants-page .grant-hierarchy-list li ul a {
  font-weight: normal;
  font-family: 'Source Sans Pro', sans-serif;
}
.grants-page .grant-hierarchy-list li ul {
  display: none;
  margin-left: 34px;
  padding-left: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}
.grants-page .grant-hierarchy-list > li > .accordion-item > .accordion-item-name {
  margin-bottom: 0;
}
.grants-page .accordion-item {
  width: fit-content;
  cursor: pointer;
}
.grants-page .accordion-icons {
  float: left;
  margin-top: 5px;
}
.grants-page .accordion-icons.accordion-minus {
  display: none;
  color: #ba262c;
}
.grants-page .accordion-item-name {
  margin-left: 40px;
  margin-bottom: 8px;
  font-family: 'Source Sans Pro', sans-serif;
}
.grants-page .without-list-style {
  list-style: none;
}
.single-uchwala-page {
  margin: auto;
  padding: 37px;
  background-color: #fff;
  color: #131112;
}
.single-uchwala-page h1 {
  color: #131112;
}
.single-uchwala-page .table-outer {
  overflow-x: scroll;
}
.single-uchwala-page .wp-block-table.aligncenter table td {
  word-break: initial;
}
.single-uchwala-page table {
  color: #131112;
  border-spacing: 2px;
  border-collapse: separate;
}
.single-uchwala-page table th {
  background-color: #131112;
  color: #ffffff;
  text-align: center;
}
.single-uchwala-page table td {
  font-size: 14px;
  word-break: initial;
}
.single-uchwala-page table tr:nth-child(odd) td {
  background-color: #e5e5e5;
}
.single-uchwala-page table tr:nth-child(even) td {
  background-color: #a8a6a7;
}
.single-uchwala-page table th:last-child,
.single-uchwala-page table td:last-child {
  padding-right: 0.4em;
}
.single-uchwala-page table th:first-child,
.single-uchwala-page table td:first-child {
  padding-left: 0.4em;
}
.error-page-container-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  padding-top: 3rem;
  padding: 0 20px;
}
.error-page-container-inner .error-page-header {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: 'kronaOne', sans-serif;
}
.error-page-container-inner .error-page-text {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.error-page-container-inner .error-page-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.error-page-container-inner .error-page-buttons .main-page-button {
  height: 40px;
}
.error-page-container-inner .error-page-buttons .error-search-input {
  width: 70%;
  position: relative;
}
.error-page-container-inner .error-page-buttons .error-search-input input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  padding: 0 40px;
}
.error-page-container-inner .error-page-buttons .error-search-input i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.error-page-container-inner .error-page-buttons .error-search-input i::before {
  font-weight: 700;
}
@media screen and (max-width: 674px) {
  .error-page-container-inner .error-page-buttons .error-search-input {
    width: 100%;
  }
}
.partners {
  padding: 24px;
  background-color: white;
}
.partners .owl-carousel .owl-stage {
  display: flex;
}
.partners .blocks-gallery-grid .blocks-gallery-image figure,
.partners .blocks-gallery-grid .blocks-gallery-item figure,
.partners .wp-block-gallery .blocks-gallery-image figure,
.partners .wp-block-gallery .blocks-gallery-item figure {
  display: block;
}
.partners .owl-carousel .owl-item {
  max-height: 100px;
}
.partners .owl-carousel .owl-item img {
  max-height: 75px;
  height: auto;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.partners .owl-stage {
  display: flex;
  align-items: center;
}
.partners .single-slide {
  height: 80px;
  background-color: transparent;
}
.partners .single-slide .slide-bg {
  height: 80px;
}
.partners .partners-icons-container {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .partners .partners-icons-container {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 12px 26px 26px;
  }
}
@media only screen and (max-width: 989px) {
  .partners .partners-icons-container {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 767px) {
  .partners .partners-icons-container .partners-icon {
    margin: 0;
    width: 100%;
  }
}
.partners .partners-icons-container .partners-icon-4 {
  display: flex;
  align-items: center;
}
.partners .partners-icons-container .partners-icon-4 .partner-icon {
  text-align: center;
  flex: 1 1 0;
}
@media only screen and (max-width: 1329px) {
  .partners .partners-icons-container .partners-icon-4 {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .partners .partners-icons-container .partners-icon-4 {
    flex-direction: column;
  }
}
.partners .partners-icons-container .partners-icon-4 .logo-ue-outer img {
  transform: scale(1.2);
}
.partners .partners-icons-container .partners-icon-4 .logo-ue-outer img.img-ue-rr {
  width: 165px;
}
@media only screen and (max-width: 767px) {
  .partners .partners-icons-container .partners-icon-4 .logo-ue-outer {
    margin-bottom: 14px;
    text-align: center;
  }
  .partners .partners-icons-container .partners-icon-4 .logo-ue-outer img {
    margin-right: 0;
  }
  .partners .partners-icons-container .partners-icon-4 .logo-ue-outer img.img-ue-rr {
    margin-top: 10px;
  }
}
.partners .declaration-of-accessibility {
  margin: 20px 0 0 0;
  text-align: center;
}
.partners .declaration-of-accessibility a {
  color: #131112;
}
.partners .declaration-of-accessibility a:hover {
  text-decoration: none;
}
body footer#footer-view .partners .blocks-gallery-grid .blocks-gallery-image,
body footer#footer-view .partners .blocks-gallery-grid .blocks-gallery-item,
body footer#footer-view .partners .wp-block-gallery .blocks-gallery-image,
body footer#footer-view .partners .wp-block-gallery .blocks-gallery-item {
  margin: 0;
  width: 100%;
}
.line-height2 .page-content li {
  line-height: 1.8 !important;
}
.line-height2 .page-content p {
  line-height: 1.8 !important;
}
.line-height2 .page-content td {
  line-height: 1.8 !important;
}
.line-height2 .page-content .single-news-content p {
  line-height: 1.8 !important;
}
.line-height2 .page-content .wp-block-file a:not(.wp-block-file__button) {
  line-height: 1.8 !important;
}
.line-height2 .page-content h1,
.line-height2 .page-content h2,
.line-height2 .page-content h3,
.line-height2 .page-content h4,
.line-height2 .page-content h5,
.line-height2 .page-content h6 {
  line-height: 1.8 !important;
}
.line-height2 .page-content .ui-accordion.ui-widget p {
  line-height: 1.8 !important;
}
.line-height2 .slider-news .slide-title {
  line-height: 1.8 !important;
}
.line-height3 .page-content li {
  line-height: 2.4 !important;
}
.line-height3 .page-content p {
  line-height: 2.4 !important;
}
.line-height3 .page-content td {
  line-height: 2.4 !important;
}
.line-height3 .page-content .single-news-content p {
  line-height: 2.4 !important;
}
.line-height3 .page-content .wp-block-file a:not(.wp-block-file__button) {
  line-height: 2.4 !important;
}
.line-height3 .page-content h1,
.line-height3 .page-content h2,
.line-height3 .page-content h3,
.line-height3 .page-content h4,
.line-height3 .page-content h5,
.line-height3 .page-content h6 {
  line-height: 2.4 !important;
}
.line-height3 .page-content .ui-accordion.ui-widget p {
  line-height: 2.4 !important;
}
.line-height3 .slider-news .slide-title {
  line-height: 2.4 !important;
}
.line-height4 .page-content li {
  line-height: 3 !important;
}
.line-height4 .page-content p {
  line-height: 3 !important;
}
.line-height4 .page-content td {
  line-height: 3 !important;
}
.line-height4 .page-content .single-news-content p {
  line-height: 3 !important;
}
.line-height4 .page-content .wp-block-file a:not(.wp-block-file__button) {
  line-height: 3 !important;
}
.line-height4 .page-content h1,
.line-height4 .page-content h2,
.line-height4 .page-content h3,
.line-height4 .page-content h4,
.line-height4 .page-content h5,
.line-height4 .page-content h6 {
  line-height: 3 !important;
}
.line-height4 .page-content .ui-accordion.ui-widget p {
  line-height: 3 !important;
}
.line-height4 .slider-news .slide-title {
  line-height: 3 !important;
}
.line-height5 .page-content li {
  line-height: 3.6 !important;
}
.line-height5 .page-content p {
  line-height: 3.6 !important;
}
.line-height5 .page-content td {
  line-height: 3.6 !important;
}
.line-height5 .page-content .single-news-content p {
  line-height: 3.6 !important;
}
.line-height5 .page-content .wp-block-file a:not(.wp-block-file__button) {
  line-height: 3.6 !important;
}
.line-height5 .page-content h1,
.line-height5 .page-content h2,
.line-height5 .page-content h3,
.line-height5 .page-content h4,
.line-height5 .page-content h5,
.line-height5 .page-content h6 {
  line-height: 3.6 !important;
}
.line-height5 .page-content .ui-accordion.ui-widget p {
  line-height: 3.6 !important;
}
.line-height5 .slider-news .slide-title {
  line-height: 3.6 !important;
}
.paragraph-height2 .page-content ul {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}
.paragraph-height2 .page-content p {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}
.paragraph-height2 .page-content td {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}
.paragraph-height2 .page-content .single-news-content p {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}
.paragraph-height2 .page-content .wp-block-file a:not(.wp-block-file__button) {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}
.paragraph-height2 .page-content .ui-accordion.ui-widget p {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}
.paragraph-height3 .page-content ul {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}
.paragraph-height3 .page-content p {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}
.paragraph-height3 .page-content td {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}
.paragraph-height3 .page-content .single-news-content p {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}
.paragraph-height3 .page-content .wp-block-file a:not(.wp-block-file__button) {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}
.paragraph-height3 .page-content .ui-accordion.ui-widget p {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}
.paragraph-height4 .page-content ul {
  padding-top: 1.8rem !important;
  padding-bottom: 1.8rem !important;
}
.paragraph-height4 .page-content p {
  padding-top: 1.8rem !important;
  padding-bottom: 1.8rem !important;
}
.paragraph-height4 .page-content td {
  padding-top: 1.8rem !important;
  padding-bottom: 1.8rem !important;
}
.paragraph-height4 .page-content .single-news-content p {
  padding-top: 1.8rem !important;
  padding-bottom: 1.8rem !important;
}
.paragraph-height4 .page-content .wp-block-file a:not(.wp-block-file__button) {
  padding-top: 1.8rem !important;
  padding-bottom: 1.8rem !important;
}
.paragraph-height4 .page-content .ui-accordion.ui-widget p {
  padding-top: 1.8rem !important;
  padding-bottom: 1.8rem !important;
}
.paragraph-height5 .page-content ul {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}
.paragraph-height5 .page-content p {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}
.paragraph-height5 .page-content td {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}
.paragraph-height5 .page-content .single-news-content p {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}
.paragraph-height5 .page-content .wp-block-file a:not(.wp-block-file__button) {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}
.paragraph-height5 .page-content .ui-accordion.ui-widget p {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}
.letter-spacing2 .page-content span {
  letter-spacing: 0.06em !important;
}
.letter-spacing2 .page-content li {
  letter-spacing: 0.06em !important;
}
.letter-spacing2 .page-content p {
  letter-spacing: 0.06em !important;
}
.letter-spacing2 .page-content td {
  letter-spacing: 0.06em !important;
}
.letter-spacing2 .page-content .single-news-content p {
  letter-spacing: 0.06em !important;
}
.letter-spacing2 .page-content .wp-block-file a:not(.wp-block-file__button) {
  letter-spacing: 0.06em !important;
}
.letter-spacing2 .page-content h1,
.letter-spacing2 .page-content h2,
.letter-spacing2 .page-content h3,
.letter-spacing2 .page-content h4,
.letter-spacing2 .page-content h5,
.letter-spacing2 .page-content h6 {
  letter-spacing: 0.06em !important;
}
.letter-spacing2 .page-content .ui-accordion.ui-widget p {
  letter-spacing: 0.06em !important;
}
.letter-spacing2 .slider-news .slide-title {
  letter-spacing: 0.06em !important;
}
.letter-spacing2 #page section.buttons-action.base-width {
  letter-spacing: 0.06em !important;
}
.letter-spacing2 #page section.slider-news.base-width {
  letter-spacing: 0.06em !important;
}
.letter-spacing3 .page-content span {
  letter-spacing: 0.14em !important;
}
.letter-spacing3 .page-content li {
  letter-spacing: 0.14em !important;
}
.letter-spacing3 .page-content p {
  letter-spacing: 0.14em !important;
}
.letter-spacing3 .page-content td {
  letter-spacing: 0.14em !important;
}
.letter-spacing3 .page-content .single-news-content p {
  letter-spacing: 0.14em !important;
}
.letter-spacing3 .page-content .wp-block-file a:not(.wp-block-file__button) {
  letter-spacing: 0.14em !important;
}
.letter-spacing3 .page-content h1,
.letter-spacing3 .page-content h2,
.letter-spacing3 .page-content h3,
.letter-spacing3 .page-content h4,
.letter-spacing3 .page-content h5,
.letter-spacing3 .page-content h6 {
  letter-spacing: 0.14em !important;
}
.letter-spacing3 .page-content .ui-accordion.ui-widget p {
  letter-spacing: 0.14em !important;
}
.letter-spacing3 .slider-news .slide-title {
  letter-spacing: 0.14em !important;
}
.letter-spacing3 #page section.buttons-action.base-width {
  letter-spacing: 0.14em !important;
}
.letter-spacing3 #page section.slider-news.base-width {
  letter-spacing: 0.14em !important;
}
.letter-spacing4 .page-content span {
  letter-spacing: 0.26em !important;
}
.letter-spacing4 .page-content li {
  letter-spacing: 0.26em !important;
}
.letter-spacing4 .page-content p {
  letter-spacing: 0.26em !important;
}
.letter-spacing4 .page-content td {
  letter-spacing: 0.26em !important;
}
.letter-spacing4 .page-content .single-news-content p {
  letter-spacing: 0.26em !important;
}
.letter-spacing4 .page-content .wp-block-file a:not(.wp-block-file__button) {
  letter-spacing: 0.26em !important;
}
.letter-spacing4 .page-content h1,
.letter-spacing4 .page-content h2,
.letter-spacing4 .page-content h3,
.letter-spacing4 .page-content h4,
.letter-spacing4 .page-content h5,
.letter-spacing4 .page-content h6 {
  letter-spacing: 0.26em !important;
}
.letter-spacing4 .page-content .ui-accordion.ui-widget p {
  letter-spacing: 0.26em !important;
}
.letter-spacing4 .slider-news .slide-title {
  letter-spacing: 0.26em !important;
}
.letter-spacing4 #page section.buttons-action.base-width {
  letter-spacing: 0.26em !important;
}
.letter-spacing4 #page section.slider-news.base-width {
  letter-spacing: 0.26em !important;
}
.letter-spacing5 .page-content span {
  letter-spacing: 0.4em !important;
}
.letter-spacing5 .page-content li {
  letter-spacing: 0.4em !important;
}
.letter-spacing5 .page-content p {
  letter-spacing: 0.4em !important;
}
.letter-spacing5 .page-content td {
  letter-spacing: 0.4em !important;
}
.letter-spacing5 .page-content .single-news-content p {
  letter-spacing: 0.4em !important;
}
.letter-spacing5 .page-content .wp-block-file a:not(.wp-block-file__button) {
  letter-spacing: 0.4em !important;
}
.letter-spacing5 .page-content h1,
.letter-spacing5 .page-content h2,
.letter-spacing5 .page-content h3,
.letter-spacing5 .page-content h4,
.letter-spacing5 .page-content h5,
.letter-spacing5 .page-content h6 {
  letter-spacing: 0.4em !important;
}
.letter-spacing5 .page-content .ui-accordion.ui-widget p {
  letter-spacing: 0.4em !important;
}
.letter-spacing5 .slider-news .slide-title {
  letter-spacing: 0.4em !important;
}
.letter-spacing5 #page section.buttons-action.base-width {
  letter-spacing: 0.4em !important;
}
.letter-spacing5 #page section.slider-news.base-width {
  letter-spacing: 0.4em !important;
}
.word-spacing2 .page-content span {
  word-spacing: 0.16em !important;
}
.word-spacing2 .page-content li {
  word-spacing: 0.16em !important;
}
.word-spacing2 .page-content p {
  word-spacing: 0.16em !important;
}
.word-spacing2 .page-content td {
  word-spacing: 0.16em !important;
}
.word-spacing2 .page-content .single-news-content p {
  word-spacing: 0.16em !important;
}
.word-spacing2 .page-content .wp-block-file a:not(.wp-block-file__button) {
  word-spacing: 0.16em !important;
}
.word-spacing2 .page-content h1,
.word-spacing2 .page-content h2,
.word-spacing2 .page-content h3,
.word-spacing2 .page-content h4,
.word-spacing2 .page-content h5,
.word-spacing2 .page-content h6 {
  word-spacing: 0.16em !important;
}
.word-spacing2 .page-content .ui-accordion.ui-widget p {
  word-spacing: 0.16em !important;
}
.word-spacing2 .slider-news .slide-title {
  word-spacing: 0.16em !important;
}
.word-spacing2 #page section.buttons-action.base-width {
  word-spacing: 0.16em !important;
}
.word-spacing2 #page section.slider-news.base-width {
  word-spacing: 0.16em !important;
}
.word-spacing3 .page-content span {
  word-spacing: 0.24em !important;
}
.word-spacing3 .page-content li {
  word-spacing: 0.24em !important;
}
.word-spacing3 .page-content p {
  word-spacing: 0.24em !important;
}
.word-spacing3 .page-content td {
  word-spacing: 0.24em !important;
}
.word-spacing3 .page-content .single-news-content p {
  word-spacing: 0.24em !important;
}
.word-spacing3 .page-content .wp-block-file a:not(.wp-block-file__button) {
  word-spacing: 0.24em !important;
}
.word-spacing3 .page-content h1,
.word-spacing3 .page-content h2,
.word-spacing3 .page-content h3,
.word-spacing3 .page-content h4,
.word-spacing3 .page-content h5,
.word-spacing3 .page-content h6 {
  word-spacing: 0.24em !important;
}
.word-spacing3 .page-content .ui-accordion.ui-widget p {
  word-spacing: 0.24em !important;
}
.word-spacing3 .slider-news .slide-title {
  word-spacing: 0.24em !important;
}
.word-spacing3 #page section.buttons-action.base-width {
  word-spacing: 0.24em !important;
}
.word-spacing3 #page section.slider-news.base-width {
  word-spacing: 0.24em !important;
}
.word-spacing4 .page-content span {
  word-spacing: 0.4em !important;
}
.word-spacing4 .page-content li {
  word-spacing: 0.4em !important;
}
.word-spacing4 .page-content p {
  word-spacing: 0.4em !important;
}
.word-spacing4 .page-content td {
  word-spacing: 0.4em !important;
}
.word-spacing4 .page-content .single-news-content p {
  word-spacing: 0.4em !important;
}
.word-spacing4 .page-content .wp-block-file a:not(.wp-block-file__button) {
  word-spacing: 0.4em !important;
}
.word-spacing4 .page-content h1,
.word-spacing4 .page-content h2,
.word-spacing4 .page-content h3,
.word-spacing4 .page-content h4,
.word-spacing4 .page-content h5,
.word-spacing4 .page-content h6 {
  word-spacing: 0.4em !important;
}
.word-spacing4 .page-content .ui-accordion.ui-widget p {
  word-spacing: 0.4em !important;
}
.word-spacing4 .slider-news .slide-title {
  word-spacing: 0.4em !important;
}
.word-spacing4 #page section.buttons-action.base-width {
  word-spacing: 0.4em !important;
}
.word-spacing4 #page section.slider-news.base-width {
  word-spacing: 0.4em !important;
}
.word-spacing5 .page-content span {
  word-spacing: 0.6em !important;
}
.word-spacing5 .page-content li {
  word-spacing: 0.6em !important;
}
.word-spacing5 .page-content p {
  word-spacing: 0.6em !important;
}
.word-spacing5 .page-content td {
  word-spacing: 0.6em !important;
}
.word-spacing5 .page-content .single-news-content p {
  word-spacing: 0.6em !important;
}
.word-spacing5 .page-content .wp-block-file a:not(.wp-block-file__button) {
  word-spacing: 0.6em !important;
}
.word-spacing5 .page-content h1,
.word-spacing5 .page-content h2,
.word-spacing5 .page-content h3,
.word-spacing5 .page-content h4,
.word-spacing5 .page-content h5,
.word-spacing5 .page-content h6 {
  word-spacing: 0.6em !important;
}
.word-spacing5 .page-content .ui-accordion.ui-widget p {
  word-spacing: 0.6em !important;
}
.word-spacing5 .slider-news .slide-title {
  word-spacing: 0.6em !important;
}
.word-spacing5 #page section.buttons-action.base-width {
  word-spacing: 0.6em !important;
}
.word-spacing5 #page section.slider-news.base-width {
  word-spacing: 0.6em !important;
}
.operational-programs {
  background-color: white;
  color: black;
  padding: 0 21px;
}
.operational-programs p a {
  text-decoration: none;
}
.operational-programs .summary-box a > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.operational-programs .summary-box a > div:hover {
  border-color: #ba262c;
}
.operational-programs .summary-box .summary-text {
  color: black;
}
.management-page-content {
  padding: 20px;
}
.management-page-content > p {
  margin-left: 20%;
}
.management-container > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.management-container .main-management.single-management {
  width: 50%;
  position: relative;
  margin-top: 300px;
}
.management-container .main-management.single-management .wp-block-media-text__media {
  position: absolute;
  width: 300px;
  height: 300px;
  top: 0;
  transform: translate(52%, -100%);
}
.management-container .main-management {
  background-color: #1D1D1D;
  padding: 20px;
  border-radius: 16px;
  position: relative;
}
.management-container .main-management.single-management .single-management-text {
  color: #fff !important;
}
.management-container .main-management::after {
  content: "";
  background-color: #E3051B;
  height: 6px;
  width: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.management-container .single-management {
  display: block;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  border: 1px solid #fff;
  border-radius: 16px;
  padding: 10px;
  background-color: #1D1D1D;
}
.management-container .single-management > .wp-block-media-text__content h2,
.management-container .single-management > .wp-block-media-text__content h3,
.management-container .single-management > .wp-block-media-text__content p,
.management-container .single-management > .wp-block-media-text__content div {
  text-align: center;
  text-transform: none;
}
.management-container .single-management > .wp-block-media-text__content .single-management-role {
  color: #E3051B;
}
.management-container .single-management > .wp-block-media-text__content .single-management-text {
  font-size: 14px;
  color: #787A82;
}
.management-container .single-management > .wp-block-media-text__content .single-management-contact {
  font-size: 16px;
}
.management-container .other-menagement {
  margin-top: 80px;
}
.management-container .other-menagement > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  margin: 0 auto;
  justify-content: center;
}
.management-container .other-menagement > .wp-block-group__inner-container .single-management {
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
}
.application-report-section-outer {
  margin: 0 auto;
  background-color: #fff;
  padding: 64px 0 64px 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 989px) {
  .application-report-section-outer {
    padding: 0;
  }
}
.application-report-section-outer .application-report-section {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 989px) {
  .application-report-section-outer .application-report-section {
    flex-direction: column;
    gap: 40px;
  }
}
.application-report-section-outer .application-report-section .application-section-outer,
.application-report-section-outer .application-report-section .report-section-outer,
.application-report-section-outer .application-report-section .guide-section-outer {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 989px) {
  .application-report-section-outer .application-report-section .application-section-outer,
  .application-report-section-outer .application-report-section .report-section-outer,
  .application-report-section-outer .application-report-section .guide-section-outer {
    width: 100%;
    height: 360px;
  }
}
@media screen and (max-width: 1350px) {
  .application-report-section-outer .application-report-section .application-section-outer,
  .application-report-section-outer .application-report-section .report-section-outer,
  .application-report-section-outer .application-report-section .guide-section-outer {
    padding: 8px;
  }
}
.application-report-section-outer .application-report-section .application-section-outer,
.application-report-section-outer .application-report-section .report-section-outer {
  position: relative;
}
.application-report-section-outer .application-report-section .application-section-outer::after,
.application-report-section-outer .application-report-section .report-section-outer::after {
  content: "";
  height: 100%;
  border: 1px solid #757575;
  position: absolute;
  right: -36px;
}
@media screen and (max-width: 1329px) {
  .application-report-section-outer .application-report-section .application-section-outer::after,
  .application-report-section-outer .application-report-section .report-section-outer::after {
    right: -26px;
  }
}
@media screen and (max-width: 989px) {
  .application-report-section-outer .application-report-section .application-section-outer::after,
  .application-report-section-outer .application-report-section .report-section-outer::after {
    width: 60%;
    height: 0;
    right: 50%;
    transform: translateX(50%);
    bottom: -21px;
  }
}
.application-report-section-outer .application-report-section .application-section,
.application-report-section-outer .application-report-section .report-section,
.application-report-section-outer .application-report-section .guide-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 989px) {
  .application-report-section-outer .application-report-section .application-section,
  .application-report-section-outer .application-report-section .report-section,
  .application-report-section-outer .application-report-section .guide-section {
    align-items: center;
  }
}
.application-report-section-outer .application-report-section .application-icon,
.application-report-section-outer .application-report-section .report-icon,
.application-report-section-outer .application-report-section .guide-icon {
  margin-bottom: 24px;
  text-align: center;
}
.application-report-section-outer .application-report-section .application-header,
.application-report-section-outer .application-report-section .report-header,
.application-report-section-outer .application-report-section .guide-header {
  font-size: 30px;
  font-weight: 500;
  text-transform: none;
  color: #131112;
  text-align: center;
  font-family: 'kronaOne', sans-serif;
}
.application-report-section-outer .application-report-section .application-text,
.application-report-section-outer .application-report-section .report-text,
.application-report-section-outer .application-report-section .guide-text {
  font-size: 16px;
  font-weight: normal;
  color: #131112;
  text-align: center;
}
@media screen and (max-width: 1329px) {
  .application-report-section-outer .application-report-section .application-text,
  .application-report-section-outer .application-report-section .report-text,
  .application-report-section-outer .application-report-section .guide-text {
    min-height: 52px;
  }
}
@media screen and (max-width: 989px) {
  .application-report-section-outer .application-report-section .application-text,
  .application-report-section-outer .application-report-section .report-text,
  .application-report-section-outer .application-report-section .guide-text {
    min-height: unset;
  }
}
.application-report-section-outer .application-report-section .application-button,
.application-report-section-outer .application-report-section .report-button,
.application-report-section-outer .application-report-section .guide-button {
  text-transform: uppercase;
  border-radius: 20px;
  padding: 10px;
  line-height: 13px;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-width: 145px;
  background-color: #d72828;
  margin-top: 10px;
}
.application-report-section-outer .application-report-section .application-button:hover,
.application-report-section-outer .application-report-section .report-button:hover,
.application-report-section-outer .application-report-section .guide-button:hover {
  background-color: #ba262c;
}
.application-report-section-outer .application-report-section .application-button:focus,
.application-report-section-outer .application-report-section .report-button:focus,
.application-report-section-outer .application-report-section .guide-button:focus {
  background-color: #ba262c;
}
.debate-section-outer {
  background-color: #fff;
  padding-bottom: 64px;
}
.debate-section-outer .debate-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  max-width: 1312px;
}
@media screen and (max-width: 1360px) {
  .debate-section-outer .debate-section {
    margin: 0 20px;
  }
}
.debate-section-outer .debate-section-text {
  width: 50%;
}
.debate-section-outer .debate-section-text .debate-section-header {
  font-size: 40px;
  font-weight: 500;
  font-family: 'kronaOne', sans-serif;
}
@media screen and (max-width: 575px) {
  .debate-section-outer .debate-section-text .debate-section-header {
    font-size: 36px;
  }
}
.debate-section-outer .debate-section-text .debate-section-description {
  font-size: 18px;
  padding: 32px 0;
}
.debate-section-outer .debate-section-text .button.debate-section-button {
  padding: 12px 24px;
  width: fit-content;
  background-color: #fff;
  border: 1px solid #E3051A;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.debate-section-outer .debate-section-text .button.debate-section-button span {
  color: #E3051A;
  line-height: 18px;
}
.debate-section-outer .debate-section-text .button.debate-section-button img {
  width: 8px;
}
.debate-section-outer .debate-section-video {
  width: 50%;
}
.debate-section-outer .debate-section-video a {
  position: relative;
}
.debate-section-outer .debate-section-video a .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
  .debate-section-outer .debate-section {
    flex-direction: column;
  }
  .debate-section-outer .debate-section-text {
    width: 100%;
  }
  .debate-section-outer .debate-section-video {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .resolutions-page {
    padding: 0 20px;
  }
}
.resolutions-page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
}
.resolutions-page-header p {
  font-size: 1rem;
}
.resolutions-page-header h1 {
  font-size: 3rem;
  font-weight: 500;
  font-family: 'kronaOne', sans-serif;
  margin-bottom: 0;
}
.resolutions-page-header h1,
.resolutions-page-header p {
  color: #131112;
}
.resolutions-page .resolutions-info-text {
  margin-bottom: 60px;
  text-align: center;
}
.resolutions-page .resolutions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.resolutions-page .resolutions .resolutions-attachment-box {
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 22px;
}
.resolutions-page .resolutions .resolutions-attachment-box .resolutions-attachment-download {
  display: flex;
  column-gap: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.resolutions-page .resolutions .resolutions-attachment-box .resolutions-attachment-download .attachment-download-button {
  border: none;
  background-color: #E3051A;
  color: white;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.resolutions-page .resolutions .resolutions-attachment-box .resolutions-attachment-download .attachment-download-button i.fa-download {
  fill: #E3051A;
  margin-right: 5px;
}
.resolutions-page .resolutions .resolutions-attachment-box .resolutions-attachment-download .attachment-download-button.red {
  background-color: #E3051A;
  color: white;
}
.resolutions-page .resolutions .resolutions-attachment-box .resolutions-attachment-download .attachment-download-button.red i.fa-download {
  fill: #E3051A;
}
.resolutions-page .resolutions .resolutions-attachment-box .resolutions-attachment-download .attachment-download-button.white {
  background-color: white;
  color: #E3051A;
  border: 1px solid #E3051A;
}
.resolutions-page .resolutions .resolutions-attachment-box .resolutions-attachment-download .attachment-download-button.white i.fa-download {
  fill: white;
}
.btn-pisf {
  border-radius: 20px;
  border: 1px solid black;
  background: black;
  color: white;
  width: fit-content;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  padding: 12px 24px;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  padding-right: 45px !important;
}
.btn-pisf:after {
  content: '';
  display: block;
  background: url("/wp-content/themes/pisf/assets/images/next.svg") no-repeat;
  background-size: contain;
  width: 16px;
  height: 12px;
  border: none !important;
  right: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .btn-pisf {
    padding-right: 40px !important;
  }
  .btn-pisf:after {
    right: 12px !important;
  }
}
@media screen and (max-width: 767px) {
  .btn-pisf {
    font-size: 13px;
    padding: 12px 10px;
  }
}
body.contrast-mode .btn-pisf {
  padding-right: 45px !important;
}
body.contrast-mode .btn-pisf:after {
  content: '';
  display: block;
  background: url("/wp-content/themes/pisf/assets/images/next-black.svg") no-repeat;
  background-size: contain;
  width: 16px;
  height: 12px;
  border: none !important;
  right: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  body.contrast-mode .btn-pisf {
    padding-right: 40px !important;
  }
  body.contrast-mode .btn-pisf:after {
    right: 12px !important;
  }
}
body.high-contrast-mode .btn-pisf {
  padding-right: 45px !important;
}
body.high-contrast-mode .btn-pisf:after {
  content: '';
  display: block;
  background: url("/wp-content/themes/pisf/assets/images/next-contrast.svg") no-repeat;
  background-size: contain;
  width: 16px;
  height: 12px;
  border: none !important;
  right: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  body.high-contrast-mode .btn-pisf {
    padding-right: 40px !important;
  }
  body.high-contrast-mode .btn-pisf:after {
    right: 12px !important;
  }
}
.btn-container {
  margin: 49px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-start;
  width: 100%;
}
.btn-container h3 {
  font-weight: 400;
  font-size: 22px;
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7g.ttf) format('truetype');
}
/*
Theme Name: PISF
Theme URI: https://www.pisf.pl
Author: ThemeInWP
Author URI: https://www.pisf.pl
Description: Knight is a Gutenberg-supported WordPress Blog theme, suitable for any kind of blog, personal, fashion, food, travel, photography, publishing or tutorial blog sites. Let's make your blog the source of inspiration. Check our demos here:https://www.themeinwp.com/knight-demos
Version: 1.0.4
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: knight
Tags: blog, news, entertainment, one-column, two-columns, left-sidebar, right-sidebar, rtl-language-support, post-formats, custom-background, custom-menu, featured-images, full-width-template, custom-header, translation-ready, theme-options, threaded-comments

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ##search
    ##Admin only visible css
    ##Social Icon
    ##Slider
    ## Homepage
	## Posts and pages
# Footer
    ##Backtotop
# Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  background-color: #000;
  background-size: 100%;
  background-position: center center;
  background-repeat: repeat-y;
  background-attachment: scroll;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
[hidden] {
  display: block !important;
  position: absolute!important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0 auto;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
}
body,
button,
input,
select,
textarea {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}
body .secondary-font {
  font-family: 'Roboto', sans-serif;
}
p {
  margin-bottom: 15px;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: italic;
}
blockquote,
q {
  border: 0;
  display: inline-block;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
  text-align: center;
}
article blockquote {
  margin-bottom: 54px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  display: block;
  width: 27px;
  height: 1px;
  background-color: #383838;
  margin-bottom: 1em;
  margin-left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
blockquote:after,
q:after {
  margin-bottom: 0;
  margin-top: 1em;
}
blockquote cite {
  color: #999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
blockquote cite:before {
  content: "\2014 \2009";
}
dl {
  border: 2px solid #e8e8e8;
  padding: 2.5em;
}
dt {
  text-align: left;
  font-size: 130%;
  font-weight: bold;
}
dd {
  margin: 0;
  padding: 0 0 1em 0;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
.ui-widget-content p > a,
.ui-widget-content li > a,
.page-content li > a,
.is-style-grey-box a {
  text-decoration: underline !important;
  color: #ba262c;
}
.ui-widget-content p > a:hover,
.ui-widget-content li > a:hover,
.page-content li > a:hover,
.is-style-grey-box a:hover {
  text-decoration: underline !important;
  color: #ba262c;
}
/*--------------------------------------------------------------
  # Forms
  --------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0;
  padding: 10px 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.scroll-up {
  background: #000;
  color: #fff;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #d72828;
  border: 1px solid #d72828;
  color: #fff;
}
.btn-link:link,
.btn-link:visited {
  position: relative;
  display: inline-block;
  margin: 30px auto 0;
  min-width: 240px;
  padding: 14px 30px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.btn-link:link:after,
.btn-link:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}
.btn-link:link:hover:after,
.btn-link:visited:hover:after {
  height: 450%;
}
.btn-link {
  border: 2px solid;
  color: #FFF;
}
.btn-link i {
  margin-left: 10px;
}
.btn-link:after {
  opacity: 0;
  background-image: -webkit-linear-gradient(transparent 50%, rgba(196, 171, 140, 0.2) 50%);
  background-image: -moz-linear-gradient(transparent 50%, rgba(196, 171, 140, 0.2) 50%);
  background-size: 10px 10px;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
}
.btn-link:hover:after {
  height: 600% !important;
  opacity: 1;
  z-index: 1;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px;
  outline: 0;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
.meta-icon {
  margin-right: 5px;
  font-size: 18px;
  line-height: 1.4;
  vertical-align: middle;
}
/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}
thead th {
  border-bottom: 2px solid #eee;
  padding-bottom: 0.5em;
}
th {
  padding: 0.4em;
  text-align: left;
}
tr {
  border-bottom: 1px solid #eee;
}
td {
  padding: 0.4em;
}
td a {
  text-decoration: underline;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #fff;
  text-decoration: none;
}
p a {
  color: #ba262c;
  text-decoration: underline;
}
p a:hover {
  color: #ba262c;
  text-decoration: underline;
}
.banner .banner-content p a {
  color: #fff;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active,
a:focus {
  outline: 0;
  color: #fff;
}
/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/
.top-bar .icon-search .search-form {
  border: 1px solid #e4e4e4;
  position: relative;
  z-index: 0;
}
.top-bar .icon-search .search-form label {
  margin-bottom: 0;
  display: block;
}
.top-bar .icon-search .search-form:before {
  content: "\f4a5";
  color: #b0bec5;
  font-size: 24px;
  display: inline-block;
  font-family: "Ionicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 0;
  top: 0;
  line-height: 45px;
  width: 45px;
  position: absolute;
  z-index: -1;
  text-align: center;
}
.top-bar .icon-search .search-form input {
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0 80px 0 15px;
  width: 100%;
}
.top-bar .icon-search .search-form input[type="submit"] {
  font-size: 0;
  height: 45px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
}
.top-branding {
  margin: 15px auto;
}
.site-branding {
  margin: 0 auto;
  text-align: center;
}
.site-branding .site-title {
  font-size: 64px;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
}
.top-branding .site-branding,
.top-branding .site-branding .site-title a {
  color: #000;
}
.site-branding .site-description {
  margin: 15px auto;
}
@media only screen and (min-width: 768px) {
  .site-branding .site-title {
    font-size: 4.6875em;
    line-height: 100%;
    letter-spacing: -0.02em;
  }
}
@media only screen and (min-width: 992px) {
  .site-branding .site-title {
    font-size: 7.6875em;
  }
}
.top-branding .site-description {
  position: relative;
}
.top-branding .site-description span {
  background: #fff;
  padding: 0 30px;
  font-size: 14px;
}
.site-description span {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.top-branding .site-description:after {
  content: "";
  height: 1px;
  background: #e4e4e4;
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 45%;
  z-index: -1;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.top-header {
  text-align: center;
}
.main-navigation {
  margin: 15px auto;
  text-align: center;
}
.main-navigation .toggle-menu {
  height: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  display: none;
}
.ham:before,
.ham:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.ham:before {
  top: -8px;
}
.ham:after {
  top: 8px;
}
.ham.exit {
  background-color: transparent;
}
.ham.exit:before {
  -webkit-transform: translateY(8px) rotateZ(-45deg);
  -moz-transform: translateY(8px) rotateZ(-45deg);
  -ms-transform: translateY(8px) rotateZ(-45deg);
  -o-transform: translateY(8px) rotateZ(-45deg);
  transform: translateY(8px) rotateZ(-45deg);
}
.ham.exit:after {
  -webkit-transform: translateY(-8px) rotateZ(45deg);
  -moz-transform: translateY(-8px) rotateZ(45deg);
  -ms-transform: translateY(-8px) rotateZ(45deg);
  -o-transform: translateY(-8px) rotateZ(45deg);
  transform: translateY(-8px) rotateZ(45deg);
}
.main-navigation .menu ul li {
  position: relative;
  display: inline-block;
  float: none;
  display: flex;
}
.main-navigation .menu ul li i {
  padding-left: 10px;
  display: inline-block;
  line-height: 100%;
}
#masthead .main-navigation #primary-menu > li.help-ukraine {
  position: relative;
}
#masthead .main-navigation #primary-menu > li.help-ukraine:after {
  content: "";
  background: url('data:image/svg+xml; utf8, <svg width="64px" height="64px" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--emojione" preserveAspectRatio="xMidYMid meet"><path d="M32 62c16.6 0 30-13.4 30-30H2c0 16.6 13.4 30 30 30z" fill="%23ffe62e"></path><path d="M32 2C15.4 2 2 15.4 2 32h60C62 15.4 48.6 2 32 2z" fill="%23428bc1"></path></svg>');
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  right: -4px;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
}
#masthead .main-navigation #primary-menu > li.help-ukraine > .item-menu.with-arrow {
  font-weight: bold;
}
#masthead .main-navigation #primary-menu > li.help-ukraine > .item-menu.with-arrow:after {
  margin-left: 29px;
}
@media only screen and (min-width: 992px) {
  .main-navigation .menu li:hover > ul,
  .main-navigation .menu li:focus > ul,
  .main-navigation .menu li:focus-within > ul {
    visibility: visible;
    filter: alpha(opacity=1);
    opacity: 1;
    z-index: 999;
    -webkit-transition: opacity 0.4s, top 0.4s;
    -moz-transition: opacity 0.4s, top 0.4s;
    -ms-transition: opacity 0.4s, top 0.4s;
    -o-transition: opacity 0.4s, top 0.4s;
    transition: opacity 0.4s, top 0.4s;
  }
  .main-navigation .menu > ul > li > ul {
    top: 100%;
    left: 0;
  }
  .main-navigation .menu > ul > li:last-child > ul {
    left: auto;
    right: 0;
  }
  .main-navigation .menu ul ul ul {
    top: -20px;
    left: 100%;
  }
  .main-navigation .menu ul ul li:hover ul,
  .main-navigation .menu ul ul li:focus ul,
  .main-navigation .menu ul ul li:focus-within ul {
    top: 0;
  }
  /*Mega Menu*/
  .site-header .main-navigation li.mega-menu {
    position: static;
  }
  .site-header .main-navigation li.mega-menu li {
    white-space: normal;
  }
  .site-header .main-navigation li.mega-menu > ul.sub-menu {
    width: 100%;
    padding: 20px 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .site-header .main-navigation li.mega-menu > ul.sub-menu {
    -webkit-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%);
    transition: 0.3s;
  }
  .site-header .main-navigation .menu li:hover > ul.sub-menu,
  .site-header .main-navigation .menu li:focus > ul.sub-menu,
  .site-header .main-navigation .menu li:focus-within > ul.sub-menu {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    z-index: 99;
  }
  .site-header .main-navigation li.mega-menu > ul.sub-menu > li {
    display: block;
    width: 20%;
    margin: 0;
    padding: 0 30px;
    vertical-align: top;
  }
  .site-header .main-navigation li.mega-menu > ul.sub-menu > li > a {
    background: transparent;
    padding: 8px 0;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
  }
  .site-header .main-navigation li.mega-menu > ul.sub-menu > li > ul {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    padding: 0;
    margin-bottom: 10px;
    box-shadow: none;
  }
  .site-header .main-navigation li.mega-menu > ul.sub-menu > li > ul li {
    display: block;
    padding: 0;
    width: inherit;
  }
  .site-header .main-navigation li.mega-menu > ul.sub-menu > li > ul li a {
    background: transparent;
    padding: 6px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-transform: inherit;
  }
  .site-header .main-navigation li.mega-menu > ul.sub-menu .mega-menu-post {
    text-align: center;
  }
  .site-header .main-navigation li.mega-menu > ul.sub-menu .mega-menu-post a:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .site-header .main-navigation li.mega-menu > ul.sub-menu .mega-menu-post .featured-img {
    margin-bottom: 15px;
  }
  .site-header .main-navigation li.mega-menu > ul.sub-menu .mega-menu-post .featured-img-container {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 66%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .site-header .main-navigation li.mega-menu > ul.sub-menu .mega-menu-post .post-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3;
    white-space: normal;
  }
  .site-header .main-navigation li.mega-menu > ul.sub-menu .mega-menu-post .post-title a {
    font: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    will-change: opacity;
  }
  .site-header .main-navigation li.mega-menu > ul.sub-menu .mega-menu-post .post-title a:hover {
    opacity: 0.5;
  }
  .site-header .main-navigation li.mega-menu:hover > ul.sub-menu > li > ul {
    z-index: 99;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  .site-header .main-navigation li.mega-menu.menu-item-object-category ul li {
    display: block;
    float: left;
    width: 25%;
    padding: 0 20px;
  }
  .site-header .main-navigation li.mega-menu.menu-item-object-category ul li:hover .post-meta .meta-item a {
    will-change: opacity, color;
  }
  .site-header .main-navigation li.mega-menu.menu-item-object-category > ul {
    padding-top: 30px;
  }
  .site-header .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-list {
    padding: 0;
    width: 20%;
  }
  .site-header .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-list ul {
    border: 1px solid #e4e4e4;
  }
  .site-header .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-list ul li {
    border-bottom: 1px solid #e4e4e4;
  }
  .site-header .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-list ul li:last-child {
    border-bottom: none;
  }
  .site-header .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-list li {
    float: none;
    width: 100%;
    padding: 5px 15px;
    white-space: nowrap;
  }
  .site-header .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-list li a {
    display: inline;
    line-height: 30px;
  }
  .site-header .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-list li.current a {
    text-decoration: underline;
  }
  .site-header .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-posts {
    width: 80%;
  }
  .site-header .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-posts .sub-cat {
    display: none;
  }
  .site-header .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-posts .sub-cat > ul {
    left: 0;
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0;
  }
  .site-header .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children:hover > ul.sub-menu li.sub-cat-posts .sub-cat.current,
  .site-header .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children:focus > ul.sub-menu li.sub-cat-posts .sub-cat.current {
    display: block;
  }
  .site-header .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-posts .sub-cat > ul {
    position: relative;
    width: 100%;
  }
  .site-header .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-posts .sub-cat > ul:after {
    display: none;
  }
  .site-header .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-posts .sub-cat > ul > li {
    width: 33.33%;
  }
}
.main-navigation .menu .menu-mobile {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  text-align: left;
  position: relative;
  z-index: 9999;
  display: none;
}
.main-navigation div.menu .menu-mobile ul {
  display: block;
}
.main-navigation .menu .menu-mobile li a i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  z-index: 1;
}
.main-navigation .menu .menu-mobile li a i.active:after {
  width: 13px;
  height: 1px;
}
.main-navigation .menu .menu-mobile li a i:before,
.main-navigation .menu .menu-mobile li a i:after {
  content: '';
  width: 13px;
  height: 1px;
  background-color: #000;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main-navigation .menu .menu-mobile li a i:after {
  width: 1px;
  height: 13px;
}
.main-navigation .menu .menu-mobile li .sub-menu,
.main-navigation .menu .menu-mobile li .children {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid;
  display: none;
}
.main-navigation .menu .menu-mobile li .sub-menu > li:first-child,
.main-navigation .menu .menu-mobile li .children > li:first-child {
  border-top: 0;
}
.main-navigation .menu .menu-mobile .mega-menu-post.has-post-thumbnail .featured-img {
  width: 30%;
  display: block;
}
.main-navigation .menu .menu-mobile .mega-menu-post.has-post-thumbnail .featured-img,
.main-navigation .menu .menu-mobile .mega-menu-post.has-post-thumbnail .post-content {
  display: inline-block;
  vertical-align: top;
}
.main-navigation .menu .menu-mobile .mega-menu-post.has-post-thumbnail .post-content {
  width: 65%;
  margin-top: 10px;
}
.main-navigation .menu .menu-mobile .mega-menu-post.has-post-thumbnail .post-content a {
  display: block;
  line-height: 1.4 !important;
  text-transform: inherit;
  font-size: 14px;
}
/*--------------------------------------------------------------
## PRELOADER
--------------------------------------------------------------*/
.preloader {
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 999999;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transform: all 0.7s ease;
  transition: all 0.7s ease;
}
.page-loaded .preloader {
  transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
.page-loaded .header {
  transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
}
.page-loaded .navbar-default {
  transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
}
.loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  -moz-animation: spinner 700ms infinite linear;
  -ms-animation: spinner 700ms infinite linear;
  -o-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
  z-index: 100001;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
##color and font
--------------------------------------------------------------*/
.primary-bgcolor,
.mailchimp-bgcolor {
  background-color: #161f30;
  color: #ffffff;
}
.twp-knight-article {
  background: #fff;
}
.twp-article-wrapper.content-no-image .twp-knight-article {
  background-color: #fafafa;
}
.primary-bgcolor a,
h1.primary-bgcolor,
h2.primary-bgcolor,
h3.primary-bgcolor,
h4.primary-bgcolor,
h5.primary-bgcolor,
h6.primary-bgcolor,
.primary-bgcolor h1,
.primary-bgcolor h2,
.primary-bgcolor h3,
.primary-bgcolor h4,
.primary-bgcolor h5,
.primary-bgcolor h6,
.mailchimp-bgcolor a {
  color: #ffffff;
}
.twp-knight-article a {
  color: inherit;
}
.primary-textcolor {
  color: #000;
}
.secondary-textcolor {
  color: #f9f9fb;
}
.inner-heading,
.block-text {
  color: #434343;
  display: block;
}
.inner-heading {
  padding-top: 20px;
}
.block-text > span {
  font-size: 44.8px;
  font-size: 2.8rem;
  line-height: 1.6;
  border-bottom: solid 1px;
}
/*--------------------------------------------------------------
##Admin only visible css
--------------------------------------------------------------*/
.v-align-top {
  vertical-align: top;
}
.v-align-middle {
  vertical-align: middle;
}
.v-align-bottom {
  vertical-align: bottom;
  padding-bottom: 40px;
}
.table-align {
  display: table;
  height: 100%;
  width: 100%;
}
.table-align .table-align-cell {
  display: table-cell;
}
.display-info {
  padding-top: 200px;
  padding-bottom: 200px;
}
.col-pad-0 {
  margin: 0 auto;
}
.col-pad-0 [class*="col-"] {
  padding: 0 !important;
}
.margin-0 {
  margin: 0 auto !important;
}
.sticky {
  display: block;
}
.sticky header:before {
  content: "\f2a6";
  font-family: "Ionicons";
  speak: none;
  color: #c9efee;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 52px;
  display: inline-block;
  float: left;
  transform: rotate(-45deg);
}
.site-content {
  margin: 0 auto;
  padding: 45px 0;
}
@media (min-width: 768px) {
  .site-content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .site-content {
    width: 970px;
  }
  .container.container-sm {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .site-content {
    width: 1170px;
  }
}
.data-bg {
  background-size: cover;
  background-repeat: no-repeat;
}
.boxed-layout {
  background: #fff;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-box-shadow: 0 0 22px rgba(17, 17, 17, 0.1);
  -moz-box-shadow: 0 0 22px rgba(17, 17, 17, 0.1);
  -ms-box-shadow: 0 0 22px rgba(17, 17, 17, 0.1);
  -o-box-shadow: 0 0 22px rgba(17, 17, 17, 0.1);
  box-shadow: 0 0 22px rgba(17, 17, 17, 0.1);
}
@media screen and (min-width: 1500px) {
  .boxed-layout {
    max-width: 1270px;
  }
}
#primary,
#secondary {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
#secondary .sidebar-wrapper {
  padding: 30px 20px;
  -webkit-box-shadow: 0px 10px 52px -7px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 52px -7px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 10px 52px -7px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 10px 52px -7px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 52px -7px rgba(0, 0, 0, 0.05);
}
#secondary .sidebar-wrapper:before,
#secondary .sidebar-wrapper:after {
  content: "";
  clear: both;
  display: table;
}
@media only screen and (min-width: 992px) {
  #primary {
    width: 66.66%;
  }
  #secondary {
    width: 33.33%;
  }
  .sidebar-full-width #secondary {
    width: 100%;
  }
}
body.left-sidebar #primary {
  float: right;
}
body.no-sidebar #primary {
  float: none;
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
body.no-sidebar #secondary {
  display: none !important;
  width: 0px;
  height: 0px;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
}
.section-block {
  clear: both;
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-block:before,
.section-block:after {
  clear: both;
  content: "";
  display: table;
}
body .inner-banner,
.cover-stories-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0;
  position: relative;
}
body .inner-banner-img {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.breadcrumbs {
  border: 1px solid;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  padding: 5px 10px;
  -webkit-box-shadow: 0px 10px 52px -7px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 52px -7px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 10px 52px -7px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 10px 52px -7px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 52px -7px rgba(0, 0, 0, 0.05);
}
.breadcrumbs ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.breadcrumbs ul li {
  display: inline;
}
.breadcrumbs ul .trail-item span {
  position: relative;
  padding-right: 6px;
}
.breadcrumbs ul .trail-item.trail-begin span {
  padding-left: 0;
}
.breadcrumbs ul li span:before {
  padding-right: 6px;
  display: inline-block;
  vertical-align: middle;
  content: "\2014";
  margin: 0 0.2em;
  letter-spacing: -0.01em;
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-size: 1.125em;
}
.breadcrumbs ul .trail-item.trail-begin span:before {
  content: none;
}
.inner-banner .entry-header {
  position: relative;
  z-index: 1;
}
.single-slide {
  position: relative;
}
.inner-header-overlay,
.section-overlay,
.owl-carousel .owl-item.active .single-slide:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 31, 48, 0)), color-stop(58%, rgba(22, 31, 48, 0.9)));
  background-image: linear-gradient(-180deg, rgba(22, 31, 48, 0) 0%, rgba(22, 31, 48, 0.9) 58%);
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.entry-meta {
  margin-bottom: 20px;
}
.twp-knight-article .entry-meta {
  margin-bottom: 0;
}
.twp-knight-article .entry-meta .avatar,
.inner-meta-info .author .avatar,
.cover-stories .author .avatar {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 10px;
}
.entry-meta .posted-on,
.entry-meta .author,
.entry-meta .post-category,
.entry-meta .comments-link,
.entry-meta .edit-link,
.inner-meta-info span {
  margin-right: 10px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.entry-meta .posted-on:before,
.entry-meta .post-category:before,
.inner-meta-info .posted-on:before {
  content: "\2014";
  margin: 0 0.2em;
  letter-spacing: -0.01em;
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-size: 1.125em;
}
.inner-meta-info span {
  margin-left: 0;
  margin-right: 10px;
}
.entry-meta {
  font-size: 80%;
}
.entry-header .entry-title {
  margin: 0 auto;
  text-align: left;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.entry-header .inner-meta-info {
  margin: 20px auto;
}
.search-results .content-area .entry-header .entry-title {
  text-align: center;
  margin-bottom: 15px;
}
.search-results .content-area .entry-summary {
  text-align: center;
}
.search-results .content-area .site-main article {
  margin-bottom: 40px;
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e8e8e8;
}
.entry-header .entry-title span {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 15px;
}
.search .entry-header .entry-title span {
  display: inline-block;
  font-size: inherit;
}
.entry-title {
  display: block;
  padding: 0;
  margin: 10px auto;
  position: relative;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.76px;
}
.entry-title.entry-title-small {
  font-size: 22px;
  line-height: 27px;
}
.site-content .entry-content .image-left {
  float: left;
}
.site-content .entry-content .image-right {
  float: right;
}
.site-content .entry-footer,
.site-content .post-tags {
  font-size: 85%;
  padding: 5px 15px;
  margin: 15px auto;
  text-align: left;
}
.site-content .entry-footer a,
.site-content .post-tags a {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.site-content .entry-footer a:hover,
.site-content .entry-footer a:focus,
.site-content .post-tags a:hover,
.site-content .post-tags a:focus {
  filter: alpha(opacity=54);
  opacity: 0.54;
}
span.cat-links,
span.comments-link {
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .site-content .entry-content .image-left {
    margin-right: 3%;
  }
  .home.blog .site-content .entry-content .image-left,
  .archive .site-content .entry-content .image-left {
    width: 50%;
  }
  .site-content .entry-content .image-right {
    margin-left: 3%;
  }
  .home.blog .site-content .entry-content .image-right,
  .archive .site-content .entry-content .image-right {
    width: 50%;
  }
  .home.blog .site-content .entry-content.archive-image-full p,
  .archive .site-content .entry-content.archive-image-full p {
    width: 100%;
  }
}
.site-content .entry-content .image-full {
  margin: 0 auto 30px;
  width: 100%;
}
.twp-article-wrapper {
  margin-bottom: 60px;
}
.twp-knight-article {
  padding: 30px;
  -webkit-box-shadow: 0px 10px 52px -7px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 52px -7px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 10px 52px -7px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 10px 52px -7px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 52px -7px rgba(0, 0, 0, 0.05);
}
.format-quote .twp-knight-article {
  padding: 80px;
}
.has-post-thumbnail .twp-knight-article {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: -60px;
  position: relative;
  z-index: 1;
}
article .twp-article-wrapper.content-no-image .twp-knight-article {
  margin: 0 auto;
}
.twp-content-image {
  overflow: hidden;
  border-radius: 4px;
}
.twp-content-image img {
  transition: transform 1s ease, opacity 0.5s ease, -webkit-transform 1s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.twp-content-image:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.content-no-image .twp-knight-article {
  margin-bottom: 60px;
}
.twp-knight-article .article-header {
  padding: 20px 4px 30px;
}
.twp-content-details .continue-reading-wrapper {
  position: relative;
  clear: both;
  text-align: center;
  margin-top: 20px;
}
.twp-content-details .continue-reading-wrapper:before {
  content: "";
  border-bottom: 1px solid #ea0015;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.twp-content-details .continue-reading {
  display: inline-block;
  line-height: 30px;
  background: #d72828;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: roboto condensed, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3.26px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.twp-content-details .continue-reading:before {
  display: block;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -12px;
  top: 7px;
}
.twp-content-details .continue-reading:after {
  display: block;
  content: "";
  background: #fff;
  width: 16px;
  height: 3px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #d72828;
  position: absolute;
  right: -16px;
  top: 9px;
}
.format-gallery ul {
  margin: 0 auto;
}
.format-quote .quote-entry-title {
  position: relative;
  margin: 0;
}
.format-quote .quote-entry-title:before {
  content: '';
  position: absolute;
  left: -45px;
  top: -45px;
  background-image: url(assets/icons/icon-quote-top.svg);
  width: 40px;
  height: 40px;
}
.format-quote .quote-entry-title:after {
  content: '';
  position: absolute;
  right: -45px;
  bottom: -45px;
  background-image: url(assets/icons/icon-quote-down.svg);
  width: 40px;
  height: 40px;
}
/*------------------------------------------------------------
 * ## Post-navigation
 *------------------------------------------------------------
 */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin-bottom: 30px;
  position: relative;
}
.nav-links {
  border: 1px solid;
  display: table;
  width: 100%;
}
.nav-previous,
.nav-next {
  display: table-cell;
  position: relative;
  padding: 15px;
  width: 50%;
}
.nav-previous {
  border-right: 1px solid #fff;
  text-align: left;
}
.nav-next {
  border-left: 1px solid #fff;
  text-align: right;
}
.nav-previous:before,
.nav-next:after {
  content: "";
  display: inline-block;
  font-family: "Ionicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-previous:before {
  content: "\f3d2";
  left: 15px;
}
.nav-next:after {
  content: "\f3d3";
  right: 15px;
}
.nav-previous a,
.nav-next a {
  padding: 0 15px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .site-main .comment-navigation,
  .site-main .posts-navigation,
  .site-main .post-navigation {
    border: 0;
  }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous,
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    display: block;
    border: 0;
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .nav-previous:before {
    left: inherit;
  }
  .nav-next:after {
    right: inherit;
  }
  .site-main .comment-navigation:after,
  .site-main .posts-navigation:after,
  .site-main .post-navigation:after {
    display: none;
  }
}
/*------------------------------------------------------------
 * ## Asides
 *------------------------------------------------------------
 */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.footer-widget .widget {
  margin-bottom: 30px;
}
#secondary .widget:last-child {
  margin-bottom: 20px;
}
.widget ol,
.widget ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.widget ol li,
.widget ul li {
  margin-bottom: 10px;
}
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}
.widget-title,
.comment-reply-title {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  margin: 0 auto 20px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.bordered-widget-title.widget-title,
.comment-reply-title {
  border-bottom: 1px solid;
}
.bordered-widget-title.widget-title:after,
.comment-reply-title:after {
  background: #000;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100px;
  transition: width 0.3s;
}
.bordered-widget-title.widget-title:hover:after,
.bordered-widget-title.widget-title:focus:after,
.comment-reply-title:hover:after,
.comment-reply-title:focus:after {
  width: 100%;
}
.section-title {
  margin: 0 auto 15px;
  text-align: center;
}
h2.section-title {
  text-transform: initial;
}
.section-mailchimp .section-title:after {
  content: "";
  display: block;
  max-width: 30px;
  margin: 15px auto 0;
  border-bottom: 2px solid #232323;
}
.widget:not(.knight_social_widget) ul li {
  padding: 0 0 10px;
  margin: 0 0 10px;
  display: block;
}
body .widget.knight_popular_post_widget .article-list {
  border: 0;
  margin-bottom: 10px;
}
body .widget.knight_popular_post_widget ul li {
  padding-bottom: 0;
}
.site-footer .widget.knight_popular_post_widget ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget:not(.knight_social_widget):not(.knight_popular_post_widget) ul li a {
  color: inherit;
  display: inline-flex;
  margin: 0 0 0 -5px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.widget:not(.knight_social_widget) ul li a:hover,
.widget:not(.knight_social_widget) ul li a:focus {
  color: #d72828;
  margin: 0;
}
.widget:not(.knight_social_widget):not(.knight_popular_post_widget):not(.widget_recent_comments) ul li a:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.widget:not(.knight_social_widget):not(.knight_popular_post_widget):not(.widget_recent_comments) ul li a:before {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  pointer-events: none;
  color: #b3ad9e;
  content: "-";
  filter: alpha(opacity=0);
  opacity: 0;
}
.widget .search-form label {
  width: 70%;
  margin-bottom: 0;
  vertical-align: middle;
}
.widget .search-form label .search-field {
  width: 100%;
}
.widget .search-form .search-submit {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
}
.widget_tag_cloud,
.widget_product_tag_cloud {
  margin-bottom: 4em;
  position: relative;
  z-index: 2;
}
.widget_tag_cloud .tagcloud,
.widget_product_tag_cloud .tagcloud {
  margin-bottom: 1.2em;
  *zoom: 1;
}
.widget_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:before,
.widget_product_tag_cloud .tagcloud:after {
  display: table;
  content: "";
}
.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:after {
  clear: both;
}
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
  color: #616161;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 100% !important;
  line-height: 1.3;
  margin: 0 12px 12px 0;
  padding: 10px 13px 4px 15px;
  padding: 0.84em 1em 0.84em 1.3em;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
  background-color: #f5f4f0;
}
.widget_tag_cloud .tagcloud a::before,
.widget_product_tag_cloud .tagcloud a::before,
.widget_tag_cloud .tagcloud a::after,
.widget_product_tag_cloud .tagcloud a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e8e8e8;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.widget_tag_cloud .tagcloud a:hover::before,
.widget_product_tag_cloud .tagcloud a:hover::before {
  margin-top: 4px;
  margin-left: -4px;
}
.widget_tag_cloud .tagcloud a:hover::after,
.widget_product_tag_cloud .tagcloud a:hover::after {
  margin-top: -4px;
  margin-left: 4px;
  z-index: -1;
}
.author-info .profile-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.site-content .author-info .profile-image {
  height: 250px;
}
.site-content .author-info .profile-image:after {
  content: '';
  position: absolute;
  height: 55px;
  width: 130%;
  background: #fff;
  left: -5px;
  bottom: -12px;
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.site-footer .author-info .profile-image {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #d72828;
}
.author-info .author-details {
  text-align: center;
}
.author-info .author-social {
  margin-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.author-info .author-social > a {
  border-radius: 100%;
  display: inline-block;
  font-size: 11px;
  height: 40px;
  line-height: 40px;
  margin: 0 4px;
  width: 40px;
}
.author-info .author-social .meta-icon {
  margin: 0 auto;
  padding: 0;
  font-size: 22px;
  line-height: 40px;
}
.footer-widget .author-info {
  text-align: center;
}
.author-info .author-social > a {
  border: 1px solid #d2d2d2;
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  line-height: 37px;
  margin: 0 4px;
  text-align: center;
  width: 40px;
}
.author-info .author-social > a:hover,
.author-info .author-social > a:focus {
  filter: alpha(opacity=54);
  opacity: 0.54;
}
.trend-item {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: #000;
  font-weight: 700;
  filter: alpha(opacity=45);
  opacity: 0.45;
  text-align: center;
  font-size: 80px;
  line-height: 100px;
}
.site-footer .trend-item {
  color: #fff;
}
.article-list {
  margin: 0 0 20px 0;
  border-bottom: dashed 1px;
  border-color: #CFCFCF;
  padding-bottom: 15px;
  display: table;
  position: relative;
  width: 100%;
}
.recent-widget-list li:last-child .article-list {
  border: 0;
}
.article-list .article-image {
  background-color: #fafafa;
  float: left;
  width: 120px;
  height: 110px;
  vertical-align: middle;
  position: relative;
  margin-right: 20px;
}
.article-list .article-body {
  display: table-cell;
  vertical-align: top;
  left: 105px;
  bottom: 15px;
}
/*Widget Calander*/
#wp-calendar {
  width: 100%;
  margin: 0;
}
#wp-calendar caption {
  text-align: right;
}
#wp-calendar thead th {
  text-align: center;
}
#wp-calendar tbody td {
  border: 1px solid #313131;
  text-align: center;
  padding: 8px;
}
.site-content #secondary #wp-calendar tbody td {
  border: 1px solid #e8e8e8;
}
#wp-calendar tbody td:hover {
  background: #000;
  filter: alpha(opacity=42);
  opacity: 0.42;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  text-transform: uppercase;
  text-align: left;
  border: none;
  background: none;
}
#wp-calendar tfoot #prev {
  text-transform: uppercase;
  text-align: left;
  border: none;
  background: none;
}
#wp-calendar tfoot td.pad {
  display: none;
}
.twp-social-widget .social-widget-wrapper li {
  display: inline-block;
  line-height: 1em;
}
.twp-social-widget .social-widget-wrapper li a i {
  border: 1px solid #3c3c42;
  display: inline-block;
  font-size: 32px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.twp-social-widget .social-widget-wrapper li a:hover i,
.twp-social-widget .social-widget-wrapper li a:focus i {
  filter: alpha(opacity=54);
  opacity: 0.54;
}
.twp-social-widget .social-widget-wrapper li a i:before {
  display: inline-block;
}
/*------------------------------------------------------------
 * ## Comments
 *------------------------------------------------------------
 */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comments-area .comments-title,
.comments-area .comment-reply-title {
  margin: 30px auto;
  position: relative;
  padding-bottom: 15px;
}
.comment-respond .comment-reply-title {
  margin-top: 30px;
}
.comments-area .comment-list {
  padding-left: 0;
  margin-left: 0;
}
.comments-area .comment-list,
.comments-area .comment-list .children {
  list-style-type: none;
}
.comments-area .comment-author img {
  border-radius: 100%;
  width: 64px;
  height: 64px;
  float: left;
  margin-right: 15px;
}
.comments-area .comment-author a {
  color: #35353c;
  text-decoration: none;
}
.comments-area .comment-author .says {
  display: none;
}
.comment-body {
  border-top: 1px solid #e8e8e8;
  padding-top: 30px;
}
.comments-area .comment-content,
.comments-area .comment-awaiting-moderation,
.comments-area .reply {
  padding-left: 80px;
}
.comments-area .reply {
  margin-bottom: 15px;
}
.comments-area .reply .comment-reply-link {
  text-decoration: none;
}
.comments-area .reply .comment-reply-link:hover {
  color: #3c3c3c;
}
.comments-area .comment-respond {
  border-top: 1px solid #e8e8e8;
  outline: 0;
}
.comments-area .comment-form-comment label,
.comments-area .comment-form-comment textarea {
  width: 100%;
}
.comments-area .comment-respond .form-submit input {
  display: inline-block;
  text-decoration: none;
  margin-top: 20px;
  min-width: 180px;
}
.comments-area .comment-respond .form-submit input,
.comments-area .comment-respond .form-submit input:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.comments-area .comment-respond .comment-form-author label,
.comments-area .comment-respond .comment-form-email label,
.comments-area .comment-respond .comment-form-url label {
  width: 100px;
}
.comments-area .comment-notes {
  margin-bottom: 30px;
}
.comments-area .comment-form label {
  color: #808086;
}
.comments-area .blog-img-wide.blogdetails img {
  height: auto;
  padding: 20px;
  width: 100%;
}
.comment-form label {
  color: #707070;
  display: block;
  text-transform: uppercase;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  border-color: #e4e4e4;
  width: 100%;
}
.comment-form-author,
.comment-form-email {
  width: 50%;
  float: left;
}
.comment-form-author {
  padding-right: 10px;
}
.comment-form-email {
  padding-left: 10px;
}
.comment.depth-4 ol {
  margin-left: 0;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .comments-area .comment-list,
  .comments-area .comment-list .children {
    margin-left: 0;
    padding-left: 0;
  }
}
.comment-metadata {
  font-size: 85%;
  line-height: 1.2;
  margin-bottom: 15px;
}
/*--------------------------------------------------------------
##Plugin Support
--------------------------------------------------------------*/
.elementor-html .preloader {
  display: none;
}
.section-mailchimp {
  padding-top: 80px;
  padding-bottom: 80px;
}
.mc4wp-form-fields {
  margin: 0 auto;
  max-width: 540px;
}
.mc4wp-form-fields > p {
  display: block;
  float: left;
}
.mc4wp-form-fields > p label {
  display: none;
}
.mc4wp-form-fields input[type="text"],
.mc4wp-form-fields input[type="email"] {
  width: 400px;
  background: transparent;
  border-color: #4d5b73;
  color: #fff;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 50px;
  line-height: 50px;
}
.mc4wp-form-fields input[type="text"]::-webkit-input-placeholder,
.mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}
.mc4wp-form-fields input[type="text"]::-moz-placeholder,
.mc4wp-form-fields input[type="email"]::-moz-placeholder {
  color: #fff;
}
.mc4wp-form-fields input[type="text"]:-ms-input-placeholder,
.mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
  color: #fff;
}
.mc4wp-form-fields input[type="text"]:-moz-placeholder,
.mc4wp-form-fields input[type="email"]:-moz-placeholder {
  color: #fff;
}
.mc4wp-form-fields input[type="submit"] {
  background: #d72828;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  width: 140px;
  border-radius: 0;
}
.mc4wp-form-fields input[type="submit"]:hover,
.mc4wp-form-fields input[type="submit"]:focus {
  filter: alpha(opacity=85);
  opacity: 0.85;
}
.mc4wp-response {
  clear: both;
  max-width: 540px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .mc4wp-form-fields > p,
  .mc4wp-form-fields input[type="email"],
  .mc4wp-form-fields input[type="submit"] {
    width: 100%;
  }
}
.section-insta-block {
  padding: 0;
  margin: 0 auto;
}
.insta-slider {
  position: relative;
  z-index: 1;
}
.insta-slider-wrapper {
  position: relative;
}
.insta-button {
  display: inline-block;
  position: absolute;
  height: 50px;
  text-align: center;
  line-height: 50px;
  white-space: nowrap;
  top: 50%;
  margin: -25px 0 0;
  left: 0;
  right: 0;
}
.insta-button a {
  background: rgba(0, 0, 0, 0.54);
  display: inline-block;
  padding: 0 !important;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 8;
  vertical-align: top;
  position: relative;
  width: inherit;
}
.insta-hover {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.insta-item .insta-hover:before,
.insta-item .insta-hover:after {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  content: '';
  opacity: 0;
  z-index: 1;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -ms-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
}
.insta-item .insta-hover:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}
.insta-item .insta-hover:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}
.insta-item .insta-hover:hover:before,
.insta-item .insta-hover:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.insta-slider .owl-dots {
  bottom: -25px;
}
.insta-slider .owl-dots .owl-dot span {
  border: 1px solid #000;
}
.insta-slider .owl-dots .owl-dot.active span,
.insta-slider .owl-dots .owl-dot:hover span {
  background: #000;
}
/*--------------------------------------------------------------
##Social Icon
--------------------------------------------------------------*/
.social-icons ul {
  float: none;
  margin: 0 auto;
  padding: 0;
}
.social-icons ul li {
  display: block;
  float: left;
}
.social-icons ul a {
  display: block;
  position: relative;
}
.social-icons ul a span {
  display: none;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}
.social-icons ul li a:after {
  display: inline-block;
  font-weight: 400;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  text-align: center;
  width: 30px;
  font-size: 18px;
  filter: alpha(opacity=84);
  opacity: 0.84;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.social-icons.bordered-radius ul a:after {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.social-icons ul a:after {
  display: inline-block;
  font-family: "Ionicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  width: 46px;
  font-size: 20px;
  line-height: 46px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons ul a[href*="dribbble.com"]:after {
  content: "\f22d";
}
.social-icons ul a[href*="facebook.com"]:after {
  content: "\f231";
}
.social-icons ul a[href*="twitter.com"]:after {
  content: "\f243";
}
.social-icons ul a[href*="linkedin.com"]:after {
  content: "\f239";
}
.social-icons ul a[href*="instagram.com"]:after {
  content: "\f351";
}
.social-icons ul a[href*="youtube.com"]:after {
  content: "\f24d";
}
.social-icons ul a[href*="vimeo.com"]:after {
  content: "\f245";
}
.social-icons ul a[href*="plus.google.com"]:after {
  content: "\f34f";
}
.social-icons ul a[href*="pinterest.com"]:after {
  content: "\f2b1";
}
.social-icons ul a[href*="tumblr.com"]:after {
  content: "\f241";
}
.social-icons ul a[href*="wordpress.org"]:after {
  content: "\f249";
}
.social-icons ul a[href*="whatsapp.com"]:after {
  content: "\f4f0";
}
.social-icons ul a:hover[href*="reddit.com"]:after {
  content: "\f23b";
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  background: #f5f8fa;
}
.footer-widget {
  padding-top: 90px;
  padding-bottom: 60px;
}
.site-footer .footer-widget .widget-area {
  border-left: 1px solid #3c3c42;
  display: table-cell;
  text-align: center;
  width: 33%;
  width: calc(100% / 3);
}
.site-footer .footer-widget .widget-area:last-child {
  border-right: 1px solid #3c3c42;
}
.site-footer .footer-widget .widget-area .widget {
  padding: 0.8em 10%;
}
.site-footer .footer-widget .widget-area .widget .widget-title {
  text-transform: uppercase;
}
.footer-bottom {
  background: #0f0f0f;
}
.footer-bottom,
.footer-bottom a {
  color: #e0e0e0;
}
.site-info .site-copyright {
  font-size: 13px;
  letter-spacing: 4.12px;
  text-transform: uppercase;
  padding: 50px 0;
  margin: 0 auto;
}
/*--------------------------------------------------------------
##Back to top
--------------------------------------------------------------*/
.scroll-up {
  border: 2px solid #fff;
  border-radius: 100%;
  display: block;
  position: relative;
  height: 60px;
  width: 60px;
  margin: 50px auto 0;
  text-align: center;
}
.scroll-up > i {
  font-size: 22px;
  line-height: 60px;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.knight-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: block;
  float: left;
  width: 100%;
  padding: 0 5px;
  position: relative;
  margin-bottom: 20px;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1) {
  clear: left;
}
.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery-columns-3 .gallery-item:nth-child(3n+1) {
  clear: left;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-4 .gallery-item:nth-child(4n+1) {
  clear: left;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-5 .gallery-item:nth-child(5n+1) {
  clear: left;
}
.gallery-columns-6 .gallery-item {
  width: 16.66%;
}
.gallery-columns-6 .gallery-item:nth-child(6n+1) {
  clear: left;
}
.gallery-columns-7 .gallery-item {
  width: 14.28%;
}
.gallery-columns-7 .gallery-item:nth-child(7n+1) {
  clear: left;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-8 .gallery-item:nth-child(8n+1) {
  clear: left;
}
.gallery-columns-9 .gallery-item {
  width: 11.11%;
}
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}
.gallery-caption {
  display: block;
  background: #000;
  background: rgba(0, 0, 0, 0.74);
  color: #fff;
  font-size: 85%;
  line-height: 1.22857143;
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
  padding: 15px;
  text-align: left;
}
.widget .gallery .gallery-caption {
  display: none;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  body .gallery .gallery-item {
    width: 50%;
    clear: none !important;
  }
  body .gallery.gallery-columns-1 .gallery-item {
    width: 100%;
  }
  body .gallery .gallery-item:nth-child(2n+1) {
    clear: left !important;
  }
}
nav.navigation.pagination {
  display: block;
  text-align: center;
}
.nav-links .page-numbers {
  background: transparent;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #ccc;
  margin-right: 7px;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 50px;
}
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover,
.nav-links .page-numbers:focus {
  background: #3c3c42;
  color: #fff;
  border-color: #3c3c42;
}
.recent-blog {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.updated:not(.published) {
  display: none;
}
.bg-shadow {
  position: relative;
  border: 1px solid #e8e8e8;
}
.entry-content iframe {
  margin: 0 auto;
  text-align: center;
  vertical-align: bottom;
  width: 100%;
}
.entry-content {
  font-family: 'Roboto', sans-serif;
}
.entry-content ol,
.entry-content ul {
  list-style-position: inside;
}
.bg-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  width: 100%;
}
.slider-news.base-width .bg-image {
  background-size: cover;
}
.bg-image-0 {
  height: 55px;
}
.bg-image-1 {
  height: 110px;
}
.bg-image-2 {
  height: 200px;
}
.post-tags {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .site-branding .site-title {
    font-size: 30px;
  }
  .entry-header .entry-title {
    font-size: 24px;
  }
  .comment-form-author,
  .comment-form-email {
    width: 100%;
    padding: 0;
  }
  .comment-metadata {
    margin-bottom: 0;
  }
  .comments-area .comment-content p,
  .comments-area .reply {
    margin-bottom: 10px;
  }
  .gallery-caption {
    padding-left: 25px;
    padding-right: 25px;
  }
  .twp-knight-article {
    margin-bottom: 30px;
    padding: 30px 20px;
  }
  .twp-knight-article .article-header {
    padding: 0 0 20px;
  }
  .site-content .twp-knight-article .entry-content .twp-content-image,
  .site-content .twp-knight-article .entry-content .twp-content-details {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .site-content .twp-knight-article .entry-content .twp-content-image a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .menu-active .top-header {
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  .social-icons ul li a:after {
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .widget .search-form label {
    width: 100%;
    margin-bottom: 15px;
  }
  .widget .search-form .search-submit {
    width: 100%;
  }
}
.page-inner-title.inner-banner,
.cover-stories-bg {
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.scroll-up:hover,
.scroll-up:focus,
.btn-link-primary {
  background: #d72828;
  color: #fff;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
.btn-link:link:hover,
.btn-link:visited:hover {
  color: #d72828;
}
.btn-link {
  border-color: #d72828;
}
@media only screen and (max-width: 991px) {
  .main-navigation .bg-image-2 {
    width: 60px !important;
    height: 60px;
  }
  .main-navigation .post.mega-menu-post {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .top-bar .tm-social-share {
    text-align: center;
  }
  .top-bar .social-icons ul li {
    display: inline-block;
    float: none;
  }
  .site-branding .site-title {
    font-size: 30px;
  }
  .site-branding .site-description {
    margin: 0 auto;
  }
  .entry-header .entry-title {
    font-size: 24px;
  }
  .read-more,
  .more-link {
    padding: 5px 20px;
    margin: 10px auto;
    -webkit-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
  }
  .comment-form-author,
  .comment-form-email {
    width: 100%;
    padding: 0;
  }
  .comment-metadata {
    margin-bottom: 0;
  }
  .comments-area .comment-content p,
  .comments-area .reply {
    margin-bottom: 10px;
  }
  body .bg-image-3 {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
  .gallery-caption {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.admin-bar .nav-affix .top-header {
  top: 32px;
}
@media screen and (max-width: 991px) {
  .nav-affix.mmenu-active .top-header {
    height: 100%;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .nav-affix .top-header {
    top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .widget .search-form label {
    width: 100%;
    margin-bottom: 15px;
  }
  .widget .search-form .search-submit {
    width: 100%;
  }
}
.load-more-posts {
  text-align: center;
}
.load-more-posts .btn-link,
.load-more-posts .btn-link:link,
.load-more-posts .btn-link:visited {
  color: #333;
}
.ajax-loader {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #fd5b66;
  display: none;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  vertical-align: middle;
  margin-top: -4px;
}
.ajax-loader-enabled {
  display: inline-block;
}
.btn-load-more:hover .ajax-loader,
.btn-load-more:focus .ajax-loader {
  border-top-color: #33363b;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bg-image-3 {
  width: 100%;
  height: 300px;
}
.image-block {
  display: table;
  position: relative;
}
.image-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.image-block:hover:before,
.image-block:focus:before {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.image-block h3 {
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
}
.image-block h3:before {
  content: "";
  display: block;
  height: 1px;
  width: 80%;
  margin: 0 auto;
  background: white;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: -1;
}
.image-block h3 span {
  background: #fff;
  display: inline-block;
  max-width: 180px;
  margin: 0 auto;
  padding: 20px 15px;
  width: 100%;
}
@media screen and (min-width: 1500px) {
  .site .container,
  .site .site-content {
    width: 1270px;
  }
  .container.container-sm {
    width: 1170px;
  }
}
.cover-stories-featured {
  background: #161f30;
}
.boxed-layout .cover-stories-featured {
  background: #fff;
}
.cover-stories-bg {
  padding: 120px 0;
}
.article-featured,
.article-featured a {
  color: #f1f1f1;
}
.section-details {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 1;
}
.section-details .section-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
.cover-stories-featured .section-details .section-title {
  text-align: left;
}
.cover-stories-featured .twp-content-details .continue-reading:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  right: -12px;
  top: 7px;
  border: 0;
}
.cover-stories-featured .twp-content-details .continue-reading:before,
.cover-stories-featured .twp-content-details .continue-reading:after {
  background: hsl(0, 69%, 50%);
}
.cover-stories-others {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.cover-stories-others .entry-meta {
  margin-top: 15px;
}
.recommendation-panel-handle {
  background-color: #ffffff;
  color: #313131;
  position: fixed;
  z-index: 9;
  left: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  opacity: 0;
  transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.recommendation-panel-handle.rec-panel-active {
  opacity: 1;
}
.recommendation-panel-content {
  opacity: 0;
  padding: 15px 30px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #fff;
  z-index: 9;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.recommendation-panel-disabled .recommendation-panel-content {
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -o-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
}
.recommendation-panel-open,
.recommendation-panel-close {
  cursor: pointer;
  font-size: 22px;
}
.recommendation-panel-close {
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}
.recommendation-panel-close,
.recommendation-panel-slider {
  display: block;
  float: left;
}
.recommendation-panel-slider {
  width: 90%;
  width: calc(100% - 160px);
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.slide-item-image {
  width: 55px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}
.slide-item-details {
  display: -webkit-box;
  overflow: hidden;
  height: 48px;
  -webkit-line-clamp: 3;
}
.slide-item-details h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.23077;
  padding-right: 0;
  margin: 0;
}
.owl-carousel.recommendation-slides .owl-nav > div.owl-prev,
.owl-carousel.recommendation-slides .owl-nav > div.owl-next {
  background: #d5dbe4;
  border: 0;
  position: absolute;
  top: 50%;
  margin: -18px auto 0;
  border-radius: 100%;
  height: 30px;
  line-height: 30px;
  width: 30px;
  font-size: 19px;
  color: #000;
}
.owl-carousel.recommendation-slides .owl-nav > div.owl-prev {
  left: -40px;
}
.owl-carousel.recommendation-slides .owl-nav > div.owl-next {
  right: -40px;
}
.suggested-article {
  display: table;
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
}
.suggested-article .post-image,
.suggested-article .related-content {
  display: table-cell;
  vertical-align: middle;
}
.suggested-article .post-image {
  width: 110px;
}
.suggested-article .related-content {
  padding: 15px;
}
.post-featured-image {
  margin-bottom: 20px;
}
/*Gutenberg Fix*/
.wp-block-gallery {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.wp-block-quote {
  margin: 30px 0 30px 0 !important;
  padding: 50px !important;
  font-style: normal;
  text-align: left;
  quotes: none;
  box-sizing: border-box;
  font-weight: 400;
  position: relative;
  border-left: 0 !important;
  background: #ff2222;
  color: #fff;
}
.wp-block-quote:before {
  content: "";
  background-image: url(assets/icons/icon-quote-top.svg);
  width: 40px;
  height: 41px;
  position: absolute;
  top: 10px;
  left: 40px;
  padding: 0;
  color: #fff;
  background-color: transparent;
  margin: 0 auto;
}
.wp-block-quote:after {
  content: none;
  display: none;
}
.wp-block-quote cite {
  font-size: 14px;
  font-style: normal;
  color: #fff;
}
.wp-block-quote.is-style-large {
  margin-bottom: 23px;
  margin-top: 0 !important;
}
.wp-block-quote.is-style-large p {
  font-size: 24px !important;
  line-height: 1.5 !important;
}
.wp-block-quote p {
  color: #fff !important;
  line-height: 25px !important;
}
.wp-block-quote a {
  color: #fff;
}
.wp-block-quote a:hover {
  color: #fff;
}
.wp-block-table td,
.wp-block-table th {
  padding: 10px 15px;
}
@media only screen and (min-width: 768px) {
  .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
  }
  .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%;
  }
  .alignwide img,
  .alignfull img {
    display: block;
    margin: 0 auto;
  }
}
.entry-audio .mejs-container {
  width: 100% !important;
}
.entry-audio .mejs-container:not(.mejs-video) {
  height: 193px !important;
}
.entry-audio .mejs-container,
.entry-audio .mejs-container .mejs-controls,
.entry-audio .mejs-embed,
.mejs-embed body,
.entry-audio .mejs-container .mejs-controls,
.entry-audio .wp-playlist .mejs-container .mejs-controls {
  background: #161f30 !important;
}
.entry-audio .mejs-controls {
  height: auto !important;
  padding: 0 100px 61px !important;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body .site button[aria-label="Play"]:hover,
body .site button[aria-label="Play"]:focus,
body .site button[aria-label="Pause"]:hover,
body .site button[aria-label="Pause"]:focus,
body .site button[aria-label="Mute"]:hover,
body .site button[aria-label="Mute"]:focus {
  background-color: transparent !important;
}
.related-articles {
  margin-top: 20px;
}
.section-intro {
  background: #fafafa;
}
.menu-description {
  background: #ff2222;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  margin-left: 10px;
  font-size: 12px;
}
.menu-description:hover,
.menu-description:focus {
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.page-title,
h1 {
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #000;
}
h1.page-title {
  margin-top: 0;
}
.page-content h1 {
  margin-top: 0;
}
.page-content h2 {
  font-size: 22px;
  text-transform: none;
}
.section-title {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  line-height: 1.35;
}
.section-title.wp-block-heading {
  color: #000;
}
.phone-number {
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  color: #fff;
  margin-bottom: 0;
}
.email {
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #ba262c;
  text-decoration: underline;
}
/**
 * Wyśrodkowanie przycisku w divie
 */
.button-center-div {
  display: flex;
  justify-content: center;
}
/**
 *  Mała czcionka 12px
 */
.font-12 {
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
}
.font-14 {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #000;
}
.font-16 {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #000;
}
.font-18 {
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #000;
}
.font-20 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #000;
}
/**
 * Szary box
 */
.is-style-grey-box {
  background: #2b282a;
  padding: 24px;
  color: #fff;
}
.is-style-grey-box p:last-child {
  margin-bottom: 0;
}
.is-style-grey-box p {
  font-family: 'Source Sans Pro', sans-serif;
}
/**
 * Box z szarą ramką
 */
.is-style-grey-border-box {
  border: solid 2px #464445;
  padding: 24px;
}
.is-style-grey-box {
  margin-top: 20px;
}
/**
 * Box w podsumowaniu roku
 */
.is-style-year-summary {
  background: #2b282a;
  padding: 42px;
  color: #a8a6a7;
  margin-bottom: 40px;
}
.is-style-year-summary p {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.is-style-year-summary h3 {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
/**
 * Accordion
 */
.ui-accordion.ui-widget .accordions-head-title {
  margin: 0 0 0 24px;
  font-weight: 600;
}
.ui-accordion.ui-widget p {
  margin-bottom: 15px;
  line-height: 1.36;
}
.ui-accordion.ui-widget ul {
  margin-bottom: 15px;
}
#page .accordions-head.accordion-header-active .accordion-icons.fa-arrow-up {
  color: #ba262c;
}
#page .accordions .accordions-head.ui-state-active .accordion-minus {
  color: #ba262c;
}
.hide-accordions {
  display: none;
}
.accordions {
  border-radius: 10px;
}
.accordions .items.ui-accordion {
  border-radius: 10px;
}
.accordions .ui-widget-content a {
  color: #ba262c;
}
.accordions p a {
  color: #ba262c;
}
.accordions p a:hover,
.accordions p a:active,
.accordions p a:focus {
  outline: 0;
  color: #fff;
}
/**
 * Standard page
 */
.page-content {
  max-width: 1131px;
  margin: 0 auto;
  padding-top: 42px;
  color: #000;
}
.page-content ul.wp-block-list {
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.page-content p {
  margin-bottom: 0px;
  padding-bottom: 15px;
}
.page-content.news-page-items-outer {
  max-width: 1200px;
}
.page-content .wpcf7-form {
  background: white;
  color: #a9a9a9;
  padding: 10px;
}
.page-content .wpcf7-form p,
.page-content .wpcf7-form label {
  font-size: 15px;
  font-weight: normal;
}
.page-content .wpcf7-form select {
  border: solid 1px #e0e0e0;
  line-height: 40px;
  display: block;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  color: #a9a9a9;
  background-color: transparent;
}
.page-content .wpcf7-form input[type="text"],
.page-content .wpcf7-form input[type="url"],
.page-content .wpcf7-form input[type="tel"],
.page-content .wpcf7-form input[type="email"] {
  font-weight: 400;
  line-height: 28px;
  width: 100%;
  height: 28px;
  padding: 1px 1px 1px 10px;
  vertical-align: top;
  color: #a9a9a9;
  font-size: 15px;
  border-radius: 0;
}
.page-content .wpcf7-form .wpcf7-list-item {
  margin-left: 0;
}
.page-content .wpcf7-form input[type="file"] {
  color: #a9a9a9;
  font-size: 15px;
}
.page-content .wpcf7-form .wpcf7-list-item-label {
  color: #a9a9a9;
  font-weight: normal;
  line-height: 1.1;
  font-size: 15px;
}
.page-content .wpcf7-form .wpcf7-list-item.first.last {
  margin-left: 0;
}
.page-content .wpcf7-form textarea {
  border-radius: 0;
  font-size: 15px;
  width: 364px;
  max-width: 100%;
}
.page-content .wpcf7-form .wpcf7-character-count.down {
  font-size: 14px;
  font-weight: normal;
  color: #a9a9a9;
  margin-top: -2px;
  display: block;
  text-align: right;
}
.page-content .wpcf7-form .representative-tel {
  display: flex;
  align-items: center;
}
.page-content .wpcf7-form .representative-tel span:first-child {
  margin-right: 6px;
  color: #a9a9a9;
  font-weight: normal;
}
.page-content .wpcf7-form div.representatives {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.page-content .wpcf7-form div.representatives .representative {
  width: 50%;
  padding: 5px;
}
.page-content .wpcf7-form div.representatives .representative:nth-child(odd) {
  padding-left: 0;
}
.page-content .wpcf7-form div.representatives .representative:nth-child(even) {
  padding-right: 0;
}
.page-content .wpcf7-form div.representatives .representative .representative-inner {
  border: 1px solid #cccccc;
  padding: 10px;
}
.page-content .wpcf7-form div.projects {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.page-content .wpcf7-form div.projects .project {
  width: 50%;
  padding: 5px;
}
.page-content .wpcf7-form div.projects .project:nth-child(odd) {
  padding-left: 0;
}
.page-content .wpcf7-form div.projects .project:nth-child(even) {
  padding-right: 0;
}
.page-content .wpcf7-form div.projects .project .project-inner {
  border: 1px solid #cccccc;
  padding: 10px;
}
.page-content .wpcf7-form .contact-form-rodo-info {
  text-decoration: underline;
  cursor: pointer;
}
.page-content .wpcf7-form .contact-form-rodo-info-popup {
  display: none;
  font-size: 15px;
  border: 1px solid rgba(75, 75, 75, 0.7);
  top: 100%;
  z-index: 1;
  padding: 12px;
  background-color: white;
  margin-bottom: 20px;
}
.page-content .wpcf7-form a {
  color: #a9a9a9;
  text-decoration: underline;
}
.page-content .wpcf7-form label.custom-checkbox {
  cursor: pointer;
  font-size: 15px;
}
.page-content .wpcf7-form label.custom-checkbox .custom-plus:after {
  content: "+";
  display: block;
  float: left;
  font-size: 28px;
  line-height: 21px;
  margin-right: 6px;
  border: 1px solid #cccccc;
  padding: 0 3px;
}
.page-content .wpcf7-form label.custom-checkbox.checked span.custom-plus:after {
  content: "-";
  display: block;
  font-size: 29px;
  line-height: 16px;
  padding: 0 6px 5px;
}
@media screen and (max-width: 767px) {
  .page-content .wpcf7-form label {
    width: 100%;
  }
  .page-content .wpcf7-form div.representatives .representative {
    width: 100%;
    padding: 5px 0 0;
  }
  .page-content .wpcf7-form div.representatives .representative:nth-child(odd) {
    padding-left: 0;
  }
  .page-content .wpcf7-form div.representatives .representative:nth-child(even) {
    padding-right: 0;
  }
  .page-content .wpcf7-form div.projects .project {
    width: 100%;
    padding: 5px 0 0;
  }
  .page-content .wpcf7-form div.projects .project:nth-child(odd) {
    padding-left: 0;
  }
  .page-content .wpcf7-form div.projects .project:nth-child(even) {
    padding-right: 0;
  }
}
.pisf-council-info {
  font-family: 'Source Sans Pro', sans-serif;
}
.banner {
  padding: 24px 0;
  background-color: #ba262c;
  font-weight: 600;
  text-align: center;
}
.banner .base-width {
  margin: 0 auto;
  padding: 0 42px;
}
.banner p {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .bip-container .bip-page .bip-content {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .bip-container footer {
    margin: 20px;
  }
}
.bigger {
  font-size: 32px;
}
.bigger #masthead .font-size span.font-size-0 {
  font-size: 14px;
}
.bigger #masthead .font-size span.font-size-1 {
  font-size: 18px;
  border: 2px solid yellow;
  border-radius: 10%;
  padding: 5px;
}
.bigger #masthead .font-size span.font-size-2 {
  font-size: 22px;
}
.bigger #masthead .ion-ios-search {
  font-size: 26px;
}
.bigger #masthead .contrast-version {
  font-size: 14px;
}
.bigger #masthead .contrast-version i {
  font-size: 32px;
}
.bigger #masthead .languages div {
  height: 26px;
  width: 26px;
}
.bigger #masthead .languages a {
  border: 2px solid gray;
  height: 26px;
  width: 26px;
}
.bigger #masthead #crumbs {
  font-size: 12px;
}
.bigger #masthead .menu .menu-desktop {
  margin-top: 22px;
}
.bigger #masthead .menu #primary-menu > li > .item-menu {
  font-size: 18px;
  padding: 6px 10px;
}
.bigger #masthead .menu .sub-menu ul li a {
  font-size: 20px;
}
.bigger #masthead .menu > ul > li > .sub-menu .content-text {
  font-size: 20px;
}
.bigger #masthead .menu > ul > li > .sub-menu .content-text h4 {
  font-size: 24px;
}
.bigger .twp-slider h2 {
  font-size: 32px;
}
.bigger .twp-slider .single-slide .show-more {
  font-size: 17px;
}
.bigger .banner {
  font-size: 20px;
}
.bigger .buttons-action-grants h2,
.bigger .buttons-action-incentives h2 {
  font-size: 26px;
}
.bigger .slider-news h2 {
  font-size: 26px;
}
.bigger .slider-news .nwp-slider .slide-text .meta-data-outer .slide-date {
  font-size: 14px;
}
.bigger .slider-news .nwp-slider h3 {
  font-size: 26px;
}
.bigger .slider-video h2,
.bigger .slider-video .slide-text h3 {
  font-size: 26px;
}
.bigger .slider-video .vwp-slider .single-slide .video-url .video-url-text {
  font-size: 14px;
}
.bigger .button.button-with-arrow {
  display: flex;
  align-items: center;
}
.bigger .button.button-with-arrow:after {
  height: 17px;
  width: 20px;
}
.bigger .main-navigation .menu > ul > li > .sub-menu .content-text {
  margin-bottom: 10px;
}
.bigger .main-navigation .menu > ul > li > .sub-menu .content-text .main-info-list .event-data .event-data-title {
  font-size: 20px !important;
}
.bigger .main-navigation .menu > ul > li > .sub-menu .content-text .main-info-list .event-data .event-data-date {
  font-size: 14px !important;
}
.bigger .twp-slider h2 {
  font-size: 26px;
}
.bigger .contact-box h4 {
  font-size: 18px;
}
.bigger .page-title,
.bigger h1 {
  font-size: 32px;
}
.bigger .font-12 {
  font-size: 14px;
}
.bigger .font-14 {
  font-size: 16px;
}
.bigger .font-16 {
  font-size: 18px;
}
.bigger .font-18 {
  font-size: 20px;
}
.bigger .font-20 {
  font-size: 22px;
}
.bigger .font-20 > strong {
  font-size: 22px;
}
.bigger h3 {
  font-size: 24px;
}
.bigger p > strong {
  font-size: 20px;
}
.bigger .section-title {
  font-size: 22px;
}
.bigger .attachment-box .wp-block-file:first-child {
  font-size: 20px;
}
.bigger .wp-block-file {
  font-size: 20px;
}
.bigger .wp-block-file a.wp-block-file__button {
  font-size: 14px;
  width: 94px;
  padding: 15px;
  text-align: center;
}
.bigger .wp-block-file .font-12 {
  font-size: 14px;
}
.bigger .pisf-council h3 {
  font-size: 22px;
}
.bigger .council-position {
  font-size: 14px;
}
.bigger .has-normal-font-size {
  font-size: 18px;
}
.bigger .pisf-council-info {
  font-size: 16px;
}
.bigger .button.button-small {
  font-size: 14px;
  padding: 15px;
}
.bigger .pisf-structure h3 {
  font-size: 24px;
}
.bigger .pisf-structure h4 {
  font-size: 22px;
}
.bigger .phone-number,
.bigger .email {
  font-size: 14px;
}
.bigger .logo-box h3 {
  font-size: 20px;
}
.bigger .news-page .news-page-items h3 {
  font-size: 20px;
}
.bigger .news-page .news-page-items .news-page-text .news-page-excerpt {
  font-size: 16px;
}
.bigger .news-page .news-page-items .news-page-text .news-date {
  font-size: 16px;
}
.bigger .single-news-page .single-news-text .single-news-title {
  font-size: 26px;
}
.bigger .single-news-page .single-news-text .single-news-content p {
  font-size: 16px;
}
.bigger .single-news-page .single-news-text .single-news-content li,
.bigger .single-news-page .single-news-text .single-news-content strong {
  font-size: 20px;
}
.bigger .single-news-page .single-news-text .single-news-content li a,
.bigger .single-news-page .single-news-text .single-news-content strong a {
  font-size: 20px;
}
.bigger .single-news-page .single-news-text .news-date {
  font-size: 16px;
}
.bigger .single-news-page .single-news-text h2 {
  font-size: 22px;
}
.bigger #accordions-52 .accordions-head-title,
.bigger #accordions-601 .accordions-head-title,
.bigger #accordions-615 .accordions-head-title,
.bigger #accordions-628 .accordions-head-title,
.bigger #accordions-875 .accordions-head-title,
.bigger #accordions-1065 .accordions-head-title,
.bigger #accordions-1081 .accordions-head-title,
.bigger #accordions-1093 .accordions-head-title,
.bigger #accordions-1104 .accordions-head-title,
.bigger #accordions-1218 .accordions-head-title {
  font-size: 20px;
}
.bigger #accordions-52 .accordion-icons,
.bigger #accordions-601 .accordion-icons,
.bigger #accordions-615 .accordion-icons,
.bigger #accordions-628 .accordion-icons,
.bigger #accordions-875 .accordion-icons,
.bigger #accordions-1065 .accordion-icons,
.bigger #accordions-1093 .accordion-icons,
.bigger #accordions-1104 .accordion-icons,
.bigger #accordions-1218 .accordion-icons {
  font-size: 18px;
}
.bigger #accordions-52 .accordion-content,
.bigger #accordions-1218 .accordion-content {
  font-size: 16px;
}
.bigger .accordion-content .attachment-box .wp-block-file:nth-child(2) {
  font-size: 20px;
}
.bigger .button.button-with-arrow {
  font-size: 17px;
}
.bigger .button.button-with-arrow:after {
  height: 15px;
  width: 18px;
}
.bigger .button {
  font-size: 17px;
}
.bigger .button.button-wide-with-arrow:after {
  height: 15px;
  width: 18px;
}
.bigger .event-img img {
  max-width: 110%;
}
.bigger .ajax-paginator li strong {
  font-size: 20px;
}
.bigger .page-content li {
  font-size: 20px;
}
.bigger .page-content p {
  font-size: 20px;
}
.bigger .page-content h2 {
  font-size: 24px;
}
.bigger .page-content h4 {
  font-size: 22px;
}
.bigger .ytp-title-text {
  font-size: 22px;
}
.bigger .is-style-year-summary h4 {
  font-size: 22px;
}
.bigger .is-style-year-summary p {
  font-size: 16px;
}
.bigger .is-style-year-summary li {
  font-size: 20px;
}
.bigger .is-style-grey-box {
  font-size: 20px;
}
.bigger .footer-container-outer .footer-text {
  font-size: 14px;
}
.bigger .footer-container-outer .footer-container .footer-icon-4 {
  margin-bottom: 30px;
}
.bigger .footer-container-outer .footer-container .footer-newsletter-container h3 {
  font-size: 26px;
  margin-bottom: 60px;
}
.bigger .footer-container-outer .footer-container .footer-newsletter-container .tnp-subscription input[type="email"] {
  font-size: 14px;
}
.bigger .footer-container-outer .footer-container .footer-newsletter-container .tnp-subscription .tnp-email {
  height: 45px;
  width: 250px;
}
.bigger .footer-container-outer .footer-container .footer-newsletter-container .tnp-subscription span {
  font-size: 11px;
}
.bigger .footer-container-outer .footer-container .footer-newsletter-container .tnp-subscription a {
  font-size: 11px;
}
.bigger .footer-container-outer .footer-container .footer-newsletter-container .tnp-subscription input[type="checkbox"] {
  width: 20px !important;
  max-width: 20px;
  height: 20px !important;
  top: -7px;
}
.bigger .footer-container-outer .footer-container .footer-newsletter-container .tnp-subscription .tnp-field input[type="submit"] {
  width: 35px;
  height: 35px;
  bottom: 96px;
  left: 210px;
}
.bigger .grants-page h2 {
  font-size: 26px;
}
.bigger .grants-page .accordion-item-name,
.bigger .grants-page accordion-icons,
.bigger .grants-page .grant-hierarchy-list li ul a {
  font-size: 20px;
}
.bigger .grants-page .accordion-icons {
  font-size: 20px;
}
.bigger .single-uchwala-page div {
  font-size: 20px;
}
.bigger .single-uchwala-page table tr {
  font-size: 20px;
}
.bigger .single-uchwala-page table td {
  font-size: 16px;
}
.bigger .budget-view h2 {
  font-size: 26px;
}
.bigger .budget-view p,
.bigger .budget-view ul {
  font-size: 20px;
}
.bigger .wp-block-group.is-style-grey-box .wp-block-group__inner-container p {
  font-size: 18px;
}
.bigger .wp-block-group.is-style-grey-border-box .wp-block-file ~ p {
  font-size: 14px;
}
.bigger .wp-block-group.is-style-grey-border-box .wp-block-file .wp-block-file__button {
  font-size: 14px;
  width: 94px;
  padding: 12px 14px;
  text-align: center;
}
.bigger .wp-block-group.is-style-grey-border-box .wp-block-columns .wp-block-column:first-of-type h3 {
  font-size: 22px;
}
.bigger .wp-block-group.is-style-grey-border-box .wp-block-columns .wp-block-column:first-of-type p {
  font-size: 14px;
}
.bigger .wp-block-group.is-style-grey-border-box .single-news-page .single-news-text li {
  font-size: 20px !important;
}
.bigger .bip-header-img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bigger .bip-header-img .bip-logo-outer {
  width: 182px;
}
.bigger .bip-container .bip-page .bip-menu ul li {
  font-size: 17px;
}
.bigger .bip-container .bip-page .bip-content .bip-page-content.tenders-content .bip-content-tenders-submenu li {
  font-size: 15px;
}
.bigger .bip-container .bip-page .bip-content .bip-page-content.tenders-content h2 {
  font-size: 22px;
}
.bigger .bip-container .bip-page .bip-content .bip-page-content.tenders-content .bip-content-tenders > li > p {
  font-size: 16px;
}
.bigger .bip-container .bip-page .bip-content .bip-page-content.tenders-content .tenders-pl-list h3 {
  font-size: 16px;
}
.bigger .bip-container .bip-page .bip-content h2 {
  font-size: 22px;
}
.bigger .bip-container .bip-page .bip-content p,
.bigger .bip-container .bip-page .bip-content .core-business-content li,
.bigger .bip-container .bip-page .bip-content .structure-content li,
.bigger .bip-container .bip-page .bip-content .management-content li,
.bigger .bip-container .bip-page .bip-content .operational-programs-content li,
.bigger .bip-container .bip-page .bip-content .legal-infromation-content li,
.bigger .bip-container .bip-page .bip-content .wealth-content li,
.bigger .bip-container .bip-page .bip-content .register-content a,
.bigger .bip-container .bip-page .bip-content .bip-page-content li {
  font-size: 16px;
}
.bigger .bip-container .bip-page .bip-content .pisf-council-content li {
  font-size: 16px;
}
.bigger .bip-container .bip-page .bip-content .pisf-council-content li:before {
  font-size: 22px;
}
.bigger .bip-container .bip-page .bip-page-content.cultural-tenders-content .tenders-pl-list h3,
.bigger .bip-container .bip-page .bip-page-content.cultural-tenders-content .tenders-pl-list p {
  font-size: 16px;
}
.bigger .bip-container footer {
  font-size: 14px;
}
.bigger .wp-block-group.wp-block-group__inner-container.report-view h2 {
  font-size: 26px;
}
.bigger .wp-block-group.wp-block-group__inner-container.report-view h3 {
  font-size: 24px;
}
.bigger .wp-block-group.wp-block-group__inner-container.report-view p,
.bigger .wp-block-group.wp-block-group__inner-container.report-view li {
  font-size: 20px;
}
.bigger .legal-basis-view p {
  font-size: 20px;
}
.bigger .legal-basis-view h2 {
  font-size: 26px;
}
.bigger .legal-basis-view li {
  font-size: 20px;
}
.bigger .publishing-view p {
  font-size: 22px;
}
.bigger .summary-box .year-box {
  font-size: 34px;
}
.bigger .is-style-year-summary h2 {
  font-size: 26px;
}
.bigger .wp-block-quote {
  font-size: 19px;
}
.bigger .pisf-public-funds h2 > strong {
  font-size: 26px;
}
.bigger .pisf-public-funds p {
  font-size: 20px;
}
.bigger .bank-account-number h2 {
  font-size: 26px;
}
.bigger .bank-account-number li {
  font-size: 20px;
}
.bigger .declaration-form h2 {
  font-size: 26px;
}
.bigger .declaration-form p {
  font-size: 20px;
}
.biggest {
  font-size: 34px;
}
.biggest #masthead .font-size span.font-size-0 {
  font-size: 16px;
}
.biggest #masthead .font-size span.font-size-2 {
  font-size: 20px;
  border: 2px solid yellow;
  border-radius: 10%;
  padding: 5px;
}
.biggest #masthead .font-size span.font-size-2 {
  font-size: 24px;
}
.biggest #masthead .ion-ios-search {
  font-size: 28px;
}
.biggest #masthead .contrast-version {
  font-size: 16px;
}
.biggest #masthead .contrast-version i {
  font-size: 34px;
}
.biggest #masthead .languages div {
  height: 26px;
  width: 26px;
}
.biggest #masthead .languages a {
  border: 2px solid gray;
  height: 26px;
  width: 26px;
}
.biggest #masthead .img-container img {
  margin-right: 30px;
  margin-bottom: 5px;
}
.biggest #masthead #crumbs {
  font-size: 14px;
}
.biggest #masthead .menu .menu-desktop {
  margin-top: 24px;
}
.biggest #masthead .menu #primary-menu > li > .item-menu {
  font-size: 19px;
  padding: 6px 10px;
}
.biggest #masthead .menu .sub-menu ul li a {
  font-size: 22px;
}
.biggest #masthead .menu > ul > li > .sub-menu .content-text {
  font-size: 22px;
}
.biggest #masthead .menu > ul > li > .sub-menu .content-text h4 {
  font-size: 26px;
}
.biggest .twp-slider h2 {
  font-size: 34px;
}
.biggest .twp-slider .single-slide .show-more {
  font-size: 19px;
}
.biggest .banner {
  font-size: 22px;
}
.biggest .buttons-action-grants h2,
.biggest .buttons-action-incentives h2 {
  font-size: 28px;
}
.biggest .slider-news h2 {
  font-size: 28px;
}
.biggest .slider-news .nwp-slider .slide-text .meta-data-outer .slide-date {
  font-size: 16px;
}
.biggest .slider-news .nwp-slider h3 {
  font-size: 28px;
}
.biggest .slider-video h2,
.biggest .slider-video .slide-text h3 {
  font-size: 28px;
}
.biggest .slider-video .vwp-slider .single-slide .video-url .video-url-text {
  font-size: 16px;
}
.biggest .button.button-with-arrow {
  font-size: 21px;
  display: flex;
  align-items: center;
}
.biggest .main-navigation .menu > ul > li > .sub-menu .content-text {
  margin-bottom: 10px;
}
.biggest .main-navigation .menu > ul > li > .sub-menu .content-text .main-info-list .event-data {
  margin-top: -50px !important;
}
.biggest .main-navigation .menu > ul > li > .sub-menu .content-text .main-info-list .event-data .event-data-title {
  font-size: 22px !important;
}
.biggest .main-navigation .menu > ul > li > .sub-menu .content-text .main-info-list .event-data .event-data-date {
  font-size: 16px !important;
}
.biggest .twp-slider h2 {
  font-size: 28px;
}
.biggest .contact-box h4 {
  font-size: 20px;
}
.biggest .page-title,
.biggest h1 {
  font-size: 34px;
}
.biggest .font-12 {
  font-size: 16px;
}
.biggest .font-14 {
  font-size: 18px;
}
.biggest .font-16 {
  font-size: 20px;
}
.biggest .font-18 {
  font-size: 22px;
}
.biggest .font-20 {
  font-size: 24px;
}
.biggest .font-20 > strong {
  font-size: 24px;
}
.biggest h3 {
  font-size: 26px;
}
.biggest p > strong {
  font-size: 22px;
}
.biggest .section-title {
  font-size: 24px;
}
.biggest .attachment-box .wp-block-file:first-child {
  font-size: 22px;
}
.biggest .wp-block-file {
  font-size: 22px;
}
.biggest .wp-block-file a.wp-block-file__button {
  font-size: 16px;
  width: 104px;
  padding: 15px;
  text-align: center;
}
.biggest .pisf-council h3 {
  font-size: 24px;
}
.biggest .council-position {
  font-size: 16px;
}
.biggest .has-normal-font-size {
  font-size: 20px;
}
.biggest .pisf-council-info {
  font-size: 18px;
}
.biggest .button.button-small {
  font-size: 16px;
  padding: 15px;
}
.biggest .pisf-structure h3 {
  font-size: 26px;
}
.biggest .pisf-structure h4 {
  font-size: 24px;
}
.biggest .phone-number,
.biggest .email {
  font-size: 16px;
}
.biggest .logo-box h3 {
  font-size: 22px;
}
.biggest .news-page .news-page-items h3 {
  font-size: 22px;
}
.biggest .news-page .news-page-items .news-page-text .news-page-excerpt {
  font-size: 18px;
}
.biggest .news-page .news-page-items .news-page-text .news-date {
  font-size: 18px;
}
.biggest .single-news-page .single-news-text .single-news-title {
  font-size: 28px;
}
.biggest .single-news-page .single-news-text .single-news-content p {
  font-size: 18px;
}
.biggest .single-news-page .single-news-text .single-news-content li,
.biggest .single-news-page .single-news-text .single-news-content strong {
  font-size: 22px;
}
.biggest .single-news-page .single-news-text .single-news-content li a,
.biggest .single-news-page .single-news-text .single-news-content strong a {
  font-size: 22px;
}
.biggest .single-news-page .single-news-text .news-date {
  font-size: 18px;
}
.biggest .single-news-page .single-news-text h2 {
  font-size: 24px;
}
.biggest #accordions-52 .accordions-head-title,
.biggest #accordions-601 .accordions-head-title,
.biggest #accordions-615 .accordions-head-title,
.biggest #accordions-619 .accordions-head-title,
.biggest #accordions-628 .accordions-head-title,
.biggest #accordions-875 .accordions-head-title,
.biggest #accordions-1065 .accordions-head-title,
.biggest #accordions-1081 .accordions-head-title,
.biggest #accordions-1093 .accordions-head-title,
.biggest #accordions-1104 .accordions-head-title,
.biggest #accordions-1218 .accordions-head-title {
  font-size: 22px;
}
.biggest #accordions-52 .accordion-icons,
.biggest #accordions-601 .accordion-icons,
.biggest #accordions-615 .accordion-icons,
.biggest #accordions-619 .accordions-head-title,
.biggest #accordions-628 .accordion-icons,
.biggest #accordions-875 .accordion-icons,
.biggest #accordions-1065 .accordion-icons,
.biggest #accordions-1093 .accordion-icons,
.biggest #accordions-1104 .accordion-icons,
.biggest #accordions-1218 .accordion-icons {
  font-size: 20px;
}
.biggest #accordions-52 .accordion-content,
.biggest #accordions-1218 .accordion-content {
  font-size: 18px;
}
.biggest .accordion-content .attachment-box .wp-block-file:nth-child(2) {
  font-size: 22px;
}
.biggest .button.button-with-arrow {
  font-size: 19px;
}
.biggest .button.button-with-arrow:after {
  height: 15px;
  width: 18px;
}
.biggest .button {
  font-size: 19px;
}
.biggest .button.button-wide-with-arrow:after {
  height: 15px;
  width: 18px;
}
.biggest .event-img img {
  max-width: 110%;
}
.biggest .page-content li {
  font-size: 22px;
}
.biggest .page-content p {
  font-size: 22px;
}
.biggest .page-content h2 {
  font-size: 28px;
}
.biggest .page-content h4 {
  font-size: 26px;
}
.biggest .is-style-year-summary h4 {
  font-size: 24px;
}
.biggest .is-style-year-summary p {
  font-size: 18px;
}
.biggest .is-style-year-summary li {
  font-size: 22px;
}
.biggest .is-style-grey-box {
  font-size: 22px;
}
.biggest .footer-container-outer .footer-text {
  font-size: 16px;
}
.biggest .footer-container-outer .footer-container .footer-icon-4 {
  margin-bottom: 40px;
}
.biggest .footer-container-outer .footer-container .footer-newsletter-container h3 {
  font-size: 28px;
  margin-bottom: 70px;
}
.biggest .footer-container-outer .footer-container .footer-newsletter-container .tnp-subscription input[type="email"] {
  font-size: 16px;
}
.biggest .footer-container-outer .footer-container .footer-newsletter-container .tnp-subscription .tnp-email {
  height: 50px;
  width: 255px;
}
.biggest .footer-container-outer .footer-container .footer-newsletter-container .tnp-subscription span {
  font-size: 11px;
}
.biggest .footer-container-outer .footer-container .footer-newsletter-container .tnp-subscription a {
  font-size: 12px;
}
.biggest .footer-container-outer .footer-container .footer-newsletter-container .tnp-subscription input[type="checkbox"] {
  width: 25px !important;
  max-width: 25px;
  height: 25px !important;
  margin-bottom: 15px;
}
.biggest .footer-container-outer .footer-container .footer-newsletter-container .tnp-subscription .tnp-field input[type="submit"] {
  width: 40px;
  height: 40px;
  bottom: 125px;
  left: 210px;
}
.biggest .bip-header-img {
  margin-top: 20px;
  margin-bottom: 10px;
}
.biggest .bip-header-img .bip-logo-outer {
  width: 192px;
}
.biggest .bip-container .bip-page .bip-menu ul li {
  font-size: 19px;
}
.biggest .bip-container .bip-page .bip-content .bip-page-content.tenders-content .bip-content-tenders-submenu li {
  font-size: 17px;
}
.biggest .bip-container .bip-page .bip-content .bip-page-content.tenders-content h2 {
  font-size: 24px;
}
.biggest .bip-container .bip-page .bip-content .bip-page-content.tenders-content .bip-content-tenders > li > p {
  font-size: 18px;
}
.biggest .bip-container .bip-page .bip-content .bip-page-content.tenders-content .tenders-pl-list h3 {
  font-size: 18px;
}
.biggest .bip-container .bip-page .bip-content h2 {
  font-size: 24px;
}
.biggest .bip-container .bip-page .bip-content p,
.biggest .bip-container .bip-page .bip-content .core-business-content li,
.biggest .bip-container .bip-page .bip-content .structure-content li,
.biggest .bip-container .bip-page .bip-content .management-content li,
.biggest .bip-container .bip-page .bip-content .operational-programs-content li,
.biggest .bip-container .bip-page .bip-content .legal-infromation-content li,
.biggest .bip-container .bip-page .bip-content .wealth-content li,
.biggest .bip-container .bip-page .bip-content .register-content a,
.biggest .bip-container .bip-page .bip-content .bip-page-content li {
  font-size: 18px;
}
.biggest .bip-container .bip-page .bip-content .pisf-council-content li {
  font-size: 18px;
}
.biggest .bip-container .bip-page .bip-content .pisf-council-content li:before {
  font-size: 24px;
}
.biggest .bip-container .bip-page .bip-page-content.cultural-tenders-content .tenders-pl-list h3,
.biggest .bip-container .bip-page .bip-page-content.cultural-tenders-content .tenders-pl-list p {
  font-size: 18px;
}
.biggest .bip-container footer {
  font-size: 16px;
}
.biggest .grants-page h2 {
  font-size: 28px;
}
.biggest .grants-page .accordion-item-name,
.biggest .grants-page .grant-hierarchy-list li ul a {
  font-size: 22px;
}
.biggest .grants-page .accordion-icons.accordion-minus {
  font-size: 22px;
}
.biggest .grants-page .accordion-icons {
  font-size: 22px;
}
.biggest .single-uchwala-page div {
  font-size: 22px;
}
.biggest .single-uchwala-page table tr {
  font-size: 22px;
}
.biggest .single-uchwala-page table td {
  font-size: 18px;
}
.biggest .budget-view h2 {
  font-size: 28px;
}
.biggest .budget-view p,
.biggest .budget-view ul {
  font-size: 22px;
}
.biggest .wp-block-group.is-style-grey-box .wp-block-group__inner-container p {
  font-size: 20px;
}
.biggest .wp-block-group.is-style-grey-border-box .wp-block-file ~ p {
  font-size: 16px;
}
.biggest .wp-block-group.is-style-grey-border-box .wp-block-file .wp-block-file__button {
  font-size: 16px;
  width: 104px;
  padding: 12px 14px;
  text-align: center;
}
.biggest .wp-block-group.is-style-grey-border-box .wp-block-columns .wp-block-column:first-of-type h3 {
  font-size: 22px;
}
.biggest .wp-block-group.is-style-grey-border-box .wp-block-columns .wp-block-column:first-of-type p {
  font-size: 16px;
}
.biggest .legal-basis-view p {
  font-size: 22px;
}
.biggest .legal-basis-view h2 {
  font-size: 28px;
}
.biggest .legal-basis-view li {
  font-size: 22px;
}
.biggest .publishing-view p {
  font-size: 24px;
}
.biggest .wp-block-group.wp-block-group__inner-container.report-view h2 {
  font-size: 28px;
}
.biggest .wp-block-group.wp-block-group__inner-container.report-view h3 {
  font-size: 26px;
}
.biggest .wp-block-group.wp-block-group__inner-container.report-view p,
.biggest .wp-block-group.wp-block-group__inner-container.report-view li {
  font-size: 22px;
}
.biggest .summary-box .year-box {
  font-size: 36px;
}
.biggest .is-style-year-summary h2 {
  font-size: 28px;
}
.biggest .wp-block-quote {
  font-size: 21px;
}
.biggest .pisf-public-funds h2 > strong {
  font-size: 28px;
}
.biggest .pisf-public-funds p {
  font-size: 22px;
}
.biggest .bank-account-number h2 {
  font-size: 28px;
}
.biggest .bank-account-number li {
  font-size: 22px;
}
.biggest .declaration-form h2 {
  font-size: 28px;
}
.biggest .declaration-form p {
  font-size: 22px;
}
.mourning-theme {
  opacity: 0.5;
}
.mourning-theme #masthead .main-navigation #primary-menu > li:hover > div {
  color: rgba(75, 75, 75, 0.7);
}
.mourning-theme #masthead .main-navigation #primary-menu > li > .item-menu.with-arrow:after {
  color: rgba(75, 75, 75, 0.7) !important;
}
.mourning-theme #masthead .main-navigation #primary-menu > li > .item-menu a:hover {
  color: rgba(75, 75, 75, 0.7);
}
.mourning-theme .banner {
  background-color: #313131;
}
.mourning-theme .twp-slider .title-outer {
  background-color: #313131;
}
.mourning-theme .twp-slider .slide-title-outer {
  border: solid 2px;
}
.mourning-theme .twp-slider .single-slide .show-more {
  color: #fff;
}
.mourning-theme .twp-slider .single-slide .show-more .cls-1 {
  fill: #fff;
}
.mourning-theme .slider-news .nwp-slider .single-slide .slide-text-outer:hover {
  border: solid 2px #828282;
}
.mourning-theme .attachment-box .wp-block-file__button {
  background-color: #313131;
  border: solid 1px #000;
}
.mourning-theme .attachment-box:hover {
  border: solid 2px #000;
}
.mourning-theme .email {
  color: #fff;
}
.mourning-theme .news-page .news-page-items .news-page-text:hover {
  border: solid 2px #000;
}
.mourning-theme .button.button-red {
  background-color: #313131;
  border: solid 2px #828282;
  color: #fff;
}
.mourning-theme .news-date {
  color: #fff;
}
.mourning-theme .footer-container-outer .footer-container .footer-newsletter-container .tnp-subscription .tnp-field input[type="submit"] {
  background-color: #828282;
  color: #000;
}
.mourning-theme .bip-container .bip-page .bip-menu .active {
  background-color: #313131;
}
.mourning-theme .bip-container .bip-page .bip-content .bip-page-content.tenders-content .bip-content-tenders-submenu li.active {
  color: rgba(75, 75, 75, 0.7);
}
.mourning-theme .bip-container .bip-page a {
  color: rgba(75, 75, 75, 0.7);
}
.mourning-theme .bip-container .bip-page .wp-block-file .wp-block-file__button {
  color: #fff;
}
.mourning-theme #masthead .main-navigation #primary-menu > li > .item-menu.with-arrow:after:hover {
  border-top: 6px solid yellow !important;
}
.accordions.flat .items .accordions-head:focus,
a:focus,
a .slide-title:focus,
button:focus,
.font-size-0:focus,
.font-size-1:focus,
.font-size-2:focus,
.line-height-down:focus,
.line-height-up:focus,
.paragraph-height-down:focus,
.paragraph-height-up:focus,
.letter-spacing-down:focus,
.letter-spacing-up:focus,
.word-spacing-down:focus,
.word-spacing-up:focus,
.contrast-version:focus,
.button-action-outer:focus,
.news-page-img:focus,
.news-page-text:focus,
.wp-block-file__button:focus,
.accordions-head:focus,
.is-style-grey-border-box:focus,
.section-title:focus,
.is-style-grey-box:focus,
.news-page .news-page-items .news-page-text:focus,
.summary-box a > div:focus,
.a2a_kit a:focus,
#masthead .top-bar .ion-ios-search:focus,
#privacy-checkbox-id:focus,
.footer-container-outer .footer-container .footer-newsletter-container .tnp-subscription .tnp-field input[type="submit"]:focus,
#privacy-email-id:focus {
  outline: dashed 2px #EFECE7;
}
#masthead .main-navigation .menu ul .menu-item-has-children:focus {
  outline: dashed 2px #313131;
}
.button.button-black:focus {
  border: dashed 2px #EFECE7;
}
.slider-news .nwp-slider .owl-stage {
  display: flex;
}
.slider-news .nwp-slider .single-slide .slide-text-outer a:focus {
  outline: dashed 2px #EFECE7;
}
.button.button-red:focus {
  border: dashed 2px #EFECE7;
}
.wp-block-group.is-style-grey-border-box {
  position: relative;
  margin-bottom: 20px;
}
.wp-block-group.is-style-grey-border-box:hover {
  border: 2px solid #ba262c;
}
.wp-block-group.is-style-grey-border-box .wp-block-columns {
  margin-bottom: 0;
}
.wp-block-group.is-style-grey-border-box .wp-block-columns .wp-block-column .wp-block-group.is-style-grey-border-box.attachment-box {
  margin-bottom: 0;
}
.wp-block-group.is-style-grey-border-box .wp-block-column:nth-of-type(2) .wp-block-group .wp-block-group__inner-container {
  position: relative;
}
.wp-block-group.is-style-grey-border-box .wp-block-column:nth-of-type(2) .wp-block-group .wp-block-group__inner-container .wp-block-file {
  margin-bottom: 10px;
}
.wp-block-group.is-style-grey-border-box .wp-block-column:nth-of-type(2) .wp-block-group .wp-block-group__inner-container .wp-block-file a:first-of-type {
  font-size: 16px;
  line-height: 1.4;
  display: block;
}
.wp-block-group.is-style-grey-border-box .wp-block-column:nth-of-type(2) .wp-block-group:not(:last-of-type) {
  margin-bottom: 24px;
}
.wp-block-group.is-style-grey-border-box .wp-block-file ~ p {
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
}
.wp-block-group.is-style-grey-border-box .wp-block-file .wp-block-file__button {
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  background-color: #ba262c;
  border: 1px solid #ba262c;
  border-radius: unset;
  padding: 9px 14px;
  font-size: 12px;
  line-height: 7px;
  /* float: right; */
  width: 84px;
  text-align: center;
}
.wp-block-file {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.wp-block-file__button {
  align-self: end;
}
.wp-block-file .button {
  align-self: end;
}
.page-content .wp-block-group .wp-block-group__inner-container .wp-block-group.is-style-grey-border-box ~ .wp-block-columns {
  display: none;
}
.wp-block-group.is-style-grey-box .wp-block-group__inner-container p {
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
}
.wp-block-group.is-style-grey-border-box .wp-block-columns .wp-block-column:first-of-type h3 {
  margin-bottom: 0;
  color: #888788;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
}
.wp-block-group.is-style-grey-border-box .wp-block-columns .wp-block-column:first-of-type p {
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
}
.description-image {
  text-align: right;
  font-size: 15px;
}
.cn-button.bootstrap {
  background-color: #ba262c;
  background-image: none;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  font-family: 'PT Serif';
}
.cn-button.bootstrap:hover {
  background-color: #ba262c;
  color: #000;
}
:not(.bigger) :not(.biggest) .general-container ul,
:not(.bigger) :not(.biggest) .general-container ol {
  font-size: 17px;
}
.label-input-column-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.visually-hidden {
  position: absolute!important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
caption {
  color: #fff;
}
.accordions .accordions-head:focus,
.accordion-item:focus,
.accordions-head.ui-accordion-header:focus,
.owl-prev:focus,
.owl-next:focus {
  outline: dashed 2px #EFECE7 !important;
}
.toggle-menu:focus,
.item-menu.with-arrow span:focus,
.item-menu a:focus {
  outline: dashed 2px #313131 !important;
}
.is-style-grey-border-box.attachment-box {
  display: block;
}
.single-uchwala-page a {
  color: #000;
  display: flex;
  align-items: center;
  width: fit-content;
}
.pum-open .pum-overlay .pum-container {
  position: relative;
  width: 60%;
  height: 90%;
  margin: auto;
  top: 5% !important;
  padding: 20px;
  background: #fff;
  font-size: 14px;
  line-height: 21px;
  overflow: auto;
  box-sizing: border-box;
}
.pum-content.popmake-content {
  display: block;
  height: 75%;
  overflow: auto;
  padding: 10px;
}
.pum-content.popmake-content a {
  color: #000;
  word-break: break-all;
}
.pum-content.popmake-content a:hover {
  color: #000;
}
.pum-content.popmake-content ol {
  margin-bottom: 15px;
}
.pum-open .pum-overlay .pum-content + .pum-close {
  position: initial;
  width: 100%;
  border-radius: 0;
  height: auto;
  padding: 6px;
  box-shadow: none;
  background-color: #ba262c;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}
.popup-button-outer {
  display: flex;
  justify-content: center;
}
.popup-button {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  margin: 0 auto;
  position: relative;
  padding: 12px;
}
.popup-button:hover {
  color: #000;
}
html.pum-open.pum-open-overlay,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
  overflow: initial !important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
  overflow: auto !important;
}
@media screen and (max-width: 1023px) {
  .pum-open .pum-overlay .pum-container {
    width: 90%;
  }
}
.tnp-subscription label[for=privacy-checkbox-id] {
  display: flex;
  max-width: 530px;
}
.visible-label .footer-icons-container {
  margin: 12px auto 0;
}
.visible-label .newsletter-privacy-policy div {
  display: inline-block;
}
.visible-label .newsletter-privacy-policy .newsletter-privacy-policy-read-more {
  padding: 0 3px;
  text-transform: uppercase;
  cursor: pointer;
}
.visible-label .newsletter-privacy-policy .newsletter-privacy-policy-more {
  display: none;
}
.newsletter-privacy-policy {
  display: none;
  margin-bottom: 12px;
}
.footer-container .tnp-subscription {
  max-width: initial;
}
#privacy-checkbox-id {
  flex-shrink: 0;
}
.msg-error {
  border: 2px solid #ba262c;
  padding: 4px 10px;
  margin-bottom: 20px;
  font-size: 16px;
}
.publishing-view .button-with-arrow {
  display: inline-block;
  margin-bottom: 34px;
}
.ukraine-help-page-img {
  height: 386px;
  background-image: url('/wp-content/uploads/2022/03/Flag_of_Ukraine_over_city_Dnipro_v1.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.ukraine-help-page-img:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background-image: linear-gradient(to bottom, rgba(19, 17, 18, 0), rgba(18, 17, 17, 0.88) 57%, #111111);
}
.ukraine-help-page-img.ukraine-help-page-img-lang {
  background-image: url('/wp-content/uploads/2022/03/Zdjecie-w-tle-FB.jpg.png');
  margin-top: 37px;
}
.ukraine-help-page-content {
  display: block;
  padding: 24px;
  border: 2px solid #fdc513;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -83px;
  position: relative;
}
.ukraine-help-page-content .wp-block-separator {
  border: none;
}
.ukraine-help-page-content h2 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.ukraine-help-page-content .ukraine-help-heading .wp-block-group__inner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ukraine-help-page-content .scroll-to-ua a {
  background-color: #428bc1;
  border-radius: 0;
  padding: 12px;
  line-height: 1.2;
  position: relative;
  line-height: 1.1;
  padding-right: 40px;
}
.ukraine-help-page-content .scroll-to-ua a:after {
  content: '';
  display: block;
  background: url(/wp-content/themes/pisf/assets/images/next.svg) no-repeat;
  width: 14px;
  height: 11px;
  right: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 989px) {
  .ukraine-help-page-img {
    height: 240px;
  }
  .ukraine-help-page-img:after {
    bottom: -20px;
  }
  .ukraine-help-page-content {
    width: auto;
    margin-left: 37px;
    margin-right: 37px;
    margin-top: -33px;
  }
  .ukraine-help-page-content .ukraine-help-heading .wp-block-group__inner-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 575px) {
  .ukraine-help-page-img {
    height: 240px;
  }
  .ukraine-help-page-img:after {
    bottom: -20px;
  }
  .ukraine-help-page-content {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: -33px;
  }
}
.data-protection ~ .wp-block-file {
  font-size: 18px;
}
.data-protection ~ .wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 0.8em;
  padding: 0.5em 1em;
}
#cc--main .title button:focus {
  color: #2d4156;
}
.bold-header {
  font-weight: bold;
}
.wp-block-file a {
  color: #000;
}
.three-columns-grid .item {
  border-color: #000;
}
.box {
  border-color: #000;
}
.box .name,
.box .description {
  color: #000;
}
.e-font-icon-svg.dark-contrast-svg {
  fill: #fff !important;
}
.e-font-icon-svg.e-fas-download.light-contrast-svg {
  fill: #000;
}
.a2a_svg.contrast-svg:not(#ea11y-root):not(#ea11y-root *):not(.ea11y-widget-reading-mask-overlay) {
  background-color: unset !important;
}
.a2a_svg.contrast-svg:not(#ea11y-root):not(#ea11y-root *):not(.ea11y-widget-reading-mask-overlay) svg {
  background-color: transparent !important;
}
.elementor-bg + .elementor-cta__bg-overlay:not(#ea11y-root):not(#ea11y-root *):not(.ea11y-widget-reading-mask-overlay) {
  background-color: transparent !important;
}
.ea11y-widget {
  color: #000;
}
/*# sourceMappingURL=style.css.map */