/*
	Theme Name: Theme Name
	Author URI: http://thecompetition.com.au
	Description: Theme Name Custom Theme Base by The Competition
	Version: 1.0
	Author: Brendan Foster & Nathan Shanahan
*/
/*  ==========================================================================
		Fonts
		Font shorthand: font-style font-variant font-weight font-size/line-height font-family;	
		========================================================================== */
/* ORPHEUS PRO BOLD Loaded by Typekit: weights, 700(Bold) */
/* PROXIMA NOVA Loaded by Typekit: weights, 400 (Normal), 700(Bold) */
/*  ==========================================================================
		Font Weights	
		========================================================================== */
/*  ==========================================================================
		Colors	
		========================================================================== */
/* Design White */
/* Design Black */
/* Brown */
/* Dark Grey */
/*  ==========================================================================
		Wrap & page setups width	
		========================================================================== */
/*  ==========================================================================
		Break Points
		========================================================================== */
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;
  -webkit-transition: font-size .35s ease;
          transition: font-size .35s ease; }

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

html {
  height: 100%; }

body {
  line-height: 1;
  min-height: 100%;
  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 {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.group {
  display: inline-block; }

/* start commented backslash hack \*/
* html .group {
  height: 1%; }

.group {
  display: block; }

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

/* Placeholder Text color */
::-webkit-input-placeholder {
  color: #333333;
  text-transform: none;
  font: normal normal 700 24px/normal "proxima-nova", sans-serif;
  font-size: 14px;
  font-size: 1.043vw;
  font-weight: 400; }
  @media (max-width: 767px) {
    ::-webkit-input-placeholder {
      font-size: 16px; } }

:-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
  text-transform: none;
  font: normal normal 700 24px/normal "proxima-nova", sans-serif;
  font-size: 14px;
  font-size: 1.043vw;
  font-weight: 400; }
  @media (max-width: 767px) {
    :-moz-placeholder {
      font-size: 16px; } }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
  text-transform: none;
  font: normal normal 700 24px/normal "proxima-nova", sans-serif;
  font-size: 14px;
  font-size: 1.043vw;
  font-weight: 400; }
  @media (max-width: 767px) {
    ::-moz-placeholder {
      font-size: 16px; } }

:-ms-input-placeholder {
  color: #333333;
  text-transform: none;
  font: normal normal 700 24px/normal "proxima-nova", sans-serif;
  font-size: 14px;
  font-size: 1.043vw;
  font-weight: 400; }
  @media (max-width: 767px) {
    :-ms-input-placeholder {
      font-size: 16px; } }

/* 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 {
  -webkit-appearance: none;
  border-radius: 0;
  background: none;
  letter-spacing: 1px;
  font: normal normal 700 24px/normal "proxima-nova", sans-serif;
  font-size: 14px;
  font-size: 1.043vw;
  font-weight: 400; }

input[type="text"]:focus, textarea[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus {
  outline: 0;
  background: #F9F6F0;
  color: #1d1d1d;
  padding-left: 20px;
  text-transform: none;
  font: normal normal 700 24px/normal "proxima-nova", sans-serif;
  font-size: 14px;
  font-size: 1.043vw;
  font-weight: 400; }

select {
  -webkit-appearance: none;
  border-radius: 0; }

input:focus {
  outline: 0;
  background: #1d1d1d;
  border: 1px solid #f6f6f6;
  color: #1d1d1d; }

.error::-webkit-input-placeholder, .error:-moz-placeholder, .error::-moz-placeholder, error:-ms-input-placeholder {
  color: #cc0000; }

a[href^=tel] {
  color: #1d1d1d;
  text-decoration: none;
  font-family: normal normal 700 1.23vw/normal "orpheuspro", sans-serif; }

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

button {
  border: none;
  background: none;
  cursor: pointer; }
  button:focus {
    outline: 0; }

/* Global Styles */
body {
  font: normal normal 700 1.23vw/normal "orpheuspro", sans-serif;
  font-size: 18px;
  font-size: 1.23vw;
  background: none;
  color: #1d1d1d;
  overflow-x: hidden;
  overflow-y: scroll;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }
  @media (max-width: 1340px) {
    body {
      font-size: 18px; } }

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

/* Headings */
p {
  letter-spacing: 1px;
  line-height: 1.6; }
  p + p {
    padding-top: 1em; }

li {
  letter-spacing: 1px; }

a {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  letter-spacing: 1.5px; }

.page-wrap {
  position: relative;
  margin: 0 auto;
  /* 	max-width: $page-width; */
  /* This will letterbox the website */
  width: 100%;
  height: 100%;
  background: none; }

/*
.content-wrap {
	position: relative;
	margin: 0 auto;
	width: $content-width;
	height: 100%;
	background: none;
	@media (max-width: $content-width +100px) { // + padding
		width: 100%;
		padding-right: 50px;
		padding-left: 50px;
	}
	@media (max-width: $mobile-width +20px) { // + padding
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}
}
*/
/* Viewport Width Wrap styles */
.content-wrap {
  position: relative;
  margin: 0 auto;
  width: 93.5%;
  height: 100%;
  background: none; }
  @media (max-width: 100%) {
    .content-wrap {
      width: 100%;
      padding-right: 3.25%;
      padding-left: 3.25%; } }

/*  Elements	 */
/* Selected state for main navigation items */
.current_page_item {
  color: #f6f6f6; }

.uppercase {
  text-transform: uppercase; }

/* AJAX BUTTON STYLING */
.ajax-get-posts .next-post-link a {
  font: normal normal 700 24px/normal "proxima-nova", sans-serif;
  font-size: 18px;
  font-size: 1.34vw;
  display: inline-block;
  padding: .5em 1em;
  border: none;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  letter-spacing: 1.5px;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  background-color: none;
  color: #1d1d1d;
  border: 2px solid #1d1d1d;
  margin-top: 70px; }
  @media (max-width: 767px) {
    .ajax-get-posts .next-post-link a {
      width: 300px;
      font-size: 20px; } }
  .ajax-get-posts .next-post-link a::before {
    border: 2px solid #1d1d1d; }
  .ajax-get-posts .next-post-link a:hover {
    color: #f6f6f6;
    background-color: #1d1d1d !important;
    border: 2px solid #1d1d1d; }

/* The Loading text for the Ajax Load More Call */
.ajax_loader {
  position: absolute;
  font: normal normal 700 24px/normal "proxima-nova", sans-serif;
  letter-spacing: 1px;
  bottom: -80px;
  display: block;
  padding: 15px 25px;
  text-align: center;
  font-size: 14px;
  background: #1d1d1d;
  color: #FFF;
  z-index: 1000; }

/*  ==========================================================================
		BUTTON SYTLES	
========================================================================== */
.btn {
  font: normal normal 700 24px/normal "proxima-nova", sans-serif;
  font-size: 18px;
  font-size: 1.34vw;
  display: inline-block;
  padding: .5em 1em;
  border: none;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  letter-spacing: 1.5px;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s; }
  .btn svg {
    margin-left: 5px;
    margin-bottom: -1px;
    width: 10px;
    height: 14px;
    width: 1vw;
    height: 1vw;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    /* Make the element double size and scale down, then on hover scale back to 1:1. Keeps the element from blurring */ }
    @media (max-width: 767px) {
      .btn svg {
        width: 14px;
        height: 20px;
        margin-bottom: -2px; } }

.btn:focus {
  outline: none; }

.btn-black {
  background-color: #1d1d1d;
  color: #f6f6f6; }
  .btn-black::before {
    border: 2px solid #1d1d1d; }
  .btn-black:hover {
    color: #1d1d1d; }
    .btn-black:hover svg {
      fill: #1d1d1d; }

.btn-white {
  background-color: none;
  color: #f6f6f6;
  border: 2px solid #f6f6f6; }
  .btn-white::before {
    border: 2px solid #f6f6f6; }
  .btn-white:hover {
    color: #1d1d1d;
    background-color: #f6f6f6 !important;
    border: 2px solid #f6f6f6; }
    .btn-white:hover svg {
      fill: #f6f6f6; }

.btn-clear-black {
  background-color: none;
  color: #1d1d1d;
  border: 2px solid #1d1d1d; }
  .btn-clear-black svg {
    fill: #1d1d1d; }
  .btn-clear-black::before {
    border: 2px solid #1d1d1d; }
  .btn-clear-black:hover {
    color: #f6f6f6;
    background-color: #1d1d1d !important;
    border: 2px solid #1d1d1d; }
    .btn-clear-black:hover svg {
      fill: #f6f6f6; }

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }

.btn:hover {
  background: none; }
  .btn:hover svg {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

.btn:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* End Btn styles */
/*  ==========================================================================
		FONT SIZES & REFERENCES
		- This helps identify the correct VW/PX ration for both fonts.
		- All 'vw' sizes checked using a content-wrap of 1340px;
		========================================================================== */
/* ORPHEUS PRO BOLD ***************
	
 - Default: $font-primary: 18px/1.23vw
   SIZES:
   - 18px/1.23vw
   - 32px/2.38vw
   - 36px/2.7vw
   - 64px/4.75vw
   - 72px/4.8vw
   - 90px/6.0vw
   - 120px/8.1vw
   
***************************************/
/* PROXIMA NOVA ********************
	
 - Default:	$font-secondary: 24px/1.8vw 
	 SIZES:
	 - 12px/0.83vw;
	 - 14px/1.043vw
	 - 18px/1.34vw
	 - 24px/1.8vw
	 - 50px/
	 
****************************************/
p {
  font: normal normal 700 1.23vw/normal "orpheuspro", sans-serif;
  font-size: 18px;
  font-size: 1.23vw; }
  @media (max-width: 1340px) {
    p {
      font-size: 18px; } }

ul {
  font-size: 0px; }
  ul li {
    font: normal normal 700 1.23vw/normal "orpheuspro", sans-serif;
    font-size: 18px;
    font-size: 1.23vw; }
    @media (max-width: 1340px) {
      ul li {
        font-size: 18px; } }

/* Primary Sizes */
.fp-18 {
  font-size: 18px;
  font-size: 1.23vw; }
  @media (max-width: 767px) {
    .fp-18 {
      font-size: 18px; } }

.fp-28 {
  font-size: 28px;
  font-size: 1.9vw;
  line-height: 2.5vw; }

.fp-32 {
  font-size: 32px;
  font-size: 2.38vw; }

.fp-36 {
  font-size: 36px;
  font-size: 2.7vw;
  line-height: 3vw; }
  @media (max-width: 767px) {
    .fp-36 {
      font-size: 30px;
      line-height: 30px; } }

.fp-64 {
  font-size: 64px;
  font-size: 4.75vw;
  line-height: 50px;
  line-height: 5vw; }
  @media (max-width: 767px) {
    .fp-64 {
      font-size: 42px;
      line-height: 48px; } }

.fp-72 {
  font-size: 72px;
  font-size: 4.8vw;
  line-height: 5.5vw; }
  @media (max-width: 767px) {
    .fp-72 {
      font-size: 60px;
      line-height: 60px; } }

.fp-90 {
  font-size: 90px;
  font-size: 6.0vw;
  line-height: 6vw; }
  @media (max-width: 767px) {
    .fp-90 {
      font-size: 60px;
      line-height: 60px; } }

.fp-120 {
  font-size: 120px;
  font-size: 8.1vw;
  line-height: 8vw; }
  @media (max-width: 767px) {
    .fp-120 {
      font-size: 60px;
      line-height: 60px; } }

/* Secondary Sizes */
.fs-12 {
  font: normal normal 700 24px/normal "proxima-nova", sans-serif;
  font-size: 12px;
  font-size: 0.83vw; }

.fs-14 {
  font: normal normal 700 24px/normal "proxima-nova", sans-serif;
  font-size: 14px;
  font-size: 1.043vw; }

.fs-18 {
  font: normal normal 700 24px/normal "proxima-nova", sans-serif;
  font-size: 18px;
  font-size: 1.34vw; }
  @media (max-width: 767px) {
    .fs-18 {
      font-size: 18px;
      line-height: 22px; } }

.fs-24 {
  font: normal normal 700 24px/normal "proxima-nova", sans-serif;
  font-size: 24px;
  font-size: 1.8vw; }
  @media (max-width: 767px) {
    .fs-24 {
      font-size: 24px; } }

.fs-36 {
  font: normal normal 700 24px/normal "proxima-nova", sans-serif;
  font-size: 36px;
  font-size: 2.2vw; }
  @media (max-width: 767px) {
    .fs-36 {
      font-size: 36px; } }

.fs-50 {
  font: normal normal 700 24px/normal "proxima-nova", sans-serif;
  font-size: 50px;
  font-size: 3.47vw; }
  @media (max-width: 767px) {
    .fs-50 {
      font-size: 36px; } }

/*  ==========================================================================
	<svg class="logo-karri-asset" viewBox="0 0 123 80"><use xlink:href="#logo-karri-asset"></use></svg>
	<svg class="logo-karri-asset-watermark" viewBox="0 0 37 50"><use xlink:href="#logo-karri-asset-watermark"></use></svg>
	<svg class="icon-arrow-down-small" viewBox="0 0 15 9"><use xlink:href="#icon-arrow-down-small"></use></svg>	
	<svg class="icon-arrow-right-small" viewBox="0 0 5 7"><use xlink:href="#icon-arrow-right-small"></use></svg>
	<svg class="icon-arrow-right-large" viewBox="0 0 116 54"><use xlink:href="#icon-arrow-right-large"></use></svg>
	<svg class="icon-arrow-down-large" viewBox="0 0 75 35"><use xlink:href="#icon-arrow-down-large"></use></svg>
	<svg class="icon-arrow-download" viewBox="0 0 17 20"><use xlink:href="#icon-arrow-download"></use></svg>
	<svg class="icon-bubble-arrows" viewBox="0 0 182 125"><use xlink:href="#icon-bubble-arrows"></use></svg>
	<svg class="icon-bubble-arrows-mobile" viewBox="0 0 126 200"><use xlink:href="#icon-bubble-arrows-mobile"></use></svg>
	<svg class="icon-circuit" viewBox="0 0 150 150"><use xlink:href="#icon-circuit"></use></svg>
	<svg class="icon-briefcase" viewBox="0 0 150 150"><use xlink:href="#icon-briefcase"></use></svg>
	<svg class="icon-find" viewBox="0 0 150 150"><use xlink:href="#icon-find"></use></svg>
	<svg class="icon-ipad" viewBox="0 0 176 127"><use xlink:href="#icon-ipad"></use></svg>
	<svg class="icon-laptop-small" viewBox="0 0 138 125"><use xlink:href="#icon-laptop-small"></use></svg>
	<svg class="icon-laptop" viewBox="0 0 334 223"><use xlink:href="#icon-laptop"></use></svg>
	<svg class="icon-manage" viewBox="0 0 150 150"><use xlink:href="#icon-manage"></use></svg>
	<svg class="icon-pencil-paper" viewBox="0 0 77 75"><use xlink:href="#icon-pencil-paper"></use></svg>
	<svg class="icon-mail" viewBox="0 0 32 32"><use xlink:href="#icon-mail"></use></svg>
	<svg class="icon-phone" viewBox="0 0 32 32"><use xlink:href="#icon-phone"></use></svg>
	<svg class="icon-pyramid" viewBox="0 0 92 75"><use xlink:href="#icon-pyramid"></use></svg>
	<svg class="icon-search" viewBox="0 0 75 75"><use xlink:href="#icon-search"></use></svg>
	<svg class="icon-enquiries-line" viewBox="0 0 26 402"><use xlink:href="#icon-enquiries-line"></use></svg>
	<svg class="icon-social-facebook" viewBox="0 0 9 16"><use xlink:href="#icon-social-facebook"></use></svg>
	<svg class="icon-social-linkedin" viewBox="0 0 17 16"><use xlink:href="#icon-social-linkedin"></use></svg>
	<svg class="icon-social-twitter" viewBox="0 0 20 16"><use xlink:href="#icon-social-twitter"></use></svg>
	
========================================================================== */
/*  ==========================================================================
		SVG individual file CSS.	
========================================================================== */
.icon-arrow-right-small {
  width: 5px;
  height: 7px;
  fill: #f6f6f6; }

.icon-arrow-right-large {
  max-width: 116px;
  max-height: 54px;
  fill: #f6f6f6; }

.icon-arrow-down-small {
  width: 15px;
  height: 9px;
  fill: #f6f6f6; }

.icon-arrow-down-large {
  /*
  	width: 75px;
  	height: 35px;
  */
  width: 5.2vw;
  height: 100%;
  fill: #f6f6f6; }

.icon-arrow-download {
  width: 17px;
  height: 20px;
  fill: #f6f6f6; }

.icon-bubble-arrows {
  max-width: 182px;
  max-height: 125px;
  fill: #E1D4CD; }

.icon-bubble-arrows-mobile {
  max-width: 126px;
  max-height: 200px; }

.icon-circuit {
  max-width: 150px;
  max-height: 150px;
  fill: #623C25; }

.icon-briefcase {
  max-width: 150px;
  max-height: 150px;
  fill: #623C25; }

.icon-find {
  max-width: 150px;
  max-height: 150px;
  fill: #623C25; }

.icon-manage {
  max-width: 150px;
  max-height: 150px;
  fill: #623C25; }

.icon-ipad {
  max-width: 176px;
  max-height: 127px; }

.icon-laptop-small {
  width: 138px;
  height: 125px;
  fill: #1E1E1E; }

.icon-laptop {
  max-width: 334px;
  max-height: 223px; }

.icon-pencil-paper {
  width: 77px;
  height: 75px;
  fill: #1d1d1d; }

.icon-mail {
  width: 32px;
  height: 32px;
  fill: #1d1d1d; }

.icon-phone {
  width: 32px;
  height: 32px;
  fill: #1d1d1d; }

.icon-pyramid {
  max-width: 150px;
  max-height: 150px;
  fill: #623C25; }

.icon-search {
  width: 75px;
  height: 75px;
  fill: #623C25; }

.icon-enquiries-line {
  width: 26px;
  height: 402px; }

.icon-social-facebook {
  /*
  	width: 9px;
  	height: 16px;
  */
  width: 100%;
  height: 100%;
  width: .75vw;
  height: 1.2vw;
  fill: #f6f6f6; }

.icon-social-twitter {
  /*
  	width: 20px;
  	height: 16px;
  */
  width: 100%;
  height: 100%;
  width: 1.6vw;
  height: 1.25vw;
  fill: #f6f6f6; }

.icon-social-linkedin {
  /*
  	width: 17px;
  	height: 16px;
  */
  fill: #f6f6f6;
  width: 100%;
  height: 100%;
  width: 1.3vw;
  height: 1.25vw; }

.logo-karri-asset {
  /*
  	width: 123px;
  	height: 80px;
  */
  width: 100%;
  height: 100%;
  width: 9vw;
  height: 6vw;
  fill: #FFF; }

.logo-karri-asset-watermark {
  width: 37px;
  height: 50px;
  fill: #FFF; }

/**************
HERO IMAGE 
**************/
.home-hero-section {
  min-height: 900px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0; }
  @media (max-width: 767px) {
    .home-hero-section {
      padding-top: 160px; } }
  .home-hero-section .user-assist-pointer {
    position: absolute;
    right: 3.25%; }

.home-intro {
  cursor: url("./img/svg/icon-cursor.svg"), auto; }

.home-secondary-nav {
  position: absolute;
  margin-bottom: 1%;
  width: 100%;
  bottom: 0%;
  text-align: right;
  padding-right: 15%;
  cursor: pointer;
  z-index: 999; }
  @media (max-width: 767px) {
    .home-secondary-nav {
      display: none; } }
  .home-secondary-nav ul li {
    display: inline-block;
    padding-bottom: 5px;
    font: normal normal 700 24px/normal "proxima-nova", sans-serif;
    font-size: 24px;
    font-size: 1.8vw; }
    .home-secondary-nav ul li:not(:first-of-type) {
      margin-left: 10%; }
      @media (max-width: 1340px) {
        .home-secondary-nav ul li:not(:first-of-type) {
          margin-left: 5%; } }
    .home-secondary-nav ul li a {
      display: inline-block;
      color: rgba(29, 29, 29, 0.6);
      border-bottom: none;
      -webkit-transition: all .45s ease-in;
              transition: all .45s ease-in; }
    .home-secondary-nav ul li svg {
      width: 22.5px;
      height: 13.5px;
      display: inline-block;
      margin-left: 10px;
      vertical-align: top;
      margin-top: 3%;
      fill: rgba(29, 29, 29, 0.6);
      -webkit-transition: all .45s ease-in;
              transition: all .45s ease-in;
      -webkit-transform: translate3d(0px, 0px, 0);
      transform: translate3d(0px, 0px, 0); }
      @media (max-width: 900px) {
        .home-secondary-nav ul li svg {
          width: 11.25px;
          height: 6.25px; } }
  .home-secondary-nav li:hover a {
    border-bottom: 2px solid #f6f6f6;
    color: #f6f6f6; }
  .home-secondary-nav li:hover svg {
    -webkit-transition: all .45s ease-in;
            transition: all .45s ease-in;
    fill: #f6f6f6;
    -webkit-transform: translate3d(0px, 4px, 0);
    transform: translate3d(0px, 4px, 0); }
  .home-secondary-nav .current-secondary-nav-item a {
    border-bottom: 2px solid #f6f6f6;
    color: #f6f6f6; }
  .home-secondary-nav .current-secondary-nav-item svg {
    fill: #f6f6f6; }

.home-intro-content {
  color: #f6f6f6;
  text-align: center;
  max-width: 40%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .home-intro-content {
      max-width: 100%;
      width: 100%; } }
  .home-intro-content h1 {
    padding-bottom: 15%; }
  .home-intro-content h2 {
    padding-bottom: 40px; }
  .home-intro-content p:last-of-type {
    padding-bottom: 150px; }

/************************
	HOME HOW SECTION
************************/
.home-how-section {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -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-how-section {
      display: block; } }
  .home-how-section article {
    width: 50%;
    padding-bottom: 170px; }
    @media (max-width: 767px) {
      .home-how-section article {
        width: 100%;
        padding-bottom: 60px; } }
    .home-how-section article:first-of-type {
      padding-left: 3.25%;
      padding-right: 10%;
      padding-top: 150px;
      background: url("./img/backgrounds/seamless_paper_texture.png") repeat; }
      @media (max-width: 767px) {
        .home-how-section article:first-of-type {
          padding-top: 60px; } }
    .home-how-section article:last-of-type {
      padding-right: 3.25%;
      padding-left: 5%;
      padding-top: 340px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: 0; }
      @media (max-width: 767px) {
        .home-how-section article:last-of-type {
          padding-top: 190px;
          padding-bottom: 60px;
          height: 500px; } }
    .home-how-section article h1 {
      padding-bottom: 70px; }
      @media (max-width: 767px) {
        .home-how-section article h1 {
          text-align: center; } }
    .home-how-section article:nth-of-type(2) {
      color: #f6f6f6;
      text-align: center; }
      .home-how-section article:nth-of-type(2) h3 {
        text-transform: uppercase;
        padding-bottom: 50px; }
        @media (max-width: 767px) {
          .home-how-section article:nth-of-type(2) h3 {
            padding-bottom: 20px; } }
  .home-how-section .horizontal-line {
    display: block;
    background: #f6f6f6;
    margin: 0 auto;
    height: 6px;
    width: 40px;
    width: 2vw; }
    @media (max-width: 767px) {
      .home-how-section .horizontal-line {
        width: 40px; } }

/***********************************
	CALL TO ACTION TEXT SECTION
***********************************/
.call-to-action-text-section {
  background: url("./img/backgrounds/ricepaper.png") repeat;
  text-align: center; }
  .call-to-action-text-section article {
    max-width: 80%;
    margin: 0 auto;
    padding: 120px 0px 120px 0px; }
    .call-to-action-text-section article h1 {
      padding-bottom: 40px; }
  .call-to-action-text-section .horizontal-line {
    display: block;
    background: #1d1d1d;
    margin: 40px auto;
    height: 2px;
    width: 50px;
    width: 2.1vw; }
    @media (max-width: 767px) {
      .call-to-action-text-section .horizontal-line {
        width: 50px; } }

/***************************************
	CALL TO ACTION BUTTON SECTION
***************************************/
.call-to-action-button-section {
  background: #1d1d1d;
  padding-top: 65px; }
  @media (max-width: 767px) {
    .call-to-action-button-section {
      padding-top: 0px; } }
  .call-to-action-button-section article {
    float: left;
    width: 50%;
    color: #f6f6f6;
    text-align: center;
    padding: 40px 3%; }
    @media (max-width: 767px) {
      .call-to-action-button-section article {
        width: 95%;
        float: none;
        padding: 60px 10px;
        margin: 0 auto; } }
    .call-to-action-button-section article:first-of-type {
      border-right: 2px solid #613b24; }
      @media (max-width: 767px) {
        .call-to-action-button-section article:first-of-type {
          border-right: none;
          border-bottom: 2px solid #613b24; } }
    .call-to-action-button-section article:last-of-type h3 {
      padding-bottom: 25px;
      text-transform: uppercase; }
    @media (max-width: 767px) {
      .call-to-action-button-section article button {
        width: 300px;
        font-size: 24px;
        margin-top: 30px; } }
  .call-to-action-button-section .arrow-up {
    padding-top: 65px;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #1D1D1D; }

/***********************************************
	CALL TO ACTION BUTTON CONTAINER
	- Pulled via 'call-to-action-drop-container.scss'
***********************************************/
/***********************************
	EXTRA INFORMATION SECTION
***********************************/
.extra-information-section {
  width: 100%;
  min-height: 520px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
  text-align: center;
  padding-bottom: 80px; }
  @media (max-width: 767px) {
    .extra-information-section {
      background-position: right center;
      background-attachment: inherit; } }
  .extra-information-section .arrow-down {
    padding-top: 85px;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #1D1D1D; }
  .extra-information-section article {
    width: 60%;
    margin: 0 auto;
    color: #f6f6f6; }
    .extra-information-section article p:first-of-type {
      padding-top: 40px; }
    .extra-information-section article p:last-of-type {
      padding-bottom: 60px; }
  .extra-information-section .column-five {
    float: left;
    width: 20%; }
    @media (max-width: 767px) {
      .extra-information-section .column-five {
        float: none;
        width: 100%; } }
    .extra-information-section .column-five:nth-of-type(even) {
      padding: 48px 5% 0px 5%; }
      @media (max-width: 767px) {
        .extra-information-section .column-five:nth-of-type(even) {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg);
          padding: 70px 0px;
          margin-left: -6px; } }
    .extra-information-section .column-five:nth-of-type(odd) h4 {
      padding-top: 10px; }
      @media (max-width: 767px) {
        .extra-information-section .column-five:nth-of-type(odd) h4 {
          font-size: 24px; } }

/***************************
	BLOG PREVIEW SECTION
***************************/
.blog-preview-section {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -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) {
    .blog-preview-section {
      display: block; } }
  .blog-preview-section article {
    width: 50%;
    padding-bottom: 100px;
    padding-top: 100px; }
    @media (max-width: 767px) {
      .blog-preview-section article {
        width: 100%;
        padding-top: 60px; } }
    .blog-preview-section article h2 {
      padding-bottom: 40px; }
      @media (max-width: 767px) {
        .blog-preview-section article h2 {
          text-align: center; } }
  .blog-preview-section .about-container {
    padding-left: 3.25%;
    padding-right: 5%;
    background: url("./img/backgrounds/seamless_paper_texture.png") repeat; }
    @media (max-width: 767px) {
      .blog-preview-section .about-container {
        padding-left: 10px;
        padding-right: 10px; } }
    .blog-preview-section .about-container div {
      float: left;
      width: 50%;
      padding-right: 2.5%; }
      @media (max-width: 767px) {
        .blog-preview-section .about-container div {
          width: 100%;
          padding-right: 0px; } }
    .blog-preview-section .about-container img {
      width: 47.5%;
      margin-left: 2.5%;
      float: left;
      border: 6px solid #f6f6f6; }
      @media (max-width: 767px) {
        .blog-preview-section .about-container img {
          width: 100%;
          margin-left: 0px;
          margin-top: 30px; } }
    .blog-preview-section .about-container p:last-of-type {
      padding-bottom: 60px; }
    .blog-preview-section .about-container ul {
      text-align: left; }
      @media (max-width: 767px) {
        .blog-preview-section .about-container ul {
          text-align: center; } }
      .blog-preview-section .about-container ul li {
        padding-bottom: 15px;
        display: block; }
        @media (max-width: 767px) {
          .blog-preview-section .about-container ul li {
            padding-bottom: 30px; } }
        .blog-preview-section .about-container ul li a {
          vertical-align: top;
          display: inline;
          padding-bottom: 5px;
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1);
          -webkit-transition: -webkit-transform 1s ease;
                  transition: transform 1s ease; }
          @media (max-width: 800px) {
            .blog-preview-section .about-container ul li a {
              display: block; } }
          .blog-preview-section .about-container ul li a svg {
            vertical-align: middle;
            margin-right: 4%; }
            @media (max-width: 1300px) {
              .blog-preview-section .about-container ul li a svg {
                display: block; } }
            @media (max-width: 767px) {
              .blog-preview-section .about-container ul li a svg {
                display: inline; } }
          .blog-preview-section .about-container ul li a:hover {
            -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                    transform: scale(1.1);
            -webkit-transition: -webkit-transform 1s ease;
                    transition: transform 1s ease; }
  .blog-preview-section .blog-preview-container {
    padding-right: 3.25%;
    padding-left: 5%;
    background: #e0d4cd; }
    @media (max-width: 767px) {
      .blog-preview-section .blog-preview-container {
        text-align: center; } }
    .blog-preview-section .blog-preview-container p {
      text-align: left; }
    @media (max-width: 767px) {
      .blog-preview-section .blog-preview-container {
        padding-left: 10px;
        padding-right: 10px; } }
    .blog-preview-section .blog-preview-container h3 {
      padding-bottom: 40px; }
    .blog-preview-section .blog-preview-container h4 {
      padding-bottom: 20px; }
    .blog-preview-section .blog-preview-container .blog-extract-heading {
      padding-bottom: 25px; }
    .blog-preview-section .blog-preview-container p:last-of-type {
      padding-bottom: 30px;
      border-bottom: 1px solid #1d1d1d;
      margin-bottom: 48px; }
    .blog-preview-section .blog-preview-container > a:first-of-type {
      float: left; }
      @media (max-width: 767px) {
        .blog-preview-section .blog-preview-container > a:first-of-type {
          float: none;
          width: 300px;
          font-size: 24px;
          display: block;
          margin: 0 auto 40px auto; } }
    .blog-preview-section .blog-preview-container .archives-links {
      float: right;
      text-align: right;
      display: inline; }
      @media (max-width: 767px) {
        .blog-preview-section .blog-preview-container .archives-links {
          float: none;
          text-align: center; } }
      .blog-preview-section .blog-preview-container .archives-links a {
        border-bottom: 2px solid #1d1d1d;
        display: block; }
        @media (max-width: 767px) {
          .blog-preview-section .blog-preview-container .archives-links a {
            font-size: 14px;
            display: block;
            border-bottom: none;
            text-align: center; }
            .blog-preview-section .blog-preview-container .archives-links a:hover {
              border-bottom: none !important; } }
        .blog-preview-section .blog-preview-container .archives-links a:first-of-type {
          margin-bottom: 5px;
          margin-right: 5px; }
          @media (max-width: 767px) {
            .blog-preview-section .blog-preview-container .archives-links a:first-of-type {
              margin-right: 0px; } }
        .blog-preview-section .blog-preview-container .archives-links a:last-of-type {
          margin-left: 5px; }
          @media (max-width: 767px) {
            .blog-preview-section .blog-preview-container .archives-links a:last-of-type {
              margin-left: 0px; } }
        .blog-preview-section .blog-preview-container .archives-links a:hover {
          color: #f6f6f6;
          border-bottom: 2px solid #f6f6f6; }

/************************
	CLOSE SALE SECTION
*************************/
.home-close-sale-section {
  width: 100%;
  min-height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  padding: 160px 0px 240px 0px;
  position: relative; }
  @media (max-width: 767px) {
    .home-close-sale-section {
      padding: 100px 0px 270px 0px;
      text-align: center; } }
  .home-close-sale-section .arrow-up {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #FFF;
    position: absolute;
    top: -25px;
    z-index: 1000;
    left: 3.25%; }
    @media (min-width: 1700px) {
      .home-close-sale-section .arrow-up {
        border-bottom: 25px solid #f6f6f6; } }
  .home-close-sale-section h1 {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 3.5%; }
    @media (max-width: 767px) {
      .home-close-sale-section h1 {
        width: 100%;
        padding-right: 0px 10px 0px 10px;
        text-align: center;
        margin-bottom: 60px; } }
  .home-close-sale-section article {
    float: left;
    width: 50%;
    padding-left: 3.5%;
    padding-right: 10%; }
    @media (max-width: 767px) {
      .home-close-sale-section article {
        float: none;
        width: 100%;
        padding: 0px 10px; } }
    .home-close-sale-section article p {
      padding-top: 15px;
      margin-bottom: 55px; }
      @media (max-width: 767px) {
        .home-close-sale-section article p {
          text-align: left;
          font-size: 24px;
          line-height: 30px; } }
    @media (max-width: 767px) {
      .home-close-sale-section article button {
        width: 300px;
        font-size: 24px; } }

.js_sub_hero_section {
  min-height: 900px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  color: #f6f6f6; }
  @media (max-width: 767px) {
    .js_sub_hero_section {
      padding-top: 160px; } }

/****************
HERO SECTION
****************/
@media (max-width: 767px) {
  .sub-hero-section {
    text-align: center; } }
.sub-hero-section .user-assist-pointer-sub {
  width: 100%;
  text-align: center;
  bottom: 0px;
  position: absolute; }
  .sub-hero-section .user-assist-pointer-sub div {
    width: 5.2vw;
    margin: 0 auto; }
.sub-hero-section h1 {
  float: left;
  width: 50%;
  padding-left: 3.5%; }
  @media (max-width: 767px) {
    .sub-hero-section h1 {
      padding-left: 0%;
      width: 100%; } }
  .sub-hero-section h1 span {
    border-bottom: 9px solid #f6f6f6; }
.sub-hero-section article {
  float: left;
  width: 50%;
  padding-top: 80px;
  padding-right: 3.5%;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .sub-hero-section article {
      padding-right: 0%;
      width: 100%; } }
  .sub-hero-section article p {
    padding-bottom: 50px; }
  .sub-hero-section article h3 {
    float: left;
    width: 45%;
    padding-right: 10%;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .sub-hero-section article h3 {
        padding-right: 0%;
        width: 100%; } }
  .sub-hero-section article a, .sub-hero-section article button {
    float: left;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .sub-hero-section article a, .sub-hero-section article button {
        width: 300px;
        font-size: 24px;
        margin: 50px auto 0px auto;
        float: none; } }

.sub-hero-section {
  cursor: url("./img/svg/icon-cursor.svg"), auto; }

.js_sub_header_padding_height {
  min-height: 800px;
  padding-top: 0px; }

/********************************
THE DEAL EXTENDED SECTION 
********************************/
.the-deal-extended-section {
  background: #1d1d1d;
  color: #f6f6f6;
  text-align: center;
  padding-top: 90px; }
  .the-deal-extended-section h2 {
    text-transform: uppercase;
    padding-bottom: 90px; }
  .the-deal-extended-section article {
    float: left;
    width: 28%;
    padding-bottom: 90px; }
    @media (max-width: 767px) {
      .the-deal-extended-section article {
        float: none;
        width: 100%; } }
    .the-deal-extended-section article h3 {
      padding-top: 50px;
      padding-bottom: 25px;
      text-transform: uppercase;
      font: normal normal 700 24px/normal "proxima-nova", sans-serif;
      font-size: 21px;
      font-size: 1.54vw; }
      @media (max-width: 767px) {
        .the-deal-extended-section article h3 {
          font-size: 21px; } }
    .the-deal-extended-section article:nth-of-type(2) {
      margin-left: 8%;
      margin-right: 8%; }
      @media (max-width: 767px) {
        .the-deal-extended-section article:nth-of-type(2) {
          margin: 0%; } }

/*************************************
THE DEAL INFORMATION SECTION
*************************************/
.the-deal-information-section {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -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) {
    .the-deal-information-section {
      display: block; } }
  .the-deal-information-section article {
    width: 50%;
    position: relative; }
    @media (max-width: 767px) {
      .the-deal-information-section article {
        width: 100%; } }
    .the-deal-information-section article:first-of-type {
      background: #f9f9f9;
      text-align: right;
      padding: 125px 5% 130px 3.5%; }
      @media (max-width: 767px) {
        .the-deal-information-section article:first-of-type {
          text-align: center;
          padding: 40px 10px 60px 10px; } }
      .the-deal-information-section article:first-of-type h1 {
        padding-bottom: 70px; }
        @media (max-width: 767px) {
          .the-deal-information-section article:first-of-type h1 {
            padding-bottom: 40px; } }
      .the-deal-information-section article:first-of-type div {
        width: 100%; }
      .the-deal-information-section article:first-of-type svg {
        float: right; }
        @media (max-width: 767px) {
          .the-deal-information-section article:first-of-type svg {
            float: none; } }
        @media (max-width: 540px) {
          .the-deal-information-section article:first-of-type svg {
            float: right; } }
      .the-deal-information-section article:first-of-type .icon-laptop {
        width: 65%; }
      .the-deal-information-section article:first-of-type .icon-ipad {
        width: 30%;
        margin-left: 5%;
        margin-top: 40px; }
        @media (max-width: 767px) {
          .the-deal-information-section article:first-of-type .icon-ipad {
            margin-right: 5%;
            margin-left: 0%; } }
    .the-deal-information-section article:last-of-type {
      padding: 125px 10% 130px 5%;
      background: url("./img/backgrounds/seamless_paper_texture.png") repeat; }
      @media (max-width: 767px) {
        .the-deal-information-section article:last-of-type {
          text-align: center;
          padding: 0px 10px 100px 10px; } }
      .the-deal-information-section article:last-of-type .arrow-right {
        width: 0;
        height: 0;
        margin: 0 auto;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 25px solid #f9f9f9;
        position: absolute;
        left: 0px;
        top: 60%; }
        @media (max-width: 767px) {
          .the-deal-information-section article:last-of-type .arrow-right {
            top: 0px;
            position: relative;
            margin-bottom: 80px;
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            border-top: 25px solid #f9f9f9; } }
      .the-deal-information-section article:last-of-type h3 {
        padding: 80px 0px 50px 0px; }
      @media (max-width: 767px) {
        .the-deal-information-section article:last-of-type button {
          width: 300px;
          font-size: 24px;
          margin: 0px auto; } }
      .the-deal-information-section article:last-of-type button svg {
        margin-left: 0px;
        margin-right: 15px;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }

/********************************************
THE DEAL INFORMATION DROP SECTION
********************************************/
.the-deal-information-drop-panel {
  display: none;
  padding: 100px 3.5% 150px 3.5%;
  text-align: center; }
  .the-deal-information-drop-panel .columns {
    max-width: 100%;
    padding-bottom: 20px;
    -moz-column-count: 2;
    -moz-column-gap: 5em;
    -webkit-column-count: 2;
    -webkit-column-gap: 5em;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 5em;
       -moz-column-gap: 5em;
            column-gap: 5em;
    text-align: left; }
    @media (max-width: 767px) {
      .the-deal-information-drop-panel .columns {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        max-width: 100%;
        width: 100%;
        padding: 0px 0px 30px 0px; } }
    .the-deal-information-drop-panel .columns h4 {
      padding-top: 30px;
      padding-bottom: 10px; }
  .the-deal-information-drop-panel .terms-agreement-btn {
    margin-bottom: 0px; }
  .the-deal-information-drop-panel .donwload-buttons-container {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .the-deal-information-drop-panel .donwload-buttons-container {
        width: 300px;
        margin: 0 auto; } }
    .the-deal-information-drop-panel .donwload-buttons-container .icon-arrow-download {
      width: 34px;
      height: 40px;
      margin-left: 0px;
      margin-right: 15px;
      margin-bottom: -14px; }
    .the-deal-information-drop-panel .donwload-buttons-container a {
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .the-deal-information-drop-panel .donwload-buttons-container a {
          display: block;
          margin-bottom: 30px;
          width: 300px;
          font-size: 18px; } }
      .the-deal-information-drop-panel .donwload-buttons-container a:hover svg {
        -webkit-transform: scale(0.5);
            -ms-transform: scale(0.5);
                transform: scale(0.5); }
    .the-deal-information-drop-panel .donwload-buttons-container a:nth-last-of-type(2) {
      margin-left: 2.5%; }
      @media (max-width: 767px) {
        .the-deal-information-drop-panel .donwload-buttons-container a:nth-last-of-type(2) {
          margin-left: 0%; } }
    .the-deal-information-drop-panel .donwload-buttons-container a:first-of-type {
      margin-left: 0%;
      margin-right: 0%; }
    .the-deal-information-drop-panel .donwload-buttons-container a:last-of-type {
      margin-left: 2.5%; }
      @media (max-width: 767px) {
        .the-deal-information-drop-panel .donwload-buttons-container a:last-of-type {
          margin-left: 0%; } }

/********************************************
THE DEAL CLOSE SALE SECTION
********************************************/
.the-deal-close-sale-section {
  background: url("./img/backgrounds/ricepaper.png") repeat;
  position: relative;
  text-align: center;
  padding-bottom: 160px; }
  @media (max-width: 767px) {
    .the-deal-close-sale-section {
      padding-bottom: 100px; } }
  .the-deal-close-sale-section .prompt-container {
    position: relative;
    margin: 0 auto;
    text-align: center;
    max-width: 471px;
    height: 60px; }
    @media (max-width: 1440px) {
      .the-deal-close-sale-section .prompt-container {
        max-width: 300px; } }
    .the-deal-close-sale-section .prompt-container h3 {
      position: absolute;
      top: -40px;
      left: 0px;
      width: 100%;
      color: #f6f6f6;
      padding: 15px 35px;
      border-radius: 30px;
      background: #1d1d1d;
      display: inline-block;
      text-transform: uppercase; }
      @media (max-width: 1440px) {
        .the-deal-close-sale-section .prompt-container h3 {
          top: -24px;
          font-size: 21px;
          padding: 15px 25px; } }
    .the-deal-close-sale-section .prompt-container .arrow-down {
      width: 0;
      height: 0;
      margin: 0px auto;
      top: 20px;
      position: relative;
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
      border-top: 25px solid #1d1d1d; }
      @media (max-width: 1440px) {
        .the-deal-close-sale-section .prompt-container .arrow-down {
          top: 28px; } }
  .the-deal-close-sale-section h1 {
    padding: 100px 0px 90px 0px; }
  .the-deal-close-sale-section .bottom-container {
    padding: 0% 15%; }
    @media (max-width: 1300px) {
      .the-deal-close-sale-section .bottom-container {
        padding: 0% 8%; } }
    @media (max-width: 767px) {
      .the-deal-close-sale-section .bottom-container {
        padding: 0% 10px; } }
    .the-deal-close-sale-section .bottom-container div {
      float: left; }
      .the-deal-close-sale-section .bottom-container div:first-of-type {
        width: 40%;
        text-align: left; }
        @media (max-width: 767px) {
          .the-deal-close-sale-section .bottom-container div:first-of-type {
            width: 100%;
            float: none;
            text-align: center; } }
        .the-deal-close-sale-section .bottom-container div:first-of-type p {
          margin-bottom: 35px; }
        .the-deal-close-sale-section .bottom-container div:first-of-type p svg {
          fill: #1d1d1d;
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg);
          width: 10px;
          height: 14px;
          margin-bottom: 4px;
          margin-left: 5px; }
        .the-deal-close-sale-section .bottom-container div:first-of-type ul li {
          margin-bottom: 30px; }
        .the-deal-close-sale-section .bottom-container div:first-of-type .icon-pencil-paper {
          display: inline-block;
          vertical-align: bottom;
          margin-bottom: 20px; }
          @media (max-width: 767px) {
            .the-deal-close-sale-section .bottom-container div:first-of-type .icon-pencil-paper {
              display: block;
              margin: 0 auto 30px auto; } }
        .the-deal-close-sale-section .bottom-container div:first-of-type a {
          display: inline-block;
          margin-bottom: 10px;
          margin-left: 7%; }
          @media (max-width: 767px) {
            .the-deal-close-sale-section .bottom-container div:first-of-type a {
              width: 300px;
              font-size: 18px;
              margin: 0 auto; } }
      .the-deal-close-sale-section .bottom-container div:nth-of-type(2) {
        width: 12%;
        margin-left: 4%;
        margin-right: 4%;
        padding-top: 100px; }
        @media (max-width: 767px) {
          .the-deal-close-sale-section .bottom-container div:nth-of-type(2) {
            width: 100%;
            float: none;
            margin: 0%; } }
        @media (max-width: 767px) {
          .the-deal-close-sale-section .bottom-container div:nth-of-type(2) .icon-bubble-arrows {
            display: none; } }
        .the-deal-close-sale-section .bottom-container div:nth-of-type(2) .icon-bubble-arrows-mobile {
          display: none; }
          @media (max-width: 767px) {
            .the-deal-close-sale-section .bottom-container div:nth-of-type(2) .icon-bubble-arrows-mobile {
              display: block;
              margin: 0 auto; } }
      .the-deal-close-sale-section .bottom-container div:last-of-type {
        width: 40%;
        padding-top: 60px; }
        @media (max-width: 767px) {
          .the-deal-close-sale-section .bottom-container div:last-of-type {
            width: 100%;
            float: none; } }
        .the-deal-close-sale-section .bottom-container div:last-of-type .icon-laptop-small {
          display: block;
          margin: 0 auto 35px auto; }
        .the-deal-close-sale-section .bottom-container div:last-of-type p {
          padding-bottom: 30px; }
        .the-deal-close-sale-section .bottom-container div:last-of-type .online-signup li {
          margin-bottom: 30px; }
        @media (max-width: 767px) {
          .the-deal-close-sale-section .bottom-container div:last-of-type a {
            width: 300px;
            font-size: 18px;
            margin: 0 auto; } }

.blog .sub-hero-section .blog-page-heading, .single .sub-hero-section .blog-page-heading, .blog-archive .sub-hero-section .blog-page-heading {
  float: left;
  width: 50%;
  padding-left: 3.5%; }
  .blog .sub-hero-section .blog-page-heading h2, .single .sub-hero-section .blog-page-heading h2, .blog-archive .sub-hero-section .blog-page-heading h2 {
    padding-bottom: 30px;
    text-transform: uppercase; }
  @media (max-width: 767px) {
    .blog .sub-hero-section .blog-page-heading, .single .sub-hero-section .blog-page-heading, .blog-archive .sub-hero-section .blog-page-heading {
      padding-left: 0%;
      float: none;
      width: 100%; } }
.blog .sub-hero-section h1, .single .sub-hero-section h1, .blog-archive .sub-hero-section h1 {
  float: none;
  padding-left: 0%;
  width: 100%; }
.blog .sub-hero-section h3, .single .sub-hero-section h3, .blog-archive .sub-hero-section h3 {
  float: left;
  width: 50%;
  padding-top: 15.5%;
  padding-left: 5%; }
  @media (max-width: 767px) {
    .blog .sub-hero-section h3, .single .sub-hero-section h3, .blog-archive .sub-hero-section h3 {
      float: none;
      margin: 0 auto;
      padding-left: 0%;
      width: 90%; } }

.blog-latest-section {
  padding: 100px 0px;
  background: #e0d4cd;
  min-height: 300px; }
  .blog-latest-section article {
    float: left;
    width: 50%;
    position: relative; }
    @media (max-width: 767px) {
      .blog-latest-section article {
        width: 100%;
        float: none;
        text-align: center; } }
  .blog-latest-section .latest-posts {
    padding-right: 3.5%; }
    @media (max-width: 767px) {
      .blog-latest-section .latest-posts {
        padding-right: 0%; } }
    .blog-latest-section .latest-posts h2 {
      padding-bottom: 25px;
      border-bottom: 2px solid #1d1d1d;
      margin-bottom: 70px; }
    .blog-latest-section .latest-posts h3 {
      text-transform: uppercase; }
    .blog-latest-section .latest-posts p {
      padding: 30px 0px 45px 0px;
      text-align: left; }
    @media (max-width: 767px) {
      .blog-latest-section .latest-posts a {
        width: 300px;
        font-size: 24px;
        margin-top: 30px;
        text-align: center; } }
  .blog-latest-section .recent-posts {
    padding-left: 3.5%; }
    @media (max-width: 767px) {
      .blog-latest-section .recent-posts {
        padding-left: 0%;
        padding-top: 70px; } }
    .blog-latest-section .recent-posts h2 {
      padding-bottom: 60px;
      text-transform: uppercase; }
    .blog-latest-section .recent-posts .archives-links {
      padding-bottom: 20px; }
      .blog-latest-section .recent-posts .archives-links a {
        display: inline-block;
        border-bottom: 2px solid #1d1d1d; }
        @media (max-width: 767px) {
          .blog-latest-section .recent-posts .archives-links a {
            font-size: 14px; } }
        .blog-latest-section .recent-posts .archives-links a:first-of-type {
          margin-bottom: 5px;
          margin-right: 2.5px; }
        .blog-latest-section .recent-posts .archives-links a:last-of-type {
          margin-left: 2.5px; }
        .blog-latest-section .recent-posts .archives-links a:hover {
          color: #f6f6f6;
          border-bottom: 2px solid #f6f6f6; }
    .blog-latest-section .recent-posts nav {
      margin-bottom: 0px; }
      .blog-latest-section .recent-posts nav ul {
        list-style-position: inside !important;
        list-style: disc; }
        .blog-latest-section .recent-posts nav ul li {
          border-bottom: 2px dotted #1d1d1d;
          padding: 15px 0px; }
          .blog-latest-section .recent-posts nav ul li:hover {
            color: #f6f6f6;
            border-bottom: 2px dotted #f6f6f6; }
          .blog-latest-section .recent-posts nav ul li a {
            display: block; }

.newsletter-latest-section {
  padding-top: 100px;
  padding-bottom: 100px; }
  .newsletter-latest-section aside, .newsletter-latest-section article {
    float: left;
    width: 50%;
    position: relative; }
    @media (max-width: 767px) {
      .newsletter-latest-section aside, .newsletter-latest-section article {
        width: 100%;
        float: none;
        text-align: center; } }
  @media (max-width: 767px) {
    .newsletter-latest-section article {
      text-align: center; } }
  .newsletter-latest-section article h2 {
    padding-bottom: 70px; }
  .newsletter-latest-section article p {
    margin-right: 10%;
    display: inline-block; }
    @media (max-width: 767px) {
      .newsletter-latest-section article p {
        display: block;
        margin-right: 0%;
        padding-bottom: 30px; } }
  .newsletter-latest-section article button {
    display: inline-block; }
    @media (max-width: 767px) {
      .newsletter-latest-section article button {
        width: 300px;
        font-size: 24px;
        display: block;
        margin: 0px auto; } }
    .newsletter-latest-section article button svg {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  .newsletter-latest-section article nav {
    display: none; }
    .newsletter-latest-section article nav ul {
      margin-top: 30px;
      list-style-position: inside !important;
      list-style: disc; }
      .newsletter-latest-section article nav ul li {
        border-bottom: 2px dotted #1d1d1d;
        padding: 15px 0px; }
        .newsletter-latest-section article nav ul li:hover {
          color: #613b24;
          border-bottom: 2px dotted #613b24; }
  @media (max-width: 767px) {
    .newsletter-latest-section aside {
      padding-top: 70px; } }
  .newsletter-latest-section aside h4 {
    padding-bottom: 30px; }
  .newsletter-latest-section aside .form-signup label input {
    background: #f6f6f6; }

.contact .sub-hero-section .contact-page-heading {
  float: left;
  width: 50%;
  padding-left: 3.5%;
  padding-right: 3.5%;
  text-align: right; }
  @media (max-width: 767px) {
    .contact .sub-hero-section .contact-page-heading {
      padding-left: 0%;
      padding-right: 0%;
      float: none;
      width: 100%;
      text-align: center;
      padding-bottom: 50px; } }
  .contact .sub-hero-section .contact-page-heading h1 {
    width: 100%;
    padding-bottom: 95px; }
.contact .sub-hero-section .contact-page-details {
  float: left;
  width: 25%;
  padding-top: 30px; }
  @media (max-width: 1350px) {
    .contact .sub-hero-section .contact-page-details {
      width: 50%; } }
  @media (max-width: 767px) {
    .contact .sub-hero-section .contact-page-details {
      width: 100%;
      float: none;
      padding-bottom: 30px; } }
  .contact .sub-hero-section .contact-page-details .mobile-email-container {
    display: block;
    width: 100%; }
    .contact .sub-hero-section .contact-page-details .mobile-email-container li {
      display: block; }
    .contact .sub-hero-section .contact-page-details .mobile-email-container a {
      float: none;
      margin-top: 0px;
      display: inline-block;
      color: #f6f6f6; }
      .contact .sub-hero-section .contact-page-details .mobile-email-container a:hover {
        color: #1d1d1d; }
      @media (max-width: 767px) {
        .contact .sub-hero-section .contact-page-details .mobile-email-container a {
          font-size: 18px;
          display: inline; } }
  .contact .sub-hero-section .contact-page-details .mobile-email-container:first-of-type li:last-of-type {
    padding: 20px 0px 40px 0px; }
  .contact .sub-hero-section .contact-page-details .mobile-email-container:last-of-type li:first-of-type {
    padding: 40px 0px 20px 0px; }
  .contact .sub-hero-section .contact-page-details .address li {
    display: block;
    width: 100%; }
    .contact .sub-hero-section .contact-page-details .address li a {
      float: none;
      margin-top: 0px;
      display: inline-block; }
      .contact .sub-hero-section .contact-page-details .address li a:hover {
        color: #1d1d1d; }
  .contact .sub-hero-section .contact-page-details .address .adr {
    padding-bottom: 20px; }
    .contact .sub-hero-section .contact-page-details .address .adr .street-address, .contact .sub-hero-section .contact-page-details .address .adr .locality {
      display: block; }
    .contact .sub-hero-section .contact-page-details .address .adr .locality {
      display: inline-block; }
.contact .sub-hero-section .contact-page-map-button {
  float: left;
  width: 25%;
  padding-top: 200px; }
  @media (max-width: 1350px) {
    .contact .sub-hero-section .contact-page-map-button {
      width: 100%;
      float: none;
      margin: 0 auto;
      padding-top: 30px;
      text-align: center;
      padding-bottom: 100px; } }
  .contact .sub-hero-section .contact-page-map-button svg {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  @media (max-width: 767px) {
    .contact .sub-hero-section .contact-page-map-button a {
      font-size: 24px;
      width: 300px;
      margin-bottom: 60px; } }

.contact-form-section {
  background: url("./img/backgrounds/seamless_paper_texture.png") repeat;
  min-height: 900px; }
  .contact-form-section .prompt-container {
    position: relative;
    margin: 0 auto;
    text-align: center;
    max-width: 471px;
    height: 60px; }
    @media (max-width: 1440px) {
      .contact-form-section .prompt-container {
        max-width: 300px; } }
    .contact-form-section .prompt-container h3 {
      position: absolute;
      top: -40px;
      left: 0px;
      width: 100%;
      color: #f6f6f6;
      padding: 15px 35px;
      border-radius: 30px;
      background: #1d1d1d;
      display: inline-block;
      text-transform: uppercase; }
      @media (max-width: 1440px) {
        .contact-form-section .prompt-container h3 {
          top: -24px;
          font-size: 21px;
          padding: 15px 25px; } }
    .contact-form-section .prompt-container .arrow-down {
      width: 0;
      height: 0;
      margin: 0px auto;
      top: 20px;
      position: relative;
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
      border-top: 25px solid #1d1d1d; }
      @media (max-width: 1440px) {
        .contact-form-section .prompt-container .arrow-down {
          top: 28px; } }

.forms-wrap {
  max-width: 540px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px; }
  .forms-wrap .budget-slider {
    padding-bottom: 55px;
    text-align: center; }
    .forms-wrap .budget-slider legend {
      text-indent: -9999px;
      display: none; }
    .forms-wrap .budget-slider h2 {
      padding: 35px 0px 55px 0px;
      text-align: left; }
    .forms-wrap .budget-slider input {
      border: none;
      font: normal normal 700 1.23vw/normal "orpheuspro", sans-serif;
      font-size: 14px;
      margin-bottom: 0px;
      margin-top: 30px; }
    .forms-wrap .budget-slider .left-amount {
      float: left;
      text-align: left;
      width: 50%;
      margin-top: -30px; }
    .forms-wrap .budget-slider .right-amount {
      float: right;
      text-align: right;
      width: 50%;
      margin-top: -45px; }
    .forms-wrap .budget-slider .input_one {
      text-align: right;
      margin-right: 10px;
      color: #613b24; }
      @media (max-width: 500px) {
        .forms-wrap .budget-slider .input_one {
          font-size: 12px; } }
    .forms-wrap .budget-slider .divider {
      display: inline-block; }
    .forms-wrap .budget-slider .input_two {
      margin-left: 10px;
      color: #613b24; }
      @media (max-width: 500px) {
        .forms-wrap .budget-slider .input_two {
          font-size: 12px; } }

.find-us-section {
  background: #f6f6f6;
  padding: 95px 0px 75px 0px;
  text-align: center; }

.contact-map #google_map {
  height: 100%;
  min-height: 570px; }
  @media (max-width: 767px) {
    .contact-map #google_map {
      min-height: 500px;
      height: 500px; } }
.contact-map .gmnoprint img {
  max-width: none; }

.form-contact {
  font-size: 0px;
  position: relative;
  margin: 0 auto; }
  .form-contact #value_lower, .form-contact #value_upper {
    display: none; }
  .form-contact label input, .form-contact textarea {
    background: #f6f6f6;
    font: normal normal 700 24px/normal "proxima-nova", sans-serif;
    font-size: 14px;
    font-size: 1.043vw;
    border: none;
    padding: 12px 15px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 4px; }
    @media (max-width: 767px) {
      .form-contact label input, .form-contact textarea {
        font-size: 16px; } }
  .form-contact p {
    font-size: 14px; }
  .form-contact textarea {
    height: 160px; }
  .form-contact .submit {
    float: right;
    width: 40%;
    padding: 12px 15px;
    font: normal normal 700 24px/normal "proxima-nova", sans-serif;
    font-size: 14px;
    font-size: 1.043vw;
    color: #f6f6f6;
    cursor: pointer;
    border: none;
    background: #613b24;
    -webkit-transition: background .15s ease-in;
            transition: background .15s ease-in;
    border-radius: 4px; }
    @media (max-width: 767px) {
      .form-contact .submit {
        font-size: 16px;
        padding: 12px 12px;
        width: 50%; } }
    .form-contact .submit:hover {
      background: #333333;
      border: none; }

.single-post-content {
  padding-top: 100px;
  padding-bottom: 100px; }
  .single-post-content .single-post-body {
    border-bottom: 1px solid #1d1d1d;
    padding-bottom: 95px; }
    .single-post-content .single-post-body h4 {
      padding-bottom: 20px; }
    .single-post-content .single-post-body .blog-extract-heading {
      padding-bottom: 25px; }
    .single-post-content .single-post-body a {
      display: inline;
      border-bottom: 2px solid #1d1d1d; }
      .single-post-content .single-post-body a:hover {
        color: #613b24;
        border-bottom: 2px solid #613b24; }
  .single-post-content .pagination {
    padding-top: 95px; }
    .single-post-content .pagination .previous-post-container, .single-post-content .pagination .next-post-container {
      float: left;
      width: 50%; }
      .single-post-content .pagination .previous-post-container svg, .single-post-content .pagination .next-post-container svg {
        width: 10px;
        height: 14px;
        fill: #1d1d1d;
        margin-bottom: 1px; }
      .single-post-content .pagination .previous-post-container:hover, .single-post-content .pagination .next-post-container:hover {
        color: #613b24; }
        .single-post-content .pagination .previous-post-container:hover svg, .single-post-content .pagination .next-post-container:hover svg {
          fill: #613b24; }
    .single-post-content .pagination .previous-post-container {
      text-align: right;
      padding-right: 3.5%; }
      .single-post-content .pagination .previous-post-container svg {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
    .single-post-content .pagination .next-post-container {
      text-align: left;
      padding-left: 3.5%; }
    .single-post-content .pagination .previous-post-title, .single-post-content .pagination .next-post-title {
      margin-top: 30px;
      display: block; }
      @media (max-width: 500px) {
        .single-post-content .pagination .previous-post-title, .single-post-content .pagination .next-post-title {
          display: none; } }

.blog-archive-section {
  padding-top: 100px;
  padding-bottom: 100px; }
  .blog-archive-section article {
    display: block;
    padding-bottom: 100px;
    border-bottom: 2px solid #1d1d1d;
    margin-bottom: 100px; }
    .blog-archive-section article h4 {
      padding-bottom: 20px; }
    .blog-archive-section article h3 {
      padding-bottom: 30px; }
    .blog-archive-section article a {
      margin-top: 30px; }
      @media (max-width: 767px) {
        .blog-archive-section article a {
          width: 300px;
          font-size: 24px;
          text-align: center; } }
  .blog-archive-section .ajax-get-posts {
    position: relative;
    margin: 0 auto;
    text-align: center; }
  .blog-archive-section .ajax_loader {
    bottom: 0px;
    margin-bottom: 50px; }

.disclaimer-privacy-policy {
  border-bottom: 1px solid #1d1d1d;
  padding-bottom: 90px; }
  .disclaimer-privacy-policy ul li:before {
    content: '-';
    display: inline-block;
    margin-right: 5px; }
  .disclaimer-privacy-policy a {
    border-bottom: 2px solid #1d1d1d;
    display: inline; }
    .disclaimer-privacy-policy a:hover {
      color: #613b24;
      border-bottom: 2px solid #613b24; }
  .disclaimer-privacy-policy strong {
    font-size: 36px;
    font-size: 2.7vw; }
    @media (max-width: 767px) {
      .disclaimer-privacy-policy strong {
        font-size: 36px; } }
  .disclaimer-privacy-policy em {
    font-style: italic; }

.footer {
  background: #1d1d1d;
  padding: 70px 0px 100px 0px; }
  @media (max-width: 767px) {
    .footer {
      text-align: center; } }
  .footer a, .footer p, .footer ul li, .footer h4 {
    font: normal normal 700 24px/normal "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.043vw;
    color: #f6f6f6; }
    @media (max-width: 767px) {
      .footer a, .footer p, .footer ul li, .footer h4 {
        font-size: 16px; } }
  .footer .business-contact-details {
    width: 25%;
    float: left;
    padding-right: 2.5%; }
    @media (max-width: 767px) {
      .footer .business-contact-details {
        float: none;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px; } }
    .footer .business-contact-details a[href*='top'] {
      display: inline-block; }
    .footer .business-contact-details .social-footer {
      text-align: right;
      display: inline-block;
      width: 60%;
      margin-bottom: 50px; }
      .footer .business-contact-details .social-footer ul {
        vertical-align: bottom; }
        .footer .business-contact-details .social-footer ul li {
          display: inline-block;
          margin-left: 20px; }
          @media (max-width: 767px) {
            .footer .business-contact-details .social-footer ul li {
              margin-left: 0px; } }
          .footer .business-contact-details .social-footer ul li:hover {
            background: none; }
            .footer .business-contact-details .social-footer ul li:hover a svg {
              -webkit-transition: all .5s ease;
                      transition: all .5s ease;
              -webkit-transform: scale(1.2);
                  -ms-transform: scale(1.2);
                      transform: scale(1.2); }
        @media (max-width: 767px) {
          .footer .business-contact-details .social-footer ul .icon-social-facebook {
            width: 18px;
            height: 32px; }
          .footer .business-contact-details .social-footer ul .icon-social-twitter {
            width: 40px;
            height: 32px;
            margin-left: 15px;
            margin-right: 15px; }
          .footer .business-contact-details .social-footer ul .icon-social-linkedin {
            width: 34px;
            height: 32px;
            fill: #f6f6f6; } }
    .footer .business-contact-details .abn-and-contact li {
      padding-bottom: 5px; }
      .footer .business-contact-details .abn-and-contact li:first-of-type {
        font-weight: 700; }
      .footer .business-contact-details .abn-and-contact li:nth-of-type(3) {
        padding: 20px 0px; }
      .footer .business-contact-details .abn-and-contact li:nth-of-type(1n+4) {
        font-weight: 700; }
        .footer .business-contact-details .abn-and-contact li:nth-of-type(1n+4) a {
          display: inline-block;
          margin-left: 10px;
          border-bottom: 2px solid #1d1d1d; }
          .footer .business-contact-details .abn-and-contact li:nth-of-type(1n+4) a:hover {
            border-bottom: 2px solid #f6f6f6; }
  .footer .address {
    width: 25%;
    float: left;
    padding-right: 2.5%; }
    @media (max-width: 767px) {
      .footer .address {
        float: none;
        width: 100%;
        padding: 40px 10px; } }
    .footer .address a {
      border-bottom: 2px solid #1d1d1d; }
    .footer .address a:hover {
      border-bottom: 2px solid #f6f6f6; }
    .footer .address span {
      display: block;
      padding-bottom: 5px; }
    .footer .address .locality, .footer .address .region, .footer .address .postal-code {
      display: inline-block; }
    .footer .address ul li:first-of-type {
      padding: 20px 0px; }
  .footer .footer-navigation {
    width: 25%;
    float: left;
    padding-right: 2.5%; }
    @media (max-width: 767px) {
      .footer .footer-navigation {
        float: none;
        width: 100%;
        padding: 0px 10px 100px 10px; } }
    .footer .footer-navigation ul li {
      padding-bottom: 20px; }
      .footer .footer-navigation ul li a {
        display: inline;
        font-weight: 700;
        border-bottom: 2px solid #1d1d1d; }
        .footer .footer-navigation ul li a:hover {
          border-bottom: 2px solid #f6f6f6; }
      .footer .footer-navigation ul li:last-of-type a {
        font-weight: 400;
        display: inline-block; }
  .footer .footer-signup {
    width: 25%;
    float: left; }
    @media (max-width: 767px) {
      .footer .footer-signup {
        float: none;
        width: 100%; } }
    .footer .footer-signup h4 {
      padding-bottom: 20px; }
    @media (max-width: 767px) {
      .footer .footer-signup input {
        font-size: 16px; } }

.website-credits {
  background: #613b24;
  text-align: center;
  padding: 30px 0px; }
  .website-credits p, .website-credits a {
    font: normal normal 700 24px/normal "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 12px;
    font-size: 0.83vw;
    display: inline-block; }
    @media (max-width: 767px) {
      .website-credits p, .website-credits a {
        font-size: 9px; } }
  .website-credits a {
    -webkit-transition: color .5s ease;
            transition: color .5s ease; }
  .website-credits a:hover {
    color: #f6f6f6;
    -webkit-transition: color .5s ease;
            transition: color .5s ease; }

/**************************************************
	NAVIGATION GLOBALS
	- Used by '.navigation-static' & '.navigation-fixed'
**************************************************/
.header-desktop {
  position: relative;
  height: auto;
  color: #f6f6f6;
  z-index: 999; }
  @media (max-width: 767px) {
    .header-desktop {
      display: none; } }
  .header-desktop .social-icons {
    padding: 22px 0px;
    float: left;
    width: 20%;
    height: 100%;
    position: relative;
    text-align: center; }
    @media (max-width: 1340px) {
      .header-desktop .social-icons {
        text-align: left;
        width: 15%; } }
    .header-desktop .social-icons ul li {
      display: inline-block;
      background: #1d1d1d;
      padding: 2% 3% 0% 3%;
      -webkit-transition: background 1s ease;
              transition: background 1s ease; }
      .header-desktop .social-icons ul li:hover {
        background: #f6f6f6;
        -webkit-transition: background 1s ease;
                transition: background 1s ease; }
        .header-desktop .social-icons ul li:hover svg {
          fill: #1d1d1d;
          -webkit-transition: all 1s ease;
                  transition: all 1s ease; }
  .header-desktop .flexcontainer {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .header-desktop .flex-top {
    -webkit-align-items: top;
    -webkit-box-align: top;
       -moz-box-align: top;
        -ms-flex-align: top;
            align-items: top; }
  .header-desktop .flex-center {
    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-desktop .logo-container {
    padding: 22px 0px;
    float: left;
    width: 10%; }
    @media (max-width: 1340px) {
      .header-desktop .logo-container {
        width: 10%;
        padding: 15px 0px; } }
    .header-desktop .logo-container .logo-karri-asset {
      display: inline-block; }
  .header-desktop .subscribe-container {
    padding: 22px 0px;
    float: left;
    width: 15%;
    text-align: right; }

/*********************************
	NAVIGATION FIXED
	- Pulls from '.navigation-globals'
*********************************/
.header-fixed {
  width: 100%;
  position: fixed;
  background: #1d1d1d;
  top: -200px;
  z-index: 1000;
  -webkit-transition: top .6s ease;
          transition: top .6s ease;
  /* Selected state for main navigation items */ }
  @media (max-width: 1340px) {
    .header-fixed .logo-karri-asset {
      display: none !important; } }
  @media (max-width: 1340px) {
    .header-fixed .main-navigation-home {
      width: 60%; } }
  .header-fixed .main-navigation-home ul li a {
    color: rgba(246, 246, 246, 0.6); }
    @media (max-width: 900px) {
      .header-fixed .main-navigation-home ul li a {
        font-size: 14px;
        font-size: .97vw; } }
  .header-fixed .js_current_page_item a {
    color: #f6f6f6 !important; }

.js_fixed_nav_top {
  top: 0px;
  -webkit-transition: all .6s ease;
          transition: all .6s ease; }

/*********************************
	NAVIGATION STATIC
	- Pulls from '.navigation-globals'
*********************************/
.header-static .logo-container {
  background: #1d1d1d;
  padding: 50px 0px 10px 0px; }
  .header-static .logo-container svg {
    padding: 10px 5px 10px 10px;
    vertical-align: bottom; }
.header-static .social-icons ul li {
  background: none; }
  .header-static .social-icons ul li:hover {
    background: none; }
    .header-static .social-icons ul li:hover a svg {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
.header-static .social-icons {
  padding: 30px 0px 0px 0px; }
.header-static .main-navigation-home {
  padding: 46px 0px 0px 0px; }
.header-static .subscribe-container {
  padding: 38px 0px 0px 0px; }

.main-navigation-home {
  padding: 22px 0px;
  float: left;
  width: 55%;
  height: 100%;
  text-align: right; }
  .main-navigation-home ul li {
    display: inline-block; }
    .main-navigation-home ul li:not(:last-of-type) {
      padding-right: 3.1%; }
    .main-navigation-home ul li a {
      font: normal normal 700 24px/normal "proxima-nova", sans-serif;
      color: rgba(246, 246, 246, 0.7);
      font-size: 14px;
      font-size: .97vw;
      -webkit-transition: all .45s ease;
              transition: all .45s ease;
      -webkit-transform: translate3d(0, 0px, 0);
      transform: translate3d(0, 0px, 0); }
      @media (max-width: 900px) {
        .main-navigation-home ul li a {
          font-size: 12px; } }
      .main-navigation-home ul li a:hover {
        -webkit-transition: all .45s ease-in;
                transition: all .45s ease-in;
        color: #f6f6f6;
        -webkit-transform: translate3d(0px, -4px, 0);
        transform: translate3d(0px, -4px, 0); }

.home .header-static .main-navigation-home ul li:nth-of-type(1) a {
  color: #f6f6f6; }

.the-deal .header-static .main-navigation-home ul li:nth-of-type(2) a {
  color: #f6f6f6; }

.blog .header-static .main-navigation-home ul li:nth-of-type(3) a, .blog-archive .header-static .main-navigation-home ul li:nth-of-type(3) a {
  color: #f6f6f6; }

.contact .main-navigation-home ul li:nth-of-type(4) a {
  color: #f6f6f6; }

@media (min-width: 768px) {
  .header-mobile {
    display: none; } }
.header-mobile .logo-container-two {
  z-index: 996;
  position: absolute;
  left: 10px;
  background: #1d1d1d;
  padding: 40px 15px 20px 15px; }
  .header-mobile .logo-container-two svg {
    width: 123px;
    height: 80px; }

.navigation-mobile-button {
  position: fixed;
  right: 10px;
  top: 10px;
  background: rgba(29, 29, 29, 0.5);
  padding: 18px;
  z-index: 999;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform .5s ease;
          transition: transform .5s ease; }
  .navigation-mobile-button svg {
    width: 14px;
    height: 20px; }

.navigation-mobile-container {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 100%;
  -webkit-transition: left .75s ease;
          transition: left .75s ease;
  text-align: center;
  background: #1d1d1d;
  z-index: 998;
  padding: 90px 10px 55px 10px;
  height: 100%;
  overflow-y: scroll; }
  .navigation-mobile-container a {
    font: normal normal 700 24px/normal "proxima-nova", sans-serif;
    color: #f6f6f6; }
  .navigation-mobile-container button {
    width: 300px;
    font-size: 24px;
    margin: 70px auto; }
  .navigation-mobile-container .social-icons-mobile ul li {
    display: inline-block; }
    .navigation-mobile-container .social-icons-mobile ul li .icon-social-facebook {
      width: 18px;
      height: 32px; }
    .navigation-mobile-container .social-icons-mobile ul li .icon-social-twitter {
      width: 40px;
      height: 32px;
      margin-left: 35px;
      margin-right: 35px; }
    .navigation-mobile-container .social-icons-mobile ul li .icon-social-linkedin {
      width: 34px;
      height: 32px;
      fill: #f6f6f6; }

.js_slide_left {
  left: 0%;
  -webkit-transition: all .75s ease;
          transition: all .75s ease; }

.js_rotate {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
  -webkit-transition-delay: .05s;
  transition-delay: .05s; }

.navigation-mobile ul li {
  padding-bottom: 20px; }
  .navigation-mobile ul li a {
    -webkit-transition: all .45s ease;
            transition: all .45s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .navigation-mobile ul li a:hover {
      -webkit-transition: all .45s ease-in;
              transition: all .45s ease-in;
      color: #f6f6f6;
      -webkit-transform: translate3d(0px, -4px, 0);
      transform: translate3d(0px, -4px, 0); }

.subscribe-modal {
  display: none;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 1000;
  background: rgba(29, 29, 29, 0.3); }
  @media (max-width: 767px) {
    .subscribe-modal {
      background: rgba(246, 246, 246, 0.3); } }
  .subscribe-modal .form-container {
    z-index: 1000;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #1d1d1d;
    border-radius: 3px;
    width: 40%;
    padding: 2%; }
    @media (max-width: 767px) {
      .subscribe-modal .form-container {
        width: 100%;
        top: 30%; } }
    .subscribe-modal .form-container .js_toggle_subscribe_modal {
      color: #f6f6f6;
      text-align: right;
      display: inline-block;
      font-size: 24px;
      width: 4%;
      margin-top: 15px;
      cursor: pointer; }
      @media (max-width: 767px) {
        .subscribe-modal .form-container .js_toggle_subscribe_modal {
          font-size: 18px; } }
      .subscribe-modal .form-container .js_toggle_subscribe_modal:hover {
        -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
                transform: scale(1.5); }
    .subscribe-modal .form-container h2 {
      display: inline-block;
      width: 95%;
      color: #f6f6f6;
      text-transform: uppercase;
      padding-bottom: 40px;
      padding-top: 10px;
      text-align: left; }
      @media (max-width: 767px) {
        .subscribe-modal .form-container h2 {
          font-size: 18px;
          width: 88%;
          text-align: left; } }
    .subscribe-modal .form-container .form-signup {
      margin-bottom: 50px; }
  .subscribe-modal .form-page-response {
    width: 100%; }

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

.modal-form-response {
  margin: 0 auto;
  width: 100%;
  padding: 50px 20px 50px 20px;
  background: url("./img/backgrounds/seamless_paper_texture.png") repeat;
  display: block; }
  .modal-form-response p {
    padding-top: 25px;
    color: #1d1d1d;
    margin-bottom: 40px; }
  .modal-form-response svg {
    fill: #1d1d1d; }
  .modal-form-response button {
    font: normal normal 700 24px/normal "proxima-nova", sans-serif;
    font-size: 14px;
    font-size: 1.043vw;
    color: #f6f6f6;
    -webkit-transition: all .15s ease-in;
            transition: all .15s ease-in; }
    .modal-form-response button:hover {
      color: #1d1d1d; }
  @media (max-width: 767px) {
    .modal-form-response p {
      font-size: 12px;
      padding-bottom: 20px; } }

.form-signup, .form-investor {
  font-size: 0px;
  position: relative; }
  .form-signup label input, .form-investor label input {
    background: #000;
    font: normal normal 700 24px/normal "proxima-nova", sans-serif;
    font-size: 14px;
    font-size: 1.043vw;
    border: none;
    padding: 12px 15px;
    width: 70%; }
    @media (max-width: 900px) {
      .form-signup label input, .form-investor label input {
        width: 60%; } }
    @media (max-width: 767px) {
      .form-signup label input, .form-investor label input {
        font-size: 16px;
        width: 70%; } }
  .form-signup .submit, .form-investor .submit {
    width: 30%;
    padding: 12px 15px;
    font: normal normal 700 24px/normal "proxima-nova", sans-serif;
    font: normal normal 700 24px/normal "proxima-nova", sans-serif;
    font-size: 14px;
    font-size: 1.043vw;
    color: #f6f6f6;
    cursor: pointer;
    border: none;
    background: #333333;
    -webkit-transition: background .15s ease-in;
            transition: background .15s ease-in; }
    @media (max-width: 900px) {
      .form-signup .submit, .form-investor .submit {
        width: 40%; } }
    @media (max-width: 767px) {
      .form-signup .submit, .form-investor .submit {
        font-size: 16px;
        padding: 12px 12px;
        width: 30%; } }
    .form-signup .submit:hover, .form-investor .submit:hover {
      background: #613b24;
      border: none; }

.form-investor {
  width: 47%;
  float: right; }
  @media (max-width: 767px) {
    .form-investor {
      float: none;
      width: 100%; } }

.call-to-action-drop-container {
  display: none;
  background-color: #333333;
  color: #f6f6f6;
  padding: 40px 0px; }
  .call-to-action-drop-container h3 {
    float: left;
    width: 50%;
    padding: 75px 3%;
    text-align: center; }
    @media (max-width: 767px) {
      .call-to-action-drop-container h3 {
        width: 100%;
        float: none;
        padding: 30px 10px 60px 10px; } }
  .call-to-action-drop-container div {
    float: left;
    width: 50%;
    padding: 40px 3% 40px 0%;
    text-align: center; }
    @media (max-width: 767px) {
      .call-to-action-drop-container div {
        width: 100%;
        padding: 0px 10px; } }
    .call-to-action-drop-container div .icon-enquiries-line {
      float: left;
      max-height: 300px;
      margin-left: -5px; }
      @media (max-width: 767px) {
        .call-to-action-drop-container div .icon-enquiries-line {
          display: none; } }
    .call-to-action-drop-container div ul {
      float: right;
      text-align: left;
      padding: 70px 0% 0px 0%;
      width: 72%; }
      @media (max-width: 767px) {
        .call-to-action-drop-container div ul {
          width: 100%;
          float: none;
          text-align: center;
          padding: 60px 10px 20px 10px;
          border-top: 2px solid #f6f6f6; } }
      .call-to-action-drop-container div ul li {
        padding-bottom: 30px; }
        .call-to-action-drop-container div ul li a {
          color: #f6f6f6;
          vertical-align: top;
          display: inline;
          padding-bottom: 5px;
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1);
          -webkit-transition: -webkit-transform 1s ease;
                  transition: transform 1s ease; }
          .call-to-action-drop-container div ul li a svg {
            vertical-align: middle;
            fill: #f6f6f6;
            margin-right: 15px; }
          .call-to-action-drop-container div ul li a:hover {
            -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                    transform: scale(1.1);
            -webkit-transition: -webkit-transform 1s ease;
                    transition: transform 1s ease; }

.the-deal .call-to-action-drop-container {
  display: block;
  width: 100%;
  min-height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0; }

@-webkit-keyframes loopopacity {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes loopopacity {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@media (max-width: 767px) {
  .user-assist-pointer {
    display: none; } }
.user-assist-pointer svg {
  display: block;
  opacity: 0; }
  .user-assist-pointer svg:first-of-type {
    -webkit-animation: loopopacity 3s 0s infinite ease-out both;
    animation: loopopacity 3s 0s infinite ease-out both; }
  .user-assist-pointer svg:nth-of-type(2) {
    -webkit-animation: loopopacity 3s .6s infinite ease-out both;
    animation: loopopacity 3s .6s infinite ease-out both; }
  .user-assist-pointer svg:nth-of-type(3) {
    -webkit-animation: loopopacity 3s 1s infinite ease-out both;
    animation: loopopacity 3s 1s infinite ease-out both; }

@media (max-width: 767px) {
  .user-assist-pointer-sub {
    display: none; } }
.user-assist-pointer-sub svg {
  display: block;
  opacity: 0; }
  .user-assist-pointer-sub svg:first-of-type {
    -webkit-animation: loopopacity 3s 0s infinite ease-out both;
    animation: loopopacity 3s 0s infinite ease-out both; }
  .user-assist-pointer-sub svg:nth-of-type(2) {
    -webkit-animation: loopopacity 3s .6s infinite ease-out both;
    animation: loopopacity 3s .6s infinite ease-out both; }
  .user-assist-pointer-sub svg:nth-of-type(3) {
    -webkit-animation: loopopacity 3s 1s infinite ease-out both;
    animation: loopopacity 3s 1s infinite ease-out both; }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative; }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10; }

.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
     creates a new context for the origins. */
  *z-index: -1; }

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 40px; }

.noUi-horizontal .noUi-handle {
  width: 50px;
  height: 50px;
  left: -17px;
  top: -6px;
  border-radius: 25px;
  background: #613b24; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 50px;
  left: -6px;
  top: -17px; }

/* Styling;
 */
.noUi-background {
  background: #f6f6f6; }

.noUi-connect {
  background: #cccccc;
  -webkit-transition: background 450ms;
  transition: background 450ms; }

.noUi-origin {
  border-radius: 25px; }

.noUi-target {
  border-radius: 25px;
  border: 1px solid #cccccc; }

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB; }

/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize; }

.noUi-vertical .noUi-dragable {
  cursor: n-resize; }

.noUi-handle {
  border: 1px solid #613b24;
  border-radius: 3px;
  background: #FFF;
  cursor: default; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 24px;
  width: 1px;
  background: #CCC;
  left: 28px;
  top: 12px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 25px;
  height: 1px;
  left: 28px;
  top: 12px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled] .noUi-handle {
  cursor: not-allowed; }
