/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* KNOWLEDGE BASE STYLING */

.header__button.button {
    background-image: linear-gradient(137deg, #faee38, #f35a2f 68%)!important;
    color: #000000;
    font-weight: 500;
}


/* HEADER STYLING */
@media screen and (min-width:1500px) {
  header {
    background-size: cover;
    height: 110px!important;
  }
  .header__logo img {
    max-height: 80px!important;
  }
}  

@media screen and (min-width:2200px) {
  header {
    height: 4.9vw;
  }
  header__main {
    padding-top: 1%;
  }
}  
  
body {
 background-color:#1e1e1e;!important 
}

header {
  background-image: url(https://6413859.fs1.hubspotusercontent-na1.net/hubfs/6413859/Edge_Factor_October2019%20Theme/Images/top100H.png);
  display: block;
  height: 120px!important;
  background-repeat: no-repeat;
  border-bottom-width: 0px;
  background-color: rgba(46,46,46,0);
  z-index: 3;
  position: relative;
  margin-top: -10px;
}

@media screen and (min-width:270px) and (max-width: 992px) {
  .header__main {
    padding-left: 10px; 
  }
  .header__logo img {
    max-height: 80px;
    object-fit: contain;
    height: 70px!important;
    width: inherit!important;
    padding-left: 0px!important;
  }
  .header__button {
    display: flex!important;
  }
  header {
    height: 110px!important;
  }
}

@media screen and (min-width:993px) and (max-width: 1499px) {
 .header__logo img {
    max-height: 90px;
}
}

@media screen and (min-width:1500px) {
  .header__logo img {
     max-height: 100px!important;
     object-fit: contain;
     height: 4vw;
     width: inherit!important;
     padding-left: 10px;
     margin-top: 20px;
     margin-bottom: 0px;
     padding-top: 0.25vw;
     padding-bottom: 0.5vw;
  }
}

.header__logo img {
  max-height: 95px;
  object-fit: contain;
  height: 5vw;
  width: inherit!important;
  padding-left: 10px;
  padding-top: 5px;
}

.header__main{
  top:2px;
  height:100px;
  position: initial;
}
 
@media screen and (max-width: 1199px){
  .header__button {
    display: flex!important;
  }
}
  
@media screen and (min-width: 1200px){
  .header__button {
    display: flex!important;
  }
}


@media screen and (max-width: 992px) {
  button, .button {
    font-size: 0.9rem!important;
  }
}

button, .button {
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto';
    font-size: 1.1rem;
    background-color: #3d2e00;
}

@media screen and (max-width: 992px) {
  #hs_cos_wrapper_header_button .button {
    padding-top: 9px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    line-height: 1.4;
    width: max-content;
    margin-left: 15px;
  }
}

#hs_cos_wrapper_header_button .button {
    padding-top: 0.7rem;
    padding-right: 1.3rem;
    padding-bottom: 0.6rem;
    padding-left: 1.3rem;
    border-radius: 4px;
}


/* Move page content area up to eliminate the empty space from the yellow nav bar. */
.row-fluid-wrapper {
  margin-top:-10px;
  position: initial;
  z-index: 1;
}