@font-face {
    font-family: 'AvenirRegular';
    src: url('AvenirNextLTPro-Regular.eot') format("eot");
    src: local('AvenirNextLTPro-Regular.otf') format("opentype");
}

@font-face {
    font-family: 'AvenirMedium';
    src: url('AvenirNextLTPro-Regular.eot') format("eot");
    src: local('AvenirNextLTPro-Regular.otf') format("opentype");
}

@font-face {
    font-family: 'AvenirDemi';
    src: url('AvenirNextLTPro-Demi.eot') format("eot");
    src: local('AvenirNextLTPro-Demi.otf') format("opentype");
}

@font-face {
    font-family: 'ArialMT';
    src: url('ArialMT.eot') format("eot");
    src: local('ArialMT.otf') format('opentype');
}

/*Guest Wi-Fi page styles start*/

html, body {
    overflow: hidden;
}

body {
    background: url(../img/background2x.jpg) no-repeat top left;
}

.wiFiHeader {
    margin-top: 42px;
    height: 96px;
}

.wiFiContent {
    margin-top: 24px;
}

.guestWiFi {
    width: 248px;
    height: 33px;
    font: 30px ArialMT, Helvetica;
    color: #ffffff;
}

.button {
    height: 40px;
    width: 152px;
    background-color: #006341;
    border: solid 2px #006341;
    margin: 19px auto 0;
    font: 14px AvenirMedium, Helvetica;
    letter-spacing: -0.4px;
    color: #f7f7f7;
    display: inline-block;
    text-decoration: none;
}

.button:hover {
    background-color: #322f2b;
}

.greyBar {
    width: 100%;
    height: 24px;
    background-color: #3d3935;
    margin-top: 20px;
}

.blackBox {
    height: 345px;
    width: 248px;
    background-color: #322f2b;
    text-align: center;
}

.privacyPolicy {
    margin-top: 5px;
}

.wiFiFooter {
    margin-top: 15px;
    font-size: 10px;
    letter-spacing: -0.2px;
}

    .wiFiFooter .hyperText {
        text-decoration: none;
        color: #e6e0db;
        font-family: AvenirDemi, Helvetica;
    }

        .wiFiFooter .hyperText:hover {
            color: #ffffff;
        }

    .wiFiFooter .normalText {
        font-family: AvenirRegular, Helvetica;
        color: #aaaaaa;
    }

.centerBox {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

/*Guest Wi-Fi page styles end*/

/*Terms & Conditions and Privacy Policy page styles start*/

.whiteBox {
    height: 500px;
    width: 500px;
    background-color: #fff;
    box-shadow: 1px 1px 10px #808080;
    overflow-y: scroll;
    overflow-x: hidden;
}

.wholeContent {
    margin: 0px 30px 28px 30px;
    word-wrap: break-word;
}

.pageHeader {
    font-family: AvenirDemi, Helvetica;
    margin-top: 25px;
    text-transform: uppercase;
}

.lastUpdated {
    color: #3d3935;
    font: 12px AvenirMedium, Helvetica;
    margin-bottom: 28px;
}

.pageContent {
    color: #3d3935;
    font: 12px AvenirRegular, Helvetica;
}

.subHeading {
    font: 14px AvenirMedium, Helvetica;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.linkText {
    text-decoration: none;
    width: 132px;
    height: 16px;
    font: 12px AvenirDemi, Helvetica;
    color: #006341;
}

    .linkText:hover {
        color: #33302c;
    }

.lastUpdated, .subHeading {
    margin-top: 28px;
}

.addressText {
    line-height: 0.4;
}

.pageContent .list {
    list-style-type: disc;
}

/*Terms & Conditions and Privacy Policy page styles end*/

/*Media Query start*/

@media only screen and (max-device-width : 736px) {

    .whiteBox {
        height: 100%;
        width: 100%;
    }

    .pageHeader {
        margin-top: 27px;
    }
}

/*Media Query end*/
