/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ========================================================================== HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

/** Correct `inline-block` display not defined in IE 8/9. */
audio, canvas, video { display: inline-block; }

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/** Address `[hidden]` styling not present in IE 8/9. Hide the `template` element in IE, Safari, and Firefox < 22. */
[hidden], template { display: none; }

/* ========================================================================== Base ========================================================================== */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove default margin. */
body { margin: 0; }

/* ========================================================================== Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a { background: transparent; }

/** Address `outline` inconsistency between Chrome and other browsers. */
a:focus { outline: thin dotted; }

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

/* ========================================================================== Typography ========================================================================== */
/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari 5, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

/** Address styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b, strong { font-weight: bold; }

/** Address styling not present in Safari 5 and Chrome. */
dfn { font-style: italic; }

/** Address differences between Firefox and other browsers. */
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

/** Address styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }

/** Correct font family set oddly in Safari 5 and Chrome. */
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }

/** Improve readability of pre-formatted text in all browsers. */
pre { white-space: pre-wrap; }

/** Set consistent quote types. */
q { quotes: "\201C" "\201D" "\2018" "\2019"; }

/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* ========================================================================== Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9. */
img { border: 0; }

/** Correct overflow displayed oddly in IE 9. */
svg:not(:root) { overflow: hidden; }

/* ========================================================================== Figures ========================================================================== */
/** Address margin not present in IE 8/9 and Safari 5. */
figure { margin: 0; }

/* ========================================================================== Forms ========================================================================== */
/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

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

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
button, input { line-height: normal; }

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. Correct `select` style inheritance in Firefox 4+ and Opera. */
button, select { text-transform: none; }

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

/** 1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

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

/** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** 1. Remove default vertical scrollbar in IE 8/9. 2. Improve readability and alignment in all browsers. */
textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }

/* ========================================================================== Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

/** Media Queries */
/** Mobile Nav */
/** Media Query Sizes */
meta.foundation-mq-small { font-family: "only screen and (min-width: 48em)"; width: 48em; }

meta.foundation-mq-medium { font-family: "only screen and (min-width:80em)"; width: 80em; }

meta.foundation-mq-large { font-family: "only screen and (min-width:90em)"; width: 90em; }

*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

html, body { font-size: 16px; }

body { background: #fff; color: #222; padding: 0; margin: 0; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; line-height: 1; position: relative; cursor: default; }

a:hover { cursor: pointer; }

img, object, embed { max-width: 100%; height: auto; }

object, embed { height: 100%; }

img { -ms-interpolation-mode: bicubic; }

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object { max-width: none !important; }

.left { float: left !important; }

.right { float: right !important; }

.text-left { text-align: left !important; }

.text-right { text-align: right !important; }

.text-center { text-align: center !important; }

.text-justify { text-align: justify !important; }

.hide { display: none; }

.antialiased { -webkit-font-smoothing: antialiased; }

img { display: inline-block; vertical-align: middle; }

textarea { height: auto; min-height: 50px; }

select { width: 100%; }

/* Grid HTML Classes */
.row { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 62.5em; *zoom: 1; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }
.row.collapse > .column, .row.collapse > .columns { position: relative; padding-left: 0; padding-right: 0; float: left; }
.row.collapse .row { margin-left: 0; margin-right: 0; }
.row .row { width: auto; margin-left: -0.9375em; margin-right: -0.9375em; margin-top: 0; margin-bottom: 0; max-width: none; *zoom: 1; }
.row .row:before, .row .row:after { content: " "; display: table; }
.row .row:after { clear: both; }
.row .row.collapse { width: auto; margin: 0; max-width: none; *zoom: 1; }
.row .row.collapse:before, .row .row.collapse:after { content: " "; display: table; }
.row .row.collapse:after { clear: both; }

.column, .columns { position: relative; padding-left: 0.9375em; padding-right: 0.9375em; width: 100%; float: left; }

@media only screen { .column, .columns { position: relative; padding-left: 0.9375em; padding-right: 0.9375em; float: left; }
  .small-1 { position: relative; width: 8.33333%; }
  .small-2 { position: relative; width: 16.66667%; }
  .small-3 { position: relative; width: 25%; }
  .small-4 { position: relative; width: 33.33333%; }
  .small-5 { position: relative; width: 41.66667%; }
  .small-6 { position: relative; width: 50%; }
  .small-7 { position: relative; width: 58.33333%; }
  .small-8 { position: relative; width: 66.66667%; }
  .small-9 { position: relative; width: 75%; }
  .small-10 { position: relative; width: 83.33333%; }
  .small-11 { position: relative; width: 91.66667%; }
  .small-12 { position: relative; width: 100%; }
  .small-offset-0 { position: relative; margin-left: 0%; }
  .small-offset-1 { position: relative; margin-left: 8.33333%; }
  .small-offset-2 { position: relative; margin-left: 16.66667%; }
  .small-offset-3 { position: relative; margin-left: 25%; }
  .small-offset-4 { position: relative; margin-left: 33.33333%; }
  .small-offset-5 { position: relative; margin-left: 41.66667%; }
  .small-offset-6 { position: relative; margin-left: 50%; }
  .small-offset-7 { position: relative; margin-left: 58.33333%; }
  .small-offset-8 { position: relative; margin-left: 66.66667%; }
  .small-offset-9 { position: relative; margin-left: 75%; }
  .small-offset-10 { position: relative; margin-left: 83.33333%; }
  [class*="column"] + [class*="column"]:last-child { float: right; }
  [class*="column"] + [class*="column"].end { float: left; }
  .column.small-centered, .columns.small-centered { position: relative; margin-left: auto; margin-right: auto; float: none !important; } }
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 48em) { .large-1 { position: relative; width: 8.33333%; }
  .large-2 { position: relative; width: 16.66667%; }
  .large-3 { position: relative; width: 25%; }
  .large-4 { position: relative; width: 33.33333%; }
  .large-5 { position: relative; width: 41.66667%; }
  .large-6 { position: relative; width: 50%; }
  .large-7 { position: relative; width: 58.33333%; }
  .large-8 { position: relative; width: 66.66667%; }
  .large-9 { position: relative; width: 75%; }
  .large-10 { position: relative; width: 83.33333%; }
  .large-11 { position: relative; width: 91.66667%; }
  .large-12 { position: relative; width: 100%; }
  .row .large-offset-0 { position: relative; margin-left: 0%; }
  .row .large-offset-1 { position: relative; margin-left: 8.33333%; }
  .row .large-offset-2 { position: relative; margin-left: 16.66667%; }
  .row .large-offset-3 { position: relative; margin-left: 25%; }
  .row .large-offset-4 { position: relative; margin-left: 33.33333%; }
  .row .large-offset-5 { position: relative; margin-left: 41.66667%; }
  .row .large-offset-6 { position: relative; margin-left: 50%; }
  .row .large-offset-7 { position: relative; margin-left: 58.33333%; }
  .row .large-offset-8 { position: relative; margin-left: 66.66667%; }
  .row .large-offset-9 { position: relative; margin-left: 75%; }
  .row .large-offset-10 { position: relative; margin-left: 83.33333%; }
  .row .large-offset-11 { position: relative; margin-left: 91.66667%; }
  .push-1 { position: relative; left: 8.33333%; right: auto; }
  .pull-1 { position: relative; right: 8.33333%; left: auto; }
  .push-2 { position: relative; left: 16.66667%; right: auto; }
  .pull-2 { position: relative; right: 16.66667%; left: auto; }
  .push-3 { position: relative; left: 25%; right: auto; }
  .pull-3 { position: relative; right: 25%; left: auto; }
  .push-4 { position: relative; left: 33.33333%; right: auto; }
  .pull-4 { position: relative; right: 33.33333%; left: auto; }
  .push-5 { position: relative; left: 41.66667%; right: auto; }
  .pull-5 { position: relative; right: 41.66667%; left: auto; }
  .push-6 { position: relative; left: 50%; right: auto; }
  .pull-6 { position: relative; right: 50%; left: auto; }
  .push-7 { position: relative; left: 58.33333%; right: auto; }
  .pull-7 { position: relative; right: 58.33333%; left: auto; }
  .push-8 { position: relative; left: 66.66667%; right: auto; }
  .pull-8 { position: relative; right: 66.66667%; left: auto; }
  .push-9 { position: relative; left: 75%; right: auto; }
  .pull-9 { position: relative; right: 75%; left: auto; }
  .push-10 { position: relative; left: 83.33333%; right: auto; }
  .pull-10 { position: relative; right: 83.33333%; left: auto; }
  .push-11 { position: relative; left: 91.66667%; right: auto; }
  .pull-11 { position: relative; right: 91.66667%; left: auto; }
  .column.large-centered, .columns.large-centered { position: relative; margin-left: auto; margin-right: auto; float: none !important; }
  .column.large-uncentered, .columns.large-uncentered { margin-left: 0; margin-right: 0; float: left !important; }
  .column.large-uncentered.opposite, .columns.large-uncentered.opposite { float: right !important; } }
.reveal-modal-bg { position: fixed; height: 100%; width: 100%; background: #000; background: rgba(0, 0, 0, 0.45); z-index: 98; display: none; top: 0; left: 0; }

.reveal-modal { visibility: hidden; display: none; position: absolute; left: 50%; z-index: 99; height: auto; margin-left: -40%; width: 80%; background-color: #fff; padding: 1.25em; border: solid 1px #666; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); top: 50px; }
.reveal-modal .column, .reveal-modal .columns { min-width: 0; }
.reveal-modal > :first-child { margin-top: 0; }
.reveal-modal > :last-child { margin-bottom: 0; }
.reveal-modal .close-reveal-modal { font-size: 1.375em; line-height: 1; position: absolute; top: 0.5em; right: 0.6875em; color: #aaa; font-weight: bold; cursor: pointer; }

@media only screen and (min-width: 48em) { .reveal-modal { padding: 1.875em; top: 6.25em; }
  .reveal-modal.tiny { margin-left: -15%; width: 30%; }
  .reveal-modal.small { margin-left: -20%; width: 40%; }
  .reveal-modal.medium { margin-left: -30%; width: 60%; }
  .reveal-modal.large { margin-left: -35%; width: 70%; }
  .reveal-modal.xlarge { margin-left: -47.5%; width: 95%; } }
@media print { .reveal-modal { background: #fff !important; } }
body { font-family: "Ideal Sans A", "Ideal Sans B", Arial, sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

h1, h2, h3, h4, h5, h6 { font-weight: 500; }

.column.collapse, .columns.collapse { padding-left: 0; padding-right: 0; }

.table { display: table; }

.table--fullWidth { width: 100%; }

.table-row { display: table-row; }

.table-col { display: table-cell; vertical-align: middle; }

.outer-wrap { overflow: hidden; position: relative; }

.ms-parent { margin-bottom: 15px; }

@media only screen { .main-wrapper { -moz-transition: all 300ms ease-in; -o-transition: all 300ms ease-in; -webkit-transition: all 300ms ease-in; transition: all 300ms ease-in; }
  .main-wrapper.on { -moz-transform: translate3d(-280px, 0, 0); -webkit-transform: translate3d(-280px, 0, 0); transform: translate3d(-280px, 0, 0); } }
@media only screen and (min-width: 48em) { .main-wrapper.on { -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

@media print { html { width: 1400px; }
  header, footer, .sidebar, .sidebar-action, .sidebar-related, .hero, .btn, .attachments, nav { display: none; }
  body { padding: 0px; width: 1200px; }
  .typography p { font-size: 16px; }
  img { max-width: 500px; } }
.hide-select { visibility: hidden; }

.filter-category { border: 1px solid #E3E3E3; border-radius: 3px; position: relative; outline: none; }
.filter-category .select2-container--default .select2-selection--single .select2-selection__placeholder { color: #44AED2; }
.filter-category .select2-container--default .select2-selection--single { border: none; }
.filter-category .select2-container--default .select2-selection--single .select2-selection__arrow { top: 14px; right: 25px; height: auto; }
.filter-category .select2-container--default .select2-selection--single .select2-selection__arrow b { display: block; width: 100%; height: 100%; border: 0; color: #44AED2; }
.filter-category .select2-container--default .select2-selection--single .select2-selection__arrow b:before { font-family: 'ndep-icons'; content: "\e60d"; font-size: 20px; }
.filter-category .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #44AED2 !important; color: white; }
.filter-category .select2-container--default .select2-selection--single .select2-selection__rendered { color: #44AED2; }
.filter-category li.select2-results__option { padding: 15px; }

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 { color: #5E5F5F; margin: 15px 0 25px; }
.typography h1 { position: relative; padding: 0 0 30px; margin: 0 0 60px; }
.typography h1:before { content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 1px; overflow: hidden; background: #F7941E; }
.typography h2 { font-size: 28px; }
.typography a { color: #44AED2; text-decoration: none; }
.typography a:hover { text-decoration: underline; color: #2e9abf; transition: all 250ms ease-in-out; }
.typography h3 { font-size: 24px; }
.typography ul, .typography ol { color: #878889; margin: 0 0 30px; line-height: 26px; }
.typography ul ul, .typography ul ol, .typography ol ul, .typography ol ol { margin: 0; }
.typography ul li, .typography ol li { margin: 5px 0; }
.typography ul li a, .typography ol li a { color: #44AED2; text-decoration: none; }
.typography ul li a:hover, .typography ol li a:hover { text-decoration: underline; color: #2e9abf; transition: all 250ms ease-in-out; }
.typography p { color: #878889; line-height: 26px; margin: 10px 0 25px; }
.typography p a { color: #44AED2; text-decoration: none; }
.typography p a:hover { text-decoration: underline; color: #2e9abf; transition: all 250ms ease-in-out; }
.typography img { margin: 10px 10px 10px 0; }
.typography figure { display: block !important; margin: 20px 10px 20px 0; }
.typography figure figcaption { padding: 10px; font-style: italic; font-size: 13px; color: #A8A8A8; line-height: 1.4em; display: block; caption-side: bottom; background: #E3E3E3; }
.typography figure img { margin: 0; padding: 0; width: 100%; }
.typography table tr:nth-child(even) { background-color: whitesmoke; }
.typography table td { padding: 3px 20px; }
.typography .sidebar-related { margin: 30px 0 60px 0px; }

@font-face { font-family: 'ndep-icons'; src: url("../fonts/ndep-icons.eot?fk8i9i"); src: url("../fonts/ndep-icons.eot?#iefixfk8i9i") format("embedded-opentype"), url("../fonts/ndep-icons.ttf?fk8i9i") format("truetype"), url("../fonts/ndep-icons.woff?fk8i9i") format("woff"), url("../fonts/ndep-icons.svg?fk8i9i#ndep-icons") format("svg"); font-weight: normal; font-style: normal; }
.icon, .ms-choice > div:before, .sidebar-nav ul ul li:before, .sidebar-accordion-title:before, .sidebar-accordion-list li:before, .categories-list a:before, .tabs-content-list li:before, .mp-menu .mp-level ul li a.mp-has-children:before, [class^="icon-"], [class*=" icon-"] { font-family: 'ndep-icons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-land:before { content: "\e900"; }

.icon-environment:before { content: "\e901"; }

.icon-air:before { content: "\e902"; }

.icon-water:before { content: "\e903"; }

.icon-check:before { content: "\e600"; }

.icon-calendar:before { content: "\e601"; }

.icon-printer:before { content: "\e602"; }

.icon-download:before { content: "\e603"; }

.icon-chevron-left-sign:before { content: "\e604"; }

.icon-chevron-right-sign:before { content: "\e605"; }

.icon-chevron-left:before { content: "\e606"; }

.icon-chevron-right:before, .sidebar-nav ul ul li:before, .sidebar-accordion-list li:before, .tabs-content-list li:before, .mp-menu .mp-level ul li a.mp-has-children:before { content: "\e607"; }

.icon-map-marker:before { content: "\e608"; }

.icon-caret-up:before { content: "\e609"; }

.icon-caret-down:before { content: "\e60a"; }

.icon-chevron-left-circle:before { content: "\e60b"; }

.icon-chevron-right-circle:before, .categories-list a:before { content: "\e60c"; }

.icon-caret-down-circle:before, .ms-choice > div:before, .sidebar-accordionWrap.is-collapsed .sidebar-accordion-title:before { content: "\e60d"; }

.icon-caret-up-circle:before, .sidebar-accordion-title:before { content: "\e60e"; }

.icon-font-resize:before { content: "\e60f"; }

.icon-tv:before { content: "\e610"; }

.btn { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; display: inline-block; *display: inline; zoom: 1; background: transparent; border: 1px solid transparent; border-radius: 3px; text-align: center; text-decoration: none; color: #ffffff; padding: 12px 18px; }
.btn:focus { outline: none; }
.btn:hover { transition: all 250ms ease-in-out; }

.btn--blue { background: #5AC3E6; border-color: #44AED2; color: #ffffff !important; }
.btn--blue:hover { background-color: #37b6e1; text-decoration: none !important; }

.btn--blueDark { background: #44AED2; border-color: #44AED2; color: #ffffff !important; }
.btn--blueDark:hover { background-color: #2e9abf; text-decoration: none !important; }

.btn--orange { background: #F7941E; border-color: #FBA339; }

.btn--uppercase { text-transform: uppercase; font-size: 12px; line-height: 16px; font-weight: 500; }

.btn--back { border: 1px solid #E3E3E3; margin: 20px 0 10px 0px; position: relative; color: #44AED2; font-weight: 500; font-family: "Ideal Sans A", "Ideal Sans B", Arial, sans-serif; padding: 20px 20px; display: block; width: 270px; }
.btn--back:after { font-family: 'ndep-icons'; content: "\e605"; margin-left: 10px; font-size: 16px; }
.btn--back:hover { background: #44AED2; color: #ffffff !important; text-decoration: none !important; cursor: pointer; }

/* jQuery FlexSlider v2.5.0 http://www.woothemes.com/flexslider/  Copyright 2012 WooThemes Free to use under the GPLv2 and later license. http://www.gnu.org/licenses/gpl-2.0.html  Contributing author: Tyler Smith (@mbmufffin)  */
/* ==================================================================================================================== FONT-FACE ====================================================================================================================*/
@font-face { font-family: 'flexslider-icon'; src: url("fonts/flexslider-icon.eot"); src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg"); font-weight: normal; font-style: normal; }
/* ==================================================================================================================== RESETS ====================================================================================================================*/
.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus { outline: none; }

.slides, .slides > li, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; }

.flex-pauseplay span { text-transform: capitalize; }

/* ==================================================================================================================== BASE STYLES ====================================================================================================================*/
.flexslider { margin: 0; padding: 0; }

.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }

.flexslider .slides img { width: 100%; display: block; }

.flexslider .slides:after { content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

html[xmlns] .flexslider .slides { display: block; }

* html .flexslider .slides { height: 1%; }

.no-js .flexslider .slides > li:first-child { display: block; }

/* ==================================================================================================================== DEFAULT THEME ====================================================================================================================*/
.flexslider { margin: 0 0 60px; position: relative; zoom: 1; }

.flexslider .slides { zoom: 1; }

.flexslider .slides img { height: auto; }

.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }

.loading .flex-viewport { max-height: 300px; }

.carousel li { margin-right: 5px; }

.flex-direction-nav { *height: 0; }

.flex-direction-nav a { text-decoration: none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0, 0, 0, 0.8); text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; color: rgba(0, 0, 0, 0.8); text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before { content: '\f002'; }

.flex-direction-nav .flex-prev { left: -50px; }

.flex-direction-nav .flex-next { right: -50px; text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev { opacity: 0.7; left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover { opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next { opacity: 0.7; right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover { opacity: 1; }

.flex-direction-nav .flex-disabled { opacity: 0 !important; filter: alpha(opacity=0); cursor: default; }

.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }

.flex-pauseplay a:before { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }

.flex-pauseplay a:hover { opacity: 1; }

.flex-pauseplay a.flex-play:before { content: '\f003'; }

.flex-control-nav { width: 100%; position: absolute; bottom: -40px; text-align: center; }

.flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline; }

.flex-control-paging li a { width: 11px; height: 11px; display: block; background: #666; background: rgba(0, 0, 0, 0.5); cursor: pointer; text-indent: -9999px; -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }

.flex-control-paging li a:hover { background: #333; background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active { background: #000; background: rgba(0, 0, 0, 0.9); cursor: default; }

.flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }

.flex-control-thumbs li { width: 25%; float: left; margin: 0; }

.flex-control-thumbs img { width: 100%; height: auto; display: block; opacity: .7; cursor: pointer; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }

.flex-control-thumbs img:hover { opacity: 1; }

.flex-control-thumbs .flex-active { opacity: 1; cursor: default; }

/* ==================================================================================================================== RESPONSIVE ====================================================================================================================*/
@media screen and (max-width: 860px) { .flex-direction-nav .flex-prev { opacity: 1; left: 10px; }
  .flex-direction-nav .flex-next { opacity: 1; right: 10px; } }
.select2-container { box-sizing: border-box; display: inline-block; margin: 0; position: relative; vertical-align: middle; }

.select2-container .select2-selection--single { box-sizing: border-box; cursor: pointer; display: block; height: 45px; user-select: none; -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered { display: block; padding-left: 15px; padding-right: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { padding-right: 8px; padding-left: 20px; }

.select2-container .select2-selection--multiple { box-sizing: border-box; cursor: pointer; display: block; min-height: 32px; user-select: none; -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered { display: inline-block; overflow: hidden; padding-left: 8px; text-overflow: ellipsis; white-space: nowrap; }

.select2-container .select2-search--inline { float: left; }

.select2-container .select2-search--inline .select2-search__field { box-sizing: border-box; border: none; font-size: 100%; margin-top: 5px; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; }

.select2-dropdown { background-color: white; border: 1px solid #E3E3E3; border-radius: 3px; box-sizing: border-box; display: block; position: absolute; left: -100000px; width: 100%; z-index: 1051; }

.select2-results { display: block; }

.select2-results__options { list-style: none; margin: 0; padding: 0; }

.select2-results__option { padding: 6px; user-select: none; -webkit-user-select: none; }

.select2-results__option[aria-selected] { cursor: pointer; }

.select2-container--open .select2-dropdown { left: 0; }

.select2-container--open .select2-dropdown--above { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; }

.select2-search--dropdown { display: block; padding: 4px; }

.select2-search--dropdown .select2-search__field { padding: 4px; width: 100%; box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide { display: none; }

.select2-close-mask { border: 0; margin: 0; padding: 0; display: block; position: fixed; left: 0; top: 0; min-height: 100%; min-width: 100%; height: auto; width: auto; opacity: 0; z-index: 99; background-color: #fff; filter: alpha(opacity=0); }

.select2-hidden-accessible { border: 0 !important; clip: rect(0 0 0 0) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; }

.select2-container--default .select2-selection--single { background-color: #fff; border: 1px solid #aaa; border-radius: 3px; }

.select2-container--default .select2-selection--single .select2-selection__rendered { color: #999; line-height: 44px; }

.select2-container--default .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder { color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow { height: 44px; position: absolute; top: 1px; right: 4px; width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow { left: 1px; right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single { background-color: #eee; cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear { display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple { background-color: white; border: 1px solid #aaa; border-radius: 3px; cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered { box-sizing: border-box; list-style: none; margin: 0; padding: 0 5px; width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder { color: #999; margin-top: 5px; float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-top: 5px; margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; border-radius: 3px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: #999; cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline { float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple { border: solid black 1px; outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple { background-color: #eee; cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove { display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple { border-top-left-radius: 0; border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field { background: transparent; border: none; outline: 0; box-shadow: none; }

.select2-container--default .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] { padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] { color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] { background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option { padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group { padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option { margin-left: -1em; padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -2em; padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -3em; padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -4em; padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -5em; padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #44AED2; color: white; }

.select2-container--default .select2-results__group { cursor: default; display: block; padding: 6px; }

.select2-container--classic .select2-selection--single { background-color: #f7f7f7; border: 1px solid #aaa; border-radius: 3px; outline: 0; background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%); background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%); background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus { border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered { color: #444; line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder { color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow { background-color: #ddd; border: none; border-left: 1px solid #aaa; border-top-right-radius: 4px; border-bottom-right-radius: 4px; height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%); background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%); background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow { border: none; border-right: 1px solid #aaa; border-radius: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; left: 1px; right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single { border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow { background: transparent; border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%); background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%); background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%); background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%); background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple { background-color: white; border: 1px solid #aaa; border-radius: 3px; cursor: text; outline: 0; }

.select2-container--classic .select2-selection--multiple:focus { border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered { list-style: none; margin: 0; padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear { display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; border-radius: 3px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove { color: #888; cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover { color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple { border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field { outline: 0; box-shadow: none; }

.select2-container--classic .select2-dropdown { background-color: white; border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above { border-bottom: none; }

.select2-container--classic .select2-dropdown--below { border-top: none; }

.select2-container--classic .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] { padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] { color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] { background-color: #3875d7; color: white; }

.select2-container--classic .select2-results__group { cursor: default; display: block; padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown { border-color: #5897fb; }

/** @author zhixin wen <wenzhixin2010@gmail.com> */
.ms-parent { display: inline-block; position: relative; vertical-align: middle; }

.ms-choice { display: block; width: 100%; height: 45px; padding: 0; overflow: hidden; cursor: pointer; border: 1px solid #E3E3E3; text-align: left; white-space: nowrap; line-height: 45px; color: #999; text-decoration: none; border-radius: 3px; background-color: #fff; }

.ms-choice.disabled { background-color: #f4f4f4; background-image: none; border: 1px solid #ddd; cursor: default; }

.ms-choice > span { position: absolute; top: 0; left: 8px; right: 40px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; padding-left: 8px; }

.ms-choice > span.placeholder { color: #44AED2; }

.ms-choice > div { position: absolute; top: 0; right: 0; width: 40px; text-align: center; height: 45px; font-size: 20px; }
.ms-choice > div:before { color: #44AED2; position: relative; top: 2px; }

.ms-choice > div.open { background: url("multiple-select.png") right top no-repeat; }

.ms-drop { width: 100%; overflow: hidden; display: none; margin-top: -1px; padding: 0; position: absolute; z-index: 1000; background: #fff; color: #44AED2; border: 1px solid #aaa; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

.ms-drop.bottom { top: 100%; -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.ms-drop.top { bottom: 100%; -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.ms-search { display: inline-block; margin: 0; min-height: 26px; padding: 4px; position: relative; white-space: nowrap; width: 100%; z-index: 10000; }

.ms-search input { width: 100%; height: auto !important; min-height: 24px; padding: 0 20px 0 5px; margin: 0; outline: 0; font-family: sans-serif; font-size: 1em; border: 1px solid #aaa; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background: #fff url("multiple-select.png") no-repeat 100% -22px; background: url("multiple-select.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee)); background: url("multiple-select.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%); background: url("multiple-select.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%); background: url("multiple-select.png") no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%); background: url("multiple-select.png") no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%); background: url("multiple-select.png") no-repeat 100% -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%); }

.ms-search, .ms-search input { -webkit-box-sizing: border-box; -khtml-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }

.ms-drop ul { overflow: auto; margin: 0; padding: 5px 8px; }

.ms-drop ul > li { list-style: none; display: list-item; background-image: none; position: static; }

.ms-drop ul > li .disabled { opacity: .35; filter: Alpha(Opacity=35); }

.ms-drop ul > li.multiple { display: block; float: left; }

.ms-drop ul > li.group { clear: both; }

.ms-drop ul > li.multiple label { width: 100%; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.ms-drop ul > li label { font-weight: normal; display: block; white-space: nowrap; color: #000000; }

.ms-drop ul > li label.optgroup { font-weight: bold; }

.ms-drop input[type="checkbox"] { vertical-align: middle; position: relative; top: -3px; margin-right: 8px; }

.ms-drop .ms-no-results { display: none; }

.hide-select { visibility: hidden; }

.form input, .form textarea, .form button { outline: 0; }
.form input[type="text"], .form input[type="password"], .form input[type="date"], .form input[type="datetime"], .form input[type="datetime-local"], .form input[type="month"], .form input[type="week"], .form input[type="email"], .form input[type="number"], .form input[type="search"], .form input[type="tel"], .form input[type="time"], .form input[type="url"], .form textarea { -webkit-appearance: none; width: 100%; padding: 13px 15px; border: 1px solid #E3E3E3; border-radius: 3px; }

.dform { padding-top: 20px; }
.dform .dform_element .dform_label { font-weight: 500; font-size: 18px; color: #5E5F5F; padding-bottom: 10px; }
.dform ul.radios li { margin: 0; }
.dform .dform_multiselect { width: 100%; }
.dform textarea { width: 100%; }
.dform fieldset { width: 100%; }
.dform .dfinput_names .name_first { width: 50%; }
.dform .dfinput_names .name_last { width: 50%; }
.dform .dform_captcha .captcha-simple input { border: 1px solid #E3E3E3; padding: 7px; }
.dform .dform_container textarea { border-color: #E3E3E3; padding: 15px; color: #5E5F5F; }
.dform .dform_container input.text { border: 1px solid #E3E3E3; color: #5E5F5F; padding: 7px; }
.dform .dform_container label { font-size: 13px; color: #878889; padding: 6px 0; }
.dform .chosen-container-multi .chosen-choices { border-radius: 3px; border: 1px solid #E3E3E3; background-image: none; padding: 7px; }
.dform button, .dform input, .dform select, .dform textarea { border-radius: 2px; }
.dform button, .dform html input[type="button"], .dform input[type="reset"], .dform input[type="submit"] { font-family: "Ideal Sans A", "Ideal Sans B", Arial, sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; display: inline-block; *display: inline; zoom: 1; background: #44AED2; border: 1px solid transparent; border-radius: 3px; text-align: center; text-decoration: none; color: #ffffff; padding: 12px 18px; }
.dform button:hover, .dform html input[type="button"]:hover, .dform input[type="reset"]:hover, .dform input[type="submit"]:hover { background: #2e9abf; transition: all 250ms ease-in-out; }
.dform .dform_error { font-weight: normal; color: #ED6237; border: 1px solid #ED6237; padding: 10px; border-radius: 3px; }

.attachments { background: #FBFBFB; border: 1px solid #E3E3E3; border-radius: 3px; padding: 5px 15px; margin: 30px 0; }
.attachments .icon, .attachments .ms-choice > div:before, .attachments .sidebar-nav ul ul li:before, .sidebar-nav ul ul .attachments li:before, .attachments .sidebar-accordion-title:before, .attachments .sidebar-accordion-list li:before, .sidebar-accordion-list .attachments li:before, .attachments .categories-list a:before, .categories-list .attachments a:before, .attachments .tabs-content-list li:before, .tabs-content-list .attachments li:before, .attachments .mp-menu .mp-level ul li a.mp-has-children:before, .mp-menu .mp-level ul li .attachments a.mp-has-children:before { padding-right: 15px; }
.attachments ul { padding: 0; margin: 0; list-style: none; }
.attachments ul li { padding: 0px; font-size: 14px; }
.attachments a { color: #44AED2; text-decoration: none; }
.attachments a:hover { color: #2e9abf; transition: all 250ms ease-in-out; }

.excerpt { background: #FBFBFB; border: 1px solid #E3E3E3; border-radius: 3px; padding: 15px; margin: 30px 0; }
.excerpt strong { font-weight: 500; }
.excerpt p { margin: 0; padding: 15px 0 0 0; }

.header-intro { color: #ffffff; background: #44AED2 url("../img/blue-bg.jpg") center bottom no-repeat; -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; background-size: cover; padding: 70px 0; }
.header-intro h1 { font-size: 44px; line-height: 53px; margin: 0 0 25px; }
.header-intro p { font-size: 21px; line-height: 35px; margin: 0; }

.navbar { padding: 40px 0; }

.navbar-logo { display: inline-block; *display: inline; zoom: 1; }

.navbar-links ul { list-style: none; padding: 0; }
.navbar-links li { padding: 0; display: inline-block; *display: inline; zoom: 1; }
.navbar-links a { text-decoration: none; }
.navbar-links .is-active a { color: #44AED2; }

.navbar-links-secondary { margin: 0; font-size: 12px; line-height: 14px; text-transform: uppercase; font-weight: 500; margin: 2px 0 18px; }
.navbar-links-secondary a { color: #A8A8A8; }
.navbar-links-secondary a:hover { transition: all 250ms ease-in-out; color: #44AED2; }
.navbar-links-secondary li { margin: 0 0 0 25px; }

.navbar-links-primary { font-size: 21px; line-height: 25px; font-weight: 300; margin: 0; }
.navbar-links-primary a { color: #5E5F5F; padding-bottom: 60px; }
.navbar-links-primary a:hover { transition: all 250ms ease-in-out; color: #44AED2; }
.navbar-links-primary li { margin: 0 0 0 25px; }
.navbar-links-primary li ul { display: none; position: absolute; z-index: 9999; text-align: left; background: #FBFBFB; border: 1px solid #E3E3E3; padding: 10px; width: 77%; right: 0px; margin-top: 20px; border-top: 3px solid #5AC3E6; }
.navbar-links-primary li:hover a { transition: all 150ms ease-in-out; color: #44AED2; }
.navbar-links-primary li:hover ul { display: block; }
.navbar-links-primary li:hover ul li { display: block; padding: 8px 0 !important; width: 44%; float: left; position: relative; line-height: .9em; }
.navbar-links-primary li:hover ul li a { margin: 0; padding: 0; color: #44AED2; font-size: 15px; }
.navbar-links-primary li:hover ul li a:hover { border-bottom: 1px solid #5AC3E6; transition: all 150ms ease-in-out; }

.searchBar { min-height: 70px; border: solid #E3E3E3; border-width: 1px 0; }

.searchBar-field { position: relative; margin-top: 10px; }

.searchBar-field-input { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; border: none; outline: 0; font-weight: 300; display: block; width: 100%; padding: 15px 15px 15px 35px; background: url("../img/search-icon.png") left center no-repeat; }
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi), (min-resolution: 1.3dppx) { .searchBar-field-input { background-image: url("../img/search-icon@2x.png"); -moz-background-size: 20px 20px; -o-background-size: 20px 20px; -webkit-background-size: 20px 20px; background-size: 20px 20px; } }
.searchBar-field-input::-webkit-input-placeholder { color: #A8A8A8; font-style: italic; }
.searchBar-field-input:-moz-placeholder { color: #A8A8A8; font-style: italic; }
.searchBar-field-input::-moz-placeholder { color: #A8A8A8; font-style: italic; }
.searchBar-field-input:-ms-input-placeholder { color: #A8A8A8; font-style: italic; }

.searchBar-links { list-style: none; margin: 0; padding: 0; }
.searchBar-links li { margin: 0; padding: 0 12px; display: inline-block; *display: inline; zoom: 1; height: 70px; line-height: 70px; }
.searchBar-links li:first-child { padding-left: 28px; border-left: 1px solid #E3E3E3; }
.searchBar-links li:last-child { padding-right: 28px; border-right: 1px solid #E3E3E3; }
.searchBar-links a { display: inline-block; color: #44AED2; text-decoration: none; font-size: 26px; }
.searchBar-links a .icon, .searchBar-links a .ms-choice > div:before, .searchBar-links a .sidebar-nav ul ul li:before, .sidebar-nav ul ul .searchBar-links a li:before, .searchBar-links a .sidebar-accordion-title:before, .searchBar-links a .sidebar-accordion-list li:before, .sidebar-accordion-list .searchBar-links a li:before, .searchBar-links a .categories-list a:before, .categories-list .searchBar-links a a:before, .searchBar-links a .tabs-content-list li:before, .tabs-content-list .searchBar-links a li:before, .searchBar-links a .mp-menu .mp-level ul li a.mp-has-children:before, .mp-menu .mp-level ul li .searchBar-links a a.mp-has-children:before { position: relative; top: 3px; }
.searchBar-links .textResize-selected { text-decoration: underline; }
.searchBar-links #normal { font-size: 16px; font-weight: 500; }
.searchBar-links #large { font-size: 22px; font-weight: 500; }

.hero { padding: 100px 0 0; color: #5E5F5F; position: relative; }
.hero .row { max-width: 1200px; }

.hero-images-img { background: center bottom no-repeat; -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; background-size: cover; position: absolute !important; top: 0; left: 0; right: 0; bottom: 0; }

.hero-text { min-height: 300px; max-width: 830px; margin: 0 auto; padding: 0 0 20px; position: relative; z-index: 3; }
.hero-text h1 { font-size: 44px; margin: 0 0 35px; }
.hero-text p { font-size: 21px; line-height: 35px; font-weight: 400; margin: 0; }

.hero-nav { position: relative; z-index: 3; }
.hero-nav .icon, .hero-nav .ms-choice > div:before, .hero-nav .sidebar-nav ul ul li:before, .sidebar-nav ul ul .hero-nav li:before, .hero-nav .sidebar-accordion-title:before, .hero-nav .sidebar-accordion-list li:before, .sidebar-accordion-list .hero-nav li:before, .hero-nav .categories-list a:before, .categories-list .hero-nav a:before, .hero-nav .tabs-content-list li:before, .tabs-content-list .hero-nav li:before, .hero-nav .mp-menu .mp-level ul li a.mp-has-children:before, .mp-menu .mp-level ul li .hero-nav a.mp-has-children:before { font-size: 55px; text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); }
.hero-nav h4 { font-size: 32px; line-height: 30px; margin: 20px 0 22px; text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); }

.hero-nav-item { display: block; max-width: 500px; margin: 0 auto; padding: 60px 25px 10px; min-height: 225px; text-decoration: none; color: #ffffff; background: center -50px no-repeat; }
.hero-nav-item:hover { background-position: center 0px; }

.hero-nav-item--orange { background-image: url("../img/hero-nav-orange.png"); }

.hero-nav-item--blue { background-image: url("../img/hero-nav-blue.png"); }

.hero-nav-item--green { background-image: url("../img/hero-nav-green.png"); }

.hero-nav-item--orangeRed { background-image: url("../img/hero-nav-orange-red.png"); }

.content { margin: 60px 0 100px; }

.content.typography table { display: block; border: 0; overflow: auto; width: 100%; height: 100%; }

.sidebar { margin: 60px 0 60px 40px; color: #878889; }

.sidebar-nav, .sidebar-feature, .sidebar-accordion { border: 1px solid #E3E3E3; border-radius: 3px; margin-bottom: 25px; }

.sidebar-nav { line-height: 1.2em; padding: 10px 18px; }
.sidebar-nav ul { list-style: none; margin: 0; padding: 0; }
.sidebar-nav li { margin: 15px 0; padding: 0; }
.sidebar-nav a { text-decoration: none; font-weight: 500; color: #5E5F5F; }
.sidebar-nav a:hover { color: #44AED2; transition: all 250ms ease-in-out; }
.sidebar-nav ul ul { display: none; font-size: 14px; line-height: 17px; }
.sidebar-nav ul ul li { padding: 0 0 0 20px; position: relative; }
.sidebar-nav ul ul li:before { position: absolute; left: 0; top: 5px; font-size: 7px; }
.sidebar-nav ul ul a { font-weight: normal; }
.sidebar-nav ul ul a:hover { color: #44AED2; transition: all 250ms ease-in-out; }
.sidebar-nav .is-active ul, .sidebar-nav .parent-is-active ul { display: block; }
.sidebar-nav .is-active a, .sidebar-nav .parent-is-active a { color: #44AED2; }
.sidebar-nav .is-active ul a, .sidebar-nav .parent-is-active ul a { color: #5E5F5F; }

.sidebar-nav .parent-is-active li.is-active a { color: #44AED2; font-weight: 500; }

.sidebar-accordion { overflow: hidden; }
.sidebar-accordion a { text-decoration: none; }

.sidebar-accordionWrap:first-child .sidebar-accordion-title { border-top-width: 0; }
.sidebar-accordionWrap.is-collapsed .sidebar-accordion-title { border-bottom: none; }
.sidebar-accordionWrap.is-collapsed .sidebar-accordion-list { padding: 0; max-height: 0; overflow: hidden; }

.sidebar-accordion-title { display: block; padding: 15px 30px 15px 15px; color: #44AED2; font-weight: 500; border: 1px solid #E3E3E3; border-width: 1px 0; position: relative; }
.sidebar-accordion-title:before { font-size: 18px; position: absolute; right: 15px; top: 13px; }
.sidebar-accordion-title:hover { color: #2e9abf; transition: all 250ms ease-in-out; }
.sidebar-accordion-title:focus { outline: 0; }

.sidebar-accordion-list { *zoom: 1; background: #FBFBFB; margin: 0; padding: 0 0 5px; list-style: none; font-size: 14px; line-height: 17px; font-weight: 300; }
.sidebar-accordion-list:before, .sidebar-accordion-list:after { content: " "; display: table; }
.sidebar-accordion-list:after { clear: both; }
.sidebar-accordion-list li { margin: 15px 0 15px 25px; padding: 0 0 0 20px; position: relative; }
.sidebar-accordion-list li:before { position: absolute; left: 0; top: 5px; font-size: 7px; }
.sidebar-accordion-list a { color: #5E5F5F; }
.sidebar-accordion-list a:hover { text-decoration: underline; }

.sidebar-feature { padding: 20px 18px; }
.sidebar-feature h4 { color: #5E5F5F; position: relative; padding: 0 0 20px; margin: 0 0 25px; }
.sidebar-feature h4:before { content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 1px; overflow: hidden; background: #F7941E; }
.sidebar-feature p { font-weight: 300; font-size: 14px; line-height: 20px; }
.sidebar-feature a { text-transform: uppercase; text-decoration: none; color: #44AED2; font-weight: 500; font-size: 13px; }
.sidebar-feature a:after { font-family: 'ndep-icons'; content: "\e607"; margin-left: 10px; font-size: 12px; transition: all 250ms ease-in-out; opacity: 0; }
.sidebar-feature a:hover { color: #59b7d7; transition: all 250ms ease-in-out; }
.sidebar-feature a:hover:hover:after { opacity: 1; }

.sidebar-action a { width: 264px; margin: 60px 0 0px 40px; }
.sidebar-action a:hover { color: #2e9abf; }

.sidebar-related { margin: 30px 0 60px 40px; color: #878889; border: 1px solid #E3E3E3; border-radius: 3px; margin-bottom: 25px; line-height: 1.2em; padding: 18px; }
.sidebar-related h4 { color: #5E5F5F; position: relative; padding: 0 0 20px; margin: 0 0 15px; }
.sidebar-related h4:before { content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 1px; overflow: hidden; background: #F7941E; }

.sidebar-related-item { padding: 5px 0; }
.sidebar-related-item p { font-weight: 300; font-size: 14px; line-height: 22px; }
.sidebar-related-item a { text-transform: uppercase; text-decoration: none; color: #44AED2; font-weight: 500; font-size: 13px; }
.sidebar-related-item a:after { font-family: 'ndep-icons'; content: "\e607"; margin-left: 10px; font-size: 12px; transition: all 250ms ease-in-out; opacity: 0; }
.sidebar-related-item a:hover { color: #59b7d7; transition: all 250ms ease-in-out; }
.sidebar-related-item a:hover:hover:after { opacity: 1; }

.breadcrumbs { background: #FBFBFB; border-bottom: 1px solid #E3E3E3; }

.breadcrumbs-list { list-style: none; margin: 15px 0; padding: 0; text-transform: uppercase; font-size: 11px; color: #5E5F5F; }
.breadcrumbs-list a { text-decoration: none; color: #44AED2; }
.breadcrumbs-list a:hover { text-decoration: underline; transition: all 250ms ease-in-out; }
.breadcrumbs-list li { display: inline-block; *display: inline; zoom: 1; margin: 0 10px 0 0; padding: 0; }
.breadcrumbs-list li:before { content: '>'; margin-right: 10px; font-size: 14px; }
.breadcrumbs-list li:first-child:before { display: none; }

.pagination { margin: 20px 0 50px; padding: 5px 15px; list-style: none; display: inline-block; *display: inline; zoom: 1; border: 1px solid #E3E3E3; border-radius: 3px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 500; font-size: 18px; }
.pagination li { margin: 0; padding: 0; display: inline-block; *display: inline; zoom: 1; }
.pagination a { display: block; text-decoration: none; color: #999 !important; padding: 10px; }
.pagination a .icon, .pagination a .ms-choice > div:before, .pagination a .sidebar-nav ul ul li:before, .sidebar-nav ul ul .pagination a li:before, .pagination a .sidebar-accordion-title:before, .pagination a .sidebar-accordion-list li:before, .sidebar-accordion-list .pagination a li:before, .pagination a .categories-list a:before, .categories-list .pagination a a:before, .pagination a .tabs-content-list li:before, .tabs-content-list .pagination a li:before, .pagination a .mp-menu .mp-level ul li a.mp-has-children:before, .mp-menu .mp-level ul li .pagination a a.mp-has-children:before { position: relative; top: 2px; }
.pagination a:hover { text-decoration: none !important; color: #F7941E !important; }
.pagination .prev a, .pagination .next a { color: #44AED2 !important; }
.pagination .is-active a { color: #F7941E !important; pointer-events: none; }

.recentPosts { background: #5E5F5F url("../img/news-notices-bg.jpg") center bottom no-repeat; -moz-background-size: 100% auto; -o-background-size: 100% auto; -webkit-background-size: 100% auto; background-size: 100% auto; color: #ffffff; padding: 100px 0; }
.recentPosts h2 { font-size: 32px; line-height: 38px; padding: 0 0 15px; margin: 0 0 55px; position: relative; }
.recentPosts h2:before { content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 1px; overflow: hidden; background: #F7941E; }

.recentPosts-post { margin-bottom: 55px; }
.recentPosts-post h3 { font-size: 22px; line-height: 1.25em; margin: 0 0 5px; }
.recentPosts-post p { line-height: 22px; font-weight: 300; margin: 15px 0 20px; }
.recentPosts-post a { text-transform: uppercase; text-decoration: none; color: #44AED2; font-weight: 500; font-size: 13px; }
.recentPosts-post a:after { font-family: 'ndep-icons'; content: "\e607"; margin-left: 10px; font-size: 12px; transition: all 250ms ease-in-out; opacity: 0; }
.recentPosts-post a:hover { color: #59b7d7; transition: all 250ms ease-in-out; }
.recentPosts-post a:hover:hover:after { opacity: 1; }

.recentPosts-post-date { font-weight: 400; font-style: italic; font-size: 13px; text-transform: uppercase; }
.recentPosts-post-date .icon, .recentPosts-post-date .ms-choice > div:before, .recentPosts-post-date .sidebar-nav ul ul li:before, .sidebar-nav ul ul .recentPosts-post-date li:before, .recentPosts-post-date .sidebar-accordion-title:before, .recentPosts-post-date .sidebar-accordion-list li:before, .sidebar-accordion-list .recentPosts-post-date li:before, .recentPosts-post-date .categories-list a:before, .categories-list .recentPosts-post-date a:before, .recentPosts-post-date .tabs-content-list li:before, .tabs-content-list .recentPosts-post-date li:before, .recentPosts-post-date .mp-menu .mp-level ul li a.mp-has-children:before, .mp-menu .mp-level ul li .recentPosts-post-date a.mp-has-children:before { margin-right: 6px; }

.feature { color: #ffffff; padding: 60px 0; overflow: hidden; }
.feature h1 { font-size: 44px; line-height: 53px; margin: 0 0 25px; }
.feature p { font-size: 21px; line-height: 35px; margin: 0; }

.feature--documentSearch { background: #F7941E url("../img/orange-bg.jpg") center bottom no-repeat; -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; background-size: cover; }

.feature-search { margin: 60px 50px 0; padding: 30px 20px; background: rgba(255, 255, 255, 0.48); border: 1px solid #ffffff; border-radius: 5px; }

.feature-search-item { padding: 0 10px; width: 100px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.feature-search-item input[type="text"] { border: none; }
.feature-search-item .btn { width: 100%; }
.feature-search-item:first-child { padding-left: 0; }
.feature-search-item:last-child { padding-right: 0; }
.feature-search-item:nth-child(1), .feature-search-item:nth-child(2), .feature-search-item:nth-child(3) { width: 24%; }
.feature-search-item:nth-child(4), .feature-search-item:nth-child(5) { width: 14%; }
.feature-search-item .select2-container--default .select2-selection--single { border-color: transparent; }

.feature--documentSearch-min h2 { color: #F7941E; padding-bottom: 10px; font-size: 18px; }
.feature--documentSearch-min .feature-search-item input[type="text"] { border: 1px solid #E3E3E3; }
.feature--documentSearch-min .feature-search-item .select2-container--default .select2-selection--single { border-color: #E3E3E3; }

.form select, .form .select2 { width: 100%; }

.feature-search--min { padding: 20px 0 30px 0; }

.feature-search-resultsDisplay { color: #F7941E; padding-top: 15px; }

.feature-searchResult { padding: 0 0 40px 0; }

.feature-documentDetail-details { display: block; width: 100%; padding: 0; color: #F7941E; font-size: 13px; padding-bottom: 35px; }
.feature-documentDetail-details span:after { content: '|'; margin-left: 10px; margin-right: 10px; font-size: 14px; }
.feature-documentDetail-details span:last-child:after { display: none; }

.feature-searchResult a { color: #44AED2; text-decoration: none; text-transform: uppercase; font-size: 14px; }
.feature-searchResult a:after { font-family: 'ndep-icons'; content: "\e607"; margin-left: 10px; font-size: 12px; transition: all 250ms ease-in-out; opacity: 0; }
.feature-searchResult a:hover { color: #31a4cc; transition: all 250ms ease-in-out; }
.feature-searchResult a:hover:hover:after { opacity: 1; }

.categories { padding: 100px 0 20px; }
.categories h2 { font-size: 32px; margin: 0 0 50px; padding: 0 0 30px; position: relative; }
.categories h2:before { content: ''; position: absolute; bottom: 0; left: 50%; margin-left: -25px; width: 50px; height: 1px; overflow: hidden; background: #F7941E; }

.categories-list { list-style: none; margin: 0 -15px; padding: 0; *zoom: 1; }
.categories-list:before, .categories-list:after { content: " "; display: table; }
.categories-list:after { clear: both; }
.categories-list li { margin: 0; padding: 0 15px; position: relative; width: 33.3333%; float: left; min-height: 70px; }
.categories-list a { text-decoration: none; color: #44AED2; font-weight: 500; line-height: 19px; display: inline-block; *display: inline; zoom: 1; position: relative; padding-left: 25px; }
.categories-list a:before { position: absolute; left: 0; top: 3px; font-size: 14px; }
.categories-list a:hover { color: #2e9abf; transition: all 250ms ease-in-out; }

.footer { background: #FBFBFB url("../img/footer-bg.jpg") center bottom no-repeat; -moz-background-size: 100% auto; -o-background-size: 100% auto; -webkit-background-size: 100% auto; background-size: 100% auto; padding: 0 0 50px; }

.footer-newsletter { background: #ffffff; border: solid #E3E3E3; border-width: 1px 0; }

.footer-newsletter-action { min-height: 76px; background: url("../img/newsletter-chevron-bg.png") left center no-repeat; }
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi), (min-resolution: 1.3dppx) { .footer-newsletter-action { background-image: url("../img/newsletter-chevron-bg@2x.png"); -moz-background-size: 21px 137px; -o-background-size: 21px 137px; -webkit-background-size: 21px 137px; background-size: 21px 137px; } }
.footer-newsletter-action .btn { margin-top: 16px; padding-right: 40px; }
.footer-newsletter-action .btn .icon, .footer-newsletter-action .btn .ms-choice > div:before, .footer-newsletter-action .btn .sidebar-nav ul ul li:before, .sidebar-nav ul ul .footer-newsletter-action .btn li:before, .footer-newsletter-action .btn .sidebar-accordion-title:before, .footer-newsletter-action .btn .sidebar-accordion-list li:before, .sidebar-accordion-list .footer-newsletter-action .btn li:before, .footer-newsletter-action .btn .categories-list a:before, .categories-list .footer-newsletter-action .btn a:before, .footer-newsletter-action .btn .tabs-content-list li:before, .tabs-content-list .footer-newsletter-action .btn li:before, .footer-newsletter-action .btn .mp-menu .mp-level ul li a.mp-has-children:before, .mp-menu .mp-level ul li .footer-newsletter-action .btn a.mp-has-children:before { position: absolute; top: 50%; right: 25px; height: 20px; width: 20px; text-align: center; line-height: 20px; margin-top: -11px; font-size: 18px; -ms-transform: rotate(-90deg); /* IE 9 */ -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */ transform: rotate(-90deg); }
.footer-newsletter-action .btn:hover { background-color: #f38809; trasition: all 250ms ease-in-out; }

.footer-newsletter-text { color: #878889; font-weight: 300; min-height: 76px; line-height: 76px; background: url("../img/send-icon.png") left center no-repeat; padding-left: 42px; }
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi), (min-resolution: 1.3dppx) { .footer-newsletter-text { background-image: url("../img/send-icon@2x.png"); -moz-background-size: 24px 19px; -o-background-size: 24px 19px; -webkit-background-size: 24px 19px; background-size: 24px 19px; } }
.footer-newsletter-text span { display: inline-block; *display: inline; zoom: 1; line-height: 18px; }

.footer-group { font-size: 14px; margin: 60px 0 0; color: #5E5F5F; }
.footer-group h4 { text-transform: uppercase; font-size: 15px; line-height: 18px; padding: 0 0 30px; margin: 0 0 30px; position: relative; }
.footer-group h4:before { content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 1px; overflow: hidden; background: #F7941E; }
.footer-group ul { padding: 0; list-style: none; margin: 0; }
.footer-group li { margin: 0 0 12px; padding: 0; }
.footer-group p, .footer-group a { font-weight: 300; }
.footer-group p { line-height: 20px; margin: 0 0 25px; }
.footer-group a { text-decoration: none; color: #5E5F5F; line-height: 18px; }
.footer-group a:hover { text-decoration: underline; }

#newsletterModal { background: #FBFBFB url("../img/footer-bg.jpg") center bottom no-repeat; -moz-background-size: 100% auto; -o-background-size: 100% auto; -webkit-background-size: 100% auto; background-size: 100% auto; padding: 70px; }
#newsletterModal h2 { position: relative; padding: 0 0 30px; margin: 0 0 60px; color: #5E5F5F; line-height: 1.4em; }
#newsletterModal h2:before { content: ''; position: absolute; bottom: 0; margin: 0 auto; width: 50px; height: 1px; overflow: hidden; background: #F7941E; left: 43%; }
#newsletterModal .newsletter-filter { border: 1px solid #E3E3E3; border-radius: 3px; position: relative; outline: none; margin-bottom: 30px; }
#newsletterModal .newsletter-filter .select2-container { width: 100% !important; }
#newsletterModal .newsletter-filter .select2-container--default .select2-selection--single .select2-selection__placeholder { color: #44AED2; }
#newsletterModal .newsletter-filter .select2-container--default .select2-selection--single { border: none; }
#newsletterModal .newsletter-filter .select2-container--default .select2-selection--single .select2-selection__arrow { top: 14px; right: 25px; height: auto; }
#newsletterModal .newsletter-filter .select2-container--default .select2-selection--single .select2-selection__arrow b { display: block; width: 100%; height: 100%; border: 0; color: #44AED2; }
#newsletterModal .newsletter-filter .select2-container--default .select2-selection--single .select2-selection__arrow b:before { font-family: 'ndep-icons'; content: "\e60c"; font-size: 20px; }
#newsletterModal .newsletter-filter .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #44AED2 !important; color: white; }
#newsletterModal .newsletter-filter .select2-container--default .select2-selection--single .select2-selection__rendered { color: #44AED2; }
#newsletterModal .newsletter-email input[type="text"] { border: 1px solid #E3E3E3; width: 100%; padding: 10px; margin-bottom: 30px; }
#newsletterModal .newsletter-email .select2-container--default .select2-selection--single { border-color: #E3E3E3; }
#newsletterModal .newsletter-btn .close-reveal-modal { font-size: 14px; font-weight: 400; color: #44AED2; position: inherit; padding: 15px 30px; }
#newsletterModal .newsletter-btn .close-reveal-modal:hover { text-decoration: underline; }
#newsletterModal .disclaimer { color: #999; font-size: 12px; line-height: 1.2em; padding-bottom: 30px; margin: 0; }
#newsletterModal .newsletterConfirm { display: none; }
#newsletterModal .newsletterConfirm .icon, #newsletterModal .newsletterConfirm .ms-choice > div:before, #newsletterModal .newsletterConfirm .sidebar-nav ul ul li:before, .sidebar-nav ul ul #newsletterModal .newsletterConfirm li:before, #newsletterModal .newsletterConfirm .sidebar-accordion-title:before, #newsletterModal .newsletterConfirm .sidebar-accordion-list li:before, .sidebar-accordion-list #newsletterModal .newsletterConfirm li:before, #newsletterModal .newsletterConfirm .categories-list a:before, .categories-list #newsletterModal .newsletterConfirm a:before, #newsletterModal .newsletterConfirm .tabs-content-list li:before, .tabs-content-list #newsletterModal .newsletterConfirm li:before, #newsletterModal .newsletterConfirm .mp-menu .mp-level ul li a.mp-has-children:before, .mp-menu .mp-level ul li #newsletterModal .newsletterConfirm a.mp-has-children:before { color: #A1C071; font-size: 26px; padding-right: 15px; position: relative; top: 5px; }
#newsletterModal .newsletterConfirm p { color: #999; font-size: 20px; padding-bottom: 30px; }

.resources { padding: 100px 0; }
.resources h1 { position: relative; padding: 0 0 30px; margin: 0 0 60px; color: #5E5F5F; }
.resources h1:before { content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 1px; overflow: hidden; background: #F7941E; }

.tabs { margin: 40px 0 0 0; -ms-overflow-style: none; overflow: auto; }

.tabs-nav { list-style: none; margin: 0 0 -1px 0; padding: 0; overflow: auto; z-index: 20; -ms-overflow-style: none; }

.tabs-nav li { float: left; font-size: 14px; margin-right: 4px; margin-bottom: -1px; padding: 18px; cursor: pointer; border-radius: 5px 5px 0 0; border-width: 1px; border-style: solid; border-color: #E3E3E3 #E3E3E3 #ffffff; background-color: #44AED2; }

.tabs-nav li:hover { background-color: #2e9abf; transition: all 250ms ease-in-out; }

.tabs-nav li.active { background-color: #ffffff; border-bottom: 1px solid #ffffff; margin-bottom: -1px; }
.tabs-nav li.active > a { color: #44AED2; }

.tabs-nav a { font-size: 22px; text-decoration: none; color: #ffffff; font-weight: 500; }

.tabs-content { border: 1px solid #E3E3E3; }

.tabs-content-list { padding: 20px; }
.tabs-content-list ul { margin: 0; padding: 0; list-style: none; *zoom: 1; }
.tabs-content-list ul:before, .tabs-content-list ul:after { content: " "; display: table; }
.tabs-content-list ul:after { clear: both; }
.tabs-content-list li { margin: 15px 0 15px 25px; padding: 0 0 0 20px; position: relative; float: left; width: 45%; display: block; }
.tabs-content-list li:before { position: absolute; left: 0; top: 5px; font-size: 7px; color: #878889; }
.tabs-content-list a { color: #878889; text-decoration: none; }
.tabs-content-list a:hover { color: #737475; text-decoration: underline; transition: all 250ms ease-in-out; }

.recentFeature { width: 255px; }
.recentFeature p { color: #878889; font-size: 18px; line-height: 1.8em; }
.recentFeature a { color: #44AED2; text-decoration: none; }
.recentFeature a:after { font-family: 'ndep-icons'; content: "\e607"; margin-left: 10px; font-size: 12px; transition: all 250ms ease-in-out; opacity: 0; }
.recentFeature a:hover { transition: all 250ms ease-in-out; }
.recentFeature a:hover:hover:after { opacity: 1; }

.mobile-nav { position: relative; z-index: 2; top: 0; left: 0; width: 100%; height: 5em; color: #ffffff; }
@media only screen { .mobile-nav { display: block; } }
@media only screen and (min-width: 48em) { .mobile-nav { display: none; } }
.mobile-nav #mobileNavBtn { text-decoration: none; color: #44AED2; position: absolute; top: 15px; right: 10px; height: 50px; text-align: center; cursor: pointer; display: inline-block; }
.mobile-nav #mobileNavBtn .text { text-transform: uppercase; font-size: 10px; font-weight: 500; text-align: center; }
.mobile-nav #mobileNavBtn .bar-wrapper { position: absolute; top: 18px; left: 0; width: 100%; height: 30px; }
.mobile-nav #mobileNavBtn .bar-wrapper .bar { width: 100%; height: 2px; background: #44AED2; display: block; position: absolute; }
.mobile-nav #mobileNavBtn .bar-wrapper .bar-1 { top: 4px; }
.mobile-nav #mobileNavBtn .bar-wrapper .bar-2 { top: 11px; }
.mobile-nav #mobileNavBtn .bar-wrapper .bar-3 { top: 18px; }
.mobile-nav #mobileNavLogo { display: inline-block; border: none; outline: 0; padding: 20px 15px; }

.on .mobile-nav #mobileNavBtn { right: 5px; }

.mp-menu { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; position: absolute; z-index: 10; top: 0; right: 0; min-height: 100%; width: 280px; overflow: hidden; background-color: #E3E3E3; font-family: "Ideal Sans A", "Ideal Sans B", Arial, sans-serif; -moz-transform: translate3d(280px, 0, 0); -webkit-transform: translate3d(280px, 0, 0); transform: translate3d(280px, 0, 0); -moz-transition: all 300ms ease-in; -o-transition: all 300ms ease-in; -webkit-transition: all 300ms ease-in; transition: all 300ms ease-in; }
@media only screen { .mp-menu { display: block; } }
@media only screen and (min-width: 48em) { .mp-menu { display: none; } }
.mp-menu.on { -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.mp-menu .mp-level { position: absolute; top: 0; right: 0; z-index: 2; width: 280px; background-color: #E3E3E3; min-height: 100%; }
.mp-menu .mp-level .mp-level { -moz-transition: all 300ms ease-in; -o-transition: all 300ms ease-in; -webkit-transition: all 300ms ease-in; transition: all 300ms ease-in; width: 240px; -moz-transform: translate3d(100%, 0, 0); -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
.mp-menu .mp-level .mp-level.mp-level-open { -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.mp-menu .mp-level ul { margin: 0; padding: 0; }
.mp-menu .mp-level ul li { margin: 0; padding: 0; list-style: none; }
.mp-menu .mp-level ul li a { position: relative; color: #5E5F5F; text-decoration: none; display: block; padding:  0.9375em 1.875em 1.125em 1.25em; line-height: 1.3em; font-size: 0.75em; border-bottom: 1px solid; border-color: #f3f3f3; font-family: "Ideal Sans A", "Ideal Sans B", Arial, sans-serif; font-weight: 400; letter-spacing: 0.05em; }
.mp-menu .mp-level ul li a.mp-has-children:before { position: absolute; top: 50%; right: 11px; margin-top: -0.5em; font-size: 0.75em; color: #5E5F5F; }
.mp-menu .mp-level ul li a:hover { background-color: #e8e8e8; }
.mp-menu .mp-level ul li a.mp-back { background-color: #44AED2; padding:  0.9375em 1.875em 0.9375em 1.25em; font-size: 0.625em; color: #ffffff; text-transform: uppercase; }
.mp-menu .mp-level ul li a.mp-back .icon, .mp-menu .mp-level ul li a.mp-back .ms-choice > div:before, .mp-menu .mp-level .sidebar-nav ul li a.mp-back ul li:before, .sidebar-nav .mp-menu .mp-level ul li a.mp-back ul li:before, .mp-menu .mp-level .sidebar-nav ul ul li a.mp-back li:before, .sidebar-nav .mp-menu .mp-level ul ul li a.mp-back li:before, .mp-menu .mp-level ul li a.mp-back .sidebar-accordion-title:before, .mp-menu .mp-level ul li a.mp-back .sidebar-accordion-list li:before, .sidebar-accordion-list .mp-menu .mp-level ul li a.mp-back li:before, .mp-menu .mp-level ul li a.mp-back .categories-list a:before, .categories-list .mp-menu .mp-level ul li a.mp-back a:before, .mp-menu .mp-level ul li a.mp-back .tabs-content-list li:before, .tabs-content-list .mp-menu .mp-level ul li a.mp-back li:before, .mp-menu .mp-level ul li a.mp-back a.mp-has-children:before { position: relative; top: 1px; font-size: 1em; line-height: 0.625em; margin-right: 0.3125em; }
.mp-menu .mp-level ul li h2 { margin: 0; padding: 0; font-size: 1em; }
.mp-menu .mp-level ul li h2 a { color: #5E5F5F; font-size: 1.125em; font-weight: 500; padding: 0.9375em 1.875em 1.125em 1em; }
.mp-menu .mp-level ul li h2 a:hover { background-color: inherit; }
.mp-menu .mp-level ul li.quick-links { *zoom: 1; position: relative; z-index: 0; }
.mp-menu .mp-level ul li.quick-links:before, .mp-menu .mp-level ul li.quick-links:after { content: " "; display: table; }
.mp-menu .mp-level ul li.quick-links:after { clear: both; }
.mp-menu .mp-level ul li.quick-links a { color: #999; font-size: 0.9375em; font-weight: 400; }
.mp-menu .mp-level ul li.quick-links a:hover { background-color: #e8e8e8; }
.mp-menu .mp-level h2 { color: #ffffff; font-family: "Ideal Sans A", "Ideal Sans B", Arial, sans-serif; font-size: 1.125em; padding:  0.55556em 1.11111em; }
.mp-menu .mp-level:before { content: ''; position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background-color: #cfcfcf; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; visibility: hidden; -moz-transition: opacity 300ms linear, visibility 300ms linear; -o-transition: opacity 300ms linear, visibility 300ms linear; -webkit-transition: opacity 300ms linear, visibility 300ms linear; transition: opacity 300ms linear, visibility 300ms linear; }
.mp-menu > .mp-level > ul > li > a { color: #5E5F5F; font-size: 1.125em; font-weight: 500; }
.mp-menu > .mp-level > ul > li > a:hover { background-color: #e8e8e8; }
.mp-menu .mp-level-overlay { width: 280px !important; }
.mp-menu .mp-level-overlay:before { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; visibility: visible; -moz-transition: opacity 300ms linear; -o-transition: opacity 300ms linear; -webkit-transition: opacity 300ms linear; transition: opacity 300ms linear; }

#alerts { margin: 0; padding: 0; }
#alerts li { background-color: #ED6237; margin: 0; padding: 35px; color: #ffffff; height: 155px; background-image: url(../img/alert-icon.png); background-repeat: no-repeat; }
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi), (min-resolution: 1.3dppx) { #alerts li { background-image: url("../img/alert-icon@2x.png"); -moz-background-size: 226px 157px; -o-background-size: 226px 157px; -webkit-background-size: 226px 157px; background-size: 226px 157px; } }
#alerts li h3 { font-size: 22px; font-weight: 500; margin: 0 0 10px 0; }
#alerts li p { font-size: 14px; line-height: 1.4em; }
#alerts li a { color: #ffffff; text-transform: uppercase; text-decoration: none; font-size: 15px; font-weight: 500; }
#alerts li .close-alert { float: right; color: #ED6237; background-color: #ffffff; padding: 0 5px 2px 5px; text-transform: lowercase; border-radius: 2px; font-family: helvetica, arial, sans-serif; font-weight: 700; }

.content-accordions { margin: 25px 0 50px; }

.content-accordion { border: 1px solid #E3E3E3; background: #FBFBFB; }

.content-accordion + .content-accordion { border-top: none; }

.content-accordion__tab { position: relative; padding: 16px; color: #5E5F5F; }

.content-accordion__tab::-webkit-details-marker { display: none; }

.content-accordion__tab:after { font-family: 'ndep-icons'; content: "\e60d"; position: absolute; top: calc(50% - 5px); right: 16px; color: #44AED2; transition: transform .3s ease-in-out; }

.content-accordion__content { padding: 0 16px; }

.content-accordion[open] .content-accordion__tab:after { transform: rotate(180deg); }

.postDetail-post-details { display: block; width: 100%; padding: 0; color: #F7941E; font-size: 13px; padding-bottom: 35px; }
.postDetail-post-details .icon, .postDetail-post-details .ms-choice > div:before, .postDetail-post-details .sidebar-nav ul ul li:before, .sidebar-nav ul ul .postDetail-post-details li:before, .postDetail-post-details .sidebar-accordion-title:before, .postDetail-post-details .sidebar-accordion-list li:before, .sidebar-accordion-list .postDetail-post-details li:before, .postDetail-post-details .categories-list a:before, .categories-list .postDetail-post-details a:before, .postDetail-post-details .tabs-content-list li:before, .tabs-content-list .postDetail-post-details li:before, .postDetail-post-details .mp-menu .mp-level ul li a.mp-has-children:before, .mp-menu .mp-level ul li .postDetail-post-details a.mp-has-children:before { position: relative; float: left; padding: 0px 15px 40px 0; }

.postDetail-post-date, .postDetail-post-location { display: inline-block; vertical-align: top; display: inline-block; *display: inline; zoom: 1; margin: 0 10px 0 0; line-height: 1.3em; }

.postDetail-post-date { width: 25%; }

.postDetail-post-location { width: 45%; }

.page-action { border: 1px solid #E3E3E3; margin: 30px 0; border-radius: 3px; position: relative; color: #44AED2; font-weight: 500; padding: 5px 55px 5px px; }
.page-action .icon, .page-action .ms-choice > div:before, .page-action .sidebar-nav ul ul li:before, .sidebar-nav ul ul .page-action li:before, .page-action .sidebar-accordion-title:before, .page-action .sidebar-accordion-list li:before, .sidebar-accordion-list .page-action li:before, .page-action .categories-list a:before, .categories-list .page-action a:before, .page-action .tabs-content-list li:before, .tabs-content-list .page-action li:before, .page-action .mp-menu .mp-level ul li a.mp-has-children:before, .mp-menu .mp-level ul li .page-action a.mp-has-children:before { position: absolute; top: 50%; right: 25px; height: 20px; width: 20px; text-align: center; line-height: 20px; font-size: 18px; margin-top: -11px; }

.postList-post { padding-bottom: 80px; }
.postList-post h3 { margin: 0; padding: 0; line-height: 1.3em; }

.postList-post-details { padding-right: 20px; }
.postList-post-details .postList-post-date, .postList-post-details .postList-post-location { color: #F7941E; font-size: 11px; text-transform: uppercase; font-weight: 500; }
.postList-post-details .icon, .postList-post-details .ms-choice > div:before, .postList-post-details .sidebar-nav ul ul li:before, .sidebar-nav ul ul .postList-post-details li:before, .postList-post-details .sidebar-accordion-title:before, .postList-post-details .sidebar-accordion-list li:before, .sidebar-accordion-list .postList-post-details li:before, .postList-post-details .categories-list a:before, .categories-list .postList-post-details a:before, .postList-post-details .tabs-content-list li:before, .tabs-content-list .postList-post-details li:before, .postList-post-details .mp-menu .mp-level ul li a.mp-has-children:before, .mp-menu .mp-level ul li .postList-post-details a.mp-has-children:before { padding-right: 5px; }
.postList-post-details p { margin: 0; padding: 5px 0 15px 0; }

.postList-post-summary { padding-left: 40px; border-left: 1px solid #E3E3E3; min-height: 160px; }

.search-item { padding: 0 0 40px 0; }

.search-item a { color: #44AED2; text-decoration: none; text-transform: uppercase; font-size: 14px; }
.search-item a:after { font-family: 'ndep-icons'; content: "\e607"; margin-left: 10px; font-size: 12px; transition: all 250ms ease-in-out; opacity: 0; }
.search-item a:hover { color: #59b7d7; transition: all 250ms ease-in-out; }
.search-item a:hover:hover:after { opacity: 1; }

h2.search-results { color: #F7941E; padding-bottom: 30px; font-weight: 400; font-size: 24px; }

@media only screen and (min-width: 1280px) { .show-small { display: none !important; } }
@media only screen and (max-width: 767px) { .small-text-center { text-align: center !important; }
  .small-text-left { text-align: center !important; }
  .small-text-right { text-align: center !important; }
  .hide-small { display: none !important; }
  .table, .table-row, .table-col { display: inherit; }
  .hero { padding-top: 50px; }
  .hero-text h1 { font-size: 32px; line-height: 1.4em; }
  .hero-text p { font-size: 16px; line-height: 1.5em; padding: 0 15px 10px; }
  .hero-nav-item { background: none; margin: 0 10px 10px 10px; padding: 15px 20px 5px; min-height: 150px; }
  .hero-nav h4 { margin: 0 0 10px; font-size: 24px; }
  .hero-nav p { line-height: 20px; }
  .hero-nav-item--orange { background-color: #F7941E; opacity: 0.9; }
  .hero-nav-item--blue { background-color: #44AED2; }
  .hero-nav-item--green { background-color: #A1C071; }
  .hero-nav-item--orangeRed { background-color: #ED6237; }
  .resources { padding: 50px 0; }
  .resources h1 { position: relative; padding: 0 0 30px; margin: 0 0 60px; color: #5E5F5F; }
  .resources h1:before { content: ''; position: absolute; bottom: 0; left: 40%; width: 50px; height: 1px; overflow: hidden; background: #F7941E; }
  .tabs { margin: 25px 0 50px 0; }
  .tabs-nav li { padding: 12px; margin-right: 2px; }
  .tabs-nav a { font-size: 17px; text-decoration: none; color: #ffffff; font-weight: 500; }
  .tabs-content-list { padding: 15px; }
  .tabs-content-list li { text-align: left; margin: 10px 0 10px 10px; font-size: 14px; }
  .recentFeature { width: 255px; margin: 0 auto; }
  .recentFeature p { color: #878889; font-size: 18px; line-height: 1.8em; text-align: center; }
  .recentFeature a { color: #44AED2; text-decoration: none; }
  .recentPosts { padding: 50px 0; }
  .recentPosts h2 { text-align: center; }
  .recentPosts h2:before { left: 42%; }
  .recentPosts .btn { display: block; width: 70%; margin: 55px auto; }
  .recentPosts-post { margin-bottom: 25px; }
  .recentPosts-post h3 { font-size: 18px; line-height: 1.25em; margin: 0 0 5px; }
  .recentPosts-post p { font-size: 14px; line-height: 22px; font-weight: 300; margin: 15px 0 20px; }
  .footer-newsletter-action { background-image: none; }
  .footer-newsletter-action .btn .icon, .footer-newsletter-action .btn .ms-choice > div:before, .footer-newsletter-action .btn .sidebar-nav ul ul li:before, .sidebar-nav ul ul .footer-newsletter-action .btn li:before, .footer-newsletter-action .btn .sidebar-accordion-title:before, .footer-newsletter-action .btn .sidebar-accordion-list li:before, .sidebar-accordion-list .footer-newsletter-action .btn li:before, .footer-newsletter-action .btn .categories-list a:before, .categories-list .footer-newsletter-action .btn a:before, .footer-newsletter-action .btn .tabs-content-list li:before, .tabs-content-list .footer-newsletter-action .btn li:before, .footer-newsletter-action .btn .mp-menu .mp-level ul li a.mp-has-children:before, .mp-menu .mp-level ul li .footer-newsletter-action .btn a.mp-has-children:before { right: 73px; }
  .footer-newsletter-text { background-image: none; padding: 10px 0; min-height: 0; line-height: 0; }
  .footer-group { font-size: 14px; margin: 40px 0 0; color: #5E5F5F; }
  .footer-group h4 { text-transform: uppercase; font-size: 15px; line-height: 18px; padding: 0 0 30px; margin: 0 0 20px; position: relative; }
  .footer-group h4:before { left: 40%; }
  .footer-group p { margin: 0; }
  .feature-search-item { padding: 0; width: 100% !important; margin-bottom: 10px; }
  .feature-search-item:last-child { margin-bottom: 0; }
  .form select, .form .select2 { width: 100%; }
  .categories-list li { float: none; width: auto; min-height: none; }
  .header-intro { padding: 50px 0; }
  .header-intro h1 { font-size: 34px; line-height: 43px; margin: 0 0 25px; }
  .header-intro p { font-size: 18px; line-height: 30px; margin: 0; }
  .content { margin: 40px 0 40px; }
  .sidebar { margin: 0; }
  .breadcrumbs-list li { padding: 3px 0; }
  .postList, .eventList { margin-top: 60px; }
  .postList-post { padding-bottom: 60px; }
  .postList-post-summary { padding-left: 0.9375em; }
  .postDetail-post-details { padding: 0; }
  .postDetail-post-date { width: 40%; }
  .postDetail-post-location { width: 52%; }
  .sidebar-action a { width: 100%; margin: -10px 0 0 0; }
  .sidebar-related { margin: 20px 0; }
  .feature { padding: 35px 0; }
  .feature h1 { font-size: 36px; line-height: 44px; }
  .feature p { font-size: 18px; line-height: 30px; }
  .feature-search { margin: 20px 0 0 0; padding: 15px; }
  .categories { padding: 70px 0 20px; }
  .categories-list li { min-height: 60px; }
  .feature.feature--documentSearch-min { padding: 25px 15px; }
  .dform input { width: 100%; }
  .dform .column.sortable { width: 100% !important; } }
