html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

.bg-green-a {
    background-color: #006150;
}

.bg-green-b {
    background-color: #13653f;
}

.bg-green-c {
    background-color: #2b763c;
}

a {
    font-family: futura-pt,Arial,sans-serif;
    text-decoration: underline;
    color: #006150;
    text-decoration: none;
}

    a:active, a:hover {
        color: #6eab25;
        outline: 0;
    }

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3em;
    color: #013626;
    text-transform: uppercase;
}

@media only screen and (max-width:600px) {
    h1, h2, h3, h4, h5, h6 {
        font-size: 16px;
        line-height: 24px;
        color: #2f3133;
        word-wrap: break-word;
        -webkit-text-size-adjust: none;
    }
}

.h1, h1 {
    font-family: futura-pt,Arial,sans-serif;
    word-wrap: break-word;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    padding: 0 0 .5em;
    margin: 0;
    color: #006150;
}

@media only screen and (max-width:768px) {
    .h1, h1 {
        font-size: 30px;
        line-height: 38px;
    }
}

h2 {
    font-size: 50px;
    line-height: 75px;
    margin-bottom: .75em;
}

h2, h3 {
    font-weight: 400;
}

h3 {
    font-family: futura-pt,Arial,sans-serif;
    font-size: 24px;
    line-height: 48px;
    margin-bottom: 1em;
    color: #006150;
}

@media only screen and (max-width:768px) {
    h3 {
        font-size: 18px;
        line-height: 24px;
    }
}

h4 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: .8em;
}

h4, h5 {
    font-weight: 400;
}

h5 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

h6 {
    font-size: 13px;
    line-height: 19.5px;
    font-weight: 700;
}

p {
    margin: 0 0 1em;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}

    p, p a {
        font-family: Arial,Helvetica,sans-serif;
    }

        p a {
            text-shadow: 1px 1px 0 #fff;
        }

abbr {
    border-bottom: 1px dotted #666;
    cursor: help;
    white-space: nowrap;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

ol, ul {
    margin: 1em 0;
    padding: 0 0 0 2em;
}

dd {
    margin: 0 0 0 2em;
}

nav ol, nav ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: disc;
}

    ul ul {
        list-style-type: circle;
    }

        ul ul ul {
            list-style-type: square;
        }

            ul ul ul ul {
                list-style-type: circle;
            }

ol {
    list-style-type: decimal;
}

    ol ol {
        list-style-type: lower-alpha;
    }

        ol ol ol {
            list-style-type: decimal;
        }

@media only screen and (max-width:1024px) {
    img {
        border: 0;
        max-width: 100%;
    }
}

@media only screen and (max-width:1024px) {
    table {
        width: auto;
        border-collapse: collapse;
        border-spacing: 0;
    }
}

*, body, html {
    box-sizing: border-box;
}

body, html {
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
}

.gradient {
    background-image: linear-gradient(-270deg,#6eab24,#006150);
    min-height: 12px;
}

.mobile {
    display: none;
}

@media only screen and (max-width:768px) {
    .mobile {
        display: block;
    }
}

.section-wrapper {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 20px;
}

.g:after {
    content: "";
    display: table;
    clear: both;
}

.g--2 .g__item {
    width: 50%;
    float: left;
}

@media only screen and (max-width:768px) {
    .g--2 .g__item {
        width: 100%;
        float: none;
        padding: 0;
    }
}

.g--3 .g__item {
    width: 33.3333%;
    float: left;
}

@media only screen and (max-width:768px) {
    .g--3 .g__item {
        width: 100%;
        float: none;
    }
}

.g--4 .g__item {
    width: 25%;
    float: left;
}

@media only screen and (max-width:1024px) {
    .g--4 .g__item {
        width: 50%;
    }
}

.flex-container {
    max-width: 1200px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width:768px) {
    .flex-container {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

.flex-container--col {
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-item {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.flex-item--2 {
    -ms-flex-positive: 2;
    flex-grow: 2;
}

.flex-item--3 {
    -ms-flex-positive: 3;
    flex-grow: 3;
}

.flex-item--max-width {
    max-width: 76%;
}

@media only screen and (max-width:768px) {
    .flex-item--max-width {
        max-width: 100%;
    }
}

@media only screen and (max-width:768px) {
    .flex-item {
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 100%;
    }
}

.flex-custom {
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.flex-custom--2 {
    -ms-flex-positive: 2;
    flex-grow: 2;
}

.flex-custom--3 {
    -ms-flex-positive: 3;
    flex-grow: 3;
}

@media only screen and (max-width:768px) {
    .flex-custom {
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 100%;
    }
}

.nav {
    list-style: none;
    background: #fff;
    border-bottom: 1px solid #bec0c2;
}

@media only screen and (max-width:1240px) {
    .nav .col-rev {
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
    }
}

@media only screen and (max-width:1240px) {
    .nav {
        padding: 0 20px;
    }
}

.nav__link {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding: 10px 8px;
}

.nav__button {
    background-color: #ff8c00;
    color: #fff;
    margin: 0 15px 0 0;
    font-weight: 700;
}

    .nav__button:before {
        background-image: url(../svg/triangle_white.svg);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        content: "";
        width: 16px;
        height: 16px;
        margin: -2px 0 3px 10px;
        float: right;
    }

    .nav__button:hover {
        background-color: #6eab25;
        color: #fff;
    }

@media only screen and (max-width:768px) {
    .nav__button {
        margin: 0;
    }
}

.nav__button-link:before {
    background-image: url(../svg/triangle_green.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: "";
    width: 16px;
    height: 16px;
    margin: -2px -2px 3px 3px;
    float: right;
}

@media only screen and (max-width:768px) {
    .nav__button-link {
        margin: 0;
        border: 1px solid #046656;
    }
}

.nav__logo {
    padding: 19px 19px 12px 2px;
}

.banner {
    padding-bottom: 5px;
    /*background-image: url(../images/old_mutual_listings_kudu_pencil.png);*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*border: 1px solid red;*/
}

.banner-text {
    position: absolute;
    top: 26%;
    left: 50%;
}

    .banner-text p {
        width: 48%;
    }

@media only screen and (max-width:768px) {
    .banner-text {
        position: relative !important;
        top: 0;
        left: 0;
        padding: 20px;
    }

        .banner-text p {
            width: 100%;
        }
}

@media only screen and (max-width:1240px) {
    .banner {
        /*padding: 0 20px;
        border: 1px solid red;*/
    }
}

.banner-logo {
    background-image: url(../images/old_mutual_listings_kudu_pencil.png);
    height: 335px;
    background-size: contain;
    background-repeat: no-repeat;
}

@media only screen and (max-width:768px) {
    .banner-logo {
        background-image: none;
        height: auto;
    }
}

.banner p {
    max-width: 80%;
    line-height: 21px;
}

@media only screen and (max-width:768px) {
    .banner p {
        max-width: 100%;
    }
}

.banner img {
    height: 335px;
    width: 100%;
}

@media only screen and (max-width:768px) {
    .banner img {
        display: none;
    }
}

.banner__padding {
    position: relative;
    top: 30%;
    left: 50%;
}

@media only screen and (max-width:1024px) {
    .banner__padding {
        top: 35%;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .banner__padding {
        top: 35%;
    }
}

@media only screen and (max-width:768px) {
    .banner__padding {
        position: relative;
        top: 0;
        left: 0;
        padding-left: 20px;
    }
}

.banner__button {
    white-space: normal;
    position: relative;
    border-radius: 4px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 0;
    height: 2.9em;
    line-height: 3em;
    background-color: #6eab24;
    color: #fff;
}

    .banner__button:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M0 4h64v8H0zm0 16h40v8H0zm0 32h40v8H0zm0-16h64v8H0z' fill='%23fff'/%3E%3C/svg%3E");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        content: "";
        width: 50px;
        height: 50px;
        float: left;
        background-size: 17px;
        border-right: 1px solid #fff;
    }

    .banner__button:after {
        position: absolute;
        top: 1px;
        content: "";
        display: block;
        right: -11px;
        border-top: 19px solid transparent;
        border-left: 12px solid #6eab24;
        border-bottom: 19px solid transparent;
        width: 0;
        height: 4px;
        z-index: 1;
    }

.banner .icon-paragraph-left3 {
    float: left;
    background-position: 50% 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    content: "";
}

    .banner .icon-paragraph-left3:hover {
        background-color: #006150;
        color: #fff;
    }

        .banner .icon-paragraph-left3:hover:after {
            border-left: 12px solid #006150;
        }

    .banner .icon-paragraph-left3 span {
        font-size: 16px;
        line-height: 12px;
        text-transform: uppercase;
        position: relative;
        padding: 0 1em 0 .65em;
    }

.middle {
    margin-top: 20px;
}

    .middle .flex-container {
        overflow: hidden;
        padding-bottom: 10px;
    }

.middle__title {
    font-size: 18px;
    line-height: 32px;
    margin: 0;
    font-family: futura-pt,Arial,sans-serif;
    color: #fff;
    text-align: left;
    padding: 10px 16px;
    text-transform: uppercase;
    height: 52px;
    width: 101%;
}

@media only screen and (max-width:768px) {
    .middle__title {
        height: auto;
        padding: 10px;
        width: 100%;
        font-size: 15px;
        line-height: 22px;
    }
}

.middle__quick-link {
    font-size: 14px;
    max-width: 83%;
    border-bottom: 2px solid #f6f5f6;
    line-height: 21px;
    display: block;
    padding: 9px 0 4px;
    text-align: left;
}

@media only screen and (max-width:768px) {
    .middle__quick-link {
        max-width: 100%;
    }
}

.middle__arrows a {
    font-family: Arial,Helvetica,sans-serif;
}

    .middle__arrows a:before {
        background-image: url(../svg/triangle_green.svg);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        content: "";
        width: 16px;
        height: 16px;
        margin: 3px 3px 3px 13px;
        float: left;
        background-size: 5px;
    }

    .middle__arrows a:hover:before {
        background-image: url(../svg/triangle_hover.svg);
    }

.middle__arrows .middle__quick-link:last-child {
    border-bottom: 0;
    padding-bottom: 8px;
}

.middle__limited {
    background-image: url(../images/limited.png);
    background-repeat: no-repeat;
    content: "";
    width: 220px;
    height: 181px;
    margin: 4px 6px 3px 16px;
    float: left;
    background-size: cover;
    position: relative;
}

.middle__overlay {
    top: 125px;
    background-color: #ff8c00;
    color: #fff;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    text-decoration: none;
    position: absolute;
    display: inline-block;
    text-transform: uppercase;
    min-height: 37px;
    min-width: 130px;
    left: -16px;
}

    .middle__overlay a {
        background-image: url(../svg/pdf.svg);
        background-position: 13% 50%;
        background-repeat: no-repeat;
        content: "";
        width: 16px;
        height: 18px;
        margin: 0;
    }

        .middle__overlay a:hover {
            color: #fff;
        }

    .middle__overlay span {
        font-size: 11px;
        line-height: 16.5px;
        line-height: 37px;
        color: #fff;
        margin: 0 17px 0 43px;
    }

    .middle__overlay:after {
        position: absolute;
        top: -1px;
        content: "";
        display: block;
        right: -9px;
        border-top: 19px solid transparent;
        border-left: 12px solid #ff8c00;
        border-bottom: 19px solid transparent;
        width: 0;
        z-index: 1;
    }

    .middle__overlay:hover {
        background-color: #6eab25;
        color: #fff;
    }

        .middle__overlay:hover:after {
            border-left: 12px solid #6eab25;
        }

.middle__read {
    color: #006150;
    cursor: pointer;
    position: relative;
}

    .middle__read:before {
        position: absolute;
        top: 1px;
        right: -20px;
        background-image: url(../svg/triangle_green.svg);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        content: "";
        width: 16px;
        height: 16px;
        transform: rotate(90deg);
        background-size: 5px;
    }

    .middle__read:hover {
        color: #6eab25;
    }

        .middle__read:hover:before {
            background-image: url(../svg/triangle_hover.svg);
        }

.middle__wrap {
    position: relative;
}

    .middle__wrap .read-more-toggle {
        padding: 25px 33px 0 69px;
        overflow: hidden;
        height: auto;
        position: relative;
        transition: .35s;
    }

        .middle__wrap .read-more-toggle .middle__btn {
            font-size: 14px;
            line-height: 21px;
            font-family: Arial,Helvetica,sans-serif;
            position: absolute;
            background: #fff;
            bottom: 0;
            width: 100%;
            padding: 9px 0;
        }

@media only screen and (max-width:768px) {
    .middle__wrap .read-more-toggle {
        padding: 26px 22px 0;
    }
}

.middle__wrap .active {
    overflow: hidden;
    max-height: 1000px;
    position: relative;
}

    .middle__wrap .active .middle__read:before {
        transform: rotate(-90deg);
        transform-origin: center center;
        margin: 1px 11px 5px 49px;
        right: -30px;
    }

.contact {
    margin-top: 50px;
}

.contact__tabs-nav li {
    font-size: 18px;
    line-height: 11px;
    font-family: futura-pt,Arial,sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    list-style-type: none;
    padding: 21px 0 19px;
    background-color: #006150;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}

@media only screen and (max-width:768px) {
    .contact__tabs-nav li {
        font-size: 14px;
        line-height: 100%;
        margin-bottom: 0;
    }
}

.contact__first li {
    background-color: #006150;
}

.contact--active {
    border-style: solid;
    border-color: #6eab25;
    border-top: 4px solid #6eab25;
    border-bottom: 0 solid #6eab25;
    border-left: 4px solid #6eab25;
    border-right: 4px solid #6eab25;
    max-height: 55px;
    top: -4px;
    line-height: 55px;
    color: #036352;
    position: relative;
}

    .contact--active li {
        background-color: #fff;
    }

    .contact--active span {
        color: #006150;
    }

@media only screen and (max-width:768px) {
    .contact--active {
        border-bottom: 4px solid #6eab25;
        max-height: 59px;
        top: 0;
    }
}

.contact--active span {
    text-align: center;
}

.contact__tabs-nav {
    max-width: 50%;
}

@media only screen and (max-width:768px) {
    .contact__tabs-nav {
        max-width: 100%;
    }
}

@media only screen and (max-width:768px) {
    .contact h1 {
        padding: 0;
    }
}

.contact__tabs-stage {
    border-radius: 0 0 6px 6px;
    border-top: 0;
    clear: both;
    padding: 24px 3px;
    top: -1px;
}

    .contact__tabs-stage a {
        border-bottom: 1px solid #006150;
        vertical-align: bottom;
    }

        .contact__tabs-stage a:hover {
            border-bottom: 1px solid #6eab25;
        }

@media only screen and (max-width:768px) {
    .contact__tabs-stage {
        padding: 24px;
    }
}

.contact__tabs-stage-parent {
    position: relative;
}

.panel {
    display: none;
}

    .panel img {
        max-width: 135px;
        width: 100%;
    }

    .panel.active {
        display: block;
    }

@media only screen and (max-width:768px) {
    .panel.active {
        border: 4px solid #f6f5f6;
        border-width: 0 3px 3px;
        border-radius: 0;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:768px) {
    .panel .space-top-small-mobile {
        margin-top: 14px;
    }
}

.contact-card {
    margin: 0 0 30px;
}

@media only screen and (max-width:768px) {
    .contact-card {
        border-bottom: 3px solid #f6f5f6;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

        .contact-card .tel-number {
            word-wrap: break-word;
        }
}

.contact-card__title {
    font-size: 14px;
    line-height: 21px;
    font-family: futura-pt,Arial,sans-serif;
    text-transform: uppercase;
    color: #006150;
    margin-left: 15px;
    line-height: 11px;
}

@media only screen and (max-width:768px) {
    .contact-card__title {
        margin-left: 0;
        padding-top: 10px;
    }
}

.contact-card__site-info {
    margin-left: 15px;
    line-height: 6px;
}

@media only screen and (max-width:768px) {
    .contact-card__site-info {
        margin-left: 0;
        line-height: 20px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width:768px) and (max-width:768px) {
    .contact-card__site-info a {
        max-width: 100%;
        white-space: nowrap;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        top: 2px;
        padding-bottom: 0;
    }
}

.border {
    border: 3px solid #f6f5f6;
}

.border--left-bottom {
    border-width: 0 0 3px 3px;
}

@media only screen and (max-width:768px) {
    .border--left-bottom {
        border-width: 0 3px;
    }
}

.border--right-bottom {
    border-width: 0 3px 3px 0;
}

@media only screen and (max-width:768px) {
    .border--right-bottom {
        border-width: 0 3px 3px;
    }
}

.border--left-bottom-right {
    border-width: 0 3px 3px;
}

@media only screen and (max-width:768px) {
    .border--left-bottom-right {
        border-width: 0 3px 3px;
    }
}

.text-indent {
    text-indent: 16px;
}

@media only screen and (max-width:768px) {
    .text-indent {
        text-indent: 0;
        width: 101%;
        position: relative;
        left: -3px;
    }
}

.mb-25 {
    margin-bottom: 25px;
}

.border-line {
    margin: 0 20px;
    border-bottom: 1px solid #dedede;
}

    .border-line:last-child {
        border-bottom: none;
    }

.document {
    margin-top: 20px;
    font-family: Arial,Helvetica,sans-serif;
}

.document__header {
    font-size: 18px;
    line-height: 32px;
    margin: 0;
    font-family: futura-pt,Arial,sans-serif;
    color: #fff;
    text-align: left;
    padding: 10px 16px;
    text-transform: uppercase;
    height: 52px;
    width: 100%;
}

@media only screen and (max-width:768px) {
    .document__header {
        height: auto;
        padding: 10px;
        width: 100%;
        font-size: 15px;
        line-height: 22px;
    }
}

.document__link {
    font-size: 14px;
    line-height: 30px;
    color: #006150;
    display: block;
    text-align: right;
}

    .document__link:before {
        background-image: url(../svg/pdf-green.svg);
        margin-right: 6px;
        margin-bottom: -2px;
        background-size: 16px;
        display: inline-block;
        content: "";
        width: 16px;
        height: 16px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .document__link:hover:before {
        background-image: url(../svg/pdf-green-hover.svg);
    }

@media only screen and (max-width:768px) {
    .document__link {
        text-align: left;
    }
}

.document__title {
    font-size: 14px;
    line-height: 30px;
}

.mt-4 {
    margin-top: 4px;
}

.mb-4 {
    margin-bottom: 4px;
}

.footer {
    background-color: #006150;
    color: #fff;
    text-align: center;
    padding: 22px 0 57px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__wrapper {
    max-width: 1000px;
}

.footer__text {
    padding-bottom: 15px;
}

.footer__copyright, .footer__text {
    font-size: 14px;
    line-height: 21px;
    color: currentColor;
}

.footer__copyright {
    font-family: futura-pt,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width:600px) {
    .footer {
        padding: 20px 27px;
    }
}
/*# sourceMappingURL=style.css.map */
