

@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*!
 * Bootstrap v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:-moz-placeholder {
  color: #a0a1a3;
}
:-ms-input-placeholder {
  color: #a0a1a3;
}
::-webkit-input-placeholder {
  color: #a0a1a3;
}
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;
}
html {
    background: #F2F2F2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    margin: 0;
    padding: 0 !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html.unauthenticated {
    background: #fff;
}
body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.btn-group {
  position: relative;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 11px;
}
.btn-group > .btn-small {
  font-size: 12px;
}
.btn-group > .btn-large {
  font-size: 16px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  /*margin-top: 8px;*/
  margin-left: 0;
}
.marketing-links .btn .caret {
    margin-left: 4px;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom: 5px solid #000000;
  border-top: 0;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  color: #fff;
  *position: relative;
  *z-index: 2;
}
.unauthenticated .navbar {
    display: none;
}
.navbar-inner {
  min-height: 32px;
  padding-left: 0;
  padding-right: 0;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
}
.navbar .brand {
  /*float: left;*/
  display: block;
  padding: 8px 0 8px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  right: 0;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar .brand .navbar-arrow {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left:10px solid #fff;
    position: absolute;
    right: 0;
    top: 10px;
}

.navbar .brand .navbar-arrow.active {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
    border-bottom: none;
    top: 11px;
}

.navbar-brand-container {
    position: absolute;
    right: 0;
    width: 100%;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}
.navbar-link {
  color: #fff;
}
.navbar-link:hover {
  color: #333333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  background: #2e5ca3 url(/resource/1434557053000/ONE_zip_images/image-navbar-bg.png) repeat-x 0 0;
  height: 32px;
  position: static;
  width: 100%;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-static-top .container {
    text-align: right;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {

}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {

}
.navbar .nav,
.navbar ul {
  background: #2E5CA3;
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li,
.navbar ul > li {
  float: left;
  margin: 0;
  position: relative;
}
.navbar .nav > li > a,
.navbar ul > li > a {
  float: none;
  font-size: 12px;
  padding: 8px 12px 9px;
  color: #fff;
  text-decoration: none;
  display: block;
}
.navbar .nav > li > a.btn,
.navbar ul > li > a.btn {
    margin-top: 0;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover,
.navbar ul > li > a:focus,
.navbar ul > li > a:hover {
  background: #5eb6e4;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  background: none;
  border: none;
  display: none;
  float: right;
  outline: none;
  padding: 10px 10px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  height: 32px;
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {

}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {

}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse {
  color: #999999;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.row-fluid {
    margin: 0 0 24px 0;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  font-size: 14px;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #A0A1A3;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-append .add-on,
.input-append .btn {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.date input[readonly],
.time input[readonly] {
  cursor: pointer;
  background-color: #fff;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(/resource/1434557053000/ONE_zip_images/glyphicons-halflings-blue.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-exclamation-sign {
    background-position: 0 -120px;
}

.icon-chevron-up {
    background-position: -288px -120px;
}

.icon-chevron-down {
    background-position: -313px -119px;
}

.icon-remove {
    background-position: -312px 0;
}

.navbar .dropup,
.navbar .dropdown {
  position: relative;
}
.navbar .dropdown-toggle {
  *margin-bottom: -3px;
}
.navbar .dropdown-toggle:active,
.navbar .open .dropdown-toggle {
  outline: 0;
}
.navbar .caret,
.marketing-links .caret {
  display: inline-block;
  width: 0;
  height: 0;
  /*vertical-align: top;*/
  vertical-align: middle;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.navbar .dropdown .caret,
.marketing-links.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.navbar .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 280px;
  padding: 10px 0 5px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.marketing-links .dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  clear: both;
  float: none;
  min-width: 180px;
  padding: 18px 0 18px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: auto;
}
.marketing-links .dropdown-menu li {
    border: none;
    clear: both;
    display: block;
    float: none;
}
.navbar .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.navbar .dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.navbar .dropdown-menu ul {
    float: none;
}
.navbar .dropdown-menu li {
    clear: both;
}
.navbar .dropdown-menu li > a {
  display: block;
  padding: 3px 10px 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #fff;
  white-space: nowrap;
}
.navbar .dropdown-menu li > a:hover,
.navbar .dropdown-menu li > a:focus,
.navbar .dropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.navbar .dropdown-menu .active > a,
.navbar .dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.navbar .dropdown-menu .disabled > a,
.navbar .dropdown-menu .disabled > a:hover {
  color: #999999;
}
.navbar .dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.navbar .open {
  *z-index: 1000;
}
.navbar .open > .dropdown-menu,
.marketing-links.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.navbar .dropdown-submenu {
  position: relative;
}
.navbar .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.navbar .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.navbar .dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.navbar .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.navbar .dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.navbar .dropdown-submenu.pull-left {
  float: none;
}
.navbar .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar .dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

.navbar .dropdown .dropdown-menu li {
    float: none !important;
}

.navbar .dropdown .dropdown-menu li ul li a {
    text-align: left;
}

.navbar .dropdown .dropdown-menu li ul li a:hover,
.navbar .dropdown .dropdown-menu li ul li a:focus,
.navbar .dropdown .dropdown-menu li ul li a:active {
    background-color: #5eb6e4;
    background-image: none;
    filter: none;
}

.navbar .dropdown .dropdown-menu li ul li ul li a {
    padding: 3px 10px 3px 30px;
}

.navbar .dropdown .dropdown-menu a:hover::after,
.navbar .dropdown .dropdown-menu a:focus::after {
    background: transparent;
    width: 0;
    height: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    bottom: -8px;
    content: " ";
    left: 50%;
    margin-left: -10px;
    position: absolute;
}

.navbar .dropdown .btn.dropdown-toggle,
.marketing-links.dropdown .btn.dropdown-toggle {
    background: none;
    border: none;
    margin: 0;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.breadcrumb {
  padding: 0 12px;
  margin: 0 0 20px;
  list-style: none;
  font-size: 12px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #666;
}
.help-inline {
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
}

/*** START SMARTHPHONE CSS ***/

/* Overthrow CSS:
   Enable overflow: auto on elements with overthrow class when html element has overthrow class too */
.overthrow-enabled .overthrow {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 0 3px 0 0;
}

a {
    color: #007ac9;
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: underline;
}

.container-fluid h1 {
    padding: 0 12px;
}

.document-list {
    border-bottom: 1px dotted #ccc;
    margin: 0 0 18px 0;
    padding: 0 12px 24px 12px;
}

.document-list ul {
    margin: 0;
    padding: 0 0 20px 20px;
}

.document-list li {
    color: #007AC9;
    margin: 0 0 6px 0;
    padding: 0;
}

.document-list li a {
    display: block;
}

.phone-number,
.phone-number a {
    clear: none !important;
    color: #616365 !important;
    display: inline !important;
}

.wrapper {
    background: #fff;
    color: #616365;
    margin: 0 auto;
    width: 100%;
}

.page-container {
    background: #fff;
}

.logo-container {
    float: left;
}

.unauthenticated .logo-container {

}

.logo-container .logo {
    display: block;
    float: left;
    max-width: 92px;
}

.logo-title {
    float: left;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 6px 0 0 10px;
}

.mporgnav-container {
    right: 0;
    top: 0;
    margin-right: 250px;
    margin-left: 250px;
    float: right;
    position: absolute;
    z-index: 1;
}

.mporgnav-container a {
    font-size: 12px;
    color: white;
}

.company-logo {
    /*outline: 1px dotted #ccc;*/
    background: transparent url(/resource/1434557053000/ONE_zip_images/image-logo-arc.png) no-repeat 0 100%;
    display: table;
    height: 58px;
    min-width: 100px;
    max-height: 58px;
    max-width: 100px;
    padding: 0 0 0 127px;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
}
.company-logo-inner {
    display: table-cell;
    max-width: 100px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.company-logo-inner p {
    margin: 0;
}
.company-logo img {
    margin: 0 18px 0 0;
    max-height: 58px;
    vertical-align: middle;
}

.login-container {
    clear: both;
    margin: 2px 12px;
    position: relative;
}

.arrow-link {
    background: transparent url(/resource/1434557053000/ONE_zip_images/image-arrow-link.png) no-repeat 0 0;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 20px;
    line-height: 1.2;
    padding: 0 0 0 26px;
    margin: 0 0 0 12px;
}

.login-content {
    clear: both;
}

.login-header {
    color: #616365;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 12px 0;
}

.login-container a {
    color: #007ac9;
    text-decoration: none;
}

.login-container a:hover {
    text-decoration: underline;
}

.login-container .input-field {
    margin: 0 0 10px 0;
    position: relative;
}
.login-link {
    background: transparent url(/resource/1434557053000/ONE_zip_images/image-arrow-link.png) no-repeat 100% 50%;
    display: inline-block;
    line-height: 1.5;
    padding: 0 26px 0 0;
    margin: 18px 0 0 12px;
}
.dotted-line {
    background: none;
    border: none;
    border-top: 1px dotted #ccc;
    clear: both;
    display: none;
    height: 1px;
    margin: 18px 0;
    padding: 0;
}
.unauthenticated .dotted-line,
.unauthenticated.error-page .dotted-line {
    display: block;
}
.filter-container .input-field,
#search-container .input-field {
    position: relative;
}

.forgot-password-link {
    font-size: 12px;
}

.input-field {
    margin: 0 0 10px 0;
    position: relative;
}

.input-field input[type="text"],
.input-field input[type="password"] {
    border: 1px solid #a0a1a3;
    font-size: 14px;
    padding: 3px 8px;
    height: 16px;
    width: 225px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
}

.page-container .input-field input[type="text"] {
    display: block;
}

.input-field textarea {
    border: 1px solid #a0a1a3;
    font-size: 14px;
    padding: 8px;
    min-height: 72px;
    line-height: 18px;
    resize: none;
    width: 217px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
}

.input-field label {
    color: #a0a1a3;
    cursor: text;
    display: none;
    font-size: 14px;
    left: 8px;
    position: absolute;
    top: 4px;
}

.select-field {
    margin: 0 0 16px 0;
}
.select-field label {
    display: block;
    margin: 0 0 8px 0;
}
.select-field select {
    border: 1px solid #a0a1a3;
    font-size: 14px;
    padding: 2px 2px 2px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.textarea-field label {
    width: 261px;
}
.input-field textarea {
    padding: 8px;
    width: 277px;
}

.submit-btn {
    color: #fff;
    padding: 10px 12px 10px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-width: 0;
    background: #0079C9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.login-submit {
    background: transparent url(/resource/1434557053000/ONE_zip_images/image-login-submit.png) no-repeat 0 0;
    border: none;
    height: 25px;
    margin: 0 0 0 10px;
    outline: none;
    width: 25px;
}

.input-field input.search-field {
    display: inline-block !important;
    width: 87px;
}

.featured-container {
    position: relative;
}

.featured-image {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.featured-text {
    background: transparent url(/resource/1434557053000/ONE_zip_images/image-translucent-white-bg.png) repeat 0 0;
    bottom: 0;
    font-size: 14px;
    left: 50%;
    margin-left: -160px;
    padding: 12px;
    position: absolute;
    width: 296px;
}

.featured-text h2 {
    font-size: 28px;
    font-weight: normal;
    margin: 0 0 8px 0;
}

.featured-text p {
    margin: 0 0 12px 0;
}

.page-content {
    font-size: 14px;
    line-height: 1.4;
    padding: 66px 0 12px 0;
}

.ONEHome .page-content {
    padding: 0;
}

.page-content .container-fluid .row-fluid:last-child {
    margin: 0;
}

.unauthenticated .page-content {
    padding: 24px 0 12px 0;
}

.unauthenticated .ONEHome .page-inner-container {
    margin-top: 24px;
}

.page-inner-content {
    padding: 0 12px;
}

.page-content h1 {
    color: #616365;
    display: block;
    font-size: 24px;
    font-weight: normal;
    margin: 12px 0 18px 0;
}

.page-content.my-profile-page h1 {
    float: left;
}

.page-content.my-profile-page .btn {
    background: #008bd1;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 1.2em;
    margin: 0 6px 0 0;
    padding: 6px 24px;
}

.page-content.my-profile-page .btn:first-child {
    margin: 0 6px 0 0;
}

.btn-container {
    margin: 12px 0 0 0;
    width: 100%;
}

.btn-container.float-left {
    float: left;
    margin: 4px 0 0 24px;
    width: auto;
}

.green-btn,
.btn.green-btn {
    color: #fff;
    padding: 10px 12px 10px 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border-width: 0;
    background-color: #48a618;
    background-image: none;
    -webkit-box-shadow: 0 0 12px 1px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 12px 1px rgba(0,0,0,.5);
    box-shadow: 0 0 12px 1px rgba(0,0,0,.5);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.green-btn:hover,
.green-btn:active,
.btn.green-btn:hover,
.btn.green-btn:active {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.blue-btn,
.btn.blue-btn {
    color: #fff;
    padding: 6px 12px 6px 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border-width: 0;
    background-color: #5EB6E4;
    background-image: none;
    font-family: Arial, Helvetica, sans-serif;
}

.blue-btn:hover,
.blue-btn:active,
.btn.blue-btn:hover,
.btn.blue-btn:active {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.checkbox-container {
    color: #616365;
    font-size: 13px;
}

.checkbox-container ul {
    margin: 0;
    padding: 0;
}

.checkbox-container li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    list-style-type: none;
    margin: 8px 0 8px 0;
    width: 50%;
}

.checkbox-container li input[type="checkbox"] {
    margin: 0 6px 0 0;
}

@media only screen and (max-width: 600px) {
    .checkbox-container li {
        float: none;
        width: 100%;
    }
}

.video-carousel-container {
    background: #f2f2f2 url(/resource/1434557053000/ONE_zip_images/image-video-carousel-container-background.png) repeat-x 0 100%;
}

.video-carousel-container .row-fluid {
    margin: 0;
}

.video-carousel {
    position: relative;
}

.video-container {
    display: none;
    margin: 0 auto 18px;
    position: relative;
    /*width: 320px;*/
}

.video-container .close-link {
    background: #007AC9;
    bottom: -32px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 16px;
    padding: 8px 8px 8px 8px;
    position: absolute;
    right: -1px;
    text-transform: uppercase;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

/*.video-container.vidizmo-video {

}

.video-container.vidizmo-video iframe {
    left: 50%;
    margin-left: -130px;
    position: relative;
}

.video-container.vidizmo-video .close-link {
    position: absolute;
    top: 200px;
}*/

.video-title {
    background: rgba(97,99,101,0.75);
    bottom: 0;
    font-size: 13px;
    height: 62px;
    /*max-height: 45px;*/
    overflow: hidden;
    padding: 8px;
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.video-content {
    color: #fff;
    display: block;
    position: relative;
}

.video-content:after {
    background: rgba(0,0,0,0.3);
    border: 4px solid #fff;
    -webkit-border-radius: 52px;
    border-radius: 52px;
    color: #fff;
    content: "";
    font-size: 32px;
    height: 52px;
    left: 50%;
    line-height: 44px;
    margin: -26px 0 0 -26px;
    padding: 0 0 0 4px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 50%;
    width: 52px;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 8px 2px #000;
    box-shadow: 0 0 8px 2px #000;
}

.video-content:before {
    background: transparent;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
    border-width: 12px 0 12px 20.8px;
    content: "";
    height: 0;
    left: 50%;
    margin: -12px 0 0 -8px;
    padding: 0 0 0 4px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 50%;
    width: 0;
    z-index: 2;
}

.video-content br {
    display: none;
}

.video-carousel .flex-container {
    margin: 0 auto;
    max-width: 360px;
}

.slider-counter {
    bottom: 8px;
    color: #fff;
    /*content: attr(data-current) " of " attr(data-count);*/
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    right: 8px;
    z-index: 1;
}

.swipe-cue-container {
    width: 100%;
    height: 100%;
    z-index: 5;
    padding: 0;
    box-sizing: border-box;
    position: absolute;
    text-align: center;
    opacity: 0;
    top: 0;
}

.swipe-cue {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABACAYAAADS1n9/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABJ1JREFUeNrsXeF1nDAMhrz8LxuUDUonKJmg6QZ0AzJB2IB0gssGdAOuE3CdgGSCuw2onShtSjDYsmxMTnrPj/cuQZalz7IsC4ijd07DMOTiItsn0VLRsoVbDqI9iPZbtH0cx/uIaVMGT0QrRGsGOmqAZ8IaDtfwmWi7wT3JPjLWeFiGbwf/1L4HIMRbdvXiUotWGNy2h/X9UfH3jxAn5AY870W7EbHCiaejP+Nfi3bUmKWdaCVmpoJnKYHHEklZrtkyfoxfaxijEi0l7DMFnkugq9lCbqP7bsHwpQc5ygUgdLxb8G/82qfSQZ6aQbC+8XtI9KyWZAIZGAQrGL8NQcEgY8MgcKNclfF3AcqqSkJ1bEnaaH8XsMw73h3Q7fM3ZXwNEHCewGBNndpmNRsaQ6PYpnI8gJxB/ZaUByDut+jB1lZcpnCf+QbHkivGwieJM0prXQVQAK4a+jgqXHQL/5MR9TkVyLZsaf3Zb71uQkDZI457e9vAbSaeYS+gufaXlsqnqApqbEAIZwccC2gY683st+TXERZ/dJYgmPICQQS1l0uKFBeJ1rGwpziOvxHKMeVqf2CNLy5ynaV0s5KXjA+ukIUfciy3E2O+p9x6TtlJtO/oYhVfSQ2Fq04Jeb0+P6igwDMftRKCtjnP0SBlSl3nNciTZ4q1S1LlYAkgyZ8rlHCEsSSGBlMVgFwjZXsDLAd6rBQ2K00Z5ZQzANFXieTVU9YJQCwx9oI94YTKHeizscqlAPqPvo42FajF1PAVIx4FoYzWvBXbXBfeVBUAHxeX1YWbnexdpxBL4GJrB3LWBEuUl/MNAJv5JF7jJGsCcC2CR0oRQBpuVVMEj9ZXrYBxUOgz6FuYFTvL2Tl4krVG3L9zHQiaBoWXLy4jen7IYkzyQck9Ilh5EHvPB6Tcj4h78sg/5Z7G9tfLRc8PrZjQXrSvEzkROWEOTw++zuSrbaiy8ACVqWJ8ZNkU2crUdkYSzGYsPQWFF5A123KhQqb521b68UXS5s1FgIIdDP//i2JwLhSm0/fs0hiasiUAZE5/zQcb78Yxxzv2AD9HAL9bUe/S5lfxSzYOloKp2XiDYG4UBEIQmmDexqFYR+WbPa6ot6tTBhf9xAheUt/yQO1gcA8mCIwguJ8C6uf/+l9rG2hplHQmyEk89ZMGrB9V4FgEkwiyHGA+Y5jSgyKDrVdEnQ6ukQq2HGS5UNKVEPSxtE0uA9SLMhU8FQS+Xs9OiqDwqTAkwNLsOXmka74l6KNe6CcJzPjKIh4Z9Nm61iawwerU/BUW/AudmsGN6CQ3ZRR8UGjwcqgKwbvW5N0GpI+KdJkKPSg0LPzsdOSGWW9SRt4FogtUSViMXU+Ii0Kxg8acpp0gv/Hr1W8fYK+MiugxuQAXrj9CFIVu9jVxFgAgpxAAgJadAXDeALjYsPEzluWMARDY/jthADAxAJgYAEwMACYGwPkFXikDwD9lDABeApgYAEwMACYGABMDgIkBwHQ2pPHZFl9UD/wS6FWBkK744ciULRAWEHx9OpYNH/jSwB+P1qT4DACRR/8+H59Ey4Wf++i5mPIsPh//R4ABAJ/SlupipMS4AAAAAElFTkSuQmCC');
    width:160px;
    height:65px;
    background-position:50%;
    text-align:center;
    margin:5em auto;
    padding:15px 20px;
    background-repeat:no-repeat;
    background-color:rgba(0,0,0,.75);
    border-radius:8px
}

.slow-animate {
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

.video-content img {
    /*border: 1px solid #ccc;*/
}

.video-details {
    display: none;
}

.footer-container {
    background: #f2f2f2 url(/resource/1434557053000/ONE_zip_images/image-footer-bg.png) repeat-x 0 0;
    font-size: 12px;
    padding: 28px 12px 80px;
}
.unauthenticated .footer-container {
    background: none;
    padding: 18px 0 64px;
}

.unauthenticated .footer-inner-container {
    border-top: 1px dotted #CCC;
    padding: 12px 12px 0 12px;
}

.login-marketing {
    font-size: 12px;
    padding: 0 12px;
}

.login-marketing .row-fluid {
    margin: 0;
}

.login-marketing h3 {
    font-size: 16px;
}

.login-marketing .span4 {
    margin: 16px 0 0 0;
}

.footer-container .submenu {
    display: none;
}

.footer-container a {
    color: #616365;
    display: block;
    text-decoration: none;
}

.footer-container a:hover,
.footer-container a:active {
    color: #616365;
    text-decoration: underline;
}

.unauthenticated .footer-container a {
    color: #007AC9;
}

.unauthenticated .footer-container a:hover,
.unauthenticated .footer-container a:active {
    color: #007AC9;
}

.unauthenticated .footer-links {
    /*float: left;*/
}

.social-media-container {

}

.social-media-container .social-link {
    display: block;
    float: left;
    margin: 0 0 0 12px;
}

.social-media-container .social-link:first-child {
    margin: 0;
}

.footer-links h3 {
    border-bottom: 1px dotted #616365;
    display: block;
    font-size: 14px;
    margin: 14px 0;
    padding: 0 0 4px 0;
}

.footer-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-links li {
    /*float: left;
    margin: 0 20px 6px 0;*/
    margin: 0 6px 6px 0;
}

.footer-links .span3 {
    margin-bottom: 24px;
}

.unauthenticated .footer-links li {
    /*margin: 0 6px 0 0;*/
}

.footer-copyright {
    margin: 0 0 4px 0;
}

.header-container {
    /*background: #fff url(/resource/1434557053000/ONE_zip_images/image-header-bg.png) repeat-x 0 100%;*/
    background: #007ac9; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMwMDdhYzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDgzNTgwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  #007ac9 30%, #083580 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#007ac9), color-stop(100%,#083580)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #007ac9 30%,#083580 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #007ac9 30%,#083580 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #007ac9 30%,#083580 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #007ac9 30%,#083580 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ac9', endColorstr='#083580',GradientType=0 ); /* IE6-8 */
    min-height: 60px;
    position: relative;
}

.ie9 .header-container {
    filter: none;
}


.unauthenticated .header-container {
    min-height: 42px;
}

.header-inner-container {
    height: 52px;
    padding: 8px 0 0 8px;
    position: relative;
}

.header-inner-container *{
    box-sizing: content-box;
}
    

.unauthenticated .header-inner-container {
    height: auto;
}

.loggedin-container {
    background: #fff url(/resource/1434557053000/ONE_zip_images/image-header-bg.png) repeat-x left bottom;
    padding: 0 12px 18px 12px;
}

.welcome-container {
    /*background: #fff;*/
    height: 40px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.welcome-inner-container {
    right: 6px;
    position: absolute;
    top: 4px;
  }

.welcome-text {
    clear: both;
    float: right;
    font-size: 11px;
    font-weight: bold;
}

.welcome-links {
    clear: both;
    float: right;
    font-size: 11px;
}

.welcome-links a {
    border-right: 1px solid #616365;
    color: #007ac9;
    margin:  0 6px 0 0;
    padding: 0 6px 0 0;
}

.welcome-links a:hover,
.welcome-links a:active {
    color: #007ac9;
}

.welcome-links a.logout-link {
    border-right: none;
    margin: 0;
    padding: 0;
}

.welcome-links .logout-form {
    display: inline;
}











.navigation-container {

}

.menu-header {
    bottom: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: normal;
    /*height: 32px;*/
    left: 8px;
    position: absolute;
}

.home-btn {
    background: transparent url(/resource/1434557053000/ONE_zip_images/image-home-icon.png) no-repeat 0 0;
    display: block;
    height: 17px;
    position: absolute;
    width: 22px;
}

.menu-btn {
    background: #fff;
    color: #007ac9;
    display: block;
    font-size: 14px;
    padding: 8px 26px 14px 12px;
    position: relative;
    text-transform: uppercase;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.menu-btn:after {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #a5a5a5;
    height: 0;
    position: absolute;
    right: 8px;
    top: 14px;
    width: 0
}

.menu-btn.expanded {
    background: #b0b1b2;
    color: #fff;
}

.menu-btn.expanded:after {
    border-top: 8px solid #d1d2d3;
}

.menu-btn.expanded:before {
    content: "";
    bottom: -10px;
    border-bottom: 20px solid #f2f2f2;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    display: block;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    z-index: 2;
}

.menu-btn:hover,
.menu-btn:active {
    text-decoration: none;
}

.nav-container {
    width: 100%;
    z-index:1000;
}

.nav-container ul {
    margin:0;
    padding: 0;
    list-style:none;
    list-style-image: none;
    font-size:16px;
    width: 100%;
}

.nav-container > ul {
    background: transparent url(/resource/1434557053000/ONE_zip_images/image-nav-bg.png) repeat-x 0 100%;
    display: none;
    padding: 0 0 13px 0;
    position: absolute;
    z-index: 1000;
}

.nav-container > ul > li {

}

.nav-container > ul > li:first-child {

}

.nav-container ul li {
    background: #fff;
    list-style:none;
    list-style-image: none;
    margin-left: 0;
}

.nav-container ul li a {
    display: block;
    font-weight: bold;
}

.nav-container ul li a:hover,
.nav-container ul li a:active {
    text-decoration: none;
}

.nav-container ul li[aria-haspopup="true"] {
    position: relative;
}

.nav-container ul li[aria-haspopup="true"] .expandable {
    background: #edeff2 url(/resource/1434557053000/ONE_zip_images/image-gray-nav-arrow.png) no-repeat 50% 0;
    cursor: pointer;
    display: block;
    height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    z-index: 100;
}

.nav-container ul li[aria-haspopup="true"].active .expandable {
    background: #edeff2 url(/resource/1434557053000/ONE_zip_images/image-gray-nav-arrow.png) no-repeat 50% -38px;
}

.nav-container ul > li > a {
    height: 20px;
    padding: 0;
}

.nav-container ul > li > ul a {
    padding: 9px 24px 5px 54px;
}

.nav-container ul > li.marketing-links > ul a {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 10px;
}

.nav-container ul > li.marketing-links > ul a:hover,
.nav-container ul > li.marketing-links > ul a:focus,
.nav-container ul > li.marketing-links > ul a:active {
    color: #999;
}
/*
#subnavigation-holder {
    background: #f2f2f2 url(/resource/1434557053000/ONE_zip_images/image-video-carousel-container-background.png) repeat-x 0 100%;
    height: 75px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
#subnavigation-holder .submenu {
    background: #f2f2f2;
    display: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 12px 0 12px 0;
    position: absolute;
    top: 75px;
    width: 100%;
}

#subnavigation-holder .submenu li {
    list-style: none;
}

#subnavigation-holder .submenu li a {
    display: block;
    font-size: 14px;
}

#subnavigation-holder .submenu > li {

}

#subnavigation-holder .submenu > li > a {
    padding: 6px 14px;
}

#subnavigation-holder .submenu > li > a:hover,
#subnavigation-holder .submenu > li > a:focus,
#subnavigation-holder .submenu > li.current > a {
    background: #b0b1b2;
    color: #fff;
    text-decoration: none;
}

#subnavigation-holder .submenu > li ul li {
    font-size: 14px;
    /*padding: 0 0 0 12px;*//*
}

#subnavigation-holder .submenu ul > li > ul a {
    padding: 7px 24px 7px 66px;
}
*/

/* ************************************
    NEW SUBNAVIGATION STYLES (11/22/13)
   ************************************ */
#subnavigation-holder {
    background: #f5f5f7;
    background: -moz-linear-gradient(top,  #f5f5f7 0%, #dfdfdf 95%, #bfbfbf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f7), color-stop(95%,#dfdfdf), color-stop(100%,#bfbfbf));
    background: -webkit-linear-gradient(top,  #f5f5f7 0%,#dfdfdf 95%,#bfbfbf 100%);
    background: -o-linear-gradient(top,  #f5f5f7 0%,#dfdfdf 95%,#bfbfbf 100%);
    background: -ms-linear-gradient(top,  #f5f5f7 0%,#dfdfdf 95%,#bfbfbf 100%);
    background: linear-gradient(to bottom,  #f5f5f7 0%,#dfdfdf 95%,#bfbfbf 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f7', endColorstr='#dfdfdf',GradientType=0 );*/
    height: 75px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.lt-ie10 #subnavigation-holder{
  background:url(/resource/1434557053000/ONE_zip_images/subnav-bg-ie.png) repeat-x scroll 0 50% #f5f5f7;
}
#subnavigation-holder .submenu {
    background: #f2f2f2;
    display: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 12px 0 12px 0;
    position: absolute;
    top: 75px;
    width: 100%;
    z-index: 2;
}

#subnavigation-holder .submenu li {
    list-style: none;
    margin-left: 0;
}

#subnavigation-holder .submenu li a {
    display: block;
    font-size: 14px;
}

#subnavigation-holder .submenu > li {

}

#subnavigation-holder .submenu > li > a {
    padding: 6px 14px;
}

#subnavigation-holder .submenu > li > a:focus,
#subnavigation-holder .submenu > li > a:hover,
#subnavigation-holder .submenu > li.current > a {
    background: #5eb6e4;
    color: #000;
    text-decoration: none;
}

#subnavigation-holder .submenu > li ul li {
    font-size: 14px;
    /*padding: 0 0 0 12px;*/
}

#subnavigation-holder .submenu ul > li > ul a {
    padding: 7px 24px 7px 66px;
}

#subnavigation-holder .dropdown {
    position: relative;
}

#subnavigation-holder .dropdown-toggle {
    *margin-bottom: -3px;
}
#subnavigation-holder .dropdown-toggle:active,
#subnavigation-holder .open .dropdown-toggle {
    outline: 0;
}

#subnavigation-holder .dropdown button.btn {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 20px;
}

#subnavigation-holder .dropdown .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #007ac9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    margin-top: 8px;
    margin-left: 2px;
}

#subnavigation-holder .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 280px;
    padding: 10px 0 5px 0;
    margin: 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

#subnavigation-holder .open > .dropdown-menu {
    display: block;
}

#subnavigation-holder .dropdown .btn.dropdown-toggle {
    background: none;
    border: none;
    margin: 0;
    padding: 6px 10px 13px;
    position: absolute;
    right: 0;
    top: 0;
}

#subnavigation-holder .submenu > li > ul.subsubmenu {
    margin-left: 0;
    min-height: auto;
    padding-left: 0;
    width: auto;
}
#subnavigation-holder .submenu > li > ul.subsubmenu li {
    margin: 0;
    padding: 0;
}
#subnavigation-holder .submenu > li > ul.subsubmenu li a {
    padding: 6px 14px 6px 28px;
}

#subnavigation-holder .submenu > li > ul.subsubmenu li a:hover,
#subnavigation-holder .submenu > li > ul.subsubmenu li a:focus {
    background: #5eb6e4;
    color: #fff;
    text-decoration: none;
}


/* ************************************
    SUBNAVIGATION "MORE" STYLES (02/01/15 - MMink)
   ************************************ */

#subnavigation-holder .submenu .subnavigation-overflow{
    position:relative;
}
#subnavigation-holder .submenu .subnavigation-overflow > a {
    text-transform: uppercase;
    font-size: 13px;
    padding: 9px 14px 12px 14px;
}
#subnavigation-holder .submenu .subnavigation-overflow > a .caret{
    display: inline-block;
    width: 0;
    height: 0;
    color: inherit;
    vertical-align: middle;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-top: 0;
}
#subnavigation-holder .subnavigation-overflow .dropdown-menu{
    margin-top:11px;
    background:none transparent;
        background: #f2f2f4;
    background: -moz-linear-gradient(top,  #f2f2f4 0%, #dfdfdf 95%, #dfdfdf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f4), color-stop(95%,#dfdfdf), color-stop(100%,#dfdfdf));
    background: -webkit-linear-gradient(top,  #f2f2f4 0%,#dfdfdf 95%,#dfdfdf 100%);
    background: -o-linear-gradient(top,  #f2f2f4 0%,#dfdfdf 95%,#dfdfdf 100%);
    background: -ms-linear-gradient(top,  #f2f2f4 0%,#dfdfdf 95%,#dfdfdf 100%);
    background: linear-gradient(to bottom,  #f2f2f4 0%,#dfdfdf 95%,#dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f4', endColorstr='#dfdfdf',GradientType=0 );
    padding-left:12px;
    padding-right:12px;
    border:1px solid #d1d1d1;
    border-top:0 none;
    border-radius:0;
}
#subnavigation-holder .subnavigation-overflow .dropdown-menu:before{
    content:"";
    display:block;
    border-bottom:12px solid #f2f2f4;
    border-right:12px solid transparent;
    border-left:12px solid transparent;
    width:0;
    height:0;
    position:absolute;
    bottom:100%;
    left:12px;
}
#subnavigation-holder .subnavigation-overflow .dropdown-menu li{
    background:none transparent;
    padding:0 0 1em 0;
}
#subnavigation-holder .subnavigation-overflow .dropdown-menu > li:first-child{
    padding-top:.5em;
}
@media (max-width: 979px){
    #subnavigation-holder .submenu .subnavigation-overflow > a{
        display:none;
    }
    #subnavigation-holder .subnavigation-overflow .dropdown-menu {
        display: block;
        background: none transparent;
        position: static;
        width: auto;
        float: none;
        border: 0 none;
        padding: 0;
        margin:0;
    }
    #subnavigation-holder .subnavigation-overflow .dropdown-menu:before{
        display:none;
    }
    #subnavigation-holder .subnavigation-overflow .dropdown-menu > li,
    #subnavigation-holder .subnavigation-overflow .dropdown-menu > li:first-child {
        padding:0;
    }
    #subnavigation-holder .subnavigation-overflow .dropdown-menu > li > a{
        padding:6px 14px;
    }

    #subnavigation-holder .subnavigation-overflow .dropdown-menu > li > a:focus,
    #subnavigation-holder .subnavigation-overflow .dropdown-menu > li > a:hover,
    #subnavigation-holder .subnavigation-overflow .dropdown-menu > li.current > a {
        background: #5eb6e4;
        color: #fff;
        text-decoration: none;
    }
}


.nav-container .btn.dropdown-toggle {
    display: none;
}

.sitemap-links {
    text-transform: uppercase;
}

.external-links {
    margin: 8px 0 18px 0;
}

.pagination-container {
    list-style-type: none;
    margin: 12px 0;
    padding: 0;
}

.pagination-container a {
    height: 16px;
    display: block;
    cursor: pointer;
    text-transform: lowercase;
    font-size: 12px;
}

.pagination-container .pagination-prev {
    background: transparent url(/resource/1434557053000/ONE_zip_images/image-prev-icon.png) no-repeat 0 2px;
    border: none;
    color: #007ac9;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    height: 16px;
    margin: 0;
    outline: none;
    padding: 0 0 0 12px;
    text-transform: lowercase;
}

.pagination-container .pagination-next {
    background: transparent url(/resource/1434557053000/ONE_zip_images/image-next-icon.png) no-repeat 100% 2px;
    border: none;
    color: #007ac9;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 12px;
    height: 16px;
    margin: 0;
    outline: none;
    padding: 0 12px 0 0;
    text-align: right;
    text-transform: lowercase;
}

.pagination-container .pagination-prev:hover,
.pagination-container .pagination-next:hover {
    text-decoration: underline;
}

.main-error {
    font-size: 14px;
    padding: 66px 0 12px 0;
}

.unauthenticated .main-error {
    padding: 24px 0 0 0;
}

.main-error .icon-error {
    float: left;
    margin: 0 12px 0 0;
}

.main-error .input-field {
    margin: 0 0 12px 0;
}

.main-error .input-field label {
    color: #616365;
    display: block;
    margin: 0 0 6px 0;
    position: static;
}

.main-error .title {
    color: #616365;
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.main-error .btn-submit {
    background: transparent url(/resource/1434557053000/ONE_zip_images/image-login-submit.png) no-repeat 0 0 !important;
    border: none !important;
    height: 25px;
    outline: none;
    width: 25px;
}

.video-lightbox {
    display: block;
}

.video-iframe {
    /*display: none;*/
    height: 0;
    max-width: 600px;
    position: relative;
    width: 0;
    visibility: hidden;
}

.video-iframe .close-link {
    background: #333;
    bottom: -22px;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    height: 16px;
    padding: 3px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}

.contact-us-form label {
    top: 2px;
}

.contact-us-form label.error {
    color: #c00;
    font-size: 12px;
    margin: 6px 0 0 0;
    position: static;
}

input[type="text"].error {
    border: 2px solid #c00;
    padding: 2px 7px;
}

select.error {
    border: 2px solid #c00;
    padding: 1px 1px 1px 3px;
}

textarea.error {
    border: 2px solid #c00;
    padding: 7px;
}

.required-field {
    position: absolute;
    left: 246px;
    top: 0;
}

a.navSkipLink {
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: -10000px;
    z-index: 4;
}

.navSkipLink:focus,.navSkipLink:active {
    top: 8px;
    left: 12px;
}

.zen-assistiveText {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
}

#knowledgeSearchForm {
    position: relative;
}

#knowledgeSearchForm:before {
    background-color: #fff;
    border-bottom: 1px solid #bababa;
    border-top: 1px solid #fff;
    border-left: none;
    border-right: none;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    top: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

#knowledgeSearchForm .sidebarBox {
    width: auto;
}

#knowledgeSearchForm .sidebarBoxContent {
    padding: 6px 0 0 0;
}

#knowledgeSearchForm .input-field {
    float: left;
    margin: 0;
}

.news-container {
    padding: 8px;
    position: relative;
}

.news-container:after {
    background-color: #fff;
    border-bottom: 1px solid #bababa;
    border-top: 1px solid #fff;
    border-left: none;
    border-right: none;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.news-container h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 14px 0;
    text-transform: uppercase;
}

.news-menu {
    background: transparent url(/resource/1434557053000/ONE_zip_images/image-custom-select.png) no-repeat right center;
    border: none;
    color: #007ac9;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 36px;
    padding: 8px 10px;
    width: 100%;
    -webkit-appearance: listbox;
    -moz-appearance: listbox;
}

.webkit .news-menu {
    padding: 8px 36px 8px 10px;
}

.ie .news-menu {
    background: #fff none;
}

.select-submit {
    background: #fefefe; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fefefe 0%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #007ac9;
    height: 24px;
    font-size: 12px;
    font-weight: bold;
    left: 142px;
    padding: 0 2px;
    position: absolute;
    text-transform: uppercase;
    top: 32px;
    width: 28px;
}

.ie9 .select-submit {
    filter: none;
}

.webkit .select-submit {
    // left: 144px;
    left: 172px;
}

.nav-container select {
    background: transparent;
    border: none;
    color: #007ac9;
    display: block;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    height: 22px;
    line-height: 16px;
    max-width: 140px;
    padding: 2px;
    width: 130px;
    -webkit-appearance: listbox;
    -moz-appearance: listbox;
}

.webkit .nav-container select {
    background: transparent url(/resource/1434557053000/ONE_zip_images/image-custom-select.png) no-repeat right center;
    padding: 2px 28px 2px 2px;
}

.custom-select-container {
    background: #fefefe; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fefefe 0%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
    border: 1px solid #ccc;
    -webkit-border-radius: 5px ;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
}

.ie9 .custom-select-container {
    filter: none;
}

.news-list {
    border-bottom: none;
    border-top: none;
    margin: 0 0 12px 0;
    overflow: auto;
    padding: 0 !important;
    position: relative;
}

hr.trim {
    background-color: #fff;
    border-bottom: 1px solid #bababa;
    border-top: 1px solid #fff;
    border-left: none;
    border-right: none;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    height: 0;
    margin: 4px 0;
    width: 100%;
}

hr.trim-blue {
    background-color: #fff;
    border-bottom: 1px solid #083580;
    border-top: 1px solid #4696ca;
    border-left: none;
    border-right: none;
    bottom: 0;
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.75);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,.75);
    box-shadow: 1px 1px 5px rgba(0,0,0,.75);
    height: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.rssFeed {
    position: relative;
}

.rssFeed a {
    text-decoration: none;
}

.rssFeed a:hover {
    text-decoration: underline;
}

.rssHeader {
    padding: 0.2em 0;
}

.rssBody {
    font-size: 12px;
}

.rssBody ul {
    list-style: none;
}

.rssBody ul, .rssRow, .rssRow h4, .rssRow p {
    margin: 0;
    padding: 0;
}

.rssRow {
    border-top: 1px dotted #ccc;
    padding: 12px 0;
}

.rssRow:first-child {
    border-top: none;
}

.rssRow h4 {
    font-size: 14px;
    font-weight: normal;
}

.rssRow div {
    font-size: 12px;
    margin: 6px 0;
}

.odd {

}

.even {

}

.rssRow .rssMedia {
    padding: 6px;
}

.rssError {
    padding: 0 12px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    color: #b94a48;
}

.news-subscribe {
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0;
}

.news-subscribe a {
    background: transparent url(/resource/1434557053000/ONE_zip_images/image-news-subscribe-icon.png) no-repeat left center;
    display: block;
    overflow: hidden;
    padding: 0 0 0 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.component-container {
    padding: 0 12px;
}

.featured-products {
    position: relative;
}

.featured-products:after {
    background-color: #fff;
    border-bottom: 1px solid #bababa;
    border-top: 1px solid #fff;
    border-left: none;
    border-right: none;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    bottom: -28px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.featured-item {
    margin: 0 0 16px 0;
}

.featured-item-image {
    float: left;
    max-width: 64px;
}

.featured-item-content {
    line-height: 18px;
    margin: 0 0 0 76px;
}

.featured-item-heading {
    display: block;
    font-weight: bold;
}

.featured-item-summary {
    display: block;
    font-size: 12px;
}

.marketing-demo,
.marketing-description,
.marketing-online-features,
.marketing-case-study {
    margin: 0 0 16px 0;
}

.marketing-c2a a,
.marketing-demo a,
.marketing-case-study a {
    /*background: transparent url(/resource/1434557053000/ONE_zip_images/image-arrow-link.png) no-repeat 0 0;
    display: block;
    line-height: 1.6;
    padding: 0 0 0 26px;
    margin: 0;*/
}

.marketing-screenshots ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.marketing-screenshots li {
    float: left;
    margin: 0 16px 12px 0;
}

.marketing-screenshots img {
    border: 1px solid #ccc;
}

.requiredInput {
    position: relative;
    height: 100%;
}

.input-field .requiredBlock {
    background-color: #c00;
    position: absolute;
    left: -4px;
    width: 3px;
    top: 1px;
    bottom: 1px;
}

#recaptcha_widget {
    border: 1px solid #A0A1A3;
    clear: both;
    margin: 0 0 16px 0;
    width: 293px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#recaptcha_widget a {
    display: block;
}

#recaptcha_image {
    border-bottom: 1px solid #A0A1A3;
    height: 56px !important;
    margin: 0 0 10px 0;
    width: 293px !important;
}

#recaptcha_image img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#recaptcha_input {
    float: left;
    margin: 0 0 10px 8px;
}

#recaptcha_response_field {
    border: 1px solid #A0A1A3;
    clear: both;
    display: block;
    font-size: 14px;
    padding: 4px 8px;
    height: 14px;
    line-height: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
}

#recaptcha_icons {
    float: right;
    margin: 0 8px 8px 0;
}

#recaptcha_widget label.error {
    float: left;
    width: 200px;
}

.recaptcha_only_if_image {
    margin: -3px 0 -3px 0;
}

.recaptcha_only_if_audio {
    margin: -4px 0 -3px 0;
}

.site-notice {
    /*color: #0079c9;
    background: #d9edf7;
    border: 1px solid #0079c9;*/
    color: #B94A48;
    background-color: #F2DEDE;
    border-color: #EED3D7;
    font-size: 14px;
    padding: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.site-notice h4 {
    margin-top: 0;
}

.filter-container .sb-dropdown ,
#search-container .sb-dropdown {
    top: 24px;
}

.document-filter {
    background: #fff url(/resource/1434557053000/ONE_zip_images/image-custom-select.png) no-repeat right center;
    border: 1px solid #A0A1A3;
    color: #616365;
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    left: 0;
    max-width: 190px;
    min-height: 24px;
    padding: 2px 3px;
    position: relative;
    text-decoration: none;
    top: 0;
    z-index: 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-appearance: listbox;
    -moz-appearance: listbox;
}

.webkit .document-filter {
    padding: 2px 24px 2px 3px;
}

.ie .document-filter,
.mozilla .document-filter {
    background: #fff none;
}

.filter-container ,
#search-container {
    background: #f2f2f2;
    clear: both;
    float: left;
    margin: 0 -12px 24px;
    padding: 12px 12px 4px;
    position: relative;
    width: 100%;
}
#search-container {
    float:none;
    margin:0;
    color: #616365;
    margin-bottom: 20px;
    border-radius:8px;
}

#search-container #searchTerm {
    font-size:18px;
    padding:3px;
    border-radius:2px;
    border:1px solid #ccc;
    vertical-align:middle;
}
#search-container input#searchButton {
    background: #0079C9;
    border-color: transparent;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: .333em;
    line-height: 1;
    padding: .33em .75em;
    box-shadow: 0 .11em 0 rgba(17,76,126,1);
    margin-top: -1px;
    font-weight: normal;
    display:inline-block;
}

#search-container #searchby-radiobuttons-container {
    padding: .25em;
    display:block;
    position:absolute;
    left:170px;
    font-size:14px;
}
#search-container #searchby-radiobuttons-container label{
    display:inline-block;
    margin-right:.5em;
}
#search-container #searchby-radiobuttons-container [type="radio"]{
    vertical-align:top;
    margin-right: 5px;
}
#search-container #searchby-container {
    padding-bottom:36px;
}
#search-container #country-container > span{
    font-size: 12px;
}
html[lang],
html[lang] body{
    background: #fff;
}


.filter-container:after ,
#search-container:after {
  content: '';
  display: inline-block;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #f2f2f2;
  position: absolute;
  bottom: -14px;
  left: 24px;
}
#search-container:after {
    bottom:-12px;
}
.filter-container .input-field ,
#search-container .input-field {
    float: left;
    margin: 0 20px 10px 0;
}

.filter-container .input-field input[type="text"] ,
#search-container .input-field input[type="text"] {
    with: 185px;
}
.filter-select {
    float: left;
    padding: 0px 20px 10px 0;
}

.filter-btn {
    background: #fff url(/resource/1434557053000/ONE_zip_images/filter-search-btn.png) no-repeat 0 0;
    border: none;
    clear: both;
    display: block;
    height: 30px;
    margin: 10px 0 8px 0;
    outline: none;
    text-indent: -9999em;
    width: 30px;
}

.documents-section ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.documents-section ul li {
    margin: 0 0 6px 0;
}

.documents-list ul {
    clear: both;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.documents-list li {
    margin: 0 0 6px;
}
.documents-list li a {
    display: block;
}

.documents-image {
    float: left;
    height: 30px;
    position: relative;
    width: 30px;
}

.documents-content {
    float: left;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 0 8px;
    max-width: 900px;
}
.ONEHome .documents-content {
    max-width: 230px;
}
.documents-content p {
    margin: 0 0 12px;
}

.spotlight-business-container {
    margin: 0 0 42px;
    position: relative;
}

.spotlight-business-container img {
    display: block;
    margin: 0 0 12px 0;
}

.spotlight-business-container:after {
    background-color: #fff;
    border-bottom: 1px solid #bababa;
    border-top: 1px solid #fff;
    border-left: none;
    border-right: none;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    bottom: -28px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.nav-container .custom-select-container {
    left: 8px;
    position: absolute;
    top: 32px;
}

.getting-started-container {
    height: 0;
    max-width: 940px;
    overflow: hidden;
    position: relative;
    visibility: hidden;
}

.getting-started-slides {
    display: none;
}

.close-container {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 1;
}

.close-container a {
    background-color: #fff;
    color: #616365;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 12px;
    padding: 0px 0px 0px 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
    box-shadow: 0 0 5px rgba(0,0,0,.4);
    z-index: 1;
}

.close-container a:hover,
.close-container a:focus {
    text-decoration: none;
}

.close-container a .close-icons {
    background-color: #007ac9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    height: 19px;
    margin: 0 0 0 3px;
    padding: 5px 0 0 5px;
    width: 19px;
}

.close-container a i {
    background-image: url(/resource/1434557053000/ONE_zip_images/glyphicons-halflings-white.png);
}


	.getting-started-btn {
	    background: #fff url(/resource/1434557053000/ONE_zip_images/image-getting-started-btn.png) no-repeat 4px 0;
	    border-bottom: 1px dotted #000;
	    color: #000;
	    display: block;
	    font-size: 16px;
	    font-weight: bold;
	    left: 0;
	    line-height: 20px;
	    margin: 0 0 4px 0;
	    padding: 0 0 4px 28px;
	    position: relative;
	    top: 4px;
	    z-index: 2;
	  }
	
	
	
	.getting-started-btn span {
	    font-size: 14px;
	    font-weight: normal;
	 }


.logout-waiting-overlay {
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1001;
    background-color: black;
    opacity: 0.6;
    filter: alpha(opacity=60);
    background-position: initial initial;
    background-repeat: initial initial;
}

.logout-waiting-content {
    height: auto;
    width: 280px;
    display: none;
    left: 50%;
    margin-left: -150px;
    z-index: 1002;
    position: fixed;
    top: 40px;
    margin-top: 0px;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
}

.sso-change-password:hover,
.sso-change-password:focus {
    color: #fff;
    text-decoration: none;
}

/*** END SMARTPHONE CSS ***/

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: 0;
    margin-right: 0;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row-bs,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade.in {
    top: auto;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row-bs {
    margin-left: -20px;
    *zoom: 1;
  }
  .row-bs:before,
  .row-bs:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-bs:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 710px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 648px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 586px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 524px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 462px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 400px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 338px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 276px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 214px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 152px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 90px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 28px;
  }
  .filter-btn {
    display: inline;
    margin: -2px 0 0 0;
  }
}
@media (min-width: 980px) {
  .row-bs {
    margin-left: -30px;
    *zoom: 1;
  }
  .row-bs:before,
  .row-bs:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-bs:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 956px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 856px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 756px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 656px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 556px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 456px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 356px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 256px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 156px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-static-top {
    position: absolute;
    z-index: 3;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    float: right;
    padding-left: 10px;
    padding-right: 0;
    margin: 0 0 0 -5px;
  }
  .navbar-brand-container {
    position: static;
    width: auto;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav,
  .nav-collapse ul {
    float: none;
    margin: 0;
    padding: 0;
  }
  .nav-collapse .nav > li,
  .nav-collapse ul > li {
    float: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse ul > li > a {
    text-align: left;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse ul > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 7px 30px 7px 10px;
    color: #fff;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .marketing-links .btn {
    padding: 7px 30px 7px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse ul > li > a:hover,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse li.current a {
    background-color: #5eb6e4 !important;
    background-image: none !important;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse ul > li > a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar .nav,
  .navbar ul {
      position: relative;
      left: 0;
  }
  .ONEHome .login-content {
    display: block !important;
  }
}
@media (min-width: 768px) {

}
@media only screen and (min-width : 768px) and (max-width : 979px) {
    /*.video-container {
        border-top: none;
        padding: 0;
        width: 100%;
    }*/
    .spotlight-business-container:after {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .news-container:after {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .featured-products:after {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .spotlight-business-container {
        margin: 0;
    }
    .spotlight-business-container img {
        width: 100%;
    }
    .video-carousel-container .row-fluid .span6 {
        display: none;
    }
    .video-carousel-container .row-fluid .span6:first-child {
        display: block;
        width: 100%;
    }
    .document-list {
        border-bottom: none;
        float: right !important;
        margin-left: 2.564102564102564% !important;
    }
    .ONEHome .documents-content {
        max-width: 170px;
    }
    .row-fluid .span8.faq-search-form-container {
        width: 100%;
    }
    .training-video {
        margin: 0 !important;
        padding: 0 12px;
    }
    .unauthenticated .ONEHome .input-field input[type="text"],
    .unauthenticated .ONEHome .input-field input[type="password"] {
        width: 160px;
    }
    .close-container {
        right: 8px;
        top: 8px;
    }
    .close-container a {
        font-size: 14px;
        padding: 2px 2px 2px 10px;
    }
}
@media (min-width: 980px) {
.navbar ul {
    background: none;
}
.navbar ul > li > a:hover,
.navbar ul > li > a:focus,
.navbar ul > li > a.active,
.navbar ul > li.open > a,
.navbar ul > li.current > a {
    background: transparent url(/resource/1434557053000/ONE_zip_images/image-navbar-bg.png) repeat-x 0 -32px;
}
    
  .navbar .nav > li > a:hover:after,
  .navbar ul > li > a:hover:after,
  .navbar .nav > li > a:focus:after,
  .navbar ul > li > a:focus:after,
  .navbar .nav > li > a.active:after,
  .navbar ul > li > a.active:after,
  .navbar .nav > li.open > a:after,
  .navbar ul > li.open > a:after,
  .navbar .nav > li.current > a:after,
  .navbar ul > li.current > a:after {
    background: transparent;
    width: 0; 
    height: 0; 
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 8px solid #467fd1;
    bottom: -8px;
    content: " ";
    left: 50%;
    margin-left: -10px;
    position: absolute;
    z-index: 1001;
  }
  .nav-collapse.collapse {
    height: auto;
    overflow: visible;
  }
  .navbar .brand .navbar-arrow.active {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid white;
    border-right: none;
    top: 10px;
  }
  .navbar-inner,
  .navbar-inner .container {
    margin: 0 auto;
    position: relative;
    width: 940px;
  }
  .loggedin-container {
    background: none;
    padding: 0;
  }
  .logo-container {
    margin: 0 16px 0 0;
    position: relative;
  }
  .unauthenticated .logo-container {
    
  }
  .logo-container.active:after {
    content: "";
    bottom: -28px;
    border-bottom: 20px solid #fff;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    display: block;
    left: 50%;
    margin-left: -16px;
    position: absolute;;
    z-index: 1001;
  }
  .ONEHome .logo-container.active:after {
    border-bottom: 20px solid #f2f2f2;
  }
  .error-page .logo-container.active:after {
    border: none;
  }
  .unauthenticated .logo-container.active:after {
    border: none;
  }
  .logo-container .logo {
    max-width: 100%;
  }
  .logo-title {
    float: left;
    font-size: 24px;
    padding: 4px 0 0 23px;
  }
  .company-logo {
    /*height: 100px;*/
    margin: 0;
    max-height: 86px;
    min-height: 58px;
    height:auto;
    max-width: 108px;
    padding: 0 12px 0 127px;
    position: absolute;
    right: 0;
    bottom: -14px;
    top: auto;
    /*z-index: 1;*/
  }
  .company-logo-inner {
    vertical-align: middle;
  }
  .company-logo img {
    margin: 0;
    max-height: 86px;
  }
  .search-container {
    bottom: 18px;
    float: none;
    position: absolute;
    right: 0;
  }
  .page-content .search-container {
    position: static;
  }
  .input-field input.search-field {
    width: 153px;
  }
  .welcome-container {
    height: 28px;
  }
  .welcome-inner-container {
    right: 194px;
    top: 6px;
  }
  .welcome-text {
    border-right: 1px solid #616365;
    clear: none;
    float: left;
    font-size: 12px;
    margin:  0 6px 0 0;
    padding: 0 6px 0 0;
  }
  .welcome-links {
    clear: none;
    float: left;
    font-size: 12px;
  }
  .header-container {
    
  }
  .unauthenticated .header-container {
    
  }
  .header-inner-container {
    height: auto;
    padding: 20px 0 0 18px;
    position: relative;
  }
  .unauthenticated .header-inner-container {
    height: 52px;
  }
  .login-container {
    margin: 10px 0 18px;
  }
  .ONEHome .login-container .input-field input[type="text"],
  .ONEHome .login-container .input-field input[type="password"] {
    width: 225px;
  }
  .login-container .input-field input[type="text"],
  .login-container .input-field input[type="password"] {
    width: 132px;
  }
  .dotted-line {
    display: block;
    margin: 18px 0 4px 0;
    width: 770px;
  }
  .unauthenticated .dotted-line {
    width: 100%;
  }
  .navigation-container {
    height: 57px;
    margin: 0 auto;
    position: relative;
    width: 940px;
  }
  .menu-header {
    display: none;
  }

.nav-container {
    background: none;
    bottom: -14px;
    display: block;
    left: 142px;
    position: absolute;
    width: auto;
}  
  
.nav-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-container ul,
.nav-container ul li {
    background: none;
    position: relative;
    margin:0;
    padding:0;
    list-style:none;
    list-style-image: none;
    font-size:13px;
    /*z-index:1000;*/
}

.nav-container ul li {
    float: left;
    position: relative;
    border-left: 1px solid #66aedd;
    border-left: 1px solid rgba(255,255,255,0.4);
    /*z-index:999;*/
}
.nav-container ul li:hover,
.nav-container ul li.hover {
    z-index: 100;
}
.nav-container > ul > li {
    border-left: 1px solid #66aedd;
    border-left: 1px solid rgba(255,255,255,0.4);
}

.nav-container > ul > li:first-child {
    border-left: none;
}

.nav-container > ul > li:hover,
.nav-container > ul > li.hover,
.nav-container > ul > li.current {
    background: transparent url(/resource/1434557053000/ONE_zip_images/image-nav-hover.png) repeat-x 0 100%;
}
.nav-container > ul > li > a {
    color: #fff;
    display: block;
    font-size:13px;
    letter-spacing:0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    height: auto;
    text-decoration: none;
    padding:6px 14px;
    text-transform: uppercase;
}
.nav-container ul li[aria-haspopup="true"].current a:after {
    content: "";
    bottom: -14px;
    border-bottom: 20px solid #f2f2f2;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    display: block;
    left: 50%;
    margin-left: -16px;
    position: absolute;;
    z-index: 2;
}
.nav-container ul a:hover,
.nav-container ul a:focus,
.nav-container ul a:active,
.nav-container ul li:hover .submenu a:hover,
.nav-container ul li:hover .submenu a:focus,
.nav-container ul li:hover .submenu a:active,
.nav-container ul li:hover .submenu ul > li > ul a:hover,
.nav-container ul li:hover .submenu ul > li > ul a:focus,
.nav-container ul li:hover .submenu ul > li > ul a:active {
    
}

.nav-container > ul {
    display: block;
}

.nav-container > ul > li[aria-haspopup="true"] > a {
    /*background:transparent url(/resource/1434557053000/ONE_zip_images/image-parent-nav-arrow.png) no-repeat top right;*/
}
.nav-container ul li[aria-haspopup="true"] {
    
}

.nav-container ul li[aria-haspopup="true"]:hover,
.nav-container ul li[aria-haspopup="true"].hover {
    /*position: static;*/
    
}
.nav-container ul li[aria-haspopup="true"]:hover:after,
.nav-container ul li[aria-haspopup="true"].hover:after {
    /*content:"";
    position:absolute;
    bottom:-2px;
    left:0;
    height:4px;
    width:100%;
    background:#F2F2F2;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    z-index: 1000;*/
}
/*
#subnavigation-holder {
    height: 84px;
}
#subnavigation-holder .submenu {
    background: transparent;
    display: block;
    margin: 0 auto;
    padding: 0;
    position: static;
    width: 980px;
}
#subnavigation-holder .submenu a,
#subnavigation-holder .submenu ul > li > ul a {
    font-weight:normal;
    background:none;
    padding:0;
    display:block;
    letter-spacing: 0;
}
#subnavigation-holder .submenu a,
#subnavigation-holder .submenu ul > li > ul a {
    color: #007ac9;
}
#subnavigation-holder .submenu > li {
    border: none;
    clear: none;
    float: left;
    margin: 43px 0 0 5px;
    padding: 0;
}
#subnavigation-holder .submenu > li:first-child {
    margin: 43px 0 0 0;
}
#subnavigation-holder .submenu > li > a {
    padding: 8px 12px 14px 12px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: #fff;
}
#subnavigation-holder .submenu > li > ul {
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    width: 48.717948717948715%;
}
#subnavigation-holder .submenu > li > ul:first-child {
    margin-left: 0;
}
#subnavigation-holder .submenu > li > ul > li {
    float: none;
    position: static;
    border: none;
    padding: 0 0 10px 0;
    display: block;
    height: auto;
    background-image: none;
    background: #fff;
}

.nav-container ul li:hover ul a,
.nav-container ul li.hover ul a {
    
}
.nav-container ul li:hover ul a:hover,
.nav-container ul li.hover ul a:hover,
.nav-container ul li.hover ul a:focus,
.nav-container ul li.hover ul a:active {
    
}

#subnavigation-holder .submenu > li ul > li ul {
    /*padding: 0 10px;
    width: auto;*//*
    position: static;
}

#subnavigation-holder .submenu ul li {
    float: none;
    border: none;
    padding: 0 0 8px 0;
    display: block;
}

#subnavigation-holder .submenu ul li li,
#subnavigation-holder .submenu ul li li:first-child {
    /*list-style-type: disc;
    list-style-position: inside;*//*
    padding: 8px 0 0 8px;
}
*/

/* ************************************
    NEW SUBNAVIGATION STYLES (11/22/13)
   ************************************ */

#subnavigation-holder {
    height: 58px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 100;
  }
  .menu-header {
    display: none;
  }
  #subnavigation-holder .submenu {
    background: transparent;
    display: block;
    padding: 0px;
    position: static;
    width: 980px;
  }
  #subnavigation-holder .submenu.shift-nav {
    margin: 0 0 0 254px;
  }
  #subnavigation-holder .submenu a,
#subnavigation-holder .submenu ul > li > ul a {
    font-weight:normal;
    background:none;
    padding:0;
    display:block;
    letter-spacing: 0;
}
#subnavigation-holder .submenu a,
#subnavigation-holder .submenu ul > li > ul a {
    color: #007ac9;
}
#subnavigation-holder .submenu > li[aria-haspopup="true"] > a {
    padding: 8px 36px 18px 12px;
}

#subnavigation-holder .submenu > li[aria-haspopup="true"].current > a {
    padding: 8px 36px 14px 12px;
}
#subnavigation-holder .submenu > li {
    border: none;
    clear: none;
    float: left;
    margin: 11px 0 0 5px;
    padding: 0;
}
#subnavigation-holder .submenu > li:first-child {
    margin: 11px 0 0 0;
}
#subnavigation-holder .submenu > li.current {
    background: none;
    border-bottom: 6px solid #4D4F53;
    position: relative;
}
#subnavigation-holder .submenu > li.current:after {
    width: 0; 
    height: 0; 
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 8px solid #4D4F53;
    bottom: -14px;
    content: " ";
    left: 50%;
    margin-left: -10px;
    position: absolute;
}
#subnavigation-holder .submenu > li.current > a {
    background: none;
    color: #4D4F53;
}
#subnavigation-holder .submenu > li > a:focus, 
#subnavigation-holder .submenu > li > a:hover {
    background: none;
    color: #007ac9;
}
#subnavigation-holder .submenu > li > a {
    padding: 8px 12px 14px 12px;
    /*-webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: #fff;*/
}
#subnavigation-holder .submenu > li > ul {
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    width: 48.717948717948715%;
}
#subnavigation-holder .submenu > li > ul:first-child {
    margin-left: 0;
}
#subnavigation-holder .submenu > li > ul > li {
    float: none;
    position: static;
    border: none;
    padding: 0 0 10px 0;
    display: block;
    height: auto;
    background-image: none;
    background: #fff;
}
#subnavigation-holder .dropdown .btn.dropdown-toggle {
    padding: 6px 10px;
    top: 2px;
}
#subnavigation-holder .dropdown .caret {
    border-top: 6px solid #007ac9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

#subnavigation-holder .submenu > li > ul.subsubmenu {
    background: #fff;
    border: 1px solid #5eb6e4;
    border-top-width: 6px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 12px 0 12px 0;
    position: absolute;
    top: 41px;
    width: 180px;
    z-index: 102;
}
#subnavigation-holder .submenu > li > ul.subsubmenu:after {
    width: 0; 
    height: 0; 
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 8px solid #5eb6e4;
    top: 0;
    content: " ";
    left: 36px;
    margin-left: -16px;
    position: absolute;
}

#subnavigation-holder .submenu > li > ul.subsubmenu li a {
    padding: 6px 14px 6px 14px;
}


.nav-container ul li[aria-haspopup="true"] .expandable {
    display: none;
}

.nav-container .row-fluid {
    margin: 0;
}

.navbar .marketing-links .dropdown-menu {
    padding: 10px 0 5px 0;
}

.navbar .dropdown .btn.dropdown-toggle,
.marketing-links.dropdown .btn.dropdown-toggle {
    background: none;
    border: none;
    padding: 6px 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.navbar ul li[aria-haspopup="true"].dropdown > a,
.navbar ul li[aria-haspopup="true"].dropdown.marketing-links > a {
    padding: 8px 30px 9px 12px;
}

ul li[aria-haspopup="true"].dropdown.marketing-links > a {
    padding: 6px 30px 6px 14px;
}

.nav-container ul .submenu > li > ul.subsubmenu {
    margin-left: 10px;
    min-height: auto;
    width: auto;
}
.nav-container ul .submenu > li > ul.subsubmenu li {
    margin: 0;
    padding: 0;
}
.nav-container ul .submenu > li > ul.subsubmenu li a {
    padding: 3px 0;
}

.nav-container ul .submenu > li > ul.subsubmenu ul.subsubsubmenu {
    margin-left: 20px;
    min-height: auto;
    width: auto;
}

  .login-content {
    
  }
  .login-marketing {
    padding: 0;
  }
  .login-marketing .span4 {
    margin-top: 0;
  }
  .footer-container {
    padding: 28px 0 80px;
  }
  .footer-inner-container {
    margin: 0 auto;
    width: 940px;
  }
  .unauthenticated .footer-inner-container {
    /*padding: 6px 280px 0 0;
    width: 660px;*/
    padding: 18px 0 0 0;
  }
  .footer-links li {
    /*margin: 0 36px 6px 0;*/
  }
  .unauthenticated .footer-links li {
    /*margin: 0 6px 0 0;*/
  }
  .external-links {
    margin: 0 0 24px 0;
  }
  .sitemap-links {
    border-right: 1px solid #616365;
    margin: 0 36px 0 0;
  }
  .footer-links {
    /*float: left;*/
  }
  .footer-links .span3 {
    border-left: 1px solid #ccc;
    margin-bottom: 0;
    padding: 0 0 0 2.564102564102564%;
  }
  .footer-links .span3:first-child {
    border-left: none;
    padding: 0;
  }
  .footer-copyright {
    clear: left;
    float: left;
    margin: 0 28px 0 0;
  }
  .unauthenticated .footer-copyright {
    /*clear: none;*/
    float: left;
    margin: 0;
  }
  .page-content,
  .main-error {
    padding: 36px 0 24px 0;
  }
  
  .unauthenticated .page-content,
  .unauthenticated .main-error {
    padding: 36px 0 0 0;
  }
  .page-inner-content {
    margin: 0;
    background: #fff;
    padding: 0;
    min-width: 940px;
  }
  .home-btn {
    background: transparent url(/resource/1434557053000/ONE_zip_images/image-home-blue-icon.png) no-repeat 0 0;
    display: block;
    float: left;
    height: 17px;
    margin: 20px 20px 0 0;
    position: static;
    width: 22px;
  }
  .page-container {
    
  }
  .promotions-text {
    padding: 0;
  }
  .marketing-heading {
    padding: 0;
  }
  .marketing-content {
    padding: 0;
  }
  .marketing-link {
    padding: 0;
  }
  .page-inner-container {
    margin: 0 auto;
    width: 940px;
  }
  .ONEHome .page-inner-container {
    margin: 0 auto;
  }
  .page-content h1 {
    display: block;
    margin: 0 0 16px 0;
  }
  .page-content.my-profile-page h1 {
    margin: 0 0 28px 0;
  }
  .document-list {
    border-bottom: none;
    float: right !important;
    margin-left: 2.564102564102564% !important;
  }
  .training-video {
    margin: 0 !important;   
  }
  .training-video h1 {
    padding: 0;
  }
  .video-carousel .flex-container {
    margin: 0;
    max-width: 100%;
  }
  .slider-counter {
    display: none;
  }
  .video-container {
    border-top: none;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .video-container.vidizmo-video {
    /*bottom: -30px;*/
  }
  .video-content {
    padding: 4px;
  }
  .video-content:after {
    background: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    content: "";
    width: 0;
  }
  .video-content:before {
    border: none;
  }
  .video-title {
    background: none;
    font-size: 11px;
    height: 42px;
    margin: 4px 0 0 0;
    padding: 0 4px;
    position: static;
  }
  .video-details {
    color: #616365;
    display: block;
    line-height: 1.2;
    margin: 0 0 18px 4px;
    max-height: 100px;
    overflow: hidden;
    position: absolute;
    top: -96px;
    width: 446px;
  }
  .video-heading {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 6px 0;
    max-height: 64px;
    overflow: hidden;
  }
  .video-summary {
    font-size: 13px;
  }
  .fluid-width-video-wrapper {
    border: 1px solid #d7d7d7;
    border-right-width: 2px;
    box-sizing: border-box;
  }
  .close-link {
    display: none;
  }
  .arrow-link {
    margin: 0;
  }
  .news-container {
    background: #ffffff; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dfe0e0;
    padding: 8px 8px 0 8px;
  }

  .ie9 .news-container {
    filter: none;
  }
  .news-container:after {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .news-menu {
    width: auto;
  }
  .news-list {
    max-height: 287px;
  }
  .container-fluid h1 {
    padding: 0;
  }
  .navbar .dropdown .dropdown-menu {
    text-align: left;
  }
  .navbar .dropdown .dropdown-menu li ul {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    width: 48.717948717948715%;
  }
  .navbar .dropdown .dropdown-menu li ul:first-child {
    margin-left: 0;
  }
  
  .navbar .dropdown .dropdown-menu li ul li ul {
    float: none;
    margin-left: 0;
    width: auto;
  }
  .navbar .dropdown-menu li > a {
    color: #007ac9;
  }
  .navbar .dropdown-menu li > a:hover,
  .navbar .dropdown-menu li > a:focus,
  .navbar .dropdown-submenu:hover > a {
    color: #999;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    filter: none;
  }
  .navbar .dropdown-menu li > a {
    padding: 3px 10px;
  }
  .navbar .dropdown .dropdown-menu li ul li ul li a {
    padding: 3px 10px 3px 20px;
  }
  .navbar .dropdown .dropdown-menu li ul li a:hover,
  .navbar .dropdown .dropdown-menu li ul li a:focus,
  .navbar .dropdown .dropdown-menu li ul li a:active {
    background-color: transparent;
  }
  .component-container {
    padding: 0;
  }
  .breadcrumb {
    padding: 0;
  }
  .marketing-demo,
  .marketing-description,
  .marketing-online-features,
  .marketing-case-study {
    margin: 0;
  }
  .marketing-screenshots li {
    margin: 0 0 12px 16px;
  }

  .marketing-screenshots li:first-child {
    margin: 0 0 12px;
  }
  .site-notice {
    margin: 12px 0 0 0;
  }
  
  .filter-container {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 32px 0;
    width: 916px;
  }
  
  .filter-select {
    padding: 0 20px 0 0;
  }

  .filter-btn {
    clear: none;
    float: left;
    margin: -2px 0 0 0;
  }
  .login-link {
    margin: 18px 0 0 0;
  }
  .spotlight-business-container {
    margin: 0;
  }
  .spotlight-business-container:after {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .spotlight-business-container img {
    float: left;
    margin: 0 16px 0 0;
    /*max-width: 314px;*/
  }
  .video-carousel-container {
    background: #f2f2f2 url(/resource/1434557053000/ONE_zip_images/image-video-carousel-container-background.png) repeat-x 0 100%;
    height: 318px;
    width: 100%;
    position: absolute;
    left: 0;
  }
  .video-carousel-container hr.trim {
    position: absolute;
    bottom: -6px;
  }
  .video-carousel-container .container-fluid {
    width: 940px;
    left: 50%;
    margin-left: -470px;
    position: absolute;
    bottom: 0;
  }
  .video-carousel {
    
  }
  .ONEHome .page-content {
    padding: 352px 0 24px 0;
  }
  .page-content .container-fluid .row-fluid:last-child {
    margin: 0 0 24px;
  }
  .featured-products:after {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #knowledgeSearchForm {
    margin: 16px 0 0 0;
  }
  #knowledgeSearchForm:before {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-container .custom-select-container {
    top: -36px;
    left: 12px;
  }
  .select-submit {
    left: 148px;
    top: -36px;
  }
  .webkit .select-submit {
    left: 150px;
    top: -36px;
  }
  .nav-container .marketing-links {
    position: relative;
  }
  .nav-container .marketing-links.open:after {
    content: "";
    bottom: -2px;
    border-bottom: 8px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    display: block;
    left: 50%;
    margin-left: -12px;
    position: absolute;;
  }
  .nav-container .marketing-links .btn.dropdown-toggle {
    background: none;
    display: inline-block;
  }
  .ONEPortalContainer #iframe {
    left: 0px;
    margin-left: 0px;
    width: 100%;
  }
  .close-container {
    right: 10px;
    top: 10px;
  }
  .close-container a {
    font-size: 16px;
    padding: 3px 3px 3px 12px;
  }
  .getting-started-btn {
    background-position: 0 0;
    border: none;
    left: 4px;
    margin: 0;
    padding: 0 0 0 24px;
    position: absolute;
  }
  .navbar-inner.js-collapse,
  .navbar-inner.js-collapse .container {
    margin: 0;
    width: 100%;
  }
  .navbar .navbar-inner.js-collapse .btn-navbar {
    display: block;
  }
  .navbar-inner.js-collapse .nav-collapse.collapse {
    clear: both;
    height: 0;
    overflow: hidden;
  }
  .navbar-inner.js-collapse .nav-collapse ul {
    background: #2E5CA3;
  }
  .navbar-inner.js-collapse .nav-collapse ul,
  .navbar-inner.js-collapse .nav-collapse ul > li {
    /*float: none;*/
    float: right;
    width: 320px;
  }
  .navbar-inner.js-collapse .nav-collapse ul > li > a {
    padding: 7px 30px 7px 10px;
    color: #fff;
    text-align: left;
  }
  .navbar .navbar-inner.js-collapse .dropdown .btn.dropdown-toggle {
    padding: 5px 10px 5px 10px;
  }
  .navbar .navbar-inner.js-collapse ul li[aria-haspopup='true'].dropdown > a {
    /*padding: 8px 30px 9px 12px;*/
  }
  .navbar .navbar-inner.js-collapse ul > li > a:hover,
  .navbar .navbar-inner.js-collapse ul > li > a:focus,
  .navbar .navbar-inner.js-collapse ul > li > a.active,
  .navbar .navbar-inner.js-collapse ul > li.open > a,
  .navbar .navbar-inner.js-collapse ul > li.current > a {
    background-image: none;
  }
  .navbar .navbar-inner.js-collapse .nav > li > a:hover:after,
  .navbar .navbar-inner.js-collapse ul > li > a:hover:after,
  .navbar .navbar-inner.js-collapse .nav > li > a:focus:after,
  .navbar .navbar-inner.js-collapse ul > li > a:focus:after,
  .navbar .navbar-inner.js-collapse .nav > li > a.active:after,
  .navbar .navbar-inner.js-collapse ul > li > a.active:after,
  .navbar .navbar-inner.js-collapse .nav > li.open > a:after,
  .navbar .navbar-inner.js-collapse ul > li.open > a:after,
  .navbar .navbar-inner.js-collapse .nav > li.current > a:after,
  .navbar .navbar-inner.js-collapse ul > li.current > a:after {
    border: none;
  }
  .js-collapse .nav-collapse .nav > li > a:hover,
  .js-collapse .nav-collapse ul > li > a:hover,
  .navbar .js-collapse .dropdown .dropdown-menu li ul li a:hover,
  .navbar .js-collapse .dropdown .dropdown-menu li ul li.current a,
  .js-collapse .nav-collapse .dropdown-menu a:hover,
  .js-collapse .nav-collapse li.current a {
    background-color: #5eb6e4;
    background-image: none;
  }
  
  .navbar-inner.js-collapse .nav-collapse ul > li > .dropdown-menu {
    border: none;
    max-width: none;
    position: static;
    top: auto;
    left: auto;
    padding: 0;
  }
  
  .navbar .js-collapse .dropdown .dropdown-menu li ul {
    float: none;
    left: 0;
    margin: 0;
    position: relative;
    width: 100%;
  }
  
  .navbar-inner.js-collapse .nav-collapse ul > li > .dropdown-menu li > a {
    padding: 3px 10px 3px 20px;
  }
  
  .navbar .navbar-inner.js-collapse .dropdown .dropdown-menu li ul li ul li a {
    padding: 3px 10px 3px 30px;
  }
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* 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;
    }
}
/* ==========================================================================
   Home page modifications - 10/14
   ========================================================================== */
   .ONEHome .faq-search-container-outer {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 1px 0;
    top: 134px;
    background: #edeff2;
    height:90px;
  }
  .ONEHome .spotlight-business-container:after{
    position:static;
  }
  .ONEHome .video-carousel-container + .faq-search-container-outer {
    top: 525px;
  }
  .ONEHome .faq-search-container-outer .row-fluid{
    margin-bottom:0;
  }
  .ONEHome #knowledgeSearchForm,
  .ONEHome .faq-search-container{
    padding:0;
    margin:0;
  }
  .ONEHome .faq-search-container{
    padding-top: 25px;
    text-align:center;
  }
  .ONEHome .faq-search-container h3,
  .ONEHome .faq-search-container label {
    display:inline-block;
    vertical-align:middle;
    float:none;
    font-size:24px;
    font-weight:normal;
    background:none transparent;
    margin:0;
    padding:0;
  }
  .ONEHome .faq-search-container h3 {
    text-transform:uppercase;
    margin-right:8px
  }
  .ONEHome .faq-search-container label {
    margin-right:20px;
  }
  .ONEHome .faq-search-container label span.icn-arrow-right{
    text-transform:uppercase;
    margin-left:8px
  }
  .ONEHome .faq-search-container{

  }
  .ONEHome #searchInput {
    width: 220px;
    font-size:20px;
    padding:.4em
  }
  .ONEHome .btn {
    text-transform:uppercase;
    border-radius:.333em;
    line-height:1;
    padding: .33em .75em;
    box-shadow:0 .11em 0 rgba(17,76,126,1);
    margin-top:-1px;
    font-weight:normal;
  }
  .ONEHome .btn-large {
    padding: .5em 1em;
    font-size: 1.25em;
    display: inline-block;
  }
  .ONEHome .news-subscribe a,
  .ONEHome .arrow-link{
    background-image:  url(/resource/1434557053000/ONE_zip_images/go-btn-blue.png);
  }
  .ONEHome .faq-search-container .btn {
    font-size:18px;
    text-transform:uppercase;
    border-radius:6px;
    line-height:1;
    padding:.33em .33em;
    box-shadow:0 2px 0 rgba(17,76,126,1);
    margin-top:-1px;
  }
  .ONEHome .icn-arrow-right {
    display: inline-block;
    width: 8px;
    height: 4px;
    background: #454545;
    vertical-align: middle;
    position:relative;
    color:#454545;
  }
  .ONEHome .icn-arrow-right:after {
    content:"";
    display:block;
    height:0;
    width:0;
    border-left:7px solid;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    left:100%;
    top:50%;
    margin-top:-5px;
    position:absolute;
  }
  .ONEHome .page-content,
  .ie8 .ONEHome .page-content {
    padding: 49px 0 24px 0;
  }
  .ONEHome .faq-search-container-outer .container-fluid {
    width: 940px;
    left: 50%;
    margin-left: -470px;
    position:absolute;
    top:0;
  }
  .ONEHome .page-content .span8,
  .ONEHome .page-content .span4 {
    padding-top:1em;
  }
  .ONEHome .page-content .span4 {
    border-left: 1px solid #ececed;
    padding-left: 2%;
  }
  .ONEHome .page-content .span4:first-child {
    border-left:0 none;
    padding-left:0;
  }
  .ONEHome .page-container h1,
  .ONEEmergencyContacts .page-container h1 {
    color: #454545;
    font-size: 20px;
    text-transform: uppercase;
    font-weight:normal;
    margin-top: 2.75em;
  }
  .ONEGlobalPolicies .page-container h1 {
    color: #454545;
    font-size: 20px;
    text-transform: uppercase;
    font-weight:normal;
    margin-top: 2.75em;
  }
  .ONEHome .page-content [class^="span"] > h1:first-child,
  .ONEHome .page-content [class^="span"] > :first-child h1 {
    margin-top:0;
  }

  .ONEHome .custom-select-container,
  .ONERequestService .custom-select-container,
  .ONESDS .custom-select-container,
  .ONEContactUs .custom-select-container,
  .ONEMyProfilePage .custom-select-container {
    background: #fff;
    border: 1px solid transparent;
    -webkit-border-radius: 5px ;
    -moz-border-radius: 5px;
    border-radius: 3px;
    display: inline-block;
    box-shadow:0px 2px 4px  rgba(0,0,0,.25) inset;
  }
  .ONEHome .control-group.inline .custom-select-container,
  .ONERequestService .control-group.inline .custom-select-container,
  .ONESDS .control-group.inline .custom-select-container,
  .ONEContactUs .control-group.inline .custom-select-container,
  .ONEMyProfilePage .control-group.inline .custom-select-container{
    vertical-align:middle;
  }

  .ie9 .ONEHome .custom-select-container,
  .ie8 .ONEHome .custom-select-container,
  .ie9 .ONERequestService .custom-select-container,
  .ie9 .ONESDS .custom-select-container,
  .ie8 .ONERequestService .custom-select-container,
  .ie8 .ONESDS .custom-select-container,
  .ie9 .ONEContactUs .custom-select-container,
  .ie8 .ONEContactUs .custom-select-container,
  .ie9 .ONEMyProfilePage .custom-select-container,
  .ie8 .ONEMyProfilePage .custom-select-container {
    filter: none;
    box-shadow:0px 2px 5px  rgba(0,0,0,.25) inset;
  }
  .lt-ie9 .ONEHome .custom-select-container,
  .lt-ie9 .ONERequestService .custom-select-container,
  .lt-ie9 .ONESDS .custom-select-container,
  .lt-ie9 .ONEContactUs .custom-select-container,
  .lt-ie9 .ONEMyProfilePage .custom-select-container {
    border: 1px solid #ccc;
  }
  .ONEHome .news-container {
    background: none transparent;
    filter: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0 none;
    padding: 0;
  }
  .ONEHome .news-container .custom-select-container {
    min-width:50%;
  }
  .ONEHome .news-menu,
  .ONERequestService .page-container .custom-select-container select,
  .ONESDS .page-container .custom-select-container select,
  .ONEContactUs .page-container .custom-select-container select,
  .ONEMyProfilePage .page-container .custom-select-container select {
    background: none transparent;
    border: none;
    color: #616365;
    display: block;
    font-size: 16px;
    font-weight: normal;
    height: 36px;
    padding: 8px 10px;
    width: 100%;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;

  }
  .ONEMyProfilePage .page-container .custom-select-container select[disabled] {
    color: #888;
    background-color: #edf0f2;
    width: 100%;
  }
  .ONEHome .news-list {
    padding:10px !important;
    border: 1px solid #edf0f2;
    margin-top:8px;
  }
  .webkit .ONEHome .news-menu {
    padding: 8px 36px 8px 10px;
  }
  .ONEHome .rssRow{
    border:0 none;
    font-size:13px;
    line-height: 16px;
    padding: 10px 0;
  }
  .ONEHome .rssRow div{
    text-transform:uppercase;
    color:#616365;
    margin-top: 2px;
    margin-bottom: 0;
  }
  .ONEHome .news-subscribe {
    font-weight: normal;
  }
  .ONEHome .login-faq-title,
  .ONEContactUs .login-faq-title{
    color: #007AC9;
    text-decoration: none;
    cursor:pointer;
  }
  .ONEHome .login-faq-summary,
  .ONEContactUs .login-faq-summary{
    display:none;
    max-height:200px;
    overflow:auto;
  }
  .ONEHome .login-faq,
  .ONEContactUs .login-faq,
  .ONEHome .login-faq-item ,
  .ONEContactUs .login-faq-item {
    margin:0;
    padding:0;
    list-style:none;
  }
  .ONEHome .login-faq,
  .ONEContactUs .login-faq{
    margin-top:40px;
  }
  .ONEHome .login-faq-item,
  .ONEContactUs .login-faq-item{
    margin-bottom:20px
  }

  .ie8 .ONEHome .login-faq-item,
  .ie8 .ONEContactUs .login-faq-item{
      clear:both;
      margin-bottom:0;
      height:auto;
      display:block;
      width:auto;
      padding:1px 0 20px 0;
  }

  .ONEHome .header-container .logo-container.active::after {
    border-bottom-color:#fff;
  }
  .ONEHome .video-carousel-container {
    background: none #fff;
    height: 410px;
    position:relative;
  }
  .ONEHome .vertical .video-carousel .flex-container,
  .ONEHome .vertical .video-carousel .flexslider{
    margin:0;
    padding:0;
  }
  .ONEHome .vertical .video-carousel .flexslider .slides.desktop > li {
    max-width: none;
    width:100%;
    background:none transparent;
  }
  .ONEHome .vertical .video-carousel .flexslider .slides.desktop > li > ul > li.active {
    background:#edf0f2;
  }
  .ONEHome .vertical .video-carousel .flexslider .slides.desktop > li > ul,
  .ONEHome .vertical .video-carousel .flexslider .slides.desktop > li > ul > li {
    margin:0;
    padding:0;
    list-style:none;
  }
  .ONEHome .vertical .video-carousel .flexslider .slides.desktop > li > ul > li {
    clear:both;
    zoom:1;
    height:105px;
    padding:10px;
    box-sizing:border-box;
  }
  .ONEHome .vertical .video-carousel .flexslider .slides.desktop > li > ul > li:before,
  .ONEHome .vertical .video-carousel .flexslider .slides.desktop > li > ul > li:after {
    content:"";
    display:block;
  }
  .ONEHome .vertical .video-carousel .flexslider .slides.desktop > li > ul > li:after {
    clear:both;
  }

  .ONEHome .vertical .video-carousel .flexslider .slides.desktop .video-content {
    padding: 0px;
  }
  .ONEHome .vertical .video-carousel .flexslider .slides.desktop img{
    width:112px;
    float:left;
  }
  .ONEHome .vertical .video-carousel .flexslider .slides.desktop li .video-title,
  .ONEHome .vertical .video-carousel .flexslider .slides.desktop li .video-summary{
    width: auto;
    margin: 0;
    margin-left: 129px;
    padding: 0;
    height:auto;
    color:#666;
    font-size:12px;
    text-decoration:none;
  }
  .ONEHome .vertical .video-carousel .flexslider .slides.desktop li a,
  .ONEHome .vertical .video-carousel .flexslider .slides.desktop li a:hover{
    text-decoration:none;
    color:#666;
  }
  .ONEHome .vertical .video-carousel .flexslider .slides.desktop li .video-title{
    font-weight:bold;
  }

  .ONEHome .vertical .video-carousel .flex-direction-nav {
    left: 50%;
    position: absolute;
    top: -5px;
    bottom:-5px;
    width:0;
  }
  .ONEHome .vertical .video-carousel .flex-direction-nav .flex-prev,
  .ONEHome .vertical .video-carousel .flex-direction-nav .flex-next{
    width: 46px;
    height:9px;
    background-image: url(/resource/1434557053000/ONE_zip_images/bg-direction-nav-vertical.png);
    left:50%;
    margin-left:-23px;
  }
  .ONEHome .vertical .video-carousel .flex-direction-nav .flex-prev{
    top:0;
  }
  .ONEHome .vertical .video-carousel .flex-direction-nav .flex-next{
    bottom:-5px;
    top:auto;
    background-position:0 -10px
  }


  .ONEHome .vertical .video-carousel span.featured-ribbon,
  .ONEHome .vertical .video-carousel span.featured-ribbon > span {
      position:absolute;
      display:block;
      z-index:1;

  }
  .ONEHome .vertical .video-carousel span.featured-ribbon{
      top:-2px;
      left:-2px;
      background:transparent;
      width:78px;
      height: 47px;
      overflow:hidden;
  }

  .ONEHome .vertical .video-carousel span.featured-ribbon > span{
      background:#eeaf00;
      color:#fff;
      text-shadow:0 1px 1px rgba(0,0,0,.4);
      top:12px;
      left:-120px;
      width:300px;
      text-align:center;
      transform:rotate(-30deg);
      font-size:10px;
      text-transform:uppercase;
      padding:2px;
      box-sizing:border-box;
      box-shadow:0 2px 0 rgba(0,0,0,.4);
  }
  .lt-ie10 .ONEHome .vertical .video-carousel span.featured-ribbon{
      background: url(/resource/1434557053000/ONE_zip_images/featured-ribbon.png) no-repeat;
      width: 83px;
      height: 54px;
  }
  .lt-ie10 .ONEHome .vertical .video-carousel span.featured-ribbon > span{
      display: none;
  }
  .ONEHome .login-faq-item .btn ,
  .ONEContactUs .login-faq-item .btn {
    float:left;
    font-size:20px;
    padding:2px 0;
    line-height:12px;
    width:22px;
  }
  .ONEContactUs .login-faq-item span.btn {
    padding:4px 0;
    cursor:pointer;
  }
  .ONEHome .login-faq-item .btn .minus,
  .ONEContactUs .login-faq-item .btn .minus,
  .ONEHome .login-faq-item .btn .plus ,
  .ONEContactUs .login-faq-item .btn .plus {
    display:inline;
    padding:0;
    margin:0;
  }
  .ONEHome .login-faq-item .btn .minus,
  .ONEContactUs .login-faq-item .btn .minus,
  .ONEHome .login-faq-item.open .btn .plus ,
  .ONEContactUs .login-faq-item.open .btn .plus {
    display:none;
  }
  .ONEHome .login-faq-item.open .btn .minus ,
  .ONEContactUs .login-faq-item.open .btn .minus {
    display:inline;
  }
  .ONEHome .login-faq-title,
  .ONEContactUs .login-faq-title,
  .ONEHome .login-faq-summary,
  .ONEContactUs .login-faq-summary{
    margin-left:29px;
  }
  .ONEHome .login-faq-summary,
  .ONEContactUs .login-faq-summary{
    font-size:12px;
  }
  .ONEHome .login-marketing,
  .ONEHome .login-sidebar{
    margin-top:30px;
  }
    .ONEHome .home-top-banner {
        position:absolute;
        z-index:1;
        right:0;
        width:100%;
    }
    .ONEHome .home-top-banner .btn {
        font-size:12px;
        padding:8px 18px;
        font-weight:bold;
        margin-right: 20px;
        float: right;
        margin-top: 3px;
}
  .ONEHome .emergency-contact {
    position:relative;
    float:right;
    background:#ECF0F3;
    padding:10px 10px 10px 50px;
    max-width:560px;
    width:100%;
    font-size:12px;
    min-height:35px;
    box-sizing:border-box;
    overflow:hidden;
  }
  .ie8 .ONEHome .emergency-contact {
      width:560px;
  }


.ONEHome .home-top-banner .request-service-button{
    position: relative;
    overflow:hidden;
    padding-left: 50px;
    box-shadow:1px 1px 3px rgba(0,0,0,.5);
}
.ONEHome .request-service-button:after{
    content: "";
    display:block;
    position:absolute;
    left: -0px;
    z-index:10;
    top:0;
    bottom:0;
    background: #da781a url(/resource/1434557053000/ONE_zip_images/request-service-btn-icon.png) no-repeat 65% 50% scroll;
    width: 30px;
}
.ONEHome .request-service-button span:after{
    content:"";
    display:block;
    border-left: 20px solid #da781a;
    border-top:40px solid transparent;
    border-bottom:40px solid transparent;
    position:absolute;
    left: 18px;
    top:50%;
    margin-top:-40px;
}
.ONEHome .request-service-button span:before{
    content:"";
    display:block;
    border-left:20px solid #fff;
    border-top:40px solid transparent;
    border-bottom:40px solid transparent;
    position:absolute;
    left: 20px;
    top:50%;
    margin-top:-40px;
}


  .ONEHome .emergency-contact:before {
    display:block;
    position:absolute;
    content:"";
    border-bottom:70px solid #fff;
    border-right:50px solid transparent;
    left:0;
    top:0
  }
  .ONEHome .emergency-contact .row-fluid,
  .ONEHome .emergency-contact [class*="span"]{
    min-height:0;
    margin-bottom:0;
  }
  .ONEHome .emergency-contact a {
    /*display:block;
    margin-top:3px;
    */
    margin-left: 20px;
  }
  .ONEHome .login-marketing img{
    height:auto !important;
  }
  .getting-started-container .flexslider .slides img {
    min-width: 100%;
    height: auto !important;
    width:100% !important;
  }
  @media (max-width: 979px){
    .ONEHome .home-top-banner{
        position:relative;
        top:0;
        right:0;
        width:100%;
        text-align:center;
    }
    .ONEHome .home-top-banner .btn{
        display:inline-block;
        float:none;
        margin:6px;
    }
    .ONEHome .page-container .emergency-contact {
      position: relative;
      max-width:none;
      padding:10px

    }
    .ONEHome .page-container .vertical .video-carousel .flex-container,
    .ONEHome .page-container .vertical .video-carousel .flexslider {
      margin: 0 auto;
      padding: 0;
    }
    .ONEHome .page-container .video-carousel-container {
      height: auto;
      position: relative;
    }
    .ONEHome .page-container .faq-search-container-outer {
      position: static;
      width: 100%;
      left: 0;
      padding:20px 0;
      top: 525px;
      background: #edeff2;
      height: auto;
    }
    .ONEHome .page-container .faq-search-container {
      padding-top: 0;
    }
    .ONEHome .page-container .faq-search-container-outer .container-fluid {
      width: 100%;
      margin-left: 0;
      position: static;
    }

    .ONEHome .page-container .faq-search-container h3,
    .ONEHome .page-container .faq-search-container label {
      display: inline-block;
      vertical-align: middle;
      float: none;
      font-size: 24px;
      font-weight: normal;
      background: none transparent;
      margin: 0;
      padding: 0;
    }
    .ONEHome .page-container .faq-search-container h3 {
      margin-bottom:20px;
      margin-top:0;
      padding-top:0;
    }
    .ONEHome .page-container .faq-search-container label span.icn-arrow-right{
      display:none;
    }
    .ONEHome #knowledgeSearchForm:before{
      display:none;
    }
    .ONEHome .page-container .page-content {
      padding-top:30px;
    }
    .ONEHome .page-container .emergency-contact a {
      display:block;
      margin-top:3px;
      margin-left:0;
    }
  }
/* ==========================================================================
   Emergency Contacts - 11/14, Global Policies 6/6/16
   ========================================================================== */
  .ONEEmergencyContacts .page-container,
  .ONEGlobalPolicies .page-container{
    font-size:14px;
    color:#454545;
  }
  .ONEEmergencyContacts .page-inner-container ,
  .ONEGlobalPolicies .page-inner-container {
    margin: 0 auto;
    width: 100%;
  }
  .ONEEmergencyContacts .page-inner-container .container ,
  .ONEGlobalPolicies .page-inner-container .container {
    margin: 0 auto;
    width: 940px;
  }
  .ONEEmergencyContacts .globe ,
  .ONEGlobalPolicies .globe {
    height: 131px;
    width: 131px;
    background: url(/resource/1434557053000/ONE_zip_images/globes.jpg) no-repeat scroll 0 0 transparent;
  }
  .ONEEmergencyContacts .globe.south-america ,
  .ONEGlobalPolicies .globe.south-america {
    background-position:-131px 0;
  }
  .ONEEmergencyContacts .globe.europe ,
  .ONEGlobalPolicies .globe.europe {
    background-position:0 -131px;
  }
  .ONEEmergencyContacts .globe.asia ,
  .ONEGlobalPolicies .globe.asia {
    background-position:-131px -131px;
  }

  .ONEEmergencyContacts .contact-continent-group ,
  .ONEGlobalPolicies .contact-continent-group {
    padding:30px 0;
    min-height: 230px;
  }
  .ONEEmergencyContacts .contact-continent-group.odd ,
  .ONEGlobalPolicies .contact-continent-group.odd {
    background: #edf0f2;
  }
  .ONEEmergencyContacts .contact-continent-group .row-fluid ,
  .ONEGlobalPolicies .contact-continent-group .row-fluid {
    margin-bottom:0;
  }
  .ONEEmergencyContacts .page-container h1 ,
  .ONEGlobalPolicies .page-container h1 {
    font-size: 30px;
    margin-top: 2em;
  }
  .ONEEmergencyContacts .page-container h2 ,
  .ONEGlobalPolicies .page-container h2 {
    color: #454545;
    font-size: 20px;
    font-weight:normal;
    margin-top: 0;
  }
  .ONEEmergencyContacts .page-container .row-fluid + h3,
  .ONEGlobalPolicies .page-container .row-fluid + h3{
    margin-top:3.75em;
  }
  .ONEEmergencyContacts .page-container h3 ,
  .ONEGlobalPolicies .page-container h3 {
    color: #454545;
    font-size: 14px;
    text-transform: uppercase;
    font-weight:bold;
    margin-top: 0.75em;
  }
  .ONEEmergencyContacts .page-container .table,
  .ONEGlobalPolicies .page-container .table{
    width:100%;
  }
  .ONEEmergencyContacts .page-container .table th,
  .ONEGlobalPolicies .page-container .table th{
    text-align:left;
    padding:5px
  }
  .ONEEmergencyContacts .page-container .table td,
  .ONEGlobalPolicies .page-container .table td{
    text-align: left;
    padding: 3px 5px;
    line-height: 1.5;
    vertical-align: top;
  }
  .ONEEmergencyContacts .page-container .table td:first-child,
  .ONEGlobalPolicies .page-container .table td:first-child{
    width:30%;
  }
  @media (max-width:979px){
    .ONEEmergencyContacts .page-inner-container .container,
    .ONEGlobalPolicies .page-inner-container .container {
      width: 100%;
    }
    .ONEEmergencyContacts .page-container h1,
    .ONEGlobalPolicies .page-container h1 {
      padding:0 5px;
      font-size:24px;
      margin-top:1em;
    }
    .ONEEmergencyContacts .page-container .row-fluid + h3,
    .ONEGlobalPolicies .page-container .row-fluid + h3{
      margin-top:1.75em;
    }
    .ONEEmergencyContacts .contact-continent-group,
    .ONEGlobalPolicies .contact-continent-group {
      padding:30px 5px;
      min-height:0;
    }
    .ONEEmergencyContacts .contact-continent-group .span3,
    .ONEGlobalPolicies .contact-continent-group .span3 {
      display:none;
    }
    .ONEEmergencyContacts .globe,
    .ONEGlobalPolicies .globe {
      background-image:none;
      height:0;
      width:0;
    }
    .ONEEmergencyContacts .page-container .table td:first-child,
    .ONEGlobalPolicies .page-container .table td:first-child{
      width:40%;
    }
    .ONEEmergencyContacts .page-container .table td,
    .ONEEmergencyContacts .page-container .table th,
    .ONEGlobalPolicies .page-container .table td,
    .ONEGlobalPolicies .page-container .table th{
      padding:5px 0;
      line-height:1.2;
    }
  }
/* ==========================================================================
   Request Service - 12/14
   ========================================================================== */
  .ONERequestService .page-container,
  .ONESDS .page-container,
  .ONEContactUs .page-container,
  .ONESubmitLead .page-container,
  .ONEMyProfilePage .page-container{
    font-size:14px;
    color:#454545;
    min-height: 350px;
    padding-bottom:40px;
  }
  .ONERequestService .page-container h1 ,
  .ONESDS h1 ,
  .ONEContactUs .page-container h1 ,
  .ONESubmitLead .page-container h1 ,
  .ONEDocumentList .page-container h1 ,
  .ONEMyProfilePage .page-container .page-content.my-profile-page h1 {
    font-size: 30px;
    margin-top: 2em;
    margin-bottom: 1.25em;
    font-weight:normal;
    float:none;
    color: #454545;
    text-transform: uppercase;
  }
  .ONERequestService .page-container h2 ,
  .ONESD h2 ,
  .ONEContactUs .page-container h2 ,
  .ONESubmitLead .page-container h2 ,
  .ONEMyProfilePage .page-container h2 {
    color: #454545;
    font-size: 20px;
    font-weight:normal;
    margin-top: 0;
  }
  .ONERequestService .text-warning,
  .ONESDS .text-warning,
  .ONEContactUs .text-warning,
  .ONESubmitLead .text-warning,
  .ONEMyProfilePage .text-warning{
    font-size:14px;
    color:#D87516;
  }
  .ONEContactUs .contact-us-form .text-warning,
  .ONESubmitLead .contact-us-form .text-warning {
    margin-bottom: 2.5em;
    font-size: 16px;
}
  .ONERequestService .pull-left,
  .ONESDS .pull-left,
  .ONEContactUs .pull-left,
  .ONESubmitLead .pull-left,
  .ONEMyProfilePage .pull-left{
    float:left;
  }
  .ONERequestService .media > .pull-left ,
  .ONESDS .media > .pull-left {
    margin-right: 10px;
    width:85px;
    display:block;
  }
  .ONESDS .media > .pull-left {
    margin-right: 1em;
    width:100px;
    display:block;
  }
  .ONERequestService .media .media-object ,
  .ONESDS .media .media-object {
    width:100%;
    height:auto;
  }
  .ONERequestService .media .media-body ,
  .ONESDS .media .media-body {
    margin-left:95px;
  }
  .ONERequestService .media p:first-child ,
  .ONESDS .media p:first-child {
    margin-top:0;
  }
  .ONERequestService .pou-form,
  .ONESDS .pou-form,
  .ONEContactUs .pou-form,
  .ONESubmitLead .pou-form,
  .ONEMyProfilePage .pou-form{
    margin:20px 0;
  }
  .ONERequestService .pou-form label ,
  .ONESDS .pou-form label ,
  .ONEContactUs .pou-form label ,
  .ONESubmitLead .pou-form label ,
  .ONEMyProfilePage .pou-form label {
    font-size:18px;
    font-weight:bold;
    margin-right:10px;
  }
  .ONERequestService form,
  .ONESDS form{
      width:100%;
      max-width:600px;
  }
  .ONERequestService .user-info,
  .ONESDS .user-info,
  .ONEContactUs .user-info,
  .ONESubmitLead .user-info,
  .ONEMyProfilePage .user-info{
    font-size:16px;
    line-height:1.25em;
    font-weight:bold;
    margin:2em 0 3em;

  }
  .ONERequestService .user-info em,
  .ONESDS .user-info em,
  .ONEContactUs .user-info em,
  .ONESubmitLead .user-info em,
  .ONEMyProfilePage .user-info em{
    font-weight:normal;

  }
  .ONERequestService .control-group ,
  .ONESDS .control-group ,
  .ONEContactUs .control-group ,
  .ONESubmitLead .control-group ,
  .ONEMyProfilePage .control-group {
    margin:1.25em 0;
  }
  .ONERequestService .control-group > label,
  .ONESDS .control-group > label,
  .ONERequestService .control-group > .label,
  .ONESDS .control-group > .label,
  .ONEContactUs .control-group > label,
  .ONESubmitLead .control-group > label,
  .ONEContactUs .control-group > .label,
  .ONESubmitLead .control-group > .label,
  .ONEMyProfilePage .control-group > label,
  .ONEMyProfilePage .control-group > .label{
    font-weight:bold;
    margin-bottom:.5em;
    display:block;
  }
  .ONERequestService .control-group.inline > label,
  .ONESDS .control-group.inline > label,
  .ONERequestService .control-group.inline > .label,
  .ONESDS .control-group.inline > .label,
  .ONEContactUs .control-group.inline > label,
  .ONESubmitLead .control-group.inline > label,
  .ONEContactUs .control-group.inline > .label,
  .ONESubmitLead .control-group.inline > .label,
  .ONEMyProfilePage .control-group.inline > label,
  .ONEMyProfilePage .control-group.inline > .label{
    display:inline-block;
    vertical-align:middle;
    margin-right:1em;
    margin-bottom:0;
  }
  /*
  .ONEMyProfilePage .view .control-group > label,
  .ONEMyProfilePage .view .control-group > .label{
    margin-bottom:0;
  }
  */
  .ONERequestService .controls label,
  .ONESDS .controls label,
  .ONEContactUs .controls label,
  .ONESubmitLead .controls label,
  .ONEMyProfilePage .controls label{
    display:block;
    margin-bottom:.5em;
    padding:.2em;
  }
  .ONERequestService .control-group [type=text],
  .ONESDS .control-group [type=text],
  .ONERequestService .control-group textarea,
  .ONESDS .control-group textarea,
  .ONEContactUs .control-group [type=text],
  .ONESubmitLead .control-group [type=text],
  .ONEContactUs .control-group textarea,
  .ONESubmitLead .control-group textarea,
  .ONEMyProfilePage .control-group [type=text],
  .ONEMyProfilePage .control-group textarea,
  .ONEMyProfilePage .control-group .uneditable-input {
    background: #fff;
    border: 1px solid transparent;
    -webkit-border-radius: 5px ;
    -moz-border-radius: 5px;
    border-radius: 3px;
    display: inline-block;
    box-shadow:0px 2px 4px  rgba(0,0,0,.25) inset;
    background: none transparent;
    border: none;
    color: #616365;
    display: block;
    font-size: 16px;
    font-weight: normal;
    padding:8px 10px;
    box-sizing:border-box;
    max-width:100%;
    -webkit-appearance: none;
  }
  .ONEMyProfilePage .control-group .uneditable-input{
    border: 1px solid #cccccc;
    color: #999999;
    cursor: not-allowed;
    background-color: #fcfcfc;
    border-color: #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
       -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    overflow: hidden;
    white-space: nowrap;
    padding:5px 8px;
    margin-left:0;
    width:100%;
    max-width:196px;
  }
  .ONEMyProfilePage .checkbox-container li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: content-box;
    float: none;
    list-style-type: none;
    margin: 0;
    padding:0;
    width: 100%
  }
  .ONEMyProfilePage .page-container form h2{
    margin-bottom:0;
    margin-top:2em;
  }
  .lt-ie9 .ONERequestService .control-group [type=text],
  .lt-ie9 .ONESDS .control-group [type=text],
  .lt-ie9 .ONERequestService .control-group textarea,
  .lt-ie9 .ONESDS .control-group textarea,
  .lt-ie9 .ONEContactUs .control-group [type=text],
  .lt-ie9 .ONESubmitLead .control-group [type=text],
  .lt-ie9 .ONEContactUs .control-group textarea,
  .lt-ie9 .ONESubmitLead .control-group textarea,
  .lt-ie9 .ONEMyProfilePage .control-group [type=text],
  .lt-ie9 .ONEMyProfilePage .control-group textarea {
    border: 1px solid #ccc;
  }
  .ONERequestService .control-group textarea ,
  .ONESDS .control-group textarea ,
  .ONEContactUs .control-group textarea ,
  .ONESubmitLead .control-group textarea ,
  .ONEMyProfilePage .control-group textarea {
    width:100%;
    max-width:600px;
  }
  .ONEMyProfilePage .input-read-only {
    background: #edf0f2;
    cursor:default;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    color: #888;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 8px;
    box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
    min-width: 186px;
  }

  .ONERequestService .btn ,
  .ONESDS .btn ,
  .ONEContactUs .btn ,
  .ONESubmitLead .btn ,
  .ONEMyProfilePage .btn {
    text-transform:uppercase;
    border-radius:.333em;
    line-height:1;
    padding: .6em 1.5em;
    box-shadow:0 .11em 0 rgba(17,76,126,1);
    margin-top:-1px;
    font-weight:bold;
    font-size:13px;
    margin-right:10px;
  }
  .ONEMyProfilePage .page-content.my-profile-page input.btn {
    line-height: 1;
    padding-top: .5em;
    padding-bottom: .4em;
  }
  .ONERequestService .btn-large ,
  .ONESDS .btn-large ,
  .ONEContactUs .btn-large ,
  .ONESubmitLead .btn-large ,
  .ONEMyProfilePage .btn-large {
    padding: .5em 1em;
    font-size: 1.25em;
    display: inline-block;
  }
  .ONERequestService .btn-link ,
  .ONESDS .btn-link ,
  .ONEContactUs .btn-link,
  .ONESubmitLead .btn-link ,
  .ONEMyProfilePage .btn-link {
    background:0 none;
    box-shadow:none;
    color:#0079C9;
  }
  .ONERequestService .modal-overlay ,
  .ONESDS .modal-overlay ,
  .ONEMyProfilePage .modal-overlay,
  .ONEContactUs .modal-overlay,
  .ONESubmitLead .modal-overlay {
      background: #adafaf;
      opacity: .80;
      filter: alpha(opacity=80);
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 9998;
  }

  .ONERequestService .modal ,
  .ONESDS .modal ,
  .ONEMyProfilePage .modal,
  .ONEContactUs .modal,
  .ONESubmitLead .modal {
      position: absolute;
      top: 150px;
      background: #fff;
      width: 550px;
      z-index: 9999;
      border-radius: 6px;
      left: 50%;
      margin-left: -225px;
      padding: 38px 18px 18px;
      box-sizing: border-box;
  }
  .ONERequestService .modal .modal-header h3 ,
  .ONESDS .modal .modal-header h3 ,
  .ONEMyProfilePage .modal .modal-header h3 ,
  .ONEContactUs .modal .modal-header h3,
  .ONESubmitLead .modal .modal-header h3 {
      margin-top:0;
  }
  .ONERequestService .modal .close,
  .ONESDS .modal .close,
  .ONEMyProfilePage .modal .close,
  .ONEContactUs .modal .close,
  .ONESubmitLead .modal .close {
      background:#fff;
      border:0 none;
      height:20px;
      width:20px;
      padding:0;
      position:absolute;
      color:#fff;
      text-indent:-9999px;
      overflow:hidden;
      border-radius:0px;
      top:10px;
      right:10px;
      margin:0;
  }
  .ONERequestService .modal .close:after,
  .ONESDS .modal .close:after,
  .ONEMyProfilePage .modal .close:after,
  .ONEContactUs .modal .close:after,
  .ONESubmitLead .modal .close:after {
      height:4px;
      width:0;
      border-top:15px solid #007AC9;
      border-bottom:15px solid #007AC9;
      border-left:15px solid transparent;
      border-right:15px solid transparent;
      content:"";
      display:block;
      position:absolute;
      top:50%;
      left:50%;
      margin-left:-15px;
      margin-top:-17px;
  }
  .ONERequestService .modal .close:before,
  .ONESDS .modal .close:before,
  .ONEMyProfilePage .modal .close:before,
  .ONEContactUs .modal .close:before,
  .ONESubmitLead .modal .close:before {
      height:0;
      width:4px;
      border-left:15px solid #007AC9;
      border-right:15px solid #007AC9;
      border-top:15px solid transparent;
      border-bottom:15px solid transparent;
      content:"";
      display:block;
      position:absolute;
      top:50%;
      left:50%;
      margin-left:-17px;
      margin-top:-15px;
  }
  .ONEMyProfilePage .page-container{
    font-size:14px;
    color:#454545;
  }
  .ONEMyProfilePage .page-content.my-profile-page,
  .ONERequestService .page-content,
  .ONESDS .page-content,
  .ONEContactUs .page-content,
  .ONESubmitLead .page-content {
    padding: 0;
  }
  .ONEMyProfilePage .page-inner-container {
    margin: 0 auto;
    width: 100%;
  }
  .ONEMyProfilePage .page-inner-container .container {
    margin: 0 auto;
    width: 940px;
  }
  .ONEMyProfilePage .page-inner-container .form-group {
    padding: 0;
    margin-top: 20px;
  }
  .ONEMyProfilePage .page-inner-container .form-group.odd {
    background: #edf0f2;
    padding: 20px 0;
  }
  .ONEMyProfilePage .page-inner-container .form-group h2:first-child {
    margin-top:0;
  }
  .ONEMyProfilePage .profile-rss-feed-list ul,
  .ONEMyProfilePage .profile-rss-feed-list li {
    padding:0;
    margin:0;
    list-style:none;
  }
  .ONEMyProfilePage .profile-rss-feed-list ul li{
    margin-bottom:2px;
  }
  .ONEMyProfilePage .profile-rss-feed-list ul li.inactive{
    opacity:.4;
    filter: alpha(opacity=40);
  }
  .ONEMyProfilePage .helpButton,
  .ONEContactUs .helpButton,
  .ONESubmitLead .helpButton{
    display:block;
  }
  .ONEMyProfilePage .helpText ,
  .ONEContactUs .helpText,
  .ONESubmitLead .helpText {
      position: absolute;
      max-width:100%;
      transition: all 0.5s ease;
      opacity:0;
      filter: alpha(opacity=0);
      z-index:-1;
      left:0;
      top:10px;
  }

  .ONEMyProfilePage .help-icon ,
  .ONEContactUs .help-icon,
  .ONESubmitLead .help-icon{
      background-image:url(/resource/1434557053000/ONE_zip_images/image-help-icons.png);
      background-repeat:no-repeat;
      height:14px;
      width:14px;
      background-position:0 -14px;
      display:inline-block;
      vertical-align:text-top;
  }
  .ONEMyProfilePage .help-icon:hover + .helpText,
  .ONEContactUs .help-icon:hover + .helpText,
  .ONESubmitLead .help-icon:hover + .helpText,
  .ONEMyProfilePage .helpText:hover,
  .ONEContactUs .helpText:hover,
  .ONESubmitLead .helpText:hover{
      opacity:1;
      filter: alpha(opacity=100);
      z-index:9;
  }
  .ONEMyProfilePage .requiredInput .requiredBlock,
  .ONEContactUs .requiredInput .requiredBlock,
  .ONESubmitLead .requiredInput .requiredBlock{
      position:absolute;
      display:block;
      top:0;
      bottom:0;
      left:0;
      width:3px;
      background:#c00;
      border-radius:3px 0 0 3px;
  }
  .ONEMyProfilePage .profile-rss-feed-list ul li:before{
    content:"";
    display:inline-block;
    width:16px;
    height:16px;
    vertical-align:text-bottom;
    margin-right:4px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgTWFjaW50b3NoIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZCOUFEN0M4OTVDMjExRTRBNkYwOEQ1MEIxNjVFMTNFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZCOUFEN0M5OTVDMjExRTRBNkYwOEQ1MEIxNjVFMTNFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkI5QUQ3QzY5NUMyMTFFNEE2RjA4RDUwQjE2NUUxM0UiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkI5QUQ3Qzc5NUMyMTFFNEE2RjA4RDUwQjE2NUUxM0UiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5XpY3nAAABkElEQVR42pyTO2sCQRDHFyGgAYtDEDkRfFyhcIKxDGkElQQhgiBo5yHY5AtYXeF3CKQwIloLIVhFuUaOtFYm2GqwOQUlgsHHP7sWQeRyXjKwyzKP387MzhIAxMzabrdn9Xpdy+fzi3A4jGaz+c70xCygUqnAbrfDarVCkiSsVivONKDdbqs+nw9utxulUgmHNlOpp9NpOBwOpFIpLJdL/k8AWveXy+WCKIro9XqPx3bD4PV6fZ7JZPa1l8tl6PmcrJ3neUSjUQwGgzs9HwuhMhqNrqnza7/fl8mBKIpyOZ1OSSKRIKFQ6J7oCaPIsrxgR6/Xi0aj8cl0w+FQikQiCAQCUFX14bcs99tut7PQAYHT6YTf7wfN6Kbb7T7ZbDYUCgUYlflz0DTtIhaLwePxIJfLoVgsguM41Go1cwC2Op3OczAY3DeNjWs8Hsd4PE4aASyH/aABt9lslmVDNpsNoSBCp++FGMkxcT6fC+xm9vatVuvt1KDpKqvVKgRBwGw2E/8FmEwmV/S7fpj5aN8CDAAqnXxaUGDg+QAAAABJRU5ErkJggg==');
  }
  .ONEMyProfilePage .profile-rss-feed-list ul li.inactive:before{
    opacity:.7;
    filter: alpha(opacity=70);
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgTWFjaW50b3NoIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZCOUFEN0M0OTVDMjExRTRBNkYwOEQ1MEIxNjVFMTNFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZCOUFEN0M1OTVDMjExRTRBNkYwOEQ1MEIxNjVFMTNFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkI5QUQ3QzI5NUMyMTFFNEE2RjA4RDUwQjE2NUUxM0UiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkI5QUQ3QzM5NUMyMTFFNEE2RjA4RDUwQjE2NUUxM0UiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4YyXWlAAAC/0lEQVR42mxTXUiaYRR+1e/T2vBnwpDMnP2SWSld9EtbkCyiCCbRxWgX0sXahYZNFsEuRrCLXayBWkIFXQYFE4ltFzEIDWS11jaii6QcK6MynGFpZn7vzvuh8REJB/nec57zPud5zsvDGKPbfslk8tHBwYEokUggsViM1Gp1ks/n+2/WUTcPTk5Onnm93id+v7/j6OhIdH5+jiQSCSoqKkq2t7d/7O7udubl5X2/BhAGuVhZWXnT2dmJS0tLsUajwTU1NbixsZH9Ly4uxpWVlbi/vx8Hg8HhHIaXG2F1dfWV1Wp9F41GUUFBAert7f0GQI9CoUCRSISB5maPx6M9OztDJSUlaHp62qJUKl1sl9PT05aenh5cVlaGAYi3trYG4Zzmspuamgro9XpMoqKiAlsslmg6nb7PJufn52fLy8txc3Mzs7m5aeUCIWQTExO+6upqTMJoNOKGhgZ2rI2NDRsfClpAMFMqlUJdXV1hnU7n5mgqmZyc9LpcrtbLy0sEGiD4fg3gP2SU5eXlx/xYLCaGGSVCoRBVVVXNAiidBYvh5kUAP7y6ukLQGI2Pjw8B07cGg4EmZ3t7e2IK/Gbg9oxIJBLIZLJoFnwXwJ8gWkkhUEcOh2NYpVI5IEeDjTxSdHFx8YCSy+W0VCoVEL/BdxUBw61f3G53ayaTYcFOp3O4sLDwQ7Z5emdnh4GlQoD9SUG3X6D+D5/PV7e0tDR4eHhonJmZ0edoA/glB0wuMa2vr8tpmka1tbUJVmlQ056zCA5Zhfv6+lL7+/tDXEcYhlGPjIxEiN1tbW34+Pi4JZe8NzY29pv4CwLhpqYmvLa2tpjNkX0Q7u7uPrXZbDFgxW7k3Nycj+SuNxFs0Y2Ojn6FMRT5+fkIaCe0Wu0/EJYXCoXQ9va2Eh4XArGR2WwO2u32DoCFeNzXCJulgY3zLCwsGMLhMCI6kLxAIEAURSGgjgYGBj6bTKYXUP6XYHi3PGcpzFYXCASeg9p34vE4URsBm3h9ff17eJk/uMX/BRgAZg+6mf8iYEEAAAAASUVORK5CYII=');
  }
  .lt-ie9 .ONERequestService .modal .close:after,
  .lt-ie9 .ONESDS .modal .close:after,
  .lt-ie9 .ONEMyProfilePage .modal .close:after,
  .lt-ie9 .ONEContactUs .modal .close:after,
  .lt-ie9 .ONESubmitLead .modal .close:after{
      margin-top:-19px;
  }
  .lt-ie9 .ONERequestService .modal .close:before,
  .lt-ie9 .ONESDS .modal .close:before,
  .lt-ie9 .ONEMyProfilePage .modal .close:before,
  .lt-ie9 .ONEContactUs .modal .close:before,
  .lt-ie9 .ONESubmitLead .modal .close:before{
      margin-top:-17px;
  }
  .ONEContactUs .page-inner-container,
  .ONESubmitLead .page-inner-container {
    width: 1100px;
  }
.contact-us-form > .row-fluid{
    position:relative;
}
.contact-us-form > .row-fluid > .span6:first-child:before{
    display:block;
    width:1px;
    position:absolute;
    top: 5em;
    bottom:0;
    left:50%;
    content:"";
    background:#ccc;
    margin-left:-5px;
}

.contact-us-form > .row-fluid > .span6:first-child .contact-us-column-inner{
    padding-left:0;
    padding-right:60px;
}
.contact-us-column-inner {
    padding-left: 60px;
}
.contact-us-form-split-text {
    position:absolute;
    top: 1em;
    left:50%;
    width:70px;
    text-align:center;
    text-transform:uppercase;
    font-size:1.4em;
    font-weight:bold;
    margin-left:-38px;
    color: #666;
}
.ONEContactUs .contact-us-form-split-text:before,
.ONESubmitLead .contact-us-form-split-text:before,
.ONEContactUs .contact-us-form-split-text:after,
.ONESubmitLead .contact-us-form-split-text:after {
    background:url(/resource/1434557053000/ONE_zip_images/column-divider-sprite.png) no-repeat scroll 0 0 transparent;
    display:block;
    content:"";
    width:8px;
    height:22px;
    position:absolute;
    top:50%;
    margin-top:-11px;
    left:0;
}
.ONEContactUs .contact-us-form-split-text:after,
.ONESubmitLead .contact-us-form-split-text:after {
    left:auto;
    right:0;
    background-position:-8px 0;
}
.ONEContactUs h3,
.ONESubmitLead h3 {
    font-size: 1.4em;
    color: #666;
}

.ONEContactUs .contact-us-form,
.ONESubmitLead .contact-us-form{
    margin-top: 2em;
}
.ONEContactUs .contact-us-letter,
.ONESubmitLead .contact-us-letter {
    vertical-align: top;
    margin-top: -1em;
    margin-right: 1em;
}
.ONESDS .sds-links,
.ONESDS .sds-links li {
    text-align:center;
    list-style:none;
    margin:0;
    padding:0;
}
.ONESDS .sds-links li {
    display:inline-block;
    padding:2em 1em;
}

  @media only screen and (max-width: 767px){
      .ONERequestService .modal,
      .ONESDS .modal,
      .ONEMyProfilePage .modal,
      .ONEContactUs .modal,
      .ONESubmitLead .modal {
          position: fixed;
          top: 20px;
          left: 5px;
          right: 5px;
          width: auto;
          margin: 0;
      }
    .contact-us-column-inner,
    .contact-us-form > .row-fluid > .span6:first-child .contact-us-column-inner {
        padding:0;
    }
    .contact-us-form > .row-fluid > .span6:first-child:before{
        display:none;
    }
    .contact-us-form-split-text {
        position:relative;
        top: 1em;
        left:0;
        width:100%;
        text-align:center;
        text-transform:uppercase;
        font-size:1.4em;
        font-weight:bold;
        margin-left:0;
        color: #666;
        display:block;
        margin-bottom:3em;
        margin-top:2em;

    }
    .ONEContactUs .contact-us-form-split-text:before,
    .ONESubmitLead .contact-us-form-split-text:before,
    .ONEContactUs .contact-us-form-split-text:after,
    .ONESubmitLead .contact-us-form-split-text:after {
        background:none #007ac9;
        display:block;
        content:"";
        width:auto;
        height:1px;
        position:absolute;
        top:50%;
        margin-top:-1px;
        left:0;
        right:57%;
    }
    .ONEContactUs .contact-us-form-split-text:after,
    .ONESubmitLead .contact-us-form-split-text:after {
        left:57%;
        right:0;
    }
  }
  @media (max-width:979px){
    .ONEMyProfilePage .page-inner-container .container,
    .ONEContactUs .page-inner-container,
    .ONESubmitLead .page-inner-container {
      width: 100%;
    }
    .ONEMyProfilePage .page-inner-container .form-group.odd {
      margin-left: -12px;
      padding-left: 12px;
      padding-right: 12px;
      margin-right: -12px;
    }
    .ONEContactUs .control-group.inline > label ,
    .ONESubmitLead .control-group.inline > label {
        display:block;
        margin-bottom:.5em;
    }
    .ONEContactUs .contact-us-letter,
    .ONESubmitLead .contact-us-letter {
      vertical-align: top;
      margin-top: 0;
      margin-bottom: 2.5em;
    }
  }

.ONEDocumentList  h1 {
    font-size: 30px;
    margin-top: 2em;
    margin-bottom: 1.25em;
    font-weight:normal;
    float:none;
    color: #454545;
    text-transform: uppercase;
}
.ONEDocumentList .page-content{
    padding-top:0;
}
.ONEDocumentList .filter-container,
#search-container{
    padding:0;
    width:100%;
    box-sizing:border-box;
}
.ONEDocumentList .filter-type-label ,
#search-container #country-container > label ,
#search-container #searchby-container > label {
    float:left;
    display:block;
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
    width:100px;
}
#search-container #country-container > label ,
#search-container #searchby-container > label {
    width:120px;
}

.ONEDocumentList .filter-container-inner ,
#search-container > div {
    clear:both;
    padding: 12px 23px;
}
.ONEDocumentList .filter-container-inner.filter-search,
#search-container > div{
    padding:18px 23px 12px;
}
.ONEDocumentList .filter-container-inner:first-child ,
#search-container > div:first-child {
    border-bottom:2px solid #fff;
}

.ONEDocumentList .filter-container-inner:before,
.ONEDocumentList .filter-container-inner:after ,
#search-container > div:before,
#search-container > div:after {
    content:"";
    display:block;
}

.ONEDocumentList .filter-container-inner:after ,
#search-container > div:after {
    clear:both;
}

.ONEDocumentList .filter-container-inner label ,
#search-container > div > label {
    margin-right:30px
}
.ONEDocumentList .filter-container .input-field,
#search-container .input-field{
    margin:0 20px 0 0;
}
.ONEDocumentList .filter-sort > div{
    float:left;
    padding: 8px 0 8px 0;
}

.ONEDocumentList .filter-sort .filter-type-label {
    padding-top:7px
}
.ONEDocumentList .filter-container-inner .view-all-documents {
    border-left: 1px solid #c6c7c7;
    padding-left: 30px;
}
@media only screen and (max-width: 767px){
  .ONEDocumentList .filter-sort > div{
    float:none;
    clear: both;
  }
  .ONEDocumentList .filter-container-inner .view-all-documents {
    padding-left:0;
    border:0 none;
  }
  .ONEDocumentList .filter-container ,
  #search-container {
    float: none;
    margin: 0 -12px 24px;
    padding: 12px 12px 4px;
    box-sizing:content-box;
  }

  .ONEDocumentList .filter-container-inner,
  .ONEDocumentList .filter-container-inner.filter-search,
  #search-container > div{
    padding-left:0;
    padding-right:0;
  }
  
}

@media only screen and (max-width: 1024px){
	.getting-started-btn{
		display:none;
	}
	.emergency-contact{
		display:none;
	}
}