/*BOOTSTRAP OVERRIDE CLASSES - START*/
h1 {
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif"
}
a {
  color: #EE2E25;
  text-decoration: underline;
}
.navbar-light .navbar-nav .nav-link {
  color: inherit;
  font-weight: normal;
  text-decoration: none
}
.navbar-nav .dropdown-menu {
  margin-top: -1px;
}
.dropdown-item {
  text-decoration: none
}
.bg-light {
  background-color: #E4E3E3 !important;
}
.btn {
  border-radius: 3em;
  text-transform: uppercase;
  text-decoration: none
}
.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 2rem;
}
.btn-primary {
  color: #fff;
  background-color: #EE2E25;
  border-color: #EE2E25;
}
.accordion .card-header .btn {
  position: relative;
  padding-right: 32px
}
.accordion .card-header .btn::after {
  content: '+';
  font-size: 2em;
  position: absolute;
  right: 12px;
  top: 45%;
  transform: translateY(-50%);
}
.accordion .card-header .btn[aria-expanded="true"]::after {
  content: '−'
}

.modal-dialog {
	bottom:0!important;
	max-width:100%!important;
	position: fixed!important;
	margin: 0 auto!important;
	width:100%;
}

table.cookielawinfo-classic {
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
}

.cookielawinfo-row-cat-table {
    width: 99%;
    margin-left: 5px;
}

table.cookielawinfo-classic thead tr th {
    text-transform: uppercase;
    background: #e2e2e2;
}

table.cookielawinfo-classic td, table.cookielawinfo-classic th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    line-height: 1.8em;
    font-size: 0.8em;
    vertical-align: top;
    width: 20%;
}

@media (max-width: 800px){	
	
table.cookielawinfo-row-cat-table .cookielawinfo-column-4, table.cookielawinfo-row-cat-table .cookielawinfo-column-4 {
    width: 45%;
}	
	
table.cookielawinfo-row-cat-table td, table.cookielawinfo-row-cat-table th {
    width: 23%;
    font-size: 12px;
    word-wrap: break-word;
}
	
}

/*BOOTSTRAP OVERRIDE CLASSES - END*/
/*CUSTOM CLASSES*/
.navbar-logo {
  width: 100%;
  max-width: 214px;
  height: auto;
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .navbar-logo {
    max-width: 300px;
  }
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.icn-external {
  width: 1em;
  vertical-align: baseline;
  margin-bottom: -1px;
}
.jumbotron {
  text-align: center;
  background-colour: #111;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 96px 0;
  position: relative;
}
.hero-container-generic {
  background-image: url("../img/img-hero-generic.jpg")
}
.hero-container-current {
    background-image: url(../img/Images%20to%20be%20confirmed/rodrigo-goncalves-522787-unsplash_LONG.jpg)
}
.hero-container-currentpast {
  background-image: url("../img/Images%20to%20be%20confirmed/artem-sapegin-229391-unsplash_LONG.jpg")
}
.hero-container-past {
  background-image: url("../img/img-hero-past.jpg")
}
.hero-container-retired {
  background-image: url("../img/img-hero-retired.jpg")
}
.hero-container-investments {
    background-image: url(../img/Images%20to%20be%20confirmed/julentto-photography-184055-unsplash_LONG.jpg)
}
.hero-container-documents {
    background-image: url(../img/Images%20to%20be%20confirmed/nicolas-leclercq-712952-unsplash_LONG.jpg)
}
.hero-container-info {
    background-image: url(../img/img-hero-info.jpg)
}
.hero-container-after-2011 {
  background-image: url("../img/Images%20to%20be%20confirmed/simon-matzinger-320332-unsplash (1)_LONG.jpg")
}
.jumbotron:before {
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 100%);
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.jumbotron hr {
  border-top: 2px solid rgba(255, 255, 255, .4);
}
.selection-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 1em;
}
.selection-card:before {
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%);
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.selection-card-img {
  transition: transform .2s ease;
  position: relative;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover
}
.selection-card-title, .selection-card-description {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1);
  color: #fff;
  font-weight: normal;
  width: 100%;
  transition: transform .2s ease;
  opacity: 1;
  padding: 0 16px;
}
.selection-card-title {
  font-size: 32px;
  line-height: 44px
}
.selection-card-description {
  transform: translateY(-50%) scale(0);
  font-size: 24px;
  line-height: 1.2
}
.selection-card:hover .selection-card-img {
  transform: scale(1.1);
}
.selection-card.has-description:hover .selection-card-description {
  transform: translateY(-50%) scale(1);
  opacity: 1;
}
.selection-card.has-description:hover .selection-card-title {
  transform: translateY(-50%) scale(0);
  opacity: 0;
}
.quick-links .selection-card {
  height: 185px;
}
.list-checks
{
    list-style: none;
    padding-left: 1em;
}
.list-checks li
{
    position: relative
}
.list-checks li:before
{
   left: -1.2em;
    position: absolute; 
}
.list-checks li.check {color: rgba(0,0,0,.5);}
.list-checks li.check::before
{
    content: '✓';
    color: rgba(0,0,0,.5);
}
.list-checks li.uncheck::before
{
    content: '✘';
}






/*FOOTER*/
.footer {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 20px;
}
/*
.footer-social-networks {
  display: inline-flex;
  vertical-align: bottom;
}
.footer-social-networks a {
  background-color: #fff;
  display: inline-flex;
  border-radius: 8px;
  margin: 0 4px;
  width: 30px;
  height: 30px;
}
.footer-social-networks a:hover, .footer-social-networks a:focus {
  opacity: .9
}
.footer-social-networks img {
  padding: 6px;
  width: 30px;
  height: 30px;
}
*/
