/*
 Theme Name:   Image Direct Boilerplate Child
 Theme URI:    http://wpbp.dev.imagedirect.com/
 Description:  ID-Boilerplate Child CSS
 Author:       Image Direct Pty Ltd
 Author URI:   http://www.imagedirect.com.au
 Template:     id-boilerplate-master
 Version:      3.5.2
Tags:
Copyright:     ©2014 Image Direct Pty Ltd
Text Domain:   id-boilerplate-child
*/

/*@import url("../id-boilerplate-master/style.css");*/

/* =Theme customization starts here
-------------------------------------------------------------- */


/*
* -----------------------------------------------------------------------------
*
* # Root
*
* -----------------------------------------------------------------------------
*/

/*:root {
    --lpva-green-black: #072a2a;
    --lpva-green-dark: #429544;
    --lpva-green-light: #70b844;
    --lpva-gray-black: #555555;
    --lpva-gray-dark: #f1f1f1;
    --lpva-gray-light: #f3f3f3;

        --lpva-green-black: #112321;
        --lpva-green-dark: #429544;
        --lpva-green-light: #6BB043;
}*/

.lpva-background-green-black {
    background-color: #072a2a;
}

.lpva-background-green-dark {
    /*background-color: #429544;*/
    background-color: #328534;
}

.lpva-background-green-light {
    background-color: #70b844;
}

.lpva-text-green-black {
    color: #072a2a;
}

.lpva-text-green-dark {
    /*color: #429544;*/
    color: #328534;
}

.lpva-text-green-light {
    color: #70b844;
}

/*
* -----------------------------------------------------------------------------
*
* # Page
*
* -----------------------------------------------------------------------------
*/


html {
    font-size: 1em;
}

body {
    padding-top: 0;
    background-color: #ffffff;
    color: #5c5c5c;
    font-weight: 500;
    font-family:  'Montserrat', -apple-system, BlinkMacSystemFont,
        "Segoe UI", "Roboto", "Oxygen",
        "Ubuntu", "Cantarell", "Fira Sans",
        "Droid Sans", "Helvetica Neue", sans-serif;
}




/*
* -----------------------------------------------------------------------------
*
* # Typography
*
* -----------------------------------------------------------------------------
*/



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight:  700;
    text-transform: none;
    letter-spacing: 0.25px;
    font-family:  'Montserrat', -apple-system, BlinkMacSystemFont,
        "Segoe UI", "Roboto", "Oxygen",
        "Ubuntu", "Cantarell", "Fira Sans",
        "Droid Sans", "Helvetica Neue", sans-serif;
}

.content-main {
    font-size: 1em;
    line-height: 1.7;
}

.content-main h1,
.content-main  h2,
.content-main  h3,
.content-main  h4,
.content-main  h5,
.content-main  h6 {
    text-transform: none;
    margin-bottom: 1ex;

    color: #072a2a;
    color: #072a2a

}

.id-post-title > h1 {

}

hr {
    border-top: 1px solid rgba(128,128,128,1);
}


a {
    color: #328534;
}

a:hover,
a:focus,
a:active {
    color: #70b844;
    text-decoration: none;
}


.hentry > .lead {
    font-size: 1.3em;
    margin: 1em 0;
}


h4.widgettitle {
    font-weight: 600;
    margin-bottom: 2ex;
    border-bottom: 1px dotted rgba(255,255,255,0.15);
    border-bottom: 1px dotted rgba(0,0,0,0.15);
    padding-bottom: 1ex;
}


/**
* -----------------------------------------------------------------------------
*
* home
*
* -----------------------------------------------------------------------------
*/

.home .list-group-item a{
    color: #5c5c5c;
}

.home .list-group-item a:hover,
.home .list-group-item a:focus,
.home .list-group-item a:active{
    color: #70b844;
    text-decoration: none;
}


/*
* -----------------------------------------------------------------------------
*
* Masthead Toolbar
*
* -----------------------------------------------------------------------------
*/

.id-masthead-toolbar-wrapper {
    /*background-color: #112321;*/
    background-color: #072a2a;
    color: #fff;
}

.id-masthead-toolbar-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: flex-end;
    -o-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.id-masthead-toolbar-content > * {
    float: none;
    display: inline-block;
    /*    -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-box-flex: 0;
        -moz-flex: 0;
        -webkit-flex: 0;
        -ms-flex: 0;
        flex: 0;*/

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.id-pop-up-trigger-wrapper .id-translate-flags {
    width: 83px;
    height: auto;
    max-width: none;
    margin: 5px 0;
}

label.id-popup-trigger-label {
    font-size: 80%;
    font-weight: normal;
}

.id-pop-up-trigger-wrapper.well {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    margin: 0;
    border: none;
}

@media screen and (min-width: 768px) {
    .id-masthead-toolbar-content {
        display: block;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: flex-end;
        -o-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
}

/*
* -----------------------------------------------------------------------------
*
* Custom Header
*
* -----------------------------------------------------------------------------
*/
.id-custom-header-wrapper{
    width: 100%;
    min-width: 100%;
}
.id-custom-header-wrapper .custom-header-content{
    font-size: 1.3em;
    color: #fff;
    padding: 15px 20px;
    max-width: 100%;
    width: 100%;

    background-color: #072a2a;
    background-color: #072a2a
}


h4.id-custom-header-page-sub-title{
    font-size: 1em;
}

@media only screen and (min-width:768px){
    .id-custom-header-wrapper .custom-header-content{
        max-width: 75%;
    }
}

@media only screen and (min-width:992px){
    .id-custom-header-wrapper .custom-header-content{
        max-width: 50%;
    }
}

/*
* -----------------------------------------------------------------------------
*
* Slideshow Banner
*
* -----------------------------------------------------------------------------
*/

/*.id-slideshow-caption {
    background-color: rgba(0,0,0,0.15)
}*/
.id-slideshow-caption .id-slideshow-title,
.id-slideshow-caption .id-slideshow-message {
    color: #fff;
    padding: 15px 20px;
    margin:0;
    background-color: #072a2a;
}

.id-slideshow-title-mobile,
.id-slideshow-message-mobile{
    color: #fff;
}

.id-slideshow-title h1,
.id-slideshow-title h2,
.id-slideshow-title h3,
.id-slideshow-title h4,
.id-slideshow-title h5,
.id-slideshow-title h6 {
    color: #fff;
    margin:0 !important;
}

.id-slideshow-title h1,
.id-slideshow-title h2 {
    font-weight: 900;
}

.id-custom-header-wrapper::before,
.id-slide-item::before {
    content: "";
    display: block;
    background-color: transparent;
    background-image: url(img/squares-rotated-cropped.min.svg);
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

@media only screen and (min-width:768px){
    .id-custom-header-wrapper::before,
    .id-slide-item::before{
        -webkit-background-size: contain;
        background-size: contain;
    }
}

.id-slideshow-button .btn{
    position: relative;
    padding: 10px 40px 10px 15px;
    text-align: left;
}
.id-slideshow-button .btn::before{
    display: inline-block;
    content: '\f054';
    font-family: fontAwesome;
    color: inherit;
    font-size: 1em;
    position: absolute;
    right: 10px;
    left: auto;
}

@media only screen and (max-width:767px){
    .id-slide-item {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

/*
* ----------------------------------------------------------------------
*
* IE 10+ Specific Styles
*
* ----------------------------------------------------------------------
*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .id-custom-header-wrapper::before,
    .id-slide-item::before {
        background-image: url(img/squares-rotated-cropped.png);
    }

}


/*
* -----------------------------------------------------------------------------
*
* #Navbar-nav Affix
*
* -----------------------------------------------------------------------------
*/

nav.affix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    /*z-index: 9999;*/
    z-index: 900;
    -webkit-transition: all .5s ease-in-out .5s;
    transition: all .5s ease-in-out .5s;
}

@media only screen and (min-width:992px){
    nav.affix .nav {
        box-shadow: 0 0 3px rgba(0,0,0,0.25);
    }
}

nav.affix-top {
    position: static;
    top: -100px;
}

.affix + .menu-affix-sizer {
    height: 66.89px;
}


@media screen and (min-width: 992px) {
    .affix + .menu-affix-sizer {
        /*height: 108px;*/
        height: 76px;
    }

}

/*
* -----------------------------------------------------------------------------
*
* Fixed navbar hide/show on scroll
*
* -----------------------------------------------------------------------------
*/

.scroll-small .id-scroll-up.navbar-fixed-top {
    top: 0;
    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}

.scroll-small .navbar-fixed-top {
    top: -200px;
    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}

/*
* -----------------------------------------------------------------------------
*
* Navbar Logo
*
* -----------------------------------------------------------------------------
*/

.navbar-logo  {
    width: 200px;
    padding: 15px 10px;
    display: inline-block;
    -webkit-transition: none;
    transition: none;
}

.navbar-logo img {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .navbar-logo,
    .scroll-small .navbar-logo {
        width: 250px;
        padding: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .navbar-logo {
        width: 300px;
        padding: 27.5px 20px;
    }
    .scroll-small .navbar-logo {
        width: 250px;
        padding: 15px 20px;
    }
}

/*
* ------------------------------------------------------------------------------
*
* @ Affix Pseudo Logo
*
* ------------------------------------------------------------------------------
*/
.navbar{
    border-radius: 0;
}

/*.affix.header.offcanvas-navbar > .open.container::before {
    content: none;
}*/
.navbar-header {
    position: relative;
}

.affix-top.id-pseudo-logo {
    display:none;
}

.id-pseudo-logo  {
    content: '';
    display: block;
    width: 70px;
    position: absolute;
    top: 0;
    left: -100%;
    right: auto;
    bottom: 0;
    background-image: url(img/icons/favicon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0);
    box-shadow: 0 0 5px rgba(0,0,0,0);
}


.affix.navbar .id-pseudo-logo {
    left: 0;
    background-color: rgba(0,0,0,0.15);
}


/*
* -----------------------------------------------------------------------------
*
* Navbar Toggle
*
* -----------------------------------------------------------------------------
*/

.id-navbar-close {
    color: #777;
}

.navbar-toggle {
    border: none;
    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}

.navbar-toggle .fa:before {
    color: #999;
}

.navbar-inverse .navbar-toggle {
    border-color: rgba(0,0,0,0.25);
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: rgba(0,0,0,0.5);
}

.navbar-inverse .navbar-toggle .fa:before {
    color: #777;
}


.navbar-inverse .navbar-toggle:focus .fa:before,
.navbar-inverse .navbar-toggle:hover .fa:before {
    color: #fff;
}

@media screen and (min-width: 992px) {
    .navbar-toggle {
        position: relative;
        float: right;
    }
}

/*
* -----------------------------------------------------------------------------
*
* # Search Box
*
* -----------------------------------------------------------------------------
*/

.navbar-search-toggle[aria-expanded="true"],
.search-toggle[aria-expanded="true"] {
    background-color: #328534 !important;
    color: #fff;
}

.navbar-search-toggle {
    background-color: transparent;
}

.navbar-inverse .navbar-search-toggle {
    color: #777;
}

.navbar-fixed-top .id-search-box-wrapper {
    margin-top: 65px;
}


@media (min-width: 991px) {
    .navbar-fixed-top .id-search-box-wrapper {
        margin-top: 105px;
    }
}

@media screen and (min-width: 1200px) {
    .navbar-fixed-top .id-search-box-wrapper {
        margin-top: 0;
    }
}

/**
* -----------------------------------------------------------------------------
*
* search results
*
* -----------------------------------------------------------------------------
*/
.search-results article:not(:last-of-type) {
    border-bottom: 1px dashed rgba(0,0,0,0.15);
}

div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
    color: #70b844;
}

div.asl_r p.showmore a {
    background-color: #328534;
    border-color: #328534;
    color: white;
    font-weight: 500;
}

.id-search-thumbnail{
    height: 350px;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.id-search-thumbnail img{
    width: auto;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/**
* -----------------------------------------------------------------------------
*
* pagination
*
* -----------------------------------------------------------------------------
*/
.id-pagination .pagination .current{
    background-color: #328534;
    color: #fff;
}


/*
* ----------------------------------------------------------------
*
* id-custom-header-before
*
* ----------------------------------------------------------------
*/
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    height: 36px;
}

.input-group-addon:first-child {
    position: relative;
    top: -0.25px;
}

/*
* -----------------------------------------------------------------------------
*
* #Navbar Padding
*
* -----------------------------------------------------------------------------
*/
@media screen and (min-width: 992px) {

    .navbar-nav > li > a  {
        padding: 30px 6px;
    }

    .navbar-nav > li > a.id-navbar-phone-icon {
        padding: 28px 15px;
    }

    .navbar-toggle {
        padding: 34px 15px;
    }

    .scroll-small .navbar-search-toggle {
        padding: 15px 15px;
    }

    .sidebar-shop .navbar-toggle {
        padding: 15px 15px;
    }

}

@media screen and (min-width: 1200px) {
    .navbar-nav > li > a  {
        padding: 42.5px 15px;
    }

    .navbar-nav > li > a.id-navbar-phone-icon {
        padding: 38px 15px;
    }

    .scroll-small .navbar-nav > li > a {
        padding: 25.5px 15px;
    }

    .scroll-small .navbar-nav > li > a.id-navbar-phone-icon {
        padding: 25px 15px;
    }

    .navbar-search-toggle {
        padding: 35px 35px;
    }
    .scroll-small .navbar-search-toggle {
        padding: 17.5px 20px;
    }
}

/*
* -----------------------------------------------------------------------------
*
* #Navbar: menu-items
*
* -----------------------------------------------------------------------------
*/



.navbar-nav > li > a {
    font-weight: 600;
    font-size: 70%;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (min-width: 1200px) {


    .navbar-full-width > .container {
        padding: 0 0;
        width: 100%;
    }
}


@media (min-width: 1250px) {

    .navbar-nav > li > a {
        letter-spacing: 1px;
        font-size: 80%;
    }
}

.navbar-nav > li > a.id-navbar-phone-icon {
    font-size: 1.3em;
}


/*
* -----------------------------------------------------------------------------
*
* #Navbar: navbar-default
*
* -----------------------------------------------------------------------------
*/

.navbar-default {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.navbar-default .navbar-nav>li>a {
    color: #555;
}

.navbar-nav>li>a .id-navbar-telephone {
    font-weight: 600;
}

.id-navbar-icon .id-navbar-telephone {
    font-size: 1em;
}

a.id-navbar-phone-icon .fa {
    color: #328534;
    font-size: 24px;
}


@media screen and (min-width: 1200px) {
    /*    a.id-navbar-phone-icon .fa {
            color: inherit;
        }*/

    /*@ACTIVE*/
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover,
    /*@DEFAULT */
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li.active > a,
    .navbar-default .navbar-nav > li > a:focus {
        background-color: transparent;
        color: #328534;
    }
}

/*
* -----------------------------------------------------------------------------
*
* #Navbar: navbar-inverse
*
* -----------------------------------------------------------------------------
*/

.navbar-inverse {
    background-color: #222;
    border-color: #111;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.navbar-inverse .navbar-nav>li>a {
    color: #777;
}

.navbar-inverse .navbar-nav>li>.dropdown-menu,
.navbar-inverse .dropdown-menu {
    background-color: #222;
}

@media screen and (min-width: 1200px) {
    .navbar-inverse .navbar-nav > li.active > a,
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        background-color: transparent;
        color: #fff;
    }
}



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

    .nav>li.menu-item-toggle{
        float: none;
    }

}


/*
* -----------------------------------------------------------------------------
*
* # DropDown
*
* -----------------------------------------------------------------------------
*/

.dropdown-menu > li > a {
    /*color: #429544;*/
    color: #328534;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 0.9em;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #222;
    }
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:hover {
    /*background-color: #429544;*/
    background-color: #328534;
    color: #fff;
}

.dropdown-menu>.active>a {}

.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #328534;
    outline: 0;
}


.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    border-color: #328534;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #328534;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        background-color: #328534;
        color: #fff;
    }
}

/*@media (max-width: 1199px) {*/
@media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        background-color: rgba(0,0,0,0.05);
    }
}

@media (min-width: 992px) {
    .navbar-right {
        margin-right: auto;
    }
}

/*
* -----------------------------------------------------------------------------
*
* # Footer
*
* -----------------------------------------------------------------------------
*/

#footer {
    font-size: 80%;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;

    background-color: #072a2a;
}

#footer .id-footer-widget-wrapper{
    padding-top: 64px;
    padding-bottom: 64px;
}

#footer h4.widgettitle {
    border-bottom: 2px solid rgba(255,255,255,0.25);
    color: #fff;
}

#footer .widget{
    margin-bottom: 40px;
}

#footer .widget a {
    color: #70b844;
}


#footer .widget a:hover,
#footer .widget a:focus,
#footer .widget a:active {
    color: #fff;
    text-decoration: none;
}

.footer ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer ul.menu li {
    padding: 10px 0;
}

.footer ul.menu li:not(:last-of-type) {
    border-bottom: 1px dashed rgba(255,255,255,0.15);
}

#footer .widget .menu a{
    color: #70b844;
}
#footer .widget .menu a:hover,
#footer .widget .menu a:focus,
#footer .widget .menu a:active{
    color: #fff;
}


#footer .id-client-address-widget a{
    color: #70b844;
}

#footer .id-client-address-widget a:hover,
#footer .id-client-address-widget a:focus,
#footer .id-client-address-widget a:active{
    color: #fff;
}

.footer li ul li {
    border-bottom: none;
}

.id-copyright-wrapper {
    padding: 30px 15px;
    background-color: #fff;
    color: #072a2a;
}

/**
* -----------------------------------------------------------------------------
*
* accreditations
*
* -----------------------------------------------------------------------------
*/
#footer #id-magic-widget-2 {
    margin-bottom: 25px;
}

.id-accreditations-wrapper img {
    height: 85px;
    width: auto;
    display: inline-block;
    margin-right: 10px;
    padding: 10px;
    background-color: #fff;
    border-radius: 3px;
}

#footer .widget_media_image,
#footer .id-pop-up-widget-class{
    height: 85px;
    width: 30%;
    max-width: 65px;
    display: inline-block;
    float: left;
    padding: 10px;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 0;
}

#footer .widget_media_image:not(:last-child),
#footer .id-pop-up-widget-class:not(:last-child){
    margin-right: 5px;
}


#footer .widget_media_image img,
#footer .id-pop-up-trigger-wrapper img{
    height: 100% !important;
    width: auto;
    margin: 0;
    padding:0;
}

/*    margin-bottom: 0;
    height: 85px;
    width: auto;
    display: inline-block;
    float: left;
}*/


/*
* -----------------------------------------------------------------------------
*
* # Buttons
*
* -----------------------------------------------------------------------------
*/
input[type="submit"],
input[type="button"],
.btn {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 6px 12px;
    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}

input[type="submit"].btn-lg,
input[type="button"].btn-lg,
.btn-lg {
    padding: 11px 30px;
}

.btn-xl {
    padding: 30px 50px;
}

input[type="submit"],
input[type="button"],
.btn-primary {
    background-color: #328534;
    border-color: #328534;
    color: white;
}

input[type="submit"]:active,
input[type="button"]:active,
input[type="submit"]:active:hover,
input[type="button"]:active:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #70b844;
    border-color: #70b844;
}

/*
* -----------------------------------------------------------------------------
*
* _Btn Outline
*
* -----------------------------------------------------------------------------
*/

.btn-outline  {
    background-color: transparent;
    border-color: #328534;
    color: #328534;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    background-color: #328534;
    border-color: #328534;
    color: #fff;
}

.btn-outline-inverse  {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse:active {
    background-color: #fff;
    border-color: #fff;
    color: #328534;
}



/*
* ----------------------------------------------------------------
* DDownload Buttons
* ----------------------------------------------------------------
*/

.ddownload-button {
    padding: 1ex 2ex;
    font-size: 1.25em;
    background-image: none;
    background-color: #999;
    color: #fff!important;
    text-shadow: none;
}

.ddownload-button:hover,
.ddownload-button:active,
.ddownload-button:focus {
    background-image: none;
}


.ddownload-button.button-blue {
    background-color: #0080A2;
    border-color: #0080A2;
}

.ddownload-button.button-blue:hover {
    background-color: transparent;
    border-color: #0080A2;
    color: #0080A2 !important;
}

.ddownload-button.button-green {
    background-color: #2ECC71;
    border-color: #2ECC71;
}

.ddownload-button.button-green:hover {
    background-color: transparent;
    border-color: #27AE60;
    color: #27AE60 !important;
}




/*
* -----------------------------------------------------------------------------
*
* # Image
*
* -----------------------------------------------------------------------------
*/

img.alignright {float:right; margin:0 0 1em 1em;}
img.alignleft {float:left; margin:0 1em 1em 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
a img.alignright {float:right; margin:0 0 1em 1em;}
a img.alignleft {float:left; margin:0 1em 1em 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}


@media screen and (max-width: 767px) {
    .content-main img[class*="wp-image-"] {
        width: 100%;
        float: none !important;
        margin: 1em auto !important;
    }
}


/*
* -----------------------------------------------------------------------------
*
* @Large Google MAP
*
* ----------------------------------------------------------------------------
*/

.id-google-map-wrapper .acf-map {
    margin: auto;
    height: 400px;
}


@media screen and (min-width: 992px) {
    .id-google-map-wrapper .acf-map {
        height: 600px;
    }
}

.id-google-map-wrapper address {
    display: none;
}

/*
* ----------------------------------------------------------------
*
* ID Scroll Top
*
* ----------------------------------------------------------------
*/

.id_scroll_top.id-scroll-top-icon:hover,
.id_scroll_top.id-scroll-top-icon:focus,
.id_scroll_top.id-scroll-top-icon:active {
    background-color: #328534;
    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}

.id_scroll_top.id-scroll-top-icon {
    display: none;
    position: fixed;
    z-index: 99999;
    right: 0;
    bottom: 125px;
    line-height: 1;
    padding: 10px 15px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.id_scroll_top:before {
    content: "";
}

.id_scroll_top.id-scroll-visible {
    opacity: 1;
    -webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.id_scroll_top.id-scroll-hidden {
    opacity: 0;
    -webkit-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}



/**
* -----------------------------------------------------------------------------
*
* content
*
* -----------------------------------------------------------------------------
*/

#content {
    padding-top: 32px;
    padding-bottom: 32px;
}
@media only screen and (min-width:768px){
    #content {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}



/**
* -----------------------------------------------------------------------------
*
* global module factor
*
* -----------------------------------------------------------------------------
*/

.id-post-title > h1::after{
    content: '';
    display: block;
    width: 50px;
    color: #072a2a;
    border-bottom: 5px solid #70b844;
    margin-top: 10px;
}

.module-section-title,
.module-title {
    color: #072a2a;
}

.module-section-title a,
.module-title a{
    color: inherit;
}

.module-section-title a:hover,
.module-title a:hover,
.module-section-title a:focus,
.module-title a:focus,
.module-section-title a:active,
.module-title a:active{
    color: #70b844;
}

.module-section-title::after{
    content: '';
    display: block;
    width: 50px;
    border-bottom: 5px solid #70b844;
    margin: 10px auto;
}

.module-button .btn {
    margin-top: 20px;
    position: relative;
    padding: 10px 40px 10px 15px;
    text-align: left;
}
.module-button .btn::before {
    display: inline-block;
    content: '\f054';
    font-family: fontAwesome;
    color: inherit;
    font-size: 1em;
    position: absolute;
    right: 10px;
    left: auto;
}

/*
* -----------------------------------------------------------------------------
*
* Quick Access / Featured Pages
*
* -----------------------------------------------------------------------------
*/
.id-home-feature-pages{
    color: #fff;
    padding-top: 32px;
    padding-bottom: 32px;
}

.id-home-feature-pages .module-outer {
    padding: 15px;
}

@media only screen and (min-width:768px){
    .id-home-feature-pages{
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

.id-home-feature-pages .module-canvas{
    padding: 0;
    margin-bottom: 0;
}

.id-home-feature-pages .module-thumbnail::before{
    padding-bottom: 50%;
}

.id-home-feature-pages .module-overlay .fa::before{
    background-color: transparent;
    border-color: transparent;
    height: auto;
    width: auto;
    padding: 20px;
}

.id-home-feature-pages .module-image{
    background-color: #328534;
}
.id-home-feature-pages .module-overlay {
    color: #fff;
    background-color: rgba(66, 149, 68, 0.85);
    -webkit-transition: all .5s ease-in-out .5s;
    transition: all .5s ease-in-out .5s;
}

.id-home-feature-pages .module-image:hover .module-overlay{
    background-color: rgba(112, 184, 68, 0.85);
    -webkit-transition: all .5s ease-in-out .5s;
    transition: all .5s ease-in-out .5s;
}

.id-home-feature-pages .module-overlay > img{
    padding: 0;
    margin: 0 0 10px 0;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    width: 100%;
}

.id-home-feature-pages .module-feature-title{
    color: #fff;
    margin: 0;
    padding: 0;
}

/*
* ----------------------------------------------------------------
*
* id-meet-the-team-wrapper
*
* ----------------------------------------------------------------
*/

.id-meet-the-team-wrapper .module-body{
    background-color: #f3f3f3;
}

.id-meet-the-team-wrapper .module-title{
    font-weight: bold;
    color: #072a2a;
}

.id-meet-the-team-wrapper .module-title *{
    color: inherit;
}

.id-meet-the-team-wrapper .module-title::after{
    content: '';
    display: block;
    width: 50px;
    border-bottom: 5px solid #70b844;
    margin-top: 10px;
}

.id-meet-the-team-wrapper .module-thumbnail::before{
    padding-bottom: 65%;
}

@media only screen and (min-width:768px){
    .id-meet-the-team-wrapper.factory-showcase .module-thumbnail{
        width: 40%;
        max-width: 40%;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-box-flex: 1;
        -moz-flex: 1 1 40%;
        -webkit-flex: 1 1 40%;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
    }
    .id-meet-the-team-wrapper.factory-showcase .module-body{
        width: 60%;
        max-width: 60%;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-box-flex: 1;
        -moz-flex: 1 1 60%;
        -webkit-flex: 1 1 60%;
        -ms-flex: 1 1 60%;
        flex: 1 1 60%;

        padding: 2em;
    }

    .id-meet-the-team-wrapper.factory-showcase .module-content{
        flex: 1;
    }

}
.id-meet-the-team-wrapper .module-button .btn {
    margin-top: 20px;
    position: relative;
    padding: 10px 40px 10px 15px;
    text-align: left;
}
.id-meet-the-team-wrapper .module-button .btn::before {
    display: inline-block;
    content: '\f054';
    font-family: fontAwesome;
    color: inherit;
    font-size: 1em;
    position: absolute;
    right: 10px;
    left: auto;
}

/**
* -----------------------------------------------------------------------------
*
* profile grid
*
* -----------------------------------------------------------------------------
*/
.id-profiles-wrapper{
    padding-top: 0px;
    padding-bottom: 64px;
}
.id-profiles-wrapper .module-excerpt{
    margin-bottom: 20px;
}

.id-profiles-wrapper [data-feature-image="empty"].module-thumbnail{
    background-color: #f3f3f3;
}
.id-profiles-wrapper .module-thumbnail::before{
    padding-bottom: 150%;
}

.id-profiles-wrapper .module-image{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    /*    filter: url(img/grayscale-filter-ie11.svg);
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);*/
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    /*filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");  Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    filter: grayscale(100%); /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */

}
/*.id-profiles-wrapper .module-inner:hover .module-image,
.id-profiles-wrapper .module-inner:focus .module-image,
.id-profiles-wrapper .module-inner:active .module-image{
    -webkit-filter: none;
    filter: none;
}*/

.id-profile-contact-details{
    border: 0;
    margin-top: 20px;
}
.id-profile-contact-details .list-group-item{
    border: 1px solid rgba(0,0,0,0.05);
}
.id-profile-contact-details .list-group-item > a{
    display: flex;
    align-items: center;
}

.id-profile-contact-details .list-group-item > a:hover,
.id-profile-contact-details .list-group-item > a:focus,
.id-profile-contact-details .list-group-item > a:active{
    color: #70b844;
}


/**
* -----------------------------------------------------------------------------
*
* single profile
*
* -----------------------------------------------------------------------------
*/
.single-profile .id-post-title > h1{
    margin-top: 0;
}

.id-profile-contact-details .list-group-item i.fa{
    font-size: 1.2em;
    /*    width: 30px;
        height: 30px;*/
    text-align: center;
}

.id-profile-contact-details .list-group-item i.fa-mobile{
    font-size: 2em;
    width: 25px;
}

.id-profile-contact-details .list-group-item span{
    color: #555;
    padding-left: 20px;
}
.id-profile-contact-details .list-group-item :hover span{
    color: #70b844;
}

.id-additional-info-wrapper{
    margin: 20px 0 32px 0;
}

.id-additional-info-item{
    line-height: 1.5;
    margin-bottom: 20px;
}

.id-additional-info-item p{
    margin-bottom: 10px;
}

.id-profile-image-wrapper img,
.id-profile-image-wrapper .id-profile-image{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.id-empty-profile-image{
    position: relative;
}
.id-empty-profile-image::before {
    content: '';
    display: block;
    padding-bottom: 60%;
    background-color: #ccc;
    background-image: url(img/lpva-standard-rgb.svg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

@media only screen and (min-width:992px){
    .id-empty-profile-image::before{
        padding-bottom: 120%;
    }
}

.id-empty-profile-image > .fa{
    position: absolute;
    top: 0;
    left: 0;
}

/*
* ----------------------------------------------------------------
*
* Testimonials
*
* ----------------------------------------------------------------
*/
.id-testimonial-wrapper{
    background-color: #f3f3f3;
    padding: 32px 0;
}

@media only screen and (min-width:768px){
    .id-testimonial-wrapper{
        padding: 64px 0;
    }
}

.id-testimonial-wrapper::before{
    content: '';
    display: inline-block;
    max-width: 60%;
    width: 60%;
    height: 10px;
    border-top: 10px solid #072a2a;
    margin: 0 auto;
}

.id-testimonial-wrapper .module-inner{
    box-shadow: none;
    background-color: transparent;
}

@media only screen and (min-width:992px){

    .id-testimonial-wrapper  .module-section-title {
        margin-bottom: 40px;
    }

}

.id-testimonial-wrapper  .module-title {
    font-size: 1em;
    margin-top: 20px;
}

.id-testimonial-wrapper  .module-title *{
    font-size: inherit;
}

.id-testimonial-wrapper  .module-excerpt {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    /*padding-left: 3em;*/
    /*font-style: italic;*/
    font-size: 1em;
}

.id-testimonial-wrapper .module-content{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.id-testimonial-wrapper .module-button{
    padding-top: 20px;
}


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

/**
* -----------------------------------------------------------------------------
*
* call to action
*
* -----------------------------------------------------------------------------
*/
.id-call-to-action-wrapper{
    padding: 32px 0;
}

@media only screen and (min-width:768px){
    .id-call-to-action-wrapper{
        padding: 64px 0;
    }
}


body:not(.home) .id-call-to-action-wrapper{
    background-color: #f3f3f3;
}

body:not(.home) .id-call-to-action-wrapper::before{
    content: '';
    display: inline-block;
    max-width: 60%;
    width: 60%;
    height: 10px;
    border-top: 10px solid #072a2a;
    margin: 0 auto;
}

@media only screen and (min-width:992px){

    .id-call-to-action-wrapper .module-title{
        margin-bottom: 20px;
    }

}

.id-call-to-action-wrapper .module-title::after{
    content: '';
    display: block;
    width: 50px;
    border-bottom: 5px solid #70b844;
    margin: 10px auto;
}

.id-call-to-action-wrapper .module-title *{
    color: inherit;
}
.id-call-to-action-wrapper .module-prices,
.id-call-to-action-wrapper .module-excerpt{
    font-size: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 20px;
}

/**
* -----------------------------------------------------------------------------
*
* social icon
*
* -----------------------------------------------------------------------------
*/
.id-social-media .fa {
    font-size: 2em;
    height: auto;
    width: auto;
    padding: 0;
}

/**
* -----------------------------------------------------------------------------
*
* masthead
*
* -----------------------------------------------------------------------------
*/
.id-masthead-toolbar-wrapper .btn-primary{
    background-color: transparent;
    border-color: transparent;
}

.id-masthead-toolbar-wrapper .btn-primary:hover,
.id-masthead-toolbar-wrapper .btn-primary:focus,
.id-masthead-toolbar-wrapper .btn-primary:active{
    color: #70b844;
    text-decoration: none;
}

/**
* -----------------------------------------------------------------------------
*
* Benefits grid - careers page
*
* -----------------------------------------------------------------------------
*/

.id-careers-benefits-wrapper{
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: #f3f3f3;
}
.id-careers-benefits-wrapper .module-inner{
    box-shadow: none;
}
.id-careers-benefits-wrapper .module-excerpt{
    padding-bottom: 20px;
}
.id-careers-benefits-wrapper .module-thumbnail::before{
    padding-bottom: 60%;
}

/**
* -----------------------------------------------------------------------------
*
* careers opportunities
*
* -----------------------------------------------------------------------------
*/
.id-job-lists-widget{
    padding-top: 64px;
    padding-bottom: 64px;
    display: inline-block;
    width: 100%;
}

.id-job-lists-widget .widget .magic-widget-title{
    color: #072a2a;
    text-align: center;
    margin: 20px 0 32px 0;
}
.id-job-lists-widget .widget .magic-widget-title::after {
    content: '';
    display: block;
    width: 50px;
    border-bottom: 5px solid #70b844;
    margin: 10px auto;
}

/**
* -----------------------------------------------------------------------------
*
* erp job list
*
* -----------------------------------------------------------------------------
*/
.erp-rec-job-list:hover .hoverparts {
    background-color: #6fb844;
}
.erp-rec-job-list .job-title {
    color: #072a2a;
}
.erp-rec-job-list .employment-type {
    display: block;
    color: #6fb844;
    text-transform: capitalize;
}


.erp-recruitment-single .erp-recruitment-application .application_button{
    line-height: 1.5em;
    white-space: pre-wrap;
}

/**
* -----------------------------------------------------------------------------
*
* open street map
*
* -----------------------------------------------------------------------------
*/
.acf-map.acf-os-map .leaflet-tile-pane {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: grayscale(100%) contrast(130%);
    -webkit-filter: grayscale(100%) contrast(130%);
}

.leaflet-popup-content a{
    color: #072a2a;
}
.leaflet-popup-content a:hover,
.leaflet-popup-content a:focus,
.leaflet-popup-content a:active{
    color: #70b844;
}


.leaflet-popup-content .id-btn-direction{
    display: block;
    margin-top: 20px;
}

/**
* -----------------------------------------------------------------------------
*
* modal flags
*
* -----------------------------------------------------------------------------
*/
.id-modal--content #flags {
    width: 100%;
}
.id-modal--content #flags > ul {
    padding: 0;
    margin: 0;
}

/**
* -----------------------------------------------------------------------------
*
* breadcrumbs
*
* -----------------------------------------------------------------------------
*/
.id-breadcrumbs-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed rgba(0,0,0,0.10);border-bottom: 1px dashed rgba(0,0,0,0.10);
}

/**
* -----------------------------------------------------------------------------
*
* client center
*
* -----------------------------------------------------------------------------
*/
.id-client-display-name{
    color: #072a2a;
}

/**
* -----------------------------------------------------------------------------
*
* services
*
* -----------------------------------------------------------------------------
*/
.id-services-wrapper .module-outer{
    padding: 0 15px;
}
.id-services-wrapper .module-inner{
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 2px;
}

/*.id-services-wrapper .module-content{
    text-align: center;
}*/
.id-services-wrapper .module-prices,
.id-services-wrapper .module-excerpt{
    font-size: 100%;
}

.id-services-wrapper [data-feature-image="empty"][data-feature-icon="true"] .module-image .module-overlay img,
.id-services-wrapper [data-feature-image="empty"][data-feature-icon="true"] .module-image .module-overlay .fa{
    margin: 0;
    left: 0;
    right: auto;
    top: auto;
    position: absolute;
    background-repeat: no-repeat;
    width: auto;
}
.id-services-wrapper [data-feature-image="empty"][data-feature-icon="true"] .module-image .module-overlay img{
    padding: 10px;
    top:0;
}

.id-services-wrapper [data-feature-image="empty"][data-feature-icon="true"] .module-image .module-overlay img::before,
.id-services-wrapper [data-feature-image="empty"][data-feature-icon="true"] .module-image .module-overlay .fa::before{
    font-size: 2em;
    color: #072a2a;
    background-color: transparent;
}
.id-services-wrapper [data-feature-image="empty"][data-feature-icon="true"] .module-image .module-overlay{
    padding-left: 60px;
}

.id-services-wrapper .accordion .module-toggle[aria-expanded="true"]{
    border-bottom: 1px dashed #ccc;
}
.id-services-wrapper .accordion .module-feature-title{
    font-size: 1.2em;
    font-weight: normal;
    padding-top: 15px;
    padding-bottom: 15px;
}
.id-services-wrapper .module-canvas{
    margin-bottom:32px;
}

@media only screen and (min-width:768px){

    .id-services-wrapper .accordion .module-item{
        margin-bottom: 1ex;
    }

    .id-services-wrapper .module-canvas{
        margin-bottom: 64px;
    }
}

/*
* ----------------------------------------------------------------------
*
* IE 10+ Specific Styles
*
* ----------------------------------------------------------------------
*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .id-services-wrapper [data-feature-image="empty"][data-feature-icon="true"] .module-image .module-overlay .fa{
        top: -0.75em;
    }

}

/**
* -----------------------------------------------------------------------------
*
* faq
*
* -----------------------------------------------------------------------------
*/
.id-faq-section .panel-default>.panel-heading h3{
    margin-bottom: 0;
}

.id-faq-section .panel-default>.panel-heading h3 a{
    color: #072929;
    background-color: #f3f3f3;
}
.id-faq-section .panel-default:nth-child(odd)>.panel-heading h3 a{
    color: #fff;
    background-color: #072929;
}
.id-faq-section .panel-default>.panel-heading h3 a:hover,
.id-faq-section .panel-default>.panel-heading h3 a:focus,
.id-faq-section .panel-default>.panel-heading h3 a:active,
.id-faq-section .panel-default>.panel-heading h3 a[aria-expanded="true"] {
    color: #fff;
    background-color: #70b744;
}


/**
* -----------------------------------------------------------------------------
*
* location map
*
* -----------------------------------------------------------------------------
*/
.id-location-map-wrapper .acf-map,
.id-location-map-wrapper .acf-os-map{
    height: 500px;
    margin: 0;
}


/**
* -----------------------------------------------------------------------------
*
* list group
*
* -----------------------------------------------------------------------------
*/
.module-wrapper .list-group .list-group-item,
.content-main .list-group .list-group-item{
    border: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
    line-height: 1.7;
}

.module-wrapper .list-group .list-group-item:not(:last-of-type),
.content-main .list-group .list-group-item:not(:last-of-type) {
    border-bottom: 1px dashed #ddd;
}


.module-wrapper ol.id-ordered-list>li::before{
    background-color: transparent;
    color: #70b844;
    font-weight: bold;
    font-size: 1em;
    margin-top: -15px;
}

ul.id-unordered-list>li::before{
    font-size: 16px;
    content: "\f00c";
    color: #70b844;
}

ol.id-ordered-list>li::before{
    background-color: #70b844;
    width: 25px;
    height: 25px;
    padding: 7px;
    border-radius: 50%;
    margin-top: -12px;
}

ul.id-unordered-list>li,
ol.id-ordered-list>li {
    padding-left: 3em;
}

/**
* -----------------------------------------------------------------------------
*
* tablepress
*
* -----------------------------------------------------------------------------
*/
.tablepress tfoot th, .tablepress thead th {
    color: #fff;
    background-color: #072a2a;
    background-color: #072a2a
}

/**
* -----------------------------------------------------------------------------
*
* glossary
*
* -----------------------------------------------------------------------------
*/
body .glossary-tooltip a,
body .glossary-tooltip-media a {
    background: transparent;
    padding: 0;
    border-bottom: 1px dashed #328534 !important;
}
body .glossary-tooltip-content a{
    border: 0 !important;
}

/**
* -----------------------------------------------------------------------------
*
* block quote
*
* -----------------------------------------------------------------------------
*/
blockquote{
    position: relative;
    padding-left: 60px;
    border-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
blockquote::before{
    content: '\f10d';
    display: block;
    font-family: fontawesome;
    font-size: 2em;
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(112, 183, 68, 0.50);
}
blockquote a{
    font-size: 1rem;
}

/**
* -----------------------------------------------------------------------------
*
* form field
*
* -----------------------------------------------------------------------------
*/
.erp-rec-input-field .help-field{
    font-size: 90%;
    color: #888;
    margin-top: 5px;
}


/**
* -----------------------------------------------------------------------------
*
* copyright
*
* -----------------------------------------------------------------------------
*/
a.credit-id{
    color: #222;
}


/**
* -----------------------------------------------------------------------------
*
* modal
*
* -----------------------------------------------------------------------------
*/
[data-toggle="modal"]:hover,
[data-toggle="modal"]:focus,
[data-toggle="modal"]:active{
    cursor:pointer;
}


/**
* -----------------------------------------------------------------------------
*
* ie10 & ie11
*
* -----------------------------------------------------------------------------
*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .module-body{
        flex-flow: row wrap;
    }

}

/*
* ----------------------------------------------------------------
*
* Silence .grecaptcha
* (as per https://developers.google.com/recaptcha/docs/faq ,
* this is allowed if alt. text shown on	contact	page)
*
* ----------------------------------------------------------------
*/

.grecaptcha-badge {
    visibility: hidden !important;
}
.grecaptcha-error {
    visibility: initial;
}
.cf7recaptcha_notice {
    color: #888;
    font-size: 80%;
}

/*
* ----------------------------------------------------------------
*
*
*
* ----------------------------------------------------------------
*/


.id-cta-banner .responsive-banner h3.module-title a {
    color: #fff;
}
.id-cta-banner .responsive-banner h3.module-title {
    color: #fff;
    font-size: 1.25em;
}


.id-cta-banner .module-inner {
    position: relative;
    background-color: #072a2a;
    color: #fff;
}

.id-cta-banner .responsive-banner .module-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 42, 42,1)),color-stop(55%, rgba(7, 42, 42,1)),color-stop(80%, rgba(0,0,0,0)));
    background: -o-linear-gradient(top, rgba(7, 42, 42,1) 0%,rgba(7, 42, 42,1) 55%,rgba(0,0,0,0) 80%);
    background: linear-gradient(to bottom, rgba(7, 42, 42,1) 0%,rgba(7, 42, 42,1) 55%,rgba(0,0,0,0) 80%);
}

.id-cta-banner .responsive-banner.lpva-api-keynote .module-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 166, 156, 1)),color-stop(55%, rgba(0, 166, 156, 1)),color-stop(80%, rgba(0, 166, 156, 0)));
    background: -o-linear-gradient(top, rgba(0, 166, 156, 1) 0%,rgba(0, 166, 156, 1) 55%,rgba(0, 166, 156, 0) 80%);
    background: linear-gradient(to bottom, rgba(0, 166, 156, 1) 0%,rgba(0, 166, 156, 1) 55%,rgba(0, 166, 156, 0) 80%);
}

.id-cta-banner .responsive-banner .module-image {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 0;
}

.id-cta-banner .responsive-banner .module-thumbnail::before {
    padding-bottom: 450px;
}


.id-cta-banner .responsive-banner .module-body {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

@media screen and (min-width: 768px) {
    .call-to-action-wrapper.id-cta-banner .module-canvas {
        padding-top: 0;
        padding-bottom: 0;
    }
    .call-to-action-wrapper.id-cta-banner .module-outer {
        padding: 0 15px;
    }
    .id-cta-banner .responsive-banner .module-overlay {
        background: -webkit-gradient(linear, left top, right top, from(rgba(7, 42, 42,1)),color-stop(65%, rgba(7, 42, 42,1)),color-stop(80%, rgba(0,0,0,0)));
        background: -o-linear-gradient(left, rgba(7, 42, 42,1) 0%,rgba(7, 42, 42,1) 65%,rgba(0,0,0,0) 80%);
        background: linear-gradient(to right, rgba(7, 42, 42,1) 0%,rgba(7, 42, 42,1) 65%,rgba(0,0,0,0) 80%);
    }

    .id-cta-banner .responsive-banner.lpva-api-keynote .module-overlay {
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 166, 156,1)),color-stop(65%, rgba(0, 166, 156,1)), color-stop(80%, rgba(0, 166, 156, 0)));
        background: -o-linear-gradient(left, rgba(0, 166, 156,1) 0%,rgba(0, 166, 156,1) 65%, rgba(0, 166, 156, 0) 80%);
        background: linear-gradient(to right, rgba(0, 166, 156,1) 0%,rgba(0, 166, 156,1) 65%, rgba(0, 166, 156, 0) 80%);
    }

    .id-cta-banner .responsive-banner .module-thumbnail::before {
        padding-bottom: 25%;
    }

    .id-cta-banner .responsive-banner .module-image {
        display: block;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        background-size: auto 150%;
        background-repeat: no-repeat;
        background-position: right center;
    }

    .id-cta-banner .module-content {
        text-align: left;
        width: 100%;
        max-width: 100%;
        min-height: 1px;
        height: 100%;
        max-height: 100%;
        position: relative;
        float: none;
        background-color: transparent;
        display: block;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -moz-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-align: center;
        -o-align-items: center;
        -ms-align-items: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -o-align-content: center;
        -ms-align-content: center;
        -moz-align-content: center;
        -webkit-align-content: center;
        align-content: center;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-box-flex: 1;
        -moz-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        font-size: 16px;
        font-size: 1rem;
    }

    .id-cta-banner .responsive-banner .module-body,
    .id-cta-banner.factory-card .module-thumbnail {
        width: 100%;
        max-width: 100%;
    }

    .id-cta-banner .responsive-banner .module-body {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .id-cta-banner.factory-card .module-thumbnail::before {
        padding-bottom: 20%;
    }
}
/*
* ----------------------------------------------------------------
*
*
*
* ----------------------------------------------------------------
*/


