/*
  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 August 2025 11:34:28
*/


.button {
  font-family: "TheSerifC5-5_Plain", Verdana, sans-serif;
  display: block;
  background: #f37021;
  color: #000;
  width: 100%;
  max-width: 400px;
  padding: 10px 20px;
  margin: 0;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
  border: 0;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.button:hover {
  color: #f37021;
  background: #000;
}
@media screen and (max-width: 991px) {
  .button.button--page-header {
    max-width: none;
    margin-bottom: 1px;
  }
}
.button.button--eiAwards {
  max-width: 550px;
}
.button.button--blue {
  background: #231f58;
  color: #fff;
}
.button.button--blue:hover {
  color: #231f58;
  background: #ddd;
}
.button.button--lightblue {
  background: #00a0e4;
  color: #000;
}
.button.button--lightblue:hover {
  color: #00a0e4;
  background: #000;
}
.button.button--green {
  background: #92c848;
  color: #000;
}
.button.button--green:hover {
  color: #92c848;
  background: #000;
}
.button.button--linkedin {
  background: #0077b5;
  color: #fff;
}
.button.button--linkedin:hover {
  color: #0077b5;
  background: #ddd;
}
.button.button--lightgrey {
  background: #eee;
  color: #000;
}
.button.button--lightgrey:hover {
  color: #eee;
  background: #000;
}
.button.button--manifesto {
  background: #f09;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin: 0 auto;
}
.button.button--manifesto:hover {
  color: #f09;
  background: #000;
}
.button.button--gen-50-media-release {
  background: #d6df22;
  color: #000;
  max-width: 300px;
  margin: 0 auto;
}
.button.button--gen-50-media-release:hover {
  color: #d6df22;
  background: #000;
}
.button.button--twitter {
  background: #1da1f2;
  max-width: 300px;
  margin: 0 auto;
}
.button.button--twitter:hover {
  color: #1da1f2;
  background: #000;
}
.button.button--purple {
  background: #74489d;
  color: #fff;
}
.button.button--purple:hover {
  color: #74489d;
  background: #eee;
}
.button.button--large {
  font-size: 1.5rem;
}
.button.button--auto {
  width: auto;
}
h3 a.button {
  font-size: inherit;
}
.page-content > .fbckresults > .container-fluid > .row > .col-md-9.eventrecord > h2 > a[href^="http"] {
  /*background-color: #f37021;
   border: #f37021 2px solid;*/
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
}
.page-content > .fbckresults > .container-fluid > .row > .col-md-9.eventrecord > h2 > a[href^="http"]:hover {
  background-color: white;
  color: #f37021;
}
.header-button--container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.header-button--container .dropdown {
  padding: 0 !important;
}
.header-button--container .dropdown-menu {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #00a0e4 !important;
}
.header-button--container .dropdown-menu .dropdown-item {
  color: #000 !important;
  padding: 0 5px !important;
}
.header-button--container .dropdown-menu .dropdown-item:hover {
  color: #00a0e4 !important;
  background-color: #000 !important;
}
@media screen and (min-width: 992px) {
  .header-button--container {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    top: 0;
    right: 0;
    margin-top: 0;
    font-family: "TheSerifC5-5_Plain", Verdana, sans-serif;
    width: auto;
    max-width: 24%;
  }
}
.header-button--container .header-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .header-button--container .header-button {
    width: 200px;
    height: 50px;
  }
}
.header-button--container .header-button .fa-bars {
  position: relative;
  right: initial;
}
.header-button--container #nav-login-dropdown {
  z-index: 1;
  position: absolute;
  top: -100%;
  right: 0;
  width: 100%;
  min-width: 200px;
  opacity: 0;
  /*-webkit-transition: ease 0.3s;
   -o-transition: ease 0.3s;
   transition: ease 0.3s;*/
  background-color: #fff;
  border: 1px solid #eee;
  padding: 10px;
  pointer-events: none;
}
.header-button--container #nav-login-dropdown.links {
  padding: 0;
  background-color: #eee;
  border: none;
}
.header-button--container #nav-login-dropdown.links ul {
  list-style: none;
  margin: 0;
}
.header-button--container #nav-login-dropdown.links ul li {
  display: block;
  margin: 0;
  text-align: center;
  font-family: "TheSerifC5-5_Plain", Verdana, sans-serif;
  font-size: 16px;
}
.header-button--container #nav-login-dropdown.links ul li a {
  display: block;
  padding: 5px;
  color: black;
  background-color: transparent;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.header-button--container #nav-login-dropdown.links ul li a:hover {
  background-color: #00a0e4;
}
.header-button--container #nav-login-dropdown.links hr {
  margin: 0;
  border-top: 1px solid #000;
  background: #000;
}
.header-button--container #nav-login-dropdown.open {
  opacity: 1;
  top: 100%;
  pointer-events: all;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 991px) {
  .header-button--container #nav-login-dropdown.open {
    top: 36px;
  }
}
