﻿body {
    color: #333;
    font-size: 100%;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    height: 100%;
    clear: both;
    background-color: #FFF;
}

/*campaign*/
.campaignbar{
    width:960px;
    height: 190px;
}
A.campaignlink:link {
    display: block;
    width: 100%;
    height: 100%;
}
.logobar {
    width: 100%;
    height: 140px;
    padding-top: 5px;
}

.logobar-inner{
    width:1100px;
    margin-left:auto;
    margin-right:auto;
    text-align:left !important;
}

.logo {
    width: 100%;
    height: 10vh;
    max-height: 60px;
    min-width: 60px;
    margin-top: 30px;
    margin-left:0px;
}
.logosmall {
    left: 0;
    right: 0;
    width: 100%;
    height: 50vw;
    max-height: 60px;
    min-width: 60px;
    margin-top: 5px;
    z-index: 5;
    background-color: FFF;
}
/*Transparent Overlay*/
.topoverlaybar {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 154px; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
.topoverlaymenu {
    left: 0;
    right: 0;
    top: 110px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    z-index: 10;
    position: fixed;
    color:#FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    border-top:solid 2px dimgray;
}
.menubutton{
    width:20%;
    text-align:center;
    height:40px;
    line-height:40px;
    float:left;
}
/*Menus*/
.blackbar{
    position:fixed;
    width:100%;
    height:40px;
    line-height:40px;
    background-color:#000;
    color:#FFF;
    z-index:4;
}

/*-------Standards-------*/
.columncenter{
    margin-left:auto;
    margin-right:auto;
}
.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}
li {
    margin-left: 20px;
    font-size: 0.85em;
}
.strong {
    font-weight: bold;
    text-align:left !important;
}
p {
    margin-bottom:14px;
    font-size:0.85em;
}
.bigtext{
    font-size:1.4em;
}
span {
    text-align: justify;
    text-justify: inter-word;
}
.middle {
    /* IE 7 hack */
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.bottom {
    bottom: 0;
}

.overflowhide {
    overflow: hidden;
}

.showmobile {
    display: none !important;
    ;
}
.uppercase {
    text-transform: uppercase;
}
.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/*Text Align*/
.center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.justify {
    text-align: justify;
}
.titles{
    width:50%;
    margin: 0 0 0 3%;
}
/*Text Colours*/
.whitetext {
    color: #FFF;
}

.upper {
    text-transform: uppercase;
}

/*Fonts*/


/*Image Variables*/
.cover {
    object-fit: cover;
}

.nocover {
    object-fit: none;
}

img {
    width: 100%;
    height: 100%;
    z-index:1;
}

.barbreak {
    font-size: 1.2em;
    letter-spacing: 5px;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
/*Padding*/
.padding10 {
    padding: 10px;
}

.padding-hoz-st {
    padding: 0px 10px 0px 10px;
}

.padding-vertical {
    padding: 10px 0px 10px 0px;
}

.padding-hoz {
    padding: 0px 10px 0px 10px;
}

.margin-bottom {
    margin-bottom: 15px;
}
.margin-right {
    margin-right: 2%;
}
.margin-vertical {
    margin-top: 10px;
    margin-bottom:10px;
}

.margin-top {
    margin-top: 20px;
}
.bigmargin-top {
    margin-top: 5vh;
}
.curve {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.curvetop {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.content-contain {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.content-contain-thin {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}


/*Links*/
a:link, a:visited {
    color: #9AB056;
    text-decoration: none;
}

a:hover {
    color: #FE9808;
    text-decoration: none
}

A.interestbutton:link {
    padding: 5px;
    max-width: 300px;
    color: white !important;
    display: block;
    background: #fe9808;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto 20px auto;
    text-align:center;
}

A.interestbutton:visited {
    padding: 5px;
    color: white !important;
    display: block;
    background: #fe9808;
}

A.interestbutton:hover {
    background: #ff6a00;
    color: white !important;
}


A.interestbutton2:link {
    padding: 5px;
    max-width: 300px;
    color: white !important;
    background-color:#BB986B;
    display: block;
    border:solid 1px #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto 20px auto;
    text-align: center;
}

A.interestbutton2:visited {
    padding: 5px;
    color: white !important;
    display: block;
}

A.interestbutton2:hover {
    background: #856b43;
    color: white !important;
}


A.mainbutton:link {
    padding: 20px;
    max-width: 250px;
    color: white !important;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto 20px auto;
    text-align: center;
    font-size: 1.0em;
    border-radius: 5px;
    border: 2px solid white;
}

A.mainbutton:visited {
    padding: 5px;
    color: white !important;
    display: block;
    background: #c71119;
}

A.mainbutton:hover {
    background: white;
    color: black !important;
}

A.mainbuttonsmall:link {
    padding: 10px;
    max-width: 250px;
    color: white !important;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto 20px auto;
    text-align: center;
    font-size: 0.7em;
    border-radius: 5px;
    border: 2px solid white;
}

A.mainbuttonsmall:visited {
    padding: 5px;
    color: white !important;
    display: block;
    background: #c71119;
}

A.mainbuttonsmall:hover {
    background: white;
    color: black !important;
}



a.whitelink:link {
    color: #FFF;
}
a.whitelink:visited {
    color: #FFF;
}
a.whitelink:hover {
    color: #FE9808;
}


.post-preview {
    max-width: 100%;
    overflow: hidden;
    position: relative; /* new stuff from here down... */
}

.overlaylink {
    display: none;
    text-align: center;
    background: rgba(20, 20, 40, .8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    font-size: 1.5rem;
}

.post-preview:hover .overlaylink {
    display: block;
}



/*Backgrounds*/
.greyback {
    background: rgba(44,47,53, 0.8);
    color: #FFF;
}
.brownback {
    background: #746960;
    color: #FFF;
}
.lightgreyback {
    background: #f1f1f1;
}

.darkgreyback {
    background: #2c2f35;
}

.rowhighlight {
    background-color: #e0e0e0;
}

.no-opacity {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.whiteback {
    background-color: #fff;
}

.borderbottom {
    border-bottom: 1px solid dimgray;
}
.bordertop {
    border-top: 1px solid #746960;
}

.border {
    border: 1px solid rgba(224, 224, 224, 0.7);
}

.greyline {
    width: 100%;
    border: 0;
    height: 1px;
    background: #d6d6d6;
}

/*Layout Grid*/
.gridside{
    width:1%;
    min-width:1%;
    float:left;
}
.gridmain {
    width: 98%;
    margin-left:auto;
    margin-right:auto;
}


/*Column Master Set*/
/*--------------------Columns-----------------------*/
.column00 {
    width: 2%;
    margin: 6px 0 10px 0px;
}

.column1 {
    width: 10%;
}

.column1-template {
    width: 4%;
    margin: 10px 0 10px 0px;
}
.column2 {
    width: 16.66666667%;
    margin: 10px 0 10px 0;
}
.column2b {
    width: 18.33%;
    margin: 10px 0 10px 0;
}
.column3 {
    width: 25%;
    margin: 10px 0 20px 0;
}
.column3-gallery {
    width: 23%;
    margin: 10px 1% 20px 1%;
}
.column3bare {
    width: 23%;
}

.column4 {
    width: 31.33333333%;
    margin: 0 1% 0 1%;
}

.column4image {
    width: 31.33333333%;
}


.column5 {
    width: 39.66666667%;
    margin: 0 1% 0 1%;
}

.column6 {
    width: 50%;
}

.column6f {
    width: 48%;
}

.column6b {
    width: 45%;
    margin: 0 2% 0 2%;
}

.column7 {
    width: 58.33333333%;
}

.column8 {
    width: 66.66666667%;
}
.column8-news {
    width: 66.66666667%;
    margin: 10px 0 10px 0;
}

.column9 {
    width: 75%;
    margin: 10px 0 10px 0;
}

.column10 {
    width: 80%;
}

.column11 {
    width: 91.66666667%;
    margin: 10px 0 10px 0;
}

.column11a {
    width: 91.66666667%;
    margin: 20px 0 10px 10px;
}

.column12 {
    width: 100%;
}

.column-button {
    width: 16.66666667%;
    margin: 10px 0 10px 0;
}

.column-search {
    width: 83.33333333%;
    margin: 10px 0 10px 0;
}


.column99 {
    width: 96%;
}

/*Header*/
.header {
    width: 100%;
    background-color: #FFF;
    height: 120px;
    line-height: 120px;
    position: relative;
    top:0;
}


/*Footer*/
.footer {
    color: white;
    float: left;
    width: 100%;
    min-height: 300px;
    background-color: #1B1B1F;
    font-size: 0.8em;
}

.footerlinks {
    margin-bottom: 10px;
    width: 100%;
    font-size: 12px;
}

.footersocial {
    width: 40px;
    margin: 0px 10px 0 0;
    display: inline-block;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/*Fields & Forms*/
/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 100%;
}

/*SELECT*/
select {
    color: #FFF;
    width: 100%;
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #444444;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

select select{
    background-color:#FFF;
}

textarea {
    font-family: inherit;
    width: 90%;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #fe9808;
    color: #FFF;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
}


/*Mobile*/
@media only screen and (max-width : 740px) {

    A.mainbutton:link {
        padding: 20px;
        max-width: 400px;
        font-size: 1.2em;
    }

    .topoverlaybar {
       display:none;
    }
    .titles {
        width: 94%;
        margin: 0 0 0 3%;
    }
    .padding-hoz-st {
        padding: 0px 0px 0px 0px;
    }

    /*Column Master Set*/
    /*--------------------Columns-----------------------*/
    .column00 {
        width: 2%;
        margin: 6px 0 10px 0px;
    }

    .column01 {
        width: 6.33333333%;
        margin: 10px 0 10px 0px;
    }

    .column1 {
        width: 8.33333333%;
        margin: 10px 0 10px 0px;
    }

    .column2 {
        width: 100%;
        margin: 10px 0 10px 0;
    }

    .column3 {
        width: 48%;
        margin: 10px 1% 20px 1%;
        text-align:center;
    }
    .column3-gallery {
        width: 98%;
        margin: 10px 1% 20px 1%;
    }
    .column4 {
        width: 100%;
        margin: 0 0 0 0;
    }
    .column4image {
        width: 100%;
        margin: 0 0 0 0;
    }

    .column5 {
        width: 100%;
        margin: 10px 0 10px 2%;
    }

    .column6 {
        width: 50%;
        margin: 10px 0 10px 0;
    }

    .column6f {
        width: 100%;
        overflow: hidden;
        padding: 0 0 0 0;
    }

    .column6b {
        width: 100%;
        margin: 10px 0 10px 0;
    }

    .column7 {
        width: 100%;
        margin: 10px 0 10px 0;
    }

    .column8 {
        width: 100%;
        margin: 10px 0 10px 0;
    }
    .column8-news {
        width: 66.66666667%;
        margin: 10px 0 10px 0;
    }

    .column9 {
        width: 100%;
        margin: 10px 0 10px 0;
    }

    .column10 {
        width: 83.33333333%;
        margin: 10px 0 10px 0;
    }

    .column11 {
        width: 91.66666667%;
        margin: 10px 0 10px 0;
    }

    .column11a {
        width: 91.66666667%;
        margin: 20px 0 10px 10px;
    }

    .column12 {
        width: 100%;
        margin: 0 0 0 0;
    }

    .column-button {
        width: 100%;
        text-align: center;
    }

    .column-search {
        width: 96%;
    }


    .hidemobile {
        display: none;
    }
    .showmobile {
        display: block !important;
        ;
    }
    .mobilecenter {
        text-align: center;
        padding: 10px 0 10px 0;
        width: 100%;
    }

    .barbreak {
        font-size: 0.8em;
    }
    .blackbar {
        position: fixed;
        width: 100%;
        height: 120px;
        line-height: 40px;
        background-color: #000;
        color: #FFF;
        z-index: 4;
    }
    A.mainbutton:link {
        padding: 10px;
        max-width: 150px;
        color: white !important;
        display: block;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin: 0 auto 20px auto;
        text-align: center;
        font-size: 1.0em;
        border-radius: 5px;
        border: 2px solid white;
    }
}

