.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/*=====================================================*/
/* Global Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
html,
body {
  height: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
}
/* IE6 PNG Fix */
img,
div {
  behavior: url(/js/iepngfix.htc);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}
#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#jquery-lightbox a img {
  border: none;
}
#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#lightbox-container-image {
  padding: 10px;
}
#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
  left: 0;
}
#lightbox-nav a {
  outline: none;
}
#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}
#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}
#lightbox-nav-btnNext {
  right: 0;
  float: right;
}
#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
}
#lightbox-container-image-data {
  padding: 0 10px;
  color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}
#lightbox-image-details-caption {
  font-weight: bold;
}
#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}
@font-face {
  font-family: 'SerifaBT';
  src: url('../webfonts/249EFB_0_0.eot');
  src: url('../webfonts/249EFB_0_0.eot?#iefix') format('embedded-opentype'), url('../webfonts/249EFB_0_0.woff') format('woff'), url('../webfonts/249EFB_0_0.ttf') format('truetype');
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: 'SerifaBT-light';
  src: url('../webfonts/249EFB_0_0.eot');
  src: url('../webfonts/249EFB_0_0.eot?#iefix') format('embedded-opentype'), url('../webfonts/249EFB_0_0.woff') format('woff'), url('../webfonts/249EFB_0_0.ttf') format('truetype');
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: 'SerifaBT';
  src: url('../webfonts/249EFB_1_0.eot');
  src: url('../webfonts/249EFB_1_0.eot?#iefix') format('embedded-opentype'), url('../webfonts/249EFB_1_0.woff') format('woff'), url('../webfonts/249EFB_1_0.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SerifaBT';
  src: url('../webfonts/249EFB_2_0.eot');
  src: url('../webfonts/249EFB_2_0.eot?#iefix') format('embedded-opentype'), url('../webfonts/249EFB_2_0.woff') format('woff'), url('../webfonts/249EFB_2_0.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: auto;
  font-family: auto;
  margin: auto;
  padding: auto;
}
a {
  text-decoration: none;
  color: #959ccf;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover {
  color: #60bddf;
}
body {
  text-rendering: optimizeLegibility;
}
p {
  font-family: "HelveticaNeue", "Helvetica Neue", Arial, Helvetica, "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.row {
  width: 100%;
}
.align-center {
  text-align: center;
}
.text-header {
  font-family: 'SerifaBT', 'Helvetica Neue';
  font-weight: bold;
}
.text-subheader,
.text-completion {
  font-family: 'SerifaBT', 'Helvetica Neue';
}
.text-input {
  background: #302f3b;
  color: #A7AAB5;
  font-family: "HelveticaNeue", "Helvetica Neue", Arial, Helvetica, "Lucida Grande", sans-serif;
  font-size: 11px;
  padding: 3px 9px;
  outline: 0;
  border: 0;
}
.btn {
  background: #4295d1;
  border: 0;
  color: white;
  outline: 0;
  padding: 5px;
  text-transform: uppercase;
  font-family: 'SerifaBT', 'Helvetica Neue';
  font-size: 13px;
  padding-bottom: 2px;
}
header .content,
section.page .content,
footer .content {
  margin: 0 auto;
  width: 940px;
}
header .content {
  background: #f1f2f9;
  margin-bottom: 20px;
  padding: 0 0 0 20px;
  width: 920px;
  *zoom: 1;
}
header .content:before,
header .content:after {
  display: table;
  content: "";
}
header .content:after {
  clear: both;
}
header .content nav {
  float: left;
  position: relative;
  margin-top: 20px;
  *zoom: 1;
}
header .content nav:before,
header .content nav:after {
  display: table;
  content: "";
}
header .content nav:after {
  clear: both;
}
header .content nav a {
  color: #878F8E;
  font-size: 15px;
  font-family: 'SerifaBT', 'Helvetica Neue';
  margin-right: 12px;
  font-weight: bold;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
header .content nav a:hover {
  color: #959ccf;
}
header .content nav a.last {
  margin-right: 0;
}
header .content nav a.active {
  color: #3c3e45;
}
header .content .social-liking {
  background: #444653;
  float: right;
  padding: 12px 22px;
  width: 175px;
}
header .content .social-liking .fb-like {
  display: inline-block;
  vertical-align: middle;
  background: #ffffff;
  padding: 6px;
  width: 78px;
  height: 20px;
}
header .content .social-liking .text-subheader {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #ffffff;
  width: 70px;
  padding-left: 10px;
}
section.page .content {
  *zoom: 1;
  margin-bottom: 20px;
}
section.page .content:before,
section.page .content:after {
  display: table;
  content: "";
}
section.page .content:after {
  clear: both;
}
section.page .content ul {
  list-style: disc;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
  font-family: "HelveticaNeue", "Helvetica Neue", Arial, Helvetica, "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
section.page .content .feature {
  *zoom: 1;
  color: #fff;
  margin-bottom: 20px;
}
section.page .content .feature:before,
section.page .content .feature:after {
  display: table;
  content: "";
}
section.page .content .feature:after {
  clear: both;
}
section.page .content .feature .left-blocks {
  float: left;
}
section.page .content .feature .left-blocks .logo-block {
  display: block;
  height: 155px;
  width: 220px;
  padding-left: 20px;
  float: left;
}
section.page .content .feature .left-blocks .logo-block img {
  margin-top: 10px;
}
section.page .content .feature .left-blocks .caption-block {
  font-size: 24px;
  font-weight: lighter;
  font-family: 'SerifaBT', 'Helvetica Neue';
  line-height: 1.3;
  background: #8991c8;
  clear: left;
  float: left;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 30px;
  height: 255px;
  width: 200px;
}
.parklands section.page .content .feature .left-blocks .caption-block,
.contact-us section.page .content .feature .left-blocks .caption-block {
  background: #3c3e45;
}
.lifestyle section.page .content .feature .left-blocks .caption-block {
  background: #60bddf;
}
.exteriors section.page .content .feature .left-blocks .caption-block {
  background: #699cc7;
}
.plans section.page .content .feature .left-blocks .caption-block {
  background: #5b5f67;
}
section.page .content .feature .left-blocks .caption-block.generic {
  font-size: 20px;
}
section.page .content .feature .left-blocks .caption-block.generic strong {
  float: left;
  margin-bottom: 5px;
  font-size: 21px;
}
section.page .content .feature .image-block {
  float: left;
  position: relative;
  width: 700px;
  height: 450px;
  overflow: hidden;
}
section.page .content .feature .image-block img#circle {
  position: absolute;
  top: 207px;
  right: 0px;
  z-index: 80;
}
section.page .content .feature .image-block img {
  max-height: 100%;
  max-width: 100%;
}
section.page .content .feature .image-block .text-header,
section.page .content .feature .image-block .text-subheader {
  position: absolute;
  left: 0;
  padding: 20px;
  padding-top: 10px;
  z-index: 10;
  margin: 0;
}
section.page .content .feature .image-block .text-completion {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 13px 20px;
  z-index: 89;
  background: rgba(215, 15, 15, 0.8);
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
section.page .content .feature .image-block .text-completion span {
  font-size: 22px;
}
section.page .content .feature .image-block .text-header {
  top: 0;
  font-size: 46px;
  font-weight: normal;
  line-height: 1.1;
  width: 600px;
}
section.page .content .feature .image-block .text-header.dark {
  color: #444653;
}
section.page .content .feature .image-block .text-subheader {
  top: 155px;
  font-size: 20px;
  font-weight: bold;
  line-height: 44px;
  width: 200px;
}
section.page .content .gallery-new h1 {
  text-transform: uppercase;
  font-family: 'SerifaBT-light', 'Helvetica Neue';
  font-size: 32px;
  padding-left: 21px;
  padding-top: 20px;
  line-height: 1em;
  color: #444653;
}
section.page .content .gallery-new .row {
  *zoom: 1;
  margin-top: 20px;
  position: relative;
}
section.page .content .gallery-new .row:before,
section.page .content .gallery-new .row:after {
  display: table;
  content: "";
}
section.page .content .gallery-new .row:after {
  clear: both;
}
section.page .content .gallery-new .row .updates {
  *zoom: 1;
  width: 570px;
  float: left;
}
section.page .content .gallery-new .row .updates:before,
section.page .content .gallery-new .row .updates:after {
  display: table;
  content: "";
}
section.page .content .gallery-new .row .updates:after {
  clear: both;
}
section.page .content .gallery-new .row .updates > div {
  background: #ecedef;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
  font-family: "HelveticaNeue", "Helvetica Neue", Arial, Helvetica, "Lucida Grande", sans-serif;
  color: #737683;
}
section.page .content .gallery-new .row .updates > div h2 {
  font-size: 10px;
  line-height: 18px;
  font-family: "HelveticaNeue", "Helvetica Neue", Arial, Helvetica, "Lucida Grande", sans-serif;
  text-transform: uppercase;
}
section.page .content .gallery-new .row .updates > div ul {
  margin-bottom: 0px;
  margin-top: 10px;
}
section.page .content .gallery-new .row .thumbs {
  float: right;
  width: 351px;
}
section.page .content .gallery-new .row .thumbs .thumb {
  width: 113px;
  height: 84px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  border: none;
  float: left;
  margin: 0 0 6px 6px;
}
section.page .content .gallery-new .row .thumbs .thumb img {
  min-height: 84px;
  width: 100%;
}
section.page .content .gallery-new .row .thumbs .thumb.no-margin {
  margin-left: 0px;
}
section.page .content .gallery-new .row .social-liking {
  right: 131px;
  position: relative;
}
section.page .content .register-your-interest {
  background: #444653;
  color: #fff;
  float: left;
  margin-left: 20px;
  width: 220px;
}
section.page .content .register-your-interest fieldset {
  padding: 20px;
}
section.page .content .register-your-interest fieldset .text-header {
  font-weight: lighter;
  font-size: 26px;
}
section.page .content .register-your-interest fieldset .text-input {
  margin: 5px 0;
  width: 162px;
  font-family: "HelveticaNeue", "Helvetica Neue", Arial, Helvetica, "Lucida Grande", sans-serif;
}
section.page .content .register-your-interest fieldset .text-input.failed {
  border: 1px solid #f00;
}
section.page .content .register-your-interest fieldset .btn {
  margin-top: 10px;
  font-weight: bold;
}
section.page .content .visit-office-advert {
  background: #444653;
  color: #fff;
  float: right;
  margin-left: 20px;
  margin-top: 20px;
  width: 180px;
  padding: 20px;
}
section.page .content .visit-office-advert .text-header {
  font-weight: lighter;
  font-size: 26px;
}
section.page .content .visit-office-advert p {
  color: #CACDD6;
  font-size: 13px;
  margin: .5em 0 .9em 0;
  line-height: 1.3;
}
section.page .content .visit-office-advert .text-button {
  display: block;
  background: #757ABA;
  color: #fff;
  padding: 10px;
  font-family: 'SerifaBT-light', 'Helvetica Neue';
  font-size: 17px;
}
section.page .content .visit-office-advert .text-button + .text-button {
  margin-top: 13px;
}
.article {
  *zoom: 1;
  background: #ecedef;
  color: #747784;
  float: left;
  padding: 20px;
  min-height: 570px;
  width: 660px;
}
.article:before,
.article:after {
  display: table;
  content: "";
}
.article:after {
  clear: both;
}
.article .text-header {
  font-size: 27px;
  font-weight: 200;
  color: #3c3e45;
}
.article .header-column {
  clear: left;
  float: left;
  padding-right: 20px;
  width: 200px;
}
.article .header-column .text-header {
  min-height: 295px;
  font-size: 30px;
}
.article .main-column {
  float: left;
  width: 440px;
}
.article .main-column p {
  margin-top: 0;
}
.article .flythrough {
  background: #3c3e45;
  position: relative;
  padding: 18px 13px 13px;
}
.article .flythrough .colour-boxes {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  top: 0px;
  right: 40px;
  background: #4295d1;
}
.article .flythrough .colour-boxes:before,
.article .flythrough .colour-boxes:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: #717ebd;
  position: absolute;
  top: 0px;
  left: -33px;
}
.article .flythrough .colour-boxes:after {
  background: #16b9ed;
  left: auto;
  right: -33px;
}
.article .flythrough .text-header {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.contact-us .large.right a {
  color: #747784;
}
.contact-us .large.left {
  margin-right: 55px;
  width: 295px;
}
.contact-us .profile {
  width: 310px;
}
.contact-us .profile img {
  float: right;
}
.enlarge {
  position: absolute;
  top: 20px;
  left: 20px;
  font: 13px 'SerifaBT', 'Helvetica Neue';
  color: #fff;
  text-transform: uppercase;
  padding-left: 20px;
  background: url(../img/plus.png) no-repeat;
}
.contact-us .enlarge {
  right: 20px;
  color: #444653;
  background: url(../img/plus-dark.png) no-repeat;
  left: auto;
}
.plans .enlarge {
  left: auto;
  right: 20px;
  color: #444653;
  background: url(../img/plus-dark.png) no-repeat;
}
.plan .enlarge {
  right: auto;
  left: 10px;
  bottom: 10px;
  top: auto;
}
.plan {
  position: relative;
  background: #d5d6d7;
  float: left;
  height: 500px;
  margin-bottom: 20px;
}
.plan a {
  display: block;
  width: 90%;
  margin: 0 auto 15px;
}
.plan.iblock {
  display: inline-block;
  float: none;
}
.plan.level-2 {
  width: 250px;
  margin-right: 20px;
}
.plan.level-2 a {
  width: 80%;
}
.plan.level-3 {
  width: 386px;
}
.plan.floors {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0px;
  height: 326px;
}
.plan.floors .col {
  width: 216px;
  height: 282px;
  float: left;
  position: relative;
}
.plan.floors a {
  width: 95%;
  margin: 0px 0px 15px 11px;
}
.plan.floors a.download {
  padding-right: 3px;
  width: 91%;
  margin-top: 46px;
}
.plan .text-header {
  color: #444653;
  margin: 10px;
  font-size: 16px;
  font-weight: bold;
}
.plan .text-subheader {
  color: #9397a3;
  margin: -10px 10px 10px 10px;
}
.download {
  color: #fff;
  font: 14px 'SerifaBT', 'Helvetica Neue';
  padding: 4px 25px 3px 5px;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  display: inline-block;
}
.download:hover {
  color: #fff;
}
.download.blue {
  background-color: #468abd;
}
.download.lightblue {
  background-color: #60bddf;
}
.download.purple {
  background-color: #8189b6;
}
.image-block .download {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.download.level-2 {
  margin-right: 20px;
  width: 140px;
}
.download.level-3 {
  width: 250px;
}
.download.level-2,
.download.level-3 {
  background-position: right 90%;
}
.slider_nav {
  width: 960px;
}
.slider_nav a {
  overflow: hidden;
  display: inline-block;
  margin: 0 20px 20px 0;
  height: 100px;
}
.slider_nav.eight a {
  width: 100px;
}
.slider_nav.eight img {
  max-width: none;
  max-height: 100%;
}
.slider_nav.nine a {
  width: 87px;
}
.slider_nav.nine a:last-child {
  margin-right: 0;
  width: 84px;
}
.slider_nav.nine img {
  max-width: none;
  max-height: 100%;
}
.slider_nav.four a {
  width: 220px;
}
.slider .caption {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  width: 680px;
  font: 14px 'SerifaBT', 'Helvetica Neue';
  color: #282a2f;
  padding: 8px 10px 5px 10px;
}
.lt-ie9 .slider .caption {
  background: url(../img/white-trans.png);
}
.large {
  float: left;
  margin-top: 40px;
}
.large p {
  font-size: 16px;
}
.large.left {
  width: 275px;
  margin-right: 120px;
}
footer {
  padding-bottom: 20px;
}
footer .content {
  background: #ecedef;
  padding: 20px;
  width: 900px;
  color: #848794;
}
footer .content a {
  color: #848794;
}
footer .content a:hover {
  color: #60bddf;
}
footer .content .top-line {
  *zoom: 1;
  position: relative;
  margin-bottom: 20px;
}
footer .content .top-line:before,
footer .content .top-line:after {
  display: table;
  content: "";
}
footer .content .top-line:after {
  clear: both;
}
footer .content .top-line img,
footer .content .top-line div {
  font-size: 18px;
  font-family: 'SerifaBT-light', 'Helvetica Neue';
  line-height: 1.2;
  display: inline-block;
  margin-right: 39px;
  vertical-align: top;
}
.lt-ie8 footer .content .top-line img,
.lt-ie8 footer .content .top-line div {
  float: left;
}
footer .content .top-line img.right,
footer .content .top-line div.right {
  position: absolute;
  right: -20px;
  margin-right: 0;
  top: 0;
}
footer .content .top-line .realmark-logo {
  margin-top: 80px;
}
footer .content .top-line img {
  margin-top: 4px;
}
footer .content .top-line a img {
  vertical-align: bottom;
  margin-left: -24px;
  margin-right: 0px;
  margin-top: 0px;
}
footer .content .top-line .big {
  font-family: 'SerifaBT', 'Helvetica Neue';
  font-weight: bold;
  font-size: 21px;
}
footer .content .top-line .medium {
  font-size: 18px;
  line-height: 0.7;
  display: block;
  margin-top: 6px;
}
footer .content .top-line .email {
  margin-top: 8px;
}
footer .content .top-line .peter img,
footer .content .top-line .robin img {
  margin-top: -5px;
}
footer .content .bottom-line {
  font-size: 11px;
  font-family: "HelveticaNeue", "Helvetica Neue", Arial, Helvetica, "Lucida Grande", sans-serif;
}
.index .header-column p {
  margin-top: 0;
  line-height: 1;
}
.index .index-title {
  font-family: 'SerifaBT', 'Helvetica Neue';
  font-size: 21px;
  line-height: 27px;
  color: #727272;
  margin-bottom: 1em;
}
.index section.page .content .register-your-interest {
  margin-left: 0;
  width: 29%;
  height: 250px;
}
.index section.page .content .visit-office-advert {
  margin-left: 2%;
  width: 29%;
  margin-top: 0;
  height: 210px;
  float: left;
}
.slide .white-bg {
  background: rgba(255, 255, 255, 0.7);
  width: 100% !important;
}
.contact-us .large {
  width: 100%;
}
.contact-us .large .profile {
  width: 100%;
}
.article-owner h1,
.article-owner h2,
.article-owner h3,
.article-owner h4,
.article-owner h5,
.article-owner h6,
.article-owner label {
  font-family: 'SerifaBT', 'Helvetica Neue', 'Arial';
}
.article-owner h1 {
  margin-bottom: 40px;
}
.article-owner .row {
  width: 100%;
  *zoom: 1;
}
.article-owner .row:before,
.article-owner .row:after {
  display: table;
  content: "";
}
.article-owner .row:after {
  clear: both;
}
.article-owner .errors {
  background: rgba(255, 0, 0, 0.07);
  padding: 5px 10px;
  border: 1px solid #940202;
  border-radius: 4px;
  margin-bottom: 20px;
}
.article-owner .errors p {
  color: #333333;
}
.article-owner .success {
  background: rgba(0, 255, 0, 0.07);
  padding: 5px 10px;
  border: 1px solid #029405;
  border-radius: 4px;
  margin-bottom: 20px;
}
.article-owner .success p {
  color: #333333;
}
.article-owner .col {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.article-owner .col * {
  box-sizing: border-box;
}
.article-owner .col.half {
  width: 50%;
}
.article-owner .col.half.first {
  padding-right: 20px;
}
.article-owner .col label {
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
}
.article-owner input[type=text],
.article-owner input[type=email],
.article-owner input[type=password],
.article-owner textarea,
.article-owner select {
  width: 100%;
  padding: 5px;
  font-family: "HelveticaNeue", "Helvetica Neue", Arial, Helvetica, "Lucida Grande", sans-serif;
  color: #302f3b;
  font-size: 14px;
}
.article-owner input[type=text].th,
.article-owner input[type=email].th,
.article-owner input[type=password].th,
.article-owner textarea.th,
.article-owner select.th {
  float: left;
}
.article-owner input[type=submit].disabled {
  background: #aaaaaa;
  cursor: default;
}
.article-owner input.th {
  width: 15%;
}
.article-owner select.th {
  width: 82%;
  margin-left: 3%;
}
.article-owner input.btn {
  font-weight: bold;
  padding: 20px;
}
.article-owner input.btn.small {
  padding: 5px 10px;
}
.article-owner .req {
  color: #f00;
}
.article-owner span.tiny {
  font-size: 12px;
  font-style: italic;
  margin-left: 10px;
  display: inline-block;
}
.article-owner p.strata {
  padding: 10px;
  background: #c8effe;
  border: 1px solid #5ad2fe;
  border-radius: 5px;
}
.article-owner #loading {
  display: none;
  margin-left: 10px;
}
.article-owner #loading.show {
  display: inline-block;
}
.article-owner .btn.big {
  font-size: 18px;
  padding: 20px;
  margin-top: 40px;
  display: inline-block;
  transition: 0.3s all;
}
.article-owner .btn.big:hover {
  color: #ffffff;
  background: #757ABA;
}
.admin-nav {
  background: #ffffff;
  padding: 10px;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
}
.admin-panel {
  background: #f7f7f7;
  padding: 20px;
  border: 1px solid #999;
  margin-bottom: 30px;
}
.admin-panel h2 {
  margin-bottom: 20px;
}
.admin-table {
  width: 100%;
  background: #fafafa;
  border-color: #fafafa;
}
.admin-table th {
  border-bottom: 1px solid #ccc;
}
.admin-table td,
.admin-table th {
  padding: 10px 5px;
}
.admin-table td {
  font-size: 13px;
}
.admin-table tr:nth-child(odd) {
  background: #f1f1f1;
}
