#cookie-bar {background:#E5EAEC; height:auto; line-height:20px; color:#000; text-align:center; vertical-align:center; padding:0; font-family: "SourceSansPro-Regular", sans-serif; font-size:16px; z-index:1000}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}

#cookie-container { 
  margin: 0px auto;
  text-align:left; 
  max-width:1000px;
} 

#cookie-info {
  margin:0px; 
  padding: 30px 0px; 
  width:850px;
  text-align:left; 
}
#cookie-info a {
  color:#000; 
  display:inline-block; 
  text-decoration:underline;
}


#cookie-container a.cb-enable {
    box-sizing: border-box;
    font-family: "SourceSansPro-Regular",sans-serif;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    line-height: 2;
    font-size: 16px;
    letter-spacing: 0;
    height: 48px;
    display: inline-block;
    cursor: pointer;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 0;
    padding: .4rem .8rem;
    margin:0px;
    margin-left:908px;
    float:right;
    top: 30px;
    position:absolute;
}

#cookie-container a.cb-enable:hover {
  text-decoration:none;
}



          
@media screen and (max-width: 1152px) {
  /* 960 */
  #cookie-container { 
    max-width:920px;
  } 
  #cookie-info {
    width:740px;
  }
  #cookie-container a.cb-enable { 
    margin-left:800px;
  }
}

@media screen and (max-width : 1000px) {
  /* 760 */
  #cookie-container { 
    max-width:720px;
  } 
  #cookie-info {
    width:540px;
  }
  #cookie-container a.cb-enable { 
    margin-left:600px;
  }
}

@media screen and (max-width: 780px) {
  /* 380 */
  #cookie-container { 
    max-width:auto;
    width:auto;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:30px;
  } 
  #cookie-info {
    width:auto;
    padding-bottom:10px;
    font-size:20px;
    line-height:25px;
  }
  #cookie-container a.cb-enable { 
    margin-left:0px;
    float:none;
    top:0;
    position:relative;
  }
}


