/*
Theme Name: InspirationGroup.De
Theme URI: https://inspirationgroup.de
Author: Oded Idan (ikoosh@gmail.com)
Description: A mobile friendly theme designed for Inspiration Group by Mor Mazaky
*/
body, html {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.0414545455vw;
}
@media screen and (max-width: 768px) {
  body, html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  body, html {
    font-size: 14px;
  }
}

p {
  margin: 0;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  color: #00044A;
}

a.simple {
  color: #000000;
  text-decoration: none;
}
a.simple:hover {
  text-decoration: underline;
}

.loginBtn a{    background: #000066;
    border-radius: 4px; color:#fff!important;
    padding: 0px 10px;}
.navbar li{line-height: 50px;}
h1 {
  font-size: 3.9054545455vw;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 35px;
    word-break: break-word;
  }
}

p {
  margin-top: 1.718vw;
  font-size: 1.0414545455vw;
}
@media screen and (max-width: 1439px) {
  p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  p {
    max-width: 100%;
  }
}

@keyframes zoomin {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoominout {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoominout {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeinup {
  0% {
    top: 100px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes fadeindown {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 1rem);
    opacity: 1;
  }
}
@keyframes fadeinleft {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    transform: translate(-2rem, 0);
    opacity: 1;
  }
}
@keyframes fadeinright {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    transform: translate(2rem, 0);
    opacity: 1;
  }
}
@keyframes fadeinpartial {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.more, .contact-form input.more {
  display: inline-flex;
  height: 3.6971636364vw;
  align-items: center;
  justify-content: center;
  min-width: 14.1637818182vw;
  background: #ffffff;
  padding: 0 10px;
  border: 2px solid #00044A;
  color: #00044A;
  cursor: pointer;
  font-family: "Open Sans", serif;
  font-size: 1.0414545455vw;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .more, .contact-form input.more {
    height: 46px;
  }
}
@media screen and (max-width: 768px) {
  .more, .contact-form input.more {
    min-width: 168px;
  }
}
@media screen and (max-width: 768px) {
  .more, .contact-form input.more {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .more, .contact-form input.more {
    font-size: 14px;
  }
}
.more:hover, .contact-form input.more:hover {
  background-color: #00044A;
  border-color: #00044A;
  color: #ffffff;
}
.more.homepage, .contact-form input.more.homepage {
  margin-top: 1.7184vw;
  margin-top: 1.7184vw;
}
@media screen and (max-width: 768px) {
  .more.homepage, .contact-form input.more.homepage {
    margin-top: 10px;
  }
}
.more.dark, .contact-form input.more.dark {
  border-color: #000000;
  position: static;
  display: inline-block;
}
.more.dark:hover, .contact-form input.more.dark:hover {
  background-color: #00044A;
  border-color: #00044A;
  color: #ffffff;
}
.more.smaller, .contact-form input.more.smaller {
  min-width: 11.8205090909vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .more.smaller, .contact-form input.more.smaller {
    min-width: 100px;
  }
}
.more.primary, .contact-form input.more.primary {
  border-color: #ffffff;
  color: #ffffff;
}
.more.primary:hover, .contact-form input.more.primary:hover {
  background-color: #ffffff;
  color: #00044A;
}

.main-menu .hamburger {
  position: fixed;
  z-index: 666;
  top: 1rem;
  right: 3rem;
}
.main-menu .hamburger:before {
  content: " ";
  display: block;
  width: 40px;
  height: 40px;
  background: url("assets/images/menu_btn_sprites.png") no-repeat center center;
  background-size: 40px;
  background-position-y: 0;
  cursor: pointer;
  transition: all 0.3s, background-position 0s;
  align-items: center;
}
body.scrolled-down .main-menu .hamburger:before {
  background-position-y: -80px;
}
.main-menu.active .hamburger:before {
  background-position-y: -40px;
}
.main-menu.active .navbar {
  display: block;
  top: 0;
}

.slide {
  background-color: #ffffff;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .slide {
    flex-direction: column;
  }
}
.slide.inline-slide {
  min-height: 37.2840727273vw;
  align-items: stretch;
}
.slide.about-slide {
  min-height: 37.2840727273vw;
  padding-bottom: 4.6865454545vw;
}
@media screen and (max-width: 1024px) {
  .slide.about-slide {
    padding-bottom: 30px;
  }
}
.slide.stripe-slide {
  min-height: 19.5793454545vw;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .slide.stripe-slide {
    padding: 30px 0;
  }
}
.slide.alt-slide {
  background-color: #f7f7f7;
}
.slide.center {
  align-items: center;
}
.slide.padded {
  padding-top: 6.9256727273vw;
}
.slide.padded .full-height {
  justify-content: flex-start;
  align-items: flex-start;
}
.slide.first {
  padding-top: 9.3730909091vw;
}
.slide.first p {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .slide.first {
    padding-top: 130px;
  }
}
.slide.half-padded {
  padding-top: 3.4628363636vw;
}
.slide .textanim b, .slide .textanim h2 {
  opacity: 0;
}
.slide .bg {
  background-position: top center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .slide .meta {
    width: 100%;
  }
}
.slide .meta.full {
  width: 100%;
}
.slide .meta .meta-inner {
  padding: 0 6.5090909091vw 0 6.5090909091vw;
}
@media screen and (max-width: 1024px) {
  .slide .meta .meta-inner {
    padding: 0 20px 20px 20px;
  }
}
.slide .meta:last-child {
  margin-left: 0;
}
.slide .meta strong {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .slide.real-estate-stats {
    min-height: auto;
    background: #f7f7f9;
    padding: 0 0 45px 0;
  }
  .slide.real-estate-stats .row {
    height: auto;
  }
}
.slide.real-estate-stats h1 {
  text-align: center;
  padding-bottom: 2.4994909091vw;
}
@media screen and (max-width: 768px) {
  .slide.real-estate-stats h1 {
    text-align: left;
    padding: 30px 0;
  }
}

.row {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .row {
    flex-direction: column;
  }
}
.row.even > * {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .row.even > *.meta {
    flex: 0;
    padding: 20px 0 0 0;
  }
}
.row.between {
  justify-content: space-between;
}
.row.no-margin .side {
  padding: 0;
}
.row .side {
  flex: 1;
  padding: 0 5px;
}
.row .side.side_0 {
  flex: 0;
}
.row .side.side_1 {
  flex: 1;
}
.row .side.side_2 {
  flex: 2;
}
.row .side.side_3 {
  flex: 3;
}
.row .side.side_4 {
  flex: 4;
}
.row .side p {
  margin-top: 0;
}

.slide.real-estate-listings h1 {
  margin-top: 30px;
}
.slide.real-estate-listings .listings {
  margin: 4.6865454545vw 0 9.3730909091vw 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(auto-fill, 16.7153454545vw);
  column-gap: 4.6865454545vw;
  row-gap: 4.6865454545vw;
}
@media screen and (max-width: 768px) {
  .slide.real-estate-listings .listings {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(auto-fill, 260px);
  }
}
.slide.real-estate-listings .listings > .listing {
  width: 100%;
  height: 16.7153454545vw;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .slide.real-estate-listings .listings > .listing {
    height: 260px;
  }
}
.slide.real-estate-listings .listings > .listing .listing-info {
  flex: 1;
  height: 4.0096vw;
  background: rgba(1, 8, 73, 0.82);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1.1716363636vw;
}
.slide.real-estate-listings .listings > .listing .listing-info h3 {
  color: #ffffff;
}
.slide.real-estate-listings .listings > .listing .listing-info p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .slide.real-estate-listings .listings > .listing .listing-info {
    height: 60px;
  }
}

.slide.acquisitions .acquisitions-inner {
  width: 100%;
  padding: 5.8581818182vw 0;
}
.slide.acquisitions .acquisitions-header {
  padding: 0 4.6865454545vw;
  width: auto;
}
.slide.acquisitions .acquisitions-header h1 {
  line-height: 0.9;
  font-size: 2.864vw;
}
@media screen and (max-width: 768px) {
  .slide.acquisitions .acquisitions-header h1 {
    font-size: 27px;
  }
}
@media screen and (max-width: 768px) {
  .slide.acquisitions .acquisitions-header h1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .slide.acquisitions .acquisitions-header a.more {
    margin-bottom: 30px;
  }
}
.slide.acquisitions .meta {
  flex: 1;
}
.slide.acquisitions .meta .meta-inner {
  padding: 0 4.6865454545vw;
}
.slide.acquisitions h2 {
  margin: 1.1716363636vw 0 0 0;
  margin: 1.1716363636vw;
  font-size: 2.3432727273vw;
}
@media screen and (max-width: 768px) {
  .slide.acquisitions h2 {
    font-size: 20px;
  }
}
.slide.acquisitions h3 {
  padding-left: 1.1716363636vw;
  font-size: 1.8225454545vw;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .slide.acquisitions h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .slide.acquisitions .row {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.slide.acquisitions .inner-box {
  box-sizing: border-box;
  width: 17.6526545455vw;
  height: 18.7461818182vw;
  padding: 1.1716363636vw 0 0 1.1716363636vw;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .slide.acquisitions .inner-box {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .slide.acquisitions .inner-box {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .slide.acquisitions .inner-box {
    background-color: transparent;
  }
}
.slide.acquisitions .small {
  margin: 0.5207272727vw;
}
.slide.acquisitions .small b {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .slide.acquisitions .small {
    margin: 5px;
  }
}
.slide.acquisitions ul {
  margin-top: 1.1716363636vw;
  padding-left: 0;
  margin-left: 1.5621818182vw;
}
@media screen and (max-width: 768px) {
  .slide.acquisitions ul {
    margin-left: 20px;
  }
}
.slide.acquisitions ul li {
  font-size: 1.0414545455vw;
  line-height: 1.5621818182vw;
}
@media screen and (max-width: 768px) {
  .slide.acquisitions ul li {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .slide.acquisitions ul li {
    line-height: 16px;
  }
}

.completion .primary {
  text-align: center;
}
.completion .primary h1 {
  width: 39.4711272727vw;
  text-transform: none;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .completion .primary h1 {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .completion .row .centered {
    display: flex;
    flex-direction: column;
    padding: 50px;
    justify-content: center;
  }
}

.single-career h1 {
  margin-bottom: 1.5621818182vw;
}
@media screen and (max-width: 768px) {
  .single-career h1 {
    margin-bottom: 20px;
  }
}
.single-career a.more {
  margin-top: 1.5621818182vw;
}
@media screen and (max-width: 768px) {
  .single-career a.more {
    margin-top: 20px;
  }
}

.slide.careers {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .slide.careers {
    min-height: auto;
  }
  .slide.careers h1 {
    font-size: 25px;
  }
  .slide.careers .full-height {
    padding: 50px 0;
    min-height: auto;
  }
}
.slide.careers h1 {
  margin: 1.1716363636vw 0 2.3432727273vw 0;
}
.slide.careers > .row {
  width: auto;
}
.slide.careers .meta .meta-inner {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .slide.careers .meta .meta-inner {
    padding: 0 20px;
  }
}
.slide.careers .career {
  border-top: 0.6248727273vw solid #f7f7f9;
  border-bottom: 0.6248727273vw solid #f7f7f9;
  margin: 1.1716363636vw 0 3.5149090909vw 0;
  padding: 1.1716363636vw 1.1716363636vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .slide.careers .career {
    border-top: 5px solid #f7f7f9;
    border-bottom: 5px solid #f7f7f9;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .slide.careers .career a.more {
    margin-top: 12px;
  }
}
.slide.careers .career h2 {
  font-size: 1.8225454545vw;
  font-size: 1.8225454545vw;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .slide.careers .career h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .slide.careers .career h2 {
    margin-right: 5px;
  }
}
.slide.careers .career p {
  margin: 1.1716363636vw 0;
}

.slide.main-slide p {
  max-width: 31.4519272727vw;
}
@media screen and (max-width: 1024px) {
  .slide.main-slide {
    margin-top: 94px;
    height: calc(100vh - 94px);
    min-height: auto;
  }
  .slide.main-slide p {
    max-width: 100%;
  }
  .slide.main-slide .row {
    flex-direction: column-reverse;
  }
  .slide.main-slide .meta {
    padding: 20px 0 40px 0;
  }
  .slide.main-slide .meta-inner {
    margin: 0;
  }
  .slide.main-slide .full-height {
    height: calc(100vh - 94px);
    min-height: auto;
  }
}

.slide.about {
  padding-top: 6.9256727273vw;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .slide.about {
    padding-top: 5px;
  }
  .slide.about h1 {
    margin-bottom: 30px;
  }
}
.slide.about .full-height {
  justify-content: flex-start;
  align-items: flex-start;
}

.slide.legal {
  padding: 90px 0;
}
.slide.legal .row.even > *:first-child {
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .slide.legal .row.even > *:first-child {
    padding-right: 0;
  }
}
.slide.legal h1 {
  padding: 45px 0;
}
.slide.legal h2 {
  margin: 14px 0 4px 0;
  font-size: 14px;
}
.slide.legal p {
  word-wrap: break-word;
  max-width: 100%;
  font-size: 14px;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
  .single-career .meta {
    padding: 0 0 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .slide.news-listing .meta-inner {
    padding: 0;
  }
}
.slide.news-listing .post-date {
  font-size: 1.0414545455vw;
  margin-bottom: 1.1716363636vw;
  color: #00044A;
}
@media screen and (max-width: 768px) {
  .slide.news-listing .post-date {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .slide.news-listing .post-date {
    margin-bottom: 14px;
  }
}
.slide.news-listing .news-items {
  margin-top: 4.6865454545vw;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .slide.news-listing .news-items {
    margin-top: 28px;
  }
}
@media screen and (max-width: 768px) {
  .slide.news-listing .news-items {
    flex-direction: column;
  }
}
.slide.news-listing .news-item {
  display: flex;
  width: calc(50% - 4.6865454545vw);
  height: 20.7249454545vw;
  margin-right: 4.6865454545vw;
  margin-bottom: 4.6865454545vw;
}
@media screen and (max-width: 768px) {
  .slide.news-listing .news-item {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .slide.news-listing .news-item {
    margin-right: 14px;
  }
}
@media screen and (max-width: 768px) {
  .slide.news-listing .news-item {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 768px) {
  .slide.news-listing .news-item {
    flex-direction: column;
    height: 100%;
    margin-right: 0;
    width: 100%;
  }
}
.slide.news-listing .news-item h2 {
  text-transform: none;
  margin-bottom: 0.5858181818vw;
}
@media screen and (max-width: 768px) {
  .slide.news-listing .news-item h2 {
    margin-bottom: 7px;
  }
}
.slide.news-listing .news-item p {
  margin: 0;
}
.slide.news-listing .news-item .thumb {
  flex: 1;
  background-size: cover;
  margin-right: 1.1716363636vw;
}
@media screen and (max-width: 768px) {
  .slide.news-listing .news-item .thumb {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .slide.news-listing .news-item .thumb {
    height: 400px;
    flex: auto;
    margin-right: 0;
  }
}
.slide.news-listing .news-item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .slide.news-listing .news-item .info {
    flex: 0;
    padding: 30px 20px;
  }
}
.slide.news-listing .news-item .info p {
  flex: 1;
  width: auto;
}
@media screen and (max-width: 768px) {
  .slide.news-listing .news-item .info p {
    flex: 0;
    padding: 20px 0;
  }
}

.slide.news-content {
  padding-bottom: 2.3432727273vw;
  align-items: flex-start;
  padding-top: 3.5149090909vw;
}
@media screen and (max-width: 768px) {
  .slide.news-content {
    padding-bottom: 28px;
  }
}
.slide.news-content .post-date {
  font-size: 1.0414545455vw;
  margin-bottom: 1.1716363636vw;
  color: #00044A;
}
@media screen and (max-width: 768px) {
  .slide.news-content .post-date {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .slide.news-content .post-date {
    margin-bottom: 14px;
  }
}
.slide.news-content h1 {
  font-size: 2.3432727273vw;
  margin-bottom: 2.3432727273vw;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .slide.news-content h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .slide.news-content h1 {
    margin-bottom: 28px;
  }
}
.slide.news-content p {
  max-width: 100%;
}
.slide.news-content a.more {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .slide.news-content {
    padding-top: 20px;
  }
}

.slide.home-news {
  box-shadow: 0 -5px 10px rgba(0, 4, 74, 0.05);
  text-align: center;
}
.slide.home-news .post-date {
  margin-bottom: 2.3432727273vw;
}
@media screen and (max-width: 768px) {
  .slide.home-news .post-date {
    margin-bottom: 28px;
  }
}
.slide.home-news p {
  padding: 0;
  max-width: 100%;
}
.slide.home-news h1 {
  text-transform: none;
}
.slide.home-news a.more {
  margin-top: 4.6865454545vw;
}
@media screen and (max-width: 768px) {
  .slide.home-news a.more {
    margin-top: 24px;
  }
}

.main-menu {
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 30;
}

.navbar {
  color: #ffffff;
  height: 100px;
  height: 5.2072vw;
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0 5px 10px #BAB3B329;
  justify-content: stretch;
  padding: 0 6.5vw;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .navbar {
    height: 94px;
  }
}
@media screen and (max-width: 768px) {
  .navbar {
    padding: 0;
  }
}
.navbar .wpml-ls-item a {
  color: #00044A;
  font-weight: bold;
  text-decoration: none;
  display: inline-flex;
  font-size: 1.0414545455vw;
}
@media screen and (max-width: 768px) {
  .navbar .wpml-ls-item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .navbar .wpml-ls-item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .navbar .wpml-ls-item a {
    display: none;
  }
}
.navbar .wpml-ls-item a:hover {
  color: #000000;
}
@media screen and (max-width: 768px) {
  .navbar > .inner {
    opacity: 0;
    display: flex;
    position: fixed;
    z-index: 666;
    background: #ffffff;
    height: calc(100% - 90px);
    justify-content: center;
    width: 100%;
    top: -200vh;
    transition: opacity 0.4s;
  }
  .navbar > .inner.active {
    opacity: 1;
    top: 90px;
  }
  .navbar > .inner.active ul li a {
    animation: fadeinup 0.3s forwards;
  }
  .navbar > .inner.active ul li:nth-child(1) a {
    animation-delay: 0.06s;
  }
  .navbar > .inner.active ul li:nth-child(2) a {
    animation-delay: 0.12s;
  }
  .navbar > .inner.active ul li:nth-child(3) a {
    animation-delay: 0.18s;
  }
  .navbar > .inner.active ul li:nth-child(4) a {
    animation-delay: 0.24s;
  }
  .navbar > .inner.active ul li:nth-child(5) a {
    animation-delay: 0.3s;
  }
  .navbar > .inner.active ul li:nth-child(6) a {
    animation-delay: 0.36s;
  }
  .navbar > .inner.active ul li:nth-child(7) a {
    animation-delay: 0.42s;
  }
  .navbar > .inner.active ul li:nth-child(8) a {
    animation-delay: 0.48s;
  }
  .navbar > .inner.active ul li:nth-child(9) a {
    animation-delay: 0.54s;
  }
  .navbar > .inner.active ul li:nth-child(10) a {
    animation-delay: 0.6s;
  }
  .navbar > .inner ul {
    width: 100%;
    margin: 15vh 0;
    flex-direction: column;
    align-items: center;
  }
  .navbar > .inner ul li {
    width: 100%;
    flex: 1;
  }
  .navbar > .inner ul li a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    font-size: 16px;
    opacity: 0;
    font-weight: inherit;
    position: relative;
    top: 100px;
  }
  .navbar > .inner ul li.current-menu-item a {
    text-decoration: underline;
  }
}
.navbar .navbar-logo {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .navbar .navbar-logo {
    padding-left: 15px;
  }
}
.navbar .navbar-logo img {
  transition: all 0.5s;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .navbar .navbar-logo img {
    width: 190px;
  }
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.navbar li {
  margin: 0;
  padding: 0;
}
.navbar li a {
  text-decoration: none;
  color: #00044A;
  text-transform: capitalize;
  font-size: 1.0414545455vw;
  display: flex;
  margin-right: 70px;
  margin-right: 3.645vw;
  margin-right: 2.6036363636vw;
  position: relative;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .navbar li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .navbar li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1439px) {
  .navbar li a {
    font-size: 14px;
  }
}
.navbar li a:last-child {
  border-right: 0;
}
.navbar li.current-menu-item a {
  text-decoration: underline;
}
.navbar li:hover a {
  color: #000000;
}
.navbar li:last-child a:after {
  display: none;
}

.burger-thing, .burger .burger-inner:after, .burger .burger-inner:before, .burger .burger-inner b {
  position: absolute;
  content: " ";
  height: 2px;
  width: 23px;
  background-color: #00044A;
}

.burger {
  display: none;
  height: 100%;
  padding: 0 6.5vw;
  cursor: pointer;
  z-index: 6666;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .burger {
    display: flex;
    align-items: center;
    padding: 0 20px 0 35px;
  }
}
.burger .burger-inner {
  position: relative;
  height: 15px;
  width: 23px;
}
.burger .burger-inner b {
  top: calc(50% - 1px);
}
.burger .burger-inner:before {
  top: 0;
}
.burger .burger-inner:after {
  bottom: 0;
}

.slide .meta .info-box {
  background: #f7f7f9;
  padding: 70px 0 130px 110px;
  padding: 3.645vw 0 6.769vw 3.524vw;
  margin-left: 6.1vw;
}
@media screen and (max-width: 768px) {
  .slide .meta .info-box {
    background: transparent;
    padding: 0;
    margin-left: 0;
  }
}
.slide .meta .info-box.capped {
  max-width: 34.6804363636vw;
}
@media screen and (max-width: 768px) {
  .slide .meta .info-box.capped {
    max-width: 100%;
  }
}
.slide .meta .info-box.rows-box {
  margin-left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 0 1.1716363636vw 1.1716363636vw;
  margin-bottom: 3.5149090909vw;
}
@media screen and (max-width: 768px) {
  .slide .meta .info-box.rows-box {
    margin: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
  }
  .slide .meta .info-box.rows-box .inner-box {
    width: 50%;
    box-sizing: border-box;
  }
  .slide .meta .info-box.rows-box .inner-box:nth-child(2), .slide .meta .info-box.rows-box .inner-box:nth-child(4), .slide .meta .info-box.rows-box .inner-box:nth-child(6), .slide .meta .info-box.rows-box .inner-box:nth-child(8), .slide .meta .info-box.rows-box .inner-box:nth-child(10) {
    padding-left: 16px;
  }
}
.slide .meta .info-box.rows-box:last-child {
  margin-bottom: 0;
}
.slide .meta .info-box.rows-box h2 {
  text-transform: none;
}
.slide .meta .info-box.rows-box > * {
  padding: 0 2.3432727273vw;
}
@media screen and (max-width: 768px) {
  .slide .meta .info-box.rows-box > * {
    padding: 0;
  }
}
.slide .meta .info-box.rows-box .inner-box {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .slide .meta .info-box.rows-box .inner-box {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .slide .meta .info-box .row.even {
    flex-direction: row;
    margin-bottom: 50px;
  }
}
.slide .meta .info-box .row.even > div {
  margin-left: 30px;
  width: 13.5389090909vw;
}
@media screen and (max-width: 768px) {
  .slide .meta .info-box .row.even > div {
    width: 50%;
  }
}
.slide .meta .info-box h2 {
  margin-top: 0.8331636364vw;
  font-size: 3.9054545455vw;
  font-size: 3.9054545455vw;
}
@media screen and (max-width: 768px) {
  .slide .meta .info-box h2 {
    font-size: 35px;
  }
}
.slide .meta .info-box p {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .slide .meta .info-box p {
    font-size: 13px;
  }
}

.text-fadeinup b, .slide.active .textanim b, .text-fadeinup h2, .slide.active .textanim h2 {
  opacity: 0;
  font-weight: inherit;
  animation: fadeinup 1.3s forwards;
  position: relative;
  top: 100px;
}
.text-fadeinup b.a1, .slide.active .textanim b.a1, .text-fadeinup h2.a1, .slide.active .textanim h2.a1 {
  animation-delay: 0s;
}
.text-fadeinup b.a2, .slide.active .textanim b.a2, .text-fadeinup h2.a2, .slide.active .textanim h2.a2 {
  animation-delay: 0.2s;
}
.text-fadeinup b.a3, .slide.active .textanim b.a3, .text-fadeinup h2.a3, .slide.active .textanim h2.a3 {
  animation-delay: 0.4s;
}
.text-fadeinup b.a4, .slide.active .textanim b.a4, .text-fadeinup h2.a4, .slide.active .textanim h2.a4 {
  animation-delay: 0.6s;
}
.text-fadeinup b.a5, .slide.active .textanim b.a5, .text-fadeinup h2.a5, .slide.active .textanim h2.a5 {
  animation-delay: 0.8s;
}
.text-fadeinup b.a6, .slide.active .textanim b.a6, .text-fadeinup h2.a6, .slide.active .textanim h2.a6 {
  animation-delay: 1s;
}
.text-fadeinup b.a7, .slide.active .textanim b.a7, .text-fadeinup h2.a7, .slide.active .textanim h2.a7 {
  animation-delay: 1.2s;
}
.text-fadeinup b.a8, .slide.active .textanim b.a8, .text-fadeinup h2.a8, .slide.active .textanim h2.a8 {
  animation-delay: 1.4s;
}
.text-fadeinup b.a9, .slide.active .textanim b.a9, .text-fadeinup h2.a9, .slide.active .textanim h2.a9 {
  animation-delay: 1.6s;
}
.text-fadeinup b.a10, .slide.active .textanim b.a10, .text-fadeinup h2.a10, .slide.active .textanim h2.a10 {
  animation-delay: 1.8s;
}

.primary {
  background-color: #00044A;
  color: #ffffff;
}
.primary h1 {
  color: #ffffff;
}

.centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.small {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  text-transform: none;
}

.pre {
  white-space: pre-line;
}

.medium {
  color: #707070;
}

.upper-margin {
  margin-top: 1.1716363636vw;
}

.upper-padding {
  padding-top: 1.1716363636vw;
}

.lower-margin {
  margin-bottom: 1.1716363636vw;
}

.lower-padding {
  padding-bottom: 1.1716363636vw;
}
@media screen and (max-width: 768px) {
  .lower-padding {
    padding-bottom: 15px;
  }
}

.vertical-margin {
  margin: 1.1716363636vw 0;
}

.vertical-padding {
  padding: 1.1716363636vw 0;
}

.full-height {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .full-height {
    flex: 1;
    min-height: 100vh;
  }
}

.ib {
  display: inline-block;
}

.f0 {
  flex: 0;
}

.f1 {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .contact-header .centered h1 {
    margin-top: 20px;
  }
  .contact-header .centered:first-child h1 {
    margin-top: 0;
  }
}
.contact-form {
  margin-top: 4.6865454545vw;
  margin-bottom: 2.3432727273vw;
}
@media screen and (max-width: 768px) {
  .contact-form {
    margin-top: 30px;
    min-height: auto;
    padding-bottom: 30px;
  }
}
.contact-form .row {
  width: 47.4903272727vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact-form .row {
    width: auto;
  }
}
.contact-form h1 {
  margin: 0 0 2.3432727273vw 0;
  font-size: 3.9054545455vw;
}
@media screen and (max-width: 768px) {
  .contact-form h1 {
    font-size: 30px;
  }
}
.contact-form .form-inner {
  width: 100%;
  margin: 1.1716363636vw 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .contact-form .form-inner {
    margin: 5px 0;
  }
}
.contact-form .form-inner > * {
  width: 100%;
  flex: 1;
  margin-right: 2.3432727273vw;
}
@media screen and (max-width: 768px) {
  .contact-form .form-inner > * {
    margin-right: 10px;
  }
}
.contact-form .form-inner > *.f0 {
  flex: 0;
}
.contact-form .form-inner > *:last-child {
  margin-right: 0;
}
.contact-form .form-inner.center-inner {
  display: flex;
  align-items: center;
  margin-top: 0;
}
.contact-form .form-inner.center-inner > * {
  margin-top: 0;
}
.contact-form form {
  display: flex;
  flex-direction: column;
}
.contact-form input, .contact-form textarea {
  font-size: 1.0414545455vw;
  background-color: #f7f7f9;
  border: 1px solid #CECBCB;
  min-height: 4.5824vw;
  min-height: 4.5824vw;
  padding: 0 2.3432727273vw;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .contact-form input, .contact-form textarea {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .contact-form input, .contact-form textarea {
    min-height: 30px;
  }
}
.contact-form textarea {
  padding: 1.1716363636vw 2.3432727273vw;
  min-height: 10.4666181818vw;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .contact-form textarea {
    min-height: 100px;
  }
}
.contact-form input[type=checkbox] {
  width: 1.8225454545vw;
  height: 1.8225454545vw;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .contact-form input[type=checkbox] {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contact-form input[type=checkbox] {
    height: 18px;
  }
}
.contact-form .wpcf7-checkbox .wpcf7-list-item {
  display: grid;
  align-items: center;
  grid-template-columns: 55px 1fr;
}
@media screen and (max-width: 768px) {
  .contact-form .wpcf7-checkbox .wpcf7-list-item {
    grid-template-columns: 35px 1fr;
  }
}
.contact-form p {
  max-width: 100%;
  font-size: 0.7290181818vw;
  font-size: 0.7290181818vw;
}
@media screen and (max-width: 768px) {
  .contact-form p {
    font-size: 11px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-form p {
    font-size: 12px;
  }
}
.contact-form .wpcf7-submit.more {
  width: auto;
}
@media screen and (max-width: 768px) {
  .contact-form .wpcf7-submit.more {
    text-align: center;
  }
}

.footer {
  background: #f7f7f9;
  color: #000000;
  transition: all 1s;
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .footer {
    background: transparent;
    padding: 0;
  }
}
.footer .meta-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer .meta-row {
    flex-direction: column;
  }
}
.footer .footer-meta {
  height: 400px;
  height: 20.83vw;
  width: 385px;
  width: 20.05vw;
  background: #fbfbfc;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  font-size: 1.042vw;
  margin-right: 150px;
  margin-right: 7.811vw;
}
@media screen and (max-width: 768px) {
  .footer .footer-meta {
    margin: 0;
    height: auto;
    width: 100%;
    font-size: 14px;
  }
  .footer .footer-meta:first-child {
    padding-top: 50px;
  }
  .footer .footer-meta:last-child {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1439px) {
  .footer .footer-meta {
    font-size: 14px;
  }
}
.footer .footer-meta.raw {
  margin-top: 80px;
  margin-right: 0;
  width: 535px;
  width: 27.858vw;
  background: transparent;
  align-items: flex-start;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer .footer-meta.raw {
    width: auto;
    text-align: center;
    margin-top: 0;
  }
}
.footer .footer-meta.raw:last-child {
  width: 385px;
  width: 20.048vw;
}
.footer .footer-meta:last-child {
  margin-right: 0;
}
.footer .footer-meta:last-child .meta-inner:after {
  display: none;
}
.footer .footer-meta .meta-inner {
  margin-top: 50px;
  width: 275px;
  width: 14.32vw;
}
@media screen and (max-width: 768px) {
  .footer .footer-meta .meta-inner {
    margin-top: 0;
    height: auto;
    width: 100%;
    text-align: center;
  }
  .footer .footer-meta .meta-inner:after {
    content: " ";
    background: #00044A;
    width: 31px;
    height: 2px;
    display: block;
    margin: 50px auto;
  }
}
.footer .footer-meta h2 {
  font-size: 20px;
  font-size: 1.042vw;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .footer .footer-meta h2 {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-meta h2 {
    font-size: 20px;
  }
}
.footer .footer-links {
  font-size: 20px;
  font-size: 1.042vw;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  .footer .footer-links {
    font-size: 14px;
  }
}
.footer .footer-copy {
  margin-top: 16px;
}


.page-template-acquisitions .completion .row.even .centered {
padding: 20px 4.6865454545vw;
}

/*# sourceMappingURL=style.css.map */