﻿

* {
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    letter-spacing: 0.02em;
  }

.navbar-dark .navbar-nav .nav-link {
	color: #ffffff;
}

.navbar-dark .navbar-nav .active>.nav-link,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .show>.nav-link {
    color: #F3DEB6;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #FFFF00;
}

header h1 a, header h1 a:hover, header h1 a:focus, header h1 a:active {
	color: #003377;
	/*text-decoration: none;*/
	font-size: 0.6em;
	line-height: 0.6em;
	font-weight: bold;
}

h2 {
    color: #003377;
    font-size: 1.6em;
    margin-bottom: 0.6em;
    font-weight: bold;
}
h3 {
    font-size: 1em;
    font-weight: bold;
}
h4 {
    font-size: 1em;
    font-weight: bold;
}

.skip-to-main-content-link {
    /*position: absolute;
    left: -9999px;
    z-index: 999;*/
    padding: 0.5em;
    opacity: 0;
  }
  
    .skip-to-main-content-link:focus {
      left: 50%;
      transform: translateX(-50%);
      opacity: 1;
    }

/* Medium devices (tablets, 768px and up)   */
@media (min-width: 768px) { 
    header h1 a, header h1 a:hover, header h1 a:focus, header h1 a:active {
        font-size: 1.2em;
    }

    h2 {
        color: #003377;
        margin-bottom: 1em;
        font-weight: bold;
    }
    h3 {
        font-size: 1.2em;
        font-weight: bold;
    }
    h4 {
        font-size: 1em;
        font-weight: bold;
    }
}


a {
	font-weight: bold;
	color: #003377;
	text-decoration: none;
}
	a:hover, a:focus, a:active {
		font-weight: bold;
		color: #003377;
		text-decoration: underline;
	}

.c-company-purple {
    color: #003377;
}
a.c-company-purple:hover, a.c-company-purple:focus, a.c-company-purple:active {
	font-weight: bold;
	color: #003377;
}
.bg-company-purple {
    background-color: #003377;
}

p.intro {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2em;
}
#surveylink {
    font-size: 1.6em;
}

.vcard .tel::before {
    content: "Tel: ";
}
.vcard .tel.uk::after {
    content: " (local rate)";
}
.vcard .tel.ie::after {
    content: " (lo call number)";
}
.vcard .email::before {
    content: "Email: ";
}
.vcard .org2 {
    font-weight: bold;
}

#kantar-logo {
	margin-bottom: 15px
}

.Website-images {
    max-width: 500px;
    width:100%;
    height:auto;
}

.pp-th {
    border: 1px solid black;
    border-collapse: collapse;
    text-align:center;
    height:70px;

}
.pp-td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
    vertical-align:top;
}