/*************************************************************
 * CSS Styles shared with other parts of the site. - Ex: news and blogs
 *************************************************************/
.top-bar-left li .button{
	 font-size: 15px;
    padding: 5px 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.top-bar-left li .button.hollow.green {
      border-color: #73bc44;
      color: #73bc44; }
.top-bar-left li .button.hollow.green:hover, 
.top-bar-left li .button.hollow.green:focus {
        background-color: #73bc44;
        color: #fff; 
}
		  
.top-bar-left li .button.hollow.red {
      border-color:#E45F4E;
      color: #E45F4E; }
.top-bar-left li .button.hollow.red:hover, 
.top-bar-left li .button.hollow.red:focus {
        background-color: #E45F4E;
        color: #fff; 
}

.top-bar-left li .button.hollow.orange {
      border-color:#EEBE42;
      color: #EEBE42; }
.top-bar-left li .button.hollow.orange:hover, 
.top-bar-left li .button.hollow.orange:focus {
        background-color: #EEBE42;
        color: #fff; 
}

.top-bar-left li .button.hollow.blue {
      border-color:#2CAFC8;
      color: #2CAFC8; }
.top-bar-left li .button.hollow.blue:hover, 
.top-bar-left li .button.hollow.blue:focus {
        background-color: #2CAFC8;
        color: #fff; 
}

.top-bar-left li .button.hollow.purple {
      border-color:#69537B;
      color: #69537B; }
.top-bar-left li .button.hollow.purple:hover, 
.top-bar-left li .button.hollow.purple:focus {
        background-color: #69537B;
        color: #fff; 
}


 #privacybox {
  
       
    position: fixed;
    left: 10%;
    bottom: 0;
    width: 80%;
    text-align: center;
    background-color: #35474f;
    z-index: 5000;


}




#privacybox .textbox {
    padding-top: 17px;
    color: #E6EBF1;
    font-size: 18px;
    padding-left: 40px;
    text-align: left;
    line-height: 130%;
    font-weight: 400;
    padding-right: 40px;
}

#privacybox .textbox a{
  color: #ffffff;
  text-decoration: underline;
}


#privacybox .close-button {
    position: absolute!important;
    top: 0;
    right: 2.5%;
    color: #fff!important;
    font-size: 40px;
}



