/*
 *
 */
body,
html {
    width: 100%;
    height: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}
h2 {
	font-size: 23px;
	color: #337ab7;
	margin-bottom: 20px;
}
.main-content h3 {
  color: #337ab7;
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
div.panel-heading {
  cursor: pointer;
}
h4.panel-title {
  font-size: 23px;
}
ol {
  list-style-type: decimal;
}
ol li ol {
  list-style-type: lower-alpha;
}
ol li ol li ol {
  list-style-type: lower-roman;
}
ol li ol li ol li ol {
  list-style-type: upper-alpha;
}
ul {
  list-style-type: disc;
}
ul li ul {
  list-style-type: circle;
}
ul li ul li ul {
  list-style-type: square;
}
ul li ul li ul li ul {
  list-style-type: disc;
}
ul li ul li ul li ul li ul {
  list-style-type: circle;
}
ul li ul li ul li ul li ul li ul {
  list-style-type: square;
}
p,
ul li,
ol li,
select,
table,
.col-md-12 {
  font-size: 16.75px;
  font-weight: 100;
}
p.Title {
  font-size: 23px;
  padding-top: 20px;
}
p.margin {
  margin-top: 10px;
}
.redef-image {
  display: flex;
  overflow: hidden;
}
.redef-image h3 {
  color: #337ab7;
  font-size: 20px;
}
p#swipe-icon {
  display: none;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 100;
}
.justify {
  justify-content: space-between;
  display: flex;
}
table th, table td {
  vertical-align: top;
  padding: 10px 15px;
  text-align: left;
  line-height: 140%;
}
th.cgitable {
  text-align: left;
  vertical-align: top;
  color: #0056a6;
  background-repeat: no-repeat;
  background-position: left center;
  background-color: rgb(232,232,232);
  text-transform: uppercase;
  padding: 8px 2px 2px 25px;
  border-top: 1px solid white;
  border-right: white;
  border-bottom: white;
  border-left: white;
}
#documents-paper {
  background: #fff;
  box-shadow: 1px 1px 10px #888;
  margin: 20px 0;
}
#documents-paper .sidebar-banner-grey {
  margin: 0 0 10px 0;
}
#documents-paper .sidebar-banner-grey .container {
  width: auto;
}
.borderbtm {
  border-bottom: 1px solid #cdcdcd;
  padding: 0 0 3px 0;
}
.trainpkg {
  padding: 10px;
  background-color: #f5f5f5;
}
p.QuoteText {
  margin-top: 10px;
}
p.Signature {
  font-size: 14.75px;
  font-style: italic;
}
ul.about {
	padding: 0 0 0 15px;
	font-size: 16.75px;
	font-weight: 100;
}
ul.about li {
	margin: 20px 0;
}
ul.about li a {
	font-weight: bold;
}
.divider-orange {
	width: 64px;
	height: 2px;
	background-color: #ff8b38;
}
#page-error a {
  color: #ff8b38;
}
#page-error a:hover {
  color: #ef7d2b;
}
#logo-links {
	margin-top: 20px;
	font-size: 13px;
}
#logo-links.logo-intra {
  margin: 20px 0 10px;
}
#logo-links ul li {
  font-size: 13px;
}
.dropdown-header {
  font-style: italic;
}
.topnav .navbar-collapse .navbar-nav li.dropdown ul li,
.topnav .navbar-collapse .navbar-nav li.active ul li {
  font-size: 13px;
}
.navbar-inverse .navbar-nav > li > a:hover {
  text-decoration: underline;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
	display: none;
}
.navbar {
	margin: 0px;
	border-radius: 0px;
}
.navbar-inverse .navbar-brand {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.navbar-default .navbar-brand {
	font-size: 20px;
	font-weight: bold;
}
.navbar-collapse {
	padding: 0;
}
.dropdown-menu > li > a:hover {
  text-decoration: underline;
}
.topnav {
    font-size: 14px;
}
.lead {
  font-size: 12px;
  font-weight: 400;
  color: #8b8b8b;
}
/* FORM --------------------------- */
.fixed-form {
  background-color: #444;
}
.intro-form {
	position: absolute;
	z-index: 100;
   width: 100%;
   margin: 100px 0;
}
.intro-form p.form-header {
	padding: 10px;
	background-color: #f5f5f5;
	font-size: 18px;
	margin: 0;
}
.form-style {
	padding: 15px 20px;
	background-color: #fff;
}
.form-style p {
  font-size: 14px;
}
.form-style input {
	width: 100%;
	margin: 10px 0;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #ccc;
	color: #000;
}
.form-style input[type=submit] {
	background-color: #ff8b38;
	border: 0px;
	color: #fff;
	padding: 10px;
}
.form-style input[type=submit]:hover {
	background-color: #ef7d2b;
}
#emaildoc-sign-up input {
  width: 95%;
}
#emaildoc-sign-up input[type=submit],
#emaildoc-sign-up input[type=reset] {
  width: 25%;
}
#discoverform input,
#discoverform select,
#form-sign-up input,
#form-sign-up select {
  width: 100%;
}
#discoverform input[type=radio],
#discoverform input[type=checkbox],
#form-sign-up input[type=radio],
#form-sign-up input[type=checkbox] {
  width: auto;
}
#discoverform input[type=submit],
#discoverform input[type=reset],
#form-sign-up input[type=submit],
#form-sign-up input[type=reset] {
  width: 25%;
}
#form-sign-up input#recaptcha_response_field {
  width: 25%;
}
/* BANNER CAROUSEL --------------------------- */
#bannerCarousel .carousel {
	/* margin-bottom: 5px; */
}
#bannerCarousel .carousel .container {
	position: relative;
	z-index: 9;
}
#bannerCarousel .carousel-control {
	margin-top: 0;
	padding-top: 100px;
	font-size: 120px;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	background-color: transparent;
	border: 0;
	z-index: 300;
}
#bannerCarousel .carousel .item {
	height: 550px;
}
#bannerCarousel .carousel img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 500px;
}
#bannerCarousel .carousel-caption {
	background-color: transparent;
	position: static;
	padding: 0 20px;
	margin: 100px 0;
}
#bannerCarousel .carousel-caption h1,
#bannerCarousel .carousel-caption .lead {
	margin: 0;
	line-height: 1.25;
	color: #fff;
	text-shadow: 0 2px 2px rgba(0,0,0,.5);
}
#bannerCarousel .carousel-caption h1 {
	font-size: 4.5rem;
}
#bannerCarousel .carousel-caption .lead {
	font-size: 2.5rem;
}
#bannerCarousel .carousel-caption .btn {
	margin-top: 10px;
}
/* SIDEBAR CAROUSEL --------------------------- */
.sidebar-banner {
  position: relative;
}
.sidebar-banner .carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	opacity: .5;
	font-size: 30px;
	color: #fff;
	text-align: center;
	text-shadow: none;
}
.sidebar-banner .carousel-control.left {
	background-image: none;
	width: 22px;
}
.sidebar-banner .carousel-control.right {
	left: auto;
	right: 0;
	background-image: none;
	width: 22px;
}
.sidebar-banner .carousel-control {
	margin: 3% 20px;
}
/* CUSTOMERS CAROUSEL --------------------------- */
#customerCarousel {
	padding: 25px 0;
}
#customerCarousel .thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-radius: 0;
	border: none;
	background-color: none;
}
.customers .carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	opacity: .5;
	font-size: 30px;
	color: #fff;
	text-align: center;
	text-shadow: none;
	color: #414141;
}
.customers .carousel-control.left {
	background-image: none;
	width: 22px;
}
.customers .carousel-control.right {
	left: auto;
	right: 0;
	background-image: none;
	width: 22px;
}
.customers .carousel-control {
	margin: 180px 20px;
}
/* PARTNERS CAROUSEL --------------------------- */
#partnerCarousel {
	padding: 25px 0;
}
#partnerCarousel .thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-radius: 0;
	border: none;
	background-color: none;
}
.partners .carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	opacity: .5;
	font-size: 30px;
	color: #fff;
	text-align: center;
	text-shadow: none;
	color: #414141;
}
.partners .carousel-control.left {
	background-image: none;
	width: 22px;
}
.partners .carousel-control.right {
	left: auto;
	right: 0;
	background-image: none;
	width: 22px;
}
.partners .carousel-control {
	margin: 180px 20px;
}
/* News Events Documents --------------------------- */
#news-events-docs, #news-events-docs-fr {
	background-color: #184d68;
	color: #c8d7e3;
}
#news-events-docs ul.nav-tabs,
#news-events-docs-fr ul.nav-tabs {
	border-bottom: none;
}
#news-events-docs ul.nav-tabs > li > a {
	color: #c8d7e3;
	border: none;
	font-size: 18px;
}
#news-events-docs-fr ul.nav-tabs > li > a {
	color: #c8d7e3;
	border: none;
	font-size: 16.75px;
}
#news-events-docs ul.nav-tabs > li > a:hover,
#news-events-docs-fr ul.nav-tabs > li > a:hover {
	color: #fff;
	background-color: #184d68;
	border: none;
	cursor: pointer;
}
#news-events-docs ul.nav-tabs > li.active > a,
#news-events-docs-fr ul.nav-tabs > li.active > a {
	color: #fff;
	background-color: #184d68;
	border: none;
	border-bottom: 2px solid #ff8b38;
}
#news-events-docs ul.nav-tabs > li.active > a:hover,
#news-events-docs-fr ul.nav-tabs > li.active > a:hover {
	color: #fff;
	background-color: #184d68;
	border: none;
	border-bottom: 2px solid #ff8b38;
}
#news-events-docs .tab-content,
#news-events-docs-fr .tab-content {
	padding: 10px;
}
#news-events-docs .tab-content ul,
#news-events-docs-fr .tab-content ul {
	list-style-type: none;
}
#news-events-docs .tab-content ul li,
#news-events-docs-fr .tab-content ul li {
	margin: 15px 0;
}
#news-events-docs .tab-content ul li a,
#news-events-docs-fr .tab-content ul li a {
	color: #c8d7e3;
	font-size: 16.75px;
	font-weight: 100;
	margin-left: 35px;
	display: block;
	min-height: 35px;
}
#news-events-docs .tab-content ul li a:hover,
#news-events-docs-fr .tab-content ul li a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#news-events-docs .tab-content #news.tab-pane.fade.active.in ul,
#news-events-docs-fr .tab-content #news.tab-pane.fade.active.in ul {
	padding: 5px;
	list-style-type: none;
}
#news-events-docs .tab-content #news.tab-pane.fade.active.in ul li,
#news-events-docs-fr .tab-content #news.tab-pane.fade.active.in ul li,
#news-events-docs .tab-content #events.tab-pane.fade.active.in ul li,
#news-events-docs-fr .tab-content #events.tab-pane.fade.active.in ul li,
#news-events-docs .tab-content #documents.tab-pane.fade.active.in ul li,
#news-events-docs-fr .tab-content #documents.tab-pane.fade.active.in ul li {
  position: relative;
}
#news-events-docs .tab-content #news.tab-pane.fade.active.in ul li:before,
#news-events-docs-fr .tab-content #news.tab-pane.fade.active.in ul li:before {
  content: "\f0f6";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 28px;
  position: absolute;
  left: 0;
}
#news-events-docs .tab-content #events.tab-pane.fade.active.in ul,
#news-events-docs-fr .tab-content #events.tab-pane.fade.active.in ul {
	padding: 5px;
	list-style-type: none;
}
#news-events-docs .tab-content #events.tab-pane.fade.active.in ul li:before,
#news-events-docs-fr .tab-content #events.tab-pane.fade.active.in ul li:before {
  content: "\f073";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 28px;
  position: absolute;
  left: 0;
}
#news-events-docs .tab-content #documents.tab-pane.fade.active.in ul,
#news-events-docs-fr .tab-content #documents.tab-pane.fade.active.in ul {
	padding: 5px;
	list-style-type: none;
}
#news-events-docs .tab-content #documents.tab-pane.fade.active.in ul li:before,
#news-events-docs-fr .tab-content #documents.tab-pane.fade.active.in ul li:before {
  content: "\f016";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 28px;
  position: absolute;
  left: 0;
}
#news-events-docs .tab-content .view-more,
#news-events-docs-fr .tab-content .view-more {
	padding: 0 0 0 5px;
	font-size: 16.75px;
	color: #c8d7e3;
	font-weight: 100;
}
#news-events-docs .tab-content .view-more:hover,
#news-events-docs-fr .tab-content .view-more:hover {
	font-size: 16.75px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.mail-icon {
  padding: 30px 0 30px 30px;
}
/* LEARN MORE --------------------------- */
.pambp-bg-fluid-height {
  background-color: #213967;
  padding: 50px 20px;
}
.image-bg-fluid-height {
   background: url('../pics/2016/buildings.jpg') no-repeat center center scroll;
	background-size: cover;
	padding: 50px 20px;
}
.career-bg-fluid-height {
  background: url('../pics/2016/privilegedaccessmanager_03.jpg') no-repeat center center scroll;
  background-size: cover;
  padding: 50px 20px;
}
.join-prog h3,
.opp-reg h3,
.image-bg-fluid-height h3,
.career-bg-fluid-height h3,
.pambp-bg-fluid-height h3 {
	font-size: 40px;
	color: #fff;
	font-weight: 300;
	text-shadow: 0 2px 2px rgba(0,0,0,.5);
	margin: 0;
	padding: 0 0 30px 0;
}
.refbuild-fluid-height {
  background: url(../pics/2016/iam_01.jpg) no-repeat center center scroll;
  background-size: cover;
  padding: 10px 0 40px 0;
  color: #fff;
}
.quick-links-fluid-height {
	background-color: #d2d2d2;
	padding: 10px 0 40px 0;
}
.quick-links-fluid-height a {
  color: #fff;
}
.quick-links-fluid-height .eval-link {
  padding: 20px;
  background: url('../pics/2016/eval-link.jpg');
  background-repeat: no-repeat;
  background-size: 354px 237px;
  width: 100%;
  height: 237px;
  display: table-cell;
  vertical-align: bottom;
}
.quick-links-fluid-height .calc-link {
  padding: 20px;
  background: url('../pics/2016/calc-link.jpg');
  background-repeat: no-repeat;
  background-size: 354px 237px;
  width: 100%;
  height: 237px;
  display: table-cell;
  vertical-align: bottom;
}
.quick-links-fluid-height .callme-link,
.quick-links-fluid-height .callme-link-fr {
  padding: 20px;
  background: url('../pics/2016/callme-link.jpg');
  background-repeat: no-repeat;
  background-size: 354px 237px;
  width: 100%;
  height: 237px;
  display: table-cell;
  vertical-align: bottom;
}
.quick-links-fluid-height .callme-link-fr {
  text-align: left;
  background-size: 420px 237px;
}
.quick-links-fluid-height .fa-cogs,
.quick-links-fluid-height .fa-calculator,
.quick-links-fluid-height .fa-phone-square {
  font-size: 30px;
}
.quick-links-fluid-height .eval-link h4:hover,
.quick-links-fluid-height .eval-link h5:hover,
.quick-links-fluid-height .calc-link h4:hover,
.quick-links-fluid-height .calc-link h5:hover,
.quick-links-fluid-height .callme-link h4:hover,
.quick-links-fluid-height .callme-link h5:hover {
  text-decoration: underline;
}
.sidebar-banner-grey {
  background: #3c3c3c;
  color: #fff;
  padding: 10px 0 30px 0;
}
.contact-us-banner,
.sidebar-banner {
  background: #00819a;
  color: #fff;
  padding: 10px 0 30px 0;
}
.contact-us-banner a,
.sidebar-banner a,
.sidebar-banner-grey a {
  color: #fff;
  text-decoration: underline;
}
.contact-us-banner a:hover,
.sidebar-banner a:hover,
.sidebar-banner-grey a:hover {
  color: #fff;
  text-decoration: none;
}
.contact-us-banner a.orange-button {
  color: #000;
  text-decoration: none;
}
.contact-us-banner h3,
.sidebar-banner h3,
.sidebar-banner-grey h3 {
  font-size: 28px;
}
#news-four-image {
  margin-top: 20px;
}
#news-four-image a {
  font-weight: bold;
  font-size: 23px;
}
.archive a {
  padding-right: 50px;
}
.sub-sub-menu {
  background: #f0f0f0; /* Old browsers */
  background: -moz-linear-gradient(top,  #f0f0f0 0%, #d6d6d6 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #f0f0f0 0%,#d6d6d6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #f0f0f0 0%,#d6d6d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
  border-bottom: 1px solid #bbb;
}
.sub-sub-menu .col-md-12 {
  padding-bottom: 10px !important;
}
.sub-sub-menu ul {
  margin-top: 20px;
  padding-left: 0;
  list-style: none;
}
.sub-sub-menu ul li {
  display: inline;
  padding: 0 20px 0 0;
}
.sub-sub-menu ul li a {
  color: #545454;
}
.sub-sub-menu ul li.side-on a {
  padding-bottom: 16px;
  color: #000;
  border-bottom: 5px solid #c61d23;
}
.suite-diagram {
  margin: 20px auto 40px;
}
.white-background-center {
  margin: 60px 0;
  padding: 30px;
  text-align: center;
  background: #fff;
}
.white-background-center-fr {
  margin: 60px 0;
  padding: 30px;
  text-align: center;
  background: #fff;
  min-height: 570px;
}
.white-background-center.extra-pad-im,
.white-background-center.extra-pad-pm {
  padding: 30px 34px;
}
.white-background-center.extra-pad-pam {
  padding: 30px 35px;
}
.white-background-center-fr.extra-pad-im {
  padding: 30px 34px;
}
.white-background-center-fr .extra-mar-pm {
  margin-top: 13px
}
.white-background-center-fr .extra-mar-pam {
  margin-top: 36px;
}
.product-features {
  background: url('../pics/2016/products_02.jpg') no-repeat center center scroll;
  background-size: cover;
  min-height: 350px;
}
.product-features .fa {
  font-size: 55px;
}
.suite-banner {
  background: #f5f5f5;
}
.solutions-toggle h2.donotshow,
.features-toggle p.donotshow {
  display: none;
}
.general-bg-fluid-height,
.identity-manager-bg-fluid-height,
.password-manager-bg-fluid-height,
.privileged-access-manager-bg-fluid-height {
  background: url('../pics/2016/random_start.jpg') no-repeat center center scroll;
  background-size: cover;
  min-height: 250px;
}
.slide-brochure {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
}
.slide-brochure a.blue-button {
  margin: 0;
}
.blogs-bg-fluid-height {
  background: url('../pics/2016/blogs_01.jpg') no-repeat center center scroll;
  background-size: cover;
  min-height: 250px;
}
.contact-bg-fluid-height {
  background: url('../pics/2016/contact_01.jpg') no-repeat center center scroll;
  background-size: cover;
  min-height: 250px;
}
.careers-bg-fluid-height {
  background: url('../pics/2016/careers_01.jpg') no-repeat center center scroll;
  background-size: cover;
  min-height: 250px;
}
.partners-bg-fluid-height {
  background: url('../pics/2016/partners_01.jpg') no-repeat center center scroll;
  background-size: cover;
  min-height: 250px;
}
.customers-bg-fluid-height {
  background: url('../pics/2016/customers_01.jpg') no-repeat center center scroll;
  background-size: cover;
  min-height: 250px;
}
.news-bg-fluid-height {
  background: url('../pics/2016/news_01.jpg') no-repeat center center scroll;
  background-size: cover;
  min-height: 250px;
}
.security-bg-fluid-height {
  background: url('../pics/2016/security_01.jpg') no-repeat center center scroll;
  background-size: cover;
  min-height: 250px;
}
.products-bg-fluid-height {
  background: url('../pics/2016/products_01.jpg') no-repeat center center scroll;
  background-size: cover;
  min-height: 250px;
}
.technology-bg-fluid-height {
  background: url('../pics/2016/technology_01.jpg') no-repeat center center scroll;
  background-size: cover;
  min-height: 250px;
}
.education-bg-fluid-height {
  background: url('../pics/2016/education_01.jpg') no-repeat center center scroll;
  background-size: cover;
  min-height: 250px;
}
.community-bg-fluid-height {
  background: url('../pics/2016/community_01.jpg') no-repeat center center scroll;
  background-size: cover;
  min-height: 250px;
}
.resource-bg-fluid-height {
  background: url('../pics/2016/resource_01.jpg') no-repeat center center scroll;
  background-size: cover;
  min-height: 250px;
}
.docs-bg-fluid-height {
  background-color: #00819a;
}
.iam-bg-fluid-height {
  background: url('../pics/2016/iam_01.jpg') no-repeat center center scroll;
  background-size: cover;
  min-height: 250px;
}
.services-bg-fluid-height {
  background: url('../pics/2016/services_01.jpg') no-repeat center center scroll;
  background-size: cover;
  min-height: 250px;
}
.support-bg-fluid-height {
  background: url('../pics/2016/support_01.jpg') no-repeat center center scroll;
  background-size: cover;
  min-height: 250px;
}
.solutions-bg-fluid-height {
  background: url('../pics/2016/general_05.jpg') no-repeat center center scroll;
  background-size: cover;
  min-height: 250px;
}
.about-bg-fluid-height {
  background: url('../pics/2016/about_01.jpg') no-repeat center center scroll;
  background-size: cover;
  min-height: 250px;
}
.intranet-bg-fluid-height {
  background-color: #a71c20;
}
.redef-images {
  background: url('../pics/2016/redef_start.jpg') no-repeat center center scroll;
  background-size: cover;
  height: 100%;
  min-height: 250px;
}
.redef-thumbnails {
  width: 360px;
  height: 240px;
}
.imgAndText {
  position: relative;
  margin: 0 0 40px 0;
}
.concept-pads {
  margin-top: 25px;
}
.imgAndText h4 {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 5px;
  right: 5px;
  padding: 10px 0 10px 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
}
.refbuild-bg {
  background: url('../pics/2016/solutions_02.jpg') no-repeat center center scroll;
  background-size: cover;
  background-color: #f5f5f5;
}
.custom-iam-bg {
  background: url('../pics/2016/solutions_03.jpg') no-repeat center center scroll;
  background-size: cover;
  background-color: #f5f5f5;
}
.three-col-bg {
  background-color: #d37511;
}
.three-col-bg .white-background-center {
  min-height: 270px;
}
.three-col-bg .white-background-center .fa {
  font-size: 40px;
}
.learn-more-bg {
  background: url('../pics/2016/iam_02.jpg') no-repeat center center scroll;
  background-size: cover;
}
.csr-bg {
  background: url('../pics/2016/iam_03.jpg') no-repeat center center scroll;
  background-size: cover;
}
.csr-bg .container .row {
  background-color: rgba(24,106,178,0.97);
}
.csr-bg .container .row .col-sm-4 h2,
.csr-bg .container .row .col-sm-4 p {
  color: #fff;
}
.csr-bg .container .row .col-sm-4 a {
  color: #fdb913;
  font-weight: bold;
}
.general-bg-fluid-height h1,
.about-bg-fluid-height h1,
.news-bg-fluid-height h1,
.customers-bg-fluid-height h1,
.partners-bg-fluid-height h1,
.contact-bg-fluid-height h1,
.blogs-bg-fluid-height h1,
.products-bg-fluid-height h1,
.security-bg-fluid-height h1,
.technology-bg-fluid-height h1,
.solutions-bg-fluid-height h1,
.services-bg-fluid-height h1,
.iam-bg-fluid-height h1,
.resource-bg-fluid-height h1,
.docs-bg-fluid-height h1,
.community-bg-fluid-height h1,
.education-bg-fluid-height h1,
.support-bg-fluid-height h1,
.identity-manager-bg-fluid-height h1,
.password-manager-bg-fluid-height h1,
.privileged-access-manager-bg-fluid-height h1,
.careers-bg-fluid-height h1,
.intranet-bg-fluid-height h1 {
  color: #fff;
  font-size: 3.5rem;
  text-shadow: 0 2px 2px rgba(0,0,0,.5);
}
.general-bg-fluid-height h2,
.about-bg-fluid-height h2,
.news-bg-fluid-height h2,
.customers-bg-fluid-height h2,
.partners-bg-fluid-height h2,
.contact-bg-fluid-height h2,
.blogs-bg-fluid-height h2,
.products-bg-fluid-height h2,
.security-bg-fluid-height h2,
.solutions-bg-fluid-height h2,
.support-bg-fluid-height h2,
.services-bg-fluid-height h2,
.iam-bg-fluid-height h2,
.resource-bg-fluid-height h2,
.docs-bg-fluid-height h2,
.community-bg-fluid-height h2,
.education-bg-fluid-height h2,
.identity-manager-bg-fluid-height h2,
.password-manager-bg-fluid-height h2,
.privileged-access-manager-bg-fluid-height h2,
.technology-bg-fluid-height h2,
.careers-bg-fluid-height h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 400;
  text-shadow: 0 2px 2px rgba(0,0,0,.5);
}
.docs-bg-fluid-height h1 {
  margin-top: 10px;
  padding-bottom: 20px;
}
.about-bg-fluid-height h3 {
  margin: 5px 0 0 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  text-shadow: 0 2px 2px rgba(0,0,0,.5);
}
.mission-vision {
  background: linear-gradient(to left, #dbc8c6 50%, #da3520 50%);
}
.mission-vision #about-mission {
  padding: 20px;
}
.mission-vision #about-vision {
  color: #fff;
  padding: 20px;
}
.opp-reg {
  background: #af1e23;
  padding: 60px 0;
}
.partners-rows .container .row .col-md-12 {
  margin-top: 30px;
}
.join-prog {
  background: url('../pics/2016/partners_02.jpg') no-repeat center center scroll;
  background-size: cover;
  padding: 50px 20px;
}
.join-prog p {
  color: #fff;
  text-shadow: 0 2px 2px rgba(0,0,0,.5);
}
.join-prog p a {
  color: #FF8B38;
}
.join-prog p a:hover {
  text-decoration: underline;
}
.fact-team {
  background: url('../pics/2016/general_03.jpg') no-repeat center center scroll;
  background-size: cover;
  padding: 50px 20px;
}
.fact-team p {
  font-size: 23px;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0,0,0,.5);
}
.fact-team a.orange-button {
  margin: 10px 0;
}
.customers, .partners {
	position: relative;
	background-color: #f2f2f2;
	padding: 10px 0;
}
.customers h3, .partners h3,
.quick-links-fluid-height h3,
.refbuild-fluid-height h3 {
	text-align: center;
	color: #000;
	font-size: 28px;
	padding: 10px 0 30px 0;
}
.refbuild-fluid-height h3,
.refbuild-fluid-height p,
.refbuild-fluid-height ol li {
  color: #fff;
}
.refbuild-fluid-height p,
.refbuild-fluid-height ol li {
  font-size: 18.75px;
}
.refbuild-fluid-height ol {
  padding: 0 20px;
}
ul#refbuild-pad li {
  padding: 5px 0;
}
.refbuild-fluid-height ol li a {
  color: #fdb913;
}
.refbuild-fluid-height ol li a:hover {
  text-decoration: underline;
}
.l-hide {
  cursor: pointer;
}
.l-show a img {
  margin: 20px;
}
.thumbnail {
  position: relative;
  overflow: hidden;
  max-width: 320px;
  cursor: pointer;
}
.caption {
  position: absolute;
  top: 0;
  right: 0;
    background: #fff;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: none;
  text-align: center;
  color: #fff !important;
  z-index: 2;
}
.caption p {
  display: inline-block;
  padding: 20px 10px;
  vertical-align: middle;
}
.orange-button {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fd9a30), color-stop(1, #e67d1a));
	background: -moz-linear-gradient(top, #fd9a30 5%, #e67d1a 100%);
	background: -webkit-linear-gradient(top, #fd9a30 5%, #e67d1a 100%);
	background: -o-linear-gradient(top, #fd9a30 5%, #e67d1a 100%);
	background: -ms-linear-gradient(top, #fd9a30 5%, #e67d1a 100%);
	background: linear-gradient(to bottom, #fd9a30 5%, #e67d1a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd9a30', endColorstr='#e67d1a',GradientType=0);
	background-color: #fd9a30;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ff7b00;
	display: inline-block;
	cursor: pointer;
	color: #000;
	font-size: 18px;
	padding: 10px 80px;
	text-decoration: none;
   text-align: center;
}
.orange-button:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e67d1a), color-stop(1, #fd9a30));
	background: -moz-linear-gradient(top, #e67d1a 5%, #fd9a30 100%);
	background: -webkit-linear-gradient(top, #e67d1a 5%, #fd9a30 100%);
	background: -o-linear-gradient(top, #e67d1a 5%, #fd9a30 100%);
	background: -ms-linear-gradient(top, #e67d1a 5%, #fd9a30 100%);
	background: linear-gradient(to bottom, #e67d1a 5%, #fd9a30 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e67d1a', endColorstr='#fd9a30',GradientType=0);
	background-color: #e67d1a;
	color: #000;
	text-decoration: none;
}
.orange-button:active, .orange-button:focus {
	position: relative;
	top: 1px;
	color: #000;
	text-decoration: none;
}
.blue-button {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4b6bac), color-stop(1, #213a67));
	background: -moz-linear-gradient(top, #4b6bac 5%, #213a67 100%);
	background: -webkit-linear-gradient(top, #4b6bac 5%, #213a67 100%);
	background: -o-linear-gradient(top, #4b6bac 5%, #213a67 100%);
	background: -ms-linear-gradient(top, #4b6bac 5%, #213a67 100%);
	background: linear-gradient(to bottom, #4b6bac 5%, #213a67 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b6bac', endColorstr='#213a67',GradientType=0);
	background-color: #4b6bac;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #193059;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 18px;
	padding: 10px 80px;
	margin: 0 0 20px 0;
	text-decoration: none;
   text-align: center;
}
.blue-button:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #213a67), color-stop(1, #4b6bac));
	background: -moz-linear-gradient(top, #213a67 5%, #4b6bac 100%);
	background: -webkit-linear-gradient(top, #213a67 5%, #4b6bac 100%);
	background: -o-linear-gradient(top, #213a67 5%, #4b6bac 100%);
	background: -ms-linear-gradient(top, #213a67 5%, #4b6bac 100%);
	background: linear-gradient(to bottom, #213a67 5%, #4b6bac 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#213a67', endColorstr='#4b6bac',GradientType=0);
	background-color: #213a67;
	color: #fff;
	text-decoration: none;
}
.blue-button:active, .blue-button:focus {
	position: relative;
	top: 1px;
	color: #fff;
	text-decoration: none;
}
div.wp_link_to_pdf {
  text-align: center;
  margin: 0 auto 11px;
  padding: 0;
}
a.wp_link_to_pdf {
  -moz-box-shadow: inset 0px 1px 0px 0px #838383;
  -webkit-box-shadow: inset 0px 1px 0px 0px #838383;
  box-shadow: inset 0px 1px 0px 0px #838383;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3c3c3c), color-stop(1, #5c5c5c) );
  background: -moz-linear-gradient( center top, #3c3c3c 5%, #5c5c5c 100% );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3c3c3c', endColorstr='#5c5c5c');
  background-color: #3c3c3c;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  border: 1px solid #222222;
  color: #fff;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 4px 20px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #333;
  overflow: hidden;
}
a.wp_link_to_pdf:hover {
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5c5c5c), color-stop(1, #3c3c3c) );
  background: -moz-linear-gradient( center top, #5c5c5c 5%, #3c3c3c 100% );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5c5c5c', endColorstr='#3c3c3c');
  background-color: #5c5c5c;
}
a.wp_link_to_pdf:active {
  position: relative;
  top: 1px;
}
a.wp_link_to_pdf img { vertical-align: middle; }
td.tablehdr, div.tablehdr {
  text-align: left;
  color: #0056a6;
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  background-image: url(/pics/tablehdr_bg.gif);
  background-repeat: repeat-x;
  background-position: left center;
  text-transform: uppercase;
  padding: 10px 20px 10px 15px;
}
.multicol-list {
  column-count: 3;
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  list-style-type: none;
}
.abstractarrow {
  margin: 1px 10px 0 0;
}
.stroke {
  margin: 0 0 20px 0;
  padding: 3px;
  border: 1px solid #bbb;
}
#TopicPath {
  margin-top: 15px;
}
#TopicPath ul {
  list-style: none;
  padding: 0;
}
#TopicPath ul li {
  display: inline;
  color: #fff;
}
#TopicPath ul li a {
  color: #fff;
  text-decoration: underline;
  font-size: 13px;
  text-shadow: 0 1px 1px rgba(0,0,0,.25);
}
#TopicPath ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.row-centered {
    text-align: center;
}
#costsavings {
  background: #eee;
  margin: 0;
  padding: 20px;
  position: relative;
  width: 94%;
  height: 550px;
  overflow: auto;
}
.items {
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  width: 93%;
}
.items h3 { padding: 0 7px; }
.items p {
  padding: 0 11px;
  clear: both;
}
label.field {
  width: 340px;
  overflow: auto;
}
label.field, input.field {
  font-size: 14px;
  float: left;
  display: block;
  margin: 5px 0;
}
.clear { clear: both; }
.clearleft { clear: left; }
#controls1 {
  margin: 0;
  width: 94%;
}
.prev_btn, .next_btn, .first_btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  border: 1px solid #ccc;
  background-color:#fff;
  cursor: pointer;
}
.first_btn {
  margin: 0 5px 0 0;
  float: left;
}
.prev_btn { float: left; }
.next_btn { float: right; }
.prev_btn:hover, .next_btn:hover { background-color: #eee; }
.num_nav {
  text-align: center;
  display: none;
}
.num_nav ul li {
  display: inline;
  margin: 0 2px;
}
.num_nav ul li a {
  padding: 2px 3px;
  color: #666;
  border: 1px solid #ccc;
  background-color: #fff;
}
.num_nav ul li a.active, .num_nav ul li a:hover {
  border-color: #ccc;
  background-color: #eee;
}
.childprodDiv { margin: 0 0 0 20px; }
.errorDiv p, .error {
  color: #AA0000;
  font-size: 14px;
}
.errorDiv { display: none; }
.tip-top {
  color: #fff;
  z-index: 13000;
}
.tip-title {
  font-weight: bold;
  font-size: 11px;
  margin: 0;
  color: #9FD4FF;
  padding: 8px 8px 4px;
  background: url(../pics/bubble.png) top left;
}
.tip-text {
  width: 300px;
  font-size: 11px;
  line-height: 1.5em;
  padding: 4px 8px 8px;
  background: url(../pics/bubble.png) bottom right;
  color: #fff;
}
.tip-text A { color:#069; }
.tip-loading {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
#recaptcha_widget { margin: 10px 0 0 10px; }
.help { margin: 7px 10px 0 0; }
.helptext {
  color: #666;
  font-style: italic;
  font-size: 9pt;
  display: none;
  width: 330px;
  margin: 0 0 0 30px;
  padding: 0 0 5px 0;
  clear: both;
  float: left;
}
#item-org, #item-products, #item-PMfeatures,
#item-IMfeatures, #item-forgotten_locked_passwords_reset_automation,
#item-password_synch, #item-mobile_users_forgot_passwords,
#item-forgot_password_unlock_hdd, #item-forget_smart_card_pin,
#item-forget_one_time_password_token_pin, #item-onboarding,
#item-change_management, #item-deactivation, #item-changes_ad_security_groups,
#item-manual_changes_to_priv_pw, #item-registration, #item-results { display: none; }
#item-registration > span.IN-widget { margin-left: 10px; }
#pdfBlurb { font-weight: bold; }
.savings th {
  border-bottom: 2px solid #08427c;
  color: #08427c;
  font-weight: bold;
  padding: 10px 0 5px 5px;
}
th.before {
  padding: 10px 0 0;
  text-align: right;
}
th.after {
  padding: 10px 5px 0 0;
  text-align: right;
}
th.valueRight {
  padding: 10px;
  text-align: right;
}
.savings { border-collapse: collapse; }
.savings td {
  border-bottom: 1px solid #ccc;
  padding: 5px;
  line-height: 1.8;
}
.savings td label { padding: 0 0 0 8px; }
.savings tr:last-child td { border: none; }
td.valueRight, td.valueRight p {
  font-style: italic;
  font-weight: bold;
  text-align: right;
}
td.valueRight { margin: 5px 0; }
.holder {
  height: 42px;
}
.holder, .btm-holder {
  margin: 0 0 15px 0;
}
.holder select, .btm-holder select {
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px;
  border: none;
  border-top: 1px solid #fff;
  text-decoration: none;
  color: #717171;
  font-size: 12px;
  cursor: pointer;
  padding: 5px 10px 4px;
  margin: 1px 5px 1px 0;
  text-shadow: white 0 1px 0;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
  background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
  background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
  background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea);
  background-image: linear-gradient(top, #f9f9f9, #eaeaea);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea');
}
.holder a, .btm-holder a {
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px;
  border-top: 1px solid #fff;
  text-decoration: none;
  color: #717171;
  font-size: 12px;
  cursor: pointer;
  padding: 5px 10px;
  margin: 1px 5px 1px 0;
  text-shadow: white 0 1px 0;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
  background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
  background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
  background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea);
  background-image: linear-gradient(top, #f9f9f9, #eaeaea);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea');
}
.holder span.greyout, .btm-holder span.greyout {
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px;
  border-top: 1px solid #fff;
  text-decoration: none;
  color: #cccccc;
  font-size: 12px;
  cursor: not-allowed;
  padding: 5px 10px;
  margin: 1px 5px 1px 0;
  text-shadow: white 0 1px 0;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(top, #ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#eeeeee');
}
.holder a:hover, .btm-holder a:hover {
  border-color: #fff;
  background-color: #fdfdfd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #fefefe, #fafafa);
  background-image: -moz-linear-gradient(top, #fefefe, #fafafa);
  background-image: -ms-linear-gradient(top, #fefefe, #fafafa);
  background-image: -o-linear-gradient(top, #fefefe, #fafafa);
  background-image: linear-gradient(top, #fefefe, #fafafa);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#fafafa');
  text-decoration: none;
}
.holder span { margin: 0 5px; }
#itemContainer {
  list-style: none;
  margin: 0;
}
.bestpractice, .badidea, .impact {
  margin: 10px 0;
  padding: 10px;
  width: 90%;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #fafafa;
  color: #666666;
  line-height: 1.5em;
}
.bp, .bi, .ic {
  color: #666666;
  font-weight: normal;
}
span.r {
  float: right;
}
img.clickhere {
  margin: 0 0 0 40px;
  cursor: pointer;
}
.HitachiHeader {
  border-top: solid 5px #e60027;
  padding-top: 10px;
  background-color: #f2f2f2;
}
.footer {
  padding: 20px 0;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 100;
}
.footer ul {
	margin: 0;
	padding: 10px 0 0 0;
}
.footer ul li {
	display: inline;
	padding-right: 20px;
   font-size: 14px;
}
.footer ul li a {
	color: #fff;
}
.footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer #social-icons-footer {
	font-size: 23px;
}
.footer #social-icons-footer a {
	color: #fff;
}
.footer #social-icons-footer a:hover {
	color: #ccc;
}
.footer #social-icons-footer a i {
	padding: 0 10px;
}
.footer p.copyright {
	padding: 10px 0 0 0;
   font-size: 14px;
}
.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #131313;
  opacity: .85;
  filter: alpha(opacity=85);
  z-index: 901;
}
.modal-window {
  position: fixed;
  top: 25px;
  left: 50%;
  bottom: 25px;
  margin: 0;
  padding: 0;
  z-index: 902;
  background: #fff;
  border: solid 4px #c9caca;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-image {
  margin: 20px auto 0;
  text-align: center;
}
.close-window {
  float: right;
  margin: 10px 20px;
  width: 66px;
  height: 22px;
  background: transparent url(/pics/overlaybox/closelabel.gif) no-repeat scroll right top;
  text-indent: -99999px;
  overflow: hidden;
  cursor: pointer;
}
/* BLOG CSS --------------------------- */
#sidebar ul {
  list-style-image: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* MOBILE --------------------------- */
@media (max-width: 1199px) {
  #bannerCarousel .carousel-caption {
    margin-top: 60px;
  }
  #news-events-docs ul.nav-tabs > li > a {
    font-size: 16.75px;
  }
  .three-col-bg .white-background-center {
    min-height: 310px;
  }
}
@media only screen and (min-width : 768px) {
  .is-table-row {
    display: table;
  }
  .is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: bottom;
  }
}
@media(max-width:991px) {
  #bannerCarousel .carousel-caption {
    max-width: none;
    margin-top: 50px;
  }
  #logo-links {
    display: none;
  }
  .navbar > .container .navbar-brand {
    display: block;
  }
  .navbar-nav {
    margin: auto;
  }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
  }
  .fixed-form {
    display: none;
  }
  .slide-brochure {
    margin: 20px 0;
    float: none !important;
    max-width: 355px;
  }
  .quick-links-fluid-height .col-md-4 {
    text-align: center;
  }
  .quick-links-fluid-height .col-md-4 .pull-right {
    float: none!important;
  }
  .footer .col-md-3,
  .footer .col-md-6 {
    text-align: center;
  }
  .footer .col-md-3 .pull-right,
  .footer .col-md-6 .pull-right {
    float: none!important;
  }
  .footer .col-md-6.center-block.row-centered {
    padding: 15px 0 5px 0;
  }
  .mission-vision {
    background: linear-gradient(to bottom, #da3520 50%, #dbc8c6 50%);
    min-height: 300px;
  }
  .solutions-toggle h2.donotshow,
  .features-toggle p.donotshow {
    display: block;
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #222 !important;
  }
  .redef-image {
    display: block;
  }
  .white-background-center,
  .white-background-center-fr {
    min-height: auto;
  }
  .white-background-center.extra-pad-im,
  .white-background-center.extra-pad-pm,
  .white-background-center.extra-pad-pam,
  .white-background-center-fr.extra-pad-im {
    padding: 30px;
  }
  .white-background-center-fr .extra-mar-pm,
  .white-background-center-fr .extra-mar-pam {
    margin: auto;
  }
  .refbuild-fluid-height ol#mobile-pad {
    margin-top: -10px;
  }
  .three-col-bg .white-background-center {
    min-height: auto;
  }
}
@media(max-width:767px) {
  img.clickhere {
    display: block;
    margin: 25px 0 0;
  }
  #logo-links {
    display: none;
  }
	
  .navbar-collapse {
    padding: 0 15px;
  }
	
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    display: block;
  }
  .about-bg-fluid-height {
    min-height: 250px;
  }
  .sidebar-banner .carousel-control {
    display: none;
  }
  .multicol-list {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
  .imgAndText {
    max-width: 360px;
  }
  .quick-links-fluid-height {
    padding: 10px 0;
  }
  .quick-links-fluid-height .eval-link,
  .quick-links-fluid-height .calc-link,
  .quick-links-fluid-height .callme-link,
  .quick-links-fluid-height .callme-link-fr {
    background-size: cover;
    background-position: bottom;
    display: block;
    margin: 0 0 40px 0;
    padding: 100px 20px 0;
  }
  .holder {
    background-image: url(/pics/2016/swipe-icon.png);
    background-repeat: no-repeat;
    background-position: right;
  }
}
@media(max-width: 543px) {
  a {
    word-break: break-all;
  }
  a.wp_link_to_pdf {
    font-size: 70%;
  }
}
@media(max-width: 480px) {
  .rwd-table-block th {
    display: block;
    width: 100%;
  }
  #recaptcha_widget_div {
    overflow-x: scroll;
  }
}
@media(max-width: 320px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    font-size: 18px;
  }
  div.HitachiHeader form.pull-right {
    float: left!important;
    margin-bottom: 10px;
  }
  .holder {
    background-image: none;
  }
  p#swipe-icon {
    display: block;
    text-align: center;
  }
  .slide-brochure a.orange-button,
  .slide-brochure a.blue-button {
    padding: 10px 60px;
  }
}
/* RESPONSIVE TABLES --------------------------- */
.rwd-table {
  margin: 0;
  min-width: 300px;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) " ";
  font-weight: bold;
  display: block;
}
@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}
.rwd-table {
  overflow: hidden;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}
