/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; width: 100%; }
html, button, input, select, textarea { font-family: 'Lato', sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; background-color:#e7e7e7;}

::-moz-selection { background: #990000; color: #fff; text-shadow: none; }
::selection { background: #990000; color: #fff; text-shadow: none; }

a { color: #00e; }
/*a:visited { color: #840300; }*/
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 15px; list-style-image:url(/Images/cfass/icon-bullet.gif);}
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
/*h1, h2, h3, h4, h5, h6, p, li, span {vertical-align: bottom;}*/



/* ===== Primary Styles ========================================================
   Author: kettlenyc
   ========================================================================== */

/* defaults
-----------------------*/
a {
  color:#990000;
  text-decoration:none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a:hover {text-decoration:none;color:#1c1c1c;}
/*.hero-img {position:absolute;left:0;}*/
/*.hero-img {display:none;position:absolute;left:0;}*/
.hero-img {position:absolute;left:0;}

/*.img-fixed {position:fixed;}*/
.btn {
  background-color:#8d0400;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
  color:white;
  display:block;
  text-align:center;
  font-weight:900;
}
.btn:hover {text-decoration: none;}
.btn-sm {width:140px;height:24px;line-height:24px;font-size:12px;margin-bottom:4px;}
.btn-sm:hover, .btn-dark:hover {background-color:white;color:#1c1c1c;}
.btn-dark {background-color:#1c1c1c;}
.btn-md {
  display:inline-block;
  padding-left: 8px;
  background:transparent url(/Images/cfass/bg-btn.png) no-repeat 0 0;
  margin-left: -1px;
  cursor:pointer;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-md span {
  display:inline-block;
  width: 278px;
  height: 43px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 400;
  background:transparent url(/Images/cfass/bg-btn.png) no-repeat 100% -43px;
}
.btn-md:hover {
  background-position: 0 -86px;
  color: white;
}
.btn-md:hover span {
  background-position: 100% -129px;
}
.btn-inv {
  background-position: 0 -86px;
  color: white;
}
.btn-inv span {
  background-position: 100% -129px;
}
.btn-inv:hover {
  background-position: 0 0;
  color: white;
}
.btn-inv:hover span {
  background-position: 100% -43px;
}





/* header
-----------------------*/
header {background-color:#f4f4f4;}
header .inner {padding: 20px 0;position:relative;}
header h1 {margin:0;position:relative;z-index: 10;float:left;background-image:url(/Images/cfass/logo.gif);width: 619px; height: 60px;}
.body-zh header h1 {background-position: 0 -60px; height: 64px; }
header h1 a {width:100%;height:100%;display:block;}
#subnav {height: 40px;background:transparent url(/Images/cfass/bg-topbar.png) repeat-x 0 0;position:relative;z-index: 10;margin-bottom: -4px;}
#subnav ul {list-style: none;}
.lt-ie8 #subnav ul {margin-left:-48px;}
#subnav li {float:left;cursor:pointer;}
#subnav li a {
  font-size:18px;
  line-height:36px;
  height:36px;
  color:white;
  text-shadow:0 -1px rgba(0,0,0,.46);
  padding: 0 24px;
  margin-right: 26px;
  display:inline-block;
  -webkit-transition:none;
  -moz-transition:none;
  -o-transition:none;
  -ms-transition:none;
  transition:none;
}
/*#subnav li.first a {padding-left:0;}*/
#subnav li:hover a, .lt-ie7 #subnav .hover a {
  padding: 3px 24px 0;
  background-color:white;
  color:#990000;
  text-decoration: none;
  margin-top:-3px;
  -webkit-box-shadow:0 0px 3px rgba(0, 0, 0, .09);
  box-shadow:0 0px 3px rgba(0, 0, 0, .09);
}
#subnav li:hover .inner-sub {display:block!important;z-index: 20;}
#subnav .inner-sub {display:none;position:absolute;z-index:10;top:36px;left:0;right:0; background:transparent url(/Images/cfass/bg-whitebar.png) repeat-x 0 0;}
.lt-ie7 #subnav .inner {position:relative;}
#subnav .inner-sub li a {background:none;margin-right:0;}
#subnav .inner-sub .sub {width:940px;margin:0 auto;}
#subnav .sub li.first a {padding-left:0;}
/*#subnav .first .sub .first a {padding-left:14px;}*/
#subnav .sub li a, .lt-ie7 #subnav .hover .sub li a {
  padding-right:0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size:15px;
  color:#9e9e9e;
  text-shadow:none;
  padding-top:0;
  margin-top:0;
}
#subnav .sub-compact li a {padding:0 14px;}
#subnav .sub li a:hover {color:#191919!important;}
.header-loc {position:absolute; bottom:0; right:0;padding:66px 37px 22px 247px;color:#494848;font-size:17px;font-weight:700;text-transform: uppercase;min-width: 100px; min-height: 16px;}
.loc-new-york {background:transparent url(/Images/cfass/bg-loc-ny.png) no-repeat 0 100%;}
.loc-london {background:transparent url(/Images/cfass/bg-loc-london.png) no-repeat 0 100%;}
.loc-singapore-freeport {background:transparent url(/Images/cfass/bg-loc-singapore.png) no-repeat 0 100%;}
#subnav .language-toggle {float:right;position:relative;color:white;margin-right:24px;}
#subnav .language-toggle:hover a {padding:0;background:none;line-height:auto;line-height: 36px;margin-top:0;color:white;}
#subnav .language-toggle a {padding:0;margin: 0 5px;}
#subnav .language-toggle a:hover {text-decoration: underline;}





/* layout
-----------------------*/
.inner {width: 940px;margin:0 auto;position: relative;}
.home-novid .inner {width:622px;}
#subnav .inner {position:static;width:988px;}
#main {
  overflow:hidden;
  position: relative;
  min-height:640px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.home-main {margin-top:0!important;}
.main-content {height:695px!important;}
#main.single-content {height:auto;min-height:0;}
.inline-links, .locations {list-style:none!important;list-style-image:none!important;padding-left: 0;}
.locations li {list-style:none!important;list-style-image:none!important;}
.inline-links {margin: 5px 0;}
.inline-links.bottom {margin-top: 20px;}
.inline-links li {display:inline;font-size:12px;line-height:24px;color:#716e6e;border-left:1px solid #716e6e;padding-left: 10px;font-weight:700;margin-left:8px;}
.inline-links li a {font-weight: normal;}
.inline-links .first {border-left:0;padding-left:0;margin-left:0;}
.bottom li, .bottom li a {color:#9a9898; font-size:10px;font-weight:400;border-color:#9A9898;}
.box {margin-top:63px;background:transparent url(/Images/cfass/bg-hatch.png) repeat-y 0 0;position:relative;line-height:1.5;}
.box .box-inner {width: 510px;background-color:white;padding: 47px 10px 47px 47px;margin-left:1px;height:475px;}
.box .box-inner .scrollbars {height:448px;width:500px;padding-right:37px;}
.box .box-inner .mCustomScrollbar {height:475px;width:500px;padding-right:10px;}
.lt-ie7 .box .box-inner .scrollbars {overflow-y:scroll;}
.box-inner h2 {margin-top:0;font-size:36px;font-weight:normal;line-height:38px;}
.welcome-box {padding: 35px;background:transparent url(/Images/cfass/bg-dark.png) repeat 0 0;color:white;width: 250px;margin-top:0;}
.welcome-box h2 {font-size:49px;margin:0 0 2px 0;font-weight:normal;line-height: 54px;}
.welcome-box p {font-size:17px;line-height:28px;margin:0;}
.locations {margin:0;width: 320px;}
.locations li {margin-top:1px;}
.locations a {padding: 15px 35px;width: 250px;color:white;font-size:17px;text-transform: uppercase; background:transparent url(/Images/cfass/bg-red.png) repeat 0 0;display:block;font-weight: 700;}
.locations a:hover {background:transparent url(/Images/cfass/bg-white.png) repeat 0 0;color:#1c1c1c;text-decoration:none;}
/*.main-london {
  background:transparent url(/Images/cfass/bg-london.jpg) no-repeat 50% 50%!important;
}
.main-new-york {
  background:transparent url(/Images/cfass/bg-newyork.jpg) no-repeat 50% 50%!important;
}
.main-singapore-freeport {
  background:transparent url(/Images/cfass/bg-singapore.jpg) no-repeat 50% 50%!important;
}*/
.three-col {width:250px;margin-left:1px;background-color:white;float:left;position:relative;height:238px;padding: 25px 30px;}
.home-novid .three-col {height:200px;}
.three-col h2 {margin:0 0 10px 0;font-weight:400;}
.three-col h3 {font-size:17px;line-height:22px;margin:0 0 10px 0;font-weight:300;}
.three-col .btn-md span {width:240px;}
.home-3col {margin-top:175px;}
.home-3col .btn {position:absolute;left:30px;bottom:26px;}
.first {margin-left:0;}
.centered-content {background:transparent url(/Images/cfass/bg-dark.png) repeat 0 0;background:rgba(0,0,0,.8);margin:0; height:100%; padding-top:100px;/*height:665px;*/padding-bottom: 70px;}
.centered-content .inner,
.form-content .inner {width:408px; /*height: 510px;*/padding: 50px 37px 37px 24px;background-color:white;margin:0 auto;}
.single-content .inner {width:408px; height: 510px;padding: 80px;background-color:white;margin:0 auto;text-align:center;}
.single-content h2 {font-size:36px;line-height:38px;color:#8d0400;font-weight:400;margin:0;}
.single-content p {margin:0;}
.centered-content .video {width: 720px;margin:0 auto 50px;}
.intro {text-align:center;background:transparent url(/Images/cfass/border-fade.gif) no-repeat 50% 100%;padding-left:13px;padding-bottom:20px;}
.border {background:transparent url(/Images/cfass/border-fade.gif) no-repeat 50% 100%;padding-bottom:5px;margin-bottom:20px;}
.intro h2 {font-size:36px;line-height:38px;color:#8d0400;margin:0 0 5px 0;font-weight:400;}
#main .intro p {font-size:16px;line-height:20px; width:75%; text-align: center;margin:0 auto;}
.note {font-size:14px;}
.body-zh .note em {font-style:normal;}
.note span, .box label span {color:#8d0400;}
.note-right {float:right;position:relative;}
.note-left {float:left;position:relative;}
.box label {clear:both;display:block;}
.box label span {display:inline-block;width:10px;vertical-align: middle;}
.box input {margin-left:10px;margin-bottom:20px;width: 393px;padding:4px 0;}
.box .error {
  border:2px solid #990000;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.box select {height:31px;line-height:31px;margin-left:10px;margin-bottom:20px;}
.box .indent {margin-left:10px;}
.centered-content #email {margin-bottom:0;}
.box .submit {display:inline-block;padding-left:8px;background:transparent url(/Images/cfass/bg-btn.png) no-repeat 0 -86px;}
.lt-ie8 .box .submit, .lt-ie8 .box .submit input {display:block;}
.lt-ie8 .box .submit input {margin-left:-10px;}
.box .submit input {display:inline-block;background:transparent url(/Images/cfass/bg-btn.png) no-repeat 100% -129px;border:0;height: 43px;color:white;font-weight:700;text-align:center;width:390px;padding:0;margin:0;font-size:18px;}
.box .submit:hover {background-position:0 0;}
.box .submit:hover input {background-position:100% -43px;}
.section {background-color:white;}
.section-dark {background-color:#1c1c1c;color:white;}
.fold-content {margin:100px auto 60px; background:none;}
.fold-content .section {width:40%;float:left;position:relative; height:540px;padding:0 5%;text-align:center;}
.fold-content .section .intro {background:transparent url(/Images/cfass/border-fade.gif) no-repeat 50% 100%;padding-bottom:20px; margin-bottom:20px;}
.fold-content .section h2 {font-weight:400;color:#8d0400;font-size:36px;}
.body-contact-us .fold-content .section h2 {margin:90px 0 4px 0;}
.fold-content .section p {font-size:17px;margin:0;}
.fold-content .section h3 {font-size:21px;font-weight:400;color:#8d0400;margin:0;}
.fold-content .section-dark h3 {color:white;font-size:32px;font-weight: 300;/*margin-top:230px;*/}
.lt-ie8 .fold-content .section-dark h3 {margin-top:230px;}
.form-content {background:none; width:940px;margin:0 auto;}
.form-content .inner {width:460px;margin:100px 0; height:auto;}
.form-content input {width:447px;}
.box .input-city {width:240px;float:left;}
.box .input-state {width:95px;float:left;}
.box .input-state select, .box .input-state input {margin-left:0;}
.box .input-zipcode {width:125px;float:left;}
.box .input-zipcode input {margin-left:0; width:98%;}
.form-row label {display:inline-block;position:relative;}
.form-row input, .form-row select {width:90%;}
.form-content .submit input {width:443px;}
.body-existing-clients .fold-content .section {
  padding:0;
  width:50%;
  background-color: #191919;
}
.body-existing-clients .fold-content .section-inner {padding:40px 40px 40px 30px;text-align:left;background-color:white;height: 347px;}
.body-existing-clients .fold-content .section-dark {background:#1C1C1C url(/Images/cfass/bg-existing.jpg) no-repeat 0 0; width: 448px;}
.body-existing-clients .fold-content .section .section-dark {padding:19px 0;text-align:center; background:#1C1C1C; width:100%;height: 75px;}
.body-existing-clients .fold-content .section-dark p {margin:0 0 5px 0;}
.body-existing-clients .fold-content .intro {padding-left:0;}
.body-existing-clients #main .fold-content .intro p {width:auto;}
.body-existing-clients .fold-content .section-inner input {width:376px;}
.checkbox {margin-bottom:10px;}
.checkbox input {width:auto!important;margin-right:4px;float:left;position:relative;margin-top: 2px;margin-bottom:0;}
.checkbox label {float:left;position:relative; clear:none;line-height:1.2;}
.box .inline-link {font-size:13px;display:inline-block;}
.fw-content {background:none;width:960px;margin:100px auto;}
.fw-content .section {padding:50px;}
.left-col {width:340px;float:left;position:relative;margin-right:40px;}
.right-col {float:left;width:460px;position:relative;}
.fw-content .section-dark .right-col img {border:1px solid #858383;}
.fw-content .section-dark h2 {font-size:36px;font-weight:normal;margin:0 0 5px 0;line-height:38px;}
.fw-content .section-dark p {font-size:19px;line-height:26px;}
.fw-content .section h3 {text-align:center;font-size:30px;margin:0;font-weight:normal;}
.fw-content .section h4 {font-size:23px;line-height:27px;margin:50px 0 0 0;font-weight:normal;text-transform: capitalize;}
.fw-content .section h5 {font-size: 15px;color:#555555;margin:0;font-weight:normal;}
.body-contact-us .fold-content .section-dark:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.body-contact-us .fold-content .section h3 {
  display: inline-block;
  vertical-align: middle;
}
body .box .error-msg {color:#990000;font-size:13px;text-align:center;/*margin-top:-10px;*/}




/* ppc
-----------------------*/
.ppc .inner {background-color: white; text-align: center;}
.ppc .inner-top {background: white url(/Images/CFASS/border-fourcol.png) repeat-x 0 70%}
.ppc .inner-bot{background: #1c1c1c url(/Images/CFASS/border-threecol.png) repeat-x 0 70%;}
.ppc .inner-top h2 {color: #8d0400; font-size: 35px;font-weight: normal;}
.ppc .inner-bot h2 {margin: 0;}
.ppc .inner .three-col {height: 190px;margin: 0;width: 253px;background-color: transparent;}
.ppc .inner .three-col.first {width: 254px;}
.ppc .inner .three-col h2 {font-size: 22px;}
.ppc .inner .three-col p {font-size: 15px;}
.ppc .inner .three-col p em {font-size: 19px; line-height: 35px;font-weight: 300;margin-top: 3px;display:inline-block;}
.ppc .inner .three-col .btn {position: absolute; bottom: 37px; left: 33px;}
.ppc .inner p {margin: 0 0 5px 0;}
.four-col {width: 25%;float: left;}
.four-col-inner {padding: 0 25px 25px;}
.four-col h3 {font-size: 16px;margin-bottom: 10px;padding-top: 78px;line-height: 20px;}
.four-col p {font-size: 13px;}
.ppc-1 {background: transparent url(/Images/CFASS/ppc-1.png) no-repeat 50% 0;}
.ppc-2 {background: transparent url(/Images/CFASS/ppc-2.png) no-repeat 50% 0;}
.ppc-3 {background: transparent url(/Images/CFASS/ppc-3.png) no-repeat 50% 0;}
.ppc-4 {background: transparent url(/Images/CFASS/ppc-4.png) no-repeat 50% 0;}





/* footer
-----------------------*/
footer {padding:15px 0;background-color:#E7E7E7;position:relative;}
#subfooter {padding:25px 0;background-color:#E7E7E7;position:relative;}
.action-col {width:416px;float:left;}
.sponsors-col {width:524px;float:left;text-align:right;}
.action-col__share {width: 100px;float:right;margin-right: 70px;}
.action-col__share p {font-size: 14px;margin-bottom: 6px;padding-bottom: 6px;border-bottom: 1px solid #c4c4c4;margin-top: 0;}
.share {width: 18px;
  height: 17px;
  background: transparent url(/Images/CFASS/icons-share.png) no-repeat;
  text-indent: -9999em;
  display: block;
  float:left;
  position: relative;
  margin-left: 20px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.share-li {margin-left: 0; background-position: 0 0;}
.share-li:hover { background-position: 0 -17px;}
.share-tw {background-position: -39px 0;width: 19px;}
.share-tw:hover { background-position: -39px -17px;}
.share-g {background-position: -78px 0;}
.share-g:hover { background-position: -78px -17px;}
.pull-left {float: left;}





/* subnav
-----------------------*/
.body-about-us #subnav .sn-1 a,
.body-storage #subnav .sn-2 a,
.body-facility #subnav .sn-3 a,
.body-additional-services #subnav .sn-4 a {
  padding: 3px 24px 0;
  background-color:white;
  color:#990000;
  text-decoration: none;
  margin-top:-3px;
  -webkit-box-shadow:0 0px 3px rgba(0, 0, 0, .09);
  box-shadow:0 0px 3px rgba(0, 0, 0, .09);
}
.body-about-us #subnav .sn-1 .sub li a,
.body-storage #subnav .sn-2 .sub li a,
.body-facility #subnav .sn-3 .sub li a,
.body-additional-services #subnav .sn-4 .sub li a { padding-right: 0;-webkit-box-shadow: none;box-shadow: none; font-size:15px; color:#9e9e9e; text-shadow:none; padding-top:0; margin-top:0; height: 34px; }
.body-about-us.body-cfass-overview #subnav .sn-1 .sub .sn-1-1 a,
.body-about-us.body-cfass-team #subnav .sn-1 .sub .sn-1-2 a,
.body-about-us.body-cfass-confidentiality #subnav .sn-1 .sub .sn-1-3 a,
.body-about-us.body-more-than-just-art #subnav .sn-1 .sub .sn-1-4 a,
.body-about-us.body-contact-us #subnav .sn-1 .sub .sn-1-5 a,
.body-storage.body-overview #subnav .sn-2 .sub .sn-2-1 a,
.body-storage.body-self-managed-units #subnav .sn-2 .sub .sn-2-2 a,
.body-storage.body-self-managed-rooms #subnav .sn-2 .sub .sn-2-2 a,
.body-storage.body-cfass-managed-units #subnav .sn-2 .sub .sn-2-3 a,
.body-storage.body-cfass-managed-rooms #subnav .sn-2 .sub .sn-2-3 a,
.body-storage.body-cfass-managed-vault #subnav .sn-2 .sub .sn-2-4 a,
.body-storage.body-shared-storage-space #subnav .sn-2 .sub .sn-2-4 a,
.body-storage.body-wine-cellar #subnav .sn-2 .sub .sn-2-5 a,
.body-storage.body-jewelry-vault #subnav .sn-2 .sub .sn-2-6 a,
.body-facility.body-location #subnav .sn-3 .sub .sn-3-1 a,
.body-facility.body-video #subnav .sn-3 .sub .sn-3-2 a,
.body-facility.body-video-tour #subnav .sn-3 .sub .sn-3-2 a,
.body-facility.body-preservation #subnav .sn-3 .sub .sn-3-3 a,
.body-facility.body-security #subnav .sn-3 .sub .sn-3-4 a,
.body-facility.body-specifications #subnav .sn-3 .sub .sn-3-5 a,
.body-additional-services.body-shipping-logistics #subnav .sn-4 .sub .sn-4-1 a,
.body-additional-services.body-collection-management #subnav .sn-4 .sub .sn-4-2 a,
.body-additional-services.body-loss-damage-liability-coverage #subnav .sn-4 .sub .sn-4-3 a,
.body-additional-services.body-art-concierge-services #subnav .sn-4 .sub .sn-4-4 a,
.body-additional-services.body-private-viewing-galleries #subnav .sn-4 .sub .sn-4-5 a {color:#191919;}
.body-about-us #subnav .sn-1 .inner-sub,
.body-storage #subnav .sn-2 .inner-sub,
.body-facility #subnav .sn-3 .inner-sub,
.body-additional-services #subnav .sn-4 .inner-sub {display:block;}


/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
