span.eeb-nodis { 
    display:none !important; 
}

span.eeb-rtl { 
    unicode-bidi:bidi-override !important; 
    direction:rtl !important; 
    display:inline !important; 
}
span.eeb-rtl span.eeb-sd, span.eeb-nrtl span.eeb-sd{
	display:inline !important;
	padding-left:0 !important;
}
span.eeb-nrtl { 
    word-break: break-all !important;
}

.eeb-encoded { 
    position:relative; 
    margin-top:-0.3em; 
    z-index:1000; 
    color:green; 
}meta.foundation-version {
  font-family: "/5.5.0/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 767px)/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:768px)/";
  width: 768px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:768px) and (max-width:960px)/";
  width: 768px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:961px)/";
  width: 961px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:961px) and (max-width:1140px)/";
  width: 961px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1141px)/";
  width: 1141px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1141px) and (max-width:1300px)/";
  width: 1141px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1301px)/";
  width: 1301px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*, *:before, *:after {
  box-sizing: border-box; }

html, body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "News Gothic MT W01", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 71.25rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column, .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }

  .column, .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }

  .small-1 {
    width: 8.3333333333%; }

  .small-2 {
    width: 16.6666666667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.3333333333%; }

  .small-5 {
    width: 41.6666666667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.3333333333%; }

  .small-8 {
    width: 66.6666666667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.3333333333%; }

  .small-11 {
    width: 91.6666666667%; }

  .small-12 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0% !important; }

  .small-offset-1 {
    margin-left: 8.3333333333% !important; }

  .small-offset-2 {
    margin-left: 16.6666666667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.3333333333% !important; }

  .small-offset-5 {
    margin-left: 41.6666666667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.3333333333% !important; }

  .small-offset-8 {
    margin-left: 66.6666666667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.3333333333% !important; }

  .small-offset-11 {
    margin-left: 91.6666666667% !important; }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.small-centered, .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered, .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.small-centered:last-child, .columns.small-centered:last-child {
    float: none; }

  .column.small-uncentered:last-child, .columns.small-uncentered:last-child {
    float: left; }

  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right; }

  .row.small-collapse > .column, .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column, .row.small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
 }

@media only screen and (min-width:768px) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }

  .column, .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }

  .medium-1 {
    width: 8.3333333333%; }

  .medium-2 {
    width: 16.6666666667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.3333333333%; }

  .medium-5 {
    width: 41.6666666667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.3333333333%; }

  .medium-8 {
    width: 66.6666666667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.3333333333%; }

  .medium-11 {
    width: 91.6666666667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 8.3333333333% !important; }

  .medium-offset-2 {
    margin-left: 16.6666666667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.3333333333% !important; }

  .medium-offset-5 {
    margin-left: 41.6666666667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.3333333333% !important; }

  .medium-offset-8 {
    margin-left: 66.6666666667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.3333333333% !important; }

  .medium-offset-11 {
    margin-left: 91.6666666667% !important; }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.medium-centered, .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered, .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.medium-centered:last-child, .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right; }

  .row.medium-collapse > .column, .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
 }

@media only screen and (min-width:961px) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }

  .column, .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }

  .large-1 {
    width: 8.3333333333%; }

  .large-2 {
    width: 16.6666666667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.3333333333%; }

  .large-5 {
    width: 41.6666666667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.3333333333%; }

  .large-8 {
    width: 66.6666666667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.3333333333%; }

  .large-11 {
    width: 91.6666666667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0% !important; }

  .large-offset-1 {
    margin-left: 8.3333333333% !important; }

  .large-offset-2 {
    margin-left: 16.6666666667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.3333333333% !important; }

  .large-offset-5 {
    margin-left: 41.6666666667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.3333333333% !important; }

  .large-offset-8 {
    margin-left: 66.6666666667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.3333333333% !important; }

  .large-offset-11 {
    margin-left: 91.6666666667% !important; }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.large-centered, .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered, .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.large-centered:last-child, .columns.large-centered:last-child {
    float: none; }

  .column.large-uncentered:last-child, .columns.large-uncentered:last-child {
    float: left; }

  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right; }

  .row.large-collapse > .column, .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
 }

.accordion {
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #e8e8e8; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #EFEFEF;
      color: #222222;
      padding: 1rem;
      display: block;
      font-family: "News Gothic MT W01", Arial, Helvetica, sans-serif;
      font-size: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.625rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        display: block;
        background: #FFFFFF; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  -webkit-transition: opacity 300ms ease-out;
          transition: opacity 300ms ease-out;
  background-color: #008CBA;
  border-color: #0078a0;
  color: #FFFFFF; }
  .alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333333;
    opacity: 0.3;
    background: inherit; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #FFFFFF; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #FFFFFF; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #FFFFFF; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }
  .alert-box.alert-close {
    opacity: 0; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
 }

@media only screen and (min-width:768px) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .medium-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .medium-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .medium-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .medium-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .medium-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .medium-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
 }

@media only screen and (min-width:961px) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
 }

.breadcrumbs {
  display: block;
  padding: 0.3125rem 0 0.3125rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 0px;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 3px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.75rem;
    line-height: 0.75rem;
    text-transform: none;
    color: #b8b8b8; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: none; }
    .breadcrumbs > * a {
      color: #b8b8b8; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #dedede; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #dedede; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #b8b8b8; }
      .breadcrumbs > *.unavailable a {
        color: #b8b8b8; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus, .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #b8b8b8;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "/";
      color: #AAAAAA;
      margin: 0 0.375rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "News Gothic MT W01", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  -webkit-transition: background-color 300ms ease-out;
          transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #007095; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #008CBA;
    border-color: #007095;
    color: #FFFFFF;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #007095; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #008CBA; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width:768px) {
  button, .button {
    display: inline-block; }
 }

.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group > li {
    margin: 0 -2px;
    display: inline-block; }
    .button-group > li > button, .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }
  .button-group.stack > li {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
    float: none; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-left: 0; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-top: 0; }
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    display: inline-block; }
    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
      border-left: 0; }
    @media only screen and (max-width: 767px) {
      .button-group.stack-for-small > li {
        margin: 0 -2px;
        display: inline-block;
        display: block;
        margin: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-left: 1px solid;
          border-color: rgba(255, 255, 255, 0.5); }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-left: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-top: 1px solid;
          border-color: rgba(255, 255, 255, 0.5);
          border-left-width: 0;
          margin: 0;
          display: block; }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-top: 0; } }
  .button-group.radius > * {
    margin: 0 -2px;
    display: inline-block; }
    .button-group.radius > * > button, .button-group.radius > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
      border-left: 0; }
    .button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button {
      border-radius: 0; }
    .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
      -webkit-border-bottom-left-radius: 3px;
      -webkit-border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .button-group.radius.stack > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-left: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-top: 0; }
    .button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button {
      border-radius: 0; }
    .button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
      -webkit-top-left-radius: 3px;
      -webkit-top-right-radius: 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 3px;
      -webkit-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
  @media only screen and (min-width:768px) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px; } }
  @media only screen and (max-width: 767px) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block;
      display: block;
      margin: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        margin: 0;
        display: block; }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; } }
  .button-group.round > * {
    margin: 0 -2px;
    display: inline-block; }
    .button-group.round > * > button, .button-group.round > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
      border-left: 0; }
    .button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button {
      border-radius: 0; }
    .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
      -webkit-border-bottom-left-radius: 1000px;
      -webkit-border-top-left-radius: 1000px;
      border-bottom-left-radius: 1000px;
      border-top-left-radius: 1000px; }
    .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
      -webkit-border-bottom-right-radius: 1000px;
      -webkit-border-top-right-radius: 1000px;
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
  .button-group.round.stack > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-left: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-top: 0; }
    .button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button {
      border-radius: 0; }
    .button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
      -webkit-top-left-radius: 1rem;
      -webkit-top-right-radius: 1rem;
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem; }
    .button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 1rem;
      -webkit-bottom-right-radius: 1rem;
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem; }
  @media only screen and (min-width:768px) {
    .button-group.round.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px; }
      .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; } }
  @media only screen and (max-width: 767px) {
    .button-group.round.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block;
      display: block;
      margin: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        margin: 0;
        display: block; }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 1rem;
        -webkit-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem; }
      .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 1rem;
        -webkit-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem; } }
  .button-group.even-2 li {
    margin: 0 -2px;
    display: inline-block;
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    margin: 0 -2px;
    display: inline-block;
    width: 33.3333333333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    margin: 0 -2px;
    display: inline-block;
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    margin: 0 -2px;
    display: inline-block;
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    margin: 0 -2px;
    display: inline-block;
    width: 16.6666666667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    margin: 0 -2px;
    display: inline-block;
    width: 14.2857142857%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    margin: 0 -2px;
    display: inline-block;
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }
.button-bar:after {
  clear: both; }
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }
  .button-bar .button-group div {
    overflow: hidden; }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #AAAAAA;
  font-size: 0.6em; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #CCCCCC;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #CCCCCC; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width:768px) {
  .clearing-main-prev, .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev > span, .clearing-main-next > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 12px; }
      .clearing-main-prev > span:hover, .clearing-main-next > span:hover {
        opacity: 0.8; }

  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #CCCCCC; }

  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #CCCCCC; }

  .clearing-main-prev.disabled, .clearing-main-next.disabled {
    opacity: 0.3; }

  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 120px;
        min-height: inherit;
        float: left;
        overflow: hidden;
        margin-right: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        opacity: 0.4;
        clear: none; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: 0.8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%; }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; }
 }

/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent #FFFFFF transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent #FFFFFF transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent transparent transparent #FFFFFF;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 89; }
    .f-dropdown.drop-left:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 88; }
  .f-dropdown.drop-top {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: -2px;
    margin-left: 0;
    max-width: 200px; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: #FFFFFF transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -12px;
      left: 10px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -14px;
      left: 9px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    font-size: 0.875rem;
    cursor: pointer;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #EEEEEE; }
    .f-dropdown li.radius {
      border-radius: 3px; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555555; }
  .f-dropdown.content {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    padding: 1.25rem;
    width: 100%;
    height: auto;
    max-height: none;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    max-width: 200px; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    .f-dropdown.mega.open {
      left: 0 !important; }

.dropdown.button, button.dropdown {
  position: relative;
  outline: none;
  padding-right: 3.5625rem; }
  .dropdown.button::after, button.dropdown::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
    top: 50%; }
  .dropdown.button::after, button.dropdown::after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:after, button.dropdown.tiny:after {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny::after, button.dropdown.tiny::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.secondary:after, button.dropdown.secondary:after {
    border-color: #333333 transparent transparent transparent; }

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column, form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column, form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix, .postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #b7b7b5;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
          transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input, form .row .prefix-radius.row.collapse textarea, form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
form .row .postfix-radius.row.collapse input, form .row .postfix-radius.row.collapse textarea, form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
form .row .prefix-round.row.collapse input, form .row .prefix-round.row.collapse textarea, form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse input, form .row .postfix-round.row.collapse textarea, form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #b7b7b5;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "News Gothic MT W01", Arial, Helvetica, sans-serif;
  color: #333;
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }

/* Adjust margin for form elements below */
input[type="file"], input[type="checkbox"], input[type="radio"], select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: #FFFFFF;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }

.error input, .error textarea, .error select {
  margin-bottom: 0; }
.error input[type="checkbox"], .error input[type="radio"] {
  margin-bottom: 1rem; }
.error label, .error label.error {
  color: #f04124; }
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
.error span.error-message {
  display: block; }

input.error, textarea.error, select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

.icon-bar {
  width: 100%;
  font-size: 0;
  display: inline-block;
  background: #333333; }
  .icon-bar > * {
    text-align: center;
    font-size: 1rem;
    width: 25%;
    margin: 0 auto;
    display: block;
    padding: 1.25rem;
    float: left; }
    .icon-bar > * i, .icon-bar > * img {
      display: block;
      margin: 0 auto; }
      .icon-bar > * i + label, .icon-bar > * img + label {
        margin-top: 0.0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem;
      vertical-align: middle; }
    .icon-bar > * img {
      width: 1.875rem;
      height: 1.875rem; }
  .icon-bar.label-right > * i, .icon-bar.label-right > * img {
    margin: 0 0.0625rem 0 0;
    display: inline-block; }
    .icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
      margin-top: 0; }
  .icon-bar.label-right > * label {
    display: inline-block; }
  .icon-bar.vertical.label-right > * {
    text-align: left; }
  .icon-bar.vertical, .icon-bar.small-vertical {
    height: 100%;
    width: auto; }
    .icon-bar.vertical .item, .icon-bar.small-vertical .item {
      width: auto;
      margin: auto;
      float: none; }
  @media only screen and (min-width:768px) {
    .icon-bar.medium-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.medium-vertical .item {
        width: auto;
        margin: auto;
        float: none; } }
  @media only screen and (min-width:961px) {
    .icon-bar.large-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.large-vertical .item {
        width: auto;
        margin: auto;
        float: none; } }
  .icon-bar > * {
    font-size: 1rem;
    padding: 1.25rem; }
    .icon-bar > * i + label, .icon-bar > * img + label {
      margin-top: 0.0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem; }
    .icon-bar > * img {
      width: 1.875rem;
      height: 1.875rem; }
  .icon-bar > * label {
    color: #FFFFFF; }
  .icon-bar > * i {
    color: #FFFFFF; }
  .icon-bar > a:hover {
    background: #008CBA; }
    .icon-bar > a:hover label {
      color: #FFFFFF; }
    .icon-bar > a:hover i {
      color: #FFFFFF; }
  .icon-bar > a.active {
    background: #008CBA; }
    .icon-bar > a.active label {
      color: #FFFFFF; }
    .icon-bar > a.active i {
      color: #FFFFFF; }

.icon-bar.two-up .item {
  width: 50%; }
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width:768px) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width:961px) {
  .icon-bar.two-up.large-vertical .item {
    width: auto; } }
.icon-bar.three-up .item {
  width: 33.3333%; }
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width:768px) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width:961px) {
  .icon-bar.three-up.large-vertical .item {
    width: auto; } }
.icon-bar.four-up .item {
  width: 25%; }
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width:768px) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width:961px) {
  .icon-bar.four-up.large-vertical .item {
    width: auto; } }
.icon-bar.five-up .item {
  width: 20%; }
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width:768px) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width:961px) {
  .icon-bar.five-up.large-vertical .item {
    width: auto; } }
.icon-bar.six-up .item {
  width: 16.66667%; }
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width:768px) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width:961px) {
  .icon-bar.six-up.large-vertical .item {
    width: auto; } }

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    .inline-list > li > * {
      display: block; }

/* Foundation Joyride */
.joyride-list {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: #FFFFFF;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%; }

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px; }

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem; }
  .joyride-content-wrapper .button {
    margin-bottom: 0 !important; }
  .joyride-content-wrapper .joyride-prev-tip {
    margin-right: 10px; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333; }
  .joyride-tip-guide .joyride-nub.top {
    border-top-style: solid;
    border-color: #333333;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-bottom-style: solid;
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px; }
  .joyride-tip-guide .joyride-nub.right {
    right: -20px; }
  .joyride-tip-guide .joyride-nub.left {
    left: -20px; }

/* Typography */
.joyride-tip-guide h1, .joyride-tip-guide h2, .joyride-tip-guide h3, .joyride-tip-guide h4, .joyride-tip-guide h5, .joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #FFFFFF; }

.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.3; }

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem; }

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666; }

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: 0.5 !important; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #EEEEEE !important; }

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer; }

.joyride-expose-wrapper {
  background-color: #FFFFFF;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px #FFFFFF; }

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0; }

/* Styles for screens that are at least 768px; */
@media only screen and (min-width:768px) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: #333333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -20px; }
    .joyride-tip-guide .joyride-nub.right {
      border-color: #333333 !important;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: auto;
      right: -20px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: #333333 !important;
      border-top-color: transparent !important;
      border-left-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: -20px;
      right: auto; }
 }

.keystroke, kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px; }

.label {
  font-weight: normal;
  font-family: "News Gothic MT W01", Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: auto;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #008CBA;
  color: #FFFFFF; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: #FFFFFF; }
  .label.warning {
    background-color: #f08a24;
    color: #FFFFFF; }
  .label.success {
    background-color: #43AC6A;
    color: #FFFFFF; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333333; }
  .label.info {
    background-color: #a0d3e8;
    color: #333333; }

[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #FFFFFF;
  z-index: 50;
  min-width: 100%;
  padding: 10px; }
  [data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
      margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
      line-height: 1.8em; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li, .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }
    .slideshow-wrapper .orbit-container .orbit-bullets li {
      display: inline-block; }
  .slideshow-wrapper .preloader {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #555555 #FFFFFF;
    border-radius: 1000px;
    -webkit-animation-name: rotate;
            animation-name: rotate;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0); }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.8);
        color: #FFFFFF;
        width: 100%;
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0);
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0;
      position: relative;
      right: 20px;
      top: 5px; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px #FFFFFF;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -4px;
      top: 0;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-left-style: solid;
      border-color: transparent;
      border-left-color: #FFFFFF; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-left-color: #333333; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev, .orbit-container .orbit-next {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: transparent;
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .orbit-container .orbit-prev > span, .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      display: block;
      width: 0;
      height: 0;
      border: inset 10px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #FFFFFF; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #FFFFFF; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #FFFFFF;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #FFFFFF; }

.orbit-bullets-container {
  text-align: center; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block; }
  .orbit-bullets li {
    cursor: pointer;
    display: inline-block;
    width: 0.5625rem;
    height: 0.5625rem;
    background: #CCCCCC;
    float: none;
    margin-right: 6px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #999999; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
  display: none; }
.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width:768px) {
  .touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; }
 }

@media only screen and (max-width: 767px) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0 !important;
    opacity: 1 !important; }
  .orbit-stack-on-small .orbit-slide-number {
    display: none; }

  .orbit-timer {
    display: none; }

  .orbit-next, .orbit-prev {
    display: none; }

  .orbit-bullets {
    display: none; }
 }

ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem; }
  ul.pagination li {
    height: 1.5rem;
    color: #222222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    ul.pagination li a, ul.pagination li button {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999999;
      background: none;
      border-radius: 3px;
      font-weight: normal;
      font-size: 1em;
      line-height: inherit;
      -webkit-transition: background-color 300ms ease-out;
              transition: background-color 300ms ease-out; }
    ul.pagination li:hover a, ul.pagination li a:focus, ul.pagination li:hover button, ul.pagination li button:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999999; }
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
      background: transparent; }
    ul.pagination li.current a, ul.pagination li.current button {
      background: #008CBA;
      color: #FFFFFF;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #008CBA; }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #b6edff;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ecfaff;
    color: #333333; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: #008CBA; }
      .panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
        color: #0078a0; }
  .panel.radius {
    border-radius: 3px; }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.25rem; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #333333;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #EEEEEE;
    font-weight: normal;
    font-size: 1rem;
    font-family: "News Gothic MT W01", Arial, Helvetica, sans-serif; }
  .pricing-table .price {
    background-color: #F6F6F6;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-size: 2rem;
    font-family: "News Gothic MT W01", Arial, Helvetica, sans-serif; }
  .pricing-table .description {
    background-color: #FFFFFF;
    padding: 0.9375rem;
    text-align: center;
    color: #777777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px #DDDDDD; }
  .pricing-table .bullet-item {
    background-color: #FFFFFF;
    padding: 0.9375rem;
    text-align: center;
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    border-bottom: dotted 1px #DDDDDD; }
  .pricing-table .cta-button {
    background-color: #FFFFFF;
    text-align: center;
    padding: 1.25rem 1.25rem 0; }

/* Progress Bar */
.progress {
  background-color: #F6F6F6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem; }
  .progress .meter {
    background: #008CBA;
    height: 100%;
    display: block; }
  .progress.secondary .meter {
    background: #e7e7e7;
    height: 100%;
    display: block; }
  .progress.success .meter {
    background: #43AC6A;
    height: 100%;
    display: block; }
  .progress.alert .meter {
    background: #f04124;
    height: 100%;
    display: block; }
  .progress.radius {
    border-radius: 3px; }
    .progress.radius .meter {
      border-radius: 2px; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  background: #FAFAFA; }
  .range-slider.vertical-range {
    display: block;
    position: relative;
    width: 100%;
    height: 1rem;
    border: 1px solid #DDDDDD;
    margin: 1.25rem 0;
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    width: 1rem;
    height: 12.5rem; }
    .range-slider.vertical-range .range-slider-handle {
      margin-top: 0;
      margin-left: -0.5rem;
      position: absolute;
      bottom: -10.5rem; }
    .range-slider.vertical-range .range-slider-active-segment {
      width: 0.875rem;
      height: auto;
      bottom: 0; }
  .range-slider.radius {
    background: #FAFAFA;
    border-radius: 3px; }
    .range-slider.radius .range-slider-handle {
      background: #008CBA;
      border-radius: 3px; }
      .range-slider.radius .range-slider-handle:hover {
        background: #007ba4; }
  .range-slider.round {
    background: #FAFAFA;
    border-radius: 1000px; }
    .range-slider.round .range-slider-handle {
      background: #008CBA;
      border-radius: 1000px; }
      .range-slider.round .range-slider-handle:hover {
        background: #007ba4; }
  .range-slider.disabled, .range-slider[disabled] {
    background: #FAFAFA;
    cursor: default;
    opacity: 0.7; }
    .range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
      background: #008CBA;
      cursor: default;
      opacity: 0.7; }
      .range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
        background: #007ba4; }

.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: #e5e5e5; }

.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #008CBA; }
  .range-slider-handle:hover {
    background: #007ba4; }

.reveal-modal-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0; }

.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem; }
  @media only screen and (max-width: 767px) {
    .reveal-modal, dialog {
      min-height: 100vh; } }
  .reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
    min-width: 0; }
  .reveal-modal > :first-child, dialog > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child, dialog > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width:768px) {
    .reveal-modal, dialog {
      width: 80%;
      max-width: 71.25rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:768px) {
    .reveal-modal, dialog {
      top: 6.25rem; } }
  .reveal-modal.radius, dialog.radius {
    border-radius: 3px; }
  .reveal-modal.round, dialog.round {
    border-radius: 1000px; }
  .reveal-modal.collapse, dialog.collapse {
    padding: 0; }
  @media only screen and (min-width:768px) {
    .reveal-modal.tiny, dialog.tiny {
      width: 30%;
      max-width: 71.25rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:768px) {
    .reveal-modal.small, dialog.small {
      width: 40%;
      max-width: 71.25rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:768px) {
    .reveal-modal.medium, dialog.medium {
      width: 60%;
      max-width: 71.25rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:768px) {
    .reveal-modal.large, dialog.large {
      width: 70%;
      max-width: 71.25rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:768px) {
    .reveal-modal.xlarge, dialog.xlarge {
      width: 95%;
      max-width: 71.25rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  .reveal-modal.full, dialog.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none !important;
    margin-left: 0 !important; }
    @media only screen and (min-width:768px) {
      .reveal-modal.full, dialog.full {
        width: 100vw;
        max-width: 71.25rem;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  .reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem;
    color: #AAAAAA;
    font-weight: bold;
    cursor: pointer; }

dialog {
  display: none; }
  dialog::backdrop, dialog + .backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    background: rgba(0, 0, 0, 0.45);
    z-index: auto;
    display: none;
    left: 0; }
  dialog[open] {
    display: block; }

@media print {
  dialog, .reveal-modal, dialog {
    display: none;
    background: #FFFFFF !important; }
 }

.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: "News Gothic MT W01", Arial, Helvetica, sans-serif; }
  .side-nav li {
    margin: 0 0 0.4375rem 0;
    font-size: 0.875rem;
    font-weight: normal; }
    .side-nav li a:not(.button) {
      display: block;
      color: #008CBA;
      margin: 0;
      padding: 0.4375rem 0.875rem; }
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        background: rgba(0, 0, 0, 0.025);
        color: #1cc7ff; }
    .side-nav li.active > a:first-child:not(.button) {
      color: #1cc7ff;
      font-weight: normal;
      font-family: "News Gothic MT W01", Arial, Helvetica, sans-serif; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: white; }
    .side-nav li.heading {
      color: #008CBA;
      font-size: 0.875rem;
      font-weight: bold;
      text-transform: uppercase; }

.split.button {
  position: relative;
  padding-right: 5.0625rem; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button span {
    width: 3.09375rem; }
    .split.button span:after {
      border-top-style: solid;
      border-width: 0.375rem;
      top: 48%;
      margin-left: -0.375rem; }
  .split.button span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.tiny {
    padding-right: 3.75rem; }
    .split.button.tiny span {
      width: 2.25rem; }
      .split.button.tiny span:after {
        border-top-style: solid;
        border-width: 0.375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.small {
    padding-right: 4.375rem; }
    .split.button.small span {
      width: 2.625rem; }
      .split.button.small span:after {
        border-top-style: solid;
        border-width: 0.4375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.large {
    padding-right: 5.5rem; }
    .split.button.large span {
      width: 3.4375rem; }
      .split.button.large span:after {
        border-top-style: solid;
        border-width: 0.3125rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:after {
    border-color: #333333 transparent transparent transparent; }
  .split.button.radius span {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .split.button.round span {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt, .sub-nav dd, .sub-nav li {
    float: left;
    display: inline;
    margin-left: 1rem;
    margin-bottom: 0;
    font-family: "News Gothic MT W01", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    color: #999999; }
    .sub-nav dt a, .sub-nav dd a, .sub-nav li a {
      text-decoration: none;
      color: #999999;
      padding: 0.1875rem 1rem; }
      .sub-nav dt a:hover, .sub-nav dd a:hover, .sub-nav li a:hover {
        color: #737373; }
    .sub-nav dt.active a, .sub-nav dd.active a, .sub-nav li.active a {
      border-radius: 3px;
      font-weight: normal;
      background: #008CBA;
      padding: 0.1875rem 1rem;
      cursor: default;
      color: #FFFFFF; }
      .sub-nav dt.active a:hover, .sub-nav dd.active a:hover, .sub-nav li.active a:hover {
        background: #0078a0; }

.switch {
  padding: 0;
  border: none;
  position: relative;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }
  .switch label {
    display: block;
    margin-bottom: 1rem;
    position: relative;
    color: transparent;
    background: #DDDDDD;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    cursor: pointer;
    -webkit-transition: left 0.15s ease-out;
            transition: left 0.15s ease-out; }
  .switch input {
    opacity: 0;
    position: absolute;
    top: 9px;
    left: 10px;
    padding: 0; }
    .switch input + label {
      margin-left: 0;
      margin-right: 0; }
  .switch label:after {
    content: "";
    display: block;
    background: #FFFFFF;
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .switch input:checked + label {
    background: #008CBA; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    width: 4rem;
    height: 2rem; }
  .switch label:after {
    width: 1.5rem;
    height: 1.5rem; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    color: transparent;
    background: #DDDDDD; }
  .switch label:after {
    background: #FFFFFF; }
  .switch input:checked + label {
    background: #008CBA; }
  .switch.large label {
    width: 5rem;
    height: 2.5rem; }
  .switch.large label:after {
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked + label:after {
    left: 2.75rem; }
  .switch.small label {
    width: 3.5rem;
    height: 1.75rem; }
  .switch.small label:after {
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked + label:after {
    left: 2rem; }
  .switch.tiny label {
    width: 3rem;
    height: 1.5rem; }
  .switch.tiny label:after {
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked + label:after {
    left: 1.75rem; }
  .switch.radius label {
    border-radius: 4px; }
  .switch.radius label:after {
    border-radius: 3px; }
  .switch.round {
    border-radius: 1000px; }
    .switch.round label {
      border-radius: 2rem; }
    .switch.round label:after {
      border-radius: 2rem; }

table {
  background: #FFFFFF;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #222222;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: #F5F5F5; }
    table thead tr th, table thead tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  table tfoot {
    background: #F5F5F5; }
    table tfoot tr th, table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  table tr th, table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222222;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #F9F9F9; }
  table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
    display: table-cell;
    line-height: 1.125rem; }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd, .tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left; }
    .tabs dd > a, .tabs .tab-title > a {
      outline: none;
      display: block;
      background-color: #EFEFEF;
      color: #222222;
      padding: 1rem 2rem;
      font-family: "News Gothic MT W01", Arial, Helvetica, sans-serif;
      font-size: 1rem; }
      .tabs dd > a:hover, .tabs .tab-title > a:hover {
        background-color: #e1e1e1; }
    .tabs dd.active a, .tabs .tab-title.active a {
      background-color: #FFFFFF;
      color: #222222; }
  .tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd, .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.625rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.625rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.625rem; }

@media only screen and (min-width:768px) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem; }

  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem; }
 }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #FFFFFF;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
          transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); }
  .th.radius {
    border-radius: 3px; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  cursor: help;
  font-weight: bold;
  color: #333333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #003f54;
    color: #008CBA; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #FFFFFF;
  background: #333333; }
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #333333 transparent;
    top: -10px;
    pointer-events: none; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    color: #008CBA !important;
    border-bottom: dotted 1px #003f54 !important; }

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal; }

@media only screen and (min-width:768px) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; }
 }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:961px)/";
  width: 961px; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 5.5625rem; }

.top-bar {
  overflow: hidden;
  height: 5.5625rem;
  line-height: 5.5625rem;
  position: relative;
  background: #333333;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form, .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: 1.75rem;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    font-size: 0.75rem; }
  .top-bar .button, .top-bar button {
    padding-top: 0.4125rem;
    padding-bottom: 0.4125rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
    @media only screen and (max-width: 767px) {
      .top-bar .button, .top-bar button {
        position: relative;
        top: -1px; } }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 5.5625rem;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1, .top-bar .name div.header-logo-image-non-h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
      line-height: 5.5625rem;
      font-size: 1.0625rem;
      margin: 0; }
      .top-bar .name h1 a, .top-bar .name div.header-logo-image-non-h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
        font-weight: normal;
        color: #FFFFFF;
        width: 75%;
        display: block;
        padding: 0 1.8541666667rem; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 1.8541666667rem;
      height: 5.5625rem;
      line-height: 5.5625rem; }
    .top-bar .toggle-topbar.menu-icon {
      top: 50%;
      margin-top: -16px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0 3.4166666667rem 0 1.8541666667rem;
        color: #FFFFFF;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          position: absolute;
          display: block;
          height: 0;
          top: 50%;
          margin-top: -8px;
          right: 1.8541666667rem;
          box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #333333; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
          transition: left 300ms ease-out; }
  .top-bar-section ul {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider, .top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: #333333; }
    .top-bar-section ul li > a {
      display: block;
      width: 100%;
      color: #FFFFFF;
      padding: 12px 0 12px 0;
      padding-left: 1.8541666667rem;
      font-family: "News Gothic MT W01", Arial, Helvetica, sans-serif;
      font-size: 0.8125rem;
      font-weight: normal;
      text-transform: none; }
      .top-bar-section ul li > a.button {
        font-size: 0.8125rem;
        padding-right: 1.8541666667rem;
        padding-left: 1.8541666667rem;
        background-color: #008CBA;
        border-color: #007095;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: #007095; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > a.button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          color: #FFFFFF; }
    .top-bar-section ul li > button {
      font-size: 0.8125rem;
      padding-right: 1.8541666667rem;
      padding-left: 1.8541666667rem;
      background-color: #008CBA;
      border-color: #007095;
      color: #FFFFFF; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #007095; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: #FFFFFF; }
      .top-bar-section ul li > button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          color: #FFFFFF; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      background: #333333;
      color: #FFFFFF; }
    .top-bar-section ul li.active > a {
      background: #008CBA;
      color: #FFFFFF; }
      .top-bar-section ul li.active > a:hover {
        background: #0078a0;
        color: #FFFFFF; }
  .top-bar-section .has-form {
    padding: 1.8541666667rem; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 1.8541666667rem;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 1.8541666667rem; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.125rem; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #FFFFFF;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 1.8541666667rem; }
      .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 1.8541666667rem 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777777;
      font-weight: bold;
      font-size: 0.625rem; }

.js-generated {
  display: block; }

@media only screen and (min-width:961px) {
  .top-bar {
    background: #333333;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a, .top-bar .name div.header-logo-image-non-h1 a {
      width: auto; }
    .top-bar input, .top-bar .button, .top-bar button {
      font-size: 0.875rem;
      position: relative;
      height: 1.75rem;
      top: 1.90625rem; }
    .top-bar.expanded {
      background: #333333; }

  .contain-to-grid .top-bar {
    max-width: 71.25rem;
    margin: 0 auto;
    margin-bottom: 0; }

  .top-bar-section {
    -webkit-transition: none 0 0;
            transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: #333333;
      color: #FFFFFF; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 1.8541666667rem;
      line-height: 5.5625rem;
      background: #333333; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #333333; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 1.8541666667rem;
      line-height: 5.5625rem;
      color: #FFFFFF;
      background: #008CBA; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #0078a0;
        color: #FFFFFF; }
    .top-bar-section .has-dropdown > a {
      padding-right: 3.1041666667rem !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 2.78125rem; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -1px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: #FFFFFF;
        line-height: 5.5625rem;
        white-space: nowrap;
        padding: 12px 1.8541666667rem;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        color: #FFFFFF;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        color: #FFFFFF;
        background-color: #555555;
        background: #333333; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333333; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #4e4e4e;
      clear: none;
      height: 5.5625rem;
      width: 0; }
    .top-bar-section .has-form {
      background: #333333;
      padding: 0 1.8541666667rem;
      height: 5.5625rem; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }

  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #333333;
    color: #FFFFFF; }
  .no-js .top-bar-section ul li:active > a {
    background: #008CBA;
    color: #FFFFFF; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; }
 }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 767px) {
  .small-only-text-left {
    text-align: left !important; }

  .small-only-text-right {
    text-align: right !important; }

  .small-only-text-center {
    text-align: center !important; }

  .small-only-text-justify {
    text-align: justify !important; }
 }

@media only screen {
  .small-text-left {
    text-align: left !important; }

  .small-text-right {
    text-align: right !important; }

  .small-text-center {
    text-align: center !important; }

  .small-text-justify {
    text-align: justify !important; }
 }

@media only screen and (min-width:768px) and (max-width:960px) {
  .medium-only-text-left {
    text-align: left !important; }

  .medium-only-text-right {
    text-align: right !important; }

  .medium-only-text-center {
    text-align: center !important; }

  .medium-only-text-justify {
    text-align: justify !important; }
 }

@media only screen and (min-width:768px) {
  .medium-text-left {
    text-align: left !important; }

  .medium-text-right {
    text-align: right !important; }

  .medium-text-center {
    text-align: center !important; }

  .medium-text-justify {
    text-align: justify !important; }
 }

@media only screen and (min-width:961px) and (max-width:1140px) {
  .large-only-text-left {
    text-align: left !important; }

  .large-only-text-right {
    text-align: right !important; }

  .large-only-text-center {
    text-align: center !important; }

  .large-only-text-justify {
    text-align: justify !important; }
 }

@media only screen and (min-width:961px) {
  .large-text-left {
    text-align: left !important; }

  .large-text-right {
    text-align: right !important; }

  .large-text-center {
    text-align: center !important; }

  .large-text-justify {
    text-align: justify !important; }
 }

@media only screen and (min-width:1141px) and (max-width:1300px) {
  .xlarge-only-text-left {
    text-align: left !important; }

  .xlarge-only-text-right {
    text-align: right !important; }

  .xlarge-only-text-center {
    text-align: center !important; }

  .xlarge-only-text-justify {
    text-align: justify !important; }
 }

@media only screen and (min-width:1141px) {
  .xlarge-text-left {
    text-align: left !important; }

  .xlarge-text-right {
    text-align: right !important; }

  .xlarge-text-center {
    text-align: center !important; }

  .xlarge-text-justify {
    text-align: justify !important; }
 }

@media only screen and (min-width:1301px) and (max-width:99999999px) {
  .xxlarge-only-text-left {
    text-align: left !important; }

  .xxlarge-only-text-right {
    text-align: right !important; }

  .xxlarge-only-text-center {
    text-align: center !important; }

  .xxlarge-only-text-justify {
    text-align: justify !important; }
 }

@media only screen and (min-width:1301px) {
  .xxlarge-text-left {
    text-align: left !important; }

  .xxlarge-text-right {
    text-align: right !important; }

  .xxlarge-text-center {
    text-align: center !important; }

  .xxlarge-text-justify {
    text-align: justify !important; }
 }

/* Typography resets */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #5991e3;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
      color: #2368cd; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "News Gothic MT W01", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em, i {
  font-style: italic;
  line-height: inherit; }

strong, b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul, ol, dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul, ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul, ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul, ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a, blockquote cite a:visited {
      color: #555555; }

blockquote, blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width:768px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.75rem; }

  h2 {
    font-size: 2.3125rem; }

  h3 {
    font-size: 1.6875rem; }

  h4 {
    font-size: 1.4375rem; }

  h5 {
    font-size: 1.125rem; }

  h6 {
    font-size: 1rem; }
 }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

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

  a[href]:after {
    content: " (" attr(href) ")"; }

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

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999999;
    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; }

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  .show-for-print {
    display: inherit !important; }
 }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #eeece7;
  color: #333;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #897e61;
  left: 0; }

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #897e61;
  right: 0; }

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }
  @media only screen and (min-width:768px) {
    .tab-bar-section.left {
      text-align: left; }

    .tab-bar-section.right {
      text-align: right; }
 }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  .tab-bar .menu-icon span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 16.75rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #eeece7;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-transition: -webkit-transform 500ms ease 0s;
          transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 16.75rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #eeece7;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-transition: -webkit-transform 500ms ease 0s;
          transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    display: block;
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
    background: #444444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
  ul.off-canvas-list li a {
    display: block;
    padding: 0.5263157895rem;
    color: #333;
    border-bottom: 1px solid #dfdfdd;
    -webkit-transition: background 300ms ease;
            transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #b4ab95; }

.move-right > .inner-wrap {
  -ms-transform: translate(16.75rem, 0);
  -webkit-transform: translate3d(16.75rem, 0, 0);
  -ms-transform: translate3d(16.75rem, 0, 0);
  transform: translate3d(16.75rem, 0, 0); }
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
          transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width:768px) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); }
 }

.move-left > .inner-wrap {
  -ms-transform: translate(-16.75rem, 0);
  -webkit-transform: translate3d(-16.75rem, 0, 0);
  -ms-transform: translate3d(-16.75rem, 0, 0);
  transform: translate3d(-16.75rem, 0, 0); }
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
          transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width:768px) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); }
 }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
          transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width:768px) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); }
 }

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
          transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width:768px) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); }
 }

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
          transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width:768px) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); }
 }

.no-csstransforms .left-off-canvas-menu {
  left: -16.75rem; }
.no-csstransforms .right-off-canvas-menu {
  right: -16.75rem; }
.no-csstransforms .move-left > .inner-wrap {
  right: 16.75rem; }
.no-csstransforms .move-right > .inner-wrap {
  left: 16.75rem; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 16.75rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #eeece7;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #5e5e5e;
      border-bottom: none; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: 0.5rem;
      display: inline; }
  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 16.75rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #eeece7;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #5e5e5e;
      border-bottom: none; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: 0.5rem;
      display: inline; }
  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; }
 }

/* medium displays */
@media only screen and (min-width:768px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; }
 }

/* large displays */
@media only screen and (min-width:961px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; }
 }

/* xlarge displays */
@media only screen and (min-width:1141px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; }
 }

/* xxlarge displays */
@media only screen and (min-width:1301px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; }
 }

/* Orientation targeting */
.show-for-landscape, .hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape, .show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape, .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape, .show-for-portrait {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
    display: table-cell !important; }
 }

@media only screen and (orientation: portrait) {
  .show-for-portrait, .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait, .show-for-landscape {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape {
    display: table-cell !important; }
 }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }

  .hide-for-print {
    display: none; }

  table.show-for-print {
    display: table !important; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; }
 }
/* Legacy page styles */
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

ul. site-branding.title-area li.name .header-logo-image-non-h1 {
    margin: 0;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #222;
    text-rendering: optimizeLegibility;
    padding: 0;
    max-height: 100000px;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    /*display: block;*/
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    text-align: -webkit-match-parent;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: auto;
    box-sizing: border-box;
    box-sizing: border-box;

    box-sizing: border-box;
    color: rgb(34, 34, 34);
    cursor: auto;
    display: block;
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    height: 104px;
    line-height: 89px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type:none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    max-height: 100000px;
    padding-bottom: 0px;
    padding-left:  0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: left;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
            text-size-adjust: 100%;
    width: 298px;
    -webkit-font-smoothing: antialiased;
    -webkit-margin-after: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-end: 0px;
    -webkit-margin-start: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body .explore-section .news-box-large .button-holder-mr span.jcf-select.jcf-unselectable.jcf-select-market-links.jcf-select-communities {
    visibility: hidden;
}

p.mls_disclaimer_top {
    font-size: 0.75em;
}
body .rsFullscreen .rsVideoContainer iframe {
    left: 0 !important;
}
.homeslide {
    background: transparent center center no-repeat;
    background-size: contain;
}
.contacts-section .social-networks > li > a{
    background: #747474;
}

.add-headline .title .langs{
    color:#333333;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

main#main .add-headline .title{
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    color:#001e45;
}

hr.post-lang {
    max-width: 150px;
    margin: auto;
    border: 1px solid #DDDDDD;
    margin-top: 20px;
    /* margin-bottom: -30px; */
}


.email-form a.agent-name-email-form{
    color:#5991e3;
}

#overview .staff-all-page .headline{
    padding: 10px 115px 32px 39px;
}

.personal-information .button{
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

#contact_form .input-holder input{
    height:44px;
}

#contact_form .row-holder .label-holder{
    width:auto;
}

#contact_form .jcf-checkbox {
    box-shadow: inset 5px 5px 5px 0 rgba(0, 0, 0, .1);
    background: #fff;
    border: 1px solid #93928e;
    border-radius: 0;
    float: left;
    width: 18px;
    height: 18px;
    margin: 0 15px 0 0;
    top: 0;
    left: 0;
}

#contact_form .jcf-checkbox span {
    background:none;
    width: 18px;
    height: 15px;
}



#contact_form .jcf-checkbox span:after {
    position: absolute;
    right: 4px;
    content: "";
    width: 10px;
    height: 8px;
    position: absolute;
    top: 50%;
    border: 3px solid #666;
    border-width: 0 0 3px 3px;
    transform: rotate(-45deg);
    margin-top: -5px;
    line-height: 0;
    z-index: 1;
}

.post-grid .pic .comm-img-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
}

.listiong-sales-section .properties-list .post .prop-img-overlay{
    position: absolute;
    left: 0;
    /* top: 0; */
    bottom:0;
    width: 100%;
    height: 70%; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 75%,rgba(0,0,0,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.listiong-sales-section .properties-list .post .base-text-box{
    position: absolute;
    width: 100%;
    padding: 0 28px 30px;
    left: 0;
    bottom: 0;
    z-index: 3;
    opacity: 1;
    visibility: visible;
    transition: all .35s ease-in-out;
    transform: translateY(0);

}

.listiong-sales-section .properties-list .post:hover .base-text-box {
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease-in-out;
    transform: translateY(100%);
}

.listiong-sales-section .properties-list .post .add-info-block{
    transition: all .35s ease-in-out;
    overflow: hidden;
}



.listiong-sales-section .properties-list .post .add-info-block .frame h3{
    visibility: hidden;
    transition: all .35s ease-in-out;
    transform: translateX(-100%);
}

.listiong-sales-section .properties-list .post .add-info-block .frame h4 {
    visibility: hidden;
    transition: all .35s ease-in-out;
    transform: translateX(-100%);
}

.listiong-sales-section .properties-list .post .add-info-block .frame .price{
    visibility: hidden;
    transition: all .35s ease-in-out;
    transform: translateX(-100%);
}

.listiong-sales-section .properties-list .post .add-info-block:hover .frame h3, .listiong-sales-section .properties-list .post .add-info-block:hover .frame h4, .listiong-sales-section .properties-list .post .add-info-block:hover .frame .price{
    visibility: visible;
    transition: all .35s ease-in-out;
    transform: translateX(0);
}


.listiong-sales-section .properties-list .post .add-info-block .add-list, .properties-list .post .add-info-block .link-holder  {
    visibility: hidden;
    transition: all .35s ease-in-out;
    transform: translateX(150%);
}

.listiong-sales-section .properties-list .post .add-info-block:hover .add-list, .properties-list .post .add-info-block:hover .link-holder  {
    visibility: visible;
    transition: all .35s ease-in-out;
    transform: translateX(0);
}


.view-all-comm-header {
    margin:auto;
    padding-bottom: 30px;
}

.view-all-comm-header h3 {
    font: 26px/28px "freight-big-pro", "Times New Roman", serif;
    text-align: center;
    color:#0d2752;
}

.view-all-comm-header h6 {
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    font-size: 14px;
    text-align: center;
    color:#333;

}

@media all and (max-width: 767px){
    .view-all-comm-header{
        display:none;
    }
}

@media all and (max-width: 767px){
    .view-all-comm-header.mobile h3, .view-all-comm-header.mobile h6{
        display:block;
        padding-bottom: 0px;
    }
}

.staff-all-page .section-list.open-close {
    padding: 15px 0 0 44px;
}

.listiong-sales-section .properties-list .post .base-text-box .button{
    font: 22px/28px "freight-big-pro", "Times New Roman", serif;
}

.agent-main-info-centered {
    margin:auto;
}

.listiong-sales-section .properties-list .add-info-block .frame h3 {
    font: 18px/24px "freight-big-pro", "Times New Roman", serif;
}


a.button.dark-blue {
    font-size: 14px;
    color:#f6f6f6;
}

.contact-box .text .phone-block{
    font-size: 19px;
}

.blockquote-container p{
    color:#dddddc!important;
    font: italic 26px/44px "freight-big-pro", "Times New Roman", serif;
}

.contact-box .text .phone-block {
    margin: 0 0 27px;
}

.map-info-description h2 {
    color:#333333;
}

#listings.listiong-sales-section .row.add-row-padding .columns.small-12 .heading h2{
    font: 36px/30px "freight-big-pro", "Times New Roman", serif;
    color: #313e5d;
}

.email-form .heading h2 {
    font: 36px/30px "freight-big-pro", "Times New Roman", serif;
}

@media all and (min-width: 768px){
    .subnav-bar.sticky-box {
        height: 45px;
    }
}

#gform_2 input {
    padding-left: .5em;
}

#gform_2 .ginput_container textarea.medium{
    padding: .25em .50em .25em .50em;
}

@media all and (min-width: 768px){
    .contacts-section .contact-box h1 {
        font-size: 36px;
        line-height: 38px;
    }
}

.section-overview .description-block .full-description .row, .section-overview .description-block .short-description .row {
    max-width: 54.25rem;
}

.house-results-search .image-block .prop-img-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );

}

.testing-prop-img-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 30%,rgba(0,0,0,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}

.testing-prop-img-overlay-2{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 70%,rgba(0,0,0,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}

.testing-prop-img-overlay-3{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 78%,rgba(0,0,0,0.64) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a3000000',GradientType=0 ); /* IE6-9 */

}

.testing-prop-img-overlay-4{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.64) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a3000000',GradientType=0 ); /* IE6-9 */

}

.testing-prop-img-overlay-5{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.64) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a3000000',GradientType=0 ); /* IE6-9 */

}

#main .section-overview.style02 p{
    font-size: 16px;
}

.button-holder a.button.btn-white {
    font-weight: bold;
}


.page-template-page-lifestyle-landing .slide .page-heading {
    z-index:4;
}

.main-hero-image-overlay{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
}

.main-hero-image-overlay-lifestyles{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.6) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
}

.section-map .sub-headline p {
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    color: #9f9c94;
    text-align: center;
}

@media all and (min-width:767px){
    .subnav-bar.sticky-box .small-12.columns nav.filter-menu {
        display: inline-block;
    }
}


.single-mrt_community .listiong-sales-section {
    background: transparent;
    padding:0px;
}

.single-mrt_lifestyle .listiong-sales-section {
    background: transparent;
    padding:0px;
}

#news.more-news-box .posts .post p{
    margin-top: 40px;
}

#more-latest-news .more-news-box .posts .post{
    margin-bottom: 21px;
}

#more-latest-news .more-news-box .posts .post .author{
    margin-bottom: 0px;
}

#more-latest-news .more-news-box .posts .post .date{
    margin-bottom: 15px;
}

.video-news-section .dont-show-after :after{
    display: none;
}

.page .page-template-page-developments .description-block p{
    text-align: center;
}

.page.page-template-page-developments .email-form.style-color02.wpsir-bottom-form{
    padding-top: 30px;
}

.email-form .heading h2{
    letter-spacing: 2px;
}

.section-map .sub-headline p.sub-sub-heading {
    line-heigt: 1em;
}
/*cat*/
#main .section-map .sub-headline h4 {
    color: #122a4b;
    font: 40px/46px "freight-big-pro", "Times New Roman", serif;
    letter-spacing: 1px;
    margin: 0;
}

#global-connect {
    background: url("/wp-content/themes/wpsir_2022/images/extra-marketing-one.jpg") no-repeat;
    background-size: cover;
    min-height:400px;
}

#global-connect h3, #tech-advantage h3, #local-expertise h3{
    color:#fff;
    text-align: center;
    font: 40px/58px "freight-big-pro", "Times New Roman", serif;
    font-size: 64px;
    margin-top: 180px;

}

#overview.section-overview p{
    text-align: justify;
    max-width: 740px;
    margin: 0 auto 24px auto;
    padding:0;
}

#worldwide-reach {
    margin:40px 0;
}

a.button.darkblue {
    background: #001e45;
    color:#fff;
    border: 1px solid transparent;
    width:65%;
    font-weight: 400;
    text-transform: uppercase;
    font-size: .875em;

}

a.button.darkblue:hover {
    background: #fff;
    border: 1px solid #001e45;
    color:#001e45;
}

#worldwide-reach h4, #celebrated-reputation h4, #global-media h4, #go-go-listings h4, #tailored-for-you h4, #community-knowledge h4, #your-life-your-style h4, #our-experts h4, #our-publications h4, #trusted-results h4{
    font-family: "freight-big-pro", "Times New Roman", serif;
    color: #001e45;
    font-size: 40px;
}

#global-media{
    padding:40px 0;
}

#tech-advantage{
    background: url("/wp-content/themes/wpsir_2022/images/tech-advantage.jpg") no-repeat;
    background-size: cover;
    min-height:400px;
}


#local-expertise{
    background: url("/wp-content/themes/wpsir_2022/images/local-expertise.jpg") no-repeat;
    background-size: cover;
    min-height:400px;
}

@media all and (min-width: 768px){
    .section-map {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 768px){
    #our-publications, #your-life-your-style, #go-go-listings, #global-media {
        padding:100px 0;
    }
    #trusted-results, #our-experts, #community-knowledge, #tailored-for-you, #celebrated-reputation{
        padding:100px 0;
    }
}

@media all and (max-width:767px){
    #our-publications, #your-life-your-style, #go-go-listings, #global-media, #trusted-results, #our-experts, #community-knowledge, #tailored-for-you, #celebrated-reputation{
        padding: 25px 0 0;
    }
}

#trusted-results, #our-experts, #community-knowledge, #tailored-for-you, #celebrated-reputation  {
    background: #ebeae5;
}


.page-template-agent-search-results .staff-holder li .visual:hover {
    border: 3px solid #BABABA;
    margin: -2px -2px 6px;
}
.staff-holder li strong.position {
    line-height: 1.4;
    padding: 0 0 7px;
    display: inline-block;
}
.staff-holder li strong.title {
    line-height: 1.4;
    padding: 0 0 7px 0;
}

.page-template-page-leadership #section-team .staff-holder li .visual:hover{
    border: 3px solid #BABABA;
    margin: -2px -2px 6px;
}

.page-template-agent-search-results .staff-holder li h3 a:hover {
    color: #3D6BA6;
}

body .listiong-sales-section .heading h3 {
    font: 36px/30px "freight-big-pro", "Times New Roman", serif;
    margin: 0;
    color: #313e5d;
    letter-spacing: .6px;
}

#gform_2 input {
    margin-right: .5em;
}

@media only screen and (min-width: 1301px){
    .page-template-page-service-landing .start-section-holder {
        /*padding-top: 158px;*/
        /*padding-bottom: 113px;*/
        padding-top: 265px;
        padding-bottom: 123px;
    }
}

/*@media only screen and (min-width: 1301px){*/
/*    .page-id-40.page-template-page-service-landing .start-section-holder {*/
/*        padding-top: 166px;*/
/*        padding-bottom: 113px;*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 1301px){*/
/*    .page-id-28.page-template-page-service-landing .start-section-holder {*/
/*        padding-top: 165px;*/
/*        padding-bottom: 113px;*/
/*    }*/
/*}*/

span.note a{
    color:#5991e3;
}

span.note a:hover{
    color:#2368cd;
}


.blog #primary a.more:hover {
    color:#1b62cb;
}

.blog .press-posts .post .more:hover {
    color: #1b62cb;
}

@media only screen and (min-width: 768px){
    .blog .history-posts .text-block p {
        font-size: 14px;

    }
}

.single-post #primary a, .single-post .logged-in-as a{
    color:#5991e3;
}

.single-post #primary a:hover, .single-post .logged-in-as a:hover{
    color:#1b62cb;
}

body .comment-form .form-submit input[type="submit"] {
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    font-size: 14px;
}

.start-section-holder .page-heading p.ex-marketing {
    font: 22px/33px "freight-big-pro", "Times New Roman", serif;
    text-transform: none;
    letter-spacing: .25px;
}

.start-section-holder .page-heading a.button.btn-white-anim.white {
    background: transparent;
}

.start-section-holder .page-heading a.button.btn-white-anim.white:hover {
    background: #fff;
    color:#001e45;
}

@media only screen and (min-width: 768px){
    .page-template-page-marketing .outside-box {
        border-top: 1px solid #bbb;
        border-bottom: 1px solid #bbb;
        margin: 50px 0 100px;
        background: rgba(0,0,0,.20);
    }
}

.page-template-page-marketing .start-section-holder.alt2 {
    /*   padding-top: 50px; */
    padding-bottom: 28px;
}

.page-template-page-marketing  a.button.btn-white-anim.white-bg{
    background: #fff;
    /*width:70%;*/
    color:#001e45;
    display: inline-block;
    margin-left: 0;
    width: 65%;
    border:1px solid #001e45;
    font-size: .875em;
    font-weight: 400;
}

.page-template-page-marketing  a.button.btn-white-anim.white-bg:hover{
    background: #001e45;
    color:#fff;
    border:1px solid #001e45;
}

@media only screen and (max-width: 768px){
    .subsite .personal-information .photo-box img {
        width: auto !important;
        max-height: 440px !important;
    }

    .page-template-page-marketing a.button.darkblue, .page-template-page-marketing  a.button.btn-white-anim.white-bg {
        width:100%;
    }
}

.info-date-bar .info-tags li:after {
    content: ", ";
}

.group-blog .text-holder .heading h2 a{
    color: #122a4b;
}

.group-blog .text-holder .heading h2 a:hover{
    text-decoration: none;
    color: #5991e3;
}

body .services-posts .post .more:hover, body .services-posts .post .more:focus, body .services-posts .post .more:active{
    color:#1b62cb;
}

.seller-services-section strong.sub-title p{
    font: 24px/38px "freight-big-pro", "Times New Roman", serif;
    word-spacing: 1px;
    margin: 0;
    padding-top: 20px;
    text-align: center;
}



@media only screen and (max-width: 767px){
    .bio-small-padding {
        margin-top: 1.5em;
    }
    body main#main .personal-information.style03 {
        padding: 250px 0 0;
        background-position: 50% 0;
        background-size: 200% auto;
    }
}


body main#main .personal-information.style03 {
    background-size: cover!important;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 30%,rgba(255,255,255,0.71) 65%,rgba(221,220,217,1) 100%), url('/wp-content/themes/wpsir_2022/images/img80.jpg') no-repeat 100%;
}

.property-detail-page #main .section-overview.style02 p {
    font-size: 1rem;
    line-height: 24px;
    text-align: justify;
    color:#393939;
}

.property-detail-page .brokerage-listing-section .heading h2 {
    font: 40px/50px "freight-big-pro", "Times New Roman", serif;
    color: #313e5d;
    margin: 0;
}

.left-off-canvas-menu ul.off-canvas-list li a {
    color:#001e45;
    background: #fff;
}

.left-off-canvas-menu ul.off-canvas-list li a:hover{
    background-color:#001e45;
    color:#fff;
}

#site-navigation .top-bar-section .triple-nav .dropdown li.menu-item-has-children {
    padding: 0 15px 0 36px !important;
}

a.js-link-close span.state01, a.js-link-close span.state02, a.js-link-close span.state02:visited, a.js-link-close span.state01:visited {
    color:#0d2752;
}

a.js-link-close span.state01:hover, a.js-link-close span.state02:hover, a.js-link-close span.state01:active, a.js-link-close span.state02:active {
    color:#1b62cb;
}

.property-detail-page #main li.accordion-navigation.active a{
    background-color:#EFEFEF;
}

.property-detail-page #main li.accordion-navigation a{
    background-color:#fff;
}

.hp-main-hero-image-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 16%,rgba(0,0,0,0.06) 24%,rgba(15,15,15,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a60f0f0f',GradientType=0 ); /* IE6-9 */
}

.hp-prop-img-overlay-4{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.64) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a3000000',GradientType=0 ); /* IE6-9 */

}

.page-template-page-homepage .structure-section .structure-gallery{
    margin:0 0 30px;
}

.page-template-page-homepage .structure-section .structure-gallery-holder{
    padding: 36px 0 30px;
}

.post-grid .pic .hp-comm-img-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
}


@media all and (max-width:767px){
    .image-mobile-hide{
        display:none;
    }

    .page-template-page-marketing-php .small-6.columns{
        width:100%;
    }

    .page-template-page-marketing-php .button-holder a.button.btn-white-anim.white {
        color:#0f284d;
        background-color: #fff;
        border:2px solid #0f284d;
    }
}


.page-template-page-marketing-php .sub-menu {
    float: none;
    display: inline-block;
    vertical-align: top;
}


@media all and (max-width:767px){
    .page-template-page-marketing-php .page-heading.style02 p{
        display:none;
    }
}

@media all and (max-width: 767px){
    body .visual-block {
        display: block !important;
    }
}

@media all and (min-width: 768px){
    .single-mrt_lifestyle #listings.brokerage-listing-section.style03 {
        padding-top: 50px;
        border-top: 3px solid #fff;
        background: #eeece7;
    }
}

@media all and (min-width: 961px){
    .single-mrt_lifestyle #listings.brokerage-listing-section.style03 {
        padding-top: 50px;
    }
}



/*
.property-detail-page .image-box:hover{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(19, 34, 58, .87);
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  overflow: hidden;
}
*/

.property-detail-page .brokerage-listing-section .post-box {
    margin: 4px 0 0;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.property-detail-page .brokerage-listing-section .post-box .base-text-box {
    position: absolute;
    width: 100%;
    padding: 0 28px 30px;
    left: 0;
    bottom: 0;
    z-index: 3;
    opacity: 1;
    visibility: visible;
    transition: all .35s ease-in-out;
    transform: translateY(0);
}

.property-detail-page .brokerage-listing-section .post-box .base-text-box .title {
    display: block;
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
}

.property-detail-page .brokerage-listing-section .post-box .base-text-box .button {
    display: block;
    width: 100%;
    margin: 0;
    font: 22px/28px "freight-big-pro", "Times New Roman", serif;
    background-color: rgba(0, 0, 0, .26);
    border: solid 1px rgba(255, 255, 255, .5);
    color: #fff;
    min-width: 100px;
    padding: 6px 10px;
    height: 44px;
    letter-spacing: 1px;
}


.property-detail-page .brokerage-listing-section .add-info-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(19, 34, 58, .87);
    text-align: center;
    opacity: 0;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .35s ease-in-out;
    overflow: hidden;
}

.property-detail-page .brokerage-listing-section .add-info-block .frame {
    position: absolute;
    z-index: 5;
    border: 1px solid #90979e;
    /*
left: 28px;
  top: 30px;
  right: 28px;
  bottom: 30px;
*/
    left: 11px;
    top: 13px;
    right: 11px;
    bottom: 13px;
    color: #fff;
    padding: 12px 10px;
    pointer-events: auto;
    white-space: nowrap;
}


.property-detail-page .brokerage-listing-section .post-box .add-info-block .frame h3 {
    visibility: hidden;
    transition: all .35s ease-in-out;
    transform: translateX(-100%);
}

.property-detail-page .brokerage-listing-section .add-info-block .frame h4 {
    visibility: hidden;
    transition: all .35s ease-in-out;
    transform: translateX(-100%);
}

.property-detail-page .brokerage-listing-section .add-info-block .frame .price {
    visibility: hidden;
    transition: all .35s ease-in-out;
    transform: translateX(-100%);
}

.property-detail-page .brokerage-listing-section .post-box .add-info-block .link-holder {
    visibility: hidden;
    transition: all .35s ease-in-out;
    transform: translateX(150%);
}


.property-detail-page .brokerage-listing-section .post-box:hover .add-info-block .price, .property-detail-page .brokerage-listing-section .post-box:hover .add-info-block h3, .property-detail-page .brokerage-listing-section .post-box:hover .add-info-block h4, .property-detail-page .brokerage-listing-section .post-box:hover .add-info-block .link-holder {
    visibility: visible;
    transform: translateX(0);
}

.property-detail-page .brokerage-listing-section .post-box:hover .add-info-block {
    display: block;
}

.property-detail-page .brokerage-listing-section .post-box .add-info-block {
    transition: all .35s ease-in-out;
    overflow: hidden;
}

.property-detail-page .brokerage-listing-section .post-box:hover .base-text-box {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
}


.property-detail-page .brokerage-listing-section .post-box:hover .add-info-block {
    opacity: 1;
    display: block;
}

.property-detail-page .brokerage-listing-section .add-info-block .frame > .holder {
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
}

.property-detail-page .brokerage-listing-section .add-info-block .frame h3 {
    font: 18px/24px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 1px;
    color: #fff;
    letter-spacing: .8px;
}

.property-detail-page .brokerage-listing-section .add-info-block .frame h4 {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    color: #fff;
    letter-spacing: .8px;
}

.property-detail-page .brokerage-listing-section .post-box{
    display: inline-block;
    vertical-align: top;
    width: 270px;
    margin: 0 -2px 4px 2px;
    position: relative;
}

.property-detail-page .brokerage-listing-section .add-info-block .frame .price {
    display: block;
    font: 28px/32px "freight-big-pro", "Times New Roman", serif;
    color: #e1cb78;
    margin: 0 0 9px;
    letter-spacing: .5px;
}

.property-detail-page .brokerage-listing-section .add-info-block .frame .add-list {
    padding: 0;
    margin: 0 -20px 9px;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.property-detail-page .brokerage-listing-section .add-info-block .frame .add-list .number {
    display: block;
    font: 26px/28px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 2px;
}

.property-detail-page .brokerage-listing-section .add-info-block .frame .add-list .info {
    display: block;
    font-size: 12px;
    line-height: 15px;
}

.property-detail-page .brokerage-listing-section .add-info-block .frame .more-details {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #c6b571;
}

.property-detail-page .brokerage-listing-section .add-info-block .frame .add-list li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 1px;
    height: 36px;
    background: #90979e;
    display:block;
}

.property-detail-page .brokerage-listing-section .add-info-block .frame .add-list li:first-child:after {
    display: none;
}

.properties-list .add-info-block .frame .add-list li:after {
    display:block;
}

.property-detail-page .brokerage-listing-section .post-box:hover .add-info-block .add-list, .property-detail-page .brokerage-listing-section .post-box:hover .add-info-block .more-details {
    visibility: visible;
    transform: translateX(0);
}

.property-detail-page .brokerage-listing-section .add-info-block .frame .add-list {
    padding: 0;
    margin: 0 -20px 9px;
    list-style: none;
    display: inline-block!important;
    vertical-align: top;
}

.property-detail-page .brokerage-listing-section .add-info-block .frame .add-list, .property-detail-page .brokerage-listing-section .add-info-block .frame .more-details {
    visibility: hidden;
    transition: all .35s ease-in-out;
    transform: translateX(150%);
}

.property-detail-page .brokerage-listing-section .add-info-block .frame .add-list li {
    float: left;
    width: 66px;
    padding: 0 5px;
    position: relative;
}

/*
.property-detail-page .brokerage-listing-section .post-box{
	display: inline-block;
}
*/

.property-detail-page .brokerage-listing-section li.simprop{
    display: block;
    width: 270px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
}


@media all and (max-width: 767px){
    .property-detail-page .brokerage-listing-section ul.small-block-grid-1.medium-block-grid-3.large-block-grid-4 {
        width: 280px;
        margin: auto!important;
    }
}


@media only screen and (max-width: 767px){
    .property-detail-page .brokerage-listing-section ul > li .image-box {
        width: 100% !important;
        position: relative;
        left: 0 !important;
        margin: 0 !important;
    }
}

@media only screen and (min-width: 768px){
    .property-detail-page .brokerage-listing-section ul > li .image-box {
        float: none;
        margin: 0;
        width: auto;
    }
}

.page-template-page-list-your-home-php #gform_4 .email-form.style04_wrapper .gsection {
    display: none;
}

.page-template-page-list-your-home-php #gform_4 .gform_wrapper .gform_footer {
    clear: both;
    margin: auto;
    width: 300px;
}

.page-template-page-list-your-home-php #gform_4 .email-form textarea#input_4_6.textarea {
    max-height:135px;
}

@media all and (min-width: 768px){
    .page-template-page-list-your-home-php .intro-list{
        padding-top:15px;
        max-width:300px;
    }
}

@media all and (min-width: 768px){
    .page-template-page-list-your-home-php .email-form .heading p.intro-list{
        max-width: 520px;
        text-align: center;
        margin: auto;
        padding-top: 10px;
    }
}


#gform_wrapper_3 .gform_wrapper .top_label .gfield_label {
    line-height: 1.5em;
}

.page-template-page-service-landing .seller-services-section p{
    text-align: justify;
    max-width: 740px;
    margin: 0 auto 24px auto;
    padding: 0;
}

.page-template-page-service-landing .seller-services-section strong.sub-title p{
    position: relative;
    text-align: center;
    margin-bottom: 38px;
    max-width: 890px;
    margin: auto;
}

.page-template-page-service-landing .seller-services-section .services-posts li.post p{
    text-align: left;
}

#main .press-posts .post a.more:hover {
    color:#1b62cb;
}

/*
.group-blog .image-top-section{
	 max-height:300px;
 }

 .single-post.group-blog .image-top-section{
	 max-height:600px;
 }

 .page-template-default.page-child .image-top-section{
	 max-height:600px;
 }
*/



.blog.group-blog .social-share-bar li a, .single.single-post .social-share-bar li a {
    margin-top:10px;
    width: 29px;
    height: 29px;
    background: #e3e3e1;
    font-size: 18px;
    padding: 4px 1px 1px;
    color: #001e45;
    transition: all .3s linear;
}


.social-share-bar .social-networks li a:hover, .social-share-bar .social-networks li a:focus {
    background: #243764;
    color:#fff;
}

@media all and (min-width: 961px){
    .blog.group-blog .page-heading-box {
        padding: 0;
        overflow: hidden;
    }
}

@media all and (max-width: 767px){
    .blog.group-blog .page-heading-box {
        padding: 10px 0 13px;
        overflow: hidden;
        text-align: center;
    }

    .blog.group-blog .visual-block img{
        height:160px;
    }
}

.entry-content a{
    color: #5991e3;
}

.single-post .entry-content h3{
    color: #333;
    font: 24px/1.5 "freight-big-pro", "Times New Roman", serif;
    margin: 37px 0 14px;
    text-align: center;
}

.single-post .entry-content h4{
    color: #1a376d;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    margin: 28px 0 25px;
}


.single-post .entry-content p{
    font-family: inherit;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}

.single-post .entry-content blockquote{
    position: relative;
    margin: 30px auto;
    padding: 33px 15px 25px 45px;
    background: #f6f5f2;
    color: #333;
    font: 300 14px/26px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    border-left:none;
}

.single-post .entry-content blockquote cite {
    font-style: normal;
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    margin: 18px 0 0;
    color: #555555;
    display: block;
}

.single-post .entry-content blockquote cite:before {
    color: #001e45;
    margin-right: -3px;
}

.single.single-post #primary .entry-content blockquote cite a {
    color: #001e45;
    font-weight: bold;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.single-post .entry-content blockquote:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 752px;
    height: 24px;
    overflow: hidden;
    margin-left: -375px;
    background: url(/wp-content/themes/wpsir_2022/images/bg-shadows.png) no-repeat -1px -30px;
}

.single-post .entry-content ul {
    list-style-type: none;
    margin-left: 0;
}

.single-post .entry-content ul li {
    position: relative;
    padding-left: 29px;
    line-height: 24px;
}
.single-post .entry-content ul li:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    overflow: hidden;
    background: #2f6490;
}

.single-post .entry-content ol {
    list-style: none;
    margin-left: 0;
}

.single-post .entry-content ol li {
    padding-left: 30px;
    line-height: 24px;
}

.single-post .entry-content ol li:before {
    color: #19376d;
    content: counter(num) ". ";
    counter-increment: num;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    margin: 0 0 0 -30px;
    padding: 0 10px 0 0;
    font-weight: bold;
}

.single-post .entry-content figcaption {
    margin: 0 5px;
    font-size: 12px;
    line-height: 19px;
    padding: 11px 10px 13px;
    border-bottom: 1px solid #c6c6c6;
}

.single.single-post #primary .entry-content .accordion > li.accordion-navigation > a {
    color: #001e45;
    position: relative;
    border: 1px solid #adadad;
    padding: 10px 23px 12px;
    font: 300 22px/28px "freight-big-pro", "Times New Roman", serif;
    letter-spacing: 1px;
    word-spacing: 3px;
    background: #fff;
}

.single-post .entry-content .accordion > li {
    position: static;
    padding-left: 0;
    margin: 15px 0 0;
}

.single-post .entry-content .accordion:before, .single-post .entry-content .accordion:after {
    content: " ";
    display: table;
}

.single-post .entry-content  ul.accordion {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-post .entry-content .accordion > li > a:after {
    content: "";
    position: absolute;
    right: 33px;
    top: 50%;
    width: 13px;
    height: 8px;
    overflow: hidden;
    margin-top: -1px;
    background: url(/wp-content/themes/wpsir_2022/images/sprite.png) no-repeat -187px -66px;
}

.single.single-post #primary .entry-content .accordion > .accordion-navigation.active > a{
    background: #f6f5f2;
    border-color: #adadad;
}

.single.single-post #primary .entry-content a.fancy-link:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 14px;
    height: 25px;
    overflow: hidden;
    margin-top: -10px;
    background: url(/wp-content/themes/wpsir_2022/images/fancy-link-arrow.png) no-repeat 0 0;
}

.single.single-post #primary .entry-content a.fancy-link:hover:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 14px;
    height: 25px;
    overflow: hidden;
    margin-top: -10px;
    background: url(/wp-content/themes/wpsir_2022/images/fancy-link-arrow-hover.png) no-repeat 0 0;
}


.single.single-post #primary .entry-content .bg-fancy {
    margin: 20px 0;
    padding:2%;
    background: rgb(27,69,111); /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to bottom, rgba(27,69,111,1) 0%,rgba(12,40,77,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b456f', endColorstr='#0c284d',GradientType=0 ); /* IE6-9 */
}

.single.single-post #primary .entry-content .fancy {
    position: relative;
}


.single.single-post #primary .entry-content a.fancy-link {
    color:#d9d9d9;
    font: 300 22px/28px "freight-big-pro", "Times New Roman", serif;
}

.single.single-post #primary .entry-content a.fancy-link:hover{
    color:#fff;
}

.single.single-post .social-share-bar .button.twitter,
.single.single-post .social-share-bar  .facebook.sharrre .button.facebook{
    background-color: transparent;
}

.page.page-template-default .entry-content .article ol li:before{
    font-weight: bold;
}

.page.page-template-default .entry-content figcaption.wp-caption-text {
    margin:0;
}

.page.page-template-default #primary .entry-content a.fancy-link:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 14px;
    height: 25px;
    overflow: hidden;
    margin-top: -10px;
    background: url(/wp-content/themes/wpsir_2022/images/fancy-link-arrow.png) no-repeat 0 0;
}

.page.page-template-default #primary .entry-content a.fancy-link:hover:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 14px;
    height: 25px;
    overflow: hidden;
    margin-top: -10px;
    background: url(/wp-content/themes/wpsir_2022/images/fancy-link-arrow-hover.png) no-repeat 0 0;
}

.page.page-template-default #primary .entry-content .fancy{
    position: relative;
}


.page.page-template-default #primary .entry-content .bg-fancy {
    margin: 20px 0;
    padding:2%;
    background: rgb(27,69,111); /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to bottom, rgba(27,69,111,1) 0%,rgba(12,40,77,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b456f', endColorstr='#0c284d',GradientType=0 ); /* IE6-9 */
}


.page.page-template-default #primary .entry-content a.fancy-link {
    color:#d9d9d9;
    font: 300 22px/28px "freight-big-pro", "Times New Roman", serif;
}

.page.page-template-default #primary .entry-content a.fancy-link:hover{
    color:#fff;
}
/*
.group-blog.post-type-archive-mrt_community #primary .search-container form input{
  background: #fff;
  border: 1px solid #93928e;
  width: 100%;
  height: 61px;
  padding: 20px 22px;
  margin: 0;
  float: left;
  font-size: 16px;
  line-height: 20px;
  color: #5e5e5e;
  font-style: italic;
  box-shadow: inset 3px 4px 5px rgba(0, 0, 0, .13);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  }
  */
@media all and (max-width:767px){
    .group-blog.post-type-archive-mrt_community #primary .search-container form input{
        height: 40px;
        padding: 13px 8px 12px;
        font-size: 12px;
        line-height: 15px;
    }
    .archive.post-type-archive-mrt_community.group-blog #primary .search-container button{
        width: 44px;
        height: 40px;
    }

}

.archive.post-type-archive-mrt_community #primary .search-container button {
    position: absolute;
    top: 0;
    right: 0;
    background: #0f284d;
    width: 69px;
    height: 61px;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    font-size: 28px;
    line-height: 30px;
    margin: 0;
    outline: none;
}

.post-type-archive-mrt_community p.link--community a{
    color:#ccc;
}

.post-type-archive-mrt_community p.link--community a:hover{
    color:#fff;
}


.post-type-archive-mrt_community .news-section .button-holder a.button{
    /* margin: 0 1.5% 5px; */
    margin-top: 20px;
    width: 46%;
    height: 55px;
    background: none;
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #e9e7e3;
    /* padding: 19px 10px 18px; */
    letter-spacing: .5px;
    position: relative;
    transition: border-color .4s, color .4s;
}

.post-type-archive-mrt_community .news-section .button-holder a.button:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100.1%;
    height: 100%;
    /* background: #f5f5f5; */
    z-index: -1;
    opacity: 0;
    transform: scale3d(.7, 1, 1);
    transition: transform .4s, opacity .4s;
    transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}

.post-type-archive-mrt_community .news-section .button-holder a.button:hover{
    color:#0f284d;
    background: #fff;
}

/*
  .post-type-archive-mrt_community .news-section .button-holder{
	 margin-top: 20px;
  }
*/

@media only screen and (min-width: 961px){
    .post-type-archive-mrt_community .latest-news-box .text {
        margin: 0 0 40px;
    }
}

@media all and (max-width: 767px){
    .post-type-archive-mrt_community .latest-news-box:before, .post-type-archive-mrt_community .latest-news-box:after{
        box-shadow:none;
    }
}

.post-type-archive-mrt_community .community-news .more-news-box .post h3{
    margin-bottom: 0;
}

.post-type-archive-mrt_community .more-news-box .post h3 a:hover {
    text-decoration: none;
    color:#fff;
}

.post-type-archive-mrt_community .community-news .more-news-box .link-holder a.more {
    color: #ccc;
}

.post-type-archive-mrt_community .community-news .more-news-box .link-holder a.more:hover {
    color: #fff;
}

.error404 #primary .suggested-link:hover {
    color: #5991e3;
}



@media all and (max-width:767px){
    .archive.post-type-archive-mrt_community .visual-block {
        padding-top: 60px;
    }
    .archive.post-type-archive-mrt_community .visual-block img {
        display:none;
    }
    .archive.post-type-archive-mrt_community .large-12.columns, .archive.post-type-archive-mrt_community .large-10.columns {
        margin-bottom:0;
    }
}



.page-template-agent-search-results-php .sort-form-agents {
    float: right;
    width: 267px;
    margin: 0 0 0 22px;
}


.row.sort-row .sort-form-agents .pagination-box {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #dcd9d3;
    border-radius: 1px;
    width: 267px;
    background: #f6f5f2;
    overflow: hidden;
    text-align: center;
}

.row.sort-row .sort-form-agents .pagination-box .btn-next {
    float: right;
    width: 39px;
    height: 41px;
    border-left: 1px solid #dcd9d3;
    font-size: 21px;
    line-height: 21px;
    padding: 9px 2px 1px 3px;
    color: #122a4b;
}

.page-template-agent-search-results-php .pagination-box .btn-next {
    float: right;
    width: 39px;
    height: 41px;
    border-left: 1px solid #dcd9d3;
    font-size: 21px;
    line-height: 21px;
    padding: 9px 2px 1px 3px;
    color: #122a4b;
}

.page-template-agent-search-results-php .pagination-box .select-holder .jcf-select.jcf-select-pagination-select{
    background: #f6f5f2;
}

.page-template-agent-search-results-php .jcf-select.jcf-select-pagination-select .jcf-select-text {
    line-height: 44px;
    font-size: 14px;
    color: #666564;
    font-weight: normal;
    text-transform: none;
    margin: 0 0 0 15px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 2px;
}

.page-template-agent-search-results-php .pagination-box .select-holder {
    float: left;
    margin: 0 24px 0 0;
}

.page-template-agent-search-results-php .pagination-box .btn-prev {
    float: left;
    width: 39px;
    height: 41px;
    border-right: 1px solid #dcd9d3;
    font-size: 22px;
    line-height: 22px;
    padding: 9px 2px 1px;
    color: #122a4b;
}

.page-template-agent-search-results-php .row.extra-lower-padding {
    padding-bottom: 20px;
}


@media all and (max-width:767px){
    .page-template-agent-search-results-php .row.sort-row .sort-form-agents, .page-template-agent-search-results-php .row.sort-row .sort-form-agents .pagination-box{
        width:100%;

    }
    .page-template-agent-search-results-php form .row.number-agents{
        padding-top: 10px;
        text-align: center;
    }
    .page-template-page-market-watch.page-template-page-market-watch-php .slick-slider a.view-more--blue {
        text-align: center;
    }
}

.page-template-agent-search-results-php form .row.number-agents {
    float: left;
    width: 100%;
    padding-left: 0.625rem;
}

/*
.market-reports .row.row--margin-bottom--med .large-12.columns p {
	max-width: 740px;
	margin: auto;
}
*/

.page-template-page-market-watch.page-template-page-market-watch-php .market-reports .row.row--margin-bottom--med  {
    max-width: 740px;
    margin: 0 auto 60px;
}

.page-template-page-market-watch.page-template-page-market-watch-php .market-reports .row.row--margin-bottom--med  p{
    text-align: justify;
}


.page-template-page-market-watch.page-template-page-market-watch-php .slick-slider a{
    color: #122a4b;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    /*text-align: left;*/
    text-transform: uppercase;
}

.page-template-page-market-watch.page-template-page-market-watch-php .slick-slider a.view-more--blue i {
    color: #a7a486;
}

.page-template-page-market-watch.page-template-page-market-watch-php .slick-slider a.view-more--blue:hover {
    color: #1b62cb;
}

.page-template-page-market-watch.page-template-page-market-watch-php .page-curl a.view-more--blue:hover {
    color: #1b62cb;
}

.page-template-page-lifestyle-gallery-php .email-form label.gfield_label {
    margin: 1em 0 .3em;
}

.page-template-page-developments .listings-items .num {
    font: bold 20px/92px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.page-template-page-developments.development-landing .development-wrap .development {
    margin-bottom: 5px;
}

@media all and (min-width: 961px){
    .page-template-page-video .page-heading-box h1 {
        float: none;
        text-align: center;
    }
}

.page-template-page-video .page-heading-box h1 {
    float: none;
    text-align: center;
}

.page-template-page-video .row.full-width{
    max-width: none;
}

/*
.row.full-width .column.large-12 {
	  max-width: 71.25rem;
}
*/

.page-template-page-video .row.full-width .filters {
    max-width: 71.25rem;
    margin: auto;
    padding: 25px 0 19px;
}

@media only screen and (min-width: 1301px){
    .page-template-page-video .row.full-width .add-menu:before, .page-template-page-video .row.full-width .add-menu:after {
        box-shadow: none;
    }
}

@media only screen and (min-width: 961px){
    .page-template-page-video .row.full-width .add-menu:before, .page-template-page-video .row.full-width .add-menu:after {
        box-shadow: none;
    }
}

@media only screen and (min-width: 961px){
    .page-template-page-video .row.full-width .column, .page-template-page-video .row.full-width .columns {
        padding-right:0;
        padding-left:0;
    }
}

@media only screen and (min-width: 768px){
    .page-template-page-video .row.full-width .column, .page-template-page-video .row.full-width .columns {
        padding-right:0;
        padding-left:0;
    }
}

@media only screen{
    .page-template-page-video .row.full-width .column, .page-template-page-video .row.full-width .columns {
        padding-right:0;
        padding-left:0;
    }
}

.page-template-page-video .row.full-width .column, .page-template-page-video .row.full-width .columns {
    padding-right:0;
    padding-left:0;
}


@media all and (max-width: 767px){
    main#main {
        margin-top: 50px;
    }
}


.page-template-page-homepage-php .explore-section{
    padding: 45px 0 4px;
}

@media all and (min-width: 768px){
    .row.bottom-paginator .columns.small-6{
        float: right;
    }
}

@media all and (max-width: 767px){
    .page-template-page-prop-search-results-php .row.bottom-paginator .columns.small-6 {
        float: none;
        width:100%;
    }

}


.large-6.columns.prev-next {
    display:none;
}


.large-6.columns.prev-next ul.agent-next{
    float:right;
}

.large-6.columns.prev-next ul.agent-next li{
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.75rem;
    color:#0d2752;
}

.large-6.columns.prev-next ul.agent-next li a{
    color:#0d2752;
}

.large-6.columns.prev-next ul.agent-next li a:hover{
    color: #5991e3;
}


/*
.group-blog.staff-all-page .description-block .link-holder {
  position: relative;
  z-index: 3;
  margin: -74px 0 0;
  height: 70px;
  padding: 27px 0 0;
  background: url(/wp-content/themes/wpsir_2022/images/bg-more-taller.png) repeat-x 50% 100%!important;
}
*/


.page-template-page-homepage .animation-gallery .text-block h3 a, .animation-gallery .text-block h2 a{
    color: #fff;
}

.property-detail-page #main .article .accordion .content .list li:first-child {
    margin-top: 5px;
}


.gallery-filter-bar .add-nav li.all-areas {
    border-top: 1px solid #3f3f3f;
    max-width: 150px;
    padding-top: 10px;
    margin: 5px auto 0;
}

@media all and (max-width: 767px){
    .page-template-page-prop-search a.btn-top {
        bottom: 60px !important;
    }
}

.page-template-page-developments-php .development-wrap .description .title h3, .page-template-page-developments-php .development-wrap .description .title h3 a{
    color:#ccc;
}

.page-template-page-developments-php .development-wrap .description .title h3 a{
    letter-spacing: 2px;
}

.page-template-page-developments-php .development-wrap .description .title h3, .page-template-page-developments-php .development-wrap .description .title h3 a:hover{
    color:#fff;
}

.page-template-page-developments-php .development-wrap .description, .page-template-page-developments-php .development-wrap .listings-items li{
    color:#ccc;
}

@media all and (min-width: 767px){
    .start-section-holder .page-heading .select-holder {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
}

#site-navigation .top-bar-section .dropdown {
    margin-top: 0px;
}

.subsite.subsite-home-page .personal-information .phones-list li.agent-office-number::before {
    content: "O ";
}

@media only screen and (max-width: 767px){
    .subsite .listings-box.mobile-style .button {
        margin-bottom: 50px;
    }
}

.subsite.adv-search02 .btn-top, .property-detail-page .btn-top {
    bottom: 125px;
}

@media all and (max-width: 767px){
    .subsite footer#footer {
        margin-bottom: 50px;
        padding-bottom: 20px;
    }
    .subsite footer#footer #footer-wrapper{
        padding-bottom: 0px;
    }

    .subsite footer#footer #footer-section .address-footer{
        margin-bottom: 10px;
    }
}

.subsite footer#footer #footer-wrapper{
    padding: 20px;
}

.subsite footer#footer{
    padding-bottom: 20px!important;
}

.post-type-archive-mrt_community .row--margin-bottom--large p.all-communities {
    text-align: center;
}

.post-type-archive-mrt_community .row--margin-bottom--large p.all-communities a{
    color:#ccc;
}

.post-type-archive-mrt_community .row--margin-bottom--large p.all-communities a:hover{
    color:#fff;
}

@media all and (min-width: 767px){

    .post-type-archive.post-type-archive-mrt_community .large-4.columns:last-child {
        float: left;
    }

    .post-type-archive.post-type-archive-mrt_community .large-4.columns p.link--community {
        margin: 2% 0 5%;
    }

}

.sidebar-nav ul{
    margin-left: 0px;
}

.sidebar-nav ul li.side-nav {
    background: #f5f4f2;
    padding:20px;
    color:#122a4b;
    margin-bottom: 8px;
}

.sidebar-nav ul li.side-nav i{
    padding-left: 2%;
    color:#a7a486;
}

.sidebar-nav ul li.side-nav a{
    color:#122a4b;
    padding: 0 11px !important;
    letter-spacing: 1px;
    word-spacing: 2px;
    text-transform: uppercase;
    font: 500 13px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.sidebar-nav ul li.side-nav a:hover, .sidebar-nav ul li.side-nav a:hover i{
    color: #5d97d2;

}

.group-blog .content-frame form button.submit.right {
    background-color: #0f284d;
    text-transform: uppercase;
    font: 500 13px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

#add-new-address-link.add-new, #add-new-phone-link.add-new {
    color: #5d97d2;
}

.group-blog .content-frame form button.submit.right:hover {
    background: #243764;
}

.top-bar-section ul li.has-dropdown:hover .dropdown:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #a5978e;
    -o-border-image: none;
       border-image: none;
    border-style: solid;
    border-width: 10px;
    top: 0px;
    content: "";
    left: 50%;
    margin: 0 0 -1px -12px;
    position: absolute;
    z-index: 10;
    top: 14px;
    width: 10px;
}

.top-bar-section ul.dropdown {
    margin-top: 2px;
    border-top: 1px solid #a5978e;
}



.logged-in.group-blog main#main li#mylogin-favorites-wrapper .text-holder h3 a.address, .logged-in.group-blog main#main	ul.favorite-result-list h3 a.address{
    color: #0f284d;
}

.logged-in.group-blog main#main li#mylogin-favorites-wrapper .text-holder h3 a.address:hover, .logged-in.group-blog main#main	ul.favorite-result-list h3 a.address:hover{
    color: #5d97d2;
}




@media all and (max-width: 767px){
    #featured-areas .switcher-holder{
        display: none;
    }
}

/*
.brokerage-listing-section #listings .post {
	margin-right: 2px;
}
*/



.top-bar-section .triple-nav.has-dropdown:hover .dropdown:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #a5978e;
    -o-border-image: none;
       border-image: none;
    border-style: solid;
    border-width: 10px;
    top: 0px;
    content: "";
    left: 63.5%;
    margin: 0 0 -1px -5px;
    position: absolute;
    z-index: 10;
    top: 14px;
    width: 10px;
}

.top-bar-section ul li.menu-item-6381.has-dropdown:hover .dropdown:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #a5978e;
    -o-border-image: none;
       border-image: none;
    border-style: solid;
    border-width: 10px;
    top: 0px;
    content: "";
    left: 45%;
    margin: 0 0 -1px -10px;
    position: absolute;
    z-index: 10;
    top: 14px;
    width: 10px;
}

.getting-city-section .city-time-box.nyc_driving_box .heading .img-box {
    display: inline-block;
    vertical-align: top;
    margin: 25px 14px 0 0;
}

#listings .properties-list {
    text-align: center;
    margin: 0 -14px 10px;
}

#main .section-map .sub-headline h4 {
    padding-bottom: 3px;
}


#main .section-map .sub-headline p.sub-sub-heading {
    text-transform: uppercase;
    font-weight: 400;
}

#main .section-map .sub-headline p {
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
}

.blockquote-section blockquote.blockquote-container  {
    color: #dddddc;
    font: italic 26px/44px "freight-big-pro", "Times New Roman", serif;
}

.blockquote-section blockquote.blockquote-container footer span.author {
    color: #d3c54f;
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 5px;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
}

.blockquote-section blockquote.blockquote-container footer span.description {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #ccc;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    font-weight: normal;
    font-style: normal;
}

#listings .properties-list .post {
    display: inline-block;
    vertical-align: top;
    /*   width: 282px; */
    margin: 0 1px 4px 1px;
    position: relative;
}

@media all and (min-width:767px){
    nav.add-menu ul.filters {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 767px){
    #listings.listiong-sales-section .add-row-padding {
        margin: 5px 0;
    }
}

#page #main .section-list .comm-view-all.opener{
    color: #001e45;
    padding: 12px 5px;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 25px 6px 0px;
    transition:none;
    background: none;
    transform: none;
    -webkit-transform: none;
    position:relative;
    top:0;
    display:inline;
    left:0;

}

#page #main .section-list .comm-view-all.opener:hover{
    color: #5991e3;

}

/*
@media only screen and (max-width: 767px){
	.search-popup-custom .search-option-section .section-list .comm-view-all.opener {
	display: none !important;
}
}
*/





/*
 @media only screen and (max-width: 767px){
.section-list.active .sub-headline .comm-view-all {
  opacity: 1;
  visibility: visible;
}
}
*/



.your-search-bar .jcf-select.jcf-select-your-search-filter{
    font-weight: 200;
    /*   background: #fff; */
    background: linear-gradient(to bottom, #fff 0%, #eaeae9 100%);

}

.your-search-bar .jcf-select.jcf-select-your-search-filter .jcf-select-text {
    font-weight: 200;
}

.main-holder .your-search-bar .price-filter .opener {
    font-weight: 200;
    background: linear-gradient(to bottom, #fff 0%, #eaeae9 100%);
}

.search-option-section .input-holder.style99 .chosen-container.chosen-container-multi{
    background: #fff;
    border: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #d5d5d5;
    width: 100%;
    /*   height: 45px; */
    padding: 12px 50px 12px 16px;
    margin: 0;
    float: left;
    box-shadow: inset 3px 4px 5px rgba(0, 0, 0, .1);
    /*   white-space: nowrap; */
    /*
  text-overflow: ellipsis;
  overflow: hidden;
*/
}

.search-option-section .communities-in-box {
    min-height: 169px;
}

.select-filter.style00 .chosen-container.chosen-container-multi{
    background: #fff;
    border: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #d5d5d5;
    width: 100%;
    height: 45px;
    /*   padding: 12px 50px 12px 16px; */
    margin: 0;
    float: left;
    box-shadow: inset 3px 4px 5px rgba(0, 0, 0, .1);
    /*
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
*/

}

.row-filter.add-divider-two:after {
    content: "";
    position: absolute;
    left: 25%;
    bottom: 19px;
    width: 3%;
    height: 1px;
    background: #aaa9a7;
    margin: 0 0 0 -2.6%;
}

.row-filter.add-divider-three:after {
    bottom: 40px;
}

.search-option-section .row-filter .column-filter.full{
    width:100%;
}



.search-option-section .communities-in-box .input-holder.style99 i {
    margin-top: -3px;
}

.search-option-section .input-holder.style99 .button-search i {
    font-size: 17px;
    line-height: 17px;
    color: #d5d5d5;
    position: absolute;
    top: 50%;
}

.search-option-section .input-holder.style99 .button-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 45px;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    outline: none;
}

.popular-search-box .select-filter.style00 .button-search{
    position: absolute;
    top: 40%;
    right: 0;
    width: 48px;
    height: 30px;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    outline: none;
}

.popular-search-box .select-filter.style00 .button-search i{
    font-size: 17px;
    line-height: 17px;
    color: #d5d5d5;
    position: absolute;
    top: 50%;
}

.page-template-page-global-search .custom-search-box .jcf-select.jcf-select-home-search {
    font-weight: 200;
    /* background: #fff; */
    background: linear-gradient(to bottom, #fff 0%, #eaeae9 100%);
}

.global-search .properties-list .post {
    margin: 0 2px 4px 2px;

}

.global-search .custom-search-box .jcf-select.jcf-select-home-search .jcf-select-text {
    font-weight: 400;
}

.global-search.page-template-page-global-search-php .row .columns .short-description p{
    /*   text-align: justify; */
    max-width: 740px;
    margin: 0 auto 24px auto;
    padding: 0;
}


.brokerage-listing-section .listiong-sales-section .post:hover .add-info-block {
    display: block;
}

.brokerage-listing-section .listiong-sales-section .post {
    margin: 4px 0 0;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.brokerage-listing-section .listiong-sales-section .post:hover .base-text-box {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
}

.brokerage-listing-section .listiong-sales-section .post .base-text-box {
    position: absolute;
    width: 100%;
    padding: 0 28px 30px;
    left: 0;
    bottom: 0;
    z-index: 3;
    opacity: 1;
    visibility: visible;
    transition: all .35s ease-in-out;
    transform: translateY(0);
}

.brokerage-listing-section .listiong-sales-section .post{
    display:block;
}

.search-option-section .popular-search-box .arch .chosen-container-multi .chosen-choices {
    background-color: transparent;
    background: url("/wp-content/themes/wpsir_2022/images/custom_drop.png") no-repeat 96% 10px;
}


.search-option-section .popular-search-box .arch .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-size: 16px;
    color: #333;
}

.cell-filter.add-divider-three:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 19px;
    width: 5.2%;
    height: 1px;
    background: #aaa9a7;
    margin: 0 0 0 -2.6%;
}

.row-filter .select-filter select.filter-search {
    float: left;
    width: 100%;
    /*
  height: 44px;
  min-width: 100px;
  margin: 0;
  border-color: #d5d5d5;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eaeae9));
  background: -webkit-linear-gradient(top, #fff 0%, #eaeae9 100%);
  background: linear-gradient(to bottom, #fff 0%, #eaeae9 100%);
  box-shadow: none;
*/
    height: 34px;
}

.row-filter .select-filter select.filter-search{
    min-width: 100px;
    margin: 0;
    border-color: #d5d5d5;
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #eaeae9 100%);
    box-shadow: none;
    height: 44px;
}

.search-page-containner .keyword-search-box .search-container {
    overflow: visible;
    width: 100%;
}

@media all and (min-width:767px){
    .search-page-containner .keyword-search-box.top, .search-page-containner .mobile-key-search h5{
        display:none;
    }
}

.mobile-key-search h5{
    color: #4d4d4d;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}


.search-page-containner .listings-box{
    margin-bottom: 20px;
    width: 100%;

}

.search-page-containner .twocolumns .aside .listings-box h3.result-count{
    color: #fff;
}

.search-page-containner .communities-in-box.allow-overflow.clearfix .title{
    font: 26px/30px "freight-big-pro", "Times New Roman", serif;
}

.search-page-containner .communities-in-box.allow-overflow{
    background: rgb(251,250,247); /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to bottom,  rgba(251,250,247,1) 0%,rgba(224,223,220,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfaf7', endColorstr='#e0dfdc',GradientType=0 ); /* IE6-9 */


}

.search-page-containner .communities-in-box .communities-add-nav li a{
    background: #fff;
}


/*
@media all and (max-width:767px){
.search-page-containner .keyword-search-box.international-tab.side{
	height:auto;
	}
}
*/



.search-page-containner .keyword-search-box.international-tab .search-container {
    overflow: visible;
    width: 64%;
}


.search-page-containner .keyword-search-box.international-tab .listings-box{
    margin-bottom: 0;
    width: 334px;

}

.page-template-page-prop-search .communities-in-box.inter-tab {
    margin: 0 0 20px 0;
}

.keyword-search-box.international-tab .search-container .input-holder {
    overflow: hidden;
}

.page-template-page-prop-search .keyword-search-box.international-tab{
    display:none;
}


@media all and (min-width:767px){
    .page-template-page-prop-search .keyword-search-box.international-tab{
        display:block;
    }
}


.search-page-containner .aside .listings-box {
    position:relative;
}

.search-page-containner .aside .listings-box:after{
    content: "";
    position: absolute;
    top:45%;
    left:-10px;
    border: solid;
    border-width: 8px 9px;
    border-color: #133862 transparent transparent transparent;
    margin: 0 0 0 -6px;
    transform: rotate(90deg);

    /* 	background: url("/wp-content/themes/wpsir_2022/images/search-side-arrow.png")no-repeat 100% 100%; */

}

@media only screen and (max-width: 767px){
    #main .start-section-holder.alt{
        padding-bottom: 27px;
        margin-bottom: 0;
        background-color: #fff;
    }
}

@media all and (min-width: 767px){
    .page-template-page-global-search .row.start-section-holder.alt{
        padding-top: 78px;
    }

    .page-template-page-global-search .row.start-section-holder.alt .page-heading{
        margin-bottom: 50px;
    }

}

@media only screen and (max-width: 767px){
    .page-template-page-global-search .row.start-section-holder.alt .page-heading h1 {
        color: #0f284d;
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 70px;
    }

    .page-template-page-global-search .custom-search-box .holder {
        padding: 0 43px 0 0;
        margin-bottom: 20px;
    }

    .page-template-page-global-search #main .visual-block img{
        max-height: 150px;
    }
}

.subsite .personal-information .phones-list li.agent-office-number:before {
    content: "O ";
}




.post.guidesandreports {
    display:none;
}

.page-id-40 .post.guidesandreports{
    display:block;
}


.page-id-40.page-template-page-service-landing .start-section-holder .start-menu ul li:first-child, .page-id-40.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(2), .page-id-40.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(5){
    display:none;
}

.page-id-10099.page-template-page-service-landing .start-section-holder .start-menu ul li:first-child, .page-id-10099.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(2), .page-id-10099.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(5) {
    display:none;
}

.page-id-10098.page-template-page-service-landing .start-section-holder .start-menu ul li:first-child, .page-id-10098.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(2), .page-id-10098.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(5) {
    display:none;
}

.page-id-10111.page-template-page-service-landing .start-section-holder .start-menu ul li:first-child, .page-id-10111.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(2), .page-id-10111.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(5) {
    display:none;
}


.page-id-10110.page-template-page-service-landing .start-section-holder .start-menu ul li:first-child, .page-id-10110.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(2), .page-id-10110.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(5) {
    display:none;
}

.page-id-10109.page-template-page-service-landing .start-section-holder .start-menu ul li:first-child, .page-id-10109.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(2), .page-id-10109.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(5) {
    display:none;
}

.page-id-10104.page-template-page-service-landing .start-section-holder .start-menu ul li:first-child, .page-id-10104.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(2), .page-id-10104.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(5) {
    display:none;
}

.page-id-9336.page-template-page-service-landing .start-section-holder .start-menu ul li:first-child, .page-id-9336.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(2), .page-id-9336.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(5) {
    display:none;
}

.page-id-10108.page-template-page-service-landing .start-section-holder .start-menu ul li:first-child, .page-id-10108.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(2), .page-id-10108.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(5) {
    display:none;
}

.page-id-10107.page-template-page-service-landing .start-section-holder .start-menu ul li:first-child, .page-id-10107.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(2), .page-id-10107.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(5) {
    display:none;
}

.page-id-10100.page-template-page-service-landing .start-section-holder .start-menu ul li:first-child, .page-id-10100.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(2), .page-id-10100.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(5) {
    display:none;
}

.page-id-10106.page-template-page-service-landing .start-section-holder .start-menu ul li:first-child, .page-id-10106.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(2), .page-id-10106.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(5) {
    display:none;
}

.page-id-10103.page-template-page-service-landing .start-section-holder .start-menu ul li:first-child, .page-id-10103.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(2), .page-id-10103.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(5) {
    display:none;
}

.page-id-7258.page-template-page-service-landing .start-section-holder .start-menu ul li:first-child, .page-id-7258.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(2), .page-id-7258.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(5) {
    display:none;
}

.page-id-10101.page-template-page-service-landing .start-section-holder .start-menu ul li:first-child, .page-id-10101.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(2), .page-id-10101.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(5) {
    display:none;
}

.page-id-6802.page-template-page-service-landing .start-section-holder .start-menu ul li:first-child, .page-id-6802.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(2), .page-id-6802.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(5) {
    display:none;
}

.page-id-10105.page-template-page-service-landing .start-section-holder .start-menu ul li:first-child, .page-id-10105.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(2), .page-id-10105.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(5) {
    display:none;
}

.page-id-10102.page-template-page-service-landing .start-section-holder .start-menu ul li:first-child, .page-id-10102.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(2), .page-id-10102.page-template-page-service-landing .start-section-holder .start-menu ul li:nth-child(5) {
    display:none;
}



.subsite-home-page.left-off-canvas-menu {
    position:absolute;
    top:0;
}

.mls-disclaimer {
    background: #ebeae5;
    padding-bottom: 0;
    text-align: center;
}

.page-template-page-lifestyle-gallery #lifestyles-gallery.promo-section {
    padding-bottom:0;
}

@media all and (min-width:767px){
    .page-template-page-lifestyle-gallery .email-form.style02 .textarea-holder textarea, .page-template-page-lifestyle-landing .email-form.style02 .textarea-holder textarea{
        height: 322px !important;
    }
}

.page-template-page-lifestyle-gallery .email-form.style02 input, .page-template-page-lifestyle-landing .email-form.style02 input{
    padding:10px;
}

.page-template-page-lifestyle-gallery .email-form.style02 .label-holder label, .page-template-page-lifestyle-landing .email-form.style02 .label-holder label{
    margin-bottom: 0;
}

#lifestyle_form p.denotes {
    max-width: 450px;
    font-size: 12px;
    text-align: center;
    margin: 20px auto 0;
    line-height: 1.4em;
}

#lifestyle_form p.denotes span.required {
    color:#790000;
}

#menu-main-menu-1 li.menu-item-6379 ul.dropdown li.menu-item-6399:after{
    height:226px;
}

.home.page-template-page-homepage-php #main .explore-section {
    padding: 0px 0 4px
}

.home.page-template-page-homepage-php #main .explore-section .heading{
    margin: 0px;
}

.communities-in-box #resi_loc_chosen.chosen-container.chosen-container-multi,  .communities-in-box #rent_loc_chosen.chosen-container.chosen-container-multi, .communities-in-box #open_loc_chosen.chosen-container.chosen-container-multi{
    border-color: #888888;
    /* 	  box-shadow: inset 4px 4px 5px 4px rgba(170, 192, 218, .5); */
    box-shadow: inset 0px 0px 10px 1px rgba(170,192,218,1);
}


.jcf-select-drop-content .jcf-list .jcf-option {
    font-size: 12px;
}

@media only screen and (max-width: 767px){
    .single-mrt_community .section-map {
        display: block;
    }

    .single-mrt_community .section-map .sub-headline{
        padding: 15px 15px 29px;
    }
}



@media all
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
    .page-template-page-marketing-php .small-6.columns.images-section{
        display:none;

    }

    .page-template-page-marketing-php .small-6.columns.full-on-ipad{
        width:100%;
        padding: 0 10%;

    }
    #worldwide-reach p, #global-connect p, #celebrated-reputation p, #global-media p, #tech-advantage p, #go-go-listings p, #tailored-for-you p, #local-expertise p, #community-knowledge p, #your-life-your-style p, #our-experts p, #our-publications p, #trusted-results p{
        text-align: center;
    }
    #worldwide-reach h4, #global-connect h4, #celebrated-reputation h4, #global-media h4, #tech-advantage h4, #go-go-listings h4, #tailored-for-you h4, #local-expertise h4, #community-knowledge h4, #your-life-your-style h4, #our-experts h4, #our-publications h4, #trusted-results h4{
        text-align: center;
    }
    .page-template-page-marketing-php a.button.darkblue, .page-template-page-marketing-php a.button.btn-white-anim.white-bg{
        max-width: 300px;
    }
    /*
	.page-template-page-marketing-php .small-6.columns.full-on-ipad a{
		width: 300px;
	}
*/

    .page-template-page-marketing-php .small-6.columns.full-on-ipad .button-section{
        text-align: center;
        margin: auto;
        max-width:400px;


    }

}


.mls-attribution{
    background-color: #ebeae5;
    margin-bottom: 0;
    padding: 0px 30px 15px;

}

.mls-attribution p{
    color: #333;
    text-align: left;
    margin-bottom: 0;
}

.subsite-home-page .listings-section .posts .post{
    cursor:pointer;
}


.page-template-agent-landing .jcf-optgroup .jcf-optgroup-caption {
    font-weight: bold;
    color: #444;
    padding: 5px 6px;
    font-size: 14px;
}

.label-frame .checkbox-cell.square-style span.last-seven {
    font-weight: 400;
}

/*
@media only screen and (min-width: 1141px){
.search-content-result .add-menu-bar{

}
}
*/

@media only screen and (min-width: 1301px){
    #lifestyles-gallery .img-list h3 .num {
        font-size: 48px;
    }
}

@media only screen and (min-width: 961px){
    #lifestyles-gallery .img-list h3 .num {
        font-size: 38px;
    }
}

.page-template-page-lifestyle-gallery.page-template-page-lifestyle-gallery-php #lifestyles-gallery .slideset .add-title h3 a {
    color: #f4f4f4;
    font-size: 28px;
    line-height: 18px;
}


.page-template-page-lifestyle-gallery #lifestyles-gallery .slideset .add-title h3 a/* , .page-template-page-lifestyle-gallery #lifestyles-gallery .slideset .title h3 a  */{
    color: #fff;
    font-size: 28px;
    line-height:18px;
}

.page-template-page-lifestyle-gallery.page-template-page-lifestyle-gallery-php .description-block {
    padding-top: 0px;
}


#site-navigation .fixed-position .top-bar .title-area {
    margin-right: 43px;
}

.single-mrt_development .main-holder .fixed-container, .development-landing .subnav-bar.sticky-box{
    max-height:45px;
}

.single-mrt_development.development-page.staff-all-page .main-holder .section-overview {
    padding: 0 0 20px;
}

.single-mrt_development.development-page.staff-all-page .amenites-section {
    padding: 0px 0 32px;
}

.single-mrt_development.development-page.staff-all-page .listings-available-section .heading h2, .single-mrt_development.development-page.staff-all-page .amenites-section .heading h2, .single-mrt_development.development-page.staff-all-page #floorplans.table-container h3 {
    font: 40px/45px "freight-big-pro", "Times New Roman", serif;
    margin: 0;
    color: #122A4B;
    letter-spacing: 0;
}

.single-mrt_development .listings-available-section .table-holder table th{
    color:#333;
}

.single-mrt_development .listings-available-section #floorplans .table-holder table td.title-dev a strong{
    color:#0d2752;
}

.single-mrt_development .listings-available-section #floorplans .table-holder table td.title-dev a:hover strong{
    color:#324f94;
}

#listings.listings-available-section .footer-link .link-more:hover{
    color:#324F94;
}

@media all and (min-width: 1160px) {
    #site-navigation.top-bar .title-area {
        margin: 0 20px 0 11px;
    }
}

@media only screen and (min-width: 1140px){
    .fixed-position #site-navigation.top-bar .title-area {
        margin-right: 20px !important;
    }
}


.top-bar .name a .white-logo{
    width:300px;
    height:110px;
    margin:-6px 0 0 -1px;
}



.top-bar .name a .mobile{
    width:300px;
    margin:-6px 0 0 -1px;
}


.nophoto .site-header.sticky-box.header-sticky.fixed-position .top-bar .name a img.mobile{
    margin:-5px 0 0 -1px;
}

.nophoto .site-header.sticky-box.header-sticky .top-bar .name a img.mobile{
    margin:4px 0 0 -1px;
}


@media only screen and (min-width: 767px){
    .left-off-canvas-toggle {
        position: fixed;
        left: 12px;
        top: 17px!important;

    }
}



@media only screen and (max-width: 767px){
    #site-navigation.top-bar .name div.header-logo-image-non-h1 a .mobile,
    #site-navigation.top-bar .name h1 a .mobile {
        width: 200px;
        /*   padding: 0; */
        /* 	padding-left: 10px; */
        margin: -10px;
        height: 50px;
    }
}

@media all and (max-width: 960px) and (min-width:768px){
    #site-navigation.top-bar .name div.header-logo-image-non-h1 a .mobile,
    #site-navigation.top-bar .name h1 a .mobile{
        display: inline-block;
        width: 200px;
        height: 65px;
        margin: 0;
        padding: 0;
    }
}


@media all and (max-width: 1139px){
    #header_sell.june17 {
        width: 100%;
        padding: 0;
    }

}


@media all and (max-width: 1160px) and (min-width:961px){
    #site-navigation.top-bar .name div.header-logo-image-non-h1 a .mobile,
    #site-navigation.top-bar .name h1 a .mobile {
        width: 239px!important;
        height: 65px!important;
        /*       margin: -4px 0 0 -1px; */
        margin: 2px 0 0 -1px;
    }
    #site-navigation.top-bar .name div.header-logo-image-non-h1 a .white-logo,
    #site-navigation.top-bar .name h1 a .white-logo{
        margin: 5px 0 0 -1px;
        width: 239px!important;
        height: 65px!important;
    }
}



@media all and (max-width: 1160px){
    .search-content-result .slide .add-menu-bar .button{
        opacity:1!important;
        visibility: visible!important;
        transform: translateY(0)!important;
        margin-left:0;

    }

    .search-content-result .slide .add-menu-bar{
        margin-right: 12px;
    }


}


@media all and (max-width: 960px){
    .search-content-result .slide .text-holder{
        max-height: 190px;
        overflow: hidden;
    }
}

.img-list .slideset > li:hover .caption .q-links li{
    opacity: 1;
    transition: all, 2s, ease;
}
.img-list .q-links li{
    opacity: 0;

}

.brokerage-listing-section .listiong-sales-section .post:hover .base-text-box {
    display: block;
}

.page-template-page-careers #section-start .bluebold{
    font-weight: bold;
    color: #122a4b;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.page-template-page-careers #section-start{
    padding-bottom: 50px;
}

.page-template-page-careers #overview.section-overview .description-block p{
    text-align: justify;
}

#section-management a.more{
    color: #122a4b;
    font-weight: 900;
    text-transform: uppercase;
}

#section-management a.more:hover{
    color: #1b62cb;
}

#section-apply .heading .sub-title-careers-form {
    max-width: 450px;
    margin: auto;
}

.heading-two-license {
    margin-top: 10px;
    margin-bottom: 20px;
}

#GreatSchools.slide a.link-text-comm {
    color: #fff;
    margin: 9px 0 0;
    display: inline-block;
    vertical-align: top;
    transition: all .2s linear;
    font: 500 16px/20px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    word-spacing: 2px;
    text-transform: uppercase;
    height: 57px;
    padding: 18px 20px;
    background: none;
    border: 1px solid #b9b9b9;
}


#GreatSchools.slide a.link-text-comm:hover {
    color: #5991e3;
}


.results-content-holder .search-content-result .text-holder h3 a:hover {
    text-decoration: none;
    color:#013e8d;
}

.top-bar-section .dropdown li > a.has-dropdown.not-click:hover {
    color: #e3cc7a!important;
}

.page-template-page-contact .map-section .slide {
    height: 480px;
}

.page-template-page-contact .map-section .slide img.office-thumbs{
    height:75px!important;
    width:110px!important;
    max-width: none;
    max-height: none;
}


.page-template-page-contact .map-section .slide .thumb-number{
    float:left;
}

.page-template-page-contact .map-section .slide .notblue.smaller-title{
    float:right;
    font-size: 12px;
}

.page-template-page-contact .map-section .slide .column-one{
    width:110px;
    float:left;
}

.page-template-page-contact .map-section .slide .column-two{
    text-align: left;
    width:75px;

}

.page-template-page-contact .map-section .slide .column-one .thumb-number{
    font-size: 10px;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.page-template-page-contact .map-section .slide .column-one a.thumb-number{
    color:#001e45;
}

.page-template-page-contact .map-section .slide .column-one a.thumb-number:hover{
    color:#6ca1f0;
}

.page-template-page-contact .map-section .slide .column-two .smaller-title{
    text-align: left;
    margin-left: 0px;
    float:left;
    line-height: 14px;
    padding-bottom: 0;
    margin-bottom: 0;
    color:#0f284d;
    text-transform: none;
}

.page-template-page-contact .map-section .slide .orange-o{
    color:#c5a62e;
}

.page-template-page-contact .map-section .slide .get-directions{
    font-size: 8px;
    line-height: 10px;
    color:#001e45;
    font-weight: 400;
    padding-top: 0;
    margin-top:0;
}

.page-template-page-contact .map-section .slide .get-directions:hover{
    color:#6ca1f0;
}

.page-template-page-contact .map-section .slide .get-directions i.fa.fa-map-marker{
    padding-right: 3px;
    color:#6ca1f0;
}


.page-template-page-contact .map-section .slide .office-address{
    font-size: 10px;
    color:#404040;
    text-transform: none;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    font-weight: 300;
    line-height: 12px!important;
    padding:0;
    margin:0;
}

.page-template-page-contact .map-section .slide .office-address h6.add{
    margin-top: 0;
    padding-top: 0;
    font-size: 10px;
    line-height: 12px!important;
}

.page-template-page-contact .map-section .slide .popup .frame{
    /* 	width:289px; */
    height:140px;
}

@media only screen and (min-width:961px) and (max-width:1140px) {
    .page-template-page-contact .section-map .map-holder .popup .frame {
        padding: 10px!important;
        height:200px!important;
    }
}

@media only screen and (max-width: 1140px){
    body.page-template-page-contact .map-holder .infoBox img{
        margin-top: 0;
        margin-left:0!important;
        left:-123px;
        top:-20px;
    }
}

/*
.video-hp-main-hero-image-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 16%, rgba(0,0,0,0.06) 24%, rgba(15,15,15,0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(16%,rgba(0,0,0,0)), color-stop(24%,rgba(0,0,0,0.06)), color-stop(100%,rgba(15,15,15,0.65)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 16%,rgba(0,0,0,0.06) 24%,rgba(15,15,15,0.65) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 16%,rgba(0,0,0,0.06) 24%,rgba(15,15,15,0.65) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 16%,rgba(0,0,0,0.06) 24%,rgba(15,15,15,0.65) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 16%,rgba(0,0,0,0.06) 24%,rgba(15,15,15,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a60f0f0f',GradientType=0 );
}
*/

.video-hp-main-hero-image-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height:100%; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 57%,rgba(0,0,0,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

body .animation-gallery .text-block h3{
    margin: 0 0 4px;
}

@media all and (min-width:767px){
    .contacts-section {
        display:none;
    }
}

@media all and (min-width:767px){
    .office-details-page .contacts-section{
        display: block;
    }
}

@media all and (min-width:767px){
    .office-details-page .contacts-section .office-deets{
        margin-bottom: 20px;
    }
}

.contacts-section {
    padding:0!important;
}
.contacts-section .small-12.columns{
    padding:0;
}

#prop-prevnext.listing-btns li a{
    font-size: 12px;
    display:block;
}

#prop-prevnext.listing-btns li a i:first-child{
    margin-right:5px;
    font-size: 30px;
    vertical-align: middle;
    display: inline-block;
    padding-bottom: 5px;
}
#prop-prevnext.listing-btns li a i:last-child{
    margin-left:5px;
    font-size: 30px;
    vertical-align: middle;
    display: inline-block;
    padding-bottom: 5px;
}



.bar-listing-tools #prop-prevnext.listing-btns li {
    padding:0;
    margin:0;
    vertical-align: middle;
    text-align: center;
}

.bar-listing-tools #prop-prevnext.listing-btns li a{
    text-transform: uppercase;
}



.bar-listing-tools #prop-prevnext.listing-btns li a span.prev (text), .bar-listing-tools #prop-prevnext.listing-btns li a.span.next{
                                                                          vertical-align: middle;
                                                                          display: table-cell;
                                                                      }

.bar-listing-tools #prop-prevnext.listing-btns {
    width: 16%;
    padding: 0;
    margin: 0;
}

.bar-listing-tools.fixed-panel .like-buttons  {
    width: 6%;
    padding:0;
    margin:0;
}

body .bar-listing-tools.fixed-panel .tools-list {
    width: 50%;
}
@media only screen and (max-width: 961px){
    body .bar-listing-tools.fixed-panel .tools-list {
        width: 40%;

    }
    body .bar-listing-tools .button-holder{
        margin-right:4%;
        width: 24%;
        padding-right: 0;
    }
}

.bar-listing-tools .button-holder .button.propinquire{
    border:1px solid #a7a7a7;
    background: rgb(34,85,154);
    background: linear-gradient(to bottom, rgba(34,85,154,1) 0%,rgba(27,68,123,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22559a', endColorstr='#1b447b',GradientType=0 );
}

.bar-listing-tools .button-holder .button.propinquire:hover {
    background-color: #fff;
    background: #fff;
    color: #002c66;
}

@media only screen and (max-width: 767px){
    #prop-prevnext{
        display:inline-block;
        width:20%;
        float: right;
        margin:0;
        padding:0;

    }
}


.mobile-add-bar #prop-prevnext li{
    list-style-type: none;
    display:inline-block;
    margin:0;
    padding:0;
}

body .mobile-add-bar {
    padding: 5px 10px 5px 0px;
}

.mobile-add-bar #prop-prevnext.listing-btns li a i:first-child{
    margin-right:7px;
    font-size: 33px;
    margin-top:5px;
    color:#686868;
}
.mobile-add-bar #prop-prevnext.listing-btns li a i:last-child{
    margin-left:7px;
    font-size: 33px;
    margin-top:5px;
    color:#686868;
}

.mobile-add-bar #prop-prevnext.listing-btns li a:hover i:first-child, .mobile-add-bar #prop-prevnext.listing-btns li a:hover i:last-child{
    color: #001e45;
}

.mobile-add-bar #prop-prevnext.listing-btns li:last-child {
    border-left: 1px solid #dddddc;
    padding-left:3px;
}

body .mobile-add-bar .add-menu-bar {
    width:8%;
    float: left;
    padding-top: 5px;
}

body .mobile-add-bar .button-holder{
    float:left;
    padding-top: 5px;
    /* 	width:50%; */
}

body .mobile-add-bar .like-holder{
    float:left;
    padding-top: 5px;
}

body .animation-gallery .text-block .price {
    margin: 0 0 6px;
}

@media only screen and (max-width: 1160px) and (min-width: 768px){
    body .map-holder .popup .frame{
        padding: 18px 20px;
        margin-top: 0!important;
        padding-top: 0!important;
    }
    body .map-holder .popup .frame .column-one{
        width:110px;
        margin-top: 0!important;
        padding-top: 0!important;
    }

    body .map-holder .popup .frame .column-one img.office-thumbs {
        margin-top: 20px!important;
    }
    body .map-holder .popup  .column-two {
        width:100px;
        text-align: left;
        margin-top: 20px!important;
        margin-left: 25px!important;
        float:left;
    }

}

@media only screen and (max-width: 960px){
    .page-template-page-prop-search-results .filter-menu-bar .save-search-link{
        float:none;
    }
    .page-template-page-prop-search-results .filter-menu-bar .save-search-link .text .save-search{
        display:none;
    }
}

.market-report .page-heading h3.market {
    color:#9f9c94;
    text-transform: uppercase;
    font-size:19px;
    font-weight: 400;

}

@media only screen and (min-width: 1301px){
    .page-template-page-service-landing .cycle-gallery {
        margin: 0;
    }
}

@media only screen and (min-width: 961px){
    .page-template-page-service-landing .cycle-gallery {
        margin: 0;
    }
}

@media only screen and (min-width: 768px){
    .page-template-page-service-landing .cycle-gallery {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 420px){
    .page-template-page-service-landing .cycle-gallery {
        margin: 0;
    }
}

@media only screen and (min-width: 1301px){
    .page-template-page-service-landing .seller-services-section .heading {
        margin-top: 69px;
    }
}

@media only screen and (min-width: 961px){
    .page-template-page-service-landing .seller-services-section .heading {
        margin-top: 72px;
    }
}

@media only screen and (min-width: 768px){
    .page-template-page-service-landing .seller-services-section .heading {
        margin-top: 26px;
    }
}

@media only screen and (min-width: 420px){
    .page-template-page-service-landing .seller-services-section .heading {
        margin: 29px;
    }
}

@media all and (min-width: 767px){
    .page-template-page-service-landing .seller-services-section ul.services-posts{
        margin-top: 35px;
    }
}

@media all and (max-width: 767px){
    .search-holder .search-box fieldset .result{
        bottom: 18px;
        padding: 10px;
    }
    body .search-box .not-open-close .add-holder {
        max-height: 60px;
        margin-bottom: 0!important;
        padding-bottom: 0!important;
    }

    body .search-box .not-open-close .add-holder a.opener{
        margin-top: 4px;

    }
    body .search-box fieldset {
        padding: 8px 0 45px !important;
    }

}

body .slw-button .button {
    z-index:999;
}


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
    .i18n-en #site-navigation.top-bar .name div.header-logo-image-non-h1 a .white-logo,
    .i18n-en #site-navigation.top-bar .name h1 a .white-logo{
        margin: 5px 10px 0 0px;
        width: 280px!important;
        height: 80px!important;
    }

    .i18n-en #site-navigation.top-bar .name div.header-logo-image-non-h1 a .mobile,
    .i18n-en #site-navigation.top-bar .name h1 a .mobile{
        margin: 0px 10px 0 5px;
        width: 280px!important;
        height: 80px!important;

    }

    .i18n-en .top-bar-section ul {
        width: 40%;
    }

    .i18n-en .top-bar-section ul#menu-main-menu-1.noprint.left {
        float:none!important;
    }
}

a.button.market-tracker-print{
    width: 263px;
    background: #001e45;
    color: #fff;
    border: 1px solid transparent;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    padding: 2.3% 2%;
    margin-top: 2%;
    margin-bottom: 0;
}

a.button.market-tracker-print:hover{
    background: #fff;
    border: 1px solid #001e45;
    color: #001e45;
}

body.market-report .intro:after {
    display:none;
}

body.market-report .intro{
    padding:0;
}

body.market-report .market-center {
    width:100%;
    margin:0 auto;
}

body.market-report article {
    padding-bottom:0;
}





/** Community redesign, does not include code for homepage redesign **/
.community-redesign .main-holder .map-section.map-holder{
    height:538px;
}

.community-redesign .main-holder .map-section.map-holder .slide{
    height:538px;
}


.community-redesign .section-list .sub-headline {
    /* 	background: none; */
    background:#f6f5f2;
}

.community-redesign .section-list.bg-lines, .community-redesign .section-list.bg-lines .sub-headline{
    background: url(/wp-content/themes/wpsir_2022/images/bg-sub-headline.png);
}

@media only screen and (min-width: 1301px){
    .community-redesign .add-menu {
        margin: 0;
    }
}

@media only screen and (min-width: 768px){
    .community-redesign .add-menu {
        margin: 0;
    }
}

.community-redesign .add-menu{
    margin: 0;
}

.community-redesign .promo-section.lifestyle-comm .slideset figure .frame h3 a, .community-redesign .promo-section.lifestyle-comm .slideset figure .frame .category a {
    color: #f4f4f4!important;
}

.community-redesign .promo-section h2{
    margin-top:20px;
}

.community-redesign .promo-section h2:after{
    content: none;

}

@media only screen and (min-width: 768px){
    .community-redesign .img-list {
        padding: 0;
    }
}

.community-redesign .promo-section {
    padding:11px 0 0px;
}

.community-redesign .row.comm-news h2{
    font: 26px/30px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 24px;
    color: #122a4b;
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 35px;
    position: relative;
    text-align: center;
}

@media only screen and (min-width: 961px){
    .community-redesign .news-section > .frame {
        padding: 32px 0 70px;
    }
}

@media all and (min-width: 767px){
    .community-redesign .small-6.columns.community-search{
        float:none;
        margin:auto;
        padding:0;
    }
}


@media only screen and (max-width: 768px){
    .community-redesign .small-6.columns.community-search{
        width:100%;
    }

    .community-redesign .small-6.columns{
        width:98%;
        float:none!important;
        margin:auto;
    }
}

@media only screen and (max-width: 767px){
    .community-redesign .row.comm-news .columns h2 {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: .5px;
    }

}
@media only screen and (min-width: 480px)and (max-width: 960px){
    body.community-redesign .input-holder i{
        margin: -22px 0 0;
    }
}


@media only screen and (max-width: 960px){
    body.community-redesign .input-holder i{
        right: 30px;
    }

    .community-redesign .small-6.columns:first-child{
        margin-bottom: 10px;
    }

    body.community-redesign .post-carousel .switcher-holder li{
        display:none;
    }
}

/*
    .community-redesign .small-6.columns.community-search, .community-redesign .small-6.columns{
        position:relative;
    }
    */

/*
    .community-redesign .input-holder{
        position:relative;
    }
    */

.community-redesign .input-holder i {
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 17px;
    line-height: 17px;
    margin: -10px 0 0;
    color: #1a376d;

}

.community-redesign .community-search form .jcf-select .jcf-select-text{
    text-transform: uppercase;
    color:#1a376d;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    line-height: 48px;
    letter-spacing: 1px;
    word-spacing: -2px;
    font-weight: bold;
}

.community-redesign .community-search form .jcf-select{
    border-color: #1a376d;
    background: none;
    box-shadow: none;
}



.community-redesign .jcf-select .jcf-select-opener{
    background: url("/wp-content/themes/wpsir_2022/images/sprite.png") no-repeat -187px -141px;
}

.community-redesign .section-list .sub-headline h2.explore-title{
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.community-redesign .input-holder input{
    height:49px;
}

.single-mrt_community .video-center {
    margin: 0 auto 12px;
    max-width:735px;
}

.single-mrt_community .video-center h2{
    color: #313e5d;
    font: 38px/46px "freight-big-pro", "Times New Roman", serif;
    margin: 40px auto 30px;
    max-width: 600px;
    text-align: center;
}

@media all and (max-width:767px){
    .single-mrt_community .video-center h2{
        margin: 0px auto 20px;
    }
}
.galleria-info-text {
    line-height: 3;
}

.explore-section article.mar-rep .market-reports-grid h5{
    color: #f4f4f4;
    text-align: center;
    font: 200 18px/32px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    letter-spacing: 1.2px;
}

.explore-section article.mar-rep .market-reports-grid h3{
    color: #f4f4f4;
    text-align: center;
    font: 500 28px/32px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    letter-spacing: 1.2px;
}

.explore-section article.mar-rep .market-reports-grid{
    color: #f4f4f4;
    /*
    position: absolute;
    left: 30%;
    top: 30%;
*/
    text-align: center;
    font: 500 28px/32px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    right:0;
}

.explore-section article.mar-rep .market-reports-grid .text-frame {
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    padding-top: 0px;
    margin-top: 15%;
}

.explore-section article.mar-rep .button-holder-mr{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    text-align: center;
}

.explore-section article.mar-rep .mar-report-center-inner-buttons {
    vertical-align: middle;
    display: inline-block;
    padding-top: 0px;
    width:80%;
    margin-top: 30%;
}
.explore-section article.news-box-base.mar-rep .mar-report-center-inner-buttons {
    margin-top: 50%;
}

.explore-section article.mar-rep .button-holder-mr select .jcf-select .jcf-select-text{
    display: inline-block;
    color: #f4f4f4;
    vertical-align: top;
    padding: 13px 31px 12px;
    background: #1b2e4c;
    font: 500 16px/20px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    word-spacing: 3px;
}

.explore-section article.mar-rep .button-holder-mr span.jcf-select.jcf-unselectable{
    display: inline-block;
    color: #f4f4f4!important;
    vertical-align: top;
    padding: 13px 31px 12px;
    background: #1b2e4c;
    font: 500 16px/20px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    word-spacing: 3px;
    width: 48%;
}
.explore-section article.mar-rep .button-holder-mr select.jcf-ignore {
    display: none;
    color: #f4f4f4!important;
    vertical-align: top;
    padding: 12px 31px;
    background: #1b2e4c url(/wp-content/themes/wpsir_2022/images/down_arrow.png) 95% center no-repeat;
    font: 500 15px/20px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    word-spacing: 3px;
    width: 48%;
    height: 46px;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: '';
}
.explore-section article.mar-rep .button-holder-mr select.jcf-ignore.states,
.explore-section article.mar-rep .button-holder-mr select.jcf-ignore.active {
    display: inline-block;
}
.explore-section article.mar-rep .button-holder-mr select.jcf-ignore option {
    padding-left: 31px;
}

.explore-section article.mar-rep:hover .overlay{
    visibility: visible;
    background: rgba(0, 0, 0, .4);
}

.explore-section article.mar-rep .overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .45s ease-in-out;
}


.explore-section article.mar-rep .button-holder-mr span.jcf-select.jcf-unselectable .jcf-select-text{
    color: #f4f4f4!important;
    font: 500 16px/20px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    text-transform: uppercase;
    margin: 0;
}

.explore-section article.mar-rep a.see-all-mr{
    color: #f4f4f4!important;
    text-align: center;
}

.explore-section article.mar-rep .button-holder-see-all{
    padding-top:1%;
    text-align: center;
    text-transform: uppercase;
    font: 500 16px/20px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.explore-section article.mar-rep .button-holder-see-all a:before {
    content: "";
    display: inline-block;
    vertical-align: 0;
    width: 15px;
    height: 12px;
    overflow: hidden;
    margin-right: 11px;
    background: url(/wp-content/themes/wpsir_2022/images/sprite.png) no-repeat -161px -67px;
}

.explore-section article.mar-rep a.see-all-mr:hover{
    color: #fff !important;
    text-decoration: underline;
}

.explore-section article.mar-rep .button-holder-see-all a:hover:before {
    background: #1b2e4c url(/wp-content/themes/wpsir_2022/images/sprite.png) no-repeat -161px -67px;
}


.explore-section article.mar-rep .button-holder-mr .jcf-select.jcf-unselectable.jcf-select-connecticut{
    margin-right: 2%;
}

@media all and (max-width:600px){
    .explore-section article.mar-rep .button-holder-mr span.jcf-select.jcf-unselectable{
        display: block;
        width:90%;
        margin:0 auto;
    }
    .explore-section article.mar-rep .button-holder-mr .jcf-select.jcf-unselectable.jcf-select-connecticut{
        margin: 0 auto!important;
        margin-bottom: 2%!important;
    }
    .explore-section article.mar-rep .button-holder-see-all{
        margin-top: 5%;
    }
    .explore-section article.mar-rep .market-reports-grid .text-frame{
        margin-top: 12%;

    }
    .explore-section article.mar-rep .pic img.mar-report{
        width:auto;
        min-height: 350px;
    }
    .explore-section article.mar-rep .mar-report-center-inner-buttons{
        margin-top: 35%;
        width: 100%;
        padding-top: 0px;
        display: block;
    }
}


@media all and (max-width:960px)and (min-width:768px){
    .explore-section article.mar-rep .market-reports-grid .text-frame{
        padding-top: 0px;
        margin-top: 15%;
    }
    .explore-section article.mar-rep .pic img.mar-report{
        width:auto;
        min-height: 350px;
    }
    .explore-section article.mar-rep .button-holder-mr .jcf-select.jcf-unselectable{
        min-width: 0;
        height:auto!important;
    }
    .explore-section article.mar-rep .mar-report-center-inner-buttons{
        margin-top: 50%;
    }
}

@media all and (max-width:1200px)and (min-width:960px){
    .explore-section article.mar-rep .market-reports-grid .text-frame{
        padding-top: 0px;
        margin-top: 10%;
    }
    .explore-section article.mar-rep .pic img.mar-report{
        width:auto;
    }
    .explore-section article.mar-rep .button-holder-mr .jcf-select.jcf-unselectable{
        min-width: 0;
        height:auto!important;
    }
    .explore-section article.mar-rep .mar-report-center-inner-buttons{
        margin-top: 30%;
    }
}

@media all and (min-width:1360px){
    .explore-section article.mar-rep .market-reports-grid .text-frame{
        margin-top: 15%;
        padding-top: 0;
    }
    .explore-section article.mar-rep .mar-report-center-inner-buttons{
        margin-top: 25%;
        padding-top: 0;
        width: 60%;
    }
}

@media all and (max-width:960px) and (min-width:768px){
    .explore-section article.mar-rep .market-reports-grid .text-frame{
        padding-top: 0;
        margin-top: 20%;
    }
    body.explore-section article.mar-rep .mar-report-center-inner-buttons{
        margin-top: 35%!important;
    }
}

.top-bar-section ul > li.has-dropdown:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 9px;
    width: 8px;
    height: 5px;
    background: url(/wp-content/themes/wpsir_2022/images/arrow-litegray-small.png) no-repeat;
}
.top-bar-section ul li li.has-dropdown:after,
body.fixed-header .top-bar-section ul li li.has-dropdown:after,
body.nophoto .top-bar-section ul li li.has-dropdown:after {
    background: transparent;
}
body.i18n-en .top-bar-section ul li.has-dropdown:after {
    right: 4px;
}
body.fixed-header .top-bar-section ul li.has-dropdown:after,
body.nophoto .top-bar-section ul li.has-dropdown:after {
    background: url(/wp-content/themes/wpsir_2022/images/arrow-gray-small.png) no-repeat;
}
body.fixed-header .top-bar-section ul li.has-dropdown:after {
    bottom: 19px;
}
body.i18n-en.fixed-header.nophoto .top-bar-section ul li.has-dropdown:after {
    right: 0;
}
@media only screen and (max-width: 1140px) and (min-width: 961px) {
    .top-bar-section ul > li.has-dropdown:after,
    body.fixed-header .top-bar-section ul li.has-dropdown:after,
    body.nophoto .top-bar-section ul li.has-dropdown:after {
        background: transparent;
    }
    body.i18n-en .top-bar-section ul > li.has-dropdown:after {
        background: url(/wp-content/themes/wpsir_2022/images/arrow-litegray-small.png) no-repeat;
    }
    body.fixed-header .top-bar-section ul li.has-dropdown:after,
    body.nophoto .top-bar-section ul li.has-dropdown:after {
        background: url(/wp-content/themes/wpsir_2022/images/arrow-gray-small.png) no-repeat;
    }

    .top-bar-section ul li.has-dropdown:after,
    body.i18n-en .top-bar-section ul li.has-dropdown:after,
    body.i18n-en.fixed-header.nophoto .top-bar-section ul li.has-dropdown:after {
        right: 4px;
    }
    body.i18n-en .top-bar-section ul > li li.has-dropdown:after {
        background: transparent !important;
    }
}


/* new drop search */

.search-box fieldset .block a#headsubmitbtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    border: 1px solid #93928e;
    background: #001e44;
    color: #fff;
    text-transform: uppercase;
    font: 500 16px/18px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    height: 51px;
    cursor: pointer;
}

body .search-box .select2-container{
    border: none;
    padding-top: 3px;
    margin-right: 0;
}

body .search-box fieldset .block .jcf-select{
    border: none;
    background: none;
}

body .search-box fieldset .result .text, body .search-box fieldset .result .text span.plural {
    color: #fff;
    text-transform: uppercase;
    font: 500 16px/18px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}


body .search-box fieldset .block{
    padding: 0 253px 0 103px;
}

.search-box {
    background: none!important
}

body .search-box fieldset {
    padding:15px!important;
    background: rgba(194,194,189, .70);
    max-width: 834px;
    float: right;
    margin-right: 11.5%;
    min-height: 86px;
    box-shadow: 3px 5px 14px 0px rgba(0,0,0,0.4);
}

body .search-box fieldset .result{
    background: #001e45;
    top: 4px;
    padding: 0;
    min-height: 48px;
    right: 4px;
    width: 30%;
    z-index: 20;
    margin: 0;
}
body.subsite .search-box fieldset .result {
    top: 19px;
    right: 25px;
    width: 28%;
}
body.subsite .twitter-typeahead {
    margin-top: 2px;
    z-index: 9999;
}

body .search-box fieldset .result:hover{
    background: #001e44;
    opacity: .8;
}

body .search-box fieldset .result .number {
    display: inline;
    color:#e1cb78;
}

body .search-box fieldset .result .text{
    padding: 16px 0 0;
}

body .search-box fieldset .block .jcf-select .jcf-select-text {
    color: #001d47;
    font: normal 16px/50px "Benton Sans", Arial, Helvetica, sans-serif;
    padding-top: 4px;
}

body .search-box fieldset .block .jcf-select .jcf-select-opener{
    margin: -2px 0 0;
}

body .search-box fieldset .block .dividing-line {
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: solid;
    border-right-color: #dcdcdc;
    border-right-width: 1px;
    max-height: 30px;
    min-height: 30px;
    position: absolute;
    top: 13px;
    z-index: 999;
}

body .search-box .select2-container .select2-selection li.select2-search input[type=search] {
    font: normal 16px/20px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    color:#555555;
    padding-top: 2px;

}

body .search-box form#header_search_form:before, #header_sell:before {
    content: "";
    position: absolute;
    right: 13%;
    top: -15px;
    bottom: 0px;
    width: 34px;
    height: 15px;
    background: url("/wp-content/themes/wpsir_2022/images/wpsir-searchdrop-arrow2.png");
}

@media all and (max-width:1150px) and (min-width:1000px){
    body .search-box fieldset{
        max-width: none;
        width:80%;
        margin:0 10%;
    }

}

@media all and (max-width:999px){
    body .search-box fieldset{
        width:100%;
        max-width: none;
        margin-right: 0;
    }
    body .search-box fieldset .block .location{
        display:none;
    }

    body .search-box .columns.small-12{
        padding-left:0;
        padding-right:0;
    }
    body .search-box form:before{
        display:none;
    }
    body .search-box form, .search-box fieldset{
        padding: 0;
    }
    body .search-box fieldset .block .jcf-select .jcf-select-text{
        padding-top: 3px;
    }
    #header_sell:before {
        background: transparent !important;
    }

}

@media all and (max-width:960px){
    body .search-box .select2-container--default .select2-selection--multiple .select2-selection__rendered{
        padding: 12px 20px 8px;
    }
    body .search-box fieldset .block .jcf-select .jcf-select-opener{
        top: 65%;
    }
}

@media all and (max-width:767px){
    body .search-holder .search-box fieldset .result{
        width:100%;
        top: 55px;
        right:0;
        min-height: 35px;
        margin-top: 5px;
        height: 45px;
    }
    body .search-box fieldset {
        height: 125px!important;
        padding: 10px!important;
    }
    body .search-box fieldset .block .dividing-line {
        top: 13px;
    }
    body .search-box .select2-container .select2-selection li.select2-search input[type=search]{
        font: normal 13px/20px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
        padding-top: 2px;
    }
    body .search-box .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        padding: 15px 20px;
    }
    body .search-box form, .search-box fieldset{
        padding: 0;
    }
    body .search-box fieldset .result .text, body .search-box fieldset .result .text span.plural{
        padding-top: 5px;
    }
    body .search-box fieldset .block .jcf-select.jcf-select-search-add-style .jcf-select-opener{
        right:3px;
        margin-top: 0px;
        top: 28px;
    }
    body .search-box fieldset .block .jcf-select.jcf-select-search-add-style{
        padding: 20px 5px 10px;
    }
    body .search-box fieldset .block .jcf-select .jcf-select-text{
        padding-top: 2px;
        overflow: visible;
    }


}

body.subsite .search-box fieldset .result{
    right: 18px;
}

body.subsite .search-box fieldset .block input[type="search"] {
    border:none!important;
    box-shadow: none;
}


@media all and (max-width:960px){
    body.subsite .search-box fieldset .block input#header-keyword-props[type="search"] {
        margin-top:8px;
    }
    body.subsite .search-box fieldset .block .jcf-select.jcf-select-search-add-style .jcf-select-text{
        font: normal 14px/18px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    }
    body.subsite .search-box fieldset .block .jcf-select.jcf-select-search-add-style {
        padding: 16px 5px 10px;
    }

    body.subsite .search-box fieldset .block .jcf-select.jcf-select-search-add-style .jcf-select-opener {
        right: 0px;
    }
}

@media all and (max-width:767px){
    body.subsite .search-box fieldset .result {
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        position: relative;
    }
    body.subsite.nophoto #header .search-box fieldset .block {
        padding-left: 60px;
    }
}

.filter-news-section h3 {
    height: 14px;
    overflow: hidden;
}

.subsite .section-overview h3.agent-intro-text {font: 33px/40px "freight-big-pro", "Times New Roman", serif;text-align: center;}
.subsite .aboutagent-bullet-points{list-style-type: none;}
.subsite .aboutagent-bullet-points li span{font: 31px/40px "freight-big-pro", "Times New Roman", serif; color: #0f284d;}
.subsite .aboutagent-bullet-points li{padding-bottom: 1rem;}

.subsite .section-overview .article .accordion li.accordion-navigation {text-align: center;}
.subsite .blockquote-section {text-align:center; padding: 3.5em 0;}
.subsite .blockqoute-container {border-left:none;}
.subsite .blockqoute-container p{padding-bottom: 20px;font-family: "News Gothic MT";font-size: 24px;font-style: italic;line-height: 40px;}
.subsite .blockqoute-container h4{color: #0f284d}
.subsite .blockquote-section .blockqoute-container .slick-slide footer {padding-top:10px; color: #0f284d; border-top: 1px solid #DDDDDD!important; max-width: 80%; margin: 0 auto;}

.subsite .blockquote-section h4 {
    text-align: center;
    font: 40px/44px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 39px;
    color: #0f284d;
    letter-spacing: .5px;
}

.subsite .subnav-bar .sub-menu{float: none; display: inline-block;vertical-align: top;}
.subsite .social-image-container{ margin: 3em 0; max-height: 480px; overflow: hidden;}
.subsite .slick-next:before{    color: #0f284d;font: normal normal normal 14px/1 FontAwesome;}
.subsite .slick-prev:after{    color: #0f284d;font: normal normal normal 14px/1 FontAwesome;}
.subsite.subsite-home-page .personal-information {padding-top: 40px;}
body.subsite .personal-information .photo-box {max-width: 690px; padding-top: 50px;}
body.subsite .personal-information .text-holder {padding-top: 10%!important;}

@media all and (max-width:767px){
    body.subsite .blockquote-section i.fa.fa-angle-left, body.subsite .blockquote-section i.fa.fa-angle-right{display:none!important;}
    body.subsite .personal-information .photo-box {padding-top: 100px;}
    .subsite .video-section{margin-top: 50px;}
    body.subsite .personal-information .text-holder {
        padding-top: 2%!important;
    }
    .subsite .subnav-bar.sticky-box{ display: none;}
    .subsite .aboutagent-bullet-points {text-align: center;}
    .subsite .personal-information .heading {display: block;}
    .subsite .section-overview h1.agent-intro-text {padding-top: 20px; font: 21px/32px "freight-big-pro", "Times New Roman", serif;text-align: center;}
    .subsite .personal-information .button{min-width: 100%;}
    /* 	.subsite .personal-information .photo-box img { width: 390px;} */
}

@media only screen and (min-width: 768px){
    .subsite .slick-dots {opacity: 0;}
    .subsite .personal-information .photo-box img {
        width: auto !important;
        max-height: 440px !important;
    }
    .subsite .personal-information .photo-box img.xlsize {
        max-height: 540px !important;
    }
    .subsite .section-overview{margin-top: 75px;}
    .subsite .section-overview.no-intro {margin-top: 8px;}
    .subsite .slick-slide {margin-right: 10px;}
    body.subsite .personal-information .photo-box.address2 img {
        margin-bottom: 0;
    }
}

.subsite .main-agent-description{margin-bottom: 20px;}

.subsite  .social-image-container i.fa.fa-angle-right {
    top: 40%;
    right: 5%;
    position: absolute;
    color: #fff;
    font-size: 4em;
}

.subsite  .social-image-container i.fa.fa-angle-left {
    top: 40%;
    left: 5%;
    position: absolute;
    color: #fff;
    font-size: 4em;
}

.subsite  .blockqoute-container i.fa.fa-angle-right {
    top: 30%;
    right: 0;
    position: absolute;
    color: #0f284d;
    font-size: 4em;
}

.subsite  .blockqoute-container i.fa.fa-angle-left {
    top: 30%;
    left: 0;
    position: absolute;
    color: #0f284d;
    font-size: 4em;
}


.subsite .slick-slide img{width:100%;}
.subsite .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.subsite .slick-dots {
    position: relative;
    margin-left: 0;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.subsite .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.subsite .slick-dots li button:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #102238;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.subsite .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #102238;
}

@media all and (max-width: 767px){
    .subsite .slick-slide img{
        width: auto;
        height: 200px;
    }
    .subsite .slick-slide {
        min-height: 200px;
        max-height: 200px;
        height: calc(100vh - 390px);
        overflow-y: auto;
    }
    .subsite .blockqoute-container p {
        font-size: 20px;
        line-height: 30px;
    }
}

body.staff-all-page .section-overview .description-block ul {
    text-align: left;
}

.subsite.search-results-page .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.subsite.adv-search02 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
}
.subsite.search-results-page .select2-container--default .select2-selection--multiple .select2-selection__choice,
.subsite.adv-search02 .select2-container--default .select2-selection--multiple .select2-selection__choice {
    position: relative;
    top: 5px;
    margin-left: 10px;
}
.subsite.search-results-page .select2-container--default .select2-search--inline .select2-search__field,
.subsite.adv-search02 .select2-container--default .select2-search--inline .select2-search__field {
    margin: -5px 0 0;
    padding: 8px 5px 0 10px;
    box-shadow: none;
}
.subsite.adv-search02 .select2-container--default .select2-selection--multiple {
    padding: 5px 0 2px 10px;
    min-height: 44px;
}

body.page-template-page-prop-search .search-page-containner .search-top-section .listings-box
.button {
    padding-top: 19px;
}

.subsite.adv-search02 .search-option-section .communities-in-box .communities-add-nav li:first-child {
    padding-left: 7px;
}

.subsite #mobile_prop_gallery.mobile-gallery-fullscreen {
    height: 100vh !important;
}
.subsite .inner-wrap {
    min-height: 100vh;
}


/** Homepage update June 2017 **/
body .animation-gallery .slideset, body .animation-gallery .image-box {
    height: calc(100vh - 140px) !important;
}
body .animation-gallery .slideset video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
body .animation-gallery .text-block .yeller {
    border-left: 3px solid #e1cb78;
    padding-left: 12px;
    transition: all 0.5s ease;
}
body .animation-gallery .text-block .yeller:hover {
    margin-left: 10px;
}
body .animation-gallery .text-block h2 {
    font-size: 27px;
    margin-bottom: 8px;
}
body .animation-gallery .text-block h3 {
    text-shadow: 1px 2px 5px rgba(0, 0, 0, .75);
    font-size: 15px;
    letter-spacing: 1px;
    padding-bottom: 3px;
}
body .animation-gallery .text-block h3 strong {
    font-family: "News Gothic MT W01 Bold", Arial, Helvetica, sans-serif;
}
body .animation-gallery .switcher-block ul li {
    margin: 0 4px;
}
body .animation-gallery .switcher-block ul li a {
    width: 11px;
    height: 11px;
    border: 1px solid #595957;
    background: #0d0d0d;
}
body .animation-gallery .switcher-block ul li.active a {
    background: rgba(63, 63, 63, 1);
}
.animation-gallery .text-holder > .frame.vcslide {
    vertical-align: middle;
}
.animation-gallery .frame.vcslide .text-centered {
    padding: 72px 0 0;
}
@media only screen and (min-width: 1440px) {
    body .animation-gallery .slideset video {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
}
@media only screen and (max-width: 769px) {
    body .animation-gallery .text-block .yeller {
        border-left: none;
        margin-bottom: 30px;
    }
    body .animation-gallery .text-block .yeller:hover {
        margin-bottom: 35px;
        margin-left: 0;
    }
    body .animation-gallery .text-block h2 {
        text-shadow: 1px 2px 5px rgba(0, 0, 0, .75);
    }
}

/** Updated quicksearch June 2017 **/
body .search-box .june17 fieldset {
    padding: 11px !important;
    min-height: 64px;
    height: 64px;
}
body .search-box .june17 fieldset .block {
    padding: 0;
    min-height: 42px;
    height: 42px;
}
body .search-box .june17 .select2-container {
    width: calc(100% - 263px) !important;
    float: left;
}
body .search-box .june17 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 1px 20px;
    min-height: 0;
}
body .search-box .june17 fieldset .result {
    width: 130px;
    top: 0;
    right: 0;
    min-height: 42px;
}
body .search-box .june17 fieldset .result .text {
    font-size: 15px;
    line-height: 42px;
    padding: 0;
}

body .search-box form#header_search_form.june17:before, #header_sell:before {
    background: url("/wp-content/themes/wpsir_2022/images/wpsir-searchdrop-arrow3.png");
}
ul.toptabs {
    display: block;
    padding: 0;
    margin: 0 11.5% 0 0;
    background: #d2d3ce;
    background: linear-gradient(rgba(210, 211, 206, .85), rgba(236, 237, 234, 1));
    height: 34px;
    max-width: 833px;
    width: 100%;
    float: right;
    box-shadow: 3px 5px 14px 0px rgba(0,0,0,0.4);
}
ul.toptabs li {
    display: block;
    float: left;
    width: 33%;
    border-bottom: 4px solid transparent;
    height: 34px;
    text-align: center;
}
ul.toptabs li.active {
    border-bottom: 4px solid #0e2750;
}
ul.toptabs li a {
    color: #001d47;
    font-family: "News Gothic MT W01 Bold", Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 35px;
    padding: 6px 50px;
}
#th_price {
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    float: left;
    height: 46px;
    text-decoration: none solid rgb(51, 51, 51);
    outline: rgb(51, 51, 51) none 0px;
    width: 133px;
    border: 0px none rgb(51, 51, 51);
    font: normal 16px / 25.6px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    list-style: none outside none;
}
#th_price a {
    box-sizing: border-box;
    display: block;
    height: 42px;
    max-height: 100000px;
    text-align: left;
    text-decoration: none solid rgb(51, 51, 51);
    width: 133px;
    border-left: 1px solid #e4e5e2;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    font-size: 15px;
    outline: rgb(51, 51, 51) none 0px;
    padding: 13px 30px 13px 17px;
    position: relative;
    line-height: 1;
    color: #555;
}
#th_price a:after {
    bottom: 18px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    content: '';
    display: block;
    height: 8px;
    left: 103px;
    position: absolute;
    right: 16px;
    top: 22px;
    width: 13px;
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/wpsir_2022/images/sprite.png") no-repeat scroll -178px 0px / auto padding-box border-box;
    margin: -4px 0px 0px;
}

#th_price.active a:after {
    background-position: -66px -158px;
}

#th_price .slide{
    box-shadow: rgba(0, 0, 0, 0.15) 4px 4px 5px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    height: 56px;
    width: 290px;
    position: absolute;
    text-decoration: none solid rgb(51, 51, 51);
    top: 43px;
    right: 40px;
    background: #ecedea;
    border: 1px solid rgb(147, 146, 142);
    border-top: none;
    font: normal 16px / 25.6px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    margin: 0px 0px 0px -150px;
    padding: 10px;
}
#th_price .top_rent_prices, #th_price .top_sale_prices {
    width: 280px;
}
#th_price .cell-div {
    float: left;
    width: 15px;
    color: #555;
}
.search-box fieldset .block #th_price select {
    width: 126px !important;
    float: left;
    font-style: normal;
    margin: 0;
    padding: 0.25rem 0.5rem;
    font-size: 14px;
}
body .search-box .june17 .select2-container .select2-selection li.select2-search input[type=search] {
    font-size: 15px;
    padding-top: 2px;
}

@media (max-width: 1150px) and (min-width: 1000px) {
    ul.toptabs {
        max-width: none;
        width: 80%;
        margin: 0 10%;
    }
    .search-box form.june17 {
        padding: 0;
    }
    body .search-box .june17 .select2-container .select2-selection li.select2-search input[type=search] {
        padding-top: 2px;
    }
}
@media (max-width: 999px) {
    ul.toptabs {
        width: 100%;
        max-width: none;
        margin-right: 0;
    }
    body .search-box .june17 .select2-container .select2-selection li.select2-search input[type=search] {
        padding-top: 8px;
    }
}
@media (max-width: 767px) {
    ul.toptabs {
        background: rgba(229, 225, 221, 0.95);
        height: 30px;
    }
    ul.toptabs li {
        height: 30px;
    }
    ul.toptabs li a {
        font-size: 12px;
        line-height: 28px;
        padding: 0;
    }
    body .search-box .june17 fieldset {
        height: 44px !important;
        min-height: 44px;
        padding: 1px 11px !important;
        background: rgba(229, 225, 221, 0.95);
    }
    body .search-box .june17 .select2-container .select2-selection li.select2-search input[type=search] {
        padding-top: 8px;
        font-size: 13px;
        width: 100%;
    }
    body.subsite.nophoto #header .june17 .search-box fieldset .block {
        padding: 0 !important;
        height: 36px;
        min-height: 36px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 0px;
    }
    body .search-box .june17 .select2-container {
        width: calc(100% - 118px) !important;
    }
    #th_price, #th_price a {
        width: 67px;
        height: 36px;
    }
    #th_price a {
        font-size: 13px;
        padding: 11px 0 13px 13px
    }
    body .search-box .june17 fieldset .block #th_price select {
        font-size: 12px;
    }
    #th_price a:after {
        left: 50px;
        top: 19px;
    }
    body .search-box .june17 fieldset .result {
        width: 40px;
        margin-top: 0;
        height: 36px;
        min-height: 36px;
        padding: 1px;
        left: auto;
        position: absolute;
    }
    body .search-box .june17 fieldset .result .text {
        font-size: 13px;
        line-height: 36px;
    }
}
#sell-your-home {
    background-color: #132246;
    color:#f5f5f5;
    text-align: center;
    padding:30px 0;
}

#sell-your-home h2, #sell-your-home h1 {
    color:#ffffff;
    font: 26px/28px "freight-big-pro", "Times New Roman", serif;
}

#sell-your-home h4{
    color:#b8b7b7;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: bold;
    font-size: 16px;
}

#sell-your-home .button-holder a{
    border: 1px solid #f5f5f5;
    background: transparent;
    color:#b8b7b7;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: bold;
}

#sell-your-home .button-holder a:hover{
    background: #ffffff;
    color:#132246;
}

#main .explore-section{
    padding: 0px 0px 4px 0px;
}

.toptabs{
    background: rgba(236, 237, 234, 1)!important;
}

.search-box #header_sell fieldset .block {
    min-height: 42px;
    height: 42px;
}

.search-box #header_sell fieldset .block input[type="text"]{
    height: 42px;
    border: none;
    font: normal 15px/20px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    padding: 14px 20px 13px;
}


@media (max-width: 767px){
    .search-box #header_sell fieldset .block input[type="text"]{
        padding: 0 20px!important;
        height: 36px;
        min-height: 36px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 0px;
        font-size: 13px;
        line-height: 15px;
    }
}


@media only screen and (min-width: 768px){
    #sell-your-home h2 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: .5px;
    }
    #sell-your-home input {
        max-width:70%;
        margin: 0 auto 1rem auto;
        display: inline-block;
    }
}

@media only screen and (min-width: 961px){
    #sell-your-home .button-holder a {
        min-width: 230px;
        margin: 0 10px 10px;
    }
}

/** Busyide **/
.bsh_submit_header_btn, .bsh_submit_homebanner_btn {
    display: none;
}
form#bsh_form_header {
    width: 100%;
}
#header_sell {
    padding: 0 0 0 5px;
    margin: 0;
    width: 1120px;
}
.search-box #buyside_header form {
    padding: 0;
}
.search-box #buyside_header form input {
    box-shadow: none;
}
.june17 .block {
    padding-left: 0 !important;
}
/** end Buyside **/

@media all and (min-width: 961px){
    #main .animation-gallery .switcher-block-wrapper-outer{
        width:100%;
        position: relative;
        margin: 0 auto;
        clear:both;
        display: block;
        z-index: 10;
        max-width: 71.25rem;
    }
}


@media all and (min-width: 768px){
    #main .float-right{float:right;}
    body #main .animation-gallery .switcher-block {
        right: 0;
        left: auto;
        float:right;
        bottom: 35px;
    }

    body #main .animation-gallery .switcher-block ul{
        float:right;
    }

    body .animation-gallery .text-block{
        max-width:50%;
        float: left;
    }

    body .animation-gallery .text-block {
        padding: 0 0 40px 0px;
    }
}
@media (max-width: 1306px) {
    .property-detail-page .brokerage-listing-section .center-somehow-3>li:first-child {
        margin-left: 1% !important;
    }
    .property-detail-page .brokerage-listing-section li.simprop {
        width: 32%;
    }
    .property-detail-page .brokerage-listing-section .post-box {
        width: 100%;
    }
    .large-block-grid-4>li:nth-of-type(4n) {
        display: none !important;
    }
    .history-posts.large-block-grid-4>li:nth-of-type(4n) {
           display: block !important;
     }
}
@media (max-width: 1060px) {
    .property-detail-page .brokerage-listing-section .add-info-block .frame .add-list {
        display: none !important;
    }
    .property-detail-page .brokerage-listing-section .add-info-block .frame .price {
        font-size: 22px;
        line-height: 30px;
    }
}
@media (max-width: 768px) {
    .property-detail-page .brokerage-listing-section li.simprop {
        width: 100%;
    }
    .property-detail-page .brokerage-listing-section .center-somehow-3>li:first-child {
        margin-left: 0 !important;
    }
    .property-detail-page .brokerage-listing-section .add-info-block .frame .add-list {
        display: block !important;
    }
    .property-detail-page #main li.accordion-navigation .add-info-block a {
        color: #fff;
    }
}
.staff-all-page #listings .properties-list .post {
    margin: 0 -2px 4px 2px;
}
.filter-menu-bar .bottom-paginator {
    text-align: center;
}
.filter-menu-bar .bottom-paginator .pagination-box {
    width: auto;
}
.filter-menu-bar .bottom-paginator ul.pagination {
    margin: .5rem auto 0.15rem;
    text-align: center;
    display: inline-block;
    padding-right: 5px;
}
@media only screen and (min-width: 768px) {
    .filter-menu-bar .bottom-paginator ul.pagination li.prev span,
    .filter-menu-bar .bottom-paginator ul.pagination li.next span {
        display: inline-block !important;
    }
}
ul.pagination li.active span {
    display: block;
    padding: 0.0625rem 0.625rem;
    border-radius: 3px;
    font-weight: normal;
    font-size: 1em;
    line-height: inherit;
}
body.page-template-page-prop-search-results .filter-menu-bar .pagination-box {
    border: 1px solid #e9e9e9;
}
@media (max-width: 768px) {
    ul.pagination li.active span, ul.pagination li a {
        padding: 0.0625rem 0.25rem !important;
    }
    .filter-menu-bar .bottom-paginator ul.pagination li.prev a,
    .filter-menu-bar .bottom-paginator ul.pagination li.next a {
        padding: .25rem .75rem !important;
        border: 1px solid #ccc;
        border-radius: 6px;
        margin-top: -.25rem;
    }
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
    body.page-template-page-prop-search-results .filter-menu-bar .pagination-box {
        width: auto;
    }
}

.archive .mrt_press .text-holder p {
    margin-bottom: 0.15rem;
}
.section-market .sub-headline p.ny-school {
    text-transform: none;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 5px;
}
.page-heading p.ny-school {
    color: #9f9c94;
    text-transform: none;
    font-size: 14px;
    line-height: 24px;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    position: relative;
    top: -5px;
    display: inline-block !important;
}
.market-report-print .page-heading p.ny-school {
    color: #1a376d;
    font-size: 18px;
    padding-bottom: 6px;
}

@media only screen and (max-width: 768px) {
    .homepage-pointer {
        margin-left: 0 !important;
    }
}
/*@media only screen and (min-width: 768px) {*/
/*    #mobile-nav {*/
/*        display: none;*/
/*    }*/
/*}*/
@media only screen and (min-width: 768px) {
    iframe.tour_thinglink {
        padding-top: 90px;
    }
}

.your-search-bar-heading h1 {
    color: #333;
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 0;
    margin: 0;
    padding: 0 0 .45rem 0;
}

.page-template-page-prop-search-results .breadcrumbs-holder .breadcrumbs > *.current, .page-template-page-contact .breadcrumbs-holder .breadcrumbs > *.current{
    color: rgb(1, 29, 66);
}

/** New footer **/
body.page-template {
    height: initial;
}
.page-template-page-homepage .main-holder {
    padding-bottom: 25px;
}
@media all and (max-width: 767px) {
    .page-template-page-homepage .main-holder {
        padding-bottom: 0;
    }
}

/*date picker style fixes*/
#ui-datepicker-div{
    border: solid 1px #ddd;
    padding: 20px;
    background: #fff;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title{
    text-align: center;
}
#ui-datepicker-div .ui-datepicker-header{
    position: relative;
}
#ui-datepicker-div .ui-datepicker-next span{
    right:10px;
    position: absolute;
}

#ui-datepicker-div .ui-datepicker-prev span{
    left:10px;
    position: absolute;
}

#ui-datepicker-div .ui-datepicker-prev:before,
#ui-datepicker-div .ui-datepicker-next:before {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    display: flex;
    font-weight: normal;
    align-items: center;
    justify-content: center;
}

#ui-datepicker-div .ui-datepicker-prev:before {
    content: "\f100";
    left:0;
}

#ui-datepicker-div .ui-datepicker-next:before {
    content: "\f101";
    right: 0;
}

h2.team-title {
    text-transform: none !important;
}
@media only screen and (min-width: 767px) {
    h2.team-title {
        font-size: 14px !important;
    }
}

/* Advanced Search Page Updates 2022-02 */
/* The switch - the box around the slider */
.wps-switch {
    position: relative;
    display: inline-block;
    width: 72px;
    height: 28px;
    top: 8px;

    float: right;
    margin-right: 14px;
}

/* Hide default HTML checkbox */
.wps-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.wps-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

.wps-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    right: 5px;
    bottom: 5px;
    background-color: white;
    transition: .4s;
}

input:checked + .wps-slider {
    background-color: #062E54;
}

input:focus + .wps-slider {
    box-shadow: 0 0 1px #062E54;
}

input:checked + .wps-slider:before {
    transform: translateX(-44px);
}

/* Rounded sliders */
.wps-slider.round {
    border-radius: 28px;
}

.wps-slider.round:before {
    border-radius: 50%;
}
.wps-slider-on-text {
    z-index: 5;
    position: absolute;
    top: 3px;
    left: 31px;
    font-size: 15px;
    color: #fff;
    opacity: 0;
    transition: .4s;
}
input:checked + .wps-slider + .wps-slider-on-text {
    opacity: 1;
}

.row-filter .select-filter.sold-toggle-filter {
    padding-top: 18px;
    padding-bottom: 12px;
}

.sold-toggle-wrapper {
    height: 62px;
    padding: 8px 6px;
    border: 1px solid #B9B9B9;
    background: #DDDCDA;
    width: 100%;
}
.sold-toggle-wrapper label.sold-label,
.sold-toggle-wrapper label.rentals-label {
    line-height: 46px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 0 14px 0 5px;
    position: absolute;
    z-index: 6;
    top: 26px;
    width: 43%;
}
.sold-toggle-wrapper label.rentals-label {
    padding: 0 2px 0 5px;
}
.sold-toggle-wrapper label.rentals-label + label.wps-switch {
    margin-right: 7px;
}
.sold-toggle-wrapper .left, .sold-toggle-wrapper .right {
    width: 50%;
}
.sold-toggle-filter .new-flag {
    right: -22px;
    line-height: 1.7;
    color: #fff;
    padding: 2px 3px;
    background: #c8453c;
    position: absolute;
    top: 8px;
    width: 28px;
    height: 15px;
    font-size: 8px;
    text-transform: uppercase;
    text-align: center;
}
.sold-toggle-wrapper .select2-container--default .select2-selection--single {
    padding: 10px 10px;
}
@media only screen and (max-width: 767px) {
    .sold-toggle-wrapper .select2-container--default .select2-selection--single {
        min-height: 44px;
    }
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-image: none;
}

.vr-svg{
    width: 25px;
}

.searches-menu .vr-tour{
    position: relative;
}
.searches-menu .vr-tour::after{
    content: 'new';
    color: #fff;
    padding: 2px 3px;
    background: #c8453c;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 15px;
    font-size: 8px;
    line-height: unset;
    text-align: center;
}

.results-content-holder-view02 .price-box .vr-icon {
    height: 28px;
    border-radius: 30px;
    padding: 7px 2px 1px;
    right: auto;
    left: 10px;
    margin: -14px 0 0;
    font-size: 8px;
    line-height: 14px;
    position: absolute;
    top: 30%;
    z-index: 4;

}

.results-content-holder-view02 .price-box .vr-icon:hover {
    transition: background-color .1s .3s, color .1s .3s;
    animation: anim-moema-1 .3s forwards;
    border-color: #fff;
}

.results-content-holder-view02 .price-box .vr-icon .vr-svg-white{
    width:25px;
    margin: 0 auto;
}

.results-content-holder-view02 .price-box .vr-icon span{
    color: #e4e4e4;
    font-size: 6px;
    font-weight: 800;
    text-transform: uppercase;
}

@media all and (max-width: 767px) {
    .results-content-holder-view02 .price-box .vr-icon {
        top: 30%;
    }
    .results-content-holder-view02 .price-box .vr-icon .vr-svg-white{
        width:20px;
    }

}

.property-detail-page .email-form .showing-label-holder{
    padding-top: 16px;
}
.property-detail-page .email-form .label-holder .showing-bold{
    font-weight: bold;
    font-size: 12px;
}

.property-detail-page .email-form .label-holder .showing-bold span{
    font-weight: normal;
}

.check-inside-btns {
    padding: 8px 10px;
    width: 100%;
    display: inline-block;
    min-width: 100px;
    margin: 0 0 .5rem;
    border: 1px solid #b5b5b5;
    background: #fff;
    background: rgb(255,255,255);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(232,232,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e9',GradientType=0 );

    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eaeae9));*/
    /*background: -webkit-linear-gradient(top, #fff 0%, #eaeae9 100%);*/
    /*background: linear-gradient(to bottom, #fff 0%, #eaeae9 100%);*/
    box-shadow: none;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;

}
#tour-in-person-btn{
    max-width: 48.5%;
    margin-right: 1.5%;
    float: left;
}
#virtual-tour-btn{
    max-width: 48.5%;
    margin-left: 1.5%;
    float: left;
    position: relative;
}
.virtual-brochure-link .new-tag,
#virtual-tour-btn .new-tag{
    position: absolute;
    top: -7px;
    right: 5px;
    background: #c6473e;
    padding: 1px 4px;
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
}

.virtual-brochure-link .new-tag span,
#virtual-tour-btn .new-tag span{
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: bold;
}

.type-of-tour{
    display: flex;
    flex-direction: row;
    margin-bottom: .5rem;
}

.check-inside-btns .jcf-checkbox {
    margin: -1px 5px 0 0;
}

/*.check-inside-btns .jcf-checkbox span {*/
/*position: absolute;*/
/*display: none;*/
/*top: -1px;*/
/*left: -1px;*/
/*background: url(/wp-content/themes/wpsir_2022/images/sprite.png) no-repeat -186px -119px;*/
/*width: 14px;*/
/*height: 12px;*/
/*}*/

/*.check-inside-btns .square-style .jcf-checkbox {*/
/*width: 20px;*/
/*height: 20px;*/
/*box-shadow: inset 5px 5px 5px 0 rgba(0, 0, 0, .1);*/
/*background: #fff;*/
/*border: 1px solid #93928e;*/
/*border-radius: 0;*/
/*float: left;*/
/*margin: 0;*/
/*outline: none;*/
/*}*/

/*.check-inside-btns .square-style .jcf-checkbox span {*/
/*display: none;*/
/*}*/


.bar-listing-tools  .tour-arrow-group{
    padding: 0;
    /*margin: -35px 0 0;*/
    margin-top: -7px;
}
.bar-listing-tools  .tour-arrow-group .tour-arrow{
    font-size: 10px;
    line-height: 14px;
    text-align: left;
    font-weight: 500;
    text-shadow: #000000 0 0 0px;
    -webkit-font-smoothing: antialiased;
    padding: 5px 5px 5px 35px;
    position: relative;
    width: 160px;
    color:#212c20;
}

.bar-listing-tools .tour-arrow-group .arrow-shape-group{
    margin: 0 auto;
    position: relative;
    display: flex;
}

.bar-listing-tools .tour-arrow-group .arrow-shape-group .new-tag{
    position: absolute;
    top: 3px;
    left: 0;
    background: #c6473e;
    padding: 1px 4px;
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
}

.bar-listing-tools .tour-arrow-group .arrow-shape-group .new-tag span{
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: bold;
}

.bar-listing-tools .tour-arrow {
    background: url('/wp-content/themes/wpsir_2022/images/shadow-arrow-tour.png');
    background-size: 100% 100%;
    width:124px;
    height:43px;
}

.bar-listing-tools .tour-arrow-group .tour-arrow:hover {
    color: #0f284d;
}


.fixed-container .bar-listing-tools.fixed-panel .tools-list{
    width: 35%;
}


@media only screen and (min-width: 961px){
    .fixed-container .bar-listing-tools .tour-arrow-group {
        width: 154px;
        float: left;
        /*margin: 0 1%;*/
        margin: 0 1%;
    }
    .fixed-container .bar-listing-tools.fixed-panel .tools-list{
        width: 40%;
    }

    .fixed-container .bar-listing-tools .button-holder {
        width: 35%;
        display: inline-block;
    }
    .fixed-container .bar-listing-tools .button-holder .button{
        margin: 0 1%;
        display: inline-block;
    }

    .fixed-container .bar-listing-tools.fixed-panel .like-buttons {
        width: 4%;
    }
    .fixed-container .bar-listing-tools #prop-prevnext.listing-btns {
        width: 12%;
        padding: 10px 0;
    }
}

.flex-btn-group{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
}

@media only screen and (min-width: 1260px){
    .fixed-container .bar-listing-tools .tour-arrow-group {
        /*margin: 0 1% 0 1%;*/
        margin: 0;
        position: absolute;
        z-index: 10;
    }
    .fixed-container .bar-listing-tools.fixed-panel .tools-list{
        width: 45%;
    }

    .fixed-container .bar-listing-tools .button-holder {
        width: 33.5%;
        display: inline-block;
    }
}


@media only screen and (max-width: 1260px){
    .fixed-container .bar-listing-tools .tools-list{
        /*width: 42%;*/
        width: 30%;
    }
    .fixed-container .bar-listing-tools .tools-list li {
        width: 18%;
    }
    .fixed-container .bar-listing-tools .tour-arrow-group {
        width: 135px;
        float: left;
    }
    .main-holder .bar-listing-tools .tools-list .text {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1105px){
    .main-holder .bar-listing-tools .tools-list .text {
        display: none;
    }
}

@media only screen and (max-width: 1060px) and (min-width: 961px){
    .main-holder .fixed-container .bar-listing-tools .tools-list {
        /*display: none;*/
        width: 30%;
    }
    .main-holder .fixed-container .bar-listing-tools .button-holder {
        width: 40%;
    }
}


@media only screen and (max-width: 960px){
    .bar-listing-tools .tour-arrow-group .tour-arrow {
        margin-top: 3px;
    }
    .fixed-container .bar-listing-tools.fixed-panel .tools-list{
        width: 28%;
    }
    .fixed-container .bar-listing-tools .tools-list li {
        width: 18%;
    }

    .fixed-container .bar-listing-tools .button-holder {
        width: 38%;
        display: inline-block;
        margin-right: 1%;
    }
}


@media only screen and (min-width: 1141px) {
    .property-detail-page .bar-listing-tools .listing-btns, .property-detail-page .bar-listing-tools .like-buttons, .property-detail-page .bar-listing-tools .button-holder {
        margin-top: .35rem;
    }
    .bar-listing-tools .tools-list .tour-arrow-group .arrow-shape-group {
        position: relative;
        display: inline;
        margin-right: -15px;
    }
}

.property-detail-page #main .section-overview.style02 .safe-virtual-options{
    border:1px solid #848484;
    padding: 10px 20px;
    margin-bottom: 2rem;
    display: inline-block;

}

.property-detail-page #main .section-overview.style02 .safe-virtual-options p{
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    color: #5e5e5e;
    font-weight: 600;
}

.property-detail-page #main .section-overview.style02 .safe-virtual-options p a{
    color: #5e5e5e;
}

.property-detail-page #main .section-overview.style02 .safe-virtual-options p a:hover{
    color: #0f284d;
}

.property-detail-page #main .section-overview.style02 .safe-virtual-options p span{
    color:#1a1a1a;
}

/*mobile tour btn*/

.mobile-add-bar .tour-arrow-group{
    display: inline-block;
    float: left;
    width: auto;
    position: relative;
    min-width: 70px;
}

.mobile-add-bar .tour-arrow-group .arrow-shape-group{
    display: inline;
    color:#212c20;
}

.mobile-add-bar .tour-arrow-group .arrow-shape-group .tour-arrow{
    font-size: 8px;
    line-height: 10px;
    text-align: left;
    font-weight: 600;
    padding: 10px 5px 5px 25px;
    position: relative;

    background: url(/wp-content/themes/wpsir_2022/images/shadow-arrow-tour.png);
    background-size: 100% 100%;
    width: 70px;
    height: 43px;
    display: block;
    color: #212c20;
    margin-right: 2px;
}


.mobile-add-bar .tour-arrow-group .arrow-shape-group .new-tag{
    position: absolute;
    top: 3px;
    left: 5px;

    background: #c6473e;
    padding: 1px 4px;
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
}

.mobile-add-bar .tour-arrow-group .arrow-shape-group .new-tag span{
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 5px;
    font-weight: bold;
}


@media only screen and (max-width: 767px){
    .mobile-add-bar #prop-prevnext {
        position: absolute;
        right: 0;
    }
    body .mobile-add-bar .button-holder {
        display: inline-block;
        width: auto;
    }

    body .mobile-add-bar .button-holder .button {
        width: auto;
    }
    .mobile-add-bar .like-holder {
        display: inline-block;
        vertical-align: top;
        width: 8%;
        margin: 0 1%;
    }
    body .mobile-add-bar .add-menu-bar {
        margin-left: -7px;
    }
}

.type-of-tour label {
    font-weight: 600;
    display: inline;
    font-size: 12px;
    margin: 0;
}

/*new pop up contact form*/

.mfp-wrap.contact-form-popup {
    z-index: 9999999 !important;
}

.popup.cform-popup div.main-holder {
    padding: 0!important;
}

.contact-form-popup div.main-holder{
    padding:0!important;
}

.contact-form-popup .mfp-container .mfp-content{
    max-width: 450px;
    padding:0;

}

/** Virtual open houses on prop detail pages **/
.oh-virtual-title img {
    width: 27px;
    height: 26px;
    margin-right: 6px;
}
a.oh-more-info.opener {
    color: #0d2752 !important;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    margin: -1px 0 8px 0;
    padding: 0 !important;
}
.active a.oh-more-info.opener i.fa-chevron-down:before {
    content: "\f077";
}
a.oh-link {
    color: #0d2752;
    text-transform: uppercase;
    margin-top: 1rem;
    font-weight: 600;
    display: block;
    text-align: left;
}
a.oh-link i {
    color: #ABABAB;
    margin-left: 4px;
}
.open-house-section .open-house-box .opener:before, .open-house-section .open-house-box .opener:after {
    display: none;
}
.open-house-section .open-house-box .slide-block p:first-child {
    text-align: justify;
    color: #000;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #ddd;
}
@media all and (max-width: 767px) {
    .oh-virtual-title {
        font-weight: 600;
    }
    .oh-virtual-title img {
        display: block;
        margin: 3px auto 7px;
    }
    .open-house-section .open-house-box .slide-block p {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }
}
.results-content-holder-view02 .important-note {
    width: 152px !important;
    margin: 0 0 0 -76px !important;
}
@media only screen and (min-width: 1141px) {
    .results-content-holder-view02 .important-note {
        width: 168px !important;
        margin: 0 0 0 -84px !important;
    }
}


.virtual-brochure-link {
    color: #12274f;
    position: relative;
    margin-top: 13px;
    display: block;
    z-index: 5;
}
.virtual-brochure-link:hover {
    color: #437798;
}
.virtual-brochure-link img {
    vertical-align: bottom;
    margin-right: 1px;
}
.virtual-brochure-link .new-tag {
    top: 8px;
    right: 0;
}
@media only screen and (max-width: 1140px) {
    .virtual-brochure-link .new-tag {
        position: relative;
        top: -3px;
        width: 28px;
        display: inline-block;
    }
}

/*new accept offer pops up*/
.accepted-offer-banner{
    background: #0d316d;
    color:#fff;
    padding: 5px 10px;
    position: absolute;
    top:0;
    left: 28%;
    right: 28%;
    text-align: center;
}

.flex-price-group{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-content: flex-end;
}

.flex-price-group .popup-accept-offer{
    padding: 0 66px 0 0;
    color:#238802;
    font-weight: 600;

    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}
.flex-price-group .popup-accept-offer .ao-text.active {
    cursor: default;
}
.flex-price-group .popup-accept-offer .ao-text.pending {
    color: #bba453;
    cursor: default;
}
.flex-price-group .popup-accept-offer .ao-text.sold {
    color: #c6473e;
    cursor: default;
}

@media all and (max-width: 960px){
    .flex-price-group .popup-accept-offer {
        padding: 0;
    }
}
@media all and (max-width: 767px){
    .flex-price-group {
        align-items: center;
    }
}


.flex-price-group .popup-accept-offer .ao-text{
    font-size: 12px;
}
.accepted-offer-banner .popup-accept-offer {
    line-height: 10px;
}
.accepted-offer-banner .popup-accept-offer .ao-text{
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.accepted-offer-banner .popup-accept-offer i{
    background: url(/wp-content/themes/wpsir_2022/images/info.svg);
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-bottom: -3px;
}
.popup-accept-offer.prop-dee i {
    background: url(/wp-content/themes/wpsir_2022/images/info-blue.svg);
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-bottom: -3px;
}

.accepted-offer-banner .popup-accept-offer i:hover, .popup-accept-offer.prop-dee i:hover{
    opacity:.7;
}

.accepted-offer-banner .popup-accept-offer .popuptext:after, .accepted-offer-banner .popup-accept-offer .popuptext:before {
    right: 28%;
    left:auto;
}

.flex-price-group .popup-accept-offer i {
    color: #06234c;
}

.results-content-holder .results-content-holder-view02 .image-box{
    overflow: visible;
}

/* The actual popup */
.popup-accept-offer .popuptext {
    opacity: 0;
    transition: 0.2s all;
    width: 180px;
    background-color: #fff;
    border: 1px solid #bcbbb9;
    color: #06234c;
    padding: 5px;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 200;
    text-align: center;
    border-radius: 6px;
    /*padding: 8px 0;*/
    position: absolute;
    z-index: 666;
    bottom: 125%;
    left: 58%;
    margin-left: -80px;
}

.popuptext {
    position: relative;
    background: #fff;
    border: 1px solid #bcbbb9;
}
.popuptext:after, .popuptext:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.popuptext:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.popuptext:before {
    border-color: rgba(188, 187, 185, 0);
    border-top-color: #bcbbb9;
    border-width: 11px;
    margin-left: -11px;
}

.popup-accept-offer .popuptext.show {
    opacity: 1;
}

.popup-accept-offer.prop-dee .popuptext:after, .popup-accept-offer.prop-dee .popuptext:before {
    right: 20%;
    left: auto;
}
.popup-accept-offer.prop-dee .popuptext{
    right: 15%;
    left: auto;
}

/*list style ao popups*/

.popuptext-list-style-ao {
    position: relative;
    background: #fff;
    border: 1px solid #bcbbb9;
}
.popuptext-list-style-ao:after, .popuptext.list-style-ao:before {
    bottom: 100%;
    left: auto;
    right:21%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.popuptext-list-style-ao:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.popuptext-list-style-ao:before {
    border-color: rgba(188, 187, 185, 0);
    border-bottom-color: #bcbbb9;
    border-width: 11px;
    margin-left: -11px;
}

.popup-accept-offer .popuptext-list-style-ao {
    opacity: 0;
    transition: 0.2s all;
    width: 180px;
    background-color: #fff;
    border: 1px solid #bcbbb9;
    color: #06234c;
    padding: 5px;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 200;
    text-align: center;
    border-radius: 6px;
    /*padding: 8px 0;*/
    position: absolute;
    z-index: 666;
    top: 125%;
    left: 50%;
    margin-left: -80px;
}

.popup-accept-offer .popuptext-list-style-ao.show {
    opacity: 1;
}

/*coming soon banner*/

.coming-soon-text {
    padding: 0 66px 0 0;
}

.coming-soon-text span{
    color:#0f3361;
    font-size: 12px;
    font-weight: 600;
}

.coming-soon-text span i {
    font-size: 1rem;
    position: relative;
    top: 1px;
    left: -2px;
}
.coming-soon-text span i:before{
    content:'\f017';
}

.property-detail-page #main .coming-soon-banner{
    border:2px solid #c3b177;
    padding:10px;
    margin: 20px 0;
}
.property-detail-page #main .coming-soon-banner p {
    margin-bottom: 0;
    text-align: center !important;
    color:#142337;
}
.property-detail-page #main .coming-soon-banner p i:before{
    content:'\f017';
    color: #0f3361;
    font-size:18px;
}

.property-detail-page #main .coming-soon-banner p span {
    font-weight: 600;
    color: #0f3361;
}
.property-detail-page #main .coming-soon-banner.coming-soon-for-mobile p span {
    padding-left: 5px;
}

.searches-menu .coming-soon-option{
    position: relative;
}
.searches-menu .coming-soon-option i:before{
    content:'\f017';
}

.checkbox-cell.show-new-flag label:after,
.searches-menu .coming-soon-option:after{
    content: 'new';
    color: #fff;
    padding: 2px 3px;
    background: #c8453c;
    position: absolute;
    top: 8px;
    right: 31%;
    width: 28px;
    height: 15px;
    font-size: 8px;
    line-height: unset;
    text-transform: uppercase;
    text-align: center;
}
.checkbox-cell.show-new-flag label:after {
    right: auto;
    left: 150px;
    line-height: 1.7;
}

.coming-listing-info{
    padding: 5px 10px;
}

.coming-listing-info p{
    color: #0f3361;
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
}

.coming-listing-info .date-listing{
    color:#c3b177;
    white-space: nowrap;
}

.results-content-holder .important-note.exclusive-coming-soon {
    background: #c3b177!important;
    /*width: 208px !important;*/
    /*margin: 0 0 0 -104px !important;*/
    text-shadow: 2px 2px 2px rgba(0,0,0,0.20);
}
.results-content-holder-view02 .important-note.exclusive-coming-soon {
    background: #c3b177!important;
    width: 208px !important;
    margin: 0 0 0 -104px !important;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.20);
}

.coming-soon-ban-wrapper{
    width: 33.333%;
    padding: 0 10px;
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    vertical-align: top;
    border: 1px solid transparent;
    border-radius: 1px;
    margin: 0 -4px 40px 0;
    float: none;
    transition: all .3s linear;
    background: none;
}


@media all and (max-width: 960px){
    .coming-soon-ban-wrapper {
        width: 50%;
    }
}

@media only screen and (max-width: 768px){
    .coming-soon-ban-wrapper {
        width: 100%;
        padding: 0;
    }
}

.coming-soon-ban{
    background: transparent url('/wp-content/themes/wpsir_2022/images/coming-soon-banner-bg.jpg') center center no-repeat;
    background-size: cover;
    position: relative;
    height: 406px;
}

.coming-soon-ban::after {
    content: "";
    position: absolute;
    left: 3px;
    right: 3px;
    height: 14px;
    background: url(/wp-content/themes/wpsir_2022/images/shadow-gallery-filter-results.png) no-repeat;
    background-size: 100% 100%;
    bottom: -15px;
    text-indent: -999px;
    overflow: hidden;
    pointer-events: none;
}

.coming-soon-ban .content-block {
    padding: 20px 60px;
}

.coming-soon-ban .content-block .clock{
    width:128px;
    height:128px;
    display: block;
    margin: 0 auto;
}

.coming-soon-ban .content-block h5{
    color:#fff;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.coming-soon-ban .content-block p{
    color:#fff;
    text-align: center;
}

.coming-soon-ban .content-block .button{
    text-align: center;
    margin: 1rem auto 2rem;
    display: block;
    background: rgba(0, 0, 0, .26);
    border:1px solid #fff;
    color:#fff;
    min-width: 0;
    width: 200px;
}

.coming-soon-ban .content-block .button:hover{
    color: #122a4b;
}


.coming-soon-ban.list-with-us-ban {
    background-image: url('/wp-content/themes/wpsir_2022/images/ads/bg_list.jpg');
}
.coming-soon-ban.list-with-us-ban .content-block {
    padding: 155px 25px 20px 25px;
}
.coming-soon-ban.list-with-us-ban .content-block h5 {
    text-transform: uppercase;
    font: 500 25px/30px "freight-big-pro", "Times New Roman", serif;
    letter-spacing: 1px;
    margin: 29px 0 12px;
}
.coming-soon-ban.list-with-us-ban .content-block p {
    line-height: 1.4;
}
.coming-soon-ban.list-with-us-ban .content-block .button {
    width: 240px;
}


.search-option-section .checkbox-cell.square-style.coming-soon label{
    position: relative;
}

.search-option-section .checkbox-cell.square-style.coming-soon label .new {
    content: 'new';
    color: #fff;
    padding: 2px 3px;
    background: #c8453c;
    position: absolute;
    top: 4px;
    right: 41%;
    width: 25px;
    height: 15px;
    font-size: 8px;
    line-height: 1.5;
    font-family: "News Gothic MT W01 Bold", Arial, Helvetica, sans-serif;
}

.results-content-holder-view02 .search-content-result .coming-listing-info{
    padding: 5px 10px;
}

.results-content-holder-view02 .search-content-result .coming-listing-info p{
    text-align: center;
}

.results-content-holder .search-content-result .coming-listing-info{
    text-align: left;
    padding: 5px 0;
}
.results-content-holder .search-content-result .coming-listing-info p{
    text-align: left;
}

/*.results-content-holder*/
/*.results-content-holder-view02*/

/* Agent page Sell My Home button and other minor tweaks */
.staff-all-page .agent-double-office {
    justify-content: space-between;
}
.staff-all-page .personal-information .button {
    min-width: 198px;
}
@media all and (min-width: 768px) {
    .mobile-agent-prev-next {
        display: none;
    }
}
.staff-all-page .personal-information .button,
.manager-block .button {
    margin: 0 0 .5rem 0;
}
.personal-information .button + .button.sell-my-home-button {
    margin-top: 0;
    margin-left: 3px;
}
.personal-information .button + .button.sell-my-home-button img,
.manager-block .button + .button.sell-my-home-button img {
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
    left: -2px;
}
.subsite .personal-information .button + .button.sell-my-home-button {
    display: block;
    margin: 0.5rem 0;
    width: 228px;
}
@media only screen and (max-width: 767px) {
    .staff-all-page .personal-information .text-holder .button-holder,
    .subsite .personal-information .text-holder .button-holder,
    .manager-block .button-holder {
        display: block;
    }
    .staff-all-page .personal-information .text-holder .button-holder .button,
    .manager-block .button-holder .button {
        margin-bottom: 0.75rem;
    }
    .staff-all-page .personal-information .text-holder .button-holder .button + .button.sell-my-home-button,
    .manager-block .button-holder .button + .button.sell-my-home-button {
        display: inline-block;
    }
    .mobile-agent-prev-next {
        text-align: center;
        padding: 0.5rem;
    }
    .mobile-agent-prev-next a {
        color: #599;
    }
}

.manager-block .button + .button.sell-my-home-button {
    margin-top: 7px;
}

.tab-content-info .schools-tab article table a {
    color: #222 !important;
}
#chat-widget-container {
    bottom: 50px;
}

@media all and (min-width: 960px) {
    #mobile-nav {
        display: none;
    }
}

@media (max-width: 767px) {
    body .search-box .june17 .select2-container{
        width: 100%;
        max-width: 600px;
    }
    body .search-box .june17 .select2-container .select2-selection li.select2-search input[type=search]{
        font-size: 16px!important;
    }
}

@media (max-width: 360px) {
    body .search-box .june17 .select2-container{
        max-width: 320px;
    }
}

#loading-toast {
    background: #ddddddcc url(/wp-content/themes/wpsir_2022/images/spinner.svg) center center no-repeat;
    background-position: right .9rem center;
    background-size: 1rem 1rem;
    position: absolute;
    top: 250px;
    right: 0;
    padding: 0 2.25rem 0 .5rem;
    font-size: 0.9rem;
    zoom: 0.85;
    line-height: 2.3;
    z-index: 9999;
    transition: all .2s;
}
.fixed-header #loading-toast {
    position: fixed;
    top: 82px;
}
.animation-gallery .text-holder {
    display: none;
}
.gallery-js-ready.animation-gallery .text-holder {
    display: block;
}
.page-template-page-homepage #stats-go-here {
    min-height: 645px;
    background: url(/wp-content/themes/wpsir_2022/images/bg-sub-headline.png);
}

@media only screen and (min-width:1024px) and (max-width:1140px) {
    .top-bar .site-branding.title-area {
        margin: 0 5px 0 11px;
    }
}
@media only screen and (min-width:961px) and (max-width:1023px) {
    .top-bar .site-branding.title-area {
        margin: 0 -25px 0 11px;
    }
}
@media all and (max-width: 767px){
    .top-bar{
        overflow: hidden;
    }
}

.visual-clone{
    display: none;
}

/*blog social hovers*/

.shareaholic-share-buttons-container{
    display: none;
}

.single-post .shareaholic-share-buttons-container{
    display: block;
}

.single-post.single-format-standard .entry-content .shareaholic-share-buttons-wrapper{
    display: inline-block;
}

.single-post .image-top-section .shareaholic-share-buttons-wrapper, .shareaholic-share-buttons-wrapper{
    display: none;
}

.shareaholic-share-buttons-animation-wrapper{
    background: rgba(0,0,0,.6);

}

.shareaholic-share-buttons-animation-wrapper.shareaholic-item-enter-right-animation{
    background: transparent!important;
}

.shareaholic-share-buttons-animation-wrapper.shareaholic-item-enter-right-animation .shareaholic-share-buttons::before{
    color: #000;
    float: none;
    background: #fff;
}

.shareaholic-share-buttons .shareaholic-share-button a.shareaholic-service-icon{
    background: transparent!important;
}

.shareaholic-share-buttons::before{
    content: 'Share';
    position: relative;
    display: inline-block;
    float:left;
    color: #fff;
    width: 40px;
    max-width: 40px;
    min-height: 40px;
    padding: 20px 6px;
    font-size: 10px;
    font-weight:900;
    align-content:center;
    text-align: left;
}

@media all and (max-width: 767px){
    .shareaholic-share-buttons::before{
        content: ' ';
        display: none;
        width: 0;
    }
}

.shareaholic-share-buttons{
    padding-left: 45px;
}

/*prop page details seo changes*/
.email-form.style04 .heading .smaller-address{
    display: block;
    letter-spacing: normal;
    margin-top: .5rem;
}

.property-detail-page .section-map .sub-headline .smaller-address{
    display: block;
    letter-spacing: normal;
    margin-top: .35rem;
}

.email-form.style04 .heading .smaller-address, .property-detail-page .section-map .sub-headline .smaller-address{
    display: block;
    letter-spacing: normal;
    color: #999;
    font: 500 18px/30px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    text-transform: none;
    margin-bottom: 1rem;
}

@media all and (max-width: 767px){
    .email-form.style04 .heading .smaller-address, .property-detail-page .section-map .sub-headline .smaller-address{
        font: 500 14px/18px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
        margin-bottom: 1rem;
    }
    .email-form.style04 .heading .smaller-address, .property-detail-page .section-map .sub-headline .smaller-address{
        font: 500 14px/18px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
        margin-top: .25rem;
    }
}
@media all and (max-width: 480px){
    .email-form.style04 .heading .smaller-address, .property-detail-page .section-map .sub-headline .smaller-address,
    .email-form.style04 .heading .smaller-address, .property-detail-page .section-map .sub-headline .smaller-address{
        font-size: 12px;
    }
}

/*frontpage explore changes*/

.explore-HP-squares-wrapper .group-grid-wrap{
    display: grid;
    gap:20px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 78px);
    margin-top: 50px;
    float: none;
}

.responsive-page .explore-HP-squares-wrapper.section-featured-areas .heading{
    background: transparent;
    padding: 80px 0 0;
}

.community-hp-squares{
    /*height: 78px;*/
    color: #fff;
    padding: 20px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.community-hp-squares .city, .community-hp-squares .sub-state{
    position: relative;
    display: block;
    color: #fff;
    z-index: 3;
}
.community-hp-squares .city {
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    text-transform: uppercase;
}

.community-hp-squares .sub-state{
    font-size: 11px;
    text-transform: uppercase;
    line-height: 2;
}

.community-hp-squares::before{
    content:' ';
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,.4);
    z-index: 1;

}

.community-hp-squares:hover::before{
    background: rgba(0,0,0,.6);
    transition: .5s ease;
}

@media all and (max-width: 767px){
    .explore-HP-squares-wrapper .group-grid-wrap{
        display: grid;
        grid-gap:20px;
        grid-template-columns: 100%;
        margin-top: 50px;
        height: auto;
    }
    .responsive-page .explore-HP-squares-wrapper.section-featured-areas .link-holder{
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
}

.results-content-holder-view02 .image-box img.propsum {
    max-height: 256px;
    background-position: 50% 50%;
    background-size: 108%;
    background-color: #CFD4DB;
    background-repeat: no-repeat;
}
.results-content-holder-view02 .image-box img.propsum-list {
    max-height: 236px;
    background-position: 0 -15%;
    background-size: 100%;
    background-color: #CFD4DB;
    background-repeat: no-repeat;
}

/*SEO stuff*/

.seo-prop-stats-wrapper{
    margin-bottom: 0;
    padding: 0 .5rem 0;
}

.seo-prop-stats-wrapper .seo-results-prop-stats table th.special {
    font: 25px/18px "freight-big-pro", "Times New Roman", serif;
}

.seo-prop-stats-wrapper .seo-results-prop-stats table th.special small{
    font-weight: normal;
    display: block;
    padding-top: 8px;
    padding-bottom: 5px;
}

.seo-prop-stats-wrapper .seo-results-prop-stats table td {
    font-weight: 600;
}

.seo-prop-stats-wrapper .seo-results-prop-stats table tr td, .seo-prop-stats-wrapper .seo-results-prop-stats table tr th{
    font-size: 16px;
    border-bottom: 2px solid #d9d9d9;
    margin: 0;
    padding: 12px 8px;
}

.seo-prop-stats-wrapper .seo-results-prop-stats table {
    background: transparent;
    border: none;
}

.seo-prop-stats-wrapper .seo-results-prop-stats table tr.even, .seo-prop-stats-wrapper .seo-results-prop-stats table tr.alt, .seo-prop-stats-wrapper .seo-results-prop-stats  table tr:nth-of-type(even) {
    background: transparent;
}

.seo-results-city-wrapper, .seo-results-other-topics-wrapper{
    padding: 2rem .5rem 0;
    /*background: #fbfaf7;*/
}

.seo-results-city-wrapper .seo-results-city h3, .seo-results-other-topics-wrapper .seo-results-other h3{
    font: 25px/18px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 1rem;
    color: #222222;
    letter-spacing: .8px;
    line-height: 1.2;
}
.seo-results-city-wrapper .seo-results-city ul{
    list-style-type: none;
    margin-left: 0;
    display: block;
    column-count: 5;
    column-gap: 20px;
}
.seo-results-city-wrapper .seo-results-city .city-highlight{
    color: #0f3361;
}
.seo-results-city-wrapper .seo-results-city .city-highlight:hover {
    color:#5e95e6;
}

.seo-results-other-topics-wrapper .seo-results-other ul{
    list-style-type: none;
    margin-left: 0;
    display: block;
    column-count: 3;
    column-gap: 20px;
}

.seo-results-city-wrapper .seo-results-city ul .seo-sub-city-wrap, .seo-results-other-topics-wrapper .seo-results-other ul .seo-sub-other-wrap{
    line-height: 1.75;
}

.seo-results-city-wrapper .seo-results-city ul .seo-sub-city-wrap a, .seo-results-other-topics-wrapper .seo-results-other ul .seo-sub-other-wrap a{
    color: #002c66;
}

.seo-results-city-wrapper .seo-results-city ul .seo-sub-city-wrap a:hover, .seo-results-other-topics-wrapper .seo-results-other ul .seo-sub-other-wrap a:hover{
    color: #6ca1f0;
}

@media all and (max-width: 960px){
    .seo-results-city-wrapper .seo-results-city ul, .seo-results-other-topics-wrapper .seo-results-other ul{
        column-count: 2;
        column-gap: 20px;
    }
}

.seo-prop-stats-wrapper .seo-results-prop-stats .table-sub .main-row dt.special h3 {
    font: 25px/18px "freight-big-pro", "Times New Roman", serif;
}

.seo-prop-stats-wrapper .seo-results-prop-stats .table-sub dt.special small{
    font-weight: normal;
    display: block;
    padding-top: 8px;
    padding-bottom: 0;
}

.seo-prop-stats-wrapper .seo-results-prop-stats .table-sub dd {
    font-weight: 600;
}

.seo-prop-stats-wrapper .seo-results-prop-stats .table-sub .main-row dd, .seo-prop-stats-wrapper .seo-results-prop-stats .table-sub .main-row dt{
    font-size: 16px;
    border-bottom: 2px solid #d9d9d9;
    margin: 0;
    padding: 12px 8px;
    white-space: nowrap;
}

.seo-prop-stats-wrapper .seo-results-prop-stats .table-sub {
    background: transparent;
    border: none;
    padding-bottom: 2rem;
}

.seo-prop-stats-wrapper .seo-results-prop-stats .table-sub .main-row.even, .seo-prop-stats-wrapper .seo-results-prop-stats .table-sub .main-row.alt, .seo-prop-stats-wrapper .seo-results-prop-stats .table-sub .main-row:nth-of-type(even) {
    background: transparent;
}

.seo-prop-stats-wrapper .seo-results-prop-stats .table-sub .main-row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    align-items: flex-end;
}

.seo-prop-stats-wrapper .seo-results-prop-stats .table-sub .main-row.head-row dt{
    border-bottom:none;
}

.seo-prop-stats-wrapper .seo-results-prop-stats .table-sub .main-row.top-date{
    border-top: 2px solid #d9d9d9;
    /*display: block;*/
}

.seo-prop-stats-wrapper .seo-results-prop-stats .table-sub .mobile-full{
    width:80%;
    padding: 12px 8px;
    line-height: 1;
}
.seo-prop-stats-wrapper .seo-results-prop-stats .table-sub .width-fifty{
    width:15%;
    padding: 12px 8px;
    line-height: 1;
}
.seo-prop-stats-wrapper .seo-results-prop-stats .table-sub .date-hide-desktop{
    display: none;
}

@media all and (max-width: 767px){
    .seo-prop-stats-wrapper .seo-results-prop-stats .table-sub .main-row.top-date {
        border-top: none;
    }
    .seo-prop-stats-wrapper .seo-results-prop-stats table th.special{
        width: 100%;
    }
    .seo-prop-stats-wrapper .seo-results-prop-stats table th.mobile-hide{
        display: none;
    }

    .seo-prop-stats-wrapper .seo-results-prop-stats .table-sub .main-row.head-row{
        border: none;
    }
    .seo-prop-stats-wrapper .seo-results-prop-stats .table-sub .main-row{
        display: inline-block;
        width: 100%;
        border-top: 0;
    }
    .seo-prop-stats-wrapper .seo-results-prop-stats .table-sub .main-row .mobile-full{
        border-top: 2px solid #d9d9d9;
        padding-top: 1rem;
        line-height: 1.5;
    }
    .seo-prop-stats-wrapper .seo-results-prop-stats .table-sub .main-row .special.mobile-full{
        border-top: 0;
        display: block;
        line-height: 1.2;
    }
    .seo-prop-stats-wrapper .seo-results-prop-stats .table-sub .mobile-full{
        width:100%;
        display: flex;
    }
    .seo-prop-stats-wrapper .seo-results-prop-stats .table-sub .width-fifty{
        width:100%;
        min-width: 100%;
        float: left;
    }
    .seo-prop-stats-wrapper .seo-results-prop-stats .table-sub .width-fifty .date-hide-desktop{
        float: left;
        width: 40%;
    }
    .seo-prop-stats-wrapper .seo-results-prop-stats .table-sub .main-row dd, .seo-prop-stats-wrapper .seo-results-prop-stats .table-sub .main-row dt {
        border-bottom: none;
    }
    .mobile-hide.width-fifty{
        display: none;
    }
    .seo-prop-stats-wrapper .seo-results-prop-stats .table-sub .main-row dd:last-of-type{
        margin-bottom: 1rem;
    }
    .seo-prop-stats-wrapper .seo-results-prop-stats .table-sub .date-hide-desktop{
        display: inline-block;
    }
    .seo-prop-stats-wrapper .seo-results-prop-stats .table-sub .main-row dd, .seo-prop-stats-wrapper .seo-results-prop-stats .table-sub .main-row dt, .seo-prop-stats-wrapper .seo-results-prop-stats .table-sub .mobile-full, .seo-prop-stats-wrapper .seo-results-prop-stats .table-sub .width-fifty {
        padding: 8px;
    }
    .seo-results-other-topics-wrapper .seo-results-other ul{
        display: block;
        column-count: 1;
        column-gap: 0;
    }
}

body.property-detail-page .personal-info-box .phones-list li a.agent_tel {
    pointer-events: auto;
}

/* Google Maps Street View */
.property-detail-page .section-map .map-flex-row-location{
    display: flex;
    max-width: none;
    align-items: center;
    align-content: center;
    margin: 0 1rem;
    width: auto;
}

.property-detail-page .section-map .sub-headline .map-flex-row-location  h2 {
    padding: 0 100px;
}

.property-detail-page .section-map .sub-headline .map-flex-row-location .columns{
    float: none;
    margin: 0 auto;
    text-align: center;
}

.property-detail-page .section-map .sub-headline a.location-link {
    display: block;
    float: none;
    position: relative;
    margin: 0 auto.25rem;
    max-width: 225px;
    right:auto;
}

.property-detail-page .section-map .map-flex-row-location .location-link{
    border:1px solid #002c66;
    padding: .5rem 1rem;
}

.property-detail-page .section-map .map-flex-row-location .location-link .click-for-map,
.property-detail-page #main #mobile_prop_details .mobile-btn-row .click-for-map{
    display: none;
}
.property-detail-page .section-map .map-flex-row-location .location-link .click-for-map.show,
.property-detail-page #main #mobile_prop_details .mobile-btn-row .click-for-map.show{
    font-size: 12px;
    display: block;
}
.property-detail-page .section-map .map-flex-row-location .location-link .click-for-street-view,
.property-detail-page #main #mobile_prop_details .mobile-btn-row .click-for-street-view{
    display: none;
}
.property-detail-page .section-map .map-flex-row-location .location-link .click-for-street-view.show,
.property-detail-page #main #mobile_prop_details .mobile-btn-row .click-for-street-view.show {
    display: block;
    font-size: 12px;
}

.property-detail-page .section-map .map-flex-row-location .location-link img{
    width: 18px;
    margin-right: 5px;
}

.property-detail-page .section-map .map-flex-row-location .location-link:hover,
.property-detail-page #main #mobile_prop_details .mobile-btn-row a:hover{
    opacity: .6;
}

.property-detail-page  #main .accordion-navigation .mobile-btn-row .mobile-location-link{
    font: 500 16px/20px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.property-detail-page .mobile-btn-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: space-between;
    padding: 1.75rem 0 .25rem;
}

.property-detail-page #main .accordion-navigation .mobile-btn-row .location-link,
.property-detail-page #main .accordion-navigation .mobile-btn-row .mobile-location-link{
    border:1px solid #002c66;
    padding: .5rem .5rem;
}

.property-detail-page #main #mobile_prop_details .mobile-btn-row .location-link{
    margin: 0 0 0 1rem;
    font-size: 12px;
}
.property-detail-page #main .accordion-navigation .mobile-btn-row .mobile-location-link img{
    width: 18px;
    margin-right: 0;
}

.property-detail-page .section-map .sub-headline .map-flex-row-location  h2 .smaller-address{
    margin-bottom: 0;
}

@media all and (min-width: 960px){
    .property-detail-page .section-map .sub-headline .map-flex-row-location h2{
        padding: 0 100px;
    }
}
@media all and (min-width: 767px){
    .property-detail-page .section-map .sub-headline .map-flex-row-location h2{
        padding: 0 10px;
    }
}
@media all and (min-width: 480px) {
    .property-detail-page .section-map .map-flex-row-location .location-link .click-for-street-view.show,
    .property-detail-page #main #mobile_prop_details .mobile-btn-row .click-for-street-view.show,
    .property-detail-page #main #mobile_prop_details .mobile-btn-row .location-link,
    .property-detail-page .section-map .map-flex-row-location .location-link .click-for-map.show,
    .property-detail-page #main #mobile_prop_details .mobile-btn-row .click-for-map.show {
        font-size: 16px;
    }

    .property-detail-page #main .accordion-navigation .mobile-btn-row .mobile-location-link img {
        margin-right: 5px;
    }
    .property-detail-page #main .accordion-navigation .mobile-btn-row .location-link,
    .property-detail-page #main .accordion-navigation .mobile-btn-row .mobile-location-link{
        padding: .5rem 1rem;
    }
}

.property-detail-page #main #mobile_prop_details .map-holder.street-view{
    display: none;
}
.property-detail-page #main #mobile_prop_details .map-holder.map-view.hide{
    display: none;
}

.property-detail-page #main #mobile_prop_details .map-holder.street-view.show{
    display: block;
}

.property-detail-page .section-map .map-holder.street-view{
    display: none;
}
.property-detail-page .section-map .map-holder.map-view.hide{
    display: none;
}

.property-detail-page .section-map .map-holder.street-view.show{
    display: block;
}
/* End Google Maps Street View */


/*random style fixes below*/
.single-mrt_community .bg-gallery.image-top-section .pagination, .single-mrt_development .bg-gallery.image-top-section .pagination, .single-mrt_lifestyle .bg-gallery.image-top-section .pagination{
    display: none;

}

.gsv.property-detail-page .email-form.style04 .row-holder .label-holder label{
    font-weight: 600;
}

@media only screen and (min-width: 768px){
    body.market-report #footer,
    body.page-template-agent-landing #footer{
        position: relative;
    }
    .page-template-page-developments .email-form.style-color02.wpsir-bottom-form{
        margin-bottom: 3rem;
    }
    .email-form  .gform_wrapper .top_label .gfield_label{
        padding-top: 1rem;
    }
    .featured-area-section {
        padding: 43px 0 ;
    }
}

.gsv.property-detail-page .heading-info-box .street-view-link{
    border-left: 1px solid #ddddda;
    color: #06376c;
    margin-left: 10px;
    opacity: 0;
}
.gsv.property-detail-page .heading-info-box .street-view-icon{
    width:18px;
    margin: -7px 0 0 10px;
}

.gsv.property-detail-page .heading-info-box address .map-link .text {
    display: inline-block;
}

@media all and (max-width: 767px){
    .gsv.property-detail-page .heading-info-box .street-view-link{
        margin-left: 5px;
    }
    .gsv.property-detail-page .heading-info-box .street-view-icon{
        margin: -7px 0 0 5px;
    }
}

/*expanding homepage drop search*/

.search-box .expandable-search-drop{
    background: #fff;
    max-width:682px;
    width: 100%;
    padding: 0 25px;
    display: none;
    opacity: 0;
    border-top: 1px solid #ccc;
    transition: opacity 0.3s;
}
.search-box .expandable-search-drop.active {
    display: block;
    opacity: 100;
    max-height: 50vh;
    overflow-y: auto;
    box-shadow: 2px 4px 14px 0 #00000033;
}
.search-box .expandable-search-drop:focus, .search-box .expandable-search-drop:focus-visible {
    outline: 0;
}

@media all and (max-width: 1060px){
    .search-box .expandable-search-drop {
        max-width: 100%;
        width: calc(100% - 130px);
    }
}
@media all and (max-width: 767px){
    .search-box .expandable-search-drop {
        max-width: 100%;
        width: calc(100% - 40px);
    }
}

.top-bar .keyword-search input {
    border: 0;
    padding: 0 25px;
    display: block;
    font: normal 16px/20px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    font-size: 15px;
    margin-bottom: 0;
    min-height: 42px;
    height: 42px;
    width:100%;
    top: 0;
    -webkit-appearance: none;
    color: #102339;
    line-height: 2;
    font-weight: 400;
    letter-spacing: .5px;
}
.top-bar .keyword-search input:focus, .top-bar .keyword-search input:focus-within, .top-bar .keyword-search input:focus-visible {
    border: 0;
    outline: none;
}
.search-box .expandable-search-drop .drop-search-group.active {
    padding-top: 20px;
    border-top: 0;
    margin-top: 0;
}
.search-box .expandable-search-drop .drop-search-group.active ~ .active {
    border-top: 1px solid #DDD;
    padding: 10px 0 0;
}
.search-box .expandable-search-drop .drop-search-group.active {
    border-top: 0;
    padding-top: 20px;
    margin-top: 0;
}

.search-box .expandable-search-drop .drop-search-group ul{
    margin-left: 0;
    padding-left: 0;
}
.search-box .expandable-search-drop .drop-search-group ul li {

}
.search-box .expandable-search-drop .drop-search-group ul li:hover,
.search-box .expandable-search-drop .drop-search-group ul li:focus,
.search-box .expandable-search-drop .drop-search-group ul li.selected {
    background: #eee;
    color: #000;
}
.search-box .expandable-search-drop .drop-search-group ul li.extra-result {
    display: none;
}
.search-box .expandable-search-drop .drop-search-group ul li.visible {
    display: list-item !important;
}

.search-box .expandable-search-drop .drop-search-group .view-more-link{
    float:right;
}
.search-box .expandable-search-drop .drop-search-group{
    margin: .25rem 0 .5rem;
    border-top: 1px solid #DDD;
    padding: 10px 0 0;
    flex-direction: column;
    display: none;
}
.search-box .expandable-search-drop .drop-search-group.active {
    display: flex;
}

.search-box .expandable-search-drop .agent-dropdown-search{
    border-top: 1px solid #DDDDDD;
    padding: 10px 0 0;
    flex-direction: column;
    margin-bottom: 1rem;
}
.search-box .expandable-search-drop .agent-dropdown-search.active {
    display: flex;
}

.search-box .expandable-search-drop .drop-search-group h4, .search-box .expandable-search-drop .agent-dropdown-search h4{
    text-transform: uppercase;
    color:#7d7d7d;
    font: 500 12px/22px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    letter-spacing: .5px;
}

.search-box .expandable-search-drop .drop-search-group .expanded-link, .search-box .expandable-search-drop .agent-dropdown-search .expanded-link {
    color:#102339;
    line-height: 2;
    font-weight: 500;
    letter-spacing: .5px;
    font-size: 1.1rem;
    padding: 0 8px;
    display: block;
}

.search-box .expandable-search-drop .drop-search-group .view-more-link-wrapper .view-more-link, .search-box .expandable-search-drop .agent-dropdown-search .view-more-link-wrapper .view-more-link{
    color:#102339;
    line-height: 2;
    text-decoration: underline;
    font-weight: 600;
    letter-spacing: 1px;
}
.search-box .expandable-search-drop .drop-search-group .view-more-link-wrapper .view-more-link:hover,
.search-box .expandable-search-drop .agent-dropdown-search .view-more-link-wrapper .view-more-link:hover {
    text-decoration: none;
}
.search-box .expandable-search-drop .agent-dropdown-search .view-more-link-wrapper{
    margin-bottom: .5rem;
}

.search-box .expandable-search-drop .agent-dropdown-search{
    margin: 10px 0;
}

.search-box .expandable-search-drop .agent-dropdown-search .agent-name-group {
    display: flex;
    align-items: center;
    margin: .5rem 0;
    font-weight: 600;
}
.search-box .expandable-search-drop .agent-dropdown-search .agent-name-group img{
    width:35px;
    margin-right: 10px;
}

.search-box .expandable-search-drop .agent-dropdown-search .agent-name-group a{
    color:#102339;
    font-weight: 500;
    letter-spacing: .5px;
}

.search-box .expandable-search-drop .agent-dropdown-search .view-more-link {
    color:#102339;
    /*line-height: 2;*/
    text-decoration: underline;
    font-weight: 600;
    justify-content: flex-end;
    display: flex;
    /*margin-bottom: 1rem;*/
    letter-spacing: 1px;
}


form.june17 .loader {
    position: absolute;
    margin: 0;
    width: 2rem;
    z-index: 1;
    right: 140px;
    top: 5px;
    opacity: 0;
    transition: opacity .1s;
}

form.june17.loading .loader {
    opacity: 1;
}

form.june17 .loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}

form.june17 .loader img {
    position: absolute;
    top: 4px;
    right: 9px;
    width: 14px;
}

form.june17 .circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

form.june17 .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: es-dash 1.5s ease-in-out infinite, es-color 2s ease-in-out infinite;
    stroke-linecap: round;
}
@keyframes
rotate {  100% {
    transform: rotate(360deg);
}
}
@keyframes
es-dash {  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
}
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}
@keyframes
es-color {  100%, 0% {
    stroke: #001e45;
}
    50% {
        stroke: #345b8e;
    }
}

@font-face{ 
    font-family:"News Gothic MT W01";
    src:url("/wp-content/themes/wpsir_2022/fonts/fonts_com/a48fde8c-ae6e-4cd2-882e-c9296613398c.woff2") format("woff2"),url("/wp-content/themes/wpsir_2022/fonts/fonts_com/df9b49fd-a69d-4b3c-9502-e148796c36ba.woff") format("woff");
    font-display: swap;
 }
@font-face{ 
    font-family:"News Gothic MT W01 Bold";
    src:url("/wp-content/themes/wpsir_2022/fonts/fonts_com/d256558e-3dfc-4734-a7ea-9820056356ee.woff2") format("woff2"),url("/wp-content/themes/wpsir_2022/fonts/fonts_com/7100c084-fc4c-46d8-b4e5-ddddc8a5ef96.woff") format("woff");
    font-display: swap;
 }

.page-mobile-homepage #emergency_banner {
    position: absolute;
    background: #10243d !important;
    border: 0 !important;
}
.emergency_banner_page header#header.sticky-box.fixed-position {
    margin-top: 0;
}
@media only screen and (max-width: 768px) {
    .emergency_banner_page header#header {
        margin-top: 0;
    }
    #emergency_banner {
        display: none;
    }

    .emergency_banner_mobile header#header,
    .emergency_banner_mobile main#main {
        margin-top: 92px !important;
    }
    .emergency_banner_mobile #emergency_banner {
        display: block;
        height: 92px !important;
        position: fixed !important;
    }
    .emergency_banner_mobile .emergency_message {
        text-align: left !important;
        padding: 10px 16px !important;
        font: 21px/24px "freight-big-pro", "Times New Roman", serif;
    }
    .emergency_banner_mobile .emergency_message span {
        display: block;
    }
    .emergency_banner_mobile .emergency_message .em-read-more {
        border: 0 !important;
        font-size: 12px !important;
        padding: 0 !important;
        margin-left: 10px !important;
    }
    .emergency_banner_mobile .em-close {
        display: block !important;
    }
    .emergency_banner_mobile .left-off-canvas-toggle {
        top: 103px;
    }
}

.news-block .news-frame:after,
.latest-news-box .date-block:after,
.more-news-box .post:after,
.add-menu > ul:after,
.brokerage-listing-section ul > li:after,
.brokerage-listing-section .listing-block > .frame:after,
.brokerage-listing-section .listing-block:after,
.manager-info-section .manager-block:after,
.communities-info li:after,
.map-holder:after,
.snapshot-box .options:after,
.price-box .options:after,
.history-start-section .image-block .text-holder footer:after,
.getting-city-section .info-blocks:after,
.tab-content-info:after,
.events-section .heading:after,
.events-list li:after,
.info-section .heading:after,
.info-list .content:after,
.search-page-containner .twocolumns:after,
.communities-in-box .communities-add-nav ul:after,
.map-filter-bar:after,
.your-search-bar:after {
    content: " ";
    display: block;
    clear: both;
}

.sort-form .box ul,
.info-box ul,
.user-box .accordion,
.user-box .text-holder .check-list,
.user-box .jcf-scrollable .lang-list,
.communities-info,
.brokerage-menu ul,
.left-off-canvas-menu .off-canvas-list ul,
.article ul,
.article ol,
.article .accordion,
.tabset-video,
.tabset-info,
.img-list .slideset,
.img-list .q-links,
.img-list .pagination ul,
.events-list,
.items-list,
.items-list .links-list,
.info-list,
.explore-section .news-box-next .q-links,
.top-nav ul,
.top-bar-contacts {
    margin: 0;
    padding: 0;
    list-style: none;
}

@font-face{ 
    font-family: "icomoon";
    src: url("/wp-content/themes/wpsir_2022/fonts/icomoon.woff2") format("woff2"),url("/wp-content/themes/wpsir_2022/fonts/icomoon.woff?-xfqp3c") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
 }

@font-face{ 
    font-family: "promo-icomoon";
    src: url("/wp-content/themes/wpsir_2022/fonts/promo-icomoon.woff2") format("woff2"),url("/wp-content/themes/wpsir_2022/fonts/promo-icomoon.woff?-xfqp3c") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
 }

[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-pencil:before {
    content: "\e605";
}

.icon-globe:before {
    content: "\e606";
}

.icon-facebook:before {
    content: "\e602";
}

.icon-googleplus:before {
    content: "\e603";
}

.icon-bubbles:before {
    content: "\e604";
}

.icon-location:before {
    content: "\e600";
}

.icon-leaf:before {
    content: "\e601";
}

* {
    max-height: 100000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type=text],
input[type=password],
input[type=file],
input[type=search],
input[type=tel],
input[type=email],
input[type=submit],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    overflow: visible;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
    display: none;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

body {
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    color: #333;
    min-width: 320px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

body.start-home-overlay {
    height: 100%;
    overflow: hidden;
}

.image-top-section {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    display: none;
}

.image-top-section img {
    display: block;
    max-width: none;
}

.breadcrumbs {
    background: none;
    width: 100%;
    overflow: hidden;
    padding: 7px 0;
}

.breadcrumbs a:hover {
    color: #fff;
}

.visual-block {
    display: none;
}

.visual-block img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
    top: auto;
}

.page-heading {
    color: #fff;
    text-align: center;
    padding: 39px 195px 36px;
}

.page-heading.style02 {
    padding: 70px 0 36px;
    overflow: hidden;
}

.page-heading h1 {
    font: 46px/48px "freight-big-pro", "Times New Roman", serif;
    text-shadow: 1px 1px 2px #000;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 0 8px;
}

.page-heading p {
    font: 24px/33px "freight-big-pro", "Times New Roman", serif;
    margin: 0;
    color: #f9f9f9;
}

.main-holder {
    background: #fff;
    min-height: 200px;
    padding: 0 0 50px;
    width: 100%;
}

.search-form {
    display: block;
    color: #333;
    font: 14px/18px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    padding: 0 0 43px;
    overflow: visible;
    position: relative;
}

.search-form fieldset {
    border: 0;
    margin: 0;
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
    border-bottom: 1px solid #deddd9;
    position: relative;
    z-index: 1;
}

.search-form fieldset:before,
.search-form fieldset:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 15px;
    left: 20px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .3);
    transform: rotate(-5deg);
}

.search-form fieldset:after {
    right: 20px;
    left: auto;
    transform: rotate(5deg);
}

.search-form .open-close {
    background: #eeece7;
    padding: 15px 0 18px;
}

.search-form p {
    margin: 0 0 5px;
    font: 14px/18px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    text-align: center;
}

.search-form h2 {
    color: #122a4b;
    text-transform: uppercase;
    font: bold 14px/24px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    text-align: center;
    margin: 0;
}

.search-form .slide {
    padding: 23px 149px 18px 160px;
}

.search-form .slide ul li {
    position: relative;
}

.search-form input[type="submit"] {
    display: block;
    border: 0;
    background: #001e45;
    color: #fff;
    width: 100%;
    height: 46px;
    border: 1px solid #fff;
    text-align: center;
    text-transform: uppercase;
    font: 500 14px/24px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    cursor: pointer;
}

.search-form input[type="submit"]:hover {
    background: #013e8d;
}

.search-form input[type="text"] {
    border: 1px solid #93928e;
    padding: 10px 40px 10px 16px;
    color: #333 !important;
    font: 14px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    height: 46px;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .13);
    position: relative;
    margin: 0;
}

.search-form input[type="text"] ::-webkit-input-placeholder {
    color: #333;
}

.search-form input[type="text"] ::-moz-placeholder {
    opacity: 1;
    color: #333;
}

.search-form input[type="text"] :-moz-placeholder {
    color: #333;
}

.search-form input[type="text"] :-ms-input-placeholder {
    color: #333;
}

.search-form input[type="text"] .placeholder {
    color: #333;
}

.search-form .jcf-select {
    margin: 0;
}

.search-form .ico {
    position: absolute;
    top: 12px;
    right: 26px;
    background: url("/wp-content/themes/wpsir_2022/images/sprite.png") no-repeat -79px -67px;
    width: 17px;
    height: 18px;
    z-index: 100;
}

.search-form .opener,
.section-list .opener,
.blockquote-section .opener {
    z-index: 10;
    position: absolute;
    bottom: -22px;
    left: 50%;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    margin-left: -20px;
    background: #001e45;
    color: #fff;
    font: 26px/39px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    text-align: center;
    transition: transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
}

.search-form .opener em,
.section-list .opener em,
.blockquote-section .opener em {
    display: none;
    line-height: 34px;
    font-size: 40px;
    font-style: normal;
}

.open-close.active .opener {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.open-close.active .opener span {
    display: none;
}

.open-close.active .opener em {
    display: block;
}

.blockquote-section .opener {
    border: 1px solid #fff;
    z-index: 10;
}

/* custom select styles */

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #93928e;
    background: #fff;
    margin: 0 0 12px;
    min-width: 150px;
    height: 46px;
    width: 100%;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .13);
    text-align: left;
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 14px;
    line-height: 46px;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    margin: 0 35px 0 17px;
    text-align: left;
    color: #333;
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    background: url("/wp-content/themes/wpsir_2022/images/sprite.png") no-repeat -178px 0;
    width: 13px;
    height: 8px;
    top: 50%;
    margin: -4px 0 0;
    right: 17px;
}

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

/* multiple select styles */

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #93928e;
    min-width: 200px;
    margin: 0 15px;
}
li.gfield.moveup .jcf-list-box {
    min-width: 100% !important;
    margin: 0px !important;
}
.jcf-select-drop-content {
    border: 1px solid #93928e;
}

/* select options styles */

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    line-height: 14px;
    font-size: 14px;
    width: 100%;
}

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}

.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
    background: #fff;
    width: 100%;
}

.jcf-list ul li {
    overflow: hidden;
    display: block;
}

.jcf-list .jcf-overflow {
    overflow: auto;
}

.jcf-list .jcf-option {
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 10px 17px;
    color: #656565;
    height: 1%;
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
    background: #ddd !important;
}

.sort-form {
    border: 0;
    padding: 0;
}

.sort-form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.sort-form .sort-row {
    margin-bottom: 13px;
}

.sort-form .sort-row .jcf-select .jcf-select-text {
    color: #666564;
}

.sort-form p {
    font: 14px/20px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    margin: 0 0 25px;
}

.sort-form .jcf-select {
    box-shadow: none;
    background: #f6f5f2;
    border: 1px solid #dcd9d3;
    height: 42px;
}

.sort-form .jcf-select .jcf-select-text {
    line-height: 44px;
    text-transform: uppercase;
}

.sort-form .jcf-select .jcf-select-opener {
    background: url("/wp-content/themes/wpsir_2022/images/sprite.png") no-repeat -187px -141px;
    width: 13px;
    height: 8px;
}

.sort-form .pagination {
    border: 1px solid #dcd9d3;
    background: #f6f5f2;
    overflow: hidden;
    margin: 0;
    list-style: none;
    font: 14px/18px "News Gothic MT W01 Bold", Arial, Helvetica, sans-serif;
    height: 42px;
    padding: 12px 12px 12px 14px;
    color: #666564;
    text-align: center;
}

.sort-form .pagination li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    float: none;
    text-align: center;
    padding: 0 4px;
    background: none;
    color: #666564;
}

.sort-form .pagination li:hover {
    background: none;
}

.sort-form .pagination li:hover a {
    background: none;
}

.sort-form .pagination li a {
    color: #666564;
    padding: 0;
    border-radius: 0;
}

.sort-form .pagination li a:hover {
    background: none;
    color: #000;
}

.sort-form .pagination .prev a,
.sort-form .pagination .next a {
    overflow: hidden;
    text-indent: -9999px;
    background: url("/wp-content/themes/wpsir_2022/images/sprite.png") no-repeat -174px -13px !important;
    width: 8px;
    height: 13px;
    float: left;
    margin: 2px 0 0;
}

.sort-form .pagination .prev a:hover,
.sort-form .pagination .next a:hover {
    opacity: .6;
}

.sort-form .pagination .prev {
    float: left;
}

.sort-form .pagination .next {
    float: right;
}

.sort-form .pagination .next a {
    background-position: -189px -13px !important;
    float: right;
}

.sort-form .box {
    border: 1px solid #dcd9d3;
    overflow: hidden;
    padding: 12px 8px 5px;
    min-height: 42px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}

.sort-form .box .title {
    float: left;
    width: 90px;
    font: 14px/18px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    color: #333;
    margin: 0 20px 0 0;
}

.sort-form .box ul {
    overflow: hidden;
    font: 14px/18px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.sort-form .box ul li {
    float: left;
    margin-right: 6px;
}

.sort-form .box ul li a {
    color: #122a4b;
}

.sort-form .box ul li a:hover {
    color: #6ca1f0;
}

.sort-form .box ul li .inactive {
    color: #afafaf;
    /*cursor: default;*/
}
.sort-form .box ul li a.inactive:hover{
    color: #122a4b;
    cursor: pointer;
}

.staff-holder {
    text-align: center;
    padding: 0 15px 10px;
}

.staff-holder li {
    padding-bottom: 30px;
}

.staff-holder li .visual {
    display: block;
    border: 1px solid #ece9e1;
    margin: 0 0 8px;
}

.staff-holder li .visual:hover {
    border: 3px solid #1b62cb;
    margin: -2px -2px 6px;
}

.staff-holder li .visual img {
    display: block;
    width: 100%;
    height: auto;
}

.staff-holder li h3 {
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    font-family: "freight-big-pro", "Times New Roman", serif;
    color: #11305a;
    margin: 2px 0 8px;
}

.staff-holder li h3 a {
    color: #11305a;
}

.staff-holder li h3 a:hover {
    color: #333;
}

.staff-holder li .position {
    color: #333;
    font: 14px/23px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.staff-holder li .title {
    display: block;
    text-transform: uppercase;
    font: 12px/23px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    color: #333;
}

.info-box {
    background: #122a4b;
    position: fixed;
    left: 0;
    bottom: 0;
    max-width: 658px;
    color: #dadada;
    font: 14px/24px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    box-shadow: 0 0 2px #93928e;
    z-index: 10;
}

.info-box .holder {
    padding: 30px 48px;
}

.info-box .close {
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
    background: url("/wp-content/themes/wpsir_2022/images/sprite.png") no-repeat -185px -35px;
    width: 15px;
    height: 18px;
    top: 20px;
    right: 15px;
}

.info-box .close:hover {
    opacity: .8;
}

.info-box h3 {
    color: #ebebeb;
    font: 26px/38px "freight-big-pro", "Times New Roman", serif;
}

.info-box ul {
    margin: 0 -24px 0 0;
}

.info-box ul li {
    float: left;
    padding: 0 24px 0 0;
    width: 50%;
}

.info-box ul li .button {
    display: block;
    color: #122a4b;
    background: #fff;
    text-transform: uppercase;
    font: bold 14px/18px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.info-box ul li .button:hover {
    opacity: .8;
}

.info-box ul li .button.blue {
    border: 1px solid #7e7e7e;
    background: none;
    color: #fff;
}

.info-box.style02 {
    min-width: 513px;
}

.info-box.style02 ul li .button {
    width: 230px;
    height: 48px;
}

.user-box {
    position: absolute;
    z-index: 20;
    right: 0;
    top: 100%;
    background: #ededed;
    width: 367px;
    border: 1px solid #d5d5d5;
    display: none;
}

.user-box form,
.user-box fieldset {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
}

.user-box .open-close {
    position: relative;
    background: #efedec;
}

.user-box .open-close .slide {
    border-top: 1px solid #dbd9d9;
    text-transform: uppercase;
    font: 14px/29px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    color: #5e5e5e;
}

.user-box .open-close .slide .text {
    min-height: 172px;
    padding: 10px 30px;
}

.user-box .open-close .slide p {
    font: 14px/29px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    margin: 0;
}

.user-box .open-close .opener {
    position: absolute;
    left: 50%;
    bottom: -21px;
    width: 41px;
    height: 41px;
    border: 1px solid #122a4b;
    background: #fff;
    text-align: center;
    color: #122a4b;
    border-radius: 50%;
    margin-left: -20px;
    font: 26px/39px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    transition: transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
}

.user-box .open-close .opener em {
    display: none;
    line-height: 34px;
    font-size: 40px;
    font-style: normal;
}

.user-box .open-close .opener em {
    display: none;
}

.user-box .open-close.active .opener {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.user-box .open-close.active .opener em {
    display: block;
}

.user-box .text {
    padding: 15px 27px 20px;
}

.user-box .text .title {
    color: #001e45;
    font: 24px/33px "freight-big-pro", "Times New Roman", serif;
    margin: 0;
    display: block;
}

.user-box .text p {
    color: #202020;
    font: 14px/26px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    margin: 0;
}

.user-box .accordion {
    background: #efedec;
}

.user-box .accordion li {
    float: none !important;
    display: block;
}

.user-box .accordion .content {
    padding: 0;
}

.user-box .accordion .content .search-wrapper {
    padding: 8px 25px;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
}

.user-box .accordion .content .search-wrapper .ico {
    top: 21px;
}

.user-box .accordion .search-wrapper {
    padding: 0 24px 29px;
    position: relative;
}

.user-box .accordion .search-wrapper input[type="text"],
.user-box .accordion .search-wrapper input[type="search"] {
    border: 1px solid #93928e;
    padding: 10px 40px 10px 16px;
    color: #333;
    font: 14px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    height: 46px;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .13);
    width: 100%;
    display: block;
    top: auto;
}

.user-box .accordion .search-wrapper input[type="text"] ::-webkit-input-placeholder,
.user-box .accordion .search-wrapper input[type="search"] ::-webkit-input-placeholder {
    color: #333;
}

.user-box .accordion .search-wrapper input[type="text"] ::-moz-placeholder,
.user-box .accordion .search-wrapper input[type="search"] ::-moz-placeholder {
    opacity: 1;
    color: #333;
}

.user-box .accordion .search-wrapper input[type="text"] :-moz-placeholder,
.user-box .accordion .search-wrapper input[type="search"] :-moz-placeholder {
    color: #333;
}

.user-box .accordion .search-wrapper input[type="text"] :-ms-input-placeholder,
.user-box .accordion .search-wrapper input[type="search"] :-ms-input-placeholder {
    color: #333;
}

.user-box .accordion .search-wrapper input[type="text"] .placeholder,
.user-box .accordion .search-wrapper input[type="search"] .placeholder {
    color: #333;
}

.user-box .accordion .search-wrapper .ico {
    position: absolute;
    top: 12px;
    right: 40px;
    background: url("/wp-content/themes/wpsir_2022/images/sprite.png") no-repeat -79px -67px;
    width: 17px;
    height: 18px;
    z-index: 100;
    margin: 0;
}

ul.agent-next { margin-bottom: 0; }

.agent-prevnext ul {
    margin: 0;
    background: #f6f5f2;
}

.agent-prevnext li {
    display: inline;
    padding: 20px;
}

.agent-prevnext a {
    color: #333 !important;
}

.user-box .accordion .accordion-navigation > a,
.user-box .accordion .accordion-navigation > span {
    font: 14px/21px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    text-transform: uppercase;
    color: #626262 !important;
    background: none !important;
    border-top: 1px solid #dbd9d9;
    height: 52px;
    position: relative;
    width: 100%;
    display: block;
    padding: 15px 39px 15px 27px;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .6);
}

.user-box .accordion .accordion-navigation > a:after,
.user-box .accordion .accordion-navigation > span:after {
    content: "";
    position: absolute;
    top: 25px;
    right: 24px;
    background: url("/wp-content/themes/wpsir_2022/images/sprite.png") no-repeat -187px -66px;
    width: 13px;
    height: 8px;
}

.user-box .accordion .accordion-navigation > a:hover,
.user-box .accordion .accordion-navigation > span:hover {
    color: #333 !important;
}

.user-box .accordion .accordion-navigation > a span,
.user-box .accordion .accordion-navigation > span span {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.user-box .accordion .accordion-navigation > a .icon-location,
.user-box .accordion .accordion-navigation > a .icon-leaf,
.user-box .accordion .accordion-navigation > span .icon-location,
.user-box .accordion .accordion-navigation > span .icon-leaf {
    font-size: 20px;
}

.user-box .accordion .accordion-navigation > a:hover {
    background: #e0e0e0 !important;
}

.user-box .accordion .accordion-navigation > span:after {
    display: none;
}

.user-box .accordion .accordion-navigation.active > a {
    background: #132246 !important;
    color: #fff !important;
}

.user-box .accordion .accordion-navigation.active > a:after {
    background-position: -187px -84px;
}

.user-box .accordion .ico {
    margin: 0 5px 0 0;
}

.user-box .map-menu {
    background: #ebe8e3;
    width: 100%;
    overflow: hidden;
    padding: 0;
    border-top: 1px solid #bbb;
    text-transform: uppercase;
    font: 500 14px/16px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    display: block;
    float: none;
    text-align: center;
    margin: 0;
}

.user-box .map-menu li {
    float: none;
    display: inline-block;
    vertical-align: bottom;
}

.user-box .map-menu li a {
    padding: 16px 10px 15px !important;
    color: #3f3f3f !important;
    height: auto;
    font: 500 14px/16px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    min-width: 104px;
    text-align: center;
    display: block;
    border: 1px solid #ebe8e3;
    border-width: 0 1px 0;
}

.user-box .map-menu li a.active,
.user-box .map-menu li a:hover {
    background: #fff !important;
    border-color: #c8c7c6;
}

.user-box .map-holder {
    position: relative;
}

.user-box .map-holder img {
    display: block;
    width: 100%;
    height: auto;
}

.user-box .map-holder .text {
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 25px;
    background: #ebe7e4 !important;
    padding: 5px 11px !important;
    border: 1px solid #d6d6d4 !important;
    text-transform: uppercase;
    font: 500 14px/16px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    color: #3f3f3f !important;
}

.user-box .map-holder .tooltip-box {
    z-index: 2;
    top: 29px;
    left: 49px;
    width: 195px;
    background: #fff;
    padding: 12px 13px 6px;
    border: 1px solid #b9b9b9;
    position: relative;
    border-color: #fff;
    position: absolute;
    box-shadow: 1px 3px 10px rgba(0, 0, 0, .4);
}

.user-box .map-holder .tooltip-box:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 0;
    border-color: #fff;
    top: 100%;
    left: 50%;
    margin-top: -1px;
    margin-left: -17px;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 17px solid #fff;
    border-top-color: inherit;
}

.user-box .map-holder .tooltip-box address {
    color: #333;
    font: 12px/18px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.user-box .map-holder .tooltip-box label {
    margin: 0 0 5px;
}

.user-box .text-holder {
    padding: 15px 26px;
    background: #fff;
    box-shadow: inset 0 5px 6px rgba(0, 0, 0, .2);
}

.user-box .text-holder .header {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #bbb;
    padding: 0 0 7px;
    margin: 0 0 12px;
}

.user-box .text-holder .map {
    float: right;
    background: #ebe7e4 !important;
    padding: 5px 11px !important;
    border: 1px solid #d6d6d4 !important;
    text-transform: uppercase;
    font: 500 14px/16px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    color: #3f3f3f !important;
    margin-left: 10px;
}

.user-box .text-holder .map span {
    margin: 0 10px 0 0;
}

.user-box .text-holder .title {
    color: #333;
    text-transform: none;
    font: 14px/20px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.user-box .text-holder .check-list li {
    padding: 10px 0 0;
}

.user-box .text-holder .check-list li:first-child {
    padding: 0;
}

.user-box .lang-holder {
    padding: 17px 27px;
    position: relative;
    border-bottom: 1px solid #c2c1c1;
    overflow: hidden;
}

.user-box .lang-holder:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    right: -10px;
    height: 25px;
    box-shadow: inset 0 -4px 4px rgba(0, 0, 0, .1);
}

.user-box .jcf-scrollable-wrapper {
    width: 100% !important;
}

.user-box .jcf-scrollable {
    height: 126px;
    width: 100% !important;
}

.user-box .jcf-scrollable .lang-list {
    width: 100%;
    overflow: hidden;
    text-transform: uppercase;
    font: 500 14px/18px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.user-box .jcf-scrollable .lang-list li {
    float: none;
    width: 100%;
    overflow: hidden;
    padding: 0 0 15px;
}

.user-box .jcf-scrollable .lang-list li a {
    display: block;
    float: none !important;
    color: #333;
}

.user-box .sign-box {
    background: #f8f8f8;
    padding: 22px 25px 7px 30px;
    color: #202020;
    border-top: 1px solid #d5d5d5;
}

.user-box .sign-box .title {
    display: block;
    color: #001e45;
    font: 24px/28px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 5px;
}

.user-box .sign-box p {
    font: 14px/21px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    margin: 0 0 10px;
    color: #202020;
}

.user-box .sign-box p .sign {
    text-transform: uppercase;
    color: #000;
    font: 500 14px/21px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    padding: 0 13px 0 0;
    position: relative;
    color: #122a4b;
}

.user-box .sign-box p .sign:after {
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    border: solid;
    border-width: 3px 5px;
    border-color: transparent transparent transparent #122a4b;
}

.user-box .sign-box p .sign:hover {
    text-decoration: underline;
}

.user-box .sign-box .button {
    display: block;
    width: 100%;
    background: #132246;
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 14px;
    text-align: center;
    font: 500 14px/18px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    height: auto;
    margin: 0 0 13px;
    float: none;
    top: auto;
}

.user-box .sign-box .button:hover {
    opacity: .8;
}

.user-box .sign-box .socials {
    margin: 0 -16px 20px 0;
    overflow: hidden;
    padding: 0;
    font: bold 14px/18px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    text-transform: uppercase;
}

.user-box .sign-box .socials li {
    float: left;
    width: 50%;
    padding: 0 16px 0 0;
}

.user-box .sign-box .socials li a {
    display: block;
    color: #fff;
    padding: 10px 10px 10px 30px;
    position: relative;
    text-align: center;
}

.user-box .sign-box .socials li a.google {
    background: #dd4d30;
}

.user-box .sign-box .socials li a.facebook {
    background: #435eb3;
}

.user-box .sign-box .socials li a span {
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 20px;
}

.user-box .sign-box .socials li a:hover {
    opacity: .8;
}

.check-label {
    display: block;
    text-transform: uppercase;
    font: bold 14px/14px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    color: #333;
    margin: 0 0 10px;
}

.check-label.jcf-label-active {
    color: #132246;
}

a {
    outline: none;
}

a:hover,
a:focus,
a:active {
    outline: none;
}

.start-section {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    font-family: "freight-big-pro", "Times New Roman", serif;
}

.start-section h1 {
    font: 26px/30px "freight-big-pro", "Times New Roman", serif;
    color: #001e45;
    margin: 0 0 7px;
    letter-spacing: .4px;
}

.start-section .text {
    padding: 0 10px;
}

.start-section p {
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    margin: 0;
}

.start-section .button {
    border: 1px solid #7e7e7e;
    background: none;
    color: #fff;
    height: 54px;
    min-width: 248px;
    font-size: 14px;
    line-height: 54px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0 20px;
    display: none;
}

.start-section .button:hover,
.start-section .button:focus,
.start-section .button:active {
    opacity: .8;
}

.start-menu {
    background: #fff;
    border: 1px solid #ebebeb;
    margin: 0 -10px 25px;
}

.start-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font: 18px/24px "freight-big-pro", "Times New Roman", serif;
}

.start-menu ul li {
    border-top: 1px solid #ebebeb;
}

.start-menu ul li:first-child {
    border-top: none;
}

.start-menu ul li a {
    display: block;
    padding: 9px 60px 9px 20px;
    position: relative;
    color: #333;
}

.start-menu ul li a:after {
    content: "";
    position: absolute;
    right: 29px;
    top: 50%;
    border: solid;
    border-width: 5px;
    border-color: transparent transparent transparent #a7a486;
    margin: -5px 0 0;
}

.start-menu ul li a:hover,
.start-menu ul li a:focus,
.start-menu ul li a:active {
    background: #eeece7;
}

.cycle-gallery-section {
    position: relative;
    z-index: 2;
}

.cycle-gallery-section:before,
.cycle-gallery-section:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 15px;
    left: -10px;
    width: 55%;
    height: 20%;
    max-width: 300px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .13);
    transform: rotate(-5deg);
}

.cycle-gallery-section:after {
    right: -10px;
    left: auto;
    transform: rotate(5deg);
}

.cycle-gallery {
    position: relative;
    padding: 15px 0 22px;
    background: #f3f0e9;
    overflow: hidden;
}

.cycle-gallery .mask {
    overflow: hidden;
}

.cycle-gallery .slideset {
    float: left;
    width: 99999px;
    position: relative;
}

.cycle-gallery .slide {
    float: left;
    position: relative;
}

.cycle-gallery .video-box {
    position: relative;
    overflow: hidden;
}

.cycle-gallery .video-box img {
    display: block;
    width: 100%;
    height: auto;
}

.cycle-gallery .video-box .btn-play {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -32px 0 0 -32px;
    text-indent: -9999px;
    overflow: hidden;
}

.cycle-gallery .video-box .btn-play:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border: solid;
    border-width: 19px 33px;
    border-color: transparent transparent transparent #fff;
    z-index: 10;
    margin: -18px 0 0 -14px;
}

.cycle-gallery .video-box .btn-play:hover:after,
.cycle-gallery .video-box .btn-play:focus:after,
.cycle-gallery .video-box .btn-play:active:after {
    border-color: transparent transparent transparent #d9d9d9;
}

.cycle-gallery .info-text-block {
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
}

.cycle-gallery .info-text-block h2 {
    font: 22px/29px "freight-big-pro", "Times New Roman", serif;
    margin: 0;
}

.cycle-gallery .info-text-block .heading {
    margin: 0 0 5px;
}

.cycle-gallery .info-text-block p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.cycle-gallery .info-text-block .text {
    padding: 0 0 11px;
}

.cycle-gallery .info-text-block .more {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #122a4b;
    text-transform: uppercase;
    padding: 0 15px 0 0;
    position: relative;
}

.cycle-gallery .info-text-block .more:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    border: solid;
    border-width: 5px;
    border-color: transparent transparent transparent #a7a486;
    margin: -6px -5px 0 0;
}

.cycle-gallery .info-text-block .more:hover,
.cycle-gallery .info-text-block .more:focus,
.cycle-gallery .info-text-block .more:active {
    color: #03070d;
}

.cycle-gallery .info-text-block .more:hover:after,
.cycle-gallery .info-text-block .more:focus:after,
.cycle-gallery .info-text-block .more:active:after {
    border-color: transparent transparent transparent #827f5f;
}

.seller-services-section {
    position: relative;
    text-align: center;
}

.seller-services-section .heading {
    padding: 0 0 20px;
    margin: 0 0 20px;
    position: relative;
}

.seller-services-section .heading:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 1px;
    background: #c6c6c6;
}

.seller-services-section h1 {
    font-size: 40px;
    line-height: 42px;
    font-family: "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 9px;
}

.seller-services-section .sub-title {
    font: 24px/32px "freight-big-pro", "Times New Roman", serif;
}

.seller-services-section p {
    font-size: 16px;
    line-height: 25px;
}

.services-posts .post {
    position: relative;
    text-align: left;
}

.services-posts .post .image-block {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px;
}

.services-posts .post .image-block img {
    display: block;
    width: 100%;
    height: auto;
}

.services-posts .post h2 {
    font: 18px/20px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 8px;
}

.services-posts .post h2 a {
    color: inherit;
}

.services-posts .post h2 a:hover,
.services-posts .post h2 a:focus,
.services-posts .post h2 a:active {
    color: #0d0d0d;
}

.services-posts .post p {
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 5px;
}

.services-posts .post .more {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 0;
    position: relative;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #122a4b;
}

.services-posts .post .more:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    border: solid;
    border-width: 4px;
    border-color: transparent transparent transparent #a7a486;
    margin: -4px -4px 0 0;
}

.services-posts .post .more:hover,
.services-posts .post .more:focus,
.services-posts .post .more:active {
    color: #008cba;
}

.news-section {
    position: relative;
    background: #f6f5f2;
    margin: 0 0 27px;
    z-index: 2;
}

.news-section:before,
.news-section:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 16px;
    left: 15px;
    width: 55%;
    height: 20%;
    max-width: 300px;
    box-shadow: 0 15px 20px rgba(0, 0, 0, .2);
    transform: rotate(-5deg);
}

.news-section:after {
    right: 15px;
    left: auto;
    transform: rotate(5deg);
}

.news-section > .frame {
    padding: 29px 0 22px;
    position: relative;
    background: inherit;
    z-index: 3;
}

.news-section.style03 {
    background: url(/wp-content/themes/wpsir_2022/images/bg-decor02.png) 50% 50%;
}

.news-block {
    position: relative;
}

.latest-news-box {
    background: #fff;
    margin: 0 0 39px;
    position: relative;
    z-index: 2;
}

.latest-news-box:before,
.latest-news-box:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 15px;
    left: 15px;
    width: 55%;
    height: 20%;
    max-width: 300px;
    box-shadow: 0 15px 20px rgba(0, 0, 0, .2);
    transform: rotate(-5deg);
}

.latest-news-box:after {
    right: 15px;
    left: auto;
    transform: rotate(5deg);
}

.latest-news-box > .holder {
    background: inherit;
    z-index: 2;
    padding: 27px 10px 31px;
}

.latest-news-box .heading {
    padding: 0 20px 18px;
    margin: 0 0 17px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.latest-news-box h2 {
    font: 22px/24px "freight-big-pro", "Times New Roman", serif;
    margin: 0;
    color: #294b7c;
}

.latest-news-box .date-block {
    margin: 0 0 23px;
}

.latest-news-box .date-block .date {
    float: left;
    background: #eeece7;
    z-index: 2;
    position: relative;
    margin: 4px 16px 0 0;
    text-align: center;
}

.latest-news-box .date-block .date:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 10px;
    left: 5px;
    width: 45%;
    height: 20%;
    max-width: 300px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .25);
    transform: rotate(-5deg);
}

.latest-news-box .date-block .date > .frame {
    width: 75px;
    height: 71px;
    position: relative;
    background: inherit;
    display: block;
    padding: 10px 3px 2px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #9b978e;
}

.latest-news-box .date-block .date > .frame .number {
    display: block;
    font: 41px/42px "freight-big-pro", "Times New Roman", serif;
    color: #294b7c;
    margin: -2px 0 0;
}

.latest-news-box .date-block h3 {
    font: 16px/24px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 17px;
    color: #333;
}

.latest-news-box .date-block h3 a {
    color: inherit;
}

.latest-news-box .date-block h3 a:hover {
    text-decoration: underline;
}

.latest-news-box .date-block .author {
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    color: #808080;
}

.latest-news-box .text {
    margin: 0 0 23px;
}

.latest-news-box .text p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.latest-news-box .button-holder {
    text-align: center;
}

.latest-news-box .button-holder .button {
    border: 1px solid #8e8e8e;
    background: none;
    color: #5f5f5f;
    text-transform: uppercase;
    height: 52px;
    min-width: 240px;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 17px 20px;
}

.latest-news-box .button-holder .button:hover,
.latest-news-box .button-holder .button:focus,
.latest-news-box .button-holder .button:active {
    background: #e9e9e9;
}

.more-news-box {
    position: relative;
    padding: 0 10px;
}

.more-news-box .heading {
    padding: 0 20px 18px;
    margin: 0 0 17px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.more-news-box h2 {
    font: 22px/24px "freight-big-pro", "Times New Roman", serif;
    margin: 0;
    color: #294b7c;
}

.more-news-box .post {
    position: relative;
    margin: 0 0 21px;
}

.more-news-box .post .date {
    float: left;
    background: #eeece7;
    z-index: 2;
    position: relative;
    margin: 4px 20px 0 0;
    text-align: center;
}

.more-news-box .post .date:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 10px;
    right: 5px;
    width: 45%;
    height: 20%;
    max-width: 300px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .25);
    transform: rotate(5deg);
}

.more-news-box .post .date > .frame {
    width: 75px;
    height: 71px;
    position: relative;
    background: inherit;
    display: block;
    padding: 10px 3px 2px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #9b978e;
}

.more-news-box .post .date > .frame .number {
    display: block;
    font: 41px/42px "freight-big-pro", "Times New Roman", serif;
    color: #294b7c;
    margin: -2px 0 0;
}

.more-news-box .post h3 {
    font: 16px/24px "freight-big-pro", "Times New Roman", serif;
    margin: 0;
    color: #333;
}

.more-news-box .post h3 a {
    color: inherit;
}

.more-news-box .post h3 a:hover {
    text-decoration: underline;
}

.more-news-box .post .author {
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #808080;
}

.more-news-box .post p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    display: none;
}

.more-news-box .link-holder {
    text-align: center;
}

.more-news-box .link-holder .more {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 0 0;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #122a4b;
    position: relative;
}

.more-news-box .link-holder .more:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    border: solid;
    border-width: 4px 5px;
    border-color: transparent transparent transparent #a7a486;
    margin: -5px -4px 0 0;
}

.more-news-box .link-holder .more:hover,
.more-news-box .link-holder .more:focus,
.more-news-box .link-holder .more:active {
    color: #03070d;
}

.more-news-box .link-holder .more:hover:after,
.more-news-box .link-holder .more:focus:after,
.more-news-box .link-holder .more:active:after {
    border-color: transparent transparent transparent #827f5f;
}

.market-news-section {
    background: #011836;
    color: #fff;
    text-align: center;
    padding: 24px 10px 31px;
}

.market-news-section h2 {
    font: 26px/38px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 28px;
    color: #fff;
}

.market-news-section .button {
    display: block;
    height: 49px;
    border: 1px solid #7e7e7e;
    padding: 16px 10px 15px;
    color: #fff;
    text-transform: uppercase;
    background: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin: 0;
    min-width: 276px;
}

.market-news-section .button:hover,
.market-news-section .button:focus,
.market-news-section .button:active {
    opacity: .8;
}

.market-news-section h3 {
    font: italic 24px/38px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 22px;
    color: #fff;
    display: none;
}

.market-news-section .image-box {
    display: none;
}

.contacts-section {
    padding: 8px 0 26px;
}

.contacts-section .text-note {
    position: absolute;
    left: 430px;
    right: 10px;
    bottom: 0;
    display: none;
}

.contacts-section .text-note h3 {
    font: bold italic 31px/40px "freight-big-pro", "Times New Roman", serif;
    color: #fff;
    margin: 0;
}

.contact-box {
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.contact-box .heading {
    padding: 0 10px 9px;
    margin: 0 0 17px;
    border-bottom: 1px solid #c6c6c6;
}

.contact-box h1 {
    font: 26px/32px "freight-big-pro", "Times New Roman", serif;
    margin: 0;
    color: #0f284d;
    letter-spacing: .5px;
}

.contact-box h2 {
    font: 18px/22px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 2px;
    color: #0f284d;
    letter-spacing: .5px;
}

.contact-box address {
    font-style: normal;
    display: block;
    letter-spacing: .5px;
    margin: 0 0 7px;
    padding: 0 10px;
}

.contact-box .text {
    padding: 0 15px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.contact-box .link-direction {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #001e45;
    letter-spacing: .5px;
    margin: 0 0 20px;
}

.contact-box .link-direction i {
    color: #6ca1f0;
    font-size: 1.1em;
}

.contact-box .link-direction:hover,
.contact-box .link-direction:focus,
.contact-box .link-direction:active {
    color: black;
}

.contact-box .link-direction:hover i,
.contact-box .link-direction:focus i,
.contact-box .link-direction:active i {
    color: #2775e9;
}

.contact-box .phone-block {
    margin: 0 0 23px;
}

.contact-box .phone-link {
    display: inline-block;
    vertical-align: top;
    font-size: 19px;
    line-height: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #001e45;
    pointer-events: none;
}

.contact-box .phone-link i {
    color: #c5a62e;
    font-style: normal;
}

.contact-box .button {
    min-width: 260px;
    height: 49px;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: .5px;
    margin: 0;
    background: #001e45;
}

.contact-box .button i {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 0 0;
}

.contact-box .button:hover,
.contact-box .button:focus,
.contact-box .button:active {
    background: #243764;
}

.contact-box .button.gray i {
    margin-top: 3px;
}

.contact-box .button .number {
    color: #e0b717;
}

.contact-box .button + .button {
    margin-top: 12px;
}

.social-networks {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.social-networks > li {
    margin: 0 0 0 8px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.social-networks > li:first-child {
    margin: 0;
    padding-left: 0;
}

.social-networks > li > a {
    display: block;
    width: 35px;
    height: 35px;
    background: #001e45;
    overflow: hidden;
    border-radius: 35px;
    text-align: center;
    padding: 6px 1px 1px;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
}

.social-networks > li > a:hover,
.social-networks > li > a:focus,
.social-networks > li > a:active {
    background: #5d97d2;
}

.social-networks > li .popup {
    position: absolute;
    bottom: 56px;
    left: 50%;
    margin: 0 0 0 -102px;
    width: 204px;
    border: 1px solid #001e45;
    z-index: 10;
    background: #fff;
    box-shadow: 5px 5px 7px 0 rgba(0, 0, 0, .1);
    display: none;
}

.social-networks > li .popup ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

.social-networks > li .popup ul li {
    border-top: 1px solid #eaeaea;
}

.social-networks > li .popup ul li a {
    padding: 13px 30px 11px 19px;
    position: relative;
    display: block;
    text-transform: uppercase;
    color: #001e45;
    letter-spacing: .5px;
}

.social-networks > li .popup ul li a:hover,
.social-networks > li .popup ul li a:focus,
.social-networks > li .popup ul li a:active {
    color: #5d97d2;
}

.social-networks > li .popup ul li a:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    border: 5px solid;
    border-color: transparent transparent transparent #a7a486;
    margin: -6px 0 0;
}

.social-networks > li .popup:after,
.social-networks > li .popup:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    border: solid;
    border-width: 10px 11px;
    border-color: #001e45 transparent transparent transparent;
    margin: 0 0 0 -11px;
    z-index: 6;
}

.social-networks > li .popup:after {
    border-width: 9px 10px;
    border-color: #fff transparent transparent transparent;
    margin: 0 0 0 -10px;
    z-index: 7;
    bottom: -18px;
}

.add-menu {
    border: 1px solid #ccccca;
    background: #ebeae5;
    position: relative;
    z-index: 2;
    margin: 0 0 36px;
}

.add-menu:before,
.add-menu:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 15px;
    left: -10px;
    width: 55%;
    height: 20%;
    max-width: 300px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .15);
    transform: rotate(-5deg);
}

.add-menu:after {
    right: -10px;
    left: auto;
    transform: rotate(5deg);
}

.add-menu > ul {
    background: inherit;
    position: relative;
    z-index: 2;
    padding: 25px 27px;
    margin: 0;
    list-style: none;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: .5px;
    text-align: center;
}

.add-menu > ul li {
    margin: 4px 0 0;
}

.add-menu > ul li:first-child {
    margin: 0;
}

.add-menu > ul li a {
    display: block;
    color: #122a4b;
    padding: 13px 12px 15px;
    text-transform: uppercase;
    letter-spacing: .5px;
    height: 49px;
    transition: all .2s linear;
    white-space: nowrap;
}

.add-menu > ul li a:hover {
    background: #fff;
    color: #122a4b;
}

.add-menu > ul li a:active {
    background: #122a4b;
    color: #fff;
}

.add-menu > ul li.active a {
    background: #122a4b;
    color: #fff;
}

.map-section {
    position: relative;
    display: none;
}

.map-section:after,
.map-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 45px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 5;
}

.map-section:after {
    top: auto;
    bottom: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .25) 100%);
}

.map-section.style02 .slide {
    height: 240px;
}

.map-section .slide {
    height: 209px;
    position: relative;
    overflow: hidden;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -webkit-transition: all 1s linear;
}

.map-section .slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.map-section .slide .link {
    position: absolute;
    width: 28px;
    height: 42px;
    background: red;
    left: 50%;
    top: 30px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/wp-content/themes/wpsir_2022/images/location-icon02.png) no-repeat;
    background-size: 28px 42px;
}

.map-section .opener {
    position: absolute;
    bottom: -21px;
    left: 50%;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    margin-left: -20px;
    background: #001e45;
    color: #fff;
    font: 26px/39px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    text-align: center;
    transition: transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    z-index: 10;
}

.map-section .opener em {
    display: none;
    line-height: 34px;
    font-size: 40px;
    font-style: normal;
}

.map-section.active-map .opener {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.map-section.active-map .opener span {
    display: none;
}

.map-section.active-map .opener em {
    display: block;
}

.map-section.active-map .slide {
    height: 600px;
}

.map {
    width: 100%;
    height: 768px;
    position: relative;
    overflow: hidden;
}

.map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.filter-news-section {
    position: relative;
}

.filter-news-section > li {
    text-align: center;
}

.filter-news-section .heading {
    margin: 0 0 19px;
}

.filter-news-section h2 {
    font: 24px/28px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 5px;
}

.filter-news-section h2 a {
    color: inherit;
}

.filter-news-section h2 a:hover,
.filter-news-section h2 a:focus,
.filter-news-section h2 a:active {
    color: #243764;
}

.filter-news-section h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    color: #888;
}

.filter-news-section .image-box {
    position: relative;
    overflow: hidden;
    margin: 0 0 16px;
}

.filter-news-section .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.filter-news-section .button-holder {
    padding: 0 16px 12px;
}

.filter-news-section .button-holder .button {
    display: block;
    min-width: 150px;
    margin: 15px 0 0;
}

.filter-news-section .button-holder .button:first-child {
    margin: 0;
}

.button.dark-blue {
    min-width: 262px;
    height: 49px;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background: #001e45;
    padding: 14px 10px 13px;
}

.button.dark-blue:hover,
.button.dark-blue:focus,
.button.dark-blue:active {
    background: #243764;
    color: #fff;
}

.button.dark-blue i {
    display: inline-block;
    vertical-align: top;
    margin: 3px 5px 0 0;
}

.button.gray {
    min-width: 262px;
    height: 49px;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #122a4b;
    background: #fff;
    padding: 14px 10px 13px;
    border: 1px solid #7e7e7e;
}

.button.gray:hover,
.button.gray:focus,
.button.gray:active {
    background: #e9e9e9;
}

.email-form {
    background: #eeece7;
    padding: 22px 10px 29px;
}

.email-form.style-color02 {
    background: #dcdcdc;
}

.email-form .heading {
    margin: 0 0 17px;
    text-align: center;
}

.email-form .heading .sub-title {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    padding: 5px 0 3px;
}

.email-form .heading .sub-title a {
    display: inline-block;
    vertical-align: top;
    color: #5991e3;
}

.email-form .heading .sub-title a:hover {
    color: #243764;
}

.email-form h2 {
    font: 24px/26px "freight-big-pro", "Times New Roman", serif;
    margin: 0;
    color: #122a4b;
    letter-spacing: .5px;
}

.email-form .button-holder .button {
    display: block;
    margin: 0;
    width: 100%;
}

.email-form .centring-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 730px;
    margin: 0 auto;
}

.email-form .cell {
    overflow: hidden;
}

.email-form .image-box {
    display: none;
    position: relative;
    overflow: hidden;
    border: 1px solid #bcbcbc;
}

.email-form .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.email-form .title-checkbox {
    float: left;
    margin: 4px 15px 5px 0;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .2px;
}

.email-form .checkbox-cell {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin: 0 0 5px 10px;
}

.email-form .checkbox-cell label {
    float: left;
    font-size: 12px;
    line-height: 15px;
    margin: 4px 5px 0 0;
}

.email-form.style02 .centring-wrapper {
    max-width: 932px;
}

.email-form.style02 h2 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 15px;
}

.email-form.style02 .heading {
    margin: 0 0 37px;
}

.email-form.style02 .heading p {
    font-size: 16px;
    line-height: 27px;
    margin: 0;
}

.email-form.style02 .label-holder {
    margin: 0 0 5px;
}

.email-form.style02 .label-holder label {
    font-weight: 600;
}

/*.email-form.style02 .input-holder input,*/
/*.email-form.style02 .textarea-holder textarea {*/
/*    border-color: #989793;*/
/*}*/

.email-form.style02 .textarea-holder textarea {
    margin: 0;
    height: 123px !important;
}

.email-form.style03 {
    padding: 28px 10px 26px;
}

.email-form.style03 h2 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: .2px;
    margin: 0 0 29px;
}

.email-form.style03 .label-holder {
    margin: 16px 0 9px;
}

.email-form.style03 .label-holder label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #333;
}

.email-form.style03 .input-holder input {
    border-color: #989793;
    padding: 15px 14px;
    font-size: 16px;
    line-height: 20px;
}

.email-form.style03 .input-holder input:focus {
    border-color: #333;
}

.email-form.style03 .row-holder {
    margin: 0 0 19px;
}

.email-form.style03 .textarea-holder {
    margin: 0 0 6px;
}

.email-form.style03 .textarea-holder textarea {
    /*border-color: #989793;*/
    padding: 15px 14px;
    font-size: 16px;
    line-height: 20px;
    height: 123px !important;
    margin: 0;
}

.email-form.style03 .textarea-holder textarea:focus {
    border-color: #333;
}

.email-form.style03 .button-holder .button {
    letter-spacing: .2px;
}

.email-form.style03 .button-holder .mobile-text-hidden {
    display: none;
}

.row-holder {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 17px;
}

.row-holder .input-holder,
.row-holder .textarea-holder {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.row-holder .label-holder {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 0 5px;
}

.row-holder .label-holder label {
    float: left;
    margin: 0;
    font-weight: normal;
}

.input-holder input {
    height: 51px;
    padding: 14px 16px;
    border-color: #d4d0c5;
    box-shadow: inset 3px 4px 5px rgba(0, 0, 0, .1);
    margin: 0;
}

.input-holder input:focus {
    box-shadow: inset 3px 4px 5px rgba(0, 0, 0, .1);
    border-color: #b3ac99;
}

.textarea-holder textarea {
    height: 94px;
    padding: 14px 16px;
    border-color: #d4d0c5;
    box-shadow: inset 3px 4px 5px rgba(0, 0, 0, .1);
    resize: none;
    overflow: auto;
}

.textarea-holder textarea:focus {
    box-shadow: inset 3px 4px 5px rgba(0, 0, 0, .1);
    border-color: #b3ac99;
}

.sub-menu {
    text-align: center;
    margin: 0 0 18px;
}

.sub-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #c6c6c6;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

.sub-menu ul li {
    border-top: 1px solid #c6c6c6;
}

.sub-menu ul li a {
    display: block;
    padding: 8px 12px 7px;
    color: #747474;
}

.sub-menu ul li a:active {
    background: #eee;
    color: #1c3d63;
}

.brokerage-listing-section {
    position: relative;
    background: #fff;
    padding: 0 0 11px;
}

.brokerage-listing-section .heading {
    margin: 0 -10px 12px;
    padding: 10px 5px 13px;
    background: #ebebeb;
    text-align: center;
}

.brokerage-listing-section .heading h2 {
    font: 24px/28px "freight-big-pro", "Times New Roman", serif;
    color: #313e5d;
    margin: 0;
}

.brokerage-listing-section ul {
    margin-bottom: 10px;
}

.brokerage-listing-section ul > li {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 7px;
}

.brokerage-listing-section ul > li:after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 1px;
    background: #dddbd6;
}

.brokerage-listing-section ul > li .image-box {
    float: left;
    width: 130px;
    margin: 3px 10px 0 0;
    position: relative;
}

.brokerage-listing-section ul > li .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.brokerage-listing-section ul > li .image-box .button {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: 31px;
    font: 18px/26px "freight-big-pro", "Times New Roman", serif;
    background-color: rgba(0, 0, 0, .26);
    border: solid 1px rgba(255, 255, 255, .5);
    color: #fff;
    min-width: 150px;
    margin: 0;
    padding: 1px 10px;
    display: none;
}

.brokerage-listing-section ul > li .image-box .button:hover,
.brokerage-listing-section ul > li .image-box .button:focus,
.brokerage-listing-section ul > li .image-box .button:active {
    background-color: rgba(0, 0, 0, .36);
    border: solid 1px rgba(255, 255, 255, .6);
}

.brokerage-listing-section ul > li .text-holder {
    overflow: hidden;
}

.brokerage-listing-section ul > li .text-holder h3 {
    font: 16px/18px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 3px;
    color: #1b1b1b;
}

.brokerage-listing-section ul > li .text-holder h3 a {
    color: #1b1b1b;
}

.brokerage-listing-section ul > li .text-holder h3 a:hover,
.brokerage-listing-section ul > li .text-holder h3 a:focus,
.brokerage-listing-section ul > li .text-holder h3 a:active {
    color: #4e4e4e;
}

.brokerage-listing-section ul > li .text-holder h4 {
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    color: #808080;
}

.brokerage-listing-section ul > li .text-holder .price {
    font-size: 17px;
    line-height: 20px;
    font-family: "freight-big-pro", "Times New Roman", serif;
    display: block;
    margin: 0 0 4px;
}

.brokerage-listing-section ul > li .text-holder .note {
    display: block;
    font-size: 11px;
    line-height: 13px;
    color: #818181;
}

.brokerage-listing-section ul > li .heading-box {
    margin: 0 0 13px;
    text-align: center;
    display: none;
}

.brokerage-listing-section ul > li .heading-box h3 {
    font: 16px/20px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 1px;
    color: #1b1b1b;
    letter-spacing: 1px;
}

.brokerage-listing-section ul > li .heading-box h3 a {
    color: #1b1b1b;
}

.brokerage-listing-section ul > li .heading-box h3 a:hover,
.brokerage-listing-section ul > li .heading-box h3 a:focus,
.brokerage-listing-section ul > li .heading-box h3 a:active {
    color: lingten(#1b1b1b, 20%);
}

.brokerage-listing-section ul > li .heading-box h4 {
    font-size: 12px;
    line-height: 15px;
    color: #837f75;
    margin: 0;
}

.brokerage-listing-section .link-holder {
    text-align: center;
}

.brokerage-listing-section .view-listing {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 0 0;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #122a4b;
    font-weight: 500;
    letter-spacing: .5px;
}

.brokerage-listing-section .view-listing:after {
    content: "";
    position: absolute;
    right: -4px;
    top: 50%;
    border: solid;
    border-width: 4px 5px;
    border-color: transparent transparent transparent #a7a486;
    margin: -5px 0 0;
}

.brokerage-listing-section .view-listing .number {
    color: #bd9f13;
}

.brokerage-listing-section .view-listing:hover,
.brokerage-listing-section .view-listing:focus,
.brokerage-listing-section .view-listing:active {
    color: #243764;
}

.blockquote-section {
    background: #001e45;
    position: relative;
    -webkit-transform: translateZ(0);
}

.blockquote-section > .slide {
    -webkit-transform: translateZ(0);
}

.blockquote-section > .slide > .holder {
    padding: 7px 0 24px;
    color: #fff;
}

.blockquote-section > .slide .author {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.blockquote-section > .slide .author a {
    color: #d3c54f;
}

.blockquote-section > .slide .author a:hover,
.blockquote-section > .slide .author a:focus,
.blockquote-section > .slide .author a:active {
    color: #ab9d2b;
}

.blockquote-section > .slide .description {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #ccc;
}

.blockquote-section > .slide p {
    margin: 0 0 17px;
}

.blockquote-section .note-holder {
    padding: 4px 0 26px;
    text-align: center;
    color: #fff;
    background: #001e45;
}

.blockquote-section .note-holder .note {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .2px;
}

.blockquote-section .note-holder .note .state02 {
    display: none;
}

.blockquote-section.active .note-holder {
    padding: 25px 0 24px;
}

.blockquote-section.active .note-holder .note .state02 {
    display: block;
}

.blockquote-section.active .note-holder .note .state01 {
    display: none;
}

.blockquote-container {
    position: relative;
    overflow: hidden;
    padding: 33px 40px 35px;
    color: #fff;
    text-align: center;
    border: none;
    margin: 0;
}

.blockquote-container h2 {
    font: 26px/30px "freight-big-pro", "Times New Roman", serif;
    margin: 0;
    color: #fff;
}

.blockquote-container p {
    font: italic 27px/44px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 9px;
    color: #fff;
}

.blockquote-container footer {
    margin: 0;
    padding: 21px 0 0;
    position: relative;
}

.blockquote-container footer:after {
    content: "";
    position: absolute;
    left: 70px;
    right: 70px;
    top: 0;
    height: 1px;
    background: #425979;
}

.blockquote-container .author {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.blockquote-container .author a {
    color: #d3c54f;
}

.blockquote-container .author a:hover,
.blockquote-container .author a:focus,
.blockquote-container .author a:active {
    color: #ab9d2b;
}

.blockquote-container .description {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #ccc;
}

.blockquote-container.style03 p {
    font-size: 24px;
}

.blockquote-container.style03 .author {
    font-weight: normal;
}

.map-info-description {
    position: relative;
    padding: 3px 10px 20px;
    text-align: center;
}

.map-info-description .slide {
    position: relative;
    display: none;
}

.map-info-description .slide a {
    color: #1b62cb;
}

.map-info-description .slide a:hover,
.map-info-description .slide a:focus,
.map-info-description .slide a:active {
    color: #001e45;
}

.map-info-description h2 {
    font: 22px/26px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 15px;
}

.map-info-description p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 15px;
}

.map-info-description .opener {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    color: #122a4b;
    font-weight: 600;
    position: relative;
    padding: 0 20px 0 0;
    margin: 0 0 16px;
}

.map-info-description .opener:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border: solid;
    border-width: 5px 4px;
    border-color: #a7a486 transparent transparent transparent;
    margin: -3px 0 0;
}

.map-info-description.active-text .opener:after {
    margin: -8px 0 0;
    border-color: transparent transparent #a7a486 transparent;
}

.map-info-description .button {
    margin: 0;
}

.map-info-description .button .number {
    color: #e0b717;
}

.manager-info-section {
    position: relative;
    padding: 6px 0 40px;
    max-width: 450px;
    margin: 0 auto;
}

.manager-info-section .heading {
    padding: 0 0 13px;
    margin: 0 0 10px;
    border-bottom: 1px solid #c6c6c6;
}

.manager-info-section h2 {
    font: 22px/24px "freight-big-pro", "Times New Roman", serif;
    margin: 0;
    text-align: center;
}

.manager-info-section .manager-block {
    padding: 36px 0 0;
    position: relative;
}

.manager-info-section .image-box {
    float: left;
    width: 130px;
    border: 1px solid #ece9e1;
    margin: 0 10px 20px 0;
}

.manager-info-section .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.manager-info-section h3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font: 20px/24px "freight-big-pro", "Times New Roman", serif;
    color: #11305a;
    text-align: center;
    margin: 0;
}

.manager-info-section h4 {
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    margin: 0 0 12px;
    color: #696969;
}

.manager-info-section h4 .mark {
    display: block;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
}

.manager-info-section .phone-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.manager-info-section .phone-list li {
    margin: 0 0 6px;
}

.manager-info-section .phone-list a {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 20px;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #001e45;
    letter-spacing: 1px;
}

.manager-info-section .phone-list a:after {
    content: "o";
    position: absolute;
    left: 0;
    top: 0;
    text-transform: uppercase;
    color: #c5a62e;
}

.manager-info-section .phone-list li + li a:after {
    content: "M";
}

.manager-info-section .button-holder {
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.manager-info-section .button-holder .button {
    margin: 0;
}

.add-nav-section {
    position: relative;
    padding: 0 0 19px;
}

.add-nav-section .heading {
    max-width: 450px;
    padding: 0 0 13px;
    margin: 0 auto 14px;
    border-bottom: 1px solid #c6c6c6;
}

.add-nav-section h2 {
    font: 22px/24px "freight-big-pro", "Times New Roman", serif;
    margin: 0;
    text-align: center;
}

.communities-info {
    position: relative;
    max-width: 270px;
    margin: 0 auto;
}

.communities-info li {
    margin: 0 0 11px;
}

.communities-info .info {
    float: left;
    width: 52px;
    height: 52px;
    border: 1px solid #1a2e4b;
    border-radius: 60px;
    text-align: center;
    margin: 0 20px 0 0;
    font-size: 22px;
    line-height: 22px;
    padding: 14px 3px 1px;
    color: #a1a1a1;
}

.communities-info .number {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    font-style: normal;
    margin: 4px 0 0;
    color: #1a2e4b;
}

.communities-info .text {
    display: inline-block;
    vertical-align: top;
    padding: 15px 0 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.brokerage-menu {
    padding: 0 0 20px;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}

.brokerage-menu ul li {
    margin: 0 3px 10px;
    display: inline-block;
    vertical-align: top;
}

.brokerage-menu ul li a {
    display: block;
    padding: 9px 15px 8px;
    color: #333;
    background: #e5e5e5;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.brokerage-menu ul li a:hover,
.brokerage-menu ul li a:focus,
.brokerage-menu ul li a:active {
    background: #bfbfbf;
}

.brokerage-menu.grey-text-color ul li a {
    color: #909090;
    padding: 9px 24px 8px;
}

.btn-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10000;
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 2px 3px 1px;
    background: #fff;
    border: 1px solid #001e45;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .38);
    font-size: 24px;
    line-height: 23px;
    color: #001e45;
    opacity: .75;
}

.btn-top:hover,
.btn-top:focus,
.btn-top:active {
    opacity: 1;
    color: #001e45;
}

.search-box {
    position: absolute;
    top: 100%;
    background: rgba(230, 230, 230, .85);
    left: 0;
    margin: 0 -2999px;
    padding: 0 2999px;
    display: none;
}

.search-box form,
.search-box fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    width: 1120px;
}

.search-box form {
    padding: 0 0 0 5px;
}

.search-box fieldset {
    padding: 21px 116px 24px 170px !important;
    position: relative;
}

.search-box fieldset .title {
    position: absolute;
    left: 0;
    top: 20px;
    width: 152px;
    color: #001e45;
    font: 24px/24px "freight-big-pro", "Times New Roman", serif;
}

.search-box fieldset .result {
    position: absolute;
    top: 20px;
    right: 0;
    width: 103px;
    text-align: center;
    color: #001e45;
    font: 32px/32px "freight-big-pro", "Times New Roman", serif;
}

.search-box fieldset .result .text {
    display: block;
    text-transform: uppercase;
    color: #4f4f4f;
    font: 11px/12px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    padding: 3px 0 0;
}

.search-box fieldset .result .number {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: background-color .3s, color .3s;
}

.search-box fieldset .block {
    width: 100%;
    position: relative;
    padding: 0 65px 0 103px;
    left: 0;
    top: 0;
}

.search-box fieldset .block .location {
    display: none;
    background: linear-gradient(to bottom, #f1f1f1 0%, #d4d4d4 100%);
    border: 1px solid #b1afad;
    height: 42px;
    width: 38px;
    text-align: center;
    color: #001e45;
    position: absolute;
    top: 0;
    right: 65px;
}

.search-box fieldset .block .location span {
    top: auto;
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
}

.search-box fieldset .block .jcf-select {
    position: absolute;
    left: 0;
    top: 0;
    width: 104px;
    min-width: 103px;
    height: 51px;
    background: linear-gradient(to bottom, #f1f1f1 0%, #d4d4d4 100%);
}

.search-box fieldset .block .jcf-select .jcf-select-text {
    color: #656565;
    font: bold 14px/50px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.search-box fieldset .block input[type="text"],
.search-box fieldset .block input[type="search"] {
    top: auto;
    border: 1px solid #a09d9a;
    padding: 13px 20px;
    width: 100%;
    color: #333;
    font: italic 16px/20px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    height: 51px;
}

.search-box fieldset .block input[type="text"] ::-webkit-input-placeholder,
.search-box fieldset .block input[type="search"] ::-webkit-input-placeholder {
    color: #333;
}

.search-box fieldset .block input[type="text"] ::-moz-placeholder,
.search-box fieldset .block input[type="search"] ::-moz-placeholder {
    opacity: 1;
    color: #333;
}

.search-box fieldset .block input[type="text"] :-moz-placeholder,
.search-box fieldset .block input[type="search"] :-moz-placeholder {
    color: #333;
}

.search-box fieldset .block input[type="text"] :-ms-input-placeholder,
.search-box fieldset .block input[type="search"] :-ms-input-placeholder {
    color: #333;
}

.search-box fieldset .block input[type="text"] .placeholder,
.search-box fieldset .block input[type="search"] .placeholder {
    color: #333;
}

.search-box fieldset .block input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    border: 1px solid #93928e;
    background: #001e44;
    color: #fff;
    text-transform: uppercase;
    font: bold 16px/18px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    height: 51px;
    cursor: pointer;
}

.search-box fieldset .block input[type="submit"]:hover {
    opacity: .8;
}

.search-box .open-close {
    position: relative;
    line-height: 18px;
}

.search-box .open-close .slide {
    background: #f1f1f1;
    margin: 0 -9999px;
    padding: 0 9999px;
    border-bottom: 1px solid #979696;
    border-top: 1px solid #867774;
}

.search-box .open-close .slide .holder {
    padding: 10px 30px;
    min-height: 205px;
}

.search-box .open-close .add-holder {
    text-align: center;
    font-size: 11px;
    line-height: 14px;
    padding: 0 5px 10px;
    margin-top: -10px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.search-box .open-close.active .add-holder {
    padding-top: 12px;
    margin-top: 0;
}

.search-box .open-close.active .opener {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
}

.search-box .open-close.active .opener span {
    display: none;
}

.search-box .open-close.active .opener em {
    display: none;
}

.search-box .open-close .opener {
    display: block;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
    background: none;
    color: #0f284d;
}

.search-box .open-close .opener:hover {
    color: #243764;
}

.search-box .open-close .opener em {
    display: none;
}

.search-box .open-close .opener em {
    display: none;
}

.top-bar-section .dropdown {
    background: #102238 !important;
    border: none;
    width: 553px !important;
    padding: 30px;
    left: 50% !important;
    margin-left: -276px;
    margin-top: 2px;
    text-align: left;
}

.top-bar-section .dropdown:after {
    content: "";
    position: absolute;
    left: 0;
    top: -4px;
    width: 100%;
    height: 5px;
}

.top-bar-section .dropdown:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 30px;
    bottom: 30px;
    width: 1px;
    background: url(/wp-content/themes/wpsir_2022/images/divider-base-drop.png) repeat-y;
}

.top-bar-section .dropdown li > a {
    font: 14px/18px "News Gothic MT W01 Bold", Arial, Helvetica, sans-serif !important;
    color: #fff !important;
    padding: 0 30px 0 0 !important;
    position: relative;
    margin: 0 0 20px;
    white-space: normal;
    text-transform: none;
    text-transform: uppercase;
    letter-spacing: .2px;
}

.top-bar-section .dropdown li > a:hover {
    color: #2f6490 !important;
}

.top-bar-section .dropdown li ul {
    padding: 0;
    display: block;
}

.top-bar-section .dropdown li ul li a {
    font: 14px/18px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif!important;
    color: #cecece !important;
}

.top-bar-section .dropdown li ul li a:hover {
    color: #fff !important;
}

.top-bar-section .dropdown li ul li a:after {
    display: none;
}

.top-bar-section .dropdown li + li + li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 15px 0 0 !important;
}

.top-bar-section .dropdown li + li + li + li {
    padding: 0 0 0 36px !important;
}

.top-bar-section .dropdown li + li + li + li + li {
    display: none;
}

.top-bar-section .dropdown li + li + li ul li {
    display: block;
    width: 100%;
    padding: 0 !important;
}

.top-bar-section .dropdown li + li + li ul li:last-child a {
    margin-bottom: 0;
}

.land .page-heading {
    padding: 3px 195px 152px;
}

.land .main-holder {
    background: #eeece7;
}

.adv-search {
    max-width: 1046px;
    margin: 0 auto 50px;
    clear: both;
    position: relative;
    padding: 0 0 100px;
    z-index: 2;
}

.adv-search .mob {
    display: none;
    color: #747474;
    font: 16px/20px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.adv-search .mob strong {
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    color: #001e45;
}

.adv-search:after {
    content: "";
    display: block;
    clear: both;
}

.adv-search .column:last-child {
    float: left !important;
}

.adv-search form,
.adv-search fieldset {
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
}

.adv-search label {
    display: block;
    margin: 0 0 14px;
    color: #333;
    font: 16px/18px "News Gothic MT W01 Bold", Arial, Helvetica, sans-serif;
}

.adv-search form {
    margin: -115px 0 0;
    background: #fff;
    float: left;
    width: 100%;
    padding: 25px 15px 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    position: relative;
}

.adv-search form:before,
.adv-search form:after {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 15px;
    left: 20px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .3);
    transform: rotate(-5deg);
}

.adv-search form:after {
    right: 20px;
    left: auto;
    transform: rotate(5deg);
}

.adv-search .search-row {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 87px 0 0;
    margin: 0 0 20px;
    height: 65px;
}

.adv-search .search-row input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: url("/wp-content/themes/wpsir_2022/images/sprite.png") no-repeat -82px -124px;
    width: 87px;
    height: 65px;
}

.adv-search .search-row input[type="submit"]:hover {
    opacity: .8;
}

.adv-search .search-row input[type="text"] {
    display: block;
    width: 100%;
    color: #747474;
    font: 18px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    padding: 21px 25px 20px;
    box-shadow: inset 3px 3px 5px rgba(0, 0, 0, .1);
    height: 65px;
}

.adv-search .search-row input[type="text"] ::-webkit-input-placeholder {
    color: #747474;
}

.adv-search .search-row input[type="text"] ::-moz-placeholder {
    opacity: 1;
    color: #747474;
}

.adv-search .search-row input[type="text"] :-moz-placeholder {
    color: #747474;
}

.adv-search .search-row input[type="text"] :-ms-input-placeholder {
    color: #747474;
}

.adv-search .search-row input[type="text"] .placeholder {
    color: #747474;
}

.adv-search .or-title {
    display: block;
    position: relative;
    text-align: center;
    margin: 0 0 24px;
}

.adv-search .or-title:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #bebebe;
}

.adv-search .or-title span {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    padding: 0 8px;
    position: relative;
    z-index: 2;
    color: #808080;
    font: bold 16px/18px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.adv-search .area {
    position: relative;
    margin: 0 0 28px;
}

.adv-search .area .ico {
    position: absolute;
    top: 19px;
    right: 26px;
    background: url("/wp-content/themes/wpsir_2022/images/sprite.png") no-repeat -79px -67px;
    width: 17px;
    height: 18px;
    z-index: 100;
}

.adv-search .area input[type="text"] {
    font: 16px/18px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    color: #333;
    height: 54px;
    border: 1px solid #93928e;
    margin: 0;
    box-shadow: inset 3px 3px 5px rgba(0, 0, 0, .1);
    padding: 10px 50px 10px 27px;
}

.adv-search .area input[type="text"] ::-webkit-input-placeholder {
    color: #333;
}

.adv-search .area input[type="text"] ::-moz-placeholder {
    opacity: 1;
    color: #333;
}

.adv-search .area input[type="text"] :-moz-placeholder {
    color: #333;
}

.adv-search .area input[type="text"] :-ms-input-placeholder {
    color: #333;
}

.adv-search .area input[type="text"] .placeholder {
    color: #333;
}

.visual-clone {
    width: 100%;
    height: 90px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.visual-clone img {
    max-width: none;
    display: block;
}

/* custom checkbox styles */

.jcf-checkbox {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    cursor: default;
    background: #fff;
    border: 1px solid #333;
    border-radius: 3px;
    margin: -1px 10px 0 0;
    height: 12px;
    width: 12px;
}

.jcf-checkbox span {
    position: absolute;
    display: none;
    top: -1px;
    left: -1px;
    background: url("/wp-content/themes/wpsir_2022/images/sprite.png") no-repeat -186px -119px;
    width: 14px;
    height: 12px;
}

.jcf-checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
}

.jcf-checkbox.jcf-checked span {
    display: block;
}

.jcf-checkbox.jcf-checked {
    border-color: transparent;
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
    box-sizing: content-box;
    position: relative;
}

.jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    width: 6px;
    bottom: 0;
    right: 0;
    top: 0;
}

.jcf-scrollbar-vertical:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #ddd;
    margin-left: -1px;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    display: none;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    top: auto;
    bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: #b3b3b3;
    height: 1px;
    width: 6px;
    border-radius: 3px;
    z-index: 2;
}

.jcf-scrollbar-horizontal {
    position: absolute;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 6px;
}

.jcf-scrollbar-horizontal:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #ddd;
    margin-top: -1px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    display: none;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    left: auto;
    right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
    display: inline-block;
    position: relative;
    height: 6px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
    position: absolute;
    background: #b3b3b3;
    height: 6px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
    visibility: hidden;
}

/* common custom form elements styles */

.jcf-disabled {
    background: #ddd !important;
}

.jcf-scrollable {
    height: 100px;
}

/*.start-section-holder.alt {*/
/*    padding-top: 231px;*/
/*    padding-bottom: 52px;*/
/*}*/

.start-section-holder h1 {
    line-height: 55px;
    margin-bottom: 0;
}

.start-section-holder .page-heading {
    position: relative;
    padding-top: 71px;
    padding-bottom: 0;
}

.start-section-holder .page-heading p {
    text-transform: uppercase;
    font: bold 20px/24px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    letter-spacing: 3px;
    margin: 5px 0 0;
}

.start-section-holder.alt2 {
    padding-top: 185px;
    padding-bottom: 39px;
}

.start-section-holder.alt2 h1 {
    font-size: 61px;
    line-height: 74px;
    letter-spacing: 2px;
    word-spacing: 3px;
}

.start-section-holder .button.btn-white {
    background: rgba(0, 0, 0, .05);
    border: 1px solid #d9d9d9;
    padding: 14px 10px;
    height: 49px;
    width: 304px;
    transition: background .3s linear;
}

.start-section-holder .button.btn-white:hover {
    background: rgba(0, 0, 0, .2);
}

.select-holder {
    text-align: center;
}

.select-holder select,
.select-holder .jcf-select {
    width: 276px !important;
}

.select-holder .jcf-select {
    height: 49px;
    border-color: #7e7e7e;
    background: url(/wp-content/themes/wpsir_2022/images/none.gif);
    text-transform: uppercase;
    box-shadow: none;
}

.select-holder .jcf-select .jcf-select-text {
    color: #5f5f5f;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    line-height: 48px;
    letter-spacing: 1px;
    word-spacing: -2px;
    font-weight: bold;
    margin: 0 40px 0 24px;
}

.select-holder .jcf-select .jcf-select-opener {
    right: 23px;
    background-position: -187px -189px;
}

.article {
    padding: 44px 0 0;
    line-height: 1.5;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    word-spacing: 2px;
}

.article p {
    line-height: inherit;
    margin: 32px 0 0;
}

.article h1 + p,
.article h2 + p,
.article h3 + p,
.article h4 + p,
.article h5 + p,
.article h4 + blockquote,
.article .tabs-content + p {
    margin-top: 0 !important;
}

.article .aligncenter {
    text-align: center;
}

.article .alignleft,
.article .alignright {
    margin: 37px 30px 20px;
}

.article .alignleft {
    float: left;
    margin-left: -92px;
}

.article .alignright {
    float: right;
    margin-right: -92px;
}

.article .alignleft:first-child,
.article .alignright:first-child {
    margin-top: 0;
}

.article .alignleft + p,
.article .alignright + p {
    margin-top: 31px;
}

.article .aligncenter {
    display: block;
    margin: 0 auto;
}

.article figure {
    text-align: center;
}

.article figure.aligncenter {
    max-width: 554px;
    margin-left: auto;
    margin-right: auto;
}

.article figcaption {
    margin: 0 5px;
    font-size: 12px;
    line-height: 19px;
    padding: 11px 10px 13px;
    border-bottom: 1px solid #c6c6c6;
}

.article figcaption:first-child {
    padding: 13px 10px 11px;
    border-top: 1px solid #c6c6c6;
    border-bottom: 0;
}

.article h3 {
    color: #333;
    font: 24px/1.5 "freight-big-pro", "Times New Roman", serif;
    margin: 37px 0 14px;
    text-align: center;
}

.article h3 + figure {
    margin-top: 0;
}

.article h4 {
    color: #1a376d;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    margin: 28px 0 25px;
}

.article .row h4 {
    padding-top: 2px;
}

.article p + .row {
    padding-top: 12px;
}

.article .row + .row {
    padding-top: 8px;
}

.article ul,
.article ol {
    margin: 24px 0 0;
}

.article ul:first-child,
.article ol:first-child {
    margin-top: 0;
}

.article ul li {
    position: relative;
    padding-left: 29px;
    line-height: 24px;
}

.article ul li:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    overflow: hidden;
    background: #2f6490;
}

.article ol {
    counter-reset: num;
}

.article ol li {
    padding-left: 30px;
    line-height: 24px;
}

.article ol li:before {
    color: #19376d;
    content: counter(num) ". ";
    counter-increment: num;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    margin: 0 0 0 -30px;
    padding: 0 10px 0 0;
    font-weight: bold;
}

.article blockquote {
    color: #3d455b;
    font: italic 300 24px/36px "freight-big-pro", "Times New Roman", serif;
    margin-top: 24px;
    padding: 4px 0 0;
    border: 0;
}

.article .promo + p {
    margin-top: 13px;
}

.article figure + p {
    margin-top: 29px;
}

.article .accordion {
    margin: 78px 0 0;
}

.article .accordion:first-child {
    margin-top: 0 !important;
}

.article .accordion > li {
    position: static;
    padding-left: 0;
    margin: 15px 0 0;
}

.article .accordion > li:before {
    display: none;
}

.article .accordion > li:first-child {
    margin-top: 0;
}

.article .accordion > li > a {
    color: #001e45;
    position: relative;
    border: 1px solid #adadad;
    padding: 10px 23px 12px;
    font: 300 22px/28px "freight-big-pro", "Times New Roman", serif;
    letter-spacing: 1px;
    word-spacing: 3px;
    background: #fff;
}

.article .accordion > li > a:after {
    content: "";
    position: absolute;
    right: 33px;
    top: 50%;
    width: 13px;
    height: 8px;
    overflow: hidden;
    margin-top: -1px;
    background: url(/wp-content/themes/wpsir_2022/images/sprite.png) no-repeat -187px -66px;
}

.article .accordion > li > a:hover {
    background: #fff;
    border-color: #2f6490;
}

.article .accordion > li.active > a {
    background: #f6f5f2;
    border-color: #adadad;
}

.article .accordion > li.active > a:after {
    margin-top: -2px;
    background-position: -187px -84px;
}

.article .accordion .content {
    padding: 22px 26px;
}

.article .accordion .content p:first-child {
    margin-top: 0;
}

.tabs {
    margin: 26px 0 0;
    border-bottom: 7px solid #f6f5f2;
}

.tabs:first-child {
    margin-top: 0 !important;
}

.tabs dd,
.tabs .tab-title {
    position: relative;
}

.tabs dd:after,
.tabs .tab-title:after {
    content: "";
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 11px;
    height: 46px;
    overflow: hidden;
    background: url(/wp-content/themes/wpsir_2022/images/bg-shadows.png) no-repeat -761px -30px;
}

.tabs dd > a,
.tabs .tab-title > a {
    color: #001e45;
    display: block;
    padding: 10px 39px 11px 35px;
    background: #fff;
    font: 300 22px/28px "freight-big-pro", "Times New Roman", serif;
    letter-spacing: 1px;
}

.tabs dd > a:hover,
.tabs dd.active > a,
.tabs .tab-title > a:hover,
.tabs .tab-title.active > a {
    color: #001e45;
    background: #f6f5f2;
}

.tabs dd.active,
.tabs .tab-title.active {
    z-index: 5;
}

.tabs dd.active:after,
.tabs .tab-title.active:after {
    display: block;
}

.tabs dd:hover,
.tabs .tab-title:hover {
    z-index: 10;
}

.tabs-content {
    margin-bottom: 18px;
}

.tabs-content .content {
    padding: 25px 26px;
}

.tabs-content .content p:first-child {
    margin-top: 0;
}

.intro {
    position: relative;
    margin: 0 0 36px;
    padding: 0 0 33px;
    word-spacing: 2px;
    font: 29px/44px "freight-big-pro", "Times New Roman", serif;
    text-align: center;
}

.intro p {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
}

.intro p:last-child {
    margin-bottom: 0;
}

.intro + p,
.intro p:first-child {
    margin-top: 0;
}

.intro:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 360px;
    margin-left: -180px;
    background: #bababa;
    border-top: 1px solid #ddd;
    height: 2px;
}

.promo {
    color: #454544;
    overflow: hidden;
    position: relative;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 38px 0 0;
    padding: 0 0 21px;
    word-spacing: 2px;
    overflow: hidden;
}

.promo:first-child {
    margin-top: 0;
}

.promo > a {
    color: inherit;
    position: relative;
    display: block;
    padding-right: 30px;
}

.promo > a:hover {
    color: #008cba;
}

.promo .frame {
    position: relative;
    padding: 32px 43px;
    background: #f6f5f2;
}

.promo .frame:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0;
    height: 0;
    overflow: hidden;
    border-style: solid;
    border-width: 44px 30px;
    margin-top: -44px;
    border-color: transparent transparent transparent #f6f5f2;
}

.promo .mobile {
    display: none;
}

.promo:before {
    content: "";
    position: absolute;
    right: 61px;
    bottom: 0;
    width: 452px;
    height: 21px;
    overflow: hidden;
    background: url(/wp-content/themes/wpsir_2022/images/bg-shadows.png) no-repeat -1px -61px;
}

.testimonial {
    padding-bottom: 55px;
}

.testimonial h4 {
    padding-top: 2px;
    margin: 28px 0 22px;
}

.testimonial blockquote {
    color: #5e6f7f;
    font: italic 31px/37px "freight-big-pro", "Times New Roman", serif;
    position: relative;
    padding: 0 0 60px 65px;
}

.testimonial blockquote q {
    display: block;
}

.testimonial blockquote q:before,
.testimonial blockquote q:after {
    content: "";
    position: absolute;
    width: 33px;
    height: 27px;
    overflow: hidden;
    background: url(/wp-content/themes/wpsir_2022/images/sprite.png) no-repeat -1px -173px;
}

.testimonial blockquote q:before {
    left: 2px;
    top: 0;
}

.testimonial blockquote q:after {
    right: 0;
    bottom: 0;
    background-position: -43px -173px;
}

.testimonial blockquote cite {
    color: #001e45;
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
    font-weight: normal;
    display: block;
    margin: 11px 0 0;
}

.testimonial blockquote cite:before {
    display: none;
}

.grey-box {
    margin: 40px 0 0;
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 24px;
}

.grey-box:first-child {
    margin-top: 0 !important;
}

.grey-box blockquote {
    color: #333;
    font: 300 14px/26px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    margin-bottom: 0;
    padding-top: 0;
}

.grey-box blockquote:first-child {
    margin-top: 0;
}

.grey-box blockquote cite {
    font-style: normal;
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    margin: 18px 0 0;
}

.grey-box blockquote cite:before {
    color: #001e45;
    margin-right: -3px;
}

.grey-box blockquote cite a {
    color: #001e45;
    font-weight: bold;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.grey-box blockquote cite a:hover {
    text-decoration: underline;
}

.grey-box .frame {
    position: relative;
    margin: 0 auto;
    padding: 33px 15px 25px 45px;
    background: #f6f5f2;
}

.grey-box .frame:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 752px;
    height: 24px;
    overflow: hidden;
    margin-left: -375px;
    background: url(/wp-content/themes/wpsir_2022/images/bg-shadows.png) no-repeat -1px -30px;
}

.page-heading .button-holder {
    margin: 17px 0 0;
}

.page-heading .button-holder:first-child {
    margin-top: 0;
}

.button-holder select,
.button-holder .jcf-select {
    width: 304px !important;
    margin: 0 25px;
}

.button-holder .jcf-select {
    height: 49px;
    border-color: #8e8e8e;
    background: url(/wp-content/themes/wpsir_2022/images/none.gif);
    text-transform: uppercase;
    box-shadow: none;
}

.button-holder .jcf-select .jcf-select-text {
    color: #5f5f5f;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    line-height: 48px;
    letter-spacing: 1px;
    word-spacing: -2px;
    font-weight: bold;
    margin: 0 33px 0 27px;
}

.button-holder .jcf-select .jcf-select-opener {
    right: 20px;
    background-position: -187px -189px;
}

.button-holder .button.btn-view {
    min-width: 304px;
    margin: 0 25px;
}

.button.btn-view {
    min-width: 304px;
    padding-top: 15px;
    padding-bottom: 14px;
    font: bold 14px/19px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    background: rgba(0, 30, 69, .55);
    border: 1px solid #6c7377;
}

.button.btn-view:hover {
    background: rgba(0, 30, 69, .85);
}

.button.btn-view.style02 {
    border-color: #001e45;
    background: #001e45;
}

.button.btn-view.style02:hover {
    background: #00132c;
    border-color: #00132c;
}

.subnav-bar {
    z-index: 98;
    position: relative;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #c8c6c0;
    text-align: center;
}

.subnav-bar.sticky-box.fixed-position {
    z-index: 8888;
}

.sub-menu {
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
}

.sub-menu.style02 {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.sub-menu li {
    float: left;
    list-style: none outside;
    text-transform: uppercase;
    padding: 0 18px;
    font: bold 14px/42px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.sub-menu a {
    display: block;
    color: #747474;
}

.sub-menu .active a,
.sub-menu a:hover {
    color: #1c3d63;
    box-shadow: inset 0 -4px 0 0 #0d2752;
}

.social-links {
    float: right;
    margin: 0;
    padding: 0;
}

.social-links li {
    float: left;
    padding: 4px 5px;
    list-style: none outside;
}

.social-links .link1,
.social-links .link2,
.social-links .link3,
.social-links .link4 {
    display: block;
    width: 34px;
    height: 34px;
    overflow: hidden;
    background: url(/wp-content/themes/wpsir_2022/images/sprite.png) no-repeat -1px -236px;
    text-indent: -9999px;
}

.social-links .link2 {
    background-position: -46px -236px;
}

.social-links .link3 {
    background-position: -89px -237px;
}

.social-links .link4 {
    background-position: -130px -237px;
}

.social-links a {
    transition: all .2s linear;
}

.social-links a:hover {
    opacity: .8;
}

.section-overview {
    padding-bottom: 92px;
}

.section-overview,
.section-overview p {
    line-height: 1.5;
}

.section-overview p {
    margin-bottom: 24px;
}

.description-block .full-description {
    display: none;
}

.description-block.show-description .short-description {
    display: none;
}

.link-more,
.link-close {
    color: #0d2752;
    position: relative;
    display: inline-block;
    position: relative;
    padding-right: 14px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.link-more:after,
.link-close:after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 5px solid;
    border-color: transparent transparent transparent #a7a486;
}

.link-more:hover,
.link-close:hover {
    color: #6ca1f0;
}

.link-close {
    padding: 0 0 0 14px;
}

.link-close:after {
    right: auto;
    left: 0;
    border-color: transparent #a7a486 transparent transparent;
}

.headline {
    position: relative;
    text-align: center;
    padding: 27px 115px 34px;
    margin-bottom: 38px;
}

.headline h3 {
    font: 24px/38px "freight-big-pro", "Times New Roman", serif;
    word-spacing: 1px;
    margin: 0;
}

.headline:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 290px;
    margin-left: -145px;
    background: #c8c6c0;
    height: 1px;
}

.section-map {
    background: #ebeae5;
}

.section-map .sub-headline {
    text-align: center;
    padding: 15px 115px 29px;
    border-top: 1px solid #d0d0ce;
    border-bottom: 1px solid #cfceca;
    background: #ebeae5;
}

.section-map .sub-headline h4 {
    color: #122a4b;
    font: 40px/50px "freight-big-pro", "Times New Roman", serif;
    letter-spacing: 1px;
    margin: 0;
}

.section-map .sub-headline p {
    margin: 4px 0 0;
    line-height: 1.5;
}

.section-map .sub-headline p:first-child {
    margin-top: 0;
}

.section-map .sub-headline a {
    color: #1b62cb;
    font-weight: bold;
}

.section-map .sub-headline a:hover {
    color: #6ca1f0;
}

.map-holder {
    position: relative;
}

.map-holder img {
    vertical-align: top;
    width: 100%;
    height: auto;
}

.map-holder .popup {
    position: absolute;
    top: 20px; /* 39.328% */
    left: 50.764%;
    width: 237px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.map-holder .popup:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 18px;
    overflow: hidden;
    background: url(/wp-content/themes/wpsir_2022/images/bg-popup.png) no-repeat 50% -1px;
}

.map-holder .popup .frame {
    padding: 18px 20px;
    border: solid #afb2b1;
    border-width: 1px 1px 0;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 20px 24px rgba(0, 0, 0, .08);
}

.map-holder .popup p {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.map-holder .popup a {
    color: #1b62cb;
    font-weight: bold;
}

.map-holder .popup a:hover {
    color: #6ca1f0;
}

.map-holder .popup .title {
    display: block;
    text-align: center;
    font: 24px/30px "freight-big-pro", "Times New Roman", serif;
    text-transform: none;
    letter-spacing: 1px;
    margin: 0 0 7px;
}

.map-holder .popup .listing {
    color: #122a4b;
}

.map-holder .popup a.listing {
    transition: all .2s linear;
}

.map-holder .popup a.listing:hover,
.map-holder .popup a.listing:focus,
.map-holder .popup a.listing:active {
    color: #6ca1f0;
}

.map-holder .popup .number {
    color: #b7a400;
}

.map-holder .popup .sep {
    font-weight: normal;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    margin: 0 1px;
}

.map-holder .popup .details {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 9px;
}

.map-holder .popup .details:after {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    width: 5px;
    height: 10px;
    overflow: hidden;
    background: url(/wp-content/themes/wpsir_2022/images/sprite.png) no-repeat -154px -46px;
}

.mrt_community-template-default #map {
    height: 280px;
}
@media (min-width: 768px) {
    .mrt_community-template-default #map {
        height: 500px;
    }
}

.mrt_community-template-default .map-holder .infoBox > img,
.mrt_development-template-default .map-holder .infoBox > img {
    display: none;
}
.mrt_community-template-default .infoBox .popup,
.mrt_development-template-default .infoBox .popup {
    position: absolute;
    top: -30px;
    left: -12px;
}

.mrt_development-template-default .galleria-theme-azur {
    max-width: 100%;
}

.section-list {
    position: relative;
    background: url(/wp-content/themes/wpsir_2022/images/bg-sub-headline.png);
}

.section-list .sub-headline {
    color: #9f9c94;
    padding: 34px 0 35px;
    text-align: center;
    background: url(/wp-content/themes/wpsir_2022/images/bg-sub-headline.png);
}

.section-list .sub-headline p {
    line-height: 20px;
    text-transform: uppercase;
    /*font-weight: bold;*/
    font-weight: 400;
    margin: 0;
}

.development-wrap .description .title {
    padding: 38px 0 14px;
}

.section-list .sub-headline h2,
.section-list .sub-headline h3 {
    color: #313e5d;
    font-family: "freight-big-pro", "Times New Roman", serif;
    font-size:40px;
    line-height:46px;
    margin: 0;
}

.section-list .sub-headline h2:first-child,
.section-list .sub-headline h3:first-child {
    margin-top: 0;
}

.section-list .sub-headline .opener {
    display: none;
}

.section-list .area {
    padding: 23px 0 30px;
}

.section-list .open {
    z-index: 10;
    color: #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: -24px 0 0 -21px;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: #001e45;
    text-align: center;
    font: 26px/41px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    transition: all .2s linear;
}

.section-list .open:hover {
    background: #013e8d;
}

.section-list .open .hide-text {
    display: none;
}

.section-list.color-style02 .area {
    background: none;
}

.section-list .slide {
    -webkit-transform: translate3d(0, 0, 0);
}

.list {
    max-width: 1030px;
    margin: -10px auto 0;
    padding: 0;
    overflow: hidden;
}

.list li {
    width: 33.333%;
    display: inline-block;
    vertical-align: top;
    list-style: none outside;
    margin: 10px -5px 0 0;
    padding: 0 0 0 20px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

.list a {
    color: #122a4b;
    transition: all .2s linear;
}

.list .num {
    color: #122a4b;
    float: left;
    min-width: 46px;
    height: 46px;
    font-size: 14px;
    line-height: 45px;
    margin: 0 22px 0 0;
    padding: 0 3px 1px;
    border: 1px solid #0d2752;
    border-radius: 50%;
    background: #eeece7;
    text-align: center;
    font-weight: bold;
    transition: all .2s linear;
}

.list strong {
    display: block;
    overflow: hidden;
    font-weight: 500;
    padding: 11px 0;
}

.list strong:after {
    content: "";
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: 1px;
    margin-left: 9px;
    border: solid 5px;
    border-color: transparent transparent transparent #a7a486;
}

.list a:hover {
    color: #1b62cb;
}

.list a:hover .num {
    background: #fff;
}

.section-featured-areas .add-menu {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    border: 0;
}

.section-featured-areas .add-menu:before,
.section-featured-areas .add-menu:after {
    top: -40px;
    padding-bottom: auto;
    z-index: 3;
}

.section-featured-areas .add-menu > ul > li {
    margin: 0 7px 0 12px !important;
}

.section-featured-areas .add-menu > ul > li > a {
    width: auto;
    padding-left: 28px;
    padding-right: 28px;
}

.post-carousel {
    position: relative;
}

.post-carousel .mask {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.post-carousel .switcher-holder {
    bottom: 4px;
}

.post-carousel .switcher-holder ul {
    display: block;
    min-height: 34px;
}

.post-carousel .switcher-holder li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 5px !important;
}

.post-carousel .switcher-holder a {
    width: 12px;
    height: 12px;
}

.post-carousel a.btn-prev,
.post-carousel a.btn-next {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -30px 0 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    text-indent: -99999px;
    background: rgba(89, 89, 89, .33);
    transition: all .2s linear;
}

.post-carousel a.btn-prev:hover,
.post-carousel a.btn-next:hover {
    background: rgba(89, 89, 89, .53);
}

.post-carousel a.btn-prev:after,
.post-carousel a.btn-next:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 21px;
    width: 10px;
    height: 17px;
    overflow: hidden;
    background: url(/wp-content/themes/wpsir_2022/images/sprite.png) no-repeat -172px -244px;
}

.post-carousel a.btn-next {
    left: auto;
    right: 0;
}

.post-carousel a.btn-next:after {
    left: auto;
    right: 15px;
    background-position: -190px -244px;
}

.post-grid {
    width: 99999px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.post-grid li {
    position: relative;
    float: left;
    width: 320px;
    overflow: hidden;
    list-style: none outside;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .35s ease-in-out;
}

.post-grid .pic {
    position: relative;
}

.post-grid .pic img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: top;
}

.post-grid .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .35s ease-in-out;
}

.post-grid .title {
    color: #b9b9b8;
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: 25px;
    font: 18px/22px "freight-big-pro", "Times New Roman", serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    pointer-events: none;
    transition: all .35s ease-in-out;
    transform: translateX(0);
}

.post-grid .title h3 {
    color: #f4f4f4;
    font: bold 32px/38px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    letter-spacing: 2px;
    margin: 0;
}

.post-grid .title em {
    display: block;
    font-style: normal;
    margin-top: -4px;
}

.post-grid .title p {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    text-transform: none;
    padding: 10px 0 0;
    color: #fff;
    margin: 16px 0 0;
    display: none;
}

.post-grid .add-title {
    color: #b9b9b8;
    position: absolute;
    left: 34px;
    right: 34px;
    top: 25px;
    font: 18px/22px "freight-big-pro", "Times New Roman", serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .35s ease-in-out;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
}

.post-grid .add-title h3 {
    color: #f4f4f4;
    font: bold 28px/32px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    letter-spacing: 1px;
    margin: 0;
}

.post-grid .add-title h3 .thin-style {
    font-weight: normal;
}

.post-grid .add-title em {
    display: block;
    font-style: normal;
    margin-top: -2px;
}

.post-grid .add-title p {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    text-transform: none;
    padding: 10px 0 0;
    color: #fff;
    margin: 16px 0 0;
    display: none;
}

.post-grid .popup {
    position: absolute;
    left: 50%;
    bottom: 36px;
    width: 276px;
    margin-left: -138px;
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease-in-out;
    transform: translateY(100%);
}

.post-grid .popup .button {
    min-width: 10px;
}

.post-grid .button-holder a {
    height: auto !important;
    display: block;
    margin: 17px 0 0;
    font-size: 14px;
    line-height: 22px;
    padding: 13px;
    transition: all .2s linear;
}

.post-grid .button-holder a:first-child {
    margin-top: 0;
}

.post-grid .button-holder .gray {
    color: #fff !important;
    border-color: #8e8e8e;
    line-height: 20px;
    background: rgba(255, 255, 255, .21);
}

.post-grid .button-holder .gray:hover {
    background: rgba(255, 255, 255, .5);
}

.post-grid .button-holder .number {
    color: #e0b717;
}

.post-grid .hover .title {
    transition: all .35s ease-in-out;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
}

.post-grid .hover .add-title {
    transition: all .35s ease-in-out;
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.post-grid .hover .overlay {
    opacity: 1;
    visibility: visible;
    transition: all .35s ease-in-out;
    background: rgba(0, 0, 0, .6);
}

.post-grid .hover .popup {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.section-lifestyles .sub-headline {
    padding: 28px 0 12px;
    text-align: center;
}

.section-lifestyles .sub-headline h2 {
    color: #313e5d;
    font: 40px/50px "freight-big-pro", "Times New Roman", serif;
    letter-spacing: 1px;
    margin: 0;
}

.slideshow {
    position: relative;
}

.slideshow .mask {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slideshow .slideset {
    width: 99999px;
    float: left;
}

.slideshow .slide {
    position: relative;
    width: 1440px;
    height: 424px;
    overflow: hidden;
    float: left;
}

.slideshow .bg-stretch {
    position: relative;
    width: 100%;
    height: 100%;
}

.slideshow .bg-stretch img {
    max-width: none;
    width: 100%;
    height: auto;
    vertical-align: top;
}

.slideshow .bg-stretch:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, .59);
}

.slideshow a.btn-prev,
.slideshow a.btn-next {
    z-index: 8;
    position: absolute;
    left: 3px;
    top: 50%;
    width: 75px;
    height: 75px;
    overflow: hidden;
    background: rgba(89, 89, 89, .33);
    text-indent: -9999px;
    transition: all .2s linear;
    text-align: left;
    margin-top: -37px;
}

.slideshow a.btn-prev:hover,
.slideshow a.btn-next:hover {
    background: rgba(89, 89, 89, .53);
}

.slideshow a.btn-prev:after,
.slideshow a.btn-next:after {
    content: "";
    position: absolute;
    left: 31px;
    top: 27px;
    width: 13px;
    height: 21px;
    overflow: hidden;
    background: url(/wp-content/themes/wpsir_2022/images/sprite.png) no-repeat -83px -204px;
}

.slideshow a.btn-next {
    left: auto;
    right: 3px;
}

.slideshow a.btn-next:after {
    background-position: -111px -203px;
}

.slideshow .box {
    float: left;
    width: 60%;
    overflow: hidden;
    position: relative;
}

.slideshow .box.style02 {
    width: 50%;
}

.slideshow .box.style02:first-child {
    width: 50%;
}

.slideshow .box:first-child {
    width: 40%;
    border-right: 2px solid #fff;
}

.slideshow .box.overlay-none:after {
    display: none;
}

.slideshow .description {
    color: #fff;
    z-index: 7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.slideshow .description,
.slideshow .description p {
    line-height: 24px;
}

.slideshow .description .title {
    padding: 38px 0 14px;
}

.slideshow .description .title,
.slideshow .description .title p {
    font: italic 28px/34px "freight-big-pro", "Times New Roman", serif;
    letter-spacing: 2px;
    word-spacing: -2px;
    min-height: 34px;
}

.slideshow .description .title p {
    margin-bottom: 13px;
}

.slideshow .description .title p:last-child {
    margin-bottom: 0 !important;
}

.slideshow .description .title h3 {
    color: #fff;
    font: 44px/1 "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    text-transform: uppercase;
    margin: 0;
}

.slideshow .description .title h3 strong {
    font-weight: bold;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.slideshow .description .text-alignleft {
    text-align: left;
}

.slideshow .description .button {
    height: 57px;
    background: none;
    border: 1px solid #b9b9b9;
}

.slideshow .description .button:hover {
    background: rgba(0, 0, 0, .1);
}

.slideshow .add-padding-box {
    padding-left: 30px;
}

.pager-holder {
    text-align: center;
    margin-bottom: 32px;
}

.pager {
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.pager li {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding: 4px;
    list-style: none outside;
    font: bold 12px/16px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.pager a {
    color: #909090;
    display: block;
    min-width: 122px;
    padding: 7px 10px;
    border: 1px solid #e5e5e5;
    background: #e5e5e5;
    transition: all .2s linear;
}

.pager a:hover {
    color: #787878;
    border-color: #cfcfcf;
    background: #cfcfcf;
}

.pager .active a {
    color: #313e5d;
    border-color: #cfcfcf;
    background: #fff;
}

.switcher-holder {
    z-index: 10;
    position: absolute;
    bottom: 27px;
    left: 0;
    width: 100%;
    text-align: center;
}

.switcher-holder ul {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.switcher-holder ul li {
    float: left;
    margin: 10px 0 0 27px;
    list-style: none outside;
}

.switcher-holder ul li:first-child {
    margin-left: 0;
}

.switcher-holder ul a {
    display: block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    text-indent: -9999px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all .2s linear;
}

.switcher-holder ul .active a,
.switcher-holder ul a:hover {
    background: #fff;
}

.listings-items {
    margin: 0 0 0 -80px;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.listings-items li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font: 20px/24px "freight-big-pro", "Times New Roman", serif;
    margin-right: -5px;
    padding: 8px 0 0 90px;
    text-align: left;
}

.listings-items .link {
    color: #758eb0;
    margin: 9px 0 0;
    display: inline-block;
    vertical-align: top;
    transition: all .2s linear;
    font: bold 16px/20px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    word-spacing: 2px;
    text-transform: uppercase;
}

.listings-items .link:hover {
    color: #fff;
}

.listings-items .link:after {
    content: "";
    display: inline-block;
    vertical-align: 1px;
    width: 0;
    overflow: hidden;
    height: 0;
    border: 5px solid;
    margin-left: 10px;
    border-color: transparent transparent transparent #a7a486;
}

.listings-items .num {
    float: left;
    min-width: 94px;
    height: 94px;
    border: 1px solid #fff;
    font: bold 28px/92px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    border-radius: 50%;
    margin: 0 22px 0 0;
    text-align: center;
}

.listings-items strong {
    display: block;
    overflow: hidden;
    font-weight: normal;
    padding: 7px 0;
}

.listings-items span {
    display: block;
}

.section-market .sub-headline {
    color: #9f9c94;
    background: #f6f5f2;
    text-align: center;
    padding: 22px 0 23px;
}

.section-market .sub-headline p {
    font: bold 16px/20px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    text-transform: uppercase;
    letter-spacing: .4px;
    margin: 0;
}

.section-market .sub-headline h2 {
    color: #313e5d;
    font: 46px/46px "freight-big-pro", "Times New Roman", serif;
    letter-spacing: 1px;
    margin: 0 0 13px;
}

.section-market .sub-headline h2:last-child {
    margin-bottom: 0;
}

.section-market .sub-headline .jcf-select {
    background: #f6f5f2;
    text-transform: uppercase;
}

.section-market select,
.section-market .jcf-select {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 259px !important;
    margin: 0;
}

.section-market .jcf-select {
    height: 39px;
    border: 1px solid #7e7e7e;
    box-shadow: inset 0 1px 0 #d6d5d3;
}

.section-market .jcf-select .jcf-select-text {
    color: #7e7e7e;
    font: bold 14px/34px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    margin-left: 21px;
    margin-top: 3px;
}

.section-market .jcf-select .jcf-select-opener {
    right: 14px;
    margin-top: -3px;
    background-position: -187px -207px;
}

.section-market label {
    cursor: text;
}

.tools-bar {
    z-index: 2;
    position: relative;
    font: 24px/39px "freight-big-pro", "Times New Roman", serif;
    text-align: center;
}

.tools-bar label {
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    margin: 0 15px 0 10px;
}

.tools-bar label:first-child {
    margin-left: 0;
}

.tools-bar select,
.tools-bar .jcf-select {
    width: 172px !important;
}

.tools-bar .jcf-select {
    border-color: #fff;
    box-shadow: none;
}

.tools-bar .jcf-select .jcf-select-text {
    color: #4b4a47;
    margin-left: 10px;
    font: 18px/34px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.tools-bar .jcf-select .jcf-select-opener {
    right: 11px;
    width: 11px;
    height: 6px;
    margin-top: -2px;
    background-position: -188px -221px;
}

.tools-bar:before,
.tools-bar:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 26px;
    left: 15px;
    width: 55%;
    height: 20%;
    max-width: 300px;
    box-shadow: 0 15px 20px rgba(0, 0, 0, .4);
    transform: rotate(-5deg);
}

.tools-bar:after {
    right: 15px;
    left: auto;
    transform: rotate(5deg);
}

.tools-bar .frame {
    position: relative;
    padding: 11px 20px 14px;
    border-bottom: 1px solid #cecdca;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .04);
    background: #ebeae5;
}

.body-panel {
    padding: 34px 0 29px;
    background: url(/wp-content/themes/wpsir_2022/images/bg-sub-headline.png);
}

.body-panel .row .row {
    margin-left: -10px;
    margin-right: -10px;
}

.body-panel .row .row .columns {
    padding-left: 10px;
    padding-right: 10px;
}

.snapshot-box {
    z-index: 2;
    position: relative;
    padding: 0 0 20px;
}

.snapshot-box:before,
.snapshot-box:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 40px;
    left: 10px;
    width: 55%;
    height: 20%;
    max-width: 300px;
    box-shadow: 0 15px 20px rgba(0, 0, 0, .3);
    transform: rotate(-5deg);
}

.snapshot-box:after {
    right: 10px;
    left: auto;
    transform: rotate(5deg);
}

.snapshot-box .frame {
    min-height: 384px;
    position: relative;
    padding: 15px 20px 13px;
    background: #fff;
}

.snapshot-box .title {
    color: #333;
    font: 14px/20px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    text-align: center;
    margin: 0 0 15px;
}

.snapshot-box .title h3 {
    font: 24px/33px "freight-big-pro", "Times New Roman", serif;
    margin: 0;
}

.snapshot-box .title p {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
}

.snapshot-box .title p:first-child {
    margin-top: 0;
}

.snapshot-box.small .frame {
    min-height: 182px;
}

.snapshot-box.small .title {
    margin-bottom: 0;
}

.snapshot-box.small .title select.small,
.snapshot-box.small .title .jcf-select.jcf-select-small {
    width: 134px !important;
}

.carousel {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
}

.carousel .mask {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 23px;
}

.carousel .slideset {
    width: 99999px;
    float: left;
}

.carousel .slide {
    position: relative;
    width: 270px;
    overflow: hidden;
    float: left;
    text-align: center;
}

.carousel .switcher-holder {
    position: static;
    text-align: center;
    padding-left: 2px;
}

.carousel .switcher-holder li {
    margin: 5px 5px 0 4px;
}

.carousel .switcher-holder a {
    width: 13px;
    height: 13px;
    background: #bab7a0;
    border-color: #8b8a86;
}

.carousel .switcher-holder .active a,
.carousel .switcher-holder a:hover {
    background: #182b49;
    border-color: #1c2e4c;
}

.carousel a.btn-prev,
.carousel a.btn-next {
    content: "";
    position: absolute;
    left: 6px;
    top: 141px;
    width: 13px;
    height: 21px;
    overflow: hidden;
    background: url(/wp-content/themes/wpsir_2022/images/sprite.png) no-repeat -130px -204px;
    transition: all .2s linear;
    text-indent: -9999px;
}

.carousel a.btn-prev:hover,
.carousel a.btn-next:hover {
    opacity: .8;
}

.carousel a.btn-next {
    left: auto;
    right: 6px;
    background-position: -155px -204px;
}

.carousel .num {
    color: #182b49;
    position: relative;
    display: block;
    font: 100px/1 "freight-big-pro", "Times New Roman", serif;
    margin-bottom: 30px;
    padding-bottom: 39px;
    letter-spacing: 2px;
}

.carousel .num:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 79px;
    height: 6px;
    margin-left: -40px;
    border-top: 1px solid #c3d1e5;
    border-bottom: 1px solid #bbcbe2;
    overflow: hidden;
    background: #7f9dc8;
}

.carousel .num em {
    color: #333;
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 100%;
    font: 13px/17px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    letter-spacing: 0;
}

.carousel .note {
    color: #837f75;
    font: 14px/23px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    margin: 3px 0 0;
}

select.small,
.jcf-select.jcf-select-small {
    width: 115px !important;
    min-width: 115px;
}

.jcf-select.jcf-select-small {
    height: 23px;
    border-color: #d9d9d9;
    box-shadow: none;
}

.jcf-select.jcf-select-small .jcf-select-text {
    color: #4b4a47;
    font-weight: normal;
    margin-top: 0;
    line-height: 21px;
    margin-left: 5px;
    margin-right: 12px;
}

.jcf-select.jcf-select-small .jcf-select-opener {
    right: 3px;
    width: 8px;
    height: 6px;
    margin-top: -2px;
    background-position: -190px -233px;
}

.jcf-select-small.jcf-focus {
    border-color: #93928e;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .18);
}

.jcf-select-drop.jcf-select-small .jcf-list .jcf-option {
    font-size: 12px;
    line-height: 16px;
    padding: 5px;
}

.chart-holder {
    max-width: 233px;
    margin: 0 auto 10px;
    padding-top: 3px;
    position: relative;
}

.chart-holder img {
    vertical-align: top;
}

.chart-holder .popup {
    position: absolute;
    top: 8%;
    right: -40px;
    padding: 9px 13px 8px;
    border: 1px solid #c3c1bc;
    background: #f6f5f2;
}

.chart-holder .popup h4 {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #676766;
    margin: 0;
    text-transform: uppercase;
}

.chart-holder .popup h4 .number {
    color: #294f8b;
    font-weight: bold;
}

.chart-holder .popup:before,
.chart-holder .popup:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -22px;
    border: solid;
    border-color: #c3c1bc transparent transparent transparent;
    border-width: 11px;
    margin-left: -11px;
}

.chart-holder .popup:after {
    bottom: -20px;
    border: solid;
    border-color: #f6f5f2 transparent transparent transparent;
    border-width: 10px;
    margin-left: -10px;
}

.snapshot-box .options,
.price-box .options {
    color: #4b4a47;
    font: 14px/23px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    text-align: center;
}

.snapshot-box .options img,
.price-box .options img {
    display: inline-block;
    vertical-align: 0;
}

.snapshot-box .options .value,
.price-box .options .value {
    font-weight: bold;
}

.snapshot-box .options select.small,
.snapshot-box .options .jcf-select-small,
.price-box .options select.small,
.price-box .options .jcf-select-small {
    margin-left: 4px;
}

.price-box {
    text-align: center;
}

.price-box .num {
    color: #182b49;
    display: block;
    font: 54px/1 "freight-big-pro", "Times New Roman", serif;
    margin-bottom: 16px;
    letter-spacing: 1.6px;
}

.action {
    text-align: center;
    margin: 14px 0 0;
}

.action .button {
    margin-bottom: 0;
}

.button.btn-blue,
.button.btn-report {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 13px 31px 12px;
    background: #1b2e4c;
    font: bold 16px/20px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    word-spacing: 3px;
    transition: all .2s linear;
    text-transform: uppercase;
}

.button.btn-blue:hover,
.button.btn-report:hover {
    background: #013e8d;
}

.button.btn-report {
    color: #e3e1db;
}

.button.btn-report:before {
    content: "";
    display: inline-block;
    vertical-align: 0;
    width: 15px;
    height: 12px;
    overflow: hidden;
    margin-right: 11px;
    background: url(/wp-content/themes/wpsir_2022/images/sprite.png) no-repeat -161px -67px;
}

.section-listings {
    background: #eeece7;
}

.section-listings .sub-headline {
    text-align: center;
    margin-bottom: 46px;
}

.section-listings .sub-headline h2 {
    color: #313e5d;
    font: 40px/46px "freight-big-pro", "Times New Roman", serif;
    letter-spacing: 1px;
    word-spacing: -1px;
    padding: 21px 0 24px;
    margin: 0 30px;
    border-bottom: 1px solid #cfcbc2;
}

.section-listings .sub-headline h2 a {
    position: relative;
    color: #313e5d;
}

.section-listings .sub-headline h2 a .num {
    color: #808080;
}

.section-listings .sub-headline h2 a:hover {
    color: #1b62cb;
}

.section-listings .sub-headline h2 a:after {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    width: 12px;
    height: 21px;
    overflow: hidden;
    margin-left: 9px;
    background: url(/wp-content/themes/wpsir_2022/images/sprite.png) no-repeat -155px -204px;
}

.boxes-area {
    margin-bottom: 54px;
}

.links {
    overflow: hidden;
    margin: 0 -10px 0 -20px;
    padding: 0;
}

.links li {
    z-index: 2;
    position: relative;
    float: left;
    width: 50%;
    padding: 0 20px 15px;
    list-style: none outside;
    font: 16px/23px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.links a {
    color: #8f8f8f;
    z-index: 2;
    position: relative;
    display: block;
}

.links a div {
    height: 78px;
    position: relative;
    background: #fff;
    padding: 12px 35px 0 3px;
}

.links a:before,
.links a:after {
    content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    width: 12px;
    height: 22px;
    overflow: hidden;
    margin-top: -9px;
    background: url(/wp-content/themes/wpsir_2022/images/sprite.png) no-repeat -155px -204px;
}

.links a:before {
    display: none;
    z-index: -1;
    top: auto;
    bottom: 15px;
    right: 6px;
    width: 55%;
    height: 20%;
    max-width: 200px;
    margin-top: 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .3);
    transform: rotate(5deg);
}

.links a:hover:before {
    display: block;
}

.links a:hover:after {
    background-position: -170px -204px;
}

.links .num {
    position: relative;
    min-width: 84px;
    color: #294b7c;
    float: left;
    font: 32px/1 "freight-big-pro", "Times New Roman", serif;
    text-align: center;
    margin-right: 10px;
    text-align: center;
}

.links .num em {
    color: #9b978e;
    display: block;
    font: 10px/14px "News Gothic MT W01 Bold", Arial, Helvetica, sans-serif;
    margin: 7px 0 0;
}

.links .num:after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 4px;
    width: 2px;
    overflow: hidden;
    background: #dde7f6;
    border-right: 1px solid #f4f8fc;
}

.links strong,
.links em {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.links strong {
    color: #484847;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    word-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 6px 0 0;
}

.links em {
    font-style: normal;
}

.promo-box {
    color: #565656;
    background: #eeece7;
    margin: 0 10px;
    padding: 24px 28px 23px;
    border: 1px solid #c7c7c7;
    background: linear-gradient(to bottom, #fff 0%, #cfcfcf 100%);
    text-align: center;
}

.promo-box p {
    line-height: 24px;
    margin: 0;
}

.promo-box p:last-child {
    margin-bottom: 0;
}

.promo-box h3 {
    color: #333;
    font: 24px/38px "freight-big-pro", "Times New Roman", serif;
    word-spacing: 3px;
    margin: 0 0 19px;
}

.promo-box .button {
    display: block;
    margin: 30px 0 0;
    line-height: 23px;
}

.section-listings + .brokerage-listing-section {
    padding-top: 54px;
}

.section-media {
    background: #eeece7;
    padding-bottom: 71px;
    overflow: hidden;
}

.section-media .sub-headline {
    text-align: center;
    padding: 20px 0 25px;
}

.section-media .sub-headline h2 {
    color: #122a4b;
    font: 40px/50px "freight-big-pro", "Times New Roman", serif;
    letter-spacing: 1px;
    margin: 0;
}

.section-media .description {
    color: #565656;
    display: none;
    padding: 19px 10px 0;
    text-align: center;
}

.section-media .description p {
    font-size: 16px;
    line-height: 24px;
}

.section-media .description p:last-child {
    margin-bottom: 0;
}

.media-holder {
    padding: 28px;
    background: #fff;
}

.media-holder img {
    vertical-align: top;
    width: 100%;
    height: auto;
}

.nophoto .breadcrumbs-bar {
    z-index: 10;
    position: relative;
    background: #fbfbfb;
    padding: 1px 0;
}

.nophoto .breadcrumbs {
    margin-bottom: 0;
}

.nophoto .breadcrumbs a {
    color: #333;
}

.nophoto .breadcrumbs a:hover {
    color: #767676;
}

.nophoto .breadcrumbs .current a {
    color: #011d42;
}

.heading-bar {
    overflow: hidden;
    background: #f6f5f2;
    padding: 31px 0 29px;
}

.heading-bar .select-holder {
    position: static !important;
    margin-bottom: 23px;
}

.heading-bar .select-holder select {
    margin-bottom: 0;
}

.heading-bar .page-heading {
    position: relative;
    padding: 0;
}

.heading-bar .page-heading h1 {
    color: #1a376d;
    font-size: 46px;
    line-height: 55px;
    text-shadow: none;
}

.heading-bar .jcf-select {
    margin-bottom: 0;
}

/*js-styles*/

.js-link-close {
    z-index: 9999;
    position: absolute;
    left: 0;
    width: 100%;
    top: 97px;
    height: 20px;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #0d2752;
    letter-spacing: .6px;
    text-transform: uppercase;
    text-align: center;
    display: none !important;
}

.js-link-close:after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 13px;
    height: 8px;
    overflow: hidden;
    border: 0;
    background: url(/wp-content/themes/wpsir_2022/images/sprite.png) no-repeat -47px -158px;
    display: none;
}

.show-text .js-link-close:after {
    background-position: -66px -157px;
}

.js-link-close .state02 {
    display: none;
}

.show-text .js-link-close .state02 {
    display: inline;
}

.show-text .js-link-close .state01 {
    display: none;
}

.js-mobile-description.short-description {
    display: none !important;
}

.js-mobile-description .full-description.js-fulltext {
    display: none !important;
}

/*.subnav-bar.sticky-box {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*}*/

.sticky-box.fixed-position {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.sticky-box.no-animation {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

.subnav-bar.sticky-box.fixed-position {
    top: 70px;
}

.page-heading-box {
    padding: 10px 0 13px;
    overflow: hidden;
    text-align: center;
}

.page-heading-box h1 {
    font: 26px/30px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 5px;
    letter-spacing: 1px;
}

.page-heading-box .title {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #333;
}

.page-heading-box .heading-add-holder {
    max-width: 760px;
    margin: 0 auto;
}

.featured-video-box {
    position: relative;
    padding: 0 10px 35px;
    text-align: center;
}

.featured-video-box .video-block {
    margin: 0 -20px 31px;
}

.featured-video-box .video-block img {
    display: block;
    width: 100%;
    height: auto;
}

.featured-video-box .note {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #a1a1a1;
    letter-spacing: .4px;
    margin: 0 0 5px;
}

.featured-video-box .heading {
    padding: 0 0 20px;
    margin: 0 0 21px;
    border-bottom: 1px solid #dcd9d3;
}

.featured-video-box h1 {
    font: 26px/30px "freight-big-pro", "Times New Roman", serif;
    letter-spacing: 1px;
    margin: 0;
}

.featured-video-box .text {
    text-align: left;
}

.featured-video-box p {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}

.featured-video-box .brokerage-menu {
    min-width: 100%;
    padding: 0;
    margin: 0 -10px 19px;
}

.featured-video-box .brokerage-menu ul li {
    margin: 0 1px 6px;
}

.featured-video-box .brokerage-menu ul li a {
    color: #909090;
    padding: 9px 13px 8px;
}

.tabset-video {
    background: #fdfdfc;
    border: 1px solid #8e8e8e;
    padding: 5px 9px;
    font: 18px/24px "freight-big-pro", "Times New Roman", serif;
    margin: 0 auto 20px !important;
    max-width: 368px;
}

.tabset-video li {
    margin: 1px 0 0;
}

.tabset-video li:first-child {
    margin-top: 0;
}

.tabset-video li a {
    display: block;
    padding: 9px 10px;
    color: #333;
    text-decoration: none;
}

.tabset-video li a:hover {
    text-decoration: none;
    background: #0e2c52;
    color: #fff;
}

.tabset-video li.active a {
    background: #0e2c52;
    color: #fff;
}

.tab-content-video {
    position: relative;
    padding: 0 0 30px;
}

.video-posts > li {
    padding-bottom: 39px;
}

.video-posts .video-holder {
    position: relative;
    overflow: hidden;
    margin: 0 -10px 13px;
}

.video-posts .video-holder img {
    display: block;
    width: 100%;
    height: auto;
}

.video-posts .play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 3;
}

.video-posts .play:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border: solid;
    border-width: 14px 25px;
    border-color: transparent transparent transparent #fff;
    margin: -14px 0 0 -12px;
}

.video-posts .play:hover:after {
    border-color: transparent transparent transparent #d9d9d9;
}

.video-posts .text {
    padding: 0 12px;
}

.video-posts h2 {
    font: 24px/33px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 7px;
    color: #333;
}

.video-posts footer {
    font-size: 14px;
    line-height: 18px;
    color: #808080;
}

.video-posts footer .date {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
}

.video-posts footer a {
    color: #5991e3;
}

.video-posts footer a:hover {
    color: #2368cd;
}

.filter-search-container {
    background: #f6f5f2;
    position: relative;
    margin: 0 0 40px;
    z-index: 2;
}

.filter-search-container > .frame {
    border: 1px solid #e1e1e1;
    padding: 21px 10px 29px;
    position: relative;
    background: inherit;
    z-index: 3;
}

.filter-search-container .title {
    display: block;
    text-align: center;
    font: 400 16px/20px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    color: #0f284d;
}

.filter-search-container .opener {
    position: absolute;
    left: 50%;
    bottom: -21px;
    width: 41px;
    height: 41px;
    border: 1px solid #001e45;
    background: #001e45;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin-left: -20px;
    font: 26px/39px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    transition: transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
}

.filter-search-container .opener em {
    display: none;
    line-height: 34px;
    font-size: 40px;
    font-style: normal;
}

.filter-search-container .opener em {
    display: none;
}

.active .filter-search-container .opener {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.active .filter-search-container .opener em {
    display: block;
}

.form-element {
    position: relative;
    overflow: hidden;
    margin: 0 0 15px;
}

.form-element .text-label {
    float: left;
    width: 100%;
    margin: 0 0 8px;
}

.form-element .text-label label {
    float: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.form-element .text-input {
    float: left;
    width: 100%;
    position: relative;
}

.form-element .text-input input {
    background: #fff;
    border: 1px solid #93928e;
    width: 100%;
    height: 47px;
    padding: 12px 16px;
    margin: 0;
    float: left;
    box-shadow: inset 3px 4px 5px rgba(0, 0, 0, .1);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.form-element .text-input input:focus {
    background: #f5f5f5;
}

.form-element.search .text-input input {
    padding-right: 50px;
}

.form-element.search .button-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 47px;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    outline: none;
}

.form-element.search .button-search i {
    font-size: 17px;
    line-height: 17px;
    color: #afafaf;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
}

.history-start-section {
    position: relative;
    padding: 5px 0 12px;
}

.history-start-section .image-block {
    position: relative;
}

.history-start-section .image-block .image-box {
    position: relative;
    overflow: hidden;
    margin: 0 0 8px;
}

.history-start-section .image-block .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.history-start-section .image-block .text-holder {
    overflow: hidden;
}

.history-start-section .image-block .text-holder footer {
    overflow: hidden;
}

.history-start-section .image-block .text-holder footer p {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 5px;
}

.history-start-section .image-block .text-holder .share {
    display: none;
}

.history-start-section .image-block .text-holder .more {
    display: inline-block;
    vertical-align: top;
    padding: 0 12px 0 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #122a4b;
    position: relative;
}

.history-start-section .image-block .text-holder .more:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    border: solid;
    border-width: 4px;
    border-color: transparent transparent transparent #a7a486;
    margin: -5px -4px 0 0;
}

.history-start-section .image-block .text-holder .more:hover {
    color: #008cba;
}

.history-start-section .image-block .text-holder .text {
    overflow: hidden;
}

.history-start-section .image-block .text-holder .text a {
    color: #5991e3;
}

.history-start-section .image-block .text-holder .text a:hover {
    color: #2368cd;
}

.history-start-section .image-block .heading {
    display: none;
}

.history-start-section .image-block .date {
    float: left;
    margin: 5px 17px 0 0;
    width: 54px;
    height: 54px;
    background: #eeece7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 5px 3px;
    text-align: center;
    font-style: normal;
}

.history-start-section .image-block .date .month {
    display: block;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    color: #9b978e;
    margin: 0 0 -2px;
}

.history-start-section .image-block .date .number {
    display: block;
    font: 30px/30px "freight-big-pro", "Times New Roman", serif;
    color: #294b7c;
}

.history-start-section .text-block {
    display: none;
}

.history-start-section .button {
    text-align: center;
    border: 1px solid #8e8e8e;
    background: none;
    color: #122a4b;
    text-transform: uppercase;
    height: 52px;
    min-width: 240px;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 17px 20px;
}

.history-start-section .button:hover,
.history-start-section .button:focus,
.history-start-section .button:active {
    background: #e9e9e9;
}

.history-start-section h3 {
    font: 20px/24px "freight-big-pro", "Times New Roman", serif;
    text-align: center;
    margin: 0 0 9px;
    color: #122a4b;
}

.history-posts {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.history-posts:last-child {
    margin-bottom: 56px;
}

.history-posts .image-block {
    float: left;
    margin: 5px 17px 0 0;
}

.history-posts .image-block img {
    display: none;
}

.history-posts .image-block .date {
    display: block;
    width: 54px;
    height: 54px;
    background: #eeece7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 5px 3px;
    text-align: center;
    font-style: normal;
}

.history-posts .image-block .date .month {
    display: block;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    color: #9b978e;
    margin: 0 0 -2px;
}

.history-posts .image-block .date .number {
    display: block;
    font: 30px/30px "freight-big-pro", "Times New Roman", serif;
    color: #294b7c;
}

.history-posts > li {
    overflow: hidden;
    padding-bottom: 12px;
}

.history-posts .title {
    display: block;
    font: 20px/22px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 2px;
    color: #122a4b;
}

.history-posts .title a {
    color: inherit;
}

.history-posts .title a:hover {
    text-decoration: none;
    color: #5991e3;
}

.history-posts .note {
    display: block;
    font-size: 14px;
    line-height: 21px;
    color: #808080;
    margin: 0 0 5px;
}

.history-posts .text-block {
    overflow: hidden;
}

.history-posts .text-block p {
    display: none;
}

.history-posts .more {
    display: inline-block;
    vertical-align: top;
    padding: 0 12px 0 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #122a4b;
    position: relative;
}

.history-posts .more:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    border: solid;
    border-width: 4px;
    border-color: transparent transparent transparent #a7a486;
    margin: -5px -4px 0 0;
}

.history-posts .more:hover {
    color: #008cba;
}

.sort-form.style02 .add-block {
    display: none;
}

.pagination-prev,
.pagination-next {
    float: left;
    width: 145px;
    height: 43px;
    border-radius: 1px;
    background: #f6f5f2;
    padding: 12px 15px 12px 40px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    border: 1px solid #dcd9d3;
    color: #666664;
    transition: all .3s linear;
    position: relative;
    overflow: hidden;
}

.pagination-prev .mark,
.pagination-next .mark {
    display: none;
}

.pagination-prev:hover,
.pagination-prev:focus,
.pagination-prev:active,
.pagination-next:hover,
.pagination-next:focus,
.pagination-next:active {
    color: #122a4b;
    background: #eeece6;
}

.pagination-prev i,
.pagination-next i {
    position: absolute;
    left: 18px;
    font-size: 22px;
    line-height: 22px;
    top: 50%;
    margin: -11px 0 0;
    color: #122a4b;
}

.pagination-next {
    float: right;
    padding: 12px 40px 12px 15px;
    text-align: right;
}

.pagination-next i {
    left: auto;
    right: 17px;
}

.decor-separator {
    position: relative;
    overflow: hidden;
    height: 42px;
    margin: 16px 0;
    overflow: hidden;
    text-indent: -9999px;
}

.decor-separator:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #f1f0ed;
    margin: 4px 0 0;
}

.decor-separator:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -10px;
    width: 48px;
    height: 62px;
    background: url(/wp-content/themes/wpsir_2022/images/decor-icon02.png) no-repeat;
    margin: 0 0 0 -24px;
}

.base-text-section {
    padding: 11px 4% 32px;
    text-align: center;
}

.base-text-section h2 {
    font: 26px/30px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 11px;
    color: #122a4b;
}

.base-text-section .text {
    position: relative;
}

.base-text-section p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.press-post-section {
    position: relative;
    padding: 12px 0 22px;
}

.press-post-section h2 {
    font: 24px/28px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 27px;
    color: #364a66;
    text-align: center;
}

.press-post-section .button-holder {
    text-align: center;
}

.press-post-section .button-holder .button {
    margin: 0;
    min-width: 278px;
    font-size: 14px;
}

.press-posts {
    position: relative;
}

.press-posts .post {
    overflow: hidden;
    margin: 0 0 27px;
}

.press-posts .post .date {
    float: left;
    width: 54px;
    height: 54px;
    background: #eeece7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 6px 3px 4px;
    text-align: center;
    font-style: normal;
    margin: 5px 19px 0 0;
}

.press-posts .post .date .month {
    display: block;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    color: #9b978e;
    margin: 0 0 -3px;
}

.press-posts .post .date .number {
    display: block;
    color: #294b7c;
    letter-spacing: -1px;
    font-size: 22px;
}

.press-posts .post .text-holder {
    overflow: hidden;
}

.press-posts .post h3 {
    font: 20px/24px "freight-big-pro", "Times New Roman", serif;
    margin: 0;
    color: #333;
    max-height: 50px;
    overflow: hidden;
}

.press-posts .post h3 a {
    text-decoration: none;
    color: inherit;
}

.press-posts .post h3 a:hover {
    color: #5991e3;
    text-decoration: none;
}

.press-posts .post .description {
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin: 0 0 6px;
}

.press-posts .post .description a {
    font-weight: bold;
    color: #333;
}

.press-posts .post .description a:hover {
    text-decoration: none;
    color: #5991e3;
}

.press-posts .post .more {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 0 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #122a4b;
    position: relative;
}

.press-posts .post .more:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    border: solid;
    border-width: 5px;
    border-color: transparent transparent transparent #a7a486;
    margin: -6px -4px 0 0;
}

.press-posts .post .more:hover {
    color: #008cba;
}

.image-center-block {
    margin: 25px -20px 0;
    padding: 0 20px;
}

.image-center-block .placeholder {
    position: relative;
    overflow: hidden;
    margin: 0 -20px 14px;
}

.image-center-block .placeholder img {
    display: block;
    width: 100%;
    height: auto;
}

.image-center-block .description {
    display: block;
    max-width: 544px;
    border-bottom: 1px solid #c6c6c6;
    padding: 0 0 15px;
    font-size: 12px;
    line-height: 19px;
    color: #696969;
    text-align: center;
    margin: 0 auto;
}

.pagination-block {
    margin-top: -10px;
    margin-bottom: 24px;
    overflow: hidden;
}

.nophoto.blog-catch-page .page-heading {
    background: #f6f5f2;
    padding: 14px 15px 27px;
}

.nophoto.blog-catch-page .heading-bar .page-heading h1 {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 16px;
}

.nophoto.blog-catch-page .brokerage-menu {
    padding: 0 0 9px;
}

.nophoto.blog-catch-page .brokerage-menu ul li {
    margin: 0 3px 7px;
}

.nophoto.blog-catch-page .columns .article {
    padding-top: 16px;
}

.nophoto.blog-catch-page .intro {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 24px;
}

.blog-catch-page .page-heading h1 {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 16px;
}

.blog-catch-page .brokerage-menu {
    padding: 0 0 9px;
}

.blog-catch-page .brokerage-menu ul li {
    margin: 0 3px 7px;
}

.blog-catch-page .start-section-holder.alt {
    padding-top: 0;
}

.title-prev,
.title-next {
    float: left;
    display: none;
}

.info-date-bar {
    background: #f6f5f2;
    padding: 12px 10px 33px;
}

.info-date-bar .date {
    float: left;
    background: #eeece7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    text-align: center;
    font-style: normal;
    margin: -2px 23px 0 0;
    z-index: 2;
}

.info-date-bar .date:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 10px;
    right: 5px;
    width: 45%;
    height: 20%;
    max-width: 300px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .25);
    transform: rotate(5deg);
}

.info-date-bar .date > .frame {
    padding: 9px 5px 4px;
    width: 75px;
    height: 71px;
    background: inherit;
    z-index: 3;
    position: relative;
}

.info-date-bar .date .month {
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #9b978e;
    margin: 0 0 -3px;
}

.info-date-bar .date .number {
    display: block;
    font: 41px/41px "freight-big-pro", "Times New Roman", serif;
    color: #294b7c;
}

.info-date-bar .info-tags {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    line-height: 24px;
}

.info-date-bar .date-holder {
    padding: 0 0 10px;
    margin: 0 -10px 16px;
    border-bottom: 1px solid #cecece;
}

.info-date-bar .author {
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 17px;
}

.info-date-bar .author a {
    font-weight: bold;
    color: #5991e3;
}

.info-date-bar .author a:hover {
    color: #1f5db7;
}

.info-date-bar .brokerage-menu {
    padding: 0 !important;
}

.info-date-bar .info-tags {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.info-date-bar .info-tags li {
    display: inline;
}

.info-date-bar .info-tags li a {
    font-weight: 600;
    color: #5991e3;
}

.info-date-bar .info-tags li a:hover {
    color: #1f5db7;
}

.brokerage-menu.style03 ul li a {
    color: #909090;
}

.brokerage-menu.style03 ul li a:hover {
    color: #333;
}

.comments-section {
    position: relative;
    padding: 28px 0 32px;
}

.comments-section h3 {
    text-align: center;
    font: 20px/24px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 18px;
    letter-spacing: 1px;
    color: #1a376d;
}

.comments-section .form-comment-holder {
    padding: 7px 0 0;
}

.comments-section .form-comment-holder h3 {
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 22px;
}

.comment-box {
    margin: 0 -10px 18px;
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 24px;
    position: relative;
    z-index: 2;
}

.comment-box:before,
.comment-box:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 42px;
    left: 10px;
    width: 44%;
    height: 30px;
    max-width: 300px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
    transform: rotate(-5deg);
}

.comment-box:after {
    right: 10px;
    left: auto;
    transform: rotate(5deg);
}

.comment-box blockquote {
    color: #333;
    font: 300 14px/26px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    margin: 0;
    padding: 0;
    border: none;
}

.comment-box blockquote cite {
    font-style: normal;
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    margin: 3px 0 0 35px;
}

.comment-box blockquote cite:before {
    color: #001e45;
    margin-right: -3px;
}

.comment-box blockquote cite a {
    color: #5991e3;
    font-weight: bold;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.comment-box blockquote cite a:hover {
    color: #1f5db7;
}

.comment-box blockquote cite strong {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    color: #001e45;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.comment-box blockquote cite strong a {
    color: #001e45;
    text-decoration: none;
}

.comment-box blockquote cite strong a:hover {
    text-decoration: underline;
}

.comment-box .frame {
    position: relative;
    padding: 26px 20px 18px 20px;
    background: #f6f5f2;
    z-index: 3;
}

.comment-form {
    background: #eae8e2;
    margin: 0 -10px;
    padding: 30px 18px 37px;
}

.comment-form .label-holder {
    margin: 0 0 11px;
}

.comment-form .label-holder label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.comment-form .label-holder label sup {
    display: inline-block;
    vertical-align: baseline;
    top: -3px;
    position: relative;
    color: #5991e3;
}

.comment-form .input-holder input {
    height: 55px;
    border-color: #d4d0c5;
    font-size: 16px;
    line-height: 20px;
    padding: 17px 20px 16px 25px;
}

.comment-form .row-holder {
    margin: 0 0 18px;
}

.comment-form .textarea-holder textarea {
    height: 149px !important;
    padding: 17px 20px 15px 25px;
    font-size: 16px;
    line-height: 20px;
}

.comment-form .button {
    margin: 0;
    width: 100%;
}

.section-overview.style02 {
    padding-bottom: 0;
}

.button-holder .button.btn-view .color-yellow {
    color: #e0b717;
}

.listings-items.style02 {
    margin: 0;
    text-align: left;
}

.listings-items.style02 li {
    width: 100%;
    padding: 0;
    padding-top: 20px;
}

.listings-items.style02 li:first-child {
    padding-top: 0;
}

.getting-city-section {
    position: relative;
    overflow: hidden;
    min-height: 516px;
    background: url(/wp-content/themes/wpsir_2022/images/img42.jpg) no-repeat 50% 0;
    background-size: cover;
    padding: 33px 0 22px;
    text-align: center;
}

.getting-city-section.hartford {
    background: url(/wp-content/themes/wpsir_2022/images/Hartford.jpg) no-repeat 50% 0 !important;
}

.getting-city-section .text-block {
    margin: 0 0 24px;
}

.getting-city-section .text-block h2 {
    font: 40px/44px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 13px;
    color: #313e5d;
}

.getting-city-section .calculate-container h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin: 0 0 31px;
}

.getting-city-section .info-blocks {
    position: relative;
}

.getting-city-section .city-time-box {
    float: right;
    background: #fff;
    z-index: 2;
    margin: 0 0 30px;
    position: relative;
}

.getting-city-section .city-time-box:first-child {
    float: left;
}

.getting-city-section .city-time-box:first-child:after {
    display: none;
}

.getting-city-section .city-time-box:first-child:before {
    display: block;
}

.getting-city-section .city-time-box:before,
.getting-city-section .city-time-box:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 10px;
    width: 55%;
    height: 20px;
    max-width: 300px;
    box-shadow: 0 15px 20px rgba(0, 0, 0, .4);
    transform: rotate(-5deg);
}

.getting-city-section .city-time-box:after {
    right: 10px;
    left: auto;
    transform: rotate(5deg);
}

.getting-city-section .city-time-box:before {
    display: none;
}

.getting-city-section .city-time-box > .frame {
    width: 334px;
    background: inherit;
    padding: 20px 50px 20px;
    min-height: 204px;
    position: relative;
    z-index: 3;
}

.getting-city-section .city-time-box .heading {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 0 7px;
    overflow: hidden;
}

.getting-city-section .city-time-box .heading .img-box {
    display: inline-block;
    vertical-align: top;
    margin: 15px 14px 0 0;
}

.getting-city-section .city-time-box .heading .img-box img {
    vertical-align: top;
}

.getting-city-section .city-time-box .heading .text-holder {
    display: inline-block;
    vertical-align: top;
}

.getting-city-section .city-time-box .heading .time {
    display: block;
    font: 72px/72px "freight-big-pro", "Times New Roman", serif;
    color: #6e6e6e;
    margin: 0 0 -2px;
}

.getting-city-section .city-time-box .heading .note {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #6e6e6e;
    font-weight: 600;
    text-transform: uppercase;
}

.getting-city-section .city-time-box .sub-title {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #333;
    margin: 0 0 10px;
}

.getting-city-section .city-time-box .sub-title strong {
    font-weight: 600;
}

.getting-city-section .city-time-box .button {
    width: 195px;
    height: 36px;
    padding: 11px 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    background: #001e45;
    margin: 0;
}

.getting-city-section .city-time-box .button:hover {
    background: #003478;
}

.getting-city-section .city-time-box .button.red-style {
    width: 163px;
    height: 29px;
    border-radius: 12px;
    padding: 7px 10px;
    background: #eb1e31 !important;
}

.getting-city-section .city-time-box .button.red-style:hover {
    background: #ef4d5c  !important;
}

.calculate-form {
    position: relative;
    overflow: hidden;
    margin: 0 0 27px;
}

.calculate-form .input-holder {
    float: none;
    width: auto;
    width: 388px;
    margin: 0 6px 18px;
    display: inline-block;
    vertical-align: top;
}

.calculate-form .input-holder input {
    background: #fff;
    border-color: #b7b7b7;
    box-shadow: none;
    height: 47px;
    padding: 13px 11px;
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
    color: #5d5d5d;
}

.calculate-form input[type="submit"] {
    height: 47px;
    width: 214px;
    background: #001e45;
    color: #fff;
    padding: 12px 5px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 6px;
}

.calculate-form input[type="submit"]:hover {
    background: #00295f;
}

.section-map.style02 .popup {
    width: 174px;
    top: 42%;
    left: 46%;
}

.section-map.style02 .popup .title {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin: 0 0 2px;
}

.section-map.style02 .popup .sub-title {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #656565;
}

.section-map.style02 .popup .frame {
    padding: 10px 5px;
}

.media-gallery-section {
    position: relative;
    background: #fff;
    padding: 32px 0 0;
    text-align: center;
}

.media-gallery-section h2 {
    font: 40px/44px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 36px;
}

.media-gallery-section .video-box {
    position: relative;
    overflow: hidden;
}

.media-gallery-section .video-box img {
    display: block;
    width: 100%;
    height: auto;
}

.media-gallery-section .text-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.media-gallery-section .text-holder:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 1px;
    overflow: hidden;
    margin: 0 0 0 -5px;
    vertical-align: middle;
}

.media-gallery-section .text-holder .frame {
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    width: 100%;
    color: #fff;
}

.media-gallery-section h3 {
    font: italic 27px/32px "freight-big-pro", "Times New Roman", serif;
    color: #fff;
    margin: 0 0 25px;
}

.media-gallery-section .btn-play {
    display: inline-block;
    vertical-align: top;
    width: 82px;
    height: 82px;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid #fff;
    padding: 10px;
    text-indent: -9999px;
    overflow: hidden;
    background: rgba(0, 0, 0, .15);
}

.media-gallery-section .btn-play:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border: solid;
    border-width: 17px 30px;
    border-color: transparent transparent transparent #fff;
    margin: 10px 0 0 -10px;
}

.media-gallery-section .btn-play:hover,
.media-gallery-section .btn-play:focus,
.media-gallery-section .btn-play:active {
    background: rgba(0, 0, 0, .2);
}

.section-media.style02 {
    padding-top: 75px;
}

.lifestyle-page .sub-menu,
.lifestyle-page .social-links {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.lifestyle-page .short-description,
.lifestyle-page .full-description {
    text-align: center;
}

.video-news-section {
    background: url(/wp-content/themes/wpsir_2022/images/bg-decor02.png) 50% 50%;
    padding: 12px 10px;
}

.video-news-section > .frame {
    position: relative;
    z-index: 2;
    background: #fff;
    max-width: 1262px;
    margin: 0 auto;
}

.video-news-section > .frame:before,
.video-news-section > .frame:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 20px;
    left: 10px;
    width: 55%;
    height: 20px;
    max-width: 300px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    transform: rotate(-5deg);
}

.video-news-section > .frame:after {
    right: 10px;
    left: auto;
    transform: rotate(5deg);
}

.video-news-section > .frame > .holder {
    background: #fff;
    position: relative;
    padding: 18px 0;
    z-index: 3;
}

.video-news-section .heading {
    text-align: center;
    padding: 0 0 11px;
    margin: 0 0 8px;
    border-bottom: 1px solid #b6b6b6;
}

.video-news-section .heading h2 {
    font: 24px/30px "freight-big-pro", "Times New Roman", serif;
    color: #122a4b;
    margin: 0;
}

.video-news-section .description-block {
    text-align: left;
}

.video-news-section .description-block .short-description,
.video-news-section .description-block .full-description {
    text-align: left;
}

.video-news-section .description-block p {
    font-size: 14px;
    line-height: 24px;
}

.video-news-section .btn-play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -23px 0 0 -24px;
    width: 47px;
    height: 47px;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid #fff;
    padding: 10px;
    text-indent: -9999px;
    overflow: hidden;
    background: rgba(0, 0, 0, .15);
    z-index: 1000;
}

.video-news-section .btn-play:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border: solid;
    border-width: 11px 21px;
    border-color: transparent transparent transparent #fff;
    margin: -11px 0 0 -7px;
}

.video-news-section .btn-play:hover,
.video-news-section .btn-play:focus,
.video-news-section .btn-play:active {
    background: rgba(0, 0, 0, .2);
}

.video-news-section .small-post {
    position: relative;
    overflow: hidden;
    padding: 10px 0 0;
}

.video-news-section .small-post .image-box {
    float: left;
    width: 96px;
    margin: 6px 15px 0 0;
}

.video-news-section .small-post .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.video-news-section .small-post .title {
    display: block;
    font: 18px/24px "freight-big-pro", "Times New Roman", serif;
}

.video-news-section .small-post .title a {
    color: #333;
    text-decoration: none;
}

.video-news-section .small-post .title a:hover {
    text-decoration: underline;
}

.video-news-section .video-block {
    margin: 0;
    padding: 0 0 31px;
}

.video-news-section .video-block.margin-none {
    padding-bottom: 0;
}

.video-news-section .video-block .placeholder {
    position: relative;
    overflow: hidden;
    margin: 0 0 5px;
}

.video-news-section .video-block .placeholder img {
    display: block;
    width: 100%;
    height: auto;
}

.video-news-section .more-news-box {
    padding: 0;
}

.video-news-section .more-news-box .posts {
    padding: 6px 0 25px;
}

.video-news-section .more-news-box .post {
    margin: 0;
}

.video-news-section .more-news-box .post h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 2px;
}

.video-news-section .more-news-box .post h3 a:hover {
    text-decoration: none;
    color: #008cba;
}

.video-news-section .more-news-box .post .date {
    margin: 1px 35px 0 0;
}

.video-news-section .more-news-box .post .author {
    overflow: visible;
    font-size: 13px;
    line-height: 24px;
    margin: 0 0 8px;
}

.video-news-section .more-news-box .post .author.style02 {
    font-weight: 600;
    font-size: 14px;
}

.video-news-section .more-news-box .post .author.style02 a {
    color: #0f284d;
}

.video-news-section .more-news-box .post .author.style02 a:hover {
    color: #243764;
}

.video-news-section .more-news-box .post p {
    display: block;
}

.video-news-section .more-news-box .button-holder {
    text-align: center;
}

.video-news-section .more-news-box .button-holder .button {
    width: 213px;
    height: 48px;
    padding: 17px 10px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    background: #001e45;
    margin: 0 0 11px;
}

.video-news-section .more-news-box .button-holder .button:hover {
    background: #003478;
}

.video-news-section .more-news-box .button-holder .button.white {
    border: 1px solid #7e7e7e;
    background: #fafaf9;
    color: #001e45;
}

.video-news-section .more-news-box .button-holder .button.white:hover {
    background: #eeeeeb;
}

.bg-gallery {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-gallery .mask {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.bg-gallery .mask .slideset {
    float: left;
    width: 99999px;
    overflow: hidden;
}

.bg-gallery .mask .slide {
    float: left;
    width: 1480px;
    overflow: hidden;
    position: relative;
}

.bg-gallery .mask .slide img {
    display: block;
    width: 100%;
    height: auto;
}

.bg-gallery .btn-prev,
.bg-gallery .btn-next {
    position: absolute;
    left: 0;
    top: 50%;
    width: 80px;
    height: 80px;
    z-index: 100;
    margin: -40px 0 0;
    text-indent: -9999px;
    overflow: hidden;
    visibility: hidden;
}

.bg-gallery .btn-prev:after,
.bg-gallery .btn-next:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 19px;
    height: 28px;
    background: url(/wp-content/themes/wpsir_2022/images/arrow-left.png) no-repeat;
    margin: -14px 0 0 -11px;
}

.bg-gallery .btn-prev:hover,
.bg-gallery .btn-next:hover {
    background: rgba(0, 0, 0, .3);
}

.bg-gallery .btn-next {
    left: auto;
    right: 0;
}

.bg-gallery .btn-next:after {
    background: url(/wp-content/themes/wpsir_2022/images/arrow-right.png) no-repeat;
    margin-left: -9px;
}

.js-bg-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bg-gallery .slide {
    height: 618px;
}

.tabset-info-section {
    padding: 39px 0;
    position: relative;
    overflow: hidden;
}

.tabset-info-holder {
    padding: 0 0 12px;
    margin: 0 0 23px;
}

.tabset-info {
    display: table;
    width: 100%;
}

.tabset-info li {
    display: table-cell;
    text-align: center;
}

.tabset-info li a {
    display: block;
    padding: 0 0 35px;
    font: 40px/40px "freight-big-pro", "Times New Roman", serif;
    color: #313e5d;
    position: relative;
}

.tabset-info li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: #dfddd8;
}

.tabset-info li.active a:after {
    background: #3f6cae;
}

.tabset-info li.active a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -23px;
    width: 0;
    height: 0;
    border: solid;
    border-color: #3f6cae transparent transparent transparent;
    border-width: 12px 16px;
    z-index: 10;
    margin: 0 0 0 -12px;
}

.tab-content-info {
    overflow: hidden;
}

.tab-content-info .decsription-table {
    margin: 0 0 33px;
}

.tab-content-info .decsription-table h3 {
    font: 24px/26px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 13px;
    color: #294b7c;
}

.tab-content-info .decsription-table table {
    width: 100%;
    margin: 0;
    border: none;
    border-collapse: collapse;
    letter-spacing: .2px;
}

.tab-content-info .decsription-table table th {
    padding: 0 0 8px 10px;
    border-bottom: 1px solid #dfddd8;
    background: #fff;
    font-size: 12px;
    line-height: 15px;
    font-weight: 900;
    text-transform: uppercase;
    color: #909090;
}

.tab-content-info .decsription-table table th:first-child {
    padding-left: 0;
}

.tab-content-info .decsription-table table td {
    padding: 8px 0 8px 10px;
    background: none;
    font-size: 13px;
    line-height: 16px;
    vertical-align: top;
}

.tab-content-info .decsription-table table td:first-child {
    padding-left: 0;
    font-weight: bold;
    letter-spacing: .4px;
    font-size: 14px;
}

.tab-content-info .decsription-table table td:last-child {
    width: 220px;
}

.tab-content-info .decsription-table table tr.even,
.tab-content-info .decsription-table table tr.alt,
.tab-content-info .decsription-table table tr:nth-of-type(even) {
    background: #fff;
}

.tab-content-info .decsription-table table tr:first-child td {
    padding-top: 12px;
}

.tab-content-info .decsription-table table address {
    font-style: normal;
}

.tab-content-info .decsription-table table a {
    color: #1b62cb;
    font-weight: bold;
}

.tab-content-info .decsription-table table a:hover {
    color: #313e5d;
}

.tab-content-info .text-block {
    text-align: center;
    margin: 0 0 32px;
}

.tab-content-info .text-block p {
    font-size: 16px;
    line-height: 24px;
}

.tab-content-info .note {
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
}

.section-overview.style02 p {
    font-size: 14px;
}

.section-overview.style02 .link-more,
.section-overview.style02 .link-close {
    font-size: 14px;
}

.js-btn-prev,
.js-btn-next {
    position: absolute;
    left: 0;
    top: 260px;
    width: 80px;
    height: 80px;
    z-index: 100;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 10;
    margin: -40px 0 0;
}

.js-btn-prev:after,
.js-btn-next:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 19px;
    height: 28px;
    background: url(/wp-content/themes/wpsir_2022/images/arrow-left.png) no-repeat;
    margin: -14px 0 0 -11px;
}

.js-btn-prev:hover,
.js-btn-next:hover {
    background: rgba(0, 0, 0, .3);
}

.js-btn-next {
    left: auto;
    right: 0;
}

.js-btn-next:after {
    background: url(/wp-content/themes/wpsir_2022/images/arrow-right.png) no-repeat;
    margin-left: -9px;
}

.js-btn-play {
    position: absolute;
    left: 50%;
    top: 250px;
    margin: 0 0 0 -41px;
    width: 82px;
    height: 82px;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid #fff;
    padding: 10px;
    text-indent: -9999px;
    overflow: hidden;
    background: rgba(0, 0, 0, .15);
    z-index: 1000;
    display: none;
}

.js-btn-play:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border: solid;
    border-width: 17px 30px;
    border-color: transparent transparent transparent #fff;
    margin: -15px 0 0 -10px;
}

.js-btn-play:hover,
.js-btn-play:focus,
.js-btn-play:active {
    background: rgba(0, 0, 0, .2);
}

.js-pagination {
    position: absolute;
    top: 570px;
    left: 50%;
    width: 100px;
    height: 10px;
    margin: 0 0 0 -50px;
    background: red;
    z-index: 10;
}

.promo-section {
    padding: 11px 0 32px;
    text-align: center;
}

.promo-section h2 {
    font: 26px/30px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 24px;
    color: #122a4b;
}

.img-list {
    position: relative;
}

.img-list .mask {
    width: 100%;
    overflow: hidden;
}

.img-list .slideset {
    position: relative;
}

.img-list .slideset > li {
    width: 100%;
    list-style: none;
    position: absolute;
    overflow: hidden;
}

.img-list .slideset > li:hover figure:after {
    background: rgba(19, 19, 19, .87);
}

.img-list .slideset > li:hover h3 .num {
    margin: -20px 0 0;
    max-height: 100px;
}

.img-list .slideset > li:hover .q-links {
    max-height: 300px;
}

.img-list .slideset > li figure {
    margin: 0;
    position: relative;
}

.img-list .slideset > li figure:after {
    background: rgba(61, 61, 61, .5);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: 2;
    transition: background .3s linear;
}

.img-list .icon-holder {
    position: relative;
    top: auto;
    left: 0;
    width: 100%;
    overflow: hidden;
    transition: all, .3s, ease;
}

.img-list img {
    display: block;
    width: 100%;
}

.img-list .caption {
    color: #b9b9b8;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 10px;
    bottom: 40px;
    z-index: 4;
    text-transform: uppercase;
    border: 0 solid #c6c8c8;
}

.img-list .caption .holder {
    display: table;
    width: 100%;
    height: 100%;
}

.img-list .caption .holder .frame {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    padding: 0 0 20px;
}

.img-list .q-links {
    max-height: 0;
    overflow: hidden;
    transition: all, .3s, ease;
    font-size: 13px;
    line-height: 1.1;
    position: relative;
}

.img-list .q-links:before {
    border-top: 1px solid #5c5e5a;
    content: "";
    position: absolute;
    left: 10%;
    width: 80%;
    top: 10px;
}

.img-list .q-links li {
    font-size: 13px;
    margin: 0 0 5px;
}

.img-list .q-links li:first-child {
    padding: 20px 0 0;
}

.img-list .q-links a {
    color: #b9b9b8;
}

.img-list .q-links a:after {
    color: #a7a486;
    content: "\f0da";
    font-family: "FontAwesome";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin: 0 0 0 7px;
}

.img-list .q-links a strong {
    color: #fff;
}

.img-list .q-links a:hover {
    text-decoration: none;
    color: #89a1d9;
}

.img-list .q-links a:hover strong {
    color: #89a1d9;
}

.img-list .icon {
    margin: 0 auto 14px;
    width: 77px;
    height: 77px;
    line-height: 78px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 28px;
    position: relative;
}

.img-list .icon:before,
.img-list .icon:after {
    border-top: 0 solid #c6c8c8;
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 600px;
    margin: 0 10px;
}

.img-list .icon:after {
    left: auto;
    right: 100%;
}

.img-list .icon i {
    line-height: 78px;
}

.img-list .icon i.ico-train,
.img-list .icon i.ico-golf,
.img-list .icon i.ico-ns,
.img-list .icon i.ico-house,
.img-list .icon i.ico-case {
    font-family: "promo-icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.img-list .icon i.ico-train:before,
.img-list .icon i.ico-golf:before,
.img-list .icon i.ico-ns:before,
.img-list .icon i.ico-house:before,
.img-list .icon i.ico-case:before {
    content: "\e604";
}

.img-list .icon i.ico-train {
    font-size: 43px;
}

.img-list .icon i.ico-golf:before {
    content: "\e601";
}

.img-list .icon i.ico-ns {
    font-size: 35px;
}

.img-list .icon i.ico-ns:before {
    content: "\e603";
}

.img-list .icon i.ico-house:before {
    content: "\e602";
}

.img-list .icon i.ico-case:before {
    content: "\e600";
}

.img-list h3 {
    margin: 0;
    color: #fff;
    font: 22px/1 "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.img-list h3 .num {
    margin: 0;
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: all, .3s, ease;
    font: 70px/1 "freight-big-pro", "Times New Roman", serif;
}

.img-list .category {
    font: 14px/1 "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.img-list .btn-prev,
.img-list .btn-next {
    position: absolute;
    left: 0;
    top: 50%;
    width: 60px;
    height: 60px;
    background: #595959;
    background: rgba(89, 89, 89, .3);
    margin-top: -30px;
    color: #fff;
    overflow: hidden;
    text-indent: -9999px;
    font-size: 28px;
    z-index: 20;
}

.img-list .btn-prev:before,
.img-list .btn-next:before {
    position: absolute;
    text-indent: 0;
    top: 0;
    left: 16px;
    line-height: 60px;
    font-family: "FontAwesome";
    content: "\f104";
}

.img-list .btn-next {
    left: auto;
    right: 0;
}

.img-list .btn-next:before {
    left: auto;
    right: 16px;
    content: "\f105";
}

.img-list .pagination {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 35px;
    height: 12px;
    z-index: 30;
}

.img-list .pagination ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 11px;
}

.img-list .pagination ul li.active a {
    background: #fff;
}

.img-list .pagination ul a {
    display: block;
    border: 1px solid #fff;
    width: 12px;
    height: 12px;
    overflow: hidden;
    text-indent: -9999px;
    border-radius: 50%;
}

.img-list .pagination ul a:hover {
    background: #fff;
}

.tab-content-info {
    overflow: visible;
}

.events-section {
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 24px;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.events-section h3 {
    font: 24px/30px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 16px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 14px;
}

.events-section h4 {
    font: 18px/24px "freight-big-pro", "Times New Roman", serif;
    margin: 0;
}

.events-section h4 a {
    color: #333;
}

.events-section h4 a:hover {
    text-decoration: underline;
}

.events-section time {
    width: 75px;
    height: 71px;
    background: #eeece7;
    color: #9b978e;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 6px 0 0;
    margin: 5px 20px 0 0;
    position: relative;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.events-section time strong {
    margin: -6px 0 0;
    font: 41px/1 "freight-big-pro", "Times New Roman", serif;
    color: #294b7c;
    display: block;
}

.events-section time:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 10px;
    left: 5px;
    width: 45%;
    height: 20%;
    max-width: 300px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .25);
    transform: rotate(-5deg);
}

.events-section p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 10px;
}

.events-section .heading {
    padding: 0 0 18px;
}

.events-section .heading .descr h4 {
    max-width: 400px;
    margin: 0 0 3px;
}

.events-section .heading time:before {
    left: auto;
    right: 5px;
    transform: rotate(5deg);
}

.events-section .more {
    letter-spacing: .5px;
    text-transform: uppercase;
    font: bold 16px/24px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    padding: 0 0 20px;
}

.events-section .more a {
    color: #122a4b;
}

.events-section .more a:after {
    color: #a7a486;
    content: "\f0da";
    font-family: "FontAwesome";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin: 0 0 0 10px;
}

.events-section .more a:hover {
    opacity: .8;
}

.events-list {
    position: relative;
    z-index: 1;
    padding: 0 0 15px;
}

.events-list li {
    padding: 0 0 12px;
}

.events-list .descr {
    overflow: hidden;
}

.events-list address {
    font: bold 14px/24px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    margin: 0;
}

.events-list address a {
    color: #1b62cb;
}

.events-list address a:hover {
    text-decoration: underline;
}

.event-item {
    padding: 0 0 8px;
}

.event-item .details {
    display: block;
    color: #808080;
}

.event-item .details a {
    color: #1b62cb;
}

.event-item .details a:hover {
    text-decoration: underline;
}

.event-item .button {
    background: #fff;
    border: 1px solid #8e8e8e;
    font: bold 14px/24px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    text-transform: uppercase;
    color: #5f5f5f;
    padding: 14px 22px 12px;
}

.event-item p {
    margin: 0 0 27px;
}

.info-section {
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 18px;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.info-section h3 {
    font: 24px/30px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 16px;
    color: #333;
}

.info-section h4 {
    font: 18px/24px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 4px;
}

.info-section h4 a {
    color: #122a4b;
}

.info-section h4 a:hover {
    text-decoration: underline;
}

.info-section p {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px;
}

.info-section .heading h4 {
    font: bold 14px/18px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    margin: 0 0 2px;
}

.info-section .more {
    letter-spacing: .5px;
    text-transform: uppercase;
    font: bold 16px/24px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    padding: 0 0 20px;
}

.info-section .more a {
    color: #122a4b;
}

.info-section .more a:after {
    color: #a7a486;
    content: "\f0da";
    font-family: "FontAwesome";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin: 0 0 0 10px;
}

.info-section .more a:hover {
    opacity: .8;
}

.scroll-box {
    text-align: left;
    border: 1px solid #dedcd7;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    margin: 0 0 18px;
    height: 390px;
    position: relative;
    overflow: hidden;
}

.scroll-box:after {
    position: absolute;
    right: 24px;
    bottom: 0;
    left: 0;
    height: 25px;
    content: "";
    z-index: 2;
    background: #fff;
}

.scroll-box .holder {
    padding: 16px 20px 16px;
    overflow: auto;
    height: 390px;
}

.scroll-box .holder .info-list {
    margin: -3px 0 0 -7px;
}

.scroll-box.alt .holder {
    height: 328px;
}

.scroll-box.alt:after {
    display: none;
}

.scroll-box .by {
    position: absolute;
    right: 32px;
    bottom: 13px;
}

.scroll-box .by img {
    vertical-align: top;
}

.items-list li {
    padding: 0 0 26px;
}

.items-list p {
    margin: 0 0 7px;
}

.items-list .links-list {
    text-transform: uppercase;
    font: 500 13px/16px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.items-list .links-list li {
    display: inline-block;
    padding: 0 5px 0 10px;
    position: relative;
}

.items-list .links-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    height: 12px;
    border-left: 1px solid #696969;
}

.items-list .links-list li:first-child {
    padding-left: 0;
}

.items-list .links-list li:first-child:before {
    display: none;
}

.items-list .links-list a {
    color: #122a4b;
}

.items-list .links-list a:hover {
    opacity: .8;
}

.items-list .links-list a.map-link:before {
    color: #1b62cb;
    margin: 0 3px 0 0;
    font-family: "FontAwesome";
    content: "\f041";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.info-list li {
    padding: 15px 0 10px;
    border-bottom: 1px dotted #525557;
}

.info-list li:first-child {
    padding-top: 0;
}

.info-list .review {
    float: right;
    margin: -11px 2px 0;
    font-size: 12px;
    line-height: 16px;
}

.info-list .review .stars {
    margin: 0 0 2px;
}

.info-list .review .stars img {
    vertical-align: top;
}

.info-list dl {
    overflow: hidden;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
}

.info-list dl dt {
    float: left;
    margin: 0 3px 0 0;
    font-weight: normal;
}

.info-list dl dd {
    margin: 0 0 4px;
    overflow: hidden;
    min-height: 16px;
}

.search-single {
    overflow: hidden;
    max-width: 360px;
    margin: 0 auto;
    position: relative;
}

.search-single .search-text {
    float: left;
    width: 100%;
}

.search-single .search-text input {
    background: #fff;
    width: 100%;
    height: 45px;
    padding: 13px 54px 13px 20px;
    margin: 0;
    float: left;
    box-shadow: inset 3px 4px 5px rgba(0, 0, 0, .14);
    border: solid 1px #a3a7ad;
    color: #333;
    letter-spacing: .2px;
}

.search-single .search-text input:focus {
    background: #f5f5f5;
}

.search-single .button {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    width: 54px;
    height: 45px;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

.search-single .button i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -11px 0 0 -10px;
    font-size: 20px;
    line-height: 20px;
    color: #afafaf;
}

.white-info-section,
.grey-info-section {
    position: relative;
    background: #fff;
    padding: 24px 0 31px;
}

.white-info-section .heading,
.grey-info-section .heading {
    margin: 0 0 30px;
    padding: 0 10px;
    text-align: center;
}

.white-info-section .heading h2,
.grey-info-section .heading h2 {
    font: 26px/34px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 4px;
    color: #313e5d;
    letter-spacing: 1px;
}

.white-info-section .heading h3,
.grey-info-section .heading h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin: 0;
}

.white-info-section .staff-holder,
.grey-info-section .staff-holder {
    padding: 0 10px;
}

.grey-info-section {
    background: #ebeae5;
}

.staff-holder.section-team li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}

.staff-all-page .breadcrumbs-holder {
    background: #f6f5f2;
    border-bottom: 1px solid #d5d6d7;
}

.staff-all-page .headline {
    padding: 39px 115px 32px;
    margin-bottom: 41px;
}

.staff-all-page .headline h3 {
    font-size: 24px;
    line-height: 36px;
}

.staff-all-page .headline:after {
    width: 276px;
    margin: 0 0 0 -138px;
}

.staff-all-page .headline.border-none {
    margin-bottom: 7px;
}

.staff-all-page .headline.border-none:after {
    display: none;
}

.staff-all-page .article {
    padding: 40px 0 0;
}

.staff-all-page .article .accordion .content {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.staff-all-page .section-list {
    padding: 44px 0 0;
    margin-bottom: -18px;
}

.staff-all-page .section-list .area {
    background: none;
    padding-bottom: 0;
}

.staff-all-page .section-list .add-mobile-heading {
    display: none;
}

.staff-all-page .description-block {
    text-align: center;
}

.staff-all-page .description-block p {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 25px;
}

.staff-all-page .description-block .link-holder {
    position: relative;
    z-index: 3;
    margin: -74px 0 0;
    height: 50px;
    padding: 27px 0 0;
    background: url(/wp-content/themes/wpsir_2022/images/bg-more.png) repeat-x 50% 100%;
}
.property-detail-page.staff-all-page .description-block .link-holder {
    margin: -74px 0 0 -20px;
    height: 80px;
    background: url(/wp-content/themes/wpsir_2022/images/bg-more-prop.png) repeat-x 0 0;
}

.staff-all-page .description-block .link-holder .link-more,
.staff-all-page .description-block .link-holder .link-close {
    font-size: 12px;
    line-height: 15px;
    padding: 0;
    letter-spacing: .6px;
}

.staff-all-page .description-block .link-holder .link-more:after,
.staff-all-page .description-block .link-holder .link-close:after {
    display: none;
}

.staff-all-page .description-block.show-description .link-holder {
    height: auto;
    margin-top: -10px;
    background: none;
    padding: 0;
}

.staff-all-page .article {
    padding: 0 0 66px;
}

.staff-all-page .article .accordion > li {
    margin: 11px 0 0;
}

.staff-all-page .article .accordion > li:first-child {
    margin-top: 0;
}

.staff-all-page .article .accordion > li > a {
    text-align: center;
    padding: 10px 50px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .5px;
}

.staff-all-page .article .accordion > li > a:after {
    right: 18px;
}

.staff-all-page .section-overview {
    padding: 0 0 52px;
}

.staff-all-page .sub-menu {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.staff-all-page .list {
    background: none;
    margin-bottom: 40px;
}

.personal-information {
    text-align: center;
    background: #f6f5f2 url(/wp-content/themes/wpsir_2022/images/decor02.png) repeat-x 50% 100%;
    padding: 11px 0 0;
}

.personal-information .photo-box {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 20px 0 30px;
}

.personal-information .photo-box img {
    vertical-align: top;
}

.personal-information .text-holder {
    width: 228px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 48px;
    text-align: left;
}

.personal-information .heading {
    margin: 0 0 17px;
}

.personal-information h1 {
    font: 35px/40px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 6px;
    color: #0f284d;
}

.personal-information h2 {
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    color: #807f7e;
}

.personal-information h3 {
    font: 16px/20px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 2px;
    color: #001e45;
}

.personal-information address {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    font-style: normal;
    color: #404040;
}

.personal-information address .location {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 2px;
    color: #387adc;
}

.personal-information .text {
    margin: 0 0 16px;
}

.personal-information .phones-list {
    padding: 0;
    list-style: none;
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 20px;
}

.personal-information .phones-list li {
    position: relative;
    margin: 0 0 8px;
    padding: 0 0 0 22px;
    letter-spacing: 1.5px;
}

.personal-information .phones-list li:after {
    content: "M";
    position: absolute;
    left: 2px;
    top: 0;
    color: #c5a62e;
}

.personal-information .phones-list li + li:after {
    content: "O";
}

.personal-information .phones-list li a {
    color: inherit;
    pointer-events: none;
}

.personal-information .button {
    min-width: 228px;
    height: 44px;
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    letter-spacing: .5px;
    margin: 0;
    background: #001e45;
}

.personal-information .button i {
    display: inline-block;
    vertical-align: top;
    margin: 2px 7px 0 0;
}

.personal-information .button:hover,
.personal-information .button:focus,
.personal-information .button:active {
    background: #243764;
}

.personal-information .button.gray i {
    margin-top: 3px;
}

.personal-information .button .number {
    color: #e0b717;
}

.personal-information .button + .button {
    margin-top: 12px;
}

.personal-information .button.light-button {
    border: 1px solid #7e7e7e;
    background: none;
    color: #001e45;
}

.personal-information .button.light-button:hover {
    background: #fff;
}

.personal-information .add-mobile-title {
    display: none;
}

.personal-information .website-link {
    display: inline-block;
    vertical-align: top;
    margin: 14px 0 0 5px;
    font-size: 14px;
    line-height: 18px;
    color: #0f284d;
    letter-spacing: .2px;
}

.personal-information .website-link i {
    font-size: 1.1em;
    display: inline-block;
    vertical-align: top;
    margin: 3px 11px 0 0;
}

.personal-information.style02 .text-holder {
    padding: 0 0 14px;
}

.social-networks-bar {
    padding: 10px 0 11px;
    background: #ebeae5;
    text-align: center;
}

.social-networks-bar .social-networks {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    padding: 0 42px 0 0;
}

.social-networks-bar .social-networks li {
    margin: 0 0 0 9px;
}

.social-networks-bar .social-networks li a {
    width: 32px;
    height: 32px;
    background: #747474;
    color: #fff;
    font-size: 20px;
}

.social-networks-bar .social-networks li a:hover,
.social-networks-bar .social-networks li a:focus {
    background: #243764;
}

.social-networks-bar .social-networks li .linkedin {
    padding-top: 5px;
}

.banner-box {
    position: relative;
    overflow: hidden;
}

.banner-box .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.banner-box .button-block {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 20px 42px;
    text-align: center;
}

.banner-box .button-block .button {
    height: 49px;
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 20px;
    min-width: 366px;
    padding: 15px 10px;
    background: #001e45;
    margin: 0;
}

.banner-box .button-block .button:hover {
    background: #243764;
}

.slideshow-video {
    position: relative;
    overflow: hidden;
    margin: 0 0 12px;
}

.slideshow-video .slideset {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 0 27px;
}

.slideshow-video .slideset .slide {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.slideshow-video .slideset .slide.active {
    z-index: 4;
}

.slideshow-video .video-block {
    margin: 0;
    padding: 0;
}

.slideshow-video .video-block .placeholder {
    margin: 0;
}

.slideshow-video .pagination-video {
    padding: 0;
    margin: 0;
    list-style: none;
}

.slideshow-video .pagination-video li {
    float: left;
    width: 21.4%;
    margin: 0 2% 0 0;
}

.slideshow-video .pagination-video li a {
    display: block;
    position: relative;
}

.slideshow-video .pagination-video li a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border: solid;
    border-width: 12px 21px;
    border-color: transparent transparent transparent #fff;
    margin: -12px 0 0 -8px;
}

.slideshow-video .pagination-video li img {
    display: block;
    width: 100%;
    height: auto;
}

.mobile-add-footer {
    display: none;
}

.add-headline {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #0f284d;
    padding: 32px 115px 31px;
    position: relative;
    margin: 0 0 -17px;
}

.add-headline:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 276px;
    margin-left: -138px;
    background: #c8c6c0;
    height: 1px;
}

.add-headline .title {
    display: block;
    font-weight: normal;
}

.add-headline .title .state02 {
    display: none;
}

.listiong-sales-section {
    padding: 49px 0 48px;
    background: #f6f5f2;
}

.listiong-sales-section .heading {
    text-align: center;
    margin: 0 0 27px;
}

.listiong-sales-section .heading h2 {
    font: 40px/44px "freight-big-pro", "Times New Roman", serif;
    margin: 0;
    color: #313e5d;
    letter-spacing: 1px;
}

.listiong-sales-section .heading h3 {
    font: 30px/34px "freight-big-pro", "Times New Roman", serif;
    margin: 0;
    color: #313e5d;
    letter-spacing: .6px;
}

.listiong-sales-section .link-holder {
    text-align: center;
}

.listiong-sales-section .more {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 0 0;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #122a4b;
    font-weight: 600;
    letter-spacing: .5px;
}

.listiong-sales-section .more:after {
    content: "";
    position: absolute;
    right: -4px;
    top: 50%;
    border: solid;
    border-width: 4px 5px;
    border-color: transparent transparent transparent #a7a486;
    margin: -5px 0 0;
}

.listiong-sales-section .more .number {
    color: #bd9f13;
}

.listiong-sales-section .more:hover,
.listiong-sales-section .more:focus,
.listiong-sales-section .more:active {
    color: #243764;
}

.listiong-sales-section .add-row-padding {
    margin-bottom: 38px;
}

.properties-list {
    text-align: center;
    margin: 0 -14px 26px;
}

.properties-list .post {
    display: inline-block;
    vertical-align: top;
    width: 282px;
    margin: 0 -2px 4px 2px;
    position: relative;
}

.properties-list .post .img-box img {
    display: block;
    width: 100%;
    height: auto;
}

.properties-list .post:hover .base-text-box {
    display: none;
}

.properties-list .post:hover .add-info-block {
    display: block;
}

.properties-list .post .base-text-box {
    position: absolute;
    width: 100%;
    padding: 0 10px 15px;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.properties-list .post .base-text-box .button {
    display: block;
    width: 100%;
    margin: 0;
    height: 31px;
    font: 25px/28px "freight-big-pro", "Times New Roman", serif;
    background-color: rgba(0, 0, 0, .26);
    border: solid 1px rgba(255, 255, 255, .5);
    color: #fff;
    min-width: 100px;
    padding: 6px 10px;
    height: 44px;
    letter-spacing: 1px;
}

.properties-list .post .base-text-box .button:hover,
.properties-list .post .base-text-box .button:focus,
.properties-list .post .base-text-box .button:active {
    background-color: rgba(0, 0, 0, .36);
    border: solid 1px rgba(255, 255, 255, .6);
}

.properties-list .post .base-text-box .button .mark {
    font-size: 16px;
}

.properties-list .post .base-text-box .title {
    display: block;
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
}

.properties-list .post .note {
    width: 116px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 9px;
    padding: 3px 5px 2px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #e4e4e4;
    letter-spacing: 1px;
    background: #b30808;
}

.properties-list .add-info-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(19, 34, 58, .87);
    text-align: center;
    display: none;
}

.properties-list .add-info-block .frame {
    position: absolute;
    z-index: 5;
    border: 1px solid #90979e;
    left: 11px;
    top: 13px;
    right: 11px;
    bottom: 13px;
    color: #fff;
    padding: 12px 10px;
}

.properties-list .add-info-block .frame h3 {
    font: 20px/24px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 1px;
    color: #fff;
    letter-spacing: .8px;
}

.properties-list .add-info-block .frame h4 {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    color: #fff;
    letter-spacing: .8px;
    font-weight: 300;
}

.properties-list .add-info-block .frame .price {
    display: block;
    font: 28px/32px "freight-big-pro", "Times New Roman", serif;
    color: #e1cb78;
    margin: 0 0 9px;
    letter-spacing: .5px;
}

.properties-list .add-info-block .frame .add-list {
    padding: 0;
    margin: 0 -20px 9px;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.properties-list .add-info-block .frame .add-list li {
    float: left;
    width: 86px;
    padding: 0 5px;
    position: relative;
}

.properties-list .add-info-block .frame .add-list li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 1px;
    height: 36px;
    background: #90979e;
}

.properties-list .add-info-block .frame .add-list li:first-child:after {
    display: none;
}

.properties-list .add-info-block .frame .add-list .number {
    display: block;
    font: 26px/28px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 2px;
}

.properties-list .add-info-block .frame .add-list .info {
    display: block;
    font-size: 12px;
    line-height: 15px;
}

.properties-list .add-info-block .frame .more-details {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #c6b571;
}

.properties-list .add-info-block .frame .more-details:hover {
    color: #b7a24d;
}

.featured-area-section {
    padding: 13px 0 0;
}

.featured-area-section .heading {
    text-align: center;
    margin: 0 0 20px;
}

.featured-area-section .heading h2 {
    font: 27px/30px "freight-big-pro", "Times New Roman", serif;
    margin: 0;
    color: #313e5d;
}

.brokerages-managed-section {
    padding: 10px 0 20px;
    position: relative;
    text-align: center;
}

.brokerages-managed-section .heading-block {
    margin: 0 0 20px;
}

.brokerages-managed-section .heading-block h2 {
    font: 24px/26px "freight-big-pro", "Times New Roman", serif;
    color: #122a4b;
    margin: 0;
}

.button {
    vertical-align: top;
}

.filter-news-section .heading {
    margin: 0 0 6px;
}

.filter-news-section h3 {
    font-size: 12px;
    line-height: 19px;
}

.filter-news-section h3 a {
    color: #387adc;
}

.filter-news-section h3 a:hover {
    color: #0f284d;
}

.global-search .sub-menu {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.global-search .sub-menu li {
    font-size: 12px;
    padding: 0 10px;
    line-height: 51px;
    letter-spacing: .4px;
}

.global-search .article {
    padding: 32px 0 27px;
}

.global-search .article p {
    font-size: 16px;
    line-height: 27px;
    text-align: center;
}

.global-search .article .intro p {
    font-size: inherit;
    line-height: inherit;
}

.global-search .article .description-block .link-more:after,
.global-search .article .description-block .link-close:after {
    top: 8px;
}

.global-search .intro {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 14px;
    padding: 0 0 13px;
}

.global-search .listiong-sales-section {
    padding: 32px 0;
}

.global-search .listiong-sales-section .heading {
    margin: 0 0 35px;
}

.global-search .properties-list {
    margin-bottom: 36px;
}

.global-search .promo-section {
    padding: 32px 0 0;
}

.global-search .promo-section h2 {
    margin: 0 0 25px;
}

.global-search .promo-section h2:after {
    display: none;
}

.global-search .promo-section h2 i {
    font-size: 1.1em;
    margin: 0 3px 0 0;
}

.global-search .img-list {
    background: none;
    padding-bottom: 0;
}

.global-search .img-list .category {
    display: block;
    margin: 0 0 10px;
}

.global-search .img-list h3 + .category {
    margin: 0;
}

.global-search .search-form .slide {
    padding: 23px 0 18px;
}

.global-search .properties-list .add-info-block .frame {
    white-space: nowrap;
}

.global-search .properties-list .add-info-block .frame:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 1px;
    overflow: hidden;
    margin: 0 0 0 -5px;
    vertical-align: middle;
}

.global-search .properties-list .add-info-block .frame .holder {
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
}

.global-search .properties-list .post {
    width: 24.4%;
}

.home-search-section {
    position: relative;
    background: url(/wp-content/themes/wpsir_2022/images/img84.jpg) no-repeat;
    background-size: cover;
    padding: 183px 0 83px;
    overflow: hidden;
}

.home-search-section .heading-box {
    text-align: center;
    color: #fff;
    margin: 0 0 32px;
}

.home-search-section .heading-box .sub-title {
    display: block;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 3px;
}

.home-search-section .heading-box h1 {
    font: 56px/60px "freight-big-pro", "Times New Roman", serif;
    color: #fff;
    margin: 0;
    letter-spacing: 1px;
}

.add-block-search-form {
    background: #ecebe9;
    padding: 0 0 40px;
}

.add-block-search-form .search-form {
    margin: -83px 0 0;
    padding: 0;
    background: #fff;
}

.add-block-search-form .search-form fieldset {
    border: none;
    box-shadow: none;
}

.add-block-search-form .search-form .open-close {
    background: #fff;
    min-height: 90px;
    padding: 11px 20px 22px;
}

.add-block-search-form .search-form .heading {
    margin: 0 0 14px;
}

.add-block-search-form .search-form .heading h2 {
    font: 28px/32px "freight-big-pro", "Times New Roman", serif;
    margin: 0;
    color: #474747;
    text-transform: none;
}

.add-block-search-form .search-form .heading h2 .number {
    font-style: italic;
    color: #0f284d;
}

.add-block-search-form .search-form h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0f284d;
    text-align: center;
    margin: 0;
}

.custom-search-box {
    position: relative;
    overflow: hidden;
    background: #fff;
    height: 61px;
    margin: 0 0 14px;
}

.custom-search-box > .holder {
    padding: 0 306px 0 0;
    overflow: hidden;
}

.custom-search-box > .holder input {
    background: none;
    border: 1px solid #93928e;
    width: 100%;
    height: 61px;
    padding: 20px 22px;
    margin: 0;
    float: left;
    font-size: 16px;
    line-height: 20px;
    color: #5e5e5e;
    font-style: italic;
    box-shadow: inset 3px 4px 5px rgba(0, 0, 0, .13);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-search-box > .holder input:focus {
    background: #f5f5f5;
}

.custom-search-box .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    background: #0f284d;
    width: 69px;
    height: 61px;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    font-size: 28px;
    line-height: 30px;
    margin: 0;
    outline: none;
}

.custom-search-box .btn-search:hover,
.custom-search-box .btn-search:active {
    background: #243764;
}

.custom-search-box .filter {
    position: absolute;
    top: 0;
    right: 69px;
    width: 80px;
}

.custom-search-box .filter select {
    height: 61px;
}

.custom-search-box .filter.bed {
    right: 148px;
}

.custom-search-box .filter.price {
    right: 227px;
}

.custom-search-box .filter.type {
    display: none;
}

.custom-search-box .jcf-select.jcf-select-home-search {
    min-width: 80px;
    height: 61px;
    border-color: #93928e;
    background: #f0eeea;
    box-shadow: none;
}

.custom-search-box .jcf-select.jcf-select-home-search .jcf-select-text {
    margin: 0 22px 0 10px;
    font-size: 14px;
    line-height: 59px;
    padding-top: 2px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: none;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.custom-search-box .jcf-select.jcf-select-home-search .jcf-select-opener {
    right: 8px;
    margin-top: -3px;
}

.custom-search-box .jcf-select-drop.jcf-select-home-search .jcf-list .jcf-option {
    padding: 10px;
}

.custom-search-box .jcf-select.jcf-select-home-type {
    min-width: 63px;
    width: 64px;
    height: 40px;
    border-color: #93928e;
    background: url(/wp-content/themes/wpsir_2022/images/decor04.png) repeat-x 50% 100%;
    box-shadow: none;
}

.custom-search-box .jcf-select.jcf-select-home-type .jcf-select-text {
    margin: 0 18px 0 8px;
    font-size: 12px;
    line-height: 40px;
    padding-top: 1px;
    text-transform: uppercase;
    text-shadow: none;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    color: #001e45;
}

.custom-search-box .jcf-select.jcf-select-home-type .jcf-select-opener {
    right: 7px;
    margin-top: -3px;
}

.custom-search-box .jcf-select-drop.jcf-select-home-type .jcf-list .jcf-option {
    padding: 10px;
}

.adv-search02 .main-holder {
    background: #eeece7;
}

.search-page-containner {
    margin: -106px 0 30px;
    position: relative;
    z-index: 2;
}

.search-page-containner:before,
.search-page-containner:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 16px;
    left: 15px;
    width: 55%;
    height: 20%;
    max-width: 300px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .2);
    transform: rotate(-5deg);
}

.search-page-containner:after {
    right: 15px;
    left: auto;
    transform: rotate(5deg);
}

.search-page-containner > .holder {
    min-height: 200px;
    background: #fff;
    position: relative;
    z-index: 3;
    padding: 27px 33px 86px;
}

.search-page-containner .twocolumns {
    width: 100%;
}

.search-page-containner .twocolumns .content-holder {
    margin: 0 359px 0 0;
}

.search-page-containner .twocolumns .content {
    float: left;
    width: 100%;
    min-height: 1px;
    padding: 2px 0 0;
}

.search-page-containner .twocolumns .aside {
    float: right;
    width: 326px;
    margin: 0 0 0 -100%;
    min-height: 1px;
}

.search-page-containner .twocolumns .aside h3 {
    font: 26px/28px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 15px;
    color: #001e45;
    letter-spacing: 1px;
}

.search-page-containner .columns-block {
    overflow: hidden;
}

.search-page-containner .columns-block .column-add {
    float: right;
    width: 48%;
    padding: 5px 0 0;
}

.search-page-containner .columns-block .column-add:first-child {
    float: left;
    padding: 23px 0 0 21px;
}

.search-page-containner .columns-block .listings-box {
    margin: 0;
    float: none;
    width: 100%;
}

.search-page-containner .checkbox-cell.square-style {
    overflow: hidden;
    margin: 0 0 15px;
}

.search-page-containner .checkbox-cell.square-style .jcf-checkbox {
    width: 18px;
    height: 18px;
    margin: 0 15px 0 0;
}

.search-page-containner .checkbox-cell.square-style label {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.tabset-search {
    list-style: none;
    padding: 0 0 6px;
    position: relative;
    overflow: hidden;
    margin: 0 0 19px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.tabset-search:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 1px;
    background: #aaa9a7;
    z-index: 2;
}

.tabset-search li {
    float: left;
    margin: 0 1px 0 0;
    position: relative;
    z-index: 3;
}

.tabset-search li a {
    display: block;
    color: #333;
    padding: 19px 45px 17px;
    letter-spacing: .5px;
}

.tabset-search li.active a,
.tabset-search li:hover a {
    background: #2e5581;
    color: #fff;
    position: relative;
}

.tabset-search li.active a:after,
.tabset-search li:hover a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    border: solid;
    border-width: 6px 7px;
    border-color: #2e5581 transparent transparent transparent;
    margin: 0 0 0 -6px;
}

.tabset-search li.active a:before,
.tabset-search li:hover a:before {
    content: "";
    position: absolute;
    right: -13px;
    top: 0;
    width: 13px;
    height: 50px;
    background: url(/wp-content/themes/wpsir_2022/images/add-shadow02.png) no-repeat 0 -2px;
}

.tabset-search li:hover a:after {
    display: none;
}

.tabset-search li.active:hover a:after {
    display: block;
}

.keyword-search-box {
    border: 1px solid #aea899;
    padding: 11px 12px;
    background: #f6f5f2;
    overflow: hidden;
    margin: 0 0 20px;
}

.keyword-search-box .search-container {
    overflow: hidden;
    padding: 11px 0 0 8px;
}

.keyword-search-box .search-container h2 {
    font: 26px/30px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 20px;
    color: #001e45;
    letter-spacing: .5px;
}

.keyword-search-box .search-container .input-holder {
    position: relative;
    overflow: hidden;
}

.keyword-search-box .search-container .input-holder input {
    height: 54px;
    padding: 16px 50px 16px 15px;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.keyword-search-box .search-container .input-holder input:focus {
    border-color: #86afcc;
}

.keyword-search-box .search-container .input-holder i {
    position: absolute;
    right: 18px;
    top: 50%;
    font-size: 17px;
    line-height: 17px;
    margin: -7px 0 0;
    color: #d5d5d5;
}

.listings-box {
    float: right;
    width: 334px;
    border: 2px solid #cbc7bd;
    background: #1f517f;
    text-align: center;
    background: linear-gradient(to bottom, #1f517f 0%, #082046 100%);
    padding: 13px 14px 10px;
    margin: 0 0 0 21px;
}

.listings-box h3 {
    font: 24px/28px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 12px;
    color: #fff;
    letter-spacing: .5px;
}

.listings-box h3 .number {
    color: #f6cb49;
}

.listings-box .button {
    display: block;
    width: 100%;
    height: 61px;
    border: 2px solid #747f8e;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 21px 15px 19px;
    color: #001e45;
    margin: 0;
    background: #e7e7e7;
    background: linear-gradient(to bottom, #e7e7e7 0%, #a9a9a9 100%);
}

.listings-box .button:hover {
    background: #a9a9a9;
    background: linear-gradient(to bottom, #a9a9a9 0%, #e7e7e7 100%);
}

.listings-box.style02 {
    background: #e5e5e5;
}

.listings-box.style02 h3 {
    color: #112c4f;
}

.listings-box.style02 h3 .number {
    color: #406aa2;
}

.listings-box.style02 .button {
    border: 1px solid rgba(255, 255, 255, .47);
    color: #fff;
    background: #00315b;
    background: linear-gradient(to bottom, #00315b 0%, #001534 100%);
}

.listings-box.style02 .button:hover,
.listings-box.style02 .button:active {
    background: #003b59;
    background: linear-gradient(to bottom, #003b59 0%, #003138 100%);
}

.searches-menu {
    margin: 0 0 37px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .5px;
}

.searches-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.searches-menu ul li {
    margin: 0 0 11px;
}

.searches-menu ul li a {
    display: block;
    padding: 14px 21px 13px;
    background: #f5f4f2;
    color: #0f284d;
}

.searches-menu ul li a span {
    display: inline-block;
    vertical-align: top;
    padding: 0 16px 0 0;
    position: relative;
}

.searches-menu ul li a span:after {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    border: solid;
    border-width: 5px 5px;
    border-color: transparent transparent transparent #a7a486;
    margin: -6px 0 0;
}

.searches-menu ul li a:hover {
    background: #eae8e4;
    color: #243764;
}

.ad-box {
    position: relative;
    overflow: hidden;
    margin: 0 0 44px;
}

.ad-box img {
    display: block;
    width: 100%;
    height: auto;
}

.ad-box .button {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 21px;
    height: 61px;
    border: 2px solid rgba(255, 255, 255, .47);
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    padding: 20px 15px;
    margin: 0;
    letter-spacing: .5px;
    text-transform: uppercase;
    background: #00315b;
    background: linear-gradient(to bottom, #00315b 0%, #001534 100%);
    background-clip: padding-box;
}

.ad-box .button:hover,
.ad-box .button:active {
    background: #003b59;
    background: linear-gradient(to bottom, #003b59 0%, #003138 100%);
    background-clip: padding-box;
}

.widget-info {
    position: relative;
    overflow: hidden;
}

.widget-info .heading {
    background: #083063;
    padding: 15px 10px 12px;
    text-align: center;
}

.widget-info .heading .sub-title {
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #dddad0;
    margin: 0;
    letter-spacing: .5px;
}

.widget-info .heading h4 {
    font: 26px/30px "freight-big-pro", "Times New Roman", serif;
    margin: 0;
    color: #fff;
    letter-spacing: 1px;
}

.widget-info .placeholder {
    position: relative;
}

.widget-info .placeholder img {
    display: block;
    width: 100%;
    height: auto;
}

.widget-info .button {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 15px;
    height: 57px;
    border: 1px solid rgba(255, 255, 255, .29);
    background: #0c3d7d;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 18px 15px;
}

.widget-info .button:hover,
.widget-info .button:active {
    background: #243764;
}

.row-filter {
    position: relative;
    overflow: hidden;
    margin: 0 0 21px;
}

.row-filter.add-border {
    padding: 0 0 29px;
    margin: 0 0 22px;
    border-bottom: 1px solid #d1cfc8;
}

.row-filter.square-style {
    margin-bottom: 0;
}

.row-filter.square-style .jcf-checkbox {
    width: 18px;
    height: 18px;
}

.row-filter .column-filter {
    float: right;
    width: 48%;
    position: relative;
}

.row-filter .column-filter:first-child {
    float: left;
    position: relative;
}

.row-filter .column-filter.add-divider:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 19px;
    width: 5.2%;
    height: 1px;
    background: #aaa9a7;
    margin: 0 0 0 -2.6%;
}

.row-filter .cell-filter {
    float: right;
    width: 46%;
}

.row-filter .cell-filter:first-child {
    float: left;
}

.row-filter .select-filter {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 30px 0 0;
}

.row-filter .select-filter .title-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row-filter .select-filter .title-holder label {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.row-filter .select-filter .title-holder label span {
    font-weight: normal;
}

.row-filter .select-filter select {
    float: left;
    width: 1005%;
    height: 44px;
}

.jcf-select.jcf-select-filter-search {
    min-width: 100px;
    margin: 0;
    border-color: #d5d5d5;
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #eaeae9 100%);
    box-shadow: none;
    height: 44px;
}

.jcf-select.jcf-select-filter-search.jcf-focus {
    border-color: #86afcc;
}

.jcf-select.jcf-select-filter-search .jcf-select-text {
    margin: 0 50px 0 15px;
    font-size: 16px;
    line-height: 45px;
}

.jcf-select-drop.jcf-select-filter-search .jcf-select-drop-content {
    border-color: #d5d5d5;
}

.jcf-select-drop.jcf-select-filter-search .jcf-list .jcf-option {
    padding: 7px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.calendar-filter-box {
    position: relative;
    overflow: hidden;
}

.calendar-filter-box input {
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #eaeae9 100%);
    border: 1px solid #d5d5d5;
    width: 100%;
    height: 45px;
    padding: 12px 40px 12px 15px;
    margin: 0;
    float: left;
    font-size: 16px;
    line-height: 20px;
}

.calendar-filter-box input:focus {
    border-color: #86afcc;
}

.calendar-filter-box i {
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 17px;
    line-height: 17px;
    margin: -7px 0 0;
    color: #d5d5d5;
}

.communities-in-box {
    margin: 0 -10px 15px -18px;
    border: 2px solid #eeece7;
    background: #fbfaf7;
    padding: 13px 16px 18px;
}

.communities-in-box .title {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: .2px;
    margin: 0 0 7px;
}

.communities-in-box .communities-add-nav {
    padding: 0 0 7px;
    margin: 0 0 13px;
}

.communities-in-box .communities-add-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.communities-in-box .communities-add-nav li {
    float: left;
    width: 25%;
    margin: 0 1px 0 0;
}

.communities-in-box .communities-add-nav li a {
    display: block;
    padding: 20px 15px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #626262;
    background: #e8e8e8;
    text-align: center;
    height: 56px;
}

.communities-in-box .communities-add-nav li a:hover,
.communities-in-box .communities-add-nav li a:active {
    border: 1px solid #cfcfcf;
    background: #fff;
    color: #0f284d;
    padding-top: 19px;
    margin: 0 -1px;
}

.communities-in-box .communities-add-nav li:first-child:hover,
.communities-in-box .communities-add-nav li:first-child:active {
    margin-left: 0;
}

.communities-in-box .communities-add-nav li:last-child:hover,
.communities-in-box .communities-add-nav li:last-child:active {
    margin-right: 0;
}

.communities-in-box .communities-add-nav li.active a {
    background: #2e5581;
    position: relative;
    color: #fff;
}

.communities-in-box .communities-add-nav li.active a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    border: solid;
    border-width: 7px;
    border-color: #2e5581 transparent transparent transparent;
    margin: 0 0 0 -7px;
}

.communities-in-box .communities-add-nav li.active a:hover,
.communities-in-box .communities-add-nav li.active a:active {
    border: none;
    margin: 0;
    padding: 20px 15px;
}

.communities-in-box .input-holder {
    position: relative;
    overflow: hidden;
}

.communities-in-box .input-holder input {
    height: 44px;
    padding: 11px 50px 11px 15px;
    font-size: 16px;
    line-height: 20px;
}

.communities-in-box .input-holder input:focus {
    border-color: #86afcc;
}

.communities-in-box .input-holder i {
    position: absolute;
    right: 13px;
    top: 50%;
    font-size: 17px;
    line-height: 17px;
    margin: -7px 0 0;
    color: #d5d5d5;
}

.popular-search-box {
    background: #eeece7;
    padding: 22px 20px 32px;
    margin: 0 -10px 25px -18px;
}

.popular-search-box .sub-title {
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: #333;
    margin: 0 0 16px;
}

.popular-search-box .sub-title a {
    color: #083063;
}

.popular-search-box .sub-title a:hover {
    color: #333;
}

.popular-search-box h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 8px;
    color: #0f284d;
    letter-spacing: .2px;
    color: #333;
}

.popular-search-box .input-holder {
    position: relative;
    overflow: hidden;
    margin: 0 0 13px;
}

.popular-search-box .input-holder input {
    height: 44px;
    padding: 11px 50px 11px 15px;
    font-size: 16px;
    line-height: 20px;
}

.popular-search-box .input-holder input:focus {
    border-color: #86afcc;
}

.popular-search-box .input-holder i {
    position: absolute;
    right: 13px;
    top: 50%;
    font-size: 17px;
    line-height: 17px;
    margin: -7px 0 0;
    color: #d5d5d5;
}

.popular-search-box .square-style .jcf-checkbox {
    margin: 0 13px 0 0;
}

.popular-search-box .square-style .jcf-checkbox label {
    font-size: 14px;
}

.filter-markers {
    padding: 0;
    list-style: none;
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 18px;
    color: #333;
}

.filter-markers li {
    background-clip: padding-box;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 10px 0;
    border: 1px solid #93928e;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    padding: 5px 26px 5px 12px;
    letter-spacing: .2px;
    background: #f4f4f4;
    background: linear-gradient(to bottom, #f4f4f4 0%, #c4c4c4 100%);
}

.filter-markers .close {
    position: absolute;
    color: #333;
    top: 50%;
    right: 8px;
    margin: -3px 0 0;
    width: 8px;
    height: 7px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/wp-content/themes/wpsir_2022/images/icon-close.png) no-repeat;
}

.filter-markers .close:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
}

.listings-box.mobile-style {
    display: none;
}

.staff-all-page.development-page .breadcrumbs-holder {
    background: none;
    border: none;
}

.development-page .email-form {
    background: #f6f5f2;
}

.development-page .button.btn-report:before {
    display: none;
}

.development-page .snapshot-box .options .add-holder {
    display: block;
    margin: 0 0 5px;
}

.development-page .carousel .num {
    padding-bottom: 0;
    margin: 0 0 20px;
}

.development-page .carousel .num:after {
    display: none;
}

.development-page .carousel .num-description {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #656565;
    margin: 0 0 10px;
}

.development-page .carousel .num-description .yellow {
    color: #e0b717;
}

.development-page .carousel .title {
    margin-bottom: 31px;
    padding-top: 5px;
}

.development-page.staff-all-page .sub-menu {
    float: left;
}

.development-page .section-market .sub-headline {
    position: relative;
}

.development-page .section-market .sub-headline:after,
.development-page .section-market .sub-headline:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 200px;
    height: 40px;
    background: url(/wp-content/themes/wpsir_2022/images/shadow-left.png) no-repeat;
}

.development-page .section-market .sub-headline:after {
    left: auto;
    right: 0;
    background: url(/wp-content/themes/wpsir_2022/images/shadow-right.png) no-repeat 100% 0;
}

.development-page .unit-style .carousel .num {
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 16px;
}

.development-page .unit-style .title {
    padding-top: 44px;
    margin-bottom: 19px;
}

.development-page .unit-style .carousel .num-description {
    padding-bottom: 14px;
}

.development-page .unit-style.snapshot-box .options .add-holder {
    margin-bottom: 10px;
}

.development-page .map-section.style02 .slide {
    height: 182px;
}

.development-page .headline:after {
    width: 360px;
    margin: 0 0 0 -180px;
}

.development-page.staff-all-page .description-block p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .4px;
}

.development-page.staff-all-page .article .accordion > li {
    margin-top: 20px;
}

.development-page.staff-all-page .article .accordion > li:first-child {
    margin-top: 0;
}

.development-page.staff-all-page .article {
    padding-bottom: 92px;
}

.development-page .body-panel .action {
    margin: 3px 0 0;
}

.development-page .body-panel .action .button.btn-report {
    padding: 13px 45px 12px;
    height: 45px;
    letter-spacing: 1px;
}

.development-page .section-media .sub-headline {
    padding: 35px 0 42px;
}

.development-page .section-media {
    padding-bottom: 50px;
}

.development-page .email-form.style03 .heading p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 11px;
    padding: 2px 0 0;
}

.development-page .tabset-search li a:before {
    display: none;
}

.tabset-info-section .mobile-visible {
    display: none;
}

.snapshot-box .chart-description {
    padding: 10px 0 0;
    margin: 0 -20px 0 0;
    list-style: none;
    overflow: hidden;
}

.snapshot-box .chart-description li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 5px 0;
}

.snapshot-box .chart-description .img {
    float: left;
    margin: 0 8px 0 0;
}

.snapshot-box .chart-description .img img {
    vertical-align: top;
}

.snapshot-box .chart-description .title {
    float: left;
    overflow: hidden;
    padding: 2px 0 0;
    margin: 0;
}

.amenites-section {
    position: relative;
    text-align: center;
    padding: 25px 0 32px;
}

.amenites-section .heading {
    margin: 0 0 40px;
}

.amenites-section .heading h2 {
    font: 46px/50px "freight-big-pro", "Times New Roman", serif;
    margin: 0;
    color: #313e5d;
    letter-spacing: 1px;
}

.amenites-section .amenites-list {
    padding: 20px 20px 18px;
    margin: 0;
    list-style: none;
    background: #f6f5f2;
    border: 1px solid #f0f0f0;
}

.amenites-section .amenites-list li {
    margin: 0 3.8% 10px;
    display: inline-block;
    vertical-align: top;
}

.amenites-section .amenites-list .icon-box {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    position: relative;
    white-space: nowrap;
    margin: 0 0 15px;
}

.amenites-section .amenites-list .icon-box:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 1px;
    overflow: hidden;
    margin: 0 0 0 -5px;
    vertical-align: middle;
}

.amenites-section .amenites-list .icon-box .frame {
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    margin-left: 2px;
}

.amenites-section .amenites-list .title {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #333;
}

.mercury-display-section {
    padding: 26px 0;
}

.mercury-display-box {
    background: #e9e9e9;
    background: linear-gradient(to bottom, #fff 0%, #cfcfcf 100%);
    border: 1px solid #c7c7c7;
    padding: 29px 27px 38px 47px;
    color: #565656;
}

.mercury-display-box h2 {
    font-family: "freight-big-pro", "Times New Roman", serif;
    font-size:24px;
    line-height:28px;
    color: #333;
    margin: 0 0 20px;
    letter-spacing: .6px;
}

.mercury-display-box .text-holder {
    overflow: hidden;
    position: relative;
    padding: 5px 350px 0 0;
}

.mercury-display-box .text-holder .button {
    position: absolute;
    top: 0;
    right: 0;
}

.mercury-display-box .text-holder p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.button.base-style {
    min-width: 280px;
    height: 48px;
    padding: 15px;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    background: #0f284d;
}

.button.base-style:hover,
.button.base-style:active {
    background: #243764;
}

.button .yellow-color {
    color: #e0b717;
}

.button.base-white-style {
    min-width: 280px;
    height: 48px;
    padding: 15px;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    background: #f6f5f2;
    border: 1px solid #9e9e9d;
    color: #122a4b;
}

.button.base-white-style:hover,
.button.base-white-style:active {
    background: #ece9e3;
}

.listings-available-section {
    position: relative;
    overflow: hidden;
    padding: 22px 0;
}

.listings-available-section .heading {
    text-align: center;
    margin: 0 0 32px;
}

.listings-available-section .heading h2 {
    font: 45px/45px "freight-big-pro", "Times New Roman", serif;
    margin: 0;
    color: #313e5d;
    letter-spacing: 2px;
}

.listings-available-section .table-heading {
    margin: 0 0 18px;
}

.listings-available-section .table-heading h4 {
    font: 23px/26px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 5px;
    color: #333;
    letter-spacing: 1px;
}

.listings-available-section .table-heading h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin: 0;
    letter-spacing: .5px;
}

.listings-available-section .table-holder table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 18px;
    border: none;
    background: #fff;
    margin: 0;
}

.listings-available-section .table-holder table thead {
    background: none;
}

.listings-available-section .table-holder table tr.even,
.listings-available-section .table-holder table tr.alt,
.listings-available-section .table-holder table tr:nth-of-type(even) {
    background: none;
}

.listings-available-section .table-holder table tbody tr:nth-of-type(odd) {
    background: #f4f4f4;
}

.listings-available-section .table-holder table th {
    font-weight: bold;
    padding: 0 10px 9px;
    border-bottom: 1px solid #a5a5a5;
}

.listings-available-section .table-holder table td {
    padding: 9px 10px;
}

.listings-available-section .table-holder table td:first-child {
    font-weight: bold;
}

.listings-available-section .table-holder table td:last-child {
    text-align: right;
}

.listings-available-section .table-holder table td img {
    min-width: 15px;
}

.listings-available-section .table-holder table .price {
    color: #0c3d7d;
}

.listings-available-section .table-holder table .view-more {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 0;
    position: relative;
    color: #122a4b;
    font-weight: bold;
    text-transform: uppercase;
}

.listings-available-section .table-holder table .view-more:hover {
    color: #243764;
}

.listings-available-section .table-holder table .view-more:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    border: solid;
    border-width: 4px 5px;
    border-color: transparent transparent transparent #a7a486;
    margin: -5px -5px 0 0;
}

.listings-available-section .table-holder table .add-mobile-style .more {
    display: none;
    color: #a7a486;
    vertical-align: top;
    position: relative;
}

.listings-available-section .table-holder table .add-mobile-style .more:after {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
}

.listings-available-section .table-holder table .add-mobile-style .download-mobile {
    display: none;
    vertical-align: top;
    margin: 0 10px 0 0;
    color: #122a4b;
    position: relative;
}

.listings-available-section .table-holder table .add-mobile-style .download-mobile:after {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    top: -10px;
    bottom: -10px;
}

.listings-available-section .table-container {
    margin: 0 0 31px;
}

.listings-available-section .footer-link {
    text-align: center;
    margin: 0 0 45px;
}

.listings-available-section .footer-link .link-more {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 0;
    position: relative;
    text-transform: uppercase;
}

.listings-available-section .footer-link .link-more:hover {
    color: #243764;
}

.listings-available-section .footer-link .link-more:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    border: solid;
    border-width: 4px 5px;
    border-color: transparent transparent transparent #a7a486;
    margin: -5px -5px 0 0;
}

.listings-available-section h3 {
    text-align: center;
    font: 45px/46px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 27px;
}

.tabset-search.style02 {
    margin-bottom: 37px;
}

.about-area-section {
    padding: 5px 0 35px;
}

.about-area-section .heading {
    text-align: center;
    margin: 0 0 30px;
}

.about-area-section h2 {
    font: 45px/45px "freight-big-pro", "Times New Roman", serif;
    margin: 0;
    color: #313e5d;
    letter-spacing: 2px;
}

.about-area-section .content-block {
    overflow: hidden;
    background: #f6f5f2;
}

.about-area-section .content-block .image-block {
    float: left;
    width: 51%;
    position: relative;
    overflow: hidden;
    margin: 0 4% 0 0;
}

.about-area-section .content-block .image-block img {
    display: block;
    width: 100%;
    height: auto;
}

.about-area-section .content-block .image-block .text {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(61, 61, 61, .6);
    left: 0;
    top: 0;
    white-space: nowrap;
    text-align: center;
    color: #fff;
}

.about-area-section .content-block .image-block .text:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 1px;
    overflow: hidden;
    margin: 0 0 0 -5px;
    vertical-align: middle;
}

.about-area-section .content-block .image-block .text .frame {
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    padding-top: 40px;
}

.about-area-section .content-block .image-block .sub-title {
    display: block;
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 3px;
    font-weight: bold;
    text-transform: uppercase;
    color: #b8b7b7;
    letter-spacing: 1.5px;
}

.about-area-section .content-block .image-block h3 {
    font: 62px/62px "freight-big-pro", "Times New Roman", serif;
    color: #fff;
    margin: 0 0 10px;
    letter-spacing: 5px;
}

.about-area-section .content-block .image-block .btn-play {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 96px;
    height: 96px;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid #e3e1db;
    padding: 10px;
    text-indent: -9999px;
    overflow: hidden;
    margin: 30px 0 0;
}

.about-area-section .content-block .image-block .btn-play:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border: solid;
    border-width: 20px 34px;
    border-color: transparent transparent transparent #e3e1db;
    margin: -18px 0 0 -10px;
}

.about-area-section .content-block .image-block .btn-play:hover,
.about-area-section .content-block .image-block .btn-play:focus,
.about-area-section .content-block .image-block .btn-play:active {
    background: rgba(0, 0, 0, .1);
}

.about-area-section .content-block .text-holder {
    overflow: hidden;
    padding: 79px 9% 0 0;
}

.about-area-section .content-block .text-holder h4 {
    font: 31px/39px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 23px;
    color: #2b2b2b;
    letter-spacing: 1px;
}

.about-area-section .content-block .text-holder p {
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 31px;
}

.about-area-section .content-block .text-holder .button {
    font-size: 14px;
    min-width: 234px;
    margin: 0 0 10px 0;
}

.about-area-section .content-block .text-holder .button + .button {
    margin-left: 32px;
}

.start-section-holder .page-heading.style02 {
    padding-top: 0;
}

.development-landing .sub-menu {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding-left: 130px;
}

.development-landing .post-grid .title p {
    padding-top: 0;
    margin-top: 10px;
}

.development-landing .section-featured-areas {
    margin-bottom: 3px;
}

.development-landing .slideshow .slide {
    height: 558px;
}

.development-landing .slideshow .description .title {
    padding-top: 72px;
}

.development-landing.staff-all-page .breadcrumbs-holder {
    background: none;
    border: none;
}

.jcf-select-add-sort-select .jcf-list .jcf-option {
    padding: 5px 17px;
}

.sort-mobile-section {
    display: none;
}

.sort-mobile-section .sort-container {
    padding: 27px 10px 26px;
    margin: 0;
    list-style: none;
    font-size: 16px;
    line-height: 24px;
}

.sort-mobile-section .sort-container li {
    margin: 0 0 18px;
    letter-spacing: .5px;
}

.sort-mobile-section .sort-container li a {
    color: #122a4b;
}

.sort-mobile-section .sort-container li a:hover {
    color: #243764;
}

.sort-mobile-section .sort-container .icon {
    display: inline-block;
    vertical-align: top;
    border: solid;
    border-width: 5px;
    border-color: transparent transparent transparent #a7a486;
    width: 0;
    height: 0;
    margin: 6px 0 0 5px;
    text-indent: -9999px;
    overflow: hidden;
}

.post-grid .title p .add-title {
    display: block;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 5px;
    color: #fff;
}

.post-grid .title p .price {
    display: block;
    color: #e9e7e3;
    font-size: 14px;
    line-height: 18px;
}

.slideshow .description .logo-gallery {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 58px;
}

.slideshow .description .logo-gallery img {
    vertical-align: top;
}

.map-filter-bar {
    background: #f6f5f2;
    padding: 19px 0 11px;
    border: solid rgba(147, 146, 142, .47);
    border-width: 1px 0;
    box-shadow: 3px 4px 5px rgba(0, 0, 0, .04);
    position: relative;
    z-index: 5;
}

.map-filter-bar .content-block {
    margin: 0 0 0 382px;
}

.map-filter-bar .content-block > .holder {
    float: left;
    width: 100%;
    min-height: 1px;
}

.map-filter-bar .aside {
    float: left;
    width: 361px;
    margin: 0 0 0 -100%;
    min-height: 1px;
}

.map-filter-bar .aside .note {
    display: block;
    font-size: 10px;
    line-height: 12px;
    color: #7a7978;
}

.map-filter-bar .aside .note .result {
    color: #adacab;
}

.map-filter-bar .map-filter-list {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid #93928e;
}

.map-filter-bar .map-filter-list li {
    float: left;
    width: 25%;
    border-left: 1px solid #93928e;
}

.map-filter-bar .map-filter-list li:first-child {
    border: none;
}

.map-filter-bar .map-filter-list .map-filter-form {
    float: left;
    width: 100%;
}

.map-filter-bar .price-filter,
.map-filter-bar .beds-filter,
.map-filter-bar .more-filter {
    float: left;
    width: 100%;
    position: relative;
}

.map-filter-bar .price-filter .opener,
.map-filter-bar .beds-filter .opener,
.map-filter-bar .more-filter .opener {
    display: block;
    height: 43px;
    padding: 14px 30px 14px 17px;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    background: #fff;
}

.map-filter-bar .price-filter .opener:after,
.map-filter-bar .beds-filter .opener:after,
.map-filter-bar .more-filter .opener:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    background: url("/wp-content/themes/wpsir_2022/images/sprite.png") no-repeat -178px 0;
    width: 13px;
    height: 8px;
    margin: -4px 0 0;
}

.map-filter-bar .price-filter.active .opener,
.map-filter-bar .beds-filter.active .opener,
.map-filter-bar .more-filter.active .opener {
    background: #001e45;
    color: #fff;
}

.map-filter-bar .price-filter.active .opener:after,
.map-filter-bar .beds-filter.active .opener:after,
.map-filter-bar .more-filter.active .opener:after {
    background: url(/wp-content/themes/wpsir_2022/images/arrow-white-top.png) no-repeat;
}

.map-filter-bar .price-filter .slide {
    position: absolute;
    top: 43px;
    left: 50%;
    width: 300px;
    border: solid #93928e;
    border-width: 0 1px 1px;
    margin: 0 0 0 -150px;
    padding: 15px 14px 18px;
    background: #001e45;
    box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, .15);
}

.map-filter-bar .price-filter .select-holder {
    overflow: hidden;
}

.map-filter-bar .price-filter .select-holder .cell {
    float: right;
    width: 48%;
}

.map-filter-bar .price-filter .select-holder .cell:first-child {
    float: left;
}

.map-filter-bar .price-filter .select-holder .cell select {
    float: left;
    width: 100%;
    height: 43px;
}

.map-filter-bar .more-filter .slide {
    position: absolute;
    width: 662px;
    top: 43px;
    right: 0;
    border: solid #93928e;
    border-width: 0 1px 1px;
    padding: 12px 12px 10px;
    background: #001e45;
    box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, .15);
}

.map-filter-bar .more-filter .row-holder {
    margin: 20px 0 0;
}

.map-filter-bar .more-filter .row-holder:first-child {
    margin-top: 0;
}

.map-filter-bar .more-filter .row-holder .column-filter {
    float: left;
    width: 154px;
    margin: 0 26px 0 0;
}

.map-filter-bar .more-filter .row-holder .column-filter.size03 {
    width: 272px;
    margin: 0;
}

.map-filter-bar .more-filter .row-holder .label-holder {
    float: left;
    width: 100%;
    margin: 0 0 5px;
}

.map-filter-bar .more-filter .row-holder .label-holder label {
    float: left;
    margin: 0;
    color: #fff;
}

.map-filter-bar .more-filter .row-holder .map-search {
    float: left;
    width: 100%;
}

.map-filter-bar .more-filter .row-holder .map-search input {
    height: 33px;
    padding: 8px 50px 8px 16px;
}

.map-filter-bar .more-filter .row-holder .map-search .button-search {
    width: 40px;
    height: 33px;
}

.map-filter-bar .more-filter .row-holder .map-search .button-search i {
    font-size: 16px;
    line-height: 16px;
    margin-top: -8px;
}

.map-filter-bar .more-filter .row-holder .checkbox-cell {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 24px 0;
    width: 245px;
}

.map-filter-bar .more-filter .row-holder .checkbox-cell + .checkbox-cell {
    width: 175px;
}

.map-filter-bar .more-filter .row-holder .checkbox-cell + .checkbox-cell + .checkbox-cell {
    width: 165px;
}

.map-filter-bar .more-filter .row-holder .checkbox-cell + .checkbox-cell + .checkbox-cell + .checkbox-cell {
    width: 245px;
}

.map-filter-bar .more-filter .row-holder .checkbox-cell + .checkbox-cell + .checkbox-cell + .checkbox-cell + .checkbox-cell {
    width: 175px;
}

.map-filter-bar .more-filter .row-holder .checkbox-cell + .checkbox-cell + .checkbox-cell + .checkbox-cell + .checkbox-cell + .checkbox-cell {
    width: 245px;
}

.map-filter-bar .more-filter .row-holder .checkbox-cell .jcf-checkbox {
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 0;
    border: 2px solid #86afcc;
    box-shadow: inset 2px 2px 2px 0 rgba(0, 0, 0, .1);
    margin: 0 5px 0 0;
}

.map-filter-bar .more-filter .row-holder .checkbox-cell .jcf-checkbox.jcf-checked {
    background: #fff;
}

.map-filter-bar .more-filter .row-holder .checkbox-cell .jcf-checkbox.jcf-checked:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    pointer-events: none;
    border-radius: 0 6px 6px 0;
    z-index: 1;
    background: none;
}

.map-filter-bar .more-filter .row-holder .checkbox-cell .jcf-checkbox.jcf-checked:after {
    position: absolute;
    right: 3px;
    content: "";
    width: 10px;
    height: 8px;
    position: absolute;
    top: 50%;
    border: 3px solid #666;
    border-width: 0 0 3px 3px;
    transform: rotate(-45deg);
    margin-top: -5px;
    line-height: 0;
    z-index: 1;
    background: none;
}

.map-filter-bar .more-filter .row-holder .checkbox-cell .jcf-checkbox.jcf-checked span {
    background: none;
}

.map-filter-bar .more-filter .row-holder .checkbox-cell label {
    float: left;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin: 2px 0 0;
}

.map-search {
    position: relative;
    overflow: hidden;
    margin: 0 0 11px;
}

.map-search input {
    background: #fff;
    border: 1px solid #93928e;
    width: 100%;
    height: 45px;
    padding: 12px 50px 12px 16px;
    margin: 0;
    float: left;
    box-shadow: inset 3px 4px 5px rgba(0, 0, 0, .1);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.map-search input:focus {
    background: #f5f5f5;
}

.map-search .button-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 45px;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    outline: none;
}

.map-search .button-search i {
    font-size: 19px;
    line-height: 19px;
    color: #afafaf;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -8px;
}

.map-container {
    position: relative;
    overflow: hidden;
    height: 716px;
}

.map-container > img {
    display: block;
    width: 100%;
    height: 100%;
}

.map-container .location01 {
    position: absolute;
    right: 38.7%;
    bottom: 34%;
    z-index: 2;
    width: 20px;
}

.map-container .location01 img {
    vertical-align: top;
    display: block;
}

.map-container .location02 {
    position: absolute;
    right: 44.8%;
    bottom: 26%;
    z-index: 2;
    width: 38px;
}

.map-container .location02 img {
    vertical-align: top;
    display: block;
}

.map-container .location03 {
    position: absolute;
    right: 46.8%;
    bottom: 15.6%;
    z-index: 2;
    width: 38px;
}

.map-container .location03 img {
    vertical-align: top;
    display: block;
}

.map-container .location04 {
    position: absolute;
    right: 60.5%;
    bottom: 14%;
    z-index: 2;
    width: 29px;
}

.map-container .location04 img {
    vertical-align: top;
    display: block;
}

.map-container .popup {
    position: absolute;
    right: 41.1%;
    bottom: 35.2%;
    padding: 8px 19px;
    background: #e9e9e9;
    border: 1px solid #93928e;
    text-align: center;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .1);
}

.map-container .popup:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -11px;
    width: 27px;
    height: 11px;
    background: url(/wp-content/themes/wpsir_2022/images/add-popup-arrow.png) no-repeat;
    margin: 0 0 0 -14px;
}

.map-container .popup .title {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin: 0 0 -2px;
    letter-spacing: .2px;
}

.map-container .popup address {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    color: #656565;
    text-transform: uppercase;
}

.map-container .warning-box {
    position: absolute;
    width: 100%;
    left: 0;
    top: 3px;
    padding: 0 10px;
    z-index: 20;
}

.map-container .warning-box > .frame {
    background: rgba(184, 0, 0, .8);
    padding: 4px 20px;
}

.map-container .warning-box > .frame .title {
    display: inline-block;
    vertical-align: top;
    margin: 0 8.6% 0 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    padding: 8px 0 6px;
    letter-spacing: .2px;
    color: #fff;
}

.map-container .warning-box > .frame .title .icon {
    display: inline-block;
    vertical-align: top;
    margin: -5px 12px 0 0;
}

.map-container .warning-box > .frame .btn {
    display: inline-block;
    vertical-align: top;
    margin: 0 22px 0 0;
    width: 108px;
    height: 36px;
    background: #af0200;
    padding: 7px 14px;
    color: #fff;
}

.map-container .warning-box > .frame .btn i {
    display: inline-block;
    vertical-align: top;
    margin: 2px 5px 0 0;
    font-size: 18px;
    line-height: 18px;
}

.map-container .warning-box > .frame .btn:hover {
    background: #960200;
}

.map-container .warning-box > .frame .btn.applay {
    background: #8c0000;
}

.map-container .warning-box > .frame .btn.applay:hover {
    background: #730000;
}

.menu-filter-block {
    position: absolute;
    top: 44px;
    right: 10px;
    padding: 0 0 0 66px;
    width: 396px;
}

.menu-filter-block .menu-filter-heading {
    position: relative;
    padding: 9px 10px;
    border: 1px solid #dcd9d3;
    background: #f9f8f6;
    background: linear-gradient(to bottom, #f9f8f6 0%, #e9e8e6 100%);
    text-align: center;
}

.menu-filter-block .menu-filter-heading .result-title {
    display: inline-block;
    vertical-align: top;
    margin: 3px 6px 0 0;
}

.menu-filter-block .menu-filter-heading .result-title .number {
    float: left;
    font: 28px/30px "freight-big-pro", "Times New Roman", serif;
    margin: 0 6px 0 0;
}

.menu-filter-block .menu-filter-heading .result-title .note {
    float: left;
    font-size: 9px;
    line-height: 12px;
    text-transform: uppercase;
    text-align: left;
    margin: 5px 0 0;
}

.menu-filter-block .menu-filter-heading .btn-view-list {
    display: inline-block;
    vertical-align: top;
    width: 126px;
    height: 36px;
    border: 1px solid #b7b7b7;
    background: #0f284d;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 9px 5px;
    letter-spacing: .5px;
    text-align: center;
}

.menu-filter-block .menu-filter-heading .btn-view-list:hover,
.menu-filter-block .menu-filter-heading .btn-view-list:active {
    background: #243764;
}

.menu-filter-block .menu-filter-heading .btn-like {
    display: inline-block;
    vertical-align: top;
    width: 34px;
    height: 34px;
    border: 1px solid #acacac;
    margin: 1px 0 0 3px;
    border-radius: 34px;
    background: #ecebe9;
    padding: 6px 2px 1px;
    color: #2f405a;
    text-align: center;
}

.menu-filter-block .menu-filter-heading .btn-like:hover {
    background: #fff;
}

.menu-filter-block .select-holder {
    padding: 0 18px 10px 0;
    position: relative;
}

.menu-filter-block .result-container {
    padding: 10px 2px 10px 10px;
    background: #fff;
    position: relative;
}

.menu-filter-block .result-container > .frame {
    height: 535px;
    overflow: auto;
}

.menu-filter-block .result-container:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -13px;
    width: 330px;
    height: 13px;
    background: url(/wp-content/themes/wpsir_2022/images/shadow-filter-box.png) no-repeat;
}

.menu-filter-block .result-list {
    padding: 0 2px 0 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.menu-filter-block .result-list li {
    padding: 10px 5px 10px 0;
    border-top: 1px solid #e4e2de;
    overflow: hidden;
}

.menu-filter-block .result-list li:first-child {
    border-top: none;
    padding-top: 0;
}

.menu-filter-block .result-list .image-box {
    float: left;
    width: 130px;
    margin: 0 10px 0 0;
}

.menu-filter-block .result-list .text-holder {
    overflow: hidden;
}

.menu-filter-block .result-list .text-holder h3 {
    font: 16px/18px "freight-big-pro", "Times New Roman", serif;
    color: #1b1b1b;
    margin: 0 0 1px;
    letter-spacing: .2px;
}

.menu-filter-block .result-list .text-holder h3 a {
    color: inherit;
}

.menu-filter-block .result-list .text-holder h4 {
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    color: #808080;
}

.menu-filter-block .result-list .text-holder .price {
    font: 18px/22px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 3px;
    display: block;
}

.menu-filter-block .result-list .text-holder .note {
    display: block;
    font-size: 11px;
    line-height: 13px;
    color: #818181;
    letter-spacing: .5px;
}

.add-menu-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    right: 340px;
    top: 44px;
    width: 66px;
    background: rgba(15, 47, 88, .2);
    padding: 11px 10px;
}

.add-menu-list li {
    margin: 16px 0 0;
}

.add-menu-list li:first-child {
    margin-top: 0;
}

.add-menu-list .btn-plus {
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background: #fff;
    position: relative;
}

.add-menu-list .btn-plus:before,
.add-menu-list .btn-plus:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 2px;
    background: #001e45;
    margin: -1px 0 0 -9px;
}

.add-menu-list .btn-plus:after {
    width: 2px;
    height: 18px;
    margin: -9px 0 0 -1px;
}

.add-menu-list .btn-plus:hover,
.add-menu-list .btn-plus:active {
    background: #f5f5f5;
}

.add-menu-list .btn-minus {
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background: #fff;
    position: relative;
}

.add-menu-list .btn-minus:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 2px;
    background: #001e45;
    margin: -1px 0 0 -9px;
}

.add-menu-list .btn-minus:hover,
.add-menu-list .btn-minus:active {
    background: #f5f5f5;
}

.add-menu-list .btn-edit {
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background: #3f6cae;
    position: relative;
    text-align: center;
    padding: 8px 4px 1px 5px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
}

.add-menu-list .btn-edit:hover,
.add-menu-list .btn-edit:active {
    background: #38609b;
}

.add-menu-list .btn-marker {
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background: #001e45;
    position: relative;
    text-align: center;
    padding: 5px 2px 1px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}

.add-menu-list .btn-marker:hover,
.add-menu-list .btn-marker:active {
    background: #001531;
}

.add-menu-list .btn-marker02 {
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background: #0f2f58;
    position: relative;
    text-align: center;
    padding: 9px 2px 1px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}

.add-menu-list .btn-flag {
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background: #243f15;
    position: relative;
    text-align: center;
    padding: 10px 2px 1px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}

.add-menu-list .btn-flag:hover,
.add-menu-list .btn-flag:active {
    background: #1b3010;
}

.jcf-select.jcf-select-sort-by {
    background: #f6f5f2;
    border: 1px solid #dcd9d3;
    border-radius: 1px;
    height: 36px;
    box-shadow: none;
    margin: 0;
    width: 301px !important;
}

.jcf-select.jcf-select-sort-by .jcf-select-text {
    line-height: 36px;
    font-size: 14px;
    margin: 0 40px 0 22px;
}

.jcf-select.jcf-select-sort-by .jcf-select-opener {
    right: 16px;
    width: 10px;
    height: 6px;
    background: url(/wp-content/themes/wpsir_2022/images/arrow-blue.png) no-repeat;
}

.jcf-select-drop.jcf-select-sort-by .jcf-select-drop-content {
    border-color: #dcd9d3;
}

.jcf-select-drop.jcf-select-sort-by .jcf-list .jcf-option {
    padding: 5px 21px;
    font-size: 14px;
}

.map-page {
    min-width: 768px;
}

.jcf-select.jcf-select-map-filter-type {
    border: none;
    height: 43px;
    margin: 0;
    background: #fff;
    box-shadow: none;
    width: 100% !important;
    min-width: 70px;
}

.jcf-select.jcf-select-map-filter-type.jcf-drop-active {
    background: #001e45;
    color: #fff;
}

.jcf-select.jcf-select-map-filter-type.jcf-drop-active .jcf-select-text {
    color: #fff;
}

.jcf-select.jcf-select-map-filter-type.jcf-drop-active .jcf-select-opener {
    background: url(/wp-content/themes/wpsir_2022/images/arrow-white-top.png) no-repeat;
}

.jcf-select.jcf-select-map-filter-type .jcf-select-text {
    line-height: 44px;
}

.jcf-select-map-filter-type {
    background: #001e45;
}

.jcf-select-map-filter-type .jcf-list {
    padding: 12px 30px 12px 12px;
}

.jcf-select-map-filter-type .jcf-list .jcf-option {
    padding: 8px 17px;
    font-size: 14px;
    line-height: 18px;
    background: #001e45;
}

.jcf-select-map-filter-type .jcf-select-drop-content {
    margin: 0;
    border-width: 0 1px 1px;
}

.jcf-select-map-filter-type .jcf-list .jcf-option {
    color: #fff;
}

.jcf-select-map-filter-type .jcf-list .jcf-hover {
    color: #fff;
    background: #2a50a6;
}

.jcf-select-map-filter-type .jcf-scrollbar-vertical {
    right: -15px;
}

.jcf-select-map-filter-type .jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: #3e5674;
}

.jcf-select-map-filter-type .jcf-scrollbar-vertical:after {
    display: none;
}

.jcf-select.jcf-select-price-filter {
    margin: 0;
    height: 33px;
    border: 1px solid #93928e;
    width: 100% !important;
    min-width: 80px;
    background: #fff;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}

.jcf-select.jcf-select-price-filter .jcf-select-text {
    line-height: 34px;
    margin: 0 30px 0 15px;
    font-weight: normal;
}

.jcf-select.jcf-select-price-filter .jcf-select-opener {
    right: 16px;
}

.jcf-select-drop.jcf-select-price-filter .jcf-select-drop-content {
    border-color: #93928e;
}

.jcf-select-drop.jcf-select-price-filter .jcf-list .jcf-option {
    padding: 3px 15px;
    font-size: 14px;
}

.language-box {
    float: left;
    margin: 0 0 0 14px;
}

.language-box select {
    float: left;
    width: 100%;
    height: 45px;
}

.jcf-select.jcf-select-language-site {
    margin: 0;
    background: none;
    border: 1px solid rgba(255, 237, 237, .38);
    width: 112px !important;
    min-width: 112px !important;
    height: 45px;
    margin: 0;
    box-shadow: none;
    position: relative;
}

.jcf-select.jcf-select-language-site:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 50%;
    width: 26px;
    height: 22px;
    background: url(/wp-content/themes/wpsir_2022/images/icon-language.png) no-repeat;
    margin: -11px 0 0;
}

.jcf-select.jcf-select-language-site .jcf-select-text {
    line-height: 45px;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 20px 0 35px;
    color: #fff;
    text-align: center;
}

.jcf-select.jcf-select-language-site .jcf-select-opener {
    right: 8px;
    width: 8px;
    height: 4px;
    margin: -2px 0 0;
    background: url(/wp-content/themes/wpsir_2022/images/arrow-add-language.png) no-repeat;
}

.jcf-select-drop.jcf-select-language-site {
    background: none;
}

.jcf-select-drop.jcf-select-language-site .jcf-select-drop-content {
    background: none;
    border: 1px solid rgba(255, 237, 237, .38);
}

.jcf-select-drop.jcf-select-language-site .jcf-list ul {
    background: none;
}

.jcf-select-drop.jcf-select-language-site .jcf-list .jcf-option {
    padding: 6px 10px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.jcf-select-drop.jcf-select-language-site .jcf-hover {
    background: rgba(0, 0, 0, .3);
    color: #fff;
}

.gallery-filter-bar {
    position: relative;
    background: #112339;
}

.start-home-overlay .gallery-filter-bar {
    pointer-events: none;
}

.gallery-filter-bar .selects {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 100%;
    border: solid #28394c;
    border-width: 0 1px;
}

.gallery-filter-bar .selects > li {
    float: left;
    width: 50%;
    height: 72px;
    border-left: 1px solid #28394c;
    position: relative;
}

.gallery-filter-bar .selects > li:first-child {
    border: none;
}

.gallery-filter-bar .select-menu {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.gallery-filter-bar .select-menu .opener-menu {
    display: block;
    padding: 24px 13% 24px 10%;
    position: relative;
    height: 72px;
    background: #112339;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.gallery-filter-bar .select-menu .opener-menu .title {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 3px 17px 0 0;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #e9e7e3;
    min-height: 1px;
}

.gallery-filter-bar .select-menu .opener-menu .title .state01 {
    display: block !important;
}

.gallery-filter-bar .select-menu .opener-menu .title .state02 {
    display: none !important;
}

.gallery-filter-bar .select-menu .opener-menu .title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 15px;
    background: #c0c0c0;
    margin: -8px 0 0;
}

.gallery-filter-bar .select-menu .opener-menu .sub-title {
    display: inline-block;
    vertical-align: top;
    font: 17px/21px "freight-big-pro", "Times New Roman", serif;
    padding: 0 0 0 14px;
    color: #c4c3c1;
}

.gallery-filter-bar .select-menu .opener-menu .sub-title .state01 {
    display: block !important;
}

.gallery-filter-bar .select-menu .opener-menu .sub-title .state02 {
    display: none !important;
}

.gallery-filter-bar .select-menu .opener-menu:after {
    content: "";
    position: absolute;
    right: 11%;
    top: 50%;
    width: 10px;
    height: 6px;
    background: url(/wp-content/themes/wpsir_2022/images/arrow-white.png) no-repeat;
    margin: -3px 0 0;
}

.gallery-filter-bar .select-menu.active .opener-menu {
    transform: none;
}

.gallery-filter-bar .slide-menu {
    position: relative;
    -webkit-transform: translateZ(0);
    display: none;
}

.gallery-filter-bar .slide-menu .frame {
    padding: 8px 20px 28px;
    background: #262b32;
    background: linear-gradient(to bottom, #262b32 0%, #181b20 100%);
}

.gallery-filter-bar .add-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    color: #5f5f5f;
}

.gallery-filter-bar .add-nav li {
    padding: 6px 0 5px;
}

.gallery-filter-bar .add-nav .title-menu {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 10px 0 -2px;
}

.gallery-filter-bar .add-nav a {
    font: 16px/20px "freight-big-pro", "Times New Roman", serif;
    color: #e9e7e3;
    letter-spacing: .6px;
}

.gallery-filter-bar .add-nav a:hover {
    color: #fff;
}

.structure-section {
    position: relative;
    overflow: hidden;
    background: #ecebe9;
}

.structure-section .filter-menu-section {
    background: #fff;
}

.structure-section .filter-menu {
    text-align: center;
}

.structure-section .filter-menu ul {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.structure-section .filter-menu ul li {
    float: left;
    padding: 0 22px;
}

.structure-section .filter-menu ul a {
    display: block;
    padding: 18px 5px;
    height: 54px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #747474;
    text-transform: uppercase;
    letter-spacing: .6px;
}

.structure-section .filter-menu ul a:hover {
    color: #1c3d63;
}

.structure-section .filter-menu ul .active a {
    color: #1c3d63;
    box-shadow: inset 0 -4px 0 0 #001e45;
}

.structure-section .structure-gallery-holder {
    background: #ecebe9;
    padding: 36px 0 25px;
}

.structure-section .structure-gallery {
    padding: 0 135px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0 0 39px;
}

.structure-section .structure-gallery .mask {
    display: inline-block;
    vertical-align: top;
    width: 1158px;
    overflow: hidden;
    text-align: left;
}

.structure-section .structure-gallery .slideset {
    float: left;
    position: relative;
    width: 99999px;
}

.structure-section .structure-gallery .slideset .slide {
    float: left;
    width: 386px;
}

.structure-section .structure-gallery .slideset .slide > .frame {
    padding: 0 2px;
}

.structure-section .structure-gallery .post-box {
    margin: 4px 0 0;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.structure-section .structure-gallery .post-box:first-child {
    margin-top: 0;
}

.structure-section .structure-gallery .post-box .img-box img {
    display: block;
    width: 100%;
    height: auto;
}

.structure-section .structure-gallery .post-box:hover .add-info-block {
    display: block;
}

.structure-section .structure-gallery .post-box .base-text-box {
    position: absolute;
    width: 100%;
    padding: 0 28px 30px;
    left: 0;
    bottom: 0;
    z-index: 3;
    opacity: 1;
    visibility: visible;
    transition: all .35s ease-in-out;
    transform: translateY(0);
}

.structure-section .structure-gallery .post-box .base-text-box .button {
    display: block;
    width: 100%;
    margin: 0;
    height: 31px;
    font: 25px/28px "freight-big-pro", "Times New Roman", serif;
    background-color: rgba(0, 0, 0, .26);
    border: solid 1px rgba(255, 255, 255, .5);
    color: #fff;
    min-width: 100px;
    padding: 6px 10px;
    height: 44px;
    letter-spacing: 1px;
}

.structure-section .structure-gallery .post-box .base-text-box .button:hover,
.structure-section .structure-gallery .post-box .base-text-box .button:focus,
.structure-section .structure-gallery .post-box .base-text-box .button:active {
    background-color: rgba(0, 0, 0, .36);
    border: solid 1px rgba(255, 255, 255, .6);
}

.structure-section .structure-gallery .post-box .base-text-box .button .mark {
    font-size: 16px;
}

.structure-section .structure-gallery .post-box .base-text-box .title {
    display: block;
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
}

.structure-section .structure-gallery .post-box .note {
    width: 116px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 9px;
    padding: 3px 5px 2px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #e4e4e4;
    letter-spacing: 1px;
    background: #b30808;
}

.structure-section .structure-gallery .add-info-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(19, 34, 58, .87);
    text-align: center;
    opacity: 0;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .35s ease-in-out;
    overflow: hidden;
}

.structure-section .structure-gallery .add-info-block .frame {
    position: absolute;
    z-index: 5;
    border: 1px solid #90979e;
    left: 28px;
    top: 30px;
    right: 28px;
    bottom: 30px;
    color: #fff;
    padding: 25px 20px;
    pointer-events: auto;
    white-space: nowrap;
}

.structure-section .structure-gallery .add-info-block .frame:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 1px;
    overflow: hidden;
    margin: 0 0 0 -5px;
    vertical-align: middle;
}

.structure-section .structure-gallery .add-info-block .frame > .holder {
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
}

.structure-section .structure-gallery .add-info-block .frame h3 {
    font: 20px/24px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 1px;
    color: #fff;
    letter-spacing: .8px;
}

.structure-section .structure-gallery .add-info-block .frame h4 {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    color: #fff;
    letter-spacing: .8px;
}

.structure-section .structure-gallery .add-info-block .frame .price {
    display: block;
    font: 28px/32px "freight-big-pro", "Times New Roman", serif;
    color: #e1cb78;
    margin: 0 0 9px;
    letter-spacing: .5px;
}

.structure-section .structure-gallery .add-info-block .frame .price,
.structure-section .structure-gallery .add-info-block .frame h3,
.structure-section .structure-gallery .add-info-block .frame h4 {
    visibility: hidden;
    transition: all .35s ease-in-out;
    transform: translateX(-100%);
}

.structure-section .structure-gallery .add-info-block .frame .add-list {
    padding: 0;
    margin: 0 -20px 9px;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.structure-section .structure-gallery .add-info-block .frame .add-list li {
    float: left;
    width: 86px;
    padding: 0 5px;
    position: relative;
}

.structure-section .structure-gallery .add-info-block .frame .add-list li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 1px;
    height: 36px;
    background: #90979e;
}

.structure-section .structure-gallery .add-info-block .frame .add-list li:first-child:after {
    display: none;
}

.structure-section .structure-gallery .add-info-block .frame .add-list .number {
    display: block;
    font: 26px/28px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 2px;
}

.structure-section .structure-gallery .add-info-block .frame .add-list .info {
    display: block;
    font-size: 12px;
    line-height: 15px;
}

.structure-section .structure-gallery .add-info-block .frame .more-details {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #c6b571;
}

.structure-section .structure-gallery .add-info-block .frame .more-details:hover {
    color: #b7a24d;
}

.structure-section .structure-gallery .add-info-block .frame .add-list,
.structure-section .structure-gallery .add-info-block .frame .more-details {
    visibility: hidden;
    transition: all .35s ease-in-out;
    transform: translateX(150%);
}

.structure-section .structure-gallery .post-box:hover .base-text-box {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
}

.structure-section .structure-gallery .post-box:hover .add-info-block {
    opacity: 1;
}

.structure-section .structure-gallery .post-box:hover .add-info-block .price,
.structure-section .structure-gallery .post-box:hover .add-info-block h3,
.structure-section .structure-gallery .post-box:hover .add-info-block h4 {
    visibility: visible;
    transform: translateX(0);
}

.structure-section .structure-gallery .post-box:hover .add-info-block .add-list,
.structure-section .structure-gallery .post-box:hover .add-info-block .more-details {
    visibility: visible;
    transform: translateX(0);
}

.structure-section .structure-gallery .btn-prev,
.structure-section .structure-gallery .btn-next {
    position: absolute;
    left: 34px;
    top: 50%;
    z-index: 5;
    width: 79px;
    height: 79px;
    border-radius: 79px;
    color: #0f284d;
    margin: -39px 0 0;
    display: none;
}

.structure-section .structure-gallery .btn-prev i,
.structure-section .structure-gallery .btn-next i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 38px;
    line-height: 38px;
    margin: -19px 0 0 -7px;
}

.structure-section .structure-gallery .btn-prev:before,
.structure-section .structure-gallery .btn-next:before {
    content: "";
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    transition: transform .3s, opacity .3s;
    transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    border: 1px solid #acacac;
    opacity: 0;
    transform: scale3d(1.2, 1.2, 1);
}

.structure-section .structure-gallery .btn-prev:hover:before,
.structure-section .structure-gallery .btn-next:hover:before {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.structure-section .structure-gallery .btn-next {
    left: auto;
    right: 34px;
}

.structure-section .structure-gallery .btn-next i {
    margin-left: -4px;
}

.structure-section .link-holder {
    text-align: center;
}

.structure-section .link-holder .more {
    display: inline-block;
    vertical-align: top;
    padding: 0 16px 0 0;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #122a4b;
    letter-spacing: .5px;
}

.structure-section .link-holder .more:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    border: solid;
    border-width: 5px;
    border-color: transparent transparent transparent #a7a486;
    margin: -5px -5px 0 0;
}

.structure-section .link-holder .more:hover {
    color: #243764;
}

.structure-section .link-holder .more .color-yellow {
    color: #bd9f13;
}

.explore-section {
    position: relative;
    overflow: hidden;
    padding: 31px 0 4px;
}

.explore-section .heading {
    text-align: center;
    margin: 0 0 30px;
}

.explore-section .heading h2 {
    font: 40px/44px "freight-big-pro", "Times New Roman", serif;
    margin: 0;
}

.explore-section .explore-content {
    position: relative;
    overflow: hidden;
    margin: 0 -2px;
}

.explore-section .news-box-base,
.explore-section .news-box-large {
    overflow: hidden;
    float: left;
    width: 25% !important;
    padding: 4px 2px 0;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .35s ease-in-out;
}

.explore-section .news-box-base .pic,
.explore-section .news-box-large .pic {
    position: relative;
    overflow: hidden;
}

.explore-section .news-box-base .pic img,
.explore-section .news-box-large .pic img {
    display: block;
    width: 100%;
    height: auto;
}

.explore-section .news-box-base .overlay,
.explore-section .news-box-large .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease-in-out;
}

.explore-section .news-box-base .title,
.explore-section .news-box-large .title {
    color: #b9b9b8;
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: 28px;
    font: 18px/22px "freight-big-pro", "Times New Roman", serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .35s ease-in-out;
    transform: translateX(0);
}

.explore-section .news-box-base .title h3,
.explore-section .news-box-large .title h3 {
    color: #f4f4f4;
    font: bold 28px/32px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    letter-spacing: 1.2px;
    margin: 0;
}

.explore-section .news-box-base .title h3 .thin-style,
.explore-section .news-box-large .title h3 .thin-style {
    font-weight: normal;
}

.explore-section .news-box-base .title em,
.explore-section .news-box-large .title em {
    display: block;
    font-style: normal;
    margin-top: -2px;
    padding-bottom: 7px;
}

.explore-section .news-box-base .title p,
.explore-section .news-box-large .title p {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    text-transform: none;
    padding: 10px 0 0;
    color: #fff;
    margin: 16px 0 0;
    display: none;
}

.explore-section .news-box-base .add-title,
.explore-section .news-box-large .add-title {
    color: #b9b9b8;
    position: absolute;
    left: 34px;
    right: 34px;
    top: 25px;
    font: 18px/22px "freight-big-pro", "Times New Roman", serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .35s ease-in-out;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
}

.explore-section .news-box-base .add-title h3,
.explore-section .news-box-large .add-title h3 {
    color: #f4f4f4;
    font: bold 28px/32px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    letter-spacing: 1px;
    margin: 0;
}

.explore-section .news-box-base .add-title h3 .thin-style,
.explore-section .news-box-large .add-title h3 .thin-style {
    font-weight: normal;
}

.explore-section .news-box-base .add-title em,
.explore-section .news-box-large .add-title em {
    display: block;
    font-style: normal;
    margin-top: -2px;
}

.explore-section .news-box-base .add-title p,
.explore-section .news-box-large .add-title p {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    text-transform: none;
    padding: 10px 0 0;
    color: #fff;
    margin: 16px 0 0;
    display: none;
}

.explore-section .news-box-base .popup,
.explore-section .news-box-large .popup {
    position: absolute;
    left: 50%;
    bottom: 36px;
    width: 276px;
    margin-left: -138px;
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease-in-out;
    transform: translateY(100%);
}

.explore-section .news-box-base .popup .button,
.explore-section .news-box-large .popup .button {
    min-width: 10px;
}

.explore-section .news-box-base .button-holder a,
.explore-section .news-box-large .button-holder a {
    height: auto !important;
    display: block;
    margin: 17px 0 0;
    font-size: 14px;
    line-height: 22px;
    padding: 13px;
    transition: all .2s linear;
}

.explore-section .news-box-base .button-holder a:first-child,
.explore-section .news-box-large .button-holder a:first-child {
    margin-top: 0;
}

.explore-section .news-box-base .button-holder .gray,
.explore-section .news-box-large .button-holder .gray {
    color: #fff !important;
    border-color: #8e8e8e;
    line-height: 20px;
    background: rgba(255, 255, 255, .21);
}

.explore-section .news-box-base .button-holder .gray:hover,
.explore-section .news-box-large .button-holder .gray:hover {
    background: rgba(255, 255, 255, .5);
}

.explore-section .news-box-base .button-holder .number,
.explore-section .news-box-large .button-holder .number {
    color: #e0b717;
}

.explore-section .news-box-base.hover .title,
.explore-section .news-box-large.hover .title {
    transition: all .35s ease-in-out;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
}

.explore-section .news-box-base.hover .add-title,
.explore-section .news-box-large.hover .add-title {
    transition: all .35s ease-in-out;
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.explore-section .news-box-base.hover .overlay,
.explore-section .news-box-large.hover .overlay {
    opacity: 1;
    visibility: visible;
    transition: all .35s ease-in-out;
    background: rgba(0, 0, 0, .6);
}

.explore-section .news-box-base.hover .popup,
.explore-section .news-box-large.hover .popup {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.explore-section .news-box-large {
    width: 49.5% !important;
}

.explore-section .news-box-next {
    overflow: hidden;
    float: left;
    width: 25%;
    padding: 4px 2px 0;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.explore-section .news-box-next.hover figure:after {
    background: rgba(19, 19, 19, .87);
}

.explore-section .news-box-next.hover h3 .num {
    margin: -20px 0 0;
    max-height: 100px;
}

.explore-section .news-box-next.hover .q-links {
    max-height: 300px;
}

.explore-section .news-box-next figure {
    margin: 0;
    position: relative;
}

.explore-section .news-box-next figure:after {
    background: rgba(61, 61, 61, .5);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: 2;
    transition: background .3s linear;
}

.explore-section .news-box-next .icon-holder {
    position: relative;
    top: auto;
    left: 0;
    width: 100%;
    overflow: hidden;
    transition: all, .3s, ease;
}

.explore-section .news-box-next img {
    display: block;
    width: 100%;
}

.explore-section .news-box-next .caption {
    color: #b9b9b8;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 10px;
    bottom: 40px;
    z-index: 4;
    text-transform: uppercase;
    border: 0 solid #c6c8c8;
}

.explore-section .news-box-next .caption .holder {
    display: table;
    width: 100%;
    height: 100%;
}

.explore-section .news-box-next .caption .holder .frame {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    padding: 0 0 20px;
}

.explore-section .news-box-next .q-links {
    max-height: 0;
    overflow: hidden;
    transition: all, .3s, ease;
    font-size: 13px;
    line-height: 1.1;
    position: relative;
}

.explore-section .news-box-next .q-links:before {
    border-top: 1px solid #5c5e5a;
    content: "";
    position: absolute;
    left: 10%;
    width: 80%;
    top: 10px;
}

.explore-section .news-box-next .q-links li {
    font-size: 13px;
    margin: 0 0 5px;
}

.explore-section .news-box-next .q-links li:first-child {
    padding: 20px 0 0;
}

.explore-section .news-box-next .q-links a {
    color: #b9b9b8;
}

.explore-section .news-box-next .q-links a:after {
    color: #a7a486;
    content: "\f0da";
    font-family: "FontAwesome";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin: 0 0 0 7px;
}

.explore-section .news-box-next .q-links a strong {
    color: #fff;
}

.explore-section .news-box-next .q-links a:hover {
    text-decoration: none;
    color: #89a1d9;
}

.explore-section .news-box-next .q-links a:hover strong {
    color: #89a1d9;
}

.explore-section .news-box-next .icon {
    margin: 0 auto 14px;
    width: 77px;
    height: 77px;
    line-height: 78px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 28px;
    position: relative;
}

.explore-section .news-box-next .icon:before,
.explore-section .news-box-next .icon:after {
    border-top: 0 solid #c6c8c8;
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 600px;
    margin: 0 10px;
}

.explore-section .news-box-next .icon:after {
    left: auto;
    right: 100%;
}

.explore-section .news-box-next .icon i {
    line-height: 78px;
}

.explore-section .news-box-next .icon i.ico-train,
.explore-section .news-box-next .icon i.ico-golf,
.explore-section .news-box-next .icon i.ico-ns,
.explore-section .news-box-next .icon i.ico-house,
.explore-section .news-box-next .icon i.ico-case {
    font-family: "promo-icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.explore-section .news-box-next .icon i.ico-train:before,
.explore-section .news-box-next .icon i.ico-golf:before,
.explore-section .news-box-next .icon i.ico-ns:before,
.explore-section .news-box-next .icon i.ico-house:before,
.explore-section .news-box-next .icon i.ico-case:before {
    content: "\e604";
}

.explore-section .news-box-next .icon i.ico-train {
    font-size: 43px;
}

.explore-section .news-box-next .icon i.ico-golf:before {
    content: "\e601";
}

.explore-section .news-box-next .icon i.ico-ns {
    font-size: 35px;
}

.explore-section .news-box-next .icon i.ico-ns:before {
    content: "\e603";
}

.explore-section .news-box-next .icon i.ico-house:before {
    content: "\e602";
}

.explore-section .news-box-next .icon i.ico-case:before {
    content: "\e600";
}

.explore-section .news-box-next h3 {
    margin: 0;
    color: #fff;
    font: 22px/1 "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.explore-section .news-box-next h3 .num {
    margin: 0;
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: all, .3s, ease;
    font: 70px/1 "freight-big-pro", "Times New Roman", serif;
}

.explore-section .news-box-next .category {
    font: 14px/1 "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
}

.story-section {
    background: #132246;
    padding: 62px 20px 54px;
    text-align: center;
    color: #f5f5f5;
}

.story-section .story-box {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    padding: 0 4%;
    min-height: 1px;
}

.story-section .story-box .logo-story {
    display: inline-block;
    vertical-align: top;
    width: 526px;
    margin: 0 0 20px;
}

.story-section .story-box .logo-story img {
    display: block;
    width: 100%;
    height: auto;
}

.story-section p {
    font-size: 16px;
    line-height: 29px;
    margin: 0 0 30px;
}

.story-section h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin: 0 0 1px;
    text-transform: uppercase;
    color: #b8b7b7;
    letter-spacing: 1px;
}

.story-section h2 {
    font: 40px/44px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 13px;
    color: #fff;
    letter-spacing: 2px;
}

.story-section .buttons-holder {
    overflow: hidden;
    position: relative;
    z-index: 4;
}

.story-section .buttons-holder .button {
    margin: 0 1.5% 5px;
    width: 46%;
    height: 55px;
    background: none;
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #e9e7e3;
    padding: 19px 10px 18px;
    letter-spacing: .5px;
    position: relative;
    transition: border-color .4s, color .4s;
}

.story-section .buttons-holder .button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100.1%;
    height: 100%;
    background: #f5f5f5;
    z-index: -1;
    opacity: 0;
    transform: scale3d(.7, 1, 1);
    transition: transform .4s, opacity .4s;
    transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}

.story-section .buttons-holder .button:hover {
    color: #0f284d;
}

.story-section .buttons-holder .button:hover:after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.responsive-page .about-area-section {
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: 11px solid #0f284d;
    z-index: 4;
}

.responsive-page .about-area-section:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -31px;
    margin: 0 0 0 -6px;
    border: solid;
    border-width: 11px;
    border-color: #0f284d transparent transparent transparent;
    z-index: 10;
}

.responsive-page .section-featured-areas .heading {
    text-align: center;
    padding: 15px 0;
}

.responsive-page .section-featured-areas .heading h2 {
    font: 26px/28px "freight-big-pro", "Times New Roman", serif;
    margin: 0;
    color: #313e5d;
}

.responsive-page .section-featured-areas .link-holder {
    text-align: center;
    padding: 40px 0 0;
}

.responsive-page .section-featured-areas .link-holder .more {
    display: inline-block;
    vertical-align: top;
    padding: 0 16px 0 0;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #122a4b;
    letter-spacing: .5px;
}

.responsive-page .section-featured-areas .link-holder .more:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    border: solid;
    border-width: 5px;
    border-color: transparent transparent transparent #a7a486;
    margin: -5px -5px 0 0;
}

.responsive-page .section-featured-areas .link-holder .more:hover {
    color: #243764;
}

.responsive-page .section-featured-areas .link-holder .more .color-yellow {
    color: #bd9f13;
}

.animation-gallery {
    position: relative;
    overflow: hidden;
    margin: -90px 0 0;
}

.animation-gallery .slideset {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.animation-gallery .slide {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.animation-gallery .slide.active {
    z-index: 4;
}

.animation-gallery .slide.active .text-block,
.animation-gallery .slide.active .text-centered {
    animation: text-from-bottom 5s 1s cubic-bezier(.165, .84, .44, 1);
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.animation-gallery .image-box {
    height: 600px;
    overflow: hidden;
}

.animation-gallery .image-box img {
    display: block;
    max-width: 500%;
}

.animation-gallery .text-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.animation-gallery .text-holder:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 1px;
    overflow: hidden;
    margin: 0 0 0 -5px;
    vertical-align: middle;
}

.animation-gallery .text-holder > .frame {
    width: 99.9%;
    vertical-align: bottom;
    display: inline-block;
    white-space: normal;
}

.animation-gallery .btn-prev,
.animation-gallery .btn-next {
    position: absolute;
    left: 34px;
    top: 50%;
    z-index: 5;
    width: 79px;
    height: 79px;
    border-radius: 79px;
    color: #fff;
    margin: -8px 0 0;
}

.animation-gallery .btn-prev i,
.animation-gallery .btn-next i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 38px;
    line-height: 38px;
    margin: -19px 0 0 -7px;
}

.animation-gallery .btn-prev:before,
.animation-gallery .btn-next:before {
    content: "";
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    transition: transform .3s, opacity .3s;
    transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    border: 1px solid #acacac;
    opacity: 0;
    transform: scale3d(1.2, 1.2, 1);
}

.animation-gallery .btn-prev:hover:before,
.animation-gallery .btn-next:hover:before {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.animation-gallery .btn-next {
    left: auto;
    right: 34px;
}

.animation-gallery .btn-next i {
    margin-left: -4px;
}

.animation-gallery .switcher-block {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 13px;
    font-size: 1px;
    line-height: 1px;
    text-align: center;
    z-index: 10;
}

.animation-gallery .switcher-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.animation-gallery .switcher-block ul li {
    float: left;
    margin: 0 6px 0 5px;
}

.animation-gallery .switcher-block ul li a {
    display: block;
    width: 13px;
    height: 13px;
    background: rgba(0, 0, 0, .6);
    border: 2px solid rgba(255, 255, 255, .75);
    overflow: hidden;
    text-indent: -9999px;
    border-radius: 12px;
    background-clip: padding-box;
}

.animation-gallery .switcher-block ul li a:hover {
    background: rgba(168, 168, 168, .6);
}

.animation-gallery .switcher-block ul li.active a {
    background: rgba(168, 168, 168, .6);
}

.animation-gallery .text-block {
    padding: 0 0 40px 30px;
    color: #fff;
    opacity: 1; /* NEUTRINO */
    visibility: visible; /* NEUTRINO */
    pointer-events: auto; /* NEUTRINO */
    transform: translateZ(0px);
}

.animation-gallery .text-block h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #ececec;
    pointer-events: auto;
}

.animation-gallery .text-block h2 {
    font: 29px/32px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 10px;
    color: #f4f4f4;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, .75);
    pointer-events: auto;
}

.animation-gallery .text-block .price {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px;
    pointer-events: auto;
}

.animation-gallery .text-block .more {
    display: inline-block;
    vertical-align: top;
    padding: 0 21px 0 0;
    position: relative;
    color: #dfc457;
    pointer-events: auto;
}

.animation-gallery .text-block .more:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    border: solid;
    border-width: 4px 5px;
    border-color: transparent transparent transparent #dfc457;
    margin: -3px 0 0;
}

.animation-gallery .text-block .more:hover {
    color: #fff;
}

.animation-gallery .text-block .more:hover:after {
    border-color: transparent transparent transparent #fff;
}

.animation-gallery .text-centered {
    text-align: center;
    padding: 0 0 72px;
    color: #eee;
    opacity: 1; /* NEUTRINO */
    visibility: visible; /* NEUTRINO */
    pointer-events: auto; /* NEUTRINO */
    transform: translateZ(0px);
}

.animation-gallery .text-centered h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #eee;
    letter-spacing: 3px;
    margin: 0 0 4px;
    pointer-events: auto;
}

.animation-gallery .text-centered h2 {
    font: 64px/64px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 13px;
    text-shadow: 3px 4px 5px rgba(0, 0, 0, .75);
    color: #eee;
    pointer-events: auto;
}

.animation-gallery .text-centered p {
    font-size: 18px;
    line-height: 29px;
    margin: 0 0 20px;
    letter-spacing: .2px;
    pointer-events: auto;
}

.animation-gallery .text-centered .button-holder {
    position: relative;
    z-index: 4;
}

.animation-gallery .text-centered .button-holder .button {
    pointer-events: auto;
}

.button.btn-white-anim {
    min-width: 265px;
    height: 58px;
    text-align: center;
    border: 1px solid #e9e8e7;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    padding: 21px 25px;
    background: rgba(0, 0, 0, .2);
    letter-spacing: .5px;
    transition: border-color .4s, color .4s;
    margin: 0 28px 10px;
}

.button.btn-white-anim:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100.1%;
    height: 100%;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transform: scale3d(.7, 1, 1);
    transition: transform .4s, opacity .4s;
    transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}

.button.btn-white-anim:hover {
    color: #0f284d;
    background: rgba(0, 0, 0, 0);
}

.button.btn-white-anim:hover:after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.add-large-overlay {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1002;
    padding: 70px 0 0;
    color: #fff;
    opacity: 0;
    transition: all .3s linear;
    display: none;
}

.start-home-overlay .add-large-overlay {
    display: block;
}

.start-home-overlay-next .add-large-overlay {
    opacity: 1;
}

.add-large-overlay .info-preference-box {
    float: right;
    width: 408px;
    padding: 0 132px 0 0;
    min-height: 309px;
}

.add-large-overlay .info-preference-box .heading {
    margin: 0 0 29px;
    position: relative;
    padding: 0 50px 0 0;
}

.add-large-overlay .info-preference-box .heading h2 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 300;
    color: #fff;
    margin: 0;
}

.add-large-overlay .info-preference-box .heading:after {
    content: "";
    position: absolute;
    right: 0;
    top: 19px;
    width: 82px;
    height: 45px;
    background: url(/wp-content/themes/wpsir_2022/images/arrow-decor01.png) no-repeat;
}

.add-large-overlay .info-preference-box .info {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}

.add-large-overlay .info-preference-box .info li {
    padding: 0 0 0 14px;
    position: relative;
    margin: 0 0 7px;
}

.add-large-overlay .info-preference-box .info li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.add-large-overlay .left-info-box {
    float: left;
    width: 300px;
    padding: 0 0 0 24px;
    position: relative;
    margin: 0 0 90px;
}

.add-large-overlay .left-info-box h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    margin: 0;
    color: #fff;
}

.add-large-overlay .left-info-box:after {
    content: "";
    position: absolute;
    right: 80px;
    bottom: -86px;
    width: 33px;
    height: 94px;
    background: url(/wp-content/themes/wpsir_2022/images/arrow-decor02.png) no-repeat;
}

.add-large-overlay .right-info-box {
    float: right;
    width: 300px;
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 110px;
}

.add-large-overlay .right-info-box h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    margin: 0;
    color: #fff;
}

.add-large-overlay .right-info-box:after {
    content: "";
    position: absolute;
    left: 31px;
    bottom: -108px;
    width: 35px;
    height: 93px;
    background: url(/wp-content/themes/wpsir_2022/images/arrow-decor03.png) no-repeat;
}

.twocolumns-continer {
    float: none !important;
    width: 100%;
}

.twocolumns-continer:after {
    content: " ";
    display: block;
    clear: both;
}

.twocolumns-continer .content-container {
    margin: 0 381px 0 0;
}

.twocolumns-continer .content-container .content-frame {
    float: left;
    width: 100%;
    min-height: 1px;
}

.twocolumns-continer .sidebar {
    float: right;
    width: 365px;
    margin: 0 0 0 -100%;
    min-height: 1px;
}

.twocolumns-continer .heading-box {
    padding: 21px 0 0;
    margin: 0 0 20px;
}

.twocolumns-continer .heading-box h2 {
    font: 24px/26px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 5px;
    color: #0f284d;
    letter-spacing: .5px;
}

.twocolumns-continer .heading-box h3 {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}

.heading-twocolumns {
    padding: 43px 0 12px;
    margin: 0 381px 0 0;
    border-bottom: 1px solid #d8d8d8;
}

.heading-twocolumns h1 {
    font: 36px/40px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 4px;
    color: #0f284d;
    letter-spacing: 1px;
}

.heading-twocolumns .sub-title {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}

.base-statistic-list {
    padding: 0;
    margin: 0 0 23px;
    list-style: none;
}

.base-statistic-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 14px 0 0;
}

.base-statistic-list .statistic-info-box {
    width: 172px;
    border-radius: 9px;
    background: #f8f8f8;
    overflow: hidden;
    padding: 17px 5px;
    text-align: center;
}

.base-statistic-list .number {
    display: block;
    font: 32px/36px "freight-big-pro", "Times New Roman", serif;
    color: #bd9f13;
    margin: 0 0 3px;
}

.base-statistic-list .more {
    font-size: 14px;
    line-height: 16px;
    padding: 0 9px 0 0;
    position: relative;
    color: #0f284d;
    text-transform: uppercase;
}

.base-statistic-list .more:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin: -4px -4px 0 0;
    border: solid;
    border-width: 4px 4px;
    border-color: transparent transparent transparent #6c6c5d;
}

.base-statistic-list .more:hover {
    color: #243764;
}

.accordion.settings-accordion {
    padding: 0;
    margin: 0;
    list-style: none;
}

.accordion.settings-accordion .accordion-navigation {
    margin: 11px 0 0;
}

.accordion.settings-accordion .accordion-navigation:first-child {
    margin-top: 0;
}

.accordion.settings-accordion .accordion-navigation > a {
    display: block;
    background: #f3f3f3;
    padding: 5px 56px 5px 78px;
    position: relative;
    letter-spacing: .5px;
}

.accordion.settings-accordion .accordion-navigation > a .icon-holder {
    position: absolute;
    left: 19px;
    top: 50%;
    width: 41px;
    height: 41px;
    border-radius: 42px;
    background: #fff;
    margin: -20px 0 0;
    text-align: center;
    padding: 11px 2px 1px;
    font-size: 18px;
}

.accordion.settings-accordion .accordion-navigation > a .text {
    display: table-cell;
    height: 45px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #0f284d;
    padding: 4px 0 0;
}

.accordion.settings-accordion .accordion-navigation > a .text .number {
    display: inline-block;
    vertical-align: center;
    margin: 0 1px 0 0;
    color: #1b62cb;
}

.accordion.settings-accordion .accordion-navigation > a .arrow {
    position: absolute;
    top: 50%;
    right: 22px;
    margin: -16px 0 0;
    font-size: 20px;
    color: #adab8f;
}

.accordion.settings-accordion .accordion-navigation.active a,
.accordion.settings-accordion .accordion-navigation a:hover {
    background: #e6e6e6;
}

.accordion.settings-accordion .accordion-navigation.active a .arrow i:before {
    content: "\f106";
}

.add-info-container {
    margin: 26px 0 44px;
    padding: 0 230px 0 0;
    background: #f8f8f8;
    position: relative;
}

.add-info-container .image-box {
    float: left;
    width: 240px;
    margin: 0 -17px 0 0;
    position: relative;
}

.add-info-container .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.add-info-container .image-box .overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: linear-gradient(to right, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
    z-index: 2;
}

.add-info-container .text-holder {
    max-width: 50%;
    overflow: hidden;
    padding: 0 5px 0 26px;
}

.add-info-container .text-holder .text {
    height: 102px;
    width: 340px;
    display: table-cell;
    vertical-align: middle;
    padding: 4px 0 0;
}

.add-info-container .text-holder .text h2 {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #0f284d;
    margin: 0;
}

.add-info-container .button {
    position: absolute;
    top: 50%;
    right: 25px;
    height: 49px;
    min-width: 200px;
    background: #0f284d;
    border: 1px solid #ebebeb;
    margin: -24px 0 0;
    padding: 18px 16px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
}

.add-info-container .button i {
    display: inline-block;
    vertical-align: top;
    margin: -2px 2px 0 0;
}

.add-info-container .button:hover,
.add-info-container .button:active {
    background: #243764;
}

.add-info-container:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -17px;
    width: 100%;
    height: 17px;
    background: url(/wp-content/themes/wpsir_2022/images/shadow-box.png) no-repeat;
    background-size: 100% 100%;
}

.widget-container {
    padding: 22px 25px 10px;
    background: #ededed;
    margin: 0 0 21px;
}

.widget-container .widget-heading {
    padding: 0 25px 14px 0;
    margin: 0 0 19px;
    border-bottom: 1px solid #d2d1d1;
    position: relative;
}

.widget-container .widget-heading h3 {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .5px;
    margin: 0;
    color: #0f284d;
}

.widget-container .widget-heading h3 i {
    display: inline-block;
    vertical-align: top;
    margin: -2px 12px 0 2px;
    font-size: 18px;
    line-height: 18px;
    color: #454647;
}

.widget-container .widget-heading .add-icon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 19px;
    line-height: 19px;
    color: #bcbcbc;
}

.widget-container .widget-heading .add-icon a {
    color: inherit;
    text-decoration: none;
}

.widget-container .widget-heading.border-none {
    border: none;
    padding-bottom: 0;
}

.widget-container .address-box {
    margin: 0 0 10px;
}

.widget-container .address-box h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #0f284d;
    margin: 0 0 2px;
}

.widget-container .address-box .email {
    display: inline-block;
    vertical-align: top;
    color: #1b62cb;
}

.widget-container .address-box .email:hover {
    color: #243764;
}

.widget-container .address-box .phone {
    display: block;
    color: #0f284d;
}

.widget-container .address-box .phone:hover {
    color: #243764;
}

.widget-container .infomation-list {
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .2px;
}

.widget-container .button {
    display: block;
    margin: 0 -5px 20px;
    min-width: 100%;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .5px;
    background: #0f284d;
    height: 47px;
}

.widget-container .button:active,
.widget-container .button:hover {
    background: #243764;
}

.widget-container .calculate-box {
    margin: 0 -25px;
    padding: 14px 18px 17px;
    position: relative;
    overflow: hidden;
    background: #e7e5e0 url(/wp-content/themes/wpsir_2022/images/bg-calculate-box.jpg) no-repeat 50% 100%;
    background-size: cover;
}

.widget-container .calculate-box .heading {
    position: relative;
    padding: 0 0 0 57px;
    margin: 0 0 12px;
}

.widget-container .calculate-box .heading h4 {
    font: 22px/24px "freight-big-pro", "Times New Roman", serif;
    color: #0f284d;
    margin: 0 0 3px;
    letter-spacing: .5px;
}

.widget-container .calculate-box .heading p {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    letter-spacing: .2px;
}

.widget-container .calculate-box .heading .add-box {
    position: absolute;
    top: 3px;
    left: -2px;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    overflow: hidden;
    background: #f9f9f7;
    text-align: center;
    padding: 8px 1px 1px;
}

.widget-container .calculate-box .heading .add-box img {
    vertical-align: top;
}

.widget-container .calculate-box .calculate-commute {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.widget-container .calculate-box .calculate-commute .row-holder {
    margin: 13px 0 0;
}

.widget-container .calculate-box .calculate-commute .row-holder:first-child {
    margin-top: 0;
}

.widget-container .calculate-box .calculate-commute .row-holder .input-holder input {
    border-color: #b7b7b7;
    box-shadow: inset 3px 4px 5px rgba(0, 0, 0, .2);
    font-style: italic;
    height: 47px;
    padding: 15px 18px;
    font-size-adjust: 14px;
}

.widget-container .calculate-box .calculate-commute .button {
    margin: 0;
}

.widget-container .user-box {
    display: block;
    position: relative;
    right: auto;
    left: 0;
    top: 0;
    width: auto;
    margin: 0 -25px 19px;
    border: none;
}

.widget-container .user-box .accordion .accordion-navigation > a,
.widget-container .user-box .accordion .accordion-navigation > span {
    border: solid #dbd9d9;
    border-width: 0 0 1px;
    box-shadow: inset 0 -1px 0 0 #fff;
}

.widget-container .text-block {
    padding: 7px 3px;
}

.widget-container .text-block h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #3f3f3f;
    margin: 0 0 6px;
    letter-spacing: .2px;
}

.widget-container .text-block p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    letter-spacing: .2px;
}

.widget-container .link-holder {
    padding: 17px 3px 0;
}

.widget-container .link-holder .more {
    display: inline-block;
    vertical-align: top;
    padding: 0 18px 0 0;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    color: #0f284d;
}

.widget-container .link-holder .more:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    border: solid;
    border-width: 4px 5px;
    border-color: transparent transparent transparent #6c6c5d;
    margin: -5px 0 0;
}

.widget-container .link-holder .more:hover {
    color: #0f284d;
}

.widget-container .text-box {
    margin: 0 0 17px;
}

.widget-container .text-box h4 {
    font-size: 16px;
    line-height: 23px;
    font-weight: bold;
    color: #0f284d;
    margin: 0 0 5px;
}

.widget-container .text-box p {
    font-size: 14px;
    line-height: 23px;
    margin: 0;
}

.widget-container .agents-form {
    position: relative;
    margin: 0;
    padding-bottom: 11px;
}

.widget-container .agents-form .select-holder {
    margin: 0 -5px 3px;
    overflow: hidden;
}

.widget-container .agents-form .select-holder select {
    float: left;
    width: 100%;
    height: 47px;
    margin: 0;
}

.widget-container .agents-form .check-cell {
    overflow: hidden;
    margin: 0 0 7px;
}

.widget-container .agents-form .check-cell .jcf-checkbox {
    float: left;
    margin: 2px 14px 0 0;
    width: 17px;
    height: 17px;
    border-radius: 4px;
    border-color: #acacac;
    background: #fff;
    box-shadow: inset 1px 2px 5px rgba(0, 0, 0, .25);
}

.widget-container .agents-form .check-cell .jcf-checkbox.jcf-checked {
    border-color: #0f284d;
    box-shadow: none;
}

.widget-container .agents-form .check-cell .jcf-checkbox.jcf-checked:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    pointer-events: none;
    border-radius: 0 6px 6px 0;
    z-index: 1;
}

.widget-container .agents-form .check-cell .jcf-checkbox.jcf-checked:after {
    position: absolute;
    right: -2px;
    content: "";
    width: 14px;
    height: 9px;
    position: absolute;
    top: 50%;
    border: 3px solid #0f284d;
    border-width: 0 0 3px 3px;
    transform: rotate(-45deg);
    margin-top: -7px;
    line-height: 0;
    z-index: 1;
}

.widget-container .agents-form .check-cell .jcf-checkbox.jcf-checked > span {
    display: none;
}

.widget-container .agents-form label {
    display: block;
    overflow: hidden;
    font-size: 16px;
}

.widget-container .work-address {
    padding: 5px 0 4px;
    text-align: center;
}

.widget-container .work-address .title {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0f284d;
    margin: 0 0 2px;
}

.widget-container .work-address address {
    display: block;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .5px;
}

.widget-container .contacts-info {
    margin: 0 -10px 13px;
    overflow: hidden;
}

.widget-container .contacts-info .img-box {
    float: left;
    width: 132px;
    margin: 2px 15px 0 0;
    border: 1px solid #ece9e1;
}

.widget-container .contacts-info .img-box img {
    display: block;
    width: 100%;
    height: auto;
}

.widget-container .contacts-info .text-holder {
    overflow: hidden;
}

.widget-container .contacts-info h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #0f284d;
    margin: 0 0 5px;
}

.widget-container .contacts-info .sub-title {
    display: block;
    font-size: 14px;
    line-height: 23px;
    font-weight: normal;
    margin: 0 0 6px;
}

.widget-container .contacts-info .phone-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget-container .contacts-info .phone-list li {
    margin: 0 0 5px;
}

.widget-container .contacts-info .phone-list a {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #0f284d;
}

.widget-container .contacts-info .phone-list a:hover {
    color: #243764;
}

.widget-container .contacts-info .phone-list .decor {
    display: inline-block;
    vertical-align: top;
    width: 14px;
    margin: 1px 4px 0 0;
    color: #c5a62e;
    text-transform: uppercase;
    font-weight: bold;
}

.widget-container .change-link {
    display: inline-block;
    vertical-align: top;
    padding: 0 14px 0 0;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    color: #0f284d;
    margin: 0 0 10px;
}

.widget-container .change-link:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    border: solid;
    border-width: 5px;
    border-color: transparent transparent transparent #6c6c5d;
    margin: -6px -5px 0 0;
}

.widget-container .change-link:hover {
    color: #0f284d;
}

.jcf-select.jcf-select-select-an-agent {
    width: 100% !important;
    border: none;
    height: 47px;
    background: #0f284d;
}

.jcf-select.jcf-select-select-an-agent .jcf-select-text {
    font-size: 14px;
    line-height: 47px;
    text-align: center;
    margin: 0 10px;
    color: #fff;
}

.jcf-select.jcf-select-select-an-agent .jcf-select-opener {
    display: none;
}

.favorite-filter-bar {
    position: relative;
    overflow: hidden;
    margin: 0 -10px 26px;
    padding: 8px 12px;
    background: #f8f8f8;
}

.favorite-filter-bar .check-cell {
    float: left;
    padding: 9px 0 0;
}

.favorite-filter-bar .check-cell .jcf-checkbox {
    float: left;
    margin: 1px 14px 0 0;
    width: 17px;
    height: 17px;
    border-radius: 4px;
    border-color: #acacac;
    background: #fff;
    box-shadow: inset 1px 2px 5px rgba(0, 0, 0, .25);
}

.favorite-filter-bar .check-cell .jcf-checkbox.jcf-checked {
    border-color: #0f284d;
    box-shadow: none;
}

.favorite-filter-bar .check-cell .jcf-checkbox.jcf-checked:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    pointer-events: none;
    border-radius: 0 6px 6px 0;
    z-index: 1;
}

.favorite-filter-bar .check-cell .jcf-checkbox.jcf-checked:after {
    position: absolute;
    right: -2px;
    content: "";
    width: 14px;
    height: 9px;
    position: absolute;
    top: 50%;
    border: 3px solid #0f284d;
    border-width: 0 0 3px 3px;
    transform: rotate(-45deg);
    margin-top: -7px;
    line-height: 0;
    z-index: 1;
}

.favorite-filter-bar .check-cell .jcf-checkbox.jcf-checked > span {
    display: none;
}

.favorite-filter-bar .check-cell label {
    float: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #0f284d;
}

.favorite-filter-bar .filter-btns {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 82%;
}

.favorite-filter-bar .filter-btns li {
    float: left;
    width: 25%;
    background: none;
}

.favorite-filter-bar .filter-btns li a {
    display: block;
    margin: 0 0 0 7px;
    border: 1px solid #f3f3f3;
    background: #fff !important;
    padding: 12px 12px;
    transition: background .3s linear;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    height: 40px;
    text-transform: uppercase;
    color: #0f284d;
}

.favorite-filter-bar .filter-btns li a:hover {
    background: #ebebeb !important;
    border-color: #fff;
}

.favorite-filter-bar .filter-btns li a i {
    font-size: 21px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    margin: -2px 5px 0 0;
}

.favorite-filter-bar .filter-btns li.active a {
    background: #ebebeb !important;
    border-color: #fff;
}

.favorite-result-list {
    padding: 0;
    margin: 0 -10px;
    list-style: none;
}

.favorite-result-list li {
    padding: 13px 160px 13px 10px;
    background: #fff;
    border-bottom: 1px solid #dddbd6;
    position: relative;
    transition: background .3s linear;
}

.favorite-result-list li:after {
    content: " ";
    display: block;
    clear: both;
}

.favorite-result-list li:hover {
    background: #d8e6e5;
}

.favorite-result-list li:hover .delete {
    color: #666;
}

.favorite-result-list li:hover .delete:hover {
    color: #0f284d;
}

.favorite-result-list .image-box {
    float: left;
    width: 152px;
    position: relative;
    margin: 0 13px 0 0;
    overflow: hidden;
}

.favorite-result-list .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.favorite-result-list .image-box .jcf-checkbox {
    position: absolute;
    left: 11px;
    top: 11px;
    width: 17px;
    height: 17px;
    border-radius: 4px;
    border-color: #acacac;
    background: #fff;
    z-index: 4;
    box-shadow: inset 1px 2px 5px rgba(0, 0, 0, .25);
}

.favorite-result-list .image-box .jcf-checkbox.jcf-checked {
    border-color: #0f284d;
    box-shadow: none;
}

.favorite-result-list .image-box .jcf-checkbox.jcf-checked:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    pointer-events: none;
    border-radius: 0 6px 6px 0;
    z-index: 1;
}

.favorite-result-list .image-box .jcf-checkbox.jcf-checked:after {
    position: absolute;
    right: -2px;
    content: "";
    width: 14px;
    height: 9px;
    position: absolute;
    top: 50%;
    border: 3px solid #0f284d;
    border-width: 0 0 3px 3px;
    transform: rotate(-45deg);
    margin-top: -7px;
    line-height: 0;
    z-index: 1;
}

.favorite-result-list .image-box .jcf-checkbox.jcf-checked > span {
    display: none;
}

.favorite-result-list .image-box label {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
}

.favorite-result-list .text-holder {
    overflow: hidden;
    padding: 4px 0 0;
}

.favorite-result-list h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #0f284d;
    margin: 0 0 3px;
    letter-spacing: .5px;
}

.favorite-result-list h4 {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #333;
    margin: 0 0 5px;
    letter-spacing: .5px;
}

.favorite-result-list .price {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #0f284d;
    margin: 0 0 4px;
    letter-spacing: .5px;
    font-weight: 600;
}

.favorite-result-list .info {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #666;
    letter-spacing: .6px;
}

.favorite-result-list .delete {
    position: absolute;
    right: 20px;
    top: 24px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #d3d3d3;
    letter-spacing: .5px;
    background: none !important;
}

.favorite-result-list .delete i {
    display: inline-block;
    vertical-align: top;
    margin: -2px 0 0 10px;
    font-size: 20px;
    line-height: 20px;
}

.favorite-result-list .send-alerts-box {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.favorite-result-list .send-alerts-box .check-cell {
    float: left;
}

.favorite-result-list .send-alerts-box .check-cell label {
    float: left;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #5f5f5f;
    margin: 0;
    letter-spacing: .5px;
}

.favorite-result-list .send-alerts-box .check-cell .jcf-checkbox {
    float: left;
    margin: 0 0 0 15px;
    width: 17px;
    height: 17px;
    border-radius: 4px;
    border-color: #acacac;
    background: #fff;
    box-shadow: inset 1px 2px 5px rgba(0, 0, 0, .25);
}

.favorite-result-list .send-alerts-box .check-cell .jcf-checkbox.jcf-checked {
    border-color: #0f284d;
    box-shadow: none;
}

.favorite-result-list .send-alerts-box .check-cell .jcf-checkbox.jcf-checked:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    pointer-events: none;
    border-radius: 0 6px 6px 0;
    z-index: 1;
}

.favorite-result-list .send-alerts-box .check-cell .jcf-checkbox.jcf-checked:after {
    position: absolute;
    right: -2px;
    content: "";
    width: 14px;
    height: 9px;
    position: absolute;
    top: 50%;
    border: 3px solid #0f284d;
    border-width: 0 0 3px 3px;
    transform: rotate(-45deg);
    margin-top: -7px;
    line-height: 0;
    z-index: 1;
}

.favorite-result-list .send-alerts-box .check-cell .jcf-checkbox.jcf-checked > span {
    display: none;
}

.favorite-result-list .send-alerts-box .check-cell .jcf-checked + .alert-popup {
    opacity: 1;
    visibility: visible;
}

.favorite-result-list .send-alerts-box .alert-popup {
    position: absolute;
    right: -90px;
    bottom: 35px;
    width: 198px;
    background: #fff;
    border: 1px solid #b0b0b0;
    padding: 10px 15px 15px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    text-align: center;
    z-index: 10;
    transition: all .3s linear;
}

.favorite-result-list .send-alerts-box .alert-popup:before,
.favorite-result-list .send-alerts-box .alert-popup:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -22px;
    border: solid;
    border-width: 11px 16px;
    border-color: #b0b0b0 transparent transparent transparent;
    margin: 0 0 0 -16px;
}

.favorite-result-list .send-alerts-box .alert-popup:after {
    border-width: 10px 15px;
    border-color: #fff transparent transparent transparent;
    bottom: -20px;
    margin: 0 0 0 -15px;
}

.favorite-result-list .send-alerts-box .alert-popup .title {
    display: block;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    color: #0f284d;
}

.favorite-result-list .send-alerts-box .alert-popup p {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    color: #333;
}

.favorite-view-listing {
    text-align: right;
    padding: 20px 15px 9px 0;
}

.favorite-view-listing .more {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 0 13px 0 0;
    position: relative;
    color: #0f284d;
    background: none !important;
}

.favorite-view-listing .more .yellow-color {
    color: #bd9f13;
}

.favorite-view-listing .more:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    border: solid;
    border-width: 5px;
    border-color: transparent transparent transparent #6c6c5d;
    margin: -7px -5px 0 0;
}

.favorite-view-listing .more:hover {
    color: #243764;
}

.searches-info-block {
    background: #f8f8f8;
    padding: 26px 20px 23px 34px;
    position: relative;
    overflow: hidden;
    margin: 10px -10px 20px;
}

.searches-info-block .heading {
    position: relative;
    padding: 0 270px 0 0;
}

.searches-info-block .heading.add {
    min-height: 66px;
}

.searches-info-block .heading h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #0f284d;
    margin: 0 0 8px;
    letter-spacing: 0;
}

.searches-info-block .heading h4 {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    margin: 0;
    letter-spacing: .2px;
    color: #333;
}

.searches-info-block .heading h4 .yellow-color {
    color: #bb9d14;
}

.searches-info-block .heading .buttons {
    position: absolute;
    top: -3px;
    right: 4px;
    text-align: center;
}

.searches-info-block .heading .buttons .btn-search {
    width: 142px;
    height: 37px;
    background: #0f284d !important;
    transition: background .3s linear;
    padding: 11px 10px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin: 0;
    min-width: 50px;
}

.searches-info-block .heading .buttons .btn-search:hover {
    background: #243764 !important;
}

.searches-info-block .heading .buttons .btn-search i {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 0 0;
    font-size: 1.1em;
}

.searches-info-block .heading .buttons .btn-details {
    width: 155px;
    height: 37px;
    background: #0f284d !important;
    transition: all .3s linear;
    padding: 10px 5px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin: 0;
    min-width: 50px;
    border: 1px solid #dfdfdf;
}

.searches-info-block .heading .buttons .btn-details:hover {
    background: #fff !important;
    color: #0f284d;
    border-color: #dfdfdf;
}

.searches-info-block .heading .buttons .btn-details i {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 0 0;
    font-size: 1.1em;
}

.searches-info-block .heading .buttons .btn-details .state02 {
    display: none;
}

.searches-info-block .heading .buttons .btn-edit {
    width: 103px;
    min-width: 50px;
    height: 37px;
    transition: background .3s linear;
    padding: 10px 15px 10px 10px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 0 7px;
    border: 1px solid #dfdfdf;
    background: #fff !important;
    color: #0f284d;
}

.searches-info-block .heading .buttons .btn-edit:hover {
    background: #fff !important;
}

.searches-info-block .heading .buttons .btn-edit i {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 0 0;
    font-size: 1.2em;
}

.searches-info-block .heading .delete {
    position: absolute;
    top: 54px;
    right: 1px;
    background: none !important;
    font-size: 20px;
    line-height: 20px;
    color: #d3d3d3;
    transition: all .3s linear;
}

.searches-info-block .heading .delete:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
}

.searches-info-block .heading .delete:hover {
    color: #333;
}

.searches-info-block .slide-block > .frame {
    margin: 13px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #dedede;
    position: relative;
}

.searches-info-block .slide-block h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin: 0 0 1px;
    color: #0f284d;
}

.searches-info-block .slide-block .details-info {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}

.searches-info-block .slide-block .details-info dt {
    float: left;
    margin: 0 5px 0 0;
    font-weight: normal;
    color: #6f6f6f;
}

.searches-info-block .slide-block .details-info dd {
    display: block;
    overflow: hidden;
    font-weight: bold;
    color: #0f284d;
    line-height: 21px;
    padding: 3px 0 0;
}

.searches-info-block .slide-block .details-info dd a {
    background: none !important;
    color: #1b62cb;
    width: auto;
    height: auto;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    letter-spacing: .2px;
    margin-top: -1px;
}

.searches-info-block .slide-block .details-info dd a:hover {
    color: #0f284d;
}

.searches-info-block .slide-block .details-info .select-holder {
    float: left;
    width: 100%;
    text-align: left;
    padding: 5px 0 0;
}

.searches-info-block .slide-block .details-info .select-holder select {
    float: left;
    width: 100%;
    height: 34px;
}

.searches-info-block .slide-block .details-info .select-holder .jcf-select {
    float: left;
}

.searches-info-block .slide-block .delete {
    position: absolute;
    top: 21px;
    right: 1px;
    background: none !important;
    font-size: 20px;
    line-height: 20px;
    color: #d3d3d3;
    transition: all .3s linear;
}

.searches-info-block .slide-block .delete:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
}

.searches-info-block .slide-block .delete:hover {
    color: #333;
}

.searches-info-block .slide-block .add-info {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #6f6f6f;
    padding: 5px 0 0;
}

.jcf-select.jcf-select-saved-search {
    width: 281px !important;
    height: 34px;
    border-color: #d5d5d5;
    background: white;
    background: linear-gradient(to bottom, #fff 0%, #eaeae9 100%);
    margin: 0;
}

.jcf-select.jcf-select-saved-search .jcf-select-text {
    font-size: 14px;
    line-height: 34px;
    margin: 0 30px 0 10px;
    font-weight: normal;
    text-transform: none;
}

.jcf-select.jcf-select-saved-search .jcf-select-opener {
    width: 11px;
    height: 6px;
    background: url(/wp-content/themes/wpsir_2022/images/arrow-light-select.png) no-repeat;
    right: 13px;
    margin-top: -3px;
}

.jcf-select-drop.jcf-select-saved-search .jcf-select-drop-content {
    border-color: #d5d5d5;
}

.jcf-select-drop.jcf-select-saved-search .jcf-list .jcf-option {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 18px;
    color: #333;
}

.overlay-help {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    transition: all .3s linear;
    display: none;
}

.start-home-overlay .overlay-help {
    display: block;
}

.start-home-overlay-next .overlay-help {
    opacity: 1;
}

.fixed-container {
    position: relative;
}

.fake-element {
    width: 100%;
    position: absolute;
    left: -9999px;
}

.fixed-header .fake-element {
    position: static;
}

.fixed-panel {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}

.fixed-container {
    position: relative;
}

.fixed-container .fake-sticky {
    position: relative;
}

.breadcrumbs-holder.above-the-gallery {
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    z-index: 6;
    background: none;
    margin: 0;
    border: none;
}

.accordion {
    padding: 0;
    margin: 0;
    list-style: none;
}

.news-block .news-frame:after,
.latest-news-box .date-block:after,
.more-news-box .post:after,
.add-menu > ul:after,
.brokerage-listing-section ul > li:after,
.brokerage-listing-section .listing-block > .frame:after,
.brokerage-listing-section .listing-block:after,
.manager-info-section .manager-block:after,
.communities-info li:after,
.map-holder:after,
.snapshot-box .options:after,
.price-box .options:after,
.history-start-section .image-block .text-holder footer:after,
.getting-city-section .info-blocks:after,
.tab-content-info:after,
.events-section .heading:after,
.events-list li:after,
.info-section .heading:after,
.info-list .content:after,
.search-page-containner .twocolumns:after,
.communities-in-box .communities-add-nav ul:after,
.map-filter-bar:after,
.your-search-bar:after {
    content: " ";
    display: block;
    clear: both;
}

.sort-form .box ul,
.info-box ul,
.user-box .accordion,
.user-box .text-holder .check-list,
.user-box .jcf-scrollable .lang-list,
.communities-info,
.brokerage-menu ul,
.left-off-canvas-menu .off-canvas-list ul,
.article ul,
.article ol,
.article .accordion,
.tabset-video,
.tabset-info,
.img-list .slideset,
.img-list .q-links,
.img-list .pagination ul,
.events-list,
.items-list,
.items-list .links-list,
.info-list,
.explore-section .news-box-next .q-links,
.top-nav ul,
.top-bar-contacts {
    margin: 0;
    padding: 0;
    list-style: none;
}

/** Agent Site **/
.add-top-bar {
    background: #001e45;
    padding: 5px 0 7px;
    position: relative;
    z-index: 100;
    display: none;
}

.top-nav {
    float: right;
}

.top-nav ul {
    font-size: 14px;
    line-height: 18px;
    font-family: "News Gothic MT W01 Bold", sans-serif;
    text-transform: uppercase;
}

.top-nav ul li {
    float: left;
    margin: 0 0 0 30px;
}

.top-nav ul li:first-child {
    margin-left: 0;
}

.top-nav ul li a {
    color: #fff;
    letter-spacing: .2px;
}

.top-nav ul li a:hover {
    color: #ccc;
}

.top-bar-contacts {
    float: left;
    font-size: 14px;
    line-height: 18px;
    font-family: "News Gothic MT W01 Bold", sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2px;
}

.top-bar-contacts li {
    float: left;
    padding: 0 8px;
    position: relative;
}

.top-bar-contacts li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 1px;
    height: 12px;
    background: #fff;
}

.top-bar-contacts li:first-child {
    padding-left: 0;
}

.top-bar-contacts li:first-child:after {
    display: none;
}

.top-bar-contacts li a {
    color: #fff;
}

.top-bar-contacts li i {
    display: inline-block;
    vertical-align: top;
    font-size: .9em;
    margin: 2px 3px 0 0;
}

.top-bar-contacts .email-link {
    color: #eaeaea;
}

.top-bar-contacts .email-link:hover {
    color: #fff;
}

.top-bar-contacts .phone {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 4px;
    color: #99acc5;
    pointer-events: none;
}

.top-bar-contacts .phone:hover {
    color: #fff;
}

.subsite #header .title-area {
    float: right;
}

.subsite.nophoto #header .title-area {
    width: 168px;
    margin: 0 13px 0 5px;
}

.subsite.nophoto #header {
    height: 94px;
    border-bottom: 1px solid #e7e7e7;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.subsite.nophoto #header .top-bar {
    height: 93px;
    padding-top: 11px;
}

.subsite .personal-information .text-holder {
    vertical-align: top;
}

.subsite .email-form.style03 .select-holder {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.subsite .email-form.style03 .select-holder select {
    float: left;
    width: 100%;
    height: 40px;
}

.subsite .email-form.style03 .label-holder label {
    font-size: 14px;
}

.subsite .email-form.style03 .input-holder input {
    height: 40px;
    padding: 12px 25px 11px;
    font-size: 14px;
}

.subsite .email-form.style03 .textarea-holder textarea {
    font-size: 14px;
}

.subsite .email-form.style03 .textarea-holder {
    margin: 0;
}

.subsite .social-networks-bar {
    border-top: 1px solid #dcd9d3;
    background: #ebeae5;
}

.subsite .social-networks-bar .social-networks {
    padding: 0;
}

.title-sibsite {
    float: left;
    margin: 0 0 0 8px;
}

.title-sibsite h1 {
    font: 36px/40px "freight-big-pro", "Times New Roman", serif;
    color: #0f284d;
    margin: 0 0 6px;
}

.title-sibsite .sub-title {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #404040;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.jcf-select.jcf-select-style40 {
    width: 100% !important;
    float: left;
    margin: 0;
    height: 40px;
    box-shadow: inset 3px 4px 5px rgba(0, 0, 0, .1);
    background: #fff;
}

.jcf-select.jcf-select-style40 .jcf-select-text {
    line-height: 40px;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}

.jcf-select.jcf-select-style40 .jcf-select-opener {
    width: 44px;
    height: 40px;
    text-indent: 0;
    background: none;
    top: 3px;
    right: 0;
}

.jcf-select.jcf-select-style40 .jcf-select-opener:after {
    content: "\f078";
    position: absolute;
    left: 50%;
    top: 50%;
    font: 10px/10px "FontAwesome", sans-serif;
    color: #5c5c5c;
    margin: -3px 0 0 -11px;
}

.jcf-select-drop.jcf-select-style40 .jcf-list .jcf-option {
    font-size: 14px;
    padding: 7px 14px 7px 24px;
}

.square-style .jcf-checkbox {
    width: 20px;
    height: 20px;
    box-shadow: inset 5px 5px 5px 0 rgba(0, 0, 0, .1);
    background: #fff;
    border: 1px solid #93928e;
    border-radius: 0;
    float: left;
    margin: 0;
    outline: none;
}

.square-style .jcf-checkbox span {
    display: none;
}

.square-style .jcf-checkbox.jcf-checked:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    pointer-events: none;
    border-radius: 0 6px 6px 0;
    z-index: 1;
}

.square-style .jcf-checkbox.jcf-checked:after {
    position: absolute;
    right: 4px;
    content: "";
    width: 10px;
    height: 8px;
    position: absolute;
    top: 50%;
    border: 3px solid #666;
    border-width: 0 0 3px 3px;
    transform: rotate(-45deg);
    margin-top: -5px;
    line-height: 0;
    z-index: 1;
}

.footer-section {
    border-bottom: 1px solid #425979;
    margin: 0 0 21px;
    padding: 0 0 20px;
    overflow: hidden;
}

.address-footer {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    padding: 0 20px;
    margin: 0 0 28px;
}

.personal-information.style03 {
    padding-top: 271px;
    background: url(/wp-content/themes/wpsir_2022/images/img80.jpg) no-repeat 50%;
    background-size: cover;
}

.personal-information.style03 .add-holder {
    padding-top: 28px;
    background: #f6f5f2 url(/wp-content/themes/wpsir_2022/images/decor02.png) repeat-x 50% 100%;
}

.personal-information.style03 .text-holder {
    padding-bottom: 28px;
    width: auto;
}

.personal-information.style03 .button.white-btn {
    background: none;
    border: 1px solid #adadad;
    color: #001e45;
    padding: 11px 20px 12px;
}

.personal-information.style03 .button.white-btn:hover {
    background: #fff;
}

.personal-information.style03 .button + .button {
    margin: 0 0 0 16px;
}

.personal-information.style03 .button .color-style {
    color: #bd9f13;
}

.listings-section {
    position: relative;
    padding: 47px 0 52px;
}

.listings-section h2 {
    text-align: center;
    font: 40px/44px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 39px;
    color: #0f284d;
    letter-spacing: .5px;
}

.listings-section .posts {
    overflow: hidden;
    margin: 0 0 11px;
}

.listings-section .post {
    overflow: hidden;
    margin: 0 0 30px;
}

.listings-section .post .image-box {
    float: left;
    width: 49%;
    margin: 5px 20px 0 0;
    position: relative;
}

.listings-section .post .image-box .price {
    position: absolute;
    right: 34px;
    bottom: 15px;
    left: 34px;
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, .5);
    background: rgba(0, 0, 0, .42);
    font: 26px/30px "freight-big-pro", "Times New Roman", serif;
    color: #fff;
    text-align: center;
    height: 52px;
}

.listings-section .post .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.listings-section .post .image-box .mobile-link {
    display: none;
}

.listings-section .post .text-holder {
    overflow: hidden;
}

.listings-section .post .text-holder h3 {
    font: 32px/34px "freight-big-pro", "Times New Roman", serif;
    color: #0f284d;
    margin: 0 0 7px;
    letter-spacing: .5px;
}

.listings-section .post .text-holder h3 a {
    color: #0f284d;
}

.listings-section .post .text-holder h3 a:hover {
    color: #243764;
}

.listings-section .post .text-holder address {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    letter-spacing: .2px;
    margin: 0 0 21px;
}

.listings-section .post .text-holder address a {
    color: #0f284d;
}

.listings-section .post .text-holder address a:hover {
    color: #243764;
}

.listings-section .post .text-holder .price {
    display: none;
}

.listings-section .post .text-holder .info-table {
    margin: 0 0 22px;
}

.listings-section .post .text-holder .info-table table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    background: none;
    margin: 0;
}

.listings-section .post .text-holder .info-table table td {
    border: none;
    border-left: 1px solid #d3d2cf;
    text-align: center;
    padding: 0 5px;
}

.listings-section .post .text-holder .info-table table td:first-child {
    border: none;
}

.listings-section .post .text-holder .info-table table .number {
    display: block;
    font: 32px/30px "freight-big-pro", "Times New Roman", serif;
    color: #0f284d;
    margin: 0 0 6px;
}

.listings-section .post .text-holder .info-table table .description {
    display: block;
    color: #737373;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .2px;
}

.listings-section .post .text-holder .text {
    letter-spacing: .2px;
    margin: 0 0 38px;
}

.listings-section .post .text-holder .text p {
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}

.listings-section .post .button {
    min-width: 47%;
    height: 48px;
    padding: 17px 10px;
    background: #001e45;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: .4px;
}

.listings-section .post .button + .button {
    margin: 0 0 0 3.1%;
}

.listings-section .post .button:hover {
    background: #243764;
}

.listings-section .post .button i {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 0 0;
}

.listings-section .post .button.white-btn {
    background: none;
    border: 1px solid #5b5b5a;
    padding: 16px 10px;
    color: #3a3a3a;
}

.listings-section .post .button.white-btn i {
    color: #122a4b;
}

.listings-section .post .button.white-btn:hover {
    background: #f5f5f5;
}

.listings-section .link-holder {
    text-align: center;
}

.listings-section .link-holder .more {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 0 0;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .5px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0f284d;
}

.listings-section .link-holder .more span {
    color: #dbcc66;
}

.listings-section .link-holder .more:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    border: solid;
    border-width: 5px;
    border-color: transparent transparent transparent #a7a486;
    margin: -6px -5px 0 0;
}

.listings-section .link-holder .more:hover {
    color: #243764;
}

.listings-section .link-holder.add {
    margin-bottom: 44px;
}

.listings-section .add-mobile-info {
    display: none;
}

.base-image-section {
    position: relative;
    overflow: hidden;
}

.base-image-section .image-block {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.base-image-section .image-block img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 300%;
}

.base-image-section .text-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    white-space: nowrap;
}

.base-image-section .text-block:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 1px;
    overflow: hidden;
    margin: 0 0 0 -5px;
    vertical-align: middle;
}

.base-image-section .text-block .frame {
    width: 100%;
    vertical-align: bottom;
    display: inline-block;
    white-space: normal;
    padding: 0 0 32px;
    color: #fff;
    text-align: center;
}

.base-image-section .text-block h1 {
    font: 32px/36px "freight-big-pro", "Times New Roman", serif;
    margin: 0;
    color: #fff;
    letter-spacing: .5px;
}

.areas-next .section-list .sub-headline {
    background: none;
    padding: 0;
    margin: 0 0 23px;
}

.areas-next .section-list {
    margin-bottom: 0;
    padding: 40px 0 46px;
}

.areas-next .section-list .list {
    margin-bottom: 0;
}

.testimonials-gallery {
    position: relative;
    overflow: hidden;
    padding: 0 50px 15px;
    margin: 43px -79px 26px 12px;
}

.testimonials-gallery .mask {
    overflow: hidden;
    position: relative;
    background: #f6f5f2;
}

.testimonials-gallery .mask:before,
.testimonials-gallery .mask:after {
    content: "";
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
}

.testimonials-gallery .mask:before {
    background: linear-gradient(to right, #f6f5f2 0%, rgba(246, 245, 242, 0) 100%);
}

.testimonials-gallery .mask:after {
    left: auto;
    right: 0;
    background: linear-gradient(to right, rgba(246, 245, 242, 0) 0%, #f6f5f2 100%);
}

.testimonials-gallery .slideset {
    width: 99999px;
    float: left;
    position: relative;
}

.testimonials-gallery .slide {
    width: 518px;
    float: left;
}

.testimonials-gallery .slide > .frame {
    padding: 59px 60px 68px;
    text-align: center;
}

.testimonials-gallery .shadow {
    width: 100%;
    height: 15px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/wp-content/themes/wpsir_2022/images/shadow-gallery-testimonials.png) no-repeat;
    background-size: 100% 100%;
}

.testimonials-gallery .btn-prev,
.testimonials-gallery .btn-next {
    position: absolute;
    left: 9px;
    top: 50%;
    width: 19px;
    height: 28px;
    background: url(/wp-content/themes/wpsir_2022/images/arrow-testimonial-left.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    margin: -64px 0 0;
    z-index: 10;
}

.testimonials-gallery .btn-prev:hover,
.testimonials-gallery .btn-next:hover {
    opacity: .8;
}

.testimonials-gallery .btn-next {
    left: auto;
    right: 9px;
    background: url(/wp-content/themes/wpsir_2022/images/arrow-testimonial-right.png) no-repeat;
}

.testimonials-gallery h3 {
    font: 31px/36px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 19px;
    letter-spacing: 2px;
    color: #0f284d;
}

.testimonials-gallery blockquote {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

.testimonials-gallery blockquote p {
    font: italic 24px/44px "freight-big-pro", "Times New Roman", serif;
    margin: 0;
    letter-spacing: 1px;
    color: #333;
}

.testimonials-gallery blockquote footer {
    display: inline-block;
    vertical-align: top;
    min-width: 50%;
    margin: 33px 0 0;
    padding: 38px 0 0;
    border-top: 1px solid #bcbbb9;
}

.testimonials-gallery blockquote h4 {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #3270cc;
    margin: 0 0 3px;
}

.testimonials-gallery blockquote h4 a {
    color: inherit;
}

.testimonials-gallery blockquote h4 a:hover {
    color: #0f284d;
}

.testimonials-gallery blockquote .note {
    display: block;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
}

.about-me-page .headline {
    padding: 33px 5px 27px;
    margin: 0 0 19px;
}

.about-me-page .headline h3 {
    font-size: 29px;
    line-height: 44px;
    max-height: 132px;
    overflow: hidden;
}

.about-me-page .description-block p {
    font-size: 16px;
    line-height: 25px;
}

.about-me-page .description-block .link-holder {
    margin: -64px 0 0;
    height: 70px;
    padding: 47px 0 0;
    background-position: 50% 0;
}

.about-me-page .description-block .link-holder .link-more,
.about-me-page .description-block .link-holder .link-close {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .5px;
}

.about-me-page .section-overview {
    padding: 0 0 34px;
}

.about-me-page .article {
    padding: 0 0 30px;
}

.mobile-block-buttons {
    display: none;
}

.nophoto.subsite #header .search-box .open-close {
    display: block;
}

.news-block .news-frame:after,
.latest-news-box .date-block:after,
.more-news-box .post:after,
.add-menu > ul:after,
.brokerage-listing-section ul > li:after,
.brokerage-listing-section .listing-block > .frame:after,
.brokerage-listing-section .listing-block:after,
.manager-info-section .manager-block:after,
.communities-info li:after,
.map-holder:after,
.snapshot-box .options:after,
.price-box .options:after,
.history-start-section .image-block .text-holder footer:after,
.getting-city-section .info-blocks:after,
.tab-content-info:after,
.events-section .heading:after,
.events-list li:after,
.info-section .heading:after,
.info-list .content:after,
.search-page-containner .twocolumns:after,
.communities-in-box .communities-add-nav ul:after,
.map-filter-bar:after,
.your-search-bar:after {
    content: " ";
    display: block;
    clear: both;
}

.sort-form .box ul,
.info-box ul,
.user-box .accordion,
.user-box .text-holder .check-list,
.user-box .jcf-scrollable .lang-list,
.communities-info,
.brokerage-menu ul,
.left-off-canvas-menu .off-canvas-list ul,
.article ul,
.article ol,
.article .accordion,
.tabset-video,
.tabset-info,
.img-list .slideset,
.img-list .q-links,
.img-list .pagination ul,
.events-list,
.items-list,
.items-list .links-list,
.info-list,
.explore-section .news-box-next .q-links,
.top-nav ul,
.top-bar-contacts {
    margin: 0;
    padding: 0;
    list-style: none;
}

.popup-holder {
    position: relative;
    overflow: hidden;
    height: 0;
}

.your-search-bar {
    background: #fbfaf7;
    padding: 19px 0 5px;
    border: #ccccca solid;
    border-width: 1px 0;
    box-shadow: 3px 4px 5px rgba(0, 0, 0, .04);
    position: relative;
    z-index: 5;
    max-height: 160px;
}

.your-search-bar .map-filter-form {
    float: left;
    width: 47.5%;
    position: relative;
    z-index: 11;
}

.your-search-bar .map-filter-list {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.your-search-bar .map-filter-list li {
    float: left;
    width: 25%;
}

.your-search-bar .price-filter,
.your-search-bar .beds-filter,
.your-search-bar .more-filter {
    float: left;
    width: 100%;
    position: relative;
}

.your-search-bar .price-filter .opener,
.your-search-bar .beds-filter .opener,
.your-search-bar .more-filter .opener {
    display: block;
    height: 45px;
    padding: 13px 30px 13px 17px;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #333;
    background: #fff;
    border: solid;
    border-width: 1px 0 1px 1px;
    border-color: #d5d5d5;
}

.your-search-bar .price-filter .opener:after,
.your-search-bar .beds-filter .opener:after,
.your-search-bar .more-filter .opener:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    background: url("/wp-content/themes/wpsir_2022/images/sprite.png") no-repeat -178px 0;
    width: 13px;
    height: 8px;
    margin: -4px 0 0;
}

.your-search-bar .price-filter.active .opener,
.your-search-bar .beds-filter.active .opener,
.your-search-bar .more-filter.active .opener {
    background: #001e45;
    color: #fff;
}

.your-search-bar .price-filter.active .opener:after,
.your-search-bar .beds-filter.active .opener:after,
.your-search-bar .more-filter.active .opener:after {
    background: url(/wp-content/themes/wpsir_2022/images/arrow-white-top.png) no-repeat;
}

.your-search-bar .price-filter .slide {
    position: absolute;
    top: 43px;
    left: 50%;
    width: 300px;
    border: solid #93928e;
    border-width: 0 1px 1px;
    margin: 0 0 0 -150px;
    padding: 15px 14px 18px;
    background: #001e45;
    box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, .15);
}

.your-search-bar .price-filter .select-holder {
    overflow: hidden;
}

.your-search-bar .price-filter .select-holder .cell {
    float: right;
    width: 48%;
}

.your-search-bar .price-filter .select-holder .cell:first-child {
    float: left;
}

.your-search-bar .price-filter .select-holder .cell select {
    float: left;
    width: 100%;
    height: 43px;
}

.your-search-bar .more-filter .slide {
    position: absolute;
    width: 662px;
    top: 43px;
    right: 0;
    border: solid #93928e;
    border-width: 0 1px 1px;
    padding: 12px 12px 10px;
    background: #001e45;
    box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, .15);
}

.your-search-bar .more-filter .row-holder {
    margin: 20px 0 0;
}

.your-search-bar .more-filter .row-holder:first-child {
    margin-top: 0;
}

.your-search-bar .more-filter .row-holder .column-filter {
    float: left;
    width: 154px;
    margin: 0 26px 0 0;
}

.your-search-bar .more-filter .row-holder .column-filter.size03 {
    width: 272px;
    margin: 0;
}

.your-search-bar .more-filter .row-holder .label-holder {
    float: left;
    width: 100%;
    margin: 0 0 5px;
}

.your-search-bar .more-filter .row-holder .label-holder label {
    float: left;
    margin: 0;
    color: #fff;
}

.your-search-bar .more-filter .row-holder .map-search {
    float: left;
    width: 100%;
}

.your-search-bar .more-filter .row-holder .map-search input {
    height: 33px;
    padding: 8px 50px 8px 16px;
}

.your-search-bar .more-filter .row-holder .map-search .button-search {
    width: 40px;
    height: 33px;
}

.your-search-bar .more-filter .row-holder .map-search .button-search i {
    font-size: 16px;
    line-height: 16px;
    margin-top: -8px;
}

.your-search-bar .more-filter .row-holder .checkbox-cell {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 24px 0;
    width: 245px;
}

.your-search-bar .more-filter .row-holder .checkbox-cell + .checkbox-cell {
    width: 175px;
}

.your-search-bar .more-filter .row-holder .checkbox-cell + .checkbox-cell + .checkbox-cell {
    width: 165px;
}

.your-search-bar .more-filter .row-holder .checkbox-cell + .checkbox-cell + .checkbox-cell + .checkbox-cell {
    width: 245px;
}

.your-search-bar .more-filter .row-holder .checkbox-cell + .checkbox-cell + .checkbox-cell + .checkbox-cell + .checkbox-cell {
    width: 175px;
}

.your-search-bar .more-filter .row-holder .checkbox-cell + .checkbox-cell + .checkbox-cell + .checkbox-cell + .checkbox-cell + .checkbox-cell {
    width: 245px;
}

.your-search-bar .more-filter .row-holder .checkbox-cell .jcf-checkbox {
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 0;
    border: 2px solid #86afcc;
    box-shadow: inset 2px 2px 2px 0 rgba(0, 0, 0, .1);
    margin: 0 5px 0 0;
}

.your-search-bar .more-filter .row-holder .checkbox-cell .jcf-checkbox.jcf-checked {
    background: #fff;
}

.your-search-bar .more-filter .row-holder .checkbox-cell .jcf-checkbox.jcf-checked:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    pointer-events: none;
    border-radius: 0 6px 6px 0;
    z-index: 1;
    background: none;
}

.your-search-bar .more-filter .row-holder .checkbox-cell .jcf-checkbox.jcf-checked:after {
    position: absolute;
    right: 3px;
    content: "";
    width: 10px;
    height: 8px;
    position: absolute;
    top: 50%;
    border: 3px solid #666;
    border-width: 0 0 3px 3px;
    transform: rotate(-45deg);
    margin-top: -5px;
    line-height: 0;
    z-index: 1;
    background: none;
}

.your-search-bar .more-filter .row-holder .checkbox-cell .jcf-checkbox.jcf-checked span {
    background: none;
}

.your-search-bar .more-filter .row-holder .checkbox-cell label {
    float: left;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin: 2px 0 0;
}

.your-search-bar .your-search-bar-heading {
    margin: 0 0 13px;
}

.your-search-bar .your-search-bar-heading .title {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 0 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    color: #001e45;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.your-search-bar .your-search-bar-heading .result-information {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
}

.your-search-bar .your-search-bar-heading .result-information li {
    display: inline-block;
    vertical-align: top;
}

.your-search-bar .your-search-bar-heading.style02 .title {
    font-weight: normal;
    color: #5e5e5e;
    text-transform: none;
    font-size: 16px;
}

.your-search-bar .your-search-bar-heading.style02 .title strong {
    color: #001e45;
    font-weight: bold;
}

.your-search-bar .btn-listing {
    float: left;
    width: 20.5%;
    height: 45px;
    background: #0f284d;
    padding: 15px 6px 14px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .5px;
    margin: 0;
}

.your-search-bar .btn-listing:hover {
    background: #243764;
}

.your-search-results {
    float: left;
    width: 32%;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.your-search-results input {
    background: #fff;
    border: solid;
    border-width: 1px 0 1px 1px;
    border-color: #d5d5d5;
    width: 100%;
    height: 45px;
    padding: 12px 50px 12px 16px;
    margin: 0;
    float: left;
    box-shadow: inset 3px 4px 5px rgba(0, 0, 0, .1);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.your-search-results input:focus {
    background: #f5f5f5;
}

.your-search-results .button-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 45px;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    outline: none;
}

.your-search-results .button-search i {
    font-size: 17px;
    line-height: 17px;
    color: #d5d5d5;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -10px;
}

.jcf-select.jcf-select-your-search-filter {
    border: solid;
    border-width: 1px 0 1px 1px;
    border-color: #d5d5d5;
    height: 45px;
    margin: 0;
    background: #fff;
    box-shadow: none;
    width: 100% !important;
    min-width: 70px;
    cursor: pointer;
}

.jcf-select.jcf-select-your-search-filter.jcf-drop-active {
    background: #001e45;
    color: #fff;
}

.jcf-select.jcf-select-your-search-filter.jcf-drop-active .jcf-select-text {
    color: #fff;
    cursor: pointer;
}

.jcf-select.jcf-select-your-search-filter.jcf-drop-active .jcf-select-opener {
    background: url(/wp-content/themes/wpsir_2022/images/arrow-white-top.png) no-repeat;
}

.jcf-select.jcf-select-your-search-filter .jcf-select-text {
    line-height: 43px;
    font-weight: 600;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    cursor: pointer;
}

.jcf-select-your-search-filter {
    background: #001e45;
    width: 214px !important;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .3);
}

.jcf-select-your-search-filter .jcf-list {
    padding: 12px 30px 12px 12px;
}

.jcf-select-your-search-filter .jcf-list .jcf-option {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px;
    background: #001e45;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jcf-select-your-search-filter .jcf-select-drop-content {
    margin: 0;
    border-width: 0 1px 1px;
}

.jcf-select-your-search-filter .jcf-list .jcf-option {
    color: #fff;
}

.jcf-select-your-search-filter .jcf-list .jcf-hover {
    color: #fff;
    background: #2a50a6;
}

.jcf-select-your-search-filter .jcf-scrollbar-vertical {
    right: -15px;
}

.jcf-select-your-search-filter .jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: #3e5674;
}

.jcf-select-your-search-filter .jcf-scrollbar-vertical:after {
    display: none;
}

.search-option-section {
    position: relative;
}

.search-option-section .slide + h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-align: center;
    margin: 15px 0 18px;
}

.search-option-section .slide + h3 .state02 {
    display: none;
}

.search-option-section .slide + h3 .state-mobile {
    display: none;
}

.search-option-section .open-close.active .slide + h3 {
    margin-top: 24px;
}

.search-option-section .open-close.active .slide + h3 .state01 {
    display: none;
}

.search-option-section .open-close.active .slide + h3 .state02 {
    display: inline;
}

.search-option-section .opener {
    z-index: 10;
    position: absolute;
    bottom: -22px;
    left: 50%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-left: -20px;
    background: #001e45;
    color: #fff;
    font: 26px/37px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    text-align: center;
    transition: transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
}

.search-option-section .opener em {
    display: none;
    line-height: 34px;
    font-size: 40px;
    font-style: normal;
}

.search-option-section.active .opener {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.search-option-section.active .opener span {
    display: none;
}

.search-option-section.active .opener em {
    display: block;
}

.search-option-section .slide {
    display: none;
}

.search-option-section .slide > .frame {
    margin: 22px 0 0;
    padding: 10px 10px 22px;
    background: #fff;
    position: relative;
}

.search-option-section .slide > .frame:after {
    content: " ";
    display: block;
    clear: both;
}

.search-option-section .slide > .frame .shadow-left,
.search-option-section .slide > .frame .shadow-right,
.search-option-section .slide > .frame .shadow-bottom {
    content: "";
    position: absolute;
    left: -31px;
    top: 15px;
    width: 31px;
    height: 264px;
    overflow: hidden;
    background: url(/wp-content/themes/wpsir_2022/images/shadow-left-slide.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

.search-option-section .slide > .frame .shadow-right {
    left: auto;
    right: -31px;
    background: url(/wp-content/themes/wpsir_2022/images/shadow-right-slide.png) no-repeat;
}

.search-option-section .slide > .frame .shadow-bottom {
    width: auto;
    height: 34px;
    left: 15px;
    right: 15px;
    top: auto;
    bottom: -34px;
    background: url(/wp-content/themes/wpsir_2022/images/shadow-bottom-slide.png) no-repeat;
    background-size: 100% 100%;
}

.search-option-section .filter-block {
    float: left;
    width: 66.5%;
    min-height: 1px;
    padding: 0 10px 0 20px;
}

.search-option-section .filter-block .filter-aside {
    float: none;
    width: 100%;
    padding: 0;
    display: none;
}

.search-option-section .filter-aside {
    float: right;
    width: 32%;
    min-height: 1px;
    padding: 0 15px 0 4px;
}

.search-option-section .communities-in-box {
    padding: 15px 17px 21px;
}

.search-option-section .communities-in-box .title {
    margin: 0 0 5px;
}

.search-option-section .communities-in-box .communities-add-nav {
    margin: 0 0 14px;
}

.search-option-section .communities-in-box .communities-add-nav li {
    margin: 0;
    padding: 0 0 0 1px;
}

.search-option-section .communities-in-box .communities-add-nav li:first-child {
    padding-left: 0;
}

.search-option-section .communities-in-box .communities-add-nav li a {
    padding: 10px 15px;
    height: 38px;
}

.search-option-section .communities-in-box .communities-add-nav li a:hover {
    padding: 9px 15px;
}

.search-option-section .communities-in-box .communities-add-nav li.active a:hover {
    padding: 10px 15px;
}

.search-option-section .communities-in-box .input-holder i {
    margin-top: -9px;
}

.search-option-section .popular-search-box {
    padding: 20px 20px 0;
    margin: 0 -15px 0 -20px;
    background: none;
}

.search-option-section .popular-search-box .input-holder {
    margin: 0 0 22px;
}

.search-option-section .popular-search-box .input-holder i {
    pointer-events: none;
}

.search-option-section .columns-block {
    overflow: hidden;
    padding: 12px 0 0;
}

.search-option-section .columns-block .column-add {
    float: right;
    width: 48%;
    padding: 5px 0 0;
}

.search-option-section .columns-block .column-add:first-child {
    float: left;
}

.search-option-section .label-frame {
    background: #f5f4f0;
    padding: 19px 20px 22px;
}

.search-option-section .checkbox-cell.square-style {
    overflow: hidden;
    margin: 0 0 14px;
}

.search-option-section .checkbox-cell.square-style:last-child {
    margin-bottom: 0;
}

.search-option-section .checkbox-cell.square-style .jcf-checkbox {
    width: 19px;
    height: 19px;
    margin: 0 15px 0 0;
}

.search-option-section .checkbox-cell.square-style label {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.search-option-section .btn-view {
    border: 2px solid #6a8cb9;
    background: #0f284d;
    height: 61px;
    text-align: center;
    padding: 20px 12px;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    display: block;
    min-width: 100px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.search-option-section .btn-view .yellow-color {
    color: #f6cb49;
}

.search-option-section .btn-view:hover {
    background: #243764;
}

.search-option-section .row-filter {
    margin: 0 0 22px;
}

.search-option-section .row-filter.add-margin {
    margin-bottom: 31px;
}

.search-option-section .row-filter .column-filter {
    width: 47.5%;
}

.search-option-section .columns-block .column-add {
    width: 47.5%;
}

.search-option-section .add-filter {
    display: none;
}

.filter-menu-bar {
    background: #f6f5f2;
    padding: 23px 0 25px;
    max-height: 90px;
}

.filter-menu-bar .select-holder {
    float: left;
    margin: 0 24px 0 0;
}

.filter-menu-bar .sort-form {
    float: right;
    width: 267px;
    margin: 0 0 0 22px;
}

.filter-menu-bar .sort-form .pagination {
    height: 43px;
    background: #fff;
    padding: 13px 12px 12px 14px;
}

.filter-menu-bar .save-search-link {
    float: right;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin: 4px 0 0;
    color: #0f284d;
    transition: color .3s linear;
}

.filter-menu-bar .save-search-link .text {
    float: left;
    padding: 11px 0 0;
}

.filter-menu-bar .save-search-link .icon-box {
    float: left;
    margin: 1px 10px 0 0;
    width: 34px;
    height: 34px;
    border-radius: 40px;
    background: #e9e9e6;
    border: 1px solid #acacac;
    text-align: center;
    padding: 5px 1px 1px 2px;
    font-size: 19px;
    line-height: 19px;
    color: #0f284d;
    transition: all .3s linear;
}

.filter-menu-bar .save-search-link:hover {
    color: #243764;
}

.filter-menu-bar .save-search-link:hover .icon-box {
    background: #fff;
    border-color: #0f284d;
}

.filter-menu-bar .note {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    padding: 16px 0 0;
    letter-spacing: .3px;
}

.filter-menu-bar .pagination-box {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #dcd9d3;
    border-radius: 1px;
    width: 267px;
    background: #fff;
    overflow: hidden;
    text-align: center;
}

.filter-menu-bar .pagination-box .btn-prev {
    float: left;
    width: 39px;
    height: 41px;
    border-right: 1px solid #dcd9d3;
    font-size: 22px;
    line-height: 22px;
    padding: 9px 2px 1px;
    color: #122a4b;
}

.filter-menu-bar .pagination-box .btn-next {
    float: right;
    width: 39px;
    height: 41px;
    border-left: 1px solid #dcd9d3;
    font-size: 21px;
    line-height: 21px;
    padding: 9px 2px 1px 3px;
    color: #122a4b;
}

.filter-menu-bar .pagination-box .select-holder {
    overflow: hidden;
    float: none;
    margin: 0;
    width: auto;
}

.filter-menu-bar .pagination-box .select-holder select {
    display: block;
    width: 100% !important;
    height: 41px;
    margin: 0;
}

.jcf-select.jcf-select-pagination-select {
    width: 100% !important;
    height: 41px;
    margin: 0;
    background: #fff;
    border: none;
    min-width: 50px;
    text-align: center;
}

.jcf-select.jcf-select-pagination-select .jcf-select-text {
    line-height: 44px;
    font-size: 14px;
    color: #666564;
    font-weight: normal;
    text-transform: none;
    margin: 0 0 0 15px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 2px;
}

.jcf-select.jcf-select-pagination-select .jcf-select-opener {
    position: relative;
    right: auto;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: top;
    width: 28px;
    height: 41px;
    background: none;
    margin: 0;
}

.jcf-select.jcf-select-pagination-select .jcf-select-opener:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 6px;
    background: url(/wp-content/themes/wpsir_2022/images/arrow-down03.png) no-repeat;
    margin: -3px 0 0 -5px;
}

.jcf-select-drop.jcf-select-pagination-select .jcf-select-drop-content {
    border-color: #dcd9d3;
}

.jcf-select-drop.jcf-select-pagination-select .jcf-list .jcf-option {
    padding: 9px 15px;
    font-size: 14px;
    line-height: 18px;
    color: #666564;
}

.jcf-select.jcf-select-sort-by-select {
    width: 267px !important;
    min-width: 100px;
    border-color: #dcd9d3;
    border-radius: 1px;
    background: #fff;
    height: 43px;
    margin: 0;
}

.jcf-select.jcf-select-sort-by-select .jcf-select-text {
    font-size: 14px;
    line-height: 18px;
    color: #666564;
    line-height: 45px;
    margin: 0 45px 0 20px;
}

.jcf-select-drop.jcf-select-sort-by-select .jcf-select-drop-content {
    border-color: #dcd9d3;
}

.jcf-select-drop.jcf-select-sort-by-select .jcf-list .jcf-option {
    font-size: 14px;
    padding: 8px 20px;
}

.view-list-menu {
    float: left;
    padding: 8px 0 0;
    margin: 0;
    list-style: none;
    font-size: 28px;
    line-height: 28px;
}

.view-list-menu li {
    float: left;
    margin: 0 0 0 16px;
}

.view-list-menu li:first-child {
    margin-left: 0;
}

.view-list-menu li.active a {
    color: #0f284d;
}

.view-list-menu a {
    color: #d5d5d5;
    transition: color .3s linear;
}

.view-list-menu a:hover {
    color: #0f284d;
}

.results-content-holder {
    background: #f6f5f2;
    padding: 0 0 20px;
}

.gallery-result-house {
    padding: 12px 10px 8px;
    position: relative;
    background: #fff;
    border: 1px solid #dcd9d3;
    border-radius: 1px;
    margin: 0 -10px 40px;
}

.gallery-result-house .shadow-bottom {
    position: absolute;
    left: 3px;
    right: 3px;
    height: 14px;
    background: url(/wp-content/themes/wpsir_2022/images/shadow-gallery-filter-results.png) no-repeat;
    background-size: 100% 100%;
    bottom: -15px;
    text-indent: -999px;
    overflow: hidden;
    pointer-events: none;
}

.gallery-result-house .mask {
    position: relative;
    overflow: hidden;
}

.gallery-result-house .slideset {
    float: left;
    position: relative;
    width: 99999px;
}

.gallery-result-house .slide {
    float: left;
    position: relative;
}

.gallery-result-house .heading {
    text-align: center;
    margin: 0 0 10px;
}

.gallery-result-house h3 {
    font: 18px/22px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 2px;
    color: #0f284d;
    letter-spacing: .8px;
}

.gallery-result-house h4 {
    font-size: 10px;
    line-height: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .2px;
    color: #5d5d5d;
    margin: 0;
}

.gallery-result-house .important-note {
    position: absolute;
    width: 132px;
    height: 16px;
    left: 50%;
    top: 0;
    margin: 0 0 0 -66px;
    background: #b30808;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    padding: 3px 5px;
    display: none;
}

.gallery-result-house .image-box {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px;
}

.gallery-result-house .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.gallery-result-house .important-note-footer {
    margin: 0;
    font-size: 10px;
    line-height: 14px;
    color: #404040;
    text-align: center;
    letter-spacing: .2px;
    display: none;
}

.gallery-result-house .important-note-footer .title {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 0 0;
    color: #b30808;
    font-weight: bold;
}

.gallery-result-house .btn-prev,
.gallery-result-house .btn-next {
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 50px;
    background: rgba(89, 89, 89, .33);
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    padding: 9px 4px 1px 3px;
    margin: -20px 0 0;
    transition: all .3s linear;
    opacity: 0;
}

.gallery-result-house .btn-prev:hover,
.gallery-result-house .btn-next:hover {
    background: rgba(89, 89, 89, .63);
}

.gallery-result-house .btn-next {
    left: auto;
    right: 0;
    padding: 9px 2px 1px 5px;
}

.gallery-result-house:hover .btn-prev,
.gallery-result-house:hover .btn-next {
    opacity: 1;
}

.gallery-result-house .slide.open-house .important-note,
.gallery-result-house .slide.open-house .important-note-footer {
    display: block;
}

.gallery-result-house .price-box {
    position: absolute;
    bottom: 14px;
    left: 15px;
    right: 15px;
    height: 42px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .5);
    background: rgba(0, 0, 0, .26);
    padding: 7px 35px;
    color: #fff;
}

.gallery-result-house .price-box .text {
    font: bold 22px/26px "freight-big-pro", "Times New Roman", serif;
}

.gallery-result-house .price-box .like-minus,
.gallery-result-house .price-box .like-plus {
    position: absolute;
    left: 10px;
    top: 50%;
    margin: -12px 0 0;
    width: 24px;
    height: 24px;
    border: 1px solid #a7a7a7;
    border-radius: 30px;
    font-size: 14px;
    line-height: 14px;
    padding: 4px 2px 1px;
    z-index: 4;
    transition: background-color .3s, color .3s;
}

.gallery-result-house .price-box .like-minus i,
.gallery-result-house .price-box .like-plus i {
    color: #e4e4e4;
    transition: background-color .3s, color .3s;
}

.gallery-result-house .price-box .like-plus {
    left: auto;
    right: 10px;
    padding-top: 5px;
}

.gallery-result-house .price-box .like-minus:before,
.gallery-result-house .price-box .like-plus:before {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    background: inherit;
    border-radius: 50px;
    z-index: -1;
    opacity: .4;
    transform: scale3d(.8, .8, 1);
}

.gallery-result-house .price-box .like-minus:hover,
.gallery-result-house .price-box .like-plus:hover {
    transition: background-color .1s .3s, color .1s .3s;
    color: #0f284d;
    background-color: #fff;
    animation: anim-moema-1 .3s forwards;
    border-color: #fff;
}

.gallery-result-house .price-box .like-minus:hover i,
.gallery-result-house .price-box .like-plus:hover i {
    color: #0f284d;
    transition: background-color .3s, color .3s;
}

.gallery-result-house .price-box .like-minus:hover:before,
.gallery-result-house .price-box .like-plus:hover:before {
    animation: anim-moema-2 .3s .3s forwards;
}

.gallery-result-house .info {
    padding: 4px 0 7px;
    margin: 0;
    list-style: none;
    overflow: hidden;
    text-align: center;
}

.gallery-result-house .info li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
    margin-right: -3px;
}

.gallery-result-house .info li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 2px;
    width: 1px;
    background: #e8e8e7;
}

.gallery-result-house .info li:first-child:after {
    display: none;
}

.gallery-result-house .info .number {
    display: block;
    font: 20px/20px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 4px;
    color: #0f284d;
}

.gallery-result-house .info .text {
    display: block;
    font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
    color: #6e6e6e;
}

.gallery-result-house .add-text {
    display: none;
}

.house-results-search {
    position: relative;
    overflow: hidden;
}

.house-results-search .info-container {
    position: relative;
    margin: 0 0 23px;
}

.house-results-search .image-block {
    position: relative;
    overflow: hidden;
}

.house-results-search .image-block img {
    display: block;
    width: 100%;
    height: auto;
}

.house-results-search footer {
    text-align: center;
    padding: 5px 0 0;
}

.house-results-search footer p {
    margin: 0;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: .2px;
}

.house-results-search .button-block {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 14px;
    z-index: 4;
    pointer-events: none;
    opacity: 1;
    visibility: visible;
    transition: all .35s ease-in-out;
    transform: translateY(0);
}

.house-results-search .button-block .title {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 0 4px;
    color: #fff;
}

.house-results-search .info-container:hover .button-block {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(100%);
}

.house-results-search .price-box {
    height: 42px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .5);
    background: rgba(0, 0, 0, .26);
    padding: 7px 35px;
    color: #fff;
    position: relative;
}

.house-results-search .price-box .text {
    font: bold 22px/26px "freight-big-pro", "Times New Roman", serif;
}

.house-results-search .price-box .like-minus,
.house-results-search .price-box .like-plus {
    position: absolute;
    left: 10px;
    top: 50%;
    margin: -12px 0 0;
    width: 24px;
    height: 24px;
    border: 1px solid #a7a7a7;
    border-radius: 30px;
    font-size: 14px;
    line-height: 14px;
    padding: 4px 2px 1px;
    z-index: 4;
    transition: background-color .3s, color .3s;
}

.house-results-search .price-box .like-minus i,
.house-results-search .price-box .like-plus i {
    color: #e4e4e4;
    transition: background-color .3s, color .3s;
}

.house-results-search .price-box .like-plus {
    left: auto;
    right: 10px;
    padding-top: 5px;
}

.house-results-search .price-box .like-minus:before,
.house-results-search .price-box .like-plus:before {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    background: inherit;
    border-radius: 50px;
    z-index: -1;
    opacity: .4;
    transform: scale3d(.8, .8, 1);
}

.house-results-search .price-box .like-minus:hover,
.house-results-search .price-box .like-plus:hover {
    transition: background-color .1s .3s, color .1s .3s;
    color: #0f284d;
    background-color: #fff;
    animation: anim-moema-1 .3s forwards;
    border-color: #fff;
}

.house-results-search .price-box .like-minus:hover i,
.house-results-search .price-box .like-plus:hover i {
    color: #0f284d;
    transition: background-color .3s, color .3s;
}

.house-results-search .price-box .like-minus:hover:before,
.house-results-search .price-box .like-plus:hover:before {
    animation: anim-moema-2 .3s .3s forwards;
}

.house-results-search .add-info-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(19, 34, 58, .87);
    text-align: center;
    opacity: 0;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .35s ease-in-out;
    overflow: hidden;
}

.house-results-search .add-info-block .frame {
    position: absolute;
    z-index: 5;
    border: 1px solid #90979e;
    left: 15px;
    top: 14px;
    right: 15px;
    bottom: 14px;
    color: #fff;
    padding: 5px;
    pointer-events: auto;
    white-space: nowrap;
    overflow: hidden;
}

.house-results-search .add-info-block .frame:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 1px;
    overflow: hidden;
    margin: 0 0 0 -5px;
    vertical-align: middle;
}

.house-results-search .add-info-block .frame > .holder {
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    width: 100%;
    padding: 0 0 20px;
}

.house-results-search .add-info-block .frame h3 {
    font: 16px/20px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 1px;
    color: #fff;
    letter-spacing: .4px;
}

.house-results-search .add-info-block .frame h4 {
    font-size: 10px;
    line-height: 13px;
    margin: 0;
    color: #e7e7e7;
    letter-spacing: .2px;
}

.house-results-search .add-info-block .frame .price {
    display: block;
    font: 24px/28px "freight-big-pro", "Times New Roman", serif;
    color: #e1cb78;
    margin: 0 0 1px;
    letter-spacing: .5px;
}

.house-results-search .add-info-block .frame .old-price {
    display: block;
    font-size: 10px;
    line-height: 13px;
    color: #e7e7e7;
    letter-spacing: .3px;
    margin: 0 0 7px;
}

.house-results-search .add-info-block .frame h3,
.house-results-search .add-info-block .frame h4,
.house-results-search .add-info-block .frame .add-list {
    visibility: hidden;
    transition: all .35s ease-in-out;
    transform: translateX(-100%);
}

.house-results-search .add-info-block .frame .add-list {
    padding: 0;
    margin: 0 -5px 9px;
    list-style: none;
    color: #e9e7e3;
}

.house-results-search .add-info-block .frame .add-list li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin: 0 -4px 0 0;
    padding: 0 5px;
    position: relative;
}

.house-results-search .add-info-block .frame .add-list li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 3px;
    width: 1px;
    background: #e9e7e3;
}

.house-results-search .add-info-block .frame .add-list li:first-child:after {
    display: none;
}

.house-results-search .add-info-block .frame .add-list .number {
    display: block;
    font: 20px/24px "freight-big-pro", "Times New Roman", serif;
    margin: 0;
}

.house-results-search .add-info-block .frame .add-list .info {
    display: block;
    font-size: 10px;
    line-height: 13px;
    margin: -1px 0 0;
}

.house-results-search .add-info-block .frame .link-holder {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    padding: 5px 30px;
    height: 24px;
}

.house-results-search .add-info-block .frame .link-holder .like-minus,
.house-results-search .add-info-block .frame .link-holder .like-plus {
    position: absolute;
    left: 10px;
    top: 50%;
    margin: -12px 0 0;
    width: 24px;
    height: 24px;
    border: 1px solid #a7a7a7;
    border-radius: 30px;
    font-size: 13px;
    line-height: 14px;
    padding: 5px 2px 1px;
    z-index: 4;
    transition: background-color .3s, color .3s;
}

.house-results-search .add-info-block .frame .link-holder .like-minus i,
.house-results-search .add-info-block .frame .link-holder .like-plus i {
    color: #e4e4e4;
    transition: background-color .3s, color .3s;
}

.house-results-search .add-info-block .frame .link-holder .like-plus {
    left: auto;
    right: 10px;
    padding-top: 6px;
}

.house-results-search .add-info-block .frame .link-holder .like-minus:before,
.house-results-search .add-info-block .frame .link-holder .like-plus:before {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    background: inherit;
    border-radius: 50px;
    z-index: -1;
    opacity: .4;
    transform: scale3d(.8, .8, 1);
}

.house-results-search .add-info-block .frame .link-holder .like-minus:hover,
.house-results-search .add-info-block .frame .link-holder .like-plus:hover {
    transition: background-color .1s .3s, color .1s .3s;
    color: #0f284d;
    background-color: #fff;
    animation: anim-moema-1 .3s forwards;
    border-color: #fff;
}

.house-results-search .add-info-block .frame .link-holder .like-minus:hover i,
.house-results-search .add-info-block .frame .link-holder .like-plus:hover i {
    color: #0f284d;
    transition: background-color .3s, color .3s;
}

.house-results-search .add-info-block .frame .link-holder .like-minus:hover:before,
.house-results-search .add-info-block .frame .link-holder .like-plus:hover:before {
    animation: anim-moema-2 .3s .3s forwards;
}

.house-results-search .add-info-block .frame .more-details {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    color: #e1cb78;
    position: relative;
    transition: color .3s linear;
}

.house-results-search .add-info-block .frame .more-details:hover {
    color: #d8bb4e;
}

.house-results-search .add-info-block .frame .more-details:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
}

.house-results-search .add-info-block .frame .price,
.house-results-search .add-info-block .frame .old-price,
.house-results-search .add-info-block .frame .link-holder {
    visibility: hidden;
    transition: all .35s ease-in-out;
    transform: translateX(150%);
}

.house-results-search .message-open-house {
    position: absolute;
    left: 50%;
    top: 0;
    width: 130px;
    height: 17px;
    margin: 0 0 0 -65px;
    background: #b30808;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    letter-spacing: .6px;
    text-transform: uppercase;
    padding: 2px 5px;
    display: none;
    pointer-events: none;
    text-align: center;
    z-index: 10;
    transition: all .35s ease-in-out;
    transform: translateY(0);
}

.house-results-search .message-open-house.new-listing {
    background: #2d4d91;
}

.house-results-search .message-open-house.under-contact {
    background: #782525;
}

.house-results-search .message-open-house.pending {
    background: #4d7387;
}

.house-results-search .message-open-house.open-house {
    background: #3c5c45;
}

.house-results-search .message-open-house.price-reduced {
    background: #b04242;
}

.house-results-search .info-container:hover .add-info-block {
    opacity: 1;
}

.house-results-search .info-container:hover .add-info-block .add-list,
.house-results-search .info-container:hover .add-info-block h3,
.house-results-search .info-container:hover .add-info-block h4 {
    visibility: visible;
    transform: translateX(0);
}

.house-results-search .info-container:hover .add-info-block .price,
.house-results-search .info-container:hover .add-info-block .old-price,
.house-results-search .info-container:hover .add-info-block .link-holder {
    visibility: visible;
    transform: translateX(0);
}

.house-results-search .info-container:hover .message-open-house {
    transform: translateY(7px);
}

.house-results-search .info-container.message-active .message-open-house {
    display: block;
}

.gallery-result-house-map {
    padding: 12px 10px 8px;
    position: relative;
    background: #fff;
    border: 1px solid #dcd9d3;
    border-radius: 1px;
    margin: 0 -10px 40px;
}

.gallery-result-house-map .shadow-bottom {
    position: absolute;
    left: 3px;
    right: 3px;
    height: 14px;
    background: url(/wp-content/themes/wpsir_2022/images/shadow-gallery-filter-results.png) no-repeat;
    background-size: 100% 100%;
    bottom: -15px;
    text-indent: -999px;
    overflow: hidden;
    pointer-events: none;
}

.gallery-result-house-map .mask {
    position: relative;
    overflow: hidden;
}

.gallery-result-house-map .slideset {
    float: left;
    position: relative;
    width: 99999px;
}

.gallery-result-house-map .slide {
    float: left;
    position: relative;
}

.gallery-result-house-map .heading {
    text-align: center;
    margin: 0 0 10px;
}

.gallery-result-house-map h3 {
    font: 18px/22px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 2px;
    color: #0f284d;
    letter-spacing: .8px;
}

.gallery-result-house-map h4 {
    font-size: 10px;
    line-height: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .2px;
    color: #5d5d5d;
    margin: 0;
}

.gallery-result-house-map .important-note {
    position: absolute;
    width: 132px;
    height: 16px;
    left: 50%;
    top: 0;
    margin: 0 0 0 -66px;
    background: #b30808;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    padding: 3px 5px;
    display: none;
}

.gallery-result-house-map .image-box {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px;
}

.gallery-result-house-map .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.gallery-result-house-map .image-box .info-photos {
    display: none;
}

.gallery-result-house-map .important-note-footer {
    margin: 0;
    font-size: 10px;
    line-height: 14px;
    color: #404040;
    text-align: center;
    letter-spacing: .2px;
    display: none;
}

.gallery-result-house-map .important-note-footer .title {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 0 0;
    color: #b30808;
    font-weight: bold;
}

.gallery-result-house-map .btn-prev,
.gallery-result-house-map .btn-next {
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 50px;
    background: rgba(89, 89, 89, .33);
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    padding: 9px 4px 1px 3px;
    margin: -20px 0 0;
    transition: all .3s linear;
    opacity: 0;
}

.gallery-result-house-map .btn-prev:hover,
.gallery-result-house-map .btn-next:hover {
    background: rgba(89, 89, 89, .63);
}

.gallery-result-house-map .btn-next {
    left: auto;
    right: 0;
    padding: 9px 2px 1px 5px;
}

.gallery-result-house-map:hover .btn-prev,
.gallery-result-house-map:hover .btn-next {
    opacity: 1;
}

.gallery-result-house-map .slide.open-house .important-note,
.gallery-result-house-map .slide.open-house .important-note-footer {
    display: block;
}

.gallery-result-house-map .price-box {
    position: absolute;
    bottom: 14px;
    left: 15px;
    right: 15px;
    height: 42px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .5);
    background: rgba(0, 0, 0, .26);
    padding: 7px 35px;
    color: #fff;
}

.gallery-result-house-map .price-box .text {
    font: bold 22px/26px "freight-big-pro", "Times New Roman", serif;
}

.gallery-result-house-map .price-box .like-minus,
.gallery-result-house-map .price-box .like-plus {
    position: absolute;
    left: 10px;
    top: 50%;
    margin: -12px 0 0;
    width: 24px;
    height: 24px;
    border: 1px solid #a7a7a7;
    border-radius: 30px;
    font-size: 14px;
    line-height: 14px;
    padding: 4px 2px 1px;
    z-index: 4;
    transition: background-color .3s, color .3s;
}

.gallery-result-house-map .price-box .like-minus i,
.gallery-result-house-map .price-box .like-plus i {
    color: #e4e4e4;
    transition: background-color .3s, color .3s;
}

.gallery-result-house-map .price-box .like-plus {
    left: auto;
    right: 10px;
    padding-top: 5px;
}

.gallery-result-house-map .price-box .like-minus:before,
.gallery-result-house-map .price-box .like-plus:before {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    background: inherit;
    border-radius: 50px;
    z-index: -1;
    opacity: .4;
    transform: scale3d(.8, .8, 1);
}

.gallery-result-house-map .price-box .like-minus:hover,
.gallery-result-house-map .price-box .like-plus:hover {
    transition: background-color .1s .3s, color .1s .3s;
    color: #0f284d;
    background-color: #fff;
    animation: anim-moema-1 .3s forwards;
    border-color: #fff;
}

.gallery-result-house-map .price-box .like-minus:hover i,
.gallery-result-house-map .price-box .like-plus:hover i {
    color: #0f284d;
    transition: background-color .3s, color .3s;
}

.gallery-result-house-map .price-box .like-minus:hover:before,
.gallery-result-house-map .price-box .like-plus:hover:before {
    animation: anim-moema-2 .3s .3s forwards;
}

.gallery-result-house-map .info {
    padding: 4px 0 7px;
    margin: 0;
    list-style: none;
    overflow: hidden;
    text-align: center;
}

.gallery-result-house-map .info li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
    margin-right: -3px;
}

.gallery-result-house-map .info li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 2px;
    width: 1px;
    background: #e8e8e7;
}

.gallery-result-house-map .info li:first-child:after {
    display: none;
}

.gallery-result-house-map .info .number {
    display: block;
    font: 20px/20px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 4px;
    color: #0f284d;
}

.gallery-result-house-map .info .text {
    display: block;
    font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
    color: #6e6e6e;
}

.gallery-result-house-map .add-text {
    display: none;
}

.gallery-result-house-map .text-holder {
    display: none;
}

.gallery-result-house-map .add-menu-bar {
    display: none;
}

.gallery-map-section {
    display: none;
}

.map-box {
    position: relative;
    overflow: hidden;
    border: 10px solid #fff;
    margin: 0 2px 0 -3px;
}

.map-box > img {
    display: block;
    width: 100%;
    height: auto;
}

.map-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .2);
}

.map-box .mark-map01,
.map-box .mark-map02,
.map-box .mark-map03,
.map-box .mark-map04,
.map-box .mark-map05,
.map-box .mark-map06 {
    position: absolute;
    top: 8.4%;
    left: 15.2%;
}

.map-box .mark-map01 img,
.map-box .mark-map02 img,
.map-box .mark-map03 img,
.map-box .mark-map04 img,
.map-box .mark-map05 img,
.map-box .mark-map06 img {
    vertical-align: top;
}

.map-box .mark-map02 {
    top: 8.7%;
    left: 68%;
}

.map-box .mark-map03 {
    top: 14.2%;
    left: 41.4%;
}

.map-box .mark-map04 {
    left: 62.5%;
    top: 52.5%;
}

.map-box .mark-map05 {
    left: 20.5%;
    top: 76.7%;
}

.map-box .mark-map06 {
    top: 34.2%;
    left: 20%;
}

.search-content-result {
    margin: 0 -10px 40px;
}

.search-content-result .slide {
    padding: 12px 10px 10px;
    position: relative;
    background: #fff;
    border: 1px solid #dcd9d3;
    border-radius: 1px;
    margin: 0 0 24px;
}

.search-content-result .slide:after {
    content: "";
    position: absolute;
    left: 3px;
    right: 3px;
    height: 14px;
    background: url(/wp-content/themes/wpsir_2022/images/shadow-gallery-filter-results.png) no-repeat;
    background-size: 100% 100%;
    bottom: -15px;
    text-indent: -999px;
    overflow: hidden;
    pointer-events: none;
}

.search-content-result .heading {
    text-align: center;
    margin: 0 0 10px;
}

.search-content-result h3 {
    font: 18px/22px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 2px;
    color: #0f284d;
    letter-spacing: .8px;
}

.search-content-result h4 {
    font-size: 10px;
    line-height: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .2px;
    color: #5d5d5d;
    margin: 0;
}

.search-content-result .important-note {
    position: absolute;
    width: 150px;
    height: 16px;
    left: 50%;
    top: 0;
    margin: 0 0 0 -66px;
    background: #b30808;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    padding: 3px 5px;
    display: none;
}

.search-content-result .important-note.new-listing {
    background: #2d4d91;
}

.search-content-result .important-note.under-contact {
    background: #782525;
}

.search-content-result .important-note.pending {
    background: #4d7387;
}

.search-content-result .important-note.open-house {
    background: #3c5c45;
}

.search-content-result .important-note.price-reduced {
    background: #b04242;
}

.search-content-result .image-box {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px;
}

.search-content-result .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.search-content-result .image-box .info-photos {
    display: none;
}

.search-content-result .important-note-footer {
    margin: 0;
    font-size: 10px;
    line-height: 14px;
    color: #404040;
    text-align: center;
    letter-spacing: .2px;
    display: none;
}

.search-content-result .important-note-footer .title {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 0 0;
    color: #b30808;
    font-weight: bold;
}

.search-content-result .btn-prev,
.search-content-result .btn-next {
    position: absolute;
    left: 0;
    top: 50%;
    width: 42px;
    height: 42px;
    background: rgba(0, 0, 0, .4);
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    padding: 9px 4px 1px 3px;
    margin: -21px 0 0;
    transition: all .3s linear;
    opacity: 0;
}

.search-content-result .btn-prev:hover,
.search-content-result .btn-next:hover {
    background: rgba(0, 0, 0, .7);
}

.search-content-result .btn-next {
    left: auto;
    right: 0;
    padding: 9px 2px 1px 5px;
}

.search-content-result:hover .btn-prev,
.search-content-result:hover .btn-next {
    opacity: 1;
}

.search-content-result .slide.open-house .important-note,
.search-content-result .slide.open-house .important-note-footer {
    display: block;
}

.search-content-result .price-box {
    position: absolute;
    bottom: 14px;
    left: 15px;
    right: 15px;
    height: 42px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .5);
    background: rgba(0, 0, 0, .26);
    padding: 7px 35px;
    color: #fff;
}

.search-content-result .price-box .text {
    font: bold 22px/26px "freight-big-pro", "Times New Roman", serif;
}

.search-content-result .price-box .like-minus,
.search-content-result .price-box .like-plus {
    position: absolute;
    left: 10px;
    top: 50%;
    margin: -12px 0 0;
    width: 24px;
    height: 24px;
    border: 1px solid #a7a7a7;
    border-radius: 30px;
    font-size: 14px;
    line-height: 14px;
    padding: 4px 2px 1px;
    z-index: 4;
    transition: background-color .3s, color .3s;
}

.search-content-result .price-box .like-minus i,
.search-content-result .price-box .like-plus i {
    color: #e4e4e4;
    transition: background-color .3s, color .3s;
}

.search-content-result .price-box .like-plus {
    left: auto;
    right: 10px;
    padding-top: 5px;
}

.search-content-result .price-box .like-minus:before,
.search-content-result .price-box .like-plus:before {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    background: inherit;
    border-radius: 50px;
    z-index: -1;
    opacity: .4;
    transform: scale3d(.8, .8, 1);
}

.search-content-result .price-box .like-minus:hover,
.search-content-result .price-box .like-plus:hover {
    transition: background-color .1s .3s, color .1s .3s;
    color: #0f284d;
    background-color: #fff;
    animation: anim-moema-1 .3s forwards;
    border-color: #fff;
}

.search-content-result .price-box .like-minus:hover i,
.search-content-result .price-box .like-plus:hover i {
    color: #0f284d;
    transition: background-color .3s, color .3s;
}

.search-content-result .price-box .like-minus:hover:before,
.search-content-result .price-box .like-plus:hover:before {
    animation: anim-moema-2 .3s .3s forwards;
}

.search-content-result .info {
    padding: 4px 0 7px;
    margin: 0;
    list-style: none;
    overflow: hidden;
    text-align: center;
}

.search-content-result .info li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
    margin-right: -3px;
}

.search-content-result .info li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 2px;
    width: 1px;
    background: #e8e8e7;
}

.search-content-result .info li:first-child:after {
    display: none;
}

.search-content-result .info .number {
    display: block;
    font: 20px/20px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 4px;
    color: #0f284d;
}

.search-content-result .info .text {
    display: block;
    font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
    color: #6e6e6e;
}

.search-content-result .add-text {
    display: none;
}

.search-content-result .text-holder {
    display: none;
}

.search-content-result .add-menu-bar {
    display: none;
}

.mobile-listing-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 6px 55px 5px 6px;
    border: 1px solid #c7c6c3;
    z-index: 100;
    width: 100%;
    background: #f6f5f2;
    min-width: 320px;
}

.mobile-listing-bar .btn {
    display: block;
    border: 1px solid #747f8e;
    background: #3f658b;
    background: linear-gradient(to bottom, #3f658b 0%, #03294e 100%);
    text-align: center;
    color: #fff;
    height: 42px;
    padding: 13px 10px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: bold;
}

.mobile-listing-bar .btn .number {
    color: #f6cb49;
}

.mobile-listing-bar .btn:hover {
    background: #3f658b;
    background: linear-gradient(to bottom, #3f658b 0%, #033c51 100%);
}

.mobile-listing-bar .like-btn {
    position: absolute;
    top: 11px;
    right: 10px;
    width: 34px;
    height: 34px;
    border-radius: 40px;
    overflow: hidden;
    border: 1px solid #a9a9a9;
    text-align: center;
    background: #e9e9e6;
    transition: background-color .3s, border .3s;
    color: #122a4b;
    font-size: 20px;
    line-height: 20px;
    padding: 6px 2px 1px;
}

.mobile-listing-bar .like-btn:hover {
    border-color: #122a4b;
    background: #fff;
}

.results-content-holder-view02 {
    border-radius: 1px;
    margin: 0 0 40px;
}

.results-content-holder-view02 .slide {
    padding: 12px 10px 8px;
    position: relative;
    background: #fff;
    border: 1px solid #dcd9d3;
    margin: 0 0 28px;
}

.results-content-holder-view02 .slide:after {
    content: "";
    position: absolute;
    left: 3px;
    right: 3px;
    height: 14px;
    background: url(/wp-content/themes/wpsir_2022/images/shadow-gallery-filter-results.png) no-repeat;
    background-size: 100% 100%;
    bottom: -15px;
    text-indent: -999px;
    overflow: hidden;
    pointer-events: none;
}

.results-content-holder-view02 .slide .btn-prev,
.results-content-holder-view02 .slide .btn-next {
    position: absolute;
    left: 0;
    top: 50%;
    width: 42px;
    height: 42px;
    background: rgba(0, 0, 0, .4);
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    padding: 9px 4px 1px 3px;
    margin: -21px 0 0;
    transition: all .3s linear;
    opacity: 0;
}

.results-content-holder-view02 .slide .btn-prev:hover,
.results-content-holder-view02 .slide .btn-next:hover {
    background: rgba(0, 0, 0, .6);
}

.results-content-holder-view02 .slide .btn-next {
    left: auto;
    right: 0;
    padding: 9px 2px 1px 5px;
}

.results-content-holder-view02 .slide:hover .btn-prev,
.results-content-holder-view02 .slide:hover .btn-next {
    opacity: 1;
}

.results-content-holder-view02 .heading {
    text-align: center;
    margin: 0 0 10px;
}

.results-content-holder-view02 h3 {
    font: 18px/22px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 2px;
    color: #0f284d;
    letter-spacing: .8px;
}

.results-content-holder-view02 h4 {
    font-size: 10px;
    line-height: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .2px;
    color: #5d5d5d;
    margin: 0;
}

.results-content-holder-view02 .important-note {
    position: absolute;
    width: 132px;
    height: 16px;
    left: 50%;
    top: 0;
    margin: 0 0 0 -66px;
    background: #b30808;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    padding: 3px 5px;
    display: none;
}

.results-content-holder-view02 .important-note.new-listing {
    background: #2d4d91;
}

.results-content-holder-view02 .important-note.under-contact {
    background: #782525;
}

.results-content-holder-view02 .important-note.pending {
    background: #4d7387;
}

.results-content-holder-view02 .important-note.open-house {
    background: #3c5c45;
}

.results-content-holder-view02 .important-note.price-reduced {
    background: #b04242;
}

.results-content-holder-view02 .image-box {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px;
}

.results-content-holder-view02 .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.results-content-holder-view02 .important-note-footer {
    margin: 0;
    font-size: 10px;
    line-height: 14px;
    color: #404040;
    text-align: center;
    letter-spacing: .2px;
    display: none;
}

.results-content-holder-view02 .important-note-footer .title {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 0 0;
    color: #b30808;
    font-weight: bold;
}

.results-content-holder-view02 .slide.open-house .important-note,
.results-content-holder-view02 .slide.open-house .important-note-footer {
    display: block;
}

.results-content-holder-view02 .price-box {
    position: absolute;
    bottom: 14px;
    left: 15px;
    right: 15px;
    height: 42px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .5);
    background: rgba(0, 0, 0, .26);
    padding: 7px 35px;
    color: #fff;
}

.results-content-holder-view02 .price-box .text {
    font: bold 22px/26px "freight-big-pro", "Times New Roman", serif;
}

.results-content-holder-view02 .price-box .like-minus,
.results-content-holder-view02 .price-box .like-plus {
    position: absolute;
    left: 10px;
    top: 50%;
    margin: -12px 0 0;
    width: 24px;
    height: 24px;
    border: 1px solid #a7a7a7;
    border-radius: 30px;
    font-size: 14px;
    line-height: 14px;
    padding: 4px 2px 1px;
    z-index: 4;
    transition: background-color .3s, color .3s;
}

.results-content-holder-view02 .price-box .like-minus i,
.results-content-holder-view02 .price-box .like-plus i {
    color: #e4e4e4;
    transition: background-color .3s, color .3s;
}

.results-content-holder-view02 .price-box .like-plus {
    left: auto;
    right: 10px;
    padding-top: 5px;
}

.results-content-holder-view02 .price-box .like-minus:before,
.results-content-holder-view02 .price-box .like-plus:before {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    background: inherit;
    border-radius: 50px;
    z-index: -1;
    opacity: .4;
    transform: scale3d(.8, .8, 1);
}

.results-content-holder-view02 .price-box .like-minus:hover,
.results-content-holder-view02 .price-box .like-plus:hover {
    transition: background-color .1s .3s, color .1s .3s;
    color: #0f284d;
    background-color: #fff;
    animation: anim-moema-1 .3s forwards;
    border-color: #fff;
}

.results-content-holder-view02 .price-box .like-minus:hover i,
.results-content-holder-view02 .price-box .like-plus:hover i {
    color: #0f284d;
    transition: background-color .3s, color .3s;
}

.results-content-holder-view02 .price-box .like-minus:hover:before,
.results-content-holder-view02 .price-box .like-plus:hover:before {
    animation: anim-moema-2 .3s .3s forwards;
}

.results-content-holder-view02 .info {
    padding: 4px 0 7px;
    margin: 0;
    list-style: none;
    overflow: hidden;
    text-align: center;
}

.results-content-holder-view02 .info li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 24%;
    text-align: center;
    margin-right: -3px;
}

.results-content-holder-view02 .info li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 2px;
    width: 1px;
    background: #e8e8e7;
}

.results-content-holder-view02 .info li:first-child:after {
    display: none;
}

.results-content-holder-view02 .info .number {
    display: block;
    font: 20px/20px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 4px;
    color: #0f284d;
}

.results-content-holder-view02 .info .text {
    display: block;
    font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
    color: #6e6e6e;
}

.results-content-holder-view02 .add-text {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 8px 10px 0;
    text-align: center;
}

.results-content-holder-view02 .add-text p {
    font-size: 10px;
    line-height: 14px;
    color: #333;
    letter-spacing: .2px;
    margin: 0;
}

.search-results-page .jcf-select.jcf-select-sort-by-select .jcf-select-text {
    font-weight: normal;
}

#search-popup .close {
    position: absolute;
    right: 26px;
    top: 26px;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/wp-content/themes/wpsir_2022/images/icon-close02.png) no-repeat;
    z-index: 10;
}

#search-popup .close:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
}

#search-popup .close:hover {
    opacity: .8;
}

.search-results-page .search-popup-custom .your-search-bar .your-search-bar-heading .result-information,
.search-results-page .search-popup-custom .search-option-section {
    display: block;
}

body > .jcf-select-drop {
    z-index: 20000;
}

.search-popup-custom {
    min-width: 320px;
    background: #fbfaf7;
    padding: 24px 20px 20px;
    min-height: 100% !important;
    -webkit-overflow-scrolling: touch;
}

.search-popup-custom .search-option-section .opener {
    display: none !important;
}

.search-popup-custom .open-close.add .slide.js-slide-hidden {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
}

.search-popup-custom .your-search-bar {
    padding: 0;
    border: none;
    margin: 0 -20px;
}

.search-popup-custom .title-add-mobile {
    display: block;
    font: 18px/24px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 8px;
    color: #001e45;
    text-align: left;
    letter-spacing: .2px;
}

.search-popup-custom .your-search-bar .your-search-bar-heading {
    text-align: left;
}

.search-popup-custom .your-search-bar .your-search-bar-heading .result-information {
    line-height: 24px;
}

.search-popup-custom .your-search-bar .your-search-bar-heading {
    margin: 0 0 20px;
}

.search-popup-custom .more-option-popup {
    position: relative;
}

.search-popup-custom .more-option-popup .btn-opener {
    display: block;
    border: 1px solid #d5d5d5;
    height: 33px;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #001e45;
    letter-spacing: .2px;
    padding: 9px 5px;
    background: white;
    background: linear-gradient(to bottom, #fff 0%, #eaeae9 100%);
}

.search-popup-custom .more-option-popup .btn-opener span {
    position: relative;
    padding: 0 30px;
}

.search-popup-custom .more-option-popup .btn-opener span:before,
.search-popup-custom .more-option-popup .btn-opener span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 6px;
    background: url(/wp-content/themes/wpsir_2022/images/arrow-down02.png) no-repeat;
}

.search-popup-custom .more-option-popup .btn-opener span:after {
    left: auto;
    right: 0;
}

.search-popup-custom .more-option-popup .btn-opener:hover {
    background: #f3f3f3;
}

.search-popup-custom .more-option-popup.active .btn-opener {
    background: #f3f3f3;
}

.search-popup-custom .more-option-popup.active .btn-opener span:before,
.search-popup-custom .more-option-popup.active .btn-opener span:after {
    background: url(/wp-content/themes/wpsir_2022/images/arrow-up02.png) no-repeat;
}

.search-popup-custom .more-option-popup .slide-block {
    padding: 27px 0 0;
}

.search-popup-custom .row-filter .select-filter .title-holder label {
    font-size: 12px;
    line-height: 14px;
}

.search-popup-custom .row-filter .select-filter .title-holder {
    line-height: 15px;
}

.search-popup-custom .search-option-section .row-filter .select-filter {
    padding: 24px 0 0;
}

.search-popup-custom .search-option-section .row-filter {
    margin: 0 0 19px;
}

.search-popup-custom .search-option-section .popular-search-box.add-filter .btn-view-listing {
    height: 47px;
    margin: 5px 0 0;
    font-size: 14px;
    padding: 16px 10px;
}

.search-popup-custom .popular-search-box h3 {
    font-size: 12px;
    line-height: 15px;
}

.search-popup-custom .divider-form {
    height: 1px;
    background: #e9e9e9;
    margin: -5px -10px 17px;
}

.search-popup-custom .search-option-section .btn-view {
    height: 51px;
    border: none;
    padding: 18px 12px;
}

.search-popup-custom .link-start-seach {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #001e45;
}

.news-block .news-frame:after,
.latest-news-box .date-block:after,
.more-news-box .post:after,
.add-menu > ul:after,
.brokerage-listing-section ul > li:after,
.brokerage-listing-section .listing-block > .frame:after,
.brokerage-listing-section .listing-block:after,
.manager-info-section .manager-block:after,
.communities-info li:after,
.map-holder:after,
.snapshot-box .options:after,
.price-box .options:after,
.history-start-section .image-block .text-holder footer:after,
.getting-city-section .info-blocks:after,
.tab-content-info:after,
.events-section .heading:after,
.events-list li:after,
.info-section .heading:after,
.info-list .content:after,
.search-page-containner .twocolumns:after,
.communities-in-box .communities-add-nav ul:after,
.map-filter-bar:after,
.your-search-bar:after {
    content: " ";
    display: block;
    clear: both;
}

.sort-form .box ul,
.info-box ul,
.user-box .accordion,
.user-box .text-holder .check-list,
.user-box .jcf-scrollable .lang-list,
.communities-info,
.brokerage-menu ul,
.left-off-canvas-menu .off-canvas-list ul,
.article ul,
.article ol,
.article .accordion,
.tabset-video,
.tabset-info,
.img-list .slideset,
.img-list .q-links,
.img-list .pagination ul,
.events-list,
.items-list,
.items-list .links-list,
.info-list,
.explore-section .news-box-next .q-links,
.top-nav ul,
.top-bar-contacts {
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-gallery {
    position: relative;
    overflow: hidden;
    height: 184px;
}

.custom-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
}

.heading-info-box {
    background: #f7f5f1;
    padding: 8px 0 7px;
    text-align: center;
}

.heading-info-box h1 {
    font: 18px/22px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 7px;
    color: #2d2d2d;
    letter-spacing: .5px;
}

.heading-info-box address {
    display: block;
    font-size: 12px;
    line-height: 15px;
    font-style: normal;
    padding: 0 6%;
    margin: 0 0 5px;
}

.heading-info-box address i {
    color: #6a6a6a;
    display: inline-block;
    vertical-align: top;
    margin: -1px 0 0 1px;
    font-size: 1.2em;
    color: #0f284d;
}

.heading-info-box address .map-link {
    color: #002c66;
}

.heading-info-box address .map-link:hover {
    color: #243764;
}

.heading-info-box address .map-link .text {
    display: none;
}

.heading-info-box .price {
    display: block;
    margin: 0 0 2px;
    font: 24px/26px "freight-big-pro", "Times New Roman", serif;
    color: #0f284d;
    margin: 0 0 2px;
    letter-spacing: .5px;
}

.heading-info-box .old-price {
    display: block;
    font-size: 10px;
    line-height: 13px;
    color: #404040;
}

.heading-info-box .old-price .number {
    color: #b30808;
}

.heading-info-box .old-price02 {
    display: none;
}

.heading-info-box .currency {
    display: none;
}

.add-info-table {
    background: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, .1);
}

.add-info-table ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    margin: 0 -11px 0 -10px;
    border-top: 1px solid #e7e5e1;
}

.add-info-table ul > li {
    float: left;
    width: 33.33333%;
    position: relative;
    border: solid #e7e5e1;
    border-width: 0 1px 1px 0;
    text-align: center;
    height: 70px;
    padding: 17px 5px 5px;
}

.add-info-table .number {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #0f284d;
    margin: 0 0 4px;
    letter-spacing: .5px;
}

.add-info-table .text {
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #999;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.jcf-select.jcf-select-currency-select {
    height: 25px;
    border: 1px solid #d9d9d8;
    width: 100% !important;
    box-shadow: none;
    background: none;
    min-width: 50px;
    margin: 0;
}

.jcf-select.jcf-select-currency-select .jcf-select-text {
    line-height: 26px;
    font-size: 12px;
    margin: 0 25px 0 6px;
    color: #757575;
}

.jcf-select.jcf-select-currency-select .jcf-select-opener {
    width: 11px;
    height: 7px;
    background: url(/wp-content/themes/wpsir_2022/images/arrow-grey02.png) no-repeat;
    right: 10px !important;
}

.jcf-select-currency-select .jcf-select-drop-content {
    border-color: #d9d9d8;
}

.jcf-select-currency-select .jcf-list .jcf-option {
    padding: 4px 6px 3px;
    font-size: 12px;
    line-height: 15px;
}

.bar-listing-tools {
    background: #f7f5f1;
    border-bottom: 1px solid #e0e0de;
    padding: 8px 0;
    display: none;
}

.bar-listing-tools.fixed-position {
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 8888;
}

.bar-listing-tools .title {
    float: left;
    width: 10%;
    padding: 0 5px 0 2px;
    border-right: 1px solid #c4c2bf;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    text-transform: uppercase;
}

.bar-listing-tools .title strong {
    display: block;
}

.bar-listing-tools .tools-list {
    float: left;
    width: 44%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.bar-listing-tools .tools-list li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 7px 5px 4px;
}

.bar-listing-tools .tools-list a {
    display: inline-block;
    vertical-align: top;
    color: #434951;
    font-size: 21px;
    line-height: 24px;
    transition: color .3s linear;
}

.bar-listing-tools .tools-list a.mobile {
    font-size: 24px;
    line-height: 24px;
    padding-top: 0;
}

.bar-listing-tools .tools-list a.share-square {
    padding-top: 1px;
    font-size: 22px;
}

.bar-listing-tools .tools-list a:hover {
    color: #0f284d;
}

.bar-listing-tools .tools-list .text {
    display: none;
}

.bar-listing-tools .button-holder {
    float: left;
    width: 26%;
    text-align: right;
    padding-right: 1%;
    position: relative;
    z-index: 2;
}

.bar-listing-tools .button-holder .button {
    min-width: 60px;
    display: inline-block;
    vertical-align: top;
    padding: 12px 20px;
    border: none;
    background: #0f284d;
    margin: 0;
    height: 37px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    transition: background-color .3s, color .3s;
}

.bar-listing-tools .button-holder .button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #002c66;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    transform: scale3d(.6, .6, 1);
    transition: transform .3s, opacity .3s;
    transition-timing-function: cubic-bezier(.75, 0, .125, 1);
}

.bar-listing-tools .button-holder .button:hover {
    background-color: #fff;
    color: #002c66;
}

.bar-listing-tools .button-holder .button:hover:before {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.bar-listing-tools .like-buttons {
    float: left;
    width: 11%;
    text-align: center;
    padding: 2px 0 0;
}

.bar-listing-tools .like-buttons .btn-plus,
.bar-listing-tools .like-buttons .btn-minus {
    display: inline-block;
    vertical-align: top;
    width: 34px;
    height: 34px;
    border-radius: 40px;
    overflow: hidden;
    border: 1px solid #a7a7a7;
    background: #fff;
    color: #001e45;
    padding: 5px 2px 1px;
    transition: all .3s linear;
}

.bar-listing-tools .like-buttons .btn-plus:hover,
.bar-listing-tools .like-buttons .btn-minus:hover {
    background: #f5f5f5;
    border-color: #0f284d;
}

.bar-listing-tools .listing-btns {
    float: left;
    width: 9%;
    padding: 3px 0 0;
    margin: 0;
    list-style: none;
}

.bar-listing-tools .listing-btns li {
    float: left;
    width: 50%;
    border-left: 1px solid #dddddc;
    height: 31px;
    text-align: center;
    padding: 0 1px 1px 5px;
    font-size: 30px;
    line-height: 31px;
}

.bar-listing-tools .listing-btns li:first-child {
    border-left: none;
    padding-right: 8px;
    padding-left: 2px;
}

.bar-listing-tools .listing-btns a {
    display: block;
    color: #6e6e6e;
    position: relative;
    transition: color .3s linear;
}

.bar-listing-tools .listing-btns a:hover {
    color: #001e45;
}

.property-highlights-box {
    background: #f6f5f2;
    padding: 16px 10px 18px 36px;
}

.property-highlights-box h3 {
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 6px;
    color: #001e45;
    letter-spacing: .2px;
}

.property-highlights-box h3 .title {
    text-transform: uppercase;
    color: #999;
}

.property-highlights-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    line-height: 18px;
}

.property-highlights-box ul li {
    margin: 12px 0 0;
    position: relative;
    padding: 0 0 0 9px;
}

.property-highlights-box ul li:first-child {
    margin-top: 0;
}

.property-highlights-box ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 3px;
    height: 3px;
    background: #393939;
    border-radius: 5px;
}

.open-house-section {
    position: relative;
}

.open-house-section .open-house-box {
    border: 2px solid #6ea378;
    margin: 0 -10px;
    color: #3c5c45;
}

.open-house-section .open-house-box .opener {
    display: block;
    padding: 11px 30px;
    position: relative;
    text-align: center;
    color: #3c5c45;
}

.open-house-section .open-house-box .opener .title {
    display: block;
    margin: 0 0 6px;
}

.open-house-section .open-house-box .opener:before,
.open-house-section .open-house-box .opener:after {
    content: "";
    position: absolute;
    right: 21px;
    top: 14px;
    width: 2px;
    height: 16px;
    background: #3c5c45;
    pointer-events: none;
}

.open-house-section .open-house-box .opener:after {
    width: 16px;
    height: 2px;
    right: 14px;
    top: 21px;
}

.open-house-section .open-house-box .slide-block {
    display: none;
}

.open-house-section .open-house-box .slide-block > .frame {
    padding: 0 30px 15px;
    text-align: center;
}

.open-house-section .open-house-box .slide-block p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.open-house-section .open-house-box.active .opener:before {
    display: none;
}

.property-detail-page .section-overview {
    padding: 24px 0 13px;
    overflow: hidden;
}

.property-detail-page .section-overview h3 {
    font: 18px/25px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 2px;
}

.property-detail-page .section-overview p {
    font-size: 14px;
    line-height: 25px;
}

.property-detail-page .section-overview .description-block {
    overflow: hidden;
}

.property-detail-page .section-overview .property-highlights-box {
    display: none;
}

.property-detail-page .article {
    padding: 0 0 26px;
}

.property-detail-page .article .accordion .content p {
    font-size: 16px;
    line-height: 25px;
}

.property-detail-page .article .accordion .content {
    padding: 15px 10px;
}

.property-detail-page .article .accordion .content .info {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    font-size: 16px;
    line-height: 20px;
    color: #0f284d;
}

.property-detail-page .article .accordion .content .info li {
    padding: 7px 15px 5px;
    text-align: left;
}

.property-detail-page .article .accordion .content .info li:nth-child(2n+1) {
    background: #f9f9f9;
}

.property-detail-page .article .accordion .content .info li:before {
    display: none;
}

.property-detail-page .article .accordion .content .list {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

.property-detail-page .article .accordion .content .list li {
    padding: 0 0 0 20px;
    position: relative;
    font-size: 16px;
    line-height: 25px;
    text-transform: none;
    margin: 5px 0 0;
}

.property-detail-page .article .accordion .content .list li:before {
    background: #457198;
    top: 10px;
}

.property-detail-page .article .accordion .content .list li:first-child {
    margin-top: 0;
}

.property-detail-page .social-networks-bar {
    display: none;
}

.property-detail-page .section-map {
    display: block;
}

.property-detail-page .section-map .sub-headline {
    padding: 19px 0 9px;
    text-align: center;
    background: #fbfbf9;
    border: none;
}

.property-detail-page .section-map .sub-headline h2 {
    font: 24px/28px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 7px;
    color: #313e5d;
    letter-spacing: .5px;
}

.property-detail-page .section-map .sub-headline .location-link {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    color: #002c66;
}

.property-detail-page .section-map .map-holder {
    height: 184px;
    position: relative;
}

.property-detail-page .section-map .map-holder img {
    height: 100%;
}

.property-detail-page .section-map .map-holder:before,
.property-detail-page .section-map .map-holder:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 35px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

.property-detail-page .section-map .map-holder:after {
    top: auto;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .15) 100%);
}

.property-detail-page .section-map .location01,
.property-detail-page .section-map .popup-block {
    display: none;
}

.property-detail-page.nophoto .custom-gallery {
    margin-top: 0;
    height: 507px;
}

.property-detail-page.nophoto .breadcrumbs-holder {
    border: solid #f8f8f8;
    border-width: 1px 0;
    background: #fbfbfb;
}

.property-detail-page .personal-info-box {
    border-bottom: 1px solid #ddd;
    background: #fbfbf9;
    background: linear-gradient(to bottom, #fbfbf9 0%, #dcdad7 100%);
    padding: 12px 5px 0;
}

.property-detail-page .personal-info-box:first-child {
    border-top: 1px solid #ddd;
}

.property-detail-page .personal-info-box .photo-box {
    display: inline-block;
    vertical-align: middle;
    max-width: 43%;
    margin: 8px 0 0;
    position: relative;
    z-index: 4;
}

.property-detail-page .personal-info-box .photo-box img {
    display: block;
    width: 100%;
    height: auto;
}

.property-detail-page .personal-info-box .text-holder {
    max-width: 55%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 5px;
}

.property-detail-page .personal-info-box .phones-list {
    padding: 0;
    list-style: none;
    margin: 0 0 6px;
    font-size: 15px;
    line-height: 20px;
}

.property-detail-page .personal-info-box .phones-list li {
    position: relative;
    margin: 0 0 4px;
    padding: 0 0 0 20px;
    letter-spacing: .5px;
}

.property-detail-page .personal-info-box .phones-list li:after {
    content: "M";
    position: absolute;
    left: 2px;
    top: 0;
    color: #c5a62e;
}

.property-detail-page .personal-info-box .phones-list li + li:after {
    content: "O";
}

.property-detail-page .personal-info-box .phones-list li a {
    color: inherit;
    pointer-events: none;
}

.property-detail-page .personal-info-box h2 {
    font: 18px/24px "freight-big-pro", "Times New Roman", serif;
    margin: 0 0 2px;
    color: #0f284d;
}

.property-detail-page .personal-info-box h3 {
    font-size: 10px;
    line-height: 13px;
    color: #404040;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.property-detail-page .personal-info-box .contacts {
    padding: 0;
    margin: 0;
    list-style: none;
}

.property-detail-page .personal-info-box .contacts li {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 0 0;
}

.property-detail-page .personal-info-box .contacts li a {
    color: #0f284d;
}

.property-detail-page .personal-info-box .contacts li a:hover {
    color: #243764;
}

.property-detail-page .personal-info-box .email-link,
.property-detail-page .personal-info-box .website-link {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 20px;
    color: #0f284d;
}

.property-detail-page .personal-info-box .email-link .text,
.property-detail-page .personal-info-box .website-link .text {
    display: none;
}

.property-detail-page .personal-info-box .website-link {
    margin-top: 1px;
}

.property-detail-page .personal-info-box .heading.add {
    display: none;
}

.property-detail-page .personal-info-box.style03 {
    padding: 21px 5px 22px;
}

.property-detail-page .personal-info-box.style03 .add-logo-block {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 24px;
}

.property-detail-page .personal-info-box.style03 .add-logo-block img {
    display: block;
    width: 100%;
    height: auto;
}

.property-detail-page .personal-info-box.style03 .text-holder {
    display: block;
    padding: 0;
    margin: 0;
    max-width: 100%;
    text-align: center;
}

.property-detail-page .personal-info-box.style03 .text-holder address {
    display: block;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    color: #404040;
}

.property-detail-page .personal-info-box.style03 .text-holder h2 {
    margin: 0 0 1px;
}

.property-detail-page .personal-info-box.style03 .phones-list {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 4px;
}

.property-detail-page .personal-info-box.style03 .phones-list li {
    letter-spacing: 2px;
    margin: 0 0 5px;
}

.property-detail-page .agents-container {
    position: relative;
    text-align: center;
    margin: 0 -10px;
}

.blockquote-holder {
    position: relative;
    background: #f6f5f2;
    padding: 23px 10px 25px;
}

.blockquote-holder:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    border: solid;
    border-width: 21px;
    border-color: #fff transparent transparent transparent;
    z-index: 4;
    margin: 0 0 0 -21px;
}

.blockquote-holder blockquote {
    padding: 0;
    margin: 0;
    border: none;
    text-align: center;
}

.blockquote-holder blockquote p {
    font: 18px/36px "freight-big-pro", "Times New Roman", serif;
    color: #4b556e;
    font-style: italic;
    margin: 0 0 13px;
}

.blockquote-holder blockquote cite {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    font-style: normal;
    padding-right: 15px;
}

.blockquote-holder blockquote cite a {
    color: #4b556e;
}

.blockquote-holder blockquote cite a:hover {
    color: #0f284d;
}

.email-form.style04 {
    background: #ebeae5;
    padding: 28px 10px 20px;
}

.email-form.style04 .heading {
    margin: 0 0 25px;
}

.email-form.style04 .row-holder {
    margin: 0 0 13px;
}

.email-form.style04 .row-holder .label-holder {
    margin: 0 0 9px 1px;
}

.email-form.style04 .row-holder .label-holder label {
    color: #333;
}

.email-form.style04 .row-holder .sub-label-holder {
    float: left;
    width: 100%;
    margin: -2px 0 5px 1px;
}

.email-form.style04 .row-holder .sub-label-holder label {
    float: left;
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    color: #757573;
}

.email-form.style04 .input-holder input {
    height: 40px;
    padding: 12px 23px 11px;
    border-color: #93928e;
    font-size: 14px;
    line-height: 18px;
}

.email-form.style04 .jcf-select.jcf-select-style40 .jcf-select-opener:after {
    margin: -4px 0 0 -8px;
}

.email-form.style04 .calendar-box-holder {
    float: left;
    width: 100%;
    margin: 0 0 13px;
}

.email-form.style04 .calendar-box-holder.add {
    margin: 0;
}

.email-form.style04 .calendar-box-holder .calendar-box {
    float: left;
    width: 48.5%;
    position: relative;
    overflow: hidden;
    margin: 0;
    position: relative;
}

.email-form.style04 .calendar-box-holder .calendar-box input {
    height: 40px;
    padding: 12px 23px 11px;
    border-color: #93928e;
    font-size: 14px;
    line-height: 18px;
    box-shadow: inset 3px 4px 5px rgba(0, 0, 0, .1);
    margin: 0;
}

.email-form.style04 .calendar-box-holder .calendar-box input:focus {
    box-shadow: none;
    box-shadow: inset 3px 4px 5px rgba(0, 0, 0, .1);
}

.email-form.style04 .calendar-box-holder .calendar-box i {
    position: absolute;
    top: 50%;
    right: 11px;
    font-size: 14px;
    line-height: 14px;
    color: #294b7c;
    margin: -7px 0 0;
}

.email-form.style04 .calendar-box-holder .select-holder {
    float: right;
    width: 48.5%;
}

.email-form.style04 .calendar-box-holder .select-holder .jcf-select.jcf-select-style40 {
    min-width: 80px;
}

.email-form.style04 .calendar-box-holder .select-holder select {
    height: 40px;
    width: 100%;
}

.email-form.style04 .textarea-holder textarea {
    height: 250px !important;
    border-color: #93928e;
    margin: 0 0 10px;
    padding: 15px 23px;
}

.email-form.style04 .button-holder .button {
    position: relative;
    z-index: 1;
    transition: background-color .3s, color .3s;
}

.email-form.style04 .button-holder .button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #002c66;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    transform: scale3d(.6, .6, 1);
    transition: transform .3s, opacity .3s;
    transition-timing-function: cubic-bezier(.75, 0, .125, 1);
}

.email-form.style04 .button-holder .button:hover {
    background-color: #fff;
    color: #002c66;
}

.email-form.style04 .button-holder .button:hover:before {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.email-form.style04 .note-spam {
    display: block;
    width: 100%;
    color: #333;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    padding: 20px 0 0;
}

.mobile-add-bar {
    position: fixed;
    min-width: 320px;
    left: 0;
    bottom: 0;
    background: #f6f5f2;
    border: 1px solid #dfdedb;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    padding: 5px 10px;
    z-index: 20;
    width: 100%;
    text-align: center;
}

.mobile-add-bar .button-holder {
    display: inline-block;
    vertical-align: top;
    width: 53%;
    margin: 0 1% 0 2%;
}

.mobile-add-bar .button-holder .button {
    float: none;
    width: 160px;
    height: 34px;
    border: none;
    background: #001e45;
    color: #dadada;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 11px 8px;
    margin: 0;
    position: relative;
    z-index: 1;
    transition: background-color .3s, color .3s;
}

.mobile-add-bar .button-holder .button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #002c66;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    transform: scale3d(.6, .6, 1);
    transition: transform .3s, opacity .3s;
    transition-timing-function: cubic-bezier(.75, 0, .125, 1);
}

.mobile-add-bar .button-holder .button:hover {
    background-color: #fff;
    color: #002c66;
    border-color: #002c66;
}

.mobile-add-bar .button-holder .button:hover:before {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.mobile-add-bar .like-holder {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    margin: 0 1.2%;
}

.mobile-add-bar .like-holder .link-minus,
.mobile-add-bar .like-holder .link-plus {
    display: inline-block;
    vertical-align: top;
    width: 34px;
    height: 34px;
    border-radius: 40px;
    border: 1px solid #a7a7a7;
    background: #fff;
    padding: 8px 2px 1px;
    color: #001e45;
    transition: all .3s linear;
    font-size: 17px;
    line-height: 17px;
}

.mobile-add-bar .like-holder .link-minus:hover,
.mobile-add-bar .like-holder .link-plus:hover {
    background: #f5f5f5;
    border-color: #001e45;
}

.mobile-add-bar .like-holder .link-plus {
    padding-top: 9px;
}

.mobile-add-bar .add-menu-bar {
    display: inline-block;
    vertical-align: top;
    width: 13%;
    margin: 0 1%;
}

.mobile-add-bar .add-menu-bar .btn-opener {
    display: inline-block;
    vertical-align: top;
    width: 34px;
    height: 34px;
    font-size: 22px;
    line-height: 22px;
    padding: 7px 2px 1px;
    color: #001c41;
}

.mobile-add-bar .add-menu-bar .slide-block {
    position: absolute;
    width: 192px;
    bottom: 100%;
    right: -1px;
    margin: 0 0 1px;
    text-align: left;
    display: none;
}

.mobile-add-bar .add-menu-bar .slide-block > .frame {
    border: solid;
    border-width: 1px 1px 0;
    border-color: #dfdedb;
    padding: 9px 20px 22px;
    background: #fff;
}

.mobile-add-bar .add-menu-bar .slide-block ul {
    padding: 0;
    margin: 0 -5px 0 0;
    list-style: none;
}

.mobile-add-bar .add-menu-bar .slide-block ul li {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.mobile-add-bar .add-menu-bar .slide-block ul li:last-child {
    margin-bottom: 0;
}

.mobile-add-bar .add-menu-bar .slide-block ul li a {
    color: #444e5a;
}

.mobile-add-bar .add-menu-bar .slide-block ul li a i {
    display: inline-block;
    vertical-align: top;
    width: 27px;
    font-size: 20px;
    line-height: 20px;
    margin-left: 2px;
}

.mobile-add-bar .add-menu-bar .slide-block ul li a .fa-calculator {
    font-size: 22px;
    line-height: 22px;
}

.mobile-add-bar .add-menu-bar .slide-block ul li a .fa-mobile {
    font-size: 22px;
    line-height: 22px;
    margin-left: 3px;
}

.mobile-add-bar .add-menu-bar .slide-block ul li a .fa-share-square-o {
    font-size: 22px;
    margin-top: 2px;
}

.mobile-add-bar .add-menu-bar .heading {
    padding: 0 0 6px;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 22px;
}

.mobile-add-bar .add-menu-bar .heading .title {
    display: block;
    text-transform: uppercase;
    font-weight: 300;
    color: #444e5a;
    letter-spacing: 0;
}

.mobile-add-bar .add-menu-bar .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    line-height: 16px;
    color: #0f284d;
}

.mobile-add-bar .add-menu-bar .close:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    z-index: 2;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 18020;
    width: 100% !important;
    height: 100% !important;
}

.fancybox-skin {
    position: relative;
    background: #fbfaf7;
    color: #333;
    text-shadow: none;
    border-radius: 0;
    padding: 0 !important;
    height: 100% !important;
}

.fancybox-opened {
    z-index: 18030;
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
    height: 100% !important;
}

.fancybox-inner {
    overflow: hidden;
    width: 100% !important;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url("/wp-content/themes/wpsir_2022/images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 18060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("/wp-content/themes/wpsir_2022/images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 18040;
    display: none !important;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("/wp-content/themes/wpsir_2022/images/fancybox/blank.gif");
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 18040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 18040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 18010;
    background: url("/wp-content/themes/wpsir_2022/images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 18050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 18050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, .8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

@media only screen {
    .sub-menu .hide-mobile {
        position: absolute;
        width: 0;
        height: 0;
        left: -9999px;
    }

    .subsite .visual-clone {
        height: 50px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url("/wp-content/themes/wpsir_2022/images/fancybox/fancybox_sprite@2x.png");
        background-size: 44px 152px;
    }

    #fancybox-loading div {
        background-image: url("/wp-content/themes/wpsir_2022/images/fancybox/fancybox_loading@2x.gif");
        background-size: 24px 24px;
    }
}

@media screen and (min-width: 420px) {
    .start-section {
        padding-bottom: 24px;
    }

    .start-menu {
        margin-bottom: 60px;
    }

    .start-menu ul li a {
        padding-left: 26px;
    }

    .cycle-gallery {
        padding: 15px 0 60px;
        margin: 0 0 29px;
    }

    .cycle-gallery .video-box {
        margin: 0 0 34px;
    }

    .cycle-gallery .video-box .btn-play:after {
        border-width: 25px 45px;
        margin: -24px 0 0 -22px;
    }

    .cycle-gallery .info-text-block p {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
    }

    .cycle-gallery .info-text-block .text {
        padding: 0 0 31px;
    }

    .cycle-gallery .info-text-block h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .cycle-gallery .info-text-block .heading {
        padding: 0 20px;
        margin: 0 0 6px;
    }

    .latest-news-box {
        margin: 0 0 34px;
    }

    .latest-news-box .heading {
        text-align: left;
        padding: 0 0 18px;
    }

    .latest-news-box > .holder {
        padding: 26px 40px 75px;
    }

    .latest-news-box .date-block {
        margin: 0 0 9px;
    }

    .latest-news-box .date-block .date {
        margin: 4px 12px 0 0;
    }

    .latest-news-box .date-block h3 {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 18px;
    }

    .latest-news-box .text {
        margin: 0 0 25px;
    }

    .latest-news-box .button-holder .button {
        display: block;
    }

    .more-news-box {
        padding: 0 40px;
    }

    .more-news-box > .frame {
        padding-bottom: 30px;
    }

    .more-news-box .heading {
        padding: 0 0 18px;
        text-align: left;
    }

    .more-news-box h2 {
        font-size: 24px;
    }

    .more-news-box .post h3 {
        font-size: 18px;
    }

    .more-news-box .link-holder {
        text-align: left;
    }

    .market-news-section {
        padding: 27px 40px 31px;
    }

    .market-news-section h2 {
        font-size: 32px;
        line-height: 38px;
        margin: 0 0 25px;
    }
}

@media only screen and (min-width:768px) {
    .image-top-section {
        display: flex;
        align-items: center;
    }

    .start-section-holder {
        padding-top: 20px;
        padding-bottom: 127px;
    }

    .start-section {
        padding-top: 0;
        padding-bottom: 0;
        text-align: left;
        color: #fff;
    }

    .start-section h1 {
        color: #fff;
        font-size: 42px;
        line-height: 46px;
        margin: 0 0 20px;
    }

    .start-section p {
        font-size: 18px;
        line-height: 33px;
        margin: 0 0 58px;
    }

    .start-section .text {
        padding: 0 50px 0 17px;
    }

    .start-section .button {
        display: inline-block;
        vertical-align: top;
    }

    .start-menu {
        margin: 0;
        background: none;
        border: none;
        padding: 25px 0 0 2px;
    }

    .start-menu ul {
        font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
    }

    .start-menu ul li {
        border: none;
        margin: 0 0 26px;
    }

    .start-menu ul li a {
        display: inline-block;
        vertical-align: top;
        padding: 0 15px 0 0;
        text-transform: uppercase;
        color: #fff;
    }

    .start-menu ul li a:after {
        display: inline-block;
        vertical-align: top;
        position: relative;
        right: auto;
        left: 0;
        top: 0;
        margin: 4px 0 0 9px;
        border-width: 4px;
        border-color: transparent transparent transparent #fff;
    }

    .start-menu ul li a:hover,
    .start-menu ul li a:focus,
    .start-menu ul li a:active {
        background: none;
        color: #d9d9d9;
    }

    .start-menu ul li a:hover:after,
    .start-menu ul li a:focus:after,
    .start-menu ul li a:active:after {
        border-color: transparent transparent transparent #d9d9d9;
    }

    .cycle-gallery {
        border-top: 1px solid #c4c2bc;
        padding: 10px 0 99px;
        margin-bottom: 26px;
    }

    .cycle-gallery .video-box {
        float: right;
        width: 48.8%;
        margin: 36px 0 0 30px;
    }

    .cycle-gallery .info-text-block {
        padding: 5px 10px 0;
    }

    .cycle-gallery .info-text-block .heading {
        position: relative;
        padding: 55px 15px 0;
        margin: 0 0 4px;
    }

    .cycle-gallery .info-text-block .heading:after {
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        top: 28px;
        background: #c8c8c8;
        height: 1px;
    }

    .cycle-gallery .info-text-block .heading:before {
        content: "";
        position: absolute;
        left: 50%;
        top: -8px;
        width: 57px;
        height: 86px;
        background: url(/wp-content/themes/wpsir_2022/images/decor-icon01.png) no-repeat;
        z-index: 2;
        margin: 0 0 0 -28px;
    }

    .cycle-gallery .info-text-block h2 {
        font-size: 24px;
        line-height: 33px;
    }

    .cycle-gallery .info-text-block .text {
        padding: 0 0 21px;
        position: relative;
        margin: 0 0 15px;
    }

    .cycle-gallery .info-text-block .text:after {
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 0;
        background: #c8c8c8;
        height: 1px;
    }

    .cycle-gallery .btn-prev,
    .cycle-gallery .btn-next {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 80px;
        height: 80px;
        background: #e7e4dd;
        text-indent: -9999px;
        overflow: hidden;
        z-index: 4;
    }

    .cycle-gallery .btn-prev:after,
    .cycle-gallery .btn-next:after {
        content: "\f104";
        position: absolute;
        text-indent: 0;
        left: 50%;
        top: 50%;
        width: 20px;
        height: 36px;
        margin: -18px 0 0 -8px;
        font-size: 36px;
        line-height: 36px;
        color: #979797;
    }

    .cycle-gallery .btn-prev:hover,
    .cycle-gallery .btn-prev:focus,
    .cycle-gallery .btn-prev:active,
    .cycle-gallery .btn-next:hover,
    .cycle-gallery .btn-next:focus,
    .cycle-gallery .btn-next:active {
        background: #dcd8ce;
    }

    .cycle-gallery .btn-next {
        left: auto;
        right: 0;
    }

    .cycle-gallery .btn-next:after {
        content: "\f105";
        margin-left: -3px;
    }

    .cycle-gallery .switcher-block {
        position: absolute;
        z-index: 3;
        font-size: 1px;
        line-height: 1px;
        text-align: center;
        left: 0;
        bottom: 28px;
        width: 100%;
    }

    .cycle-gallery .switcher-block ul {
        display: inline-block;
        vertical-align: top;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .cycle-gallery .switcher-block ul li {
        float: left;
        margin: 0 0 0 13px;
    }

    .cycle-gallery .switcher-block ul li:first-child {
        margin-left: 0;
    }

    .cycle-gallery .switcher-block ul li a {
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 12px;
        border: 1px solid #9e9e9e;
        background: none;
        text-indent: -9999px;
        overflow: hidden;
    }

    .cycle-gallery .switcher-block ul li.active a {
        background: #11305a;
        border-color: #11305a;
    }

    .seller-services-section .sub-title {
        line-height: 28px;
    }

    .seller-services-section .heading {
        padding: 0 0 25px;
        margin: 0 0 24px;
    }

    .seller-services-section .heading:after {
        left: 100px;
        right: 100px;
    }

    .seller-services-section p {
        font-size: 16px;
        line-height: 25px;
        margin: 0 0 35px;
    }

    .services-posts .post h2 {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 14px;
    }

    .services-posts .post .image-block {
        margin: 0 0 16px;
    }

    .services-posts .post p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 7px;
    }

    .services-posts .post .more {
        font-size: 16px;
        line-height: 20px;
        padding: 0 15px 0 0;
        margin-bottom: 26px;
    }

    .news-section {
        margin: 0;
    }

    .news-section:after,
    .news-section:before {
        display: none;
    }

    .news-section > .frame {
        padding: 30px 0 52px;
    }

    .market-news-section {
        padding: 43px 59px 53px;
        text-align: left;
    }

    .market-news-section h2 {
        margin: 0 0 3px;
    }

    .market-news-section h3 {
        display: block;
    }

    .market-news-section .button {
        display: inline-block;
    }

    .contacts-section {
        padding-bottom: 49px;
    }

    .contacts-section {
        padding: 0 0 37px;
    }

    .contact-box {
        float: left;
        width: 373px;
        margin: 0 0 0 10px;
        text-align: left;
        box-shadow: 11px 11px 13px 0 rgba(0, 0, 0, .2);
        background: rgba(255, 255, 255, .9);
        padding: 28px 25px 20px;
    }

    .contact-box h1 {
        font-size: 38px;
        line-height: 44px;
    }

    .contact-box .heading {
        padding: 0 0 8px;
        margin: 0 0 11px;
    }

    .contact-box .text {
        padding: 0;
    }

    .contact-box address {
        margin: 0;
        padding: 0;
    }

    .contact-box .link-direction {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 24px;
    }

    .contact-box .phone-link {
        font-size: 20px;
        line-height: 24px;
    }

    .contact-box .phone-block {
        margin: 0 0 29px;
    }

    .contact-box .button {
        display: block;
    }

    .contact-box .button + .button {
        margin-top: 20px;
    }

    .social-networks {
        margin: 0 0 34px;
    }

    .add-menu {
        margin: 0 0 40px;
    }

    .add-menu > ul {
        padding: 25px 15px 19px;
    }

    .add-menu > ul > li {
        float: left;
        width: 24%;
        margin: 0 .25%;
    }

    .add-menu > ul > li:first-child {
        margin: 0 1%;
    }

    .map-section {
        display: block;
    }

    .filter-news-section h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .filter-news-section h3 {
        font-size: 11px;
        line-height: 14px;
    }

    .filter-news-section .heading {
        margin: 0 0 14px;
    }

    .filter-news-section .button-holder {
        padding: 0 13px 12px;
    }

    .button.dark-blue {
        height: 41px;
        font-size: 15px;
        padding: 10px;
    }

    .button.gray {
        height: 41px;
        font-size: 13px;
        line-height: 18px;
        padding: 10px 3px;
        height: 38px;
    }

    .email-form {
        padding: 30px 10px 42px;
    }

    .email-form .heading {
        float: left;
        width: 100%;
        margin: 0 0 42px;
    }

    .email-form h2 {
        font-size: 36px;
        line-height: 40px;
        letter-spacing: 4px;
    }

    .email-form .cell {
        float: left;
        width: 44.1%;
    }

    .email-form .cell + .cell {
        float: right;
    }

    .email-form .button-holder {
        float: left;
        width: 100%;
        text-align: center;
    }

    .email-form .button-holder .button {
        display: inline-block;
        vertical-align: top;
        width: 320px;
        height: 50px;
        padding: 15px 10px;
        font-size: 14px;
    }

    .email-form.style02 .image-box {
        display: block;
        margin: 3px 0 0;
    }

    .email-form.style02 .cell {
        width: 46%;
    }

    .email-form.style02 h2 {
        font-size: 38px;
        line-height: 42px;
    }

    .email-form.style02 .row-holder {
        margin: 0 0 28px;
    }

    .email-form.style02 .button-holder {
        padding: 19px 0 0;
    }

    .email-form.style02 .button-holder .button {
        height: 48px;
        width: 276px;
        font-size: 14px;
        line-height: 18px;
        padding: 17px 10px;
    }

    .email-form.style03 {
        padding: 26px 10px 50px;
    }

    .email-form.style03 .heading {
        margin: 0 0 24px;
    }

    .email-form.style03 h2 {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: 1px;
        margin: 0;
    }

    .email-form.style03 .label-holder {
        margin: 0 0 7px;
    }

    .email-form.style03 .row-holder {
        margin: 0 0 25px;
    }

    .email-form.style03 .input-holder input {
        padding: 15px 25px;
    }

    .email-form.style03 .textarea-holder {
        margin: 0 0 25px;
    }

    .email-form.style03 .textarea-holder textarea {
        padding: 15px 25px;
        height: 258px !important;
    }

    .row-holder {
        margin: 0 0 30px;
    }

    .textarea-holder textarea {
        height: 213px;
        padding: 14px 25px;
    }

    .sub-menu {
        margin: 0;
    }

    .sub-menu ul {
        border: none;
    }

    .sub-menu ul li {
        border: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 20px;
    }

    .sub-menu ul li a {
        border-bottom: 4px solid #fff;
    }

    .sub-menu ul li a:hover {
        background: none;
        border-color: #0d2752;
        color: #0d2752;
    }

    .sub-menu ul li.active a {
        background: none;
        border-color: #0d2752;
        color: #0d2752;
    }

    .brokerage-listing-section {
        padding: 30px 0 58px;
        background: #ebebeb;
        position: relative;
        z-index: 2;
    }

    .brokerage-listing-section .listing-block {
        background: #fff;
        padding: 0;
        position: relative;
        z-index: 2;
    }

    .brokerage-listing-section .listing-block:before,
    .brokerage-listing-section .listing-block:after {
        content: "";
        position: absolute;
        z-index: -1;
        bottom: 16px;
        left: 15px;
        width: 55%;
        height: 20%;
        max-width: 300px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, .2);
        transform: rotate(-5deg);
    }

    .brokerage-listing-section .listing-block:after {
        right: 15px;
        left: auto;
        transform: rotate(5deg);
    }

    .brokerage-listing-section .listing-block > .frame {
        background: #fff;
        position: relative;
        z-index: 2;
        padding: 23px 40px 18px;
    }

    .brokerage-listing-section .heading {
        background: none;
        padding: 0 0 17px;
        border-bottom: 1px solid #dddbd6;
        margin: 0 -25px 31px;
    }

    .brokerage-listing-section .heading h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .brokerage-listing-section ul > li {
        padding-bottom: 19px;
    }

    .brokerage-listing-section ul > li:after {
        display: none;
    }

    .brokerage-listing-section ul > li .image-box {
        float: none;
        margin: 0 0 10px;
        width: auto;
    }

    .brokerage-listing-section ul > li .image-box .button {
        display: block;
    }

    .brokerage-listing-section ul > li .text-holder {
        display: none;
    }

    .brokerage-listing-section ul > li .heading-box {
        display: block;
    }

    .brokerage-listing-section .link-holder {
        float: left;
        width: 100%;
        z-index: 10;
        position: relative;
    }

    .map-info-description {
        padding: 36px 5px 30px;
        max-width: 750px;
        margin: 0 auto;
    }

    .map-info-description h2 {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 17px;
    }

    .map-info-description p {
        margin: 0 0 24px;
    }

    .map-info-description .slide {
        display: block;
    }

    .map-info-description .slide p {
        margin: 0;
    }

    .map-info-description .opener {
        display: none;
    }

    .map-info-description .button-holder {
        padding: 31px 0 0;
    }

    .manager-info-section {
        padding: 7px 0 20px;
    }

    .manager-info-section h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .manager-info-section .heading {
        padding: 0 0 14px;
        margin: 0 0 20px;
    }

    .manager-info-section .manager-block {
        padding: 0;
    }

    .manager-info-section h3 {
        position: relative;
        text-align: left;
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 4px;
    }

    .manager-info-section .image-box {
        width: 169px;
        margin: 2px 24px 0 0;
    }

    .manager-info-section .text-holder {
        overflow: hidden;
    }

    .manager-info-section h4 {
        line-height: 21px;
        margin: 0 0 9px;
    }

    .manager-info-section .phone-list {
        margin: 0 0 13px;
    }

    .manager-info-section .phone-list a {
        font-size: 16px;
        line-height: 20px;
    }

    .add-nav-section h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .add-nav-section .heading {
        padding: 0 0 14px;
        margin-bottom: 22px;
    }

    .brokerage-menu {
        max-width: 100%;
    }

    .btn-top {
        display: none;
    }

    .search-box .open-close .opener {
        font-size: 13px;
        line-height: 16px;
        display: inline-block;
        vertical-align: top;
    }

    .start-section-holder .select-holder .jcf-select .jcf-select-text {
        color: #fff;
    }

    .start-section-holder .select-holder .jcf-select .jcf-select-opener {
        background-position: -187px -168px;
    }

    .start-section-holder .button-holder .jcf-select .jcf-select-text {
        color: #fff;
    }

    .start-section-holder .button-holder .jcf-select .jcf-select-opener {
        background-position: -187px -168px;
    }

    .post-carousel .switcher-holder {
        display: none;
    }

    .post-carousel .mask {
        width: auto;
        margin: -5px -3px 0;
    }

    .post-carousel a.btn-prev,
    .post-carousel a.btn-next {
        display: none;
    }

    .post-grid {
        position: static !important;
        width: 100% !important;
        margin-left: 0 !important;
    }

    .post-grid li {
        width: 50% !important;
        padding: 5px 2px 0;
    }

    .heading-bar .jcf-select {
        border-color: #1a376d !important;
    }

    .heading-bar .jcf-select .jcf-select-text {
        color: #1a376d !important;
    }

    .heading-bar .jcf-select .jcf-select-opener {
        background-position: -187px -141px !important;
    }

    .heading-bar .page-heading {
        padding: 0 115px;
    }

    .page-heading-box {
        text-align: left;
        padding: 7px 0 44px;
        color: #fff;
    }

    .page-heading-box h1 {
        font-size: 40px;
        line-height: 46px;
        text-shadow: 3px 3px 5px rgba(0, 0, 0, .75);
        color: #fff;
        margin: 0 0 1px;
        letter-spacing: 1px;
    }

    .page-heading-box .title {
        display: block;
        overflow: hidden;
        font: 22px/26px "freight-big-pro", "Times New Roman", serif;
        font-weight: normal;
        color: #fff;
        letter-spacing: 0;
    }

    .page-heading-box.text-center {
        text-align: center;
    }

    .featured-video-box {
        padding: 37px 0 45px;
        text-align: left;
        overflow: hidden;
    }

    .featured-video-box .video-block {
        float: left;
        width: 47.8%;
        margin: 0 24px 20px 0;
    }

    .featured-video-box .note {
        overflow: hidden;
        line-height: 16px;
        padding: 0 0 0 20px;
        margin: 0 0 2px;
    }

    .featured-video-box .heading {
        padding: 0 0 16px;
        margin: 0 0 21px;
        overflow: hidden;
    }

    .featured-video-box h1 {
        font-size: 40px;
        line-height: 47px;
        letter-spacing: 1px;
    }

    .featured-video-box .brokerage-menu {
        text-align: left;
        margin: 0 0 10px;
    }

    .tabset-video {
        margin-bottom: 40px;
    }

    .video-posts .text {
        padding: 0;
    }

    .video-posts .video-holder {
        margin: 0 0 8px;
    }

    .video-posts > li {
        padding-bottom: 43px;
    }

    .filter-search-container {
        margin: 0 0 22px;
    }

    .filter-search-container > .frame {
        border-bottom: none;
    }

    .filter-search-container .slide {
        padding: 20px 0 15px;
        overflow: hidden;
    }

    .filter-search-container:before,
    .filter-search-container:after {
        content: "";
        position: absolute;
        z-index: 1;
        bottom: 15px;
        left: -10px;
        width: 55%;
        height: 20%;
        max-width: 300px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, .2);
        transform: rotate(-5deg);
    }

    .filter-search-container:after {
        right: -10px;
        left: auto;
        transform: rotate(5deg);
    }

    .form-element {
        margin: 0;
    }

    .history-start-section {
        overflow: hidden;
        padding-bottom: 48px;
    }

    .history-start-section h3 {
        display: none;
    }

    .history-start-section .image-block {
        overflow: hidden;
        margin: 0 0 17px;
    }

    .history-start-section .image-block .image-box {
        float: left;
        width: 48.4%;
        margin: 9px 24px 0 0;
    }

    .history-start-section .image-block .heading {
        display: block;
        border-bottom: 1px solid #dcd9d3;
        padding: 0 0 17px;
        margin: 0 0 23px;
    }

    .history-start-section .image-block h2 {
        font: 40px/48px "freight-big-pro", "Times New Roman", serif;
        margin: 0;
    }

    .history-start-section .image-block .date {
        width: auto;
        height: auto;
        padding: 0;
        margin: 5px 22px 20px 0;
        position: relative;
        overflow: visible;
        padding: 0;
        z-index: 2;
    }

    .history-start-section .image-block .date .month {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 -3px;
    }

    .history-start-section .image-block .date .number {
        font-size: 41px;
        line-height: 41px;
    }

    .history-start-section .image-block .date > .frame {
        padding: 7px 3px 5px;
        background: inherit;
        width: 75px;
        height: 71px;
        z-index: 3;
    }

    .history-start-section .image-block .date:before {
        content: "";
        position: absolute;
        z-index: -1;
        bottom: 10px;
        right: 5px;
        width: 45%;
        height: 20%;
        max-width: 300px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, .25);
        transform: rotate(5deg);
    }

    .history-start-section .image-block .text-holder {
        padding: 0 0 20px;
    }

    .history-start-section .image-block .text-holder footer {
        overflow: visible;
    }

    .history-start-section .image-block .text-holder footer p {
        font-size: 14px;
        line-height: 24px;
    }

    .history-start-section .image-block .text-holder .more {
        display: none;
    }

    .history-start-section .image-block .text-holder .share {
        display: inline-block;
        vertical-align: top;
    }

    .history-start-section .text-block {
        display: block;
    }

    .history-start-section .text-block .button-holder {
        text-align: center;
    }

    .history-start-section .text-block .button-holder .button {
        min-width: 188px;
    }

    .history-posts {
        margin-bottom: 44px;
    }

    .history-posts:last-child {
        margin-bottom: 53px;
    }

    .history-posts .image-block {
        float: none;
        margin: 0 0 17px;
        position: relative;
    }

    .history-posts .image-block img {
        display: block;
        width: 100%;
        height: auto;
    }

    .history-posts .image-block .date {
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: 3;
        padding-top: 7px;
    }

    .history-posts .image-block .date .month {
        margin-bottom: -2px;
    }

    .history-posts .note {
        line-height: 24px;
        margin: 0;
    }

    .history-posts .text-block p {
        display: block;
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 7px;
    }

    .history-posts .more {
        font-size: 16px;
        line-height: 20px;
        padding: 0 16px 0 0;
    }

    .history-posts .more:after {
        border-width: 5px;
        margin-top: -6px;
    }

    .sort-form.style02 .add-block {
        display: block;
    }

    .sort-form.style02 .add-block .jcf-select {
        display: block;
        width: 192px;
        margin: 0 auto;
    }

    .pagination-prev,
    .pagination-next {
        width: 192px;
    }

    .pagination-prev .mark,
    .pagination-next .mark {
        display: inline;
    }

    .base-text-section {
        padding: 13px 2% 20px;
    }

    .base-text-section h2 {
        font-size: 40px;
        line-height: 44px;
        margin: 0 0 9px;
    }

    .press-post-section {
        padding: 19px 46px 45px;
    }

    .press-post-section h2 {
        text-align: left;
    }

    .press-post-section .button-holder {
        text-align: left;
    }

    .press-post-section .button.dark-blue {
        height: 48px;
        padding: 13px 15px;
    }

    .press-posts {
        margin: 0 0 49px;
    }

    .press-posts .post h3 {
        max-height: 74px;
        margin: 0 0 1px;
    }

    .image-center-block {
        margin: 23px -70px 0 auto;
        width: 91%;
    }

    .pagination-block {
        margin-top: 37px;
        margin-bottom: 44px;
    }

    .nophoto.blog-catch-page .heading-bar {
        background: #f6f5f2;
        padding: 0;
    }

    .nophoto.blog-catch-page .heading-bar .page-heading h1 {
        font-size: 36px;
        line-height: 45px;
        margin: 0 0 22px;
    }

    .nophoto.blog-catch-page .page-heading {
        padding: 20px 18% 14px;
    }

    .nophoto.blog-catch-page .intro {
        font-size: 29px;
        line-height: 44px;
        padding-bottom: 39px;
    }

    .nophoto.blog-catch-page .columns .article {
        padding-top: 14px;
    }

    .blog-catch-page .page-heading h1 {
        font-size: 36px;
        line-height: 45px;
        margin: 0 0 22px;
    }

    .title-prev,
    .title-next {
        display: block;
        clear: both;
        font: 18px/24px "freight-big-pro", "Times New Roman", serif;
        font-weight: normal;
        color: #333;
        max-width: 250px;
        padding: 14px 0 0;
    }

    .title-next {
        float: right;
        clear: none;
        text-align: right;
    }

    .info-date-bar {
        padding: 36px 10px 48px;
    }

    .info-date-bar .text-holder {
        overflow: hidden;
    }

    .info-date-bar .brokerage-menu {
        text-align: left;
    }

    .info-date-bar .author {
        margin: 0 0 14px;
    }

    .info-date-bar .date-holder {
        padding: 0 0 19px;
    }

    .info-date-bar .info-tags {
        text-align: center;
        padding: 0 5%;
    }

    .comments-section {
        padding: 45px 0 40px;
    }

    .comments-section h3 {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 34px;
    }

    .comments-section .form-comment-holder {
        padding: 31px 0 0;
    }

    .comment-box {
        margin: 0 0 6px;
    }

    .comment-box .frame {
        padding: 26px 46px 24px;
    }

    .comment-box .frame:after {
        width: 620px;
        left: 50%;
        margin-left: -310px;
        background-position: -1px -2px;
    }

    .comment-box blockquote cite {
        margin: 5px 0 0;
    }

    .comment-box:before,
    .comment-box:after {
        content: "";
        position: absolute;
        z-index: -1;
        bottom: 42px;
        left: 10px;
        width: 44%;
        height: 30px;
        max-width: 300px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, .3);
        transform: rotate(-5deg);
    }

    .comment-box:after {
        right: 10px;
        left: auto;
        transform: rotate(5deg);
    }

    .comment-form {
        margin: 0;
        padding: 30px 28px 37px;
    }

    .comment-form .button-holder {
        text-align: center;
    }

    .comment-form .button {
        width: auto;
        min-width: 272px;
        height: 48px;
        font-size: 14px;
        line-height: 18px;
        padding: 17px 15px;
    }

    .brokerage-listing-section.style03 {
        padding-top: 201px;
        border-top: 3px solid #fff;
        background: #eeece7 url(/wp-content/themes/wpsir_2022/images/img43.jpg) no-repeat;
        background-size: 100% auto;
    }

    .video-news-section {
        padding: 67px 10px 90px;
    }

    .video-news-section > .frame > .holder {
        padding: 39px 23px;
    }

    .video-news-section .heading {
        padding: 0 0 19px;
        text-align: left;
    }

    .video-news-section .btn-play {
        width: 102px;
        height: 102px;
        border-radius: 102px;
        overflow: hidden;
        margin: -51px 0 0 -51px;
    }

    .video-news-section .btn-play:after {
        border-width: 26px 46px;
        margin: -24px 0 0 -16px;
    }

    .video-news-section .video-block .placeholder {
        margin: 0 0 15px;
    }

    .video-news-section .small-post {
        padding: 3px 0 0;
    }

    .video-news-section .small-post .image-box {
        width: 108px;
        margin: 6px 14px 0 0;
    }

    .video-news-section .more-news-box .post .author {
        margin: 0 0 16px;
    }

    .blog-full .page-heading-box.text-center h1 {
        font-size: 48px;
        line-height: 54px;
    }

    .press-page .page-heading-box.text-center h1 {
        font-size: 48px;
        line-height: 54px;
    }

    .promo-section h2 {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 35px;
        position: relative;
    }

    .promo-section h2:after {
        position: absolute;
        left: 50%;
        bottom: -40px;
        margin-left: -9px;
        color: #c3c3c3;
        font-family: "FontAwesome";
        content: "\f107";
        font-size: 30px;
    }

    .img-list {
        padding: 8px 0 4px;
        background: #f6f5f2;
    }

    .img-list .btn-prev,
    .img-list .btn-next,
    .img-list .pagination {
        display: none;
    }

    .img-list .mask {
        height: auto !important;
    }

    .img-list .icon {
        width: 92px;
        height: 92px;
        margin-bottom: 24px;
        font-size: 44px;
    }

    .img-list .icon i {
        line-height: 92px;
    }

    .img-list .icon i.ico-train {
        font-size: 52px;
    }

    .img-list .icon i.ico-ns {
        font-size: 53px;
    }

    .img-list .icon i.ico-golf {
        font-size: 38px;
    }

    .img-list .icon i.ico-house {
        font-size: 32px;
    }

    .img-list .icon i.ico-case {
        font-size: 42px;
    }

    .img-list .category {
        font-size: 15px;
    }

    .img-list h3 {
        margin: 0 0 1px;
        font-size: 25px;
    }

    .img-list .slideset {
        height: auto !important;
        margin: 0 -2px !important;
        font-size: 0;
        letter-spacing: -4px;
    }

    .img-list .slideset > li {
        font-size: 16px;
        letter-spacing: 0;
        display: inline-block;
        vertical-align: top;
        left: auto !important;
        width: 50% !important;
        position: static !important;
        padding: 0 2px 4px;
    }

    .img-list .slideset > li:hover .caption {
        border-width: 0 1px 1px;
    }

    .img-list .slideset > li:hover .icon-holder {
        top: -46px;
        position: absolute;
    }

    .img-list .slideset > li:hover .icon-holder .icon:before,
    .img-list .slideset > li:hover .icon-holder .icon:after {
        border-width: 1px;
    }

    .img-list .slideset > li:hover h3 .num {
        margin-top: 0;
    }

    .img-list .caption {
        left: 30px;
        right: 30px;
        top: 59px;
        bottom: 40px;
    }

    .img-list .caption .holder .frame {
        padding: 5px;
        vertical-align: middle;
    }

    .white-info-section,
    .grey-info-section {
        padding: 35px 0 25px;
    }

    .white-info-section .heading h2,
    .grey-info-section .heading h2 {
        font-size: 40px;
        line-height: 44px;
        margin: 0 0 9px;
    }

    .staff-all-page .section-list .slide {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
    }

    .staff-all-page .section-list .opener {
        display: none;
    }

    .staff-all-page .description-block p {
        font-size: 14px;
    }

    .staff-all-page .video-news-section {
        padding: 40px 10px;
    }

    .featured-area-section {
        padding: 43px 0 0;
    }

    .featured-area-section .heading {
        margin: 0 0 24px;
    }

    .featured-area-section .heading h2 {
        font-size: 40px;
        line-height: 44px;
    }

    .brokerages-managed-section .heading-block h2 {
        font-size: 26px;
        line-height: 28px;
    }

    .listings-available-section .table-holder table .small-text {
        display: none;
    }

    .explore-section .news-box-next .icon {
        width: 92px;
        height: 92px;
        margin-bottom: 24px;
        font-size: 44px;
    }

    .explore-section .news-box-next .icon i {
        line-height: 92px;
    }

    .explore-section .news-box-next .icon i.ico-train {
        font-size: 52px;
    }

    .explore-section .news-box-next .icon i.ico-ns {
        font-size: 53px;
    }

    .explore-section .news-box-next .icon i.ico-golf {
        font-size: 38px;
    }

    .explore-section .news-box-next .icon i.ico-house {
        font-size: 32px;
    }

    .explore-section .news-box-next .icon i.ico-case {
        font-size: 42px;
    }

    .explore-section .news-box-next .category {
        font-size: 15px;
    }

    .explore-section .news-box-next h3 {
        margin: 0 0 1px;
        font-size: 25px;
    }

    .explore-section .news-box-next.hover .caption {
        border-width: 0 1px 1px;
    }

    .explore-section .news-box-next.hover .icon-holder {
        top: -46px;
        position: absolute;
    }

    .explore-section .news-box-next.hover .icon-holder .icon:before,
    .explore-section .news-box-next.hover .icon-holder .icon:after {
        border-width: 1px;
    }

    .explore-section .news-box-next.hover h3 .num {
        margin-top: 0;
    }

    .explore-section .news-box-next .caption {
        left: 30px;
        right: 30px;
        top: 59px;
        bottom: 40px;
    }

    .explore-section .news-box-next .caption .holder .frame {
        padding: 5px;
        vertical-align: middle;
    }

    .responsive-page .section-market .sub-headline {
        padding: 32px 0 23px;
    }

    .responsive-page .section-market .sub-headline h2 {
        font-size: 40px;
        line-height: 44px;
    }

    .responsive-page .section-featured-areas .heading {
        background: #ebeae5;
        padding: 31px 0 38px;
    }

    .responsive-page .section-featured-areas .heading h2 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: .5px;
    }

    .button.btn-white-anim {
        min-width: 200px;
        margin: 0 5px 10px;
        height: 50px;
        padding: 17px 25px;
    }

    .subsite .email-form.style03 .label-holder {
        margin-bottom: 9px;
    }

    .subsite .email-form.style03 .row-holder {
        margin: 0 0 14px;
    }

    .subsite .email-form.style03 .textarea-holder textarea {
        height: 250px !important;
    }

    .subsite .email-form.style03 .textarea-holder {
        margin: 0 0 8px;
    }

    .subsite .email-form.style03 .button-holder {
        padding: 15px 0 0;
    }

    .subsite #footer {
        margin-top: -50px;
    }

    .address-footer {
        margin: 0 0 23px;
    }

    .address-footer span {
        display: block;
    }

    .base-image-section .image-block {
        height: 327px;
    }

    .base-image-section .text-block h1 {
        font-size: 56px;
        line-height: 60px;
        letter-spacing: 1px;
    }

    .gallery-result-house {
        margin: 0 -10px 52px;
        padding: 0;
        border: none;
        background: none;
        overflow: hidden;
    }

    .gallery-result-house .shadow-bottom {
        display: none;
    }

    .gallery-result-house .mask {
        overflow: visible;
        height: auto !important;
    }

    .gallery-result-house .slideset {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
        margin: 0 !important;
    }

    .gallery-result-house .slide {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        display: inline-block;
        vertical-align: top;
        width: 50% !important;
        padding: 12px 10px 8px;
        border: 1px solid transparent;
        position: relative;
        border-radius: 1px;
        margin: 0 -4px 40px 0 !important;
        float: none;
        transition: all .3s linear;
    }

    .gallery-result-house .slide:after {
        content: "";
        position: absolute;
        left: 5px;
        right: 5px;
        bottom: -20px;
        height: 19px;
        background: url(/wp-content/themes/wpsir_2022/images/shadow-gallery-filter-results.png) no-repeat;
        background-size: 100% 100%;
        pointer-events: none;
        opacity: 0;
        transition: all .3s linear;
    }

    .gallery-result-house .slide:hover {
        background: #fff;
        border: 1px solid #dcd9d3;
    }

    .gallery-result-house .slide:hover:after {
        opacity: 1;
    }

    .gallery-result-house .btn-prev,
    .gallery-result-house .btn-next {
        display: none;
    }

    .gallery-result-house h3 {
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 4px;
    }

    .gallery-result-house h4 {
        font-size: 12px;
        line-height: 14px;
    }

    .gallery-result-house .heading {
        margin: 0 0 13px;
    }

    .gallery-result-house .price-box {
        left: 18px;
        right: 18px;
        bottom: 18px;
        height: 50px;
        padding: 8px 50px;
    }

    .gallery-result-house .price-box .text {
        font-size: 26px;
        line-height: 28px;
        letter-spacing: .5px;
    }

    .gallery-result-house .price-box .like-minus,
    .gallery-result-house .price-box .like-plus {
        width: 28px;
        height: 28px;
        border-radius: 30px;
        padding: 7px 2px 1px;
        left: 10px;
        margin: -14px 0 0;
    }

    .gallery-result-house .price-box .like-minus:before,
    .gallery-result-house .price-box .like-plus:before {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }

    .gallery-result-house .price-box .like-plus {
        left: auto;
        right: 10px;
    }

    .gallery-result-house .image-box {
        margin: 0 0 12px;
    }

    .gallery-result-house .info {
        padding: 4px 0 8px;
    }

    .gallery-result-house .info .number {
        font-size: 24px;
        line-height: 26px;
    }

    .gallery-result-house .info .text {
        font-size: 12px;
        line-height: 15px;
    }

    .gallery-result-house .important-note {
        width: 158px;
        height: 20px;
        font-size: 12px;
        line-height: 15px;
        margin: 0 0 0 -79px;
    }

    .gallery-result-house .important-note-footer {
        font-size: 12px;
        line-height: 15px;
    }

    .gallery-result-house .add-text {
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        padding: 12px 10px 0;
        text-align: center;
    }

    .gallery-result-house .add-text p {
        font-size: 10px;
        line-height: 14px;
        color: #333;
        letter-spacing: .2px;
        margin: 0;
    }

    .house-results-search {
        margin: 0 -7px 30px;
    }

    .house-results-search .info-container {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin: 0 -4px 20px 0;
        padding: 0 10px;
    }

    .house-results-search .message-open-house {
        font-size: 12px;
        line-height: 15px;
        height: 21px;
        width: 156px;
        padding: 4px 5px;
        margin-left: -78px;
    }

    .house-results-search .add-info-block .frame {
        top: 18px;
        bottom: 18px;
        left: 18px;
        right: 18px;
    }

    .house-results-search .info-container:hover .message-open-house {
        transform: translateY(9px);
    }

    .house-results-search .button-block {
        bottom: 18px;
        left: 18px;
        right: 18px;
    }

    .house-results-search .button-block .price-box {
        height: 52px;
        padding: 9px 40px;
    }

    .house-results-search .button-block .price-box .text {
        font-size: 26px;
        line-height: 30px;
    }

    .house-results-search .button-block .price-box .like-minus,
    .house-results-search .button-block .price-box .like-plus {
        width: 28px;
        height: 28px;
        border-radius: 28px;
        margin-top: -14px;
        padding: 6px 2px 1px;
    }

    .house-results-search .button-block .price-box .like-plus {
        padding-top: 7px;
    }

    .house-results-search .button-block .title {
        font-size: 14px;
        line-height: 18px;
    }

    .house-results-search footer {
        padding: 7px 0 0;
    }

    .house-results-search .add-info-block .frame > .holder {
        padding: 0 0 32px;
    }

    .house-results-search .add-info-block .frame .link-holder {
        height: 52px;
        padding: 18px 40px;
        bottom: 0;
    }

    .house-results-search .add-info-block .frame .link-holder .like-minus,
    .house-results-search .add-info-block .frame .link-holder .like-plus {
        width: 28px;
        height: 28px;
        border-radius: 28px;
        margin-top: -14px;
        padding: 6px 2px 1px;
        font-size: 14px;
    }

    .house-results-search .add-info-block .frame .link-holder .like-plus {
        padding-top: 7px;
    }

    .house-results-search .add-info-block .frame .more-details {
        font-size: 14px;
        line-height: 18px;
    }

    .house-results-search .add-info-block .frame h3 {
        font-size: 19px;
        line-height: 22px;
        margin: 0 0 2px;
    }

    .house-results-search .add-info-block .frame h4 {
        font-size: 12px;
        line-height: 15px;
        margin: 0 0 8px;
    }

    .house-results-search .add-info-block .frame .price {
        font-size: 29px;
        line-height: 32px;
        margin: 0;
    }

    .house-results-search .add-info-block .frame .old-price {
        font-size: 11px;
        line-height: 13px;
        margin: 0 0 10px;
    }

    .house-results-search .add-info-block .frame .add-list {
        margin: 0;
    }

    .house-results-search .add-info-block .frame .add-list .number {
        font-size: 24px;
        line-height: 28px;
    }

    .house-results-search .add-info-block .frame .add-list .info {
        font-size: 11px;
        line-height: 14px;
    }

    .gallery-result-house-map {
        margin: 0 -10px 52px;
        padding: 0;
        border: none;
        background: none;
        overflow: hidden;
    }

    .gallery-result-house-map .shadow-bottom {
        display: none;
    }

    .gallery-result-house-map .mask {
        overflow: visible !important;
        height: auto !important;
    }

    .gallery-result-house-map .slideset {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
    }

    .gallery-result-house-map .slide {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        float: left;
        width: 100% !important;
        padding: 18px 20px 4px 17px;
        border-bottom: 1px solid #d6d6d4;
        position: relative;
        border-radius: 1px;
        margin: 0 !important;
        transition: all .3s linear;
    }

    .gallery-result-house-map .slide:first-child {
        border-top: 1px solid #d6d6d4;
    }

    .gallery-result-house-map .slide:after {
        content: "";
        position: absolute;
        left: 5px;
        width: 386px;
        bottom: -17px;
        height: 16px;
        background: url(/wp-content/themes/wpsir_2022/images/shadow-gallery-slide-left.png) no-repeat;
        pointer-events: none;
        opacity: 0;
        transition: all .3s linear;
    }

    .gallery-result-house-map .slide:hover {
        background: #fff;
        z-index: 6;
    }

    .gallery-result-house-map .slide:hover:after {
        opacity: 1;
    }

    .gallery-result-house-map .btn-prev,
    .gallery-result-house-map .btn-next {
        display: none;
    }

    .gallery-result-house-map .heading,
    .gallery-result-house-map .info,
    .gallery-result-house-map .important-note-footer,
    .gallery-result-house-map .important-note,
    .gallery-result-house-map .price-box {
        display: none;
    }

    .gallery-result-house-map .slide.open-house .important-note-footer {
        display: none;
    }

    .gallery-result-house-map .image-box {
        float: left;
        width: 49%;
        margin: 4px 20px 0 0;
    }

    .gallery-result-house-map .image-box .info-photos {
        display: block;
        position: absolute;
        left: 14px;
        bottom: 13px;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, .5);
        background: rgba(0, 0, 0, .26);
        padding: 10px 10px;
        color: #fff;
        height: 38px;
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
        letter-spacing: .5px;
        visibility: hidden;
        pointer-events: none;
        transition: all .35s ease-in-out;
        transform: translateX(-120%);
    }

    .gallery-result-house-map .image-box .info-photos .number {
        color: #e1cb78;
        margin: 0 2px 0 0;
        display: inline-block;
        vertical-align: top;
    }

    .gallery-result-house-map .important-note {
        left: 0;
        top: 11px;
        width: auto;
        height: 23px;
        font-size: 14px;
        line-height: 18px;
        margin: 0;
        letter-spacing: 1px;
        padding: 4px 22px;
    }

    .gallery-result-house-map .add-text {
        float: left;
        width: 100%;
        display: block;
        color: #9b9b9b;
        padding: 5px 0 0 17px;
    }

    .gallery-result-house-map .add-text p {
        font-size: 12px;
        line-height: 15px;
        margin: 0;
        letter-spacing: .2px;
    }

    .gallery-result-house-map .text-holder {
        overflow: hidden;
        display: block;
        padding: 0 0 44px;
    }

    .gallery-result-house-map .text-holder h3 {
        font-size: 26px;
        line-height: 28px;
        margin: 0 0 3px;
    }

    .gallery-result-house-map .text-holder h4 {
        font-weight: bold;
        font-size: 12px;
        line-height: 15px;
        margin: 0 0 7px;
    }

    .gallery-result-house-map .text-holder h4 .text {
        font-weight: normal;
        text-transform: none;
    }

    .gallery-result-house-map .text-holder .price-block {
        margin: 0 0 5px;
    }

    .gallery-result-house-map .text-holder .price-block .price {
        display: inline-block;
        vertical-align: top;
        font: 34px/36px "freight-big-pro", "Times New Roman", serif;
        margin: 0 16px 0 0;
        color: #0f284d;
        letter-spacing: .8px;
    }

    .gallery-result-house-map .text-holder .price-block .add-price-info {
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        line-height: 15px;
        color: #b30808;
        padding: 5px 0 0;
        letter-spacing: .2px;
    }

    .gallery-result-house-map .text-holder .price-block .add-price-info .text {
        display: block;
        font-size: 10px;
        line-height: 13px;
        color: #404040;
    }

    .gallery-result-house-map .text-holder .info {
        display: block;
        text-align: left;
        margin: 0 0 4px -20px;
    }

    .gallery-result-house-map .text-holder .info li {
        width: 23.5%;
    }

    .gallery-result-house-map .text-holder .info li:after {
        background: #cececd;
        top: 5px;
    }

    .gallery-result-house-map .text-holder .info .number {
        font-size: 24px;
        line-height: 27px;
    }

    .gallery-result-house-map .text-holder .info .text {
        font-size: 12px;
        line-height: 15px;
    }

    .gallery-result-house-map .text-holder .text-list {
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: 12px;
        line-height: 18px;
        color: #404040;
        letter-spacing: .2px;
    }

    .gallery-result-house-map .text-holder .text-list a {
        color: #0f284d;
        font-weight: 600;
    }

    .gallery-result-house-map .text-holder .text-list a:hover {
        color: #243764;
    }

    .gallery-result-house-map .text-holder .text-list time {
        font-weight: 600;
    }

    .gallery-result-house-map .text-holder .open-house-text {
        display: block;
        font-size: 12px;
        line-height: 18px;
        color: #404040;
    }

    .gallery-result-house-map .text-holder .open-house-text .title {
        display: inline-block;
        vertical-align: top;
        margin: 0 3px 0 0;
        color: #b30808;
    }

    .gallery-result-house-map .add-menu-bar {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 48.5%;
        height: 64px;
        z-index: 6;
        overflow: hidden;
        padding: 0 0 23px;
    }

    .gallery-result-house-map .add-menu-bar .button {
        position: absolute;
        left: 0;
        top: 0;
        width: 62.5%;
        border: 1px solid #a8a8a8;
        height: 41px;
        margin: 0;
        background: #0f284d;
        color: #fff;
        font-size: 14px;
        line-height: 18x;
        text-transform: uppercase;
        letter-spacing: .5px;
        padding: 11px 10px;
        transition: all .3s linear;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(120%);
    }

    .gallery-result-house-map .add-menu-bar .button:hover {
        background: #f6f5f2;
        border-color: #a8a8a8;
        color: #7e7e7e;
    }

    .gallery-result-house-map .add-menu-bar .like-minus,
    .gallery-result-house-map .add-menu-bar .like-plus {
        position: absolute;
        right: 70px;
        top: 2px;
        width: 38px;
        height: 38px;
        border: 1px solid #a8a8a8;
        border-radius: 40px;
        font-size: 17px;
        line-height: 17px;
        padding: 9px 2px 1px;
        background: #e9e9e6;
        transition: background-color .3s, color .3s;
        text-align: center;
    }

    .gallery-result-house-map .add-menu-bar .like-minus i,
    .gallery-result-house-map .add-menu-bar .like-plus i {
        color: #7e7e7e;
        transition: background-color .3s, color .3s;
    }

    .gallery-result-house-map .add-menu-bar .like-plus {
        right: 20px;
        padding-top: 10px;
    }

    .gallery-result-house-map .add-menu-bar .like-minus {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all .35s ease-in-out;
        transform: translateX(120%);
    }

    .gallery-result-house-map .add-menu-bar .like-minus:before,
    .gallery-result-house-map .add-menu-bar .like-plus:before {
        content: "";
        position: absolute;
        top: -15px;
        left: -15px;
        bottom: -15px;
        right: -15px;
        background: inherit;
        border-radius: 100px;
        z-index: -1;
        opacity: .8;
        transform: scale3d(.5, .5, 1);
    }

    .gallery-result-house-map .add-menu-bar .like-minus:hover,
    .gallery-result-house-map .add-menu-bar .like-plus:hover {
        transition: background-color .1s .3s, color .1s .3s;
        background-color: #f2f2f2;
        animation: anim-moema-1 .3s forwards;
        border-color: #aaa;
    }

    .gallery-result-house-map .add-menu-bar .like-minus:hover i,
    .gallery-result-house-map .add-menu-bar .like-plus:hover i {
        color: #7e7e7e;
        transition: background-color .3s, color .3s;
    }

    .gallery-result-house-map .add-menu-bar .like-minus:hover:before,
    .gallery-result-house-map .add-menu-bar .like-plus:hover:before {
        animation: anim-moema-2 .3s .3s forwards;
        opacity: .9;
    }

    .gallery-result-house-map .slide:hover .add-menu-bar .button {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition: all .35s ease-in-out;
        transform: translateY(0);
    }

    .gallery-result-house-map .slide:hover .image-box .info-photos {
        visibility: visible;
        transform: translateX(0);
    }

    .gallery-result-house-map .slide:hover .add-menu-bar .like-minus {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        transform: translateX(0);
    }

    .search-content-result {
        margin: 0 -10px 52px;
        padding: 0;
        border: none;
        background: none;
        overflow: hidden;
    }

    .search-content-result .slide {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        float: left;
        width: 100% !important;
        padding: 18px 20px 4px 17px;
        border: solid;
        border-width: 0 0 1px;
        border-color: #d6d6d4;
        position: relative;
        border-radius: 1px;
        margin: 0 !important;
        transition: all .3s linear;
        background: none;
    }

    .search-content-result .slide:first-child {
        border-top: 1px solid #d6d6d4;
    }

    .search-content-result .slide:after {
        content: "";
        position: absolute;
        left: 5px;
        width: 386px;
        bottom: -17px;
        height: 16px;
        background: url(/wp-content/themes/wpsir_2022/images/shadow-gallery-slide-left.png) no-repeat;
        pointer-events: none;
        opacity: 0;
        transition: all .3s linear;
    }

    .search-content-result .slide:hover {
        background: #fff;
        z-index: 6;
    }

    .search-content-result .slide:hover:after {
        opacity: 1;
    }

    .search-content-result .heading,
    .search-content-result .info,
    .search-content-result .important-note-footer,
    .search-content-result .important-note,
    .search-content-result .price-box {
        display: none;
    }

    .search-content-result .slide.open-house .important-note-footer {
        display: none;
    }

    .search-content-result .image-box {
        float: left;
        width: 49%;
        margin: 4px 20px 0 0;
    }

    .search-content-result .image-box .info-photos {
        display: block;
        position: absolute;
        left: 14px;
        bottom: 13px;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, .5);
        background: rgba(0, 0, 0, .26);
        padding: 10px 10px;
        color: #fff;
        height: 38px;
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
        letter-spacing: .5px;
        visibility: hidden;
        pointer-events: none;
        transition: all .35s ease-in-out;
        transform: translateX(-120%);
    }
    .search-content-result .image-box .info-photos.info-video {
        left: 74%;
        width: 103px;
        transform: translateX(+120%);
    }

    .search-content-result .image-box .info-photos .number {
        color: #e1cb78;
        margin: 0 2px 0 0;
        display: inline-block;
        vertical-align: top;
    }

    .search-content-result .important-note {
        left: 0;
        top: 11px;
        width: auto;
        height: 23px;
        font-size: 14px;
        line-height: 18px;
        margin: 0;
        letter-spacing: 1px;
        padding: 4px 22px;
    }

    .search-content-result .add-text {
        float: left;
        width: 100%;
        display: block;
        color: #9b9b9b;
        padding: 5px 0 0 17px;
    }

    .search-content-result .add-text p {
        font-size: 12px;
        line-height: 15px;
        margin: 0;
        letter-spacing: .2px;
    }

    .search-content-result .text-holder {
        overflow: hidden;
        display: block;
        padding: 0 0 44px;
    }

    .search-content-result .text-holder h3 {
        font-size: 26px;
        line-height: 28px;
        margin: 0 0 3px;
    }

    .search-content-result .text-holder h4 {
        font-weight: bold;
        font-size: 12px;
        line-height: 15px;
        margin: 0 0 7px;
    }

    .search-content-result .text-holder h4 .text {
        font-weight: normal;
        text-transform: none;
    }

    .search-content-result .text-holder .price-block {
        margin: 0 0 5px;
    }

    .search-content-result .text-holder .price-block .price {
        display: inline-block;
        vertical-align: top;
        font: 34px/36px "freight-big-pro", "Times New Roman", serif;
        margin: 0 16px 0 0;
        color: #0f284d;
        letter-spacing: .8px;
    }

    .search-content-result .text-holder .price-block .add-price-info {
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        line-height: 15px;
        color: #b30808;
        padding: 5px 0 0;
        letter-spacing: .2px;
    }

    .search-content-result .text-holder .price-block .add-price-info .text {
        display: block;
        font-size: 10px;
        line-height: 13px;
        color: #404040;
    }

    .search-content-result .text-holder .info {
        display: block;
        text-align: left;
        margin: 0 0 4px -20px;
    }

    .search-content-result .text-holder .info li {
        width: 23.5%;
    }

    .search-content-result .text-holder .info li:after {
        background: #cececd;
        top: 5px;
    }

    .search-content-result .text-holder .info .number {
        font-size: 24px;
        line-height: 27px;
    }

    .search-content-result .text-holder .info .text {
        font-size: 12px;
        line-height: 15px;
    }

    .search-content-result .text-holder .text-list {
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: 12px;
        line-height: 18px;
        color: #404040;
        letter-spacing: .2px;
    }

    .search-content-result .text-holder .text-list a {
        color: #0f284d;
        font-weight: 600;
    }

    .search-content-result .text-holder .text-list a:hover {
        color: #243764;
    }

    .search-content-result .text-holder .text-list time {
        font-weight: 600;
    }

    .search-content-result .text-holder .open-house-text {
        display: block;
        font-size: 12px;
        line-height: 18px;
        color: #404040;
    }

    .search-content-result .text-holder .open-house-text .title {
        display: inline-block;
        vertical-align: top;
        margin: 0 3px 0 0;
        color: #b30808;
    }

    .search-content-result .add-menu-bar {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 364px;
        height: 64px;
        z-index: 6;
        overflow: hidden;
        padding: 0 0 23px;
    }

    .search-content-result .add-menu-bar .button {
        position: absolute;
        left: 0;
        top: 0;
        width: 230px;
        border: 1px solid #a8a8a8;
        height: 41px;
        margin: 0;
        background: #0f284d;
        color: #fff;
        font-size: 14px;
        line-height: 18x;
        text-transform: uppercase;
        letter-spacing: .5px;
        padding: 11px 10px;
        transition: all .3s linear;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(120%);
    }

    .hoverok .search-content-result .add-menu-bar .button:hover {
        background: #f6f5f2;
        border-color: #a8a8a8;
        color: #7e7e7e;
    }

    .search-content-result .add-menu-bar .like-minus,
    .search-content-result .add-menu-bar .like-plus {
        position: absolute;
        right: 70px;
        top: 2px;
        width: 38px;
        height: 38px;
        border: 1px solid #a8a8a8;
        border-radius: 40px;
        font-size: 17px;
        line-height: 17px;
        padding: 9px 2px 1px;
        background: #e9e9e6;
        transition: background-color .3s, color .3s;
        text-align: center;
    }

    .search-content-result .add-menu-bar .like-minus i,
    .search-content-result .add-menu-bar .like-plus i {
        color: #7e7e7e;
        transition: background-color .3s, color .3s;
    }

    .search-content-result .add-menu-bar .like-plus {
        right: 20px;
        padding-top: 10px;
    }

    .search-content-result .add-menu-bar .like-minus {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all .35s ease-in-out;
        transform: translateX(120%);
    }

    .search-content-result .add-menu-bar .like-minus:before,
    .search-content-result .add-menu-bar .like-plus:before {
        content: "";
        position: absolute;
        top: -15px;
        left: -15px;
        bottom: -15px;
        right: -15px;
        background: inherit;
        border-radius: 100px;
        z-index: -1;
        opacity: .8;
        transform: scale3d(.5, .5, 1);
    }

    .search-content-result .add-menu-bar .like-minus:hover,
    .search-content-result .add-menu-bar .like-plus:hover {
        transition: background-color .1s .3s, color .1s .3s;
        background-color: #f2f2f2;
        animation: anim-moema-1 .3s forwards;
        border-color: #aaa;
    }

    .search-content-result .add-menu-bar .like-minus:hover i,
    .search-content-result .add-menu-bar .like-plus:hover i {
        color: #7e7e7e;
        transition: background-color .3s, color .3s;
    }

    .search-content-result .add-menu-bar .like-minus:hover:before,
    .search-content-result .add-menu-bar .like-plus:hover:before {
        animation: anim-moema-2 .3s .3s forwards;
        opacity: .9;
    }

    .search-content-result .slide:hover .add-menu-bar .button {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition: all .35s ease-in-out;
        transform: translateY(0);
    }

    .search-content-result .slide:hover .image-box .info-photos {
        visibility: visible;
        transform: translateX(0);
    }

    .search-content-result .slide:hover .add-menu-bar .like-minus {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        transform: translateX(0);
    }

    .mobile-listing-bar {
        display: none;
    }

    .results-content-holder-view02 {
        margin: 0 -10px 52px;
        padding: 0;
        border: none;
        background: none;
        overflow: hidden;
    }

    .results-content-holder-view02 .shadow-bottom {
        display: none;
    }

    .results-content-holder-view02 .mask {
        overflow: visible;
        height: auto !important;
    }

    .results-content-holder-view02 .slideset {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
        margin: 0 !important;
    }

    .results-content-holder-view02 .slide {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        display: inline-block;
        vertical-align: top;
        width: 50% !important;
        padding: 12px 10px 8px;
        border: 1px solid transparent;
        position: relative;
        border-radius: 1px;
        margin: 0 -4px 40px 0 !important;
        float: none;
        background: none;
    }

    .results-content-holder-view02 .slide:after {
        content: "";
        position: absolute;
        left: 5px;
        right: 5px;
        bottom: -20px;
        height: 19px;
        background: url(/wp-content/themes/wpsir_2022/images/shadow-gallery-filter-results.png) no-repeat;
        background-size: 100% 100%;
        pointer-events: none;
        opacity: 0;
        transition: all .3s linear;
    }

    .results-content-holder-view02 .slide:hover {
        background: #fff;
        border: 1px solid #dcd9d3;
    }

    .results-content-holder-view02 .slide:hover:after {
        opacity: 1;
    }

    .results-content-holder-view02 .btn-prev,
    .results-content-holder-view02 .btn-next {
        display: none;
    }

    .results-content-holder-view02 h3 {
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 4px;
    }

    .results-content-holder-view02 h4 {
        font-size: 12px;
        line-height: 14px;
    }

    .results-content-holder-view02 .heading {
        margin: 0 0 13px;
    }

    .results-content-holder-view02 .price-box {
        left: 18px;
        right: 18px;
        bottom: 18px;
        height: 50px;
        padding: 8px 50px;
    }

    .results-content-holder-view02 .price-box .text {
        font-size: 26px;
        line-height: 28px;
        letter-spacing: .5px;
    }

    .results-content-holder-view02 .price-box .like-minus,
    .results-content-holder-view02 .price-box .like-plus {
        width: 28px;
        height: 28px;
        border-radius: 30px;
        padding: 7px 2px 1px;
        left: 10px;
        margin: -14px 0 0;
    }

    .results-content-holder-view02 .price-box .like-minus:before,
    .results-content-holder-view02 .price-box .like-plus:before {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }

    .results-content-holder-view02 .price-box .like-plus {
        left: auto;
        right: 10px;
    }

    .results-content-holder-view02 .image-box {
        margin: 0 0 12px;
    }

    .results-content-holder-view02 .info {
        padding: 4px 0 8px;
    }

    .results-content-holder-view02 .info .number {
        font-size: 24px;
        line-height: 26px;
    }

    .results-content-holder-view02 .info .text {
        font-size: 12px;
        line-height: 15px;
    }

    .results-content-holder-view02 .important-note {
        width: 158px;
        height: 20px;
        font-size: 12px;
        line-height: 15px;
        margin: 0 0 0 -79px;
    }

    .results-content-holder-view02 .important-note-footer {
        font-size: 12px;
        line-height: 15px;
    }

    .results-content-holder-view02 .add-text {
        padding-top: 12px;
    }

    .search-popup-custom {
        display: none;
    }

    .custom-gallery {
        height: 480px;
    }

    .heading-info-box {
        border: solid #ddddda;
        border-width: 1px 0;
        text-align: left;
        padding: 18px 5px 23px;
    }

    .heading-info-box h1 {
        font-size: 28px;
        line-height: 32px;
        margin: 0 0 7px;
        letter-spacing: .6px;
    }

    .heading-info-box address {
        padding: 0;
        margin: 0;
        font-size: 14px;
        line-height: 18px;
    }

    .heading-info-box address .map-link {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 5px;
    }

    .heading-info-box address .map-link .text {
        display: inline;
    }

    .heading-info-box .price {
        font-size: 28px;
        line-height: 28px;
        letter-spacing: 1px;
        margin: 0 0 5px;
    }

    .heading-info-box .old-price {
        display: none;
    }

    .heading-info-box .old-price02 {
        display: block;
        font-size: 14px;
        line-height: 18px;
        color: #7e3a3a;
        margin: 0 0 0 3px;
        letter-spacing: .3px;
    }

    .heading-info-box .old-price02 .date {
        font-style: normal;
        color: #838181;
    }

    .heading-info-box .currency {
        display: inline-block;
        vertical-align: top;
        width: 61px;
        margin: 2px 0 0 3px;
        position: relative;
    }

    .heading-info-box .currency select {
        float: left;
        width: 100%;
        height: 25px;
    }

    .add-info-table {
        border: solid #ddddda;
        border-width: 0 0 1px;
    }

    .add-info-table ul {
        margin: 0 -25px;
        border-top: none;
    }

    .add-info-table ul li {
        width: 16%;
        border: none;
        height: 83px;
        padding: 16px 5px 5px;
    }

    .add-info-table .number {
        font-size: 20px;
        line-height: 24px;
    }

    .add-info-table .text {
        font-size: 14px;
        line-height: 18px;
    }

    .bar-listing-tools {
        display: block;
    }

    .property-highlights-box {
        display: none;
    }

    .open-house-section {
        padding: 18px 0;
    }

    .open-house-section .open-house-box .opener {
        overflow: hidden;
        text-align: left;
        padding: 11px 40px;
    }

    .open-house-section .open-house-box .opener .title {
        float: left;
        margin: 0 3px 0 0;
    }

    .open-house-section .slide-block > .frame {
        padding: 0 40px 15px;
    }

    .property-detail-page .section-overview {
        padding: 13px 0 15px;
    }

    .property-detail-page .section-overview h3 {
        font-size: 29px;
        line-height: 32px;
        margin: 0 0 20px;
    }

    .property-detail-page .section-overview p {
        font-size: 16px;
        line-height: 28px;
        text-align: left;
    }

    .property-detail-page .section-overview .property-highlights-box {
        display: block;
        float: left;
        width: 48%;
        margin: 4px 60px 0 0;
        text-align: left;
        padding: 15px 24px 20px 30px;
    }

    .property-detail-page .section-overview .property-highlights-box h4 {
        font: 14px/18px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
        padding: 0 0 6px;
        margin: 0 0 9px;
        border-bottom: 1px solid #e3e3e1;
        color: #001e45;
        text-transform: uppercase;
    }

    .property-detail-page .section-overview .property-highlights-box h4 .title {
        color: #001e45;
    }

    .property-detail-page .article {
        padding: 15px 0 30px;
    }

    .property-detail-page .article .accordion .content .list li {
        width: 49%;
    }

    .property-detail-page .social-networks-bar {
        display: block;
        background: #fff;
        padding: 5px 0 40px;
    }

    .property-detail-page .social-networks-bar li a {
        width: 29px;
        height: 29px;
        background: #e3e3e1;
        font-size: 18px;
        padding: 4px 1px 1px;
        color: #001e45;
        transition: all .3s linear;
    }

    .property-detail-page .social-networks-bar li a:hover {
        background: #243764;
        color: #fff;
    }

    .property-detail-page .section-map .map-holder {
        height: 422px;
    }

    .property-detail-page .section-map .sub-headline {
        padding: 11px 0 15px;
    }

    .property-detail-page .section-map .sub-headline h2 {
        font-size: 40px;
        line-height: 44px;
        padding: 0 190px;
        margin: 0;
    }

    .property-detail-page .section-map .sub-headline .location-link {
        position: absolute;
        right: 21px;
        top: 21px;
    }

    .property-detail-page .section-map .location01 {
        display: block;
        position: absolute;
        top: 51%;
        right: 35.4%;
        width: 35px;
        height: 35px;
        border-radius: 40px;
        overflow: hidden;
        background: #000;
        font-size: 16px;
        line-height: 16px;
        z-index: 10;
        text-align: center;
        color: #fff;
        padding: 9px 3px 1px;
    }

    .property-detail-page .section-map .popup-block {
        display: block;
        position: absolute;
        bottom: 52.5%;
        right: 17.4%;
        width: 273px;
        border: 1px solid #ccc;
        background: #fff;
    }

    .property-detail-page .section-map .popup-block > .frame {
        background: #fff;
        position: relative;
        z-index: 5;
    }

    .property-detail-page .section-map .popup-block:before,
    .property-detail-page .section-map .popup-block:after {
        content: "";
        position: absolute;
        left: -1px;
        bottom: -20px;
        border: solid;
        border-width: 20px;
        border-color: transparent transparent transparent #ccc;
        z-index: 3;
    }

    .property-detail-page .section-map .popup-block:after {
        bottom: -18px;
        left: 0;
        border-width: 19px;
        border-color: transparent transparent transparent #fff;
    }

    .property-detail-page .section-map .popup-block .holder {
        padding: 11px 11px 17px;
        overflow: hidden;
    }

    .property-detail-page .section-map .popup-block .holder .img-box {
        float: left;
        width: 37px;
        height: auto;
        margin: -2px 20px 0 0;
    }

    .property-detail-page .section-map .popup-block .holder .text-holder {
        overflow: hidden;
    }

    .property-detail-page .section-map .popup-block .holder p {
        margin: 0;
        font-size: 10px;
        line-height: 13px;
        color: #70798a;
        margin: 0;
        letter-spacing: .2px;
    }

    .property-detail-page .section-map .popup-block .heading {
        background: #eef0ee;
        padding: 10px 12px 9px;
    }

    .property-detail-page .section-map .popup-block .heading h4 {
        font-size: 12px;
        line-height: 14px;
        color: #0f284d;
        margin: 0 0 2px;
    }

    .property-detail-page .section-map .popup-block .heading h5 {
        font-size: 10px;
        line-height: 13px;
        margin: 0;
        color: #697283;
    }

    .property-detail-page .section-map .popup-block .close {
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 40px;
        border: 1px solid #ccc;
        background: #fff;
        text-align: center;
        top: -15px;
        right: -15px;
        font-size: 16px;
        line-height: 16px;
        padding: 5px 2px 1px;
        color: #0f284d;
    }

    .property-detail-page .section-map .popup-block .close:hover {
        color: #243764;
    }

    .property-detail-page .large-block-grid-4 > li:after {
        display: none;
    }

    .blockquote-holder {
        margin-top: 14px;
    }

    .blockquote-holder blockquote {
        padding: 6px 10% 13px;
    }

    .blockquote-holder blockquote p {
        font-size: 27px;
        line-height: 44px;
        margin: 0 0 19px;
        letter-spacing: .5px;
    }

    .email-form.style04 {
        padding: 28px 30px 37px;
    }

    .email-form.style04 .heading {
        margin: 0 0 16px;
    }

    .email-form.style04 h2 {
        letter-spacing: 2.5px;
    }

    .email-form.style04 .cell {
        width: 46.4%;
        padding-top: 16px;
    }

    .email-form.style04 .cell + .cell {
        padding-top: 0;
    }

    .email-form.style04 .textarea-holder textarea {
        height: 121px !important;
        margin: 0 0 22px;
    }

    .mobile-add-bar {
        display: none;
    }
}

@media only screen and (min-width:768px) and (max-width:960px) {
    .sub-menu.style02 {
        margin: 0 -20px;
    }

    .search-box fieldset .result {
        font-size: 24px;
        line-height: 28px;
    }

    .search-box fieldset .result .text {
        padding: 0;
    }

    .search-box fieldset .block input[type="text"],
    .search-box fieldset .block input[type="search"] {
        padding: 10px 19px 10px 19px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .start-section-holder h1 {
        margin-bottom: 30px;
        font-size: 36px;
        line-height: 48px;
    }

    .start-section-holder .page-heading {
        padding-left: 60px;
        padding-right: 60px;
    }

    .start-section-holder.alt {
        padding-top: 231px;
        padding-bottom: 51px;
    }

    .start-section-holder.alt2 {
        padding-top: 231px;
        padding-bottom: 40px;
    }

    .start-section-holder.alt2 .page-heading {
        padding-left: 0;
        padding-right: 0;
    }

    .start-section-holder.alt2 h1 {
        font-size: 48px;
        line-height: 52px;
        margin: 0 0 12px;
        letter-spacing: .5px;
    }

    .start-section-holder.alt2 h1:last-child {
        margin-bottom: 0;
    }

    .start-section-holder.alt2 p {
        margin: 0;
    }

    .article {
        padding-top: 19px;
    }

    .article p {
        margin-top: 19px;
    }

    .article .alignleft,
    .article .alignright {
        max-width: 300px;
        height: auto;
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .article .alignleft + p,
    .article .alignright + p {
        margin-top: 54px;
    }

    .article .alignleft {
        margin-left: -64px;
    }

    .article .alignright {
        margin-right: -64px;
    }

    .article .medium-6.large-4 {
        float: none !important;
        display: inline-block;
        vertical-align: top;
        margin-right: -5px;
    }

    .article ul li {
        padding-left: 25px;
    }

    .article ul li:before {
        top: 9px;
        left: 2px;
        width: 4px;
        height: 4px;
        background: #333;
    }

    .article figure.aligncenter {
        max-width: 405px;
    }

    .article h3 {
        color: #1a376d;
        margin: 23px 0 19px;
        font: bold 18px/24px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
        text-transform: uppercase;
    }

    .article h4 {
        margin-top: 52px;
    }

    .article p + .row {
        padding-top: 26px;
    }

    .article ul + .row {
        padding-top: 5px;
    }

    .article ol + p {
        padding-top: 6px;
    }

    .article figure + p {
        margin-top: 21px;
    }

    .article blockquote {
        margin-top: 11px;
    }

    .article .promo + p {
        margin-top: 15px;
    }

    .article figcaption {
        font: bold 14px/20px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
        border-bottom: 0;
    }

    .article figcaption:last-child {
        padding-bottom: 0;
    }

    .article .accordion {
        margin-top: 44px;
    }

    .tabs {
        margin-top: 51px;
    }

    .tabs-content {
        margin-bottom: 7px;
    }

    .intro {
        padding-bottom: 28px;
        margin-bottom: 39px;
        font-size: 24px;
        line-height: 36px;
    }

    .promo {
        max-width: 600px;
        margin: 20px auto 0;
    }

    .testimonial {
        padding-bottom: 8px;
    }

    .testimonial h4 {
        margin: 14px 0 31px;
    }

    .testimonial blockquote {
        position: static;
        font-size: 28px;
        line-height: 48px;
        padding: 0;
    }

    .testimonial blockquote q {
        position: relative;
        padding: 9px 0 19px 43px;
    }

    .testimonial blockquote q:before,
    .testimonial blockquote q:after {
        width: 30px;
        height: 24px;
        background-position: -1px -206px;
    }

    .testimonial blockquote q:before {
        top: -1px;
    }

    .testimonial blockquote q:after {
        background-position: -38px -206px;
    }

    .testimonial blockquote cite {
        margin-top: 17px;
        text-align: center;
        font-size: 18px;
        list-style: 0;
        padding-right: 34px;
    }

    .grey-box {
        margin-top: 34px;
    }

    .grey-box .frame {
        max-width: 620px;
        margin: 0 auto;
        padding-bottom: 24px;
    }

    .grey-box .frame:after {
        width: 620px;
        left: 50%;
        margin-left: -310px;
        background-position: -1px -2px;
    }

    .page-heading .button-holder {
        margin-top: 25px;
    }

    .subnav-bar {
        padding-bottom: 1px;
    }

    .sub-menu {
        float: none;
    }

    .sub-menu li {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-right: -4px;
        font-size: 12px;
        line-height: 36px;
    }

    .social-links {
        position: absolute;
        right: 0;
        top: 100%;
        margin-top: 2px;
        padding: 3px 4px 2px;
        border: solid #c8c6c0;
        border-width: 0 1px 1px;
        background: #fff;
    }

    .social-links li {
        padding-right: 0;
        padding-left: 9px;
    }

    .social-links li:first-child {
        padding-left: 0;
    }

    .section-overview {
        padding-bottom: 0;
    }

    .headline {
        padding-top: 47px;
        padding-left: 0;
        padding-right: 0;
    }

    .section-map .sub-headline {
        padding-left: 60px;
        padding-right: 60px;
        padding-bottom: 18px;
        border-left: 1px solid #ccccca;
        border-right: 1px solid #ccccca;
    }

    .section-map .sub-headline h4 {
        letter-spacing: -1px;
        word-spacing: -1px;
    }

    .section-map .sub-headline p {
        margin-top: 6px;
        font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    }

    .section-map .sub-headline p a {
        font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    }

    .map-holder .popup {
        width: 282px;
        font: 18px/24px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
        text-transform: none;
        text-align: left;
    }

    .map-holder .popup .listing,
    .map-holder .popup .details {
        font-weight: normal;
        letter-spacing: .5px;
    }

    .map-holder .popup:before {
        height: 25px;
        background-position: 0 -28px;
    }

    .map-holder .popup .title {
        font: bold 22px/28px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
        text-align: left;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .map-holder .popup .number {
        font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
        font-weight: bold;
    }

    .map-holder .popup .frame {
        padding: 26px 20px 26px 55px;
    }

    .map-holder .popup .details:after {
        display: none;
    }

    .section-featured-areas .add-menu ul {
        padding-left: 0;
        padding-bottom: 5px;
    }

    .post-grid .title {
        bottom: 30px;
    }

    .post-grid .hover .title {
        top: 30px;
        bottom: auto;
    }

    .slideshow .description-area {
        overflow: hidden;
        max-height: 72px;
        position: relative;
    }

    .pager a {
        min-width: 100px;
    }

    .body-panel {
        padding-bottom: 24px;
    }

    .action {
        min-width: 318px;
        margin-top: 3px;
    }

    .section-listings .sub-headline {
        margin-bottom: 36px;
    }

    .section-listings .sub-headline h2 {
        margin: 0 50px;
    }

    .links {
        margin-right: -20px;
    }

    .promo-box {
        margin: 22px 0 0;
        padding-top: 20px;
        padding-bottom: 19px;
    }

    .promo-box .button {
        display: inline-block;
        vertical-align: top;
        min-width: 282px;
        margin-top: 16px;
    }

    .promo-box h3 {
        margin-bottom: 10px;
    }

    .section-listings + .brokerage-listing-section {
        padding-top: 0;
    }

    .section-media {
        padding-bottom: 30px;
    }

    .heading-bar {
        background: #fff;
        padding-bottom: 0;
    }

    .heading-bar .page-heading h1 {
        font-size: 36px;
        line-height: 41px;
    }

    .heading-bar .jcf-select {
        border-color: #1a376d;
    }

    .getting-city-section .city-time-box > .frame {
        width: 320px;
    }

    .section-map.style02 .popup {
        text-align: center;
    }

    .section-map.style02 .popup:before {
        background-position: 50% -1px;
    }

    .section-map.style02 .popup .title {
        text-align: center;
    }

    .tabset-info-section {
        padding: 38px 0;
    }

    .tabset-info li a {
        font-size: 32px;
        line-height: 36px;
        padding: 0 0 40px;
    }

    .slideshow-video {
        margin: 0 0 20px;
    }

    .slideshow-video .slideset {
        margin: 0 0 20px;
    }

    .global-search .sub-menu {
        margin-bottom: -1px;
    }

    .global-search .sub-menu li {
        padding: 0 5px;
    }

    .global-search .properties-list {
        margin-left: -18px;
        margin-right: 0;
    }

    .global-search .properties-list .post {
        width: 48.3%;
    }

    .adv-search02 .main-holder {
        background: #fff;
    }

    .search-page-containner {
        margin: 0 0 20px;
    }

    .search-page-containner > .holder {
        padding: 19px 30px 20px;
    }

    .search-page-containner:after,
    .search-page-containner:before {
        display: none;
    }

    .search-page-containner .twocolumns .content-holder {
        margin: 0;
    }

    .search-page-containner .twocolumns .content {
        float: none;
        margin: 0 0 41px;
        padding: 0 0 28px;
        border-bottom: 1px solid #c2c1bd;
    }

    .search-page-containner .twocolumns .aside {
        float: none;
        width: 100%;
        margin: 0;
    }

    .search-page-containner .twocolumns .aside-container {
        overflow: hidden;
    }

    .search-page-containner .twocolumns .aside-container > .box {
        float: right;
        width: 46%;
    }

    .search-page-containner .twocolumns .aside-container > .box:first-child {
        float: left;
    }

    .tabset-search li a {
        padding: 19px 30px 17px;
    }

    .searches-menu {
        margin: 0 0 29px;
    }

    .development-page .start-section-holder.alt2 {
        padding-top: 151px;
        padding-bottom: 37px;
    }

    .development-page .start-section-holder.alt2 h1 {
        margin: 0 0 20px;
    }

    .development-page .sub-menu li {
        padding: 0 19px;
    }

    .development-page .sub-menu li:first-child {
        padding-left: 0;
    }

    .development-page .sub-menu li:last-child {
        padding-right: 0;
    }

    .development-page .headline {
        padding: 93px 35px 32px;
    }

    .development-page .amenites-section .heading h2 {
        font-size: 40px;
        line-height: 46px;
    }

    .development-page .amenites-section .heading {
        margin: 0 0 44px;
    }

    .development-page .amenites-section .amenites-list {
        padding: 20px 340px 18px;
        margin: 0 -400px;
    }

    .development-page .amenites-section .amenites-list li {
        margin: 0 4.5% 10px;
    }

    .development-page.staff-all-page .article {
        padding-bottom: 32px;
    }

    .development-page .section-market .sub-headline h2 {
        font-size: 40px;
    }

    .development-page .body-panel {
        padding: 20px 0 42px;
    }

    .development-page .snapshot-box .frame {
        min-height: 10px;
    }

    .development-page .unit-style .title {
        padding-top: 0;
        margin: 0;
    }

    .development-page .unit-style.snapshot-box .options .add-holder {
        display: inline-block;
        vertical-align: top;
        margin-right: 12px;
    }

    .development-page .carousel .num-description {
        margin-bottom: 5px;
    }

    .development-page .carousel .mask {
        padding-bottom: 0;
    }

    .development-page .mercury-display-box .text-holder .button {
        position: relative;
        right: auto;
        top: 0;
        left: 0;
    }

    .development-page .mercury-display-box {
        text-align: center;
        padding: 25px 25px 19px;
    }

    .development-page .mercury-display-box h2 {
        margin: 0 0 15px;
    }

    .development-page .mercury-display-box .text-holder {
        padding: 0;
    }

    .development-page .mercury-display-box .text-holder p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 16px;
    }

    .development-page .listings-available-section {
        padding: 55px 0 22px;
    }

    .development-page .listings-available-section .heading h2 {
        font-size: 40px;
    }

    .development-page .snapshot-box .chart-description {
        padding-top: 0;
    }

    .development-page .tabset-search li a {
        padding: 19px 34px 17px;
    }

    .development-page .about-area-section h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .development-page .about-area-section .heading {
        margin: 0 0 36px;
    }

    .development-page .about-area-section .content-block {
        text-align: center;
        padding: 0 10px 45px;
    }

    .development-page .about-area-section .content-block .image-block {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 70%;
        margin: 0 0 32px;
    }

    .development-page .about-area-section .content-block .image-block h3 {
        font-size: 50px;
        margin: 0 0 5px;
    }

    .development-page .about-area-section .content-block .image-block .sub-title {
        margin: 0 0 5px;
    }

    .development-page .about-area-section .content-block .image-block .btn-play {
        margin: 38px 0 25px;
        width: 72px;
        height: 72px;
    }

    .development-page .about-area-section .content-block .image-block .btn-play:after {
        border-width: 14px 24px;
        margin: -14px 0 0 -8px;
    }

    .development-page .about-area-section .content-block .text-holder {
        display: inline-block;
        vertical-align: top;
        width: 70%;
        padding: 0;
    }

    .development-page .about-area-section .content-block .text-holder .button + .button {
        margin-left: 20px;
    }

    .development-page .about-area-section {
        padding: 5px 0 0;
    }

    .development-page .tabset-info-section {
        padding: 33px 0 34px;
    }

    .development-page .tabset-info-section .accordion .accordion-navigation {
        margin-top: 20px;
        position: relative;
        overflow: hidden;
    }

    .development-page .tabset-info-section .accordion .accordion-navigation:first-child {
        margin-top: 0;
    }

    .development-page .tabset-info-section .accordion .accordion-navigation > a {
        font-size: 18px;
        line-height: 24px;
        font-family: "freight-big-pro", "Times New Roman", serif;
        padding: 10px 50px;
        letter-spacing: .5px;
        text-align: center;
        color: #001e45;
        border: 1px solid #adadad;
        position: relative;
        background: #fff;
        height: 44px;
    }

    .development-page .tabset-info-section .accordion .accordion-navigation > a:after {
        content: "";
        position: absolute;
        right: 33px;
        top: 50%;
        width: 13px;
        height: 8px;
        overflow: hidden;
        margin-top: -1px;
        background: url(/wp-content/themes/wpsir_2022/images/sprite.png) no-repeat -187px -66px;
    }

    .development-page .tabset-info-section .accordion .accordion-navigation.active > a {
        background: #f6f5f2;
        border-color: #adadad;
    }

    .development-page .tabset-info-section .accordion .accordion-navigation.active > a:after {
        margin-top: -2px;
        background-position: -187px -84px;
    }

    .development-page .tabset-info-section .accordion .accordion-navigation .content {
        padding-top: 68px;
    }

    .development-page .events-list {
        margin: 0 0 14px;
    }

    .development-page .events-list address {
        line-height: 20px;
    }

    .development-page .events-section .columns:first-child .more {
        padding: 0 0 60px;
    }

    .development-page .event-item p {
        font-size: 14px;
        line-height: 23px;
    }

    .development-landing .sub-menu {
        padding-left: 0;
    }

    .development-landing .start-section-holder.alt2 p {
        font-size: 18px;
        line-height: 21px;
        margin: 0 0 2px;
        letter-spacing: 1.5px;
    }

    .development-landing .start-section-holder.alt2 h1 {
        font-size: 56px;
        line-height: 60px;
    }

    .development-landing .start-section-holder.alt2 {
        padding-top: 139px;
        padding-bottom: 37px;
    }

    .development-landing .page-heading .button-holder {
        margin-top: 29px;
    }

    .development-landing .social-links {
        float: right;
        position: relative;
        left: 0;
        top: 0;
        padding: 0;
        margin: 0;
        border: none;
    }

    .development-landing .sub-menu li {
        font-size: 14px;
    }

    .development-landing .sub-menu {
        padding: 6px 0 0 120px;
    }

    .development-landing .map-section .slide {
        height: 182px;
    }

    .development-landing.staff-all-page .section-overview {
        padding-bottom: 19px;
    }

    .development-landing .add-menu > ul > li {
        width: auto;
        margin-bottom: 5px !important;
        font-size: 12px;
    }

    .development-landing .post-grid .title p {
        margin-top: 20px;
    }

    .development-landing .post-grid .popup {
        width: auto;
        margin: 0;
        left: 30px;
        right: 30px;
        bottom: 20px;
    }

    .development-landing .slideshow .description .title {
        padding-top: 33px;
        padding-bottom: 48px;
    }

    .development-landing .slideshow .description .title h3 {
        font-size: 38px;
    }

    .development-landing .slideshow .description .logo-gallery {
        margin-bottom: 47px;
    }

    .development-landing .slideshow .description p {
        display: none;
    }

    .development-landing .slideshow .slide {
        height: 421px;
    }

    .development-landing .video-news-section .more-news-box .button-holder .button + .button {
        margin-left: 12px;
    }

    .map-container .warning-box > .frame {
        padding: 4px 10px;
    }

    .map-container .warning-box > .frame .title {
        margin: 0 5% 0 0;
    }

    .map-container .warning-box > .frame .btn {
        margin: 0 10px 0 0;
    }

    .menu-filter-block {
        width: 100%;
        position: fixed;
        pointer-events: none;
        padding: 0;
        top: auto;
        bottom: 0;
        right: 0;
        z-index: 22;
    }

    .menu-filter-block .menu-filter-heading {
        pointer-events: visible;
        text-align: right;
        overflow: visible;
        padding: 9px 16px;
    }

    .menu-filter-block .menu-filter-heading:after {
        content: "";
        position: absolute;
        left: 0;
        top: -8px;
        width: 100%;
        height: 8px;
        background: url(/wp-content/themes/wpsir_2022/images/add-shadow-filter-box.png) repeat-x;
    }

    .menu-filter-block .menu-filter-heading .btn-like {
        position: relative;
        margin-left: 65px;
    }

    .menu-filter-block .menu-filter-heading .btn-like:before {
        position: absolute;
        left: 25px;
        top: 7px;
        content: "SAVE";
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        margin: 0 0 0 -70px;
    }

    .menu-filter-block .menu-filter-heading .btn-view-list {
        width: 178px;
    }

    .menu-filter-block .menu-filter-heading .result-title {
        margin-right: 13px;
    }

    .menu-filter-block .menu-filter-heading .result-title .number {
        margin: 0 14px 0 0;
    }

    .menu-filter-block .result-container {
        display: none;
        transition: all .3s linear;
        pointer-events: visible;
    }

    .menu-filter-block .result-container .frame {
        height: 300px;
    }

    .add-menu-list {
        right: 12px;
        top: 9px;
    }

    .jcf-select-map-filter-type .jcf-list {
        padding: 10px;
    }

    .jcf-select-map-filter-type .jcf-list .jcf-option {
        padding: 8px 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .jcf-select-map-filter-type .jcf-scrollbar-vertical {
        right: -5px;
    }

    .jcf-select.jcf-select-language-site {
        border-color: #0f284d;
    }

    .jcf-select.jcf-select-language-site:after {
        background: url(/wp-content/themes/wpsir_2022/images/icon-language2.png) no-repeat;
    }

    .jcf-select.jcf-select-language-site .jcf-select-text {
        color: #0f284d;
    }

    .jcf-select-drop.jcf-select-language-site .jcf-select-drop-content {
        background: #fff;
        border: 1px solid #0f284d;
    }

    .jcf-select-drop.jcf-select-language-site .jcf-list .jcf-option {
        color: #0f284d;
    }

    .jcf-select-drop.jcf-select-language-site .jcf-list .jcf-hover {
        background: #243764;
        color: #fff;
    }

    .gallery-filter-bar .slide-menu .frame {
        max-height: 310px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .gallery-filter-bar .add-nav li {
        padding: 5px 0 5px;
    }

    .gallery-filter-bar .add-nav .title-menu {
        margin: 9px 0 -2px;
    }

    .structure-section .structure-gallery-holder {
        padding: 32px 0 37px;
    }

    .structure-section .structure-gallery {
        padding: 0;
        margin: 0 -4px 40px;
    }

    .structure-section .structure-gallery .mask {
        width: 768px;
    }

    .structure-section .structure-gallery .slideset .slide {
        width: 384px;
    }

    .structure-section .structure-gallery .add-info-block .frame {
        padding: 6px 10px;
    }

    .structure-section .structure-gallery .add-info-block .frame h3 {
        font-size: 18px;
    }

    .structure-section .structure-gallery .add-info-block .frame h4 {
        font-size: 13px;
    }

    .structure-section .structure-gallery .add-info-block .frame .price {
        font-size: 26px;
        margin-bottom: 4px;
    }

    .structure-section .structure-gallery .add-info-block .frame .add-list {
        margin: 0 -10px 8px;
    }

    .structure-section .structure-gallery .add-info-block .frame .add-list li {
        width: 70px;
    }

    .structure-section .structure-gallery .add-info-block .frame .add-list li:after {
        top: 3px;
        height: 30px;
    }

    .structure-section .structure-gallery .add-info-block .frame .add-list .number {
        font-size: 17px;
        line-height: 20px;
        margin: 0;
    }

    .structure-section .structure-gallery .add-info-block .frame .add-list .info {
        font-size: 10px;
        line-height: 12px;
    }

    .structure-section .structure-gallery .add-info-block .frame .more-details {
        font-size: 12px;
    }

    .structure-section .structure-gallery .post-box .base-text-box .button {
        font-size: 20px;
    }

    .structure-section .structure-gallery .post-box .base-text-box .title {
        font-size: 14px;
        margin: 0 0 4px;
        letter-spacing: .5px;
    }

    .structure-section .structure-gallery .post-box .base-text-box {
        padding: 0 21px 25px;
    }

    .structure-section .structure-gallery .add-info-block .frame {
        top: 25px;
        right: 21px;
        bottom: 25px;
        left: 21px;
        padding-top: 35px;
    }

    .structure-section .filter-menu ul li {
        padding: 0 15px;
    }

    .structure-section .filter-menu ul li a {
        font-size: 13px;
    }

    .explore-section .news-box-large,
    .explore-section .news-box-base {
        width: 50% !important;
        display: inline-block;
        vertical-align: top;
        float: none;
        margin: 0 -3px 0 0;
    }

    .story-section {
        padding: 42px 10px 34px;
    }

    .story-section .story-box {
        float: none;
        width: 100%;
        padding: 0;
        display: block;
    }

    .story-section .story-box .logo-story {
        width: 400px;
        max-width: 100%;
        margin: 0 0 35px;
    }

    .responsive-page .explore-section .news-box-next {
        float: none;
        width: 50%;
        margin: 0 -3px 0 0;
        display: inline-block;
        vertical-align: top;
    }

    .responsive-page .about-area-section .content-block .image-block {
        width: 50%;
        margin: 0 2% 0 0;
        height: 360px;
    }

    .responsive-page .about-area-section .content-block .image-block img {
        height: 100%;
    }

    .responsive-page .about-area-section .content-block .text-holder {
        padding: 15px 2% 0 0;
    }

    .responsive-page .about-area-section .content-block .text-holder h4 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0;
        margin: 0 0 12px;
    }

    .responsive-page .about-area-section .content-block .text-holder p {
        margin: 0 0 20px;
    }

    .responsive-page .about-area-section .content-block .text-holder .button-holder .button {
        margin: 0 10px 10px;
    }

    .animation-gallery .btn-prev,
    .animation-gallery .btn-next {
        display: none;
    }

    .animation-gallery .slide .image-box {
        height: 400px;
    }

    .animation-gallery .text-centered h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .animation-gallery .text-centered h2 {
        font-size: 44px;
        line-height: 46px;
    }

    .animation-gallery .text-centered p {
        font-size: 16px;
        line-height: 24px;
    }

    .animation-gallery .text-centered {
        padding-bottom: 42px;
    }

    .add-large-overlay {
        padding: 21px 0 0;
    }

    .add-large-overlay .info-preference-box {
        margin-right: -18px;
        min-height: 173px;
    }

    .twocolumns-continer .content-container {
        margin: 0 0 50px;
    }

    .twocolumns-continer .content-container .content-frame {
        float: none;
    }

    .twocolumns-continer .sidebar {
        float: none;
        width: auto;
        margin: 0 -3px 0 0;
    }

    .heading-twocolumns {
        margin: 0;
        padding: 13px 0 12px;
    }

    .add-info-container {
        margin: 26px 0 58px;
    }

    .widget-container {
        width: 49.1%;
        display: inline-block;
        vertical-align: top;
        margin: 0 1% 20px 0;
    }

    .widget-container:nth-child(2n) {
        margin-right: 0;
    }

    .favorite-result-list .send-alerts-box .alert-popup {
        right: -8px;
    }

    .favorite-result-list .send-alerts-box .alert-popup:before,
    .favorite-result-list .send-alerts-box .alert-popup:after {
        left: auto;
        right: 0;
        margin: 0;
    }

    .favorite-result-list .send-alerts-box .alert-popup:after {
        right: 1px;
    }

    .favorite-result-list .image-box {
        margin: 0 16px 0 0;
    }

    .favorite-result-list .delete {
        right: 10px;
    }

    .favorite-result-list .send-alerts-box {
        right: 10px;
    }

    .favorite-view-listing {
        padding-right: 0;
    }

    .breadcrumbs-holder.above-the-gallery {
        top: 70px;
    }

    .subsite .left-off-canvas-toggle {
        left: 19px;
    }

    .subsite .left-off-canvas-toggle:after {
        content: "";
        position: absolute;
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }

    .title-sibsite {
        padding: 9px 0 0 64px;
    }

    .title-sibsite h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .title-sibsite h1 span {
        display: block;
    }

    .title-sibsite .sub-title {
        display: none;
    }

    .personal-information.style03 {
        padding-top: 218px;
    }

    .personal-information.style03 .add-holder {
        margin: 0 -10px;
    }

    .personal-information.style03 .add-holder .photo-box {
        margin-left: 0;
    }

    .listings-section {
        padding: 33px 0 34px;
    }

    .listings-section h2 {
        margin: 0 0 41px;
    }

    .listings-section .posts {
        margin: 0 0 7px;
    }

    .listings-section .post {
        margin: 0 0 26px;
    }

    .listings-section .post .image-box {
        width: 48%;
        margin-top: 1px;
    }

    .listings-section .post .image-box .price {
        display: none;
    }

    .listings-section .post .text-holder .price {
        display: block;
        font: 30px/32px "freight-big-pro", "Times New Roman", serif;
        margin: 0 0 21px;
        color: #0f284d;
        padding: 0 0 0 3px;
        letter-spacing: .5px;
    }

    .listings-section .post .text-holder h3 {
        font-size: 32px;
        line-height: 32px;
        margin: 0 0 9px;
    }

    .listings-section .post .text-holder address {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 17px;
        padding: 0 0 0 1px;
    }

    .listings-section .post .text-holder .info-table {
        margin: 0 0 30px;
    }

    .listings-section .post .text-holder .info-table table .number {
        font-size: 26px;
        line-height: 26px;
        margin: 0 0 -1px;
    }

    .listings-section .post .text-holder .info-table table .description {
        font-size: 12px;
        line-height: 14px;
    }

    .listings-section .post .text-holder .text {
        display: none;
    }

    .listings-section .post .button {
        min-width: 45%;
        font-size: 12px;
        height: 44px;
        padding: 14px 10px;
    }

    .listings-section .post .button.white-btn {
        padding: 13px 10px;
    }

    .listings-section .post .button + .button {
        margin: 0 0 0 1%;
    }

    .listings-section .post .button i {
        font-size: 1.1em;
        margin: 2px 3px 0 0;
    }

    .listings-section .post .button span {
        display: none;
    }

    .listings-section .link-holder.add {
        margin-bottom: 47px;
    }

    .listings-section .link-holder .more:before {
        content: "";
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
    }

    .staff-all-page #footer .description-block .link-holder {
        background: url(/wp-content/themes/wpsir_2022/images/bg-more02.png) repeat-x 50% 100%;
    }

    .testimonials-gallery {
        margin: 0;
        padding: 0 42px 18px;
    }

    .testimonials-gallery .slide > .frame {
        padding: 34px 70px 47px;
    }

    .testimonials-gallery blockquote p {
        letter-spacing: .8px;
    }

    .testimonials-gallery .btn-prev {
        left: 10px;
        margin-top: -30px;
    }

    .testimonials-gallery .btn-next {
        right: 10px;
        margin-top: -30px;
    }

    .about-me-page .section-overview,
    .about-me-page .article {
        padding: 0 14% 33px;
    }

    .about-me-page .article {
        padding-bottom: 34px;
    }

    .your-search-bar .map-filter-form {
        width: 45.5%;
    }

    .your-search-bar .price-filter .opener,
    .your-search-bar .beds-filter .opener,
    .your-search-bar .more-filter .opener {
        padding: 13px 25px 13px 10px;
        font-size: 16px;
    }

    .your-search-bar .price-filter .opener:after,
    .your-search-bar .beds-filter .opener:after,
    .your-search-bar .more-filter .opener:after {
        right: 10px;
    }

    .your-search-bar .btn-listing .text-view {
        display: none;
    }

    .your-search-results {
        width: 34%;
    }

    .your-search-results input {
        padding: 12px 15px;
    }

    .your-search-results .button-search {
        display: none;
    }

    .jcf-select.jcf-select-your-search-filter .jcf-select-text {
        margin: 0 25px 0 10px;
        font-size: 16px;
    }

    .jcf-select.jcf-select-your-search-filter .jcf-select-opener {
        right: 10px !important;
    }

    .jcf-select-your-search-filter .jcf-list {
        padding: 10px;
    }

    .jcf-select-your-search-filter .jcf-list .jcf-option {
        padding: 8px 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .jcf-select-your-search-filter .jcf-scrollbar-vertical {
        right: -5px;
    }

    .search-option-section .filter-block {
        float: none;
        width: auto;
        padding: 0 15px;
    }

    .search-option-section .filter-block .filter-aside {
        display: block;
    }

    .search-option-section .filter-aside {
        display: none;
    }

    .search-option-section .communities-in-box {
        margin: 0 -15px 15px;
    }

    .search-option-section .popular-search-box {
        margin: 0 -20px;
    }

    .search-option-section .popular-search-box .input-holder {
        margin: 0 0 25px;
    }

    .search-option-section .row-filter .cell-filter {
        width: 44.5%;
    }

    .search-option-section .row-filter {
        margin: 0 0 19px;
    }

    .search-option-section .slide > .frame {
        padding: 10px 10px 28px;
    }

    .search-option-section .slide > .frame .shadow-bottom {
        height: 28px;
        left: 5px;
        right: 5px;
        bottom: -28px;
    }

    .filter-menu-bar {
        padding: 37px 0 38px;
    }

    .filter-menu-bar .select-holder {
        margin: 0 16px 0 0;
    }

    .filter-menu-bar .sort-form {
        width: 238px;
        margin: 0 0 0 8px;
    }

    .jcf-select.jcf-select-sort-by-select {
        width: 238px !important;
    }

    .jcf-select.jcf-select-sort-by-select .jcf-select-opener {
        right: 14px !important;
    }

    .search-results-page .filter-menu-bar .save-search-link .text {
        width: 62px;
        padding: 4px 0 0;
    }

    .bar-listing-tools.fixed-position {
        top: 70px;
    }

    .property-detail-page.nophoto .custom-gallery {
        height: 478px;
    }
}

@media only screen and (min-width:961px) {
    .start-section-holder {
        padding-top: 83px;
        padding-bottom: 108px;
    }

    .start-section p {
        font-size: 22px;
        line-height: 33px;
        margin: 0 0 25px;
    }

    .start-section h1 {
        font-size: 46px;
        line-height: 50px;
        margin: 0 0 18px;
    }

    .start-section .text {
        padding-right: 70px;
    }

    .start-menu {
        padding: 8px 0 0 5px;
    }

    .cycle-gallery {
        padding: 47px 85px 99px;
        margin: 0 0 72px;
    }

    .seller-services-section h1 {
        margin: 0 0 4px;
    }

    .seller-services-section .sub-title {
        font-size: 24px;
        line-height: 39px;
    }

    .seller-services-section .heading {
        padding: 0 0 21px;
    }

    .seller-services-section .heading:after {
        left: 195px;
        right: 195px;
    }

    .seller-services-section p {
        margin: 0 0 43px;
    }

    .services-posts .post h2 {
        font-size: 24px;
        line-height: 33px;
        margin: 0 0 7px;
    }

    .services-posts .post .more {
        margin-bottom: 46px;
    }

    .services-posts .post .image-block {
        margin: 0 0 14px;
    }

    .news-section > .frame {
        padding: 62px 0 70px;
    }

    .news-block {
        background: #fff;
        z-index: 2;
    }

    .news-block:before,
    .news-block:after {
        content: "";
        position: absolute;
        z-index: -1;
        bottom: 16px;
        left: 15px;
        width: 55%;
        height: 20%;
        max-width: 300px;
        box-shadow: 0 15px 20px rgba(0, 0, 0, .2);
        transform: rotate(-5deg);
    }

    .news-block:after {
        right: 15px;
        left: auto;
        transform: rotate(5deg);
    }

    .news-block .news-frame {
        background: inherit;
        position: relative;
        z-index: 2;
        padding: 35px 45px 27px;
    }

    .news-block .cell {
        float: right;
        width: 49%;
    }

    .news-block .cell:first-child {
        float: left;
    }

    .news-block {
        margin: 0 -56px;
    }

    .news-block .news-frame {
        padding: 55px 66px 41px;
    }

    .latest-news-box {
        background: none;
        margin: 0 0 30px;
    }

    .latest-news-box:after,
    .latest-news-box:before {
        display: none;
    }

    .latest-news-box > .holder {
        background: none;
        padding: 0;
    }

    .latest-news-box h2 {
        font-size: 24px;
    }

    .latest-news-box .heading {
        padding: 0 0 17px;
        margin: 0 0 16px;
    }

    .latest-news-box .date-block {
        margin: 0 0 17px;
    }

    .latest-news-box .date-block .date {
        margin: 5px 19px 0 0;
    }

    .latest-news-box .date-block h3 {
        margin: 0 0 5px;
    }

    .latest-news-box .text {
        margin: 0 0 23px;
    }

    .latest-news-box .button-holder {
        text-align: left;
    }

    .latest-news-box .button-holder .button {
        display: inline-block;
    }

    .latest-news-box {
        margin: 0;
    }

    .more-news-box {
        padding: 0;
    }

    .more-news-box .heading {
        padding: 0 0 17px;
    }

    .more-news-box .post p {
        display: block;
    }

    .more-news-box .link-holder {
        padding: 6px 0 0;
    }

    .more-news-box .link-holder {
        padding: 26px 0 0;
    }

    .market-news-section {
        padding: 62px 50px 0;
        background: #011836 url(/wp-content/themes/wpsir_2022/images/market-news-bg.png) no-repeat 50% 0;
        background-size: auto 100%;
    }

    .market-news-section .image-box {
        display: block;
        float: left;
        width: 424px;
        margin: 0 68px 0 -57px;
    }

    .market-news-section .image-box img {
        display: block;
        width: 100%;
        height: auto;
    }

    .market-news-section .text-holder {
        overflow: hidden;
        padding: 24px 0 15px;
    }

    .market-news-section h3 {
        margin: 0 0 34px;
    }

    .contacts-section {
        padding: 0 0 44px;
    }

    .contacts-section .text-note {
        display: block;
        left: 444px;
        bottom: 13px;
    }

    .contact-box {
        padding: 16px 28px 36px;
        margin: 0 0 0 5px;
    }

    .contact-box .heading {
        padding: 0 0 11px;
        margin: 0 0 8px;
    }

    .contact-box .button.gray {
        height: 49px;
        line-height: 24px;
    }

    .contact-box .button.dark-blue {
        height: 49px;
        line-height: 28px;
    }

    .contact-box .link-direction {
        margin: 0 0 15px;
    }

    .social-networks {
        margin: 0 0 32px;
    }

    .add-menu > ul > li {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: auto;
    }

    .add-menu > ul > li > a {
        width: 190px;
    }

    .add-menu:before,
    .add-menu:after {
        box-shadow: 0 15px 25px rgba(0, 0, 0, .2);
    }

    .filter-news-section h2 {
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 7px;
    }

    .filter-news-section h3 {
        font-size: 12px;
        line-height: 14px;
    }

    .filter-news-section .heading {
        margin: 0 0 22px;
    }

    .filter-news-section .image-box {
        margin: 0 0 21px;
    }

    .filter-news-section .button-holder {
        padding-bottom: 21px;
    }

    .filter-news-section .button-holder .button {
        margin: 19px 0 0;
    }

    .filter-news-section .button-holder .button:first-child {
        margin-top: 0;
    }

    .button.dark-blue {
        height: 46px;
        font-size: 17px;
        padding: 12px 10px;
    }

    .button.gray {
        height: 42px;
        font-size: 14px;
        line-height: 18px;
        padding: 12px 10px;
    }

    .email-form {
        padding: 28px 10px 42px;
    }

    .email-form h2 {
        font-size: 46px;
        line-height: 50px;
    }

    .email-form .heading {
        margin: 0 0 34px;
    }

    .input-holder input {
        padding: 14px 25px;
    }

    .blockquote-section .columns .text-box {
        padding: 0 0 0 96px;
    }

    .blockquote-section .columns + .columns .text-box {
        padding: 0 96px 0 0;
    }

    .blockquote-container {
        padding: 33px 100px 46px;
    }

    .blockquote-container h2 {
        font-size: 40px;
        line-height: 44px;
        margin: 0 0 26px;
        letter-spacing: 2px;
    }

    .blockquote-container footer:after {
        left: 190px;
        right: 190px;
    }

    .map-info-description {
        padding: 36px 5px 40px;
    }

    .map-info-description h2 {
        margin: 0 0 24px;
    }

    .map-info-description .button {
        min-width: 324px;
    }

    .manager-info-section {
        padding: 13px 0 74px;
    }

    .communities-info {
        padding: 8px 0 59px;
        max-width: 100%;
        text-align: center;
    }

    .communities-info li {
        display: inline-block;
        vertical-align: top;
        margin: 0 4% 0 0;
    }

    .communities-info li:last-child {
        margin-right: 0;
    }

    .brokerage-menu {
        padding: 0 0 64px;
    }

    .top-bar-section .dropdown {
        width: 553px !important;
    }

    .page-heading .select-holder {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .post-grid li {
        width: 25% !important;
    }

    .large-6 .listings-items:first-child {
        padding: 60px 0 0 16px;
    }

    .large-6 .listings-items li {
        width: 100%;
        padding-top: 35px;
    }

    .page-heading-box {
        padding: 17px 0 37px;
        overflow: hidden;
    }

    .page-heading-box h1 {
        font-size: 46px;
        line-height: 50px;
        float: left;
        margin: 0 24px 0 0;
    }

    .page-heading-box .title {
        padding: 16px 0 0;
        letter-spacing: .6px;
        font-size: 26px;
        line-height: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .page-heading-box.text-center h1 {
        float: none;
        margin: 0 0 10px;
    }

    .page-heading-box.text-center .title {
        padding: 0;
    }

    .featured-video-box {
        padding: 43px 0 87px;
    }

    .featured-video-box .text-holder {
        overflow: hidden;
    }

    .featured-video-box .video-block {
        width: 64.3%;
        margin: 0 28px 0 0;
    }

    .featured-video-box .brokerage-menu {
        margin: 0 0 11px;
        padding: 0;
    }

    .featured-video-box .video-block {
        width: 57.2%;
    }

    .featured-video-box .note {
        margin: 0 0 6px;
    }

    .featured-video-box .heading {
        padding: 0 8% 14px 0;
        margin: 0 0 21px;
        overflow: hidden;
    }

    .tabset-video {
        max-width: 100%;
        border-width: 0 0 1px;
        border-color: transparent transparent #aaa9a7 transparent;
        padding: 0;
        width: 100%;
        display: table;
        text-align: center;
        background: #fff;
        font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
        line-height: 18px;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .tabset-video li {
        display: table-cell;
        vertical-align: middle;
        border-left: 1px solid #fff;
    }

    .tabset-video li:first-child {
        border-left: none;
    }

    .tabset-video li a {
        display: block;
        position: relative;
        padding: 0 5px;
    }

    .tabset-video li a span {
        display: table-cell;
        height: 55px;
        vertical-align: middle;
        width: 500px;
    }

    .tabset-video li.active a:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -14px;
        border: solid;
        border-width: 7px 8px;
        border-color: #0e2c52 transparent transparent transparent;
        margin: 0 0 0 -4px;
    }

    .video-posts .video-holder {
        margin: 0 0 17px;
    }

    .video-posts > li {
        padding-bottom: 49px;
    }

    .filter-search-container {
        margin: 0 0 30px;
    }

    .filter-search-container .title,
    .filter-search-container .opener {
        display: none;
    }

    .filter-search-container .slide.js-slide-hidden {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        padding: 0;
        margin: 0 -10px;
    }

    .filter-search-container > .frame {
        padding: 18px 10px 33px;
    }

    .history-start-section {
        padding-bottom: 104px;
    }

    .history-start-section .image-block {
        overflow: visible;
        margin: 0;
    }

    .history-start-section .image-block .image-box {
        width: 57%;
        margin-top: 7px;
    }

    .history-start-section .image-block .text-holder {
        padding: 0 0 6px;
    }

    .history-start-section .text-block {
        overflow: hidden;
        padding: 0 20px 0 0;
    }

    .history-start-section .text-block p {
        margin: 0 0 16px;
    }

    .history-start-section .text-block .button-holder {
        text-align: left;
    }

    .history-posts {
        margin-bottom: 30px;
    }

    .history-posts:last-child {
        margin-bottom: 59px;
    }

    .history-posts .title {
        font-size: 18px;
        line-height: 24px;
    }

    .decor-separator {
        margin: 20px 0;
    }

    .base-text-section {
        padding: 13px 8% 15px;
    }

    .base-text-section .brokerage-menu {
        margin: 0 -5%;
        max-width: 200%;
        padding: 0;
    }

    .press-post-section {
        padding: 0 0 45px;
    }

    .press-posts {
        margin: 0;
    }

    .press-posts .post {
        margin: 0 0 29px;
    }

    .press-posts .post h3 {
        max-height: 100%;
        margin: 0 0 1px;
    }

    .pagination-block {
        margin-top: 81px;
        margin-bottom: 30px;
    }

    .nophoto.blog-catch-page .page-heading {
        padding: 34px 20% 32px;
    }

    .nophoto.blog-catch-page .heading-bar .page-heading h1 {
        font-size: 40px;
        line-height: 45px;
    }

    .nophoto.blog-catch-page .columns .article {
        padding-top: 29px;
    }

    .blog-catch-page .page-heading h1 {
        font-size: 40px;
        line-height: 45px;
    }

    .info-date-bar {
        padding: 36px 107px 48px;
    }

    .info-date-bar .info-tags {
        text-align: left;
        padding: 0;
        margin: 0 -10px;
    }

    .comment-box {
        margin: 0 auto 7px;
        max-width: 742px;
    }

    .comment-box .frame {
        padding: 26px 46px 24px;
    }

    .comment-box .frame:after {
        width: 620px;
        left: 50%;
        margin-left: -310px;
        background-position: -1px -2px;
    }

    .comment-form {
        max-width: 740px;
        margin: 0 auto;
    }

    .brokerage-listing-section.style03 {
        padding-top: 226px;
    }

    .blog-full .page-heading-box.text-center h1 {
        font-size: 64px;
        line-height: 64px;
    }

    .press-page .page-heading-box.text-center h1 {
        font-size: 64px;
        line-height: 64px;
    }

    .img-list .icon {
        width: 77px;
        height: 77px;
        margin-bottom: 18px;
        font-size: 44px;
        line-height: 65px;
    }

    .img-list .icon i {
        line-height: 77px;
    }

    .img-list .icon i.ico-train {
        font-size: 44px;
    }

    .img-list .icon i.ico-ns {
        font-size: 45px;
    }

    .img-list .icon i.ico-golf {
        line-height: 50px;
        font-size: 30px;
    }

    .img-list .icon i.ico-house {
        font-size: 27px;
    }

    .img-list .icon i.ico-case {
        font-size: 34px;
    }

    .img-list .category {
        font-size: 12px;
    }

    .img-list h3 {
        margin: 0 0 1px;
        font-size: 21px;
    }

    .img-list .slideset > li {
        width: 33.333% !important;
    }

    .img-list .slideset > li:hover .icon-holder {
        top: -25px;
    }

    .img-list .slideset > li:hover .icon {
        width: 59px;
        height: 59px;
        line-height: 50px;
        font-size: 29px;
    }

    .img-list .slideset > li:hover .icon:before,
    .img-list .slideset > li:hover .icon:after {
        margin-top: -5px;
    }

    .img-list .slideset > li:hover .icon i {
        line-height: 59px;
    }

    .img-list .slideset > li:hover .icon i.ico-train {
        font-size: 30px;
    }

    .img-list .slideset > li:hover .icon i.ico-ns {
        font-size: 30px;
    }

    .img-list .slideset > li:hover .icon i.ico-golf {
        line-height: 56px;
        font-size: 25px;
    }

    .img-list .slideset > li:hover .icon i.ico-house {
        font-size: 22px;
        line-height: 40px;
    }

    .img-list .slideset > li:hover .icon i.ico-case {
        font-size: 30px;
    }

    .img-list .slideset > li:hover h3 .num {
        margin: 5px 0 3px;
    }

    .img-list .q-links:before {
        width: 68%;
        left: 16%;
    }

    .img-list .q-links li {
        font-size: 12px;
        padding: 3px 0 0;
    }

    .img-list .q-links li:first-child {
        padding: 25px 0 0;
    }

    .img-list h3 .num {
        font-size: 58px;
    }

    .img-list .caption {
        top: 40px;
    }

    .img-list .caption .holder .frame {
        padding-top: 26px;
    }

    .staff-all-page .video-news-section {
        padding: 48px 10px 46px;
    }

    .staff-all-page .video-news-section > .frame {
        max-width: 1164px;
    }

    .staff-all-page .video-news-section > .frame > .holder {
        padding: 40px 50px;
    }

    .staff-all-page .video-news-section .columns.large-6 {
        padding-left: 0;
        padding-right: 25px;
    }

    .staff-all-page .video-news-section .columns.large-6 + .columns.large-6 {
        padding-right: 0;
        padding-left: 25px;
    }

    .slideshow-video .video-block .btn-play {
        width: 90px;
        height: 90px;
        margin: -45px 0 0 -45px;
        border-radius: 200px;
    }

    .brokerages-managed-section {
        padding: 0 0 20px;
        margin: -17px 0 0;
    }

    .brokerages-managed-section .heading-block {
        margin: 0 0 33px;
    }

    .brokerages-managed-section .heading-block h2 {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: 1px;
    }

    .filter-news-section h2 {
        margin: 0 0 5px;
    }

    .filter-news-section h3 {
        padding: 0 10%;
    }

    .filter-news-section .heading {
        margin: 0 0 8px;
    }

    .adv-search02 .page-heading-box {
        padding: 49px 0 135px;
    }

    .adv-search02 .page-heading-box p {
        font: 22px/33px "freight-big-pro", "Times New Roman", serif;
        margin: 0;
    }

    .adv-search02 .page-heading-box.text-center h1 {
        margin: 0 0 15px;
    }

    .explore-section .news-box-next .icon {
        width: 77px;
        height: 77px;
        margin-bottom: 18px;
        font-size: 44px;
        line-height: 65px;
    }

    .explore-section .news-box-next .icon i {
        line-height: 77px;
    }

    .explore-section .news-box-next .icon i.ico-train {
        font-size: 44px;
    }

    .explore-section .news-box-next .icon i.ico-ns {
        font-size: 45px;
    }

    .explore-section .news-box-next .icon i.ico-golf {
        line-height: 50px;
        font-size: 30px;
    }

    .explore-section .news-box-next .icon i.ico-house {
        font-size: 27px;
    }

    .explore-section .news-box-next .icon i.ico-case {
        font-size: 34px;
    }

    .explore-section .news-box-next .category {
        font-size: 12px;
    }

    .explore-section .news-box-next h3 {
        margin: 0 0 1px;
        font-size: 21px;
    }

    .explore-section .news-box-next.hover .icon-holder {
        top: -25px;
    }

    .explore-section .news-box-next.hover .icon {
        width: 59px;
        height: 59px;
        line-height: 50px;
        font-size: 29px;
    }

    .explore-section .news-box-next.hover .icon:before,
    .explore-section .news-box-next.hover .icon:after {
        margin-top: -5px;
    }

    .explore-section .news-box-next.hover .icon i {
        line-height: 59px;
    }

    .explore-section .news-box-next.hover .icon i.ico-train {
        font-size: 30px;
    }

    .explore-section .news-box-next.hover .icon i.ico-ns {
        font-size: 30px;
    }

    .explore-section .news-box-next.hover .icon i.ico-golf {
        line-height: 56px;
        font-size: 25px;
    }

    .explore-section .news-box-next.hover .icon i.ico-house {
        font-size: 22px;
        line-height: 40px;
    }

    .explore-section .news-box-next.hover .icon i.ico-case {
        font-size: 30px;
    }

    .explore-section .news-box-next.hover h3 .num {
        margin: 5px 0 3px;
    }

    .explore-section .news-box-next .q-links:before {
        width: 68%;
        left: 16%;
    }

    .explore-section .news-box-next .q-links li {
        font-size: 12px;
        padding: 3px 0 0;
    }

    .explore-section .news-box-next .q-links li:first-child {
        padding: 25px 0 0;
    }

    .explore-section .news-box-next h3 .num {
        font-size: 58px;
    }

    .explore-section .news-box-next .caption {
        top: 40px;
    }

    .explore-section .news-box-next .caption .holder .frame {
        padding-top: 26px;
    }

    .button.btn-white-anim {
        min-width: 230px;
        margin: 0 10px 10px;
    }

    .add-top-bar {
        display: block;
    }

    .subsite.nophoto #header .title-area,
    .subsite.nophoto #header .top-bar .name div.header-logo-image-non-h1 a .mobile,
    .subsite.nophoto #header .top-bar .name h1 a .mobile {
        width: 262px;
        height: 38px;
        display: block;
        margin: 0;
    }

    .subsite.nophoto #header .top-bar .name {
        height: auto;
    }

    .subsite.nophoto #header .title-area {
        margin: 15px 20px 0 0;
    }

    .footer-section {
        margin: 0 0 19px;
    }

    .address-footer {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: .8px;
        margin: 0 0 21px;
    }

    .filter-menu-bar {
        padding: 23px 0 46px;
    }

    .gallery-result-house {
        padding: 0 6px;
    }

    .gallery-result-house .slide {
        width: 33.333% !important;
        padding: 12px 7px 9px;
    }

    .gallery-result-house h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .gallery-result-house h4 {
        font-size: 10px;
        line-height: 12px;
    }

    .gallery-result-house .heading {
        margin: 0 0 11px;
    }

    .gallery-result-house .important-note {
        width: 130px;
        height: 16px;
        margin: 0 0 0 -65px;
        font-size: 10px;
        line-height: 12px;
    }

    .gallery-result-house .price-box {
        left: 15px;
        right: 15px;
        bottom: 14px;
        height: 42px;
    }

    .gallery-result-house .price-box .text {
        font-size: 22px;
        line-height: 24px;
    }

    .gallery-result-house .price-box .like-minus,
    .gallery-result-house .price-box .like-plus {
        width: 24px;
        height: 24px;
        margin: -12px 0 0;
        padding: 5px 1px 1px;
        left: 7px;
    }

    .gallery-result-house .price-box .like-minus:before,
    .gallery-result-house .price-box .like-plus:before {
        top: -8px;
        right: -8px;
        bottom: -8px;
        left: -8px;
    }

    .gallery-result-house .price-box .like-plus {
        left: auto;
        right: 7px;
        font-size: 12px;
        padding-top: 6px;
    }

    .gallery-result-house .info {
        padding: 3px 0 8px;
    }

    .gallery-result-house .info .number {
        font-size: 20px;
        line-height: 22px;
    }

    .gallery-result-house .info .text {
        font-size: 10px;
        line-height: 12px;
    }

    .gallery-result-house .image-box {
        margin: 0 0 10px;
    }

    .gallery-result-house .important-note-footer {
        font-size: 10px;
        line-height: 12px;
    }

    .gallery-result-house .add-text {
        font-size: 10px;
        line-height: 13px;
        padding: 8px 10px 0;
    }

    .house-results-search {
        margin-bottom: 47px;
    }

    .house-results-search .info-container {
        width: 33.333%;
    }

    .house-results-search .message-open-house {
        font-size: 10px;
        line-height: 14px;
        width: 130px;
        height: 17px;
        margin: 0 0 0 -65px;
        padding: 2px 5px;
    }

    .house-results-search .add-info-block .frame {
        top: 14px;
        bottom: 14px;
        right: 15px;
        left: 15px;
    }

    .house-results-search .info-container:hover .message-open-house {
        transform: translateY(7px);
    }

    .house-results-search .button-block {
        bottom: 14px;
        left: 15px;
        right: 15px;
    }

    .house-results-search .button-block .price-box {
        height: 42px;
        padding: 6px 35px;
    }

    .house-results-search .button-block .price-box .text {
        font-size: 22px;
        line-height: 26px;
    }

    .house-results-search .button-block .price-box .like-minus,
    .house-results-search .button-block .price-box .like-plus {
        left: 10px;
        top: 50%;
        margin: -12px 0 0;
        width: 24px;
        height: 24px;
        border-radius: 30px;
        font-size: 13px;
        line-height: 14px;
        padding: 5px 2px 1px 1px;
    }

    .house-results-search .button-block .price-box .like-plus {
        left: auto;
        right: 10px;
        padding-top: 6px;
    }

    .house-results-search .button-block .title {
        font-size: 12px;
        line-height: 15px;
    }

    .house-results-search footer {
        padding: 5px 0 0;
    }

    .house-results-search .add-info-block .frame > .holder {
        padding: 0 0 20px;
    }

    .house-results-search .add-info-block .frame .link-holder {
        padding: 5px 30px;
        height: 28px;
        bottom: 6px;
    }

    .house-results-search .add-info-block .frame .link-holder .like-minus,
    .house-results-search .add-info-block .frame .link-holder .like-plus {
        left: 10px;
        top: 50%;
        margin: -12px 0 0;
        width: 24px;
        height: 24px;
        border-radius: 30px;
        font-size: 13px;
        line-height: 14px;
        padding: 5px 2px 1px 1px;
    }

    .house-results-search .add-info-block .frame .link-holder .like-plus {
        left: auto;
        right: 10px;
        padding-top: 6px;
    }

    .house-results-search .add-info-block .frame .more-details {
        font-size: 12px;
        line-height: 15px;
    }

    .house-results-search .add-info-block .frame h3 {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 1px;
    }

    .house-results-search .add-info-block .frame h4 {
        font-size: 10px;
        line-height: 13px;
        margin: 0;
    }

    .house-results-search .add-info-block .frame .price {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 1px;
    }

    .house-results-search .add-info-block .frame .old-price {
        font-size: 10px;
        line-height: 13px;
        margin: 0 0 7px;
    }

    .house-results-search .add-info-block .frame .add-list {
        margin: 0 -5px 9px;
    }

    .house-results-search .add-info-block .frame .add-list .number {
        font-size: 20px;
        line-height: 24px;
    }

    .house-results-search .add-info-block .frame .add-list .info {
        font-size: 11px;
        line-height: 13px;
    }

    .gallery-result-house-map {
        margin: 0 0 30px -10px;
    }

    .gallery-result-house-map .slide {
        padding: 14px 10px 4px 12px;
    }

    .gallery-result-house-map .add-text {
        padding: 4px 0 0 2px;
    }

    .gallery-result-house-map .add-text p {
        font-size: 10px;
        line-height: 12px;
    }

    .gallery-result-house-map .image-box .important-note {
        font-size: 12px;
        line-height: 15px;
        top: 9px;
        height: 20px;
    }

    .gallery-result-house-map .image-box .info-photos {
        height: 32px;
        font-size: 12px;
        line-height: 15px;
        padding: 9px 8px;
        left: 11px;
        bottom: 11px;
        letter-spacing: 0;
    }

    .gallery-result-house-map .text-holder {
        padding: 0 0 38px;
    }

    .gallery-result-house-map .text-holder h3 {
        font-size: 21px;
        line-height: 26px;
        margin: 0;
        letter-spacing: .5px;
    }

    .gallery-result-house-map .text-holder h4 {
        font-size: 11px;
        line-height: 13px;
        margin: 0 0 6px;
    }

    .gallery-result-house-map .text-holder .price-block {
        margin: 0 0 3px;
    }

    .gallery-result-house-map .text-holder .price-block .price {
        font-size: 28px;
        line-height: 32px;
        margin: 0 4px 0 0;
    }

    .gallery-result-house-map .text-holder .price-block .add-price-info {
        font-size: 11px;
        line-height: 13px;
    }

    .gallery-result-house-map .text-holder .price-block .add-price-info .text {
        font-size: 9px;
        line-height: 12px;
    }

    .gallery-result-house-map .text-holder .info {
        margin: 0 0 2px -15px;
    }

    .gallery-result-house-map .text-holder .info .number {
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 3px;
    }

    .gallery-result-house-map .text-holder .info .text {
        font-size: 10px;
        line-height: 13px;
    }

    .gallery-result-house-map .text-holder .text-list {
        font-size: 10px;
        line-height: 15px;
    }

    .gallery-result-house-map .text-holder .open-house-text {
        font-size: 10px;
        line-height: 15px;
    }

    .gallery-result-house-map .add-menu-bar {
        width: 48%;
        height: 54px;
        padding: 0 0 19px;
    }

    .gallery-result-house-map .add-menu-bar .like-minus,
    .gallery-result-house-map .add-menu-bar .like-plus {
        top: 2px;
        width: 31px;
        height: 31px;
        right: 20px;
        font-size: 15px;
        line-height: 15px;
        padding-top: 8px;
    }

    .gallery-result-house-map .add-menu-bar .like-minus {
        right: 60px;
        padding-top: 7px;
    }

    .gallery-result-house-map .add-menu-bar .button {
        width: 64%;
        height: 34px;
        font-size: 12px;
        line-height: 15px;
        padding: 9px 10px;
    }

    .gallery-map-section {
        display: block;
    }

    .search-content-result {
        margin: 0 0 30px -10px;
    }

    .search-content-result .slide {
        padding: 17px 10px 8px 12px;
    }

    .search-content-result .add-text {
        padding: 8px 0 0 14px;
    }

    .search-content-result .add-text p {
        font-size: 12px;
        line-height: 15px;
    }

    .search-content-result .image-box {
        width: 454px;
        height: 271px;
    }

    .search-content-result .image-box .important-note {
        font-size: 12px;
        line-height: 15px;
        top: 9px;
        height: 20px;
    }

    .search-content-result .image-box .info-photos {
        height: 32px;
        font-size: 12px;
        line-height: 15px;
        padding: 9px 8px;
        left: 11px;
        bottom: 11px;
        letter-spacing: 0;
    }

    .search-content-result .text-holder {
        padding: 6px 0 38px;
    }

    .search-content-result .text-holder h3 {
        font-size: 28px;
        line-height: 32px;
        margin: 0 0 7px;
        letter-spacing: .5px;
    }

    .search-content-result .text-holder h4 {
        font-size: 12px;
        line-height: 15px;
        margin: 0 0 9px;
    }

    .search-content-result .text-holder .price-block {
        margin: 0 0 3px;
    }

    .search-content-result .text-holder .price-block .price {
        font-size: 32px;
        line-height: 34px;
        margin: 0 9px 0 0;
    }

    .search-content-result .text-holder .price-block .add-price-info {
        font-size: 12px;
        line-height: 13px;
    }

    .search-content-result .text-holder .price-block .add-price-info .text {
        font-size: 10px;
        line-height: 12px;
    }

    .search-content-result .text-holder .info {
        margin: 0 0 7px -15px;
    }

    .search-content-result .text-holder .info .number {
        font-size: 26px;
        line-height: 32px;
        margin: 0 0 1px;
    }

    .search-content-result .text-holder .info .text {
        font-size: 13px;
        line-height: 15px;
    }

    .search-content-result .text-holder .text-list {
        font-size: 12px;
        line-height: 18px;
    }

    .search-content-result .text-holder .open-house-text {
        font-size: 12px;
        line-height: 18px;
    }

    .search-content-result .add-menu-bar {
        width: 336px;
        height: 70px;
        padding: 0 0 19px;
    }

    .search-content-result .add-menu-bar .like-minus,
    .search-content-result .add-menu-bar .like-plus {
        top: 1PX;
        width: 37px;
        height: 37px;
        right: 20px;
        font-size: 17px;
        line-height: 17px;
        padding-top: 9px;
    }

    .search-content-result .add-menu-bar .like-minus {
        right: 66px;
        padding-top: 8px;
    }

    .search-content-result .add-menu-bar .button {
        width: 223PX;
        height: 41px;
        font-size: 12px;
        line-height: 15px;
        padding: 13px 10px;
    }

    .results-content-holder-view02 {
        padding: 0 6px;
    }

    .results-content-holder-view02 .slide {
        width: 33.333% !important;
        padding: 12px 7px 9px;
    }

    .results-content-holder-view02 h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .results-content-holder-view02 h4 {
        font-size: 10px;
        line-height: 12px;
    }

    .results-content-holder-view02 .heading {
        margin: 0 0 11px;
    }

    .results-content-holder-view02 .important-note {
        width: 130px;
        height: 16px;
        margin: 0 0 0 -65px;
        font-size: 10px;
        line-height: 12px;
    }

    .results-content-holder-view02 .price-box {
        left: 15px;
        right: 15px;
        bottom: 14px;
        height: 42px;
    }

    .results-content-holder-view02 .price-box .text {
        font-size: 22px;
        line-height: 24px;
    }

    .results-content-holder-view02 .price-box .like-minus,
    .results-content-holder-view02 .price-box .like-plus {
        width: 24px;
        height: 24px;
        margin: -12px 0 0;
        padding: 5px 1px 1px;
        left: 7px;
    }

    .results-content-holder-view02 .price-box .like-minus:before,
    .results-content-holder-view02 .price-box .like-plus:before {
        top: -8px;
        right: -8px;
        bottom: -8px;
        left: -8px;
    }

    .results-content-holder-view02 .price-box .like-plus {
        left: auto;
        right: 7px;
        font-size: 12px;
        padding-top: 6px;
    }

    .results-content-holder-view02 .info {
        padding: 3px 0 8px;
    }

    .results-content-holder-view02 .info .number {
        font-size: 20px;
        line-height: 22px;
    }

    .results-content-holder-view02 .info .text {
        font-size: 10px;
        line-height: 12px;
    }

    .results-content-holder-view02 .image-box {
        margin: 0 0 10px;
    }

    .results-content-holder-view02 .important-note-footer {
        font-size: 10px;
        line-height: 12px;
    }

    .results-content-holder-view02 .add-text {
        font-size: 10px;
        line-height: 13px;
        padding: 8px 10px 0;
    }

    .custom-gallery {
        height: 585px;
        margin-top: -91px;
    }

    .heading-info-box {
        padding: 15px 10px 20px;
    }

    .heading-info-box .holder {
        float: right;
        padding: 0 56px 0 0;
    }

    .heading-info-box h1 {
        margin: 0 0 8px;
    }

    .add-info-table ul {
        margin: 0 -10px;
    }

    .add-info-table ul li {
        height: 93px;
        padding: 17px 5px 5px;
    }

    .add-info-table ul li:after {
        content: "";
        position: absolute;
        left: 0;
        top: 15px;
        bottom: 15px;
        width: 2px;
        background: linear-gradient(to bottom, rgba(223, 223, 220, 0) 0%, rgba(223, 223, 220, .9) 20%, #dfdfdc 50%, rgba(223, 223, 220, .9) 80%, rgba(223, 223, 220, 0) 100%);
    }

    .add-info-table .number {
        font-size: 24px;
        line-height: 26px;
        margin: 0 0 6px;
    }

    .add-info-table .text {
        font-size: 16px;
        line-height: 20px;
    }

    .bar-listing-tools .title {
        width: 8%;
    }

    .bar-listing-tools .tools-list {
        width: 57%;
        text-align: center;
        padding: 7px 0 0;
    }

    .bar-listing-tools .tools-list li {
        width: auto;
        margin: 0 1.2%;
        float: none;
        display: inline;
        vertical-align: top;
    }

    .bar-listing-tools .tools-list i {
        float: left;
        margin: 0 5px 0 0;
    }

    .bar-listing-tools .tools-list .text {
        display: block;
        float: left;
        font-size: 14px;
        line-height: 18px;
        font-weight: normal;
        text-transform: uppercase;
        padding: 3px 0 0;
    }

    .bar-listing-tools .tools-list a {
        font-size: 22px;
    }

    .bar-listing-tools .button-holder {
        width: 19%;
        padding: 0;
    }

    .bar-listing-tools .like-buttons {
        width: 9%;
    }

    .bar-listing-tools .listing-btns {
        width: 7%;
    }

    .open-house-section {
        padding: 16px 0;
    }

    .property-detail-page .section-overview {
        padding: 9px 0 18px;
    }

    .property-detail-page .section-overview .property-highlights-box {
        width: 45%;
        padding: 15px 24px 20px 26px;
    }

    .property-detail-page .section-overview .property-highlights-box ul {
        letter-spacing: .4px;
    }

    .property-detail-page .section-overview p {
        font-size: 16px;
        line-height: 28px;
    }

    .property-detail-page .article {
        padding: 35px 0 30px;
    }

    .property-detail-page .section-map .map-holder {
        height: 408px;
    }

    .property-detail-page .section-map .sub-headline {
        padding: 21px 0 16px;
    }

    .property-detail-page .section-map .sub-headline .location-link {
        top: 23px;
    }

    .property-detail-page .personal-info-box {
        background: none;
        border: none;
    }

    .property-detail-page .personal-info-box:first-child {
        background: none;
        border: none;
    }

    .property-detail-page .personal-info-box .text-holder {
        padding-left: 10px;
        position: relative;
        z-index: 3;
    }

    .property-detail-page .personal-info-box h2 {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: .5px;
        margin: 0 0 5px;
    }

    .property-detail-page .personal-info-box h3 {
        font-size: 12px;
        line-height: 15px;
        margin: 0 0 20px;
    }

    .property-detail-page .personal-info-box .phones-list {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 10px;
    }

    .property-detail-page .personal-info-box .contacts li {
        display: block;
        margin: 0 0 6px;
    }

    .property-detail-page .personal-info-box .contacts li .email-link i,
    .property-detail-page .personal-info-box .contacts li .website-link i {
        margin: 0 8px 0 0;
        font-size: .9em;
    }

    .property-detail-page .personal-info-box .contacts li .email-link .text,
    .property-detail-page .personal-info-box .contacts li .website-link .text {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        line-height: 22px;
    }

    .property-detail-page .agents-container {
        border-top: 1px solid #ddd;
        margin-bottom: 28px;
        background: #fbfbf9;
        background: linear-gradient(to bottom, #fbfbf9 0%, #dcdad7 100%);
    }

    .property-detail-page .agents-container.style03 {
        margin-bottom: 12px;
    }

    .property-detail-page .agents-container.style02 {
        background: #fff;
    }

    .property-detail-page .agents-container.style02:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 272px;
        background: #fbfbf9;
        background: linear-gradient(to bottom, #fbfbf9 0%, #dcdad7 100%);
    }

    .property-detail-page .agents-container.style02 .text-holder {
        display: block;
        max-width: 100%;
    }

    .property-detail-page .agents-container.style02 .photo-box {
        max-width: 100%;
        margin: 0 0 20px;
    }

    .property-detail-page .agents-container.style02 .heading {
        display: none;
    }

    .property-detail-page .agents-container.style02 .heading.add {
        display: block;
    }

    .property-detail-page .agents-container.style02 .personal-info-box {
        padding-top: 23px;
        padding-bottom: 38px;
    }

    .property-detail-page .agents-container.style02 .personal-info-box .heading {
        height: 64px;
        overflow: hidden;
    }

    .property-detail-page .agents-container.style02 .personal-info-box .heading h3 {
        margin: 0;
    }

    .property-detail-page .agents-container.style02 .phones-list {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 12px;
        text-align: center;
    }

    .property-detail-page .agents-container.style02 .phones-list li {
        display: inline-block;
        vertical-align: top;
        letter-spacing: 1px;
    }

    .property-detail-page .agents-container.style02 .contacts {
        text-align: center;
    }

    .property-detail-page .agents-container.style02 .contacts li {
        margin: 0 0 4px;
    }

    .blockquote-holder blockquote {
        padding: 38px 10% 20px;
    }
}

@media only screen and (min-width:961px) and (max-width:1140px) {
    .start-section-holder.alt {
        padding-top: 231px;
        padding-bottom: 51px;
    }

    .start-section-holder.alt2 h1 {
        font-size: 48px;
        line-height: 54px;
    }

    .start-section-holder.alt2 p {
        font-size: 23px;
        line-height: 30px;
        margin-top: 10px;
        padding-bottom: 5px;
    }

    .article .alignleft {
        margin-left: -82px;
    }

    .article .alignright {
        margin-right: -82px;
    }

    .article ul li {
        padding-left: 25px;
    }

    .article ul li:before {
        top: 9px;
        left: 2px;
        width: 4px;
        height: 4px;
        background: #1a376d;
    }

    .intro {
        font-size: 26px;
    }

    .grey-box {
        margin-top: 34px;
    }

    .grey-box .frame {
        max-width: 620px;
        margin: 0 auto;
        padding-bottom: 24px;
    }

    .grey-box .frame:after {
        width: 620px;
        left: 50%;
        margin-left: -310px;
        background-position: -1px -2px;
    }

    .section-overview {
        padding-bottom: 38px;
    }

    .description-block {
        position: relative;
        padding-bottom: 80px;
    }

    .description-block .columns {
        position: static;
    }

    .description-block .link-more,
    .description-block .link-close {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -96px;
        width: 192px;
        height: 48px;
        padding: 0 10px;
        line-height: 46px;
        border: 1px solid #7e7e7e;
        text-align: center;
    }

    .description-block .link-more:after,
    .description-block .link-close:after {
        display: none;
    }

    .headline {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-map .sub-headline {
        padding: 9px 0 22px;
        border-top: 2px solid #dfdeda;
    }

    .map-holder .popup {
        width: 282px;
        font: 18px/24px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
        text-transform: none;
        text-align: left;
    }

    .map-holder .popup .listing,
    .map-holder .popup .details {
        font-weight: normal;
        letter-spacing: .5px;
    }

    .map-holder .popup:before {
        height: 25px;
        background-position: 0 -28px;
    }

    .map-holder .popup .title {
        font: bold 22px/28px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
        text-align: left;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .map-holder .popup .number {
        font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
        font-weight: bold;
    }

    .map-holder .popup .frame {
        padding: 26px 20px 26px 55px;
    }

    .map-holder .popup .details:after {
        display: none;
    }

    .section-featured-areas .add-menu > ul > li {
        margin: 0 3px 0 7px !important;
    }

    .section-featured-areas .add-menu > ul > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .post-grid .title {
        font-size: 12px;
        line-height: 15px;
        left: 17px;
        right: 17px;
        bottom: 20px;
    }

    .post-grid .title h3 {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 3px;
    }

    .post-grid .add-title {
        font-size: 12px;
        line-height: 15px;
        left: 30px;
        right: 30px;
        top: 22px;
    }

    .post-grid .add-title h3 {
        font-size: 19px;
        line-height: 22px;
        margin: 0;
    }

    .post-grid .popup {
        left: 29px;
        right: 29px;
        bottom: 22px;
        width: auto;
        margin-left: 0;
    }

    .post-grid .hover .title {
        top: 20px;
        bottom: auto;
    }

    .post-grid .button-holder {
        width: 100%;
    }

    .post-grid .button-holder .button {
        display: block;
        height: 32px !important;
        font-size: 9px;
        line-height: 11px;
        padding: 12px 5px;
        margin: 11px 0 0;
    }

    .post-grid .button-holder .button:first-child {
        margin-top: 0;
    }

    .post-grid .button-holder .button.gray {
        padding: 11px 5px;
    }

    .post-grid .button .add-info {
        display: none;
    }

    .slideshow .large-6 {
        text-align: left;
    }

    .slideshow .large-6 .description-area {
        max-height: 72px;
        overflow: hidden;
        position: relative;
        padding-left: 75px;
    }

    .slideshow .large-6 .title {
        padding-left: 75px;
    }

    .listings-items {
        margin-left: -20px;
    }

    .listings-items li {
        padding-left: 20px;
    }

    .snapshot-box h3 {
        font-size: 28px;
        letter-spacing: 2px;
        word-spacing: -2px;
    }

    .carousel {
        padding-left: 0;
        padding-right: 0;
    }

    .carousel .title {
        margin-bottom: 11px;
    }

    .carousel .mask,
    .carousel .slide {
        width: 260px;
    }

    .carousel .mask {
        margin-left: auto;
        margin-right: auto;
    }

    .carousel .num {
        padding-bottom: 25px;
    }

    .carousel .num em {
        bottom: 12px;
    }

    .carousel a.btn-prev,
    .carousel a.btn-next {
        display: none;
    }

    .section-listings .sub-headline h2 a:after {
        width: 19px;
        height: 25px;
        vertical-align: -2px;
        background-position: -16px -34px;
    }

    .links {
        margin-left: -10px;
    }

    .links li {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        line-height: 23px;
    }

    .links a:after {
        right: 10px;
        width: 19px;
        height: 25px;
        margin-top: -12px;
        vertical-align: -2px;
        background-position: -16px -34px !important;
    }

    .promo-box {
        margin: 0;
    }

    .getting-city-section .city-time-box > .frame {
        width: 300px;
    }

    .section-map.style02 .popup {
        text-align: center;
    }

    .section-map.style02 .popup:before {
        background-position: 50% -1px;
    }

    .section-map.style02 .popup .title {
        text-align: center;
    }

    .video-news-section .description-block {
        padding: 0;
    }

    .video-news-section .link-more,
    .video-news-section .link-close {
        position: relative;
        bottom: auto;
        left: 0;
        top: 0;
        width: auto;
        height: auto;
        background: none;
        color: #0d2752;
        display: inline-block;
        position: relative;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        line-height: 24px;
        margin: 0;
        padding: 0 14px 0 0;
        border: none;
    }

    .video-news-section .link-more:after,
    .video-news-section .link-close:after {
        content: "";
        position: absolute;
        right: 0;
        top: 5px;
        width: 0;
        height: 0;
        border: 5px solid;
        border-color: transparent transparent transparent #a7a486;
    }

    .video-news-section .link-more:hover,
    .video-news-section .link-close:hover {
        color: #6ca1f0;
    }

    .staff-all-page .description-block .link-holder .link-more,
    .staff-all-page .description-block .link-holder .link-close {
        background: none;
        border: none;
        padding: 0;
        width: auto;
        height: auto;
        position: relative;
        left: 0;
        bottom: auto;
        top: 0;
        margin: 0;
    }

    .staff-all-page .description-block {
        padding-bottom: 0;
    }

    .properties-list .post {
        width: 246px;
    }

    .properties-list .add-info-block .frame {
        padding: 6px 10px;
    }

    .properties-list .add-info-block .frame h3 {
        font-size: 18px;
    }

    .properties-list .add-info-block .frame h4 {
        font-size: 13px;
    }

    .properties-list .add-info-block .frame .price {
        font-size: 26px;
        margin-bottom: 4px;
    }

    .properties-list .add-info-block .frame .add-list {
        margin: 0 -10px 8px;
    }

    .properties-list .add-info-block .frame .add-list li {
        width: 70px;
    }

    .properties-list .add-info-block .frame .add-list li:after {
        top: 3px;
        height: 30px;
    }

    .properties-list .add-info-block .frame .add-list .number {
        font-size: 17px;
        line-height: 20px;
        margin: 0;
    }

    .properties-list .add-info-block .frame .add-list .info {
        font-size: 10px;
        line-height: 12px;
    }

    .properties-list .add-info-block .frame .more-details {
        font-size: 12px;
    }

    .global-search .properties-list .post {
        width: 32.3%;
    }

    .search-page-containner > .holder {
        padding: 27px 25px 86px;
    }

    .search-page-containner .twocolumns .content-holder {
        margin: 0 326px 0 0;
    }

    .search-page-containner .twocolumns .aside {
        width: 280px;
    }

    .search-page-containner .columns-block .listings-box {
        padding: 21px 14px 16px;
    }

    .search-page-containner .columns-block .listings-box h3 {
        margin: 0 0 13px;
    }

    .search-page-containner .columns-block .listings-box .button {
        height: 54px;
        font-size: 16px;
        padding: 17px 10px 16px;
    }

    .search-page-containner .columns-block .column-add:first-child {
        padding: 4px 0 0;
    }

    .search-page-containner .columns-block .label-frame {
        padding: 19px 15px 3px 21px;
        background: #f5f4f0;
    }

    .listings-box {
        width: 269px;
        margin-left: 41px;
    }

    .listings-box h3 {
        font-size: 22px;
    }

    .searches-menu {
        margin: 0 0 27px;
    }

    .searches-menu ul li a {
        padding: 16px 21px 15px 16px;
        font-size: 14px;
    }

    .searches-menu ul li a span {
        padding: 0 11px 0 0;
    }

    .ad-box {
        margin: 0 0 30px;
    }

    .ad-box .button {
        font-size: 14px;
        height: 50px;
        padding: 15px 10px;
    }

    .widget-info .heading {
        padding: 13px 10px 10px;
    }

    .widget-info .heading .sub-title {
        font-size: 12px;
        line-height: 14px;
    }

    .widget-info .heading h4 {
        font-size: 23px;
        line-height: 28px;
    }

    .widget-info .button {
        bottom: 13px;
        left: 25px;
        right: 25px;
        height: 50px;
        font-size: 14px;
        padding: 16px 15px;
    }

    .row-filter .select-filter .title-holder label {
        font-size: 14px;
    }

    .jcf-select.jcf-select-filter-search .jcf-select-text {
        font-size: 14px;
        margin: 0 35px 0 15px;
    }

    .jcf-select-drop.jcf-select-filter-search .jcf-list .jcf-option {
        font-size: 14px;
    }

    .calendar-filter-box input {
        font-size: 14px;
        line-height: 22px;
    }

    .communities-in-box {
        margin: 0 -20px 15px -10px;
    }

    .communities-in-box .title {
        font-size: 14px;
        margin: 0 0 10px;
    }

    .communities-in-box .communities-add-nav ul li {
        width: 30.6%;
    }

    .communities-in-box .communities-add-nav ul li a {
        height: 53px;
        padding: 18px 15px;
    }

    .communities-in-box .input-holder input {
        font-size: 14px;
    }

    .popular-search-box {
        margin: 0 -20px 25px -10px;
    }

    .development-page .start-section-holder.alt2 h1 {
        font-size: 64px;
        line-height: 64px;
    }

    .development-page .start-section-holder .page-heading {
        padding-top: 83px;
    }

    .development-page .start-section-holder.alt2 p {
        font-size: 20px;
        line-height: 24px;
        margin-top: 8px;
        padding-bottom: 1px;
    }

    .development-page .start-section-holder.alt2 {
        padding-bottom: 34px;
    }

    .development-page .button-holder .button.btn-view {
        margin: 0 10px;
    }

    .development-page .sub-menu li {
        font-size: 12px;
    }

    .development-page.staff-all-page .section-overview {
        padding-bottom: 10px;
    }

    .development-page .amenites-section {
        padding: 18px 0 32px;
    }

    .development-page .amenites-section .amenites-list li {
        margin: 0 4.4% 10px;
    }

    .development-page .amenites-section .amenites-list {
        padding: 17px 1000px 21px;
        margin: 0 -1000px;
    }

    .development-page.staff-all-page .article {
        padding-bottom: 56px;
    }

    .development-page .snapshot-box .chart-description {
        margin: 16px -20px 0 -9px;
    }

    .development-page .snapshot-box .title {
        font-size: 12px;
        line-height: 15px;
    }

    .development-page .snapshot-box .chart-description .title {
        padding: 4px 0 0;
    }

    .development-page .snapshot-box .chart-description li {
        margin-right: 12px;
    }

    .development-page .snapshot-box .chart-description li:last-child {
        margin-right: 0;
    }

    .development-page .unit-style .title {
        padding-top: 30px;
    }

    .development-page .mercury-display-section {
        padding: 32px 0 30px;
    }

    .development-page .tabset-search li a {
        padding: 19px 36px 17px;
    }

    .development-page .listings-available-section {
        padding-bottom: 3px;
    }

    .development-page .about-area-section .heading {
        margin: 0 0 33px;
    }

    .development-page .about-area-section .content-block .image-block {
        width: 49%;
        margin: 0 2% 0 0;
        height: 412px;
    }

    .development-page .about-area-section .content-block .image-block img {
        height: 100%;
    }

    .development-page .about-area-section .content-block .text-holder {
        padding: 79px 1% 0 0;
    }

    .development-page .about-area-section .content-block .text-holder h4 {
        letter-spacing: 0;
    }

    .development-page .about-area-section .content-block .text-holder p {
        line-height: 24px;
    }

    .development-page .about-area-section .content-block .text-holder .button {
        min-width: 220px;
    }

    .development-page .about-area-section .content-block .text-holder .button + .button {
        margin-left: 10px;
    }

    .development-page .about-area-section {
        padding: 5px 0 50px;
    }

    .development-page .tabset-info-section {
        padding: 70px 0 66px;
    }

    .development-page .section-media .sub-headline {
        padding: 28px 0 33px;
    }

    .development-page .section-media {
        padding-bottom: 88px;
    }

    .development-page .email-form.style03 {
        padding-top: 30px;
    }

    .tabset-info li a {
        font-size: 32px;
        line-height: 36px;
        padding-bottom: 30px;
    }

    .development-landing .start-section-holder.alt2 {
        padding-top: 108px;
        padding-bottom: 37px;
    }

    .development-landing .start-section-holder.alt2 p {
        font-size: 18px;
        line-height: 21px;
        padding-bottom: 3px;
    }

    .development-landing .start-section-holder.alt2 h1 {
        font-size: 56px;
        line-height: 60px;
    }

    .development-landing .page-heading .button-holder {
        margin-top: 29px;
    }

    .development-landing .map-section .slide {
        height: 184px;
    }

    .development-landing.staff-all-page .section-overview {
        padding-bottom: 20px;
    }

    .development-landing .add-menu > ul {
        font-size: 12px;
    }

    .development-landing .section-featured-areas .add-menu > ul > li > a {
        padding-left: 20px;
        padding-right: 20px;
    }

    .development-landing .post-grid .title h3 {
        font-size: 18px;
        line-height: 21px;
        letter-spacing: 1.4px;
    }

    .development-landing .post-grid .title em {
        font-size: 12px;
        line-height: 15px;
        margin-top: -2px;
    }

    .development-landing .post-grid .title {
        bottom: 20px;
    }

    .development-landing .post-grid .popup .button-holder a.button {
        height: 32px !important;
        font-size: 12px;
        line-height: 15px;
        padding: 9px 10px;
        margin-top: 11px;
    }

    .development-landing .post-grid .popup .button-holder a.button:first-child {
        margin-top: 0;
    }

    .development-landing .post-grid .title p .add-title {
        font-size: 10px;
        line-height: 10px;
    }

    .development-landing .post-grid .title p .price {
        font-size: 10px;
        line-height: 12px;
    }

    .development-landing .post-grid .title p {
        margin-top: 18px;
    }

    .development-landing .slideshow .description .logo-gallery {
        width: 92px;
        margin-bottom: 30px;
    }

    .development-landing .slideshow .description .logo-gallery img {
        display: block;
        width: 100%;
        height: auto;
    }

    .development-landing .slideshow .description .title {
        padding-top: 30px;
        padding-bottom: 27px;
    }

    .development-landing .slideshow .description .title h3 {
        font-size: 40px;
    }

    .development-landing .slideshow .description p {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 15px;
    }

    .development-landing .slideshow .slide {
        height: 427px;
    }

    .development-landing .listings-items li {
        font-size: 20px;
        line-height: 24px;
    }

    .development-landing.staff-all-page .video-news-section {
        padding-top: 69px;
        padding-bottom: 96px;
    }

    .development-landing .video-news-section .more-news-box .button-holder .button {
        width: 190px;
    }

    .development-landing .section-featured-areas .add-menu > ul > li {
        margin-bottom: 5px;
    }

    .structure-section .structure-gallery-holder {
        padding: 32px 0 37px;
    }

    .structure-section .structure-gallery {
        padding: 0;
        margin: 0 -4px 58px;
    }

    .structure-section .structure-gallery .mask {
        width: 966px;
    }

    .structure-section .structure-gallery .slideset .slide {
        width: 322px;
    }

    .structure-section .structure-gallery .add-info-block .frame {
        padding: 6px 10px;
    }

    .structure-section .structure-gallery .add-info-block .frame h3 {
        font-size: 18px;
    }

    .structure-section .structure-gallery .add-info-block .frame h4 {
        font-size: 13px;
    }

    .structure-section .structure-gallery .add-info-block .frame .price {
        font-size: 26px;
        margin-bottom: 4px;
    }

    .structure-section .structure-gallery .add-info-block .frame .add-list {
        margin: 0 -10px 8px;
    }

    .structure-section .structure-gallery .add-info-block .frame .add-list li {
        width: 70px;
    }

    .structure-section .structure-gallery .add-info-block .frame .add-list li:after {
        top: 3px;
        height: 30px;
    }

    .structure-section .structure-gallery .add-info-block .frame .add-list .number {
        font-size: 17px;
        line-height: 20px;
        margin: 0;
    }

    .structure-section .structure-gallery .add-info-block .frame .add-list .info {
        font-size: 10px;
        line-height: 12px;
    }

    .structure-section .structure-gallery .add-info-block .frame .more-details {
        font-size: 12px;
    }

    .structure-section .structure-gallery .post-box .base-text-box .button {
        font-size: 20px;
    }

    .structure-section .structure-gallery .post-box .base-text-box .title {
        font-size: 14px;
        margin: 0 0 4px;
        letter-spacing: .5px;
    }

    .structure-section .structure-gallery .post-box .base-text-box {
        padding: 0 21px 25px;
    }

    .structure-section .structure-gallery .add-info-block .frame {
        top: 25px;
        right: 21px;
        bottom: 25px;
        left: 21px;
        padding-top: 15px;
    }

    .explore-section {
        padding: 40px 0 4px;
    }

    .explore-section .heading {
        margin: 0 0 41px;
    }

    .explore-section .news-box-base .title h3,
    .explore-section .news-box-large .title h3,
    .explore-section .news-box-base .add-title h3,
    .explore-section .news-box-large .add-title h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .explore-section .news-box-base .title,
    .explore-section .news-box-large .title {
        left: 25px;
        right: 25px;
        bottom: 20px;
    }

    .explore-section .news-box-base .add-title,
    .explore-section .news-box-large .add-title {
        left: 30px;
        right: 30px;
        top: 22px;
    }

    .explore-section .news-box-base .title em,
    .explore-section .news-box-large .title em,
    .explore-section .news-box-base .add-title em,
    .explore-section .news-box-large .add-title em {
        font-size: 12px;
        line-height: 15px;
        padding: 0 0 4px;
        margin: -4px 0 0;
    }

    .explore-section .news-box-base .popup,
    .explore-section .news-box-large .popup {
        width: 184px;
        margin-left: -92px;
        bottom: 22px;
    }

    .explore-section .news-box-base .popup .button-holder .button,
    .explore-section .news-box-large .popup .button-holder .button {
        height: 32px !important;
        font-size: 9px;
        line-height: 11px;
        padding: 12px 12px;
        min-width: 100px;
        margin: 11px 0 0;
    }

    .explore-section .news-box-base .popup .button-holder .button:first-child,
    .explore-section .news-box-large .popup .button-holder .button:first-child {
        margin-top: 0;
    }

    .explore-section .news-box-base .popup .button-holder .button.gray,
    .explore-section .news-box-large .popup .button-holder .button.gray {
        padding: 11px 12px;
    }

    .explore-section .news-box-next h3 .num {
        font-size: 40px;
    }

    .explore-section .news-box-next h3 {
        font-size: 12px;
        margin: 0;
    }

    .explore-section .news-box-next .category {
        font-size: 11px;
    }

    .explore-section .news-box-next .q-links:after {
        top: 0;
    }

    .explore-section .news-box-next .q-links li {
        font-size: 9px;
    }

    .explore-section .news-box-next .q-links li:first-child {
        padding: 20px 0 0;
    }

    .explore-section .news-box-next .caption {
        padding-top: 35px;
    }

    .explore-section .news-box-next .caption {
        left: 20px;
        right: 20px;
        bottom: 30px;
        padding-top: 22px;
    }

    .explore-section .news-box-next .caption .holder .frame {
        padding-top: 0;
    }

    .story-section {
        padding: 56px 0 54px;
    }

    .story-section .story-box {
        padding: 0 1%;
        width: 42%;
    }

    .story-section .story-box + .story-box {
        width: 56%;
    }

    .story-section .story-box .logo-story {
        width: 364px;
        margin: 10px 0 0;
    }

    .story-section h2 {
        margin: 0 0 22px;
    }

    .story-section p {
        margin: 0 0 21px;
    }

    .responsive-page .about-area-section .content-block .image-block {
        width: 49%;
        height: 360px;
        margin: 0 2% 0 0;
    }

    .responsive-page .about-area-section .content-block .image-block img {
        height: 100%;
    }

    .responsive-page .about-area-section .content-block .image-block .text .frame {
        padding-top: 28px;
    }

    .responsive-page .about-area-section .content-block .image-block .sub-title {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 8px;
        letter-spacing: 1px;
    }

    .responsive-page .about-area-section .content-block .image-block h3 {
        font-size: 56px;
        line-height: 40px;
        margin: 0 0 18px;
    }

    .responsive-page .about-area-section .content-block .image-block .btn-play {
        width: 84px;
        height: 84px;
        margin: 20px 0 0;
    }

    .responsive-page .about-area-section .content-block .image-block .btn-play:after {
        border-width: 17px 29px;
        margin: -17px 0 0 -10px;
    }

    .responsive-page .about-area-section .content-block .text-holder {
        padding: 32px 1% 0 0;
    }

    .responsive-page .about-area-section .content-block .text-holder h4 {
        letter-spacing: .5px;
        margin: 0 0 24px;
    }

    .responsive-page .about-area-section .content-block .text-holder p {
        font-size: 14px;
        line-height: 24px;
    }

    .responsive-page .about-area-section .content-block .text-holder .button {
        min-width: 220px;
    }

    .responsive-page .about-area-section .content-block .text-holder .button + .button {
        margin-left: 15px;
    }

    .responsive-page .section-market .sub-headline {
        padding: 26px 0 25px;
    }

    .responsive-page .body-panel {
        padding: 34px 0 41px;
    }

    .add-large-overlay .right-info-box {
        margin-right: -50px;
    }

    .add-large-overlay .left-info-box {
        margin-left: -50px;
    }

    .twocolumns-continer .content-container {
        margin: 0 320px 0 0;
    }

    .twocolumns-continer .sidebar {
        width: 300px;
    }

    .heading-twocolumns {
        margin: 0 320px 0 0;
    }

    .add-info-container .text-holder {
        padding-left: 17px;
    }

    .add-info-container .text-holder .text h2 {
        line-height: 18px;
    }

    .favorite-result-list .image-box {
        margin: 0 16px 0 0;
    }

    .favorite-result-list .delete {
        right: 10px;
    }

    .favorite-result-list .send-alerts-box {
        right: 10px;
    }

    .favorite-view-listing {
        padding-right: 0;
    }

    .searches-info-block .heading.add .delete {
        top: 0;
    }

    .searches-info-block {
        padding: 26px 20px 38px 34px;
    }

    .searches-info-block .heading {
        padding: 0;
    }

    .searches-info-block .heading .buttons {
        padding: 16px 0 0;
        position: relative;
        top: 0;
        right: auto;
        left: 0;
        text-align: left;
    }

    .top-nav ul li {
        margin: 0 0 0 39px;
    }

    .listings-section .post .text-holder address {
        margin: 0 0 10px;
    }

    .listings-section .post .text-holder .text {
        margin: 0 0 8px;
    }

    .listings-section .post .text-holder .info-table {
        margin: 0 0 10px;
    }

    .listings-section .post .button {
        min-width: 45%;
    }

    .listings-section .post .button + .button {
        margin: 0 0 0 2%;
    }

    .testimonials-gallery {
        padding: 0 37px;
        margin-right: 0;
        margin-left: 0;
    }

    .testimonials-gallery .btn-prev {
        left: 0;
        margin-top: -58px;
    }

    .testimonials-gallery .btn-next {
        right: 0;
        margin-top: -58px;
    }

    .testimonials-gallery h3 {
        font-size: 32px;
        line-height: 36px;
        margin: 0 0 16px;
    }

    .testimonials-gallery .slide > .frame {
        padding: 39px 30px 100px;
    }

    .testimonials-gallery blockquote p {
        font-size: 22px;
        line-height: 38px;
    }

    .testimonials-gallery blockquote footer {
        margin: 36px 0 0;
    }

    .testimonials-gallery blockquote h4 {
        margin: 0 0 4px;
    }

    .search-option-section .communities-in-box {
        margin: 0 -10px 15px -20px;
    }

    .search-option-section .communities-in-box .communities-add-nav ul li {
        width: 25%;
    }

    .search-option-section .communities-in-box .title {
        font-size: 16px;
    }

    .search-option-section .row-filter .select-filter .title-holder label {
        font-size: 16px;
    }

    .filter-menu-bar {
        padding: 23px 0 24px;
    }
}

@media only screen and (min-width:1141px) {
    .article blockquote {
        margin-right: -90px;
        margin-left: 30px;
    }

    .article .testimonial blockquote {
        margin-right: -80px;
        margin-left: 0;
        padding-right: 20px;
    }

    .grey-box .frame blockquote {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .section-list.style04 .area {
        background: none;
    }

    .section-list .area {
        background: #fff;
    }

    .slideshow .large-6 {
        text-align: left;
        padding-top: 20px;
    }

    .slideshow .large-6 .title {
        margin-bottom: 5px;
    }

    .slideshow .large-6 .title p {
        margin-bottom: 20px;
    }

    .featured-video-box {
        padding-bottom: 55px;
    }

    .featured-video-box .video-block {
        width: 64.3%;
        margin: 0 40px 10px 0;
    }

    .featured-video-box .note {
        padding: 0;
    }

    .tabset-video {
        margin-bottom: 28px !important;
    }

    .tabset-video li a {
        padding: 0 10px;
    }

    .video-posts > li {
        padding-bottom: 41px;
    }

    .history-start-section {
        padding-bottom: 97px;
    }

    .history-start-section .image-block .image-box {
        width: 64.2%;
        margin-right: 40px;
    }

    .history-posts {
        margin-bottom: 47px;
    }

    .history-posts:last-child {
        margin-bottom: 78px;
    }

    .history-posts .image-block {
        margin-bottom: 16px;
    }

    .base-text-section {
        padding: 13px 10% 30px;
    }

    .base-text-section.add-padding {
        padding: 13px 10% 77px;
    }

    .base-text-section.add-padding h2 {
        letter-spacing: 1px;
        margin: 0 0 16px;
    }

    .press-post-section {
        padding: 9px 20px 20px 0;
    }

    .press-posts {
        margin: 0 0 48px;
    }

    .press-posts .post {
        margin: 0 0 27px;
    }

    .press-posts .post h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .image-center-block {
        margin: 47px -4px 0 auto;
        width: 100%;
    }

    .image-center-block .placeholder {
        margin-bottom: 19px;
    }

    .image-center-block .description {
        padding: 0 0 13px;
    }

    .pagination-block {
        margin-top: 37px;
    }

    .nophoto.blog-catch-page .article .alignleft {
        margin-left: -142px;
        margin-right: 52px;
    }

    .info-date-bar .date-holder {
        padding: 0 0 18px;
        margin: 0 0 16px;
    }

    .info-date-bar .info-tags {
        margin: 0;
    }

    .video-news-section .btn-play {
        width: 115px;
        height: 115px;
        margin: -58px 0 0 -58px;
    }

    .video-news-section > .frame > .holder {
        padding: 39px 75px;
    }

    .video-news-section .columns.large-6 {
        padding-right: 40px;
    }

    .video-news-section .columns.large-6 + .columns.large-6 {
        padding-left: 36px;
    }

    .video-news-section .more-news-box .post .date {
        margin-right: 21px;
    }

    .video-news-section .more-news-box .post .author {
        margin: 0 0 23px;
    }

    .video-news-section .more-news-box .post .author.style02 {
        margin-bottom: 8px;
    }

    .video-news-section .video-block .placeholder {
        margin: 0 0 12px;
    }

    .video-news-section .description-block .short-description .link-more,
    .video-news-section .description-block .short-description .link-close,
    .video-news-section .description-block .full-description .link-more,
    .video-news-section .description-block .full-description .link-close {
        font-size: 12px;
        padding: 0;
    }

    .video-news-section .description-block .short-description .link-more:after,
    .video-news-section .description-block .short-description .link-close:after,
    .video-news-section .description-block .full-description .link-more:after,
    .video-news-section .description-block .full-description .link-close:after {
        display: none;
    }

    .video-news-section .more-news-box .button-holder {
        text-align: left;
    }

    .video-news-section .more-news-box .button-holder .button {
        font-size: 14px;
        margin-right: 10px;
    }

    .video-news-section .heading h2 {
        letter-spacing: .6px;
    }

    .video-news-section .small-post .image-box {
        position: relative;
    }

    .video-news-section .small-post .image-box a {
        display: block;
        position: relative;
    }

    .video-news-section .small-post .image-box a:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        border: solid;
        border-width: 12px 17px;
        border-color: transparent transparent transparent #fff;
        margin: -11px 0 0 -5px;
    }

    .video-news-section .small-post .image-box a:hover {
        border-color: transparent transparent transparent lingten(#fff, 15%);
    }

    .global-search .large-8 .intro {
        margin-left: 0;
        margin-right: 0;
    }

    .map-container .warning-box {
        padding: 0 0 0 184px;
    }

    .menu-filter-block {
        right: 43px;
    }

    .add-menu-list {
        right: 374px;
    }

    .structure-section .structure-gallery .btn-prev,
    .structure-section .structure-gallery .btn-next {
        display: block;
    }

    .address-footer {
        letter-spacing: .5px;
        margin: 0 0 27px;
    }

    .address-footer span {
        display: inline;
    }

    .gallery-result-house {
        margin: 0 -17px;
    }

    .gallery-result-house .slide {
        padding: 14px 10px 9px;
    }

    .gallery-result-house .slide:after {
        left: 0;
        right: 0;
        height: 15px;
        bottom: -16px;
    }

    .gallery-result-house h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .gallery-result-house h4 {
        font-size: 12px;
        line-height: 14px;
    }

    .gallery-result-house .heading {
        margin: 0 0 13px;
    }

    .gallery-result-house .important-note {
        width: 158px;
        height: 21px;
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 0 -79px;
    }

    .gallery-result-house .price-box {
        left: 20px;
        right: 20px;
        bottom: 16px;
        height: 50px;
        padding: 8px 50px;
    }

    .gallery-result-house .price-box .text {
        font-size: 26px;
        line-height: 28px;
        letter-spacing: .5px;
    }

    .gallery-result-house .price-box .like-minus,
    .gallery-result-house .price-box .like-plus {
        width: 28px;
        height: 28px;
        border-radius: 30px;
        padding: 7px 2px 1px;
        left: 10px;
        margin: -14px 0 0;
        font-size: 14px;
    }

    .gallery-result-house .price-box .like-minus:before,
    .gallery-result-house .price-box .like-plus:before {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }

    .gallery-result-house .price-box .like-plus {
        left: auto;
        right: 10px;
    }

    .gallery-result-house .info {
        padding: 6px 0 9px;
    }

    .gallery-result-house .info .number {
        font-size: 24px;
        line-height: 26px;
    }

    .gallery-result-house .info .text {
        font-size: 12px;
        line-height: 15px;
    }

    .gallery-result-house .important-note {
        width: 158px;
        height: 20px;
        font-size: 12px;
        line-height: 15px;
        margin: 0 0 0 -79px;
    }

    .gallery-result-house .important-note-footer {
        font-size: 12px;
        line-height: 15px;
    }

    .gallery-result-house .add-text {
        padding: 11px 10px 0;
    }

    .gallery-result-house .add-text p {
        font-size: 10px;
        line-height: 14px;
    }

    .house-results-search {
        margin: 0 -12px 77px;
    }

    .house-results-search .info-container {
        width: 33.333%;
        padding: 0 11px;
    }

    .house-results-search .message-open-house {
        font-size: 12px;
        line-height: 15px;
        height: 21px;
        width: 156px;
        padding: 4px 5px;
        margin-left: -78px;
    }

    .house-results-search .add-info-block .frame {
        top: 18px;
        bottom: 18px;
        left: 18px;
        right: 18px;
    }

    .house-results-search .info-container:hover .message-open-house {
        transform: translateY(9px);
    }

    .house-results-search .button-block {
        bottom: 18px;
        left: 18px;
        right: 18px;
    }

    .house-results-search .button-block .price-box {
        height: 52px;
        padding: 9px 40px;
    }

    .house-results-search .button-block .price-box .text {
        font-size: 26px;
        line-height: 30px;
    }

    .house-results-search .button-block .price-box .like-minus,
    .house-results-search .button-block .price-box .like-plus {
        width: 28px;
        height: 28px;
        border-radius: 28px;
        margin-top: -14px;
        padding: 6px 2px 1px;
    }

    .house-results-search .button-block .price-box .like-plus {
        padding-top: 7px;
    }

    .house-results-search .button-block .title {
        font-size: 14px;
        line-height: 18px;
    }

    .house-results-search footer {
        padding: 7px 0 0;
    }

    .house-results-search .add-info-block .frame > .holder {
        padding: 0 0 32px;
    }

    .house-results-search .add-info-block .frame .link-holder {
        height: 52px;
        padding: 18px 40px;
        bottom: 0;
    }

    .house-results-search .add-info-block .frame .link-holder .like-minus,
    .house-results-search .add-info-block .frame .link-holder .like-plus {
        width: 28px;
        height: 28px;
        border-radius: 28px;
        margin-top: -14px;
        padding: 6px 2px 1px;
        font-size: 14px;
    }

    .house-results-search .add-info-block .frame .link-holder .like-plus {
        padding-top: 7px;
    }

    .house-results-search .add-info-block .frame .more-details {
        font-size: 14px;
        line-height: 18px;
    }

    .house-results-search .add-info-block .frame h3 {
        font-size: 19px;
        line-height: 22px;
        margin: 0 0 2px;
    }

    .house-results-search .add-info-block .frame h4 {
        font-size: 12px;
        line-height: 15px;
        margin: 0 0 8px;
    }

    .house-results-search .add-info-block .frame .price {
        font-size: 29px;
        line-height: 32px;
        margin: 0;
    }

    .house-results-search .add-info-block .frame .old-price {
        font-size: 11px;
        line-height: 13px;
        margin: 0 0 10px;
    }

    .house-results-search .add-info-block .frame .add-list {
        margin: 0;
    }

    .house-results-search .add-info-block .frame .add-list .number {
        font-size: 24px;
        line-height: 28px;
    }

    .house-results-search .add-info-block .frame .add-list .info {
        font-size: 11px;
        line-height: 14px;
    }

    .gallery-result-house-map {
        margin: 0 2px 30px -17px;
    }

    .gallery-result-house-map .slide {
        padding: 18px 20px 4px 17px;
    }

    .gallery-result-house-map .image-box {
        width: 49.7%;
        margin: 4px 20px 0 0;
    }

    .gallery-result-house-map .image-box .info-photos {
        left: 14px;
        bottom: 13px;
        padding: 10px 10px;
        color: #fff;
        height: 38px;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: .5px;
    }

    .gallery-result-house-map .image-box .info-photos .number {
        margin: 0 2px 0 0;
    }

    .gallery-result-house-map .image-box .important-note {
        left: 0;
        top: 11px;
        height: 23px;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 1px;
        padding: 4px 23px;
    }

    .gallery-result-house-map .add-text {
        padding: 5px 0 0 17px;
    }

    .gallery-result-house-map .add-text p {
        font-size: 12px;
        line-height: 15px;
        margin: 0;
        letter-spacing: .2px;
    }

    .gallery-result-house-map .text-holder {
        padding: 0 0 44px;
    }

    .gallery-result-house-map .text-holder h3 {
        font-size: 26px;
        line-height: 28px;
        margin: 0 0 3px;
    }

    .gallery-result-house-map .text-holder h4 {
        font-size: 12px;
        line-height: 15px;
        margin: 0 0 7px;
    }

    .gallery-result-house-map .text-holder .price-block {
        margin: 0 0 5px;
    }

    .gallery-result-house-map .text-holder .price-block .price {
        font: 34px/36px "freight-big-pro", "Times New Roman", serif;
        margin: 0 16px 0 0;
    }

    .gallery-result-house-map .text-holder .price-block .add-price-info {
        font-size: 12px;
        line-height: 15px;
        padding: 5px 0 0;
    }

    .gallery-result-house-map .text-holder .price-block .add-price-info .text {
        font-size: 10px;
        line-height: 13px;
    }

    .gallery-result-house-map .text-holder .info {
        margin: 0 0 4px -20px;
    }

    .gallery-result-house-map .text-holder .info li {
        width: 23.5%;
    }

    .gallery-result-house-map .text-holder .info li:after {
        background: #cececd;
        top: 5px;
    }

    .gallery-result-house-map .text-holder .info .number {
        font-size: 24px;
        line-height: 27px;
    }

    .gallery-result-house-map .text-holder .info .text {
        font-size: 12px;
        line-height: 15px;
    }

    .gallery-result-house-map .text-holder .text-list {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: .2px;
    }

    .gallery-result-house-map .text-holder .open-house-text {
        font-size: 12px;
        line-height: 18px;
    }

    .gallery-result-house-map .text-holder .open-house-text .title {
        margin: 0 3px 0 0;
    }

    .gallery-result-house-map .add-menu-bar {
        width: 48%;
        height: 64px;
        padding: 0 0 23px;
    }

    .gallery-result-house-map .add-menu-bar .button {
        width: 64%;
        border: 1px solid #a8a8a8;
        height: 41px;
        font-size: 14px;
        line-height: 18x;
        letter-spacing: .5px;
        padding: 13px 10px;
    }

    .gallery-result-house-map .add-menu-bar .like-minus,
    .gallery-result-house-map .add-menu-bar .like-plus {
        right: 70px;
        top: 2px;
        width: 38px;
        height: 38px;
        border-radius: 40px;
        font-size: 17px;
        line-height: 17px;
        padding: 9px 2px 1px;
    }

    .gallery-result-house-map .add-menu-bar .like-minus i,
    .gallery-result-house-map .add-menu-bar .like-plus i {
        color: #7e7e7e;
        transition: background-color .3s, color .3s;
    }

    .gallery-result-house-map .add-menu-bar .like-plus {
        right: 20px;
        padding-top: 10px;
    }

    .search-content-result {
        margin: 0 2px 30px -17px;
    }

    .search-content-result .slide {
        padding: 20px 20px 8px 10px;
    }

    .search-content-result .image-box {
        width: 454px;
        margin: 4px 20px 0 0;
    }

    .search-content-result .image-box .info-photos {
        left: 14px;
        bottom: 13px;
        padding: 10px 10px;
        color: #fff;
        height: 38px;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: .5px;
    }

    .search-content-result .image-box .info-photos .number {
        margin: 0 2px 0 0;
    }

    .search-content-result .image-box .important-note {
        left: 0;
        top: 11px;
        height: 23px;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 1px;
        padding: 4px 23px;
    }

    .search-content-result .add-text {
        padding: 6px 0 0 17px;
    }

    .search-content-result .add-text p {
        font-size: 12px;
        line-height: 15px;
        margin: 0;
        letter-spacing: .2px;
    }

    .search-content-result .text-holder {
        padding: 3px 0 44px;
    }

    .search-content-result .text-holder h3 {
        font-size: 28px;
        line-height: 32px;
        margin: 0 0 7px;
        padding: 0 50% 0 0;
    }

    .search-content-result .text-holder h4 {
        font-size: 12px;
        line-height: 15px;
        margin: 0 0 18px;
        padding: 0 50% 0 0;
    }

    .search-content-result .text-holder .price-block {
        margin: 0;
        position: absolute;
        top: 29px;
        right: 20px;
        max-width: 50%;
        text-align: right;
    }

    .search-content-result .text-holder .price-block .price {
        float: none;
        display: block;
        font: 28px/32px "freight-big-pro", "Times New Roman", serif;
        margin: 0 0 1px;
    }

    .search-content-result .text-holder .price-block .add-price-info {
        font-size: 12px;
        line-height: 15px;
        padding: 5px 0 0;
        display: block;
        float: none;
    }

    .search-content-result .text-holder .price-block .add-price-info .text {
        display: inline;
        font-size: 10px;
        line-height: 13px;
    }

    .search-content-result .text-holder .info {
        width: 74%;
        min-width: 400px;
        margin: 0 0 12px -20px;
    }

    .search-content-result .text-holder .info li {
        width: 23.5%;
    }

    .search-content-result .text-holder .info li:after {
        background: #cececd;
        top: 5px;
    }

    .search-content-result .text-holder .info .number {
        font-size: 26px;
        line-height: 28px;
        margin: 0 0 3px;
    }

    .search-content-result .text-holder .info .text {
        font-size: 13px;
        line-height: 15px;
    }

    .search-content-result .text-holder .text-list {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: .2px;
    }

    .search-content-result .text-holder .open-house-text {
        font-size: 12px;
        line-height: 18px;
    }

    .search-content-result .text-holder .open-house-text .title {
        margin: 0 3px 0 0;
    }

    .search-content-result .add-menu-bar {
        width: 342px;
        height: 72px;
        padding: 0 0 23px;
    }

    .search-content-result .add-menu-bar .button {
        width: 224px;
        border: 1px solid #a8a8a8;
        height: 41px;
        font-size: 12px;
        line-height: 18x;
        letter-spacing: .5px;
        padding: 14px 10px;
    }

    .search-content-result .add-menu-bar .like-minus,
    .search-content-result .add-menu-bar .like-plus {
        right: 68px;
        top: 2px;
        width: 38px;
        height: 38px;
        border-radius: 40px;
        font-size: 17px;
        line-height: 17px;
        padding: 9px 2px 1px;
    }

    .search-content-result .add-menu-bar .like-minus i,
    .search-content-result .add-menu-bar .like-plus i {
        color: #7e7e7e;
        transition: background-color .3s, color .3s;
    }

    .search-content-result .add-menu-bar .like-plus {
        right: 20px;
        padding-top: 10px;
    }

    .results-content-holder-view02 {
        margin: 0 -17px;
    }

    .results-content-holder-view02 .slide {
        padding: 14px 10px 9px;
    }

    .results-content-holder-view02 .slide:after {
        left: 0;
        right: 0;
        height: 15px;
        bottom: -16px;
    }

    .results-content-holder-view02 h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .results-content-holder-view02 h4 {
        font-size: 12px;
        line-height: 14px;
    }

    .results-content-holder-view02 .heading {
        margin: 0 0 13px;
    }

    .results-content-holder-view02 .important-note {
        width: 158px;
        height: 21px;
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 0 -79px;
    }

    .results-content-holder-view02 .price-box {
        left: 20px;
        right: 20px;
        bottom: 16px;
        height: 50px;
        padding: 8px 50px;
    }

    .results-content-holder-view02 .price-box .text {
        font-size: 26px;
        line-height: 28px;
        letter-spacing: .5px;
    }

    .results-content-holder-view02 .price-box .like-minus,
    .results-content-holder-view02 .price-box .like-plus {
        width: 28px;
        height: 28px;
        border-radius: 30px;
        padding: 7px 2px 1px;
        left: 10px;
        margin: -14px 0 0;
        font-size: 14px;
    }

    .results-content-holder-view02 .price-box .like-minus:before,
    .results-content-holder-view02 .price-box .like-plus:before {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }

    .results-content-holder-view02 .price-box .like-plus {
        left: auto;
        right: 10px;
    }

    .results-content-holder-view02 .info {
        padding: 6px 0 9px;
    }

    .results-content-holder-view02 .info .number {
        font-size: 24px;
        line-height: 26px;
    }

    .results-content-holder-view02 .info .text {
        font-size: 12px;
        line-height: 15px;
    }

    .results-content-holder-view02 .important-note {
        width: 158px;
        height: 20px;
        font-size: 12px;
        line-height: 15px;
        margin: 0 0 0 -79px;
    }

    .results-content-holder-view02 .important-note-footer {
        font-size: 12px;
        line-height: 15px;
    }

    .results-content-holder-view02 .add-text {
        padding: 11px 10px 0;
    }

    .results-content-holder-view02 .add-text p {
        font-size: 10px;
        line-height: 14px;
    }

    .custom-gallery {
        height: 625px;
    }

    .heading-info-box {
        padding: 15px 0 18px;
    }

    .heading-info-box h1 {
        font-size: 33px;
        line-height: 36px;
    }

    .heading-info-box address {
        font-size: 16px;
        line-height: 20px;
    }

    .heading-info-box .holder {
        padding: 0 66px 0 0;
    }

    .heading-info-box .price {
        font-size: 34px;
        line-height: 36px;
    }

    .heading-info-box .currency {
        margin-top: 6px;
        line-height: 20px;
    }

    .add-info-table {
        box-shadow: none;
    }

    .add-info-table ul li {
        height: 89px;
        padding: 21px 5px 5px;
    }

    .add-info-table ul li:after {
        width: 1px;
    }

    .add-info-table .number {
        margin: 0 0 1px;
    }

    .jcf-select.jcf-select-currency-select {
        height: 26px;
    }

    .jcf-select.jcf-select-currency-select .jcf-select-text {
        font-size: 17px;
        line-height: 26px;
        margin: 0 18px 0 3px;
        letter-spacing: 0;
    }

    .jcf-select.jcf-select-currency-select .jcf-select-opener {
        right: 5px !important;
        margin: -3px 0 0;
    }

    .bar-listing-tools .title {
        width: 8.4%;
        padding-left: 15px;
    }

    .bar-listing-tools .tools-list {
        width: 51%;
    }

    .bar-listing-tools .tools-list li {
        margin: 0 1.5%;
    }

    .bar-listing-tools .button-holder .button {
        padding: 12px 36px;
    }

    .bar-listing-tools .like-buttons a {
        margin: 0 2%;
    }

    .bar-listing-tools .listing-btns {
        width: 10%;
    }

    .open-house-section {
        padding: 38px 0 17px;
    }

    .open-house-section .open-house-box .opener {
        text-align: center;
    }

    .open-house-section .open-house-box .opener .title {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-right: 5px;
    }

    .property-detail-page .section-overview {
        padding: 8px 0 18px;
    }

    .property-detail-page .section-overview .property-highlights-box {
        margin: 0 24px 0 -10px;
        width: 38.6%;
    }

    .property-detail-page .section-overview h3 {
        margin: 0 0 34px;
    }

    .property-detail-page .article {
        padding: 28px 0 25px;
    }

    .property-detail-page .article .accordion > li > a {
        height: 52px;
        font-size: 22px;
        line-height: 28px;
        text-align: left;
        padding-left: 19px;
    }

    .property-detail-page .article .accordion .content {
        text-align: left;
    }

    .property-detail-page .social-networks-bar {
        padding: 6px 0 29px;
    }

    .property-detail-page .section-map .map-holder {
        height: 530px;
    }

    .property-detail-page .section-map .sub-headline .location-link {
        top: 15px;
        right: 12px;
        font-size: 16px;
        line-height: 20px;
    }

    .property-detail-page {
        margin-bottom: 16px;
    }

    .blockquote-holder blockquote {
        padding: 36px 6% 20px;
    }

    .email-form.style04 h2 {
        font-size: 40px;
        line-height: 44px;
        letter-spacing:  1.5px;
    }
}

@media only screen and (min-width: 1141px) and (max-width: 1500px) {
    .structure-section .structure-gallery-holder {
        padding: 32px 0 37px;
    }

    .structure-section .structure-gallery {
        padding: 0;
        margin: 0 -4px 58px;
    }

    .structure-section .structure-gallery .mask {
        width: 966px;
    }

    .structure-section .structure-gallery .slideset .slide {
        width: 322px;
    }

    .structure-section .structure-gallery .add-info-block .frame {
        padding: 6px 10px;
    }

    .structure-section .structure-gallery .add-info-block .frame h3 {
        font-size: 18px;
    }

    .structure-section .structure-gallery .add-info-block .frame h4 {
        font-size: 13px;
    }

    .structure-section .structure-gallery .add-info-block .frame .price {
        font-size: 26px;
        margin-bottom: 4px;
    }

    .structure-section .structure-gallery .add-info-block .frame .add-list {
        margin: 0 -10px 8px;
    }

    .structure-section .structure-gallery .add-info-block .frame .add-list li {
        width: 70px;
    }

    .structure-section .structure-gallery .add-info-block .frame .add-list li:after {
        top: 3px;
        height: 30px;
    }

    .structure-section .structure-gallery .add-info-block .frame .add-list .number {
        font-size: 17px;
        line-height: 20px;
        margin: 0;
    }

    .structure-section .structure-gallery .add-info-block .frame .add-list .info {
        font-size: 10px;
        line-height: 12px;
    }

    .structure-section .structure-gallery .add-info-block .frame .more-details {
        font-size: 12px;
    }

    .structure-section .structure-gallery .post-box .base-text-box {
        padding: 0 21px 25px;
    }

    .structure-section .structure-gallery .add-info-block .frame {
        top: 25px;
        right: 21px;
        bottom: 25px;
        left: 21px;
        padding-top: 15px;
    }
}

@media only screen and (min-width:1141px) and (max-width:1300px) {
    .development-page .about-area-section .heading {
        margin: 0 0 33px;
    }

    .development-page .about-area-section .content-block .image-block {
        width: 49%;
        margin: 0 2% 0 0;
        height: 412px;
    }

    .development-page .about-area-section .content-block .image-block img {
        height: 100%;
    }

    .development-page .about-area-section .content-block .text-holder {
        padding: 79px 1% 0 0;
    }

    .development-page .about-area-section .content-block .text-holder h4 {
        letter-spacing: 0;
    }

    .development-page .about-area-section .content-block .text-holder p {
        line-height: 24px;
    }

    .development-page .about-area-section .content-block .text-holder .button {
        min-width: 220px;
    }

    .development-page .about-area-section .content-block .text-holder .button + .button {
        margin-left: 10px;
    }

    .development-page .about-area-section {
        padding: 5px 0 50px;
    }

    .testimonials-gallery {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1500px) {
    .development-page .about-area-section .heading {
        margin: 0 0 33px;
    }

    .development-page .about-area-section .content-block .image-block {
        width: 49%;
        margin: 0 2% 0 0;
        height: 412px;
    }

    .development-page .about-area-section .content-block .image-block img {
        height: 100%;
    }

    .development-page .about-area-section .content-block .text-holder {
        padding: 79px 1% 0 0;
    }

    .development-page .about-area-section .content-block .text-holder h4 {
        letter-spacing: 0;
    }

    .development-page .about-area-section .content-block .text-holder p {
        line-height: 24px;
    }

    .development-page .about-area-section .content-block .text-holder .button {
        min-width: 220px;
    }

    .development-page .about-area-section .content-block .text-holder .button + .button {
        margin-left: 10px;
    }

    .development-page .about-area-section {
        padding: 5px 0 50px;
    }
}

@media only screen and (min-width:1301px) and (max-width:99999999px) {
    .market-news-section {
        background-size: 100% 100%;
    }

    .market-news-section .image-box {
        width: 450px;
        margin: 0 61px 0 -32px;
    }

    .market-news-section .text-holder {
        padding: 44px 0 20px;
    }

    .market-news-section h3 {
        margin: 0 0 22px;
    }
}

@media only screen and (min-width:1301px) {
    .start-section-holder {
        padding-top: 270px;
        padding-bottom: 113px;
    }

    .start-section .text {
        padding-right: 190px;
    }

    .start-menu {
        padding: 8px 0 0 0;
        margin-left: -20px;
    }

    .cycle-gallery-section:before,
    .cycle-gallery-section:after {
        box-shadow: 0 15px 35px rgba(0, 0, 0, .13);
    }

    .cycle-gallery {
        padding: 81px 85px 98px;
        margin: 0 0 69px;
    }

    .cycle-gallery .video-box {
        margin: 0 5px 0 75px;
        width: 48.7%;
    }

    .cycle-gallery .video-box .btn-play {
        width: 100px;
        height: 100px;
        margin: -50px 0 0 -50px;
    }

    .cycle-gallery .video-box .btn-play:after {
        border-width: 35px 61px;
        margin: -37px 0 0 -31px;
    }

    .cycle-gallery .info-text-block {
        margin-left: 52px;
    }

    .cycle-gallery .info-text-block .heading {
        padding: 62px 30px 0;
        margin: 0 0 26px;
    }

    .cycle-gallery .info-text-block h2 {
        font-size: 24px;
        line-height: 37px;
    }

    .cycle-gallery .info-text-block .text {
        padding: 0 0 42px;
        margin: 0 0 22px;
    }

    .cycle-gallery .switcher-block {
        bottom: 26px;
    }

    .cycle-gallery .btn-prev,
    .cycle-gallery .btn-next {
        top: 50%;
        margin: -58px 0 0;
    }

    .seller-services-section .heading:after {
        left: 295px;
        right: 295px;
    }

    .news-block .news-frame {
        padding: 55px 56px 41px;
    }

    .latest-news-box .button-holder .button {
        min-width: 190px;
    }

    .contacts-section .text-note {
        left: 425px;
        right: 130px;
        bottom: 15px;
    }

    .add-menu:before,
    .add-menu:after {
        box-shadow: 0 15px 35px rgba(0, 0, 0, .13);
    }

    .add-menu {
        margin: 0 0 52px;
    }

    .brokerage-listing-section {
        padding: 36px 0 60px;
    }

    .brokerage-listing-section .listing-block {
        margin: 0 -48px;
    }

    .brokerage-listing-section .listing-block > .frame {
        padding: 28px 68px 38px;
    }

    .brokerage-listing-section .heading {
        padding: 0 0 21px;
        margin: 0 0 30px;
    }

    .brokerage-listing-section ul > li {
        padding-bottom: 27px;
    }

    .brokerage-listing-section ul > li .heading-box h3 {
        font-size: 18px;
    }

    .brokerage-listing-section ul > li .image-box .button {
        bottom: 12px;
        left: 14px;
        right: 14px;
        height: 42px;
        font-size: 21px;
        line-height: 26px;
        padding: 7px 10px;
    }

    .brokerage-listing-section .link-holder {
        margin-top: -8px;
    }

    .communities-info li {
        margin: 0 7.5% 0 0;
    }

    .communities-info .info {
        margin: 0 31px 0 0;
    }

    .large-8 .intro {
        margin-left: -80px;
        margin-right: -80px;
    }

    .filter-search-container:before,
    .filter-search-container:after {
        box-shadow: 0 15px 35px rgba(0, 0, 0, .25);
    }

    .img-list .icon {
        width: 115px;
        height: 115px;
        margin-bottom: 29px;
        font-size: 60px;
        line-height: 100px;
    }

    .img-list .icon i {
        line-height: 115px;
    }

    .img-list .icon i.ico-train {
        font-size: 65px;
    }

    .img-list .icon i.ico-ns {
        font-size: 66px;
    }

    .img-list .icon i.ico-golf {
        line-height: 50px;
        font-size: 48px;
    }

    .img-list .icon i.ico-house {
        font-size: 44px;
    }

    .img-list .icon i.ico-case {
        font-size: 54px;
    }

    .img-list .category {
        font-size: 18px;
    }

    .img-list h3 {
        margin: 0 0 9px;
        font-size: 32px;
    }

    .img-list h3 .num {
        font-size: 88px;
    }

    .img-list .slideset > li {
        width: 33.333% !important;
    }

    .img-list .slideset > li:hover .icon-holder {
        top: -39px;
    }

    .img-list .slideset > li:hover .icon {
        width: 88px;
        height: 88px;
        line-height: 60px;
        font-size: 44px;
    }

    .img-list .slideset > li:hover .icon:before,
    .img-list .slideset > li:hover .icon:after {
        margin-top: -5px;
    }

    .img-list .slideset > li:hover .icon i {
        line-height: 88px;
    }

    .img-list .slideset > li:hover .icon i.ico-train {
        font-size: 40px;
    }

    .img-list .slideset > li:hover .icon i.ico-ns {
        font-size: 40px;
    }

    .img-list .slideset > li:hover .icon i.ico-golf {
        line-height: 88px;
        font-size: 45px;
    }

    .img-list .slideset > li:hover .icon i.ico-house {
        font-size: 32px;
        line-height: 80px;
    }

    .img-list .slideset > li:hover .icon i.ico-case {
        font-size: 40px;
    }

    .img-list .slideset > li:hover h3 .num {
        font-size: 88px;
        margin: 7px 0 6px;
    }

    .img-list .q-links:before {
        width: 68%;
        left: 16%;
        top: 16px;
    }

    .img-list .q-links li {
        font-size: 16px;
        padding: 10px 0 0;
    }

    .img-list .q-links li:first-child {
        padding: 42px 0 0;
    }

    .img-list h3 .num {
        font-size: 58px;
    }

    .img-list .caption {
        top: 60px;
        left: 42px;
        right: 42px;
        bottom: 62px;
    }

    .img-list .caption .holder .frame {
        padding-top: 34px;
    }

    .events-section {
        margin: 32px -57px 0;
    }

    .info-section {
        margin: 27px -46px 0;
    }

    .explore-section .news-box-next .icon {
        width: 115px;
        height: 115px;
        margin-bottom: 29px;
        font-size: 60px;
        line-height: 100px;
    }

    .explore-section .news-box-next .icon i {
        line-height: 115px;
    }

    .explore-section .news-box-next .icon i.ico-train {
        font-size: 65px;
    }

    .explore-section .news-box-next .icon i.ico-ns {
        font-size: 66px;
    }

    .explore-section .news-box-next .icon i.ico-golf {
        line-height: 50px;
        font-size: 48px;
    }

    .explore-section .news-box-next .icon i.ico-house {
        font-size: 44px;
    }

    .explore-section .news-box-next .icon i.ico-case {
        font-size: 54px;
    }

    .explore-section .news-box-next .category {
        font-size: 18px;
    }

    .explore-section .news-box-next h3 {
        margin: 0 0 9px;
        font-size: 32px;
    }

    .explore-section .news-box-next h3 .num {
        font-size: 88px;
    }

    .explore-section .news-box-next.hover .icon-holder {
        top: -39px;
    }

    .explore-section .news-box-next.hover .icon {
        width: 88px;
        height: 88px;
        line-height: 60px;
        font-size: 44px;
    }

    .explore-section .news-box-next.hover .icon:before,
    .explore-section .news-box-next.hover .icon:after {
        margin-top: -5px;
    }

    .explore-section .news-box-next.hover .icon i {
        line-height: 88px;
    }

    .explore-section .news-box-next.hover .icon i.ico-train {
        font-size: 40px;
    }

    .explore-section .news-box-next.hover .icon i.ico-ns {
        font-size: 40px;
    }

    .explore-section .news-box-next.hover .icon i.ico-golf {
        line-height: 88px;
        font-size: 45px;
    }

    .explore-section .news-box-next.hover .icon i.ico-house {
        font-size: 32px;
        line-height: 80px;
    }

    .explore-section .news-box-next.hover .icon i.ico-case {
        font-size: 40px;
    }

    .explore-section .news-box-next.hover h3 .num {
        font-size: 88px;
        margin: 7px 0 6px;
    }

    .explore-section .news-box-next .q-links:before {
        width: 68%;
        left: 16%;
        top: 16px;
    }

    .explore-section .news-box-next .q-links li {
        font-size: 16px;
        padding: 10px 0 0;
    }

    .explore-section .news-box-next .q-links li:first-child {
        padding: 42px 0 0;
    }

    .explore-section .news-box-next h3 .num {
        font-size: 58px;
    }

    .explore-section .news-box-next .caption {
        top: 60px;
        left: 42px;
        right: 42px;
        bottom: 62px;
    }

    .explore-section .news-box-next .caption .holder .frame {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 1200px) {
    .social-networks > li:first-child .popup {
        margin-left: -46px;
    }

    .social-networks > li:first-child .popup:after,
    .social-networks > li:first-child .popup:before {
        margin: 0 0 0 -65px;
    }

    .social-networks > li:first-child .popup:after {
        margin: 0 0 0 -64px;
    }
}

@media only screen and (max-width: 1139px) {
    .top-bar .name div.header-logo-image-non-h1 a img,
    .top-bar .name h1 a img {
        width: 239px;
        height: 35px;
    }

    .top-bar .title-area {
        margin: 0 10px 0 11px;
    }

    .breadcrumbs {
        padding: 7px 0;
    }

    .page-heading {
        padding: 39px 108px 10px;
    }

    .sort-form .pagination li {
        padding: 0 2px;
    }

    .search-box {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .search-box form,
    .search-box fieldset {
        width: 100%;
        padding: 0 5px;
    }

    .land .page-heading {
        padding: 3px 108px 152px;
    }
}

@media only screen and (max-width: 960px) {
    .top-bar-section {
        display: none;
    }

    .top-bar .name div.header-logo-image-non-h1 a img,
    .top-bar .name h1 a img {
        display: none;
    }

    .top-bar .name div.header-logo-image-non-h1 a .mobile,
    .top-bar .name h1 a .mobile {
        display: inline-block;
        width: 239px;
        height: 35px;
        margin: -8px 0 0;
    }

    .top-bar .title-area {
        margin-left: 64px;
        float: left;
    }

    .top-bar {
        height: 70px;
    }

    .top-bar .name,
    .top-bar .name h1,
    .top-bar .name div.header-logo-image-non-h1,
    .top-bar .name h2,
    .top-bar .name h3,
    .top-bar .name h4,
    .top-bar .name p,
    .top-bar .name span {
        height: 70px;
        line-height: 70px;
    }

    .top-bar .toggle-topbar.menu-icon a {
        display: none;
    }

    .page-heading {
        padding: 16px 20px;
    }

    .sort-form .box {
        display: none;
    }

    .info-box {
        max-width: 600px;
    }

    .search-box fieldset {
        padding-left: 0 !important;
    }

    .search-box fieldset .title {
        display: none;
    }

    .search-box fieldset .block {
        padding-right: 102px;
    }

    .search-box fieldset .block .location {
        display: block;
    }

    .search-box fieldset .block .jcf-select {
        height: 42px;
    }

    .search-box fieldset .block .jcf-select .jcf-select-text {
        line-height: 40px;
    }

    .search-box fieldset .block input[type="text"],
    .search-box fieldset .block input[type="search"] {
        height: 42px;
        padding: 10px 19px;
    }

    .search-box fieldset .block input[type="submit"] {
        height: 42px;
        width: 56px;
    }

    .land .page-heading {
        padding: 16px 20px;
    }

    .adv-search form {
        margin: 0;
    }

    .visual-clone {
        display: none;
    }
}

@media (max-width: 960px) {
    .subnav-bar.sticky-box {
        width: 100%;
    }

    .sticky-box.fixed-position {
        position: relative;
        /*position: fixed !important;*/
        /*left: 0;*/
        width: 100%;
    }

    .subnav-bar.sticky-box.fixed-position,
    .subnav-bar.sticky-box.nav-up.fixed-position{
        /*top: 70px;*/
        top:0!important;
    }
}

@media only screen and (max-width: 959px) {
    .tabset-info-section .mobile-hidden {
        display: none;
    }

    .tabset-info-section .mobile-visible {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumbs {
        display: none;
    }

    .breadcrumbs-holder {
        display: none;
    }

    .visual-block {
        display: block;
    }

    .page-heading {
        background: #fff;
    }

    .page-heading h1 {
        color: #001e45;
        font-size: 24px;
        line-height: 26px;
        text-shadow: none;
    }

    .page-heading p {
        display: none;
    }

    #main {
        width: 100%;
        clear: both;
        position: relative;
        z-index: 3;
    }

    .main-holder {
        padding: 0;
    }

    .search-form fieldset:before,
    .search-form fieldset:after {
        display: none;
    }

    .search-form .slide {
        padding: 20px 30px;
    }

    .info-box {
        position: relative;
        left: auto;
        bottom: auto;
        margin: 20px 0 0;
        width: 100%;
    }

    .info-box .holder {
        padding: 20px;
    }

    .info-box ul {
        margin: 0;
    }

    .info-box ul li {
        float: none;
        margin: 0 0 10px;
        padding: 0;
        width: auto;
    }

    .user-box .map-menu li a {
        min-width: 94px;
    }

    .cycle-gallery {
        margin-bottom: 42px;
    }

    .cycle-gallery .slideset {
        width: 100%;
        overflow: hidden;
        margin: 0 !important;
    }

    .cycle-gallery .mask {
        height: auto !important;
    }

    .cycle-gallery .slide {
        float: left;
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
    }

    .cycle-gallery .slide + .slide {
        display: none !important;
    }

    .cycle-gallery .btn-prev,
    .cycle-gallery .btn-next,
    .cycle-gallery .switcher-block {
        display: none;
    }

    .cycle-gallery .video-box {
        margin: 0 0 27px;
    }

    .email-form .title-checkbox {
        float: none;
        display: block;
        margin: 0 0 10px;
    }

    .blockquote-section .note-holder {
        border-top: 1px solid #425979;
        margin-left: 10px;
        margin-right: 10px;
        padding: 20px 0 26px;
    }

    .blockquote-container.style03 {
        padding-bottom: 31px;
    }

    .blockquote-container.style03 h2 + p,
    .blockquote-container.style03 h2 + p + footer {
        display: none;
    }

    .blockquote-container.style03 h2 {
        letter-spacing: 1px;
    }

    .search-box fieldset {
        padding: 8px 0 75px !important;
    }

    .search-box fieldset .result .text {
        display: inline;
        font: bold 13px/16px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
        color: #fff;
        transition: background-color .3s, color .3s;
    }

    .search-box fieldset .result {
        z-index: 1;
        transition: background-color .3s, color .3s;
    }

    .search-box fieldset .result:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #002c66;
        z-index: -1;
        border-radius: inherit;
        opacity: 0;
        transform: scale3d(.6, .6, 1);
        transition: transform .3s, opacity .3s;
        transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    }

    .search-box fieldset .result:hover {
        background-color: #fff;
        border-color: #002c66;
    }

    .search-box fieldset .result:hover .number {
        color: #e4cb56;
    }

    .search-box fieldset .result:hover span {
        color: #002c66;
    }

    .search-box fieldset .result:hover:before {
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }

    .search-box fieldset .result .text,
    .search-box fieldset .result .number {
        display: inline-block;
        vertical-align: top;
        padding: 0;
    }

    .search-box fieldset .result {
        right: auto;
        top: auto;
        bottom: 24px;
        background: #001e45;
        color: #e4cb56;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font: bold 13px/16px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
        padding: 14px 10px 12px;
    }

    .search-box fieldset .block {
        padding-right: 41px;
    }

    .search-box fieldset .block .location {
        right: 0;
        width: 42px;
    }

    .search-box fieldset .block input[type="text"],
    .search-box fieldset .block input[type="search"] {
        padding: 10px 19px 10px 19px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .search-box fieldset .block input[type="submit"] {
        display: none;
    }

    .search-box fieldset .block {
        padding: 0 35px 0 55px;
    }

    .search-box fieldset .block input[type="text"],
    .search-box fieldset .block input[type="search"] {
        height: 36px;
        font-size: 12px;
        line-height: 15px;
        padding: 10px 6px;
    }

    .search-box fieldset .block .jcf-select.jcf-select-search-add-style {
        width: 56px;
        min-width: 54px;
        height: 36px;
        padding: 11px 5px 10px;
        margin: 0;
    }

    .search-box fieldset .block .jcf-select.jcf-select-search-add-style .jcf-select-text {
        line-height: 14px !important;
        font-size: 10px;
        margin: 0 10px 0 5px;
        text-align: left;
    }

    .search-box fieldset .block .jcf-select.jcf-select-search-add-style .jcf-select-opener {
        right: 6px;
        width: 8px;
        height: 5px;
        background: url(/wp-content/themes/wpsir_2022/images/arrow-gray-small.png) no-repeat;
        margin-top: -3px;
    }

    .search-box fieldset .block .location {
        width: 36px;
        height: 36px;
    }

    .search-box fieldset .block .location span {
        line-height: 36px;
    }

    .search-box .open-close .opener {
        display: block;
        position: relative;
    }

    .search-box .open-close .opener:after {
        content: "";
        position: absolute;
        left: -5px;
        top: -5px;
        right: -5px;
        bottom: -5px;
    }

    .adv-search {
        background: #eeece7;
        border: 1px solid #ccccca;
        padding: 22px 5px;
        margin: 0;
    }

    .adv-search .mob {
        display: block;
    }

    .adv-search form {
        padding: 16px 0 0;
        background: #fff;
        box-shadow: none;
    }

    .adv-search form:before,
    .adv-search form:after {
        display: none;
    }

    .adv-search .search-row input[type="text"] {
        font-size: 16px;
    }

    .start-section-holder.alt {
        padding-top: 17px;
        padding-bottom: 0;
        margin-bottom: 27px;
    }

    .start-section-holder.alt2 {
        padding: 0;
        margin: 0;
    }

    .start-section-holder.alt2 .page-heading {
        padding-top: 10px;
        padding-bottom: 14px;
        background: #f3f3f3;
    }

    .start-section-holder.alt2 h1 {
        font-size: 30px;
        line-height: 38px;
        margin: 0;
    }

    .start-section-holder h1 {
        font-size: 25px;
        line-height: 1;
        letter-spacing: 1px;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .start-section-holder .page-heading {
        color: #0f284d;
        padding-top: 0;
    }

    .start-section-holder .page-heading p {
        color: inherit;
        display: block;
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
        letter-spacing: 1px;
        margin: 5px 0 0;
    }

    .start-section-holder .page-heading p:first-child {
        margin-top: 0;
    }

    .start-section-holder .button.btn-white {
        border-color: #8e8e8e;
        background: none;
        color: #5f5f5f;
    }

    .start-section-holder .button.btn-white:hover {
        background: #fff;
    }

    .article {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .article p {
        margin-top: 23px;
    }

    .columns .article {
        padding-left: 10px;
        padding-right: 10px;
    }

    .article .alignleft,
    .article .alignright {
        float: none;
        margin: 32px auto 0;
    }

    .article ul li {
        padding-left: 25px;
    }

    .article ul li:before {
        top: 9px;
        left: 2px;
        width: 4px;
        height: 4px;
        background: #333;
    }

    .article .promo + p {
        margin-top: 16px;
    }

    .article p + .row {
        padding-top: 0;
    }

    .article h4,
    .article h3 {
        color: #1a376d;
        margin: 14px 0 11px;
        font-size: 16px;
        line-height: 24px;
    }

    .article .row h4 {
        padding-top: 14px;
    }

    .article h3 {
        text-transform: uppercase;
    }

    .article figure {
        display: block;
        width: auto;
        margin-left: -10px;
        margin-right: -10px;
    }

    .article figcaption {
        padding-top: 8px;
    }

    .article figcaption:first-child {
        padding-top: 11px;
        padding-bottom: 8px;
    }

    .article .accordion {
        margin: 20px -10px 0;
    }

    .article .accordion > li > a {
        font-size: 18px;
        padding-left: 10px;
    }

    .article .accordion > li > a:after {
        right: 16px;
    }

    .tabs {
        margin-left: -10px;
        margin-right: -10px;
        padding: 10px;
        border: 1px solid #8e8e8e;
    }

    .tabs dd,
    .tabs .tab-title {
        float: none;
        width: 100%;
    }

    .tabs dd > a,
    .tabs .tab-title > a {
        padding: 8px;
        font-size: 18px;
        line-height: 25px;
    }

    .tabs dd > a:hover,
    .tabs dd.active > a,
    .tabs .tab-title > a:hover,
    .tabs .tab-title.active > a {
        color: #fff;
        background: #0e2c52;
    }

    .tabs dd.active,
    .tabs .tab-title.active {
        z-index: 5;
    }

    .tabs dd.active:after,
    .tabs .tab-title.active:after {
        display: block;
    }

    .tabs-content {
        margin-bottom: 0;
    }

    .tabs-content .content {
        padding-left: 0;
        padding-right: 0;
    }

    .intro {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 18px;
        margin-bottom: 30px;
    }

    .intro:after {
        left: 0;
        right: 0;
        width: auto;
        margin-left: 0;
        height: 1px;
        background: #989898;
        border: 0;
    }

    .promo {
        margin-right: 20px;
        padding-bottom: 15px;
    }

    .promo:before {
        right: 15px;
    }

    .promo > a {
        padding-right: 20px;
    }

    .promo .frame {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .promo .frame:after {
        border-width: 30px 20px;
        margin-top: -30px;
    }

    .testimonial {
        padding-bottom: 6px;
    }

    .testimonial blockquote {
        position: static;
        font-size: 18px;
        line-height: 26px;
        margin-top: 0;
        padding: 0;
        letter-spacing: 1px;
        word-spacing: -2px;
    }

    .testimonial blockquote q {
        position: relative;
        padding: 18px 0 23px 32px;
    }

    .testimonial blockquote q:before,
    .testimonial blockquote q:after {
        width: 30px;
        height: 24px;
        background-position: -1px -206px;
    }

    .testimonial blockquote q:before {
        top: -1px;
    }

    .testimonial blockquote q:after {
        background-position: -38px -206px;
    }

    .testimonial blockquote cite {
        margin-top: 10px;
        text-align: center;
        font-size: 16px;
        list-style: 0;
    }

    .grey-box {
        margin: 18px -10px 0;
        padding-bottom: 24px;
    }

    .grey-box blockquote cite {
        line-height: 25px;
        padding-left: 3px;
    }

    .grey-box .frame {
        max-width: 300px;
        padding: 19px 16px;
    }

    .grey-box .frame:after {
        width: 308px;
        left: 50%;
        height: 19px;
        margin-left: -154px;
        background-position: -650px -7px;
    }

    .hide-mobile,
    .desktop,
    .promo .desktop {
        display: none;
    }

    .mobile,
    .promo .mobile {
        display: block;
    }

    .page-heading .button-holder {
        margin: 14px -10px 0;
    }

    .button-holder select,
    .button-holder .jcf-select,
    .button-holder .button.btn-view {
        width: 100% !important;
        min-width: 100%;
        margin: 0 25px;
        display: block;
        margin: 11px 0 0;
    }

    .button-holder select:first-child,
    .button-holder .jcf-select:first-child,
    .button-holder .button.btn-view:first-child {
        margin-top: 0;
    }

    .button-holder .jcf-select .jcf-select-text {
        margin-left: 11px;
    }

    .button-holder .jcf-select .jcf-select-opener {
        right: 10px;
    }

    .button.btn-view {
        background: #001e45;
    }

    .button.btn-view:hover {
        background: #013e8d;
    }

    .subnav-bar {
        padding-bottom: 19px;
        border: 0;
    }

    .sub-menu {
        float: none;
        border-top: 2px solid #ddd;
        margin-bottom: 13px;
    }

    .sub-menu li {
        float: none;
        border-bottom: 2px solid #ddd;
        line-height: 20px;
        padding: 0;
    }

    .sub-menu a {
        padding: 11px 20px 9px;
    }

    .sub-menu .active a,
    .sub-menu a:hover {
        background: #eee;
    }

    .social-links {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .section-overview {
        padding-bottom: 0;
        overflow: hidden;
    }

    .description-block {
        position: relative;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 15px;
        overflow: hidden;
        height: 125px;
    }

    .description-block .columns {
        position: static;
    }

    .description-block:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 62px;
        overflow: hidden;
        border-bottom: 12px solid #fff;
        background: url(/wp-content/themes/wpsir_2022/images/bg-more.png) repeat-x 0 100%;
        transition: all .2s linear;
        opacity: 1;
    }

    .description-block .short-description {
        display: none !important;
    }

    .description-block .full-description {
        position: relative;
        opacity: 1;
        display: block;
        transition: opacity 2s linear;
    }

    .description-block.show-text:after {
        opacity: 0;
        visibility: hidden;
    }

    .headline {
        margin-bottom: 20px;
        padding: 15px 20px 20px;
    }

    .headline h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .headline:after {
        height: 2px;
        left: 0;
        right: 0;
        width: auto;
        margin-left: 0;
        background: #edecea;
        border-top: 1px solid #dad9d5;
    }

    .section-map {
        display: none;
    }

    .section-list {
        padding: 40px 0 42px;
    }

    .section-list .sub-headline {
        position: relative;
        background-image: none;
        padding: 0;
    }

    .section-list .sub-headline .columns {
        position: static;
    }

    .section-list .sub-headline .opener {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all .2s linear;
        bottom: -58px;
    }

    .section-list .sub-headline h2,
    .section-list .sub-headline h3 {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: .5px;
    }

    .section-list .area {
        padding: 67px 0 0;
    }

    .section-list.active .sub-headline .opener {
        opacity: 1;
        visibility: visible;
    }

    .list li {
        float: none;
        width: 100%;
        margin-right: 0;
        padding: 0 10px;
    }

    .section-featured-areas .add-menu {
        display: none;
    }

    .post-grid .add-menu {
        display: none;
    }

    .post-grid .title {
        left: 20px;
        right: 20px;
        font-size: 16px;
        line-height: 20px;
        bottom: 15px;
    }

    .post-grid .title h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .post-grid .title,
    .post-grid .popup {
        bottom: 51px;
    }

    .post-grid .popup {
        z-index: 11;
    }

    .section-lifestyles {
        padding-top: 0;
    }

    .section-lifestyles .sub-headline {
        padding-top: 16px;
        padding-bottom: 5px;
    }

    .section-lifestyles .sub-headline h2 {
        font-size: 26px;
        line-height: 42px;
    }

    .slideshow {
        margin-bottom: 0;
    }

    .slideshow .description {
        padding-left: 10px;
        padding-right: 10px;
    }

    .slideshow .description .title {
        padding-top: 21px;
    }

    .slideshow .description .title,
    .slideshow .description .title p {
        font-size: 18px;
        line-height: 24px;
        min-height: 1px;
    }

    .slideshow .description .title h3 {
        font-size: 27px;
        line-height: 34px;
        letter-spacing: 1px;
    }

    .slideshow .description .title h3 strong {
        display: block;
    }

    .slideshow .description .large-6 {
        padding-top: 0;
        text-align: center;
    }

    .slideshow .description .large-6 .title {
        margin-bottom: 0;
    }

    .slideshow .description .text-alignleft {
        text-align: center;
    }

    .slideshow .description-area {
        display: none;
    }

    .slideshow a.btn-prev,
    .slideshow a.btn-next,
    .slideshow .switcher-holder {
        display: none;
    }

    .slideshow .slideset {
        width: 100% !important;
        margin: 0 !important;
    }

    .slideshow .slide {
        float: none !important;
        width: 100% !important;
        margin-top: 12px;
    }

    .slideshow .slide:first-child {
        margin-top: 0;
    }

    .slideshow .box {
        display: none;
    }

    .slideshow .box:first-child {
        display: block;
        width: 100%;
    }

    .slideshow .box.style02:first-child {
        width: 100%;
    }

    .pager-holder {
        margin-bottom: 14px;
    }

    .listings-items li {
        width: 100%;
        margin-right: 0;
        padding: 8px 0 5px 77px;
        font-size: 18px;
        line-height: 22px;
    }

    .large-6 .listings-items li {
        padding-top: 8px;
    }

    .listings-items .num {
        margin-top: 7px;
        min-width: 48px;
        height: 48px;
        font-size: 14px;
        line-height: 44px;
        padding-top: 2px;
    }

    .large-6 .listings-items:first-child {
        padding: 0;
    }

    .section-market .sub-headline {
        padding-top: 17px;
        padding-bottom: 7px;
    }

    .section-market .sub-headline h2 {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: .5px;
    }

    .section-market .sub-headline p {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: .5px;
    }

    .section-market .sub-headline select,
    .section-market .sub-headline .jcf-select {
        display: none !important;
    }

    .section-market .tools-bar {
        display: none;
    }

    .body-panel {
        margin: 0 -10px;
        padding: 0 0 20px;
    }

    .snapshot-box {
        max-width: 320px;
        margin: 0 auto;
    }

    .action {
        margin-top: 0;
        padding: 0 20px;
    }

    .action .button.btn-report {
        min-width: 288px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
    }

    .section-listings {
        padding-bottom: 22px;
    }

    .section-listings .sub-headline {
        margin-bottom: 0;
    }

    .section-listings .sub-headline h2 {
        margin: 0;
        border: 0;
        font-size: 26px;
        line-height: 34px;
        padding-top: 18px;
    }

    .section-listings .sub-headline h2 a:after {
        width: 11px;
        height: 17px;
        margin-left: 5px;
        vertical-align: -1px;
        background-position: -158px -91px;
    }

    .links {
        margin: 0 -5px;
    }

    .links li {
        width: 100%;
        padding: 0;
        margin: 10px 0 0;
    }

    .links li:first-child {
        margin-top: 0;
    }

    .links .num {
        min-width: 76px;
        font-size: 22px;
        padding-top: 2px;
    }

    .links .num:after {
        top: 0;
        bottom: 0;
    }

    .links .num em {
        font-size: 10px;
        line-height: 1;
    }

    .links a div {
        height: 68px;
        padding-top: 11px;
    }

    .links a strong {
        padding-top: 0;
    }

    .links a:after {
        width: 10px;
        height: 17px;
        right: 8px;
        background-position: -158px -91px;
    }

    .links a:hover:after {
        background-position: -172px -91px;
    }

    .promo-box {
        margin: 20px 0 0;
        padding-left: 9px;
        padding-right: 9px;
    }

    .section-listings + .brokerage-listing-section {
        padding-top: 12px;
    }

    .section-media {
        padding-bottom: 24px;
    }

    .section-media .sub-headline {
        padding: 13px 0 16px;
    }

    .section-media .sub-headline h2 {
        font-size: 26px;
        line-height: 29px;
        letter-spacing: .5px;
    }

    .section-media .description {
        display: block;
    }

    .media-holder {
        padding: 10px;
        margin: 0 -10px;
    }

    .nophoto .breadcrumbs-bar {
        display: none;
    }

    .heading-bar {
        background: #fff;
        padding-top: 0;
        padding-bottom: 0;
    }

    .heading-bar .page-heading {
        padding: 0 20px;
    }

    .heading-bar .page-heading h1 {
        font-size: 25px;
        line-height: 34px;
    }

    .js-link-close {
        display: block !important;
    }

    .full-description {
        display: block;
    }

    .js-mobile-description .full-description {
        display: block !important;
    }

    .js-mobile-description .full-description.js-fulltext {
        display: block;
        visibility: hidden;
        position: absolute;
        left: 10px;
        right: 10px;
        top: 0;
        opacity: 0;
        display: block !important;
    }

    .link-more,
    .link-close {
        display: none !important;
    }

    .js-mobile-description.show-text .full-description {
        display: block;
        width: auto;
        left: 10px;
        right: 10px;
    }

    .js-mobile-description.show-text {
        height: auto;
    }

    .js-mobile-description.show-text .full-description {
        opacity: 0;
        visibility: hidden;
    }

    .js-mobile-description.show-text .full-description.js-fulltext {
        opacity: 1;
        z-index: 10;
        visibility: visible;
    }

    .js-mobile-description.show-text .js-link-close {
        top: auto;
        bottom: 20px;
    }

    .staff-all-page .js-mobile-description.show-text .js-link-close {
        bottom: 0;
    }

    .blog-catch-page .page-heading {
        background: #f6f5f2;
        padding: 14px 15px 27px;
    }

    .getting-city-section {
        background: #eeece7;
    }

    .getting-city-section .city-time-box {
        float: none;
        width: 100%;
        margin: 0 0 15px;
    }

    .getting-city-section .city-time-box:first-child {
        float: none;
    }

    .getting-city-section .city-time-box > .frame {
        width: 100%;
    }

    .calculate-form .input-holder {
        display: block;
        width: 100%;
        margin: 0 0 19px;
    }

    .media-gallery-section h3 {
        display: none;
    }

    .media-gallery-section .btn-play:after {
        margin-top: -16px;
    }

    .section-media.style02 {
        padding-top: 30px;
    }

    .tab-content-info .decsription-table {
        min-width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .js-btn-prev,
    .js-btn-next {
        display: none;
    }

    .lifestyle-page .social-links {
        display: block;
        text-align: center;
    }

    .lifestyle-page .social-links li {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .staff-all-page .section-list {
        padding: 27px 0;
        margin-bottom: 31px;
    }

    .staff-all-page .section-list .add-mobile-heading {
        display: block;
    }

    .staff-all-page .section-list .add-mobile-heading .title {
        display: block;
        text-align: center;
        color: #9f9c94;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0 0 24px;
    }

    .staff-all-page .section-list .add-mobile-heading .list {
        margin-bottom: 10px;
    }

    .staff-all-page .section-list .area {
        padding-top: 0;
    }

    .staff-all-page .headline {
        padding: 28px 10px 20px;
        margin: 0 0 2px;
    }

    .staff-all-page .headline h3 {
        font-size: 23px;
        line-height: 31px;
    }

    .staff-all-page .headline:after {
        display: none;
    }

    .staff-all-page .section-overview {
        padding: 0 0 20px;
    }

    .staff-all-page .article .accordion {
        margin-left: 0;
        margin-right: 0;
    }

    .staff-all-page .article .accordion > li {
        margin: 15px 0 0;
    }

    .staff-all-page .article .accordion > li:first-child {
        margin-top: 0;
    }

    .staff-all-page .article .accordion > li > a {
        font-size: 18px;
        line-height: 24px;
        padding: 13px 30px 13px 10px;
        text-align: left;
    }

    .staff-all-page .sub-menu {
        display: block;
    }

    .personal-information {
        padding: 9px 0 5px;
        overflow: hidden;
    }

    .personal-information .add-mobile-title {
        display: block;
        margin: 0 0 10px;
        position: relative;
        z-index: 3;
    }

    .personal-information .heading {
        display: none;
    }

    .personal-information h1 {
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 4px;
    }

    .personal-information h2 {
        font-size: 12px;
        line-height: 15px;
    }

    .personal-information .photo-box {
        max-width: 59%;
        margin: 0 0 10px;
        position: relative;
        z-index: 2;
    }

    .personal-information .photo-box:after {
        width: 800px;
        height: 330px;
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        background: url(/wp-content/themes/wpsir_2022/images/decor02.png) repeat-x 50% 100%;
        margin: 0 0 0 -400px;
        z-index: -1;
    }

    .personal-information .text-holder {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .personal-information .text-holder .button-holder {
        display: none;
    }

    .personal-information .phones-list {
        display: inline-block;
        vertical-align: top;
        font-size: 18px;
        margin: 0;
    }

    .personal-information .phones-list li a {
        pointer-events: auto;
    }

    .personal-information .website-link {
        margin: 7px 30% 0;
    }

    .personal-information .button-holder {
        display: none;
    }

    .social-networks-bar .social-networks {
        padding: 0;
    }

    .banner-box .button-block {
        padding: 0 12px 13px;
    }

    .banner-box .button-block .button {
        height: 50px;
        min-width: 216px;
    }

    .banner-box .button-block .button .mark {
        display: none;
    }

    .slideshow-video {
        margin: 0 0 10px;
    }

    .slideshow-video .slideset {
        margin: 0 0 10px;
    }

    .slideshow-video .pagination-video li {
        margin: 0 10px 0 0;
    }

    .mobile-add-footer {
        display: block;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        background: #f6f5f2;
        border: 1px solid #dfdedb;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        height: 46px;
        z-index: 10;
        text-align: center;
        padding: 5px 6px;
    }

    .mobile-add-footer:after {
        content: "";
        position: absolute;
        left: 0;
        top: -7px;
        width: 100%;
        height: 6px;
        background: url(/wp-content/themes/wpsir_2022/images/add-mobile-shadow.png) repeat-x 50% 0;
    }

    .mobile-add-footer .title {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
        margin: 8px 14px 0 40px;
        color: #001e45;
        font-weight: normal;
    }

    .mobile-add-footer .add-footer-menu {
        display: inline-block;
        vertical-align: top;
    }

    .mobile-add-footer .add-footer-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
        overflow: hidden;
    }

    .mobile-add-footer .add-footer-menu li {
        float: left;
        margin: 0 0 0 9px;
    }

    .mobile-add-footer .add-footer-menu li:first-child {
        margin-left: 0;
    }

    .mobile-add-footer .add-footer-menu .phone {
        display: block;
        width: 34px;
        height: 34px;
        border-radius: 40px;
        overflow: hidden;
        background: #001e45;
        padding: 5px 2px 1px;
        color: #fff;
    }

    .mobile-add-footer .add-footer-menu .phone:hover {
        background: #243764;
    }

    .mobile-add-footer .add-footer-menu .email {
        display: block;
        width: 34px;
        height: 34px;
        border-radius: 40px;
        overflow: hidden;
        border: 1px solid #afafaf;
        background: #fff;
        color: #001e45;
        padding: 3px 2px 1px 3px;
    }

    .mobile-add-footer .add-footer-menu .email:hover {
        background: #f1f1f1;
    }

    .mobile-add-footer .add-footer-menu .more {
        display: block;
        width: 24px;
        height: 34px;
        color: #001e45;
        padding: 7px 2px 1px;
        font-size: 22px;
        line-height: 22px;
    }

    .mobile-add-footer .add-footer-menu .more:hover {
        color: #243764;
    }

    .add-headline {
        padding: 0 10px 31px;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 1px;
    }

    .add-headline .title .state02 {
        display: inline;
    }

    .add-headline .title .state01 {
        display: none;
    }

    .add-headline:after {
        width: auto;
        margin: 0;
        left: 0;
        right: 0;
    }

    .listiong-sales-section {
        padding: 35px 0 22px;
    }

    .listiong-sales-section .heading {
        margin: 0 0 17px;
    }

    .listiong-sales-section .heading h2 {
        font-size: 24px;
        line-height: 26px;
    }

    .listiong-sales-section .heading h3 {
        font-size: 24px;
        line-height: 26px;
    }

    .listiong-sales-section .add-row-padding {
        margin: 0 0 23px;
    }

    .properties-list {
        margin-bottom: 7px;
    }

    .properties-list .post {
        width: 280px;
        margin: 0 18px 20px;
    }

    .brokerages-managed-section {
        padding: 0 0 4px;
    }

    .brokerages-managed-section .heading-block {
        margin: 0;
    }

    .filter-news-section h3 {
        padding: 0 15%;
    }

    .global-search .sub-menu {
        display: block;
    }

    .global-search .sub-menu li {
        padding: 0;
        line-height: 20px;
    }

    .global-search .js-mobile-description.show-text .js-link-close {
        bottom: 0;
    }

    .global-search .article {
        padding: 0 0 20px;
    }

    .global-search .article .intro {
        font-size: 23px;
        line-height: 31px;
        margin: 0 0 23px;
    }

    .global-search .article p {
        font-size: 16px;
        line-height: 24px;
    }

    .global-search .intro {
        padding: 0;
    }

    .global-search .intro:after {
        display: none;
    }

    .global-search .properties-list {
        margin: 0 0 26px -18px;
    }

    .global-search .properties-list .post {
        width: 95%;
    }

    .home-search-section {
        padding: 133px 0 83px;
    }

    .home-search-section .heading-box {
        background: #fff;
        margin: 0 -10px;
        padding: 12px 20px 10px;
        border-bottom: 1px solid #e1e1e1;
    }

    .home-search-section .heading-box h1 {
        color: #0f284d;
        font-size: 26px;
        line-height: 32px;
    }

    .home-search-section .heading-box .sub-title {
        display: none;
    }

    .add-block-search-form .search-form {
        margin: -83px -10px 0;
    }

    .add-block-search-form .search-form .heading {
        margin: 0 0 10px;
    }

    .add-block-search-form .search-form .heading h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .add-block-search-form .search-form .open-close {
        padding: 9px 20px 22px;
    }

    .custom-search-box {
        height: 40px;
        margin: 0 0 16px;
    }

    .custom-search-box .filter {
        display: none;
    }

    .custom-search-box .filter.type {
        display: block;
        right: auto;
        left: 0;
    }

    .custom-search-box > .holder {
        padding: 0 43px 0 63px;
    }

    .custom-search-box > .holder input {
        height: 40px;
        padding: 13px 8px 12px;
        font-size: 12px;
        line-height: 15px;
    }

    .custom-search-box .btn-search {
        width: 44px;
        height: 40px;
    }

    .custom-search-box .btn-search i {
        display: none;
    }

    .custom-search-box .btn-search:after {
        content: "Go";
        position: absolute;
        left: 0;
        top: 50%;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        margin: -7px 0 0;
    }

    .adv-search02 .page-heading-box {
        display: none;
    }

    .adv-search02 .main-holder {
        background: #fff;
    }

    .adv-search02 #header {
        box-shadow: none;
        border-bottom: 1px solid #e4e4e4;
    }

    .search-page-containner {
        margin: 0;
    }

    .search-page-containner > .holder {
        padding: 15px 0 0;
    }

    .search-page-containner:after,
    .search-page-containner:before {
        display: none;
    }

    .search-page-containner .twocolumns .content-holder {
        margin: 0;
    }

    .search-page-containner .twocolumns .content {
        float: none;
        margin: 0 0 30px;
    }

    .search-page-containner .twocolumns .aside {
        float: none;
        width: 100%;
        margin: 0;
    }

    .search-page-containner .twocolumns .aside h3 {
        font-size: 22px;
        line-height: 24px;
        margin: 0 0 11px;
    }

    .search-page-containner .columns-block {
        padding: 0;
        background: none;
    }

    .search-page-containner .columns-block .column-add:first-child,
    .search-page-containner .columns-block .column-add {
        float: none;
        margin: 0;
        width: 100%;
        padding: 0;
    }

    .search-page-containner .columns-block .column-add:first-child {
        background: #f5f4f0;
        padding: 14px 10px;
        margin: 0 0 15px;
    }

    .search-page-containner .columns-block .listings-box {
        display: block;
        border: 1px solid #cbc7bd;
        padding: 15px 10px 14px;
    }

    .search-page-containner .columns-block .listings-box h3 {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 9px;
        letter-spacing: .2px;
    }

    .search-page-containner .columns-block .listings-box .button {
        height: 46px;
        padding: 15px 10px 13px;
        font-size: 14px;
        line-height: 18px;
    }

    .tabset-search {
        padding: 0 0 6px;
        margin: 0 0 10px;
    }

    .tabset-search:after {
        content: "Select";
        position: absolute;
        left: auto;
        right: 28px;
        bottom: auto;
        top: 16px;
        color: #fff;
        font-size: 12px;
        line-height: 15px;
        z-index: 10;
        width: auto;
        height: auto;
        background: none;
        pointer-events: none;
    }

    .tabset-search:before {
        content: "\f107";
        position: absolute;
        right: 11px;
        top: 15px;
        font: 14px/14px "FontAwesome", sans-serif;
        color: #fff;
        z-index: 20;
        pointer-events: none;
    }

    .tabset-search li {
        float: none;
    }

    .tabset-search li a {
        text-align: left;
        font-size: 14px;
        padding: 12px 16px;
    }

    .tabset-search-holder {
        position: relative;
        height: 60px;
    }

    .tabset-search-holder:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 4px;
        border: solid;
        border-width: 6px 7px;
        border-color: #2e5581 transparent transparent transparent;
        margin: 0 0 0 -6px;
        z-index: 6;
    }

    .tabset-search-holder.hover .tabset-search {
        height: auto;
    }

    .tabset-search-holder .tabset-search {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        padding: 44px 0 0;
        height: 44px;
        overflow: hidden;
    }

    .tabset-search-holder .tabset-search li {
        background: #e8e8e8;
    }

    .tabset-search-holder .tabset-search li.active {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 4;
    }

    .tabset-search-holder .tabset-search li a:after {
        display: none;
    }

    .keyword-search-box {
        padding: 9px;
        margin-bottom: 14px;
    }

    .keyword-search-box .search-container {
        padding: 0;
    }

    .keyword-search-box .search-container h2 {
        display: none;
    }

    .keyword-search-box .search-container .input-holder input {
        height: 40px;
        padding: 11px 40px 11px 10px;
        font-size: 14px;
    }

    .keyword-search-box .search-container .input-holder i {
        font-size: 14px;
        right: 12px;
    }

    .listings-box {
        display: none;
    }

    .searches-menu {
        margin: 0 0 30px;
    }

    .searches-menu ul li {
        margin: 0 0 7px;
    }

    .searches-menu ul li a {
        font-size: 14px;
        line-height: 18px;
        padding: 14px 20px 12px;
    }

    .searches-menu ul li a span {
        padding: 0 10px 0 0;
    }

    .searches-menu ul li a span:after {
        border-width: 4px;
        margin: -5px 0 0;
    }

    .ad-box {
        margin: 0 0 20px;
    }

    .ad-box .button {
        font-size: 14px;
        height: 54px;
        padding: 16px 10px;
    }

    .widget-info .button {
        bottom: 13px;
        left: 25px;
        right: 25px;
        height: 50px;
        font-size: 14px;
        padding: 16px 15px;
    }

    .row-filter {
        padding: 0 10px;
        margin: 0 0 6px;
    }

    .row-filter .column-filter {
        float: none;
        width: 100%;
        margin: 0 0 10px;
        overflow: hidden;
    }

    .row-filter .column-filter:first-child {
        margin-bottom: 17px;
        float: none;
    }

    .row-filter .select-filter .title-holder label {
        font-size: 14px;
        line-height: 18px;
    }

    .row-filter .select-filter {
        padding: 23px 0 0;
    }

    .jcf-select.jcf-select-filter-search {
        height: 34px;
    }

    .jcf-select.jcf-select-filter-search .jcf-select-text {
        line-height: 35px;
        font-size: 14px;
        margin: 0 30px 0 10px;
    }

    .jcf-select.jcf-select-filter-search .jcf-select-opener {
        right: 8px;
        margin-top: -3px;
    }

    .calendar-filter-box input {
        height: 34px;
        font-size: 14px;
        line-height: 18px;
        padding: 8px 30px 7px 10px;
    }

    .calendar-filter-box i {
        font-size: 14px;
    }

    .communities-in-box {
        margin: 0 0 10px;
        padding: 8px 10px 9px;
    }

    .communities-in-box .communities-add-nav li {
        width: 32.9%;
    }

    .communities-in-box .title {
        font-size: 14px;
        margin: 0 0 9px;
    }

    .communities-in-box .communities-add-nav li.active a {
        padding: 19px 15px;
        height: 53px;
    }

    .communities-in-box .communities-add-nav li.active a:hover {
        padding: 19px 15px;
    }

    .communities-in-box .communities-add-nav li a {
        height: 53px;
        padding: 19px 15px;
    }

    .communities-in-box .communities-add-nav li a:hover {
        padding: 18px 15px;
    }

    .communities-in-box .communities-add-nav {
        margin: 0 0 7px;
    }

    .communities-in-box .input-holder input {
        height: 41px;
        padding: 11px 40px 11px 10px;
        font-size: 14px;
        line-height: 18px;
    }

    .communities-in-box .input-holder i {
        font-size: 14px;
        right: 14px;
        margin: -8px 0 0;
    }

    .popular-search-box {
        padding: 16px 20px 32px;
        margin: 0 -10px 20px;
    }

    .popular-search-box .sub-title {
        line-height: 18px;
        margin: 0 0 10px;
    }

    .popular-search-box .row-filter {
        padding: 0;
    }

    .popular-search-box h3 {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 5px;
    }

    .popular-search-box .input-holder input {
        height: 41px;
        padding: 11px 40px 11px 10px;
        font-size: 14px;
    }

    .popular-search-box .input-holder i {
        right: 14px;
        font-size: 14px;
    }

    .row-filter .column-filter.add-divider:after {
        bottom: 16px;
    }

    .row-filter.square-style .jcf-checkbox {
        width: 17px;
        height: 17px;
        margin: 0 10px 0 0;
    }

    .row-filter.square-style .jcf-checkbox.jcf-checked:after {
        width: 9px;
        height: 7px;
        right: 3px;
    }

    .row-filter.square-style label {
        font-size: 14px;
        line-height: 18px;
    }

    .row-filter.add-border {
        padding: 0 0 12px;
        margin: 0 0 15px;
    }

    .jcf-select-drop.jcf-select-filter-search .jcf-list .jcf-option {
        padding: 3px 10px;
        font-size: 14px;
    }

    .search-page-containner .checkbox-cell.square-style {
        margin: 0 0 13px;
    }

    .search-page-containner .checkbox-cell.square-style:last-child {
        margin-bottom: 0;
    }

    .search-page-containner .checkbox-cell.square-style .jcf-checkbox {
        width: 17px;
        height: 17px;
        margin: 0 10px 0 0;
    }

    .search-page-containner .checkbox-cell.square-style .jcf-checkbox.jcf-checked:after {
        width: 9px;
        height: 7px;
        right: 3px;
    }

    .search-page-containner .checkbox-cell.square-style label {
        font-size: 14px;
        line-height: 19px;
    }

    .tabset-search-container {
        overflow: hidden;
        padding-bottom: 70px;
        padding: 0 10px;
    }

    .listings-box.mobile-style {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 10000;
        margin: 0;
        border-color: #cbc7bd;
        background: #e8e8e8;
        background: linear-gradient(to bottom, #e8e8e8 0%, #d5d5d5 100%);
        padding: 11px 10px 9px;
    }

    .listings-box.mobile-style .button {
        height: 44px;
        background: #4b6589;
        background: linear-gradient(to bottom, #4b6589 0%, #0e284c 100%);
        padding: 12px 10px;
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: .5px;
    }

    .listings-box.mobile-style .button .number {
        color: #f6cb49;
    }

    .listings-box.mobile-style .button:hover,
    .listings-box.mobile-style .button:active {
        background: #4c6484;
        background: linear-gradient(to bottom, #4c6484 0%, #1d3250 100%);
    }

    .development-page .start-section-holder.alt2 h1 {
        font-size: 26px;
        line-height: 28px;
        letter-spacing: .5px;
    }

    .development-page .start-section-holder .page-heading p {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .2px;
        margin: 10px 0 0;
    }

    .development-page .start-section-holder.alt2 .page-heading {
        padding-top: 13px;
    }

    .development-page .subnav-bar.sticky-box.fixed-position {
        padding-bottom: 0;
    }

    .development-page.staff-all-page .headline {
        padding: 10px 10px 20px;
        margin: 0 0 18px;
    }

    .development-page.staff-all-page .headline h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .development-page.staff-all-page .headline:after {
        display: block;
        margin: 0;
        width: auto;
        left: 0;
        right: 0;
    }

    .development-page.staff-all-page .section-overview {
        padding-bottom: 2px;
    }

    .development-page.staff-all-page .article .accordion > li {
        margin: 15px 0 0;
    }

    .development-page.staff-all-page .article .accordion > li:first-child {
        margin-top: 0;
    }

    .development-page.staff-all-page .article {
        padding-bottom: 25px;
    }

    .development-page .section-market .sub-headline {
        padding: 14px 0 21px;
    }

    .development-page .section-market .sub-headline h2 {
        font-size: 24px;
        line-height: 26px;
    }

    .development-page .snapshot-box .title h3 {
        font-size: 26px;
        line-height: 28px;
        margin: 0 0 5px;
    }

    .development-page .snapshot-box .frame {
        padding: 18px 20px 13px;
    }

    .development-page .chart-holder .popup {
        right: -30px;
    }

    .development-page .snapshot-box .chart-description {
        padding: 13px 0 0;
        margin: 0 -11px;
    }

    .development-page .snapshot-box .chart-description .title {
        font-size: 12px;
        line-height: 15px;
        padding: 4px 0 0;
    }

    .development-page .snapshot-box .chart-description li:last-child {
        margin-right: 0;
    }

    .development-page .snapshot-box .title h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .development-page .carousel {
        padding-left: 0;
        padding-right: 0;
    }

    .development-page .unit-style .title {
        padding-top: 42px;
    }

    .development-page .body-panel .action {
        padding: 15px 0 0;
    }

    .development-page .section-media .sub-headline {
        padding: 20px 0 18px;
    }

    .development-page .section-media .sub-headline h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .development-page .section-media {
        padding-bottom: 22px;
    }

    .development-page .tabset-info-section {
        padding: 13px 0 30px;
    }

    .development-page .tabset-info-section .accordion {
        margin: 0;
    }

    .development-page .tabset-info-section .accordion .accordion-navigation {
        margin-top: 16px;
        position: relative;
        overflow: hidden;
    }

    .development-page .tabset-info-section .accordion .accordion-navigation:first-child {
        margin-top: 0;
    }

    .development-page .tabset-info-section .accordion .accordion-navigation > a {
        font-size: 18px;
        line-height: 24px;
        font-family: "freight-big-pro", "Times New Roman", serif;
        padding: 14px 50px 14px 12px;
        letter-spacing: .5px;
        text-align: center;
        color: #001e45;
        border: 1px solid #adadad;
        position: relative;
        background: #fff;
        height: 52px;
        text-align: left;
    }

    .development-page .tabset-info-section .accordion .accordion-navigation > a:after {
        content: "";
        position: absolute;
        right: 16px;
        top: 50%;
        width: 13px;
        height: 8px;
        overflow: hidden;
        margin-top: -1px;
        background: url(/wp-content/themes/wpsir_2022/images/sprite.png) no-repeat -187px -66px;
    }

    .development-page .tabset-info-section .accordion .accordion-navigation.active > a {
        background: #f6f5f2;
        border-color: #adadad;
    }

    .development-page .tabset-info-section .accordion .accordion-navigation.active > a:after {
        margin-top: -2px;
        background-position: -187px -84px;
    }

    .development-page .tabset-info-section .accordion .accordion-navigation .content {
        padding-top: 28px;
    }

    .development-page .events-list {
        margin: 0 0 14px;
    }

    .development-page .events-list address {
        line-height: 20px;
    }

    .development-page .events-section .columns:first-child .more {
        padding: 0 0 60px;
    }

    .development-page .event-item p {
        font-size: 14px;
        line-height: 23px;
    }

    .development-page .events-section h3 {
        font-size: 20px;
        line-height: 24px;
        padding: 0 0 10px;
    }

    .development-page .events-section .columns:first-child .more {
        padding: 0 0 32px;
    }

    .development-page .event-item .button {
        display: block;
        width: 100%;
    }

    .amenites-section {
        padding: 10px 0 25px;
    }

    .amenites-section .heading {
        margin: 0 0 19px;
    }

    .amenites-section .heading h2 {
        font-size: 26px;
        line-height: 28px;
    }

    .amenites-section .amenites-list {
        margin: 0 -10px;
        padding: 36px 10px 5px;
    }

    .amenites-section .amenites-list li {
        margin: 0 6% 18px;
    }

    .amenites-section .amenites-list .icon-box {
        width: 47px;
        height: 47px;
        margin: 0 0 11px;
    }

    .amenites-section .amenites-list .title {
        font-size: 12px;
        line-height: 15px;
    }

    .mercury-display-section {
        padding: 15px 0;
    }

    .mercury-display-box {
        padding: 29px 10px 24px;
        text-align: center;
    }

    .mercury-display-box .text-holder {
        padding: 0;
    }

    .mercury-display-box .text-holder p {
        margin: 0 0 29px;
    }

    .mercury-display-box .text-holder .button {
        position: relative;
        right: 0;
        left: 0;
        top: 0;
        width: 100%;
    }

    .mercury-display-box h2 {
        margin: 0 0 25px;
    }

    .listings-available-section {
        padding: 18px 0 6px;
    }

    .listings-available-section .heading {
        margin: 0 0 26px;
    }

    .listings-available-section .heading h2 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: .2px;
    }

    .listings-available-section .table-heading h4 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0;
        margin: 0 0 4px;
    }

    .listings-available-section .table-heading {
        margin: 0 0 25px;
    }

    .listings-available-section .table-holder table td + td + td + td {
        display: none;
    }

    .listings-available-section .table-holder table th + th + th + th {
        display: none;
    }

    .listings-available-section .table-holder table .small-text {
        display: inline;
    }

    .listings-available-section .table-holder table .large-text {
        display: none;
    }

    .listings-available-section .table-holder table .add-mobile-style {
        text-align: right;
    }

    .listings-available-section .table-holder table .add-mobile-style .text {
        display: none;
    }

    .listings-available-section .table-holder table .add-mobile-style .more,
    .listings-available-section .table-holder table .add-mobile-style .download-mobile {
        display: inline-block;
    }

    .listings-available-section .table-holder table .add-mobile-style .view-more {
        display: none;
    }

    .listings-available-section .table-container {
        margin: 0 0 30px;
    }

    .listings-available-section h3 {
        font-size: 24px;
        line-height: 26px;
    }

    .listings-available-section .footer-link {
        display: none;
    }

    .tabset-search.style02 {
        margin-bottom: 29px;
    }

    .about-area-section {
        padding: 0 0 20px;
    }

    .about-area-section h2 {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: .5px;
    }

    .about-area-section .heading {
        margin: 0 0 18px;
    }

    .about-area-section .content-block .image-block {
        float: none;
        width: 100%;
        margin: 0 0 21px;
    }

    .about-area-section .content-block .image-block .sub-title {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: .5px;
        margin: 0;
    }

    .about-area-section .content-block .image-block h3 {
        font-size: 26px;
        line-height: 26px;
        letter-spacing: 1px;
        margin: 0 0 5px;
    }

    .about-area-section .content-block .image-block .btn-play {
        width: 44px;
        height: 44px;
        margin: 15px 0 0;
    }

    .about-area-section .content-block .image-block .btn-play:after {
        border-width: 8px 14px;
        margin: -8px 0 0 -5px;
    }

    .about-area-section .content-block .image-block .text .frame {
        padding-top: 20px;
    }

    .about-area-section .content-block .text-holder {
        padding: 0 20px 20px;
    }

    .about-area-section .content-block .text-holder h4 {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: .2px;
        margin: 0 0 10px;
    }

    .about-area-section .content-block .text-holder p {
        line-height: 24px;
        margin: 0 0 19px;
    }

    .about-area-section .content-block .text-holder .button {
        display: block;
    }

    .about-area-section .content-block .text-holder .button + .button {
        margin: 18px 0 0;
    }

    .development-landing .start-section-holder .page-heading.style02 {
        padding: 19px 20px 18px;
    }

    .development-landing .start-section-holder .page-heading p {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: .5px;
    }

    .development-landing .start-section-holder.alt2 h1 {
        font-size: 26px;
        line-height: 30px;
        letter-spacing: 1px;
    }

    .development-landing .page-heading .button-holder {
        margin-top: 26px;
    }

    .development-landing .page-heading .button-holder .jcf-select .jcf-select-text {
        text-align: center;
    }

    .development-landing .sub-menu {
        margin-top: 11px;
        display: block;
        padding: 0;
    }

    .development-landing.staff-all-page .headline h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .development-landing.staff-all-page .headline {
        padding-top: 19px;
    }

    .development-landing .section-featured-areas {
        display: none;
    }

    .development-landing .sort-mobile-section {
        display: block;
    }

    .development-landing .sort-mobile-section .sort-title {
        background: #ebeae5;
        padding: 12px;
        margin: 0 -10px;
    }

    .development-landing .sort-mobile-section .sort-title .title {
        display: inline-block;
        vertical-align: top;
        margin: 13px 10px 0 5px;
        font-size: 12px;
        line-height: 15px;
        font-weight: normal;
        text-transform: uppercase;
    }

    .development-landing .sort-mobile-section .sort-title .select-holder {
        display: inline-block;
        vertical-align: top;
    }

    .development-landing .sort-mobile-section .sort-title .select-holder .jcf-select {
        width: 220px !important;
        height: 38px;
        margin: 0;
        border: none;
        background: #122a4b;
    }

    .development-landing .sort-mobile-section .sort-title .select-holder .jcf-select .jcf-select-text {
        color: #fff;
        line-height: 40px;
        margin: 0 35px 0 20px;
    }

    .development-landing .sort-mobile-section .sort-title .select-holder .jcf-select .jcf-select-opener {
        width: 10px;
        height: 6px;
        right: 18px;
        background: url(/wp-content/themes/wpsir_2022/images/arrow-white.png) no-repeat;
    }

    .development-landing .slideshow .description .logo-gallery {
        width: 80px;
        margin: 0 0 30px;
    }

    .development-landing .slideshow .description .title {
        padding-top: 30px;
        padding-bottom: 8px;
    }

    .development-landing .slideshow .description .title h3 {
        font-size: 22px;
        line-height: 25px;
    }

    .development-landing .slideshow .description .title h3 strong {
        display: inline;
    }

    .development-landing .slideshow .description .listings-items li {
        padding-bottom: 2px;
    }

    .development-landing .slideshow .description .listings-items strong {
        padding-bottom: 0;
    }

    .development-landing .slideshow .slide {
        height: 347px;
    }

    .language-box {
        margin: 0 -5px 0 10px;
    }

    .jcf-select.jcf-select-language-site {
        border-color: #0f284d;
        height: 25px;
        margin-top: 5px;
        width: 40px !important;
        min-width: 40px !important;
    }

    .jcf-select.jcf-select-language-site:after {
        display: none;
    }

    .jcf-select.jcf-select-language-site .jcf-select-text {
        margin: 0 6px 0 3px;
        color: #0f284d;
        font-size: 9px;
        line-height: 25px;
    }

    .jcf-select-drop.jcf-select-language-site .jcf-select-drop-content {
        background: #fff;
        border: 1px solid #0f284d;
    }

    .jcf-select-drop.jcf-select-language-site .jcf-list .jcf-option {
        padding: 2px 2px;
        font-size: 9px;
        text-align: center;
        color: #0f284d;
    }

    .jcf-select-drop.jcf-select-language-site .jcf-list .jcf-hover {
        background: #243764;
        color: #fff;
    }

    .button-holder .jcf-select .jcf-select-text {
        text-align: center;
    }

    .development-page.staff-all-page .sub-menu {
        float: none;
    }

    .gallery-filter-bar .selects {
        margin: 0 -10px;
        border: none;
        float: none;
        width: auto;
    }

    .gallery-filter-bar .selects > li {
        float: none;
        width: auto;
        border: none;
        height: 66px;
    }

    .gallery-filter-bar .selects > li:first-child {
        border: none;
    }

    .gallery-filter-bar .selects > li:first-child .opener-menu {
        border: none;
    }

    .gallery-filter-bar .select-menu .frame {
        max-height: 196px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .gallery-filter-bar .select-menu .opener-menu {
        height: 66px;
        padding: 22px 30px 22px 20px;
        border: solid;
        border-width: 1px 0 0;
        border-color: #657181;
    }

    .gallery-filter-bar .select-menu .opener-menu:after {
        right: 15px;
    }

    .structure-section .filter-menu ul {
        display: block;
        border-bottom: 1px solid #c6c6c6;
        font-size: 14px;
        line-height: 24px;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0 -10px;
    }

    .structure-section .filter-menu ul li {
        float: none;
        padding: 0;
        border-top: 1px solid #c6c6c6;
    }

    .structure-section .filter-menu ul li a {
        display: block;
        padding: 11px 20px 9px;
        height: auto;
        color: #747474;
    }

    .structure-section .filter-menu ul li a:active,
    .structure-section .filter-menu ul li a:hover {
        background: #eee;
        color: #1c3d63;
        box-shadow: inset 0 -4px 0 0 #001e45;
    }

    .structure-section .structure-gallery-holder {
        padding: 14px 0 15px;
    }

    .structure-section .structure-gallery {
        padding: 0 10px;
        margin: 0 0 16px;
    }

    .structure-section .structure-gallery .mask {
        width: 100%;
        display: block;
        position: relative;
        left: 0 !important;
        margin: 0 !important;
    }

    .structure-section .structure-gallery .slideset {
        width: 100% !important;
        position: relative;
        left: 0 !important;
        margin: 0 !important;
    }

    .structure-section .structure-gallery .slideset .slide {
        position: relative !important;
        width: 100%;
        padding: 4px 0 0;
    }

    .structure-section .structure-gallery .slideset .slide:first-child {
        padding-top: 0;
    }

    .structure-section .structure-gallery .slideset .slide + .slide .post-box + .post-box {
        display: none;
    }

    .structure-section .structure-gallery .slideset .slide + .slide + .slide {
        display: none;
    }

    .structure-section .structure-gallery .add-info-block .frame {
        top: 22px;
        right: 22px;
        bottom: 22px;
        left: 22px;
        padding: 5px 10px;
    }

    .structure-section .structure-gallery .post-box .base-text-box {
        padding: 0 22px 22px;
    }

    .structure-section .link-holder .more {
        font-size: 14px;
        line-height: 18px;
    }

    .structure-section .link-holder .more:after {
        margin-top: -7px;
    }

    .explore-section {
        padding: 42px 0 21px;
    }

    .explore-section .heading {
        margin: 0 0 17px;
    }

    .explore-section .heading h2 {
        font-size: 24px;
        line-height: 26px;
    }

    .explore-section .explore-content > article + article + article + article {
        display: none !important;
    }

    .explore-section .explore-content > div + div + div + div {
        display: none !important;
    }

    .explore-section .explore-content .news-box-base,
    .explore-section .explore-content .news-box-large {
        display: block;
        width: 100% !important;
        padding: 0 0 4px;
    }

    .story-section {
        padding: 44px 10px 34px;
    }

    .story-section .story-box {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .story-section .story-box .logo-story {
        width: 275px;
        margin: 0 0 42px;
    }

    .story-section .story-box h3 {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 3px;
    }

    .story-section .story-box h2 {
        font-size: 24px;
        line-height: 26px;
        margin: 0 0 18px;
    }

    .story-section p {
        margin: 0 0 20px;
    }

    .story-section .buttons-holder .button {
        width: 100%;
        display: block;
        margin: 11px 0 0;
    }

    .story-section .buttons-holder .button:first-child {
        margin-top: 0;
    }

    .responsive-page .section-featured-areas .link-holder .more {
        padding: 20px 0;
    }

    .animation-gallery {
        margin: 0;
    }

    .animation-gallery .slide .image-box {
        height: 322px;
    }

    .animation-gallery .btn-prev,
    .animation-gallery .btn-next {
        left: 0;
        width: 40px;
        height: 40px;
    }

    .animation-gallery .btn-next {
        left: auto;
        right: 0;
    }

    .animation-gallery .switcher-block {
        bottom: 14px;
    }

    .animation-gallery .switcher-block ul li a {
        width: 10px;
        height: 10px;
        position: relative;
        overflow: visible;
    }

    .animation-gallery .switcher-block ul li a:after {
        content: "";
        position: absolute;
        left: -5px;
        top: -5px;
        right: -5px;
        bottom: -5px;
    }

    .animation-gallery .text-block {
        text-align: center;
        padding: 0 0 24px;
    }

    .animation-gallery .text-block h3 {
        font-size: 10px;
        line-height: 12px;
        margin: 0 0 2px;
    }

    .animation-gallery .text-block h2 {
        font-size: 18px;
        line-height: 22px;
        text-shadow: none;
        margin: 0 0 3px;
    }

    .animation-gallery .text-block .price {
        font-size: 12px;
        line-height: 14px;
    }

    .animation-gallery .text-block .price .text {
        display: none;
    }

    .animation-gallery .text-block .more {
        display: none;
    }

    .animation-gallery .text-centered {
        padding: 0 0 44px;
    }

    .animation-gallery .text-centered h3 {
        font-size: 10px;
        line-height: 12px;
        margin: 0 0 5px;
    }

    .animation-gallery .text-centered h2 {
        font-size: 32px;
        line-height: 36px;
        margin: 0 0 36px;
    }

    .animation-gallery .text-centered p {
        display: none;
    }

    .animation-gallery .text-centered .button-holder .button.btn-white-anim {
        padding: 0;
        display: block;
        height: auto;
        width: auto;
        min-width: 20px;
        background: none;
        border: none;
    }

    .animation-gallery .text-centered .button-holder .button.btn-white-anim:before,
    .animation-gallery .text-centered .button-holder .button.btn-white-anim:after {
        display: none;
    }

    .animation-gallery .text-centered .button-holder .button.btn-white-anim:hover {
        color: #fff;
    }

    .jcf-select-drop.jcf-select-search-add-style .jcf-list .jcf-option {
        padding: 5px 6px 4px;
        font-size: 12px;
        line-height: 15px;
    }

    .add-large-overlay {
        padding: 53px 0 0;
    }

    .add-large-overlay .info-preference-box {
        width: 300px;
        padding: 0 22px;
        min-height: 186px;
    }

    .add-large-overlay .info-preference-box .heading h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .add-large-overlay .info-preference-box .heading:after {
        top: 5px;
        right: -14px;
    }

    .add-large-overlay .left-info-box {
        width: 300px;
        float: none;
        padding: 0 28px;
        margin: 0 auto 18px;
    }

    .add-large-overlay .left-info-box h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .add-large-overlay .left-info-box:after {
        display: none;
    }

    .add-large-overlay .right-info-box {
        width: 300px;
        float: none;
        padding: 0 28px;
        margin: 0 auto 18px;
    }

    .add-large-overlay .right-info-box h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .add-large-overlay .right-info-box:after {
        width: 33px;
        height: 94px;
        background: url(/wp-content/themes/wpsir_2022/images/arrow-decor02.png) no-repeat;
        left: auto;
        right: 44px;
        bottom: -83px;
    }

    .twocolumns-continer .content-container {
        margin: 0 0 30px;
    }

    .twocolumns-continer .content-container .content-frame {
        float: none;
    }

    .twocolumns-continer .sidebar {
        float: none;
        width: 100%;
        margin: 0;
    }

    .twocolumns-continer .heading-box {
        padding: 15px 0 0;
        margin: 0 0 12px;
    }

    .twocolumns-continer .heading-box h2 {
        margin: 0 0 7px;
    }

    .twocolumns-continer .heading-box h3 {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: .2px;
    }

    .heading-twocolumns {
        margin: 0;
        padding: 17px 0 13px;
    }

    .heading-twocolumns h1 {
        font-size: 26px;
        line-height: 26px;
        letter-spacing: .3px;
        margin: 0 0 10px;
    }

    .heading-twocolumns .sub-title {
        font-size: 14px;
        line-height: 24px;
    }

    .base-statistic-list {
        margin-bottom: 22px;
    }

    .base-statistic-list li {
        display: block;
        margin: 12px 0 0;
    }

    .base-statistic-list li:first-child {
        margin-top: 0;
    }

    .base-statistic-list .statistic-info-box {
        width: 100%;
        border-radius: 0;
        padding: 6px 26px 8px 6px;
        text-align: left;
        position: relative;
    }

    .base-statistic-list .statistic-info-box:after {
        content: "";
        position: absolute;
        right: 20px;
        top: 50%;
        margin: -4px -4px 0 0;
        border: solid;
        border-width: 4px 4px;
        border-color: transparent transparent transparent #a7a486;
    }

    .base-statistic-list .number {
        float: left;
        font-size: 32px;
        line-height: 32px;
        margin: 0 19px 0 0;
        width: 40px;
        text-align: right;
    }

    .base-statistic-list .more {
        display: block;
        font-weight: 600;
        padding: 11px 0 0;
    }

    .base-statistic-list .more:after {
        display: none;
    }

    .base-statistic-list .more:before {
        content: "";
        position: absolute;
        left: -400px;
        top: -50px;
        right: -400px;
        bottom: -50px;
        z-index: 4;
    }

    .accordion.settings-accordion .accordion-navigation > a {
        padding: 5px 35px 5px 63px;
    }

    .accordion.settings-accordion .accordion-navigation > a .icon-holder {
        left: 9px;
    }

    .accordion.settings-accordion .accordion-navigation > a .arrow {
        right: 18px;
    }

    .add-info-container {
        margin: 15px 0 20px;
        padding: 24px 10px 15px;
        text-align: center;
    }

    .add-info-container .image-box {
        display: none;
    }

    .add-info-container .text-holder {
        max-width: 100%;
        padding: 0;
        margin: 0 0 14px;
    }

    .add-info-container .text-holder .text {
        height: auto;
        display: block;
        width: 100%;
        padding: 0 5%;
    }

    .add-info-container .button {
        position: relative;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        margin: 0;
    }

    .widget-container {
        padding: 23px 11px 11px;
        margin: 0 0 54px;
    }

    .widget-container .widget-heading {
        margin: 0 0 16px;
    }

    .widget-container .address-box {
        font-size: 14px;
        margin: 0 0 4px;
    }

    .widget-container .address-box h4 {
        font-size: 18px;
        margin: 0 0 3px;
    }

    .widget-container .address-box .email {
        margin: 0 0 3px;
    }

    .widget-container .infomation-list {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 19px;
    }

    .widget-container .button {
        margin: 0 0 22px;
    }

    .widget-container .calculate-box {
        margin: 0 -10px;
        padding: 8px 10px 17px;
    }

    .widget-container .calculate-box .heading {
        padding: 0 0 0 64px;
        margin: 0 0 14px;
    }

    .widget-container .calculate-box .heading h4 {
        font-size: 20px;
    }

    .widget-container .calculate-box .heading .add-box {
        top: 4px;
        left: 7px;
    }

    .widget-container .user-box {
        margin: 0 -10px 10px;
    }

    .widget-container .text-block {
        padding: 2px 0;
    }

    .widget-container .text-block h4 {
        font-size: 14px;
        margin: 0 0 1px;
    }

    .widget-container .text-block p {
        font-size: 14px;
    }

    .widget-container .link-holder {
        padding: 22px 0 0;
    }

    .widget-container .agents-form {
        margin: 0;
    }

    .widget-container .agents-form label {
        font-size: 14px;
    }

    .widget-container .agents-form .check-cell {
        padding-left: 5px;
        margin: 0 0 11px;
    }

    .widget-container .agents-form .check-cell .jcf-checkbox {
        width: 11px;
        height: 11px;
        border-radius: 2px;
        margin: 4px 16px 0 0;
    }

    .widget-container .agents-form .check-cell .jcf-checkbox.jcf-checked:after {
        right: -2px;
        width: 9px;
        height: 6px;
        margin-top: -5px;
    }

    .widget-container .agents-form .select-holder {
        margin: 0 0 7px;
    }

    .widget-container .text-box {
        margin: 0 0 15px;
    }

    .widget-container .text-box h4 {
        font-size: 14px;
        margin: 0 0 3px;
    }

    .widget-container .contacts-info {
        margin: 0 0 13px;
    }

    .widget-container .contacts-info .phone-list {
        font-size: 13px;
    }

    .widget-container .contacts-info .phone-list a {
        font-size: 13px;
        letter-spacing: 0;
    }

    .favorite-filter-bar {
        margin: 10px -10px 5px;
        padding: 8px 12px 6px;
    }

    .favorite-filter-bar .check-cell {
        padding: 4px 0 6px 2px;
        display: block;
        float: none;
        overflow: hidden;
    }

    .favorite-filter-bar .filter-btns {
        overflow: hidden;
        float: none;
        width: auto;
        margin: 0 -13px 0 0;
    }

    .favorite-filter-bar .filter-btns li {
        width: 50%;
    }

    .favorite-filter-bar .filter-btns li a {
        margin: 0 13px 10px 0;
    }

    .favorite-result-list li {
        padding: 15px 0 46px;
    }

    .favorite-result-list .image-box {
        width: 130px;
        margin: 0 8px 0 0;
    }

    .favorite-result-list .delete {
        top: auto;
        bottom: 10px;
        right: 10px;
    }

    .favorite-result-list .delete .text {
        display: none;
    }

    .favorite-result-list .send-alerts-box {
        right: auto;
        left: 5px;
    }

    .favorite-result-list h3 {
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 2px;
    }

    .favorite-result-list .text-holder {
        padding: 3px 0 0;
    }

    .favorite-result-list h4 {
        font-size: 11px;
        line-height: 13px;
        margin: 0 0 3px;
    }

    .favorite-result-list .price {
        font-size: 11px;
        line-height: 13px;
        margin: 0 0 3px;
    }

    .favorite-result-list .info {
        font-size: 11px;
        line-height: 13px;
        letter-spacing: 0;
    }

    .favorite-result-list .send-alerts-box .check-cell .jcf-checkbox {
        margin-left: 10px;
    }

    .favorite-view-listing {
        padding: 20px 0 3px;
        text-align: center;
    }

    .searches-info-block .heading.add .delete {
        top: 0;
    }

    .searches-info-block {
        padding: 18px 14px 15px 14px;
        margin: 12px -10px 17px;
    }

    .searches-info-block .heading {
        padding: 0;
    }

    .searches-info-block .heading .buttons {
        padding: 13px 0 0;
        position: relative;
        top: 0;
        right: auto;
        left: 0;
        text-align: left;
    }

    .searches-info-block .heading .buttons .btn-search {
        width: 150px;
    }

    .searches-info-block .heading .buttons .btn-edit {
        width: 110px;
    }

    .searches-info-block .slide-block > .frame {
        margin: 17px 0 0;
        padding: 20px 1px 41px 0;
    }

    .searches-info-block .slide-block .delete {
        top: auto;
        right: 6px;
        bottom: 1px;
    }

    .searches-info-block .slide-block .details-info {
        width: 100%;
    }

    .searches-info-block .slide-block .details-info:after {
        content: " ";
        display: block;
        clear: both;
    }

    .jcf-select.jcf-select-saved-search {
        width: 270px !important;
    }

    .fake-element {
        display: none;
    }

    .fake-sticky {
        display: none !important;
    }

    .subsite.nophoto #header .title-area {
        display: none;
    }

    .subsite.nophoto #header {
        height: 50px;
    }

    .subsite.nophoto #header .top-bar {
        height: 50px;
        padding: 0;
    }

    .subsite .left-off-canvas-toggle:after {
        content: "";
        position: absolute;
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }

    .subsite.nophoto #header .bar {
        height: 50px;
    }

    .title-sibsite {
        padding: 0 0 0 36px;
        margin-top: 6px;
    }

    .title-sibsite h1 {
        font-size: 18px;
        line-height: 18px;
    }

    .title-sibsite h1 span {
        display: block;
    }

    .title-sibsite .sub-title {
        display: none;
    }

    .personal-information.style03 {
        padding: 250px 0 0;
        background-position: 50% 0;
        background-size: 200% auto;
    }

    .personal-information.style03 .add-holder {
        margin: 0 -10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 22px;
        background: #fff;
        overflow: hidden;
    }

    .personal-information.style03 .photo-box:after {
        height: 694px;
        background: #f6f5f2 url(/wp-content/themes/wpsir_2022/images/decor02.pbg) repeat-x 50% 100%;
    }

    .personal-information.style03 .button {
        margin: 0 0 13px;
        width: 100%;
    }

    .personal-information.style03 .button + .button {
        margin: 0 0 13px;
    }

    .personal-information.style03 h1 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 3px;
    }

    .personal-information.style03 h2 {
        letter-spacing: .5px;
    }

    .personal-information.style03 .photo-box {
        max-width: 50%;
        margin-bottom: 8px;
    }

    .personal-information.style03 .add-mobile-title {
        margin: 0 0 30px;
    }

    .personal-information.style03 h3 {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: .5px;
    }

    .personal-information.style03 address {
        font-size: 14px;
        line-height: 21px;
        padding: 0 22%;
    }

    .personal-information.style03 .phones-list {
        font-size: 16px;
        line-height: 20px;
    }

    .personal-information.style03 .text-holder {
        padding-bottom: 7px;
    }

    .listings-section {
        padding: 9px 0 29px;
    }

    .listings-section h2 {
        font-size: 24px;
        line-height: 26px;
        margin: 0 0 28px;
    }

    .listings-section .posts {
        margin: 0 0 21px;
    }

    .listings-section .post {
        padding: 9px 0 11px;
        border-bottom: 1px solid #dddbd6;
        margin: 0;
    }

    .listings-section .post:first-child {
        padding-top: 0;
    }

    .listings-section .post .image-box {
        width: 130px;
        margin: 2px 10px 0 0;
    }

    .listings-section .post .image-box .price {
        display: none;
    }

    .listings-section .post .image-box .mobile-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-indent: -9999px;
        overflow: hidden;
    }

    .listings-section .post .text-holder h3 {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 4px;
    }

    .listings-section .post .text-holder address {
        font-size: 12px;
        line-height: 14px;
        margin: 0 0 2px;
    }

    .listings-section .post .text-holder .info-table,
    .listings-section .post .text-holder .text {
        display: none;
    }

    .listings-section .post .text-holder .button-holder {
        display: none;
    }

    .listings-section .post .text-holder .price {
        display: block;
        font: 17px/18px "freight-big-pro", "Times New Roman", serif;
        margin: 0 0 3px;
    }

    .listings-section .add-mobile-info {
        display: block;
        font-size: 11px;
        line-height: 13px;
        color: #818181;
        margin: 0;
    }

    .listings-section .add-mobile-info dt,
    .listings-section .add-mobile-info dd {
        display: inline-block;
        vertical-align: top;
    }

    .listings-section .add-mobile-info dt {
        font-weight: bold;
        margin: 0 1px 0 0;
    }

    .listings-section .add-mobile-info dd {
        margin: 0 4px 0 0;
    }

    .listings-section .link-holder .more {
        padding: 0 13px 0 0;
    }

    .listings-section .link-holder.add {
        margin: 0 0 38px;
    }

    .areas-next.staff-all-page .headline h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .areas-next.staff-all-page .headline {
        padding: 16px 15px 22px;
        margin-bottom: 26px;
    }

    .areas-next.staff-all-page .headline:after {
        display: block;
        height: 1px;
        border: none;
        background: #c8c6c0;
        margin: 0;
        left: 12px;
        right: 12px;
        width: auto;
    }

    .areas-next.staff-all-page .description-block p {
        font-size: 14px;
        line-height: 24px;
    }

    .areas-next .section-list {
        padding: 37px 0 30px;
        border-bottom: 1px solid #fff;
    }

    .areas-next .section-list .sub-headline {
        margin-bottom: 31px;
    }

    .areas-next .list li {
        margin-top: 11px;
    }

    .staff-all-page #footer .description-block .link-holder {
        background: url(/wp-content/themes/wpsir_2022/images/bg-more02.png) repeat-x 50% 100%;
    }

    .testimonials-gallery {
        margin: 0 -10px;
        padding: 0 20px 11px;
    }

    .testimonials-gallery .mask:before,
    .testimonials-gallery .mask:after {
        width: 10px;
    }

    .testimonials-gallery h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .testimonials-gallery blockquote p {
        font-size: 18px;
        line-height: 34px;
        letter-spacing: .5px;
    }

    .testimonials-gallery blockquote footer {
        margin: 14px 0 0;
        padding: 60px 0 0;
    }

    .testimonials-gallery blockquote h4 {
        margin: 0 0 5px;
    }

    .testimonials-gallery .slide > .frame {
        padding: 30px 15px 44px;
    }

    .testimonials-gallery .btn-prev {
        left: 4px;
        margin-top: -30px;
        width: 11px;
        height: 15px;
        background-size: 100% 100%;
    }

    .testimonials-gallery .btn-next {
        right: 4px;
        margin-top: -30px;
        width: 11px;
        height: 15px;
        background-size: 100% 100%;
    }

    .testimonials-gallery .btn-prev:after,
    .testimonials-gallery .btn-next:after {
        content: "";
        position: absolute;
        left: -5px;
        top: -10px;
        right: -5px;
        bottom: -10px;
    }

    .about-me-page .headline {
        padding: 25px 15px 29px;
        margin: 0 0 23px;
    }

    .about-me-page .headline:after {
        display: block;
        width: auto;
        left: 15px;
        right: 15px;
        margin: 0;
        border: none;
        background: #d2d2d0;
        height: 1px;
    }

    .about-me-page .headline h3 {
        font-size: 18px;
        line-height: 24px;
        max-height: none;
    }

    .about-me-page .section-overview {
        padding: 0 0 24px;
    }

    .about-me-page .article .accordion > li > a {
        height: 44px;
        padding: 10px 30px;
        text-align: center;
    }

    .about-me-page .article .accordion > li {
        margin: 11px 0 0;
    }

    .about-me-page .article .accordion > li:first-child {
        margin-top: 0;
    }

    .about-me-page .article .accordion .content p {
        font-size: 14px;
        line-height: 22px;
    }

    .mobile-block-buttons {
        background: #182b49;
        padding: 26px 20px;
        margin: 0 -10px;
        display: block;
    }

    .mobile-block-buttons .button {
        height: 45px;
        border: 1px solid #716d6d;
        background: #112339;
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: .5px;
        padding: 14px 10px;
        margin: 10px 0 0 !important;
        transition: all .3s linear;
    }

    .mobile-block-buttons .button:first-child {
        margin-top: 0 !important;
    }

    .mobile-block-buttons .button i {
        display: inline-block;
        vertical-align: top;
        margin: -1px 4px 0 0;
        color: #e2ca4b;
        font-size: 1.3em;
    }

    .mobile-block-buttons .button:hover {
        background: #243764;
    }

    .your-search-bar {
        padding: 16px 0 5px;
    }

    .your-search-bar .mobile-hidden {
        display: none !important;
    }

    .your-search-bar .your-search-bar-heading {
        text-align: center;
        padding: 0 10px;
    }

    .your-search-bar .your-search-bar-heading .title {
        display: inline;
    }

    .your-search-bar .your-search-bar-heading .result-information {
        display: inline;
    }

    .your-search-bar .your-search-bar-heading .result-information li {
        display: inline;
    }

    .your-search-bar .your-search-bar-heading .result-information li strong {
        display: inline-block;
        vertical-align: top;
        padding-top: 1px;
    }

    .your-search-bar .your-search-bar-heading.style02 .title {
        font-size: 14px;
    }

    .search-option-section .slide + h3 {
        margin: 15px 0;
    }

    .search-option-section .slide + h3 .state-mobile {
        display: inline;
    }

    .search-option-section .slide + h3 .state01 {
        display: none;
    }

    .search-option-section .open-close.active .slide + h3 .state-mobile {
        display: none;
    }

    .search-option-section .slide > .frame {
        padding: 0;
        margin-top: 1px;
        background: none;
    }

    .search-option-section .slide > .frame .shadow-left,
    .search-option-section .slide > .frame .shadow-right,
    .search-option-section .slide > .frame .shadow-bottom {
        display: none;
    }

    .search-option-section .filter-block {
        float: none;
        width: auto;
        padding: 0 10px;
    }

    .search-option-section .filter-block .filter-aside {
        display: block;
        width: 100%;
        float: none;
        padding: 0;
    }

    .search-option-section .filter-aside {
        display: none;
    }

    .search-option-section .popular-search-box.add-filter {
        display: block;
        padding: 0;
        margin: 0 0 20px;
    }

    .search-option-section .popular-search-box.add-filter .input-holder {
        margin: 0 0 14px;
    }

    .search-option-section .popular-search-box.add-filter .input-holder input {
        height: 45px;
    }

    .search-option-section .popular-search-box.add-filter .input-holder i {
        font-size: 18px;
        right: 12px;
        margin-top: -8px;
    }

    .search-option-section .popular-search-box.add-filter .btn-view-listing {
        display: block;
        width: 100%;
        height: 57px;
        background: #001e45;
        padding: 20px 10px;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: .4px;
        margin: 0;
    }

    .search-option-section .popular-search-box.add-filter .btn-view-listing:hover {
        background: #243764;
    }

    .search-option-section .row-filter .column-filter {
        width: 100%;
    }

    .search-option-section .row-filter .select-filter {
        padding: 25px 0 0;
    }

    .search-option-section .row-filter {
        margin: 0 0 18px;
    }

    .search-option-section .row-filter .column-filter {
        margin: 18px 0 0;
    }

    .search-option-section .row-filter .column-filter:first-child {
        margin-top: 0;
    }

    .search-option-section .communities-in-box {
        margin: 0 -10px;
        padding: 9px 8px 10px;
    }

    .search-option-section .communities-in-box .communities-add-nav {
        margin: 0 -1px 7px 0;
        padding: 0;
    }

    .search-option-section .communities-in-box .communities-add-nav li {
        width: 50%;
        padding: 0 1px 1px 0;
    }

    .search-option-section .communities-in-box .communities-add-nav li.active a {
        height: 37px;
        padding: 10px 15px;
    }

    .search-option-section .communities-in-box .communities-add-nav li.active a:after {
        display: none;
    }

    .search-option-section .communities-in-box .communities-add-nav li.active a:hover {
        height: 37px;
        padding: 10px 15px;
    }

    .search-option-section .communities-in-box .communities-add-nav li a {
        height: 37px;
        padding: 10px 15px;
    }

    .search-option-section .communities-in-box .communities-add-nav li a:hover {
        height: 37px;
        padding: 9px 15px;
    }

    .search-option-section .communities-in-box .input-holder input {
        height: 35px;
        font-size: 16px;
        line-height: 20px;
        padding: 9px 32px 8px 10px;
    }

    .search-option-section .communities-in-box .input-holder i {
        font-size: 18px;
        right: 10px;
    }

    .search-option-section .popular-search-box {
        padding: 17px 20px 0;
        margin: 0 -20px;
    }

    .search-option-section .popular-search-box .input-holder {
        margin: 0 0 16px;
    }

    .search-option-section .popular-search-box .input-holder input {
        height: 35px;
        font-size: 16px;
        line-height: 20px;
        padding: 9px 32px 8px 10px;
    }

    .search-option-section .popular-search-box .input-holder i {
        font-size: 18px;
        right: 10px;
    }

    .search-option-section .columns-block {
        padding: 5px 0 0;
        overflow: visible;
    }

    .search-option-section .columns-block .column-add {
        float: none;
        width: auto;
    }

    .search-option-section .columns-block .column-add:first-child {
        float: none;
    }

    .search-option-section .label-frame {
        margin: 0 -20px 20px;
        padding: 20px 25px 22px;
    }

    .search-option-section .checkbox-cell.square-style label {
        font-size: 14px;
    }

    .filter-menu-bar {
        padding: 25px 0 20px;
    }

    .filter-menu-bar .sort-form {
        width: 100%;
    }

    .filter-menu-bar .sort-form .pagination {
        width: 100%;
        height: 37px;
        padding: 9px 5px 9px 4px;
    }

    .filter-menu-bar .sort-form .pagination .text {
        display: none;
    }

    .filter-menu-bar .sort-form .pagination .prev {
        margin-right: 15px;
    }

    .filter-menu-bar .sort-form .pagination li {
        padding: 0 1px;
    }

    .filter-menu-bar .select-holder {
        margin: 0;
        width: 100%;
    }

    .filter-menu-bar .save-search-link {
        margin: 12px 8% 0 0;
    }

    .filter-menu-bar .note {
        display: none;
    }

    .filter-menu-bar .pagination-box {
        display: block;
        width: 100%;
    }

    .filter-menu-bar .pagination-box .btn-prev,
    .filter-menu-bar .pagination-box .btn-next {
        height: 35px;
        font-size: 18px;
        line-height: 20px;
        width: 28px;
    }

    .jcf-select.jcf-select-pagination-select {
        height: 35px;
    }

    .jcf-select.jcf-select-pagination-select .jcf-select-text {
        line-height: 37px;
        color: #666564;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-size: 12px;
        letter-spacing: .5px;
        margin: 0 0 0 5px;
    }

    .jcf-select.jcf-select-pagination-select .jcf-select-opener {
        height: 35px;
    }

    .jcf-select-drop.jcf-select-pagination-select .jcf-list .jcf-option {
        padding: 6px 5px;
        font-size: 12px;
        line-height: 16px;
        color: #666564;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }

    .jcf-select.jcf-select-sort-by-select {
        width: 100% !important;
        min-width: 80px;
        float: left;
        height: 37px;
    }

    .jcf-select.jcf-select-sort-by-select .jcf-select-text {
        line-height: 39px;
        margin: 0 20px 0 10px;
    }

    .jcf-select.jcf-select-sort-by-select .jcf-select-opener {
        width: 10px;
        height: 6px;
        background: url(/wp-content/themes/wpsir_2022/images/arrow-blue.png) no-repeat;
        right: 10px;
        margin: -3px 0 0;
    }

    .jcf-select-drop.jcf-select-sort-by-select .jcf-list .jcf-option {
        padding: 5px 10px;
    }

    .view-list-menu {
        padding: 0;
        margin: 19px 0 0 17%;
    }

    .search-results-page .jcf-select.jcf-select-sort-by-select {
        overflow: hidden;
    }

    .search-results-page .view-list-menu,
    .search-results-page .filter-menu-bar .save-search-link,
    .search-results-page .search-option-section,
    .search-results-page .your-search-bar .your-search-bar-heading .result-information {
        display: none;
    }

    .search-results-page .your-search-bar .your-search-bar-heading.style02 .title {
        font-size: 16px;
    }

    .search-results-page .your-search-bar {
        padding: 16px 0 0;
        border-width: 1px 0 0;
        background: #fbfaf7;
        box-shadow: none;
    }

    .search-results-page .search-content-result h3 {
        margin: 0 0 4px;
    }

    .search-results-page .filter-menu-bar {
        padding: 0 0 17px;
        background: #fbfaf7;
    }

    .search-results-page .search-content-result {
        margin: 0;
    }

    .search-results-page .your-search-bar .your-search-bar-heading {
        margin: 0 0 16px;
    }

    .search-results-page .results-content-holder {
        padding: 0 0 50px;
    }

    .property-detail-page.nophoto .custom-gallery {
        height: 183px;
    }
}

@media (max-width: 767px) {
    .subnav-bar.sticky-box {
        position: relative !important;
    }

    .sticky-box.fixed-position {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
    }

    .subnav-bar.sticky-box.fixed-position {
        top: auto;
    }
}

@media only screen and (max-width: 480px) {
    .personal-information .website-link {
        margin-left: 20%;
        margin-right: 20%;
    }
}

@media only screen and (max-width: 479px) {
    .user-box {
        width: 320px;
    }
}

@media only screen and (max-width: 379px) {
    .jcf-select.jcf-select-pagination-select .jcf-select-text {
        font-size: 9px;
    }

    .jcf-select.jcf-select-pagination-select .jcf-select-opener {
        width: 20px;
    }

    .jcf-select-drop.jcf-select-pagination-select .jcf-list .jcf-option {
        padding: 6px 5px;
        font-size: 10px;
        line-height: 14px;
        color: #666564;
    }
}

@media screen and (max-width: 320px) {
    .article .alignleft,
    .article .alignright {
        max-width: 300px;
        width: 300px;
        height: auto;
        margin-left: -10px;
        margin-right: -10px;
    }

    .article figure.aligncenter {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@keyframes text-from-bottom {
    0% {
        transform: translate(0, 15%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    15% {
        transform: translate(0, 15%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    30% {
        transform: translate(0, 0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    90% {
        transform: translate(0, 0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1; /* NEUTRINO */
        visibility: visible; /* NEUTRINO */
        pointer-events: auto; /* NEUTRINO */
    }
}

@keyframes anim-moema-1 {
    60% {
        transform: scale3d(.8, .8, 1);
    }

    85% {
        transform: scale3d(1.1, 1.1, 1);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes anim-moema-2 {
    to {
        opacity: 0;
        transform: scale3d(1, 1, 1);
    }
}

/* -------------------------------------
	AGENTS SECTION BEGIN */

/* adjust header height to allow .add-top-bar to be sticky */
@media only screen and (min-width:960px) {
    .subsite.nophoto #header,
    .subsite.nophoto #header.fixed-position {
        height: 124px;
    }
    .subsite.nophoto .top-bar-wrap {
        background: #fff;
        height: 94px;
    }
    .subsite.nophoto #header.fixed-position .top-bar {
        height:93px;
    }
    .subsite.nophoto #header .bar {
        padding:11px 15px 0 0;
    }
}
/* change color of links in top-nav */
.subsite .top-nav ul li a {
    color:#dadada;
}
.subsite .top-nav ul li a:hover {
    color:#fff;
}

@media only screen and (max-width: 959px){
    .subsite #footer #footer-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .subsite #footer #footer-wrapper {
        padding-bottom: 76px;
    }
}

/* remove gradient from box */
.subsite .personal-information.style03 .add-holder {
    background: #f6f5f2;
}

/* keep box to 300px height */
@media only screen and (min-width:768px) {
    .subsite .personal-information.style03 .add-holder {
        max-height: 328px;
    }
    .subsite .personal-information .photo-box img {
        max-height: 288px;
    }
    .subsite .personal-information.style03 .text-holder {
        padding-bottom: 28px;
    }
}

/* crop bg image on large screens and fill in bg with solid color */
@media only screen and (min-width:960px) {
    .subsite #main .personal-information.style03 {
        background-color: rgba(221, 220, 217, 1);
        background-position: center top;
        /* background-size: 100% 78% !important; */
    }
}

/* bg-holder to better position bg image on mobile */
@media only screen and (max-width: 767px){
    .subsite .bg-holder {
        height: 250px;
        background-size: cover !important;
        background: url('/wp-content/themes/wpsir_2022/images/img80.jpg') no-repeat 100%;
    }
    .subsite main#main .personal-information.style03 {
        padding-top: 0;
        background: transparent;
    }
}

/* move up arrow (mobile) above sticky footer */
.subsite .btn-top,
.property-detail-page .btn-top {
    bottom:65px;
}

.subsite .personal-information .phones-list li::before {
    content: "M ";
    color: #c5a62e;
}
.subsite .personal-information .phones-list li::after {
    content: "";
    position: relative;
    top:auto;
    left:auto;
}
.subsite .personal-information .phones-list li {
    padding-left: 0;
}

/* AGENTS SECTION END */

/* HEADER BEGIN */

/* remove box-shadow from search form select */
.search-box .jcf-select {
    box-shadow: none;
}

/* make text in drop down smaller */
.jcf-list .jcf-option {
    font-size:11px;
}

/* add hover to more search options link */
.search-box .open-close .opener:hover,
.search-box .open-close .opener:focus {
    color:#4976b2;
}

/* remove aggressive rollover effect on search button on mobile */
@media only screen and (max-width: 767px) {
    .search-box fieldset .result:hover {
        background: #243764;
        border-color: #243764;
    }
    .search-box fieldset .result:hover span {
        color: #fff;
    }
}

/* HEADER END */




/* HOME PAGE BEGIN */

/* ad style to slider */
.property-detail-page.nophoto .custom-gallery {
    background:#f7f5f1;
    box-shadow: inset 0 -120px 80px -15px rgba(0, 0, 0, 0.08);
}

/* fix font weight on mobile subnav-bar on mobile */
@media only screen and (max-width: 767px) {
    .structure-section .filter-menu ul li {
        font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    }
}

/* change font size to 28px */
.post-grid .title h3 {
    font-size:28px;
}

/* hide breadcrumb on homepages */
.page-template-page-homepage .breadcrumbs-holder {
    display:none;
}

.page-template-page-homepage .explore-section .news-box-next.hover .caption{
    border-width: 1px;
}

.page-template-page-homepage .explore-section .news-box-next a{
    color:#fff;
}

.page-template-page-homepage .explore-section .news-box-next .caption .holder .frame{
    padding-top: 80px;
}

.page-template-page-homepage .explore-section .news-box-next.hover .caption .holder .frame{
    transition: padding-top 0.25s ease;
    padding-top: 10px;
}

/* adjust font sizes on property boxes */
.page-template-page-homepage .structure-section .structure-gallery .post-box .base-text-box .title {
    font-size: 12px;
}
.page-template-page-homepage .structure-section .structure-gallery .post-box .base-text-box .button {
    font-size: 18px;
    height: 36px;
    padding: 2px 10px;
}

/* make flash content responsive */
.story-box #flashContent {
    margin-bottom:18px;
}
@media only screen and (min-width: 1150px) and (max-width: 1346px) {
    .story-box #flashContent object,
    .story-box #flashContent object object {
        width: 454px;
        height: 95px;
    }
}
@media only screen and (min-width:960px) and (max-width: 1149px) {
    .story-box #flashContent object,
    .story-box #flashContent object object {
        width: 380px;
        height: 80px;
    }
}
@media only screen and (max-width: 600px) {
    .story-box #flashContent object,
    .story-box #flashContent object object {
        width: 300px;
        height: 63px;
    }
}

/* add white pointer */
.page-template-page-homepage .gallery-filter-bar .pointer::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #fff;
    -o-border-image: none;
       border-image: none;
    border-style: solid;
    border-width: 10px;
    bottom: 0px;
    content: "";
    left: 50%;
    margin: 0 0 -1px -5px;
    position: absolute;
    z-index: 10;
}

/* fix width of image block so it lines up with blue arrow */
.page-template-page-homepage .about-area-section .content-block .image-block,
.page-template-page-homepage.responsive-page .about-area-section .content-block .image-block {
    width:50%;
}
@media screen and (max-width: 767px) {
    .page-template-page-homepage.responsive-page .about-area-section .content-block .image-block {
        width:100%;
    }
    .page-template-page-homepage .about-area-section .content-block .text-holder {
        padding-top: 0;
    }
}

/* fix type size on community block */
.page-template-page-homepage .explore-section .news-box-next h3 {
    letter-spacing: 1.2px;
    font-size: 28px;
    line-height: 32px;
}
.page-template-page-homepage .explore-section .news-box-next .holder {
    text-align: center;
}
@media only screen and (min-width:959px) {
    .page-template-page-homepage .explore-section .news-box-next h3 {
        font-size:28px;
        line-height: 32px;
    }
}
@media only screen and (min-width:960px) and (max-width:1139px) {
    .page-template-page-homepage .explore-section .news-box-next h3 {
        font-size:18px;
        line-height: 22px;
    }
}

/* HOME PAGE END */



/* PROPERTY DETAIL PAGE BEGIN */

/* updates to accordion nav */
.property-detail-page #main li.accordion-navigation a {
    font: normal 18px/20px "freight-big-pro", "Times New Roman", serif;
    border: 1px solid #adadad;
    color: #001e45;
    text-transform:none;
}
.property-detail-page .article .accordion > li > a {
    height:42px;
    padding: 10px 19px;
    text-align:center;
}
.property-detail-page .article .accordion > li > a::after {
    top: 17px;
}
.property-detail-page #main li.accordion-navigation.active a {
    background-color: #f6f5f2;
}
.property-detail-page #main li.accordion-navigation div a {
    border:none;
}
.property-detail-page #main li.accordion-navigation.active div a {
    background-color: transparent;
}
.property-detail-page .tabset-info-section .accordion > li > a::after {
    background: url("/wp-content/themes/wpsir_2022/images/sprite.png") no-repeat -187px -66px;
    content: "";
    height: 8px;
    margin-top: -1px;
    overflow: hidden;
    position: absolute;
    right: 33px;
    top: 50%;
    width: 13px;
}
.property-detail-page .tabset-info-section .accordion > li.active > a::after {
    background: url("/wp-content/themes/wpsir_2022/images/sprite.png") no-repeat -187px -84px;
    margin-top: -2px;
}
.property-detail-page .tabset-info-section .accordion > li {
    margin:11px 0 0;
    line-height: 24px;
}
.property-detail-page .tabset-info-section .accordion > li:first-child {
    margin-top: 0;
}
.property-detail-page .tabset-info-section .accordion > li > a {
    height: 42px;
    padding: 10px 19px;
    text-align: center;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .property-detail-page .article .accordion > li > a,
    .property-detail-page .tabset-info-section .accordion > li > a {
        text-align:left;
    }
    .property-detail-page .article .accordion > li {
        margin: 11px 0 0;
    }
}

/* fix spacing issues if there is not a quote */
.property-detail-page .agents-container {
    margin-bottom: 0;
}
.property-detail-page .blockquote-holder {
    margin-top:28px;
    margin-bottom: 50px;
}
.property-detail-page .section-map {
    margin-top:0;
}

/* fix margin for short description h3 */
.property-detail-page .section-overview h3 {
    margin:22px 0 30px;
}

/* fix position of blue arrow above .section-market */
.responsive-page .about-area-section::after {
    margin-left: -11px;
    margin-bottom: 1px;
}

/* color of current page in breadcrumb */
.property-detail-page.nophoto .breadcrumbs > .current {
    color:#011d42;
}

/* center items in add-info-table */
.property-detail-page .add-info-table .columns {
    text-align: center;
}
.property-detail-page .add-info-table li {
    float:none;
    display: inline-block;
    margin-right: -4px;
}
.property-detail-page .add-info-table ul li:first-child::after {
    background: none;
}

/* add margin to short-description */
.property-detail-page .short-description {
    margin-top: 21px;
}

/* fix font size and width of currency select box */
.property-detail-page .heading-info-box .price .jcf-select.jcf-select-currency-select {
    min-width:70px;
}
.property-detail-page .heading-info-box .price .jcf-select.jcf-select-currency-select .jcf-select-text {
    font-size: 14px;
    line-height: 24px;
}

/* remove margin on bottom of agents container */
.property-detail-page .agents-container.style03 {
    margin-bottom: 0;
}

/* fix about-area-section image width */
@media only screen and (min-width:768px) {
    .property-detail-page .about-area-section .content-block .image-block {
        width:50%;
    }
}

/* add shadows and top border to listing tool bar */
.property-detail-page .bar-listing-tools {
    background-color: #f7f5f1;
    background-image: url('/wp-content/themes/wpsir_2022/images/toolbar-shadow-left.png'), url('/wp-content/themes/wpsir_2022/images/toolbar-shadow-right.png');
    background-position: left top, right top;
    background-repeat: no-repeat;
    box-shadow:inset 0px 2px 4px rgba(0,0,0,.05);
    border-top: 1px solid #e0e0de;
}

/* add shadow to sticky listing tool bar when fixed */
.property-detail-page .bar-listing-tools.fixed-position {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

/* fix sub section titles on mobile */
@media only screen and (max-width:767px) {
    .property-detail-page .getting-city-section .text-block h2,
    .property-detail-page .brokerage-listing-section .heading h2,
    .property-detail-page .section-lifestyles .sub-headline h2,
    .property-detail-page .email-form .heading h2 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: .5px;
    }
}

/* fix slideshow height and style on mobile */
@media only screen and (max-width: 767px) {
    .property-detail-page .rsDefault .rsArrowIcn {
        top:60%;
    }
    .rsFullscreen {
        z-index: 9999999;
    }
}

/* add SLW button */
.slw-button {
    width:100%;
    margin: 12px 0;
}
.description-block .slw-button {
    float: left;
    clear: left;
    margin: 12px 24px 0 -10px;
    width: 38.6%;
}
@media only screen and (max-width:1139px) {
    .description-block .slw-button {
        margin: 12px 60px 0 0;
        width:45%;
    }
}
@media only screen and (max-width:959px) {
    .description-block .slw-button {
        margin: 12px 60px 0 0;
        width: 48%;
    }
}
.slw-button .button {
    position: relative;
    width:100%;
    color:#06376c;
    font:normal 14px/20px "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
    border:1px solid #40658d;
    box-shadow:inset 0px 15px 15px rgba(255,255,255,.4);
    background: #dae1e7;
    background: linear-gradient(to bottom, #ffffff 0%,#dae1e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dae1e7',GradientType=0 );
}
.slw-button .button .icon {
    position: absolute;
    top:-6px;
    left:16px;
    background: url('/wp-content/themes/wpsir_2022/images/slw-icon.png') no-repeat;
    width:28px;
    height:43px;
}
.slw-button .button:after {
    background: url('/wp-content/themes/wpsir_2022/images/slw-arrow.png') no-repeat;
    width:12px;
    height:14px;
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    z-index: 3;
    margin-top: -7px;
}

/* PROPERTY DETAIL PAGE END */



/* PROPERTY RESULTS PAGE BEGIN */

/* fix margin below filter menu */
.page-template-page-prop-search-results .filter-menu-bar {
    padding-bottom: 24px;
}

/* fix font size on button */
.page-template-page-prop-search-results .search-content-result .add-menu-bar .button {
    font-size: 14px;
}

@media only screen and (min-width:768px) and (max-width:960px) {
    /* fix font-size in search form */
    .page-template-page-prop-search-results .jcf-select.jcf-select-your-search-filter .jcf-select-text,
    .page-template-page-prop-search-results .your-search-bar .price-filter .opener,
    .page-template-page-prop-search-results .your-search-bar .beds-filter .opener,
    .page-template-page-prop-search-results .your-search-bar .more-filter .opener {
        font-size: 14px;
    }
    /* fix padding above filter menu bar */
    .page-template-page-prop-search-results .filter-menu-bar {
        padding-top: 23px;
    }
    /* fix form width overflowing wrapper */
    .page-template-page-prop-search-results .filter-menu-bar .pagination-box {
        width:238px;
    }
    .search-results-page .filter-menu-bar .save-search-link .text {
        padding: 11px 0 0;
        width: auto;
    }
}

/* hide lower sort by menu at bottom of results */
.page-template-page-prop-search-results .results-content-holder .filter-menu-bar .jcf-select-sort-by-select,
.page-template-page-prop-search-results .results-content-holder .filter-menu-bar .jcf-select-sort-by-select .jcf-select-text,
.page-template-page-prop-search-results .results-content-holder .filter-menu-bar .jcf-select-sort-by-select .jcf-select-opener,
.page-template-page-prop-search-results .results-content-holder .filter-menu-bar .view-list-menu {
    display:none;
}
.page-template-page-prop-search-results .results-content-holder .filter-menu-bar .jcf-select-sort-by-select {
    border:none;
}

/* fix stlye of number of photo number */
.search-content-result .image-box .info-photos .number {
    color: #e7d079;
    font-family: 'News Gothic MT W01 Bold', Arial, Helvetica, sans-serif;
}

/* PROPERTY RESULTS PAGE END */



/* LIFESTYLE PAGE BEGIN */

/* hide additional lifestyle categories */
.additional-lifestyle-categories {
    display:none;
}

/* remove padding from bottom of promo-section */
.page-template-page-lifestyle-landing .promo-section {
    padding-bottom: 0;
}

.page-template-page-lifestyle-gallery .description-block {
    padding-top: 32px;
}

@media only screen and (min-width:961px) and (max-width:1140px) {
    .page-template-page-lifestyle-gallery .description-block {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width:767px) {
    /*.page-template-page-lifestyle-gallery #main {*/
    /*	padding-top: 50px;*/
    /*}*/
    .page-template-page-lifestyle-gallery .start-section-holder.alt {
        margin-bottom: 0;
    }
    .lifestyle-page .sub-menu {
        display: block;
    }
    .page-template-page-lifestyle-gallery .subnav-bar {
        padding-bottom: 0;
    }
    .page-template-page-lifestyle-gallery .description-block {
        padding-top: 0;
    }
    .page-template-page-lifestyle-gallery .video-block .description-block {
        height:auto;
    }
}

/* LIFESTYLE PAGE END */


/* COMMUNITY ARCHIVE BEGIN */

/* community-news section */
.community-news .news-section {
    background: transparent;
}
.community-news .news-section::before,
.community-news .news-section::after,
.community-news .news-block::before,
.community-news .news-block::after {
    bottom: auto;
    box-shadow: none;
    height: auto;
    left: auto;
    max-width: none;
    position: relative;
    transform: none;
    width:auto;
    z-index: -1;
}
.community-news .news-section > .frame {
    padding: 0;
}
.community-news .news-section .frame .row {
    margin:0;
}
.community-news .news-block {
    margin: 0;
    background: transparent;
    color:#ccc;
}
.community-news .news-block .news-frame {
    padding:0;
}
.community-news .latest-news-box {
    background: transparent;
}
.community-news .latest-news-box .heading,
.community-news .more-news-box .heading {
    border-color: #425979;
}
.community-news .latest-news-box h2,
.community-news .more-news-box h2{
    color: #fff;
}
.community-news .latest-news-box .date-block .date,
.community-news .more-news-box .post .date {
    background: #001734;
}
.community-news .latest-news-box .date-block .date > .frame,
.community-news .more-news-box .post .date > .frame{
    color: #425979;
    font-weight: 600;
}
.community-news .latest-news-box .date-block .date > .frame .number,
.community-news .more-news-box .post .date > .frame .number {
    color: #6290d0;
    font-weight: normal;
}
.community-news .latest-news-box .date-block h3,
.community-news .more-news-box .post h3 a {
    color: #ccc;
}
.community-news .more-news-box .post h3 {
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
}
.community-news .more-news-box .post h3,
.community-news .more-news-box .post .author,
.community-news .more-news-box .post p {
    margin-left: 95px;
}
.community-news .latest-news-box .button-holder {
    text-align: left;
}
.community-news .latest-news-box .button-holder .button {
    color:#fff;
    border: 1px solid #7e7e7e;
}
.community-news .latest-news-box .button-holder .button:hover,
.community-news .latest-news-box .button-holder .button:focus{
    background: transparent;
    border-color: #fff;
}
.community-news .more-news-box .link-holder .more {
    color: #fff;
}
.community-news .more-news-box .link-holder .more:hover,
.community-news .more-news-box .link-holder .more:focus {
    color:#0078a0;
}
@media screen and (min-width: 420px) {
    .community-news .latest-news-box > .holder,
    .community-news .more-news-box {
        padding: 0;
    }
    .community-news .latest-news-box .button-holder .button {
        display: inline;
    }
}

/* COMMUNITY ARCHIVE END */



/* make video play button 30% smaller */
.about-area-section .content-block .image-block .btn-play {
    height:66px;
    width:66px;
}
.about-area-section .content-block .image-block .btn-play::after {
    border-width: 14px 24px;
    margin: -13px 0 0 -7px;
}
@media only screen and (max-width:1140px) {
    .responsive-page .about-area-section .content-block .image-block .btn-play {
        width: 58px;
        height: 58px;
    }
    .responsive-page .about-area-section .content-block .image-block .btn-play:after {
        border-width: 12px 20px;
        margin: -12px 0 0 -7px;
    }
}



/* MARKET WATCH PAGE BEGIN */

.market-reports .row--margin-bottom--large{
    margin-bottom: 0;
}

/* MARKET WATCH PAGE END */



/* GRAVITY FORMS START */

/* Market Watch Forms */
.page-template-page-market-watch #subscribe_form{
    background: #ebeae5;
    padding: 36px 0;
}
.page-template-page-market-watch .email-form .heading{
    margin: 0;
}

#subscribe_form #field_5_7 label{
    font-size: small;
}

#subscribe_form .gfield_checkbox .label-holder{
    width: 80%;
    float: right;
}

/* fix firefox float bug */
.email-form .row-holder .label-holder {
    float:none;
}

/* GRAVITY FORMS END */



/* CAREERS PAGE START */

.page-template-page-careers .subnav-bar.sticky-box.fixed-position {
    border-top:none !important;
}
.page-template-page-careers .subnav-bar.sticky-box {
    height: auto;
}
.page-template-page-careers .sub-menu li:last-child {
    background: #0d2752;
}
.page-template-page-careers .sub-menu li:last-child a {
    color:#fff;
}
.page-template-page-careers .description-block,
.page-template-page-careers #section-management {
    text-align: center;
    padding-bottom: 40px;
}
.page-template-page-careers #section-testimonials .blockquote-section {
    padding-top: 30px;
}
.page-template-page-careers .description-block h2,
.page-template-page-careers .description-block h3,
.page-template-page-careers .description-block h4,
.page-template-page-careers .description-block h5,
.page-template-page-careers .description-block h6 {
    font-family: "freight-big-pro", "Times New Roman", serif;
    text-align: center;
}
.page-template-page-careers .description-block .heading h2,
.page-template-page-careers #section-management .heading h2,
.page-template-page-careers #section-testimonials .heading h2,
.page-template-page-careers #section-start .heading h2,
.page-template-page-careers #section-start .section-content h2 {
    color:#122a4b;
    font-family: "freight-big-pro", "Times New Roman", serif;
    font-size:40px;
    line-height: 42px;
    padding: 24px;
    text-align: center;
}
.page-template-page-careers #section-testimonials .heading h2 {
    color: #fff;
    padding-bottom: 0;
}
.page-template-page-careers #overview.section-overview p {
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    text-align: center;
}
.page-template-page-careers .cycle-gallery {
    border-top: none;
    margin-bottom: 0;
}
.page-template-page-careers #section-testimonials .author {
    color: #d3c54f;
}
.page-template-page-careers #section-start .section-content h4 {
    color:#1a376d;
    font-family: 'News Gothic MT W01';
    font-weight: 600;
    font-size:18px;
    line-height: 24px;
    text-transform: uppercase;
}
.page-template-page-careers #section-start .section-content {
    font-family: 'News Gothic MT W01';
}
.page-template-page-careers #section-start .section-content li {
    margin-bottom: 6px;
}
@media only screen and (min-width:960px) {
    .page-template-page-careers .cycle-gallery .btn-prev,
    .page-template-page-careers .cycle-gallery .btn-next {
        bottom: auto;
        top: 50%;
        margin: -58px 0 0;
    }
}

@media only screen and (max-width:959px) {
    .page-template-page-careers .description-block .heading h2,
    .page-template-page-careers #section-management .heading h2,
    .page-template-page-careers #section-testimonials .heading h2,
    .page-template-page-careers #section-start .heading h2,
    .page-template-page-careers #section-start .section-content h2 {
        font-size: 26px;
        line-height: 28px;
    }
    .page-template-page-careers #section-start .section-content h4 {
        font-size: 16px;
        line-height: 20px;
    }
}

@media only screen and (max-width:767px) {
    .page-template-page-careers .start-section-holder {
        margin-bottom: 0;
    }
    .page-template-page-careers .sub-menu.style02 {
        display: block;
    }
}


/* CAREERS PAGE END */

/* LIFESTYLE GALLERY BEGIN */

.page-template-page-lifestyle-gallery .img-list .mask{
    text-align: left;
}

.page-template-page-lifestyle-gallery .img-list .slideset > li figure{
    height: 100%;
}

.page-template-page-lifestyle-gallery .img-list .caption{
    top: 40px;
    bottom: 40px;
}

.page-template-page-lifestyle-gallery .img-list .caption .holder {
    text-align: center;
}
.page-template-page-lifestyle-gallery .img-list .caption .holder .frame{
    padding-top: 0;
}


.page-template-page-lifestyle-gallery .slideset .add-title {
    color: #fff;
    position: absolute;
    font: 18px/22px "freight-big-pro", "Times New Roman", serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    opacity: 1;
    visibility: visible;
    top: 80%;
}

.page-template-page-lifestyle-gallery .slideset .hover .add-title {
    transition: all .35s ease-in-out;
    opacity: 0;
    transform: translateX(-100%);
    visibility: hidden;
}

.page-template-page-lifestyle-gallery .slideset .add-title h3{
    margin: 0;
}

.page-template-page-lifestyle-gallery .slideset .title{
    color: #fff;
    opacity: 0;
}
.page-template-page-lifestyle-gallery .slideset .hover .title {
    transition: all .35s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.page-template-page-lifestyle-gallery .slideset .add-title h3 a, .page-template-page-lifestyle-gallery .slideset .title h3 a{
    color: #fff;
}

.page-template-page-lifestyle-gallery .img-list .category a{
    color: #b9b9b8;
    font-family: "freight-big-pro", "Times New Roman", serif;
}

.page-template-page-lifestyle-gallery .img-list .q-links a{
    color: inherit;
    font-weight: bold;
}

.page-template-page-lifestyle-gallery .img-list .q-links a:hover {
    text-decoration: none;
    color: #89a1d9;
}

.page-template-page-lifestyle-gallery .img-list .q-links a:hover strong {
    color: #89a1d9;
}

.page-template-page-lifestyle-gallery .img-list .slideset > li:hover h3 .num{
    margin: -10px 0 6px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .page-template-page-lifestyle-gallery .img-list .slideset {
        position: static !important;
        width: 100% !important;
        margin-left: 0 !important;
    }

    /*.page-template-page-lifestyle-gallery .img-list .slideset > li {*/
    /*    width: 50% !important;*/
    /*    padding: 5px 2px 0;*/
    /*}*/
}

@media only screen and (min-width:961px) {

    .page-template-page-lifestyle-gallery .img-list .slideset > li{
        width: 25% !important;
    }
    .page-template-page-lifestyle-gallery .slideset .add-title{
        top: 70%;
    }
    .page-template-page-lifestyle-gallery .img-list h3{
        font-size: 1.66em;
    }
    .page-template-page-lifestyle-gallery .img-list .category{
        font-size: 1.25em;
    }
    .page-template-page-lifestyle-gallery .img-list .q-links li{
        font-size: 1.1em;
    }
    /*
    .page-template-page-lifestyle-gallery .img-list .slideset figure{
        min-height: 356px;
    }
    */
}
@media only screen and (min-width: 768px) {

    .page-template-page-lifestyle-gallery .img-list h3{
        font-size: 2em;
    }
    .page-template-page-lifestyle-gallery .img-list .category{
        font-size: 1.5em;
    }
    .page-template-page-lifestyle-gallery .img-list .q-links li{
        font-size: 1.4em;
    }
}
@media only screen and (max-width: 767px) {

    .page-template-page-lifestyle-gallery .slideset .add-title{
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        top: 45%;
    }

    .page-template-page-lifestyle-gallery .img-list .caption .holder .frame{
        vertical-align: middle;
    }

    .page-template-page-lifestyle-gallery .img-list h3{
        font-size: 2em;
    }
    .page-template-page-lifestyle-gallery .img-list .category{
        font-size: 1.5em;
    }
    .page-template-page-lifestyle-gallery .img-list .q-links li{
        font-size: 1.4em;
    }
}
/* LIFESTYLE GALLERY END */


/* Property Detail Page BEGIN */
@media only screen and (max-width: 767px){
    .property-detail-page.staff-all-page .section-overview{
        padding-top: 10px;
        height: 100%;
        width: 100%;
    }

    .property-detail-page.staff-all-page .section-overview .description-block{
        height: 125px;
        max-height:125px;
        left:auto;
        right:auto;
        top:auto;
        transition: max-height 1s linear 0s;
    }

    .property-detail-page.staff-all-page .section-overview .description-block.show-text{
        height: auto;
        max-height: 1500px;
        transition: max-height 1s linear 0s;
    }

    .property-detail-page.staff-all-page .js-mobile-description .full-description.js-fulltext{
        opacity: 1;
        visibility: visible;
        position: relative;
        left:auto;
        right:auto;
        top:auto;
    }

    .property-detail-page .about-area-section .content-block .text-holder{
        padding-top: 0px;
    }
}
/* Property Detail Page END */

/* OFF CANVAS NAV BEGIN */



ul.off-canvas-list li.menu-item-has-children ul {
    display: block;
}

ul.off-canvas-list li a:after {
    background-image: none;
}
/*
ul.off-canvas-list li.menu-item-has-children a:after {
    background-image: url("/wp-content/themes/wpsir_2022/images/arrow-down.svg");
}
*/

/* OFF CANVAS NAV END */

/* BG GALLERY BEGIN */

.bg-gallery{
    z-index: -1 !important;
}
.page-template-page-lifestyle-landing .bg-gallery{
    z-index: 0 !important;
}

/* BG GALLERY END */

/* PROP RESULTS BEGIN */
.page-template-page-prop-search-results .start-section-holder.alt {
    padding-top: 52px;
}


/* PROP RESULTS END */

/* PAGE CAREERS  BEGIN */
#section-management .promo {
    padding-bottom: 0;
}

.page-template-page-careers .section-list, .page-template-page-careers .section-list .sub-headline, .page-template-page-careers .section-list.color-style03 .area{
    background: none repeat scroll 0 0 #001e45;
}

.page-template-page-careers #section-testimonials .blockquote-section {
    padding-bottom: 30px;
}

.page-template-page-careers .section-list .sub-headline {
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: none repeat scroll 0 0 #001e45;
    color: #efeded;
    padding: 0 0 10px;
    text-align: center;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
}

.page-template-page-careers .section-list.active .sub-headline {
    padding: 0 0 25px;
}

.page-template-page-careers .section-list .sub-headline p {
    font-size: .875rem;
}

.page-template-page-careers .section-list .sub-headline p.closed {
    opacity: 1;
    visibility: visible;
    transition: all 1s;
}
.page-template-page-careers .section-list .sub-headline p.opened {
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
}
.page-template-page-careers .section-list.active .sub-headline p.closed {
    opacity: 0;
    visibility: hidden;

}
.page-template-page-careers .section-list.active .sub-headline p.opened {
    opacity: 1;
    visibility: visible;

}

.page-template-page-careers .section-list .opener, .blockquote-section .opener {
    border: 1px solid #fff;
}
.page-template-page-careers .slide .area .test-wrap:nth-child(2n+1){
    clear: left;
}
.test-wrap.columns:last-child {
    float: left;
}

.page-template-page-careers .slide .area .blockquote-container{
    padding: 0px 25px 35px;
    text-align: left;
}

.page-template-page-careers .slide .area .blockquote-container p {
    font: 1rem "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif!important;
}

.page-template-page-careers .slide .area .blockquote-container footer::after{
    background: none;
}
/* PAGE CAREERS END */



* {
    margin:0; padding:0;
}

body {
    /* background: #000!important; */
    height:auto;
}

.clearfix{
    clear:both;
}
.close{
    float:right;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    text-transform: uppercase;
    color:#333333;
    font-size: 12px;
    font-weight: 200;
    padding: 15px 15px 0 0;
}

.pop-mortgage {
    max-width:500px;
    margin:auto;

}

.pop-mortgage-wrapper {
    background-color: #fff;
}
h1.mortgage_calc_title{
    color:#122a4b;
    font: 30px/24px "freight-big-pro", "Times New Roman", serif;
    margin: 2% 0;
    text-align: center;
}


#mort-calculator input {
    width:100%;
    padding: 3% 2%;
    margin: 0;
}


#mort-calculator label {
    padding-top: 2%;
}

#mort-calculator .row span{
    color:#333333;
    font-size: 12px;
    line-height: 24px;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    font-style: italic;
}

.Estimated-Payment {
    background-color: #ebeae5;
    padding:2%;
    margin: 10% 3% 0;
}

.Estimated-Payment h5{
    color:#122a4b;
    font: 21px/24px "freight-big-pro", "Times New Roman", serif;
    text-align: center;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.Estimated-Payment li{
    list-style-type: none;
    margin-bottom: 5%;
}

.Estimated-Payment label{
    text-transform: uppercase;
    font-size: 12px;
}


button.send-listings {
    width:100%;
    background: #001e45;
    text-transform: uppercase;
}

button.send-listings:hover {
    opacity: .8;
    background: #001e45;
}

.facts {
    padding:2%;
}

.facts ul li{
    color:#457198;
    font-size: 11px;
}

.facts ul li span{
    color:#333;
}

.prop-info {
    padding:2%;
}
.prop-info img{
    width:48%;
    float:left;
    padding-bottom: 1em;
}

.deats {
    width:48%;
    float:right;
}

.deats h2{
    /*
	font-size: 14px;
	  line-height: 16px;
*/
    font: 22px/28px "freight-big-pro", "Times New Roman", serif;
    color: #4d4d4d;
    margin-bottom: 0;
}

.deats ul {
    list-style-type: none;
    display: inline;
    margin-left: 0;
}

.deats ul.prop-deats li{
    display: inline;
    font-size: 12px;
    color:#818181;
}

.deats ul.prop-deats li span{
    font-weight: 600;
}

.deats p.address{
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    color:#818181;
}

.deats p.price{
    margin-bottom: 0;
    color:#001e45;
    font: 22px/28px "freight-big-pro", "Times New Roman", serif;
}

#send-to-phone input {
    padding: 3% 2%;
    margin: 0;
    width:100%;
}

hr.phone {
    margin: 1em 0 1em 0;
    border: solid #DDDDDD;
    border-width: 1px 0 0;
    clear: both;
    height:0;
}
#send-to-phone label {
    padding-top: 2%;
}

#send-to-phone .row span{
    color:#333333;
    font-size: 12px;
    line-height: 24px;
    font-family: "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    font-style: italic;
}


#send-to-phone .row.phone-number {
    padding-bottom: 5%;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none; }
button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75); }

    .mfp-arrow-left {
        transform-origin: 0; }

    .mfp-arrow-right {
        transform-origin: 100%; }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; }
}

.mfp-ie7 .mfp-img {
    padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
    padding: 0; }
.mfp-ie7 .mfp-content {
    padding-top: 44px; }
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }


/**
 * Login
 */
.mfp-wrap.login .mfp-iframe-holder .mfp-content {
    max-width: 480px;
    min-height: 450px;
}

/**
 * Register
 */
.mfp-wrap.register .mfp-iframe-holder .mfp-content {
    max-width: 480px;
    min-height: 650px;
}

/**
 * Save Search
 */
.mfp-wrap.save-search .mfp-iframe-holder .mfp-content {
    max-width: 480px;
    min-height: 650px;
}

/**
 * Share / Send to Friend
 */
.share .mfp-iframe-holder .mfp-content {
    max-width: 700px;
    min-height: 800px;
}

/**
 * Property Inquiry
 */
.inquire .mfp-iframe-holder .mfp-content {
    max-width: 700px;
    min-height: 850px;
}

/**
 * Mortgage Calculator
 */
.mortgage-calculator .mfp-iframe-holder .mfp-content {
    max-width: 650px;
    min-height: 725px;
}

.send-to-phone .mfp-iframe-holder .mfp-content {
    max-width: 600px;
    min-height: 615px;
}

/** Extras on top of the classic booster **/
.wps2022 .location label span {
    color: #fff;
    font-size: 16px;
}
.wps2022 .main-nav>ul>li>a {
    font-size: 14px;
    line-height: 24px;
}
.wps2022 .main-nav ul li .drop a,
.wps2022 .main-nav ul li .drop div strong,
.wps2022 .main-nav ul li .drop div ul li a {
    font-size: 16px;
    line-height: 24px;
}
/*.wps2022 ul, .wps2022 ol, .wps2022 p {*/
/*    font-size: 14px;*/
/*    line-height: 21px;*/
/*}*/

/*.wps2022 p{*/
/*    color:#333;*/
/*}*/

/*.text p{*/
/*    color:#fff;*/
/*}*/

.article p{
    line-height: 24px;
}

.wps2022 .copy p {
    font-size: 12px;
    line-height: 20px;
}

/*added 4/21*/

/*.page-template-page-service-landing.page-template .image-top-section{*/
/*    max-height: 473px;*/
/*}*/
.page-template .image-top-section {
    top: 50px;
}

@media only screen and (min-width: 1100px) {
    .page-template .image-top-section {
        top: 90px;
    }
}

@media only screen and (min-width: 1281px){
    .page-template .image-top-section {
        top: 100px;
    }
}

@media only screen and (min-width: 1441px){
    .page-template .image-top-section {
        top: 110px;
    }
}


@media (max-width: 767px) {
    body .visual-block {
        display: block !important;
    }
    .mobile-agent-prev-next {
        background: #eeece7;
    }
    .page-holder.main-holder{
        padding-top: 0!important;
    }
    .page-template-page-developments .section-overview{
        overflow: inherit;
    }
    .page-template-page-developments .section-developments .development-wrap .development{
        height: auto;
        /*min-height: 390px;*/
    }
    .section-developments .development-wrap  .description .title h3, .section-developments .development-wrap .description .title h3 a {
        font: 24px/1 "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    }
    .page-template-page-developments .section-developments .development-wrap .description .title {
        padding-top: 12px;
    }
    .section-developments .development-wrap .description {
        padding-top:2rem;
        padding-bottom:2rem;
    }
    .page-template-page-developments .listings-items .num {
        font: 400 14px/42px "Benton Sans", Helvetica Neue, Arial, Noto Sans, sans-serif;
    }
    .page-template-page-developments .listings-items .link {
        font: 400 12px/20px "Benton Sans", Arial, Helvetica, sans-serif;
    }

}

.page-template .image-top-section img{
    width: 100%;
}

.start-section-holder.alt2 {
    padding-top: 392px;
    padding-bottom: 39px;
}

@media only screen and (min-width: 768px) and (max-width: 960px){
    .start-section-holder.alt {
        padding-top: 131px;
        padding-bottom: 51px;
    }
}
@media only screen and (max-width: 1300px) {
    .start-section-holder.alt2 {
        /*padding-top: 195px;*/
        padding-top:38%;
        padding-bottom: 0;
    }
}

.subnav-bar.sticky-box.fixed-position {
    top:0;
}

.page-heading h1 {
    font-family: "freight-big-pro", "Times New Roman", serif;
}


.development-landing .sub-menu{
    padding-left:0;
}

#overview.section-overview p{
    max-width: 1114px;
    line-height: 25px;
}

.page-template-page-developments.development-landing .development-wrap .development {
    margin-bottom: 5px;
}

.page-template-page-developments .development-wrap .development {
    height: 558px;
}

.development-wrap .bg-stretch img {
    max-width: none;
    width: 100%;
    height: auto;
    vertical-align: top;
}

.development-wrap .bg-stretch:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0,0,0,.59);
}

.development-wrap .development {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.development-wrap .bg-stretch {
    position: relative;
    width: 100%;
    height: 100%;
}

.page-template-page-developments-php .development-wrap .description, .page-template-page-developments-php .development-wrap .listings-items li {
    color: #ccc;
}

.development-wrap .description {
    color: #fff;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 4em;
    width: 100%;
    text-align: center;
    font-family: news gothic mt w01,Arial,Helvetica,sans-serif;
}

.page-template-page-developments .development-wrap .description .title {
    padding-top: 72px;
}

.page-template-page-developments-php .development-wrap .description .title h3, .page-template-page-developments-php .development-wrap .description .title h3 a:hover {
    color: #fff;
}

.development-wrap .description .title h3, .development-wrap .description .title h3 a {
    color: #fff;
    font: 44px/1 "Benton Sans", "Helvetica Neue", Arial, "Noto Sans" , sans-serif;
    text-transform: uppercase;
    margin: 0;
}

.page-template-page-developments-php .development-wrap .description {
    z-index: 7;
}

.page-template-page-developments-php .listings-items li {
    font-family: "freight-big-pro", "Times New Roman", serif;
}

.page.page-template-page-developments .email-form.style-color02.wpsir-bottom-form{
    padding-bottom: 3rem;
    margin-bottom: 0;
}

.main-holder{
    padding:0;
}

.page.page-template-page-developments input[type=email],
.page.page-template-page-developments input[type=search],
.page.page-template-page-developments input[type=tel],
.page.page-template-page-developments input[type=text],
.page.page-template-page-developments textarea{
    background-color: white;
}

.page-template-page-developments .start-section-holder h1 {
    font-size: 61px;
    line-height: 74px;
    letter-spacing: 2px;
    word-spacing: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .development-landing .start-section-holder h1 {
        font-size: 56px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .development-landing .start-section-holder h1 {
        font-size: 26px;
        line-height: 30px;
        letter-spacing: 1px;
        margin: 0;
    }
}

@media only screen and (max-width: 767px){
    .page-template-page-developments .start-section-holder.alt {
        padding-top: 190px;
    }
    .page-template-page-developments .columns.mobile-padding-group{
        padding:0;
    }
}

@media only screen and (min-width: 768px) {
    .page-template-page-developments .hero-image{
        padding-top: 20px;
        padding-bottom: 127px;
        margin-top: 50px;
        min-height: 400px;
    }
}

@media only screen and (min-width: 961px){
    .page-template-page-developments .hero-image {
        padding-top: 83px;
        padding-bottom: 108px;
        margin-top: 50px;
        /*min-height:570px;*/
        min-height: 445px;
    }
    .page-template-page-developments .start-section-holder.alt {
        padding-top: 108px;
        padding-bottom: 37px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px){
    .page-template-page-developments .start-section-holder.alt {
        padding-top: 131px;
        /*padding-bottom: 51px;*/
        padding-bottom: 39px;
    }
}

@media only screen and (min-width: 1100px){
    .page-template-page-developments .hero-image {
        margin-top: 90px;
        /*min-height: 545px;*/
        min-height: 550px;
    }
    .page-template-page-developments .start-section-holder.alt {
        padding-top: 200px;
        padding-bottom: 39px;
    }
}


@media only screen and (min-width: 1301px){
    .page-template-page-developments .hero-image {
        padding-top: 270px;
        padding-bottom: 113px;
        margin-top: 100px;
        /*min-height: 550px;*/
        min-height: 545px;

    }
}


@media only screen and (min-width: 1601px){
    .page-template-page-developments .hero-image {
        padding-top: 270px;
        padding-bottom: 113px;
        margin-top: 110px;
        min-height: 545px;
    }
}

.page-template-page-developments .development-wrap .description{
    font: 24px/1 "Benton Sans", Helvetica Neue, Arial, Noto Sans, sans-serif;
}

/*lifestyles*/

.bg-gallery {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-gallery .mask {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.bg-gallery .mask .slideset {
    float: left;
    width: 99999px;
    overflow: hidden;
}

.bg-gallery .mask .slide {
    float: left;
    width: 1480px;
    overflow: hidden;
    position: relative;
}

.page-template-page-lifestyle-landing .bg-gallery .pagination {
    display: none;
}

.page-template-page-lifestyle-landing .slide .button.btn-white {
    background: rgba(0,0,0,.05);
    border: 1px solid #d9d9d9;
    padding: 14px 10px;
    height: 49px;
    width: 304px;
}

.section-overview .description-block .full-description .row, .section-overview .description-block .short-description .row{
    max-width: 1114px;
}

.page-heading p {
    font-family: "freight-big-pro", "Times New Roman", serif;
    font-size: 24px;
    line-height: 33px;
}

.description-block{
    max-width: 1114px;
    margin:0 auto;
}

.promo-section h2 {
    font-family: "freight-big-pro", "Times New Roman", serif;
    font-size:26px;
    line-height:30px;
}

.email-form .heading h2 {
    font-family: "freight-big-pro", "Times New Roman", serif;
}
.email-form.style02 h2 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
    .email-form.style02 h2 {
        font-size: 38px;
        line-height: 42px;
    }
}

@media only screen and (min-width: 961px) {
    .email-form h2 {
        font-size: 46px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 768px) {
    .promo-section h2 {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 35px;
        position: relative;
    }
}

.img-list .caption .holder .frame a{
    color: #fff;
}

.page-template-page-lifestyle-landing .start-section-holder.alt2 {
    height: 620px;
    z-index: -99;
    padding: 392px 0 0 0;
}

.page-template-page-lifestyle-landing .slide .page-heading {
    background: 0 0;
    padding-top: 0;
    position: absolute;
    top: 360px;
    left: 0;
    width: 100%;
}

.img-list .caption .holder {
    display: table;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 1301px) {
    .page-template-page-lifestyle-landing .start-section-holder.alt2 {
        height: 620px;
    }
    .img-list .slideset > li:hover h3 .num {
        font-size: 88px;
        margin: 7px 0 6px;.page-template-page-lifestyle-landing .bg-gallery
    }
    .img-list .caption {
        top: 60px;
        left: 42px;
        right: 42px;
        bottom: 62px;
    }
}


@media only screen and (min-width: 768px){
    .img-list .slideset>li:hover .caption {
        border-width: 1px;
    }
}

@media only screen and (max-width: 1160px){
    .page-template-page-lifestyle-landing .start-section-holder.alt2 {
        height: 600px;
    }
}

/*Sellers group*/

.image-top-section img {
    width: 100%;
}

.visual-block img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
    top: auto;
}

@media only screen and (min-width: 768px){
    .page-template-page-marketing .outside-box {
        margin: 0 0 100px;
    }
}

.page-template-page-marketing .start-section-holder.alt2{
    padding-top: 185px;
    padding-bottom: 28px;
}

.page-template-page-developments .image-top-section{
    display: block;
}
.page-template-page-developments .headline h3{
    font-family: "freight-big-pro", "Times New Roman", serif;
}

.wps2022 input[type=email], .wps2022 input[type=search], .wps2022 input[type=tel], .wps2022 input[type=text], .wps2022 textarea{
    background-color: #fff;
}

.wps2022 .intro p{
    font-family: "freight-big-pro", "Times New Roman", serif;
    font-size: 29px;
    line-height: 44px;
}

.wps2022 .content-area.row {
    max-width: 1116px;
    width: 100%;
}

.hentry {
    margin: 0 0 1.5em;
}

.wps2022 .gform_legacy_markup_wrapper label.gfield_label, .wps2022 .gform_legacy_markup_wrapper legend.gfield_label {
    font-weight: 400;
}
textarea[name=ak_hp_textarea]{
    display:none;
}

.gform_legacy_markup_wrapper li.gfield.field_description_below+li.gsection,
.gform_legacy_markup_wrapper ul.gform_fields li.gfield.empty{
    display:none;
}

.page-template-page-marketing .section-overview.style02{
    background-color: #fff;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .page-template-page-marketing .outside-box {
        border-top: 1px solid #bbb;
        border-bottom: 1px solid #bbb;
        margin: 50px 0;
        /*margin: 50px 0 100px;*/
        background: rgba(0, 0, 0, .20);
    }
}

@media (max-width: 1300px) {
    .page-template-page-marketing .page-template .image-top-section {
        top: 90px;
    }
    .page-template-page-marketing .start-section-holder.alt2{
        padding-top:0;
        padding-bottom:0;
    }
}

@media (max-width: 767px) {
    .single-mrt_lifestyle .visual-block img{
        transform: none!important;
    }
    body .visual-block {
        margin-top: 50px;
        display: block !important;
    }
    .page-template-default .image-top-section,
    .page-template-page-list-your-home .image-top-section{
        display: block;
        top:50px;
    }
    .page-template-default .start-section-holder.alt,
    .page-template-page-list-your-home .start-section-holder.alt{
        /*padding-top: 200px;*/
        padding-top: 170px;
        margin-bottom: 0;
    }
    .page-template-page-list-your-home .start-section-holder.alt .large-12.columns,
    .page-template-default .start-section-holder.alt .large-12.columns{
        padding: 0;
    }
    .page-template-page-list-your-home .start-section-holder h1{
        /*margin-top: 2rem;*/
    }
    .page-template-page-list-your-home .start-section-holder .page-heading,
    .page-template-default .start-section-holder .page-heading{
        padding-top: 17px;
        padding-bottom: 27px;
    }
    .wps2022 .intro p{
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 18px;
        padding-top: 20px;
        /*margin-bottom: 30px;*/
    }
}

@media only screen and (min-width: 768px){
    .page-template-page-list-your-home .hero-image{
        min-height: 475px;
    }
}


.page.page-template-default #primary .entry-content .bg-fancy {
    clear: both;
}

.page-template-page-lifestyle-landing .bg-gallery .mask .slide img{
    min-width: 100%;
    min-height: 600px;
    width: unset;
}

@media only screen and (max-width: 960px) {
    .page-template-page-lifestyle-landing .start-section-holder.alt2{
        padding: 209px 0 0 0;
    }
    .page-template-page-lifestyle-landing .hero-image{
        margin-top:0;
        min-height: 209px;
    }
    .page-template-page-lifestyle-landing .bg-gallery .mask .slide img{
        min-height: 550px;
    }
}

.page-template-page-lifestyle-landing .slide .page-heading {
    /*top: 310px;*/
}

@media only screen and (min-width: 768px) {
    .page-template-page-lifestyle-landing .bg-gallery{
        top:50px
    }
}

@media only screen and (min-width: 961px){
    .page-template-page-lifestyle-landing .bg-gallery{
        top:50px
    }
}

@media only screen and (min-width: 1100px){
    .page-template-page-lifestyle-landing .bg-gallery{
        top:90px
    }
}

@media only screen and (min-width: 1441px){
    .page-template-page-lifestyle-landing .bg-gallery{
        top:110px
    }
}

@media only screen and (min-width: 1281px){
    .page-template-page-lifestyle-landing .bg-gallery{
        top:100px
    }
}


.hero-image{
    background-position: center center;
    background-size: cover;
    min-width: 100%;
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    min-height: 400px;
    padding-top: 20px;
}


@media only screen and (min-width: 768px) {
    .hero-image{
        padding-top: 20px;
        padding-bottom: 127px;
        margin-top: 50px;
        min-height: 400px;
    }
}

@media only screen and (min-width: 961px){
    .hero-image {
        padding-top: 83px;
        padding-bottom: 108px;
        margin-top: 50px;
        min-height: 445px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px){
    .start-section-holder.alt {
        padding-top: 231px;
        padding-bottom: 51px;
    }
}

@media only screen and (min-width: 1100px){
    .hero-image {
        margin-top: 90px;
    }
}


@media only screen and (min-width: 1301px){
    .hero-image {
        padding-top: 270px;
        padding-bottom: 113px;
        margin-top: 100px;
        min-height: 445px;

    }
}


@media only screen and (min-width: 1601px){
    .hero-image {
        padding-top: 270px;
        padding-bottom: 113px;
        margin-top: 110px;
        min-height: 445px;
    }
}

@media  all and (max-width:767px) {
    .hero-image {
        min-height: 190px;
        margin-top: 50px;
    }

    .page-template-page-development .start-section-holder.alt .mobile-padding-group{
        margin-top: 175px;
        background-color: #edece7;
    }
    .start-section-holder.alt  .page-heading{
        /*background-color: rgba(255, 255, 255, .6);*/
        background: transparent;
    }
    .hero-image::before{
        display: none;
    }
}


.hero-image::before{
    content:'';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
}

/*extraordinary marketing*/

.page-template-page-marketing-php .start-section-holder .page-heading{
    padding: 0;
}

.page-template-page-marketing-php .start-section-holder.alt{
    max-width: none;
    width: 100%;
    margin: 50px 0 100px;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .page-template-page-marketing-php .start-section-holder .page-heading .outside-box {
        /*padding-top: 185px;*/
        /*padding-bottom: 28px;*/
    }
}

.page-template-page-marketing-php .start-section-holder.alt .mobile-padding-group{
    padding:0;
}

@media only screen and (max-width: 767px) {
    .page-template-page-marketing-php .page-heading p.ex-marketing {
        display: none;
    }
    .page-template-page-marketing-php .start-section-holder .page-heading .outside-box {
        padding: 20px 0;
    }
    .page-template-page-marketing-php .start-section-holder h1 {
        font-size: 30px;
        line-height: 38px;
        margin: 0;
    }
    .page-template-page-marketing-php .start-section-holder.alt .mobile-padding-group{
        /*margin-top: 290px;*/
        margin-top: 39%;
    }
    .page-template-page-marketing-php .hero-image{
        min-height: 290px;
    }
    .page-template-page-marketing-php .start-section-holder.alt{
        margin: 0;
    }
    .page-template-page-marketing-php .start-section-holder.alt .page-heading{
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        background: #f3f3f3;
        margin-bottom: 2rem;
    }
}

@media only screen and (min-width: 768px){
    .page-template-page-marketing-php .hero-image {
        min-height:570px;
    }
}

@media only screen and (min-width: 961px){
    .page-template-page-marketing-php .start-section-holder.alt{
        margin: 25px 0 50px;
    }
    .page-template-page-marketing-php .start-section-holder .page-heading .outside-box {
        padding-top: 100px;
        margin: 0;
        padding-bottom: 28px;
    }
    .page-template-page-marketing-php .hero-image {
        padding-top: 0;
        padding-bottom: 50px;
        margin-top: 50px;
        min-height: 438px;
    }
}

@media only screen and (min-width: 1100px){
    .page-template-page-marketing-php .hero-image {
        margin-top: 90px;
        min-height: 690px;
        padding-top: 83px;
        padding-bottom: 108px;
    }
    .page-template-page-marketing-php .start-section-holder h1 {
        font-size: 61px;
        line-height: 74px;
        letter-spacing: 2px;
        word-spacing: 3px;
    }
    .page-template-page-marketing-php .start-section-holder .page-heading .outside-box {
        /*padding-top: 185px;*/
        padding-top: 160px;
        padding-bottom: 28px;
    }
}

@media only screen and (min-width: 1301px){
    .page-template-page-marketing-php .start-section-holder .page-heading .outside-box {
        padding-top: 185px;
        padding-bottom: 28px;
    }
    .page-template-page-marketing-php .start-section-holder.alt{
        margin: 50px 0 100px;
    }

    .page-template-page-marketing-php .hero-image {
        margin-top: 100px;
        min-height: 690px;
    }
}

@media only screen and (min-width: 1441px){
    .page-template-page-marketing-php .start-section-holder .page-heading .outside-box {
        padding-top: 220px;
        padding-bottom: 80px;
    }
    .page-template-page-marketing-php .hero-image {
        margin-top: 110px;
    }
}

@media only screen and (min-width: 1601px){
    .page-template-page-marketing-php .hero-image {
        margin-top: 110px;
        min-height: 690px;
    }
}

@media only screen and  (min-width: 768px) and (max-width: 960px){
    .page-template-page-marketing-php .start-section-holder.alt {
        margin: 0;
    }
    .page-template-page-marketing-php .start-section-holder.alt h1{
        margin-bottom: 8px;
    }
    .page-template-page-marketing-php .start-section-holder .page-heading .outside-box {
        padding: 25px;
    }
}

#global-connect h3, #tech-advantage h3, #local-expertise h3 {
    font-family: "freight-big-pro", "Times New Roman", serif;
}

#worldwide-reach h4, #celebrated-reputation h4, #global-media h4, #go-go-listings h4, #tailored-for-you h4, #community-knowledge h4, #your-life-your-style h4, #our-experts h4, #our-publications h4, #trusted-results h4{
    font-family: "freight-big-pro", "Times New Roman", serif;
}

.headline {
    padding: 27px 0 34px;
}

/*default page*/
/*search hero-height*/
@media only screen and (min-width:768px) and (max-width: 961px){
    .page-template-page-service-landing .start-section-holder{
        padding-top: 55px;
        padding-bottom: 50px;
    }
}

@media  all and (max-width:767px) {
    .page-template-default .start-section-holder.alt .mobile-padding-group,
    .page-template-page-list-your-home .start-section-holder.alt .mobile-padding-group{
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .page-template-default .start-section-holder.alt {
        padding-top: 220px;
        padding-bottom: 51px;
    }
}

@media only screen and (min-width: 961px){
    .page-template-page-market-watch .hero-image,
    .page-template-default .hero-image,
    .page-template-page-list-your-home .hero-image{
        padding-top: 83px;
        padding-bottom: 108px;
        margin-top: 50px;
        min-height: 450px;
        /*min-height: 505px;*/
    }
}

@media only screen and (min-width: 1100px){
    .page-template-page-market-watch .hero-image,
    .page-template-default  .hero-image,
    .page-template-page-list-your-home .hero-image{
        margin-top: 90px;
    }
}

@media only screen and (min-width: 1281px){
    .page-template-page-market-watch .hero-image,
    .page-template-default  .hero-image,
    .page-template-page-list-your-home .hero-image{
        margin-top: 100px;
    }
}

@media only screen and (min-width: 1301px){
    .page-template-page-market-watch .hero-image,
    .page-template-default  .hero-image,
    .page-template-page-list-your-home .hero-image{
        margin-top: 100px;
        min-height: 546px;
    }
}
@media only screen and (min-width: 1441px){
    .page-template-page-market-watch .hero-image,
    .page-template-default .hero-image,
    .page-template-page-list-your-home .hero-image{
        margin-top: 110px;
    }
}

@media only screen and (min-width: 1601px){
    .page-template-page-market-watch .hero-image,
    .page-template-default .hero-image,
    .page-template-page-list-your-home .hero-image{
        margin-top: 110px;
        min-height: 546px;
    }
}

@media only screen and (min-width: 768px) {
    .page-template-page-service-landing .start-section-holder {
        padding-top: 60px;
        /*padding-bottom: 58px;*/
        padding-bottom: 28px;
    }
}

@media only screen and (min-width: 961px) {
    .page-template-page-service-landing .start-section-holder {
        padding-top: 125px;
        padding-bottom: 88px;
    }
    .page-template-page-service-landing .image-top-section{
        min-height: 420px;
    }
}

@media only screen and (min-width: 1261px) {
    .page-template-page-service-landing .start-section-holder {
        padding-top: 210px;
        min-height: 480px;
    }
}

@media only screen and (min-width: 1301px) {
    .page-template-page-service-landing .start-section-holder {
        padding-top: 225px;
        padding-bottom: 123px;
    }
    .start-section-holder {
        padding-top: 270px;
        padding-bottom: 113px;
    }
}

@media only screen and (min-width: 1401px) {
    .page-template-page-service-landing .start-section-holder {
        padding-top: 265px;
        padding-bottom: 113px;
    }
}

@media only screen and (min-width: 961px) {
    .start-section-holder {
        padding-top: 83px;
        padding-bottom: 108px;
    }
}

/*lifestyles landing*/

@media only screen and (max-width: 767px) {
    .page-template-page-lifestyle-landing .start-section-holder.alt2 {
        /*height: 350px;*/
        height: 300px;
        min-height: 350px;
        z-index: -99;
        /*padding: 192px 0 0 0;*/
        padding: 190px 0 0 0;
        background-color: #edece7;
    }
    .page-template-page-lifestyle-landing .hero-image::before{
        display:none;
    }
    .page-template-page-lifestyle-landing .hero-image {
        min-height: 190px;
        top: 50px;
    }
    .page-template-page-lifestyle-landing .visual-block img {
        display: block;
        width: 100%;
        height: auto;
        vertical-align: top;
        top: auto;
    }
    .mrt_lifestyle-template-default .image-top-section.mike1{
        display: block;
    }
}


.single-mrt_lifestyle .start-section-holder.alt2,
.single-mrt_community .start-section-holder.alt2{
    padding-top: 245px;
}

@media only screen and (max-width: 767px){
    .single-mrt_lifestyle .start-section-holder.alt2,
    .single-mrt_community .start-section-holder.alt2{
        padding-top: 120px;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 960px){
    .single-mrt_lifestyle .start-section-holder.alt2,
    .single-mrt_community .start-section-holder.alt2{
        padding-top: 180px;
        padding-bottom: 0;
    }
    .social-links li{
        padding:2px 5px;
    }
}

.community-search .input-holder .twitter-typeahead {
    width: 100%;
}
.community-search .input-holder input {
    border-color: #d4d0c5;
}
.top-section-comm .community-search form fieldset{
    padding-top: 0;
}

.community-redesign .input-holder i {
    position: absolute;
    right: 25px;
}

.single-mrt_lifestyle .start-section-holder.alt2{
    padding-top: 150px;
    padding-bottom: 0;
}

@media only screen and (min-width: 768px){
    .map-info-description h2{
        font-size: 26px;
        line-height: 30px;
    }
    .single-mrt_lifestyle .start-section-holder.alt2{
        padding-top: 100px;
        /*padding-top: 275px;*/
        padding-bottom: 39px;
    }
    .single-mrt_lifestyle .bg-gallery,
    .single-mrt_community .bg-gallery{
        top: 50px;
    }
    .single-mrt_community .start-section-holder.alt2 {
        padding-top: 155px;
        padding-bottom: 39px;
    }
}

@media only screen and (min-width: 960px){
    .single-mrt_community .image-top-section{
        min-height: 650px;
    }
    .single-mrt_community .bg-gallery{
        top: 110px;
    }
    .single-mrt_lifestyle .start-section-holder.alt2{
        padding-top: 190px;
        padding-bottom: 39px;
    }
    .single-mrt_community .start-section-holder.alt2 {
        padding-top: 250px;
        padding-bottom: 39px;
    }
}

@media only screen and (min-width: 1260px){
    .single-mrt_community .start-section-holder.alt2 {
        padding-top: 300px;
        padding-bottom: 39px;
    }
}

.single-mrt_community .main-hero-image-overlay{
    height: 70%;
}

/*this needs a either or for video or static image??*/
.single-mrt_lifestyle .image-top-section,
.single-mrt_community .image-top-section{
    top: 50px;
    display: block;
}

.development-landing.page-template-page-developments .start-section-holder.alt {
    position: relative;
    max-width: none;
    margin-top: -50px;
    overflow: hidden;
}

.page-template-page-developments .fake-sticky{
    display: none;
}

.development-landing.page-template-page-developments .start-section-holder.alt .hero-image{
    background-size:cover;
    background-position: center center;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    min-width:100%;
    width:auto;
    min-height: 100%;
    height:auto;
    margin-top:0;
}

.single-mrt_development .bg-gallery .image-top-section img{
/*.single-mrt_development .bg-gallery .mask .slide img{*/
    background-size:cover;
    background-position: center center;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    min-width:100%;
    width:auto;
    min-height: 100%;
    height:auto;
    margin-top: 0;
    z-index: -1;
}
.single-mrt_community .image-reposition .image-top-section img{
    background-size:cover;
    background-position: center center;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    min-width:100%;
    width:auto;
    min-height: 100%;
    height:auto;
}

@media only screen and (max-width: 767px){
    .development-landing.page-template-page-developments .start-section-holder.alt .hero-image{
        top: 25%;
    }
    .page-template-page-developments .development-wrap .description{
        padding: 2rem;
    }
    .single-mrt_community .visual-block {
        max-height: 200px;
        max-width: 100%;
    }
    .single-mrt_community .main-hero-image-overlay {
        height: 0%;
    }
    .single-mrt_community .image-reposition .image-top-section,
    .single-mrt_development .image-top-section{
        max-height: 265px;
    }
}

@media only screen and (max-width: 412px){
    .single-mrt_community .image-reposition .image-top-section{
        max-height: 200px;
        max-width: 100%;
        overflow: hidden;
    }
}


.single-mrt_lifestyle  .image-top-section img{
    transform: translateY(-18%);
}

@media only screen and (min-width: 1100px){
    .development-wrap .bg-stretch img {
        background-size: cover;
        background-position: center center;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        position: absolute;
        min-width: 100%;
        width: auto;
        min-height: 100%;
        height: auto;
    }
    .single-mrt_lifestyle  .image-top-section{
        top: 90px;
        display: block;
    }
    .single-mrt_community .image-top-section{
        top: 90px;
    }
    .single-mrt_lifestyle  .image-top-section img{
        transform: translateY(-20%);
    }

}

@media only screen and (min-width: 1280px){
    .single-mrt_lifestyle  .image-top-section{
        top: 100px;
    }
    /*.single-mrt_lifestyle  .image-top-section,*/
    /*.single-mrt_community .image-top-section{*/
    /*    top: 100px;*/
    /*}*/
}

@media only screen and (min-width: 1440px){
    .single-mrt_lifestyle .start-section-holder.alt2{
        /*padding-top: 300px;*/
        padding-top: 283px;
        padding-bottom: 75px;
    }
    .single-mrt_lifestyle  .image-top-section,
    .single-mrt_community .image-top-section{
        /*top:90px;*/
        top: 110px;
    }
    /*.single-mrt_community .image-top-section img{*/
    /*    transform: translateY(-20%);*/
    /*}*/
    .single-mrt_lifestyle  .image-top-section img{
        transform: translateY(-25%);
    }
}

@media all and (max-width: 767px){
    .page-template-page-developments .start-section-holder.alt .hero-image{
        max-height: 200px;
        min-height: unset;
        max-width: 100%;
        overflow: hidden;
        top: 0;
        left: 0;
        width: 100%;
        transform: translateY(-25%);
    }
    .single-mrt_community .bg-gallery{
        display: none;
    }
}

.single-mrt_community .bg-gallery .mask .slide video,
.single-mrt_lifestyle .bg-gallery .mask .slide video{
    position: absolute;
    top: 0;
    min-width: 100%;
    width:auto;
    right: 0;
    min-height: 100%;
}

.headline h3{
    font-family: "freight-big-pro", "Times New Roman", serif;
    font-size: 24px;
    line-height: 38px;
}

.social-links{
    top:0;
}

.start-section h1,
.seller-services-section h1,
.page-heading-box h1{
    font-family: "freight-big-pro", "Times New Roman", serif;
}

.page-template-page-service-landing .content-area .seller-services-section p{
    max-width: 1114px;
}

/*Agent Landing*/

.page-template-agent-search-result .search-form{
    display: block;
}

.page-template-agent-landing-php .page-heading{
    /*padding: 50px 195px 152px;*/
    padding: 95px 195px 152px;
}

.page-template-agent-landing-php  .hero-image {
    padding-top: 190px;
    padding-bottom: 113px;
    min-height: 360px;
}

.page-template-agent-landing .start-section-holder.alt{
    padding:0;
}

.page-template-agent-landing .search-row.keyword-agents-row span.twitter-typeahead{
    width:100%;
}

.page-template-agent-landing .start-section-holder .page-heading p{
    font-family: "freight-big-pro", "Times New Roman", serif;
    font-size: 24px;
    line-height:33px;
    margin: 0;
    color: #f9f9f9;
    text-transform: none;
    letter-spacing: normal;
}

.page-template-agent-landing .adv-search {
    max-width: 1046px;
    margin: 0 auto 0;
    clear: both;
    position: relative;
    padding: 0 50px 100px;
    z-index: 2;
}

.page-template-agent-landing .adv-search form {
    margin: -135px 0 0;
}

@media only screen and (max-width: 960px){
    .page-template-agent-landing-php  .hero-image {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px){
    .page-template-agent-landing .start-section-holder .page-heading p{
        display:none;
    }
    .page-template-agent-landing-php .hero-image {
        margin-top: 50px;
        padding-bottom: 0;
    }
    .page-template-agent-landing-php .page-heading{
        padding: 16px 30px;
        min-height: 150px;
    }
    .page-template-agent-landing .adv-search {
        background: #eeece7;
        border: none;
        padding: 22px 0;
        margin: 0;
    }
    .page-template-agent-landing .start-section-holder.alt {
        padding-top: 190px;
    }
    .page-template-agent-landing .start-section-holder.alt .columns {
        padding-left: 0;
        padding-right: 0;
    }
    .page-template-agent-landing .start-section-holder.alt .hero-image::before{
        display: none;
    }
}

/*blog*/

.blog .start-section-holder.alt.blog-header-logo, .archive .start-section-holder.alt.blog-header-logo{
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 0;
    padding-top: 245px;
}

@media only screen and (min-width: 1100px) {
    .blog .image-top-section, .archive .image-top-section {
        padding-bottom: 0;
        margin-top: 90px;
    }
}

@media only screen and (min-width: 1281px) {
    .blog .image-top-section, .archive .image-top-section {
        padding-bottom: 0;
        margin-top: 100px;
    }
}

@media only screen and (min-width: 1441px){
    .blog .image-top-section, .archive .image-top-section {
        padding-bottom: 0;
        margin-top: 110px;
    }
}

@media only screen and (max-width: 1260px){
    .blog .image-top-section, .archive .image-top-section{
        padding-bottom: 0;
        margin-top: 50px;
    }
}


.blog .image-top-section img, .archive .image-top-section img{
    position: absolute;
    top: 0;
    left:0;
}


@media (min-width: 1400px) {
    .blog-header-logo {
        background-size: 317px 140px;
    }
}

@media (min-width: 961px) {
    .blog-header-logo {
        background-size: 227px 100px;
    }
}

@media (max-width: 767px) {
    .blog-header-logo {
        background-size: 204px 90px;
    }
    .blog .image-top-section, .archive .image-top-section{
        display:block;
    }

    .blog .image-top-section .main-hero-image-overlay, .archive .image-top-section .main-hero-image-overlay{
        display:none;
    }

    .archive .search-form input[type=search]{
        max-width: none;
    }
    .blog .image-top-section img, .archive .image-top-section img{
        position: absolute;
        top: 0;
        left:0;
        /*padding-top: 160px;*/
    }
    .page-template-page-marketing-php .start-section-holder.alt, .page-template-default .start-section-holder.alt{
        padding-bottom: 0;
    }
}

/*leadership*/

.page-template-page-leadership-php .search-text span{
    min-width: 100%;
}

.page-template-page-leadership-php .search-single .button {
    top:auto;
}

.cycle-gallery-section .cycle-gallery .slideset .slide .row{
    max-width: 1115px;
}

.cycle-gallery-section .cycle-gallery .slideset .slide .row .columns{
    padding-left: 0;
    padding-right: 0;
}
.cycle-gallery-section .cycle-gallery .slideset .slide .row .info-text-block{
    padding-left: 0;
}

@media only screen and (min-width: 1301px) {
    .cycle-gallery .info-text-block {
        margin-left: 0;
    }
}

.cycle-gallery .info-text-block h2{
    font-family: "freight-big-pro", "Times New Roman", serif;
    font-size: 22px;
    line-height: 29px;
}

.page-template .btn-alt.btn-alt-blue,
.page-template .btn-alt.btn-alt-blue:hover {
    color: #002349;
}

.page-template .btn-alt.btn-alt-blue:before {
    background: #002349;
}

.page-template .btn-alt span:before{
    border-left: 2px solid #002349;
    border-top: 2px solid #002349;
}

.page-template btn-alt:hover span:before{
    border-left: 2px solid #002349;
    border-top: 2px solid #002349;
}

.page-template .btn-alt.btn-alt-blue span:after {
    border-right: 2px solid #002349;
    border-top: 2px solid #002349;
}

.white-info-section .heading h2, .grey-info-section .heading h2{
    font-family: "freight-big-pro", "Times New Roman", serif;
    font-size: 26px;
    line-height: 34px;
}

@media only screen and (min-width: 768px){
    .white-info-section .heading h2, .grey-info-section .heading h2 {
        font-size: 40px;
        line-height: 44px;
        margin: 0 0 9px;
    }
}

.page-template-page-leadership .start-section-holder.alt {
    padding-top: 83px;
    padding-bottom: 52px;
}

@media only screen and (min-width: 768px){
    .page-template-page-leadership .start-section-holder.alt{
        /*padding-top: 0;*/
        padding-bottom: 51px;
    }
    .page-template-page-leadership .start-section-holder .page-heading{
        padding-top: 61px;
    }
}

@media only screen and (min-width: 960px){
    .page-template-page-leadership .start-section-holder.alt{
        padding-top: 83px;
    }
    .page-template-page-leadership .start-section-holder .page-heading{
        padding-top: 90px;
    }
}

/*@media only screen and (min-width: 1100px){*/
/*    .page-template-page-leadership .start-section-holder.alt{*/
/*        padding-top: 83px;*/
/*    }*/
/*}*/

@media only screen and (max-width: 767px){
    .page-template-page-leadership .start-section-holder.alt {
        padding-top: 190px;
    }
    .page-template-page-leadership .start-section-holder.alt .mobile-padding-group{
        padding:0;
    }
}

/*office landing*/

@media only screen and (min-width: 768px) {
    .map-info-description {
        padding: 36px 5px 30px;
        max-width: 1114px;
        margin: 0 auto;
    }
}

#listings.listiong-sales-section .row.add-row-padding .columns.small-12 .heading h2 {
    font-family: "freight-big-pro", "Times New Roman", serif;
    font-size:36px;
    line-height:30px;
    color: #313e5d;
}

.contact-box h1 {
    font-family: "freight-big-pro", "Times New Roman", serif;
    font-size:26px;
    line-height: 32px;
}

/*new breadcrumbs*/

.breadcrumbs-holder {
    display: none;
    background: transparent;
    padding: 7px 0;
    z-index: 2;
    position: relative;
}

/*@media (min-width: 961px) {*/
@media (min-width: 768px) {
    .breadcrumbs-holder {
        display: block;
    }
}

@media (min-width: 1100px) {
    .breadcrumbs-holder .container {
        padding: 0 50px;
        max-width: none;
    }
}

.breadcrumbs{
    margin-bottom: .5rem;
}

/*.breadcrumbs {*/
/*    background: none;*/
/*    width: 100%;*/
/*    overflow: hidden;*/
/*    padding: 7px 0;*/
/*    margin-bottom: 0;*/
/*}*/

.breadcrumbs>* {
    margin: 0;
    float: left;
    font-size: .75rem;
    line-height: .75rem;
    text-transform: none;
    color: #b8b8b8;
}

.breadcrumbs>*:before {
    content: "/";
    color: #aaa;
    margin: 0 0.375rem;
    position: relative;
    top: 1px;
}

.breadcrumbs>*.current {
    cursor: default;
    color: #dedede;
}

.breadcrumbs>* a {
    color: #b8b8b8;
}

/*.breadcrumbs li {*/
/*    padding: 0 14px;*/
/*    position: relative;*/
/*}*/

.breadcrumbs a {
    font-weight: 400;
    color: #fff;
    /*color: #d9d8d6;*/
    /*font-weight: 400;*/
}

/*.breadcrumbs li:before {*/
/*    content: "/";*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translate(-50%,-50%);*/
/*    left: 0;*/
/*    font-weight: 400;*/
/*}*/

/*sticky bar*/

.subnav-bar.fixed-panel.sticky-box.nav-down{
    transition: none;
    /*transition: all .5s ease-in-out;*/
}

.subnav-bar.sticky-box.nav-up.fixed-position {
    z-index: 8;
    top: 50px;
    transition: all .5s ease-in-out;
}

@media (min-width: 1100px) {
    .subnav-bar.sticky-box.nav-up.fixed-position {
        top: 90px;
    }
}

@media (min-width: 1281px) {
    .subnav-bar.sticky-box.nav-up.fixed-position {
        top: 100px;
    }
}



@media (min-width: 1441px) {
    .subnav-bar.sticky-box.nav-up.fixed-position {
        top: 110px;
    }
}

@media (max-width: 767px) {
    .subnav-bar.fixed-panel.sticky-box.nav-down{
        transition: none;
    }
    .subnav-bar.sticky-box.nav-up.fixed-position {
        transition: none;
    }
}

/*office landing and detail - check about numbers*/

body .filter-news-section h2,
body .manager-info-section h2,
body .add-nav-section h2,
body .listiong-sales-section .properties-list .add-info-block .frame h3,
body .manager-info-section h3{
    font-family: "freight-big-pro", "Times New Roman", serif;
}

body .properties-list .add-info-block .frame .price,
body .properties-list .add-info-block .frame .add-list .number,
body .properties-list .add-info-block .frame .price,
.more-news-box .post .date > .frame .number,
.history-posts .image-block .date .number,
.press-posts .post .date .number{
    font-family: "mercury_displayroman", "Times New Roman", serif;
}

@media only screen and (min-width: 768px){
    .map-info-description {
        max-width: 1114px;
    }
}

@media only screen and (max-width: 767px) {
    .office-details-page .image-top-section {
        display: block;
        margin-top: 50px;
    }
    .office-details-page .image-top-section img {
        min-width: 100%;
        max-height: 180px;
    }
    .office-details-page .contacts-section .contact-box{
        background: #fff;
    }
    .office-details-page .contacts-section .office-deets{
        padding-top: 202px;
    }
}

@media only screen and (max-width: 767px) {
    .start-section-holder .page-heading,
    .start-section-holder.alt .page-heading,
    #main .start-section-holder.alt{
        background-color: #edece7;
    }
}

/*blog*/

.blog .filter-search-container .frame .blog-sub-header-links, .archive .filter-search-container .frame .blog-sub-header-links, .filter-search-container.blog-search-categories .frame .blog-sub-header-links {
    font-family: "freight-big-pro", "Times New Roman", serif;
}

.blog .content-area .history-start-section h2, .archive .content-area .history-start-section h2{
    font-family: "freight-big-pro", "Times New Roman", serif;
}

/*community*/

.bg-gallery .mask .slide video{
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
}

.section-list .sub-headline h2, .section-list .sub-headline h3 {
    font-family: "freight-big-pro", "Times New Roman", serif;
}

.bg-gallery{
    top:90px;
}

.bg-gallery .btn-prev:after, .bg-gallery .btn-next:after{
    transform: translateY(-50%);
}

.prev-next-wrapper{
    /*position: relative;*/
    /*z-index: 9999;*/
}

@media only screen and (max-width: 767px) {
    .single-mrt_community .start-section-holder.alt2{
        padding-top: 35%;
    }
    .single-mrt_community .start-section-holder.alt2 .columns{
        padding: 0;
    }
    .single-mrt_community .visual-block{
        margin-top: 50px;
        z-index: -1;
        position: absolute;
        min-width: 100%;
        top: 0;
    }
    .single-mrt_community .visual-block img {
        min-height: 190px;
        position: absolute;
        top: 0;
    }
}

@media all and (min-width: 768px) {
    .single-mrt_community .visual-block{
        display:none;
    }
}

/*community text update*/

/*numbers font &&&*/
.carousel .num,
.market-report #market-stats .chart-holder .snapshot-box p,
.price-box .num{
    font-family: "mercury_displayroman", "Times New Roman", serif;
}

.section-map .sub-headline h4,
.section-market .sub-headline h2,
.snapshot-box .title h3,
.brokerage-listing-section .heading h2,
.tabset-info li a,
.tab-content-info .decsription-table h3{
    font-family: "freight-big-pro", "Times New Roman", serif;
}

/*for pop ups and mylogin*/
.main-holder h1,
.widget-container .calculate-box .heading h4,
.twocolumns-continer .heading-box h2{
    font-family: "freight-big-pro", "Times New Roman", serif;
}

.single-mrt_community .section-overview.style02 .row .columns{
    max-width: 1114px;
    margin: 0 auto;
    float: none;
}

.single-mrt_community .section-overview.style02 .description-block{
    max-width: 1114px;
    margin: 0 auto;
    float: none;
}

/*compare other sizing breakdowns*/
#overview.section-overview p{
    max-width: 1114px;
    float: none;
}

@media all and (max-width: 1260px) {
    #overview.section-overview p{
        max-width: 960px;
        float: none;
    }
    .wps2022 .content-area.row .columns article{
        max-width: 960px;
        float: none;
        /*margin: 0 auto;*/
        margin: 0 2rem 1.5rem;
    }
}

@media all and (max-width: 767px) {
    .wps2022 .content-area.row .columns article{
        margin: 0 0 1.5rem;
    }
}

/*.wps2022 .content-area.row .columns article{*/

/*padding JS issue- find and remove*/
.page-holder.main-holder.extra-padding{
    padding-top: 0 !important;
}


/*worldwide presence*/

@media only screen and (min-width: 961px) and (max-width: 1140px) {
    .article .alignleft {
        margin-left:0;
        /* margin-left: -82px; */
    }
    .article .alignright {
        margin-right:0;
        /* margin-left: -82px; */
    }
}

.bg-fancy{
    clear: both;
}

.page-template-default .gallery-item{
    padding-bottom: 40px;
}

.page-template-page-marketing-php .columns.top-text{
    float:none;
    margin: 0 auto;
}

.page .article h3,
.page.page-template-default #primary .entry-content a.fancy-link{
    font-family: "freight-big-pro", "Times New Roman", serif;
}

.start-section-holder .page-heading p.ex-marketing{
    font-family: "freight-big-pro", "Times New Roman", serif;
}

h1, h2, h3, h4, h5, h6{
    font-family: Benton Sans,Helvetica Neue,Arial,Noto Sans,sans-serif;
}
body,
.img-list h3,
.sub-menu li,
button, .button,
.img-list .category,
.button.btn-view,
.button-holder .jcf-select .jcf-select-text,
.staff-holder li .title,
.staff-holder li .position,
.white-info-section .heading h3,
.grey-info-section .heading h3,
.wps2022 ul,
.wps2022 ol,
.wps2022 p,
.article,
.img-list .category,
.post-grid .add-title h3,
.post-grid .title h3,
.mobile-key-search h5,
.section-market .sub-headline p,
.snapshot-box .title p,
.carousel .num em,
.carousel .note,
.snapshot-box .options,
.price-box .options,
.section-market .jcf-select .jcf-select-text,
.button.btn-blue,
.button.btn-report,
.button.gray,
.button.dark-blue,
.listings-items .link,
.page-template-page-developments .listings-items .num,
.page-template-page-lifestyle-gallery .img-list .category,
.community-redesign .community-search form .jcf-select .jcf-select-text,
.select-holder .jcf-select .jcf-select-text,
.jcf-select .jcf-select-text,
.top-bar-contacts,
.top-nav ul,
.bar-listing-tools .tools-list li,
.search-form,
.page-template-page-careers #overview.section-overview p,
.blog .blog-heading-content h2,
.blog .content-area .history-start-section .image-block .heading h6,
.archive .content-area .history-start-section .image-block .heading h6,
button.submit,
.start-section-holder .page-heading p{
    font-family: Benton Sans,Helvetica Neue,Arial,Noto Sans,sans-serif;
    font-weight: 400;
}

.blockquote-section blockquote.blockquote-container footer span.author{
    font-family: Benton Sans,Helvetica Neue,Arial,Noto Sans,sans-serif;
    font-weight: 500;
}

.post-grid .add-title,
.img-list h3 .num,
.services-posts .post h2,
.listiong-sales-section .properties-list .post .base-text-box .button,
.section-featured-areas .post-grid .title em,
.video-news-section .heading h2,
.video-news-section .more-news-box .post h3,
.headline h3,
.article .accordion > li > a,
.about-area-section .content-block .text-holder h4,
.about-area-section .content-block .image-block h3,
.section-media .sub-headline h2,
.listings-available-section .heading h2,
.listings-available-section .table-heading h4,
.page-template-page-careers .description-block .heading h2,
.page-template-page-careers #section-management .heading h2,
.page-template-page-careers #section-testimonials .heading h2,
.page-template-page-careers #section-start .heading h2,
.page-template-page-careers #section-start .section-content h2,
body.blog .content-area .history-start-section h2,
body.archive .content-area .history-start-section h2,
body.blog .content-area .history-start-section.type-of-post-group h3,
body.archive .content-area .history-start-section.type-of-post-group h3,
body.blog .filter-search-container .frame .blog-sub-header-links,
body.archive .filter-search-container .frame .blog-sub-header-links,
.filter-search-container.blog-search-categories .frame .blog-sub-header-links,
.history-posts .title,
.title-prev,
.title-next,
.page-template-page-lifestyle-gallery .img-list .category a,
.page-template-agent-search-results .page-heading p,
.seller-services-section strong.sub-title p,
.title-sibsite h1,
.heading-info-box h1,
.blockquote-container p,
.map-info-description h2,
.manager-info-section .phone-list a,
.contact-box .text .phone-block,
.blockquote-section blockquote.blockquote-container,
.subsite .blockquote-section h4,
.subsite .blockqoute-container p,
.intro,
.post-grid .title,
.main-holder h1,
.press-posts .post h3,
.personal-information h3,
.page-heading-box .title,
.view-all-comm-header h3,
body .listiong-sales-section .heading h3,
.listings-section .post .text-holder h3,
.listings-section h2,
.listings-section .post .text-holder .info-table table .number,
.listings-section .post .image-box .price,
.featured-area-section .heading h2,
.subsite .section-overview h3.agent-intro-text,
.subsite .aboutagent-bullet-points li span,
.page-template-page-service-landing .wps2022 .start-section p {
    font-family: "freight-big-pro", "Times New Roman", serif!important;
}

.properties-list .post .base-text-box .title{
    font-weight: 400;
}

.button.base-style,
.article h4,
.button.base-white-style{
    font-weight: 500;
}

.button-holder a.button.btn-white{
    font-weight: 400;
}

.page-template-page-service-landing.page-template .image-top-section img{
    position: absolute;
    top: 0;
}

.description-block .video-responsive{
    margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
    .page-template-page-service-landing .wps2022 .start-section p {
        font-size: 18px;
        line-height: 33px;
    }
}

@media only screen and (min-width: 961px){
    .page-template-page-service-landing .wps2022 .start-section-holder p{
        font-size: 22px;
        line-height: 33px;
    }
}

@media only screen and (max-width: 767px) {
    .page-template-page-service-landing .content-area .seller-services-section p,
    .page-template-page-service-landing .wrapper.wps2022 .start-section-holder p {
        font-size: 16px;
        line-height: 25px;
        color: #333;
    }
    .page-template-page-service-landing .start-section-holder{
        margin-top: 140px;
        background-color: #edece7;
    }
    .page-template-page-service-landing.page-template .image-top-section{
        display: block;
    }
    .page-template-page-service-landing .content-area .seller-services-section .services-posts .post p{
        font-size: 13px;
        line-height: 18px;
    }
    .page-template-page-service-landing .seller-services-section h1{
        padding-top: 25px;
    }
}

.wps2022 .entry-content .p2{
    line-height: 25px!important;
}

@media only screen and (max-width: 767px) {
    .single-mrt_lifestyle .bg-gallery.image-top-section{
        top:50px;
        display:none;
        /*display: block;*/
    }
}

.visual-block-wrapper{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index:-1;
}

.page-header.beige {
    background: #f6f5f2;
    padding: 47px 0;
}
.page-header.beige h1 {
    color: #1a376d;
    font-size: 46px;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}

.page-header.beige h5 {
    color: #a7a397;
    font-size: 19px;
    font-weight: 500;
}

.error404 .apologies{
    font-family: "freight-big-pro", "Times New Roman", serif!important;
    font-size: 29px;
    line-height: 44px;
    margin-bottom: 0;
}

.error404 .page-content {
    margin: 1.5em 0 0;
}

.error404 .suggested-link {
    color: #122a4b;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.email-form #gform_2 input{
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .error404 .content-area .prop-search-form .keyword-search-box .button {
        margin-top: 0!important;
        padding: 12.25px 10px;
        font-size: 13px;
        margin-bottom: 0;
    }
}

/*development details*/

.start-section-holder.alt2 {
    padding-top: 332px;
    padding-bottom: 39px;
}

.single-mrt_development .start-section-holder.alt2 {
    padding-top: 180px;
}

.single-mrt_development .bg-gallery{
    top:50px;
}

.single.single-mrt_development .section-overview{
    padding-top:50px;
}

.single.single-mrt_development .image-top-section img{
    background-size: cover;
    background-position: center center;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    min-width: 100%;
    width: auto;
    min-height: 100%;
    height: auto;
}

@media only screen and (min-width: 768px){
    .page-template-page-developments .page-heading .button-holder .jcf-select {
        background: rgba(0,30,69,.55);
    }
}

@media only screen and (min-width: 960px) {
    .single-mrt_development .bg-gallery.image-top-section{
        top:50px;
    }
    .single-mrt_development .start-section-holder.alt2{
        padding-top: 180px;
    }
}

@media only screen and (min-width: 1100px) {
    .single-mrt_development .bg-gallery.image-top-section{
        top:90px;
    }
}

@media only screen and (min-width: 1281px) {
    .single-mrt_development .start-section-holder.alt2{
        padding-top: 332px;
    }
    .single-mrt_development .bg-gallery.image-top-section{
        top:100px;
    }
}

@media only screen and (min-width: 1460px) {
    .single-mrt_development .bg-gallery.image-top-section{
        top:110px;
    }
}

@media only screen and (max-width: 767px){
    .single-mrt_development .bg-gallery .mask .slide img{
        min-height:unset;
        width: inherit;
    }
    .single.single-mrt_development .image-top-section{
        display: block;
    }
    .single-mrt_development .section-overview.style02{
        overflow: visible;
    }
    .single-mrt_development .start-section-holder.alt2 .page-heading{
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .single-mrt_development .start-section-holder.alt2{
        padding-top: 140px;
        padding-bottom: 0;
    }
    .single-mrt_development .start-section-holder.alt2 .columns{
        z-index: 3;
        background-color: #ebe9e3;
    }
    .single-mrt_development .visual-block{
        width: 100%;
        z-index: 1;
    }
    .single-mrt_development .visual-block img{
        position: absolute;
        top:50px;
    }
    .single-mrt_development .start-section-holder.alt2 h1 {
        font-size: 26px;
        line-height: 28px;
        letter-spacing: .5px;
    }
}

@media only screen and (max-width: 412px) {
    .single-mrt_development .image-top-section img {
        max-width: 100%;
        overflow: hidden;
    }
}

.main-hero-image-overlay{
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .page-template-default .heading-bar {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 1301px) {
    .page-template-page-developments .start-section-holder.alt{
        padding-top: 200px;
        padding-bottom: 39px;
    }
}

/*blog revisions*/

.post-template-default.single.single-post .page-holder.main-holder{
    padding-top: 50px!important;
}

.blog .start-section-holder.alt,
.archive .start-section-holder.alt{
    padding-top: 50px;
    padding-bottom: 80px;
}

.blog  .brokerage-menu.style03,
.archive .brokerage-menu.style03{
    display: none;
}

.blog  .start-section-holder .page-heading,
.archive .start-section-holder  .page-heading{
    padding: 0;
    margin:0;
}

.blog  .start-section-holder .page-heading-box,
.archive .start-section-holder  .page-heading-box{
    padding: 0!important;
    margin:0;
}

.blog .form-element.search .search-form,
.archive .form-element.search .search-form {
    display: block;
}

.tax-mrt_press_type .search-form input[type=search]{
    max-width: none;
}

@media only screen and (max-width: 767px) {
    .blog .start-section-holder.alt,
    .archive .start-section-holder.alt {
        padding-top: 100px;
        padding-bottom: 0px;
        background-color: #ebe9e3;
        margin-top: 100px;
        margin-bottom: 0;
    }

    .blog .start-section-holder .page-heading-box .blog-header-logo,
    .archive .start-section-holder .page-heading-box .blog-header-logo{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .blog .main-holder,
    .archive .main-holder{
        min-height: 0;
    }
}
@media only screen and (min-width: 768px){
    .archive .start-section-holder.alt h1{
        padding: 10px 25px;
    }
    .blog .hero-image,
    .archive .hero-image{
        min-height: 275px;
    }
    .blog .start-section-holder.alt,
    .archive .start-section-holder.alt {
        padding-top: 95px;
        padding-bottom: 55px;
        /*padding-top: 55px;*/
        /*padding-bottom: 75px;*/
    }
}
@media only screen and (min-width: 960px){
    .blog .hero-image,
    .archive .hero-image{
        padding-top: 100px;
    }
}
@media only screen and (min-width: 1100px) {
    .blog .hero-image,
    .archive .hero-image{
        min-height: 280px;
    }
}

@media only screen and (min-width: 1301px){
    .single .start-section-holder.alt {
        padding-top: 180px;
    }
    .blog .hero-image{
        padding-top: 100px;
        min-height: 360px;
    }
    .archive .hero-image{
        padding-top: 100px;
        min-height: 280px;
        padding-bottom: 75px;
    }
    .blog .hero-image,
    .archive .hero-image{
        /*min-height: 320px;*/
    }
}
@media only screen and (min-width: 1400px){
    .blog .hero-image,
    .archive .hero-image{
        /*min-height: 420px;*/
    }
}

.archive.tax-mrt_press_type .social-networks .buttons .button{
    background-color: transparent;
}

.page-template-page-market-watch.page-template-page-market-watch-php .slick-slider a.view-more--blue{
    padding-top: 1rem;
}

.page-template-page-market-watch.page-template-page-market-watch-php .slick-slider{
    display: grid;
    grid-template-columns: auto;
}

.page-template-page-market-watch.page-template-page-market-watch-php .slick-slider .slick-item{
    padding: 5px;
}

.page-template-page-market-watch.page-template-page-market-watch-php .slick-slider .slick-item img{
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

@media only screen and (min-width: 768px) {
    .page-template-page-market-watch.page-template-page-market-watch-php .slick-slider{
        display: grid;
        grid-template-columns: auto auto;
        padding: 5px;
    }
    .page-template-page-market-watch.page-template-page-market-watch-php .slick-slider .slick-item{
        padding: 15px;
    }
    .page-template-page-market-watch.page-template-page-market-watch-php .slick-slider .slick-item img{
        max-width: 360px;
    }
}

@media only screen and (min-width: 1160px) {
    .page-template-page-market-watch.page-template-page-market-watch-php .slick-slider{
        display: grid;
        grid-template-columns: auto auto auto;
        padding: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .page-template-page-market-watch.page-template-page-market-watch-php .page-curl .columns{
        padding: 25px;
    }
    .page-template-page-market-watch .start-section-holder.alt {
        padding-top: 170px;
    }
    .page-template-page-market-watch .start-section-holder.alt .page-heading{
        min-height: 60px;
    }
    .page-template-page-market-watch .start-section-holder.alt .mobile-padding-group{
        padding: 0;
    }
    .page-template-page-market-watch .start-section-holder.alt .page-heading h1{
        padding-top: 10px;
    }
}

.page-curl {
    background: #f6f5f2;
    padding: 70px 0;
    position: relative;
}

.page-curl:before {
    background: url(/wp-content/themes/wpsir/images/bg-page-curl-before.png) no-repeat 0 0;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -64px;
    width: 552px;
    height: 64px;
}

.page-curl:after {
    background: url(/wp-content/themes/wpsir/images/bg-page-curl-after.png) no-repeat 0 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -70px;
    width: 542px;
    height: 70px;
}

.page-template-page-market-watch.page-template-page-market-watch-php .market-reports .row.row--margin-bottom--med {
    max-width: 1114px;
    margin: 50px auto 10px;
}

.search-form .open-close{
    margin: 0 auto;
    width:100%;
}

.page-template-agent-search-results .page-heading{
    /*padding: 150px 0 50px;*/
    padding: 130px 0 50px;
}

@media only screen and (max-width: 1301px) {
    .page-template-agent-search-results .page-heading{
        padding: 100px 0 20px;
    }
}

@media only screen and (max-width: 960px) {
    .page-template-agent-search-results .image-top-section{
        display:block;
    }
    .page-template-agent-search-results .page-heading{
        padding: 50px 0 25px;
    }
}

@media only screen and (max-width: 767px) {
    .page-template-agent-search-results .page-heading{
        padding: 25px 0;
        margin-top: 165px;
    }
    .page-template-agent-search-results .image-top-section img{
        height: 165px;
        width: unset;
    }
}

@media only screen and (min-width: 1601px) {
    .page-template-agent-search-results .page-heading{
        padding: 180px 0 50px;
    }
}

.page-template-agent-search-results .image-top-section img{
    position: absolute;
    top:0;
}

.page-template-agent-search-results .search-form input[type=submit]{
    background: #001e45;
    color: #fff;
}

.page-template-agent-search-results .search-form input[type=submit]:hover {
    background: #013e8d;
    color: #fff;
}

.wps2022 .footer .footer-nav ul ul.sub-menu{
    text-align: left;
}
.wps2022 .footer .footer-nav ul ul li{
    padding: 0;
    width: 100%;
    text-align: left;
    line-height: 1.5;
}
.wps2022 .footer .footer-nav ul ul li a{
    text-transform: none;
    font-weight: 500;
}
@media only screen and (max-width: 1160px) {
    .wps2022 .footer .footer-nav ul li a{
        width:100%;
        display:block;
    }
}

@media only screen and (max-width: 767px) {
    .page.page-template-default #primary .entry-content a.fancy-link{
        font-size: 1rem;
    }
    .wps2022 .footer .footer-nav .sub-menu{
        text-align: center;
        float: none;
        border-top:none;
    }
    .wps2022 .footer .footer-nav .sub-menu li {
        border-bottom:none;
        text-align: center;
    }
    .wps2022 .footer .footer-nav ul ul li a {
        padding-top: 0;
        padding-bottom: 0;
    }
    .wps2022 .footer .footer-nav ul ul li {
        margin: 0 0 5px;
    }
    .wps2022 .footer .footer-nav ul ul a:hover{
        background-color: transparent;
    }
    .wps2022 .footer .footer-nav ul{
        padding-bottom: 18px;
    }
}

.page-template-page-careers .footer .sub-menu li:last-child{
    background: transparent;
}

.footer .sub-menu .active a, .footer .sub-menu a:hover{
    box-shadow: none;
}

.page-template-page-careers #overview.section-overview .description-block p{
    font-size: 14px;
    line-height: 21px;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .page-template-page-careers .start-section-holder.alt {
        padding-top: 190px;
    }
    .page-template-page-careers .start-section-holder.alt .mobile-padding-group{
        padding:0;
    }
    .page-template-page-careers .start-section-holder.alt .page-heading{
        padding: 15px;
    }
}

/*454px*/

/*.start-section-holder.alt {*/
/*    padding-top: 231px;*/
/*    padding-bottom: 52px;*/
/*}*/
@media only screen and (min-width: 768px) and (max-width: 960px) {
    .start-section-holder.alt {
        padding-top: 231px;
        padding-bottom: 51px;
    }
}

@media only screen and (min-width: 961px) and (max-width: 1140px) {
    .start-section-holder.alt {
        padding-top: 231px;
        padding-bottom: 51px;
    }
}

@media only screen and (min-width: 961px) {
    .start-section-holder.alt {
        padding-top: 231px;
        padding-bottom: 52px;
    }
}

@media only screen and (min-width: 1301px) {
    .start-section-holder.alt {
        padding-top: 290px;
        padding-bottom: 93px;
    }
}

@media only screen and (max-width: 767px) {
    .start-section-holder.alt {
        padding-top: 17px;
        padding-bottom: 0;
        margin-bottom: 27px;
    }
}
#office-grid .medium-block-grid-3>li:nth-of-type(3n+1) {
    clear: none;
}

@media only screen and (max-width: 40em) {
    #office-grid [class*=block-grid-] > li {
        float: none;
    }
}

body.market-report .section-market .snapshot-box {
    height: 370px;
    background: #fff!important;
    padding: 15px 0 0;
    margin-bottom: 25px!important;
    z-index: auto!important;
    position: relative;
}

.snapshot-box .title {
    color: #333;
    font: 14px/20px "Benton Sans", Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 0 0 15px;
}

.market-report .carousel .num{
    text-align: center;
}

.market-report .carousel .note{
    text-align: center;
}

.section-list.top-section-comm .community-search form fieldset{
    padding:0;
}

@media only screen and (max-width: 767px) {
    .single.single-post .start-section-holder.alt{
        padding-top: 200px;
        margin-bottom: 0;
    }
    .single.single-post .start-section-holder.alt .columns{
        padding: 0;
    }
    .single.single-post .start-section-holder.alt .page-heading{
        padding: 25px 10px;
    }
    .single.single-post .image-top-section{
        display: block;
    }
}

@media only screen and (max-width: 280px) {
    .single.single-post .start-section-holder.alt{
        padding-top: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px){
    .single.single-post .start-section-holder.alt {
        padding-top: 39px;
    }
}

@media only screen and (min-width: 961px) and (max-width: 1160px){
    .single.single-post .start-section-holder.alt {
        padding-top: 39px;
    }
    .single.single-post .image-top-section img{
        top: 50px;
        position: absolute;
    }
}

.blog .main-holder .content-area .post-group-view-all,
.archive .main-holder .content-area .post-group-view-all{
    font-family: Benton Sans,Helvetica Neue,Arial,Noto Sans,sans-serif;
    font-weight: 400;
}

.archive.category .start-section-holder .page-heading-box{
    padding-bottom: 29px;
}

.archive.tax-mrt_press_type .page-heading-box, .search.group-blog .page-heading-box{
    padding: 25px 0 25px;
}


@media only screen and (min-width: 960px) {
    .archive.tax-mrt_press_type .page-heading-box,
    .search.group-blog .page-heading-box{
        /*padding: 40px 0 0px;*/
        padding: 30px 0 25px;
    }
}

@media only screen and (min-width: 1160px) {
    .archive.tax-mrt_press_type .page-heading-box,
    .search.group-blog .page-heading-box{
        padding: 40px 0;
    }
}

@media only screen and (min-width: 1260px) {
    .archive.tax-mrt_press_type  .image-top-section img,
    .search.group-blog .page-heading-box img {
        min-height: 360px;
    }
    .archive.tax-mrt_press_type .page-heading-box,
    .search.group-blog .page-heading-box{
        /*padding: 80px 0 37px;*/
        padding: 60px 0;
    }
}

@media only screen and (min-width: 1400px){
    .archive.tax-mrt_press_type .page-heading-box,
    .search.group-blog .page-heading-box{
        /*padding: 100px 0 37px;*/
        padding: 175px 0 37px;
    }
}

@media only screen and (min-width: 1660px){
    .archive.tax-mrt_press_type .page-heading-box,
    .search.group-blog .page-heading-box{
        padding: 175px 0 37px;
    }
}

@media only screen and (max-width: 767px) {
    .archive.tax-mrt_press_type .page-heading-box,
    .search.group-blog .page-heading-box{
        padding: 25px 0 37px;
    }
    .archive.tax-mrt_press_type .page-heading-box,
    .search.group-blog .page-heading-box{
        background-color: #ebe9e3;
        margin: 80px -0.625rem 0;
    }

    .archive.tax-mrt_press_type  .image-top-section img,
    .search.group-blog .page-heading-box img{
        position: absolute;
        top: 0px;
        left: 0px;
        padding-top: 0;
    }
}

.archive.tax-mrt_press_type .form-element .text-label label{
    font-weight: 500;
}

.archive.tax-mrt_press_type .page-heading-box.text-center .title{
    margin-bottom: .5rem;
}

.archive.tax-mrt_press_type .press-posts .post .more{
    font-size: 12px;
}

.archive.tax-mrt_press_type .social-networks{
    margin-bottom: 0;
}

.filter-search-container .title{
    font-family: Benton Sans,Helvetica Neue,Arial,Noto Sans,sans-serif;
    /*font-weight: 400;*/
}

.mrt_press-template-default.single .content-area {
    padding-top: 2rem;
    margin-top: 1rem;
}

.mrt_press-template-default.single.single-mrt_press .social-share-bar .social-networks li a .buttons .button{
    background-color: transparent;
}

.search.group-blog .image-top-section img{
    position: absolute;
    top:0;
}

.search.group-blog .page-heading-box{
    padding: 45px 0;
}

.search.group-blog .image-top-section{
    margin-top: 50px;
}
.search.group-blog .page-heading-box.text-center h1{
    font-size: 32px;
}

@media only screen and (min-width: 960px) {
    .search.group-blog .page-heading-box.text-center h1{
        margin: 0;
        /*font-size: 32px;*/
    }
    .search.group-blog .image-top-section{
        margin-top: 50px;
    }
    .search.group-blog .page-heading-box{
        padding: 42px 0;
    }
}

@media only screen and (min-width: 1160px) {
    .search.group-blog .page-heading-box.text-center h1 {
        font-size: 46px;
    }
    .search.group-blog .page-heading-box{
        padding: 40px 0;
    }
    .search.group-blog .image-top-section{
        margin-top: 90px;
    }
}

@media only screen and (min-width: 767px) {
    /*.search.group-blog .image-top-section{*/
    /*    margin-top: 100px;*/
    /*}*/
    .search.group-blog .page-heading-box{
        padding: 60px 0;
    }
}

@media only screen and (min-width: 1400px){
    .search.group-blog .image-top-section{
        /*margin-top: 90px;*/
        margin-top: 90px;
    }
    .search.group-blog .page-heading-box{
        min-height: 280px;
        /*padding: 100px 0;*/
        padding-top: 155px;
        padding-bottom: 55px;
    }
}

@media only screen and (min-width: 1660px){
    .search.group-blog .image-top-section{
        margin-top: 110px;
    }
    .search.group-blog .page-heading-box{
        /*padding: 100px 0;*/
        padding: 132px 0 40px;
        min-height: 280px;
    }
    .search.group-blog .page-heading-box.text-center h1{
        padding-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .search.group-blog .page-heading-box.text-center h1{
        font-size: 26px;
    }
    .search.group-blog .page-heading-box{
        padding: 25px 0;
    }
    .search.group-blog .image-top-section{
        display: block;
    }
    .search.group-blog .page-heading-box {
        background: #ebe9e3;
        margin: 80px -0.625rem 0;
    }
    .search.group-blog .page-heading-box img{
        /*padding-top: 50px;*/
        padding-top: 0;
    }
}

.market-report .chart-holder.inventory-monthly-chart,
.market-report .chart-holder.units-sold-price-range-chart,
.market-report .chart-holder.new-listings-price-range-chart{
    max-width: none;
}

.market-report .chart-holder ul.legend {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    position: absolute;
    left: 33%;
    top: -5px;
}

.market-report .chart-holder ul.legend li {
    float: left;
    margin-right: 25px;
    display: block;
    height: 15px;
    line-height: 17px;
}

.market-report .chart-holder ul.legend li span {
    display: block;
    float: left;
    width: 20px;
    height: 15px;
    margin: 0 5px 0 0;
}

.market-report #market-stats .chart-holder p {
    margin: 0;
    padding: 15px 0 0;
    position: absolute;
    top: 47px;
    left: 45px;
    text-align: center;
    width: 145px;
    height: 145px;
    font-size: 58px;
    line-height: 1;
    /*font-family: "freight-big-pro", "Times New Roman", serif;*/
    color: #182b49;
    z-index: 1!important;
}

.market-report .snapshot-box .options, .price-box .options {
    color: #4b4a47;
    font: 14px/23px "Benton Sans", Helvetica Neue, Arial, Noto Sans, sans-serif;
    text-align: center;
}

.market-report #market-stats .chart-holder p em {
    display: block;
    color: #333;
    font: 13px/17px "Benton Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 5px 25px 0;
    padding-bottom: 10px;
    border-bottom: 5px solid #1b2e4c;
}

.market-report #market-stats span.value.diff,
.market-report #market-stats div.price-box.units-sold {
    display: none;
}
.market-report #market-stats span.value.diff.show,
.market-report #market-stats div.price-box.units-sold.show {
    display: block;
}

body.market-report .section-market .snapshot-box .price-box .num {
    font-size: 100px;
}
@media only screen and (max-width: 960px) {
    body.market-report .section-market .snapshot-box .price-box .num {
        font-size: 85px;
    }
}
@media only screen and (max-width: 767px) {
    .market-report .heading-bar .page-heading {
        padding: 20px;
    }
}

body.market-report .section-market {
    padding-top: 25px!important;
}

@media only screen and (max-width: 767px) {
    .market-report .snapshot-box .chart-holder #units-sold-price-range-chart,
    .market-report .snapshot-box .chart-holder #inventory-monthly-chart,
    .market-report .snapshot-box .chart-holder #new-listings-price-range-chart{
        width: 300px;
        max-width: 300px;
        height: auto;
        min-height: 250px;
        margin: .5rem 0 auto;
        padding: 10px;
    }
}
@media only screen and (min-width: 1160px) {
    .market-report .snapshot-box .chart-holder.inventory-monthly-chart{
        margin: 10px;
    }
}
/*agent sites*/

.personal-information .button{
    font-family: "Benton Sans", Arial, Helvetica, sans-serif;
}

.listings-section .post .button{
    font-weight: 400;
}

.search.group-blog .apologies {
    color: #333;
    font: 29px/44px "Mercury_displayroman", "Times New Roman", Times, serif;
    margin-bottom: 5px;
}
.search.group-blog .filter-search-container .frame .blog-sub-header-links{
    font-size: 1.375rem;
    line-height: 1;
    color: #122a4b;
    text-align: center;
    position: relative;
    letter-spacing: .05rem;
}

.search.group-blog .filter-search-container .frame{
    padding:0;
}

.search.group-blog .filter-search-container .frame .blog-sub-header-links:hover::after {
    content: ' ';
    position: absolute;
    bottom: -35px;
    left: 0;
    border-bottom: 4px solid #122a4b;
    display: block;
    width: 100%;
}

.search.group-blog .slide.js-slide-hidden {
    margin: 0;
    padding: 18px 0;
}

.search.group-blog .filter-search-container .slide.js-slide-hidden .text .row{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.search.group-blog .filter-search-container .slide.js-slide-hidden .text .column{
    text-align: center;
    width: auto;
    float: none;
    display: block !important;
}

.search.group-blog .filter-search-container .slide .text{
    padding: 5px 0;
}

.search.group-blog .frame .blog-sub-header-links.blog-search-box .blog-search-box-btn {
    color: #898989;
    background: #f6f5f2;
    margin: 0;
    padding: 5px;
    width: 40px;
    height: 40px;
}

.search.group-blog .bloggy-search-form {
    display: flex;
    margin: 0;
    padding: 0;
    border-style: none;
}

.search.group-blog .filter-search-container .frame .blog-sub-header-links.blog-search-box{
    border: 2px solid #adadad;
    color: #898989;
    padding: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    background: #f6f5f2;
    margin: 0;
}

.search.group-blog .filter-search-container .frame .blog-sub-header-links.blog-search-box .blog-search-box-btn img {
    width: 30px;
}

.search.group-blog .filter-search-container .frame .blog-sub-header-links.blog-search-box.open form input{
    width: auto;
    height: auto;
    opacity: 1;
    transition: all .5s ease;
    padding: 5px;
    margin: 0;
    border: none;
    box-shadow: none;
    background: #f6f5f2;
}

.search.group-blog .wps2022 .bloggy-search-form input{
    margin: 0;
    padding:0;
    background: #f6f5f2;
    border:none;
}

@media (max-width: 960px) {
    .archive.group-blog .filter-search-container .column{
        width:100%;
        margin-bottom: 1rem;
    }
    .search.group-blog .filter-search-container .frame .blog-sub-header-links:hover::after {
        display: none;
    }
    .main-holder .filter-search-container.blog-search-categories .frame .blog-sub-header-links {
        display: block;
        padding: 20px 0;
    }
     .main-holder .filter-search-container.blog-search-categories .frame .column {
         text-align: center;
         float: none;
         /*border-top: 1px solid #ddd;*/
     }
    .search.group-blog .filter-search-container .title {
        padding: 10px 0 25px;
    }
}

@media (max-width: 1160px){
    .main-holder .filter-search-container.blog-search-categories .frame .blog-sub-header-links {
        font-size: 1.125rem;
    }
}

.main-holder .filter-search-container.blog-search-categories .frame .blog-sub-header-links:hover {
    color: #5991e3;
}

#market-stats span.value.diff, #market-stats div.price-box.units-sold {
    display: none;
}

#market-stats div.price-box.units-sold.show {
    display: block;
}

#market-stats .chart-holder p {
    margin: 0;
    padding: 15px 0 0;
    position: absolute;
    top: 47px;
    left: 45px;
    text-align: center;
    width: 145px;
    height: 145px;
    font: 58px/1 "Mercury_displayroman", "Times New Roman", serif;
    color: #182b49;
    z-index: 1!important;
}
#market-stats .chart-holder p em {
    display: block;
    color: #333;
    font: 13px/17px "Benton Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin: 5px 25px 0;
    padding-bottom: 10px;
    border-bottom: 5px solid #1b2e4c;
}

.section-overview .row .headline{
    padding: 1.688rem 0.625rem;
    max-width: 1114px;
}

@media (max-width: 1260px){
    .description-block p{
        max-width: 960px;
    }
    .section-overview .row .headline {
        max-width: 960px;
        margin:0 auto 38px;
    }
}

@media (max-width: 767px) {
    .page-template-page-lifestyle-gallery .image-top-section {
        display: block;
    }
    .page-template-page-lifestyle-gallery .start-section-holder.alt {
        padding-top:200px;
    }
    .page-template-page-lifestyle-gallery .start-section-holder.alt .columns{
        padding:0;
    }
    .page-template-page-lifestyle-gallery .start-section-holder.alt .page-heading {
        padding-top: 10px;
        padding-bottom: 14px;
        background: #f3f3f3;
    }
    .page-template-page-lifestyle-gallery .image-top-section img{
        position: relative;
    }
    /*.page-template-page-lifestyle-gallery.page-template-page-lifestyle-gallery-php .img-list .slideset > li {*/
    /*    width: 100% !important;*/
    /*    padding: 5px 2px 0;*/
    /*}*/
}

@media (max-width: 960px) {
    .page-template-page-lifestyle-gallery .start-section-holder.alt {
        padding-top: 120px;
        padding-bottom: 0px;
    }
    .page-template-page-lifestyle-gallery .image-top-section img{
        position: absolute;
        top: 0;
    }
}

@media only screen and (min-width: 961px) and (max-width: 1140px){
    .page-template-page-lifestyle-gallery .start-section-holder.alt {
        padding-top: 200px;
    }
    .page-template-page-lifestyle-gallery .image-top-section img{
        position: absolute;
        top: 0;
    }
}

/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {*/
/*    .page-template-page-lifestyle-gallery.page-template-page-lifestyle-gallery-php .img-list .slideset > li {*/
/*        width: 100% !important;*/
/*        padding: 5px 2px 0;*/
/*    }*/
/*}*/

/*agent website styles*/

.subsite .personal-information{
    background-size: cover;
    min-height: 580px;
    background-image: url("/wp-content/themes/wpsir_2022/images/agent-site-bg-hero.jpg");
    background-position: center center;
    position: relative;
}

.subsite .personal-information::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
}

.subsite .personal-information .agent-name h1{
    color:#fff;
    font-size: 72px;
    line-height: 1;
}

.subsite .agent-deets{
    background-color: #002349;
    padding:50px 0;
    position: relative;
}
.subsite .personal-information .agent-name {
    position: absolute;
    top: 450px;
    padding: 0 0 0 60px;
    text-align:left;
}

.subsite .agent-deets .agent-text.mobile-name{
    display:none
}

.subsite .personal-information .agent-name h6{
    color:#fff;
    font-size:18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.subsite .agent-wrap .agent-white-bg-photo{
    background-color: #fff;
    margin-top: -350px;
    /*max-width:371px;*/
    max-width: 271px;
    max-height: 406px;
}

.subsite .agent-wrap .columns{
    display: flex;
}

.agent-wrap .agent-img, .agent-wrap .agent-img-mobile {
    margin: 0 -20px;
    border-bottom: 2px solid #002349;
}

.subsite .agent-wrap .agent-img{
    margin-top: -455px;
}

.subsite .mobile-name{
    display: none;
}

.subsite .wps2022 div.search-drop .form-group input[type="search"] {
    box-shadow: none;
}

.subsite .wps2022 div.search-drop .title {
    color: #0f284d;
}

.subsite .wps2022 div.search-drop .form-group {
    color: #0f284d;
    /*border-bottom: 2px solid #0f284d;*/
    position: relative;
}

.subsite .wps2022 div.search-drop .form-group button[type="submit"] {
    color: #0f284d;
}
.subsite .wps2022 div.search-drop .holder {
    background: #fff;
}

.subsite .agent-wrap .agent-heading{
    /*margin-top: -220px;*/
    margin-top: -380px;
    margin-bottom: 50px;
    /*margin-left: 50px;*/
}

.subsite .agent-wrap .agent-heading h1 {
    color:#fff;
}
.agent-site-sticky-links{
    position: relative;
}

.subsite .agent-text-holder-top .designation{
    color: #D9D8D6;
}

@media all and (min-width: 960px){
    .subsite .agent-wrap .agent-heading {
        margin: 0 auto;
    }
    .subsite .personal-information .agent-deet{
        min-height: 260px;
    }
    .subsite .agent-wrap {
        padding-top: 200px;
    }
    .subsite .agent-wrap .agent-text{
        padding: 28px 40px 81px;
    }
    .subsite .agent-wrap .agent-heading{
        text-align: center;
    }
    .subsite .agent-wrap .agent-img img {
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .subsite .agent-wrap .agent-img{
        display: block;
    }
}

@media all and (min-width: 1100px) {
    /*.subsite .agent-btn-holder{*/
    /*    padding: 2.5rem 0;*/
    /*}*/
    .subsite .agent-wrap .num-list a,
    .subsite .agent-wrap .num-list .num-title{
        font-size: 2.75rem;
    }
    .subsite .news-item p{
        font-size:14px;
    }
    .subsite .agent-text-holder-top {
        margin: 0;
        padding: 0 0 0 20px;
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .subsite .agent-text-holder-top .agent-heading {
        position: absolute;
        bottom: 80px;
        color: #fff;
        padding: 0 0 0 400px;
    }

    .subsite .agent-text-holder-top .agent-heading h1{
        font-size: 72px;
        line-height: 1;
    }
    .subsite .agent-text-holder-top .agent-heading h1 a{
        color:#fff;
        text-transform: none;
    }
    .subsite .agent-text-holder-top .agent-heading{
        text-align: left;
        display: block;
        text-transform: uppercase;
    }
    .subsite .personal-information .agent-deet{
        min-height: 0;
    }
    .subsite .agent-wrap {
        padding-top: 0;
    }
    .subsite .agent-block{
        min-height: 450px;
        padding: 20px 0 50px;
    }
    .subsite .agent-img, .agent-wrap .agent-img-mobile {
        margin: 0;
        border: none;
        width: 345px;
    }
    .subsite .agent-wrap .num-list a {
        color: #fff;
    }
    .subsite .agent-wrap .num-list a:hover {
        color: #c29b40;
    }
    .subsite .agent-wrap .num-list {
        font-size: 20px;
    }
    .subsite .agent-wrap .num-list .num-title {
        color: #c9b981;
    }
}

@media all and (min-width: 1440px){
    .subsite .agent-text-holder-top .agent-heading{
        padding: 0 0 0 690px;
    }
    .subsite .agent-wrap {
        padding: 0 0 0 260px;
    }
}

@media all and (min-width: 1600px){
    .subsite .agent-text-holder-top .agent-heading{
        padding: 0 0 0 730px;
    }
    .subsite .personal-information{
        min-height: 660px;
    }
    .subsite .languages .language-title{
        width: auto;
        flex-basis: auto;
        padding-right: 10px;
        font-weight: 200;
    }
    .subsite .social-networks{
        margin: 1.75rem 0;
    }

    .subsite .agent-btn-holder{
        margin-top: 2rem;
    }
    .subsite .agent-wrap .designation{
        font-size: 1.75rem;
        font-weight: 100;
    }
    .subsite .agent-wrap h1{
        font-size: 68px;
    }
    .agent-img, .agent-wrap .agent-img-mobile {
        width: 380px;
    }
}

@media all and (max-width: 960px) {
    .subsite .title-sibsite h1 span {
        display:inline-block;
    }
    .subsite .agent-text-holder{
        text-align: center;
    }
    .subsite .agent-wrap{
        background: transparent;
    }
    .subsite .agent-wrap .agent-img{
        margin: 0;
        display: block;
        text-align: center;
    }
    .subsite .agent-wrap .agent-img img{
        margin-top: -150px;
        text-align: center;
    }
    .subsite .agent-wrap{
        text-align: center;
    }
    .subsite .agent-wrap .agent-text{
        text-align: left;
        padding: 28px 40px 81px;
    }

    .subsite .agent-deets {
        /*background-color: #fff;*/
        padding: 0;
    }
    .subsite .agent-wrap .agent-text .social-networks li a{
        background: transparent;
    }
    .subsite .agent-wrap .agent-text .social-networks li a .icon{
        color: #002349;
    }
    .subsite .personal-information .agent-name {
        display:none;
    }
    .subsite .agent-wrap .agent-heading{
        margin: 0 auto;
    }

    .subsite .agent-text.mobile-name {
        display: block;
        text-align: center;
    }

    .subsite .agent-text.mobile-name .agent-heading h1 a {
        color: #fff;
        text-align: center;
    }

    .subsite .agent-text.mobile-name .agent-heading h1{
        font-size: 2.75rem;
        margin: 0.25rem 0;
        line-height: 1;
    }
    .subsite .agent-text.mobile-name .agent-heading .designation{
        text-transform: uppercase;
        font-weight: 300;
        font-size: .85rem;
    }
    .subsite .agent-wrap .num-list a,
    .subsite .agent-wrap .num-list .num-title{
        font-size: 2.75rem;
    }
    .subsite .agent-text-holder .agent-text.mobile-white{
        background: #fff;
        text-align: left;
    }
    .subsite .agent-wrap .agent-text.mobile-white address,
    .subsite .agent-wrap .agent-text.mobile-white .languages{
        color: #0f284d;
    }
    .subsite .agent-wrap .agent-text.mobile-white .hide-mobile{
        display:none;
    }
    .subsite .agent-wrap .agent-text.mobile-white .btn-alt-blue{
        color: #0f284d;
    }
    .subsite .agent-wrap .agent-text.mobile-white .btn-alt:before {
        background: #0f284d;
    }
    .subsite .agent-wrap .agent-text.mobile-white .social-networks > li > a {
        background: transparent;
    }
    .subsite .agent-wrap .agent-text.mobile-white .social-networks > li > a .icon:before{
        color: #001e45;
    }
    .subsite .agent-wrap .agent-text.mobile-white .btn-alt span:before {
        border-left: 2px solid #0f284d;
        border-top: 2px solid #0f284d;
    }
    .subsite .personal-information {
        min-height: 260px;
    }
    .subsite .agent-wrap .num-list {
        font-size: 1.75rem;
    }
}

@media all and (max-width: 1099px) {
    .subsite .add-top-bar{
        display: none;
    }
    .subsite .agent-wrap .agent-heading{
        display: block;
    }
    .subsite .agent-text-holder-top{
        display: none;
    }
}
/* TypeAhead autosuggest - see https://github.com/twitter/typeahead.js/blob/master/doc/jquery_typeahead.md#look-and-feel */
.tt-input,
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    border-radius: 0 0 8px 8px;
    outline: none;
}

.tt-input {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    width: 100%;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    text-align: left !important;
    max-height: 300px;
    overflow-y: auto;
}

.tt-suggestions {
    text-align: left !important;
    margin: 0;
}
.tt-suggestion {
    text-align: left !important;
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
.tt-suggestion p {
    margin-bottom: 0;
    cursor: pointer;
    text-align: left;
}
.tt-suggestion.tt-cursor {
    background-color: #001E45;
}
.tt-suggestion.tt-cursor p {
    color: #fff !important;
}
.twitter-typeahead {
    width: 100%;
}
.adv-search .search-row, .leadership-options {
    overflow: visible;
}
.keyword-agents-row .tt-dropdown-menu,
.comm-search-container .tt-dropdown-menu {
    margin-top: -17px;
}
.keyword-agents-refine-row .tt-dropdown-menu,
.leadership-options .tt-dropdown-menu {
    margin-top: -1px;
}

/*overall styles*/

.wps2022 .section-map .sub-headline a{
    font-weight: 400;
}

.wrapper.wps2022 p,
.wrapper.wps2022 .article ul li,
.wps2022 .cycle-gallery .info-text-block .text p{
    color: #333;
}

.wrapper.wps2022 .text p,
.wps2022 .footer p{
    color: #fff;
}
.wps2022 .start-section-holder .page-heading p.ex-marketing,
.wps2022 .page-heading p,
.wps2022 .description-area p,
.wps2022 .card .descr p{
    color: #f9f9f9;
}

.wps2022 .copy p{
    color: #999;
}

/*.wrapper.wps2022 p, .wrapper.wps2022 .article ul li{*/
/*    line-height: 25px!important;*/
/*}*/

@media only screen and (max-width: 767px) {
    .wps2022 .start-section-holder .page-heading,
    .wps2022 .start-section-holder .page-heading p {
        color: #0f284d;
    }
}


@media only screen and (min-width: 1301px){
    .page-template-page-careers .start-section-holder.alt{
        padding-top: 231px;
        padding-bottom: 52px;
    }
}

@media all and (max-width: 767px){
    .development-wrap .bg-stretch{
        min-height: 380px;
    }
    .section-developments .development-wrap .description .title h3 a{
        font: 20px/1 "Benton Sans",Arial,Helvetica,sans-serif;
    }
    .page-template-page-developments .development .listings-items li {
        font: 14px/20px "freight-big-pro", "Times New Roman", serif;
    }
    .email-form .row-holder .label-holder{
        padding-top: 1rem;
    }
    .email-form .gfield_checkbox .label-holder{
        padding-top:0;
    }
}

@media all and (max-width: 960px){
    .page-template-page-developments .development-wrap .bg-stretch img{
        height: 100%;
        width: auto;
        min-width: 100%;
        position: absolute;
        top:0;
        right:0;
    }
}
@media all and (max-width: 767px) {
    .page-template-agent-landing .start-section-holder.alt .page-heading {
        min-height: 150px;
    }
    .page-template-agent-landing .start-section-holder.alt .page-heading h1{
        margin:.25rem 0 1rem;
    }
    .page-template-page-careers .page-heading{
        flex-direction: column-reverse;
        display: flex;
    }

}

.filter-news-section h3{
    font-weight: 400;
}

#section-management a.more{
    font-weight: 500;
}

@media only screen and (min-width: 768px) {
    .page-template-default .hero-image {
        min-height: 450px;
    }
    .page-template-page-careers .hero-image {
        min-height: 500px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .page-template-default .start-section-holder.alt {
        padding-top: 231px;
        padding-bottom: 51px;
    }
}

@media only screen and (min-width: 1301px){
    .page-template-default .hero-image {
        min-height: 546px;
    }
}

@media only screen and (min-width: 1280px){
    .single-mrt_community .properties-list .post, .single-mrt_lifestyle .properties-list .post {
        width: 270px;
    }
}

.wps2022 .gform_fields input[type=email], .wps2022 .gform_fields input[type=search], .wps2022 .gform_fields input[type=tel], .wps2022 .gform_fields input[type=text], .wps2022 .gform_fields textarea, .wps2022 .gform_fields .jcf-select {
    border-color: #d4d0c5;
}

.page-template-agent-search-results .chosen-container-multi .chosen-choices{
    line-height: 1;
}

.wps2022 .listiong-sales-section .more{
    font-weight: 300;
}

.blog .content-area .history-start-section .image-block .heading h6, .archive .content-area .history-start-section .image-block .heading h6{
    font-family: Benton Sans,Helvetica Neue,Arial,Noto Sans,sans-serif;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .archive.category .hero-image{
        height: auto;
        min-height: 120px;
    }
    .archive.category .start-section-holder.alt{
        padding-top: 65px;
    }
    .blog .start-section-holder.alt, .archive .start-section-holder.alt{
        margin-top: 50px;
    }
    .blog.group-blog .visual-block img{
        height: 160px;
        min-height: 0;
    }
    .page-template-agent-search-results .chosen-container {
        min-width: 100%;
    }
    .start-section-holder .columns.mobile-padding-group{
        padding:0;
    }
}

@media only screen and (min-width: 768px){
    .page-template-page-service-landing .cycle-gallery-section{
        background: #f3f0e9;
    }
    .page-template-page-service-landing .cycle-gallery-section .cycle-gallery{
        max-width: 95%;
        margin: 0 auto;
    }
    .post-template-default.single.single-post .start-section-holder.alt .brokerage-menu {
        padding: 0 0 14px;
    }
}



@media only screen and (min-width: 1301px) {
    .post-template-default.single.single-post .start-section-holder.alt {
        padding-top: 82px;
    }
    .post-template-default.single.single-post .start-section-holder.alt .brokerage-menu {
        padding: 0 0 14px;
    }
}

.subsite .row.agent-about-content{
    max-width: 1115px;
    margin: 0 auto;
}

.subsite .row.agent-about-content .short-description p{
    margin-left: auto;
}

.subsite .wps2022 .contact-block .form-group .checkbox-wraps label .jcf-checkbox{
    display: none;
}


@media only screen and (max-width: 767px){
    .subsite.staff-all-page.areas-next .description-block .short-description {
        display: block !important;
    }
}


@media only screen and (min-width: 768px){
    .subsite .staff-all-page .contact-wrap[data-mobile-popup] .contact-block {
        display: block;
    }
}

@media only screen and (max-width: 1099px) {
    .subsite .wps2022 #contact.contact-wrap,
    .subsite.staff-all-page .wps2022 #contact.contact-wrap{
        display: block;
    }

    .subsite .wps2022 #contact.contact-wrap .contact-block{
        margin: 0 auto;
        position: relative;
        min-width:100%;
        display: block;
        width:100%;
    }
}

.page-template-page-contact .map-section .infoBox img,
.office-page .map-section .infoBox img {
    display: none;
}
.page-template-page-contact .map-section .infoBox .popup {
    top: -70px;
    left: -10px;
}
.page-template-page-contact .map-section .infoBox .popup img {
    display: inline-block;
}

p.mylogin_mobile_msg {
    max-width: 310px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 15px auto 22px;
    border-bottom: 1px solid #999;
    padding: 2px 20px 17px;
}
@media only screen and (min-width: 1100px) {
    p.mylogin_mobile_msg {
        display: none;
    }
}

.menu-opened .header {
    z-index: 10000000001 !important;
}
.menu-opened .main-nav .mylogin_nav .btn.mylogin_12 {
    margin: 0 7px 0 auto;
}
.menu-opened .main-nav .mylogin_nav .btn {
    padding: 13px 34px;
}
.wps2022 p.mylogin_mobile_msg {
    color: #fff;
}
.wps2022 .main-nav .btn {
    margin-bottom: 0 !important;
}
.gform_legacy_markup_wrapper .label-holder label {
    display: none;
}

form.drop-active .search-dropdown {
    visibility: visible !important;
    opacity: 1 !important;
}
.wps2022 .search-dropdown .kw-list {
    margin-bottom: 22px;
}
.wps2022 .search-dropdown .kw-list li {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}
.wps2022 .search-dropdown .kw-list img {
    order: 0;
    width: 45px;
    height: 45px;
    margin-right: 15px;
}
.wps2022 .search-dropdown .kw-list a {
    order: 1;
    color: #002349;
}

.wps2022 .search-dropdown .kw-list .autocomplete-term {
    font-weight: 500;
}
.wps2022 .search-dropdown .kw-list .disabled {
    pointer-events: none;
    opacity: 0.6;
}
@media (min-width:1100px) {
    .wps2022 .search-dropdown .kw-list {
        margin-bottom: 28px;
    }
    .wps2022 .search-dropdown .kw-list li {
        margin-bottom: 10px;
    }
}
.wpdberror {
    display: none;
}

.single-mrt_community .schools-tab {
    max-height: 600px;
    overflow: auto;
}
.gform_submission_error {
    letter-spacing: 1px !important;
}

.page-template-page-market-watch .page-curl .view-more--blue{
    display: block;
    text-align: center;
}

.page-template-page-market-watch .market-reports .slick-item h4,
.page-template-page-market-watch .page-curl h3{
    font-family: "freight-big-pro", "Times New Roman", serif;
    margin: 1.75rem 0 1.25rem;
}

.page-template-page-market-watch .group-p-match-watch p{
    text-align: left;
}

.page-template-page-market-watch .tabset-search-container .market-reports h3{
    font-family: "freight-big-pro", "Times New Roman", serif;
    margin: 1rem 0;
}

.page-template-page-market-watch .slick-item img{
    height: 470px;
}

.page-template-page-market-watch.page-template-page-market-watch-php .group-p-match-watch a.view-more--blue{
    display: block;
    /*text-align: left;*/
    font-weight: 600;
    float: none;
}

@media (min-width:1100px) {
    .page-template-page-market-watch .article {
        padding: 44px 0 0;
        margin-bottom: 75px;
        margin-top: 18px;
    }
}

.page-template-page-leadership .cycle-gallery-section .cycle-gallery,
.page-template-page-leadership  .grey-info-section{
    background: #EAEAEA;
}

.page-template-page-leadership .cycle-gallery-section:before, .page-template-page-leadership .cycle-gallery-section:after{
    display: none;
}

.page-template-page-leadership .cycle-gallery .info-text-block .heading:before{
    background: #EAEAEA url(/wp-content/themes/wpsir_2022/images/logo.svg) no-repeat;
    width: 40px;
    height: 62px;
}

.page-template-page-leadership.page-template-page-leadership-php .cycle-gallery-section .cycle-gallery .slideset .slide .row .columns{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
@media (max-width:960px) {
    .page-template-page-leadership.page-template-page-leadership-php .cycle-gallery-section .slideset .slide.active{
        width:100%;
        max-width:100%;
    }
}
@media (max-width:767px) {
    .page-template-page-leadership.page-template-page-leadership-php .fluid-width-video-wrapper iframe {
        max-width: 100%;
    }
}

.single-mrt_community .section-list .comm-view-all.opener{
    display: none;
}

@media (min-width:768px) {
    .single-mrt_community .button-holder .jcf-select {
        background: rgba(0, 30, 69, .55);
        border: 1px solid #6c7377;
    }
    .single-mrt_lifestyle .page-heading .button-holder .jcf-select {
        background: rgba(0,30,69,.55);
        border: 1px solid #6c7377;
    }
}

.chosen-container .chosen-results li.active-result {
    font-size: 14px;
}

.map-section .slide .infoBox img {
    max-width: 16px;
    max-height: 16px;
}
.map-holder #comm-map .popup {
    position: static;
    top: 0;
    left: 0;
    width: auto;
}

body.page-template-agent-search-results [class*="block-grid-"] > li {
    padding-bottom: 0;
}
body.page-template-agent-search-results .team-option {
    padding-top: 5px;
}
body.page-template-agent-search-results .team-option label {
    font-weight: 600;
    letter-spacing: 0.25px;
    display: flex;
    align-items: center;
    color: #002349;
}
body.page-template-agent-search-results .team-option input {
    margin: 0 12px 0 0;
    width: 18px;
    height: 18px;
}

.post-block.darkblue, .video-block.darkblue {
    background: #002349;
    color: #fff;
    transition: all 1s ease-in-out;
}
.popular-lifestyles .swiper-wrapper{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.popular-lifestyles .swiper-android .swiper-slide, .popular-lifestyles .swiper-wrapper {
    transform: translateZ(0);
}
.popular-lifestyles .post {
    margin-bottom: 16px;
}

.popular-lifestyles.post-block {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 19px 0 56px;
}

.popular-lifestyles .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    /*height: 100%;*/
    position: relative;
    transition-property: transform;
}

.popular-lifestyles .post-holder .name {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: -2px;
}

.popular-lifestyles.post-block .container {
    max-width: 1350px;
}

@media (min-width: 1441px) {
    .popular-lifestyles.post-block {
        padding: 77px 0;
    }
}

.popular-lifestyles.post-block h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.333;
    color: #002349;
    font-family: "freight-big-pro", "Times New Roman", serif;
    font-weight: 400;
    margin-bottom: 21px;
}

.popular-lifestyles .btn-all {
    color: #c9b981;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.429;
    letter-spacing: 0.77px;
    position: relative;
    /*padding-right: 33px;*/
}

.popular-lifestyles .post-holder a {
    display: block;
    position: relative;
    z-index: 1;
    /*color: #fff;*/
    text-align: left;
    text-transform: uppercase;
    padding: 14px 24px 22px;
}


.popular-lifestyles .post-holder .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


.popular-lifestyles  .tabset-holder .tabset-btn {
    position: absolute;
    bottom: 19px;
    left: 50%;
    transform: translatex(-50%);
    white-space: nowrap;
}

@media (min-width: 1441px) {
    .popular-lifestyles .post-holder .bg {
        min-height: 434px;
        margin-bottom: 24px;
    }
    .popular-lifestyles.post-block {
        padding: 77px 0;
    }
}

@media (min-width: 1100px) {
    /*.popular-lifestyles .swiper-wrapper{*/
    /*    height: auto;*/
    /*}*/
    .popular-lifestyles .post-holder .name {
        font-size: 18px;
        margin-bottom: 1px;
    }
    .popular-lifestyles .post-holder .bg {
        position: static;
        min-height: 400px;
        margin-bottom: 20px;
    }
    .popular-lifestyles .post-holder a {
        padding: 0;
    }
    .popular-lifestyles .tabset-holder .tabset-btn {
        position: static;
        transform: none;
        flex: 1;
        margin: 14px 0 26px;
        text-align: right;
    }
    .popular-lifestyles.post-block {
        padding: 35px 0 124px;
        text-align: left;
    }
    .popular-lifestyles.post-block h2 {
        font-size: 42px;
        line-height: 1.19;
        letter-spacing: 1.2px;
        margin-bottom: 35px;
    }
}


.popular-lifestyles .post-holder .name {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: -2px;
}

.popular-lifestyles .post-holder .category {
    display: block;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: -0.7px;
}

@media (min-width: 1100px) {
    .popular-lifestyles .post-holder .category {
        font-size: 14px;
        letter-spacing: 0.4px;
    }
    .popular-lifestyles .post-holder a{
        color: #002349;
    }
}

.popular-lifestyles.post-block.white {
    background: #fff;
    color: #002349;
    transition: all 1s ease-in-out;
}
@media (max-width: 1099px) {
    .popular-lifestyles.post-block.white .post-holder a .name, .popular-lifestyles.post-block.white .post-holder a .category {
        color: #f6f6f6;
    }
    .popular-lifestyles .post-holder .bg:before {
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
        background: rgba(16, 34, 55, 0.5);
    }
    /*.popular-lifestyles .slider .swiper-wrapper {*/
    /*    display: block;*/
    /*}*/
    .popular-lifestyles .post-holder a {
        color: #fff;
    }
}

body.page-template-agent-search-results [class*=block-grid-]>li {
    padding-bottom: 12px;
}
@media (min-width: 960px) {
    .single-mrt_development .start-section-holder.alt2 .page-heading {
        padding: 39px 100px 36px;
    }
}

@media (max-width: 768px) {
    body.single-mrt_community .accordion .accordion-navigation > .content, .accordion dd > .content {
        display: block;
    }
}

body.page-template-agent-search-results .image-top-section.mike1,
body.page-template-agent-landing .hero-image {
    background: #061A33 !important;
}
body.page-template-agent-search-results .main-hero-image-overlay,
body.page-template-agent-landing .hero-image:before {
    background: none;
    display: none;
}

.start-section-holder .page-heading h1{
    font-family: "freight-big-pro", "Times New Roman", serif;
}

.subsite .add-top-bar .top-nav ul li{
    list-style-type: none;
}

body .white-info-section .staff-holder li h3{
    font: 20px/26px "freight-big-pro", "Times New Roman", serif;
}

.single-mrt_development .owner-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.single-mrt_development .owner-list li{
    list-style-type: none;
}

.single-mrt_development .owner-list li:first-of-type{
    margin-right: 25px;
}

.single-mrt_development .owner-list li .owner-item{
    border: 1px solid #d9d8d6;
    padding: 10px 35px 0;
    align-items: center;
    display: flex;
}

.single-mrt_development .owner-list li .owner-img{
    width: auto;
    /*flex-basis: 183px;*/
    height: 177px;
    margin-right: 28px;
    overflow: hidden;
    max-height: none;
}

.single-mrt_development .owner-text .owner-text-wrap .h5{
    font-family: freight-big-pro,times new roman,serif;
    font-weight: 400;
    letter-spacing: .3px;
}
.single-mrt_development .owner-text .owner-text-wrap .designation {
    text-transform: uppercase;
    font-size: 12px;
    color: #6e6e6e;
    font-weight: 500;
    display: block;
    letter-spacing: .2px;
}

.single-mrt_development .detail-item.listed-by{
    padding: 50px 0;
}
.single-mrt_development .detail-item.listed-by .owner-text-wrap {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    color: #c29b40;
}

.single-mrt_development .detail-item.listed-by .btn-profile {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    color: #c29b40;
}

.single-mrt_development .detail-item.listed-by  h3{
    margin-bottom: 3rem;
}

@media (max-width: 1067px) {
    .single-mrt_development .owner-list li:first-of-type{
        margin-right: 0;
        margin-bottom:1rem;
    }
    .single-mrt_development .owner-list li {
        min-width: 60%;
    }
}

@media (max-width: 768px) {
    .single-mrt_development .detail-item.listed-by .owner-list{
        padding: 0 20px 20px;
    }
    .single-mrt_development .owner-text .owner-text-wrap .designation{
        font-size: 9px;
    }
    .single-mrt_development .owner-list li{
        width:100%;
        min-width: none;
    }
    .single-mrt_development .owner-list li .owner-item{
        padding: 0 14px 0 0;
    }
    .single-mrt_development .detail-item.listed-by .btn-profile{
        font-size: 12px;
    }
}

.form-legal-disclaimers{
    margin-top: 2rem;
}

.form-legal-disclaimers p{
    font-size:11px;
    line-height: 20px;
}

.form-legal-disclaimers .text{
    text-transform: uppercase;
}

.form-legal-disclaimers .company{
    font-style: italic;
}

.form-legal-disclaimers a{
    font-weight: 600;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 7, 2022 */
@font-face{ 
    font-family:"Benton Sans";
    src:url("https://use.typekit.net/af/e3fa14/00000000000000003b9b2cee/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff2"),url("https://use.typekit.net/af/e3fa14/00000000000000003b9b2cee/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff"),url("https://use.typekit.net/af/e3fa14/00000000000000003b9b2cee/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("opentype");
    font-display:swap;font-style:normal;font-weight:100;font-stretch:normal;
 }
@font-face{ 
    font-family:"Benton Sans";
    src:url("https://use.typekit.net/af/ca7117/00000000000000003b9b2cef/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff2"),url("https://use.typekit.net/af/ca7117/00000000000000003b9b2cef/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff"),url("https://use.typekit.net/af/ca7117/00000000000000003b9b2cef/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("opentype");
    font-display:swap;font-style:normal;font-weight:200;font-stretch:normal;
 }
@font-face{ 
    font-family:"Benton Sans";
    src:url("https://use.typekit.net/af/21f23e/00000000000000003b9b2cf1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/21f23e/00000000000000003b9b2cf1/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/21f23e/00000000000000003b9b2cf1/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
    font-display:swap;font-style:normal;font-weight:300;font-stretch:normal;
 }
@font-face{ 
    font-family:"Benton Sans";
    src:url("https://use.typekit.net/af/f7a7fa/00000000000000003b9b2cf4/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/f7a7fa/00000000000000003b9b2cf4/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/f7a7fa/00000000000000003b9b2cf4/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display:swap;font-style:normal;font-weight:400;font-stretch:normal;
 }
@font-face{ 
    font-family:"Benton Sans";
    src:url("https://use.typekit.net/af/b7cb43/00000000000000003b9b2cf3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/b7cb43/00000000000000003b9b2cf3/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/b7cb43/00000000000000003b9b2cf3/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
    font-display:swap;font-style:italic;font-weight:400;font-stretch:normal;
 }
@font-face{ 
    font-family:"Benton Sans";
    src:url("https://use.typekit.net/af/738ece/00000000000000003b9b2cf5/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/738ece/00000000000000003b9b2cf5/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/738ece/00000000000000003b9b2cf5/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
    font-display:swap;font-style:normal;font-weight:500;font-stretch:normal;
 }
@font-face{ 
    font-family:"Benton Sans";
    src:url("https://use.typekit.net/af/bb6c4e/00000000000000003b9b2cf8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/bb6c4e/00000000000000003b9b2cf8/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/bb6c4e/00000000000000003b9b2cf8/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
    font-display:swap;font-style:normal;font-weight:600;font-stretch:normal;
 }
@font-face{ 
    font-family:"Benton Sans";
    src:url("https://use.typekit.net/af/343e47/00000000000000003b9b2cf9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/343e47/00000000000000003b9b2cf9/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/343e47/00000000000000003b9b2cf9/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display:swap;font-style:normal;font-weight:700;font-stretch:normal;
 }
@font-face{ 
    font-family:"Benton Sans";
    src:url("https://use.typekit.net/af/2de11d/00000000000000003b9b2cfa/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/2de11d/00000000000000003b9b2cfa/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/2de11d/00000000000000003b9b2cfa/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
    font-display:swap;font-style:italic;font-weight:700;font-stretch:normal;
 }
@font-face{ 
    font-family:"Benton Sans";
    src:url("https://use.typekit.net/af/49ef66/00000000000000003b9b2cfc/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2"),url("https://use.typekit.net/af/49ef66/00000000000000003b9b2cfc/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff"),url("https://use.typekit.net/af/49ef66/00000000000000003b9b2cfc/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("opentype");
    font-display:swap;font-style:normal;font-weight:800;font-stretch:normal;
 }

@font-face{ 
    font-family:"freight-big-pro";
    src:url("https://use.typekit.net/af/650441/000000000000000077359f96/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/650441/000000000000000077359f96/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/650441/000000000000000077359f96/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display:swap;font-style:normal;font-weight:700;font-stretch:normal;
 }

@font-face{ 
    font-family:"freight-big-pro";
    src:url("https://use.typekit.net/af/a91824/000000000000000077359f9d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/a91824/000000000000000077359f9d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/a91824/000000000000000077359f9d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display:swap;font-style:normal;font-weight:400;font-stretch:normal;
 }
@font-face{ 
    font-family:"freight-big-pro";
    src:url("https://use.typekit.net/af/b1b6ad/000000000000000077359fa8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/b1b6ad/000000000000000077359fa8/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/b1b6ad/000000000000000077359fa8/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
    font-display:swap;font-style:normal;font-weight:500;font-stretch:normal;
 }

@font-face{ 
    font-family:"freight-big-pro";
    src:url("https://use.typekit.net/af/9a5538/000000000000000077359fab/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/9a5538/000000000000000077359fab/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/9a5538/000000000000000077359fab/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
    font-display:swap;font-style:normal;font-weight:600;font-stretch:normal;
 }
@font-face{ 
    font-family: 'mercury_displayroman';
    src: url('/wp-content/themes/wpsir_2022/fonts/v2/MercuryDisplay-Roman_Web.woff2') format('woff2'),
    url('/wp-content/themes/wpsir_2022/fonts/v2/MercuryDisplay-Roman_Web.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
 }
 /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
    letter-spacing: 0.8px;
    -webkit-font-smoothing: antialiased;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: 600;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
@font-face{ 
    font-family: icomoon;
    src: url(/wp-content/themes/wpsir_2022/fonts/v2/icomoon.eot);
    src: url(/wp-content/themes/wpsir_2022/fonts/v2/icomoon.eot#iefix) format("embedded-opentype"), url(/wp-content/themes/wpsir_2022/fonts/v2/icomoon.ttf) format("truetype"), url(/wp-content/themes/wpsir_2022/fonts/v2/icomoon.woff) format("woff"), url(/wp-content/themes/wpsir_2022/fonts/v2/icomoon.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display:swap;
 }
.navigation-comments .nav-links .next:before,
.navigation-comments .nav-links .prev:before,
.navigation .nav-links .next:before,
.navigation .nav-links .prev:before,
.select-wrap .select2-selection__arrow:after,
.wps2022 div.drop .back a:before,
[class*=" icon-"],
[class^="icon-"],
[data-accordion-group] [data-accordion-opener]:before {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-star:before {
    content: "";
}
.icon-location-alt:before {
    content: "";
}
.icon-long-arrow:before {
    content: "";
}
.icon-flip:before {
    content: "";
}
.icon-heart-outline:before {
    content: "";
}
.icon-brochure:before {
    content: "";
}
.icon-print:before {
    content: "";
}
.icon-share:before {
    content: "";
}
.icon-location:before {
    content: "";
}
.icon-rotate:before {
    content: "";
}
.icon-calendar:before {
    content: "";
}
.icon-computer:before {
    content: "";
}
.icon-direction:before {
    content: "";
}
.icon-floor:before {
    content: "";
}
.icon-spotify:before {
    content: "";
}
.icon-etsy:before {
    content: "";
}
.icon-googleplus:before {
    content: "";
}
.icon-messenger:before {
    content: "";
}
.icon-reddit:before {
    content: "";
}
.icon-tumblr:before {
    content: "";
}
.icon-pinterest:before {
    content: "";
}
.icon-behance:before {
    content: "";
}
.icon-whatsapp:before {
    content: "";
}
.icon-youtube:before {
    content: "";
}
.icon-dribbble:before {
    content: "";
}
.icon-send:before {
    content: "";
}
.icon-snapchat:before {
    content: "";
}
.icon-tiktok:before {
    content: "";
}
.icon-mail:before {
    content: "";
}
.icon-phone:before {
    content: "";
}
.icon-linkedin:before {
    content: "";
}
.icon-instagram:before {
    content: "";
}
.icon-globe:before {
    content: "";
}
.icon-gmail:before {
    content: "";
}
.icon-twitter:before {
    content: "";
}
.icon-facebook:before {
    content: "";
}
.icon-reddit-alt:before {
    content: "";
}
.icon-send-alt:before {
    content: "";
}
.icon-spotify-alt:before {
    content: "";
}
.icon-messenger-alt:before {
    content: "";
}
.icon-dribbble-alt:before {
    content: "";
}
.icon-behance-alt:before {
    content: "";
}
.icon-phone-alt:before {
    content: "";
}
.icon-gmail-alt:before {
    content: "";
}
.icon-whatsapp-alt:before {
    content: "";
}
.icon-mail-alt:before {
    content: "";
}
.icon-globe-alt:before {
    content: "";
}
.icon-tiktok-alt:before {
    content: "";
}
.icon-etsy-alt:before {
    content: "";
}
.icon-instagram-alt:before {
    content: "";
}
.icon-linkedin-alt:before {
    content: "";
}
.icon-snapchat-alt:before {
    content: "";
}
.icon-tumblr-alt:before {
    content: "";
}
.icon-googleplus-alt:before {
    content: "";
}
.icon-tweeter-alt:before {
    content: "\e94f";
}
.icon-youtube-alt:before {
    content: "";
}
.icon-facabook-alt:before {
    content: "";
}
.icon-pinterest1:before {
    content: "";
}
.icon-search:before {
    content: "";
}
.icon-arrow-right:before {
    content: "";
}
.icon-arrow-left:before {
    content: "";
}
.icon-pin:before {
    content: "";
}
.icon-check:before {
    content: "";
}
.icon-gallery-view:before {
    content: "";
}
.icon-video:before {
    content: "";
}
.icon-map-view:before {
    content: "";
}
.icon-search-alt:before {
    content: "";
}
.icon-close:before {
    content: "";
}
.icon-chevron-down:before,
.select-wrap .select2-selection__arrow:after {
    content: "";
}
.icon-chevron-up:before {
    content: "";
}
.icon-bar-chart:before {
    content: "";
}
.icon-home:before {
    content: "";
}
.icon-bell:before {
    content: "";
}
.icon-dots:before {
    content: "";
}
.icon-hart-fill:before {
    content: "";
}
.icon-chevron-left:before {
    content: "";
}
.icon-chevron-right:before {
    content: "";
}
.icon-hart:before {
    content: "";
}
.icon-home-alt:before {
    content: "";
}
@font-face{ font-display:swap;
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
    font-weight: 400;
    font-style: normal;
 }
:root {
    --swiper-theme-color: #007aff;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
[dir="ltr"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-left: var(--swiper-centered-offset-before);
}
[dir="rtl"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-right: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-top: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    width: 100%;
    height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}
.swiper-button {
    transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    position: absolute;
    background-color: transparent;
    padding: 0;
    border: 0;
    text-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-button.swiper-button-next {
    right: 15px;
}
.swiper-button.swiper-button-prev {
    left: 15px;
}
.swiper-button.swiper-button-disabled {
    opacity: 0;
}
.swiper-button-next,
.swiper-button-prev {
    cursor: pointer;
}
.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.mfp-bg,
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}
.mfp-wrap {
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none;
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent;
}
.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}
.mfp-figure,
img.mfp-img {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
.mfp-wrap.login .mfp-iframe-holder .mfp-content {
    max-width: 480px;
    min-height: 450px;
}
.mfp-wrap.register .mfp-iframe-holder .mfp-content,
.mfp-wrap.save-search .mfp-iframe-holder .mfp-content {
    max-width: 480px;
    min-height: 650px;
}
.share .mfp-iframe-holder .mfp-content {
    max-width: 700px;
    min-height: 800px;
}
.inquire .mfp-iframe-holder .mfp-content {
    max-width: 700px;
    min-height: 850px;
}
.mortgage-calculator .mfp-iframe-holder .mfp-content {
    max-width: 650px;
    min-height: 725px;
}
.send-to-phone .mfp-iframe-holder .mfp-content {
    max-width: 600px;
    min-height: 615px;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option--selectable {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 600;
    height: 26px;
    margin-right: 20px;
    padding-right: 0;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: 600;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0 0 0 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #f1f1f1;
    color: #333;
    outline: none;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
    padding: 0;
}
.select2-container--default .select2-results__option--disabled {
    color: #999;
}
.select2-container--default .select2-results__option--selected {
    background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: #fff;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(180deg, #fff 50%, #eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 600;
    height: 26px;
    margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(180deg, #eee 50%, #ccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(180deg, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(180deg, #eee 50%, #fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
    padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
    border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
    padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
    color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}
.glightbox-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999 !important;
    overflow: hidden;
    touch-action: none;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 0;
}
.glightbox-container.inactive {
    display: none;
}
.glightbox-container .gcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
}
.glightbox-container .gslider {
    transition: transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transform: translateZ(0);
}
.glightbox-container .gslide {
    width: 100%;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.glightbox-container .gslide.current {
    opacity: 1;
    z-index: 99999;
    position: relative;
}
.glightbox-container .gslide.prev {
    opacity: 1;
    z-index: 9999;
}
.glightbox-container .gslide-inner-content {
    width: 100%;
}
.glightbox-container .ginner-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 100%;
    margin: auto;
    height: 100vh;
}
.glightbox-container .ginner-container.gvideo-container {
    width: 100%;
}
.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
    flex-direction: column;
}
.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
    max-width: 100% !important;
}
.gslide iframe,
.gslide video {
    outline: 0 !important;
    border: none;
    min-height: 165px;
    -webkit-overflow-scrolling: touch;
    touch-action: auto;
}
.gslide:not(.current) {
    pointer-events: none;
}
.gslide-image {
    align-items: center;
}
.gslide-image img {
    max-height: 100vh;
    display: block;
    padding: 0;
    float: none;
    outline: 0;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    max-width: 100vw;
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    touch-action: none;
    margin: auto;
    min-width: 200px;
}
.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
    width: auto;
}
.desc-left .gslide-image img,
.desc-right .gslide-image img {
    width: auto;
    max-width: 100%;
}
.gslide-image img.zoomable {
    position: relative;
}
.gslide-image img.dragging {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
    transition: none;
}
.gslide-video {
    position: relative;
    max-width: 100vh;
    width: 100% !important;
}
.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
    display: none;
}
.gslide-video .gvideo-wrapper {
    width: 100%;
    margin: auto;
}
.gslide-video:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0, 0.34);
    display: none;
}
.gslide-video.playing:before {
    display: none;
}
.gslide-video.fullscreen {
    max-width: 100% !important;
    min-width: 100%;
    height: 75vh;
}
.gslide-video.fullscreen video {
    max-width: 100% !important;
    width: 100% !important;
}
.gslide-inline {
    background: #fff;
    text-align: left;
    max-height: calc(100vh - 40px);
    overflow: auto;
    max-width: 100%;
    margin: auto;
}
.gslide-inline .ginlined-content {
    padding: 20px;
    width: 100%;
}
.gslide-inline .dragging {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
    transition: none;
}
.ginlined-content {
    overflow: auto;
    display: block !important;
    opacity: 1;
}
.gslide-external {
    display: flex;
    width: 100%;
    min-width: 100%;
    background: #fff;
    padding: 0;
    overflow: auto;
    max-height: 75vh;
    height: 100%;
}
.gslide-media {
    display: flex;
    width: auto;
}
.zoomed .gslide-media {
    box-shadow: none !important;
}
.desc-bottom .gslide-media,
.desc-top .gslide-media {
    margin: 0 auto;
    flex-direction: column;
}
.gslide-description {
    position: relative;
    flex: 1 0 100%;
}
.gslide-description.description-left,
.gslide-description.description-right {
    max-width: 100%;
}
.gslide-description.description-bottom,
.gslide-description.description-top {
    margin: 0 auto;
    width: 100%;
}
.gslide-description p {
    margin-bottom: 12px;
}
.gslide-description p:last-child {
    margin-bottom: 0;
}
.glightbox-button-hidden,
.zoomed .gslide-description {
    display: none;
}
.glightbox-mobile .glightbox-container .gslide-description {
    height: auto !important;
    width: 100%;
    position: absolute;
    bottom: 0;
    max-width: 100vw !important;
    order: 2 !important;
    max-height: 78vh;
    overflow: auto !important;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.75));
    transition: opacity 0.3s linear;
    padding: 19px 11px 50px;
}
.glightbox-mobile .glightbox-container .gslide-title {
    color: #fff;
    font-size: 1em;
}
.glightbox-mobile .glightbox-container .gslide-desc {
    color: #a1a1a1;
}
.glightbox-mobile .glightbox-container .gslide-desc a {
    color: #fff;
    font-weight: 600;
}
.glightbox-mobile .glightbox-container .gslide-desc * {
    color: inherit;
}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
    color: #fff;
    opacity: 0.4;
}
.gdesc-open .gslide-media {
    transition: opacity 0.5s ease;
    opacity: 0.4;
}
.gdesc-open .gdesc-inner {
    padding-bottom: 30px;
}
.gdesc-closed .gslide-media {
    transition: opacity 0.5s ease;
    opacity: 1;
}
.greset {
    transition: all 0.3s ease;
}
.gabsolute {
    position: absolute;
}
.grelative {
    position: relative;
}
.glightbox-desc {
    display: none !important;
}
.glightbox-open {
    overflow: hidden;
}
.gloader {
    height: 25px;
    width: 25px;
    -webkit-animation: lightboxLoader 0.8s linear infinite;
    animation: lightboxLoader 0.8s linear infinite;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    display: block;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 47%;
}
.goverlay {
    width: 100%;
    height: calc(100vh + 1px);
    position: fixed;
    top: -1px;
    left: 0;
    will-change: opacity;
}
.glightbox-mobile .goverlay,
.goverlay {
    background: #000;
}
.gclose,
.gnext,
.gprev {
    z-index: 99999;
    cursor: pointer;
    width: 26px;
    height: 44px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.gclose svg,
.gnext svg,
.gprev svg {
    display: block;
    width: 25px;
    height: auto;
    margin: 0;
    padding: 0;
}
.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
    opacity: 0.1;
}
.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
    stroke: #fff;
}
.gbtn.focused {
    outline: 2px solid #0f3d81;
}
iframe.wait-autoplay {
    opacity: 0;
}
.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
    opacity: 0 !important;
}
.glightbox-clean .gslide-description {
    background: #fff;
}
.glightbox-clean .gdesc-inner {
    padding: 22px 20px;
}
.glightbox-clean .gslide-title {
    font-size: 1em;
    font-weight: 400;
    font-family: arial;
    color: #000;
    margin-bottom: 19px;
    line-height: 1.4em;
}
.glightbox-clean .gslide-desc {
    font-size: 0.86em;
    margin-bottom: 0;
    font-family: arial;
    line-height: 1.4em;
}
.glightbox-clean .gslide-video {
    background: #000;
}
.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 4px;
}
.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path {
    fill: #fff;
}
.glightbox-clean .gprev {
    left: 30px;
}
.glightbox-clean .gnext,
.glightbox-clean .gprev {
    position: absolute;
    top: -100%;
    width: 40px;
    height: 50px;
}
.glightbox-clean .gnext {
    right: 30px;
}
.glightbox-clean .gclose {
    width: 35px;
    height: 35px;
    top: 15px;
    right: 10px;
    position: absolute;
}
.glightbox-clean .gclose svg {
    width: 18px;
    height: auto;
}
.glightbox-clean .gclose:hover {
    opacity: 1;
}
.gfadeIn {
    -webkit-animation: gfadeIn 0.5s ease;
    animation: gfadeIn 0.5s ease;
}
.gfadeOut {
    -webkit-animation: gfadeOut 0.5s ease;
    animation: gfadeOut 0.5s ease;
}
.gslideOutLeft {
    -webkit-animation: gslideOutLeft 0.3s ease;
    animation: gslideOutLeft 0.3s ease;
}
.gslideInLeft {
    -webkit-animation: gslideInLeft 0.3s ease;
    animation: gslideInLeft 0.3s ease;
}
.gslideOutRight {
    -webkit-animation: gslideOutRight 0.3s ease;
    animation: gslideOutRight 0.3s ease;
}
.gslideInRight {
    -webkit-animation: gslideInRight 0.3s ease;
    animation: gslideInRight 0.3s ease;
}
.gzoomIn {
    -webkit-animation: gzoomIn 0.5s ease;
    animation: gzoomIn 0.5s ease;
}
.gzoomOut {
    -webkit-animation: gzoomOut 0.5s ease;
    animation: gzoomOut 0.5s ease;
}
@-webkit-keyframes lightboxLoader {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes lightboxLoader {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
@-webkit-keyframes gfadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes gfadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes gfadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes gfadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes gslideInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-60%, 0, 0);
    }
    to {
        visibility: visible;
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes gslideInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-60%, 0, 0);
    }
    to {
        visibility: visible;
        transform: translateZ(0);
        opacity: 1;
    }
}
@-webkit-keyframes gslideOutLeft {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translateZ(0);
    }
    to {
        transform: translate3d(-60%, 0, 0);
        opacity: 0;
        visibility: hidden;
    }
}
@keyframes gslideOutLeft {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translateZ(0);
    }
    to {
        transform: translate3d(-60%, 0, 0);
        opacity: 0;
        visibility: hidden;
    }
}
@-webkit-keyframes gslideInRight {
    0% {
        opacity: 0;
        visibility: visible;
        transform: translate3d(60%, 0, 0);
    }
    to {
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes gslideInRight {
    0% {
        opacity: 0;
        visibility: visible;
        transform: translate3d(60%, 0, 0);
    }
    to {
        transform: translateZ(0);
        opacity: 1;
    }
}
@-webkit-keyframes gslideOutRight {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translateZ(0);
    }
    to {
        transform: translate3d(60%, 0, 0);
        opacity: 0;
    }
}
@keyframes gslideOutRight {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translateZ(0);
    }
    to {
        transform: translate3d(60%, 0, 0);
        opacity: 0;
    }
}
@-webkit-keyframes gzoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 1;
    }
}
@keyframes gzoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes gzoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@keyframes gzoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
html {
    box-sizing: border-box;
}
*,
:after,
:before {
    box-sizing: inherit;
}
:root {
    --full-viewport: 100vh;
}
.hide-text {
    overflow: hidden;
    padding: 0;
    text-indent: 101%;
    white-space: nowrap;
}
.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.pagination,
.wps2022 .footer-links,
.wps2022 .footer .footer-nav ul,
.wps2022 .main-nav ul,
.wps2022 .search-dropdown ul,
.wps2022 .socials {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget {
    margin-bottom: 20px;
}
.widget ul {
    padding-left: 32px;
}
.widget select {
    min-width: 230px;
    height: 40px;
    border-radius: 0;
    padding: 0 25px;
}
.comment-form label {
    display: block;
    padding-bottom: 4px;
}
.comment-form textarea {
    overflow: auto;
    margin: 0;
    height: 120px;
    min-height: 120px;
}
.comment-form input[type="text"],
.comment-form textarea {
    margin: 0 4px 0 0;
    max-width: 300px;
    width: 100%;
}
.comment-form input[type="submit"] {
    display: block;
    float: none;
}
.post-password-form label {
    display: block;
    margin-bottom: 4px;
}
.post-password-form input[type="password"] {
    margin: 0 4px 0 0;
    max-width: 300px;
    width: 100%;
    height: 44px;
}
.search-form {
    display: flex;
    margin-bottom: 15px;
}
.search-form fieldset {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.search-form input {
    height: 44px;
    display: inline-flex;
}
.search-form input[type="search"] {
    margin: 0 4px 0 0;
    width: 100%;
    max-width: 180px;
}
.search-form input[type="submit"] {
    flex-shrink: 0;
}
.post-password-form input {
    display: inline-flex;
    height: 32px;
}
.post-password-form input[type="password"] {
    width: 150px;
}
.comment-form fieldset,
.post-password-form fieldset,
.search-form fieldset {
    padding: 0;
    border: 0;
}
.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    background: #f0ce62;
    color: #002349;
    height: 44px;
    border: none;
    padding: 0 18px;
    font-weight: 500;
    cursor: pointer;
}
.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
    background: #d7a915;
    color: #002349;
}
.commentlist {
    margin: 0 0 20px;
}
.commentlist .edit-link {
    margin: 0;
}
.commentlist .avatar-holder {
    float: left;
    margin: 0 20px 4px 0;
}
.commentlist-item .commentlist-item {
    padding: 0;
}
.comment,
.commentlist-holder {
    overflow: hidden;
}
.commentlist-item + .commentlist-item,
.commentlist-item .commentlist-item {
    padding-top: 20px;
}
.widget_calendar #next {
    text-align: right;
}
.gallery-item dt {
    float: none;
    padding: 0;
}
.navigation,
.navigation-comments {
    position: relative;
    vertical-align: middle;
    margin-bottom: 20px;
}
.navigation-comments .screen-reader-text,
.navigation .screen-reader-text {
    position: absolute;
    left: -99999px;
}
.navigation-comments .page-numbers,
.navigation .page-numbers {
    display: inline-flex;
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin: 4px;
}
.navigation-comments .page-numbers.current,
.navigation .page-numbers.current {
    border: 1px solid #002349;
    font-size: 16px;
}
.navigation-comments .page-numbers.next,
.navigation-comments .page-numbers.prev,
.navigation .page-numbers.next,
.navigation .page-numbers.prev {
    width: auto;
}
.navigation-comments .page-numbers.dots,
.navigation .page-numbers.dots {
    font-size: 18px;
    width: auto;
    padding: 0;
}
.navigation-comments .nav-links,
.navigation .nav-links {
    display: flex;
}
.navigation-comments .nav-links .next,
.navigation-comments .nav-links .prev,
.navigation .nav-links .next,
.navigation .nav-links .prev {
    display: inline-flex;
    vertical-align: middle;
    max-width: 48%;
    background: #f0ce62;
    color: #002349;
    padding: 4px 8px;
    font-size: 16px;
    text-decoration: none;
    margin: 0;
}
.navigation-comments .nav-links .next:hover,
.navigation-comments .nav-links .prev:hover,
.navigation .nav-links .next:hover,
.navigation .nav-links .prev:hover {
    opacity: 0.8;
}
.navigation-comments .nav-links .prev:before,
.navigation .nav-links .prev:before {
    content: "";
    text-indent: 0;
    display: none;
    font-size: 14px;
}
.navigation-comments .nav-links .next:before,
.navigation .nav-links .next:before {
    content: "";
    text-indent: 0;
    display: none;
    font-size: 14px;
}
.navigation-comments .page-numbers.current {
    border: none;
}
.navigation-single {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.navigation-single .next,
.navigation-single .prev {
    display: inline-flex;
    align-items: center;
    max-width: 48%;
    background: #f0ce62;
    color: #002349;
    text-decoration: none;
}
.navigation-single .next:hover,
.navigation-single .prev:hover {
    opacity: 0.8;
}
.navigation-single .next a,
.navigation-single .prev a {
    color: inherit;
    text-decoration: none;
    padding: 10px;
    display: block;
}
.navigation-single .next a {
    margin-left: auto;
}
.wp-caption {
    max-width: 100%;
    clear: both;
    border: 1px solid transparent;
    padding: 10px;
    margin-bottom: 20px;
}
.wp-caption img {
    margin: 0;
    vertical-align: top;
}
.wp-caption p {
    margin: 10px 0 0;
}
div.aligncenter {
    margin: 0 auto 20px;
}
img.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignleft {
    float: left;
    margin: 0 20px 4px 0;
}
.alignright {
    float: right;
    margin: 0 0 4px 20px;
}
.mejs-container {
    margin-bottom: 20px;
}
.alignnone,
.bypostauthor,
.gallery,
.gallery-caption,
.sticky,
.wp-caption-text {
    height: auto;
}
#wp-calendar,
#wp-calendar tbody td {
    text-align: center;
}
#wp-calendar td,
#wp-calendar th {
    border: 1px solid transparent;
}
body {
    color: #000;
    font-family: Benton Sans, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
a {
    transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    color: #002349;
}
a,
a:hover {
    text-decoration: none;
}
a:hover {
    color: #c29b40;
}
dl,
ol,
p,
ul {
    margin: 0 0 1.5em;
}
:root {
    --sab: env(safe-area-inset-bottom);
}
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="text"],
textarea {
    transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    border: 1px solid;
    background-color: transparent;
    width: 100%;
    min-width: 0;
    padding: 1.2rem 2.4rem;
    border-radius: 0;
    -webkit-appearance: none;
}
input[type="email"]:focus,
input[type="email"]:hover,
input[type="search"]:focus,
input[type="search"]:hover,
input[type="tel"]:focus,
input[type="tel"]:hover,
input[type="text"]:focus,
input[type="text"]:hover,
textarea:focus,
textarea:hover {
    box-shadow: none;
    outline: none;
}
[type="button"],
[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
.wps2022 .header {
    background: #002349;
    color: #fff;
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}
.wps2022 .header.sticky-block {
    position: fixed;
}
.filter-is-opened .wps2022 .header {
    transform: translate3d(0, -100%, 0) !important;
}
.wps2022 .header-holder {
    background: #002349;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 20px;
    width: 100%;
    height: 50px;
}
.wps2022 .header a {
    color: inherit;
}
.wps2022 .menu-opened {
    overflow: hidden;
}
.wps2022 .menu-opened .header {
    z-index: 1001 !important;
}
.wps2022 .nav-holder {
    display: flex;
    align-items: center;
}
.wps2022 .logo {
    width: 174px;
    display: block;
    transition: all 0.4s ease;
}
.resize-active .wps2022 .logo {
    transition: none !important;
}
.wps2022 .logo img {
    display: block;
}
.wps2022 .search-opener {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9b981;
    font-size: 20px;
    text-transform: uppercase;
    margin-right: 8px;
    width: 24px;
    height: 24px;
}
.wps2022 .search-opener [class*="icon-"] {
    transition: all 0.4s ease;
}
.resize-active .wps2022 .search-opener [class*="icon-"] {
    transition: none !important;
}
.wps2022 .opened .search-opener i {
    transform: rotate(180deg) scale(0);
}
.wps2022 .opened .search-opener:before {
    transform: rotate(45deg) scale(1);
}
.wps2022 .opened .search-opener:after {
    transform: rotate(-45deg) scale(1);
}
.wps2022 .search-opener:after,
.wps2022 .search-opener:before {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    margin-top: -1px;
    transition: all 0.3s linear;
    content: "";
    transform: rotate(0) scaleX(0);
}
.resize-active .wps2022 .search-opener:after,
.resize-active .wps2022 .search-opener:before {
    transition: none !important;
}
.wps2022 .search-opener:after {
    transform: rotate(0) scaleX(0);
}
.resize-active .wps2022 .search-opener:after {
    transition: none !important;
}
.wps2022 div.search-drop {
    z-index: -3;
    position: absolute !important;
    width: 100% !important;
    top: 100% !important;
    left: 0 !important;
    height: 1px;
    display: none;
}
.is-loaded .wps2022 div.search-drop {
    display: block !important;
}
.wps2022 div.search-drop:before {
    border-top: 1px solid #666;
    position: absolute;
    z-index: 2;
    top: -1px;
    left: 0;
    width: 100%;
    content: "";
}
.wps2022 .opened div.search-drop:before {
    top: 0;
}
.wps2022 div.search-drop .close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 46px;
    text-indent: -999px;
    overflow: hidden;
    display: none;
}
.wps2022 div.search-drop .close:after,
.wps2022 div.search-drop .close:before {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    margin-top: -1px;
    transition: all 0.3s linear;
    content: "";
    transform: rotate(45deg);
}
.resize-active .wps2022 div.search-drop .close:after,
.resize-active .wps2022 div.search-drop .close:before {
    transition: none !important;
}
.wps2022 div.search-drop .close:after {
    transform: rotate(-45deg);
}
.wps2022 div.search-drop .holder {
    padding: 12px 22px 19px;
    background: #002349;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.25);
    transform: translateY(-110%);
    transition: all 0.4s ease;
}
.resize-active .wps2022 div.search-drop .holder {
    transition: none !important;
}
.wps2022 .opened div.search-drop .holder {
    transform: translateY(0);
}
.wps2022 div.search-drop .title {
    max-width: 250px;
    width: 100%;
    display: block;
    font: 24px/1.17 "freight-big-pro", "Sabon MT Std", serif;
    margin: 0 0 8px;
}
.wps2022 div.search-drop .title sup {
    font-size: 10px;
    font-weight: 400;
    top: -14px;
    left: 4px;
}
.wps2022 div.search-drop .form-group {
    padding: 0 40px 0 0;
    position: relative;
    border-bottom: 0;
}
.wps2022 div.search-drop .form-group > i[class*="icon-"] {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 20px;
}
.wps2022 div.search-drop .form-group input[type="search"] {
    display: block;
    padding: 8px 0 8px 28px;
    margin: 0;
    background: none;
    width: 100%;
    border: none;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wps2022 div.search-drop .form-group input[type="search"]::-webkit-search-cancel-button,
.wps2022 div.search-drop .form-group input[type="search"]::-webkit-search-decoration,
.wps2022 div.search-drop .form-group input[type="search"]::-webkit-search-results-button,
.wps2022 div.search-drop .form-group input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
.wps2022 div.search-drop .form-group input[type="search"]::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.wps2022 div.search-drop .form-group input[type="search"]::placeholder {
    color: #999;
    opacity: 1;
}
.wps2022 div.search-drop .form-group input[type="search"]:focus {
    outline: none;
    padding-left: 17px;
}
.wps2022 div.search-drop .form-group input[type="search"]:focus + i[class*="icon-"] {
    border-left: 2px solid #c9b981;
    height: 24px;
    left: 5px;
    top: 2px;
}
.wps2022 div.search-drop .form-group input[type="search"]:focus + i[class*="icon-"]:before {
    display: none;
}
.wps2022 div.search-drop .form-group input[type="search"]:focus ~ .search-dropdown {
    visibility: visible;
}
.wps2022 div.search-drop .form-group button[type="submit"] {
    position: absolute;
    background: none;
    right: 0;
    top: 5px;
    color: #fff;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 22px;
    cursor: pointer;
}
.wps2022 .search-dropdown {
    position: absolute;
    top: 100%;
    left: -4px;
    right: -4px;
    background: #fff;
    color: #002349;
    padding: 15px 28px;
    max-height: 520px;
    overflow: auto;
    max-width: 563px;
    visibility: hidden;
    opacity: 0;
    display: none;
    text-align: left;
    transition: visibility 0.3s cubic-bezier(0.3, 0.86, 0.36, 0.95), opacity 0.3s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}
.resize-active .wps2022 .search-dropdown {
    transition: none !important;
}
.is-loaded .wps2022 .search-dropdown {
    display: block !important;
}
.drop-active .wps2022 .search-dropdown {
    visibility: visible;
    opacity: 1;
}
.wps2022 .search-dropdown .subtitle {
    font-size: 12px;
    color: #6f7271;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin-bottom: 9px;
}
.wps2022 .search-dropdown .result-state {
    padding-top: 12px;
}
.wps2022 .search-dropdown .result-state .subtitle {
    color: #6f7271;
    margin-bottom: 5px;
}
.wps2022 .search-dropdown .default-state {
    font-size: 16px;
}
.wps2022 .search-dropdown .default-state a {
    color: #002349;
}
.wps2022 .search-dropdown .default-state ul {
    margin-bottom: 7px;
}
.wps2022 .search-dropdown .link {
    display: inline-block;
    margin: 0 0 19px -4px;
}
.wps2022 .search-dropdown .link:hover {
    color: #c29b40;
}
.wps2022 .search-dropdown .link [class*="icon-"] {
    font-size: 20px;
    position: relative;
    top: 3px;
    color: #c29b40;
}
.wps2022 .search-dropdown .list {
    margin-bottom: 22px;
}
.wps2022 .search-dropdown .list li {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}
.wps2022 .search-dropdown .list li img {
    order: 0;
    width: 45px;
    height: 45px;
    margin-right: 15px;
}
.wps2022 .search-dropdown .list li a {
    order: 1;
    color: #002349;
}
.wps2022 .search-dropdown .list .autocomplete-term {
    font-weight: 500;
}
.wps2022 .search-dropdown .list .disabled {
    pointer-events: none;
    opacity: 0.6;
}
.wps2022 .search-dropdown ul li {
    margin: 0 0 6px;
}
.wps2022 .search-dropdown ul a:hover {
    text-decoration: underline;
}
.wps2022 .btn-menu {
    width: 24px;
    height: 24px;
    z-index: 100;
    position: relative;
    margin-left: 13px;
    overflow: hidden;
}
.menu-opened .wps2022 .btn-menu span:before {
    transform: rotate(45deg);
}
.menu-opened .wps2022 .btn-menu span:after {
    transform: rotate(-45deg);
}
.menu-opened .wps2022 .btn-menu:after,
.menu-opened .wps2022 .btn-menu:before {
    transform: scale(0);
}
.wps2022 .btn-menu:after,
.wps2022 .btn-menu:before,
.wps2022 .btn-menu span,
.wps2022 .btn-menu span:after,
.wps2022 .btn-menu span:before {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    margin-top: -1px;
    transition: all 0.3s linear;
    content: "";
}
.resize-active .wps2022 .btn-menu:after,
.resize-active .wps2022 .btn-menu:before,
.resize-active .wps2022 .btn-menu span,
.resize-active .wps2022 .btn-menu span:after,
.resize-active .wps2022 .btn-menu span:before {
    transition: none !important;
}
.wps2022 .btn-menu:after,
.wps2022 .btn-menu:before {
    top: 20%;
}
.wps2022 .btn-menu:after {
    top: 80%;
}
.wps2022 .btn-menu span {
    background: none;
    text-indent: -999px;
}
.wps2022 .main-nav {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    height: var(--full-viewport);
    width: 100%;
    background: #002349;
    padding: 65px 25px;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    transform: translateX(-100%);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
}
.resize-active .wps2022 .main-nav {
    transition: none !important;
}
.wps2022 .main-nav.opened {
    overflow: hidden;
}
.menu-opened .wps2022 .main-nav {
    transform: translateY(0);
}
.wps2022 .main-nav > ul {
    padding: 0;
    text-transform: uppercase;
    order: 20;
}
.wps2022 .main-nav > ul > li {
    margin: 0 0 24px;
}
.wps2022 .main-nav > ul > li.active > a:after,
.wps2022 .main-nav > ul > li:hover > a:after {
    transform: scale(1);
}
.wps2022 .main-nav > ul > li:hover > .drop .holder {
    transform: translateY(0);
}
.hide-block .wps2022 .main-nav > ul > li:hover > .drop .holder {
    transform: translateY(-100%);
}
.wps2022 .main-nav > ul > li:hover > .drop .title {
    -webkit-animation: rotateX 0.3s ease-in-out 0.2s backwards;
    animation: rotateX 0.3s ease-in-out 0.2s backwards;
}
.wps2022 .main-nav > ul > li:hover > .drop ul li:first-child {
    -webkit-animation: rotateX 0.3s ease-in-out 0.46s backwards;
    animation: rotateX 0.3s ease-in-out 0.46s backwards;
}
.wps2022 .main-nav > ul > li:hover > .drop ul li:nth-child(2) {
    -webkit-animation: rotateX 0.3s ease-in-out 0.52s backwards;
    animation: rotateX 0.3s ease-in-out 0.52s backwards;
}
.wps2022 .main-nav > ul > li:hover > .drop ul li:nth-child(3) {
    -webkit-animation: rotateX 0.3s ease-in-out 0.58s backwards;
    animation: rotateX 0.3s ease-in-out 0.58s backwards;
}
.wps2022 .main-nav > ul > li:hover > .drop ul li:nth-child(4) {
    -webkit-animation: rotateX 0.3s ease-in-out 0.64s backwards;
    animation: rotateX 0.3s ease-in-out 0.64s backwards;
}
.wps2022 .main-nav > ul > li:hover > .drop ul li:nth-child(5) {
    -webkit-animation: rotateX 0.3s ease-in-out 0.7s backwards;
    animation: rotateX 0.3s ease-in-out 0.7s backwards;
}
.wps2022 .main-nav > ul > li:hover > .drop ul li:nth-child(6) {
    -webkit-animation: rotateX 0.3s ease-in-out 0.76s backwards;
    animation: rotateX 0.3s ease-in-out 0.76s backwards;
}
.wps2022 .main-nav > ul > li:hover > .drop ul li:nth-child(7) {
    -webkit-animation: rotateX 0.3s ease-in-out 0.82s backwards;
    animation: rotateX 0.3s ease-in-out 0.82s backwards;
}
.wps2022 .main-nav > ul > li:hover > .drop ul li:nth-child(8) {
    -webkit-animation: rotateX 0.3s ease-in-out 0.88s backwards;
    animation: rotateX 0.3s ease-in-out 0.88s backwards;
}
.wps2022 .main-nav > ul > li:hover > .drop ul li:nth-child(9) {
    -webkit-animation: rotateX 0.3s ease-in-out 0.94s backwards;
    animation: rotateX 0.3s ease-in-out 0.94s backwards;
}
.wps2022 .main-nav > ul > li:hover > .drop ul li:nth-child(10) {
    -webkit-animation: rotateX 0.3s ease-in-out 1s backwards;
    animation: rotateX 0.3s ease-in-out 1s backwards;
}
.wps2022 .main-nav > ul > li:hover > .drop ul li:nth-child(11) {
    -webkit-animation: rotateX 0.3s ease-in-out 1.06s backwards;
    animation: rotateX 0.3s ease-in-out 1.06s backwards;
}
.wps2022 .main-nav > ul > li:hover > .drop ul li:nth-child(12) {
    -webkit-animation: rotateX 0.3s ease-in-out 1.12s backwards;
    animation: rotateX 0.3s ease-in-out 1.12s backwards;
}
.wps2022 .main-nav > ul > li:hover > .drop ul li:nth-child(13) {
    -webkit-animation: rotateX 0.3s ease-in-out 1.18s backwards;
    animation: rotateX 0.3s ease-in-out 1.18s backwards;
}
.wps2022 .main-nav > ul > li:hover > .drop ul li:nth-child(14) {
    -webkit-animation: rotateX 0.3s ease-in-out 1.24s backwards;
    animation: rotateX 0.3s ease-in-out 1.24s backwards;
}
.wps2022 .main-nav > ul > li:hover > .drop ul li:nth-child(15) {
    -webkit-animation: rotateX 0.3s ease-in-out 1.3s backwards;
    animation: rotateX 0.3s ease-in-out 1.3s backwards;
}
.wps2022 .main-nav > ul > li:hover > .drop .card {
    opacity: 1;
}
.wps2022 .main-nav > ul > li > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wps2022 .main-nav .btn {
    border: 1px solid #fff;
    padding: 13px 17px;
    display: block;
    max-width: 188px;
    margin: 0 auto 49px;
    font-weight: 400;
    font-size: 16px;
    color: #fff !important;
    transition: none !important;
}
.wps2022 .main-nav .btn:hover {
    background: #fff;
    color: #002349 !important;;
}
.wps2022 .main-nav .btn.mylogin_signup {
    margin-left: 15px;
}
.wps2022 .main-nav .mylogin_nav {
    display: flex;
}
.wps2022 .main-nav > .location {
    order: 30;
}
.wps2022 .main-nav .opened .drop {
    transform: translateX(0);
}
.wps2022 .main-nav .opened .drop .group:first-child .title {
    -webkit-animation: rotateX 0.3s ease-in-out 0.9s backwards;
    animation: rotateX 0.3s ease-in-out 0.9s backwards;
}
.wps2022 .main-nav .opened .drop .group:first-child ul li:first-child {
    -webkit-animation: rotateX 0.3s ease-in-out 1.16s backwards;
    animation: rotateX 0.3s ease-in-out 1.16s backwards;
}
.wps2022 .main-nav .opened .drop .group:first-child ul li:nth-child(2) {
    -webkit-animation: rotateX 0.3s ease-in-out 1.22s backwards;
    animation: rotateX 0.3s ease-in-out 1.22s backwards;
}
.wps2022 .main-nav .opened .drop .group:first-child ul li:nth-child(3) {
    -webkit-animation: rotateX 0.3s ease-in-out 1.28s backwards;
    animation: rotateX 0.3s ease-in-out 1.28s backwards;
}
.wps2022 .main-nav .opened .drop .group:first-child ul li:nth-child(4) {
    -webkit-animation: rotateX 0.3s ease-in-out 1.34s backwards;
    animation: rotateX 0.3s ease-in-out 1.34s backwards;
}
.wps2022 .main-nav .opened .drop .group:first-child ul li:nth-child(5) {
    -webkit-animation: rotateX 0.3s ease-in-out 1.4s backwards;
    animation: rotateX 0.3s ease-in-out 1.4s backwards;
}
.wps2022 .main-nav .opened .drop .group:first-child ul li:nth-child(6) {
    -webkit-animation: rotateX 0.3s ease-in-out 1.46s backwards;
    animation: rotateX 0.3s ease-in-out 1.46s backwards;
}
.wps2022 .main-nav .opened .drop .group:first-child ul li:nth-child(7) {
    -webkit-animation: rotateX 0.3s ease-in-out 1.52s backwards;
    animation: rotateX 0.3s ease-in-out 1.52s backwards;
}
.wps2022 .main-nav .opened .drop .group:first-child ul li:nth-child(8) {
    -webkit-animation: rotateX 0.3s ease-in-out 1.58s backwards;
    animation: rotateX 0.3s ease-in-out 1.58s backwards;
}
.wps2022 .main-nav .opened .drop .group:first-child ul li:nth-child(9) {
    -webkit-animation: rotateX 0.3s ease-in-out 1.64s backwards;
    animation: rotateX 0.3s ease-in-out 1.64s backwards;
}
.wps2022 .main-nav .opened .drop .group:first-child ul li:nth-child(10) {
    -webkit-animation: rotateX 0.3s ease-in-out 1.7s backwards;
    animation: rotateX 0.3s ease-in-out 1.7s backwards;
}
.wps2022 .main-nav .opened .drop .group:first-child ul li:nth-child(11) {
    -webkit-animation: rotateX 0.3s ease-in-out 1.76s backwards;
    animation: rotateX 0.3s ease-in-out 1.76s backwards;
}
.wps2022 .main-nav .opened .drop .group:first-child ul li:nth-child(12) {
    -webkit-animation: rotateX 0.3s ease-in-out 1.82s backwards;
    animation: rotateX 0.3s ease-in-out 1.82s backwards;
}
.wps2022 .main-nav .opened .drop .group:first-child ul li:nth-child(13) {
    -webkit-animation: rotateX 0.3s ease-in-out 1.88s backwards;
    animation: rotateX 0.3s ease-in-out 1.88s backwards;
}
.wps2022 .main-nav .opened .drop .group:first-child ul li:nth-child(14) {
    -webkit-animation: rotateX 0.3s ease-in-out 1.94s backwards;
    animation: rotateX 0.3s ease-in-out 1.94s backwards;
}
.wps2022 .main-nav .opened .drop .group:first-child ul li:nth-child(15) {
    -webkit-animation: rotateX 0.3s ease-in-out 2s backwards;
    animation: rotateX 0.3s ease-in-out 2s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(2) .title {
    -webkit-animation: rotateX 0.3s ease-in-out 1.4s backwards;
    animation: rotateX 0.3s ease-in-out 1.4s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:first-child {
    -webkit-animation: rotateX 0.3s ease-in-out 1.66s backwards;
    animation: rotateX 0.3s ease-in-out 1.66s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:nth-child(2) {
    -webkit-animation: rotateX 0.3s ease-in-out 1.72s backwards;
    animation: rotateX 0.3s ease-in-out 1.72s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:nth-child(3) {
    -webkit-animation: rotateX 0.3s ease-in-out 1.78s backwards;
    animation: rotateX 0.3s ease-in-out 1.78s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:nth-child(4) {
    -webkit-animation: rotateX 0.3s ease-in-out 1.84s backwards;
    animation: rotateX 0.3s ease-in-out 1.84s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:nth-child(5) {
    -webkit-animation: rotateX 0.3s ease-in-out 1.9s backwards;
    animation: rotateX 0.3s ease-in-out 1.9s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:nth-child(6) {
    -webkit-animation: rotateX 0.3s ease-in-out 1.96s backwards;
    animation: rotateX 0.3s ease-in-out 1.96s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:nth-child(7) {
    -webkit-animation: rotateX 0.3s ease-in-out 2.02s backwards;
    animation: rotateX 0.3s ease-in-out 2.02s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:nth-child(8) {
    -webkit-animation: rotateX 0.3s ease-in-out 2.08s backwards;
    animation: rotateX 0.3s ease-in-out 2.08s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:nth-child(9) {
    -webkit-animation: rotateX 0.3s ease-in-out 2.14s backwards;
    animation: rotateX 0.3s ease-in-out 2.14s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:nth-child(10) {
    -webkit-animation: rotateX 0.3s ease-in-out 2.2s backwards;
    animation: rotateX 0.3s ease-in-out 2.2s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:nth-child(11) {
    -webkit-animation: rotateX 0.3s ease-in-out 2.26s backwards;
    animation: rotateX 0.3s ease-in-out 2.26s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:nth-child(12) {
    -webkit-animation: rotateX 0.3s ease-in-out 2.32s backwards;
    animation: rotateX 0.3s ease-in-out 2.32s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:nth-child(13) {
    -webkit-animation: rotateX 0.3s ease-in-out 2.38s backwards;
    animation: rotateX 0.3s ease-in-out 2.38s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:nth-child(14) {
    -webkit-animation: rotateX 0.3s ease-in-out 2.44s backwards;
    animation: rotateX 0.3s ease-in-out 2.44s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:nth-child(15) {
    -webkit-animation: rotateX 0.3s ease-in-out 2.5s backwards;
    animation: rotateX 0.3s ease-in-out 2.5s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(3) .title {
    -webkit-animation: rotateX 0.3s ease-in-out 1.9s backwards;
    animation: rotateX 0.3s ease-in-out 1.9s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:first-child {
    -webkit-animation: rotateX 0.3s ease-in-out 2.16s backwards;
    animation: rotateX 0.3s ease-in-out 2.16s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:nth-child(2) {
    -webkit-animation: rotateX 0.3s ease-in-out 2.22s backwards;
    animation: rotateX 0.3s ease-in-out 2.22s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:nth-child(3) {
    -webkit-animation: rotateX 0.3s ease-in-out 2.28s backwards;
    animation: rotateX 0.3s ease-in-out 2.28s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:nth-child(4) {
    -webkit-animation: rotateX 0.3s ease-in-out 2.34s backwards;
    animation: rotateX 0.3s ease-in-out 2.34s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:nth-child(5) {
    -webkit-animation: rotateX 0.3s ease-in-out 2.4s backwards;
    animation: rotateX 0.3s ease-in-out 2.4s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:nth-child(6) {
    -webkit-animation: rotateX 0.3s ease-in-out 2.46s backwards;
    animation: rotateX 0.3s ease-in-out 2.46s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:nth-child(7) {
    -webkit-animation: rotateX 0.3s ease-in-out 2.52s backwards;
    animation: rotateX 0.3s ease-in-out 2.52s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:nth-child(8) {
    -webkit-animation: rotateX 0.3s ease-in-out 2.58s backwards;
    animation: rotateX 0.3s ease-in-out 2.58s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:nth-child(9) {
    -webkit-animation: rotateX 0.3s ease-in-out 2.64s backwards;
    animation: rotateX 0.3s ease-in-out 2.64s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:nth-child(10) {
    -webkit-animation: rotateX 0.3s ease-in-out 2.7s backwards;
    animation: rotateX 0.3s ease-in-out 2.7s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:nth-child(11) {
    -webkit-animation: rotateX 0.3s ease-in-out 2.76s backwards;
    animation: rotateX 0.3s ease-in-out 2.76s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:nth-child(12) {
    -webkit-animation: rotateX 0.3s ease-in-out 2.82s backwards;
    animation: rotateX 0.3s ease-in-out 2.82s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:nth-child(13) {
    -webkit-animation: rotateX 0.3s ease-in-out 2.88s backwards;
    animation: rotateX 0.3s ease-in-out 2.88s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:nth-child(14) {
    -webkit-animation: rotateX 0.3s ease-in-out 2.94s backwards;
    animation: rotateX 0.3s ease-in-out 2.94s backwards;
}
.wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:nth-child(15) {
    -webkit-animation: rotateX 0.3s ease-in-out 3s backwards;
    animation: rotateX 0.3s ease-in-out 3s backwards;
}
.wps2022 .main-nav .opened .drop .card {
    opacity: 1;
}
.wps2022 .menu-opened .main-nav .mylogin_nav .btn {
    padding: 13px 34px;
}
.wps2022 .menu-opened .main-nav .mylogin_nav .btn.mylogin_12 {
    margin: 0 7px 0 auto;
}
.wps2022 .menu-opened .main-nav .mylogin_nav .btn.mylogin_22 {
    margin: 0 auto 0 7px;
}
.wps2022 .menu-opened .main-nav .mylogin_nav .btn.mylogin_11 {
    margin: 0 auto;
}
.wps2022 p.mylogin_mobile_msg {
    max-width: 310px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 15px auto 22px;
    border-bottom: 1px solid #999;
    padding: 2px 20px 17px;
}
.wps2022 div.drop {
    transform: translateX(100%);
    transition: all 0.4s ease;
    position: absolute;
    background: #002349;
    bottom: 0;
    z-index: 20;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    display: block !important;
}
.resize-active .wps2022 div.drop {
    transition: none !important;
}
.wps2022 div.drop .holder {
    padding: 65px 50px;
    overflow: auto;
    width: 100%;
    height: 100%;
}
.resize-active .wps2022 div.drop .holder {
    transition: none !important;
}
.wps2022 div.drop .title {
    display: block;
    margin: 0 0 32px;
    font-weight: 500;
    color: #c9b981;
    text-transform: uppercase;
}
.wps2022 div.drop ul {
    text-transform: none;
    text-transform: capitalize;
}
.wps2022 div.drop ul li {
    margin: 0 0 21px;
}
.wps2022 div.drop ul a:hover {
    color: #c9b981;
}
.wps2022 div.drop .group + .group {
    padding-top: 58px;
}
.wps2022 div.drop .card {
    margin: 58px 0 0;
    opacity: 0;
    transition: opacity 0.4s 0.5s;
}
.wps2022 div.drop .back {
    text-transform: uppercase;
    position: fixed;
    left: 0;
    top: 0;
    transition: all 0.4s ease;
    padding: 16px 19px;
    text-align: left;
    width: 100%;
    background: #002349;
    z-index: 10;
}
.resize-active .wps2022 div.drop .back {
    transition: none !important;
}
.wps2022 div.drop .back a:before {
    color: #c9b981;
    font-size: 10px;
    margin-right: 10px;
    content: "";
}
.wps2022 .location.active > a:after,
.wps2022 .location:hover > a:after {
    transform: scale(1);
}
.wps2022 .location .opener {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 18px;
    transition: none !important;
}
.wps2022 .location .opener [class*="icon-"] {
    margin: 0 10px 0 -3px;
}
.wps2022 .location .opener span {
    font-size: 16px;
    display: block;
}
.resize-active .wps2022 .location .opener:after {
    transition: none !important;
}
.wps2022 .location .drop {
    right: -23px !important;
    width: auto !important;
}
.wps2022 .location.opened .drop .holder .title {
    -webkit-animation: rotateX 0.3s ease-in-out 0.4s backwards !important;
    animation: rotateX 0.3s ease-in-out 0.4s backwards !important;
}
.wps2022 .location label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
}
.wps2022 .location label input[type="radio"] {
    position: fixed;
    left: -9999px;
}
.wps2022 .location label input[type="radio"]:checked ~ span:after {
    transform: scale(1);
}
.wps2022 .location label span:after,
.wps2022 .location label span:before {
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    border: 1px solid #d9d8d6;
    content: "";
}
.wps2022 .location label span:after {
    width: 10px;
    height: 10px;
    border: none;
    margin: 3px;
    background: #c9b981;
    transition: all 0.4s ease;
    transform: scale(0);
}
.resize-active .wps2022 .location label span:after {
    transition: none !important;
}
.wps2022 .home .header .header-holder.search-active {
    background: #002349;
    transition: all 20ms ease-in-out;
}
.wps2022 .home .search-holder.opened .search-drop .holder {
    background: rgba(0, 35, 73, 0.85);
}
.wps2022 .home .header-holder,
.wps2022 .home .main-nav {
    background: transparent;
}
.wps2022 .progress-border-wrapper {
    width: calc(100% + 40px);
    height: 2px;
    overflow: hidden;
    background-color: #999;
}
.wps2022 .progress-border {
    display: none;
    height: 100%;
    width: 100%;
    background: linear-gradient(270deg, #999 20%, #999 40%, #c9b981 50%, #c9b981 70%, #999);
    background-size: 200% auto;
    -webkit-animation: wpsir-progress-animation 1s linear infinite;
    animation: wpsir-progress-animation 1s linear infinite;
}
.wps2022 form.search-holder.loading .progress-border {
    display: block;
}
.wps2022 p.wpsearch_empty {
    margin: 0;
}
.wps2022 .home .header-holder > .search-holder.opened {
    background: #002349;
    transition: all 1ms ease-in-out;
}
@-webkit-keyframes rotateX {
    0% {
        opacity: 0;
        transform: rotateX(-90deg);
    }
    50% {
        transform: rotateX(-20deg);
    }
    to {
        opacity: 1;
        transform: rotateX(0deg);
    }
}
@keyframes rotateX {
    0% {
        opacity: 0;
        transform: rotateX(-90deg);
    }
    50% {
        transform: rotateX(-20deg);
    }
    to {
        opacity: 1;
        transform: rotateX(0deg);
    }
}
@-webkit-keyframes wpsir-progress-animation {
    to {
        background-position: -200%;
    }
}
@keyframes wpsir-progress-animation {
    to {
        background-position: -200%;
    }
}
body {
    background-color: #fff;
}
.home .wrapper,
.wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 50px;
}
.container {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 20px;
}
.page-holder {
    transition: padding-top 0.2s ease;
}
.resize-active .page-holder {
    transition: none !important;
}
.filter-is-opened .page-holder {
    padding-top: 0 !important;
}
.page-holder.extra-padding {
    transition: padding-top 0.4s ease;
}
.home .page-holder {
    padding-top: 0 !important;
}
.resize-active .home .page-holder {
    transition: none !important;
}
.filter-is-opened .home .page-holder {
    padding-top: 0 !important;
}
.card {
    position: relative;
    text-transform: none;
    font-size: 14px;
    line-height: 1.429;
    font-weight: 400;
    letter-spacing: 0.03em;
    display: block;
    color: inherit;
    text-align: left;
    overflow: hidden;
}
.card:before {
    background: linear-gradient(1turn, rgba(0, 0, 0, 0.5) 1.66%, transparent 84.34%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
}
.card img {
    transition: transform 2s ease;
    transform: scale(1.25);
    display: block;
    width: 100%;
}
.resize-active .card img {
    transition: none !important;
}
.card .descr {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85%;
    padding: 21px 25px;
    max-height: 100%;
    overflow: auto;
}
.card strong {
    display: block;
    margin: 0 0 2px;
    font: 24px/1.334 "freight-big-pro", "Sabon MT Std", serif !important;
}
.card p {
    margin: 0;
    font-size: 14px;
}
.navigation {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    align-items: center;
    justify-content: center;
}
.navigation .next-item,
.navigation .prev-item {
    display: none;
    color: #cbcbcb;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.navigation .next-item i,
.navigation .prev-item i {
    font-size: 11px;
    margin-right: 8px;
}
.navigation .next-item i {
    margin: 0 0 0 8px;
}
.pagination {
    padding: 0 30px;
    position: relative;
}
.pagination,
.pagination a,
.pagination span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pagination a,
.pagination span {
    width: 30px;
    height: 30px;
    border: 1px solid #999;
    background-color: transparent;
    align-items: center;
    text-decoration: none;
    text-align: center;
    color: #19487f;
    font-size: 14px;
    font-weight: 400;
    transition: border 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}
.pagination a.current,
.pagination span.current {
    font-weight: 500;
    border-color: #002349;
    color: #002349;
    pointer-events: none;
}
.pagination a.current:hover,
.pagination span.current:hover {
    border-color: #002349;
    color: #002349;
}
.pagination a:hover {
    color: #c29b40;
    border-color: #c29b40;
    font-weight: 500;
}
.pagination span {
    border: 0;
    font-size: 14px;
}
.pagination .next,
.pagination .prev {
    background-color: transparent;
    color: #061a33;
    padding: 0;
    max-width: none;
    display: flex;
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.pagination .next.next,
.pagination .prev.next {
    right: 0;
    left: auto;
}
.pagination .next.disabled,
.pagination .prev.disabled {
    color: rgba(0, 57, 93, 0.2);
    pointer-events: none;
}
.pagination li {
    margin: 4px;
}
.text-center {
    text-align: center;
}
.position-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
img {
    max-width: 100%;
    height: auto;
}
[data-accordion-group].active [data-accordion-opener]:before {
    transform: translateY(-50%) rotate(180deg);
}
[data-accordion-group] [data-accordion-opener] {
    position: relative;
    z-index: 1;
}
[data-accordion-group] [data-accordion-opener]:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 9px;
    font-size: 18px;
    transform-origin: center;
    transition: transform 0.3s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}
.property-detail-page .container {
    padding: 0 22px;
}
.agent-detail-page .container {
    padding: 0 28px;
}
[data-top-down-fade] [data-item] {
    opacity: 0;
}
.wps2022 .footer {
    background: #002349;
    color: #d9d8d6;
    padding: 80px 0;
    text-align: center;
    font-size: 14px;
}
.wps2022 .footer-bar {
    margin: 0 0 41px;
}
.wps2022 .footer .separator {
    margin: 0 10px 0 13px;
    color: #999;
}
.wps2022 .footer .footer-nav {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #999;
    margin: 0 0 32px;
}
.wps2022 .footer .footer-nav ul {
    padding-bottom: 18px;
}
.wps2022 .footer .footer-nav ul li {
    margin: 0 0 11px;
    line-height: 1.25;
}
.wps2022 .footer .footer-nav ul ul {
    width: auto;
    margin: 0;
    text-transform: none;
    padding: 14px 0 15px;
}
.wps2022 .footer .footer-nav ul ul li {
    margin: 0 0 5px;
}
.wps2022 .footer .footer-nav ul ul a {
    color: #d9d8d6;
}
.wps2022 .footer .footer-nav a {
    color: inherit;
}
.wps2022 .footer p {
    margin: 0 0 30px;
}
.wps2022 .footer .btn {
    width: 192px;
    color: #fff;
    background: #061a33;
    border: 1px solid #fff;
}
.wps2022 .footer .btn:hover {
    background: #fff;
    color: #002349;
    text-decoration: none;
}
.wps2022 .footer a {
    color: #c9b981;
}
.wps2022 .footer a:hover {
    text-decoration: underline;
}
.wps2022 .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 3px 0 0;
}
.wps2022 .footer-links li {
    margin: 0 0 5px;
}
.wps2022 .footer-links li:last-child:after {
    display: none;
}
.wps2022 .footer-links li:after {
    content: "|";
    color: #999;
    margin: 0 11px 0 10px;
}
.wps2022 .footer .address-link {
    padding: 12px 0 0;
    margin: 0 0 22px;
}
.wps2022 .footer .address-link [class*="icon-"] {
    position: relative;
    top: 3px;
    font-size: 21px;
    margin-right: 6px;
}
.wps2022 .socials {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin: 0 -24px 40px 0;
}
.wps2022 .socials li {
    margin: 0 25px 2px 0;
}
.wps2022 .socials a {
    color: #fff;
    opacity: 0.6;
    width: 1em;
    height: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
    font-size: 26px;
    line-height: 1;
}
.resize-active .wps2022 .socials a {
    transition: none !important;
}
.wps2022 .socials a:hover {
    text-decoration: none;
    opacity: 1;
}
.wps2022 .socials a.icon-youtube-alt:before {
    font-size: 0.7em;
}
.wps2022 .socials a.icon-tweeter-alt:before {
    font-size: 0.8em;
}
.wps2022 .copy {
    padding: 0 0 6px;
    font-size: 12px;
    line-height: 1.667;
    color: #999;
}
.wps2022 .copy p {
    margin: 0 0 20px;
}
.wps2022 body #chat-widget-container {
    z-index: 100 !important;
}
.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 18px 25px;
    border: 1px solid #002349;
    color: #002349;
    text-transform: uppercase;
    transition: all 0.4s ease;
    font-weight: 600;
    margin: 0;
    font-size: 14px;
    cursor: pointer;
}
.btn:hover {
    background: #002349;
    color: #fff;
}
.btn.btn-white {
    color: #fff;
    border-color: #fff;
}
.btn.btn-white:hover {
    background-color: #fff;
    color: #002349;
}
.btn i {
    margin: 3px 14px 0 0;
    color: #ad8d1c;
}
.btn.btn-with-icon {
    font-size: 12px;
    align-items: flex-start;
}
.btn.btn-with-icon i {
    font-size: 18px;
}
.btn.btn-reverse {
    background-color: #002349;
    color: #fff;
}
.btn.btn-reverse:hover {
    background-color: #fff;
    color: #002349;
}
.btn.btn-big {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 37px;
}
.btn.btn-secondary {
    background: #f0ce62;
    border-color: transparent;
    color: #002349;
}
.btn-alt {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 9px 13px;
    position: relative;
    letter-spacing: 0.02em;
    z-index: 1;
    transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}
.btn-alt:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    z-index: -1;
    background: #c29b40;
}
.btn-alt span:after,
.btn-alt span:before {
    content: "";
    width: 0;
    position: absolute;
    height: 0%;
    background: transparent;
    opacity: 0;
    z-index: 2;
    transition: width 0.2s ease-in, height 0.15s linear 0.2s, opacity 0s 0.35s;
}
.btn-alt span:after {
    bottom: 0;
    right: 0;
    border-right: 2px solid #c29b40;
    border-top: 2px solid #c29b40;
}
.btn-alt span:before {
    bottom: 0;
    left: 0;
    border-left: 2px solid #c29b40;
    border-top: 2px solid #c29b40;
}
.btn-alt:hover {
    color: #fff;
}
.btn-alt:hover span:after,
.btn-alt:hover span:before {
    opacity: 1;
    transition: 0.2s ease-in 0.2s, width 0.2s linear 0.4s, opacity 0s 0.2s;
    height: 100%;
    width: 51%;
}
.select-wrap {
    z-index: 2;
    font-size: 12px;
    position: relative;
}
.select-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    font-size: 14px;
    color: #051235;
}
.select-wrap .select2-search--dropdown {
    display: none;
}
.select-wrap .select2 {
    margin-left: 5px;
    width: auto !important;
    min-width: 98px;
}
.select-wrap .select2-selection {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ad8d1c;
    padding-right: 20px;
    outline: none;
}
.select-wrap .select2-results__option {
    background-color: #fff;
    border-bottom: 1px solid #ad8d1c;
}
.select-wrap .select2-dropdown {
    border: 0;
    width: 100% !important;
    min-width: 98px;
    transform: translateZ(0);
}
.select-wrap .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #fff !important;
    color: #051235 !important;
}
.select-wrap .select2-selection__arrow b {
    opacity: 0;
}
.select-wrap .select2-selection__arrow:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
}
.select2 {
    flex-grow: 1;
    flex-shrink: 0;
    min-width: 230px;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 220px;
}
.select2-search__field {
    font-size: 16px;
}
@media (min-width: 768px) {
    .commentlist-item .commentlist-item {
        padding: 0 0 0 32px;
    }
    .wps2022 .logo {
        margin: 0;
    }
    .navigation .next-item,
    .navigation .prev-item {
        display: block;
    }
    .wps2022 .footer {
        text-align: left;
        padding: 50px 0 110px;
    }
    .wps2022 .footer-bar {
        position: relative;
        margin: 0 0 17px;
        flex-wrap: wrap;
        display: flex;
        align-items: flex-start;
    }
    .wps2022 .footer .footer-nav {
        padding: 0 192px 0 0;
        flex: 1;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .wps2022 .footer .footer-nav ul {
        margin-right: 5%;
        width: 45%;
    }
    .wps2022 .footer .footer-nav ul ul {
        padding: 21px 0 0;
    }
    .wps2022 .footer p {
        margin: 0 0 25px;
    }
    .wps2022 .footer .btn {
        z-index: 3;
        position: absolute;
        top: 0;
        right: 0;
    }
    .wps2022 .footer-links {
        justify-content: start;
    }
    .wps2022 .footer .address-link {
        padding: 0;
        margin: 0 0 25px;
    }
    .wps2022 .socials {
        width: 100%;
        margin: 0 0 8px;
        font-size: 32px;
        justify-content: start;
    }
    .wps2022 .socials li {
        margin: 0 27px 2px 3px;
    }
    .wps2022 .copy p {
        margin: 0 0 20px;
    }
    .wps2022 footer .socials a {
        font-size: 32px;
    }
}
@media (min-width: 769px) {
    .glightbox-container .ginner-container {
        width: auto;
        height: auto;
        flex-direction: row;
    }
    .glightbox-container .ginner-container.desc-top .gslide-description {
        order: 0;
    }
    .glightbox-container .ginner-container.desc-top .gslide-image,
    .glightbox-container .ginner-container.desc-top .gslide-image img {
        order: 1;
    }
    .glightbox-container .ginner-container.desc-left .gslide-description {
        order: 0;
    }
    .glightbox-container .ginner-container.desc-left .gslide-image {
        order: 1;
    }
    .gslide-image img {
        max-height: 97vh;
        max-width: 100%;
    }
    .gslide-image img.zoomable {
        cursor: zoom-in;
    }
    .zoomed .gslide-image img.zoomable {
        cursor: -webkit-grab;
        cursor: grab;
    }
    .gslide-inline {
        max-height: 95vh;
    }
    .gslide-external {
        max-height: 100vh;
    }
    .gslide-description.description-left,
    .gslide-description.description-right {
        max-width: 275px;
    }
    .glightbox-open {
        height: auto;
    }
    .goverlay {
        background: rgba(0, 0, 0, 0.92);
    }
    .glightbox-clean .gslide-media {
        box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
    }
    .glightbox-clean .description-left .gdesc-inner,
    .glightbox-clean .description-right .gdesc-inner {
        position: absolute;
        height: 100%;
        overflow-y: auto;
    }
    .glightbox-clean .gclose,
    .glightbox-clean .gnext,
    .glightbox-clean .gprev {
        background-color: rgba(0, 0, 0, 0.32);
    }
    .glightbox-clean .gclose:hover,
    .glightbox-clean .gnext:hover,
    .glightbox-clean .gprev:hover {
        background-color: rgba(0, 0, 0, 0.7);
    }
    .glightbox-clean .gnext,
    .glightbox-clean .gprev {
        top: 45%;
    }
}
@media (min-width: 992px) {
    .glightbox-clean .gclose {
        opacity: 0.7;
        right: 20px;
    }
}
@media (min-width: 1100px) {
    .post-password-form input[type="password"],
    .search-form input {
        height: 50px;
    }
    .search-form input[type="search"] {
        max-width: 230px;
    }
    .comment-form input[type="submit"],
    .post-password-form input[type="submit"],
    .search-form input[type="submit"] {
        height: 50px;
    }
    .navigation-comments .page-numbers,
    .navigation .page-numbers {
        width: 40px;
        height: 40px;
    }
    .navigation-comments .nav-links .next,
    .navigation-comments .nav-links .prev,
    .navigation .nav-links .next,
    .navigation .nav-links .prev {
        font-size: 16px;
    }
    .wps2022 .header {
        height: auto;
    }
    .wps2022 .header-holder {
        padding: 0 46px;
        height: 90px;
    }
    .wps2022 .logo {
        width: 280px;
    }
    .wps2022 div.search-drop .form-group input[type="search"] {
        height: inherit !important;
    }
    .wps2022 .search-opener {
        width: 42px;
        font-size: 18px;
        height: 90px;
        color: #fff;
        margin-right: 9px;
    }
    .wps2022 .search-opener span {
        display: none;
    }
    .wps2022 .opened .search-opener i {
        transform: none;
    }
    .wps2022 .opened .search-opener:before {
        display: none;
    }
    .wps2022 .opened .search-opener:after,
    .wps2022 .search-opener:hover:after {
        transform: scale(1);
    }
    .wps2022 .search-opener:after {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        height: 4px;
        content: "";
        background: #c9b981;
        transform: scaleX(0);
        transition: all 0.4s ease;
    }
    .wps2022 div.search-drop .close {
        display: block;
        width: 34px;
        height: 34px;
        margin-top: -17px;
    }
    .wps2022 div.search-drop .holder {
        display: flex;
        align-items: center;
        padding: 24px 106px 24px 46px;
    }
    .wps2022 div.search-drop .title {
        font-size: 36px;
        line-height: 1.222;
        max-width: 320px;
        flex-shrink: 0;
        margin: 0 6.75% 0 0;
    }
    .wps2022 div.search-drop .form-group {
        flex-grow: 1;
        margin: 0;
        max-width: 732px;
    }
    .wps2022 div.search-drop .form-group > i[class*="icon-"] {
        font-size: 26px;
        top: 11px;
    }
    .wps2022 div.search-drop .form-group input[type="search"] {
        font-size: 24px;
        padding: 12px 0 15px 51px;
    }
    .wps2022 div.search-drop .form-group input[type="search"]:focus + i[class*="icon-"] {
        height: 30px;
        top: 8px;
    }
    .wps2022 div.search-drop .form-group button[type="submit"] {
        top: 14px;
        right: 5px;
        font-size: 22px;
    }
    .wps2022 .search-dropdown {
        box-shadow: 18px 20px 40px rgba(0, 0, 0, 0.15);
        padding: 33px 38px;
        left: 0;
        right: auto;
        width: 100%;
        background: #f7f7f7;
    }
    .wps2022 .search-dropdown .result-state {
        padding-top: 0;
    }
    .wps2022 .search-dropdown .result-state .subtitle {
        margin-bottom: 12px;
    }
    .wps2022 .search-dropdown .list {
        margin-bottom: 28px;
    }
    .wps2022 .search-dropdown .list li {
        margin-bottom: 10px;
    }
    .wps2022 .btn-menu {
        display: none;
    }
    .wps2022 .main-nav {
        transform: translateY(-100%);
        position: static;
        display: flex;
        align-items: center;
        padding: 0;
        overflow: visible;
        transform: none;
        text-align: left;
        margin-right: -23px;
        height: auto;
        flex-direction: row;
    }
    .wps2022 .main-nav.opened {
        overflow: visible;
    }
    .menu-opened .wps2022 .main-nav {
        transform: none;
    }
    .wps2022 .main-nav > ul {
        display: flex;
        font-size: 14px;
        align-items: center;
        text-transform: uppercase;
        font-weight: 500;
        padding: 0;
        margin-left: -10px;
        order: 0;
    }
    .wps2022 .main-nav > ul > li {
        margin: 0 0 0 10px;
    }
    .wps2022 .main-nav > ul > li.desktop-hide {
        display: none;
    }
    .wps2022 .main-nav > ul > li > a {
        padding: 0 11px;
        height: 90px;
    }
    .wps2022 .main-nav > ul > li > a:after,
    .wps2022 .main-nav > ul > li > a:before {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 4px;
        content: "";
        background: #c9b981;
        transform: scaleX(0);
        transition: all 0.4s ease;
    }
    .resize-active .wps2022 .main-nav > ul > li > a:after,
    .resize-active .wps2022 .main-nav > ul > li > a:before {
        transition: none !important;
    }
    .wps2022 .main-nav > ul > li > a:before {
        background: transparent;
        bottom: -1px;
        transform: none;
    }
    .wps2022 .main-nav .simple-menu {
        position: relative;
    }
    .wps2022 .main-nav .btn {
        padding: 7px 15px;
        display: inline-block;
        font-weight: 500;
        font-size: 14px;
        margin: 0 0 0 21px;
    }
    .wps2022 .main-nav > .location {
        order: 40;
    }
    .wps2022 .main-nav .opened .drop .group:first-child ul li:first-child {
        -webkit-animation: rotateX 0.3s ease-in-out 0.66s backwards;
        animation: rotateX 0.3s ease-in-out 0.66s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:first-child ul li:nth-child(2) {
        -webkit-animation: rotateX 0.3s ease-in-out 0.72s backwards;
        animation: rotateX 0.3s ease-in-out 0.72s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:first-child ul li:nth-child(3) {
        -webkit-animation: rotateX 0.3s ease-in-out 0.78s backwards;
        animation: rotateX 0.3s ease-in-out 0.78s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:first-child ul li:nth-child(4) {
        -webkit-animation: rotateX 0.3s ease-in-out 0.84s backwards;
        animation: rotateX 0.3s ease-in-out 0.84s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:first-child ul li:nth-child(5) {
        -webkit-animation: rotateX 0.3s ease-in-out 0.9s backwards;
        animation: rotateX 0.3s ease-in-out 0.9s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:first-child ul li:nth-child(6) {
        -webkit-animation: rotateX 0.3s ease-in-out 0.96s backwards;
        animation: rotateX 0.3s ease-in-out 0.96s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:first-child ul li:nth-child(7) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.02s backwards;
        animation: rotateX 0.3s ease-in-out 1.02s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:first-child ul li:nth-child(8) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.08s backwards;
        animation: rotateX 0.3s ease-in-out 1.08s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:first-child ul li:nth-child(9) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.14s backwards;
        animation: rotateX 0.3s ease-in-out 1.14s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:first-child ul li:nth-child(10) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.2s backwards;
        animation: rotateX 0.3s ease-in-out 1.2s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:first-child ul li:nth-child(11) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.26s backwards;
        animation: rotateX 0.3s ease-in-out 1.26s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:first-child ul li:nth-child(12) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.32s backwards;
        animation: rotateX 0.3s ease-in-out 1.32s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:first-child ul li:nth-child(13) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.38s backwards;
        animation: rotateX 0.3s ease-in-out 1.38s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:first-child ul li:nth-child(14) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.44s backwards;
        animation: rotateX 0.3s ease-in-out 1.44s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:first-child ul li:nth-child(15) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.5s backwards;
        animation: rotateX 0.3s ease-in-out 1.5s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:first-child {
        -webkit-animation: rotateX 0.3s ease-in-out 0.66s backwards;
        animation: rotateX 0.3s ease-in-out 0.66s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:nth-child(2) {
        -webkit-animation: rotateX 0.3s ease-in-out 0.72s backwards;
        animation: rotateX 0.3s ease-in-out 0.72s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:nth-child(3) {
        -webkit-animation: rotateX 0.3s ease-in-out 0.78s backwards;
        animation: rotateX 0.3s ease-in-out 0.78s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:nth-child(4) {
        -webkit-animation: rotateX 0.3s ease-in-out 0.84s backwards;
        animation: rotateX 0.3s ease-in-out 0.84s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:nth-child(5) {
        -webkit-animation: rotateX 0.3s ease-in-out 0.9s backwards;
        animation: rotateX 0.3s ease-in-out 0.9s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:nth-child(6) {
        -webkit-animation: rotateX 0.3s ease-in-out 0.96s backwards;
        animation: rotateX 0.3s ease-in-out 0.96s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:nth-child(7) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.02s backwards;
        animation: rotateX 0.3s ease-in-out 1.02s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:nth-child(8) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.08s backwards;
        animation: rotateX 0.3s ease-in-out 1.08s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:nth-child(9) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.14s backwards;
        animation: rotateX 0.3s ease-in-out 1.14s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:nth-child(10) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.2s backwards;
        animation: rotateX 0.3s ease-in-out 1.2s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:nth-child(11) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.26s backwards;
        animation: rotateX 0.3s ease-in-out 1.26s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:nth-child(12) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.32s backwards;
        animation: rotateX 0.3s ease-in-out 1.32s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:nth-child(13) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.38s backwards;
        animation: rotateX 0.3s ease-in-out 1.38s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:nth-child(14) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.44s backwards;
        animation: rotateX 0.3s ease-in-out 1.44s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(2) ul li:nth-child(15) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.5s backwards;
        animation: rotateX 0.3s ease-in-out 1.5s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:first-child {
        -webkit-animation: rotateX 0.3s ease-in-out 0.66s backwards;
        animation: rotateX 0.3s ease-in-out 0.66s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:nth-child(2) {
        -webkit-animation: rotateX 0.3s ease-in-out 0.72s backwards;
        animation: rotateX 0.3s ease-in-out 0.72s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:nth-child(3) {
        -webkit-animation: rotateX 0.3s ease-in-out 0.78s backwards;
        animation: rotateX 0.3s ease-in-out 0.78s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:nth-child(4) {
        -webkit-animation: rotateX 0.3s ease-in-out 0.84s backwards;
        animation: rotateX 0.3s ease-in-out 0.84s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:nth-child(5) {
        -webkit-animation: rotateX 0.3s ease-in-out 0.9s backwards;
        animation: rotateX 0.3s ease-in-out 0.9s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:nth-child(6) {
        -webkit-animation: rotateX 0.3s ease-in-out 0.96s backwards;
        animation: rotateX 0.3s ease-in-out 0.96s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:nth-child(7) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.02s backwards;
        animation: rotateX 0.3s ease-in-out 1.02s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:nth-child(8) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.08s backwards;
        animation: rotateX 0.3s ease-in-out 1.08s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:nth-child(9) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.14s backwards;
        animation: rotateX 0.3s ease-in-out 1.14s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:nth-child(10) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.2s backwards;
        animation: rotateX 0.3s ease-in-out 1.2s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:nth-child(11) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.26s backwards;
        animation: rotateX 0.3s ease-in-out 1.26s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:nth-child(12) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.32s backwards;
        animation: rotateX 0.3s ease-in-out 1.32s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:nth-child(13) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.38s backwards;
        animation: rotateX 0.3s ease-in-out 1.38s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:nth-child(14) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.44s backwards;
        animation: rotateX 0.3s ease-in-out 1.44s backwards;
    }
    .wps2022 .main-nav .opened .drop .group:nth-child(3) ul li:nth-child(15) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.5s backwards;
        animation: rotateX 0.3s ease-in-out 1.5s backwards;
    }
    .wps2022 p.mylogin_mobile_msg {
        display: none;
    }
    .wps2022 div.drop {
        font-size: 16px;
        z-index: -2;
        top: 100% !important;
        width: 9999px !important;
        left: auto !important;
        right: 40px;
        bottom: auto;
        height: 1px;
        background: none;
        transform: none;
        font-weight: 400;
        letter-spacing: 0.03em;
    }
    .wps2022 div.drop .holder {
        padding: 41px 68px;
        background: rgba(6, 26, 51, 0.85);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        overflow: visible;
        float: right;
        width: auto;
        height: auto;
        display: flex;
        transform: translateY(calc(-100% - 50px));
        display: none;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    }
    .is-loaded .wps2022 div.drop .holder {
        transition: transform 0.4s ease;
        display: flex;
    }
    .wps2022 .simple-menu div.drop {
        right: -23px;
        width: auto !important;
    }
    .wps2022 div.drop .title {
        margin: 0 0 18px;
    }
    .wps2022 div.drop ul li {
        transform-origin: top center;
        margin: 0 0 12px;
    }
    .wps2022 div.drop .group {
        width: 227px;
    }
    .wps2022 div.drop .group + .group {
        padding-top: 0;
        margin-left: 129px;
    }
    .wps2022 div.drop .card {
        margin: -5px -6px 0 51px;
    }
    .wps2022 div.drop .back {
        display: none;
    }
    .wps2022 .location {
        position: relative;
        margin-left: 20px;
    }
    .wps2022 .location .opener {
        width: 42px;
        height: 90px;
        color: #fff;
    }
    .wps2022 .location .opener [class*="icon-"] {
        margin: 0;
    }
    .wps2022 .location .opener span {
        display: none;
    }
    .wps2022 .location .opener:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 4px;
        content: "";
        background: #c9b981;
        transform: scaleX(0);
        transition: all 0.4s ease;
    }
    .wps2022 .location.opened .drop .holder {
        transform: translateY(0);
    }
    .wps2022 .location.opened ul li:first-child {
        -webkit-animation: rotateX 0.3s ease-in-out 0.46s backwards;
        animation: rotateX 0.3s ease-in-out 0.46s backwards;
    }
    .wps2022 .location.opened ul li:nth-child(2) {
        -webkit-animation: rotateX 0.3s ease-in-out 0.52s backwards;
        animation: rotateX 0.3s ease-in-out 0.52s backwards;
    }
    .wps2022 .location.opened ul li:nth-child(3) {
        -webkit-animation: rotateX 0.3s ease-in-out 0.58s backwards;
        animation: rotateX 0.3s ease-in-out 0.58s backwards;
    }
    .wps2022 .location.opened ul li:nth-child(4) {
        -webkit-animation: rotateX 0.3s ease-in-out 0.64s backwards;
        animation: rotateX 0.3s ease-in-out 0.64s backwards;
    }
    .wps2022 .location.opened ul li:nth-child(5) {
        -webkit-animation: rotateX 0.3s ease-in-out 0.7s backwards;
        animation: rotateX 0.3s ease-in-out 0.7s backwards;
    }
    .wps2022 .location.opened ul li:nth-child(6) {
        -webkit-animation: rotateX 0.3s ease-in-out 0.76s backwards;
        animation: rotateX 0.3s ease-in-out 0.76s backwards;
    }
    .wps2022 .location.opened ul li:nth-child(7) {
        -webkit-animation: rotateX 0.3s ease-in-out 0.82s backwards;
        animation: rotateX 0.3s ease-in-out 0.82s backwards;
    }
    .wps2022 .location.opened ul li:nth-child(8) {
        -webkit-animation: rotateX 0.3s ease-in-out 0.88s backwards;
        animation: rotateX 0.3s ease-in-out 0.88s backwards;
    }
    .wps2022 .location.opened ul li:nth-child(9) {
        -webkit-animation: rotateX 0.3s ease-in-out 0.94s backwards;
        animation: rotateX 0.3s ease-in-out 0.94s backwards;
    }
    .wps2022 .location.opened ul li:nth-child(10) {
        -webkit-animation: rotateX 0.3s ease-in-out 1s backwards;
        animation: rotateX 0.3s ease-in-out 1s backwards;
    }
    .wps2022 .location.opened ul li:nth-child(11) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.06s backwards;
        animation: rotateX 0.3s ease-in-out 1.06s backwards;
    }
    .wps2022 .location.opened ul li:nth-child(12) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.12s backwards;
        animation: rotateX 0.3s ease-in-out 1.12s backwards;
    }
    .wps2022 .location.opened ul li:nth-child(13) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.18s backwards;
        animation: rotateX 0.3s ease-in-out 1.18s backwards;
    }
    .wps2022 .location.opened ul li:nth-child(14) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.24s backwards;
        animation: rotateX 0.3s ease-in-out 1.24s backwards;
    }
    .wps2022 .location.opened ul li:nth-child(15) {
        -webkit-animation: rotateX 0.3s ease-in-out 1.3s backwards;
        animation: rotateX 0.3s ease-in-out 1.3s backwards;
    }
    .wps2022 .home .header {
        background: rgba(40, 39, 40, 0.4);
    }
    .wps2022 .home .search-holder .search-drop .holder {
        background: transparent;
    }
    .wrapper {
        padding-top: 90px;
    }
    .home .wrapper {
        padding: 0;
    }
    .pagination a,
    .pagination span {
        width: 40px;
        height: 40px;
    }
    .pagination span {
        font-size: 18px;
        width: 20px;
    }
    .pagination .next,
    .pagination .prev {
        font-size: 20px;
    }
    [data-accordion-group] [data-accordion-opener]:before {
        right: 15px;
    }
    [data-accordion-group="property-mobile"] [data-accordion-opener]:before {
        display: none;
    }
    [data-hero-img],
    [data-hero-text],
    [data-image-box-parallax] [data-box-parallax],
    [data-image-box-parallax] [data-image] {
        opacity: 0;
    }
    .wps2022 .footer .footer-nav ul {
        margin-right: 5%;
        width: 20%;
    }
    .btn-alt {
        font-size: 18px;
        padding: 10px 20px;
    }
    .select-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 12px;
    }
}
@media screen and (min-width: 1100px) {
    .home .page-holder,
    .page-holder {
        padding-top: 0 !important;
    }
}
@media (min-width: 1280px) {
    .navigation {
        margin: 10px 0;
    }
}
@media (min-width: 1281px) {
    .wps2022 .header-holder,
    .wps2022 .search-opener {
        height: 100px;
    }
    .wps2022 div.search-drop .close {
        right: 106px;
    }
    .wps2022 div.search-drop .holder {
        padding: 24px 152px 24px 120px;
    }
    .wps2022 .location .opener,
    .wps2022 .main-nav > ul > li > a {
        height: 100px;
    }
    .wps2022 .logo {
        width: 331px;
    }

    .wrapper {
        padding-top: 100px;
    }
    .home .wrapper {
        padding: 0;
    }
}
@media (min-width: 1441px) {
    .wps2022 .header-holder,
    .wps2022 .location .opener,
    .wps2022 .main-nav > ul > li > a,
    .wps2022 .search-opener {
        height: 110px;
    }
    .wps2022 .home .wrapper {
        padding-top: 0;
    }
    .wrapper {
        padding-top: 110px;
    }
    .home .wrapper {
        padding: 0;
    }
}
@media (min-width: 1600px) {
    .pagination {
        padding: 0 34px;
    }
    .pagination li {
        margin: 5px;
    }
}
@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        transform-origin: 0;
    }
    .mfp-arrow-right {
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
@media (max-width: 519px) {
    .navigation-comments .nav-links .prev,
    .navigation .nav-links .prev {
        text-indent: -99999px;
    }
    .navigation-comments .nav-links .prev:before,
    .navigation .nav-links .prev:before {
        display: block;
    }
    .navigation-comments .nav-links .next,
    .navigation .nav-links .next {
        text-indent: -99999px;
    }
    .navigation-comments .nav-links .next:before,
    .navigation .nav-links .next:before {
        display: block;
    }
}
@media (max-width: 767px) {
    .navigation-single .next a,
    .navigation-single .prev a {
        padding: 4px;
    }
}
@media (max-width: 1099px) {
    iframe {
        width: 100%;
    }
    .wps2022 .main-nav>ul>li>a {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 1100px) {
    .wps2022 .home .header-holder,
    .wps2022 .home .main-nav {
        background: #002349;
    }
    .wps2022 div.search-drop .form-group input[type="search"] {
        font-size: 100%;
    }
}
@media screen and (max-height: 420px) {
    .goverlay {
        background: #000;
    }
}



@media (max-width: 768px) {
    .wps2022 div.search-drop .title {
        display: none;
    }
}
.wps2022 div.search-drop .form-group input[type="search"] {
    height: 35px;
}
.wps2022 footer p,
.wps2022 footer a {
    font-size: 14px;
    line-height: 21px;
}


.wps2022 .search-opener,
.wps2022 .search-opener [class*="icon-"],
.wps2022 .main-nav>ul>li>a {
    transition: none !important;
    color: #fff !important;
}

.tt-dataset-peepslist .tt-suggestions .tt-suggestion {
    text-align: left !important;
    padding: 3px 20px;
    line-height: 24px;
    margin: 0;
}
.tt-dataset-peepslist .tt-suggestions .tt-suggestion p {
    font-family: Benton Sans, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 16px;
    text-transform: none;
    color: #001E45;
}
.tt-dataset-peepslist .tt-suggestions .tt-suggestion.tt-cursor {
    background-color: #001E45;
}
.tt-dataset-peepslist .tt-suggestions .tt-suggestion.tt-cursor p {
    color: #fff !important;
}
/*blog lading style changes*/

.blog .social-share-bar, .tax-mrt_press_type .social-share-bar{
    display: none;
}

.single .start-section-holder.alt{
    padding-bottom: 0;
}

.blog .page-heading-box, .archive .page-heading-box{
    /*padding-bottom: 71px!important;*/
    padding-bottom: 41px!important;
}
@media all and (min-width: 960px) {
    .blog .filter-search-container, .archive .filter-search-container, .filter-search-container.blog-search-categories{
        margin: 0 0 45px;
    }
}

.blog .filter-search-container .frame, .archive .filter-search-container .frame, .filter-search-container.blog-search-categories .frame{
    padding: 0;
}

.blog  .filter-search-container .slide.js-slide-hidden, .archive .filter-search-container .slide.js-slide-hidden, .filter-search-container.blog-search-categories .slide.js-slide-hidden{
    margin: 0;
    padding: 18px 0;
}

.blog  .filter-search-container .slide .text, .archive .filter-search-container .slide .text, .filter-search-container.blog-search-categories .slide .text{
    padding: 5px 0;
}

.blog  .filter-search-container .slide.js-slide-hidden .text .row, .archive .filter-search-container .slide.js-slide-hidden .text .row, .filter-search-container.blog-search-categories .slide.js-slide-hidden .text .row{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.blog  .filter-search-container .slide.js-slide-hidden .text .column, .archive .filter-search-container .slide.js-slide-hidden .text .column, .filter-search-container.blog-search-categories .slide.js-slide-hidden .text .column{
    text-align: center;
    width: auto;
    float:none;
    display: block !important;
}

.blog .filter-search-container .frame .blog-sub-header-links, .archive .filter-search-container .frame .blog-sub-header-links, .filter-search-container.blog-search-categories .frame .blog-sub-header-links{
    font-family:'Freight Display W01 Medium', serif;
    font-size: 1.375rem;
    line-height: 1;
    color: #122a4b;
    text-align: center;
    position: relative;
    letter-spacing: .05rem;
}

.blog .filter-search-container .frame .blog-sub-header-links:hover::after, .archive .filter-search-container .frame .blog-sub-header-links:hover::after, .filter-search-container.blog-search-categories .frame .blog-sub-header-links:hover::after{
    content:' ';
    position: absolute;
    bottom:-35px;
    left:0;
    border-bottom: 4px solid #122a4b;
    display: block;
    width:100%;
}

.blog .filter-search-container .frame .blog-sub-header-links.blog-search-box::after, .archive .filter-search-container .frame .blog-sub-header-links.blog-search-box::after, .main-holder .filter-search-container.blog-search-categories .frame .blog-sub-header-links.blog-search-box::after{
    content: none;
}

.blog .filter-search-container .frame .blog-sub-header-links:hover, .archive .filter-search-container .frame .blog-sub-header-links:hover, .main-holder .filter-search-container.blog-search-categories .frame .blog-sub-header-links:hover{
    color: #5991e3;
}

.blog .filter-search-container .frame .blog-sub-header-links.blog-search-box, .archive .filter-search-container .frame .blog-sub-header-links.blog-search-box, .main-holder .filter-search-container.blog-search-categories .frame .blog-sub-header-links.blog-search-box{
    border:2px solid #adadad;
    color: #898989;
    padding: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    background: #f6f5f2;
    margin: 0;
}

.blog .filter-search-container .frame .blog-sub-header-links.blog-search-box .blog-search-box-btn, .archive .filter-search-container .frame .blog-sub-header-links.blog-search-box .blog-search-box-btn, .main-holder .filter-search-container.blog-search-categories .frame .blog-sub-header-links.blog-search-box .blog-search-box-btn{
    color: #898989;
    background: #f6f5f2;
    margin: 0;
    padding: 5px;
    width: 40px;
    height: 40px;
}

.blog .filter-search-container .frame .blog-sub-header-links.blog-search-box .blog-search-box-btn img, .archive .filter-search-container .frame .blog-sub-header-links.blog-search-box .blog-search-box-btn img, .main-holder .filter-search-container.blog-search-categories .frame .blog-sub-header-links.blog-search-box .blog-search-box-btn img{
    width:30px;
}

.blog .filter-search-container .frame .blog-sub-header-links.blog-search-box.open form input, .archive .filter-search-container .frame .blog-sub-header-links.blog-search-box.open form input, .main-holder .filter-search-container.blog-search-categories .frame .blog-sub-header-links.blog-search-box.open form input{
    width:auto;
    height: auto;
    opacity: 1;
    transition: all .5s ease;
    padding: 5px;
}

.bloggy-search-form{
    display: flex;
}

.blog .filter-search-container .frame .blog-sub-header-links.blog-search-box form input, .archive .filter-search-container .frame .blog-sub-header-links.blog-search-box form input, .main-holder .filter-search-container.blog-search-categories .frame .blog-sub-header-links.blog-search-box form input{
    margin: 0;
    border: none;
    box-shadow: none;
    background: #f6f5f2;
    width: 0;
    opacity: 0;
    height: 0;
    padding: 5px 0;
    font-family:"News Gothic MT W01", Arial, Helvetica, sans-serif;
}


.blog .content-area.row, .archive .content-area.row{
    max-width: 63rem;
}
.blog .content-area .image-block .image-box, .archive .content-area .image-block .image-box{
    width:50%;
}

.blog .content-area .history-start-section .image-block .heading, .archive .content-area .history-start-section .image-block .heading{
    border-bottom: none;
    margin-bottom: 0;
}

.blog .content-area .history-start-section .image-block .heading h6, .archive .content-area .history-start-section .image-block .heading h6{
    text-transform: uppercase;
    font-weight: 600;
    font-family:"News Gothic MT W01", Arial, Helvetica, sans-serif;
    font-size: .75rem;
    letter-spacing: .05rem;
}

.blog .content-area article, .archive .content-area article{
    padding-bottom: 30px;
    margin: 0;
}

.blog .content-area .history-start-section.no-image-post, .archive .content-area .history-start-section.no-image-post{
    margin: 0 45px 30px;
    padding: 30px 0;
}

.blog .content-area .history-start-section.no-image-post .heading, .archive .content-area .history-start-section.no-image-post .heading{
    margin: 0;
}
.blog .content-area .history-start-section.type-of-post-group, .archive .content-area .history-start-section.type-of-post-group{
    display: block;
}

.blog .content-area hr.light-line{
    border: solid #f2f2f2;
    border-width: 1px 0 0;
}

.blog .content-area .history-start-section.type-of-post-group h3, .archive .content-area .history-start-section.type-of-post-group h3{
    display: block;
    text-align: left;
    font-family:'Freight Display W01 Medium';
    letter-spacing: .05rem;
    font-size: 40px;
    line-height: 48px;
    color: #122a4b;
}

.blog .content-area .history-start-section h2, .archive .content-area .history-start-section h2{
    font: 36px/45px "freight-big-pro", "Times New Roman", Times, serif;
    letter-spacing: .05rem;
}

.blog .content-area .history-start-section.type-of-post-group h6, .archive .content-area .history-start-section.type-of-post-group h6{
    font-size: .75rem;
    font-weight: 600;
}

.blog .content-area .history-start-section.type-of-post-group .image-block, .archive .content-area .history-start-section.type-of-post-group .image-block{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 0 0 50%;
    flex-basis: 50%;
}
.blog .content-area .history-start-section.type-of-post-group .image-block .text-holder, .archive .content-area .history-start-section.type-of-post-group .image-block .text-holder{
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    align-content: center;
}

.blog .content-area .post .image-block, .archive .content-area .post .image-block{
    display: flex;
    flex-direction: row;
}

.blog .content-area .post.no-image-post .image-block, .archive .content-area .post.no-image-post .image-block{
    flex-direction: column;
    justify-content: center;
}

.blog .content-area .post .image-block .text-holder, .archive .content-area .post .image-block .text-holder{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    flex-basis: 50%;
}

.blog .content-area .post-group-view-all, .archive .content-area .post-group-view-all{
    float:right;
    margin-bottom: 2rem;
    color: #122a4b;
    font: bold 16px "News Gothic MT W01", Arial, Helvetica, sans-serif;
}

@media all and (max-width: 1160px){
    .blog .filter-search-container .frame .blog-sub-header-links, .archive .filter-search-container .frame .blog-sub-header-links,  .main-holder .filter-search-container.blog-search-categories .frame .blog-sub-header-links{
        font-size: 1.125rem;
    }
    .blog .content-area .post-group-view-all, .archive .content-area .post-group-view-all, .search-no-results .content-area .post-group-view-all, .search-results .content-area .post-group-view-all{
        margin-right: 20px;
    }
    .blog .content-area .history-start-section.type-of-post-group, .blog .content-area .history-posts, .search-no-results .content-area .history-posts, .search-results .content-area .history-posts{
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
}

@media all and (max-width: 1060px) {
    .archive .content-area.row {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
}


@media all and (max-width: 960px){
    /*.blog .filter-search-container .frame .blog-sub-header-links.blog-search-box, .archive .filter-search-container .frame .blog-sub-header-links.blog-search-box {*/
    /*    padding: 10px 15px;*/
    /*    max-width: 90%;*/
    /*    margin: 0 auto;*/
    /*    justify-content: space-between;*/
    /*    flex-direction: row-reverse;*/
    /*    background: #fff;*/
    /*    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);*/
    /*}*/
    .main-holder .filter-search-container.blog-search-categories .frame .blog-sub-header-links.blog-search-box form input{
        width:100%;
        height: auto;
        opacity: 1;
        transition: all .5s ease;
        padding: 5px;
    }
    .bloggy-search-form{
        display: flex;
        flex-direction: row-reverse;
        width:100%;
    }

    .blog .filter-search-container .frame .blog-sub-header-links.blog-search-box, .archive .filter-search-container .frame .blog-sub-header-links.blog-search-box, .main-holder .filter-search-container.blog-search-categories .frame .blog-sub-header-links.blog-search-box{
        border: 1px solid #adadad;
    }
    .blog .filter-search-container .frame, .archive .filter-search-container,  .main-holder .filter-search-container.blog-search-categories {
        margin: 0 0 30px;
    }
    .blog .filter-search-container .frame .blog-sub-header-links:hover::after, .archive .filter-search-container .frame .blog-sub-header-links:hover::after,  .main-holder .filter-search-container.blog-search-categories .frame .blog-sub-header-links:hover::after{
        content: none;
    }
    .blog .history-posts .image-block, .archive .history-posts .image-block{
        margin: 0;
    }

    .blog .content-area .post .image-block, .archive .content-area .post .image-block{
        flex-direction: column;
    }
    .blog .content-area .history-start-section h3, .archive .content-area .history-start-section h3{
        display: none;
    }
    .blog .content-area .history-start-section.type-of-post-group h3, .archive .content-area .history-start-section.type-of-post-group h3{
        display: block;
        text-align: center;
        font-size: 32px;
        line-height: 1;
    }
    .blog .content-area .image-block .image-box, .archive .content-area .image-block .image-box{
        width: 100%;
    }
    .blog .content-area .history-start-section .text-block, .archive .content-area .history-start-section .text-block{
        display: block;
    }
    .blog .content-area .history-start-section .image-block .heading, .archive .content-area .history-start-section .image-block .heading{
        display: block;
    }
    .blog .content-area .history-start-section.type-of-post-group .image-block, .archive .content-area .history-start-section.type-of-post-group .image-block{
        flex-direction: column;
    }
    .blog .content-area .history-start-section.no-image-post, .archive .content-area .history-start-section.no-image-post{
        margin: 0;
    }
    .blog .filter-search-container .frame .column, .archive .filter-search-container .frame .column,  .main-holder .filter-search-container.blog-search-categories .frame .column{
        text-align: center;
        float:none;
        border-top: 1px solid #ddd;
    }
    .blog .filter-search-container .frame .column:last-of-type, .archive .filter-search-container .frame .column:last-of-type, .main-holder .filter-search-container.blog-search-categories .frame .column:last-of-type{
        padding: 20px 0 30px;
    }
    .blog .filter-search-container .frame .blog-sub-header-links, .archive .filter-search-container .frame .blog-sub-header-links, .main-holder .filter-search-container.blog-search-categories .frame .blog-sub-header-links{
        display: block;
        padding: 20px 0;
    }

    .blog .filter-search-container .frame, .archive .filter-search-container .frame{
        padding: 0;
    }
    .blog .filter-search-container .frame .blog-sub-header-links.blog-search-box, .archive .filter-search-container .frame .blog-sub-header-links.blog-search-box, .main-holder .filter-search-container.blog-search-categories .frame .blog-sub-header-links.blog-search-box{
        padding: 10px 15px;
        max-width: 90%;
        margin: 0 auto;
        justify-content: space-between;
        flex-direction: row-reverse;
        background: #fff;
        box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    }
    .blog .filter-search-container .frame .blog-sub-header-links.blog-search-box .blog-search-box-btn, .archive .filter-search-container .frame .blog-sub-header-links.blog-search-box .blog-search-box-btn,  .main-holder .filter-search-container.blog-search-categories .frame .blog-sub-header-links.blog-search-box .blog-search-box-btn{
        background: #fff;
    }
    .blog #main .page-heading-box, .archive #main .page-heading-box{
        padding-bottom: 10px!important;
    }
    .filter-search-container .title{
        padding:10px 0 25px;
    }
    .blog .filter-search-container .frame .blog-sub-header-links.blog-search-box input, .archive .filter-search-container .frame .blog-sub-header-links.blog-search-box input, .main-holder .filter-search-container.blog-search-categories .frame .blog-sub-header-links.blog-search-box input{
        width: auto;
        height:auto;
        opacity: 1;
        background: #fff;
    }
    .blog .history-posts .image-block .date, .archive .history-posts .image-block .date{
        display: none;
    }
    .blog .content-area .history-start-section h2, .archive .content-area .history-start-section h2{
        font: 22px/28px "freight-big-pro", "Times New Roman", Times, serif;
    }
}

/*logo blog changes*/
.blog-header-logo{
    max-height: 90px;
    padding-top: 20px;
    margin-bottom: 0;
    margin-top: -20px;
}


@media (min-width: 961px){
    .blog-header-logo{
        max-height: 100px;
        margin-top: 0;
        filter: brightness(0) invert(1);
    }
}
@media all and (max-width: 960px) and (min-width: 941px){
    .blog-header-logo {
        max-height: 60px;
        margin-bottom: 11px;
    }
}


@media (max-width: 1161px){
    .breadcrumbs-holder .breadcrumbs{
        margin-bottom: 0;
    }
    .blog-header-logo {
        max-height: 90px;
        padding-top: 20px;
        margin-bottom: 0;
        margin-top: -20px;
    }
}

@media (max-width: 961px){
    .blog-header-logo {
        margin-top:0;
    }
}

@media all and (max-width: 800px) and (min-width: 767px){
    .blog-header-logo {
        margin-top:-20px;
    }
}

@media (min-width: 767px){
    .blog-header-logo{
        margin-top: 0;
        filter: brightness(0) invert(1);
    }
}
@media (min-width: 1400px) {
    .blog-header-logo {
        max-height: 140px;
    }
}


.blog-heading-content {
    text-align: center;
    margin-bottom: 2.25rem;

}
.blog-heading-content h1{
    font-family:'Freight Display W01 Medium';
    letter-spacing: .05rem;
    font-size: 40px;
    line-height: 52px;
    color: #122a4b;
}

.blog-heading-content h2{
    font-size: 1rem;
    font-weight: 600;
    font-family: "News Gothic MT W01", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #122a4b;
    letter-spacing: 1px;
}

@media (max-width: 961px){
    .blog-heading-content h1 {
        font-size: 32px;
    }
}


/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face{ font-display:swap;
  font-family: 'FontAwesome';
  src: url('/wp-content/themes/wpsir_2022/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('/wp-content/themes/wpsir_2022/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('/wp-content/themes/wpsir_2022/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('/wp-content/themes/wpsir_2022/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('/wp-content/themes/wpsir_2022/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('/wp-content/themes/wpsir_2022/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
 }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    z-index: 999999;
}

.select2-container .select2-selection li.select2-search{
    float: left;
    width: auto;
    padding: 0;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
    margin: 0;
    padding: 0;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 14px;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d5d5d5;
    cursor: text;
    background: #eaeae9; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #eaeae9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeae9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeae9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#eaeae9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#eaeae9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#eaeae9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeae9',GradientType=0 ); /* IE6-9 */
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 10px 20px 10px 15px;
    min-height: 44px;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.search-option-section .communities-in-box .communities-add-nav .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f0f0f0;
    border: 1px solid #aaaaaa;
    color: #001e45;
    font-size: 14px;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    width: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #70ade1 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    padding: 3px 5px
}

.select2-container--default .select2-search--inline .select2-search__field:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    font-size: 14px;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 28px;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f5f5f5;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f6f6f6;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.collapsed-list li.select2-results__option > strong {
    cursor: pointer !important;
}

.collapsed-list li.select2-results__option > strong:after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-width: 5px 4px 0;
    border-style: solid;
    border-width: 0 4px 5px;
    border-color: transparent transparent #4f82bb transparent;
    margin-left: 9px;
}
.collapsed-list li.select2-results__option.open > strong:after {
    border-width: 5px 4px 0;
    border-color: #2e5581 transparent transparent transparent;
}

.selectsize_arrow + .select2-container .select2-selection .select2-selection__rendered:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    background: url("/wp-content/themes/wpsir_2022/images/sprite.png") no-repeat -178px 0;
    width: 13px;
    height: 8px;
    margin: -4px 0 0;
    right: 17px;
}

.selectsize_loupe + .select2-container .select2-selection .select2-selection__rendered:after {
    content: "\f002";
    display: block;
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    top: 50%;
    width: 13px;
    height: 14px;
    margin: -7px 0 0;
    right: 15px;
    color: #d5d5d5;
}
@media only screen and (max-width: 767px) {
    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        padding: 10px 5px;
    }
}
