cloudflare-app[app="tibrr-cookie-consent"] {
	font-size: 1.2em;
	width: 100%;
	left: 0;
}
cloudflare-app[app="tibrr-cookie-consent"] > .tibrr-cookie-consent-container {
	display: -webkit-flex;
    display: flex;
	padding: 0.5em;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
cloudflare-app[app="tibrr-cookie-consent"] > .tibrr-cookie-consent-container > div {
	margin: 0.5em;
}
cloudflare-app[app="tibrr-cookie-consent"] > .tibrr-cookie-consent-container > .tibrr-cookie-consent-text {
	text-align: center;
	word-break: normal;

}
cloudflare-app[app="tibrr-cookie-consent"] > .tibrr-cookie-consent-container > .tibrr-cookie-consent-button {
	text-align: right;
}
cloudflare-app[app="tibrr-cookie-consent"] > .tibrr-cookie-consent-container > .tibrr-cookie-consent-button > button {
	border-radius: 0.5em;
	border: 0.05em solid;
	padding: 0.4em 1em;
	word-break: normal;
}
cloudflare-app[app="tibrr-cookie-consent"] > .tibrr-cookie-consent-container > .tibrr-cookie-consent-button > button:hover {
	cursor: pointer;
}.ecu-wrapper
{
	z-index: 50000;
	position: fixed;
	width: 50px;
	height: 50px;
	background: none;
	padding: 0;
}
.ecu-wrapper, .ecu-wrapper *
{
	line-height: normal;
	margin: 0;
}

.ecu-wrapper.top-left
{
	left: 15px;
	top: 15px;
}
.ecu-wrapper.top-right
{
	top : 15px;
	right: 15px;
}
.ecu-wrapper.bottom-left
{
	bottom: 15px;
	left: 15px;
}
.ecu-wrapper.bottom-right
{
	bottom: 15px;
	right: 15px;
}
.icon-wrapper
{
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	padding: 10px;
	border-radius: 50%;
	box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transition: opacity 300ms linear;
	display: block;
}
.icon-wrapper svg
{
	height: 30px;
	width: 30px;
}
.icon-wrapper:hover
{
	opacity: 0.8;
}
.message
{
	color: black;
	position: absolute;
	font-size: 14px;
	background: white;
	box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	max-width: 400px;
	min-width: 50px;
	max-height: 40px;
	padding: 5px 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 10px;
	transition: opacity 300ms linear;
	opacity: 0;
	text-align: center;
}
.message.show
{
	opacity: 1;
}
.message.top-left
{
	left: 60px;
}
.message.top-right
{
	right: 60px;
}
.message.bottom-left
{
	left: 60px;
}
.message.bottom-right
{
	right: 60px;
}/*
  Specificity to combat things like this (from CNN.com as of 6/6/16):

  body > :not(.nav) {
    -webkit-transform: none !important;
    transform: none !important;
  }
*/
html > body > cloudflare-app[app="welcome-bar"] {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  min-height: 2.5em;
  line-height: 1;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  -webkit-transform: translate3d(0, -300%, 0);
          transform: translate3d(0, -300%, 0);
}

html > body > cloudflare-app[app="welcome-bar"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .05);
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

html > body > cloudflare-app[app="welcome-bar"][data-slide-animation]::before {
  transition: -webkit-transform ease-out 8s;
  transition: transform ease-out 8s;
  transition: transform ease-out 8s, -webkit-transform ease-out 8s;
}

html > body > cloudflare-app[app="welcome-bar"][data-slide-animation="complete"]::before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

html[data-cf-welcome-bar-visibility="visible"] > body > cloudflare-app[app="welcome-bar"] {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

cloudflare-app[app="welcome-bar"] alert-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

cloudflare-app[app="welcome-bar"] alert-message-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: 500;
  max-width: 700px;
}

@font-face {
  font-family: "cfapps-welcome-bar-icons";
  font-style: normal;
  font-weight: normal;
  src: url("") format("woff");
}

cloudflare-app[app="welcome-bar"] .alert-cta-button {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  display: inline-block !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
  font-size: .85em !important;
  font-weight: bold !important;
  height: auto !important;
  letter-spacing: .08em;
  line-height: .95 !important;
  max-width: 16em !important;
  opacity: .85;
  overflow: visible !important;
  position: relative !important;
  text-decoration: none !important;
  text-indent: .08em;
  text-overflow: ellipsis !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  width: auto !important;
}

cloudflare-app[app="welcome-bar"] .alert-cta-button::after {
  color: inherit !important;
  content: "\203A";
  display: inline-block !important;
  font-family: "cfapps-welcome-bar-icons";
  font-size: 1.3em !important;
  font-style: normal;
  font-weight: inherit;
  line-height: .8 !important;
  margin-top: -1px !important;
  margin-top: auto !important;
  padding-left: .3em !important;
  position: absolute;
  left: 100%;
}

cloudflare-app[app="welcome-bar"] alert-dismiss {
  cursor: pointer;
  color: rgba(10, 10, 10, .25);
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 300;
  height: 1em;
  line-height: .75em;
  margin: 0 .2em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: .9em;
}

cloudflare-app[app="welcome-bar"] alert-dismiss:hover {
  color: rgba(10, 10, 10, .5);
}

html > body > cloudflare-app[app="welcome-bar"][data-style="slim"] {
  font-size: .92em;
  min-height: 2.2em;
}

html > body > cloudflare-app[app="welcome-bar"][data-style="prominent"] .alert-cta-button {
  border-radius: .15em;
}

@media (min-width: 768px) {
  cloudflare-app[app="welcome-bar"] {
    padding: .5em 0;
  }

  cloudflare-app[app="welcome-bar"][data-style="prominent"] .alert-cta-button {
    padding: .65em 1.75em .6em .9em !important;
  }

  cloudflare-app[app="welcome-bar"][data-style="prominent"] .alert-cta-button::after {
    left: auto;
  }

  cloudflare-app[app="welcome-bar"] .alert-cta-button {
    margin-left: 1em;
  }
}

@media (max-width: 768px) {
  html > body > cloudflare-app[app="welcome-bar"] {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: .92em;
    min-height: 2.2em;
    padding: .5em 0 .5em .5em;
  }

  cloudflare-app[app="welcome-bar"] .alert-cta-button {
    margin-top: .5em;
    display: block !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  cloudflare-app[app="welcome-bar"] alert-message-content {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column nowrap !important;
            flex-flow: column nowrap !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

