/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-size: 18px;
  color: #333333;
  position: static !important;
}

@font-face {
  font-family: Archer;
  src: url("http://www.centragroup.org.uk/fonts/Archer-Medium.otf") format("opentype");
}
body {
  font-family: Calibri, Arial, Helvetica, sans-serif;
}

p {
  margin: 0 0 1em 0;
  line-height: 1.4em;
}

p:first-child {
  margin-top: 1em;
}

a {
  color: #AE2573;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.main-surround {
  float: left;
  width: 100%;
}

#main {
  position: relative;
  z-index: 100;
}
#main section, #main .content {
  z-index: 99;
}

h3 {
  color: #AE2573;
  font-size: 1.27778em;
  margin-bottom: 5px;
}

h4 {
  margin-bottom: 10px;
  color: #AE2573;
}

h4:first-child {
  margin-top: 0;
}

article p + h3,
article p + h4 {
  margin-top: 60px;
}

article h4 + p {
  font-size: 1em;
}

.h-16-tertiary {
  color: #666666;
  font-size: 0.88889em;
  margin-bottom: 0;
}

.page-header {
  font-size: 3.11111em;
  color: #AE2573;
  margin: 44px 0;
}

.page-sub-header {
  font-size: 2.77778em;
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: normal;
}

.page-header + .page-sub-header {
  margin-top: -64px;
}

.lead-paragraph {
  font-size: 1.66667em;
  color: #333;
  margin-top: 0;
  margin-bottom: 30px;
}

.lead-summary {
  font-size: 1.66667em;
}

.lead-paragraph + .lead-summary {
  margin-top: -1em;
}

.pipe-separated {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.pipe-separated {
  *zoom: 1;
  display: block;
}
.pipe-separated:before, .pipe-separated:after {
  content: "";
  display: table;
}
.pipe-separated:after {
  clear: both;
}
.pipe-separated li {
  float: left;
  display: block;
  border-left: 1px solid #333333;
  padding-left: 8px;
  margin-right: 8px;
}
.pipe-separated li:first-child {
  padding-left: 0;
  border-left: 0;
}

ul.no-bullets {
  padding-left: 0;
  margin-left: 0;
}
ul.no-bullets li {
  list-style-type: none;
}

article ul li ul li {
  list-style-type: disc;
}

.cta {
  color: #FFF;
  background: #AE2573;
  display: block;
  padding: 10px 35px;
  line-height: 1em;
}

.x-large-cta {
  font-size: 1.55556em;
  padding: 12px 20px;
  border-radius: 7px;
}

section {
  position: relative;
}
section {
  *zoom: 1;
  display: block;
}
section:before, section:after {
  content: "";
  display: table;
}
section:after {
  clear: both;
}

.hidden-element {
  position: absolute;
  left: -10000px;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.float-left {
  display: block;
  float: left;
}

.float-right {
  display: block;
  float: right;
}

.clear {
  clear: both;
}

.alt-bg {
  background-color: #666666;
}

.cutout {
  background-color: #F5F5F5;
}
.cutout + .cutout {
  margin-top: 5px;
}

.highlight {
  font-weight: bold;
  color: #AE2573;
}

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

input[type="text"] {
  border: 1px solid #CECECE;
  padding: 5px;
}

.image-and-text {
  width: 220px;
  margin-bottom: 1em;
  float: left;
  margin-right: 10px;
}
.image-and-text img {
  width: 100%;
  height: auto;
  margin: 0;
  float: left;
}
.image-and-text .text {
  background-color: #666666;
  float: left;
  width: 90%;
  padding: 10px 5%;
  margin: 0;
  border-top: 2px solid #CC3366;
}
.image-and-text .text h3, .image-and-text .text p, .image-and-text .text a {
  color: #fff;
}
.image-and-text .text h3 {
  font-size: 1.5em;
  margin-top: 0;
}
.image-and-text .text p {
  font-size: 1em;
  margin-top: 0;
}
.image-and-text .text a.readmore {
  background-color: #000000;
  padding: 10px;
  font-size: 1em;
}
.image-and-text .text .left {
  float: left;
}
.image-and-text .text .right {
  float: right;
}

.product-description {
  float: left;
  width: 65%;
}
.product-description .image-and-text {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}

.additional-products {
  float: left;
  width: 65%;
}

.call {
  font-size: 1.3em;
  font-weight: bold;
}

.article-side-content .scfEmailBorder, .article-side-content .scfSingleLineTextBorder {
  margin-bottom: 0 !important;
}
.article-side-content .scfCheckBoxListBorder, .article-side-content .scfCheckBoxListGeneralPanel {
  margin-bottom: 10px !important;
}
.article-side-content .scfDropListLabel, .article-side-content .scfEmailLabel, .article-side-content .scfMultipleLineTextLabel, .article-side-content .scfSingleLineTextLabel, .article-side-content .scfPasswordLabel, .article-side-content .scfNumberLabel, .article-side-content .scfDatePickerLabel, .article-side-content .scfDateLabel, .article-side-content .scfRadioButtonListLabel, .article-side-content .scfCheckBoxListLabel, .article-side-content .scfListBoxLabel, .article-side-content .scfFileUploadLabel, .article-side-content .scfDateSelectorLabel, .article-side-content .scfCreditCardLabel, .article-side-content .scfConfirmPasswordLabel, .article-side-content .scfCaptchaLabel, .article-side-content .scfTelephoneLabel, .article-side-content .scfSmsTelephoneLabel {
  display: block;
  float: left;
  padding: 3px 0;
  width: 80%;
}

.rtl {
  direction: rtl !important;
  unicode-bidi: embed !important;
  text-align: right !important;
}

.content {
  width: 940px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}
.content {
  *zoom: 1;
  display: block;
}
.content:before, .content:after {
  content: "";
  display: table;
}
.content:after {
  clear: both;
}

.grid-block {
  padding: 0 0 40px 0;
  clear: both;
}
.grid-block {
  *zoom: 1;
  display: block;
}
.grid-block:before, .grid-block:after {
  content: "";
  display: table;
}
.grid-block:after {
  clear: both;
}

.grid-10-gutter {
  margin-left: -10px;
  padding-left: 0;
  padding-bottom: 0;
}
.grid-10-gutter {
  *zoom: 1;
  display: block;
}
.grid-10-gutter:before, .grid-10-gutter:after {
  content: "";
  display: table;
}
.grid-10-gutter:after {
  clear: both;
}
.grid-10-gutter .grid-block-content {
  margin: 0 0 10px 10px;
}

.grid-15-gutter {
  margin-left: -15px;
  padding-left: 0;
  padding-bottom: 0;
}
.grid-15-gutter {
  *zoom: 1;
  display: block;
}
.grid-15-gutter:before, .grid-15-gutter:after {
  content: "";
  display: table;
}
.grid-15-gutter:after {
  clear: both;
}
.grid-15-gutter .grid-block-content {
  margin: 0 0 15px 15px;
}

.grid-20-gutter {
  margin-left: -20px;
}
.grid-20-gutter {
  *zoom: 1;
  display: block;
}
.grid-20-gutter:before, .grid-20-gutter:after {
  content: "";
  display: table;
}
.grid-20-gutter:after {
  clear: both;
}
.grid-20-gutter .grid-block-content {
  margin: 0 0 20px 20px;
}

.grid-30-gutter {
  margin-left: -30px;
}
.grid-30-gutter {
  *zoom: 1;
  display: block;
}
.grid-30-gutter:before, .grid-30-gutter:after {
  content: "";
  display: table;
}
.grid-30-gutter:after {
  clear: both;
}
.grid-30-gutter .grid-block-content {
  margin: 0 0 30px 30px;
}

.grid-45-gutter {
  margin-left: -45px;
}
.grid-45-gutter {
  *zoom: 1;
  display: block;
}
.grid-45-gutter:before, .grid-45-gutter:after {
  content: "";
  display: table;
}
.grid-45-gutter:after {
  clear: both;
}
.grid-45-gutter .grid-block-content {
  margin: 0 0 45px 45px;
}

.margin-top-45 {
  margin-top: 45px;
}

.site-nav .active a {
  color: #AE2573;
}

.breadcrumbs ul {
  margin: 35px 0 0 0;
}
.breadcrumbs li {
  font-size: 0.77778em;
  font-weight: bold;
}
.breadcrumbs li a {
  display: block;
  font-weight: normal;
}

.paging {
  display: block;
  list-style-type: none;
  float: right;
  padding: 0;
  margin: 0 0px 15px 30px;
}
.paging a, .paging span {
  display: block;
  float: left;
  display: block;
  margin-left: 10px;
  background: #AE2573;
  color: #FFF;
  padding: 0 5px;
}
.paging span {
  background: #666666;
}
.paging span:first-child,
.paging a:first-child,
.paging span:last-child,
.paging a:last-child,
.paging .no-bg {
  background: none;
  color: #AE2573;
}
.paging a.aspNetDisabled {
  display: none;
}
.paging .prev a,
.paging .next a {
  background: none;
  color: #AE2573;
}

.paging-total {
  float: left;
  margin: 0 0 15px 0;
  width: 100%;
}

.listing {
  overflow: hidden;
  padding: 0;
  list-style-type: none;
}
.listing > li {
  padding: 20px 0;
  border-top: 1px dotted #999;
}
.listing > li {
  *zoom: 1;
  display: block;
}
.listing > li:before, .listing > li:after {
  content: "";
  display: table;
}
.listing > li:after {
  clear: both;
}
.listing > li:first-child {
  border-top: 0;
}

.listing-image {
  float: left;
  display: block;
  margin-right: 20px;
}

.listing-content {
  overflow: hidden;
}
.listing-content p {
  margin: 0 0 0.5em;
}

.listing-heading {
  color: #AE2573;
  font-size: 1.27778em;
  margin: 0;
  margin-bottom: 0.5em;
}
.listing-heading + p {
  margin-top: 0;
}

p.price {
  color: #AE2573;
  font-weight: bold;
}

.listing-heading.product-title {
  float: left;
  width: 100%;
}

.product-phone {
  width: 50%;
  float: left;
  color: #000;
  font-weight: bold;
}

.product-price {
  float: left;
  width: 100%;
  color: #AE2573;
  font-size: 1.22222em;
  font-weight: bold;
  text-align: right;
}

.listing-sub-heading {
  color: #666;
  font-size: 1.27778em;
  font-weight: normal;
  margin-top: 0;
}

.product-link {
  float: right;
  margin: 0;
  padding: 0;
}

.listing-important {
  font-weight: bold;
}

.listing-taxonomy li {
  border-color: #333;
}

.listing-meta-info {
  margin-top: 5px;
}

.search-results-label {
  margin-left: -79px;
}

.empty-listing,
.search-listing {
  min-height: 500px;
}

.empty-listing {
  margin-left: 20px;
}
.empty-listing h2 {
  color: #AE2573;
  font-size: 1.66667em;
}
.empty-listing p {
  font-size: 1.33333em;
}

.contact-list li {
  position: relative;
}

.contact-address {
  position: absolute;
  top: 20px;
  left: 0;
  width: 220px;
  margin-right: 20px;
}
.contact-address p:first-child {
  margin-top: 0;
}

.contact-map {
  margin-left: 240px;
}

.contact-number + .contact-number {
  margin-top: -1em;
}

.article-wrap {
  padding-left: 80px;
  padding-right: 160px;
}
.article-wrap > header:first-child {
  margin-top: 60px;
}
.article-wrap.wide {
  padding: 0 40px;
}

.side-content + .article-wrap,
.after-side-nav {
  padding-left: 160px;
  padding-left: 20px;
  overflow: hidden;
  padding-right: 80px;
}

.right-side-content + .article-wrap {
  padding-right: 240px;
  padding-left: 20px;
  overflow: hidden;
}

.full-page-wrap {
  padding-left: 80px;
}

.side-content + .full-page-wrap {
  overflow: hidden;
  padding: 0 20px;
}

iframe {
  border: none !important;
}

.generic-listing {
  clear: both;
  margin: 0 80px 0 160px;
}
.generic-listing thead tr {
  background: transparent;
  font-weight: bold;
}
.generic-listing thead tr td {
  border: 0;
}
.generic-listing td {
  padding: 15px 20px 15px 0;
  border-top: 1px #CCC dotted;
}

.article-wrap .generic-listing {
  margin: 0;
}

.side-content {
  padding: 0;
  width: 140px;
  margin-top: 110px;
  float: left;
}
.side-content + article {
  overflow: hidden;
}
.side-content .side-content {
  position: static;
  float: none;
  margin: 0 0 30px 0;
}

.right-side-content {
  position: absolute;
  left: auto;
  right: 0px;
  width: 230px;
  margin-right: 0;
}

.sub-nav {
  padding: 0;
}

.listing-filter {
  clear: both;
  margin-top: 0;
  overflow: hidden;
  margin: 20px 0;
}
.listing-filter table {
  float: left;
  width: 80%;
}
.listing-filter table tr {
  display: inline-block;
  float: left;
  width: 33.333%;
}
.listing-filter table td {
  vertical-align: middle;
  height: 34px;
}
.listing-filter label {
  display: inline;
  font-size: 1em;
  color: #AE2573;
  font-weight: bold;
  line-height: 1em;
  margin-left: 0.5em;
}
.listing-filter input[type="checkbox"] {
  margin-right: 10px;
}
.listing-filter input[type="checkbox"] + label {
  font-weight: normal;
  font-size: 1em;
  color: #333333;
}
.listing-filter .form-line {
  clear: both;
  margin-top: 20px;
}
.listing-filter select {
  width: 100%;
}
.listing-filter .form-submit {
  float: right;
}
.listing-filter .form-submit.inline {
  float: none;
}

.listing-filter-heading {
  clear: both;
  margin: 0 0 0.5em 0;
  font-weight: bold;
  font-size: 0.8em;
}

.listing-filter-select {
  max-width: 150px;
}

.form-submit {
  background: #EFEFEF url("../../img/bg-grey-gradient.png") 0 0 repeat-x;
  color: #AE2573;
  border: 1px solid #CECECE;
  border-radius: 2px;
  padding: 5px 20px;
}

.event-filter {
  margin-top: 130px;
}
.event-filter label {
  font-size: 1em;
}

.key {
  line-height: 20px;
}
.key {
  *zoom: 1;
  display: block;
}
.key:before, .key:after {
  content: "";
  display: table;
}
.key:after {
  clear: both;
}
.key span {
  display: block;
  float: left;
  border: 1px solid #AE2573;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.key span.white {
  background: #FFF;
}
.key span.primary {
  background: #AE2573;
}
.key span.primary-light {
  background: #DFD5E8;
}

article {
  margin-bottom: 45px;
}

.number-cta {
  font-weight: bold;
  color: #CC0000;
  margin-bottom: 60px;
}
.number-cta p {
  margin: 0;
  font-size: 1.27778em;
}
.number-cta .number {
  font-weight: normal;
  font-size: 6.38889em;
  line-height: 1em;
  color: #AE2573;
}

article ~ .number-cta p {
  margin: 0;
  font-size: 1em;
}
article ~ .number-cta .number {
  font-weight: normal;
  font-size: 3.11111em;
  line-height: 1em;
  color: #AE2573;
}

.article-image {
  position: relative;
  margin-bottom: 20px;
}
.article-image img {
  display: block;
  max-width: 100%;
}
.article-image.float-right {
  margin-right: -80px;
  /*changed from -160px as this was sitting outside the site wrapper and causing horizontal scrolling*/
  margin-left: 20px;
  clear: right;
}
.article-image figcaption, .article-image .figcaption {
  background: #AE2573;
  color: #FFF;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.article-image figcaption p, .article-image .figcaption p {
  margin: 15px;
}

.extra-info {
  padding-top: 40px;
  padding-bottom: 40px;
}
.extra-info ul, .extra-info p {
  margin: 0 40px 0 0;
}
.extra-info h2 {
  font-size: 1.27778em;
}
.extra-info h3 {
  font-size: 1em;
}
.extra-info .extra-info-header {
  margin: 0;
  font-size: 1em;
}

.mega-cta {
  margin-bottom: 40px;
  margin-left: -20px;
}
.mega-cta {
  *zoom: 1;
  display: block;
}
.mega-cta:before, .mega-cta:after {
  content: "";
  display: table;
}
.mega-cta:after {
  clear: both;
}
.mega-cta a {
  display: block;
  float: left;
  margin: 0 0 20px 20px;
}

#main .site-search {
  float: left;
}

.site-search {
  margin: 20px 0 0 0;
  position: relative;
}
.site-search label {
  font-weight: bold;
}
.site-search input[type="text"] {
  border: 0;
  border-bottom: 1px solid #333333;
  background: none;
  float: left;
  padding: 3px 0;
  height: 16px;
  width: 128px;
  margin: 0 22px 0 0;
}
.site-search input[type="submit"] {
  background: url("../../img/icon-search.png") 0 50% no-repeat;
  border: 0;
  padding: 0;
  text-indent: 100%;
  overflow: hidden;
  width: 15px;
  height: 19px !important;
  position: absolute;
  right: 0;
  top: 0;
}

#main .extra-info .site-search label {
  float: left;
  margin: 0 10px 0 0;
}

#main .extra-info .site-search input[type="submit"] {
  position: relative;
}

.site-header .site-search {
  margin: 0;
  font-size: 0.88889em;
  margin: 9px 0;
}
.site-header .site-search input[type="submit"] {
  height: auto;
}

.re-search {
  margin-left: -79px;
  margin-top: 15px;
}

header .site-search {
  margin-right: 20px;
}

header .site-search,
header .my-account {
  float: left;
}

.four-oh-four {
  font-size: 11.11111em;
  line-height: 1em;
  margin: 0 !important;
  overflow: hidden;
  margin: 15px 0;
}
.four-oh-four span {
  color: #FFF;
  display: block;
  float: left;
  text-align: center;
  width: 220px;
  height: 220px;
  line-height: 220px;
  background: url("../../img/bg-black-circle.png") 0 0 no-repeat;
}
.four-oh-four + h2 {
  font-size: 2.77778em;
  font-weight: normal;
  margin-top: 0;
}
.four-oh-four + h2 + p {
  font-size: 1.66667em;
}

.image-gallery {
  clear: both;
  margin-left: -20px;
  margin-bottom: 25px;
}
.image-gallery {
  *zoom: 1;
  display: block;
}
.image-gallery:before, .image-gallery:after {
  content: "";
  display: table;
}
.image-gallery:after {
  clear: both;
}

.image-gallery:first-child .gallery-heading {
  margin-top: 0;
}

.image-gallery-block {
  float: left;
  width: 33.333%;
}
.image-gallery-block a {
  margin-left: 20px;
  margin-bottom: 20px;
  display: block;
  height: 143px;
  overflow: hidden;
}
.image-gallery-block img {
  max-width: 100%;
  display: block;
}

.gallery-heading {
  margin-left: 20px;
}

.gallery-sub-heading {
  margin-bottom: 10px;
  margin-left: 20px;
}

.large-image-gallery {
  overflow: hidden;
  margin: 40px 0;
}
.large-image-gallery .main-image {
  width: 550px;
  height: 308px;
  overflow: hidden;
  float: left;
}
.large-image-gallery .main-image img {
  max-width: 100%;
}
.large-image-gallery .image-grid {
  float: left;
  width: 300px;
}
.large-image-gallery .image-grid .image-grid-item {
  margin: 0 0 10px 10px;
  width: 90px;
  height: 96px;
  overflow: hidden;
  float: left;
}
.large-image-gallery .image-grid .image-grid-item img {
  max-height: 100%;
}

footer {
  padding: 40px 0 60px 0;
  float: left;
  width: 100%;
  border-top: solid 1px #D1D1BC;
}

.footer-wide {
  float: left;
  width: 100%;
}

.footer-heading,
footer ul,
footer p {
  margin-top: 0;
  line-height: 1.5em;
  font-size: 0.88889em;
  margin-right: 10px;
}

.footer-heading {
  margin-bottom: 0;
}

.footer-logo {
  float: left;
  margin: 0 25px 0 0;
}

.footer-after-logo {
  overflow: hidden;
}

.prec {
  font-weight: bold;
}
.prec a {
  font-weight: normal;
}

#modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9000;
}

#modal-info-window {
  display: none;
  background: #FFF;
  position: fixed;
  top: 30%;
  left: 50%;
  z-index: 9000;
  width: 520px;
  margin-left: -260px;
  margin-top: -180px;
  text-align: center;
  border-radius: 5px;
  padding: 8px 8px 12px 8px;
  overflow: hidden;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.5);
}

#modal-close {
  display: inline-block;
  margin: 30px 0;
}

.modal-heading {
  background: #F4F3F0;
  border-bottom: 1px solid #E1E1E1;
  margin: -8px -8px 20px -8px;
  font-size: 3.33333em;
  padding: 8px;
}

.modal-sub-heading {
  padding: 0 20px;
  font-size: 1.22222em;
  font-weight: normal;
  margin: 0;
}

#map.gmap {
  width: 700px;
  height: 350px;
  margin: 10px 10px 10px 0px;
  border: 2px groove #ddd;
}

.gmapSmall {
  height: 400px;
}

.share-button {
  position: relative;
  padding-left: 30px;
  background: url("../../img/icon-share-housing.png") 0 10px no-repeat;
  font-weight: bold;
  float: left;
  padding-top: 10px;
  margin-bottom: 15px;
  margin-left: 623px;
}

.print-button {
  float: left;
}

.print-button a {
  float: left;
  font-weight: bold;
  margin-bottom: 15px;
  margin-left: 20px;
  margin-top: 10px;
  padding-left: 30px;
  padding-top: 0;
  position: relative;
  background: url("../../img/icon-print-housing.png") 0 0 no-repeat;
  color: #333;
}

.share-callout {
  display: none;
  position: absolute;
  top: -30px;
  right: -70px;
  width: 100px;
  background: #FFF;
  border: 3px solid #D2D2BC;
  border-radius: 3px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  padding: 0 4px 4px;
}

.share-button:hover .share-callout,
.share-callout:hover {
  display: block;
}

.small-calendar {
  overflow: auto;
  border: 1px solid #cfcfcf;
  padding: 10px;
}
.small-calendar .calendar-weeks {
  overflow: auto;
  border: 1px solid #0076A8;
}
.small-calendar .calendar-heading {
  overflow: auto;
  margin-bottom: 5px;
}
.small-calendar .calendar-heading .current-date {
  float: left;
}
.small-calendar .calendar-heading .calendar-controls {
  float: right;
}
.small-calendar .calendar-heading .prev, .small-calendar .calendar-heading .next {
  float: left;
  margin: 0 0 3px 3px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  width: 20px;
  height: 20px;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  background: #EFEFEF url(../../img/calendar-controls.png) 8px 50% no-repeat;
}
.small-calendar .calendar-heading .next {
  background: #EFEFEF url(../../img/calendar-controls.png) -8px 50% no-repeat;
}
.small-calendar .calendar-heading .prev:hover, .small-calendar .calendar-heading .next:hover {
  border: 1px solid #c3c3c3;
  background: #FAFAFA url(../../img/calendar-controls.png) 8px 50% no-repeat;
}
.small-calendar .calendar-heading .next:hover {
  background: #FAFAFA url(../../img/calendar-controls.png) -8px 50% no-repeat;
}
.small-calendar .calendar-week > div {
  text-align: center;
  width: 14.286%;
}
.small-calendar .calendar-week > div a {
  display: block;
  border: 1px solid #FFF;
}
.small-calendar .calendar-week > div.today a {
  border: 1px solid #AE2573;
}
.small-calendar .calendar-week > div.grey a {
  color: #333333;
}
.small-calendar .calendar-week > div.selected a {
  background: #ded5e6;
  border: 1px solid #AE2573;
}
.small-calendar .calendar-week > div.events a {
  color: #FFF;
  background: #AE2573;
  border: 0;
}

#cookies {
  background: #e7e7db;
  padding: 20px 0;
  position: relative;
  top: -18px;
  z-index: 100;
  font-size: 0.778em;
  overflow: hidden;
}
#cookies .main-outer {
  width: 940px;
  margin: 0 auto;
}
#cookies p {
  margin: 0;
}

#cookies-more-info {
  margin-top: 10px;
}

.cookie-info {
  float: left;
  width: 90%;
}

#close-cookies {
  width: 50px;
  height: 50px;
  display: block;
  background: url(../../img/button-accept.png) 0 0 no-repeat;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  float: left;
}

.accordion-block {
  background: #FBFBFB;
  border: 1px solid #e1e1e1;
  margin-bottom: 20px;
  float: left;
  width: 99.7%;
}

.accordion-block-header {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: url(../../img/accordion-open.png) 100% 50% no-repeat;
  float: left;
  width: 100%;
}

.accordion-block.open .accordion-block-header {
  background: url(../../img/accordion-close.png) 100% 50% no-repeat;
}

.accordion-heading {
  color: #AE2573;
  float: left;
  line-height: 40px;
  margin: 20px 30px 0 80px;
  padding: 0 0 20px;
}

.faq-number {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  background: #d9d8c4;
  margin: 20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  font-size: 1.5em;
  font-weight: bold;
  border-radius: 50px;
  float: left;
}

.page-content.no-side .accordion-block-content, .accordion-block-content {
  clear: both;
  padding: 0 20px 20px 20px;
  margin: 0;
  float: left;
  width: 90%;
}

.goog-te-gadget-icon {
  display: none;
}

.goog-te-gadget {
  margin: 6px 0 6px 8px;
}

.goog-te-gadget-simple {
  border: 0 !important;
}

.goog-te-menu-value {
  position: relative;
  padding-right: 8px;
}
.goog-te-menu-value span {
  border: 0 !important;
  color: #AE2573 !important;
  font-size: 14px;
  font-family: Calibri, Arial, Helvetica, sans-serif;
}
.goog-te-menu-value span:last-child {
  text-indent: 100%;
  overflow: hidden;
  background: url("../../img/bg-purple-bump.png") 0 50% no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}

.contact-widget {
  float: left;
  width: 120px;
  position: relative;
}
.contact-widget img {
  display: block;
}

.contact-widget:before,
.contact-widget:after {
  content: "";
  display: table;
}

.contact-widgt:after {
  clear: both;
}

.contact-widget {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

.contact-widget-title {
  background: #AE2573;
  color: #FFF;
  padding: 10px;
  margin: 0;
}

.contact-widget-cta {
  display: block;
  position: relative;
  width: 58px;
  height: 58px;
  float: left;
  border: 1px solid #AE2573;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.contact-widget-cta.phone {
  background: url(../../img/icon-phone.png) 50% 50% no-repeat;
}
.contact-widget-cta.email {
  background: url(../../img/icon-mail.png) 50% 50% no-repeat;
}
.contact-widget-cta + .contact-widget-cta {
  border-left: 0;
  width: 59px;
}

.contact-widget-callout {
  color: #FFF;
  font-size: 1.33333em;
  position: absolute;
  bottom: -119px;
  left: 0;
  margin: 0;
  display: none;
  background: url(../../img/bg-purple-bump-up.png) 25px 5px no-repeat;
  white-space: nowrap;
}
.contact-widget-callout .inner {
  margin-top: 10px;
  padding: 10px;
  display: block;
  background: #AE2573;
}

.contact-widget-hover:hover + .contact-widget-callout {
  display: block;
}

.contact-widget-callout:hover {
  display: block;
}

.contact-widget-hover.email + .contact-widget-callout {
  background: url(../../img/bg-purple-bump-up.png) 85px 5px no-repeat;
}
.contact-widget-hover.email + .contact-widget-callout a {
  color: #FFF;
}

.article-side-content {
  background: #FFF;
  float: right;
  clear: right;
  width: 180px;
  padding: 15px;
  margin: 0 0 30px 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}
.article-side-content header:first-child {
  padding: 15px;
  margin: -15px -15px 20px -15px;
  border-bottom: 1px solid #CCCCCC;
}
.article-side-content .article-side-content-heading {
  margin: 0;
  font-size: 1.05556em;
}
.article-side-content .lead-paragraph {
  font-size: 1.05556em;
  font-weight: bold;
  margin: 0;
}
.article-side-content ul {
  margin: 0;
}
.article-side-content .no-bullets li {
  margin-bottom: 15px;
  font-size: 0.83333em;
}

.side-form {
  background: #AE2573;
}
.side-form header:first-child {
  border: 0;
  margin-bottom: 0;
}
.side-form .article-side-content-heading,
.side-form .scfTitleBorder {
  margin: 0;
  font-size: 1.05556em;
  color: #FFF;
  text-transform: uppercase;
}
.side-form .lead-paragraph,
.side-form .scfIntroBorder {
  color: #FFF;
  font-weight: normal;
  font-size: 0.77778em;
}
.side-form label,
.side-form .scfCheckBoxListLabel {
  display: block;
  color: #FFF;
  font-weight: bold;
  font-size: 0.83333em;
  line-height: 1em;
  clear: both;
  margin-bottom: 5px;
}
.side-form label.float-left {
  margin-right: 10px;
  font-weight: normal;
  clear: none;
}
.side-form input {
  margin-bottom: 10px;
  width: 100%;
}
.side-form input[type=checkbox] {
  width: auto;
  margin-right: 5px;
}
.side-form .scfDropListBorder, .side-form .scfEmailBorder, .side-form .scfMultipleLineTextBorder, .side-form .scfSingleLineTextBorder, .side-form .scfPasswordBorder, .side-form .scfNumberBorder, .side-form .scfDatePickerBorder, .side-form .scfDateBorder, .side-form .scfRadioButtonListBorder, .side-form .scfListBoxBorder, .side-form .scfCheckBoxListBorder, .side-form .scfFileUploadBorder, .side-form .scfDateSelectorBorder, .side-form .scfCreditCardBorder, .side-form .scfConfirmPasswordBorder, .side-form .scfCaptchaBorder, .side-form .scfTelephoneBorder, .side-form .scfSmsTelephoneBorder {
  margin-left: 0;
  position: relative;
  margin-bottom: 10px !important;
}
.side-form .scfEmailGeneralPanel, .side-form .scfMultipleLineGeneralPanel, .side-form .scfSingleLineGeneralPanel, .side-form .scfPasswordGeneralPanel, .side-form .scfNumberGeneralPanel, .side-form .scfDatePickerGeneralPanel, .side-form .scfDateGeneralPanel, .side-form .scfRadioButtonListGeneralPanel, .side-form .scfCheckBoxListGeneralPanel, .side-form .scfFileUploadGeneralPanel, .side-form .scfDateSelectorGeneralPanel, .side-form .scfCreditCardGeneralPanel, .side-form .scfConfirmPasswordGeneralPanel, .side-form .scfCaptchaGeneralPanel, .side-form .scfTelephoneGeneralPanel, .side-form .scfSmsTelephoneGeneralPanel {
  width: auto;
  overflow: hidden;
}
.side-form .scfRequired,
.side-form .scfValidatorRequired {
  position: absolute;
  top: 2px;
  right: 0;
  margin: 0;
  color: #FFF;
}
.side-form .scfForm input[type="text"], .side-form .scfForm textarea {
  border-radius: 0;
  border: 0;
  padding: 2px;
}
.side-form .scfCheckBoxListGeneralPanel {
  width: 100%;
  padding: 0;
}
.side-form .scfCheckBoxList {
  border-collapse: collapse;
  margin: 0;
}
.side-form .scfCheckBoxList tr td {
  width: 100%;
}
.side-form .scfCheckBoxList tr td label {
  font-size: 0.83333em;
  display: inline;
  font-weight: normal;
  font-family: Calibri, Arial, Helvetica, sans-serif;
}
.side-form .scfError, .side-form .scfValidationSummary {
  color: #FFF !important;
}
.side-form .scfValidationSummary {
  font-size: 0.83333em;
}

.scfValidationSummary *, span.scfValidatorRequired, span.scfValidator {
  color: #ff0000;
}

.article-side-content + .article-side-content {
  margin-bottom: 40px;
}

.ui-datepicker {
  background: #FFF;
  border: 1px solid #CFCFCF;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.ui-datepicker-prev,
.ui-datepicker-next {
  float: left;
  margin: 0 0 3px 3px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  width: 20px;
  height: 20px;
  border: 1px solid #CFCFCF;
  border-radius: 2px;
  background: #EFEFEF url(../../img/calendar-controls.png) 8px 50% no-repeat;
}

.ui-datepicker-next {
  background: #EFEFEF url(../../img/calendar-controls.png) -8px 50% no-repeat;
}

.ui-datepicker-header {
  overflow: hidden;
}

.ui-datepicker-title {
  float: right;
}

.ui-datepicker-calendar {
  border: 1px solid #0076A8;
}
.ui-datepicker-calendar td {
  text-align: center;
  width: 14.286%;
}
.ui-datepicker-calendar td a {
  display: block;
}

.ui-state-active {
  background: #DED5E6;
  border: 1px solid #8E3A80;
}

.ui-state-highlight {
  border: 1px solid #8E3A80;
}

.skipToContent {
  position: fixed;
  padding: 3px 10px;
  left: 0;
  top: -999px;
  z-index: 9999;
}
.skipToContent:focus {
  top: 5px;
}

.scfRadioButtonListGeneralPanel .scfRadioButtonList label {
  font-size: 0.8em;
  font-weight: bold;
  margin-left: 1em;
}

/* Cookies Bar*/
#cookies {
  display: none;
  float: left;
  min-width: 100%;
  border-bottom: 1px solid #E5E5E5;
}

#cookies .main {
  clear: both;
}

#cookies .main a {
  font-weight: bold;
}

#cookies .main div.button a {
  color: #67787B;
  margin-bottom: 15px;
}

#cookies-more-info {
  display: none;
}

.right-button {
  float: right;
}

div.button.right-button a {
  margin-right: 0;
}

.scfForm input,
.scfForm select,
.scfForm textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: Calibri, Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
  margin-right: 10px;
}

.scfForm input[type="text"],
.scfForm textarea {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 5px 10px;
}

.scChromeDataHolder {
  display: block;
}

.scfForm textarea {
  resize: none;
}

/* Form */
.scfForm {
  height: 100%;
  width: 100%;
  text-align: left;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  line-height: 1.4em;
}

/* Form Title*/
.scfTitleBorder {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000000;
  font-family: Arial,Tahoma,Helvetica,sans-serif;
  font-size: 1.8em;
  line-height: 1.1em;
  margin: 5px 0pt;
  text-decoration: none;
  font-weight: bold;
}

/* Form Introduction*/
/* Form Footer*/
/* Submit Button*/
.scfSubmitButtonBorder {
  margin-left: 160px;
}

.scfSubmitButton {
  background: #EFEFEF url("../../img/bg-grey-gradient.png") 0 0 repeat-x;
  color: #5D2C8C;
  border: 1px solid #CECECE;
  border-radius: 2px;
  padding: 5px 20px;
  font-family: Calibri, Arial, Helvetica, sans-serif;
}

/* Error */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .contact-widget-callout {
    bottom: -58px;
  }
}
/* Validation */
.scfValidationSummary {
  margin-left: 20px;
  font-family: Calibri, Arial, Helvetica, sans-serif;
}

.scfValidatorRequired, .scfRequired {
  margin: 0px 10px;
  float: left;
}

.scfValidator {
  margin: 0px;
  display: block;
  float: left;
  font-family: Calibri, Arial, Helvetica, sans-serif;
}

/* Forms section*/
.scfSectionBorderAsFieldSet {
  border: 0;
  padding: 0;
}

.scfSectionLegend {
  color: #AE2573;
  font-size: 1.667em;
  /*30/18*/
  border: 0;
  font-weight: bold;
  text-decoration: none;
  font-family: Calibri, Arial, Helvetica, sans-serif;
  padding: 25px 0;
  float: left;
  width: auto;
}

.scfSectionBorder {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.scfSectionContent {
  width: 100%;
  float: left;
}

.scfSectionUsefulInfo {
  width: 100%;
  /*padding: 5px 0px 0px 20px;*/
  vertical-align: top;
  display: inline;
}

/* Form fields */
/* Checkbox */
.scfCheckboxBorder {
  clear: left;
  text-align: left;
  display: block;
  margin: 5px 0px;
  width: 100%;
}

.scfCheckbox {
  width: 90%;
  display: block;
  padding: 0px 0px;
  margin: 0px;
}

.scfCheckboxUsefulInfo {
  font-size: 0.9em;
  display: block;
  width: 90%;
  padding: 0px 3px;
}

/* Label */
.scfLabel {
  width: 100%;
  display: block;
}

.scfListBox, .scfDropList {
  width: 100%;
  margin: 0px;
}

.scfListBoxGeneralPanel, .scfDropListGeneralPanel {
  width: 60%;
  display: block;
  float: left;
}

.scfMultipleLineTextBox {
  width: 100%;
  margin: 0px;
}

.scfDropListBorder, .scfEmailBorder, .scfMultipleLineTextBorder, .scfSingleLineTextBorder, .scfPasswordBorder, .scfNumberBorder, .scfDatePickerBorder, .scfDateBorder, .scfRadioButtonListBorder, .scfListBoxBorder, .scfCheckBoxListBorder, .scfFileUploadBorder, .scfDateSelectorBorder, .scfCreditCardBorder, .scfConfirmPasswordBorder, .scfCaptchaBorder, .scfTelephoneBorder, .scfSmsTelephoneBorder {
  clear: left;
  text-align: left;
  display: block;
  margin: 0 0 40px 0px;
  overflow: auto;
  width: 100%;
  vertical-align: top;
}

.side-content + .article-wrap .scfDropListBorder, .side-content + .article-wrap .scfEmailBorder, .side-content + .article-wrap .scfMultipleLineTextBorder, .side-content + .article-wrap .scfSingleLineTextBorder, .side-content + .article-wrap .scfPasswordBorder, .side-content + .article-wrap .scfNumberBorder, .side-content + .article-wrap .scfDatePickerBorder, .side-content + .article-wrap .scfDateBorder, .side-content + .article-wrap .scfRadioButtonListBorder, .side-content + .article-wrap .scfListBoxBorder, .side-content + .article-wrap .scfCheckBoxListBorder, .side-content + .article-wrap .scfFileUploadBorder, .side-content + .article-wrap .scfDateSelectorBorder, .side-content + .article-wrap .scfCreditCardBorder, .side-content + .article-wrap .scfConfirmPasswordBorder, .side-content + .article-wrap .scfCaptchaBorder, .side-content + .article-wrap .scfTelephoneBorder, .side-content + .article-wrap .scfSmsTelephoneBorder {
  margin: 0 0 40px 0;
}

.scfEmailTextBox, .scfSingleLineTextBox, .scfPasswordTextBox, .scfNumberTextBox, .scfDatePickerTextBox, .scfDateTextBox, .scfRadioButtonList, .scfListBox, .scfCheckBoxList, .scfFileUpload, .scfCreditCardTextBox, .scfCreditCardType, .scfConfirmPasswordTextBox, .scfTelephoneTextBox, .scfSmsTelephoneTextBox {
  width: 100%;
  margin: 0px;
}

.scfDropListLabel, .scfEmailLabel, .scfMultipleLineTextLabel, .scfSingleLineTextLabel, .scfPasswordLabel, .scfNumberLabel, .scfDatePickerLabel, .scfDateLabel, .scfRadioButtonListLabel, .scfCheckBoxListLabel, .scfListBoxLabel, .scfFileUploadLabel, .scfDateSelectorLabel, .scfCreditCardLabel, .scfConfirmPasswordLabel, .scfCaptchaLabel, .scfTelephoneLabel, .scfSmsTelephoneLabel {
  padding: 3px 0px;
  display: block;
  font-weight: bold;
  color: #333333;
  font-size: 1em;
  font-family: Calibri, Arial, Helvetica, sans-serif;
}

.scfEmailGeneralPanel, .scfMultipleLineGeneralPanel, .scfSingleLineGeneralPanel, .scfPasswordGeneralPanel, .scfNumberGeneralPanel, .scfDatePickerGeneralPanel, .scfDateGeneralPanel, .scfRadioButtonListGeneralPanel, .scfCheckBoxListGeneralPanel, .scfFileUploadGeneralPanel, .scfDateSelectorGeneralPanel, .scfCreditCardGeneralPanel, .scfConfirmPasswordGeneralPanel, .scfCaptchaGeneralPanel, .scfTelephoneGeneralPanel, .scfSmsTelephoneGeneralPanel {
  /*margin: 0px 3px;*/
  padding: 0px 2px 0px 0px;
  width: 60%;
  display: block;
  float: left;
}

.scfDropListUsefulInfo, .scfEmailUsefulInfo, .scfMultipleLineTextUsefulInfo, .scfSingleLineTextUsefulInfo, .scfPasswordUsefulInfo, .scfNumberUsefulInfo, .scfDatePickerUsefulInfo, .scfDateUsefulInfo, .scfRadioButtonListUsefulInfo, .scfListBoxUsefulInfo, .scfCheckBoxListUsefulInfo, .scfFileUploadUsefulInfo, .scfDateSelectorUsefulInfo, .scfCreditCardTextUsefulInfo, .scfConfirmPasswordUsefulInfo, .scfCaptchaUsefulInfo, .scfTelephoneUsefulInfo, .scfSmsTelephoneUsefulInfo {
  padding-left: 3px;
  font-size: 0.778em;
  width: 100%;
  display: block;
  float: left;
}

.scfDateSelectorDay, .scfDateSelectorMonth, .scfDateSelectorYear {
  width: 30%;
  margin: 0px;
}

.scfDateSelectorLabel {
  margin-top: 7px;
}

.scfDateSelectorShortLabelDay, .scfDateSelectorShortLabelMonth, .scfDateSelectorShortLabelYear {
  padding: 0px 0px 1px 0px;
  margin: 0px;
  display: block;
  float: left;
  font-size: xx-small;
  line-height: 10px;
  width: 33%;
}

article ul {
  margin: 0px;
  padding: 1em;
}

.scfCreditCardType {
  width: 100%;
}

.scfCaptchaLabelText {
  width: 180px;
}

.scfCaptcha img {
  border: 1px solid black;
}

.scfCaptchaTextBox {
  width: 100%;
}

.scfCaptchStrongTextPanel {
  width: 180px;
  display: block;
  float: left;
}

.scfCaptchaLimitGeneralPanel {
  width: 215px;
}

.scfCaptchaLimitGeneralPanel .scfRequired, .scfCaptchaLimitGeneralPanel .scfValidatorRequired {
  float: right;
}

.scfCaptchaGeneralPanel embed {
  position: absolute;
  z-index: -10;
}

.scfCaptchaGeneralPanel td br {
  margin-top: 3px;
  margin-bottom: 5px;
}

.scfCaptchaGeneralPanel td input {
  margin-left: 20px;
}

.scfCaptchaGeneralPanel table {
  margin-top: 30px;
}

.scfShortDate {
  clear: left;
  text-align: left;
  display: block;
  margin: 5px 0px;
  vertical-align: top;
  width: 60%;
}

.scfShortText {
  margin: 0px;
  float: right;
  width: 40%;
}

.scfShortDate .scfDateSelectorLabel {
  width: 50%;
  margin-top: 0px;
}

.scfShortDate .scfDateSelectorGeneralPanel {
  width: 46%;
}

.scfShortDate .scfDateSelectorDay, .scfShortDate .scfDateSelectorShortLabelDay, .scfShortDate .scfDateSelectorShortLabelMonth, .scfShortDate .scfDateSelectorShortLabelYear {
  display: none;
}

.scfShortDate .scfDateSelectorShortLabelMonth, .scfShortDate .scfDateSelectorShortLabelYear, .scfShortDate .scfDateSelectorMonth, .scfShortDate .scfDateSelectorYear {
  width: 49%;
}

.scfShortText .scfSingleLineTextLabel {
  width: 15%;
}

.scfShortText .scfSingleLineGeneralPanel {
  width: 60%;
}

.scfShortText .scfSingleLineTextBox {
  width: 100%;
  margin: 0px;
}

.scWfmPassword {
  behavior: url(http://www.centragroup.org.uk/sitecore%20modules/shell/Web%20Forms%20for%20Marketers/themes/autocomplete.htc?v=17072012);
}

.scfDatePickerGeneralPanel input {
  border-radius: 3px !important;
  color: #5F2D8A;
  background: #EFEFEF url("../../img/bg-grey-gradient.png") 0 0 repeat-x;
  padding: 5px 10px;
  font-family: Calibri, Arial, Helvetica, sans-serif;
}

.scfDatePickerGeneralPanel .ui-icon {
  float: right;
  position: relative;
  top: -24px;
  display: block;
}

.scfFileUploadGeneralPanel input {
  font-size: 16px;
}

.sitecore-page-editor-mode .site-header {
  position: static;
}

.sitecore-page-editor-mode #main {
  margin-top: 0 !important;
}

.sidebar {
  float: left;
  width: 18%;
}
.sidebar input[type="text"] {
  float: left;
  width: 100%;
}
.sidebar input[type="text"] * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar input {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.sidebar input[type="checkbox"], .sidebar input[type="radio"] {
  float: none;
  width: auto;
  margin-right: 1em;
}
.sidebar select {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.sidebar .listing-filter-select {
  width: 100%;
  max-width: none;
}
.sidebar .listing-filter {
  margin-top: 0;
}

.searchResults {
  float: right;
  width: 79%;
  margin-top: 8px;
}
.searchResults .pipe-separated li {
  float: none;
  display: inline;
}

.side-content .sub-nav li {
  float: left;
  width: 100%;
}

.side-content .sub-nav ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.sub-navnew {
  width: 100%;
  margin: 0px auto;
  background-color: #eeeeee; /*---------------PG changed this #F5F5F5;---*/
  border-top: 3px solid #C93768;
  text-align: center;
  float: left;
}
.sub-navnew .subcontainer {
  width: 960px;
  margin: 0px auto;
}
.sub-navnew .subcontainer .subnav {
  list-style-type: none;
  float: left;
  width: 860px;
  margin: 0;
  margin-left: 91px;
}
.sub-navnew .subcontainer .subnav li {
  float: left;
  width: auto;
  border-right: 1px solid #CDCDCD;
  margin: 4px 0;
}
.sub-navnew .subcontainer .subnav li a {
  float: left;
  padding: 0px 30px 3px 30px;
  margin: 3px 10px;
  color: #3B3B3B;
}
.sub-navnew .subcontainer .subnav li:last-child {
  border-right: none;
}
.sub-navnew .subcontainer .subnav li.active > a {
  background-color: #F1E0E6;
}

.additionalcall {
  font-size: 1em;
  float: left;
}

.findOutMore {
  float: right;
}

.last-line {
  width: 100%;
  float: left;
}

.search-property {
  background-color: #E3E3D7;
  float: left;
  padding: 10px 1.5% 10px 1.5%;
  width: 97.5%;
}
.search-property input[type="text"] {
  width: 66%;
}

.rightside {
  float: right;
  width: 210px;
}

.promotional-side-content {
  float: right;
  width: 210px;
  margin: 0 0 0 20px;
  clear: right;
}

.noborder {
  border: 0 !important;
}

interesting-products {
  margin-top: 30px;
}

.paging-right {
  float: right;
  width: 79%;
}

home-page-main-content .side-slider {
  margin-bottom: 28px;
}

.article-wrap .scfDropListBorder, .article-wrap .scfEmailBorder, .article-wrap .scfMultipleLineTextBorder, .article-wrap .scfSingleLineTextBorder, .article-wrap .scfPasswordBorder, .article-wrap .scfNumberBorder, .article-wrap .scfDatePickerBorder, .article-wrap .scfDateBorder, .article-wrap .scfRadioButtonListBorder, .article-wrap .scfListBoxBorder, .article-wrap .scfCheckBoxListBorder, .article-wrap .scfFileUploadBorder, .article-wrap .scfDateSelectorBorder, .article-wrap .scfCreditCardBorder, .article-wrap .scfConfirmPasswordBorder, .article-wrap .scfCaptchaBorder, .article-wrap .scfTelephoneBorder, .article-wrap .scfSmsTelephoneBorder {
  margin: 0 0 10px 0px !important;
}
.article-wrap .scfCheckBoxList {
  font-size: 0.8em !important;
  font-weight: bold !important;
  margin-left: 1em !important;
}

.property-spotlight {
  border-left: 6px solid #8E3A80;
  padding-left: 1em;
  margin: 1em 0;
}
.property-spotlight .heading {
  color: #AE2573;
  font-size: 1.2em;
  margin-bottom: 5px;
  font-weight: bold;
}
.property-spotlight .message, .property-spotlight .link, .property-spotlight .phone {
  margin-bottom: 0.5em;
}

.property-info .right-side-content .icon-link {
  margin-bottom: 10px;
}
.property-info .right-side-content .icon-link .pdf {
  font-size: 0.8em;
  margin-left: 55px;
  margin-bottom: 1em;
  font-weight: bold;
}

.article-wrap p a.form-submit {
  display: inline-block;
}

.accordion-block-header a {
  float: left;
  width: 100%;
}

a:focus {
  outline: 1px dotted #999;
}

h1.page-header {
  padding-bottom: 10px !important;
}

.home-page-main-content .content .info-grid .col-1-3:nth-child(4), .home-page-main-content .content .info-grid .col-1-3:nth-child(7) {
  clear: left;
}

@media print {
  header.site-header {
    display: none;
  }

  #main {
    margin-top: 0px !important;
  }

  .article-wrap, .content {
    width: 90%;
  }

  .skipToContent {
    display: none;
  }

  .faq-number {
    background: none;
    box-shadow: none;
  }

  .accordion-block-content {
    display: block !important;
  }

  .side-content {
    display: none;
  }
}
.article-wrap article p img {
  margin: 1em;
}

iframe {
  margin: 20px 0;
}

.social-widget {
  margin: 0 0px 20px 20px;
  background: none;
  box-shadow: none;
  width: 225px;
  padding-top: 0;
}
.social-widget iframe {
  margin: 0;
}

.sponsors {
  float: left;
  width: 88%;
  padding-left: 12%;
  border-top: 1px dotted grey;
  padding-top: 1em;
}

.sponsors__list {
  float: left;
  width: 100%;
  list-style-type: none;
}

.sponsors__list li {
  float: left;
  width: auto;
  padding-right: 1em;
}

.scfSingleLineGeneralPanel .scfSingleLineGeneralPanel {
  overflow: hidden;
}

.page-header {
  margin: 20px 0 0 0;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

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

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

.splash-promo .flexslider .slides img {
  width: 185px;
  height: auto;
}

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

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

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

* html .slides {
  height: 1%;
}

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

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  width: 30px;
  height: 25px;
  margin: -12px 0 0;
  display: block;
  background: url(../../img/promo-slider-controls.png) no-repeat 50% 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
}

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -30px;
  background-position: 50% 0;
}

.flex-direction-nav .flex-prev {
  left: -30px;
  background-position: 50% -25px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

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

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
/* SLIMBOX */
#lbOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}

#lbCenter, #lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #FFF;
}

.lbLoading {
  background: #fff url(../../img/loading.gif) no-repeat center;
}

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}

#lbPrevLink {
  left: 0;
}

#lbPrevLink:hover {
  background: transparent url(../../img/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
  right: 0;
}

#lbNextLink:hover {
  background: transparent url(../../img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(../../img/closelabel.gif) no-repeat center;
  margin: 5px 0;
  outline: none;
}

#lbCaption, #lbNumber {
  margin-right: 71px;
}

#lbCaption {
  font-weight: bold;
}

.cutout {
  background-color: #ededed;
}

#main {
  background: #f8f8f8; /*-------------PG changed this #F5F5F5; ------*/
  padding-bottom: 80px;
}

#main.home-page-main-content {
  padding-bottom: 0;
}

.site-header {
  background: #FFF;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 18px 0 0 0;
  z-index: 1000;
  opacity: 1;
  transition: opacity 2s;
  border-bottom: solid 1px #D1D1BC;
}
.site-header section + section {
  margin-top: 20px;
}

.site-header.mobile-hidden {
  opacity: 0;
}

.network-links {
  font-size: 0.66667em;
  background: #F5F5F5;
  padding: 5px 10px;
  margin: 0 0 18px 0;
}
.network-links a {
  color: #000;
}

.site-logo {
  margin: 0 20px 0 0;
  float: left;
  width: 99px;
  height: 99px;
  z-index: 3;
}
.site-logo img {
  display: block;
}

.site-search {
  margin: 20px 0 0 0;
  border-bottom: 1px solid #000;
  height: 25px;
}
.site-search label {
  font-weight: bold;
}
.site-search input[type="text"] {
  border: 0;
  background: none;
  font-size: 0.77778em;
  color: #000;
}
.site-search input[type="submit"] {
  background: url("../../img/icon-search-thin.png") 0 50% no-repeat;
  border: 0;
  padding: 0;
  text-indent: 9999px;
  overflow: hidden;
  width: 15px;
  height: 25px;
}

.site-nav {
  position: relative;
  z-index: 2;
  clear: both;
  margin: 0 0 0 104px;
  list-style-type: none;
  padding: 0;
}
.site-nav {
  *zoom: 1;
  display: block;
}
.site-nav:before, .site-nav:after {
  content: "";
  display: table;
}
.site-nav:after {
  clear: both;
}
.site-nav > li {
  float: left;
  text-align: center;
  display: block;
  position: relative;
}
.site-nav > li > a {
  font-size: 0.88889em;
  letter-spacing: 0em;
  color: #333333;
  display: block;
  text-transform: uppercase;
  padding: 5px 15px 10px;
}
.site-nav > li:hover > a {
  background: #666666;
  color: #FFF;
}
.site-nav > li.active {
  background: #666666;
}
.site-nav > li.active a {
  color: #fff !important;
}

.site-nav > li ul {
  display: none;
}

.site-nav > li:hover ul {
  list-style-type: none;
  margin: 0;
  position: absolute;
  top: 34px;
  left: 0;
  padding: 0;
  width: 190px;
  z-index: 100;
  display: block;
}
.site-nav > li:hover ul li {
  display: block;
  float: none;
  padding: 0;
  margin: 0 0 2px 0;
  width: auto;
  text-align: left;
}
.site-nav > li:hover ul li a {
  color: #FFF;
  display: block;
  background: #666666;
  padding: 15px 10px;
  margin: 0;
}

.header-snippet {
  float: left;
  clear: left;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  width: 400px;
}
.header-snippet .header-snippet-title,
.header-snippet p {
  font-size: 0.77778em;
  margin: 0 10px;
}

.homepage-hero {
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
}
.homepage-hero .flex-viewport {
  margin-bottom: 15px;
  border-top: 4px solid #AE2573;
  border-bottom: 4px solid #AE2573;
}
.homepage-hero .flex-direction-nav a {
  position: absolute;
  z-index: 90;
  left: 0;
  top: 0;
  height: 100%;
  padding: 0 40px 0 0;
  background: url(../../img/arrows-home-slider.png) 55px 50% no-repeat;
}
.homepage-hero .flex-direction-nav a.flex-next {
  left: auto;
  right: 0;
  padding: 0 0 0 40px;
  background: url(../../img/arrows-home-slider.png) -60px 50% no-repeat;
}
.homepage-hero .flex-control-paging {
  margin-bottom: 20px;
}
.homepage-hero .flex-control-paging li {
  border: 1px solid #AE2573;
  border-radius: 100%;
  margin: 0 3px;
}
.homepage-hero .flex-control-paging li a {
  background: #FFF;
  height: 8px;
  width: 8px;
}
.homepage-hero .flex-control-paging li a:hover {
  background: #FFF;
}
.homepage-hero .flex-control-paging li a.flex-active {
  background: #AE2573;
}

.homepage-hero-slide {
  position: relative;
}
.homepage-hero-slide img {
  display: block;
}
.homepage-hero-slide a {
  color: #fff;
}

.LandingWidgets .homepage-hero .flex-viewport {
  border: 0;
}
.LandingWidgets .homepage-hero .flex-direction-nav a {
  background: url(../../img/arrows-home-slider.png) 9px 50% no-repeat;
}
.LandingWidgets .homepage-hero .flex-direction-nav a.flex-next {
  padding: 0;
  background: url(../../img/arrows-home-slider.png) -66px 50% no-repeat;
}
.LandingWidgets .homepage-hero .homepage-hero-caption {
  max-width: 450px;
  margin: 20px auto 20px 40px;
  color: #FFF;
}
.LandingWidgets .homepage-hero span.first-part {
  font-size: 1.11111em;
  float: left;
  clear: both;
  background: rgba(204, 51, 102, 0.7);
  font-weight: normal;
  margin: 0 0 5px 0;
  padding: 5px;
  text-transform: none;
}
.LandingWidgets .homepage-hero .homepage-hero-caption-cta {
  float: left;
  display: block;
  clear: both;
  padding: 5px 30px 5px 5px;
  background: rgba(204, 51, 102, 0.7) url(../../img/arrow-circle.png) 95% 50% no-repeat;
}
.LandingWidgets .homepage-hero span.second-part {
  font-size: 1.11111em;
  float: left;
  display: block;
  clear: both;
  background: rgba(204, 51, 102, 0.7);
  padding: 5px;
  margin-bottom: 5px;
  font-weight: normal;
}
.LandingWidgets .homepage-hero a {
  font-size: 1em;
  font-weight: normal;
}

.side-slider {
  position: relative;
}
.side-slider .flex-direction-nav a {
  position: absolute;
  z-index: 90;
  left: -10px;
  top: 50%;
  height: 60px;
  width: 27px;
  background: url(../../img/side-slider-arrows.png) 0 0 no-repeat;
}
.side-slider .flex-direction-nav a.flex-next {
  left: auto;
  right: -10px;
  background: url(../../img/side-slider-arrows.png) -34px 0 no-repeat;
}
.side-slider .flex-control-paging {
  margin-bottom: 20px;
}
.side-slider .flex-control-paging li {
  border: 1px solid #92268C;
  border-radius: 100%;
}
.side-slider .flex-control-paging li a {
  background: none;
}
.side-slider .flex-control-paging li a.flex-active {
  background: #92268C;
}

.side-slide-content {
  padding: 0 40px;
}

.homepage-hero-caption-wrap {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.homepage-hero-caption {
  max-width: 830px;
  margin: 50px auto 20px auto;
  color: #FFF;
}

.homepage-hero-title {
  font-size: 0.88889em;
  text-transform: uppercase;
  margin: 0;
  background: #AE2573;
  max-width: 270px;
  padding: 10px;
}

.homepage-hero-summary {
  font-size: 0.83333em;
  background: #333333;
  max-width: 270px;
  border-top: 1px dotted #FFF;
  padding: 10px;
  margin: 0 0 10px 0;
}

.homepage-hero-sub-title {
  margin: 0;
  font-size: 1.11111em;
  background: #AE2573;
}

.homepage-hero-caption-cta {
  display: inline-block;
  padding-right: 25px;
  color: #FFF;
  background: #333333;
  padding: 10px 20px;
  font-size: 0.77778em;
  font-weight: bold;
  text-transform: uppercase;
}

.home-section-heading {
  font-size: 0.77778em;
  text-transform: uppercase;
}

.home-section-heading.feature-heading {
  margin-left: 10px;
}

.light-section {
  background: #FFF;
  border-bottom: solid 1px #D1D1BC;
}

.article-wrap {
  padding-left: 80px;
  padding-right: 160px;
}

.article-wrap .property-info {
  padding-right: 390px;
}

.property-info .right-side-content {
  width: 300px;
  right: 40px;
}

.side-content + .article-wrap {
  padding-left: 0;
  padding-right: 0;
}

.right-side-content + .article-wrap {
  padding-right: 240px;
}

.full-page-wrap {
  padding-left: 80px;
}

.side-content {
  padding: 0;
  width: 170px;
  margin-top: 90px;
  margin-right: 60px;
  float: left;
  left: 10px;
  top: 0;
}
.side-content + article {
  overflow: hidden;
}

.right-side-content {
  left: auto;
  right: 0px;
  width: 230px;
  margin-right: 0;
}

.sub-nav {
  padding: 0;
  margin: 0 0 30px 0;
}
.sub-nav li {
  list-style-type: none;
  font-weight: bold;
}
.sub-nav li ul {
  padding: 0;
}
.sub-nav li ul li {
  font-weight: normal;
}
.sub-nav li ul li a {
  color: #333;
  background: #f5d5e0;
}
.sub-nav a {
  color: #FFF;
  display: block;
  margin-bottom: 2px;
  padding: 10px;
  background: #AE2573;
}
.sub-nav .active {
  background: #ebb6c8;
  color: #333333;
  font-weight: normal;
}

.feature-grid {
  background: #D6D6D6;
  padding: 10px 10px 0 0;
  overflow: hidden;
}

.landing-grid {
  padding: 0 0 10px 0;
}
.landing-grid .grid-block {
  height: 360px;
  border-bottom: 1px dotted #CCC;
  margin-bottom: 40px;
}

.feature-block-content {
  padding: 10px;
  overflow: hidden;
}
.feature-block-content img {
  display: block;
  margin: -10px 10px -10px -10px;
  float: left;
}

.feature-block-heading,
.feature-block-content p {
  margin: 0;
  font-size: 0.83333em;
  color: #333;
  line-height: 1.2em;
}

.feature-block-heading {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #333;
  text-transform: uppercase;
  font-size: 0.94444em;
}

.feature-block-heading:first-child {
  border-top: 0;
  padding-top: 0;
}

.feature-block-heading-xl {
  font-size: 1.94444em;
  font-weight: normal;
  text-transform: uppercase;
  color: #333;
  margin: 0 0 17px 0;
  border: 0;
}

.feature-block-content.light-bg {
  background: #FFF;
}

.feature-block-content.dark-bg {
  background: #666;
}
.feature-block-content.dark-bg p,
.feature-block-content.dark-bg .feature-block-heading {
  color: #FFF;
  border: 0;
}
.feature-block-content.dark-bg .feature-block-heading {
  padding: 0;
  margin: 0 0 5px 0;
}
.feature-block-content.dark-bg .feature-cta {
  color: #FFF;
  background: url(../../img/arrow-white-right-small.png) 0 50% no-repeat;
  display: inline;
  font-size: 0.77778em;
}

.full-feature-image {
  margin: 0 -10px -10px -10px;
}

.feature-quote {
  margin: 40px 0;
}

.feature-quote p {
  font-size: 1.38889em;
  line-height: 1.2em;
}

.feature-cta {
  padding-left: 15px;
  background: url(../../img/arrow-grey-right-small.png) 0 50% no-repeat;
  color: #333;
  font-size: 0.83333em;
  display: block;
  margin-top: 10px;
}

.feature-cta.left {
  padding: 0 0 0 25px;
  background: url(../../img/arrow-circle-purple.png) 0 0 no-repeat;
  float: none;
}

.caption-image-link {
  position: relative;
  display: block;
  overflow: hidden;
}
.caption-image-link img {
  display: block;
}
.caption-image-link .caption {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFF;
  background: rgba(148, 149, 153, 0.7);
  padding: 5px 10px;
  font-weight: bold;
}

.info-grid .grid-block-content {
  border-bottom: 1px dotted #333;
  padding-bottom: 10px;
}
.info-grid .grid-block-content img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.h-16-tertiary {
  color: #666666;
  font-size: 0.88889em;
  margin-bottom: 0;
}

.page-header {
  font-size: 3.11111em;
  color: #63666A;
  margin: 20px 0 20px 0;
}

.page-sub-header {
  font-size: 2.77778em;
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: normal;
}

.page-header + .page-sub-header {
  margin-top: -20px;
}

.lead-paragraph {
  font-size: 1.66667em;
  color: #333;
  margin-top: 0;
  margin-bottom: 1em;
}

.scfForm input[type='submit'] {
  color: #AE2573;
}

.side-form {
  background: #AE2573;
  color: #FFF;
}

.number-cta {
  font-weight: bold;
  margin-bottom: 60px;
  color: #333333;
}
.number-cta p {
  margin: 0;
  font-size: 1.16667em;
}
.number-cta .number {
  font-weight: normal;
  font-size: 3.33333em;
  line-height: 1em;
  color: #AE2573;
}
.number-cta .number + p {
  font-weight: normal;
}

article ~ .number-cta p {
  margin: 0;
  font-size: 1em;
}
article ~ .number-cta .number {
  font-weight: normal;
  font-size: 3.11111em;
  line-height: 1em;
  color: #AE2573;
}

.contact-widget-cta.phone {
  background: url(../../img/icon-phone-pink.png) 50% 50% no-repeat;
}
.contact-widget-cta.email {
  background: url(../../img/icon-mail-pink.png) 50% 50% no-repeat;
}

.contact-widget-callout {
  background: url(../../img/bg-pink-bump-up.png) 25px 5px no-repeat;
}

.contact-widget-hover.email + .contact-widget-callout {
  background: url(../../img/bg-pink-bump-up.png) 85px 5px no-repeat;
}

.icon-link-38 {
  line-height: 38px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 53px;
  display: block;
  color: #333333;
}
.icon-link-38.print {
  background-image: url(../../img/print.png);
}
.icon-link-38.pdfdoc {
  background-image: url(../../img/pdficon.png);
}

#main .site-search {
  width: 270px;
  margin-bottom: 10px;
}
#main .site-search input[type="text"] {
  width: 255px;
  padding: 4px 0;
}

.scfSectionLegend {
  color: #AE2573;
}

#content_0_SearchLink {
  font-size: 0.8em;
  float: left;
  width: 100%;
}

.share-button {
  background: url("../../img/icon-share-centra.png") 0 10px no-repeat;
}

.print-button a {
  background: url("../../img/icon-print-centra.png") 0 0 no-repeat;
}

.phone-details {
  float: left;
  width: 100%;
  border-left: 1px solid #CCCCCC;
  padding-left: 15px;
  margin-top: 2px;
}

.phone-details-text {
  float: left;
  width: 100%;
  color: #ae2573;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0.9em;
  font-weight: bold;
}

.phone-details-number {
  float: left;
  width: 100%;
  font-size: 2.4em;
  font-weight: bold;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0.8em;
}

.site-header .site-search {
  float: right;
}

.header-search {
  width: 420px;
}

.include-search {
  width: 400px;
}

.header-property {
  width: 368px;
  float: left;
}
.header-property input[type=submit] {
  padding-left: 5px;
  padding-right: 5px;
}
.header-property input[type=text] {
  width: 200px;
}

.small-carousel {
  width: 620px;
  max-width: 620px;
  float: left;
}
.small-carousel .homepage-hero-caption {
  max-width: 400px;
}
.small-carousel a {
  color: #fff;
}
.small-carousel .homepage-hero-title {
  margin-bottom: 20px;
  float: left;
  width: auto;
  clear: both;
}
.small-carousel .homepage-hero-summary {
  border-top: none;
  float: left;
  width: auto;
  clear: both;
}

.small-carousel.homepage-hero .flex-control-paging {
  margin-bottom: 20px;
  position: absolute;
  top: 280px;
}

.homepage-col {
  float: left;
  height: auto;
  width: 32%;
  margin-right: 2%;
  margin-top: 20px;
}
.homepage-col:last-child {
  float: right;
  margin-right: 0;
}
.homepage-col .article-side-content {
  width: auto;
  margin-left: 0;
}
.homepage-col .scfSingleLineGeneralPanel, .homepage-col .side-form .scfEmailGeneralPanel {
  width: 99%;
}
.homepage-col .article-side-content .scfSingleLineTextLabel, .homepage-col .article-side-content .scfEmailLabel {
  width: auto;
  margin-right: 2px;
}
.homepage-col .side-form .scfRequired {
  right: auto;
  font-size: .7em;
  top: -4px;
}
.homepage-col .side-form label, .homepage-col .side-form .scfCheckBoxListLabel {
  margin-bottom: 2px;
}
.homepage-col .side-form .scfForm input[type="text"] {
  padding: 6px;
}
.homepage-col .side-form .scfSingleLineTextBorder, .homepage-col .side-form .scfEmailBorder {
  margin-bottom: 8px !important;
}
.homepage-col .scfForm input[type='submit'] {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background-image: none;
  background-color: #333;
  border: 0;
  width: auto;
}
.homepage-col .side-form label {
  font-weight: normal;
}

.carouselRow .article-side-content {
  width: 270px;
  margin-left: 0;
}
.carouselRow .scfSingleLineGeneralPanel, .carouselRow .side-form .scfEmailGeneralPanel {
  width: 99%;
}
.carouselRow .scfSingleLineTextLabel, .carouselRow .scfEmailLabel {
  width: auto;
  margin-right: 2px;
}
.carouselRow .side-form .scfRequired {
  right: auto;
  font-size: .7em;
  top: -4px;
}
.carouselRow .side-form label, .carouselRow .side-form .scfCheckBoxListLabel {
  margin-bottom: 2px;
}
.carouselRow .side-form .scfForm input[type="text"] {
  padding: 6px;
}
.carouselRow .side-form .scfSingleLineTextBorder, .carouselRow .side-form .scfEmailBorder {
  margin-bottom: 8px !important;
}
.carouselRow .scfForm input[type='submit'] {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background-image: none;
  background-color: #333;
  border: 0;
  width: auto;
}
.carouselRow .side-form label {
  font-weight: normal;
}

.carousel-col {
  margin-top: 0;
}

.mod-box {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.mod-box.grey {
  background-color: #333333;
}
.mod-box.purple {
  background-color: #AE2573;
}
.mod-box img {
  float: left;
  width: 100%;
}
.mod-box img:first-child {
  margin-bottom: 10px;
}
.mod-box img:last-child {
  margin-bottom: 0 !important;
}
.mod-box p, .mod-box h1, .mod-box h2, .mod-box h3, .mod-box h4, .mod-box h5, .mod-box h5 {
  box-sizing: border-box;
  padding: 20px;
  padding-top: 0.5em;
  padding-bottom: 0;
  margin: 0;
  color: #fff;
}
.mod-box p:first-child, .mod-box h1:first-child, .mod-box h2:first-child, .mod-box h3:first-child, .mod-box h4:first-child, .mod-box h5:first-child, .mod-box h5:first-child {
  padding-top: 20px;
}
.mod-box p:last-child, .mod-box h1:last-child, .mod-box h2:last-child, .mod-box h3:last-child, .mod-box h4:last-child, .mod-box h5:last-child, .mod-box h5:last-child {
  padding-bottom: 20px;
}
.mod-box h1, .mod-box h2, .mod-box h3, .mod-box h4, .mod-box h5, .mod-box h5 {
  text-transform: uppercase;
}
.mod-box a {
  color: white;
}
.mod-box a:hover {
  text-decoration: underline;
}
.mod-box ul {
  padding: 20px;
  list-style-type: none;
  padding-top: 0.5em;
  margin: 0;
}
.mod-box ul li {
  padding-left: 1em;
  list-style-type: none;
  color: #fff;
  background-image: url(../../img/modbox-list.png);
  background-position: 0px 5px;
  background-repeat: no-repeat;
}
.mod-box .mod-box__button {
  padding: 0.5em;
  background-color: #333333;
  text-transform: uppercase;
  float: left;
  clear: both;
}
.mod-box .mod-box__button.button-padd {
  margin-left: 20px;
  margin-top: 10px;
}
.mod-box .mod-box__button:last-child {
  margin-bottom: 20px;
}
.mod-box .mod-box__button:hover {
  background-color: #3D3D3D;
}

.homepage-feature .mod-box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.homepage-feature .mod-box:last-child {
  float: right;
  margin-right: 0;
}
.homepage-feature .article-side-content {
  width: 270px;
  float: left;
  margin: 0;
}
.homepage-feature .article-side-content .scfSingleLineGeneralPanel, .homepage-feature .article-side-content .scfEmailGeneralPanel {
  width: 99%;
}
.homepage-feature .article-side-content .scfSingleLineTextLabel, .homepage-feature .article-side-content .scfEmailLabel {
  width: auto;
  margin-right: 2px;
}
.homepage-feature .side-form .scfRequired {
  right: auto;
  font-size: .7em;
  top: -4px;
}
.homepage-feature .side-form label, .homepage-feature .side-form .scfCheckBoxListLabel {
  margin-bottom: 2px;
}
.homepage-feature .side-form .scfForm input[type="text"] {
  padding: 6px;
}
.homepage-feature .side-form .scfSingleLineTextBorder, .homepage-feature .side-form .scfEmailBorder {
  margin-bottom: 8px !important;
}
.homepage-feature .scfForm input[type='submit'] {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background-image: none;
  background-color: #333;
  border: 0;
  width: auto;
}
.homepage-feature .side-form label {
  font-weight: normal;
}

.carousel-box {
  height: 300px;
  
}

.page-header {
  margin: 20px 0 0 0;
}

.feature-block-content a:hover {
  text-decoration: none;
  color: #fff;
}
.feature-block-content a:hover p {
  text-decoration: none;
}

.grid-block-content iframe {
  margin: 0;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.image-and-text ul {
  float: left;
  width: 100%;
  padding-top: 0;
}
.image-and-text ul li {
  color: #fff;
}

.sponsors {
  float: left;
  width: 88%;
  padding-left: 0%;
  border-top: 1px dotted grey;
  padding-top: 1em;
}

.sponsors__list {
  float: left;
  width: 100%;
  list-style-type: none;
  text-align: center;
}

.sponsors__list li {
  width: auto;
  display: inline;
  float: none;
  padding-right: 1em;
}

.scfSingleLineGeneralPanel .scfSingleLineGeneralPanel {
  overflow: hidden;
}

.page-header {
  margin: 20px 0 0 0;
}

.LandingWidgets .homepage-hero .flex-control-paging {
  margin-bottom: 0;
}

.page-sub-header {
  margin-bottom: 0;
}

.LargeImage a.mod-box__button.button-padd {
  margin-top: -80px;
}

.homepage-hero.small-carousel .flex-viewport {
  border: 0;
}

iframe.twitter-timeline {
  margin-top: 0;
}

.header-box {
  width: 420px;
  float: left;
  height: 52px;
  background-color: #e1e1e1;
  border: 1px solid #d2d2d2;
}
.header-box a {
  padding: 10px;
  padding-right: 20px;
  width: 100%;
  float: left;
  color: #ae2673;
  font-size: 1.4em;
  font-weight: bold;
  background-image: url("http://www.centragroup.org.uk/img/header-arrow.png");
  background-position: 90% 50%;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.sub-navnew .subcontainer .subnav > li {
  position: relative;
}

.subnav ul {
  display: none;
  list-style-type: none;
  margin: 0;
  position: absolute;
  top: 35px;
  left: 0;
  padding: 0;
  width: 190px;
  z-index: 100;
  margin-top: -4px;
  padding-top: 4px;
}

.subnav > li:hover ul {
  display: block;
}

.subnav > li:hover > a {
  text-decoration: underline;
}

.sub-navnew .subcontainer .subnav ul li {
  display: block;
  float: none;
  padding: 0;
  margin: 0 0 2px 0;
  width: auto;
  text-align: left;
  border: 0;
}

.sub-navnew .subcontainer .subnav ul a {
  color: #FFF;
  background: #666;
  padding: 15px 10px;
  margin: 0;
  float: none;
  display: block;
}

.generic-html {
  width: 400px;
  float: left;
  height: 54px;
}

.page-content.no-side article {
  width: 100%;
  float: left;
}
.page-content.no-side article .service-search-property {
  margin-bottom: 1em;
}
.page-content.no-side article .search-property {
  margin-bottom: 1em;
}
.page-content.no-side article .side-form {
  padding: 1em;
  box-sizing: border-box;
  margin-bottom: 1em;
}
.page-content.no-side article .side-form .scfSingleLineGeneralPanel, .page-content.no-side article .side-form .scfMultipleLineGeneralPanel, .page-content.no-side article .side-form .scfSubmitButton {
  width: 95%;
}

.page-content.side article {
  width: 66%;
  float: left;
}
.page-content.side article .side-form {
  padding: 1em;
  box-sizing: border-box;
  margin-bottom: 1em;
}
.page-content.side article .side-form .scfSingleLineGeneralPanel, .page-content.side article .side-form .scfMultipleLineGeneralPanel, .page-content.side article .side-form .scfSubmitButton {
  width: 95%;
}
.page-content.side article .search-property input[type="text"] {
  width: 97%;
}
.page-content.side article .service-search-property {
  margin-bottom: 1em;
}
.page-content.side article .service-search-property .form-submit.inline {
  margin-left: 5px;
}
.page-content.side article .service-search-property ul.filter-list {
  padding: 1em;
  box-sizing: border-box;
  margin-left: 0;
  padding-bottom: 1em;
}
.page-content.side article .service-search-property ul.filter-list li {
  width: 100%;
  height: auto;
  min-height: 0;
  box-sizing: border-box;
}
.page-content.side article .service-search-property ul.filter-list li p {
  float: left;
  width: 100%;
  clear: both;
  padding: 0 1em 0 1em;
}
.page-content.side aside {
  width: 30%;
  float: right;
}
.page-content.side aside .promotional-side-content {
  margin-left: 0;
  width: 100%;
}
.page-content.side aside .social-widget {
  padding: 0;
  margin: 0;
  width: 100% !important;
}
.page-content.side aside .social-widget iframe {
  width: 100% !important;
}

.clearfix {
  *zoom: 1;
  display: block;
}

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

.clearfix:after {
  clear: both;
}

@media (min-width: 640px) {
  .grid-block {
    float: left;
    padding: 0;
    clear: none;
  }

  .col-1-2 {
    width: 50%;
  }

  .col-1-3 {
    width: 33.333%;
  }

  .col-2-3 {
    width: 66.667%;
  }

  .col-1-5 {
    width: 20%;
  }

  .col-1-4 {
    width: 25%;
  }

  .col-2-4 {
    width: 50%;
  }

  .col-3-4 {
    width: 75%;
  }

  .col-1-6 {
    width: 16.667%;
  }

  .col-2-6 {
    width: 33.333%;
  }

  .left-4-6 {
    margin-left: 66.667%;
  }

  .margin-80-l {
    width: 41.48936%;
    margin-left: 8.51064%;
  }

  .splash-section {
    height: 700px;
  }
  .splash-section .content {
    padding-top: 290px;
  }
  .splash-section .grid-block:first-child {
    padding: 0;
  }
}

/*# sourceMappingURL=styles-centra.css.map */