/* Pure CSS overrides */
body {
    color: #526066;
}

a {
    color: #526066;
}
a:hover {
    color: red;
}

h2, h3 {
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-weight: 600;
}

p {
    line-height: 1.6em;
}

.l-content {
    margin: 0 auto;
}

.l-box {
    padding: 0.5em 2em;
}

.pure-menu {
    box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
}

/*Override the main title colour for the site*/
.pure-menu .pure-menu-heading {
    color: red;
    font-weight: bold;
}

.banner {
    /*background: transparent url('Images/Group1.jpg') 0 0 no-repeat fixed;*/
    text-align: center;
    /*background-size: cover;*/
    margin-top: 2%;
    height: 450px;
    width: 100%;
    margin-bottom: 3em;
    display: table;
	background-color: #dddddd;
}

.banner-head {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 4em;
    color: red;
    font-weight: 500;
    text-shadow: 0 3px 3px black;
}

 .info-tables,
 .information {
    max-width: 980px;
    margin: 0 auto;
 }
.info-tables {
    margin-bottom: 3.125em;
    text-align: center;
}

.info-table {
    border: 1px solid #ddd;
    margin: 0 0.5em;
    padding: 0 0 3em;
}

.info-table-left .info-table-header {
    background: red;
}

.info-table-centre .info-table-header {
    background: #ff6a00;
}

.info-table-header {
    background: #111;
    color: #fff;
}
.info-table-header h2 {
    margin: 0;
    padding-top: 2em;
    font-size: 1em;
    font-weight: normal;

}

.info-table-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.info-table-list li {
    padding: 0.8em 0;
    background: #f7f7f7;
    border-bottom: 1px solid #e7e7e7;
}

.button-choose {
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    border-radius: 2em;
    font-weight: bold;
    position: relative;
    bottom: -1.5em;
}

.information-head {
    color: black;
    font-weight: 500;
}

.footer {
    background: black;
    color: #888;
    text-align: center;
}
.footer a {
    color: #ddd;
}



.secondLevel {
	display:none;
	position:absolute;
	border: solid 1px white;
	padding: 0;
	margin:0;
	z-index:5000;
}

ul li:hover .secondLevel {
	display:block;
}

.secondLevel li {
	padding: 0;
	margin:0;
}

.secondLevel li a {
	display:block;
	background-color: #ffffff;
}

.secondLevel li a:hover {
	color:red;
	background-color:#eeeeee;
}

.juicebox-gallery, .juicebox-gallery * {
	z-index: 0 !important;
}
/*
 * -- TABLET MEDIA QUERIES --
 * On tablets, we want to slightly adjust the size of the banner
 * text and add some vertical space between the various info tables
 */
@media(max-width: 767px) {

    .banner-head {
        font-size: 3em;
    }
    .info-table {
        margin-bottom: 2em;
    }

}

/*
 * -- PHONE MEDIA QUERIES --
 * On phones, we want to reduce the height and font-size of the banner further
 */
@media (max-width: 480px) {
    .banner {
        height: 200px;
    }
    .banner-head {
        font-size: 2em;
    }
}

.footer-icon  {width:100%; text-align: center;}
.footer-icon img  {width:50px; margin-left: auto; margin-right:auto;}