/*!
Theme Name:   Default Template
Theme URI:    http://julian.is
Description:  Default theme for .
Version:    1.0
Author:     Julian Gaviria
Author URI:   julian.is
Tags:       starkers, naked, clean, basic, html5, boilerplate, sass, smacss
*/
html {
    box-sizing: border-box; }
  
  *, *::after, *::before {
    box-sizing: inherit; }
  
  /* Bitters 0.10.0
   * http://bitters.bourbon.io
   * Copyright 2013-2014 thoughtbot, inc.
   * MIT License */
  /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
  /**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS text size adjust after orientation change, without disabling
   *    user zoom.
   */
  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 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  
  /**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
  audio:not([controls]) {
    display: none;
    height: 0; }
  
  /**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/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; }
  
  /**
   * Address styling not present in IE 8/9.
   */
  mark {
    background: #ff0;
    color: #000; }
  
  /**
   * Address inconsistent and variable font size in all browsers.
   */
  small {
    font-size: 80%; }
  
  /**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  
  sup {
    top: -0.5em; }
  
  sub {
    bottom: -0.25em; }
  
  /* Embedded content
     ========================================================================== */
  /**
   * Remove border when inside `a` element in IE 8/9/10.
   */
  img {
    border: 0; }
  
  /**
   * Correct overflow not hidden in IE 9/10/11.
   */
  svg:not(:root) {
    overflow: hidden; }
  
  /* Grouping content
     ========================================================================== */
  /**
   * Address margin not present in IE 8/9 and Safari.
   */
  figure {
    margin: 0; }
  
  /**
   * Address differences between Firefox and other browsers.
   */
  hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  
  /**
   * Contain overflow in all browsers.
   */
  pre {
    overflow: auto; }
  
  /**
   * Address odd `em`-unit font size rendering in all browsers.
   */
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  
  /* Forms
     ========================================================================== */
  /**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
  /**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }
  
  /**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
  button {
    overflow: visible; }
  
  /**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
  button,
  select {
    text-transform: none; }
  
  /**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  
  /**
   * Re-set default cursor for disabled elements.
   */
  button[disabled],
  html input[disabled] {
    cursor: default; }
  
  /**
   * Remove inner padding and border in Firefox 4+.
   */
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  
  /**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
  input {
    line-height: normal; }
  
  /**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  
  /**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  
  /**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
   *    (include `-moz` to future-proof).
   */
  input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box; }
  
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  
  /**
   * Define consistent border, margin, and padding.
   */
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  
  /**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
  legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  
  /**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
  textarea {
    overflow: auto; }
  
  /**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
  optgroup {
    font-weight: bold; }
  
  /* Tables
     ========================================================================== */
  /**
   * Remove most spacing between table cells.
   */
  table {
    border-collapse: collapse;
    border-spacing: 0; }
  
  td,
  th {
    padding: 0; }
  
  /*
  This class is supposed to be assigned to the parent of items you need organized. Example below:
  <div class="rows-of-2">
    <div>Item</div>
    <div>Item</div>
    <div>Item</div>
    <div>Item</div>
  </div>
  This would give you 2 rows with 2 columns.
  */
  .rows-of-2 {
    display: block; }
    .rows-of-2::after {
      clear: both;
      content: "";
      display: table; }
    .rows-of-2 > * {
      margin-bottom: 1.5em;
      display: block;
      position: relative; }
      .rows-of-2 > * > *:first-child {
        margin-top: 0; }
      @media (min-width: 40em) {
        .rows-of-2 > * {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%; }
          .rows-of-2 > *:last-child {
            margin-right: 0; }
          .rows-of-2 > *:nth-child(2n) {
            margin-right: 0; }
          .rows-of-2 > *:nth-child(2n+1) {
            clear: left; }
          .rows-of-2 > *:nth-last-child(2):last-child {
            margin-bottom: 0 !important; }
          .rows-of-2 > *:nth-last-child(1):last-child {
            margin-bottom: 0 !important; } }
  
  .lt-ie9 .rows-of-2 {
    display: block; }
    .lt-ie9 .rows-of-2::after {
      clear: both;
      content: "";
      display: table; }
    .lt-ie9 .rows-of-2 > * {
      margin-bottom: 1.5em;
      display: block;
      position: relative; }
      .lt-ie9 .rows-of-2 > * > *:first-child {
        margin-top: 0; }
      @media (min-width: 40em) {
        .lt-ie9 .rows-of-2 > * {
          float: left;
          width: 50% !important;
          margin-left: 0 !important;
          margin-right: 0 !important;
          padding-left: 1em;
          padding-right: 1em;
          display: inline-block !important;
          clear: none !important; } }
  
  .rows-of-3 {
    display: block; }
    .rows-of-3::after {
      clear: both;
      content: "";
      display: table; }
    .rows-of-3 > * {
      margin-bottom: 1.5em;
      display: block;
      position: relative; }
      .rows-of-3 > * > *:first-child {
        margin-top: 0; }
      @media (min-width: 40em) {
        .rows-of-3 > * {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 31.7615656014%; }
          .rows-of-3 > *:last-child {
            margin-right: 0; }
          .rows-of-3 > *:nth-child(3n) {
            margin-right: 0; }
          .rows-of-3 > *:nth-child(3n+1) {
            clear: left; } }
  
  .lt-ie9 .rows-of-3 {
    display: block; }
    .lt-ie9 .rows-of-3::after {
      clear: both;
      content: "";
      display: table; }
    .lt-ie9 .rows-of-3 > * {
      margin-bottom: 1.5em;
      display: block;
      position: relative; }
      .lt-ie9 .rows-of-3 > * > *:first-child {
        margin-top: 0; }
      @media (min-width: 40em) {
        .lt-ie9 .rows-of-3 > * {
          float: left;
          width: 33.3% !important;
          margin-left: 0 !important;
          margin-right: 0 !important;
          padding-left: 1em;
          padding-right: 1em; } }
  
  .rows-of-4 {
    display: block; }
    .rows-of-4::after {
      clear: both;
      content: "";
      display: table; }
    .rows-of-4 > * {
      margin-bottom: 1.5em;
      display: block;
      position: relative; }
      .rows-of-4 > * > *:first-child {
        margin-top: 0; }
      @media (min-width: 40em) {
        .rows-of-4 > * {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 23.2317613015%; }
          .rows-of-4 > *:last-child {
            margin-right: 0; }
          .rows-of-4 > *:nth-child(4n) {
            margin-right: 0; }
          .rows-of-4 > *:nth-child(4n+1) {
            clear: left; } }
  
  .rows-of-5 {
    display: block; }
    .rows-of-5::after {
      clear: both;
      content: "";
      display: table; }
    .rows-of-5 > * {
      margin: 0 auto 1.5em;
      display: block;
      max-width: 150px;
      position: relative; }
      .rows-of-5 > * > *:first-child {
        margin-top: 0; }
      @media (min-width: 40em) {
        .rows-of-5 > * {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 14.7019570017%;
          display: inline-block;
          float: none;
          max-width: 100%;
          vertical-align: middle;
          width: 17.8%; }
          .rows-of-5 > *:last-child {
            margin-right: 0; }
          .rows-of-5 > *:nth-child(5n) {
            margin-right: 0; }
          .rows-of-5 > *:nth-child(5n+1) {
            clear: left; } }
  
  .rows-of-6 {
    display: block; }
    .rows-of-6::after {
      clear: both;
      content: "";
      display: table; }
    .rows-of-6 > * {
      margin-bottom: 1.5em;
      display: block;
      position: relative; }
      .rows-of-6 > * > *:first-child {
        margin-top: 0; }
      @media (min-width: 40em) {
        .rows-of-6 > * {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 14.7019570017%; }
          .rows-of-6 > *:last-child {
            margin-right: 0; }
          .rows-of-6 > *:nth-child(6n) {
            margin-right: 0; }
          .rows-of-6 > *:nth-child(6n+1) {
            clear: left; } }
  
  .lt-ie9 .rows-of-4 {
    display: block; }
    .lt-ie9 .rows-of-4::after {
      clear: both;
      content: "";
      display: table; }
    .lt-ie9 .rows-of-4 > * {
      margin-bottom: 1.5em;
      display: block;
      position: relative; }
      .lt-ie9 .rows-of-4 > * > *:first-child {
        margin-top: 0; }
      @media (min-width: 40em) {
        .lt-ie9 .rows-of-4 > * {
          float: left;
          width: 25% !important;
          margin-left: 0 !important;
          margin-right: 0 !important;
          padding-left: 1em;
          padding-right: 1em; } }
  
  @media (max-width: 40em) {
    .mobile-rows-of-2 {
      display: block; }
      .mobile-rows-of-2::after {
        clear: both;
        content: "";
        display: table; }
      .mobile-rows-of-2 > * {
        margin-bottom: 1.5em;
        display: block;
        position: relative;
        float: left;
        display: block;
        margin-right: 7.4229703521%;
        width: 46.288514824%; }
        .mobile-rows-of-2 > * > *:first-child {
          margin-top: 0; }
        .mobile-rows-of-2 > *:nth-last-child(1) {
          background-color: red;
          margin-bottom: 0; }
        .mobile-rows-of-2 > *:nth-last-child(2) {
          background-color: white;
          margin-bottom: 0; }
        .mobile-rows-of-2 > *:last-child {
          margin-right: 0; }
        .mobile-rows-of-2 > *:nth-child(2n) {
          margin-right: 0; }
        .mobile-rows-of-2 > *:nth-child(2n+1) {
          clear: left; } }
  
  .row {
    display: block;
    clear: both; }
    .row::after {
      clear: both;
      content: "";
      display: table; }
  
  @media (min-width: 40em) {
    .col-1 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 6.1721527019%; }
      .col-1:last-child {
        margin-right: 0; }
    .col-2 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 14.7019570017%; }
      .col-2:last-child {
        margin-right: 0; }
    .col-3 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      .col-3:last-child {
        margin-right: 0; }
    .col-4 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .col-4:last-child {
        margin-right: 0; }
    .col-5 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 40.2913699012%; }
      .col-5:last-child {
        margin-right: 0; }
    .col-6 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .col-6:last-child {
        margin-right: 0; }
    .col-7 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 57.3509785009%; }
      .col-7:last-child {
        margin-right: 0; }
    .col-8 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%; }
      .col-8:last-child {
        margin-right: 0; }
    .col-9 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 74.4105871005%; }
      .col-9:last-child {
        margin-right: 0; }
    .col-10 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 82.9403914003%; }
      .col-10:last-child {
        margin-right: 0; }
    .col-11 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 91.4701957002%; }
      .col-11:last-child {
        margin-right: 0; }
    .col-12 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .col-12:last-child {
        margin-right: 0; }
    .col-last {
      margin-right: 0;
      margin-right: 0 !important; } }
  
  body {
    -webkit-font-smoothing: antialiased;
    background-color: white;
    color: #333333;
    font-family: 'Lato', Sans-serif;
    /* font-size: 1em; */
  /*   font-size: 14px; */
    font-size: 100%;
    /* line-height: 1.5; */
    line-height: 20px;
    }
    @media (max-height: 46em) and (min-width: 60em) {
      body {
        font-size: .875em; } }
    @media (max-height: 40em) and (min-width: 60em) {
      body {
        font-size: .75em; } }
  
  .display-font-size {
    font-size: 1.875em; }
    @media (min-width: 40em) {
      .display-font-size {
        font-size: 2.25em; } }
    @media (min-width: 60em) {
      .display-font-size {
        font-size: 2.5em; } }
  
  .xlarge-font-size {
    font-size: 1.40625em; }
    @media (min-width: 40em) {
      .xlarge-font-size {
        font-size: 1.6875em; } }
    @media (min-width: 60em) {
      .xlarge-font-size {
        font-size: 1.875em; } }
  
  .large-font-size {
    font-size: 0.9375em; }
    @media (min-width: 40em) {
      .large-font-size {
        font-size: 1.125em; } }
    @media (min-width: 60em) {
      .large-font-size {
        font-size: 1.5em; } }
  
  .medium-font-size {
    font-size: 1em;
    margin-bottom: 2em;
    margin-top: 1.75em; }
    @media (min-width: 40em) {
      .medium-font-size {
        font-size: 1.125em; } }
    @media (min-width: 60em) {
      .medium-font-size {
        font-size: 1.125em; } }
  
  .base-font-size {
    font-size: 1em; }
    @media (min-width: 40em) {
      .base-font-size {
        font-size: 1.125em; } }
    @media (min-width: 60em) {
      .base-font-size {
        font-size: 1.125em; } }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Montserrat";
    line-height: 1.25;
    margin: 0; }
  
  h1 {
    font-size: 1.875em;
    margin-top: 0;
    margin-bottom: 24px;
    color: #1c449c; }
    @media (min-width: 40em) {
      h1 {
        font-size: 2.25em; } }
    @media (min-width: 60em) {
      h1 {
        font-size: 2.5em; } }
  
  h2 {
    font-size: 1.40625em;
    margin-top: 24px;
    margin-bottom: 16px; }
    @media (min-width: 40em) {
      h2 {
        font-size: 1.6875em; } }
    @media (min-width: 60em) {
      h2 {
        font-size: 1.875em; } }
  
  h3 {
    font-size: 0.9375em;
    margin-top: 24px;
    margin-bottom: 16px; }
    @media (min-width: 40em) {
      h3 {
        font-size: 1.125em; } }
    @media (min-width: 60em) {
      h3 {
        font-size: 1.5em; } }
  
  h4 {
    font-size: 1em;
    margin-top: 16px;
    margin-bottom: 16px; }
    @media (min-width: 40em) {
      h4 {
        font-size: 1.125em; } }
    @media (min-width: 60em) {
      h4 {
        font-size: 1.125em; } }
  
  h5 {
    font-size: 1em;
    margin-top: 16px;
    margin-bottom: 16px;
    color: #1c449c;}
    @media (min-width: 40em) {
      h5 {
        font-size: 1.125em; } }
    @media (min-width: 60em) {
      h5 {
        font-size: 1.125em; } }
  
  h6 {
    font-size: 1em;
    margin-top: 16px;
    margin-bottom: 16px; }
    @media (min-width: 40em) {
      h6 {
        font-size: 1.125em; } }
    @media (min-width: 60em) {
      h6 {
        font-size: 1.125em; } }
  
  p {
    margin: 16px 0;
    font-size: 1em; }
  
  .emph, .section-header-wrap p, .page-intro p {
    font-size: 1.25em;
    font-weight: normal; }
    @media (min-width: 40em) {
      .emph, .section-header-wrap p, .page-intro p {
        font-size: 1.4375em; } }
  
  a {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #1c449c;
    text-decoration: underline; }
    a:hover {
      color: #1B75BC; }
    a:active, a:focus {
      color: #1B75BC;
      outline: none; }
  
  hr {
    border-bottom: 1px solid #eeeeee;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 1.5em 0; }
  
  img,
  picture {
    margin: 0;
    max-width: 100%; }
  
  blockquote {
    padding: 0;
    margin: 0; }
  
  cite {
    color: #5c5c5c;
    font-style: italic; }
    cite:before {
      content: "\2014 \00A0"; }
  
  /* 
  Forms
  Lists
  Tables 
  */
  /* Forms */
  fieldset {
    background: white;
    border: 1px solid #eeeeee;
    margin: 0 0 0.75em 0;
    padding: 1.5em; }
  
  input,
  label,
  select {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 15px; }
  
  label {
    font-weight: bold;
    margin-bottom: 0.375em; }
    label.required:after {
      content: "*"; }
    label abbr {
      display: none; }
  
  textarea,
  input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
  select[multiple=multiple],
  select {
    box-sizing: border-box;
    -webkit-transition: border-color;
    -moz-transition: border-color;
    transition: border-color;
    background-color: white;
    border-radius: 0;
    border: 1px solid #eeeeee;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    margin-bottom: 0.75em;
    padding: 0.5em 0.5em;
    width: 100%; }
    textarea:hover,
    input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
    select[multiple=multiple]:hover,
    select:hover {
      border-color: #d5d4d4; }
    textarea:focus,
    input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
    select[multiple=multiple]:focus,
    select:focus {
      border-color: #1c449c;
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(24, 59, 134, 0.7);
      outline: none; }
  
  textarea {
    resize: vertical; }
  
  input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
  
  input[type="checkbox"],
  input[type="radio"] {
    display: inline;
    margin-right: 0.375em;
    width: auto !important; }
  
  input[type="file"] {
    padding-bottom: 0.75em;
    width: 100%; }
  
  select {
    margin-bottom: 1.5em;
    max-width: 100%;
    height: 2.3em !important;
    width: 100%; }
  
  .hs-form fieldset {
    max-width: 100% !important;
    background-color: transparent !important; }
  
  .hs-form fieldset.form-columns-1 .hs-input {
    width: 100% !important; }
  
  .hs-error-msgs {
    color: red; }
  
  /* Lists */
  ul,
  ol {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  
  dl {
    margin-bottom: 0.75em; }
    dl dt {
      font-weight: bold;
      margin-top: 0.75em; }
    dl dd {
      margin: 0; }
  
  ul:not([class]) {
    clear: left;
    list-style-type: none;
    margin-bottom: 0.75em;
    padding-left: 1.5em; }
    ul:not([class]) li:not([class]) {
      position: relative;
      margin-bottom: 0.5em;
      font-size: 1em;
      line-height: 1.5em; }
      ul:not([class]) li:not([class]) a {
        text-decoration: none;
      }
      ul:not([class]) li:not([class]):after {
        content: '';
        width: 6px;
        height: 7px;
        display: block;
        position: absolute;
        top: 10px;
        left: -13px;
        background-image: url(img/ico-bullet-green.svg);
        background-position: center center;
        background-size: 6px 7px;
        background-repeat: no-repeat; }
  
  .bullet-style {
    clear: left;
    list-style-type: none;
    margin-bottom: 0.75em;
    padding-left: 1.5em; }
    .bullet-style li {
      position: relative;
      margin-bottom: 0.5em;
      font-size: 1em;
      line-height: 1.5em; }
      .bullet-style li a {
        text-decoration: none;
        font-weight: normal; }
      .bullet-style li:after {
        content: '';
        width: 1.5em;
        height: 1.5em;
        display: block;
        position: absolute;
        top: 0;
        left: -1.5em;
        background-image: url(img/ico-bullet.svg);
        background-position: center center;
        background-size: .45em;
        background-repeat: no-repeat; }
  
  ol {
    clear: left;
    list-style-type: decimal;
    list-style-position: inside;
    margin-bottom: 0.75em;
    padding-left: 1.5em; }
    ol li {
      position: relative;
      margin-bottom: 0.5em;
      font-size: 1.125em;
      line-height: 1.5em; }
      ol li a {
        text-decoration: none;
        font-weight: normal; }
  
  /* Tables */
  table {
    border-collapse: collapse;
    margin: 0.75em 0;
    table-layout: fixed;
    width: 100%; }
  
  th {
    border-bottom: 1px solid #c8c8c8;
    font-weight: bold;
    padding: 0.75em 0;
    text-align: left; }
  
  td {
    border-bottom: 1px solid #eeeeee;
    padding: 0.75em 0; }
  
  tr,
  td,
  th {
    vertical-align: middle; }
  
  /*=============== Spec Tables ===============*/
  .spec-table {
    display: block;
    width: 100%;
    margin-bottom: 1.5em;
    background: white; }
  
  .spec-thead {
    display: block; }
  
  .spec-table-row {
    display: block;
    width: 100%; }
  
  .spec-cell {
    display: block;
    border: 0.2em solid #ffffff;
    padding: .5em .8em;
    vertical-align: top; }
    .spec-cell p {
      margin: .5em 0; }
    .spec-cell > ul {
      margin: .5em 0; }
      .spec-cell > ul > li {
        margin-bottom: 0 !important; }
        .spec-cell > ul > li ul {
          padding: 0 0 0 1.8em; }
    .spec-cell input,
    .spec-cell select {
      width: 100%; }
  
  .spec-col {
    display: table-column; }
  
  .spec-col-1 {
    width: 100%; }
  
  .spec-col-2 {
    width: 100%; }
  
  @media (min-width: 40em) {
    .spec-table {
      display: table; }
    .spec-thead {
      display: table-header-group; }
    .spec-table-row {
      display: table-row; }
    .spec-cell {
      display: table-cell; }
      .spec-cell p {
        font-size: 1em; }
    .spec-spec-col-1 {
      width: 30%; }
    .spec-spec-col-2 {
      width: 70%; } }
  
  .btn, button,
  input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link, .btn-alt, .btn-alt-download, .btn-alt-arrow {
    position: relative;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    color: white;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    padding: 0.98em 1.5em;
    text-decoration: none;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear; }
    .btn:hover, button:hover,
    input:hover[type="submit"], .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover, .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
      color: white; }
    .btn:disabled, button:disabled,
    input:disabled[type="submit"], .btn-download:disabled, .btn-arrow:disabled, .product-grid-item-link:disabled, .btn-alt:disabled, .btn-alt-download:disabled, .btn-alt-arrow:disabled {
      cursor: not-allowed;
      opacity: 0.5; }
    .btn:after, button:after,
    input[type="submit"]:after, .btn-download:after, .btn-arrow:after, .product-grid-item-link:after, .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after {
      content: ''; }
  
  .btn, button,
  input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link {
    background-color: transparent;
    border: 1px solid #1c449c;
    font-weight: 700;
    color: #1c449c;
    text-transform: uppercase; }
    .btn:hover, button:hover,
    input:hover[type="submit"], .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover {
      background-color: #1B75BC;
      border: 1px solid #1B75BC; }
      .btn:hover:after, button:hover:after,
      input[type="submit"]:hover:after, .btn-download:hover:after, .btn-arrow:hover:after, .product-grid-item-link:hover:after {
        background-color: #1B75BC; }
    .btn:after, button:after,
    input[type="submit"]:after, .btn-download:after, .btn-arrow:after, .product-grid-item-link:after {
      background-color: #143171; }
  
  .btn-alt, .btn-alt-download, .btn-alt-arrow {
    background-color: transparent;
    border: 1px solid #1B75BC;
    font-weight: 700;
    color: #1B75BC;
    text-transform: uppercase; }
    .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
      background-color: #1c449c;
      border: 1px solid #1c449c; }
      .btn-alt:hover:after, .btn-alt-download:hover:after, .btn-alt-arrow:hover:after {
        background-color: #143171; }
    .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after {
      background-color: #1B75BC; }
  
  button,
  input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #1c449c;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap; }
    button:hover,
    input[type="submit"]:hover {
      border: 2px solid #1B75BC; }
  
  .btn-download, .btn-alt-download, .btn-arrow, .btn-alt-arrow {
    padding-right: 4em; }
    .btn-download:after, .btn-alt-download:after, .btn-arrow:after, .btn-alt-arrow:after {
      content: '';
      display: block;
      right: 0;
      top: 0;
      bottom: 0;
      width: 3em;
      position: absolute;
      background-position: center center;
      background-size: 1.5em;
      background-repeat: no-repeat;
      -webkit-transition: background 0.1s linear;
      -moz-transition: background 0.1s linear;
      transition: background 0.1s linear; }
    .btn-download:hover:after, .btn-alt-download:hover:after, .btn-arrow:hover:after, .btn-alt-arrow:hover:after {
      background-size: 2em; }
  
  .btn-download:after {
    background-image: url(img/ico-download.svg); }
  
  .btn-alt-download:after {
    background-image: url(img/ico-download.svg); }
  
  .btn-arrow:after {
    background-image: url(img/arrow-wht.svg); }
  
  .btn-alt-arrow:after {
    background-image: url(img/arrow-wht.svg); }
  
  .slide-panel .cem-cta {
    color: #ffffff;
    padding: 1.6875em 1.8125em 1.625em 6.4375em;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    position: relative;
    border: 2px solid transparent; }
    .slide-panel .cem-cta::before {
      content: "";
      position: absolute;
      left: 0.75em;
      top: 0.6875em;
      width: 5.1875em;
      height: 3.125em;
      background-image: url(img/eng-eng.png);
      background-position: left top;
      background-repeat: no-repeat;
      background-size: 5.1875em 3.125em; }
    .slide-panel .cem-cta:hover {
      border: 2px solid #ffffff; }
  
  @media (min-width: 40em) {
    .site-nav,
    #hs_menu_wrapper_primary_nav {
      display: inline-block;
      vertical-align: top;
      position: initial;
      top: 0;
      left: 0;
      background-color: transparent;
      font-size: 1.8vw; } }
  
  @media (min-width: 60em) {
    .site-nav,
    #hs_menu_wrapper_primary_nav {
      font-size: 1.4vw; } }
  
  @media (min-width: 75em) {
    .site-nav,
    #hs_menu_wrapper_primary_nav {
      font-size: 1em;
      margin-top: 0.3125em; } }
  
  .sn-level-1,
  #hs_menu_wrapper_primary_nav > ul {
    margin: 0;
    padding: 0 0 2.5em 0; }
    @media (min-width: 40em) {
      .sn-level-1,
      #hs_menu_wrapper_primary_nav > ul {
        height: 3.6875em;
        padding: 0;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }
  
  .sn-li-l1,
  .hs-menu-depth-1 {
    display: block; }
  .sn-li-l1 span,
  .hs-menu-depth-1 > span {
      font-size: 1em;
      line-height: 2.8em; }
  .sn-li-l1 > a,
  .hs-menu-depth-1 > a {
      height: 100%;
  display: inline-block !important;
  vertical-align: middle !important;
  font-size: 1.25em !important;
  line-height: 2.8em !important;
  color: #ffffff;
  text-decoration: none;
  padding: 0 !important;
  font-weight: 700;
  width:auto !important;
   white-space: normal !important;
  max-width: 100% !important; 
  }
  .sn-li-l1 > a:visited,
  .hs-menu-depth-1 > a:visited {
        color: #ffffff; }
  .sn-li-l1 > a:hover,
  .hs-menu-depth-1 > a:hover {
        color: #ffffff; }
  .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.has-subnav .m-subnav-arrow,
  .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
      cursor: pointer;
      display: none;
      display: none; }
      @media (max-width: 40em) {
        .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
        .hs-menu-depth-1.has-subnav .m-subnav-arrow,
        .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
        .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
          padding-right: 0em !important;
          display: inline-block !important;
          vertical-align: middle !important;
          width: 30px !important;
          height: 37px !important;
          position: relative !important; }
          .sn-li-l1.has-subnav .m-subnav-arrow:after, .sn-li-l1.menu-item-has-children .m-subnav-arrow:after, .sn-li-l1.hs-item-has-children .m-subnav-arrow:after,
          .hs-menu-depth-1.has-subnav .m-subnav-arrow:after,
          .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow:after,
          .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow:after {
            content: "+";
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            font-size: 1.25em;
            line-height: 1em;
            font-weight: bold;
            top: 25%;
            color: #ffffff;
            text-align: center; }
          .sn-li-l1.has-subnav .m-subnav-arrow.active:after, .sn-li-l1.menu-item-has-children .m-subnav-arrow.active:after, .sn-li-l1.hs-item-has-children .m-subnav-arrow.active:after,
          .hs-menu-depth-1.has-subnav .m-subnav-arrow.active:after,
          .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow.active:after,
          .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow.active:after {
            content: "-"; } }
      @media (min-width: 40em) {
        .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
        .hs-menu-depth-1.has-subnav .m-subnav-arrow,
        .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
        .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
          display: none; } }
    .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
    .hs-menu-depth-1.has-subnav > a span,
    .hs-menu-depth-1.menu-item-has-children > a span,
    .hs-menu-depth-1.hs-item-has-children > a span {
      padding-right: 0em;
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 0.75em;
      display: block; }
    .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,
    .hs-menu-depth-1.has-subnav > a.active span,
    .hs-menu-depth-1.menu-item-has-children > a.active span,
    .hs-menu-depth-1.hs-item-has-children > a.active span {
      transform: rotate(180deg); }
    @media (min-width: 40em) {
      .sn-li-l1,
      .hs-menu-depth-1 {
        height: 3.6875em;
        float: left;
        border-bottom: 0;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
        text-align: center;
        /*
      &:nth-child(1n) {
        width:20%;
      }
      &:nth-child(2n) {
        width:20%;
      }
      &:nth-child(3n) {
        width:20%;
      }
      &:nth-child(4n) {
        width:20%;
      }
      &:nth-child(5n) {
        width:20%;
        }*/ }
        .sn-li-l1 > a,
        .hs-menu-depth-1 > a {
          padding: 0 0.5em;
          color: #ffffff; }
          .sn-li-l1 > a:hover,
          .hs-menu-depth-1 > a:hover {
            color: #ffffff; }
        .sn-li-l1:hover .sn-level-2,
        .sn-li-l1:hover .hs-menu-children-wrapper,
        .hs-menu-depth-1:hover .sn-level-2,
        .hs-menu-depth-1:hover .hs-menu-children-wrapper {
          display: block; }
        .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
        .hs-menu-depth-1.has-subnav > a span,
        .hs-menu-depth-1.menu-item-has-children > a span,
        .hs-menu-depth-1.hs-item-has-children > a span {
          display: inline;
  padding-right: 0.9230769231em;
  background-image: url(https://www.dedicatedcomputing.com/wp-content/themes/dedicatedcomputing-default/img/ico-arrowdown-gdd.png);
  background-repeat: no-repeat;
  background-size: 0.7692307692em 0.5384615385em;
  background-position: right 61%; }
        .sn-li-l1:hover,
        .hs-menu-depth-1:hover {
          background-color: #1B75BC; } }
    @media (min-width: 60em) {
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0 1em;
        color: #ffffff; }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #ffffff; }
      .sn-li-l1:hover,
      .hs-menu-depth-1:hover {
        background-color: rgba(27, 117, 188, 0.9); } }
  
  .sn-level-2,
  .hs-menu-children-wrapper {
    padding: 0.5em 0 0 0;
    margin: 0;
    display: none !important;
    position: relative !important;
    border-top: 1px solid #4969b0;
    border-bottom: 1px solid #4969b0; 
  }
  .sn-level-2.active,
  .hs-menu-children-wrapper.active {
    display: block !important; 
    padding: 0.5em 0 0 0;
  margin: 0;
  
  position: relative;
  border-top: 1px solid #4969b0;
  border-bottom: 1px solid #4969b0;
  opacity: 1 !important;
    visibility: visible !important;
  }
  @media (min-width: 40em) {
    .sn-level-2,
    .hs-menu-children-wrapper {
      position: absolute;
      width: 100%;
/*       background-color: rgba(0, 0, 0, 0.9); */
      left: 0;
      right: 0;
      margin: auto;
      border-color: #1B75BC;
      padding: 2em 0 4.6875em;
      z-index: 666; 
    }
    .sn-level-2.active,
    .hs-menu-children-wrapper.active {
      display: none; 
    } 
  }
  @media (min-width: 60em) {
    .sn-level-2,
    .hs-menu-children-wrapper {
      width: 90%;
      border: none; } }
  @media (min-width: 75em) {
    .sn-level-2,
    .hs-menu-children-wrapper {
      width: 75%;
      border: none; 
    } 
  }
  .sn-li-l2, 
  .sn-li-l3,
  .hs-menu-depth-2 {
    padding-bottom: 1.25em; 
  }
  .sn-li-l2 .m-subnav-arrow, 
  .sn-li-l3 .m-subnav-arrow,
  .hs-menu-depth-2.hs-item-has-children .m-subnav-arrow,.hs-menu-depth-3.hs-item-has-children .m-subnav-arrow, .hs-menu-depth-4.hs-item-has-children .m-subnav-arrow {
    display: none !important; 
  }
  .sn-li-l2 > a, 
  .sn-li-l3 > a,
  .hs-menu-depth-2 > a {
    padding: 0 !important;
    color: #1B75BC;
    display: block;
    text-decoration: none;
    line-height: 1.7em !important;
    font-size: 1.125em !important;
    font-weight: 700; 
    white-space: normal !important;
  }
  .sn-li-l2 > a span, 
  .sn-li-l3 > a span,
  .hs-menu-depth-2 > a span {
    font-size: 1em;
    line-height: 1.2em;
    display: inline-block;
    vertical-align: middle; 
  }
  .sn-li-l2 > a:hover, 
  .sn-li-l3 > a:hover,
  .hs-menu-depth-2 > a:hover {
    color: #1B75BC; 
  }
  
  .sn-li-l2:last-child > a, 
  .sn-li-l3:last-child > a,
  .hs-menu-depth-2:last-child > a {
      border-bottom: 0;
  }
  @media (min-width: 40em) {
    .sn-li-l2, 
    .sn-li-l3,
    .hs-menu-depth-2 {
      padding-bottom: 0;
      display: inline-block;
      vertical-align: top;
      width: 23%;
      text-align: left; }
    .sn-li-l2 > a, 
    .sn-li-l3 > a,
    .hs-menu-depth-2 > a {
      display: inline-block;
      vertical-align: top;
      margin-left: 2.2222222222em;
      margin-bottom: 1.1111111111em;
      font-weight: normal; 
      white-space: normal !important;
    }
    .sn-li-l2:nth-of-type(1) > a, 
    .sn-li-l3:nth-of-type(1) > a,
    .hs-menu-depth-2:nth-of-type(1) > a {
      margin-left: 0; 
    }
    .sn-li-l2:nth-of-type(1) .sn-level-3, 
    .sn-li-l3:nth-of-type(1) .sn-level-3,
    .hs-menu-depth-2:nth-of-type(1) .sn-level-3 {
      padding: 0; 
    }
    .sn-li-l2:nth-of-type(1) .sn-level-3::after, 
    .sn-li-l3:nth-of-type(1) .sn-level-3::after,
    .hs-menu-depth-2:nth-of-type(1) .sn-level-3::after {
      display: none; 
    } 
  }
  @media (min-width: 60em) {
    .sn-li-l2, 
    .sn-li-l3,
    .hs-menu-depth-2 {
      width: 20%; 
    } 
  }
  
  .sn-level-3 {
    padding: 0;
    margin: 0;
    padding-top: 1px;
    position: relative; 
  }
  .sn-level-3.active {
    display: block; 
  }
  @media (min-width: 40em) {
    .sn-level-3 {
      padding: 0 0 0 2.5em;
      position: relative; 
    }
    .sn-level-3::after {
      border-left: 4px solid #043119;
      content: "";
      position: absolute;
      left: 0;
      top: 0.6875em;
      height: 84%; 
    } 
  }
  
  .sn-li-l3 {
    padding: 0;
    width: auto !important; 
  }
  .sn-li-l3 > a {
    color: #ffffff;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.9em; 
  }
  .sn-li-l3 > a span {
    font-size: 1em;
    line-height: 1.2em;
    display: inline-block;
    vertical-align: middle;
    padding-right: 1.3125em; 
  }
  @media (min-width: 60em) {
    .sn-li-l3 > a span {
      /*white-space: nowrap;*/ 
    } 
  }
  .sn-li-l3 > a:hover {
    color: #1B75BC; 
  }
  .sn-li-l3 > a:hover span {
    background-image: url(https://www.dedicatedcomputing.com/wp-content/themes/dedicatedcomputing-default/img/arrow-wht.svg);
    background-repeat: no-repeat;
    background-size: 1.1875em 0.5625em;
    background-position: right 5px; 
  }
  @media (min-width: 40em) {
    .sn-li-l3 {
      display: block;
      width: 100%;
      padding-bottom: 0.4375em; 
    }
    .sn-li-l3 > a {
      margin: 0; 
    }
  }
  
  .site-nav-container {
    background-color: #1c449c;
    width: 20em;
    height: 100%;
    padding: 0 1.5em 0 1.875em;
    right: -20em;
    top: 0;
    bottom: 0;
    z-index: 2000;
    position: fixed;
    overflow: auto;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; 
  }
  .site-nav-container.active {
    right: 0; 
  }
  @media (min-width: 40em) {
    .site-nav-container {
      width: auto;
      height: auto;
      right: auto;
      bottom: auto;
      top: auto;
      position: static;
      background-color: transparent;
      text-align: right;
      padding: 0;
      overflow: visible; 
    }
  }
  
  .site-nav-container-screen {
    position: absolute;
    display: none;
    z-index: 1000;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5); 
  }
  .site-nav-container-screen.active {
      display: block; 
  }
  @media (min-width: 40em) {
    .site-nav-container-screen {
      display: none !important; 
    }
  }
  
  .close-menu {
    display: inline-block;
    clear: both;
    position: relative;
    text-align: center;
    color: #ffffff !important;
    font-family: "Montserrat";
    padding: 0.4375em 2.25em 0.5em 1.4375em;
    border: 1px solid #ffffff;
    margin: 0 auto;
    font-size: 1em;
    background-color: transparent;
    text-decoration: none;
    text-transform: uppercase; }
  .close-menu:visited {
    color: #ffffff; 
  }
  .close-menu:hover {
    background-color: #1B75BC;
    border-color: #1B75BC; 
  }
  .close-menu:after {
    content: '';
    background-color: transparent;
    background-image: url(https://www.dedicatedcomputing.com/wp-content/themes/dedicatedcomputing-default/img/ico-exit.svg);
    background-size: 0.8125em 0.8125em;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 1.5625em;
    top: 0;
    bottom: 0;
    right: 0.9375em;
    position: absolute; 
  }
  @media (min-width: 40em) {
    .close-menu {
      display: none; 
    } 
  }
  
  .snc-header {
    text-align: center;
    padding: 1.875em 1.875em 1.8125em 1.875em; 
  }
  @media (min-width: 40em) {
    .snc-header {
      padding: 0; 
    } 
  }
  
  .sh-nav-ram {
    color: #1B75BC;
    margin-top: 1.25em; 
    text-decoration: none;
    border: 1px solid #1B75BC;
    padding: 0.5625em 0.875em 0.625em;
  }
  .sh-nav-ram:hover,
  .blog-read-more.btn.sh-nav-ram:hover {
    color: #ffffff;
    background-color: #1B75BC; 
  }
  /** BUTTONS: header button A/B test 
  span a.btn.sh-nav-ram.btn-animation,
  span a.btn.sh-nav-ram {
      padding-top: 7px !important;
      padding-right: 10px !important;
      padding-bottom: 7px !important;
      padding-left: 10px !important;
      color: #1B75BC !important;
      border: 2px solid #1B75BC !important;
      background-color:transparent !important;
  }
  span a.btn.sh-nav-ram > a {
      color: #1B75BC !important;
      display:block;
      width: 100%;
      height: 100%;
  }
  span a.btn.sh-nav-ram > a:hover {
      color: #fff !important;
  }
  span.btn.sh-nav-ram.btn-animation:hover,
  span a.btn.sh-nav-ram:hover {
      background-color: #1B75BC !important;
      color: #fff !important;
      border: 2px solid #1B75BC !important;
  }*/
  
  @media (min-width: 40em) {
    .sh-nav-ram {
      margin: 0 0 0 1.25em;
      font-size: 1.8vw; 
    }
    .blog-read-more.btn.sh-nav-ram {
      margin: 0 0 0 0;
      font-size: 1em; 
    }
  }
  @media (min-width: 60em) {
    .sh-nav-ram {
      font-size: 1.4vw;
      margin-top: 3px; 
    } 
    .blog-read-more.btn.sh-nav-ram {
      margin: 0 0 0 0;
    }
  }
  @media (min-width: 75em) {
    .sh-nav-ram {
      margin: 0 0 0 1.25em;
      font-size: 1em; 
    } 
    .blog-read-more.btn.sh-nav-ram {
      margin: 0 0 0 0;
    }
  }
  @media (min-width: 40em) {
    .product-menu .sn-level-2 .sn-li-l2, 
    .product-menu .sn-level-2 .sn-li-l3,
    .product-menu .hs-menu-children-wrapper .sn-li-l2,
    .product-menu .hs-menu-children-wrapper .sn-li-l3 {
      width: 40%; 
    }
    .product-menu .sn-level-2 .sn-li-l2 ul, 
    .product-menu .sn-level-2 .sn-li-l3 ul,
    .product-menu .hs-menu-children-wrapper .sn-li-l2 ul,
    .product-menu .hs-menu-children-wrapper .sn-li-l3 ul {
      -moz-column-count: 2;
      -moz-column-gap: 1.25em;
      -webkit-column-count: 2;
      -webkit-column-gap: 1.25em;
      column-count: 2;
      column-gap: 1.25em; 
    } 
  }
  @media (min-width: 40em) {
    .single-menu {
      position: relative; 
    }
    .single-menu .sn-level-2 {
      left: -150PX;
      width: 100%;
      min-width: 26.6875em;
      padding: 1.375em 0 7.625em 8em;
      -moz-column-count: 3;
      -moz-column-gap: 1.25em;
      -webkit-column-count: 3;
      -webkit-column-gap: 1.25em;
      column-count: 1;
      column-gap: 1.25em;
      min-height: 18.625em; 
    }
    .single-menu .sn-level-2 .sn-li-l2, 
    .single-menu .sn-level-2 .sn-li-l3,
    .single-menu .sn-level-2 .sn-li-l3,
    .single-menu .sn-level-2 .hs-menu-depth-2 {
      width: 100%;
      display: block;
      padding-bottom: 0.6875em; 
    }
    .single-menu .sn-level-2 .sn-li-l2 > a, 
    .single-menu .sn-level-2 .sn-li-l3 > a,
    .single-menu .sn-level-2 .sn-li-l3 > a,
    .single-menu .sn-level-2 .hs-menu-depth-2 > a {
      margin: 0;
      color: #ffffff;
      font-size: 1em;
      padding: 0 1.25em 0; 
    }
    .single-menu .sn-level-2 .sn-li-l2 > a span, 
    .single-menu .sn-level-2 .sn-li-l3 > a span,
    .single-menu .sn-level-2 .sn-li-l3 > a span,
    .single-menu .sn-level-2 .hs-menu-depth-2 > a span {
      display: inline-block;
      font-size: 1em;
      line-height: 1em;
      padding-right: 1.3125em;
      vertical-align: middle;
      white-space: normal;
    }
    .single-menu .sn-level-2 .sn-li-l2 > a:hover, 
    .single-menu .sn-level-2 .sn-li-l3 > a:hover,
    .single-menu .sn-level-2 .sn-li-l3 > a:hover,
    .single-menu .sn-level-2 .hs-menu-depth-2 > a:hover {
      color: #1B75BC; 
    }
    .single-menu .sn-level-2 .sn-li-l2 > a:hover span, 
    .single-menu .sn-level-2 .sn-li-l3 > a:hover span,
    .single-menu .sn-level-2 .sn-li-l3 > a:hover span,
    .single-menu .sn-level-2 .hs-menu-depth-2 > a:hover span {
      background-image: url(https://www.dedicatedcomputing.com/wp-content/themes/dedicatedcomputing-default/img/arrow-wht.svg);
      background-position: right 5px;
      background-repeat: no-repeat;
      background-size: 1.1875em 0.5625em; 
    }
    .single-menu.two-col-menu .sn-level-2 {
      left: 0;
      /*left: em(-106);*/
      /* width: 100%; */
      padding: 1.4em 0 2.625em 2em;
      min-height: 18.625em;
      width: 14.8125em;
      min-width: 14.8125em;
      /*left:auto;
      right: 0;
      padding: em(61) 0 em(122) 25%;
      -moz-column-count: 2;
      -moz-column-gap: em(20);
      -webkit-column-count: 2;
      -webkit-column-gap: em(20);
      column-count: 2;
      column-gap: em(35);*/ }
    .single-menu.last-menu-item .sn-level-2 {
      right: 0;
      left: auto; 
    } 
  }
  
  @media (min-width: 75em) {
    .single-menu.two-col-menu {
      left: 0; }
    .single-menu.last-menu-item .sn-level-2 {
      left: 0;
      right: auto; } }
  
  /*
  This is used to separate sections/modules of the website while still keeping a consistent max-width. Example below:
  <section class="about-module">
    <div class="inner-wrap">
      Content here...
    </div>
  </section>
  */
  .inner-wrap, .inner-wrap-narrow, .inner-wrap-wide, .inner-wrap-fullwidth {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em 1em 1.5em 1em; }
    .inner-wrap::after, .inner-wrap-narrow::after, .inner-wrap-wide::after, .inner-wrap-fullwidth::after {
      clear: both;
      content: "";
      display: table; }
    .inner-wrap > *:first-child, .inner-wrap-narrow > *:first-child, .inner-wrap-wide > *:first-child, .inner-wrap-fullwidth > *:first-child {
      margin-top: 0; }
    .inner-wrap > *:last-child, .inner-wrap-narrow > *:last-child, .inner-wrap-wide > *:last-child, .inner-wrap-fullwidth > *:last-child {
      margin-bottom: 0; }
    @media (min-width: 40em) {
      .inner-wrap, .inner-wrap-narrow, .inner-wrap-wide, .inner-wrap-fullwidth {
        padding: 2.5em 1.5em 2.5em 1.5em; } }
  
  .inner-wrap-narrow {
    max-width: 62.5em; }
  
  .inner-wrap-wide {
    max-width: 87.5em; }
  
  .inner-wrap-fullwidth {
    max-width: 100%; }
  
  /*=============== Sections ===============*/
  .dc-header {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    padding: 1.25em 0 0 0;
  }
  .section-header-wrap {
    background-color: #eeeeee; }
    .section-header-wrap .inner-wrap, .section-header-wrap .inner-wrap-narrow, .section-header-wrap .inner-wrap-wide, .section-header-wrap .inner-wrap-fullwidth {
      padding-top: 1.5em;
      padding-bottom: 1.5em; }
    .section-header-wrap h1 {
      margin: 0; }
    .section-header-wrap p {
      margin: .5em 0 0 0; }
  
  .section-cta {
    text-align: center; }
  
  /*=============== Media Object ===============*/
  .media-object {
    overflow: hidden; }
  
  .media-object-img {
    width: 20%;
    float: left;
    display: block;
    margin-right: 5%; }
    .media-object-img img {
      width: 100%; }
  
  .media-object-body {
    width: 75%;
    float: left; }
  
  .media-object-header {
    margin-top: 0;
    margin-bottom: .15em; }
  
  .media-grid-2 > * {
    margin-bottom: 1em; }
  
  @media (min-width: 40em) {
    .media-grid-2 > * {
      float: left;
      display: block;
      margin-right: 3.1684356888%;
      width: 48.4157821556%;
      margin-bottom: 1.5em; }
      .media-grid-2 > *:last-child {
        margin-right: 0; }
      .media-grid-2 > *:nth-child(2n) {
        margin-right: 0; }
      .media-grid-2 > *:nth-child(2n+1) {
        clear: left; } }
  
  /*======= Responsive iFrame / YouTube / HTML5 Video =======*/
  .iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 1.8em; }
    .iframe-container iframe, .iframe-container object, .iframe-container embed, .iframe-container video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  
  /*=============== Click to Expand ===============*/
  .click-expand {
    border: 1px solid #eeeeee;
    clear: both;
    overflow: hidden;
    margin-bottom: 1.5em;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .click-expand.active:hover {
      background-color: #ffffff; }
    .click-expand.active .ce-header:after {
      content: '-'; }
    .click-expand.active .ce-body {
      display: block;
      opacity: 1;
      -webkit-animation: click-expand 0.5s 1;
      -moz-animation: click-expand 0.5s 1;
      animation: click-expand 0.5s 1;
      -webkit-animation-fill-mode: backwards;
      -moz-animation-fill-mode: backwards;
      animation-fill-mode: backwards;
      -webkit-animation-delay: 0.05s;
      -moz-animation-delay: 0.05s;
      animation-delay: 0.05s;
      padding: 0 12px 1.5em 12px;
      display: block; }
      .click-expand.active .ce-body > *:first-child {
        margin-top: 0; }
      .click-expand.active .ce-body > *:last-child {
        margin-bottom: 0; }
    .click-expand:hover {
      background-color: #eeeeee; }
  
  .ce-header {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 0.75em;
    padding-bottom: 0.75em; }
    .ce-header:after {
      content: '+';
      color: #1c449c;
      padding-left: 8px;
      position: absolute;
      right: 0.3125em; }
  
  .ce-body {
    display: none;
    opacity: 0; }
  
  @-webkit-keyframes click-expand {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  
  @-moz-keyframes click-expand {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  
  @keyframes click-expand {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  
  /*=============== Social Media Icons ===============*/
  .social-wrap {
    overflow: hidden;
    /*span {
      background-color:$white;
      border-radius:3px;
      display:inline-block;
      padding:.15em;
      img {
        display:block;
        margin:0 auto;
      }
    }*/ }
    .social-wrap a {
      display: block;
      float: left;
      width: 25%;
      text-align: center;
      position: relative; }
      .social-wrap a path {
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear; }
      .social-wrap a:hover {
        opacity: .75; }
        .social-wrap a:hover path {
          fill: #1c449c; }
    .social-wrap img {
      display: inline-block;
      margin: 0 auto;
      width: 1.1em;
      height: auto;
      vertical-align: middle; }
    .social-wrap svg {
      display: inline-block;
      vertical-align: middle; }
  
  /*=============== Slide Panel ===============*/
  .slide-panel {
    display: none;
    position: fixed;
    background: transparent;
    color: #fff;
    height: 4.6875em;
    width: 25.6875em;
    right: -19.5625em;
    top: 50%;
    z-index: 600;
    -webkit-transition: right 0.4s ease-in-out;
    -moz-transition: right 0.4s ease-in-out;
    transition: right 0.4s ease-in-out;
    /* p {
      background: $dark-gray;
      padding: .25px 2em;
    }
    label {
      color: $white !important;
    } */ }
    .slide-panel h2 {
      padding: .2em 1em; }
    .slide-panel:hover {
      right: -0.5625em; }
  
  /* .slide-panel-button {
    position: absolute;
    top: 50px;
    right: 340px;
    padding: 20px 20px;
    background: $dark-gray;
    min-width: 200px;
  } */
  /*=============== Slide Box ===============*/
  #last {
    margin: 0;
    padding: 0; }
  
  #slidebox {
    padding: 0.625em 0.625em 0.625em 1em;
    position: fixed;
    bottom: 0;
    right: -26.875em;
    z-index: 1000;
    width: 100%;
    background-color: #1c449c; }
    @media (min-width: 40em) {
      #slidebox {
        width: auto; } }
  
  a.close {
    background-color: white;
    color: #1c449c;
    text-align: center;
    float: left;
    padding: 0 0.5em;
    font-size: 0.6875em;
    border-radius: 0.1875em;
    position: absolute;
    cursor: pointer;
    top: 1.5em;
    right: 2em; }
  
  a.close:hover {
    background-color: rgba(255, 255, 255, 0.75); }
  
  /*=============== Accordion Tabs ===============*/
  .accordion-tabs {
    line-height: 1.5;
    margin-bottom: 1.5em;
    padding: 0 !important; }
    .accordion-tabs::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 40em) {
      .accordion-tabs {
        border-radius: 0;
        border: 1px solid #eeeeee; } }
    .accordion-tabs .tab-header-and-content {
      list-style: none;
      margin-bottom: 0; }
      .accordion-tabs .tab-header-and-content:after {
        display: none; }
      @media screen and (min-width: 40em) {
        .accordion-tabs .tab-header-and-content {
          display: inline; } }
      .accordion-tabs .tab-header-and-content:first-child .tab-link {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
        @media screen and (max-width: 40em) {
          .accordion-tabs .tab-header-and-content:first-child .tab-link {
            border-top: 0; } }
      @media screen and (max-width: 40em) {
        .accordion-tabs .tab-header-and-content:last-child .tab-link {
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0; } }
    .accordion-tabs .tab-link {
      background-color: rgba(255, 255, 255, 0);
      border-top: 1px solid #eeeeee;
      color: #1c1c1c;
      display: block;
      font-weight: bold;
      font-size: 1.25em;
      padding: 0.75em 0.809em;
      text-decoration: none;
      font-family: "Montserrat";
      border-bottom: 0; }
      @media screen and (min-width: 40em) {
        .accordion-tabs .tab-link {
          display: inline-block;
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          border-top: 0; } }
      .accordion-tabs .tab-link:hover {
        color: #1c449c;
        border-bottom: 0; }
      .accordion-tabs .tab-link:focus {
        outline: none; }
      .accordion-tabs .tab-link.is-active {
        background-color: white; }
        @media screen and (min-width: 40em) {
          .accordion-tabs .tab-link.is-active {
            background-color: white;
            border: 1px solid #eeeeee;
            border-bottom-color: white;
            margin-bottom: -1px; } }
    .accordion-tabs .tab-content {
      background: white;
      display: none;
      padding: 1.5em 1.618em;
      width: 100%; }
      .accordion-tabs .tab-content > *:first-child {
        margin-top: 0; }
      .accordion-tabs .tab-content > *:last-child {
        margin-bottom: 0; }
      @media screen and (min-width: 40em) {
        .accordion-tabs .tab-content {
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0;
          border-top-right-radius: 0;
          border: 1px solid #eeeeee;
          float: left; } }
  
  /*=============== HubSpot Thumbnail Slider Gallery  ===============*/
  .hs_cos_gallery_thumbnails .hs_cos_gallery_slide:hover {
    cursor: pointer; }
  
  .hs_cos_gallery_thumbnails img {
    height: 3.75em;
    object-fit: cover;
    border: 1px solid #eeeeee; }
  
  .hs_cos_gallery_thumbnails .slick-current img {
    border: 1px solid #1c449c; }
  
  /*=============== Misc ===============*/
  hr {
    display: block;
    clear: both; }
  
  figure {
    margin: 0;
    padding: 0; }
  
  .wp-pagenavi > * {
    margin-right: .75em; }
  
  /*=============== Lightbox / Magnific Popup  ===============*/
  .white-popup {
    position: relative;
    background: #ffffff;
    padding: 2.5em;
    width: auto;
    max-width: 37.5em;
    margin: 1.25em auto; }
    .white-popup > * {
      margin-top: 0; }
  
  .mfp-fade-side .mfp-content, .mfp-fade-side .white-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto; }
  
  /* overlay at start */
  .mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  
  /* overlay animate in */
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8; }
  
  /* overlay animate out */
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0; }
  
  /* content at start */
  .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px); }
  
  /* content animate it */
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  
  /* content animate out */
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px); }
  
  /*=============== Layouts  ===============*/
  .page-intro {
    background-color: #eeeeee; }
    .page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
      padding-top: 1.5em;
      padding-bottom: 1.5em; }
    .page-intro h1 {
      margin: 0; }
    .page-intro p {
      margin: .5em 0 0 0; }
  
  @media (min-width: 60em) {
    .dest-content .two-column .site-content-primary {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 74.4105871005%;
      width: 68.411%;
      margin-right: 7.358%; }
      .dest-content .two-column .site-content-primary:last-child {
        margin-right: 0; }
    .dest-content .two-column .site-content-secondary {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%;
      width: 24.232%;
      margin-right: 0; }
      .dest-content .two-column .site-content-secondary:last-child {
        margin-right: 0; } }
  
  @media (min-width: 60em) {
    .lp-content .two-column .site-content-primary {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 74.4105871005%;
      width: 51%;
      margin-right: 5.4%;
      margin-top: 5px; }
      .lp-content .two-column .site-content-primary:last-child {
        margin-right: 0; }
    .lp-content .two-column .site-content-secondary {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%;
      width: 43.6%;
      margin-right: 0; }
      .lp-content .two-column .site-content-secondary:last-child {
        margin-right: 0; } }
  
  @media (min-width: 60em) {
    .blog-content .two-column .site-content-primary {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 74.4105871005%;
      width: 73.3%;
      margin-right: 1.7%; }
      .blog-content .two-column .site-content-primary:last-child {
        margin-right: 0; }
    .blog-content .two-column .site-content-secondary {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%;
      width: 25%;
      margin-right: 0; }
      .blog-content .two-column .site-content-secondary:last-child {
        margin-right: 0; } }
  
  @media (min-width: 60em) {
    .site-content.one-column .site-content-primary {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-right: 0; }
      .site-content.one-column .site-content-primary:last-child {
        margin-right: 0; }
    .site-content.one-column .site-content-secondary {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-right: 0; }
      .site-content.one-column .site-content-secondary:last-child {
        margin-right: 0; }
    .site-content.two-column .site-content-primary {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 74.4105871005%; }
      .site-content.two-column .site-content-primary:last-child {
        margin-right: 0; }
    .site-content.two-column .site-content-secondary {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%;
      margin-right: 0; }
      .site-content.two-column .site-content-secondary:last-child {
        margin-right: 0; }
    .site-content.three-column .site-content-primary {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .site-content.three-column .site-content-primary:last-child {
        margin-right: 0; }
    .site-content.three-column .site-content-secondary {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .site-content.three-column .site-content-secondary:last-child {
        margin-right: 0; }
    .site-content.three-column .additional-content {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%;
      margin-right: 0; }
      .site-content.three-column .additional-content:last-child {
        margin-right: 0; }
    .site-content.two-column-alt .site-content-primary {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%; }
      .site-content.two-column-alt .site-content-primary:last-child {
        margin-right: 0; }
    .site-content.two-column-alt .site-content-secondary {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%;
      margin-right: 0; }
      .site-content.two-column-alt .site-content-secondary:last-child {
        margin-right: 0; } }
  
  /*=============== Product Grid ===============*/
  .product-grid {
    clear: both; }
  
  .product-grid-item {
    font-size: .875em;
    text-decoration: none;
    text-align: center;
    background-color: #ffffff;
    padding: 1em;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    .product-grid-item:hover {
      border-bottom: 1px solid #333333;
      border-right: 1px solid #333333; }
      .product-grid-item:hover .product-grid-item-img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.07);
        -o-transform: scale(1.07);
        transform: scale(1.07); }
    @media (min-width: 40em) {
      .product-grid-item {
        font-size: .75em;
        margin-bottom: 1.5em; } }
    @media (min-width: 60em) {
      .product-grid-item {
        font-size: 1em; } }
  
  @media (min-width: 40em) {
    .product-grid-item-header-wrap {
      height: 4em;
      line-height: 4em;
      margin-bottom: 1em; }
      .product-grid-item-header-wrap .product-grid-item-header {
        display: inline-block;
        vertical-align: middle; } }
  
  @media (min-width: 60em) {
    .product-grid-item-header-wrap {
      height: 4em;
      line-height: 4em; } }
  
  .product-grid-item-header {
    font-size: 1.125em;
    color: #1c449c;
    text-decoration: none;
    margin: 0 0 0 0;
    width: 70%;
    float: right;
    text-align: left;
    clear: none; }
    @media (min-width: 40em) {
      .product-grid-item-header {
        width: auto;
        float: none;
        text-align: center; } }
  
  .product-grid-item-subheader {
    color: #000000;
    margin: 0 0 1em 0;
    width: 70%;
    float: right;
    text-align: left;
    clear: none;
    font-size: 0.9375em; }
    @media (min-width: 40em) {
      .product-grid-item-subheader {
        width: auto;
        float: none;
        text-align: center; } }
    @media (min-width: 60em) {
      .product-grid-item-subheader {
        min-height: 3em; } }
  
  .product-grid-item-img {
    float: left;
    width: 25%;
    margin-top: -1em;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    @media (min-width: 40em) {
      .product-grid-item-img {
        margin-top: 0;
        float: none;
        width: auto; } }
  
  .product-grid-item-link {
    margin: 1em 0 0 0;
    float: right;
    text-align: left;
    clear: none;
    font-size: .75em; }
    @media (min-width: 40em) {
      .product-grid-item-link {
        width: auto;
        float: none;
        text-align: center; } }
  
  /*=============== Product Carousel ===============*/
  @media (max-width: 40em) {
    .product-item {
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 47.5854210427%; }
      .product-item:last-child {
        margin-right: 0; }
      .product-item:nth-child(2n) {
        margin-right: 0; }
      .product-item:nth-child(2n+1) {
        clear: left; } }
  
  @media (min-width: 40em) {
    .product-item {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      .product-item:last-child {
        margin-right: 0; } }
  
  /*=============== Resources Module ===============*/
  .resources-module {
    background-color: #ffffff; }
  
  .rm-item-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 40em) {
      .rm-item-wrap {
        -webkit-box-lines: single;
        -moz-box-lines: single;
        box-lines: single;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    .rm-item-wrap > * {
      -webkit-box-flex: auto;
      -moz-box-flex: auto;
      box-flex: auto;
      -webkit-flex: auto;
      -moz-flex: auto;
      -ms-flex: auto;
      flex: auto; }
      @media (min-width: 40em) {
        .rm-item-wrap > * {
          -webkit-box-flex: 1;
          -moz-box-flex: 1;
          box-flex: 1;
          -webkit-flex: 1;
          -moz-flex: 1;
          -ms-flex: 1;
          flex: 1; } }
  
  .rm-item {
    text-align: center;
    background-color: #eeeeee;
    padding: 1em !important; }
    .rm-item:hover .rm-item-img {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }
    @media (min-width: 40em) {
      .rm-item {
        margin-bottom: 0; } }
  
  .rm-item-cta {
    font-size: .75em;
    font-weight: bold; }
  
  .rm-item-img {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    margin-bottom: 1em; }
    .rm-item-img img {
      max-width: 100%;
      object-fit: contain;
      height: 19.375em; }
  
  .rm-item-title {
    text-decoration: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    text-align: center;
    height: 2.5em;
    line-height: 2.5em;
    color: #1c449c;
    position: relative;
    z-index: 10; }
    .rm-item-title span {
      line-height: 1.25em;
      display: inline-block;
      color: #1c449c; }
  
  /* ===== DEFAULTS FOR ALL BLOGS =====  */
  .fb_iframe_widget span {
    height: 24px !important; }
  
  #recaptcha_table {
    table-layout: initial !important;
    height: 126px;
    overflow: hidden;
    margin-bottom: 1em; }
  
  .blog-pagination {
    font-size: 1.7em;
    font-weight: bold; }
    .blog-pagination a {
      margin-right: 2em;
      text-decoration: none; }
  
  .more-link {
    font-size: 1.4em;
    text-decoration: none; }
  
  .post-item {
    border-bottom: 5px solid #eeeeee;
    padding-bottom: 2em;
    margin-bottom: 2em; }
  
  section#jp-relatedposts .post-item {
    border-bottom:0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  section#jp-relatedposts .span4 .post-item {
    padding-bottom: 30px;
    height: auto;
  }
  
  section#jp-relatedposts h6 {
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Lato', Sans-serif;
    font-weight: 400;
  }
  
  section#jp-relatedposts .post-item .post-body {
    padding: 5px 10px 13px;
    height:100%;
    display: block;
  }

@media screen and (min-width: 768px){
  section#jp-relatedposts .post-item .post-body{
    min-height: 225px;
  }
}

@media screen and (min-width: 960px){
  section#jp-relatedposts .post-item .post-body{
    min-height: 150px;
  }
}
  
  section#jp-relatedposts .post-item .post-body h6 a {
    line-height: 1em;
  }
  .post-item .post-inner:hover a {
    color: #1B75BC;
  }
  .hs-author-avatar {
    float: left;
    margin-right: 1.5em; }
  .hs-author-avatar img {
    border-bottom: 1px solid #adadad; }
  
  .hs-author-social-label {
    font-size: 1.3em; }
  
  .hs-author-bio {
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 1em; }
  
  .hs-author-profile {
    background: #F2F2F2;
    padding: .2em 2em 2em 2em; }
  
  .hs-author-listing-header {
    padding-top: 1em;
    margin-top: .3em;
    color: #b9b9b9; }
  
  .hs-author-social-links a {
    text-decoration: none; }
  
  .hs-author-social-links img {
    opacity: .7;
    width: 1.875em;
    height: 1.875em; }
    .hs-author-social-links img:hover {
      opacity: 1; }
  
  /*   end defaults   */
  /*========== Blog Template ============*/
  .blog-text {
    height: 100px;
    overflow: hidden;
    position: relative;
    color: #333333;
    margin-top: 10px; }
    .blog-text:after {
      background: -moz-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0.5) 47%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-gradient(bottom top, white 0%, rgba(255, 255, 255, 0.5) 47%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.5) 47%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0.5) 47%, rgba(255, 255, 255, 0) 100%);
      background: -ms-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0.5) 47%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0.5) 47%, rgba(255, 255, 255, 0) 100%);
      bottom: 0;
      content: "";
      height: 60px;
      left: 0;
      position: absolute;
      width: 100%; }
  
  .side-nav {
    max-width: 17.4375em;
    margin-top: 2.5em; }
    @media (min-width: 40em) {
      .side-nav {
        margin-top: 0; } }
  
  .blog-content .inner-wrap, .blog-content .inner-wrap-narrow, .blog-content .inner-wrap-wide, .blog-content .inner-wrap-fullwidth {
    padding-top: 3.6875em;
    padding-bottom: 4.1875em; }
  
  .blog-content .page-header {
    margin-bottom: 51px; }
  
  .blog-content .side-nav {
    max-width: 18em; }
    .blog-content .side-nav h4, .blog-content .side-nav .sn-nav {
      margin-left: 12px; }
  
  .subscribe-form {
    background-color: #1B75BC;
    padding: 1.3125em 1.5625em 1.0625em 1.625em;
    margin-bottom: 2.625em; }
  .subscribe-form h3 {
    color: #ffffff;
    margin-bottom: 19px;
    margin: 0;
    font-weight: 700;
    font-size: 25px;
  }
  .subscribe-form form {
    text-align: center; 
  }
  .subscribe-form label {
    display: none; 
  }
  .subscribe-form input,
  input[type="email"] {
    margin-bottom: 15px !important;
    padding: 10px 18px !important;
    color: #ffffff; 
  }
  .subscribe-form input.hs-button:hover {
    background-color: rgba(255, 255, 255, 0.1); 
  }
  .subscribe-form input[type="submit"] {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    margin: 5px auto;
    padding: 13px 16px 14px 17px; 
  }
  
  .posts-content h3,
  .post-body h3 {
      display: block;
      margin: 0;
      font-size: 1.3em;
      line-height: 1em;
      font-weight: 700;
      /*text-transform: capitalize;*/
  }
  .posts-content h3 a,
  .post-body h3 a {
    text-decoration: none; }
  
  .posts-content > div {
    margin-bottom: 2.3125em; }
  
  .post-time,
  .post-body p.post-time {
      font-size: 14px;
      line-height: 1em;
      margin-bottom: 0;
      margin-top: 12px;
      text-transform: uppercase;
  }
  
  .wp-pagenavi {
    margin-top: 3.125em; }
    .wp-pagenavi .pages {
      font-weight: 700;
      margin-right: 15px; }
    .wp-pagenavi .larger {
      border: 1px solid #dddddd;
      color: #333333;
      display: inline-block;
      margin-right: 6px;
      padding: 3px 10px 2px;
      text-decoration: none;
      vertical-align: middle; }
      .wp-pagenavi .larger:hover {
        border: 1px solid #1B75BC;
        color: #1B75BC; }
    .wp-pagenavi .current {
      border: 1px solid #1B75BC;
      color: #1B75BC;
      display: inline-block;
      margin-right: 6px;
      padding: 3px 10px 2px;
      vertical-align: middle; }
  
  .nextpostslink {
    background-image: url(https://www.dedicatedcomputing.com/wp-content/themes/dedicatedcomputing-default/img/arrow-wht.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 12px;
    border: 1px solid #dddddd;
    color: #ffffff;
    display: inline-block;
    height: 31px;
    vertical-align: middle;
    width: 31px;
    text-indent: -9999px; }
    .nextpostslink:hover {
      color: #ffffff;
      border: 1px solid #1B75BC; }
  
  .site-wrap {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    min-height: 100%; }
  
  /*=============== Site Header ===============*/
  .site-header-wrap {
    background-image: url("https://info.dedicatedcomputing.com/hubfs/images/BlueGlobe_BG_16X9.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #000000;
    background-size: cover; 
    //position: relative;
    z-index: 990;
  }
  .site-header-wrap.site-header-wrap-home {
    background-position: center center; 
  }
  .site-header .inner-wrap, .site-header .inner-wrap-narrow, .site-header .inner-wrap-wide, .site-header .inner-wrap-fullwidth {
    padding-top: 1.3125em;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear; 
  }
  .site-header .site-logo {
    display: block;
    margin: 0 auto 1.125em;
    max-width: 23.4375em;
    width: 97%;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear; 
  }
  .site-header .site-logo img {
    display: block; 
  }
  @media (min-width: 40em) {
    .site-header {
      background: linear-gradient(top, black 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0) 100%);
      background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0) 100%);
      background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0) 100%);
      background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0) 100%);
      position: relative; 
      z-index: 993;
    }
    .site-header .inner-wrap, .site-header .inner-wrap-narrow, .site-header .inner-wrap-wide, .site-header .inner-wrap-fullwidth {
      padding-top: 1.8125em;
      padding-bottom: 0; 
    }
    .site-header .site-logo {
      float: left;
      width: 24%;
      position: relative;
      z-index: 994; 
    } 
  }
  @media (min-width: 60em) {
    .site-header .site-logo {
      margin: 2.5em 0 0 0;
      width: 26%;
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      transition: all 0.1s linear; 
    } 
  }
  @media (min-width: 75em) {
    .site-header .site-logo {
      width: 40%;
      max-width: 40%; }
      .site-header .site-logo.site-logo-home {
        width: 33%; }
    .site-header .inner-wrap, .site-header .inner-wrap-narrow, .site-header .inner-wrap-wide, .site-header .inner-wrap-fullwidth {
      padding-top: 1.3125em;
      padding-top: 1.5625em;
    } 
  }
  .sh-sticky-wrap.stuck .site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99; 
  }
  .sh-sticky-wrap.stuck .site-header .inner-wrap, 
  .sh-sticky-wrap.stuck .site-header .dc-header,
  .sh-sticky-wrap.stuck .site-header .inner-wrap-narrow, 
  .sh-sticky-wrap.stuck .site-header .inner-wrap-wide, 
  .sh-sticky-wrap.stuck .site-header .inner-wrap-fullwidth {
    padding-top: 1.25em; 
  }
  .sh-sticky-wrap.stuck .site-header .site-logo {
    margin: 0 auto 10px; 
  }
  
  @media (min-width: 60em) {
    .sh-sticky-wrap {
      height: 8.125em; }
      .sh-sticky-wrap.stuck .site-header .site-logo {
        width: 40%;
        margin: 0; }
        .sh-sticky-wrap.stuck .site-header .site-logo.site-logo-home {
          width: 26%;
          margin: 0; }
      .sh-sticky-wrap.stuck .sh-utility-nav {
        height: 0;
        padding: 0; } }
  }
  
  .sh-ph-mob {
    color: #1B75BC;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    font-size: 1.25em;
    line-height: 1em;
    margin: 0 0 0 0.35em; }
    @media (min-width: 40em) {
      .sh-ph-mob {
        display: none; } }
  
  .sh-utility-nav {
    padding-bottom: 1.8125em !important;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .sh-utility-nav .sh-ph {
    color: #1B75BC;
    text-decoration: none;
    display: none;
    vertical-align: top;
    font-size: 1.5em;
    margin: 0 0.625em 0 0;
    line-height: 1em; 
  }
  .sh-utility-nav .sh-about {
    font-size: 0.875em;
    line-height: 1em;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    padding: 0.2857142857em 0 0.5714285714em 2.0714285714em;
    margin: 0 1.0714285714em 0 0;
    background-image: url(img/about.svg);
    background-size: 1.6428571429em 1.7142857143em;
    background-position: left center;
    background-repeat: no-repeat;
    text-decoration: none; 
  }
  .sh-utility-nav .sh-about:hover {
    background-image: url(https://www.dedicatedcomputing.com/wp-content/themes/dedicatedcomputing-default/img/arrow-wht.svg);
    color: #1B75BC;
  }
  .sh-utility-nav .sh-contact {
    font-size: 0.875em;
    line-height: 1em;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    padding: 0.2857142857em 0 0.4285714286em 2em;
    background-image: url(https://www.dedicatedcomputing.com/wp-content/themes/dedicatedcomputing-default/img/contact.svg);
    background-size: 21px 21px;
    background-position: left center;
    background-repeat: no-repeat;
    text-decoration: none; 
  }
  .sh-utility-nav .sh-contact:hover {
    background-image: url(https://www.dedicatedcomputing.com/wp-content/themes/dedicatedcomputing-default/img/contact-green.svg);
    color: #1B75BC; 
  }
  @media (min-width: 40em) {
    .sh-utility-nav {
      padding-bottom: 2.5625em;
      text-align: right; 
    }
    .sh-utility-nav .sh-ph {
      display: inline-block;
      pointer-events: none;
      cursor: default;
    } 
  }
  @media (min-width: 60em) {
    .sh-utility-nav {
      padding-bottom: 1em;
      height: 2.625em; 
    }
    .sh-utility-nav .sh-ph {
      margin: 0.2083333333em 1.1666666667em 0 0; 
    }
    .sh-utility-nav .sh-about {
      margin: 0 1.2142857143em 0 0; 
    }
    .sh-utility-nav .sh-contact {
      margin-top: 0.4285714286em; 
    }
  }
  
  .sh-ico-search, .sh-ico-menu {
    background-repeat: no-repeat;
    background-position: center top;
    display: inline-block;
    padding-top: 1.2em;
    width: 2em;
    margin-left: 1em;
    text-align: center;
    text-decoration: none; }
  .sh-ico-search span, .sh-ico-menu span {
    font-size: .75em; 
  }
  
  .sh-ph {
    margin: 0; }
  .sh-ph i {
    font-style: normal; 
  }
  @media (min-width: 40em) {
    .sh-ph {
      font-size: 1.25em; 
    } 
  }
  
  .sh-ico-search {
    background-image: url(https://www.dedicatedcomputing.com/wp-content/themes/dedicatedcomputing-default/img/search.svg);
    display: inline-block;
    vertical-align: top;
    margin-top: 0.1875em;
    margin-left: 0.9375em;
    padding-top: 1.25em; }
    @media (min-width: 40em) {
      .sh-ico-search {
        margin-left: 0.3125em; } }
    @media (min-width: 60em) {
      .sh-ico-search {
        margin-left: 1.1875em;
        margin-top: 0.5625em; } }
  
  .sh-ico-menu {
    float: right;
    padding: 0 0 0 1.5em;
    position: relative;
    width: auto;
    margin: 0;
    text-transform: uppercase;
    color: #ffffff; }
    .sh-ico-menu::before, .sh-ico-menu::after {
      content: "";
      height: 0.125em;
      width: 0.9375em;
      position: absolute;
      left: 0;
      top: 0.125em;
      background: #1B75BC; }
    .sh-ico-menu::after {
      top: auto;
      bottom: 0.125em; }
    .sh-ico-menu span {
      font-size: 1.25em;
      line-height: 1em;
      position: relative;
      display: block; }
      .sh-ico-menu span::after {
        position: absolute;
        content: "";
        height: 0.1em;
        left: -1.2em;
        width: 0.55em;
        top: 0.45em;
        background: #1B75BC; }
    @media (min-width: 40em) {
      .sh-ico-menu {
        display: none; } }
  
  /*=============== Site Intro ===============*/
  .site-intro {
    text-align: center; }
    .site-intro .si-img {
      display: none;
      margin: 1.625em auto 3.625em;
      max-width: 46.4375em; }
      @media (min-width: 40em) {
        .site-intro .si-img {
          display: block; } }
    .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
      padding-top: 2.3125em;
      padding-bottom: 4.875em; }
    .site-intro .si-header {
      font-size: 1.5em;
      color: #ffffff;
      line-height: 1.1666666667em;
      font-weight: 400; }
    @media (min-width: 60em) {
      .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
        padding-top: 10.9375em;
        padding-bottom: 10.0625em; }
      .site-intro .si-img {
        margin-bottom: 2.8125em; } }
  
  /*=============== Page Intro ===============*/
  .page-intro {
    /*background-color: rgba(0,3,7,0.7);*/
    background-color: white;
    margin-top: 1.125em; }
  .page-intro > .inner-wrap, .page-intro > .inner-wrap-narrow, .page-intro > .inner-wrap-wide, .page-intro > .inner-wrap-fullwidth {
    padding-bottom: 1.25em;
    padding-top: 2.1875em; }
  
  .pi-tagline {
    max-width: 15em;
    width: 100%;
    display: none; }
    @media (min-width: 40em) {
      .pi-tagline {
        float: right;
        display: inline-block; } }
  
  /*=============== Site Content ===============*/
  .site-content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  
  .site-content-secondary .markets-list {
    margin: 0 0 1.25em; }
  
  .dest-nav {
    display: none; }
    @media (min-width: 40em) {
      .dest-nav {
        display: block; } }
  
  /*=============== Site Footer ===============*/
  .site-footer {
    text-align: center;
    color: #333333; }
    .site-footer > .inner-wrap, .site-footer > .inner-wrap-narrow, .site-footer > .inner-wrap-wide, .site-footer > .inner-wrap-fullwidth {
      padding-top: 1.1875em;
      padding-bottom: 1em; }
  
  .sf-top {
    background-color: #1c1c1c;
    color: #ffffff;
    font-size: 1em;
    line-height: 1em; }
    .sf-top a {
      text-decoration: none;
      color: #ffffff; }

    .sf-top .inner-wrap, .sf-top .inner-wrap-narrow, .sf-top .inner-wrap-wide, .sf-top .inner-wrap-fullwidth {
      padding-bottom: 1.4375em;
      padding-top: 1.75em; }
    .sf-top .sft-logo {
      max-width: 4.6875em;
      display: block;
      margin: 0 auto 0.875em; }
    .sf-top .sft-tagline {
      display: block;
      max-width: 15.875em;
      margin: 0 auto 0.9375em; }
  
  .sf-nav {
    font-size: 0.875em;
    line-height: 1.4285714286em;
    color: #333333; }
    .sf-nav a {
      display: inline-block;
      vertical-align: top;
      margin: 0 0.5714285714em 0 0.5714285714em;
      color: #333333;
      text-decoration: none; }
      .sf-nav a:hover {
        color: #1B75BC; }
      .sf-nav a.sfn-login {
        font-size: 0.8571428571em;
        color: #1B75BC;
        padding-left: 2.1666666667em;
        background-image: url(https://www.dedicatedcomputing.com/wp-content/themes/dedicatedcomputing-default/img/support-customer-login.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-transform: uppercase; }
        .sf-nav a.sfn-login:hover {
          text-decoration: underline; }
  
  .sf-copyright {
    font-size: 0.875em;
    line-height: 1.4285714286em;
    color: #333333;
    margin: 1.5em 0 0 0; }
  
  img[name=pphLoggerImage] {
    display: none; }
  
  /*=============== Search ===============*/
  .search-table {
    display: table;
    width: 100%;
    float: right;
    padding: 0; }
  
  .search-row {
    display: table-row;
    width: 100%; }
  
  .search-cell1 {
    display: table-cell;
    padding-right: 0.4375em; }
  
  .search-cell2 {
    display: table-cell;
    width: 2.1875em;
    border: 0; }
  
  .search-text {
    font-size: .8em;
    width: 100%;
    height: 2.3em;
    border: 1px solid red;
    float: left;
    padding-left: .5em;
    margin-bottom: 0 !important; }
  
  .search-submit {
    width: 100%;
    height: 2.3em;
    border: 0;
    float: right;
    background: url(img/ico-search.svg) no-repeat center center !important; }
  
  @media (min-width: 40em) {
    .site-search {
      width: 100%; }
    .search-text {
      height: 2.3em; }
    .search-submit {
      height: 2.3em; } }
  
  .search-module {
    background-color: #1c449c;
    height: 6em;
    margin-top: 9.125em;
    display: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.47);
    position: fixed;
    right: 0;
    z-index: 400;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .search-module.active {
      display: block; }
    .search-module.stuck {
      margin-top: 5.25em; }
    .search-module .inner-wrap, .search-module .inner-wrap-narrow, .search-module .inner-wrap-wide, .search-module .inner-wrap-fullwidth {
      padding: 0.3em 1.5em 1em; }
    @media (min-width: 60em) {
      .search-module {
        left: 0; } }
  
  .search-exit {
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    top: 0;
    right: 0; }
  
  /*=============== Read More ===============*/
  .main-content {
    display: block;
    overflow: hidden;
    position: relative; }
    @media (min-width: 40em) {
      .main-content {
        display: inline; } }
  
  @media (max-width: 40em) {
    .height {
      max-height: 15.625em; }
      .height:before {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
        bottom: 0;
        content: "";
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 1; }
    .heightAuto {
      max-height: 312.5em; }
      .heightAuto:before {
        display: none; } }
  
  .link {
    display: block;
    text-align: center;
    font-weight: bold;
    color: #1c449c;
    padding-bottom: 0.625em; }
    @media (min-width: 40em) {
      .link {
        display: none; } }
  
  /*=============== Solutions Module ===============*/
  .solutions-module .sm-item {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block; }
    .solutions-module .sm-item:hover .smi-hover {
      opacity: 1; }
      @media (hover: hover) {
        .solutions-module .sm-item:hover .smi-hover {
          visibility: visible; } }
    @media (hover: hover) {
      .solutions-module .sm-item:hover .smi-heading {
        display: none; } }
  
  .solutions-module .smi-image {
    display: block;
    width: 100%; }
  
  .solutions-module .smi-heading {
    font-family: "Montserrat";
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1.5em;
    line-height: 1em;
    color: #ffffff;
    background-color: rgba(28, 28, 28, 0.9);
    padding: 0.5em 2.5416666667em 0.5833333333em 0.75em;
    font-weight: 300;
    margin: 0; }
    .solutions-module .smi-heading::after {
      content: "";
      position: absolute;
      right: 0.8333333333em;
      top: 0.625em;
      width: 1.25em;
      height: 0.75em;
      background-image: url(https://www.dedicatedcomputing.com/wp-content/themes/dedicatedcomputing-default/img/arrow-wht.svg);
      background-position: left top;
      background-repeat: no-repeat;
      background-size: 1.25em 0.75em; }
  
  .solutions-module .smi-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background-color: rgba(27, 117, 188, 0.9);
    left: 0;
    top: 0;
    z-index: 2;
    color: #ffffff;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    opacity: 0; }
  
  .solutions-module .smih-wrap {
    font-size: 0.5625em;
    position: absolute;
    max-width: 32.5em;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.25em; }
    .solutions-module .smih-wrap p {
      font-size: 1.5em;
      line-height: 1.5em;
      color: #ffffff;
      margin: 0 0 0.8333333333em 0; }
      .solutions-module .smih-wrap p span {
        color: #1c449c;
        font-weight: 700; }
    .solutions-module .smih-wrap ul {
      padding: 0 0 1.25em 0; }
      .solutions-module .smih-wrap ul li {
        font-size: 1.25em;
        position: relative;
        padding: 0 0 0.2em 0.75em;
        line-height: 1.2em; }
        .solutions-module .smih-wrap ul li::before {
          content: "";
          position: absolute;
          left: 0;
          top: 0.5em;
          height: 0.4em;
          width: 0.4em;
          border-radius: 50%;
          background-color: #ffffff; }
        .solutions-module .smih-wrap ul li:after {
          display: none; }
  
  .solutions-module .smh-learnmore {
    font-size: 1.25em;
    position: absolute;
    right: 1em;
    bottom: 0.6em;
    padding-right: 2em;
    background-image: url(img/arrow-wht.svg);
    background-position: right 0.35em;
    background-repeat: no-repeat;
    background-size: 30px 18px;
    display: block; }
  
  @media (min-width: 40em) {
    .solutions-module .sm-item {
      float: left;
      width: 50%; } }
  
  @media (min-width: 60em) {
    .solutions-module .smih-wrap {
      font-size: 0.75em; } }
  
  @media (min-width: 75em) {
    .solutions-module .smih-wrap {
      font-size: 1em; } }
  
  /*===============  Contact Engineer Module ===============*/
  .contact-engineer-module {
    padding: 1.9375em 0.625em 1.875em;
    background-color: #1B75BC;
    text-align: center;
    clear: both; }
    .contact-engineer-module .cem-cta {
      color: #ffffff;
      border: 2px solid #ffffff;
      padding: 1.6875em 1.8125em 1.625em 6.4375em;
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      transition: all 0.1s linear;
      position: relative; }
      .contact-engineer-module .cem-cta::before {
        content: "";
        position: absolute;
        left: 0.75em;
        top: 0.6875em;
        width: 5.1875em;
        height: 3.125em;
        background-image: url(img/eng-eng.png);
        background-position: left top;
        background-repeat: no-repeat;
        background-size: 5.1875em 3.125em; }
      .contact-engineer-module .cem-cta:hover {
        color: #1B75BC;
        border-color: #ffffff;
        background-color: #ffffff; }
  
  /*===============  Market Solutions Module ===============*/
  .market-solutions-module {
    background-image: url(img/healthcare-bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    background-color: #1c449c; }
    .market-solutions-module.tab-1 {
      background-image: url(img/healthcare-bg.jpg);
      background-position: left top;
      background-repeat: no-repeat;
      background-size: cover; }
    .market-solutions-module.tab-2 {
      background-image: url(img/life-sciences-bg.jpg);
      background-position: left top;
      background-repeat: no-repeat;
      background-size: cover; }
    .market-solutions-module.tab-3 {
      background-image: url(img/training-simulation-bg.jpg);
      background-position: left top;
      background-repeat: no-repeat;
      background-size: cover; }
    .market-solutions-module.tab-4 {
      background-image: url(img/industrial-bg.jpg);
      background-position: left top;
      background-repeat: no-repeat;
      background-size: cover; }
    .market-solutions-module .inner-wrap, .market-solutions-module .inner-wrap-narrow, .market-solutions-module .inner-wrap-wide, .market-solutions-module .inner-wrap-fullwidth {
      padding-top: 1.5625em; }
    .market-solutions-module .msm-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      visibility: hidden;
      opacity: 0;
      z-index: 0;
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      transition: all 0.1s linear; }
      .market-solutions-module .msm-bg.active {
        visibility: visible;
        opacity: 1; }
    .market-solutions-module .msm-heading {
      color: #ffffff;
      font-size: 1.5em;
      font-weight: 700;
      line-height: 1.1666666667em;
      margin: 0 0 1em 0;
      text-align: center; }
    .market-solutions-module .accordion-tabs {
      border: none; }
      .market-solutions-module .accordion-tabs .tab-link {
        color: #ffffff;
        text-align: center;
        background: transparent;
        font-family: "Montserrat";
        font-size: 1em;
        line-height: 1em;
        padding: 0.625em 0.625em 0.6875em;
        position: relative;
        border-bottom: 1px solid #1B75BC;
        border-top: none; }
        .market-solutions-module .accordion-tabs .tab-link::after {
          content: "+";
          width: 15px;
          text-align: center;
          display: inline-block;
          vertical-align: top; }
        .market-solutions-module .accordion-tabs .tab-link.is-active {
          padding: 0.3125em 0.625em 0.375em;
          background: #1B75BC; }
          .market-solutions-module .accordion-tabs .tab-link.is-active::after {
            content: "-"; }
      .market-solutions-module .accordion-tabs .tab-header-and-content {
        background: transparent;
        border: none; }
      .market-solutions-module .accordion-tabs .tab-content {
        background: transparent;
        padding: 1.875em 0;
        border-bottom: 1px solid #1B75BC; }
    .market-solutions-module .msm-item-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 0.75em;
      text-align: left; }
    .market-solutions-module .msm-image {
      padding: 0 1.875em 0 0;
      max-width: 24em;
      width: 100%; }
      .market-solutions-module .msm-image img {
        width: auto !important;
        margin: 0 auto; }
    .market-solutions-module .msm-item-heading {
      font-family: "Montserrat";
      font-size: 1.25em;
      color: #ffffff;
      line-height: 1.5em;
      font-weight: 700;
      margin: 0; }
    .market-solutions-module .msm-item-text p {
      margin: 0 0 1.1111111111em 0;
      font-size: 1.125em;
      color: #ffffff;
      line-height: 1.6666666667em;
      font-weight: 300; }
    .market-solutions-module .flex-control-nav {
      position: relative;
      top: 0;
      bottom: 0;
      width: auto; }
    .market-solutions-module .flex-control-nav li {
      margin: 0 5px 10px; }
    .market-solutions-module .flex-control-paging li a {
      border-radius: 50%;
      width: 24px;
      height: 24px;
      background-color: #1B75BC; }
      .market-solutions-module .flex-control-paging li a.flex-active {
        background-color: #1B75BC;
        height: 24px; }
    .market-solutions-module .btn, .market-solutions-module button,
    .market-solutions-module input[type="submit"], .market-solutions-module .btn-download, .market-solutions-module .btn-arrow, .market-solutions-module .product-grid-item-link {
      color: #ffffff;
      border-color: #ffffff;
      padding: 1.5625em 1.875em 1.5em 4.375em;
      line-height: 1.3125em;
      position: relative; }
      .market-solutions-module .btn::before, .market-solutions-module button::before,
      .market-solutions-module input[type="submit"]::before, .market-solutions-module .btn-download::before, .market-solutions-module .btn-arrow::before, .market-solutions-module .product-grid-item-link::before {
        content: "";
        position: absolute;
        width: 4.375em;
        height: 100%;
        left: 0;
        top: 0;
        background-image: url(img/simulation-icon.png);
        background-position: center center;
        background-repeat: no-repeat; }
      .market-solutions-module .btn:hover, .market-solutions-module button:hover,
      .market-solutions-module input:hover[type="submit"], .market-solutions-module .btn-download:hover, .market-solutions-module .btn-arrow:hover, .market-solutions-module .product-grid-item-link:hover {
        border-color: #1B75BC; }
        .market-solutions-module .btn:hover::before, .market-solutions-module button:hover::before,
        .market-solutions-module input[type="submit"]:hover::before, .market-solutions-module .btn-download:hover::before, .market-solutions-module .btn-arrow:hover::before, .market-solutions-module .product-grid-item-link:hover::before {
          background-image: url(img/simulation-wht-icon.png); }
      .market-solutions-module .btn.msm-healthcare-cta, .market-solutions-module button.msm-healthcare-cta,
      .market-solutions-module input.msm-healthcare-cta[type="submit"], .market-solutions-module .msm-healthcare-cta.btn-download, .market-solutions-module .msm-healthcare-cta.btn-arrow, .market-solutions-module .msm-healthcare-cta.product-grid-item-link {
        padding: 1.5625em 1.875em 1.5em 4.375em; }
        .market-solutions-module .btn.msm-healthcare-cta::before, .market-solutions-module button.msm-healthcare-cta::before,
        .market-solutions-module input.msm-healthcare-cta[type="submit"]::before, .market-solutions-module .msm-healthcare-cta.btn-download::before, .market-solutions-module .msm-healthcare-cta.btn-arrow::before, .market-solutions-module .msm-healthcare-cta.product-grid-item-link::before {
          background-size: 2.1875em 2.1875em;
          background-image: url(img/medical-icon.svg); }
        .market-solutions-module .btn.msm-healthcare-cta:hover::before, .market-solutions-module button.msm-healthcare-cta:hover::before,
        .market-solutions-module input.msm-healthcare-cta[type="submit"]:hover::before, .market-solutions-module .msm-healthcare-cta.btn-download:hover::before, .market-solutions-module .msm-healthcare-cta.btn-arrow:hover::before, .market-solutions-module .msm-healthcare-cta.product-grid-item-link:hover::before {
          background-image: url(img/medical-wht-icon.svg); }
      .market-solutions-module .btn.msm-life-sciences-cta::before, .market-solutions-module button.msm-life-sciences-cta::before,
      .market-solutions-module input.msm-life-sciences-cta[type="submit"]::before, .market-solutions-module .msm-life-sciences-cta.btn-download::before, .market-solutions-module .msm-life-sciences-cta.btn-arrow::before, .market-solutions-module .msm-life-sciences-cta.product-grid-item-link::before {
        background-size: 1em 2.125em;
        padding: 1.5625em 1.875em 1.5em 4.375em;
        background-image: url(img/lifescience-icon.svg);
        background-position: 1.5625em center; }
      .market-solutions-module .btn.msm-life-sciences-cta:hover::before, .market-solutions-module button.msm-life-sciences-cta:hover::before,
      .market-solutions-module input.msm-life-sciences-cta[type="submit"]:hover::before, .market-solutions-module .msm-life-sciences-cta.btn-download:hover::before, .market-solutions-module .msm-life-sciences-cta.btn-arrow:hover::before, .market-solutions-module .msm-life-sciences-cta.product-grid-item-link:hover::before {
        background-image: url(img/lifescience-wht-icon.svg); }
      .market-solutions-module .btn.msm-industrial-cta::before, .market-solutions-module button.msm-industrial-cta::before,
      .market-solutions-module input.msm-industrial-cta[type="submit"]::before, .market-solutions-module .msm-industrial-cta.btn-download::before, .market-solutions-module .msm-industrial-cta.btn-arrow::before, .market-solutions-module .msm-industrial-cta.product-grid-item-link::before {
        background-size: 2.3125em 2.125em;
        padding: 1.5625em 1.875em 1.5em 4.375em;
        background-image: url(img/industrial-icon.svg);
        background-position: 0.9375em center; }
      .market-solutions-module .btn.msm-industrial-cta:hover::before, .market-solutions-module button.msm-industrial-cta:hover::before,
      .market-solutions-module input.msm-industrial-cta[type="submit"]:hover::before, .market-solutions-module .msm-industrial-cta.btn-download:hover::before, .market-solutions-module .msm-industrial-cta.btn-arrow:hover::before, .market-solutions-module .msm-industrial-cta.product-grid-item-link:hover::before {
        background-image: url(img/industrial-wht-icon.svg); }
    @media (min-width: 40em) {
      .market-solutions-module .accordion-tabs .tab-link {
        padding: 0.6875em 0.625em 0.75em;
        margin-left: -0.25em;
        text-transform: uppercase;
        font-weight: 300;
        margin-top: 0.1875em;
        border: none;
        border-bottom: 1px solid #1B75BC;
        width: 25%; }
        .market-solutions-module .accordion-tabs .tab-link::after {
          display: none; }
        .market-solutions-module .accordion-tabs .tab-link.is-active {
          margin-right: -0.0625em;
          border-bottom: 1px solid #1B75BC;
          padding: 0.6875em 0.625em 0.75em;
          /*background-image: url(img/ico-white-arrow-right.svg);
                      background-repeat: no-repeat;
                      background-size: em(22);
                     background-position: 97% center;*/ }
      .market-solutions-module .accordion-tabs .tab-content {
        border: none;
        padding-top: 2.6875em;
        padding-bottom: 2.125em; }
      .market-solutions-module .msm-item-wrap {
        font-size: 1em; } }
    @media (min-width: 60em) {
      .market-solutions-module {
        text-align: left; }
        .market-solutions-module .accordion-tabs .tab-link {
          width: 15.5%; }
        .market-solutions-module .msm-heading {
          float: left;
          font-size: 2.1875em;
          line-height: 1.1428571429em;
          margin: 0 1.0285714286em 0.2857142857em 0; }
        .market-solutions-module .msm-item-text {
          padding-top: 2.4375em; }
        .market-solutions-module .inner-wrap, .market-solutions-module .inner-wrap-narrow, .market-solutions-module .inner-wrap-wide, .market-solutions-module .inner-wrap-fullwidth {
          padding-top: 4.9375em; }
        .market-solutions-module .btn, .market-solutions-module button,
        .market-solutions-module input[type="submit"], .market-solutions-module .btn-download, .market-solutions-module .btn-arrow, .market-solutions-module .product-grid-item-link {
          margin-left: 24em; }
        .market-solutions-module .msm-item-text {
          min-height: 16.875em;
          max-width: 708px; }
        .market-solutions-module .flex-control-nav {
          display: inline-block;
          vertical-align: top;
          margin-left: 24em; } }
    @media (min-width: 75em) {
      .market-solutions-module .accordion-tabs .tab-link {
        width: auto;
        padding-left: 2.85%;
        padding-right: 2.85%; }
        .market-solutions-module .accordion-tabs .tab-link.is-active {
          padding-left: 2.85%;
          padding-right: 2.85%; }
      .market-solutions-module .msm-heading {
        float: left;
        font-size: 2.5em;
        line-height: 1em;
        margin: 0 0.9em 0.25em 0; } }
  
  /*===============   Product module  ===============*/
  .product-module {
    text-align: center; }
    .product-module .inner-wrap, .product-module .inner-wrap-narrow, .product-module .inner-wrap-wide, .product-module .inner-wrap-fullwidth {
      padding-top: 3.9375em;
      padding-bottom: 2em; }
    .product-module .pm-heading {
      font-size: 2.5em;
      color: #1c449c;
      line-height: 1em; }
      .product-module .pm-heading span {
        font-size: 0.5em;
        color: #333333;
        display: inline-block;
        vertical-align: middle;
        font-family: "Montserrat";
        font-weight: 400;
        line-height: 1.25em; }
        .product-module .pm-heading span strong {
          font-weight: 700; }
    .product-module .pm-item {
      font-size: 1em;
      font-weight: 700;
      color: #1c449c;
      line-height: 1em;
      text-decoration: none;
      text-transform: uppercase; }
      .product-module .pm-item .pmi-image {
        height: 8.875em;
        position: relative;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
        margin-bottom: 0.625em; }
        .product-module .pm-item .pmi-image img {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          margin: auto;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          transition: all 0.2s linear;
          z-index: 0; }
      .product-module .pm-item:hover {
        color: #1B75BC; }
        .product-module .pm-item:hover .pmi-image img {
          transform: scale(1.1); }
    @media (min-width: 75em) {
      .product-module .pm-heading span {
        padding-left: 3.2em;
        position: relative; }
        .product-module .pm-heading span::before {
          position: absolute;
          content: "";
          width: 1.85em;
          top: 0.6em;
          left: 0.5em;
          border: 1px solid #1B75BC; } }
  
  /*===============    Custom Development module   ===============*/
  .custom-development-module {
    background-image: url(img/custom-development-bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover; }
    .custom-development-module .inner-wrap, .custom-development-module .inner-wrap-narrow, .custom-development-module .inner-wrap-wide, .custom-development-module .inner-wrap-fullwidth {
      padding-top: 1.5em;
      padding-bottom: 1.5em; }
    .custom-development-module .cdm-wrap {
      background-image: url(img/custom-box-bg.jpg);
      background-position: left top;
      background-repeat: no-repeat;
      background-size: cover;
      width: 85%;
      margin: 0 auto;
      margin: 0 auto;
      padding: 2em 0.625em 3em;
      text-align: center; }
    .custom-development-module .cdm-heading {
      font-size: 1.5625em;
      color: #ffffff;
      line-height: 1.2em;
      text-align: center;
      margin: 0;
      padding: 0 0 1.8em 0; }
    .custom-development-module .cdm-subheading {
      display: none; }
      @media (min-width: 60em) {
        .custom-development-module .cdm-subheading {
          font-family: "Montserrat";
          font-weight: 400;
          font-size: 1.125em;
          color: #ffffff;
          line-height: 1.5em;
          text-align: center;
          width: 70%;
          margin: 0 auto 1.5em;
          display: block; } }
      .custom-development-module .cdm-subheading a {
        text-decoration: none;
        color: #1B75BC; }
    .custom-development-module .cdm-bullet {
      width: 98%;
      margin: 0 auto;
      text-align: center; }
      .custom-development-module .cdm-bullet ul {
        margin: 0;
        padding: 0; }
        .custom-development-module .cdm-bullet ul li {
          margin-bottom: 1em;
          /* background-image: url(img/trends-custom.svg);
                  background-position: left top;
                  background-repeat: no-repeat;
                  background-size: em(30) em(29);
                  padding: 0 0 em(26) em(39); */
          /*  &:nth-of-type(2) {
                     background-image: url(img/engineering-custom.svg);
                     background-size: em(29) em(27);
                 }
                 &:nth-of-type(3) {
                     background-image: url(img/quality-custom.svg);
                     background-size: em(23) em(30);
                 }
                 &:nth-of-type(4) {
                     background-image: url(img/consult-custom.png);
                     background-size: auto;
                     } */ }
          .custom-development-module .cdm-bullet ul li::after {
            display: none; }
          .custom-development-module .cdm-bullet ul li img {
            display: inline-block;
            vertical-align: top;
            width: 2.1875em;
            margin-right: 0.8em; }
          .custom-development-module .cdm-bullet ul li span {
            display: inline-block;
            vertical-align: top;
            font-size: 1.25em;
            color: #ffffff;
            font-weight: 400;
            width: 55% !important;
            text-align: left; }
    .custom-development-module .cdm-cta {
      color: #ffffff;
      border-color: #ffffff; }
      .custom-development-module .cdm-cta:hover {
        border-color: #1B75BC; }
    @media (min-width: 40em) {
      .custom-development-module .cdm-heading {
        font-size: 2em;
        color: #ffffff;
        line-height: 1.125em;
        text-align: center;
        margin: 0;
        padding: 0 0 0.5em 0; }
      .custom-development-module .cdm-bullet {
        margin: 0 auto;
        text-align: center; }
        .custom-development-module .cdm-bullet ul {
          margin: 0;
          padding: 0; }
          .custom-development-module .cdm-bullet ul li {
            display: inline-block;
            vertical-align: top;
            width: 49%;
            /*    &:nth-of-type(2n) {
                       margin-left: 14%;
                       width: 41%;
                       } */ }
            .custom-development-module .cdm-bullet ul li span {
              width: 80%; } }
    @media (min-width: 60em) {
      .custom-development-module {
        height: 40em;
        overflow: hidden; }
        .custom-development-module .cdm-wrap {
          margin-top: 22.5em;
          -webkit-transition: all 0.5s linear;
          -moz-transition: all 0.5s linear;
          transition: all 0.5s linear; }
          .custom-development-module .cdm-wrap.animated {
            margin-top: 9%; }
        .custom-development-module .cdm-bullet ul li span {
          width: 87%; } }
    @media (min-width: 75em) {
      .custom-development-module .cdm-bullet {
        width: 100%; }
        .custom-development-module .cdm-bullet ul li span {
          width: 42%; } }
  
  /*===============     DC Community module   ===============*/
  .dc-community-module {
    text-align: center; }
    .dc-community-module .inner-wrap, .dc-community-module .inner-wrap-narrow, .dc-community-module .inner-wrap-wide, .dc-community-module .inner-wrap-fullwidth {
      padding-bottom: 1.375em; }
    .dc-community-module .dcm-heading {
      font-size: 30px;
      color: #1c449c;
      margin: 0; }
    .dc-community-module .dcm-link {
      font-size: 1em;
      display: inline-block;
      vertical-align: top;
      color: #1c449c;
      text-decoration: underline;
      font-weight: 700;
      line-height: 1em;
      text-transform: uppercase;
      margin-top: 0.9375em; }
      .dc-community-module .dcm-link:hover {
        color: #1B75BC;
        text-decoration: none; }
    .dc-community-module .dcm-item {
      overflow: hidden; }
      .dc-community-module .dcm-item a {
        display: block;
        font-size: 0.75em; }
        .dc-community-module .dcm-item a > div {
          position: absolute;
          left: 0;
          /*top: 100%;*/
          width: 100%;
          height: 100%;
          background-color: rgba(27, 117, 188, 0.93);
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          transition: all 0.2s linear; }
          @media (hover: none) {
            .dc-community-module .dcm-item a > div {
              top: 0 !important;
              background-color: rgba(27, 117, 188, 0.75) !important; } }
        .dc-community-module .dcm-item a:hover > div {
          top: 0; }
    .dc-community-module .dcm-item-heading {
      font-size: 1.5em;
      color: #ffffff;
      text-align: right;
      font-family: "Montserrat";
      font-weight: 400;
      line-height: 1.25em;
      position: absolute;
      right: 1.0416666667em;
      bottom: 1.9166666667em; }
      @media (hover: none) {
        .dc-community-module .dcm-item-heading {
          font-size: 2.5em; } }
    .dc-community-module .dcm-item-link {
      font-size: 0.875em;
      color: #ffffff;
      line-height: 1em;
      display: block;
      text-transform: uppercase;
      position: absolute;
      right: 1.7857142857em;
      bottom: 2.7142857143em;
      text-decoration: underline; }
    @media (hover: none) {
      .dc-community-module .dcm-carousel-nav-left,
      .dc-community-module .dcm-carousel-nav-right {
        background-color: rgba(35, 35, 35, 0.93);
        top: 0% !important;
        z-index: 2;
        width: 2.8125em;
        height: 2.625em; } }
    .dc-community-module .dcm-item-video {
      position: relative; }
      .dc-community-module .dcm-item-video::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(img/play-icon.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 5.625em 5.625em;
        z-index: 9; }
      .dc-community-module .dcm-item-video:hover::after {
        background-image: url(img/play-icon-green.svg); }
    @media (min-width: 60em) {
      .dc-community-module {
        text-align: right; }
        .dc-community-module .inner-wrap, .dc-community-module .inner-wrap-narrow, .dc-community-module .inner-wrap-wide, .dc-community-module .inner-wrap-fullwidth {
          padding-top: 4.5625em; }
        .dc-community-module .dcm-heading {
          float: left; }
        .dc-community-module .dcm-item {
          overflow: hidden; }
          .dc-community-module .dcm-item a {
            font-size: 1em; } }
  
  /*===============      News & Events and  Follow DC   ===============*/
  .news-and-follow-dc-wrap .inner-wrap, .news-and-follow-dc-wrap .inner-wrap-narrow, .news-and-follow-dc-wrap .inner-wrap-wide, .news-and-follow-dc-wrap .inner-wrap-fullwidth {
    padding-top: 3.375em;
    padding-bottom: 2.75em; }
  
  .news-events-module .nem-heading {
    font-size: 1.875em;
    line-height: 1em;
    margin: 0 0 0.8666666667em 0;
    color: #1c449c; }
  
  .news-events-module .nrm-item {
    color: #333333; }
  
  .news-events-module .nrm-item-heading {
    font-size: 1em;
    line-height: 1.5em;
    font-family: "Montserrat";
    color: #1c449c;
    margin: 0; }
  
  .news-events-module .nrm-item-text {
    font-size: 1em;
    line-height: 1.5em;
    color: #333333;
    margin: 0 0 1.25em 0; }
    .news-events-module .nrm-item-text a {
      color: #1c449c;
      text-decoration: underline; }
      .news-events-module .nrm-item-text a:hover {
        text-decoration: none;
        color: #1B75BC; }
  
  @media (min-width: 60em) {
    .news-events-module {
      float: left;
      max-width: 48.75em;
      width: 65%;
      margin-right: 5%; } }
  
  .follow-dc-module .fdm-heading {
    font-size: 1.875em;
    line-height: 1em;
    margin: 0;
    color: #1c449c; }
  
  .follow-dc-module .social-wrap {
    max-width: 18.125em;
    margin-bottom: 2.6875em;
    margin-top: 1.875em; }
    .follow-dc-module .social-wrap a {
      width: 20%; }
      .follow-dc-module .social-wrap a img {
        width: 1.75em;
        margin: 0;
        display: block; }
        .follow-dc-module .social-wrap a img.on {
          display: none; }
      .follow-dc-module .social-wrap a:hover img {
        margin: 0; }
        .follow-dc-module .social-wrap a:hover img.on {
          display: block; }
        .follow-dc-module .social-wrap a:hover img.off {
          display: none; }
  
  .follow-dc-module .fdm-heading {
    font-size: 1.875em;
    line-height: 1em;
    margin: 0;
    color: #1c449c; }
  
  .follow-dc-module .fdm-text {
    font-size: 0.875em;
    line-height: 2em;
    color: #333333;
    margin: 0 0 0.5em 0; }
  
  .follow-dc-module .fdm-form form {
    position: relative;
    display: block; }
  
  .follow-dc-module .fdm-form label {
    font-size: 0.625em;
    line-height: 0.75em; }
  
  .follow-dc-module .fdm-form #label-email-4c55fd46-a0ce-4872-abe4-896d246ac47a {
    display: none; }
  
  .follow-dc-module .fdm-form input {
    box-shadow: none;
    padding: 0.5em 2.5em 0.625em 0.875em;
    border: 1px solid #cccccc;
    height: 2.5625em; }
  
  .follow-dc-module .fdm-form .hs_submit {
    background: url(https://www.dedicatedcomputing.com/wp-content/themes/dedicatedcomputing-default/img/arrow-wht.svg) no-repeat left top;
    background-size: 1.5625em 1em;
    position: absolute;
    right: 0.9375em;
    top: 0.75em;
    width: 1.5625em;
    height: 1em;
    overflow: hidden;
    padding: 0; }
    .follow-dc-module .fdm-form .hs_submit input {
      border: none;
      box-shadow: none;
      height: auto;
      padding: 0;
      text-indent: 40px; }
      .follow-dc-module .fdm-form .hs_submit input:hover {
        background: none; }
  
  @media (min-width: 40em) {
    .follow-dc-module .fdm-follow-wrap {
      float: left;
      width: 49%; }
    .follow-dc-module .fdm-news-wrap {
      float: left;
      width: 49%;
      margin-left: 2%; } }
  
  @media (min-width: 60em) {
    .follow-dc-module {
      float: right;
      max-width: 17.4375em;
      width: 30%; }
      .follow-dc-module .fdm-follow-wrap {
        float: none;
        width: 100%; }
      .follow-dc-module .fdm-news-wrap {
        float: none;
        width: 100%;
        margin: 0; } }
  
  /*===============   Whitepaper module   ===============*/
  .whitepaper-module > .inner-wrap, .whitepaper-module > .inner-wrap-narrow, .whitepaper-module > .inner-wrap-wide, .whitepaper-module > .inner-wrap-fullwidth {
    padding-bottom: 1.25em; }
  
  .wm-heading {
    margin-bottom: 1.625em; }
    .wm-heading span {
      position: relative;
      padding-right: 2em;
      display: inline-block; }
      .wm-heading span:after {
        position: absolute;
        content: "";
        right: 0;
        top: 50%;
        width: 1.5416666667em;
        height: 0.0416666667em;
        background-color: #1B75BC; }
  
  .wm-contentwrap > div {
    vertical-align: top; }
  
  .wm-img {
    max-width: 13.5625em;
    width: 100%;
    display: block;
    margin-bottom: 1.5625em; }
    @media (min-width: 60em) {
      .wm-img {
        padding-right: 2.1875em;
        float: left;
        margin-bottom: 0; } }
  
  @media (min-width: 60em) {
    .wm-content {
      float: left;
      width: calc(100% - 217px);
      padding-right: 1.25em; } }
  
  .wm-title {
    font-family: "Montserrat";
    color: #1c449c;
    margin-bottom: 0.3888888889em;
    margin-top: 0; }
  
  .wm-text {
    margin-top: 0;
    margin-bottom: 2.1875em; }
  
  .wm-cta {
    line-height: 1.25em;
    padding-bottom: 0.75em;
    padding-top: 0.6875em; }
  
  /*===============   Case Study module   ===============*/
  .case-study-module {
    background-color: #dddddd;
    margin-bottom: 1.5625em;
    position: relative; }
    .case-study-module > .inner-wrap, .case-study-module > .inner-wrap-narrow, .case-study-module > .inner-wrap-wide, .case-study-module > .inner-wrap-fullwidth {
      padding-top: 0;
      padding-bottom: 0;
      background-color: #dddddd; }
    @media (min-width: 60em) {
      .case-study-module {
        background-image: url(img/pill-dispensing-casestudy.jpg);
        background-position: right top;
        background-repeat: no-repeat; }
        .case-study-module > .inner-wrap, .case-study-module > .inner-wrap-narrow, .case-study-module > .inner-wrap-wide, .case-study-module > .inner-wrap-fullwidth {
          position: relative;
          z-index: 3;
          background-color: transparent; }
        .case-study-module:after {
          content: "";
          position: absolute;
          right: 0;
          top: 0;
          max-width: 50em;
          /*max-width: em(800);*/
          height: 100%;
          width: 100%;
          background-image: url(img/case-bg.png);
          background-position: left top;
          background-repeat: repeat-y;
          z-index: 2; } }
  
  .csm-content {
    min-height: 29.125em;
    padding-bottom: 1.6875em;
    padding-top: 3.3125em; }
    @media (min-width: 60em) {
      .csm-content {
        width: 50.2549%; } }
    @media (min-width: 75em) {
      .csm-content {
        width: 53.2549%; } }
  
  .csm-header {
    color: #1c449c;
    margin-bottom: 0.9em;
    margin-top: 0; }
  
  .csm-subheader {
    color: #333333;
    font-family: "Montserrat";
    font-size: 1.125em;
    line-height: 1.3333333333em;
    margin-bottom: 1.3333333333em;
    margin-top: 0; }
  
  .csm-text {
    margin-bottom: 1.6875em; }
  
  /*============= Sidebar Style =============*/
  .side-nav a {
    color: #333333;
    font-weight: 700;
    text-decoration: none; }
    .side-nav a:hover {
      color: #1B75BC; }
  
  .side-nav > h4 {
    color: #1c449c;
    margin-bottom: 24px;
    margin-top: 0; 
  }
  
  .sn-nav {
    margin-bottom: 55px; }
    .sn-nav li {
      border-bottom: 1px solid #dddddd;
      margin-bottom: 14px;
      padding-bottom: 9px; }
  
  .markets-list {
    margin: 0 0 3.4375em;
    padding-top: 5px; }
    .markets-list a {
      display: inline-block;
      margin: 0 0 0.9375em 0;
      max-width: 90px;
      vertical-align: top;
      width: 100%;
      text-align: center; }
      .markets-list a .on {
        display: none; }
      .markets-list a:hover .off {
        display: none; }
      .markets-list a:hover .on {
        display: block; }
      .markets-list a:first-child {
        margin-right: 18%; }
        @media (min-width: 75em) {
          .markets-list a:first-child {
            margin-right: 21%; } }
    .markets-list img {
      display: block;
      height: 67px;
      width: 69px;
      margin: 0 auto 5px; }
  
  .page-subheader {
    color: #333333;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 0; }
  
  .page-header {
    margin-bottom: 21px; }
  
  /*=========== Landing Page ==========*/
  #marquee h1, #marquee p {
    color: #ffffff;
  }
  .landing-page-header {
    text-align: center; }
    .landing-page-header .inner-wrap, .landing-page-header .inner-wrap-narrow, .landing-page-header .inner-wrap-wide, .landing-page-header .inner-wrap-fullwidth {
      padding-bottom: 3.4375em;
      padding-top: 4em; }
    @media (min-width: 40em) {
      .landing-page-header {
        height: 11.3125em;
        text-align: left; }
        .landing-page-header .site-logo {
          margin: 0.0625em 1.75em 0 0.1875em;
          width: 60%;
          max-width: 60.1%; } }
    @media (min-width: 60em) {
      .landing-page-header .site-logo {
        width: 70.1%;
        max-width: 70.1%; } }
  
  .lp-dc-tagline {
    display: inline-block;
    margin: 15px auto 0;
    max-width: 24.25em;
    width: 100%; }
    @media (min-width: 40em) {
      .lp-dc-tagline {
        border-left: 1px solid #1d191b;
        margin: 0;
        padding-left: 1.5625em;
        width: 40%; } }
    @media (min-width: 60em) {
      .lp-dc-tagline {
        width: 100%; } }
  
  .lp-content > .inner-wrap, .lp-content > .inner-wrap-narrow, .lp-content > .inner-wrap-wide, .lp-content > .inner-wrap-fullwidth {
    padding-bottom: 5.1875em;
    padding-top: 3.8125em; }
  
  .lp-content .page-header {
    margin-bottom: 75px; }
  
  .landing-form {
    background-color: #dddddd;
    max-width: 36em;
    padding: 3.0625em 1.8125em 4.875em 1.9375em;
    position: relative;
    margin-bottom: 1.875em; }
    .landing-form:after {
      background-image: url(https://www.dedicatedcomputing.com/wp-content/themes/dedicatedcomputing-default/img/arrow-wht.svg);
      background-repeat: no-repeat;
      background-size: 100% auto;
      position: absolute;
      content: "";
      width: 8.1875em;
      height: 4.5em;
      left: 2em;
      top: -1.9375em; }
    .landing-form label {
      color: #1d479a;
      font-size: 1.125em;
      font-weight: 400;
      margin-bottom: 0.1666666667em; }
    .landing-form input {
      box-shadow: none;
      padding: 0.625em; }
    .landing-form input[type="submit"] {
      border: 1px solid #1c449c;
      margin-top: 1.75em;
      padding: 0.875em 1.125em 0.8125em; }
    @media (min-width: 40em) {
      .landing-form .rows-of-2 > div {
        max-width: 15.5em;
        width: 100%; }
        .landing-form .rows-of-2 > div:first-child {
          margin-bottom: 0.1875em;
          margin-right: 3.7%; } }
    @media (min-width: 60em) {
      .landing-form .rows-of-2 > div {
        width: 48%; } }
    @media (min-width: 75em) {
      .landing-form .rows-of-2 > div {
        width: 49%; } }
  
  .scs-top {
    padding-bottom: 0.6875em; }
    .scs-top > p {
      margin-top: 0.9375em; }
    @media (min-width: 60em) {
      .scs-top {
        padding-right: 16%; } }
  
  .scs-title {
    margin-top: 0;
    margin-bottom: 15px; }
  
  .ebook-img {
    float: left;
    margin-left: 0.3125em;
    max-width: 15em;
    margin-bottom: 1.25em; }
    @media (min-width: 60em) {
      .ebook-img {
        width: 50%; } }
  
  .scs-bottom ul li:after {
    background-image: url(img/ico-bullet-gray.svg) !important; }
  
  @media (min-width: 40em) {
    .scs-bottom ul {
      clear: none;
      float: left;
      padding: 3.4375em 0 0 3.5em;
      width: calc(100% - 245px); } }
  
  .landing-page-footer .sf-top > .inner-wrap, .landing-page-footer .sf-top > .inner-wrap-narrow, .landing-page-footer .sf-top > .inner-wrap-wide, .landing-page-footer .sf-top > .inner-wrap-fullwidth {
    padding-bottom: 0.75em;
    padding-top: 1.25em; }
  
  @media (min-width: 40em) {
    .form-content {
      display: inline-block;
      vertical-align: top;
      width: 40%; } }
  
  @media (min-width: 40em) {
    .contact-form {
      float: right;
      width: 40%; } }
  
  .sitemap-menu {
    padding: 0; }
    .sitemap-menu .sub-menu {
      font-size: 1em;
      margin: 0 0 0 1.25em; }
  
  .site-logo-inner-pages {
    width: 42%; }
  
  .market-solutions-module .im-control-nav {
    display: none; }
  
  @media (min-width: 40em) {
    .market-solutions-module .accordion-tabs {
      position: relative; }
      .market-solutions-module .accordion-tabs li:last-child .tab-link {
        border-right: none; }
      .market-solutions-module .accordion-tabs .tab-content {
        border: none; }
        .market-solutions-module .accordion-tabs .tab-content .inner-wrap, .market-solutions-module .accordion-tabs .tab-content .inner-wrap-narrow, .market-solutions-module .accordion-tabs .tab-content .inner-wrap-wide, .market-solutions-module .accordion-tabs .tab-content .inner-wrap-fullwidth {
          position: relative; }
        .market-solutions-module .accordion-tabs .tab-content .is-text .is-cta {
          bottom: -3.125em;
          left: 8.75em;
          position: absolute; }
    .market-solutions-module .im-control-nav {
      position: absolute;
      width: 100%;
      left: 0;
      display: block; }
      .market-solutions-module .im-control-nav a {
        color: #ffffff;
        padding: 0.625em 1.125em;
        text-decoration: none;
        margin-right: 0;
        position: absolute;
        left: -90px; }
        .market-solutions-module .im-control-nav a.im-prev-btn {
          left: 0;
          background-image: url(img/ico-white-arrow-left.svg);
          background-repeat: no-repeat;
          background-size: 1.5625em 1.375em;
          background-position: center center;
          bottom: 320px;
          background-color: rgba(27, 117, 188, 0.93);
          width: 3.8125em;
          height: 3.625em; }
        .market-solutions-module .im-control-nav a.im-next-btn {
          background-image: url(img/ico-white-arrow-right.svg);
          background-repeat: no-repeat;
          background-size: 1.5625em 1.375em;
          background-position: center center;
          left: auto;
          right: 0;
          bottom: 320px;
          background-color: rgba(27, 117, 188, 0.93);
          width: 3.8125em;
          height: 3.625em; } }
  
  @media (min-width: 75em) {
    .market-solutions-module {
      /*.im-control-nav {
              a{
                  &.im-prev-btn {
                     left: -18px; 
                  }
                  &.im-next-btn {
                      right: -18px;
                  }
              }
          }*/ } }
  
  @media (min-width: 87.5em) {
    .market-solutions-module {
      /*.im-control-nav {
              a{
                  &.im-prev-btn {
                     left: -50px; 
                  }
                  &.im-next-btn {
                      right: -50px;
                  }
              }
          }*/ } }
  
  .additional-content > .rows-of-2 div {
    width: 47%;
    margin-right: 6%; }
    .additional-content > .rows-of-2 div:nth-of-type(2n) {
      margin-right: 0; }
  
  /*****************home page popup*******************/
  .popup-mobule {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear; }
    .popup-mobule.active {
      top: 0;
      background-color: rgba(0, 0, 0, 0.85);
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      transition: all 0.1s linear; }
      .popup-mobule.active .pm-content {
        transform: scale(1); }
        .popup-mobule.active .pm-content > div {
          opacity: 1; }
  
  .pm-content {
    max-width: 39.375em;
    width: 100%;
    background-color: #444647;
    padding: 0.625em;
    margin: 0 auto;
    top: 5%;
    position: relative;
    transform: scale(0.1);
    transition-delay: 0.2s;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .pm-content > div {
      background-color: #ebebeb;
      border-radius: 10px;
      padding: 2.8125em 3em;
      opacity: 0;
      transition-delay: 0.3s;
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      transition: all 0.5s linear; }
      .pm-content > div .pm-cta {
        background-color: #3288e6;
        display: block;
        text-align: center;
        color: #ffffff;
        border-radius: 5px;
        border: none; }
        .pm-content > div .pm-cta:hover {
          background-color: #1b5a9f;
          color: #ffffff; }
  
  .pop-close {
    background-color: #1c1c1c;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 1.875em;
    color: #ffffff;
    font-weight: bold;
    border-radius: 50%;
    text-transform: uppercase;
    text-decoration: none; }
    @media (min-width: 60em) {
      .pop-close {
        top: -0.9em;
        right: -0.6333333333em; } }
  
  h2.popup-header {
    font-size: 1em; }
  
  .popup_overlay {
    position: fixed;
    z-index: 1000;
    top: 20%;
    width: 100%;
    background: #1c449c;
    /*left: 35%;*/
    padding: 0.9375em;
    /*height: 25.375em;*/
    /*overflow: hidden;*/ }
    @media (min-width: 60em) {
      .popup_overlay {
        position: fixed;
        z-index: 999;
        top: 36%;
        background: #1c449c;
        padding: 0.9375em;
        height: 23.375em;
        width: 100%;
        left: 32%;
        overflow: initial;
        max-width: 34.3125em; } }
    @media (min-width: 75em) {
      .popup_overlay {
        /*width: 27%;*/
        left: 33%;
        overflow: initial; } }
    .popup_overlay .mfp-close {
      color: #ffffff !important;
      /*right: em(-20,28);*/
      /*top: em(-20,28);*/
      /*background-color: #1c449c;*/
      /*top: -1.5142857143em;*/
      border-radius: 50%;
      width: auto;
      top: -2.625em;
      right: 0;
      opacity: 1 !important;
      font-size: 0.875em;
      cursor: pointer;
      /*.close-text{
                 font-size: 0.525em;
                 z-index: 111;
                 color: $white;
                 vertical-align: middle;
                 text-transform: lowercase;
                 font-weight: normal;
                
             }*/ }
      @media (min-width: 40em) {
        .popup_overlay .mfp-close {
          font-size: 1em;
          width: auto; } }
      @media (min-width: 60em) {
        .popup_overlay .mfp-close {
          top: -2.255em;
          right: 0; } }
      .popup_overlay .mfp-close:hover {
        color: #1B75BC !important; }
      .popup_overlay .mfp-close .close-arrow {
        font-size: 1.75em;
        z-index: 111;
        font-weight: normal;
        vertical-align: middle; }
    .popup_overlay .logo {
      width: 100%;
      float: left;
      /*margin-right: em(15);
             margin-left: em(-75);*/
      /*position: absolute;*/
      /*top: 25%;*/
      display: block;
      text-align: center; }
      .popup_overlay .logo img {
        width: 60%; }
      @media (min-width: 60em) {
        .popup_overlay .logo {
          margin-left: -5.6875em;
          width: 100%;
          top: 55%;
          position: absolute;
          max-width: 300px;
          left: -11%;
          transform: translateY(-50%); }
          .popup_overlay .logo img {
            width: 100%;
            height: 100%; } }
      @media (max-height: 46em) and (min-width: 60em) {
        .popup_overlay .logo {
          max-width: 17.8125em;
          left: -3%; } }
    .popup_overlay .desc {
      width: 100%;
      float: left;
      /*margin-left: 22%; */
      /*position: absolute;*/ }
      @media (min-width: 60em) {
        .popup_overlay .desc {
          width: 70%;
          float: left;
          margin-left: 25%;
          position: absolute;
          padding-top: 1.125em; } }
      .popup_overlay .desc h4 {
        color: #1B75BC;
        margin-top: 0.4375em;
        margin-bottom: 0.4375em;
        font-weight: 400;
        text-transform: uppercase; }
      .popup_overlay .desc h1 {
        color: #fff;
        font-size: 1.4375em;
        font-weight: bold;
        margin-bottom: 0.3125em; }
      .popup_overlay .desc .info {
        color: #ffffff; }
      .popup_overlay .desc .popup-cta {
        color: #ffffff;
        border: 1px solid #ffffff;
        text-transform: none; }
  
  /*=============== GDD-003-Internal page redesign ===============*/
  /*.gdd-006-IPR{
      display:none;
  }*/
  .gdd-006-IPR {
    display: block; }
  
  .gdd-006-b-sticky {
    display: block; }
  
  .gdd-006-b-blob {
    display: block; }
  
  .gdd-006-b-sticky {
    display: block; }
  
  .gdd-006-b-sticky {
    position: fixed;
    bottom: 7%;
    right: 35px;
    color: #ffffff;
    text-decoration: none;
    background-color: #1B75BC;
    padding: 3.125em 0.9375em 0.9375em;
    border-radius: 50%;
    z-index: 3; }
  
  @media (min-width: 40em) {
    .gdd-006-b-sticky {
      padding: 3.4375em 1.5625em 1.5625em; } }
  
  .gdd-006-b-sticky span:before {
    content: "";
    position: absolute;
    background-image: url(http://www.dedicatedcomputing.com/wp-content/uploads/mail-ico-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 3.1538461538em 2.9230769231em;
    width: 3.5em;
    height: 3em;
    top: 1em;
    left: 0;
    right: 0;
    margin: 0 auto; }
  
  .gdd-006-b-sticky:hover {
    color: #ffffff; }
  
  .close-sticky {
    display: block !important; }
  
  .gdd-006-b-sticky span:hover {
    color: #ffffff; }
  
  /*.gdd-006-b-sticky span:after {
      content: "";
      position: absolute;
      background-color: #1B75BC;
      background-repeat: no-repeat;
      border-radius: 50%;
      width: 3.625em;
      height: 3.0625em;
      right: -15px;
      margin: 0 auto;
      bottom: -37px;
  }*/
  .gdd-side-cta {
    border: 2px solid #1B75BC;
    padding: 8px;
    max-width: 300px; }
  
  .gdd-side-cta a {
    font-size: 14px;
    font-weight: bold;
    color: #1B75BC;
    text-transform: uppercase;
    text-decoration: none; }
  
  .gdd-006-b-sticky span {
    text-transform: uppercase;
    font-size: 14px; }
  
  *, *:before, *:after {
    box-sizing: border-box; }
  
  
  .blob {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 50%; }
  
  .ring, .pulse {
    position: absolute;
    top: -6px;
    left: -5px;
    width: 107px;
    height: 101px;
    border-radius: 50%;
    border: solid #45c787; }
    @media (min-width: 40em) {
      .ring, .pulse {
        width: 126px;
        height: 116px; } }
    @media (max-height: 46em) and (min-width: 60em) {
      .ring, .pulse {
        width: 120px;
        height: 105px; } }
  
  .ring {
    border-width: 2px; }
  
  .pulse {
    transform: scale(1, 1);
    border-width: 1px; }
    .pulse.pulse--1 {
      animation: PULSE infinite;
      animation-duration: 3s;
      animation-delay: 0s; }
    .pulse.pulse--2 {
      animation: PULSE infinite;
      animation-duration: 3s;
      animation-delay: 1s; }
    .pulse.pulse--3 {
      animation: PULSE infinite;
      animation-duration: 3s;
      animation-delay: 2s; }
  
  @keyframes PULSE {
    100% {
      transform: scale(2);
      opacity: 0; } }
  
  /*-----*/
  .our-family {
    text-align: center; }
    .our-family .inner-wrap, .our-family .inner-wrap-narrow, .our-family .inner-wrap-wide, .our-family .inner-wrap-fullwidth {
      padding-bottom: 2.5em !important; }
    .our-family h3 span {
      color: #1B75BC; }
  
  .Join-team {
    display: block;
    position: relative;
    z-index: 2; }
    .Join-team .inner-wrap, .Join-team .inner-wrap-narrow, .Join-team .inner-wrap-wide, .Join-team .inner-wrap-fullwidth {
      padding-bottom: 2.5em !important;
      padding-top: 0.5em !important; }
    .Join-team .alignleft {
      padding: 0 !important; }
    .Join-team .join-team-image {
      border-radius: 50%; }
    .Join-team .module-left {
      width: 100%;
      float: none;
      min-height: 16.6666666667em;
      display: inline-block;
      position: relative;
      color: white;
      padding-top: 1em;
      text-align: center; }
      @media (min-width: 40em) {
        .Join-team .module-left {
          width: 30%;
          text-align: left; } }
      .Join-team .module-left img {
        margin: 0 auto;
        top: unset;
        width: 100%;
        max-width: 290px; }
        @media (min-width: 40em) {
          .Join-team .module-left img {
            width: 100%; } }
        @media (min-width: 60em) {
          .Join-team .module-left img {
            margin: 1.4375em 0em 0em 0.75em; } }
    .Join-team .module-right {
      width: 100%;
      float: right;
      position: relative;
      margin-top: 12px; }
      .Join-team .module-right span {
        color: white; }
      .Join-team .module-right .quote {
        color: #1B75BC !important;
        font-size: 1.4em; }
        @media (min-width: 60em) {
          .Join-team .module-right .quote {
            font-size: 2em; } }
      @media (min-width: 40em) {
        .Join-team .module-right {
          width: 67%; } }
      @media (min-width: 60em) {
        .Join-team .module-right {
          margin-top: 5em; } }
      .Join-team .module-right .join-team-btn {
        margin-top: 2em;
        padding: 1em 3em;
        border: 1px solid #fff;
        color: white; }
        .Join-team .module-right .join-team-btn:hover {
          border: 1px solid #1B75BC; }
    .Join-team::before {
      content: "";
      background-color: #1c449c;
      width: 300%;
      position: absolute;
      left: -150%;
      top: 0;
      z-index: -1;
      height: 100%; }
  
  .page-id-2237 .site-content .inner-wrap, .page-id-2237 .site-content .inner-wrap-narrow, .page-id-2237 .site-content .inner-wrap-wide, .page-id-2237 .site-content .inner-wrap-fullwidth {
    padding-bottom: 0; }
  
  /*------------------*/
  .Counter {
    z-index: 2;
    position: relative; }
    .Counter:before {
      content: "";
      background-color: #1c449c;
      width: 300%;
      position: absolute;
      left: -150%;
      top: 0;
      z-index: -1;
      height: 100%; }
      @media (min-width: 40em) {
        .Counter:before {
          top: 15em; } }
    .Counter .count-gray {
      background-color: #e1e1e1;
      height: 20em;
      text-align: center; }
      .Counter .count-gray .cg-count {
        font-size: 8em;
        color: #1c449c; }
        @media (min-width: 40em) {
          .Counter .count-gray .cg-count {
            font-size: 6em; } }
        @media (min-width: 60em) {
          .Counter .count-gray .cg-count {
            font-size: 8em; } }
      .Counter .count-gray .cg-desc {
        font-weight: 600;
        padding: 0em 1em; }
  
  .culture-wrap {
    text-align: center; }
    @media (min-width: 60em) {
      .culture-wrap {
        text-align: unset; } }
  
  .home .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.6; }
  
  .close-sticky {
    display: none;
    background-image: url(http://www.dedicatedcomputing.com/wp-content/uploads/noun_Close_1609004.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #1B75BC;
    background-size: 0.8125em 1em;
    border-radius: 50%;
    width: 1.8125em;
    height: 1.8125em;
    vertical-align: top;
    margin-top: 0.0625em;
    margin-right: 0.0625em;
    margin-left: 0.25em;
    position: fixed;
    bottom: 2.8125em;
    right: 0.9375em;
    z-index: 10;
    cursor: pointer; }
  
  .popup2 .popup_overlay {
    background: #ffffff;
    max-width: 44.375em;
    left: 50% !important;
    transform: translateX(-50%);
    padding: 1.25em;
    height: auto !important; }
    .popup2 .popup_overlay .mfp-close {
      top: 3%;
      right: 3%;
      color: #1c449c !important;
      font-size: 1.25em;
      font-weight: 600; }
    .popup2 .popup_overlay .logo {
      width: 100%;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      margin: 0;
      top: unset;
      left: unset;
      transform: none;
      max-width: 100%;
      padding-right: 2.1875em;
      margin-top: 3em; }
      .popup2 .popup_overlay .logo img {
        width: 100%; }
    .popup2 .popup_overlay .desc {
      width: 100%;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      margin: 0; }
      .popup2 .popup_overlay .desc h4 {
        font-size: 1em; }
      .popup2 .popup_overlay .desc h1 {
        color: #1c449c;
        font-size: 1.25em; }
      .popup2 .popup_overlay .desc .info {
        color: #000000;
        font-size: 1.125em;
        line-height: 1.1666666667em;
        margin: 0 0 0.8888888889em; }
      .popup2 .popup_overlay .desc .popup-cta {
        color: #1c449c;
        border: 1px solid #1c449c;
        font-size: 1.125em;
        text-transform: uppercase; }
  
  @media (min-width: 40em) {
    .popup2 .popup_overlay {
      padding: 3.75em 2.5em; }
      .popup2 .popup_overlay .logo {
        width: 46%;
        margin-top: 0em; }
      .popup2 .popup_overlay .desc {
        width: 54%;
        padding-top: 0; } }
  
  .popup3 .popup_overlay {
    left: 50%;
    overflow: initial;
    transform: translateX(-50%);
    max-width: 45em;
    height: auto;
    background-color: #1B75BC;
    padding: 1.25em;
    -webkit-box-shadow: 0px 1px 10px 1px #013f6e;
    -moz-box-shadow: 0px 1px 10px 1px #013f6e;
    box-shadow: 0px 1px 10px 1px #013f6e; }
    .popup3 .popup_overlay .mfp-close {
      top: 3%;
      right: 3%;
      color: #1c449c !important;
      font-size: 1.25em;
      font-weight: 600;
      opacity: 1 !important; }
    .popup3 .popup_overlay .logo {
      margin-left: 0;
      left: 3%;
      top: -3%;
      transform: translate(-3%, -3%);
      max-width: 21.875em;
      margin-top: 3em; }
      .popup3 .popup_overlay .logo img {
        width: 100%; }
    .popup3 .popup_overlay .desc {
      width: 100%;
      float: right;
      margin-left: 0;
      position: relative;
      padding-top: 1.125em; }
      .popup3 .popup_overlay .desc h4 {
        color: #1c449c;
        font-weight: 600;
        font-size: 0.9375em; }
      .popup3 .popup_overlay .desc h1 {
        color: #ffffff;
        font-size: 1.1875em; }
      .popup3 .popup_overlay .desc .info {
        color: #ffffff;
        font-size: 1em;
        line-height: 1.1875em;
        margin: 0 0 1em; }
      .popup3 .popup_overlay .desc .popup-cta {
        font-size: 1.125em;
        text-transform: uppercase;
        color: #ffffff; }
  
  @media (min-width: 40em) {
    .popup3 .popup_overlay {
      padding: 3.75em; }
      .popup3 .popup_overlay .logo {
        max-width: 14.0625em;
        margin-top: 0em; }
      .popup3 .popup_overlay .desc {
        width: 55%;
        padding-top: 0; } }
  
  @media (min-width: 60em) {
    .popup3 .popup_overlay {
      padding: 3.75em; }
      .popup3 .popup_overlay .logo {
        max-width: 18.75em; } }
  
  .library-module {
    text-align: center; }
  
  .lm-books {
    border: 1.5px solid rgba(238, 238, 238, 0.95);
    padding: 28px;
    text-align: center;
    text-decoration: none;
    position: relative;
    width: 99% !important;
    display: inline-block;
    margin-right: 0.875em;
    margin-bottom: 1.25em; }
    .lm-books .lm-title {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(238, 238, 238, 0.95);
      padding: 18px 10px;
      color: #1c499c;
      overflow: hidden; }
      .lm-books .lm-title .lm-heading {
        font-size: 1em;
        display: block; }
      .lm-books .lm-title .lm-link {
        font-size: 1.125em;
        visibility: hidden;
        position: absolute;
        top: 100%;
        left: 0%;
        width: 100%;
        height: 100%;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        transition: all 200ms linear; }
        .lm-books .lm-title .lm-link span {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-image: url(img/access-arrow.svg);
          background-repeat: no-repeat;
          background-position: right center;
          background-size: 30px 25px;
          padding-right: 37px; }
    .lm-books:hover .lm-title {
      color: #ffffff;
      visibility: hidden; }
    .lm-books:hover .lm-link {
      font-size: 1.125em;
      top: 0%;
      visibility: visible;
      background-color: #1B75BC;
      z-index: 1; }
    @media (min-width: 40em) {
      .lm-books {
        width: 46.5% !important;
        margin-bottom: 1.25em;
        margin-right: 0; }
        .lm-books:nth-of-type(2n) {
          margin-left: 0.875em; } }
    @media (min-width: 60em) {
      .lm-books {
        width: 23.5% !important;
        margin-right: 0.875em;
        margin-left: 0; }
        .lm-books:nth-of-type(2n) {
          margin-left: 0; }
        .lm-books:nth-of-type(4n) {
          margin-right: 0; } }
  
  .events-module .event-single {
    display: inline-block; }
    .events-module .event-single .event-image {
      float: none;
      clear: both;
      text-align: center; }
      .events-module .event-single .event-image img {
        margin-right: 0em; }
    .events-module .event-single .event-content h3, .events-module .event-single .event-content h4 {
      margin-top: 10px; }
    .events-module .event-single .event-content p a {
      display: block;
      margin-top: 1.25em; }
  
  @media (min-width: 40em) {
    .events-module .event-single .event-image {
      float: left;
      text-align: center; }
      .events-module .event-single .event-image img {
        margin-right: 1.25em; }
    .events-module .event-single .event-content h3, .events-module .event-single .event-content h4 {
      margin-top: 0; } }
  
  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table; }
  
  .clearfix:after {
    clear: both; }
  
  .clearfix {
    *zoom: 1; }
  
  .alignright {
    display: block;
    padding-bottom: 1.5em; }
  
  .alignleft {
    display: block;
    padding-bottom: 1.5em; }
  
  .aligncenter {
    display: block;
    margin: 0 auto; }
  
  @media (min-width: 40em) {
    .alignright {
      display: block;
      float: right;
      padding-bottom: 1.5em;
      padding-left: 1.5em; }
    .alignleft {
      display: block;
      float: left;
      padding-bottom: 1.5em;
      padding-right: 1.5em; }
    .aligncenter {
      display: block;
      margin: 0 auto; } }
  
  .text-alignright {
    text-align: right; }
  
  .text-alignleft {
    text-align: left; }
  
  .text-aligncenter {
    text-align: center; }
  
  .clearboth {
    clear: both;
    display: block; }
  
  .spacing-bottom {
    margin-bottom: 2em; }
  
  .spacing-top {
    margin-top: 2em; }
  
  /*
   * jQuery FlexSlider v2.2.0
   * http://www.woothemes.com/flexslider/
   *
   * Copyright 2012 WooThemes
   * Free to use under the GPLv2 license.
   * http://www.gnu.org/licenses/gpl-2.0.html
   *
   * Contributing author: Tyler Smith (@mbmufffin)
   */
  /* Browser Resets
  *********************************/
  .flex-container a:active,
  .flexslider a:active,
  .flex-container a:focus,
  .flexslider a:focus {
    outline: none; }
  
  .slides,
  .flex-control-nav,
  .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none; }
  
  /* Icon Fonts - Removed
  *********************************/
  /* FlexSlider Necessary Styles
  *********************************/
  .flexslider {
    margin: 0;
    padding: 0; }
  
  .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden; }
  
  /* Hide the slides before the JS is loaded. Avoids image jumping */
  .flexslider .slides img {
    width: 100%;
    display: block; }
  
  .flex-pauseplay span {
    text-transform: capitalize; }
  
  /* Clearfix for the .slides element */
  .slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  
  html[xmlns] .slides {
    display: block; }
  
  * html .slides {
    height: 1%; }
  
  /* No JavaScript Fallback */
  /* If you are not using another script, such as Modernizr, make sure you
   * include js that eliminates this class on page load */
  .no-js .slides > li:first-child {
    display: block; }
  
  /* FlexSlider Default Theme
  *********************************/
  .flexslider {
    margin: 0;
    background: transparent;
    border: 0;
    position: relative;
    zoom: 1; }
  
  .flex-viewport {
    max-height: 125em;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
  
  .loading .flex-viewport {
    max-height: 300px; }
  
  .flexslider .slides {
    zoom: 1; }
  
  .carousel li {
    margin-right: 5px; }
  
  /* Direction Nav */
  .flex-direction-nav {
    *height: 0; }
  
  .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 57%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
  
  .flex-direction-nav .flex-prev {
    left: -50px; }
  
  .flex-direction-nav .flex-next {
    right: -50px;
    text-align: right; }
  
  .flexslider:hover .flex-prev {
    left: 10px; }
  
  .flexslider:hover .flex-next {
    right: 10px; }
  
  .flexslider:hover .flex-next:hover,
  .flexslider:hover .flex-prev:hover {
    opacity: 1; }
  
  .flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default; }
  
  .flex-direction-nav a:before {
    display: block;
    content: '';
    height: 2.5em;
    background-size: 40px;
    background-repeat: no-repeat;
    background-image: url(img/ico-arrow-left.svg); }
  
  /*{ font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }*/
  .flex-direction-nav a.flex-next:before {
    background-image: url(img/ico-arrow-right.svg); }
  
  /*{ content: '\f002'; }*/
  /* Pause/Play */
  .flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000; }
  
  .flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004'; }
  
  .flex-pauseplay a:hover {
    opacity: 1; }
  
  .flex-pauseplay a.flex-play:before {
    content: '\f003'; }
  
  /* Control Nav */
  .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center; }
  
  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  
  .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }
  
  .flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7); }
  
  .flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default; }
  
  .flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden; }
  
  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0; }
  
  .flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer; }
  
  .flex-control-thumbs img:hover {
    opacity: 1; }
  
  .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default; }
  
  /*
  @media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
    .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
  }
  */
  .flex-direction-nav .flex-prev {
    opacity: .3;
    left: 10px; }
  
  .flex-direction-nav .flex-next {
    opacity: .3;
    right: 10px; }
  
  /* Magnific Popup CSS */
  .mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1005;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  
  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1005;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }
  
  .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  
  .mfp-align-top .mfp-container:before {
    display: none; }
  
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1005; }
  
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
  
  .mfp-ajax-cur {
    cursor: progress; }
  
  .mfp-zoom-out-cur,
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
  
  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
  
  .mfp-auto-cursor .mfp-content {
    cursor: auto; }
  
  .mfp-close,
  .mfp-arrow,
  .mfp-preloader,
  .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  
  .mfp-loading.mfp-figure {
    display: none; }
  
  .mfp-hide {
    display: none !important; }
  
  .mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1005; }
  
  .mfp-preloader a {
    color: #CCC; }
  
  .mfp-preloader a:hover {
    color: #FFF; }
  
  .mfp-s-ready .mfp-preloader {
    display: none; }
  
  .mfp-s-error .mfp-content {
    display: none; }
  
  button.mfp-close,
  button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1005;
    -webkit-box-shadow: none;
    box-shadow: none; }
  
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  
  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
  
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  
  .mfp-close:active {
    top: 1px; }
  
  .mfp-close-btn-in .mfp-close {
    color: #333; }
  
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }
  
  .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }
  
  .mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
  
  .mfp-arrow:active {
    margin-top: -54px; }
  
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
  
  .mfp-arrow-left {
    left: 0; }
  
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
  
  .mfp-arrow-right {
    right: 0; }
  
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }
  
  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
  
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  
  .mfp-iframe-holder .mfp-close {
    top: -40px; }
  
  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
  
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
  
  /* Main image in popup */
  img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }
  
  /* The shadow behind the image */
  .mfp-figure {
    line-height: 0; }
  
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  
  .mfp-figure figure {
    margin: 0; }
  
  .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }
  
  .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }
  
  .mfp-image-holder .mfp-content {
    max-width: 100%; }
  
  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }
  
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; } }
  
  @media all and (max-width: 900px) {
    .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; }
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px; } }
  
  .mfp-ie7 .mfp-img {
    padding: 0; }
  
  .mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }
  
  .mfp-ie7 .mfp-container {
    padding: 0; }
  
  .mfp-ie7 .mfp-content {
    padding-top: 44px; }
  
  .mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }
  
  /*! Tablesaw - v1.0.2 - 2014-12-17
  * https://github.com/filamentgroup/tablesaw
  * Copyright (c) 2014 Filament Group; Licensed MIT */
  table.tablesaw {
    empty-cells: show;
    max-width: 100%;
    width: 100%; }
  
  .tablesaw {
    border-collapse: collapse;
    width: 100%; }
  
  /* Structure */
  .tablesaw {
    border: 0;
    padding: 0; }
  
  .tablesaw th,
  .tablesaw td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5em .7em; }
  
  .tablesaw thead tr:first-child th {
    padding-top: .9em;
    padding-bottom: .7em; }
  
  /* Table rows have a gray bottom stroke by default */
  .tablesaw-stack tbody tr {
    border-bottom: 1px solid #dfdfdf; }
  
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none; }
  
  /* Mobile first styles: Begin with the stacked presentation at narrow widths */
  @media only all {
    /* Show the table cells as a block level element */
    .tablesaw-stack td,
    .tablesaw-stack th {
      text-align: left;
      display: block; }
    .tablesaw-stack tr {
      clear: both;
      display: table-row; }
    /* Make the label elements a percentage width */
    .tablesaw-stack td .tablesaw-cell-label,
    .tablesaw-stack th .tablesaw-cell-label {
      display: block;
      padding: 0 .6em 0 0;
      width: 30%;
      display: inline-block; }
    /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
    .tablesaw-stack th .tablesaw-cell-label-top,
    .tablesaw-stack td .tablesaw-cell-label-top {
      display: block;
      padding: .4em 0;
      margin: .4em 0; }
    .tablesaw-cell-label {
      display: block; }
    /* Avoid double strokes when stacked */
    .tablesaw-stack tbody th.group {
      margin-top: -1px; }
    /* Avoid double strokes when stacked */
    .tablesaw-stack th.group b.tablesaw-cell-label {
      display: none !important; } }
  
  @media (max-width: 39.9375em) {
    .tablesaw-stack thead td,
    .tablesaw-stack thead th {
      display: none; }
    .tablesaw-stack tbody td,
    .tablesaw-stack tbody th {
      clear: left;
      float: left;
      width: 100%; }
    .tablesaw-cell-label {
      vertical-align: top; }
    .tablesaw-cell-content {
      max-width: 67%;
      display: inline-block; }
    .tablesaw-stack td:empty,
    .tablesaw-stack th:empty {
      display: none; } }
  
  /* Media query to show as a standard table at 560px (35em x 16px) or wider */
  @media (min-width: 40em) {
    .tablesaw-stack tr {
      display: table-row; }
    /* Show the table header rows */
    .tablesaw-stack td,
    .tablesaw-stack th,
    .tablesaw-stack thead td,
    .tablesaw-stack thead th {
      display: table-cell;
      margin: 0; }
    /* Hide the labels in each cell */
    .tablesaw-stack td .tablesaw-cell-label,
    .tablesaw-stack th .tablesaw-cell-label {
      display: none !important; } }
  
  /* flexisel carousel  Default Theme
  *********************************/
  .carousel-wrapper {
    position: relative; }
    @media (min-width: 60em) {
      .carousel-wrapper:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 14%;
        right: 0;
        top: 0;
        background: url(img/project-carousel-container-after.png) repeat-y right top;
        z-index: 667; }
      .carousel-wrapper:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 14%;
        left: 0;
        top: 0;
        background: url(img/project-carousel-container-before.png) repeat-y left top;
        z-index: 667; }
      .carousel-wrapper:hover:after {
        z-index: -999; }
      .carousel-wrapper:hover:before {
        z-index: -999; } }
  
  .dcm-carousel-container {
    position: relative;
    max-width: 100%; }
  
  .dcm-carousel-ul {
    position: relative;
    width: 6249.9375em;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center; }
  
  .dcm-carousel-inner {
    overflow: hidden;
    float: left;
    width: 100%; }
  
  .dcm-carousel-item {
    float: left;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    line-height: 0; }
  
  .dcm-carousel-item img {
    width: 100%; }
  
  /*** Navigation ***/
  
  /* Breadcrumb Menu */
  .breadcrumb-menu li, .breadcrumb-menu li span {
    color: #000;
    font-size: 12px;
  }
  .breadcrumb-menu a {
    color: #000; 
    text-decoration: underline; 
  }
  .breadcrumb-menu a:hover {
    text-decoration: none; 
  }
  .hs-breadcrumb-menu-item {
    text-transform: capitalize;
    padding: 10px 0px 0px 5px;
  }
  .hs-breadcrumb-menu-divider:before {
    padding-left: 5px;
  }
  /* */
  .dcm-carousel-nav-left,
  .dcm-carousel-nav-right {
    position: absolute;
    cursor: pointer;
    z-index: 100;
    visibility: hidden;
    background-color: rgba(27, 117, 188, 0.93);
    width: 3.8125em;
    height: 3.625em;
    opacity: 1;
    top: 46% !important;
    z-index: 99; }
  
  .dcm-carousel-nav-left {
    left: 0;
    background-image: url(img/ico-white-arrow-left.svg);
    background-repeat: no-repeat;
    background-size: 1.5625em 1.375em;
    background-position: center center; }
  
  .dcm-carousel-nav-right {
    right: 0;
    background-image: url(img/ico-white-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 1.5625em 1.375em;
    background-position: center center; }
  
  .dcm-carousel-container:hover .dcm-carousel-nav-left,
  .dcm-carousel-container:hover .dcm-carousel-nav-right {
    visibility: visible;
    opacity: 1; }
  
  /* gdd 004 b css start */
  .sh-utility {
    background-color: #1c1c1c;
    text-align: center; }
    .sh-utility > .inner-wrap, .sh-utility > .inner-wrap-narrow, .sh-utility > .inner-wrap-wide, .sh-utility > .inner-wrap-fullwidth {
      padding-top: 0.625em;
      padding-bottom: 0.625em; }
  
  .sh-social-icon {
    display: block;
    margin-bottom: 0.4375em; }
    .sh-social-icon a {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0.9375em; }
      .sh-social-icon a:hover {
        opacity: 0.7; }
    .sh-social-icon img {
      width: 1.25em;
      height: 1.25em;
      display: block; }
    
  
  .sh-contact-info .sh-ph {
    font-size: 0.9375em;
    display: inline-block;
    vertical-align: middle;
    color: white;
    text-decoration: none;
    margin-right: 1.3333333333em;
    padding-left: 1.4em;
    position: relative; }
    .sh-contact-info .sh-ph:before {
      content: "";
      position: absolute;
      background-image: url(https://3949721.fs1.hubspotusercontent-na1.net/hubfs/3949721/img/sh-ph-gdd.png);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 1.1333333333em 1.4666666667em;
      width: 1.1333333333em;
      height: 1.4666666667em;
      left: 0;
      top: 0; }
    .sh-contact-info .sh-ph:hover {
      opacity: 0.7; }
  
  .sh-contact-info .sh-ico-search {
    width: 5.0666666667em;
    margin-left: 0;
    color: white;
    font-size: 0.9375em;
    background-size: 1.2em 1.2em;
    background-position: left center;
    display: inline-block;
    vertical-align: middle;
    padding-top: 0;
    padding-left: 0.8em; }
    .sh-contact-info .sh-ico-search:hover {
      opacity: 0.7; }
    .sh-contact-info .sh-ico-search span {
      font-size: 1em; }
  
  @media (min-width: 40em) {
    .sh-contact-info {
      float: right; }
      .sh-contact-info .sh-ph {
        margin-right: 1.6666666667em; } }
  
  @media (min-width: 60em) {
    .sh-contact-info .sh-ico-search {
      margin-top: 0; } }
  
  @media (min-width: 75em) {
    .sh-contact-info .sh-ph {
      margin-right: 2.6666666667em;
      padding-left: 1.7333333333em; }
    .sh-contact-info .sh-ico-search {
      padding-left: 1.875em; } }
  
  .menu-about-nav-container {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.25em;
    padding-left: 1.75em;
    position: relative; }
    .menu-about-nav-container:before {
      content: "";
      position: absolute;
      background-image: url(https://3949721.fs1.hubspotusercontent-na1.net/hubfs/3949721/img/about.png);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 1.4375em 1.0625em;
      width: 1.4375em;
      height: 1.0625em;
      left: 0;
      top: 0.125em; }
    .menu-about-nav-container:hover .sub-menu {
      display: block; }
    @media (min-width: 40em) {
      .menu-about-nav-container {
        margin-right: 1.5625em; } }
    @media (min-width: 75em) {
      .menu-about-nav-container {
        margin-right: 2.5em;
        padding-left: 2.1875em; } }
  
  .about-us > li {
    position: relative; }
    .about-us > li > a {
      color: white;
      text-decoration: none;
      font-size: 0.9375em; }
  .about-us{
  margin-bottom:0;
  }
  .about-us .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -1.75em;
    min-width: 12.5em;
    background-color: #000;
    z-index: 999;
    text-align: left;
    padding: 0.625em 0; }
    .about-us .sub-menu li {
      display: block; }
      .about-us .sub-menu li:hover > a {
        color: #1B75BC; }
    .about-us .sub-menu a {
      display: block;
      font-size: 1em;
      text-decoration: none;
      padding: 0.3333333333em 1em;
      line-height: 1.3333333333em;
      color: white; }
  
  .gdd-004-b.sh-sticky-wrap {
    background-color: #101010; }
  
  .gdd-004-b .site-header > .inner-wrap, .gdd-004-b .site-header > .inner-wrap-narrow, .gdd-004-b .site-header > .inner-wrap-wide, .gdd-004-b .site-header > .inner-wrap-fullwidth {
    padding-top: 1.5em; }
  
  .gdd-004-b .site-header .site-logo {
/*     float: left; */
    max-width: 11.875em;
    margin: 0; }
    .gdd-004-b .site-header .site-logo.site-logo-inner-pages {
      margin: 0.125em 0 0 0 !important; }
    .gdd-004-b .site-header .site-logo img {
      width: 100%; }
  
  .gdd-004-b .site-nav-container {
    padding: 0; }
  
  .gdd-004-b .sn-li-l1,
  .gdd-004-b .hs-menu-depth-1 {
    padding: 0 1.5em 0 1.875em; }
    .gdd-004-b .sn-li-l1.sh-contact,
    .gdd-004-b .hs-menu-depth-1.sh-contact {
      background-color: #1B75BC; }
  
  @media (min-width: 40em) {
    .gdd-004-b.sh-sticky-wrap.stuck .site-header .site-logo {
      margin: 0.8125em 0 0 0; }
      .gdd-004-b.sh-sticky-wrap.stuck .site-header .site-logo.site-logo-inner-pages {
        margin: 0.9375em 0 0 0 !important; }
    .gdd-004-b .site-header > .inner-wrap, .gdd-004-b .site-header > .inner-wrap-narrow, .gdd-004-b .site-header > .inner-wrap-wide, .gdd-004-b .site-header > .inner-wrap-fullwidth {
      padding-top: 1.5em;
      padding-bottom: 1.5em; }
    .gdd-004-b .site-header .site-logo {
      max-width: 9.375em;
      width: 20%;
      margin-top: 0.8125em; }
      .gdd-004-b .site-header .site-logo.site-logo-inner-pages {
        margin: 0.9375em 0 0 0 !important; }
    .gdd-004-b .site-nav-container {
      float: right;
      width: 80%; }
    .gdd-004-b .site-nav {
      font-size: 1em; }
    .gdd-004-b .sn-level-1,
    .gdd-004-b #hs_menu_wrapper_primary_nav > ul {
      height: 2.375em; }
    .gdd-004-b .sn-li-l1,
    .gdd-004-b .hs-menu-depth-1 {
      height: 2.375em;
      padding: 0; }
      .gdd-004-b .sn-li-l1.sh-contact,
      .gdd-004-b .hs-menu-depth-1.sh-contact {
        background-color: #1B75BC;
        margin-left: 0.125em; }
        .gdd-004-b .sn-li-l1.sh-contact:hover,
        .gdd-004-b .hs-menu-depth-1.sh-contact:hover {
          background-color: #1c449c; }
      .gdd-004-b .sn-li-l1.menu-item-has-children > a span,
      .gdd-004-b .hs-menu-depth-1.menu-item-has-children > a span {
        padding-right: 0.9230769231em;
        background-image: url(https://3949721.fs1.hubspotusercontent-na1.net/hubfs/3949721/img/ico-arrowdown-gdd.png);
        background-repeat: no-repeat;
        background-size: 0.7692307692em 0.5384615385em;
        background-position: right 61%; }
      .gdd-004-b .sn-li-l1 > a,
      .gdd-004-b .hs-menu-depth-1 > a {
        font-size: 0.8125em !important;
        color:white;
        padding: 0 0.1538461538em !important;
        
    } }
  
  @media (min-width: 60em) {
    .gdd-004-b.sh-sticky-wrap {
      height: 6.0625em; }
      .gdd-004-b.sh-sticky-wrap.stuck .site-header .site-logo {
        margin: 0.8125em 0 0 0;
        width: 25%; }
        .gdd-004-b.sh-sticky-wrap.stuck .site-header .site-logo.site-logo-home {
          margin: 0.8125em 0 0 0;
          width: 25%; }
        .gdd-004-b.sh-sticky-wrap.stuck .site-header .site-logo.site-logo-inner-pages {
          margin: 1.125em 0 0 0 !important; }
    .gdd-004-b .site-header .site-logo {
      max-width: 14.25em;
      width: 25%;
      margin-top: 0.6875em; }
      .gdd-004-b .site-header .site-logo.site-logo-inner-pages {
        margin: 1.125em 0 0 0 !important; }
    .gdd-004-b .site-nav-container {
      float: right;
      width: 75%; }
    .gdd-004-b .sn-level-1,
    .gdd-004-b #hs_menu_wrapper_primary_nav > ul {
      height: 3em; }
    .gdd-004-b .sn-li-l1,
    .gdd-004-b .hs-menu-depth-1 {
      height: 3em; }
      .gdd-004-b .sn-li-l1.menu-item-has-children > a span,
      .gdd-004-b .hs-menu-depth-1.menu-item-has-children > a span {
        padding-right: 1.0588235294em;
        background-size: 0.7058823529em 0.4705882353em; }
      .gdd-004-b .sn-li-l1 > a,
      .gdd-004-b .hs-menu-depth-1 > a {
        font-size: 1.0625em !important;
        padding: 0 0.5882352941em !important;
        line-height: 1.2941176471em; } }
  
  @media (min-width: 75em) {
    .gdd-004-b.sh-sticky-wrap.stuck .site-header .site-logo {
      margin: 0.4375em 0 0 0; }
      .gdd-004-b.sh-sticky-wrap.stuck .site-header .site-logo.site-logo-home {
        margin: 0.4375em 0 0 0; }
    .gdd-004-b .site-header .site-logo {
      max-width: 18em;
      width: 30%;
      margin-top: 0.25em; }
    .gdd-004-b .site-nav-container {
      width: 70%; }
    .gdd-004-b .site-nav {
      margin-top: 0; }
    .gdd-004-b .sn-li-l1.sh-contact,
    .gdd-004-b .hs-menu-depth-1.sh-contact {
      margin-left: 0.9375em; }
    .gdd-004-b .sn-li-l1 > a,
    .gdd-004-b .hs-menu-depth-1 > a {
/*       padding: 0 1.1176470588em !important;  */
    } }
  
  /* gdd 004 b css end */
  /*=============== Search ===============*/
  .search-table {
    display: table;
    width: 100%;
    float: right;
    padding: 0; }
  
  .search-form{
    max-width:100%;
  }
  
  .search-row {
    display: table-row;
    width: 100%; }
  
  .search-cell1 {
    display: table-cell;
    padding-right: 0.4375em; }
  
  .search-cell2 {
    display: table-cell;
    width: 2.1875em;
    border: 0; }
  
  .search-text {
    font-size: .8em;
    width: 100%;
    height: 2.3em !important;
    border: 1px solid red;
    float: left;
    padding-left: .5em;
    margin-bottom: 0 !important; }
  
  .search-form .search-submit {
    width: 100%;
    height: 2.3em;
    margin-top:0 !important;
    padding:18px 25px !important;
    border: 0;
    float: right;
    background: url(https://info.dedicatedcomputing.com/hubfs/img/ico-search.svg) no-repeat center center !important; }
  
  @media (min-width: 40em) {
    .site-search {
      width: 100%; }
    .search-text {
      height: 2.3em; }
    .search-submit {
      height: 2.3em; } }
  
  .search-module {
    background-color: #1c449c;
    height: 6em;
    margin-top: 9.125em;
    display: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.47);
    position: fixed;
    right: 0;
    z-index: 10000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .search-module.active {
      display: block;
      margin-top: 0 !important;
      width: 100%; }
    .search-module.stuck {
      margin-top: 5.25em; }
    .search-module .inner-wrap, .search-module .inner-wrap-narrow, .search-module .inner-wrap-wide, .search-module .inner-wrap-fullwidth {
      padding: 0.3em 1.5em 1em; }
    @media (min-width: 60em) {
      .search-module {
        left: 0; } }
  
  .search-exit {
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    top: 0;
    right: 0; }
  
  .sn-level-4 {
      padding: 0;
      margin: 0;
      padding-top: 1px;
      position: relative;
  }
  .sn-li-l4 {
      padding: 0;
          padding-bottom: 0px;
      width: auto !important;
  }
  .sn-li-l4 > a {
      color: #fff;
      font-size: 1em;
      font-weight: 400;
      line-height: 1.9em;
  }
  .sn-li-l4 > a span {
      font-size: 1em;
      line-height: 1.2em;
      display: inline-block;
      vertical-align: middle;
      padding-right: 1.3125em;
      margin-left: 1.875em;
      color: #1B75BC;
      font-weight: 700;
  }
  .sn-li-l4 > a:hover span {
      background-image: url(https://info.dedicatedcomputing.com/hubfs/img/arrow-wht.svg);
      background-repeat: no-repeat;
      background-size: 1.1875em .5625em;
      background-position: right 5px;
  }
  @media (min-width: 40em) {
  .sn-level-4 {
      padding: 0 0 0 2.5em;
      position: relative;
  }
    .sn-li-l4 {
      display: block;
      width: 100%;
      padding-bottom: .4375em;
  }
    .sn-li-l4 > a {
      margin: 0;
          margin-left: 0px;
  }
    .sn-li-l4 > a span {
      margin-left: 0;
      color: #fff;
      font-weight: 400;
  }
  }
  .hs-menu-depth-2 .hs-menu-children-wrapper {
      display: block !important;
      opacity: 1 !important;
      visibility: visible !important;
      left: 0 !important;
      border-top: none;
      border-bottom: none;
  }
  .hs-menu-depth-2 .hs-menu-children-wrapper a {
      padding: 0 !important;
      color: #fff;
      font-size: 1em !important;
      font-weight: 400;
      line-height: 1.9em !important;
    display:inline-block !important;
    width:auto !important;
    white-space: normal !important;
  }
  .hs-menu-depth-4 a span{
  font-size: 1em;
  line-height: 1.2em;
  display: inline-block;
  vertical-align: middle;
  padding-right: 1.3125em;
  margin-left: 1.875em;
  color: #1B75BC;
  font-weight: 700;
  
  }
  .hs-menu-depth-3 a:hover{
  color: #1B75BC;
  }
  .hs-menu-depth-3 a > span{
  padding-right: 1.3125em;
  }
  
  .hs-menu-depth-3 a:hover > span{
  background-image: url(https://www.dedicatedcomputing.com/wp-content/themes/dedicatedcomputing-default/img/arrow-wht.svg);
  background-repeat: no-repeat;
  background-size: 1.1875em 0.5625em;
  background-position: right center;
    
  }
  .hs-menu-wrapper > ul {
      font-size: 1em;
    padding: 0 0 2.5em 0 !important;
  }
  .hs-menu-item.hs-menu-depth-1:last-child {
      background-color: #1B75BC;
  }
  .hs-menu-item.hs-menu-depth-1:last-child:hover {
      background-color: #1c449c;
  }
  
  .hs-menu-item.hs-menu-depth-1 {
      float: none !important;
  }
  @media only screen and (min-width:40em){
  .hs-menu-wrapper > ul {
      height: 2.375em;
      padding: 0 !important;
      display: -webkit-box !important;
      display: -moz-box !important;
      display: box !important;
      display: -webkit-flex !important;
      display: -moz-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
  }
    .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow, .hs-menu-depth-1.has-subnav .m-subnav-arrow, .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow, .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow{
    display:none !important;
    }
    .hs-menu-depth-1{
    position:static !important;
    }
    .hs-menu-depth-1:hover > .hs-menu-children-wrapper{
    opacity: 1;
  visibility: visible;
  display: block !important;
  position: absolute !important;
  
  background-color: rgba(0, 0, 0, 0.9);
  left: 0;
  right: 0;
  margin: auto;
  border-color: #1B75BC;
  padding: 2em 0 6.6875em;
  z-index: 99999;
    }
     .hs-menu-depth-2{
    padding-bottom: 0;
  display: inline-block;
  vertical-align: top;
  width: 23%;
  text-align: left;
    }
    .hs-menu-depth-2 .hs-menu-children-wrapper{
    padding: 0 0 0 2.5em;
  position: relative;
    }
    
    .hs-menu-depth-2 .hs-menu-children-wrapper:after {
/*       border-left: 4px solid #043119; */
      content: "";
      position: absolute;
      left: 0;
      top: 0.6875em;
      height: 84%;
  }
    .hs-menu-depth-2:first-child .hs-menu-children-wrapper {
      padding-left: 0;
  }
    .hs-menu-depth-2:first-child .hs-menu-children-wrapper:after {
      content:none;
  }
    .hs-menu-depth-2 .hs-menu-children-wrapper a > span{
    display:inline-block !important;
      line-height:1.2em !important;
    }
    .hs-menu-depth-2{
      padding-bottom: 0.4375em;
    }
    .hs-menu-depth-1:nth-of-type(3) .hs-menu-depth-2 {
      width: 40%;
  }
   
   
    .hs-menu-depth-1:nth-of-type(4) > .hs-menu-children-wrapper {
      left: 0 !important;
      padding: 1.4em 0 2.625em 2em;
      min-height: 18.625em;
      width: 14.8125em;
      min-width: 14.8125em;
      text-align:center;
  }
    .hs-menu-depth-1:nth-of-type(4) .hs-menu-children-wrapper a {
      margin: 0;
      color: #fff;
      font-size: 1em !important;
      padding: 0 1.25em 0 !important;
  }
    .hs-menu-depth-1:nth-of-type(4) .hs-menu-children-wrapper a span {
      padding-right:1.13em;
    }
    .hs-menu-depth-1:nth-of-type(4) .hs-menu-children-wrapper a:hover span {
    background-image: url(https://www.dedicatedcomputing.com/wp-content/themes/dedicatedcomputing-default/img/arrow-wht.svg);
  background-position: right 5px;
  background-repeat: no-repeat;
  background-size: 1.1875em .5625em;
    }
    
  }
  @media only screen and (min-width:60em){
    .hs-menu-depth-2{
    width: 20%;
    }
 
    .hs-menu-depth-1:nth-of-type(2) .hs-menu-depth-2 > .hs-menu-children-wrapper {
     
      width: 100% !important;
  }
  }
  /* Anything HubSpot Related */
  .hs-error-msgs {
    color: #C02F2F; }
  
  /*! /* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

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

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}*/
  /*!
  [hubspot-metadata]
  {
      "path": "custom/page/web_page_basic/style.css"
  }
  [end-hubspot-metadata]
  */
  
  .resources-header h1 {
  color: black !important;
  }
  
/* resourses form */
.form input[type="text"], .form input[type="email"]{
  height:50px;
}

@media only screen and (min-width: 481px) and (max-width: 767px){
form fieldset.form-columns-2 > .hs-form-field:first-child .input {
    width: 90% !important;
}
}


.infographic{
  width:250px;
  margin: 10px auto;
  position:relative;
  z-index:2;
  text-align: center;
  
}
@media only screen and (min-width:60em){
  .hs-menu-item.hs-menu-depth-1:last-child{
  margin-left: 0.9375em;
  }
.infographic {
  margin:0 0 10px 10px;
  float:right;
  }
}
.mfp-close{
  width:20px!important;
}
.mfp-img{
  max-height:none!important;
}

@media only screen and (max-width:767px) {
body .blog-listing-wrapper .span4{
  margin-right:auto !important;
  }
}
body .container-fluid.header-container{
  padding-left:0!important;
  padding-right:0!important;
}

.mfp-zoom-out-cur .site-header{
padding-right:17px!important;
}
#hs_menu_wrapper_module_1574190937768698_my_menu ul li:nth-child(3) ul li:nth-child(1) ul li:nth-child(8){
position: absolute;
   
        margin: 10px;
  background-color: #1B75BC;
        font-size: 1.0625em;
    padding: 0 0.5882352941em;
    line-height: 1.2941176471em;
  height: 3em;
  
}
#hs_menu_wrapper_module_1574190937768698_my_menu ul li:nth-child(3) ul li:nth-child(1) ul li:nth-child(8) span{
padding-right: 0!important;
    line-height: 2.8em!important;
}
#hs_menu_wrapper_module_1574190937768698_my_menu ul li:nth-child(3) ul li:nth-child(1) ul li:nth-child(8) a:hover{
    color: #fff!important;
}
#hs_menu_wrapper_module_1574190937768698_my_menu ul li:nth-child(3) ul li:nth-child(1) ul li:nth-child(8):hover{
background-color: #1c449c!important;
color: #fff!important;

}
#hs_menu_wrapper_module_1574190937768698_my_menu ul li:nth-child(3) ul li:nth-child(1) ul li:nth-child(8) a:hover span{
    background-image: none;
}
@media(min-width: 639px){
#hs_menu_wrapper_module_1574190937768698_my_menu ul li:nth-child(3) ul li:nth-child(1) ul li:nth-child(8)   {
  right: -169px;
    bottom: -129px;
}
}
@media(min-width: 960px){
#hs_menu_wrapper_module_1574190937768698_my_menu ul li:nth-child(3) ul li:nth-child(1) ul li:nth-child(8)   {
right: -259px;
    bottom: -87px ;
  }
}
@media(min-width: 1118px){
#hs_menu_wrapper_module_1574190937768698_my_menu ul li:nth-child(3) ul li:nth-child(1) ul li:nth-child(8)   {
    right: -271px;
    bottom: -127px;

}
}

@media(min-width: 1260px){
  #hs_menu_wrapper_module_1574190937768698_my_menu ul li:nth-child(3) ul li:nth-child(1) ul li:nth-child(8)   {
right: -305px;
    bottom: -113px;
}
}



/* gdd 002 b  css start */
.site-footer-gdd {
  overflow: hidden; }
  
  .site-footer-gdd a:hover {
    opacity: 0.8; }
  .site-footer-gdd .sf-top {
    background-image: url(https://www.dedicatedcomputing.com/wp-content/themes/dedicatedcomputing-default/img/logo-watermark.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    position: relative; }
    .site-footer-gdd .sf-top:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.939);
      width: 100%;
      height: 100%; }
    .site-footer-gdd .sf-top > .inner-wrap, .site-footer-gdd .sf-top > .inner-wrap-narrow, .site-footer-gdd .sf-top > .inner-wrap-medium, .site-footer-gdd .sf-top > .inner-wrap-wide, .site-footer-gdd .sf-top > .inner-wrap-fullwidth {
      position: relative;
      z-index: 1; }
  .site-footer-gdd .sf-company-info {
    background-color: #1C1C19;
    padding: 2.1875em 1.25em 3.125em; }
  .site-footer-gdd .sf-logo {
    margin-bottom: 3.5em !important;
    display: inline-block !important;
    vertical-align: top !important; }
  .site-footer-gdd .sf-cta-section {
    text-align: center;
    margin-bottom: 2.5em; }
  .site-footer-gdd .sf-contact {
    display: inline-block;
    border: 2px solid #fff;
    vertical-align: top;
    min-width: 10.8571428571em;
    margin-bottom: 0.9523809524em;
    text-transform: none;
    font-size: 1.3125em;
    padding: 0.9523809524em; }
    .site-footer-gdd .sf-contact:hover {
      border: 2px solid #1B75BC;
      opacity: 1; }
  .site-footer-gdd .sf-rfq {
    display: inline-block;
    border: 2px solid #1B75BC;
    vertical-align: top;
    min-width: 10.8571428571em;
    margin-bottom: 0.9523809524em;
    background-color: #1B75BC;
    text-transform: none;
    font-size: 1.3125em;
    padding: 0.9523809524em; }
    .site-footer-gdd .sf-rfq:hover {
      background-color: transparent;
      border: 2px solid #fff;
      opacity: 1; }
  .site-footer-gdd .sf-info {
    margin-bottom: 5em; }
    .site-footer-gdd .sf-info > span {
      display: block;
      margin-bottom: 1.5em; }
  .site-footer-gdd .sfs-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.8125em; }
  .site-footer-gdd .sf-nav {
    color: white;
    font-size: 1em; }
  .site-footer-gdd .sf-nav-heading {
    font-size: 1.3125em; }
    .site-footer-gdd .sf-nav-heading a {
      color: white; }
  .site-footer-gdd .sf-link {
    margin-bottom: 3.625em; }
    .site-footer-gdd .sf-link li {
      display: block;
      margin-bottom: 0.9375em; }
      .site-footer-gdd .sf-link li:after {
        content: none !important; }
    .site-footer-gdd .sf-link a {
      color: white;
      font-size: 1em; }
  .site-footer-gdd .sf-bottom {
    background-color: #000;
    border-top: 1px solid #1C1C17; }
  .site-footer-gdd .sf-copyright {
    color: white; }
    .site-footer-gdd .sf-copyright a {
      color: white; }
  .site-footer-gdd .sf-phone > span {
    position: relative;
    padding-left: 1.75em;
    display: inline-block;
    vertical-align: top; }
    .site-footer-gdd .sf-phone > span:before {
      content: "";
      position: absolute;
      background-image: url(https://www.dedicatedcomputing.com/wp-content/themes/dedicatedcomputing-default/img/ico-phone.png);
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 1.25em 1.25em;
      width: 1.25em;
      height: 1.25em;
      left: 0;
      top: 0; }
  .site-footer-gdd .sf-email > span {
    position: relative;
    padding-left: 1.6875em;
    display: inline-block;
    vertical-align: top; }
    .site-footer-gdd .sf-email > span:before {
      content: "";
      position: absolute;
      background-image: url(https://www.dedicatedcomputing.com/wp-content/themes/dedicatedcomputing-default/img/ico-mail.png);
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 1.375em 1.375em;
      width: 1.375em;
      height: 1.375em;
      left: 0;
      top: 0; }
  .site-footer-gdd .sf-address > span {
    line-height: 1.4375em;
    position: relative;
    padding-left: 1.75em;
    display: inline-block;
    vertical-align: top; }
    .site-footer-gdd .sf-address > span:before {
      content: "";
      position: absolute;
      background-image: url(https://www.dedicatedcomputing.com/wp-content/themes/dedicatedcomputing-default/img/location.png);
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 0.8125em 1.1875em;
      width: 0.8125em;
      height: 1.1875em;
      left: 0.25em;
      top: 0.3125em; }
  @media (min-width: 60em) {
    .site-footer-gdd .sf-top > .inner-wrap, .site-footer-gdd .sf-top > .inner-wrap-narrow, .site-footer-gdd .sf-top > .inner-wrap-medium, .site-footer-gdd .sf-top > .inner-wrap-wide, .site-footer-gdd .sf-top > .inner-wrap-fullwidth {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
    .site-footer-gdd .sf-company-info {
      width: 35%;
      position: relative; }
      .site-footer-gdd .sf-company-info:before {
        content: "";
        position: absolute;
        top: -10%;
        height: 150%;
        background-color: #1C1C19;
        left: 0;
        width: 100%;
        z-index: -1; }
    .site-footer-gdd .sf-info {
      text-align: left; }
    .site-footer-gdd .sf-nav {
      margin-top: 1.9375em;
      text-align: left;
      padding-left: 7%; }
    .site-footer-gdd .sf-nav1 {
      width: 35%; }
    .site-footer-gdd .sf-nav2 {
      width: 30%; }
    .site-footer-gdd .sf-link3 {
      margin-bottom: 8.3125em; }
    .site-footer-gdd .sf-bottom .inner-wrap, .site-footer-gdd .sf-bottom .inner-wrap-narrow, .site-footer-gdd .sf-bottom .inner-wrap-medium, .site-footer-gdd .sf-bottom .inner-wrap-wide, .site-footer-gdd .sf-bottom .inner-wrap-fullwidth {
      padding-top: 1.25em;
      padding-bottom: 1.25em; }
    .site-footer-gdd .sf-copyright {
      padding-left: 42%;
      text-align: left; } }
  @media (min-width: 75em) {
    .site-footer-gdd .sf-info {
      padding-left: 2.1875em; } }
  
  .site-footer-gdd a {
    cursor: pointer !important;
    pointer-events: auto;
}
  .site-footer-gdd .sf-contact:hover {
    border: 2px solid #1B75BC;
    opacity: 1;
    color: #fff;
}
  .site-footer-gdd .sf-rfq:hover {
    background-color: transparent;
    border: 2px solid #fff;
    opacity: 1;
}
  .site-footer-gdd a:hover {
    opacity: 0.8;
    text-decoration:none;
    color:white;
}

/* gdd 002 b  css end */

.container-fluid{
  padding-left:0 !important;
  padding-right:0 !important;
}

.hs-form fieldset.form-columns-1 .hs-input{
  margin-bottom:20px;
}
.sh-social-icon {
    display: block;
    margin-bottom: 0.875em;
}
@media (min-width: 40em) {
    .sh-social-icon {
        margin-bottom: 0.875em;
        margin-top: 0;
    }
}
.sh-social-icon a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.9375em;
}
.sh-social-icon a:hover {
    opacity: 0.7;
}
@media (min-width: 40em) {
    .sh-social-icon a {
        margin: 0 0.5625em;
    }
}
@media (min-width: 60em) {
    .sh-social-icon a {
        margin: 0 0.9375em;
    }
}
.sh-social-icon img {
    width: 1.25em;
    height: 1.25em;
    display: block;
}
  
.gdd-004-b .site-header .menu-wrap {
    margin: 0 auto !important;
    text-align: center !important;
    display:flex !important;
}

.gdd-004-b .site-header .menu-wrap .sh-ico-menu{
    padding: 0 0 0 1.5em !important;
    position: relative !important;
    width: auto !important;
    margin: 12px auto !important;
    text-transform: uppercase !important;
    color: #fff !important;
}


@media (min-width: 60em) {


  .hs-menu-depth-1:nth-of-type(2) > .hs-menu-children-wrapper .hs-menu-depth-2 > a{
display:inline-block !important;
}

  .hs-menu-depth-1:nth-of-type(2) > .hs-menu-children-wrapper .hs-menu-depth-2:nth-of-type(3) a{
margin:0 auto !important;
}

.hs-menu-wrapper .hs-item-has-children:nth-child(6) .hs-menu-children-wrapper .hs-menu-depth-2 a{
              margin: 0 !important;
        color: #fff !important;
        font-size: 16px !important;
        padding: 0 1.25em 0 !important;
  }

.hs-menu-wrapper .hs-item-has-children:nth-child(6) .hs-menu-children-wrapper .hs-menu-depth-2 a:hover{
        font-weight:bold !important;
  }

.hs-menu-wrapper .hs-item-has-children:nth-child(6) .hs-menu-children-wrapper .hs-menu-depth-2 a:hover span{
background-image: url(https://www.dedicatedcomputing.com/wp-content/themes/dedicatedcomputing-default/img/arrow-wht.svg) !important;
        background-position: right 7px !important;
        background-repeat: no-repeat !important;
        background-size: 1.1875em .5625em !important;
      padding-right: 1.3125em !important;
}

}

.hs-menu-depth-2 > a:hover {
   font-weight:bold !important;
    color:#fff !important;
}


@media (min-width: 60em) {
.hs-menu-depth-2 > a:hover {
   font-weight:normal !important;
}
}

.hs-menu-depth-3 > a:before {
    content: attr(title) !important;
    font-weight: 700 !important;
}



.hs-menu-depth-1:nth-of-type(2) > .hs-menu-children-wrapper .hs-menu-depth-2 > a{
visibility:hidden !important;
display:none !important;
}

.hs-menu-depth-1:nth-of-type(3) > .hs-menu-children-wrapper .hs-menu-depth-2 > a{
visibility:hidden !important;
display:none !important;
}

.hs-menu-depth-1:nth-of-type(5) > .hs-menu-children-wrapper .hs-menu-depth-2 > a{
visibility:hidden !important;
display:none !important;
}

.hs-menu-depth-1:nth-of-type(6) > .hs-menu-children-wrapper .hs-menu-depth-2 > a{
visibility:hidden !important;
display:none !important;
}

.hs-menu-depth-1:nth-of-type(2) > .hs-menu-children-wrapper .hs-menu-depth-2:nth-of-type(3) a{
    background-color: #1B75BC !important;
    padding: 0.375em 0.625em !important;
    max-width: 300px !important;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    border: 1px solid #ffffff00 !important;
    color: #fff !important;
  visibility: visible !important;
  }
   
  .hs-menu-depth-1:nth-of-type(2) > .hs-menu-children-wrapper .hs-menu-depth-2:nth-of-type(3) a:hover{
    background-color: #1c449c !important;
    color:#fff !important;
            border: 1px solid #ffffff00;
}


/* gdd 002 b  css end */