body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
h1, h2, h3, h4, .mdl-button {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: bold;
}
.demo-content p {
    font-size: 16px !important;
}
.mdl-card__supporting-text {
    color: rgba(0,0,0,.65) !important;
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v29/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}
#view-source {
    position: fixed;
    display: block;
    right: 0;
    bottom: 0;
    margin-right: 40px;
    margin-bottom: 40px;
    z-index: 900;
}
.title-text {
    font-weight:600;
    margin-top:0px !important;
}
.sub-title_watermelon {
    color:rgb(196, 0, 75) !important;
}
.sub-title_teal {
    color:rgb(33, 143, 163) !important;
}
.sub-title_charcoal {
    color: #5a595b !important;
}
.sub-title_warmGrey {
    color: #938e88 !important;
}
.link {
    text-decoration:none !important;
    color:rgb(26,39,224) !important; 
}
.bg-feature {
    background-image:url(https://www.goldcoast.qld.gov.au/failover/assets-failover/feature-header.png);
    background-color:#218FA3;
    height:400px;
    width:1920px !important;
}
.demo-ribbon {
    width: 100%;
    height: 40vh;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.demo-main {
    margin-top: -40vh;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.demo-header .mdl-layout__header-row {
    padding-left: 40px;
}
.demo-container {
    max-width: 1600px;
    width: calc(100% - 16px);
    margin: 0 auto;
}
.demo-content {
    border-radius: 2px;
    padding: 60px 56px;
}
.demo-content h3 {
    margin-top: 48px;
}
.demo-footer {
    padding-left: 40px;
}
.demo-footer .mdl-mini-footer--link-list a {
    font-size: 13px;
}
.demo-card-wide > .mdl-card__title {
    color: #fff;
    height: 110px;
}
.demo-card-wide > .mdl-card__menu {
    color: #fff;
}
.demo-card-square.mdl-card {
    height: 297px;
}
.demo-card-wide.mdl-card {
    float:left;
    min-height: 250px;
}
.demo-card-square > .mdl-card__title {
    color: #fff;
    background-color:#218FA3;
}
.demo-sub-row {
    padding: 0px 10px !important;
    border-radius: 2px;
}
.mdl-button--icon {
    color:#fff !important;
}
.teal {
    background-color:#218FA3;
}
.watermelon {
    background-color:rgb(196, 0, 75) !important;
}
.charcoal {
    background-color: #5a595b;
}
.warmGrey {
    background-color: #938e88;
}
.left {
    margin-left:20px;
} 
.large {
    width: calc(33.33% - 16px);
}
.fullWidth {
width: calc(66% - 5px);
}
.square {
    width: calc(33.33% - 16px);
}
.mdl-card__actions.mdl-card--border {
    border-top: none !important;
}
.appStoreBadge {
    margin: 0 6px 10px;
}

@media (max-width: 840px) {
    .mdl-cell--8-col, .mdl-cell--8-col-phone.mdl-cell--8-col-phone {
        width: calc(100% - 7px);
    }
    .mdl-cell {
        margin: 0px;
        width: calc(100% - 5px);
    }
    .large {
            width: calc(100% - 5px);
    }
    .fullWidth {
        width: calc(100% - 5px);
        }
    .square {
            width: calc(100% - 5px);
    }
    .left {
            margin-left: 0px !important;
            margin-top:20px !important;
    }
}

/* Generic query - small phone up to iPad resolution */

@media (max-width: 319px) {
    .demo-content {
        padding: 60px 16px;
    }
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
    .demo-content {
        border-radius: 2px;
        padding: 60px 16px;
        margin-bottom: 20px;
    }
    .demo-card-wide.mdl-card {
        width: calc(100% - 5px);
        float:none;
        margin-bottom: 20px;
    }
    .left {
            margin-left: 0px !important;
    }
}

/** Large phones (iPhone 6 - 7+, Nexus 5-6 */
@media only screen 
and (min-device-width : 570px)
and (max-device-width : 840px) {
    .demo-content {
        border-radius: 2px;
        padding: 60px 20px;
        margin-bottom: 20px;
    }
    .demo-card-wide.mdl-card {
        width: calc(100% - 5px);
        float:none;
        margin-bottom: 10px;
    }
    .left {
            margin-left: 0px !important;
    }
    .large {
            width: calc(100% - 5px);
    }
    .square {
            width: calc(100% - 5px);
    }
}

/* Generic query - iPad and larger */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
    .demo-ribbon {
        height: 400px !important;
    }
}

/* Generic query - Desktop and larger */
@media (min-width:1024px) {
    .demo-ribbon {
        height: 530px !important;
    }
    .demo-card-wide.mdl-card {
        margin: 8px;
    }
}

/* iPad pro portrait */
@media (min-device-width : 1024px) 
and (max-device-width : 1024px) 
and (min-device-height : 1366px) 
and (max-device-height : 1366px) 
and (min-width: 1024px) 
and (max-width: 1024px) {
    #feature {
        margin-top: 100px;
    }
}