/*==================================================

	Main CSS

================================================= */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, ../sass/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, li,
fieldset, form, .select-prompt .modal-content, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
/* line 26, ../sass/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 30, ../sass/_reset.scss */
body {
  line-height: 1;
}

/* line 33, ../sass/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 36, ../sass/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 41, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/_normalize.scss */
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.
 */
/* line 33, ../sass/_normalize.scss */
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.
 */
/* line 54, ../sass/_normalize.scss */
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.
 */
/* line 67, ../sass/_normalize.scss */
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/11, Safari, and Firefox < 22.
 */
/* line 77, ../sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../sass/_normalize.scss */
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.
 */
/* line 252, ../sass/_normalize.scss */
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.
 */
/* line 266, ../sass/_normalize.scss */
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.
 */
/* line 277, ../sass/_normalize.scss */
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.
 */
/* line 290, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../sass/_normalize.scss */
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.
 */
/* line 322, ../sass/_normalize.scss */
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.
 */
/* line 334, ../sass/_normalize.scss */
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`.
 */
/* line 346, ../sass/_normalize.scss */
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
 *    (include `-moz` to future-proof).
 */
/* line 357, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../sass/_normalize.scss */
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.
 */
/* line 390, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../sass/_normalize.scss */
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.
 */
/* line 408, ../sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../sass/_normalize.scss */
td,
th {
  padding: 0;
}

/* ==================== Colors =================== */
/* ==================== Mixins =================== */
/* Auto Px to Em */
/* Clearfix */
/* Custom Link arrows */
/* Element Specific Mixins */
/* ==================== Fonts =================== */
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/lato/lato-bold-webfont.eot");
  /* IE9 Compat Modes */
  src: local("Lato Regular"), local("Lato-Regular"), url("../fonts/lato/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-bold-webfont.woff") format("woff"), url("../fonts/lato/lato-bold-webfont.ttf") format("truetype"), url("../fonts/lato/lato-bold-webfont.svg#Lato") format("svg");
  /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/lato/lato-italic-webfont.eot");
  /* IE9 Compat Modes */
  src: local("Lato Regular"), local("Lato-Regular"), url("../fonts/lato/lato-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-italic-webfont.woff") format("woff"), url("../fonts/lato/lato-italic-webfont.ttf") format("truetype"), url("../fonts/lato/lato-italic-webfont.svg#Lato") format("svg");
  /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato/lato-regular-webfont.eot");
  /* IE9 Compat Modes */
  src: local("Lato Regular"), local("Lato-Regular"), url("../fonts/lato/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-regular-webfont.woff") format("woff"), url("../fonts/lato/lato-regular-webfont.ttf") format("truetype"), url("../fonts/lato/lato-regular-webfont.svg#Lato") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'pt-reg';
  src: url("../fonts/pt-reg/pt-thin-webfont.eot");
  src: url("../fonts/pt-reg/pt-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-reg/pt-thin-webfont.woff") format("woff"), url("../fonts/pt-reg/pt-thin-webfont.ttf") format("truetype");
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'pt-it';
  src: url("../fonts/pt-it/pt-thin-it-webfont.eot");
  src: url("../fonts/pt-it/pt-thin-it-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-it/pt-thin-it-webfont.woff") format("woff"), url("../fonts/pt-it/pt-thin-it-webfont.ttf") format("truetype");
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'pt-bold';
  src: url("../fonts/pt-bold/pt-bold-webfont.eot");
  src: url("../fonts/pt-bold/pt-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-bold/pt-bold-webfont.woff") format("woff"), url("../fonts/pt-bold/pt-bold-webfont.ttf") format("truetype");
}
/* ICOMOON */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?c986r6");
  src: url("../fonts/icomoon/icomoon.eot?#iefixc986r6") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff?c986r6") format("woff"), url("../fonts/icomoon/icomoon.ttf?c986r6") format("truetype"), url("../fonts/icomoon/icomoon.svg?c986r6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 96, ../sass/_fonts.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 108, ../sass/_fonts.scss */
.icon-email:before {
  content: "\e609";
}

/* line 111, ../sass/_fonts.scss */
.icon-twitter:before {
  content: "\ea91";
}

/* line 114, ../sass/_fonts.scss */
.icon-location:before {
  content: "\e608";
}

/* line 117, ../sass/_fonts.scss */
.icon-arrow-down:before {
  content: "\e600";
}

/* line 120, ../sass/_fonts.scss */
.icon-close:before {
  content: "\e601";
}

/* line 123, ../sass/_fonts.scss */
.icon-arrow-up:before {
  content: "\e602";
}

/* line 126, ../sass/_fonts.scss */
.icon-arrow-right:before, .pagination span.icon-arrow-left:before {
  content: "\e603";
}

/* line 129, ../sass/_fonts.scss */
.icon-arrow-down2:before {
  content: "\e604";
}

/* line 132, ../sass/_fonts.scss */
.icon-plus:before {
  content: "\e605";
}

/* line 135, ../sass/_fonts.scss */
.icon-minus:before {
  content: "\e606";
}

/* line 138, ../sass/_fonts.scss */
.icon-arrow-left:before {
  content: "\e607";
}

/* line 141, ../sass/_fonts.scss */
.icon-pdf:before {
  content: "\eada";
}

/* line 144, ../sass/_fonts.scss */
.icon-phone:before {
  content: "\e942";
}

/* ==================== Global Styles =================== */
/* line 35, ../sass/_main-base.scss */
body.mobile-menu-open, body.client-login-open {
  /* 		overflow: hidden !important;
  		-webkit-overflow-scrolling: touch;
  		z-index: 0 !important; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 44, ../sass/_main-base.scss */
body.mobile-menu-open header, body.client-login-open header {
  z-index: 999999999;
}
/* line 49, ../sass/_main-base.scss */
body.mobile-menu-open .mobile-drawer, body.mobile-menu-open .overlay {
  display: block !important;
}
/* line 52, ../sass/_main-base.scss */
body.mobile-menu-open .client-login-form {
  display: none !important;
}
/* line 55, ../sass/_main-base.scss */
body.client-login-open .overlay, body.client-login-open .client-login-form, body.client-login-open .client-login-mobile-icon.active {
  display: block !important;
}

/* line 61, ../sass/_main-base.scss */
body {
  color: #474747;
  font-weight: 300;
  font-family: 'Lato', 'pt-reg', 'Arial', sans-serif;
  height: 100%;
  margin: 0;
  z-index: 0;
  /* &.mobile-menu-open {
  	position: relative;
  	.main-wrap { 
  		-webkit-overflow-scrolling: touch;
  		overflow: hidden !important;
  		z-index: 2 !important;
  		position: static;
  	}
  } */
}

/* line 80, ../sass/_main-base.scss */
input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
/* line 82, ../sass/_main-base.scss */
input[type='text'] {
  -webkit-appearance: none;
}
/* line 85, ../sass/_main-base.scss */
input:focus {
  outline: 0;
  outline: none;
}

/* line 90, ../sass/_main-base.scss */
h1 {
  margin: 0 0 10px;
  font-size: 0.9375em;
  line-height: 1.25em;
}

/* line 96, ../sass/_main-base.scss */
h2 {
  font-size: 1.875em;
  line-height: 1.25em;
  font-family: 'Lato', 'pt-it', 'Arial', sans-serif;
  font-style: italic;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
}
/* line 102, ../sass/_main-base.scss */
h2 a {
  font-size: inherit;
}

/* line 107, ../sass/_main-base.scss */
h3 {
  margin-bottom: 10px;
}

/* line 110, ../sass/_main-base.scss */
a {
  text-decoration: none;
  font-size: 13px;
  color: #B27419;
}
/* line 114, ../sass/_main-base.scss */
a.more {
  float: right;
}
/* line 116, ../sass/_main-base.scss */
a.more:before {
  content: "\e603";
  float: left;
  padding-right: 3px;
  font-family: icomoon;
  color: #bfbebe;
}
/* line 119, ../sass/_main-base.scss */
a.more.nfloat {
  float: none;
}
/* line 121, ../sass/_main-base.scss */
a.more.nfloat:before {
  padding: 3px 3px 0 8px;
}

/* line 127, ../sass/_main-base.scss */
p {
  font-size: 13px;
  padding: 10px 0;
  line-height: 1.4em;
  font-weight: 500;
  font-family: 'Lato', 'pt-reg', 'Arial', sans-serif;
}
/* line 133, ../sass/_main-base.scss */
p a {
  display: inline;
  font-size: 1em;
}

/* line 138, ../sass/_main-base.scss */
.main-wrap section:not(.left-column) ul, .main-wrap section:not(.left-column) ol, .main-wrap section:not(.left-nav) ul {
  font-size: 0.8125em;
  line-height: 1.4em;
}
/* line 142, ../sass/_main-base.scss */
.main-wrap section:not(.left-column) ul .all-funds-tab, .main-wrap section:not(.left-column) ol .all-funds-tab, .main-wrap section:not(.left-nav) ul .all-funds-tab {
  font-size: 13px;
}

/* line 146, ../sass/_main-base.scss */
em {
  font-family: 'Lato', 'pt-it', 'Arial', sans-serif;
  font-style: italic;
  line-height: 1.4em;
  font-weight: 400;
}
/* line 150, ../sass/_main-base.scss */
em strong {
  font-style: italic;
  font-weight: 800;
}

/* line 155, ../sass/_main-base.scss */
i {
  font-family: 'Lato', 'pt-it', 'Arial', sans-serif;
  font-style: italic;
}

/* line 158, ../sass/_main-base.scss */
b, strong {
  font-family: 'Lato', 'pt-bold', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 700;
}

/* line 162, ../sass/_main-base.scss */
i strong {
  font-family: 'Lato', 'pt-bold', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  font-style: italic;
}

/* line 168, ../sass/_main-base.scss */
strong i {
  font-family: 'Lato', 'pt-bold', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  font-style: italic;
}
/* line 172, ../sass/_main-base.scss */
strong em {
  font-family: 'Lato', 'pt-bold', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  font-style: italic;
  font-weight: 800;
}

/* line 178, ../sass/_main-base.scss */
hr {
  height: 1px;
  border: 0;
  outline: none;
  color: #e5e5e5;
  background-color: #e5e5e5;
  margin-bottom: 10px;
}

/* Global Overlay */
/* line 188, ../sass/_main-base.scss */
.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  color: #333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  display: none;
  z-index: 5;
  overflow: hidden;
}

/* line 200, ../sass/_main-base.scss */
.underline {
  text-decoration: underline;
}

/* Main wrapper */
/* line 206, ../sass/_main-base.scss */
.main-wrap, .wrap {
  width: 100%;
  margin: 20px auto;
  float: none;
  position: relative;
}
/* line 212, ../sass/_main-base.scss */
.main-wrap section h1, .main-wrap .section h1, .wrap section h1, .wrap .section h1 {
  font-size: 2.1875em;
  font-family: 'Lato', 'pt-it', 'Arial', sans-serif;
  font-style: italic;
  color: #474747;
}

/* line 220, ../sass/_main-base.scss */
.main-wrap.breadcrumbs {
  margin-top: 15px;
}

/* line 224, ../sass/_main-base.scss */
.main-wrap:not(.breadcrumbs):not(.alert-sm) {
  min-height: 475px;
}

/* line 228, ../sass/_main-base.scss */
.breadcrumbs + .main-wrap {
  margin-top: 0;
}

/* Global Wrap with no top and bottom margin */
/* line 233, ../sass/_main-base.scss */
.wrap {
  margin: auto;
  max-width: 960px;
}

/* line 238, ../sass/_main-base.scss */
section {
  margin: 10px 0 30px;
}
/* line 240, ../sass/_main-base.scss */
section.title {
  margin: 0 0 10px 0;
}
/* line 243, ../sass/_main-base.scss */
section.columns section.columns {
  padding-left: 0;
  padding-right: 0;
}

/* ==================== Top Header =================== */
/*==================================================

	Header CSS

================================================= */
/* line 8, ../sass/_header.scss */
header {
  color: white;
  width: 100%;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 2;
  background: #2c2b29;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjMmIyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzJmMmQyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iIzJmMmQyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNDIzMjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #2c2b29 0%, #2f2d2b 25%, #2f2d2b 55%, #242322 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c2b29), color-stop(25%, #2f2d2b), color-stop(55%, #2f2d2b), color-stop(100%, #242322));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2c2b29 0%, #2f2d2b 25%, #2f2d2b 55%, #242322 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2c2b29 0%, #2f2d2b 25%, #2f2d2b 55%, #242322 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2c2b29 0%, #2f2d2b 25%, #2f2d2b 55%, #242322 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2c2b29 0%, #2f2d2b 25%, #2f2d2b 55%, #242322 100%);
  /* W3C */
}

/* line 25, ../sass/_header.scss */
.logo {
  padding-left: 0;
}

/* line 29, ../sass/_header.scss */
.logo-container {
  padding: 15px 0 20px;
  border-bottom: 1px solid #343434;
}
/* line 32, ../sass/_header.scss */
.logo-container img {
  padding-top: 5px;
}

/* line 39, ../sass/_header.scss */
.pc .menu-search .search-box, .pc .template-search .search-box {
  font-size: 0.8125em;
}

/* Search Form */
/* line 46, ../sass/_header.scss */
.menu-search, .template-search {
  position: relative;
  text-align: right;
  padding-right: 0;
  z-index: 1;
}
/* line 51, ../sass/_header.scss */
.menu-search span, .template-search span {
  position: relative;
}
/* line 54, ../sass/_header.scss */
.menu-search .search-box, .template-search .search-box {
  padding: 7px 0px 7px 0px;
  max-width: 280px;
  width: 96%;
  background-color: #575350;
  border: 0 none;
  font-size: 0.75em;
  border-right: 78px solid transparent;
  border-left: 6px solid transparent;
  color: #fff;
}
/* line 65, ../sass/_header.scss */
.menu-search input[type=button], .menu-search input[type=button]:hover, .template-search input[type=button], .template-search input[type=button]:hover {
  position: absolute;
  border: 1px solid #575350;
  cursor: pointer;
  right: 2px;
  top: 2px;
  font-size: 0.5625em;
  text-transform: uppercase;
  padding: 6px 18px;
  background-color: #98938e;
}

/* line 78, ../sass/_header.scss */
.utility-menu {
  border-top: 2px solid #E51937;
}
/* line 80, ../sass/_header.scss */
.utility-menu .client-login {
  font-size: 10px;
  border-left: 1px solid #E51937;
  border-right: 1px solid #E51937;
  padding: 5px 0;
  margin-right: 0px;
  position: relative;
}
/* line 87, ../sass/_header.scss */
.utility-menu .client-login span {
  padding: 14px 12px;
  margin: 0;
  cursor: pointer;
}
/* line 92, ../sass/_header.scss */
.utility-menu .client-login.login-active {
  background-color: #565656;
  border-left: 1px solid #2F2D2B;
  border-right: 1px solid #2F2D2B;
  -webkit-box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.6);
}
/* line 97, ../sass/_header.scss */
.utility-menu .client-login.login-active span {
  background-color: #565656;
}

/* line 106, ../sass/_header.scss */
.pc .client-login-form label {
  font-size: 13px;
}

/* line 112, ../sass/_header.scss */
.client-login-form {
  font-size: 11px !important;
  display: none;
  background-color: #565656;
  color: #bfbebe;
  width: 280px;
  position: absolute;
  left: 135px;
  top: 30px;
  left: 0px;
  z-index: 2;
  padding: 20px;
  text-align: left;
  text-transform: none;
  -webkit-box-shadow: 0 12px 26px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 12px 26px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 12px 26px 0 rgba(0, 0, 0, 0.6);
}
/* line 127, ../sass/_header.scss */
.client-login-form label {
  padding-bottom: 8px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}
/* line 132, ../sass/_header.scss */
.client-login-form label.error {
  margin: 10px 0;
  color: #CF9121;
  display: block;
  font-size: 12px;
  text-transform: none;
}
/* line 139, ../sass/_header.scss */
.client-login-form label.remember-me {
  text-transform: none;
}
/* line 141, ../sass/_header.scss */
.client-login-form label.remember-me:hover {
  cursor: pointer;
}
/* line 146, ../sass/_header.scss */
.client-login-form a {
  float: right;
  font-size: 11px;
}
/* line 150, ../sass/_header.scss */
.client-login-form input {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 8px;
  background-color: #4e4e4e;
  border: 0 none;
  color: white;
  font-size: 12px;
  -webkit-box-shadow: inset 2px 4px 10px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 2px 4px 10px -3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 2px 4px 10px -3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
/* line 161, ../sass/_header.scss */
.client-login-form input[type=checkbox] {
  display: inline-block;
  width: auto;
  margin: 6px 4px 0 0;
  font-size: 11px;
  padding: 0;
}
/* line 168, ../sass/_header.scss */
.client-login-form input:focus {
  outline: 0;
}
/* line 172, ../sass/_header.scss */
.client-login-form button {
  float: right;
  color: white;
  text-transform: uppercase;
  padding: 6px 20px;
  width: auto;
  background-color: #9A9794;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
}
/* line 182, ../sass/_header.scss */
.client-login-form button:focus {
  outline: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 192, ../sass/_header.scss */
  .client-login-form label.remember-me {
    vertical-align: 2px;
  }
}
/* line 202, ../sass/_header.scss */
.ie9 .client-login-form label.remember-me {
  vertical-align: 2px;
}

/* ==========================================================================
   Media Query - Phone
   ========================================================================== */
@media screen and (max-width: 640px) {
  /* line 216, ../sass/_header.scss */
  header {
    position: fixed;
    top: 0;
  }

  /* line 221, ../sass/_header.scss */
  .menu-search {
    display: none;
  }

  /* Header when mobile drawer is collpased */
  /* line 226, ../sass/_header.scss */
  .logo-container {
    padding: 15px 0 12px 10px;
    width: 100%;
    height: 52px;
  }
  /* line 230, ../sass/_header.scss */
  .logo-container .logo img {
    max-height: 22px;
  }
  /* line 233, ../sass/_header.scss */
  .logo-container .menu-icon {
    cursor: pointer;
  }
  /* line 236, ../sass/_header.scss */
  .logo-container .mini-menu {
    font-size: 6px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding: 5px 0 7px 1px;
    margin: -8px 0;
    -webkit-box-shadow: -6px 0 9px -6px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: -6px 0 9px -6px rgba(0, 0, 0, 0.8);
    box-shadow: -6px 0 9px -6px rgba(0, 0, 0, 0.8);
  }
  /* line 244, ../sass/_header.scss */
  .logo-container .mini-menu div {
    display: inline-block;
    height: 28px;
  }
  /* line 248, ../sass/_header.scss */
  .logo-container .mini-menu span {
    display: block;
    text-align: center;
  }
  /* line 252, ../sass/_header.scss */
  .logo-container .mini-menu img {
    padding: 0;
  }
  /* line 255, ../sass/_header.scss */
  .logo-container .mini-menu .menu-icon {
    border-left: 1px solid #3c3a37;
  }
  /* line 257, ../sass/_header.scss */
  .logo-container .mini-menu .menu-icon img {
    max-height: 13px;
    margin-bottom: 9px;
  }
  /* line 262, ../sass/_header.scss */
  .logo-container .mini-menu .client-login-mobile-icon {
    border-right: 1px solid #000;
  }
  /* line 264, ../sass/_header.scss */
  .logo-container .mini-menu .client-login-mobile-icon img {
    max-height: 16px;
    margin-bottom: 6px;
  }
  /* line 268, ../sass/_header.scss */
  .logo-container .mini-menu .client-login-mobile-icon.active {
    position: absolute;
    background-color: #565656;
    height: 52px;
    width: 100%;
    display: none;
    top: -7px;
    font-size: 8px;
    line-height: 23px;
    cursor: pointer;
    padding-top: 5px;
  }
  /* line 279, ../sass/_header.scss */
  .logo-container .mini-menu .client-login-mobile-icon.active .icon-close {
    bottom: auto;
    width: auto;
    text-align: center;
    position: relative;
    font-size: 23px;
  }

  /* line 291, ../sass/_header.scss */
  .client-login-form {
    left: auto;
    right: 0;
    top: 52px;
    width: 90%;
    max-width: 400px;
    font-size: 12px;
    padding: 35px;
  }
  /* line 299, ../sass/_header.scss */
  .client-login-form label, .client-login-form input, .client-login-form a, .client-login-form button {
    font-size: 12px;
  }
  /* line 302, ../sass/_header.scss */
  .client-login-form input {
    padding: 11px 13px;
    font-size: 16px;
  }
  /* line 306, ../sass/_header.scss */
  .client-login-form a {
    color: #e5e5e5;
  }
  /* line 309, ../sass/_header.scss */
  .client-login-form button {
    padding: 13px 27px 12px;
  }
  /* line 312, ../sass/_header.scss */
  .client-login-form input[type=checkbox] {
    margin-top: 12px;
    padding: 5px;
  }
}
/* line 322, ../sass/_header.scss */
.lt-ie9 header, .ie7 header {
  background-color: #2F2D2B;
}

/* ==================== Naviation =================== */
/*==================================================

	Navigation CSS

	(Utility, Main, & Left Nav)

================================================= */
/* Top utility Menu */
/* line 11, ../sass/_navigation.scss */
.utility-menu {
  border-bottom: 1px solid #343434;
  text-align: right;
  padding: 10px 0;
  text-transform: uppercase;
  /*	width: 69%;*/
}
/* line 17, ../sass/_navigation.scss */
.utility-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 20, ../sass/_navigation.scss */
.utility-menu ul li {
  display: inline-block;
}
/* line 23, ../sass/_navigation.scss */
.utility-menu a {
  color: white;
  font-size: 10px;
  padding-left: 10px;
}
/* line 28, ../sass/_navigation.scss */
.utility-menu form, .utility-menu .select-prompt .modal-content, .select-prompt .utility-menu .modal-content {
  font-size: 10px;
}
/* line 30, ../sass/_navigation.scss */
.utility-menu form img, .utility-menu .select-prompt .modal-content img, .select-prompt .utility-menu .modal-content img {
  opacity: 0.4;
  display: inline-block;
  vertical-align: bottom;
  padding-right: 5px;
  width: 50px;
  float: left;
}
/* line 38, ../sass/_navigation.scss */
.utility-menu form .fieldset, .utility-menu .select-prompt .modal-content .fieldset, .select-prompt .utility-menu .modal-content .fieldset {
  float: left;
  margin-top: 3px;
  margin-right: 16px;
}
/* line 43, ../sass/_navigation.scss */
.utility-menu form label, .utility-menu .select-prompt .modal-content label, .select-prompt .utility-menu .modal-content label {
  text-align: left;
  color: #a5a5a5;
}
/* line 47, ../sass/_navigation.scss */
.utility-menu form .location-wrap, .utility-menu .select-prompt .modal-content .location-wrap, .select-prompt .utility-menu .modal-content .location-wrap {
  background: transparent;
  float: none;
}
/* line 9, ../sass/_mixins.scss */
.utility-menu form .location-wrap:after, .utility-menu .select-prompt .modal-content .location-wrap:after, .select-prompt .utility-menu .modal-content .location-wrap:after {
  content: "";
  display: table;
  clear: both;
}
/* line 51, ../sass/_navigation.scss */
.utility-menu form .location-wrap label, .utility-menu .select-prompt .modal-content .location-wrap label, .select-prompt .utility-menu .modal-content .location-wrap label {
  vertical-align: -2px;
}
/* line 55, ../sass/_navigation.scss */
.utility-menu form .location-set, .utility-menu .select-prompt .modal-content .location-set, .select-prompt .utility-menu .modal-content .location-set {
  display: inline-block;
  background: url("../images/icons/down-arrow-icon.png") no-repeat right center #2F2D2B;
  background-size: 10px;
  overflow: hidden;
  vertical-align: top;
}
/* line 61, ../sass/_navigation.scss */
.utility-menu form .location-set select, .utility-menu .select-prompt .modal-content .location-set select, .select-prompt .utility-menu .modal-content .location-set select {
  border: 0 !important;
  background: transparent;
  width: 140%;
  /* Fix for Firefox and IE */
  padding: 0 20px 0 0px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
  font-size: 10px;
  text-transform: uppercase;
  vertical-align: top;
}
/* line 75, ../sass/_navigation.scss */
.utility-menu form .location-set select::-ms-expand, .utility-menu .select-prompt .modal-content .location-set select::-ms-expand, .select-prompt .utility-menu .modal-content .location-set select::-ms-expand {
  display: none;
}
/* line 78, ../sass/_navigation.scss */
.utility-menu form .location-set select:focus::-ms-value, .utility-menu .select-prompt .modal-content .location-set select:focus::-ms-value, .select-prompt .utility-menu .modal-content .location-set select:focus::-ms-value {
  background: #2F2D2B;
  color: #fff;
  outline: 0;
}
/* line 79, ../sass/_navigation.scss */
.utility-menu form .location-set select option, .utility-menu .select-prompt .modal-content .location-set select option, .select-prompt .utility-menu .modal-content .location-set select option {
  background-color: #2F2D2B;
}
/* line 81, ../sass/_navigation.scss */
.utility-menu form .location-set select option:focus::-ms-value, .utility-menu .select-prompt .modal-content .location-set select option:focus::-ms-value, .select-prompt .utility-menu .modal-content .location-set select option:focus::-ms-value {
  background: #2F2D2B;
  color: #fff;
}
/* line 83, ../sass/_navigation.scss */
.utility-menu form .location-set select#language, .utility-menu .select-prompt .modal-content .location-set select#language, .select-prompt .utility-menu .modal-content .location-set select#language {
  width: 150%;
}
/* line 88, ../sass/_navigation.scss */
.utility-menu form .width-temp, .utility-menu .select-prompt .modal-content .width-temp, .select-prompt .utility-menu .modal-content .width-temp {
  display: none;
}

/* line 96, ../sass/_navigation.scss */
.ie9 .utility-menu form .location-set, .ie9 .utility-menu .select-prompt .modal-content .location-set, .select-prompt .ie9 .utility-menu .modal-content .location-set {
  vertical-align: middle;
}
/* line 98, ../sass/_navigation.scss */
.ie9 .utility-menu form .location-set select, .ie9 .utility-menu .select-prompt .modal-content .location-set select, .select-prompt .ie9 .utility-menu .modal-content .location-set select {
  padding-right: 0 !important;
}
/* line 101, ../sass/_navigation.scss */
.ie9 .utility-menu form .location-set select option:checked, .ie9 .utility-menu .select-prompt .modal-content .location-set select option:checked, .select-prompt .ie9 .utility-menu .modal-content .location-set select option:checked {
  background: transparent;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 112, ../sass/_navigation.scss */
  .utility-menu form .location-wrap label, .utility-menu .select-prompt .modal-content .location-wrap label, .select-prompt .utility-menu .modal-content .location-wrap label, .utility-menu .select-prompt .modal-content .location-wrap label, .select-prompt .utility-menu .modal-content .location-wrap label {
    vertical-align: 0px;
  }
}
/* Main Menu */
/* line 122, ../sass/_navigation.scss */
.pc .main-menu li a {
  font-size: 0.8125em;
}
/* line 128, ../sass/_navigation.scss */
.pc .main-menu li .dropdown li a {
  font-size: 0.8em;
}
/* line 133, ../sass/_navigation.scss */
.pc .main-menu li .dropdown li:first-child a {
  font-size: 16px;
}

/* line 143, ../sass/_navigation.scss */
.main-menu {
  clear: both;
  position: relative;
}
/* line 9, ../sass/_mixins.scss */
.main-menu:after {
  content: "";
  display: table;
  clear: both;
}
/* line 147, ../sass/_navigation.scss */
.main-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: static;
  padding-left: 0;
}
/* line 152, ../sass/_navigation.scss */
.main-menu li {
  position: static;
  display: table-cell;
  float: none !important;
  cursor: pointer;
  margin-bottom: -2px;
  padding: 0;
  border-top: 2px solid #2F2D2B;
  /* &:hover {
  	.dropdown-container {
  		display: block;
  	}
  } */
  /* Dropdown Styles */
}
/* line 165, ../sass/_navigation.scss */
.main-menu li.active-link, .main-menu li.hover {
  background-color: #636363;
  -webkit-box-shadow: 0 12px 26px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 12px 26px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 12px 26px 0 rgba(0, 0, 0, 0.6);
  border-color: #E51937;
}
/* line 171, ../sass/_navigation.scss */
.main-menu li.active-link {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
}
/* line 173, ../sass/_navigation.scss */
.main-menu li.active-link .icon-arrow {
  color: #565656;
}
/* line 177, ../sass/_navigation.scss */
.main-menu li a {
  color: white;
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 150%;
  padding: 15px 12px 20px 12px;
  display: block;
}
/* line 184, ../sass/_navigation.scss */
.main-menu li a span {
  text-transform: none;
  font-size: 11px;
  padding: 5px 0 0;
  color: #d9d9d9;
  line-height: 150%;
  display: block;
}
/* line 192, ../sass/_navigation.scss */
.main-menu li a.mobile {
  display: none;
}
/* line 194, ../sass/_navigation.scss */
.main-menu li .icon-arrow {
  position: absolute;
  top: 83px;
  line-height: 4px;
  font-size: 25px;
  margin-left: 4px;
  color: #2F2D2B;
  z-index: -1;
}
/* line 202, ../sass/_navigation.scss */
.main-menu li .icon-arrow:before {
  content: '\e600';
}
/* line 208, ../sass/_navigation.scss */
.main-menu li .dropdown-container {
  overflow: hidden;
  width: 104%;
  position: absolute;
  padding: 0 2% 2%;
  left: -2%;
  top: 83px;
  z-index: 2;
  display: none;
}
/* line 218, ../sass/_navigation.scss */
.main-menu li .dropdown-container:hover .dropdown {
  display: block;
}
/* line 224, ../sass/_navigation.scss */
.main-menu li .dropdown {
  background-color: #636363;
  padding: 20px;
  cursor: default;
  left: 15px;
  text-transform: none;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.6);
}
/* line 9, ../sass/_mixins.scss */
.main-menu li .dropdown:after {
  content: "";
  display: table;
  clear: both;
}
/* line 235, ../sass/_navigation.scss */
.main-menu li .dropdown ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 0 15px 0 0;
}
/* line 238, ../sass/_navigation.scss */
.main-menu li .dropdown ul:last-of-type {
  padding-right: 0;
  float: left;
}
/* line 242, ../sass/_navigation.scss */
.main-menu li .dropdown ul li {
  cursor: default;
  padding: 0 0 0 10px;
  line-height: 115%;
  margin-bottom: 1px;
  border: 0 none;
  float: left;
  display: block;
  width: 100%;
}
/* line 251, ../sass/_navigation.scss */
.main-menu li .dropdown ul li:before {
  content: "- ";
  float: left;
  display: inline-block;
  color: #8C8B8B;
  margin-left: -10px;
  margin-top: 4px;
}
/* line 259, ../sass/_navigation.scss */
.main-menu li .dropdown ul li:first-child {
  border-bottom: 1px solid #8C8B8B;
  font-size: 15px;
  padding-bottom: 0px;
  padding-left: 0;
  margin-bottom: 2px;
}
/* line 265, ../sass/_navigation.scss */
.main-menu li .dropdown ul li:first-child a {
  font-size: 15px;
}
/* line 268, ../sass/_navigation.scss */
.main-menu li .dropdown ul li:first-child:before {
  content: " ";
}
/* line 272, ../sass/_navigation.scss */
.main-menu li .dropdown ul li:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
}
/* line 275, ../sass/_navigation.scss */
.main-menu li .dropdown ul li a {
  padding: 7px 0;
  display: block;
  font-size: 0.75em;
  text-transform: none;
}

/* =================== Mobile Drawer ================= */
/* line 288, ../sass/_navigation.scss */
.mobile-drawer,
.dropdown-drawer {
  clear: both;
  display: block;
}
/* line 9, ../sass/_mixins.scss */
.mobile-drawer:after,
.dropdown-drawer:after {
  content: "";
  display: table;
  clear: both;
}

/* Left collapsible Navigation */
/* line 296, ../sass/_navigation.scss */
ul.left-nav {
  margin: 10px 0 0 0;
  list-style-type: none;
}
/* line 299, ../sass/_navigation.scss */
ul.left-nav .headline {
  color: #CF9121;
  font-family: 'Lato', 'pt-reg', Arial, sans-serif;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  padding: 10px 0;
  border-top: 4px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  margin-bottom: 1px;
}
/* line 309, ../sass/_navigation.scss */
ul.left-nav li {
  clear: both;
  position: relative;
}
/* line 312, ../sass/_navigation.scss */
ul.left-nav li.current-page {
  background-color: #CF9121;
  color: white;
  padding: 10px 10px;
  font-size: 13px;
  /* border-top: 1px dashed $lightestgray;  */
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}
/* line 321, ../sass/_navigation.scss */
ul.left-nav li.current-page span {
  color: #CF9121;
}
/* line 325, ../sass/_navigation.scss */
ul.left-nav li.first-tier {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
/* line 329, ../sass/_navigation.scss */
ul.left-nav li.first-tier a:before {
  font-family: icomoon;
  content: "\e603";
  position: absolute;
  top: 11px;
  font-size: 14px;
  left: 0;
  color: #8C8B8B;
  cursor: pointer;
}
/* line 340, ../sass/_navigation.scss */
ul.left-nav li.first-tier .current-page {
  border-top: 0;
  background-color: #CF9121;
  color: white;
  border-top: none;
  padding-left: 8px;
  font-size: 13px;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}
/* line 350, ../sass/_navigation.scss */
ul.left-nav li.first-tier .current-page:before {
  display: none;
}
/* line 355, ../sass/_navigation.scss */
ul.left-nav li a, ul.left-nav li span {
  padding: 10px 10px 10px 16px;
  font-size: 13px;
  display: block;
  border-top: 1px dashed #e5e5e5;
  line-height: 16px;
}
/* line 362, ../sass/_navigation.scss */
ul.left-nav li ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 93%;
  float: right;
}
/* line 368, ../sass/_navigation.scss */
ul.left-nav li ul.second-tier li:last-child {
  border-bottom: 0 none;
}
/* line 371, ../sass/_navigation.scss */
ul.left-nav li ul.second-tier li a {
  border-top: 1px dashed #e5e5e5;
}
/* line 373, ../sass/_navigation.scss */
ul.left-nav li ul.second-tier li a:before {
  content: "- ";
  color: #CF9121;
  top: 9px;
}
/* line 379, ../sass/_navigation.scss */
ul.left-nav li ul.second-tier li.fourth-tier {
  margin-left: 30px;
}
/* line 384, ../sass/_navigation.scss */
ul.left-nav li ul.third-tier {
  display: block;
  width: 86%;
}
/* line 388, ../sass/_navigation.scss */
ul.left-nav li ul.third-tier li:last-child {
  border-bottom: 0 none;
}
/* line 391, ../sass/_navigation.scss */
ul.left-nav li ul.third-tier li a {
  position: relative;
}
/* line 397, ../sass/_navigation.scss */
ul.left-nav li ul .select-prompt a {
  border: 1px solid #fff !important;
}
/* line 399, ../sass/_navigation.scss */
ul.left-nav li ul .select-prompt a:before {
  content: "" !important;
}
/* line 403, ../sass/_navigation.scss */
ul.left-nav li ul .select-prompt button, ul.left-nav li ul .select-prompt .button {
  display: inline-block !important;
  padding: 11px 20px !important;
}
/* line 411, ../sass/_navigation.scss */
ul.left-nav li:nth-of-type(1) a {
  border-top: 0;
}
/* line 416, ../sass/_navigation.scss */
ul.left-nav li:last-child {
  border-bottom: 1px dashed #e5e5e5;
}

/* ==========================================================================
   Media Query - Phone
   ========================================================================== */
@media screen and (max-width: 640px) {
  /* Utility Menu */
  /* line 432, ../sass/_navigation.scss */
  .utility-menu {
    border: 0 none;
    text-transform: none;
    text-align: left;
    display: none;
    padding-left: 29px;
  }
  /* line 439, ../sass/_navigation.scss */
  .utility-menu .client-login {
    border: 0 none;
  }
  /* line 443, ../sass/_navigation.scss */
  .utility-menu ul li {
    border: 1px solid #8C8B8B !important;
    width: 45%;
    display: inline-block;
    text-align: left;
    margin: 6px 4px 6px 0;
    padding: 0 !important;
    font-size: 1em !important;
  }
  /* line 453, ../sass/_navigation.scss */
  .utility-menu form, .utility-menu .select-prompt .modal-content, .select-prompt .utility-menu .modal-content {
    font-size: 0.75em;
    margin-top: 40px;
    text-transform: uppercase;
    padding: 0;
  }
  /* line 458, ../sass/_navigation.scss */
  .utility-menu form img, .utility-menu .select-prompt .modal-content img, .select-prompt .utility-menu .modal-content img {
    float: left;
    width: 27%;
    padding-top: 7px;
  }
  /* line 463, ../sass/_navigation.scss */
  .utility-menu form .fieldset, .utility-menu .select-prompt .modal-content .fieldset, .select-prompt .utility-menu .modal-content .fieldset {
    padding: 0px 16px 18px 0;
    border: 0 none;
    border-bottom: 2px solid #686767;
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  /* line 470, ../sass/_navigation.scss */
  .utility-menu form .fieldset:last-child, .utility-menu .select-prompt .modal-content .fieldset:last-child, .select-prompt .utility-menu .modal-content .fieldset:last-child {
    border: 0 none;
  }
  /* line 474, ../sass/_navigation.scss */
  .utility-menu form label, .utility-menu .select-prompt .modal-content label, .select-prompt .utility-menu .modal-content label {
    width: 33%;
    float: left;
    padding-top: 2px;
  }
  /* line 479, ../sass/_navigation.scss */
  .utility-menu form .location-set, .utility-menu .select-prompt .modal-content .location-set, .select-prompt .utility-menu .modal-content .location-set {
    display: block;
    background-color: #565656;
    background-size: 13px;
    background-position: 93% 40%;
    width: 106% !important;
    margin-top: 20px;
  }
  /* line 486, ../sass/_navigation.scss */
  .utility-menu form .location-set select, .utility-menu .select-prompt .modal-content .location-set select, .select-prompt .utility-menu .modal-content .location-set select {
    width: 95%;
    font-size: 16px;
  }
  /* line 492, ../sass/_navigation.scss */
  .utility-menu .client-login span, .utility-menu a {
    padding: 13px;
    border: 0 none;
    margin: 0;
    display: inline-block;
    font-size: 0.8125em;
  }

  .utility-menu .client-login span, .utility-menu a.linkedin-logo {
     padding: 1% 15% !important;
  }

  .utility-menu .client-login span, .utility-menu a.twitter-logo {
    padding: 1% !important;
  }

    .utility-menu .client-login span, .utility-menu a.linkedin-logo img{
       width: 35px;
       height:35px;
    }

    .utility-menu .client-login span, .utility-menu a.twitter-logo img {
       width: 35px;
       height:35px;
    }

  /* Main Menu */
  /* line 502, ../sass/_navigation.scss */
  .mobile-main-menu {
    margin: 14px 0 8px;
    position: relative;
    clear: both;
  }
  /* line 9, ../sass/_mixins.scss */
  .mobile-main-menu:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 507, ../sass/_navigation.scss */
  .mobile-main-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: static;
    width: 100%;
    padding-left: 29px;
    float: left !important;
  }
  /* line 513, ../sass/_navigation.scss */
  .mobile-main-menu ul ul {
    padding-left: 0;
  }
  /* line 515, ../sass/_navigation.scss */
  .mobile-main-menu .home-link {
    display: block;
    border-bottom: 2px solid #686767;
    /* margin-top: -60px; */
  }
  /* line 519, ../sass/_navigation.scss */
  .mobile-main-menu .home-link:before {
    font-family: 'icomoon';
    content: '\e603';
    -moz-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    display: inline-block;
    padding-left: 10px;
    vertical-align: -2px;
  }
  /* line 533, ../sass/_navigation.scss */
  .mobile-main-menu li {
    position: relative;
    padding: 0;
    height: auto !important;
  }
  /* line 539, ../sass/_navigation.scss */
  .mobile-main-menu li.end-click .icon-arrow {
    display: none;
  }
  /* line 544, ../sass/_navigation.scss */
  .mobile-main-menu li a {
    text-transform: none;
    font-size: 1em;
    line-height: 120%;
    padding: 12px 50px 14px 0;
    color: white;
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #686767;
    border-top: 0 none;
  }
  /* line 554, ../sass/_navigation.scss */
  .mobile-main-menu li a.mobile {
    display: block;
  }
  /* line 557, ../sass/_navigation.scss */
  .mobile-main-menu li a span {
    display: none;
  }
  /* line 561, ../sass/_navigation.scss */
  .mobile-main-menu li:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
    background-color: transparent;
    border-color: #686767;
  }
  /* line 566, ../sass/_navigation.scss */
  .mobile-main-menu li:last-child {
    border: 0 none;
  }
  /* line 569, ../sass/_navigation.scss */
  .mobile-main-menu li .dropdown-container {
    display: none;
    /* 				overflow: hidden;
    				width: 102%;
    				position: absolute;
    				padding-top: 86px; 
    				z-index: 2;
    				display: none;
    				background-color: $gray;
    				@include box-shadow(11px, 0, 7px, -9px, rgba(0,0,0,0.4), true);
    				padding: 0;
    				left: 0;
    				margin-top: -15px; */
  }
  /* line 583, ../sass/_navigation.scss */
  .mobile-main-menu li .dropdown-container .dropdown {
    /* padding-top: 86px; */
    /* ul.large-3, section ul.medium-3 {
    	width: 98% !important;
    } */
  }
  /* line 586, ../sass/_navigation.scss */
  .mobile-main-menu li .dropdown-container .dropdown ul li {
    display: none;
  }
  /* line 589, ../sass/_navigation.scss */
  .mobile-main-menu li .dropdown-container .dropdown ul li:first-child {
    display: block;
  }
  /* line 598, ../sass/_navigation.scss */
  .mobile-main-menu li .icon-arrow {
    display: inline-block;
    float: right;
    font-size: 1.375em;
    margin-right: 10px;
    color: white;
    padding: 10px;
    position: absolute;
    top: 1px !important;
    right: 0;
    cursor: pointer;
  }
  /* line 609, ../sass/_navigation.scss */
  .mobile-main-menu li .icon-arrow:before {
    content: '\e603';
  }

  /* Mobile Drawer */
  /* line 617, ../sass/_navigation.scss */
  .mobile-drawer {
    right: 0;
    top: 0;
    display: none;
    width: 86%;
    position: fixed;
    z-index: 999999999999999;
    height: 100%;
  }
  /* line 626, ../sass/_navigation.scss */
  .mobile-drawer .close-drawer {
    float: left;
    font-size: 8px;
    padding: 5% 0 5% 2px;
    text-transform: uppercase;
    position: absolute;
    width: 17%;
    text-align: center;
    background-color: #2F2D2B;
    cursor: pointer;
    margin-left: -17%;
  }
  /* line 637, ../sass/_navigation.scss */
  .mobile-drawer .close-drawer span {
    display: block;
    font-size: 25px;
  }
  /* line 642, ../sass/_navigation.scss */
  .mobile-drawer .mobile-drawer-right {
    background-color: #565656;
    width: 100%;
    height: 100%;
    float: right;
    -webkit-box-shadow: inset 11px 0 7px -9px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 11px 0 7px -9px rgba(0, 0, 0, 0.4);
    box-shadow: inset 11px 0 7px -9px rgba(0, 0, 0, 0.4);
    overflow-y: scroll;
    overflow-x: hidden;
    /* Search Form */
  }
  /* line 651, ../sass/_navigation.scss */
  .mobile-drawer .mobile-drawer-right .logo {
    padding: 22px 0 16px 15px;
    width: 73%;
  }
  /* line 657, ../sass/_navigation.scss */
  .mobile-drawer .mobile-drawer-right .menu-search {
    display: block;
    margin-bottom: 10px;
  }
  /* line 660, ../sass/_navigation.scss */
  .mobile-drawer .mobile-drawer-right .menu-search .search-box {
    background-color: white;
    font-size: 1em;
    color: #2F2D2B;
    padding: 8px 8px 8px 3px;
    float: none;
    max-width: 500px;
    width: 100%;
  }
  /* line 669, ../sass/_navigation.scss */
  .mobile-drawer .mobile-drawer-right .menu-search input[type=button] {
    right: 2px;
    top: 1px !important;
    padding: 9px 18px 9px;
    border-color: #898989;
    font-size: 0.6875em;
  }
  /* line 678, ../sass/_navigation.scss */
  .mobile-drawer .mobile-drawer-right .utility-menu {
    display: block;
  }
  /* line 680, ../sass/_navigation.scss */
  .mobile-drawer .mobile-drawer-right .utility-menu .client-login {
    margin-right: 4px;
    display: none;
  }

  /* Left collapsible Navigation */
  /* line 689, ../sass/_navigation.scss */
  ul.left-nav {
    padding-left: 0.9375em;
    margin-bottom: 12px;
    margin-top: 0;
    width: 100% !important;
  }
  /* line 694, ../sass/_navigation.scss */
  ul.left-nav .headline {
    color: white;
    background-color: #E9B44E;
    border: 0 none;
    padding: 10px;
    width: 88.5%;
    float: left;
    text-shadow: 1px 1px 1px #8C8B8B;
  }
  /* line 703, ../sass/_navigation.scss */
  ul.left-nav .toggle {
    height: 36px;
    width: 11.5%;
    background-color: #E9B44E;
    display: inline-block;
    color: white;
    text-align: center;
    line-height: 36px;
  }
  /* line 711, ../sass/_navigation.scss */
  ul.left-nav .toggle:before {
    content: "\e605";
    font-family: "icomoon";
  }
  /* line 718, ../sass/_navigation.scss */
  ul.left-nav.open .toggle:before {
    content: "\e606";
    font-family: "icomoon";
  }
  /* line 724, ../sass/_navigation.scss */
  ul.left-nav li {
    /* span {
    	left: 10px;
    } */
  }
  /* line 725, ../sass/_navigation.scss */
  ul.left-nav li.first-tier {
    display: none;
  }
  /* line 727, ../sass/_navigation.scss */
  ul.left-nav li.first-tier a:before {
    top: 13px;
  }
  /* line 734, ../sass/_navigation.scss */
  ul.left-nav li a {
    padding: 13px 10px 13px 25px;
    /* border-top: 1px solid lighten($ltgray, 30%); */
  }
  /* line 741, ../sass/_navigation.scss */
  ul.left-nav li ul.second-tier li:last-child {
    border-bottom: 0 none;
  }
  /* line 744, ../sass/_navigation.scss */
  ul.left-nav li ul.second-tier li a {
    /* border-top: 1px solid lighten($ltgray, 30%); */
  }
  /* line 746, ../sass/_navigation.scss */
  ul.left-nav li ul.second-tier li a:before {
    top: 11px;
  }
  /* line 752, ../sass/_navigation.scss */
  ul.left-nav li ul.third-tier {
    display: block;
    width: 89%;
  }
  /* line 755, ../sass/_navigation.scss */
  ul.left-nav li ul.third-tier li {
    background-color: transparent;
    color: black;
    font-weight: 500;
    font-size: 13px;
    /* border-top: 1px solid lighten($ltgray, 30%);  */
  }
  /* line 761, ../sass/_navigation.scss */
  ul.left-nav li ul.third-tier li:last-child {
    border-bottom: 0 none;
  }
  /* line 769, ../sass/_navigation.scss */
  ul.left-nav li:nth-of-type(1) .second-tier {
    display: block;
  }
  /* line 774, ../sass/_navigation.scss */
  ul.left-nav li:last-child {
    /* border-bottom: 1px solid lighten($ltgray, 30%); */
  }
}
/* ======================= Hero ====================== */
/* line 259, ../sass/_main-base.scss */
#hero {
  font-family: 'Helvetica', 'arial';
  /* Carousel */
  /* Image Banner */
}
/* line 261, ../sass/_main-base.scss */
#hero h1 {
  font-size: 1.875em;
  margin-bottom: 0;
  font-weight: bold;
}
/* line 266, ../sass/_main-base.scss */
#hero .small-headline {
  font-size: 1em;
  margin-bottom: 0.2em;
  display: block;
  font-weight: bold;
}
/* line 272, ../sass/_main-base.scss */
#hero .button {
  background-color: #CF9121;
  color: white;
  text-transform: uppercase;
  padding: 20px 46px;
  display: inline-block;
  border: 1px solid #918B7C;
  font-size: 14px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
/* line 283, ../sass/_main-base.scss */
#hero .button img {
  display: inline-block;
  vertical-align: -4px;
  margin-left: 20px;
  width: auto;
  min-width: 0 !important;
  min-height: 0 !important;
  position: relative !important;
}
/* line 294, ../sass/_main-base.scss */
#hero .banner-hero {
  position: absolute;
  width: 100%;
  min-height: 200px;
}
/* line 300, ../sass/_main-base.scss */
#hero .banner-text-container {
  max-width: 960px;
  width: 90%;
  margin: auto;
  text-shadow: 2px 2px 2px #565656;
}
/* line 305, ../sass/_main-base.scss */
#hero .banner-text-container .white-text {
  text-shadow: 2px 2px 2px black;
}
/* line 9, ../sass/_mixins.scss */
#hero .banner-text-container:after {
  content: "";
  display: table;
  clear: both;
}
/* line 311, ../sass/_main-base.scss */
#hero .banner-text {
  max-width: 400px;
  width: 100%;
  float: right;
  color: black;
  margin-top: 4%;
  z-index: 1;
}
/* line 318, ../sass/_main-base.scss */
#hero .banner-text .white-text {
  color: white;
}
/* line 321, ../sass/_main-base.scss */
#hero .banner-text p {
  padding: 5px 0 15px;
  font-size: 0.84375em;
  font-weight: bold;
}
/* line 329, ../sass/_main-base.scss */
#hero .carousel, #hero .banner {
  overflow: hidden;
  background-color: #EDE7E1;
  -webkit-box-shadow: inset 0 0 10px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 10px -3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 10px -3px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid white;
}
/* line 334, ../sass/_main-base.scss */
#hero .carousel .slides-container, #hero .banner .slides-container {
  position: relative;
  width: 100%;
  background-color: gray;
  overflow-x: hidden;
  height: auto;
  max-height: 428px;
}
/* line 341, ../sass/_main-base.scss */
#hero .carousel .slides-container .slide, #hero .banner .slides-container .slide {
  display: none;
  position: absolute;
  min-height: 280px;
  max-height: 280px;
  max-width: none;
  width: 100%;
}
/* line 348, ../sass/_main-base.scss */
#hero .carousel .slides-container .slide.first, #hero .banner .slides-container .slide.first {
  display: inline-block;
}
/* line 352, ../sass/_main-base.scss */
#hero .carousel .slides-container img.slide-img, #hero .banner .slides-container img.slide-img {
  min-width: 1600px;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  min-height: 0;
  width: auto;
  max-width: none;
}
/* line 364, ../sass/_main-base.scss */
#hero .carousel .wrap, #hero .banner .wrap {
  text-align: right;
}
/* line 9, ../sass/_mixins.scss */
#hero .carousel .wrap:after, #hero .banner .wrap:after {
  content: "";
  display: table;
  clear: both;
}
/* line 367, ../sass/_main-base.scss */
#hero .carousel .wrap .slide, #hero .banner .wrap .slide {
  display: inline-block;
  margin-right: 10px;
}
/* line 370, ../sass/_main-base.scss */
#hero .carousel .wrap .slide .banner-text, #hero .banner .wrap .slide .banner-text {
  display: none;
}
/* line 374, ../sass/_main-base.scss */
#hero .carousel .wrap .thumb, #hero .banner .wrap .thumb {
  display: inline-block;
  width: 96px;
  height: 52px;
  background-color: black;
  border: 1px solid white;
  margin: 9px 0 7px -2px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.4;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
}
/* line 386, ../sass/_main-base.scss */
#hero .carousel .wrap .thumb img, #hero .banner .wrap .thumb img {
  -webkit-transform: scale(2.4);
  -o-transform: scale(2.4);
  transform: scale(2.4);
  top: 13px;
  left: 0;
  position: absolute;
}
/* line 392, ../sass/_main-base.scss */
#hero .carousel .wrap .thumb.active, #hero .banner .wrap .thumb.active {
  margin-top: 0;
  opacity: 1;
  top: 0;
  height: 61px;
  border-top: 0 none;
}
/* line 398, ../sass/_main-base.scss */
#hero .carousel .wrap .thumb.active img, #hero .banner .wrap .thumb.active img {
  -webkit-transform: scale(2.99);
  -o-transform: scale(2.99);
  transform: scale(2.99);
  top: 19px;
}
/* line 409, ../sass/_main-base.scss */
#hero .banner .image-container {
  position: relative;
  width: 100%;
  background-color: gray;
  max-height: 428px;
}
/* line 414, ../sass/_main-base.scss */
#hero .banner .image-container img.slide-img {
  position: absolute;
  min-height: 0;
  width: auto;
  max-width: none;
}
/* line 419, ../sass/_main-base.scss */
#hero .banner .image-container img.slide-img.first {
  display: inline-block;
}
/* line 427, ../sass/_main-base.scss */
#hero .image-container .banner-text {
  max-width: 430px;
}
/* line 429, ../sass/_main-base.scss */
#hero .image-container .banner-text p {
  padding-right: 100px;
}
/* line 432, ../sass/_main-base.scss */
#hero .image-container .banner-text img {
  display: inline-block;
}

/* Large alert on Homepage */
/* line 442, ../sass/_main-base.scss */
.alert, .alert-sm {
  padding-bottom: 10px;
  background-color: white;
}
/* line 445, ../sass/_main-base.scss */
.alert .alert-head, .alert-sm .alert-head {
  background-color: #E9B44E;
  padding: 40px 0 20px;
  margin-bottom: 15px;
  font-size: 1.875em;
  font-family: 'Lato', 'pt-it', 'Arial', sans-serif;
  font-style: italic;
}
/* line 452, ../sass/_main-base.scss */
.alert .close-alert, .alert-sm .close-alert {
  float: right;
  font-style: normal;
  color: white;
  cursor: pointer;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
/* line 459, ../sass/_main-base.scss */
.alert .wrap, .alert-sm .wrap {
  max-width: 770px;
  width: 90%;
}
/* line 463, ../sass/_main-base.scss */
.alert .alert-text, .alert-sm .alert-text {
  max-height: 200px;
  overflow: auto;
}

/* Small alert */
/* line 471, ../sass/_main-base.scss */
.alert-sm {
  position: relative;
  background-color: transparent;
}
/* line 475, ../sass/_main-base.scss */
.alert-sm .alert-head {
  background-color: #f7e4bf;
  padding: 20px 0;
  font-size: 1.25em;
}
/* line 479, ../sass/_main-base.scss */
.alert-sm .alert-head p {
  font-size: 0.625em;
  padding: 5px 0 0;
  font-style: normal;
}
/* line 485, ../sass/_main-base.scss */
.alert-sm .alert-title {
  padding-right: 50px;
  min-height: 34px;
}
/* line 489, ../sass/_main-base.scss */
.alert-sm .wrap {
  max-width: 960px;
  width: 96%;
  padding: 0 8px;
}
/* line 494, ../sass/_main-base.scss */
.alert-sm .close-alert {
  background-color: #E9B44E;
  padding: 12px 6px;
  line-height: 0.5;
  text-shadow: none;
  position: absolute;
  right: 8px;
  top: 0;
}

/* ======================= Custom Columns - Adjusting Bootstrap ======================= */
/* line 510, ../sass/_main-base.scss */
section.large-8, section.medium-8 {
  width: 74.5%;
}
/* line 513, ../sass/_main-base.scss */
section.large-9, section.medium-9 {
  width: 79%;
}

/* line 519, ../sass/_main-base.scss */
aside.large-4, aside.medium-4 {
  width: 25.5%;
}

/* line 526, ../sass/_main-base.scss */
.search .row .large-3.medium-3 {
  width: 35%;
}

/* line 533, ../sass/_main-base.scss */
ul.large-3, ul.medium-3 {
  width: 21%;
}

/* line 539, ../sass/_main-base.scss */
section ul.large-3, section ul.medium-3 {
  width: 25%;
}

/* line 544, ../sass/_main-base.scss */
.home-services {
  width: 62%;
}

/* line 548, ../sass/_main-base.scss */
.home-insights {
  width: 38%;
}

/* ======================= Reusable Styles ======================= */
/* Headline Style */
/* line 556, ../sass/_main-base.scss */
.headline {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  display: block;
  color: white;
  font-family: 'Lato', 'pt-it', 'Arial', sans-serif;
  font-style: italic;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  position: relative;
}
/* line 96, ../sass/_mixins.scss */
.headline.orange {
  background: url("../images/ect/headline-bg-orange.jpg") no-repeat #E9B44E 100% 0;
  background-size: contain;
  min-height: 52px;
}
/* line 101, ../sass/_mixins.scss */
.headline.gray {
  background: url("../images/ect/headline-bg-gray.jpg") no-repeat #8C8B8B 100% 0;
  background-size: contain;
}
/* line 105, ../sass/_mixins.scss */
.headline.black {
  background-color: #2F2D2B;
  color: #b2b1b1;
  padding-top: 14px;
}

/* Breadcrumbs */
/* line 566, ../sass/_main-base.scss */
.pc .breadcrumbs ul li {
  font-size: 12.5px;
}

/* line 572, ../sass/_main-base.scss */
.breadcrumbs {
  margin-bottom: 2px;
  overflow-x: auto;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
/* line 577, ../sass/_main-base.scss */
.breadcrumbs::-webkit-scrollbar {
  height: 0;
}
/* line 581, ../sass/_main-base.scss */
.breadcrumbs ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
  min-width: 100%;
  padding-bottom: 7px;
}
/* line 586, ../sass/_main-base.scss */
.breadcrumbs ul li {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  color: #8C8B8B;
}
/* line 592, ../sass/_main-base.scss */
.breadcrumbs ul li::after {
  content: ">";
  margin-left: 10px;
}
/* line 596, ../sass/_main-base.scss */
.breadcrumbs ul li:last-child {
  color: black;
}
/* line 598, ../sass/_main-base.scss */
.breadcrumbs ul li:last-child::after {
  content: "";
}
/* line 602, ../sass/_main-base.scss */
.breadcrumbs ul li a {
  text-decoration: underline;
  color: #8C8B8B;
  font-size: 12px;
  padding-bottom: 10px;
  display: inline-block;
}

/* line 613, ../sass/_main-base.scss */
.shadow {
  background: url("../images/funds/shadow.png") no-repeat;
  width: 100%;
  height: 61px;
  background-size: 100%;
  position: relative;
}

/* Play Button */
/* line 623, ../sass/_main-base.scss */
.video-play {
  position: absolute;
  width: 100%;
  top: 26%;
  z-index: 2;
  opacity: 0.7;
}

/* line 631, ../sass/_main-base.scss */
.play-border {
  margin: 5px;
  border: 3px solid #FFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin: auto;
}

/* line 643, ../sass/_main-base.scss */
.play-button {
  position: relative;
  top: 6px;
  left: 36%;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #FFF;
}

/* Image frame style */
/* line 657, ../sass/_main-base.scss */
.frame {
  padding: 6px;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  background-color: #fff;
  margin-bottom: 20px;
}

/* Article Date */
/* line 666, ../sass/_main-base.scss */
.date {
  font-family: 'Lato', 'pt-it', 'Arial', sans-serif;
  font-style: italic;
  color: #8C8B8B;
  padding: 8px 0 10px;
  display: block;
}

/* Subscribe link */
/* line 674, ../sass/_main-base.scss */
.subscribe:after {
  content: "\e603";
  padding-left: 3px;
  font-family: icomoon;
  vertical-align: middle;
}

/* Static Elements */
/* line 682, ../sass/_main-base.scss */
.back-to-top {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  clear: both;
  display: none;
  -webkit-overflow-scrolling: touch;
}
/* line 691, ../sass/_main-base.scss */
.back-to-top div {
  margin: auto;
  position: relative;
  max-width: 987px;
  width: 100%;
}
/* line 697, ../sass/_main-base.scss */
.back-to-top .button {
  border: 0 none;
  position: absolute;
  bottom: 0;
  right: 0.9375em;
  padding: 0px 25px 13px;
  cursor: pointer;
  opacity: 0.9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 0.5625em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
/* line 708, ../sass/_main-base.scss */
.back-to-top .button .orange-arrow {
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 12px solid #CF9121;
  position: absolute;
  top: -12px;
  left: 38px;
}
/* line 716, ../sass/_main-base.scss */
.back-to-top .button .icon-arrow-up {
  font-size: 20px;
  display: block;
  text-align: center;
}

/* line 724, ../sass/_main-base.scss */
button, .button, input[type="submit"] {
  width: auto;
  max-width: 100%;
  display: inline-block;
  border: 1px solid #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: white;
  padding: 11px 20px;
  background-color: #CF9121;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 640px) {
  /* line 724, ../sass/_main-base.scss */
  button, .button, input[type="submit"] {
    width: 100%;
    display: block;
  }
}
/* line 133, ../sass/_mixins.scss */
button.gray, .button.gray, input[type="submit"].gray {
  padding: 15px;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  border: 0 none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.6);
  width: 100%;
  margin-bottom: 20px;
}

/* line 729, ../sass/_main-base.scss */
.pc .adobe-pdf-button {
  font-size: 12.5px;
}

/* line 733, ../sass/_main-base.scss */
.adobe-pdf-button {
    background: #cf9121 url("../images/icons/adobe-icon.png") no-repeat scroll 10% 7px;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
}

/* line 740, ../sass/_main-base.scss */
.full-divider {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  margin: 25px 0;
}

/* ======================= Reusable Components ====================== */
/*==================================================

	Reusable Components CSS

================================================= */
/* Teaser Text */
/* line 10, ../sass/_components.scss */
.teaser-text p {
  padding: 5px 0;
}
/* line 13, ../sass/_components.scss */
.teaser-text ol {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 17, ../sass/_components.scss */
.teaser-text ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Gray Text */
/* line 24, ../sass/_components.scss */
.gray-text {
  color: #8C8B8B !important;
}

/* Detail Text */
/* line 30, ../sass/_components.scss */
.detail-text p {
  padding: 5px 0;
}
/* line 33, ../sass/_components.scss */
.detail-text ol {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 37, ../sass/_components.scss */
.detail-text ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Accordion */
/* line 44, ../sass/_components.scss */
.accordion {
  margin-bottom: 20px !important;
  clear: both;
}
/* line 48, ../sass/_components.scss */
.accordion .accordion-icon {
  font-style: normal;
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 3px 20px;
  display: none;
}
/* line 57, ../sass/_components.scss */
.accordion .accordion-icon::before {
  content: "-";
}
/* line 63, ../sass/_components.scss */
.accordion .expanded::before {
  content: "+";
}

/* View More Block */
/* line 71, ../sass/_components.scss */
.view-more-block {
  border-bottom: 0 none !important;
  margin: 0 !important;
  padding-top: 5px;
}
/* line 75, ../sass/_components.scss */
.view-more-block .view-more-block-button {
  width: 100%;
  text-align: center;
  padding: 12px 20px;
}

/* Bio Listing */
/* line 84, ../sass/_components.scss */
.bio-listing .person-name, .bio-detail .person-name {
  color: #8C8B8B;
  font-family: 'Lato', 'pt-it', 'Arial', sans-serif;
  font-style: italic;
  font-size: 22px;
  margin-right: 10px;
  font-weight: 300;
}
/* line 90, ../sass/_components.scss */
.bio-listing .person-name a, .bio-detail .person-name a {
  font-size: 22px !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
}
/* line 96, ../sass/_components.scss */
.bio-listing .person-intro, .bio-detail .person-intro {
  margin-bottom: 15px;
}
/* line 98, ../sass/_components.scss */
.bio-listing .person-intro p, .bio-listing .person-intro em, .bio-detail .person-intro p, .bio-detail .person-intro em {
  font-size: 13px;
  display: inline-block;
  border: 0 none;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 107, ../sass/_components.scss */
.bio-listing .person-photo, .bio-detail .person-photo {
  padding-left: 0;
}
/* line 110, ../sass/_components.scss */
.bio-listing .person-info, .bio-detail .person-info {
  list-style-type: none;
  padding-left: 0.9375em;
  margin-top: -5px;
  margin-bottom: 0;
}
/* line 115, ../sass/_components.scss */
.bio-listing .person-info li, .bio-detail .person-info li {
  border-bottom: 1px dashed #cbcbcb;
  padding: 6px 0 6px 25px;
  position: relative;
  line-height: 1.3em;
  font-size: 13px;
}
/* line 121, ../sass/_components.scss */
.bio-listing .person-info li strong, .bio-detail .person-info li strong {
  font-size: 13px;
  padding-left: 0;
}
/* line 125, ../sass/_components.scss */
.bio-listing .person-info li span, .bio-detail .person-info li span {
  margin-right: 10px;
  display: inline-block;
  color: #8C8B8B;
  font-size: 15px;
  position: absolute;
  top: 7px;
  left: 0;
}
/* line 133, ../sass/_components.scss */
.bio-listing .person-info li span.icon-phone, .bio-detail .person-info li span.icon-phone {
  font-size: 14px;
  left: 1px;
}
/* line 138, ../sass/_components.scss */
.bio-listing .person-info li a, .bio-detail .person-info li a {
  margin: 0;
  padding: 0;
}
/* line 144, ../sass/_components.scss */
.bio-listing .person-bio, .bio-detail .person-bio {
  padding-right: 0;
}
/* line 147, ../sass/_components.scss */
.bio-listing .article-person a, .bio-detail .article-person a {
  border-right: 0 none;
  font-size: 13px;
  font-weight: 300;
}
/* line 153, ../sass/_components.scss */
.bio-listing p a, .bio-detail p a {
  margin-left: 0 !important;
}

/* line 163, ../sass/_components.scss */
.bio-listing #results1 .article-person:first-of-type {
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
}
/* line 169, ../sass/_components.scss */
.bio-listing .article-person {
  border-bottom: 1px solid #e5e5e5;
  padding: 18px 0 25px 0;
}
/* line 9, ../sass/_mixins.scss */
.bio-listing .article-person:after {
  content: "";
  display: table;
  clear: both;
}
/* line 174, ../sass/_components.scss */
.bio-listing .person-intro {
  padding: 0;
}
/* line 177, ../sass/_components.scss */
.bio-listing .person-photo {
  width: 18%;
}
/* line 179, ../sass/_components.scss */
.bio-listing .person-photo .frame {
  margin-bottom: 0px;
}
/* line 183, ../sass/_components.scss */
.bio-listing .person-info {
  width: 24%;
}
/* line 186, ../sass/_components.scss */
.bio-listing .person-bio {
  width: 58%;
}
/* line 188, ../sass/_components.scss */
.bio-listing .person-bio p:first-of-type {
  padding-top: 5px;
}
/* line 191, ../sass/_components.scss */
.bio-listing .person-bio p:last-of-type {
  padding-bottom: 0;
}

/* Bio Detail */
/* line 199, ../sass/_components.scss */
.bio-detail .article-person {
  border: 0 none;
}
/* line 202, ../sass/_components.scss */
.bio-detail .article-person a:first-of-type {
  margin: 0;
}
/* line 206, ../sass/_components.scss */
.bio-detail .article-person:first-of-type {
  border: 0 none;
  margin-top: 0;
  padding-top: 0;
}
/* line 211, ../sass/_components.scss */
.bio-detail .article-person .person-intro {
  margin-top: 10px;
  margin-bottom: 15px;
}
/* line 214, ../sass/_components.scss */
.bio-detail .article-person .person-intro em {
  display: inline;
  color: #8C8B8B;
}
/* line 218, ../sass/_components.scss */
.bio-detail .article-person .person-intro p {
  /* border-bottom: 1px solid $lightestgray; */
  display: block;
  padding-bottom: 10px;
}
/* line 224, ../sass/_components.scss */
.bio-detail .article-person .person-photo {
  padding-right: 0;
}
/* line 227, ../sass/_components.scss */
.bio-detail .article-person .person-info {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 230, ../sass/_components.scss */
.bio-detail .article-person .person-name {
  font-size: 35px;
}
/* line 233, ../sass/_components.scss */
.bio-detail .article-person .person-bio p {
  padding-top: 0;
}
/* line 238, ../sass/_components.scss */
.bio-detail .commentary-articles article {
  padding: 0 0 10px 40px;
  position: relative;
}
/* line 241, ../sass/_components.scss */
.bio-detail .commentary-articles article .icon {
  position: absolute;
  left: 0;
  top: 0;
}
/* line 246, ../sass/_components.scss */
.bio-detail .commentary-articles article a {
  font-size: 0.9375em !important;
  line-height: 125%;
}
/* line 251, ../sass/_components.scss */
.bio-detail .commentary-articles h2 {
  color: #8C8B8B;
  font-family: 'Lato', 'pt-reg', 'Arial', sans-serif;
  font-size: 20px;
  border: 0 none;
}
/* line 256, ../sass/_components.scss */
.bio-detail .commentary-articles h2 span {
  color: #565656;
  font-size: 13px;
}
/* line 261, ../sass/_components.scss */
.bio-detail .commentary-articles .date {
  font-style: normal;
  font-size: 13px;
  padding: 4px 0;
}
/* line 266, ../sass/_components.scss */
.bio-detail .commentary-articles p {
  padding-top: 0;
}

/* Services */
/* line 274, ../sass/_components.scss */
.services img, .funds .services-links img {
  width: 100%;
  border-top: 3px solid #8C8B8B;
}
/* line 278, ../sass/_components.scss */
.services p, .funds .services-links p {
  color: #000;
}
/* line 280, ../sass/_components.scss */
.services p:last-of-type, .funds .services-links p:last-of-type {
  border-bottom: 1px solid #cbcbcb;
}
/* line 284, ../sass/_components.scss */
.services ul, .funds .services-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 30px;
}
/* line 9, ../sass/_mixins.scss */
.services ul:after, .funds .services-links ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 288, ../sass/_components.scss */
.services ul li, .funds .services-links ul li {
  width: 94%;
  float: right;
}
/* line 291, ../sass/_components.scss */
.services ul li a, .funds .services-links ul li a {
  display: block;
  border-bottom: 1px dashed #cbcbcb;
  padding: 7px 0 7px 18px;
}
/* line 295, ../sass/_components.scss */
.services ul li a::before, .funds .services-links ul li a::before {
  content: "\e603";
  float: left;
  padding-right: 3px;
  font-family: icomoon;
  color: #bfbebe;
  margin-left: -18px;
  margin-top: 1px;
}
/* line 307, ../sass/_components.scss */
.services ul.medium-6 li, .funds .services-links ul.medium-6 li {
  width: 92%;
}

/* line 315, ../sass/_components.scss */
.funds .services-links .headline {
  font-size: 1.125em;
  padding-top: 10px;
  margin: 0;
}
/* line 320, ../sass/_components.scss */
.funds .services-links ul {
  border: 0 none;
}

/* Contact */
/* line 327, ../sass/_components.scss */
.contact h1, aside .contact-person h1, .subscribeForm h1 {
  margin-bottom: 25px;
  font-size: 2.375em;
}
/* line 331, ../sass/_components.scss */
.contact h2, aside .contact-person h2, .contact strong, aside .contact-person strong, .subscribeForm h2, .subscribeForm strong {
  border: 0 none;
  font-style: normal;
  font-size: 22px;
  font-weight: normal;
  font-family: 'Lato', 'pt-reg', 'Arial', sans-serif;
  color: #8C8B8B;
  padding: 0;
  margin-top: 20px;
  clear: both;
  display: block;
}
/* line 9, ../sass/_mixins.scss */
.contact h2:after, aside .contact-person h2:after, .contact strong:after, aside .contact-person strong:after, .subscribeForm h2:after, .subscribeForm strong:after {
  content: "";
  display: table;
  clear: both;
}
/* line 344, ../sass/_components.scss */
.contact form, aside .contact-person form, .contact .select-prompt .modal-content, .select-prompt .contact .modal-content, aside .contact-person .select-prompt .modal-content, .select-prompt aside .contact-person .modal-content, .subscribeForm form, .subscribeForm .select-prompt .modal-content, .select-prompt .subscribeForm .modal-content {
  margin-top: 15px;
  clear: both;
}
/* line 347, ../sass/_components.scss */
.contact form input, aside .contact-person form input, .contact .select-prompt .modal-content input, .select-prompt .contact .modal-content input, aside .contact-person .select-prompt .modal-content input, .select-prompt aside .contact-person .modal-content input, .contact form select, aside .contact-person form select, .contact .select-prompt .modal-content select, .select-prompt .contact .modal-content select, aside .contact-person .select-prompt .modal-content select, .select-prompt aside .contact-person .modal-content select, .contact form textarea, aside .contact-person form textarea, .contact .select-prompt .modal-content textarea, .select-prompt .contact .modal-content textarea, aside .contact-person .select-prompt .modal-content textarea, .select-prompt aside .contact-person .modal-content textarea, .subscribeForm form input, .subscribeForm .select-prompt .modal-content input, .select-prompt .subscribeForm .modal-content input, .subscribeForm form select, .subscribeForm .select-prompt .modal-content select, .select-prompt .subscribeForm .modal-content select, .subscribeForm form textarea, .subscribeForm .select-prompt .modal-content textarea, .select-prompt .subscribeForm .modal-content textarea {
  display: block;
  width: 48%;
  padding: 5px;
  margin: 3px 0 13px;
  border: 1px solid #e5e5e5;
}
/* line 353, ../sass/_components.scss */
.contact form input.error, aside .contact-person form input.error, .contact .select-prompt .modal-content input.error, .select-prompt .contact .modal-content input.error, aside .contact-person .select-prompt .modal-content input.error, .select-prompt aside .contact-person .modal-content input.error, .contact form select.error, aside .contact-person form select.error, .contact .select-prompt .modal-content select.error, .select-prompt .contact .modal-content select.error, aside .contact-person .select-prompt .modal-content select.error, .select-prompt aside .contact-person .modal-content select.error, .contact form textarea.error, aside .contact-person form textarea.error, .contact .select-prompt .modal-content textarea.error, .select-prompt .contact .modal-content textarea.error, aside .contact-person .select-prompt .modal-content textarea.error, .select-prompt aside .contact-person .modal-content textarea.error, .subscribeForm form input.error, .subscribeForm .select-prompt .modal-content input.error, .select-prompt .subscribeForm .modal-content input.error, .subscribeForm form select.error, .subscribeForm .select-prompt .modal-content select.error, .select-prompt .subscribeForm .modal-content select.error, .subscribeForm form textarea.error, .subscribeForm .select-prompt .modal-content textarea.error, .select-prompt .subscribeForm .modal-content textarea.error {
  margin-bottom: 3px;
}
/* line 357, ../sass/_components.scss */
.contact form input[type="checkbox"], aside .contact-person form input[type="checkbox"], .contact .select-prompt .modal-content input[type="checkbox"], .select-prompt .contact .modal-content input[type="checkbox"], aside .contact-person .select-prompt .modal-content input[type="checkbox"], .select-prompt aside .contact-person .modal-content input[type="checkbox"], .subscribeForm form input[type="checkbox"], .subscribeForm .select-prompt .modal-content input[type="checkbox"], .select-prompt .subscribeForm .modal-content input[type="checkbox"] {
  width: auto;
  float: left;
  margin-right: 5px;
  padding: 0;
}
/* line 363, ../sass/_components.scss */
.contact form button, aside .contact-person form button, .contact .select-prompt .modal-content button, .select-prompt .contact .modal-content button, aside .contact-person .select-prompt .modal-content button, .select-prompt aside .contact-person .modal-content button, .subscribeForm form button, .subscribeForm .select-prompt .modal-content button, .select-prompt .subscribeForm .modal-content button {
  float: right;
}
/* line 366, ../sass/_components.scss */
.contact form select, aside .contact-person form select, .contact .select-prompt .modal-content select, .select-prompt .contact .modal-content select, aside .contact-person .select-prompt .modal-content select, .select-prompt aside .contact-person .modal-content select, .subscribeForm form select, .subscribeForm .select-prompt .modal-content select, .select-prompt .subscribeForm .modal-content select {
  height: 26px;
  padding: 0;
}
/* line 370, ../sass/_components.scss */
.contact form textarea, aside .contact-person form textarea, .contact .select-prompt .modal-content textarea, .select-prompt .contact .modal-content textarea, aside .contact-person .select-prompt .modal-content textarea, .select-prompt aside .contact-person .modal-content textarea, .subscribeForm form textarea, .subscribeForm .select-prompt .modal-content textarea, .select-prompt .subscribeForm .modal-content textarea {
  width: 100%;
  height: 150px;
  resize: none;
}
/* line 375, ../sass/_components.scss */
.contact form label, aside .contact-person form label, .contact .select-prompt .modal-content label, .select-prompt .contact .modal-content label, aside .contact-person .select-prompt .modal-content label, .select-prompt aside .contact-person .modal-content label, .subscribeForm form label, .subscribeForm .select-prompt .modal-content label, .select-prompt .subscribeForm .modal-content label {
  font-size: 0.8125em;
}
/* line 378, ../sass/_components.scss */
.contact form .error, aside .contact-person form .error, .contact .select-prompt .modal-content .error, .select-prompt .contact .modal-content .error, aside .contact-person .select-prompt .modal-content .error, .select-prompt aside .contact-person .modal-content .error, .subscribeForm form .error, .subscribeForm .select-prompt .modal-content .error, .select-prompt .subscribeForm .modal-content .error {
  margin: 10px 0;
  color: #E51937;
  padding-left: 0 !important;
  display: block;
  font-size: 13px;
}
/* line 385, ../sass/_components.scss */
.contact form p, aside .contact-person form p, .contact .select-prompt .modal-content p, .select-prompt .contact .modal-content p, aside .contact-person .select-prompt .modal-content p, .select-prompt aside .contact-person .modal-content p, .subscribeForm form p, .subscribeForm .select-prompt .modal-content p, .select-prompt .subscribeForm .modal-content p {
  padding-left: 20px;
  margin-bottom: 14px;
}
/* line 9, ../sass/_mixins.scss */
.contact form .two-col:after, aside .contact-person form .two-col:after, .contact .select-prompt .modal-content .two-col:after, .select-prompt .contact .modal-content .two-col:after, aside .contact-person .select-prompt .modal-content .two-col:after, .select-prompt aside .contact-person .modal-content .two-col:after, .subscribeForm form .two-col:after, .subscribeForm .select-prompt .modal-content .two-col:after, .select-prompt .subscribeForm .modal-content .two-col:after {
  content: "";
  display: table;
  clear: both;
}
/* line 391, ../sass/_components.scss */
.contact form .two-col label, aside .contact-person form .two-col label, .contact .select-prompt .modal-content .two-col label, .select-prompt .contact .modal-content .two-col label, aside .contact-person .select-prompt .modal-content .two-col label, .select-prompt aside .contact-person .modal-content .two-col label, .subscribeForm form .two-col label, .subscribeForm .select-prompt .modal-content .two-col label, .select-prompt .subscribeForm .modal-content .two-col label {
  width: 50%;
  float: left;
}
/* line 394, ../sass/_components.scss */
.contact form .two-col label input, aside .contact-person form .two-col label input, .contact .select-prompt .modal-content .two-col label input, .select-prompt .contact .modal-content .two-col label input, aside .contact-person .select-prompt .modal-content .two-col label input, .select-prompt aside .contact-person .modal-content .two-col label input, .subscribeForm form .two-col label input, .subscribeForm .select-prompt .modal-content .two-col label input, .select-prompt .subscribeForm .modal-content .two-col label input {
  width: 96%;
}
/* line 397, ../sass/_components.scss */
.contact form .two-col label:last-of-type, aside .contact-person form .two-col label:last-of-type, .contact .select-prompt .modal-content .two-col label:last-of-type, .select-prompt .contact .modal-content .two-col label:last-of-type, aside .contact-person .select-prompt .modal-content .two-col label:last-of-type, .select-prompt aside .contact-person .modal-content .two-col label:last-of-type, .subscribeForm form .two-col label:last-of-type, .subscribeForm .select-prompt .modal-content .two-col label:last-of-type, .select-prompt .subscribeForm .modal-content .two-col label:last-of-type {
  padding-left: 10px;
}
/* line 399, ../sass/_components.scss */
.contact form .two-col label:last-of-type input, aside .contact-person form .two-col label:last-of-type input, .contact .select-prompt .modal-content .two-col label:last-of-type input, .select-prompt .contact .modal-content .two-col label:last-of-type input, aside .contact-person .select-prompt .modal-content .two-col label:last-of-type input, .select-prompt aside .contact-person .modal-content .two-col label:last-of-type input, .subscribeForm form .two-col label:last-of-type input, .subscribeForm .select-prompt .modal-content .two-col label:last-of-type input, .select-prompt .subscribeForm .modal-content .two-col label:last-of-type input {
  width: 100%;
}

/* line 408, ../sass/_components.scss */
.required {
  font-size: 0.625em;
  font-family: 'Lato', 'pt-it', 'Arial', sans-serif;
  font-style: italic;
  float: right;
  color: #b2b1b1;
  padding-top: 5px;
}

/* Featured Content */
/* line 418, ../sass/_components.scss */
.featured-content, .featured-content-small {
  background-color: #E9B44E;
  padding: 15px;
  position: relative;
}
/* line 9, ../sass/_mixins.scss */
.featured-content:after, .featured-content-small:after {
  content: "";
  display: table;
  clear: both;
}
/* line 423, ../sass/_components.scss */
.featured-content .media, .featured-content-small .media {
  padding: 0;
}
/* line 426, ../sass/_components.scss */
.featured-content .headline, .featured-content-small .headline {
  padding: 0 0 2px;
  font-size: 1.375em;
}
/* line 431, ../sass/_components.scss */
.featured-content .copy p, .featured-content-small .copy p {
  padding-bottom: 0;
}

/* Results terms */
/* line 444, ../sass/_components.scss */
.results-terms {
  margin-top: 30px;
}

/* Filter */
/* line 449, ../sass/_components.scss */
.filter {
  font-family: 'Lato', 'pt-it', 'Arial', sans-serif;
  font-style: italic;
  font-size: 1em;
  font-weight: 500;
  margin: 20px 0 0;
}
/* line 454, ../sass/_components.scss */
.filter .toggle-row {
  background-color: #EDE3CF;
}
/* line 457, ../sass/_components.scss */
.filter ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 0.9375em;
  padding-top: 15px;
}
/* line 461, ../sass/_components.scss */
.filter ul li {
  margin-bottom: 15px;
  font-size: 0.875em;
  margin-bottom: 0;
}
/* line 465, ../sass/_components.scss */
.filter ul li .count {
  display: inline-block;
  font-size: 0.875em;
  padding: 0;
}
/* line 470, ../sass/_components.scss */
.filter ul li input {
  margin-right: 5px;
  float: none;
  height: auto;
}
/* line 476, ../sass/_components.scss */
.filter ul li input:hover, .filter ul li label:hover {
  cursor: pointer;
}
/* line 480, ../sass/_components.scss */
.filter ul li label {
  font-size: 14px;
}
/* line 483, ../sass/_components.scss */
.filter ul li label.filter-disabled {
  color: #a5a5a5;
}
/* line 485, ../sass/_components.scss */
.filter ul li label.filter-disabled:hover {
  cursor: default;
}
/* line 492, ../sass/_components.scss */
.filter .toggle-row:hover, .filter .toggle-accordion-row:hover {
  cursor: pointer;
}
/* line 495, ../sass/_components.scss */
.filter .toggle-row .toggle, .filter .toggle-accordion-row .toggle {
  height: 40px;
  display: inline-block;
  background-color: #E9B44E;
  width: 40px;
  line-height: 40px;
  color: white;
  text-align: center;
  margin-right: 15px;
}
/* line 505, ../sass/_components.scss */
.filter .toggle-row .toggle:after, .filter .toggle-accordion-row .toggle:after {
  content: "\e605";
  font-family: icomoon;
  font-style: normal;
}
/* line 512, ../sass/_components.scss */
.filter .options-wrapper {
  padding-left: 40px;
}
/* line 515, ../sass/_components.scss */
.filter .options {
  display: none;
  width: 100%;
  float: right;
  background-color: #EDE3CF;
}
/* line 522, ../sass/_components.scss */
.filter.open .toggle-row {
  background-color: #E9B44E;
}
/* line 524, ../sass/_components.scss */
.filter.open .toggle:after {
  content: "\e606";
}
/* line 530, ../sass/_components.scss */
.filter.search-filter ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 0;
  padding: 10px 0 10px 53px;
}
/* line 534, ../sass/_components.scss */
.filter.search-filter ul li {
  margin-bottom: 0;
  border-bottom: 0 none;
  padding: 5px 0;
}
/* line 538, ../sass/_components.scss */
.filter.search-filter ul li input {
  margin-bottom: 0;
}
/* line 543, ../sass/_components.scss */
.filter.search-filter .options {
  height: auto;
}
/* line 545, ../sass/_components.scss */
.filter.search-filter .options span {
  padding-top: 0;
  border: 0 none;
  color: white;
}
/* line 554, ../sass/_components.scss */
.filter.insights-filter .options .basic-accordion {
  padding: 0 !important;
  border-bottom: 0px;
}
/* line 557, ../sass/_components.scss */
.filter.insights-filter .options .basic-accordion .toggle-accordion-row {
  background-color: #E9B44E;
  color: black;
  font-style: normal;
  font-size: 1.125em;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid #EDE3CF;
  padding-left: 0.9375em;
}
/* line 567, ../sass/_components.scss */
.filter.insights-filter .options .basic-accordion .toggle-accordion-row .filter-accordion-toggle {
  display: none;
}
/* line 571, ../sass/_components.scss */
.filter.insights-filter .options .basic-accordion:last-of-type .toggle-accordion-row {
  border-right: 0;
}
/* line 575, ../sass/_components.scss */
.filter.insights-filter .options .accordion-content {
  display: block;
}
/* line 577, ../sass/_components.scss */
.filter.insights-filter .options .accordion-content li {
  margin-left: -40px;
}

/* line 585, ../sass/_components.scss */
.filter-toggle, .filter-accordion-toggle {
  height: 40px;
  display: inline-block;
  background-color: #E9B44E;
  width: 40px;
  line-height: 40px;
  color: white;
  text-align: center;
  margin-right: 15px;
  cursor: pointer;
}
/* line 595, ../sass/_components.scss */
.filter-toggle:after, .filter-accordion-toggle:after {
  content: "\e605";
  font-family: icomoon;
  font-style: normal;
}

/* line 604, ../sass/_components.scss */
.open .filter-toggle:after {
  content: "\e606";
}

/* Filter Display */
/* line 612, ../sass/_components.scss */
.option-count {
  display: inline;
  font-size: 16px;
  font-family: 'Lato', 'pt-it', 'Arial', sans-serif;
  font-style: italic;
}

/* line 617, ../sass/_components.scss */
.results {
  display: inline-block;
  margin: 0 30px 20px 0;
}

/* line 621, ../sass/_components.scss */
.filter-display {
  display: inline-block;
}
/* line 623, ../sass/_components.scss */
.filter-display .option-item {
  display: inline-block;
  margin-right: 30px;
}
/* line 626, ../sass/_components.scss */
.filter-display .option-item .icon-close {
  font-size: 13px;
  color: white;
  background-color: #CF9121;
  padding: 1px;
  margin-right: 5px;
  cursor: pointer;
}

/* Select Prompt */
/* line 638, ../sass/_components.scss */
.select-prompt {
  display: none;
  position: fixed;
  left: 0;
  top: 15%;
  right: 0;
  width: 700px;
  margin: auto;
  max-width: 90%;
  z-index: 10000;
  max-height: 75%;
}
/* line 651, ../sass/_components.scss */
.select-prompt.terms .modal-content {
  max-height: 400px;
}
/* line 656, ../sass/_components.scss */
.select-prompt .prompt-headline {
  font-size: 20px !important;
  font-style: italic;
  margin-bottom: 15px;
  display: block;
}
/* line 662, ../sass/_components.scss */
.select-prompt form, .select-prompt .modal-content {
  font-size: 13px !important;
  padding: 40px;
  margin: auto;
  background: #565656;
  color: white;
  border: 5px solid white;
  position: relative;
  width: 90%;
  padding-bottom: 84px;
}
/* line 672, ../sass/_components.scss */
.select-prompt form label, .select-prompt .modal-content label {
  text-transform: uppercase;
  color: #E9B44E;
}
/* line 676, ../sass/_components.scss */
.select-prompt form #selecterror, .select-prompt .modal-content #selecterror {
  color: #E9B44E !important;
}
/* line 679, ../sass/_components.scss */
.select-prompt form input[type="submit"], .select-prompt .modal-content input[type="submit"], .select-prompt form input[type="button"], .select-prompt .modal-content input[type="button"] {
  float: right;
  border: 1px solid #8C8B8B;
}
/* line 682, ../sass/_components.scss */
.select-prompt form input[type="submit"]:after, .select-prompt .modal-content input[type="submit"]:after, .select-prompt form input[type="button"]:after, .select-prompt .modal-content input[type="button"]:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* line 691, ../sass/_components.scss */
.select-prompt form ul, .select-prompt .modal-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 46%;
  display: inline-block;
  vertical-align: top;
}
/* line 696, ../sass/_components.scss */
.select-prompt form ul li, .select-prompt .modal-content ul li {
  padding: 10px 0;
  border-bottom: 1px solid #686767;
}
/* line 699, ../sass/_components.scss */
.select-prompt form ul li input, .select-prompt .modal-content ul li input {
  margin-right: 15px;
}
/* line 703, ../sass/_components.scss */
.select-prompt form ul:last-of-type, .select-prompt .modal-content ul:last-of-type {
  float: right;
}
/* line 707, ../sass/_components.scss */
.select-prompt form .last-row, .select-prompt .modal-content .last-row {
  position: absolute;
  bottom: 40px;
  width: 88%;
}
/* line 711, ../sass/_components.scss */
.select-prompt form .last-row a, .select-prompt .modal-content .last-row a {
  color: #E9B44E;
  margin-top: 26px;
  display: inline-block;
}
/* line 715, ../sass/_components.scss */
.select-prompt form .last-row a:before, .select-prompt .modal-content .last-row a:before {
  content: "\e603";
  float: left;
  padding-right: 3px;
  font-family: icomoon;
  color: #bfbebe;
}
/* line 719, ../sass/_components.scss */
.select-prompt form .last-row input, .select-prompt .modal-content .last-row input {
  float: right;
  width: auto;
  max-width: 100%;
  display: inline-block;
  border: 1px solid #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: white;
  padding: 11px 20px;
  background-color: #CF9121;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  width: auto;
  box-shadow: 0 0 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 13px 23px;
}
@media screen and (max-width: 640px) {
  /* line 719, ../sass/_components.scss */
  .select-prompt form .last-row input, .select-prompt .modal-content .last-row input {
    width: 100%;
    display: block;
  }
}
/* line 133, ../sass/_mixins.scss */
.select-prompt form .last-row input.gray, .select-prompt .modal-content .last-row input.gray {
  padding: 15px;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  border: 0 none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.6);
  width: 100%;
  margin-bottom: 20px;
}
/* line 729, ../sass/_components.scss */
.select-prompt .modal-content {
  overflow: auto;
  width: 100%;
}
/* line 733, ../sass/_components.scss */
.select-prompt .modal-content p, .select-prompt .modal-content a {
  font-size: 12px !important;
}
/* line 736, ../sass/_components.scss */
.select-prompt .modal-content p {
  line-height: 1.4em !important;
  padding: 10px 0 !important;
}
/* line 740, ../sass/_components.scss */
.select-prompt .modal-content button, .select-prompt .modal-content .button {
  margin: 20px 10px 5px 0;
  line-height: 1em;
}

/* Video Container */
/* line 748, ../sass/_components.scss */
.video-clear-container {
  clear: both;
  display: block;
}

/* jQuery UI Dialog Overrides */
/* line 754, ../sass/_components.scss */
.ui-widget-overlay {
  background: #000000 url("../images/ui-bg_flat_0_000000_40x100.png") 50% 50% repeat-x;
  opacity: 0.7;
}

/* line 758, ../sass/_components.scss */
.ui-dialog {
  background-color: #5b5b5b;
  border: none;
  top: 145px !important;
  height: 400px\9;
  /* IE8 and below */
}
/* line 764, ../sass/_components.scss */
.ui-dialog .ui-dialog-content {
  background-color: #5b5b5b;
}
/* line 768, ../sass/_components.scss */
.ui-dialog .ui-dialog-titlebar {
  display: none;
}
/* line 772, ../sass/_components.scss */
.ui-dialog .close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* line 779, ../sass/_components.scss */
.ui-widget-content {
  background-color: #5b5b5b;
  background-image: none;
  color: #ffffff;
}

/* line 785, ../sass/_components.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-radius: 0;
}

/* line 789, ../sass/_components.scss */
#dialog-message {
  font-family: "Myriad Pro", Arial, san-serif;
  font-size: 16px;
  height: initial !important;
  padding: 40px 120px 25px 120px;
  height: 600px\9;
  /* IE8 and below */
}
/* line 796, ../sass/_components.scss */
#dialog-message h1 {
  font-size: 30px;
  font-weight: 200;
  font-style: italic;
  line-height: 1.6em;
}
/* line 803, ../sass/_components.scss */
#dialog-message p {
  font-size: 16px;
  line-height: 24px;
}
/* line 808, ../sass/_components.scss */
#dialog-message a {
  color: #ffffff;
}
/* line 812, ../sass/_components.scss */
#dialog-message .close-modal {
  background-image: url("../images/icons/close-modal.png");
  background-repeat: no-repeat;
  font-size: 12px;
  height: 38px;
  padding-top: 50px;
  cursor: pointer;
  text-align: center;
  width: 52px;
}
/* line 823, ../sass/_components.scss */
#dialog-message .message-inner {
  margin: 30px 0 20px 0;
  padding: 10px 0 40px 0;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}
/* line 830, ../sass/_components.scss */
#dialog-message .browser-icon-container {
  text-align: center;
  font-size: 12px;
  font-style: italic;
}
/* line 835, ../sass/_components.scss */
#dialog-message .browser-icon-container .logo-wrap {
  width: 62px;
  height: 61px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
/* line 842, ../sass/_components.scss */
#dialog-message .browser-icon-container .logo-wrap.browser-i {
  background-image: url("../images/icons/logo-ie.png");
}
/* line 846, ../sass/_components.scss */
#dialog-message .browser-icon-container .logo-wrap.browser-c {
  background-image: url("../images/icons/logo-chrome.png");
}
/* line 850, ../sass/_components.scss */
#dialog-message .browser-icon-container .logo-wrap.browser-f {
  background-image: url("../images/icons/logo-firefox.png");
}
/* line 854, ../sass/_components.scss */
#dialog-message .browser-icon-container .logo-wrap.browser-s {
  background-image: url("../images/icons/logo-safari.png");
}

/* Basic Accordion Component */
/* line 864, ../sass/_components.scss */
.basic-accordion {
  font-style: italic;
  border-bottom: 1px solid #fff;
}
/* line 868, ../sass/_components.scss */
.basic-accordion .toggle-accordion-row {
  background-color: #EDE3CF;
}
/* line 874, ../sass/_components.scss */
.basic-accordion .filter-accordion-toggle:after,
.basic-accordion .toggle:after {
  content: "\e605";
}
/* line 881, ../sass/_components.scss */
.basic-accordion.open .filter-accordion-toggle:after,
.basic-accordion.open .toggle:after {
  content: "\e606";
}
/* line 885, ../sass/_components.scss */
.basic-accordion.open .toggle-accordion-row {
  background-color: #E9B44E;
}
/* line 889, ../sass/_components.scss */
.basic-accordion .accordion-content {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #EDE3CF;
  display: none;
  padding-left: 53px;
  font-size: 13px;
  font-style: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 898, ../sass/_components.scss */
.basic-accordion .accordion-content a, .basic-accordion .accordion-content span {
  font-size: 13px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
/* line 904, ../sass/_components.scss */
.basic-accordion .accordion-content .icon-pdf {
  font-size: 25px;
}
/* line 907, ../sass/_components.scss */
.basic-accordion .accordion-content li {
  /* border-bottom: 1px solid $lightestgray; */
  padding: 8px 0;
}
/* line 9, ../sass/_mixins.scss */
.basic-accordion .accordion-content li:after {
  content: "";
  display: table;
  clear: both;
}
/* line 911, ../sass/_components.scss */
.basic-accordion .accordion-content li a.more {
  float: left;
}
/* line 914, ../sass/_components.scss */
.basic-accordion .accordion-content li:last-of-type {
  border: 0 none;
}

/* Pagination */
/* line 923, ../sass/_components.scss */
.pagination {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
  font-size: 0.8125em;
}
/* line 927, ../sass/_components.scss */
.pagination .static-text {
  padding-top: 4px;
}
/* line 930, ../sass/_components.scss */
.pagination .pages {
  text-align: right;
}
/* line 933, ../sass/_components.scss */
.pagination .prev {
  margin-right: 15px;
  color: #7c7c7c;
}
/* line 937, ../sass/_components.scss */
.pagination .next {
  margin-left: 15px;
  color: #7c7c7c;
}
/* line 942, ../sass/_components.scss */
.pagination span.icon-arrow-right, .pagination span.icon-arrow-left {
  padding: 2px;
  background-color: #E9B44E;
  color: white;
  font-size: 28px;
  font-weight: 300;
  vertical-align: middle;
  margin: 0 5px;
}
/* line 955, ../sass/_components.scss */
.pagination a, .pagination .current-page {
  font-size: 0.875em;
  display: inline-block;
  margin: 0 5px;
}
/* line 959, ../sass/_components.scss */
.pagination a.disabled, .pagination .current-page.disabled {
  cursor: default;
}
/* line 960, ../sass/_components.scss */
.pagination a.disabled .icon-arrow-left, .pagination .current-page.disabled .icon-arrow-left {
  background-color: #e5e5e5;
}

/* We are... (Optional Footer) */
/* line 970, ../sass/_components.scss */
.we-are {
  margin-bottom: 30px;
}
/* line 972, ../sass/_components.scss */
.we-are h2 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* line 977, ../sass/_components.scss */
.we-are .headline-wrap {
  min-height: 60px;
  position: relative;
}
/* line 981, ../sass/_components.scss */
.we-are span {
  font-weight: 500;
  position: absolute;
  bottom: 10px;
}
/* line 986, ../sass/_components.scss */
.we-are p {
  border-top: 1px solid #e5e5e5;
  font-size: 0.6875em;
  color: #565656;
}
/* line 991, ../sass/_components.scss */
.we-are a.more {
  margin-top: 10px;
}
/* line 994, ../sass/_components.scss */
.we-are .row {
  border-bottom: 1px solid #e5e5e5;
}
/* line 996, ../sass/_components.scss */
.we-are .row .columns {
  margin-bottom: 10px;
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 1006, ../sass/_components.scss */
  .limelight-player-footprint {
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
    left: 0 !important;
  }
}
/* ==========================================================================
   Media Query - Phone
   ========================================================================== */
@media screen and (max-width: 640px) {
  /* line 1020, ../sass/_components.scss */
  * {
    cursor: default !important;
  }

  /* Accordion */
  /* line 1025, ../sass/_components.scss */
  .accordion {
    margin-bottom: 0 !important;
  }
  /* line 1027, ../sass/_components.scss */
  .accordion .accordion-content {
    display: none;
  }
  /* line 1031, ../sass/_components.scss */
  .accordion .accordion-icon::before {
    content: "+";
  }
  /* line 1035, ../sass/_components.scss */
  .accordion .headline {
    padding: 10px 45px 10px 20px;
  }
  /* line 1039, ../sass/_components.scss */
  .accordion .expanded::before {
    content: "-";
  }
  /* line 1044, ../sass/_components.scss */
  .accordion.services .large-6, .funds .accordion.services-links .large-6 {
    margin-bottom: 20px;
  }
  /* line 1047, ../sass/_components.scss */
  .accordion.services ul, .funds .accordion.services-links ul {
    margin-bottom: 10px;
  }

  /* Filter */
  /* line 9, ../sass/_mixins.scss */
  .filter:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 1056, ../sass/_components.scss */
  .filter ul {
    padding-left: 0;
    padding-top: 0;
    margin-top: 0;
  }
  /* line 1060, ../sass/_components.scss */
  .filter ul li {
    padding-bottom: 9px;
    font-style: normal;
    /* &:not(.headings) {
    	padding-left: 0.9375em;
    } */
  }
  /* line 1063, ../sass/_components.scss */
  .filter ul li.headings {
    border: 0 none;
  }
  /* line 1065, ../sass/_components.scss */
  .filter ul li.headings span {
    margin-bottom: 15px;
    color: white;
  }
  /* line 1076, ../sass/_components.scss */
  .filter .toggle-row:hover, .filter .toggle-accordion-row:hover {
    cursor: default;
  }
  /* line 9, ../sass/_mixins.scss */
  .filter .options:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 1082, ../sass/_components.scss */
  .filter .options span {
    border: 0 none;
  }
  /* line 1091, ../sass/_components.scss */
  .filter.insights-filter .options .basic-accordion {
    border-bottom: 1px solid #fff;
  }
  /* line 1093, ../sass/_components.scss */
  .filter.insights-filter .options .basic-accordion .toggle-accordion-row {
    background-color: #EDE3CF;
    font-style: normal;
    font-size: inherit;
    font-weight: inherit;
    padding-top: 0px;
    padding-bottom: 0;
    border-right: 0;
    padding-left: 0;
  }
  /* line 1102, ../sass/_components.scss */
  .filter.insights-filter .options .basic-accordion .toggle-accordion-row .filter-accordion-toggle {
    display: inline-block;
  }
  /* line 1107, ../sass/_components.scss */
  .filter.insights-filter .options .accordion-content {
    display: none;
  }
  /* line 1109, ../sass/_components.scss */
  .filter.insights-filter .options .accordion-content li {
    /* padding: 0.9375em 0 !important; */
    margin-left: 0 !important;
  }

  /* line 1119, ../sass/_components.scss */
  .services-sm li {
    display: inline-block;
    width: 48%;
  }
  /* line 1122, ../sass/_components.scss */
  .services-sm li a {
    padding: 10px 10px 10px 0;
  }

  /* line 1129, ../sass/_components.scss */
  .services ul li, .funds .services-links ul li {
    width: 48%;
    float: left;
  }
  /* line 1132, ../sass/_components.scss */
  .services ul li:nth-child(even), .funds .services-links ul li:nth-child(even) {
    float: right;
  }
  /* line 1136, ../sass/_components.scss */
  .services ul.medium-6, .funds .services-links ul.medium-6 {
    width: 50%;
  }
  /* line 1138, ../sass/_components.scss */
  .services ul.medium-6:first-of-type, .funds .services-links ul.medium-6:first-of-type {
    padding-right: 2%;
  }
  /* line 1141, ../sass/_components.scss */
  .services ul.medium-6:last-of-type, .funds .services-links ul.medium-6:last-of-type {
    padding-left: 2%;
  }
  /* line 1144, ../sass/_components.scss */
  .services ul.medium-6:nth-child(even), .funds .services-links ul.medium-6:nth-child(even) {
    float: left;
  }
  /* line 1147, ../sass/_components.scss */
  .services ul.medium-6 li, .funds .services-links ul.medium-6 li {
    width: 100%;
  }

  /* Contact */
  /* line 1157, ../sass/_components.scss */
  .contact form input, aside .contact-person form input, .contact .select-prompt .modal-content input, .select-prompt .contact .modal-content input, aside .contact-person .select-prompt .modal-content input, .select-prompt aside .contact-person .modal-content input, .contact form select, aside .contact-person form select, .contact .select-prompt .modal-content select, .select-prompt .contact .modal-content select, aside .contact-person .select-prompt .modal-content select, .select-prompt aside .contact-person .modal-content select, .contact form textarea, aside .contact-person form textarea, .contact .select-prompt .modal-content textarea, .select-prompt .contact .modal-content textarea, aside .contact-person .select-prompt .modal-content textarea, .select-prompt aside .contact-person .modal-content textarea, .subscribeForm form input, .subscribeForm .select-prompt .modal-content input, .select-prompt .subscribeForm .modal-content input, .subscribeForm form select, .subscribeForm .select-prompt .modal-content select, .select-prompt .subscribeForm .modal-content select, .subscribeForm form textarea, .subscribeForm .select-prompt .modal-content textarea, .select-prompt .subscribeForm .modal-content textarea {
    width: 100%;
  }
  /* line 1162, ../sass/_components.scss */
  .contact form .two-col label, aside .contact-person form .two-col label, .contact .select-prompt .modal-content .two-col label, .select-prompt .contact .modal-content .two-col label, aside .contact-person .select-prompt .modal-content .two-col label, .select-prompt aside .contact-person .modal-content .two-col label, .subscribeForm form .two-col label, .subscribeForm .select-prompt .modal-content .two-col label, .select-prompt .subscribeForm .modal-content .two-col label {
    width: 100%;
  }
  /* line 1164, ../sass/_components.scss */
  .contact form .two-col label input, aside .contact-person form .two-col label input, .contact .select-prompt .modal-content .two-col label input, .select-prompt .contact .modal-content .two-col label input, aside .contact-person .select-prompt .modal-content .two-col label input, .select-prompt aside .contact-person .modal-content .two-col label input, .subscribeForm form .two-col label input, .subscribeForm .select-prompt .modal-content .two-col label input, .select-prompt .subscribeForm .modal-content .two-col label input {
    width: 100%;
  }
  /* line 1167, ../sass/_components.scss */
  .contact form .two-col label:last-of-type, aside .contact-person form .two-col label:last-of-type, .contact .select-prompt .modal-content .two-col label:last-of-type, .select-prompt .contact .modal-content .two-col label:last-of-type, aside .contact-person .select-prompt .modal-content .two-col label:last-of-type, .select-prompt aside .contact-person .modal-content .two-col label:last-of-type, .subscribeForm form .two-col label:last-of-type, .subscribeForm .select-prompt .modal-content .two-col label:last-of-type, .select-prompt .subscribeForm .modal-content .two-col label:last-of-type {
    padding-left: 0;
  }
  /* line 1169, ../sass/_components.scss */
  .contact form .two-col label:last-of-type input, aside .contact-person form .two-col label:last-of-type input, .contact .select-prompt .modal-content .two-col label:last-of-type input, .select-prompt .contact .modal-content .two-col label:last-of-type input, aside .contact-person .select-prompt .modal-content .two-col label:last-of-type input, .select-prompt aside .contact-person .modal-content .two-col label:last-of-type input, .subscribeForm form .two-col label:last-of-type input, .subscribeForm .select-prompt .modal-content .two-col label:last-of-type input, .select-prompt .subscribeForm .modal-content .two-col label:last-of-type input {
    width: 100%;
  }

  /* line 1178, ../sass/_components.scss */
  .featured-content .copy, .featured-content-small .copy {
    padding: 0;
  }

  /* We are */
  /* line 1184, ../sass/_components.scss */
  .we-are p {
    font-size: 0.8125em;
  }

  /* Bio Listing */
  /* line 1191, ../sass/_components.scss */
  .bio-listing .person-intro em, .bio-detail .person-intro em {
    display: block;
  }

  /* line 1197, ../sass/_components.scss */
  .bio-listing .person-photo {
    width: 40%;
  }
  /* line 1200, ../sass/_components.scss */
  .bio-listing .person-info {
    width: 60%;
  }
  /* line 1203, ../sass/_components.scss */
  .bio-listing .person-bio {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }

  /* line 1212, ../sass/_components.scss */
  .bio-detail .article-person .person-photo {
    width: 40%;
    padding-right: 0.9375em;
  }
  /* line 1216, ../sass/_components.scss */
  .bio-detail .article-person .person-info {
    width: 60%;
    padding-left: 0.9375em;
  }
  /* line 1220, ../sass/_components.scss */
  .bio-detail .article-person .person-name {
    display: block;
    margin-bottom: 15px;
  }
  /* line 1224, ../sass/_components.scss */
  .bio-detail .article-person .person-intro em {
    display: block;
  }
  /* line 1229, ../sass/_components.scss */
  .bio-detail .commentary-articles article {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
  }

  /* line 1236, ../sass/_components.scss */
  .limelight-player-footprint {
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
    left: 0 !important;
  }

  /* line 1244, ../sass/_components.scss */
  .flex-video.widescreen .limelight-player-viewport {
    padding-bottom: 56.34%;
  }
  /* line 1247, ../sass/_components.scss */
  .flex-video .limelight-player-viewport {
    padding-bottom: 67.5%;
  }
}
@media screen and (max-width: 640px) {
  /* line 1258, ../sass/_components.scss */
  .select-prompt .prompt-headline {
    padding-bottom: 20px;
    display: block;
  }
  /* line 1263, ../sass/_components.scss */
  .select-prompt form ul, .select-prompt .modal-content ul {
    width: 100% !important;
  }
  /* line 1265, ../sass/_components.scss */
  .select-prompt form ul:last-of-type, .select-prompt .modal-content ul:last-of-type {
    float: none;
  }
  /* line 1269, ../sass/_components.scss */
  .select-prompt form .last-row, .select-prompt .modal-content .last-row {
    position: relative;
    bottom: auto;
    width: auto;
  }
  /* line 1273, ../sass/_components.scss */
  .select-prompt form .last-row a, .select-prompt .modal-content .last-row a {
    color: orange;
    margin-top: 26px;
    display: inline-block;
  }
  /* line 1278, ../sass/_components.scss */
  .select-prompt form .last-row input, .select-prompt .modal-content .last-row input {
    margin: 20px 0;
  }
  /* line 1283, ../sass/_components.scss */
  .select-prompt .modal-content {
    height: 400px;
    overflow: auto;
  }
  /* line 1286, ../sass/_components.scss */
  .select-prompt .modal-content p, .select-prompt .modal-content a {
    font-size: 12px;
  }
  /* line 1289, ../sass/_components.scss */
  .select-prompt .modal-content button, .select-prompt .modal-content .button {
    margin: 20px 10px 5px 0;
  }
}
@media print {
  /* line 1300, ../sass/_components.scss */
  .accordion-content {
    display: block !important;
  }
}
/* ======================= Template Specific ====================== */
/* Insights Listing Template */
/* line 755, ../sass/_main-base.scss */
.archive, .press-room {
  margin-bottom: 30px !important;
}
/* line 757, ../sass/_main-base.scss */
.archive h2, .press-room h2 {
  font-size: 1.375em;
  color: #CF9121;
  border: 0 none;
  padding-bottom: 5px;
  padding-top: 0;
}
/* line 764, ../sass/_main-base.scss */
.archive .archive-image img, .press-room .archive-image img {
  width: 100%;
  border: 5px solid white;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}
/* line 769, ../sass/_main-base.scss */
.archive span, .press-room span {
  display: block;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 500;
}
/* line 775, ../sass/_main-base.scss */
.archive a.more, .press-room a.more {
  float: left;
  margin-top: 10px;
}
/* line 779, ../sass/_main-base.scss */
.archive .row, .press-room .row {
  clear: both;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  margin: 0;
  margin-top: 45px;
}
/* line 9, ../sass/_mixins.scss */
.archive .row:after, .press-room .row:after {
  content: "";
  display: table;
  clear: both;
}
/* line 788, ../sass/_main-base.scss */
.archive .tags, .press-room .tags {
  padding-left: 0;
}
/* line 790, ../sass/_main-base.scss */
.archive .tags span, .press-room .tags span, .archive .tags a, .press-room .tags a {
  display: inline-block;
  padding: 10px 13px;
  background-color: #f4eee2;
  color: #B27419;
  font-weight: 500;
  border: 1px solid #EDE3CF;
  margin-bottom: 5px;
}
/* line 799, ../sass/_main-base.scss */
.archive .tags li, .press-room .tags li {
  display: inline-block;
  /* &::after {
  	content: ',';
  	vertical-align: bottom;
  } */
}
/* line 806, ../sass/_main-base.scss */
.archive .tags li:last-of-type::after, .press-room .tags li:last-of-type::after {
  content: '';
}
/* line 812, ../sass/_main-base.scss */
.archive .share, .press-room .share {
  padding-right: 0;
  margin-top: 0.9375em;
}
/* line 815, ../sass/_main-base.scss */
.archive .share a, .press-room .share a {
  display: inline-block;
}
/* line 816, ../sass/_main-base.scss */
.archive .share img, .press-room .share img {
  width: 40px;
  height: 40px;
}

/* Press Room */
/* line 825, ../sass/_main-base.scss */
.press-room {
  border-top: 1px solid #e5e5e5;
  padding: 20px 0 25px 0 !important;
  margin-bottom: 0 !important;
  clear: both;
}
/* line 831, ../sass/_main-base.scss */
.press-room h2 {
  font-size: 1em;
}
/* line 834, ../sass/_main-base.scss */
.press-room .img {
  padding-left: 0;
}
/* line 836, ../sass/_main-base.scss */
.press-room .img .frame {
  margin-bottom: 0;
}
/* line 838, ../sass/_main-base.scss */
.press-room .header-block {
  padding-right: 0;
}
/* line 841, ../sass/_main-base.scss */
.press-room .header-block .utility-links a {
  padding: 0 10px 0 12px;
  border-left: 1px solid #8C8B8B;
}
/* line 844, ../sass/_main-base.scss */
.press-room .header-block .utility-links a:first-of-type {
  padding-left: 0;
  border-left: 0;
}
/* line 850, ../sass/_main-base.scss */
.press-room .header-block .share {
  margin-top: 0;
}
/* line 852, ../sass/_main-base.scss */
.press-room .header-block .share img {
  width: 30px;
  height: 30px;
}
/* line 857, ../sass/_main-base.scss */
.press-room .header-block.medium-12 {
  padding-left: 0;
}
/* line 861, ../sass/_main-base.scss */
.press-room:after {
  clear: both;
  content: " ";
  display: table;
}

/* line 870, ../sass/_main-base.scss */
.press-release .teaser, .press-release .teaser p, .article .teaser, .article .teaser p {
  font-size: 20px;
  line-height: 110%;
}
/* line 874, ../sass/_main-base.scss */
.press-release .teaser + p, .article .teaser + p {
  padding-top: 10px !important;
}
/* line 877, ../sass/_main-base.scss */
.press-release .featured-content, .press-release .featured-content-small, .article .featured-content, .article .featured-content-small {
  background: none;
  padding: 0;
  float: left;
  margin: 0 0.375em 0.375em 0;
  width: 40%;
}

/* Individual Press Release */
/* line 888, ../sass/_main-base.scss */
.press-release p:first-of-type {
  padding-top: 0;
}
/* line 891, ../sass/_main-base.scss */
.press-release .footnotes {
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 0.8125em;
}

/* line 900, ../sass/_main-base.scss */
aside .share {
  margin-bottom: 20px;
  float: none;
}
/* line 902, ../sass/_main-base.scss */
aside .share a {
  padding: 0 5px 0 0;
}
/* line 904, ../sass/_main-base.scss */
aside .share a:last-of-type {
  padding-right: 0;
}
/* line 909, ../sass/_main-base.scss */
aside .icon-arrow-right, aside .pagination span.icon-arrow-left, .pagination aside span.icon-arrow-left {
  color: #8C8B8B;
  vertical-align: -1px;
}

/* Insights styles */
/* line 917, ../sass/_main-base.scss */
.headliners {
  background-color: #EDE3CF;
  padding: 40px 30px;
  margin: 20px 0;
  -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.4);
}
/* line 923, ../sass/_main-base.scss */
.headliners .columns .item {
  position: relative;
}
/* line 925, ../sass/_main-base.scss */
.headliners .columns .item img {
  border: 5px solid white;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}
/* line 929, ../sass/_main-base.scss */
.headliners .columns .item figure {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 13px;
  width: 100%;
  border-left: 5px solid white;
  border-right: 5px solid white;
  border-bottom: 4px solid white;
}
/* line 939, ../sass/_main-base.scss */
.headliners .columns .item figure span {
  color: white;
  display: block;
}
/* line 942, ../sass/_main-base.scss */
.headliners .columns .item figure span.sub-title {
  color: #8C8B8B;
  font-size: 0.75em;
  margin-bottom: 3px;
}
/* line 947, ../sass/_main-base.scss */
.headliners .columns .item figure span.title {
  font-family: 'Lato', 'pt-it', 'Arial', sans-serif;
  font-style: italic;
  font-size: 0.875em;
  padding-bottom: 15px;
}

/* line 958, ../sass/_main-base.scss */
.publications img, .publications span {
  width: 100%;
  display: block;
  margin: 2px 0 8px;
}
/* line 963, ../sass/_main-base.scss */
.publications span {
  width: 100%;
  height: 35px;
  background-color: #e5e5e5;
}
/* line 968, ../sass/_main-base.scss */
.publications a {
  font-weight: 500;
}
/* line 971, ../sass/_main-base.scss */
.publications a.teaser-title {
  font-size: 13.3px;
  font-weight: 800;
}
/* line 976, ../sass/_main-base.scss */
.publications p {
  color: #565656;
}

/* Custom 5 column styles (Insights) */
/* line 983, ../sass/_main-base.scss */
.custom-5col .columns {
  width: 20%;
  margin-bottom: 30px;
}
/* line 986, ../sass/_main-base.scss */
.custom-5col .columns:last-child {
  float: left;
}

/* line 993, ../sass/_main-base.scss */
.article .article-text {
  display: inline;
}
/* line 997, ../sass/_main-base.scss */
.article.visitor .article-text {
  display: block;
  position: relative;
}
/* line 1000, ../sass/_main-base.scss */
.article.visitor .article-text:after {
  content: " ";
  clear: both;
  height: 150px;
  width: 100%;
  background-color: transparent !important;
  background-color: #f8f8f8;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f8f8f8));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, transparent, #f8f8f8);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, transparent, #f8f8f8);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, transparent, #f8f8f8);
  /* IE10 */
  background-image: -o-linear-gradient(top, transparent, #f8f8f8);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #f8f8f8);
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0px;
  display: block;
}
/* line 1014, ../sass/_main-base.scss */
.article.visitor.has-featured-content .article-text:after {
  width: 100%;
  background-color: #fff;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, transparent, #fff);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, transparent, #fff);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, transparent, #fff);
  /* IE10 */
  background-image: -o-linear-gradient(top, transparent, #fff);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #ffffff);
}
/* line 1019, ../sass/_main-base.scss */
.article p:first-of-type {
  padding-top: 0;
}

/* Insights Article & Press Release Author Info */
/* line 1025, ../sass/_main-base.scss */
.author-info {
  margin-top: 0;
}
/* line 1027, ../sass/_main-base.scss */
.author-info strong {
  display: block;
  font-size: 0.875em;
  padding-left: 10px;
}
/* line 1032, ../sass/_main-base.scss */
.author-info em {
  color: #8C8B8B;
  font-size: 0.75em;
  border-bottom: 1px solid #e5e5e5;
  padding: 6px 0 10px;
  margin: 0 0 10px 10px;
  display: block;
}
/* line 1040, ../sass/_main-base.scss */
.author-info a {
  font-size: 0.75em;
  display: inline-block;
  margin: 0 10px 0 0;
  padding-top: 2px;
  padding-left: 10px;
  border-left: 1px solid #8C8B8B;
}
/* line 1047, ../sass/_main-base.scss */
.author-info a:first-of-type {
  padding-left: 0;
  margin-left: 10px;
  border-left: 0;
}

/* line 1055, ../sass/_main-base.scss */
.article-sig {
  margin-top: 25px;
}
/* line 1057, ../sass/_main-base.scss */
.article-sig em {
  border: 0 none;
  padding: 0;
}

/* Data Capture */
/* line 1064, ../sass/_main-base.scss */
.access-form {
  margin-bottom: 20px;
  padding-bottom: 15px;
  background-color: #faeed6;
}
/* line 1068, ../sass/_main-base.scss */
.access-form p {
  width: 90%;
  margin: auto;
  padding-top: 20px;
}
/* line 1073, ../sass/_main-base.scss */
.access-form .headline {
  padding: 10px 5%;
}
/* line 1076, ../sass/_main-base.scss */
.access-form form, .access-form .select-prompt .modal-content, .select-prompt .access-form .modal-content {
  margin: auto;
  width: 90%;
}
/* line 9, ../sass/_mixins.scss */
.access-form form:after, .access-form .select-prompt .modal-content:after, .select-prompt .access-form .modal-content:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1080, ../sass/_main-base.scss */
.access-form form input, .access-form .select-prompt .modal-content input, .select-prompt .access-form .modal-content input {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  text-transform: uppercase;
  font-size: 0.6875em;
  border: 3px solid #f0f0f0;
}
/* line 1087, ../sass/_main-base.scss */
.access-form form input[type="submit"], .access-form .select-prompt .modal-content input[type="submit"], .select-prompt .access-form .modal-content input[type="submit"] {
  float: right;
  width: auto;
  max-width: 100%;
  display: inline-block;
  border: 1px solid #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: white;
  padding: 11px 20px;
  background-color: #CF9121;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 640px) {
  /* line 1087, ../sass/_main-base.scss */
  .access-form form input[type="submit"], .access-form .select-prompt .modal-content input[type="submit"], .select-prompt .access-form .modal-content input[type="submit"] {
    width: 100%;
    display: block;
  }
}
/* line 133, ../sass/_mixins.scss */
.access-form form input[type="submit"].gray, .access-form .select-prompt .modal-content input[type="submit"].gray, .select-prompt .access-form .modal-content input[type="submit"].gray {
  padding: 15px;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  border: 0 none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.6);
  width: 100%;
  margin-bottom: 20px;
}
/* line 1091, ../sass/_main-base.scss */
.access-form form input.error, .access-form .select-prompt .modal-content input.error, .select-prompt .access-form .modal-content input.error {
  margin-bottom: 0px;
}
/* line 1095, ../sass/_main-base.scss */
.access-form form label.error, .access-form .select-prompt .modal-content label.error, .select-prompt .access-form .modal-content label.error {
  margin: 10px 0 15px 0;
  color: #E51937;
  display: block;
  font-size: 0.6875em;
}

/* line 1106, ../sass/_main-base.scss */
aside .access-form p {
  padding: 15px 8% 0;
  font-size: 0.6875em;
}

/* Search Template */
/* line 1116, ../sass/_main-base.scss */
.search .template-search {
  text-align: left;
  margin-bottom: 20px;
}
/* line 1119, ../sass/_main-base.scss */
.search .template-search .search-box {
  background-color: white;
  border: 1px solid #e5e5e5;
  padding: 1px 90px 1px 8px;
  max-width: 250px;
  line-height: 34px;
  min-height: 38px;
  color: #474747;
}
/* line 1128, ../sass/_main-base.scss */
.search .template-search label {
  font-size: 13px;
  margin-right: 10px;
}
/* line 1132, ../sass/_main-base.scss */
.search .template-search input[type=button] {
  background-color: #C78C20;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#D99823), to(#C78C20));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #D99823, #C78C20);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #D99823, #C78C20);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #D99823, #C78C20);
  /* IE10 */
  background-image: -o-linear-gradient(top, #D99823, #C78C20);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #d99823, #c78c20);
  border: 1px solid white;
  color: white;
  font-size: 13px;
  top: -5px;
  right: 2px;
  padding: 8px 18px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
/* line 1143, ../sass/_main-base.scss */
.search .row {
  border-bottom: 1px solid #d8d8d8;
  padding: 15px 0;
  margin: 0;
}
/* line 1148, ../sass/_main-base.scss */
.search .search-heads {
  clear: both;
  background-color: #2F2D2B;
  padding: 8px 0;
  border-bottom: 0;
}
/* line 1153, ../sass/_main-base.scss */
.search .search-heads span {
  color: white;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 10px;
  float: left;
}
/* line 1161, ../sass/_main-base.scss */
.search .file-link {
  padding-left: 67px;
}
/* line 1163, ../sass/_main-base.scss */
.search .file-link img {
  position: absolute;
  left: 14px;
  top: 15px;
  max-width: 25px;
}
/* line 1169, ../sass/_main-base.scss */
.search .file-link a {
  display: block;
  margin-top: 11px;
  line-height: 140%;
}
/* line 1175, ../sass/_main-base.scss */
.search [class*="column"] + [class*="column"]:last-child {
  float: left;
}
/* line 1178, ../sass/_main-base.scss */
.search .view-more-block {
  padding-top: 20px;
}
/* line 1181, ../sass/_main-base.scss */
.search .related-search {
  border-bottom: 0 none !important;
  padding-bottom: 0;
}
/* line 1184, ../sass/_main-base.scss */
.search .related-search span {
  font-size: 1.125em;
  color: #8C8B8B;
  padding: 0;
  margin-bottom: 8px;
  display: block;
}
/* line 1191, ../sass/_main-base.scss */
.search .related-search ul {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
/* line 1197, ../sass/_main-base.scss */
.search .related-search a {
  margin-bottom: 6px;
  display: block;
}

/* =============================== Right Sidebar =============================== */
/* 2 column template Specific */
/* line 1213, ../sass/_main-base.scss */
.pc aside .contact a, .pc aside .contact-person a {
  font-size: 0.8em;
}
/* line 1220, ../sass/_main-base.scss */
.pc aside .related article a, .pc aside .quick-links article a {
  font-size: 12.5px;
}

/* line 1228, ../sass/_main-base.scss */
aside {
  margin-top: -10px;
  /* Articles */
  /* Article Thumbnails */
  /* Contact Basic */
  /* Contact Person */
  /* Featured Content */
  /* Related Sidebar */
  /* Related List Items (containing icons) */
}
/* line 1230, ../sass/_main-base.scss */
aside .sidebar-headline {
  padding: 10px 20px;
  display: block;
  color: white;
  font-family: 'Lato', 'pt-it', 'Arial', sans-serif;
  font-style: italic;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 1.25em;
}
/* line 96, ../sass/_mixins.scss */
aside .sidebar-headline.orange {
  background: url("../images/ect/headline-bg-orange.jpg") no-repeat #E9B44E 100% 0;
  background-size: contain;
  min-height: 52px;
}
/* line 101, ../sass/_mixins.scss */
aside .sidebar-headline.gray {
  background: url("../images/ect/headline-bg-gray.jpg") no-repeat #8C8B8B 100% 0;
  background-size: contain;
}
/* line 105, ../sass/_mixins.scss */
aside .sidebar-headline.black {
  background-color: #2F2D2B;
  color: #b2b1b1;
  padding-top: 14px;
}
/* line 1236, ../sass/_main-base.scss */
aside article {
  clear: both;
  border-bottom: 1px solid #f2f1f1;
  position: relative;
}
/* line 9, ../sass/_mixins.scss */
aside article:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1241, ../sass/_main-base.scss */
aside article span {
  font-size: 1em;
  /*@include pt-it;*/
}
/* line 1245, ../sass/_main-base.scss */
aside article:last-child {
  border: 0 none;
}
/* line 1248, ../sass/_main-base.scss */
aside article .article-headline {
  display: block;
  font-weight: 400;
  padding: 10px 0 6px;
}
/* line 1256, ../sass/_main-base.scss */
aside .insights article {
  padding: 20px 0 20px 29%;
}
/* line 1262, ../sass/_main-base.scss */
aside .image-thumb, aside .related article .image-thumb-icon, aside .quick-links article .image-thumb-icon {
  padding: 5px;
  border: 1px solid #e5e5e5;
  width: 25%;
  position: absolute;
  left: 0;
  top: 20px;
}
/* line 1270, ../sass/_main-base.scss */
aside .gray-em,
aside .contact-subhead {
  display: block;
  padding: 0 8% 5px;
  font-size: 1.1875em;
  font-family: 'Lato', 'pt-it', 'Arial', sans-serif;
  font-style: italic;
  color: #8C8B8B;
}
/* line 1280, ../sass/_main-base.scss */
aside .contact, aside .contact-person {
  border: 1px solid #8C8B8B;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-color: #F6F6F6;
}
/* line 1285, ../sass/_main-base.scss */
aside .contact .sidebar-headline, aside .contact-person .sidebar-headline {
  margin-bottom: 20px;
  margin-top: 0;
}
/* line 1289, ../sass/_main-base.scss */
aside .contact a, aside .contact-person a {
  padding: 0 8%;
  font-size: 0.75em;
}
/* line 1293, ../sass/_main-base.scss */
aside .contact span a, aside .contact-person span a {
  padding: 0;
  font-size: inherit;
}
/* line 1300, ../sass/_main-base.scss */
aside .contact-person {
  padding-bottom: 0;
  position: relative;
}
/* line 1305, ../sass/_main-base.scss */
aside .contact-person article {
  padding: 3px 0 0 0;
  margin-bottom: 10px;
}
/* line 1308, ../sass/_main-base.scss */
aside .contact-person article.no-image {
  padding-left: 10px;
}
/* line 1311, ../sass/_main-base.scss */
aside .contact-person article .contact-image-link {
  margin-left: 5px;
  margin-right: 3px;
  float: left;
}
/* line 1316, ../sass/_main-base.scss */
aside .contact-person article .contact-image-link img {
  width: 60px;
}
/* line 1320, ../sass/_main-base.scss */
aside .contact-person article .contact-right-container {
  display: inline-block;
  margin-top: 2px;
  max-width: 145px;
}
/* line 1326, ../sass/_main-base.scss */
aside .contact-person .sidebar-headline {
  margin-bottom: 8px;
}
/* line 1329, ../sass/_main-base.scss */
aside .contact-person .image-thumb, aside .contact-person .related article .image-thumb-icon, aside .related article .contact-person .image-thumb-icon, aside .contact-person .quick-links article .image-thumb-icon, aside .quick-links article .contact-person .image-thumb-icon {
  padding: 2px;
  position: relative;
  width: initial;
  top: 0;
}
/* line 1335, ../sass/_main-base.scss */
aside .contact-person span {
  display: block;
}
/* line 1338, ../sass/_main-base.scss */
aside .contact-person .contact-name {
  font-style: normal;
  font-weight: 500;
  padding-bottom: 4px;
  display: block;
  font-size: 16px;
  color: #565656;
  margin-top: -4px;
}
/* line 1347, ../sass/_main-base.scss */
aside .contact-person .contact-subhead {
  font-size: 0.875em;
  padding-left: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #8C8B8B;
  margin-bottom: 10px;
}
/* line 1354, ../sass/_main-base.scss */
aside .contact-person .gray-em {
  font-size: 0.8125em;
  padding: 0;
}
/* line 1357, ../sass/_main-base.scss */
aside .contact-person .gray-em.location {
  border-bottom: 1px solid #8C8B8B;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
/* line 1363, ../sass/_main-base.scss */
aside .contact-person a {
  padding: 0;
}
/* line 1366, ../sass/_main-base.scss */
aside .contact-person a:hover {
  text-decoration: underline;
}
/* line 1374, ../sass/_main-base.scss */
aside .featured-content, aside .featured-content-small {
  background-color: transparent;
  padding: 0;
  margin-bottom: 20px;
}
/* line 1378, ../sass/_main-base.scss */
aside .featured-content img, aside .featured-content-small img {
  width: 100%;
  border: 1px solid #8C8B8B;
  padding: 3px;
  cursor: pointer;
}
/* line 1384, ../sass/_main-base.scss */
aside .featured-content p, aside .featured-content-small p {
  padding: 10px 15px;
}
/* line 1390, ../sass/_main-base.scss */
aside .related, aside .quick-links {
  margin-bottom: 20px;
}
/* line 1392, ../sass/_main-base.scss */
aside .related article, aside .quick-links article {
  padding: 7px 0 13px 50px;
}
/* line 1394, ../sass/_main-base.scss */
aside .related article .image-thumb-icon, aside .quick-links article .image-thumb-icon {
  border: 0 none;
  min-width: 40px;
  width: 40px;
  top: 0px;
  padding: 10px;
}
/* line 1402, ../sass/_main-base.scss */
aside .related article .related-subtitle, aside .quick-links article .related-subtitle {
  text-transform: uppercase;
  font-style: normal;
  color: #8C8B8B;
  font-size: 0.625em;
  padding-top: 3px;
  padding-bottom: 3px;
  display: block;
}
/* line 1411, ../sass/_main-base.scss */
aside .related article a, aside .quick-links article a {
  font-size: 0.75em;
  display: block;
  font-weight: 500;
  line-height: 16px;
}
/* line 1417, ../sass/_main-base.scss */
aside .related article p, aside .quick-links article p {
  font-size: 0.75em;
  display: block;
  font-weight: 500;
  padding: 2px 0;
  color: #8C8B8B;
}
/* line 1429, ../sass/_main-base.scss */
aside ul.related-content,
aside ul.quick-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 1432, ../sass/_main-base.scss */
aside ul.related-content li,
aside ul.quick-links li {
  clear: both;
  position: relative;
  padding-left: 60px;
  min-height: 40px;
}
/* line 1438, ../sass/_main-base.scss */
aside ul.related-content .small-icon,
aside ul.quick-links .small-icon {
  width: 30px;
  height: 30px;
  border: 1px solid black;
  position: absolute;
  left: 10px;
  top: 10px;
}
/* line 1446, ../sass/_main-base.scss */
aside ul.related-content a,
aside ul.quick-links a {
  border: 0 none;
  display: inline-block;
  margin-top: 15px;
}
/* line 1453, ../sass/_main-base.scss */
aside .share {
  margin-bottom: 20px;
}
/* line 1455, ../sass/_main-base.scss */
aside .share a {
  padding: 0 5px 0 0;
}
/* line 1457, ../sass/_main-base.scss */
aside .share a:last-of-type {
  padding-right: 0;
}

/* Three Column template Specific */
/* line 1469, ../sass/_main-base.scss */
.three-col aside .sidebar-headline {
  padding: 10px;
}

/* Hide / Show classes */
/* line 1476, ../sass/_main-base.scss */
.desktop {
  display: block;
}

/* line 1479, ../sass/_main-base.scss */
.mobile {
  display: none;
}

/* jQuery UI Autocomplete */
/* line 1484, ../sass/_main-base.scss */
.ui-widget {
  font-size: 14px;
}

/* line 1487, ../sass/_main-base.scss */
.ui-menu .ui-menu-item {
  padding: 7px 1em 6px .4em;
}

/* line 1490, ../sass/_main-base.scss */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus,
.ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: #EDE3CF;
}

/* line 1495, ../sass/_main-base.scss */
.ui-autocomplete {
  z-index: 999999999;
}

/* =============================== Footer =============================== */
/*==================================================

	Footer CSS

================================================= */
/* line 8, ../sass/_footer.scss */
.pc footer a {
  font-size: 10px;
}
@-moz-document url-prefix() {
  /* line 12, ../sass/_footer.scss */
  .pc footer a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
  }
}
/* line 20, ../sass/_footer.scss */
footer {
  background-color: #2F2D2B;
  color: white;
}
/* line 24, ../sass/_footer.scss */
footer section {
  margin: 0;
}
/* line 28, ../sass/_footer.scss */
footer a {
  color: #a5a5a5;
  font-size: 0.6875em;
  text-decoration: none;
  border: 0 none;
  padding-bottom: 6px;
}
/* line 36, ../sass/_footer.scss */
footer .wrap {
  border-top: 3px solid #E51937;
}
/* line 40, ../sass/_footer.scss */
footer .footer-nav, footer .footer-utility {
  padding-bottom: 30px;
}
/* line 42, ../sass/_footer.scss */
footer .footer-nav .contact, footer .footer-utility .contact, footer .footer-nav aside .contact-person, aside footer .footer-nav .contact-person, footer .footer-utility aside .contact-person, aside footer .footer-utility .contact-person {
  border-left: 1px solid #565656;
  border-right: 1px solid #565656;
}
/* line 46, ../sass/_footer.scss */
footer .footer-nav ul, footer .footer-utility ul {
  margin-top: 0;
  margin-left: 0;
}
/* line 49, ../sass/_footer.scss */
footer .footer-nav ul:first-of-type, footer .footer-utility ul:first-of-type {
  padding-left: 0 !important;
}
/* line 53, ../sass/_footer.scss */
footer .footer-nav li, footer .footer-utility li {
  list-style-type: none;
  display: inline-block;
  width: 7em;
}
/* line 57, ../sass/_footer.scss */
footer .footer-nav li.header, footer .footer-utility li.header {
  margin-top: 20px;
  display: block;
  margin-bottom: 5px;
  font-size: 0.8125em;
}
/* line 62, ../sass/_footer.scss */
footer .footer-nav li.header a, footer .footer-utility li.header a {
  font-size: 1em;
  color: #fff;
}
/* line 69, ../sass/_footer.scss */
footer .partnership {
  border-top: 1px solid #565656;
  margin-top: 10px !important;
  padding-top: 20px;
}
/* line 73, ../sass/_footer.scss */
footer .partnership .copyright {
  font-size: 0.6875em;
  padding-left: 0 !important;
}
/* line 77, ../sass/_footer.scss */
footer .partnership .partnership-logo {
  float: right;
  margin-right: 20px;
}
/* line 82, ../sass/_footer.scss */
footer .footer-utility {
  background-color: #2F2D2B;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#2F2D2B));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(left, #3d3d3d, #2F2D2B);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, #3d3d3d, #2F2D2B);
  /* FF3.6 */
  background-image: -ms-linear-gradient(left, #3d3d3d, #2F2D2B);
  /* IE10 */
  background-image: -o-linear-gradient(left, #3d3d3d, #2F2D2B);
  /* Opera 11.10+ */
  background-image: linear-gradient(to right, #3d3d3d, #2f2d2b);
  height: 200px;
  padding: 30px 0;
}
/* line 85, ../sass/_footer.scss */
footer .footer-utility ul li {
  width: 100%;
}
/* line 88, ../sass/_footer.scss */
footer .footer-utility ul:first-of-type {
  padding-left: 1.25em !important;
}
/* line 96, ../sass/_footer.scss */
footer .footer-utility li {
  margin-bottom: 3px;
}
/* line 102, ../sass/_footer.scss */
footer.campaign-footer .footer-nav li, footer.campaign-footer .footer-utility li {
  width: auto;
  margin: 10px 10px 0 0;
}

/* ==========================================================================
   Media Query - Phone
   ========================================================================== */
@media screen and (max-width: 640px) {
  /* line 118, ../sass/_footer.scss */
  footer {
    padding-bottom: 20px;
  }
  /* line 120, ../sass/_footer.scss */
  footer a {
    display: block;
    font-size: 0.75em;
    padding: 12px 0;
  }
  /* line 126, ../sass/_footer.scss */
  footer .footer-nav .contact, footer .footer-utility .contact, footer .footer-nav aside .contact-person, aside footer .footer-nav .contact-person, footer .footer-utility aside .contact-person, aside footer .footer-utility .contact-person {
    border: 0 none;
  }
  /* line 129, ../sass/_footer.scss */
  footer .footer-nav ul, footer .footer-utility ul {
    margin-top: 20px;
  }
  /* line 131, ../sass/_footer.scss */
  footer .footer-nav ul:first-of-type, footer .footer-utility ul:first-of-type {
    padding-left: 0.9375em !important;
  }
  /* line 135, ../sass/_footer.scss */
  footer .footer-nav li, footer .footer-utility li {
    display: block;
    width: auto;
    margin: 2px 0;
  }
  /* line 139, ../sass/_footer.scss */
  footer .footer-nav li.header, footer .footer-utility li.header {
    margin: 10px 0 20px;
  }
  /* line 144, ../sass/_footer.scss */
  footer .partnership {
    clear: both;
    border: 0 none;
    width: 100% !important;
  }
  /* line 148, ../sass/_footer.scss */
  footer .partnership .copyright {
    font-size: 0.75em;
    left: 20px;
    width: 95%;
  }
  /* line 153, ../sass/_footer.scss */
  footer .partnership .partnership-logo {
    float: left;
    margin: 20px 0 0 16px;
  }
  /* line 159, ../sass/_footer.scss */
  footer .footer-utility {
    height: auto;
    padding: 0;
    background-color: #2F2D2B;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2F2D2B), to(#2F2D2B));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(left, #2F2D2B, #2F2D2B);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(left, #2F2D2B, #2F2D2B);
    /* FF3.6 */
    background-image: -ms-linear-gradient(left, #2F2D2B, #2F2D2B);
    /* IE10 */
    background-image: -o-linear-gradient(left, #2F2D2B, #2F2D2B);
    /* Opera 11.10+ */
    background-image: linear-gradient(to right, #2f2d2b, #2f2d2b);
    border-top: 1px solid #565656;
    border-bottom: 1px solid #565656;
  }
  /* line 168, ../sass/_footer.scss */
  footer.campaign-footer .row {
    padding-left: 10px;
  }
}
/* ==========================================================================
   Media Query - Large Breakpoint (Fixing major issues between Desktop and Mobile)
   ========================================================================== */
@media (max-width: 1200px) {
  /* line 1510, ../sass/_main-base.scss */
  #hero .carousel .slides-container img.slide-img, #hero .banner .slides-container img.slide-img {
    min-width: 0;
    left: auto;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  /* line 1520, ../sass/_main-base.scss */
  #hero .carousel .slides-container, #hero .banner .slides-container {
    overflow-y: hidden;
  }
  /* line 1522, ../sass/_main-base.scss */
  #hero .carousel .slides-container img.slide-img, #hero .banner .slides-container img.slide-img {
    width: 132%;
  }
  /* line 1529, ../sass/_main-base.scss */
  #hero .banner .image-container img.slide-img {
    width: 132%;
  }
}
@media screen and (min-width: 1201px) {
  /* line 1540, ../sass/_main-base.scss */
  #hero .carousel .slides-container, #hero .banner .slides-container {
    overflow-y: hidden;
  }
  /* line 1542, ../sass/_main-base.scss */
  #hero .carousel .slides-container img.slide-img, #hero .banner .slides-container img.slide-img {
    width: 100%;
  }
  /* line 1549, ../sass/_main-base.scss */
  #hero .banner .image-container img.slide-img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  /* line 1560, ../sass/_main-base.scss */
  #hero .carousel .slides-container, #hero .banner .slides-container {
    overflow-y: hidden;
  }
  /* line 1562, ../sass/_main-base.scss */
  #hero .carousel .slides-container img.slide-img, #hero .banner .slides-container img.slide-img {
    height: auto;
  }
  /* line 1567, ../sass/_main-base.scss */
  #hero .banner-text {
    margin-top: 5%;
  }
}
/* ==========================================================================
   Media Query - Breakpoint and Up
   ========================================================================== */
@media screen and (min-width: 640px) {
  /* line 1582, ../sass/_main-base.scss */
  body {
    background-color: #FFF;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E7E7E7), to(#FFF));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #E7E7E7, #FFF);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #E7E7E7, #FFF);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #E7E7E7, #FFF);
    /* IE10 */
    background-image: -o-linear-gradient(top, #E7E7E7, #FFF);
    /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, #e7e7e7, #ffffff);
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  /* line 1587, ../sass/_main-base.scss */
  .breadcrumbs {
    margin-top: -5px;
    margin-bottom: 25px;
  }
}
/* ==========================================================================
   Media Query - Inbetween main breakpoints
   ========================================================================== */
/* Add padding so content isn't flush against left and right sides */
@media screen and (min-width: 641px) and (max-width: 960px) {
  /* line 1619, ../sass/_main-base.scss */
  header, footer, .breadcrumbs {
    padding: 0px 10px !important;
  }

  /* line 1622, ../sass/_main-base.scss */
  ul.left-nav {
    padding-left: 10px;
  }

  /* line 1626, ../sass/_main-base.scss */
  .main-wrap.breadcrumbs {
    white-space: nowrap;
  }
}
/* ==========================================================================
   Media Query - Phone
   ========================================================================== */
@media screen and (max-width: 640px) {
  /* line 1638, ../sass/_main-base.scss */
  * {
    cursor: initial;
  }

  /* line 1643, ../sass/_main-base.scss */
  section.large-8, section.medium-8, section.large-9, section.medium-9 {
    width: 100%;
  }

  /* line 1650, ../sass/_main-base.scss */
  aside.large-4, aside.medium-4, aside.large-3, aside.medium-3 {
    width: 100%;
  }

  /* line 1658, ../sass/_main-base.scss */
  .search .row .large-3.medium-3 {
    width: 100%;
  }

  /* line 1665, ../sass/_main-base.scss */
  ul.large-3, ul.medium-3 {
    width: 94%;
  }

  /* line 1670, ../sass/_main-base.scss */
  section ul.large-3, section ul.medium-3 {
    width: 100%;
  }

  /* line 1675, ../sass/_main-base.scss */
  .home-services, .home-insights {
    width: 100%;
  }

  /* line 1680, ../sass/_main-base.scss */
  body {
    padding-top: 52px;
  }

  /* line 1684, ../sass/_main-base.scss */
  .main-wrap:not(.breadcrumbs), .wrap {
    padding: 0;
  }

  /* line 1688, ../sass/_main-base.scss */
  .main-wrap.breadcrumbs {
    margin-top: 15px;
    margin-bottom: -18px;
    white-space: nowrap;
  }

  /* line 1695, ../sass/_main-base.scss */
  section.title {
    margin-top: 10px;
  }

  /* line 1700, ../sass/_main-base.scss */
  h2 {
    font-size: 1.5625em;
  }

  /* line 1704, ../sass/_main-base.scss */
  .desktop {
    display: none;
  }

  /* line 1707, ../sass/_main-base.scss */
  .mobile {
    display: block;
  }

  /* line 1713, ../sass/_main-base.scss */
  .search .search-heads {
    display: none;
  }
  /* line 1716, ../sass/_main-base.scss */
  .search .file-link {
    margin-bottom: 6px;
    padding-left: 45px;
  }
  /* line 1719, ../sass/_main-base.scss */
  .search .file-link img {
    top: 7px;
  }
  /* line 1724, ../sass/_main-base.scss */
  .search .related-search ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  /* line 1730, ../sass/_main-base.scss */
  .search .template-search {
    display: block;
  }
  /* line 1732, ../sass/_main-base.scss */
  .search .template-search label {
    vertical-align: 2px;
  }
  /* line 1735, ../sass/_main-base.scss */
  .search .template-search .search-box {
    max-width: 210px;
    font-size: 16px;
  }
  /* line 1739, ../sass/_main-base.scss */
  .search .template-search input[type=button] {
    top: -7px;
  }
  /* line 1743, ../sass/_main-base.scss */
  .search .row:not(.view-more-block):not(.related-search) {
    border-bottom: 0;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    padding-bottom: 0;
  }
  /* line 1748, ../sass/_main-base.scss */
  .search .row:not(.view-more-block):not(.related-search) .columns:last-of-type p {
    font-style: italic;
    color: #8C8B8B;
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
  }

  /* line 1758, ../sass/_main-base.scss */
  .breadcrumbs ul {
    margin-top: -10px;
    display: inline-block;
  }
  /* line 1761, ../sass/_main-base.scss */
  .breadcrumbs ul li {
    white-space: nowrap;
  }
  /* line 1763, ../sass/_main-base.scss */
  .breadcrumbs ul li a {
    line-height: 40px;
    padding-bottom: 0;
  }

  /* line 1772, ../sass/_main-base.scss */
  #hero {
    min-height: 280px;
  }
  /* line 1774, ../sass/_main-base.scss */
  #hero .button {
    padding: 11px 50px 11px 17px;
    text-align: left;
    width: auto;
    display: inline-block;
  }
  /* line 1779, ../sass/_main-base.scss */
  #hero .button img {
    right: 17px !important;
    top: 12px !important;
    float: right;
    position: absolute !important;
  }
  /* line 1787, ../sass/_main-base.scss */
  #hero .banner .image-container {
    height: 325px !important;
  }
  /* line 1789, ../sass/_main-base.scss */
  #hero .banner .image-container img.slide-img {
    max-height: 325px;
    right: -700px;
  }
  /* line 1795, ../sass/_main-base.scss */
  #hero .banner-text {
    margin-top: 30px;
  }
  /* line 1800, ../sass/_main-base.scss */
  #hero .carousel .slides-container img.slide-img, #hero .banner .slides-container img.slide-img {
    right: -700px;
  }
  /* line 1805, ../sass/_main-base.scss */
  #hero .carousel .wrap .thumb, #hero .banner .wrap .thumb {
    width: 60px;
    height: 35px;
  }
  /* line 1808, ../sass/_main-base.scss */
  #hero .carousel .wrap .thumb img, #hero .banner .wrap .thumb img {
    -webkit-transform: scale(2.4);
    -o-transform: scale(2.4);
    transform: scale(2.4);
    top: 9px;
  }
  /* line 1812, ../sass/_main-base.scss */
  #hero .carousel .wrap .thumb.active, #hero .banner .wrap .thumb.active {
    height: 44px;
  }
  /* line 1814, ../sass/_main-base.scss */
  #hero .carousel .wrap .thumb.active img, #hero .banner .wrap .thumb.active img {
    -webkit-transform: scale(3.7);
    -o-transform: scale(3.7);
    transform: scale(3.7);
  }
  /* line 1821, ../sass/_main-base.scss */
  #hero .alert, #hero .alert-sm {
    padding-bottom: 34px;
  }
  /* line 1823, ../sass/_main-base.scss */
  #hero .alert .alert-head, #hero .alert-sm .alert-head {
    padding: 24px 0 20px;
  }
  /* line 1826, ../sass/_main-base.scss */
  #hero .alert .close-alert, #hero .alert-sm .close-alert {
    float: right;
    font-style: normal;
    color: white;
    cursor: pointer;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }
  /* line 1833, ../sass/_main-base.scss */
  #hero .alert .wrap, #hero .alert-sm .wrap {
    width: 90%;
  }
  /* line 1836, ../sass/_main-base.scss */
  #hero .alert .alert-text, #hero .alert-sm .alert-text {
    max-height: 200px;
    overflow: auto;
  }

  /* line 1846, ../sass/_main-base.scss */
  .back-to-top .button {
    padding: 0px 25px 18px;
    font-size: 0.8125em;
    width: auto;
  }
  /* line 1850, ../sass/_main-base.scss */
  .back-to-top .button .orange-arrow {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 24px solid #CF9121;
    top: -15px;
    left: 32px;
  }
  /* line 1857, ../sass/_main-base.scss */
  .back-to-top .button .icon-arrow-up {
    font-size: 30px;
  }

  /* Play Button */
  /* line 1865, ../sass/_main-base.scss */
  .video-play {
    top: 28%;
  }

  /* line 1868, ../sass/_main-base.scss */
  .play-border {
    width: 70px;
    height: 70px;
  }

  /* line 1872, ../sass/_main-base.scss */
  .play-button {
    top: 8px;
    left: 36%;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 32px solid #FFF;
  }

  /* Primary Category styles */
  /* line 1884, ../sass/_main-base.scss */
  .headliners {
    padding: 40px 30px 0;
    margin: 20px 0 0;
  }
  /* line 1888, ../sass/_main-base.scss */
  .headliners .columns .item {
    margin-bottom: 30px;
  }
  /* line 1890, ../sass/_main-base.scss */
  .headliners .columns .item img {
    width: 100%;
  }

  /* line 1897, ../sass/_main-base.scss */
  .publications img, .publications span {
    width: 100%;
    margin: 2px 0 8px;
  }
  /* line 1901, ../sass/_main-base.scss */
  .publications span {
    height: 83px;
  }

  /* Insights Listing Template */
  /* line 1909, ../sass/_main-base.scss */
  .archive .archive-image, .press-room .archive-image {
    width: 50%;
    padding: 10px 20px 20px 0;
  }
  /* line 1913, ../sass/_main-base.scss */
  .archive a.more, .press-room a.more {
    float: right;
  }
  /* line 1916, ../sass/_main-base.scss */
  .archive .share, .press-room .share {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 10px;
  }

  /* Press Room Template */
  /* line 1925, ../sass/_main-base.scss */
  .press-room .img .frame {
    margin-bottom: 20px;
  }
  /* line 1928, ../sass/_main-base.scss */
  .press-room .header-block {
    padding-left: 0;
  }

  /* Featured Content */
  /* line 1936, ../sass/_main-base.scss */
  .featured-content .media img, .featured-content-small .media img {
    width: 85%;
    margin: auto;
    display: block;
  }
  /* line 1942, ../sass/_main-base.scss */
  .featured-content .headline, .featured-content-small .headline {
    padding: 5px 0 15px;
  }

  /* line 1948, ../sass/_main-base.scss */
  .press-release .featured-content, .press-release .featured-content-small, .article .featured-content, .article .featured-content-small {
    width: 100%;
    margin-right: 0;
  }
  /* line 1951, ../sass/_main-base.scss */
  .press-release .featured-content img, .press-release .featured-content-small img, .article .featured-content img, .article .featured-content-small img {
    display: block;
  }

  /* Custom 5 column */
  /* line 1959, ../sass/_main-base.scss */
  .custom-5col .columns {
    width: 100%;
  }

  /* line 1966, ../sass/_main-base.scss */
  .article.visitor.has-featured-content .article-text:after {
    width: 100%;
  }

  /* Sidebar */
  /* line 1973, ../sass/_main-base.scss */
  aside {
    /* Related Sidebar */
  }
  /* line 1974, ../sass/_main-base.scss */
  aside article {
    min-height: 184px;
  }
  /* line 9, ../sass/_mixins.scss */
  aside article:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 1980, ../sass/_main-base.scss */
  aside .contact-person article {
    min-height: 78px;
  }
  /* line 1983, ../sass/_main-base.scss */
  aside .contact-person .image-thumb, aside .contact-person .related article .image-thumb-icon, aside .related article .contact-person .image-thumb-icon, aside .contact-person .quick-links article .image-thumb-icon, aside .quick-links article .contact-person .image-thumb-icon {
    width: auto;
    max-height: 78px;
  }
  /* line 1992, ../sass/_main-base.scss */
  aside .related .sidebar-headline,
  aside .quick-links .sidebar-headline {
    padding: 17px 8% 13px;
  }
  /* line 1995, ../sass/_main-base.scss */
  aside .related article,
  aside .quick-links article {
    min-height: 0;
  }
  /* line 1997, ../sass/_main-base.scss */
  aside .related article .related-subtitle,
  aside .quick-links article .related-subtitle {
    text-transform: uppercase;
    font-style: normal;
    color: #8C8B8B;
    font-size: 0.75em;
  }
  /* line 2003, ../sass/_main-base.scss */
  aside .related article a,
  aside .quick-links article a {
    font-size: 0.875em;
    display: block;
    font-weight: 500;
  }
  /* line 2008, ../sass/_main-base.scss */
  aside .related article p,
  aside .quick-links article p {
    font-size: 0.875em;
    display: block;
    font-weight: 500;
    padding: 2px 0;
    color: #8C8B8B;
  }
}
/* IE7 Fix */
/* line 2025, ../sass/_main-base.scss */
.ie7 {
  /*.location, #hero, .icon-arrow {
  	display: none !important;
  }*/
}
/* line 2027, ../sass/_main-base.scss */
.ie7 .main-menu li {
  float: left !important;
}
/* line 2035, ../sass/_main-base.scss */
.ie7 .utility-menu * {
  z-index: 5;
}
/* line 2038, ../sass/_main-base.scss */
.ie7 .utility-menu input[type="text"], .ie7 .utility-menu input[type="password"] {
  width: 240px;
}
/* line 2041, ../sass/_main-base.scss */
.ie7 .utility-menu ul {
  float: right;
}
/* line 2043, ../sass/_main-base.scss */
.ie7 .utility-menu ul li {
  display: inline;
  margin-top: -15px;
  width: auto;
}
/* line 2047, ../sass/_main-base.scss */
.ie7 .utility-menu ul li a {
  display: block;
}
/* line 2050, ../sass/_main-base.scss */
.ie7 .utility-menu ul li.client-login {
  margin-top: 0;
}
/* line 2055, ../sass/_main-base.scss */
.ie7 .utility-menu input#remember-me, .ie7 .utility-menu label.remember-me {
  float: left;
}
/* line 2058, ../sass/_main-base.scss */
.ie7 .utility-menu label.remember-me {
  margin-top: 10px;
}
/* line 2061, ../sass/_main-base.scss */
.ie7 .utility-menu button {
  background-color: #9A9794;
  float: right;
  min-width: 130px;
}
/* line 2067, ../sass/_main-base.scss */
.ie7 .utility-menu .location-wrap label {
  float: left;
  padding-right: 5px;
}
/* line 2071, ../sass/_main-base.scss */
.ie7 .utility-menu .location-wrap .location-set {
  width: auto !important;
}
/* line 2074, ../sass/_main-base.scss */
.ie7 .utility-menu .location-wrap .location-set select {
  background: #FFF;
  outline: 0;
  border: 0;
  width: auto !important;
}
/* line 2079, ../sass/_main-base.scss */
.ie7 .utility-menu .location-wrap .location-set select option {
  background-color: #FFF;
}
/* line 2085, ../sass/_main-base.scss */
.ie7 .utility-menu .login-active {
  margin-top: -3px !important;
}
/* line 2087, ../sass/_main-base.scss */
.ie7 .utility-menu .login-active span {
  margin: -12px 0;
  display: block;
}
/* line 2094, ../sass/_main-base.scss */
.ie7 .menu-search input[type="button"] {
  margin-top: -1px;
  width: 115px;
}
/* line 2099, ../sass/_main-base.scss */
.ie7 #hero .carousel .slides-container .slide, .ie7 #hero .banner .slides-container .slide {
  min-width: 100%;
}
/* line 2102, ../sass/_main-base.scss */
.ie7 #hero .carousel .thumbs, .ie7 #hero .banner .thumbs {
  display: none;
}
/* line 2105, ../sass/_main-base.scss */
.ie7 .logo-container .mini-menu + span {
  display: block;
}

/* IE8 Fix */
/* line 2112, ../sass/_main-base.scss */
.lt-ie9 .carousel, .lt-ie9 #hero .banner, #hero .lt-ie9 .banner {
  display: block !important;
}
/* line 2115, ../sass/_main-base.scss */
.lt-ie9 .icon-arrow {
  display: none;
}
/* line 2119, ../sass/_main-base.scss */
.lt-ie9 .utility-menu ul {
  float: right;
}
/* line 2122, ../sass/_main-base.scss */
.lt-ie9 .utility-menu .location-wrap {
  width: 80%;
  float: right;
}
/* line 2126, ../sass/_main-base.scss */
.lt-ie9 .utility-menu .location-set {
  width: auto !important;
  background: none;
}
/* line 2130, ../sass/_main-base.scss */
.lt-ie9 .utility-menu select {
  padding-right: 0;
  width: 100% !important;
}


