/* SalesForce Navigation Styles
  subset of original salesforce styles for webux pages.
*/
.red-hat-content{
  font-family: Overpass,Helvetica,helvetica,arial,sans-serif;
}

.red-hat-content a{
  text-decoration: none;
}
/*  Hide labels */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* 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';
  font-weight: 800;
  color: #7A858B;
  margin-right: 1em;
  margin-left: 1.6em;
  text-decoration: none;
  display: inline-block;
}

.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{
  width: 40px;
  overflow: visible !important;
}
.red-hat-content .secondary-nav .navbar-right li:not(:last-child){
  margin-right: 10px;
}


.red-hat-content .secondary-nav .navbar-right a {
  padding: 10px;
  margin: 0;
  display: inline-block;;
}

.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 .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{

}

/* subnav needs fixed height for js animation to work; scaling for diff screen sizes */
.red-hat-content .main-subnav-sticky {
  position: fixed;
  top: 74px;
  left: 0px;
  z-index: 5000;
  width: 100%;
  overflow-x: auto;
}

@media screen and (max-width:992px) {
  .red-hat-content .main-subnav-sticky {
    top: 132px;
    height: 350px;

  }
}

@media screen and (max-width:750px) {
  .red-hat-content .main-subnav-sticky {
    height: 430px;

  }
}


.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: 30px;
}

.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 a{
  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;
  padding: 20px;
  display: none;
/* must have height for javascript to work */
  height: 340px;
}

@media screen and (max-width:992px){
  .red-hat-content .main-subnav{
      height: 350px;
  }
}

@media screen and (max-width:750px){
  .red-hat-content .main-subnav{
      height: 430px;
  }
}

.red-hat-content .main-subnav .sub-container{
  /* margin-top: 20px; */
  padding: 0 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: underline;
}

.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';
  margin-left: 5px;
  font-weight: 300;
  -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';
  font-size: 1.143em;
  font-weight: 800;
}

/*******************************/
/* 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;
  padding-left: 0;
  list-style: none;
}

.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 a:hover{
  text-decoration: underline;
}

.red-hat-content footer .links-container {
  min-height: 265px;
}

.red-hat-content footer .list-heading {
  text-transform: uppercase;
  font-family: 'Overpass';
  font-weight: 800;
  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 */
}
/*.red-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 */
/*
}
*/

/* Previous overrides */
/* disable header links in subnav */
    .sub-menu .sub-container h3 a {
        pointer-events: none;
        cursor: default;
    }

.uppercase {
    text-transform: uppercase;
}

/* Overrides for nav on smaller screen sizes (not mobile). Allows nav to work reasonably for tablet and smaller screens.
awatkins - 3/2018
*/
.secondary-nav ul.navbar-nav{
  padding-left: 10px;
}

.secondary-nav .navbar-right > li:first-child{
  display: none;
}
.secondary-nav .navbar-nav .search{
  /* hide the SF search  */
  display: none !important;
}

.red-hat-content .main-nav .navbar-nav{
  padding-left: 0px;
}

.red-hat-content .clearfix:after{
  content: "";
  display: table;
  clear: both;
}


@media screen and (max-width:992px) {
  ul.navbar-nav a{
    padding: 5px;
  }

  .red-hat-content .main-nav .navbar-nav{
    float: none;
    display: block;

  }
  .red-hat-content .main-nav {
    height: 124px;
  }

  .red-hat-content .main-nav .logo{
    float: none;
    display: block;
    margin: 10px 0 0 10px;
  }

  #footer-container footer .col-xs-2:first-child{
    float: none;
    display: block;
    margin-bottom: 20px;

  }
  #footer-container footer .col-xs-2:not(first-child){
    width: 50%;
    margin-bottom: 20px;
  }

  #footer-container footer .row .row{
    margin-right: 0;
    margin-left: 0;
  }

  .main-nav-sticky .go-to-top{
    margin-top: -30px;
  }

}

@media screen and (max-width:750px){
  #footer-container footer .col-xs-2, #footer-container footer .col-xs-6{
    float: none;
    display: block;
    width: calc(100% - 20px);
    margin-bottom: 20px;
    margin-left: 0;
  }
}

@media screen and (max-width:657px){
  .red-hat-content .secondary-nav-wrapper{
    background-color: #ffffff;
  }
  .red-hat-content .secondary-nav .nav > li > a {
    margin: 0;
    padding: 0.8em 15px 0.6em 0;
  }
  .red-hat-content .secondary-nav .nav > li:first-child > a{
    padding-left: 1.6em;
  }
  .red-hat-content .secondary-nav .navbar-right li a{
    padding: 10px;
  }
}

@media screen and (max-width: 513px){
   .red-hat-content .main-nav{
       top: 192px;
   }
   .red-hat-content .main-nav .navbar-nav>li>a {
     padding: 17px 15px 19px 15px;
     outline: 0;
   }
   .red-hat-content .main-nav li > a, .red-hat-content .main-nav li > a:hover, .red-hat-content .main-nav li > a:focus {
       background-position: 15px 40px;
   }
}
