﻿.contactFormFullWidthOnPage {
    display: none;
}


h1 {
    display: block;
    margin: 30px auto 45px auto !important;
    width: auto !important;
    max-width: 1450px !important;
    font-size: 2em;
}

    h1 span {
        clear: both;
        display: block;
        font-size: 0.5em;
        color: #017098;
        line-height: 1.8em;
        margin-top: 10px;
    }

    h1:after {
        display: none !important;
    }

#pagetext {
    overflow-x: auto;
    overflow-y: visible;
    height: 62%;
}

#expand {
    font-size: 35px;
    height: 10%;
    z-index: 100;
    background-color: white;
    border: solid 1px #20738B;
    color: #006699;
    padding: 6px;
    z-index: 103;
}

.themaincontent {
    background: url(/lib/aesthetics-graphics/littlemen8.jpg) no-repeat right bottom;
}

@media all and (max-width:1100px) {
    .themaincontent {
        background-image: none !important;
    }
}

.titleRow {
    text-align: right;
    padding-right: 5px;
    color: #0083BE;
}

    .titleRow a {
        color: #0083BE;
    }

table {
    text-align: left;
    margin: 0px auto 0 auto;
}

    table td {
        padding-bottom: 20px;
    }

.contactpage {
    margin: 20px;
    font-size: 1.5em;
    font-weight: unset;
}

    .contactpage span {
        font-size: 2em !important;
    }

@media all and (max-width:600px) {
    .themaincontent {
        text-align: left !important;
    }

    .titleRow {
        min-width: 0px;
        text-align: left;
    }

    table {
        margin: 0;
        width: unset;
    }

    .contactpage {
        margin: 20px 0 0 0;
        font-size: 1.1em;
    }
}

.topColour {
    background: url('/lib/aesthetics-graphics/backgrounds/outlines1/3000.jpg') no-repeat !important;
    position: absolute;
    background-size: cover !important;
    background-position: center !important;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 0.3;
    height: 490px;
    border-bottom: solid 1px #ccc;
    -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
}

@media all and (min-width:1600px) {
    .topColour {
        background: url('/lib/aesthetics-graphics/backgrounds/outlines1/3000.jpg') no-repeat !important;
    }
}

@media all and (max-width:1599px) {
    .topColour {
        background: url('/lib/aesthetics-graphics/backgrounds/outlines1/1500.jpg') no-repeat;
    }

    .topColour {
        background-position: center;
    }
}

@media all and (max-width:800px) {
    .topColour {
        background: url('/lib/aesthetics-graphics/backgrounds/outlines1/800.jpg') no-repeat;
    }
}

@media all and (max-width:600px) {
    .topColour {
        background: url('/lib/aesthetics-graphics/backgrounds/outlines1/500.jpg') no-repeat;
    }
}

.contactLeft, .contactRight {
    display: block;
    margin-top: -15px;
    border: solid 1px #01a8e4;
    border-right: none;
    background-color: rgba(255,255,255,0.98);
    padding: 20px 20px;
    width: 55%;
    box-sizing: border-box;
    float: left;
    -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    min-width: 400px;
}

.contactRight {
    width: 45%;
    padding: 20px 30px;
    background-color: #017098;
}

.contactLeft {
    min-height: 520px;
}

@media all and (max-width:890px) {
    .contactLeft, .contactRight {
        width: 95%;
        margin: 0 auto;
        float: none;
        border: solid 1px #01a8e4;
    }
}

.contactRight *, .contactRight a {
    text-align: left;
    color: #fff;
}

.contactLeft .upnlContact {
    max-width: 550px;
}

#sitecontainer {
    overflow: visible;
}

.footer {
    margin-top: -15px;
}

.miniTitleContact {
    margin: 10px 0 20px 0;
    display: block;
    color: #9ae4fe;
    padding-bottom: 5px;
    width: auto;
    border-bottom: solid 1px #01a8e4;
}

.contactLeft .miniTitleContact {
    color: #0182b2;
}
