/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */



@font-face {
  font-family: "Geometria";
  src: url("https://datacenter.ironmountain.com/hubfs/IronMountain_October2020/fonts/Geometria-Light.eot") format("embedded-opentype"),
    url(//8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/raw_assets/public/IronMountain_October2020/fonts/Geometria-Light.woff2) format("woff2"),
    url(//8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/raw_assets/public/IronMountain_October2020/fonts/Geometria-Light.woff) format("woff"),
    url(//8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/raw_assets/public/IronMountain_October2020/fonts/Geometria-Light.ttf) format("truetype"),
    url("https://datacenter.ironmountain.com/hubfs/IronMountain_October2020/fonts/Geometria-Light.svg") format("svg");
  font-style: normal;
  font-weight: 300;
  font-display: block;
}

@font-face {
  font-family: "Interstate Light";
  src: url("https://datacenter.ironmountain.com/hubfs/IronMountain_October2020/fonts/Interstate-Light.eot") format("embedded-opentype"),
    url(//8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/raw_assets/public/IronMountain_October2020/fonts/Interstate-Light.woff2) format("woff2"),
    url(//8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/raw_assets/public/IronMountain_October2020/fonts/Interstate-Light.woff) format("woff"),
    url(//8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/raw_assets/public/IronMountain_October2020/fonts/Interstate-Light.ttf) format("truetype"),
    url("https://datacenter.ironmountain.com/hubfs/IronMountain_October2020/fonts/Interstate-Light.svg") format("svg");
  font-style: normal;
  font-weight: 300;
  font-display: block;
}


@font-face {
  font-family: "Interstate";
  src: url("https://datacenter.ironmountain.com/hubfs/IronMountain_October2020/fonts/Interstate-Regular.eot") format("embedded-opentype"),
    url(//8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/raw_assets/public/IronMountain_October2020/fonts/Interstate-Regular.woff2) format("woff2"),
    url(//8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/raw_assets/public/IronMountain_October2020/fonts/Interstate-Regular.woff) format("woff"),
    url(//8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/raw_assets/public/IronMountain_October2020/fonts/Interstate-Regular.ttf) format("truetype"),
    url("https://datacenter.ironmountain.com/hubfs/IronMountain_October2020/fonts/Interstate-Regular.svg") format("svg");
  font-style: normal;
  font-weight: normal;
  font-display: block;
}
@font-face {
 font-family: "Interstate";
  src: url("https://datacenter.ironmountain.com/hubfs/IronMountain_October2020/fonts/Interstate-Bold.eot") format("embedded-opentype"),
    url(//8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/raw_assets/public/IronMountain_October2020/fonts/Interstate-Bold.woff2) format("woff2"),
    url(//8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/raw_assets/public/IronMountain_October2020/fonts/Interstate-Bold.woff) format("woff"),
    url(//8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/raw_assets/public/IronMountain_October2020/fonts/Interstate-Bold.ttf) format("truetype"),
    url("https://datacenter.ironmountain.com/hubfs/IronMountain_October2020/fonts/Interstate-Bold.svg") format("svg");
   font-style: normal;
  font-weight: bold;
  font-display: block;
}
@font-face {
  font-family: "Interstate Light";
  src: 
   url("https://8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/IronMountain_October2020/fonts/Interstate%20Light/9dcdfc37-5172-4479-b2db-c5c9f59ca10a") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: block; 
}
@font-face { 
  font-family: "Interstate";
  src:
   url("https://8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/IronMountain_October2020/fonts/Interstate_Normal/6e4380fe-b0a7-4ee3-af73-a5b92da832e9") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: block;
}



html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;

  font-size: 1rem;
  color: #58595b;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
.body-container-wrapper a:hover, .body-container-wrapper a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
  line-height: 1.75;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.75;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}
div#hs-search-module {
    background: #eee;
    padding: 13px 18px;
   max-width:750px;
}

form#email-prefs-form{
 background: #eee;
    padding: 13px 18px;
   max-width:750px;
}

a.hs-button.primary:hover{
text-decoration: none;

}
.systems-page form{

 background: #eee;
    padding: 13px 18px;
  max-width:750px;
}
.hs-button {
 -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: auto;
    font-family: 'Interstate',Arial,sans-serif!important;
    font-size: 16px;
    color: white;
    text-align: center;
    letter-spacing: .2px;
    padding: 15px;
    border: 1px solid #f7931e;
    border-radius: 5px;
    margin: 0 0 20px 0;
    display: block;
    width: 100%;
  font-weight:400;
    background-color: #f7931e;

  text-decoration: none;
}
.hs-button:hover, .hs-button:focus
{
  text-decoration: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);}


.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;

  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
 font-size: 15px;
    line-height: 21px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;

  padding-top: 0;
  margin-bottom: 4px;
}

.hs-button, .hs-form-field input[type=text], .hs-form-field input[type=email], .hs-form-field input[type=phone], .hs-form-field input[type=number], .hs-form-field input[type=tel], .hs-form-field input[type=date], .hs-form-field textarea
{
font-family: 'Interstate',Arial,sans-serif;
  line-height:21px;
}
.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
form.hs-form.stacked{
    margin-bottom: 80px;
    color: #58595b;
    background-color: #eee;
    padding: 13px 18px;
     max-width:750px;

}
.hs-input {
  display: inline-block;
 width: 100%;
    height: 35px;
    font-family: 'Interstate',Arial,sans-serif!important;
    font-size: 15px;
    letter-spacing: .1px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    
    margin-bottom: 8px;
    padding: 0 16px;
}



.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: auto;
  border-color: 2px solid #000000!important;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {

  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.footer.landing_page_wrapper{

  background-color: rgb(20 71 125);
  padding-top:0px;
}
.landing_page_wrapper{  
    min-height: 65px!important;

}
.landing_page_wrapper .header__container{
    max-height: initial;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    border-color: #e7e7e7;
    position: static;

}

@media (max-width: 1199px) and (min-width: 992px){

   .landing_page_wrapper .header__container .custom-logo a {
    line-height: 26px;
    position: relative;
    padding: 10px 0 10px 0;
      display: block;
  }
}
@media (max-width: 991px)
  {
.landing_page_wrapper {
    display:block!important;
}
 .landing_page_wrapper .custom-logo img {
    vertical-align: middle;
    max-width: 100%;
    display: inline;
    width: 60px !important;
    height: 25px;
}
}
@media (max-width: 767px){

  .blog-recent-posts__list{
  
  display:block!important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
header.header {
  position: relative;
  z-index: 9999;
  font-size: 14px;
  line-height: 1.428571429;
  font-family: 'Interstate',Arial,sans-serif;
}

.header a {
  font-family: inherit;
}

.top-header {
  text-align: center;
  padding: 0 15px;
  width: 100%;
}
.header__container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.main-header .header__container {
  max-width: 1500px;
}
.container-row {
  margin-left: -15px;
  margin-right: -15px;
}
.header-column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

/************************************ Mobile Phone ****************************/
.header__container.phone-header {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
}
a.phone_btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  letter-spacing: .15px;
  line-height: 16px;
  white-space: pre-wrap;
  font-size: 17px;
  color: white!important;
  text-decoration: none;
  margin: 0 -15px;
  padding: 15px 20px;
  background-color: #1b75bc!important;
  border: 0;
  position: relative;
  border-radius: 0;
  font-family: 'Interstate',Arial,sans-serif;
}


/*********************************Outer search ********************************/

.global-search-box {  
  position: relative;
  padding-top: 10px;
  z-index: 99;
}
.global-search-box.closed {
  -webkit-transition: all .3s ease;
  margin-top: -60px;
  -webkit-transform: translateZ(0);
}
.global-search-wrapper {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  display: inline-block;
  width: 90%;
  height: auto;
}
.global-search-box.closed .global-search-wrapper {
  opacity: 0;
}
span.input-group-search {
  width: 100%;
  position: relative;
  display: inline-block;
  direction: ltr;
}
span.input-group-btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
  position: absolute;
  width: 30px;
  top: 5px;
  right: 13px;
}
input.global-search-input {
  font: inherit;
  margin: 0;
  line-height: inherit;
  outline: 0;
  display: block;
  width: 100%;
  border: 0;
  border-radius: 5px;
  padding: 10px 15px;
  font-family: 'Interstate Light',Arial,sans-serif;
  font-size: 16px;
  color: #231f20;
  position: relative;
  vertical-align: top;
  font-weight:400;
  padding-right: 50px;
}
.header-simple-menu .hs-menu-wrapper > ul > li > a:hover, .header-simple-menu .hs-menu-wrapper > ul > li > a:focus{
  text-decoration: none;
  cursor: pointer;
  opacity: .8;

}

body .header-simple-menu .hs-menu-wrapper ul ul li a:hover, body .header-simple-menu .hs-menu-wrapper ul ul li a:focus{
  text-decoration: none;
  opacity: .8;
  cursor: pointer;

}


input.global-search-input::placeholder {
  color: #58595b;
}
.global-search-box .aa-dropdown-menu {
  width: 100%;
  top: calc(100%)!important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 0 8px 10px rgba(0,0,0,0.15);
  box-shadow: 0 8px 10px rgba(0,0,0,0.15);
  background-color: white;
  text-align: left;
  padding: 0;
  border-top: 1px solid #d8d8d8;
  position: absolute;
  top: 100%;
  z-index: 100;
  left: 0px;
  right: auto;
  display: none;
}
.mobile-menu-primary .hs-menu-wrapper ul ul li a:hover, .mobile-menu-primary .hs-menu-wrapper ul ul li a:focus {
  color: #23527c!important;
}

.custom-menu-primary .navigation-primary > ul > li:last-child > a {
  color: #F7931E;
}

.custom-menu-primary .navigation-primary > ul > li:last-child > a:before, 
.custom-menu-primary .navigation-primary > ul > li:last-child > a:after {
  display: none;
}

.custom-menu-primary .navigation-primary > ul > li:last-child:hover > a {
  color: black !important;
}

ul.submenu.level-3 li>a:hover
{
  color:#1b75bc!important;
}
.global-search-box .input-group-btn button {
  color: inherit;
  font: inherit;
  margin: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 30px;
  background-image:url(//8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/raw_assets/public/IronMountain_October2020/images/icon_search.png);
  height: 30px;
  background-color: transparent;
  background-size: 21px;
  background-repeat: no-repeat;
  background-position:center;
  border: 0;
  outline: none;
}

.form-open .header-simple-menu .hs-menu-wrapper > ul > li:last-child {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 500ms,opacity 300ms;
}

.form-open .global-search-box {
  margin-top: 0;
  -webkit-transition: all .3s ease;
  -webkit-transform: translateZ(0);
}

.form-open .global-search-box.closed .global-search-wrapper {
  opacity: 1;
}






.header-simple-menu {
  display: inline-block;
  vertical-align: top;
}
.header-simple-menu .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;

}
.header-simple-menu .hs-menu-wrapper > ul:before,
.header-simple-menu .hs-menu-wrapper > ul:after{
  content: " ";
  display: table;
}
.header-simple-menu .hs-menu-wrapper > ul:after{
  clear: both;
}
.header-simple-menu .hs-menu-wrapper > ul > li {
  float: left;
  display: inline;
  position: relative;
}
.header-simple-menu .hs-menu-wrapper > ul > li > a {
  line-height: 33px;
  margin-right: 40px;
  float: left;
  font-weight:400;
}
.header-simple-menu .hs-menu-wrapper > ul ul {
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  background-clip: padding-box;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  border-radius: 0;
  margin-top: -1px;
}
.header-simple-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  margin-left: 8px;
  cursor: pointer;
  opacity: 0;
  height: 15px;
  content: "";
}
.header-simple-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a {

  background: transparent url(//8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/raw_assets/public/IronMountain_October2020/images/chevron_dn_white.png) no-repeat scroll right center/10px auto;
  transition: all .3s ease 0s;
}
img.menu_img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  position: relative;
  top: -1px;
  display: inline;
  margin: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  padding-right: 5px;
}
.header-simple-menu .hs-menu-wrapper > ul > li:last-child {
  max-height: 33px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  transition: visibility 0s linear 0s,opacity 300ms;
  outline: 0;
  display: block;
}
.header-simple-menu .hs-menu-wrapper > ul > li.hs-item-has-children img.menu_img {
  display: inline;
  margin: 0;
  position: relative;
  top: -1px;
  transform: scale(0.5);
}
.header-simple-menu .hs-menu-wrapper > ul > li:last-child span {
  display: none;
}
.header-simple-menu .hs-menu-wrapper > ul > li:last-child img.menu_img {
  position: relative;
  top: -1px;
  width: 22px;
  height: 22px;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  padding-right: 0;
}
.header-simple-menu .hs-menu-wrapper > ul > li:hover > ul {
  display: block;
}
.header-simple-menu .hs-menu-wrapper > ul ul:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 10px;
  width: 13px;
  height: 8px;
  background-image:url(//8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/raw_assets/public/IronMountain_October2020/images/dropdown_caret.png);

  background-repeat: no-repeat;
  background-position:center;
  background-size: 13px;
}
.header-simple-menu .hs-menu-wrapper > ul ul li {
  line-height: 1.428571429;
}
.header-simple-menu .hs-menu-wrapper > ul ul li a {
  white-space: nowrap;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 33px;
  float: none;
  margin-right: 0;
}



/************************************* main Header ****************************************/


.main-header {
  position: relative;
  min-height: 50px;
}
.main-header .header__container {
  max-height: initial;
  text-align: center;
  border-top: 1px solid #f0f0f0;
  border-color: #e7e7e7;
  position: static;
}
.custom-logo {
  line-height: 20px;
  float: left;
  height: auto;
  font-size: 0;
  color: white;
}

.custom-logo a {
  padding: 15px 0;
  display: block;

}

.custom-logo img {
  vertical-align: middle;
  max-width: 75%;
  height: auto;
  display: inline;
  width: 200px !important;
}

.custom-menu-primary {
  text-align: right;
}
.custom-menu-primary .navigation-primary > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-menu-primary .navigation-primary > ul:before, .custom-menu-primary .navigation-primary > ul:after {
  content: " ";
  display: table;
}
.custom-menu-primary .navigation-primary > ul:after {
  clear: both;
}
.custom-menu-primary .navigation-primary > ul > li > a {
  position: relative;
  display: block;
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .07em;
  line-height: 50px;
  padding: 0;
  font-weight:400;
}
.custom-menu-primary .navigation-primary > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  background-clip: padding-box;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  min-width: 160px;
  float: left;
  z-index: 1000;
  top: 100%;
  margin-top: 0;
  position: absolute;
  min-height: 400px;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
}
.custom-menu-primary .navigation-primary > ul > li:last-child {
  padding-right: 0!important;
}
.custom-menu-primary .navigation-primary > ul > li > a:before, .custom-menu-primary .navigation-primary > ul > li > a:after {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 0;
  height: 2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.custom-menu-primary .navigation-primary > ul > li > a:before {
  left: 50%;
} 
.custom-menu-primary .navigation-primary > ul > li > a:after {
  right: 50%;
}
.custom-menu-primary .navigation-primary > ul > li:hover > a:before {
  left: 0;
  width: 50%;
  background-color: #1b75bc;
}
.custom-menu-primary .navigation-primary > ul > li:hover > a:after {
  right: 0;
  width: 50%;
  background-color: #1b75bc;
}
.page-center {
  position: relative;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-menu-primary .mega-menu {
  margin: 0;
  list-style: none;
  margin-bottom: 30px;
  position: static;
  padding: 15px 0 0 0;
}
.custom-menu-primary .mega-menu > li {
  display: block;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.428571429;
}
.custom-menu-primary .mega-menu > li > a {
  position: relative;
  display: inline-block;
  font-family: 'Interstate',Arial,sans-serif;
  font-size: 15px;
  color: #58595b;
  letter-spacing: .13px;
  padding: 5px 30px 5px 30px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.mega-styled-bod {
  position: absolute;
  min-height: 400px;
  background-color: #f8f8f8;
}
.mega-styled-bod:after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  right: -99999px;
  width: 99999px;
  height: 1000px;
  background-color: #f8f8f8;
}
.custom-menu-primary .mega-menu > li ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.custom-menu-primary .mega-menu > li ul {
  display: none;
  position: absolute;
  top: 15px;
  min-width: 400px;
  height: 100%;
  background: #f8f8f8;
  margin: 0;
  opacity: 0;
}
.custom-menu-primary .mega-menu > li ul li {
  position: relative;
  display: block;
  text-align: left;
  margin-bottom: 2px !important;
  line-height: 1.428571429;
}
.custom-menu-primary .mega-menu > li ul li a {
  display: inline-block;
  font-family: 'Interstate',Arial,sans-serif;
  font-size: 15px;
  color: #58595b;
  letter-spacing: .13px;
  padding: 5px 30px 5px 30px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  padding-left: 15px;
  font-family: 'Interstate Light',Arial,sans-serif;
  position: relative;
  background: none !Important;
}
.custom-menu-primary .mega-menu > li ul ul {
  display: none !important;
}
.custom-menu-primary .mega-menu > li.has-submenu{
  position: static;
}
.custom-menu-primary .mega-menu > li.has-submenu:hover > .submenu {
  display: block;
  opacity: 1;
}





@media (min-width: 992px){
  .global-search-box {
    margin-bottom: 10px;
  }

  .global-search-box .global-search-wrapper {
    max-width: 950px;
    width: 100%;
  }

  a.phone_btn {
    display: none;
  }

  .custom-menu-primary .navigation-primary > ul > li > ul::before {
    position: absolute;
    bottom: 0;
    right: -8981px;
    width: 9000px;
    height: 300px;
    content: "";
    z-index: 9999999;
    transform: skew(-18deg);
    outline: 1px solid transparent;
    background-color: rgba(27,117,188,0.5);
  }

  .custom-menu-primary .navigation-primary > ul > li > ul::after {
    position: absolute;
    bottom: 0;
    right: -8975px;
    width: 9000px;
    height: 176px;
    content: "";
    z-index: 9999999;
    transform: skew(-35deg);
    outline: 1px solid transparent;
    background-color: rgba(27,117,188,0.8);
  }

  .custom-menu-primary .navigation-primary > ul > li {
    display: inline-block;
    float: none;
    line-height: 1.428571429;
    padding-right: 55px;
  }
  .custom-menu-primary .page-center {
    min-height: 400px;
  }
  .custom-menu-primary .mega-menu {
    min-height: 400px;
  }
  .custom-menu-primary .mega-menu > li {
    text-align: right;
  }
  .custom-menu-primary .mega-menu > li.has-submenu > a:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    width: 6px;
    height: 10px;
    margin-top: -6px;
    background-image:url(//8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/raw_assets/public/IronMountain_October2020/images/submenu_arrow_grey-1.png);

    background-repeat: no-repeat;
    background-position:center;

    background-size: 6px;
  }
  .mobile-header {
    display: none;
  }
  .mobile-navigation {
    display: none;
  }

  .custom-menu-primary .navigation-primary > ul > li:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 25px;
    left: 0;
    bottom: 0;
    margin-bottom: -2px;
  }

  .scroll .hs-blog-listing .main-header, .scroll .hs-blog-post .main-header{
    position: fixed;
    top: 0px;
    width: 100%;
    border-bottom: 1px solid rgb(231, 231, 231);
  }
  .scroll .hs-blog-listing .body-container-wrapper,
  .scroll .hs-blog-post .body-container-wrapper{
    padding-top: 66px;
  }




}

@media (min-width: 1024px){

  .custom-menu-primary .navigation-primary > ul > li > a {
    letter-spacing: normal;
  }

}


@media (min-width: 1025px){
  .custom-menu-primary .navigation-primary > ul > li > a {
    margin-top: 10px;
    letter-spacing: normal;
  }


}


@media (min-width: 1200px){
  .custom-menu-primary .mega-menu > li {
    max-width: 778px;
  }
  .mega-styled-bod {
    left: calc(778px + 15px);
  }
  .custom-menu-primary .mega-menu > li ul {
    left: calc(457px + 20px);
  }





}





@media (min-width: 1600px){

  .custom-menu-primary .navigation-primary > ul > li {
    padding-right: 28px;
  }
  .custom-menu-primary .navigation-primary > ul > li:nth-last-child(2) {
    padding-right: 33px;
  }
  .custom-menu-primary .navigation-primary > ul > li > a {
    font-size: 14px!important;
  }
  .custom-menu-primary .mega-menu {
    min-height: 450px;
  }
  /*   .custom-menu-primary .mega-menu > li > a {
  font-size: 14px!important;
} */
  .custom-menu-primary .mega-menu > li {
    max-width: 845px;
  }
  .mega-styled-bod {
    left: calc(845px + 15px);
  }
  .custom-menu-primary .mega-menu > li ul {
    min-width: 400px;
  }
  .custom-menu-primary .mega-menu > li ul {
    left: calc(525px + 20px);
  }


  
}

@media (min-width: 1930px){

  .custom-menu-primary .navigation-primary > ul > li {
    padding-right: 20px;
  }

}


@media (max-width: 1930px) and (min-width: 1600px){
  .custom-menu-primary .navigation-primary > ul > li {
    padding-right: 31px;
  }
  .custom-menu-primary .navigation-primary > ul > li > a {
    letter-spacing: normal;
    font-size: 15px !important;
    text-transform: none;
  }
}

@media (max-width: 1600px) and (min-width: 1025px){
  .custom-menu-primary .navigation-primary > ul > li.Industry .mega-menu > li ul {
    min-width: 230px;
  }

}



@media (max-width: 1599px) and (min-width: 1200px){
  .custom-menu-primary .navigation-primary > ul > li {
    padding-right: 18px;
  }

}

@media (max-width: 1599px) and (min-width: 1281px){
  .custom-menu-primary .navigation-primary > ul > li {
    padding-right: 18px;
  }
  .custom-menu-primary .navigation-primary > ul > li > a {
    font-size: 14px !important;
    text-transform: none;
  }
  .custom-menu-primary .mega-menu > li > a {
    font-size: 14px !important;
    text-transform: none;
  }
  .custom-menu-primary .mega-menu > li ul li a {
    font-size: 14px !important;
    text-transform: none;
  }



}

@media (max-width: 1800px){
  .custom-menu-primary .mega-menu > li ul {
    min-width: 24%;
  }
}


@media (max-width: 1599px){
  .main-header .header__container {
    max-width: 1310px;
  }


}

@media (max-width: 1505px){
  .custom-menu-primary .mega-menu > li ul {
    min-width: 20%;
  }
}


@media (max-width: 1339px){
  .main-header .header__container, .top-header .header__container, .page-center {
    max-width: 1170px !important;
  }

  .custom-menu-primary .mega-menu > li ul {
    min-width: unset;
  }

}


@media (max-width: 1339px) and (min-width: 1281px){
  .custom-menu-primary .navigation-primary > ul > li:nth-last-child(3) {
    padding-right: 22px;
  }

  .custom-menu-primary .navigation-primary > ul > li:nth-last-child(3) .mega-styled-bod {
    left: 1050px !important;
  }

  .custom-menu-primary .navigation-primary > ul > li:nth-last-child(3) ul.mega-menu > li {
    max-width: 1035px !important;
  }

  .custom-menu-primary .navigation-primary > ul > li:nth-last-child(3) ul.submenu.level-3 {
    left: 1050px !important;
    min-width: 180px;
  }

}


@media (max-width: 1339px) and (min-width: 992px){

  .custom-menu-primary .navigation-primary > ul > li {
    padding-right: 16px;
  }

  .custom-menu-primary .navigation-primary > ul > li > a {
    font-size: 12px !important;
    text-transform: none;
    letter-spacing: normal;
  }

  .custom-menu-primary .mega-menu > li > a,
  .custom-menu-primary .mega-menu > li ul li a{
    font-size: 12px !important;
    text-transform: none;
  }
}



@media (max-width: 1199px) {
  .main-header .header__container, .top-header .header__container, .page-center {
    max-width: 970px !important;
  }



}


@media (max-width: 1199px) and (min-width: 992px){
  .custom-logo {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .custom-logo a {
    line-height: 20px;
    position: relative;
    padding: 30px 0 25px 0;
    display: inline-block;
  }
  .custom-logo img {
    width: 280px !important;
    height: 41px;
    visibility: visible;
  }
  .main-header .header__container {
    max-width: 100% !important;
    padding: 0 !important;
  }
  .custom-menu-primary.desktop {
    width: 100%;
    clear: both;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    border-color: #e7e7e7;
  }
  .custom-menu-primary .navigation-primary > ul {
    text-align: right;
  }
  .header-simple-menu .hs-menu-wrapper > ul > li > a {
    margin-right: 33px;
  }

  .scroll .hs-blog-listing .body-container-wrapper,
  .scroll .hs-blog-post .body-container-wrapper{
    padding-top: 162px;
  }



}


@media (max-width: 1024px) and (min-width: 992px){
  .header-simple-menu .hs-menu-wrapper > ul > li > a {
    margin-right: 30px;
  }
  .custom-menu-primary .navigation-primary > ul {
    text-align: center;
  }





}



@media (max-width: 991px){
  
  .scroll .hs-blog-listing .mobile-header, .scroll .hs-blog-post .mobile-header,
  .scroll .hs-blog-listing .top-header, .scroll .hs-blog-post .top-header{
    position: fixed;
    top: 0px;
    width: 100%;
    border-bottom: 1px solid rgb(231, 231, 231);
  }
  .scroll .hs-blog-listing .body-container-wrapper,
  .scroll .hs-blog-post .body-container-wrapper{
    padding-top: 60px;
  }

  .top-header {
    z-index: 999;
  }
  .scroll .hs-blog-listing .mobile-navigation, .scroll .hs-blog-post .mobile-navigation {
    position: fixed;
    top: 60px;
    width: 100%;
    left: 0;
    z-index: 999999999;
    background: #ffff;
}
  
  .main-header .header__container, .top-header .header__container, .page-center {
    max-width: 750px !important;
  }
  .header-simple-menu.dektop {
    display: none;
  }
  .main-header {
    display: none;
  }
  a.phone_btn {
    display: block;
  }
  a.phone_btn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 17px;
    margin-top: -10px;
    margin-left: -85px;

    background: url(//8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/raw_assets/public/IronMountain_October2020/images/icon_phone.png) center center no-repeat;
    background-size: 10px;
    content: "";
  }
  .mobile-header {
    background: #fff;
  }
  .mobile-trigger {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    padding: 9px 10px;
    position: relative;
    float: right;
    margin-top: 12px;
    margin-right: 10px;
    border: 0;
    outline: none;
  }
  .mobile-header:before, .mobile-header:after {
    content: " ";
    display: table;
  }
  .mobile-header:after {
    clear: both;
  }
  span.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    width: 24px;
    height: 4px;
    background-color: #9b9b9b;
  }
  span.icon-bar + span.icon-bar {
    margin-top: 4px;
  }

  .mobile-open .mobile-trigger {
    padding-top: 14px;
    padding-bottom: 18px;
  }

  .mobile-open .mobile-trigger .icon-bar:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative
  }

  @media(max-width: 991px) {
    .mobile-open .mobile-trigger .icon-bar:first-child {
      top:4px
    }
  }

  .mobile-open .mobile-trigger .icon-bar:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    margin: 0
  }

  .mobile-open .mobile-trigger .icon-bar:last-child {
    display: none
  }

  .mobile-logo {
    line-height: 20px;
    float: left;
    font-size: 0;
    height: auto;
    padding: 15px 0 20px 22px;
  }
  .mobile-logo img {
    vertical-align: middle;
    max-width: 100%;
    display: inline;
    width: 170px !important;
    height: 25px;
  }



  .top-header {
    height: 0;
    padding: 0 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
  }

  .form-open .top-header {
    height: 63px;
  }

  .top-phone-header {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    position: relative;
    background-color: rgba(27,117,188,1.0);
    z-index: 1000;
  }
  .top-header .header__container:before, .top-header .header__container:after {
    content: " ";
    display: table;
  }
  .top-header .header__container:after {
    clear: both;
  }

  .header_search_icon {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 75px;
    right: 55px;
    z-index: 10;
    max-width: 30px;
  }
  .search-toggle {
    margin-right: 40px;
    color: white;
    max-height: 33px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transition: visibility 0s linear 0s,opacity 300ms;
    outline: 0;
    display: block!important;
    float: none;
    width: 32px;
    height: 32px;
    line-height: 1;
    border: 1px solid #d8d8d8;
    border-radius: 50%;

    background: url(//8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/raw_assets/public/IronMountain_October2020/images/icon_search_nav.png) center center no-repeat;
    background-size: 30px;
  }

  .form-open .search-toggle {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 500ms,opacity 300ms;
  }

  .mobile-navigation {
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    border-color: #e7e7e7;
    display: none;
  }
  .mobile-menu-primary .hs-menu-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-menu-primary .hs-menu-wrapper > ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .mobile-menu-primary .hs-menu-wrapper > ul > li {
    display: block;
    padding: 0 20px;
    border-bottom: 1px solid #f0f0f0;
    line-height: 1.428571429;
    clear: both;
    display: flex;
    flex-wrap: wrap;
  }
  .mobile-menu-primary .hs-menu-wrapper > ul > li > a {
    display: block;
    float: left;
    color: #58595b;
    text-transform: uppercase;
    letter-spacing: .07em;
    line-height: 50px;
    padding: 0;
    width: 90%;
    position: relative;
    top: 2px;
    font-size: 19px;
    text-decoration: none;
  }

  .mobile-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color: #333 !important;
    background-color: transparent;
  }

  .child-trigger {
    display: block;
    float: left;
    color: #58595b;
    text-transform: uppercase;
    letter-spacing: .07em;
    line-height: 50px;
    padding: 0;
    position: relative;
    top: 2px;
    font-size: 19px;
    width: 10%;
    padding-left: 2px;
    cursor: pointer;
  }

  .child-trigger .caret {
    margin-left: 2px;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    height: 45px;
    background: url(//8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/raw_assets/public/IronMountain_October2020/images/chevron_dn_blue.png) right center no-repeat;
    background-size: 14px;
    border: 0;
  }

  .child-trigger.child-open .caret {
    background-image:url(//8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/raw_assets/public/IronMountain_October2020/images/chevron_up_black.png);

    background-size: 14px;
  }

  .mobile-menu-primary .hs-menu-wrapper ul ul {
    background-clip: padding-box;
    margin: 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    z-index: 1000;
    border: 0;
    background-color: #f8f8f8;
    width: auto!important;
    padding: 0;
    margin-right: -20px;
    margin-left: -20px;
    left: 0;
    right: 0;
    display: none;
    width: calc(100% + 40px) !important;
  }
  .mobile-menu-primary .hs-menu-wrapper > ul:before, .mobile-menu-primary .hs-menu-wrapper > ul:after {
    content: " ";
    display: table;
  }
  .mobile-menu-primary .hs-menu-wrapper > ul:after {
    clear: both;
  }

  .mobile-navigation {
    overflow-y: scroll;
    max-height: 90vh;
  }
  .mobile-menu-primary .hs-menu-wrapper ul ul li {
    display: block;
    position: relative;
    line-height: 1.428571429;
  }
  .mobile-menu-primary .hs-menu-wrapper ul ul li a {
    position: relative;
    color: #58595b;
    letter-spacing: .13px;
    padding: 5px 30px 5px 30px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-family: 'Interstate',Arial,sans-serif;
    display: block;
    font-size: 19px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    text-decoration: none;
  }
  .mobile-menu-primary .hs-menu-wrapper ul ul li:first-child {
    padding: 15px 0 0 0;
  }

  .mobile-menu-primary .hs-menu-wrapper ul ul li a:hover, 
  .mobile-menu-primary .hs-menu-wrapper ul ul li a:focus {
    color: #1b75bc!important;
  }


  .mobile-simple-menu {
    position: relative;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    background-color: #1b75bc;
    margin-bottom: -1px;
  }

  .mobile-simple-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-simple-menu .hs-menu-wrapper > ul > li {
    display: block;
    padding: 12px 20px 10px 19px;
    background-color: #1b75bc;
    margin-bottom: 0;
  }

  .mobile-simple-menu .hs-menu-wrapper > ul > li img {
    display: inline;
    margin-bottom: 0;
    vertical-align: middle;
    width: 13px;
  }

  .mobile-simple-menu .hs-menu-wrapper > ul > li:first-child img {
    width: 10.5px;
    height: 12.5px;
  }

  .mobile-simple-menu .hs-menu-wrapper > ul > li:last-child img {
    width: 12.5px;
  }

  .mobile-simple-menu .hs-menu-wrapper > ul > li:first-child {
    padding-top: 2px;
    padding-bottom: 13px;
  }

  .mobile-simple-menu .hs-menu-wrapper > ul > li:nth-child(2) img {
    position: relative;
    top: -2px;
  }

  .mobile-simple-menu .hs-menu-wrapper > ul > li:last-child {
    padding-top: 3px;
    padding-bottom: 14px;
  }

  .mobile-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    color: #f7931e;
  }

  .mobile-menu-primary .hs-menu-wrapper > ul > li:last-child:hover > a {
    color: black;
  }

  .mobile-simple-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 17px;
    padding: 2px 0 0 6px;
    display: inline;
  }

  .mobile-simple-menu ul li {
    font-size: 14px;
    line-height: 1.428571429;
  }

  .mobile-secondary-menu-toggle {
    display: inline-block;
    width: 15px;
    cursor: pointer;
    height: 15px;
    top: 2px;
    font-size: 17px;
    position: relative;
    margin-left: 2px;
    background: transparent url(//8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/raw_assets/public/IronMountain_October2020/images/chevron_dn_white.png) no-repeat scroll right center/10px auto;
  }

  .mobile-simple-menu .hs-menu-wrapper > ul ul {
    display: none;
    list-style: none;
    font-size: 14px;
    text-align: left;
    border-radius: 0;
    clear: both;
    left: auto;
    background-color: #f0f0f0;
    overflow: hidden;
    margin: 10px 0 0 0;
    padding: 0;
    border: 0;
    position: relative;
    margin-right: -20px;
    margin-left: -19px;
  }

  .mobile-simple-menu .hs-menu-wrapper > ul > li.clicked {
    padding-bottom: 0;
  }

  .mobile-simple-menu .hs-menu-wrapper > ul ul li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    float: none;
    margin-right: 0;
    color: inherit;
    padding: 10px 20px;
    font-size: 14px;
  }

  .mobile-simple-menu .hs-menu-wrapper > ul ul li a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
  }

  
  
  
  

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */


footer.footer {
  font-size: 14px;
  line-height: 1.428571429;
}

footer{

  background-color: #f0f0f0;
  padding-top: 55px;
  display: block;
}
.footer_container:after {
  clear: both;
}

.footer_container{
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1310px;
}

.dnd-section > .row-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1310px;

}



div[class^="score-column"], div[class*=" score-column"] {
  margin-left: -15px;
  margin-right: -15px;
}

div[class^="score-column"]:before, div[class^="score-column"]:after, div[class*=" score-column"]:before, div[class*=" score-column"]:after {
  content: " ";
  display: table;
}

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

.score-left_wrapper{float: left;
  width: 66.6666666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;}

.score-right_wrapper{

  float: left;
  width: 33.3333333333%;
  padding-left: 30px;
  border-left: 1px solid #d8d8d8;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
}

.footer_bottom .hs-menu-wrapper ul:before, .footer_bottom .hs-menu-wrapper ul:after {
  content: '';
  display: table;
}
.footer_bottom .hs-menu-wrapper ul:after {
  clear: both;
}
a.score-button.service_wrap {
  cursor: default;
}

footer .score-button.service_wrap:hover, footer .score-button.service_wrap:focus{
  opacity: unset;!important;
}

.link_wrapper
{
  margin-bottom: 15px;
}
a.score-button{
  font-family: 'Interstate',Arial,sans-serif;
  font-size: 20px;
  color: #58595b!important;
  text-align: left;
  line-height:16px;
  padding: 0;
  font-weight: 400;
  background: transparent;
  border: 0;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  transition: all .3s ease;

}

footer .hs-menu-wrapper ul{
  list-style: none;
  padding: 0;
  margin-bottom: 45px;
  margin-top: 0;
  display: block;
}

.footer_menu_wrapper.footersite_fourth .hs-menu-wrapper ul {
  margin-bottom: 18px;
}

.footer_bottom{margin-top: 40px;
  padding: 18px 0;
  color: #FFFFFF;
  background-color: #14477d;
  width: 100%;
  border-radius: 0;}

.footer_bottom .hs-menu-wrapper ul{list-style: none;
  padding: 0;
  display: block!important;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 20px;}
.footer__copyright
{    float: left;
  margin-bottom: 0;
  color: #fff;
  font-family: 'Interstate Light',Arial,sans-serif;
  font-size: 14px;
  line-height: 42px;
  font-weight:300;
  letter-spacing: .2px;

}
.footer_bottom .hs-menu-wrapper ul>li{float: left;
  margin-bottom: 0;
  line-height: 20px;}
.footer_bottom .hs-menu-wrapper ul>li>a
{
  display: inline;
  border-right: 1px dashed #fff;
  padding-right: 8px;
  margin-right: 8px;
  color: #fff;
  font-family: 'Interstate Light',Arial,sans-serif;
  font-size: 14px;
  line-height: 42px;}


.footer_bottom .hs-menu-wrapper ul>li>a:hover{
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #58595B;
}

footer .score-button:hover, footer .score-button:focus {
  opacity: .7;
  box-shadow: none;
}
footer .hs-menu-wrapper ul>li>a:hover, footer .hs-menu-wrapper ul>li>a:focus{


  text-decoration: none;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #58595B;
}

a.score-image-button :hover{

  color: #8da6c0;

}

.link_wrapper_right

{

  margin-bottom: 15px;

}

a.score-image-button.back-to-top {
  margin: 0;
}
.score-button-group:last-child a {
  margin-right: 0;
}

.score-right_wrapper img{
  width: 305px !important;
  margin-bottom: 0;
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  cursor:default;


}

.back-to-top{

  position: fixed;
  right: 50px;
  bottom: 80px;
  width: 42px;
  height: 42px;
  z-index: 5;
  opacity: 0;


}
#button.show {
  opacity: 1;
}
footer .country-selector
{
  float: left;
  margin-right: 70px;
  margin-bottom: 65px;
}

footer .country-selector > a {
  position: relative;
  display: inline-block;
  font-family: 'Interstate',Arial,sans-serif;
  font-size: 20px;
  color: #58595b;
  line-height: 42px;
  padding-left: 60px;
  background-image: url(//8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/raw_assets/public/IronMountain_October2020/images/icon_worldwide.png);
  background-repeat: no-repeat;
  background-size: 42px;
  background-position:left;
  outline: none;
}

footer .country-selector > a:hover {
  color: #58595b;
  text-decoration: none;
}

.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,0.25);
  bottom: -11px;
}
footer .country-selector .popover .popover-content {
  padding: 0 15px 0 0;
}
.popover-content .row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-md-4, .col-md-8{

  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.popover-content .row:before, .popover-content .row:after {
  content: " ";
  display: table;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.popover>.arrow, .popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover>.arrow {
  border-width: 11px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.popover.top {
  margin-top: -10px;
}

footer .country-selector .popover {
  min-width: 100%;
  min-height: 365px;
  overflow: hidden;
}

#popover134969 {
  top: -369px;
}

footer .country-selector .popover .nav-tabs {
  position: relative;
  min-height: 365px;
  border-width: 0 1px 0 0;
  padding: 18px 0;
  border-bottom: 1px solid #ddd;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
}
footer .country-selector .popover .tab-pane:before, footer .country-selector .popover .tab-pane:after {
  content: " ";
  display: table;
}
footer .country-selector .popover .tab-content .im-countries-column, footer .country-selector .popover .panel-body .im-countries-column{
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;

}

footer .country-selector .popover .tab-pane {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 20px;
}

.tab-content > .tab-pane {
  display: none;
}

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

footer .country-selector .popover .nav-tabs:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 1000px;
  background-color: #f0f0f0;
  border: 1px solid #d8d8d8;
  content: "";
}
.nav-tabs>li {

  margin-bottom: -1px;
}
footer .country-selector .popover .nav-tabs li.active a {
  color: #1b75bc;
  background-color: rgba(255,255,255,0.7);
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav>li>a, .score-section-menu>li>a, .score-siblings-menu>li>a, .score-previous-next-menu>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
footer .country-selector .popover .panel-group, footer .country-selector .popover .score-accordion {
  margin-bottom: 0;
}
.visible-sm {
  display: none!important;
}

footer .country-selector .popover .tab-content, footer .country-selector .popover .panel-body {
  padding: 25px 0;
}
footer .country-selector .popover .tab-content {
  position: relative;
}

footer .country-selector .popover .tab-content span.close{
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-image: url(//8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/raw_assets/public/IronMountain_October2020/images/icon_close_round.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;

}

footer .country-selector .popover .tab-content span.close:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

footer .country-selector .popover .nav-tabs li a {
  color: #58595b;
  margin: 0;
  line-height: 1.428571429;
  padding-left: 30px;
  border-radius: 0;
  border: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

footer .country-selector .popover .nav-tabs li a:hover {
  color: #1b75bc;
  background-color: rgba(255,255,255,0.7);
  text-decoration: none;
}

footer .country-selector .popover .nav-tabs li {
  float: none;
}
.nav>li, .score-section-menu>li, .score-siblings-menu>li, .score-previous-next-menu>li {
  position: relative;
  display: block;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}
footer .country-selector .popover .tab-content .im-countries-column li, footer .country-selector .popover .panel-body .im-countries-column li {
  padding: 10px 0;
  line-height: 1.428571429;
}

footer .country-selector .popover .tab-content .im-countries-column li a, 
footer .country-selector .popover .panel-body .im-countries-column li a {
  display: inline-block;
  font-family: 'Interstate Light',Arial,sans-serif;
  font-size: 15px;
  color: #58595b;
}

footer .country-selector .popover .tab-content .im-countries-column li.active-country a, footer .country-selector .popover .panel-body .im-countries-column li.active-country a {
  color: #1b75bc;
}

footer .country-selector .popover .tab-content .im-countries-column li a:hover, 
footer .country-selector .popover .tab-content .im-countries-column li a:focus, 
footer .country-selector .popover .panel-body .im-countries-column li a:hover, 
footer .country-selector .popover .panel-body .im-countries-column li a:focus {
  text-decoration: none;
}

div#im-region-3 ul.im-countries-column {
  width: 50%;
}

footer .country-selector .popover .tab-pane:after {
  clear: both;
}
footer .country-selector .popover .tab-pane:before, footer .country-selector .popover .tab-pane:after {
  content: " ";
  display: table;
}

footer .hs-menu-wrapper ul>li
{  

  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight:400;

}
footer .hs-menu-wrapper ul>li>a
{

  padding:0px;
  font-family: 'Interstate Light',Arial,sans-serif;
  font-size: 16px;
  line-height: 22.8571px;
}

.score-left, .score-center, .score-right{

  float: left;
  width: 33.3333333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;

}

.footer_score-right_wrapper{

  float: left;
  width: 33.3333333333%;
  padding-left: 15px;

  position: relative;
  min-height: 1px;
  padding-right: 15px;

}

.score-button-group{

  margin-bottom: 0;
  max-height: 42px;
  display: inline-block;
}

a.score-image-button{
  display: inline-block;
  margin-right: 35px;


}
a.score-image-button img{ width: 42px;
  height: 42px;

  max-width: 100%;
  vertical-align: middle;
  border: 0;
  line-height: 20px;}

.footer_menu_wrapper{
  display: none;
}

.score-button.btn-toggle{display:none}

.score-button.btn-toggle{
  width: 50px;
  height: 50px;
  text-indent: -3000px;
  background-image: url(//8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/raw_assets/public/IronMountain_October2020/images/chevron_dn_grey.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
}

.score-button.btn-toggle.expanded {
  background-image: url(//8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/raw_assets/public/IronMountain_October2020/images/download.png);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;

}

.footer_center_menu
{
  display:none;
  font-family: 'Interstate Light',Arial,sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #58595b;
  line-height: 1.62;
  letter-spacing: .2px;
  margin: 0 0 10px;

}

.footer_center_menu .hs-menu-wrapper ul>li>a:last-child
{
  margin-bottom: 0;
}

footer .footer_center_menu .hs-menu-wrapper ul>li>a{
  border-right: 0;
  margin-right: 0;
  padding-right: 4px;
}

footer .footer_center_menu .hs-menu-wrapper ul > li:not(:last-child) > a:after {
  content: " | ";
}

.footer_center_menu .hs-menu-wrapper ul>li:last-child>a{
  border-right: 0;
}

footer .score-button-group .score-image-button:hover {
  opacity: .7;
}

@media (min-width: 768px){

  .footer_container, .dnd-section > .row-fluid {
    width: 750px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px){

  .footer_container, .dnd-section > .row-fluid {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
  }
  footer .country-selector .popover .tab-content .im-countries-column, footer .country-selector .popover .panel-body .im-countries-column {
    float: left;
    width: 33.3333333333%;
  }
  footer .country-selector .popover {
    min-width: 830px;
    left: -570px!important;
  }
  .footer .footer_menu_wrapper{
    display: block !important;
  }
  .footer_center_menu
  {
    float: left;
    margin-bottom: 0;
  }
  .col-md-4 {
    width: 33.3333333333%;
    float: left;
  }
  .col-md-8 {
    width: 66.6666666667%;
    float: left;
  }
}

@media (min-width: 1200px){

  .footer_container, .dnd-section > .row-fluid {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
  }
  footer .country-selector .popover {
    left: -600px!important;
  }
}

@media (min-width: 1340px){
  .footer_container, .dnd-section > .row-fluid{
    width: 1310px;
  }
  footer .country-selector .popover {
    left: -650px!important;
  }
}
@media (max-width: 1330px){
  .footer_bottom .hs-menu-wrapper ul>li>a
  {
    font-size:13px;
  }
  .footer__copyright
  {
    font-size:13px;
  }

  #popover134969 {
    top: -365px;
  }

}
@media (max-width: 1199px) and (min-width: 992px){

  .footer_bottom .hs-menu-wrapper ul>li>a{padding-right: 6px;
    margin-right: 6px;
    font-size: 11px;}
  .footer_center_menu{font-size: 11px;display:block;}
  .footer__copyright{font-size:11px;}
  footer .footer_center_menu .hs-menu-wrapper ul>li>a {

    font-size: 12px;
    line-height: 19px;

  }

  footer .country-selector > a {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    left: -15px;
  }

}

@media (max-width: 991.5px){

  footer {
    padding-top: 0;
  }

  .score-right_wrapper {
    width: 100%;
    padding-left: 15px;
    border-left: 0px solid #d8d8d8;
  }

  .score-left_wrapper {
    width: 100%;
    text-align: center;
    line-height: 20px;
  }

  .score-left,
  .score-center,
  .score-right {
    width: 100% !important;
  }

  .footer_bottom .footer_center_menu .hs-menu-wrapper ul>li {
    line-height: 0;
    font-size: 0;
    float:none;
    display:inline-block;
  }
  .footer_bottom .footer_center_menu .hs-menu-wrapper ul{ line-height: 0;
    font-size: 0;}
  a.score-button {
    width: calc(100% - 55px);
    line-height: 50px;
    padding: 0 20px;
    letter-spacing: .15px;

  }
  .link_wrapper .hs_cos_wrapper
  {
    display:inline
  }
  .link_wrapper_right .hs_cos_wrapper
  {
    display:inline
  }
  .link_wrapper,
  .link_wrapper_right {
    margin-bottom: 0;
    background-color: #f0f0f0;
    border-bottom: 1px solid #d8d8d8;
    margin-left: -15px;
    margin-right: -15px;
  }

  .score-button {
    display: inline-block;
  }

  .score-button.btn-toggle {
    display: inline-block
  }

  .score-right_wrapper img {
    margin: 0 auto;
  }

  .footer__copyright {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer_score-right_wrapper {
    width: 100%;
    text-align: center;
  }

  .footer_menu_wrapper .hs-menu-wrapper ul>li> {
    margin-bottom: 8px;
    display: inline-block;
  }

  .footer_menu_wrapper .hs-menu-wrapper ul>li>a {
    display: block;
    padding: 0 20px;
    line-height: 37px;
  }

  .footer_menu_wrapper {
    margin-bottom: 0;
    font-size: 19px;
    line-height: 37px;
    background-color: white;
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 0 5px 0;

  }

  .footer_menu {
    display: none;
  }

  .footer_center_menu {
    display: block;
    text-align: center;
    margin-bottom:20px;
  }

  .footer_center_menu .hs-menu-wrapper ul>li>a {
    border-right: 1px solid #fff;
    font-size: 12px;
    line-height: 19.44px;
  }
  footer .hs-menu-wrapper ul>li
  {
    text-align:left;
  }
  .footer_center_menu .hs-menu-wrapper ul>li:last-child>a {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
  footer .footer_center_menu .hs-menu-wrapper ul>li>a{

    padding-right: 4.5px;
    margin-right: 4.5px;
    font-size: 12px;
  }
  .footer__copyright
  {
    font-size:14px;
  }
  footer .hs-menu-wrapper ul{
    margin-bottom:0px;
  }
  .footer_menu_wrapper .hs-menu-wrapper ul>li>a:hover, .footer_menu_wrapper .hs-menu-wrapper ul>li>a:focus{

    color: #1b75bc;
    background-color: #fff;
  }

  footer .country-selector {
    margin-bottom: 30px;
    float: none;
    text-align: center;
    margin-top: 30px;
    margin-right: 0;
  }

}

@media (max-width: 991px) {
  footer .country-selector .popover {
    top: inherit!important;
    bottom: 0;
    background-color: #14477d;
    padding: 10px;
  }

  .collapse {
    display: none;
  }

  .collapse.in {
    display: block;
  }

  footer .country-selector .popover .col-md-8 {
    display: none;
  }

  .panel, .score-accordion-panel, .score-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  }

  .panel-default, .score-accordion-panel, .score-panel {
    border-color: #ddd;
  }

  .panel-default, .score-accordion-panel, .score-panel {
    border: 1px solid #d8d8d8;
  }

  .panel-group .panel, 
  .score-accordion .panel, 
  .panel-group .score-accordion-panel, 
  .score-accordion .score-accordion-panel, 
  .panel-group .score-panel, 
  .score-accordion .score-panel {
    margin-bottom: 0;
    border-radius: 4px;
  }

  .panel-group .panel+.panel {
    margin-top: 11px;
  }

  .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }

  .panel-group .panel-heading, 
  .score-accordion .panel-heading {
    border-bottom: 0;
  }

  .panel-default>.panel-heading, 
  .score-accordion-panel>.panel-heading, 
  .score-panel>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
  }

  .panel-default>.panel-heading, 
  .score-accordion-panel>.panel-heading, 
  .score-panel>.panel-heading {
    background-color: #eee;
    padding: 0;
    border: 0;
  }

  footer .country-selector {
    margin-bottom: 30px;
    float: none;
    text-align: center;
    margin-top: 30px;
    margin-right: 0;
  }

  .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    border-radius: 4px;
    line-height: 1.1;
  }

  .panel-title>a, .panel-title>small, .panel-title>.small, .panel-title>small>a, .panel-title>.small>a {
    color: inherit;
  }

  .panel-title>a {
    position: relative;
    display: block;
    font-family: 'Interstate',Arial,sans-serif;
    font-weight: 900;
    font-size: 15px;
    text-decoration: none;
    padding: 15px 40px 15px 14px;
    color: inherit !important;
  }

  .panel-title>a:after {
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -5px;
    width: 15px;
    height: 10px;
    background: url(//8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/raw_assets/public/IronMountain_October2020/images/chevron_dn_blue.png) center center no-repeat;
    background-size: 15px 10px;
    content: "";
  }

  .active .panel-title > a:after {
    background: url(//8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/raw_assets/public/IronMountain_October2020/images/chevron_up_blue.png) center center no-repeat;

    background-size: 15px 10px;
  }

  .score-left {
    float: none;
  }

  .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
  }

  .panel-body:before, .panel-body:after {
    content: " ";
    display: table;
  }

  .panel-body:after {
    clear: both;
  }

  footer .country-selector .popover .popover-content .col-md-4 {
    padding-right: 0;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .hidden-sm {
    display: none!important;
  }

  .visible-sm {
    display: block!important;
  }

  footer .country-selector .popover .panel-body .im-countries-column {
    float: left;
    width: 33.3333333333%;
  }
}


@media (max-width: 767px) {
  .footer_container{
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }

  .dnd-section > .row-fluid{

    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;

  }



  .footer_center_menu
  {
    font-size:12px;
  }

  footer .score-stripe .score-content-spot
  {
    margin-bottom:20px;
  }

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

  .visible-xs {
    display: block!important;
  }

  footer .country-selector .popover .panel-body .im-countries-column {
    float: left;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  footer .country-selector .popover .panel-body .im-countries-column li a {
    font-size: 12px;
  }

}

@media (max-width: 425px){

  a.score-image-button {
    display: inline-block;

  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */

.tags {
   background: url(//8430964.fs1.hubspotusercontent-na1.net/hubfs/8430964/raw_assets/public/IronMountain_October2020/images/select_box.png)  right center no-repeat;
   background-size: 600px 45px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    display: inline-block;
    margin: 0 0 22px 0;
}
ul.l_tinynav1 {
    display: none;
}
select#tinynav1 {
    height: 45px;
    font-size: 16px;
    font-weight: 300;
    color: #58595b;
    margin: 0;
    padding: 0 35px 0 20px;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: 0;
    box-shadow: none;
    min-width: 265px;
    cursor: pointer;
  font-family: 'Interstate',Arial,sans-serif;
}
.score-stripe.blue-shard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
}
.score-stripe {
    width: 100%;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    border-radius: 0;
}
.score-stripe.blue-shard::before {
    position: absolute;
    bottom: -52px;
    right: -8960px;
    width: 9000px;
    height: 590px;
    content: "";
    z-index: -1;
    transform: skew(-18deg);
    outline: 1px solid transparent;
    background: rgba(109,207,246,0.5);
}
a.blog-post__back-to-blog
{
  color:#337ab7
}
.score-stripe.blue-shard::after {
    position: absolute;
    bottom: -52px;
    right: -8940px;
    width: 9000px;
    height: 334px;
    content: "";
    z-index: -2;
    transform: skew(-35deg);
    outline: 1px solid transparent;
    background: rgba(27,117,188,0.8);
}


.blog-header{
  margin-bottom: 30px;
  position: relative;
  min-height: 180px;
  padding-top: 0;
  overflow: hidden;
  width: 100%;
  border-radius: 0;
  font-family: 'Interstate',Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.428571429;
}
.content-wrapper:after {
  clear: both;
}
.content-wrapper:before, .content-wrapper:after {
  content: " ";
  display: table;
}

.ais-body.ais-stats--body{
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: .17px;
  color: #58595b;
  line-height: 1.428571429;
  font-family: 'Interstate',Arial,sans-serif;
}
.score-style-box.list-item-box {
  margin-bottom: 20px;
  padding: 18px;
  background: #eee;
  border: 1px solid #d8d8d8;
  overflow: hidden;
}
.inner-blog-title h5 {
    color: #231f20;
    border-bottom: 1px solid #ddd;
    margin-top: -40px;
    margin-bottom: 35px;
    padding: 0 10px 5px;
}
.score-style-box.list-item-box:last-child {
  margin-bottom: 40px;
}

.score-style-box.list-item-box h2 {
  font-size: 22px;
  font-weight: 300;
  color: #1b75bc;
  line-height: 32px;
  letter-spacing: .15px;
  margin: 0;
  font-family: inherit;
}
.score-style-box.list-item-box h2 a
{
  color: #1b75bc;
  font-family: 'Interstate',Arial,sans-serif;
  
}
.ellip {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;

}
.score-style-box.list-item-box p {
  font-size: 16px;
  font-weight: 300;
  color: #58595b;
  line-height: 24px;
  letter-spacing: .15px;
  margin: 0 0 10px;
}
.score-style-box.list-item-box a:hover, .score-style-box.list-item-box a:focus, .score-style-box.grid-item-box a:hover, .score-style-box.grid-item-box a:focus 
{
  
 opacity: 1;
    text-decoration: none;
    box-shadow: none;
    color: #23527c;
}
.inner-blog-title h5:hover{
color:#555555;
}
.blog-index{

  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.score-style-box h3
{ font-size: 15px;
  color: #14477d;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

ul.score-breadcrumb{

  margin-bottom: 10px;
  background: transparent;
  padding: 0 0 7px 0;
  list-style: none;
  border-bottom: 1px solid #eee;
  border-radius: 4px;
  margin-top: 28px;

}

li.score-breadcrumb-item
{
  font-family: 'Interstate Light',Arial,sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1.428571429;
  color: #58595b;

}
div[class^="score-column"]:after, div[class*=" score-column"]:after {
  clear: both;
}
div[class^="score-column"]:before, div[class^="score-column"]:after, div[class*=" score-column"]:before, div[class*=" score-column"]:after{
  content: " ";
  display: table;
}
.score-breadcrumb li+li:before {
  color: #58595b!important;
}
.breadcrumb>li+li:before, .score-breadcrumb>li+li:before {
  content: "/ ";
  padding: 0 8px 0 5px;
  color: #ccc;
}
li.score-breadcrumb-item>a
{
  font-family: 'Interstate Light',Arial,sans-serif;
  color: #1B75BC;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0!important;


}

a.score-composite-link.btn-back:hover, a.score-composite-link.btn-back:focus
{
  color: #23527c;


}
.post-subtitle.listing_wrap{
font-family: 'Interstate Light',Arial,sans-serif;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: .15px;
    margin: 0 0 40px 0;
    color: inherit;
  font-weight:500;

}

.score-style-box.social .score-add-this-widget .at-icon{
  width: 23px!important;
  height: 23px!important;


}
.at-resp-share-element .at-share-btn .at-icon-wrapper{

  width: 25px!important;
  height: 25px!important;
  padding: 0!important;
}
.at-style-responsive .at-share-btn{
  width: 25px!important;
  height: 25px!important;
  padding: 0!important;
  margin-right: 10px!important;

}
.score-add-this-widget{
  padding: 0;
  margin-bottom: 0;
  float: left;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;

}

.score-style-box.social .score-lead {
  float: left;
  font-family: 'Interstate',Arial,sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #58595b;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: .5px;
  padding-right: 18px;
  margin-bottom: 0;
  margin: 0 0 10px;
}
.score-style-box.social{
  float: right;
  width: auto;
  overflow: hidden;
  padding: 8px 0 3px 17px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;

}
.social_icon_wrapper{
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
}
.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner 
{
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}



.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}

.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }

.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  margin: 0 0 30px 0;
  padding-left: 0;
  border-radius: 4px;
  font-family: 'Interstate',Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
}
.score-tab{
    margin-bottom: 60px;

}
.tab-content-wrapper-inner{

padding: 40px 0;
}
.blog-pagination ul{

  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: 'Interstate',Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.428571429;
}
.blog-pagination ul li
{
  display: inline; 
  font-size: 14px;
  line-height: 1.428571429;
}
span.blog-pagination__link.blog-pagination__prev-link.blog-pagination__prev-link--disabled
{

  cursor: default;
  opacity:.5;
}

.blog-pagination ul li:first-child a, .blog-pagination ul li:first-child span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.blog-pagination ul li:last-child a, .blog-pagination ul li:last-child span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.blog-pagination ul li.ais-pagination--item__disabled a, .blog-pagination ul li.ais-pagination--item__disabled span {
  opacity: .5;
  cursor: default;
}

.blog-pagination a, .blog-pagination span {
  position: relative;
  float: left;
  color: #14477d;
  text-decoration: none;
  line-height: 44px;
  padding: 0 20px;
  margin-left: -1px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  font-family: 'Interstate',Arial,sans-serif;
  font-weight:400;
}
.pagination ul li.ais-pagination--item__active a, .pagination ul li.ais-pagination--item__active span, .pagination ul li:hover a, .pagination ul li:hover span {
  background-color: #14477d;
  border-color: #fff;
  color: #fff;

}
a.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active{
  background-color: #14477d!important;
  border-color: #14477d!important;
  color: #fff;
}

span.blog-pagination__link.blog-pagination__prev-link.blog-pagination__prev-link--disabled:hover{ color: #14477d;
  background: transparent;
  border-color: #d8d8d8;}

.blog-pagination__number-link:hover, .blog-pagination__number-link:focus {
  border: 1px solid #14477d!Important;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}


/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}


/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}


.blog-sidebar {
  padding-top: 3.9rem;
}


.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}



/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}



.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 30px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0!important;
  color: #337ab7;
  font-family: 'Interstate',Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.428571429;
}
img.score-image.img-responsive{
  position: relative;
  top: -1px;
  display: inline-block;
  width: 9px;
  height: auto;
  margin: 0 5px 0 0!important;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  color: #337ab7;
  font-family: 'Interstate',Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.428571429;
}
.blog-post__back-to-blog span{

  display: inline-block;
  font-family: 'Interstate Light',Arial,sans-serif;
  font-size: 14px;
  letter-spacing: .15px;
 
  line-height: 1.428571429;
}
.blog-post__links:hover{
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);}

.blog-post__back-to-blog {
  text-decoration: none;
}
.score-left_wrap{

  position: relative;
  min-height: 1px;
  padding-left: 15px;
  font-family: 'Interstate',Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.428571429;

}
.articleTitle.article-title{

  margin-bottom: 0;
  font-family: 'Interstate',Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.428571429;
}

.articleTitle.article-title h1{    font-family: 'Geometria',Arial,sans-serif;
  font-size: 35px;
  color: #14477d;
  text-transform: uppercase;
  line-height: 40px;
  letter-spacing: .44px;
  margin: 0 0 40px 0;
  font-weight: 500;}

.score-lead.body-blue{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.62;
  letter-spacing: .2px;
  text-transform: uppercase;
  color: #14477d;
  margin: 0;
  font-family: 'Interstate',Arial,sans-serif;
  -webkit-font-smoothing: antialiased;

}
.score-content-spot{
  margin-bottom: 30px;
  font-family: 'Interstate Light',Arial,sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.62;
  color: #333;
  letter-spacing: .2px;

}
.score-content-spot p{
  font-family: 'Interstate Light',Arial,sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #58595b;
  line-height: 1.62;
  letter-spacing: .2px;
  margin-bottom: 30px;
}
.score-content-spot ul li:last-child {
  margin: 0;
}
.score-content-spot ul li {
  position: relative;
  list-style: none;

  font-family: 'Interstate Light',Arial,sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.62;
  letter-spacing: .2px;
}
.score-content-spot hr{    display: none;}
.score-content-spot p strong img{display: none!important;}
.score-content-spot br{    font-family: 'Interstate Light',Arial,sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #58595b;
  line-height: 1.62;
  letter-spacing: .2px;
  margin-bottom: 30px;}
.score-content-spot ul li a{

  color: #337ab7;
  font-family: 'Interstate Light',Arial,sans-serif;
  text-decoration: none;
}
.score-content-spot ul li a:hover, .score-content-spot ul li a:focus {
  color: #23527c;
  text-decoration: underline;
}

.score-content-spot ul li:before {
  position: absolute;
  top: 10px;
  left: -34px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: black;
  content: "";
}
.score-content-spot ul{list-style-type: disc;
  margin: 0 0 30px 0;
  padding: 0 0 0 35px;
  color: #333;}
.blog-recent-posts{
  text-align: center;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  font-family: 'Interstate',Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-top: 0px;
  background: none;
  padding: 0px;
}

.blog-recent-posts h2{
  font-family: 'Geometria',Arial,sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: .5px;
  color: #333;
  margin: 0 0 40px 0;

}
.additionalNewsEvents{
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
  font-family: 'Interstate',Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.428571429;

}
.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}



/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
.additionalNewsEvents-item{
  margin-bottom: 30px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: 'Interstate',Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.428571429;
}
.score-style-box.grid-item-box{
  min-height: 235px;
  padding: 23px 18px;
  background: #eee;
  border: 1px solid #d8d8d8;
  font-family: 'Interstate',Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.428571429;

}
.score-style-box.grid-item-box h3 {
  margin: 0 0 35px 0;
}
.score-style-box.list-item-box h3 {
    font-weight: 400;
}
.score-style-box.list-item-box h3, .score-style-box.grid-item-box h3 {
  font-size: 15px;
  color: #14477d;
  text-transform: uppercase;
  font-family: 'Interstate',Arial,sans-serif;
  font-weight: 500;
  line-height: 1.1;
  text-align: left;
}
.score-style-box.list-item-box h2, .score-style-box.grid-item-box h2 {
  font-size: 22px;
  font-weight: 300;
  color: #1b75bc;
  line-height: 32px;
  letter-spacing: .15px;
  margin: 0;
  font-family: inherit;
  text-transform: capitalize;
    text-align: left;
}

.score-style-box.grid-item-box a{
  color: #337ab7;
  text-decoration: none;
font-family: 'Interstate',Arial,sans-serif;
}


.post-subtitle{
  font-size: 16px;
  font-weight: 300;
  color: #58595b;
  line-height: 24px;
  letter-spacing: .15px;
  margin: 0 0 10px;
  font-family: 'Interstate',Arial,sans-serif;
  -webkit-font-smoothing: antialiased;

}




@media (min-width: 768px){
  .additionalNewsEvents-item {
    float: left;
    width: 50%;
  }
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

@media (min-width: 992px)
{
  .score-left_wrap
  {
    float: left;
    width: 66.6666666667%;
  }
  .blog-index{
    float: left;
    width: 100%;
  }
  .social_icon_wrapper
  {
    float: left;
    width: 100%;
  }

}

@media (min-width: 1200px)
{
  .score-left_wrap
  {
    padding-right: 40px;
  }
  .additionalNewsEvents-item 
  {
    float: left;
    width: 25%;
  }

}
@media (max-width:991px){
  .blog-recent-posts h2  {
    font-size: 21px;
    line-height: 32px;
    letter-spacing: .2px;
    margin: 0 0 16px 0;
  }
 .post-subtitle.listing_wrap {
  font-size: 21px;
    line-height: 32px;
  }
   .articleTitle.article-title h1{
  font-size: 26px;
    line-height:33px;
  }
}


@media (max-width: 767px) {
  .inner-blog-title h5 {
    font-weight: 900;
    color: #333;
  }
  .blog-post {
    width: 90%;
    padding: 30px;
  }
  .subscription-form {
    width: 85%;
  }
  .blog-recent-posts__list {
    display: block;
}
  .score-style-box.grid-item-box {
    min-height: 0;
}
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
  .articleTitle.article-title h1{
  font-size: 26px;
    line-height:33px;
  }
  .post-subtitle.listing_wrap {
  font-size: 21px;
    line-height: 32px;
  }
}
.blog-pagination a{
text-decoration: none !important;
}
li.score-breadcrumb-item>a {
    text-decoration: none !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.hs_btn
{
  max-width:150px;
  margin:0 auto
}


.systems-page div#content p
{
  padding-left:10px;
}

.systems-page .hs-button
{
  max-width:150px;
  padding:10px;
  margin-top: 5px;
}
.systems-page .hs-button:focus
{
  outline:0
}
.systems-page ul.no-list li
{
  line-height:20px;
}
.systems-page input#hs-pwd-widget-password:focus
{
  outline-color:#000
}
.systems-page input#submitbutton
{
  max-width: 300px;
}
.systems-page input#hs-pwd-widget-password{
display: inline-block;
    width: 100%;
    height: 35px!important;
    font-family: 'Interstate',Arial,sans-serif !important;
    font-size: 15px;
    letter-spacing: .1px;
    border: 1px solid #d8d8d8;
    margin-bottom: 8px;
    padding: 0 16px;
    border-color: rgba(216,216,216,1.0);
    color: #000;
    border-radius: 4px;

}
.systems-page ul.no-list
{
  padding-left: 0px;
  margin: 0px;
}

.systems-page .email-edit
{

padding: 6px;
    font-size: 15px;
    width: 100%!important;
    max-width: 507px!important;
    margin-left: 0px;

}
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: 100%;
  max-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

@media (max-width: 767px){
.systems-page h1 {
    font-size: 25px;
}
}