body, table {
    font-family: 'Roboto',sans-serif;
    color: #121212;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, strong,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Raleway',sans-serif;
    color: #000;
}

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 32px;
}

h3, .h3 {
    font-size: 28px;
}

h4, .h4 {
    font-size: 24px;
}

h5, .h5 {
    font-size: 20px;
}

h6, .h6 {
    font-size: 16px;
}

a {
    color: #0a7d41;
    font-weight: 600;
}

    a:hover,
    a:active,
    a:focus {
        color: #0a7d41;
        cursor: pointer;
    }

    a:focus {
        outline: none;
    }

textarea {
    min-height: 150px;
    resize: vertical;
}

.navbar-custom {
    margin-bottom: 0;
    background-color: #fff;
    border: 0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

    .navbar-custom .navbar-brand {
        height: auto;
    }

    .navbar-custom .nav li {
        margin: 26px 0 0;
    }

    .navbar-custom .nav > li > a:hover, .navbar-custom .nav > li > a:focus {
        background-color: #0a7d41;
        color: #fff;
    }

#search-input {
    width: 75%;
}

.pageHeader {
    color: white;
}

#contactUsForm {
    border: 2px #949494 solid;
    padding: 35px
}

#search-submit {
    width: 100px;
    height: 34px;
    float: left;
    background-color: #0a7d41;
    color: #fff;
    border: none;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .navbar-custom .navbar-nav > li {
        font-size: 13px;
    }

        .navbar-custom .navbar-nav > li > a {
            padding-left: 10px;
            padding-right: 10px;
        }
}

@media (max-width: 768px) {
    .navbar-custom .navbar-collapse {
        background: #088544;
    }

    .navbar-custom .nav-pills > li {
        display: block;
        float: none;
        margin: 10px;
        text-align: center;
    }

        .navbar-custom .nav-pills > li a {
            color: #fff;
        }

            .navbar-custom .nav-pills > li a:hover,
            .navbar-custom .nav-pills > li a:focus {
                background-color: #0a7d41;
            }

    .table-responsive > .table > tbody > tr > td {
        white-space: unset;
    }
}

@media (min-width: 769px) {
    .navbar-custom .navbar-nav > li {
        margin-left: 1px;
    }

        .navbar-custom .navbar-nav > li > a {
            padding-top: 4px;
            padding-bottom: 4px;
            font-weight: 500;
        }

    .container > .navbar-collapse {
        margin-right: 50px;
    }
}

.navbar-custom .navbar-toggle {
    margin-top: 30px;
    padding: 2px 10px;
}

    .navbar-custom .navbar-toggle .icon-bar {
        background-color: #999;
    }

    .navbar-custom .navbar-toggle:hover .icon-bar,
    .navbar-custom .navbar-toggle:focus .icon-bar {
        background-color: #0a7d41;
    }

.nav-holder-main {
    position: relative;
    padding-bottom: 25px;
}

    .nav-holder-main .trigger-search {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 19px;
        right: 0;
    }

        .nav-holder-main .trigger-search,
        .nav-holder-main .trigger-search a {
            color: black;
        }

            .nav-holder-main .trigger-search a {
                display: table;
                width: 100%;
                height: 100%;
                text-align: center;
            }

                .nav-holder-main .trigger-search a:hover {
                    color: #0a7d41;
                }

                .nav-holder-main .trigger-search a:hover,
                .nav-holder-main .trigger-search a:focus,
                .nav-holder-main .trigger-search a:active {
                    text-decoration: none;
                }

            .nav-holder-main .trigger-search .fa {
                display: table-cell;
                vertical-align: middle;
                font-size: 20px;
            }

@media (max-width: 768px) {
    .nav-holder-main .trigger-search {
        right: 60px;
    }
}

.navbar-custom .top-header {
    color: #4F4F4F;
}

    .navbar-custom .top-header a {
        color: #4F4F4F;
    }

        .navbar-custom .top-header a:hover,
        .navbar-custom .top-header a:focus,
        .navbar-custom .top-header a:hover .fa,
        .navbar-custom .top-header a:focus .fa {
            color: #0a7d41;
        }

        .navbar-custom .top-header a:focus {
            text-decoration: none;
        }

.navbar-custom a {
    color: #222;
}

.top-header {
    background-color: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
    color: #8c8c8c;
    padding: 5px 0;
}

.toplinks ul, .flags {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .toplinks .dropdown-menu > li > a:hover, .toplinks .dropdown-menu > li > a:focus,
    .flags > li > a:hover, .flags > li > a:focus {
        background-color: transparent;
    }

.toplinks ul {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9;
    background-color: #fff;
    margin-top: 6px;
    width: 200px;
    padding: 10px 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.toplinks li {
    margin: 10px 0;
    font-size: 12px;
}

    .toplinks li a {
        padding: 0;
    }

    .toplinks li .fa, .user .fa {
        font-size: 13px;
        color: #4F4F4F;
        padding-right: 8px;
    }

@media (max-width: 991px) {
    .toplinks li .fa {
        color: #0a7d41;
    }
}

.toplinks .toplinks-toggle {
    padding: 0 5px;
}

    .toplinks .toplinks-toggle .fa {
        font-size: 18px;
        vertical-align: -5px;
    }

    .toplinks .toplinks-toggle:hover .fa,
    .toplinks .toplinks-toggle:focus .fa {
        color: #0a7d41;
    }

@media (min-width: 769px) {
    .toplinks .toplinks-toggle {
        display: none;
    }

    .toplinks ul {
        position: relative;
        left: auto;
        top: auto;
        background-color: transparent;
        border: 0;
        width: auto;
        padding: 0;
        margin: 0;
        display: block;
        float: none;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .toplinks li {
        padding-left: 20px;
        margin: 0 20px 0 0;
        border-left: 1px solid #e0e0e0;
        float: left;
    }

        .toplinks li:first-child {
            border: 0;
            padding: 0;
        }
}

.user {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #e0e0e0;
}

    .user span {
        color: #d9d9d9;
    }

.flags {
    padding: 5px 10px;
    min-width: 100px;
}

.pull-right > .flags {
    left: -11px;
}

.flags li {
    margin: 5px 0;
}

    .flags li a {
        padding: 0;
    }

.header-img-block {
    background-size: cover;
    padding: 50px 0;
    text-shadow: 0 0 30px rgba(0,0,0,0.6);
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(' /images/header_img_bg.jpg');
    background-position-y: 50%;
    background-position-x: 50%;
    background-size: 100%;
}

.header-img-block-assembly {
    background: #262626 url('../images/header_img_bg.jpg') no-repeat 100% 0;
    background-size: cover;
    background-position-y: 30%;
    padding: 40px 0;
    text-shadow: 0 0 30px rgba(0,0,0,0.6);
}

@media (max-width: 780px) {
    .header-img-block-assembly {
        padding: 40px 0;
    }
}

@media (max-width: 680px) {
    .header-img-block-assembly {
        padding: 40px 0;
    }
}

@media (max-width: 580px) {
    .header-img-block-assembly {
        padding: 40px 0;
    }
}

.header-img-block .breadcrumb {
    background-color: transparent;
    font-size: 12px;
    padding: 0;
}

.header-img-block-assembly .breadcrumb {
    background-color: transparent;
    font-size: 12px;
    padding: 0;
}

.header-img-block .breadcrumb > li + li:before {
    content: '\f105';
    font-family: 'FontAwesome',sans-serif;
    color: white;
    padding: 0 10px;
}

.header-img-block-assembly .breadcrumb > li + li:before {
    content: '\f105';
    font-family: 'FontAwesome',sans-serif;
    color: white;
    padding: 0 10px;
}

.header-img-block .breadcrumb a {
    color: white;
}

.header-img-block-assembly .breadcrumb a {
    color: white;
}

.header-img-block .breadcrumb > .active,
.header-img-block .title-page,
.header-img-block .breadcrumb a:hover,
.header-img-block .breadcrumb a:focus {
    color: white;
    font-weight: 600;
}

.header-img-block-assembly .breadcrumb > .active,
.header-img-block-assembly .title-page,
.header-img-block-assembly .breadcrumb a:hover,
.header-img-block-assembly .breadcrumb a:focus {
    color: white;
    font-weight: 600;
}

.header-img-block .title-page.h2,
.header-img-block .title-page.h3 {
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.header-img-block-assembly .title-page.h2,
.header-img-block-assembly .title-page.h3 {
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.header-img-block .title-page:after {
    content: "";
    font-size: 0;
    background-color: #fff;
    height: 3px;
    width: 40px;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.header-img-block-assembly .title-page:after {
    content: "";
    font-size: 0;
    background-color: #fff;
    height: 3px;
    width: 40px;
    position: absolute;
    left: 0;
    bottom: -15px;
}

#side-nav .panel {
    border: 0;
    margin-bottom: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    #side-nav .panel a {
        display: block;
        padding: 15px 20px;
        background-color: #e5e5e5;
        color: #636363;
        font-family: 'Raleway',sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1.2;
        font-weight: 700;
        border-right: 2px solid #bfbfbf;
        border-radius: 4px 0 0 4px;
    }

        #side-nav .panel a:hover,
        #side-nav .panel a:focus {
            text-decoration: none;
        }

        #side-nav .panel a:hover {
            color: #666;
        }

        #side-nav .panel a.active,
        #side-nav .panel a:focus,
        #side-nav .panel a:active,
        #side-nav .panel a:active:focus {
            color: #000;
            font-weight: 700;
            border-right-color: #0a7d41;
        }

#side-nav .panel-collapse ul {
    margin: 0;
    padding: 10px 0;
    list-style: none;
}

    #side-nav .panel-collapse ul a {
        padding-top: 8px;
        padding-bottom: 8px;
        margin: 5px 0;
        background-color: transparent;
        text-transform: none;
        font-size: 14px;
        font-weight: 400;
    }

@media (max-width: 1023px) {
    #side-nav {
        background-color: #fff;
        padding: 10px 5px 5px;
        left: 0 !important;
        width: 100% !important;
        box-shadow: 0 1px 4px 0 rgba(0,0,0,0.15);
        -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.15);
        -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.15);
    }

        #side-nav #accordion {
            height: 52px;
            overflow: hidden;
        }

            #side-nav #accordion.nowEnabled {
                height: auto;
                overflow: visible;
                position: relative;
                z-index: 1;
            }

        #side-nav, #side-nav .panel, #side-nav .panel a {
            border-radius: 0;
        }

            #side-nav .panel a {
                font-size: 13px;
            }

            #side-nav .side-nav-handle {
                cursor: pointer;
                text-align: center;
                width: 100%;
                height: 52px;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 11;
            }

                #side-nav .side-nav-handle.onUse {
                    position: relative;
                    height: auto;
                    left: 0;
                    top: auto;
                    z-index: 0;
                }

                #side-nav .side-nav-handle:before {
                    content: '\f141';
                    font-family: 'FontAwesome';
                    font-size: 20px;
                    line-height: 0.9;
                    background-color: #fff;
                    text-align: center;
                    width: 30px;
                    height: 16px;
                    position: absolute;
                    left: 50%;
                    bottom: -30px;
                    margin-left: -15px;
                    z-index: 11;
                    border-radius: 0 0 4px 4px;
                    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15);
                    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15);
                    -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15);
                }

                #side-nav .side-nav-handle.onUse:before {
                    bottom: -20px;
                }

    .showbox-entry {
        padding-top: 40px;
    }
}

#modal-subscribe-thankyou .modal-header,
#modal-auth .modal-header,
.modal-custom-default .modal-header {
    background-color: #0a7d41;
    border-radius: 4px 4px 0 0;
}

    #modal-subscribe-thankyou .modal-header,
    #modal-subscribe-thankyou .modal-header h1,
    #modal-subscribe-thankyou .modal-header h2,
    #modal-subscribe-thankyou .modal-header h3,
    #modal-subscribe-thankyou .modal-header h4,
    #modal-subscribe-thankyou .modal-header h5,
    #modal-subscribe-thankyou .modal-header h6,
    #modal-auth .modal-header,
    #modal-auth .modal-header h1,
    #modal-auth .modal-header h2,
    #modal-auth .modal-header h3,
    #modal-auth .modal-header h4,
    #modal-auth .modal-header h5,
    #modal-auth .modal-header h6,
    .modal-custom-default .modal-header,
    .modal-custom-default .modal-header h1,
    .modal-custom-default .modal-header h2,
    .modal-custom-default .modal-header h3,
    .modal-custom-default .modal-header h4,
    .modal-custom-default .modal-header h5,
    .modal-custom-default .modal-header h6 {
        color: #fff;
    }

.modal-backdrop.in {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.modal-open,
.modal-open .modal-custom-searchbox {
    overflow: hidden;
    padding: 0 !important;
}

.modal-custom-searchbox .modal-dialog {
    margin: 0 auto;
    width: 100%;
}

.modal-custom-searchbox .modal-content,
.modal-custom-searchbox .input-group-btn .btn,
.modal-custom-searchbox .input-group-addon,
.modal-custom-searchbox input[type="text"] {
    border: 0;
    border-radius: 0;
}

.modal-custom-searchbox .modal-content {
    background-color: #000;
}

.modal-custom-searchbox .input-group-btn .btn,
.modal-custom-searchbox .input-group-addon,
.modal-custom-searchbox .input-group-addon button.close {
    background-color: transparent;
    padding: 0;
    text-shadow: none !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.modal-custom-searchbox .input-group-btn .btn {
    padding-right: 15px;
    font-size: 23px;
    color: #fff;
}

.modal-custom-searchbox .input-group-addon button.close {
    padding-left: 15px;
    font-size: 26px;
    color: #999;
}

.modal-custom-searchbox input[type="text"] {
    background-color: #d9d9d9;
}

    .modal-custom-searchbox input[type="text"]:focus {
        background-color: #fff;
        outline: 0 none;
    }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 10px 10px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
    background-color: #fff;
}

.table-striped > tbody > tr {
    background-color: #f0f0f0;
}

    .table-striped > tbody > tr:nth-of-type(2n+1) {
        background-color: #f5f5f5;
    }

.table-hover > tbody > tr:hover {
    background-color: #fafafa;
}
/*** Start TABLE FORMAT FOR SPECIFIC PAGE(S) ***/
.table.tbFormat-Audit-1 td:nth-of-type(2) div.cms-entry,
.table.tbFormat-Audit-1 td:nth-of-type(3) div.cms-entry,
.table.tbFormat-Audit-1 td:nth-of-type(6) div.cms-entry,
.table.tbFormat-Audit-1 td:nth-of-type(7) div.cms-entry,
.table.tbFormat-Audit-2 td:nth-of-type(2) div.cms-entry,
.table.tbFormat-Audit-2 td:nth-of-type(3) div.cms-entry,
.table.tbFormat-About-1 td div.cms-entry {
    white-space: normal;
}

.table.tbFormat-Audit-1 td:nth-of-type(2) div.cms-entry,
.table.tbFormat-Audit-1 td:nth-of-type(3) div.cms-entry {
    width: 110px;
}

.table.tbFormat-Audit-1 td:nth-of-type(6) div.cms-entry,
.table.tbFormat-Audit-1 td:nth-of-type(7) div.cms-entry {
    width: 60px;
}

.table.tbFormat-Audit-2 td:nth-of-type(2) div.cms-entry {
    width: 120px;
}

.table.tbFormat-Audit-2 td:nth-of-type(3) div.cms-entry {
    width: 100%;
}

.table.tbFormat-About-1 td {
    width: 50%;
}

    .table.tbFormat-About-1 td div.cms-entry {
        min-width: 240px;
    }
/*** End ***/
.btn, .art .sub-heading {
    font-family: 'Raleway';
}

.btn {
    border: 0;
}

.btn-primary {
    background-color: #088544;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #066433;
    }

.title,
.title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
    position: relative;
}

.side-CTA {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 16px;
    font-size: 13px;
    font-family: 'Raleway',sans-serif;
}

    .side-CTA a {
        color: #999;
    }

.title h1, .title h2, .title h3, .title h4, .title h5, .title h6,
.title .h1, .title .h2, .title .h3, .title .h4, .title .h5, .title .h6 {
    margin: 0 0 30px;
    padding: 0 0 20px;
    z-index: 0
}

.title.art h1, .title.art h2, .title.art h3, .title.art h4, .title.art h5, .title.art h6,
.title.art .h1, .title.art .h2, .title.art .h3, .title.art .h4, .title.art .h5, .title.art .h6 {
    position: relative;
}

    .title.art h1:before,
    .title.art h1:after,
    .title.art h2:before,
    .title.art h2:after,
    .title.art h3:before,
    .title.art h3:after,
    .title.art h4:before,
    .title.art h4:after,
    .title.art h5:before,
    .title.art h5:after,
    .title.art h6:before,
    .title.art h6:after,
    .title.art .h1:before,
    .title.art .h1:after,
    .title.art .h2:before,
    .title.art .h2:after,
    .title.art .h3:before,
    .title.art .h3:after,
    .title.art .h4:before,
    .title.art .h4:after,
    .title.art .h5:before,
    .title.art .h5:after,
    .title.art .h6:before,
    .title.art .h6:after {
        content: "";
        font-size: 0;
        position: absolute;
        left: 0;
        top: 100%;
    }

    .title.art h1:before, .title.art h2:before, .title.art h3:before, .title.art h4:before, .title.art h5:before, .title.art h6:before,
    .title.art .h1:before, .title.art .h2:before, .title.art .h3:before, .title.art .h4:before, .title.art .h5:before, .title.art .h6:before {
        height: 3px;
        background-color: #0a7d41;
        width: 50px;
        margin-top: -1px;
        z-index: 1
    }

    .title.art h1:after, .title.art h2:after, .title.art h3:after, .title.art h4:after, .title.art h5:after, .title.art h6:after,
    .title.art .h1:after, .title.art .h2:after, .title.art .h3:after, .title.art .h4:after, .title.art .h5:after, .title.art .h6:after {
        height: 1px;
        background-color: #ccc;
        width: 100%;
        z-index: 0;
    }

.title.noTail h1:after, .title.noTail h2:after, .title.noTail h3:after, .title.noTail h4:after, .title.noTail h5:after, .title.noTail h6:after,
.title.noTail .h1:after, .title.noTail .h2:after, .title.noTail .h3:after, .title.noTail .h4:after, .title.noTail .h5:after, .title.noTail .h6:after {
    background-color: transparent;
}

.art.centered h1:before, .art.centered h2:before, .art.centered h3:before, .art.centered h4:before, .art.centered h5:before, .art.centered h6:before,
.art.centered .h1:before, .art.centered .h2:before, .art.centered .h3:before, .art.centered .h4:before, .art.centered .h5:before, .art.centered .h6:before {
    left: 50%;
    margin-left: -25px;
}

.art.centered h1:after, .art.centered h2:after, .art.centered h3:after, .art.centered h4:after, .art.centered h5:after, .art.centered h6:after,
.art.centered .h1:after, .art.centered .h2:after, .art.centered .h3:after, .art.centered .h4:after, .art.centered .h5:after, .art.centered .h6:after {
    left: 50%;
    width: 240px;
    margin-left: -120px;
}

@media (min-width: 768px) {
    .art.centered h1:after, .art.centered h2:after, .art.centered h3:after, .art.centered h4:after, .art.centered h5:after, .art.centered h6:after,
    .art.centered .h1:after, .art.centered .h2:after, .art.centered .h3:after, .art.centered .h4:after, .art.centered .h5:after, .art.centered .h6:after {
        width: 30%;
        margin-left: -15%;
    }
}

.title.art h1 span, .title.art h2 span, .title.art h3 span, .title.art h4 span, .title.art h5 span, .title.art h6 span,
.title.art .h1 span, .title.art .h2 span, .title.art .h3 span, .title.art .h4 span, .title.art .h5 span, .title.art .h6 span,
.header-img-block .title-page span {
    font-weight: 300;
}

.art .sub-heading {
    margin-bottom: 50px;
    color: #4D4D4D;
    font-size: 18px;
}

.art .text-top {
    font-size: 16px;
    font-family: 'Raleway',sans-serif;
}

.custom-tab .nav-tabs,
.custom-tab .nav-tabs > li > a,
.custom-tab .nav-tabs > li.active > a {
    border: 0;
}

.custom-tab .nav-tabs {
    margin-bottom: 30px;
}

    .custom-tab .nav-tabs li {
        padding: 5px 0;
    }

    .custom-tab .nav-tabs > li > a {
        font-family: 'Raleway',sans-serif;
        background-color: #e5e5e5;
        color: black;
        padding: 12px 46px 12px 20px;
        margin-right: 10px;
        border-radius: 4px;
        position: relative;
    }

        .custom-tab .nav-tabs > li > a:after {
            content: '\f106';
            font-family: 'FontAwesome',san-serif;
            font-size: 18px;
            line-height: 0.7;
            height: 12px;
            position: absolute;
            right: 20px;
            top: 50%;
            margin-top: -6px;
        }

    .custom-tab .nav-tabs > li.active > a,
    .custom-tab .nav-tabs > li.active > a:hover,
    .custom-tab .nav-tabs > li.active > a:focus {
        background-color: #088544;
        color: #fff;
    }

    .custom-tab .nav-tabs > li > a.audit-prior {
        color: #898989;
    }

    .custom-tab .nav-tabs > li.active > a:after {
        content: '\f107';
    }

.thumbnail.card {
    padding: 0;
    border: 0;
}

.card .meta, .card .img-main {
    position: relative;
}

.card .img-main {
    z-index: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

    .card .img-main, .card .img-main a {
        height: 160px;
    }

.card.onethird .img-main, .card.onethird .img-main a {
    height: 240px;
}

.card .img-main img, .card .img-main a {
    display: block;
}

.card .img-main.greyFX img, .card .img-main.greyFX a,
.gallery-photoslide .minithumbs .thumb-item {
    filter: gray;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.card .img-main img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.card .img-main a {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.card, .card .img-main a {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

    .card:hover .img-main a, .card .img-main a:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        filter: none;
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
    }

    .card .img-main a img {
        display: none;
    }

    .card .meta {
        z-index: 5;
        margin: 0;
        font-size: 12px;
    }

        .card .meta .meta-avatar {
            display: inline-block;
            width: 50px;
            height: 50px;
            margin-top: -45px;
            margin-bottom: 10px;
            border-radius: 50%;
            box-shadow: 0 0 10px rgba(0,0,0,0.4);
        }

    .card h3 {
        font-size: 14px;
        line-height: 1.5;
        color: #000;
        margin-top: 10px;
    }

    .card.onethird h3 {
        font-size: 18px;
        line-height: 1.5;
    }

    .card .caption {
        font-size: 13px;
        color: #666;
    }

    .card .CTA-text {
        font-size: 11px;
        text-transform: uppercase;
        display: inline-block;
        padding-left: 10px;
        color: #000;
        position: relative;
    }

        .card .CTA-text:hover, .card .CTA-text:focus {
            text-decoration: none;
            color: #0a7d41;
        }

        .card .CTA-text:before {
            content: '\f105';
            font-weight: bold;
            font-family: 'FontAwesome';
            color: #000;
            font-size: 16px;
            position: absolute;
            top: -5px;
            left: 0;
        }

    .card.gallery {
        min-height: 320px;
    }

        .card.gallery .meta {
            margin-top: 20px;
        }

        .card.gallery .img-main {
            border-bottom: 2px solid #d9d9d9;
            background-color: #fff;
        }

            .card.gallery .img-main a {
                position: relative;
                z-index: 0;
            }

        .card.gallery .overlay-icon .fa {
            font-size: 24px;
            color: #0a7d41;
        }

        .card.gallery .overlay-icon {
            display: none;
            width: 40px;
            height: 40px;
            margin-left: -20px;
            position: absolute;
            left: 50%;
            bottom: 30px;
            z-index: 1;
        }

        .card.gallery:hover .img-main,
        .card.gallery:focus .img-main {
            border-color: #0a7d41;
        }

            .card.gallery:hover .img-main a,
            .card.gallery:focus .img-main a {
                opacity: 0.2;
                filter: alpha(opacity=20);
            }

        .card.gallery:hover .overlay-icon,
        .card.gallery:focus .overlay-icon {
            display: block;
        }
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        -webkit-transform: translate3d(0px,0px,0px)
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out
        }

    .owl-carousel .owl-item {
        float: left
    }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.grabbing {
    cursor: url(../images/grabbing.png) 8 8,move
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}
/****/
.gallery-photoslide ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gallery-photoslide .slide-item img {
    width: 100%;
    height: auto;
}

.gallery-photoslide .minithumbs {
    width: 80%;
    margin: 20px auto 0;
}

    .gallery-photoslide .minithumbs .thumb-item {
        padding: 6px;
        cursor: pointer;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .gallery-photoslide .minithumbs .media-holder {
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        padding-bottom: 56.25%;
        height: 0;
    }

    .gallery-photoslide .minithumbs .thumb-item img {
        width: 100%;
        display: none;
    }

    .gallery-photoslide .minithumbs .synced .thumb-item,
    .gallery-photoslide .minithumbs .thumb-item:hover,
    .gallery-photoslide .minithumbs .thumb-item:focus {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .gallery-photoslide .minithumbs .synced .thumb-item {
        filter: none;
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
    }

.gallery-photoslide .owl-controls .fa {
    font-size: 32px;
    line-height: 1;
    color: #999;
}

.gallery-photoslide .owl-carousel .owl-wrapper {
    margin-left: auto;
    margin-right: auto;
}

.gallery-photoslide .owl-wrapper-outer {
    z-index: 5;
}

.gallery-photoslide .owl-controls {
    width: 100%;
    height: 30px;
    position: absolute;
    z-index: 0;
    top: 50%;
    margin-top: -15px;
    pointer-events: none;
}

    .gallery-photoslide .owl-controls .owl-prev,
    .gallery-photoslide .owl-controls .owl-next {
        pointer-events: auto;
    }

    .gallery-photoslide .owl-controls .owl-prev {
        float: left;
        margin-left: -30px;
    }

    .gallery-photoslide .owl-controls .owl-next {
        float: right;
        margin-right: -30px;
    }

.gallery-photoslide .owl-buttons .disabled {
    opacity: 0.5;
    cursor: default;
}

.gallery-photoslide .slide-main .owl-controls {
    display: none !important;
    z-index: 10;
    height: 140px;
    margin-top: -100px;
}

.gallery-photoslide .slide-main:hover .owl-controls {
    display: block !important;
}

.gallery-photoslide .slide-main:hover .slide-item {
    opacity: 0.85;
}

.gallery-photoslide .slide-main .owl-controls .owl-prev {
    margin-left: 30px;
}

.gallery-photoslide .slide-main .owl-controls .owl-next {
    margin-right: 30px;
}

.gallery-photoslide .slide-main .owl-controls .fa {
    font-size: 10em;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.typical-wrapper, .shortcut, .subscribe {
    padding: 50px 0;
}

.subscribe {
    background-color: #f5f5f5;
}

    .subscribe form button {
        /*text-transform: uppercase;*/
        /*font-weight: 700;*/
    }

    .subscribe .form-group {
        margin: 10px 0;
    }

        .subscribe .form-group input[type="email"],
        .subscribe .form-group button {
            height: 46px;
        }

        .subscribe .form-group .btn-primary {
            margin-top: 20px;
        }

    .subscribe .form-control:focus {
        border-color: #0a7d41;
        box-shadow: inset 0 1px 1px rgba(8,133,68,.075), 0 0 8px rgba(58, 175, 73, .6);
    }

@media (max-width: 768px) {
    .subscribe .form-group {
        text-align: center;
    }

        .subscribe .form-group .btn-primary {
            padding-left: 30px;
            padding-right: 30px;
        }
}

@media (min-width: 769px) {
    .subscribe .form-group input[type="email"],
    .subscribe .form-group button {
        float: left;
    }

    .subscribe .form-group input[type="email"] {
        width: 70%;
        border-radius: 4px 0 0 4px;
    }

    .subscribe .form-group button {
        width: 30%;
    }

    .subscribe .form-group .btn-primary {
        border-radius: 0 4px 4px 0;
        margin: 0;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .subscribe .form-group input[type="email"] {
        width: 60%;
    }

    .subscribe .form-group button {
        width: 40%;
    }
}

.banner-greenlines {
    background-color: #f5f5f5;
    border-radius: 4px;
    min-height: 100px;
}

    .banner-greenlines .title {
        background-color: #088544;
        color: #fff;
        font-family: 'Raleway';
        font-weight: 700;
        font-size: 18px;
        text-align: center;
        padding: 10px;
        border-radius: 4px 4px 0 0;
        position: relative;
        z-index: 0;
    }

        .banner-greenlines .title span {
            font-weight: 300;
        }

    .banner-greenlines .entry {
        text-align: center;
        padding: 0 30px 30px;
        position: relative;
        z-index: 1;
    }

        .banner-greenlines .entry img {
            max-width: 100%;
            height: auto;
            margin-bottom: 10px;
        }

.list-filter {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 10px 18px;
    border-radius: 4px;
    margin-bottom: 40px;
}

    .list-filter .title {
        font-family: 'Raleway';
        font-size: 18px;
    }

    .list-filter fieldset {
        float: left;
        margin-top: 3px
    }

    .list-filter select,
    .list-filter input[type="text"] {
        padding: 5px 10px;
        width: 100%;
        height: 34px;
        color: #777;
    }

/***** START MULTI SELECT STYLE *****/

.custom-select {
}

    .custom-select select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .custom-select:after {
        content: "";
        position: relative;
        transform: translateY(-50%);
        border-top: 5px solid #333;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        top: 9px;
        right: 19px;
        bottom: 0;
    }

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative
        }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap
        }

    .select2-container .select2-search--inline {
        float: left
    }

        .select2-container .select2-search--inline .select2-search__field {
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none
            }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

    .select2-results__option[aria-selected] {
        cursor: pointer
    }

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 2px;
    cursor: text
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none
        }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    padding: 0;
    font-size: 15px;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-right: 10px
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
        background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
        background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555
        }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

/***** Added by Maya *****/
.list-filter .form-filter fieldset:nth-child(1),
.list-filter .form-filter fieldset:nth-child(2) {
    width: calc(50% - 6px);
}

.list-filter .form-filter fieldset:nth-child(3),
.list-filter .form-filter fieldset:nth-child(4) {
    width: calc(100% - 6px);
}

.list-filter .form-filter fieldset.multi-select {
    width: 100%;
}

.list-filter .form-filter fieldset.form-CTA {
    text-align: right;
}

    .list-filter .form-filter fieldset.form-CTA button:after {
        content: 'Search';
        display: inline-block;
        margin-left: 10px;
    }

.list-filter .form-filter fieldset.form-CTA-audit button:after {
    content: 'Search Audits' !important;
}

.select2-container {
    width: calc(100% - 0px) !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    width: 100%;
    color: #777;
    border-radius: 0px;
    border: 1px solid rgb(169, 169, 169);
}

.select2-container--default .select2-selection--multiple {
    background-color: white !important;
    border: 1px solid rgb(79, 79, 79) !important;
    border-radius: 2px !important;
}

    .select2-container--default .select2-selection--multiple:after {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        border-top: 5px solid #333;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        padding: 0 10px !important;
        white-space: normal;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        padding: 8px 8px 8px 30px;
        line-height: 1.2;
        position: relative;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        position: absolute;
        left: 10px;
    }

.box-cell.va-middle.txtAlign-right a {
    width: 100%
}

.txtbox-moreless .btn-moreless {
    font-size: 12px;
    font-weight: 700;
}
/***** END MULTI SELECT STYLE *****/

@media (max-width: 767px) {
    .list-filter * {
        display: block;
        margin: 0 auto;
    }

    .list-filter .box-table.title .box-cell {
        text-align: center;
    }

    .list-filter fieldset {
        float: none;
        margin-bottom: 6px;
    }

    .list-filter .form-filter fieldset:nth-child(1),
    .list-filter .form-filter fieldset:nth-child(2) {
        width: auto;
    }
}

.card-dataTable,
.card-dataTable .panel {
    border-radius: 5px;
    background-color: #fff;
}

    .card-dataTable .panel {
        border: 1px solid #d9d9d9;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative;
    }

    .card-dataTable:hover,
    .card-dataTable:focus {
        -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.15);
        box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    }

    .card-dataTable .panel + .panel {
        margin-top: 20px;
    }

    .card-dataTable .panel-heading {
        display: table;
        padding: 0;
        width: 100%;
        border-radius: 5px 5px 0 0;
    }

    .card-dataTable .card-list-minithumb,
    .card-dataTable .card-list-title,
    .card-dataTable .card-list-addition {
        display: table-cell;
        vertical-align: middle;
    }

    .card-dataTable .card-list-minithumb {
        width: 230px;
        padding: 20px 0 20px 30px;
    }

        .card-dataTable .card-list-minithumb img {
            max-width: 200px;
            max-height: 200px;
        }

        .card-dataTable .card-list-minithumb a {
            background-color: transparent;
            padding: 0;
        }

    .card-dataTable .card-list-title {
        padding: 20px 30px;
    }

        .card-dataTable .card-list-title h3,
        .card-dataTable .card-list-title h4 {
            margin: 0;
            padding: 0;
            font-size: 18px;
            line-height: 1.4;
        }

.meta-flag {
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #088544;
}

.card-dataTable .card-list-meta {
    font-size: 12px;
}

    .card-dataTable .card-list-meta.before {
        margin-bottom: 8px;
        padding-bottom: 8px;
        border-bottom: 1px dotted #e5e5e5;
    }

    .card-dataTable .card-list-meta.after {
        margin-top: 8px;
        padding-top: 8px;
        border-top: 1px dotted #e5e5e5;
    }

    .card-dataTable .card-list-meta > .meta-main-info span {
        display: inline-block;
    }

        .card-dataTable .card-list-meta > .meta-main-info span + span {
            margin-left: 16px;
        }

    .card-dataTable .card-list-meta .meta-label {
        padding-right: 3px;
    }

        .card-dataTable .card-list-meta .meta-label .fa {
            color: #999;
            margin-right: 6px;
        }

    .card-dataTable .card-list-meta .meta-author img {
        max-width: 30px;
        max-height: 30px;
        border-radius: 50%;
        margin-right: 8px;
    }

.card-dataTable .panel-body {
    background-color: #f9f9f9;
    padding: 20px 30px;
    border-radius: 0 0 5px 5px;
}

@media (max-width: 767px) {
    .card-dataTable .panel-heading,
    .card-dataTable .card-list-minithumb,
    .card-dataTable .card-list-title,
    .card-dataTable .card-list-addition {
        display: block;
    }

    .card-dataTable .card-list-meta > .meta-main-info span + span {
        margin: 0 15px;
    }

    .card-dataTable .card-list-minithumb {
        margin: 20px auto;
        padding: 0;
    }

        .card-dataTable .card-list-minithumb img {
            max-width: 100%;
        }

    .card-dataTable {
        text-align: center;
    }
}

.newsletter-details .newslet-title {
    float: left;
}

.newsletter-details .newslet-header,
.newsletter-details .newslet-body {
    padding: 0 30px 20px;
}

.newsletter-details .newslet-header {
    border-bottom: 3px solid #0a7d41;
    margin-bottom: 40px;
}

    .newsletter-details .newslet-header .newslet-logo {
        font-family: 'Raleway',sans-serif;
        font-size: 48px;
        font-weight: 700;
        line-height: 1;
        color: #088544;
    }

    .newsletter-details .newslet-header .newslet-vol {
        color: #000;
    }

.newsletter-details .newslet-meta {
    float: right;
    text-align: right;
}

    .newsletter-details .newslet-meta img {
        height: 48px;
    }

.newsletter-details .newslet-body .section-title {
    color: #088544;
    margin-top: 40px;
    margin-bottom: 30px;
}

.newsletter-details .newslet-body img.toLeft,
.newsletter-details .newslet-body img.toRight {
    margin-bottom: 20px;
}

.newsletter-details .newslet-body img.toLeft {
    float: left;
    margin-right: 30px;
}

.newsletter-details .newslet-body img.toRight {
    float: right;
    margin-left: 30px;
}

.map-block {
    background-color: #ccc;
    min-height: 400px;
    overflow: auto;
}

    .map-block .main-map {
        width: 100%;
        height: 500px;
    }
/*** START Custom Google Map Style ***/
.gm-style-iw * {
    display: block;
}

.gm-style-iw h4, .gm-style-iw p {
    margin: 0;
    padding: 0;
}
/*** END ***/
.map-block .main-map img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
}

.map-block .custom-pin {
    background: transparent url('../images/wgea_pinmap.png') no-repeat center top;
    width: 31px;
    height: 36px;
    position: absolute;
}

.map-block .pin-data {
    background-color: #000;
    color: #bfbfbf;
    padding: 20px;
    width: 240px;
    max-height: 280px;
    border-radius: 4px;
    position: absolute;
    top: 0;
}

    .map-block .pin-data.left {
        left: -255px;
    }

    .map-block .pin-data.right {
        left: 45px;
    }

    .map-block .pin-data .pin-data-arrow {
        border: 6px solid #000;
        border-top-color: transparent;
        border-bottom-color: transparent;
        font-size: 0;
        line-height: 1;
        position: absolute;
        top: 10px;
    }

    .map-block .pin-data.left .pin-data-arrow {
        border-right-color: transparent;
        right: -12px;
    }

    .map-block .pin-data.right .pin-data-arrow {
        border-left-color: transparent;
        left: -12px;
    }

.map-block .pin-data-body {
    background-color: #000;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px 0 0;
    max-height: 240px;
}

    .map-block .pin-data-body h1, .map-block .pin-data-body .h1,
    .map-block .pin-data-body h2, .map-block .pin-data-body .h2,
    .map-block .pin-data-body h3, .map-block .pin-data-body .h3,
    .map-block .pin-data-body h4, .map-block .pin-data-body .h4,
    .map-block .pin-data-body h5, .map-block .pin-data-body .h5,
    .map-block .pin-data-body h6, .map-block .pin-data-body .h6 {
        color: #fff;
    }

.contact-social .fa {
    font-size: 20px;
}

.contact-social a {
    display: inline-block;
}

    .contact-social a + a {
        margin-left: 10px;
    }

.user-authentication-form .userform-tab-nav a,
.user-authentication-form .alternate-nav p {
    display: inline-block;
}

.user-authentication-form .userform-tab-nav {
    font-size: 0;
}

    .user-authentication-form .userform-tab-nav a {
        border-bottom: 1px solid #d9d9d9;
        padding: 0 60px 20px;
        font-size: 16px;
        font-family: 'Raleway',sans-serif;
        color: #444;
        text-decoration: none !important;
        margin: 0 5px;
        position: relative;
    }

        .user-authentication-form .userform-tab-nav a:before {
            content: '';
            background-color: #bfbfbf;
            width: 40px;
            height: 3px;
            position: absolute;
            bottom: -2px;
            left: 50%;
            margin-left: -20px;
        }

        .user-authentication-form .userform-tab-nav a.active:before {
            background-color: #0a7d41;
        }

        .user-authentication-form .userform-tab-nav a:hover,
        .user-authentication-form .userform-tab-nav a:focus {
            color: #000;
        }

        .user-authentication-form .userform-tab-nav a.active {
            color: #0a7d41;
            font-weight: 700;
        }

@media (min-width: 600px) {
    .user-authentication-form .alternate-nav p + p {
        margin-left: 20px;
    }

        .user-authentication-form .alternate-nav p + p:before {
            content: '|';
            margin-right: 20px;
        }
}

.tab-content-box {
    display: none;
}

    .tab-content-box.current {
        display: block;
        transition: all 0.5s linear;
    }

/* Real Person jQuery plugin styles v2.0.1. */
.realperson-challenge {
    display: block;
    color: #000;
    width: 160px;
}

    .realperson-challenge ~ .form-control {
        width: 200px;
    }

.realperson-text {
    color: #f00;
    font-family: "Courier New",monospace !important;
    font-size: 6px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 3px;
    float: left;
}

.realperson-regen {
    padding-top: 4px;
    font-size: 1px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    text-indent: -300px;
    width: 30px;
    height: 30px;
    position: relative;
    margin-left: 10px;
}

    .realperson-regen:before {
        content: '\f021';
        font-family: 'FontAwesome';
        font-size: 16px;
        line-height: 0.9;
        display: inline-block;
        position: absolute;
        left: 300px;
    }

.realperson-disabled {
    opacity: 0.5;
    filter: Alpha(Opacity=50);
}

    .realperson-disabled .realperson-regen {
        cursor: default;
    }

.SAI-contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

    .SAI-contact ul + ul {
        margin-top: 20px;
        padding-top: 20px;
    }

        .SAI-contact ul + ul:before {
            content: '';
            font-size: 0;
            background-color: #d9d9d9;
            width: 40px;
            height: 1px;
            position: absolute;
            top: 0;
            left: 0;
        }

.SAI-contact li + li {
    margin-top: 6px;
}

.SAI-contact li {
    position: relative;
    padding-left: 30px;
}

    .SAI-contact li:before {
        font-family: 'FontAwesome';
        line-height: 0.9;
        font-size: 16px;
        color: #bfbfbf;
        position: absolute;
        left: 0;
        top: 2px;
    }

    .SAI-contact li.SAI-name:before {
        content: '\f007';
    }

    .SAI-contact li.SAI-title:before {
        content: '\f292';
    }

    .SAI-contact li.SAI-address:before {
        content: '\f041';
    }

    .SAI-contact li.SAI-email:before {
        content: '\f003';
    }

    .SAI-contact li.SAI-phone:before {
        content: '\f095';
    }

    .SAI-contact li.SAI-fax:before {
        content: '\f1ac';
    }

    .SAI-contact li.SAI-web:before {
        content: '\f0ac';
    }

.anchor-link-wrap {
    padding: 16px 0;
    font-size: 0;
}

    .anchor-link-wrap a {
        font-size: 14px;
        display: inline-block;
        padding: 6px 16px;
        margin: 3px;
        border: 1px solid #088544;
        border-radius: 4px;
    }

        .anchor-link-wrap a:before {
            content: '\f0c1';
            font-family: 'FontAwesome';
            font-size: 18px;
            margin-right: 16px;
        }

        .anchor-link-wrap a,
        .anchor-link-wrap a:hover, .anchor-link-wrap a:focus {
            text-decoration: none;
        }

            .anchor-link-wrap a:hover, .anchor-link-wrap a:focus {
                border-color: #0a7d41;
            }

.act-projects {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .act-projects li {
        margin: 20px 0;
        padding-left: 40px;
        border-bottom: 1px solid #d9d9d9;
        position: relative;
    }

        .act-projects li:before {
            position: absolute;
            top: -8px;
            left: 0;
            content: '\f0b1';
            font-family: 'FontAwesome';
            font-size: 20px;
            color: #bfbfbf;
        }

@media (max-width: 768px) {
    .next-prev-nav [class*='pull-'] {
        float: none !important;
        margin: 10px 0;
        text-align: center;
    }
}

#footer {
    background-color: #222;
    color: #a2a2a2;
    font-size: 13px;
    padding-top: 50px;
}

    #footer .copyright {
        background-color: #2B2B2B;
        color: #FFF;
        padding: 20px 0;
        margin-top: 50px;
        text-align: center;
        font-size: 12px;
    }

        #footer .copyright a,
        #footer h1,
        #footer h2,
        #footer h3,
        #footer h4,
        #footer h5,
        #footer h6 {
            color: #fff;
        }

    #footer .title.art h1,
    #footer .title.art h2,
    #footer .title.art h3,
    #footer .title.art h4,
    #footer .title.art h5,
    #footer .title.art h6 {
        font-size: 14px;
        text-transform: uppercase;
    }

        #footer .title.art h1:after,
        #footer .title.art h2:after,
        #footer .title.art h3:after,
        #footer .title.art h4:after,
        #footer .title.art h5:after,
        #footer .title.art h6:after {
            background-color: #444;
        }

.footer-widget-extlink ul, .footer-widget-contact .office {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footer-widget-extlink ul a {
        color: #3aaf49;
    }

        .footer-widget-extlink ul a:hover,
        .footer-widget-extlink ul a:focus {
            text-decoration: none;
            color: #3aaf49;
            font-weight: 600;
            text-decoration: underline;
        }

.footer-widget-extlink li {
    margin-bottom: 16px;
}

.footer-widget-default {
    color: white;
}

    .footer-widget-default img {
        padding: 10px 16px;
        background-color: #fff;
        border-radius: 4px;
        margin-bottom: 20px;
    }

.footer-widget-contact {
    color: white;
}

    .footer-widget-contact li a {
        text-decoration: none;
        color: #3aaf49;
    }

        .footer-widget-contact li a:hover,
        .footer-widget-contact li a:focus {
            font-weight: 600;
            text-decoration: underline;
            color: #3aaf49;
        }

    .footer-widget-contact li p {
        margin-bottom: 3px;
    }

    .footer-widget-contact li {
        margin-bottom: 10px;
    }

    .footer-widget-contact .office {
        padding-bottom: 10px;
    }

        .footer-widget-contact .office li {
            padding-left: 26px;
            margin-bottom: 10px;
            position: relative;
        }

            .footer-widget-contact .office li:before {
                font-family: 'FontAwesome';
                color: #fff;
                position: absolute;
                top: 0;
                left: 0;
            }

            .footer-widget-contact .office li.address:before {
                content: '\f041';
            }

            .footer-widget-contact .office li.phone:before {
                content: '\f095';
            }

            .footer-widget-contact .office li.fax:before {
                content: '\f1ac';
            }

            .footer-widget-contact .office li.email:before {
                content: '\f003';
            }

    .footer-widget-contact .cp {
        padding-left: 16px;
    }

#footer .black-text {
    color: black !important;
}

.icon-loader .icon-loader-spin {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.icon-loader .load-trigger {
    display: inline-block;
    min-width: 100px;
    padding-top: 10px;
    position: relative;
}

    .icon-loader .load-trigger:before {
        content: 'load more data';
        min-width: 80px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -40px;
    }

.icon-loader .fa-spin {
    font-size: 1.6em;
    margin: 0 5px;
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear;
}

.box-table {
    display: table;
    width: 100%;
}

.box-cell {
    display: table-cell;
}

    .box-cell.va-middle {
        vertical-align: middle;
    }

    .box-cell.va-bottom {
        vertical-align: bottom;
    }

.footer-widget-extlink ul a:hover:after,
.footer-widget-extlink ul a:focus:after,
.list-extlink a:hover:after,
.list-extlink a:focus:after {
    content: '\f08e';
    font-family: 'FontAwesome';
    color: #0a7d41;
    position: relative;
    right: -10px;
    margin-right: 10px;
}

.list-extlink a,
.iconlink {
    font-family: 'Raleway',sans-serif;
}

    .list-extlink a:hover, .list-extlink a:focus,
    .iconlink:hover, .iconlink:focus {
        text-decoration: none;
    }

    .list-extlink a:hover,
    .list-extlink a:focus {
        color: #000;
    }

.iconlink,
.ico-pdf:before {
    position: relative;
}

.ico-pdf:hover:before, .ico-pdf:focus:before,
.ico-word:hover:before, .ico-word:focus:before,
.ico-exel:hover:before, .ico-exel:focus:before {
    color: #0a7d41;
}

.ico-pdf:before,
.ico-word:before,
.ico-exel:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #999;
    margin-right: 10px;
}

.ico-pdf:before {
    content: '\f1c1';
}

.ico-word:before {
    content: '\f1c2';
}

.ico-exel:before {
    content: '\f1c3';
}

.img-default,
.img-full,
.img-half,
.img-onethird,
.img-onefourth {
    height: auto;
    display: block;
}

.img-default {
    width: auto;
}

.img-full {
    width: 100%;
}

.img-half {
    width: 49%;
}

.img-onethird {
    width: 33.33%;
}

.img-onefourth {
    width: 25%;
}

.img-left {
    float: left;
    clear: left;
}

.img-right {
    float: right;
    margin-left: 30px;
}

.img-center {
    float: none;
    margin: 30px auto;
}

/***************
HELPER
***************/
.browserupgrade {
    background: #ccc;
    color: #000;
    padding: 0.2em 1em;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.relPos {
    position: relative;
}

.f-Left {
    float: left;
}

.f-Right {
    float: right;
}

.txtAlign-justify {
    text-align: justify;
}

.txtAlign-center, .align-center, .art.centered, .card.centered {
    text-align: center;
}

.txtAlign-left {
    text-align: left;
}

.txtAlign-right {
    text-align: right;
}

.txt-upcase {
    text-transform: uppercase;
}

.txt-italic {
    font-style: italic;
}

.txt-smaller {
    font-size: 11px;
}

.txt-bold {
    font-weight: 700;
}

.txt-normal {
    font-weight: 400;
}

.txtColor-gray {
    color: #595959;
}

.box-inline {
    display: inline-block;
}

.noBorder {
    border: 0;
}

.noRounded {
    border-radius: 0;
}

.pT-0 {
    padding-top: 0;
}

.pT-5 {
    padding-top: 5px;
}

.pT-10 {
    padding-top: 10px;
}

.pT-20 {
    padding-top: 20px;
}

.pT-30 {
    padding-top: 30px;
}

.pT-40 {
    padding-top: 40px;
}

.pT-50 {
    padding-top: 50px;
}

.pB-0 {
    padding-bottom: 0;
}

.pB-5 {
    padding-bottom: 5px;
}

.pB-10 {
    padding-bottom: 10px;
}

.pB-20 {
    padding-bottom: 20px;
}

.pB-30 {
    padding-bottom: 30px;
}

.pB-40 {
    padding-bottom: 40px;
}

.pB-50 {
    padding-bottom: 50px;
}

.pR-0 {
    padding-right: 0;
}

.pR-5 {
    padding-right: 5px;
}

.pR-10 {
    padding-right: 10px;
}

.pR-20 {
    padding-right: 20px;
}

.pR-30 {
    padding-right: 30px;
}

.pR-40 {
    padding-right: 40px;
}

.pR-50 {
    padding-right: 50px;
}

.pL-0 {
    padding-left: 0;
}

.pL-5 {
    padding-left: 5px;
}

.pL-10 {
    padding-left: 10px;
}

.pL-20 {
    padding-left: 20px;
}

.pL-30 {
    padding-left: 30px;
}

.pL-40 {
    padding-left: 40px;
}

.pL-50 {
    padding-left: 50px;
}

.mT-0 {
    margin-top: 0;
}

.mT-5 {
    margin-top: 5px;
}

.mT-10 {
    margin-top: 10px;
}

.mT-20 {
    margin-top: 20px;
}

.mT-30 {
    margin-top: 30px;
}

.mT-40 {
    margin-top: 40px;
}

.mT-50 {
    margin-top: 50px;
}

.mB-0 {
    margin-bottom: 0;
}

.mB-5 {
    margin-bottom: 5px;
}

.mB-10 {
    margin-bottom: 10px;
}

.mB-20 {
    margin-bottom: 20px;
}

.mB-30 {
    margin-bottom: 30px;
}

.mB-40 {
    margin-bottom: 40px;
}

.mB-50 {
    margin-bottom: 50px;
}

.mR-0 {
    margin-right: 0;
}

.mR-5 {
    margin-right: 5px;
}

.mR-10 {
    margin-right: 10px;
}

.mR-20 {
    margin-right: 20px;
}

.mR-30 {
    margin-right: 30px;
}

.mR-40 {
    margin-right: 40px;
}

.mR-50 {
    margin-right: 50px;
}

.mL-0 {
    margin-left: 0;
}

.mL-5 {
    margin-left: 5px;
}

.mL-10 {
    margin-left: 10px;
}

.mL-20 {
    margin-left: 20px;
}

.mL-30 {
    margin-left: 30px;
}

.mL-40 {
    margin-left: 40px;
}

.mL-50 {
    margin-left: 50px;
}

.mR-auto {
    margin-right: auto !important;
}

.mL-auto {
    margin-left: auto !important;
}

@media (max-width: 1280px) {
    .nav > li > a {
        padding: 10px 10px;
    }
}

@media (max-width: 1220px) {

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .nav, .navbar-nav, .nav-pills, .navbar-right {
        overflow-y: scroll;
        height: 320px;
    }

    #front-page-tablist {
        overflow-y: hidden;
        height: unset;
    }
}

.assembly-master .dropdown-menu {
    color: #fff;
    background-color: #3aaf49;
}

    .assembly-master .dropdown-menu li {
        margin-top: 4px;
    }

.assembly-master .dropdown-item {
    color: #fff;
}

.assembly-master img {
    width: 100%;
    height: auto;
}

.assembly-master .container {
    margin-top: 20px;
}

.assembly-master .top-header .container {
    margin-top: 0px;
}

#side-nav .panel a:hover {
    color: black;
    border-color: #0a7d41;
}

.member-banner-image {
    margin-bottom: 15px;
}

@media all and (min-width: 975px) {
    .assembly-master h1, h2, h3 {
        margin-top: 0px;
    }
}

@media all and (max-width: 975px) {
    .assembly-banner h2 {
        font-size: 24px;
    }
}

@media all and (min-width: 1220px) {
    .assembly-master .navbar .container {
        width: 1300px
    }

    .audit-page-container {
        width: 1300px
    }
}

@media all and (max-width: 1580px) {
    .nav-holder-main {
        width: 100%;
    }
}

@media all and (min-width: 1580px) {
    .nav-holder-main {
        width: 80%;
        max-width: 1300px;
    }
}

.studies-current {
    color: #088544;
}

.studies-relevant {
    color: orange;
}

.studies-archived {
    color: #FF0000;
}

.navbar-assembly {
    width: 90%;
}

/*article styles*/
.Halfimage-halftext {
    width: 48%;
    float: right;
}

.Halfimage-halftext, h2 {
    margin-top: 0 !important;
}

.article-image-left {
    width: 48%;
    float: left;
    margin: 0 20px 20px 0;
}

@media (max-width: 600px) {
    .article-image-left {
        width: 100%;
        float: none;
    }

    .Halfimage-halftext {
        width: 100%;
        float: none;
    }
}

.restrictedColumnWidth {
    /*max-width: 120px;*/
    word-wrap: anywhere;
}


/*for new audits form*/
.umbraco-forms-legend {
    padding-top: 20px;
    margin-bottom: 0px;
}

.umbraco-forms-hidden {
    display: none !important;
}

.umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field {
    padding-top: 15px;
}

.umbraco-forms-page label {
    font-weight: normal;
}

.umbraco-forms-page .umbraco-forms-fieldset input[type="text"] {
    width: 100% !important;
    height: 34px;
}

.umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field {
    padding-top: 25px;
    display: grid;
}

    .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper input[type="checkbox"] {
        margin: 0px !important;
        padding-top: 5px;
    }

    .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper {
    }

    .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-label {
        padding-left: 0 !important;
        font-weight: bold !important;
    }

.umbraco-forms-navigation .col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 30px;
}

    .umbraco-forms-navigation .col-md-12 input[type="submit"] {
        background-color: #088544;
        color: white;
        height: 34px;
        padding-left: 25px;
        padding-right: 25px;
    }


/*activities page table style*/

.activites-page-table table {
    border: 1px solid #e5e5e5 !important;
    border-collapse: collapse !important;
}

.activites-page-table tr {
    border: 1px solid #e5e5e5 !important;
    border-collapse: collapse !important;
}

tr:nth-child(odd) {
    background-color: #f5f5f5 !important;
}

.activites-page-table td {
    border: 1px solid #e5e5e5 !important;
    border-collapse: collapse !important;
}

.activites-page-table p {
    margin: 9px !important;
}

.activites-page-table .text-sideways-lr {
    writing-mode: sideways-lr !important;
}

.activites-page-table {
    width: 100% !important;
    margin: 0 !important;
}

@media (max-width: 991px) {
    .activites-page-table {
        margin-top: 30px !important;
    }
}

.field-validation-error {
    color: red !important;
}

/* video placeholder and cookie consent overlay*/
.video-placeholder {
    background-position: center center;
    background-size: cover;
    align-content: center;
}

    .video-placeholder .ppms_cm_privacy_settings_widget, .video-placeholder .ppms_cm_privacy_settings_widget:hover {
        background-color: rgba(255, 255, 255, 0.9) !important;
        text-align: center !important;
        padding: 1.5rem !important;
        min-width: 50px !important;
    }

        .video-placeholder .ppms_cm_privacy_settings_widget .ppms_cm_privacy_settings_widget_content {
            text-align: center !important;
        }

            .video-placeholder .ppms_cm_privacy_settings_widget .ppms_cm_privacy_settings_widget_content .ppms_cm_privacy_settings_button_show {
                margin: auto !important;
            }

.body-content .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 2rem;
}