/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/**
* Fonts
*/
@font-face {
    font-family: "proxima-nova-bold";
    src: url("/meetingpoint/fonts/PremierInnSansWeb-Bold.woff2") format("woff2");
    font-display: auto;
    font-style: normal;
}
@font-face {
    font-family: "proxima-nova";
    src: url("/meetingpoint/fonts/PremierInnSansWeb-Regular.woff2") format("woff2");
    font-display: auto;
    font-style: normal;
}
/**
* Main
*/
html,
body,
form {
    /* height: 100%; */
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    font-family: "proxima-nova", helvetica, arial, sans-serif;
}
body {
    /* height: 100%; */
}
p {
    margin: 0;
    padding: 10px 0px 5px 0px;
    color: #5f5f5f;
}
#map {
    width: 100%;
    height: 100%;
}
#page-container {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    border: 3px solid #511e62;
    border-radius: 5px;
    background-color: #511e62;
    
}
#map-container {
    height: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    max-height: 450px;
    /* padding: 0px 60px 30px 60px; */
}
#banner {
    height: 400px;
    background: url(/meetingpoint-christmas-2023/img/premier-inn-meet-middle-banner.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; 
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: none;
}
#main-container {
    width: 100%;
    display: block;
    background: url(img/snowflake-bgnd.png);
    padding-bottom: 80px;
}
#mainhead {
    width: 85%;
    display: block;
    padding-left: 100px;
    padding-top: 75px;
    padding-right: 75px;
    color: #ffffff;
}
#maintext {
    width: calc(100% - 575px);
    display: inline-block;
    padding-left: 7%;
    padding-right: 5%;
    color: #ffffff;
    padding-bottom: 50px;
}

#mainhead h1 {
    font-size: 4rem;
    font-weight: 700;
    font-family: "proxima-nova-bold", helvetica, arial, sans-serif;
    padding-bottom: 20px;
    line-height: 4rem;

}
#mainhead h4 {
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 10px;
}
#maintext p {
    font-size: 1.1rem;
    color: #dddddd;
    font-weight: 300;
}
#maintext .banner {
    height: 200px;
    background: url(/meetingpoint-christmas-2023/img/premier-inn-meet-middle-banner-bgnd.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center; 
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin-top: 0px;
    padding-left: 75px;
    padding-top: 68px;
    font-size: 270%;
}
#maintext h4 {
    font-size: 140%;
}
#maintext p.footnote {
    font-size: 80%;
    margin-bottom: 20px;
    margin-top: -20px;
}
#footerbanner {
    padding-left: 100px;
    padding-right: 75px;
    display: none;
}
#footerbanner .innerfooter {
    height: 300px;
    background: url(/meetingpoint-christmas-2023/img/premier-inn-meet-middle-banner.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin-top: 20px;
}
#searchform_holder {
    display: inline-block;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 60px 0px 60px;
}
#searchform {
    padding: 15px 0px 15px 0px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    background-color: #f7f4f7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    vertical-align: top;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 30px;
}
#credits {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #ffffff;
    background: url(/meetingpoint-christmas-2023/img/premier-logo-resteasy-light.png);
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 54px;
}
#creditslight {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    background: url(/meetingpoint-christmas-2023/img/premier-logo-resteasy-dark.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 54px;
    display: none;
}
.location_tbx_holder {
    display: inline-block;
    width: 300px!important;
    margin-left: auto;
    margin-right: auto;
}
#searchform input {
    min-width: 200px;
    width: 250px!important;
    height: 56px;
    padding: 0 15px;
    color: #9f78a3;
    margin-bottom: 15px;
}
#searchform input[type="text"] {
    border-color: #9f78a3;
    border-width: 1px;
    background-color: transparent;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    font-size: 0.8rem;
    min-width: 200px;
    padding-top: 16px;
    padding-bottom: 16px;
}
#searchform input[type="button"],
#searchform input[type="submit"] {
    color: #ffffff;
}
::placeholder /* Chrome, Firefox, Opera, Safari 10.1+ */ { 
    color: #cfbfd1;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder, /* Internet Explorer 10-11 */
::-ms-input-placeholder /* Microsoft Edge */ {
    color: #cfbfd1;
}
#location_holder {
    text-align: center;
    vertical-align: top;
    margin-top: 50px;
}
/* Buttons */
#searchform button,
#button,
#locationAdd,
#locationSubmit,
#resetMap {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    background-color: #9f78a3;
    border-color: #9f78a3;
    border-top-color: #594a5d;
    border-left-color: #594a5d;
    border-bottom-color: #dbb6e5;
    border-right-color: #dbb6e5;
    margin-bottom: 7px;
    color: #fff;
    font-size: 1rem;
    font-family: "proxima-nova", helvetica, arial, sans-serif;
    font-weight: 400;
    border-radius: 3px;
    border-width: 1px;
    width: 100px!important;
    cursor: pointer; 
    margin-left: auto;
    margin-right: auto;
}
#locationSubmit {
    background-color: #02798f;
    border-color: #02798f;
    border-top-color: #024b58;
    border-left-color: #024b58;
    border-bottom-color: #3ca8bc;
    border-right-color: #3ca8bc;
    border-width: 1px;
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
}
#searchform input[type="button"]#locationAdd {
    background-color: #ffffff;
    border-color: #ffffff;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    color: #666666;
    background: url(https://dev.oathstudio.com/meetingpoint-christmas-2023/img/add-icon.png) no-repeat 0px 0px;
    content: "";
    background-size: contain;
    min-width: 200px;
    height: 56px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    font-size: 0.8rem;
}
#searchform input[type="button"]#resetMap {
    background-color: #ffffff;
    border-color: #511e62;
    color: #511e62;
    font-weight: 600;
}

/* 
input[type="button"]:active, 
input[type="submit"]:active, 
input[type="reset"]:active {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
} 
*/
.locationinput {
    width: 45%;
    margin-right: 3%;
    display: block;
}
#buttonholder {
    clear: both;
    text-align: center;
    padding-left: 36px;
    vertical-align: top;
}
#buttonholder input {
    display: block;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

/**
* Results
*/
.infoleft,
.preminnleft {
    width: 90px;
    float: left;
    padding-left: 20px;
}
.preminnleft {
    margin-top: 30px;
}
.inforight,
.preminnright {
    padding-right: 20px;
    margin-left: 100px;
    margin-bottom: 10px;
}
#total {
    width: 40%;
    padding: 20px;
    margin: 30px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    border: 1px #dddddd solid;
    border-radius: 5px;
    background-color: white;
    font-size: 0.875rem;
}
#total:empty {
    display: none;
}
#nearestPI {
    text-align: left;
    width: 45%;
    margin: 30px;
    display: inline-block;
    vertical-align: top;
    border: 1px #dddddd solid;
    border-radius: 5px;
    background-color: white;
    font-size: 0.875rem;
}
#nearestPI:empty {
    display: none;
}
#nearestPI > h2 {
    background-color: #ae9ab5;
    color: #ffffff!important;
    padding-left: 20px;
    font-size: 0.9rem;
    font-weight: 300!important;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 5px;
}
#nearestPI > div {
    background: url("https://dev.oathstudio.com/meetingpoint-christmas-2023/img/premier-inn-logo-box.png") no-repeat 0px 0px;
    background-position: right 0px center;
    content: "";
    background-size: 60px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    margin: 0px 20px 0px 20px;
}
#nearestPI > div:nth-last-of-type(1) {
    border-bottom: 0px none;
}
#nearestPI > div > p {
    width: 75%;
}
#results {
    text-align: center;
    /* padding: 20px 60px 20px 60px; */
}
#results #total {
    padding: 0px;
}
#results #total h1 {
    background-color: #ae9ab5;
    color: #ffffff!important;
    padding-left: 20px;
    font-size: 0.9rem;
    font-weight: 300!important;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 5px;
}
#results #total h1:before {
    content: "Best ";
}
#results #total .infoleft {
    width: 90px;
    float: left;
    padding-left: 45px;
    padding-top: 20px;
}
#results #total .inforight {
    padding-right: 20px;
    padding-top: 10px;
    padding-left: 20px;
    margin-left: 100px;
    margin-bottom: 30px;
}
#results #total .inforight p.nearestPI {
    display: none;
}

.gm-style {
    font-family: "proxima-nova", helvetica, arial, sans-serif;
}
.gm-style-iw-d h1,
.gm-style-iw-d h2,
.gm-style-iw-d h3,
.gm-style-iw-d h4,
.gm-style-iw-d h5,
.gm-style-iw-d h6,
.inforight h1,
.inforight h2,
.inforight h3,
.premminnright h1,
.premminnright h2,
.premminnright h3,
#nearestPI h1,
#nearestPI h2,
#nearestPI h3 {
    color: #511e62;
    font-weight: 600;
}
.inforight h2,
.preminnright h2 {
    line-height: 1.3;
}
.gm-style-iw-d h1 {
    padding-left: 100px;
    padding-top: 0px;
    color: #511e62;
}
.gm-style-iw-d p,
.gm-style-iw-d p span {
    color: #707070;
    font-weight: 400;
    font-size: 0.875rem;
}
#nearestPI p.pi_ttl a:link,
#nearestPI p.pi_ttl a:visited,
#nearestPI p.pi_ttl a:active {
    color: #511e62;
}

/* Styling PI windows */
p.piPHONE,
p.piURL {
    padding: 0px;
}


p.pi_url {
    padding: 0px 20px 0px 0px;
    /* background: url("https://dev.oathstudio.com/meetingpoint-christmas-2023/img/premier-inn-external-web-icon.png") no-repeat 0px 0px; */
    background-position: right;
    content: "";
    background-size: contain;
    display: inline-block;
    margin-left: 0px;
    margin-top: 0px; 
    height: 16px;
}
p.pi_tel {
    padding-top: 0px;
    display: inline-block;
    margin-right: 50px;
}
p.pi_desc {
    color: #511e62;
    margin-left: 40px;
}
p.pi_desc:before {
    color: #9f78a3;
    background: url("https://dev.oathstudio.com/meetingpoint-christmas-2023/img/poi-icon-info.png") no-repeat 0px 0px;
    content: "";
    background-size: contain;
    width: 32px;
    height: 32px;
    position: absolute;
    display: inline-block;
    margin-left: -42px;
    margin-top: 2px;
}
p.journeytimes span {
    color: #511e62;
}
p.journeytimes {
    line-height: 0.9;
    padding-top: 5px;
    padding-bottom: 0px;
}
p.route,
p.locality,
p.postal_town,
p.administrative_area_level_2,
p.postal_code {
    display: block;
    padding: 0;
}
p.route {
    display: none;
}
p.locality {
    display: none;
}
p.postal_town {
    font-size: 1.8rem;
    font-weight: 600;
    color: #511e62;
    padding-bottom: 0px;
}
p.administrative_area_level_2 {
    margin-bottom: 12px;
}
p.postal_code {
    display: none;
}
.gm-style-iw-d p a,
.gm-style-iw-d p a:link,
.gm-style-iw-d p a:visited,
.gm-style-iw-d p a:active,
.inforight p a,
.inforight p a:link,
.inforight p a:visited,
.inforight p a:active,
.premminnright p a,
.premminnright p a:link,
.premminnright p a:visited,
.premminnright p a:active,
#nearestPI p a,
#nearestPI p a:link,
#nearestPI p a:visited,
#nearestPI p a:active {
    color: #511e62;
    font-weight: 400;
    font-size: 0.875rem;
    text-decoration: underline;
    text-decoration-style: dotted;
}
.gm-style-iw-d p a:hover,
.inforight p a:hover,
.premminnright p a:hover,
#nearestPI p a:hover {
    color: #511e62;
    font-weight: 400;
    font-size: 0.875rem;
    text-decoration: underline;
    text-decoration-style: solid;
}
span.number {
    background-color: #511e62;
    border-color: #511e62;
    color: #eeeeee;
    border-radius: 15px;
    width: 26px;
    height: 26px;
    display: inline-block;
    padding: 2px 0px 3px 0px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 11px;
    position: relative;
}
/* .location_tbx_holder:before {
    background: url("https://dev.oathstudio.com/meetingpoint-christmas-2023/img/premier-inn-marker-seperator.png") no-repeat 0px 0px;
    content: "";
    background-size: contain;
    width: 140px;
    height: 100px;
    position: absolute;
    display: inline-block;
    margin-left: -260px;
    margin-top: 23px;
} */
/* .location_tbx_holder {
    margin-left: 140px;
}
.location_tbx_holder_first {
    margin-left: 0px;
} */
.location_tbx_holder_first:before {
    background: none;
}
.gm-style-iw-d p.journeytimes,
.gm-style-iw-d p.journeytimes span {
    font-size: 0.8rem;
}



.title-img {
    font-weight: 100;
	width: 400px;
    max-width: 100%;
	margin-bottom:12px;
    /* background-image: url(https://dev.oathstudio.com/meetingpoint-christmas-2023/img/premier-inn-meet-middle-banner-bgnd.png); */
}
.title-heavy {
    font-family: proxima-nova-bold;
	font-weight: 700;
    display: block;
    padding-left: 20px;
}
#maintext p.minibanner {
    background-image: url(https://dev.oathstudio.com/meetingpoint-christmas-2023/img/premier-inn-meet-middle-minibanner-bgnd.png);
    background-size: 377px 80px;
    background-repeat: no-repeat;
    width: 377px;
    height: 80px;
    padding-left: 80px;
    padding-top: 20px;
    padding-right: 30px;
    font-weight: 700;
    color: #511e62;
    margin-top: 20px;
    font-size: 1rem;
}
p.piPHONE {
    display: none;
}
.poi-notice{
	width:320px;
	max-width:100%;
	margin-top:18px;
}

@media only screen and (max-width: 1200px) {
    #banner {
        height: 320px;
    }
    #searchform input {
        min-width: 200px;
    }
    #buttonholder {
        display: inline-block;
    }
    #maintext .banner {
        /* display: none; */
    }
    #footerbanner {
        display: block;
    }
    .gm-style-iw-d p.journeytimes,
    .gm-style-iw-d p.journeytimes span {
        font-size: 0.75rem;
    }
}
@media only screen and (max-width: 1200px) {
    #mainhead {
        width: 85%;
        display: block;
        padding-top: 50px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: auto;
        margin-right: auto;
        color: #ffffff;
    }
    #maintext {
        width: 85%;
        display: block;
        padding-bottom: 50px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: auto;
        margin-right: auto;
        color: #ffffff;
    }
    #searchform_holder {
        width: 85%;
        display: block;
    }
    #searchform {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 0px;
    }
    #buttonholder {
        display: block;
    }
    #total {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        display: block;
    }
    #nearestPI {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    #footerbanner {
        display: block;
        padding-left: 0px;
        padding-right: 0px;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width: 800px) {
    #banner {
        height: 250px;
    }
    #searchform_holder {
        width: 95%;
    }
    #searchform {
        width: 90%;
    }
    #searchform input {
        min-width: 200px;
    }
    .gm-style .gm-style-iw-c {
        max-width: 400px!important;
        max-height: 180px!important;
        overflow: hidden auto;
    }
}
@media only screen and (max-width: 600px) {
    #banner {
        height: 160px;
    }
    span.number:before {
        background: none;
    }
    p.pi_desc {
        padding-right: 40px;
    }
    .gm-style-iw-d > div > h1 {
        padding-left: 0px;
    }
    .gm-style-iw-d > div > .infoleft {
        display: none;
    }
    .gm-style-iw-d > div > .preminnleft {
        display: none;
    }
    .gm-style-iw-d > div > .inforight {
        margin-left: 0px;
        padding-right: 0px;
    }
    .gm-style-iw-d > div > .preminnright {
        margin-left: 0px;
        padding-right: 0px;
    }
    #searchform_holder {
        width: 100%;
    }
    #searchform {
        width: 95%;
    }
    span.number {
        padding: 1px 0px 3px 0px;
    }
    .gm-style .gm-style-iw-c {
        max-width: 340px!important;
        max-height: 170px!important;
        overflow: hidden auto;
    }
    p.pi_url {
        padding: 0px 20px 0px 0px;
        margin-left: 0px;
    }
    p.nearestPI {
        padding-bottom: 0px;
    }
    p.pi_address {
        padding-top: 5px;
    }
    .gm-style-iw-d h1 {
        padding-top: 0px;
    }
    .gm-style-iw-d p.journeytimes,
    .gm-style-iw-d p.journeytimes span {
        font-size: 0.75rem;
    }
    #map-container {
        max-height: 550px;
    }
}
@media only screen and (max-width: 481px) {
    p.pi_desc {
        padding-right: 40px;
    }
    .gm-style .gm-style-iw-c {
        max-width: 310px!important;
        max-height: 170px!important;
        overflow: hidden auto;
    }
    p.pi_url {
        padding: 0px 20px 0px 0px;
        margin-left: 0px;
    }
}
@media only screen and (max-width: 400px) {
    .gm-style .gm-style-iw-c {
        max-width: 280px!important;
        max-height: 170px!important;
    }
    #searchform_holder {
        padding: 30px 0px 0px 0px;
    }
    #maintext .banner {
        height: 120px;
        font-size: 200%;
        padding-left: 60px;
        padding-top: 20px;
    }
    #maintext p.minibanner {
        background-size: 285px 60px;
        width: 285px;
        height: 60px;
        padding-left: 80px;
        padding-top: 15px;
        padding-right: 30px;
        margin-top: 20px;
        font-size: 0.7rem;
    }
    .title-heavy {
        padding-left: 5px;
    }
}
