﻿html, body
{
    margin: 0;
    width: 100%;
    height: auto;
}
body
{
    font-family: Merriweather, sans-serif;
    background-color: #ededed;
    font-size: 14px;
    line-height: 1.5;
}

form
{
    margin: 0;
}

table
{
    font-size: 100%;
}

.table
{
    display: table;
}

.tableRow
{
    display: table-row;
}

.tableCell
{
    display: table-cell;
}

img
{
    border: 0;
}

iframe, video
{
    max-width: 100%;
}

.inner
{
    max-width: 1250px;
    margin: 0 auto;
}
.paddedLR
{
    padding: 0 15px;
}

.inner img
{
    max-width: 100%;
}

a
{
    text-decoration: none;
    color: #998255;
}

h1, h2, h3, h4
{
    margin-top: 0;
}

h1
{
    color: #998255;
}

h2
{
    color: #998255;
}

h3
{
    color: #998255;
}

h4
{
    color: #998255;
}

p
{
    margin: 0 0 15px 0;
}

.clear
{
    clear: both;
}
.clearRight
{
    clear: right;
}
.clearLeft
{
    clear: left;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.textCenter
{
    text-align: center;
}

.hidden
{
    display: none;
}

header
{
    background-color: black;
}
header .logo
{
    position: relative;
    margin-left: 15px;
}
header .logo a
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
header .memberLogin
{
    display: table;
    color: #998255;
    font-weight: bold;
    line-height: 10px;
    margin-top: 13px;
}
@media (max-width: 970px)
{
    header .logo a img
    {
        height: 200px;
    }
}
@media (max-width: 800px)
{
    header .logo a img
    {
        height: 150px;
    }
}
@media (max-width: 600px)
{
    header .memberLogin
    {
        margin-top: 0;
    }

    header .logo a img
    {
        height: 100px;
    }
}
@media (max-width: 500px)
{
    header .logo a img
    {
        height: 75px;
    }
}
header .memberLogin .icon, header .memberLogin .text, header .memberLogin nav
{
    display: table-cell;
    vertical-align: middle;
}
header .memberLogin .icon .img
{
    padding: 10px;
    border: solid 1.5px #998255;
    border-radius: 20px;
    margin-right: 10px;
}
@media (max-width: 430px)
{
    header .memberLogin .text span
    {
        display: none;
    }
}

header .memberLogin .text
{
    padding-right: 10px;
}
header nav.desktop
{
    display: inline-block;
    float: right;
}
footer
{
    background-image: url(../images2/FooterPhoto.png);
    background-size: 100% auto;
    background-position: top left;
    background-repeat: no-repeat;
    background-color: black;
    color: white;
}
footer a
{
    color: white;
}
footer .grad
{
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0) 33%, rgba(0,0,0,1));
}
footer .spacer
{
    /*background-image: url(../images2/FooterWave.png);*/
    background-repeat: repeat-x;
    height: 0;
    padding-top: 21%;
}
footer .middle
{
    text-align: center;
}
footer .middle h2
{
    color: white;
    max-width: 955px;
    margin: 0 auto;
    font-size: 2em;
    line-height: 1.2;
}
footer .middle .membershipEnquiries
{
    display: inline-block;
    background-color: #998255;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    padding: 8px 24px;
    border-radius: 24px;
    margin-top: 23px;
}
footer .middle .innerWave
{
    display: block;
    background-image: url(../images2/InnerWave.png);
    height: 3px;
    max-width: 640px;
    margin: 50px auto 0;
}
footer .lower
{
    background-color: black;
}
footer .lower h3
{
    color: #998255;
    background-color: black;
}
footer .table
{
    width: 100%;
}
footer .lower .address
{
    display: table-cell;
}
footer .lower .phone
{
    display: table-cell;
}
footer .lower .email
{
    display: table-cell;
    width: 40%;
}
@media (max-width: 1200px)
{
    footer .lower .email
    {
        width: auto;
    }
}
footer .privacyPolicy 
{
    display: block;
    font-weight: bold;
    margin: 40px 0;
}
footer .bottom
{
    font-size: 0.9em;
}
footer .bottom img
{
    vertical-align: middle;
    margin-right: 8px;
}
footer .bottom a
{
    font-weight: bold;
}
@media (max-width: 1050px)
{
    footer
    {
        font-size: 0.95em;
    }
}
@media (max-width: 979px)
{
    footer
    {
        font-size: 0.9em;
    }
}
@media (max-width: 950px)
{
    footer .table
    {
        display: block;
    }

    footer .lower .address, footer .lower .phone
    {
        display: block;
        float: left;
        width: 33.33%
    }

    footer .lower .email
    {
        clear: both;
        padding-top: 20px;
        display: block;
    }
}
@media (max-width: 650px)
{
    footer .lower .address
    {
        width: 50%
    }

    footer .lower .phone
    {
        clear: both;
        padding-top: 20px;
        display: block;
    }
}

.content
{
    padding: 15px;
}
.bannerSlideContainer
{
    width: 100%;
    height: 100%;
    position: relative;
}
.bannerSlideContainer img
{
    width: 100%;
}
.bannerSlideContainer .overlay
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
}
.bannerSlideContainer .overlay .inner
{
    margin-top: 10%;
    width: 100%;
    text-align: center;
}
.bannerSlideContainer .overlay .inner h2
{
    color: white;
    font-size: 3em;
    line-height: 1;
}
.bannerSlideContainer .overlay .inner span
{
    color: #998255;
    font-weight: bold;
    font-size: 1.1em;
}
.bannerSlideContainer .wave
{
    /*position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: url(../images2/HeaderWave.png);
    background-repeat: repeat-x;*/
}

@media (max-width: 970px)
{
    .bannerSlideContainer .overlay .inner h2
    {
        font-size: 2em;
    }
}

@media (max-width: 500px)
{
    .bannerSlideContainer .overlay .inner h2
    {
        font-size: 1.5em;
    }
    .bannerSlideContainer .overlay .inner span
    {
        font-size: 0.9em;
    }
}
.contentWithRightCol
{
    margin-bottom: 15px;
}
.contentWithRightCol .left
{
    width: 65.57377049180328%;
}
.contentWithRightCol .right
{
    width: 31.14754098360656%;
}
@media (max-width: 500px)
{
    .contentWithRightCol .left
    {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }

    .contentWithRightCol .right
    {
        width: 100%;
        float: none;
    }
}
/*******************************************************************************************************************************/
.threePromos
{
    margin-bottom: 20px;
}
.homePromos
{
    position: relative;
    margin-top: -9.1%;
    z-index: 2;
    margin-bottom: 25px;
}
.ticCmsEditContentContainer .homePromos
{
    position: static;
    margin-top: 0;
}
.threePromos .promo
{
    background-color: white;
    float: left;
    width: 30.9016393442623%;
    padding: 0.1639344262295082%;
    margin-right: 3.155737704918025%;
}
.threePromos .promo:nth-child(3)
{
    margin-right: 0;
}
.threePromos .promo img
{
    display: block;
    width: 100%;
}
.threePromos .promo .lower
{
    display: table;
    width: 100%;
}
.threePromos .promo .lower .text, .threePromos .promo .lower .arrow
{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 80px;
    font-size: 1.2em;
    font-weight: bold;
}
.threePromos .promo .lower .text
{
    width: 78.77984084880637%;
    background-color: white;
}
.threePromos .promo .lower .arrow
{
    width: 80px;
    font-size: 1.7em;
    background-color: #ededed;
}
@media (max-width: 750px)
{
    .threePromos
    {
        margin-top: -3%;
    }
}
@media (max-width: 500px)
{
    .threePromos
    {
        margin-top: 3%;
    }
    .threePromos .promo
    {
        background-color: white;
        float: none;
        width: 99%;
        padding: 0.5%;
        margin-right: 0%;
    }
}

/*******************************************************************************************************************************/

.titleCrumbs
{
    margin-top: 120px;
}
.titleCrumbs h1
{
    margin: 0;
    padding: 0;
    color: #998255;
    font-size: 2.3em;
}
.crumbs
{
    margin-top: 10px;
}
.crumbs a
{
    color: black;
}

.whitePadded
{
    background-color: white;
    padding: 15px;
    margin: 15px 0;
}

.arrowLink
{
    display: table;
    width: 100%;
    margin: 15px 0;
}
.arrowLink .text, .arrowLink .arrow
{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 80px;
    font-size: 1.2em;
    font-weight: bold;
}

.arrowLink .text
{
    width: 78.77984084880637%;
    background-color: white;
}

.arrowLink .arrow
{
    width: 80px;
    border: solid 2px white;
    font-size: 1.7em;
    background-color: #dddddd;
}
.MainHeading
{
    color: #998255;
    font-size: 1.6em;
    font-weight: normal;
    font-style: normal;
}

.SubHeading
{
    color: #998255;
    font-size: 1.2em;
    font-weight: normal;
    font-style: normal;
}
.DoubleLineHeight
{
    line-height: 2;
}
.TwoPointFiveLineHeight
{
    line-height: 2.5;
}