/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
    background-color: #fff;
}

section.callouts {
    background-color: #fff8ea;
}

section.headerContactDetails {
    background-color: #fff8ea;
}

section .moduleComponent {
    padding: 40px 0 35px;
    overflow: hidden;
}

.display-2 {
    font-size: 26px;
}

p {
    margin-bottom: 1.5rem;
}

.media-container-row {
    margin: 0 !important;
    padding: 0 !important;
}

.extraField {
    font-size: 15px;
    padding-top: 5px;
}

.moduleComponentheaderImages:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(000,000,000,0.5)
}

section.mbr-parallax-background:nth-of-type(2n) {
    background: url("https://www.jenkinsgroup.co.nz/images/style/blueTexture.jpg") !important;
    color: #fff;
}

.has-callouts {
    padding: 45px 10px;
}

.has-callouts section.mbr-parallax-background:nth-of-type(2n) {
    background-color: transparent;
    padding: 0;
}

.has-callouts section .moduleComponent {
    padding: 0px 0;
    overflow: hidden;
}

.has-callouts section.hasImage div.moduleComponent {
    padding: 40px;
    margin: 20px 0px;
}

section, .container, .container-fluid {
    position: relative;
    word-wrap: break-word;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

.article .lead p, .article .lead ul, .article .lead ol, .article .lead pre, .article .lead blockquote {
    margin-bottom: 0;
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}

a, a:hover {
    text-decoration: none;
}

figure {
    margin-bottom: 0;
}

body {
    color: #232323;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .display-1, .display-2, .display-3, .display-4 {
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word;
}

b, strong {
    font-weight: bold;
}

blockquote {
    padding: 10px 0 10px 20px;
    position: relative;
    border-left: 2px solid;
    border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition-delay: 9999s;
    transition-property: background-color, color;
}

textarea[type="hidden"] {
    display: none;
}

body {
    position: relative;
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

section .mbr-background-video, section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.hidden {
    visibility: hidden;
}

.mbr-z-index20 {
    z-index: 20;
}

/*! Base colors */
.mbr-white {
    color: #ffffff;
}

.mbr-black {
    color: #000000;
}

.mbr-bg-white {
    background-color: #ffffff;
}

.mbr-bg-black {
    background-color: #000000;
}

/*! Text-aligns */
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

@media (max-width: 767px) {
    .align-left, .align-center, .align-right, .mbr-section-btn, .mbr-section-title {
        text-align: center;
    }
}

/*! Font-weight  */
.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

/*! Media  */
.media-size-item {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
}

.media-content {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
}

.media-container-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}

.media-container-row .media-size-item {
    width: 400px;
}

.media-container-column {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.media-container-column > * {
    width: 100%;
}

@media (min-width: 992px) {
    .media-container-row {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

figure {
    overflow: hidden;
}

figure[mbr-media-size] {
    transition: width 0.1s;
}

.mbr-figure img, .mbr-figure iframe {
    display: block;
    width: 100%;
}

.card {
    background-color: transparent;
    border: none;
}

.card-img {
    text-align: center;
    flex-shrink: 0;
}

.media {
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-align-self: center;
    align-self: center;
}

.media-container > div {
    max-width: 100%;
}

.mbr-figure img, .card-img img {
    width: 100%;
}

@media (max-width: 991px) {
    .media-size-item {
        width: auto !important;
    }

    .media {
        width: auto;
    }

    .mbr-figure {
        width: 100% !important;
    }
}

/*! Buttons */
.mbr-section-btn {
    margin-left: -.25rem;
    margin-right: -.25rem;
    font-size: 0;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont, .btn.btn-sm .mbr-iconfont {
    cursor: pointer;
    margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont, .btn.btn-md .mbr-iconfont {
    margin-right: 0.8rem;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

[type="submit"] {
    -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*! Map */
.map {
    height: 25rem;
    position: relative;
}

.map iframe {
    width: 100%;
    height: 100%;
}

/* Form */
.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 32px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff;
}

body, html {
    background: #fff;
    font-family: 'Oxygen' !important;
}

*::-moz-selection {
    background: none repeat scroll 0 0 #b8cbde;
    color: #fff;
}

BODY, TABLE {
    color: #696969;
    font-family: 'Oxygen', arial, sans-serif !important;
}

a:focus, a:hover {
    color: #3d1442;
}

strong {
    font-family: 'Oxygen' !important;
}

blockquote {
    background: 0 0 #efefef;
    border-left: 10px solid #ccc;
    color: #ffebc6;
}

blockquote:before {
    color: #ccc;
    font-family: 'Oxygen', arial, sans-serif !important;
}

h1, .h1 {
    color: #ffffff;
    font-family: 'Oxygen' !important;
    font-size: 42px;
}

.moduleComponentheaderImages h1, .moduleComponentheaderImages .h1 {
    color: #fff;
    font-family: 'Oxygen' !important;
    font-size: 30px;
    font-weight: bold;
}

@media screen and (min-width: 1000px) {
    .moduleComponentheaderImages h1, .moduleComponentheaderImages .h1 {
        color: #fff;
        font-family: 'Oxygen' !important;
        font-size: 60px;
    }
}

.moduleComponentheaderImages:after {
    background : rgba(255,235,198,0.9);
}

h2, .h2 {
    color: #ffffff;
    font-family: 'Oxygen' !important;
    font-size: 36px;
}

h1 strong, .h1 strong, h2 strong, .h2 strong {
    font-family: 'Oxygen' !important;
}

h3, .h3 {
    color: #ffffff;
    font-family: 'Oxygen' !important;
    font-size: 22px;
}

h4, .h4 {
    color: #ffffff;
    font-family: 'Oxygen' !important;
    font-size: 18px;
}

#topNavigationContainer ul li {
    color: #fff;
}

@media screen and (min-width: 600px) {
    #topNavigationContainer ul li:nth-child(2) {
        border-left: 1px solid #dedede;
    }
}

#topNavigationContainer ul li a {
    color: #919191;
}

#topNavigationContainer ul li a.blueButton {
    background: #545454;
    color: #fff;
    font-size: 18px;
    font-weight : bold;
    font-family: 'Oxygen' !important;
}

#topNavigationContainer ul li a.greyButton {
    background: #919191 url(https://www.jenkinsgroup.co.nz/templates/includes/vanilla/assets/images/style/login_icon.png) 10px 8px no-repeat;
    color: #fff;
    font-size: 16px;
    font-weight : bold;
    font-family: 'Oxygen' !important;
}

#bottomNavigationContainer a.menuSelected, #bottomNavigationContainer ul li a.childSelected {
    color: #545454;
    font-weight : bold;
    font-family: 'Oxygen';
}

#topNavigationContainer ul li a span {
    background: #ffebc6;
}

#bottomNavigationContainer ul li > a {
    color: #fff;
    font-family: "bariol_regularregular",arial,sans-serif;
    font-size: 18px;
}

#header #topNavigationContainer ul li ul {
    background: none repeat scroll 0 0 rgba(71, 71, 71, 0.9);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
}

#header #topNavigationContainer ul li ul li a {
    color: #fff;
}

#header #topNavigationContainer ul li ul li a:hover {
    background: #ffebc6 !important;
    color: #fff;
}

/*********************/
.siteSearchContainer {
    background: none repeat scroll 0 0 #fff;
}

.siteSearchContainer span.searchLabel {
    display: none;
}

.siteSearchContainer input.siteSearchInput {
    color: #828487;
    font-weight : bold;
    font-family: 'Oxygen';
}

.siteSearchContainer input.siteSearchInput:focus, .siteSearchContainer:hover input.siteSearchInput:focus {
    color: #ffebc6;
}

.siteSearchContainer input.siteSearchSubmit {
    font-size: 20px;
    color: #c0c1c3;
}

/*********************/
#topNavBar ul li a.btn-primary {
    color: #fff !important;
}

#topNavBar ul li a.nav-link {
    color: #545454 !important;
}

@media screen and (min-width: 1000px) {
    #topNavBar ul li a.btn-primary {
        font-size: 14px;
        color: #fff !important;
    }

    #topNavBar ul li a.nav-link {
        font-size: 17px;
        color: #545454 !important;
    }
}

#footer {
    background: #ffebc6;
}

#rightFooter a.blueButton {
    font-size: 17px;
    font-family: 'Oxygen';
}

#rightFooter #footerNumber {
    font-family: 'Oxygen', arial, sans-serif;
    font-weight: bold;
}

#rightFooter #footerNumberOverseas {
    font-family: 'Oxygen', arial, sans-serif;
    font-weight: bold;
}

#rightFooter a#getApp img {
    background: #689F38;
}

.footerLeft ul li a {
    color: #eaeaea;
}

.footerLeft ul li a.signupButton {
    background: #ffebc6;
}

.footerMenu ul li a {
    color: #ffebc6;
}

.footerMenu ul li ul li a {
    color: #eaeaea;
}

/*-------------------------------------*/
#listingBlog .listingItem:nth-child(odd), #listingBlog .listingItem:nth-child(even) {
    background: #fff !important;
}

.blog #navBar {
    background: #f6f6f6;
}

@media screen and (min-width: 850px) {
    #listingBlog .listingItem:nth-child(even) {
        background:#fff !important;
    }

    #listingBlog .listingItem h2.title {
        color: #121212;
    }
}

#navBar .navCategoryLinks a {
    border: 2px solid #d9d9d9;
    color: #999999;
}

#navBar .navCategoryLinks a.selected, #navBar .navCategoryLinks a:hover {
    border: 2px solid #204998;
    color: #204998;
}

/*-------------------------------------*/
/*-----------------------*/
.headerNavigation .menu-collapser {
    color: #FFFFFF;
}

.headerNavigation .menu-collapser .collapse-button {
    background: #b07100;
}

.headerNavigation ul {
    background: #b07100;
}

.headerNavigation ul li a {
    font-size: 14px;
    color: #FFFFFF;
}

.headerNavigation ul li a:hover {
    background: #b07100;
    color: #FFFFFF;
}

.headerNavigation ul li ul {
    background: #b07100;
}

.headerNavigation ul li ul li {
    background: #b07100;
}

.headerNavigation ul li ul li a {
    color: #FFFFFF;
}

.headerNavigation ul li ul li a:hover {
    color: #131313;
}

.headerNavigation > ul.collapsed li ul li {
    background: #b07100;
}

.headerNavigation > ul.collapsed li ul li ul li {
    background: #b07100;
}

.headerNavigation > ul.collapsed li .sub-toggle i {
    color: rgba(255,255,255,0.5);
}

@media (min-width: 1150px) {
    .headerNavigation ul {
        background: transparent;
    }

    .headerNavigation .menu-collapser {
        color: #767676;
    }

    .headerNavigation ul li a {
        color: #545454;
    }
}

@media (min-width: 1200px) {
    .headerNavigation ul li a {
        font-size: 15px;
    }
}

/*----------------------------------*/
#emailForm {
    background: #dceaf0;
}

/*========================*/
.moduleComponenthomeSlides .bannerHtmlContent p {
    font-size: 15px;
}

.moduleComponenthomeSlides .bannerHtmlContent p {
    font-size: 15px;
}

.moduleComponenthomeSlides h1, .moduleComponenthomeSlides h2, .moduleComponenthomeSlides h3, .moduleComponenthomeSlides h4, .moduleComponenthomeSlides p, .moduleComponenthomeSlides a {
    color: #fff;
}

.moduleComponenthomeSlides h1 {
    color: #fff;
    font-size: 44px;
}

.sy-pager li.sy-active a {
    color: #ffebc6;
    background-color: #ffebc6;
}

@media screen and (min-width: 750px) {
    .moduleComponenthomeSlides .bannerHtmlContent p {
        font-size:15px;
    }
}

@media screen and (min-width: 740px) {
    .moduleComponenthomeSlides .bannerHtmlContent p {
        font-size:26px;
    }
}

/*-----------------------------*/
.moduleComponentContainerfooterCallouts .bannerHtmlContent h1, .moduleComponentContainerfooterCallouts .bannerHtmlContent h2, .moduleComponentContainerfooterCallouts .bannerHtmlContent h3, .moduleComponentContainerfooterCallouts .bannerHtmlContent h4, .moduleComponentContainerfooterCallouts .bannerHtmlContent a, .moduleComponentContainerfooterCallouts .bannerHtmlContent p {
    color: #ffffff;
}

.moduleComponentContainerfooterCallouts .moduleComponentfooterCallouts .bannerHtmlContent:after {
    background: rgba(255,255,255,0.6);
}

.moduleComponentContainerfooterCallouts .moduleComponentfooterCallouts .bannerHtmlContent:hover:after {
    background: rgba(255,255,255,0.4);
}

.moduleComponentContainerfooterCallouts .bannerHtmlContent h2 {
    font-family: 'Oxygen';
    font-size: 40px;
    font-weight: bold;
}

body, html {
    background: none repeat scroll 0 0 #fff;
    height: auto;
    margin: 0;
    padding: 0;
    font-family: 'Oxygen' !important;
}

h1.contentPageTitle {
    text-align: center;
    margin: 30px;
}

BODY#home, TABLE {
    color: #696969;
    font-family: 'Oxygen', arial, sans-serif !important;
    font-size: 15px;
}

BODY, TABLE {
    color: #696969;
    font-family: 'Oxygen', arial, sans-serif !important;
    font-size: 18px;
    font-weight: 300;
}

a:focus, a:hover {
    color: #3d1442;
}

strong {
    font-family: 'Oxygen' !important;
}

iframe[id^="oauth2relay"] {
    position: fixed !important;
}

*::-moz-selection {
    background: none repeat scroll 0 0 #b8cbde;
    color: #fff;
}

iframe {
    max-width: 100%;
}

blockquote {
    background: none repeat scroll 0 0 #efefef;
    border-left: 10px solid #ccc;
    color: #ffebc6;
    margin: 1.5em 0 1.5em 20px;
    padding: 1.5em 10px;
    quotes: "?" "?" "?" "?";
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-family: 'Oxygen', arial, sans-serif !important;
    font-size: 6em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}

h1, .h1 {
    color: #ffffff;
    font-family: 'Oxygen' !important;
    font-size: 42px;
    font-weight: normal;
    line-height: 42px;
    margin: 20px 0;
}
#news .moduleItemContent h1{
    color: #000;
}
.moduleComponentheaderImages h1, .moduleComponentheaderImages .h1 {
    color: #fff;
    font-family: 'Oxygen' !important;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    z-index: 20;
}

@media screen and (min-width: 1000px) {
    .moduleComponentheaderImages h1, .moduleComponentheaderImages .h1 {
        color: #fff;
        font-family: 'Oxygen' !important;
        font-size: 60px;
        font-weight: 400;
        position: relative;
        z-index: 20;
        text-align: center;
    }
}

.moduleComponentheaderImages:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background : rgba(255,235,198,0.9);
    display: none;
}

h2, .h2 {
    color: #121212;
    font-family: 'Oxygen' !important;
    font-size: 26px;
    font-weight: normal;
    margin: 20px 0 10px;
    text-transform: none;
    font-weight: 400;
}

.hasImage h2 {
    color: #fff
}

#moduleComponent84 h2 {
    color: #fff
}

h1 strong, .h1 strong, h2 strong, .h2 strong {
    font-weight: normal;
    font-family: 'Oxygen' !important;
}

h3, .h3 {
    color: #ffffff;
    font-family: 'Oxygen' !important;
    font-size: 22px;
    font-weight: normal;
    line-height: 24px;
    margin: 15px 0;
    text-transform: none;
}

h4, .h4 {
    color: #ffffff;
    font-family: 'Oxygen' !important;
    font-size: 20px;
    margin: 15px 0;
    text-transform: none;
    /* text-transform: uppercase; */
}

#navigation {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    background: none;
}

#topNavigationContainer {
    float: left;
    height: auto;
    margin-top : 1px;
    margin-left: 0%;
    position: relative;
    width: 100%;
    background : none;
    border-left: 1px solid #fff;
    box-sizing: border-box;
}

#topNavigationContainer ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#topNavigationContainer ul li {
    color: #fff;
    font-size: 13px;
    line-height: 42px;
    margin: 0;
    padding: 0;
    position: relative;
}

@media screen and (min-width: 600px) {
    #topNavigationContainer ul li {
        float: right;
    }

    #topNavigationContainer ul li:nth-child(2) {
        border-left: 1px solid #dedede;
        margin-left: 7px;
    }
}

#topNavigationContainer ul li {
    border-left: none;
    padding: 0;
}

#topNavigationContainer ul li a {
    color: #919191;
    font-size: 19px;
    padding: 0 14px;
    text-decoration: none;
    text-transform: none;
}

#topNavigationContainer ul li a.blueButton {
    border-radius: 5px;
    margin: 0;
    background: none repeat scroll 0 0 #545454;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height : 28px;
    margin: 3px auto 0px 17px;
    padding: 0px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight : bold;
    font-family: 'Oxygen' !important;
}

#topNavigationContainer ul li a.greyButton {
    border-radius: 5px;
    margin: 0;
    background: #919191 url(https://www.jenkinsgroup.co.nz/templates/includes/vanilla/assets/images/style/login_icon.png) 10px 8px no-repeat;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height : 28px;
    margin: 3px 10px 0px 17px;
    padding: 0px 10px 0px 32px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight : bold;
    font-family: 'Oxygen' !important;
}

#bottomNavigationContainer a.menuSelected, #bottomNavigationContainer ul li a.childSelected {
    color: #545454;
    font-weight : bold;
    font-family: 'Oxygen';
}

#topNavigationContainer ul li a span {
    background: none repeat scroll 0 0 #ffebc6;
    display: inline;
    margin-left: 10px;
    padding: 4px 7px;
}

#topNavigationContainer ul li a span img {
    bottom: -3px;
    position: relative;
}

#topNavigationContainer ul li ul {
    display: block;
}

#bottomNavigationContainer ul li > a {
    border-right: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-family: "bariol_regularregular",arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0 4px;
    padding: 0 16px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}

#header #topNavigationContainer ul li ul {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

#header #topNavigationContainer ul li:hover ul {
    animation: 400ms ease-out 0s normal none 1 fadeIn;
    display: block;
    height: auto;
    opacity: 1;
    overflow: visible;
}

#header #topNavigationContainer ul li ul {
    background: none repeat scroll 0 0 rgba(71, 71, 71, 0.9);
    border-bottom: medium none;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
    float: none;
    left: 0;
    list-style: none outside none;
    margin: 0;
    opacity: 1;
    padding: 1px 3px 0 0;
    position: absolute;
    top: 0;
    width: 200px;
    z-index: 100;
}

#header #topNavigationContainer ul li ul li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color -moz-use-text-color #666;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    float: left;
    height: auto;
    line-height: 19px;
    margin: 0;
    min-height: 20px;
    padding: 0;
    position: relative;
    width: 203px;
}

#header #topNavigationContainer ul li ul li a {
    border: medium none;
    color: #fff;
    display: block;
    float: left;
    height: auto;
    letter-spacing: 0;
    line-height: 23px;
    list-style: none outside none;
    margin: 0;
    padding: 4px 10px 4px 17px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 178px;
}

#header #topNavigationContainer ul li ul li a:hover {
    background: none repeat scroll 0 0 #ffebc6 !important;
    color: #fff;
}

#topNavBar {
    float: left;
    position: relative;
    min-width : 100%;
    padding-right : 2.5em;
}

/*********************/
.siteSearchContainer {
    background: none repeat scroll 0 0 #fff;
    box-shadow: none;
    float: left;
    margin: 0px 0px 0px -12px;
    position: relative;
    width: 230px;
}

.siteSearchContainer span.searchLabel {
    display: none;
}

.siteSearchContainer input.siteSearchInput {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 3px;
    color: #828487;
    font-family: 'Oxygen', arial, sans-serif;
    font-size: 17px;
    opacity: 0.6;
    padding: 8px 15px;
    position: relative;
    text-transform: uppercase;
    font-weight : bold;
    font-family: 'Oxygen';
    transition: all 0.5s ease 0s;
    width: 160px;
}

.siteSearchContainer input.siteSearchInput:focus, .siteSearchContainer:hover input.siteSearchInput:focus {
    color: #ffebc6;
    opacity: 1;
}

.siteSearchContainer input.siteSearchSubmit {
    float: right;
    background: none;
    border: medium none;
    cursor: pointer;
    height: 24px;
    font-size: 20px;
    color: #c0c1c3;
    margin: 2px 0 0;
    width: 24px;
}

.navbar-dropdown.navbar-fixed-top {
    position: relative;
}

.navbar-dropdown.navbar-fixed-top.navbar-short {
    position : fixed;
}

/*********************/
#topNavigationContainer {
}

#topNavBar {
}

#topNavBar ul {
}

#topNavBar ul li {
}

#topNavBar ul li a.btn-primary {
    font-size: 12px;
    color: #fff !important;
    padding: 8px 14px;
}

#topNavBar ul li a.nav-link {
    font-size: 12px;
    color: #545454 !important;
    line-height: 3;
}

#topNavBar ul li a.nav-link:hover {
    text-decoration: underline !important;
}

@media screen and (min-width: 1000px) {
    #topNavBar ul li a.btn-primary {
        font-size: 14px;
        color: #fff !important;
        padding: 8px 14px;
    }

    #topNavBar ul li a.nav-link {
        font-size: 17px;
        color: #545454 !important;
        line-height: 3;
    }
}

#footer {
    background: none repeat scroll 0 0 #2a1a57;
    float: left;
    height: auto;
    margin: 0px 0 -30px;
    min-width: 100%;
    padding: 20px 0px 0px 0px;
    padding: 0;
}

section.moduleComponentContainerfooterCallouts {
    padding-top: 20px;
}

#home #footer {
    margin: 0px 0 0;
}

#footer .container {
}

#footer .bgContainer {
}

.footerMenu {
    float: left;
    position: relative;
    width: 100%;
}

#moreMenu ul {
    display: block !important;
}

#rightFooter {
    float: left;
    position: relative;
    width: 100%;
    background: none;
    margin: 0;
    padding: 0 0 0 30px;
    box-sizing: border-box;
}

#rightFooter a.blueButton {
    font-size: 17px;
    width: auto;
    font-weight : bold;
    font-family: 'Oxygen';
    margin: 5px 20px 7px 0px;
    border-radius: 4px;
    float: left;
}

#rightFooter #footerNumber {
    margin: 10px 0 0 0;
    float: none;
    position: relative;
    font-family: 'Oxygen', arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    width: 50%;
}

#rightFooter #footerNumberOverseas {
    margin: 10px 0 0 0;
    position: relative;
    top: 0;
    font-family: 'Oxygen', arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    float: none;
    width: 50%;
}

#rightFooter a#finaccesOnline img {
    width: 165px !important;
    position: relative;
}

#rightFooter a#getApp img {
    width: 140px !important;
    padding: 4px;
    position: relative;
    float: left;
    right: 17px;
    margin-top: 5px;
    background: #689F38;
    border-radius: 5px;
}

@media screen and (min-width: 1000px) {
    #rightFooter a#getApp img {
        margin-left: 50%;
        transform: translateX(-70px);
    }
}

#rightFooter a {
    margin: 0px 7px 7px 0px;
}

.footerLeft ul {
    list-style: none outside none;
    margin: 30px 0 30px 0px;
    padding: 0;
}

.footerLeft ul li {
    margin: 3px 0;
}

.footerLeft ul li a {
    color: #eaeaea;
    font-size: 18px;
    line-height: 30px;
    padding: 2px 10px 2px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.footerLeft ul li a.signupButton {
    background: none repeat scroll 0 0 #ffebc6;
    display: inline-block;
    margin: 3px 0 0;
    width: 60%;
}

.footerMenu ul {
    list-style: none outside none;
    margin: 30px 0 30px 15px;
    padding: 0;
}

.footerMenu ul li {
    margin: 3px 0;
}

.footerMenu ul li a {
    font-weight: bold;
    color: #ffebc6;
    font-size: 22px;
    line-height: 30px;
    padding: 2px 10px 2px 15px;
    text-decoration: none;
    text-transform: capitalize;
}

.footerMenu ul li ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.footerMenu ul li ul li {
    margin: 8px 0;
}

.footerMenu ul li ul li a {
    color: #eaeaea;
    font-size: 16px;
    line-height: 24px;
    padding: 2px 10px 2px 15px;
    text-decoration: none;
    text-transform: none;
}

.footerMenu ul li ul li a:before {
    content: "- ";
}

#copyright {
    float: left;
    margin: 0 !important;
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    /* text-transform: uppercase; */
}

#copyright p {
    font-size: 13px;
    line-height: 1.4;
    margin: 0 !important;
    text-transform: unset;
}

#copyright p a {
    text-decoration: none;
}

@media (min-width: 576px) {
    .footerMenu {
        width: 25%;
    }

    #rightFooter a {
        margin: 0 7px 0 0;
    }

    #rightFooter a.blueButton {
        width: 215px;
        margin: 5px 20px 2px 0;
    }
}

@media (min-width: 768px) {
    #rightFooter {
        max-width: 725px;
        margin: 0 0 0 30px;
        padding: 0;
    }

    #rightFooter #footerNumber {
        margin: 0;
        top: 0px;
        width: auto;
        float: none;
        display: block;
    }

    #rightFooter #footerNumberOverseas {
        top: -3px;
        margin-left: 15px;
        float: none;
        width: auto;
        margin: 0;
    }

    #rightFooter a#finaccesOnline img {
        top: 17px;
    }

    #back-top {
        display: block;
    }
}

@media (min-width: 992px) {
    .footerMenu {
        width: 20%;
    }
}

@media (min-width: 1200px) {
}

.downloadApple {
    background-image: url("https://www.jenkinsgroup.co.nz/templates/includes/vanilla/assets/images/style/app-store.png");
    display: block;
    position: relative;
    width: 145px;
    height: 48px;
    float: left;
}

.downloadAndriod {
    background-image: url("https://www.jenkinsgroup.co.nz/templates/includes/vanilla/assets/images/style/google-play.png");
    display: block;
    position: relative;
    width: 144px;
    height: 48px;
    float: left;
}

.downloadWindows {
    background-image: url("https://www.jenkinsgroup.co.nz/templates/includes/vanilla/assets/images/style/window_store.png");
    display: block;
    position: relative;
    width: 144px;
    height: 48px;
    float: left;
}

.appStoreCallout {
    display: none;
    position: absolute;
    right: -110px;
    top: 12px;
    width: 140px;
    height: 40px;
    background: url("https://www.jenkinsgroup.co.nz/templates/includes/vanilla/assets/images/style/app-store.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.playStoreCallout {
    display: none;
    position: absolute;
    right: -236px;
    top: 12px;
    width: 140px;
    height: 40px;
    background: url("https://www.jenkinsgroup.co.nz/templates/includes/vanilla/assets/images/style/google-play.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.platformsLogos {
    display: none;
    position: relative;
    float: right;
    top: 16px;
    margin-left: 15px;
    width: 120px;
    height: 32px;
    background: url("https://www.jenkinsgroup.co.nz/templates/includes/vanilla/assets/images/style/platforms_logos.png");
    background-repeat: no-repeat;
    background-size: contain;
}

#rightFooter a:nth-last-child(8) {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

/*
#footer .facebookIcon
{
    display:none;
}

#footer .blogIcon
{
    display:none;
}
#footer .linkedInIcon
{
    display:none;
}

#footer .newsIcon
{
    display:none;
}

*/
#footer #getApp {
    display: none;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    #rightFooter a:nth-last-child(8) {
        top:-10px;
        width: auto;
        float: right;
        margin: 0;
    }
}

@media (min-width: 992px) {
    .platformsLogos {
        display:block;
    }
}

@media (min-width: 1200px) {
}

/*-------------------------------------*/
#pageSource {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
}

#pageSource {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
}

#listingBlog {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 45px;
}

@media screen and (min-width: 500px) {
    #listingBlog {
        width:100%;
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .standardModule[class*="moduleListingWrapper"] #navBar {
        width: 38%;
    }

    #listingBlog .listingItem.standardModule .moduleItemContent {
        width: 100%;
    }
}

@media screen and (min-width: 740px) {
    #listingBlog {
        width:100%;
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .standardModule[class*="moduleListingWrapper"] #navBar {
        width: 30%;
    }
}

@media screen and (min-width: 1040px) {
    #listingBlog {
        width:100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 45px;
        margin-bottom: 45px;
    }

    #listingTestimonials {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 45px;
        margin-bottom: 45px;
    }

    #moduleItemBlog {
        width: 100%;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 45px;
        margin-bottom: 45px;
    }

    #moduleItemTestimonials {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .standardModule[class*="moduleListingWrapper"] #navBar {
        width: 20%;
    }
}

#listingBlog .listingItem:nth-child(odd), #listingBlog .listingItem:nth-child(even) {
    background: #fff !important;
}

.blog #navBar {
    box-sizing: padding-box;
    padding: 25px;
    margin-top: 60px;
    background: #f6f6f6;
}

.blog #navBar a, .blog #navBar .navCategoryBlogLinks a, .blog #navBar .navDateLinks a {
    text-decoration: none;
    font-size: 14px;
}

.moduleDetailWrapperBlog #navBar {
    display: none;
}

@media screen and (min-width: 850px) {
    #listingBlog .listingItem {
    }

    #listingBlog .listingItem:nth-child(odd) {
    }

    #listingBlog .listingItem:nth-child(even) {
        background: #fff !important;
    }

    #listingBlog .listingItem:nth-child(odd) .moduleItemImage {
        margin: 0px 0px 0px 35px;
    }

    #listingBlog .listingItem:nth-child(even) .moduleItemImage {
        margin: 0px 35px 0px 0px;
    }

    #listingBlog .listingItem p {
        font-size: 14px;
    }

    #listingBlog .listingItem h2.title {
        text-transform: none;
        color: #121212;
        margin-bottom: 0;
    }
}

#moduleItemBlog #contentContainer h2 {
    font-size: 30px;
    margin: 0px 0px 8px 0px;
}

#navBar {
    margin: 20px 0px 0px 0px;
}

#navBar ul, #navBar ul li, #navBar h3 {
    margin: 0;
    padding: 0;
    list-style: none;
}

#navBar h3 {
    margin: 15px 0px 0px 0px;
}

#navBar .navCategoryLinks {
    display: inline-block;
    float: left;
}

#navBar .navCategoryLinks a {
    display: inline-block;
    float: left;
    padding: 10px 30px;
    margin: 0px 8px 8px 0px;
    border: 2px solid #d9d9d9;
    color: #999999;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.3s all;
    border-radius: 3px;
}

#navBar .navCategoryLinks a.selected, #navBar .navCategoryLinks a:hover {
    border: 2px solid #204998;
    color: #204998;
}

/*-------------------------------------*/
/*-----------------------*/
@media (min-width: 1200px) {
    .headerNavigation [class*="home"] a:before {
        font-family: 'FontAwesome';
        content: "\f015";
        position : relative;
        margin-top: -5px;
        margin-left: 0px;
        margin-right: 12px;
    }

    .headerNavigation [class*="home"] {
        padding-left: 30px !important;
    }
}

.headerNavigation {
    width: 99.5%;
}

.headerNavigation .menu-collapser {
    text-align : right;
    color: #FFFFFF;
    background: transparent;
    height: auto;
    line-height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    margin: -51px 0px 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-right: 75px;
}

@media screen and (max-width: 550px) {
    .headerNavigation .menu-collapser {
        margin: -3px 0px 15px;
    }

    .navbar-fixed-top .menu-logo {
        margin: auto
    }

    .navbar-short .menu-logo {
        margin: 0px auto 0px 0px;
    }

    .navbar-short .menu-collapser {
        margin: -52px 0px 15px;
    }
}

@media screen and (max-width: 500px) {
    .headerNavigation .menu-collapser {
        margin: 0px 0px 15px;
    }

    .navbar-fixed-top .menu-logo {
        margin: auto
    }

    .navbar-short .menu-logo {
        margin: auto;
    }

    .navbar-short .menu-collapser {
        margin: -6px 0px 15px;
    }
}

.headerNavigation .menu-collapser .collapse-button {
    position: absolute;
    right: 4px;
    top: 50%;
    width: 50px;
    height: 50px;
    padding: 0px;
    background: #b07100;
    right: 0;
    border-radius: 0;
}

.headerNavigation ul {
    background: #b07100;
    background-size: 50% auto;
    padding: 0;
    margin: -12px 0px 0px 0px;
}

.headerNavigation ul li {
    backgroundmoca: transparent;
    padding: 0;
    margin: 0;
}

.headerNavigation ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
}

.headerNavigation ul li a:hover {
    background: #2A1A57;
    color: #FFFFFF;
}

.headerNavigation ul li ul {
    background: #2A1A57;
}

.headerNavigation ul li ul li {
    width: 100%;
    background: #2A1A57;
}

.headerNavigation ul li ul li a {
    line-height: 30px;
    padding: 4px 22px;
    color: #FFFFFF;
}

.headerNavigation ul li ul li a:hover {
    color: #E48F24;
}

.headerNavigation > ul.collapsed li .sub-toggle {
    height: 46px;
}

.headerNavigation > ul.collapsed li ul li a {
    padding: 7px 35px;
}

.headerNavigation > ul.collapsed li ul li {
    background: #b07100;
}

.headerNavigation > ul.collapsed li ul li ul li a {
    padding: 7px 55px;
}

.headerNavigation > ul.collapsed li ul li ul li {
    background: #b07100;
}

.collapse-button {
    border-radius: 3px !important;
    margin-right: 15px;
}

.collapse-button .icon-bar {
    position: relative;
    width: 70%;
    left: 0px;
    top: 0px;
    transition: all 0.5s;
    transform: translate(0%) rotate(0deg);
    height: 3px;
    margin: 7px 15%;
    border-radius: 2px;
}

.collapse-button .icon-bar:nth-of-type(1) {
    margin-top: 12px;
}

.collapse-button .rotate45deg {
    width: 90%;
    left: 3px;
    top: 12px;
    transform: translate(0px) rotate(45deg);
    margin: 0;
}

.collapse-button .display-none {
    opacity: 0;
    margin: 0;
}

.collapse-button .rotate-45deg {
    width: 90%;
    left: 3px;
    top: 6px;
    transform: translate(0px) rotate(-45deg) ;
    margin: 0;
}

.headerNavigation > ul.collapsed li .sub-toggle {
    margin-right: 15px;
}

.headerNavigation > ul.collapsed li .sub-toggle i {
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    margin: 0 -2px 0px 0px;
}

@media (min-width: 1150px) {
    .headerNavigation .menu-collapser {
        color: #767676;
        background: none;
        height: auto;
        line-height: 30px;
        font-size: 12px;
        text-transform: uppercase;
        margin: -3px 0px 15px;
        font-family: 'Roboto', sans-serif
    }

    .headerNavigation .menu-collapser .collapse-button {
        position: absolute;
        right: 4px;
        top: 50%;
        width: 30px;
        padding: 5px;
    }

    .headerNavigation ul {
        background: none;
        padding: 0;
        margin: 0 4.5em 0px 0px;
        width: auto;
        display: inline-block;
        float: right;
        line-height: 3;
        margin-top: 123px;
    }

    .navbar-short .headerNavigation ul {
        margin-top: 0
    }

    .headerNavigation ul li {
        background: transparent;
        padding: 0;
        margin: 0;
        border: none;
    }

    .headerNavigation ul li a {
        padding: 0 6px;
        color: #fff;
    }

    .sub-toggle {
        display: none;
    }

    .headerNavigation ul li ul li a:before {
        content: '\00bb';
        font-size: 20px;
        line-height: 32px;
        margin: 0 5px 0 0;
    }

    .headerNavigation ul li a {
        font-size: 14px;
        padding: 0 12px;
    }
}

@media (min-width: 1500px) {
    .headerNavigation ul li a {
        font-size: 18px;
        padding: 0 15px;
    }

    .headerNavigation ul li ul {
        width: 238px;
        padding: 13px 0;
    }
}

/*----------------------------------*/
.emailFormContainerOutter {
    background: url("https://www.jenkinsgroup.co.nz/images/style/formbody.jpg");
}

#emailForm {
    overflow: hidden;
    padding: 15px 0;
    box-sizing: border-box;
    background: #dceaf0;
    border-radius: 0px;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    background: none;
    color: #fff;
}

#emailForm .formRow {
    width: 50%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}

select, textarea, #emailForm .field81Container {
    width: 100%;
}

select {
    height: 33px;
}

#emailForm .formRow .labelHorizontal {
    width: 200px;
    float: left;
}

#emailForm .formRow .valueHorizontal {
    width: calc(100%);
    float: left;
    color: #fff;
}

#emailForm .formRow input {
    width: 100%;
    float: left;
}

#emailForm .formRow input.fchk {
    width: 5%;
    float: left;
    margin: 10px 0px 0px 0px;
}

#emailForm .formRow .fgroup {
    width: 100%;
}

#emailForm .formRow .fgroup tr {
    padding-right: 10px;
    color: #fff;
}

#emailForm .formRow .fgroup tr:last-child {
    padding-right: 0px;
}

#emailForm .formRow:last-child {
    width: 100%;
}

#emailForm .formRow:last-child textarea {
    width: 100%;
}

#emailForm .buttonBar {
    width: 100%;
    float: left;
}

#emailForm .buttonBar .fsub {
    float: left;
    margin: 15px;
    cursor: pointer;
    padding: 5px 40px;
    background: #2a1a57;
    color: #fff;
    border: none;
}

.formHeaderText {
    padding-left: 15px;
}

#faqItems {
    text-align: center;
}

#faqItems a:hover {
    color: #efefef !important;
}

#faqItems #pageNavigation a:hover {
    color: #ffebc6 !important;
}

#faqItems #pageNavigation {
    margin-bottom: 20px;
}

#faqItems .faqItem {
    overflow: hidden;
    display: block;
    z-index: 1;
    width: 100%;
    background: #EEEEEE;
    border-radius: 0px;
    margin: 2px 0px;
}

#faqItems .faqItem .button {
    display: block;
    z-index: 1;
    width: 100%;
    background: #ffebc6;
    border-radius: 5px 5px 0 0;
    color: #fff;
    border-bottom: 1px solid #fff
}

#faqItems .faqItem .answer {
    padding: 15px;
    text-align: left;
}

/*========================*/
.sy-list, .sy-list li, .sy-slide {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.sy-controls, .sy-pager {
}

.moduleComponentContainerhomeSlides {
    float: left;
    width: 100% !important;
    height: 272px !important;
}

.moduleComponenthomeSlides, .moduleComponentContainerhomeSlides {
    width: 100% !important;
    height: 272px !important;
    background-position: center;
    background-size: cover;
}

.moduleComponenthomeSlides .centerContainer {
    height: 272px !important;
    width: 100% !important;
}

.moduleComponenthomeSlides .centerContainerInner {
    height: 272px !important;
    width: 100% !important;
}

.moduleComponenthomeSlides .bannerHtmlContent {
    border-radius: 15px;
    padding: 20px;
    position: relative;
    display: inline-block;
    top: 50%;
    width: 100%;
    text-align : center;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.moduleComponenthomeSlides .bannerHtmlContent p {
    font-size: 15px;
    text-align: center;
}

.moduleComponenthomeSlides .bannerHtmlContent p {
    font-size: 15px;
}

.moduleComponenthomeSlides .bannerHtmlContent {
    position: absolute;
    width: 100%;
    text-align: left;
}

.moduleComponenthomeSlides h1, .moduleComponenthomeSlides h2, .moduleComponenthomeSlides h3, .moduleComponenthomeSlides h4, .moduleComponenthomeSlides p, .moduleComponenthomeSlides a {
    color: #fff;
    text-align : center;
}

.moduleComponenthomeSlides a {
}

.moduleComponenthomeSlides p {
}

.moduleComponenthomeSlides h1 {
    display: block;
    color: #fff;
    padding: 16px 0px 20px;
    text-transform: uppercase;
    font-size: 44px;
    margin: 8px 0px;
}

.sy-pager li.sy-active a {
    color: #ffebc6;
    background-color: #ffebc6;
}

@media screen and (min-width: 750px) {
    .moduleComponenthomeSlides .bannerHtmlContent p {
        font-size:15px;
        text-align : center;
    }
}

@media screen and (min-width: 740px) {
    .moduleComponenthomeSlides {
        float:left;
        width: 100% !important;
        height: 572px !important;
    }

    .moduleComponenthomeSlides, .moduleComponentContainerhomeSlides {
        height: 150px !important;
        background-position: center;
        background-size: cover;
    }

    .moduleComponenthomeSlides .centerContainer {
        height: 480px !important;
        width: 600px !important;
        margin: 0 auto;
    }

    .moduleComponenthomeSlides .centerContainerInner {
        height: 480px !important;
    }

    .moduleComponenthomeSlides .bannerHtmlContent {
        top: 50%;
        width: 600px;
    }

    .moduleComponenthomeSlides .bannerHtmlContent p {
        font-size: 26px;
    }
}

/*-----------------------------*/
.mainstreetListingFormat #moduleListingItems .moduleItemsListing {
    margin : 30px;
}

@media screen and (min-width: 740px) {
    .mainstreetListingFormat #moduleListingItems .moduleItemsListing {
        margin : 30px 0px;
    }

    .mainstreetListingFormat .columnContainer4 > div, .mainstreetListingFormat .columnContainer4 > span, .mainstreetListingFormat .columnContainer4 > a, .mainstreetListingFormat .columnContainer4 > li {
        width: 23.2%;
        margin: 0.8%;
    }
}

@media screen and (min-width: 1140px) {
    .mainstreetListingFormat #moduleListingItems .moduleItemsListing {
        margin : 30px 0px;
    }
}

.mainstreetListingFormat #moduleListingItems .listingItem {
    height : 500px;
    padding: 0px;
    border: 4px solid #c5c5c5;
}

#ourFavorites #listingShopping .listingItem, #ourFavorites #listingNews .listingItem, #ourFavorites #listingGallery .listingItem, #ourFavorites #listingEatAndDrink .listingItem, #ourFavorites #listingHealthAndWellbeing .listingItem, #ourFavorites #listingArtsAndCulture .listingItem, #ourFavorites #listingBusiness .listingItem, #ourFavorites #listingStudy .listingItem {
    height : auto !important;
}

.mainstreetListingFormat #listingShopping .listingItem, .mainstreetListingFormat #listingNews .listingItem, .mainstreetListingFormat #listingEatAndDrink .listingItem, .mainstreetListingFormat #listingHealthAndWellbeing .listingItem, .mainstreetListingFormat #listingArtsAndCulture .listingItem, .mainstreetListingFormat #listingBusiness .listingItem, .mainstreetListingFormat #listingStudy .listingItem {
    height : 500px;
}

.mainstreetListingFormat #moduleListingItems #listingEvents .listingItem, .mainstreetListingFormat #listingGallery .listingItem {
    height: auto;
}

@media screen and (min-width: 500px) {
    .mainstreetListingFormat #listingGallery .listingItem {
        height: 380px;
    }

    .mainstreetListingFormat #moduleListingItems #listingEvents .listingItem {
        height: 405px;
    }
}

@media screen and (min-width: 600px) {
    .mainstreetListingFormat #listingGallery .listingItem {
        height: 400px;
    }

    .mainstreetListingFormat #moduleListingItems #listingEvents .listingItem {
        height: 450px;
    }
}

@media screen and (min-width: 740px) {
    .mainstreetListingFormat #listingGallery .listingItem {
        height: 300px;
    }

    .mainstreetListingFormat #moduleListingItems #listingEvents .listingItem {
        height: 380px;
    }
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media screen and (min-width: 600px) {
    .mainstreetListingFormat #listingShopping .listingItem, .mainstreetListingFormat #listingNews .listingItem, .mainstreetListingFormat #listingEatAndDrink .listingItem, .mainstreetListingFormat #listingHealthAndWellbeing .listingItem, .mainstreetListingFormat #listingArtsAndCulture .listingItem, .mainstreetListingFormat #listingBusiness .listingItem, .mainstreetListingFormat #listingStudy .listingItem {
        height : 450px;
    }
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media screen and (min-width: 800px) {
    .mainstreetListingFormat #listingShopping .listingItem, .mainstreetListingFormat #listingNews .listingItem, .mainstreetListingFormat #listingEatAndDrink .listingItem, .mainstreetListingFormat #listingHealthAndWellbeing .listingItem, .mainstreetListingFormat #listingArtsAndCulture .listingItem, .mainstreetListingFormat #listingBusiness .listingItem, .mainstreetListingFormat #listingStudy .listingItem {
        height : 340px;
    }

    .mainstreetListingFormat #listingGallery .listingItem {
        height: 345px;
    }

    .mainstreetListingFormat #moduleListingItems #listingEvents .listingItem {
        height: 405px;
    }
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media screen and (min-width: 1000px) {
    .mainstreetListingFormat #listingShopping .listingItem, .mainstreetListingFormat #listingNews .listingItem, .mainstreetListingFormat #listingEatAndDrink .listingItem, .mainstreetListingFormat #listingHealthAndWellbeing .listingItem, .mainstreetListingFormat #listingArtsAndCulture .listingItem, .mainstreetListingFormat #listingBusiness .listingItem, .mainstreetListingFormat #listingStudy .listingItem {
        height : 400px;
    }

    .mainstreetListingFormat #listingGallery .listingItem {
        height: 350px;
    }

    .mainstreetListingFormat #moduleListingItems #listingEvents .listingItem {
        height: 415px;
    }
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media screen and (min-width: 1200px) {
    .mainstreetListingFormat #listingShopping .listingItem, .mainstreetListingFormat #listingNews .listingItem, .mainstreetListingFormat #listingEatAndDrink .listingItem, .mainstreetListingFormat #listingHealthAndWellbeing .listingItem, .mainstreetListingFormat #listingArtsAndCulture .listingItem, .mainstreetListingFormat #listingBusiness .listingItem, .mainstreetListingFormat #listingStudy .listingItem {
        height : 410px;
    }

    .mainstreetListingFormat #listingGallery .listingItem {
        height: 370px;
    }

    .mainstreetListingFormat #moduleListingItems #listingEvents .listingItem {
        height: 455px;
    }
}

.mainstreetListingFormat #moduleListingItems a.listingImageLink {
    margin: 0px 0px 12px 0px;
}

.mainstreetListingFormat #moduleListingItems a.listingImageLink, .mainstreetListingFormat #moduleListingItems a.listingImageLink img {
    position : relative;
    float: left;
    width : 100%;
}

.mainstreetListingFormat #moduleListingItems a.listingImageLink:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    z-index: 1;
    transition: 0.5s all;
    opacity: 0;
}

.mainstreetListingFormat #moduleListingItems a.listingImageLink:hover:before {
    background: rgba(0,0,0,0.8);
}

#listingHotspots.customListing .listingItem a.listingImageLink.eventsHover:hover:before, .moduleListingWrapperEvents.mainstreetListingFormat #moduleListingItems a.listingImageLink:hover:before {
    background: rgba(147, 2, 255, 0.8);
    background-image: url(https://www.jenkinsgroup.co.nz/images/icons/events.png);
    background-size: 100% auto;
    opacity: 0.8;
}

#listingHotspots.customListing .listingItem a.listingImageLink.visitorInfoHover:hover:before, .moduleListingWrapperVisitorInfo.mainstreetListingFormat #moduleListingItems a.listingImageLink:hover:before {
    background: rgba(17, 188, 163, 0.8);
    background-image: url(https://www.jenkinsgroup.co.nz/images/icons/visitorinformation.png);
    background-size: 100% auto;
    opacity: 0.8;
}

#listingHotspots.customListing .listingItem a.listingImageLink.shoppingHover:hover:before, .moduleListingWrapperShopping.mainstreetListingFormat #moduleListingItems a.listingImageLink:hover:before {
    background: rgba(227, 52, 123, 0.8);
    background-image: url(https://www.jenkinsgroup.co.nz/images/icons/shopping.png);
    background-size: 100% auto;
    opacity: 0.8;
}

#listingHotspots.customListing .listingItem a.listingImageLink.eatAndDrinkHover:hover:before, .moduleListingWrapperEatAndDrink.mainstreetListingFormat #moduleListingItems a.listingImageLink:hover:before {
    background: rgba(236, 86, 35, 0.8);
    background-image: url(https://www.jenkinsgroup.co.nz/images/icons/eatanddrink.png);
    background-size: 100% auto;
    opacity: 0.8;
}

#listingHotspots.customListing .listingItem a.listingImageLink.accommodationHover:hover:before, .moduleListingWrapperAccommodation.mainstreetListingFormat #moduleListingItems a.listingImageLink:hover:before {
    background: rgba(243, 144, 30, 0.8);
    background-image: url(https://www.jenkinsgroup.co.nz/images/icons/accomodation.png);
    background-size: 100% auto;
    opacity: 0.8;
}

#listingHotspots.customListing .listingItem a.listingImageLink.healthAndWellbeingHover:hover:before, .moduleListingWrapperHealthAndWellbeing.mainstreetListingFormat #moduleListingItems a.listingImageLink:hover:before {
    background: rgba(5, 151, 255, 0.8);
    background-image: url(https://www.jenkinsgroup.co.nz/images/icons/healthandwellbeing.png);
    background-size: 100% auto;
    opacity: 0.8;
}

#listingHotspots.customListing .listingItem a.listingImageLink.artsAndCultureHover:hover:before, .moduleListingWrapperArtsAndCulture.mainstreetListingFormat #moduleListingItems a.listingImageLink:hover:before {
    background: rgba(230, 27, 55, 0.8);
    background-image: url(https://www.jenkinsgroup.co.nz/images/icons/artsandculture.png);
    background-size: 100% auto;
    opacity: 0.8;
}

#listingHotspots.customListing .listingItem a.listingImageLink.businessHover:hover:before, .moduleListingWrapperBusiness.mainstreetListingFormat #moduleListingItems a.listingImageLink:hover:before {
    background: rgba(0, 89, 255, 0.8);
    background-image: url(https://www.jenkinsgroup.co.nz/images/icons/business.png);
    background-size: 100% auto;
    opacity: 0.8;
}

#listingHotspots.customListing .listingItem a.listingImageLink.studyHover:hover:before, .moduleListingWrapperStudy.mainstreetListingFormat #moduleListingItems a.listingImageLink:hover:before {
    background: rgba(172, 212, 52, 0.8);
    background-image: url(https://www.jenkinsgroup.co.nz/images/icons/study.png);
    background-size: 100% auto;
    opacity: 0.8;
}

.moduleListingWrapperHotspots.mainstreetListingFormat #moduleListingItems a.listingImageLink:hover:before {
    background: rgba(74, 47, 255, 0.8);
    background-image: url(https://www.jenkinsgroup.co.nz/images/icons/business.png);
    background-size: 100% auto;
    opacity: 0.8;
}

.moduleListingWrapperNews.mainstreetListingFormat #moduleListingItems a.listingImageLink:hover:before {
    background: rgba(18,163,70,0.8);
    background-image: url(https://www.jenkinsgroup.co.nz/images/icons/news.png);
    background-size: 100% auto;
    opacity: 0.8;
}

.moduleListingWrapperMembers.mainstreetListingFormat #moduleListingItems a.listingImageLink:hover:before {
    background: rgba(174, 17, 210, 0.6);
    background-image: url(https://www.jenkinsgroup.co.nz/images/icons/membersnewsletters.png);
    background-size: 100% auto;
    opacity: 0.8;
}

.moduleListingWrapperMembersToolkit.mainstreetListingFormat #moduleListingItems a.listingImageLink:hover:before {
    background: rgba(174, 17, 210, 0.6);
    background-image: url(https://www.jenkinsgroup.co.nz/images/icons/memberstoolkit.png);
    background-size: 100% auto;
    opacity: 0.8;
}

.moduleListingWrapperMemberNews.mainstreetListingFormat #moduleListingItems a.listingImageLink:hover:before {
    background: rgba(174, 17, 210, 0.6);
    background-image: url(https://www.jenkinsgroup.co.nz/images/icons/membersnews.png);
    background-size: 100% auto;
    opacity: 0.8;
}

.mainstreetListingFormat a, .mainstreetListingFormat img {
    width: 100% !importnat;
}

.mainstreetListingFormat #moduleListingItems .moduleItemContent {
    padding: 12px ;
}

.mainstreetListingFormat #moduleListingItems .moduleItemContent h2, .mainstreetListingFormat #moduleListingItems .moduleItemContent h2 a {
    color : #e3347b;
    margin : 10px 0px;
    text-transform : none;
    font-size: 22px;
}

.moduleListingWrapperEvents.mainstreetListingFormat #moduleListingItems .moduleItemContent h2, .moduleListingWrapperEvents.mainstreetListingFormat #moduleListingItems .moduleItemContent h2 a {
    color: rgba(147, 2, 255, 1);
}

.moduleListingWrapperVisitorInfo.mainstreetListingFormat #moduleListingItems .moduleItemContent h2, .moduleListingWrapperVisitorInfo.mainstreetListingFormat #moduleListingItems .moduleItemContent h2 a, .moduleListingWrapperGallery.mainstreetListingFormat #moduleListingItems .moduleItemContent h2, .moduleListingWrapperGallery.mainstreetListingFormat #moduleListingItems .moduleItemContent h2 a {
    color: rgba(17, 188, 163, 1);
}

.moduleListingWrapperShopping.mainstreetListingFormat #moduleListingItems .moduleItemContent h2, .moduleListingWrapperShopping.mainstreetListingFormat #moduleListingItems .moduleItemContent h2 a {
    color: rgba(227, 52, 123, 1);
}

.moduleListingWrapperEatAndDrink.mainstreetListingFormat #moduleListingItems .moduleItemContent h2, .moduleListingWrapperEatAndDrink.mainstreetListingFormat #moduleListingItems .moduleItemContent h2 a {
    color: rgba(236, 86, 35, 1);
}

.moduleListingWrapperAccommodation.mainstreetListingFormat #moduleListingItems .moduleItemContent h2, .moduleListingWrapperAccommodation.mainstreetListingFormat #moduleListingItems .moduleItemContent h2 a {
    color: rgba(243, 144, 30, 1);
}

.moduleListingWrapperHealthAndWellbeing.mainstreetListingFormat #moduleListingItems .moduleItemContent h2, .moduleListingWrapperHealthAndWellbeing.mainstreetListingFormat #moduleListingItems .moduleItemContent h2 a {
    color: rgba(5, 151, 255, 1);
}

.moduleListingWrapperArtsAndCulture.mainstreetListingFormat #moduleListingItems .moduleItemContent h2, .moduleListingWrapperArtsAndCulture.mainstreetListingFormat #moduleListingItems .moduleItemContent h2 a {
    color: rgba(230, 27, 55, 1);
}

.moduleListingWrapperBusiness.mainstreetListingFormat #moduleListingItems .moduleItemContent h2, .moduleListingWrapperBusiness.mainstreetListingFormat #moduleListingItems .moduleItemContent h2 a {
    color: rgba(0, 89, 255, 1);
}

.moduleListingWrapperStudy.mainstreetListingFormat #moduleListingItems .moduleItemContent h2, .moduleListingWrapperStudy.mainstreetListingFormat #moduleListingItems .moduleItemContent h2 a {
    color: rgba(172, 212, 52, 1);
}

.moduleListingWrapperHotspots.mainstreetListingFormat #moduleListingItems .moduleItemContent h2, .moduleListingWrapperHotspots.mainstreetListingFormat #moduleListingItems .moduleItemContent h2 a {
    color: rgba(74, 47, 255, 1);
}

.moduleListingWrapperNews.mainstreetListingFormat #moduleListingItems .moduleItemContent h2, .moduleListingWrapperNews.mainstreetListingFormat #moduleListingItems .moduleItemContent h2 a {
    color: rgba(18,163,70, 1);
}

.moduleListingWrapperMembers.mainstreetListingFormat #moduleListingItems .moduleItemContent h2, .moduleListingWrapperMembers.mainstreetListingFormat #moduleListingItems .moduleItemContent h2 a {
    color: rgba(174, 17, 210, 1);
}

.moduleListingWrapperMembersToolkit.mainstreetListingFormat #moduleListingItems .moduleItemContent h2, .moduleListingWrapperMembersToolkit.mainstreetListingFormat #moduleListingItems .moduleItemContent h2 a {
    color: rgba(174, 17, 210, 1);
}

.moduleListingWrapperMemberNews.mainstreetListingFormat #moduleListingItems .moduleItemContent h2, .moduleListingWrapperMemberNews.mainstreetListingFormat #moduleListingItems .moduleItemContent h2 a {
    color: rgba(174, 17, 210, 1);
}

.mainstreetListingFormat #moduleListingItems .moduleItemContent .lightTitle {
    text-transform : uppercase;
    opacity : 0.6;
}

.mainstreetListingFormat #moduleListingItems .moduleItemContent .date {
    font-weight: normal;
    opacity: 1;
    color : #000;
    font-size: 13px;
}

.mainstreetListingFormat #moduleListingItems .moduleItemContent p.readMore {
}

.mainstreetListingFormat #moduleListingItems .moduleItemContent p.readMore a {
}

p.readMore a {
    text-transform: capitalize;
}

.readMore {
    margin-top: 15px;
}

.mainstreetListingFormat #moduleListingItems .moduleItemContent .tagContainer {
}

.mainstreetListingFormat #moduleListingItems .moduleItemContent .tagContainer {
    margin : 0;
    padding: 0px 0px 0px 0px;
    list-style : none;
    height: 28px;
    overflow: hidden;
}

.mainstreetListingFormat #moduleListingItems .moduleItemContent .tagContainer ul {
    margin : 0;
    padding: 0px;
    list-style : none;
}

.mainstreetListingFormat #moduleListingItems .moduleItemContent .tagContainer ul li {
    float: left;
    width: auto;
    display : inline-block;
    margin : 0 5px 5px 0;
    padding: 0;
    list-style : none;
}

.mainstreetListingFormat #moduleListingItems .moduleItemContent .tagContainer ul li button {
    background: #ededed;
    border : none;
    border-radius : 3px;
    padding: 5px 8px;
    cursor: pointer;
    font-size : 11px;
    transition: 0.4s all;
}

.mainstreetListingFormat #moduleListingItems .moduleItemContent .tagContainer ul li button:hover {
    background: #4d4d4d;
    color: #fff;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media screen and (min-width: 650px) {
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media screen and (min-width: 750px) {
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media screen and (min-width: 1200px) {
}

/*------------------------------*/
.moduleComponentContainerfooterCallouts {
    padding: 50px 0px;
}

.moduleComponentContainerfooterCallouts .moduleComponentfooterCallouts {
    margin: 0px;
}

.moduleComponentContainerfooterCallouts .moduleComponentfooterCallouts:hover .bannerHtmlContent:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: ;
    background: rgba(255,255,255,0.6);
    transition: 0.5s all;
}

.moduleComponentContainerfooterCallouts .moduleComponentfooterCallouts .bannerHtmlContent:hover:after {
    background: rgba(255,255,255,0.4);
}

.moduleComponentContainerfooterCallouts .bannerHtmlContent {
    position: relative;
    z-index: 2;
    /*! margin: 10px; */
    /*! padding: 10px 20px; */
    overflow : none;
    background-size: cover;
    background-position: center;
    min-height: 200px;
}

.moduleComponentContainerfooterCallouts .bannerHtmlContent h2 {
    position: relative;
    z-index: 2;
    font-family: 'Oxygen';
    font-size: 28px;
    font-weight: bold;
}

.moduleComponentContainerfooterCallouts .moduleComponentfooterCallouts a.bannerLinkMask {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 4;
}

/*---------------*/
#homeVideo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

#homeVideo video {
    width: 120%;
    height: 120%;
    margin: -10% 0 0 -10%;
    min-height : 800px;
}

#homeVideo video {
    width: 600%;
    height: 350%;
    margin-top: -300%;
}

@media (min-width: 500px) {
    #homeVideo video {
        width: 400%;
        height: 350%;
        margin-top: -200%;
    }
}

@media (min-width: 600px) {
    #homeVideo video {
        width: 280%;
        height: 240%;
        margin-top: -100%;
    }
}

@media (min-width: 800px) {
    #homeVideo video {
        width: 200%;
        height: 180%;
        margin-top: -40%;
        margin-left: -60%;
    }
}

@media (min-width: 1200px) {
    #homeVideo video {
        width: 220%;
        height: 190%;
        margin-left: -60%;
        margin-top: -20%;
    }
}

@media (min-width: 1800px) {
    #homeVideo video {
        width: 220%;
        height: 240%;
        margin-left: -60%;
        margin-top: -20%;
    }
}

@media (min-width: 2500px) {
    #homeVideo video {
        width: 220%;
        height: 300%;
        margin-left: -60%;
        margin-top: -20%;
    }
}

.right-callouts {
    margin-top: 45px;
}

/*-----------------------*/
img.listing {
    width: 100%;
    height: auto;
}

section.searchSection, section.searchSection {
    overflow: hidden;
    height: 0px;
    transition: 0.5s all;
}

section.searchSection.pressed {
    overflow: hidden;
    height: 50px;
    transition: 0.5s all;
}

/*-----------------------*/
section.headerContactDetails {
    display: none;
}

@media (min-width: 600px) {
    section.headerContactDetails {
        display: block;
    }
}

/*-----------------------*/
.moduleComponentBlocks {
    padding: 20px;
}

@media (min-width: 600px) {
    .moduleComponentBlocks {
        padding: 0px;
    }
}

/*-----------------------*/
img.main {
    width: 100% !important;
    height: auto;
}

/*-----------------------*/
.modulePath {
    background: #efefef;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 90%;
}

.modulePath span {
    font-weight: bold;
}

.modulePath a:hover {
    text-decoration: underline;
}

/*-----------------------*/
.moduleItemImage {
    width: 100%;
}

.hoverContent {
    position: relative;
}

.cover {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 0;
    background: rgba(0,0,0,0);
    transition: 0.5s all;
}

.cover:hover {
    background: rgba(0,0,0,0.2);
}

/*-----------------------*/
#listingVanillaPhotoGallery {
    margin-top : 40px;
}

/**********Document Library Page Begin**************/
.categoryLinkHeader {
    font-weight: bold;
}

.categoryLinkElement {
    color: #BF222B;
    padding: 10px;
}

.sep {
    color: #000
}

#categoryNavigation {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

#documentLibraryItems {
    float: none;
    margin: auto;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.documentLibraryItem {
    width: 100%;
    background: #EEEEEE;
    display: block;
    position: relative;
    border: 1px grey solid;
    border-collapse: collapse;
    float: left;
}

.documentLibraryItem:nth-child(odd) {
    border-top: none;
    border-bottom: none;
}

#documentLibraryItems .heading {
    text-transform: uppercase;
    background: #1f1f20;
    color: #ffffff;
}

.documentLibraryItem {
    width: 100%;
    background: #EEEEEE;
    display: block;
    position: relative;
    border: 1px grey solid;
    border-collapse: collapse;
    float: left;
}

.documentLibraryItem:nth-child(odd) {
    background: #fff;
    border-top: none;
    border-bottom: none;
}

.documentLibraryItem:last-child {
    border-bottom: 1px grey solid;
}

.documentLibraryItem div {
    float: left;
    width: 34%;
    position: relative;
    float: left;
}

.documentLibraryItem .title {
    width: 38%;
    padding: 0 10px;
    text-transform: uppercase;
}

.documentLibraryItem .title a {
    font-weight: bold;
}

.documentLibraryItem a {
    /* padding-left: 10px; */
    line-height: 23px;
    margin: 10px 0;
}

.documentLibraryItem .size {
    width: 8%;
}

.documentLibraryItem .icon {
    width: 20%;
}

.heading .size p {
    display: block;
    position: absolute;
    width: 100px;
    /* padding-left: 62px; */
}

.documentLibraryItem p {
    padding-left: 10px;
    line-height: 23px;
    margin: 10px 0;
}

@media screen and (max-width: 1100px) {
    #documentLibraryItems .categoryDescription, #documentLibraryItems {
        width: 100%;
        margin: 0px;
        padding: 0;
        float: left;
    }

    #documentLibraryItems .documentLibraryItem {
        width: calc( 50% - 15px );
        margin: 5px;
    }

    .documentLibraryItem:nth-child(odd) {
        border: 1px grey solid;
    }

    #documentLibraryItems .heading {
        display: none;
    }

    #documentLibraryItems .documentLibraryItem div a, #documentLibraryItems .documentLibraryItem div, #documentLibraryItems .documentLibraryItem div p {
        text-align: center;
        float: none;
        padding: 0 5px;
        margin: 5px 0;
        width: 100%;
    }

    .documentLibraryItem div {
        width: 185px;
    }

    #documentLibraryItems .documentLibraryItem div, #documentLibraryItems .documentLibraryItem div p {
        text-align: center;
        float: none;
        padding: 0;
        margin: 5px 0;
        width: 100%;
    }

    #documentLibraryItems .documentLibraryItem .title {
        margin-top: 20px;
        min-height: 50px;
    }

    #documentLibraryItems .documentLibraryItem .title p {
    }

    #documentLibraryItems .documentLibraryItem .description {
        min-height: 50px
    }

    .documentLibraryItem:nth-child(odd) {
        background: #fff;
    }

    .documentLibraryItem:nth-child(even) {
        background: #fff;
    }
}

@media screen and (max-width: 500px) {
    #documentLibraryItems .documentLibraryItem {
        width: calc( 100% - 15px );
        margin: 5px;
    }

    .documentLibraryItem:nth-child(odd) {
        background: #fff;
    }

    .documentLibraryItem:nth-child(even) {
        background: #EEEEEE;
    }
}

/**********Document Library Page End**************/
.headerContactDetails {
    display: none !important;
}

.menu {
    /* background:url("https://www.jenkinsgroup.co.nz/images/style/HeaderTexture.jpg"); */
}

.menu .navbar-dropdown.navbar-fixed-top {
    background: none;
    background: url("https://www.jenkinsgroup.co.nz/images/style/HeaderTexture.jpg");
}

.cid-qqy3ATBXeR .menu-logo .navbar-brand {
    display: block;
    padding: 0;
    margin: 10px;
    margin-left: 50px;
}

.cid-qqy3ATBXeR .menu-logo .navbar-brand .navbar-logo img {
    display: block;
    height: 160px !important;
}

.cid-qqy3ATBXeR .menu-logo .navbar-brand .navbar-logo img {
    display: block;
    height: 160px !important;
}

@media screen and (min-width: 1150px) {
    .cid-qqy3ATBXeR .navbar.navbar-short .navbar-logo a img {
        height: 100px !important;
    }
}

.headerEST {
    position: absolute;
    right: 115px;
    font-size: 34px;
    color: #fff;
}

@media screen and (max-width: 1150px) {
    .headerEST {
        display:none;
    }
}

.navbar-short .headerEST {
    display: none;
}

#blogFeed {
    background: url('https://www.jenkinsgroup.co.nz/images/style/newsTexture.jpg')
}

#blogFeed p, #blogFeed h2, #blogFeed div, #blogFeed div a {
    color: #fff
}

.section232, .section208 {
    height: 480px;
}
.section208 {
    height: 150px;
}


#listingOurTeam h4, #listingOurTeam a, #listingOurTeam {
    color: #121212;
    text-align: center;
}

#listingOurTeam h4 {
    padding: 0;
    margin-bottom: 5px;
}

.extraField {
    15px'
}

#listingOurTeam .viewProfile {
    display: block;
    width: 100%;
    background-color: #2a1a57;
    color: #fff;
    margin-bottom: 50px;
    padding: 5px 0;
    margin-top: 10px;
}

#moduleItemVanillaListing .title {
    margin-bottom: 5px;
}

.moduleItemBack a {
    background-color: #2a1a57;
    color: #fff;
    margin-bottom: 50px;
    padding: 8px 76px;
}

form {
    background: url("https://www.jenkinsgroup.co.nz/images/style/formbody.j");
}
#listingOurTeam .moduleItemImage{
    overflow:hidden;
    height:  240px;
    overflow:  hidden;
}
#listingOurTeam .moduleItemImage img
{
    width:240px !important;
    height:auto;
}
@media screen and (max-width:1150px)
{

.cid-qqy3ATBXeR .menu-logo .navbar-brand .navbar-logo img
{
    width:100% !important;
    height:auto !important;
}
.cid-qqy3ATBXeR .navbar-short .menu-logo .navbar-brand .navbar-logo img
{
    width:100px !important;

}
.navbar-short .menu-logo{
    margin:0 auto 0 0 !Important

}
.navbar-short .menu-collapser{
    margin: -59px 0px 15px;
}
}

.subrecBannerLink
{
    position:absolute;
    width:100%;
    display:block;
    height:100%;
    left:0;
    top:0;
}
.moduleComponentheaderImages
{
    min-height:150px;

}
.moduleComponentheaderImages .bannerHtmlContent{
    width:100%;
    text-align:center;
}
#contact-us .moduleComponentheaderImages,
#our-companies .moduleComponentheaderImages
{
    min-height:450px;
}

.extraFieldContainer
{
    min-height: 30px;
}
#listingOurTeam #extraField8,
#listingOurTeam #extraField10{
        display:none;
    }

.moduleDetailWrapperOurTeam .moduleItemContent .row{
    margin-top:15px;
}
.extraEmail:before,
.extraPhone:before
{
    content:"";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    color:#E48F24;
}
.extraPhone:before{
    content:"\f095";
}
.extraEmail:before{
    content:"\f0e0";
}
#listingOurTeam .extraFieldContainer a:hover
{
    color:#E48F24;
}
#moduleComponent96 h3
{
    display:none;

}
#moduleComponent96
{
    font-size:14px;
}
#moduleComponent96 img{
    margin-bottom:15px;
}
#moduleComponent96 .imgContainer{
    display:block;
    position:relative;
    float:left;
    width:100%;
    height: 122px;
}
#moduleComponent96 .imgContainer img{
    top:50%;
    position:relative;
    transform: translate(0, -50%);
}
#moduleComponent96 div{
    padding-top: 0 !Important;
}
#contact-us h3{
    color: #696969;
}
#contact-us table,
    #contact-us td,
    #contact-us tr
    {
        vertical-align:top
    }
@media screen and (max-width:775px)
{
    #contact-us table,
    #contact-us td,
    #contact-us tr
    #contact-us table iframe
    {
        display:block;
        width:100% !important;
        float:left;
    }
}
