﻿body {
        font-family: 'Montserrat', sans-serif !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

h1, h2, h3, h4 {
        font-family: 'Montserrat', sans-serif !important;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.plr-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.ribbon-header {
    background-color: #007681;
    height: 80px;
    font-size: 22px;
    color: white;
    text-align: center;
    padding: 25px;
}

green-text {
    color: #007681;
    font-size: 22px;
}

white-text {
    color: white;
    font-size: 22px;
}

pink-text {
    color: #007681;
    font-size: 22px;
}

.row-croudace {    
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.w-100-img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.h-100-img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

/*COLOURING*/
.bg-gray {
    background-color: #e9e9e9 !important;
}

.bg-white {
    background-color: white !important;
}

.bg-green {
    background-color: #007681;
}





/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
.infoBold {
    font-weight: bold;
    color: #007681;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/*ul.featureBulletpoint 
{
    list-style-image: url('../../Images/bulletpoint.PNG') !important;
}*/

ul.featureBulletpoint li {
    text-align: left;
    padding: 1%;
}
.contactToolbarItem {
    width: 300px;
}
@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

.container{
    margin:0;
}

.devPlotLink a:active {
    background-color:#eee;
}
.counties-list {
    font-size: 130%;
}
/*  Image overlay CSS   */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
footer h3 {
    color: white;
    font-weight: bold;
}
footer p {
   font-size: 120%;
}
footer ul {
    list-style-type: none;
    padding: 0;
}
footer ul#disclaimers li {
    display: inline;
}
footer ul#disclaimers li a { 
    display: inline;
    font-size: 120%;
    margin-right: 4%;
    color: white;
}
footer ul li a {
    color: #000;
    line-height: 2;
    font-size: 120%;
}
.bottomCentered {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:100%;
}

/***************/

.homeBtn {
    background-color: #007681;
    color: #fff;
    border-radius: 0;
    border-color: #007681;
    margin: 0;
    display: inline-block;
    height: 50px;
    border: none;
}
    .homeBtn:hover {
        background-color: #afb6bd !important;
        transition: .5s ease !important;
    }
.floorplanBtn{
    background-color:transparent;
    color:#007681;
    border-radius: 0;
    border:none;
    margin:0;
    display:inline-block;
    font-size: 150%;
    padding: 20px;
}
.hbfOverlay {
    position: absolute;
    right: 15%;
    top: 25%;
    width:25%;
    font-size:16pt;
}
.floorplanBtn:active{
    background-color:#007681;
    color:#fff;
}
.theHomesBtn {
    color: #007681;
    background-color: #fff;
    border: 1px solid #007681;
    border-radius: 0 !important;
    margin: 0;
    height: 50px;
    font-weight: bold;
}
.hbf-banner {
    float: left; 
    margin-left: 15%;
    width:50%;
}
.tesitem {
    background: #007681;
    text-align: center;
    height: 300px;
}
.headerDropdown {
    border-radius: 0 !important;
    width:30% !important;
    display:inline-block !important;
    height:50px;
    font-size: 125%;
    max-width: none;
    border:none;
    font-weight: bold;
    /*background:url('../Images/select.png') no-repeat;*/
    background-size:100% 50px;
    color:#000;
    /*padding:10px 12px 0 8px;*/
    cursor: pointer;
}

.featureLogo{
    padding-top:5%;
}

/*.headDropdown select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}*/

.homeContainer {
    position: relative;
    text-align: center;
    color:#fff;
}
.devPlots {
    display:inline-block;
    padding:3%;
    text-align:center;
    color:#000 !important;
}
.devPlots:hover {
    background-color:#eee;
    text-decoration:none;
    cursor: pointer;
}
.homeRow {
    height:650px;
}

.thirdCol {
    height:100%;
}

.thirdColText {
    text-align: center;
    padding-top: 5%;
    line-height: 2;
}

.specCol {
    padding-top: 1%;
    padding-bottom: 1%;
    line-height:1.5;
}

.testimonialText {
    color: #fff;
    line-height: 2;
    font-size: 150%;
    letter-spacing: 2px;
    font-weight: bold;
    /*position: absolute;
    top: 50%;
    transform: translateY(-50%);*/
}

/*.carousel-control {
    display:none;
}*/

.thirdBtn {
    border:none;
    width:150px;
    font-weight:bold;
    margin-top:2%;
    /*padding-left:40px;*/
    /*padding-right:40px;*/
}

.testimonialDetails {
    font-weight: bold;
    color: #afb6bd;
    font-size: 125%;
}
.top-right {
    position: absolute;
    top: 0;
    right: 0;
	height:200px;
    width:200px;
	background-color:#007681;
}
.middle-right {
    position: absolute;
    top: 30%;
    right: -120px;
	height:250px;
    width:250px;
	background-color:#007681;
    color:#fff;
    text-align:center;
    z-index:10;
}
.middle-left {
    position: absolute;
    top: 30%;
    left: -120px;
	height:250px;
    width:250px;
	background-color:#007681;
    color:#fff;
    text-align:center;
    z-index:10;
}
.top-left {
    position: absolute;
    top: 25%;
    left: 16px;
    width:50%;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.featureBtn {
    background-color:#007681;
    color:#fff;
    display:block;
    margin:0 auto;
    width:200px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color:#007681;
    color:#fff !important; 
}
.gradient-background {
    background: linear-gradient(to right, #fff , rgba(0,0,0,0));
    height:100%;
    width:100%;
}
.black-gradient-background {
    background: linear-gradient(to right, #000 , rgba(0,0,0,0));
    height:100%;
    width:100%;
}
.white-radial-background {
    background: radial-gradient(rgba(255,255,2550,0.8), rgba(255,255,255,0));
    height:100%;
    width:100%;
}
.white-over-image {
    background: rgba(255,255,2550,0.6);
    height:100%;
    width:100%;
}
.black-radial-background {
    background: radial-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0));
    height:100%;
    width:100%;
}
.bottom-right {
    position: absolute;
    bottom: 0;
    right: 20%;
    height:35%;
    width:20%;
}

.narrow-text{
    padding:15% 30% 15% 30%;
}
.about-text {
    padding-left:30%;
    padding-right:30%;
    line-height:2;
}
.overview-text {
    padding-left:15%;
    padding-right:5%;
    line-height:2;
}

.development-video {
    padding-right:15%;
}

/**** Development CSS ******/
.bannerInformationOverlay {
    position: absolute;
    top: 0;
    left: 15%;
    width:20%;
}
.smallDevBtn{
    margin-right:2px;
}
/** Image Pop out **/
/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

a:focus {
    text-decoration:none;
    outline:none;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1002; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

/**************** Broken Grid ********/
/* type styles */
blockquote {
  font: italic 1.1em/2 'Playfair Display', serif;
  margin: 0 0 2em 0;
}

/* cta */
.cta {
  padding: 100px 0 100px 20%;
}

.cta h1 {    
  font: bold 6em/1 'Playfair Display', serif;
  margin: 0 0 20px 0;
  position: relative;
}

/* button styles*/
.button {
  display: inline-block;
  color: white;
  text-decoration: none;
  background: #292929;
  padding: .8em 1.5em;
}

.button:hover {
  background: black;
}

/* strapline + blockquote */
.strapline {
  margin-top: 100px;
  position: relative;
}

.strapline::before {
  content: '';
  display: block;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/wavy.svg) repeat-x;
  background-size: cover;
  width: 20%;
  height: .5em;
  position: absolute;
  top: -3em;
  left: 40%;
}

.cta h1::before {
  content: '';
  display: block;
  height: 1em;
  width: 1em;
  /* https://elements.envato.com/retro-badges-7B35YA */
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/badge.svg) no-repeat center center;
  background-size: 80%;
  position: absolute;
  left: -120px;
  top: 0;
}


.grid1 {
  display: grid;
  display: -ms-grid;
  grid-auto-flow: column;
  grid-template-columns: 8fr 8fr 250px !important;
  grid-template-rows: 250px 250px 250px;
  -ms-grid-columns: 8fr 8fr 250px;
  -ms-grid-rows: 250px 250px 250px;
}

.img1 {
    grid-column: 1 / span 2;
    grid-row: 1 / span 3;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row-span: 3;
}
.img2 {  
    grid-column: 4 / span 1;
    grid-row: 1 / span 1;
    -ms-grid-column: 4;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
}

.img3 {  
    grid-column: 4 / span 1;
    grid-row: 2 / span 1;
    -ms-grid-column: 4;
    -ms-grid-row: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
}
.img4 {  
    background: url(../Images/grid4.PNG);
    background-size: cover;
    grid-column: 3 / span 1;
    grid-row: 1 / span 1;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
}
.img5 {
    background: url(../Images/grid5.PNG);
    background-size: cover;
    grid-column: 1 / span 2;
    grid-row: 1 / span 3;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row-span: 3;
}
.img6 {  
    background: url(../Images/grid6.PNG);
    background-size: cover;
    grid-column: 4 / span 1;
    grid-row: 2 / span 1;
    -ms-grid-column: 4;
    -ms-grid-row: 2 ;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
}
.locationBlock{
    /*background-color:#007681;*/
    background-size: cover;
    grid-column: 3 / span 1;
    grid-row: 2 / span 1;
    -ms-grid-column: 3;
    -ms-grid-row: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    font-weight:bold;
    color:#fff;
    text-align:center;
    display:table;
    height:100%;
}
.pinkBlock{
    background-color:#007681;
    background-size: cover;
    grid-column: 4 / span 1;
    grid-row: 1 / span 1;
    -ms-grid-column: 4;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    font-weight:bold;
    font-size:18pt;
    color:#fff;
    text-align:center;
    /*display:table;*/
    height:100%;
}
.layoutDesc{
    background-color:#000;
    background-size: cover;
    grid-column: 3 / span 1;
    grid-row: 3 / span 1;
    -ms-grid-column: 3;
    -ms-grid-row: 3;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    font-weight:bold;
    color:#fff;
    text-align:center;
    padding: 0 20% 0 20%;
    /*display:table;*/
    height:100%;
}

.layoutPic3 {
    background-color: #000;
    background-size: cover;
    grid-column: 4 / span 1;
    grid-row: 1 / span 1;
    -ms-grid-column: 3;
    -ms-grid-row: 3;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 0 20% 0 20%;
    /*display:table;*/
    height: 100%;
}
.strapline {
  grid-column: 3 / span 3;
  grid-row: 2 / span 1;
  -ms-grid-column: 3;
  -ms-grid-row: 2;
  -ms-grid-column-span: 3;
  -ms-grid-row-span: 1;
  padding: 0 16%;
  text-align: center;
  margin: 0;
}
.slider-handle, #priceRangeSlider .slider-handle {
    top:-5px;
}
.cta-wrapper {
  grid-column: 4 / span 2;
  grid-row: 4 / span 2;
  -ms-grid-column: 4;
  -ms-grid-row: 4;
  -ms-grid-column-span: 2;
  -ms-grid-row-span: 2;
}
#bedSlider .slider-handle, #priceRangeSlider .slider-handle {
    top:-5px;
}
#bedSlider .in-selection, #priceRangeSlider .in-selection {
    top:-5px;
}
.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
    top:-5px;
}

/************************/
.locationBtn {
    background-color:#fff;
    color:#007681;
    border-radius: 0;
    border-color:#fff;
    margin:0;
    display:inline-block;
    height:100px;
    font-size:24pt;
    padding-left: 50px;
    padding-right: 50px;
}
.locationBtn:nth-child(1):hover{
    background-color:#cca300 !important;
    border:none;
}
.locationBtn:nth-child(2):hover{
    background-color:#00bfff !important;
    border:none;
}
.locationBtn:nth-child(3):hover{
    background-color:#cc0000 !important;
    border:none;
}
.locationBtn:nth-child(4):hover{
    background-color:#ff5c33 !important;
    border:none;
}
.locationBtn:nth-child(5):hover{
    background-color:#33cc33 !important;
    border:none;
}
.locationBtn:nth-child(6):hover{
    background-color:#003366 !important;
    border:none;
}
.locationBtn:nth-child(7):hover{
    background-color:#4d004d !important;
    border:none;
}
.bottom-overlay{
        top:auto;
        bottom:-50px;
        right:60%;
        z-index:1000;
        width:30% !important;
        height:25%;
        position:absolute;
}
.left-overlay{
        top:auto;
        bottom:100px;
        left:-300px;
        z-index:1000;
        width:500px !important;
        position:absolute;
}
.panel-default > .panel-heading {
    color: #007681 !important;
    background-color: #fff;
    border: none !important;
}
.panel-title {
    font-weight: bold;
    color: white;
}
.panel-default {
    border:none;
}
.list-group-item {
    border: none;
}
.panel {
     -webkit-box-shadow: none;
     box-shadow: none;
}
.list-group {
    font-weight: bold;
}
.helpingMoveCol {
    padding-top:5%;
    padding-right:10%;
    padding-left:10%;
    line-height:2;
    font-weight:bold;
}
.bottom-overhang {
    display: inline-block;
    position: absolute;
    left: 43%;
    bottom: -5em;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 3em 1em;
    top:auto;
    height:250px;
    z-index:5;
    width:15%;
    color:#fff;
}
.top-overhang {
    display: inline-block;
    position: absolute;
    left: 33%;
    top: -10em;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 3em 1em;
    bottom:auto;
    height:250px;
    z-index:5;
    width:15%;
    color:#fff;
}
.titleRow{
    text-align:center;
    padding-top:5%;
    padding-bottom:5%;
}
* {box-sizing: border-box;}

.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 100px;
  height: 100px;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 300px;
  height: 300px;
}

.interest-textbox {
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:1px #000 solid;
    width:80%;
    background-color:#eee;
    height:50px;
    max-width:100%;
    font-weight:bold;
    margin-bottom:2%;
}
.interest-textbox:focus{
    border-color:#007681;
    outline:none;
    color:#007681;
}
.about-heading {
    padding-bottom:150px;
}
.img-wrapper {
    overflow: hidden;
    height:100%;
    width:100%;
}
.img-wrapper img {
    /*width:100%;*/
}
.cgi-img-wrapper {
    overflow: hidden;
    height:100%;
    width:100%;
}
.cgi-img-wrapper img {
    /*width:100%;*/
}
.aboutus-row {
    height:650px;
}

.navbar-toggle {
    display: block !important;
    float:right;
}

.navbar-default .navbar-toggle {
    border:none !important;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #007681 !important;
    }

.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 0;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-y: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 200%;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #007681;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    color:#007681;
}
.counties-list{
    list-style:none;
}
#bedSlider .slider-selection, #priceRangeSlider .slider-selection {
    background: #afb6bd;
}

#bedSlider .slider-handle, #priceRangeSlider .slider-handle {
    background: #007681;
}

#bedSlider .in-selection, #priceRangeSlider .in-selection {
    background: #afb6bd;
}
.mapBtn{
    color:#fff !important;
}
.menu-glyph {
    font-size: 150%; 
    margin-right: 20px;
}
.phase-section{
    height:600px;
}
.help-to-buy{
    padding-bottom:8%;
}
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.img-container {
    position:relative;
}

.img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.8);
}

.img-container:hover .img-overlay {
  opacity: 1;
}

.img-text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.phase-img {
  display: block;
  width: 100%;
  height: auto;
}

.stamp-table {
    margin-left: auto;
    margin-right: auto;
}

.stamp-table th {
    color:#007681;
    border-bottom: 1px solid #007681;
    padding:2%;
    text-align:center;
}

.stamp-table td {
    border-bottom: 1px solid #000;
    padding:2%;
}

.htbTextWhite {
    font-size: 110%;
    color: #fff;
    font-weight: bold;
}

.htbTextBlack {
    font-size: 110%;
    color: #000;
    font-weight: bold;
}

.stamp-duty-radio {
    height: 1px;
    width: 1px;
    opacity: 0;
}

.outside {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
}

.inside {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #fff;
    left: 3px;
    top: 3px;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}
.no-transforms .inside {
  left: auto;
  top: auto;
  width: 0;
  height: 0;
}

input:checked + .outside .inside {
  -webkit-animation: radio-select 0.1s linear;
          animation: radio-select 0.1s linear;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.no-transforms input:checked + .outside .inside {
  width: 10px;
  height: 10px;
}

label {
  margin: 1em;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}

.expandable {
  overflow: hidden;
  transition: all 1s ease-in-out;
  transform-origin: left top;
  transform: scaleY(0.5);
 }
 
 .expandable-expand {
  transform: scaleY(1);
}

.expandableX {
  overflow: hidden;
  transition: all 2s ease-in-out;
  transform-origin: left top;
  transform: scaleX(0);
}
 
 .expandableX-expand {
  transform: scaleX(1);
}

.reveal {
    overflow:hidden;
    /*position:relative;*/
    display:inline-block;
}

.reveal:after {
    content:" ";
    position:absolute;
    display:block;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    z-index:2;
    transition: all 2s ease;
}

.reveal.show:after {
    left:100%
}

.fade-in {
    animation: fade 1s linear;
}

@keyframes fade {
  from {
      opacity:0;
  }
  to {
    opacity: 1;
  }
  100% {
      opacity:1;
  }
}

#whatYouNeedToKnow {
    display:flex;
    align-items: center;
}

.img-magnifier-container {
    position:relative;
}

.img-magnifier-glass {
    position: absolute;
    border: 1px solid #007681;
    border-radius: 50%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 150px;
    height: 150px;
}

.openingTimes {
    font-size: 150%;
}

.fontAwesomeImage{
    font-size:200%;
}

.overlayHeadingText {
    font-size:200%;
}

.smaller-font {
    font-size: 120% !important;
}

optgroup[label="Forthcoming Sites"] {
    color:#007681;
}

optgroup[label="Current Sites"] {
    color:#007681;
}

option {
    color:#000;
}