/*---------------------------------------------------------------------------
VENDOR
For third-party styles. Keep this first to maintain overrides.
----------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
MODULES & VARIABLES
The modules directory is reserved for Sass code that doesn't cause Sass to
actually output CSS. Things like mixin declarations, functions, and variables.
----------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
Variables
----------------------------------------------------------------------------*/
/*----------------------------------------
Vertical Rhythm
 */
/*----------------------------------------
Grid Settings */
/*----------------------------------------
Color Palette
*/
.coral-b {
  color: #d7513a; }

.coral-d {
  color: #a13c2b; }

.slate-b {
  color: #ffffff; }

.slate-d {
  color: #3b3e50; }

.aqua-b {
  color: #6eacd0; }

.aqua-d {
  color: #457fa1; }

.ice-b {
  color: #e5e8f0; }

.ice-d {
  color: #3c5c79; }

.sandstone-b {
  color: #e7dfc9; }

.sandstone-d {
  color: #c7bf9f; }

.earth-b {
  color: #4a3c33; }

.earth-d {
  color: #2e2620; }

.blue-d {
  color: #2176ae; }

.grey-d {
  color: #4f4944; }

.grey-b {
  color: #cad0d4; }

.green-b {
  color: #00967e; }

.white {
  color: #fff; }

.azure-d {
  color: #293e51; }

.purple {
  color: #867bb9; }

.pink {
  color: #e16a5a; }

.bg-coral-b {
  background: #d7513a; }

.bg-coral-d {
  background: #a13c2b; }

.bg-slate-b {
  background: #ffffff; }

.bg-slate-d {
  background: #3b3e50; }

.bg-aqua-b {
  background: #6eacd0; }

.bg-aqua-d {
  background: #457fa1; }

.bg-ice-b {
  background: #e5e8f0; }

.bg-ice-d {
  background: #3c5c79; }

.bg-sandstone-b {
  background: #e7dfc9; }

.bg-sandstone-d {
  background: #c7bf9f; }

.bg-earth-b {
  background: #4a3c33; }

.bg-earth-d {
  background: #2e2620; }

.bg-grey-b {
  background: #cad0d4; }

.bg-green-b {
  background: #00967e; }

.bg-azure-d {
  background: #293e51; }

.bg-greyblue-b {
  background: #f9f9f9; }

.bg-blue-d {
  background: #2176ae; }

.bg-pink-d {
  background: #e16a5a; }

/*----------------------------------------
Navigation */
/*---------------------------------------------------------------------------
Styles
----------------------------------------------------------------------------*/
/*----------------------------------------
Clearfix Placeholder */
.resp-tabs-list:after {
  content: "";
  display: table;
  clear: both; }

/*----------------------------------------
Breakpoints */
/*----------------------------------------
Grid */
/*----------------------------------------
Transitions */
/*----------------------------------------
Gradients */
/*----------------------------------------
Box sizing */
/*----------------------------------------
Triangle */
/*---------------------------------------------------------------------------
PARTIALS
The partials directory is where different content categories can be constructed-
typography, buttons, textboxes, selectboxes, etc.
----------------------------------------------------------------------------*/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   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,
.strong {
  font-weight: 500; }

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)

p {
  -webkit-hyphens: auto;
  -epub-hyphens:   auto;
  -moz-hyphens:    auto;
  hyphens:         auto;
} */
/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * 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.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * 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; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  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; }

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

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/*---------------------------------------------------------------------------
Grid Styles
----------------------------------------------------------------------------*/
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.wrap {
  margin-left: auto;
  margin-right: auto;
  width: 90%; }
  .wrap::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-width: 48em) {
    .wrap {
      max-width: 1140px; } }

@media only screen and (min-width: 48em) {
  .wrap.minimize {
    max-width: 62em; } }

@media only screen and (min-width: 48em) {
  .row,
  .row-full {
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    display: flex;
    flex-direction: row wrap;
    display: -ms-flexbox;
    -ms-flex-direction: row wrap; } }
.row::after,
.row-full::after {
  clear: both;
  content: "";
  display: table; }
.row:after,
.row-full:after {
  content: '';
  display: table;
  clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 2em; }
  @media only screen and (min-width: 48em) {
    .row {
      padding-top: 4em; } }

.row + .row {
  padding-top: 2em; }

.row-full {
  margin-top: 2em;
  padding: 1.2em 0; }
  @media only screen and (min-width: 48em) {
    .row-full {
      margin-top: 4em; } }
  .row-full .row:first-child {
    padding-top: 0; }

.hero + .row-full,
.row-full + .row-full {
  margin-top: 0; }

[class^="col-"],
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  text-align: left;
  width: 100%; }

@media only screen and (max-width: 30em) {
  .col-xs-1of12 {
    width: 8.33333%; }

  .col-xs-2of12 {
    width: 16.66667%; }

  .col-xs-3of12 {
    width: 25%; }

  .col-xs-4of12 {
    width: 33.33333%; }

  .col-xs-5of12 {
    width: 41.66667%; }

  .col-xs-6of12 {
    width: 50%; }

  .col-xs-7of12 {
    width: 58.33333%; }

  .col-xs-8of12 {
    width: 66.66667%; }

  .col-xs-9of12 {
    width: 75%; }

  .col-xs-10of12 {
    width: 83.33333%; }

  .col-xs-11of12 {
    width: 91.66667%; }

  .col-xs-12of12 {
    width: 100%; }

  .col-xs-offset-1 {
    margin-left: 8.33333%; }

  .col-xs-offset-2 {
    margin-left: 16.66667%; }

  .col-xs-offset-3 {
    margin-left: 25%; }

  .col-xs-offset-4 {
    margin-left: 33.33333%; }

  .col-xs-offset-5 {
    margin-left: 41.66667%; }

  .col-xs-offset-6 {
    margin-left: 50%; }

  .col-xs-offset-7 {
    margin-left: 58.33333%; }

  .col-xs-offset-8 {
    margin-left: 66.66667%; }

  .col-xs-offset-9 {
    margin-left: 75%; }

  .col-xs-offset-10 {
    margin-left: 83.33333%; }

  .col-xs-offset-11 {
    margin-left: 91.66667%; } }
@media only screen and (min-width: 30.063em) {
  .col-sm-1of12 {
    width: 8.33333%; }

  .col-sm-2of12 {
    width: 16.66667%; }

  .col-sm-3of12 {
    width: 25%; }

  .col-sm-4of12 {
    width: 33.33333%; }

  .col-sm-5of12 {
    width: 41.66667%; }

  .col-sm-6of12 {
    width: 50%; }

  .col-sm-7of12 {
    width: 58.33333%; }

  .col-sm-8of12 {
    width: 66.66667%; }

  .col-sm-9of12 {
    width: 75%; }

  .col-sm-10of12 {
    width: 83.33333%; }

  .col-sm-11of12 {
    width: 91.66667%; }

  .col-sm-12of12 {
    width: 100%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media only screen and (min-width: 48em) {
  .col-md-1of12 {
    width: 8.33333%; }

  .col-md-2of12 {
    width: 16.66667%; }

  .col-md-3of12 {
    width: 25%; }

  .col-md-4of12 {
    width: 33.33333%; }

  .col-md-5of12 {
    width: 41.66667%; }

  .col-md-6of12 {
    width: 50%; }

  .col-md-7of12 {
    width: 58.33333%; }

  .col-md-8of12 {
    width: 66.66667%; }

  .col-md-9of12 {
    width: 75%; }

  .col-md-10of12 {
    width: 83.33333%; }

  .col-md-11of12 {
    width: 91.66667%; }

  .col-md-12of12 {
    width: 100%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media only screen and (min-width: 62em) {
  .col-lg-1of12 {
    width: 8.33333%; }

  .col-lg-2of12 {
    width: 16.66667%; }

  .col-lg-3of12 {
    width: 25%; }

  .col-lg-4of12 {
    width: 33.33333%; }

  .col-lg-5of12 {
    width: 41.66667%; }

  .col-lg-6of12 {
    width: 50%; }

  .col-lg-7of12 {
    width: 58.33333%; }

  .col-lg-8of12 {
    width: 66.66667%; }

  .col-lg-9of12 {
    width: 75%; }

  .col-lg-10of12 {
    width: 83.33333%; }

  .col-lg-11of12 {
    width: 91.66667%; }

  .col-lg-12of12 {
    width: 100%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
@media only screen and (min-width: 71.25em) {
  .col-xl-1of12 {
    width: 8.33333%; }

  .col-xl-2of12 {
    width: 16.66667%; }

  .col-xl-3of12 {
    width: 25%; }

  .col-xl-4of12 {
    width: 33.33333%; }

  .col-xl-5of12 {
    width: 41.66667%; }

  .col-xl-6of12 {
    width: 50%; }

  .col-xl-7of12 {
    width: 58.33333%; }

  .col-xl-8of12 {
    width: 66.66667%; }

  .col-xl-9of12 {
    width: 75%; }

  .col-xl-10of12 {
    width: 83.33333%; }

  .col-xl-11of12 {
    width: 91.66667%; }

  .col-xl-12of12 {
    width: 100%; }

  .col-xl-offset-1 {
    margin-left: 8.33333%; }

  .col-xl-offset-2 {
    margin-left: 16.66667%; }

  .col-xl-offset-3 {
    margin-left: 25%; }

  .col-xl-offset-4 {
    margin-left: 33.33333%; }

  .col-xl-offset-5 {
    margin-left: 41.66667%; }

  .col-xl-offset-6 {
    margin-left: 50%; }

  .col-xl-offset-7 {
    margin-left: 58.33333%; }

  .col-xl-offset-8 {
    margin-left: 66.66667%; }

  .col-xl-offset-9 {
    margin-left: 75%; }

  .col-xl-offset-10 {
    margin-left: 83.33333%; }

  .col-xl-offset-11 {
    margin-left: 91.66667%; }

  .col-xl-offset-0 {
    margin-left: 0; } }
.table-row {
  padding: 0; }
  @media only screen and (min-width: 48em) {
    .table-row {
      display: table; } }
  .table-row > div {
    padding: 2em; }
    @media only screen and (min-width: 48em) {
      .table-row > div {
        display: table-cell;
        float: none;
        vertical-align: middle; } }
    @media only screen and (min-width: 62em) {
      .table-row > div {
        padding: 4em; } }

/*---------------------------------------------------------------------------
Icon Webfont
----------------------------------------------------------------------------*/
@font-face {
  font-family: 'ui-solid';
  src: url("fonts/ui-solid.eot?hjkht8");
  src: url("fonts/ui-solid.eot?#iefixhjkht8") format("embedded-opentype"), url("fonts/ui-solid.woff?hjkht8") format("woff"), url("fonts/ui-solid.ttf?hjkht8") format("truetype"), url("fonts/ui-solid.svg?hjkht8#ui-solid") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ui-solid-v2';
  src: url("fonts/ui-solid-v2.eot?-pdxz62");
  src: url("fonts/ui-solid-v2.eot?#iefix-pdxz62") format("embedded-opentype"), url("fonts/ui-solid-v2.woff?-pdxz62") format("woff"), url("fonts/ui-solid-v2.ttf?-pdxz62") format("truetype"), url("fonts/ui-solid-v2.svg?-pdxz62#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
i[class^="icon-"],
i[class*="icon-"] {
  display: inline;
  font-family: 'ui-solid';
  speak: none;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

i[class^="ico-"],
i[class*="ico-"] {
  display: inline;
  font-family: 'ui-solid-v2';
  speak: none;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-network:before {
  content: "\e637"; }

.ico-network:before {
  content: "\e618"; }

.icon-channels:before {
  content: "\e636"; }

.icon-circle-arrow-r:before {
  content: "\e600"; }

.icon-circle-arrow-l:before {
  content: "\e601"; }

.icon-circle-arrow-l-alt:before {
  content: "\e602"; }

.icon-circle-arrow-r-alt:before {
  content: "\e603"; }

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

.icon-circle-x:before {
  content: "\e605"; }

.icon-circle-check-solid:before {
  content: "\e606"; }

.icon-circle-x-solid:before {
  content: "\e607"; }

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

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

.icon-document-blank:before {
  content: "\e60a"; }

.icon-document:before {
  content: "\e60b"; }

.icon-document-zipped:before {
  content: "\e60c"; }

.icon-document-add:before {
  content: "\e60d"; }

.icon-document-remove:before {
  content: "\e60e"; }

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

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

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

.icon-clipboard-x:before {
  content: "\e612"; }

.icon-clipboard:before {
  content: "\e613"; }

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

.icon-image:before {
  content: "\e615"; }

.icon-photo:before {
  content: "\e616"; }

.icon-file:before {
  content: "\e617"; }

.icon-tablet:before {
  content: "\e618"; }

.icon-calculator:before {
  content: "\e619"; }

.icon-alert:before {
  content: "\e61a"; }

.icon-mobile:before {
  content: "\e61b"; }

.icon-settings:before {
  content: "\e61c"; }

.icon-search:before {
  content: "\e61d"; }

.icon-cloud:before {
  content: "\e61e"; }

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

.icon-box-edit:before {
  content: "\e620"; }

.icon-web:before {
  content: "\6c"; }

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

.icon-social:before {
  content: "\6d"; }

.icon-archive:before {
  content: "\e622"; }

.icon-recycle:before {
  content: "\e623"; }

.icon-envelope:before {
  content: "\e624"; }

.icon-envelope-open:before {
  content: "\e625"; }

.icon-envelope-in:before {
  content: "\e626"; }

.icon-envelope-out:before {
  content: "\e627"; }

.icon-checkmark:before {
  content: "\e628"; }

.icon-close-x:before {
  content: "\e629"; }

.icon-edit:before {
  content: "\e62a"; }

.icon-share:before {
  content: "\e62b"; }

.icon-person:before {
  content: "\e62c"; }

.icon-people:before {
  content: "\e62d"; }

.icon-circle-speach:before {
  content: "\e62e"; }

.icon-rounded-speach:before {
  content: "\e62f"; }

.icon-circle-message:before {
  content: "\e630"; }

.icon-rounded-message:before {
  content: "\e631"; }

.icon-briefcase:before {
  content: "\e632"; }

.icon-credit-card:before {
  content: "\e633"; }

.icon-world:before {
  content: "\e634"; }

.icon-home:before {
  content: "\e635"; }

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

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

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

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

.ico-icon-citizenengagement:before {
  content: "\e604"; }

.ico-icon-civicservices:before {
  content: "\e605"; }

.ico-icon-close:before {
  content: "\e606"; }

.ico-icon-consulting:before {
  content: "\e607"; }

.ico-icon-contact:before {
  content: "\e608"; }

.ico-icon-corporatecitizenship:before {
  content: "\e609"; }

.ico-icon-courtspubdefenders:before {
  content: "\e60a"; }

.ico-icon-defensevetaffairs:before {
  content: "\e60b"; }

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

.ico-icon-education:before {
  content: "\e60d"; }

.ico-icon-email:before {
  content: "\e60e"; }

.ico-icon-enhancepubawareness:before {
  content: "\e60f"; }

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

.ico-icon-federal:before {
  content: "\e611"; }

.ico-icon-fishgameparksrec:before {
  content: "\e612"; }

.ico-icon-healthhumanservices:before {
  content: "\e613"; }

.ico-icon-laborworkforce:before {
  content: "\e614"; }

.ico-icon-Leadership:before {
  content: "\e615"; }

.ico-icon-local:before {
  content: "\e616"; }

.ico-icon-mobile:before {
  content: "\e617"; }

.ico-network:before {
  content: "\e618"; }

.ico-icon-newsroom:before {
  content: "\e619"; }

.ico-icon-platform:before {
  content: "\e61a"; }

.ico-icon-promotetransform:before {
  content: "\e61b"; }

.ico-icon-publicsafety:before {
  content: "\e61c"; }

.ico-icon-regstandards:before {
  content: "\e61d"; }

.ico-icon-scienceresearch:before {
  content: "\e61e"; }

.ico-icon-search:before {
  content: "\e61f"; }

.ico-icon-sms:before {
  content: "\e620"; }

.ico-icon-social:before {
  content: "\e621"; }

.ico-icon-state:before {
  content: "\e622"; }

.ico-icon-support:before {
  content: "\e623"; }

.ico-icon-tradecommerce:before {
  content: "\e624"; }

.ico-icon-training:before {
  content: "\e625"; }

.ico-icon-transportation:before {
  content: "\e626"; }

.ico-icon-treasuryresources:before {
  content: "\e627"; }

.ico-icon-voice:before {
  content: "\e628"; }

.ico-icon-web:before {
  content: "\e629"; }

.ico-icon-webinarsevents:before {
  content: "\e62a"; }

/*---------------------------------------------------------------------------
Typography Styles
----------------------------------------------------------------------------*/
/*----------------------------------------
Font Stacks */
.sans-serif {
  font-family: "Fira Sans", Calibri, "Liberation Sans", "DejaVu Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.sans-serif-alt {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.serif {
  font-family: Cambria, Utopia, "Liberation Serif", "Hoefler Text", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif; }

/*----------------------------------------
Headings */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #283e50;
  text-rendering: optimizelegibility;
  font-family: "Fira Sans", Arial, sans-serif;
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    text-decoration: none; }

h1, .h1 {
  color: #283e50;
  font-size: 2.375em;
  font-weight: 400;
  line-height: 1.26316em;
  margin-top: 0em;
  margin-bottom: 0.63158em; }

.hero h1, .hero .h1 {
  color: #fff; }

h2, .h2 {
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.28571em;
  margin-top: 0em;
  margin-bottom: 0.85714em; }

p + h2,
ul + h2,
ol + h2 {
  margin-top: 0.857142857em; }

h3, .h3 {
  font-size: 1.3125em;
  font-weight: 400;
  color: #2176ae;
  line-height: 1.14286em;
  margin-top: 1.14286em;
  margin-bottom: 1.14286em; }

h4, .h4 {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

h5, .h5 {
  font-size: 0.875em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 1em;
  margin-bottom: 1em; }

h6, .h6 {
  font-size: 0.813em;
  font-weight: 500;
  margin-top: 1em;
  margin-bottom: 1em; }

/*----------------------------------------
Alt Sizes */
.upsize,
.lead-in {
  font-size: 1.125em; }

.downsize {
  font-size: 0.813em; }

/*----------------------------------------
Text rendering */
/* p {
	-ms-word-break: break-all;
	-ms-word-wrap: break-all;
	word-break: break-word;
	word-break: break-word;
	// cleaning up the ragged lines and breaks
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
			hyphens: auto;
	// sets a minimum number of characters before and after the break
	-webkit-hyphenate-before: 2;
	 -webkit-hyphenate-after: 3;
			 hyphenate-lines: 3;
	// enabling fancy ligatures when available
	-webkit-font-feature-settings: "liga", "dlig";
	   -moz-font-feature-settings: "liga=1, dlig=1";
		-ms-font-feature-settings: "liga", "dlig";
		 -o-font-feature-settings: "liga", "dlig";
			font-feature-settings: "liga", "dlig";
} */
/*----------------------------------------
Blockquote */
blockquote {
  border-left: 4px solid #e7dfc9;
  margin: 0;
  padding-left: 2em; }
  blockquote cite {
    font-size: 0.875em; }

/*---------------------------------------------------------------------------
List Styles
----------------------------------------------------------------------------*/
ul, ol {
  margin-left: 0;
  padding-left: 1.25em; }

/*----------------------------------------
Unordered Lists */
ul {
  list-style: square; }

/*----------------------------------------
Ordered Lists */
ol {
  list-style: decimal; }

/*----------------------------------------
Description List */
dt {
  font-weight: bold; }

dd {
  margin-bottom: 0.5em; }

/*----------------------------------------
Channels List */
.channels-list,
.channels-list ul {
  list-style: none;
  margin: 0;
  padding: 0.5em 0; }
  .channels-list li,
  .channels-list ul li {
    display: inline-block;
    margin: 0.25em 1em; }
    @media only screen and (min-width: 62em) {
      .channels-list li,
      .channels-list ul li {
        margin: 0.25em 1.5em; } }
    .channels-list li a,
    .channels-list ul li a {
      color: #fff;
      display: block;
      -webkit-transition: text-shadow 0.2s ease-in-out;
      transition: text-shadow 0.2s ease-in-out; }
      .channels-list li a:hover,
      .channels-list ul li a:hover {
        text-shadow: 0 2px 4px #457fa1; }

/*---------------------------------------------------------------------------
Table Styles
----------------------------------------------------------------------------*/
table {
  border: 1px solid #fcfcfc;
  width: 100%; }
  table caption {
    color: #b3aca7;
    font-size: 0.875em;
    padding-bottom: 0.5em;
    text-align: center; }

thead {
  font-size: 0.75em;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase; }

th {
  border-right: 1px solid #fcfcfc;
  padding: 4px;
  text-align: left; }

tr {
  border-bottom: 1px solid #fcfcfc; }
  tr:nth-child(even) {
    background: white; }

td {
  border-right: 1px solid #fcfcfc;
  padding: 4px;
  text-align: left; }

tfoot {
  color: #b3aca7;
  font-size: 0.688em;
  text-align: left; }

/*---------------------------------------------------------------------------
Links
----------------------------------------------------------------------------*/
a, a:visited {
  color: #6eacd0;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  a:link, a:visited:link {
    -webkit-tap-highlight-color: transparent; }

a:hover, a:focus {
  color: #4092c1; }

/*---------------------------------------------------------------------------
Button Styles
----------------------------------------------------------------------------*/
.btn,
.btn:visited {
  border: none;
  border-radius: 3px;
  color: #786f68;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 0 1.25em;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color 0.14s ease-in-out, color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out, color 0.14s ease-in-out; }
  .btn:hover, .btn:focus {
    border: none;
    color: #786f68;
    outline: none;
    text-decoration: none; }
  .btn:active {
    border: none;
    color: #786f68;
    top: 1px; }

.btn,
.btn:visited {
  background-color: #f5f5f4; }
  .btn:hover, .btn:focus,
  .btn:visited:hover,
  .btn:visited:focus {
    background-color: #255a7f;
    border: none;
    color: #fff !important; }
  .btn:active,
  .btn:visited:active {
    background-color: #255a7f;
    border: none;
    color: #fff; }

.btn-primary,
.btn-primary:visited {
  background-color: #ffffff;
  color: #fff; }
  .btn-primary:hover, .btn-primary:focus,
  .btn-primary:visited:hover,
  .btn-primary:visited:focus {
    background-color: #e0e0e0;
    color: #fff; }
  .btn-primary:active,
  .btn-primary:visited:active {
    background-color: #d1d1d1; }

.btn-bluemain,
.btn-bluemain:visited {
  background-color: #2176ae;
  color: #fff; }
  .btn-bluemain:hover, .btn-bluemain:focus,
  .btn-bluemain:visited:hover,
  .btn-bluemain:visited:focus {
    background-color: #17537b;
    color: #fff; }
  .btn-bluemain:active,
  .btn-bluemain:visited:active {
    background-color: #124261; }

.btn-greenmain,
.btn-greenmain:visited {
  background-color: #00967e;
  color: #fff; }
  .btn-greenmain:hover, .btn-greenmain:focus,
  .btn-greenmain:visited:hover,
  .btn-greenmain:visited:focus {
    background-color: #00594b;
    color: #fff; }
  .btn-greenmain:active,
  .btn-greenmain:visited:active {
    background-color: #003a31; }

.btn-purplemain,
.btn-purplemain:visited {
  background-color: #867bb9;
  color: #fff; }
  .btn-purplemain:hover, .btn-purplemain:focus,
  .btn-purplemain:visited:hover,
  .btn-purplemain:visited:focus {
    background-color: #6356a1;
    color: #fff; }
  .btn-purplemain:active,
  .btn-purplemain:visited:active {
    background-color: #574b8d; }

.btn-pinkmain,
.btn-pinkmain:visited {
  background-color: #e16a5a;
  color: #fff; }
  .btn-pinkmain:hover, .btn-pinkmain:focus,
  .btn-pinkmain:visited:hover,
  .btn-pinkmain:visited:focus {
    background-color: #d73c27;
    color: #fff; }
  .btn-pinkmain:active,
  .btn-pinkmain:visited:active {
    background-color: #bd3522; }

.btn-reversed,
.btn-reversed:visited {
  background-color: #fff;
  color: #6eacd0; }
  .btn-reversed:hover, .btn-reversed:focus,
  .btn-reversed:visited:hover,
  .btn-reversed:visited:focus {
    background-color: #255a7f;
    color: #fff; }
  .btn-reversed:active,
  .btn-reversed:visited:active {
    color: #ffffff; }

button:disabled,
.btn-disabled {
  cursor: default;
  opacity: .5; }
  button:disabled:hover, button:disabled:focus,
  .btn-disabled:hover,
  .btn-disabled:focus {
    background-color: #fcfcfc; }
  button:disabled:active,
  .btn-disabled:active {
    background-color: #fcfcfc; }

.btn-primary:disabled,
.btn-primary-disabled {
  cursor: default;
  opacity: .5; }
  .btn-primary:disabled:hover, .btn-primary:disabled:focus,
  .btn-primary-disabled:hover,
  .btn-primary-disabled:focus {
    background-color: #ffffff; }
  .btn-primary:disabled:active,
  .btn-primary-disabled:active {
    background-color: #ffffff; }

.btn-wide,
.btn-wide:visited {
  display: block;
  margin-right: 0;
  width: 100%; }

.btn-large,
.btn-large:visited {
  font-size: 1em;
  height: 60px;
  line-height: 60px;
  padding: 0 2em; }

.btn-medium,
.btn-medium:visited {
  font-size: 1em;
  height: 40px;
  line-height: 40px !important;
  padding: 0 2em;
  margin: 0; }

.btn-medium.blue-d {
  color: #2176ae; }

.bg-ice-b .learn-more-btn {
  background: #e5e8f0 !important; }

.bg-grey-b .learn-more-btn {
  background: #cad0d4 !important; }

.learn-more-btn {
  display: table;
  margin: -30px auto 0;
  position: relative;
  padding: 0 2em;
  background-color: #fff; }

.bg-blue-line {
  background-color: #5998c2;
  color: #5998c2;
  opacity: 0.25;
  height: 1px;
  margin-top: 2em; }

.btn-small,
.btn-small:visited {
  font-size: 0.75em;
  height: 32px;
  line-height: 32px; }

/*----------------------------------------
Button Group */
.btn-group .btn {
  background-color: white;
  border-top: 1px solid #f1efee;
  border-right: 1px solid #f1efee;
  border-bottom: 1px solid #f1efee;
  border-radius: 0;
  float: left;
  font-size: 0.75em;
  margin: 0; }
  .btn-group .btn:hover, .btn-group .btn:focus {
    background-color: #fcfcfc;
    border-color: #f1efee; }
  .btn-group .btn:active {
    top: 0; }
  .btn-group .btn:first-child {
    border-left: 1px solid #f1efee;
    border-radius: 3px 0 0 3px; }
  .btn-group .btn:last-child {
    border-radius: 0 3px 3px 0; }
.btn-group .btn-active {
  background-color: #f5f5f4; }

/*---------------------------------------------------------------------------
Call to Action Styles
----------------------------------------------------------------------------*/
.row.cta {
  border-top: 3px solid #e5e8f0;
  border-bottom: 3px solid #e5e8f0;
  color: #ffffff;
  font-size: 1.25em;
  margin-top: 1em;
  padding: 1em 0; }

/*---------------------------------------------------------------------------
Styles
----------------------------------------------------------------------------*/
form {
  margin: 0;
  max-width: 400px;
  overflow: hidden; }

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  background-color: white;
  border: 1px solid #ececec;
  border-radius: 3px;
  box-shadow: none;
  color: #786f68;
  display: block;
  font-family: "Fira Sans", Calibri, "Liberation Sans", "DejaVu Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 30px;
  line-height: 30px;
  margin: 0;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  vertical-align: middle;
  width: 100%;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background-color: #fff; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #ff4d30;
    border: 2px solid #ff4d30;
    background-color: #fff4f2; }
    input[type="text"].error + span, input[type="text"].is-invalid + span,
    input[type="password"].error + span,
    input[type="password"].is-invalid + span,
    input[type="datetime"].error + span,
    input[type="datetime"].is-invalid + span,
    input[type="datetime-local"].error + span,
    input[type="datetime-local"].is-invalid + span,
    input[type="date"].error + span,
    input[type="date"].is-invalid + span,
    input[type="month"].error + span,
    input[type="month"].is-invalid + span,
    input[type="time"].error + span,
    input[type="time"].is-invalid + span,
    input[type="week"].error + span,
    input[type="week"].is-invalid + span,
    input[type="number"].error + span,
    input[type="number"].is-invalid + span,
    input[type="email"].error + span,
    input[type="email"].is-invalid + span,
    input[type="url"].error + span,
    input[type="url"].is-invalid + span,
    input[type="search"].error + span,
    input[type="search"].is-invalid + span,
    input[type="tel"].error + span,
    input[type="tel"].is-invalid + span,
    input[type="color"].error + span,
    input[type="color"].is-invalid + span,
    select.error + span,
    select.is-invalid + span,
    textarea.error + span,
    textarea.is-invalid + span,
    .field.error + span,
    .field.is-invalid + span {
      color: #ff4d30;
      display: block;
      font-size: 0.813em;
      margin-top: -1em;
      margin-bottom: 0.5em; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #25a148;
    border: 2px solid #25a148;
    background-color: #eefbf1; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #ececec;
    opacity: 0.5; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #ff4d30; }

fieldset {
  border-color: #ececec;
  border-radius: 3px;
  padding-top: 1em; }
  fieldset legend {
    font-size: 0.875em;
    font-weight: bold;
    padding-right: 0.5em; }

label {
  font-size: 0.875em;
  font-weight: bold;
  line-height: 2; }

.label-help {
  color: #978e87;
  font-size: 0.813em; }

input[type="password"] {
  letter-spacing: 0.25em; }

textarea {
  max-width: 100%;
  min-height: 120px; }

input[type="radio"],
input[type="checkbox"] {
  margin-left: 2px; }

.label-radio,
.label-checkbox {
  font-weight: normal; }

select::-ms-expand {
  display: none; }

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
  background-position-x: right 10px;
  font-size: 0.875em; }

select[multiple] {
  background-image: none;
  height: auto;
  line-height: 2;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

input[type="file"] {
  margin-bottom: 1em; }

::-webkit-input-placeholder {
  color: #c1bcb8; }

:-moz-placeholder {
  color: #c1bcb8; }

::-moz-placeholder {
  color: #c1bcb8; }

:-ms-input-placeholder {
  color: #c1bcb8; }

input[type="search"]::-ms-clear {
  /* removes close icon - IE */
  display: none; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.gform_wrapper div.validation_error {
  font-style: italic;
  text-align: center;
  border: none;
  font-weight: 400;
  margin-bottom: 0; }

.gform_wrapper .gfield_error .gfield_label {
  color: inherit; }

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: inherit;
  border: none; }

.gform_wrapper .top_label .gfield_error.gform-two-colum {
  width: 48.5%; }

.gfield_description,
.gform_wrapper .validation_message {
  font-weight: 400;
  font-style: italic; }

.gform_wrapper .gfield_description.validation_message {
  padding: 0;
  margin: 0; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin: 0 !important; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: inherit; }

/*---------------------------------------------------------------------------
Media Styles
----------------------------------------------------------------------------*/
/*----------------------------------------
Images */
img {
  display: block;
  height: auto !important;
  max-width: 100%; }

.img-static {
  max-width: none;
  width: auto \9; }

.img-shadow {
  box-shadow: 0 2px 6px rgba(17, 17, 17, 0.3); }

/*----------------------------------------
Video & Embeds */
video, object {
  max-width: 100%;
  height: auto; }

.simple-video-wrapper video {
  display: block;
  margin: 0 auto; }

.video-container,
.presentation-container {
  margin-bottom: 2.2em;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed,
.presentation-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*----------------------------------------
Figure */
figure {
  background: white;
  border: 1px solid #ececec;
  border-radius: 3px;
  display: inline-block;
  padding: 0.75em; }
  figure img {
    margin-bottom: 0.75em; }

figcaption {
  color: #978e87;
  font-size: 0.75em; }
  figcaption h4 {
    margin: 0; }

/*---------------------------------------------------------------------------
Helper Styles
----------------------------------------------------------------------------*/
.hide {
  display: none; }
  @media only screen and (min-width: 48em) {
    .hide {
      display: block; } }

.inline-block-middle {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.align-top {
  vertical-align: top; }

.align-middle {
  vertical-align: middle; }

.align-bottom {
  vertical-align: bottom; }

.align-left, img.align-left, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.align-right, img.align-right, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.align-center, img.align-center, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

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

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

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

.line-height-short {
  line-height: 1.125; }

.line-height-normal {
  line-height: 1.5; }

.line-height-tall {
  line-height: 1.75; }

.no-wrap {
  white-space: nowrap; }

.no-m {
  margin: 0; }

.no-mt {
  margin-top: 0; }

.no-mr {
  margin-right: 0; }

.no-mb {
  margin-bottom: 0; }

.no-ml {
  margin-left: 0; }

@media only screen and (min-width: 48em) {
  .no-p-md {
    padding: 0; } }

.no-p {
  padding: 0; }

.no-pt {
  padding-top: 0; }

.no-pr {
  padding-right: 0; }

.no-pb {
  padding-bottom: 0; }

.no-pl {
  padding-left: 0; }

.add-pt {
  padding-top: 3em; }

.add-pb {
  padding-bottom: 3em; }

.reversed {
  color: #fff; }
  .reversed h1, .reversed .h1, .reversed h2, .reversed .h2, .reversed h3, .reversed .h3, .reversed h4, .reversed .h4, .reversed h5, .reversed .h5, .reversed h6, .reversed .h6 {
    color: #fff; }

/*---------------------------------------------------------------------------
Base Styles
----------------------------------------------------------------------------*/
html {
  font-size: 100%;
  height: 100%; }

body {
  background: #fff;
  color: #786f68;
  font-family: "Fira Sans", Calibri, "Liberation Sans", "DejaVu Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  height: 100%;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (min-width: 48em) {
    body {
      font-size: 1em; } }

/*----------------------------------------
Header & Content */
.main-header,
.content {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform; }

.main-header,
.content {
  position: relative;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }
  @media only screen and (max-width: 991px) {
    .main-header.nav-is-visible,
    .content.nav-is-visible {
      -webkit-transform: translateX(-260px);
      -moz-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
      -o-transform: translateX(-260px);
      transform: translateX(-260px); } }

.main-header {
  background-color: #2176ae;
  border-bottom: 3px solid #226897;
  height: 50px;
  z-index: 4; }
  .nav-is-fixed .main-header {
    /* add .nav-is-fixed class to body if you want a fixed navigation on > 992px */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  @media only screen and (min-width: 62em) {
    .main-header {
      height: 80px; }
      .main-header::after {
        clear: both;
        content: "";
        display: table; } }

.content {
  background: #fff;
  z-index: 2; }
  @media only screen and (min-width: 62em) {
    .content {
      min-height: calc(100vh - 258px); } }

.logo {
  position: absolute;
  top: 11px;
  left: 2.5%;
  width: 120px; }
  @media only screen and (min-width: 62em) {
    .logo {
      top: 23px;
      width: 153px; } }

/*----------------------------------------
Main Content */
.main-content {
  min-height: 400px;
  padding-bottom: 3em; }

.margin-auto {
  margin: 0 auto; }

.padding-none {
  padding: 0; }

.no-float {
  float: none; }

.row-vertical {
  display: table;
  width: 100%; }

.col-vertical {
  vertical-align: middle;
  display: table-cell; }
  @media only screen and (min-width: 48em) {
    .col-vertical {
      float: none; } }

/*--------------Video--------------------*/
.simple-video-wrapper {
  height: auto;
  position: relative;
  width: auto;
  margin: 0 auto; }
  .simple-video-wrapper img {
    margin: auto; }

.simple-video-overlay {
  background: rgba(0, 0, 0, 0.1) url("../images/video-button.png") 50% 50% no-repeat;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2; }

h3.video-text {
  font-size: 1.75em;
  color: #fff; }

.home h3.video-text {
  z-index: 100;
  position: absolute;
  top: 36%;
  right: calc(50% - 176px); }

@media only screen and (max-width: 991px) {
  .home h3.video-text {
    top: 25%; } }
@media only screen and (max-width: 30em) {
  .home h3.video-text {
    top: 27%;
    right: calc(50% - 150px);
    z-index: 2; } }
@media (min-width: 30em) and (max-width: 48em) {
  .home h3.video-text {
    z-index: 2;
    right: calc(50% - 155px);
    top: 29.5%; } }
@media (min-width: 48em) and (max-width: 62em) {
  .home h3.video-text {
    top: 33%; } }

/*----------------------------------------
Footer */
.main-footer {
  background-color: #2176ae;
  border-top: 1px solid #eaf0f4;
  padding: 2em 2.5%; }
  @media only screen and (min-width: 62em) {
    .main-footer {
      padding-top: 3em;
      padding-bottom: 3em; } }

.footer-connect {
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .footer-connect {
      float: right;
      text-align: left;
      width: 47%; } }
  @media only screen and (min-width: 62em) {
    .footer-connect {
      width: 32%; } }

.email-form-label {
  font-size: 0.875em;
  line-height: 1.25;
  margin-top: 0;
  color: #283d50; }
  .email-form-label span {
    color: #ffffff;
    font-weight: 400; }

.email-form {
  margin: 0 auto 1em;
  position: relative; }
  @media only screen and (min-width: 48em) {
    .email-form {
      margin: 0 0 0.5em; } }

input[type="text"].htxt {
  padding-right: 60px; }

.hbtn {
  background: #e5e8f0;
  border-radius: 0 3px 3px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0; }
  .hbtn:active {
    top: 0; }

.social-links {
  list-style: none;
  margin: 0 0 1.5em;
  padding: 0; }
  .social-links li {
    display: inline-block;
    margin: 0 2px; }
    @media only screen and (min-width: 48em) {
      .social-links li {
        margin-left: 0; } }
    .social-links li img {
      width: 32px; }

.footer-colophon {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .footer-colophon {
      float: left;
      font-size: 0.813em;
      text-align: left;
      width: 47%; } }
  @media only screen and (min-width: 62em) {
    .footer-colophon {
      width: 66%; } }

.copyright,
.footer-links {
  margin: 0;
  padding: 0; }

.footer-links {
  margin: 0 0.25em; }
  .footer-links li {
    display: inline-block;
    margin: 0 0.25em; }
    .footer-links li a {
      color: #ffffff; }
      .footer-links li a:hover {
        color: #786f68; }

.copyright {
  color: #ffffff; }

@media only screen and (min-width: 48em) {
  .footer-nav,
  .footer-links,
  .copyright {
    float: left;
    line-height: 1.25; } }

.actual-logo img {
  width: auto; }

/*----------------------------------------
Tabs */
#tabs {
  width: 100%;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 40px; }

#tabs ul {
  padding: 0;
  margin: 0; }

#tabs h3 {
  color: #fff;
  font-size: 2em;
  margin: 0.85em 0 0; }
  @media only screen and (max-width: 30em) {
    #tabs h3 {
      margin-top: 0;
      line-height: 1em; } }

#tabs li {
  float: left;
  list-style: none;
  padding-top: 20px;
  width: 33.333333333%; }

#tabs .tabs-1, #accordion .tabs-1 {
  background: #283d4f; }

#tabs .tabs-2, #accordion .tabs-2 {
  background: #2176ae; }

#tabs .tabs-3, #accordion .tabs-3 {
  background: #00957e; }

#tabs .tabs-2 img, #tabs .tabs-3 img {
  margin-top: 12px; }

#tabs li a {
  display: block;
  padding: 15px 30px 10px;
  text-align: left;
  text-decoration: none;
  color: #8478B3; }

@media only screen and (max-width: 30em) {
  #tabs li a {
    text-align: center;
    padding: 15px 20px 10px; } }
@media (min-width: 30em) and (max-width: 48em) {
  #tabs li a {
    text-align: center; } }

#tabs li a img {
  display: block;
  float: left;
  margin-right: 21px;
  width: auto \9; }

@media only screen and (max-width: 30em) {
  #tabs li a img {
    float: none;
    margin: 0 auto;
    min-height: 37px !important; } }
@media (min-width: 30em) and (max-width: 48em) {
  #tabs li a img {
    float: none;
    margin: 0 auto;
    min-height: 37px !important; } }

#tabs li a span {
  display: block;
  overflow: hidden;
  line-height: 3em;
  color: #fff;
  font-size: 1.125em; }

#tabs li a:hover {
  opacity: 0.9; }

#tabs_container {
  overflow: hidden;
  position: relative;
  background: white;
  min-height: 400px; }

#tabs_container div {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.315em;
  border-bottom: 9px solid;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 5% 24%;
  min-height: 400px; }

#tabs_container #tabs-1 {
  border-color: #283d4f; }

#tabs_container #tabs-2 {
  border-color: #2176ae; }

#tabs_container #tabs-3 {
  border-color: #00957e; }

@media only screen and (max-width: 30em) {
  #tabs_container div {
    padding: 5%; } }

@media only screen and (max-width: 30em) {
  #tabs_container div p {
    margin: 0.5em; } }

.transition {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s; }

.make_transist {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.hidescale {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0; }

.showscale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s; }

.hideleft {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.showleft {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s; }

.hidescaleup {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.showscaleup {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s; }

.hideflip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: rotatey(-90deg) scale(1.1);
  -moz-transform: rotatey(-90deg) scale(1.1);
  -o-transform: rotatey(-90deg) scale(1.1);
  -ms-transform: rotatey(-90deg) scale(1.1);
  transform: rotatey(-90deg) scale(1.1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.showflip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: rotatey(0deg) scale(1);
  -moz-transform: rotatey(0deg) scale(1);
  -o-transform: rotatey(0deg) scale(1);
  -ms-transform: rotatey(0deg) scale(1);
  transform: rotatey(0deg) scale(1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.tabulous_active {
  margin-top: -20px;
  padding: 20px 30px 25px !important; }

@media only screen and (max-width: 30em) {
  .tabulous_active {
    padding: 20px 20px 25px !important; } }

.tabulousclear {
  display: block;
  clear: both; }

#accordion .ui-accordion-header-icon {
  display: none; }

#accordion h3 {
  margin-top: 0;
  line-height: 1em;
  color: #fff; }

#accordion h2 {
  margin: 0;
  padding: 0.5em 1em;
  height: 70px;
  border: none;
  border-radius: 0;
  text-align: left;
  font-size: 1.125em;
  font-weight: 400; }

.single-agencies #accordion h2 {
  height: inherit;
  padding: 1em; }

.single-agencies #accordion h2 span {
  padding: 0; }

#accordion h2 img {
  display: block;
  float: left;
  margin-right: 20px;
  padding-top: 7px;
  height: 55px;
  width: auto \9; }

#accordion h2 span {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 1.125em;
  padding-top: 1em; }

#accordion div {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.315em;
  border: none;
  border-radius: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 2em; }

/* -------------------------------------------------------------------------
 Alerts
---------------------------------------------------------------------------- */
.alert {
  border: 2px solid #ff4d30;
  border-radius: 3px;
  font-size: 0.875em;
  line-height: 1.375em;
  margin-bottom: 20px;
  padding: 0.75em 40px 0.75em 1em;
  position: relative; }

.alert-warning {
  border-color: #eb8900;
  color: #eb8900; }

.alert-error {
  border-color: #ff4d30;
  color: #ff4d30; }

.alert-success {
  border-color: #25a148;
  color: #25a148; }

.alert-info {
  border-color: #00a1c2;
  color: #00a1c2; }

.alert-close {
  cursor: default;
  font-size: 16px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 8px; }

/*---------------------------------------------------------------------------
Breadcrumbs
----------------------------------------------------------------------------*/
.breadcrumbs {
  background-color: white;
  border-radius: 3px;
  font-size: 0.875em;
  list-style: none;
  margin: 0 0 1.5em;
  padding: 0.5em 1em; }
  .breadcrumbs li {
    display: inline-block; }
  .breadcrumbs .divider {
    color: #cdc9c5;
    padding: 0 8px; }
  .breadcrumbs .active {
    color: #555; }

/*---------------------------------------------------------------------------
Pagination
----------------------------------------------------------------------------*/
/* pagination */
.paginate {
  margin-top: 2em;
  margin-bottom: 1.5em;
  width: 100%;
  text-align: center; }

.pagination {
  display: inline;
  font-size: 0.813em;
  list-style: none;
  margin: 0 auto;
  padding: 1em 0.5em;
  text-align: center;
  width: auto; }
  .pagination li {
    display: inline-block;
    padding: 0.125em 0.75em;
    *display: inline;
    zoom: 1; }
    .pagination li a {
      border: none;
      display: block;
      font-weight: 600;
      width: 100%; }
  .pagination .disabled {
    color: #c1bcb8;
    cursor: default; }
    .pagination .disabled:hover, .pagination .disabled:visited {
      border: none; }
  .pagination .current-page {
    background: #4092c1;
    border-radius: 3px; }
    .pagination .current-page a {
      color: #fff;
      cursor: default; }

/*---------------------------------------------------------------------------
Tabs to Accordion
----------------------------------------------------------------------------*/
/*----------------------------------------
Tabs */
.resp-tabs-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative; }
  .resp-tabs-list li {
    background: white;
    border: 1px solid #f1efee;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 0.75em;
    font-weight: 600;
    letter-spacing: 0.05em;
    list-style: none;
    margin: 0;
    padding: 0.5em 1em;
    position: relative;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.18s ease-in-out;
    transition: all 0.18s ease-in-out; }
    .resp-tabs-list li:not(:last-child) {
      border-right: none; }
    .resp-tabs-list li:hover {
      color: #4092c1; }
    .resp-tabs-list li.resp-tab-active {
      background: #fff;
      border-top-color: #4092c1;
      border-bottom-color: transparent;
      box-shadow: inset 0 2px 0 #4092c1;
      color: #4092c1; }
  @media only screen and (min-width: 62em) {
    .resp-tabs-list li {
      padding: 1.5em 3em; }
      .resp-tabs-list li.resp-tab-active {
        box-shadow: inset 0 3px 0 #4092c1; } }
  @media only screen and (min-width: 71.25em) {
    .resp-tabs-list li {
      padding: 2em 4em; } }

/*----------------------------------------
Tab Content */
.resp-tabs-container {
  padding: 0px;
  clear: left; }

.resp-tab-content {
  border-left: 1px solid white;
  border-right: 1px solid white;
  display: none;
  padding: 1em; }
  .resp-tab-content:last-child {
    border-bottom: 1px solid white; }
  @media only screen and (min-width: 48em) {
    .resp-tab-content {
      border: none;
      padding: 0; }
      .resp-tab-content:last-child {
        border: none; } }

.resp-content-active {
  display: block; }

/*----------------------------------------
Accordion */
.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 5px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #c1c1c1; }

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #9B9797; }

h2.resp-accordion {
  background: white;
  border: 1px solid white;
  border-bottom: none;
  cursor: pointer;
  display: none;
  font-size: 0.688em;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 1em 2em;
  text-transform: uppercase; }
  h2.resp-accordion:hover {
    color: #4092c1; }
  h2.resp-accordion:last-of-type {
    border-bottom: 1px solid white; }
h2.resp-tab-active {
  background: #fff;
  border-bottom: 1px solid white;
  color: #6eacd0; }

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important; }

.resp-jfit {
  width: 100%;
  margin: 0px; }

.resp-tab-content-active {
  display: block; }

@media only screen and (max-width: 30em) {
  .resp-tabs-list {
    display: none; }

  h2.resp-accordion {
    display: block; }

  .resp-accordion-closed {
    display: none !important; }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important; } }
/*---------------------------------------------------------------------------
Primary Navigation
----------------------------------------------------------------------------*/
/*----------------------------------------
Header Links & Buttons */
.header-buttons {
  display: inline-block;
  margin: 0;
  padding: 0 15px 0 0;
  float: right; }
  .header-buttons li {
    display: inline-block;
    vertical-align: middle; }

.login {
  background: transparent;
  color: #ffffff;
  display: block;
  font-size: 0.875em;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  padding: 0 1em;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; }
  .login:visited, .login:focus {
    color: #ffffff; }
  @media only screen and (min-width: 62em) {
    .login {
      background: #226897;
      border-bottom: 3px solid #226897;
      font-size: 0.813em;
      height: 80px;
      line-height: 80px;
      margin-right: 1em;
      padding: 0 1.5em;
      position: relative;
      z-index: 999; }
      .login:hover {
        background: #dee8ef;
        color: #4092c1; } }
  @media only screen and (min-width: 71.25em) {
    .login {
      margin-right: 2em;
      padding: 0 2em; } }

.search-trigger,
.nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  color: transparent;
  z-index: 4; }
  .search-trigger:hover, .search-trigger:focus, .search-trigger:active, .search-trigger:visited,
  .nav-trigger:hover,
  .nav-trigger:focus,
  .nav-trigger:active,
  .nav-trigger:visited {
    color: transparent; }

.search-trigger::before, .search-trigger::after {
  /* search icon */
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
.search-trigger::before {
  /* lens */
  top: 12px;
  left: 12px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #ffffff; }
.search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #ffffff;
  bottom: 15px;
  right: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }
.search-trigger span::before,
.search-trigger span::after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #6eacd0;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s; }
.search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.search-trigger.search-is-visible::before, .search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0; }
.search-trigger.search-is-visible span::before, .search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1; }
.search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }
.search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.nav-trigger span, .nav-trigger span::before, .nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #ffffff; }
.nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  -webkit-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s; }
.nav-trigger span::before, .nav-trigger span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s; }
.nav-trigger span::before {
  /* menu icon top line */
  top: -6px; }
.nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px; }
.nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(255, 255, 255, 0); }
.nav-trigger.nav-is-visible span::before, .nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: white; }
.nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg); }
.nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg); }
@media only screen and (min-width: 62em) {
  .nav-trigger {
    display: none; } }

/*----------------------------------------
Primary Nav */
.primary-nav,
.primary-nav ul {
  background: #273e4e;
  height: 100%;
  margin: 0;
  overflow: auto;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 260px;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }
  .primary-nav a,
  .primary-nav ul a {
    color: #fff;
    border-bottom: 1px solid #1a6895;
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
    -webkit-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s; }
    .primary-nav a:focus,
    .primary-nav ul a:focus {
      outline: none; }
  .primary-nav.is-hidden,
  .primary-nav ul.is-hidden {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .primary-nav.moves-out > li > a,
  .primary-nav ul.moves-out > li > a {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }

.primary-nav .see-all a {
  background: #1a6895;
  font-weight: 500; }
.primary-nav .menu-item-info {
  display: none; }
.primary-nav .nav-gallery ul .nav-item,
.primary-nav .nav-icons ul .nav-item {
  height: 80px;
  line-height: 80px; }
  .primary-nav .nav-gallery ul .nav-item h3,
  .primary-nav .nav-icons ul .nav-item h3 {
    overflow: hidden;
    text-overflow: ellipsis; }
.primary-nav .nav-gallery ul .nav-item {
  padding-left: 90px; }
  .primary-nav .nav-gallery ul .nav-item img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px; }
@media only screen and (max-width: 991px) {
  .primary-nav {
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s; }
    .primary-nav.nav-is-visible {
      visibility: visible;
      -webkit-transition: visibility 0s 0s;
      transition: visibility 0s 0s; } }

@media only screen and (min-width: 62em) {
  .primary-nav .sub-menu {
    left: -999em;
    border-bottom: 2px solid #e5e8f0; }
  .primary-nav li.menu-item-has-children:hover .sub-menu {
    left: auto;
    opacity: 1;
    visibility: visible;
    margin-right: -178px; }

  .primary-nav {
    position: static;
    height: auto;
    width: auto;
    float: right;
    overflow: visible;
    background: transparent; }
    .primary-nav::after {
      clear: both;
      content: "";
      display: table; }
    .primary-nav.moves-out > li > a {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }
    .primary-nav ul {
      position: static;
      height: auto;
      width: auto;
      background: transparent;
      overflow: visible;
      z-index: 4; }
      .primary-nav ul.is-hidden {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
      .primary-nav ul.moves-out > li > a {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1; }
    .primary-nav > li {
      float: left;
      padding-left: 1em; }
    .primary-nav > li > a {
      border-bottom: none;
      color: #ffffff;
      display: inline-block;
      font-size: 0.938em;
      height: 80px;
      line-height: 80px;
      padding: 0 10px;
      position: relative;
      overflow: visible;
      -webkit-transition: color 0.3s, box-shadow 0.3s;
      transition: color 0.3s, box-shadow 0.3s; }
      .primary-nav > li > a:hover {
        color: #6eacd0; }
      .primary-nav > li > a.selected {
        color: #6eacd0;
        box-shadow: inset 0 -3px 0 #6eacd0; }
    .primary-nav .go-back,
    .primary-nav .see-all {
      display: none; }
    .primary-nav .menu-item-info {
      display: block;
      color: #324c65;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 0.813em;
      padding: 4px 0; }
    .primary-nav .secondary-nav ul,
    .primary-nav .nav-gallery ul,
    .primary-nav .nav-icons ul {
      position: absolute;
      top: 80px;
      width: 100vw;
      background: #fff;
      padding: 48px 64px 110px;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: opacity .3s 0s, visibility 0s 0s;
      -moz-transition: opacity .3s 0s, visibility 0s 0s;
      transition: opacity .3s 0s, visibility 0s 0s;
      /*&.is-hidden {
      	opacity: 0;
      	visibility: hidden;
      	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
      	-moz-transition: opacity .3s 0s, visibility 0s .3s;
      	transition: opacity .3s 0s, visibility 0s .3s;
      }*/ }
      .primary-nav .secondary-nav ul::after,
      .primary-nav .nav-gallery ul::after,
      .primary-nav .nav-icons ul::after {
        clear: both;
        content: "";
        display: table; }
      .primary-nav .secondary-nav ul > .see-all,
      .primary-nav .nav-gallery ul > .see-all,
      .primary-nav .nav-icons ul > .see-all {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 80px;
        width: 100%;
        overflow: hidden;
        margin: 0;
        padding: 0; }
        .primary-nav .secondary-nav ul > .see-all a,
        .primary-nav .nav-gallery ul > .see-all a,
        .primary-nav .nav-icons ul > .see-all a {
          background: #fff;
          border-top: 1px solid #e5e8f0;
          border-bottom: none;
          color: #6eacd0;
          font-size: 1.25em;
          font-weight: 500;
          height: 100%;
          line-height: 80px;
          margin: 0;
          padding: 0;
          position: absolute;
          top: 0;
          left: 0;
          text-align: center;
          width: 100%;
          -webkit-transition: color 0.2s, border 0.2s;
          transition: color 0.2s, border 0.2s; }
          .primary-nav .secondary-nav ul > .see-all a::before,
          .primary-nav .nav-gallery ul > .see-all a::before,
          .primary-nav .nav-icons ul > .see-all a::before {
            left: 20% !important;
            width: 22% !important;
            margin-top: -38px !important;
            border-bottom: 1px solid #cad0d4 !important; } }
          @media only screen and (min-width: 62em) and (min-width: 62em) and (max-width: 105em) {
            .primary-nav .secondary-nav ul > .see-all a::before,
            .primary-nav .nav-gallery ul > .see-all a::before,
            .primary-nav .nav-icons ul > .see-all a::before {
              left: 15% !important; } }
@media only screen and (min-width: 62em) {
          .primary-nav .secondary-nav ul > .see-all a::after,
          .primary-nav .nav-gallery ul > .see-all a::after,
          .primary-nav .nav-icons ul > .see-all a::after {
            content: '';
            display: block;
            position: absolute;
            left: 58% !important;
            top: 50% !important;
            width: 22% !important;
            height: 40px !important;
            margin: -38px  0 0 !important;
            border: none !important;
            border-bottom: 1px solid #cad0d4 !important; } }
          @media only screen and (min-width: 62em) and (min-width: 62em) and (max-width: 105em) {
            .primary-nav .secondary-nav ul > .see-all a::after,
            .primary-nav .nav-gallery ul > .see-all a::after,
            .primary-nav .nav-icons ul > .see-all a::after {
              left: 63% !important; } }
@media only screen and (min-width: 62em) {
          .primary-nav .secondary-nav ul > .see-all a span,
          .primary-nav .nav-gallery ul > .see-all a span,
          .primary-nav .nav-icons ul > .see-all a span {
            display: inline-block;
            padding: 0 1em;
            line-height: 40px;
            border-radius: 3px;
            background: #00967e;
            color: #fff; }
    .primary-nav #menu-item-94.nav-icons ul {
      padding: 48px 250px 110px; } }
    @media only screen and (min-width: 62em) and (min-width: 62em) and (max-width: 75em) {
      .primary-nav #menu-item-94.nav-icons ul {
        padding: 48px 165px 110px; } }
@media only screen and (min-width: 62em) {
    .primary-nav .secondary-nav ul > li {
      height: 340px;
      width: 23%;
      float: left;
      margin-right: 2.66%;
      border-right: 1px solid #e5e8f0;
      overflow: hidden;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
      .primary-nav .secondary-nav ul > li:nth-child(4n+2) {
        margin-right: 0;
        border-right: none; }
      .primary-nav .secondary-nav ul > li > a {
        color: #4092c1;
        font-weight: 500;
        font-size: 1.6rem;
        margin-bottom: .6em; }
    .primary-nav .secondary-nav ul a {
      height: 30px;
      line-height: 30px;
      padding: 0 18% 0 0;
      color: #3b3e50;
      border-bottom: none;
      font-size: 1.4rem; }
      .primary-nav .secondary-nav ul a:hover {
        color: #4092c1; }
    .primary-nav .secondary-nav ul ul {
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0); }
    .primary-nav .secondary-nav ul ul ul {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
      .primary-nav .secondary-nav ul ul ul.is-hidden {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%); }
      .primary-nav .secondary-nav ul ul ul .go-back {
        display: block; }
        .primary-nav .secondary-nav ul ul ul .go-back a {
          color: transparent; }
      .primary-nav .secondary-nav ul ul ul .see-all {
        display: block; }
    .primary-nav .secondary-nav ul .moves-out > li > a {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }
    .primary-nav .nav-gallery ul li {
      width: 30%;
      float: left;
      margin: 0 4% 40px 0; }
      .primary-nav .nav-gallery ul li:nth-child(4n+2) {
        margin-right: 0; }
    .primary-nav .nav-gallery ul .nav-item {
      border-bottom: none;
      padding: 0;
      height: auto;
      line-height: 1.2; }
      .primary-nav .nav-gallery ul .nav-item img {
        position: static;
        margin-top: 0;
        height: auto;
        width: 100%;
        margin-bottom: .6em; }
    .primary-nav .nav-icons ul {
      /*.bg-network a::after{
          background-image: url("/wp-content/uploads/2015/03/network-image1.jpg");
      }
      .bg-platform a::after{
          background-image: url("/wp-content/uploads/2015/03/platform-image.jpg");
      }*/ }
      .primary-nav .nav-icons ul li {
        width: 32%;
        float: left;
        margin: 0 0 20px 0; }
        .primary-nav .nav-icons ul li:nth-child(3n+2) {
          margin-right: 0; }
      .primary-nav .nav-icons ul .menu-item {
        border-bottom: none;
        height: 60px;
        line-height: 1.25;
        padding: 0;
        -webkit-transition: background 0.18s ease-in-out;
        transition: background 0.18s ease-in-out; }
        .primary-nav .nav-icons ul .menu-item:hover {
          background: #f5f7f8; }
          .primary-nav .nav-icons ul .menu-item:hover a {
            color: #4092c1; }
        .primary-nav .nav-icons ul .menu-item a {
          position: relative;
          border-bottom: none;
          color: #6eacd0;
          height: 60px;
          line-height: 1.25;
          padding: 22px 0 0 85px;
          -webkit-transition: all 0.18s ease-in-out;
          transition: all 0.18s ease-in-out; }
          .primary-nav .nav-icons ul .menu-item a::before {
            content: '';
            display: block;
            position: absolute;
            left: 20px;
            top: 50%;
            margin-top: -20px;
            width: 40px;
            height: 40px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 40px 40px; }
          .primary-nav .nav-icons ul .menu-item a::after {
            position: absolute;
            z-index: -1;
            left: 50%;
            margin-left: -125px;
            top: 0%;
            width: 250px;
            height: 166px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 250px 170px;
            border-bottom: 6px solid #226897; }
        .primary-nav .nav-icons ul .menu-item::before {
          left: 25px; }
        .primary-nav .nav-icons ul .menu-item.see-all {
          height: 80px; }
          .primary-nav .nav-icons ul .menu-item.see-all a {
            color: #6eacd0;
            height: 80px;
            line-height: 80px;
            padding: 0; }
            .primary-nav .nav-icons ul .menu-item.see-all a:hover {
              background: #e7ebee;
              color: #fff; }
              .primary-nav .nav-icons ul .menu-item.see-all a:hover span {
                background: #00967e; }
      .primary-nav .nav-icons ul .menu-item.item-with-img {
        height: 240px;
        width: 49% !important; }
        .primary-nav .nav-icons ul .menu-item.item-with-img a {
          height: inherit;
          padding: 180px 0 0;
          text-align: center; }
          .primary-nav .nav-icons ul .menu-item.item-with-img a::before {
            left: 50%;
            margin-left: -20px;
            top: 35%; }
          .primary-nav .nav-icons ul .menu-item.item-with-img a::after {
            content: '';
            display: block; }
      .primary-nav .nav-icons ul .has-description a {
        padding-top: 12px; }
      .primary-nav .nav-icons ul .ico-circle-channels a::before {
        background-image: url("../images/iccons-v2/icon-channels.svg"); }
      .primary-nav .nav-icons ul .ico-circle-web a::before {
        background-image: url("../images/iccons-v2/icon-platform-white.svg"); }
      .primary-nav .nav-icons ul .ico-web a::before {
        background-image: url("../images/iccons-v2/icon-web.svg"); }
      .primary-nav .nav-icons ul .ico-circle-network a::before {
        background-image: url("../images/iccons-v2/icon-network-white.svg");
        z-index: 5; }
      .primary-nav .nav-icons ul .ico-circle-email a::before {
        background-image: url("../images/iccons-v2/icon-email.svg"); }
      .primary-nav .nav-icons ul .ico-sms a::before {
        background-image: url("../images/iccons-v2/icon-sms.svg"); }
      .primary-nav .nav-icons ul .ico-circle-social a::before {
        background-image: url("../images/iccons-v2/icon-social.svg"); }
      .primary-nav .nav-icons ul .ico-social a::before {
        background-image: url("../images/iccons-v2/icon-social.svg"); }
      .primary-nav .nav-icons ul .ico-voice a::before {
        background-image: url("../images/iccons-v2/icon-voice.svg"); }
      .primary-nav .nav-icons ul .ico-consulting a::before {
        background-image: url("../images/iccons-v2/icon-consulting.svg"); }
      .primary-nav .nav-icons ul .ico-training a::before {
        background-image: url("../images/iccons-v2/icon-training.svg"); }
      .primary-nav .nav-icons ul .ico-support a::before {
        background-image: url("../images/iccons-v2/icon-support.svg"); }
      .primary-nav .nav-icons ul .ico-agriculture a::before {
        background-image: url("../images/iccons-v2/icon-agriculture.svg"); }
      .primary-nav .nav-icons ul .ico-civic-services a::before {
        background-image: url("../images/iccons-v2/icon-civicservices.svg"); }
      .primary-nav .nav-icons ul .ico-courts-public-defenders a::before {
        background-image: url("../images/iccons-v2/icon-courtspubdefenders.svg"); }
      .primary-nav .nav-icons ul .ico-defense-veterans-affairs a::before {
        background-image: url("../images/iccons-v2/icon-defensevetaffairs.svg"); }
      .primary-nav .nav-icons ul .ico-economic-labor-workforce a::before {
        background-image: url("../images/iccons-v2/icon-laborworkforce.svg"); }
      .primary-nav .nav-icons ul .ico-education a::before {
        background-image: url("../images/iccons-v2/icon-education.svg"); }
      .primary-nav .nav-icons ul .ico-environment-conservation a::before {
        background-image: url("../images/iccons-v2/icon-enviroconservation.svg"); }
      .primary-nav .nav-icons ul .ico-fish-game-parks-recreation a::before {
        background-image: url("../images/iccons-v2/icon-fishgameparksrec.svg"); }
      .primary-nav .nav-icons ul .ico-health-human-services a::before {
        background-image: url("../images/iccons-v2/icon-healthhumanservices.svg"); }
      .primary-nav .nav-icons ul .ico-public-safety a::before {
        background-image: url("../images/iccons-v2/icon-publicsafety.svg"); }
      .primary-nav .nav-icons ul .ico-regulatory-standards a::before {
        background-image: url("../images/iccons-v2/icon-regstandards.svg"); }
      .primary-nav .nav-icons ul .ico-science-research a::before {
        background-image: url("../images/iccons-v2/icon-scienceresearch.svg"); }
      .primary-nav .nav-icons ul .ico-trade-commerce a::before {
        background-image: url("../images/iccons-v2/icon-tradecommerce.svg"); }
      .primary-nav .nav-icons ul .ico-transportation a::before {
        background-image: url("../images/iccons-v2/icon-transportation.svg"); }
      .primary-nav .nav-icons ul .ico-treasury-revenue a::before {
        background-image: url("../images/iccons-v2/icon-treasuryresources.svg"); }
      .primary-nav .nav-icons ul .ico-blog a::before {
        background-image: url("../images/iccons-v2/icon-blog.svg"); }
      .primary-nav .nav-icons ul .ico-events-webinars a::before {
        background-image: url("../images/iccons-v2/icon-webinarsevents.svg"); }
      .primary-nav .nav-icons ul .ico-downloads a::before {
        background-image: url("../images/iccons-v2/icon-download.svg"); }
      .primary-nav .nav-icons ul .ico-leadership a::before {
        background-image: url("../images/iccons-v2/icon-Leadership.svg"); }
      .primary-nav .nav-icons ul .ico-news-room a::before {
        background-image: url("../images/iccons-v2/icon-newsroom.svg"); }
      .primary-nav .nav-icons ul .ico-corporate-citizenship a::before {
        background-image: url("../images/iccons-v2/icon-corporatecitizenship.svg"); }
      .primary-nav .nav-icons ul .ico-careers a::before {
        background-image: url("../images/iccons-v2/icon-careers.svg"); }
      .primary-nav .nav-icons ul .ico-contact a::before {
        background-image: url("../images/iccons-v2/icon-contact.svg"); }

  .contact-menu span {
    display: block;
    background: #00967e;
    -webkit-transition: width 0.3s, transform 0.3s;
    transition: width 0.3s, transform 0.3s; }
    .contact-menu span:hover {
      background: #fff; }
    .contact-menu span a {
      color: #fff;
      height: 78px;
      line-height: 78px; }
      .contact-menu span a:hover {
        color: #6eacd0; }

  .header-buttons {
    width: 178px; } }
@media only screen and (min-width: 71.25em) {
  .primary-nav > li {
    paddin-left: 1.5em; } }
.menu-item-has-children > a,
.has-children > a,
.go-back a {
  position: relative; }
  .menu-item-has-children > a::before, .menu-item-has-children > a::after,
  .has-children > a::before,
  .has-children > a::after,
  .go-back a::before,
  .go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #5998c2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .menu-item-has-children > a::before,
  .has-children > a::before,
  .go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .menu-item-has-children > a::after,
  .has-children > a::after,
  .go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  @media only screen and (min-width: 62em) {
    .menu-item-has-children > a::before, .menu-item-has-children > a::after,
    .has-children > a::before,
    .has-children > a::after,
    .go-back a::before,
    .go-back a::after {
      background: #e5e8f0; }
    .menu-item-has-children > a:hover::before, .menu-item-has-children > a:hover::after,
    .has-children > a:hover::before,
    .has-children > a:hover::after,
    .go-back a:hover::before,
    .go-back a:hover::after {
      background: #4092c1; } }

.menu-item-has-children > a,
.has-children > a {
  padding-right: 40px; }
  .menu-item-has-children > a::before, .menu-item-has-children > a::after,
  .has-children > a::before,
  .has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%; }

.primary-nav .go-back a {
  padding-left: 40px; }
  .primary-nav .go-back a::before, .primary-nav .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%; }

@media only screen and (min-width: 62em) {
  .menu-item-has-children > a::before, .menu-item-has-children > a::after,
  .has-children > a::before,
  .has-children > a::after {
    right: 15%; }

  .primary-nav > .menu-item-has-children > a,
  .primary-nav > .has-children > a {
    /* main navigation arrows on larger devices */
    padding-right: 30px !important; }
    .primary-nav > .menu-item-has-children > a::before, .primary-nav > .menu-item-has-children > a::after,
    .primary-nav > .has-children > a::before,
    .primary-nav > .has-children > a::after {
      width: 9px;
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      background: #255a7f;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: width 0.3s, transform 0.3s;
      transition: width 0.3s, transform 0.3s; }
    .primary-nav > .menu-item-has-children > a::before,
    .primary-nav > .has-children > a::before {
      right: 12px; }
    .primary-nav > .menu-item-has-children > a::after,
    .primary-nav > .has-children > a::after {
      right: 7px; }
    .primary-nav > .menu-item-has-children > a.selected::before, .primary-nav > .menu-item-has-children > a.selected::after,
    .primary-nav > .has-children > a.selected::before,
    .primary-nav > .has-children > a.selected::after {
      width: 14px; }
    .primary-nav > .menu-item-has-children > a.selected::before,
    .primary-nav > .has-children > a.selected::before {
      -webkit-transform: translateX(5px) rotate(-45deg);
      -moz-transform: translateX(5px) rotate(-45deg);
      -ms-transform: translateX(5px) rotate(-45deg);
      -o-transform: translateX(5px) rotate(-45deg);
      transform: translateX(5px) rotate(-45deg); }
    .primary-nav > .menu-item-has-children > a.selected::after,
    .primary-nav > .has-children > a.selected::after {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }

  .secondary-nav ul > .menu-item-has-children > a::before,
  .secondary-nav ul > .menu-item-has-children > a::after {
    /* remove arrows on secondary nav titles */
    display: none; }

  .primary-nav .go-back a {
    padding-left: 20px; }
    .primary-nav .go-back a::before, .primary-nav .go-back a::after {
      left: 1px; } }
/*----------------------------------------
Search */
div.search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }
  div.search form {
    background: #fff;
    height: 100%;
    max-width: 100%;
    width: 100%; }
  div.search input {
    border-radius: 0;
    border: none;
    background: #fff;
    height: 100%;
    width: 100%;
    padding: 0 5%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    div.search input::-webkit-input-placeholder {
      color: #c5cbdd; }
    div.search input::-moz-placeholder {
      color: #c5cbdd; }
    div.search input:-moz-placeholder {
      color: #c5cbdd; }
    div.search input:-ms-input-placeholder {
      color: #c5cbdd; }
    div.search input:focus {
      outline: none; }
  div.search.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s; }
  .nav-is-fixed div.search {
    position: fixed; }
  @media only screen and (min-width: 48em) {
    div.search input {
      margin: 0 auto;
      max-width: 50%; } }
  @media only screen and (min-width: 62em) {
    div.search {
      height: 80px; }
      div.search input {
        padding: 0 2em;
        font-size: 1.5em;
        font-weight: 300;
        max-width: 40%; } }

/*----------------------------------------
Overlay */
.overlay {
  /* shadow layer visible when navigation is active */
  background-color: rgba(0, 16, 33, 0.8);
  cursor: pointer;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }
  .overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s; }

/*----------------------------------------
Support for no js */
.no-js .primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2; }

.no-js div.search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible; }

@media only screen and (min-width: 62em) {
  .no-js .primary-nav {
    position: absolute;
    z-index: 4;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0; }

  .no-js .nav-is-fixed .primary-nav {
    position: fixed; } }
/*---------------------------------------------------------------------------
Hero Styles
----------------------------------------------------------------------------*/
.hero-image {
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }

.hero {
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 1em 0; }
  @media only screen and (min-width: 30.063em) {
    .hero {
      padding: 2em 0; } }
  @media only screen and (min-width: 48em) {
    .hero {
      padding: 8.5em 0; } }
  @media only screen and (max-width: 30em) {
    .hero .wrap {
      width: 84%; } }
  .hero .row {
    padding: 0; }

@media only screen and (min-width: 62em) {
  .hero-tall {
    padding: 8em 0; } }

.blue-box {
  background: rgba(98, 175, 220, 0.9);
  padding: 2em; }
  .blue-box span {
    font-size: 0.688em; }

/* -------------------------------------------------------------------------
  Adipoli plugin css
---------------------------------------------------------------------------*/
.adipoli-wrapper {
  margin: 1em auto;
  position: relative;
  display: block; }

.adipoli-wrapper > img {
  position: absolute;
  z-index: 1;
  max-width: inherit !important; }

.adipoli-before {
  position: absolute;
  z-index: 5; }

.adipoli-after {
  position: absolute;
  z-index: 10; }

.adipoli-slice {
  display: block;
  position: absolute;
  z-index: 15;
  height: 100%; }

.adipoli-box {
  display: block;
  position: absolute;
  z-index: 15; }

/* Scss Document */
/*-------CSS FOR SOLILIQOY TEXT FUNCTIONS-----------*/
.soliloquy-container .soliloquy-caption {
  position: absolute !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 100 !important; }

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
  display: table !important;
  width: 100% !important;
  height: 100% !important;
  text-align: center !important;
  padding: 20px 0 35px !important;
  background: none !important; }

.soliloquy-container .soliloquy-caption-inside .soliloquy-caption-wrap {
  display: table-cell !important;
  vertical-align: middle !important; }

.soliloquy-container .soliloquy-caption h1 {
  color: #fff !important;
  font-size: 40px !important;
  margin: 0 0 60px !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) !important;
  letter-spacing: normal !important;
  text-transform: none !important; }

.soliloquy-container .soliloquy-caption a.soliloquy-button {
  letter-spacing: 2px !important;
  background-color: #2176ae !important;
  color: #fff !important;
  padding: 20px 35px !important;
  font-size: 20px !important;
  height: 24px !important;
  line-height: 24px !important;
  border-radius: 5px !important; }

.soliloquy-fc-caption {
  background: rgba(41, 62, 80, 0.8) !important;
  padding: 20px 10px 20px 10px !important; }

.soliloquy-fc-caption-mil {
  background: none !important;
  padding: 20px 10px 20px 10px !important; }

.soliloquy-onemillitext {
  font-size: 40px !important;
  text-shadow: 2px 2px 5px #000 !important; }

.soliloquy-strongtext {
  font-size: 125px !important;
  line-height: 200px !important;
  text-shadow: 2px 2px 5px #000 !important; }

.soliloquy-platformtext {
  font-size: 35px !important;
  text-shadow: 2px 2px 5px #000 !important; }

.content {
  overflow-x: hidden !important; }

@media (min-width: 824px) and (max-width: 1325px) {
  .soliloquy-strongtext {
    font-size: 85px !important;
    line-height: 100px !important; }

  .soliloquy-onemillitext {
    font-size: 30px !important; }

  .soliloquy-platformtext {
    font-size: 25px !important; } }
@media (min-width: 650px) and (max-width: 824px) {
  .soliloquy-strongtext {
    font-size: 55px !important;
    line-height: 85px !important; }

  .soliloquy-onemillitext {
    font-size: 20px !important; }

  .soliloquy-platformtext {
    font-size: 15px !important; } }
@media (min-width: 400px) and (max-width: 650px) {
  .soliloquy-strongtext {
    font-size: 35px !important;
    line-height: 0px !important; }

  .soliloquy-onemillitext {
    display: none !important; }

  .soliloquy-platformtext {
    display: none !important; }

  .soliloquy-fc-caption-mil {
    background: none !important;
    padding: 0px !important; } }
@media (max-width: 400px) {
  .soliloquy-strongtext {
    font-size: 35px !important;
    line-height: 0px !important; }

  .soliloquy-onemillitext {
    display: none !important; }

  .soliloquy-platformtext {
    display: none !important; }

  .soliloquy-fc-caption-mil {
    background: none !important;
    padding: 0px !important; }

  /** Hide the caption and control nav for small devices since they can swipe slides */
  .soliloquy-container .soliloquy-control-nav,
  .soliloquy-container .soliloquy-caption {
    display: none !important; }

  .page-id-11547 .soliloquy-container .soliloquy-control-nav,
  .page-id-11547 .soliloquy-container .soliloquy-caption {
    display: block !important; } }
@media (min-width: 600px) and (max-width: 1024px) {
  .soliloquy-container .soliloquy-caption {
    bottom: 13px !important; }

  .soliloquy-container .soliloquy-caption h1 {
    margin: 0 0 30px !important;
    font-size: 30px !important; }

  .soliloquy-container .soliloquy-caption a.soliloquy-button {
    padding: 10px 17px !important; } }
@media (max-width: 600px) {
  .soliloquy-container .soliloquy-caption h1 {
    margin: 0 0 30px !important;
    font-size: 20px !important; }

  .soliloquy-container .soliloquy-caption a.soliloquy-button {
    padding: 10px 17px !important; } }
/* Scss Document */
/*-------CSS FOR TEXTIZEN RIBBON FUNCTION-----------*/
.textizen-ribbon {
  background-image: url("http://www.govdelivery.com/wp-content/uploads/image/png/green-ribbon.png");
  background-repeat: no-repeat;
  margin-left: 80px;
  width: 450px; }

.textizen-ribbon-sentance {
  font-size: 28px;
  line-height: 53px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-left: -30px; }

.textizen-ribbon-number {
  font-size: 38px;
  line-height: 88px;
  font-weight: bold;
  text-align: center;
  margin-top: -23px;
  color: #ffffff;
  margin-left: -30px; }

@media (min-width: 480px) and (max-width: 768px) {
  .textizen-ribbon {
    margin: auto !important; } }
@media (max-width: 480px) {
  .textizen-ribbon {
    margin: auto !important;
    background-size: 65% auto !important; }

  .textizen-ribbon-sentance {
    font-size: 18px !important;
    line-height: 33px !important;
    margin-left: -150px !important; }

  .textizen-ribbon-number {
    font-size: 24px !important;
    line-height: 88px !important;
    margin-top: -25px !important;
    margin-left: -150px !important; } }
@media (min-width: 480px) and (max-width: 768px) {
  .textizen-ribbon {
    margin: auto !important; } }
@media (max-width: 480px) {
  .textizen-ribbon {
    margin: auto !important;
    background-size: 65% auto !important; }

  .textizen-ribbon-sentance {
    font-size: 18px !important;
    line-height: 33px !important;
    margin-left: -150px !important; }

  .textizen-ribbon-number {
    font-size: 24px !important;
    line-height: 88px !important;
    margin-top: -25px !important;
    margin-left: -150px !important; } }
@media (max-width: 320px) {
  .textizen-ribbon {
    margin: auto !important;
    background-size: 55% auto !important; }

  .textizen-ribbon-sentance {
    font-size: 16px !important;
    line-height: 33px !important;
    margin-left: -198px !important; }

  .textizen-ribbon-number {
    font-size: 22px !important;
    line-height: 88px !important;
    margin-top: -33px !important;
    margin-left: -200px !important; } }
/* Scss Document */
.sharethenews {
  margin-bottom: 10px !important;
  margin-top: -40px !important;
  color: white !important;
  font-size: 24px !important;
  line-height: 26px !important; }

@media (max-width: 768px) {
  .sharethenews {
    margin-top: 0px !important; } }
/* Scss Document */
.toi-align-center {
  margin: 0 auto !important; }

.toi-text-container {
  margin: 0 auto !important; }

/*---------------------------------------------------------------------------
Home Page Styles
----------------------------------------------------------------------------*/
/*----------------------------------------
Federal, State and Local Tiles */
.tile-federal {
  background: url("../images/tile-federal.jpg"); }

.tile-state {
  background: url("../images/tile-state.jpg"); }

.tile-local {
  background: url("../images/tile-local.jpg"); }

[class^="tile-"],
[class*="tile-"] {
  background-position: top center;
  background-size: cover;
  position: relative;
  text-align: center; }

.row-min-margin {
  margin-top: 0em; }

.row-min-padding {
  padding: 0; }

.row-min-margin h3, .row-min-margin p {
  margin: 0.3em 0; }

/*----------------------------------------
Featured Resources */
.page-template-page-home .main-content {
  padding-bottom: 0; }

.page-template-page-home .col-sm-12of12.grey-d {
  margin: 1.5em 0; }

.page-template-page-home .row-full.bg-ice-b h2 {
  margin-bottom: 2em; }

.page-template-page-home .row-full.bg-ice-b {
  padding-top: 4em;
  margin-top: 2em; }

.platforms-row-home {
  padding: 0;
  margin-top: 0; }

@media only screen and (min-width: 62em) {
  .platforms-row-home .widget {
    width: 33.333334%; } }

.platforms-row-home .widget-platform, .widget-platform h4 {
  color: #fff;
  text-align: center; }

.widget-platform h4 {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5em; }

.platforms-row-home .widget-platform {
  background-position: 50% 13%;
  background-repeat: no-repeat;
  padding: 6em 0em 2em; }

@media (min-width: 48em) and (max-width: 62em) {
  .platforms-row-home .widget-platform {
    background-position: 50% 10%; } }
@media only screen and (max-width: 30em) {
  .platforms-row-home .widget-platform {
    background-position: 50% 7%; } }

.platforms-row-home .widget-platform h4,
.platforms-row-home .widget-platform p {
  width: 50%;
  margin: 0.5em auto; }

@media (min-width: 48em) and (max-width: 62em) {
  .platforms-row-home .widget-platform h4, .platforms-row-home .widget-platform p {
    width: 70%; } }

.platforms-row-home .widget-platform:first-child {
  background-color: #293e50;
  background-image: url("../images/home/cursor-icon.png"); }

.platforms-row-home .widget-platform:nth-child(2) {
  background-color: #2176ae;
  background-image: url("../images/home/megaphone-icon.png"); }

.platforms-row-home .widget-platform:last-child {
  background-color: #00967e;
  background-image: url("../images/home/people-icon.png"); }

.network-platform {
  position: relative; }

.network-platform .network-f, .network-platform .platform-s {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2em;
  color: #fff; }

.network-platform .network-f {
  padding-left: 0%; }

.network-platform .platform-s {
  padding-right: 0%; }

@media only screen and (max-width: 991px) {
  .network-platform .network-f, .network-platform .platform-s {
    padding: 4em; } }

.network-platform h4 {
  font-size: 1.75em;
  color: #fff;
  margin-bottom: 0;
  font-weight: 400; }

.plus-ic {
  display: none;
  position: absolute;
  z-index: 10;
  top: 45%;
  right: calc(50% - 27px); }
  @media only screen and (min-width: 48em) {
    .plus-ic {
      display: block; } }

.resent-post.col-md-3of12 {
  padding: 0 2em 3em; }

.resent-post {
  padding: 0 3em 3em;
  text-align: center; }

.resent-post img {
  display: block;
  margin: 0 auto 1em; }

.resent-post .res-link {
  display: block;
  font-size: 0.85em;
  color: #fff;
  display: block; }

.resent-post .res-link .res-tittle {
  display: block;
  min-height: 50px; }

.rel {
  position: relative;
  z-index: 2;
  background: #fff;
  margin-bottom: -1em;
  padding-bottom: 2.5em; }

.home .simple-video-wrapper {
  background: #fff; }

#bg-video {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1; }

#overlay {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  text-align: center; }

.video-bg-text {
  padding: 13em 0 10em; }

@media (min-width: 91em) and (max-width: 103em) {
  .video-bg-text {
    padding: 9.2em 0; } }
@media (min-width: 80em) and (max-width: 91em) {
  .video-bg-text {
    padding: 7.4em 0; } }
@media (min-width: 65em) and (max-width: 80em) {
  .video-bg-text {
    padding: 4.85em 0; } }
@media (min-width: 42em) and (max-width: 65em) {
  .video-bg-text {
    padding: 3em 0; } }
@media (min-width: 15em) and (max-width: 42em) {
  .video-bg-text {
    padding: 0.5em 0 0; } }

.video-bg-text h1 {
  color: #fff; }
  @media (min-width: 30em) and (max-width: 54em) {
    .video-bg-text h1 {
      font-size: 1.75em; } }
  @media (min-width: 15em) and (max-width: 30em) {
    .video-bg-text h1 {
      font-size: 1.0em; } }

@media (min-width: 15em) and (max-width: 41em) {
  .video-bg-text .btn-large {
    line-height: 40px;
    height: 40px; } }

.home div.search {
  position: relative;
  display: none; }

.home div.search.is-visible {
  display: block; }

.home .main-content.cf {
  position: relative; }

/*---------------------------------------------------------------------------
Resource Styles
----------------------------------------------------------------------------*/
.widget-resources {
  padding-top: 5.5em;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center; }

.res-widget div.widget-resources:first-child {
  background-image: url("../images/resources/downloads-icon.png"); }

.res-widget div.widget-resources:nth-child(2) {
  background-image: url("../images/resources/events-icon.png"); }

.res-widget div.widget-resources:last-child {
  background-image: url("../images/resources/blog-icon.png"); }

.res-widget .widget-resources .textwidget {
  margin: 0 3em 3em; }

.widget-resources .contact-info {
  min-height: 100px; }

#downloads-widg {
  border-color: #283e50; }

#webinevent-widg {
  border-color: #2176ae; }

#blog-widg {
  border-color: #00967e; }

/* -------------------------------------------------------------------------
 Leadership Page Style
---------------------------------------------------------------------------- */
@media (min-width: 1em) and (max-width: 62em) {
  .leadership-list .col-lg-3of12 {
    width: 100%; } }
@media only screen and (max-width: 30em) {
  .leadership-list .col-lg-3of12 {
    height: 300px; } }

@media only screen and (max-width: 30em) {
  .leadership-list .row {
    padding-top: 0; } }

.leadership-page-content h1 {
  margin-bottom: 1.5em; }

.leadership-page-content .hero p {
  color: #2176ae;
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 1.4em;
  font-weight: 400; }

.leadership-page-content section.entry-content {
  color: #4f4944;
  padding: 1em 0 0;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .leadership-page-content section.entry-content {
      padding: 3em 5em 0; } }

.leadership-sidebar {
  background-color: #2176ae;
  padding: 2em 1.5em 1.75em;
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 1em;
  text-align: center; }
  @media only screen and (max-width: 30em) {
    .leadership-sidebar {
      margin-bottom: 1em;
      padding: 2em 0.75em 1.25em;
      height: auto !important; } }

#mail-icon {
  display: block;
  margin: 0 auto; }

.leadership-list img {
  width: auto \9; }

.leadership-sidebar p {
  color: #ffffff;
  padding: 0.5em 0 0;
  line-height: 1.4em; }

.leadership-sidebar a {
  color: #787068;
  display: inline-block;
  padding: 0.6em 2.2em;
  background-color: #f5f5f3;
  border-radius: 3px; }

.leadership-item .leaders {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  text-align: center; }
  @media only screen and (max-width: 30em) {
    .leadership-item .leaders {
      padding-top: 1em; } }

.photo-bio {
  height: 246px; }
  @media only screen and (max-width: 30em) {
    .photo-bio {
      height: 140px; } }

.photo-bio .bios-info {
  position: relative;
  bottom: 100%;
  opacity: 0.75;
  background-color: #c43624;
  margin: 0;
  height: 100%;
  padding: 0.4em 0.5em;
  display: none; }

.photo-bio p {
  color: white;
  font-size: 0.9em;
  line-height: 1.4em;
  margin: 0.3em 0; }

.photo-bio img {
  margin: 0 auto;
  height: 246px !important;
  width: auto; }
  @media only screen and (max-width: 30em) {
    .photo-bio img {
      height: 140px !important; } }

.photo-bio .arrow-bio {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 13px 12.5px;
  border-color: transparent transparent #ffffff transparent;
  margin: 0 auto;
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: 47%; }

.leadership-item .leaders h4 {
  font-size: 1em;
  text-align: center;
  margin: 1.15em 0 0.2em; }

.leadership-item .leaders .leaders-position {
  display: block;
  color: #c1bcb8;
  font-size: 0.9em;
  min-height: 21px; }

.leadership-item .leaders ul {
  list-style: none;
  padding: 0;
  display: inline-block; }

.leadership-item .leaders ul li {
  float: left;
  padding: 0 5px; }

@media only screen and (max-width: 30em) {
  .leadership-item.mottos {
    padding: 1em 0; } }

.leadership-item .motto-content {
  color: white;
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 1em; }

.leadership-item .motto-content img {
  width: 100%;
  max-height: 401px; }

.leadership-item .motto-content p {
  margin: -2em 1.5em 1em;
  text-align: center; }
  @media only screen and (max-width: 30em) {
    .leadership-item .motto-content p {
      margin: -2em 2em -2em; } }

.leadership-item .motto-content .quote {
  top: 0;
  position: absolute; }
  @media only screen and (max-width: 30em) {
    .leadership-item .motto-content .quote {
      padding: 0 1em; } }
  @media (min-width: 23em) and (max-width: 30em) {
    .leadership-item .motto-content .quote {
      padding: 1.8em 3em; } }
  @media only screen and (min-width: 30.063em) {
    .leadership-item .motto-content .quote {
      padding: 4em 4em 1em; } }
  @media only screen and (min-width: 62em) {
    .leadership-item .motto-content .quote {
      padding: 2.5em 2.5em 1em; } }
  @media only screen and (min-width: 71.25em) {
    .leadership-item .motto-content .quote {
      padding: 4em 2.5em 1em 2em; } }

.leadership-item .motto-content .quote .motto-author {
  text-align: center;
  font-size: 1.2em;
  font-style: italic;
  margin-top: -1em; }

.leadership-item .motto-content .quote p span {
  text-align: center; }

.leadership-item .motto-content .quote span {
  display: block;
  text-align: right; }

.leadership-item .motto-content .quote-mark {
  font-size: 4em;
  line-height: 1em;
  display: block; }
  @media only screen and (max-width: 30em) {
    .leadership-item .motto-content .quote-mark {
      font-size: 3em;
      line-height: inherit; } }

.leadership-item .motto-content .quote-mark:first-child {
  text-align: left; }

@media only screen and (max-width: 30em) {
  .leadership-item .motto-content .quote .motto-author {
    margin-top: -1em; } }
/* -------------------------------------------------------------------------
 Solutions Pages Style
---------------------------------------------------------------------------- */
/* ----------------------------Network-------------------------------------- */
.page-template-page-standard-hero-descr .main-content {
  padding-bottom: 0; }

.map-block {
  padding: 0;
  display: block; }

.imac-img {
  position: relative;
  top: -75px; }

.imac-text {
  padding: 3em 3em 0;
  color: #fff; }

.network-video {
  padding: 0;
  position: relative; }

.network-video .simple-video-wrapper {
  width: 100%;
  display: block; }

.network-video h3 {
  position: absolute;
  display: block;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  bottom: 10%;
  text-align: center; }

.checkpatf {
  padding: 3em 0; }

.map-container.rvm-map-container {
  max-height: 745px !important;
  padding-left: 2em;
  margin-top: -30px; }
  @media only screen and (min-width: 48em) {
    .map-container.rvm-map-container {
      margin-top: -70px; } }

.jvectormap-container {
  padding: 0 !important;
  background: transparent !important; }

/* ----------------------------Platform-------------------------------------- */
.icons-row {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0; }

.icons-row li {
  display: inline-block;
  padding: 1em 2em 0; }

.icons-row li img {
  margin: 0 auto 1em;
  display: block; }

.icons-row li a {
  color: inherit; }

.platf-left-img, .platf-right-img {
  padding: 0; }

.platf-left-img img {
  width: 100%; }

.platf-left-text {
  padding: 3em; }
  @media only screen and (min-width: 48em) {
    .platf-left-text {
      padding: 3em 0em 0 0em;
      color: #4f4944; } }
  @media only screen and (min-width: 62em) {
    .platf-left-text {
      padding: 3em 0em 0 2em; } }

.platf-left-text h2 {
  color: #4f4944; }

.check-list {
  list-style-image: url("../images/check.png");
  width: 100%; }

@media only screen and (min-width: 62em) {
  .check-list {
    width: 87%; } }

.check-list li {
  margin-bottom: 0.5em; }

.platf-right-img img {
  float: right; }
  @media only screen and (min-width: 48em) {
    .platf-right-img img {
      width: 100%; } }

.platf-right-text {
  padding: 3em 0 0 12%; }
  @media only screen and (min-width: 62em) {
    .platf-right-text {
      padding: 3em 0 0 22%; } }

.platf-right-text .check-list {
  width: 100%; }

.actual-logo {
  display: block;
  clear: both;
  padding-top: 1em; }

/* -------------------------------------------------------------------------
 Contact Page Style
---------------------------------------------------------------------------- */
#contact-widgets {
  color: #283e50; }

#contact-widgets div.widget {
  padding-top: 7em;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center; }

#contact-widgets div.widget:first-child {
  background-image: url("../images/contact/contact-central-icon.png"); }

#contact-widgets div.widget:nth-child(2) {
  background-image: url("../images/contact/contact-east-icon.png"); }

#contact-widgets div.widget:last-child {
  background-image: url("../images/contact/contact-europe-icon.png"); }

#contact-widgets .textwidget {
  margin: 0 3em; }

.contact-info {
  border-top: 3px solid; }

#contact-east {
  border-color: #283e50; }

#contact-central {
  border-color: #2176ae; }

#contact-europe {
  border-color: #00967e; }

.contact-info > * {
  opacity: 0.75;
  line-height: 1.2em; }

.contact-info .contacts-phone {
  font-weight: 700;
  list-style: none;
  padding-left: 0; }

.contact-info .contacts-phone li {
  margin-bottom: 1em; }

#subcribe-section {
  background-color: #00967e;
  color: #fff;
  padding-top: 1.5em;
  margin-top: 0em; }

#subcribe-section h4, #subcribe-section p {
  color: #fff;
  text-align: center; }

.gform_wrapper form {
  max-width: 100%;
  color: #4f4944;
  padding-top: 0em; }

.gform_wrapper form input {
  border: 1px solid gainsboro;
  border-radius: 3px; }

.gform-two-colum {
  width: 48.5%;
  margin-right: 1.33%;
  float: left;
  clear: none !important; }

@media only screen and (max-width: 30em) {
  .gform-two-colum {
    width: 100%;
    margin-right: 0;
    float: none; } }

.gform_wrapper .gform_footer input[type=submit] {
  font-size: 1em;
  height: 40px;
  line-height: 40px;
  padding: 0 5em;
  margin: 0 auto;
  background-color: #2176ae;
  color: #fff;
  display: block; }

.gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #255a7f; }

#gform_2 h3 {
  color: #4f4944;
  font-weight: 400;
  font-size: 1.75em; }

#gform_2 .gform_heading {
  text-align: center; }

.gform_wrapper form#gform_2 {
  border-bottom: 1px solid #ccc;
  overflow: visible; }

#gform_2 .gform_footer {
  padding: 0;
  width: 200px;
  margin: 0 auto -20px;
  background: #fff; }

.gform_confirmation_wrapper {
  text-align: center;
  font-size: 1.75em;
  padding: 3em 0; }

/* -------------------------------------------------------------------------
 Agencies Page Style
---------------------------------------------------------------------------- */
#agencies-widgets {
  color: #283e50; }

.bg-green-l {
  background: #00967e; }

#agencies-widgets div.widget {
  padding-top: 5em;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center; }

#agencies-widgets div.widget:first-child {
  background-image: url("../images/agensies/fed-icon.png"); }

#agencies-widgets div.widget:nth-child(2) {
  background-image: url("../images/agensies/state-icon.png"); }

#agencies-widgets div.widget:last-child {
  background-image: url("../images/agensies/local-icon.png"); }

#agencies-widgets .textwidget {
  margin: 0 3em; }

#agency-fed {
  border-color: #283e50; }

#agency-state {
  border-color: #2176ae; }

#agency-local {
  border-color: #00967e; }

.page-template-page-agencies .main-content article h2 {
  color: #283e50;
  padding: 0.15em 0 0; }

.agency-main-content {
  padding-bottom: 0; }

.agency-item .row-full {
  padding: 0 !important; }

.agency-item .agency-tittle {
  color: #fff;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 0%;
  opacity: 0.7;
  background-color: #001021;
  width: 100%;
  height: 100%;
  z-index: 999; }

.agency-item .agency-tittle span {
  position: relative;
  top: 100px;
  display: block;
  padding: 0.5em; }
  @media only screen and (min-width: 48em) {
    .agency-item .agency-tittle span {
      top: 35%; } }

.agency-item .hover .agency-tittle, .agency-item .agency-tittle:hover {
  opacity: 1;
  background-color: transparent; }

.agency-item .hover .agency-tittle span, .agency-item .agency-tittle:hover span {
  background-color: #2176ae;
  opacity: 0.9; }

.exp-image {
  display: block;
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 50%; }

.exp-image img {
  height: 100% !important;
  width: auto; }

.omega hr {
  color: #e3e3e3; }

.omega .btn {
  background-color: #293e50;
  color: #fff; }

.eg-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%; }

.eg-grid li {
  display: inline-block;
  vertical-align: top;
  width: 33.33333%;
  padding: 0;
  margin-right: -5px; }

@media (min-width: 30em) and (max-width: 62em) {
  .eg-grid li {
    width: 50%; } }
@media only screen and (max-width: 30em) {
  .eg-grid li {
    width: 100%; } }

.eg-grid li > a,
.eg-grid li > a img {
  border: none;
  display: block;
  margin: 0;
  outline: none;
  position: relative; }

.eg-grid li > a img {
  width: 100%;
  max-width: none; }

.eg-thumb {
  overflow: hidden; }

.eg-thumb > a .w-label {
  background: #dfdfdf;
  display: block;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased; }

.eg-thumb > a .w-label > a:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5; }

.eg-label {
  color: #fff; }

li.eg-expanded > a:after {
  border: solid transparent;
  border-bottom-color: #fff;
  border-width: 15px;
  content: " ";
  height: 0;
  margin: -30px 0 0 -15px;
  pointer-events: none;
  position: absolute;
  top: auto;
  left: 50%;
  width: 0;
  z-index: 1000; }

li.eg-expanded > a:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

li.eg-expanded > a:hover > a .w-label {
  color: #fff; }

.eg-expander {
  margin-top: 0em;
  margin-bottom: 1em;
  overflow: hidden;
  position: absolute;
  top: auto;
  left: 0;
  text-align: left;
  width: 100%; }
  .eg-expander h1 {
    color: #283e50; }

.eg-expander-inner {
  height: 100%;
  padding: 2em; }

.eg-close {
  position: absolute;
  font-size: 3em;
  text-align: right;
  line-height: 1em;
  z-index: 100;
  top: 0;
  right: 1em; }

/* -------------------------------------------------------------------------
 Agencies Details Pages Style
---------------------------------------------------------------------------- */
.single-agencies .main-content {
  padding-bottom: 0; }

.single-agencies .wrap {
  max-width: 62em; }

.single-agencies h2, .single-agencies #tabs li a span {
  color: #4f4944; }

.single-agencies .row-full {
  padding: 1em 0 2em;
  margin-top: 1em; }

.single-agencies .row {
  padding-top: 2em; }

.single-agencies .mac-section .col-md-9of12 {
  padding: 0 !important; }

.single-agencies .mac-image {
  float: none;
  width: 100%;
  margin-left: -1em; }

@media only screen and (min-width: 48em) {
  .single-agencies .mac-image {
    float: left;
    width: 55%; } }

.single-agencies .mac-content {
  position: initial; }

@media only screen and (min-width: 48em) {
  .single-agencies .mac-content {
    overflow: hidden;
    right: 3em;
    position: relative; } }
@media (min-width: 48em) and (max-width: 80em) {
  .single-agencies .mac-content {
    right: 0em; } }

.single-agencies .mac-image img {
  width: 100%; }

.single-agencies #tabs ul {
  padding: 0;
  width: 60%;
  margin: 0 auto; }

.single-agencies #tabs .tabs-1, .single-agencies #tabs .tabs-2, .single-agencies #tabs .tabs-3 {
  background: #fff; }

.single-agencies #tabs li {
  width: 33%; }

.single-agencies .tabulous_active {
  margin-top: -8px;
  padding: 12px 30px 20px !important; }

.single-agencies #tabs_container div {
  padding: 3% 23%; }

@media only screen and (max-width: 30em) {
  .single-agencies #tabs_container div {
    padding: 5%; } }

.single-agencies #tabs .tabs-1 {
  border-color: #283e50; }

.single-agencies #tabs .tabs-2 {
  border-color: #2176ae; }

.single-agencies #tabs .tabs-3 {
  border-color: #00967e; }

.single-agencies #tabs li a {
  border-top: 8px solid; }

.single-agencies #tabs li a span {
  line-height: 1em;
  font-size: 0.75em;
  text-align: center; }

@media only screen and (max-width: 30em) {
  .single-agencies #tabs ul {
    width: 100%; } }
@media (min-width: 30em) and (max-width: 48em) {
  .single-agencies #tabs ul {
    width: 100%; } }

@media only screen and (max-width: 30em) {
  .single-agencies #tabs li a {
    padding-right: 10px !important;
    padding-left: 10px !important; } }

@media only screen and (max-width: 30em) {
  .single-agencies .tabulous_active {
    padding-right: 20px !important;
    padding-left: 20px !important; } }

/* -------------------------------------------------------------------------
 Blog Page Style
---------------------------------------------------------------------------- */
.main-blog,
.main-search,
.main-archive {
  padding-top: 3em; }

.main-search article {
  border-bottom: 1px solid #e5e8f0;
  margin-bottom: 1.5em; }

.main-search .excerpt-read-more {
  margin: 1.5em 0 1em; }

.blog-post-list article,
.archive-post-list article {
  border-bottom: 1px solid #e5e8f0;
  margin-bottom: 2.5em; }

.main-blog .h2 a,
.archive-post-list .h2 a {
  color: #283e50; }

.entry-meta-list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none; }

.entry-meta-list li {
  padding: 0 1em;
  float: left;
  border-right: 1px solid #786f68; }

.entry-meta-list li:first-child {
  margin-left: -1em; }

.entry-meta-list li:last-child {
  border: none; }

.blog-post-list .excerpt-read-more,
.archive-post-list .excerpt-read-more {
  margin: 1.5em 0 2em; }

#sidebar1 {
  display: none; }
  @media only screen and (min-width: 48em) {
    #sidebar1 {
      display: block; } }

.content-search {
  padding-top: 1em; }

.content-search form.searchandfilter {
  max-width: 100%; }

.wistia_embed {
  max-width: 640px;
  width: 100%; }

/* ------------------Downloads Page Style---------------------------- */
.downloads-main-content {
  padding: 0; }

.dw-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%; }

.dw-grid > li {
  float: left;
  width: 100%;
  padding: 2em 0 1em; }

.dw-grid > li li {
  width: 25%;
  margin-right: -5px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  text-align: center; }
  @media (min-width: 1em) and (max-width: 48em) {
    .dw-grid > li li {
      width: 50%; } }

.dw-grid li > a,
.dw-grid li > a img {
  border: none;
  display: block;
  margin: 0;
  outline: none;
  position: relative; }

.dw-grid li > a img {
  width: 100%;
  max-width: none; }

.dw-grid > li:nth-child(2n) {
  background-color: #eaebef; }

.dw-grid li ul.wrap {
  width: 100%;
  padding-left: 0; }

.dw-item .eg-thumb {
  overflow: visible; }

.dw-item img {
  margin: 0 auto; }

.dw-item .eg-close {
  color: #fff; }

.dw-item .exp-image img {
  margin: 0; }

.dw-item span {
  display: block;
  color: #2176ae;
  padding: 0 1em;
  max-width: 165px;
  margin: 1em auto;
  font-size: 0.85em; }
  @media (min-width: 30em) and (max-width: 48em) {
    .dw-item span {
      font-size: 1em; } }

.dw-item .omega div {
  font-size: 0.875em; }
  @media (min-width: 30em) and (max-width: 48em) {
    .dw-item .omega div {
      font-size: 1em;
      line-height: 1.5; } }

.dw-item .exp-image {
  border-radius: 0; }

.dw-item .omega .btn {
  background-color: #fff;
  color: #2176ae; }

.dw-item .omega .btn:hover {
  background-color: #255a7f; }

.downloads {
  color: #fff;
  overflow: hidden; }

.downloads h1 {
  margin-top: 1.5em;
  color: #fff;
  font-size: 1.125em; }
  @media (min-width: 30em) and (max-width: 48em) {
    .downloads h1 {
      font-size: 1.5em; } }

.downloads li.eg-expanded .item-wrap {
  position: relative;
  padding-bottom: 2em; }

.downloads li.eg-expanded a.eg-clicker:after {
  border: solid transparent;
  border-bottom-color: #293e51;
  border-width: 15px;
  content: " ";
  height: 0;
  margin: -30px 0 0 -15px;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  z-index: 1000; }

.dw-item .eg-expander-inner {
  padding-bottom: 3em; }

.downloads-main-content .eg-expander-inner {
  padding: 2em 2em 1em;
  margin: 0 auto; }

.dw-item .row-full {
  padding-bottom: 0; }

.ico-page img {
  display: inline; }

.description {
  font-size: 1em;
  color: #4f4944; }

.pagg {
  padding: 1em 0; }

.pagg .page-numbers {
  margin: 0 5px;
  font-size: 1.1em;
  font-weight: 500;
  color: #2a3a49; }

.page-numbers.prev, .page-numbers.next {
  color: #2176ae; }

.pagg .page-numbers.current {
  position: relative;
  color: #2176ae; }

.pagg .page-numbers.current:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -2px;
  width: 12px;
  height: 8px;
  background: url("../images/ico-arr-up.png") no-repeat; }

.pagg .prev {
  position: relative; }

.pagg .prev:after {
  content: "";
  position: absolute;
  left: -35px;
  top: 2px;
  width: 20px;
  height: 13px;
  background: url("../images/ico-arr-left.png") no-repeat; }

.pagg .next {
  position: relative; }

.pagg .next:after {
  content: "";
  position: absolute;
  top: 2px;
  right: -35px;
  width: 20px;
  height: 13px;
  background: url("../images/ico-arr-right.png") no-repeat; }

.downloads-main-content .row-full {
  margin-top: 0;
  padding: 1em 1%; }

.downloads-main-content .searchandfilter {
  width: 100%;
  max-width: none; }

.downloads-main-content .searchandfilter > ul {
  overflow: hidden;
  padding: 1.2em 0 0;
  text-align: center; }

.searchandfilter ul li {
  padding: 0; }

.downloads-main-content .searchandfilter > ul ul {
  padding: 0; }

.downloads-main-content .searchandfilter > ul > li {
  position: relative;
  display: inline-block;
  margin-right: 6%; }

.downloads-main-content .searchandfilter > ul > li:nth-child(3) {
  margin-right: 0; }

.downloads-main-content .reversed h2 {
  margin-bottom: 0.5em; }

.downloads-main-content .searchandfilter h4 {
  float: left;
  margin-right: 15px;
  padding: 0;
  line-height: 42px; }

.downloads-main-content .searchandfilter select {
  position: relative;
  min-width: 0;
  width: 176px;
  height: 41px;
  max-width: 100%;
  margin-bottom: 0;
  background: url("../images/ico-arr-down.png") no-repeat 95% center; }

.searchandfilter .datepicker {
  width: 175px;
  max-width: 100%;
  margin-bottom: 0; }

.downloads-main-content .sf-field-search {
  float: none;
  clear: both; }

.downloads-main-content .searchandfilter ul > li > ul:not(.children) {
  overflow: hidden; }

.downloads-main-content .searchandfilter ul li li {
  padding: 0; }

.downloads-main-content hr {
  height: 1px;
  width: 80%;
  border: 0;
  margin-bottom: 0;
  opacity: 0.25;
  background: #fff; }

.downloads-main-content .searchandfilter > ul > li.sf-field-search {
  position: absolute;
  bottom: -87px;
  left: 50%;
  margin-left: -460px;
  float: none;
  width: 910px;
  max-width: 100%;
  clear: both; }

.dw-search {
  min-height: 72px; }

.bg-gray-l {
  background-color: #e9ebed; }

.downloads-main-content .searchandfilter .sf-field-search input,
.content-search .searchandfilter .sf-field-search input {
  padding-left: 50px;
  border: 1px solid #b9bfc5;
  background-color: transparent;
  color: #586977;
  font-size: 0.875em;
  background: url("../images/ico-search.png") no-repeat 10px center; }

.downloads-main-content input::-webkit-input-placeholder {
  color: #8c98a2; }

.downloads-main-content input::-moz-placeholder {
  color: #8c98a2; }

.downloads-main-content input:-ms-input-placeholder {
  color: #8c98a2; }

.downloads-main-content .sf-field-search input::-webkit-input-placeholder {
  color: #586977; }

.downloads-main-content .sf-field-search input::-moz-placeholder {
  color: #586977; }

.downloads-main-content .sf-field-search input:-ms-input-placeholder {
  color: #586977; }

.downloads-main-content .searchandfilter select,
.downloads-main-content .searchandfilter .sf_date_field input {
  float: left;
  padding-left: 1.25em;
  color: #8c98a2;
  border: 1px solid #2176ae;
  background-color: #293e51;
  font-style: italic;
  font-size: 0.875em; }

@media (min-width: 1em) and (max-width: 62em) {
  .downloads-main-content .searchandfilter > ul > li {
    margin-bottom: 1em; } }

@media (min-width: 1em) and (max-width: 62em) {
  .downloads-main-content .searchandfilter > ul > li.sf-field-search {
    left: 0;
    margin-left: 0;
    bottom: -103px; } }

@media (min-width: 1em) and (max-width: 48em) {
  .downloads-main-content .searchandfilter h4 {
    width: 100px; } }

@media (min-width: 1em) and (max-width: 48em) {
  .downloads-main-content .searchandfilter select, .downloads-main-content .searchandfilter .sf_date_field input {
    float: none; } }

@media (min-width: 1em) and (max-width: 48em) {
  .downloads-main-content .searchandfilter > ul > li {
    margin-right: 0; } }

@media (min-width: 1em) and (max-width: 48em) {
  .downloads-main-content .searchandfilter > ul > li.sf-field-search {
    bottom: -97px; } }

@media only screen and (max-width: 30em) {
  .downloads-main-content .searchandfilter h4 {
    float: none;
    margin: 0 auto; } }

@media only screen and (max-width: 30em) {
  .downloads-main-content .searchandfilter > ul > li {
    text-align: center;
    margin-right: 3px; } }

/* -------------------------------------------------------------------------
 Events Page Style
---------------------------------------------------------------------------- */
.event-filter {
  margin: 0 0 2em; }
  .event-filter h2 {
    margin-bottom: 0.5em; }
  .event-filter hr {
    height: 1px;
    width: 80%;
    border: 0;
    margin-bottom: 0;
    opacity: 0.25;
    background: #fff; }
  .event-filter .searchandfilter ul {
    overflow: hidden;
    padding: 1.2em 0 0;
    text-align: center; }
    .event-filter .searchandfilter ul li {
      position: relative;
      display: inline-block;
      margin-right: 3%; }
      .event-filter .searchandfilter ul li input {
        font-style: italic;
        font-size: 0.875em;
        padding: 0.75em 1.75em;
        border-radius: 3px;
        color: #fff;
        border: 1px solid #2176ae;
        background-color: #293e51; }

#event-list h2 {
  overflow: hidden;
  font-size: 1.3125em;
  margin: 0;
  height: auto;
  line-height: 1.125em;
  min-height: 70px;
  vertical-align: middle;
  display: table-cell; }
#event-list .row {
  padding: 0; }
#event-list .ev-it {
  border-bottom: 1px solid #ccc;
  padding: 1em 0.5em 0.5em;
  margin: 0 2%;
  width: 46%; }
#event-list .ev-desc {
  padding: 0 0 0 1.5em;
  vertical-align: middle;
  display: table-cell; }
  #event-list .ev-desc p {
    font-size: 0.95em;
    line-height: 1.25em;
    margin: 0; }
#event-list .margin-auto.no-float {
  clear: both; }
#event-list .icon-event, #event-list .icon-webinar {
  display: block;
  height: 70px;
  width: 70px;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  display: table-cell; }
#event-list .icon-event {
  background-image: url("../images/iccons-v2/cal-icon.png"); }
#event-list .icon-webinar {
  background-image: url("../images/iccons-v2/play-icon.png"); }

/* -------------------------------------------------------------------------
 Newsroom Page Style
---------------------------------------------------------------------------- */
.news-list {
  padding-top: 2em; }

.news-item {
  border-top: 1px solid #786f68;
  padding: 1em 0; }
  .news-item .new-info {
    margin: 0; }
  .news-item .news-date {
    display: inline-block;
    padding-right: 0.5em;
    margin-right: 1em;
    line-height: 1.25em;
    border-right: 1px solid #786f68; }
  .news-item .news-source {
    font-size: 15px;
    font-style: italic;
    color: #786f68; }

.newsroom-main .wrap .news-item:first-child {
  border: none; }

.newsroom-wrap h2 {
  margin-top: 1.5em; }

/* -------------------------------------------------------------------------
 Single Posts Style
---------------------------------------------------------------------------- */
.single-post #main {
  padding-top: 1.5em; }

.entry-meta a, .entry-time, #sidebar1 a {
  color: #2176ae; }

.blog-post-single article {
  border-bottom: 1px solid #e5e8f0;
  margin-bottom: 2.5em;
  padding-bottom: 2em; }

#sidebar1 ul {
  padding-left: 0; }

#sidebar1 li {
  list-style: none; }

#sidebar1 > div {
  line-height: 2.5em; }

#sidebar1 > div:first-child h4 {
  color: #2176ae; }

#sidebar1 h4, .h4 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.25em; }

.single-post #main,
.single-careers #main,
.single-newsroom #main {
  padding-top: 2.5em; }

.wgt-follow-us .tw,
.wgt-follow-us .fb,
.wgt-follow-us .in,
.wgt-follow-us .rss,
.wgt-follow-us .gplus {
  display: block;
  padding-left: 40px; }

.wgt-follow-us .tw {
  background: url("../images/ico-twitter.png") no-repeat left center; }

.wgt-follow-us .fb {
  background: url("../images/ico-facebook.png") no-repeat left center; }

.wgt-follow-us .gplus {
  background: url("../images/ico-googleplus.png") no-repeat left center; }

.wgt-follow-us .in {
  background: url("../images/ico-linkedin.png") no-repeat left center; }

.wgt-follow-us .rss {
  background: url("../images/ico-linkedin.png") no-repeat left center; }

.blog-post-single .pagg > .page-link-number {
  position: relative;
  color: #2176ae;
  font-weight: 500;
  font-size: 1.1em;
  margin: 0 5px; }

.blog-post-single .pagg > .page-link-number:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -2px;
  width: 12px;
  height: 8px;
  background: url("../images/ico-arr-up.png") no-repeat; }

.blog-post-single .pagg a {
  position: relative;
  margin: 0 5px;
  font-size: 1.1em;
  font-weight: 500;
  color: #2a3a49; }

.blog-post-single .pagg a:first-child,
.blog-post-single .pagg a:last-child {
  color: #2176ae; }

.blog-post-single .pagg a:first-child:after {
  content: "";
  position: absolute;
  left: -35px;
  top: 2px;
  width: 20px;
  height: 13px;
  background: url("../images/ico-arr-left.png") no-repeat; }

.blog-post-single .pagg a:last-child:after {
  content: "";
  position: absolute;
  top: 2px;
  right: -35px;
  width: 20px;
  height: 13px;
  background: url("../images/ico-arr-right.png") no-repeat; }

/*---------------------------------------------------------------------------
PRINT STYLES
----------------------------------------------------------------------------*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

/*# sourceMappingURL=style.css.map */
