/*
Theme Name: StepUpTema
Theme URI:
Author: Emil Hajjar Thøgersen, Steffen Kragelund Johannsen
Author URI: https://stepupmedia.dk/
Description:
Version: 3.0
*/
body {
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.35;
  color: #000;
  overflow-x: hidden;
  background: #fff;
  margin: 0;
}
body.no-scroll {
  overflow-y: hidden;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #004572;
}
::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 36px;
}
::-moz-selection {
  color: #fff;
  background: #004572;
}
::selection {
  color: #fff;
  background: #004572;
}
body,
html {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}
body .post-password-form {
  padding-top: 200px;
  background-color: #004572;
  color: #fff;
  padding-bottom: 120px;
  text-align: center;
}
body .post-password-form input[type="submit"] {
  background-color: #E35E39;
  color: #fff;
  padding: 8px 28px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  position: relative;
  z-index: 2;
  font-weight: 700;
  line-height: 19px;
  border-radius: 18px;
  border: none;
  cursor: pointer;
}
body .post-password-form input[type="password"] {
  padding: 8px 20px;
  border-radius: 18px;
  border: none;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
img,
li,
p,
ul {
  padding: 0;
  margin: 0;
}
.container {
  max-width: 1663px;
}
@media (max-width: 1763px) {
  .container {
    max-width: 85%;
  }
}
body main a {
  color: #E35E39;
  text-decoration: none;
}
body main a:hover {
  text-decoration: underline;
}
body a.button,
body a.wp-element-button {
  background-color: #E35E39;
  color: white;
  padding: 8px 28px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  position: relative;
  z-index: 2;
  font-weight: bold;
  line-height: 19px;
  border-radius: 18px;
}
body a.button::before,
body a.wp-element-button::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  z-index: -1;
  border-radius: 18px;
  background-color: #E35E39;
  background-image: url('/wp-content/uploads/2023/12/Polygon-1.svg');
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  right: 0;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  opacity: 0;
}
body a.button:hover,
body a.wp-element-button:hover {
  text-decoration: none;
  opacity: 1;
}
body a.button:hover::before,
body a.wp-element-button:hover::before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  right: -38px;
  opacity: 1;
}
body a.button.purple,
body a.wp-element-button.purple {
  background-color: #9E1F63;
}
body a.button.purple::before,
body a.wp-element-button.purple::before {
  background-color: #9E1F63;
}
body a.button.blue,
body a.wp-element-button.blue {
  background-color: #03AAC7;
}
body a.button.blue::before,
body a.wp-element-button.blue::before {
  background-color: #03AAC7;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body ol,
body p,
body ul {
  margin-bottom: 1em;
}
body h1 {
  font-size: 75px;
  font-weight: bold;
}
body h2 {
  font-size: 60px;
  font-weight: 400;
}
body h3 {
  font-size: 37px;
  font-weight: bold;
}
body h4 {
  font-size: 32px;
  font-weight: 400;
}
body h5 {
  font-size: 23px;
  font-weight: medium;
}
body section.m-top {
  margin-top: 80px;
}
body section.m-bottom {
  margin-bottom: 80px;
}
.admin-bar #header {
  top: 32px;
}
.admin-bar #header #menu-popup {
  height: calc(100vh - 171px);
  max-height: calc(100dvh - 171px);
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
#header.scrolled,
#header.open {
  background-color: #004572;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
}
#header .col-md-12 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header #logo {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  margin: 32px 0;
}
#header #logo img {
  height: 100%;
  width: auto;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
#header #logo:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#header #menu-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  overflow: hidden;
  padding: 10px 0;
}
#header #menu-trigger .icon {
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
#header #menu-trigger .icon .bar {
  height: 3px;
  width: 35px;
  background-color: #fff;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
#header #menu-trigger .icon .bar:first-of-type {
  margin-bottom: 8px;
}
#header #menu-trigger p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-left: 16px;
  margin-bottom: 0;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
#header #menu-trigger.open .icon {
  -webkit-transform: translateX(68px);
      -ms-transform: translateX(68px);
          transform: translateX(68px);
}
#header #menu-trigger.open .icon .bar:first-of-type {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 13px 0;
      -ms-transform-origin: 13px 0;
          transform-origin: 13px 0;
}
#header #menu-trigger.open .icon .bar:last-of-type {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 7px 0;
      -ms-transform-origin: 7px 0;
          transform-origin: 7px 0;
}
#header #menu-trigger.open p {
  -webkit-transform: translateX(68px);
      -ms-transform: translateX(68px);
          transform: translateX(68px);
}
#header #menu-popup {
  display: none;
  height: calc(100vh - 139px);
  max-height: calc(100dvh - 139px);
  background-color: #004572;
  padding-bottom: 74px;
}
#header #menu-popup .container {
  height: 100%;
}
#header #menu-popup .container .row {
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#header #menu-popup .container .row .col-lg-9 {
  position: relative;
  overflow: hidden;
  max-height: 100%;
  overflow-y: scroll;
}
#header #menu-popup .container .row .col-lg-9 .back {
  position: relative;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  left: calc(-100% - 15px);
  color: #fff;
  font-size: 75px;
  font-weight: 500;
  text-decoration: none;
  line-height: 86px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 4px solid white;
  cursor: pointer;
}
#header #menu-popup .container .row .col-lg-9 .back img {
  width: 50px;
  height: 50px;
}
#header #menu-popup .container .row .col-lg-9 .back.active {
  left: 0;
}
#header #menu-popup .col-lg-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header #menu-popup #navmenu {
  display: block;
  position: relative;
  overflow: hidden;
}
#header #menu-popup #navmenu #menu-main-menu {
  position: relative;
  right: 0;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
#header #menu-popup #navmenu #menu-main-menu.active {
  right: 100%;
}
#header #menu-popup #navmenu #menu-main-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
#header #menu-popup #navmenu #menu-main-menu .sub-menu.active {
  opacity: 1;
  pointer-events: all;
}
#header #menu-popup #navmenu ul {
  list-style-type: none;
  margin-bottom: 0;
}
#header #menu-popup #navmenu ul li.current-menu-item > a {
  color: #e35e39;
}
#header #menu-popup #navmenu ul li a {
  color: #fff;
  font-size: 75px;
  font-weight: 500;
  text-decoration: none;
  line-height: 86px;
  display: block;
  position: relative;
  -webkit-transition: 400ms ease;
  -o-transition: 400ms ease;
  transition: 400ms ease;
  padding: 16px 0;
}
#header #menu-popup #navmenu ul li a.faded {
  opacity: 0.13;
}
#header #menu-popup #navmenu ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 8px;
  border-radius: 4px;
  -webkit-transition: 400ms ease;
  -o-transition: 400ms ease;
  transition: 400ms ease;
  background-color: #fff;
}
#header #menu-popup #navmenu ul li a:hover {
  padding-left: 120px;
}
#header #menu-popup #navmenu ul li a:hover::before {
  width: 100px;
}
#header #menu-popup #contactmenu {
  display: block;
}
#header #menu-popup #contactmenu ul {
  list-style-type: none;
  margin-bottom: 18px;
}
#header #menu-popup #contactmenu ul li a {
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  text-decoration: none;
  line-height: 40px;
  display: block;
  position: relative;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  padding: 10px 0;
}
#header #menu-popup #contactmenu ul li a.faded {
  opacity: 0.13;
}
#header #menu-popup #contactmenu ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 4px;
  border-radius: 2px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  background-color: #fff;
}
#header #menu-popup #contactmenu ul li a:hover {
  padding-left: 32px;
}
#header #menu-popup #contactmenu ul li a:hover::before {
  width: 24px;
}
#header #menu-popup #navmenu-socials-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#header #menu-popup #navmenu-socials-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}
#header #menu-popup #navmenu-socials-header a img {
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
#header #menu-popup #navmenu-socials-header a:hover img {
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
#header #menu-popup #navmenu-socials-header a:last-of-type {
  margin-right: 0;
}
#cat-banner {
  position: relative;
  padding-top: 140px;
  color: #fff;
  background-color: #004572;
}
#cat-banner.lightblue {
  background-color: #0ea9c7;
}
#cat-banner.lightblue ::-moz-selection {
  color: #0ea9c7;
  background: #fff;
}
#cat-banner.lightblue ::selection {
  color: #0ea9c7;
  background: #fff;
}
#cat-banner.purple {
  background-color: #9e2062;
}
#cat-banner.purple ::-moz-selection {
  color: #9e2062;
  background: #fff;
}
#cat-banner.purple ::selection {
  color: #9e2062;
  background: #fff;
}
#cat-banner.green {
  background-color: #40A051;
}
#cat-banner.green ::-moz-selection {
  color: #40A051;
  background: #fff;
}
#cat-banner.green ::selection {
  color: #40A051;
  background: #fff;
}
#cat-banner.orange {
  background-color: #E45D38;
}
#cat-banner.orange ::-moz-selection {
  color: #E45D38;
  background: #fff;
}
#cat-banner.orange ::selection {
  color: #E45D38;
  background: #fff;
}
#cat-banner ::-moz-selection {
  color: #004572;
  background: #fff;
}
#cat-banner ::selection {
  color: #004572;
  background: #fff;
}
#cat-banner .container {
  position: relative;
  z-index: 3;
  padding-top: 124px;
  padding-bottom: 124px;
}
#cat-banner .bg-wrp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#cat-banner .bg-wrp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#cat-banner .bg-wrp .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #004572;
  opacity: 0.88;
}
#cat-banner .bg-wrp .filter.lightblue {
  background-color: #0ea9c7;
}
#cat-banner .bg-wrp .filter.purple {
  background-color: #9e2062;
}
#cat-banner .bg-wrp .filter.green {
  background-color: #40A051;
}
#cat-banner .bg-wrp .filter.orange {
  background-color: #E45D38;
}
#posts {
  padding-top: 180px;
  padding-bottom: 60px;
}
#posts .feedpost-wrp {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#posts .feedpost-wrp h2 {
  width: 100%;
  margin-bottom: 60px;
}
#posts .feedpost-wrp .feedpost {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
#posts .feedpost-wrp .feedpost a {
  border-radius: 16px;
  border: 1px solid #004572;
  display: block;
  padding: 16px 20px;
  text-decoration: none;
  color: #004572;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
#posts .feedpost-wrp .feedpost a:hover {
  border-color: #E35E39;
  color: #E35E39;
}
#posts .feedpost-wrp .feedpost a p {
  margin-bottom: 0;
  font-size: 16px;
}
#posts .feedpost-wrp .feedpost a h5 {
  font-size: 18px;
  margin-bottom: 12px;
}
#posts .container .row {
  position: relative;
}
#posts .container .row::before {
  content: "";
  position: absolute;
  top: -86px;
  left: 15px;
  width: calc(100% - 30px);
  background-color: #fff;
  height: 1px;
}
#posts .container .row::after {
  content: "";
  position: absolute;
  top: -102px;
  right: 15px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #fff;
}
#posts .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
#posts .tags .tag {
  display: block;
  font-size: 12px;
  line-height: 14px;
  padding: 5px 16px;
  color: #007260;
  border: 1px solid #007260;
  border-radius: 13px;
  margin-bottom: 4px;
  margin-right: 4px;
}
#posts .tags .circle {
  display: block;
  height: 26px;
  width: 26px;
  margin-bottom: 4px;
  border: 1px solid #007260;
  border-radius: 13px;
}
#posts .col-lg-6 {
  margin-bottom: 60px;
}
#posts h2 {
  color: #004572;
  margin-bottom: 24px;
}
#posts .eventSingle {
  border: 2px solid #004572;
  text-decoration: none;
  border-radius: 34px;
  padding: 28px 24px;
  display: block;
  margin-bottom: 30px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
#posts .event.green .eventSingle {
  border-color: #40A051;
}
#posts .event.orange .eventSingle {
  border-color: #E45D38;
}
#posts .event.purple .eventSingle {
  border-color: #9e2062;
}
#posts .event.lightblue .eventSingle {
  border-color: #0ea9c7;
}
#posts .eventSingle:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#posts .eventSingle:hover .bottom .arrow {
  margin-right: 0;
}
#posts .eventSingle .top-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
#posts .eventSingle .top-wrp .logo {
  width: 80px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#posts .eventSingle .top-wrp .logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#posts .eventSingle .term {
  display: block;
  color: #9E1F63;
}
#posts .eventSingle h3 {
  color: #004572;
  padding-bottom: 21px;
  margin-bottom: 20px;
  position: relative;
}
#posts .eventSingle h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 102px;
  max-width: 50%;
  height: 1px;
  background-color: #004572;
}
#posts .eventSingle p {
  color: #000;
  margin-bottom: 30px;
}
#posts .eventSingle .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#posts .eventSingle .bottom .date {
  color: #9E1F63;
  font-weight: bold;
}
#posts .eventSingle .bottom .arrow {
  margin-right: 20px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
#posts .inner.post {
  display: block;
  border-radius: 40px 40px 34px 34px;
  border: 1px solid #004572;
  padding: 0 32px 28px 32px;
  text-decoration: none;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
#posts .inner.post:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#posts .inner.post .arrow {
  display: block;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
#posts .inner.post:hover .arrow {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}
#posts .inner.post .img-wrp {
  margin-left: -33px;
  margin-right: -33px;
  margin-bottom: 60px;
  margin-top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 66px);
  height: 277px;
  border-top-right-radius: 34px;
  border-top-left-radius: 34px;
  overflow: hidden;
}
#posts .inner.post .img-wrp.no-image {
  background-color: #004572;
  padding: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#posts .inner.post .img-wrp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#posts .inner.post .img-wrp.no-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#posts .inner.post .date {
  display: block;
  margin-bottom: 14px;
  color: #9E1F63;
}
#posts .inner.post h4 {
  color: #004572;
  margin-bottom: 40px;
}
#posts .inner.post .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#posts .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 48px;
}
#posts .nav-links .page-numbers {
  display: block;
  padding: 6px 16px;
  color: #E35E39;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  border: 1px solid #E35E39;
  border-radius: 18px;
  margin-right: 8px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  text-decoration: none;
}
#posts .nav-links .page-numbers:hover {
  background-color: #E35E39;
  color: #fff;
}
#posts .nav-links .page-numbers.current {
  background-color: #004572;
  border-color: #004572;
  color: #fff;
}
.single-event #single-post .col-lg-8,
.single-company #single-post .col-lg-8 {
  padding-right: 160px;
}
.single-event #single-post .col-lg-8 > section,
.single-company #single-post .col-lg-8 > section {
  width: 100%;
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
#single-post {
  padding-top: 180px;
  padding-bottom: 60px;
  overflow: hidden;
}
#single-post .col-lg-8 > section {
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#single-post .col-lg-8 .top {
  display: block;
  margin-bottom: 88px;
}
#single-post .col-lg-8 .inner {
  display: block;
  margin-bottom: 28px;
  border-radius: 16px;
  padding: 36px 48px;
}
#single-post .col-lg-8 .inner .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#single-post .col-lg-8 .inner .items .item {
  display: block;
  width: 50%;
  margin-bottom: 28px;
  padding: 12px;
}
#single-post .col-lg-8 .inner.lightblue {
  background-color: #03AAC7;
  color: white;
}
#single-post .col-lg-8 .inner.purple {
  background-color: #9E1F63;
  color: white;
}
#single-post .col-lg-8 .inner.green {
  background-color: #007260;
  color: white;
}
#single-post .col-lg-4 .img-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 32px 20px;
  border-radius: 16px;
  background: #F5F5F5;
}
#single-post .col-lg-4 .img-wrp.top {
  margin-top: 0;
  margin-bottom: 28px;
}
#single-post .col-lg-4 .img-wrp.darkblue {
  background-color: #004572;
}
#single-post .col-lg-4 .img-wrp img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
}
#single-post .col-lg-4 > span {
  display: block;
  margin-bottom: 28px;
  padding: 12px;
  border-radius: 8px;
  text-align: center;
  color: white;
  font-weight: bold;
}
#single-post .col-lg-4 > span.lightblue {
  background-color: #03AAC7;
}
#single-post .col-lg-4 > span.purple {
  background-color: #9E1F63;
}
#single-post .col-lg-4 .inner {
  background-color: #F5F5F5;
  padding: 32px 28px;
  border-radius: 16px;
  margin-bottom: 28px;
}
#single-post .col-lg-4 .inner p {
  color: #707070;
}
#single-post .col-lg-4 .inner p.email {
  margin-bottom: 8px;
}
#single-post .col-lg-4 .inner p span {
  display: block;
  padding-left: 10px;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  margin-top: 4px;
}
#single-post .col-lg-4 .inner p span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 10px;
  border-radius: 3px;
  background-color: #9E1F63;
}
#single-post .col-lg-4 .inner h5 {
  margin-bottom: 16px;
}
#single-post .col-lg-4 .inner .date,
#single-post .col-lg-4 .inner .terms {
  display: block;
  margin-bottom: 24px;
}
#single-post .row {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#single-post .row::before {
  content: "";
  position: absolute;
  top: -86px;
  left: 15px;
  width: calc(100% - 30px);
  background-color: #004572;
  height: 1px;
}
#single-post .row::after {
  content: "";
  position: absolute;
  top: -102px;
  right: 15px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #004572;
}
#single-post .row .wp-block-file {
  margin: 28px auto 40px;
}
#single-post .row figure {
  margin: 28px auto 40px;
}
#single-post .row figure .wp-element-caption {
  font-size: 14px;
}
#single-post .row figure.wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#not-found-banner {
  position: relative;
  height: 500px;
}
#not-found-banner .media {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#not-found-banner .media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}
#not-found-banner .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#not-found-banner .container {
  position: relative;
  z-index: 3;
  height: 100%;
}
#not-found-banner .container .row {
  height: 100%;
}
#not-found-banner .container .col-md-12 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#not-found-banner .container h1 {
  color: white;
}
#not-found-banner .container p {
  color: white;
}
.frm_forms form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.frm_forms form .frm_error_style {
  background-color: #ffa8a8 !important;
  padding: 8px 12px;
  display: inline-block;
  margin-bottom: 12px !important;
  border-radius: 4px !important;
  font-weight: 600;
  border: none !important;
  font-size: 12px !important;
}
.frm_forms form .frm_form_fields fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.frm_forms form .frm_form_fields fieldset legend,
.frm_forms form .frm_form_fields fieldset .frm_verify {
  display: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_dropzone.frm_single_upload {
  max-width: 100%;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_dropzone.frm_single_upload#file105_dropzone {
  background: #004572;
  color: white;
  border-radius: 13px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_dropzone.frm_single_upload#file105_dropzone .dz-preview .dz-remove {
  color: #fff;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_dropzone.frm_single_upload p {
  max-width: 100%;
  margin-bottom: 1em;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_dropzone.frm_single_upload .dz-preview {
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_dropzone.frm_single_upload .dz-preview .dz-image {
  width: auto;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_dropzone.frm_single_upload .dz-preview .dz-column {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_rootline_group .frm_rootline_single.frm_rootline_show_hidden_steps_btn::after {
  top: 11px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_rootline_group .frm_rootline_single.frm_rootline_show_hidden_steps_btn .frm_rootline_title {
  color: #000;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_rootline_group .frm_rootline_single.frm_rootline_show_hidden_steps_btn .frm_rootline_single:last-of-type::after {
  display: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_rootline_group .frm_rootline_single.frm_rootline_show_hidden_steps_btn > input {
  background-color: #E35E39 !important;
  color: white;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_rootline_group .frm_rootline_single.frm_rootline_show_hidden_steps_btn > .frm_rootline_title {
  color: #E35E39;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_rootline_group .frm_rootline_single.frm_rootline_show_hidden_steps_btn .frm_rootline_single.frm_current_page::after {
  background: #E35E39;
  width: 100vw;
  z-index: 1;
  width: 2px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_rootline_group .frm_rootline_single.frm_rootline_show_hidden_steps_btn .frm_rootline_single::after {
  background: #004572;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_rootline_group .frm_rootline_single.frm_rootline_show_hidden_steps_btn .frm_rootline_single input {
  background-color: #004572;
  color: #fff;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_rootline_group .frm_rootline_single .frm_rootline_title {
  color: #fff;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_rootline_group .frm_rootline_single input {
  background-color: #fff;
  color: #000;
  z-index: 3;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_rootline_group .frm_rootline_single input.frm_page_back {
  background-color: #E35E39 !important;
  color: white;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_rootline_group .frm_rootline_single input.frm_page_back ~ .frm_rootline_title {
  color: #E35E39;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_rootline_group .frm_rootline_single.frm_current_page .frm_rootline_title {
  color: #E35E39;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_rootline_group .frm_rootline_single.frm_current_page input {
  background-color: #E35E39 !important;
  color: white;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_rootline_group .frm_rootline_single.frm_current_page::after {
  background: #fff;
  width: 100vw;
  z-index: 1;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_rootline_group .frm_rootline_single::after {
  background: #E35E39;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_rootline_group .frm_rootline_single:last-of-type::after {
  content: "";
  background: #004572;
  width: 100vw;
  z-index: 2;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field {
  width: 100%;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container {
  gap: 0 !important;
  grid-gap: 0 !important;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_radio {
  margin-right: 30px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm6 {
  width: calc(50% - 16px);
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_error {
  background-color: #ffa8a8;
  padding: 8px 12px;
  display: block;
  margin-top: 12px;
  border-radius: 4px;
  font-weight: 600;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field label,
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_primary_label {
  font-size: 23px;
  line-height: 28px;
  margin-bottom: 6px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:not([type="checkbox"]):not([type="radio"]),
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea,
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  padding: 13px 12px;
  border: none;
  border-radius: 9px;
  background-color: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea {
  min-width: 100%;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=number]::-webkit-inner-spin-button,
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=number] {
  -moz-appearance: textfield !important;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_label_button_container {
  background-color: transparent;
  padding: 6px 28px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_none_container label,
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_none_container .frm_primary_label {
  display: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit {
  background-color: #E35E39;
  color: white;
  padding: 8px 28px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  position: relative;
  z-index: 2;
  font-weight: bold;
  line-height: 19px;
  border-radius: 18px;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  z-index: -1;
  border-radius: 18px;
  background-color: #E35E39;
  background-image: url('/wp-content/uploads/2023/12/Polygon-1.svg');
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  right: 0;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  opacity: 0;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit:hover::before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  right: -38px;
  opacity: 1;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_prev_page {
  background-color: #03AAC7;
  color: white;
  padding: 8px 28px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  position: relative;
  z-index: 2;
  font-weight: bold;
  line-height: 19px;
  border-radius: 18px;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_prev_page::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  z-index: -1;
  border-radius: 18px;
  background-color: #03AAC7;
  background-image: url('/wp-content/uploads/2023/12/Polygon-1.svg');
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  opacity: 0;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_prev_page:hover::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -38px;
  opacity: 1;
}
.core-audio .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}



.loginForm {
	 padding-top: 140px;
   padding-bottom: 140px;
}
 .loginForm .loginWrapper {
	 background-color: #fff;
	 display: flex;
	 align-items: center;
	 width: 100%;
}
 .loginForm .loginWrapper .container .row {
	 justify-content: center;
}
 .loginForm .loginWrapper .container .row .col-sm-12 .loginContent {
	 background-color: #F6F6F6;
	 padding: 30px;
}
 .loginForm .loginWrapper .container .row .col-sm-12 .loginContent .loginTitle h2 {
	 color: #004572;
	 margin-bottom: 20px;
	 padding-bottom: 20px;
	 text-align: center;
	 border-bottom: 2px solid #004572;
}
 .loginForm .loginWrapper .container .row .col-sm-12 .loginContent form p {
	 display: flex;
	 flex-direction: column;
}
 .loginForm .loginWrapper .container .row .col-sm-12 .loginContent form p label {
	 font-size: 24px;
	 opacity: 0.7;
	 text-align: center;
	 padding-bottom: 10px;
}
 .loginForm .loginWrapper .container .row .col-sm-12 .loginContent form p input {
	 font-size: 20px;
	 height: 50px;
	 padding-left: 20px;
	 padding-right: 20px;
	 outline: none;
	 border: none;
	 border-radius: 8px;
}
 .loginForm .loginWrapper .container .row .col-sm-12 .loginContent form p.login-remember {
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 .loginForm .loginWrapper .container .row .col-sm-12 .loginContent form p.login-remember input {
	 margin-right: 10px;
	 height: 20px;
	 width: 20px;
}
 .loginForm .loginWrapper .container .row .col-sm-12 .loginContent form p.login-submit input {
	 background-color: #004572;
	 color: #fff;
}
 

footer {
  background-color: #F8F8F8;
  color: #004572;
  position: relative;
  overflow: hidden;
  padding: 150px 0 40px;
}
footer .footer-title {
  padding-bottom: 20px;
  margin-bottom: 24px;
  position: relative;
}
footer .footer-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #004572;
}
footer .footer-title::after {
  content: "";
  position: absolute;
  bottom: -11px;
  right: 30px;
  width: 23px;
  height: 23px;
  background-color: #004572;
  border-radius: 50%;
}
footer #footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-bottom: 54px;
}
footer #footer-logo img {
  max-width: 100%;
  height: auto;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
footer #footer-logo:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
footer #navmenu-footer ul,
footer #navmenu-footer-2 ul {
  list-style-type: none;
}
footer #navmenu-footer ul li a,
footer #navmenu-footer-2 ul li a {
  display: block;
  color: #004572;
  text-decoration: none;
  padding: 8px 0 8px 14px;
  position: relative;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  opacity: 0.8;
}
footer #navmenu-footer ul li a::before,
footer #navmenu-footer-2 ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 2px;
  border-radius: 1px;
  background-color: #004572;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  opacity: 0.8;
}
footer #navmenu-footer ul li a:hover,
footer #navmenu-footer-2 ul li a:hover {
  padding-left: 20px;
  opacity: 1;
}
footer #navmenu-footer ul li a:hover::before,
footer #navmenu-footer-2 ul li a:hover::before {
  width: 12px;
  opacity: 1;
}
footer .col-lg-4 p {
  max-width: 450px;
}
footer .col-lg-2 {
  padding-top: 85px;
}
footer .bottom {
  padding-top: 40px;
  margin-top: 64px;
  position: relative;
}
footer .bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 2px;
  background-color: #004572;
  opacity: 0.4;
}
footer .bottom .credit {
  margin-bottom: 0;
  color: #004572;
  opacity: 0.4;
}
footer .bottom .credit a {
  color: inherit;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
footer .bottom .credit a:hover {
  color: #E35E39;
}
footer .bottom .col-lg-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer #navmenu-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
footer #navmenu-socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}
footer #navmenu-socials a img {
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
footer #navmenu-socials a:hover img {
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
footer #navmenu-socials a:last-of-type {
  margin-right: 0;
}
footer #contactmenu-footer ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer #contactmenu-footer ul li {
  width: 100%;
  margin-bottom: 28px;
}
footer #contactmenu-footer ul li a {
  width: 100%;
  text-align: center;
}
footer .footer-deco {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  right: 0;
  max-width: 80%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-animation: rotating 40s linear infinite;
  animation: rotating 40s linear infinite;
}
footer .footer-deco img {
  max-width: 100%;
  height: auto;
}
footer .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.int-banner {
  position: relative;
}
.int-banner .container {
  position: relative;
  z-index: 3;
  padding-bottom: 120px;
  padding-top: 270px;
}
.int-banner .container h1 {
  color: white;
  margin-bottom: 0;
}
.int-banner .bg-wrp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.int-banner .bg-wrp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.int-banner .bg-wrp::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #004572;
  opacity: 0.88;
  z-index: 2;
}
.int-content {
	padding: 80px 0;
}
.int-content .form-wrp {
	background-color: #004572;
	padding: 42px 56px 70px;
  	border-radius: 34px;
}
.int-content .form-wrp label {
	color: white;
}
.int-content .form-wrp #frm_field_120_container {
	margin-bottom: 0;
}

.int-content .top {
  margin-bottom: 64px;
}

.int-content .top h2{
  margin-bottom: 16px;
}

.int-content .box-layout{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.int-content .box-layout .box-single{
  width:100%;
  height: auto;
  background: #F5F5F5;
  border-radius: 16px;
  padding: 32px 24px;
}

.int-content .box-layout .box-single h3{
  margin-bottom: 16px;
}


.int-content .box-layout .box-single .event-single{
  background-color: #fff;
  margin-bottom: 10px;
  padding: 50px 20px 20px 20px;
  border-radius: 8px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.int-content .box-layout .box-single .event-single h4{
  margin-bottom: 8px;
  font-size: 24px;
}

.int-content .box-layout .box-single .event-single p{
  opacity: 0.6;
}


.int-content .box-layout .box-single .event-single a{
  color: #004572;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.int-content .box-layout .box-single .event-single a img{
  width:30px;
  height: 30px;
  transition: 250ms ease;
}

.int-content .box-layout .box-single .event-single a:hover img{
  transform: translateX(5px);
}

.int-content .box-layout .box-single .event-single .date{
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #004572;
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  border-bottom-left-radius: 8px;
}

.int-content .box-layout .box-single .event-single .date .year{
  display: block;
  font-size: 18px;
}

.bottom .content-wrp{
  padding-bottom: 40px;
}

.bottom #file-filter-form{
  margin-bottom: 20px;
}

.bottom #file-filter-form select{
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  outline: none;
  width:100%;
  font-size: 16px;
}

.bottom .content-wrp .roundy-groundy .roundy-top{
  padding:20px;
  background-color: #004572;
  border-radius: 8px;
}
.bottom .content-wrp .roundy-groundy .roundy-top h5{
  color: white;
  margin-bottom: 0px;
}

.bottom .content-wrp .roundy-groundy .roundy-bottom{
  overflow-y: scroll;
  margin-top: 20px;
  min-height: 400px;
  padding-left: 20px;
  padding-right: 20px;
}

.bottom .content-wrp .roundy-groundy .roundy-bottom .files-wrp{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 20px;
}

.bottom .content-wrp .roundy-groundy .roundy-bottom .files-wrp{
  padding-bottom: 20px;
}

.bottom .content-wrp .roundy-groundy .roundy-bottom .files-wrp .file-single{
  display: flex;
  width:calc(50% - 50px);
  padding-left: 50px;
  position: relative;
}

.bottom .content-wrp .roundy-groundy .roundy-bottom .files-wrp .file-single .single-file-wrp{
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  width:100%;
  padding: 20px;
  background-color: #F5F5F5;
  border-radius: 8px;
  border-top-left-radius: 0px;
  
}

.bottom .content-wrp .roundy-groundy .roundy-bottom .files-wrp .file-single .download-link{
  position: absolute;
  top:0px;
  left:0px;
  width:50px;
  height: 50px;
  background-color: #004572;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 10px;
}

.bottom .content-wrp .roundy-groundy .roundy-bottom .files-wrp .file-single .download-link:hover img{
  transform: translateY(2px);
}

.bottom .content-wrp .roundy-groundy .roundy-bottom .files-wrp .file-single .download-link img{
  width:100%;
  height: 100%;
  object-fit: contain;
  transition: 250ms ease;
}

.bottom .content-wrp .roundy-groundy .roundy-bottom .files-wrp .file-single .single-file-wrp .left-file{
  width:50%;
}

.bottom .content-wrp .roundy-groundy .roundy-bottom .files-wrp .file-single .single-file-wrp .right-file{
  width:50%;
}

.bottom .content-wrp .roundy-groundy .roundy-bottom .files-wrp .file-single .single-file-wrp h5{
  margin-bottom: 10px;
  font-size: 18px;
  color: #004572;
}

.bottom .content-wrp .roundy-groundy .roundy-bottom .files-wrp .file-single .single-file-wrp p{
  margin-bottom: 0px;
  font-size: 14px;
  opacity: 0.6;
  margin-bottom: 10px;
}

.bottom .content-wrp .roundy-groundy .roundy-bottom .files-wrp .file-single{
  
}

.int-content .box-layout{
  margin-bottom: 20px;
}

@media (max-width: 1400px) {
  .bottom .content-wrp .roundy-groundy .roundy-bottom .files-wrp .file-single .single-file-wrp{
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    padding: 10px;
  }
  .bottom .content-wrp .roundy-groundy .roundy-bottom .files-wrp .file-single .single-file-wrp .left-file{
    width:100%;
  }

  .bottom .content-wrp .roundy-groundy .roundy-bottom .files-wrp .file-single .single-file-wrp .right-file{
    width:100%;
  }

}


@media (max-width: 992px) {
  .bottom .row{
    flex-direction: column-reverse;
  }
  .int-content .box-layout .box-single:last-of-type{
    display: none;
  }
  .bottom .content-wrp .roundy-groundy .roundy-bottom{
    min-height: 250px;
  }
  .int-content .top{
    margin-bottom: 40px;
  }
  #header #menu-popup #contactmenu ul li:last-of-type {
    margin-left: 16px; 
  }
}

@media (max-width: 768px) {
  .bottom .content-wrp .roundy-groundy .roundy-bottom .files-wrp .file-single{
    width:100%;
    padding-left: 60px;
  }
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: translateX(25%) translateY(40%) rotate(0deg);
    transform: translateX(25%) translateY(40%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(25%) translateY(40%) rotate(-360deg);
    transform: translateX(25%) translateY(40%) rotate(-360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: translateX(25%) translateY(40%) rotate(0deg);
    -webkit-transform: translateX(25%) translateY(40%) rotate(0deg);
    transform: translateX(25%) translateY(40%) rotate(0deg);
  }
  to {
    -ms-transform: translateX(25%) translateY(40%) rotate(-360deg);
    -webkit-transform: translateX(25%) translateY(40%) rotate(-360deg);
    transform: translateX(25%) translateY(40%) rotate(-360deg);
  }
}
@media (max-width: 1700px) {
  #header #menu-popup #navmenu ul li a,
  #header #menu-popup .container .row .col-lg-9 .back {
    font-size: 60px;
    line-height: 70px;
  }
  #header #menu-popup #navmenu ul li a {
    padding: 10px 0;
  }
  #header #menu-popup .container .row .col-lg-9 .back {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #header #logo {
    margin: 10px 0;
  }
  .admin-bar #header #menu-popup {
    height: calc(100vh - 127px);
    max-height: calc(100dvh - 127px);
  }
  #header #menu-popup {
    height: calc(100vh - 95px);
    max-height: calc(100dvh - 95px);
  }
  body h1 {
    font-size: 66px;
  }
  body h2 {
    font-size: 52px;
  }
  body h3 {
    font-size: 32px;
  }
  body h4 {
    font-size: 28px;
  }
  body h5 {
    font-size: 21px;
  }
  #header #menu-popup .container .row .col-lg-9 .back img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1400px) {
  .single-event #single-post .col-lg-8,
  .single-company #single-post .col-lg-8 {
    padding-right: 120px;
  }
  #header #menu-popup #navmenu ul li a,
  #header #menu-popup .container .row .col-lg-9 .back {
    font-size: 50px;
    line-height: 58px;
  }
  #header #menu-popup #navmenu ul li a {
    padding: 8px 0;
  }
  #header #menu-popup .container .row .col-lg-9 .back {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  #header #menu-popup #contactmenu ul li a {
    font-size: 30px;
    line-height: 34px;
    padding: 8px 0;
  }
  body h1 {
    font-size: 54px;
  }
  body h2 {
    font-size: 42px;
  }
  body h3 {
    font-size: 26px;
  }
  body h4 {
    font-size: 24px;
  }
  body h5 {
    font-size: 19px;
  }
  #header #menu-popup .container .row .col-lg-9 .back {
    border-bottom: 3px solid white;
  }
  #header #menu-popup .container .row .col-lg-9 .back img {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 1450px) {
  #posts .container .row .col-lg-3 {
    width: 33%;
  }
}
@media (max-width: 1279px) {
  #posts .inner.post .img-wrp {
    margin-bottom: 30px;
  }
  #posts .inner.post h4 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .single-event #single-post .col-lg-8,
  .single-company #single-post .col-lg-8 {
    padding-right: 80px;
  }
  #header #menu-popup #navmenu ul li a,
  #header #menu-popup .container .row .col-lg-9 .back {
    font-size: 40px;
    line-height: 46px;
  }
  #header #menu-popup #contactmenu ul li a {
    font-size: 26px;
    line-height: 30px;
    padding: 6px 0;
  }
  #header #menu-popup .container .row .col-lg-9 .back {
    border-bottom: 2px solid white;
  }
  #header #menu-popup .container .row .col-lg-9 .back img {
    width: 28px;
    height: 28px;
  }
  body h1 {
    font-size: 47px;
  }
  body h2 {
    font-size: 37px;
  }
  body h3 {
    font-size: 23px;
  }
  body h4 {
    font-size: 21px;
  }
  body h5 {
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  #posts .feedpost-wrp .feedpost {
    width: 100%;
  }
  footer .bottom .col-lg-6 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .bottom .credit {
    margin-bottom: 20px;
    text-align: center;
  }
  footer {
    padding: 60px 0 40px;
  }
  footer #navmenu-socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .bottom {
    margin-top: 0;
    padding-top: 30px;
  }
  footer #footer-logo {
    margin-bottom: 30px;
  }
  footer .col-lg-3 {
    margin-top: 30px;
  }
  footer .col-lg-2 {
    padding-top: 30px;
  }
  .single-event #single-post .col-lg-8,
  .single-company #single-post .col-lg-8 {
    padding-right: 15px;
    margin-bottom: 40px;
  }
  #header #menu-popup .container .row .col-lg-9 {
    width: 100%;
  }
  #header #menu-popup .col-lg-3 {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header #menu-popup #contactmenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header #menu-popup #contactmenu ul li:first-of-type {
    margin-right: 16px;
  }
  #header #menu-popup #contactmenu ul {
    margin-bottom: 10px;
  }
  #header #menu-popup .container .row .col-lg-9 {
    height: calc(100% - 86px);
  }
  #header #menu-popup .col-lg-3 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; 
  }
  #header #menu-popup #navmenu-socials-header {
    width: 100%;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
  }
  #header #menu-popup {
    padding-bottom: 24px;
  }
  #header #menu-popup #navmenu ul li a,
  #header #menu-popup .container .row .col-lg-9 .back {
    font-size: 26px;
    line-height: 30px;
  }
  #header #menu-popup #contactmenu ul li a {
    font-size: 20px;
    line-height: 24px;
  }
  #header #menu-popup #navmenu #menu-main-menu {
    text-align: center;
  }
  #header #menu-popup .container .row .col-lg-9 .back {
    text-align: center;
  }
  #header #menu-popup .container .row .col-lg-9 .back img {
    width: 22px;
    height: 22px;
  }
  #header #menu-popup #navmenu ul li a:hover {
    padding-left: 0;
  }
  #header #menu-popup #navmenu ul li a::before {
    display: none;
  }
  #header #menu-popup .container .row .col-lg-9 .back {
    border: none;
  }
  #header #menu-popup .container .row .col-lg-9 .back::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 150px;
    height: 2px;
    background-color: white;
  }
  #header #menu-popup .container .row .col-lg-9 .back img {
    -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
  }
  body {
    font-size: 16px;
  }
  body h1 {
    font-size: 38px;
  }
  body h2 {
    font-size: 30px;
  }
  body h3 {
    font-size: 22px;
  }
  body h4 {
    font-size: 20px;
  }
  #posts {
    padding-top: 60px;
  }
  #posts .inner.post .img-wrp {
    margin-bottom: 20px;
  }
  #posts .inner.post h4 {
    margin-bottom: 10px;
  }
  #posts .inner.post .img-wrp {
    height: 250px;
  }
  #posts .container .row .col-lg-3 {
    width: 50%;
  }
  #single-post {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #single-post .row::before {
    top: -30px;
  }
  #single-post .row::after {
    top: -45px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 90%;
  }
  body h1 {
    font-size: 32px;
  }
  body h2 {
    font-size: 26px;
  }
  #posts .container .row .col-lg-3 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #header .container {
    max-width: 95%;
  }
  #header #logo {
    height: 60px;
  }
  #header #menu-trigger p {
    font-size: 16px;
    margin-left: 10px;
  }
  #header #menu-trigger.open p {
    -webkit-transform: translateX(58px);
        -ms-transform: translateX(58px);
            transform: translateX(58px);
  }
  #header #menu-trigger.open .icon {
    -webkit-transform: translateX(58px);
        -ms-transform: translateX(58px);
            transform: translateX(58px);
  }
  .admin-bar #header #menu-popup {
    height: calc(100vh - 112px);
    max-height: calc(100dvh - 112px);
  }
  #header #menu-popup {
    height: calc(100vh - 80px);
    max-height: calc(100dvh - 80px);
  }
  body h1 {
    font-size: 30px;
  }
  body h2 {
    font-size: 25px;
  }
}
