﻿@charset "utf-8";
@import "header.css";

/* ==== Global element styles ================================================ */

body {
    font: 14px/1.5em 'Droid Sans', Arial,Sans-Serif;
    color: #3c3f42;
    /*background: url("/images/bodybg.png") left 13.5em repeat-x #ececec;*/
}

h1, h2, h3, h4, h5, h6 {
    font: normal 1em/normal 'TitilliumMedium', Arial, Sans-Serif;
    text-transform: uppercase;
    margin: 1em 0;
}

h1 {
    text-transform: capitalize;
}

h1 {
    font-size: 2.3em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.25em;
}

h5 {
    font-size: 1.15em;
}

h6 {
    font-size: 1em;
}

h2.smaller {
    font-size: 1.3em;
}

.info-point {
    text-transform: none;
}

h2.info-point {
    font-size: 22px;
    padding: 10px 0 10px 10px;
    margin: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.info-point:before {
    background: #267345;
    content: "i";
    font-size: 12px;
    color: #fff;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    margin: 0 10px 0 0;
    border-radius: 4px;
    text-transform: lowercase;
    font-weight: bold;
    font-family: serif;
    position: relative;
    top: -2px;
}

a[href$=".doc"].info-point,
a[href*="/doc/"].info-point {
    background-position: 28px top;
}

    a[href$=".doc"].info-point:before,
    a[href*="/doc/"].info-point:before {
        left: -23px;
    }

.large {
    font-size: 1.1em;
}

.larger {
    font-size: 1.35em;
    line-height: 1.45em;
}

img[align="right"] {
    float: right;
    clear: right;
}

a {
    color: #C6610C;
    text-decoration: none;
    -moz-transition: all 0.15s ease-in 0s;
    -webkit-transition: all 0.15s ease-in 0s;
    -ms-transition: all 0.15s ease-in 0s;
    transition: all 0.15s ease-in 0s;
}

    a[href$=".doc"],
    a[href*="/doc/"] {
        display: inline-block;
        padding-left: 22px;
        background: url("/images/word-logo.png") no-repeat left 3px;
    }

    a[href$=".pdf"],
    a[href*="/pdf/"],
    a.pdf {
        display: inline-block;
        padding-left: 22px;
        background: url("/images/pdf-logo.png") no-repeat left 3px;
    }

    .styled-link,
    a.styled-link {
        color: #fff;
        display: inline-block;
        padding: 0.4em 1em;
        border-radius: 3px;
        text-shadow: 0 1px 0 rgba(0,0,0,0.4);
        text-transform: uppercase;
        margin: 0.2em;
        border: none;
    }

        .styled-link.full {
            display: block;
            text-align: center;
        }

        .styled-link.col {
            margin-left: 3%;
            margin-right: 0;
        }

            .styled-link.col.alpha {
                margin-left: 0;
            }

        .styled-link.col {
            text-align: center;
        }

        .styled-link,
        .highlight-section,
        .styled-link.green:hover {
            background: #ff8200; /* Old browsers */
            background: -moz-linear-gradient(top, #ff8200 0%, #e85d09 100%); /* FF3.6+ */
            background: -webkit-linear-gradient(top, #ff8200 0%,#e85d09 100%); /* Chrome10+,Safari5.1+ */
            background: linear-gradient(to bottom, #ff8200 0%,#e85d09 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8200', endColorstr='#e85d09',GradientType=0 ); /* IE6-9 */
        }

            .styled-link:hover,
            .styled-link.green {
                background: rgb(128,169,46); /* Old browsers */
                background: -moz-linear-gradient(top, rgba(128,169,46,1) 0%, rgba(94,138,6,1) 100%); /* FF3.6+ */
                background: -webkit-linear-gradient(top, rgba(128,169,46,1) 0%,rgba(94,138,6,1) 100%); /* Chrome10+,Safari5.1+ */
                background: linear-gradient(top, rgba(128,169,46,1) 0%,rgba(94,138,6,1) 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a92e', endColorstr='#5e8a06',GradientType=0 ); /* IE6-9 */
            }

            .styled-link.smaller,
            a.styled-link.smaller {
                font-size: 0.86em;
                padding: 0.2em 0.7em;
                text-transform: none;
            }

.links-list .styled-link {
    display: block;
}

.highlight-section {
    color: #fff;
    padding: 1em;
    margin: 1em 0;
    border-radius: 4px;
}

    .highlight-section a {
        color: #273b00;
    }

.dgreen {
    color: #2c643e;
}

.orange {
    color: #ff8d2c;
}

.white {
    color: #fff;
}

.red {
    color: #c00;
}

.bright {
    color: #FFA500;
}

.large {
    font-size: 1.4em;
}

.lead {
    font-size: 12pt;
    color: #57815b;
}

.c-align {
    text-align: center !important;
}

.j-align {
    text-align: justify !important;
}

.l-align {
    text-align: left !important;
}

.r-align {
    text-align: right !important;
}

.no-margin {
    margin: 0 !important;
}

.inline-list {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

/* ==== Generic box styles =========================================== */

.headed-box {
    border: 1px solid #57815B;
    padding: 16px;
    border-radius: 3px;
    margin-bottom: 16px;
}

.headed-box__title {
    color: #fff;
    background: #57815B;
    padding: 16px;
    width: 100%;
    margin: -16px 0 16px -16px;
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
}

    .headed-box__title h3 {
        margin: 0;
        font-size: 22px;
    }

    .headed-box__title a {
        color: #fff;
    }

        .headed-box__title a.small {
            font-size: 12px;
        }

        .headed-box__title a.yellow {
            color: #ffd700;
        }



.headed-box__title__sub {
    font-size: 14px;
}

/* titled- column */


.titled-column {
    border: 1px solid green;
    padding: 16px;
}

.titled-column__title {
    background: #EFEFEF;
    margin: 1em 0 1em -16px;
    padding: 1em 16px;
    width: 100%;
    text-align: center;
}

    .titled-column__title:first-child {
        margin-top: -16px;
    }

.titled-column h4 {
    color: #196733;
    text-transform: none;
    font-size: 16px;
    font-weight: bold;
    font-family: "Droid Sans", sans-serif;
}

.titled-column a {
    color: #696969;
}

.orange-box {
    background: #FE8000;
    color: #fff;
    padding: 1em;
    font-weight: bold;
    font-size: 18px;
}

    .orange-box a {
        color: #fff;
    }

.boxout {
    background: #ff8d2c;
    color: #fff;
    padding: 10px;
    float: right;
    margin: 10px 0 10px 10px;
    max-width: 20%;
    text-align: center;
}

    .boxout:hover {
        background: #dd6b2c;
        color: #fff;
    }

    .boxout strong {
        background: #ff0;
        color: #000;
        display: inline-block;
        padding: 3px;
    }

#cms-content .information-list ul {
    margin: 1em 0;
    list-style: none;
    padding: 0 1em;
}

#cms-content .information-list li {
    padding: 5px 0;
    background: none;
}

/* ==== Global layout ================================================ */

.site-content {
    padding-top :10px;
    background:#ECECEC  url("/images/bodybg.png") repeat-x scroll left top;
}

.container {
    width: 90%;
    max-width: 1400px;
    min-width: 1024px;
    margin: 0 auto;
}

.cleared {
    clear: both;
}

#ast-form-link {
    float: left;
    left: 80px;
    position: relative;
    top: 18px;
    display: block;
}

    #ast-form-link img {
        width: 100%;
    }

section[role="main"] {
    border-radius: 3px 3px 0 0;
    background: #fff;
    margin: 1em auto 0;
}

#cms-content {
    padding: 0 2.14em;
}

.subnav #cms-content {
    padding: 0;
}

#related-content {
    border-top: 1px dotted #c5c5c5;
    margin: 2em 0;
    padding: 0 2.14em;
    clear: both;
}

    #related-content ul {
        padding: 0;
        list-style: none;
    }

    #related-content li {
        background: url("/images/green-arrows.png") no-repeat left center;
        padding: 0 0 0 1em;
        float: left;
        width: 30%;
        font-size: 0.86em;
        line-height: 1.4em;
    }

#cta-col {
    padding: 0 1em 0 0;
}

    #cta-col img {
        max-width: 100%;
    }

.cta-img {
    display: block;
    margin: 2em 0;
}

#cta-col .green-title-section .styled-link {
    font-size: 12px;
    display: block;
    text-align: center;
}

#site-footer,
#site-credits {
    background: #507021;
    color: #fff;
    max-width: 1340px;
    min-width: 920px;
    padding: 30px;
}

#site-footer {
    margin-top: 20px;
}

    #site-footer h5 {
        text-transform: none;
        color: #d8d8d8;
        margin: 1em 0;
    }

    #site-footer nav h5 {
        margin: 0 0 1em;
    }

    #site-footer nav a {
        color: #90b953;
        display: block;
        border-top: 1px dotted #90b953;
        font-size: 0.83em;
        padding: 0.3em 0;
    }

    #site-footer nav h5 + a {
        border: none;
    }

    #site-footer nav a:hover {
        color: #fff;
    }

    #site-footer h5 a {
        color: #d8d8d8;
        border: none;
        padding: 0;
        font-size: 1em;
    }

#site-credits {
    background: #344c11;
    font-size: 0.86em;
}

    #site-credits a {
        color: #fff;
    }

#cred-right {
    text-align: right;
}

    #cred-right ul {
        margin: 0;
        padding: 0;
        color: #F58220;
        display: inline-block;
        vertical-align: middle;
    }

    #cred-right li {
        float: left;
        margin: 0 10px;
    }

        #cred-right li:first-child {
            list-style: none;
        }

/* ==== Homepage layout ================================================ */

.home-strapline {
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    .home-strapline {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

    .home-strapline h1 {
        color: #2C643E;
        font-size: 24px;
        font-weight: normal;
        font-family: "TitilliumLight", arial, sans-serif;
        line-height: 1.3;
        text-align: center;
        margin: 0;
    }

    @media only screen and (min-width: 640px) {
        .home-strapline h1 {
            font-size: 30px;
        }
    }

    @media only screen and (min-width: 768px) {
        .home-strapline h1 {
            font-size: 20px;
            width: 55%;
            float: left;
            padding-left: 20px;
            text-align: left;
        }
    }

#home-content {
    max-width: 1340px;
    min-width: 920px;
}

.most-popular {
    background: #e1e6d7;
    padding: 1em;
    border-radius: 3px;
}

    .most-popular h3 {
        font-size: 1.4em;
        margin: 0 0 0.7em;
        text-transform: none;
    }

    .most-popular ol {
        list-style: none;
        margin: 1em 0;
        padding: 0;
    }

    .most-popular li {
        position: relative;
        padding-right: 20px;
        background: #c2ccad;
        min-height: 25px;
    }

        .most-popular li:hover,
        .most-popular li:hover a {
            background-color: #b6d673;
            color: #ff8d2c;
        }

        .most-popular li .num {
            position: absolute;
            top: 50%;
            right: 0;
            font: 0/0 a;
            margin-top: -11px;
        }

        .most-popular li .num::after {
            content: "";
            background: url("/images/1-10.png") no-repeat right top #c2ccad;
            width: 20px;
            height: 22px;
            top: 0;
            right: 0;
            position: absolute;
            /*margin-top: -11px;*/
        }

        .most-popular li:hover .num::after {
            background-color: #B6D673;
        }

        .most-popular li.p01 .num::after {
            background-position: -14px top;
        }

        .most-popular li.p02 .num::after {
            background-position: -14px -27px;
        }

        .most-popular li.p03 .num::after {
            background-position: -14px -54px;
        }

        .most-popular li.p04 .num::after {
            background-position: -14px -81px;
        }

        .most-popular li.p05 .num::after {
            background-position: -14px -108px;
        }

        .most-popular li.p06 .num::after {
            background-position: -14px -135px;
        }

        .most-popular li.p07 .num::after {
            background-position: -14px -162px;
        }

        .most-popular li.p08 .num::after {
            background-position: -14px -189px;
        }

        .most-popular li.p09 .num::after {
            background-position: -14px -216px;
        }

        .most-popular li.p10 .num::after {
            background-position: -4px bottom;
            width: 30px;
        }

        .most-popular li.p01:hover .num::after {
            background-position: right top;
        }

        .most-popular li.p02:hover .num::after {
            background-position: right -27px;
        }

        .most-popular li.p03:hover .num::after {
            background-position: right -54px;
        }

        .most-popular li.p04:hover .num::after {
            background-position: right -81px;
        }

        .most-popular li.p05:hover .num::after {
            background-position: right -108px;
        }

        .most-popular li.p06:hover .num::after {
            background-position: right -135px;
        }

        .most-popular li.p07:hover .num::after {
            background-position: right -162px;
        }

        .most-popular li.p08:hover .num::after {
            background-position: right -189px;
        }

        .most-popular li.p09:hover .num::after {
            background-position: right -216px;
        }

        .most-popular li.p10:hover .num::after {
            background-position: right bottom;
        }

        .most-popular li a {
            background: #c2ccad;
            margin: 3px 0;
            padding: 0 0 0 1em;
            border-left: 5px solid #4e5441;
            color: #4e544f;
            display: block;
            line-height: 1.8em;
        }

.newsletter-join {
    display: block;
    padding: 0.7em;
    background: url("/images/newsletter-signup-bg.jpg") no-repeat left top #bfc0cb;
    font: 1.15em/1em 'TitilliumMedium', arial, sans-serif;
    text-align: right;
    color: #373737;
    border-radius: 3px;
}

    .newsletter-join span {
        display: block;
        font-size: 0.83em;
        color: #4f7305;
    }

    .newsletter-join:hover,
    .newsletter-join:hover span {
        color: #fff;
    }

.newsadhomepage {
    display: block;
    padding: 0.7em;
    background: url("/images/newsadhomepage-bg.jpg") no-repeat left top #bfc0cb;
    font: 1.15em/1em 'TitilliumMedium', arial, sans-serif;
    text-align: right;
    color: #373737;
    border-radius: 3px;
}

    .newsadhomepage span {
        display: block;
        font-size: 0.83em;
        color: #4f7305;
    }

    .newsadhomepage:hover,
    .newsadhomepage:hover span {
        color: #fff;
    }


.home-feature,
.page-start {
    background: url("/images/home-feature-bg.jpg") no-repeat center center #979298;
    border-radius: 3px;
    color: #d4d4d5;
    position: relative;
    height: 300px;
    font-size: 1em;
}

#tenancy-agreement {
    background: url("/images/tenancy-agreement-bg.jpg");
}

#starting-tenancy {
    background: url("/images/starting-tenancy-bg.jpg");
}

#managing-tenancy {
    background: url("/images/managing-tenancy-bg.jpg");
}

#ending-tenancy {
    background: url("/images/ending-tenancy-bg.jpg");
}

#lettings-legislation {
    background: url("/images/lettings-legislation-bg.jpg");
}

#letting-agents {
    background: url("/images/letting-agents-bg.jpg");
}

.page-start {
    margin: 2em 0;
}

    .home-feature .feature-content,
    .page-start .feature-content {
        background: rgba(0,0,0,0.6);
        position: absolute;
        bottom: 2em;
        left: 2em;
        padding: 1em;
        line-height: 1.3em;
        width: 60%;
    }

.no-rgba .home-feature .feature-content,
.no-rgba .page-start .feature-content {
    background: url("/images/rgba_0-0-0-0.6.png");
}

.home-feature .feature-content h2,
.page-start .feature-content h1 {
    margin: 0 0 1em;
}

.page-start .feature-content p {
    font-size: 1.2em;
    line-height: 1.3em;
}

a.home-join-cta {
    color: #642f00;
    text-transform: none;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(255,255,255,0.3);
    display: block;
    font: 1.26em/1em 'TitilliumMedium', Arial, Sans-Serif;
    line-height: 3em;
    margin: 2.5em 0 1em;
    position: relative;
}

a.restricted.home-join-cta {
    line-height: 1.8em;
}

.home-join-cta img {
    bottom: -2em;
    position: absolute;
    right: 0;
}

.home-col {
    font-size: 0.86em;
    line-height: 1.7em;
    margin-bottom: 1.5em;
    padding: 0 10px;
}

    .home-col h3 {
        font-size: 1.4em;
    }

    .home-col img {
        max-width: 100%;
        border: 1px solid #ccc;
        display: block;
        margin: 0 auto;
    }

/* ==== Further page layout ================================================ */

.content-nav-toggle {
    display: block;
    text-align: center;
    background: #465F14;
    color: white;
    padding: 10px;
    cursor: pointer;
}

.content-nav-toggle:hover {
    background: rgba(48,94,4,1);
    color: #fff;
}

.page-search {
    display: flex;
    margin: 10px;
}

@media only screen and (min-width: 640px) {
    .page-search {
        width: 34%;
        margin: 0 10px 0 0;
        float: right;
    }
}

    .page-search label {
        display: none;
        font: 24pxem/30px 'TitilliumLight', arial, sans-serif;
        color: #465F14;
        text-transform: lowercase;
        vertical-align: bottom;
        width: 32%;
        margin: 0 2% 0 0;
        text-align: right;
    }

    @media only screen and (min-width: 640px) {
        .page-search label {
            display: inline-block;
            font-size: 20px;
            line-height: 34px;
        }
    }

        .page-search input {
            flex: 1 0 auto;
            margin: 0;
        }

.container > .breadcrumb {
    border: medium none;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1.1em;
    margin: 0;
    padding: 8px 0 0 10px;
    vertical-align: middle;
}

@media only screen and (min-width: 640px) {
    .container > .breadcrumb {
        width: 62%;
    }
}

    .container > .breadcrumb a {
        color: #2d3f08;
    }

/* subnav styling */

#content-nav {
    background: #f3f3f3;
    padding: 1em;
    border-radius: 3px 0 0;
}

    #content-nav .subNav {
        margin: 0 0 2em;
        padding: 0;
        list-style: none;
    }

        #content-nav .subNav li {
            border-radius: 3px;
            overflow: hidden;
            margin: 0 0 0.3em;
        }

        #content-nav .subNav a {
            display: block;
            padding: 0.5em 1em;
            line-height: 1.3em;
            color: #fff;
            text-shadow: 0 1px 0 rgba(0,0,0,0.5);
            background: rgb(94,135,37); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(94,135,37,1) 0%, rgba(48,94,4,1) 100%); /* FF3.6+ */
            background: -webkit-linear-gradient(top, rgba(94,135,37,1) 0%,rgba(48,94,4,1) 100%); /* Chrome10+,Safari5.1+ */
            background: linear-gradient(to bottom, rgba(94,135,37,1) 0%,rgba(48,94,4,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e8725', endColorstr='#305e04',GradientType=0 ); /* IE6-9 */
        }

            #content-nav .subNav a:hover {
                background: rgb(128,169,46); /* Old browsers */
                background: -moz-linear-gradient(top, rgba(128,169,46,1) 0%, rgba(94,138,6,1) 100%); /* FF3.6+ */
                background: -webkit-linear-gradient(top, rgba(128,169,46,1) 0%,rgba(94,138,6,1) 100%); /* Chrome10+,Safari5.1+ */
                background: linear-gradient(top, rgba(128,169,46,1) 0%,rgba(94,138,6,1) 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a92e', endColorstr='#5e8a06',GradientType=0 ); /* IE6-9 */
            }

    #content-nav .NavSelected1None a,
    #content-nav .NavSelected1 a {
        background: rgb(255,130,0); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,130,0,1) 0%, rgba(232,94,9,1) 100%); /* FF3.6+ */
        background: -webkit-linear-gradient(top, rgba(255,130,0,1) 0%,rgba(232,94,9,1) 100%); /* Chrome10+,Safari5.1+ */
        background: linear-gradient(top, rgba(255,130,0,1) 0%,rgba(232,94,9,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8200', endColorstr='#e85e09',GradientType=0 ); /* IE6-9 */
    }

        #content-nav .NavSelected1None a:hover,
        #content-nav .NavSelected1 a:hover {
            background: rgb(229,99,0); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(229,99,0,1) 0%, rgba(191,56,7,1) 100%); /* FF3.6+ */
            background: -webkit-linear-gradient(top, rgba(229,99,0,1) 0%,rgba(191,56,7,1) 100%); /* Chrome10+,Safari5.1+ */
            background: linear-gradient(to bottom, rgba(229,99,0,1) 0%,rgba(191,56,7,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e56300', endColorstr='#bf3807',GradientType=0 ); /* IE6-9 */
        }

    #content-nav .Level2 a {
        background: url("/images/green-arrows.png") no-repeat 1em 1.1em #C2CCAD;
        filter: none;
        text-shadow: none;
        color: #3E570C;
        margin: 0;
        font-size: 0.83em;
        padding: 0.7em 1em 0.7em 2em;
        border-left: 5px solid #4e5441;
    }

        #content-nav .Level2 a:hover {
            background: url("/images/green-arrows.png") no-repeat 1em 1.1em #b6d673;
        }

    #content-nav .NavSelected2None a,
    #content-nav .NavSelected2 a {
        background: url("/images/white-arrows.png") no-repeat 1em 1.1em #F77603;
        color: #fff;
        border-color: #8a4100;
        filter: none;
    }

    #content-nav .Level3 a {
        background: #f3f3f3;
        filter: none;
        text-shadow: none;
        color: #222;
        margin: 0;
        font-size: 0.7em;
        padding: 0.4em 1em 0.4em 3em;
    }

        #content-nav .Level3 a:hover {
            background: #fff;
            filter: none;
        }

/* breadcrumb */

.breadcrumb {
    font-size: 0.75em;
    margin: 1em 0 0;
    padding: 0 0 0.5em;
    border-bottom: 1px solid #e3e3e3;
}

/* content layout & styling */

/* text ctas*/

.text-cta {
    border: 3px solid #8AB57F;
    border-radius: 3px;
    padding: 0.6em;
    margin: 2em 0;
    min-height: 50px;
    color: #679210;
    text-transform: uppercase;
    font-weight: bold;
    background: url("/images/cta-swoosh.png") no-repeat right bottom #fff;
    position: relative;
}


    .text-cta.news-list {
        padding: 1em;
    }

        .text-cta.news-list h3 {
            font-size: 14px;
            background: #639066;
            background: -webkit-linear-gradient(#639066 0%, #8AB57F 100%);
            background: linear-gradient(#639066 0%, #8AB57F 100%);
            border-radius: 3px 3px 3px 3px;
            color: #fff;
            margin: -1.14285714286em 0 0 -1.14285714286em;
            padding: 0.4em 0.8em;
            width: 110%;
        }

        .text-cta.news-list p a {
            text-transform: none;
            font-weight: normal;
        }

        .text-cta.news-list p {
            margin: 0.5em 0 0;
        }

    .text-cta h3 {
        text-transform: none;
        font-size: 1.16em;
        margin: 0 0 1.3em;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .text-cta .styled-link {
        bottom: 2px;
        color: #FFFFFF;
        background: none;
        padding: 0;
        font-size: 0.86em;
        line-height: 1.2em;
        position: absolute;
        right: 3px;
        text-align: right;
        width: 100px;
    }

/* page content styles */

#cms-content ul {
    list-style: none;
    padding: 0;
}

    #cms-content ul li {
        padding: 0 0 0 2em;
        background: url("/images/bullet-style.jpg") no-repeat 1em 0.6em;
    }

.green-section {
    background: #f1ffec;
    border: 1px solid #a9d09b;
    border-radius: 3px;
    padding: 0 1em;
}

.green-title-section,
.bordered {
    border: 1px solid #8cb87d;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

#cms-content .green-section {
    margin-top: 1em;
    margin-bottom: 1em;
}

.bordered,
#cms-content .bordered {
    padding: 1em;
}

.green-title-section > h5:first-child,
.green-title-section > h4:first-child,
.green-title-section > h3:first-child,
.green-title-section > .titled {
    font-size: 1.1em;
    font-weight: normal;
    text-transform: none;
    margin: -1em 0 1em -1em;
    padding: 1em;
    color: #fff;
    width: 100%;
    background: #8cb87d; /* Old browsers */
    background: -moz-linear-gradient(top, #8cb87d 0%, #618e65 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(top, #8cb87d 0%,#618e65 100%); /* Chrome10+,Safari5.1+ */
    background: -ms-linear-gradient(top, #8cb87d 0%,#618e65 100%); /* IE10+ */
    background: linear-gradient(to bottom, #8cb87d 0%,#618e65 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cb87d', endColorstr='#618e65',GradientType=0 ); /* IE6-9 */
}

.green-title-section > .titled {
    margin-top: 0;
}

.green-title-section > h5:first-child {
    font-size: 1em;
}

.green-title-section h5 a,
.green-title-section h4 a,
.green-title-section h3 a {
    color: #fff;
}

#cms-content ul.links-list {
    padding: 0;
    list-style: none;
}

    #cms-content ul.links-list li {
        padding: 0;
        background: none;
    }

        #cms-content ul.links-list li a {
            text-transform: none;
            font-size: 0.86em;
        }

.right-cta {
    float: right;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 1em;
    margin: 0 0 1em 1em;
}

/* search results */

#search-result-actions {
    float: right;
}

    #search-result-actions .styled-link[disabled] {
        background: #5E8725; /* Old browsers */
        background: -moz-linear-gradient(top, #5E8725 0%, #305E04 100%); /* FF3.6+ */
        background: -webkit-linear-gradient(top, #5E8725 0%,#305E04 100%); /* Chrome10+,Safari5.1+ */
        background: linear-gradient(to bottom, #5E8725 0%,#305E04 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5E8725', endColorstr='#305E04',GradientType=0 ); /* IE6-9 */
    }

.searchResult {
    padding: 1em 0;
}

    .searchResult h3 {
        font: 1.2em/1.5em arial,serif;
        margin: 0 0 0.5em;
        text-transform: none;
    }

    .searchResult a {
        color: #1122CC;
        text-decoration: underline;
    }

    .searchResult em {
        color: #222;
        font: normal normal 1em/1.5em arial, serif;
    }


/* join page */

.green-title-section.membership-options {
    margin-top: 0;
}

.membership-options strong.red.col {
    font-size: 1.25em;
    line-height: 2.2em;
}

.green-title-section.membership-options > h3 {
    font-size: 1.5em;
    margin: -0.7em 0 0.7em -0.7em;
    padding: 0.7em;
}

.sign-up-form label {
    font-weight: bold;
    width: 45%;
}

.sign-up-form .error {
    margin-left: 47%;
}

.member-benefits-boxout {
    font-size: 1.15em;
    line-height: 1.5em;
    float: right;
    margin: 0 0 1em 1em;
    padding: 0 1em;
}

    .member-benefits-boxout a {
        display: block;
        margin: 0.3em 0;
        text-align: center;
    }

.member-benefit-text {
    color: #fff;
    padding: 1em;
    border-radius: 3px;
    text-align: center;
    font-size: 1.16em;
    background: rgb(94,135,37); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(94,135,37,1) 0%, rgba(48,94,4,1) 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(top, rgba(94,135,37,1) 0%,rgba(48,94,4,1) 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, rgba(94,135,37,1) 0%,rgba(48,94,4,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e8725', endColorstr='#305e04',GradientType=0 ); /* IE6-9 */
}

/* AST Form Layouts */

.ast-form h2 {
    font-size: 1.25em;
    padding: 0 0 0.5em;
    border-bottom: 3px solid #A1BCA0;
}

.ast-form label {
    width: 34%;
}

.ast-form input[type="text"] {
    width: 35%;
}

    .ast-form input[type="text"].narrow {
        width: 10%;
    }

.ast-form .after-label {
    display: inline-block;
    margin: 0 1em 1em 0;
}

.ast-form label.auto {
    width: auto;
    margin: 0 1em 0 0;
}

.ast-form .help {
    display: inline-block;
    height: 1.75em;
    width: 1.75em;
    border-radius: 1em;
    color: #fff;
    background: #465F14;
    font-size: 0.87em;
    font-weight: bold;
    text-align: center;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.3) inset;
    cursor: pointer;
}

.help-text {
    position: absolute;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1) inset;
    background: #fff;
    max-width: 500px;
}

/* live validation box */

.validation-col {
    position: relative;
}

#ast-live-validation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.validation-summary {
    padding: 1em;
    background: #E1E6D7;
    border-radius: 3px;
}

    .validation-summary h4 {
        margin-top: 0.2em;
    }

    .validation-summary span {
        display: block;
        font-weight: bold;
        color: #c00;
        cursor: pointer;
        padding: 0 0 0.5em;
        margin: 0 0 0.5em;
        border-bottom: 1px solid #B8C69B;
    }

        .validation-summary span:before {
            content: "»";
            font-weight: normal;
            margin: 0 0.5em 0 0;
        }

        .validation-summary span.success-text {
            color: rgb(94,135,37);
            cursor: default;
        }

        .validation-summary span.extra-invalids {
            cursor: default;
            color: #554;
            border: none;
        }

        .validation-summary span.progress-wrap {
            border: medium none;
            cursor: default;
            margin: 0;
            padding: 0;
            position: absolute;
            right: 1em;
            top: 1em;
            width: 55%;
            height: 2em;
            background: #C9D6AF;
            border-radius: 3px;
        }

            .validation-summary span.progress-wrap:before,
            .validation-summary span.progress-bar:before {
                display: none;
            }

        .validation-summary span.progress-bar {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            margin: 0;
            padding: 0;
            background: #A2BC6F;
            border: none;
            border-radius: 3px;
        }

/* Free View lightbox styles*/

.most-popular {
}

.freeview-lightbox-viewbtn {
    text-align: center;
}

    .freeview-lightbox-viewbtn .styled-link {
        font-size: 1.45em;
        display: block;
    }

.free-view-contentmsg {
    clear: both;
}


/* Free trial registry form */

.free-trial-join {
}

    .free-trial-join h2 {
        font-size: 1.5em;
        margin: 0 0 0.5em;
        text-align: center;
    }

    .free-trial-join p {
        margin-top: 0;
        margin-bottom: 0;
    }

    .free-trial-join .styled-link {
    }

/* News list */
.news-summary {
    margin: 1em 1em 0;
}

    .news-summary ul {
        margin: 0 0 1em -10px;
        padding: 0;
        list-style: none;
    }

    .news-summary li {
        border-bottom: 1px solid #ddd;
    }

    .news-summary a {
        display: block;
        line-height: 1.2;
        padding: 10px;
    }

        .news-summary a:hover {
            background: #E1E6D7;
            color: #4E5441;
        }

.news-list .news-summary a {
    float: right;
}

.news-list {
    display: flex;
    flex-wrap: wrap;
}

/* News page */

.news-article-back {
    float: right;
    cursor: pointer;
}

.news-content {
    padding: 0 0 1em 0;
}

/* join pricing matrix*/


#joinmatrix {
    margin: -4.1em 0 1em;
}

.lt-ie9 #joinmatrix {
    border-bottom: 6px solid #D8EAB6;
}

    .lt-ie9 #joinmatrix tr:first-child td:first-child {
        border-top: 6px solid #D8EAB6;
    }

    .lt-ie9 #joinmatrix tbody tr + tr {
        border-top: 1px solid #eee;
    }

#joinmatrix thead th + th {
    border-top: 6px solid #D8EAB6;
}

#joinmatrix tbody tr:last-child,
#joinmatrix thead th:first-child {
    border-bottom: 6px solid #D8EAB6;
}

    #joinmatrix tbody tr td:first-child,
    #joinmatrix thead th:first-child + th {
        border-left: 6px solid #D8EAB6;
    }

#joinmatrix tr {
    border-right: 6px solid #D8EAB6;
}

#joinmatrix th span {
    background: #63861D;
    background: -webkit-linear-gradient(#63861D 0%, #465F14 100%);
    background: linear-gradient(#63861D 0%, #465F14 100%);
    color: #fff;
    display: block;
    margin: 0;
    padding: 0.5em;
}

#joinmatrix th + th + th span {
}

#joinmatrix tbody td {
    padding: 5px 10px;
    text-align: center;
}

#joinmatrix tbody tr:nth-child(2n) td {
    background: #f3f3f3;
}

#joinmatrix tbody tr:hover td {
    background: #CDE2A3;
}

#joinmatrix tbody td:first-child {
    text-align: left;
}


#joinmatrix .price {
    color: #465F14;
    font-size: 1.4em;
    font-weight: bold;
}

#joinmatrix .yes span,
#joinmatrix .no span {
    display: inline-block;
    font: 0/0 a;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

#joinmatrix .yes span {
    background-image: url("/images/tick.png");
}

#joinmatrix .no span {
    background-image: url("/images/cross.png");
}

#joinmatrix .payment-term strong {
    display: inline-block;
    margin-right: 1em;
}

#joinmatrix .payment-term label {
    display: inline-block;
    margin: 0 5px;
}

#joinmatrix span.readMoreTitle {
    font-size: 2.5em;
    font: 1.5em 'TitilliumMedium',Arial,Sans-Serif;
    margin: 0;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    display: block;
}

#join-top {
    background: #618E65;
    background: -webkit-linear-gradient(#8AB67C 0%, #618E65 100%);
    background: linear-gradient(#8AB67C 0%, #618E65 100%);
    color: #000000;
    padding: 1em;
    border-radius: 3px;
    margin: 2em 0;
}

    #join-top h3,
    #join-top h4 {
        margin: 0;
    }

    #join-top h4 {
        color: #FFFFFF;
    }



.tenancy-document-list .col {
    min-height: 610px;
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.tenancy-document-list--after .col {
    border-radius: 3px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: none;
    border-bottom: 1px solid #57815B;
    position: relative;
    top: -4em;
}

/* Blog */

.blog-post p img {
    width: 100%;
}

/* Embed Codes */

#embedCodeIntro {
    font-weight: 600;
    font-size: 16px;
}

#embedCodeIntroSmallText {
    font-weight: 400;
    font-style: italic;
    font-size: 10px;
}

.membershipReminder {
    margin: 0 auto;
    width: 50%;
    position: relative;
    box-sizing: border-box;
}

.membershipReminderContainer {
    bottom: -2px;
    left: 0px;
    position: fixed;
    right: 0px;
    text-align: center;
    height: 50px;
}








.form-style-2 {
    max-width: 900px;
    padding: 10px 6px 5px 10px;
    margin-left: 10px;
}

.form-style-2-heading {
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    font-size: 15px;
    padding-bottom: 3px;
}

.form-style-2 label {
    display: block;
    margin: 0px 0px 15px 0px;
}

    .form-style-2 label > span {
        width: 300px;
        font-weight: bold;
        float: left;
        padding-top: 8px;
        padding-right: 5px;
    }

.form-style-2 span.required {
    color: red;
}

.form-style-2 .tel-number-field {
    width: 40px;
    text-align: center;
}

.form-style-2 input.input-field {
    width: 40%;
}

.form-style-2 input.input-field,
.form-style-2 .tel-number-field,
.form-style-2 .textarea-field,
.form-style-2 .select-field {
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 2px;
    outline: none;
}

    .form-style-2 .input-field:focus,
    .form-style-2 .tel-number-field:focus,
    .form-style-2 .textarea-field:focus,
    .form-style-2 .select-field:focus {
        border: 1px solid #0C0;
    }

.form-style-2 .textarea-field {
    height: 100px;
    width: 55%;
}

.form-style-2 input[type=submit],
.form-style-2 input[type=button] {
    border: none;
    padding: 8px 15px 8px 15px;
    background: #FF8500;
    color: #fff;
    box-shadow: 1px 1px 4px #DADADA;
    -moz-box-shadow: 1px 1px 4px #DADADA;
    -webkit-box-shadow: 1px 1px 4px #DADADA;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

    .form-style-2 input[type=submit]:hover,
    .form-style-2 input[type=button]:hover {
        background: #EA7B00;
        color: #fff;
    }

.help {
    background: #465f14 none repeat scroll 0 0;
    border-radius: 1em;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3) inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.87em;
    font-weight: bold;
    height: 1.45em;
    text-align: center;
    width: 16px;
}


/* ==========================================================================
  CTA
   ========================================================================== */

 .cta {
     margin-top: 10px;
     width: 100%;
     text-align: center;
     border: 1px solid #FE8200;
 }

 .cta .head {
     padding: 10px 5px;

     border-bottom: 1px dotted #e3e3e3;
     color: #FE8200;
     background-repeat: no-repeat;
     font: normal 2.2em Impact, Arial, Sans-Serif;
     text-transform: uppercase;
     text-align: center;
     background-position: center bottom;
     line-height: 1;
 }

.cta .head.small {
  font: normal 1.75em Impact, Arial, Sans-Serif;
}

.cta .body {
    padding: 10px 5px;
    color: #465F14;
    font: normal 1.4em Impact, Arial, Sans-Serif;
    text-transform: uppercase;
    line-height: 18px;
}

.cta .body.form {
    text-align: left;
    box-sizing: border-box;
}
.cta .body input {
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.cta .body label {
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: Arial, Sans-Serif;
    color: #252525;
    text-align: left;
}
 .cta .body a {
     color: #465F14;
     text-transform: uppercase;
     line-height: 18px;
 }
 .cta .readmore {
     background-image: url('/images/CTA/CTA_Generic_Bottom.png');
     color:white;
     padding: 10px 5px;
 }
 .cta .readmore a {
     color: white;
 }

 /* ==========================================================================
    Popup
    ========================================================================== */

 #boxer p {
   padding-left: 1.5em;
 }

 .social-popup {
   text-align: center;
 }

 .social-popup ul {
   list-style: none;
   padding: 0;
 }

 .social-popup li {
vertical-align: top;
   width: 22%;
   display: inline-block;
 }

 .social-popup h3 {
   text-transform: none;
 }

 /* ==========================================================================
  Signup
   ========================================================================== */

 .email-signup {
     overflow: hidden;
 }
 .email-signup label {
     color: #63861D;
     font-weight: bold;
     width: 120px;
     display: inline-block;
 }
 .email-signup .field-group {
     margin-bottom: 1rem;
 }

 .email-signup .controls {
     clear: both;
     width: 100%;
     text-align: center;
 }
 .email-signup .controls button.styled-link {
     background: #eeeeee; /* Old browsers */
     background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
     background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
     color: #ff8200;
 }

 @media screen and (min-width: 1024px) {
     .email-signup .col-1 {
         float: left;
         width: 50%;
         display: inline-block;
     }
 }

 .email-signup form {
     margin-bottom: 2rem;
 }

 .email-signup .col-1 img {
     text-align: left;
     width: 90%;
 }

 .email-signup dl dd {
     padding: 0 0 1rem 1rem;
     margin: 0;
 }

 .email-signup dl dt {
     padding: 0;
     margin: 0;
     color: #ff8200;
     font: normal 1.25rem/normal 'TitilliumMedium', Arial, Sans-Serif;
 }
