/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  font-size: 100%;
  font-family: 'Merriweather', 'Helvetica', 'Arial', sans-serif;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  margin: 16px 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: none;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  overflow: hidden;
  border: 0;
  background-color: transparent;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  display: block;
  width: 0;
  height: 150%;
  content: "";
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  margin: 0;
  width: auto;
  height: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  display: table; /* 2 */
  content: " "; /* 1 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Layout styles ====================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	margin: 0;
}
img {
  max-width: 100%;
}
#map_canvas img {
  max-width: inherit;
}
p {
	margin: 0;
}
h1, h2, h3 {
	margin: 0;
}
/* Layout styles ====================*/
.inner {
  margin: 0 8px;
  width: auto;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
	color: #10559a;
  text-decoration: none;
}
a:hover,
a:focus {
text-decoration: underline;
}
.main-right ul {
	list-style: none;
	padding: 0;
	margin: 0 0 16px;
}
.main-right ul > li {
	padding: 0 0 0 26px;
	position: relative;
	margin: 0 0 7px;
}
.main-right ul > li:before {
	content: "";
	background-color: #9a9a9a;
	position: absolute;
	top: 9px;
	left: 0;
  height: 6px;
  width: 6px;
  border-radius: 50%;
}
/* ====================*/

/* WP Core Page CSS */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Header styles ====================*/
#header {
    padding: 8px 0;
    position: relative;
}
#header .menu-icon {
  position: absolute;
  top: 13px;
  right: 10px;
  z-index: 2;
  width: 30px;
  height: 33px;
  color: #383838;
  text-indent: -38px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0;
  line-height: 33px;
  outline: none;
  background-image: url("/wp-content/themes/holtlunsford/images/hl-menu-icon.png");
  background-size:contain;
  background-position:center center;
  background-repeat:no-repeat;
}
#header .menu-icon span {
  position: absolute;
  top: 3px;
  right: 2px;
  display: block;
  width: 22px;
  height: 0;
  /*
  -webkit-box-shadow: 0 10px 0 1px #888,0 16px 0 1px #888,0 22px 0 1px #888;
  box-shadow: 0 10px 0 1px #888,0 16px 0 1px #888,0 22px 0 1px #888;
  */
}
/*
.menu-icon.open span {
  -webkit-box-shadow: 0 10px 0 1px #555,0 16px 0 1px #555,0 22px 0 1px #555;
  box-shadow: 0 10px 0 1px #555,0 16px 0 1px #555,0 22px 0 1px #555;
}
*/
.top-navigation {
  display: none;

}
.top-navigation > li {
	list-style: none;
	display: block;
	float: left;
}
.top-navigation a,
.mobile-menu a {
  text-decoration: none;
  white-space: normal !important;
}
.mobile-menu .sub-menu {
  display: none;
}
.mobile-menu .current-mob-menu {
  display: block;
}
.mobile-menu .menu-item-has-children {
  position: relative;
}
.mob-active .menu-arrow {
  transform: rotate(180deg);
  transition: transform .2s;
}
.menu-arrow {
  position: absolute;
  right: 30px;
  top: 4px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #eee url(../images/menu-arrow.png) center center no-repeat;
  display: inline-block;
}
.top-navigation > li > a,
.mobile-menu a {
	white-space: nowrap;
	font-family: "Merriweather";
	color: #5d5d5d;
	font-weight: 400;
	font-size: 14px;
	display: block;
	line-height: 23px;
	height: 34px;
	padding: 6px 12px 6px 13px;
}
.top-navigation .current-menu-item.menu-item-has-children > a {
	color: #fffefe;
  font-weight: 400;
  background-color: #034580 !important;
}
.top-navigation .current-menu-ancestor > a {
  color: #fffefe;
	background-color: #034580 !important;
  font-weight: 400;
}
.mobile-menu {
  display: none;
  margin: 15px 0 0;
  padding: 0;
}
#header.open .mobile-menu {
  display: block;
}
.mobile-menu li {
  list-style-type: none;
}
.mobile-menu li.current-menu-item > a,
.mobile-menu li.current-menu-ancestor  > a {
  color: #10559a;
}
.mobile-menu a {

}
.header-nav {
  display: none;
}
.search-container {
    margin: 0;
}
#searchform {
    position: relative;
	float: right;
}
.search-container {
    height: 33px;
    position: relative;
    right: 0;
    top: 0;
    width: auto;
	display: none;
}
.open-search .search-container {
    display: block;
}
.loupe {
    background: rgba(0, 0, 0, 0) url("../images/loupe.png") no-repeat scroll center top;
    height: 21px;
    position: absolute;
    right: 11px;
    top: 69px;
    width: 21px;
}
.search-container #searchform input[type="text"] {
    border: 1px solid #a4a5a4;
    border-radius: 6px;
    height: 30px;
    opacity: 0;
    padding: 5px 10px;
    z-index: -1;
	float: left;
}
.search-container #searchform input[type="submit"] {
    opacity: 0;
    z-index: -1;
}
.open-search #searchform input[type="submit"] {
    opacity: 1 !important;
    z-index: 101 !important;
}
#searchform input[type="text"] {
    width: 251px;
}
#searchform input[type="submit"] {
    background: #00529b none repeat scroll 0 0;
    border: 0 none;
    height: 28px;
    padding: 0 4px;
    position: static;
    width: auto;
    z-index: -1;
	color: #fffefe;
    font-family: "Merriweather";
    font-size: 12px;
    text-transform: uppercase;
	float: left;
	margin: 0 0 0 6px;
}
.open-search #searchform input[type="submit"] {
    z-index: 101;
}

.open-search .search-container #searchform input[type="text"] {
    opacity: 1;
    z-index: 100;
}
/* Header styles ====================*/
/* Footer styles ====================*/
#footer p {
  margin: 0;
}
/* ====================*/

.banner .wrap-text {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 95vw;
  width: 100%;
}

.banner .slick-slide .inner {
  position: relative;
}

.banner .wrap-text h2 {
  opacity: 0;
  transform: translateY(50px);
}

.banner .wrap-text p {
  opacity: 0;
  transform: translateY(50px);
}

@keyframes banner-text {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

.banner .slick-current .wrap-text h2 {
  animation: banner-text .5s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}

.banner .slick-current .wrap-text p {
  animation: banner-text .5s;
  animation-fill-mode: both;
  animation-delay: .7s;
}

.banner .slick-slide .inner {
  height: 100%;
  padding: 0 20px;
}

.banner .wrap-text h2 {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 42px;
}

.banner .wrap-text p {
  font-size: 22px;
  line-height: 22px;
}

.slick-slide {
    padding: 78px 0 50px;
    min-height: 420px;
    height: 420px;
    background-size: cover !important;
}
.slick-dots button {
    background: url(../images/slider-nav.png) no-repeat top right;
    border: medium none;
	width: 14px;
	height: 14px;
	padding: 0;
	margin: 0;
    font-size: 0;
}
.slick-dots li {
    list-style: none;
	display: inline-block;
	margin-right: 16px;
}
.slick-dots li:last-child {
	margin-right: 0;
}
.slick-dots {
    bottom: 23px;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.slick-dots .slick-active button {
    background: url(../images/slider-nav.png) no-repeat top left;
}
.banner {
    position: relative;
}
.banner::before {
	background-color: white;
    content: "";
    height: 1px;
    position: absolute;
    top: 3px;
    width: 100%;
    z-index: 2;
}
.banner::after {
	background-color: white;
    content: "";
    height: 1px;
    position: absolute;
    bottom: 3px;
    width: 100%;
    z-index: 100;
}
.home .main h2 {
	color: #383838;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    text-align: center;
    width: 988px;
	margin-bottom: 22px;
}
.home .main p {
	color: #5c5c5c;
    font-size: 17px;
    line-height: 30px;
    margin: 0 auto 15px;
    width: 699px;
	max-width: 100%;
}
.home .main {
	background: #ececec url(../images/main-bg.png) top center no-repeat;
	text-align: center;
	padding: 73px 0 60px;
	position: relative;
}
.home .main:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #666;
	position: absolute;
	bottom: 3px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.home .main h2 > span {
	color: #10559a;
	font-size: 22px;
	font-weight: 400;
	line-height: 33px;
}
.line-logo {
	background: url(../images/logo-line.png) no-repeat top center;
	width: 478px;
	height: 16px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 21px;
	max-width: 100%;
}
#footer .footer-search > p,
#footer ._form-title,
#footer ._html-code p {
	color: white;
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 3px;
}
#footer {
	background: url(../images/footer-bg.png) top center;
    padding: 31px 0 115px;
    position: relative;
}
.input-search {
	width: 100%;
	height: 40px;
	background-color: #a29c93;
	border: 1px solid #c5c5c5;
	color: #fff;
	padding: 0 56px 0 5px;
	font-size: 16px;
}
.footer-search-form input[type="submit"] {
	background-color: #00529b;
    border: 0 none;
    box-shadow: none;
    color: white;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 700;
    height: 32px;
    line-height: 22px;
    position: absolute;
    right: 3px;
    text-transform: uppercase;
    top: 4px;
    width: 48px;
}
.footer-search-form {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 324px;
}
.btn-block .btn-link {
	color: white;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding: 6px 20px;
}
.contact-btn .btn-link {
	min-width: 100px;
	height: 38px;
	background-color: #00529b;
	max-width: 100%;
}
.offices-btn .btn-link {
	min-width: 92px;
	height: 38px;
	background-color: #00529b;
}
.properties-btn .btn-link {
	min-width: 178px;
	height: 38px;
	background-color: #00529b;
}
.btn-block .btn-container {
    float: none;
    margin: 0 auto 14px;
    text-align: center;
}
.footer-logo {
    float: none;
    margin: 0 auto 23px;
    max-width: 100%;
    width: 206px;
}
.social a {
	background: url(../images/social.png) no-repeat top center;
	display: block;
	float: left;
	height: 34px;
	width: 30px;
}
.social a.f {
	background-position: top left;
	width: 16px;
	margin-right: 36px;
}
.social a.tw {
	background-position: -52px 0;
	width: 32px;
	margin-right: 24px;
}
.social a.in {
	background-position: top right;
	width: 33px;
	margin-right: 24px;
}
.social a.yt {
	width: 34px;
	height: 34px;
	background: url("../images/youtube.png") center no-repeat;
  margin-right: 24px;
}
.social a.ig {
  width: 34px;
  height: 34px;
  background: url("../images/instagram.png") center no-repeat;
}
#footer .copyright > p {
    margin: 0;
    padding: 0;
	color: #d9d4cc;
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
}
.copyright a {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    text-decoration: none;
}
.copyright a:hover,
.copyright a:focus {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    text-decoration: none;
}
#footer .social {
    text-align: center;
	margin-top: 9px;
}
#footer .social-wrap {
    display: inline-block;
}
.footer-info {
    padding: 27px 0 0;
}
.logo {
    width: 200px;
	max-width: 100%;
}
.footer-search {
    margin-bottom: 23px;
	text-align: center;
}
.copyright {
    bottom: 9px;
    position: absolute;
    text-align: center;
	width: 100%;
	left: 0;
	right: 0;
}
/*.slick-slide h2 > span {
    font-family: "Qwigley";
	font-size: 55px;
}*/
.big-title {
	color: #383838;
	font-family: "Merriweather";
	font-size: 30px;
	font-weight: 300;
	line-height: 33px;
	text-align: center;
	margin: 0 0 20px;
}
.big-title span {
  color: #10559a;
	font-family: "Merriweather";
	font-size: 30px;
  font-style: italic;
	font-weight: 400;
	line-height: 33px;
}
.big-title .normal-blue {
	color: #10559a;
	font-family: "Merriweather";
	font-size: 30px;
  font-style: italic;
	font-weight: 400;
	line-height: 33px;
}
.white-block > h2 {
	color: #10559a;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 30px;
	margin: 0 0 15px;
}
.white-block {
	background-color: rgba(255, 255, 255, 0.6);
    border: 3px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0.3px 1px rgba(162, 156, 147, 0.75) inset;
    margin: 0 auto 53px;
    max-width: 100%;
    min-height: 173px;
    text-align: center;
    width: 881px;
	max-width: 100%;
	padding: 32px 15px;
}
.white-block > p {
	color: #5c5c5c;
	font-size: 17px;
	font-weight: 300;
	line-height: 30px;
}
.white-block > p > strong {
	color: #383838;
	font-weight: bold;
}
.giving-back-page .main {
	background: #ececec url(../images/giving-back-bg.png) no-repeat top center;
}
.main {
	padding: 76px 0 62px;
}
.main .inner{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.main .inner .sidebar{
  order: 1;
}
.main .inner .main-right{
  order: 0;
  width: 100%;
}
.home .main .inner{
  display: block;
}
.main-right > p {
	font-family: "Merriweather";
	color: #5c5c5c;
	font-size: 17px;
	line-height: 30px;
}
.giving-back-page .main-right > p {
	text-align: center;
	padding: 0 29px;
	margin-bottom: 45px;
}
.two-columns p {
	font-family: "Open Sans";
	color: #383838;
	font-size: 15px;
	font-weight: 300;
	line-height: 23px;
	margin: 0 0 23px;
}
.two-columns li > a {
	color: #10559a;
	font-size: 15px;
	line-height: 23px;
	font-family: "Open Sans";
}
.sidebar h2 {
	line-height: 23px;
	color: #383838;
	font-family: "Merriweather";
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
	margin: 0 0 15px;
}
.sidebar h2 > a {
	line-height: 23px;
	color: #383838;
	font-family: "Merriweather";
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
}
.sidebar-nav li a {
	line-height: 23px;
	color: #666;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 300;
	display: block;
	outline: none;
  letter-spacing: .2px;
}
.sidebar-nav .current_page_item > a {
	color: #10559a;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 400;
	position: relative;
	border-left: 4px solid #10559a;
	line-height: 1.2;
	min-height: 18px;
	margin-left: -16px;
	padding-left: 12px;
}
.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-nav > li {
    margin: 0 0 15px;
    padding: 0;
}
.two-columns .right > img {
    margin: 0 auto 29px;
}
.main::after {
    border-top: 1px solid #666;
    bottom: 3px;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
}
.main {
position: relative;
}
.learn-about-page .main-right > p {
    text-align: center;
	padding: 0 0 15px;
  font-weight: 300;
}
.learn-about-page .main-right > p strong {
  color: #383838;
}
.values-list .left-column {
    width: 50%;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	.values-list .left-column {
    	width: 75%;
    	margin: 0 auto;
	}
}
@media only screen and (max-width: 500px) {
	.values-list .left-column {
    	width: 100%;
    	margin: 0 auto;
	}
}
.section-subtitle,
.main.featured-detail-page p.section-subtitle {
  text-align: center;
	padding: 0 0 15px;
  font-weight: 300;
  letter-spacing: .5px;
  font-family: "Merriweather";
  color: #5c5c5c;
  font-size: 17px;
  line-height: 30px;
}
.section-subtitle b,
.section-subtitle strong{
  color: #383838;
}
.main {
    background: #ececec url("../images/learn-more-bg.jpg") no-repeat scroll center top;
	padding-bottom: 16px;
}
.learn-about-page .white-block {
	margin-top: 28px;
	margin-bottom: 48px;
}
.article-list h3 {
	font-size: 15px;
	color: #10559a;
	font-weight: normal;
	line-height: 23px;
	text-transform: uppercase;
	position: relative;
	margin: 0 0 21px;
}
.article-list h3 > span {
	display: block;
	color: #383838;
	font-weight: 300;
	font-style: italic;
	line-height: 23px;
	text-transform: none;
}
.article-list p {
	font-size: 15px;
	color: #383838;
	font-family: "Open Sans";
	font-weight: 300;
	line-height: 23px;
}
.article-list article {
    position: relative;
	padding: 0 0 0 39px;
	margin: 0 0 39px;
}
.article-list .logo-icon {
    left: 0;
    position: absolute;
    top: 2px;
}
.article-list h3::after {
	bottom: -1px;
    content: url("../images/two-lines.png");
    height: 5px;
    margin: 0;
    position: absolute;
    width: 207px;
}
.learn-about-page .main::after {
    border-top: 0;
    content: none;
}
.arrow-down {
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #eeedec;
	height: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 0;
	bottom: -30px;
}
.values-section .line-logo {
    margin-bottom: 22px;
}
.values-section {
    padding: 76px 0 74px;
}
.values-section .inner > p {
	color: #5c5c5c;
	font-size: 17px;
	font-weight: 300;
	line-height: 30px;
}
.values-section .inner > p {
    text-align: center;
}
.values-list p {
	color: #383838;
	font-family: "Open Sans";
	font-weight: 300;
	font-size: 15px;
	line-height: 21px;
	margin: 0 0 24px;
}
.values-list li {
    color: #383838;
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
}
.values-list ul {
    margin-top: 0;
}
.page-id-39 .values-list .left-column p, .page-id-39 .values-list .right-column p {
  	margin-bottom: 0;
}
.values-list p > strong:first-child {
	font-size: 15px;
	line-height: 23px;
	color: #10559a;
	font-family: "Merriweather";
	font-weight: normal;
	text-transform: uppercase;
}
.values-list {
    margin: 20px auto 23px;
    max-width: 100%;
    width: 886px;
}
.values-section .btn-container .btn-link {
	color: #10559a;
	font-family: "Open Sans";
	font-size: 17px;
	font-weight: 400;
	line-height: 23px;
	min-width: 208px;
	min-height: 48px;
	background-color: white;
	border: 2px solid #10559a;
	display: inline-block;
	text-align: center;
	padding: 9px 6px;
}
.values-section .btn-container {
    text-align: center;
}
.sidebar {
    margin: 0 0 43px;
}
.top-navigation .sub-menu a {
	color: white;
	font-family: "Merriweather";
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	display: block;
	padding: 0;
}
.top-navigation .sub-menu .current-menu-item {
  background-color: #034580;
}
.top-navigation .sub-menu-wrap {
	width: 100%;
    background-color: #00529b;
    left: 0;
    margin: 0 auto;
	position: absolute;
    width: 200px;
	z-index: 100;
	text-align: left;
	display: none;
}
.top-navigation .sub-menu-wrap .sub-menu-wrap{
	top:0;
 	left: 200px;
}
.top-navigation li:hover > .sub-menu-wrap,
.top-navigation li:focus > .sub-menu-wrap {
	display: block;
}
body:after{
    position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
	content: url(../images/dropdown-logo.png);
}
.top-navigation .sub-menu {
	width: 272px;
	padding: 0;
	max-width: 100%;
}
.sub-menu > li {
  position: relative;
    display: block;
    text-align: left;
	border-bottom: rgba(255,255,255,0.4) 1px solid;
  padding: 12px 14px;
}
.sub-menu > li:hover {
  background-color: #034580;
}
.page__sitemap .sub-menu li:hover {
    background-color: transparent;
}
.mobile-menu .sub-menu > li:hover {
  background-color: transparent;
}
.mobile-menu .sub-menu > li {
  padding: 2px 0;
}
.sub-menu > li:last-child {
  border-bottom: none;
}
.top-navigation {
    position: relative;
}
/*.sub-menu-wrap {
    background-image: url("../images/dropdown-logo.png");
}*/
#header aside {
    clear: both;
}

.label-tags{
  margin-top: 32px;
  margin-bottom: 20px;
  text-align: left;
}

.label-tags__item{
  display: inline-block;
  background-color: #fff;
  color: #5d5d5d;
  font-weight: 300;
  padding: 8px 17px;
  margin-right: 0;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: .5px;
  display: block;
}

.label-tags__item:last-child{
  margin-right: 0;
}

.label-tags__item:hover{
  text-decoration: none;
}

.label-tags__item--active{
  background-color: #00529b;
  color: #fff;
  font-weight: 400;
}

.search-block{
  padding: 10px 0;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 30px;
}

.search-block input[type="text"]{
  width: 100%;
  max-width: 336px;
  height: 34px;
  padding-left: 18px;
  padding-right: 28px;
  border: none;
  background: #fff url(../images/search-icon.png) right 9px center no-repeat;
}

.search-block input[type="text"]::-webkit-input-placeholder{
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #5d5d5d;
}
.search-block input[type="text"]::-moz-placeholder{
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #5d5d5d;
}
.search-block input[type="text"]:-ms-input-placeholder{
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #5d5d5d;
}
.search-block input[type="text"]:-moz-placeholder{
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #5d5d5d;
}

.search-block input[type="text"]:focus,
.footer-search input[type="text"]:focus{
  outline: none;
}
.experts-wrap{
  text-align: center;
  margin-left: -26px;
  margin-bottom: 19px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.experts-item{
  max-width: 196px;
  text-align: center;
  margin-bottom: 36px;
  margin-left: 26px;
  vertical-align: top;
  transform: scale(1);
  opacity: 1;
  transition: transform 400ms 0ms, opacity 400ms 0ms;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.experts-item .animation-text {
  flex-grow: 1;
  max-width: 196px;
}
.experts-item__email {
  align-self: center;
  display: inline-block;
}
.experts-item__contact {
  align-self: center;
  display: inline-block;
}
.featured-item{
  transform: scale(1);
  opacity: 1;
  transition: transform 400ms 0ms, opacity 400ms 0ms;
}

.hidePerson{
  transform: scale(0.001);
  opacity: 0;
  transition: transform 400ms 0ms, opacity 400ms 0ms;
}

.experts-item__img-wrap{
  width: 199px;
  height: 208px;
  /*min-height: 208px;*/
  position: relative;
  border-bottom: 5px solid #10559a;
  overflow: hidden;
  margin-bottom: 17px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: filter 0.3s;
}
.experts-item:hover .experts-item__img-wrap{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.experts-item___img{
  position: absolute;
  top: 50%;
  left: 50%;

  width: auto;
  height: auto;

  max-height: none;
  max-width: none;

  min-height: 100%;
  min-width: 100%;

  transform: translate(-50%, -50%);
  z-index: 0;
}

.experts-item__name{
  font-size: 17px;
  color: #383838;
  font-weight: 700;
  margin-bottom: 1px !important;
  letter-spacing: .5px;
}

.experts-item__title{
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #383838;
  font-size: 15px;
  margin-bottom: 8px !important;
}

.experts-item__link{
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #10559a;
  font-size: 15px;
  margin-bottom: 14px;
  display: block;
}

.mail-icon{
  background: url(../images/mail-icon.png) 0 0 no-repeat;
  width: 21px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
}

.contacts-icon{
  background: url(../images/contacts-icon.png) 0 0 no-repeat;
  width: 23px;
  height: 20px;
  display: inline-block;
}

.sidebar-nav .current_page_item.current-page-ancestor > a {
  color: #383838;
  border-left: none;
  padding-left: 16px;
}

.sidebar-nav .sub-menu{
  padding-top: 23px;
  padding-left: 20px;
}
.sidebar-nav .sub-menu li{
  margin-bottom: 15px;
}

.sidebar-nav .sub-menu .current_page_item > a {
  border-left: none;
  position: relative;
  color: #10559a;
  padding-left: 0;
  margin-left: 0;
  text-decoration: none;
}
.sidebar-nav .sub-menu .current_page_item > a::before {
  content: '';
  position: absolute;
  left: -36px;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #10559a;
}

.about-meet-page-detail .main-right > p {
  text-align: center;
  margin-bottom: 15px;
  font-weight: 300;
}
.about-meet-page-detail .main-right > p b,
.about-meet-page-detail .main-right > p strong {
  color: #383838;
}
.person-wrap{
  margin-top: 47px;
  background-color: #646464;
  padding: 45px 15px;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  line-height: 23px;
  position: relative;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .4px;
  margin-bottom: 55px;
  min-height: 450px;
}
.person-wrap::after{
  content: '';
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border: 1px solid #dbd9d5;
  border-radius: 1px;
}
/*.person-img{
  margin-bottom: 30px;
}*/
.person-wrap p{
  margin-bottom: 22px;
}
.person-about{
  text-align: left;
}
.person-about b,
.person-about strong{
  letter-spacing: 1px;
}
.person-wrap span{
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: .8px;
}

.stories-wrap{
  margin-top: 31px;
  text-align: center;
  margin-bottom: 19px;
}
.youtube__item{
  max-width: 409px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 44px;
}
.youtube__img{
		position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    z-index: 0;
    margin-bottom: 0;
}
.youtube__link{
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  height: 268px;
  margin-bottom: 18px;
}
.just__link {
  display: inline-block;
  height: 100%;
  width: 100%;
  margin-bottom: 18px;
}
.youtube__link:hover::before{
  opacity: 0.75;
}
.youtube__link::before{
  content: '';
  transition: opacity .2s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(0,0,0, .5) url(../images/play-btn.png) center center no-repeat;
}
.youtube__link::after{
  content: '';
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border: 1px solid #d0d0d0;
  z-index: 3;
}
.youtube__item-title{
  font-weight: 700;
  color: #838383;
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 1px;
  letter-spacing: .5px;
}
.youtube__item-subtitle{
  font-weight: 700;
  color: #383838;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 9px;
  letter-spacing: .5px;
}
.youtube__item-text{
  font-family: "Open Sans", sans-serif;
  color: #383838;
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 0;
  font-weight: 300;
}
.youtube__item-link{
  font-family: "Open Sans", sans-serif;
  color: #10559a;
  font-size: 15px;
  line-height: 23px;
}
.youtube__item-link:nth-child(2n)::before{
  content:'';
  border-left: 2px solid #c1c0c0;
  padding-right: 10px;
  margin-left: 5px;
  text-decoration: none;
  display: inline-block;
  height: 15px;
  vertical-align: middle;
}
.youtube__item-link:nth-child(2n):hover::before{
  text-decoration: none;
}

.testimonials-wrap{
  margin-bottom: 30px;
  margin-top: 28px;
  text-align: center;
}
.testimonials-item{
  padding-bottom: 9px;
  margin-bottom: 28px;
  border-bottom: 1px solid #c7c4be;
}
.testimonials-item:last-of-type{
  padding-bottom: 0;
  border-bottom: none;
}
.testimonials-img-wrap{
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.testimonials-img-wrap:empty ~ div {
    width: 100%;
}
/*.testimonials-img-wrap::after{
  content: '';
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border: 1px solid rgba(255, 255, 255, .75);
}*/
.testimonials-img{
  max-width: 144px;
  max-height: 140px;
  height: auto;
  width: auto;
}
.testimonials-text-wrap{
  margin-top: -5px;
  text-align: left;
}
.testimonials-text-wrap p{
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 23px;
  color: #383838;
  margin-bottom: 14px;
  letter-spacing: .1px;
}
p.testimonials-name{
  color: #10559a;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
span.testimonials-position{
  text-transform: none;
  color: #383838;
  font-weight: 400;
  letter-spacing: 0.1px;
}
.btn{
  font-family: "Open Sans", sans-serif;
  display: block;
  width: 208px;
  height: 48px;
  line-height: 42px;
  overflow: hidden;
  border: 2px solid #10559a;
  color: #10559a;
  text-align: center;
  font-size: 17px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: .4px;
}
.btn:hover{
  text-decoration: none;
}
.two-colimns-image-right{
  text-align: center;
}
.image-wrap{
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.image-wrap::after{
  content: '';
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border: 1px solid rgba(255, 255, 255, .75);
}
.text-wrap,
.main.featured-detail-page .main-right > p {
  text-align: left;
  font-size: 15px;
  color: #383838;
  font-weight: 300;
  line-height: 1.54;
  letter-spacing: .4px;
  font-family: "Open Sans", sans-serif;
}
.main.featured-detail-page p.section-subtitle {
    color: #5c5c5c;
    font-family: "Merriweather";
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 30px;
    padding: 0 0 15px;
    text-align: center;
}
.text-wrap p{
  margin-bottom: 22px;
}
.text-wrap b,
.text-wrap strong{
  letter-spacing: .3px;
  font-weight: 900;
}
.two-columns-text{
  text-align: left;
  color: #383838;
  line-height: 30px;
  font-weight: 300;
  overflow-x: hidden;
}
.hint{
  background-color: #f8f8f7;
  padding: 35px 20px;
  line-height: 30px;
  font-size: 17px;
  font-weight: 300;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.hint a{
  font-weight: 700;
}
.hint::after{
  content: '';
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border: 1px solid #cecbc7;
  pointer-events: none;
}
.hint p{
  margin-bottom: 14px;
}
.main-right .two-columns-text li{
  font-size: 15px;
  letter-spacing: .35px;
  margin-bottom: 7px;
  line-height: 23px;
}
/*.main-right .two-columns-text li:before{
  top: -17px;
}*/
.vacancy{
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 28px;
  display: inline-block;
  position: relative;
}
.vacancy a{
  font-weight: 400;
}
.vacancy p{
  letter-spacing: .4px;
  margin-bottom: 10px;
}
.vacancy-title{
  font-family: "Merriweather", serif;
  position: relative;
  padding-left: 30px;
  margin-bottom: 22px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .5px;
}
.vacancy-title::before,
.services-block h2::before{
  content: '';
  position: absolute;
  background: url(../images/line-logo.png) 0 0 no-repeat;
  width: 23px;
  height: 16px;
  left: 0px;
  top: 3px;
  display: block;
  -webkit-transform: translate3d(0, 0, 0)
}
.vacancy-title::after,
.services-block h2::after{
  content: '';
  position: absolute;
  width: 207px;
  height: 5px;
  background: url(../images/lines-2.png) 0 0 no-repeat;
  left: 0px;
  bottom: -12px;
  display: block;
}
.curent-openings-page .btn{
  margin-bottom: 30px;
}
.curent-openings-page .image-wrap{
  left: 50%;
  transform: translateX(-50%);
}
.curent-openings-page .two-columns-text{
  margin-top: 30px;
}
.vacancy{
   -webkit-column-break-inside: avoid;
             page-break-inside: avoid;
                  break-inside: avoid-column;
}
.section-subtitle a{
  font-weight: 700;
}
.featured{
  text-align: center;
  margin-top: 40px;
}
.featured-item{
  display: inline-block;
  vertical-align: top;
  max-width: 280px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 35px;
  text-align: center;
}
.featured-item .img-link{
  display: inline-block;
  height: 100%;
  position: relative;
  margin-bottom: 23px;
}
.featured-item .img-link::before{
  content: '';
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border: 1px solid rgba(255, 255, 255, .75);
  z-index: 1;
}
.featured-item .img-link:hover::after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(16, 85, 154, .7) url(../images/more-info-logo.png) center center no-repeat;
}
.featured-item h2{
  color: #383838;
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 0;
  font-family: "Merriweather";
  letter-spacing: .6px;
}
.featured-item .tab-link{
  margin-bottom: 12px;
  display: inline-block;
}
.featured-item p{
  font-weight: 300;
  color: #383838;
  line-height: 23px;
  letter-spacing: -.4px;
}
.slick-dots > li:before{
  display: none;
}
.slide-item{
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  padding: 0;
  min-height: 120px;
  margin-bottom: 0 !important;
}
.object-slider .slick-dots{
  margin-bottom: 0;
  bottom: 13px;
}
.object-slider .slick-dots li{
  padding-left: 15px;
}
.object-slider .slick-dots li:first-child{
  padding-left: 0;
}
.object-slider{
  margin-bottom: 32px;
}
.featured-detail-page .col1{
  margin-bottom: 30px;
}
.featured-detail-page .featured {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.featured-detail-page .main,
.services-projectleasing-page .main {
  overflow-x: hidden;
}
.featured-detail-page .featured:before{
  content: '';
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -15px;
  right: -15px;
  height: 100%;
  z-index: -1;
}
.deal-info{
  color: #383838;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
.deal-info p{
  margin-bottom: 15px;
}
.deal-info  h2{
  font-size: 17px;
  font-family: "Merriweather";
  margin-bottom: 20px;
  letter-spacing: .4px;
}

.deal-info .col1 b{
  display: inline-block;
  vertical-align: top;
  width: 40%;
  margin-bottom: 0;
  margin-right: 8%;
  line-height: 23px;
  margin-top: 4px;
  letter-spacing: .4px;
}
.deal-info .col1 p,
.deal-info .col1 ul{
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-bottom: 0;
  letter-spacing: -.5px;
}
.deal-info .col1 ul{
  line-height: 23px;
  padding-top: 4px;
  margin-bottom: 8px;
}
.deal-info .col1 ul li{
  margin: 0;
}

.deal-info .col2{
  text-align: center;
  margin-bottom: 30px;
}
.deal-info .experts-item{
  margin: 0 20px;
  margin-bottom: 25px;
}
/*.deal-info .experts-item__img-wrap{
  margin-bottom: 10px;
}
.deal-info .experts-item__name{
  margin-bottom: 0;
}
.deal-info .experts-item__title{
  margin-bottom: 0;
}
.deal-info .experts-item__link{
  margin-bottom: 19px;
}
.deal-info .experts-item{
  margin-bottom: 27px;
}*/
.map-img{
  margin-bottom: 30px;
  margin-top: 14px;
  position: relative;
  max-width: 280px;
}
.map-img::after{
  content: '';
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border: 1px solid rgba(162, 156, 147, .75);
  pointer-events: none;
}
.map-canvas div a div img {
  display: none;
}
.gmnoprint {
	display: none;
}
.gm-style-cc {
	display: none;
}
.featured-detail-page .featured{
  padding-top: 60px;
  margin-bottom: 30px;
}
.featured .arrow-down{
  bottom: auto;
  top: -1px;
}
.map-canvas{
  width: 100%;
  height: 260px;
  background-color: rgb(229, 227, 223);
  position: relative;
   overflow: hidden;
}
.services-block{
  margin-top: 26px;
}
.services-block h2{
  position: relative;
  font-family: "Merriweather", serif;
  position: relative;
  padding-left: 30px;
  margin-bottom: 22px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .5px;
  color: #10559a;
}
.services-projectleasing-page .btn{
  margin-bottom: 40px;
}
.testimonials-block{
  padding-top: 60px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.testimonials-block::before {
    content: '';
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
    height: 100%;
    z-index: -1;
}
.testimonials-block .arrow-down{
  top: -1px;
  bottom: auto;
}
.more-properties-link{
  text-align: center;
  margin-bottom: 40px;
}
/*--------------style for footer form -------------*/
.footer-search ._x13684596{
  display: none;
}
.footer-search ._form-title{
  display: none;
}
.footer-search ._html-code{
  display: none;
}
.footer-search ._form-label{
  color: white;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 3px;
}
.footer-search input[type="text"]{
  width: 100%;
  max-width: 350px;
  height: 40px;
  background-color: #9a9a9a;
  border: 1px solid #c5c5c5;
  color: #fff;
  padding: 0 15px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
}
.footer-search input[type="text"]::-webkit-input-placeholder{
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #eee;
}
.footer-search input[type="text"]::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #eee;
}
.footer-search input[type="text"]:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #eee;
}
.footer-search input[type="text"]:-moz-placeholder{
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #eee;
}
._x09640747 ._form-label,
._x33780572 ._form-label{
  display: inline-block;
  margin-bottom: 5px;
}
.footer-search ._row{
  margin-bottom: 3px;
}
.footer-search ._row span{
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  top: -2px;
}
#_form_7_submit{
  margin-top: 10px;
  background-color: #00529b;
  border: 0 none;
  box-shadow: none;
  color: white;
  font-family: "Open Sans";
  height: 38px;
  line-height: 22px;
  width: 220px;
  font-size: 15px;
  font-weight: 400;
}
.footer-search ._form_element {
    text-align: left;
}
.footer-search ._button-wrapper{
  text-align: left;
}
.footer-search ._form-thank-you{
  color: #fff;
}
.footer-search ._error-inner{
  font-family: "Open Sans";
  font-size: 13px;
  position: relative;
  top: -8px;
  color: #f00;
}
.page-404 .page__content p{
  text-align: center;
  margin-bottom: 30px;
  font-family: "Merriweather";
  color: #5c5c5c;
  font-size: 17px;
  line-height: 30px;
}

.page__search_form {
  text-align: center;
  margin-bottom: 40px;
}

.page__search_form .screen-reader-text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.page__search_form form {
  float: none !important;
}

.page__search_form input[type=text] {
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  border: 1px solid #ccc;
  outline: none;
  padding: 0 10px;
  width: 180px !important;
}

.page__search_form input[type=submit] {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
}

.page-search h1 {
  color: #383838;
  font-family: "Merriweather";
  font-size: 30px;
  font-weight: 300;
  line-height: 33px;
  text-align: center;
  margin: 0 0 20px;
}

.page-search .page__search_query {
  font-weight: 700;
}

.page-search .preview__title {
  width: 100%;
}

.page-search .preview__title h2{
  color: #383838;
  font-family: "Merriweather";
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.4;
  text-align: left;
  display: inline-block;
}

.page-search .preview__content {
    margin-top: -5px;
}

.page-search .preview__more_link {
  display: block;
  margin-top: 15px;
}

.page-search .preview-archive {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.page-search .assistive-text {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.search .sidebar_widgets,
.archive .sidebar_widgets,
.search-results .sidebar_widgets,
.search-no-results .sidebar_widgets {
  list-style: none;
  padding: 0;
}

.search .sidebar_widgets label,
.archive .sidebar_widgets label,
.search-results .sidebar_widgets label,
.search-no-results .sidebar_widgets label {
  display: block;
}

.search .sidebar-search,
.archive .sidebar-archive,
.search-results .sidebar-search,
.search-no-results .sidebar-search {
  width: 100% !important;
}

.page-search .nav-previous {
  display: inline-block;
  margin-right: 20px;
}

.page-search .nav-next {
  display: inline-block;
}

#search-2 {
  margin-top: 40px;
}

#search-2 form {
  float: none !important;
}

#search-2 input[type=text] {
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  border: 1px solid #ccc;
  outline: none;
  padding: 0 10px;
  width: 180px !important;
}

#search-2 input[type=submit] {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
}

.page-sitemap h1 {
  color: #383838;
  font-family: "Merriweather";
  font-size: 30px;
  font-weight: 300;
  line-height: 33px;
  text-align: center;
  margin: 0 0 20px;
}

.page__sitemap li {
  margin-bottom: 5px;
}

.page__sitemap .sub-menu {
  margin-top: 5px;
}

.investinginourpeople-page .two-columns {
  margin-top: 30px;
}

.investinginourpeople-page .white-block {
  padding: 0;
  width: auto;
  height: auto;
  margin: 0;
  min-height: auto;
  max-width: 249px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: 0 0 0.3px 1px #e3e2e0 inset;
}

.investinginourpeople-page .btn {
  margin-top: 30px;
  margin-bottom: 50px;
}

.quote-slider {
  position: relative;
  padding: 25px 30px 87px;
  letter-spacing: -.3px;
}

.slider-logos {
  margin-top: 39px;
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #c0bcb7;
  padding: 25px 0;
  margin-bottom: 30px;
}

.slider-logos::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to right, rgba(238,237,236,1) 0%,rgba(238,237,236,0) 10%, rgba(238,237,236,0) 90%,rgba(238,237,236,1) 100%);
  pointer-events: none;
}

.slider-logos .logo-item {
  padding: 0 12px !important;
}

.logo-item img {
  margin-left: auto;
  margin-right: auto;
}

.slick-slide,
.slick-slide *,
.slick-arrow {
  outline: none !important;
}

.quote-slider .slick-slide,
.slider-logos .slick-slide{
  padding: 0;
  min-height: auto;
  width: auto;
}

.quote-slider p {
  color: #10559a;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
}

.quote-slider span {
  color: #383838;
  font-size: 15px;
  font-weight: 600;
  font-family: "Open Sans";
  letter-spacing: .5px;
}

.quote-slider .slick-arrow,
.slider-logos .slick-arrow{
  position: absolute;
  bottom: 25px;
  width: 20px;
  height: 20px;
  font-size: 0;
  background-color: transparent;
  border: none;
}

.quote-slider .slick-next {
  background: url(../images/next-icon.png) 0 0 no-repeat;
  left: 50%;
  margin-left: 10px;
}

.quote-slider .slick-prev {
  background: url(../images/prev-icon.png) 0 0 no-repeat;
  left: 50%;
  margin-left: -20px;
}

.slider-logos .slick-next {
  background: url(../images/next-icon2.png) 0 0 no-repeat;
  left: auto;
  right: -20px;
  z-index: 99;
  width: 10px;
  top: 50%;
  margin-top: -10px;
}

.slider-logos .slick-prev {
  background: url(../images/prev-icon2.png) 0 0 no-repeat;
  left: -20px;
  z-index: 99;
  width: 10px;
  top: 50%;
  margin-top: -10px;
}

.home .main h2 span {
  font-style: italic;
  font-weight: 700;
}

.home .main p {
  color: #5c5c5c;
  font-weight: 300;
}

.home .main p strong {
  color: #383838;
}

.f-contact {
  clear: both;
  margin-bottom: 20px;
  color: #61646b;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 11px;
  color: #fff;
}

.f-contact h2 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}

.f-contact a {
  color: #61646b;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  color: #fff;
}

.f-contact p {
  margin-bottom: 10px !important;
}

.featured-detail-page .slick-slide {
  position: relative;
}

.featured-detail-page .slick-slide .image-wrap {
  position: absolute;
  left: 12px;
  top: 11px;
  width: 25%;
  /*background-color: #fff;*/
}

.featured-detail-page .slick-slide .image-wrap::after {
  display: none;
}

.featured-detail-page .slick-slide .image-wrap img {
  max-height: 105px;
  width: auto;
}

.slimScrollDiv {
  z-index: 1;
  height: 400px !important;
}

.slimScrollRail {
  width: 2px !important;
  right: 3px !important;
}


.footer-contact-form {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0 , 0, 0 ,0.7);
    padding: 13px 30px 15px;
    z-index: 1000;
}
.footer-contact-form-button {
color: white;
font-weight: bold;
text-transform: uppercase;
font-family: "Open Sans", sans-serif;
font-size: 18px;
text-align: center;
margin: 0 0 15px;
position: absolute;
top: -50px;
background: #00529b;
padding: 12px 20px 12px;
border-radius: 4px 4px 0 0;
left: 0;
width: 60%;
	cursor: pointer;
	height: 50px;
}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    transform: scale(0.8);
}
span.wpcf7-list-item {
    margin: 0 20px 0 0!important;
}
.footer-contact-form-form input {
	width: 100%;
max-width: 307px;
height: 40px;
background-color: #9a9a9a;
border: 1px solid #c5c5c5;
color: #fff;
padding: 0 15px;
font-size: 16px;
font-family: "Open Sans", sans-serif;
margin-bottom: 10px;
}

#size{
  padding: 0 0 !important;
}

.footer-contact-form-form label {
color: white;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 14px;
}
.wpcf7-recaptcha div {
    margin: auto;
}
.row.row-recaptcha {
    margin: 0px 0 6px;
}
.wpcf7-form-control.wpcf7-submit {
	display: inline-block;
background-color: #00529b;
color: #fff;
font-weight: 500;
padding: 8px 17px;
margin: 0 auto 0;
font-size: 14px;
letter-spacing: .5px;
	border: 0;
	box-shadow: none;
	width: auto;
	min-width: 100%;
display: block;
}
.footer-contact-form-form .title {
    display: none;
}
.footer-contact-form-form input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: auto !important;
    height: auto !important;
}
.footer-contact-form-form .wpcf7-list-item-label {
    display: inline-block;
    float: none;
    margin: 0 0 0 4px;
	color: white;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 13px;
}
.footer-contact-form-form .ajax-loader {
    display: none;
}
.row.row-type-of-space {
    margin: 0 0 9px;
}
.footer-contact-form {
    width: 367px;
	max-width: 100%;
	padding: 0;
}
.footer-contact-form .footer-contact-form-form {
    display: none;
}
.footer-contact-form.open-form .footer-contact-form-form {
    display: block;
}
.footer-contact-form.open-form {
    padding: 13px 0 15px 30px;
}
span.wpcf7-not-valid-tip {
    color: #f00!important;
    font-size: 12px!important;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    margin-top: -7px;
}
div.wpcf7-validation-errors,
div.wpcf7-spam-blocked {
    border: 2px solid #f00!important;
    color: #f00!important;
    font-size: 13px !important;
    font-family: "Open Sans", sans-serif;
    margin: 8px 0 0!important;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14!important;
    color: #fff!important;
    font-size: 13px !important;
    font-family: "Open Sans", sans-serif;
    margin: 8px 0 0!important;
}
.row-type-of-space .title, 
.row-area .title {
    display: block !important;
	color: white;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 14px;
}
.footer-contact-form-form .wpcf7-form {
    padding: 0 30px 0 0;
}
.footer-contact-form-form #wpcf7-f913-p7-o1 {
	height: auto;
overflow-x: hidden;
overflow-y: scroll;
	max-height: 60%;
}
.col.col-1.col-budget,
.col.col-2.col-size, 
.col.col-3.col-move-date {
    width: 32%;
}
.row.row-details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.featured-item {
    overflow: hidden;
}
.main.featured-detail-page {
  overflow-x: hidden;
}
.main.featured-detail-page .btn.btn--blue {
  margin-bottom: 72px;
  margin-top: 35px;
}
@media only screen and (max-width: 435px) {
#searchform input[type="submit"] {
    max-width: 30%;
    width: auto;
}
#searchform input[type="text"] {
    max-width: 73%;
    width: 251px;
}
}
@media only screen and (max-width: 479px) {
  .loupe {
    right: 55px;
    top: 22px;
  }
  .open-search .search-container {
    margin: 7px 0 0;
  }
}

@media only screen and (max-width: 640px) {
  .slimScrollDiv {
    height: auto !important;
  }

  .slimScrollDiv .person-about {
    height: auto !important;
    padding-top: 30px;
  }

  .slimScrollBar,
  .slimScrollRail {
    display: none !important;
  }
}
/*---------------------------------------- Featured Assets -----------------------------------------------------------*/
.page-template-taxonomy-wld_asset-cats .featured-item .img-link:hover::after {
    display: none;
}
/*--------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 480px) {
.loupe {
    right: 60px;
    top: 22px;
}
.btn-block .btn-container {
    margin-right: 20px;
}
.btn-block .btn-container:last-child {
    margin-right: 0;
}
.btn-block .btn-container {
    display: inline-block;
}
.btn-block.clearfix {
    text-align: center;
}
.label-tags__item{
  display: inline-block;
  margin-right: 6px;
}
  .youtube__item{
    width: 409px;
  }
  .testimonials-wrap{
    text-align: left;
  }
  .testimonials-img-wrap{
    float: left;
  }
  .testimonials-text-wrap{
    float: right;
    width: 70%;
    width: calc(100% - 176px);
  }
  .featured-item{
    width: 48%;
    margin-right: 2%;
  }
  .featured-item:nth-child(even){
    margin-right: 0;
  }
  .deal-info .col1 b{
    width: 29%;
  }
  .deal-info .col1 p,
  .deal-info .col1 ul{
    width: 61%;
  }
  /*.deal-info .experts-item{
    max-width: 100%;
    width: 100%;
    text-align: left;
  }
  .deal-info .experts-item__img-wrap{
    width: 95px;
    height: 101px;
    float: left;
    margin-right: 20px;
  }
  .deal-info .experts-item___img{
    width: 95%;
    height: auto;
  }*/
  .featured-item{
    margin-right: 0;
  }
  .page-template-taxonomy-wld_asset-cats .featured-item{
    margin-right: 2%;
  }
  .page-template-taxonomy-wld_asset-cats .featured-item img {
    margin-bottom: 23px;
  }
  .featured-item:nth-child(even){
    margin-right: 2%;
  }
  .slick-slide h2 span {
    float: left;
  }
  .slick-slide h2 strong {
    text-align: center;
    clear: both;
    font-size: 60px;
    line-height: 1;
  }
  .slick-slide h2 .right-align {
    float: right;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
.search-container {
    height: 0;
}
.search-container {
    margin-top: 5px;
}

}
/*--------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 640px) {
  .person-about {
    max-height: 400px;
    overflow-y: auto;
    z-index: 1;
}
.slimScrollDiv {
  width: 50% !important;
  min-width: 50%;
}
.slimScrollDiv .person-about {
  height: 400px !important;
}
.slimScrollDiv .person-about {
  padding-right: 20px;
}
.page__search_form input[type=text] {
  width: 251px !important;
}
#search-2 input[type=text] {
  width: 251px !important;
}
.slick-slide {
    height: 540px;
    overflow: hidden;
}
.quote-item.slick-slide {
  height: auto;
}
.slider-logos .slick-slide {
  height: auto;
}
.slider-logos {
  width: calc(100% - 40px);
}
.featured-detail-page .slick-slide{
  max-height: 348px;
  min-height: 260px;
  height: 100%;
}
 #header .logo {
    width: 21.809%;
    float: left;
	  margin: 0;
	  padding: 0;
  }
#searchform input[type="submit"] {
    color: #fffefe;
    font-family: "Merriweather";
    font-size: 12px;
    text-transform: uppercase;
}
/*.slick-slide h2 > span {
	font-size: 68px;
}*/

.two-columns .right {
    float: right;
    width: 44.495%;
	margin: 6px 0 0;
}
.two-columns .left {
    float: left;
    width: 53%;
}
#header {
    padding: 8px 0 8px;
}
.open-search .search-container {
    margin: 7px 0 0;
}
  .person-wrap{
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*padding-bottom: 0;*/
  }
  .person-img-wrap{
    min-width: 45%;
    width: 45%;
    /*-ms-align-self: flex-end;
    align-self: flex-end;*/
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    float: right;
    order: 1;
    text-align: left;
    position: relative;
  }

    /* some code */

    .border-img-wrap {
      position: absolute;
      display: inline-block;
      vertical-align: top;
      top: 50%;
      transform: translate(-50%, -50%);
      left: 46%;
      width: 300px;
    }

    .border-img-wrap:before {
        content: '';
        position: absolute;
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
        border: 1px solid #dbd9d5;
        border-radius: 1px;
    }

    .person-img{
        /*padding-bottom: 30px;*/
    }

  .person-about{
    min-width: 50%;
    width: 50%;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    order: 0;
    /*padding-bottom: 20px;*/
  }
  .person-img{
    /*margin-bottom: 0;*/
  }
  .two-colimns-image-right .image-wrap{
    float: right;
    margin-top: 30px;
    margin-left: 40px;
    width: 44%;
  }
  .two-columns-text{
    clear: both;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    -o-column-fill: balance;
    column-fill: balance;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    -o-column-gap: 50px;
    column-gap: 50px;
  }
  .two-columns-text li{
    -webkit-column-break-inside: avoid;
              page-break-inside: avoid;
                   break-inside: avoid-column;
  }
  .hint{
    margin-bottom: 29px;
  }
  .career-page .two-colimns-image-right{
    margin-top: 26px;
  }
  _:-ms-input-placeholder, :root .vacancy{
    display: inline !important;
  }
  .main .inner .sidebar{
    width: 100%;
  }
  .investinginourpeople-page .two-columns .right {
    width: 34%;
  }
  .investinginourpeople-page .two-columns .left {
    width: 61%;
  }
  .investinginourpeople-page .btn {
    margin-bottom: 72px;
  }
  .investinginourpeople-page .vacancy-title {
    color: #383838;
  }
  .curent-openings-page .image-wrap {
    left: auto;
    transform: none;
  }
  .f-contacts {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .f-contact {
    min-width: 30%;
    flex: 0;
    font-size: 12px;
    margin-right: 4%;
  }
  .f-contact:last-child {
    margin-right: 0;
  }
  .featured-main-page .slider-logos {
    width: 530px;
    background-color: #eeedec;
    margin-top: 17px;
    margin-bottom: 49px;
  }
}

@media (min-width: 640px) and (max-width: 795px) {
  ._x54048595{
    float: left;
    width: 49%;
  }
  ._x45882824{
    float: left;
    clear: both;
    width: 49%;
  }
  ._x09640747{
    width: 49%;
    float: right;
    margin-top: -75px;
  }
  ._x33780572{
    float: right;
    width: 49%;
  }
  ._button-wrapper{
    clear: both;
    margin-left: 51%;
  }
}

/*--------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 795px) {
  #header .menu-icon,
  .mobile-menu {
    display: none;
  }
  .inner {
    position: relative;
    margin: 0 auto;
    width: 98%;
  }
  .inner {
    max-width: 1128px;
  }
  /* Header styles ====================*/
  #header .logo {
    width: 21.809%;
    float: left;
	  margin: 0;
	  padding: 0;
  }
  #header .top-menu {
	width: 69.76%;
	margin: 8px 0 0;
	float: right;
	text-align: right;
  }
  .top-navigation {
    display: block;
  }
  .top-navigation > li {
    margin-right: 1px;
    position: relative;
  }
  .top-navigation > li:first-child {
    margin-left: 0;
  }
  .top-navigation > li:last-child {
    margin-right: 0;
  }
  /* ====================*/
  /* Footer styles ====================*/
.footer-search {
    float: left;
}
.btn-block {
    float: right;
	margin-top: 0;
}
.copyright {
    float: right;
}
.loupe {
    position: absolute;
    right: 0;
    top: 15px;
    width: 21px;
}
.search-container #searchform input[type="text"] {
    position: static;
}
/*.slick-slide h2 > span {
	font-family: "Qwigley";
	font-size: 100px;
}*/
.footer-search {
    margin-bottom: 0;
}
.footer-logo {
	float: left;
	margin: 0;
	margin-top: 4px;
}
.footer-info {
    padding: 32px 0 0;
}
#footer {
	padding: 31px 0 46px;
}
.copyright {
    bottom: auto;
    position: static;
	width: auto;
    text-align: left;
}
#header.open .mobile-menu {
    display: none;
}
.footer-search-form {
	margin: 0;
    max-width: 100%;
    position: relative;
    width: 324px;
}
.footer-search {
	text-align: left;
}
.btn-block .btn-container {
    display: inline-block;
    vertical-align: top;
}
.btn-block .properties-btn {
    margin-right: 0;
}
.btn-block {
    text-align: left;
}
.main .inner .main-right {
    width: 78.103%;
	float: right;
	padding: 3px 0 0;
}
.main .inner .sidebar {
    float: left;
    width: 21%;
}
#header {
	padding: 25px 0 20px;
}
#header.open-search {
    padding: 25px 0 9px !important;
}
/*** OLD CSS TWO COLUMNS VALUE learn-about-hlc 
.values-list .left-column {
  	float: left;
    width: 48%;
    margin-right: 4%;
}
***/
.values-list .left-column {
    width: 50%;
  	margin: 0 auto;
}
.values-list .right-column {
    float: left;
    width: 48%;
}
.values-section .inner > p {
    padding: 0 137px;
}
.learn-about-page .white-block {
    padding: 32px 55px;
}
#header aside {
    clear: none;
}
  .youtube__item{
    width: 47%;
    text-align: center;
  }
  .youtube__item:nth-child(odd){
    margin-right: 5%;
  }
  .vacancy-title,
  .services-block h2{
    padding-left: 0;
  }
  .vacancy-title::before,
  .services-block h2::before{
    left: -40px;
  }
  .main .inner {
    display: block;
  }
  .btn-block {
    width: 60%;
  }
  .f-contacts {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2px;
    margin-bottom: 32px;
  }
  .btn-block.clearfix {
      text-align: right;
  }
  .featured-detail-page .slick-slide .image-wrap {
    position: absolute;
    left: 32px;
    top: 31px;
    width: 25%;
  }

  .banner .wrap-text h2 {
    font-size: 55px;
    line-height: 55px;
  }
}


@media only screen and (min-width: 795px) and (max-width: 974px) {
#header .top-menu {
    width: 100%;
}
.loupe {
    top: 57px;
}
}
/*--------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 975px) {
#header .top-menu {
    width: 79.76%;
}
#header .logo {
    width: 16.809%;
}
.fixed {
    padding-top: 101px;
}
.fixed #header {
    background: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 120;
}
  .person-about{
    padding-left: 35px;
    /*padding-top: 23px;*/
  }
  .featured{
    text-align: left;
    margin-bottom: 20px;
  }
  .featured-item{
    width: 31.5%;
    margin-right: 1%;
    margin-bottom: 43px;
  }
  .page-id-2969 .featured-item{
    width: 48.5%;
    margin-right: 1%;
    margin-bottom: 43px;
    max-width: 428px;
  }
  .featured-item:nth-child(even){
    margin-right: 1%;
  }
  .featured-item:nth-child(3n+3){
    margin-right: 1%;
  }
  .deal-info{
    margin: 0;
    padding: 0;
  }
  .deal-info .cols{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .deal-info .col1{
    min-width: 65%;
    width: 65%;
  }
  .deal-info .col2{
    min-width: 35%;
    width: 35%;
    margin-top: 9px;
  }
  .featured-detail-page .featured::before,
  .testimonials-block::before{
    left: -1000px;
    right: -1000px;
  }
  .featured-detail-page .featured,
  .testimonials-block{
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .featured-detail-page .main,
  .services-projectleasing-page .main{
    padding-bottom: 7px;
  }
  .services-block{
    margin-top: 26px;
    margin-left: 38px;
  }
  .footer-search{
    width: 55%;
  }
  ._x54048595{
    float: left;
    width: 47%;
  }
  ._x45882824{
    float: left;
    width: 47%;
    clear: both;
  }
  ._x09640747{
    width: 47%;
    float: right;
    margin-top: -75px;
  }
  /*._x33780572{
    float: right;
    width: 47%;
  }*/
  ._button-wrapper{
    clear: both;
    margin-left: 53%;
  }
  .btn-block {
    width: 45%;
  }
  .btn-block .btn-container {
    margin-right: 9px;
  }
  .btn-block .properties-btn {
    margin-right: 0;
  }
  .f-contact {
    margin-bottom: 5px;
    padding: 0;
    font-size: 10px;
  }
  .slider-logos {
    width: 100%;
  }
  .f-contact:last-child {
    margin-right: 0;
    min-width: 25%;
  }
  .experts-wrap {
    justify-content: flex-start;
  }
}
/*--------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1045px) {
#searchform input[type="text"] {
    width: 303px;
}
}
/*--------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1115px) {
  #header .top-menu {
	width: 69.76%;
  }
 #header .logo {
    width: 21.809%;
  }
.open-search .search-container {
    margin: 0;
}
  .experts-wrap{
    text-align: left;
  }
  .stories-wrap{
    text-align: left;
  }
  .testimonials-wrap{
    margin-bottom: 50px;
  }
  .featured-detail-page .slick-slide{
    height: 348px;
  }
  .object-slider{
    margin-top: 30px;
  }
  .object-slider .slick-dots{
    bottom: 4px;
  }
  .deal-info {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .featured-detail-page .featured{
    padding-top: 75px;
  }
  .featured-detail-page .featured .line-logo{
    margin-bottom: 50px;
  }
  .deal-info .col2{
    min-width: 32%;
    width: 32%;
    margin-top: 9px;
  }
}
@media only screen and (min-width: 1167px) {
  .slick-slide {
    background-size: auto !important;
  }
  .slick-slide h2 strong {
  	font-size: 80px;
  }
  .youtube__item:nth-child(odd){
    margin-right: 6.4%;
  }
  .two-colimns-image-right .image-wrap{
    margin-left: 103px;
    width: 390px;
    margin-top: 30px;
  }
  .two-colimns-image-right {
    margin-bottom: 30px;
  }
  .two-columns-text{
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    -o-column-gap: 100px;
    column-gap: 100px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 60px;
  }
  .curent-openings-page .two-columns-text{
    margin-bottom: 6px;
  }
  .curent-openings-page .btn{
    margin-bottom: 48px;
  }
  .curent-openings-page .image-wrap{
    margin-bottom: 44px;
  }
  .hint{
    padding: 35px 48px;
    letter-spacing: .5px;
    margin-bottom: 50px;
  }
  .vacancy{
    margin-left: 39px;
  }
  .sidebar-nav{
    padding-right: 75px;
  }
  .sidebar h2{
    padding-right: 75px;
  }
  .services-projectleasing-page .two-colimns-image-right .image-wrap{
    margin-left: 97px;
  }
  .services-block p {
    margin-bottom: 38px;
  }
  .services-projectleasing-page .btn {
    margin-bottom: 73px;
  }
  .testimonials-block{
    padding-top: 76px;
  }
  .slick-slide {
      height: 744px;
  }
  .investinginourpeople-page .two-columns {
    padding-left: 40px;
    margin-bottom: 38px;
  }
  .investinginourpeople-page .two-columns .left {
    width: 63%;
  }
  .investinginourpeople-page .two-columns .right {
    margin-top: 0;
    width: 30%;
  }
  .btn-block .btn-container {
    margin-right: 20px;
  }
  .btn-block .properties-btn {
    margin-right: 0;
  }
  .f-contact {
    font-size: 11px;
  }
}

/*--------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1307px) {
  .inner {
    width: 1128px;
  }
/*** OLD CSS TWO COLUMNS VALUE learn-about-hlc 
.values-list .left-column {
    float: left;
    margin-right: 10.404%;
    padding: 0;
    width: 44.131%;
}
***/
.values-list .left-column {
    width: 50%;
    margin: 0 auto;
}
.values-list .right-column {
    float: left;
    width: 45.372%;
}
.banner .slick-slide .inner {
  padding: 0 !important;
}
.main {
		min-height: 600px;
	}
	.home .main {
		min-height: auto;
	}
}

@media only screen and (min-width: 1500px) {
	.main {
		min-height: 900px;
	}
	.home .main {
		min-height: auto;
	}
}

.top-navigation #menu-item-3001 > a{
	//background: none !important;
    //color: #5d5d5d;
}
/* Updates 03/2021 */
#header .inner{width:100%;max-width:100%;padding-left:10px;padding-right:10px;}
#header .logo{max-width:255px;}
nav li.nav-button a,.mobile-menu nav li.nav-button a{color:#00529b;border:1px solid #00529b;border-radius:10px;}
nav li.nav-button a:hover,.mobile-menu nav li.nav-button a:hover{color:#fff;border:none;background-color:#00529b;}
@media (min-width:795px){
  .loupe{right:20px;}
}

