/*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 ***/
/*******************/
.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: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 8.9em;
  /*
  @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: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 19em;
  /*
  @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: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 29.1em;
  /*
  @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: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 39.2em;
  /*
  @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: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 59.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: 70em) {
  .one-half {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.three-quarters {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 89.7em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 70em) {
  .three-quarters {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.two-thirds {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 79.6em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 70em) {
  .two-thirds {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-twelfth-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 8.9em;
  /*
  @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: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 19em;
  /*
  @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: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 29.1em;
  /*
  @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: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 39.2em;
  /*
  @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: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 59.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: 70em) {
  .one-half-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.three-quarters-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 89.7em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 70em) {
  .three-quarters-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.two-thirds-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 79.6em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 70em) {
  .two-thirds-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  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: 10px;
  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: 10px;
  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: 10px;
  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: 10px;
  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: 10px;
  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: 10px;
  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: 10px;
  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: 10px;
  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: 10px;
  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: 10px;
  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: 10px;
  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: 10px;
  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: 10px;
  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: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 120em;
  /*
  @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: #d9d9d9;
  font-size: 0.9em;
  padding: 0 0.2em 0 0;
}
ul.breadcrumbs li a {
  color: #d9d9d9;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #a6a6a6;
}
.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: 1em;
  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: #000;
  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: #000;
  background-color: #92e638;
  text-decoration: none;
  padding: 0em 0.75em;
  margin: 0.25em 0em;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #fff;
  background-color: #fb8800;
}
.pagination ul.pagination li.current a {
  color: #fff;
  background-color: #fb8800;
  font-weight: bold;
  cursor: default;
}
.pagination ul.pagination li.current a:hover {
  color: #fff;
  background-color: #fb8800;
}
p {
  margin: 1em 0;
  font-size: 19px;
}
a {
  color: #009EE0;
}
a:hover {
  color: #007aad;
}
@media handheld,only screen and (max-width: 70em) {
  a:hover {
    color: #009EE0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-weight: normal;
  font-family: Montserrat;
  margin: 1em 0em 0.2em 0em;
  text-transform: uppercase;
}
.orange-text {
  color: #fb8800;
}
.yellow-text {
  color: #ffff00;
}
.white-text {
  color: white;
}
h1,
h2 {
  font-size: 74px;
  line-height: 1.2em;
  margin: 0 0 0.25em 0;
  letter-spacing: -6px;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 70em) {
  h1,
  h2 {
    font-size: 35px;
    line-height: 1em;
    letter-spacing: -2px;
    font-weight: normal;
  }
}
h2.subtitle {
  font-size: 54px;
}
@media handheld,only screen and (max-width: 70em) {
  h2.subtitle {
    font-size: 30px;
  }
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1.1em;
}
ol,
ul {
  margin: 1em 0em 1em 2em;
  font-size: 16px;
}
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: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  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: #f7f7f7;
    border-bottom: 1px solid #e6e6e6;
    padding: 1em 0.75em;
  }
}
table tr td,
table tr th {
  color: #000000;
  background-color: #f7f7f7;
  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: #92e638;
  }
}
table thead tr td,
table thead tr th {
  color: #f4fdeb;
  background-color: #92e638;
  font-weight: bold;
}
table tfoot {
  border-top: 1px solid #e6e6e6;
}
@media handheld,only screen and (max-width: 37.125em) {
  table tfoot tr {
    background-color: #ebebeb;
  }
}
table tfoot tr td,
table tfoot tr th {
  color: #000000;
  background-color: #ebebeb;
  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: #000000;
  background-color: transparent;
  font-weight: bold;
}
hr {
  color: rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.1);
  height: 1px;
  margin: 1em 0;
}
.blockquote-author {
  margin-right: 5%;
  display: inline-block;
  vertical-align: top;
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%220%200%20100%20100%22%20enable-background%3D%22new%200%200%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23FFEED9%22%20d%3D%22M92.2%2C76.8c12.3-19.3%2C10.1-45.3-6.8-62.2c-19.5-19.5-51.2-19.5-70.7%2C0c-19.5%2C19.5-19.5%2C51.2%2C0%2C70.7%20c16.9%2C16.9%2C42.8%2C19.2%2C62.2%2C6.8l18.9%2C3.5L92.2%2C76.8z%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M46%2C28.5c-1.1%2C0-1.7%2C0.9-1.9%2C2.6l-3.5-1c0.2-1.9%2C0.7-3.3%2C1.7-4.3c1-1%2C2.2-1.4%2C3.8-1.4c1.2%2C0%2C2.8%2C0.6%2C4.9%2C1.7%20c1.3%2C0.7%2C2.3%2C1.1%2C3%2C1.1c1.1%2C0%2C1.7-0.9%2C1.9-2.6l3.6%2C1c-0.2%2C1.9-0.7%2C3.3-1.7%2C4.3c-1%2C1-2.2%2C1.5-3.8%2C1.5c-1.2%2C0-2.8-0.6-4.9-1.7%20C47.7%2C28.9%2C46.7%2C28.5%2C46%2C28.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 230px 230px;
  background-position: center;
  height: 230px;
  width: 230px;
  text-align: center;
  font-family: Montserrat;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-size: 32px;
  line-height: 32px;
  padding-top: 95px;
  margin-top: 40px;
}
@media handheld,only screen and (max-width: 37.125em) {
  .blockquote-author {
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: -40px;
    display: block;
  }
}
blockquote {
  margin-top: 60px;
  margin-right: -10%;
  width: 75%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  border-left: 10px solid #fb8800;
  padding: 40px 0 0 20px;
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22100.4px%22%20height%3D%2270.5px%22%20viewBox%3D%220%200%20100.4%2070.5%22%20enable-background%3D%22new%200%200%20100.4%2070.5%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%3E%3Cpath%20d%3D%22M36.6%2C29.7c6.1%2C4.1%2C9.2%2C9.8%2C9.2%2C17.1c0%2C7.3-2.2%2C13.1-6.5%2C17.3c-4.3%2C4.3-9.8%2C6.4-16.4%2C6.4c-6.6%2C0-12-2-16.4-6.1%20C2.2%2C60.3%2C0%2C55%2C0%2C48.6c0-6.5%2C2-12.9%2C6.1-19.1L26.4%2C0h22.8L36.6%2C29.7z%20M88%2C29.7c6.1%2C4.1%2C9.2%2C9.8%2C9.2%2C17.1c0%2C7.3-2.2%2C13.1-6.5%2C17.3%20c-4.3%2C4.3-9.8%2C6.4-16.4%2C6.4c-6.6%2C0-12-2-16.4-6.1c-4.3-4.1-6.5-9.3-6.5-15.8c0-6.5%2C2-12.9%2C6.1-19.1L77.7%2C0h22.8L88%2C29.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 44px 31px;
  background-position: left 20px top;
}
@media handheld,only screen and (max-width: 37.125em) {
  blockquote {
    width: 100%;
    display: block;
  }
}
blockquote p {
  margin: 0;
  font-size: 26px;
  line-height: 27px;
}
.square-button {
  height: 50px;
  width: 50px;
}
.button,
.submit,
.orange-button,
.yellow-button,
.blue-button,
.red-button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Montserrat;
  margin: 10px 20px 10px 0;
  padding: 12px 12px 12px 14px;
  cursor: pointer;
  letter-spacing: -1px;
  font-size: 16px;
  height: 50px;
  vertical-align: top;
}
.button.yellow-button,
.submit.yellow-button,
.orange-button.yellow-button,
.yellow-button.yellow-button,
.blue-button.yellow-button,
.red-button.yellow-button {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23ffff00%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23ffd200%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23ffd200%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
  background-position: top left, bottom right 5px;
  background-size: auto 45px, auto 5px;
  background-repeat: no-repeat;
}
.button.yellow-button:hover,
.submit.yellow-button:hover,
.orange-button.yellow-button:hover,
.yellow-button.yellow-button:hover,
.blue-button.yellow-button:hover,
.red-button.yellow-button:hover {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23ffd200%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23ffba00%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23ffba00%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.button.blue-button,
.submit.blue-button,
.orange-button.blue-button,
.yellow-button.blue-button,
.blue-button.blue-button,
.red-button.blue-button {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%230094d1%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23006994%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23006994%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
  background-position: top left, bottom right 5px;
  background-size: auto 45px, auto 5px;
  background-repeat: no-repeat;
}
.button.blue-button:hover,
.submit.blue-button:hover,
.orange-button.blue-button:hover,
.yellow-button.blue-button:hover,
.blue-button.blue-button:hover,
.red-button.blue-button:hover {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23006994%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%2300597e%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%2300597e%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.button.red-button,
.submit.red-button,
.orange-button.red-button,
.yellow-button.red-button,
.blue-button.red-button,
.red-button.red-button {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23900000%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23480000%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23480000%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
  background-position: top left, bottom right 5px;
  background-size: auto 45px, auto 5px;
  background-repeat: no-repeat;
}
.button.red-button:hover,
.submit.red-button:hover,
.orange-button.red-button:hover,
.yellow-button.red-button:hover,
.blue-button.red-button:hover,
.red-button.red-button:hover {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%236c0000%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23480000%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23480000%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.button.button,
.button.submit,
.button.orange-button,
.submit.button,
.submit.submit,
.submit.orange-button,
.orange-button.button,
.orange-button.submit,
.orange-button.orange-button,
.yellow-button.button,
.yellow-button.submit,
.yellow-button.orange-button,
.blue-button.button,
.blue-button.submit,
.blue-button.orange-button,
.red-button.button,
.red-button.submit,
.red-button.orange-button {
  background-position: top left, bottom right 5px;
  background-size: auto 45px, auto 5px;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23FB8800%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23D97500%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23D97500%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.button.button:hover,
.button.submit:hover,
.button.orange-button:hover,
.submit.button:hover,
.submit.submit:hover,
.submit.orange-button:hover,
.orange-button.button:hover,
.orange-button.submit:hover,
.orange-button.orange-button:hover,
.yellow-button.button:hover,
.yellow-button.submit:hover,
.yellow-button.orange-button:hover,
.blue-button.button:hover,
.blue-button.submit:hover,
.blue-button.orange-button:hover,
.red-button.button:hover,
.red-button.submit:hover,
.red-button.orange-button:hover {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23D97500%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23c46a00%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23c46a00%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.button:hover,
.submit:hover,
.orange-button:hover,
.yellow-button:hover,
.blue-button:hover,
.red-button:hover {
  color: black;
}
.button-small {
  padding: 0.325em 1em;
}
.button-alt .button {
  padding: 1.3em 2em;
}
@media handheld,only screen and (max-width: 70em) {
  .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;
}
.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;
}
.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: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  background: transparent;
  border: 0px solid #d9d9d9;
  max-width: 100%;
  vertical-align: middle;
  padding: 0px;
}
.media-thumbnail .media-caption {
  clear: both;
  display: block;
  color: #000000;
  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: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.6666666667%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  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: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  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.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-family: source sans pro, Verdana, sans-serif;
  border: 1px solid #e6e6e6;
  max-width: 100%;
  padding: 0em;
}
.page-region form.f .buttons {
  margin: 0em 0em 0em 9em;
  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: source sans pro, Verdana, sans-serif;
  border-bottom: 1px solid #e6e6e6;
  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: 70em) {
  .page-region form .form-row {
    padding: 0.8em 1em;
  }
}
.page-region form .form-row label {
  float: left;
  color: ;
  background-color: transparent;
  width: 8em;
  margin: 0.25em 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: 9em;
}
@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: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  color: #000000;
  background: #ffffff;
  font-size: 1em;
  font-family: source sans pro, Verdana, 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;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Montserrat;
  margin: 10px 20px 10px 0;
  padding: 12px 12px 12px 14px;
  cursor: pointer;
  letter-spacing: -1px;
  font-size: 16px;
  height: 50px;
  vertical-align: top;
}
.page-region form .form-row .submit.yellow-button {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23ffff00%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23ffd200%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23ffd200%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
  background-position: top left, bottom right 5px;
  background-size: auto 45px, auto 5px;
  background-repeat: no-repeat;
}
.page-region form .form-row .submit.yellow-button:hover {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23ffd200%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23ffba00%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23ffba00%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.page-region form .form-row .submit.blue-button {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%230094d1%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23006994%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23006994%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
  background-position: top left, bottom right 5px;
  background-size: auto 45px, auto 5px;
  background-repeat: no-repeat;
}
.page-region form .form-row .submit.blue-button:hover {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23006994%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%2300597e%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%2300597e%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.page-region form .form-row .submit.red-button {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23900000%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23480000%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23480000%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
  background-position: top left, bottom right 5px;
  background-size: auto 45px, auto 5px;
  background-repeat: no-repeat;
}
.page-region form .form-row .submit.red-button:hover {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%236c0000%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23480000%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23480000%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.page-region form .form-row .submit.button,
.page-region form .form-row .submit.submit,
.page-region form .form-row .submit.orange-button {
  background-position: top left, bottom right 5px;
  background-size: auto 45px, auto 5px;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23FB8800%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23D97500%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23D97500%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.page-region form .form-row .submit.button:hover,
.page-region form .form-row .submit.submit:hover,
.page-region form .form-row .submit.orange-button:hover {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23D97500%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23c46a00%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23c46a00%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.page-region form .form-row .submit:hover {
  color: black;
}
.page-region form .form-row .submit:hover {
  color: #bfe7f7;
  background-color: #008cc7;
}
.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 {
  width: 47%;
  margin: 50px 0 50px 0;
  display: inline-block;
  vertical-align: top;
}
.cta:nth-of-type(1n) {
  margin-right: 6%;
}
.cta:nth-of-type(2n) {
  margin-right: -60%;
}
@media handheld,only screen and (max-width: 70em) {
  .cta {
    width: 100%;
    display: block;
    margin: 10px 0;
  }
  .cta a .cta-title-wrapper {
    margin: 0 !important;
    font-size: 50px !important;
  }
  .cta a .cta-text-wrapper {
    margin: 0 !important;
  }
  .cta a .cta-text-wrapper .orange-arrow {
    display: none;
  }
  .cta a .media-thumbnail img {
    border-radius: 9px 9px 0 0 !important;
    -moz-border-radius: 9px 9px 0 0 !important;
    -webkit-border-radius: 9px 9px 0 0 !important;
    -o-border-radius: 9px 9px 0 0 !important;
  }
}
.cta .cta-inner {
  text-align: left;
}
.cta .cta-inner a {
  display: block;
  color: #009EE0;
  text-decoration: none;
}
.cta .cta-inner a:hover {
  color: #007aad;
}
.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: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -o-border-radius: 9px;
  border: none;
  padding: 0em;
  border: 3px solid #fb8800;
}
@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 .text-wrapper {
  margin-top: -87px;
  margin-bottom: 125px;
}
@media handheld,only screen and (max-width: 70em) {
  .cta .cta-inner a .text-wrapper {
    margin-bottom: 50px;
  }
}
.cta .cta-inner a .cta-title-wrapper {
  border-radius: 9px 9px 0 0;
  -moz-border-radius: 9px 9px 0 0;
  -webkit-border-radius: 9px 9px 0 0;
  -o-border-radius: 9px 9px 0 0;
  background: rgba(146,230,56,0.8);
  display: inline-block;
  padding: 33px 25px 32px 20px;
  font-family: Montserrat;
  font-size: 62px;
  text-transform: uppercase;
  letter-spacing: -6px;
  font-weight: bold;
  color: black;
  height: 87px;
  margin-left: 30px;
}
.cta .cta-inner a .cta-text-wrapper {
  border-radius: 0 0 9px 9px;
  -moz-border-radius: 0 0 9px 9px;
  -webkit-border-radius: 0 0 9px 9px;
  -o-border-radius: 0 0 9px 9px;
  padding: 20px;
  color: white;
  font-size: 19px;
  background: black;
  padding: 21px 50px 20px 20px;
  margin-bottom: -87px;
  margin-right: 110px;
  margin-left: 30px;
  min-height: 87px;
  position: relative;
}
.cta .cta-inner a .cta-text-wrapper .orange-arrow {
  position: absolute;
  right: -50px;
  top: 10px;
}
.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: #404040;
}
@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: #404040;
}
.news-posts-single #cms_page_comment_form .form-row div.field #comment_field {
  width: 85%;
}
.search-wrapper .search input.search-button {
  background-color: #009EE0;
}
.search-wrapper .search input.search-button:hover {
  background-color: #008cc7;
}
@media handheld,only screen and (max-width: 70em) {
  .my-account-modify-form-buttons .button,
  .register-form-buttons .button {
    text-align: left;
    width: 100%;
  }
}
.news-categories .list.archives ul li ul,
.news-archives .list.archives ul li ul {
  display: none;
}
.news-categories .list.archives ul li:first-child ul,
.news-archives .list.archives ul li:first-child ul {
  /* Display Month breakdown of archives only for the current year */
  display: block;
}
.news-posts-list {
  margin: 0;
  white-space: nowrap;
}
.news-posts-list li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  white-space: normal;
  margin-right: 5%;
}
@media handheld,only screen and (max-width: 70em) {
  .news-posts-list li {
    width: 100%;
    display: block;
    margin: 20px 0;
  }
  .news-posts-list li a .media-thumbnail img {
    width: 100%;
  }
}
.news-posts-list li a {
  text-decoration: none;
}
.news-posts-list li a p {
  margin: 0;
}
.news-posts-list li a .media-thumbnail {
  margin: 0;
}
.news-posts-list li a .media-thumbnail img {
  -webkit-border-radius: 9px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 9px;
  -moz-border-radius-bottomleft: 0;
  border-radius: 9px;
  border-bottom-left-radius: 0;
}
.news-posts-list li a .post-text {
  margin-top: -110px;
  position: relative;
}
.news-posts-list li a .post-title {
  -webkit-border-bottom-right-radius: 9px;
  -moz-border-radius-bottomright: 9px;
  border-bottom-right-radius: 9px;
  background: rgba(146,230,56,0.8);
  height: 110px;
  padding: 27px 26px;
}
.news-posts-list li a .post-title h4 {
  font-family: Montserrat;
  text-transform: uppercase;
  letter-spacing: -2px;
  color: black;
  font-size: 27px;
  line-height: 27px;
  margin: 0;
  padding: 0;
}
.news-posts-list li a .news-post-preview {
  -webkit-border-bottom-right-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  background: black;
  color: white;
  margin: 0 60px 0 0;
  padding: 23px 50px 24px 23px;
  position: relative;
  min-height: 90px;
}
.news-posts-list li a .news-post-preview .orange-arrow {
  position: absolute;
  right: -50px;
  top: 10px;
}
.news-posts-list .news-post-headline {
  font-size: 20px;
  font-family: Montserrat;
  font-weight: normal;
  letter-spacing: -2px;
}
.news-posts-list .news-post-headline a {
  color: #fb8800;
  text-decoration: none;
}
.news-posts-list .news-post-headline a:hover {
  text-decoration: underline;
}
.news-posts-list .news-post-info {
  font-size: 14px;
}
.news-posts-list .news-post-info a {
  color: #92e638;
  text-decoration: none;
}
.news-posts-list .news-post-info a:hover {
  text-decoration: underline;
}
.news-posts-list .news-post-preview {
  margin-top: 0.5em;
}
.news-posts-list .news-post-preview a {
  color: #fb8800;
  text-decoration: none;
}
.news-posts-list .news-post-preview a:hover {
  text-decoration: underline;
}
.news-posts-single .news-title,
.news-posts-single .news-date {
  margin-top: 0.25em;
  margin-bottom: 0em;
}
.news-posts-single .news-date {
  font-size: 14px !important;
}
.news-posts-single .news-post-information {
  clear: both;
}
.news-posts-single .news-post-information .news-post-social {
  text-align: right;
  padding: 0em;
}
.news-posts-single .news-post-information .news-post-social .facebook,
.news-posts-single .news-post-information .news-post-social .twitter,
.news-posts-single .news-post-information .news-post-social .linked-in,
.news-posts-single .news-post-information .news-post-social .google-plus {
  display: inline-block;
  vertical-align: top;
}
.news-posts-single .news-post-information .news-post-social .facebook {
  margin-top: -0.1em;
}
.news-posts-single .news-post-information .news-date {
  float: left;
  font-size: 0.85em;
}
.news-posts-single .cms-page-comment {
  background: #efefef;
  border: none;
  padding: 1em;
  margin: 0.5em 0em;
}
.news-posts-single .cms-page-comment .cms-page-comment-heading {
  font-weight: bold;
  margin-bottom: 0.5em;
}
