/* ==========================================================================

    Project: CacheFly
    Author: XHTMLized.com
    Last updated: Mon Mar 23 2015 17:45:56

    1. Normalize
    2. Placeholders
    3. Jquery.qtip
    4. Fonts
    5. Normalize
    6. Layout
    7. Header
    8. Navigation
    9. Footer
    10. Wordpress
    11. Sections
    12. Page-headings
    13. Buttons
    14. Forms
    15. Entry-content
    16. Widgets
    17. Cta
    18. Home-intro
    19. Landing-intro
    20. Showcase
    21. Locations
    22. Features
    23. Features-list
    24. Features-table
    25. Inline-features
    26. Content-panels
    27. Blog-post
    28. Blog-excerpt
    29. Comments
    30. Pagination
    31. Testimonials
    32. Testimonials-excerpt
    33. Customer-quotes
    34. Benefits
    35. Clients
    36. Clients-excerpt
    37. Case-studies
    38. Case-studies-excerpt
    39. Case-studies-popup
    40. Content-nav
    41. Side-nav
    42. Gallery
    43. Sign-in
    44. Contact-form
    45. Contact
    46. Visit-us
    47. Plans
    48. Hello-bar
    49. Form-popup
    50. Interactive-map
    51. Categories
    52. Calendar
    53. Contact
    54. Did-you-know
    55. Case-studies
    56. Leftovers

   ========================================================================== */

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */

/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
    font-family: sans-serif;
  /* 1 */
    -ms-text-size-adjust: 100%;
  /* 2 */
    -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
  /* 1 */
    vertical-align: baseline;
  /* 2 */
}

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

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

/* Links
   ========================================================================== */

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

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

/* Text-level semantics
   ========================================================================== */

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

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

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

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

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

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

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
    border: 0;
}

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
  /* 1 */
    font: inherit;
  /* 2 */
    margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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;
}

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

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

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
  /* 1 */
    padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

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

td,
th {
  padding: 0;
}

/* ==========================================================================
   Custom Styling
   ========================================================================== */

@media (max-width: 767px) {
  .visible-small {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-small-block, .nav-toggle {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-small-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-small-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-medium {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-medium-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-medium-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-medium-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) {
  .visible-large {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .visible-large-block {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .visible-large-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) {
  .visible-large-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-small, .home-intro-action:before, .testimonials-excerpt .testimonial-image {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-medium {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-large {
    display: none !important;
  }
}
.entry-content .table-responsive, .entry-content table, .widget.whited,
.widget_search.whited, .blog-post .entry-meta, .comment, .case-study-excerpt, .side-nav, .sign-in form, .widget_categories ul, .widget.grayed,
.widget_search.grayed, .inline-features li, .pagination, .widget-calendar,
.widget_calendar, .widget-contact,
.widget_contact {
  background: url(../img/backgrounds/dark-dust.png);
  border: 1px solid white;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
}

.entry-content .table-responsive, .entry-content table, .widget.whited,
.widget_search.whited, .blog-post .entry-meta, .comment, .case-study-excerpt, .side-nav, .sign-in form, .widget_categories ul {
  background: white;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
}

/*
 * qTip2 - Pretty powerful tooltips - v2.2.0
 * http://qtip2.com
 *
 * Copyright (c) 2013 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Mon Nov 25 2013 11:54 GMT+0000
 * Plugins: tips modal viewport svg imagemap ie6
 * Styles: basic css3
 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}

.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}

/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
  top: 16px;
}

/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}

.qtip-icon, .qtip-icon .ui-icon {
  border-radius: 3px;
  text-decoration: none;
}

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border-width: 1px;
  border-style: solid;
  border-color: #F1D031;
  background-color: #FFFFA3;
  color: #555;
}

.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}

.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}

/*! Light tooltip style */
.qtip-light {
  background-color: white;
  border-color: #E2E2E2;
  color: #454545;
}

.qtip-light .qtip-titlebar {
  background-color: #f1f1f1;
}

/*! Dark tooltip style */
.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3;
}

.qtip-dark .qtip-titlebar {
  background-color: #404040;
}

.qtip-dark .qtip-icon {
  border-color: #444;
}

.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/*! Cream tooltip style */
.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35;
}

.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D;
}

.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0;
}

/*! Red tooltip style */
.qtip-red {
  background-color: #F78B83;
  border-color: #D95252;
  color: #912323;
}

.qtip-red .qtip-titlebar {
  background-color: #F06D65;
}

.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0;
}

.qtip-red .qtip-icon {
  border-color: #D95252;
}

.qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #D95252;
}

/*! Green tooltip style */
.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219;
}

.qtip-green .qtip-titlebar {
  background-color: #B0DE78;
}

.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0;
}

/*! Blue tooltip style */
.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD;
}

.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5;
}

.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0;
}

.qtip-shadow {
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
  border-radius: 5px;
}

.qtip-rounded .qtip-titlebar {
  border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube {
  border-radius: 2px;
  box-shadow: 0 0 3px #333;
  color: white;
  border-width: 0;
  background: #4A4A4A;
}

.qtip-youtube .qtip-titlebar {
  background-color: #4A4A4A;
  background-color: transparent;
}

.qtip-youtube .qtip-content {
  padding: .75em;
  font: 12px arial,sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
}

.qtip-youtube .qtip-icon {
  border-color: #222;
}

.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* jQuery TOOLS Tooltip style */
.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid #ddd;
  border: 2px solid #f1f1f1;
  border-radius: 2px;
  box-shadow: 0 0 12px #333;
}

/* IE Specific */
.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}

.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}

.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
  background: transparent;
  color: white;
  border: 0 dashed transparent;
}

.qtip-jtools .qtip-icon {
  border-color: #555;
}

.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333;
}

/* Cluetip style */
.qtip-cluetip {
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent;
}

.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: white;
  border: 0 dashed transparent;
}

.qtip-cluetip .qtip-icon {
  border-color: #808064;
}

.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952;
}

/* Tipsy style */
.qtip-tipsy {
  background: black;
  background: rgba(0, 0, 0, 0.87);
  color: white;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: 'Lucida Grande', sans-serif;
  font-weight: bold;
  line-height: 16px;
  text-shadow: 0 1px black;
}

.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10px;
  background-color: transparent;
}

.qtip-tipsy .qtip-content {
  padding: 6px 10px;
}

.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none;
}

.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* Tipped style */
.qtip-tipped {
  border: 3px solid #959FA9;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: normal;
  font-family: serif;
}

.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: white;
  background: #3A79B8;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}

.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589;
}

.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555;
}

/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap {
  /** Taken from Bootstrap body */
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  /** Taken from Bootstrap .popover */
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.qtip-bootstrap .qtip-titlebar {
  /** Taken from Bootstrap .popover-title */
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.qtip-bootstrap .qtip-titlebar .qtip-close {
  /**
   * Overrides qTip2:
   * .qtip-titlebar .qtip-close{
   *   [...]
   *   right: 4px;
   *   top: 50%;
   *   [...]
   *   border-style: solid;
   * }
   */
  right: 11px;
  top: 45%;
  border-style: none;
}

.qtip-bootstrap .qtip-content {
  /** Taken from Bootstrap .popover-content */
  padding: 9px 14px;
}

.qtip-bootstrap .qtip-icon {
  /**
   * Overrides qTip2:
   * .qtip-default .qtip-icon {
   *   border-color: #CCC;
   *   background: #F1F1F1;
   *   color: #777;
   * }
   */
  background: transparent;
}

.qtip-bootstrap .qtip-icon .ui-icon {
  /**
   * Overrides qTip2:
   * .qtip-icon .ui-icon{
   *   width: 18px;
   *   height: 14px;
   * }
   */
  width: auto;
  height: auto;
  /* Taken from Bootstrap .close */
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.qtip-bootstrap .qtip-icon .ui-icon:hover {
  /* Taken from Bootstrap .close:hover */
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  -webkit-filter: none;
          filter: none;
  -ms-filter: none;
}

.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}

/* Opera bug #357 - Incorrect tip position
https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus, .qtip .qtip-tip {
  visibility: hidden;
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent;
}

.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}

.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible;
}

#qtip-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
  cursor: pointer;
}

/* Change opacity of overlay here */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.qtipmodal-ie6fix {
  position: absolute !important;
}

@font-face {
  font-family: 'Ebrima';
  src: url("../fonts/ebrima.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ebrima.eot?#iefix") format("embedded-opentype"), url("../fonts/ebrima.woff") format("woff"), url("../fonts/ebrima.ttf") format("truetype"), url("../fonts/ebrima.svg#374dd3a6b30a784035c0d43f77cddb65") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

html {
  height: 100%;
  font: normal 75%/1.625 "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 87.5%;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 100%;
  }
}

body {
  min-height: 100%;
  position: relative;
  color: #393939;
  transition: padding 0.4s ease-in-out;
}
body.landing-page.sticky-header {
  padding-top: 73px;
}
@media screen and (min-width: 768px) {
  body.landing-page.sticky-header {
    padding-top: 93px;
  }
}

a {
  color: #3c5588;
  text-decoration: none;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out, opacity 0.25s ease-in-out, border 0.25s ease-in-out;
}
a:hover, a:active, a:focus {
  color: #1584c9;
}

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

img {
  max-width: 100%;
  display: block;
}

em {
  font-style: italic;
}

h1, h2, h3, h4 {
  font-family: "Open Sans", sans-serif;
}

.style-italic {
  font-style: italic;
}

.style-bold {
  font-weight: bold;
}

.style-underline {
  text-decoration: underline;
}

.accessibility-nav {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 1000;
}
.accessibility-nav a {
  position: absolute;
  top: 0;
  white-space: nowrap;
}
.accessibility-nav a:active,
.accessibility-nav a:focus {
  left: 9999em;
}

.container, .container-flex {
  position: relative;
  width: 100%;
  max-width: 1066px;
  padding: 0 20px;
  margin: 0 auto;
}
.container:after, .container-flex:after {
  content: "";
  display: table;
  clear: both;
}

.flexboxlegacy .container-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
@media screen and (min-width: 768px) {
  .flexboxlegacy .container-flex {
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.flexboxlegacy .inverted .content {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .content {
    float: right;
    width: 68%;
  }
  .flexboxlegacy .content {
    margin: 0;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 5%;
  }
  .flexboxlegacy .inverted .content {
    padding-right: 0;
    padding-left: 5%;
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .content {
    width: 71.5%;
  }
  .flexboxlegacy .content {
    padding-right: 5%;
  }
  .flexboxlegacy .inverted .content {
    padding-right: 0;
    padding-left: 5%;
  }
}

.flexboxlegacy .sidebar {
  margin-top: 3em;
}
.inverted .sidebar {
  margin-top: 3em;
}
.flexboxlegacy .inverted .sidebar {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sidebar {
    float: left;
    width: 15%;
    min-width: 200px;
  }
  .flexboxlegacy .sidebar {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .sidebar {
    min-width: 240px;
  }
  .inverted .sidebar, .flexboxlegacy .inverted .sidebar {
    margin-top: 4em;
  }
}

.flexboxlegacy.no-touch .subpage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flexboxlegacy.no-touch .subpage .body-bag {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header {
  padding: 15px 0;
  background: white;
}
.header:after {
  content: "";
  display: table;
  clear: both;
}
.header-alt .header {
  background: #393939;
  margin-top: -25px;
}
@media screen and (min-width: 768px) {
  .header-alt .header {
    margin-top: -55px;
  }
}
.subpage:not(.landing-page) .header {
  position: relative;
  z-index: 3;
  margin-top: 0;
  padding: 12px 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.landing-page .header {
  padding: 10px 0;
  border-bottom: 3px solid rgba(17, 117, 180, 0.25);
}
.landing-page.sticky-header .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.user-bar {
  padding: 7px 0;
  background: #393939;
  text-align: right;
}
.user-bar .user-link {
  color: white;
  text-transform: uppercase;
}
.user-bar .user-link:hover {
  color: #1584c9;
}
.header-alt .user-bar {
  padding-top: 27px;
}
.header-alt .user-bar .user-link {
  position: relative;
  z-index: 1;
}
.subpage .user-bar {
  display: none;
}

.site-name {
  float: left;
  overflow: hidden;
}
.site-name .mark {
  float: left;
  display: block;
  width: 150px;
  height: 70px;
  background: url(../img/logo.png) no-repeat;
  background-size: 100%;
  text-indent: -999em;
  transition: height 0.4s ease-in-out, width 0.4s ease-in-out;
}
.landing-page .site-name .mark {
  width: 107px;
  height: 50px;
}
.landing-page.compact .site-name .mark {
  width: 86px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .landing-page .site-name .mark {
    width: 150px;
    height: 70px;
  }
  .landing-page.compact .site-name .mark {
    width: 86px;
    height: 40px;
  }
}
@media screen and (min-width: 992px) {
  .site-name .mark {
    width: 215px;
    height: 100px;
  }
}
.svg .site-name .mark {
  background-image: url(../img/logo.svg);
}
.subpage:not(.landing-page) .site-name .mark {
  width: 48px;
  height: 50px;
  background: url(../img/logo-mark.png) no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 992px) {
  .subpage:not(.landing-page) .site-name .mark {
    margin-left: 1.125em;
  }
}
.svg .subpage:not(.landing-page) .site-name .mark {
  background-image: url(../img/logo-mark.svg);
}
.site-name .name {
  display: none;
}
.subpage .site-name .name {
  display: block;
  float: left;
  margin-left: 0.5em;
  max-width: 8em;
  color: #3c5588;
  font-size: 1.0625rem;
  line-height: 1.25;
  text-transform: uppercase;
  white-space: auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .subpage .site-name .name {
    margin-left: 1em;
  }
}
@media screen and (min-width: 992px) {
  .subpage .site-name .name {
    margin-left: 1.5em;
  }
}
.landing-page .site-name .name {
  display: none;
}
.flexbox .site-name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigation {
  clear: both;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
}
.navigation.active {
  max-height: 25em;
  padding-top: 15px;
}
.subpage .navigation.active {
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .navigation {
    float: right;
    clear: none;
    padding-top: 18px;
    margin-right: -8px;
    max-height: 25em;
    overflow: visible;
  }
  .header-alt .navigation, .header-alt .navigation.active {
    padding-top: 38px;
  }
  .subpage .navigation, .subpage .navigation.active {
    padding-top: 7px;
  }
  .landing-page .navigation, .landing-page .navigation.active {
    padding-top: 21px;
  }
  .landing-page.compact .navigation, .landing-page.compact .navigation.active {
    padding-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .navigation {
    padding-top: 26px;
    margin-right: -17px;
  }
  .header-alt .navigation, .header-alt .navigation.active {
    padding-top: 57px;
  }
  .subpage .navigation, .subpage .navigation.active {
    padding-top: 1px;
  }
  .landing-page .navigation, .landing-page .navigation.active {
    padding-top: 14px;
    margin-right: -10px;
  }
  .landing-page.compact .navigation, .landing-page.compact .navigation.active {
    padding-top: 0;
  }
}
.navigation li {
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .navigation li {
    float: left;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .navigation li.is-highlighted {
    border: 1px solid #24598e;
    margin: -1px 5px;
  }
}
.navigation li a {
  display: block;
  color: #393939;
  font-size: 1.0625rem;
  text-transform: uppercase;
  transition: none;
}
@media screen and (min-width: 768px) {
  .navigation li a {
    padding: 5px 8px;
  }
}
@media screen and (min-width: 992px) {
  .navigation li a {
    padding: 11px 17px;
  }
  .landing-page .navigation li a {
    padding: 7px 10px;
  }
}
.navigation li a:hover {
  color: #1584c9;
}
.header-alt .navigation li a {
  color: white;
}
.landing-page .navigation li a {
  color: #24598e;
  font-size: 0.9375rem;
}
.navigation li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}
.navigation li ul li {
  float: none;
  margin: 0;
  border-top: 1px solid #1098e2;
}
.navigation li ul a {
  text-transform: none;
}
.navigation li ul a:hover {
  background: black;
}
@media screen and (min-width: 768px) {
  .navigation li.active ul {
    display: block;
    min-width: 100%;
  }
  .navigation li.active ul li.active > a {
    background: #0a6db2;
  }
  .navigation li.active ul li.active > a:hover {
    background: black;
  }
  .navigation li.active ul li.active ul {
    display: block;
  }
  .navigation li.active ul ul {
    display: none;
    left: 100%;
    top: -1px;
  }
  .navigation li.active ul ul li {
    border-color: #1e82c7;
  }
  .navigation li.active ul ul a {
    background: #0a6db2;
  }
  .navigation li.active ul ul a:hover {
    background: #09619e;
  }
  .navigation li.active a {
    background: #1584c9;
    color: white;
  }
  .navigation li.active a:hover {
    background: #0a6db2;
  }
}

.nav-toggle {
  display: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 15px -12px 15px 0;
  width: 50px;
  height: 40px;
  float: right;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/hamburger.png) no-repeat center;
  background-size: 25px auto;
  transition: margin 0.4s ease-in-out;
}
.nav-toggle.active {
  background-color: #f7f7f7;
}
.subpage .nav-toggle, .landing-page .nav-toggle {
  margin-top: 5px;
  margin-bottom: 5px;
}
.landing-page.compact .nav-toggle {
  margin-top: 0;
  margin-bottom: 0;
}

.footer {
  clear: both;
  background: #1175b4;
  color: white;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .footer {
    background: linear-gradient(to bottom, #1384cb, #0f669d);
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 992px) {
  .footer {
    font-size: 0.75rem;
  }
}
.footer a {
  color: white;
  white-space: nowrap;
}
.footer a:hover {
  text-decoration: underline;
}
.footer h4 {
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .footer h4 {
    font-size: 0.875rem;
  }
}
.footer > .container, .footer > .container-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
@media screen and (min-width: 768px) {
  .footer > .container, .footer > .container-flex {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
@media screen and (min-width: 992px) {
  .footer > .container, .footer > .container-flex {
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
.footer-col {
  float: left;
  padding: 15px 0;
  border-top: 1px solid #1384cb;
}
.footer-col:first-child {
  border: 0;
}
@media screen and (min-width: 768px) {
  .footer-col {
    padding: 30px 30px 40px;
    border: 0;
    border-left: 1px solid #1384cb;
  }
  .footer-col:first-child {
    border: 0;
    padding-left: 0;
  }
  .footer-col:last-child {
    padding-right: 0;
  }
  .footer-col:nth-child(-n+3) {
    -webkit-flex: 33%;
        -ms-flex: 33%;
            flex: 33%;
  }
  .footer-col:nth-child(n+4) {
    -webkit-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    border-top: 1px solid #1384cb;
  }
  .footer-col:nth-child(4) {
    border-left: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .footer-col {
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .footer-col:nth-child(n) {
    border-top: 0;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .footer-col:nth-child(4) {
    padding-left: 30px;
    border-left: 1px solid #1384cb;
  }
}
@media screen and (min-width: 992px) {
  .footer-col ul {
    line-height: 2.1667;
  }
}
.footer-col .vcard {
  padding-top: 3px;
}
.footer-col .vcard .tel {
  display: block;
  position: relative;
  margin-top: 1.05em;
  padding-left: 38px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 26px;
  white-space: nowrap;
}
.footer-col .vcard .tel:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  height: 26px;
  width: 26px;
  background: url(../img/sprites.png) no-repeat -96px -32px;
}
.footer-col .vcard .tel.fax:before {
  background-position: -128px -32px;
}
.footer-socials {
  min-width: 154px;
  padding-top: 10px;
}
.footer-socials:after {
  content: "";
  display: table;
  clear: both;
}
.footer-socials a {
  display: block;
  height: 34px;
  background: url(../img/sprites.png) no-repeat;
}
.footer-socials li {
  float: left;
  margin-left: 6px;
  height: 34px;
  width: 34px;
  text-indent: -999em;
}
.footer-socials li:first-child {
  margin: 0;
}
.footer-socials li.icon-facebook a {
  background-position: 0px -160px;
}
.footer-socials li.icon-twitter a {
  background-position: -64px -160px;
}
.footer-socials li.icon-linkedin a {
  background-position: -128px -160px;
}
.footer-socials li.icon-google a {
  background-position: -192px -160px;
}
.footer-logo {
  height: 73px;
  width: 154px;
  margin-top: 1em;
  background: url(../img/logo-alt.png) no-repeat 0 0;
  background-size: 154px auto;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    margin-top: 3em;
  }
}
.svg .footer-logo {
  background-image: url(../img/logo-alt.svg);
}
.footer-side-navs {
  padding: 4px 0 14px;
  border-top: 1px solid #1384cb;
}
.footer-side-navs:after {
  content: "";
  display: table;
  clear: both;
}
.footer-side-nav {
  margin-top: 10px;
}
.footer-side-nav:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 992px) {
  .footer-side-nav.left {
    float: left;
  }
  .footer-side-nav.right {
    float: right;
  }
}
.footer-side-nav li {
  float: left;
  white-space: nowrap;
}
.footer-side-nav li:after {
  content: "|";
  padding: 0 6px;
}
.footer-side-nav li:last-child:after {
  display: none;
}

.alignnone,
.aligncenter,
.alignright,
.alignleft {
  border-radius: 4px;
}

.alignnone {
  margin: 0.5em 1.25em 1.25em 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 0.5em auto;
}

.alignright {
  float: right;
  margin: 1.25em 0 1.25em 1.25em;
}

.alignleft {
  float: left;
  margin: 1.25em 1.25em 1.25em 0;
}

.aligncenter {
  display: block;
  margin: 1.25em auto;
}

a img.alignright {
  float: right;
  margin: 0.5em 0 1.25em 1.25em;
}
a img.alignleft {
  float: left;
  margin: 0.5em 1.25em 1.25em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  padding: 0.5em 3px 0 3px;
  max-width: 96%;
  /* Image does not overflow the content area */
  text-align: center;
  background: white;
  border: 1px solid #f7f7f7;
}
.wp-caption.aligncenter {
  margin: 0.5em auto 1.25em auto;
}
.wp-caption.alignnone {
  margin: 0.5em auto 1.25em auto;
}
.wp-caption.alignleft {
  margin: 0.5em 1.25em 1.25em 0;
}
.wp-caption.alignright {
  margin: 0.5em 0 1.25em 1.25em;
}
.wp-caption img {
  width: auto;
  height: auto;
  max-width: 98.5%;
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 0.5em;
  font-size: 11px;
  line-height: 17px;
}

.section, .section-blue, .section-black, .section-white, .section-gray, .section-light-gray, .section-creme, .section-dark-gray, .section-dusty, .section-dark-dusty {
  padding: 3.375rem 0;
  overflow: hidden;
}
.section .section-heading, .section-blue .section-heading, .section-black .section-heading, .section-white .section-heading, .section-gray .section-heading, .section-light-gray .section-heading, .section-creme .section-heading, .section-dark-gray .section-heading, .section-dusty .section-heading, .section-dark-dusty .section-heading {
  font-size: 1.625rem;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}
.section .section-subheading, .section-blue .section-subheading, .section-black .section-subheading, .section-white .section-subheading, .section-gray .section-subheading, .section-light-gray .section-subheading, .section-creme .section-subheading, .section-dark-gray .section-subheading, .section-dusty .section-subheading, .section-dark-dusty .section-subheading {
  margin-top: 1.88em;
  color: #3c5588;
  font-size: 1.5625em;
  font-weight: 600;
  line-height: 1.84;
}
.section.section--no-top-padding, .section--no-top-padding.section-blue, .section--no-top-padding.section-black, .section--no-top-padding.section-white, .section--no-top-padding.section-gray, .section--no-top-padding.section-light-gray, .section--no-top-padding.section-creme, .section--no-top-padding.section-dark-gray, .section--no-top-padding.section-dusty, .section--no-top-padding.section-dark-dusty {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .section.mobile-no-paddings, .mobile-no-paddings.section-blue, .mobile-no-paddings.section-black, .mobile-no-paddings.section-white, .mobile-no-paddings.section-gray, .mobile-no-paddings.section-light-gray, .mobile-no-paddings.section-creme, .mobile-no-paddings.section-dark-gray, .mobile-no-paddings.section-dusty, .mobile-no-paddings.section-dark-dusty {
    padding: 0;
  }
}

.section-blue {
  background: #1584c9;
  color: white;
}

.section-black {
  background: black;
  color: white;
}

.section-white {
  background: #fdfdfd;
}

.section-gray {
  background: linear-gradient(to bottom, #d4d4d4, #dadada);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#dadada',GradientType=0 );
}

.section-light-gray {
  background: linear-gradient(to bottom, #f7f7f7 0%, #f7f7f7 15%, #fdfdfd 20%, #fdfdfd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#fdfdfd',GradientType=0 );
}

.section-creme {
  background: #e7e7e7;
}

.section-dark-gray {
  background: #393939;
  color: white;
}

.section-dusty {
  background: url(../img/backgrounds/dust.png);
}

.section-dark-dusty {
  background: url(../img/backgrounds/dark-dust.png);
}

.page-heading {
  position: relative;
  margin-top: 3.25em;
}
.page-heading:first-child {
  margin-top: 0;
}
.page-heading h1,
.page-heading h2 {
  color: #3c5588;
  font-size: 1.875rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.page-heading p {
  margin-top: 1.0625em;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  line-height: 1.625;
}
.page-heading-icon {
  display: inline-block;
  height: 59px;
  width: 67px;
  margin-right: 0.3em;
  margin-top: -2px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 67px auto;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .page-heading-icon {
    margin-right: 0.75em;
  }
}
.page-heading-watermark {
  display: block;
  position: absolute;
  z-index: -1;
  top: -0.625em;
  left: -3em;
  height: 1000px;
  width: 1000px;
  opacity: 0.05;
  background-repeat: no-repeat;
  background-size: 350px auto;
}
.page-heading-watermark.watermark-gaming, .page-heading-watermark.watermark-website {
  left: -2.25em;
}
.page-heading-watermark.watermark-software, .page-heading-watermark.watermark-podcasts {
  left: -4.75em;
}
.page-heading .icon-video,
.page-heading .watermark-video {
  background-image: url(../img/cds-icons/video.png);
}
.svg .page-heading .icon-video, .svg
.page-heading .watermark-video {
  background-image: url(../img/cds-icons/video.svg);
}
.page-heading .icon-gaming,
.page-heading .watermark-gaming {
  background-image: url(../img/cds-icons/gaming.png);
}
.svg .page-heading .icon-gaming, .svg
.page-heading .watermark-gaming {
  background-image: url(../img/cds-icons/gaming.svg);
}
.page-heading .icon-apps,
.page-heading .watermark-apps {
  background-image: url(../img/cds-icons/apps.png);
}
.svg .page-heading .icon-apps, .svg
.page-heading .watermark-apps {
  background-image: url(../img/cds-icons/apps.svg);
}
.page-heading .icon-podcasts,
.page-heading .watermark-podcasts {
  background-image: url(../img/cds-icons/podcasts.png);
}
.svg .page-heading .icon-podcasts, .svg
.page-heading .watermark-podcasts {
  background-image: url(../img/cds-icons/podcasts.svg);
}
.page-heading .icon-software,
.page-heading .watermark-software {
  background-image: url(../img/cds-icons/software.png);
}
.svg .page-heading .icon-software, .svg
.page-heading .watermark-software {
  background-image: url(../img/cds-icons/software.svg);
}
.page-heading .icon-website,
.page-heading .watermark-website {
  background-image: url(../img/cds-icons/website.png);
}
.svg .page-heading .icon-website, .svg
.page-heading .watermark-website {
  background-image: url(../img/cds-icons/website.svg);
}
.page-heading .icon-ads,
.page-heading .watermark-ads {
  background-image: url(../img/cds-icons/ads.png);
}
.svg .page-heading .icon-ads, .svg
.page-heading .watermark-ads {
  background-image: url(../img/cds-icons/ads.svg);
}
.page-heading--with-icon {
  margin: -10px 0 -5px;
}

.btn {
  display: inline-block;
  padding: 0.85em 1.1em;
  border-radius: 10px;
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.btn-primary {
  background: #1584c9;
  color: white;
}
.btn-primary:hover, .btn-primary:focus {
  color: white;
  background: #1375b2;
}

.btn-secondary {
  background: white;
  color: #1584c9;
  font-weight: 700;
}
.btn-secondary:hover, .btn-secondary:focus {
  color: #1584c9;
  background: #e6e6e6;
}

.btn-cta {
  position: relative;
  display: inline-block;
  max-width: 400px;
  padding: 0.5em 1.5em 0.7em;
  border-radius: 4px;
  color: white;
  font-size: 1.3125rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.28;
  text-align: center;
  text-transform: uppercase;
}
.btn-cta:hover, .btn-cta:focus {
  color: white;
}

.btn-cta-primary {
  background: #80bf28;
  box-shadow: inset 0 -4px 0 0 #64951f;
}
.btn-cta-primary:hover, .btn-cta-primary:focus {
  background: #79b426;
}

.btn-cta-secondary {
  padding-left: 1.2em;
  padding-right: 1.2em;
  background: linear-gradient(to bottom, #1384cb, #0f669d);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1384cb', endColorstr='#0f669d',GradientType=0 );
  box-shadow: inset 0 -4px 0 0 #0a486e;
  font-weight: 600;
}
.btn-cta-secondary:hover, .btn-cta-secondary:focus {
  background: linear-gradient(to bottom, #127dc0, #0e5e91);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#127dc0', endColorstr='#0e5e91',GradientType=0 );
}

.btn-action {
  position: relative;
  display: inline-block;
  padding: 0.1em 0.5em 0.35em;
  background: linear-gradient(to bottom, #1384cb, #0f669d);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1384cb', endColorstr='#0f669d',GradientType=0 );
  border: 0;
  border-radius: 4px;
  box-shadow: inset 0 -3px 0 0 #0d5785;
  color: white;
  text-align: center;
}
.btn-action:hover, .btn-action:focus {
  background: linear-gradient(to bottom, #127dc0, #0e5e91);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#127dc0', endColorstr='#0e5e91',GradientType=0 );
}

.btn--icon-download {
  max-width: 455px;
  padding-left: 4.5em;
}
.btn--icon-download:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.95em;
  height: 47px;
  width: 55px;
  margin-top: -24px;
  background: url(../img/sprites.png) no-repeat -384px 0;
}

.btn--center {
  display: block;
  margin: 0 auto;
}

.btn--bordered {
  border: 3px solid;
  border-radius: 10px;
}

.btn--small {
  padding: 0.58em;
  font-size: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
}

.btn--large {
  padding: 0.35em 1.4em 0.4em;
  box-shadow: inset 0 -4px 0 0 #0d5785;
  font-size: 1.3125em;
  text-transform: uppercase;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
  display: block;
  padding: 0.3125em 0.8em;
  width: 100%;
  background: white;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  color: #393939;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: normal;
  -webkit-appearance: none;
}

textarea {
  min-height: 10.5em;
  line-height: 1.4;
  resize: vertical;
}

button {
  -webkit-appearance: none;
}

.custom-select {
  position: relative;
  width: 100%;
  background: white;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: normal;
}
.custom-select a.current-selected {
  display: block;
  padding: 0.3125em 0.8em;
  color: #393939;
}
.custom-select a.current-selected:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2.1875em;
  height: 100%;
  background: #d4d4d4;
  border-radius: 0 2px 2px 0;
}
.custom-select a.current-selected:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.625em;
  height: 8px;
  width: 13px;
  margin-top: -4px;
  background: url(../img/sprites.png) no-repeat -320px -32px;
}
.custom-select a.current-selected:hover, .custom-select a.current-selected:focus {
  text-decoration: none;
}
.custom-select .custom-select-wrapper {
  position: absolute;
  left: -999em;
}
.custom-select .custom-select-wrapper li {
  border-top: 1px solid #e7e7e7;
}
.custom-select .custom-select-wrapper li:first-child {
  border: 0;
}
.custom-select .custom-select-wrapper a {
  display: block;
  color: #797979;
  padding: 0.3125em 0.8em;
  transition: none;
}
.custom-select .custom-select-wrapper a:hover, .custom-select .custom-select-wrapper a.current {
  color: white;
  background: #1584c9;
}
.custom-select.open .custom-select-wrapper {
  left: -1px;
  right: -1px;
  background: white;
  border: 1px solid #d4d4d4;
  border-radius: 0 0 3px 3px;
}

.simple-form {
  padding-top: 1.5em;
}
.simple-form .form-group {
  padding-top: 1em;
}
.simple-form .form-group:after {
  content: "";
  display: table;
  clear: both;
}
.simple-form .form-group:first-child {
  padding: 0;
}
.simple-form label {
  font-weight: 300;
  line-height: 2;
}
.simple-form .for-input {
  margin-top: 0.5em;
}
.simple-form input,
.simple-form textarea,
.simple-form .custom-select {
  max-width: 25em;
}
@media screen and (min-width: 768px) {
  .simple-form label {
    float: left;
    width: 11em;
  }
  .simple-form .for-input {
    margin: 0;
    float: right;
    width: calc(100% - 11em);
  }
}

.entry-content {
  font-weight: 300;
}
.entry-content h3 {
  margin-top: 2.25em;
  color: #3c5588;
  font-size: 1.25rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.entry-content h4 {
  margin: 1.625em 0 -0.625em;
  font-weight: 600;
}
.entry-content a {
  font-weight: 600;
}
.entry-content p {
  margin-top: 1.25em;
}
.entry-content p strong {
  font-weight: 600;
}
.entry-content ul:not(.inline-features, .customer-quotes-carousel),
.entry-content ol {
  margin-top: 1.25em;
  padding-left: 2.5em;
}
.entry-content ul:not(.inline-features, .customer-quotes-carousel) li,
.entry-content ol li {
  position: relative;
  margin-top: 0.625em;
}
.entry-content ul:not(.inline-features, .customer-quotes-carousel) li:first-child,
.entry-content ol li:first-child {
  margin-top: 0;
}
.entry-content ol {
  list-style: decimal;
}
.entry-content ul:not(.inline-features, .customer-quotes-carousel) li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: -1.25em;
  height: 12px;
  width: 8px;
  background: url(../img/sprites.png) no-repeat -160px -32px;
}
.entry-content .gallery {
  margin-top: 1.875em;
}
.entry-content .btn-cta {
  margin-top: 1.5em;
}
.entry-content .btn-cta.btn--center {
  margin-top: 2.5em;
}
.entry-content .multiple-columns {
  margin-top: 1.25em;
}
@media screen and (min-width: 768px) {
  .entry-content .multiple-columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (min-width: 992px) {
  .entry-content .multiple-columns {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
.entry-content .multiple-columns p {
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
}
.entry-content .multiple-columns p:first-child {
  margin-top: 0;
}
.entry-content .table-responsive {
  position: relative;
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin-top: 3em;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  .entry-content .table-responsive {
    overflow: visible;
    margin: 0;
    background: transparent;
    border: 0;
  }
}
.entry-content table.responsive td.title {
 font-weight:600;
}
.entry-content table {
  font-weight: 300;
  border: 0;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .entry-content table {
    width: 100%;
    margin-top: 3em;
  }
}
.entry-content table thead {
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
@media screen and (min-width: 768px) {
  .entry-content table thead {
    border: 1px solid white;
  }
}
.entry-content table th {
  padding: 1em 1.25em;
  background: #1584c9;
  border-left: 1px solid #289fe9;
  color: white;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .entry-content table th {
    white-space: normal;
  }
}
.entry-content table th:first-child {
  border: 0;
  border-radius: 6px 0 0 0;
}
@media screen and (min-width: 992px) {
  .entry-content table th:first-child {
    width: 34%;
  }
}
.entry-content table th:last-child {
  border-radius: 0 6px 0 0;
}
.entry-content table td {
  padding: 1em 1.25em;
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  text-align: left;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .entry-content table td {
    white-space: normal;
  }
}
.entry-content table td:first-child {
  border-left: 0;
}
.entry-content table caption {
  padding: 1em 1.25em;
  border-top: 1px solid #e7e7e7;
  color: #797979;
  text-align: left;
}
.entry-content .customer-quotes {
  padding: 3em 0;
}
@media screen and (min-width: 768px) {
  .entry-content .customer-quotes {
    padding: 3em 4em;
  }
}

.widget,
.widget_search {
  margin-top: 1.375em;
}
.widget .widget-title,
.widget_search .widget-title {
  padding: 1em 0.875em;
  color: #3c5588;
  font-size: 1.125rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.25;
}
.widget > p,
.widget_search > p {
  margin-top: 1em;
  font-weight: 300;
  line-height: 1.3125;
}
.widget form,
.widget_search form {
  position: relative;
  margin-top: 1em;
  padding-right: 40px;
}
.widget form button,
.widget_search form button {
  position: absolute;
  top: 1px;
  right: 0;
  width: 35px;
}
.ie9 .widget form button, .ie9
.widget_search form button {
  padding-bottom: 0.25em;
}
.widget:first-child,
.widget_search:first-child {
  margin-top: 0;
}
.widget.grayed,
.widget_search.grayed {
  padding: 1em 0.875em;
}
.widget.grayed .widget-title,
.widget_search.grayed .widget-title {
  padding: 0;
  color: black;
}
.widget.whited .widget-title,
.widget_search.whited .widget-title {
  color: black;
}

.cta {
  position: relative;
  padding: 1em 0 0.5em;
}
.flexboxlegacy .cta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cta[action] {
  max-width: 765px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .cta {
    min-height: 128px;
  }
  .flexboxlegacy .cta {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 0;
  }
  .cta[action] {
    padding: 2em 0;
  }
}
.cta-form {
  padding-bottom: 20px;
}
.cta-form:after {
  content: "";
  display: table;
  clear: both;
}
.cta-form input {
  float: left;
  width: 48%;
  padding: 13px 15px 14px;
  margin: 0 1%;
  background: #d4d4d4;
  border-radius: 10px;
  font-size: 1.5rem;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .cta-form input {
    margin: 0 2% 0 0;
  }
}
.cta-form input::-webkit-input-placeholder {
  color: #7d7d7d;
}
.cta-form input::-moz-placeholder {
  color: #7d7d7d;
}
.cta-form input:-ms-input-placeholder {
  color: #7d7d7d;
}
.cta-form input::placeholder {
  color: #7d7d7d;
}
@media screen and (min-width: 768px) {
  .cta-form {
    padding-right: 275px;
    padding-bottom: 0;
  }
  .flexboxlegacy .cta-form {
    padding-right: 0;
    -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
}
.cta-lead {
  padding-bottom: 20px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 1.625rem;
  line-height: 1.5;
}
.cta-lead.align-center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta-lead {
    padding-right: 350px;
  }
  .cta-lead.align-center {
    padding-right: 0;
  }
  .flexboxlegacy .cta-lead {
    padding: 0 20px 42px 0;
    -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
  .flexboxlegacy .cta-lead--inner {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
.cta-action {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta-action {
    position: absolute;
    top: 0;
    right: 0;
  }
  .flexboxlegacy .cta-action {
    position: static;
  }
  [action] .cta-action {
    top: 2em;
  }
}
.cta-action p {
  margin-top: 10px;
  font-size: 1.25rem;
  line-height: 1.6;
}

.home-intro {
  margin: -0.625em 0 -1.625em;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 20px;
  background: url(../img/backgrounds/intro-map.jpg) no-repeat top center;
}
.home-intro:after {
  content: "";
  display: table;
  clear: both;
}
.flexboxlegacy .home-intro .home-intro-carousel .home-intro-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .flexboxlegacy .home-intro .home-intro-carousel .home-intro-inner {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.home-intro > .bx-wrapper {
  position: relative;
}
.home-intro > .bx-wrapper .bx-controls {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  z-index: 9;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home-intro > .bx-wrapper .bx-controls {
    bottom: -50px;
  }
}
.home-intro > .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 3px;
}
.home-intro > .bx-wrapper .bx-pager .bx-pager-link {
  display: block;
  height: 12px;
  width: 12px;
  border: 1px solid #3c5588;
  border-radius: 50%;
  text-indent: -999em;
}
.home-intro > .bx-wrapper .bx-pager .bx-pager-link.active {
  background: #3c5588;
}
.home-intro-content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home-intro-content {
    float: left;
    width: 57%;
  }
  .flexboxlegacy .home-intro-content {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
}
.home-intro-action {
  position: relative;
  text-align: center;
  padding-top: 2em;
}
@media screen and (min-width: 768px) {
  .home-intro-action {
    float: left;
    width: 43%;
    padding-top: 3.125em;
    padding-left: 9%;
  }
  .flexboxlegacy .home-intro-action {
    min-width: 302px;
    width: auto;
  }
}
.home-intro-action:before {
  content: "";
  position: absolute;
  bottom: -1em;
  left: -2em;
  height: 66px;
  width: 110px;
  background: url(../img/sprites.png) no-repeat -384px -64px;
}
.home-intro-action p {
  margin-top: 10px;
  font-size: 1.25rem;
  line-height: 1.6;
}
.home-intro h2 {
  color: black;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1.28;
  text-transform: uppercase;
}
.home-intro h2 small {
  display: block;
  margin-top: 0.09em;
  font-size: 0.88em;
  line-height: 1.36;
}
.home-intro .lead {
  margin-top: 0.6em;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.47;
}
.home-intro .testimonials-excerpt {
  padding-top: 3em;
}
@media screen and (min-width: 768px) {
  .home-intro .testimonials-excerpt {
    padding-top: 2.85em;
  }
}

@media screen and (min-width: 992px) {
  .landing-intro {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
.landing-intro h1 {
  margin-bottom: 0.5em;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .landing-intro h1 {
    margin-bottom: 0;
    font-size: 4.375rem;
    line-height: 1.3;
  }
}
.landing-intro h2 {
  margin-bottom: 2em;
  font-size: 1.6875rem;
  text-align: center;
}
.flexbox .landing-intro-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap column;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .flexbox .landing-intro-wrapper {
    -webkit-flex-flow: nowrap row;
        -ms-flex-flow: nowrap row;
            flex-flow: nowrap row;
  }
}
.landing-intro-wrapper .no-flexbox:after {
  content: "";
  display: table;
  clear: both;
}
.landing-intro-image {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .landing-intro-image {
    float: left;
    width: 58%;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .landing-intro-actions {
    float: right;
    width: 42%;
    padding: 0 1.5% 0 6%;
  }
  .flexbox .landing-intro-actions {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.landing-intro-btn {
  display: block;
  padding: 19px 10px;
  margin: 10px auto 0;
  width: 100%;
  border: 3px solid;
  border-radius: 10px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
  text-align: center;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .landing-intro-btn {
    height: 110px;
  }
  .flexbox .landing-intro-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flexbox .landing-intro-btn span {
    display: block;
    max-width: 100%;
  }
}
.landing-intro-btn:first-child {
  margin-top: 0;
}
.landing-intro-btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.landing-intro-btn:hover:before {
  opacity: 1;
}
.landing-intro-btn span {
  position: relative;
  z-index: 2;
  display: block;
} 
.landing-intro-btn--primary {
  background-color: #24598e;
}
.landing-intro-btn--secondary {
  background-color: #f7941e;
}

.showcase:after {
  content: "";
  display: table;
  clear: both;
}
.showcase-content {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .showcase-content {
    float: left;
    width: 35%;
    padding-right: 2%;
    text-align: left;
  }
}
.showcase-content h3 {
  margin-top: 0.25em;
  font-size: 1.625rem;
  font-weight: 700;
}
.showcase-content h3 + p {
  margin-top: 0;
}
.showcase-content p {
  margin-top: 1.36em;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.36;
}
.showcase-image {
  margin-top: 2em;
  padding: 2.4% 0 5.8%;
  background: url("../img/backgrounds/macbook.png") no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .showcase-image {
    float: left;
    width: 65%;
    margin-top: 0;
  }
}
.showcase-image img {
  display: block;
  width: 72%;
  margin: 0 auto;
}

.locations {
  padding: 0 0 2em;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .locations {
    padding: 1.25em 0 4.5em;
  }
}
.locations h3 {
  color: #1584c9;
  font-size: 1.5625rem;
  font-weight: 700;
}
.locations h4 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.locations p {
  max-width: 930px;
  margin: 0.5em auto;
  font-size: 1.25rem;
  line-height: 1.6;
}
.locations-column {
  display: inline-block;
  padding: 1em 1.5em 0;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 992px) {
  .locations-column {
    padding: 1em 2.5em 0;
  }
}
.locations-column ul {
  list-style: disc;
  list-style-position: inside;
}
.locations-column li {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.66;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .features ul {
    margin: 0 -20px;
  }
  .features ul:after {
    content: "";
    display: table;
    clear: both;
  }
}
.features li {
  text-align: center;
  margin-top: 20px;
}
.features li:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .features li {
    float: left;
    width: 50%;
    padding: 0 20px;
    margin-top: 40px;
  }
  .features li:nth-child(2n+1) {
    clear: left;
  }
  .features li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.features h3 {
  margin-bottom: 3px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.features p {
  font-size: 1.25rem;
  line-height: 1.5;
}
.features img {
  display: block;
  width: 37.5px;
  height: 30px;
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .features img {
    width: 50px;
    height: 40px;
    margin-bottom: 15px;
  }
}

.features-list ul {
  position: relative;
  margin: -0.35em 0 0;
  bottom: -0.75em;
}
.features-list ul:after {
  content: "";
  display: table;
  clear: both;
}
.features-list li {
  position: relative;
  padding: 1.0625em 0 1.0625em 35px;
  border-top: 1px solid #d4d4d4;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 30px;
  white-space: nowrap;
}
.features-list li:first-child {
  border-top: 0;
}
.features-list li:last-child {
  padding-bottom: 0;
}
.features-list li:nth-child(-n+3) {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .features-list li {
    float: left;
    width: 47%;
    margin-left: 6%;
  }
  .features-list li:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .features-list li:nth-child(-n+3) {
    font-weight: 100;
  }
  .features-list li:nth-child(-n+2) {
    font-weight: bold;
    border-top: 0;
  }
  .features-list li:nth-last-child(-n+2) {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .features-list li {
    float: left;
    width: 29.333%;
  }
  .features-list li:nth-child(2n+1) {
    clear: none;
    margin-left: 6%;
  }
  .features-list li:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
  .features-list li:nth-child(-n+3) {
    font-weight: bold;
    border-top: 0;
  }
  .features-list li:nth-last-child(-n+3) {
    padding-bottom: 0;
  }
}
.features-list li:before {
  content: "";
  position: absolute;
  top: 1.125em;
  left: 0;
  height: 30px;
  width: 25px;
  background: url(../img/sprites.png) no-repeat;
}
.features-list li.icon-scalability:before {
  background-position: 0px 0;
}
.features-list li.icon-portal:before {
  background-position: -32px 0;
}
.features-list li.icon-billing:before {
  background-position: -64px 0;
}
.features-list li.icon-distribution:before {
  background-position: -96px 0;
}
.features-list li.icon-support:before {
  background-position: -128px 0;
}
.features-list li.icon-subaccounts:before {
  background-position: -160px 0;
}
.features-list li.icon-integration:before {
  background-position: -192px 0;
}
.features-list li.icon-security:before {
  background-position: -224px 0;
}
.features-list li.icon-terms:before {
  background-position: -256px 0;
}
.features-list li.icon-reporting:before {
  background-position: -288px 0;
}
.features-list li.icon-replication:before {
  background-position: -320px 0;
}
.features-list li.icon-sla:before {
  background-position: -352px 0;
}

.features-table {
  padding: 2em 0 0;
}
@media screen and (min-width: 768px) {
  .features-table {
    padding: 3em 0 0;
  }
}
@media screen and (min-width: 992px) {
  .features-table {
    padding: 5.5em 2.5em 0.5em;
  }
}
.features-table .table-responsive {
  position: relative;
  width: 100%;
  overflow-y: auto;
  padding: 1px 1px 15px;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  .features-table .table-responsive {
    overflow: visible;
    margin: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    white-space: normal;
  }
}
.features-table table {
  width: 100%;
}
.features-table table tr:hover {
  background: #FCEEE5;
}
.features-table table tr:hover:first-child {
  background: none;
}
.features-table table th {
  padding: 0 10px;
  color: #3c5588;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  vertical-align: bottom;
}
.features-table table th:first-child {
  text-align: left;
}
.features-table table td {
  padding: 7px 10px;
  width: 16.666%;
  border: 1px solid #595959;
  color: #585858;
  font-size: 1.25rem;
  text-align: center;
  vertical-align: middle;
}
.features-table table td:first-child {
  width: 33.333%;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
}
.features-table table td img {
  margin: auto;
}

.inline-features {
  padding: 0.375em 0 1em;
}
.inline-features:after {
  content: "";
  display: table;
  clear: both;
}
.flexboxlegacy .inline-features {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.inline-features li {
  position: relative;
  margin-top: 1.375em;
  padding: 0.25em 1em 0.25em 5.5em;
  min-height: 5.375em;
  width: 100%;
  line-height: 1.375;
}
@media screen and (min-width: 768px) {
  .inline-features li {
    float: left;
    width: 49%;
    margin-left: 1%;
  }
  .inline-features li:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
    margin-right: 1%;
  }
}
.flexboxlegacy .inline-features li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.inline-features li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1em;
  height: 3.25em;
  width: 3.25em;
  margin-top: -1.625em;
  background: url(../img/backgrounds/arrow-tick.png) no-repeat center;
  border: 2px solid #80bf28;
  border-radius: 50%;
}

.content-panel:after {
  content: "";
  display: table;
  clear: both;
}
.flexboxlegacy .content-panel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
@media screen and (min-width: 768px) {
  .flexboxlegacy .content-panel {
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
.content-panel-image {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .content-panel-image {
    float: left;
    width: 40%;
    padding-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .content-panel-image {
    width: 50%;
    padding-right: 10px;
  }
}
.content-panel-image img {
  margin: 0 auto -1em;
  position: relative;
  right: -20px;
}
.content-panel-alt .content-panel-image {
  float: right;
  padding-right: 0;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .content-panel-text {
    float: left;
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .content-panel-text {
    width: 50%;
    padding-top: 50px;
    padding-bottom: 14px;
  }
  .flexboxlegacy .content-panel-text {
    padding-top: 0;
  }
}
.content-panel-text h3 {
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1.26;
  text-transform: uppercase;
}
.content-panel-text h3 small {
  display: block;
  font-size: 2.25rem;
  font-weight: 100;
}
.content-panel-text p {
  margin-top: 0.95em;
  font-size: 1.75rem;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.235;
}
.content-panel-alt .content-panel-text {
  float: left;
  padding-bottom: 10px;
}
.flexboxlegacy .content-panel-alt .content-panel-text {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
@media screen and (min-width: 768px) {
  .content-panel-alt .content-panel-text {
    padding-bottom: 30px;
  }
}

.blog-post {
  padding-top: 1.625em;
}
.blog-post:first-child {
  padding: 0;
}
.blog-post h1, .blog-post h2 {
  margin-top: 1em;
  color: #3c5588;
  font-size: 2.25rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.278;
  letter-spacing: -1px;
}
.blog-post .entry-info {
  margin: 0.5em 0 -0.5em;
  color: #3c5588;
  font-weight: 300;
}
.blog-post .entry-meta {
  padding: 1em 1.25em;
  margin-top: 2em;
}
.blog-post .entry-meta:after {
  content: "";
  display: table;
  clear: both;
}
.blog-post .entry-meta .entry-comment,
.blog-post .entry-meta .entry-categories {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  line-height: 16px;
}
@media screen and (min-width: 480px) {
  .blog-post .entry-meta .entry-share {
    float: left;
  }
  .blog-post .entry-meta .entry-comment,
  .blog-post .entry-meta .entry-categories {
    float: right;
    margin: 0;
    white-space: nowrap;
  }
}

.blog-excerpts {
  position: relative;
}
.blog-excerpts .bx-controls {
  position: absolute;
  top: 5px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .blog-excerpts .bx-controls {
    top: 10px;
  }
}
.blog-excerpts .bx-controls a {
  display: inline-block;
  height: 22px;
  width: 14px;
  margin-left: 3px;
  background: url(../img/sprites.png) no-repeat;
  text-indent: -999em;
}
.blog-excerpts .bx-controls a:hover {
  opacity: 0.7;
}
.blog-excerpts .bx-controls .bx-prev {
  background-position: 0 -32px;
}
.blog-excerpts .bx-controls .bx-next {
  background-position: -32px -32px;
}

.blog-excerpt {
  position: relative;
  float: left;
  max-width: 100%;
  padding: 1em 0 0.625em;
  width: 303px;
}
.blog-excerpt:before {
  content: "";
  position: absolute;
  top: 0;
  left: -36px;
  width: 6px;
  height: 100%;
  background: url(../img/backgrounds/divider.png) no-repeat;
  background-size: 6px 100%;
}
.blog-excerpt:first-child:before {
  display: none;
}
.blog-excerpt img {
  width: 100%;
  height: 180px;
  border-radius: 5px;
}
.blog-excerpt h3 {
  margin-top: 1.5625em;
}
.blog-excerpt h3,
.blog-excerpt time {
  color: black;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.blog-excerpt h3 a,
.blog-excerpt time a {
  color: black;
}
.blog-excerpt h3 a:hover,
.blog-excerpt time a:hover {
  color: #1584c9;
}
.blog-excerpt p {
  font-weight: 300;
  line-height: 1.625;
}

.comment {
  margin-top: 1.25em;
  padding: 0.9em 1.25em;
}
.comment h4 {
  font-weight: 600;
}
.comment-meta {
  color: #797979;
  font-size: 0.9375em;
  font-weight: 300;
}
.comment p {
  margin-top: 0.8em;
  font-weight: 300;
}
.comment p:first-child {
  margin-top: 0.25em;
}

.pagination {
  padding: 1em 1.25em;
  margin-top: 3.75em;
}
.pagination:after {
  content: "";
  display: table;
  clear: both;
}
.pagination a {
  position: relative;
  font-weight: 600;
}
.pagination a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 11px;
  width: 7px;
  margin-top: -5px;
  background: url(../img/sprites.png) no-repeat;
}
.pagination .page-prev {
  float: left;
  padding-left: 1.75em;
}
.pagination .page-prev:before {
  background-position: -192px -32px;
}
.pagination .page-next {
  float: right;
  padding-right: 1.75em;
}
.pagination .page-next:before {
  left: auto;
  right: 0;
  background-position: -224px -32px;
}

.testimonials {
  position: relative;
  padding-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .testimonials {
    padding-bottom: 2em;
  }
}
.testimonials .testimonials-carousel li {
  position: relative;
}
.testimonials .testimonials-carousel li:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 768px) {
  .testimonials .testimonials-carousel li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 100%;
    background: url(../img/backgrounds/divider.png) no-repeat;
    background-size: 10px 100%;
    opacity: 0.7;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
.testimonials .bx-controls {
  position: absolute;
  bottom: -1.625em;
  left: 0;
  right: 0;
  text-align: center;
}
.testimonials .bx-controls .bx-pager-item {
  display: inline-block;
  margin: 0 3px;
}
.testimonials .bx-controls a {
  display: block;
  height: 15px;
  width: 15px;
  background: #c4c4c4;
  border-radius: 50%;
  text-indent: -999em;
}
.testimonials .bx-controls a.active {
  background: #666666;
}

.testimonial {
  padding: 1em 0 0.5em;
}
.testimonial:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 768px) {
  .testimonial {
    float: left;
    width: 47%;
    padding: 1.5em 0 0.8em;
    margin-left: 6%;
  }
  .testimonial:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
}
.testimonial-image {
  float: left;
  max-width: 25%;
  margin-right: 8%;
  padding-bottom: 5px;
  background: url(../img/backgrounds/image-shadow.png) no-repeat bottom center;
}
.testimonial-image img {
  height: auto;
  border: 3px solid white;
  border-radius: 50%;
}
.testimonial blockquote {
  float: left;
  width: 67%;
  margin-top: 0.125em;
}
.testimonial p {
  font-weight: 300;
  font-style: italic;
  position: relative;
}
.testimonial p .icon-quote, .testimonial p:before {
  display: inline-block;
  height: 17px;
  width: 19px;
  margin-left: 2px;
  background: url(../img/sprites.png) no-repeat -64px -32px;
  vertical-align: text-bottom;
}
.testimonial p:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -25px;
  opacity: .5;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .testimonial p:before {
    left: -30px;
  }
}
.testimonial .author, .testimonial a {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
}
.testimonial .author {
  margin: 0.875em 4px 0 0;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}
.testimonial a {
  color: #1584c9;
  white-space: nowrap;
}
.testimonial a:hover {
  color: #3c5588;
}

.testimonials-excerpt {
  clear: both;
}
.testimonials-excerpt .testimonial {
  float: none;
  width: auto;
  padding: 0;
  margin: 0;
  max-width: 1026px;
}
.flexboxlegacy .testimonials-excerpt .testimonial {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonials-excerpt .testimonial-image {
  float: left;
  max-width: 9.5%;
  margin-right: 2.5%;
  background: none;
}
.testimonials-excerpt .testimonial-image img {
  border-width: 1px;
}
.testimonials-excerpt .testimonial blockquote {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .testimonials-excerpt .testimonial blockquote {
    float: left;
    width: 88%;
    text-align: left;
  }
}
.testimonials-excerpt .testimonial p {
  display: inline;
  margin-right: 0.75em;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: italic;
  line-height: 1.68;
}
.testimonials-excerpt .testimonial p:before {
  display: none;
}
.testimonials-excerpt .testimonial .author {
  margin: 0;
  font-size: 1.1875rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.68;
  text-transform: uppercase;
  white-space: nowrap;
}

.customer-quotes {
  position: relative;
  padding: 2em 0 0;
}
@media screen and (min-width: 768px) {
  .customer-quotes {
    padding: 3em 3.5em;
  }
}
@media screen and (min-width: 992px) {
  .customer-quotes {
    padding: 5em 7em 4em;
  }
}

.customer-quote {
  text-align: center;
}
.customer-quote img {
  display: block;
  margin: auto;
  border-radius: 50%;
}
.customer-quote blockquote p {
  margin-top: 1.22em;
  color: #585858;
  font-size: 1.125rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
}
.customer-quote blockquote .author {
  display: block;
  margin-top: 1.125em;
  color: #acacac;
  font-weight: 600;
}

.benefits ul {
  margin: -1em -1.5% 0;
}
.benefits ul:after {
  content: "";
  display: table;
  clear: both;
}
.flexboxlegacy .benefits ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -1em -1.5% 0;
}
@media screen and (min-width: 992px) {
  .flexboxlegacy .benefits ul {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin: -1.625em -10px 0;
  }
}
.benefits li {
  position: relative;
  margin-top: 1em;
  padding: 0 1%;
  text-align: center;
}
.flexboxlegacy .benefits li {
  max-width: 200px;
  padding: 0 1%;
}
@media screen and (min-width: 992px) {
  .flexboxlegacy .benefits li {
    max-width: none;
    width: 25%;
    padding: 0 10px;
  }
}
.benefits li:before {
  content: "";
  display: block;
  height: 90px;
  width: 90px;
  margin: 0 auto;
  background: white;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .benefits li:before {
    height: 114px;
    width: 114px;
  }
}
.benefits li:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  height: 81px;
  width: 81px;
  margin-left: -40px;
  background: url(../img/sprites.png) no-repeat;
}
@media screen and (min-width: 768px) {
  .benefits li:after {
    top: 16px;
  }
}
.benefits li.icon-fast:after {
  background-position: 0px -64px;
}
.benefits li.icon-reliable:after {
  background-position: -96px -64px;
}
.benefits li.icon-intelligent:after {
  background-position: -192px -64px;
}
.benefits li.icon-simple:after {
  background-position: -288px -64px;
}
@media screen and (min-width: 768px) {
  .benefits li {
    float: left;
    width: 50%;
  }
  .flexboxlegacy .benefits li {
    float: none;
  }
}
@media screen and (min-width: 992px) {
  .benefits li {
    width: 25%;
  }
}
.benefits li h3 {
  margin-top: 0.65em;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.15;
}
.benefits li p {
  margin-top: 0.4em;
  font-size: 1.125rem;
  line-height: 1.45;
}

.clients {
  padding-top: 3.625em;
}
.clients ul:after {
  content: "";
  display: table;
  clear: both;
}
.clients li {
  float: left;
  display: table;
  width: 50%;
  height: 138px;
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
.clients li:nth-child(2n+1) {
  clear: both;
  border-left: 1px solid #e7e7e7;
}
.clients li:nth-child(-n+2) {
  border-top: 1px solid #e7e7e7;
}
@media screen and (min-width: 480px) {
  .clients li {
    width: 33.33333%;
  }
  .clients li:nth-child(2n+1), .clients li:nth-child(-n+2) {
    clear: none;
    border-width: 0 1px 1px 0;
  }
  .clients li:nth-child(3n+1) {
    clear: both;
    border-left: 1px solid #e7e7e7;
  }
  .clients li:nth-child(-n+3) {
    border-top: 1px solid #e7e7e7;
  }
}
@media screen and (min-width: 992px) {
  .clients li {
    width: 25%;
  }
  .clients li:nth-child(3n+1), .clients li:nth-child(-n+3) {
    clear: none;
    border-width: 0 1px 1px 0;
  }
  .clients li:nth-child(4n+1) {
    clear: both;
    border-left: 1px solid #e7e7e7;
  }
  .clients li:nth-child(-n+4) {
    border-top: 1px solid #e7e7e7;
  }
}
.clients a {
  border: 3px solid #26538C;
}
.clients a:hover {
  border-color: #1584c9;
}
.clients a.active {
  border-color: black;
}
.clients .client-image {
  display: table-cell;
  height: 100%;
  width: 100%;
  padding: 0 10px;
  vertical-align: middle;
}
.clients img {
  display: block;
  max-width: 100px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .clients img {
    max-width: 125px;
  }
}

.clients-excerpt {
  padding: 1.5em 0 1.7em;
  width: 100%;
  text-align: center;
}
.clients-excerpt h3 {
  margin-bottom: 0.8em;
  color: #1584c9;
  font-size: 1.5625rem;
  font-weight: 700;
}
.clients-excerpt h4 {
  color: black;
  font-size: 1.3125rem;
  font-weight: 700;
  text-transform: uppercase;
}
.clients-excerpt p {
  max-width: 930px;
  margin: 1.5em auto 0;
  font-size: 1.25rem;
  line-height: 1.7;
}
@media screen and (min-width: 992px) {
  .clients-excerpt p {
    margin-bottom: 4em;
  }
}
.clients-excerpt ul:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 992px) {
  .clients-excerpt .clients-excerpt-inner {
    width: 100%;
  }
}
.flexboxlegacy .clients-excerpt .clients-excerpt-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media screen and (min-width: 768px) {
  .flexboxlegacy .clients-excerpt .clients-excerpt-inner {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .flexboxlegacy .clients-excerpt .clients-excerpt-inner {
    width: auto;
    margin: 0 -1em;
  }
}
.clients-excerpt .client-image {
  float: left;
  margin-top: 1em;
  padding: 0 1em;
  width: 50%;
}
.clients-excerpt .client-image:nth-child(2n+1) {
  clear: both;
}
@media screen and (min-width: 768px) {
  .clients-excerpt .client-image {
    width: 33.33%;
  }
  .clients-excerpt .client-image:nth-child(2n+1) {
    clear: none;
  }
  .clients-excerpt .client-image:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (min-width: 992px) {
  .clients-excerpt .client-image {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
}
.clients-excerpt img {
  margin: 0 auto;
  max-height: 50px;
}
@media screen and (min-width: 768px) {
  .clients-excerpt img {
    max-height: none;
  }
}
.clients-excerpt--condensed {
  padding: 0;
  margin: -2em 0 -1.5em;
}
.clients-excerpt--condensed h3 {
  margin-bottom: -0.65em;
}

.case-studies {
  padding: 2.375em 0 0.5em;
}
.case-studies:after {
  content: "";
  display: table;
  clear: both;
}
.flexboxlegacy .case-studies {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.case-study {
  position: relative;
  padding: 2em 0;
}
.flexboxlegacy .case-study {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
.case-study:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #e7e7e7;
}
.case-study:first-child {
  padding-top: 0;
}
.case-study:first-child:before {
  display: none;
}
.case-study:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .case-study {
    float: left;
    width: 50%;
    padding: 3.125em 0 3.375em 2em;
    border-left: 1px solid #e7e7e7;
  }
  .case-study:before {
    left: 2em;
  }
  .case-study:nth-child(-n+2) {
    padding-top: 0;
  }
  .case-study:nth-child(-n+2):before {
    display: none;
  }
  .case-study:nth-last-child(-n+2) {
    padding-bottom: 0;
  }
  .case-study:nth-child(2n+1) {
    clear: both;
    padding-left: 0;
    padding-right: 2em;
    border-left: 0;
    border-right: 1px solid #e7e7e7;
    margin-right: -1px;
  }
  .case-study:nth-child(2n+1):before {
    left: 0;
    right: 2em;
  }
}
.case-study-image {
  margin-bottom: 2.125em;
  height: 85px;
}
.flexboxlegacy .case-study-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.case-study-image img {
  margin: auto;
  max-width: 100%;
  height: auto;
}
.flexboxlegacy .case-study blockquote {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.case-study blockquote p {
  line-height: 1.625;
}
.flexboxlegacy .case-study blockquote p {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.case-study blockquote p [class*="icon-quote"] {
  display: inline-block;
  height: 17px;
  width: 19px;
  margin-left: 2px;
  background: url(../img/sprites.png) no-repeat -64px -32px;
  vertical-align: text-bottom;
  white-space: no-wrap;
}
.case-study blockquote p .icon-quote--before {
  margin-left: -4px;
  margin-right: 3px;
  opacity: .5;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.case-study blockquote .author {
  margin-top: 1.375em;
  text-align: right;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}
.case-study blockquote .author small {
  display: block;
  font-weight: 100;
}

.case-study-excerpt {
  padding: 0.6125em 0.8125em 0.4em;
}
.case-study-excerpt:after {
  content: "";
  display: table;
  clear: both;
}
.case-study-excerpt h3 {
  color: black;
  font-size: 0.9375rem;
  font-weight: 600;
}
.case-study-excerpt p {
  margin-top: 2px;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.38;
}
.case-study-excerpt img {
  float: right;
  width: 82px;
  margin-left: 5px;
}
.case-study-excerpt .read-more {
  display: both;
  clear: both;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.38;
}

.case-study-excerpt-logo {
  display: table;
  width: 100%;
  height: 138px;
  margin-top: 10px;
}
.case-study-excerpt-logo a {
  border: 3px solid #26538C;
  border-radius: 3px;
}
.case-study-excerpt-logo a:hover {
  border-color: #1584c9;
}
.case-study-excerpt-logo a.active {
  border-color: black;
}
.case-study-excerpt-logo .client-image {
  display: table-cell;
  height: 100%;
  width: 100%;
  padding: 0 10px;
  vertical-align: middle;
}
.case-study-excerpt-logo img {
  display: block;
  max-width: 100px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .case-study-excerpt-logo img {
    max-width: 125px;
  }
}

.case-study-popup {
  display: none;
  padding: 15px;
}
.case-study-popup:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 768px) {
  .case-study-popup {
    width: 635px;
  }
}
.case-study-popup .case-study:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 768px) {
  .case-study-popup .case-study {
    width: 55%;
    padding-right: 30px;
    margin-right: 5%;
  }
}
.case-study-popup .case-study-image {
  display: block;
  margin: 0 0 -10px;
}
.case-study-popup .case-study-image img {
  float: right;
  max-width: 80%;
  max-height: 80px;
}
.case-study-popup .case-study-info {
  padding-bottom: 50px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .case-study-popup .case-study-info {
    float: right;
    width: 40%;
  }
}
.case-study-popup .case-study-info label {
  width: 80px;
}
.case-study-popup .case-study-info .for-input {
  width: calc(100% - 80px);
}
.case-study-popup .case-study-info .for-input:after {
  content: "";
  display: table;
  clear: both;
}
.case-study-popup .case-study-info .for-input input {
  font-size: 14px;
}
.case-study-popup .case-study-info .btn-action {
  float: right;
  font-size: 15px;
}

.case-study-popup-wrap .fancybox-skin {
  box-shadow: none;
  background: #fff;
  border: 4px solid #808185;
}
.case-study-popup-wrap .fancybox-nav {
  width: 16px;
  height: 35px;
  top: auto;
  bottom: 10px;
  left: 10px;
  background: url(../img/slider-arrows.png) no-repeat -32px -64px;
}
.case-study-popup-wrap .fancybox-next {
  left: auto;
  right: 10px;
  background-position: -32px 0;
}
.case-study-popup-wrap .fancybox-close {
  top: 10px;
  right: 10px;
  height: 14px;
  width: 14px;
  background: url(../img/close.png) no-repeat 0 0;
  background-size: 100%;
}

.content-nav {
  margin-top: -0.5em;
}
@media screen and (min-width: 992px) {
  .content-nav {
    padding-right: 55px;
    margin-top: -4.5em;
  }
}
.content-nav ul:after {
  content: "";
  display: table;
  clear: both;
}
.content-nav li {
  float: left;
  width: 50%;
  text-align: center;
  margin-top: 0.75em;
}
.content-nav li:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .content-nav li {
    float: none;
    width: auto;
  }
  .content-nav li:nth-child(-n+2) {
    margin-top: 0.75em;
  }
  .content-nav li:first-child {
    margin-top: 0;
  }
}
.content-nav a {
  display: block;
  padding: 0.6em 0;
  border: 1px solid transparent;
  font-size: 1.1875rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  line-height: 2.15;
  color: black;
}
.content-nav a:before {
  content: "";
  display: block;
  height: 59px;
  width: 67px;
  margin: 0 auto 2px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.content-nav a:hover {
  background: url(../img/backgrounds/dark-dust.png);
  border: 1px solid #e7e7e7;
}
.content-nav .icon-video a:before {
  background-image: url(../img/cds-icons/video.png);
}
.svg .content-nav .icon-video a:before {
  background-image: url(../img/cds-icons/video.svg);
}
.content-nav .icon-gaming a:before {
  background-image: url(../img/cds-icons/gaming.png);
}
.svg .content-nav .icon-gaming a:before {
  background-image: url(../img/cds-icons/gaming.svg);
}
.content-nav .icon-apps a:before {
  background-image: url(../img/cds-icons/apps.png);
}
.svg .content-nav .icon-apps a:before {
  background-image: url(../img/cds-icons/apps.svg);
}
.content-nav .icon-podcasts a:before {
  background-image: url(../img/cds-icons/podcasts.png);
}
.svg .content-nav .icon-podcasts a:before {
  background-image: url(../img/cds-icons/podcasts.svg);
}
.content-nav .icon-software a:before {
  background-image: url(../img/cds-icons/software.png);
}
.svg .content-nav .icon-software a:before {
  background-image: url(../img/cds-icons/software.svg);
}
.content-nav .icon-website a:before {
  background-image: url(../img/cds-icons/website.png);
}
.svg .content-nav .icon-website a:before {
  background-image: url(../img/cds-icons/website.svg);
}
.content-nav .icon-ads a:before {
  background-image: url(../img/cds-icons/ads.png);
}
.svg .content-nav .icon-ads a:before {
  background-image: url(../img/cds-icons/ads.svg);
}

.side-nav a {
  display: block;
  padding: 0.75em 1.125em;
  color: #3c5588;
  font-weight: 600;
}
.side-nav a:hover {
  background: black;
  color: white;
}
.side-nav li {
  border-top: 1px solid #d4d4d4;
}
.side-nav li.active a {
  background: black;
  color: white;
}
.side-nav li:first-child {
  border: 0;
}
.side-nav li:first-child a:hover, .side-nav li:first-child.active a {
  border-radius: 5px 5px 0 0;
}
.side-nav li:last-child a:hover, .side-nav li:last-child.active a {
  border-radius: 0 0 5px 5px;
}

.gallery:after {
  content: "";
  display: table;
  clear: both;
}
.gallery img {
  float: left;
  width: 32.3%;
  margin-left: 1.5%;
  margin-top: 1.5%;
  border-radius: 4px;
}
.gallery img:first-child {
  margin: 0;
  float: none;
  width: 100%;
}
.gallery img:nth-child(3n+2) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .gallery img {
    width: 15.4%;
  }
  .gallery img:nth-child(3n+2) {
    margin-left: 1.5%;
  }
  .gallery img:nth-child(6n+2) {
    margin-left: 0;
  }
}

.sign-in {
  max-width: 450px;
  margin: 0 auto;
}
.sign-in .page-heading {
  text-align: center;
}
.sign-in form {
  margin-top: 2em;
  padding: 1.875em 1.625em;
}
.sign-in .form-group {
  padding-top: 1em;
}
.sign-in .form-group:after {
  content: "";
  display: table;
  clear: both;
}
.sign-in .form-group:first-child {
  padding: 0;
}
.sign-in label {
  float: left;
  width: 6em;
  font-weight: 300;
  line-height: 2;
}
.sign-in input {
  float: left;
  width: calc(100% - 6em);
}
.sign-in .user-forgot {
  float: left;
  font-weight: 300;
  line-height: 2.5;
  white-space: nowrap;
}
.sign-in .btn-action {
  float: right;
  padding: 0.38em 1.25em;
  font-size: 1.0625rem;
  text-transform: uppercase;
}

.contact-form {
  overflow: hidden;
}
.contact-form form {
  padding-top: 2.125em;
}
@media screen and (min-width: 768px) {
  .contact-form input,
  .contact-form textarea,
  .contact-form .custom-select {
    max-width: 21.25em;
  }
  .contact-form label {
    width: 8.5em;
  }
  .contact-form .for-input {
    width: calc(100% - 8.5em);
  }
}

.contact .contact-blocks {
  padding: 2em 0 0;
}
.contact .contact-blocks:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 768px) {
  .flexbox .contact .contact-blocks {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .contact .contact-blocks {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}
.contact .contact-blocks li {
  position: relative;
  padding: 6em 1em 1em;
  margin-top: 0.5em;
  background: #e7e7e7;
  text-align: center;
}
.contact .contact-blocks li:before {
  content: "";
  position: absolute;
  top: 1em;
  left: 50%;
  height: 3.5em;
  width: 4.8em;
  margin-left: -2.4em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .contact .contact-blocks li {
    float: left;
    width: 32%;
    margin-left: 3%;
    margin-top: 0;
  }
  .contact .contact-blocks li:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .contact .contact-blocks li {
    width: 30%;
    margin-left: 5%;
  }
  .contact .contact-blocks li:first-child {
    margin-left: 0;
  }
}
.contact .contact-blocks li h4 {
  color: #3c5588;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.contact .contact-blocks li p {
  color: #585858;
  font-size: 1.125rem;
  line-height: 1.2;
}
.contact .contact-blocks li.icon-phone:before {
  background-image: url(../img/contact-block-icons/phone.png);
}
.svg .contact .contact-blocks li.icon-phone:before {
  background-image: url(../img/contact-block-icons/phone.svg);
}
.contact .contact-blocks li.icon-chat:before {
  background-image: url(../img/contact-block-icons/chat.png);
}
.svg .contact .contact-blocks li.icon-chat:before {
  background-image: url(../img/contact-block-icons/chat.svg);
}
.contact .contact-blocks li.icon-email:before {
  background-image: url(../img/contact-block-icons/email.png);
}
.svg .contact .contact-blocks li.icon-email:before {
  background-image: url(../img/contact-block-icons/email.svg);
}
.contact .contact-cta {
  margin: 4em 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact .contact-cta {
    margin: 5em 0;
  }
}
@media screen and (min-width: 992px) {
  .contact .contact-cta {
    margin: 7em 0;
  }
}
.contact .contact-cta .btn-cta {
  padding-top: 0.7em;
  padding-bottom: 0.8em;
  font-size: 1.75rem;
}
.contact .contact-cta p {
  margin-top: 0.5em;
  color: #585858;
  font-weight: 600;
  text-transform: uppercase;
}
.contact .contact-cta p small {
  font-size: 0.875rem;
}

.wpcf7-response-output {
  margin-top: 80px;
  padding: 20px;
}

.visit-us {
  padding-top: 3.5em;
}
.visit-us:after {
  content: "";
  display: table;
  clear: both;
}
.visit-us iframe {
  margin-top: 2.25em;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .visit-us-map {
    float: left;
    width: 67%;
  }
}
.visit-us-address {
  margin-top: 2.25em;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.4;
}
.visit-us-address h4 {
  margin-top: 0.5em;
  font-weight: 600;
}
.visit-us-address img {
  margin-top: 1.2em;
  max-width: 100%;
}
@media screen and (min-width: 480px) {
  .visit-us-address {
    float: right;
    width: 28%;
  }
}
@media screen and (min-width: 992px) {
  .visit-us-address {
    font-size: 0.9375rem;
  }
}

.plans {
  margin: 2em 0;
}
.plans:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 480px) {
  .flexbox .plans {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .plans {
    margin-top: 4em;
    margin-bottom: 6em;
    padding: 0 2.5em;
  }
}
.plans .plan {
  padding: 1.25em 1em 1.5em;
  margin-left: -1px;
  margin-top: -1px;
  background: white;
  border: 1px solid #595959;
  border-radius: 10px;
  font-size: 1rem;
  text-align: center;
}
.plans .plan.featured {
  position: relative;
  z-index: 2;
  border-width: 4px;
  border-color: #3c5588;
}
@media screen and (min-width: 480px) {
  .plans .plan {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .plans .plan {
    width: 25%;
  }
  .plans .plan.featured {
    padding-top: calc(1.25em + 21px);
    padding-bottom: 0;
    margin: -25px -15px;
    width: calc(25% + 30px);
  }
}
.plans .plan-inner {
  margin: 0 auto;
  max-width: 12em;
}
.plans .plan h3 {
  margin-top: 0.15em;
  padding-bottom: 0.7272em;
  border-bottom: 1px solid #595959;
  color: black;
  font-size: 1.61em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.plans .plan .price {
  min-height: 5.5147em;
  line-height: 1;
  text-transform: uppercase;
}
.plans .plan .price h4, .plans .plan .price h5 {
  color: #f7941e;
  font-size: 4.705em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
}
.plans .plan .price h4 span, .plans .plan .price h5 span {
  font-size: 0.6em;
}
.plans .plan .price h5 {
  font-size: 1.76em;
  line-height: 1.1;
}
.plans .plan .price small {
  display: block;
  margin-top: -0.15em;
  color: #6c6c6c;
  font-size: 0.955em;
  font-weight: 600;
  white-space: nowrap;
}
.flexboxlegacy .plans .plan .price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.plans .plan-description {
  min-height: 5.1em;
}
.plans .plan-description p {
  padding-top: 1em;
  font-size: 0.955em;
  font-weight: 600;
  line-height: 1.1;
}
.plans .plan-description p strong {
  text-decoration: underline;
}
.flexboxlegacy .plans .plan-description {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.plans .plan [class*="btn"] {
  margin-top: 0.75em;
  padding: 0.55em 1em 0.65em;
  border: 1px solid #0e5e91;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.35);
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.1;
}
.plans .plan [class*="btn"]:hover {
  color: white;
}
.plans .plan .info {
  display: block;
  color: #6c6c6c;
  font-size: 0.78125em;
  font-weight: 600;
  font-style: italic;
  line-height: 1.8;
  text-transform: uppercase;
}
.plans .plan .popularity-mark {
  display: block;
  margin-top: 1em;
  color: #797979;
  font-size: 0.9375em;
  line-height: 1;
  text-transform: uppercase;
}

.qtip-default {
  max-width: 200px;
  background: rgba(0, 0, 0, 0.8);
  border: 0;
  color: white;
  font-size: 0.8em;
  line-height: 1.4;
  font-family: "Open Sans", sans-serif;
}
.qtip-default:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid rgba(0, 0, 0, 0.8);
}
.qtip-default.qtip-pos-tc:after {
  left: 50%;
  top: auto;
  bottom: 100%;
  margin: 0 0 0 -5px;
  border: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(0, 0, 0, 0.8);
}
.qtip-default .qtip-tip {
  display: none !important;
}
.qtip-default .qtip-content {
  padding: 10px 15px;
}

.hello-bar {
  position: static;
  top: 0;
  z-index: 20;
  width: 100%;
  padding: 0 0 10px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.hello-bar .container, .hello-bar .container-flex {
  padding: 0 50px;
}
.hello-bar p {
  margin: 10px 10px 0;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
}
.hello-bar .btn {
  padding: 0.65em 1em;
  margin: 10px 10px 0;
  border: 3px solid #1584c9;
  font-size: 1.167rem;
}
.hello-bar .mark {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 38px;
  height: 40px;
  margin-top: -20px;
  background: url(../img/logo-mark.png) no-repeat;
  background-size: 100% auto;
  text-indent: -999em;
  opacity: .5;
}
@media screen and (min-width: 992px) {
  .hello-bar .mark {
    margin-left: 1.125em;
    width: 48px;
    height: 50px;
    margin-top: -25px;
  }
}
.svg .hello-bar .mark {
  background-image: url(../img/logo-mark.svg);
}

.form-popup {
  display: none;
  padding: 20px 20px 30px;
  width: 300px;
}
@media screen and (min-width: 768px) {
  .form-popup {
    width: 635px;
  }
}
.form-popup h2 {
  margin-bottom: 0.75em;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.form-popup p {
  text-align: center;
}
.form-popup-wrap .fancybox-skin {
  box-shadow: none;
  background: #fff;
  border: 4px solid #808185;
}
.form-popup-wrap .fancybox-nav {
  width: 16px;
  height: 35px;
  top: auto;
  bottom: 10px;
  left: 10px;
  background: url(../img/slider-arrows.png) no-repeat -32px -64px;
}
.form-popup-wrap .fancybox-next {
  left: auto;
  right: 10px;
  background-position: -32px 0;
}
.form-popup-wrap .fancybox-close {
  top: 10px;
  right: 10px;
  height: 14px;
  width: 14px;
  background: url(../img/close.png) no-repeat 0 0;
  background-size: 100%;
}
.form-popup-wrap .fancybox-inner {
  max-width: 635px;
}

.landing-page .fancybox-overlay {
  background: rgba(0, 0, 0, 0.65);
}

.interactive-map-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .interactive-map-wrapper {
    padding: 0;
  }
}

.interactive-map {
  background: black;
}
.interactive-map.embedded {
  position: relative;
  height: 0;
  padding-bottom: 45%;
}
.interactive-map.embedded .menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .interactive-map.embedded .menu {
    display: block;
  }
}
.interactive-map.standalone {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.interactive-map .link {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  color: white;
}
.interactive-map .link:hover {
  color: #1584c9;
}
.interactive-map .logo {
  position: absolute;
  left: 30px;
  bottom: 100px;
  width: 180px;
  height: 83px;
  background: url(../img/logo-light.png) no-repeat;
  background-size: contain;
}
.svg .interactive-map .logo {
  background-image: url(../img/logo-light.svg);
}
@media screen and (max-width: 767px) {
  .interactive-map .logo {
    left: 20px;
    top: 20px;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.interactive-map .overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  display: none;
}
.interactive-map .menu {
  position: absolute;
  left: 0;
  bottom: 0;
  display: table;
  width: 100%;
  background: #E8E7E3;
  opacity: .95;
}
@media screen and (max-width: 767px) {
  .interactive-map .menu {
    display: block;
  }
}
.interactive-map .menu-item {
  display: table-cell;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .interactive-map .menu-item {
    width: auto;
    display: block;
  }
  .interactive-map .menu-item + .menu-item {
    border-top: 1px solid #C6C4BC;
  }
}
.interactive-map .menu-link {
  display: block;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #4F4E4E;
  transition: background-color .2s, color .2s;
}
@media screen and (max-width: 767px) {
  .interactive-map .menu-link {
    font-size: 22px;
  }
}
.interactive-map .menu-link:hover {
  color: white;
  background: #d1cfc7;
}
.interactive-map .menu-link:active {
  background: #4ECAFE;
}
.interactive-map .popup {
  box-sizing: border-box;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -170px 0 0 -270px;
  padding: 30px;
  border: 1px solid #215587;
  width: 540px;
  height: 340px;
  color: #fefefe;
  background: black;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: none;
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
}
.interactive-map .popup-region {
  background-image: linear-gradient(black, transparent);
}
.interactive-map .popup-slideshow {
  position: absolute;
  top: 10px;
  left: auto;
  right: 0;
  margin: 0;
  padding: 10px;
  width: auto;
  height: auto;
  background: black;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media (max-width: 860px) {
  .interactive-map .popup-slideshow {
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .interactive-map .popup {
    position: absolute;
    right: 5%;
    left: 5%;
    top: 10px;
    bottom: 120px;
    margin: 0;
    width: auto;
    height: auto;
    display: none;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .interactive-map .popup-inner {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px 20px 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.interactive-map .popup-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAABGdBTUEAALGPC/xhBQAAAC1QTFRF////////////////////////////////////////////////////AAAA////UHdatAAAAA50Uk5Td6cjRkSjPXg+QD9F6wCUWLewAAAAWElEQVQI12O4CwcMpDEvrgXSW8HMm6fu3r19GKJgztq7e2whzJunbp+GaZtTsxfGvP4Abtieml4o8/bpWyegzD17767pBTNvH7l799YxMPOqL1AmiTRHAgD3t6bowFgKawAAAABJRU5ErkJggg==);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .interactive-map .popup-close {
    background-size: 20px 20px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAABGdBTUEAALGPC/xhBQAAABJQTFRF////////////////////AAAAultSEAAAAAZ0Uk5TqKng4TQAI6thrQAAAHhJREFUKM/dksENwCAIRTl0hI7gCA7QStgA91+lIfqFqIdeW2//8VA0Ut0s+j48EK8AizSmKcAeUKSYUKPYh11wumWIAxqA6HMWGaJDTSzrjTjXd1Dzpp1F8wyN8DySgaGSi66Si65SjYnj06GvFxs8Mcz9lw82rQfwiQPITzQe8AAAAABJRU5ErkJggg==);
  }
}
.interactive-map .popup-slideshow .popup-close {
  display: none;
}
.interactive-map .popup-title {
  line-height: 1;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: .5em;
}
.interactive-map .popup-slideshow .popup-title {
  font-size: 20px;
}
.interactive-map .popup-images {
  position: relative;
  margin-right: 30px;
  width: 50%;
  height: 280px;
  float: left;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .interactive-map .popup-images {
    margin-bottom: 20px;
    margin-right: 0;
    width: auto;
    height: 100px;
    float: none;
  }
}
.interactive-map .popup-images img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: opacity .5s;
}
@media screen and (max-width: 767px) {
  .interactive-map .popup-images img {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.interactive-map .popup-slideshow .popup-images {
  float: none;
  margin: 0 0 10px;
  width: 170px;
  height: 190px;
}
@media (max-width: 840px) {
  .interactive-map .popup-slideshow .popup-images {
    height: 150px;
  }
  .interactive-map .popup-slideshow .popup-images img {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.interactive-map .popup-content {
  overflow: hidden;
  font-size: 12px;
}
.interactive-map .popup-content b, .interactive-map .popup-content strong {
  font-weight: bold;
}
.interactive-map .popup-content br {
  display: none;
}
@media screen and (max-width: 767px) {
  .interactive-map .popup-content ul {
    top: 180px;
  }
}
.interactive-map .popup-content ul {
  margin-bottom: 1em;
}
.interactive-map .popup-content li {
  position: relative;
  margin-bottom: 0;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .interactive-map .popup-content li {
    margin-bottom: .5em;
  }
}
.interactive-map .popup-content li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 0;
  height: 0;
  border-left: 5px solid #215587;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.interactive-map .popup-slideshow .popup-content {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .interactive-map .popup-list {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 70px;
    bottom: 20px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.interactive-map .popup-list-item {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 32%;
}
@media screen and (max-width: 767px) {
  .interactive-map .popup-list-item {
    width: 99%;
  }
  .csscolumns .interactive-map .popup-list-item {
    width: 49%;
  }
}
.interactive-map .popup-list-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 0;
  height: 0;
  border-left: 5px solid #215587;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
@media screen and (max-width: 767px) {
  .interactive-map .popup-list-item:before {
    top: 6px;
  }
}
.interactive-map .popup-list-item a {
  color: #fefefe;
  font-size: 16px;
  transition: border-bottom .2s;
}
@media screen and (max-width: 480px) {
  .interactive-map .popup-list-item a {
    font-size: 14px;
  }
}
.interactive-map .popup-list-item a:hover {
  border-bottom: 1px solid #fefefe;
}

.widget_categories li {
  border-top: 1px solid #d4d4d4;
}
.widget_categories li:first-child {
  border: 0;
}
.widget_categories a {
  display: block;
  padding: 0.857em 0.875em;
  color: black;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .widget_categories a {
    font-size: 0.875em;
  }
}
.widget_categories a:hover {
  background: rgba(0, 0, 0, 0.03);
}

.widget-calendar,
.widget_calendar {
  margin-top: 2em;
}
.widget-calendar table,
.widget_calendar table {
  width: 100%;
  line-height: 1.6875;
  text-align: center;
}
.widget-calendar caption,
.widget_calendar caption {
  padding: 0.6875em 0;
  color: black;
  font-weight: 600;
}
.widget-calendar thead,
.widget-calendar tbody,
.widget-calendar tfoot,
.widget_calendar thead,
.widget_calendar tbody,
.widget_calendar tfoot {
  background: #fff;
}
.widget-calendar thead,
.widget_calendar thead {
  padding: 0 0.5em;
  border-top: 1px solid #d4d4d4;
  color: black;
  font-weight: 600;
}
.widget-calendar thead th,
.widget_calendar thead th {
  padding-top: 0.875em;
}
.widget-calendar tbody,
.widget_calendar tbody {
  font-weight: 300;
}
.widget-calendar tbody td:first-child,
.widget_calendar tbody td:first-child {
  padding-left: 0.5em;
}
.widget-calendar tbody td:last-child,
.widget_calendar tbody td:last-child {
  padding-right: 0.5em;
}
.widget-calendar tbody tr:last-child td,
.widget_calendar tbody tr:last-child td {
  padding-bottom: 1em;
}
.widget-calendar tbody a,
.widget_calendar tbody a {
  font-weight: 600;
}
.widget-calendar tfoot,
.widget_calendar tfoot {
  border-top: 1px solid #d4d4d4;
  font-weight: 600;
}
.widget-calendar tfoot td,
.widget_calendar tfoot td {
  padding: 0.5em 0.7em;
}
.widget-calendar tfoot td:first-child,
.widget_calendar tfoot td:first-child {
  text-align: left;
}
.widget-calendar tfoot td:last-child,
.widget_calendar tfoot td:last-child {
  text-align: right;
}
.widget-calendar tfoot .pad,
.widget_calendar tfoot .pad {
  background: url(../img/backgrounds/divider-table.png) repeat-y top center;
}
.widget-calendar tfoot #prev a,
.widget-calendar tfoot #next a,
.widget_calendar tfoot #prev a,
.widget_calendar tfoot #next a {
  display: block;
  position: relative;
}
.widget-calendar tfoot #prev a:before,
.widget-calendar tfoot #next a:before,
.widget_calendar tfoot #prev a:before,
.widget_calendar tfoot #next a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 11px;
  width: 7px;
  margin-top: -5px;
  background: url(../img/sprites.png) no-repeat;
}
.widget-calendar tfoot #prev a,
.widget_calendar tfoot #prev a {
  padding-left: 1.25em;
}
.widget-calendar tfoot #prev a:before,
.widget_calendar tfoot #prev a:before {
  background-position: -256px -32px;
}
.widget-calendar tfoot #next a,
.widget_calendar tfoot #next a {
  padding-right: 1.25em;
}
.widget-calendar tfoot #next a:before,
.widget_calendar tfoot #next a:before {
  left: auto;
  right: 0;
  background-position: -288px -32px;
}

.widget-contact,
.widget_contact {
  padding: 0.5em 1em 1.1875em;
  color: black;
  line-height: 1.8125;
}
.widget-contact a,
.widget_contact a {
  color: black;
}
.widget-contact a:hover,
.widget_contact a:hover {
  text-decoration: underline;
}
.widget-contact dl,
.widget_contact dl {
  padding-left: 3.25em;
}
.widget-contact dt,
.widget_contact dt {
  position: relative;
  margin-top: 0.65em;
  font-weight: 600;
  text-transform: uppercase;
}
.widget-contact dt:before,
.widget_contact dt:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: -3.25em;
  height: 2.125em;
  width: 2.125em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.widget-contact dt.icon-contact-phone:before,
.widget_contact dt.icon-contact-phone:before {
  background-image: url(../img/contact-icons/phone.png);
}
.svg .widget-contact dt.icon-contact-phone:before, .svg
.widget_contact dt.icon-contact-phone:before {
  background-image: url(../img/contact-icons/phone.svg);
}
.widget-contact dt.icon-contact-fax:before,
.widget_contact dt.icon-contact-fax:before {
  background-image: url(../img/contact-icons/fax.png);
}
.svg .widget-contact dt.icon-contact-fax:before, .svg
.widget_contact dt.icon-contact-fax:before {
  background-image: url(../img/contact-icons/fax.svg);
}
.widget-contact dt.icon-contact-chat:before,
.widget_contact dt.icon-contact-chat:before {
  background-image: url(../img/contact-icons/chat.png);
}
.svg .widget-contact dt.icon-contact-chat:before, .svg
.widget_contact dt.icon-contact-chat:before {
  background-image: url(../img/contact-icons/chat.svg);
}
.widget-contact dt.icon-contact-office:before,
.widget_contact dt.icon-contact-office:before {
  background-image: url(../img/contact-icons/office.png);
}
.svg .widget-contact dt.icon-contact-office:before, .svg
.widget_contact dt.icon-contact-office:before {
  background-image: url(../img/contact-icons/office.svg);
}
.widget-contact dd,
.widget_contact dd {
  font-weight: 300;
}

.widget_did_you_know li {
  position: relative;
  padding: 0.6875em 1em 0.6875em 2.75em;
  border-top: 1px solid #d4d4d4;
  font-weight: 300;
  line-height: 1.5625;
}
.widget_did_you_know li:before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 1em;
  height: 16px;
  width: 16px;
  background: url(../img/sprites.png) no-repeat -352px -32px;
}
@media screen and (min-width: 768px) {
  .widget_did_you_know li:before {
    top: 1em;
  }
}
.widget_did_you_know strong {
  font-weight: 600;
}

.widget_case_studies .case-study-excerpt,
.widget_case_studies .case-study-excerpt-logo {
  margin-top: 0.75em;
}
.widget_case_studies .widget-title + .case-study-excerpt,
.widget_case_studies .widget-title + .case-study-excerpt-logo {
  margin-top: 0;
}

aside.sidebar section {
  margin-top: 1.375em;
}

aside.sidebar section:first-child {
  margin-top: 0;
}

aside.sidebar .widget_search, aside.sidebar .widget_subscribe {
  padding: 1em 0.875em;
}

aside.sidebar .widget_search, aside.sidebar .widget_subscribe, aside.sidebar .widget_calendar {
  background: url("../img/backgrounds/dark-dust.png") repeat scroll 0 0 transparent;
}

aside.sidebar .widget_search, aside.sidebar .widget_subscribe, aside.sidebar widget_categories ul, aside.sidebar .widget_calendar {
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
}

.widget_search label.assistive-text {
  display: none;
}

aside.sidebar h3 {
  color: #3C5588;
  font-family: "Open Sans",sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25;
  padding: 1em 0.875em;
}

aside.sidebar .widget_search h3 {
  color: #000000;
  padding: 0;
}

aside.sidebar form {
  margin-top: 1em;
  padding-right: 40px;
  position: relative;
}

aside.sidebar .widget_categories li:first-child {
  border: 0 none;
}

aside.sidebar .widget_categories li {
  border-top: 1px solid #D4D4D4;
}

aside.sidebar .widget_categories ul {
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
}

aside.sidebar .widget_categories a {
  font-size: 0.875em;
  color: #000000;
  display: block;
  font-family: "Open Sans",sans-serif;
  font-weight: 600;
  line-height: 1;
  padding: 0.857em 0.875em;
}

aside.sidebar .widget_categories a:hover {
  background: rgba(0, 0, 0, 0.03);
}

aside.sidebar .widget_calendar {
  margin-top: 2em;
}

aside.sidebar .widget_calendar table {
  line-height: 1.6875;
  text-align: center;
  width: 100%;
}

aside.sidebar .widget_calendar caption {
  color: #000000;
  font-weight: 600;
  padding: 0.6875em 0;
}

aside.sidebar .widget_calendar thead {
  border-top: 1px solid #D4D4D4;
  color: #000000;
  font-weight: 600;
  padding: 0 0.5em;
}

aside.sidebar .widget_calendar thead th {
  padding-top: 0.875em;
}

aside.sidebar .widget_calendar thead, aside.sidebar .widget_calendar tbody, aside.sidebar .widget_calendar tfoot {
  background: none repeat scroll 0 0 #FFFFFF;
}

aside.sidebar .widget_calendar tbody {
  font-weight: 300;
}

aside.sidebar .widget_calendar tbody a {
  font-weight: 600;
}

aside.sidebar .widget_calendar tbody td:first-child {
  padding-left: 0.5em;
}

aside.sidebar .widget_calendar tbody td:last-child {
  padding-right: 0.5em;
}

aside.sidebar .widget_calendar tfoot td:first-child {
  text-align: left;
}

aside.sidebar .widget_calendar tfoot td:last-child {
  text-align: right;
}

aside.sidebar .widget_calendar tfoot {
  border-top: 1px solid #D4D4D4;
  font-weight: 600;
}

aside.sidebar .widget_calendar tfoot td {
  padding: 0.5em 0.7em;
}

aside.sidebar .widget_calendar tfoot .pad#next,
aside.sidebar .widget_calendar tfoot .pad#prev {
  background: url("../img/backgrounds/divider-table.png") repeat-y scroll center top transparent;
}

.widget_calendar tfoot #prev a, .widget_calendar tfoot #next a {
  display: block;
  position: relative;
}

aside.sidebar .widget_calendar tfoot #prev a:before {
  background-position: -256px -32px;
}

aside.sidebar .widget_calendar tfoot #prev a:before, aside.sidebar .widget_calendar tfoot #next a:before {
  /*  background: url("../img/sprites.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  height: 11px;
  left: 0;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 7px;
  */
}

.side-nav li.current-menu-item:first-child a {
  border-radius: 5px 5px 0 0;
}

.side-nav li.current-menu-item a {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
}

.gform_heading {
  display: none;
}

.gform_body label {
  float: left;
  width: 12em;
  font-weight: 300;
  line-height: 2;
}

.gform_body .gfield:after {
  clear: both;
  content: "";
  display: table;
}

.gform_body .gfield {
  padding-top: 1em;
}

.gform_body .gfield:first-child {
  padding: 0;
}

.gfield_select {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  font-family: "Open Sans",sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: normal;
  position: relative;
  width: 100%;
  max-width: 21.25em;
}

.gfield_select_data {
  width: 20%;
  display: inline;
  min-width: 6em;
}

input.medium.gfield_text_data {
  width: 20%;
  display: inline-block;
}

.gform_body .ginput_container, .gform_footer {
  float: right;
  margin: 0;
  width: calc(100% - 12em);
}

.gform_button {
  box-shadow: 0 -4px 0 0 #0D5785 inset;
  font-size: 1.3125em;
  padding: 0.35em 1.4em 0.4em;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #1384CB, #0F669D) repeat scroll 0 0 transparent;
  border: 0 none;
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  text-align: center;
}

.gform_footer {
  padding-top: 1em;
}

.gform_body .ginput_container:after, .gform_footer:after {
  clear: both;
  content: "";
  display: table;
}

.comment-reply-title {
  color: #3C5588;
  font-size: 1.5625em;
  font-weight: 600;
  line-height: 1.84;
  margin-top: 1.88em;
}

.comment-form {
  padding-top: 1.5em;
}

.comment-form .form-group {
  padding-top: 1em;
}

.comment-form .form-group:after {
  content: "";
  display: table;
  clear: both;
}

.comment-form .form-group:first-child {
  padding: 0;
}

.comment-form label {
  font-weight: 300;
  line-height: 2;
}

.comment-form .for-input {
  margin-top: 0.5em;
}

.comment-form input, .comment-form textarea, .comment-form .custom-select {
  max-width: 25em;
}

.comment-form label {
  float: left;
  width: 11em;
}

.comment-form .for-input, p.form-submit {
  float: right;
  margin: 0;
  width: calc(100% - 11em);
}

p.form-submit {
  padding-top: 1em;
}

#button-add-comment {
  background: linear-gradient(to bottom, #1384CB, #0F669D) repeat scroll 0 0 transparent;
  border: 0 none;
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  text-align: center;
  box-shadow: 0 -4px 0 0 #0D5785 inset;
  font-size: 1.3125em;
  padding: 0.35em 1.4em 0.4em;
  text-transform: uppercase;
}

ul.default {
  list-style: disc outside none;
  margin: 20px 0 0 20px;
}
