/*
Footer redesign
*/

/*General*/
.new-footer .footer-inner .d-none {
   display: none !important;
}

.new-footer .footer-inner .d-block {
   display: block !important;
}

.new-footer .footer-inner .d-flex {
   display: flex !important;
}

@media (min-width: 992px) {
   .new-footer .footer-inner .d-md-block {
      display: block !important;
   }

   .new-footer .footer-inner .d-md-flex {
      display: flex !important;
   }

   .new-footer .footer-inner .d-md-none {
      display: none !important;
   }

   .new-footer .footer-inner .d-md-block {
      display: block !important;
   }
}



/*Footer*/
@media (min-width: 992px) {
   body .new-footer .container {
      width: 100% !important;
      max-width: 1440px !important;
   }

   .new-footer .footer-inner .col-xs-3 {
      width: 25%;
   }

   #foot-nav-language {
      flex-direction: column !important;
      justify-content: flex-start !important;
      align-items: flex-end !important;
      margin-top: 0px !important;
   }

   .new-footer .social-media-list li {
      transition: all 0.5s;
      width: 38px;
      height: 38px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
   }

   .new-footer .social-media-list li:hover {
      background: #627a99;
   }

   .new-footer .social-media-list li:not(:first-child) {
      margin-left: 19px !important;
   }
}

footer {
   padding-top: 0px !important;
   padding-bottom: 0px !important;
}

.footer-resources .col-12 {
   padding-left: 0px !important;
   padding-right: 0px !important;
}

.new-footer .footer-inner .col-12 {
   flex: 0 0 auto;
   width: 100%;
}

.new-footer .footer-section {
   padding-top: 80px;
   padding-bottom: 40px;
}

.new-footer #foot-nav li a {
   margin-bottom: 24px !important;
}

.new-footer #foot-nav .sub-menu li:last-child a {
   margin-bottom: 0px !important;
}

#foot-nav.last-menu {
   margin-top: 0px !important;
}

.new-footer .follow-us-wrapper {
   margin-bottom: 48px;
}

.new-footer .follow-us-wrapper p.title {
   color: #8FA8C8 !important;
   text-transform: uppercase;
   cursor: auto;
   font-weight: 600;
   display: block;
   font-size: 16px;
   pointer-events: none;
   margin-bottom: 14px;
   letter-spacing: 0.02em;
}

#foot-nav li ul.sub-menu {
   margin-top: 0px !important;
   margin-bottom: 0px !important;
}

.new-footer #foot-nav.last-menu {
   margin-bottom: 48px !important;
}

#foot-nav .col-xs-3>ul>li:not(:first-child) {
   margin-top: 20px !important;
}

.new-footer .follow-us-wrapper .new-bottom-footer-menu--social-media {
   justify-content: flex-start !important;
   margin-top: 0px !important
}

.new-footer .follow-us-wrapper i::before {
   color: white;
}

.new-footer #foot-nav .menu-item-has-children>a,
.new-footer .language-title {
   color: #8FA8C8 !important;
   text-decoration: none !important;
   letter-spacing: 0.02em;
}

.new-footer .follow-us-wrapper .social-media-list {
   margin-bottom: 0px !important;
}

.footer-resources .resources-toggle-wrapper {
   cursor: pointer;
   display: flex;
   align-items: center;
   max-width: max-content;
}

.footer-resources p.title {
   font-family: 'Open Sans', sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   color: #F1F2F5;
   text-transform: uppercase;
   margin-left: 20px;
   margin-bottom: 0px;
   letter-spacing: 0.02em;
}

.footer-resources .resources-toggle-wrapper svg {
   transition: all 0.3s;
   transform: rotate(0deg);
}

.footer-resources .resources-toggle-wrapper.active svg,
.footer-resources .resources-toggle-wrapper:hover svg {
   transition: all 0.3s;
   transform: rotate(-180deg);
}

/*
.footer-resources .resources-toggle-wrapper.active:hover svg {
   transform: rotate(0deg);
}*/

.footer-bottom-section {
   background: #031A33;
}

.footer-bottom-section .row {
   margin-left: 0px;
   margin-right: 0px;
}

.new-footer .row-resources {
   padding-top: 50px;
   padding-bottom: 50px;
   border-bottom: 1px solid #224A7D;
}

.new-footer .footer-resources-menu {
   margin-top: 24px;
}

.new-footer .footer-resources-menu {
   display: grid;
   grid-template-columns: repeat(3, minmax(0, 1fr));
   width: 100%;
   max-width: 1200px;
   gap: 15px 40px;
}

.new-footer .footer-resources-menu li {
   display: block;
}

.new-footer .footer-resources-menu li a {
   font-family: 'Open Sans', sans-serif;
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
   color: #F4F3F1;
   display: block;
   margin-bottom: 24px;
   text-decoration: none;
}

.new-footer .footer-resources-menu li a:hover {
   text-decoration: underline;
   color: white;
}

.new-footer .footer-resources-menu .menu-column li:last-child a {
   margin-bottom: 0px;
}

.new-bottom-footer-menu {
   margin-top: 30px !important;
   margin-bottom: 30px;
   align-items: center;
}

.new-footer .back-to-top {
   display: flex !important;
   align-items: center;
   cursor: pointer;
}

.new-footer .back-to-top p.title {
   font-weight: 400;
   font-size: 14px;
   line-height: 18px;
   color: #FFFFFF;
   opacity: 0.4;
   margin-right: 16px;
   margin-bottom: 0px !important;
   text-transform: none !important;
   transition: all 0.2s;
}

.new-footer .back-to-top:hover p.title {
   opacity: 0.7;
}

.single-left-footer-menu,
.single-left-footer-menu a {
   color: #8FA8C8 !important;
}

.new-footer #foot-nav ul,
.new-footer ul.language-selector {
   margin-bottom: 0px !important;
}

.new-footer #foot-nav {
   margin-top: 40px !important;
}

.new-footer .col-xs-12.col-logo {
   height: 30px;
}


/*Responsive*/
@media (max-width: 1024px) {
   #foot-nav .menu-new-footer-contact-container li {
      padding: 0px !important;
   }
}

@media (max-width: 992px) {
   .new-footer .footer-section {
      padding-top: 70px;
      padding-bottom: 100px;
   }

   .new-footer .follow-us-wrapper p.title {
      display: none;
   }

   .new-footer #foot-nav-language .inner {
      display: flex;
      flex-direction: column;
      align-items: center;
   }

   .new-footer .foot-nav-language-wrapper {
      order: -1;
   }

   .new-footer .follow-us-wrapper .new-bottom-footer-menu--social-media {
      margin-top: 60px !important;
      margin-bottom: 0px !important;
   }

   .new-footer .follow-us-wrapper {
      margin-bottom: 0 !important;
   }

   .new-bottom-footer-menu {
      margin-top: 40px !important;
      margin-bottom: 0;
   }
}

/**Adjustments**/
#foot-nav-language #foot-nav li a {
   margin-bottom: 12px !important;
}

#foot-nav-language #foot-nav .sub-menu li a {
   margin-bottom: 14px !important;
}