/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 03 October 2018 02:23:36
*/


#use_of_cookie {
  padding: 15px 40px 15px 15px;
  color: #f2f2f3;
  background-color: #384144;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  font-size: 18px;
  display: none;
  z-index: 999;
}
@media only screen and (min-width: 695px) {
  #use_of_cookie {
    max-width: 330px;
    bottom: 18px;
    right: 18px;
  }
}
#use_of_cookie p {
  font-family: HeliaCore-Book, Arial, Helvetica, sans-serif;
}
#use_of_cookie a {
  color: #cddee7;
  font-family: HeliaCore-Bold, Arial, Helvetica, sans-serif;
}
#use_of_cookie button.cookie-accept {
  background-color: #627179;
  border-radius: 17px;
  padding: 10px 40px 10px 34px;
  display: block;
  text-transform: uppercase;
  margin-top: 8px;
  margin-right: 16px;
  line-height: 1;
  border: 0;
  font-family: HeliaCore-Medium, Arial, Helvetica, sans-serif;
  font-size: 16px;
}
#use_of_cookie button.cookie-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  background: none;
  border: 0;
  opacity: 0.6;
}
#use_of_cookie button.cookie-close::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f057";
  font-size: 25px;
  color: #fff;
}
