/*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.                   ***/
/************************************************************************************/
/*********************/
/*** Brand Colours ***/
/*********************/
/********************/
/*** Quick Config ***/
/********************/
/* General */
/* Header */
/* Hero */
/* Navigation */
/* Content */
/* Footer Link Colour */
/* Author Link Colour */
/* Forms */
/*
  See forms.less
*/
/* Shadows */
/* Pagination */
/* System Messages */
/***********************************************/
/*** Responsive Layout and Global Structures ***/
/***********************************************/
/* These values are used in responsive.less */
/* These values are converted to em based on the value of @pxFontSize */
/* @pxMobileDeviceWidth ... This is usually when the mobile nav appears. Our default break point */
/* 321px for mobile screens multiplied by a modifier to alter the range*/
/* Optional: These breakpoints are not used by default. Use on a case-by-case basis. */
/* 768px for tablet portrait view */
/* 1024px for tablet landscape view */
/****************************************/
/* Adjust Padding When Columns Are Used */
/****************************************/
/**********************/
/*** CMS: Overrides ***/
/**********************/
/**************************/
/*** CMS: Extra Classes ***/
/**************************/
/**
 * /css/media.less
 * 
 * This file contains any custom css rules related to the media module.
 *
 */
/*************************/
/*** Individual Photos ***/
/*************************/
/*********************/
/*** Photo Gallery ***/
/*********************/
/* Form Colours and Borders */
/* Form Label Options */
/* Form Input Size Options */
/**
 * /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 ***/
/*******************/
/* Un-comment if the News Sidebar is enabled for News Categories/Archives Styling

.news-content {
  .cell-fluid(9);
  
  @media handheld, only screen and (max-width: @responsiveWidth) {     
    .cell-fluid(8);
  }
  
  @media handheld, only screen and (max-width: @smallWidth) {     
    .cell-fluid(12);
  }
}

.news-sidebar {
  .cell-fluid(3, true);
  padding-top: 0.75em;
  
  @media handheld, only screen and (max-width: @responsiveWidth) {     
    .cell-fluid(4, true);
  }
  
  @media handheld, only screen and (max-width: @smallWidth) {     
    .cell-fluid(12);
  }
}
*/
/*********************/
/*** Search Module ***/
/*********************/
/*******************/
/*** Auth Module ***/
/*******************/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700,600);
.right {
  float: right;
}
@media handheld,only screen and (max-width: 70em) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 70em) {
  .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.0625em;
  visibility: hidden;
}
.clr {
  clear: both;
}
.box-shadow {
  -webkit-box-shadow: 1px 1px 2px 2px #333;
  box-shadow: 1px 1px 2px 2px #333;
}
.text-shadow {
  text-shadow: 1px 1px 2px #333;
  filter: dropshadow(color=#333,offx=1px,offy=1px);
}
* {
  -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: 14px;
  margin-right: 0.56em;
  vertical-align: top;
  width: 6.0075em;
  /*
  @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: 70em) {
  .one-twelfth {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-sixth {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.56em;
  vertical-align: top;
  width: 12.825em;
  /*
  @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: 70em) {
  .one-sixth {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-quarter {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.56em;
  vertical-align: top;
  width: 19.6425em;
  /*
  @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: 70em) {
  .one-quarter {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-third {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.56em;
  vertical-align: top;
  width: 26.46em;
  /*
  @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: 70em) {
  .one-third {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.56em;
  vertical-align: top;
  width: 40.095em;
  /*
  @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: 70em) {
  .one-half {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.three-quarters {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.56em;
  vertical-align: top;
  width: 60.5475em;
  /*
  @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: 70em) {
  .three-quarters {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.two-thirds {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.56em;
  vertical-align: top;
  width: 53.73em;
  /*
  @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: 70em) {
  .two-thirds {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-twelfth-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.56em;
  vertical-align: top;
  width: 6.0075em;
  /*
  @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: 70em) {
  .one-twelfth-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-sixth-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.56em;
  vertical-align: top;
  width: 12.825em;
  /*
  @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: 70em) {
  .one-sixth-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-quarter-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.56em;
  vertical-align: top;
  width: 19.6425em;
  /*
  @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: 70em) {
  .one-quarter-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-third-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.56em;
  vertical-align: top;
  width: 26.46em;
  /*
  @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: 70em) {
  .one-third-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.56em;
  vertical-align: top;
  width: 40.095em;
  /*
  @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: 70em) {
  .one-half-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.three-quarters-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.56em;
  vertical-align: top;
  width: 60.5475em;
  /*
  @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: 70em) {
  .three-quarters-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.two-thirds-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.56em;
  vertical-align: top;
  width: 53.73em;
  /*
  @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: 70em) {
  .two-thirds-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
}
@media handheld,only screen and (max-width: 70em) {
  .one-half-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-twelfth-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 7.41666666667%;
}
@media handheld,only screen and (max-width: 70em) {
  .one-twelfth-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-sixth-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 15.8333333333%;
}
@media handheld,only screen and (max-width: 70em) {
  .one-sixth-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-quarter-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
}
@media handheld,only screen and (max-width: 70em) {
  .one-quarter-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-third-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.6666666667%;
}
@media handheld,only screen and (max-width: 70em) {
  .one-third-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.three-quarters-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 74.75%;
}
@media handheld,only screen and (max-width: 70em) {
  .three-quarters-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.two-thirds-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 66.3333333333%;
}
@media handheld,only screen and (max-width: 70em) {
  .two-thirds-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-half-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 70em) {
  .one-half-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-twelfth-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 7.41666666667%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 70em) {
  .one-twelfth-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-sixth-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 15.8333333333%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 70em) {
  .one-sixth-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-quarter-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 70em) {
  .one-quarter-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-third-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.6666666667%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 70em) {
  .one-third-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.three-quarters-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 74.75%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 70em) {
  .three-quarters-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.two-thirds-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 66.3333333333%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 70em) {
  .two-thirds-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.full {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.56em;
  vertical-align: top;
  width: 81em;
  /*
  @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: 70em) {
  .full {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.msg {
  color: #ffffff;
  background: #F39800;
  width: auto !important;
  border: 0;
  padding: 0.5em 2.5em;
  margin: 1em 0em 2em 0em !important;
}
.msg ul {
  background: none !important;
  border: 0 !important;
  margin: 0 !important;
  list-style-type: none;
}
.msg ul li {
  margin: 0;
}
.msg a {
  color: #ffffff;
}
.msg.errors {
  color: #ffffff;
  background: #a90000;
}
ul.breadcrumbs {
  list-style-type: none;
  margin: 0 0 1em 0 !important;
}
ul.breadcrumbs li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #e3e3e3;
  font-size: 0.9em;
  padding: 0 0.2em 0 0;
}
ul.breadcrumbs li a {
  color: #e3e3e3;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #b0b0b0;
}
.pagination {
  text-align: center;
}
.pagination ul.pagination {
  display: inline-block;
  width: auto;
  margin: 0;
}
.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: #fff;
  background-color: #ccc;
  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: #fff;
  background-color: #004987;
  text-decoration: none;
  padding: 0em 0.75em;
  margin: 0.25em 0em;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #fff;
  background-color: #002d54;
}
.pagination ul.pagination li.current a {
  color: #fff;
  background-color: #002d54;
  font-weight: bold;
  cursor: default;
}
.pagination ul.pagination li.current a:hover {
  color: #fff;
  background-color: #002d54;
}
p {
  margin: 1em 0;
}
a {
  color: #004987;
}
a:hover {
  color: #002d54;
}
@media handheld,only screen and (max-width: 70em) {
  a:hover {
    color: #004987;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #004987;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  margin: 0em 0em 0.2em 0em;
}
h1 {
  font-size: 2.2em;
  line-height: 1.2em;
  margin: 0 0 0.5em 0;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 70em) {
  h1 {
    line-height: 1.1em;
  }
}
@media handheld,only screen and (max-width: 37.125em) {
  h1 {
    line-height: 1.1em;
    font-size: 2em;
  }
}
h2 {
  color: #333;
  font-size: 2.4em;
  line-height: 2.1em;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 70em) {
  h2 {
    line-height: 1.1em;
  }
}
@media handheld,only screen and (max-width: 37.125em) {
  h2 {
    line-height: 1.1em;
    font-size: 1.9em;
  }
}
h3 {
  font-size: 1.6em;
  line-height: 1.4em;
  margin-bottom: 1em;
}
@media handheld,only screen and (max-width: 70em) {
  h3 {
    line-height: 1.2em;
  }
}
@media handheld,only screen and (max-width: 37.125em) {
  h3 {
    line-height: 1.2em;
    font-size: 1.3em;
  }
}
h4 {
  /*color: @secondaryColour;*/
  font-size: 1.4em;
  text-transform: uppercase;
}
h5 {
  color: #333;
  font-size: 1.25em;
  line-height: 28px;
}
h6 {
  font-size: 1.1em;
}
ol,
ul {
  margin: 1em 0em 1em 2em;
}
ol li,
ul li {
  margin-bottom: 0.25em;
}
ol li ol,
ol li ul,
ul li ol,
ul li ul {
  margin: 0.5em 0em 0.5em 2em;
}
table {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
  margin: 1em 0em;
}
table tr {
  border-bottom: 1px solid #e6e6e6;
}
@media handheld,only screen and (max-width: 37.125em) {
  table tr {
    display: block;
    background-color: #3bb0c9;
    border-bottom: 1px solid #e6e6e6;
    padding: 1em 0.75em;
  }
}
table tr td,
table tr th {
  color: #fff;
  background-color: #3bb0c9;
  vertical-align: top;
  padding: 0.5em 1em;
}
@media handheld,only screen and (max-width: 37.125em) {
  table tr td,
  table tr th {
    display: block;
    background-color: transparent;
    border-bottom: none;
    padding: 0.1em 0em;
  }
}
@media handheld,only screen and (max-width: 37.125em) {
  table tr:last-child {
    border-bottom: none;
  }
}
@media handheld,only screen and (max-width: 37.125em) {
  table thead {
    display: none;
  }
}
@media handheld,only screen and (max-width: 37.125em) {
  table thead tr {
    background-color: #004987;
  }
}
table thead tr td {
  background: #004987;
}
table thead tr td,
table thead tr th {
  color: #e6edf3;
  background-color: #004987;
  font-weight: bold;
  background: #004987;
}
table tfoot {
  border-top: 1px solid #e6e6e6;
}
@media handheld,only screen and (max-width: 37.125em) {
  table tfoot tr {
    background-color: #33a0b8;
  }
}
table tfoot tr td,
table tfoot tr th {
  color: #fff;
  background-color: #33a0b8;
  font-weight: bold;
}
table.table-invisible {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  border: none;
}
table.table-invisible tr {
  border: none;
}
@media handheld,only screen and (max-width: 37.125em) {
  table.table-invisible tr {
    background-color: transparent;
    border: none;
    padding: 1em 0em;
  }
}
table.table-invisible tr td,
table.table-invisible tr th {
  background-color: transparent;
  border: none;
  padding: 0.5em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 37.125em) {
  table.table-invisible tr td,
  table.table-invisible tr th {
    padding: 0.1em 0em;
  }
}
table.table-invisible thead tr td,
table.table-invisible thead tr th,
table.table-invisible tfoot tr td,
table.table-invisible tfoot tr th {
  color: #fff;
  background-color: transparent;
  font-weight: bold;
}
hr {
  color: #f7f7f7;
  background: #f7f7f7;
  height: 1px;
  margin: 1em 0;
}
blockquote {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #004987;
  background: #f7f7f7;
  font-size: 1.1em;
  text-align: center;
  margin: 2em auto;
  padding: 1em 2em;
}
.button,
.submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #f2f6f9;
  background-color: #004987;
  text-decoration: none;
  border: 0px solid #004987;
  margin: 0.4em 0em;
  padding: 0.65em 1em;
  cursor: pointer;
}
.button .button-arrow,
.submit .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%23f2f6f9%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 {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.button:hover,
.submit:hover {
  color: #f2f6f9;
  background-color: #003b6e;
}
.button-small {
  padding: 0.325em 1em;
}
.button-alt .button {
  padding: 1.3em 2em;
}
.left {
  float: left;
  margin: 0em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 70em) {
  .left {
    float: none;
    margin: 0.5em auto;
  }
}
.right {
  float: right;
  margin: 0em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 70em) {
  .right {
    float: none;
    margin: 0.5em auto;
  }
}
.content-block .one-half-fluid h1:first-child,
.content-block .one-half-fluid h2:first-child,
.content-block .one-half-fluid h3:first-child,
.content-block .one-half-fluid h4:first-child,
.content-block .one-half-fluid h5:first-child,
.content-block .one-half-fluid h6:first-child,
.content-block .one-half-fluid p:first-child,
.content-block .one-half-fluid ol:first-child,
.content-block .one-half-fluid ul:first-child,
.content-block .one-half-fluid table:first-child,
.content-block .one-twelfth-fluid h1:first-child,
.content-block .one-twelfth-fluid h2:first-child,
.content-block .one-twelfth-fluid h3:first-child,
.content-block .one-twelfth-fluid h4:first-child,
.content-block .one-twelfth-fluid h5:first-child,
.content-block .one-twelfth-fluid h6:first-child,
.content-block .one-twelfth-fluid p:first-child,
.content-block .one-twelfth-fluid ol:first-child,
.content-block .one-twelfth-fluid ul:first-child,
.content-block .one-twelfth-fluid table:first-child,
.content-block .one-sixth-fluid h1:first-child,
.content-block .one-sixth-fluid h2:first-child,
.content-block .one-sixth-fluid h3:first-child,
.content-block .one-sixth-fluid h4:first-child,
.content-block .one-sixth-fluid h5:first-child,
.content-block .one-sixth-fluid h6:first-child,
.content-block .one-sixth-fluid p:first-child,
.content-block .one-sixth-fluid ol:first-child,
.content-block .one-sixth-fluid ul:first-child,
.content-block .one-sixth-fluid table:first-child,
.content-block .one-quarter-fluid h1:first-child,
.content-block .one-quarter-fluid h2:first-child,
.content-block .one-quarter-fluid h3:first-child,
.content-block .one-quarter-fluid h4:first-child,
.content-block .one-quarter-fluid h5:first-child,
.content-block .one-quarter-fluid h6:first-child,
.content-block .one-quarter-fluid p:first-child,
.content-block .one-quarter-fluid ol:first-child,
.content-block .one-quarter-fluid ul:first-child,
.content-block .one-quarter-fluid table:first-child,
.content-block .one-third-fluid h1:first-child,
.content-block .one-third-fluid h2:first-child,
.content-block .one-third-fluid h3:first-child,
.content-block .one-third-fluid h4:first-child,
.content-block .one-third-fluid h5:first-child,
.content-block .one-third-fluid h6:first-child,
.content-block .one-third-fluid p:first-child,
.content-block .one-third-fluid ol:first-child,
.content-block .one-third-fluid ul:first-child,
.content-block .one-third-fluid table:first-child,
.content-block .three-quarters-fluid h1:first-child,
.content-block .three-quarters-fluid h2:first-child,
.content-block .three-quarters-fluid h3:first-child,
.content-block .three-quarters-fluid h4:first-child,
.content-block .three-quarters-fluid h5:first-child,
.content-block .three-quarters-fluid h6:first-child,
.content-block .three-quarters-fluid p:first-child,
.content-block .three-quarters-fluid ol:first-child,
.content-block .three-quarters-fluid ul:first-child,
.content-block .three-quarters-fluid table:first-child,
.content-block .two-thirds-fluid h1:first-child,
.content-block .two-thirds-fluid h2:first-child,
.content-block .two-thirds-fluid h3:first-child,
.content-block .two-thirds-fluid h4:first-child,
.content-block .two-thirds-fluid h5:first-child,
.content-block .two-thirds-fluid h6:first-child,
.content-block .two-thirds-fluid p:first-child,
.content-block .two-thirds-fluid ol:first-child,
.content-block .two-thirds-fluid ul:first-child,
.content-block .two-thirds-fluid table:first-child,
.content-block .one-half-fluid-last h1:first-child,
.content-block .one-half-fluid-last h2:first-child,
.content-block .one-half-fluid-last h3:first-child,
.content-block .one-half-fluid-last h4:first-child,
.content-block .one-half-fluid-last h5:first-child,
.content-block .one-half-fluid-last h6:first-child,
.content-block .one-half-fluid-last p:first-child,
.content-block .one-half-fluid-last ol:first-child,
.content-block .one-half-fluid-last ul:first-child,
.content-block .one-half-fluid-last table:first-child,
.content-block .one-twelfth-fluid-last h1:first-child,
.content-block .one-twelfth-fluid-last h2:first-child,
.content-block .one-twelfth-fluid-last h3:first-child,
.content-block .one-twelfth-fluid-last h4:first-child,
.content-block .one-twelfth-fluid-last h5:first-child,
.content-block .one-twelfth-fluid-last h6:first-child,
.content-block .one-twelfth-fluid-last p:first-child,
.content-block .one-twelfth-fluid-last ol:first-child,
.content-block .one-twelfth-fluid-last ul:first-child,
.content-block .one-twelfth-fluid-last table:first-child,
.content-block .one-sixth-fluid-last h1:first-child,
.content-block .one-sixth-fluid-last h2:first-child,
.content-block .one-sixth-fluid-last h3:first-child,
.content-block .one-sixth-fluid-last h4:first-child,
.content-block .one-sixth-fluid-last h5:first-child,
.content-block .one-sixth-fluid-last h6:first-child,
.content-block .one-sixth-fluid-last p:first-child,
.content-block .one-sixth-fluid-last ol:first-child,
.content-block .one-sixth-fluid-last ul:first-child,
.content-block .one-sixth-fluid-last table:first-child,
.content-block .one-quarter-fluid-last h1:first-child,
.content-block .one-quarter-fluid-last h2:first-child,
.content-block .one-quarter-fluid-last h3:first-child,
.content-block .one-quarter-fluid-last h4:first-child,
.content-block .one-quarter-fluid-last h5:first-child,
.content-block .one-quarter-fluid-last h6:first-child,
.content-block .one-quarter-fluid-last p:first-child,
.content-block .one-quarter-fluid-last ol:first-child,
.content-block .one-quarter-fluid-last ul:first-child,
.content-block .one-quarter-fluid-last table:first-child,
.content-block .one-third-fluid-last h1:first-child,
.content-block .one-third-fluid-last h2:first-child,
.content-block .one-third-fluid-last h3:first-child,
.content-block .one-third-fluid-last h4:first-child,
.content-block .one-third-fluid-last h5:first-child,
.content-block .one-third-fluid-last h6:first-child,
.content-block .one-third-fluid-last p:first-child,
.content-block .one-third-fluid-last ol:first-child,
.content-block .one-third-fluid-last ul:first-child,
.content-block .one-third-fluid-last table:first-child,
.content-block .three-quarters-fluid-last h1:first-child,
.content-block .three-quarters-fluid-last h2:first-child,
.content-block .three-quarters-fluid-last h3:first-child,
.content-block .three-quarters-fluid-last h4:first-child,
.content-block .three-quarters-fluid-last h5:first-child,
.content-block .three-quarters-fluid-last h6:first-child,
.content-block .three-quarters-fluid-last p:first-child,
.content-block .three-quarters-fluid-last ol:first-child,
.content-block .three-quarters-fluid-last ul:first-child,
.content-block .three-quarters-fluid-last table:first-child,
.content-block .two-thirds-fluid-last h1:first-child,
.content-block .two-thirds-fluid-last h2:first-child,
.content-block .two-thirds-fluid-last h3:first-child,
.content-block .two-thirds-fluid-last h4:first-child,
.content-block .two-thirds-fluid-last h5:first-child,
.content-block .two-thirds-fluid-last h6:first-child,
.content-block .two-thirds-fluid-last p:first-child,
.content-block .two-thirds-fluid-last ol:first-child,
.content-block .two-thirds-fluid-last ul:first-child,
.content-block .two-thirds-fluid-last table:first-child {
  margin-top: 0em;
}
.content-block .one-half-fluid,
.content-block .one-twelfth-fluid,
.content-block .one-sixth-fluid,
.content-block .one-quarter-fluid,
.content-block .one-third-fluid,
.content-block .three-quarters-fluid,
.content-block .two-thirds-fluid {
  padding-right: 2%;
}
@media handheld,only screen and (max-width: 70em) {
  .content-block .one-half-fluid,
  .content-block .one-twelfth-fluid,
  .content-block .one-sixth-fluid,
  .content-block .one-quarter-fluid,
  .content-block .one-third-fluid,
  .content-block .three-quarters-fluid,
  .content-block .two-thirds-fluid {
    padding-right: 0em;
  }
}
.nosplit {
  white-space: nowrap !important;
}
@media handheld,only screen and (max-width: 70em) {
  .nosplit {
    white-space: normal;
  }
}
.no-wrap {
  clear: both !important;
}
.no-border {
  background-color: transparent !important;
  padding: 0em !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.block-element {
  background: #3bb0c9;
  color: white;
  padding: 15px;
  overflow: hidden;
}
.block-element dl dt,
.block-element dl dd {
  display: inline-block;
  float: left;
  vertical-align: top;
}
@media handheld,only screen and (max-width: 70em) {
  .block-element dl dt,
  .block-element dl dd {
    display: block;
    float: none;
    clear: both;
  }
}
.block-element dl hr {
  background: darkcyan;
}
.block-element dl dt {
  clear: left;
  min-width: 16em;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 70em) {
  .block-element dl dt {
    min-width: auto;
    margin-top: 0.25em;
  }
}
.block-element h1,
.block-element h2,
.block-element h3,
.block-element h4,
.block-element h5,
.block-element h6,
.block-element p,
.block-element span,
.block-element a,
.block-element dd,
.block-element dl,
.block-element dt,
.block-element hr,
.block-element strong,
.block-element li,
.block-element ul {
  color: white;
}
.media-thumbnail {
  display: inline-block;
  margin-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 70em) {
  .media-thumbnail {
    display: block;
    float: none;
    text-align: center;
    margin: 1.5em auto;
  }
}
.media-thumbnail img {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  background: transparent;
  border: 0px solid #d9d9d9;
  max-width: 100%;
  vertical-align: middle;
  padding: 0px;
}
.media-thumbnail .media-caption {
  clear: both;
  display: block;
  color: #444444;
  font-size: 0.85em;
  text-align: center;
  line-height: 1.4em;
  margin: 0.5em auto;
}
@media handheld,only screen and (max-width: 70em) {
  .media-thumbnail .media-caption {
    text-align: center;
  }
}
@media handheld,only screen and (max-width: 70em) {
  .media-thumbnail.left,
  .media-thumbnail.right {
    display: block;
    float: none;
    text-align: center;
  }
}
.media-thumbnail.left {
  margin: 0em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 70em) {
  .media-thumbnail.left {
    margin: 0.5em auto;
  }
}
.media-thumbnail.right {
  margin: 0em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 70em) {
  .media-thumbnail.right {
    margin: 0.5em auto;
  }
}
.media-gallery {
  margin-right: -1.75em;
}
@media handheld,only screen and (max-width: 70em) {
  .media-gallery {
    margin-right: 0em;
  }
}
.media-gallery .media-thumbnail {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.6666666667%;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  vertical-align: top;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 70em) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 70em) {
  .media-gallery .media-thumbnail {
    display: block;
    text-align: center;
    width: auto;
    height: auto;
    margin: 0.5em auto;
  }
}
.media-gallery .media-thumbnail img {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  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-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 70em) {
  .page-region form {
    max-width: 100%;
  }
}
.page-region form button {
  background-color: #004987;
  background: linear-gradient(to bottom,#02549a,#02447b);
  -webkit-box-shadow: inset 0px 0px 8px -3px #ffffff;
  -moz-box-shadow: inset 0px 0px 8px -3px #ffffff;
  box-shadow: inset 0px 0px 8px -3px #ffffff;
  border: 1px solid #013b6c;
  margin: 0;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  padding: 0.65em 1em;
}
.page-region form button:hover {
  background: #013b6c;
}
.page-region form.form-invisible {
  background: transparent;
  border: none;
}
.page-region form.form-invisible .form-row {
  background: transparent;
  border: none;
  padding: 0.6em 0em;
}
.page-region form.f {
  color: ;
  background: ;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #e6e6e6;
  max-width: 100%;
  padding: 0em;
}
.page-region form.f .buttons {
  margin: 0em 0em 0em 7.5em;
  border-bottom: none;
}
@media handheld,only screen and (max-width: 70em) {
  .page-region form.f .buttons {
    max-width: 100%;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 70em) {
  .page-region form.f .buttons button,
  .page-region form.f .buttons .button {
    width: auto;
  }
}
.page-region form .form-row.inline-field,
.page-region form .inline-field {
  padding: 0.7em 0em;
}
@media handheld,only screen and (max-width: 70em) {
  .page-region form .form-row.inline-field,
  .page-region form .inline-field {
    padding: 0.7em 0em;
  }
}
.page-region form .form-row.inline-field .field,
.page-region form .inline-field .field {
  margin-left: 0em;
}
.page-region form .form-row {
  color: ;
  background: ;
  font-family: 'Open Sans', sans-serif;
  border-bottom: 0;
  padding: 0.5em 0.5em;
}
.page-region form .form-row::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
@media handheld,only screen and (max-width: 70em) {
  .page-region form .form-row {
    padding: 0.8em 1em;
  }
}
.page-region form .form-row label {
  float: left;
  color: ;
  background-color: transparent;
  width: 6.5em;
  margin: 0.35em 0em;
}
@media handheld,only screen and (max-width: 70em) {
  .page-region form .form-row label {
    float: none;
    width: auto;
  }
}
.page-region form .form-row label.rhs_label {
  float: none;
  width: auto;
}
.page-region form .form-row .field {
  margin-left: 7.5em;
}
@media handheld,only screen and (max-width: 70em) {
  .page-region form .form-row .field {
    display: block;
    margin: 0em;
  }
}
.page-region form .form-row .field .validation-advice {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #ffffff;
  background: #a90000;
  padding: 0.2em 0.35em;
  margin: 0.3em 0.2em;
}
.page-region form .form-row .field .note.required {
  color: #b80000;
  background: transparent;
  vertical-align: top;
  padding: 0.3em 0.3em;
}
.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 #e6e6e6;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #444444;
  background: #ffffff;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  width: 85%;
  max-width: 100%;
  border: 1px solid #e6e6e6;
  padding: 0.3em;
  margin: 0.2em 0;
}
@media handheld,only screen and (max-width: 70em) {
  .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 {
    width: 90%;
  }
}
@media handheld,only screen and (max-width: 70em) {
  .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 {
    width: 85%;
  }
}
.page-region form .form-row input[type=radio],
.page-region form .form-row input[type=checkbox] {
  border: 0;
  margin: 0 0.2em 0 0;
}
@media handheld,only screen and (max-width: 70em) {
  .page-region form .form-row select,
  .page-region form .form-row option {
    width: 90%;
    overflow: hidden;
  }
}
@media handheld,only screen and (max-width: 37.125em) {
  .page-region form .form-row select,
  .page-region form .form-row option {
    width: 85%;
  }
}
.page-region form .form-row input.tiny,
.page-region form .form-row textarea.tiny,
.page-region form .form-row select.tiny {
  width: 10%;
  min-width: 5em;
}
@media handheld,only screen and (max-width: 70em) {
  .page-region form .form-row input.tiny,
  .page-region form .form-row textarea.tiny,
  .page-region form .form-row select.tiny {
    width: 10%;
  }
}
@media handheld,only screen and (max-width: 37.125em) {
  .page-region form .form-row input.tiny,
  .page-region form .form-row textarea.tiny,
  .page-region form .form-row select.tiny {
    width: 85%;
    min-width: 0em;
  }
}
.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: 12em;
}
@media handheld,only screen and (max-width: 70em) {
  .page-region form .form-row input.small,
  .page-region form .form-row textarea.small,
  .page-region form .form-row select.small {
    width: 20%;
  }
}
@media handheld,only screen and (max-width: 37.125em) {
  .page-region form .form-row input.small,
  .page-region form .form-row textarea.small,
  .page-region form .form-row select.small {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row input.medium,
.page-region form .form-row textarea.medium,
.page-region form .form-row select.medium {
  width: 50%;
  min-width: 0em;
}
@media handheld,only screen and (max-width: 70em) {
  .page-region form .form-row input.medium,
  .page-region form .form-row textarea.medium,
  .page-region form .form-row select.medium {
    width: 50%;
    min-width: 0em;
  }
}
@media handheld,only screen and (max-width: 37.125em) {
  .page-region form .form-row input.medium,
  .page-region form .form-row textarea.medium,
  .page-region form .form-row select.medium {
    width: 85%;
  }
}
.page-region form .form-row input.large,
.page-region form .form-row textarea.large,
.page-region form .form-row select.large {
  width: 85%;
  min-width: 0em;
}
@media handheld,only screen and (max-width: 70em) {
  .page-region form .form-row input.large,
  .page-region form .form-row textarea.large,
  .page-region form .form-row select.large {
    width: 85%;
    min-width: 0em;
  }
}
@media handheld,only screen and (max-width: 37.125em) {
  .page-region form .form-row input.large,
  .page-region form .form-row textarea.large,
  .page-region form .form-row select.large {
    width: 85%;
  }
}
.page-region form .form-row .submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #f2f6f9;
  background-color: #004987;
  text-decoration: none;
  border: 0px solid #004987;
  margin: 0.4em 0em;
  padding: 0.65em 1em;
  cursor: pointer;
  background-color: #004987;
  background: linear-gradient(to bottom,#02549a,#02447b);
  -webkit-box-shadow: inset 0px 0px 8px -3px #ffffff;
  -moz-box-shadow: inset 0px 0px 8px -3px #ffffff;
  box-shadow: inset 0px 0px 8px -3px #ffffff;
  border: 1px solid #013b6c;
  margin: 0;
  text-decoration: none;
  display: block;
}
.page-region form .form-row .submit .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%23f2f6f9%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.page-region form .form-row .submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.page-region form .form-row .submit:hover {
  color: #f2f6f9;
  background-color: #003b6e;
}
.page-region form .form-row .submit:hover {
  color: #f2f6f9;
  background-color: #003b6e;
}
.page-region form.medium-label .buttons {
  margin-top: 0em;
}
.page-region form.medium-label .buttons.form-row {
  border-bottom: none;
}
.page-region form.large-label label {
  width: 16em;
  margin-right: 1em;
}
.page-region form.large-label .field {
  margin-left: 7.5em;
}
.cta {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
}
@media handheld,only screen and (max-width: 70em) {
  .cta {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 70em) {
  .cta {
    max-width: 264px;
    margin: 0.75em auto;
  }
}
.cta .cta-inner {
  color: #444444;
  text-align: center;
  margin-bottom: 0.5em;
  position: relative;
}
.cta .cta-inner a {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  display: block;
  color: #ffffff;
  background-color: #004987;
  text-decoration: none;
  padding: 0;
  overflow: auto;
}
.cta .cta-inner a:hover {
  color: #ffffff;
  background-color: #002d54;
  border-color: #002d54;
}
.cta .cta-inner a .media-thumbnail.media-size-call-to-action {
  display: block;
  margin: 0em;
}
.cta .cta-inner a .media-thumbnail.media-size-call-to-action img {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  padding: 0em;
}
@media handheld,only screen and (max-width: 70em) {
  .cta .cta-inner a .media-thumbnail.media-size-call-to-action img {
    margin-top: 0em;
  }
}
.cta .cta-inner a .plus {
  width: auto;
  top: 10px;
  right: 10px;
  position: absolute;
  z-index: 2000;
}
@media handheld,only screen and (max-width: 37.125em) {
  .cta .cta-inner a .plus {
    display: none;
  }
}
.cta .cta-inner a .cta-title {
  background: #3bb0c9;
  display: block;
  margin: -52px 0 0 8px;
  padding: 0.45em 0.65em;
  position: absolute;
  text-transform: uppercase;
  font-size: 1.35em;
  font-weight: lighter;
}
@media handheld,only screen and (max-width: 70em) {
  .cta .cta-inner a .cta-title {
    font-size: 1.2em;
  }
}
.cta.cta-last {
  margin-right: 0em;
}
@media handheld,only screen and (max-width: 70em) {
  .cta.cta-last {
    margin: 0.25em auto;
  }
}
.news-posts-list .news-post .news-post-info {
  color: #848484;
}
@media handheld,only screen and (max-width: 70em) {
  .news-posts-single .news-post-information .news-post-social,
  .news-posts-single .news-post-information .news-date {
    display: block;
    float: none !important;
    text-align: left !important;
    margin: 0.25em 0em;
  }
}
.news-posts-single .news-post-information .news-date {
  color: #848484;
}
.news-posts-single .readmore-style-box h2 {
  color: #004987 !important;
  padding: 7px 7px 0;
  font-size: 1.9em;
}
.news-posts-single #cms_page_comment_form .form-row div.field #comment_field {
  width: 85%;
}
.news-posts-list-brief {
  margin-left: 0;
  margin-right: 0;
}
.news-posts-list-brief li {
  width: 33%;
  display: inline;
  float: left;
  margin-left: 2px;
  padding: 8px 30px 8px 8px;
  text-align: left;
}
@media handheld,only screen and (max-width: 70em) {
  .news-posts-list-brief li {
    width: 100%;
  }
}
.news-posts-list-brief li .titlenewshome {
  display: block;
  font-weight: bold;
  color: #111;
  text-decoration: none;
  /*min-height: 44px;*/
  height: auto;
}
@media handheld,only screen and (max-width: 70em) {
  .news-posts-list-brief li .titlenewshome {
    min-height: 0;
  }
}
.news-posts-list-brief li hr {
  background: #004987;
  width: 18% !important;
  text-align: left;
}
.news-posts-list-brief li .news-post-preview {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 10px 0;
  width: 100%;
  min-height: 90px;
}
.news-posts-list-brief li .readmore {
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  float: right;
}
.news-posts-list-brief li .posted {
  font-size: 10px;
  color: #b3b3b3;
}
.readmore-style-box {
  background: #ccedfa !important;
  padding: 10px;
}
.readmore-style-box .button {
  background: #3bb0c9 !important;
  border: 0;
}
.search-wrapper .search input.search-button {
  background-color: #004987;
}
.search-wrapper .search input.search-button:hover {
  background-color: #003b6e;
}
@media handheld,only screen and (max-width: 70em) {
  .my-account-modify-form-buttons .button,
  .register-form-buttons .button {
    text-align: left;
    width: 100%;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body,
html {
  height: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background: #fff;
  font-family: 'Open 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: 70em) {
  .page-region {
    padding: 0.5em 1em;
  }
}
hr {
  background: #004987;
}
.button {
  background-color: #004987;
  background: linear-gradient(to bottom,#02549a,#02447b);
  -webkit-box-shadow: inset 0px 0px 8px -3px #ffffff;
  -moz-box-shadow: inset 0px 0px 8px -3px #ffffff;
  box-shadow: inset 0px 0px 8px -3px #ffffff;
  border: 1px solid #013b6c;
  margin: 0;
  text-decoration: none;
  display: block;
}
.button:hover {
  text-decoration: none !important;
  background: #013b6c;
}
.contact-wrapper {
  background: #f2f2f2;
}
.contact-wrapper .contact-block {
  font-size: 14px;
  width: 81em;
  margin: 0 auto;
  padding: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  margin: 0em auto;
  padding: 1.75em 0em;
  padding: 0 8em;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 70em) {
  .contact-wrapper .contact-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.contact-wrapper .contact-block .header-cell {
  float: right;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 70em) {
  .contact-wrapper .contact-block .header-cell {
    text-align: center;
    float: none;
  }
}
.contact-wrapper .contact-block .header-cell .phoneicon {
  float: left;
}
.contact-wrapper .contact-block .header-cell .phoneicon a {
  padding: 0.5em 0.7em;
}
.contact-wrapper .contact-block .header-cell .callus {
  float: left;
  padding: 0.5em 1em 0.5em 1em;
}
.contact-wrapper .contact-block .header-cell .appointment {
  float: left;
}
@media handheld,only screen and (max-width: 37.125em) {
  .contact-wrapper .contact-block .header-cell .appointment {
    width: 100%;
    margin-top: 10px;
  }
}
.contact-wrapper .contact-block .header-cell .appointment .button {
  background-color: #004987;
  background: linear-gradient(to bottom,#02549a,#02447b);
  -webkit-box-shadow: inset 0px 0px 9px -3px #ffffff;
  -moz-box-shadow: inset 0px 0px 9px -3px #ffffff;
  box-shadow: inset 0px 0px 9px -3px #ffffff;
  padding: 0.5em 1em 0.5em 2.5em;
  border: 1px solid #013b6c;
  background-color: #004987;
  background-image: url('../../include/resources/rainmed/images/ico-appointment.png');
  background-position: 9px 11px;
  background-repeat: no-repeat;
}
.contact-wrapper .contact-block .header-cell .appointment .button:hover {
  background: #013b6c;
  background-image: url('../../include/resources/rainmed/images/ico-appointment.png');
  background-position: 9px 11px;
  background-repeat: no-repeat;
}
.header-wrapper .header-block {
  font-size: 14px;
  width: 81em;
  margin: 0 auto;
  padding: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  margin: 0em auto;
  padding: 1.5em 0 0.7em 0;
  color: #444444;
  background: #ffffff;
}
@media handheld,only screen and (max-width: 70em) {
  .header-wrapper .header-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: 70em) {
  .header-wrapper .header-block {
    padding: 1em 0;
  }
}
.header-wrapper .header-block .logo-cell {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.56em;
  vertical-align: top;
  width: 19.6425em;
  /*
  @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');
  }
  */
  padding-left: 0;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 70em) {
  .header-wrapper .header-block .logo-cell {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
@media handheld,only screen and (min-width: 70em) and (max-width: 1140px) {
  .header-wrapper .header-block .logo-cell {
    width: auto;
    margin-right: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 70em) {
  .header-wrapper .header-block .logo-cell {
    text-align: center;
  }
}
.header-wrapper .header-block a {
  color: #004987;
}
.header-wrapper .header-block a:hover {
  color: #002d54;
}
.hero-wrapper .hero-block {
  font-size: 14px;
  width: 81em;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 10;
}
@media handheld,only screen and (max-width: 70em) {
  .hero-wrapper .hero-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.hero-wrapper .hero-block .hero-images {
  overflow: hidden;
}
.hero-wrapper .hero-block .hero-images img {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}
.hero-wrapper .hero-block .hero-text {
  position: absolute;
  left: 60px;
  top: 25%;
  font-size: 1.7em;
  line-height: 1.1em;
  letter-spacing: -1px;
  width: 50%;
  z-index: 10;
}
@media handheld,only screen and (max-width: 70em) {
  .hero-wrapper .hero-block .hero-text {
    left: 10px;
    width: 90%;
  }
}
.hero-wrapper .hero-block .hero-text .hero-title,
.hero-wrapper .hero-block .hero-text .hero-alt {
  text-shadow: 1px 1px 2px #333;
  filter: dropshadow(color=#333,offx=1px,offy=1px);
}
.hero-wrapper .hero-block .hero-text .hero-title {
  color: #ffffff;
  font-size: 2em;
  line-height: 1.1em;
  margin-bottom: 0.1em;
}
@media handheld,only screen and (max-width: 70em) {
  .hero-wrapper .hero-block .hero-text .hero-title {
    font-size: 1.5em;
    line-height: 1em;
  }
}
.hero-wrapper .hero-block .hero-text .hero-alt {
  color: #ffffff;
}
@media handheld,only screen and (max-width: 70em) {
  .hero-wrapper .hero-block .hero-text .hero-alt {
    font-size: 1em;
    line-height: 1em;
  }
}
.hero-wrapper .hero-block .hero-nav-left,
.hero-wrapper .hero-block .hero-nav-right {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  color: #bfd2e1;
  background-color: #004987;
  font-size: 1.6em;
  line-height: 1.4em;
  text-align: center;
  min-width: 1.6em;
  min-height: 1.6em;
  border: 2px solid #d4dde5;
  /* half of height */
  margin-top: -0.8em;
  /* half of width */
  margin-left: -0.8em;
  z-index: 15;
  cursor: pointer;
  display: none;
}
@media handheld,only screen and (max-width: 70em) {
  .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 {
  background-color: #3bb0c9;
}
.hero-wrapper .hero-block .hero-nav-left {
  left: 0;
  right: auto;
  margin-left: -15px;
  margin-right: 0;
}
@media handheld,only screen and (max-width: 70em) {
  .hero-wrapper .hero-block .hero-nav-left {
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 37.125em) {
  .hero-wrapper .hero-block .hero-nav-left {
    display: none;
  }
}
.hero-wrapper .hero-block .hero-nav-right {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -15px;
}
@media handheld,only screen and (max-width: 70em) {
  .hero-wrapper .hero-block .hero-nav-right {
    margin-right: 0;
  }
}
@media handheld,only screen and (max-width: 37.125em) {
  .hero-wrapper .hero-block .hero-nav-right {
    display: none;
  }
}
.hero-wrapper .hero-block .suscribehero {
  margin-top: -100px;
  margin-bottom: 12px;
  z-index: 1000;
  position: relative;
}
@media handheld,only screen and (max-width: 70em) {
  .hero-wrapper .hero-block .suscribehero {
    margin-top: auto;
  }
}
@media handheld,only screen and (max-width: 37.125em) {
  .hero-wrapper .hero-block .suscribehero {
    display: none;
  }
}
.hero-wrapper .hero-block .suscribehero .centred {
  margin-left: 9%;
  margin-right: 9%;
  opacity: 0.94;
  filter: alpha(opacity=94);
  text-align: center;
}
@media handheld,only screen and (max-width: 70em) {
  .hero-wrapper .hero-block .suscribehero .centred {
    margin-right: 0;
    margin-left: 0;
  }
}
.hero-wrapper .hero-block .suscribehero .centred form {
  background: #efefef;
  padding: 1.6em 0.3em;
}
.hero-wrapper .hero-block .suscribehero .centred form span {
  text-align: left;
  font-size: 1.5em;
  margin-right: 30px;
  color: #333;
}
@media handheld,only screen and (max-width: 37.125em) {
  .hero-wrapper .hero-block .suscribehero .centred form span {
    text-align: center;
    padding-bottom: 20px;
    display: block;
    clear: right;
  }
}
.hero-wrapper .hero-block .suscribehero .centred form input {
  padding: 7px 4px;
  margin-right: 12px;
  border: 1px solid #ccc;
}
@media handheld,only screen and (max-width: 37.125em) {
  .hero-wrapper .hero-block .suscribehero .centred form input {
    text-align: center;
    margin-bottom: 20px;
    display: block;
    clear: right;
    width: 100%;
  }
}
.hero-wrapper .hero-block .hero-nav {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 15;
  display: none;
}
@media handheld,only screen and (max-width: 70em) {
  .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: #3797e9;
  border: 3px solid #d4dde5;
  padding: 5px;
  margin: 0 5px 0 0;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 70em) {
  .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: #3bb0c9;
}
.hero-wrapper .hero-block .hero-nav ul li.currentslide {
  background: #004987;
}
.nav-wrapper {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.56em;
  vertical-align: top;
  width: 60.5475em;
  /*
  @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;
  text-align: right;
  padding-right: 0;
  padding-top: 2em;
}
@media handheld,only screen and (max-width: 70em) {
  .nav-wrapper {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
@media handheld,only screen and (max-width: 70em) {
  .nav-wrapper {
    padding-right: 0;
    padding-top: 1em;
  }
}
.nav-wrapper .nav-block {
  font-size: 14px;
  width: 81em;
  margin: 0 auto;
  padding: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  margin: 0em auto;
  color: #444;
  background: transparent;
  text-align: right;
  z-index: 20;
  width: auto !important;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  /* Top Level */
}
@media handheld,only screen and (max-width: 70em) {
  .nav-wrapper .nav-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: 70em) {
  .nav-wrapper .nav-block {
    overflow: hidden;
    text-align: left;
    background: #004987;
  }
}
.nav-wrapper .nav-block .nav-toggle {
  display: none;
  color: #444;
  background: transparent;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.75em 1.5em;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 70em) {
  .nav-wrapper .nav-block .nav-toggle {
    display: block;
    color: #fff;
  }
}
.nav-wrapper .nav-block .nav-toggle .toggle-icon {
  float: right;
  background: transparent url('../../include/resources/rainmed/images/g-menu.svg') 50% 0% no-repeat;
  width: 23px;
  height: 23px;
  margin-top: -2px;
}
@media handheld,only screen and (max-width: 70em) {
  .nav-wrapper .nav-block .nav-cell {
    display: none;
  }
}
@media handheld,only screen and (max-width: 70em) {
  .nav-wrapper .nav-block.open .nav-cell {
    display: block;
  }
}
.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: 70em) {
  .nav-wrapper .nav-block ul {
    display: block;
    text-align: left;
    border: 0;
    padding: 1em 0em;
  }
}
.nav-wrapper .nav-block ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  border-right: 0 solid #444;
  padding: 0;
  margin: 0;
  /* 1st Dropdown Level */
}
@media handheld,only screen and (max-width: 70em) {
  .nav-wrapper .nav-block ul li {
    display: block;
    border-right: 0;
    border-left: 0;
    border-top: 0 solid #444;
  }
}
.nav-wrapper .nav-block ul li a {
  display: block;
  color: #444;
  text-decoration: none;
  padding: 0.75em 0.9em;
  white-space: nowrap;
}
.nav-wrapper .nav-block 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%2234px%22%20height%3D%224px%22%3E%3Cpolygon%20fill%3D%22%23444%22%20points%3D%227%2C0%2014%2C0%2010.5%2C4%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: 70em) {
  .nav-wrapper .nav-block ul li a.has_children {
    background-image: none;
    padding-right: 0;
  }
}
.nav-wrapper .nav-block ul li a:hover {
  color: #013b6c;
  background: #ebf8fd;
}
.nav-wrapper .nav-block 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%2234px%22%20height%3D%224px%22%3E%3Cpolygon%20fill%3D%22%23004987%22%20points%3D%227%2C0%2014%2C0%2010.5%2C4%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: 70em) {
  .nav-wrapper .nav-block ul li a:hover.has_children {
    background-image: none;
    padding-right: 0;
  }
}
.nav-wrapper .nav-block ul li:first-child {
  border-left: 0 solid #444;
}
@media handheld,only screen and (max-width: 70em) {
  .nav-wrapper .nav-block ul li:first-child {
    border: 0;
  }
}
@media handheld,only screen and (max-width: 70em) {
  .nav-wrapper .nav-block ul li:last-child {
    border: 0;
    border-top: 0 solid #444;
  }
}
.nav-wrapper .nav-block ul li:hover ul {
  -webkit-transition: top linear 0.2s;
  -moz-transition: top linear 0.2s;
  -o-transition: top linear 0.2s;
  -ms-transition: top linear 0.2s;
  transition: top linear 0.2s;
  top: 42px;
  height: auto;
  visibility: visible;
  background: #fff;
}
@media handheld,only screen and (max-width: 70em) {
  .nav-wrapper .nav-block ul li:hover ul {
    top: auto;
  }
}
.nav-wrapper .nav-block ul li ul {
  display: block;
  position: absolute;
  top: 33px;
  left: -2px;
  right: auto;
  background: transparent;
  min-width: 103%;
  height: auto;
  margin: 0;
  padding: 0;
  visibility: hidden;
  z-index: 200000;
}
@media handheld,only screen and (max-width: 70em) {
  .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;
  }
}
.nav-wrapper .nav-block ul li ul li {
  display: block;
  background: transparent;
  line-height: 1.8em;
  text-align: left;
  border: none;
  /* 2nd Dropdown Level */
}
@media handheld,only screen and (max-width: 70em) {
  .nav-wrapper .nav-block ul li ul li {
    background: none;
    -ms-filter: none;
    border: 0;
    padding-left: 1.75em;
  }
}
.nav-wrapper .nav-block ul li ul li:first-child {
  border: none;
}
@media handheld,only screen and (max-width: 70em) {
  .nav-wrapper .nav-block ul li ul li:first-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-block ul li ul li:last-child {
  border: none;
}
@media handheld,only screen and (max-width: 70em) {
  .nav-wrapper .nav-block ul li ul li:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-block ul li ul li a {
  padding: 0.5em 2em 0.5em 1em;
}
@media handheld,only screen and (max-width: 70em) {
  .nav-wrapper .nav-block ul li ul li a {
    padding: 0.25em 0em -0.25em 1.5em;
    margin: 0.25em 0em;
  }
}
.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%23444%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: 70em) {
  .nav-wrapper .nav-block ul li ul li a.has_children {
    background-image: none;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 70em) {
  .nav-wrapper .nav-block ul li ul li a:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-block ul li ul li a:hover {
  color: #004987;
}
@media handheld,only screen and (max-width: 70em) {
  .nav-wrapper .nav-block ul li ul li a:hover {
    color: #004987;
  }
}
.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%23004987%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: 70em) {
  .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('../../include/resources/rainmed/images/g-disabled.svg') no-repeat right center;
  cursor: default;
}
@media handheld,only screen and (max-width: 70em) {
  .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: 70em) {
  .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: 70em) {
  .nav-wrapper .nav-block ul li ul li:hover > ul {
    position: static;
  }
}
.content-wrapper .content-block {
  font-size: 14px;
  width: 81em;
  margin: 0 auto;
  padding: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  margin: 0em auto;
  padding: 1.75em 1.75em;
  color: #444444;
  background: #ffffff;
  padding: 1em 8em;
}
@media handheld,only screen and (max-width: 70em) {
  .content-wrapper .content-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.content-wrapper .content-block .plus {
  margin-left: auto;
  top: 10px;
  right: 10px;
  position: absolute;
  width: auto;
  z-index: 2000;
}
@media handheld,only screen and (max-width: 70em) {
  .content-wrapper .content-block {
    padding: 1em 0;
  }
}
.content-wrapper .content-block ol li,
.content-wrapper .content-block ul li {
  margin-bottom: 0.75em;
}
.content-wrapper .content-block p {
  overflow: hidden;
}
.content-wrapper .content-block p span {
  clear: right;
}
.content-wrapper .content-block .contactsection {
  overflow: hidden;
  padding-right: 34px;
  margin-top: 0;
}
.content-wrapper .content-block .contactsection dl dt,
.content-wrapper .content-block .contactsection dl dd {
  display: inline-block;
  float: left;
  vertical-align: top;
  clear: right;
  font-size: 1em;
}
@media handheld,only screen and (max-width: 70em) {
  .content-wrapper .content-block .contactsection dl dt,
  .content-wrapper .content-block .contactsection dl dd {
    display: block;
    float: none;
    clear: both;
  }
}
.content-wrapper .content-block .contactsection dl dt {
  clear: left;
  min-width: 5em;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 70em) {
  .content-wrapper .content-block .contactsection dl dt {
    min-width: auto;
    margin-top: 0.25em;
  }
}
.content-wrapper .content-block .subnav {
  margin: 0em;
}
.content-wrapper .content-block .subnav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.6666666667%;
}
@media handheld,only screen and (max-width: 70em) {
  .content-wrapper .content-block .subnav li {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.content-wrapper .content-block .subnav li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #f2f6f9;
  background-color: #004987;
  text-decoration: none;
  border: 0px solid #004987;
  margin: 0.4em 0em;
  padding: 0.65em 1em;
  cursor: pointer;
  background-color: #004987;
  background: linear-gradient(to bottom,#02549a,#02447b);
  -webkit-box-shadow: inset 0px 0px 8px -3px #ffffff;
  -moz-box-shadow: inset 0px 0px 8px -3px #ffffff;
  box-shadow: inset 0px 0px 8px -3px #ffffff;
  border: 1px solid #013b6c;
  margin: 0;
  text-decoration: none;
  display: block;
  width: 100%;
}
.content-wrapper .content-block .subnav li a .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%23f2f6f9%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.content-wrapper .content-block .subnav li a img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.content-wrapper .content-block .subnav li a:hover {
  color: #f2f6f9;
  background-color: #003b6e;
}
.content-wrapper .content-block .subnav li ul {
  display: none;
}
.callstoaction-wrapper .callstoaction-block {
  font-size: 14px;
  width: 81em;
  margin: 0 auto;
  padding: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  margin: 0em auto;
  padding: 1.75em 1.75em;
  color: #444444;
  background: #ffffff;
  padding: 0;
  text-align: center;
}
@media handheld,only screen and (max-width: 70em) {
  .callstoaction-wrapper .callstoaction-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: 70em) {
  .callstoaction-wrapper .callstoaction-block {
    padding: 0;
  }
}
.callstoaction-wrapper .callstoaction-block .subnav {
  margin: 0em;
}
.callstoaction-wrapper .callstoaction-block .subnav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.6666666667%;
}
@media handheld,only screen and (max-width: 70em) {
  .callstoaction-wrapper .callstoaction-block .subnav li {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.callstoaction-wrapper .callstoaction-block .subnav li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #f2f6f9;
  background-color: #004987;
  text-decoration: none;
  border: 0px solid #004987;
  margin: 0.4em 0em;
  padding: 0.65em 1em;
  cursor: pointer;
  background-color: #004987;
  background: linear-gradient(to bottom,#02549a,#02447b);
  -webkit-box-shadow: inset 0px 0px 8px -3px #ffffff;
  -moz-box-shadow: inset 0px 0px 8px -3px #ffffff;
  box-shadow: inset 0px 0px 8px -3px #ffffff;
  border: 1px solid #013b6c;
  margin: 0;
  text-decoration: none;
  display: block;
  width: 100%;
}
.callstoaction-wrapper .callstoaction-block .subnav li a .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%23f2f6f9%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.callstoaction-wrapper .callstoaction-block .subnav li a img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.callstoaction-wrapper .callstoaction-block .subnav li a:hover {
  color: #f2f6f9;
  background-color: #003b6e;
}
.callstoaction-wrapper .callstoaction-block .subnav li ul {
  display: none;
}
.newshomepage-wrapper .newshomepage-block {
  font-size: 14px;
  width: 81em;
  margin: 0 auto;
  padding: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  margin: 0em auto;
  padding: 1.75em 1.75em;
  color: #444444;
  background: #ffffff;
  padding: 0 8em 2em 8em;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 70em) {
  .newshomepage-wrapper .newshomepage-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: 70em) {
  .newshomepage-wrapper .newshomepage-block {
    float: none;
    padding: 0 0 2em 0 !important;
  }
}
.newshomepage-wrapper .newshomepage-block h3 {
  margin-bottom: 3px;
  float: left;
}
@media handheld,only screen and (max-width: 70em) {
  .newshomepage-wrapper .newshomepage-block h3 {
    float: none;
  }
}
.newshomepage-wrapper .newshomepage-block .viewall {
  float: right;
  font-size: 0.9em;
  height: 20px;
  position: absolute;
  margin-left: 65em;
}
@media handheld,only screen and (max-width: 70em) {
  .newshomepage-wrapper .newshomepage-block .viewall {
    float: none;
    display: block;
    margin-left: 0;
  }
}
.newshomepage-wrapper .newshomepage-block .viewall a {
  text-decoration: none;
  font-weight: bold;
}
.newshomepage-wrapper .newshomepage-block .hrview {
  margin-top: 43px;
}
@media handheld,only screen and (max-width: 70em) {
  .newshomepage-wrapper .newshomepage-block {
    padding: 1.75em 1.75em;
  }
}
.newshomepage-wrapper .newshomepage-block .subnav {
  margin: 0em;
}
.newshomepage-wrapper .newshomepage-block .subnav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.6666666667%;
}
@media handheld,only screen and (max-width: 70em) {
  .newshomepage-wrapper .newshomepage-block .subnav li {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.newshomepage-wrapper .newshomepage-block .subnav li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #f2f6f9;
  background-color: #004987;
  text-decoration: none;
  border: 0px solid #004987;
  margin: 0.4em 0em;
  padding: 0.65em 1em;
  cursor: pointer;
  background-color: #004987;
  background: linear-gradient(to bottom,#02549a,#02447b);
  -webkit-box-shadow: inset 0px 0px 8px -3px #ffffff;
  -moz-box-shadow: inset 0px 0px 8px -3px #ffffff;
  box-shadow: inset 0px 0px 8px -3px #ffffff;
  border: 1px solid #013b6c;
  margin: 0;
  text-decoration: none;
  display: block;
  width: 100%;
}
.newshomepage-wrapper .newshomepage-block .subnav li a .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%23f2f6f9%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.newshomepage-wrapper .newshomepage-block .subnav li a img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.newshomepage-wrapper .newshomepage-block .subnav li a:hover {
  color: #f2f6f9;
  background-color: #003b6e;
}
.newshomepage-wrapper .newshomepage-block .subnav li ul {
  display: none;
}
.footer-wrapper {
  background: #004987;
}
.footer-wrapper .footer-block {
  font-size: 14px;
  width: 81em;
  margin: 0 auto;
  padding: 0;
  margin: 0em auto;
  padding: 1.75em 0em;
  color: #fff;
  background: #004987;
  overflow: hidden;
  padding: 2em 8em;
}
@media handheld,only screen and (max-width: 70em) {
  .footer-wrapper .footer-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: 70em) {
  .footer-wrapper .footer-block {
    text-align: center;
    overflow: hidden;
  }
}
.footer-wrapper .footer-block .contactfooter {
  overflow: hidden;
  padding-right: 13px;
  margin-top: 8px;
}
.footer-wrapper .footer-block .contactfooter dl dt,
.footer-wrapper .footer-block .contactfooter dl dd {
  display: inline-block;
  float: left;
  vertical-align: top;
  font-size: 0.9em;
}
@media handheld,only screen and (max-width: 70em) {
  .footer-wrapper .footer-block .contactfooter dl dt,
  .footer-wrapper .footer-block .contactfooter dl dd {
    display: block;
    float: none;
    clear: both;
  }
}
.footer-wrapper .footer-block .contactfooter dl dt {
  clear: left;
  min-width: 1.7em;
  font-size: 0.9em;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 70em) {
  .footer-wrapper .footer-block .contactfooter dl dt {
    min-width: auto;
    margin-top: 0.25em;
  }
}
.footer-wrapper .footer-block .addressfooter {
  overflow: hidden;
  margin-top: 17px;
}
@media handheld,only screen and (max-width: 70em) {
  .footer-wrapper .footer-block .addressfooter {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.footer-wrapper .footer-block .addressfooter a {
  width: 33%;
}
@media handheld,only screen and (max-width: 70em) {
  .footer-wrapper .footer-block .addressfooter a {
    margin-left: 30%;
    margin-right: 30%;
    width: 40%;
  }
}
.footer-wrapper .footer-block .newsletterfooter {
  margin-bottom: 8px;
  margin-top: 8px;
  margin-left: 15px;
  margin-bottom: 47px;
}
@media handheld,only screen and (max-width: 70em) {
  .footer-wrapper .footer-block .newsletterfooter {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.footer-wrapper .footer-block .newsletterfooter form {
  text-align: right;
}
@media handheld,only screen and (max-width: 70em) {
  .footer-wrapper .footer-block .newsletterfooter form {
    text-align: center;
    padding: 15px;
  }
}
.footer-wrapper .footer-block .newsletterfooter form span {
  margin: 6px 0;
}
.footer-wrapper .footer-block .newsletterfooter form input {
  padding: 6px 10px;
  margin: 5px 0;
  width: 100%;
}
.footer-wrapper .footer-block .newsletterfooter .phone {
  white-space: nowrap;
}
.footer-wrapper .footer-block .logofooter {
  text-align: right;
}
@media handheld,only screen and (max-width: 70em) {
  .footer-wrapper .footer-block .logofooter {
    text-align: center;
  }
}
.footer-wrapper .footer-block .openinghoursicon {
  text-align: center;
}
.footer-wrapper .footer-block .openingfooter {
  background: #3bb0c9;
  padding: 45px 20px 20px 20px;
  margin-top: -38px;
  overflow: hidden;
}
.footer-wrapper .footer-block .openingfooter dl dt,
.footer-wrapper .footer-block .openingfooter dl dd {
  display: inline-block;
  float: left;
  vertical-align: top;
  font-size: 13px;
}
@media handheld,only screen and (max-width: 70em) {
  .footer-wrapper .footer-block .openingfooter dl dt,
  .footer-wrapper .footer-block .openingfooter dl dd {
    display: block;
    float: none;
    clear: both;
  }
}
.footer-wrapper .footer-block .openingfooter dl hr {
  background: darkcyan;
}
.footer-wrapper .footer-block .openingfooter dl dt {
  clear: left;
  min-width: 12em;
  font-size: 13px;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 70em) {
  .footer-wrapper .footer-block .openingfooter dl dt {
    min-width: auto;
    margin-top: 0.25em;
  }
}
.footer-wrapper .footer-block .openingfooter span {
  font-size: 14px;
}
.footer-wrapper .footer-block .emergenciesfooter {
  padding: 20px;
}
.footer-wrapper .footer-block p {
  margin: 0.5em 0em;
  font-size: 13px;
}
.footer-wrapper .footer-block span {
  font-size: 13px;
}
.footer-wrapper .footer-block strong {
  font-size: 13px;
}
.footer-wrapper .footer-block .strongtittle {
  font-size: 18px;
}
.footer-wrapper .footer-block hr {
  background: white;
  margin: 7px 0;
}
.footer-wrapper .footer-block a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}
.footer-wrapper .footer-block a:hover {
  color: #fff;
  text-decoration: underline;
}
.author-wrapper {
  background: #3bb0c9;
}
.author-wrapper .author-block {
  font-size: 14px;
  width: 81em;
  margin: 0 auto;
  padding: 0;
  margin: 0em auto;
  color: #fff;
  padding: 0.8em 8em;
  width: 82%;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 70em) {
  .author-wrapper .author-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: 70em) {
  .author-wrapper .author-block {
    text-align: center;
  }
}
.author-wrapper .author-block a {
  color: #fff;
  text-decoration: none;
  float: right;
}
.author-wrapper .author-block a:hover {
  color: #fff;
  text-decoration: underline;
}
.author-wrapper .author-block a.author {
  color: #fff;
  font-size: 9px;
}
.author-wrapper .author-block a.author:hover {
  color: #fff;
}
