/* CSS Document */
/* CSS Document */
/* CSS Document */
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

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

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

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

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* For consistant cross browser rendering */
/* CSS Document */
/*
Version: 0.2b

NOTE: Added sidebar support
*/
/*
/////////////////////////
/// Development Stuff ///
/////////////////////////
*/
.std-button {
  /* Standard button mixin */

  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 14px;
  padding-right: 14px;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}
.std-button-hover {
  /* Standard button mixin */

  transition: background 0.2s ease-in;
  /* Firefox */

  -moz-transition: all 0.2s ease-in;
  /* WebKit */

  -webkit-transition: all 0.2s ease-in;
  /* Opera */

  -o-transition: all 0.2s ease-in;
  /* Standard */

  transition: all 0.2s ease-in;
  text-decoration: none;
}
/* This applies to cta-button because cta-button is the html element button */
button,
input[type="submit"],
input[type="reset"] {
  /* Standard button mixin */

  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 14px;
  padding-right: 14px;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  /* Standard button mixin */

  transition: background 0.2s ease-in;
  /* Firefox */

  -moz-transition: all 0.2s ease-in;
  /* WebKit */

  -webkit-transition: all 0.2s ease-in;
  /* Opera */

  -o-transition: all 0.2s ease-in;
  /* Standard */

  transition: all 0.2s ease-in;
  text-decoration: none;
}
.cta-button {
  /* A bigger button, by default */

  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 19.8px;
}
/* Forms */
input {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 7px;
  padding-right: 7px;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}
/* File Link behaviour */
.file-link {
  position: relative;
}
.file-link:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-repeat: no-repeat;
}
.pdf-file-link:before {
  background-image: url('styles/styles/../../../flex/images/icon-pdf.gif');
}
.doc-file-link:before {
  background: url('styles/styles/../../../flex/images/icon-doc.gif');
  background-repeat: no-repeat;
}
.xls-file-link:before {
  background: url('styles/styles/../../../flex/images/icon-xls.gif');
  background-repeat: no-repeat;
}
/* End development stuff */
/* Default values */
/* Defaults - can be over-riden by settings.less */
/* Also the BG for dropdown menus */
/* Standard elements */
blockquote {
  position: relative;
  margin-top: 28px;
  margin-bottom: 28px;
  margin-left: 28px;
  margin-right: 28px;
  font-style: italic;
}
blockquote cite {
  display: block;
  font-style: normal;
  text-align: right;
  font-size: 14.4px;
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a {
  white-space: nowrap;
}
/* Special Support Elements */
.display-inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  /* zoom: 1; 
	*display: inline; */

}
.margin-no-collapse {
  padding-top: 1px;
  padding-bottom: 1px;
}
.clearfix {
  clear: both;
}
/* Basic Elements */
html,
body {
  margin: 0px;
  padding: 0px;
}
html {
  min-width: 320px;
  overflow: auto;
}
body {
  position: relative;
  min-width: 320px;
  /* Typography */

  font-size: 18px;
  line-height: 28px;
}
/* New window */
/* a[target='_blank']{ position: relative; } */
a[target='_blank']:hover:after {
  content: "Opens in new window";
  display: inline-block;
  position: absolute;
  z-index: 9999;
  /* width: 16px; */

  height: 16px;
  margin-left: 4px;
  padding-left: 19px;
  padding-right: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url('styles/styles/../../../flex/images/icon-open-in-new-window.png');
  background-repeat: no-repeat;
  background-position: left;
  white-space: nowrap;
  color: #333;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 9px;
  text-decoration: none !important;
}
/* Site DOM Strucuter - Common styles */
/* Fix margins overflowing */
#header,
#feature-all,
#feature-home,
#body-wrapper,
#body-content,
.sidebar,
#footer-wrapper {
  padding-top: 1px;
  padding-bottom: 1px;
}
#header-wrapper {
  position: relative;
}
header {
  position: relative;
}
.logo-full-size {
  display: inline-block;
}
.logo-mobile-size {
  display: none;
}
#header:after {
  content: "";
  position: relative;
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  border-bottom: 12px solid blue;
}
#header-title {
  display: inline-block;
  white-space: nowrap;
  max-width: 45%;
  float: left;
  vertical-align: middle;
}
#header-title > a,
#header-title > a > img {
  max-width: 100%;
  vertical-align: middle;
}
#header-right {
  position: relative;
  display: inline-block;
  max-width: 45%;
  top: 0px;
  right: 0px;
  margin-top: 28px;
}
#nav-wrapper {
  position: relative;
}
/*
#header-wrapper{ position: relative; }
	header{
		position: relative;
	}
		.logo-full-size{ display: inline-block; }
		.logo-mobile-size{ display: none; }
	#header:after{
		content: "";
		position: relative;
		display:block;
		clear: both;
		height:0;
		visibility:hidden;
		border-bottom: 12px solid blue;
	}
		#header-title{
			display: inline-block;
			white-space: nowrap;
			max-width: 45%;
			float: left;
		}
		#header-right{
			position: relative;
			display: inline-block;
			max-width: 45%;
			top: 0px;
			right: 0px;
			
			margin-top: @line-height;
		}
#nav-wrapper{ position: relative; }
*/
#feature-all-wrapper {
  position: relative;
}
#feature-home-wrapper {
  position: relative;
}
.feature-home-top {
  text-align: center;
}
.feature-home-left {
  text-align: left;
}
.feature-home-right {
  text-align: left;
}
.feature-home-bottom {
  text-align: center;
}
#under-feature-home-wrapper {
  position: relative;
}
#body-wrapper {
  position: relative;
}
#body {
  position: relative;
}
#body:after {
  content: "";
  position: relative;
  display: block;
  clear: both;
}
#body-content {
  padding-bottom: 28px;
}
/* Need to make this responsive */
.sidebar-wrapper {
  position: relative;
  float: right;
  margin-left: 28px;
}
#sidebar-bottom.mobile-size {
  display: none;
}
#footer-wrapper {
  position: relative;
}
/* All mobile sizes */
@media screen and (max-width: 980px) {
  #header-title {
    white-space: normal;
  }
  #body-content {
    clear: both;
  }
  .sidebar-wrapper {
    position: relative;
    float: none;
    margin-left: auto;
  }
  #sidebar-bottom.full-size {
    display: none;
  }
  #sidebar-bottom.mobile-size {
    display: block;
  }
  /* Mobile site navigation */
  /* .menu-sidebar-menu-1-container */
  .menu {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .menu > li {
    display: inline-block;
    margin-right: 14px;
  }
}
/* Tiny mobile only markup */
@media screen and (max-width: 588px) {
  .logo-mobile-size {
    display: inline-block;
  }
  .logo-full-size.dynamic {
    display: none;
  }
}
/* Larger than tiny */
@media screen and (min-width: 589px) {
  .logo-full-size {
    border: 0px;
    display: -moz-inline-stack;
    display: inline-block;
    /* zoom: 1; 
  	*display: inline; */
  
  }
}
/* Near full sized site */
@media screen and (min-width: 784px) {
  .feature-home-left {
    float: left;
    width: 50%;
  }
  .feature-home-left > div {
    margin-right: 14px;
  }
  .feature-home-right {
    float: right;
    width: 50%;
  }
  .feature-home-right > div {
    margin-left: 14px;
  }
  .feature-home-bottom {
    clear: both;
  }
  /* Footer columns */
  #footer {
    position: relative;
    vertical-align: top;
  }
  .footer-1cols,
  .footer-2cols,
  .footer-3cols {
    position: relative;
    display: block;
    vertical-align: bottom;
  }
  .footer-2cols {
    width: 50%;
  }
  .footer-3cols {
    width: 33%;
  }
  .footer-3cols.footer-col1 {
    float: left;
  }
  .footer-3cols.footer-col2 {
    float: left;
  }
  .footer-3cols.footer-col3 {
    float: left;
  }
  .footer-2cols.footer-col1 {
    float: left;
  }
  .footer-2cols.footer-col2 {
    float: left;
  }
  #copyright {
    position: relative;
    clear: both;
  }
}
/* Navigation Menu */
#nav {
  margin: 0px;
  padding: 0px;
  background: transparent;
  text-align: left;
}
#nav,
#nav > div {
  /* Wordpress fixes */

  height: auto;
  line-height: 0px;
}
.dropdown-menu-bar {
  display: none;
}
#nav .sub-menu {
  display: none;
}
#nav ul {
  position: relative;
  z-index: 9000;
  display: inline-table;
  margin: 0px;
  padding: 0px;
}
#nav ul:after {
  content: "";
  clear: both;
  display: block;
}
#nav ul li {
  float: left;
  white-space: nowrap;
  /* Defaults */

  background-color: transparent;
}
#nav ul li:hover {
  /* Level 1 hover bg colours */

  background-color: #660000;
}
#nav ul li a {
  display: block;
  text-decoration: none;
  /* Defaults */

  padding-left: 14px;
  padding-right: 14px;
  color: #ffffff;
  line-height: 56px;
}
#nav ul li:hover a {
  /* Level 1 hover text colours */

  color: #ffffff;
}
#nav > ul > li > .sub-menu li:hover {
  background-color: #5c5f62 !important;
}
#nav > ul > li > .sub-menu li:hover > a {
  color: #ffffff !important;
}
#nav > ul > li > .sub-menu > li:hover > .sub-menu > li:hover > a {
  color: #ffffff !important;
}
/* Full size site navigation */
@media screen and (min-width: 981px) {
  /* Level 2 - Sub menu */
  #nav > ul > li:hover > .sub-menu {
    display: block;
  }
  #nav > ul > li > .sub-menu {
    /* Sub menu */
  
    border-radius: 0px;
    padding: 0;
    position: absolute;
    top: 100%;
  }
  #nav > ul > li > .sub-menu li {
    float: none;
    min-width: 120px;
    position: relative;
    background-color: #660000;
  }
  /* >> */
  #nav > ul > li > .sub-menu > li > a:hover {
    /* move to website-skin */
  
    color: #ffffff;
  }
  /* Level 3 - Sub menu */
  #nav > ul > li > .sub-menu > li:hover > .sub-menu {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
  }
}
/* Mobile site navigation */
@media screen and (max-width: 980px) {
  /* Main menu styles */
  .dropdown-menu-bar {
    position: relative;
    display: block;
  }
  .dropdown-menu-bar:after {
    content: "";
    clear: both;
    display: block;
  }
  .dropdown-menu-bar:hover .dropdown-menu-button {
    background-color: #660000;
    color: #ffffff;
  }
  .dropdown-menu-button {
    cursor: pointer;
    padding-left: 28px;
    padding-right: 28px;
    background-color: transparent;
    color: #ffffff;
  }
  .dropdown-menu-title {
    line-height: 56px;
  }
  .dropdown-menu-icon {
    z-index: 9999;
    position: absolute;
    display: inline-block;
    top: 0px;
    right: 0px;
    width: 28px;
    margin-top: 8.4px;
    margin-right: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .dropdown-menu-icon > .icon-bar {
    display: block;
    height: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
  }
  .dropdown-menu-bar:hover .dropdown-menu-icon > .icon-bar {
    background-color: #ffffff;
  }
  #nav ul li:hover > ul {
    /* display: none; */
    /* Over ride full menu functionality */
  
  }
  /* ===================================== */
  /* #nav > ul > li:hover > .sub-menu{ */
  #nav > ul > li > .sub-menu {
    display: block;
    position: relative;
  }
  #nav .sub-menu {
    cursor: pointer;
  }
  #nav .sub-menu a {
    padding-left: 56px;
  }
  #nav .sub-menu .sub-menu a {
    padding-left: 84px;
  }
  #nav .sub-menu:before,
  #nav .sub-menu:after {
    /* Click area */
  
    z-index: 19999;
    content: " ";
    position: absolute;
    display: -moz-inline-box;
    display: inline-block;
  }
  #nav .sub-menu:before {
    top: -56px;
    right: 0px;
    width: 20%;
    height: 56px;
  }
  #nav .sub-menu:after {
    /* Arrow */
  
    top: -32px;
    right: 28px;
    height: 0;
    width: 0;
    border-style: dashed;
    border-color: transparent;
    border-width: 8px;
    border-top-width: 8px;
    border-top-style: solid;
    border-top-color: #ffffff;
  }
  #nav .sub-menu:hover:after {
    border-top-color: #ffffff;
    /* background-color: @menu-hover2-color-bg; */
  
  }
  #nav .openSubMenu:after {
    /* Arrow */
  
    border-style: dashed;
    border-color: transparent;
    border-width: 8px;
    border-top-width: 0px;
    border-bottom-width: 8px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
  }
  #nav .openSubMenu:hover:after {
    border-top-width: 0px;
  }
  #nav .sub-menu li {
    display: none;
  }
  .hasOpenSubMenuChild {
    background-color: #660000;
  }
  .hasOpenSubMenuChild > a {
    color: #ffffff !important;
  }
  .openSubMenu {
    display: block !important;
  }
  .openSubMenu li {
    display: block !important;
    background-color: #660000;
  }
  .openSubMenu li > a {
    color: #ffffff !important;
  }
  /* #nav ul li:after{ */
  /*
  	#nav ul:hover > .sub-menu:after{
  		background-color: white;
  		border: 1px solid red;
  		color: black;
  	}
  	#nav .sub-menu:after{
  		z-index: 19999;
  		content: "Down";
  		position: absolute;
  		display: inline-block;
  		cursor: pointer;
  		width: 50px;
  		height: 25px;
  		top: -25px;
  		right: 0px;
  		
  		color: black;
  		background-color: white;
  	}
  
  	*/
  /* ===================================== */
  #nav ul {
    display: block;
  }
  #nav ul li {
    display: block;
    float: none;
  }
  #nav ul li a {
    padding-left: 28px;
    padding-right: 28px;
  }
  .nav-hide {
    display: none !important;
  }
}
/* Collapser Block */
.block-collapser.not-responsive > h2:first-of-type,
.block-collapser.not-responsive > h3:first-of-type,
.block-collapser.not-responsive > h4:first-of-type {
  cursor: pointer;
  border-bottom: 1px solid #CCC;
}
.block-collapser.not-responsive > h2:first-of-type:after,
.block-collapser.not-responsive > h3:first-of-type:after,
.block-collapser.not-responsive > h4:first-of-type:after {
  content: "";
  position: absolute;
  right: 28px;
  width: 0;
  height: 0;
  margin-top: 14px;
  line-height: 28px;
}
.block-collapser.not-responsive.open > h2:first-of-type:after,
.block-collapser.not-responsive.open > h3:first-of-type:after,
.block-collapser.not-responsive.open > h4:first-of-type:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid black;
}
.block-collapser.not-responsive.closed > h2:first-of-type:after,
.block-collapser.not-responsive.closed > h3:first-of-type:after,
.block-collapser.not-responsive.closed > h4:first-of-type:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid black;
}
.block-collapser.not-responsive.open .block-collapser-body {
  display: block;
}
.block-collapser.not-responsive.closed .block-collapser-body {
  display: none;
}
@media screen and (max-width: 980px) {
  .block-collapser > h2:first-of-type,
  .block-collapser > h3:first-of-type,
  .block-collapser > h4:first-of-type {
    cursor: pointer;
    border-bottom: 1px solid #CCC;
  }
  .block-collapser > h2:first-of-type:after,
  .block-collapser > h3:first-of-type:after,
  .block-collapser > h4:first-of-type:after {
    content: "";
    position: absolute;
    right: 28px;
    width: 0;
    height: 0;
    margin-top: 14px;
    line-height: 28px;
  }
  .block-collapser.open > h2:first-of-type:after,
  .block-collapser.open > h3:first-of-type:after,
  .block-collapser.open > h4:first-of-type:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid black;
  }
  .block-collapser.closed > h2:first-of-type:after,
  .block-collapser.closed > h3:first-of-type:after,
  .block-collapser.closed > h4:first-of-type:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid black;
  }
  .block-collapser.open .block-collapser-body {
    display: block;
  }
  .block-collapser.closed .block-collapser-body {
    display: none;
  }
}
@media print and (max-width: 980px) {
  .block-collapser-header {
    cursor: pointer;
    /* margin-left: -@gutter;
  		margin-right: -@gutter;
  		padding-left: @gutter;
  		padding-right: @gutter; */
  
    border-bottom: 1px solid #CCC;
    line-height: 56px;
  }
  .block-collapser-header.block-collapser-open:after,
  .block-collapser-header.block-collapser-closed:after {
    content: "";
    position: absolute;
    right: 28px;
    width: 0;
    height: 0;
    margin-top: 24px;
    margin-right: 28px;
    line-height: 28px;
  }
  .block-collapser-header.block-collapser-open:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid black;
  }
  .block-collapser-header.block-collapser-closed:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid black;
  }
  /*	.block-collapser{
  		display: none;
  	}*/
  .block-collapser.block-collapser-open {
    display: block;
  }
  .block-collapser.block-collapser-closed {
    display: none;
  }
}
/* ie fixes */
#nav-wrapper ul {
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  background: transparent;
}
#nav-wrapper ul li a {
  color: #ffffff;
}
/* @import "../../website-skin.less"; *//* CSS Document */
/* Settings variables */
/* Content positioning mixins */
.content-position {
  min-width: 292px;
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
}
.content-position-no-padding {
  min-width: 320px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
/* Site specific mixins and variables */
.page-drop-shadow {
  -moz-box-shadow: 2px 2px 4px #111;
  -webkit-box-shadow: 2px 2px 4px #111;
  box-shadow: 2px 2px 4px #111;
}
/* Fonts */
/* Note the font order under src - this order is required for chrome to smooth the font */
/*
@font-face {
    font-family: 'Font Name';
    src: url('fonts/font-name.eot'); 
    src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
         url('fonts/font-name.svg') format('svg'),
         url('fonts/font-name.woff') format('woff'),
         url('fonts/font-name.ttf')  format('truetype');
}
*/
/* General elements */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  color: #354351;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  text-decoration: none;
}
h1 {
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
}
header > h1 {
  margin-top: 0px;
}
h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
}
h3 {
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
h6 {
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
}
a {
  color: #656758;
}
a:link {
  text-decoration: underline;
}
a:visited {
  color: #354351;
  text-decoration: underline;
}
a:hover {
  color: #3f6875;
  text-decoration: none;
}
a:active {
  color: #3f6875;
  text-decoration: underline;
}
blockquote {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 28px;
  padding-right: 28px;
  border-left: 3px solid #999;
}
blockquote:before {
  content: '“';
  position: absolute;
  left: -56px;
  float: left;
  margin-top: 28px;
  color: #384a34;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 88px;
  text-shadow: 1px 1px 1px #CCC;
}
article > p:first-of-type {
  /* First paragraph of page */

}
.text-highlight {
  font-size: 125%;
  line-height: 35px;
  font-style: oblique;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.img-mobile-scale {
  max-width: 18%;
  height: auto;
}
.size-medium {
  max-width: 100%;
}
.alignright {
  float: right;
  max-width: 50%;
  height: auto;
  margin-left: 28px;
  margin-bottom: 28px;
}
.alignleft {
  float: left;
  max-width: 50%;
  height: auto;
  margin-right: 28px;
  margin-bottom: 28px;
}
header .phone-number-number {
  font-size: 110%;
  color: #fff;
}
.phone-number-number:link {
  font-weight: bold;
  text-decoration: none;
}
.phone-number-number:hover {
  text-decoration: underline;
}
header .phone-number-number:hover {
  color: #d3d5cb;
}
.cta-button {
  border: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
  background: #b00025;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  /* text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4); */

}
.cta-button:hover {
  transition: background 0.1s ease-in;
  /* Firefox */

  -moz-transition: all 0.1s ease-in;
  /* WebKit */

  -webkit-transition: all 0.1s ease-in;
  /* Opera */

  -o-transition: all 0.1s ease-in;
  /* Standard */

  transition: all 0.1s ease-in;
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.7);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.7);
  background: #d9163f;
  color: #FFF;
}
/* Special items */
/* None for this site */
/* Individual structural elements */
body {
  min-height: 100%;
  min-width: 100%;
  background: #3b4957;
  color: #354351;
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
}
#header-wrapper {
  padding-top: 1px;
  padding-bottom: 1px;
  background-image: url('mm-site-background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
#header {
  min-width: 292px;
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
  text-align: right;
  color: #FFF;
}
#header-title {
  margin-top: 28px;
}
#header-title a {
  color: #cccccc;
  text-decoration: none;
}
#header-right {
  float: right;
  margin-top: 28px;
}
#header-right .cta-button {
  min-width: 200px;
  margin-top: 14px;
  background: #aaaca1;
  color: #293542;
}
#header-right .cta-button:hover {
  background: #d9163f;
}
#nav-wrapper {
  background-color: #293542;
}
#nav {
  min-width: 292px;
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
}
#nav ul li a {
  line-height: 56px;
}
/* Navigation menu */
.responsive-menu-collapser a {
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
}
#feature-home-wrapper {
  background: #3b4856;
  background-image: url('herobg-home.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
#feature-home-wrapper .cta-button-link {
  display: block;
  margin: 0 auto;
}
#feature-home {
  min-width: 292px;
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 28px;
  padding-bottom: 28px;
  color: #FFF;
  font-size: 21.599999999999998px;
  line-height: 33.6px;
}
.feature-home-top {
  margin-top: 28px;
}
.feature-home-left {
  margin-top: 28px;
  margin-bottom: -56px;
}
.feature-home-left > div > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.feature-home-right {
  margin-top: 28px;
  font-size: 21.599999999999998px;
  line-height: 33.6px;
}
.feature-home-right > div {
  display: inline-block;
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 28px;
}
.feature-home-right > div > .textwidget > p {
  display: inline-block;
  padding: 10px;
  background-color: #293542;
  font-size: 24px;
  line-height: 32px;
}
.feature-home-right > div > .cta-button-link > .cta-button {
  width: 100%;
}
#feature-home h1,
#feature-home h2 {
  color: #293542;
  text-shadow: 1px 1px 1px #FFF;
}
#feature-all {
  position: relative;
  min-width: 292px;
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 28px;
  padding-bottom: 28px;
  color: #FFF;
  font-size: 21.599999999999998px;
  line-height: 33.6px;
}
@media screen and (max-width: 784px) {
  #feature-all .alignright {
    display: block;
    float: none;
    margin-top: 0px;
    margin-bottom: -42px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #feature-all .alignleft {
    display: block;
    float: none;
    margin-top: 0px;
    margin-bottom: -42px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
#feature-all h2 {
  color: #293542;
}
#feature-all .attachment-full {
  height: auto;
  text-align: center;
}
@media screen and (min-width: 784px) {
  #feature-all h2 {
    margin-top: 28px;
    max-width: 45%;
  }
  #feature-all .textwidget {
    max-width: 45%;
    margin-bottom: 28px;
  }
  #feature-all .attachment-full {
    position: absolute;
    top: 0px;
    right: 0px;
    max-width: 50%;
  }
}
#feature-sub-wrapper {
  height: 180px;
  background: #3b4856;
  background-image: url('herobg-subpage.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#body-wrapper {
  background-color: #FFF;
}
#body-content {
  min-width: 292px;
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
  max-width: 660px;
  padding-top: 28px;
  padding-bottom: 28px;
}
#footer-wrapper {
  margin-bottom: 6px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
#footer {
  min-width: 292px;
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
  position: relative;
  padding-bottom: 28px;
  text-align: right;
  color: #FFF;
  font-size: 14.4px;
}
.footer-col1 {
  float: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.footer-col1 > img {
  margin-left: 10px;
  margin-right: 10px;
}
#footer a {
  color: #FFF;
}
/* Full size only */
@media screen and (min-width: 980px) {
  #page-wrapper {
    /*
  		margin-top: @line-height;
  		margin-bottom: @line-height;
  		border: 1px solid #0059cd; 
  		border: 1px solid #999;
  		box-shadow: 2px 2px 5px #999;*/
  
  }
  .feature-home-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  #feature-home {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  /*
  		.feature-home-top > div{
  			width: 70%;
  			margin-left: auto;
  			margin-right: auto;
  		}
  	*/
}
/* Above small */
@media screen and (min-width: 490px) {
  #header-title {
    margin-top: 56px;
  }
  .cta-button {
    min-width: 200px;
  }
}
/* smaller than medium */
@media all and (max-width: 784px) {
  .feature-home-left {
    margin-bottom: 0px;
  }
  .feature-home-left {
    position: absolute;
    bottom: 0px;
    width: 90%;
  }
  .feature-home-left > div {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .feature-home-left > div > img {
    height: 200px;
    width: auto;
  }
  .feature-home-right {
    margin-bottom: 170px;
  }
  .feature-home-right > div {
    display: block;
  }
  .feature-home-right > div > .textwidget > p {
    display: block;
  }
  body img.alignright {
    float: none;
    display: block;
    margin-left: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
  }
}
/* Small only */
@media all and (max-width: 588px) {
  #header-wrapper {
    padding-left: 14px;
    padding-right: 14px;
  }
  #nav {
    padding-left: 14px;
    padding-right: 14px;
  }
  .body-content {
    padding-left: 14px;
    padding-right: 14px;
  }
  #footer {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media all and (max-width: 490px) {
  #header-title {
    display: block;
    max-width: none;
    float: none;
    text-align: center;
  }
  .phone-number-widget {
    margin-top: 28px;
    text-align: center;
  }
  #header-right {
    display: block;
    float: none;
    max-width: none;
    margin-top: 0px;
  }
  #header-right .textwidget {
    text-align: center;
  }
  #header-right .cta-button {
    min-width: 100%;
  }
}
/* Default Elements */
label {
  font-size: 16px;
  font-weight: bold;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  width: 90%;
  max-width: 350px;
  margin: 0px;
  padding-left: 14px;
  padding-right: 14px;
  border: 0px;
  background-color: #d0d1c9;
}
input[type="text"],
input[type="password"],
input[type="email"] {
  height: 42px;
}
textarea {
  padding-top: 14px;
  padding-bottom: 14px;
}
input[type="submit"] {
  /* A bigger button, by default */

  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 19.8px;
  border: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
  background: #b00025;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  /* text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4); */

  min-width: 200px;
}
input[type="submit"]:hover {
  transition: background 0.1s ease-in;
  /* Firefox */

  -moz-transition: all 0.1s ease-in;
  /* WebKit */

  -webkit-transition: all 0.1s ease-in;
  /* Opera */

  -o-transition: all 0.1s ease-in;
  /* Standard */

  transition: all 0.1s ease-in;
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.7);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.7);
  background: #d9163f;
  color: #FFF;
}
.wpcf7 #recaptcha_area {
  width: 461px;
  margin: 0 auto;
}
.ajax-loader {
  display: block;
}
/* Page specific */
.page-id-7 #body-content table td {
  vertical-align: top;
  padding-top: 5px;
  padding-right: 10px;
}
.page-id-7 #body-content .wpcf7 {
  text-align: center;
}
.page-id-7 #feature-sub-wrapper {
  height: 220px;
  background-position: top center;
  background-image: url('herobg-contact.jpg');
}
.page-id-42 #feature-sub-wrapper {
  height: 220px;
  background-position: center center;
  background-image: url('herobg-services.jpg');
}
