/*
Theme Name:	Starkers Custom
Description:	Custom Wordpress theme using Starkers as a base and LESS supplied by 320 and Up by Andy Clarke
Version:	1.0
Author:		Gareth Livingstone
Author URI:	http://www.verticaltilt.co.uk
*/
/* Reset =================================================== */
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/* Variables =================================================== */
/* Mixins =================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
/* Page =================================================== */
/*@-webkit-viewport { 
width : device-width; }

@-moz-viewport { 
width : device-width; }

@-ms-viewport { 
width : device-width; }

@-o-viewport { 
width : device-width; }

@viewport { 
width : device-width; }*/
html {
  background: url('images/bg-main.png') repeat-x 0 0 #ebecec;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #6a747c;
}
html,
body {
  height: 100%;
}
/* Typography =================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: #525a61;
  text-rendering: optimizelegibility;
}
.altfont {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
}
h1 small,
h2 small {
  font-weight: normal;
  color: #bfbfbf;
}
h1,
.h1 {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #a41984;
  margin-bottom: 0.75em;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
}
h2,
.h2 {
  font-weight: 400;
  margin-bottom: 0.75em;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
h3,
.h3 {
  font-weight: 400;
  margin-bottom: 0.75em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}
h3.altfont,
.h3.altfont {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
}
h4,
.h4 {
  margin-bottom: 1.5em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
}
h5,
.h5 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1.5em;
}
h6,
.h6 {
  margin-bottom: 1.5em;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.header h1,
.header h2,
.header h3 {
  float: left;
  margin-right: 24px;
}
.header h1 a,
.header h2 a,
.header h3 a {
  display: block;
  position: relative;
  top: 6px;
  float: right;
  padding: 4px 12px;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #ffffff;
}
.header h1:hover,
.header h2:hover,
.header h3:hover {
  background-color: #ffffff;
}
.header .a-rss,
.header .a-rss:hover {
  float: left;
  width: 16px;
  height: 16px;
  padding: 0;
  background: transparent url(../img/a-rss.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
p,
ol,
ul,
dl,
address {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
small {
  font-size: 14px;
  font-size: 1.4rem;
}
ul,
ol {
  margin: 0 0 1.5em -24px;
  padding: 0 0 0 24px;
}
li ul,
li ol {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
blockquote {
  margin: 0 0 1.5em -24px;
  padding-left: 24px;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-style: normal;
}
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
dl,
dd {
  margin-bottom: 1.5em;
}
dt {
  font-weight: bold;
}
.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 22.78%;
}
abbr[title] {
  border-bottom: 1px dotted #525a61;
  cursor: help;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
ins {
  background-color: #ffffff;
  color: #6a747c;
  text-decoration: none;
}
mark {
  background-color: #ffffff;
  color: #6a747c;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Colour =================================================== */
a {
  text-decoration: none;
  color: #a41984;
}
a:hover {
  text-decoration: underline;
  color: #781260;
}
a:focus {
  outline: thin dotted;
  color: #a41984;
}
a:hover,
a:active {
  outline: 0;
}
::-moz-selection {
  background-color: #e4e6e8;
  color: #6a747c;
  text-shadow: none;
}
::selection {
  background-color: #e4e6e8;
  color: #6a747c;
  text-shadow: none;
}
.swatch {
  margin: 0 0 1.5em 0;
  padding: 0;
}
.swatch-row {
  display: block;
  margin: 0;
  padding: 0;
  width: 200px;
}
.swatch-row-one {
  background-color: #000000;
}
.swatch-row-two {
  background-color: #ffffff;
}
.swatch-row span {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
}
.swatch-base span:nth-child(1) {
  background-color: hsla(206.66666667, 7.82608696%, 45.09803922%, 0.9);
}
.swatch-base span:nth-child(2) {
  background-color: hsla(206.66666667, 7.82608696%, 45.09803922%, 0.8);
}
.swatch-base span:nth-child(3) {
  background-color: hsla(206.66666667, 7.82608696%, 45.09803922%, 0.7);
}
.swatch-base span:nth-child(4) {
  background-color: hsla(206.66666667, 7.82608696%, 45.09803922%, 0.6);
}
.swatch-alert span:nth-child(1) {
  background-color: hsla(50.4, 80.64516129%, 93.92156863%, 0.9);
}
.swatch-alert span:nth-child(2) {
  background-color: hsla(50.4, 80.64516129%, 93.92156863%, 0.8);
}
.swatch-alert span:nth-child(3) {
  background-color: hsla(50.4, 80.64516129%, 93.92156863%, 0.7);
}
.swatch-alert span:nth-child(4) {
  background-color: hsla(50.4, 80.64516129%, 93.92156863%, 0.6);
}
.swatch-error span:nth-child(1) {
  background-color: hsla(2.48275862, 66.21004566%, 57.05882353%, 0.9);
}
.swatch-error span:nth-child(2) {
  background-color: hsla(2.48275862, 66.21004566%, 57.05882353%, 0.8);
}
.swatch-error span:nth-child(3) {
  background-color: hsla(2.48275862, 66.21004566%, 57.05882353%, 0.7);
}
.swatch-error span:nth-child(4) {
  background-color: hsla(2.48275862, 66.21004566%, 57.05882353%, 0.6);
}
.swatch-info span:nth-child(1) {
  background-color: hsla(200, 65.2173913%, 90.98039216%, 0.9);
}
.swatch-info span:nth-child(2) {
  background-color: hsla(200, 65.2173913%, 90.98039216%, 0.8);
}
.swatch-info span:nth-child(3) {
  background-color: hsla(200, 65.2173913%, 90.98039216%, 0.7);
}
.swatch-info span:nth-child(4) {
  background-color: hsla(200, 65.2173913%, 90.98039216%, 0.6);
}
.swatch-success span:nth-child(1) {
  background-color: hsla(120, 38.98305085%, 53.7254902%, 0.9);
}
.swatch-success span:nth-child(2) {
  background-color: hsla(120, 38.98305085%, 53.7254902%, 0.8);
}
.swatch-success span:nth-child(3) {
  background-color: hsla(120, 38.98305085%, 53.7254902%, 0.7);
}
.swatch-success span:nth-child(4) {
  background-color: hsla(120, 38.98305085%, 53.7254902%, 0.6);
}
.swatch-warning span:nth-child(1) {
  background-color: hsla(35.1, 95.23809524%, 58.82352941%, 0.9);
}
.swatch-warning span:nth-child(2) {
  background-color: hsla(35.1, 95.23809524%, 58.82352941%, 0.8);
}
.swatch-warning span:nth-child(3) {
  background-color: hsla(35.1, 95.23809524%, 58.82352941%, 0.7);
}
.swatch-warning span:nth-child(4) {
  background-color: hsla(35.1, 95.23809524%, 58.82352941%, 0.6);
}
/* Texture =================================================== */
.alert {
  margin-bottom: 1.5em;
  padding: 8px 35px 8px 14px;
  background-color: #fcf8e3;
  border: 1px solid #f2e187;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #9c8611;
}
.alert .alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  float: right;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 18px;
  color: inherit;
}
.alert-success {
  background-color: #c5e6c5;
  border-color: #a2d6a2;
  color: #347834;
}
.alert-warning {
  background-color: #fee7c7;
  border-color: #fcd296;
  color: #c17305;
}
.alert-error {
  background-color: #f4cac8;
  border-color: #eba19e;
  color: #da4f49;
}
.alert-inverse {
  background-color: #414141;
  border-color: #000000;
  color: #ffffff;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block .alert-heading {
  margin-bottom: 1.5em / 8;
  font-size: inherit;
  font-weight: bold;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.badge {
  padding: 1px 9px 2px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
  color: #808080;
  background-color: #e6e6e6;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}
.badge:hover {
  color: #808080;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #da4f49;
  color: #ffffff;
}
.badge-error:hover {
  background-color: #9d2520;
  color: #ffffff;
}
.badge-warning {
  background-color: #faa732;
  color: #ffffff;
}
.badge-warning:hover {
  background-color: #c17305;
  color: #ffffff;
}
.badge-success {
  background-color: #5bb75b;
  color: #ffffff;
}
.badge-success:hover {
  background-color: #347834;
  color: #ffffff;
}
.badge-info {
  background-color: #d9edf7;
  color: #247fad;
}
.badge-info:hover {
  background-color: #85c5e5;
}
.badge-inverse {
  background-color: #414141;
  color: #ffffff;
}
.badge-inverse:hover {
  background-color: #0e0e0e;
  color: #ffffff;
}
.lggrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a41984), to(#781260));
  background-image: -webkit-linear-gradient(top, #a41984, #781260);
  background-color: #781260;
  background-image: -moz-linear-gradient(top, #a41984, #781260);
  background-image: -ms-linear-gradient(top, #a41984, #781260);
  background-image: -o-linear-gradient(top, #a41984, #781260);
  background-image: linear-gradient(top, #a41984, #781260);
  background-repeat: repeat-x;
}
.basegrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6a747c), to(#525a61));
  background-image: -webkit-linear-gradient(top, #6a747c, #525a61);
  background-color: #525a61;
  background-image: -moz-linear-gradient(top, #6a747c, #525a61);
  background-image: -ms-linear-gradient(top, #6a747c, #525a61);
  background-image: -o-linear-gradient(top, #6a747c, #525a61);
  background-image: linear-gradient(top, #6a747c, #525a61);
  background-repeat: repeat-x;
}
.errorgrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6a747c), to(#c72f29));
  background-image: -webkit-linear-gradient(top, #6a747c, #c72f29);
  background-color: #c72f29;
  background-image: -moz-linear-gradient(top, #6a747c, #c72f29);
  background-image: -ms-linear-gradient(top, #6a747c, #c72f29);
  background-image: -o-linear-gradient(top, #6a747c, #c72f29);
  background-image: linear-gradient(top, #6a747c, #c72f29);
  background-repeat: repeat-x;
}
.greygrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9);
  background-color: #d9d9d9;
  background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -ms-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: linear-gradient(top, #ffffff, #d9d9d9);
  background-repeat: repeat-x;
}
.infograd {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9edf7), to(#afd9ee));
  background-image: -webkit-linear-gradient(top, #d9edf7, #afd9ee);
  background-color: #afd9ee;
  background-image: -moz-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -ms-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -o-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: linear-gradient(top, #d9edf7, #afd9ee);
  background-repeat: repeat-x;
}
.inversegrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(#272727));
  background-image: -webkit-linear-gradient(top, #414141, #272727);
  background-color: #272727;
  background-image: -moz-linear-gradient(top, #414141, #272727);
  background-image: -ms-linear-gradient(top, #414141, #272727);
  background-image: -o-linear-gradient(top, #414141, #272727);
  background-image: linear-gradient(top, #414141, #272727);
  background-repeat: repeat-x;
}
.successgrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bb75b), to(#449b44));
  background-image: -webkit-linear-gradient(top, #5bb75b, #449b44);
  background-color: #449b44;
  background-image: -moz-linear-gradient(top, #5bb75b, #449b44);
  background-image: -ms-linear-gradient(top, #5bb75b, #449b44);
  background-image: -o-linear-gradient(top, #5bb75b, #449b44);
  background-image: linear-gradient(top, #5bb75b, #449b44);
  background-repeat: repeat-x;
}
.warninggrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faa732), to(#f39106));
  background-image: -webkit-linear-gradient(top, #faa732, #f39106);
  background-color: #f39106;
  background-image: -moz-linear-gradient(top, #faa732, #f39106);
  background-image: -ms-linear-gradient(top, #faa732, #f39106);
  background-image: -o-linear-gradient(top, #faa732, #f39106);
  background-image: linear-gradient(top, #faa732, #f39106);
  background-repeat: repeat-x;
}
.well {
  min-height: 21px;
  padding: 11px;
  margin-bottom: 1.5em;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 10px #e6e6e6;
  -moz-box-shadow: inset 0 1px 10px #e6e6e6;
  box-shadow: inset 0 1px 10px #e6e6e6;
}
.well p:last-child {
  margin-bottom: 0;
}
.well-large {
  padding: 22px;
}
.well-small {
  padding: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/*
* Symbolset
* www.symbolset.com
* Copyright © 2012 Oak Studios LLC
*
*/
@font-face {
  font-family: 'SSStandard';
  src: url('fonts/ss-standard.eot');
  src: url('fonts/ss-standard.eot?#iefix') format('embedded-opentype'), url('fonts/ss-standard.woff') format('woff'), url('fonts/ss-standard.ttf') format('truetype'), url('fonts/ss-standard.svg#SSStandard') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
  -ms-zoom: 1;
}
.ss-icon,
.ss-icon.ss-standard,
[class^="ss-"]:before,
[class*=" ss-"]:before,
[class^="ss-"].ss-standard:before,
[class*=" ss-"].ss-standard:before,
[class^="ss-"].right:after,
[class*=" ss-"].right:after,
[class^="ss-"].ss-standard.right:after,
[class*=" ss-"].ss-standard.right:after {
  font-family: "SSStandard";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: '';
}
.ss-cursor:before,
.ss-cursor.right:after {
  content: '';
}
.ss-crosshair:before,
.ss-crosshair.right:after {
  content: '⌖';
}
.ss-search:before,
.ss-search.right:after {
  content: '🔎';
}
.ss-zoomin:before,
.ss-zoomin.right:after {
  content: '';
}
.ss-zoomout:before,
.ss-zoomout.right:after {
  content: '';
}
.ss-view:before,
.ss-view.right:after {
  content: '👀';
}
.ss-attach:before,
.ss-attach.right:after {
  content: '📎';
}
.ss-link:before,
.ss-link.right:after {
  content: '🔗';
}
.ss-move:before,
.ss-move.right:after {
  content: '';
}
.ss-write:before,
.ss-write.right:after {
  content: '✎';
}
.ss-writingdisabled:before,
.ss-writingdisabled.right:after {
  content: '';
}
.ss-erase:before,
.ss-erase.right:after {
  content: '✐';
}
.ss-compose:before,
.ss-compose.right:after {
  content: '📝';
}
.ss-lock:before,
.ss-lock.right:after {
  content: '🔒';
}
.ss-unlock:before,
.ss-unlock.right:after {
  content: '🔓';
}
.ss-key:before,
.ss-key.right:after {
  content: '🔑';
}
.ss-backspace:before,
.ss-backspace.right:after {
  content: '⌫';
}
.ss-ban:before,
.ss-ban.right:after {
  content: '🚫';
}
.ss-trash:before,
.ss-trash.right:after {
  content: '';
}
.ss-target:before,
.ss-target.right:after {
  content: '◎';
}
.ss-tag:before,
.ss-tag.right:after {
  content: '';
}
.ss-bookmark:before,
.ss-bookmark.right:after {
  content: '🔖';
}
.ss-flag:before,
.ss-flag.right:after {
  content: '⚑';
}
.ss-like:before,
.ss-like.right:after {
  content: '👍';
}
.ss-dislike:before,
.ss-dislike.right:after {
  content: '👎';
}
.ss-heart:before,
.ss-heart.right:after {
  content: '♥';
}
.ss-halfheart:before,
.ss-halfheart.right:after {
  content: '';
}
.ss-star:before,
.ss-star.right:after {
  content: '⋆';
}
.ss-halfstar:before,
.ss-halfstar.right:after {
  content: '';
}
.ss-sample:before,
.ss-sample.right:after {
  content: '';
}
.ss-crop:before,
.ss-crop.right:after {
  content: '';
}
.ss-layers:before,
.ss-layers.right:after {
  content: '';
}
.ss-fill:before,
.ss-fill.right:after {
  content: '';
}
.ss-stroke:before,
.ss-stroke.right:after {
  content: '';
}
.ss-phone:before,
.ss-phone.right:after {
  content: '📞';
}
.ss-phonedisabled:before,
.ss-phonedisabled.right:after {
  content: '';
}
.ss-rss:before,
.ss-rss.right:after {
  content: '';
}
.ss-facetime:before,
.ss-facetime.right:after {
  content: '';
}
.ss-reply:before,
.ss-reply.right:after {
  content: '↩';
}
.ss-send:before,
.ss-send.right:after {
  content: '';
}
.ss-mail:before,
.ss-mail.right:after {
  content: '✉';
}
.ss-inbox:before,
.ss-inbox.right:after {
  content: '📥';
}
.ss-chat:before,
.ss-chat.right:after {
  content: '💬';
}
.ss-ellipsischat:before,
.ss-ellipsischat.right:after {
  content: '';
}
.ss-ellipsis:before,
.ss-ellipsis.right:after {
  content: '…';
}
.ss-user:before,
.ss-user.right:after {
  content: '👤';
}
.ss-femaleuser:before,
.ss-femaleuser.right:after {
  content: '👧';
}
.ss-users:before,
.ss-users.right:after {
  content: '👥';
}
.ss-cart:before,
.ss-cart.right:after {
  content: '';
}
.ss-creditcard:before,
.ss-creditcard.right:after {
  content: '💳';
}
.ss-dollarsign:before,
.ss-dollarsign.right:after {
  content: '💲';
}
.ss-barchart:before,
.ss-barchart.right:after {
  content: '📊';
}
.ss-piechart:before,
.ss-piechart.right:after {
  content: '';
}
.ss-box:before,
.ss-box.right:after {
  content: '📦';
}
.ss-home:before,
.ss-home.right:after {
  content: '⌂';
}
.ss-buildings:before,
.ss-buildings.right:after {
  content: '🏢';
}
.ss-warehouse:before,
.ss-warehouse.right:after {
  content: '';
}
.ss-globe:before,
.ss-globe.right:after {
  content: '🌎';
}
.ss-navigate:before,
.ss-navigate.right:after {
  content: '';
}
.ss-compass:before,
.ss-compass.right:after {
  content: '';
}
.ss-signpost:before,
.ss-signpost.right:after {
  content: '';
}
.ss-map:before,
.ss-map.right:after {
  content: '';
}
.ss-location:before,
.ss-location.right:after {
  content: '';
}
.ss-pin:before,
.ss-pin.right:after {
  content: '📍';
}
.ss-database:before,
.ss-database.right:after {
  content: '';
}
.ss-hdd:before,
.ss-hdd.right:after {
  content: '';
}
.ss-music:before,
.ss-music.right:after {
  content: '♫';
}
.ss-mic:before,
.ss-mic.right:after {
  content: '🎤';
}
.ss-volume:before,
.ss-volume.right:after {
  content: '🔈';
}
.ss-lowvolume:before,
.ss-lowvolume.right:after {
  content: '🔉';
}
.ss-highvolume:before,
.ss-highvolume.right:after {
  content: '🔊';
}
.ss-airplay:before,
.ss-airplay.right:after {
  content: '';
}
.ss-camera:before,
.ss-camera.right:after {
  content: '📷';
}
.ss-picture:before,
.ss-picture.right:after {
  content: '🌄';
}
.ss-video:before,
.ss-video.right:after {
  content: '📹';
}
.ss-play:before,
.ss-play.right:after {
  content: '▶';
}
.ss-pause:before,
.ss-pause.right:after {
  content: '';
}
.ss-stop:before,
.ss-stop.right:after {
  content: '■';
}
.ss-record:before,
.ss-record.right:after {
  content: '●';
}
.ss-rewind:before,
.ss-rewind.right:after {
  content: '⏪';
}
.ss-fastforward:before,
.ss-fastforward.right:after {
  content: '⏩';
}
.ss-skipback:before,
.ss-skipback.right:after {
  content: '⏮';
}
.ss-skipforward:before,
.ss-skipforward.right:after {
  content: '⏭';
}
.ss-eject:before,
.ss-eject.right:after {
  content: '⏏';
}
.ss-repeat:before,
.ss-repeat.right:after {
  content: '🔁';
}
.ss-replay:before,
.ss-replay.right:after {
  content: '↺';
}
.ss-shuffle:before,
.ss-shuffle.right:after {
  content: '🔀';
}
.ss-book:before,
.ss-book.right:after {
  content: '📕';
}
.ss-openbook:before,
.ss-openbook.right:after {
  content: '📖';
}
.ss-notebook:before,
.ss-notebook.right:after {
  content: '📓';
}
.ss-newspaper:before,
.ss-newspaper.right:after {
  content: '📰';
}
.ss-grid:before,
.ss-grid.right:after {
  content: '';
}
.ss-rows:before,
.ss-rows.right:after {
  content: '';
}
.ss-columns:before,
.ss-columns.right:after {
  content: '';
}
.ss-thumbnails:before,
.ss-thumbnails.right:after {
  content: '';
}
.ss-filter:before,
.ss-filter.right:after {
  content: '';
}
.ss-desktop:before,
.ss-desktop.right:after {
  content: '💻';
}
.ss-laptop:before,
.ss-laptop.right:after {
  content: '';
}
.ss-tablet:before,
.ss-tablet.right:after {
  content: '';
}
.ss-cell:before,
.ss-cell.right:after {
  content: '📱';
}
.ss-battery:before,
.ss-battery.right:after {
  content: '🔋';
}
.ss-highbattery:before,
.ss-highbattery.right:after {
  content: '';
}
.ss-mediumbattery:before,
.ss-mediumbattery.right:after {
  content: '';
}
.ss-lowbattery:before,
.ss-lowbattery.right:after {
  content: '';
}
.ss-emptybattery:before,
.ss-emptybattery.right:after {
  content: '';
}
.ss-lightbulb:before,
.ss-lightbulb.right:after {
  content: '💡';
}
.ss-downloadcloud:before,
.ss-downloadcloud.right:after {
  content: '';
}
.ss-download:before,
.ss-download.right:after {
  content: '';
}
.ss-uploadcloud:before,
.ss-uploadcloud.right:after {
  content: '';
}
.ss-upload:before,
.ss-upload.right:after {
  content: '';
}
.ss-fork:before,
.ss-fork.right:after {
  content: '';
}
.ss-merge:before,
.ss-merge.right:after {
  content: '';
}
.ss-transfer:before,
.ss-transfer.right:after {
  content: '⇆';
}
.ss-refresh:before,
.ss-refresh.right:after {
  content: '↻';
}
.ss-sync:before,
.ss-sync.right:after {
  content: '';
}
.ss-loading:before,
.ss-loading.right:after {
  content: '';
}
.ss-wifi:before,
.ss-wifi.right:after {
  content: '';
}
.ss-connection:before,
.ss-connection.right:after {
  content: '';
}
.ss-file:before,
.ss-file.right:after {
  content: '📄';
}
.ss-folder:before,
.ss-folder.right:after {
  content: '📁';
}
.ss-quote:before,
.ss-quote.right:after {
  content: '“';
}
.ss-text:before,
.ss-text.right:after {
  content: '';
}
.ss-font:before,
.ss-font.right:after {
  content: '';
}
.ss-print:before,
.ss-print.right:after {
  content: '⎙';
}
.ss-fax:before,
.ss-fax.right:after {
  content: '📠';
}
.ss-list:before,
.ss-list.right:after {
  content: '';
}
.ss-layout:before,
.ss-layout.right:after {
  content: '';
}
.ss-action:before,
.ss-action.right:after {
  content: '';
}
.ss-redirect:before,
.ss-redirect.right:after {
  content: '↪';
}
.ss-expand:before,
.ss-expand.right:after {
  content: '⤢';
}
.ss-contract:before,
.ss-contract.right:after {
  content: '';
}
.ss-help:before,
.ss-help.right:after {
  content: '❓';
}
.ss-info:before,
.ss-info.right:after {
  content: 'ℹ';
}
.ss-alert:before,
.ss-alert.right:after {
  content: '⚠';
}
.ss-caution:before,
.ss-caution.right:after {
  content: '⛔';
}
.ss-logout:before,
.ss-logout.right:after {
  content: '';
}
.ss-plus:before,
.ss-plus.right:after {
  content: '+';
}
.ss-hyphen:before,
.ss-hyphen.right:after {
  content: '-';
}
.ss-check:before,
.ss-check.right:after {
  content: '✓';
}
.ss-delete:before,
.ss-delete.right:after {
  content: '␡';
}
.ss-settings:before,
.ss-settings.right:after {
  content: '⚙';
}
.ss-dashboard:before,
.ss-dashboard.right:after {
  content: '';
}
.ss-notifications:before,
.ss-notifications.right:after {
  content: '🔔';
}
.ss-notificationsdisabled:before,
.ss-notificationsdisabled.right:after {
  content: '🔕';
}
.ss-clock:before,
.ss-clock.right:after {
  content: '⏲';
}
.ss-stopwatch:before,
.ss-stopwatch.right:after {
  content: '⏱';
}
.ss-calendar:before,
.ss-calendar.right:after {
  content: '📅';
}
.ss-addcalendar:before,
.ss-addcalendar.right:after {
  content: '';
}
.ss-removecalendar:before,
.ss-removecalendar.right:after {
  content: '';
}
.ss-checkcalendar:before,
.ss-checkcalendar.right:after {
  content: '';
}
.ss-deletecalendar:before,
.ss-deletecalendar.right:after {
  content: '';
}
.ss-briefcase:before,
.ss-briefcase.right:after {
  content: '💼';
}
.ss-cloud:before,
.ss-cloud.right:after {
  content: '☁';
}
.ss-droplet:before,
.ss-droplet.right:after {
  content: '💧';
}
.ss-flask:before,
.ss-flask.right:after {
  content: '';
}
.ss-up:before,
.ss-up.right:after {
  content: '⬆';
}
.ss-upright:before,
.ss-upright.right:after {
  content: '⬈';
}
.ss-right:before,
.ss-right.right:after {
  content: '➡';
}
.ss-downright:before,
.ss-downright.right:after {
  content: '⬊';
}
.ss-down:before,
.ss-down.right:after {
  content: '⬇';
}
.ss-downleft:before,
.ss-downleft.right:after {
  content: '⬋';
}
.ss-left:before,
.ss-left.right:after {
  content: '⬅';
}
.ss-upleft:before,
.ss-upleft.right:after {
  content: '⬉';
}
.ss-navigateup:before,
.ss-navigateup.right:after {
  content: '';
}
.ss-navigateright:before,
.ss-navigateright.right:after {
  content: '▻';
}
.ss-navigatedown:before,
.ss-navigatedown.right:after {
  content: '';
}
.ss-navigateleft:before,
.ss-navigateleft.right:after {
  content: '◅';
}
.ss-directup:before,
.ss-directup.right:after {
  content: '▴';
}
.ss-directright:before,
.ss-directright.right:after {
  content: '▹';
}
.ss-dropdown:before,
.ss-dropdown.right:after {
  content: '▾';
}
.ss-directleft:before,
.ss-directleft.right:after {
  content: '◃';
}
.ss-retweet:before,
.ss-retweet.right:after {
  content: '';
}
/* Legacy classes */
.ss-volumelow:before,
.ss-volumelow.right:after {
  content: '🔉';
}
.ss-volumehigh:before,
.ss-volumehigh.right:after {
  content: '🔊';
}
.ss-batteryhigh:before,
.ss-batteryhigh.right:after {
  content: '';
}
.ss-batterymedium:before,
.ss-batterymedium.right:after {
  content: '';
}
.ss-batterylow:before,
.ss-batterylow.right:after {
  content: '';
}
.ss-batteryempty:before,
.ss-batteryempty.right:after {
  content: '';
}
.ss-clouddownload:before,
.ss-clouddownload.right:after {
  content: '';
}
.ss-cloudupload:before,
.ss-cloudupload.right:after {
  content: '';
}
.ss-calendaradd:before,
.ss-calendaradd.right:after {
  content: '';
}
.ss-calendarremove:before,
.ss-calendarremove.right:after {
  content: '';
}
.ss-calendarcheck:before,
.ss-calendarcheck.right:after {
  content: '';
}
.ss-calendardelete:before,
.ss-calendardelete.right:after {
  content: '';
}
/* Elements =================================================== */
hr {
  display: block;
  margin: 0.5em 2em 0.5em;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #525a61;
  border-bottom: 1px solid #808080;
}
img {
  max-width: 100%;
  height: auto;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin-bottom: 1.5em;
}
figure img {
  margin-bottom: 1.5em / 4;
}
figure figcaption {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #808080;
}
.list-bordered {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
.list-bordered li {
  margin-bottom: 1.5em / 4;
  padding-bottom: 1.5em / 4;
  border-bottom: 1px dashed #525a61;
}
.list-bordered li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
/* Forms =================================================== */
form {
  margin: 0 0 1.5em 0;
}
form fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}
form legend {
  display: block;
  width: 100%;
  margin-bottom: 3em;
  *margin-left: -7px;
  padding: 0;
  color: #6a747c;
  border: 0;
  border-bottom: 1px solid #d6d9dc;
  white-space: normal;
}
form legend small {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bfbfbf;
}
form p {
  margin-bottom: 1.5em / 2;
}
form ul {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
form br {
  display: none;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: baseline;
  *vertical-align: middle;
}
input,
button,
select,
textarea {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  display: block;
  margin-bottom: 1.5em / 8;
  font-weight: bold;
  color: #6a747c;
  cursor: pointer;
}
label input,
label textarea,
label select {
  display: block;
}
input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 4px;
  margin-bottom: 1.5em / 4;
  background-color: #ffffff;
  border: 1px solid #d6d9dc;
  color: #6a747c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input:hover,
textarea:hover,
select:hover {
  border-color: #9fa7ad;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="image"] {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible;
}
select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}
select {
  width: auto;
  background-color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
}
select[multiple],
select[size] {
  height: auto;
}
textarea {
  resize: vertical;
  height: auto;
  overflow: auto;
  vertical-align: top;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  padding-left: 18px;
  font-weight: normal;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
}
input:focus,
textarea:focus {
  border-color: #6a747c, 40%;
  outline: 0;
  outline: thin dotted \9;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.help-block,
.help-inline {
  color: #808080;
}
.help-block {
  display: block;
  margin-bottom: 1.5em / 2;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0;
}
.form-inline label {
  display: inline-block;
}
.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search label {
  display: inline-block;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
/* =Forms Gravity
-------------------------------------------------------------- */
.gform_wrapper {
  background-color: #f7f8f8;
  margin-left: -10px;
  padding: 20px 20px 5px;
  margin-bottom: 1.5em;
}
.gform_wrapper .gform_heading {
  margin-bottom: 1.5em/2;
}
.gform_wrapper h3 {
  font-size: 20px;
  font-size: 2rem;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 1.5em/2;
  font-weight: 500;
}
.gform_wrapper .gform_description {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  line-height: 1.4em;
  color: #525a61;
}
.gform_wrapper ul {
  margin-left: 0 !important;
}
.gform_wrapper label {
  color: #525a61;
  font-weight: 600;
}
.gform_wrapper .gfield {
  margin: 0 0 0.75em;
  padding: 0.75em 0 0;
  /* Quote extras */
}
.gform_wrapper .gfield input[readonly] {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background-color: #f7f8f8;
  color: #a41984;
}
.gform_wrapper .gfield .gfield_description {
  font-size: 13px;
  font-size: 1.3rem;
}
.gform_wrapper .gfield h2.gsection_title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
.gform_wrapper .gfield.gform_hidden {
  margin: 0;
  padding: 0;
}
.gform_wrapper .gfield.quote {
  display: block;
  *zoom: 1;
  background-color: #f6e8f2;
  margin: 0 !important;
  padding: 0.5em 1.5em;
  border-bottom: 1px solid #fadcf3;
}
.gform_wrapper .gfield.quote .gfield_label {
  float: left;
  width: 48%;
  line-height: 31px;
  color: #a41984;
}
.gform_wrapper .gfield.quote .ginput_container {
  float: right;
  width: 48%;
}
.gform_wrapper .gfield.quote.quote:before,
.gform_wrapper .gfield.quote.quote:after {
  display: table;
  content: "";
}
.gform_wrapper .gfield.quote.quote:after {
  clear: both;
}
.gform_wrapper .gfield.quote:last-of-type {
  border-bottom: 0 none;
}
.gform_wrapper .gfield_checkbox input,
.gform_wrapper .gfield_radio input {
  float: left;
  width: auto;
  margin-right: 5px;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
  font-weight: 400;
}
.gform_wrapper.download-form_wrapper {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  float: left;
  width: 360px;
}
.gform_wrapper.download-form_wrapper form {
  *zoom: 1;
}
.gform_wrapper.download-form_wrapper form:before,
.gform_wrapper.download-form_wrapper form:after {
  display: table;
  content: "";
}
.gform_wrapper.download-form_wrapper form:after {
  clear: both;
}
.gform_wrapper.download-form_wrapper .gform_body {
  float: left;
}
.gform_wrapper.download-form_wrapper .gform_footer {
  float: left;
  margin-top: 20px;
}
.gform_wrapper.download-form_wrapper label {
  color: #a41984;
}
.gform_wrapper.download-form_wrapper .gform_fields {
  margin-bottom: 0;
}
.gform_wrapper.download-form_wrapper .gfield {
  margin: 0;
  padding: 0;
}
.gform_wrapper.download-form_wrapper .gfield input[type=email] {
  width: 240px;
  margin-right: 10px;
}
#gforms_confirmation_message {
  background-color: #f6e8f2;
  padding: 1.5em 30px;
  margin-left: -10px;
  margin-bottom: 1.5em;
  color: #a41984;
}
.ginput_complex {
  *zoom: 1;
}
.ginput_complex:before,
.ginput_complex:after {
  display: table;
  content: "";
}
.ginput_complex:after {
  clear: both;
}
.ginput_complex label {
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem;
}
.ginput_left {
  float: left;
  width: 48%;
  min-height: 62px;
}
.ginput_right {
  float: right;
  width: 48%;
  min-height: 62px;
}
.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute,
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
  width: 70px;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
  margin-right: 12px;
}
.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
  margin-right: 6px;
}
.gform_wrapper .gfield_time_ampm {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gform_wrapper .gfield_time_ampm select {
  width: 60px !important;
}
.gform_wrapper .gfield_time_hour input,
.gform_wrapper .gfield_time_minute input,
.gform_wrapper .gfield_date_month input,
.gform_wrapper .gfield_date_day input,
.gform_wrapper .gfield_date_year input {
  width: 70% !important;
}
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
  width: 50px;
  float: left;
}
.gform_wrapper .gfield_date_month input,
.gform_wrapper .gfield_date_day input,
.gform_wrapper .gfield_date_year input {
  width: 85% !important;
}
.gform_wrapper .field_hover {
  border: 1px dashed #2175A9;
  cursor: pointer;
}
.gform_wrapper .field_selected {
  background-color: #DFEFFF;
  border: 1px solid #C2D7EF;
}
.gform_wrapper .field_name_first,
.gform_wrapper .field_name_last {
  width: 50%;
  float: left;
}
.gform_wrapper {
  /* multi-page steps ------------------------------------------------------*/
}
.gform_wrapper .gf_page_steps {
  width: 99%;
  margin: 0 0 8px 0;
  padding: 0 0 4px 0;
  border-bottom: 1px dotted #CCC;
}
.gform_wrapper .gf_step {
  width: auto !important;
  margin: 0 8px 10px 0;
  font-size: 14px;
  font-size: 1.4rem;
  height: 20px;
  line-height: 20px !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gform_wrapper .gf_step.gf_step_active {
  color: #525a61;
  font-weight: 600;
}
.gform_wrapper .gf_step.gf_step_last {
  margin-right: 0;
}
.gform_wrapper .gf_step .gf_step_number {
  font-size: 18px;
  font-size: 1.8rem;
  float: left;
}
.gform_wrapper .gf_step_clear {
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
.gsection {
  border-top: 1px dotted #CCC;
}
.gsection h2 {
  margin-top: 1.5em;
}
/* FORM VALIDATION */
.gfield_error {
  background-color: #f6e8f2;
}
.gfield_error label,
.gfield_error span {
  color: #a41984;
}
.validation_error,
.validation_message {
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #a41984;
  color: #ffffff;
  padding: 0.25em 1em;
  text-align: center;
}
.validation_message {
  margin-top: 0.15em;
margin-bottom: 1em;
}

.gform_validation_errors.validation_error {
margin-bottom: 2em; border-radius: 10px; padding: 0.5em;}

h2.gform_submission_error {
color: #fff;
margin-bottom: 0;
font-size: 1.8rem;
}


/* Extended name */
.name_prefix {
  float: left;
  width: 12%;
}
.name_first,
.name_last {
  float: left;
  width: 40%;
}
.name_prefix,
.name_first {
  margin-right: 10px;
}
.name_suffix {
  display: none;
}
/* Buttons =================================================== */
.button,
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 6px 11px 6px;
  margin-bottom: 0;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5em;
  color: #404040;
  text-align: center;
  vertical-align: middle;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9);
  background-color: #d9d9d9;
  background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -ms-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: linear-gradient(top, #ffffff, #d9d9d9);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  *margin-left: 0.3em;
}
.button:visited,
.btn:visited,
.button:hover,
.btn:hover {
  color: #404040;
  text-decoration: none;
}
input[type="submit"].btn:hover {
  border-color: #cccccc;
}
.btn:first-child {
  *margin-left: 0;
}
.btn-disabled {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}
.btn-error {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6a747c), to(#c72f29));
  background-image: -webkit-linear-gradient(top, #6a747c, #c72f29);
  background-color: #c72f29;
  background-image: -moz-linear-gradient(top, #6a747c, #c72f29);
  background-image: -ms-linear-gradient(top, #6a747c, #c72f29);
  background-image: -o-linear-gradient(top, #6a747c, #c72f29);
  background-image: linear-gradient(top, #6a747c, #c72f29);
  background-repeat: repeat-x;
  border-color: #b22a24;
  border-bottom-color: #9d2520;
  color: #ffffff;
}
.btn-error:visited,
.btn-error:hover {
  color: #ffffff;
}
.btn-info {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9edf7), to(#afd9ee));
  background-image: -webkit-linear-gradient(top, #d9edf7, #afd9ee);
  background-color: #afd9ee;
  background-image: -moz-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -ms-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -o-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: linear-gradient(top, #d9edf7, #afd9ee);
  background-repeat: repeat-x;
  border-color: #9acfea;
  border-bottom-color: #85c5e5;
  color: #247fad;
}
.btn-info:visited,
.btn-info:hover {
  color: #247fad;
}
.btn-inverse {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(#272727));
  background-image: -webkit-linear-gradient(top, #414141, #272727);
  background-color: #272727;
  background-image: -moz-linear-gradient(top, #414141, #272727);
  background-image: -ms-linear-gradient(top, #414141, #272727);
  background-image: -o-linear-gradient(top, #414141, #272727);
  background-image: linear-gradient(top, #414141, #272727);
  background-repeat: repeat-x;
  border-color: #1b1b1b;
  border-bottom-color: #0e0e0e;
  color: #ffffff;
}
.btn-inverse:visited,
.btn-inverse:hover {
  color: #ffffff;
}
.btn-primary {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6a747c), to(#525a61));
  background-image: -webkit-linear-gradient(top, #6a747c, #525a61);
  background-color: #525a61;
  background-image: -moz-linear-gradient(top, #6a747c, #525a61);
  background-image: -ms-linear-gradient(top, #6a747c, #525a61);
  background-image: -o-linear-gradient(top, #6a747c, #525a61);
  background-image: linear-gradient(top, #6a747c, #525a61);
  background-repeat: repeat-x;
  border-color: #474d53;
  border-bottom-color: #3b4145;
  color: #ffffff;
}
.btn-primary:visited,
.btn-primary:hover {
  color: #ffffff;
}
.btn-success {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bb75b), to(#449b44));
  background-image: -webkit-linear-gradient(top, #5bb75b, #449b44);
  background-color: #449b44;
  background-image: -moz-linear-gradient(top, #5bb75b, #449b44);
  background-image: -ms-linear-gradient(top, #5bb75b, #449b44);
  background-image: -o-linear-gradient(top, #5bb75b, #449b44);
  background-image: linear-gradient(top, #5bb75b, #449b44);
  background-repeat: repeat-x;
  border-color: #3c893c;
  border-bottom-color: #347834;
}
.btn-warning {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faa732), to(#f39106));
  background-image: -webkit-linear-gradient(top, #faa732, #f39106);
  background-color: #f39106;
  background-image: -moz-linear-gradient(top, #faa732, #f39106);
  background-image: -ms-linear-gradient(top, #faa732, #f39106);
  background-image: -o-linear-gradient(top, #faa732, #f39106);
  background-image: linear-gradient(top, #faa732, #f39106);
  background-repeat: repeat-x;
  border-color: #da8205;
  border-bottom-color: #c17305;
}
#comments-btn,
.gform_button,
.btn-lg {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a41984), to(#781260));
  background-image: -webkit-linear-gradient(top, #a41984, #781260);
  background-color: #781260;
  background-image: -moz-linear-gradient(top, #a41984, #781260);
  background-image: -ms-linear-gradient(top, #a41984, #781260);
  background-image: -o-linear-gradient(top, #a41984, #781260);
  background-image: linear-gradient(top, #a41984, #781260);
  background-repeat: repeat-x;
  color: #ffffff;
  text-shadow: 0 -1px 1px #000000;
  border-color: #620f4f;
  border-bottom-color: #4b0c3d;
}
#comments-btn:visited,
.gform_button:visited,
.btn-lg:visited,
#comments-btn:hover,
.gform_button:hover,
.btn-lg:hover {
  color: #ffffff;
}
.btn-extlarge {
  padding: 11px 22px;
  font-size: 21px;
  font-size: 2.1rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-large {
  padding: 11px 22px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-small {
  padding: 6px 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
}
.btn-mini {
  padding: 3px 5px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: 0.3em;
  margin-bottom: 1.5em;
}
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn:first-child {
  margin-left: 0;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-group .btn:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-group .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-group .btn.large:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-toolbar {
  clear: both;
  margin-top: 1.5em / 2;
  margin-bottom: 1.5em / 2;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* Tables =================================================== */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
table th,
table td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #d6d9dc;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  text-align: left;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 2px solid #d6d9dc;
}
table tbody tr td,
table tbody tr th {
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}
table tbody tr:hover td,
table tbody tr:hover th {
  background-color: #f2f3f3;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #d6d9dc;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #d6d9dc;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #ffffff;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 0 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto 5px auto;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 0 auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
a img.alignnone {
  margin: 0 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.global-container,
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .global-container,
  .container {
    width: 744px;
  }
}
@media (min-width: 992px) {
  .global-container,
  .container {
    width: 964px;
  }
}
@media (min-width: 1200px) {
  .global-container,
  .container {
    width: 1164px;
  }
}
.global-container {
  background-color: #ffffff;
  margin: 0 auto;
  min-height: 100%;
  padding-left: 0;
  padding-right: 0;
}
header.global {
  position: relative;
}
header.global .logo {
  float: right;
  margin-right: 12px;
  margin-bottom: 0.75em;
}
@media (min-width: 992px) {
  header.global .logo {
    margin-right: 35px;
    margin-bottom: 15px;
  }
}
header.global .logo a {
  display: block;
  width: 140px;
  height: 71px;
  background: url('images/logo-lg_site.png') no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
}
@media (min-width: 768px) {
  header.global .logo a {
    width: 179px;
    height: 90px;
  }
}
@media (min-width: 992px) {
  header.global .logo a {
    width: 248px;
    height: 125px;
  }
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  header.global .logo a {
    background-image: url('images/logo-lg_site@2x.png');
  }
}
header.global .logo.logo-group a {
  background: url('images/logo-lg_group.png') no-repeat 0 0;
  background-size: contain;
}
header.global .strapline {
  float: left;
  font-size: 20px;
  font-size: 2rem;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 50px 0 0 15px;
}
@media (min-width: 768px) {
  header.global .strapline {
    font-size: 32px;
    font-size: 3.2rem;
    margin: 60px 0 0 30px;
  }
}
@media (min-width: 992px) {
  header.global .top-nav-bar {
    position: absolute;
    bottom: 0;
  }
}
header.global .top-nav-bar .top-nav {
  display: none;
}
@media (min-width: 992px) {
  header.global .top-nav-bar .top-nav {
    display: block;
  }
}
header.global .contact-bar {
  background-color: #a41984;
  color: #ffffff;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  header.global .contact-bar {
    width: 415px;
  }
}
header.global .contact-bar .tel-number {
  float: left;
  line-height: 45px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 15px;
  font-weight: 600;
  padding-right: 20px;
  background: url('images/icon-tel-topcontact.png') no-repeat 0 50%;
  padding-left: 25px;
}
@media (min-width: 992px) {
  header.global .contact-bar .tel-number {
    font-size: 20px;
    font-size: 2rem;
    width: 175px;
    padding-right: 0;
  }
}
header.global .contact-bar .tel-number a[href^="tel:"] {
  color: #ffffff;
}
@media (min-width: 992px) {
  header.global .contact-bar .tel-number a[href^="tel:"] {
    cursor: none;
    text-decoration: none;
    pointer-events: none;
  }
}
header.global .contact-bar .site-search {
  float: left;
  width: 180px;
}
header.global .contact-bar .site-search form {
  margin: 0;
  line-height: 42px;
}
header.global .contact-bar .site-search form label {
  display: none;
}
header.global .contact-bar .site-search form input[type=text] {
  width: 70%;
  vertical-align: middle;
  margin: 0;
  border: none;
  height: 28px;
  background: url('images/bg-search.png') no-repeat 0 0;
  background-color: none transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
header.global .contact-bar .site-search form button {
  /*width: 35px;
					cursor: pointer;
					.greygrad;
					.font-size(14);
					padding: 4px 0 2px;
					height: 28px;
					color: @grey;
					text-shadow: 0 1px 1px rgba(255,255,255,1);
					border: none;
					vertical-align: middle;
					.border-radius(3px,3px,0,0);*/
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 39px;
  height: 28px;
  padding: 0;
  margin: 0;
  border: none;
  background: url('images/btn-search.png') no-repeat 0 0;
  background-color: none transparent;
  vertical-align: middle;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  display: inline;
}
nav ul li a {
  float: left;
  display: block;
}
nav.group-bar {
  background-color: #6a747c;
  padding: 0 10px;
}
nav.group-bar a {
  color: #ffffff;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 24px;
  width: 33.33333333%;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  nav.group-bar a {
    width: 150px;
    margin: 0 5px;
  }
}
nav.group-bar a.active {
  background-color: #ffffff;
  color: #6a747c;
  line-height: 20px;
  margin-top: 4px;
}
nav.top-nav {
  float: left;
  margin: 0 0 0 20px;
}
nav.top-nav a {
  color: #000000;
  margin-right: 15px;
  line-height: 45px;
}
nav.main-nav {
  background-color: #474d53;
  margin-bottom: 15px;
  min-height: 5px;
  display: none;
}
@media (min-width: 992px) {
  nav.main-nav {
    display: block;
  }
}
@media (max-width: 991px) {
  nav.main-nav {
    padding: 0.75em 10px;
  }
}
nav.main-nav li.current-menu-item > a,
nav.main-nav li.current_page_item > a,
nav.main-nav li.current_page_parent > a,
nav.main-nav li.current-page-ancestor > a {
  background-color: #a41984;
  border-left: 1px solid #e241bd;
  border-right: 1px solid #4b0c3d;
  text-decoration: none;
}
nav.main-nav li.business > a {
  background-color: #474d53 !important;
  border-left: 1px solid #9fa7ad;
  border-right: 0 none;
}
nav.main-nav a {
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  padding: 0 10px;
  border-left: 1px solid #9fa7ad;
  border-right: 1px solid #3b4145;
  background-color: #6a747c;
  font-size: 13px;
  font-size: 1.3rem;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
}
nav.side-nav {
  background-color: #f7f8f8;
  padding: 20px 28px;
  margin-bottom: 5px;
}
nav.side-nav h3 {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #a41984;
  margin-left: 2px;
  margin-bottom: 0.375em;
  font-weight: 500;
}
nav.side-nav li {
  display: block;
}
nav.side-nav li a {
  float: none;
  padding: 10px 2px;
  border-bottom: 1px solid #fadcf3;
}
nav.side-nav li:last-child > a {
  border-bottom: 0 none;
  padding-bottom: 0;
}
nav.footer {
  padding: 12px 55px;
}
@media (max-width: 991px) {
  nav.footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
nav.footer a {
  color: #000000;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 15px;
}
@media (max-width: 991px) {
}
.mobile-top-nav {
  display: none;
}
@media (max-width: 991px) {
  .mobile-top-nav {
    display: block;
    background-color: #474d53;
    margin-bottom: 15px;
    padding: 0.75em 10px;
  }
  .mobile-top-nav nav.top-nav a {
    color: #ffffff;
    line-height: 27px;
  }
}
.mobile-navbar-toggle {
  float: left;
  margin-right: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: #a41984;
  color: #f6e8f2;
  cursor: pointer;
  display: block;
  padding: 0.25rem 0.5rem 0.25rem 2rem;
  position: relative;
}
.mobile-navbar-toggle:before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0.2em;
  width: 0.8em;
  height: 0.6em;
  border-top: 0.375em double #f6e8f2;
  border-bottom: 0.125em solid #f6e8f2;
}
.mobile-navbar-toggle:hover {
  border-color: #f6e8f2;
}
.close-navbar-toggle {
  width: 100%;
  color: #ffffff;
  text-align: right;
  margin-bottom: 1rem;
  border: none;
  background: transparent;
  cursor: pointer;
}
.mobile-navbar-panel {
  width: 240px;
  position: fixed;
  z-index: 10004;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #474d53;
  color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: left 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.mobile-navbar-panel.closed {
  display: block;
  left: -265px;
  transition: left 500ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
}
.mobile-navbar-panel .mobile-menu {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}
.mobile-navbar-panel .mobile-menu > li.current-menu-item > a,
.mobile-navbar-panel .mobile-menu > li.current_page_item > a,
.mobile-navbar-panel .mobile-menu > li.current_page_parent > a,
.mobile-navbar-panel .mobile-menu > li.current-page-ancestor > a {
  background-color: #a41984;
  border-top: 1px solid #e241bd;
  border-bottom: 1px solid #4b0c3d;
  text-decoration: none;
}
.mobile-navbar-panel .mobile-menu > li.business > a {
  background-color: #474d53 !important;
  border-top: 1px solid #9fa7ad;
}
.mobile-navbar-panel .mobile-menu > li > a {
  color: #ffffff;
  padding: 10px;
  display: block;
  border-top: 1px solid #9fa7ad;
  border-bottom: 1px solid #3b4145;
  background-color: #6a747c;
  font-size: 13px;
  font-size: 1.3rem;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
}
.mobile-navbar-inner {
  padding: 1rem 0;
}
.breadcrumb {
  position: relative;
  padding: 0 0 0 55px;
  margin: -10px 0 4px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #525a61;
}
.breadcrumb a {
  color: #525a61;
}
.breadcrumb span {
  color: #adb3b9;
}
@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
blockquote.quote {
  background-color: #f2f2f2;
  border-radius: 0px 0px 0px 20px;
  padding: 20px 30px;
  font-family: Cambria, Georgia, Time, "Times New Roman";
  font-style: italic;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
}
footer {
  background: url('images/bg-footer.png') repeat-x 0 0;
  position: relative;
  z-index: 1;
}
footer .white-fade-block {
  margin: 0 15px;
  background-color: #ffffff;
  padding: 25px 15px 0;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  footer .footer-col {
    float: left;
    width: 150px;
    margin-right: 10px;
  }
}
footer .footer-col h4 {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.375em;
  font-weight: 500;
}
footer .footer-col address {
  font-style: normal;
  margin-bottom: 0.75em;
}
footer .footer-col p {
  font-size: 12px;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  footer .footer-col:first-child {
    width: 180px;
    padding-right: 15px;
  }
}
footer .footer-col:first-child p {
  font-size: 13px;
  font-size: 1.3rem;
}
footer .accred-logos {
  border-top: 1px solid #e6e6e6;
  padding: 15px 15px 0;
  margin: 1.5em 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

footer .accred-logos .accred {
  flex-basis: auto;
  padding-left: 3em;
  padding-right: 3em;
}

.page-template .content-container,
.single .content-container,
.news-index .content-container,
.news-archive .content-container,
.search .content-container,
.propertyhive .content-container,
.error404 .content-container {
  position: relative;
}
.page-template .page-fade,
.single .page-fade,
.news-index .page-fade,
.news-archive .page-fade,
.search .page-fade,
.propertyhive .page-fade,
.error404 .page-fade {
  background: url('images/bg-page.png') repeat-x 0 0;
  height: 200px;
  width: 100%;
  top: 50px;
  z-index: 0;
  position: absolute;
}
.page-template .main-content,
.single .main-content,
.news-index .main-content,
.news-archive .main-content,
.search .main-content,
.propertyhive .main-content,
.error404 .main-content {
  margin: 0 15px 30px;
  z-index: 10;
  background-color: #ffffff;
  position: relative;
  min-height: 400px;
  -webkit-box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .page-template aside,
  .single aside,
  .news-index aside,
  .news-archive aside,
  .search aside,
  .propertyhive aside,
  .error404 aside {
    float: right;
    width: 310px;
  }
}
@media (min-width: 1200px) {
  .page-template aside,
  .single aside,
  .news-index aside,
  .news-archive aside,
  .search aside,
  .propertyhive aside,
  .error404 aside {
    width: 400px;
  }
}
.search .main-content {
  padding: 1.5em 40px;
}
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
}
.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #6a747c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pagination a:hover {
  color: #fff;
  background: #a41984;
}
.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #a41984;
  color: #fff;
}
.page-template-template-home-php .column-container {
  padding: 1em 10px;
  margin-bottom: 0.75em;
}
.page-template-template-home-php .content-highlight {
  display: block;
  padding-bottom: 5px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .page-template-template-home-php .content-highlight {
    float: left;
    width: 50%;
    min-height: 115px;
    padding: 0 5px 5px 0;
  }
}
.page-template-template-home-php .content-highlight-link:nth-child(2n) {
  margin-right: 0 !important;
}
.page-template-template-home-php .content-highlight-link:nth-child(2n) .bucket-content {
  margin-right: 0 !important;
}
.page-template-template-contact-php .page-fade,
.page-template-template-root-php .page-fade,
.page-template-template-conveyancing-php .page-fade,
.news-index .page-fade,
.error404 .page-fade {
  top: 340px;
}
@media (min-width: 768px) {
  .page-template-template-contact-php .page-fade,
  .page-template-template-root-php .page-fade,
  .page-template-template-conveyancing-php .page-fade,
  .news-index .page-fade,
  .error404 .page-fade {
    top: 197px;
  }
}
@media (min-width: 992px) {
  .page-template-template-contact-php .page-fade,
  .page-template-template-root-php .page-fade,
  .page-template-template-conveyancing-php .page-fade,
  .news-index .page-fade,
  .error404 .page-fade {
    top: 270px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-contact-php .page-fade,
  .page-template-template-root-php .page-fade,
  .page-template-template-conveyancing-php .page-fade,
  .news-index .page-fade,
  .error404 .page-fade {
    top: 309px;
  }
}
.page-template-template-contact-php .main-content,
.page-template-template-root-php .main-content,
.page-template-template-conveyancing-php .main-content,
.news-index .main-content,
.error404 .main-content {
  margin-top: 320px;
}
@media (min-width: 768px) {
  .page-template-template-contact-php .main-content,
  .page-template-template-root-php .main-content,
  .page-template-template-conveyancing-php .main-content,
  .news-index .main-content,
  .error404 .main-content {
    margin-top: 187px;
  }
}
@media (min-width: 992px) {
  .page-template-template-contact-php .main-content,
  .page-template-template-root-php .main-content,
  .page-template-template-conveyancing-php .main-content,
  .news-index .main-content,
  .error404 .main-content {
    margin-top: 250px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-contact-php .main-content,
  .page-template-template-root-php .main-content,
  .page-template-template-conveyancing-php .main-content,
  .news-index .main-content,
  .error404 .main-content {
    margin-top: 289px;
  }
}
.single article.article-single,
.page-template article,
.error404 article {
  width: 100%;
  padding: 1.5em 20px;
}
@media (min-width: 768px) {
  .single article.article-single,
  .page-template article,
  .error404 article {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .single article.article-single,
  .page-template article,
  .error404 article {
    float: left;
    width: 550px;
  }
}
@media (min-width: 1200px) {
  .single article.article-single,
  .page-template article,
  .error404 article {
    width: 730px;
  }
}
.page-template article ul,
.single article ul,
.page-template article ol,
.single article ol {
  margin-left: -5px;
}
.page-template article blockquote,
.single article blockquote {
  background-color: #f6e8f2;
  padding: 20px 30px 5px;
  margin-left: -10px;
}
.page-template article blockquote h3,
.single article blockquote h3 {
  color: #a41984;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.page-template article blockquote p,
.single article blockquote p {
  color: #a41984;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.content-header {
  background-color: #6a747c;
  position: absolute;
  overflow: hidden;
  top: 0;
  z-index: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .content-header {
    height: 197px;
  }
}
@media (min-width: 992px) {
  .content-header {
    height: 270px;
  }
}
@media (min-width: 1200px) {
  .content-header {
    height: 309px;
  }
}
.content-header .page-img {
  width: 375px;
  height: 155px;
  position: relative;
}
@media (min-width: 768px) {
  .content-header .page-img {
    float: left;
    width: 478px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .content-header .page-img {
    width: 655px;
  }
}
@media (min-width: 1200px) {
  .content-header .page-img {
    width: 750px;
  }
  .content-header .page-img img {
    width: 100%;
  }
}
.content-header .page-img .page-title {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(164, 25, 132, 0.75);
}
.content-header .page-img .page-title h1 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 15px 0 15px 35px;
}
@media (min-width: 768px) {
  .content-header .page-img .page-title h1 {
    font-size: 30px;
    font-size: 3rem;
    margin: 10px 0 20px 55px;
  }
}
@media (min-width: 992px) {
  .content-header .page-img .page-title h1 {
    font-size: 36px;
    font-size: 3.6rem;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.content-header .contact-panel {
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .content-header .contact-panel {
    float: right;
    padding-top: 35px;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .content-header .contact-panel {
    padding-top: 50px;
  }
}
.content-header .page-title h1 {
  color: #ffffff;
  margin: 15px 0 30px 55px;
}
.hero-panel {
  position: relative;
  background-color: #6a747c;
  margin-bottom: 0.75em;
}
@media (min-width: 768px) {
}
.hero-panel .page-title {
  background-color: #a41984;
  padding: 0.75em 20px;
}
@media (min-width: 768px) {
  .hero-panel .page-title {
    width: 18.4em;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    -webkit-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.25);
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 40px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 40px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    padding: 1.5em 2em 1.5em 40px;
  }
}
@media (min-width: 992px) {
  .hero-panel .page-title {
    width: 350px;
  }
}
@media (min-width: 1200px) {
  .hero-panel .page-title {
    width: 450px;
  }
}
.hero-panel .page-title h1 {
  color: #ffffff;
  margin: 0;
  font-size: 24px;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .hero-panel .page-title h1 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .hero-panel .page-title h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .hero-panel .page-title h1 {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
.hero-panel .page-title h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 100;
  color: #ffffff;
  margin-bottom: 0.375em;
}
@media (min-width: 768px) {
  .hero-panel.group-slideshow .page-title h1 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .hero-panel.group-slideshow .page-title h1 {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
@media (min-width: 1200px) {
  .hero-panel.group-slideshow .page-title h1 {
    font-size: 52px;
    font-size: 5.2rem;
  }
}
.hero-panel .page-title-hp {
  background-color: #a41984;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 40px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 40px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 1.5em 1em 1.5em 40px;
  width: 19.4em;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  height: 11em;
  -webkit-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.25);
}
.hero-panel .page-title-hp h1 {
  color: #ffffff;
  margin-bottom: 0.375em;
}
@media (min-width: 768px) {
  .hero-panel .contact-panel {
    position: absolute;
    bottom: 0.375em;
    right: 0;
  }
}
.group-slideshow .page-img {
  width: 375px;
  height: 212px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .group-slideshow .page-img {
    width: 478px;
    height: 270px;
  }
}
@media (min-width: 992px) {
  .group-slideshow .page-img {
    width: 655px;
    height: 370px;
  }
}
@media (min-width: 1200px) {
  .group-slideshow .page-img {
    width: 750px;
    height: 424px;
  }
}
@media (min-width: 1200px) {
}
.group-slideshow .page-img .default-loading {
  position: absolute;
  top: 0;
  left: 0;
}
.column-container {
  padding-right: 12px;
  padding-left: 12px;
}
.column-container .row {
  margin-right: -12px;
  margin-left: -12px;
}
.column-container .column {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.column-container .column h2 {
  color: #a41984;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 0.375em;
}
.column-container .column p {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 0.75em;
}
.column-container .column.one-third {
  width: 100%;
}
@media (min-width: 992px) {
  .column-container .column.one-third {
    width: 33.33333333%;
  }
}
.column-container .column.two-thirds {
  width: 100%;
}
@media (min-width: 992px) {
  .column-container .column.two-thirds {
    width: 66.66666667%;
  }
}
.column-container .column-padding {
  padding: 0.75em 12px;
}
.main-content .pad-content {
  padding: 1.5em 20px;
}
@media (min-width: 768px) {
  .main-content .pad-content {
    padding: 1.5em 2.5em;
  }
}
.related-team-panel {
  padding-top: 1.5em;
}
.related-team-panel .all-link {
  margin-top: 1.5em;
  font-size: 13px;
  font-size: 1.3rem;
}
.pod-team-member {
  float: left;
  width: 110px;
  min-height: 131px;
  margin-right: 30px;
  margin-bottom: 0.75em;
}
.pod-team-member img {
  margin-bottom: 6px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.pod-team-member h4,
.pod-team-member p {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-left: 10px;
}
.pod-team-member h4 {
  font-weight: 600;
}
.pod-team-member h4,
.pod-team-member p,
.pod-team-member a {
  color: #525a61;
  text-decoration: none;
}
.pod-team-member a {
  display: block;
}
.pod-team-member a.ss-mail {
  font-size: 14px;
  font-size: 1.4rem;
}
.member-image {
  position: relative;
  margin-bottom: 5px;
}
.member-image img {
  width: 100%;
}
.member-image .contact-details {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(164, 25, 132, 0.75);
  padding: 12px 10px 12px 30px;
  color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5em;
}
.member-image .contact-details .role {
  font-weight: 600;
}
.member-image .contact-details .tel-number {
  background: url('images/icon-tel-staff.png') no-repeat 0 50%;
  padding-left: 20px;
}
.member-image .contact-details .tel-number a[href^="tel:"] {
  color: #ffffff;
}
@media (min-width: 992px) {
  .member-image .contact-details .tel-number a[href^="tel:"] {
    cursor: none;
    text-decoration: none;
    pointer-events: none;
  }
}
.member-image .contact-details .email-address {
  background: url('images/icon-email-staff.png') no-repeat 0 50%;
  padding-left: 20px;
}
.member-image .contact-details .email-address a {
  color: #ffffff;
}
.single-team_members .article-single .member-image {
  display: block;
  margin-bottom: 1.5em;
}
@media (min-width: 992px) {
  .single-team_members .article-single .member-image {
    display: none;
  }
}
.single-team_members aside .member-image {
  display: none;
}
@media (min-width: 992px) {
  .single-team_members aside .member-image {
    display: block;
  }
}
.team-filter {
  margin-bottom: 1.5em;
}
.team-filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.team-filter ul li {
  float: left;
  margin-right: 4px;
}
.team-filter ul li a {
  float: left;
  display: block;
  padding: 2px 4px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #6a747c;
}
.team-filter ul li a:hover {
  text-decoration: none;
}
.team-filter ul li.active a {
  color: #ffffff;
  background-color: #a41984;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.team-filter ul li:last-child {
  margin-right: 0;
}
/*.team-grid {
	list-style: none;
	padding: 0;
	margin: 0;
	
	li {
		float: left;
				
		&:last-child {
			margin-right: 0;
		}				
		
	}
	
}*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.accordions-shortcode {
  color: #a41984;
}
.accordions-shortcode h3 {
  background-color: #f6e8f2;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4px;
  padding: 10px;
  text-transform: uppercase;
  cursor: pointer;
  color: #a41984;
}
.accordions-shortcode h3 span.ui-icon {
  font-size: 11px;
  font-size: 1.1rem;
  font-family: "SSStandard";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}
.accordions-shortcode h3 span.ui-icon.ui-icon-triangle-1-s:before,
.accordions-shortcode h3 span.ui-icon.ui-icon-triangle-1-s.right:after {
  content: '-';
}
.accordions-shortcode h3 span.ui-icon.ui-icon-triangle-1-e:before,
.accordions-shortcode h3 span.ui-icon.ui-icon-triangle-1-e.right:after {
  content: '+';
}
.contact-panel {
  width: 100%;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 768px) {
  .contact-panel {
    width: 264px;
  }
}
@media (min-width: 992px) {
  .contact-panel {
    width: 309px;
  }
}
@media (min-width: 1200px) {
  .contact-panel {
    width: 414px;
  }
}
.contact-panel h2 {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .contact-panel h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.contact-panel h3 {
  color: #ffffff;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 0;
  margin: 0 auto;
  padding: 0 20px;
  width: 200px;
  background: url('images/icon-tel-maincontact.png') no-repeat 0 50%;
}
@media (min-width: 992px) {
  .contact-panel h3 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .contact-panel h3 {
    width: 270px;
  }
}
.contact-panel h3 a[href^="tel:"] {
  color: #ffffff;
}
@media (min-width: 992px) {
  .contact-panel h3 a[href^="tel:"] {
    cursor: none;
    text-decoration: none;
    pointer-events: none;
  }
}
.contact-panel .enquire p {
  margin-bottom: 0.375em;
}
.contact-panel .enquire p .btn {
  font-size: 16px;
  font-size: 1.6rem;
}
.contact-panel .enquire p.note {
  font-size: 12px;
  font-size: 1.2rem;
}
.highlight-container {
  position: relative;
}
.highlight-container .page-fade {
  position: absolute;
  top: 0;
  z-index: 10;
}
.highlight-container .highlight-row {
  position: relative;
  z-index: 20;
  margin: 20px 15px;
}
.side-highlights a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  padding-bottom: 5px;
}
@media (min-width: 768px) AND (max-width: 991px) {
  .side-highlights a {
    float: left;
    width: 50%;
    min-height: 115px;
    padding: 0 5px 5px 0;
  }
}
.bucket-content h3 {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.375em;
  margin-top: 0.75em;
}
.bucket-content p {
  margin-bottom: 0.75em;
}
.bucket-content.bucket-content-large {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .bucket-content.bucket-content-large {
    float: left;
    width: 49.5%;
    padding-right: 10px;
    margin-right: 0.5%;
    margin-bottom: 0;
  }
}
.bucket-content.bucket-content-large img {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .bucket-content.bucket-content-large img {
    float: left;
    margin-right: 25px;
    margin-bottom: 0;
  }
}
.bucket-content.bucket-content-large:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .bucket-content.bucket-content-large:last-child {
    margin-right: 0;
    margin-left: 0.5%;
  }
}
.bucket-content.bucket-content-small {
  display: block;
  background-color: #e6e6e6;
}
.bucket-content.bucket-content-small a {
  text-decoration: none;
}
.bucket-content.bucket-content-small h3 {
  color: #a41984;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 1.2em 115px 0.375em 15px;
}
.bucket-content.bucket-content-small p {
  line-height: 1.25em;
  color: #6a747c;
  font-size: 14px !important;
  font-size: 1.4rem !important;
  margin: 0 115px 0 15px;
}
.bucket-content.bucket-content-small img {
  float: right;
  max-width: 110px;
  height: 115px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@media (min-width: 768px) {
  .internal-page-cols .internal-page-col {
    float: left;
    width: 16.875em;
    margin-right: 0.625em;
  }
}
.internal-page-cols .internal-page-col ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.internal-page-cols .internal-page-col ul li {
  background: url('images/icon-arrow-next.png') no-repeat 0 5px;
  padding-left: 15px;
  margin-bottom: 5px;
  line-height: 1.3em;
}
.internal-page-cols .internal-page-col:last-child {
  margin-right: 0;
}
.news-index .news-col,
.news-archive .news-col {
  padding: 1.5em 40px;
}
@media (min-width: 992px) {
  .news-index .news-col,
  .news-archive .news-col {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
}
.news-filter-container {
  border-bottom: 1px solid #fadcf3;
  margin-bottom: 20px;
}
.news-filter-container .widgettitle {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #a41984;
  font-weight: 500;
  margin-bottom: 5px;
}
.news-filter-container .widget_categories {
  margin: 0 0 15px;
}
.news-filter-container .widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-filter-container .widget_categories ul li {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
.news-filter-container .widget_categories ul li:after {
  position: absolute;
  content: '/';
  right: 4px;
  top: 0;
}
.news-filter-container .widget_categories ul li:last-of-type {
  margin-right: 0;
}
.news-filter-container .widget_categories ul li:last-of-type:after {
  content: '';
  padding-left: 0;
}
.news-filter-container .widget_categories ul li:not(.current-cat) a {
  color: inherit;
}
.news-filter-container .news-filter-group {
  margin: 15px 0;
}
.news-filter-container .news-filter-group .news-filter-types {
  list-style: none;
  margin-left: 0;
  margin-bottom: 10px;
  padding-left: 0;
}
.news-filter-container .news-filter-group .news-filter-types li {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
.news-filter-container .news-filter-group .news-filter-types li label {
  font-weight: 300;
}
.news-filter-container .news-filter-group .news-filter-types li label.active-filter {
  color: #a41984;
}
.news-filter-container .news-filter-group .news-filter-types li input {
  display: none;
}
.news-filter-container .news-filter-group .news-filter-types li:after {
  position: absolute;
  content: '/';
  right: 4px;
  top: 0;
}
.news-filter-container .news-filter-group .news-filter-types li:last-of-type {
  margin-right: 0;
}
.news-filter-container .news-filter-group .news-filter-types li:last-of-type:after {
  content: '';
  padding-left: 0;
}
ol.article-listing {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ol.article-listing time {
  margin-bottom: 0.375em;
  color: #a41984;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}
ol.article-listing time span {
  margin-right: 5px;
}
ol.article-listing h2 {
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 0.375em;
}
.single h1 {
  margin-bottom: 0.375em;
}
.byline {
  margin-bottom: 1.5em;
  color: #a41984;
}
.byline address {
  font-style: normal;
  margin-bottom: 0.375em;
}
.byline time {
  float: left;
  width: 160px;
}
.byline .tags {
  float: left;
  width: 340px;
}
.byline time,
.byline .tags {
  font-size: 13px;
  font-size: 1.3rem;
}
.byline time span,
.byline .tags span {
  margin-right: 5px;
}
.author-panel,
.download-panel,
.highlight-panel {
  *zoom: 1;
  background-color: #f6e8f2;
  padding: 1.5em 30px;
  margin-left: -10px;
  margin-bottom: 1.5em;
}
.author-panel:before,
.download-panel:before,
.highlight-panel:before,
.author-panel:after,
.download-panel:after,
.highlight-panel:after {
  display: table;
  content: "";
}
.author-panel:after,
.download-panel:after,
.highlight-panel:after {
  clear: both;
}
.author-panel h3,
.download-panel h3,
.highlight-panel h3 {
  color: #a41984;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.author-panel img,
.download-panel img,
.highlight-panel img {
  float: left;
  margin-right: 30px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.highlight-panel {
  color: #a41984;
  padding-bottom: 1px;
}
.author-bio,
.download-desc {
  float: left;
  width: 350px;
  color: #a41984;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#comments {
  padding-top: 1.5em;
}
#comments ol {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#comments article {
  margin-bottom: 1.5em;
}
#comments h4 {
  margin-bottom: 0.375em;
}
#comments #respond {
  background-color: #f7f8f8;
  margin-left: -10px;
  padding: 20px 30px 5px;
}
#comments #respond p {
  /*input[type=text],
			textarea {
				width: 80%;
			}*/
}
#comments #respond p label {
  float: left;
  width: 20%;
}
#comments #respond p.comment-form-author label,
#comments #respond p.comment-form-email label {
  width: 8%;
}
#comments #respond p.comment-form-author span,
#comments #respond p.comment-form-email span {
  float: left;
  width: 12%;
}
#comments #respond p.form-allowed-tags {
  font-size: 13px;
  font-size: 1.3rem;
}
#comments #respond p code {
  font-size: 11px;
  font-size: 1.1rem;
}
#comments #respond #comments-btn {
  margin-top: 10px;
}
.telephone-panel {
  background-color: #f6e8f2;
  margin-left: -10px;
  padding: 20px 30px 5px;
  margin-bottom: 5px;
}
.telephone-panel address {
  width: 100%;
  padding: 0 10px 0 0;
  font-style: normal;
  color: #a41984;
  font-size: 13px;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .telephone-panel address {
    float: left;
    width: 33.33333333%;
  }
}
.telephone-panel address h3 {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.375em;
  font-weight: 500;
  color: #a41984;
}
.telephone-panel address:last-child {
  padding-right: 0;
}
.telephone-panel address span {
  width: 30px;
  display: inline-block;
}
.telephone-panel address a {
  vertical-align: middle;
  text-decoration: none;
}
#map img {
  max-width: none;
}
.address-box {
  background-color: #f7f8f8;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 30px;
}
.address-box address {
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 0.75em;
}
@media (max-width: 991px) {
  .wrapper-dropdown {
    /* Size & position */
    position: relative;
    width: 300px;
    margin: 0;
    padding: 12px 15px;
    /* Styles */
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /* Active state */
  }
  .wrapper-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #a41984 transparent;
  }
  .wrapper-dropdown h3 {
    margin: 0 !important;
  }
  .wrapper-dropdown .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /* Hiding */
    max-height: 0;
    overflow: hidden;
  }
  .wrapper-dropdown .dropdown li {
    padding: 0 10px;
    /* Hover state */
  }
  .wrapper-dropdown .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 2px !important;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
  }
  .wrapper-dropdown .dropdown li:last-of-type a {
    border: none;
  }
  .wrapper-dropdown .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
  }
  .wrapper-dropdown .dropdown li:hover a {
    background: #eee;
  }
  .wrapper-dropdown.active {
    border-radius: 5px 5px 0 0;
    background: #a41984;
    box-shadow: none;
    border-bottom: none;
  }
  .wrapper-dropdown.active h3 {
    color: white;
  }
  .wrapper-dropdown.active .dropdown {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    max-height: 1000px;
  }
  .wrapper-dropdown.active:after {
    border-color: #fff transparent;
  }
  /* No CSS3 support */
  .no-opacity .wrapper-dropdown .dropdown,
  .no-pointerevents .wrapper-dropdown .dropdown {
    display: none;
    opacity: 1;
    /* If opacity support but no pointer-events support */
    pointer-events: auto;
    /* If pointer-events support but no pointer-events support */
  }
  .no-opacity .wrapper-dropdown.active .dropdown,
  .no-pointerevents .wrapper-dropdown.active .dropdown {
    display: block;
  }
}
.propertyhive .main-column {
  width: 100%;
  padding: 1.5em 40px;
}
@media (min-width: 768px) {
  .propertyhive.single .main-column {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .propertyhive.single .main-column {
    float: left;
    width: 550px;
  }
}
@media (min-width: 1200px) {
  .propertyhive.single .main-column {
    width: 730px;
  }
}
.propertyhive ul.properties li {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  margin-bottom: 4rem;
}
.propertyhive ul.properties li .property-status {
  position: absolute;
  width: 100%;
}
.propertyhive ul.properties .property .highlights {
  background-color: #f7f8f8;
  padding: 1.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 15px;
}
.propertyhive ul.properties .property .bedrooms,
.propertyhive ul.properties .property .type {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.propertyhive ul.properties .property .summary {
  padding: 0 1rem 1rem;
  font-size: 13px;
}
.propertyhive ul.properties .property .actions {
  padding: 0 1rem;
}
.property-search-form {
  display: table;
  background: #f7f8f8;
  padding: 1.618em 1.41575em;
  margin-bottom: 2.2906835em;
}
.property-search-form .control {
  display: table-cell;
  margin-bottom: 0;
  padding: 0 0.5407911em;
}
.property-search-form .control label {
  display: block;
  white-space: nowrap;
  margin-bottom: 0;
}
.property-search-form .control input[type=text],
.property-search-form .control input[type=email],
.property-search-form .control input[type=number],
.property-search-form .control input[type=date],
.property-search-form .control select {
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 0.3em;
}
.property-search-form input[type=submit] {
  margin-top: 1.618em;
  background-color: #a41984;
  border-color: #a41984;
  color: #ffffff;
  padding: 0.61804697em 1.41575em;
}
.single .property-search-form .control {
  padding: 0;
}
.property-status {
  background-color: #a41984;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
}
.single-property .price {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #a41984;
  margin-bottom: 0.75em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
.single-property .property .images,
.single-property .property .summary {
  margin-bottom: 3rem;
}
.single-property .property .summary h4,
.single-property .property .description h4 {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #a41984;
  margin-bottom: 0.75em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.single-property .property .images .flexslider {
  margin-bottom: 0;
  box-shadow: none;
}
.single-property .property .images .thumbnails li img {
  opacity: 0.5;
  -webkit-transition: all, ease, 0.2s;
  -moz-transition: all, ease, 0.2s;
  transition: all, ease, 0.2s;
}
.single-property .property .images .thumbnails li:hover img,
.single-property .property .images .thumbnails li.flex-active-slide img {
  opacity: 1;
}
.single-property .property .property_meta ul {
  list-style: none;
}
.single-property .property .property_meta li {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}
.single-property .property .property_meta li.ref {
  font-size: 14px;
}
.single-property .property .property_actions {
  margin-bottom: 3rem;
  *zoom: 1;
}
.single-property .property .property_actions:before,
.single-property .property .property_actions:after {
  display: table;
  content: "";
}
.single-property .property .property_actions:after {
  clear: both;
}
.single-property .property .property_actions ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.single-property .property .property_actions ul li {
  float: left;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.single-property .property .property_actions ul li a {
  border: 0 #a41984;
  background: #a41984;
  color: #fff;
  cursor: pointer;
  padding: 0.61804697em 1.41575em;
  text-decoration: none;
  font-weight: 600;
  text-shadow: none;
  display: inline-block;
  outline: 0;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  border-radius: 3px;
}
.single-property .pp_inline {
  padding: 0.875em;
}
.single-property .pp_inline form {
  margin-bottom: 0;
}
.single-property .pp_inline h2 {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #a41984;
  margin-bottom: 0.75em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.single-property .pp_inline .alert {
  padding: 0.875em;
  margin-bottom: 0.875em;
  color: #FFF;
}
.single-property .pp_inline .alert.alert-success {
  background: #090;
}
.single-property .pp_inline .alert.alert-danger {
  background: #900;
}
.single-property .pp_inline label {
  width: 30.43478261%;
  float: left;
  margin-right: 4.34782609%;
  padding-top: 0.575em;
}
.single-property .pp_inline .control {
  margin-bottom: 0.875em;
}
.single-property .pp_inline .control input[type=text],
.single-property .pp_inline .control input[type=email],
.single-property .pp_inline .control textarea {
  width: 65.2173913%;
  margin-right: 0;
}
.single-property .pp_inline .control textarea {
  min-height: 150px;
}
.single-property .pp_inline input[type=submit] {
  border: 0 #a41984;
  background: #a41984;
  color: #fff;
  cursor: pointer;
  padding: 0.61804697em 1.41575em;
  text-decoration: none;
  font-weight: 600;
  text-shadow: none;
  display: inline-block;
  outline: 0;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  border-radius: 3px;
}
@media (min-width: 992px) {
  .propertyhive-result-count,
  .propertyhive-views {
    width: 30.43478261%;
    float: left;
    margin-right: 4.34782609%;
    margin-bottom: 1.41575em;
  }
  .propertyhive-ordering {
    width: 30.43478261%;
    float: right;
    text-align: right;
    margin-right: 0;
    margin-bottom: 1.41575em;
  }
}
.propertyhive-pagination ul li {
  position: relative;
  float: left;
}
.propertyhive-pagination ul li span,
.propertyhive-pagination ul li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  padding: 6px 11px 6px;
  margin: 0;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5em;
  color: #404040;
  text-align: center;
  vertical-align: middle;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9);
  background-color: #d9d9d9;
  background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -ms-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: linear-gradient(top, #ffffff, #d9d9d9);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  cursor: pointer;
}
.propertyhive-pagination ul li span.current,
.propertyhive-pagination ul li a.current {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a41984), to(#781260));
  background-image: -webkit-linear-gradient(top, #a41984, #781260);
  background-color: #781260;
  background-image: -moz-linear-gradient(top, #a41984, #781260);
  background-image: -ms-linear-gradient(top, #a41984, #781260);
  background-image: -o-linear-gradient(top, #a41984, #781260);
  background-image: linear-gradient(top, #a41984, #781260);
  background-repeat: repeat-x;
  color: #ffffff;
  text-shadow: 0 -1px 1px #000000;
  border-color: #620f4f;
  border-bottom-color: #4b0c3d;
}
.propertyhive-pagination ul li:first-child span,
.propertyhive-pagination ul li:first-child a {
  margin-left: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.propertyhive-pagination ul li:last-child span,
.propertyhive-pagination ul li:last-child a {
  margin-left: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.property-sidebar .contact-panel {
  background-color: #6a747c;
  width: 100%;
  padding: 1em 0;
}
.property-sidebar .property-search-form .control {
  display: block;
}
.search-msg {
  margin-top: 1.5em;
}
#lg-contact-form span {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  background-color: #a41984;
  color: #ffffff;
  padding: 0.25em 1em;
  text-align: center;
  margin-bottom: 1.5em;
  display: block;
}
.recent-properties-container {
  position: relative;
}
.recent-properties-container .scroll-heading {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.375em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
.recent-properties-container .page-fade {
  position: absolute;
  top: 0;
  z-index: 10;
}
.recent-properties-container .recent-properties-row {
  position: relative;
  z-index: 20;
  margin: 20px 15px;
}
.recent-properties-container a.browse {
  top: 96px;
}
.recent-properties-container .scroll-properties {
  position: relative;
  overflow: hidden;
  width: 340px;
  height: 340px;
}
@media (min-width: 768px) {
  .recent-properties-container .scroll-properties {
    width: 714px;
    height: 400px;
  }
}
@media (min-width: 992px) {
  .recent-properties-container .scroll-properties {
    width: 934px;
    height: 160px;
  }
}
@media (min-width: 1200px) {
  .recent-properties-container .scroll-properties {
    width: 1134px;
    height: 200px;
  }
}
.recent-properties-container .scroll-properties .property-items {
  width: 20000em;
  position: absolute;
  clear: both;
}
.recent-properties-container .scroll-properties .property-items div.property-group {
  width: 340px;
  margin-top: 3px;
  float: left;
}
@media (min-width: 768px) {
  .recent-properties-container .scroll-properties .property-items div.property-group {
    width: 714px;
  }
}
@media (min-width: 992px) {
  .recent-properties-container .scroll-properties .property-items div.property-group {
    width: 934px;
  }
}
@media (min-width: 1200px) {
  .recent-properties-container .scroll-properties .property-items div.property-group {
    width: 1134px;
  }
}
.recent-property h3 {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.375em;
  margin-top: 0.75em;
}
.recent-property p {
  margin-bottom: 0.75em;
}
.recent-property .recent-property-wrap {
  margin-left: 5px;
  margin-right: 5px;
  -webkit-box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.recent-property .recent-property-wrap .details {
  padding: 5px 10px 5px 0;
}
.recent-property.property-large {
  float: left;
  width: 50%;
}
@media (min-width: 992px) {
  .recent-property.property-large .thumbnail {
    float: left;
    padding-right: 20px;
    width: 50%;
  }
}
.recent-property.property-large .thumbnail img {
  width: 100%;
}
.recent-property.property-large:last-child {
  margin: 0;
}
@media (min-width: 992px) {
  .recent-property.property-large .details {
    float: left;
    width: 50%;
  }
}
.recent-property.property-large .view-property {
  margin-top: 15px;
}
a.browse {
  position: absolute;
  bottom: 0;
  z-index: 100;
  background: url('images/hori_large.png') no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 1px;
  /* right */
  /* left */
  /* disabled navigational button */
}
a.browse.right {
  right: -10px;
  background-position: 0 -30px;
  clear: right;
  margin-right: 0px;
}
a.browse.right:hover {
  background-position: -30px -30px;
}
a.browse.right :active {
  background-position: -60px -30px;
}
a.browse.left {
  left: -10px;
  margin-left: 0px;
}
a.browse.left:hover {
  background-position: -30px 0;
}
a.browse.left:active {
  background-position: -60px 0;
}
a.browse.disabled {
  visibility: hidden !important;
}
.convey-main-container .page-fade {
  top: 20px;
  display: none;
}
.convey-main-container .main-content {
  margin-top: 0;
}
.convey-main-container .page-intro {
  padding: 1.5em 40px;
}
.convey-tool-container {
  padding: 15px 40px;
  border-top: 3px solid #6a747c;
}
.convey-tool-container h3,
.convey-tool-container h4 {
  color: #a41984;
  font-weight: 600;
}
.convey-tool-container h3 {
  border-bottom: 1px solid #a41984;
  padding-bottom: 0.75em;
}
.convey-option {
  margin-bottom: 1.5em;
}
.convey-btns {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: space-between;
}
@media (min-width: 992px) {
  .convey-btns {
    flex-flow: row nowrap;
  }
}
.convey-btns > div {
  text-align: left;
  margin-bottom: 1.5em / 2;
  position: relative;
  padding: 5px;
  min-width: 100%;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .convey-btns > div {
    min-width: 50%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .convey-btns > div {
    min-width: 25%;
    margin-bottom: 0.375em;
  }
}
@media (max-width: 991px) {
  .convey-btns > div .convey-btn-wrap {
    position: relative;
    min-height: 60px;
  }
}
.convey-btns > div h4 {
  color: #a41984;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 2px;
}
.convey-btns > div p {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0.375em;
}
.convey-btns > div a.active {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
}
.convey-btns > div.selected {
  background: #f6e8f2;
  color: #a41984;
  padding: 10px;
}
.convey-input {
  margin-bottom: 1.5em;
  /*.tool-form {
		float: left;
		width: 200px;
		padding: 10px;
		background-color: @lightpink;
		color: @linkcolor;
		margin-right: 20px;
	}*/
}
.convey-input .tool-form-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  align-content: space-between;
}
@media (min-width: 992px) {
  .convey-input .tool-form-wrap {
    flex-flow: row nowrap;
  }
}
.convey-input .tool-form-wrap > .tool-row {
  margin-bottom: 0.75em;
  min-width: 100%;
}
@media (min-width: 768px) {
  .convey-input .tool-form-wrap > .tool-row {
    min-width: 50%;
    margin-bottom: 1.5em;
  }
}
@media (min-width: 992px) {
  .convey-input .tool-form-wrap > .tool-row {
    min-width: 25%;
  }
}
.convey-input .tool-form-wrap > .tool-row label {
  color: #a41984;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
}
.convey-input .tool-form-wrap > .tool-row input[type=text] {
  width: 80%;
  text-align: right;
}
.convey-input .tool-form-wrap > .tool-row.input-radio span {
  line-height: 1.2;
  font-weight: 600;
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #a41984;
}
@media (min-width: 992px) {
}
.convey-input .tool-form-wrap > .tool-row.input-radio label {
  display: inline;
  float: none;
  width: auto;
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem;
  color: #6a747c;
}
.convey-input .tool-form-wrap > .tool-row.input-radio input {
  width: auto;
  margin-right: 4px;
}
.convey-input .tool-form-wrap > .tool-row span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
.convey-input .tool-btn {
  width: 100%;
}
.convey-results {
  margin-bottom: 1.5em;
}
.convey-results .fb-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-content: space-between;
}
@media (min-width: 992px) {
  .convey-results .fb-content {
    flex-flow: row nowrap;
  }
}
@media (min-width: 992px) {
  .convey-results .fb-content .fb-content-col {
    width: 33.33%;
    padding: 10px;
  }
}
.convey-results h4 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #a41984;
  margin-bottom: 0.375em;
}
.convey-results ul {
  font-size: 12px;
  font-size: 1.2rem;
  list-style: none;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.convey-results .convey-results-list th,
.convey-results .convey-results-list td {
  border-top: 1px dotted #808080;
  border-bottom: 1px dotted #808080;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 4px;
}
.convey-results .convey-results-list th {
  font-weight: 400;
}
.convey-results .convey-results-list td {
  text-align: right;
  font-weight: 600;
}
.convey-results .convey-results-list tr.totalfees th,
.convey-results .convey-results-list tr.total3rdparty th,
.convey-results .convey-results-list tr.totalfees td,
.convey-results .convey-results-list tr.total3rdparty td {
  background-color: #f6e8f2;
  color: #a41984;
  border: 0 none;
}
.convey-results .grand-total {
  width: 100%;
  padding: 10px;
  color: #ffffff;
  background-color: #a41984;
  margin-bottom: 0.75em;
  margin-top: 22px;
}
.convey-results .grand-total .total {
  float: right;
  display: block;
  font-weight: 600;
}
.convey-results .alert ul {
  margin-bottom: 0;
}
.convey-complete {
  width: 100%;
  padding: 20px 10px;
  color: #a41984;
  background-color: rgba(164, 25, 132, 0.25);
  margin-bottom: 1.5em;
  text-align: center;
  border-radius: 10px;
  font-size: 24px;
}
.convey-complete .grand-total {
  margin-bottom: 0.75em;
  line-height: 1.4;
}
.convey-complete .grand-total .total {
  display: block;
  font-weight: 600;
  font-size: 30px;
}
.convey-complete p {
  margin-bottom: 0.375em;
}
.convey-complete form {
  margin-bottom: 0;
}
.convey-complete .btn {
  font-size: 18px;
  padding: 12px 18px;
}
.general-info,
.sra-notices {
  width: 100%;
  margin-bottom: 1.5em;
}
.general-info ol,
.sra-notices ol,
.general-info ul,
.sra-notices ul {
  margin-left: -5px;
}
/**/
.img-responsive {
  width: 100%;
  height: auto;
}
.pad-v-sm {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pad-v-md {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.pad-v-lg {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.pad-h-sm {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.pad-h-md {
  padding-left: 3rem;
  padding-right: 3rem;
}
.pad-h-lg {
  padding-left: 6rem;
  padding-right: 6rem;
}
.mar-v-sm {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mar-v-md {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mar-v-lg {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.mar-h-sm {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mar-h-md {
  margin-left: 3rem;
  margin-right: 3rem;
}
.mar-h-lg {
  margin-left: 6rem;
  margin-right: 6rem;
}
.page-block-panel {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-block-panel .blocks-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .page-block-panel .blocks-wrapper {
    margin: 0 -1rem;
  }
}
@media (min-width: 992px) {
  .page-block-panel .blocks-wrapper {
    margin: 0 -2rem;
  }
}
.page-block-panel .blocks-wrapper .block-panel {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .page-block-panel .blocks-wrapper .block-panel {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .page-block-panel .blocks-wrapper .block-panel {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .page-block-panel .blocks-wrapper .block-panel.col-quarter {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .page-block-panel .blocks-wrapper .block-panel.col-half {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-block-panel .blocks-wrapper .block-panel.col-third {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .page-block-panel .blocks-wrapper .block-panel.col-quarter {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .column-container .column.one-third.push-thirds {
    left: 66.66666667%;
  }
  .column-container .column.two-thirds.pull-third {
    right: 33.33333333%;
  }
}
/*# sourceMappingURL=style.css.map */