﻿@charset "utf-8";
/* CSS Document */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Loading Gif */

.c-loader {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  text-align: center;
}

.no-js .c-loader {
  display: none;
}


/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * 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/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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"],
/* 1 */
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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* End Normalize
   ========================================================================== */
/*@import '/bechtelcorporate/css/normalize.css';*/

/* jquery.mmenu.all.css*/
.mm-menu,
.mm-panels,
.mm-panels>.mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  box-sizing: border-box
}

.mm-btn,
.mm-menu {
  box-sizing: border-box
}

.mm-listview a,
.mm-listview a:hover,
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none
}

.mm-hidden {
  display: none !important
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative
}

.mm-menu {
  display: block;
  padding: 0;
  position: absolute
}

.mm-panels,
.mm-panels>.mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute
}

.mm-btn,
.mm-panel.mm-highest {
  z-index: 1
}

.mm-panels {
  overflow: hidden
}

.mm-panel {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.mm-panel.mm-opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0)
}

.mm-panels>.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px
}

.mm-listview .mm-divider,
.mm-listview>li>a,
.mm-listview>li>span,
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.mm-panels>.mm-panel.mm-hasnavbar {
  padding-top: 40px
}

.mm-panels>.mm-panel:after,
.mm-panels>.mm-panel:before {
  content: '';
  display: block;
  height: 20px
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  transform: none !important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
  border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
  display: block
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
  height: 40px;
  bottom: auto
}

.mm-listview>li.mm-vertical>.mm-next:after,
.mm-vertical .mm-listview>li>.mm-next:after {
  top: 16px;
  bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,
.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 19px
}

.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px
}

.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px
}

.mm-arrow:after,
.mm-next:after,
.mm-prev:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px
}

.mm-arrow:after,
.mm-next:after {
  border-top: none;
  border-left: none;
  right: 23px
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.mm-navbar>* {
  display: block;
  padding: 10px 0
}

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0
}

.mm-panel .mm-navbar {
  display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block
}

.mm-listview,
.mm-listview>li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0
}

.mm-listview {
  font: inherit;
  font-size: 16px;
  line-height: 26px;
}

.mm-listview>li {
  position: relative;
  background: #4d4d4c;
  border-bottom: 1px solid #333;
  line-height: 40px;
}

.mm-listview>li:hover {
  background: #5c5c5c;
}

.mm-listview>li:last-child {
  border-bottom: 0px;
}

.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after {
  border-color: inherit
}

.mm-listview>li>a,
.mm-listview>li>span {
  color: inherit;
  display: block;
  padding: 0px 0px 0px 20px;
  margin: 0
}

.mm-listview>li>a.mm-arrow,
.mm-listview>li>span.mm-arrow {
  padding-right: 50px
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2
}

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0
}

.mm-listview .mm-next+a,
.mm-listview .mm-next+span {
  margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
  padding-right: 50px;
  margin-right: 0
}

.mm-panels>.mm-panel>.mm-listview {
  margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
  margin-top: -20px
}

.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0
}

.mm-listview .mm-inset>li {
  padding: 5px 0
}

.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px
}

.mm-listview .mm-spacer {
  padding-top: 40px
}

.mm-listview .mm-spacer>.mm-next {
  top: 40px
}

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .7)
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
  color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, .1)
}

.mm-menu .mm-listview>li .mm-arrow:after,
.mm-menu .mm-listview>li .mm-next:after {
  border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview>li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, .5);
  tap-highlight-color: rgba(255, 255, 255, .5)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
  background: rgba(255, 255, 255, .5)
}

.mm-menu .mm-divider,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
  background: rgba(0, 0, 0, .05)
}

.mm-page {
  box-sizing: border-box;
  position: relative
}

.mm-slideout {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  z-index: 1
}

html.mm-opened {
  overflow-x: hidden;
  position: relative
}

html.mm-blocking,
html.mm-blocking body {
  overflow: hidden
}

/*html.mm-background .mm-page{background:inherit}*/
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000
}

html.mm-blocking #mm-blocker {
  display: block
}

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed
}

.mm-menu.mm-offcanvas.mm-current {
  display: block
}

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px
}

html.mm-opening .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width:550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0)
  }
}

.mm-menu.mm-autoheight.mm-bottom,
.mm-menu.mm-autoheight.mm-top {
  max-height: 80%
}

.mm-menu.mm-autoheight.mm-bottom.mm-fullscreen,
.mm-menu.mm-autoheight.mm-top.mm-fullscreen {
  max-height: 100%
}

.mm-menu.mm-measureheight .mm-panel {
  display: block !important
}

.mm-menu.mm-measureheight>.mm-panels>.mm-panel {
  bottom: auto !important;
  height: auto !important
}

.mm-menu.mm-columns {
  transition-property: width, max-width, -webkit-transform;
  transition-property: transform, width, max-width;
  transition-property: transform, width, max-width, -webkit-transform
}

.mm-menu.mm-columns .mm-panels>.mm-panel {
  width: 100%;
  right: auto;
  display: none;
  transition-property: width, -webkit-transform;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened {
  border-right: 1px solid;
  border-color: inherit;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 2
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-0 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-0 {
  display: block;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0
}

html.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width:0px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-1 {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-1 {
  display: block;
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0)
}

.mm-menu.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px
}

html.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width:550px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0)
  }
}

.mm-menu.mm-columns-1 .mm-panels>.mm-panel {
  width: 100%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-2 {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-2 {
  display: block;
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0)
}

.mm-menu.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px
}

html.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width:1100px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0)
  }
}

.mm-menu.mm-columns-2 .mm-panels>.mm-panel {
  width: 50%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-3 {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-3 {
  display: block;
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0)
}

.mm-menu.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px
}

html.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width:1650px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0)
  }
}

.mm-menu.mm-columns-3 .mm-panels>.mm-panel {
  width: 33.34%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-4 {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-4 {
  display: block;
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0)
}

.mm-menu.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px
}

html.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width:2200px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0)
  }
}

.mm-menu.mm-columns-4 .mm-panels>.mm-panel {
  width: 25%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-5 {
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-5 {
  display: block;
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0)
}

.mm-menu.mm-columns-5 {
  width: 80%;
  min-width: 140px;
  max-width: 2200px
}

html.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width:2750px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(2200px, 0, 0);
    transform: translate3d(2200px, 0, 0)
  }
}

.mm-menu.mm-columns-5 .mm-panels>.mm-panel {
  width: 20%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-6 {
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-6 {
  display: block;
  -webkit-transform: translate3d(700%, 0, 0);
  transform: translate3d(700%, 0, 0)
}

.mm-menu.mm-columns-6 {
  width: 80%;
  min-width: 140px;
  max-width: 2640px
}

html.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width:3300px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(2640px, 0, 0);
    transform: translate3d(2640px, 0, 0)
  }
}

.mm-menu.mm-columns-6 .mm-panels>.mm-panel {
  width: 16.67%
}

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: none;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%
}

em.mm-counter+a.mm-next {
  width: 90px
}

em.mm-counter+a.mm-next+a,
em.mm-counter+a.mm-next+span {
  margin-right: 90px
}

em.mm-counter+a.mm-fullsubopen {
  padding-left: 0
}

.mm-vertical>.mm-counter {
  top: 12px;
  margin-top: 0
}

.mm-vertical.mm-spacer>.mm-counter {
  margin-top: 40px
}

.mm-nosubresults>.mm-counter {
  display: none
}

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, .3)
}

.mm-divider>span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px
}

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.mm-collapsed:not(.mm-uncollapsed) {
  display: none
}

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-fixeddivider:after {
  content: none !important;
  display: none !important
}

.mm-hasdividers .mm-fixeddivider {
  display: block
}

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, .05)
}

html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  transition-duration: 0s
}

.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  height: 80%
}

html.mm-dropdown .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0
}

html.mm-dropdown #mm-blocker {
  transition-delay: 0s !important;
  z-index: 2000
}

html.mm-dropdown .mm-menu {
  z-index: 2
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none
}

.mm-menu.mm-tip:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.mm-menu.mm-tipleft:before {
  left: 22px
}

.mm-menu.mm-tipright:before {
  right: 22px
}

.mm-menu.mm-tiptop:before {
  top: -8px
}

.mm-menu.mm-tipbottom:before {
  bottom: -8px
}

.mm-iconpanel .mm-panel {
  transition-property: left, -webkit-transform;
  transition-property: transform, left;
  transition-property: transform, left, -webkit-transform
}

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit
}

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px
}

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  transition: opacity .4s ease
}

.mm-subopened .mm-subblocker {
  opacity: .6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3
}

.mm-navbar-bottom,
.mm-navbar-top~.mm-navbar-top {
  border-bottom: none
}

.mm-menu>.mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-navbar-bottom {
  border-top-width: 0px;
  border-top-style: solid;
  top: auto;
  bottom: 0
}

.mm-navbar-bottom~.mm-navbar-bottom {
  border-top: none
}

.mm-navbar.mm-hasbtns {
  padding: 0 40px
}

.mm-navbar[class*=mm-navbar-content-]>* {
  box-sizing: border-box;
  display: block;
  float: left
}

.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px
}

.mm-navbar .mm-breadcrumbs>* {
  display: inline-block;
  padding: 10px 3px
}

.mm-navbar .mm-breadcrumbs>a {
  text-decoration: underline
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0
}

.mm-navbar-top-1 {
  top: 0;
  height: 50px;
}

.mm-hasnavbar-top-1 .mm-panels,
.mm-navbar-top-2 {
  top: 50px
}

.mm-hasnavbar-top-2 .mm-panels,
.mm-navbar-top-3 {
  top: 90px
}

.mm-hasnavbar-top-3 .mm-panels,
.mm-navbar-top-4 {
  top: 120px
}

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px
}

.mm-navbar-bottom-1 {
  bottom: 0
}

.mm-hasnavbar-bottom-1 .mm-panels,
.mm-navbar-bottom-2 {
  bottom: 40px
}

.mm-hasnavbar-bottom-2 .mm-panels,
.mm-navbar-bottom-3 {
  bottom: 80px
}

.mm-hasnavbar-bottom-3 .mm-panels,
.mm-navbar-bottom-4 {
  bottom: 120px
}

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px
}

.mm-navbar-size-2 {
  height: 80px
}

.mm-navbar-size-3 {
  height: 120px
}

.mm-navbar-size-4 {
  height: 160px
}

.mm-navbar-content-2>* {
  width: 50%
}

.mm-navbar-content-3>* {
  width: 33.33%
}

.mm-navbar-content-4>* {
  width: 25%
}

.mm-navbar-content-5>* {
  width: 20%
}

.mm-navbar-content-6>* {
  width: 16.67%
}

.mm-sronly {
  text-indent: 10px;
  overflow: hidden;
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -1
}

.mm-search,
.mm-search input {
  box-sizing: border-box
}

.mm-search {
  padding: 12px 20px 0 20px;
  position: relative;
  overflow: hidden;
}

.mm-search input {
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 8px;
  font: inherit;
  font-size: 14px;
  display: block;
  width: 100%;
  height: 35px;
  margin: 0;
  padding: 0 10px
}

.mm-search input::-ms-clear {
  display: none
}

.mm-search .mm-clear,
.mm-search .mm-next {
  right: 0
}

.mm-panel>.mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.mm-panel.mm-hassearch {
  padding-top: 40px
}

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px
}

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0
}

.mm-noresults .mm-indexer {
  display: none !important
}

li.mm-nosubresults>a.mm-next {
  display: none
}

li.mm-nosubresults>a.mm-next+a,
li.mm-nosubresults>a.mm-next+span {
  padding-right: 10px
}

.mm-panels>.mm-resultspanel:not(.mm-opened) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, .05);
  color: rgba(0, 0, 0, .7)
}

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, .3)
}

.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  transition: right .4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%
}

.mm-indexer~.mm-panel.mm-hasindexer {
  padding-right: 40px
}

.mm-hasindexer .mm-indexer {
  right: 0
}

.mm-hasindexer .mm-fixeddivider {
  right: 20px
}

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+a,
.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+span,
.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+a,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+span,
.mm-menu.mm-parentselected .mm-listview>li>a:not(.mm-fullsubopen) {
  transition: background .4s ease
}

.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, .5)
}

input.mm-check,
input.mm-toggle {
  position: absolute;
  left: -10000px
}

label.mm-check,
label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px
}

label.mm-check:before,
label.mm-toggle:before {
  content: '';
  display: block
}

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px
}

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px
}

input.mm-toggle:checked~label.mm-toggle:before {
  float: right
}

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px
}

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

input.mm-check:checked~label.mm-check:before {
  opacity: 1
}

li.mm-vertical label.mm-check,
li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
  top: 5px
}

label.mm-toggle+a,
label.mm-toggle+span {
  padding-right: 80px
}

label.mm-check+a,
label.mm-check+span {
  padding-right: 60px
}

a.mm-next+label.mm-check,
a.mm-next+label.mm-toggle {
  right: 60px
}

a.mm-next+label.mm-check+a,
a.mm-next+label.mm-check+span,
a.mm-next+label.mm-toggle+a,
a.mm-next+label.mm-toggle+span {
  margin-right: 50px
}

a.mm-next+label.mm-toggle+a,
a.mm-next+label.mm-toggle+span {
  padding-right: 70px
}

a.mm-next+label.mm-check+a,
a.mm-next+label.mm-check+span {
  padding-right: 50px
}

em.mm-counter+a.mm-next+label.mm-check,
em.mm-counter+a.mm-next+label.mm-toggle {
  right: 100px
}

em.mm-counter+a.mm-next+label.mm-check+a,
em.mm-counter+a.mm-next+label.mm-check+span,
em.mm-counter+a.mm-next+label.mm-toggle+a,
em.mm-counter+a.mm-next+label.mm-toggle+span {
  margin-right: 90px
}

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, .1)
}

.mm-menu label.mm-toggle:before {
  background: #f3f3f3
}

.mm-menu input.mm-toggle:checked~label.mm-toggle {
  background: #4bd963
}

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, .7)
}

.mm-listview.mm-border-none>li:after,
.mm-menu.mm-border-none .mm-listview>li:after {
  content: none
}

.mm-listview.mm-border-full>li:after,
.mm-menu.mm-border-full .mm-listview>li:after {
  left: 0 !important
}

.mm-listview.mm-border-offset>li:after,
.mm-menu.mm-border-offset .mm-listview>li:after {
  right: 20px
}

.mm-menu.mm-effect-menu-zoom {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
  transform: scale(.7, .7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  transform-origin: left center
}

html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(.7, .7) translate3d(30%, 0, 0);
  transform: scale(.7, .7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  transform-origin: right center
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu.mm-effect-menu-slide {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0)
}

html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0)
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  transition: opacity .4s ease
}

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1
}

.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  transform-origin: left center
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
  transform: scale(.7, .7) translate3d(-30%, 0, 0)
}

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li {
  transition: none .4s ease
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(1) {
  transition-delay: 50ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(2) {
  transition-delay: .1s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(3) {
  transition-delay: 150ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(4) {
  transition-delay: .2s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(5) {
  transition-delay: 250ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(6) {
  transition-delay: .3s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(7) {
  transition-delay: 350ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(8) {
  transition-delay: .4s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(9) {
  transition-delay: 450ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(10) {
  transition-delay: .5s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(11) {
  transition-delay: 550ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(12) {
  transition-delay: .6s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(13) {
  transition-delay: 650ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(14) {
  transition-delay: .7s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(15) {
  transition-delay: 750ms
}

.mm-menu.mm-effect-listitems-slide .mm-listview>li {
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview>li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1
}

.mm-menu.mm-effect-listitems-fade .mm-listview>li {
  transition-property: opacity;
  opacity: 0
}

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview>li {
  opacity: 1
}

.mm-menu.mm-effect-listitems-drop .mm-listview>li {
  transition-property: opacity, top;
  opacity: 0;
  top: -25%
}

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview>li {
  opacity: 1;
  top: 0
}

.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px
}

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

@media all and (max-width:140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width:10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0)
  }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

@media all and (max-width:140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0)
  }
}

@media all and (min-width:10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0)
  }
}

.mm-menu.mm-fullscreen.mm-bottom,
.mm-menu.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px
}

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important
}

.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a,
.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span,
.mm-menu.mm-multiline .mm-listview>li>a,
.mm-menu.mm-multiline .mm-listview>li>span {
  text-overflow: clip;
  white-space: normal
}

html.mm-pagedim #mm-blocker,
html.mm-pagedim-black #mm-blocker,
html.mm-pagedim-white #mm-blocker {
  opacity: 0
}

html.mm-pagedim-black.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim.mm-opening #mm-blocker {
  opacity: .5;
  transition: opacity .4s ease .4s
}

html.mm-pagedim #mm-blocker {
  background: inherit
}

html.mm-pagedim-white #mm-blocker {
  background: #fff
}

html.mm-pagedim-black #mm-blocker {
  background: #000
}

.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%
}

.mm-menu.mm-pageshadow.mm-front:after,
.mm-menu.mm-pageshadow.mm-next:after {
  content: none;
  display: none
}

.mm-menu.mm-popup {
  transition: opacity .4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}

html.mm-popup.mm-opening .mm-menu.mm-popup {
  opacity: 1
}

html.mm-popup .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0
}

html.mm-popup #mm-blocker {
  transition-delay: 0s !important;
  z-index: 2000
}

html.mm-popup .mm-menu {
  z-index: 2
}

.mm-menu.mm-bottom,
.mm-menu.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px
}

.mm-menu.mm-right {
  left: auto;
  right: 0
}

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0)
  }
}

@media all and (min-width:550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0)
  }
}

html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0
}

html.mm-front #mm-blocker {
  z-index: 2000
}

html.mm-front .mm-menu {
  z-index: 2
}

.mm-menu.mm-front,
.mm-menu.mm-next {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0)
}

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0)
}

html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-menu.mm-theme-dark {
  background: #3e3e3e;
  border-color: rgba(0, 0, 0, .15);
  color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-theme-dark .mm-navbar a,
.mm-menu.mm-theme-dark .mm-navbar>*,
.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-btn:after,
.mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark .mm-listview>li .mm-arrow:after,
.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after {
  border-color: #d83935;
}

.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, .1);
  tap-highlight-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span {
  background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark .mm-divider,
.mm-menu.mm-theme-dark .mm-fixeddivider span,
.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
  background: rgba(255, 255, 255, .05)
}

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.mm-menu.mm-theme-dark .mm-search input {
  background: #cbcccb;
  margin-bottom: 0;
}

.mm-menu.mm-theme-dark .mm-indexer a,
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333
}

.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle {
  background: #4bd963
}

.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white .mm-navbar a,
.mm-menu.mm-theme-white .mm-navbar>*,
.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-btn:after,
.mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white .mm-listview>li .mm-arrow:after,
.mm-menu.mm-theme-white .mm-listview>li .mm-next:after {
  border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, .05);
  tap-highlight-color: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span {
  background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white .mm-divider,
.mm-menu.mm-theme-white .mm-fixeddivider span,
.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
  background: rgba(0, 0, 0, .03)
}

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, .05);
  color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white .mm-indexer a,
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff
}

.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle {
  background: #4bd963
}

.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, .2);
  color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-navbar a,
.mm-menu.mm-theme-black .mm-navbar>*,
.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-btn:after,
.mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black .mm-listview>li .mm-arrow:after,
.mm-menu.mm-theme-black .mm-listview>li .mm-next:after {
  border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, .3);
  tap-highlight-color: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span {
  background: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black .mm-divider,
.mm-menu.mm-theme-black .mm-fixeddivider span,
.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
  background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none
}

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, .3);
  color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-indexer a,
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000
}

.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle {
  background: #4bd963
}

.mm-menu .mm-tileview.mm-listview:after,
.mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both
}

.mm-menu .mm-tileview.mm-listview>li>.mm-next:after,
.mm-menu .mm-tileview.mm-listview>li>.mm-next:before,
.mm-menu.mm-tileview .mm-listview>li>.mm-next:after,
.mm-menu.mm-tileview .mm-listview>li>.mm-next:before,
.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none
}

.mm-menu .mm-tileview.mm-listview>li,
.mm-menu.mm-tileview .mm-listview>li {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  float: left;
  position: relative
}

.mm-menu .mm-tileview.mm-listview>li:after,
.mm-menu.mm-tileview .mm-listview>li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-s,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-s {
  width: 25%;
  padding-top: 25%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-l,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-l {
  width: 75%;
  padding-top: 75%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-xl {
  width: 100%;
  padding-top: 100%
}

.mm-menu .mm-tileview.mm-listview>li>a,
.mm-menu .mm-tileview.mm-listview>li>span,
.mm-menu.mm-tileview .mm-listview>li>a,
.mm-menu.mm-tileview .mm-listview>li>span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0
}

.mm-menu .mm-tileview.mm-listview>li>.mm-next,
.mm-menu.mm-tileview .mm-listview>li>.mm-next {
  width: auto
}

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0
}

.mm-menu.mm-tileview .mm-listview {
  margin: 0
}

/*@import '/bechtelcorporate/css/jquery.mmenu.all.css';*/

/* Slick */

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*End Slick*/
/*@import '/bechtelcorporate/css/slick.css';*/

/*icomoon*/
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?s0gpzs');
  src: url('../fonts/icomoon.eot?s0gpzs#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.woff2?s0gpzs') format('woff2'),
    url('../fonts/icomoon.ttf?s0gpzs') format('truetype'),
    url('../fonts/icomoon.woff?s0gpzs') format('woff'),
    url('../fonts/icomoon.svg?s0gpzs#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="moon-"],
[class*=" moon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.moon-calendar:before {
  content: "\e914";
}

.moon-link-external:before {
  content: "\e913";
}

.moon-location:before {
  content: "\e947";
}

.moon-download:before {
  content: "\e960";
}

.moon-play3:before {
  content: "\ea1c";
}

.moon-pause2:before {
  content: "\ea1d";
}

.moon-backward2:before {
  content: "\ea1f";
}

.moon-forward3:before {
  content: "\ea20";
}

.moon-google-plus:before {
  content: "\ea8b";
}

.moon-facebook:before {
  content: "\ea90";
}

.moon-twitter:before {
  content: "\ea96";
}

.moon-youtube:before {
  content: "\ea9d";
}

.moon-linkedin2:before {
  content: "\eaca";
}

.moon-house-outline:before {
  content: "\e911";
}

.moon-remove:before {
  content: "\e912";
}

.moon-square:before {
  content: "\e910";
}

.moon-search:before {
  content: "\e90f";
}

.moon-arrow-down:before {
  content: "\e900";
}

.moon-arrow-left:before {
  content: "\e901";
}

.moon-arrow-right:before {
  content: "\e902";
}

.moon-arrow-up:before {
  content: "\e903";
}

.moon-clipboard:before {
  content: "\e904";
}

.moon-factory:before {
  content: "\e905";
}

.moon-pdf:before {
  content: "\e906";
}

.moon-print:before {
  content: "\e907";
}

.moon-schedule:before {
  content: "\e908";
}

.moon-share:before {
  content: "\e909";
}

.moon-thinarrow-down:before {
  content: "\e90a";
}

.moon-thinarrow-left:before {
  content: "\e90b";
}

.moon-thinarrow-right:before {
  content: "\e90c";
}

.moon-thinarrow-up:before {
  content: "\e90d";
}

.moon-value:before {
  content: "\e90e";
}

.moon-time:before {
  content: "\e915";
  margin-right: 2px;
}



/*end iconmoon*/
/*@import '/bechtelcorporate/css/icomoon.css';*/

/*modern ticker*/

@charset "utf-8";

/* Ticker */
.modern-ticker {
  width: 900px;
  height: 34px;
  line-height: 30px;
  font-size: 16px;
  overflow: hidden;
}

.modern-ticker a {
  text-decoration: none;
}

.modern-ticker ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mt-round {
  border-radius: 7px;
}

/* Body */
.mt-body {
  margin: 2px;
  position: relative;
}

/* Label */
.mt-label {
  margin-right: 2px;
  padding: 0 8px 0 12px;
  position: absolute;
  left: 0;
}

.mt-round .mt-label {
  border-radius: 5px 0 0 5px;
}

/* News */
.mt-news {
  overflow: hidden;
  position: absolute;
}

.mt-scroll .mt-news {
  background-color: transparent;
}

.mt-news ul {
  /* Preload */
  background-repeat: no-repeat;
  background-position: -1000px;
}

.mt-news li {
  float: left;
}

.mt-round .mt-news:first-child,
.mt-round .mt-news:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.mt-round .mt-news:last-child,
.mt-round .mt-news:last-child a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.mt-news a {
  font-size: 15px;
  padding: 0 10px 0 20px;
  margin-right: 2px;
  background-repeat: no-repeat;
  background-position: 7px center;
  display: block;
  white-space: nowrap;
}

.mt-scroll.mt-round .mt-news a {
  border-radius: 0;
}

.mt-hide {
  display: none;
}

/* Controls */
.mt-controls {
  margin-left: 2px;
  position: absolute;
  right: 0;

  /* Preload */
  background-repeat: no-repeat;
  background-position: -1000px;
}

.mt-play,
.mt-prev,
.mt-next {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  cursor: pointer;
}

.mt-round .mt-next {
  border-radius: 0 5px 5px 0;
}

/*end modern ticker*/
/*@import '/bechtelcorporate/css/modern-ticker.css';*/

/*grid*/

@charset "utf-8";

/***** Grid  *****/

.container .row {
  margin-left: -1rem;
  margin-right: -1rem;
}

.container .row.smlgutter {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 1em;
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .col {
  float: left;
  box-sizing: border-box;
  margin-bottom: 1em;
}

.row>.col {
  padding: 0 1rem;
}

.row.smlgutter>.col {
  padding: 0 0.5rem;
}

.row .col[class*="push-"],
.row .col[class*="pull-"] {
  position: relative;
}

.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}

.row .col.pull-s1 {
  right: 8.3333333333%;
}

.row .col.push-s1 {
  left: 8.3333333333%;
}

.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}

.row .col.pull-s2 {
  right: 16.6666666667%;
}

.row .col.push-s2 {
  left: 16.6666666667%;
}

.row .col.offset-s3 {
  margin-left: 25%;
}

.row .col.pull-s3 {
  right: 25%;
}

.row .col.push-s3 {
  left: 25%;
}

.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}

.row .col.pull-s4 {
  right: 33.3333333333%;
}

.row .col.push-s4 {
  left: 33.3333333333%;
}

.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}

.row .col.pull-s5 {
  right: 41.6666666667%;
}

.row .col.push-s5 {
  left: 41.6666666667%;
}

.row .col.offset-s6 {
  margin-left: 50%;
}

.row .col.pull-s6 {
  right: 50%;
}

.row .col.push-s6 {
  left: 50%;
}

.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}

.row .col.pull-s7 {
  right: 58.3333333333%;
}

.row .col.push-s7 {
  left: 58.3333333333%;
}

.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}

.row .col.pull-s8 {
  right: 66.6666666667%;
}

.row .col.push-s8 {
  left: 66.6666666667%;
}

.row .col.offset-s9 {
  margin-left: 75%;
}

.row .col.pull-s9 {
  right: 75%;
}

.row .col.push-s9 {
  left: 75%;
}

.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}

.row .col.pull-s10 {
  right: 83.3333333333%;
}

.row .col.push-s10 {
  left: 83.3333333333%;
}

.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}

.row .col.pull-s11 {
  right: 91.6666666667%;
}

.row .col.push-s11 {
  left: 91.6666666667%;
}

.row .col.offset-s12 {
  margin-left: 100%;
}

.row .col.pull-s12 {
  right: 100%;
}

.row .col.push-s12 {
  left: 100%;
}

/* Responsive Styles */

@media only screen and (min-width: 30em) {
  /* < 480px */

  /* Grid - Medium */

  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }

  .row .col.pull-m1 {
    right: 8.3333333333%;
  }

  .row .col.push-m1 {
    left: 8.3333333333%;
  }

  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }

  .row .col.pull-m2 {
    right: 16.6666666667%;
  }

  .row .col.push-m2 {
    left: 16.6666666667%;
  }

  .row .col.offset-m3 {
    margin-left: 25%;
  }

  .row .col.pull-m3 {
    right: 25%;
  }

  .row .col.push-m3 {
    left: 25%;
  }

  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }

  .row .col.pull-m4 {
    right: 33.3333333333%;
  }

  .row .col.push-m4 {
    left: 33.3333333333%;
  }

  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }

  .row .col.pull-m5 {
    right: 41.6666666667%;
  }

  .row .col.push-m5 {
    left: 41.6666666667%;
  }

  .row .col.offset-m6 {
    margin-left: 50%;
  }

  .row .col.pull-m6 {
    right: 50%;
  }

  .row .col.push-m6 {
    left: 50%;
  }

  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }

  .row .col.pull-m7 {
    right: 58.3333333333%;
  }

  .row .col.push-m7 {
    left: 58.3333333333%;
  }

  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }

  .row .col.pull-m8 {
    right: 66.6666666667%;
  }

  .row .col.push-m8 {
    left: 66.6666666667%;
  }

  .row .col.offset-m9 {
    margin-left: 75%;
  }

  .row .col.pull-m9 {
    right: 75%;
  }

  .row .col.push-m9 {
    left: 75%;
  }

  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }

  .row .col.pull-m10 {
    right: 83.3333333333%;
  }

  .row .col.push-m10 {
    left: 83.3333333333%;
  }

  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }

  .row .col.pull-m11 {
    right: 91.6666666667%;
  }

  .row .col.push-m11 {
    left: 91.6666666667%;
  }

  .row .col.offset-m12 {
    margin-left: 100%;
  }

  .row .col.pull-m12 {
    right: 100%;
  }

  .row .col.push-m12 {
    left: 100%;
  }

}

@media only screen and (min-width: 48em) {
  /* < 768px */

  /* Grid - Medium Large */

  .row .col.ml1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.ml2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.ml3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.ml4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.ml5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.ml6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.ml7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.ml8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.ml9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.ml10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.ml11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.ml12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.offset-ml1 {
    margin-left: 8.3333333333%;
  }

  .row .col.pull-ml1 {
    right: 8.3333333333%;
  }

  .row .col.push-ml1 {
    left: 8.3333333333%;
  }

  .row .col.offset-ml2 {
    margin-left: 16.6666666667%;
  }

  .row .col.pull-ml2 {
    right: 16.6666666667%;
  }

  .row .col.push-ml2 {
    left: 16.6666666667%;
  }

  .row .col.offset-ml3 {
    margin-left: 25%;
  }

  .row .col.pull-ml3 {
    right: 25%;
  }

  .row .col.push-ml3 {
    left: 25%;
  }

  .row .col.offset-ml4 {
    margin-left: 33.3333333333%;
  }

  .row .col.pull-ml4 {
    right: 33.3333333333%;
  }

  .row .col.push-ml4 {
    left: 33.3333333333%;
  }

  .row .col.offset-ml5 {
    margin-left: 41.6666666667%;
  }

  .row .col.pull-ml5 {
    right: 41.6666666667%;
  }

  .row .col.push-ml5 {
    left: 41.6666666667%;
  }

  .row .col.offset-ml6 {
    margin-left: 50%;
  }

  .row .col.pull-ml6 {
    right: 50%;
  }

  .row .col.push-ml6 {
    left: 50%;
  }

  .row .col.offset-ml7 {
    margin-left: 58.3333333333%;
  }

  .row .col.pull-ml7 {
    right: 58.3333333333%;
  }

  .row .col.push-ml7 {
    left: 58.3333333333%;
  }

  .row .col.offset-ml8 {
    margin-left: 66.6666666667%;
  }

  .row .col.pull-ml8 {
    right: 66.6666666667%;
  }

  .row .col.push-ml8 {
    left: 66.6666666667%;
  }

  .row .col.offset-ml9 {
    margin-left: 75%;
  }

  .row .col.pull-ml9 {
    right: 75%;
  }

  .row .col.push-ml9 {
    left: 75%;
  }

  .row .col.offset-ml10 {
    margin-left: 83.3333333333%;
  }

  .row .col.pull-ml10 {
    right: 83.3333333333%;
  }

  .row .col.push-ml10 {
    left: 83.3333333333%;
  }

  .row .col.offset-ml11 {
    margin-left: 91.6666666667%;
  }

  .row .col.pull-ml11 {
    right: 91.6666666667%;
  }

  .row .col.push-ml11 {
    left: 91.6666666667%;
  }

  .row .col.offset-ml12 {
    margin-left: 100%;
  }

  .row .col.pull-ml12 {
    right: 100%;
  }

  .row .col.push-ml12 {
    left: 100%;
  }

}

@media only screen and (min-width: 64em) {
  /* < 1024px */

  /* Grid - Large */

  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }

  .row .col.pull-l1 {
    right: 8.3333333333%;
  }

  .row .col.push-l1 {
    left: 8.3333333333%;
  }

  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }

  .row .col.pull-l2 {
    right: 16.6666666667%;
  }

  .row .col.push-l2 {
    left: 16.6666666667%;
  }

  .row .col.offset-l3 {
    margin-left: 25%;
  }

  .row .col.pull-l3 {
    right: 25%;
  }

  .row .col.push-l3 {
    left: 25%;
  }

  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }

  .row .col.pull-l4 {
    right: 33.3333333333%;
  }

  .row .col.push-l4 {
    left: 33.3333333333%;
  }

  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }

  .row .col.pull-l5 {
    right: 41.6666666667%;
  }

  .row .col.push-l5 {
    left: 41.6666666667%;
  }

  .row .col.offset-l6 {
    margin-left: 50%;
  }

  .row .col.pull-l6 {
    right: 50%;
  }

  .row .col.push-l6 {
    left: 50%;
  }

  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }

  .row .col.pull-l7 {
    right: 58.3333333333%;
  }

  .row .col.push-l7 {
    left: 58.3333333333%;
  }

  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }

  .row .col.pull-l8 {
    right: 66.6666666667%;
  }

  .row .col.push-l8 {
    left: 66.6666666667%;
  }

  .row .col.offset-l9 {
    margin-left: 75%;
  }

  .row .col.pull-l9 {
    right: 75%;
  }

  .row .col.push-l9 {
    left: 75%;
  }

  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }

  .row .col.pull-l10 {
    right: 83.3333333333%;
  }

  .row .col.push-l10 {
    left: 83.3333333333%;
  }

  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }

  .row .col.pull-l11 {
    right: 91.6666666667%;
  }

  .row .col.push-l11 {
    left: 91.6666666667%;
  }

  .row .col.offset-l12 {
    margin-left: 100%;
  }

  .row .col.pull-l12 {
    right: 100%;
  }

  .row .col.push-l12 {
    left: 100%;
  }

}

@media only screen and (min-width: 78em) {
  /* < 1024px */

  /* Grid - Extra Large */
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
}

/*end grid*/
/*@import '/bechtelcorporate/css/grid.css';*/

/*pgslideshow*/

/**
 * PgwSlideshow - Version 2.0
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
 */

.pgwSlideshow {
  padding: 10px;
  background: #eee;
  border: 1px solid #e0e0e0;
  width: 100%;
  display: none;
  margin: 0;
  clear: both;
}

.pgwSlideshow ul {
  margin: 0;
  padding: 0;
}

.pgwSlideshow a {
  color: #fff;
}

.pgwSlideshow .ps-current {
  text-align: center;
  position: relative;
  min-height: 100px;
  overflow: hidden;
}

.pgwSlideshow .ps-current>ul>li {
  text-align: center;
  width: 100%;
  z-index: 1;
  opacity: 0;
  display: block;
}

.pgwSlideshow .ps-current .ps-prev,
.pgwSlideshow .ps-current .ps-next {
  display: inline-block !important;
}

.pgwSlideshow .ps-current>ul>li img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.pgwSlideshow .ps-caption {
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  font-size: 1rem;
  color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 10px;
  display: none;
}

.pgwSlideshow .ps-caption span {
  padding: 7px;
  display: inline-block;
}

.pgwSlideshow .ps-list {
  background: #eee;
  overflow: hidden;
  position: relative;
  max-height: 140px;
}

.pgwSlideshow .ps-list ul {
  position: relative;
  list-style: none;
  padding: 0;
  left: 0;
  width: 70%;
  margin: 0 auto;
}

.pgwSlideshow .ps-list li {
  float: left;
}

.pgwSlideshow .ps-list li .ps-item {
  display: block;
  margin: 25px 8px 15px 8px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  border: 3px solid #fff;
}

.pgwSlideshow .ps-list li img {
  display: block;
  width: 160px;
  height: 90px;
}

.pgwSlideshow .ps-list li .ps-item.ps-selected {
  float: left;
  opacity: 1;
  border: 3px solid #e73a2e;
  overflow: visible;
  position: relative;
}

.pgwSlideshow .ps-list li .ps-item.ps-selected::after {
  content: "";
  position: absolute;
  top: -13px;
  left: 70px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e73b2e transparent;
}

.pgwSlideshow .ps-list .ps-prev {
  background: #eee;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  width: 50px;
  height: 110px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 99;
  display: none;
}

.pgwSlideshow .ps-list .ps-next {
  background: #eee;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  width: 50px;
  height: 110px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 25px;
  z-index: 99;
  display: none;
}

.pgwSlideshow .ps-prevIcon::before {
  content: "\e90b";
  font-family: 'icomoon' !important;
  speak: none;
  color: #e73a2e;
  font-size: 22px;
  font-style: normal;
  height: 110px;
  display: block;
  line-height: 100px;
  width: 50px;
  text-align: center;
}

.pgwSlideshow .ps-nextIcon::before {
  content: "\e90c";
  font-family: 'icomoon' !important;
  speak: none;
  color: #e73a2e;
  font-size: 22px;
  font-style: normal;
  height: 110px;
  display: block;
  line-height: 100px;
  width: 50px;
  text-align: center;
}


/*
 * The media-queries are not used because IE8 doesn't support them.
 */

.pgwSlideshow.narrow .ps-list li .ps-item {
  margin: 15px 8px 5px 8px;
}

.pgwSlideshow.narrow .ps-list li .ps-item.ps-selected::after {
  display: none;
}


.pgwSlideshow.narrow .ps-list li img {
  width: 60px;
  height: 60px;
}

.pgwSlideshow.narrow .ps-list .ps-prev {
  padding: 0;
  top: 0px;
}

.pgwSlideshow.narrow .ps-list .ps-next {
  padding: 0;
  top: 0px;
}

.pgwSlideshow.narrow .ps-caption {
  font-size: 0.8rem;
  padding: 8px;
}

/*end pgslideshow*/
/*@import '/bechtelcorporate/css/pgwslideshow.css';*/

/* Fonts */

@font-face {
  font-family: 'graphik';
  src: url("../fonts/graphik-light-webfont.eot");
  src: url("../fonts/graphik-light-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/graphik-light-webfont.svg#graphiklight") format("svg"),
    url("../fonts/graphik-light-webfont.woff") format("woff"),
    url("../fonts/graphik-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'graphik';
  src: url("../fonts/graphik-regular-webfont.eot");
  src: url("../fonts/graphik-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/graphik-regular-webfont.svg#graphik_regularregular") format("svg"),
    url("../fonts/graphik-regular-webfont.woff") format("woff"),
    url("../fonts/graphik-regular-webfont.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'graphik';
  src: url("../fonts/graphik-semibold-webfont.eot");
  src: url("../fonts/graphik-semibold-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/graphik-semibold-webfont.svg#graphiksemibold") format("svg"),
    url("../fonts/graphik-semibold-webfont.woff") format("woff"),
    url("../fonts/graphik-semibold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}


html {
  font-family: 'graphik', Helvetica, Arial, sans-serif;
  color: #222;
  font-size: 16px;
  line-height: 1.4em;
  box-sizing: border-box;
  background: #fff;
}

body {
  background-color: #fff;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  line-height: 1em;
}

h1 {
  font-size: 2.2em;
  margin-bottom: 1em;
}

h2 {
  font-size: 1.6em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.4em;
  margin-bottom: 1em;
}

h4 {
  font-size: 1.200em;
  margin-bottom: 0.5em;
}

h5 {
  font-size: 1.125em;
  margin-bottom: 0.5em;
}

.main-title {
  border-bottom: 1px solid #999;
  padding-bottom: 0.5em;
  font-size: 1.5em;
  font-weight: 500;
  text-transform: uppercase;
}

.main-blue {
  color: #427286;
  font-weight: 500;
}

.blue {
  color: #427286;
}

p {
  margin: 0 0 1.5em 0;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  height: auto;
}

img.full {
  width: 100%;
  height: auto;
}


/*** RESPONSIVE IMAGE PADDING ***/

.img-responsive {
  margin: 25px;
  margin-top: 0;
  margin-left: 0;
  max-width: 100%;
  display: block;
  clear: left;
}



a {
  color: #d83935;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.external-link::after {
  content: "\e913";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  margin-left: 8px;
}

.sr-only {
  display: none;
}

blockquote {
  border-top: 2px solid #e73a2e;
  border-bottom: 2px solid #e73a2e;
  padding: 1em 0;
  margin: 2em 0;
}

blockquote p {
  color: #5e5490;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0.8em;
  padding-top: 0.5em;
  padding-left: 0.5em;
  position: relative;
}

blockquote p::before {
  content: "\201C";
  font-size: 40px;
  color: #d6d3e0;
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

blockquote p::after {
  content: "\201D";
  font-size: 40px;
  color: #d6d3e0;
  margin-left: 5px;
}

blockquote.feature {
  border-top: 2px solid #50744e;
  border-bottom: 2px solid #50744e;
}

blockquote.feature p::after,
blockquote.feature p::before {
  content: "";
  display: none;
}

blockquote.feature p {
  color: #50744e;
}

.download {
  margin-bottom: 1.5em;
}

.download i {
  background: #d6322e;
  text-align: center;
  line-height: 35px;
  color: #fff;
  display: block;
  height: 35px;
  width: 35px;
  float: left;
}

.download .c-btn {
  margin: 0;
  border-left: 0;
}

.download a:hover {
  border-left: 0;
}

.c-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
}

.c-loader span {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 150px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-top-color: #d83935;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -10px;
  animation: loading 1.2s linear infinite;
  -webkit-animation: loading 1.2s linear infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg)
  }
}

/* Form Elements */

input[type="text"],
input[type="password"],
select {
  padding: 0.5em;
  border: 1px solid #d0d0cf;
  display: block;
  margin: 0 0 0.5em 0;
  transition: 0.5s all ease-in-out;
  box-sizing: border-box;
}

.col input[type="text"],
.col input[type="password"],
.col select {
  width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus {
  border: 1px solid #d6322e;
}

.c-btn {
  background: none;
  margin: 0.5em 0 0 0;
}


/* Modal Login Styles */

.logon-page-background {
  width: 38%;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  margin-top: 50px;
  -webkit-box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, .18);
  -moz-box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, .18);
  box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, .18);
}

.logon-page-background .btn-primary {
  width: 100%;
  margin: 20px 0;
}

.logon-page-background input#LoginButton,
input.signoutButton {
  padding: 0 25px;
  border: 1px solid #d0d0cf;
  color: #d6322e;
  background-color: #ffffff;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  transition: .2s all ease-in-out;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  text-align: center;
  height: 40px;
}


/*** SEND PASSWORD BUTTON ***/

.logon-page-background input#btnPasswdRetrieval {
  padding: 0 25px;
  border: 1px solid #d0d0cf;
  color: #d6322e;
  background-color: #ffffff;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  transition: .2s all ease-in-out;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  text-align: center;
  height: 40px;
  width: 100%;
}




/*** ATT LOGIN TABLE AMENDS ***/


.container .row {
  margin-left: 0;
  margin-right: 0;
}



.unigrid-content div {
  overflow: auto;
}


/* Table Styles */


.cms-bootstrap .table thead>tr>th,
.cms-bootstrap .table tbody>tr>th,
.cms-bootstrap .table tfoot>tr>th,
.cms-bootstrap .table thead>tr>td,
.cms-bootstrap .table tbody>tr>td,
.cms-bootstrap .table tfoot>tr>td {
  font-family: 'graphik', Helvetica, Arial, sans-serif !important;
  font-size: 14px;
}


.cms-bootstrap table {
  width: 100% !important;
  border: 0 !important;
}

.cms-bootstrap .table th {
  background: #d83935 !important;
  color: #fff !important;
  padding: 10px 15px 10px 15px !important;
  border-color: #fff !important;
}

.cms-bootstrap .table thead th a {
  color: #fff !important;


}

.cms-bootstrap .table thead th a:hover {
  text-decoration: underline;


}

.cms-bootstrap .table tr:nth-of-type(odd) td {
  background: #ddd !important;
  padding: 20px !important;
}


.cms-bootstrap .table td {
  background: #eee !important;
  padding: 20px !important;
  border-color: #fff !important;
}

.cms-bootstrap .table thead th i {
  color: #fff !important;

}

.cms-bootstrap .unigrid-actions .btn-unigrid-action.icon-only {
  display: none;
}


/* LOGGED IN TABLE HAMBURGER NAV */

#mcg0_m {
  color: #fff !important;
  font-weight: bold;
  background: #d83935 !important;
  border-bottom: none;
  padding: 20px;
}

#mcg0_m .ItemPadding {
  padding: 5px 0;
}

#mcg0_m .ItemPadding:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* TABLE PAGINATION STYLING ISSUE */

.cms-bootstrap .pagination .pagination-list>li:last-child>a,
.cms-bootstrap .pagination .pagination-list>li:last-child>span {
  height: auto !important;
}

.cms-bootstrap .pagination .pagination-list>li:first-child>a,
.cms-bootstrap .pagination .pagination-list>li:first-child>span {
  height: auto !important;
}

.cms-bootstrap .pagination .pagination-list>.active>a,
.cms-bootstrap .pagination .pagination-list>.active>span,
.cms-bootstrap .pagination .pagination-list>.active>a:hover,
.cms-bootstrap .pagination .pagination-list>.active>span:hover,
.cms-bootstrap .pagination .pagination-list>.active>a:focus,
.cms-bootstrap .pagination .pagination-list>.active>span:focus {

  background-color: #d83935 !important;
  border-color: #d83935 !important;

}






/*** SEND PASSWORD // SIGNOUT BUTTON HOVER ADDED ***/


.logon-page-background input#LoginButton:hover,
.logon-page-background input#btnPasswdRetrieval:hover,
input.signoutButton:hover {
  background: #d6322e;
  color: #fff;
  border: 1px solid #d6322e;
  text-decoration: none;
}



.logon-page-background .form-group {
  margin-bottom: 20px;
}

.logon-page-background .form-control {
  width: 100%;
  background-color: #f2f2f2;
}


.logon-page-background input[type="text"],
#pnlBody input[type="password"] {
  border: 0;
  height: 40px;
}


.logon-page-background .form-control-error {
  background: #d6322e;
  color: #fff;
  border: 1px solid #d6322e;
  text-decoration: none;
  padding: 4px 4px;
  margin: 10px 0;
}

.logon-remember-me-checkbox,
.logon-password-retrieval-link {
  font-size: 14px;
}


.logon-password-retrieval-link {
  display: block;
  margin-bottom: 20px;

}

#FailureText {
  display: inline-block;
  width: 100%;
}


/*** PASSWORD RESEND CONFIRMATION MESSAGE ***/

.logon-page-background .logon-password-retrieval-result {
  display: block;
  margin-top: 20px;
  background-color: #527C50;
  padding: 20px;
  color: white;
  text-align: center;
}


/*** TAG CLOUD ON NEWSROOM STYLING ***/


.TagCloud {
  background: #f5f5f5;
  padding: 20px 10px;
  text-align: center;
  margin-top: 2em;
}



/*** CONTENT REF PRESS RELEASES (MEDIA CONTACT IN LEFT SIDEBAR) ***/


.sidebar figcaption.description {
  background: #f5f5f5;
}


/** Modal Window Amends */

.tin-container .ModalPopupDialog {
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
}

.tin-container .ModalPopupDialog .DialogPageContent {
  padding: 2em;
  width: 100% !important;
}

.tin-container .ModalPopupDialog .PageFooterLine {
  padding: 0 2em;
  margin-top: 10px;
}

.tin-container .ModalPopupDialog .action-button {
  width: 45px;
}


@media only screen and (max-width:60em) {

  .logon-page-background {
    width: 40%;
  }

}


@media only screen and (max-width:58em) {

  .logon-page-background {
    width: 60%;
  }
}

@media only screen and (max-width:30em) {

  .logon-page-background {
    width: 80%;
  }

}




/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

iframe {
  width: 100%;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

table textarea {
  width: 100%;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/***** Main Sections *****/

.main-wrapper {
  background: #fff;
}

.o-full-width {
  width: 100%;
  padding: 2em 0;
}

.o-full-width.grey {
  background: #e9e9e9;
}

.o-full-width.grey .main-title {
  border-bottom: 1px solid #fff;
}

.o-full-width.cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.top-spacer {
  width: 100%;
  height: 55px;
  clear: both;
}

.top-spacer-blog {
  width: 100%;
  height: 125px;
  clear: both;
}



.container {
  max-width: 100em;
  margin: auto;
  padding: 0 2em;
  overflow: hidden;
}

.main-content {
  clear: both;
  overflow: hidden;
}

.main-content h2,
.main-content h3,
.main-content h4 {
  margin-top: 0.5em;
  margin-bottom: .5em;
}

.main-content>h2 {
  margin-top: 0;
}

.main-content span.date {
  margin-right: 1em;
}

.main-content i.ml {
  margin-right: 0.5em;
}

.main-content ul {
  margin: 0 1em 1.5em 0.2em;
  padding: 0 1.2em;
}

.main-content ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #222;
  line-height: 1.2em;
  margin-bottom: 1em;
  text-indent: -13pt;
}

.main-content ul li::before {
  content: "\25A0";
  font-size: 14px;
  vertical-align: top;
  margin-right: 10px;
}


.pgwSlideshow ul li::before {
  list-style: none;
  content: none !important;
}

.main-content ul li a {}

.slim-content {
  max-width: 48em;
  margin: 3em auto;
  overflow: hidden;
  clear: both;
}

.slim-content img.single {
  width: 100%;
  height: auto;
  border-bottom: 3px solid #5e5490;
  margin-bottom: 2em;
  padding-bottom: 1px;
}

/* Time Line */

ul.timeline {
  padding: 0 0 0 1em;
  margin: 2em 0;
  float: left;
  width: 100%;
}

ul.timeline>li {
  list-style-type: none;
  border-left: 3px solid #ccc;
  padding-left: 1.5em;
  padding-bottom: 1em;
  position: relative;
  line-height: 16px;
  margin: 0;
  text-indent: 0;
}

ul.timeline>li:last-child {
  border-left: 3px solid #fff;
}

ul.timeline>li::before {
  content: "";
  height: 24px;
  width: 24px;
  position: absolute;
  left: -14px;
  top: -2px;
  background: #fff;
  border: 3px solid #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

ul.timeline>li span {
  display: block;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 1em;
  line-height: 1em;
  color: #d83935;
}

ul.timeline ol {
  margin: 0 1em 1.5em 0.2em;
  padding: 0 1.2em;
}

ul.timeline ol li {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 20px;
}

ul.timeline ol li::before {
  display: none;
}

/*** Timeline Dot Float Issue Fix ***/

ul.timeline>li.timeline-entry {
  float: left;
  width: 100%;
}

/***** Buttons *****/

.c-btn {
  padding: 0 25px;
  border: 1px solid #d0d0cf;
  color: #d6322e;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  transition: 0.2s all ease-in-out;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  margin-bottom: 1em;
}

.c-btn span,
.c-btn i {
  margin-right: 0.5em;
}

.c-btn:hover {
  background: #d6322e;
  color: #fff;
  border: 1px solid #d6322e;
  text-decoration: none;
}

.c-btn-light {
  border: 1px solid #fff;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}

.c-btn-light::after {
  font-family: 'icomoon' !important;
  float: right;
  speak: none;
  content: "\e902";
  font-size: 13px;
  margin-left: 6px;
  line-height: 33px;
}



.c-btn-red {
  border: 1px solid #d6322e;
  background-color: #d6322e;
  color: #fff;
  padding: 0 25px;
  height: 40px;
  line-height: 36px;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  transition: 0.2s all ease-in-out;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  margin-bottom: 0em;
  margin-top: 20px;

}

.c-btn-red:hover {
  background: #fff;
  color: #d6322e;
  border: 1px solid #d6322e;
  text-decoration: none;
}










/***** Main Banner *****/

.o-main-banner {
  width: 100%;
  height: 360px;
  background: #eee;
  display: block;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.o-main-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2)
}

.o-main-banner.signature {
  height: 450px;
  min-height: 450px;
}

.o-main-banner .container {
  height: 360px;
  position: relative;
}

.o-main-banner.signature .container {
  height: 450px;
  min-height: 450px;
}

.o-main-banner .container .banner-content {
  position: absolute;
  bottom: 2em;
  left: 2em;
  right: 2em;
  border-bottom: 2px solid #b4acab;
  padding-bottom: .5em;
}

.o-main-banner h1 {
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.750em;
}

.o-main-banner.project::before,
.o-main-banner.signature::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.50) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.50) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.50) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}


/***** Breadcrumbs & Toolbars *****/

.toolbar-area {
  width: 100%;
  padding: 0;
  margin: 0em 0 2em 0;
  clear: both;
  float: left;
}

.toolbar-area.c-blog {
  margin: 0em 0 4em 0;
}


@media only screen and (min-width: 30em) {
  .toolbar-area.c-blog {
    margin: 0em 0 2em 0;
  }
  

}


.breadcrumbs {
  display: inline-block;
  padding: 0;
  margin: 0;
  float: left;
  border-bottom: 1px solid #ccc;
  width: 100%;
  min-height: 40px;
  padding-bottom: 15px;
}

.breadcrumbs li {
  list-style-type: none;
  display: block;
  float: left;
  margin-right: 0.2em;
  font-size: 0.875em;
  min-height: 30px;
}


.breadcrumbs li::after {
  content: "\e902";
  font-family: 'icomoon';
  color: #ddd;
  margin: 0 10px;
  font-size: 0.750em;
}

.breadcrumbs li:last-child::after {
  display: none;
}


/* Toolbar */

.toolbar {
  float: left;
  clear: both;
  padding: 0;
  margin: 1em 0 0 0;
}





.toolbar li {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.toolbar li a {
  display: block;
  width: 100%;
}

.toolbar li a i {
  color: #999;
  font-size: 18px;
  margin-right: 8px;
}

.toolbar li a span {
  vertical-align: top;
  font-size: 14px;
}

.toolbar li a:hover {
  text-decoration: none;
}

.toolbar li a:hover i {
  color: #d83935;
}


/**** REPLACE 'i' to 'em' FOR PRINT / SHARE  ****/

.toolbar li a em {
  color: #999;
  font-size: 18px;
  margin-right: 8px;
}



/* Share This */

ul.toolbar>li {
  height: 45px;
  float: left;
}

ul.toolbar>li a {
  padding: 10px;
}

li.share-this {
  position: relative;
  width: 150px;
}

li.share-this span.share-btn {
  cursor: pointer;
  border: 1px solid #fff;
  border-bottom: none;
  width: 100%;
  display: block;
  height: 45px;
  padding: 10px;
}

li.share-this span.share-btn:hover,
li.share-this span.share-btn span,
li.share-this span.share-btn:hover em {
  color: #d83935;
}

li.share-this span.share-btn span {
  vertical-align: top;
  padding-left: 0.5em;
}

li.share-this span.share-btn em {
  margin-right: 10px;
  color: #999;
  font-size: 1.2em;
}

li.share-this.active span.share-btn {
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-bottom: none;
}

.share-dropdown {
  position: absolute;
  top: 44px;
  left: 0px;
  width: 100%;
  display: none;
  padding: 0;
  margin: 0;
  z-index: 99;
}

.share-dropdown ul {
  padding: 15px;
  margin: 0;
  background: #f4f4f4;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

li.share-this.active .share-dropdown {
  display: block;
}


.share-dropdown ul li {
  margin: 0;
  width: 100%;
}

.share-dropdown ul li a {
  padding: 0;
  margin-bottom: 10px;
  font-size: 0.875em;
  color: #444;
}


.share-dropdown ul li:last-child a {
  margin-bottom: 0;
}

.share-dropdown ul li a span {
  float: left;
  margin-right: 15px;
  color: #d83935;
  margin-top: 1px;
}

.share-dropdown ul li a:hover {
  color: #d83935;
}


/***** Main Header *****/

.o-main-header {
  background: #4d4d4c;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 55px;
  padding: 0;
  position: fixed;
  top: 0;
  overflow: hidden;
  z-index: 999;
}

.o-main-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.o-main-header .logo {
  float: left;
  width: 55px;
  height: 55px;
}

.o-main-header .logo a {
  display: block;
}

.o-main-header .logo a img {
  width: 100%;
  height: auto;
}

nav.o-main-nav {
  height: 55px;
  box-shadow: none;
  background: none;
  width: auto;
  text-align: right;
}

.o-main-nav ul {
  padding: 0;
  margin: 0;
  height: 55px;
  overflow: hidden;
}

.o-main-nav ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  border-right: 1px solid #6d6d6c;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  text-transform: uppercase;
  float: none;
  vertical-align: top;
}

.o-main-nav ul li a {
  margin: 0;
  padding: 0px 20px;
  color: #fff;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.o-main-nav ul li a:hover {
  background: none;
  opacity: 1;
  color: #ddd;
}

.o-main-nav ul li a::after {
  /*content: "\e902";
			font-family: 'icomoon' !important;*/
  float: right;
  speak: none;
  font-style: normal;
  margin-left: 12px;
  font-size: 12px;
  display: block;
  color: #e73a2e;
}

.o-main-nav ul li:first-child a::after {
  content: "";
}

.o-main-nav ul li:first-child {
  border-right: 0;
}

.o-main-nav ul li.c-menu-btn {
  float: right;
}

.o-main-nav ul li.c-menu-btn a {
  color: #fff;
  text-decoration: none;
}

.o-main-nav ul li.c-menu-btn a:hover {
  color: #fff;
  text-decoration: none;
}

html.mm-opened {
  overflow: auto !important;
}

html.mm-opened #fp-nav {
  opacity: 0;
}

#my-menu:not(.mm-menu) {
  display: none;
}




.o-blog-nav {
  height: 45px;
  width: 100%;
  position: fixed;
  top: 55px;
  overflow: hidden;
  z-index: 999;
  background-color: #D8D8D8;
}

.o-blog-nav li.Highlighted{
   font-weight:bold; 
   color:#4d4d4c;
}

@media only screen and (min-width: 30em) {
  .o-blog-nav {
    top: 85px;
  }

}



.o-blog-nav span {
    border-right: 2px solid #d83935;
    margin-left: 24px;
    color: #306984;
    letter-spacing: 0.12px;
    font-weight: 600;
    padding-right: 20px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 40px;
}



.o-blog-nav ul {
  padding: 0;
  margin: 0;
  min-height: 45px;
  overflow: hidden;
  overflow: hidden;
  display: inline;

}

.o-blog-nav ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  border-right: 1px solid #ccc;
  height: 24px;
  line-height: 24px;
  font-size: 0.9em;
  text-transform: uppercase;
  float: none;
  vertical-align: top;
}

.o-blog-nav ul li a {
  margin: 0;
  padding: 0px 20px;
  color: #222;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.o-blog-nav ul li a:hover {
  background: none;
  opacity: 1;
  color: #d83935;
  text-decoration: underline;
}



@media (max-width: 40em) {


  .o-blog-nav ul {
    display: none;
  }

  .o-blog-nav select {
    display: inline-block;
    margin-left: 20px;
    padding: 0;
  }

}


.o-blog-nav ul li:last-child {
  border-right: 0;
}


.subscribe-section-dark {
  background: #363636;
  margin: 0;
  padding: 80px 0 0 0;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.subscribe-section-dark .row .col {
  margin: 0 auto;
  max-width: 440px;
  float: none;
}

.subscribe-section-dark h3 {
  font-size: 1.6em;
  color: #fff;
  font-weight: 300;

}

.blog-subscribe-msg{
    margin-top: 20px;
    color:red;
}

.c-blog-comment .InfoLabel, .blog-subscribe-success {
    background-color: #D0DCCA;
    padding: 1.2em;
    border-bottom: 3px solid #527C50;
    line-height: 1.4em;
    display: block;
    margin-bottom: 1.5em,
}

.blog-subscribe-error {
    background-color: #eee;
    padding: 1.2em;
    border-bottom: 3px solid #d83935;
    line-height: 1.4em;
    display: block;
    margin-bottom: 1.5em,
}

.c-blog-comment .InfoLabel{
    margin-top:0;
}

.c-blog-comment .CommentDetail {
    border: 1px solid #EBEBEB;
    padding: 1.2em
}

.c-blog-comment .CommentUserName {
    font-size: 0.875em;
    margin-bottom: 0.4em;
    display: block;
    font-weight: 600;
    color: #407084;
}


.c-blog-comment .CommentText {
    font-size: 1em;
    margin-bottom: 01em;
    display: block;
}


.blog-subscribe-panel .blog-subscribe-name {
    margin-bottom:1.5em;
}

.blog-subscribe-emaillabel {
    display:block;
}

.blog-subscribe-title{
    font-weight:500;
}

.ErrorLabel, .form-control-error {
    color: #d6322e;
    font-size: 16px;
    clear: both;
    display: inline-block;
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
}

.c-blog-comment .editing-form-value-cell {
    margin-bottom: 24px;
}

/***** Signature Nav *****/
.signature-nav {
    display: none;
    width: 100%;
    height: 50px;
    background: #a2bac5;
    overflow: hidden;
    position: fixed;
    margin-top: 85px;
    z-index: 999;
    border-bottom: 2px solid #7392a2;
}

.signature-nav ul {
  padding: 0;
  margin: 0;
  text-align: center;
}

.signature-nav ul li {
  display: inline-block;
  line-height: 50px;
  text-transform: uppercase;
}

.signature-nav ul li a {
  color: #fff;
  display: block;
  padding: 0 0.4em;
  font-size: 1em;
  font-weight: 500;
  position: relative;
}

.signature-nav ul li a.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #7392a2 transparent;
}

/***** Nav Bar *****/

#my-menu {
  -webkit-box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.37);
  box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.37);
  z-index: 9999;
}

#my-menu div.mm-navbar-bottom {
  padding: 15px 0;
  height: 60px;
}

#my-menu .mm-navbar .search-container {
  padding: 0 !important;
}

/* Burger Button */

.burger-menu-btn {
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  margin-top: 4px;
}

.burger-menu-btn:focus {
  outline: none;
}

.burger-menu-btn span {
  display: block;
  position: absolute;
  top: 22px;
  left: 9px;
  right: 9px;
  height: 3px;
  background-color: #e73a2e;
}

.burger-menu-btn span::before,
.burger-menu-btn span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e73a2e;
  content: "";
}

li.menu-btn a:hover span.burger-menu-btn>span,
li.menu-btn a:hover span.burger-menu-btn span::before,
li.menu-btn a:hover span.burger-menu-btn span::after {
  background-color: #e73a2e;
}

.burger-menu-btn span::before {
  top: -10px;
}

.burger-menu-btn span::after {
  bottom: -10px;
}

.burger-title {
  background: #444444 none repeat scroll 0 0;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding-left: 20px;
}

/***** Nav Bar *****/

.mm-panels h3 {
  padding-left: 20px;
  font-size: 18px;
  margin: 0px;
  height: 50px;
  line-height: 50px;
  background: #444444;
}

/* Top */

.mm-navbar-top {}

.mm-menu.mm-theme-dark .mm-search input {
  background: #eee;
  color: #333;
  border: 0px;
  border-radius: 0;
}

.mm-search::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  content: "\e90f";
  position: absolute;
  top: 19px;
  right: 30px;
  font-size: 20px;
  color: #d83935;
}

.mm-search {
  position: relative;
}

.mm-search .btn-default {
  width: 40px;
  position: absolute;
  right: 20px;
  top: 12px;
  text-indent: -999px;
  z-index: 99999;
  opacity: 0;
}

.mm-menu.mm-theme-dark .mm-search input:focus {
  background: #fff;
  color: #333;
  border: 0px;
}

.mm-navbar-top-2 a.moon-house-outline {
  text-align: left;
  padding-left: 20px;
  font-size: 22px;
}

.mm-navbar-top-2 a.moon-remove {
  text-align: right;
  padding-right: 20px;
  font-size: 18px;
}

.mm-navbar-top-2 a.moon-house-outline::before {
  color: #d83935;
}

.mm-navbar-top-2 a.moon-remove::before {
  color: #d83935;
}

.mm-navbar .mm-title {
  text-transform: uppercase;
}

.location-select {
  padding: 20px;
}

.location-select a {
  color: #a2bac5;
  text-decoration: underline;
  margin-top: 10px;
  display: block;
}

.your-region {
  padding: 0px;
  margin-bottom: 30px;
  height: 37px;
  line-height: 37px;
}

.your-region img {
  float: left;
  margin-right: 15px;
}

/* MM Search */

.predictiveSearchResults {
  z-index: 9999;
  background: #fff;
  border-top: 0 !important;
  position: relative !important;
}

.predictiveSearchResults a {
  text-align: left;
  transition: all .3s ease-in-out;
  padding: 6px 15px;
  font-size: 14px;
}

.predictiveSearchResults a:hover {
  background: #eee;
}

/* Search Results Page */

.SearchDialog {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 2em;
  background: #d6d4e0;
  width: 100%;
  padding: 1.5em 1em 1.5em 1em;
  border: 1px solid #c7c1dc;
}

.SearchDialog .form-group {
  float: left;
  margin-right: 20px;
}

.SearchDialog .form-group>div {
  float: left;
}

.SearchDialog .form-group label {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-right: 1em;
}

.SearchDialog .form-group input {
  height: 40px;
  margin: 0;
  border: 1px solid #c7c1dc;
}

.SearchDialog .form-group input:focus {
  border: 1px solid #d6322e;
}

.SearchDialog .form-group input.btn-default {}


/* Blog Pages */
.blog-tags {
    text-transform:capitalize;
}

.c-blog-container {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 20px;
}

.c-blog-title {
    font-weight: 600;
    /*text-transform:capitalize;*/
}

.c-blog-container h1 {
    display: block;
    word-break: break-word;
}

.c-blog-subscribe-area {
display: none;
}

.c-blog-subscribe-area-mobile {
    position: absolute;
    margin-top: -50px;
  }

.c-blog-sub {
    margin: 2em 0;
}

@media only screen and (min-width: 32em) {
     .c-blog-sub {
        margin: 0;
    }
}

.c-blog-subscribe-area .c-btn-red {
  float: right;
  position: relative;
  margin-top: 0;
}


@media only screen and (min-width: 32em) {


  .c-blog-subscribe-area {
    float: none;
    display: inline;
    }

    .c-blog-subscribe-area-mobile {
      display: none;
      }
    

  .c-blog-subscribe-area .c-btn-red {
    top: 0;
  }

}

.col.c-blog-item-wrapper {
    margin-bottom: 32px;
    display: flex;
    margin-left: initial !important;
    margin-right: initial !important;
}

/* Feature Blog Post styling */
.col.c-blog-item-wrapper .col {
    margin-bottom: 0;
}

.c-blog-item-wrapper.c-featured-post {
    background: #f5f5f5;
    border-bottom: 6px solid #d83935;
}

.c-blog-item-wrapper.c-featured-post .c-blog-item {
    border: 0;
}

.c-blog-item {
    border: 1px solid #EBEBEB;
    width: 100%;
}

.c-blog-item figcaption {
  display: inline-block;
}


.c-blog-item h2 {
  color: #222;
  font-weight: 500;
  line-height: 1.2em;
  margin-top: 0;

}


.c-blog-item figcaption h2 a {
  color: #222;
}


.col figure.c-blog-item img {
  border-bottom: 0 solid #427286;
}

.c-blog-item.c-figure--4-3 .c-blog-item-image {
    padding-bottom: 75%;
    position: relative;
    display: block;
}

.c-blog-item.c-figure--16-9 .c-blog-item-image {
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    position: relative;
    display: block;
}

.c-blog-item.c-figure--4-3 .c-blog-item-image > :first-child, .c-blog-item.c-figure--16-9 .c-blog-item-image > :first-child {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.c-blog-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.c-blog-sidebar .content-ref {
  margin: 0 ;
  width: 100%;
}

.c-blog-sidebar .col {
  margin: 0 0 32px 0;
}

.c-blog-sidebar .col-container {
  margin: 0;
  padding: 0;
  border: 1px solid #EBEBEB;
  background: #fff;
  width: 100%;
}


.c-blog-sidebar .col-container div.scroller {
  overflow-y: auto;
  padding-right: 0em;
  height: 20em;
}

.smlgutter .c-blog-item-meta {
  margin-top: 20px;
}

.c-blog-item-meta {
    display: inline-block;
    width: 100%;
}

.c-blog-item-meta .author h1 {
    margin-bottom: 0.5em;
}

.c-blog-item-meta span.time {
    border-left: 1px solid #EBEBEB;
    padding-left: 12px;
}

.c-blog-item-meta div {
    float: left;
    width: 100%;
}

.c-blog-item-meta.blog-detail {
  margin-top: 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 20px;

}

.c-blog-item-meta.blog-detail .author {
  font-size: 1em;
}

.c-blog-item-meta .author a {
    display:inline;
}

.c-blog-item-meta span {
  width: auto;
  float: left;
  margin-bottom: 8px;
  margin-right: 1em;
  font-size: 0.875em;
}

.c-blog-item-meta span.author-profile {
  border-right: 0;
  padding-right: 0px;
}

.c-blog-item-meta span.author-profile img {
  border-radius: 50%;
}

.c-blog-sidebar .c-btn.c-btn-red {
  display: inline-block;
}

.c-blog-sidebar__title {
  color: #353535;
  font-weight: 600;
  text-transform: none;
  font-size: 1.2em;
  display: block;
  /*margin-bottom: 20px;*/
}


.c-blog-sidebar__item {
    font-size: 14px;
    border: 1px solid #EBEBEB;
}

.c-blog-sidebar__item .c-blog-item {
    border: 0;
}

.c-blog-sidebar__item h3 a {
  color: #353535;
  font-weight: 500;
  text-transform: none;

}



.c-blog-sidebar__item .c-blog-item-meta span {
  width: auto;
  float: left;
  margin-bottom: 8px;
  margin-right: 1em;
  font-size: 0.875em;
}



.c-blog-item-meta span:nth-child(3) {
  clear: left;
}


.blog-grid figure {
  margin: 0;

}

.blog-grid figure figcaption {
  padding: 2em 1em;
}


.c-blog-comment {
  margin: 20px 0;
  max-width: 740px;
}

.c-blog-comment iframe {
  margin-top: 24px;
}

.c-blog-comment .c-blog-title {
  margin-bottom: 28px;
  display: inline-block;
}

.c-blog-comment input[type="text"],
.c-blog-comment textarea {
  padding: 0.5em;
  border: 1px solid #d0d0cf;
  display: block;
  transition: 0.5s all ease-in-out;
  box-sizing: border-box;
  width: 100%;
}

.c-blog-comment input[type="checkbox"] {
    margin-right: 12px;
    float: left;
    height: auto;
}

.c-blog-comment .form-group-submit{
    margin-top:20px;
}

.CommentDetail table td{
    background: none;
    padding: 0;
}

.CommentDetail table tr:nth-of-type(odd) td {
    background: none;
    padding: 0;
}

.c-blog-comment .BlogCommentsTitle {
    font-weight: bold;
    padding: 20px 0;
    line-height: 4em;
}

.c-blog-comment .CommentUserName {
    
}

.c-blog-comment .CommentDate {
    font-size: 80%;
    font-style: italic;
}

/* The container */
.c-blog-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.c-blog-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #d0d0cf;
}

/* On mouse-over, add a grey background color */
.c-blog-check:hover input~.checkmark {
  border: 1px solid #d0d0cf;
}

/* When the checkbox is checked, add a blue background */
.c-blog-check input:checked~.checkmark {
  background-color: #d6322e;
  border: 1px solid #d6322e;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.c-blog-check input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.c-blog-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

::-webkit-input-placeholder {
  color: #D8D8D8;
}

:focus::-webkit-input-placeholder {
  text-indent: -999px
}

::-moz-placeholder {
  color: #D8D8D8;
}

:focus::-moz-placeholder {
  text-indent: -999px;
  color: transparent;
}



.c-blog-flex {
  display: flex;
  flex-wrap: wrap;
  
}

.c-blog-flex .col {
display: flex;
margin-left: initial!important;
margin-right: initial!important;


}



/* Blog Progress Bar */
.rpi-progress-bar {
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  top: 100px;
  left: 0;
  z-index: 9;
}


@media only screen and (min-width: 30em) {
  .rpi-progress-bar{
    top: 130px;
}
}


.rpi-progress-bar__position {
  box-sizing: inherit;
  height: 8px;
  width: 100%;
  background-color: #d83935;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform 50ms;
  transition: -webkit-transform 50ms;
  transition: transform 50ms;
  transition: transform 50ms, -webkit-transform 50ms;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  will-change: transform;
  position: relative
}


.rpi-progress-bar__percentage {
  box-sizing: inherit;
  font-size: 16px;
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  color: #000;
  opacity: .3;
  width: auto;
  min-width: 4em;
  padding-left: 4px
}


[aria-valuenow="100"] .rpi-progress-bar__position {
  transform: scaleX(1) !important;  ;

}
  


  


ul.c-blog-tags {
  margin: 60px 0 30px 0;
  list-style: none;
  padding: 0;

}


ul.c-blog-tags li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #222;
  line-height: 1.2em;
  margin-bottom: 1em;
  margin-right: 4px;
  text-indent: 0;
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 2px;
  letter-spacing: -0.53px;
  padding: 6px 12px;
}

ul.c-blog-tags li a {
  color: #5A5A68;
  font-size: 0.875em;
}


ul.c-blog-tags li::before {
  display: none;
}



.g-recaptcha {
  transform: scale(0.80);
  -webkit-transform: scale(0.80);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform: scale(0.80);
  -ms-transform: scale(0.80);
  -o-transform: scale(0.80);
  margin-bottom: 32px;
}

@media only screen and (min-width: 30em) {


  .g-recaptcha {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
}

/* Authors */

.c-author-details {
    border: 1px solid #EBEBEB;
    width: 100%;
    padding: 1em 2em;
    margin-bottom: 1em;
    position: relative;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.c-author-details:hover {
    background: #eee;
}

.c-author-details:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    z-index: 2;
    background-color: #d83935;
}


/* End Blog Pages */


/* Forms styling */

.main-content .FormPanel, .blog-subscribe-subscriptions {
    border: 1px solid #efefef;
    padding: 20px;
}

.main-content .FormPanel td, .blog-subscribe-subscriptions td {
    background: #fff !important;
    padding: 5px 10px !important;
}

.blog-subscribe-subscriptions td {
    padding: 20px !important;
}

.blog-subscribe-panel iframe{
    margin-top:4px;
}

.main-content .FormPanel td label {
    margin-bottom: 2px;
    display: inline-block;
}

.main-content .FormPanel input[type="submit"] {
    margin-left: 10px;
    display: inline-block;
    padding: 0 25px;
    border: 1px solid #d0d0cf;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    transition: 0.2s all ease-in-out;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    margin-bottom: 1em;
}

.main-content .FormPanel textarea {
    border: 1px solid #d0d0cf;
}


/* Bottom */

.mm-navbar-bottom {
  text-align: center;
  border-top: 1px solid #353535;
}

.mm-navbar-bottom a {
  display: block !important;
  float: left;
  padding: 0px 15px 0px 15px;
  width: 60px;
  height: 30px;
  border: 0;
  font-size: 18px;
  color: #aaa !important;
  line-height: 30px;
  text-align: center;
  -moz-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  border-left: 1px solid #666;
}

.mm-navbar-bottom a:first-of-type {
  border-left: 0;
}

.mm-navbar-bottom a:hover {
  color: #d83935 !important;
}


/***** Slick Slider ******/

.o-main-slider {
  width: 100%;
  height: 450px;
  background: #eee;
  display: block;
  position: relative;
  overflow: hidden;
}

.o-main-slider .slick-slide {
  width: 100%;
  height: 450px;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.o-main-slider .slick-slide .container {
  position: relative;
  height: 100%;
}

.slick-prev {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  height: 30px;
  width: 40px;
  z-index: 990;
  margin: auto;
  background: transparent;
  text-align: center;
  border: 0;
  font-size: 0;
}

.slick-prev::after {
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-size: 26px;
  line-height: 30px;
  color: #d83935;
}

.slick-next {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  width: 40px;
  z-index: 990;
  text-align: center;
  background: transparent;
  border: 0;
  font-size: 0;
}

.slick-next::after {
  content: "\e902";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-size: 26px;
  line-height: 30px;
  color: #d83935;
}

.slick-prev:focus,
.slick-next:focus {
  outline: none;
}

.slick-slide.darken::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .2);
}

/* Title Area */

.o-main-slider .slick-slide .title-area {
  position: absolute;
  left: 0px;
  padding: 0 2em;
  bottom: 40px;
  max-width: 700px;
}

.o-main-slider .slick-slide .title-area h2 {
  font-size: 1.625em;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  line-height: 1em;
  margin-bottom: 20px;
}


/* Location Area */

.o-main-slider .slick-slide .location-area {
  position: absolute;
  right: 0px;
  padding: 0px 0px 0px 20px;
  top: 60px;
}

.o-main-banner.project .location-area,
.o-main-banner.signature .location-area {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  padding: 0 2em;
  bottom: 2em;
}

.location-area ul {
  padding: 0;
  margin: 0;
}

.location-area ul li {
  list-style-type: none;
  display: inline-block;
  color: #fff;
  margin-right: 10px;
}

.location-area ul li:first-child::after {
  content: "|";
  color: #d83935;
  margin-left: 10px;
}

.location-area ul li:last-child::after {
  content: "";
}

.location-area h1,
.location-area h2,
.location-area h3 {
  border-top: 2px solid #d83935;
  color: #fff;
  padding-top: 10px;
  margin-top: 5px;
  padding-right: 30px;
  font-size: 1.2em;
}

.location-area h2.section-title {
  border-top: 0;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0;
}

/***** News Ticker *****/

.o-news-ticker {
  height: 45px;
  width: 100%;
  background: #ddd;
  display: none;
}

.o-news-ticker p {
  padding: 0;
  margin: 0;
  line-height: 45px;
}

.o-news-ticker .mt-label {
  display: block;
  float: left;
  line-height: 48px;
  margin: 0;
  padding: 0 10px 0 0;
  font-weight: bold;
  color: #306984;
  font-size: 1.500em;
  height: 45px;
}

.o-news-ticker .mt-label::after {
  content: "|";
  color: #e73a2e;
  padding: 0 0 0 10px;
}

/* Ticker */

.o-news-ticker .modern-ticker {
  color: #fafafa;
  height: 45px;
  width: 100%;
}

.o-news-ticker .modern-ticker .mt-body {
  margin: 0;
}

/* Label */

.mt-label {}

/* News */

.mt-news {
  height: 45px;
  line-height: 45px;
}

.mt-preloader {}

.mt-news ul {
  /* Preload */
  height: 45px;
}

.modern-ticker .mt-news a {
  color: #505050;
  line-height: 45px;
  height: 45px;
  padding: 0 10px 0 10px;
  margin-right: 0;
}

.modern-ticker .mt-news a::after {
  content: "|";
  margin-left: 20px;
  color: #d83935;
}

.mt-news a:hover {
  color: #d83935;
}

.mt-news a:active {
  color: #d83935;
}

/* Controls */

.mt-controls {
  /* Preload */
}

.mt-prev,
.mt-next {}

.mt-prev {}

.mt-next {}

.mt-play {}

.mt-play.mt-pause::before {
  content: "\ea1d";
}


.mt-play:hover,
.mt-prev:hover,
.mt-next:hover {}

.mt-play:active,
.mt-prev:active,
.mt-next:active {}

.mt-controls div {
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #666;
}

.mt-controls div:hover {
  color: #d83935;
}


/***** Home Cols *****/

.home-cols {
  margin-bottom: 0;
}

.home-cols>.col {
  margin-bottom: 2em;
}

/* Standard Cols */

.col-container {
  background: #fff;
  padding: 1em;
}

.row.home-cols .col-container {
  padding: 0;
}

/** ul li red bullet pseudo element, text indent addressed / resolving text wrap */


.container .col ul.standard-list {
  margin: 0 1em 1.5em 0.2em;
  padding: 0 1.2em;
}

.container .col ul.standard-list li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #222;
  line-height: 1.2em;
  margin-bottom: 1em;
  text-indent: -16pt;
}


.container .col ul.standard-list li::before {
  content: "\25A0";
  font-size: 14px;
  color: #d83935;
  vertical-align: top;
  margin-right: 10px;
}

.container .col ul.standard-list li a {}

/* Footer Cols */

.container .col.footer-nav ul {
  margin: 0 0 2em 0;
  padding: 0;
}

.container .col.footer-nav ul li {
  list-style-type: none;
  margin-bottom: 0.3em;
}

.container .col.footer-nav ul li a {
  font-weight: 500;
}

.container .col.footer-nav ul li::before {
  display: none;
}

.container .col.footer-nav ul h3 {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}


/* Col Head */

.col-head {
  height: 130px;
  width: 100%;
  background: #ccc;
  clear: both;
  position: relative;
  border: 2px solid #fff;
  margin-bottom: 1.5em;
  background-position: left center;
  background-size: cover;
}

.col-head a {
  display: block;
  width: 100%;
  height: 100%;
}

.col-head h2,
.col-head h3 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin: 0;
  font-size: 1.125em;
  text-transform: uppercase;
  padding: 0 0 .2em 0;
  font-weight: bold;
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

/* Col Footer */

.col-footer {
  width: 100%;
  padding: 0;
  margin: 1em 0 0 0;
  clear: both;
  text-align: center;
  float: left;
}

/* Inner */

.container .row.inner {
  margin-bottom: 2em;
  position: relative;
  overflow: hidden;
}

.inner:last-of-type {
  padding-bottom: 0;
}

.inner::after {
  content: "";
  position: absolute;
  left: 0.5em;
  right: 0.5em;
  bottom: 0;
  height: 1px;
  background: #eee;
  display: block;
}

.inner:last-of-type {
  margin-bottom: 0;
}

.inner:last-of-type::after {
  display: none;
}

.inner .col {
  overflow: hidden;
}

.inner .col img {
  width: 100%;
  height: auto;
}

.inner h4 {
  margin: 0 0 0 0;
  color: #427286;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2em;
}

.inner a {
  color: #427286;
}

.inner span.date {
  color: #aaa;
  font-size: 0.875em;
}

.inner p.excerpt {
  margin: 0.5em 0 0 0;
  font-size: 0.875em;
  line-height: 1.3em;
}

.smlgutter p {
  margin: 0.5em 0 0 0;
  font-size: 0.875em;
  line-height: 1.3em;
}

.smlgutter .c-btn {
  margin-top: 1em;
}

.inner p.news-source {
  font-style: italic;
  font-size: 90%;
}

.external-link {
  content: "\e902";
}

/* Info Pod */

.info-pod {
  margin-bottom: 2em;
}

.info-pod:last-of-type {
  margin-bottom: 0;
}

.info-pod-content {
  background: #e9e9e9;
  padding: .75em;
  min-height: 8em;
}

.info-pod-content h4 {
  color: #477589;
  font-size: 1.125em;
  font-weight: 500;
  margin-bottom: .5em;
  line-height: 1.2em;
}

.info-pod-content h4 a {
  color: #427286;
}

.info-pod-content p {
  margin-bottom: 0;
  font-size: 0.875em;
}

/* Sign Posts */

.signpost {
  position: relative;
  margin-top: 1em;
}

.signpost a {
  display: block;
  overflow: hidden;
}

.signpost a img {
  width: 100%;
  height: auto;
}

.signpost a.thumb::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0.5em;
  right: 0.5em;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  /* IE6-9 */
}

.signpost h4 {
  position: absolute;
  bottom: 1em;
  font-size: 1em;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  left: 1.5em;
  right: 1.5em;
  color: #fff;
  line-height: 1.2em;
}

.signpost h4 a {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

.signpost h4 a::after {
  font-family: 'icomoon' !important;
  speak: none;
  content: "\e902";
  font-size: 13px;
  margin-left: 6px;
  color: #d83935;
}

/* The Team */
.leader-subtitle {
  font-size: 0.70em;
}

.row .team {
  margin-bottom: 1em;
}

.row .team img {
  width: 100%;
  margin-bottom: 1em;
}

.row .team .col {
  margin-bottom: 1em;
}

.row .team h4 {
  font-size: 1em;
  color: #427286;
  font-weight: 500;
  text-transform: uppercase;
}

.row .team h4 a {
  font-size: 1em;
  color: #427286;
  font-weight: 500;
}

.row .team p {
  font-size: 0.875em;
}

.team-thumb {
  display: block;
  margin-bottom: 1em;
}

.team-thumb::after {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  margin-top: 1px;
  background: #5f568f;
}

.team-thumb img {
  margin: 0;
  margin-bottom: 0 !important;
  padding: 0;
}

/* Thumb Animations */

a.thumb {
  display: block;
  overflow: hidden;
}

a.thumb img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease-in-out;

}

a.thumb:hover img {
  -ms-transform: scale(1.15);
  /* IE 9 */
  -webkit-transform: scale(1.15);
  /* Safari */
  transform: scale(1.15);
}


/***** Projects Grid *****/


/* fluid 4 columns, 1% gutter */

.pack-grid {
  width: auto;
  margin-left: -5px;
  margin-right: -5px;
  overflow: hidden;
}

.grid-sizer,
.grid-item {
  width: 100%;
  overflow: hidden;
  height: 250px;
  background-color: #b9c8d6;
  border: 5px solid #E9E9E9;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.blog-grid .grid-sizer,
.blog-grid .grid-item {
  background-color: #fff;
  border: 0;
}



.box-2x1,
.box-2x2,
.box-1x1,
.box-1x2 {
  overflow: hidden;
  border: 5px solid #fff;
}

.blog-grid .grid-item {
  height: auto;
  overflow: hidden;
  border: 15px solid #fff;
}

.blog-grid .grid-item img {
  width: 100%;
  height: auto;
}

.home .box-2x1,
.home .box-2x2,
.home .box-1x1,
.home .box-1x2 {
  border: 5px solid #E9E9E9;
}

.box-1x1 {
  width: 100%;
  height: 200px;
}

.box-1x2 {
  width: 100%;
  height: 400px;
}

.box-2x1 {
  width: 100%;
  height: 200px;
}

.box-2x2 {
  width: 100%;
  height: 400px;
}

.grid-item a,
.fact-box-img span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.grid-item a::before,
.fact-box-img span::before {
  content: "";
  display: block;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  /* IE6-9 */
}


.blog-grid .grid-item a::before {
  background: none;
  filter: none;
  -webkit-filter: none;
}



.grid-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
}

.grid-item a:hover::after {}

.grid-item a:hover,
.fact-box:hover .fact-box-img span {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
}


.blog-grid .grid-item a:hover {
  background: none;
}



.grid-item-content h3 {
  color: #fff;
  text-decoration: none;
  font-size: 1em;
  margin: 0;
}

.grid-item-content p {
  margin: 0.5em 0 0 0;
  color: #fff;
  font-size: 0.875em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-out;
}

.grid-item a:hover>.grid-item-content p,
.fact-box:hover .fact-box-img span .grid-item-content p {
  max-height: 500px;
  transition: max-height 1s ease-in;
}

.grid-item-content p::after {
  font-family: 'icomoon' !important;
  speak: none;
  content: "\e902";
  font-size: 11px;
  margin-left: 6px;
  color: #d6322e;
}

/* Filters */

.project-filters {
  background: #d6d4e0;
  width: 100%;
  padding: 1.5em 1em 0 1em;
  border: 1px solid #c7c1dc;
  margin-bottom: 3em;
}

.project-filters .row {
  margin: 0;
}

.project-filters input,
.project-filters select {
  display: block;
  border: 1px solid #c7c1dc;
  height: 40px;
}

.project-filters input[type="submit"] {
  border: 0;
  color: #fff;
  background: #E73A2E;
  height: 40px;
  width: 100%;
}


/**** HIDE LABELS ON PROJECT SEARCHES ****/

.project-filters label {
  display: none;
}



/* Fact Boxs */

.fact-box {
  height: 385px;
}

.fact-box .fact-box-img {
  background-size: cover;
}

.fact-box .fact-box-content,
.fact-box .fact-box-img {
  width: 100%;
  border: none;
  float: none;
}

.fact-box div:nth-of-type(1) {
  border-bottom: 5px solid #fff;
}

.fact-box div:nth-of-type(2) {
  border-top: 5px solid #fff;
}

.fact-box a::before {
  display: none;
}

.fact-box .fact-box-content {
  height: 190px;
  padding: 40px;
  color: #fff;
}

.fact-box-content h3 {
  font-size: 1.5em;
}

.fact-box .fact-box-img {
  position: relative;
  height: 190px;
}

.fact-box .fact-box-content {
  position: relative;
}

.fact-box .fact-box-content::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #50744E transparent transparent transparent;
  z-index: 2;
}

.fact-box .fact-box-content::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  z-index: 1;
}

.home .fact-box .fact-box-content::after {
  border-color: #E9E9E9 transparent transparent transparent;
}

.home .fact-box div:nth-of-type(1) {
  border-bottom: 5px solid #E9E9E9;
}

.home .fact-box div:nth-of-type(2) {
  border-top: 5px solid #E9E9E9;
}

.fact-box-content.green {
  background-color: #527C50;
}

.fact-box-content.grey {
  background-color: #828282;
}

.fact-box-content.red {
  background-color: #FF2800;
}

.fact-box-content.dark-red {
  background-color: #983222;
}

.fact-box-content.blue {
  background-color: #3D7A96;
}

.fact-box-content.purple {
  background-color: #6559A6;
}

.fact-box-content.orange {
  background-color: #E17E38;
}

.fact-box-content.yellow {
  background-color: #F8B447;
}

.fact-box-content.green::before {
  border-color: #527C50 transparent transparent transparent !important;
}

.fact-box-content.grey::before {
  border-color: #828282 transparent transparent transparent !important;
}

.fact-box-content.red::before {
  border-color: #FF2800 transparent transparent transparent !important;
}

.fact-box-content.dark-red::before {
  border-color: #983222 transparent transparent transparent !important;
}

.fact-box-content.blue::before {
  border-color: #3D7A96 transparent transparent transparent !important;
}

.fact-box-content.purple::before {
  border-color: #6559A6 transparent transparent transparent !important;
}

.fact-box-content.orange::before {
  border-color: #E17E38 transparent transparent transparent !important;
}

.fact-box-content.yellow::before {
  border-color: #F8B447 transparent transparent transparent !important;
}

.box-1x2 .fact-box-content.green::before {
  border-color: #527C50 transparent transparent transparent !important;
}

.box-1x2 .fact-box-content.grey::before {
  border-color: #828282 transparent transparent transparent !important;
}

.box-1x2 .fact-box-content.red::before {
  border-color: #FF2800 transparent transparent transparent !important;
}

.box-1x2 .fact-box-content.dark-red::before {
  border-color: #983222 transparent transparent transparent !important;
}

.box-1x2 .fact-box-content.blue::before {
  border-color: #3D7A96 transparent transparent transparent !important;
}

.box-1x2 .fact-box-content.purple::before {
  border-color: #6559A6 transparent transparent transparent !important;
}

.box-1x2 .fact-box-content.orange::before {
  border-color: #E17E38 transparent transparent transparent !important;
}

.box-1x2 .fact-box-content.yellow::before {
  border-color: #F8B447 transparent transparent transparent !important;
}


/***** Newsletter, Tweets & Communities Section *****/

.newsletter-box,
.tweets-box,
.communities-box {
  margin-bottom: 2em;
}

.newsletter-box .inner-form {
  margin-bottom: 0em;
  padding: 1em;
}

.newsletter-box p {
  margin-bottom: 0.5em;
}

.newsletter-box .c-btn {
  margin-bottom: 0em;
}

.communities-box .col-container {
  overflow: hidden;
}

/* Newsletter */

.col-offices {
  padding: 1em;
  background: #fff;
  margin-top: 1em;
}

.col-offices h3 {
  font-size: 1.125em;
  font-weight: bold;
  border-bottom: 2px solid #eee;
  text-transform: uppercase;
  color: #4d4d4c;
  padding: 0 0 0.2em 0;
}

.col-offices .address {
  margin-top: 2em;
  font-size: 0.875em;
  padding-left: 20px;
  /*line-height: 1.2em;*/
}

.col-offices .address span {
  display: inline-block;
  color: #d6322e;
  width: 30px;
}


/* Standard Page Elements */


/* sidebar-nav */

.sidebar {
  margin-bottom: 2em;
}

.container .col #sidebar-nav {
  display: none;
  padding: 0;
  margin: 0 0 2em;
}

.container .col #sidebar-nav li {
  display: block;
  width: 100%;
  background: #eee;
  min-height: 40px;
  margin-bottom: 0;
  position: relative;
}

.container .col #sidebar-nav li.Highlighted>a {
  font-weight: bold;
}

.container .col #sidebar-nav li>ul {
  padding: 0;
}

.container .col #sidebar-nav li>ul>li {
  background: #f4f4f4;
}

.container .col #sidebar-nav li>ul>li>ul>li {
  background: #f8f8f8;
}

.container .col #sidebar-nav li>ul>li>a {
  padding-left: 1.5em;
}

.container .col #sidebar-nav li>ul>li>ul>li>a {
  padding-left: 2em;
}

.container .col #sidebar-nav li a {
  border-bottom: 1px solid #ccc;
  padding-left: 1em;
  line-height: 40px;
  main-blu font-size: 0.875em;
  display: block;
}

.container .col #sidebar-nav li span {
  padding-left: 1em;
  line-height: 40px;
  font-size: 0.875em;
  display: block;
}

.container .col #sidebar-nav li:last-of-type {
  border-bottom: 0;
}

.container .col #sidebar-nav li a:hover {
  text-decoration: none;
}

#sidebar-nav li>ul {
  display: none;
}

#sidebar-nav li>ul>li {
  display: none;
}

#sidebar-nav li.selected>ul {
  display: block;
}

#sidebar-nav li.selected>ul>li {
  display: block;
}

.container .col #sidebar-nav>li.selected>ul {
  padding: 0;
  margin: 0;
}

.container .col #sidebar-nav li span.moon-arrow-down {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 5em;
  display: block;
  border-left: 1px solid #ccc;
  text-align: center;
  cursor: pointer;
  line-height: 40px;
}

.container .col #sidebar-nav li span.moon-arrow-down.active::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}

.nav-title {
  width: 100%;
  background: #4D4D4C;
  margin: 0;
  height: 40px;
  font-size: 1em;
  line-height: 40px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  display: block;
}

.nav-title::after {
  content: "\e90a";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-size: 1em;
  margin-left: 0.8em;
  color: #fff;
}

.nav-title.active::after {
  content: "\e90d";
}

#sidebar-nav li.menu-category::before {
  display: none;
}

.container .col #sidebar-nav li.menu-category {
  padding: 0;
  background: #777;
}

.container .col #sidebar-nav li.menu-category span {
  font-size: 1em;
  color: #fff;
}


/* download item */

.download-item {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 2em;
  background: #f5f5f5;
  padding: 2em;
}

.download-item a img {
  margin-right: 2em;
}

/* inner-form */

.inner-form {
  width: 100%;
  max-width: 800px;
  background: #f4f4f4;
  padding: 2em;
  margin-bottom: 3em;
  border-left: 3px solid #6559A6;
}

.inner-form input,
.inner-form select,
.inner-form textarea {
  max-width: 400px;
}

.inner-form .form-group {
  width: 100%;
  clear: both;
  margin-bottom: 1em;
  overflow: hidden;
}

.inner-form #field_Acceptance .editing-form-value-cell {
  margin-top: 1em;
}

#field_BusinessPhone span {
  display: inline-block;
  width: 8%;
  max-width: 20px;
  text-align: center;
}

#field_BusinessPhone input {
  display: inline-block;
  width: 25%;
  max-width: 100px;
}

div.inner-form .editing-form-label-cell label {
  margin-bottom: 0.5em;
  clear: both;
  display: block;
}

.inner-form span.EditingFormErrorLabel {
  color: red;
  font-size: 14px;
  clear: both;
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  text-align: left !important;
}

/* Pagination */

.pagination {
  width: 100%;
  clear: both;
  margin-top: 2em;
  text-align: center;
}

.container .col .pagination ul {
  padding: 0;
  margin: 0;
}

.container .col .pagination ul li {
  display: inline-block;
  list-style-type: none;
  min-width: 30px;
  background: #f4f4f4;
  margin: 0 2px 10px 2px;
  height: 30px;
  line-height: 30px;
  font-size: 0.875em;
  text-indent: inherit;
}

.pagination ul li::before {
  display: none;
}

.container .col .pagination ul li.prev a::before {
  display: inline-block;
  content: "\e902";
  font-family: 'icomoon' !important;
  font-style: normal;
  font-size: 0.75em;
  margin-right: 0.75em;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  transform: rotate(180deg);
  color: #ccc;
}

.container .col .pagination ul li.next a::after {
  display: inline-block;
  content: "\e902";
  font-family: 'icomoon' !important;
  font-style: normal;
  font-size: 0.75em;
  margin-left: 0.75em;
  color: #ccc;
}

.container .col .pagination ul li a {
  display: block;
  padding: 0px 10px;
  width: 100%;
  height: 30px;
}

.container .col .pagination ul li a:hover {
  text-decoration: none;
  background: #eee;
}

.container .col .pagination ul li.active {
  background: #d83935;
  color: #fff;
}

/* Repeater Pagination - LOH */

.PagerControl {
  width: 100%;
  clear: both;
  margin-top: 2em;
  text-align: center;
}

.PagerResults {
  font-weight: normal !important;
}

/***** Project Meta *****/

.project-intro {
  float: none;
  width: 100%;
  margin-bottom: 2em;
}

ul.project-meta {
  float: none;
  padding-left: 0;
  padding: 2em 0;
  margin-left: 0;
  margin-bottom: 2em;
  margin-top: 2em;
  border-left: 0;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
}

ul.project-meta {
  margin: 0 0 0 3%;
  padding: 0 0 3% 3%;
}

ul.project-meta.signature {
  float: left;
  clear: both;
  border-top: 0;
  padding-top: 0;
  margin-top: 1em;
}

ul.project-meta li {
  padding: 0 0 0 3em;
  margin-bottom: 1.5em;
  overflow: hidden;
  display: block;
  width: 100%;
  list-style-type: none;
  position: relative;
  text-indent: 0;
}

ul.project-meta li.value {
  overflow: visible !important;
}

ul.project-meta li:last-of-type {
  margin-bottom: 0;
}

ul.project-meta li::before {
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  position: absolute;
  top: 16px;
  left: 0;
  font-size: 30px;
  color: #427286;
}

ul.project-meta li.scope::before {
  content: "\e904";
}

ul.project-meta li.value::before {
  content: "\e90e";
}

ul.project-meta li.schedule::before {
  content: "\e908";
}

ul.project-meta li.business::before {
  content: "\e905";
}

ul.project-meta li h4 {
  font-size: 1.2em;
  color: #427286;
  margin-bottom: 0.2em;
}

ul.project-meta li p {
  margin: 0;
}

/* Slideshow */

.pgwSlideshow {
  margin-bottom: 3em;
}




.pgwSlideshow .ps-current .ps-prev {
  position: absolute;
  padding: 0;
  left: 0;
  top: 40%;
  cursor: pointer;
}

.pgwSlideshow .ps-current .ps-next {
  position: absolute;
  padding: 0;
  right: 0;
  top: 40%;
  cursor: pointer;
}

.pgwSlideshow .ps-prevIcon::before {
  content: "\e90b";
  font-family: 'icomoon' !important;
  speak: none;
  color: #e73a2e;
  font-size: 22px;
  font-style: normal;
  height: 100px;
  display: block;
  line-height: 100px;
  width: 50px;
  text-align: center;
}

.pgwSlideshow .ps-nextIcon::before {
  content: "\e90c";
  font-family: 'icomoon' !important;
  speak: none;
  color: #e73a2e;
  font-size: 22px;
  font-style: normal;
  height: 100px;
  display: block;
  line-height: 100px;
  width: 50px;
  text-align: center;
}


/* Full Widget */

.full-widget {
  width: 100%;
  padding: 2em 0;
  border-top: 1px solid #ccc;
  overflow: hidden;
}

/* Image Widget */

.c-image-widget {
  width: 100%;
  clear: both;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: 3px solid #777777;
  /*background-color: #eee;*/
}

.c-image-widget.purple {
  border-bottom: 3px solid #5f568f;
  background-color: #dbd6ec;
}

.c-image-widget .row {
  margin-bottom: 0;
}

.c-image-widget .col {
  margin-bottom: 0;
}

.c-image-widget .col img {
  width: 100%;
  height: auto;
}

.c-image-widget .description h3 {
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 500;
  color: #333;
  margin-bottom: 1em;
}

.c-image-widget.purple .description h3 {
  color: #5e5491;
}

.c-image-widget .col .description {
  padding: 3em 2em;
}

.c-image-widget .col .description ul li {
  color: #333;
  margin-bottom: 1em;
}

/* Brightcove*/

.bc-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}


/*** Respsonvie Video Player ***/

.bc-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.BrightcoveExperience {
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Quote */

.c-image-widget.quote {
  background: #cbcccb;
}

.c-image-widget.quote .col .description {
  padding: 3em 2em;
  text-align: left;
  color: #fff;
}

.c-image-widget.quote .col .description h3 {
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 500;
  /*color: #fff;*/
  text-transform: none;
  padding-top: 0.5em;
  position: relative;
}

.c-image-widget.quote .col .description h3::before {
  content: "\201C";
  font-size: 30px;
  color: #666;
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: -20px;
  font-weight: 700;
}

.c-image-widget.quote .col .description h3::after {
  content: "\201D";
  font-size: 30px;
  color: #666;
  margin-left: 5px;
  font-weight: 700;
}

/* Orange */

.c-image-widget.orange {
  background-color: #f5dcc6;
  border-bottom: 3px solid #d37845;
}

.c-image-widget.orange h3 {
  color: #d37845;
}


/* Figure */

.col figure {
  margin: 0;
  padding: 0;
}

.col figure img {
  width: 100%;
  height: auto;
  border-bottom: 2px solid #427286;
}


.col figure figcaption {
  padding: 2em 1em;
}

.col figure figcaption h3 {
  font-size: 1.2em;
  text-transform: uppercase;
}

.main-content .content-ref figure figcaption {
  padding: 1em 0;
}

.content-ref figure figcaption a {
  word-wrap: break-word;
}

.main-content .content-ref figure.backcolor figcaption {
  padding: 1em 2em;
}

.aside-widget {
  margin-top: 2em;
}

.aside-widget figure figcaption {
  padding: 0em;
  overflow: hidden;
}

.content-ref {
  margin: 10px 0;
}

/*** Keep padding on Media Contact Boxes ***/
.widget-description .description {
  padding: 1em !important;
}

/*** Content Widget Reduce Margin Bottom ***/
.content-row {
  margin-bottom: 0em !important;
}


/* Related Info */

.related-info {
  border-top: 1px solid #ddd;
  padding-top: 3em;
  margin-bottom: 0;
}

.related-info h3 {
  font-size: 1.2em;
  font-weight: 700;
  color: #5a5a5a;
  margin-bottom: 1.5em;
}

.related-info article {
  margin-bottom: 2em;
}

.related-info article img {
  margin-bottom: 1em;
  width: 100%;
  height: auto;
}

.related-info article h4 {
  margin-bottom: 0.2em;
}

.related-info article h4 a {
  color: #427286;
}

.related-info article span.date {
  font-size: 0.875em;
  color: #aaa;
}

.related-info .row {
  margin-bottom: 0;
}

/* WYSIWYG */

/* Radio Buttons */

input[type="radio"] {
  display: none;
}

input[type="radio"]+label {
  position: relative;
  padding-left: 30px;
  float: left;
  clear: both;
  margin-bottom: 0.5em;
}

input[type="radio"]+label::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  width: 21px;
  height: 21px;
  background: #fff;
  border: 2px solid #ccc;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

input[type="radio"]:checked+label::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  width: 11px;
  height: 11px;
  background: #d83935;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* Checkboxes */

.user-content input[type="checkbox"] {
  display: none;
}

.user-content input[type="checkbox"]+label {
  position: relative;
  padding-left: 30px;
  float: left;
  clear: both;
  margin-bottom: 0.5em;
}

.user-content input[type="checkbox"]+label::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  width: 21px;
  height: 21px;
  background: #fff;
  border: 2px solid #ccc;
}

.user-content input[type="checkbox"]:checked+label::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  width: 11px;
  height: 11px;
  background: #d83935;
}

img.align-left {
  float: left;
  padding: 0 2em 2em 0;
}

img.align-right {
  float: right;
  padding: 0 0 2em 2em;
}

/* Table Styles */

table {
  width: 100%;
  border: 0;
}

table th {
  background: #d83935;
  color: #fff;
  padding: 10px 15px 10px 15px;
  border-color: #fff;
}

table td {
  background: #eee;
  padding: 20px;
  border-color: #fff;
}

table tr:nth-of-type(odd) td {
  background: #ddd;
  padding: 20px;
}

.responsive-table {
  overflow-x: auto;
  margin-bottom: 2em;
}

/* CAPTCHA Table Styles - LOH */

table.CaptchaTable td {
  background: none;
  padding: 0px;
  border-color: #fff;
}

table.CaptchaTable tr:nth-of-type(odd) td {
  background: none;
  padding: 0px;
}

/* Footer Bottom */

.footer-main {
  padding: 3em 0 0 0;
  background: #f5f5f5;
}

.footer-main .row {
  margin-bottom: 0;
}

.footer-bottom {
  text-align: center;
  background: #f5f5f5;
  padding: 2em 0 3em 0;
}

.footer-bottom p {
  margin-bottom: 1em;
  font-size: 0.875em;
}

.footer-bottom .social-icons {
  text-align: center;
  margin-top: 0;
  margin-bottom: 2em;
  padding: 0;
}

.footer-bottom .social-icons li {
  display: inline-block;
}

.footer-bottom .social-icons li a {
  display: block;
  height: 30px;
  width: 30px;
  background: #cacdd1;
  text-align: center;
  line-height: 30px;
  color: #fff;
  transition: .3s all ease-in-out;
}

.footer-bottom .social-icons li a:hover {
  text-decoration: none;
  background: #d83935;
}

.footer-links {
  padding: 0;
}

.footer-links li {
  display: inline-block;
  list-style-type: none;
  padding-right: 0.7em;
  margin-right: 0.5em;
  border-right: 1px solid #ccc;
  font-size: 0.875em;
}

.footer-links li:last-child {
  border: 0;
}

/*Widget colours - added 14/09/16 LOH */
.border-both {
  border-top: 2px solid #427286;
  border-bottom: 2px solid #427286;
}

.border-bottom {
  border-bottom: 2px solid #427286;
}

.container .backcolor.widget-green {
  background-color: #D0DCCA;
}

.container .widget-green {
  border-bottom-color: #527C50;
}

.container .widget-green h3 {
  color: #527C50;
  text-transform: uppercase;
}

.container .widget-green h3 a {
  color: #527C50;
}

.container .content-ref .widget-green .description {
  background-color: #D0DCCA;
}

.container .widget-green .description ul li::before {
  color: #527C50;
}

.container figure.widget-green img {
  border-bottom-color: #527C50
}

.container figure.widget-green {
  border-color: #527C50
}

.container .backcolor.widget-purple {
  background-color: #DBD7EB;
}

.container .widget-purple {
  border-bottom-color: #6559A6;
}

.container .widget-purple h3 {
  color: #6559A6;
  text-transform: uppercase;
}

.container .widget-purple h3 a {
  color: #6559A6;
}

.container .content-ref .widget-purple .description {
  background-color: #DBD7EB;
}

.container .widget-purple .description ul li::before {
  color: #6559A6;
}

.container figure.widget-purple img {
  border-bottom-color: #6559A6
}

.container figure.widget-purple {
  border-color: #6559A6
}

.container .backcolor.widget-orange {
  background-color: #F7DFCC;
}

.container .widget-orange {
  border-bottom-color: #E17E38;
}

.container .widget-orange h3 {
  color: #E17E38;
  text-transform: uppercase;
}

.container .widget-orange h3 a {
  color: #E17E38;
}

.container .content-ref .widget-orange .description {
  background-color: #F7DFCC;
}

.container .widget-orange .description ul li::before {
  color: #E17E38;
}

.container figure.widget-orange img {
  border-bottom-color: #E17E38
}

.container figure.widget-orange {
  border-color: #E17E38
}

.container .backcolor.widget-yellow {
  background-color: #FFE4B7;
}

.container .widget-yellow {
  border-bottom-color: #F8B447;
}

.container .widget-yellow h3 {
  color: #F8B447;
  text-transform: uppercase;
}

.container .widget-yellow h3 a {
  color: #F8B447;
}

.container .content-ref .widget-yellow .description {
  background-color: #FFE4B7;
}

.container .widget-yellow .description ul li::before {
  color: #F8B447;
}

.container figure.widget-yellow img {
  border-bottom-color: #F8B447
}

.container figure.widget-yellow {
  border-color: #F8B447
}

.container .backcolor.widget-blue {
  background-color: #C6D3DC;
}

.container .widget-blue {
  border-bottom-color: #44697D;
}

.container .widget-blue h3 {
  color: #44697D;
  text-transform: uppercase;
}

.container .widget-blue h3 a {
  color: #44697D;
}

.container .content-ref .widget-blue .description {
  background-color: #C6D3DC;
}

.container .widget-blue .description ul li::before {
  color: #44697D;
}

.container figure.widget-blue img {
  border-bottom-color: #44697D
}

.container figure.widget-blue {
  border-color: #44697D
}

.container .backcolor.widget-grey {
  background-color: #eee;
}

.container .widget-grey {
  border-bottom-color: #777777;
}

.container .widget-grey h3 {
  color: #777777;
  text-transform: uppercase;
}

.container .quote.widget-grey h3 {
  color: #fff
}

.container .widget-grey h3 a {
  color: #777777;
}

.container .widget-grey .description ul li::before {
  color: #777777;
}

.container figure.widget-grey img {
  border-bottom-color: #777777
}

.container figure.widget-grey {
  border-color: #777777
}


.container .backcolor.widget-blue-grey {
  background-color: #E1EAED;
}

.container .widget-blue-grey {
  border-bottom-color: #777777;
}

.container .widget-blue-grey h3 {
  color: #222222;
  font-weight: 500;
  text-transform: uppercase;
}

.container .quote.widget-blue-grey h3 {
  color: #fff
}

.container .widget-blue-grey h3 a {
  color: #777777;
}

.container .widget-blue-grey .description ul li::before {
  color: #777777;
}

.container figure.widget-blue-grey img {
  border-bottom-color: #777777
}

.container figure.widget-blue-grey {
  border-color: #777777
}



.container .backcolor.widget-dark {
  background-color: #363636;
}

.container .widget-dark h3 {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.container .widget-dark h3 a {
  color: #fff;
}

.container .widget-dark .description {
  color: #fff;
}



.container h3.quote-text {
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 500;
  text-transform: none;
  padding-top: 0.5em;
  position: relative;
  margin-left: 20px;
}

.container h3.quote-text::before {
  content: "\201C";
  font-size: 30px;
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: -20px;
  font-weight: 700;
}

.container h3.quote-text::after {
  content: "\201D";
  font-size: 30px;
  margin-left: 5px;
  font-weight: 700;
}

.container h3.quote-text {
  color: #222;
}

.nopad {
  margin: 0 !important;
  padding: 0 !important;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */



@media only screen and (min-width: 20em) {
  /* < 320px */

  /* Main Nav */

  nav.o-main-nav {
    width: 50%;
    float: right;
  }

}

@media only screen and (min-width: 30em) {
  /* < 480px */

  /* Header */

  .o-main-header {
    height: 85px;
  }

  .top-spacer {
    height: 85px;
  }


  .top-spacer-blog {
    height: 145px;
  }



  /* Main Nav */

  nav.o-main-nav {
    width: 80%;
    height: 85px;
  }

  nav.o-main-nav ul {
    margin-top: 15px;
  }

  .o-main-header .logo {
    float: left;
    width: 85px;
    height: 85px;
  }

  .burger-menu-btn {
    margin-top: 3px;
  }

  /* Signature Nav */

  .signature-nav {
    display: block;
  }

  /* Projects Grid */

  .grid-sizer,
  .grid-item {
    width: 50%;
  }


  .blog-grid .grid-sizer,
  .blog-grid .grid-item {
    width: 100%;
  }


  .box-blog {
    width: 33.333%;
  }


  .box-1x1 {
    width: 50%;
  }

  .box-1x2 {
    width: 50%;
  }

  .box-2x1 {
    width: 100%;
  }

  .box-2x2 {
    width: 100%;
  }

  .fact-box {
    height: 200px;
  }

  .fact-box .fact-box-content {
    width: 50%;
    height: 190px;
    float: left;
    border-right: 5px solid #fff;
  }

  .fact-box .fact-box-img {
    width: 50%;
    height: 190px;
    float: left;
    border-left: 5px solid #fff;
  }

  .home .fact-box .fact-box-content {
    border-right: 5px solid #E9E9E9;
  }

  .home .fact-box .fact-box-img {
    border-left: 5px solid #E9E9E9;
  }

  .fact-box div:nth-of-type(1) {
    border-bottom: 0 !important;
  }

  .fact-box div:nth-of-type(2) {
    border-top: 0 !important;
  }

  .fact-box .fact-box-content::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 80px;
    left: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #50744E;
    z-index: 2;
  }

  .fact-box .fact-box-content::after {
    content: "";
    position: absolute;
    right: -20px;
    left: auto;
    top: 70px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #fff;
    z-index: 1;
  }

  .home .fact-box .fact-box-content::after {
    border-color: transparent transparent transparent #E9E9E9;
  }

  .fact-box-content h3 {
    font-size: 1.2em;
  }

  /* 1x2 Fact Boxs */

  .box-1x2.fact-box {
    height: 400px;
  }

  .box-1x2.fact-box .fact-box-content,
  .box-1x2.fact-box .fact-box-img {
    width: 100%;
    border: none;
    float: none;
  }

  .box-1x2.fact-box a::before {
    display: none;
  }

  .box-1x2.fact-box .fact-box-content {
    height: 200px;
    padding: 40px;
    color: #fff;
    border-bottom: 10px solid #fff !important;
  }

  .box-1x2.fact-box-content h3 {
    font-size: 1.5em;
  }

  .box-1x2.fact-box .fact-box-img {
    height: 195px;
    width: 100%;
    float: none;
    clear: both;
    position: relative;
  }

  .box-1x2.fact-box .fact-box-content {
    width: 100%;
    float: none;
    clear: both;
    position: relative;
  }

  .box-1x2.fact-box .fact-box-content::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #50744E transparent transparent transparent;
    z-index: 2;
  }

  .box-1x2.fact-box .fact-box-content::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #fff transparent transparent transparent;
    z-index: 1;
  }

  .home .box-1x2.fact-box .fact-box-content::after {
    border-color: #E9E9E9 transparent transparent transparent;
  }

  .home .box-1x2.fact-box .fact-box-content {
    border-bottom: 10px solid #E9E9E9 !important;
  }

  .fact-box-content.green::before {
    border-color: transparent transparent transparent #527C50 !important;
  }

  .fact-box-content.grey::before {
    border-color: transparent transparent transparent #828282 !important;
  }

  .fact-box-content.red::before {
    border-color: transparent transparent transparent #FF2800 !important;
  }

  .fact-box-content.dark-red::before {
    border-color: transparent transparent transparent #983222 !important;
  }

  .fact-box-content.blue::before {
    border-color: transparent transparent transparent #3D7A96 !important;
  }

  .fact-box-content.purple::before {
    border-color: transparent transparent transparent #6559A6 !important;
  }

  .fact-box-content.orange::before {
    border-color: transparent transparent transparent #E17E38 !important;
  }

  .fact-box-content.yellow::before {
    border-color: transparent transparent transparent #F8B447 !important;
  }

  /* News Ticker */

  .o-news-ticker {
    display: block;
  }

  /* Inner */

  .container .row.inner {
    margin-bottom: 1em;
  }

  /* Slider */

  .o-main-slider .slick-slide .title-area h2 {
    font-size: 2.125em;
  }

  /* Pods */

  article a.thumb {
    margin-bottom: 0;
  }

  .inner {
    padding-bottom: 0;
  }

  .info-pod {
    margin-bottom: 0;
  }

  /* Section Title */

  .location-area h2.section-title {
    font-size: 2.5em;
  }

}

@media only screen and (min-width: 48em) {
  /* < 768px */

  /* Slider */

  .o-main-slider .slick-slide .title-area h2 {
    font-size: 2.625em;
  }

  .o-main-slider {
    width: 100%;
    height: 75vh;
    min-height: 600px;
  }

  .o-main-slider .slick-slide {
    height: 75vh;
    min-height: 600px;
  }

  .o-main-banner.signature {
    /*height: 600px;
		min-height: 600px;	*/
  }

  .o-main-banner.signature .container {
    /*height: 600px;
		min-height: 600px;	*/
  }

  /* Projects Grid */

  .grid-sizer,
  .grid-item {
    width: 33.333%;
  }

  .blog-grid .grid-sizer,
  .blog-grid .grid-item {
    width: 50%;
  }


  .box-blog {
    width: 33.333%;
    min-height: 200px;
    height: auto;
  }


  .box-1x1 {
    width: 33.333%;
    height: 200px;
  }

  .box-1x2 {
    width: 33.333%;
    height: 400px;
  }

  .box-2x1 {
    width: 66.666%;
    height: 200px;
  }

  .box-2x2 {
    width: 66.666%;
    height: 400px;
  }

  .fact-box-content h3 {
    font-size: 1.5em;
  }

  /* Signature Nav */

  .signature-nav ul li a {
    padding: 0 1.5em;
    font-size: 1em;
  }

  /* Sidebar Nav */

  .container .col #sidebar-nav {
    display: block !important;
  }

  .nav-title {
    display: none;
  }

  .container .col #sidebar-nav li,
  .container .col #sidebar-nav li>ul>li,
  .container .col #sidebar-nav li>ul>li>ul>li {
    background: none;
  }

  .container .col #sidebar-nav li a {
    border: 0;
    padding-left: 0 !important;
    display: inline;
  }

  .container .col #sidebar-nav li>ul>li {
    list-style-position: outside;
    display: list-item;
    padding-left: 0;
  }

  .container .col #sidebar-nav li>ul {
    padding-left: 1.5em;
  }

  .container .col #sidebar-nav li {
    padding-left: 1.5em;
  }

  .container .col #sidebar-nav>li::before {
    content: "\e90c";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-size: 0.6em;
    margin-right: 1em;
    position: absolute;
    left: 0.5em;
    line-height: 40px;
    color: #333;
  }

  .container .col #sidebar-nav li a:hover {
    text-decoration: underline;
  }

  .container .col #sidebar-nav li span.moon-arrow-down {
    display: none;
  }

  .container .col #sidebar-nav li ul {
    display: block;
  }

  .container .col #sidebar-nav li.menu-category {
    padding: 0;
    background: #eee;
  }

  .container .col #sidebar-nav li.menu-category span {
    font-size: 1em;
    color: #222;
    padding-left: 1.5em;
  }


  /* Newsletter Tweets & Communities Section */

  /*.col-offices {
		min-height: 17em;
	}*/

  .newsletter-box .col-container {
    min-height: 13em;
  }


  .tweets-box .col-container,
  .communities-box .col-container,
  .col-offices {
    height: 30em;
  }

  .col-container div.scroller {
    height: 100%;
    overflow-y: auto;
    padding-right: 1em;
  }

  .tweets-box .col-container div.scroller {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .row.home-cols .col-container div.scroller {
    height: auto;
    overflow-y: inherit;
    padding-right: 0;
  }

  .newsletter-box .ErrorMessage {
    color: #d6322e;
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
  }


  /* Toolbar */

  .toolbar-area {
    border-bottom: 1px solid #ccc;
  }

  .toolbar {
    float: right;
    clear: none;
    margin: 0em 0 0 0;
  }

  .toolbar li {
    display: inline-block;
    margin-left: 1em;
    margin-right: 0;
    margin-bottom: 0;
  }

  .toolbar li a {
    display: block;
    width: 100%;
  }

  .toolbar li a i {
    color: #999;
    font-size: 22px;
    margin-right: 8px;
  }

  .toolbar li a span {
    vertical-align: top;
    font-size: 16px;
  }


  .toolbar li a em {
    color: #999;
    font-size: 22px;
    margin-right: 8px;
  }



  /* Breadcrumb */

  .breadcrumbs {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 5px;
    width: auto;
  }


}


@media only screen and (min-width: 55em) {
  /* < 880px */

  /* Signature Meta */

  ul.project-meta.signature {
    float: none;
    clear: both;
    width: 100%;
    border-left: 0;
    padding-left: 0;
    padding-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    overflow: hidden;
    margin-top: 1em;
    display: block;
    border-top: 0;
  }

  ul.project-meta.signature li {
    width: 25%;
    padding-right: 3%;
    padding-left: 7%;
    min-height: 4em;
    float: left;
    border-right: 1px solid #ccc;
    margin-bottom: 0;
  }

  ul.project-meta.signature li::before {
    left: 8%;
  }

  ul.project-meta.signature li:last-of-type {
    margin-right: 0;
    border-right: 0;
  }

  /* Sidebar Nav */

  .container .col #sidebar-nav li a {
    font-size: 1em;
  }

}

@media only screen and (min-width: 64em) {
  /* < 1024px */

  /* Home Cols */

  .home-cols>.col {
    margin-bottom: 0;
  }

  .home-cols .col:last-of-type {
    border-right: 0;
  }

  /* Main Nav */

  nav.o-main-nav {
    width: 90%;
  }

  .newsletter-box,
  .tweets-box,
  .communities-box {
    margin-bottom: 0;
  }

  /* Projects Grid */

  .grid-sizer,
  .grid-item {
    width: 25%;
  }


  .blog-grid .grid-sizer,
  .blog-grid .grid-item {
    width: 33.333%;
  }


  .box-1x1 {
    width: 25%;
  }

  .box-1x2 {
    width: 25%;
  }

  .box-2x1 {
    width: 50%;
  }

  .box-2x2 {
    width: 50%;
  }

  /* Project Meta */

  .project-intro {
    width: 65%;
    float: left;
  }

  ul.project-meta {
    float: right;
    border-top: 0;
    border-left: 1px solid #ccc;
    padding-top: 0;
    margin-top: 0;
    padding: 0 0 3% 3%;
    margin-left: 3%;
    width: 32%;
  }

  /* Image Widget */

  .c-image-widget .col .description {
    padding: 2em;
  }

  /* Footer */

  .container .col.footer-nav ul:last-of-type {
    margin-bottom: 0;
  }

}

@media only screen and (min-width: 80em) {
  /* < 1280px */

  /* Projects Grid */

  .grid-sizer,
  .grid-item {
    width: 20%;
  }

  .blog-grid .grid-sizer,
  .blog-grid .grid-item {
    width: 33.333%;
  }

  .box-1x1 {
    width: 20%;
    height: 250px;
  }

  .box-1x2 {
    width: 20%;
    height: 500px;
  }

  .box-2x1 {
    width: 40%;
    height: 250px;
  }

  .box-2x2 {
    width: 40%;
    height: 500px;
  }

  .fact-box .fact-box-content {
    height: 240px;
  }

  .fact-box .fact-box-img {
    height: 240px;
  }

  ul.project-meta.signature li {
    padding-left: 6%;
  }

  /* 1x2 Fact Boxs */

  .box-1x2.fact-box {
    height: 500px;
  }

  .box-1x2.fact-box .fact-box-content {
    height: 250px;
  }

  .box-1x2.fact-box .fact-box-img {
    height: 240px;
  }
}


@media only screen and (max-width: 40em) {
  /* < 640px */

  .main-content table {
    overflow-x: scroll;
    display: block;
    margin-bottom: 3em;
    width: auto !important;
  }

  .main-content table::-webkit-scrollbar {
    width: 15px;
    height: 15px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    overflow: visible;
  }

  .main-content table::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #C3C3C3;
    border: 2px solid #eee;
    -webkit-border-radius: 5px;
  }

  .main-content table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .main-content table::-webkit-scrollbar-corner {
    background: transparent;
  }

}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }


  .main-wrapper {
    max-width: 1000px;
    margin: auto;
  }

  .o-main-nav,
  .top-spacer,
  .o-main-banner,
  .toolbar-area,
  .sidebar,
  .footer-main,
  .social-icons,
  .footer-links,
  .project-filters {
    display: none;
  }

  .footer-bottom {
    border-top: 1px solid #ddd;
  }

  .o-main-header {
    width: auto !important;
    position: relative;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 60px;
    margin: 0 2em;
  }

  .o-main-header .logo {
    float: left;
    width: 60px;
    height: 60px;
    display: block;
  }

}



/*** 4 Col H4 Size Overlap Fix ***/


@media only screen and (min-width: 62em) {

  .col.s12.l3 h4 {
    font-size: 0.8em;
  }

}

/*** .col.s12.l6 2 col grid nth height ***/

.col.s12.l6:nth-of-type(2n+1) {
  clear: left;
}

.col.s12.l6.xl3:nth-of-type(4n+1) {
  clear: left;
}

.col.s12.l6.xl3:nth-of-type(2n+1) {
  clear: none;
}

/**Support ticket 10039 */
@media only screen and (min-device-width: 250px) and (max-device-width: 414px) {
  .col-head {
    background-position-x: -170px;
  }
}

@media only screen and (min-device-width: 415px) and (max-device-width: 472px) {
  .col-head {
    background-position-x: -112px;
  }
}

.CookieConsent {
    z-index: 999;
    position: fixed;
    background-color: #4d4d4c;
    bottom: 0%;
    Width: 100%;
    color: #fff;
    min-height: 75px;
    padding: 10px 25px;
}

.CookieConsent .ConsentText {
    width: 80%;
    display: block;
    float: left;
    padding: 20px;
    padding-bottom: 10px
}

    .CookieConsent .ConsentButtons {
        width: 20%;
        display: block;
        float: left;
        padding: 20px;
        padding-right: 0;
        padding-bottom: 0
    }

.ConsentButton {
    padding: 0 25px;
    border: 1px solid #d0d0cf;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-weight: 500;
    transition: 0.2s all ease-in-out;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    margin-bottom: 1em;
    color: #fff !important;
    margin: 0.5em 0 0 0;
    background: none;
}

@media only screen and (max-width:50em) {
    .CookieConsent .ConsentText,
    .CookieConsent .ConsentButtons {
        display: block;
        width: 100%;
        padding: 10px 0
    }
}