/* Webfonts */
@font-face {
  font-family: 'Overpass';
  src: url('/files/assets/fonts/overpass/2.1/Overpass-Regular.eot'); /* IE9 Compat Modes */
  src: url('/files/assets/fonts/overpass/2.1/Overpass-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/assets/fonts/overpass/2.1/Overpass-Regular.woff') format('woff'), /* Modern Browsers */
       url('/files/assets/fonts/overpass/2.1/Overpass-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/assets/fonts/overpass/2.1/Overpass-Regular.svg#overpassregular') format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Overpass Bold';
  src: url('/files/assets/fonts/overpass/2.1/Overpass-Bold.eot'); /* IE9 Compat Modes */
  src: url('/files/assets/fonts/overpass/2.1/Overpass-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/assets/fonts/overpass/2.1/Overpass-Bold.woff') format('woff'), /* Modern Browsers */
       url('/files/assets/fonts/overpass/2.1/Overpass-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/assets/fonts/overpass/2.1/Overpass-Bold.svg#overpassbold') format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Overpass Light';
  src: url('/files/assets/fonts/overpass/2.1/Overpass-Light.eot'); /* IE9 Compat Modes */
  src: url('/files/assets/fonts/overpass/2.1/Overpass-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/assets/fonts/overpass/2.1/Overpass-Light.woff') format('woff'), /* Modern Browsers */
       url('/files/assets/fonts/overpass/2.1/Overpass-Light.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/assets/fonts/overpass/2.1/Overpass-Light.svg#Overpass-Light') format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

.red-hat-content {
  font-family: 'Overpass Light';
  letter-spacing: .5px;
}
.red-hat-content p {
  margin: 0;
  padding: 0;
}

/*******************************/
/*Salesforce style fixes*/
/*******************************/
.bPageTitle .ptBody h1.noSecondHeader {
    font-size: 1em !important;
}
body .bRelatedList .pbTitle h3, body .bPageBlock .pbTitle h2, body .bPageBlock .pbTitle h3, body .bSubBlock h3.lbHeader {
    font-size: 1.3em !important;
}

.red-hat-content td{
    font-family: 'Overpass Light';
}
.hasMotif {
    margin: 0 !important;
}

/*THESE WIDTHS DISABLE RESPONSIVE RESIZING ON THE CONTAINER AND HANDLE FULL BG IMAGE COVER FOR THE WIDE CONTAINER. REMOVE FOR RESPONSIVE **/
body {
  min-width: 1200px;
}

.red-hat-content a{
  text-decoration: none;
}

.red-hat-content .container {
  width: 1170px !important;
  background: none !important;
}
/*END RESPONSIVE DISABLING*/

.red-hat-content h1,.red-hat-content h2,.red-hat-content h3,.red-hat-content h4,.red-hat-content h5,.red-hat-content h6 {
  font-family: 'Overpass Light';
  color: #333;
  display: block;
}

.red-hat-content b, .red-hat-content strong{
  font-family: 'Overpass Bold';
}

.uppercase{
  text-transform: uppercase;
}

.ease{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.link-secondary, .link-secondary:hover, .link-secondary:focus {
  color: #08c0fc;
}

.red-hat-content .btn {
  background-color: #cc0000;
  font-family: 'Overpass Bold';
  color: #fff;
  text-transform: uppercase;
  font-size: 1.143em;
  line-height: 40px;
  padding: 0 1.3em;
  border-radius: 0;
}

.red-hat-content .btn:hover {
  background-color: #b00;
  color: #fff;
}

/* Header Navigation */
.red-hat-content .secondary-nav {
  height: 40px;
  background-color: #fff;
  color: #7a858b;
  font-size: 0.875em;
  padding: 0 1.5em 0 0.5em;
}

.red-hat-content .secondary-nav li > a {
  padding: 0.8em 0px 0.6em 0;
  text-transform: uppercase;
  font-family: 'Overpass Bold';
  color: #7A858B;
  margin-right: 1em;
  margin-left: 1.6em;
}

.red-hat-content .nav>li {
  margin-left: 0;
  display: inline-block;
}

.red-hat-content .navbar-nav {
  float: left;
  margin: 0;
  margin-bottom: 0px !important;
  display: inline-block;
}

.red-hat-content .navbar-nav li{
  float: left;
}

.red-hat-content .main-nav .navbar-nav>li>a {
  padding: 17px 32px 19px 32px;
  outline: 0;
}

.red-hat-content .navbar-right {
  float: right !important;
  display: inline-block;
  margin-top: 0px !important;
}

.red-hat-content .secondary-nav .navbar-nav > li > a:hover, .secondary-nav .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #000;
}

.red-hat-content .secondary-nav a.redhat-home {
  display: block;
  background: url('../img/arrow-left.png') no-repeat scroll .5em 50% transparent;
  padding-left: 1.2em;
  margin-left: 0;
}

.red-hat-content .secondary-nav .navbar-right li{
  margin-right: 10px;
  width: 40px;
  overflow: visible !important;
}

.red-hat-content .secondary-nav .navbar-right a {
  padding: 13px 10px 10px;
  margin: 0;
}

.red-hat-content .secondary-nav .navbar-right .active{
  background-color: #f0f0f0;
  color: #59666e;
}
.red-hat-content .secondary-nav .navbar-right .active:hover{
  background-color: #f0f0f0 !important;
  color: #000;
}

.red-hat-content .secondary-nav .navbar-right a{
  font-size: 17px;
  color: #59666e;
}

.red-hat-content .secondary-nav .navbar-right a:hover{
  color: #000;
}

.red-hat-content .secondary-nav .navbar-right li:first-child{
  display: none;
}

.red-hat-content .secondary-nav .navbar-right .search {
  position: relative;
  top: 10px;
}

.red-hat-content .secondary-nav .navbar-right .search:hover {

  /*background-position: bottom;*/
}

.red-hat-content .secondary-nav .navbar-right .user {

  /*display: block;
  width: 16px;
  margin-right: 25px;
  height: 15px;
  background: url('../img/user-icon.png') no-repeat;
  background-position: top;
  overflow: hidden;
  */
}

.red-hat-content .secondary-nav .navbar-right .user:hover {
   /*background-position: bottom;*/
}

.red-hat-content .secondary-nav .navbar-right .language {
  position: relative;
  top: 10px;
}

.red-hat-content .secondary-nav .navbar-right .language:hover {

  /*background: url('../img/globe-icon.png') no-repeat;
  background-position: bottom;
  */
}

.red-hat-content .header-wrapper{
  background: url('../img/header-banner2.jpg') no-repeat 0 0;
}

.red-hat-content .main-nav {
  height: 74px;
}
.red-hat-content .main-nav-sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  background: url('../img/opaque-black-bg.png');
  background: rgba(0,0,0,0.8);
  width: 100%;
  overflow-x: auto;
}
.red-hat-content .headlineDiv{

}
.red-hat-content .main-subnav-sticky {
  position: fixed;
  top: 74px;
  left: 0px;
  z-index: 5000;
  width: 100%;
  overflow-x: auto;
}
.red-hat-content .go-to-top{
  display: none;
  float: right;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 0px;
  color: #fff;
  list-style: none;
  width: 38px;
}

.red-hat-content .go-to-top img{
  width: 38px;
  cursor: pointer;
  opacity: 0.6;
  float: right;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.red-hat-content .go-to-top img:hover{
  width: 38px;
  cursor: pointer;
  opacity: 1;
}
.red-hat-content .main-nav .logo {
  float: left;
  width: 300px;
  height: 50px;
  background: url('../img/Partner-Connect_logo_light.svg') no-repeat scroll 0px 0px transparent;
  text-indent: -9999px;
  overflow: hidden;
  margin-top: 23px;
  margin-right: 40px;
}

.red-hat-content .main-nav .logo .no-svg{
  float: left;
  width: 300px;
  height: 50px;
  background: url('../img/Partner-Connect_logo_light.png') no-repeat scroll 0px 0px transparent;
}

.red-hat-content .main-nav .nav {
  margin-top: 18px;
}

.red-hat-content .nav > li > a{
  padding: 10px;
}

.red-hat-content .main-nav li > a {
  /*padding: 0 0 0.5em 0;*/
  color: #fff;
  font-weight: normal;
  font-size: 1.35em;
  letter-spacing: 0;
  background: url('../img/nav-underline.png') no-repeat 0 100%;
  background-position: 32px 40px;
}

.red-hat-content .main-nav li > a:hover, .red-hat-content .main-nav li > a:focus {
  background: transparent url('../img/nav-underline-hover.png') no-repeat 0 100%;
  background-position: 32px 40px;
}

.red-hat-content .main-nav .active{
  background: transparent url('../img/nav-underline-hover.png') no-repeat 0 100%;
  background-position: 32px 40px;
}

.red-hat-content .main-active{
  background-color: #000 !important;
}

.red-hat-content #sliding-utility-panel{
  background-color: #F0F0F0;
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 510;
  margin: 0px auto 0px;
  max-width: 1170px;

  -moz-box-shadow: 8px 9px 5px -7px #111;
  -webkit-box-shadow: 8px 9px 5px -7px #111;
  box-shadow: 8px 9px 5px -7px #111;
}

.red-hat-content .utility-content{
   padding: 60px;
   display: none;
}
.red-hat-content .utility-content #object-name{
  display: block;
  clear: both;
}

.red-hat-content .utility-content .search{
  float: left;
  width: 88%;
  padding: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 1px;
  border-radius: 0px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  height: auto;
}

.red-hat-content .utility-content .close-btn{
  display: block;
  width: 16px;
  margin-right: 25px;
  height: 15px;
  background: url('../close/search-icon.png') no-repeat;
  background-position: top;
  overflow: hidden;
}

.red-hat-content .utility-content .close-btn:hover{
  display: block;
  width: 16px;
  margin-right: 25px;
  height: 15px;
  background: url('../img/close-icon.png') no-repeat;
  background-position: bottom;
  overflow: hidden;
}

.red-hat-content .input-group-btn {
  font-size: 14px !important;
}

.red-hat-content .language-picker{
  display: none;
  padding: 40px;
  overflow: hidden;
}

.red-hat-content .language-picker ul{
  list-style: none;
}

.red-hat-content .language-picker h2{
  margin: 0px 0px 20px;
  display: block;
  font-family: 'Overpass';
  color: #555;
}

.red-hat-content .language-picker a{
  cursor: pointer;
  color: #333;
  text-decoration: none;
}

.red-hat-content .language-picker a:hover, .red-hat-content .language-picker .active{
  color: #08C0FC;
}

/*******************************/
/* subnav */
/*******************************/
.red-hat-content .main-subnav{
  background-color: #000;
  color: #fff;
  margin-bottom: 20px;
  height: 0px;
  padding-top: 0px;
  padding-left: 30px;
  display: none;
  height: 324px;
}

.red-hat-content .main-subnav .sub-container{
  margin-top: 20px;
}

.red-hat-content .main-subnav h3{
  display: block;
  font-size: 1.2em;
  font-family: 'Overpass';
  margin-top: 0;
}

.red-hat-content .main-subnav ul{
  padding-left: 0px;
  margin-left: 0px;
}

.red-hat-content .main-subnav li{
  list-style: none;
  padding-left: 0px;
  margin: 5px 0;
}

.red-hat-content .main-subnav a{
  color: #fff;
  text-decoration: none;
}

.red-hat-content .main-subnav a:hover {
    color: #FFF;
    text-decoration: none;
}

.red-hat-content .relative-position{
  position: relative;
  top: 0;
  left: 0;
}

.Dashboard-dropdown, .Programs-dropdown, .Training-dropdown, .Technologies-dropdown, .Resources-dropdown, .Help-dropdown{
  position: absolute;
  left: -1000px;
  display: none;
  width: 100%;
}

.red-hat-content .go-to-landing-page{
  margin-top: 15px;
  display: inline-block;
  /*padding-left: 0px\9; /* IE8 and below */
}

.red-hat-content .go-to-landing-page > span{
  font-size: 18px;
  font-family: 'Overpass Light';
  margin-left: 5px;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.red-hat-content .go-to-landing-page:hover > span{
  margin-left: 10px;
}

/* Header band */
.red-hat-content .header-band {
  /*height: 781px;
  background: url('../img/header-banner.jpg') no-repeat 50% 0;
  */
  background: url('../img/header-banner.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.red-hat-content .resources .content-box-3up .box{
  height: auto !important;
  padding-bottom: 35px;
}

.red-hat-content .clear-float{
  /*clear: both\9; /* IE8 and below */
}

.red-hat-content .header-band .content-wrap h1 {
  font-size: 1.714em;
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 34px;
}

.red-hat-content .header-band .video-container {
  width: 669px;
}

.red-hat-content .partner-login {
  float: right;
  width: 370px;
  padding: 2.3em;
  margin-top: 120px;
  background: url('../img/opaque-white-bg.png') repeat 0 0;
  /*opacity: 0.95;
  filter: alpha(opacity=95);*/
}

.red-hat-content .partner-login h2 {
  color: #cc0000;
  font-size: 1.929em;
  margin: 0 0 20px;
}

.red-hat-content .partner-login ul {
  margin-bottom: 20px;
}

.partner-login .pw-link {
  text-decoration: underline;
}

.partner-login .pw-link:hover, .partner-login .pw-link:focus {
  color: #252527;
}

.red-hat-content .partner-login p {
  font-family: 'Overpass Bold';
  font-size: 1.143em;
}

/*******************************/
/* What band */
/*******************************/
.red-hat-content .what-band {
  padding: 2.5em 0 3.571em;
}

.red-hat-content .what-band h1 {
  color: #252527;
  font-size: 3.000em;
}

.red-hat-content .what-band li {
  padding-left: 3.864em;
  padding-right: 1.818em;
  margin-bottom: 50px;
  font-size: 1.571em;
  color: #4c4c4c;
  line-height: normal;
}

.red-hat-content .what-band li.manage {
  background: url('../img/compass-icon.png') no-repeat 0 0;
}

.red-hat-content .what-band li.access {
  background: url('../img/bolt-icon.png') no-repeat 2% 0;
}

.red-hat-content .what-band li.build {
  background: url('../img/model-icon.png') no-repeat 0 0;
}

.red-hat-content .what-band li.explore {
  background: url('../img/gears-icon.png') no-repeat 0 0;
}

.red-hat-content .what-band li h2 {
  color: #252527;
  font-size: 1em;
  margin-bottom: 0;
}

/*******************************/
/* News band */
/*******************************/
.red-hat-content .news-band {
  /*height: 663px;*/
  background: url('../img/news-banner.jpg') no-repeat 50% 0;
  padding: 2.857em 0 5.714em;
}

.red-hat-content .news-band h1 {
  color: #fff;
  font-size: 1.571em;
  margin-bottom: 55px;
  text-transform: uppercase;
}

.red-hat-content .news-band .box {
  background-color: #efefef;
  padding: 2.143em 0.857em 2.143em 2.143em;
  min-height: 360px;
}

.red-hat-content .news-band .box .img-container {
  position: relative;
  margin-bottom: 26px;
}

.red-hat-content .news-band .box .img-container h2 {
  position: absolute;
  bottom: 15px;
  color: #fff;
  font-size: 1.786em;
  margin: 0 40px 0 20px;
}

.red-hat-content .news-band .box .heading-container {
  min-height: 174px;
  max-height: 174px;
  margin-bottom: 26px;
}

.red-hat-content .news-band .box .heading-container h2 {
  font-family: 'Overpass Light';
  line-height: 1.2;
}

.red-hat-content .news-band .box h2 {
  color: #4c4c4c;
  font-size: 2.000em;
  margin: 0;
}

.red-hat-content .news-band .box .date {
  font-family: 'Overpass Bold';
  color: #cc0000;
  font-size: 1.214em;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.red-hat-content .news-band .box p {
  color: #4c4c4c;
  font-size: 1.214em;
}

.red-hat-content .news-band .btn {
  clear: both;
  margin-top: 40px;
}

/* Support band */
.red-hat-content .support-band {
  padding: 2.500em 0 5.714em;
}

.red-hat-content .support-band h1 {
  color: #252527;
  font-size:  1.571em;
  text-transform: uppercase;
  margin-bottom: 5px
}

.red-hat-content .support-band h2 {
  color: #252527;
  font-size: 3.000em;
  letter-spacing: normal;
  margin-bottom: 45px;
}

.red-hat-content .support-band .text-container p {
  font-size: 1.571em;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 30px;
  width: 80%;
}

.red-hat-content .support-band .video-container {
  padding-top:  1.643em;
}

.red-hat-content .video-container .caption {
  background-color: #252527;
  color: #fff;
  font-size: 1.286em;
  padding: 1.000em 1.000em 0.889em;
}

.red-hat-content .video-container .caption h2 {
  color: #fff;
  font-size: 1.222em;
  margin: 0 0 3px;
}

/*******************************/
/* Promo band */
/*******************************/
.red-hat-content .promo-band {
  height: 461px;
  background: url('../img/promo-banner.jpg') no-repeat 50% 0;
  padding: 6.071em 0 0;
  color: #fff;
}

.red-hat-content .promo-band h1 {
  font-size: 2.643em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 75px;
}

.red-hat-content .promo-band h1 span {
  font-size: 0.595em;
}

.red-hat-content .promo-band .description {
  font-size: 3.429em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  padding-top: 0.729em;
}

/*******************************/
/* Social band */
/*******************************/
.red-hat-content .social-band {
  height: auto;
  background: url('../img/social-banner.jpg') no-repeat 50% 0;
  padding: 2.727em 0 3em;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.red-hat-content .social-band h1 {
  color: #252527;
  font-size:  1.571em;
  text-transform: uppercase;
  margin-bottom: 35px
}

.red-hat-content .social-band p.quote {
  font-family: 'Overpass Light';
  font-size: 2.500em;
  font-style: italic;
  line-height: normal;
}

.red-hat-content .social-band .quote-icon {
  display: inline-block;
  background: url('../img/quotes.png') no-repeat 0 0;
  width: 40px;
  height: 27px;
}

.red-hat-content .social-band .quote-handle {
  font-size:  1.571em;
  margin-top: 25px;
}

.red-hat-content .social-band .quote-handle img {
  padding-right: 0.909em;
}

/*******************************/
/* Footer */
/*******************************/
#footer-container{
  clear: both;
}
.red-hat-content footer {
  background: #000000; /* Old browsers */
  clear: both;
  padding: 2.500em 0 5.714em;
  color: #fff;
}

.red-hat-content .list-unstyled {
  margin-left: 0;
}

.red-hat-content footer .logo {
  display: block;
  height: 49px;
  background: url('https://static.redhat.com/libs/redhat/brand-assets/2.0.0/corp/logo--on-dark.svg') no-repeat 0 0;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  margin-top: 0;
  width: 138px;
}

.red-hat-content footer a,.red-hat-content footer a:hover, .red-hat-contentfooter a:focus {
  color: #fff;
}

.red-hat-content footer .links-container {
  height: 265px;
}

.red-hat-content footer .list-heading {
  text-transform: uppercase;
  font-family: 'Overpass Bold';
  margin-bottom: 1.429em;
}

.red-hat-content footer li {
  margin-bottom: 8px;
  margin-left: 0;
  font-size: 0.929em;
}

.red-hat-content footer .copyright {
  font-size:  0.786em;
  color: #717171;
  line-height: 45px;
}

.red-hat-content footer .copyright span {
  text-transform: uppercase;
  padding-right: 0.727em;
}

.red-hat-content footer .copyright a {
  color: #b3b3b3;
  text-decoration: underline;
}

.red-hat-content footer .social-links a {
  font-size:  1.429em;
  color: #FFFFFF;
}

.red-hat-content .social-links{
  margin-left: 18px;
  font-size: 8px;
}
.red-hat-content .social-links img{
  width: 24px;
}

.red-hat-content .social-links li{
  padding-right: 0px !important;
  padding-left: 0px !important;
  display: inline-block;
  margin-right: 6px;
  /*width: 24px\9; /* IE8 and below */
  /*float: left\9; /* IE8 and below */
}

.red-hat-content .social-links a:hover{
  /*text-decoration: none;*/
}

/* IE8 bootstrap column fix */
.red-hat-content .main-subnav .col-xs-3 {
  /*width: 21%; /* IE8 and below */
}
.r/*ed-hat-content .navbar-right li{
  height: 14px; /* IE8 and below */
  /*overflow: hidden; /* IE8 and below */
}
.red-hat-content .navbar-right li a{
  /*height: 5px !important; /* IE8 and below */
  /*overflow: hidden !important; /* IE8 and below */
}
/*
.red-hat-content footer .col-xs-6 {
  width: 46%; /* IE8 and below */
/*
}
.red-hat-content footer .col-xs-2 {
  width: 13.66%; /* IE8 and below */
/*
}
*/

/*******************************/
/* Dashboard */
/*******************************/
.red-hat-content .notification {
  padding: 0.6em;
  background: url('../img/opaque-white-bg-85.png') repeat 0 0;
  font-family: 'Overpass Bold';
  font-size: 1.143em;
  line-height: 2.5em;
}

.red-hat-content .notification span {
  color: #cc0000;
}

.red-hat-content .notification .btn {
  float: right;
  font-size: 1em;
  width: 26%;
}

.red-hat-content .main-content-wrap {
  margin-top: 25px;
}

.red-hat-content .user-info {
  background-color: #efefef;
  padding: 1.2em 1.2em;
  overflow: hidden;
}

.red-hat-content .fa-gear {
  color: rgb(169, 168, 168);
  font-size: 18px;
  position: relative;
  top: 2px;
  left: 4px;
}

.red-hat-content .fa-gear:hover {
  color: #08c0fc;
  text-decoration: none;
}

.red-hat-content .user-info h2 {
  /*margin: 0 0 25px;
  font-size: 1.571em;
  font-family: 'Overpass Bold';
  display: block;
  */
  margin: 0 0 10px 0;
  font-size: 1.2em;
  font-family: 'Overpass Bold';
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;

  /*Fix text ovflow and stretching container*/
  width: 166px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.red-hat-content .user-info h2 span {
  font-family: 'Overpass Light';
}

.red-hat-content .user-info .summary {
  padding-right: 0px;
}

.red-hat-content .user-info .heading {
  font-family: 'Overpass Bold';
  font-size: 1.2em;
  margin-top: 5px;
}

.red-hat-content .user-info .heading:first-child {
  margin-top: 0;
}

.red-hat-content .user-info h3 {
    font-size: 15px !important;
    text-transform: uppercase;
    margin: 20px 0px 20px;
    display: block;
    font-family: 'Overpass Bold';
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.red-hat-content .user-info .shortcuts {
  list-style-type: none;
  margin: 0 -2.5em 20px;
  padding-left: 0;
}

.red-hat-content .user-info .shortcuts li {
  font-size: 14px !important;
  padding: 0.4em 2.1em 0.4em 2.2em;
  font-family: 'Overpass';
}

.red-hat-content .user-info .shortcuts li:hover  {
  background-color: #ccc;
}

.red-hat-content .user-info .shortcuts li a {
  color: #1a1a1a;
}

.red-hat-content .user-info .shortcuts li a:hover {
  text-decoration: none;
}

/*******************************/
/* .nav-bar-right .tooltip */
/*******************************/
.red-hat-content .navbar-right .tooltip-inner, .red-hat-content .tool-shortcuts-header .tooltip-inner{
  background-color: #333;
  color: #fff;
  padding: 5px 10px 10px;
  font-family: 'Overpass';
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  width: 175px;
  text-align: left;
  border-radius: 0;
}

.red-hat-content .navbar-right .tooltip-inner h4, .red-hat-content .tool-shortcuts-header .tooltip-inner h4{
  display: inline-block;
  font-size: 14px;
  font-family: 'Overpass';
  font-weight: normal;
  text-transform: none;
  margin: 0;
}


/*******************************/
/* .sidebar .tooltip */
/*******************************/
.red-hat-content .user-info .shortcuts li span{
  width: 152px !important;
  display: inline-block;
}

.red-hat-content .user-info .shortcuts .tooltip-icon {
  font-size: 1.286em;
  color: #a9a8a8;
  line-height: normal;
  display: inline-block;
  width: 15px !important;
}

.red-hat-content .user-info .shortcuts .tooltip-icon:hover {
  color: #08c0fc;
  cursor: pointer;
}

.red-hat-content .tooltip.top .tooltip-arrow {
  border-top-color: #333;
}

.red-hat-content .shortcuts .tooltip-inner {
  background-color: #333;
  color: #fff;
  padding: 5px 10px 10px;
  font-size: 14px;
  width: 185px;
  text-align: left;
  border-radius: 0;
}

.red-hat-content .shortcuts .tooltip-inner h4 {
  display: inline-block;
  font-size: 16px;
  margin: 0;
}

.red-hat-content .user-info .btn {
  /*width: 55%;*/
  display: block;
  padding-left: 1.3em;
  padding-right: 1.3em;
}

.red-hat-content .user-info .btn:hover {
  background-color: #b00;
  display: block;
}
/*
.red-hat-content .col-xs-6{
  width: 41%\9; /* IE8 and below */
/*
}
*/

.red-hat-content .left-nav {
  margin: 30px 0 30px 0;
  list-style-type: none;
  padding-left: 0;
}

.red-hat-content .left-nav > li {
  background-color: #efefef;
  padding: 0 1.33em;
  font-family: 'Overpass';
  font-size: 0.87em;
  line-height: 2.2;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  overflow: hidden;
}

.red-hat-content .left-nav li:hover, .left-nav li.active {
  background-color: #ccc;
  overflow: hidden;
}

.red-hat-content .left-nav li a {
  color: #252527;
}

.red-hat-content .left-nav li a:hover, .left-nav li a:focus {
  text-decoration: none;
}

.red-hat-content .left-nav li .fa {
  color: #a9a8a8;
  padding-right: 0.5em;
  float: left;
  margin-top: 6px;
  /*height: 21px;*/
  overflow: hidden;
}

.red-hat-content .left-nav li .fa-caret-down {
  position: relative;
  margin-left: -4px;
}

.red-hat-content .left-nav li .sub-menu {
  display: none;
  list-style-type: none;
  background-color: #f8f8f8;
  margin: 0 -1.667em;
  padding: 0.1em 0;
}

.red-hat-content .left-nav li .sub-menu li {
  padding-left: 3.1em;
  font-family: 'Overpass Light';
  text-transform: none;
  position: relative;
}

.red-hat-content .notification-badge {
  display: inline-block;
  background: url('../img/badge-bg.png') no-repeat 50% 50%;
  color: #fff;
  font-family: 'Overpass Bold';
  width: 24px;
  height: 28px;
  text-align: center;
  margin-left: 5px;
}

.red-hat-content .left-nav li .notification-badge {
  font-size:    0.778em;
}

.red-hat-content .left-nav li .sub-menu .notification-badge {
  position: absolute;
  right: 50px;
  top: 7px;
}

.red-hat-content .data-table-wrap {
  border: 1px solid #ccc;
  margin-bottom: 32px;
}

.red-hat-content .data-table-wrap h2 {
  font-size:    1.143em;
  padding-left: 1.250em;
  text-transform: uppercase;
}

.red-hat-content .data-table-wrap .see-all-link {
  padding-right:    1.250em;
}

.red-hat-content .data-table-wrap .see-all-link, .table-heading .see-all-link {
  font-size: 0.857em;
}

.red-hat-content .data-table-wrap .see-all-link:hover, .data-table-wrap .see-all-link:focus, .table-heading .see-all-link:hover, table-heading .see-all-link:focus {
  color: #be0101;
}

.red-hat-content .tabs {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 0px;
}

.red-hat-content .table a{
  color: #333;
}

.red-hat-content .table a:hover{
  color: #08c0fc;
  text-decoration: none;
}

.red-hat-content .tabs li {
  display: table-cell;
  background-color: #dfdfdf;
  padding: 1.143em 1.429em;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.red-hat-content .tabs li:hover {
  display: table-cell;
  background-color: #efefef;
  padding: 1.143em 1.429em;
  position: relative;
  cursor: pointer;
}

.red-hat-content .tabs li.active {
  background-color: #fff;
}

.red-hat-content .tabs > li > a {
  padding-bottom: 0.625em;
  font-family: 'Overpass Bold';
  font-size:    1.143em;
  color: #1a1a1a;
  text-transform: uppercase;
  background: transparent url('../img/nav-underline.png') no-repeat 0 100%;
  outline: 0px none;
}

.red-hat-content .tabs > li > a:hover {
  text-decoration: none;
}

.red-hat-content .tabs  > .active > a {
  background: transparent url('../img/nav-underline-hover.png') no-repeat 0 100%;
}

.red-hat-content .tabs .notification-badge {
  position: absolute;
  right: 35px;
  top: 15px;
  line-height: 2;
}

.red-hat-content .data-table-wrap.has-tabs .data-table {
  display: none;
}

.red-hat-content .data-table {
  font-size: 1.143em;
}

.red-hat-content .data-table th {
  padding: 0.813em 0;
  font-weight: normal;
  font-family: 'Overpass Bold';
  font-size: 1.125em;
}

.red-hat-content .data-table tbody tr:hover {
  background-color: #f7f7f7;
}

.red-hat-content .data-table tbody tr:hover td.name {
  color: #08c0fc;
}

.red-hat-content .data-table td {
  padding: 1em 0;
  border-top: 1px solid #ccc;
}

.red-hat-content .data-table .date {
  width: 19%;
  padding-left: 3.2%;
}

.red-hat-content .data-table .type {
  width: 10%;
}

.red-hat-content .data-table .action {
  width: 14.5%;
}

.red-hat-content .data-table .document-icon {
  display: block;
  background: url('../img/document-icon.png') no-repeat 0 0;
  width: 19px;
  height: 26px;
  text-indent: -9999px;
}

.red-hat-content .data-table .bookmark-icon {
  display: block;
  background: url('../img/bookmark-icon.png') no-repeat 50% 50%;
  width: 19px;
  height: 24px;
  text-indent: -9999px;
}

.red-hat-content .data-table .action-link {
  display: inline-block;
  padding: 0.4em 1.636em;
  background-color: #646464;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Overpass Bold';
  font-size: 0.750em;
}

.red-hat-content .data-table .action-link:hover, .data-table .action-link:focus {
  text-decoration: none;
}

.red-hat-content .data-table .action-link .fa-caret-down {
  color: #c4c4c4;
}

.red-hat-content .data-table .action .action-menu {
  display: none;
  position: absolute;
  background-color: #828282;
  padding: 0.6em 1.8em 0.6em 1.636em;
  font-size: 0.750em;
}

.red-hat-content .data-table .action .action-menu ul {
  margin-bottom: 0;
}

.red-hat-content .data-table .action .action-menu ul li {
  margin-bottom: 2px;
}

.red-hat-content .data-table .action .action-menu a {
  color: #fff;
  text-transform: uppercase;
}


.red-hat-content .profile-image{
  width: 100%;
}
.red-hat-content .sidebar-bg{
  background: #fff !important;
}
.red-hat-content .summary p{
  font-family: 'Overpass';
}
.red-hat-content .summary p a{
  color: #000;
}
.red-hat-content .summary p a:hover{
  text-decoration: underline;
}

#sidebarCell{
  width: 200px !important;
  min-width: 200px !important;
  padding-right: 0px !important;
}

.expanded li:hover{
  background-color: #ededed !important;
}


/***********************************/
/* Salesforce quick fixes for demo */
/***********************************/
#AppBodyHeader{
  display: none;
}
#footer{
  display: none;
}
.red-hat-content .what-band li {
  margin-left: 0;
}
.header-band h1{
  margin-bottom: 1em;
}
.what-band .col-xs-12{
  margin-bottom: 3em;
}
.what-band p{
  margin-top: .5em;
}
.red-hat-content ul li,.red-hat-content  ol li {
  margin-left: 0;
  padding-left: 0;
}
.red-hat-content .support-band .text-container p{
  margin-top: 12px;
}
.red-hat-content .partner-login ul {
  margin-top: 15px;
}
/* Added just for demo purposes
.red-hat-content {
  background: #555;
}
*/
.homeTab .brdPalette {
  border-top-color: #555 !important;
}
.red-hat-content .social-band a, .red-hat-content .support-band2 a, .red-hat-content .partner-login p a {
  color: #00bfff;
}
.red-hat-content .main-subnav {
  margin-bottom: 0px !important;
}

/*******************************/
/** Partner Portal User Pages **/
/*******************************/
.red-hat-content .user-header {
  background-color: #646464;
  height: 150px;
}

.red-hat-content .user-header .logo {
  display: block;
  width: 330px;
  height: 150px;
  background: ('../img/Partner-Connect_logo_light.svg') no-repeat 0 50%;
  text-indent: -9999px;
  overflow: hidden;
}

.red-hat-content .user-header .description {
  float: right;
  color: #fff;
  font-size: 1.571em;
  font-family: 'Overpass Bold';
  text-transform: uppercase;
  margin-top: 62px;
}

/*******************************/
/* Access, Login, Apply, Join */
/*******************************/
#apply .red-hat-content .container{
  /*margin-left: 0px;*/
}
.red-hat-content #email-notice .content-wrapper{
  width: 800px;
  margin: 0 auto;
}
.red-hat-content .user-signup .content-wrapper{
  width: 800px;
  margin: 0 auto;
}
.red-hat-content .user-signup .request-problem {
  margin-bottom: .8em !important;
}
.red-hat-content .user-signup .content-wrapper .rowform{
  margin: 10px 0 0 -4px;
}
.red-hat-content .user-signup .content-wrapper #onboardSectionTitle{
  color: #555;
  margin-bottom: 40px;
}
.red-hat-content .user-signup .content-wrapper .rowform .rowbutton{
  margin-right: 10px;
}
.red-hat-content .access-content-wrap .content-wrapper{
  width: 960px;
  margin: 0 auto;
 }
.red-hat-content .user-signup .request-problem span{
  color: #C00;
  margin-right: 20px;
}
.red-hat-content .user-signup .table-title{
  font-family: 'Overpass';
  padding-right: 20px;
  padding-bottom: 5px;
}
.red-hat-content .access-content-wrap, .red-hat-content .login-content-wrap, .red-hat-content .user-signup {
  font-size: 1.571em;
  letter-spacing: 0;
  line-height: 1.273em;
  padding: 2.500em 0 4.545em;
}

.red-hat-content .login-content-wrap {
  padding: 3.182em 0 5.455em;
}

.red-hat-content .access-content-wrap h1, .red-hat-content .login-content-wrap h1, .red-hat-content .user-signup h1 {
  font-size: 1.909em;
  margin-top: 0;
}

.red-hat-content .access-content-wrap .sub-head, .red-hat-content .login-content-wrap label {
  font-size: inherit;
  text-transform: uppercase;
  margin: 50px 0 30px;
}

.red-hat-content .access-content-wrap p, .red-hat-content .user-signup p {
  color: #4c4c4c;
}

.red-hat-content .user-signup .note {
  float: right;
  margin-right: 22%;
}

.red-hat-content .access-content-wrap .action-container {
  margin-top: 38px;
}

.red-hat-content .access-content-wrap .action-container .btn, .red-hat-content .login-content-wrap .action-container .btn, .red-hat-content .user-signup .btn {
  font-size: 0.727em;
  margin-bottom: 30px;
}

.red-hat-content .access-content-wrap .action-container.with-text .btn {
  margin-top: 5px;
  margin-bottom: 55px;
}

.red-hat-content .access-content-wrap .action-container .btn.login, .login-content-wrap .action-container .btn.access {
  background-color: #59666e;
}

.red-hat-content .login-content-wrap .action-container .btn.access {
  margin-left: 15px;
}

.red-hat-content .access-content-wrap .divider {
  padding-top: 10px;
  font-size: 0.818em;
  padding-left: 70px;
}

.red-hat-content .access-content-wrap .more, .red-hat-content .user-signup .more {
  display: block;
  font-family: 'Overpass Bold';
  margin-top: 30px;
  text-decoration: underline;
  color: #272727;
}

.red-hat-content .access-content-wrap .more.inline, .red-hat-content .user-signup .more.inline {
  display: inline;
  margin-top: 0;
}

.red-hat-content .login-content-wrap label {
  display: block;
}

.red-hat-content .login-content-wrap .input-container input {
  border: 1px solid #969ba0;
  width: 95.5%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: #4c4c4c;
  font-size: 0.818em;
}

.red-hat-content .login-content-wrap .forgot-pw {
  display: block;
  font-size: 0.818em;
  text-decoration: underline;
  margin-top: 20px;
  color: #4c4c4c;
}

.red-hat-content .login-content-wrap .action-container {
  margin-top: 35px;
}

.red-hat-content .input-container.error input {
  border: 2px solid #cc0000;
  font-family: 'Overpass Bold';
  color: #cc0000;
}

.red-hat-content .input-container.error .error-text {
  font-size: 0.727em;
  color: #b22222;
  margin-top: 2px;
}

.red-hat-content .input-container.error .error-text p, .input-container.error .error-text a {
  color: #b22222;
}

.red-hat-content .input-container.error .error-text a {
  font-family: 'Overpass Bold';
  text-decoration: underline;
}

.red-hat-content .user-signup h1 {
  display: block;
  margin-bottom: 1.238em;
}

.red-hat-content .user-signup .panel-group {
  margin-top: 2.500em;
}

.red-hat-content .user-signup .step {
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.red-hat-content .user-signup .panel-heading {
  display: table;
  width: 100%;
  background-color: #f0f0f0;
  height: 54px;
  padding: 0;
  border-radius: 0;
}

.red-hat-content .user-signup .panel-heading.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.red-hat-content .user-signup .panel-heading .step-num {
  display: table-cell;
  background-color: #646464;
  vertical-align: middle;
  width: 6.5%;
  vertical-align: middle;
  font-family: 'Overpass Bold';
  color: #f0f0f0;
  text-align: center;
}

.red-hat-content .user-signup .panel-heading .step-num.complete {
  background-color: #00cc00;
  color: #fff;
  font-size: 1.091em;
}

.red-hat-content .user-signup .panel-heading .step-num.complete span.num {
  display: none;
}

.red-hat-content .user-signup .panel-heading .step-num.complete span.check:after {
  content: '\f00c';
  font-family: 'FontAwesome';
}

.red-hat-content .user-signup .panel-heading h2 {
  display: table-cell;
  vertical-align: middle;
  font-size: inherit;
  text-transform: uppercase;
  margin: 0;
  padding-left: 20px;
}

.red-hat-content .user-signup .panel-heading a {
  float: right;
  margin-top: 13px;
  vertical-align: middle;
  text-align: right;
  padding-right: 12px;
  color: #4c4c4c;
  font-size: 0.818em;
  text-decoration: underline;
}

.red-hat-content .user-signup #step1panel td{
  padding-left: 4px !important;
}

.red-hat-content .user-signup #step2panel input[type="radio"], .red-hat-content .user-signup #step3panel input[type="radio"], .red-hat-content .user-signup #step4panel input[type="radio"]{
  float: left;
  top: -11px;
  margin-right: 10px;
  position: relative;
  width: 14px;
}

.red-hat-content .user-signup #step1panel input[type="radio"]{
  margin: 4px 12px 0px 0px !important;
}

.red-hat-content .user-signup #step2panel .input-container textarea, .red-hat-content .user-signup #step3panel .input-container textarea, .red-hat-content .user-signup #customTermsText textarea{
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}

.red-hat-content .user-signup #step2panel .bottom textarea{
  position: relative !important;
  top: -42px !important;
}

.red-hat-content .user-signup #step2panel .email-link a{
  color: #555;
  text-decoration: underline;
}

.red-hat-content .user-signup #step2panel  .email-link a:hover{
  color: #000;
}

.red-hat-content .user-signup .panel-body {
  padding: 1.591em 0 2.182em 3.409em;
  padding: 1.136em 0 20px 0;
  border-top: none !important;
}

.red-hat-content .user-signup .panel-body h3{
  display: block;
}

.red-hat-content .user-signup .panel-body li {
  padding-bottom: 1.818em;
}

.red-hat-content .user-signup input[type=checkbox] {
  width: 22px;
  height: 21px;
  vertical-align: top;
}

.red-hat-content .user-signup label {
  font-weight: normal;
  color: #4c4c4c;
}

.red-hat-content .user-signup li .label-inline {
  margin: 0 15px;
}

.red-hat-content #step1 .panel-body .label-inline td label:hover{
  text-decoration: underline;
}

.red-hat-content .user-signup .tooltip-icon {
  cursor: default;
}

.red-hat-content .user-signup .input-container {
  margin-top: 28px;
}

.red-hat-content .user-signup .action-container {
  padding: 0 14px;
}


.red-hat-content .user-signup .input-container:first-child {
  margin-top: 0;
}

.red-hat-content .user-signup .input-container label {
  width: 27%;
  text-align: right;
  margin-right: 15px;
  font-size: 0.818em;
}

.red-hat-content .user-signup .step{
  overflow: visible;
}

.red-hat-content .user-signup .input-container .input-field {
  display: inline-block;
  width: 70%;
  vertical-align: text-top;
}

.red-hat-content .user-signup .required-field{
  padding-right: 5px;
  border-right: 2px solid #F00;
}

.red-hat-content .input-container input, .input-container select {
  background: none;
  border: 1px solid #969ba0;
  width: 100%;
  font-size: 17px;
  color: #555657;
  font-family: 'Overpass Light';
  height: 40px;
  line-height: 40px;
  padding-left: 8px;
}
.red-hat-content .select-options input{
  width: 14px;
  height: 20px;
}
.red-hat-content .user-signup .select-options .input-field label{
  text-align: left;
  width: 500px !important;
  position: relative;
  top: -4px;
}

.red-hat-content .user-signup .select-options .input-field label:hover{
  text-decoration: underline;
}

.red-hat-content .user-signup .select-options .input-field .onboardingJoin-step1-labels label{
  width: 300px !important;
}

.red-hat-content #publicSectorPanel .government_check label{
  width: 400px;
  text-align: left;
}

.red-hat-content .input-container .bottom input[type=radio] {
  margin-right: 8px;
  float: left;
  position: relative;
  top: -12px;
  width: 14px;
  border: 0px solid #fff;
}

.red-hat-content .input-container .dropdown-arrow {
  height: 41px;
  overflow: hidden;
  background: #fff url('../img/select-arrow.png') no-repeat right center;
}

.red-hat-content .input-container .dropdown-arrow select {
  width: 106%;
  background: transparent;
  -webkit-appearance: none;
  height: 41px;
  font-family: "Overpass Light";
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.red-hat-content .btn.previous {
  background-color: #59666e;
}

.red-hat-content .user-signup .panel-body.terms {
  font-size: 0.818em;
  padding: 1.136em 0.909em 1em 0.909em;
}

.red-hat-content .user-signup .panel-body.terms h3 {
  font-size: inherit;
  margin: 0 0 25px;
}

.red-hat-content .user-signup .terms-body {
  width: 98%;
  height: 320px;
  overflow: auto;
  border: 1px solid #4c4c4c;
  font-size: 0.889em;
  letter-spacing: 0;
  line-height: 1.333em;
  padding: 1em;
  margin-bottom: 25px;
}

.red-hat-content .user-signup #pdf{
  padding: 0 !important;
  width: 100%;
}

.red-hat-content .user-signup .terms-body p {
  padding-bottom: 1.944em;
}

.red-hat-content .user-signup .panel-body.terms li {
  padding-bottom: 0;
}

.red-hat-content .user-signup .next-info h2 {
  font-size: 1.545em;
  padding-bottom: 0.526em;
  margin-top: 42px;
}

.red-hat-content .user-signup .next-info p {
  padding-bottom: 1.273em;
}

.red-hat-content .user-signup .next-info p.bold {
  font-family: 'Overpass Bold';
}

.red-hat-content .user-signup .next-info .btn {
  margin-top: 20px;
}

.red-hat-content .join-content-wrap .input-container label {
  width: 118px;
}

.red-hat-content .join-content-wrap .company-list {
  padding-left: 0.909em;
  font-size: 0.818em;
}

.red-hat-content .join-content-wrap .company-list th {
  font-family: 'Overpass Bold';
  font-weight: normal;
}

.red-hat-content .join-content-wrap .company-list td {
  border-top: 1px solid #c0c0c0;
  padding: 0.278em 0;
  color: #4c4c4c;
}

.red-hat-content .join-content-wrap .company-list tr:first-child td {
  border-top: none;
  vertical-align: top;
}

.red-hat-content .join-content-wrap .company-list .checkbox {
  width: 40px;
}

.red-hat-content .join-content-wrap .company-list .name {
  width: 31%;
  padding-right: 20px;
}

.red-hat-content .join-content-wrap .company-list .type {
  width: 32.5%;
}

.red-hat-content .join-content-wrap .action-container .text-link {
  display: inline-block;
  margin-right: 10px;
  font-size: 0.636em;
  text-decoration: underline;
  vertical-align: top;
  line-height: 40px;
}


/* Support Bar */
.red-hat-content .support-bar {
  background-color: #f0f0f0;
  font-size: 1.286em;
  padding: 2.500em 0 1.778em;
}

.red-hat-content .support-bar h2 {
  display: block;
  margin: 0 0 20px;
  font-size: 1.222em;
  text-transform: uppercase;
}

.red-hat-content .support-bar ul li {
  padding-left: 43px;
  margin-bottom: 15px;
  height: 35px;
  line-height: 35px;
}

.red-hat-content .support-bar ul li a {
  color: #252527;
}

.red-hat-content .support-bar .help {
  background: url('../img/help-icon.png') no-repeat 0 50%;
}

.red-hat-content .support-bar .faq {
  background: url('../img/faq-icon.png') no-repeat 0 50%;
}

.red-hat-content .support-bar .phone {
  background: url('../img/phone-icon.png') no-repeat 0 50%;
}

.red-hat-content .support-bar .email {
  background: url('../img/email-icon.png') no-repeat 0 50%;
}

.red-hat-content .support-bar .btn {
  background-color: #59666e;
  font-size: 0.889em;
}

.red-hat-content .support-bar .btn:hover, .red-hat-content .action-container .previous:hover, .red-hat-content .action-container .btn.login:hover, .red-hat-content .btn.previous:hover{
  background-color: #444;
}

/* Message Bar */
.red-hat-content .message-bar {
  font-family: 'Overpass Bold';
  font-size: 1.286em;
  line-height: 1.556em;
  letter-spacing: 0;
  padding: 0.833em 0;
}

.red-hat-content .message-bar .container {
  position: relative;
}

.red-hat-content .message-bar ul {
  margin-bottom: 0;
}

.red-hat-content .message-bar .close-btn {
  font-size: 0.778em;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.red-hat-content .message-bar.notification {
  background-color: #08c0fc;
  background-image: none;
  color: #fff;
}

.red-hat-content .message-bar.notification li, .message-bar.notification .close-btn span {
  color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.red-hat-content .message-bar.error {
  border-top: 2px solid #cc0000;
  border-bottom: 2px solid #cc0000;
  color: #cc0000;
}

.red-hat-content .message-bar.error .close-btn span {
  color: #cc0000;
}


/*******************************/
/* For CRM page loaded gif fix */
/*******************************/
#ext-gen3 .loader{
  display: none !important;
}

/*******************************/
/* Micro site styling fixes*/
/*******************************/
.navbar-nav li, #sliding-utility-panel li, .links-container li{
  background: none !important;
}


/*******************************/
/* for marketing demo */
/*******************************/
.red-hat-content .dashboard_tables th, .red-hat-content .dashboard_tables td{
  width: 50% !important;
}

/*******************************/
/* Onboarding page fixes */
/*******************************/
#join, #apply, {
  margin: 0;
}
/* Onboarding Partner Email Notice style */
.red-hat-content #email-notice{
  padding: 20px 0 40px;
}
.red-hat-content #email-notice .alert-message p{
  font-size: 20pt;
}
.red-hat-content h1 {
  font-size: 42px;
  margin-bottom: 0.8em !important;
}
.red-hat-content h1 span{
  color: #c00;
  margin-right: 20px;
}
.red-hat-content #email-notice .email-notice-response input{
  margin-right: 10px;
}
.red-hat-content #email-notice .email-notice-response .text-field{
  display: inline-block;
}
.red-hat-content #email-notice .email-notice-response .text-field input{
  width: 350px;
  position: relative;
  top: 2px;
  font-size: 12pt;
  padding: 10px 0px 7px 5px;
}
/* Find a Partner */
#find-partner .red-hat-content .header-band {
  background-image: url('../img/programs-header-banner.jpg');
  height: 360px;
}

#find-partner .red-hat-content .header-band .content-wrap h1 {
  margin-bottom: 12px;
  font-family: 'Overpass Bold';
}
#find-partner .red-hat-content .header-band .sub-head{
  font-family: 'Overpass Bold';
  font-size: 42px;
  color: #fff;
}

#find-partner .red-hat-content .find-form {
  padding: 3.571em 0;
}

#find-partner .red-hat-content .find-form .first-row {
  padding-bottom: 2.143em;
}

.red-hat-content .partners.featured {
  padding: 4.286em 0 2.500em;
}

.red-hat-content .partners.other {
  background-color: #f0f0f0;
  padding: 2.500em 0 5.714em;
}

.red-hat-content .partners h1 {
  color: #cc0000;
  font-family: 'Overpass Bold';
  font-size:  1.571em;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.red-hat-content .partners .content-box-3up .box {
  cursor: pointer;
  position: relative;
  background-color: #f7f7f7;
}
.red-hat-content .partners .content-box-3up .box:hover {
  cursor: pointer;
  position: relative;
  background-color: #f0f0f0;
}
/*
.red-hat-content .partners .content-box-3up .box:after {
  display: block;
  background-color: #000;
  width: 370px;
  height: 355px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  content: " ";
}
*/

/*
.red-hat-content .partners .content-box-3up .box:hover:after {
  opacity: .15;
  -webkit-transition: opacity .1s ease-in;
  -moz-transition: opacity .1s ease-in;
  -ms-transition: opacity .1s ease-in;
  -o-transition: opacity .1s ease-in;
  transition: opacity .1s ease-in;
}
*/

.red-hat-content .partners .content-box-3up h3 {
  font-size: 1.571em;
  color: inherit;
  margin-top: 0;
}

.red-hat-content .partners.other .content-box-3up .box {
  background-color: #fff;
  margin-bottom: 28px;
}

.red-hat-content .partners .content-box-3up .box .img-container {
  display: table-cell;
  min-width: 250px;
  height: 200px;
  margin-bottom: 0;
  vertical-align: middle;
  text-align: center;
}

.red-hat-content .partners .content-box-3up .box .img-container img {
  margin: auto;
}

.red-hat-content .partner-summary .logo img {
  height: 55px;
}

.red-hat-content .partner-summary .company-info {
  margin: 30px 0 20px;
}

.red-hat-content .partner-summary a.btn {
  bottom: 20px;
  font-size: 1.07em;
  padding: 0 1em;
  position: absolute;
}

#find-partner .red-hat-content .partners .text-container h3{
  font-family: 'Overpass Bold';
}
#find-partner .red-hat-content .partners .text-container p{
  font-family: Overpass;
}


/* Gmap, Container, and GMap Infobubble */
.red-hat-content .map {
  position: relative;
}

.red-hat-content .map-container {
  height: 450px;
  position: relative;
  z-index: 1;
}

.red-hat-content .map-location-info {
  width: 326px;
  background-color: #fff;
  padding: 15px 12px 25px;
  position: absolute;
  z-index: 2;
  top: 200px;
  right: 100px;
}

.red-hat-content .map-location-info:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 85px;
  line-height: 0.3;
  width: 56px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 16px auto 0;
}

.red-hat-content .map-location-info .close, .map-location-info .close:hover {
  color: #646464;
  opacity: 1;
  filter: alpha(opacity=100);
}

.red-hat-content .map-location-info .name, .map-location-info .criteria {
  font-family: 'Overpass Bold';
  text-transform: uppercase;
}

.red-hat-content .map-location-info .name {
  font-size: 1.143em;
}

.red-hat-content .map-location-info .criteria {
  margin-bottom: 20px;
}

.red-hat-content .map-location-info .criteria, .map-location-info .summary {
  font-size: 0.857em;
  color: #4c4c4c;
}

.red-hat-content .map-location-info .summary, .map-location-info .logo {
  /*
  display: table-cell;
  width: 50%;
  line-height: 1.15;
  */
  letter-spacing: 0;
}

.red-hat-content .map-location-info .summary {
  vertical-align: top;
}

.red-hat-content .map-location-info .summary a.more {
  display: block;
  margin-top: 15px;
  color: #08c0fc;
}

.red-hat-content .map-location-info .summary a.more:after {
  content: '\f0da';
  font-family: 'FontAwesome';
  padding-left: 5px;
}

.red-hat-content .map-location-info .logo {
  /*
  text-align: center;
  vertical-align: bottom
  */
}
