/*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 */
/* System Messages */
/* Responsive Layout and Global Structures */
/* @pxMobileDeviceWidth converted to em based on the value of @pxFontSize */
/* 950px converted to em based on the value of @pxFontSize */
/* 321px converted to em based on the value of @pxFontSize */
/***************************************/
/* Override Classes from Joomla Import */
/***************************************/
/****************************************/
/* 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 ***/
/**********************/
/***********************/
/*** Readmore Module ***/
/***********************/
/*******************/
/*** News Module ***/
/*******************/
/*******************/
/*** Auth Module ***/
/*******************/
/*** Shared Elements ***/
/*** Main CSS ***/
.right {
  float: right;
}
@media handheld,only screen and (max-width: 59em) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 59em) {
  .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: 13px;
  margin-right: 1.27em;
  vertical-align: top;
  width: 4.94em;
  /*
  @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: 59em) {
  .one-twelfth {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-sixth {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.27em;
  vertical-align: top;
  width: 11.4em;
  /*
  @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: 59em) {
  .one-sixth {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-quarter {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.27em;
  vertical-align: top;
  width: 17.86em;
  /*
  @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: 59em) {
  .one-quarter {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-third {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.27em;
  vertical-align: top;
  width: 24.32em;
  /*
  @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: 59em) {
  .one-third {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.27em;
  vertical-align: top;
  width: 37.24em;
  /*
  @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: 59em) {
  .one-half {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.three-quarters {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.27em;
  vertical-align: top;
  width: 56.62em;
  /*
  @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: 59em) {
  .three-quarters {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.two-thirds {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.27em;
  vertical-align: top;
  width: 50.16em;
  /*
  @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: 59em) {
  .two-thirds {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-twelfth-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.27em;
  vertical-align: top;
  width: 4.94em;
  /*
  @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: 59em) {
  .one-twelfth-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-sixth-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.27em;
  vertical-align: top;
  width: 11.4em;
  /*
  @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: 59em) {
  .one-sixth-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-quarter-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.27em;
  vertical-align: top;
  width: 17.86em;
  /*
  @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: 59em) {
  .one-quarter-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-third-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.27em;
  vertical-align: top;
  width: 24.32em;
  /*
  @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: 59em) {
  .one-third-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.27em;
  vertical-align: top;
  width: 37.24em;
  /*
  @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: 59em) {
  .one-half-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.three-quarters-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.27em;
  vertical-align: top;
  width: 56.62em;
  /*
  @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: 59em) {
  .three-quarters-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.two-thirds-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.27em;
  vertical-align: top;
  width: 50.16em;
  /*
  @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: 59em) {
  .two-thirds-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49%;
}
@media handheld,only screen and (max-width: 59em) {
  .one-half-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-twelfth-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 6.5%;
}
@media handheld,only screen and (max-width: 59em) {
  .one-twelfth-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-sixth-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 15%;
}
@media handheld,only screen and (max-width: 59em) {
  .one-sixth-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-quarter-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 23.5%;
}
@media handheld,only screen and (max-width: 59em) {
  .one-quarter-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-third-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32%;
}
@media handheld,only screen and (max-width: 59em) {
  .one-third-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.three-quarters-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 74.5%;
}
@media handheld,only screen and (max-width: 59em) {
  .three-quarters-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.two-thirds-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 66%;
}
@media handheld,only screen and (max-width: 59em) {
  .two-thirds-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-half-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 59em) {
  .one-half-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-twelfth-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 6.5%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 59em) {
  .one-twelfth-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-sixth-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 15%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 59em) {
  .one-sixth-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-quarter-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 23.5%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 59em) {
  .one-quarter-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-third-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 59em) {
  .one-third-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.three-quarters-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 74.5%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 59em) {
  .three-quarters-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.two-thirds-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 66%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 59em) {
  .two-thirds-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.full {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.27em;
  vertical-align: top;
  width: 76em;
  /*
  @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: 59em) {
  .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 0.5em 0 !important;
}
ul.breadcrumbs li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #394e5d;
  font-size: 1.1em;
  padding: 0 0.2em 0 0;
}
ul.breadcrumbs li a {
  color: #386CAE;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #DC7C00;
}
.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: #ffffff;
  background-color: rgba(5,5,5,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: #ffffff;
  background-color: #050505;
  text-decoration: none;
  padding: 0em 0.75em;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #ffffff;
  background-color: #386CAE;
}
.pagination ul.pagination li.current a {
  color: #ffffff;
  background-color: #DC7C00;
  font-weight: bold;
  cursor: default;
}
.pagination ul.pagination li.current a:hover {
  color: #ffffff;
  background-color: #DC7C00;
}
p {
  margin: 1em 0;
}
a {
  color: #DC7C00;
  text-decoration: none;
}
a.button:hover {
  text-decoration: none;
}
a:hover {
  color: #c36e00;
  text-decoration: underline;
}
@media handheld,only screen and (max-width: 59em) {
  a:hover {
    color: #DC7C00;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #386CAE;
  font-weight: normal;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  margin: 1em 0em 0.2em 0em;
}
h1 + .readmore-style-box,
h2 + .readmore-style-box,
h3 + .readmore-style-box,
h4 + .readmore-style-box,
h5 + .readmore-style-box,
h6 + .readmore-style-box {
  margin-top: 25px;
}
h1 {
  color: #386CAE;
  font-size: 2.1em;
  line-height: 1.1em;
  margin: 0 0 0.25em 0;
}
h2 {
  font-size: 1.85em;
  line-height: 1.2em;
}
h3 {
  font-size: 1.7em;
  line-height: 1.2em;
}
h4 {
  font-size: 1.45em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1.1em;
}
ol,
ul {
  margin: 1em 0em 1em 2em;
}
ol li,
ul li {
  margin-bottom: 0.1em;
}
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: 2px solid #e1e9f4;
  border-collapse: separate;
  margin: 1em 0em;
}
table tr {
  border-bottom: 2px solid #e1e9f4;
}
@media handheld,only screen and (max-width: 43.3125em) {
  table tr {
    display: block;
    background-color: #fbfcfd;
    border-bottom: 2px solid #e1e9f4;
    padding: 1em 0.75em;
  }
}
table tr td,
table tr th {
  color: #394e5d;
  background-color: #fbfcfd;
  vertical-align: top;
  padding: 0.5em 1em;
}
@media handheld,only screen and (max-width: 43.3125em) {
  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: 43.3125em) {
  table tr:last-child {
    border-bottom: none;
  }
}
@media handheld,only screen and (max-width: 43.3125em) {
  table thead {
    display: none;
  }
}
@media handheld,only screen and (max-width: 43.3125em) {
  table thead tr {
    background-color: #050505;
  }
}
table thead tr td,
table thead tr th {
  color: #ffffff;
  background-color: #050505;
  font-weight: bold;
}
table tfoot {
  border-top: 2px solid #e1e9f4;
}
@media handheld,only screen and (max-width: 43.3125em) {
  table tfoot tr {
    background-color: #e8eef7;
  }
}
table tfoot tr td,
table tfoot tr th {
  color: #394e5d;
  background-color: #e8eef7;
  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: 43.3125em) {
  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: 43.3125em) {
  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: #394e5d;
  background-color: transparent;
  font-weight: bold;
}
table.table-style-contact {
  width: 100%;
}
hr {
  color: #dddddd;
  background: #dddddd;
  height: 1px;
  margin: 1em 0;
}
blockquote {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  color: #6E98C2;
  background: #050505;
  font-size: 1.8em;
  font-style: italic;
  line-height: 1.2em;
  text-align: center;
  border: 2px solid #6E98C2;
  margin: 1em auto;
  padding: 0.1em 0.2em;
}
.button,
.submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  color: #ffffff;
  background: #DC7C00;
  text-decoration: none;
  border: 0px solid #DC7C00;
  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%23ffffff%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: #ffffff;
  background: #386CAE;
}
.button-small {
  padding: 0.325em 1em;
}
.button-alt .button {
  padding: 1.3em 2em;
}
@media handheld,only screen and (max-width: 59em) {
  .left,
  .right {
    float: none;
    margin: 0.5em auto;
  }
}
.left {
  float: left;
  margin: 0em 1em 0.5em 0em;
}
.right {
  float: right;
  margin: 0em 0em 0.5em 1em;
}
.media-thumbnail.jce_icon img.jce_icon {
  width: 16px !important;
  height: 16px !important;
  border: none;
  margin-bottom: 0em;
}
@media handheld,only screen and (max-width: 59em) {
  .media-thumbnail.jce_icon img.jce_icon {
    display: inline-block;
    margin: 0em;
  }
}
.filesize.jce_size {
  color: #394e5d;
  font-size: 0.75em;
}
.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: 59em) {
  .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: 59em) {
  .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;
}
.media-thumbnail img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  background: transparent;
  border: 1px solid #6E98C2;
  max-width: 100%;
  vertical-align: middle;
  padding: 0px;
  margin-bottom: 1em;
}
@media handheld,only screen and (max-width: 59em) {
  .media-thumbnail img {
    display: block;
    float: none;
    text-align: center;
    margin: 0.75em auto;
  }
}
.media-thumbnail .media-caption {
  clear: both;
  display: block;
  color: #394e5d;
  font-size: 0.85em;
  line-height: 1.4em;
  margin: 0em auto 0.5em auto;
}
@media handheld,only screen and (max-width: 59em) {
  .media-thumbnail .media-caption {
    text-align: center;
  }
}
.media-thumbnail.left .media-caption,
.media-thumbnail.right .media-caption {
  text-align: center;
}
@media handheld,only screen and (max-width: 59em) {
  .media-thumbnail.left,
  .media-thumbnail.right {
    display: block;
    float: none;
    text-align: center;
    margin: 0.5em auto;
  }
}
.media-thumbnail.left {
  margin: 0em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 59em) {
  .media-thumbnail.left {
    margin: 0.5em auto;
  }
}
.media-thumbnail.right {
  margin: 0em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 59em) {
  .media-thumbnail.right {
    margin: 0.5em auto;
  }
}
.media-gallery {
  margin-right: -1.75em;
}
@media handheld,only screen and (max-width: 59em) {
  .media-gallery {
    margin-right: 0em;
  }
}
.media-gallery .media-thumbnail {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  vertical-align: top;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 59em) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 59em) {
  .media-gallery .media-thumbnail {
    display: block;
    text-align: center;
    width: auto;
    height: auto;
    margin: 0.5em auto;
  }
}
.media-gallery .media-thumbnail img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  background: transparent;
  border: 1px solid #6E98C2;
  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: 59em) {
  .page-region form {
    max-width: 100%;
  }
}
.page-region form.form-invisible {
  color: #394e5d;
  background: transparent;
  border: none;
}
.page-region form.form-invisible .form-row {
  color: #394e5d;
  background: transparent;
  border: none;
  padding: 0.6em 0em;
}
.page-region form.form-invisible .form-row label {
  color: #394e5d;
}
.page-region form.f {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  color: #ffffff;
  background: #050505 url('../../include/resources/fnqroc/images/i-hero-bg.jpg') 0% 5% no-repeat;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  border: 2px solid #e1e9f4;
  max-width: 100%;
  padding: 1em 0em;
  overflow: hidden;
}
.page-region form.f .buttons {
  margin: 0em 0em 0em 9em;
  border-bottom: none;
}
@media handheld,only screen and (max-width: 59em) {
  .page-region form.f .buttons {
    max-width: 100%;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 59em) {
  .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: 59em) {
  .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 {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  margin-left: 0em;
}
.page-region form .form-row {
  color: #ffffff;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  border-bottom: 2px solid #e1e9f4;
  border-bottom: none;
  padding: 0.8em 1em;
}
.page-region form .form-row::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
@media handheld,only screen and (max-width: 59em) {
  .page-region form .form-row {
    padding: 0.8em 1em;
  }
}
.page-region form .form-row label {
  float: left;
  color: #ffffff;
  background-color: transparent;
  width: 8em;
  margin: 0.25em 0em;
}
@media handheld,only screen and (max-width: 59em) {
  .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: 9em;
}
@media handheld,only screen and (max-width: 59em) {
  .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 #e1e9f4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #394e5d;
  background: #ffffff;
  font-size: 1em;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  width: 85%;
  max-width: 100%;
  border: 2px solid #e1e9f4;
  padding: 0.3em;
  margin: 0.2em 0;
}
@media handheld,only screen and (max-width: 59em) {
  .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: 59em) {
  .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: 59em) {
  .page-region form .form-row select,
  .page-region form .form-row option {
    width: 90%;
    overflow: hidden;
  }
}
@media handheld,only screen and (max-width: 43.3125em) {
  .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: 59em) {
  .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: 43.3125em) {
  .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: 59em) {
  .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: 43.3125em) {
  .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: 59em) {
  .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: 43.3125em) {
  .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: 59em) {
  .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: 43.3125em) {
  .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: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  color: #ffffff;
  background: #DC7C00;
  text-decoration: none;
  border: 0px solid #DC7C00;
  margin: 0.4em 0em;
  padding: 0.65em 1em;
  cursor: pointer;
}
.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%23ffffff%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: #ffffff;
  background: #386CAE;
}
.page-region form .form-row .submit:hover {
  color: #ffffff;
  background-color: #386CAE;
}
.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: 9em;
}
.cta {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32%;
}
@media handheld,only screen and (max-width: 59em) {
  .cta {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 59em) {
  .cta {
    max-width: 300px;
    margin: 0.25em auto;
  }
}
.cta .cta-inner {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  color: #394e5d;
  background: #050505 url('../../include/resources/fnqroc/images/i-hero-bg.jpg') 0% 0% no-repeat;
  text-align: center;
  border: 2px solid #6E98C2;
  padding: 0em;
  margin-bottom: 0.5em;
  overflow: hidden;
}
.cta .cta-inner a {
  display: block;
  color: #DC7C00;
  text-decoration: none;
}
.cta .cta-inner a:hover {
  color: #6E98C2;
}
.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: 0em;
  margin: 0em;
}
.cta .cta-inner a .cta-title {
  display: block;
  padding: 1em 0.5em;
}
.cta.cta-last {
  margin-right: 0em;
}
@media handheld,only screen and (max-width: 59em) {
  .cta.cta-last {
    margin: 0.25em auto;
  }
}
.readmore-style-box {
  background-color: #fff;
  border: 2px solid #386CAE;
  padding: 12px 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.readmore-style-box .readmore-style-button {
  display: block;
  color: #fff;
  background-color: #386CAE;
  font-size: 1.1em;
  font-weight: bold;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 12px 15px;
  margin: -12px -15px;
}
.readmore-style-box .readmore-style-button:hover {
  text-decoration: none;
}
.readmore-style-box > p:first-of-type {
  margin-top: 0px;
  margin-bottom: 0px;
}
.readmore-style-box .readmore-style-break {
  height: 0px;
  margin: 0px;
}
.readmore-style-box .readmore-style-break + * {
  margin-top: 30px;
}
.news-content {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 74.5%;
}
@media handheld,only screen and (max-width: 59em) {
  .news-content {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 59em) {
  .news-content {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 13px;
    padding-right: 2%;
    margin-right: -0.25em;
    vertical-align: top;
    width: 66%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 59em),only screen and (max-width: 59em) and handheld,only screen and (max-width: 59em) and only screen and (max-width: 59em) {
  .news-content {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 43.3125em) {
  .news-content {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 13px;
    padding-right: 2%;
    margin-right: -0.25em;
    vertical-align: top;
    width: 100%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 59em),only screen and (max-width: 43.3125em) and handheld,only screen and (max-width: 43.3125em) and only screen and (max-width: 59em) {
  .news-content {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.news-sidebar {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 23.5%;
  padding-right: 0;
  padding-top: 0.75em;
}
@media handheld,only screen and (max-width: 59em) {
  .news-sidebar {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 59em) {
  .news-sidebar {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 13px;
    padding-right: 2%;
    margin-right: -0.25em;
    vertical-align: top;
    width: 32%;
    padding-right: 0;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 59em),only screen and (max-width: 59em) and handheld,only screen and (max-width: 59em) and only screen and (max-width: 59em) {
  .news-sidebar {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 43.3125em) {
  .news-sidebar {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 13px;
    padding-right: 2%;
    margin-right: -0.25em;
    vertical-align: top;
    width: 100%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 59em),only screen and (max-width: 43.3125em) and handheld,only screen and (max-width: 43.3125em) and only screen and (max-width: 59em) {
  .news-sidebar {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.news-sidebar .see-older {
  text-transform: uppercase;
  text-align: center;
  margin-top: 3em;
}
.news-posts-list .news-post .news-post-info {
  color: #6f8fa7;
}
.news-posts-list .news-post .news-post-info a {
  color: #6f8fa7;
  text-decoration: none;
}
.news-posts-list .news-post .news-post-info a:hover {
  text-decoration: underline;
}
.news-posts-list .news-post .readmore {
  white-space: nowrap;
}
@media handheld,only screen and (max-width: 59em) {
  .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: #6f8fa7;
}
@media handheld,only screen and (max-width: 59em) {
  .news-posts-single #cms_page_comment_form .form-row div.field {
    margin-left: 0px;
  }
}
.news-posts-single #cms_page_comment_form .form-row div.field #comment_field {
  width: 85%;
}
.news-posts-single #cms_page_comment_form .form-row:last-child {
  border-bottom: none;
}
#user_pass_login_form .buttons.form-row {
  border-bottom: none;
}
@media handheld,only screen and (max-width: 59em) {
  .my-account-modify-form-buttons .button,
  .register-form-buttons .button {
    text-align: left;
    width: 100%;
  }
}
.sidebar .box {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  color: #dddddd;
  background: #050505 url('../../include/resources/fnqroc/images/i-hero-bg.jpg') 50% 5% no-repeat;
  padding: 1.5em;
  margin-bottom: 1.5em;
  border: 2px solid #6E98C2;
  overflow: hidden;
}
.sidebar .box h3 {
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 0em;
  margin-bottom: 0.5em;
}
.sidebar .box a {
  color: #DC7C00;
  text-decoration: none;
}
.sidebar .box a:hover {
  color: #6E98C2;
  text-decoration: underline;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body,
html {
  height: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background: #ecf1f8;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  line-height: 1.25em;
}
.page-region {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: visible;
  z-index: 3;
}
@media handheld,only screen and (max-width: 59em) {
  .page-region {
    padding: 0em;
    overflow: hidden;
  }
}
.header-wrapper {
  background: #050505;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23050505%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%2250%25%22%20style%3D%22stop-color%3A%23262626%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23050505%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
  border-bottom: 2px solid #6E98C2;
  position: relative;
}
.header-wrapper.home {
  border-bottom: 1px solid #363636;
}
.header-wrapper .header-block {
  font-size: 13px;
  width: 76em;
  margin: 0 auto;
  padding: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 0em auto;
  color: #ffffff;
}
@media handheld,only screen and (max-width: 59em) {
  .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 .logo-container {
  border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
  background: #121212;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%232e2e2e%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23121212%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
  display: block;
  border: 1px solid #050505;
  padding: 0.5em 1.5em;
  margin-left: 1em;
  position: absolute;
  z-index: 20;
}
@media handheld,only screen and (max-width: 59em) {
  .header-wrapper .header-block .logo-container {
    margin-left: 1em;
  }
}
@media handheld,only screen and (max-width: 59em) {
  .header-wrapper .header-block .logo-container .logo {
    width: 4em;
  }
}
.nav-wrapper {
  padding: 1em 0em 1em 13em;
}
@media handheld,only screen and (max-width: 59em) {
  .nav-wrapper {
    padding-left: 0em;
  }
}
.nav-wrapper .nav-block {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 0em auto;
  color: #ffffff;
  z-index: 20;
  /* Top Level */
}
@media handheld,only screen and (max-width: 59em) {
  .nav-wrapper .nav-block {
    overflow: hidden;
    text-align: left;
  }
}
.nav-wrapper .nav-block .nav-toggle {
  display: none;
  color: #ffffff;
  background: transparent;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.75em 1.5em;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 59em) {
  .nav-wrapper .nav-block .nav-toggle {
    display: block;
  }
}
.nav-wrapper .nav-block .nav-toggle .toggle-icon {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  float: right;
  background: transparent url('../../include/resources/fnqroc/images/g-menu.svg') 50% 50% no-repeat;
  border: 2px solid #6E98C2;
  width: 2.3em;
  height: 2.3em;
  margin-top: -0.75em;
}
@media handheld,only screen and (max-width: 59em) {
  .nav-wrapper .nav-block .nav-cell {
    display: none;
  }
}
@media handheld,only screen and (max-width: 59em) {
  .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: 59em) {
  .nav-wrapper .nav-block ul {
    display: block;
    text-align: left;
    border: 0;
    padding: 3.5em 0em 0.5em 0em;
  }
}
.nav-wrapper .nav-block ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  border-right: 1px solid #363636;
  padding: 0.25em 0.5em;
  margin: 0;
  /* 1st Dropdown Level */
}
@media handheld,only screen and (max-width: 59em) {
  .nav-wrapper .nav-block ul li {
    display: block;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #363636;
    padding: 0em;
  }
}
.nav-wrapper .nav-block ul li a {
  display: block;
  color: #ffffff;
  font-size: 1.15em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border-top: 1px solid transparent;
  padding: 0.6em 0.75em 1.15em 0.75em;
  white-space: nowrap;
}
@media handheld,only screen and (max-width: 59em) {
  .nav-wrapper .nav-block ul li a {
    padding: 0.75em 1.5em;
  }
}
.nav-wrapper .nav-block ul li a.has_children {
  background-image: url('../../include/resources/fnqroc/images/g-arrow-down-blue.png');
  background-position: 0.75em 100%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
@media handheld,only screen and (max-width: 59em) {
  .nav-wrapper .nav-block ul li a.has_children {
    background-image: none;
  }
}
.nav-wrapper .nav-block ul li a:hover,
.nav-wrapper .nav-block ul li a.current {
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  color: #ffffff;
  background: transparent;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23050505%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3Atransparent%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
  border-color: #363636;
}
@media handheld,only screen and (max-width: 59em) {
  .nav-wrapper .nav-block ul li a:hover,
  .nav-wrapper .nav-block ul li a.current {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-color: transparent;
  }
}
.nav-wrapper .nav-block ul li a:hover.has_children,
.nav-wrapper .nav-block ul li a.current.has_children {
  background-image: url('../../include/resources/fnqroc/images/g-arrow-down-blue.png');
  background-position: 0.75em 100%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
@media handheld,only screen and (max-width: 59em) {
  .nav-wrapper .nav-block ul li a:hover.has_children,
  .nav-wrapper .nav-block ul li a.current.has_children {
    background-image: none;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 59em) {
  .nav-wrapper .nav-block ul li a:current {
    background: #386CAE;
  }
}
@media handheld,only screen and (max-width: 59em) {
  .nav-wrapper .nav-block ul li:first-child {
    border: 0;
  }
}
.nav-wrapper .nav-block ul li:last-child {
  border-right: none;
}
@media handheld,only screen and (max-width: 59em) {
  .nav-wrapper .nav-block ul li:last-child {
    border: 0;
    border-top: 1px solid #363636;
  }
}
.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: 3.9em;
  height: auto;
  visibility: visible;
}
@media handheld,only screen and (max-width: 59em) {
  .nav-wrapper .nav-block ul li:hover ul {
    top: auto;
  }
}
.nav-wrapper .nav-block ul li ul {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  display: block;
  position: absolute;
  top: 3.9em;
  left: -2px;
  right: auto;
  background: #050505;
  min-width: 103%;
  height: auto;
  border: 1px solid #363636;
  margin: 0;
  padding: 0;
  visibility: hidden;
  z-index: 20;
}
@media handheld,only screen and (max-width: 59em) {
  .nav-wrapper .nav-block ul li ul {
    display: none;
    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;
  line-height: 1.8em;
  text-align: left;
  border: none;
  /* 2nd Dropdown Level */
}
@media handheld,only screen and (max-width: 59em) {
  .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: 59em) {
  .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: 59em) {
  .nav-wrapper .nav-block ul li ul li:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-block ul li ul li a {
  color: #ffffff;
  font-size: 1.05em;
  font-weight: normal;
  text-transform: none;
  padding: 0.35em 2em 0.35em 1em;
  border: none;
}
@media handheld,only screen and (max-width: 59em) {
  .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('../../include/resources/fnqroc/images/g-arrow-right-blue.png');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding-right: 2.5em;
}
@media handheld,only screen and (max-width: 59em) {
  .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.current.has_children.has_children {
  background-image: url('../../include/resources/fnqroc/images/g-arrow-right-blue.png');
  background-position: center right;
}
@media handheld,only screen and (max-width: 59em) {
  .nav-wrapper .nav-block ul li ul li a.current.has_children.has_children {
    background-image: none;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 59em) {
  .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 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #ffffff;
  background: #262626;
  border: none;
}
@media handheld,only screen and (max-width: 59em) {
  .nav-wrapper .nav-block ul li ul li a:hover {
    color: #ffffff;
  }
}
.nav-wrapper .nav-block ul li ul li a:hover.has_children {
  background-image: url('../../include/resources/fnqroc/images/g-arrow-right-blue.png');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
@media handheld,only screen and (max-width: 59em) {
  .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/fnqroc/images/g-disabled.svg') no-repeat right center;
  cursor: default;
}
@media handheld,only screen and (max-width: 59em) {
  .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: 59em) {
  .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: 59em) {
  .nav-wrapper .nav-block ul li ul li:hover > ul {
    position: static;
  }
}
.hero-wrapper {
  background: #050505 url('../../include/resources/fnqroc/images/i-hero-bg.jpg') 50% 75% no-repeat;
  border-bottom: 2px solid #6E98C2;
}
.hero-wrapper .hero-block {
  font-size: 13px;
  width: 76em;
  margin: 0 auto;
  padding: 0;
  padding-top: 1em;
  position: relative;
  z-index: 10;
}
@media handheld,only screen and (max-width: 59em) {
  .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-text {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 74.5%;
  background: url('../../include/resources/fnqroc/images/i-hero-text-bg.png') 0% 100% no-repeat;
  font-size: 1.4em;
  line-height: 1.1em;
  height: 7.5em;
  padding: 1.5em;
  position: relative;
  z-index: 15;
}
@media handheld,only screen and (max-width: 59em) {
  .hero-wrapper .hero-block .hero-text {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 59em) {
  .hero-wrapper .hero-block .hero-text {
    font-size: 1.2em;
    height: auto;
    margin: 0.5em;
  }
}
.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 {
  display: inline-block;
  color: #ffffff;
  background: url('../../include/resources/fnqroc/images/i-hero-title-bg.png') 100% 50% no-repeat;
  font-size: 1.55em;
  line-height: 1.1em;
  text-transform: uppercase;
  border: 1px solid #050505;
  border-right: none;
  padding: 0.25em 1.75em 0.25em 0.5em;
  margin-bottom: 0.25em;
}
@media handheld,only screen and (max-width: 59em) {
  .hero-wrapper .hero-block .hero-text .hero-title {
    font-size: 1.4em;
    line-height: 1em;
    padding: 0.25em 1.25em 0.25em 0.5em;
  }
}
.hero-wrapper .hero-block .hero-text .hero-alt {
  color: #ffffff;
}
@media handheld,only screen and (max-width: 59em) {
  .hero-wrapper .hero-block .hero-text .hero-alt {
    font-size: 0.9em;
    line-height: 1.25em;
  }
}
.hero-wrapper .hero-block .hero-images {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 23.5%;
  padding-right: 0;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  background-color: #2E3B4A;
  border: 4px solid #2E3B4A;
  border-bottom: none;
  margin-top: 1.5em;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
@media handheld,only screen and (max-width: 59em) {
  .hero-wrapper .hero-block .hero-images {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 59em) {
  .hero-wrapper .hero-block .hero-images {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border: none;
  }
}
.hero-wrapper .hero-block .hero-images img {
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}
@media handheld,only screen and (max-width: 59em) {
  .hero-wrapper .hero-block .hero-images img {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
  }
}
.hero-wrapper .hero-block .hero-nav {
  display: block;
  background: url('../../include/resources/fnqroc/images/i-lines-overlay.png') 0% 100% repeat-x;
  width: 85%;
  padding: 0.75em 2.25em 0.25em 2.25em;
  position: absolute;
  left: 0em;
  bottom: 0em;
}
@media handheld,only screen and (max-width: 59em) {
  .hero-wrapper .hero-block .hero-nav {
    width: 100%;
    position: relative;
    text-align: center;
  }
}
.hero-wrapper .hero-block .hero-nav ul {
  padding: 0em;
  margin: 0em;
  z-index: 15;
}
.hero-wrapper .hero-block .hero-nav ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url('../../include/resources/fnqroc/images/g-arrow-right-silver.png');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  margin: 0em;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 59em) {
  .hero-wrapper .hero-block .hero-nav ul li {
    margin: 0em 0.75em;
  }
}
.hero-wrapper .hero-block .hero-nav ul li:hover {
  background-image: url('../../include/resources/fnqroc/images/g-arrow-right-blue.png');
}
.hero-wrapper .hero-block .hero-nav ul li.currentslide {
  background-image: url('../../include/resources/fnqroc/images/g-arrow-right-blue.png');
}
.breadcrumbs-wrapper {
  border-bottom: 1px solid #dddddd;
}
.breadcrumbs-wrapper .breadcrumbs-block {
  font-size: 13px;
  width: 76em;
  margin: 0 auto;
  padding: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 0em auto;
  padding: 1.75em 1em;
  color: #394e5d;
  background: #ecf1f8;
  padding-bottom: 0em;
}
@media handheld,only screen and (max-width: 59em) {
  .breadcrumbs-wrapper .breadcrumbs-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: 59em) {
  .breadcrumbs-wrapper .breadcrumbs-block {
    padding: 1.75em 1em;
  }
}
.content-wrapper.has-sidebar .content-block .main-content {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 74.5%;
}
@media handheld,only screen and (max-width: 59em) {
  .content-wrapper.has-sidebar .content-block .main-content {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.content-wrapper.has-sidebar .content-block .sidebar {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 23.5%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 59em) {
  .content-wrapper.has-sidebar .content-block .sidebar {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.content-wrapper.has-sidebar .content-block .sidebar .box.newsletter-subscribe .newsletter-subscribe-form .name,
.content-wrapper.has-sidebar .content-block .sidebar .box.newsletter-subscribe .newsletter-subscribe-form .email {
  width: 100%;
  padding: 0.5em;
  margin-bottom: 0.5em;
}
.content-wrapper.has-sidebar .content-block .sidebar .box.newsletter-subscribe .newsletter-subscribe-form .button {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  background-color: #DC7C00;
  font-size: 1.2em;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  width: 100%;
}
.content-wrapper.has-sidebar .content-block .sidebar .box.newsletter-subscribe .newsletter-subscribe-form .button:hover {
  background-color: #386CAE;
}
.content-wrapper.has-sidebar .content-block .sidebar .box.search-our-website .search-button {
  background-color: #DC7C00;
}
.content-wrapper.has-sidebar .content-block .sidebar .box.search-our-website .search-button:hover {
  background-color: #386CAE;
}
.content-wrapper .content-block {
  font-size: 13px;
  width: 76em;
  margin: 0 auto;
  padding: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 0em auto;
  padding: 1.75em 1em;
  color: #394e5d;
  background: #ecf1f8;
}
@media handheld,only screen and (max-width: 59em) {
  .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: 59em) {
  .content-wrapper .content-block {
    padding: 1.75em 1em;
  }
}
.footer-wrapper {
  background: #050505;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23050505%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%2250%25%22%20style%3D%22stop-color%3A%23262626%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23050505%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
  border-top: 2px solid #6E98C2;
}
.footer-wrapper .footer-block {
  font-size: 13px;
  width: 76em;
  margin: 0 auto;
  padding: 0;
  margin: 0em auto;
  padding: 1.3125em 1em;
  color: #ffffff;
  overflow: auto;
}
@media handheld,only screen and (max-width: 59em) {
  .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: 59em) {
  .footer-wrapper .footer-block {
    padding: 1.3125em 1em;
    text-align: center;
    overflow: hidden;
  }
}
.footer-wrapper .footer-block .footer-credits {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 91.5%;
}
@media handheld,only screen and (max-width: 59em) {
  .footer-wrapper .footer-block .footer-credits {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.footer-wrapper .footer-block .to-top {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 6.5%;
  padding-right: 0;
  text-align: right;
}
@media handheld,only screen and (max-width: 59em) {
  .footer-wrapper .footer-block .to-top {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 59em) {
  .footer-wrapper .footer-block .to-top {
    text-align: center;
    padding: 2em 0em 1em 0em;
  }
}
.footer-wrapper .footer-block .to-top a {
  background-image: url('../../include/resources/fnqroc/images/g-arrow-up-blue.png');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  text-transform: uppercase;
  padding: 0.25em 0em 0.25em 2.5em;
}
.footer-wrapper .footer-block .to-top a:hover {
  color: #dddddd;
  background-image: url('../../include/resources/fnqroc/images/g-arrow-up-silver.png');
  text-decoration: none;
}
@media handheld,only screen and (max-width: 43.3125em) {
  .footer-wrapper .footer-block .no-split {
    display: block;
  }
}
.footer-wrapper .footer-block .spacer {
  margin: 0em 0.5em;
}
@media handheld,only screen and (max-width: 43.3125em) {
  .footer-wrapper .footer-block .spacer {
    display: none;
  }
}
.footer-wrapper .footer-block p {
  margin: 0.5em 0em;
}
.footer-wrapper .footer-block a {
  color: #6E98C2;
  text-decoration: none;
}
.footer-wrapper .footer-block a:hover {
  color: #6E98C2;
  text-decoration: underline;
}
