@charset "UTF-8";
/*
	Theme Name: Pure Leasing Custom Wordpress Theme
	Author URI: https://nathanshanahan.com
	Description: Pure Leasing Custom Theme by Nathan Shanahan
	Version: 1.0.1
	Author: Nathan Shanahan 
*/
/* ===============================================
		
		Single word class names are never defined 
		at the root level. 
		
		
===============================================	*/
/*  ==========================================================================
		Fonts
		Font shorthand: font-style font-variant font-weight font-size/line-height font-family;	
		========================================================================== */
/* TISA SANS PRO Loaded by Typekit: weights, 400(regular), 700(Bold) */
/* TISA PRO Loaded by Typekit: weights, 400(regular), 700(Bold) */
/* SOLEIL Loaded by Typekit: weights, 400 (Regular) 500 (Book), Semibold(600), 700(Bold), Extrabold(800)*/
/*  ==========================================================================
		Font Weights	
		========================================================================== */
/* ===============================================
		Font Size
===============================================	*/
/*  ==========================================================================
		Colors	
		========================================================================== */
/* Offwhite page background */
/* Warm dark gregy */
/* Logo Orange */
/* Call to action Green */
/* Darker that $color-dark-background */
/*  ==========================================================================
		Wrap & page setups width	
		========================================================================== */
/*  ==========================================================================
		Break Points
		========================================================================== */
/* ===============================================
		Flexbox
		@include flexbox(row, $mobile);
===============================================	*/
/* ===============================================
		Row Machine
		@include rowMachine(3,5%,$mobile);
===============================================	*/
/* ===============================================
	Font Sizing
	@include responsive-font(1.5vw, 16px, 20px, 18px);
	(vw, min size, max size, fallback)
===============================================	*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1; }

/* ===============================================
		Flexbox Firefox fix
===============================================	*/
* {
  min-height: 0;
  min-width: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, main, nav, section, cite {
  display: block; }

html {
  height: 100%; }

body {
  line-height: 1;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none; }

.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading ul, .wf-loading li, .wf-loading a, .wf-loading p {
  visibility: hidden; }

.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active ul, .wf-active li, .wf-active a, .wf-active p {
  visibility: visible; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

cite {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.group:after, .footer_contact_info:after, #tenant_form_container:after, .two_column_input:after, .two_column_input label:after, .three_column_input:after, .three_column_input label:after, .three_column_input .column:after, .four_column_input:after, .four_column_input label:after, .four_column_input .column:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.group, .footer_contact_info, #tenant_form_container, .two_column_input, .two_column_input label, .three_column_input, .three_column_input label, .three_column_input .column, .four_column_input, .four_column_input label, .four_column_input .column {
  display: inline-block; }

/* start commented backslash hack \*/
* html .group, * html .footer_contact_info, * html #tenant_form_container, * html .two_column_input, * html .two_column_input label, .two_column_input * html label, * html .three_column_input, * html .three_column_input label, .three_column_input * html label, * html .three_column_input .column, .three_column_input * html .column, * html .four_column_input, * html .four_column_input label, .four_column_input * html label, * html .four_column_input .column, .four_column_input * html .column {
  height: 1%; }

.group, .footer_contact_info, #tenant_form_container, .two_column_input, .two_column_input label, .three_column_input, .three_column_input label, .three_column_input .column, .four_column_input, .four_column_input label, .four_column_input .column {
  display: block; }

/* close commented backslash hack */
img {
  max-width: 100%;
  vertical-align: bottom; }

a:focus {
  outline-width: 0; }

/* Width + Padding = element width */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

/* ===============================================
		Button Reset
===============================================	*/
button {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  border-spacing: 0;
  color: #625e59;
  font: "soleil", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.42rem;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0; }

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

/* ===============================================
 		Restore Google Maps Images
 ===============================================	*/
.google-maps-link {
  max-width: 100%; }

.gmnoprint img {
  max-width: none;
  z-index: 9999; }

/* ===============================================
		Remove space between inline-block li elements
===============================================	*/
/* Stops buttons being differant heights across browsers. Also removes the strange gap between inline-block elements. */
ul {
  font-size: 0px; }
  ul li {
    font-size: 18px; }

/* Global Styles */
body {
  font-family: "soleil", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: none;
  color: #625e59;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.text_center {
  text-align: center; }

.text_right {
  text-align: right; }

/* For sticking the footer to page bottom */
.container {
  min-height: 100%; }

a {
  text-decoration: none;
  color: inherit; }

.page_wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1260px;
  width: 100%;
  height: 100%;
  background: none; }

.content_wrap {
  position: relative;
  margin: 0 auto;
  width: 1260px;
  height: 100%;
  background: none; }
  @media (max-width: 1290px) {
    .content_wrap {
      width: 100%;
      padding-left: 4%;
      padding-right: 4%; } }
  @media (max-width: 787px) {
    .content_wrap {
      width: 100%;
      padding-left: 8%;
      padding-right: 8%; } }

.inner_wrap {
  position: relative;
  margin: 0 auto;
  width: 1100px;
  height: 100%;
  background: none; }
  @media (max-width: 1130px) {
    .inner_wrap {
      width: 100%; } }
  @media (max-width: 1120px) {
    .inner_wrap {
      width: 100%; } }

.padded_section {
  padding-top: 90px;
  padding-bottom: 90px; }
  .padded_section + .padded_section {
    padding-top: 0; }
  @media (max-width: 767px) {
    .padded_section {
      padding-top: 45px;
      padding-bottom: 45px; } }

.inner_padding {
  padding: 25px; }

/* ===============================================
		Global Font Colors 
===============================================	*/
.color_white {
  color: #FFF; }
  .color_white a:hover {
    color: #ffa322; }

.color_primary {
  color: #ffa322; }

.color_secondary {
  color: #78c0a8; }

.color_dark_grey {
  color: #625e59; }

.color_light_grey {
  color: #aaa199; }

.color_font {
  color: #625e59; }

.color_black {
  color: #000; }

/* ===============================================
		Global Background Colors
===============================================	*/
background_image {
  background-size: cover; }

.dark_background {
  background: #625e59;
  color: #FFF; }

.darkest_background {
  background: #343838;
  color: #FFF; }

.light_background {
  background: #f4f4f4; }

.white_background {
  background: #FFF; }

.primary_background {
  background: #ffa322; }

.textured_background {
  background: url("img/patterns/dark_cardboard_tile.jpg") repeat; }

/* ===============================================
		Buttons
===============================================	*/
.btn {
  position: relative;
  z-index: 5;
  padding-top: 1em;
  font-size: 14px; }
  .btn a {
    background: #ffa322;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 3px;
    padding: 6px 12px;
    text-transform: uppercase;
    border-radius: 3px; }
    .btn a:hover {
      background: #78c0a8;
      color: #FFF; }
  .btn a + a {
    margin: 0 0 0 24px; }

.btn_secondary a {
  background: #78c0a8; }
  .btn_secondary a:hover {
    background: #ffa322; }

.btn_dark a {
  background: #494642;
  font-size: .8em; }
  .btn_dark a:hover {
    background: #ffa322; }

.btn_center {
  text-align: center; }

.title_link {
  color: #ffa322; }
  .title_link:hover {
    border-bottom: 3px solid; }

.btn_text {
  font-weight: 600;
  font-family: "soleil", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  color: #ffa322; }
  .btn_text:hover {
    text-decoration: underline; }

.btn_secondary_text {
  color: #78c0a8; }

/* ===============================================
		Global Text Styles
===============================================	*/
body {
  font-family: "soleil", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }

.heading_font {
  font-family: "ff-tisa-sans-web-pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

/* ===============================================
		Flexbox 
===============================================	*/
.flex1, .three_columns_margin, .column_space_between {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flex2 {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -ms-flex: 2;
  flex: 2; }

.flex3 {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -ms-flex: 3;
  flex: 3; }

.flex4 {
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
  -ms-flex: 4;
  flex: 4; }

.flex5 {
  -webkit-box-flex: 5;
  -moz-box-flex: 5;
  -ms-flex: 5;
  flex: 5; }

/* ===============================================
		Images
===============================================	*/
.hover_container {
  position: relative; }
  .hover_container img {
    min-width: 100%; }
  .hover_container figcaption {
    background: #ffa322;
    opacity: .8;
    position: absolute;
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .hover_container figcaption h4 {
      opacity: 0;
      position: absolute;
      text-align: center;
      width: 100%;
      padding-top: 1.5em;
      -webkit-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out; }
  .hover_container:hover figcaption {
    top: 0;
    right: 0px;
    bottom: 0px;
    left: 0px; }
    .hover_container:hover figcaption h4 {
      opacity: 1;
      padding-top: .25em; }

/* ===============================================
		Floats
===============================================	*/
.float_right {
  float: right; }

.float_left {
  float: left; }

/* ===============================================
		Column Containers 
===============================================	*/
.column_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 767px) {
    .column_container {
      display: block; } }

.three_columns_margin {
  max-width: 31%;
  min-width: 31%; }
  @media (max-width: 767px) {
    .three_columns_margin {
      width: 100%;
      max-width: 100%; } }
  .three_columns_margin:nth-of-type(n + 4) {
    margin-top: 3.4%; }

.three_columns_padding {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 2.5%; }

@media (max-width: 767px) {
  .column_space_between {
    display: block;
    margin-top: 20px;
    text-align: center; } }

/* ===============================================
		Columns
===============================================	*/
.two_column_container .column {
  width: 48.75%;
  float: left; }
  .two_column_container .column:nth-child(n) {
    margin-right: 2.5%; }
  .two_column_container .column:nth-child(2n) {
    margin-right: 0; }
  .two_column_container .column:nth-child(2n + 1) {
    clear: left; }
  .two_column_container .column:nth-child(n + 3) {
    margin-top: 2.5%; }
  @media (max-width: 767px) {
    .two_column_container .column {
      width: 100%; }
      .two_column_container .column:nth-child(n) {
        margin-right: 0; }
      .two_column_container .column:nth-child(2n) {
        margin-right: 0; }
      .two_column_container .column:nth-child(n + 3) {
        margin-top: 0; } }

.three_column_container .column {
  width: 31.66667%;
  float: left; }
  .three_column_container .column:nth-child(n) {
    margin-right: 2.5%; }
  .three_column_container .column:nth-child(3n) {
    margin-right: 0; }
  .three_column_container .column:nth-child(3n + 1) {
    clear: left; }
  .three_column_container .column:nth-child(n + 4) {
    margin-top: 2.5%; }
  @media (max-width: 767px) {
    .three_column_container .column {
      width: 100%; }
      .three_column_container .column:nth-child(n) {
        margin-right: 0; }
      .three_column_container .column:nth-child(3n) {
        margin-right: 0; }
      .three_column_container .column:nth-child(n + 4) {
        margin-top: 0; } }

/* ===============================================
		Responsive
===============================================	*/
.small_screen {
  display: none; }
  @media (max-width: 767px) {
    .small_screen {
      display: block; } }

.large_screen {
  display: block; }
  @media (max-width: 767px) {
    .large_screen {
      display: none; } }

/* ===============================================
		Question/ Answer Sections
===============================================	*/
.question_answer_wrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 80px;
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .question_answer_wrapper .row {
      display: block; } }
  @media (max-width: 767px) {
    .question_answer_wrapper .row {
      margin-bottom: 45px;
      padding-bottom: 45px; } }
  .question_answer_wrapper .row:not(:last-of-type) {
    border-bottom: 1px solid #625e59; }

.question_answer_wrapper blockquote {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative; }
  .question_answer_wrapper blockquote h3 {
    padding: 1em;
    font-size: 32px;
    line-height: 42px;
    font-family: "soleil", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .question_answer_wrapper blockquote h3 {
        font-size: 24px;
        line-height: 30px; } }
    .question_answer_wrapper blockquote h3 small {
      display: block;
      padding-top: 1em;
      font-size: 18px;
      color: #625e59;
      line-height: 24px;
      font-weight: 400; }
    .question_answer_wrapper blockquote h3 span {
      font-weight: 700; }

.question_answer_wrapper .primary_background:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ffa322;
  position: absolute;
  top: 40px;
  right: -15px; }
  @media (max-width: 767px) {
    .question_answer_wrapper .primary_background:after {
      border-bottom: none;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid #ffa322;
      top: auto;
      right: 15px;
      bottom: -15px; } }

@media (max-width: 767px) {
  .question_answer_wrapper blockquote:not(.primary_background) h3 {
    padding: 0; } }

.question_answer_wrapper .checkmark {
  fill: #ffa322;
  max-width: 20px;
  display: inline-block;
  position: absolute;
  margin-top: 5px; }

.question_answer_wrapper .column {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding-left: 6%; }
  @media (max-width: 767px) {
    .question_answer_wrapper .column {
      padding-top: 24px; } }

.question_answer_wrapper li {
  font-family: "ff-tisa-web-pro", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-size: 14px;
  line-height: 18px; }
  .question_answer_wrapper li:first-child {
    padding-top: 20px; }

.question_answer_wrapper li p {
  display: inline-block;
  padding: 0 0 1.8em 30px; }

.question_answer_wrapper ol li {
  counter-increment: step-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 1em;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .question_answer_wrapper ol li {
      -webkit-box-align: start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .question_answer_wrapper ol li:before {
    content: counter(step-counter);
    background-color: #ffa322;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    margin-right: 14px;
    padding: 0 12px 8px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 767px) {
      .question_answer_wrapper ol li:before {
        font-size: 18px;
        height: 28px;
        padding: 0 12px 8px 8px; } }

.question_answer_wrapper a {
  color: #ffa322; }
  .question_answer_wrapper a:hover {
    color: #78c0a8; }

/* ===============================================
	Sub Pages Header
===============================================	*/
.page_intro_header {
  /*
	.section_title_large {
		padding-bottom: 2em;
		@media (max-width: $mobile) {
			padding-bottom: 0em;	  		
		}
	}
*/ }
  .page_intro_header .section_sub_title {
    padding-bottom: 1em; }

/* ===============================================
	Property Alerts	Register your interst
===============================================	*/
.contact-form {
  padding: 2.5%; }
  @media (max-width: 767px) {
    .contact-form {
      padding: 8%; } }
  .contact-form .property_alert_icon {
    width: 25%;
    float: left;
    margin-right: 5%; }
    @media (max-width: 767px) {
      .contact-form .property_alert_icon {
        padding: 2.8%; } }
  .contact-form .heading {
    width: 70%;
    float: left; }
  .contact-form h1 {
    font-size: 21px;
    padding-bottom: 1em; }
    .contact-form h1 span {
      font-weight: 700;
      display: block; }
  .contact-form h2 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 2em;
    border-bottom: 1px dotted #625e59;
    margin-bottom: 2em; }

/* ===============================================
		WYSIWYG
===============================================	*/
.wysiwyg_text a {
  color: #ffa322; }
  .wysiwyg_text a:hover {
    text-decoration: underline; }

.wysiwyg_text ol {
  list-style-type: decimal; }

.wysiwyg_text ul {
  list-style-type: disc; }

.wysiwyg_text ul, .wysiwyg_text ol {
  padding-top: 16px;
  padding-left: 16px; }
  .wysiwyg_text ul li, .wysiwyg_text ol li {
    font-size: 14px;
    padding-bottom: .5em; }

/*  ==========================================================================
		FONTS	
		========================================================================== */
/**
 * @license here
 * EXAMPLE BELLOW
*/
@font-face {
  font-family: 'AvenirLTStd-Book';
  src: url("fonts/avenir/2C2B22_0_0.eot");
  src: url("fonts/avenir/2C2B22_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/avenir/2C2B22_0_0.woff") format("woff"), url("fonts/avenir/2C2B22_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

ul + p, p + p {
  padding-top: 1em; }

small {
  font-size: .6em; }

.serif_text {
  font-family: "ff-tisa-web-pro", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif; }

.section_title_large {
  font-family: "ff-tisa-sans-web-pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 42px; }
  @media (max-width: 767px) {
    .section_title_large {
      font-size: 24px; } }
  .section_title_large span, .section_title_large strong {
    font-weight: 700; }

.section_sub_title {
  font-size: 18px;
  font-family: "soleil", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

.article_title {
  font-size: 28px;
  font-family: "ff-tisa-sans-web-pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400; }

.hover_title {
  font-size: 30px;
  font-family: "soleil", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .hover_title {
      font-size: 24px; } }

.column_title {
  font-size: 24px;
  font-family: "ff-tisa-sans-web-pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 1em; }
  .column_title span {
    font-weight: 700; }

/*  ==========================================================================
		<svg class="name-here" viewBox="0 0 18 11"><use xlink:href="#name-here"></use></svg>	
========================================================================== */
/*  ==========================================================================
		SVG individual file CSS.	
========================================================================== */
.pure_leasing_logo_main {
  width: 215px;
  fill: #ffa322; }

.pure_leasing_home_icon {
  height: 18px;
  width: 20px; }

.nav_arrow_icon {
  height: 7px;
  width: 11px; }

.nav_application_icon {
  height: 60px; }

.nav_tenant_info_icon {
  height: 60px; }

.nav_calculator_icon {
  height: 60px; }

.nav_maintenance_icon {
  height: 60px; }

.facebook_icon, .youtube_icon, .mail_icon, .linked_in_icon {
  height: 18px;
  fill: #AAA199; }

.free_appraisal_icon {
  height: 92px; }

.pure_leasing_team_illustration {
  fill: #000; }

.map_location_icon, .telephone_icon, .email_icon, .opening_hours_icon {
  fill: #494642; }

.global_page_header {
  position: relative; }
  @media (max-width: 767px) {
    .global_page_header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -moz-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
         -moz-box-orient: vertical;
         -moz-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.global_sub_nav, .global_site_main_navigation ul, .pure_leasing_logo, .nav_hover_display {
  padding-left: 5%;
  padding-right: 5%; }

.global_sub_nav {
  text-align: right;
  text-transform: uppercase;
  padding: 26px 5% 0; }
  .global_sub_nav li {
    display: inline-block;
    font-size: 12px; }
    .global_sub_nav li:not(:last-of-type):after {
      display: inline-block;
      content: '•';
      padding: 0 10px;
      font-weight: 700;
      color: #494642; }

.owner_tennant_login_link {
  color: #494642; }

.global_site_main_navigation {
  margin-top: -20px; }
  .global_site_main_navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 25%; }
    @media (max-width: 767px) {
      .global_site_main_navigation ul {
        padding-left: 0; } }
  .global_site_main_navigation li {
    display: inline-block;
    text-align: left; }
    .global_site_main_navigation li:hover {
      background: #494642;
      cursor: pointer; }
  .global_site_main_navigation a {
    padding: 20px;
    display: block;
    -webkit-transition: background .5s ease .1s;
    transition: background .5s ease .1s; }
  .global_site_main_navigation a:hover {
    color: inherit; }
  .global_site_main_navigation svg.pure_leasing_home_icon {
    fill: #ffa322; }
  .global_site_main_navigation .nav_arrow_icon {
    fill: #f4f4f4; }
  .global_site_main_navigation .js_active {
    background: #494642; }

.nav_hover_display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 46px;
  padding-bottom: 46px;
  background: #494642;
  position: absolute;
  z-index: 10; }
  .nav_hover_display a {
    padding: 0; }
    .nav_hover_display a:hover p {
      text-decoration: underline;
      -webkit-text-decoration-color: #ffa322;
         -moz-text-decoration-color: #ffa322;
              text-decoration-color: #ffa322; }
  .nav_hover_display div {
    max-width: 18%; }
  .nav_hover_display h2 {
    color: #ffa322;
    padding-bottom: 1.25em; }
  .nav_hover_display svg {
    float: left;
    margin-right: 16px;
    width: 30%;
    max-width: 60px;
    max-height: 60px;
    fill: #353431; }
  .nav_hover_display p {
    float: left;
    max-width: 60%;
    font-size: 14px;
    line-height: 1.28; }

/* ===============================================
		Tageline
===============================================	*/
.tagline_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 40px 0; }
  @media (max-width: 767px) {
    .tagline_wrapper {
      display: block; } }
  @media (max-width: 767px) {
    .tagline_wrapper {
      display: none; } }

@media (max-width: 767px) {
  .home .tagline_wrapper {
    padding: 2em 0;
    height: auto;
    display: block; } }

.home_tagline {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media (max-width: 767px) {
    .home_tagline {
      padding: .5em 8%; } }

.header_contact_details {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right; }
  @media (max-width: 767px) {
    .header_contact_details {
      display: none; } }
  .header_contact_details ul, .header_contact_details li, .header_contact_details span {
    display: inline-block;
    vertical-align: middle; }
  .header_contact_details ul {
    padding-right: 26px; }
  .header_contact_details li {
    margin-left: 20px;
    padding-top: 8px; }

.home_tagline {
  color: #625e59;
  font-size: 16px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .home_tagline {
      text-align: center;
      font-size: 20px; } }
  .home_tagline span {
    font-weight: 700; }

.header_contact_phone {
  font-size: 40px; }
  @media (max-width: 767px) {
    .header_contact_phone {
      font-size: 32px; } }

/* ===============================================
		Mobile
===============================================	*/
.mobile_navigation_icon {
  display: inline-block;
  padding: 4% 4%;
  position: absolute;
  z-index: 18;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  cursor: pointer;
  float: left; }
  .mobile_navigation_icon svg {
    fill: #FFF;
    width: 16px;
    vertical-align: middle;
    margin-top: -4px; }

.pure_leasing_logo_mobile {
  max-width: 100px;
  margin: 0 auto;
  display: block;
  padding: 4%; }

.mobile_page_header {
  background: #343838;
  -webkit-transition: .4s background ease-in-out;
  transition: .4s background ease-in-out; }

.mobile_page_header.active {
  background: #625e59; }

.global_site_mobile_navigation {
  display: none;
  z-index: 10;
  padding-bottom: 10px; }

.global_site_mobile_navigation.active {
  left: 0; }

.mobile_main_navigation {
  padding: 0 8%; }
  .mobile_main_navigation > li {
    padding: 12px 0 10px;
    font-size: 14px; }
    .mobile_main_navigation > li:not(:last-of-type) {
      border-bottom: 1px solid; }
  .mobile_main_navigation li:first-of-type {
    padding-top: 0; }

.mobile_sub_nav {
  display: block;
  padding: 10px 0 0;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .mobile_sub_nav li {
    display: block;
    padding: 6px 12px;
    font-size: 12px;
    border-bottom: none !important; }
  .mobile_sub_nav svg {
    fill: #FFF;
    max-width: 20px;
    max-height: 20px;
    display: inline-block;
    vertical-align: middle; }
  .mobile_sub_nav h2 {
    display: inline-block;
    padding-left: 10px; }

.nav_social_media {
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 8px;
  text-align: center; }
  .nav_social_media li {
    display: inline-block;
    margin: 0 16px; }
  .nav_social_media svg {
    fill: #FFF;
    height: 18px; }

/* ===============================================
		Contact Icons
===============================================	*/
@media (max-width: 767px) {
  .footer_contact_info {
    padding-bottom: 52px; } }

.footer_contact_info .column_space_between {
  width: 30%;
  float: left;
  text-align: center; }
  .footer_contact_info .column_space_between:nth-child(n) {
    margin-right: 5%; }
  .footer_contact_info .column_space_between:nth-child(3n) {
    margin-right: 0; }
  .footer_contact_info .column_space_between:nth-child(3n + 1) {
    clear: left; }
  .footer_contact_info .column_space_between:nth-child(n + 4) {
    margin-top: 5%; }
  @media (max-width: 767px) {
    .footer_contact_info .column_space_between {
      width: 100%; }
      .footer_contact_info .column_space_between:nth-child(n) {
        margin-right: 0; }
      .footer_contact_info .column_space_between:nth-child(3n) {
        margin-right: 0; }
      .footer_contact_info .column_space_between:nth-child(n + 4) {
        margin-top: 0; } }
  .footer_contact_info .column_space_between:first-of-type {
    text-align: left; }
    @media (max-width: 767px) {
      .footer_contact_info .column_space_between:first-of-type {
        text-align: center; } }
  .footer_contact_info .column_space_between:last-of-type {
    text-align: right; }
    @media (max-width: 767px) {
      .footer_contact_info .column_space_between:last-of-type {
        text-align: center; } }

.footer_contact_info svg {
  max-width: 25px;
  display: inline-block;
  vertical-align: text-bottom; }

.footer_contact_info span {
  display: inline-block;
  padding-left: 5px; }

@media (max-width: 767px) {
  .footer_contact_info .color_black {
    color: #FFF; } }

.primary_footer {
  background: #2b2b2b;
  color: #666;
  font-size: 12px;
  padding-top: 45px;
  padding-bottom: 45px; }
  .primary_footer .pure_leasing_logo_main {
    max-width: 120px;
    margin-bottom: 2em; }
  .primary_footer li {
    color: #FFF;
    padding-bottom: 1em;
    text-transform: uppercase;
    font-size: 14px; }
  .primary_footer a:hover {
    color: #ffa322; }
  @media (max-width: 767px) {
    .primary_footer .column {
      padding-bottom: 2em; } }

.social_media li {
  display: inline-block;
  margin-right: 12px; }

.social_media li:hover svg {
  fill: #ffa322; }

.site_credits {
  color: #666;
  padding: 2em 0;
  font-size: 11px;
  text-transform: uppercase; }
  .site_credits a {
    color: #000; }
    .site_credits a:hover {
      color: #78c0a8; }

.pure_leasing_home_header {
  padding-bottom: 40px; }
  @media (max-width: 767px) {
    .pure_leasing_home_header {
      padding-bottom: 0; } }

/* ===============================================
		Graphical Header Links
===============================================	*/
.pure_leasing_introduction_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: "ff-tisa-sans-web-pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  @media (max-width: 767px) {
    .pure_leasing_introduction_links {
      display: block; } }
  .pure_leasing_introduction_links span {
    font-weight: 700; }

.row_container_large {
  color: #FFF;
  -webkit-box-flex: 7;
  -moz-box-flex: 7;
  -ms-flex: 7;
  flex: 7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 42px; }
  @media (max-width: 767px) {
    .row_container_large {
      display: block; } }
  @media (max-width: 767px) {
    .row_container_large {
      font-size: 44px; } }
  .row_container_large .btn {
    display: inline-block;
    float: right; }
    @media (max-width: 767px) {
      .row_container_large .btn {
        position: absolute;
        bottom: 48px;
        right: 24px; } }

.row_container {
  -webkit-box-flex: 3.93;
  -moz-box-flex: 3.93;
  -ms-flex: 3.93;
  flex: 3.93;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 24px;
  color: #FFF; }
  @media (max-width: 767px) {
    .row_container {
      display: block; } }
  .row_container svg {
    fill: #FFF; }
  @media (max-width: 767px) {
    .row_container {
      font-size: 18px;
      text-align: center;
      min-height: 120px; }
      .row_container svg {
        max-width: 80%; }
      .row_container .free_appraisal_icon {
        max-width: 45%;
        margin-top: 1em; } }

/* ===============================================
		Video Container
===============================================	*/
.video_container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video_container .caption {
    bottom: 60px;
    left: 20px;
    right: 20px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: bottom .4s ease-in-out;
    transition: bottom .4s ease-in-out; }
    @media (max-width: 767px) {
      .video_container .caption {
        display: block; } }
    @media (max-width: 767px) {
      .video_container .caption {
        display: none; } }

/* ===============================================
		Image Conntainer 
===============================================	*/
.image_container {
  background-size: cover;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  overflow: hidden; }
  .image_container img {
    min-width: 100%; }
  .image_container .caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out; }
    @media (max-width: 767px) {
      .image_container .caption {
        display: block; } }
  .image_container svg {
    fill: #FFF;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }

.row_container .image_container:hover {
  color: #ffa322; }
  .row_container .image_container:hover .caption {
    padding: 28px; }
  .row_container .image_container:hover svg {
    fill: #ffa322; }

/* ===============================================
		Background Container
===============================================	*/
.background_container {
  color: #FFF;
  position: relative; }
  .background_container .caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .background_container svg {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    padding: 10%;
    -webkit-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out; }
  .background_container h1 {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .background_container:hover svg {
    padding: 6%; }
  @media (max-width: 767px) {
    .background_container .caption {
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .background_container h1 {
      -ms-flex-item-align: center;
          align-self: center;
      font-size: 1.5em; } }

.background_container {
  -webkit-transition: background .3s ease-in;
  transition: background .3s ease-in; }
  .background_container.color_primary {
    background: #ffa322; }
    .background_container.color_primary:hover {
      background: #78c0a8; }
  .background_container.color_secondary {
    background: #78c0a8; }
  .background_container.color_dark_background {
    background: #625e59; }
    .background_container.color_dark_background:hover {
      background: #78c0a8; }

@media (max-width: 767px) {
  .background_container, .image_container, .video_container {
    min-height: 220px; }
  .row_container .background_container .caption, .row_container .image_container .caption, .row_container .video_container .caption {
    font-size: 16px; } }

/* ===============================================
		Property Specialists
===============================================	*/
.home_property_specialitsts {
  background: url("img/patterns/dark_cardboard_tile.jpg") repeat;
  padding-top: 70px;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .home_property_specialitsts {
      padding-top: 24px;
      padding-bottom: 0px; } }

.property_specialists, .perth_property_specialits_alt {
  max-width: 635px;
  display: block;
  margin: 40px auto;
  fill: #FFF; }
  @media (max-width: 767px) {
    .property_specialists, .perth_property_specialits_alt {
      margin: 24px auto; } }

.core_message {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #FFF;
  padding: 1.5em 0;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .core_message {
      padding: 0 0 1em;
      font-size: 16px; } }
  .core_message span {
    font-weight: 700; }

.home_horizontal_divider {
  width: 80%;
  margin: 0 auto;
  display: block;
  fill: #FFF; }

.pure_leasing_charcater_illustration {
  fill: #FFF;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.call_to_action_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 72px 0; }
  @media (max-width: 767px) {
    .call_to_action_wrapper {
      display: block; } }
  @media (max-width: 767px) {
    .call_to_action_wrapper {
      padding: 24px 0; } }

.call_to_action_box {
  background: #FFF;
  color: #625e59;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 767px) {
    .call_to_action_box {
      display: block; } }
  @media (max-width: 767px) {
    .call_to_action_box {
      margin-bottom: 2em; } }
  .call_to_action_box .title {
    font-size: 32px;
    padding-bottom: .6em; }
    .call_to_action_box .title span {
      font-weight: 700; }
  .call_to_action_box .column_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .call_to_action_box .column_wrapper p {
      -webkit-box-flex: 2;
      -moz-box-flex: 2;
      -ms-flex: 2;
      flex: 2;
      padding-right: 12px;
      font-size: 18px;
      line-height: 24px; }
    .call_to_action_box .column_wrapper svg {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .call_to_action_box .btn {
    -ms-flex-item-align: end;
        align-self: flex-end; }

/* ===============================================
		Featured Suburbs
===============================================	*/
.featured_suburbs header {
  padding: 45px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (max-width: 767px) {
    .featured_suburbs header {
      display: block; } }

.featured_suburbs footer {
  padding: 45px 0; }
  .featured_suburbs footer a {
    margin: 0 auto; }
    @media (max-width: 767px) {
      .featured_suburbs footer a {
        display: inline-block; }
        .featured_suburbs footer a + a {
          margin: 1em 0 0; } }

/* ===============================================
		Custom Service Garantee
===============================================	*/
@media (max-width: 767px) {
  .home_custom_service {
    padding-top: 45px;
    background: #FFF;
    margin-top: -45px; } }

.home_custom_service .three_columns_padding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .home_custom_service .three_columns_padding:last-of-type {
    background: #ffa322;
    position: relative; }
    @media (max-width: 767px) {
      .home_custom_service .three_columns_padding:last-of-type {
        margin-top: 1em;
        margin-bottom: 2em;
        padding: 8%; } }
    .home_custom_service .three_columns_padding:last-of-type .column_title {
      color: #FFF;
      font-size: 36px;
      line-height: 38px; }
    .home_custom_service .three_columns_padding:last-of-type:before {
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-right: 20px solid #ffa322;
      content: '';
      display: block;
      height: 0;
      width: 0;
      position: absolute;
      top: 8%;
      left: -20px; }
      @media (max-width: 767px) {
        .home_custom_service .three_columns_padding:last-of-type:before {
          display: none; } }

.home_custom_service p {
  font-size: 18px;
  line-height: 24px; }

.home_custom_service .footnotes {
  margin-top: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-family: "soleil", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (max-width: 767px) {
    .home_custom_service .footnotes {
      padding-top: 2em; } }
  .home_custom_service .footnotes p {
    font-size: 12px;
    line-height: 16px; }

/* ===============================================
		Team Section
===============================================	*/
.home_custom_service + .home_pure_leasing_team {
  padding-top: 45px; }

.home_pure_leasing_team {
  padding-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 767px) {
    .home_pure_leasing_team {
      display: block; } }
  .home_pure_leasing_team .illustration {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    text-align: center; }
    .home_pure_leasing_team .illustration svg {
      max-width: 75%; }
  .home_pure_leasing_team .content {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .home_pure_leasing_team .content h1 {
      font-size: 24px;
      line-height: 1.3em;
      padding-bottom: 1em; }
      .home_pure_leasing_team .content h1 span {
        font-weight: 700; }

/* ===============================================
		Footer 
===============================================	*/
@media (max-width: 767px) {
  .home_property_alerts_signup {
    margin-bottom: -45px; } }

/* ===============================================
		Map 
===============================================	*/
.acf-map {
  height: 50vh;
  max-height: 420px; }

/* ===============================================
		Pure TV
===============================================	*/
@media (max-width: 767px) {
  .pure-tv-container {
    padding-top: 2em; } }

.pure-tv-container .post-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 35px;
  padding-right: 35px; }
  @media (max-width: 767px) {
    .pure-tv-container .post-container {
      padding-left: 14px;
      padding-right: 14px; } }

.pure-tv-container .post-preview {
  width: 588px; }
  @media (max-width: 767px) {
    .pure-tv-container .post-preview {
      width: 100%; } }

@media (min-width: 767px) {
  .pure-tv-container .post-container {
    opacity: .4;
    -webkit-transition: opacity 1s ease-in-out .5s, margin .3s ease-in-out;
    transition: opacity 1s ease-in-out .5s, margin .3s ease-in-out;
    margin-bottom: 100px;
    margin-top: 0; }
  .pure-tv-container .post-container.slick-current {
    opacity: 1;
    margin-top: 100px;
    margin-bottom: 0; } }

.pure-tv-container .title {
  padding-top: 1.5em;
  color: #ffa322; }

.container-vimeo {
  position: relative;
  width: 100%; }

.content-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.content-video iframe,
.content-video object,
.content-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slider-arrow-previous,
.post-previews--next {
  width: 66px;
  fill: #ffa322; }
  .slider-arrow-previous:hover,
  .post-previews--next:hover {
    fill: #78c0a8;
    cursor: pointer; }

/* ===============================================
		Carousel Slider 
===============================================	*/
.section_title_large {
  text-align: center; }

.pure-tv-container {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #343838;
  color: #FFF; }
  @media (max-width: 767px) {
    .pure-tv-container {
      padding-top: 2em;
      width: 100vw;
      max-width: 100vw !important;
      overflow: hidden !important; } }
  .pure-tv-container .post-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 1em; }
    @media (max-width: 767px) {
      .pure-tv-container .post-container {
        padding-left: 14px;
        padding-right: 14px; } }
  .pure-tv-container .post-preview {
    width: 588px; }
    @media (max-width: 767px) {
      .pure-tv-container .post-preview {
        width: 100%; } }
  @media (min-width: 767px) {
    .pure-tv-container .post-container {
      opacity: .4;
      -webkit-transition: opacity 1s ease-in-out .5s, margin .3s ease-in-out;
      transition: opacity 1s ease-in-out .5s, margin .3s ease-in-out;
      margin-bottom: 100px;
      margin-top: 0; }
    .pure-tv-container .post-container.slick-current {
      opacity: 1;
      margin-top: 100px;
      margin-bottom: 0; } }
  .pure-tv-container .title {
    text-align: left;
    font-size: 28px;
    font-family: "ff-tisa-sans-web-pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 700;
    padding-top: 1em;
    padding-bottom: 1em; }

.centered-carousel {
  max-width: 1100px;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  overflow: visible; }

.slider-controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .slider-controls li {
    margin-top: -80px;
    position: relative;
    z-index: 9999; }
    @media (max-width: 767px) {
      .slider-controls li {
        margin-top: 20px; } }

/* ===============================================
		PureFIX
===============================================	*/
.purefix-container {
  padding-top: 90px;
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .purefix-container {
      padding-top: 45px;
      padding-bottom: 45px; } }
  .purefix-container .title {
    font-size: 36px;
    padding-bottom: .4em; }
    .purefix-container .title span {
      font-weight: 700; }
  .purefix-container .text-container p {
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 1em;
    font-family: "ff-tisa-web-pro", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif; }
  .purefix-container .subtitle {
    color: #ffa322;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: .5em; }
  .purefix-container img {
    border: 6px solid #FFF; }
  .purefix-container .three_columns_margin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 767px) {
      .purefix-container .three_columns_margin {
        padding-bottom: 2em; } }
  @media (max-width: 767px) {
    .purefix-container .purefix-icon {
      width: 50%;
      margin: 0 auto; } }

.pure_leasing_listings_page_wrap {
  padding-bottom: 45px; }
  .pure_leasing_listings_page_wrap .section_title_large {
    padding: 1.2em 0; }
  .pure_leasing_listings_page_wrap h2 {
    font-size: 12px;
    text-transform: uppercase; }

/* ===============================================
		Sort Nav
===============================================	*/
#listings_order_nav h2 {
  float: left; }

#listings_order_nav h3 {
  font-size: 18px;
  text-transform: uppercase; }
  #listings_order_nav h3:hover {
    color: #78c0a8; }
  #listings_order_nav h3.active {
    color: #78c0a8; }

.nested_sort_dropdown {
  display: inline-block;
  margin-bottom: 42px; }
  .nested_sort_dropdown > li {
    display: inline-block;
    margin-left: 12px;
    position: relative; }
    @media (max-width: 767px) {
      .nested_sort_dropdown > li {
        margin: 8px 0 0; } }
    .nested_sort_dropdown > li h3 {
      padding-left: 50px;
      cursor: pointer; }
      @media (max-width: 767px) {
        .nested_sort_dropdown > li h3 {
          padding: 0 12px 0 0; } }
    .nested_sort_dropdown > li ul {
      display: none;
      padding: 12px 0 12px;
      position: absolute;
      background: #625e59;
      color: #FFF;
      min-width: 100%;
      margin-top: 12px; }
      .nested_sort_dropdown > li ul li {
        display: block;
        font-size: 12px;
        padding: .5em 1em .5em 0;
        text-align: right; }
    .nested_sort_dropdown > li ul.active {
      display: block; }
  .nested_sort_dropdown a:hover {
    color: #ffa322; }

/* ===============================================
		Listings Archive Page 
		easypropertylistings/archive-listing.php
===============================================	*/
.rental_listings .listing {
  width: 31.33333%;
  float: left;
  background: #fff; }
  .rental_listings .listing:nth-child(n) {
    margin-right: 3%; }
  .rental_listings .listing:nth-child(3n) {
    margin-right: 0; }
  .rental_listings .listing:nth-child(3n + 1) {
    clear: left; }
  .rental_listings .listing:nth-child(n + 4) {
    margin-top: 3%; }
  @media (max-width: 767px) {
    .rental_listings .listing {
      width: 100%; }
      .rental_listings .listing:nth-child(n) {
        margin-right: 0; }
      .rental_listings .listing:nth-child(3n) {
        margin-right: 0; }
      .rental_listings .listing:nth-child(n + 4) {
        margin-top: 0; } }
  @media (max-width: 767px) {
    .rental_listings .listing {
      margin-bottom: 20px; } }

.rental_listings .padding {
  padding: 12px; }

.listing_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  min-height: 60px;
  padding: 12px; }
  @media (max-width: 767px) {
    .listing_header {
      height: auto;
      min-height: 60px; } }

.reaxml_headline {
  -webkit-box-flex: 6;
  -moz-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
  padding-right: 10px;
  font-size: 16px; }
  .reaxml_headline:hover {
    color: #ffa322; }

.reaxml_features {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .reaxml_features li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 14px;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .reaxml_features svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .reaxml_features span {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.listing_thumbnail_image {
  background: #ffa322; }
  .listing_thumbnail_image img {
    opacity: 1;
    min-width: 100%; }
  .listing_thumbnail_image:hover img {
    opacity: .7; }

.listing .reaxml_description {
  display: block;
  padding-bottom: 1em; }
  .listing .reaxml_description p {
    font-family: "ff-tisa-web-pro", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
    font-size: 14px;
    line-height: 18px; }

.listing .read_more {
  display: inline;
  color: #ffa322; }
  .listing .read_more:hover {
    color: #78c0a8; }

.listing .reaxml_address {
  padding-bottom: 1em;
  display: block;
  font-size: 14px;
  text-transform: uppercase; }
  .listing .reaxml_address:hover {
    color: #78c0a8; }
    .listing .reaxml_address:hover .location_icon {
      fill: #78c0a8; }

.listing .location_icon {
  height: 20px;
  fill: #625e59;
  vertical-align: middle;
  margin-right: 5px; }

.listing .listing_cta {
  display: inline-block; }
  .listing .listing_cta .reaxml_rent {
    font-size: 24px;
    font-weight: 700; }
  .listing .listing_cta .reaxml_rent_period {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700; }
  .listing .listing_cta .property_type {
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 5px; }

.btn_book_inspection {
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 12px;
  background: #ffa322;
  display: inline-block;
  color: #FFF;
  font-weight: 700;
  float: right;
  border-radius: 0px;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out; }
  .btn_book_inspection:hover {
    background: #78c0a8;
    border-radius: 3px; }

/* ===============================================
		Listings Single Posts
		easypropertylistings content-listing-single.php
===============================================	*/
.single_listing .reaxml_address {
  padding-top: 1em;
  padding-bottom: 0.5em;
  font-weight: 600; }

.single_listing .back_to_listings {
  color: #78c0a8;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 2em; }
  .single_listing .back_to_listings:hover {
    color: #ffa322; }
  .single_listing .back_to_listings:before {
    display: inline-block;
    content: '◄';
    font-size: 8px;
    vertical-align: middle; }

.single_listing .location_icon {
  height: 42px;
  fill: #625e59;
  vertical-align: middle;
  margin-right: 15px; }

.single_listing .single_listing_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 767px) {
    .single_listing .single_listing_columns {
      display: block; } }

.single_listing .single_listing_content {
  -webkit-box-flex: 6.8;
  -moz-box-flex: 6.8;
  -ms-flex: 6.8;
  flex: 6.8; }

.single_listing .single_listing_sidebar {
  -webkit-box-flex: 3.2;
  -moz-box-flex: 3.2;
  -ms-flex: 3.2;
  flex: 3.2; }

/* ===============================================
		Slideshow
===============================================	*/
.flexslider {
  /*
  @media (min-width: $page-width) {
  	min-height: 650px;	  		
  }
*/ }

.slider_nav {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9999; }
  .slider_nav li {
    display: inline-block; }

.previous_arrow, .next_arrow {
  height: 45px;
  width: 45px;
  background: rgba(255, 255, 255, 0.2);
  fill: #FFF; }
  .previous_arrow:hover, .next_arrow:hover {
    background: #ffa322; }

/* ===============================================
		Main Content
===============================================	*/
.single_listing_description {
  padding-top: 24px; }
  .single_listing_description .reaxml_headline {
    font-size: 24px;
    padding-bottom: .5em;
    padding-right: 180px; }
  .single_listing_description .reaxml_features {
    max-width: 150px; }
  .single_listing_description .btn_book_inspection {
    margin-right: 2em; }
    @media (max-width: 767px) {
      .single_listing_description .btn_book_inspection {
        margin-right: 0; } }

.single_listing_content .reaxml_description {
  font-family: "ff-tisa-web-pro", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  line-height: 1.4;
  padding: 2em 2em 5em 0; }

/* ===============================================
		Sidebar
===============================================	*/
.single_listing_sidebar .sidebar_padding {
  padding: 25px; }

.single_listing_sidebar h1, .single_listing_sidebar h2, .single_listing_sidebar h3 {
  color: #96918b;
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 1em; }

.single_listing_sidebar .property_details {
  font-size: 18px;
  color: #fff;
  padding: 1em 0; }
  .single_listing_sidebar .property_details h4 {
    display: inline-block; }
  .single_listing_sidebar .property_details span {
    font-size: 24px;
    font-weight: 700; }

.single_listing_sidebar .property_details + .property_details {
  border-top: 2px solid #7d7871; }

/* ===============================================
		Map
===============================================	*/
.single_listing_sidebar .acf-map {
  max-height: 250px; }

/* ===============================================
		Agent
===============================================	*/
@media (max-width: 767px) {
  .listing_sidebar_enquiries {
    padding-bottom: 2em; } }

.listing_sidebar_enquiries strong {
  font-weight: 700; }

.listing_sidebar_enquiries .reaxml_listingagent_name {
  font-size: 18px;
  font-family: "ff-tisa-web-pro", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  text-transform: capitalize; }

.listing_sidebar_enquiries ul li, .listing_sidebar_enquiries .author-position {
  font-size: 14px; }

.listing_sidebar_enquiries .mobile {
  padding-top: .5em;
  font-weight: 700; }
  .listing_sidebar_enquiries .mobile:before {
    content: 'M: ';
    display: inline;
    font-weight: normal; }

.listing_sidebar_enquiries .reaxml_listingagent_email {
  color: #78c0a8;
  font-size: 14px; }
  .listing_sidebar_enquiries .reaxml_listingagent_email svg {
    fill: #78c0a8;
    margin-right: 10px;
    vertical-align: middle; }
  .listing_sidebar_enquiries .reaxml_listingagent_email:hover {
    color: #ffa322; }
    .listing_sidebar_enquiries .reaxml_listingagent_email:hover svg {
      fill: #ffa322; }

.clock_icon_wrapper {
  background: #ffa322;
  width: 40%;
  text-align: center;
  padding: 9%;
  display: inline-block;
  float: left; }
  .clock_icon_wrapper svg {
    width: 100%;
    margin: auto; }
  @media (max-width: 767px) {
    .clock_icon_wrapper {
      padding: 2%;
      width: 80px;
      height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -moz-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .clock_icon_wrapper svg {
        width: 60%; } }

.tenants_info_trading_hours {
  width: 60%;
  float: left;
  font-size: 21px;
  text-transform: uppercase;
  line-height: 1.6;
  padding: 25px; }
  @media (max-width: 767px) {
    .tenants_info_trading_hours {
      padding: 0 4%;
      font-size: 14px;
      line-height: 1.2; } }
  .tenants_info_trading_hours span {
    font-weight: 700; }

.tenants_information_header .title {
  padding-bottom: 1em; }

.tenants_information_header svg.telephone_icon {
  fill: #ffa322;
  max-width: 10%;
  float: left; }
  @media (max-width: 767px) {
    .tenants_information_header svg.telephone_icon {
      margin: 1.5em 1em 1em 0; } }

.urgent_contact {
  display: inline-block;
  float: left;
  max-width: 90%;
  padding-left: 1em; }
  @media (max-width: 767px) {
    .urgent_contact {
      display: block;
      float: none;
      margin-top: 1em;
      max-width: 100%; } }
  .urgent_contact .title {
    text-transform: uppercase;
    color: #ffa322;
    font-size: 20px; }
    .urgent_contact .title span {
      font-size: 28px; }
  .urgent_contact p {
    line-height: 1.6;
    font-family: "soleil", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px; }

/* ===============================================
		Fact Sheet
===============================================	*/
#tenant_fact_sheet_nav {
  text-align: center;
  padding-bottom: 64px; }
  @media (max-width: 767px) {
    #tenant_fact_sheet_nav {
      display: none; } }
  #tenant_fact_sheet_nav li {
    display: inline-block;
    padding: 8px 22px;
    background: #FFF;
    border-radius: 50em;
    margin: 0 12px 14px;
    font-size: 14px;
    text-transform: uppercase; }
    #tenant_fact_sheet_nav li:hover {
      color: #78c0a8; }
    #tenant_fact_sheet_nav li .active {
      color: #78c0a8; }
    @media (max-width: 767px) {
      #tenant_fact_sheet_nav li {
        border-radius: 0;
        display: block; } }

.tenant_info_panel {
  margin-bottom: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .tenant_info_panel {
      display: block; } }
  .tenant_info_panel figure {
    width: 33%;
    float: left; }
    @media (max-width: 767px) {
      .tenant_info_panel figure {
        width: 100%;
        margin-bottom: 2em; } }
    .tenant_info_panel figure img {
      max-width: 320px; }
  .tenant_info_panel .content {
    width: 66%;
    float: left;
    padding-left: 40px;
    min-height: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (max-width: 767px) {
      .tenant_info_panel .content {
        float: none;
        width: auto;
        display: block;
        padding: 40px 0; } }
    .tenant_info_panel .content h1 {
      font-size: 28px;
      padding-bottom: 1em;
      font-family: "ff-tisa-sans-web-pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .tenant_info_panel .text_columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    font-family: "ff-tisa-web-pro", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance; }
    @media (max-width: 767px) {
      .tenant_info_panel .text_columns {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1; } }
    .tenant_info_panel .text_columns p {
      display: inline-block;
      padding-bottom: 1em;
      font-size: 14px;
      line-height: 1.3; }
    .tenant_info_panel .text_columns li {
      font-size: 14px;
      line-height: 1.3; }
    .tenant_info_panel .text_columns p + p {
      padding-top: 0; }
    .tenant_info_panel .text_columns ul {
      display: block;
      list-style-type: disc;
      list-style-position: outside;
      padding-left: 1em; }
    .tenant_info_panel .text_columns strong {
      font-weight: 700; }
    .tenant_info_panel .text_columns a {
      color: #ffa322; }
      .tenant_info_panel .text_columns a:hover {
        color: #78c0a8; }

.load_all_btn {
  margin-top: 45px; }

#why_choose_pure_leasing {
  padding-bottom: 60px; }
  #why_choose_pure_leasing .pure_leasing_charcater_illustration,
  #why_choose_pure_leasing .home_horizontal_divider {
    fill: #625e59; }
    @media (max-width: 767px) {
      #why_choose_pure_leasing .pure_leasing_charcater_illustration,
      #why_choose_pure_leasing .home_horizontal_divider {
        max-width: 65%; } }
  #why_choose_pure_leasing .core_message {
    color: #ffa322;
    padding-bottom: 80px; }

.change_to_pure_intro {
  text-align: center;
  padding: 45px 90px; }
  @media (max-width: 767px) {
    .change_to_pure_intro {
      padding: 24px;
      margin-top: 1em; } }
  .change_to_pure_intro .title {
    font-size: 20px;
    line-height: 26px;
    font-family: "ff-tisa-sans-web-pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-transform: uppercase; }
    .change_to_pure_intro .title span {
      font-weight: 700; }
  .change_to_pure_intro p {
    line-height: 22px;
    font-size: 14px;
    font-family: "ff-tisa-web-pro", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif; }

.sign_up_with_pure_leasing {
  max-width: 300px;
  margin: 3em auto;
  display: block; }
  @media (max-width: 767px) {
    .sign_up_with_pure_leasing {
      max-width: 80%; } }

.author_deatails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 45px; }
  .author_deatails .author_avartar {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .author_deatails .author_description {
    -webkit-box-flex: 9;
    -moz-box-flex: 9;
    -ms-flex: 9;
    flex: 9;
    padding-left: 25px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px; }

#company_profile {
  padding-bottom: 45px; }

/*
.company_profile_page .page_intro_header .section_title_large {
	padding-bottom: 0;
}
*/
.company_profile_intro {
  position: relative; }
  .company_profile_intro img {
    min-width: 100%; }
  .company_profile_intro figcaption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 75px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .company_profile_intro figcaption {
        position: static;
        padding: 1em; } }
  .company_profile_intro h1, .company_profile_intro h2 {
    text-transform: uppercase;
    font-family: "ff-tisa-sans-web-pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 1.4; }
  .company_profile_intro h2 {
    color: #625e59;
    padding-top: 1em; }
    @media (max-width: 767px) {
      .company_profile_intro h2 {
        margin-bottom: 2em; } }

.meet_the_team .section_title_large {
  padding-bottom: 45px; }

.team_member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .team_member .column {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .team_member figure {
    border: 5px solid #fff; }

.team_contact_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 15px 0 15px; }
  .team_contact_details h1 {
    font-family: "soleil", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    text-transform: uppercase; }
  .team_contact_details h2 {
    font-family: "ff-tisa-web-pro", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
    font-size: 14px; }
  .team_contact_details li {
    color: #ffa322;
    font-size: 14px;
    padding-bottom: 5px;
    text-transform: uppercase; }
    .team_contact_details li:hover {
      color: #78c0a8; }
      .team_contact_details li:hover svg {
        fill: #78c0a8; }
  .team_contact_details svg {
    fill: #ffa322;
    width: 12px;
    vertical-align: middle;
    margin-right: 10px; }
  .team_contact_details hr {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    width: 70%;
    margin-right: 30%;
    display: block; }
  .team_contact_details .btn a {
    border-radius: 0; }

.the_team_column_container .team_member {
  width: 33.33333%;
  float: left; }
  .the_team_column_container .team_member:nth-child(n) {
    margin-right: 0%; }
  .the_team_column_container .team_member:nth-child(3n) {
    margin-right: 0; }
  .the_team_column_container .team_member:nth-child(3n + 1) {
    clear: left; }
  .the_team_column_container .team_member:nth-child(n + 4) {
    margin-top: 5%; }
  @media (max-width: 767px) {
    .the_team_column_container .team_member {
      width: 100%; }
      .the_team_column_container .team_member:nth-child(n) {
        margin-right: 0; }
      .the_team_column_container .team_member:nth-child(3n) {
        margin-right: 0; }
      .the_team_column_container .team_member:nth-child(n + 4) {
        margin-top: 0; } }
  @media (max-width: 767px) {
    .the_team_column_container .team_member {
      margin-bottom: 2em; } }

/* ===============================================
		Testimonials
===============================================	*/
.client_testimonials .padding {
  padding: 2.5%; }

@media (max-width: 767px) {
  .client_testimonials {
    padding-left: 8%;
    padding-right: 8%; } }

.client_testimonials h2 {
  font-family: "ff-tisa-sans-web-pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 28px;
  padding-bottom: 1em; }

.client_testimonials .testimonial_speach_bubble {
  width: 20%;
  float: left; }
  @media (max-width: 767px) {
    .client_testimonials .testimonial_speach_bubble {
      display: none; } }

.client_testimonials .content {
  width: 80%;
  float: left; }
  @media (max-width: 767px) {
    .client_testimonials .content {
      width: 100%;
      float: none; } }

.client_testimonials blockquote {
  text-transform: uppercase;
  padding: 25px; }
  @media (max-width: 767px) {
    .client_testimonials blockquote {
      padding: 8px; } }
  .client_testimonials blockquote p {
    font-size: 18px;
    line-height: 36px; }
    @media (max-width: 767px) {
      .client_testimonials blockquote p {
        font-size: 16px;
        line-height: 1.5em; } }
  .client_testimonials blockquote cite {
    font-size: 14px;
    padding-top: 1em; }

.client_testimonials .btn {
  margin-top: 1em; }

/*
.single_team_member .page_intro_header .section_title_large {
	padding-bottom: 0;
}
*/
.single_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #ccc;
  margin-bottom: 45px; }
  @media (max-width: 767px) {
    .single_profile {
      display: block; } }
  .single_profile .column_small {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (max-width: 767px) {
      .single_profile .column_small {
        padding-bottom: 1em; } }
  .single_profile .column_large {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    margin-left: 2em; }
    @media (max-width: 767px) {
      .single_profile .column_large {
        margin-left: 0; } }
  .single_profile header {
    text-transform: uppercase;
    padding-bottom: 1.5em; }
    .single_profile header h3 {
      font-size: 18px;
      padding-bottom: .5em; }
      .single_profile header h3 span {
        font-size: 14px; }
    .single_profile header .btn {
      margin-left: 25px;
      padding-top: 0;
      padding-bottom: 1em;
      display: inline-block; }
      @media (max-width: 1100px) {
        .single_profile header .btn {
          display: block;
          padding: 1.5em 0 1em;
          margin-left: 0; } }

.single_contact_agent_details {
  display: inline-block; }
  .single_contact_agent_details li {
    display: inline-block;
    padding-right: 14px;
    font-size: 14px; }
    @media (max-width: 767px) {
      .single_contact_agent_details li {
        display: block;
        margin-bottom: 6px; } }
  .single_contact_agent_details a {
    color: #ffa322; }
    .single_contact_agent_details a:hover {
      color: #78c0a8; }

.single_team_current_listings h4 {
  text-transform: uppercase;
  padding-bottom: 2em; }

.single_profile .facebook_icon, .single_profile .linked_in_icon {
  fill: #FFF;
  background: #96918b;
  height: 24px;
  width: 24px;
  padding: 4px;
  margin: 1em 0; }
  .single_profile .facebook_icon:hover, .single_profile .linked_in_icon:hover {
    background: #ffa322; }

/*
.faq_page .page_intro_header .section_title_large {
	padding-bottom: 0;
}
*/
.faq_page {
  padding-bottom: 45px; }

.faq_intro {
  padding-bottom: 2.0em; }

.js_accordian_content {
  padding-top: 1em;
  display: none; }

.faq_item {
  padding: 36px 30px;
  margin-bottom: 36px; }
  .faq_item h3 {
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
    position: relative; }
    .faq_item h3:hover {
      color: #ffa322; }
    .faq_item h3.active {
      color: #ffa322;
      pointer-events: none;
      cursor: none; }
    .faq_item h3:after {
      content: '';
      position: absolute;
      right: 0;
      height: 0px;
      width: 20px;
      border-top: 3px solid #ffa322; }
    .faq_item h3:hover:after {
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #ffa322; }
    .faq_item h3.active:after {
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #ffa322; }

.faq_accordian_container {
  padding-bottom: 45px; }

/* ===============================================
		Calculator
===============================================	*/
.calculator_container h2, .calculator_container h3 {
  font-size: 28px;
  padding-bottom: 1em;
  font-family: "ff-tisa-web-pro", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif; }

.calculator_container label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .calculator_container label span {
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    text-transform: uppercase;
    font-size: 13px; }
  .calculator_container label strong {
    color: red; }
  .calculator_container label .input {
    background: #fff;
    color: #666666;
    border: none;
    padding: 12px 20px;
    -webkit-box-flex: 7;
    -moz-box-flex: 7;
    -ms-flex: 7;
    flex: 7;
    display: block;
    font-family: "soleil", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transition: padding .3s ease;
    transition: padding .3s ease; }
  .calculator_container label .input:focus {
    outline: 0;
    background: #ddd9d9;
    color: #000;
    font-family: "soleil", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .calculator_container label .input:focus + span {
      opacity: .8;
      font-size: 8px; }

.calculator_container .checkbox_group span {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -ms-flex: 2;
  flex: 2; }

.calculator_container .checkbox_group input {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.calculator_container input[type=submit] {
  border: none;
  -webkit-appearance: normal;
     -moz-appearance: normal;
          appearance: normal;
  background: #ffa322;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 8px 22px;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
  font-size: .9em; }
  .calculator_container input[type=submit]:hover {
    background: #494642; }

.calculator_container input[type=radio] {
  -webkit-appearance: radio-button !important;
  -moz-appearance: radio-button !important;
       appearance: radio-button !important; }

.calculator_container hr {
  margin: 35px 0 75px;
  height: 1px; }

#totalMoveInCostResult {
  font-size: 11px; }

.warning {
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 163, 34, 0.8);
          box-shadow: inset 0px 0px 0px 2px rgba(255, 163, 34, 0.8); }

.move_in_cost_total {
  text-align: center;
  padding-bottom: 45px; }

#totalMoveInCostResult {
  font-size: 14px;
  background: #fff;
  color: #666666;
  padding: 12px 20px;
  display: inline-block;
  min-width: 160px;
  margin: 0 24px 0; }

.customer_service_graphic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 767px) {
    .customer_service_graphic {
      display: block; } }
  .customer_service_graphic .illustration {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    text-align: center; }
  .customer_service_graphic .content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 100%; }
  .customer_service_graphic svg {
    max-width: 75%; }
  .customer_service_graphic .padding {
    padding: 8%; }
    .customer_service_graphic .padding h2 {
      font-weight: 700;
      font-family: "ff-tisa-sans-web-pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      padding: 1em 0;
      font-size: 28px; }
  .customer_service_graphic .text_content {
    font-size: 20px; }
    .customer_service_graphic .text_content p {
      line-height: 28px; }
      .customer_service_graphic .text_content p span {
        font-size: .8em;
        text-transform: uppercase; }
  .customer_service_graphic .title {
    font-size: 42px;
    font-family: "ff-tisa-sans-web-pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    padding-bottom: 1em; }
    .customer_service_graphic .title span {
      color: #ffa322; }
  .customer_service_graphic .footnotes {
    text-transform: uppercase;
    color: #999;
    margin-top: 65px;
    display: block; }
    .customer_service_graphic .footnotes p {
      line-height: 1.5em;
      font-size: 12px; }

.tenant_application h3 {
  font-family: "ff-tisa-web-pro", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  padding-bottom: 4em; }

.tenant_application_forms {
  padding-bottom: 45px; }
  .tenant_application_forms .column {
    background: #FFF;
    padding: 25px;
    min-height: 220px; }
  .tenant_application_forms .form_number {
    background: #ffa322;
    color: #FFF;
    height: 45px;
    width: 45px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -50px 0 25px; }
    @media (max-width: 767px) {
      .tenant_application_forms .form_number {
        display: block; } }
  .tenant_application_forms .title {
    color: #ffa322;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: .5em; }
  .tenant_application_forms img {
    max-width: 92px;
    padding-left: 10px;
    float: right; }
  .tenant_application_forms small {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    padding-top: 1em; }

/* ===============================================
		Intro
===============================================	*/
#contact_us .page_intro_header .section_title_large {
  padding-bottom: 0; }

.contact_intro {
  font-family: "ff-tisa-web-pro", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif; }
  .contact_intro h3 {
    font-family: "soleil", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 2em; }
  .contact_intro li {
    font-size: 14px;
    line-height: 3em; }
    .contact_intro li a {
      color: #ffa322; }
      .contact_intro li a:hover {
        text-decoration: underline; }
  .contact_intro .facebook_icon, .contact_intro .skype_icon {
    width: 18px;
    fill: #ffa322;
    vertical-align: middle;
    margin-right: 8px; }

/* ===============================================
		Licensee
===============================================	*/
.contact_licensee_details {
  text-transform: uppercase;
  line-height: 2.5em; }

/* ===============================================
		Useful links
===============================================	*/
.useful_links .section_title_large {
  padding-bottom: 1em; }

.useful_links h2.title {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 1.5em;
  font-family: "ff-tisa-sans-web-pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.useful_links h3.heading {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "ff-tisa-sans-web-pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding-top: 1em; }

.useful_links a {
  color: #ffa322; }
  .useful_links a:hover {
    color: #78c0a8; }

.useful_links li {
  padding-bottom: 1em;
  font-size: 14px;
  font-family: "ff-tisa-web-pro", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif; }

.useful_links .text + .title {
  border-top: 1px solid;
  margin: 45px 0 0;
  padding: 45px 0 0; }

.useful_links p {
  line-height: 1.4; }

.useful_links .heading:not(:first-child) {
  background: green; }

.useful_links img {
  max-width: 80%;
  margin: 1em auto; }

.testimonial_wrapper blockquote {
  padding: 2.5%;
  margin-bottom: 2.5%;
  font-family: "ff-tisa-web-pro", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif; }
  .testimonial_wrapper blockquote p {
    line-height: 24px; }

.testimonial_wrapper cite {
  text-transform: uppercase;
  color: #78c0a8;
  font-family: "soleil", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 1em; }

.our_service_area_intro h3 {
  font-weight: 700;
  color: #ffa322;
  padding-bottom: 1em; }

.our_service_area_intro p {
  font-family: "ff-tisa-web-pro", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif; }

.blog_excerpt_title {
  text-transform: uppercase;
  color: #ffa322;
  font-family: "ff-tisa-sans-web-pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 1em 0;
  font-size: 14px;
  font-weight: 700; }

.blog_index_post .btn {
  margin-top: 1em; }

.the_content a {
  color: #ffa322; }
  .the_content a:hover {
    text-decoration: underline; }

.the_content b, .the_content strong {
  font-weight: 700; }

.the_content blockquote {
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 20px; }

.the_content h1, .the_content h2, .the_content h2, .the_content h3, .the_content h4, .the_content h5, .the_content h6 {
  font-family: "ff-tisa-sans-web-pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 1em 0; }
  .the_content h1 + ol, .the_content h2 + ol, .the_content h2 + ol, .the_content h3 + ol, .the_content h4 + ol, .the_content h5 + ol, .the_content h6 + ol {
    padding-top: 0; }
  .the_content h1 + ul, .the_content h2 + ul, .the_content h2 + ul, .the_content h3 + ul, .the_content h4 + ul, .the_content h5 + ul, .the_content h6 + ul {
    padding-top: 0; }

.the_content h1, .the_content h2 {
  font-size: 1.2em;
  color: #ffa322;
  text-transform: uppercase;
  font-weight: 700; }

.the_content h2 {
  color: #78c0a8; }

.the_content h3, .the_content h4 {
  font-family: "ff-tisa-web-pro", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif; }

.the_content h5, .the_content h6 {
  font-size: .8em; }

.the_content ul, .the_content ol {
  font-size: 14px;
  padding: 1em 2em; }

.the_content li {
  font-size: 14px;
  font-weight: 500;
  margin-left: 8px;
  line-height: 18px; }

.the_content ul li {
  list-style-type: disc; }

.the_content ol li {
  list-style-type: decimal; }

.the_content .alignnone {
  margin: 1em 0; }

.the_content .alignleft {
  float: left;
  margin-top: 1em;
  margin-bottom: 1em; }

.the_content .alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em; }

.the_content aligncenter {
  margin: 1em auto; }

.the_content .size-medium {
  max-width: 45%; }

.the_content .size-small {
  max-width: 22%; }

/*  ==========================================================================
		Form Resets	
		========================================================================== */
::-webkit-input-placeholder {
  color: #666666;
  text-transform: none;
  font-family: "soleil", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  text-transform: none;
  font-family: "soleil", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  text-transform: none;
  font-family: "soleil", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }

:-ms-input-placeholder {
  color: #666666;
  text-transform: none;
  font-family: "soleil", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* This overides the google autofill background yellow styling. Puts a white box shadow over it */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset; }

input {
  border-radius: 0;
  background: none;
  letter-spacing: 1px;
  font-family: "soleil", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }

/*  ==========================================================================
		Form Globals	
		========================================================================== */
textarea {
  min-height: 200px; }

.js_modal_container {
  position: fixed;
  text-align: center;
  color: #000;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  pointer-events: auto; }
  @media (max-width: 767px) {
    .js_modal_container {
      color: #000; } }

.modal-form-response {
  margin: 0 auto;
  width: 100%;
  padding: 50px 20px 50px 20px;
  background: #FFF;
  display: block; }
  .modal-form-response p {
    padding-top: 25px; }
  .modal-form-response button {
    font-size: 16px;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in; }
    .modal-form-response button:hover {
      color: #ffa322; }
  @media (max-width: 767px) {
    .modal-form-response p {
      font-size: 12px;
      padding-bottom: 20px; } }

/* ===============================================
		Contact Page
===============================================	*/
.wd_events_enquiry {
  font-family: "soleil", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .wd_events_enquiry .contact-form .input {
    background: #f4f4f4; }

.contact-form {
  font-size: 12px; }
  .contact-form label {
    position: relative;
    display: block; }
  .contact-form label span {
    position: absolute;
    left: 20px;
    top: 18px;
    opacity: 0;
    font-size: 12px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .contact-form .input:focus {
    outline: 0;
    background: #0b0b0b;
    color: #f7f7f9;
    font: "soleil", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 12px 12px 12px 70px; }
    .contact-form .input:focus + span {
      opacity: .8;
      font-size: 8px; }
  .contact-form .input {
    background: #232626;
    color: #666666;
    border: none;
    padding: 12px 20px;
    margin-bottom: 1em;
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    display: block;
    font-family: "soleil", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    -webkit-transition: padding .3s ease;
    transition: padding .3s ease; }
  .contact-form .input[type=checkbox] {
    -webkit-appearance: checkbox; }
  .contact-form input:disabled, .contact-form .input:disabled {
    background: #545b5b; }
  .contact-form input[type=submit] {
    border: none;
    -webkit-appearance: normal;
       -moz-appearance: normal;
            appearance: normal;
    background: #78c0a8;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 22px;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    font-size: .9em; }
    .contact-form input[type=submit]:hover {
      background: #494642; }

.submit_button {
  float: right;
  margin-top: 1em; }

/* Checkbox & Radio button Styles for WooCommerce */
.property_alerts_container input[type="checkbox"], .property_alerts_container .input-checkbox, .property_alerts_container .input-radio {
  background: none;
  padding: 0px; }

.property_alerts_container input[type='checkbox'], .property_alerts_container input[type='radio'] {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  width: 20px;
  height: 20px;
  margin: 0;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none; }
  .property_alerts_container input[type='checkbox']:focus, .property_alerts_container input[type='radio']:focus {
    outline: none; }

.property_alerts_container input[type='checkbox']:after, .property_alerts_container input[type='radio']:after {
  content: "";
  vertical-align: middle;
  text-align: center;
  line-height: 20px;
  position: absolute;
  cursor: pointer;
  height: 20px;
  width: 20px;
  left: 0px;
  top: 0px;
  font-size: 10px;
  background: #45484d; }

.property_alerts_container input[type='checkbox']:hover:after, .property_alerts_container input[type='checkbox']:checked:hover:after, .property_alerts_container input[type='radio']:hover:after, .property_alerts_container input[type='radio']:checked:hover:after {
  background: #2d2d2d;
  content: '\2713';
  color: #888;
  outline: none; }

.property_alerts_container input[type='checkbox']:checked:after, .property_alerts_container input[type='radio']:checked:after {
  background: #202020;
  content: '\2713';
  color: #fff;
  outline: none; }

.checkbox_wrap {
  padding-bottom: 1em; }
  @media (max-width: 767px) {
    .checkbox_wrap {
      padding: 1em 0; } }
  .checkbox_wrap label {
    display: inline-block; }
  .checkbox_wrap strong {
    width: 35%;
    float: left; }
  .checkbox_wrap ul {
    width: 65%;
    float: left; }
  .checkbox_wrap li {
    font-size: 16px;
    padding-bottom: .3em; }
    .checkbox_wrap li input {
      vertical-align: middle; }
    @media (max-width: 767px) {
      .checkbox_wrap li {
        font-size: 14px; } }

/* ===============================================
		Contact Form 7
		Tenant Form Container 
===============================================	*/
#tenant_form_container {
  font-size: 14px;
  padding-bottom: 45px;
  margin-bottom: 45px; }
  #tenant_form_container label {
    display: block; }
    #tenant_form_container label span:first-of-type {
      float: left;
      width: 30%;
      text-transform: uppercase;
      padding-top: 14px; }
    #tenant_form_container label span:nth-of-type(2) {
      width: 70%;
      float: left; }
  #tenant_form_container .input {
    background: #fff;
    color: #666666;
    border: none;
    padding: 12px 20px;
    margin-bottom: 1em;
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    display: block;
    font-family: "soleil", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    -webkit-transition: padding .3s ease;
    transition: padding .3s ease; }
  #tenant_form_container .input:focus {
    outline: 0;
    background: #ddd9d9;
    color: #000;
    font-family: "soleil", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 12px 12px 12px 40px; }
    #tenant_form_container .input:focus + span {
      opacity: .8;
      font-size: 8px; }
  #tenant_form_container .input[type=checkbox] {
    -webkit-appearance: checkbox; }
  #tenant_form_container input:disabled, #tenant_form_container .input:disabled {
    color: #96918b; }
  #tenant_form_container input[type=submit] {
    border: none;
    -webkit-appearance: normal;
       -moz-appearance: normal;
            appearance: normal;
    background: #ffa322;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 22px;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    font-size: .9em; }
    #tenant_form_container input[type=submit]:hover {
      background: #494642; }
  #tenant_form_container select {
    font-size: 14px;
    margin-top: 12px;
    text-transform: uppercase; }
    #tenant_form_container select option {
      padding: 12px;
      line-height: 16px; }
  #tenant_form_container textarea {
    min-height: 60px;
    height: 60px;
    resize: vertical; }

.two_column_input label {
  width: 47.5%;
  float: left;
  padding-bottom: 2em; }
  .two_column_input label:nth-child(n) {
    margin-right: 5%; }
  .two_column_input label:nth-child(2n) {
    margin-right: 0; }
  .two_column_input label:nth-child(2n + 1) {
    clear: left; }
  .two_column_input label:nth-child(n + 3) {
    margin-top: 5%; }
  @media (max-width: 767px) {
    .two_column_input label {
      width: 100%; }
      .two_column_input label:nth-child(n) {
        margin-right: 0; }
      .two_column_input label:nth-child(2n) {
        margin-right: 0; }
      .two_column_input label:nth-child(n + 3) {
        margin-top: 0; } }

.two_column_input .input_column {
  width: 47.5%;
  float: left; }
  .two_column_input .input_column label {
    width: 100%;
    padding-bottom: 0; }

.three_column_input label, .three_column_input .column {
  width: 30%;
  float: left;
  padding-bottom: 2em; }
  .three_column_input label:nth-child(n), .three_column_input .column:nth-child(n) {
    margin-right: 5%; }
  .three_column_input label:nth-child(3n), .three_column_input .column:nth-child(3n) {
    margin-right: 0; }
  .three_column_input label:nth-child(3n + 1), .three_column_input .column:nth-child(3n + 1) {
    clear: left; }
  .three_column_input label:nth-child(n + 4), .three_column_input .column:nth-child(n + 4) {
    margin-top: 5%; }
  @media (max-width: 767px) {
    .three_column_input label, .three_column_input .column {
      width: 100%; }
      .three_column_input label:nth-child(n), .three_column_input .column:nth-child(n) {
        margin-right: 0; }
      .three_column_input label:nth-child(3n), .three_column_input .column:nth-child(3n) {
        margin-right: 0; }
      .three_column_input label:nth-child(n + 4), .three_column_input .column:nth-child(n + 4) {
        margin-top: 0; } }

.four_column_input label, .four_column_input .column {
  width: 21.25%;
  float: left;
  padding-bottom: 2em; }
  .four_column_input label:nth-child(n), .four_column_input .column:nth-child(n) {
    margin-right: 5%; }
  .four_column_input label:nth-child(4n), .four_column_input .column:nth-child(4n) {
    margin-right: 0; }
  .four_column_input label:nth-child(4n + 1), .four_column_input .column:nth-child(4n + 1) {
    clear: left; }
  .four_column_input label:nth-child(n + 5), .four_column_input .column:nth-child(n + 5) {
    margin-top: 5%; }
  @media (max-width: 767px) {
    .four_column_input label, .four_column_input .column {
      width: 100%; }
      .four_column_input label:nth-child(n), .four_column_input .column:nth-child(n) {
        margin-right: 0; }
      .four_column_input label:nth-child(4n), .four_column_input .column:nth-child(4n) {
        margin-right: 0; }
      .four_column_input label:nth-child(n + 5), .four_column_input .column:nth-child(n + 5) {
        margin-top: 0; } }

div.wpcf7-mail-sent-ok {
  color: #FFF;
  border: none !important;
  background: #ffa322;
  padding: 1em; }

/* Global default styles 
	- Used on sign-up and contact form.
*/
.js_modal_container {
  position: fixed;
  text-align: center;
  color: #000;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  pointer-events: auto; }
  @media (max-width: 767px) {
    .js_modal_container {
      color: #000; } }

.modal_form_response {
  margin: 0 auto;
  width: 100%;
  padding: 50px 20px 50px 20px;
  background: #FFF;
  display: block; }
  .modal_form_response p {
    padding-top: 25px; }
  .modal_form_response button {
    font: "ff-tisa-sans-web-pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in; }
    .modal_form_response button:hover {
      color: #ffa322; }
  @media (max-width: 767px) {
    .modal_form_response p {
      font-size: 12px;
      padding-bottom: 20px; } }

.active_ajax {
  color: #78c0a8; }

/* AJAXLOAD URL LOADER STYLING*/
.ajaxload_url_target_loader, .ajaxload_posts_target_loader {
  position: fixed;
  left: 0%;
  width: 100%;
  height: 100%;
  bottom: 0px;
  display: block;
  padding-top: 35%;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  color: #78c0a8;
  z-index: 1000;
  letter-spacing: .6px;
  font-size: 21px;
  font-size: 1.77vw; }

/* AJAXLOAD POSTS BUTTON STYLING */
.js_ajaxload_posts_navigation .next_post_link a {
  display: inline-block;
  padding: 9px 23px;
  padding: .9vw 1.9vw;
  border: 1px solid #ffa322;
  color: #ffa322;
  font-size: 21px;
  font-size: 1.77vw; }
  .js_ajaxload_posts_navigation .next_post_link a:hover {
    background: #FFF; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

/* Direction Nav */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9999; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

/*
     _ _      _       _
 ___| (_) ___| | __  (_)___
/ __| | |/ __| |/ /  | / __|
\__ \ | | (__|   < _ | \__ |___/_|_|\___|_|\_(_)/ |___/
                   |__/

 Version: 1.6.0
  Author: Ken Wheeler
 Website: http://kenwheeler.github.io
    Docs: http://kenwheeler.github.io/slick
    Repo: http://github.com/kenwheeler/slick
  Issues: http://github.com/kenwheeler/slick/issues

 */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -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: visible;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-active:focus,
.slick-slide:focus {
  outline: 0; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-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; }

.slick-arrow.slick-hidden {
  display: none; }
