﻿/* -------------------------------- 

Primary style

-------------------------------- */
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #e7eaf0;
}

/* -------------------------------- 

Main components 

-------------------------------- */
header h1 {
    color: #ffffff;
    font-size: 20px;
    font-size: 1.25rem;
}

#google-containerAddress {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #e7eaf0;
}

#google-containerH9W {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #e7eaf0;
}

#google-containerWeekendBus {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #e7eaf0;
}

@media only screen and (min-width: 768px) {
    #google-containerAddress {
        height: 300px;
    }

    #google-containerH9W {
        height: 300px;
    }

    #google-containerWeekendBus {
        height: 300px;
    }
}

@media only screen and (min-width: 1170px) {


    #google-containerAddress {
        height: 600px;
    }

    #google-containerH9W {
        height: 600px;
    }

    #google-containerWeekendBus {
        height: 600px;
    }
}

#cd-google-map {
    position: relative;
}

    #cd-google-map address {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 1em 1em;
        background-color: rgba( 0, 114, 187, 1 );
        color: #ffffff;
        font-size: 13px;
        font-size: 0.8125rem;
    }

@media only screen and (min-width: 768px) {
    #cd-google-map address {
        font-size: 15px;
        font-size: 0.9375rem;
        text-align: center;
    }
}

#cd-google-mapH9W {
    position: relative;
}

    #cd-google-mapH9W address {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 1em 1em;
        background-color: rgba( 0, 114, 187, 1 );
        color: #ffffff;
        font-size: 13px;
        font-size: 0.8125rem;
    }

@media only screen and (min-width: 768px) {
    #cd-google-mapH9W address {
        font-size: 15px;
        font-size: 0.9375rem;
        text-align: center;
    }
}

#cd-zoom-in, #cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-color: rgba( 0, 114, 187, 1 );
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-controller.svg");
}

.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
    background-color: #3E9EC5;
}

@media only screen and (min-width: 768px) {
    #cd-zoom-in, #cd-zoom-out {
        margin-left: 50px;
    }
}

#cd-zoom-in {
    background-position: 50% 0;
    margin-top: 10px;
    margin-bottom: 1px;
}

@media only screen and (min-width: 768px) {
    #cd-zoom-in {
        margin-top: 50px;
    }
}

#cd-zoom-out {
    background-position: 50% -32px;
}

#cd-zoom-inH9W, #cd-zoom-outH9W {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-color: rgba( 0, 114, 187, 1 );
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-controller.svg");
}

.no-touch #cd-zoom-inH9W:hover, .no-touch #cd-zoom-outH9W:hover {
    background-color: #3E9EC5;
}

@media only screen and (min-width: 768px) {
    #cd-zoom-inH9W, #cd-zoom-outH9W {
        margin-left: 50px;
    }
}

#cd-zoom-inH9W {
    background-position: 50% 0;
    margin-top: 10px;
    margin-bottom: 1px;
}

@media only screen and (min-width: 768px) {
    #cd-zoom-inH9W {
        margin-top: 50px;
    }
}

#cd-zoom-outH9W {
    background-position: 50% -32px;
}

#contact dl {
    text-align: left;
    margin: 1em;
}

    #contact dl.alt dt {
        width: 10em;
    }
