/*overflow: hidden;
  *overflow: visible;*/
/**
 * /css/system.less
 * 
 * This file contains any custom CSS rules related to overridden  module styles that relate to core functionality that applies across all sites.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/***************/
/*** Message ***/
/***************/
/*******************/
/*** Breadcrumbs ***/
/*******************/
/******************/
/*** Pagination ***/
/******************/
/************************************************************************************/
/*** USAGE:                                                                       ***/
/*** 1) Define company brand colours as variables, eg @precedenceBlue = #00a5e3.  ***/
/*** 2) Use these to override default colours in Quick Config section.            ***/
/*** 3) Update other Quick Config variables as needed.                            ***/
/*** 4) Style further as necessary for each individual project.                   ***/
/************************************************************************************/
/*********************/
/*** Basic Layout  ***/
/*********************/
/*********************/
/*** Brand Colours ***/
/*********************/
/********************/
/*** Quick Config ***/
/********************/
/* General */
/* Header */
/* Hero */
/* Navigation */
/* Content */
/* Footer Link Colour */
/* Author Link Colour */
/**
 * /css/media.less
 * 
 * This file contains any custom css rules related to the media module.
 *
 */
/*************************/
/*** Individual Photos ***/
/*************************/
/*********************/
/*** Photo Gallery ***/
/*********************/
/****************/
/*** Document ***/
/****************/
/**
 * /css/modules.less
 * 
 * This file contains any custom CSS rules related to overridden module styles.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/**********************/
/*** Call To Action ***/
/**********************/
/*******************/
/*** News Module ***/
/*******************/
.right {
  float: right;
}
@media handheld,only screen and (max-width: 60em) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 60em) {
  .left {
    float: none;
  }
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.clear::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clr {
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
p {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
}
iframe {
  max-width: 100%;
}
.one-twelfth {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 4.45em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 60em) {
  .one-twelfth {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-sixth {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 9.5em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 60em) {
  .one-sixth {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-quarter {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 14.55em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 60em) {
  .one-quarter {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-third {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 19.6em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 60em) {
  .one-third {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 29.7em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 60em) {
  .one-half {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.three-quarters {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 44.85em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 60em) {
  .three-quarters {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.two-thirds {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 39.8em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 60em) {
  .two-thirds {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-twelfth-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 4.45em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 60em) {
  .one-twelfth-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-sixth-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 9.5em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 60em) {
  .one-sixth-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-quarter-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 14.55em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 60em) {
  .one-quarter-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-third-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 19.6em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 60em) {
  .one-third-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 29.7em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 60em) {
  .one-half-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.three-quarters-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 44.85em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 60em) {
  .three-quarters-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.two-thirds-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 39.8em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 60em) {
  .two-thirds-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
}
@media handheld,only screen and (max-width: 60em) {
  .one-half-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-twelfth-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 7.4166666666667%;
}
@media handheld,only screen and (max-width: 60em) {
  .one-twelfth-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-sixth-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 15.833333333333%;
}
@media handheld,only screen and (max-width: 60em) {
  .one-sixth-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-quarter-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
}
@media handheld,only screen and (max-width: 60em) {
  .one-quarter-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-third-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.666666666667%;
}
@media handheld,only screen and (max-width: 60em) {
  .one-third-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.three-quarters-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 74.75%;
}
@media handheld,only screen and (max-width: 60em) {
  .three-quarters-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.two-thirds-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 66.333333333333%;
}
@media handheld,only screen and (max-width: 60em) {
  .two-thirds-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-half-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 60em) {
  .one-half-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-twelfth-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 7.4166666666667%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 60em) {
  .one-twelfth-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-sixth-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 15.833333333333%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 60em) {
  .one-sixth-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-quarter-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 60em) {
  .one-quarter-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-third-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.666666666667%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 60em) {
  .one-third-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.three-quarters-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 74.75%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 60em) {
  .three-quarters-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.two-thirds-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 66.333333333333%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 60em) {
  .two-thirds-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.full {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 60em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 60em) {
  .full {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.msg {
  color: #fff;
  background: #F39800;
  width: auto !important;
  border: 0;
  padding: 0.5em 2.5em;
  margin: -10px 0 10px 0;
}
@media handheld,only screen and (max-width: 60em) {
  .msg {
    margin: -10px -10px 10px -10px;
  }
}
.msg ul {
  background: none !important;
  border: 0 !important;
  margin: 0 !important;
  list-style-type: none;
}
.msg ul li {
  margin: 0;
}
.msg a {
  color: #fff;
}
.msg.errors {
  background: #900;
}
ul.breadcrumbs {
  list-style-type: none;
  margin: 0 0 10px 0 !important;
}
ul.breadcrumbs li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #674475;
  font-size: 0.85em;
  padding: 0 4px 0 0;
}
ul.breadcrumbs li a {
  text-decoration: none;
  color: #674475;
}
ul.breadcrumbs li a:hover {
  color: #2e1f34;
}
.pagination {
  text-align: center;
}
.pagination ul.pagination {
  display: inline-block;
  width: auto;
  margin: 0;
  overflow: auto;
}
.pagination ul.pagination li {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  font-size: 0.9em;
  margin: 0;
}
.pagination ul.pagination li span.disabled {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  display: block;
  color: #524f50;
  background-color: rgba(255,255,255,0.8);
  padding: 0em 0.75em;
  cursor: default;
}
.pagination ul.pagination li a {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  display: block;
  color: #524f50;
  background-color: #fff;
  text-decoration: none;
  padding: 0em 0.75em;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #5d386c;
  background-color: #d6cdda;
}
.pagination ul.pagination li.current a {
  color: #5d386c;
  background-color: #674475;
  font-weight: bold;
  cursor: default;
}
.pagination ul.pagination li.current a:hover {
  color: #5d386c;
  background-color: #4b3155;
}
p {
  margin: 1em 0;
}
a {
  color: #674475;
}
a:hover {
  color: #4b3155;
}
@media handheld,only screen and (max-width: 60em) {
  a:hover {
    color: #674475;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #674475;
  font-weight: 700;
  font-family: 'Quattrocento Sans', sans-serif;
  margin: 1em 0em 0.2em 0em;
}
.one-half-fluid h1,
.one-half-fluid-last h1,
.one-half-fluid h2,
.one-half-fluid-last h2,
.one-half-fluid h3,
.one-half-fluid-last h3,
.one-half-fluid h4,
.one-half-fluid-last h4,
.one-half-fluid h5,
.one-half-fluid-last h5,
.one-half-fluid h6,
.one-half-fluid-last h6 {
  margin-top: 5px;
}
h1 {
  color: #747374;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 0.25em 0;
  font-weight: 700;
}
h1 strong {
  font-size: 30px;
  color: #674475;
}
h2 {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 18px;
}
ol,
ul {
  margin: 1em 0 1em 2em;
}
ol li,
ul li {
  margin-bottom: 5px;
}
table {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid #d9d9d9;
  border-collapse: collapse;
  margin: 1em 0;
  overflow: hidden;
}
table td,
table th {
  color: #747374;
  background: #f7f7f7;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: top;
  padding: 0.5em 1em;
}
@media handheld,only screen and (max-width: 60em) {
  table td,
  table th {
    padding: 0.25em 0.5em;
  }
}
table th {
  color: #f0ecf1;
  background: #674475;
  font-weight: bold;
}
table th.txt-right {
  text-align: right;
}
table .table-invisible {
  margin: 0;
  border: 0;
}
table .table-invisible td,
table .table-invisible th {
  background: transparent;
  border: 0;
  padding: 0.2em 0.5em 0.2em 0em;
}
hr {
  color: #d9d9d9;
  background: #d9d9d9;
  height: 1px;
  margin: 1em 0;
}
blockquote {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  color: #fff;
  background: #674475;
  font-size: 16px;
  font-style: italic;
  text-align: left;
  margin: 20px auto;
  padding: 20px;
}
.button,
.submit,
.button-alt,
.button-small {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  color: #d9d0dd;
  background: #674475;
  text-decoration: none;
  margin: 5px 0;
  padding: 8px 15px;
  cursor: pointer;
}
.button .button-arrow,
.submit .button-arrow,
.button-alt .button-arrow,
.button-small .button-arrow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23d9d0dd%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.button img,
.submit img,
.button-alt img,
.button-small img {
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.button:hover,
.submit:hover,
.button-alt:hover,
.button-small:hover {
  color: #d9d0dd;
  background: #593b65;
}
.button-small {
  padding: 4px 15px;
}
.button-alt {
  color: #d9d0dd;
  background: #674475;
}
.button-alt:hover {
  color: #d9d0dd;
  background: #593b65;
}
.nosplit {
  white-space: nowrap;
}
@media handheld,only screen and (max-width: 321px) {
  .nosplit {
    white-space: normal;
  }
}
.no-border {
  border: none;
}
.no-wrap {
  clear: both;
}
.readmore-style-box {
  padding: 20px;
  border: solid 1px #d4cdd6;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  margin-bottom: 10px;
  background: url('../../include/resources/alllending/images/i-nav-bg.png') transparent;
}
.readmore-style-box hr {
  color: #f0f0f0;
  background: #f0f0f0;
  height: 0px;
  margin: 1em 0;
  display: none;
}
.readmore-style-box h2 {
  padding: 0;
  margin: 0;
}
.readmore-style-box a {
  display: block;
  text-decoration: none;
  background: url('../../include/resources/alllending/images/i-arrow-down.svg') right center no-repeat;
}
.readmore-style-box a.expanded {
  background: url('../../include/resources/alllending/images/i-arrow-up.svg') right center no-repeat;
}
.media-thumbnail img {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  background: transparent;
  border: 0px solid #d9d9d9;
  max-width: 100%;
  vertical-align: middle;
  padding: 0px;
  margin-bottom: 10px;
}
@media handheld,only screen and (max-width: 60em) {
  .media-thumbnail img {
    display: block;
    float: none;
    text-align: center;
    margin: 10px auto;
  }
}
.media-thumbnail .media-caption {
  clear: both;
  display: block;
  color: #747374;
  font-size: 0.85em;
  margin-bottom: 10px;
}
@media handheld,only screen and (max-width: 60em) {
  .media-thumbnail .media-caption {
    text-align: center;
  }
}
.media-thumbnail.right {
  margin: 0 0 10px 20px;
}
@media handheld,only screen and (max-width: 60em) {
  .media-thumbnail.right {
    display: block;
    float: none;
    text-align: center;
    margin: 10px auto;
  }
}
.media-thumbnail.right .media-caption {
  text-align: center;
}
.media-thumbnail.left {
  margin: 0 20px 10px 0;
}
@media handheld,only screen and (max-width: 60em) {
  .media-thumbnail.left {
    display: block;
    float: none;
    text-align: center;
    margin: 10px auto;
  }
}
.media-thumbnail.left .media-caption {
  text-align: center;
}
.media-gallery {
  margin-right: -35px;
}
@media handheld,only screen and (max-width: 60em) {
  .media-gallery {
    margin-right: 0;
  }
}
.media-gallery .media-thumbnail {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.666666666667%;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  vertical-align: top;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 60em) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 60em) {
  .media-gallery .media-thumbnail {
    display: block;
    text-align: center;
    width: auto;
    height: auto;
    margin: 10px auto;
  }
}
.media-gallery .media-thumbnail img {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  background: transparent;
  border: 0px solid #d9d9d9;
  max-width: 100%;
  vertical-align: middle;
  padding: 0px;
}
.media-gallery .media-thumbnail .media-original-link {
  display: block;
  text-align: center;
  margin-bottom: 0.5em;
}
.page-region form.f {
  background: #f7f7f7;
  border: 1px solid #d9d9d9;
  max-width: 100%;
  padding: 0px;
}
.page-region form.f div.buttons,
.page-region form.f p.buttons {
  margin-top: 0px;
}
@media handheld,only screen and (max-width: 60em) {
  .page-region form.f div.buttons,
  .page-region form.f p.buttons {
    text-align: center;
    margin-left: 10px;
  }
}
.page-region form .inline-field {
  padding: 0.7em 1.5em;
}
.page-region form .form-row {
  color: #747374;
  background: #f7f7f7;
  border-bottom: 1px solid #d9d9d9;
  padding: 0.8em 1em;
}
.page-region form .form-row::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.page-region form .form-row label {
  float: left;
  width: 100px;
  padding: 0.3em 0.5em 0 0.5em;
}
.page-region form .form-row label.rhs_label {
  float: none;
  width: auto;
}
.page-region form .form-row .field .validation-advice {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #fff;
  background: #a90000;
  padding: 0.1em 0.3em;
  margin: 0.3em 0.2em;
}
.page-region form .form-row input[type=text],
.page-region form .form-row input[type=password],
.page-region form .form-row select,
.page-region form .form-row textarea {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  background: ;
  max-width: 100%;
  padding: 0.3em;
  margin: 2px 0;
}
.page-region form .form-row input[type=text]:focus,
.page-region form .form-row input[type=password]:focus,
.page-region form .form-row select:focus,
.page-region form .form-row textarea:focus {
  -webkit-box-shadow: 0px 0px 2px #d5c3dc #333;
  box-shadow: 0px 0px 2px #d5c3dc #333;
}
.page-region form .form-row input[type=radio],
.page-region form .form-row input[type=checkbox] {
  border: 0;
  margin: 0 4px 0 0;
}
@media handheld,only screen and (max-width: 60em) {
  .page-region form .form-row select,
  .page-region form .form-row option {
    width: 90%;
    overflow: hidden;
  }
}
.page-region form .form-row input.small,
.page-region form .form-row textarea.small,
.page-region form .form-row select.small {
  width: 20%;
  min-width: 30px;
}
@media handheld,only screen and (max-width: 60em) {
  .page-region form .form-row input.small,
  .page-region form .form-row textarea.small,
  .page-region form .form-row select.small {
    width: 50%;
  }
}
.page-region form .form-row input.medium,
.page-region form .form-row textarea.medium,
.page-region form .form-row select.medium {
  width: 60%;
}
@media handheld,only screen and (max-width: 60em) {
  .page-region form .form-row input.medium,
  .page-region form .form-row textarea.medium,
  .page-region form .form-row select.medium {
    width: 95%;
  }
}
.page-region form .form-row input.large,
.page-region form .form-row textarea.large,
.page-region form .form-row select.large {
  width: 80%;
}
@media handheld,only screen and (max-width: 60em) {
  .page-region form .form-row input.large,
  .page-region form .form-row textarea.large,
  .page-region form .form-row select.large {
    width: 95%;
  }
}
.page-region form .form-row button.submit {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  color: #d9d0dd;
  background: #674475;
  border: none;
  padding: 8px 15px;
  float: left;
}
@media handheld,only screen and (max-width: 60em) {
  .page-region form .form-row button.submit {
    width: 98%;
  }
}
.page-region form .form-row button.submit:hover {
  color: #d9d0dd;
  background: #593b65;
}
.page-region form .form-row .buttons {
  text-align: center;
  border: none;
}
.page-region form.medium-label .buttons {
  margin-top: 0px;
}
.page-region form.medium-label .buttons.form-row {
  border-bottom: none;
}
.page-region form.large-label label {
  width: 160px;
  margin-right: 10px;
}
.page-region form.large-label .field {
  margin-left: 170px;
}
span.note.required {
  color: #b80000;
  vertical-align: top;
  padding: 0.1em 0.3em;
}
#user_pass_login_form .buttons.form-row {
  border-bottom: none;
}
#enquiry_form textarea#enquiry_field {
  width: 80%;
}
@media handheld,only screen and (max-width: 60em) {
  #enquiry_form textarea#enquiry_field {
    width: 95%;
  }
}
@media handheld,only screen and (max-width: 60em) {
  body .content-block form {
    max-width: 100%;
  }
  body .content-block form .form-row {
    max-width: 100%;
  }
  body .content-block form .form-row input[type=text],
  body .content-block form .form-row input[type=password],
  body .content-block form .form-row select,
  body .content-block form .form-row textarea,
  body .content-block form .form-row .buttons {
    max-width: 100%;
  }
  body .content-block form .form-row .field,
  body .content-block form .form-row .large-label .field,
  body .content-block form .form-row .inline-field {
    clear: both;
    display: block;
    margin: 0;
    padding: 0.5em 0.5em 0.1em 0.5em;
  }
  body .content-block form .form-row label,
  body .content-block form .form-row .large-label label {
    float: none;
    width: auto;
    padding: 0.5em 0.5em 0.1em 0.5em;
  }
  body .content-block form div.buttons,
  body .content-block form p.buttons {
    text-align: left;
    margin: 5px 0px 5px 10px;
  }
}
.cta {
  margin: 0;
  padding: 0;
  width: 300px;
  float: left;
  margin-right: 20px;
  margin-top: -44px;
  background-color: #fff;
  background-position: center 56px;
  background-repeat: no-repeat;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -o-border-radius: 40px;
  color: #747374;
}
.cta:last-child {
  margin-right: 0;
}
.cta:hover {
  background-color: #e6e1e9;
}
.cta.bubble {
  background-image: url('../../include/resources/alllending/images/i-cta-bubbles.svg');
}
.cta.calc {
  background-image: url('../../include/resources/alllending/images/i-cta-calc.svg');
}
.cta.check {
  background-image: url('../../include/resources/alllending/images/i-cta-check.svg');
}
@media handheld,only screen and (max-width: 60em) {
  .cta {
    margin: 5px auto 10px;
    display: block;
    width: 100%;
    padding-right: 0;
    float: none;
  }
}
.cta .cta-inner {
  text-align: center;
}
.cta .cta-inner a {
  display: block;
  color: #674475;
  text-decoration: none;
}
.cta .cta-inner a .media-thumbnail img.media-size-call-to-action {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  padding: 0px;
}
.cta .cta-inner a .cta-content {
  min-height: 265px;
}
@media handheld,only screen and (max-width: 60em) {
  .cta .cta-inner a .cta-content {
    min-height: 0;
  }
}
.cta .cta-inner a .cta-content .cta-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding-top: 115px;
  margin: 0 auto 1em;
  max-width: 130px;
}
.cta .cta-inner a .cta-content .subtitle {
  display: block;
  color: #747374;
  max-width: 240px;
  margin: 0 auto 1em;
}
.cta .cta-inner .arrow {
  background: url('../../include/resources/alllending/images/i-cta-arrow.svg') no-repeat center;
  height: 17px;
  display: block;
  margin-bottom: 30px;
}
@media handheld,only screen and (max-width: 60em) {
  .cta .cta-inner .arrow {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
.news-posts-list .news-post .news-post-info {
  color: #c0c0c0;
}
.news-posts-single .news-date {
  color: #c0c0c0;
}
@media handheld,only screen and (max-width: 60em) {
  .news-posts-single #cms_page_comment_form .form-row div.field {
    margin-left: 0px;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body,
html {
  height: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background: url('../../include/resources/alllending/images/i-bg.svg') 154px 439px no-repeat #fff;
  font-family: 'Quattrocento Sans', sans-serif;
  line-height: 1.35em;
}
.page-region {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
@media handheld,only screen and (max-width: 60em) {
  .page-region {
    padding: 0 8px;
  }
}
.header-wrapper .header-block {
  font-size: 16px;
  width: 60em;
  margin: 0 auto;
  padding: 0;
  color: #747374;
  background: #ffffff;
}
@media handheld,only screen and (max-width: 60em) {
  .header-wrapper .header-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.header-wrapper .header-block:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media handheld,only screen and (max-width: 60em) {
  .header-wrapper .header-block {
    padding: 10px;
  }
}
.header-wrapper .header-block .logo-cell {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 17px 0 0 35px;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 60em) {
  .header-wrapper .header-block .logo-cell {
    text-align: center;
    width: 100%;
  }
}
.header-wrapper .header-block .header-right-cell {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-top: 69px;
  text-align: right;
  float: right;
}
@media handheld,only screen and (max-width: 60em) {
  .header-wrapper .header-block .header-right-cell {
    text-align: center;
    float: none;
    width: 100%;
  }
}
.header-wrapper .header-block a {
  color: #674475;
}
.header-wrapper .header-block a:hover {
  color: #483052;
}
.hero-wrapper {
  width: 100%;
}
.hero-wrapper .hero-block {
  position: relative;
  z-index: 10;
  height: 411px;
  background: #f0f9ff;
}
.hero-wrapper .hero-block .hero-images img {
  width: auto;
  max-width: none;
  height: 411px;
  margin-left: -695px;
  left: 50%;
}
.hero-wrapper .hero-block .hero-images img#hero-spacer {
  width: 100%;
  height: auto;
  position: relative;
}
.hero-wrapper .hero-block .hero-text {
  position: absolute;
  left: 60px;
  top: 35%;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: -1px;
  max-width: 250px;
  z-index: 10;
  text-transform: uppercase;
}
@media handheld,only screen and (max-width: 60em) {
  .hero-wrapper .hero-block .hero-text {
    left: 10px;
    width: 90%;
  }
}
.hero-wrapper .hero-block .hero-text #hero-title {
  color: #5d386c;
  font-size: 2em;
  line-height: 1.1em;
  margin-bottom: 0.1em;
}
@media handheld,only screen and (max-width: 60em) {
  .hero-wrapper .hero-block .hero-text #hero-title {
    font-size: 1.5em;
    line-height: 1em;
  }
}
.hero-wrapper .hero-block .hero-text #hero-alt {
  color: #5d386c;
}
@media handheld,only screen and (max-width: 60em) {
  .hero-wrapper .hero-block .hero-text #hero-alt {
    font-size: 1em;
    line-height: 1em;
  }
}
.hero-wrapper .hero-block .nav-wrapper {
  font-size: 16px;
  width: 60em;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 411px;
}
@media handheld,only screen and (max-width: 60em) {
  .hero-wrapper .hero-block .nav-wrapper {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.hero-wrapper .hero-block #hero-nav-left,
.hero-wrapper .hero-block #hero-nav-right {
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  z-index: 15;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 60em) {
  .hero-wrapper .hero-block #hero-nav-left,
  .hero-wrapper .hero-block #hero-nav-right {
    display: none;
  }
}
.hero-wrapper .hero-block #hero-nav-left:hover,
.hero-wrapper .hero-block #hero-nav-right:hover {
  fill: #674475;
}
.hero-wrapper .hero-block #hero-nav-left {
  left: 0;
  right: auto;
  margin-left: -30px;
  margin-right: 0;
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20enable-background%3D%22new%200%200%2024%2024%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M12%200.002c6.627%200%2012%205.4%2012%2012%20c0%206.627-5.371%2011.998-11.998%2011.998S0.002%2018.6%200%2012C0.002%205.4%205.4%200%2012%200.002z%20M7.125%2012.831l0.421%200.4%20c0.007%200%200%200%200%200.016l5.437%205.317c0.464%200.5%201.2%200.5%201.7%200l0.418-0.41c0.466-0.454%200.466-1.19%200-1.644%20l-4.614-4.517l4.614-4.516c0.466-0.454%200.466-1.19%200-1.644l-0.418-0.41c-0.465-0.456-1.217-0.456-1.681%200l-5.435%205.3%20c-0.009%200.007-0.017%200.009-0.023%200.016L7.125%2011.18c-0.231%200.229-0.348%200.526-0.346%200.825C6.777%2012.3%206.9%2012.6%207.1%2012.831z%22%2F%3E%3C%2Fsvg%3E');
}
@media handheld,only screen and (max-width: 60em) {
  .hero-wrapper .hero-block #hero-nav-left {
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 321px) {
  .hero-wrapper .hero-block #hero-nav-left {
    display: none;
  }
}
.hero-wrapper .hero-block #hero-nav-left:hover {
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20enable-background%3D%22new%200%200%2024%2024%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23674475%22%20d%3D%22M12%200.002c6.627%200%2012%205.4%2012%2012%20c0%206.627-5.371%2011.998-11.998%2011.998S0.002%2018.6%200%2012C0.002%205.4%205.4%200%2012%200.002z%20M7.125%2012.831l0.421%200.4%20c0.007%200%200%200%200%200.016l5.437%205.317c0.464%200.5%201.2%200.5%201.7%200l0.418-0.41c0.466-0.454%200.466-1.19%200-1.644%20l-4.614-4.517l4.614-4.516c0.466-0.454%200.466-1.19%200-1.644l-0.418-0.41c-0.465-0.456-1.217-0.456-1.681%200l-5.435%205.3%20c-0.009%200.007-0.017%200.009-0.023%200.016L7.125%2011.18c-0.231%200.229-0.348%200.526-0.346%200.825C6.777%2012.3%206.9%2012.6%207.1%2012.831z%22%2F%3E%3C%2Fsvg%3E');
}
.hero-wrapper .hero-block #hero-nav-right {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -30px;
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20enable-background%3D%22new%200%200%2024%2024%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%3E.style0%7Bfill-rule%3A%20evenodd%3Bclip-rule%3A%20%20evenodd%3Bfill%3A%20%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M12%200.002C5.374%200%200%205.4%200%2012%20c0%206.6%205.4%2012%2012%2011.998c6.626%200%2011.998-5.371%2011.998-11.998C23.998%205.4%2018.6%200%2012%200.002z%20M16.875%2012.8%20l-0.42%200.411c-0.008%200.007-0.016%200.009-0.023%200.016l-5.436%205.317c-0.464%200.455-1.215%200.455-1.681%200l-0.418-0.41%20c-0.466-0.454-0.466-1.19%200-1.644l4.615-4.517L8.897%207.489c-0.466-0.454-0.466-1.19%200-1.644l0.418-0.41%20c0.466-0.456%201.217-0.456%201.7%200l5.436%205.317c0.008%200%200%200%200%200.016l0.42%200.411c0.232%200.2%200.3%200.5%200.3%200.8%20C17.223%2012.3%2017.1%2012.6%2016.9%2012.831z%22%20class%3D%22style0%22%2F%3E%3C%2Fsvg%3E');
}
@media handheld,only screen and (max-width: 60em) {
  .hero-wrapper .hero-block #hero-nav-right {
    margin-right: 0;
  }
}
@media handheld,only screen and (max-width: 321px) {
  .hero-wrapper .hero-block #hero-nav-right {
    display: none;
  }
}
.hero-wrapper .hero-block #hero-nav-right:hover {
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20enable-background%3D%22new%200%200%2024%2024%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%3E.style0%7Bfill-rule%3A%20evenodd%3Bclip-rule%3A%20%20evenodd%3Bfill%3A%20%23674475%3B%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M12%200.002C5.374%200%200%205.4%200%2012%20c0%206.6%205.4%2012%2012%2011.998c6.626%200%2011.998-5.371%2011.998-11.998C23.998%205.4%2018.6%200%2012%200.002z%20M16.875%2012.8%20l-0.42%200.411c-0.008%200.007-0.016%200.009-0.023%200.016l-5.436%205.317c-0.464%200.455-1.215%200.455-1.681%200l-0.418-0.41%20c-0.466-0.454-0.466-1.19%200-1.644l4.615-4.517L8.897%207.489c-0.466-0.454-0.466-1.19%200-1.644l0.418-0.41%20c0.466-0.456%201.217-0.456%201.7%200l5.436%205.317c0.008%200%200%200%200%200.016l0.42%200.411c0.232%200.2%200.3%200.5%200.3%200.8%20C17.223%2012.3%2017.1%2012.6%2016.9%2012.831z%22%20class%3D%22style0%22%2F%3E%3C%2Fsvg%3E');
}
.hero-wrapper .hero-block #hero-nav {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 15;
  display: none;
  opacity: 0;
}
@media handheld,only screen and (max-width: 60em) {
  .hero-wrapper .hero-block #hero-nav {
    position: relative;
    bottom: -5px;
    text-align: center;
  }
}
.hero-wrapper .hero-block #hero-nav ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #aba3af;
  border: 3px solid #f6f6f6;
  padding: 5px;
  margin: 0 5px 0 0;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 60em) {
  .hero-wrapper .hero-block #hero-nav ul li {
    padding: 8px;
    border-width: 5px;
    margin-right: 10px;
  }
}
.hero-wrapper .hero-block #hero-nav ul li:hover {
  background: #f0f0f0;
}
.hero-wrapper .hero-block #hero-nav ul li.currentslide {
  background: #674475;
}
.nav-wrapper .nav-block {
  color: #524f50;
  background: #fff;
  text-align: center;
  z-index: 20;
  /* Top Level */
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block {
    overflow: hidden;
    text-align: left;
  }
}
.nav-wrapper .nav-block .nav-toggle {
  display: none;
  color: #524f50;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 15px;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block .nav-toggle {
    display: block;
  }
}
.nav-wrapper .nav-block .nav-toggle img {
  float: right;
  vertical-align: middle;
}
.nav-wrapper .nav-block .nav-cell {
  height: 100px;
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block .nav-cell {
    display: none;
  }
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block.open .nav-toggle {
    background: #fff;
  }
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block.open .nav-cell {
    display: block;
    height: auto;
  }
}
.nav-wrapper .nav-block ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul {
    display: block;
    text-align: left;
    border: 0;
    padding: 10px 0;
  }
}
.nav-wrapper .nav-block ul li {
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  height: 100px;
  border-right: 1px solid #e9e8e8;
  /* 1st Dropdown Level */
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li {
    display: block;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #e9e8e8;
    height: auto;
    float: none;
  }
}
.nav-wrapper .nav-block ul li a {
  font-size: 14px;
  line-height: 20px;
  display: block;
  color: #524f50;
  text-decoration: none;
  text-transform: uppercase;
  width: 94px;
  height: 100px;
  padding: 15px 5px;
  font-weight: 700;
  margin: 0 1px;
  vertical-align: bottom;
}
.nav-wrapper .nav-block ul li a.home-section {
  background: url('../../include/resources/alllending/images/i-nav-home.svg') center 30px no-repeat;
  width: 64px;
  text-indent: -99999px;
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li a.home-section {
    background: none;
    width: auto;
    text-indent: 0;
  }
}
.nav-wrapper .nav-block ul li a:hover {
  color: #5d386c;
  background-color: #e6e1e9;
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li a {
    height: auto;
    width: auto;
    padding: 15px;
  }
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li:first-child {
    border: 0;
  }
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li:last-child {
    border: 0;
  }
}
.nav-wrapper .nav-block ul li:hover ul {
  transition: top linear 0.2s;
  -moz-transition: top linear 0.2s;
  -webkit-transition: top linear 0.2s;
  -o-transition: top linear 0.2s;
  top: 4em;
  height: auto;
  visibility: visible;
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li:hover ul {
    top: auto;
  }
}
.nav-wrapper .nav-block ul li ul {
  display: block;
  position: absolute;
  top: 3.1em;
  left: -113px;
  right: auto;
  min-width: 103%;
  height: auto;
  margin: 0;
  padding: 0;
  visibility: hidden;
  z-index: 20;
  -webkit-box-shadow: 0 0 7px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 7px 1px rgba(0,0,0,0.1);
  box-shadow: 0 0 7px 1px rgba(0,0,0,0.1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.nav-wrapper .nav-block ul li ul:before {
  display: block;
  content: "";
  width: 10px;
  height: 5px;
  background: url('../../include/resources/alllending/images/i-subnav-top.svg');
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li ul:before {
    background: none;
    content: 0;
  }
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li ul {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    position: static;
    top: auto;
    height: auto;
    background: transparent;
    border: 0;
    margin-bottom: -1px;
    visibility: visible;
    overflow: hidden;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.nav-wrapper .nav-block ul li ul li {
  display: block;
  line-height: 1.8em;
  text-align: left;
  border-right: none;
  width: 100%;
  min-width: 320px;
  height: auto;
  /* 2nd Dropdown Level */
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li ul li {
    background: none;
    -ms-filter: none;
    border: 0;
    padding-left: 20px;
  }
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li ul li:first-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-block ul li ul li:first-child a {
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li ul li:first-child a {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
  }
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li ul li:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-block ul li ul li:last-child a {
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border: none;
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li ul li:last-child a {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
  }
}
.nav-wrapper .nav-block ul li ul li a {
  color: #524f50;
  padding: 20px;
  width: 100%;
  min-width: 320px;
  height: auto;
  background: url('../../include/resources/alllending/images/i-nav-bg.png') transparent;
  border-bottom: 1px solid #fff;
  font-weight: 400;
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li ul li a {
    padding: 3px 0 3px 20px;
    margin: 3px 0;
  }
}
.nav-wrapper .nav-block ul li ul li a.has_children {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231px%22%20height%3D%227px%22%3E%3Cpolygon%20fill%3D%22%23524f50%22%20points%3D%227%2C7%207%2C0%2011%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 2.5em;
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li ul li a.has_children {
    background-image: none;
    padding-right: 0;
  }
}
.nav-wrapper .nav-block ul li ul li a:hover {
  color: #5d386c;
  background: url('../../include/resources/alllending/images/i-nav-hover-bg.png') transparent;
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li ul li a:hover {
    color: #5d386c;
  }
}
.nav-wrapper .nav-block ul li ul li a:hover.has_children {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231px%22%20height%3D%227px%22%3E%3Cpolygon%20fill%3D%22%235d386c%22%20points%3D%227%2C7%207%2C0%2011%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 2.5em;
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li ul li a:hover.has_children {
    background-image: none;
    padding-right: 0;
  }
}
.nav-wrapper .nav-block ul li ul li a.disabled {
  color: #aaaaaa;
  background: transparent url('') no-repeat right center;
  cursor: default;
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li ul li a.disabled {
    opacity: 0.7;
  }
}
.nav-wrapper .nav-block ul li ul li > ul {
  display: none;
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li ul li > ul {
    display: block;
  }
}
.nav-wrapper .nav-block ul li ul li:hover > ul {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li ul li:hover > ul {
    position: static;
  }
}
.content-wrapper {
  border-top: 7px solid #674475;
}
.content-wrapper .content-block {
  font-size: 16px;
  width: 60em;
  margin: 0 auto;
  padding: 0;
  margin: 20px auto;
  padding: 30px 10px;
  color: #747374;
}
@media handheld,only screen and (max-width: 60em) {
  .content-wrapper .content-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 60em) {
  .content-wrapper .content-block {
    padding: 10px;
  }
}
.cta-wrapper {
  background: url('../../include/resources/alllending/images/i-cta-bg.png');
  min-height: 246px;
  position: relative;
  bottom: -38px;
}
@media handheld,only screen and (max-width: 60em) {
  .cta-wrapper {
    padding: 10px;
    bottom: 0;
  }
}
.cta-wrapper .cta-block {
  font-size: 16px;
  width: 60em;
  margin: 0 auto;
  padding: 0;
  padding: 0 10px;
}
@media handheld,only screen and (max-width: 60em) {
  .cta-wrapper .cta-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.news-wrapper {
  clear: both;
  background: #674475;
}
@media handheld,only screen and (max-width: 60em) {
  .news-wrapper {
    padding: 0 10px;
  }
}
.news-wrapper .news-block {
  font-size: 16px;
  width: 60em;
  margin: 0 auto;
  padding: 0;
  padding: 80px 10px;
  overflow: auto;
}
@media handheld,only screen and (max-width: 60em) {
  .news-wrapper .news-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 60em) {
  .news-wrapper .news-block {
    padding: 20px 10px;
  }
}
.news-wrapper .news-block p {
  padding: 0;
  margin: 0;
}
.news-wrapper .news-block h2 {
  margin: 0;
  padding: 0;
  color: #ffd303;
  font-size: 24px;
  font-weight: 700;
}
.news-wrapper .news-block .news-post {
  width: 300px;
  float: left;
  margin-right: 20px;
}
.news-wrapper .news-block .news-post:last-child {
  margin-right: 0;
}
@media handheld,only screen and (max-width: 60em) {
  .news-wrapper .news-block .news-post {
    padding: 0 10px;
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.news-wrapper .news-block .news-post h3,
.news-wrapper .news-block .news-post h3 a,
.news-wrapper .news-block .news-post h3 a:hover {
  color: #c6afd0;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  padding: 0;
  margin: 24px 0 10px 0;
}
.news-wrapper .news-block .news-post .news-post-preview {
  line-height: 20px;
  display: block;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
.news-wrapper .news-block .news-post .news-post-date {
  color: #c6afd0;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  padding: 0;
  margin: 0 0 10px 0;
}
.news-wrapper .news-block .news-post .more {
  background: url('../../include/resources/alllending/images/i-read-more.svg') left center no-repeat;
  padding: 0;
  padding-left: 30px;
  margin: 0 0 10px 0;
  color: #fff;
  font-size: 14px;
  color: #ffd303;
  text-decoration: none;
}
.news-wrapper .news-block .news-post a.more:hover {
  text-decoration: underline;
}
.social-wrapper .social-block {
  font-size: 16px;
  width: 60em;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  min-height: 120px;
  padding: 0 10px;
}
@media handheld,only screen and (max-width: 60em) {
  .social-wrapper .social-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 60em) {
  .social-wrapper .social-block {
    padding: 0 10px;
  }
}
.social-wrapper .social-block .facebook {
  float: left;
  width: 300px;
  padding-top: 40px;
}
@media handheld,only screen and (max-width: 60em) {
  .social-wrapper .social-block .facebook {
    float: none;
    padding: 20px;
  }
}
.social-wrapper .social-block .facebook a {
  color: #9d9c9d;
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
  background: url('../../include/resources/alllending/images/i-facebook.svg') right center no-repeat;
  text-decoration: none;
}
.social-wrapper .social-block .member {
  float: right;
  width: 420px;
  padding-top: 30px;
}
@media handheld,only screen and (max-width: 60em) {
  .social-wrapper .social-block .member {
    float: none;
    padding: 20px;
    width: auto;
    text-align: center;
  }
}
.social-wrapper .social-block .member img {
  display: inline-block;
  margin-right: 14px;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 60em) {
  .social-wrapper .social-block .member img {
    padding: 5px;
  }
}
.footer-wrapper {
  background: url('../../include/resources/alllending/images/i-bg-footer.png');
}
.footer-wrapper .footer-block {
  font-size: 16px;
  width: 60em;
  margin: 0 auto;
  padding: 0;
  margin: 0 auto;
  padding: 50px 0;
  color: #747374;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 60em) {
  .footer-wrapper .footer-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-wrapper .footer-block h2 {
  font-size: 18px;
  font-weight: 700;
  color: #674475;
  padding: 0;
  margin: 0 0 11px 0;
}
.footer-wrapper .footer-block p {
  line-height: 22px;
  padding: 0;
  margin: 0 0 11px 0;
}
.footer-wrapper .footer-block .contact-profiles {
  float: left;
}
.footer-wrapper .footer-block .contact-profiles .profile {
  clear: left;
}
.footer-wrapper .footer-block .contact-profiles .profile + .profile {
  margin-top: 20px;
}
@media handheld,only screen and (max-width: 60em) {
  .footer-wrapper .footer-block .contact-profiles .profile + .profile {
    margin-bottom: 20px;
  }
}
.footer-wrapper .footer-block .contact-profiles .profile .portrait {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  height: 90px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 5px 0 0;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 60em) {
  .footer-wrapper .footer-block .contact-profiles .profile .portrait {
    display: none;
  }
}
.footer-wrapper .footer-block .contact-profiles .profile .portrait img {
  border-radius: 50%;
}
.footer-wrapper .footer-block .contact-profiles .profile .contact {
  display: inline-block;
  width: 210px;
  margin: 0 10px;
}
.footer-wrapper .footer-block .contact-profiles .profile .contact ul {
  margin: 0 0 11px;
  padding: 0;
  list-style: none;
}
.footer-wrapper .footer-block .contact-profiles .profile .contact ul li {
  padding-left: 30px;
  line-height: 22px;
}
.footer-wrapper .footer-block .contact-profiles .profile .contact ul li.phone {
  background: url('../../include/resources/alllending/images/i-phone.svg') left center no-repeat;
}
.footer-wrapper .footer-block .contact-profiles .profile .contact ul li.email {
  background: url('../../include/resources/alllending/images/i-mail.svg') left center no-repeat;
}
.footer-wrapper .footer-block .communication {
  float: left;
  width: 110px;
  margin: 0 10px;
}
.footer-wrapper .footer-block .address {
  float: left;
  width: 160px;
  margin: 0 10px;
}
.footer-wrapper .footer-block .navigation {
  float: left;
  width: 300px;
  margin: 0 10px;
}
@media handheld,only screen and (max-width: 60em) {
  .footer-wrapper .footer-block .navigation {
    width: 280px;
  }
}
.footer-wrapper .footer-block .navigation .nav-block .nav-toggle {
  position: relative;
  display: block;
  border: solid 1px #d4cdd6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  line-height: 47px;
  height: 47px;
  padding-left: 18px;
  background: url('../../include/resources/alllending/images/i-arrow-down.svg') 267px center no-repeat #fff;
  color: #674475;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 60em) {
  .footer-wrapper .footer-block .navigation .nav-block .nav-toggle {
    background: url('../../include/resources/alllending/images/i-arrow-down.svg') 247px center no-repeat #fff;
  }
}
.footer-wrapper .footer-block .navigation .nav-block .nav-toggle span {
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.footer-wrapper .footer-block .navigation .nav-block .nav-toggle:after {
  position: absolute;
  width: 1px;
  height: 46px;
  background: #e2e2e2;
  content: "";
  top: 0;
  right: 46px;
}
.footer-wrapper .footer-block .navigation .nav-block .nav-cell {
  display: none;
}
.footer-wrapper .footer-block .navigation .nav-block.open .nav-toggle {
  background: url('../../include/resources/alllending/images/i-arrow-up.svg') 267px center no-repeat #fff;
}
@media handheld,only screen and (max-width: 60em) {
  .footer-wrapper .footer-block .navigation .nav-block.open .nav-toggle {
    background: url('../../include/resources/alllending/images/i-arrow-down.svg') 247px center no-repeat #fff;
  }
}
.footer-wrapper .footer-block .navigation .nav-block.open .nav-cell {
  display: block;
}
.footer-wrapper .footer-block .navigation .nav-block.open .nav-cell ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-wrapper .footer-block .navigation .nav-block.open .nav-cell ul li {
  background: #fff;
  border-left: solid 1px #d4cdd6;
  border-right: solid 1px #d4cdd6;
  border-bottom: solid 1px #d4cdd6;
  margin: 0;
}
.footer-wrapper .footer-block .navigation .nav-block.open .nav-cell ul li:last-child {
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
}
.footer-wrapper .footer-block .navigation .nav-block.open .nav-cell ul li:hover {
  background: #674475;
}
.footer-wrapper .footer-block .navigation .nav-block.open .nav-cell ul li a {
  display: block;
  line-height: 47px;
  color: #747374;
  padding-left: 18px;
  text-decoration: none;
}
.footer-wrapper .footer-block .navigation .nav-block.open .nav-cell ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-wrapper .footer-block dl dt,
.footer-wrapper .footer-block dl dd {
  display: inline-block;
  float: left;
  vertical-align: top;
}
@media handheld,only screen and (max-width: 60em) {
  .footer-wrapper .footer-block dl dt,
  .footer-wrapper .footer-block dl dd {
    display: block;
    float: none;
    clear: both;
  }
}
.footer-wrapper .footer-block dl dt {
  clear: left;
  min-width: 6em;
}
@media handheld,only screen and (max-width: 60em) {
  .footer-wrapper .footer-block dl dt {
    min-width: auto;
    margin-top: 0.25em;
  }
}
.footer-wrapper .footer-block a {
  color: #674475;
}
.footer-wrapper .footer-block a:hover {
  color: #483052;
}
.footer-wrapper .footer-block a.author {
  color: #674475;
  font-size: 0.9em;
  text-decoration: none;
}
.footer-wrapper .footer-block a.author:hover {
  color: #483052;
}
.author-wrapper {
  background: #3b1e46;
  min-height: 200px;
}
.author-wrapper .author-block {
  font-size: 16px;
  width: 60em;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
@media handheld,only screen and (max-width: 60em) {
  .author-wrapper .author-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.author-wrapper .author-block p {
  color: #C6AFD0;
  padding: 25px 10px 10px 10px;
  margin: 0px;
}
.author-wrapper .author-block a {
  color: #C6AFD0;
  text-decoration: none;
}
.author-wrapper .author-block a:hover {
  color: #FFD303;
  text-decoration: underline;
}
.author-wrapper .author-block a.author {
  font-size: 14px;
  margin: 0;
  padding: 10px;
}
dl {
  overflow: hidden;
}
dl dt,
dl dd {
  display: inline-block;
  float: left;
  vertical-align: top;
}
@media handheld,only screen and (max-width: 60em) {
  dl dt,
  dl dd {
    display: block;
    float: none;
    clear: both;
  }
}
dl dt {
  font-weight: 700;
  clear: left;
  min-width: 9em;
}
@media handheld,only screen and (max-width: 60em) {
  dl dt {
    min-width: auto;
    margin-top: 0.25em;
  }
}
