#footer {
  padding: 0em 0 0em 0 ;
}

#footer {
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #efefef;
  text-align: center;
}
.absolute {
    position: absolute;
}

input[type="submit"], input[type="reset"], input[type="button"], button, .button {
  box-shadow: inset 0 0 0 0px #fff !important;
}

.statistic .heading{
  text-align:center;
}

.statistic .number{
  text-align: center;
  font-weight: bold;
  font-size: 1.7em;
  font-style: italic;
}

.statistic .subheading{
  text-align:center;
}

body:not(.is-touch) .tiles article:hover > .image:before {
  background-color: #333333;
  opacity: 0.85 !important;
}



/**body.is-touch .content {
  color: transparent;
  background-color: none;
  opacity: 0;
  display: none !important;
  visibility: hidden;
  color: rgba(0, 0, 0, 0);
}**/


.newsheading {
  margin: 0.5em 0 0.5em 0;
}

.rightalign {
  text-align: right;
}

.article > p{
  margin: 0 0 1em 0;
}


.accordion {
	margin: 1rem 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #e5e5e5;
}

.accordion-item {
	border-bottom: 1px solid #e5e5e5;
}

/* Thumb */
.accordion-thumb {
	margin: 0;
	padding: .8rem 0;
	cursor: pointer;
	font-weight: normal;
}

.accordion-thumb:before{
  content: '';
  display: inline-block;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: .5rem;
  vertical-align: middle;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  transition: transform .2s ease-out;
}

/* Panel */
.accordion-panel {
	margin: 0;
	padding-bottom: .8rem;
	display: none;
}

/* Active */
.is-active > .accordion-thumb:before {
		transform: rotate(45deg);
}

.tiles article .content {
  display: none;
  opacity: 0;
  z-index: -1;
}


body:not(.is-touch) .tiles article .content {
  display: block !important;
  opacity: 0;
  z-index: 2 !important;
}

@font-face { font-family: LibreBaskerville; src: url('../webfonts/LibreBaskerville-Regular.otf'); }
@font-face { font-family: LibreBaskerville; font-weight: bold; src: url('../webfonts/LibreBaskerville-Bold.otf');}
@font-face { font-family: LibreBaskerville; font-weight: italic; src: url('../webfonts/LibreBaskerville-Italic.otf');}

.ace-font {
  font-family: LibreBaskerville, serif;
  font-weight: bold;
  font-size: 2em;
}

a:hover {
  color: black;
}

p.listparagraph {
  margin: 0;
}
p.footnote {
  font-size: 1em;
}
#header {
  padding: 2em 0 0.1em 0;
}
#header .logo .symbol img {
  max-width: 80%;
  width: auto;
  height: auto;
  padding: 0.4em 0 0 0;
}
h1.hometag {
  font-size: 1.75em;
  padding: 0 0 1.2em 0;
}
p.compressed {
  margin: 0 0 1em 0;
}
h1.compressed {
  margin: 0 0 0.2em 0;
}
#menu > .inner > ul > li a:hover {
  color: #d6d4d4 !important;
}
.disclaimer {
  font-size: 0.75em;
  color: #afafaf;
}


.container {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.field {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 300px;
}

.mouse {
  width: 40px;
  height: 72px;
  border: 3px solid #a1a1a1;
  border-radius: 60px;
  position: relative;
}
.mouse::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  border-radius: 50%;
  opacity: 1;
  animation: wheel 2s infinite;
  -webkit-animation: wheel 2s infinite;
}

@keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}
@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}

#login .btn {
  border: #a0a0a0 solid 2px !important;
  text-align: center;
  color: #000;
  line-height: 0;
}
#login .btn:hover {
  border: #a0a0a0 solid 2px;
  text-align: center;
  background-color: #333;
  color: #fff;
  line-height: 0;
}

#login a {
  color: #000;
  line-height: 0px !important;
}

#login a:hover {
  color: #fff;
  line-height: 0px !important;
}

.investment-row {
  min-height:5em;
}

.investment-row:nth-child(even) {
  background-color: rgba(144, 144, 144, 0.075);
}
.investment-row:nth-child(odd) {
  border-top: #a0a0a0 1px dotted;
  border-bottom: #a0a0a0 1px dotted;
}

.investment-icon {
  display: flex;
  align-items: center;
  margin:auto;
  margin-top: 2em;
  margin-bottom: 1.25em;
}

.investment-text {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 540px) {
  #header {
    padding: 0.7em 0 0.1em 0;
  }
  #header .logo .symbol {
    margin-right: 0.95em;
  }
  #header .logo .symbol img {
    max-width: 75%;
    width: auto;
    height: auto;
    padding: 0.4em 0 0 0;
  }
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  height: unset;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  color: #fff !important;
}

.inline{
  display: inline-block !important; 
  color: #fff; 
  line-height: 1.5 !important;
  padding: 1em 0.5em !important;
}