@import url('lity.min.css');

/* VIC Font */
@font-face {
    font-family: "VIC";
    src: url(../fonts/VIC-Bold.woff2) format('woff2'),
         url(../fonts/VIC-Bold.woff) format('woff'),
         url(../fonts/VIC-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "VIC";
    src: url(../fonts/VIC-BoldItalic.woff2) format('woff2'),
         url(../fonts/VIC-BoldItalic.woff) format('woff'),
         url(../fonts/VIC-BoldItalic.ttf) format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "VIC";
    src: url(../fonts/VIC-ExtraLight.woff2) format('woff2'),
         url(../fonts/VIC-ExtraLight.woff) format('woff'),
         url(../fonts/VIC-ExtraLight.ttf) format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "VIC";
    src: url(../fonts/VIC-ExtraLightItalic.woff2) format('woff2'),
         url(../fonts/VIC-ExtraLightItalic.woff) format('woff'),
         url(../fonts/VIC-ExtraLightItalic.ttf) format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: "VIC";
    src: url(../fonts/VIC-Italic.woff2) format('woff2'),
         url(../fonts/VIC-Italic.woff) format('woff'),
         url(../fonts/VIC-Italic.ttf) format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "VIC";
    src: url(../fonts/VIC-Light.woff2) format('woff2'),
         url(../fonts/VIC-Light.woff) format('woff'),
         url(../fonts/VIC-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "VIC";
    src: url(../fonts/VIC-LightItalic.woff2) format('woff2'),
         url(../fonts/VIC-LightItalic.woff) format('woff'),
         url(../fonts/VIC-LightItalic.ttf) format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "VIC";
    src: url(../fonts/VIC-Medium.woff2) format('woff2'),
         url(../fonts/VIC-Medium.woff) format('woff'),
         url(../fonts/VIC-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "VIC";
    src: url(../fonts/VIC-MediumItalic.woff2) format('woff2'),
         url(../fonts/VIC-MediumItalic.woff) format('woff'),
         url(../fonts/VIC-MediumItalic.ttf) format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "VIC";
    src: url(../fonts/VIC-Regular.woff2) format('woff2'),
         url(../fonts/VIC-Regular.woff) format('woff'),
         url(../fonts/VIC-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "VIC";
    src: url(../fonts/VIC-SemiBold.woff2) format('woff2'),
         url(../fonts/VIC-SemiBold.woff) format('woff'),
         url(../fonts/VIC-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "VIC";
    src: url(../fonts/VIC-SemiBoldItalic.woff2) format('woff2'),
         url(../fonts/VIC-SemiBoldItalic.woff) format('woff'),
         url(../fonts/VIC-SemiBoldItalic.ttf) format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "VIC";
    src: url(../fonts/VIC-Italic.woff2) format('woff2'),
         url(../fonts/VIC-Italic.woff) format('woff'),
         url(../fonts/VIC-Italic.ttf) format('truetype');
    font-weight: normal;
    font-style: italic;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "VIC", Arial, sans-serif;
    font-weight: 600;
}

body {
    font-family: "VIC", Arial, sans-serif;
    font-weight: normal;
}

/**
 * Important fix for IE-10.
 */
.no-flexbox
.row-eq-height
{
    display: block !important;
}

/**-------------------------
 * Typography
 -------------------------*/
h1
{
    font-weight: 300;
}

h1.entry-title
{
    margin-bottom: 35px;
}

@media (min-width: 992px)
{
    .entry-header h1.entry-title
    {
        padding-right: 310px;
    }
}

h2.h1
{
    font-weight: 300;
    font-size: 42px;
    color: #6c7579;
}

h2
{
    color: #004c97;
}

article p > a
{
    font-weight: 700;
}

article p > a:hover
{
    text-decoration: underline;
}

/**-------------------------
 * Header
 -------------------------*/
.site-header
{
    border-top: 9px solid #00b2a9;
    border-bottom: 9px solid #201547;
    padding-right: 0;
    padding-left: 0;
}

.link-icon
{
    display: inline-block;
    background-size: contain;
    width: 31px;
    height: 31px;
    margin-right: 3px;
}

.site-branding
{
    padding-left: 72px;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.site-header-main
{
    max-width: 1800px;
    margin: 0 auto;
}

.logo a
{
    margin-top: 20px;
    display: block;
}

.navbar-brand
{
    height: 100px;
}

.navbar-brand > img
{
    max-width: 485px;
}

@media only screen and (max-width: 1228px) {
    .navbar-brand > img
    {
        max-width: 405px;
    }
}

/**-------------------------
 * Common
 -------------------------*/
.container-lg
{
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.small-row
{
    margin-left: -3px;
    margin-right: -3px;
}

.row-half
{
    height: 50%;
}

.row-half .section-content-wrapper
{
    height: 100%;
    border-bottom: 1px solid #daddde;
}

.row-half:last-child .section-content-wrapper
{
    border-bottom: 0;
}

.section-2
{
    margin-bottom: 125px;
}

.page-article > p
{
    margin-top: 20px;
}

.site-main
{
    margin-bottom: 120px;
}

.site-main > :last-child
{
    margin-bottom: 0;
}

hr
{
    border-top: 1px solid #d0d2d3;
}

.row-eq-height
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.sitemap-items .menu-item-search
{
    display: none;
}

/* Table styles */
.tablesorter-sticky-wrapper
{
    background: #ffffff;
    padding-top: 15px;
}

.admin-bar .tablesorter-sticky-wrapper
{
    padding-top: 35px;
}

.tablesorter-infoOnly
{
    font-weight: 700;
    font-size: 18px;
    color: #005ea1;
    background-color: #edeeee;
}

.table
{
    background-color: #f6f6f7;
    border-color: #ffffff;
}

.table > tbody.tablesorter-infoOnly > tr > th
{
    padding-top: 15px;
}

.table > tbody.tablesorter-infoOnly > tr > th > button
{
    background: transparent;
    border: 0;
    width: 100%;
    text-align: left;
}

.table > tbody.table-data > tr > th,
.table > tbody.table-data > tr > td
{
    font-size: 16px;
    font-weight: 300;
}

.table > tbody > tr > th, .table > tfoot > tr > th, .table > tbody > tr > td, .table > tfoot > tr > td
{
    border-color: #ffffff;
    border-top: 2px solid #ffffff;
}

.table > thead > tr > th
{
    border-top: 2px solid #dddddd !important;
}

.table > thead > tr > th:focus
{
    /*outline: 0;*/
}

.tablesorter-header
{
    background-image: url(../../images/icons/table-arrows.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 4px 18px 4px 4px;
    white-space: normal;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.tablesorter-headerAsc
{
    background-color: #e5eff6;
    background-image: url(../../images/icons/table-arrow-asc.png);
}

.tablesorter-headerDesc
{
    background-color: #e5eff6;
    background-image: url(../../images/icons/table-arrow-desc.png);
}

.table-collapse
{
    cursor: pointer;
}

.table-collapse span
{
    float: right;
}

.table-collapse.now-open span.icon-down-open:before
{
    content: '\e805';
}

tbody.table-data
{
    /* display: none;*/
}

/* Responsive elements breakpoint animation */
.slideshow-caption,
.section-4
{
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

/* Typekit loading */
.wf-loading body
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../images/loading.png);
    background-repeat: no-repeat;
    background-position: 50% -200%;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 100000;
}

.wf-loading .site
{
    visibility: hidden;
}

/** Alignment */

.alignleft
{
    float: left;
    margin: 6px 28px 28px 0;
}

.alignright
{
    float: right;
    margin: 6px 0 28px 28px;
}

.aligncenter
{
    clear: both;
    display: block;
    margin: 0 auto 28px;
}


/** Caption */

.wp-caption
{
    background: transparent;
    border: none;
    margin-bottom: 28px;
    max-width: 100%;
    padding: 0;
    text-align: inherit;
}

.wp-caption-text,
.wp-caption-dd
{
    color: #686868;
    font-size: 13px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 7px;
}

/** Galleries */
.mce-content-body .wpview-wrap
{
    margin-bottom: 28px;
}

.gallery
{
    margin: 0 -1.1666667%;
    padding: 0;
}

.gallery .gallery-item
{
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-1 .gallery-item
{
    max-width: 100%;
}

.gallery-columns-2 .gallery-item
{
    max-width: 50%;
}

.gallery-columns-4 .gallery-item
{
    max-width: 25%;
}

.gallery-columns-5 .gallery-item
{
    max-width: 20%;
}

.gallery-columns-6 .gallery-item
{
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item
{
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item
{
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item
{
    max-width: 11.11%;
}

.gallery .gallery-caption
{
    font-size: 13px;
    margin: 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption
{
    display: none;
}

img
{
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

a img
{
    display: block;
}

blockquote
{
    border-left: 4px solid #1a1a1a;
    color: #686868;
    font-size: 19px;
    font-style: italic;
    line-height: 1.4736842105;
    margin-bottom: 28px;
    padding: 0 0 0 24px;
}

blockquote:not(.alignleft):not(.alignright)
{
    margin-left: 0;
}

blockquote blockquote:not(.alignleft):not(.alignright)
{
    margin-left: 0;
}

blockquote:before,
blockquote:after
{
    content: "";
    display: table;
}

blockquote:after
{
    clear: both;
}

blockquote > :last-child
{
    margin-bottom: 0;
}

blockquote cite,
blockquote small
{
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.75;
}

blockquote em,
blockquote i,
blockquote cite
{
    font-style: normal;
}

blockquote strong,
blockquote b
{
    font-weight: 400;
}

blockquote.alignleft,
blockquote.alignright
{
    border: 0 solid #1a1a1a;
    border-top-width: 4px;
    padding: 18px 0 0;
    width: -webkit-calc(50% - 14px);
    width: calc(50% - 14px);
}

/**-------------------------
 * Front page
 -------------------------*/
.hero-banner
{
    position: relative;
    height: 500px;
    margin-bottom: 3px;
}

.page-consultation.hero-banner
{
    margin-bottom: 60px;
}

.slideshow
{
    position: relative;
}

.banner-image
{
    background-size: cover;
    height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    position: absolute;
}

img.banner-image
{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    max-width: 100%;
}

.slideshow img,
.banner-image
{
    z-index: 7;
}

.slideshow img.active,
.banner-image.active
{
    z-index: 9;
}

.slideshow-caption
{
    position: absolute;
    left: 330px;
    width: 375px;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: white;
    z-index: 10;
    display: table;
}

.rgba .slideshow-caption
{
    background-color: rgba(255, 255, 255, 0.8);
}

.slide-show-caption-inner
{
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 30px;
}

.slide-show-caption-inner.page-banner
{
    height: 400px;
    overflow: hidden;
    display: inline-block;
}

.slideshow-caption h2
{
    font-weight: 700;
    font-size: 52px;
    color: #475358;
}

.slideshow-caption a
{
    background-color: #004c97;
    color: #ffffff;
    display: inline-block;
    padding: 15px 27px;
    border-radius: 8px;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: absolute;
    bottom: 20px;
}

.slideshow-caption a:hover
{
    color: #ffffff;
    background-color: #201547;
}

.section-1 .col-md-3
{
    padding-left: 3px;
    padding-right: 0px;
    border-right: 1px solid #daddde;
    border-bottom: 1px solid #daddde;
    min-height: 416px;
}

.section-block img
{
    max-width: 100%;
}

.section-content-wrapper
{
    padding-left: 40px;
    padding-right: 50px;
    display: table;
    position: relative;
    /*    border-right: 1px solid #daddde;*/
}

.section-content
{
    display: table-cell;
    vertical-align: middle;
}

.section-content h3
{
    font-size: 22px;
    color: #004c97;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 30px;
}

.section-content p
{
    font-weight: 300;
}

.section-content span
{
    position: absolute;
    top: 35%;
    display: block;
    right: 10px;
    color: #00b2a9;
    font-size: 40px;
}

/* Map */
.section-2
{
    position: relative;
}

.projects-map
{
    width: 100%;
    height: 750px;
    margin-top: 80px;
}

.page-template-page-with-projects-supplement .projects-map,
.single-project .projects-map,
.single-project .project-banner
{
    height: 500px;
    margin-top: 0;
    margin-bottom: 0;
}

.page-template-page-with-projects-supplement .projects-map
{
    margin-top: 30px;
}

.project-banner-image
{
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

/* fixes potential theme css conflict */
.projects-map img
{
    max-width: inherit !important;
}

.projects-map-infowindow
{
    min-width: 310px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    color: inherit;
}

.projects-map-infowindow *:first-child
{
    margin-top: 0.3em;
}

.projects-map-infowindow > p
{
    margin: 0;
    font-weight: 700;
    color: #005ea1;
}

.projects-map-infowindow .attribute
{
    display: table;
    width: 100%;
    overflow: hidden;
    line-height: inherit;
}

.projects-map-infowindow p + .attribute
{
    margin-top: 0.5em;
}

.projects-map-infowindow .attribute + .attribute
{
    margin-top: 0.2em;
}

.projects-map-infowindow .attribute > div
{
    display: table-cell;
    font-weight: 700;
    text-align: right;
}

.projects-map-infowindow .attribute > div:first-child
{
    padding-right: 20px;
    font-weight: 400;
    text-align: left;
}

.projects-map-infowindow table
{
    width: 100%;
    overflow: hidden;
}

.projects-map-infowindow table tbody.attribute tr td
{
    width: 50%;
    font-weight: 700;
    text-align: right;
    vertical-align: top;
}

.projects-map-infowindow table tbody.attribute tr td:first-child
{
    font-weight: 400;
    text-align: left;
}

.map-text
{
    margin-top: 140px;
    margin-bottom: 30px;
}

.map-header
{
    width: 100%;
    height: 80px;
    background-color: #ebf1f4;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px 0;
}

.rgba .map-header
{
    background-color: rgba(74, 124, 156, 0.11);
}

/*.marker .regional
{
    border-radius: 0;
}

.marker .greenfield
{
    border-radius: 50%;
}

.marker .urban-renewal
{
    background: unset !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    border-bottom: 20px solid rgb(32, 48, 114) !important;
    border-top: none !important;
}*/

.marker .activity-centres,
.map-footer .legend .key.type-activity-centres {
    /* #00b2a9 */
    background: unset !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    border-bottom: 20px solid #00b2a9 !important;
    border-top: none !important;
    border-radius: 0;
}
.marker .regional,
.map-footer .legend .key.type-regional {
    /* #201547 */
    background: unset !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    border-bottom: 20px solid #004c97 !important;
    border-top: none !important;
    border-radius: 0;
}
.marker .work-program,
.map-footer .legend .key.type-work-program {
    background-color: #201547;
    border-radius: 0;
}
.marker .new_communities,
.map-footer .legend .key.type-new_communities {
    /* #004c97 */
    background-color: #004c97 !important;
    border: none !important;
    border-radius: 50%;
}
.marker .established-melbourne,
.map-footer .legend .key.type-established-melbourne {
    /* #004c97 */
    background-color: #004c97;
    border-radius: 0;
}

.marker .industrial-land,
.map-footer .legend .key.type-industrial-land {
    background: unset !important;
    border-radius: 0 !important;
    border: 10px solid transparent !important;
    border-bottom: 10px solid #004c97 !important;
    position: relative;
    top: -10px;
    width: 0 !important;
    height: 0 !important;
}
.marker .industrial-land {
    top: 0 !important;
}

.marker .industrial-land:after,
.map-footer .legend .key.type-industrial-land:after {
    content: '';
    position: absolute;
    left: -10px;
    top: 10px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #004c97;
}


/* Moved From Admin area SBCR-26 */
/*.map-footer ul.legend li .key:nth-child(2) {
    margin-right: 10px;
    vertical-align: text-top;
    display: inline-block;
    width: 20px;
    height: 20px;
    border:none !important;
}
.map-footer ul.legend li:first-child .key{
    !* 		border-radius: 50%;
          background-color: rgb(0, 178, 169) !important; *!
    width: 20px;
    height: 20px;

}
.map-footer ul.legend li:last-child .key {
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid rgb(32, 48, 114);
    border-radius: 0;
    border-color: white;
    background-color: rgb(32, 48, 114) !important;
}*/

.map-footer
{
    width: 100%;
    background-color: #ebf1f4;
    padding: 22px 0 15px;
}

.rgba .map-footer
{
    width: 100%;
    background-color: rgba(74, 124, 156, 0.11);
    padding: 22px 0 15px;
}

.map-footer ul
{
    list-style: none;
    padding-left: 0;
}

.map-footer ul li
{
    display: inline-block;
    margin-right: 30px;
}

/*.map-footer ul.legend li:last-child .key
{
    background-color: unset !important;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid rgb(32, 48, 114);
    border-radius: 0;
}*/

.map-footer ul.legend li .key.type-regional
{
    border-radius: 0;
}

.map-header h2
{
    font-size: 32px;
    margin-top: 5px;
}

.map-data-sorter
{
    width: 315px;
    height: 375px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 260px;
    border-radius: 0 6px 6px 0;
    padding: 40px;
}

.map-data-sorter select,
.map-header select,
.projects-listings-filter select
{
    border: 1px solid #005ea1;
    background: transparent;
    width: 100%;
    padding: 5px 35px 5px 5px;
    height: 38px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white url(../../images/icons/arrow-down.png) 96% / 15% no-repeat;
    background-size: inherit;
}

.map-data-sorter ul,
.map-header ul
{
    list-style: none;
    padding: 0;
    margin-top: 35px;
}

.map-data-sorter ul li,
.map-header ul li
{
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
}

.map-data-sorter .legend .key,
.map-footer .legend .key
{
    margin-right: 10px;
    vertical-align: text-top;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.map-header form
{
    position: relative;
}

.map-header input.submit
{
    position: absolute;
    right: 0;
    font-family: "vpa-icons";
    border-top: 1px solid #005ea1;
    border-bottom: 1px solid #005ea1;
    border-right: 1px solid #005ea1;
    border-left: 0;
    background-color: #ffffff;
    padding: 5px 10px;
    font-size: 18px;
    top: 0;
    height: 38px;;
}

.map-header input.project-search
{
    border: 1px solid #005ea1;
    background: #ffffff;
    width: 100%;
    padding: 5px 40px 5px 5px;
    height: 38px;
}

/* Section 3 */
.section-3
{
    margin-bottom: 180px;
}

.s3-block
{
    margin-top: 30px;
}

.s3-block figure
{
    margin-bottom: 20px;
}

.s3-block time
{
    font-size: 14px;
    color: #475358;
}

.s3-block h3
{
    margin-top: 15px;
    margin-bottom: 25px;
}

/* Section 4 */
.section-4
{
    background-color: #201547;
    padding: 27px 0;
}

.section-4 h2
{
    margin-top: 0;
}

.section-4 h2,
.section-4 p
{
    color: #ffffff;
}

.section-4 p
{
    width: 60%;
}

.section-4 .s4-form-block
{
    text-align: right;
    margin-top: 45px;
}

.section-4 .s4-form-block input
{
    border-radius: 4px;
    font-size: 14px;
}

.section-4 .s4-form-block input.wfe_button.btn.btn-success
{
    color: #000000;
    text-transform: uppercase;
}

@media screen and ( max-width: 1220px )
{

    .section-4
    .s4-form-block
    {
        margin-top: 0;
    }

    .s4-form-block
    .form-group
    {
        display: block;
        margin-bottom: 15px;
        width: 100%;
    }

    .s4-form-block
    .form-control
    {
        width: 100%;
    }
}

/* Instagram */
.sidebar-archive-page .instagrame-widget-wrapper
{
    margin-bottom: 30px;
}

.sidebar-archive-page .instagrame-widget-wrapper h3
{
    margin-top: 0;
}

.wdi_load_more
{
    display: none;
    visibility: hidden;
}

/* Twitter */
.twitter-widget-wrapper
{
    padding: 35px;
    background-color: #edeeee;
}

.twitter-widget-wrapper h3
{
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 42px;
    color: #6c7579;
}

.twitter-widget-wrapper h3 > img
{
    float: right;
}

ul.good_old_twitter_widget
{
    padding-left: 0;
    list-style: none;
}

ul.good_old_twitter_widget li
{
    font-weight: 300;
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #475358;
    text-overflow: ellipsis;
    overflow: hidden;
}

ul.good_old_twitter_widget li:last-child
{
    border: 0;
}

ul.good_old_twitter_widget li .gotw_comma
{
    visibility: hidden;
}

ul.good_old_twitter_widget li .twitter-timestamp
{
    display: block;
}

/* -------------------------
 * Contact page
 ---------------------------*/
/*.vpa-button input.btn.btn-info{
    background-color: #00b2a9;
    color: #404041;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 8px;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: absolute;
    bottom: 20px;
}*/
.acf-map
{
    width: 100%;
    height: 400px;
    border: #cccccc solid 1px;
    margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img
{
    max-width: inherit !important;
}

.blue-icon
{
    color: #201547;
    margin-left: -5px;
}

.frm_error
{
    color: #201547;
}

/*--------------------------
 * News and reports page
 --------------------------*/
article.featured
{
    border-bottom: 1px solid #d1d2d4;
    margin-bottom: 90px;
}

article.featured figure
{
    margin-bottom: 15px;
}

article.featured .post-date
{
    font-size: 14px;
    color: #929497;
}

article.featured .excerpt,
article.archive-sigle .excerpt
{
    font-weight: 300;
}

article.featured h2.entry-title
{
    margin-top: 15px;
}

article.archive-sigle .entry-header > .categories > span
{
    font-size: 14px;
}

article.archive-sigle .entry-header > .post-date > p
{
    font-size: 14px;
}

article.archive-sigle h2.entry-title
{
    margin-top: 5px;
}

.archive-page-load-more
{
    margin-top: 25px;
}

.archive-sigle
{
    margin-bottom: 25px;
}

/*--------------------------
 * News page sub menu
 --------------------------*/
.archive-menu-wrapper
{
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #daddde;
    border-bottom: 1px solid #daddde;
    margin-bottom: 45px;
}

nav.archive-menu .menu > ul > li:first-child
{
    padding-left: 0;
}

nav.archive-menu .menu > ul > li
{
    padding: 17.5px 35px;
    position: relative;
}

nav.archive-menu .menu > ul > li > a
{
    border: 0;
    padding: initial;
    border-bottom: 2px solid transparent;
}

nav.archive-menu .menu-container
{
    min-height: 60px;
    z-index: 40;
}

nav.archive-menu .menu > ul > li a:hover,
nav.archive-menu .menu > ul > li a:focus,
nav.archive-menu .menu > ul li.current_page_item > a,
nav.archive-menu .menu > ul li.now-active > a,
nav.archive-menu .menu > ul li.current-menu-parent > a,
nav.archive-menu .menu > ul li.current-menu-parent > ul.sub-menu > li.current-menu-item.menu-item-has-children > a,
nav.archive-menu ul.menu > li.current-menu-item > a
{
    background-color: transparent;
    border-bottom: 2px solid #201547;
    color: #201547;
}

nav.archive-menu .menu > ul > li.archive-item-search input
{
    border: 1px solid #daddde;
    padding: 4.5px;
    font-size: 14px;
}

nav.archive-menu .menu > ul > li.archive-item-search input.submit
{
    position: absolute;
    right: 0;
    font-family: "vpa-icons";
    border: 1px solid #daddde;
    background-color: #ffffff;
    padding: 2px 10px;
    font-size: 18px;
}

nav.archive-menu .menu > ul > li.archive-item-search input:focus
{
    outline: 1px;
    border: 1px solid #201547;
}

nav.archive-menu .menu > ul > li.archive-item-search input:focus + input.submit
{
    background-color: #201547;
    color: #ffffff;
    outline: 1px;
    outline-color: #201547;
    border: 1px solid #201547;
}

nav.archive-menu .menu > ul > li.archive-item-search
{
    margin-right: 15px;
}

/* Search page */
.search-sigle
{
    margin-bottom: 23px;
}

article.search-sigle h2.entry-title
{
    margin-top: 0;
    margin-bottom: 0;
}

article.search-sigle .excerpt p
{
    font-size: 16px;
}

.sidebar-status-widget.pages ul
{
    list-style: none;
    padding-left: 0;
}

.sidebar-status-widget.events ul
{
    list-style: none;
    padding-left: 0;
}

.sidebar-status-widget.events ul li + li
{
    border-top: 1px solid #e9e9e9;
}

.sidebar-status-widget.events h6 time,
.sidebar-status-widget.events p
{
    font-size: 16px;
}

.sidebar-status-widget.events ul li span.icon
{
    margin-left: -5px;
    margin-right: 8px;
}

/**-------------------------
 * Project page
 -------------------------*/
.projects-listings-filter form
{
    margin-top: 35px;
}

.breadcrumb
{
    padding: 8px 0;
    margin-bottom: 40px;
    margin-top: 25px;
    list-style: none;
    background-color: transparent;
}

.breadcrumb > li > a
{
    font-size: 14px;
    color: #a3a9ac;
}

.breadcrumb > li.active
{
    font-size: 14px;
    color: #475358;
}

.project-map .acf-map
{
    height: 500px;
    margin-top: 0;
}

.sidebar-status-widget
{
    border-bottom: 1px solid #daddde;
    padding-bottom: 15px;
}

.sidebar-status-widget:last-child
{
    border-bottom: 0;
}

.sidebar-status-widget
* + .em_wfe_form
{
    margin-top: 1.3em;
}

.sidebar-status
{
    background-color: #ffffff;
    top: -160px;
    position: relative;
    z-index: 10;
    padding: 30px;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.10);
}

.sidebar-status-widget:first-child > h2
{
    margin-top: 0;
}

.sidebar-status a
{
    display: inline-block;
    text-decoration: underline;
}

.status-bar
{
    list-style: none;
    padding-left: 0;
}

.status-bar li
{
    position: relative;
    padding-left: 45px;
    padding-bottom: 30px;
}

.timeline
{
    font-size: 10em;
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 6px solid;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 15px;
    background-color: #ffffff;
}

.timeline:before
{
    content: "";
    display: inline-block;
    position: absolute;
    right: 9px;
    top: -35px;
    bottom: 0px;
    border-width: 0;
    width: 6px;
    height: 30px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.notstarted-icon
{
    border-color: #c6dbe9;
}

.notstarted-icon:before
{
    background: #c6dbe9;
}

.completed-icon
{
    border-color: #004c97;
}

.completed-icon:before
{
    background: #004c97;
}

.inprogress-icon
{
    border-color: #00b2a9;
}

.inprogress-icon:before
{
    background: #00b2a9;
}

.timeline .status-line
{
    display: inline-block;
    position: absolute;
    right: 9px;
    top: 28px;
    bottom: 0px;
    border-width: 0;
    width: 6px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.timeline.completed-icon .status-line
{
    background: #004c97;
}

.timeline.inprogress-icon .status-line
{
    background: #00b2a9;
}

.timeline.active-icon .status-line
{
    background: #00b2a9;
}

.timeline.notstarted-icon .status-line
{
    background: #c6dbe9;
}

ul.status-bar li:first-child > .timeline:before
{
    display: none;
}

ul.status-bar li:last-child > .timeline .status-line
{
    display: none;
}

.article-links
{
    padding-top: 45px;
    padding-bottom: 20px;
    border-bottom: 1px solid #daddde;
}

.article-links div
{
    border-right: 1px solid #daddde;
}

.article-links div:last-child
{
    border-right: 0;
}

.article-links img
{
    margin-right: 15px;
}

.article-links a,
.page-article a
{
    display: inline-block;
}

.panel-title
{
    font-size: 18px;
    font-weight: 700;
}

.tab-link-wrp
{
    border-top: 1px solid #daddde;
    border-bottom: 1px solid #daddde;
    padding-top: 5px;
    padding-bottom: 5px;
}

.docs .tab-pane
{
    background-color: #f6f6f7;
}

.docs .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
    border: 0;
    border-bottom: 2px solid #201547;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
}

.docs .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
    color: #201547;
}

.docs .nav-tabs > li > a
{
    color: #475358;
    border: 0;
}

.tab-link-wrp .nav-tabs
{
    border-bottom: 0;
    padding: 5px 15px 10px 15px;
}

.tab-link-wrp .nav > li > a
{
    text-transform: uppercase;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 2px solid transparent;
    margin-right: 30px;
}

ul.status-bar > li > time
{
    font-size: 12px;
    color: #929497;
    margin-bottom: 5px;
    display: inline-block;
}

ul.status-bar > li h6
{
    font-size: 14px;
    margin: 2px 0;
}

ul.status-bar > li p
{
    font-size: 14px;
    font-weight: 300;
    margin: 2px 0;
}

/* Breadcrumbs */
#breadcrumbs
{
    font-size: 14px;
    margin-top: 20px;
}

@media (min-width: 992px)
{
    #breadcrumbs
    {
        padding-right: 310px;
    }
}

#breadcrumbs a
{
    color: #a3a9ac;
    margin-right: 10px;
}

#breadcrumbs .breadcrumb_last
{
    color: #475358;
    margin-left: 10px;
}

/* Single posts */
article.post
{
    margin-top: 60px;
}

.post-thumb
{
    position: relative;
    border-bottom: 1px solid #939597;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.post-thumb:after
{
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    /*background: url(../../images/icons/news.svg) no-repeat top left;*/
}

.post-content figure img
{
    max-width: 100%;
    height: auto;
}

.entry-header > .categories > span
{
    font-size: 16px;
    display: inline-block;
}

.entry-header > .categories > span + span:before
{
    content: '|';
    margin-right: 15px;
    margin-left: 15px;
}

.entry-header > .post-date > p
{
    color: #555558;
    margin-bottom: 0;
}

.post-content .entry-header
{
    margin-top: 15px;
}

/* Social share */
.social-share
{
    float: right;
    padding: 10px 0px;
}

.social-share a {
    text-decoration: none !important;
}

.social-share p
{
    float: left;
    font-style: italic;
    font-size: 12px;
    margin: 0;
    line-height: 24px;
}

.social-share a
{
    font-size: 18px;
}

/* Sidebar */
.sidebar
{
    background-color: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.10);
    margin-top: 30px;
}

.sidebar-widget
{
    padding-bottom: 35px;
}

.sidebar-widget + .sidebar-widget
{
    border-bottom: 1px solid #daddde;
}

ul.project-list
{
    list-style: none;
    padding-left: 0;
}

ul.project-list li
{
    padding-bottom: 30px;
    border-bottom: 1px solid #daddde;
    margin-bottom: 30px;
}

ul.project-list li:last-child
{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

ul.project-list li p
{
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}

ul.project-list li a
{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
}

.links-widget ul
{
    padding-left: 0;
    list-style: none;
}

.links-widget ul > li:first-child
{
    padding-top: 0;
}

.links-widget ul > li
{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #daddde;
}

.links-widget ul > li.current_page_item > a
{
    font-weight: 700;
    color: #005ea1;
}

.links-widget ul > li > a
{
    display: block;
    font-weight: 700;
}

.links-widget ul.children
{
    padding-left: 20px;
}

.links-widget ul.children > li
{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 0;
}

ul.recent-news-links li
{
    background: url(../../images/icons/news.svg) no-repeat 100% 50%;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #daddde;
    font-size: 14px;
}

.sidebar-page .sidebar-page-widget:first-child h2
{
    margin-top: 0;
}

/* Accordian styles */
.panel
{
    border: 0;
    border-radius: 0 !important;
}

.panel-default > .panel-heading
{
    background-color: #edeeee;
    border: 0;
    border-radius: 0;
    color: #005ea1;
}

.panel-title
{
    border-bottom: 1px solid #daddde;
    padding-bottom: 15px;
}

.panel-title > a.collapsed:before
{
    content: '\e802';
}

.panel-title > a:before
{
    font-family: "vpa-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e804';
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.panel-heading
{
    padding: 15px 15px 0 15px;
}

.panel-body
{
    border: none !important;
    border-radius: 0;
    background-color: #f6f6f7;
}

.panel-group .panel + .panel
{
    margin-top: 0;
}

/* Doc section */
.doc-wrp
{
    margin-bottom: 10px;
}

.icon-doc
{
    font-size: 34px;
    float: left;
    display: block;
    color: #80aed0;
    margin-left: -5px;
    margin-right: 10px;
}

.doc-info
{
    padding-left: 55px;
    font-size: 13px;
}

.doc-info h5
{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
}

.doc-info p
{
    font-weight: 300;
    font-size: 12px;
}

.doc-info a
{
    text-decoration: underline;
    margin-right: 5px;
}

/* Project page tabs */
.project-page-tablist
{
    margin: 30px 0 0;
}

.project-page-tablist
> li
{
    min-width: 16.6%;
    border: 1px solid #daddde;
}

.project-page-tablist
> li
+ li
{
    margin-left: 0;
    border-left: none;
}

.project-page-tablist
> li.dropdown
{
    width: 10%;
}

.project-page-tablist
> li.active
{
    border-color: #201547;
}

.project-page-tablist
> li
> a
{
    padding: 43px 10px 5px;
    border-radius: 0;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project-page-tablist
> li
> a.dropdown-toggle
{
    padding-left: 10px;
    padding-right: 10px;
    min-width: 0;
}

.project-page-tablist
> li.active
> a,
.project-page-tablist
> li.active
> a:hover,
.project-page-tablist
> li.active
> a:focus
{
    background-color: #201547;
    height: 100%;
}

.project-page-tablist
.glyph
{
    display: block;
    width: 36px;
    height: 36px;
    overflow: hidden;
}

.project-page-tablist
> li
> a
.glyph
{
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -18px;
    background: url(../../images/icons/project-subpage-icon.png) no-repeat 0 -36px;
}

.project-page-tablist
> li.active
> a
.glyph
{
    background-position: 0 0;
}

.project-page-tablist
> li
> a.usr-defined
.glyph
{
    background-size: 36px 72px;
}

.project-page-tablist
> li
> a.events
.glyph
{
    background-image: url(../../images/icons/project-subpage-icon_events.png);
}

.project-page-tablist
> li
> a.faqs
.glyph
{
    background-image: url(../../images/icons/project-subpage-icon_faqs.png);
}

.project-page-tablist
> li
> a.get-involved
.glyph
{
    background-image: url(../../images/icons/project-subpage-icon_get-involved.png);
}

.project-page-tablist
> li
> a.overview
.glyph
{
    background-image: url(../../images/icons/project-subpage-icon_overview.png);
}

.project-page-tablist
> li
> a.updates
.glyph
{
    background-image: url(../../images/icons/project-subpage-icon_updates.png);
}

.project-page-tablist
> li
> a.comments
.glyph
{
    background-image: url(../../images/icons/project-subpage-icon_comment.png);
}

.project-page-tablist
.dropdown-menu
> li
> a
{
    color: #201547;
}

.project-page-tab-content
{
    margin-top: 0;
    overflow: hidden;
}

.project-page-tab-content
> .tab-pane
{
    margin-top: 15px;
    overflow: hidden;
}

.project-page-tab-content .panel-default
> .panel-heading
{
    background-color: transparent;
    padding-left: 0;
}

.project-page-tab-content .panel-body
{
    background-color: transparent;
    margin-bottom: 23px;
}

.project-page-tab-content
.children-subpages-section
{
    margin-top: 30px;
}

.children-subpages-section
article
h2
{
    font-size: 22px;
    text-transform: uppercase;
}

.children-subpages-section
article
p
{
    font-weight: 300;
    color: #808184;
}

.children-subpages-section
.row
> div
{
    margin-top: 12px;
    padding-top: 30px;
    border-top: 1px solid #daddde;
}

.children-subpages-section
.row
> div:first-child
{
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

@media (min-width: 768px)
{

    .children-subpages-section
    .row
    > div
    {
        border-top: none;
        border-left: 1px solid #daddde;
    }

    .children-subpages-section
    .row
    > div:nth-child(2)
    {
        margin-top: 0;
        padding-top: 0;
    }

    .children-subpages-section
    .row
    > div:nth-child(2n+1)
    {
        border-left: 0;
    }
}

@media screen and ( max-width: 1200px )
{
    .project-page-tablist
    > li
    {
        min-width: 18%;
    }

    .project-page-tablist
    > li
    > a
    {
        min-width: initial;
    }

    .project-page-tablist
    > li.dropdown
    {
        width: 10%;
    }

}

@media screen and ( max-width: 640px )
{
    .project-page-tablist
    > li
    {
        width: 50%;
    }

    .project-page-tablist
    > li
    + li
    {
        border-left: 1px solid #daddde;
    }

    .project-page-tablist
    > li.dropdown
    {
        width: 50%;
    }

    .project-page-tablist .dropdown-menu
    {
        width: 100%;
        min-width: 320px;
    }
}

@media screen and ( max-width: 360px )
{
    .project-page-tablist .dropdown-menu
    {
        width: 100%;
        min-width: 280px;
    }
}

/* Consultation page */
.a-page
{
    margin-bottom: 10px;
}

.thumbnail
{
    padding: 0;
    border: 0;
    border-radius: 0;
}

.project-section
{
    margin-top: 30px;
}

.page-template-page-consultation .project-section
{
    margin-top: 0;
}

.a-project
{
    border-right: 1px solid #daddde;
    margin-bottom: 30px;
}

.a-project:last-child
{
    border-right: 0;
}

.a-project h2
{
    text-transform: uppercase;
    font-size: 22px;
}

.a-project p
{
    font-weight: 300;
    color: #575a5b;
}

/*.page .container + .container{
    margin-top: 70px;
}*/
/**-------------------------
 * Footer
 -------------------------*/
.site-footer
{
    padding-top: 50px;
    padding-bottom: 30px;
    background: #edeeee;
}

.footer-brand
{
    display: block;
}

.footer-brand img
{
    max-width: 185px;
}

.footer-widget h4
{
    color: #004c97;
    font-weight: 700;
}

.footer-widget ul
{
    list-style: none;
    padding-left: 10px;
}

.footer-widget ul li
{
    font-size: 14px;
}

.footer-widget ul li a
{
    color: #475358;
}

.footer-section1
{
    margin-bottom: 70px;
}

img.footer-vic
{
    width: 108px;
    height: auto;
    float: right;
}

.footer-links a
{
    font-size: 10px;
    color: #475358;
}

.footer-links a:after
{
    content: '|';
    margin-right: 10px;
    padding-left: 10px;
}

.footer-links a:last-child:after
{
    content: '';
}

.link-icon-facebook-b
{
    background: url(../../images/icons/facebook-blue.svg) no-repeat top left;
}

.no-svg .link-icon-facebook-b
{
    background: url(../../images/icons/facebook-blue.png) no-repeat top left;
}

.link-icon-twitter-b
{
    background: url(../../images/icons/twitter-blue.svg) no-repeat top left;
}

.no-svg .link-icon-twitter-b
{
    background: url(../../images/icons/twitter-blue.png) no-repeat top left;
}

.link-icon-linked-in-b
{
    background: url(../../images/icons/linked-in-blue.svg) no-repeat top left;
}

.no-svg .link-icon-linked-in-b
{
    background: url(../../images/icons/linked-in-blue.png) no-repeat top left;
}

.link-icon-google-b
{
    background: url(../../images/icons/google-blue.svg) no-repeat top left;
}

.no-svg .link-icon-google-b
{
    background: url(../../images/icons/google-blue.png) no-repeat top left;
}

.link-icon-instagram-b
{
    background: url(../../images/icons/instagram-blue.svg) no-repeat top left;
}

.no-svg .link-icon-instagram-b
{
    background: url(../../images/icons/instagram-blue.png) no-repeat top left;
}

.footer-links ul.menu
{
    padding-left: 0;
}

.footer-links ul.menu li
{
    float: left;
}

.footer-links ul.menu li + li:before
{
    content: '|';
    padding-right: 10px;
}

.footer-widget ul.menu li.current-menu-item > a
{
    color: #475358;
    background-color: transparent;
}

.footer-widget ul.menu
{
    padding-left: 0;
}

.footer-widget ul.menu > li.menu-item > a
{
    margin: 0;
    color: #004c97;
    font-weight: 600;
}

/**-------------------------
 * Accessibility
 -------------------------*/
.says,
.screen-reader-text
{
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.site .skip-link
{
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}

.logged-in .site .skip-link
{
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus
{
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000;
}

/**-------------------------
 * Comments
 -------------------------*/
.comment-list li .avatar
{
    background: #ffffff;
    float: left;
    margin: 0 10px 0 0px;
    border-radius: 50%;
}

.comment-list li
{
    margin: 5px 0 5px 0;
    padding: 10px 0px;
    list-style: none;
    border-bottom: 0px solid #dfdfdf;
    position: relative;
}

.comment-list li header
{
    line-height: 18px;
}

.comment-list li header a
{
    font-size: 14px;
}

.comment-content
{
    padding: 10px 20px 5px;
    margin: 25px 0 0;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    line-height: 1.5em !important;
}

.comment-content .links
{
    padding-left: 0;
    font-size: 14px;
}

.comment-content .links li
{
    display: inline;
}

.comment-content .links li:before
{
    content: "|";
    padding: 0 5px;
}

.comment-content .links li:first-child:before
{
    content: "";
}

.comment-respond label
{
    display: none;
}

/**
 * Feedback Form button
 */

.feedbackLinkWrapper
{
    position: fixed;
    right: 0;
    top: 85%;
    background: #00b2a9;
    padding: 0 4px 4px;
    border-radius: 0 0px 5px 5px;
    transform-origin: right top 0;
    transform: rotate(90deg);
    z-index: 1000;
}

.feedbackLinkWrapper .feedbackLink
{
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-radius: 0 0px 5px 5px;
    padding: 5px 10px;
    font-size: 14px;

}

.feedbackLinkWrapper .feedbackLink a
{
    color: #000000;
    text-transform: uppercase;
}

.lity
{
    z-index: 100000;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active)
{
    .feedbackLinkWrapper
    {
        margin-right: 16px;
    }
}

/**-------------------------
 * Responsive style's
 -------------------------*/
@media only screen and (max-width: 1366px)
{
    .hero-banner
    {
        height: 325px;
    }

    .slideshow-caption h2
    {
        font-size: 32px;
    }

    .slide-show-caption-inner p
    {
        font-size: 16px;
    }

    .slideshow-caption a
    {
        position: initial;
    }
}

@media only screen and (max-width: 1200px)
{
    .article-links img
    {
        width: 35px;
        height: 35px;
    }

    /* Home page her banner */
    .slideshow-caption
    {
        left: 30px;
    }

    .section-4 p
    {
        width: initial;
    }

}

@media only screen and (max-width: 992px)
{
    .logo
    {
        position: relative;
        z-index: 10000;
    }

    .section-1 .section-block
    {
        width: 50%;
        float: left;
        border-bottom: 1px solid #daddde;
    }

    .acf-map
    {
        height: 650px;
    }

    .sidebar-status
    {
        top: 0;
        padding-top: 15px;
    }

    .section-block img
    {
        width: 100%;
        max-width: initial;
    }

    .a-project
    {
        border-right: 1px solid #daddde;
        margin-bottom: 30px;
    }

    .a-project:nth-child(2n+2)
    {
        border-right: 0;
    }

    /* Archive page menu */
    .archive-menu .menu-mobile
    {
        float: left;
        top: 0;
        left: 15px;
    }

    nav.archive-menu .menu > ul > li:first-child
    {
        padding-left: 35px;
    }

    nav.archive-menu .menu .show-on-mobile
    {
        margin-top: 5px;
    }

    nav.archive-menu .menu > ul > li.archive-item-search input
    {
        width: 100%;
    }

    nav.archive-menu .menu > ul > li.archive-item-search input.submit
    {
        width: 50px;
    }
}

@media only screen and (max-width: 768px)
{
    .navbar-brand > img
    {
        max-width: 315px;
        padding-top: 10px;
    }

    .project-map .acf-map
    {
        height: 400px;
    }

    .article-links
    {
        border-bottom: 0;
    }

    .article-links .row
    {
        padding-left: 15px;
        padding-right: 15px;
    }

    .article-links .row div
    {
        border: 0;
        border-bottom: 1px solid #daddde;
        margin-bottom: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .doc-wrp
    {
        margin-bottom: 15px;
    }

    .nav-tabs > li
    {
        width: 100%;
        padding-left: 15px;
    }

    .nav-tabs > li > a
    {
        padding-left: 0;
    }

    .panel-heading
    {
        padding: 15px 0px;
    }

    .acf-map
    {
        height: 600px;
    }

    .a-project
    {
        border-bottom: 1px solid #daddde;
    }

    .sidebar-page,
    .sidebar-archive-page
    {
        margin-top: 25px;
    }

    .map-header
    {
        height: auto;
    }

    .map-data-sorter select, .map-header select
    {
        margin-bottom: 15px;
    }

    .projects-map
    {
        margin-top: 180px;
    }

    .projects-listings-filter form
    {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 420px)
{
    .navbar-brand > img
    {
        max-width: 250px;
        padding-top: 2 0px;
    }

    .site-branding
    {
        padding-bottom: 15px;
        padding-top: 10px;
    }

    .slideshow-caption
    {
        position: absolute;
        bottom: 0;
        top: initial;
        width: 100%;
        left: 0;
        height: auto;
        padding-bottom: 80px;
    }

    .slideshow-caption h2
    {
        font-size: 36px;
    }

    .banner-image
    {
        background-position: center top;
        height: 550px;
    }

    .hero-banner
    {
        height: 550px;
    }

    .section-1 .section-block
    {
        width: 100%;
        border-right: 0;
        margin-bottom: 5px;
    }

    .acf-map
    {
        height: 500px;
    }

    .map-data-sorter
    {
        bottom: 0;
        top: inherit;
        width: 100%;
        padding: 15px;
        height: auto;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 6px 6px 0 0;
    }

    .section-3
    {
        overflow: auto;
    }

    .section-3 .s3-block
    {
        margin-top: 50px;
        width: 100%;
    }

    .section-3 > .container > .row > .ovflw-auto
    {
        overflow: auto;

    }

    .section-3 > .container > .row > .ovflw-auto > .col-md-9
    {
        width: 1780px;
    }

    .section-4 .s4-form-block
    {
        text-align: center;
    }

}

@media only screen and (min-width: 1500px)
{
    .a-section.section-1
    {
        border-right: 1px solid #daddde;
        border-left: 1px solid #daddde;
    }
}

@media only screen and (min-width: 992px)
{
    .a-project:nth-child(3n+3)
    {
        border-right: 0;
    }

    .site-branding .logo.pull-left {
        float: none!important;
    }

    .navbar-brand {
        float: none;
    }

    .site-header {
        border-top: none;
    }

    .site-header-main {
        position: relative;
    }
    .site-branding .logo {
        border-bottom: 9px solid #0f0;
        margin-bottom: 9px;
        padding-left: 15px;
    }
    .site-branding .logo::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: -2000px;
        right: -2000px;
        clear: both;
        height: 9px;
        background-color: #00b2a9;
        border-top: 4px solid #201547;
    }

    .site-header-main .site-branding {
        padding: 0;
    }
}
@media only screen and (min-width: 1228px)
{
    .logo a {
        margin: 10px 0;
    }
    .site-branding .logo {
        margin-bottom: 0px;
    }
}
/**
 FACET STYLES
 */
.facet-label
{
    font-size: 22px;
}

.facet-widget.hide-label
.facet-label
{
    display: none;
}

/**-------------------------
 * Print styles
 -------------------------*/
@media print
{
    body
    {
        line-height: 1.3;
    }

    @page :left
    {
        margin: 0.5cm;
    }

    @page :right
    {
        margin: 0.8cm;
    }

    a:after
    {
        content: " (" attr(href) ") ";
        font-size: 0.7em;
        font-weight: normal;
    }

    .container
    {
        width: 100%;
        padding: 0;
    }

    .menu-container,
    .footer-section1,
    .section-4,
    .footer-social,
    .footer-links
    {
        display: none;
    }

    .site-header
    {
        margin: 0;
        padding: 0;
        min-height: 120px;
    }

    .site-branding
    {
        padding-left: 0;
    }

    .site-header-main
    {
        margin-left: 0;
    }

    .site-footer
    {
        border-top: 1px solid #201547;
    }

    .navbar-brand > img
    {
        width: 125px;
        margin: 0;
        padding: 0;
    }

    a.navbar-brand:after
    {
        content: " (" attr(href) ") ";
        font-size: 0.5em;
        font-weight: normal;
    }

    img.footer-vic
    {
        width: 70px;
        float: left;
    }

    .banner-image
    {
        -webkit-print-color-adjust: exact;
    }

    .slideshow-caption
    {
        width: 100%;
        left: 0;
        position: initial;
    }

    .logo
    {
        position: absolute;
        left: 0;
    }

    .post-type-archive-project .table-data a:after,
    .page-template-archive-project .table-data a:after
    {
        display: none;
    }

    .sidebar-status
    {
        top: 0;
    }

    .project-page-tablist
    > li
    {
        width: 15%;
    }

    .project-page-tablist > li > a:after
    {
        display: none;
    }

    .project-map
    {
        display: none;
    }

    .single-project .hero-banner
    {
        display: none;
    }
}

/* VM2-5 */
.post-body a,
.page-article a,
.post-content a
{
    text-decoration: underline;
}

/** Remove underlines for FAQs and Tabs **/
.post-body .project-page-tablist a,
.page-article .project-page-tablist a,
.post-content .project-page-tablist a,
.post-body #faqs a,
.page-article #faqs a,
.post-content #faqs a
{
    text-decoration: none;
}

.post-body a:hover,
.page-article a:hover,
.post-content a:hover
{
    text-decoration: none;
}


#covid {
    position: static;
    text-align: center;
    padding: 10px 0 10px 0;
    background-color: #201547;
}
#covid p {
    font-size: 13px;
    line-height: 14px;
    color: #FFF;
    margin-bottom: 5px;
}
#covid p a {
    color: #FFF;
    text-decoration: underline;
}

/* /VM2-5 */
#mc_embed_signup input,
.form-control
{
    border-color: #869498 !important;
}

#mc_embed_signup input,
.form-control:focus
{
    border-color: #201547 !important;
}

.wrapper-table
{
    position: relative;
    overflow-y: auto;
}

.flex-row
{
    display: flex;
    flex-wrap: wrap;
}

/* SBCR-37 */
#panel-group-submissions-497 {
    display: flex;
    flex-direction: column;
}


.sidebar-page h2.wp-block-heading {
    border-top: 1px solid #daddde;
    padding-top: 15px;
}

.sidebar-page .widget_block:first-of-type h2.wp-block-heading {
    border-top: none; /* Remove the line above the first h2 */
    padding-top: 0; /* Adjust spacing if needed */
}
.site-footer .acknowledgement {
    margin-bottom: 10px;
}
.site-footer .acknowledgement p {
    font-size: 16px;
}
.site-footer .acknowledgement .flags {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
}
.site-footer .acknowledgement .flags img {
    width: 50px;
    border: 1px solid #fff;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 .625rem .9375rem 0;
}

